@charset "UTF-8";
@import url("https://use.typekit.net/dbh3kyv.css");

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, address,
em, img, small, strong, b, i,dl, dt, dd, ol, ul, li, form, label, table, caption,
tbody, tfoot, thead, tr, th, td, article, canvas, footer, header, menu, nav, section,
time, audio, video, figure , button
{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{-webkit-appearance: none;border-radius: 0;}
body {
  font-size: 16px;
  line-height: 1.4;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #50380b;
	background: #fefcf2 !important;
}
article, footer, header, menu, nav, section {display: block;}
ul {list-style: none; }
a {margin: 0;color: inherit;padding: 0;font-size: 100%;text-decoration: none;vertical-align: baseline;background: transparent;}
a:link{transition: .3s;}
a:link:hover{opacity: 0.7;cursor: pointer;}
table {border-collapse: collapse;border-spacing: 0; }
em, b {font-style: normal; }
img {max-width: 100%;vertical-align: bottom;align-self: flex-start;}
hr {display: block;height: 1px;margin: 0;padding: 0;border: 0;outline: 0; }
input, select {vertical-align: middle;}
.century{
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.garamond{
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
}
.renner {
	font-family: 'Renner*', sans-serif;
}
.pcOnly { display: block;}
.spOnly { display: none;}
@media screen and (max-width:767px){
	.pcOnly   { display: none;}
	.spOnly   { display: block;}
	br.spOnly { line-height: 0;}

  body {
    font-size: 14px;
  }
  img{
    width: 100%;
  }
}
/*//////////////////////////////
		header
//////////////////////////////*/
header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 102;
  transition: 0.5s;
}
header h1{
  width: 200px
}
.b_white{
	background-color: #fff;
}
.head_top{
  transition: .3s;
  padding: 15px 25px;
  line-height: 1;
  overflow: hidden;
}
.btn_area .r_btn{
  padding: 15px 25px;
  box-sizing: border-box;
  background-color: #e9a21a;
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
}
.btn_area .s_btn{
  padding: 15px 25px;
  box-sizing: border-box;
  background-color: #7c776d;
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
}
.pcnav{
  width: 100%;
	margin: auto;
  background: url("../img/top/bg_img.png") no-repeat;
	background-size: cover;
}
.pcnav nav {
  width: 90%;
	max-width: 1300px;
	margin: auto;
}
.pcnav li{
  position: relative;
  margin: 10px 0 10px;
  padding: 15px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-right: 1px solid rgba(255,255,255,0.7);
	box-sizing: border-box;
  line-height: 1.25;
}
.pcnav li:nth-child(1){
  width: 48%;
}
.pcnav li:nth-child(2){
  width: 52%;
}
.pcnav li span {
  color: #ffd78a;
	font-size: 150%;
	font-weight: 600;
}
.pcnav li:last-child{
	border: none;
}
.pcnav li span{
  font-size: 35px; 
}
.pcnav li span span {
  font-size: 125%;
	margin-left: 0.05em;
}
@media screen and (max-width: 1024px) {
  .pcnav li a{
    font-size: 12px;
  }
  .pcnav li{
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  header{
    left: 0;
    max-width: none;
    padding: 0;
    height: 50px;
    background: #fff;
    position: fixed;
  }
  header h1 {
    width: 100px;
  }
  .flex{
    flex-wrap: wrap;
  }
  .head_top{
    padding: 10px 15px;
		background: #fff;
  }
  /*sp navi */
  .sp_navBtn{
    position: absolute;
    width: 176px;
    right: 0;
    top: 0;
  }
  .globalnav_btn{
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
  }
  .globalnav_btn span {
    position: absolute;
    display: block;
    top: 24px;
    right: 12px;
    width: 20px;
    height: 2px;
    background-color: #000;
  }
  .globalnav_btn span::before {
    content: "";
    position: absolute;
    top: -7px;
    right: 0;
    width: 25px;
    height: 2px;
    background-color: #000;
    transition: .3s;
  }
  .globalnav_btn span::after {
    content: "";
    position: absolute;
    bottom: -7px;
    right: 0;
    width: 15px;
    height: 2px;
    background-color: #000 ;
    transition: .3s;
  }
  .open .globalnav_btn span {
    background-color: #fff;
    width: 25px;
  }
  .open .globalnav_btn span::before{
   top: 0;
   left: 0;
   -webkit-transform: rotate(135deg);
   transform: rotate(135deg);
 }
 .open .globalnav_btn span::after {
   bottom: 0;
   left: 0;
   width: 25px;
   -webkit-transform: rotate(-135deg);
   transform: rotate(-135deg);
 }
 .sp-menu li a {
    font-size: 14px;
  }
 .sp-menu{
   background-color:#fff;
   position: absolute;
   top: 50px;
   left: 0;
   width: 100%;
   z-index: 800;
   padding-bottom: 50px;
   height: calc(100vh - 50px);
   overflow-y: scroll;
 }

 .sp-menu li{
   border-top: 1px solid #d2d2d2;
   position: relative;
   transition: .5s;
  }
 .sp-menu a{
    padding: 0 15px;
    font-size: 14px;
    line-height: 50px;
    display: block;
    position: relative;
  }
  .sp-menu li span{
    color: #543617;
    font-weight: 500;
  }
  .sp-menu ul li{
    text-align: left;
     display: block;
     height: auto;
     padding-bottom: 0;
   }
   .sp-menu ul li a{
     padding: 0 0 0 15px;
     line-height: 4em;
   }
  .pcnav li{
		padding: 5px 0;
    width: 100% !important;
    border:none;
  }
  .pcnav li:nth-child(1){
		margin-bottom: 0;
		border-bottom: 1px solid rgba(255,255,255,0.7);
  }
  .pcnav li span{
    font-size: 25px;
  }
  .sp-menu a{
    line-height:initial;
  }
  .sp-menu a.nav_acc{
    position: relative;
  }
  .sp-menu a.nav_acc::before{
    position: absolute;
    content: "";
    width: 2px;
    height: 24px;
    background-color: #000;
    right: 30px;
    top: calc(50% - 12px);
    transition: .3s;
  }
  .sp-menu a.nav_acc::after{
    position: absolute;
    content: "";
    width: 24px;
    height: 2px;
    background-color: #000;
    right: 19px;
    top: calc(50% - 1px);
  }
  .sp-menu a.nav_acc.open::before{
    transform: rotate(90deg);
    transform-origin: center center;
  }
  .sp-menu nav > ul{
    height: auto;
    padding-bottom: 50px;
  }
  .sp-menu nav > ul > li:last-child{
    border-bottom:1px solid #d2d2d2;
  }
  .sp-menu nav > ul > li > ul{
    display: none;
  }
  .sp-menu nav > ul > li > ul > li{
    padding-left: 20px;
  }
  .sp-menu nav > ul > li > ul > li a{
    line-height: 3em
  }
  input#s-box {
    padding: 5px 5px 5px 34px;
    font-size: 14px;
  }
  .s-box_wrap::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 8px;
    width: 20px;
    height: 20px;
  }
  #s-btn{
    letter-spacing: 0;
  }
}

