@charset "utf-8";

/*
*
* common
*
*/
body{
	font-size:14px;
}

.scrollable{
	-webkit-overflow-scrolling:touch;
}

.pc {
	display:none !important;
}

.sp {
	display:inherit !important;
}

.left {
	float:none;
}

.right {
	float:none;
}


/* header */
header {
  width:100%;
  height:56px;
  background-color:#f9f9f9;
  position: fixed;
  z-index: 99;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.logo {
  width:200px;
	margin:15px 0 0 18px;
}

.addr {
  display:none;
}

nav {
  display:none;
}


.menu {
/* 	transition: all .25s; */
  position: fixed;
  right:5px;
	top:6px;
  height: 44px;
  width: 45px;
  z-index: 100;
  cursor: pointer;
}

.menu .humburger {
	position: absolute;
	top:0;
	right:0;
	width:44px;
	height:45px;
	background-image: url(../images/menu_sp.png);
	background-size: cover;
	z-index:99;
}

.menu-expanded .humburger {
	right:5px;
	top:6px;
	background-image: url(../images/menu_sp_close.png);
	background-size: cover;
}

.menu ul {
  transition: all 0s;
  position: fixed;
  left: -9000px;
}

.menu-expanded {
/*   transition: all .2s; */
  text-align: center;
  line-height: 32px;
  height: 100%;
  width: 100%;
  border-radius: 0px;
  top: 0;
  right: 0;
  background-color: rgba(0, 162, 192, 0.95);
}

.menu-expanded ul {
  transition: all 0s;
  position: relative;
  left: 0;
  top: 2em;
  z-index: 2;
}

.menu-expanded li {
  text-align: center;
  display: block;
  padding:  0 0 3px;
  color: #fff;
}
.menu-expanded a {
  text-decoration: none;
  font-size: 16px;
/*   font-family: serif; */
  font-weight: bold;
  display: inline-block;
  color: #fff;
  letter-spacing: -0.025em;
  line-height: 1.5;
	padding: 7px 2px 0;
}
.menu-expanded a:hover {
  color: #fbb03b;
}

.menu-expanded a.selected  {
  border-bottom:3px #c22c2e solid;
}

.menu-expanded a.tel_sp  {
  background-color: #fff;
  border-radius: 4px;
  padding:10px 13px 6px;
}


/*footer*/
footer {
  text-align: center;
	width:calc(100% - 20px);
  height:16px;
}

#pagetop {
  right: 15px;
	width:50px;
	height:50px;
}


/**/
.contents {
padding-top:80px;
/*   display:none; */
padding-left: 10px;
padding-right: 10px;

}

h1 {
  width: calc(100% - 62px);
  margin-bottom: 1em;
}

.wrapper{
	width:100%;
	
}

/* med */
.med {
  margin-bottom:2em;
}

.med .l {
  float: none;
  width:inherit;
  margin-right:0;
  margin-bottom: 1em
}

.med .r {
  float: none;
  width:inherit;
}

.med2{
  margin-bottom:1em;
	float:none;
	width:inherit;
	margin-right:0;
}

.med2:last-child{
  margin-bottom:3em;
}

.med2 p {
  height:auto;
}

.med3 {
  text-align:center;
}

.med3 img {
  float:none;
  margin-right:0;
  margin-bottom:2em;
}

/*equ*/
p.news {
  width:inherit;
  margin:0 auto 2em;
  border-top:2px #66c7d8 dotted;
  border-bottom:2px #66c7d8 dotted;
}

.equ img {

}

.equ li {
  margin-bottom:1em;
}

.equ li h3 {
  font-size: inherit;
  width:calc(100% - 1em);
}

.equ2 {
  float:none;
  width:inherit;
}

.equ2:nth-child(2n+1) {
  margin-right:0;
}

.equ2 h3 {

}

.equ2 img{
  margin-bottom:0.5em;
}

.equ3 {
  width:100%;
}
.price {
  
}

.price th {
  padding:.5em 0.5em;
  width:4em;
}

.price td {
  padding:.5em 0.5em;
}

.price td.c {
  text-align: center;
}

.price td.b {
  font-weight:bold;
}

.price td.s {
  font-size:13px;
}

/* doc */
.doc {
  margin-bottom:2em;
}

.doc .l {
  float: none;
  width:inherit;
  margin-right:0;
  margin-bottom:1em;
}

.doc .r {
  float: none;
  width:inherit;
}

/* inp */
.inp {
  margin-bottom:2em;
}

.inp .l {
  float: none;
  width:inherit;
  margin-right:0;
  margin-bottom:1em;
}

.inp .r {
  float: none;
  width:inherit;
}

/*whi*/
.whi {
  margin-top:2em;
	float:none;
	width:inherit;
	margin-right:0;
}

.whi p {
  height:auto;
  margin-bottom: 1em;
}


/* ort */
.ort {
  margin-bottom:2em;
}

.ort .l {
  float: none;
  width:inherit;
  margin-right:0;
}

.ort .r {
  float: none;
  width:inherit;
}

.ort.x .l {
}

.ort.x .r {
  margin-right:0;
}


.ort2 {
  margin-top:3em;
	float:none;
	width:inherit;
	margin-right:0;
	margin-bottom:2em;
}

div.ort2:last-child {

}

.ort2.x {

}

.ort2 img {

}

.ort2 li {
  margin-bottom:1.5em;
}

.ort2 li h3 {
  font-size: inherit;
  width:calc(100% - 1em);
}


/*top*/
.wrapper.top {
  position: relative;
  width:100%;
}

.left_column {
	position:relative;
	left:0;
	width:inherit;
	text-align: center;
	margin-top: 2em;
}
.center_column {
	float:none;
	width:inherit;
	margin-left:0;
	margin-right:0;
}

.right_column {
	float:none;
	width:inherit;
	text-align: center;
}

.map {
  margin-top:2em;;
}


.main {
	min-width: inherit;
	width: auto;
	padding: 10px 15px 0;
	margin: 15px auto 15px;
	min-height: initial;
}



h2 {
/*
  font-size:28px;
  margin: 30px auto 30px;
  letter-spacing: 0;
*/
}

h2.s {
  font-size:26px;
}


h2 span {
  
}

h3 {
  font-size:18px;
}

h3:before {
  height:24px;
}

.flex {
  margin-top:20px;
}

.roombox {
  width:100%;
  max-width:460px;
  margin-bottom:30px;
  margin-left:auto;
  margin-right: auto;
}


.roombox img {
  margin-top: 6px;
}

.roombox p {
  margin-top: 6px;
}

.col2 {
  width:auto;
}