@media screen and (max-width: 320px) {
  .pcnav li{
    font-size: 16px;
  }
  .pcnav li span{
    font-size: 20px;
  }
}

#container {
	background: #fefcf2;
}
/* /////////////////////////////
      top
///////////////////////////// */

.mv{
  position: relative;
	/*
  width: 100%;
  height: 100vh;
  background:url(./assets/img/top/mv.jpg) top center;
  background-size: cover;
	*/
}
.mv img{
	display: block;
	width: 100%;
	height: auto;
}
.mv .txt01 {
	width: 46%;
	max-width: 682px;
	position: absolute;
	top: auto;
	right: auto;
	left: 0;
	bottom: 10%;
	z-index: 100;
}

.wrapper{
  max-width: 1100px;
  margin: 0 auto;
}

.wrapper .imgWrap01{
	margin-top: 3em;
}
@media screen and (max-width: 1100px) {
	.wrapper .imgWrap01{
		width: 94%;
		margin: 2em auto;
	}
}
.wrapper .info_list{
  margin-top: 50px;
}

.wrapper .info_list .ttl{
	margin-bottom: 35px;
	font-size: 20px;
	font-weight: 600;
	color: #009b8a;
	letter-spacing: 0.05em;
}
.wrapper .info_list .ttl{
}
.wrapper .info_list .txt01 {
}
.wrapper .info_list .txt01 .sp01 {
	font-size: 14px;
	/*font-weight: bold;*/
}
.wrapper .info_list .txt01 .sp02 {
	display: block;
	margin: 0.25em 0 1em;
	line-height: 1.2;
}
.wrapper .info_list .txt01.fix01 .sp02 {
	color: #d90000;
	font-size: 20px;
	font-weight: 600;
}

.info_list .r_btn{
  width: 400px;
  padding: 15px 0;
  background-color: #7c776d;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.5px;
}
.info_list .s_btn{
  width: 400px;
  margin-bottom: 10px;
  padding: 15px 0;
  background-color: #e9a21a;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.5px;
}
.info_list .r_btn span,
.info_list .s_btn span{
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0;
	display: block;
	margin-top: 0.2em;
}
.contact_bnr{
  margin-top: 40px;
  padding: 30px 45px;
  box-sizing: border-box;
  background-color: #d9f4f1;
}

.contact_txt{
  padding: 20px 27px 20px 20px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  color: #50380b;
  border-right: 1px solid #50380b;
  letter-spacing: 1px;
}
.contact_txt > p{
	line-height: 1.25;
}
.contact_txt span{
  font-size: 16px;
	margin-bottom: 0.5em;
}

.contact_info{
  padding: 20px;
  box-sizing: border-box;
  font-size: 20px;
  color: #50380b;
  line-height: 1;
}
.contact_info > div {
	justify-content: flex-start;
}
.contact_info > div > a {
	font-weight: 500;
	pointer-events: none;
	margin: 0 0.75em;
}
.number{
  font-size: 50px;
  color: #50380b;
}

.time{
  font-size: 13px;
  color: #50380b;
  line-height: 1.6;
	font-weight: 600;
}

.caution{
  margin-top: 20px;
  font-size: 10.5px;
  line-height: 1.6;
}

.contents{
  margin-top: 135px;
}

.md{
  margin-bottom: 35px;
  font-size: 34px;
	font-weight: 500;
  color: #009b8a;
  text-align: center;
  position: relative;
}

.md:before{
	/*
  content: "";
  width: 1px;
  height: 30px;
  background-color: #88a7d5;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
	*/
}

.mapWrap01 {
	max-width: 871px;
	margin: auto;
	width: 90%;
}

.mapWrap01 iframe {
	margin-top: -50px;
}

.plan_box{
  margin-top: 125px;
}

.slider_box{
  overflow: hidden;
}

.bxsliderStop li,
.bxslider li{
  max-width: 1100px;
  margin: auto;
}
.bx-viewport {
  background: transparent !important;
  border: 0;
  overflow: visible !important; 
  z-index: 1; 
}
.bx-wrapper .bx-prev {
  left: -15px !important;
  background:url(../img/top/prev.png) center;
  background-size: cover;
}
.bx-wrapper .bx-next {
  right: -15px !important;
  background:url(../img/top/next.png) center;
  background-size: cover;
}
#access .txt01 {
	line-height: 2.5;
}
.accessItems {
	flex-wrap: wrap;
}
.accessItems > div {
	width: 30%;
	margin-bottom: 4%;
}
.access_txt{
  margin-top: 10px;
  font-size: 16px;
  color: #50380b;
	font-weight: 600;
}

.access_txt span{
  font-size: 26px;
}

.rail {
	width: 90%;
	max-width: 826px;
	margin: auto;
}

.tabs {
  max-width: 1100px;
  margin-top: 50px;
  padding-bottom: 40px;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: 32%;
  height: 50px;
	box-sizing: border-box;
  background-color: #fff;
  border:1px solid #009b8a;
  line-height: 50px;
  font-size: 16px;
  color: #009b8a;
  display: block;
  float: left;
  text-align: center;
  font-weight: 600;
  transition: all 0.2s ease;
}
.tab02{
  margin: 0 2%;
}
.tab_item:hover {
  background-color: #009b8a;
  color: #fff;
  transition: .3s;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 20px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#quo:checked ~ #quo_content,
#other:checked ~ #other_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #009b8a;
  color: #fff;
}
#equipment .tabs .tab_content .equipmentItems03 {
	flex-wrap: wrap;
}
#equipment .tabs .tab_content .equipmentItems04 img,
#equipment .tabs .tab_content .equipmentItems03 img {
	width: 100%;
	height: auto;
}
#equipment .tabs .tab_content .equipmentItems03 .list01 {
	margin: 0.5em 0;
}
#equipment .tabs .tab_content .equipmentItems03 .list01 li {
	color: #d90000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.25em;
}
#equipment .tabs .tab_content .equipmentItems03 .list02 {
	margin-top: 0.5em;
}
#equipment .tabs .tab_content .equipmentItems03 .list02 li {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 0.35em;
	margin-bottom: 0.25em;
	background-color: #009b8a;
}








.cate_txt{
  font-size: 20px;
  color: #009b8a;
  letter-spacing: 1px;
}

.detail_txt{
  margin-top: 10px;
  font-size: 14px;
}

.opt{
  margin-left: 10px;
}

.opt p{
  font-size: 14px;
  text-align: justify;
  line-height: 1.6;
}

.opt p.catesub_txt{
  margin-bottom: 10px;
  font-size: 16px;
  color: #009b8a;
	font-weight: 600;
}

.other_txt{
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
	line-height: 1.5;
}

.quo_list{
  padding: 0 0 15px;
  border-bottom: 1px solid #cccccc;
}

.quo_list02{
  padding: 0 0 15px;
  border-bottom: 1px solid #cccccc;
}

.quo_list03{
  padding: 15px 0 0;
}

.quopt{
  margin-left: 0;
}

.quopt p.catesub_txt{
  margin: 5px 0;
}

.life_list{
  max-width: 1100px;
  margin: 35px auto 0;
}

.life_info{
  max-width: 430px;
  margin-right: 30px;
}

.life_info p{
  color: #009b8a;
	font-weight: 600;
}

.ac_place p{
  color: #50380b;
}

.l_access{
  margin-top: 3px;
  font-size: 16px;
}

.ac_place .l_access{
  font-size: 14px;
	font-weight: 600;
}

.timer{
  text-align: right;
  line-height: 1.2;
	font-weight: 600;
}

.timer span{
  font-size: 20px;
}

.life_txt{
  max-width: 640px; 
}

.life_txt p{
  font-size: 14px;
  line-height: 1.6;
}

.life_txt .store_info{
  margin-top: 10px;
  border:1px solid #009b8a;
}

.life_txt .store_info span{
  display: block;
  background-color: #009b8a;
  color: #fff;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 12px;
}

.life_txt .store_info p{
  font-size: 12px;
  padding: 10px 15px;
  box-sizing: border-box;
  line-height: 1.4;
}

.contents .inner05{
  margin-top: 35px;
}

.contents .inner05 .cf div dl {
  width: 50%;
  margin-bottom: 2.5em;
}
.contents .inner05 .cf div dl dt {
  color: #fff;
  font-weight: 600;
  margin-bottom: 1em;
  padding: 0.4em 0.5em;
  background: #009b8a;
}
.contents .inner05 .cf div dl dd {
  margin-bottom: 0.5em;
  position: relative;
  font-size: 14px;
	z-index: 100;
}
.contents .inner05 .cf div dl dd.fix01{
  margin-bottom:1.75em;
}
.contents .inner05 .cf div dl dd:after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background-size: 10px 2px;
  background-image: linear-gradient(to right, #333, #333 2px, transparent 2px, transparent 10px);
  opacity: 0.7;
  position: absolute;
  bottom: 0.65em;
  z-index: -1;
}
.contents .inner05 .cf div dl dd > span {
  display: inline-block;
  line-height: 1.5;
  background: #fefcf2;
  vertical-align: bottom;
}
.contents .inner05 .cf div dl dd .sp01 {
  padding-right: 1em
}
.contents .inner05 .cf div dl dd .sp02 {
  letter-spacing: 0.1em;
  padding-left: 1em;
  float: right;
}
.contents .inner05 .cf div dl dd .sp01 {
  padding-right: 1em;
}
.contents .inner05 .cf div dl dd .sp02 {
  letter-spacing: 0.1em;
  padding-left: 1em;
  float: right;
}
.contents .inner06 {
	width: 90%;
	text-align: center;
	padding-top: 5em;
}
.contents .inner06 p {
	color: #009b8a;
	font-size: 125%;
	font-weight: 600;
	margin-bottom: 1.5em;
}
.contents .inner06 p:before {
	display: block;
	content: '';
	width: 2px;
	height: 1.75em;
	background: #009b8a;
	margin: 0 auto 1em;
}

.inner {
  max-width: 1100px;
  margin: auto;
}
.inner .outline div {
  display: none;
}
.inner .outline a {
  display: block;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 10px 0;
  background: #009b8a;
  position: relative;
  cursor: pointer;
}
.inner .outline a:after {
  content: '+';
  position: absolute;
  display: block;
  left: auto;
  right: 1.5%;
  top: calc(50% - 0.5em);
}
.inner .outline.active a:after {
  content: '−';
}
.inner .outline .ttl01 {
}
.inner .outline table {
  width: 100%;
  margin-top: 5px;
}
.inner .outline table tr{
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
.inner .outline table td,
.inner .outline table th {
  padding: 15px 0 15px 30px;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.inner .outline table th {
  width: 25%;
  text-align: left;
	font-weight: 600;
  background-color: #d9f4f1;
}
.inner .outline table td {
  width: 75%;
  text-align: left;
}
.inner .etc_txt {
  font-size: 10px;
	line-height: 1.5;
  margin-top: 10px;
}
.rosen_box{
	max-width: 90%;
	margin: auto;
}
.rosen_time{
	width: 85%;
	margin: 20px auto;
}
#landscape .txt01 {
	line-height: 1.5;	
}

@media screen and (max-width: 1024px){
  .mv{
  }
  .info_list .s_btn,.info_list .r_btn{
    font-size: 20px;
  }
  .wrapper .info_list{
    max-width: 90%;
    margin: 80px auto 0;
  }
  .contact_bnr{
    margin-top: 30px;
    padding: 20px;
  }
  .contact_txt{
    width: 35%;
    padding: 10px 25px 10px 5px;
  }
  .contact_info{
    font-size: 18px;
  }
  .contact_info figure{
    width: 40px;
  }
  .flex.top{
    align-items: center!important;
  }
  .number{
    font-size: 32px;
  }
  .bx-wrapper .bx-prev {
  left: 0 !important;
  }
  .bx-wrapper .bx-next {
  right: 0 !important;
  }
  .access_txt{
    font-size: 14px;
  }
  .access_txt span{
    font-size: 18px;
  }
  .tab_item{
  }
  .other_txt{
    position: relative;
    margin-top: 10px!important;
    font-size: 12px;
  }
  .opt p{
    font-size: 12px;
  }
  .opt p.catesub_txt{
    font-size: 14px;
  }
  .l_access{
    font-size: 12px;
  }
  .timer{
    width: 49%;
  }
  .timer span{
    font-size: 16px;
  }
  .life_info p,.ac_place p{
    font-size: 11px;
  }
  .ac_place .l_access{
    font-size: 13px;
		margin-bottom: 0;
  }
  .contents .inner05 .cf div dl.mr60{
    margin-right: 30px;
  }
  .contents .inner05 .cf div dl dd{
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 850px){
  .tb{
    display: block!important;
  }
  .contact_txt{
  width: 38%;
  }
  .contents .inner05 .cf div dl dd.fix02{
  margin-bottom:1.75em;
  }
}

@media screen and (max-width: 767px){
  .flex.top{
    align-items: flex-start!important;
  }
  .mv{
  }
	.mv .txt01 {
		width: 70%;
    top: 8%;
		left: 0;
		right: 0;
		bottom: auto;
		margin: auto;
	}
  .wrapper{
    max-width: 100%;
  }
  .wrapper .info_list{
    max-width: 90%;
    margin: 30px auto 0;
  }
  .info_list div{
    width: 100%;
  }
  .info_list div p{
		line-height: 1.5;
  }
  .info_list .s_btn,.info_list .r_btn{
    width: 100%;
    margin :20px auto 10px;
    padding: 10px 0;
    font-size: 16px;
  }
  .wrapper .info_list .ttl{
    margin-bottom: 10px;
    font-size: 22px;
		text-align: center;
  }
  .contact_bnr{
    padding: 25px 20px 15px;
    max-width: 90%;
    margin: 1em auto 0;
  }
  .contact_txt{
    width: 100%;
    padding: 0;
    border:none;
    font-size: 16px;
		text-align: center;
  }
	.contact_info > div {
    display: block;
    text-align: center;
	}
	.contact_info > div > a {
		margin: 0;
		pointer-events: auto;
	}
  .contact_txt span{
    font-size: 14px;
  }
  .contact_info{
		display: inline-block;
    padding: 10px 0;
		margin: auto;
  }
	.contact_info .number {
    display: inline-block;
	}
  .contact_info figure{
    width: 24px;
		display: inline-block;
  }
  .contact_info .time{
    font-size: 11px;
  }
  .caution{
    font-size: 10px;
    line-height: 1.4;
		margin-top: 10px;
  }
  .contents{
    margin-top: 70px;
  }
  .contents p{
    max-width: 90%;
    margin: 0 auto 2em;
    line-height: 1.5;
  }
  .md{
    margin-bottom:15px;
    font-size: 28px;
  }
  .plan_box{
    margin-top: 70px;
    max-width: 90%;
  }
  .bx-wrapper .bx-controls-direction a{
    width: 25px;
    height: 25px;
		top: calc(50% - 12.5px);
  }
  .bx-wrapper .bx-prev{
    left: 0!important;
  }
  .bx-wrapper .bx-next{
    right: 0!important;
  }
  .sp_img{
    width: 100%;
  }
  .contents .mt_sp{
    margin-top: 0;
  }
  .contents p.access_txt{
    margin: 5px auto;
    text-align: center;
    font-size: 14px;
  }
  .contents p.access_txt span{
  }
	#access .txt01 {
    line-height: 1.5;
	}
	.tab_content > p {
		max-width: 100%;
	}
  .tab_item{
    width: 100%;
    margin: 10px auto 0;
    float: none;
    font-size: 14px;
  }
	.tabs {
		width: 90%;
		margin: auto;
		padding-bottom: 0;
		display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
  .tab02{
    padding: 0;
  }
	.tab02,
	.tab03{
		 width: 48%;
		 margin: 3% 0 0;
	}
  .tab_content .w-50{
    width: 100%;
    margin: 10px auto 0;
  }
  .tab_content .w-50.mr20{
    margin: 0;
  }
  .tab_content .w-25{
    width: 48%;
		margin: 0;
  }
	.equipmentItems01 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.equipmentItems01 > div {
		display: block;
		width: 48% !important;
    margin: 0 0 4% !important;
	}
	.equipmentItems01 > div.fix01 {
		width: 100% !important;
	}
	.equipmentItems01 > div > div p {
		max-width: 100%;
	}
	.equipmentItems02 > div {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.equipmentItems02 > div p {
		max-width: 100%;
	}
	.equipmentItems02 > div > div {
		display: block;
		width: 48% !important;
    margin: 0 0 4% !important;
	}
	.equipmentItems03 > div {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
    width: 48%;
	}
	.equipmentItems03 > div:nth-child(3),
	.equipmentItems03 > div:nth-child(4) {
		width: 100%;
	}
	#equipment .tabs .tab_content .equipmentItems03 .scroller {
    overflow-x: scroll;
    position: relative;
	}
	#equipment .tabs .tab_content .equipmentItems03 .scroller img {
		width: 175%;
		max-width: 175%;
	}
	#equipment .tabs .tab_content .equipmentItems03 .scroller:before {
    content: "";
    display: block;
    transition: opacity cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent url(../img/common/common_swipe.png) no-repeat 50% 50%;
    background-size: 20% auto;
    z-index: 2;
	}
	#equipment .tabs .tab_content .equipmentItems03 .scroller:after {
    content: "";
    display: block;
    transition: opacity cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    width: 175%;
    padding: 3%;
    z-index: 1;
	}
	#equipment .tabs .tab_content .equipmentItems03 .scroller.on::before,
	#equipment .tabs .tab_content .equipmentItems03 .scroller.on::after {
    opacity: 0;
	}
	.equipmentItems03 > div p {
		max-width: 100%;
	}
	.equipmentItems03 > div > div > div {
		display: block;
		/*width: 48% !important;*/
    margin: 0 0 4% !important;
	}	
	.equipmentItems04  {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}	
	.equipmentItems04 > a,
	.equipmentItems04 > div {
		display: block;
		width: 48% !important;
    margin: 0 0 4% !important;
	}	
	.equipmentItems04 > div p {
		max-width: 100%;
	}
	#other_content {
		padding-bottom: 0;
	}
  .contents p.cate_txt{
    margin-top: 20px;
		margin-bottom: 0;
    font-size: 18px;
  }
  .contents p.detail_txt{
    margin-top: 5px;
    font-size: 13px;
  }
  .opt{
    margin: 0;
  }
  .opt p{
    font-size: 12px;
  }
  .opt p.catesub_txt{
    margin: 5px auto;
    font-size: 14px;
  }
	.accessItems {
		max-width: 90%;
		margin: auto;
	}
	.accessItems > div {
		width: 48%;
	}
	.accessItems > div p {
		text-align: left !important;
		max-width: 100%;
	}
  .sp_mt20{
    margin-top: 20px;
  }
  .other_txt{
    position: relative;
    font-size: 12px;
    text-align: justify;
  }
  .life_list{
    margin: 15px auto 0;
  }
	.life_list > div > div p{
		display: inline-block;
		max-width: 100%;
	}
  .life_info{
    max-width: 90%;
    margin: auto;
  }
	.life_txt {
    max-width: 90%;
    margin: auto;
	}
  .l_access{
    width: 100%;
    text-align: left;
    font-size: 14px;
  }
  .timer{
    width: 100%;
  }
  .timer span{
    font-size: 18px;
  }
  .life_txt p{
    margin-top: 10px;
    font-size: 12px;
  }
  .life_txt .store_info{
    margin: 10px auto;
  }
  .life_txt .store_info p{
    margin-top: 0;
    padding: 15px;
    font-size: 11px;
  }
	.life_list_wrap {
    width: 90%;
    margin: 10px auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.life_list_wrap > div {
		width: 48% !important;
		margin-bottom: 4% !important;
	}
  .life_list .w-25{
    width: 100%;
    margin: 0 !important;
  }
  .life_list .w-25.mr20{
  }
	.contents .inner05{
		
	}
  .contents .inner05 .cf div dl,.contents .inner05 .cf div dl.mr60{
    width: 90%;
    margin: auto;
  }
  .contents .inner05 .cf div dl dt{
    margin: 10px auto;
  }
  .contents .inner05 .cf div dl dd > span{
    font-size: 12px;
  }
  .contents .inner05 .cf div dl dd.fix03{
    margin-bottom: 2.0em;
  }
  .contents .inner05 .cf div dl dd.fix03 .sp01 {
    width: 100%;
    padding-right: 0;
  }
  .contents .inner05 .cf div dl dd.fix03 .sp02 {
    width: auto;
    text-align: right;
    margin: 0 0 0.5em;
    padding-left: 0.5em;
  }
  .contents .inner05 .cf div dl dd.fix03:after {
    bottom: -0.75em;
  }
  .inner .outline a{
    font-size: 16px;
  }
  .inner .outline table th,.inner .outline table td{
    padding: 10px 5px 10px 10px;
    font-size: 13px;
  }
  .inner .outline a:after{
  }
  #map,#plan,#landscape,#access,#photo,#access,#equipment,#life,#outline {
    padding-top: 100px;
    margin-top: -40px;
  }
	#map .mapWrap01 {
	}
	#map iframe {
		height: 46vh;
		margin-top: -55px;
	}
  .tb{
    display: none!important;
  }
  .contents .inner05 .cf div dl dd{
    font-size: 13px;
  }
	.outline {
		max-width: 90%;
		margin: auto;
	}
	.outline > div p {
		max-width: 100%;
	}
}

@media screen and (max-width: 375px){
  .contact_info .number{
  }
  .contents .inner05 .cf div dl dd.fix04{
    margin-bottom: 1.75em;
  }
}

@media screen and (max-width: 320px){
  .contact_info .number{
    font-size: 20px;
  }
  .contact_info figure{
    width: 25px;
  }
  .contents .inner05 .cf div dl dd > span,.contents .inner05 .cf div dl dd{
    font-size: 11px;
  }
  .contents .inner05 .cf div dl dd.fix05{
    margin-bottom: 1.75em;
  }
  .inner .outline table th, .inner .outline table td{
    font-size: 12px;
  }
}
#btnTop2 {
	position: fixed;
	bottom: 0;
	left: 0;
	line-height: 0;
	z-index: 9999;
}
#btnTop2 a {
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	background: #303030;
	position: relative;
}
#btnTop2 a:after {
	display: block;
	content: '';
	width: 26px;
	height: 26px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 100;
}
#anchor_top {
	height: 0;
}
#btnBnr01 {
  width: 60%;
  max-width: 500px;
  position: fixed;
  bottom: 0;
  right: 0;
  line-height: 0;
  z-index: 100;
}

/* /////////////////////////////
      footer
///////////////////////////// */

footer{
  margin-top: 50px !important;
  background-color: #fefcf2 !important;
}
footer .cntWrap01 {
	padding: 2.5em 0;
	padding: 2.5em 0 2em;
	background: #f3eee6;
}
footer .cntWrap01 .inner01 {
	width: 90%;
	max-width: 1000px;
	margin: auto;
}
footer .cntWrap01 .inner01 > div {
	box-sizing: border-box;
}
footer .cntWrap01 .cf:after,
footer .cntWrap01 .cf::after {
	content: "";
	display: table;
	clear: both;
}
footer .cntWrap01 .inner01 .left {
	width: 62%;
	float: left;
}
footer .cntWrap01 .inner01 .left .txt01 {
	/*margin-bottom: 0.5em;*/
}
footer .cntWrap01 .inner01 .left .txt02 {
	line-height: 1;
	float: left;
	padding-right: 1em;
}
footer .cntWrap01 .inner01 .left .txt02 a {
	font-size: 312.5%;
	font-weight: 500;
	letter-spacing: 0.04em;
}
footer .cntWrap01 .inner01 .left .txt03 {
	font-size: 81.25%;
	line-height: 1.5;
}
footer .cntWrap01 .inner01 .right {
	width: 38%;
	padding: 0;
	float: right;
}
footer .cntWrap01 .inner01 .right ul {
	padding-left: 8%;
}
footer .cntWrap01 .inner01 .right ul li {
	margin-bottom: 1em;
}
footer .cntWrap01 .inner01 .right ul li a {
}
footer .cntWrap01 .inner01 .right ul li a span {
	display: block;
	font-size: 87.5%;
	margin-bottom: 1em;
}
footer .cntWrap01 .inner01 .right ul li a img {
	display: inline-block;
	width: 100%;
	max-width: 348px;
}
footer > small {
	background: #009b8a;
}
@media screen and (max-width: 960px) {
	footer .cntWrap01 .inner01 > div {
		width: 100% !important;
		float: none !important;
	}
	footer .cntWrap01 .inner01 .left {
		text-align: center;
		padding: 0 0 2em;
		margin-bottom: 2em;
		border: none;
		border-bottom: 1px solid #c9c9c8;
	}
	footer .cntWrap01 .inner01 .left .txt01 {
    font-size: 87.5%;
	}
	footer .cntWrap01 .inner01 .left .txt02 {
    float: none;
		padding: 0.5em 0;
	}
	footer .cntWrap01 .inner01 .left .txt02 a {
    font-size: 250%;
	}
	footer .cntWrap01 .inner01 .left .txt03 br {
		display: none;
	}
	footer .cntWrap01 .inner01 .right {
    padding: 2em 0 0;
		padding: 0;
	}
	footer .cntWrap01 .inner01 .right ul {
		text-align: center;
		width: 100%;
		margin: auto;
		padding-left: 0;
	}
	footer .cntWrap01 .inner01 .right ul li a span {
		display: block;
		font-size: 100%;
		text-indent: -0.65em;
		width: 100%;
		margin-bottom: 1em;
	}
	footer .cntWrap01 .inner01 .right ul li a img {
    height: auto;
	}
	footer .cntWrap01 .inner01 .right ul li:nth-child(1) a img {
		width: 84%;
	}
	footer .cntWrap01 .inner01 .right ul li:nth-child(2) a img {
		width: 52%;
	}
}

@media screen and (max-width: 767px) {
	footer {
		position: relative;
		z-index: 100;
		margin-top: 100px !important;
		padding-bottom: 49px !important;
	}
	#footNavi {
	}
	#btnTop2 {
		bottom: 49px;
	}
  #btnBnr01 {
    bottom: 49px;
  }
}
#footNavi {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 101;
	background: #009b8a;
}
#footNavi li {
	box-sizing: border-box;
	position: relative;
}
#footNavi li:nth-child(1) {
	width: 14%;
	background: #333;
}
#footNavi li:nth-child(2),
#footNavi li:nth-child(3) {
	width: 43%;
	border-left: 1px solid rgba(255,255,255,0.7);
}
#footNavi li:nth-child(2) {
	background: #e9a21a;
}
#footNavi li:nth-child(3) {
	background: #7c776d;
}
#footNavi li a {
	color: #fff;
	font-size: 16px;
	line-height: 3;
	padding: 0;
}
#footNavi li.tel a {
	font-size: 0;
	/*background: transparent url(../img/freecallau_sp.svg) no-repeat 50%;*/
	background-size: auto 80%;
	display: block;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#footNavi li.tel a img {
	height: 70%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 100;
}
