@charset "utf-8";

/* ----------------------------------------------------------------

   トップページ

----------------------------------------------------------------- */
#indexSlider{
	position: relative;
	padding-bottom: calc( 4000% / 640 );
}
#indexSlider .bx-controls-direction{
		width: calc( 16000% / 640 );
	position: absolute;
	bottom: 0;
	right: 0;
	padding-right: calc( 4000% / 640 );
		transition: all 1.0s;
	    display: flex;
	display: -webkit-flex;
    justify-content: space-between ;
}
#indexSlider .bx-controls-direction a{
	display: block;
	width: calc( 6400% / 160 );
	height: 15px;
	text-indent: -9999px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#indexSlider .bx-controls-direction a.bx-prev{
	background-image: url(../../img/sp/i_slider1.png) ;
}
#indexSlider .bx-controls-direction a.bx-next{
	background-image: url(../../img/sp/i_slider2.png) ;
}
#indexPage .title1{
	font-size: calc( 2200% / 20 );
	text-align: center;
	line-height: 1.6;
	margin-top: calc( 3000% / 540 );
	font-weight: 500;
}
#indexPage .box1{
	padding-bottom: calc( 10000% / 540 );
}
#indexPage .box2{
	padding-top: calc( 9000% / 640 );
	background: url(../../img/common/bg_site2.gif) 0 0 ;
}
#indexPage .box2 ul li a{
	text-decoration: none;
	display: block;
	padding-bottom: calc( 10000% / 640 );
}
#indexPage .box2 h3{
	font-size: calc( 2800% / 20 );
	text-align: center;
	padding: calc( 1800% / 540 ) 0 ;
}
#indexPage .box2 .btn{
	width: calc( 46000% / 540 );
	margin: calc( 2000% / 540 ) auto 0;
	color: #816134;
	font-size: calc( 2500% / 20 );
	text-align: center;
	padding: calc( 1500% / 540 ) 0;
	background-color: #fff;
	border: 1px solid #816134;
}
#indexPage .box3{
	padding: calc( 9000% / 640 ) 0;
	background: url(../../img/common/bg_site3.gif) 0 0 ;
}
#indexPage .box3 ul{
	margin-top: calc( 4500% / 540 );
}
#indexPage .box3 ul li a{
	display: block;
	text-decoration: none;
	padding-bottom: calc( 6000% / 540 );
}
#indexPage .box3 ul li .image{
	width: calc( 46400% / 540 );
	margin: auto;
}
#indexPage .box3 ul li dt{
	text-decoration: underline;
	margin: calc( 2000% / 540 ) 0 calc( 1500% / 540 ) 0;
}
#indexPage .box3 ul li dt:hover{
	text-decoration: none;
}
#indexPage .box3 .btn{
	text-align: center;
}
#indexPage .box3 .btn a{
	display: block;
	width: calc( 46000% / 540 );
	margin: 0 auto 0;
	color: #816134;
	font-size: calc( 2500% / 20 );
	text-align: center;
	padding: calc( 1500% / 540 ) 0;
	background-color: #fff;
	border: 1px solid #816134;
	text-decoration: none;
}
#indexPage .box4{
	padding: calc( 7500% / 640 ) 0;
}
#indexPage .box4 h2{
	width: 28.1vmin;
	height: 28.1vmin;
	font-size: calc( 2600% / 20 );
	letter-spacing: 0.1em;
	background-color: #ab8047;
	display: table;
	text-align: center;
	margin: auto;
	line-height: 1.4;
}
#indexPage .box4 h2 a{
	color: #fff;
	text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}
#indexPage .box4 .newsArea ul:nth-of-type(1){
	margin-top: calc( 7000% / 540 );
}
#indexPage .box4 .newsArea ul:nth-of-type(1) li a{
	text-decoration: none;
	padding-bottom: calc( 3500% / 540 );
    display: flex;
	display: -webkit-flex;
    justify-content: space-between ;
}
#indexPage .box4 .newsArea ul:nth-of-type(1) li .image{
	width: calc( 22600% / 540 );
	line-height: 0;
}
#indexPage .box4 .newsArea ul:nth-of-type(1) li .textBox{
	width: calc( 28600% / 540 );
}
#indexPage .box4 .newsArea ul:nth-of-type(1) li h3{
	margin-top: calc( 1000% / 540 );
	text-decoration: underline;
	line-height: 1.6;
}
#indexPage .box4 .newsArea ul:nth-of-type(2){
	border-top: 1px solid #dfcdb8;
}
#indexPage .box4 .newsArea ul:nth-of-type(2) li{
	padding: calc( 2000% / 540 ) 0;
	border-bottom: 1px solid #dfcdb8;
	line-height: 1.8;
}
#indexPage .box4 .newsArea ul:nth-of-type(2) li span{
	display: block;
}
#indexPage .box4 .newsArea ul:nth-of-type(2) li h3{
	line-height: 1.6;
	margin-top: calc( 1000% / 540 );
}
#indexPage .box2 .instaArea{
	padding: calc( 4500% / 540 ) 0 calc( 7500% / 540 ) 0;
}


#indexPage .instaArea .innerBlock{
	text-align:center;
}
/* ----------------------------------------------------------------

   ページタイトル部

----------------------------------------------------------------- */
#pageTitleArea{
	width: 100%;
	height: 40vmin;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
    display: flex;
    display: -webkit-flex;
justify-content: center;
	align-items: center;
}
#pageTitleArea a{
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 1.2;
}
#pageTitleArea h1{
	font-size: calc( 4500% / 20 );
	letter-spacing: 0.05em;
	color: #fff;
	text-shadow:2px 2px 4px #000000;
}
#pageTitleArea p{
	font-size: calc( 1800% / 20 );
	color: #ccc;
	margin-top: calc( 1500% / 640 );
	text-shadow:2px 2px 3px #000000;
}

/* ----------------------------------------------------------------

   お問い合わせ

----------------------------------------------------------------- */
#inquiryPage #pageTitleArea{
	background-image: url(../../img/sp/tl_inquiry.png);
}
#inquiryPage #pageContentsArea{
	padding-top: calc( 4500% / 540 );
}
#inquiryPage .btn1{
	width: calc( 46000% / 540 );
	margin: calc( 4000% / 540 ) auto 0;
}
#inquiryPage .btn1 a{
	display: block;
	color: #816134;
	font-size: calc( 2500% / 20 );
	text-align: center;
	padding: calc( 2000% / 460 ) 0;
	background-color: #fff;
	border: 1px solid #816134;
	text-decoration: none;
}
#inquiryPage .formArea{
	padding-top: calc( 6000% / 540 );
}
#inquiryPage .formArea dl{
	border-top: 1px solid #b3b3b3;
}
#inquiryPage .formArea dl dt{
	padding-top: calc( 3500% / 540 );
	font-weight: 700;
}
#inquiryPage .formArea dl dd{
	padding: calc( 1500% / 540 ) 0  calc( 3500% / 540 ) 0;
	border-bottom: 1px solid #b3b3b3;
}
#inquiryPage .formArea dl dd input[type="text"] ,
#inquiryPage .formArea dl dd input[type="email"] ,
#inquiryPage .formArea dl dd textarea {
	border: 1px solid #d0c8a9;
	background-color: #e9e5d5;
	padding: calc( 2000% / 540 ) calc( 1500% / 540 );
}
#inquiryPage .formArea dl dd .type1{
	width: calc( 37000% / 540 );
}
#inquiryPage .formArea dl dd .type2 ,
#inquiryPage .formArea dl dd textarea{
	width: calc( 54000% / 540 );
}
#inquiryPage .formArea .formBtn1 {
	margin:  calc( 6000% / 540 ) auto 0;
}
#inquiryPage .formArea .formBtn1 input{
	cursor: pointer;
	border: 0;
	transition: all 1.5s;
	display: block;
		color: #fff;

	margin: 0 auto calc( 6000% / 540 );
}
#inquiryPage .formArea .formBtn1 input[type="submit"]{
	width: calc( 34000% / 540 );
	padding: calc( 2000% / 540 ) 0;
	background-color: #666;
	font-size: calc( 2400% / 20 );
}
#inquiryPage .formArea .formBtn1 input[type="button"]{
	width: calc( 20000% / 540 );
	padding: calc( 1000% / 540 ) 0;
	background-color: #999;
}
#inquiryPage .wpcf7-validation-errors{
	border: 0 !important;
	color:#f00;
	font-size: calc( 2200% / 20 );
}
#inquiryPage .wpcf7-mail-sent-ok{
	border: 0 !important;
	font-size: calc( 2200% / 20 );
}


/* ----------------------------------------------------------------

   旅の思い出帳

----------------------------------------------------------------- */

#travelersNotePage #pageTitleArea{
	background-image: url(../../img/sp/tl_travelersnote.png);
}

#travelersNotePage .travelersNoteIndex{
	margin-top: calc(4500% / 640);
}

#travelersNotePage .travelersNoteIndex .list1{
    margin-top: calc(7500% / 640);
    flex-wrap: wrap;
    border-bottom: 2px solid #b3b3b3;
    padding-bottom: calc(3900%/540);
}

#travelersNotePage .travelersNoteIndex .list1 li{
	width:calc(25000% / 540);
}

#travelersNotePage .travelersNoteIndex .list1 li .image1{
	width:calc(25000% / 250);
	height:auto;
	line-height: 0;
}
#travelersNotePage .travelersNoteIndex .list1 li a {
	padding-bottom: calc(4200% / 250);
    text-decoration: none;
    display: block;
}

#travelersNotePage .travelersNoteIndex .list1 li .title1{
	margin-top: calc(1200% / 250);
	text-decoration: underline;
}

#travelersNotePage .travelersNoteIndex .list1 li .text{
    padding-bottom: calc(1000% / 250);
    letter-spacing: .34em;
    margin-top: calc(1200% / 250);
	font-size: calc( 1800% / 20 );
}


#travelersNotePage #pageContentsArea #otherPost{
    margin-top: calc(9000% / 540);
    margin-bottom: calc(16000% / 540);
	
}

#travelersNotePage #pageContentsArea #postDetail{
	margin-top: calc(3700% / 540) ;
	padding-bottom: calc(9000% / 540);
	border-bottom: 2px solid #b3b3b3;
}

#travelersNotePage #pageContentsArea #postDetail h2 {
    margin-top: calc(300% / 540);
    font-size: calc( 2200% / 20 );
    line-height: 1.6em;
    border-bottom: 2px solid #b3b3b3;
    padding-bottom: calc(2000% / 540);
}

#travelersNotePage #pageContentsArea #postDetail .large {
	margin-top: calc(3500% / 540);
}

#travelersNotePage #pageContentsArea #postDetail .text{
	margin-top: calc(2000%/540);
	font-size: 97%;
}

#travelersNotePage #pageContentsArea #postDetail .mid{
	margin: calc(4000% / 540) auto calc(3500%/540);
	width: calc(48000% / 540);	
}

#travelersNotePage #pageContentsArea #otherPost a {
	width: calc(25300%/540);
}

#travelersNotePage #pageContentsArea #otherPost .rightLink {
	text-align:right
}
#travelersNotePage #pageContentsArea #otherPost .leftLink:before {
    content: "< ";
    white-space: pre;
    display: inline;
    width: auto;
    height: auto;
}
#travelersNotePage #pageContentsArea #otherPost .rightLink:after {
    content: " >";
    white-space: pre;
    display: block;
    display: inline;
    width: auto;
    height: auto;
}

#travelersNotePage #pageContentsArea #bramdnewPostTitle {
    font-size: 117%;
    font-weight: bold;
	border-bottom: 2px solid #b3b3b3;
	padding-bottom: calc(1000%/540);
}


.travelersNoteDetailPage .list1{
    margin-top: calc(3400% / 640);
    flex-wrap: wrap;
    padding-bottom: calc(3900%/540);
}

.travelersNoteDetailPage .list1 li{
	width:calc(25000% / 540);
	padding-bottom: calc(4200% / 250);
}

.travelersNoteDetailPage .list1 li .image1{
	width:calc(25000% / 250);
	height:auto;
	line-height: 0;
}
.travelersNoteDetailPage .list1 li a {
	padding-bottom: calc(5000% / 250);
    text-decoration: none;
    display: block;
}

.travelersNoteDetailPage .list1 li .title1{
	margin-top: calc(1200% / 250);
	text-decoration: underline;
}

.travelersNoteDetailPage .list1 li .text{
    padding-bottom: calc(1000% / 250);
    letter-spacing: .34em;
    margin-top: calc(1200% / 250);
	font-size: calc( 1800% / 20 );
}

#travelersNotePage .postListLink {
    display: block;
    width: calc(37600%/540);
    height: auto;
    margin:0 auto calc(16900%/540);
    border: 2px solid #b3b3b3;
    text-align: center;
    padding: calc(1400%/540) 0 calc(1800%/540) ;
}



/* ----------------------------------------------------------------

   旅のスタイル

----------------------------------------------------------------- */

#stylePage #pageTitleArea{
	background-image: url(../../img/sp/tl_style.png);
}

#stylePage #pageContentsArea {
	width:calc(54000% / 640);
	margin-top: calc(4500% / 640);
	padding-bottom: calc(6000%/540);
}

#stylePage .list1{
	margin-top: calc(7600%/540);
}

#stylePage .list1 li{
	border-bottom: 1px dashed #b3b3b3;
    padding-bottom: calc(5800%/540);
	margin-bottom: calc(5000%/540);
}
#stylePage .list1 a{
	text-decoration: none;
	liner-height:0;
}
#stylePage .list1 .num{
	text-align:center;	
}
#stylePage .list1 .title1 {
	margin-top: calc(1000%/540);
    line-height: 1;
    font-size: 126%;
    text-align: center;
    text-decoration: underline;
	letter-spacing: .2em;
}
#stylePage .list1 .image1 {
    margin-top: calc(3000%/540);
	line-height: 1;
}
#stylePage .list1 .text{
	margin-top: calc(2000%/540);
}

#stylePage .list1 .detailLink {
    width: calc(46000%/540);
    color: #836134;
    background-color: #fff;
    margin: calc(3000%/540) auto 0;
    display: block;
    border: 1px solid #836134;
    padding: calc(2800%/540) 0;
    text-align: center;
    font-size: calc(2500%/20);
    line-height: 1;
}


#stylePage #postDetail {	
    padding-bottom: calc(6800%/540);
    border-bottom: 1px dotted #b3b3b3;
}

#stylePage #postDetail .num{
	line-height: 1;
font-size: 116%;
}

#stylePage #postDetail h2 {

    line-height: 1;
    font-size: 145%;
    margin-top: calc(2200%/540);
    text-decoration: underline;

}
#stylePage #postDetail .postCategory {
    font-size: calc(1800%/20);
    line-height: 1;
    margin-top: calc(3500%/540);
}

#stylePage #postDetail .large{
    margin-top: calc(4500%/540);
    line-height: 1;
    width: 100%;
    height: auto;
}

#stylePage #postDetail .text{
    margin-top: calc(4500%/540);
}


#stylePage #postDetail .mid {
    margin: calc(4000%/540) auto 0;
    width: calc(50000%/540);
	line-height: 1;
}

#stylePage #postDetail .timeInfomation{
	margin-top: calc(4500%/540);
}
#stylePage #postDetail .priceTitle{
	margin-top: calc(4500%/540);
}

#stylePage #recommendedPoint {
    margin-top: calc(4500%/540);
    padding-bottom: calc(5500%/540);
    border-bottom: 1px dotted #b3b3b3;
}


#stylePage #recommendedPoint h3{
    color: #c21732;
    font-size: calc(3300%/20);
    letter-spacing: .05em;
    text-align: center;
}

#stylePage #recommendedPoint h3::after {
    content: "";
    white-space: pre;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-image: url(../../img/sp/t_styledetail02.png);
    background-size: 100%;
    position: relative;

}

#stylePage #recommendedPoint .flexBet {
    margin-top: calc(1000%/540);
}

#stylePage #recommendedPoint .pointText {
    width: calc(35000%/540);
}

#stylePage #recommendedPoint .pointImage {
    margin-top: calc(1000%/540);
}
#stylePage #otherPost {
    margin-top: calc(11000%/540);
}

#stylePage #otherPost a{
    width: calc(25000%/540);
}

#stylePage #otherPost  .rightLink {
	text-align:right
}
#stylePage #otherPost .leftLink:before {
    content: "< ";
    white-space: pre;
    display: inline;
    width: auto;
    height: auto;
}
#stylePage #otherPost .rightLink:after {
    content: " >";
    white-space: pre;
    display: block;
    display: inline;
    width: auto;
    height: auto;
}

#stylePage .postListLink {
    display: block;
    width: calc(37600%/540);
    height: auto;
    margin:calc(5000%/540) auto calc(11000%/540);
    border: 2px solid #b3b3b3;
    text-align: center;
    padding: calc(1400%/540) 0 calc(1800%/540) ;
}


/* ----------------------------------------------------------------

   ニュース・イベント

----------------------------------------------------------------- */


#newsPage #pageTitleArea{
	background-image: url(../../img/sp/tl_news.png);
}

#stylePage #pageContentsArea {
	width:calc(54000% / 640);
	margin-top: calc(4500% / 640);
	padding-bottom: calc(6000%/540);
}

#newsPage .list1 li {
    margin-top: calc(6000%/540);
    padding-bottom: calc(4500%/540);
    border-bottom: 2px solid #b3b3b3;
}

#newsPage .list1 li .image1 {
    width: calc(20000%/540);
}

#newsPage .list1 li a{
    text-decoration: none;
}

#newsPage .list1 .textBox{
    width: calc(30500%/540);
}

#newsPage .list1 .textBox .date{
    line-height: 1;
}

#newsPage .list1 .textBox .blogTitle {
    margin-top: calc(2000%/540);
    display: block;
    font-size: calc(2200%/20);
	text-decoration: underline;
}

#newsPage .list1 .textBox .categoryLink{
    font-size: calc(1800%/20);
    margin-top: calc(1000%/540);
}

#newsPage .list1 .textBox .categoryLink span{
	text-decoration: underline;
}

#newsPage #otherPost {
    margin-top: calc(9000%/540);
    margin-bottom: calc(18600%/540);
}

#newsPage #otherPost a{
    width: calc(25000%/540);
}

#newsPage #otherPost  .rightLink {
	text-align:right
}
#newsPage #otherPost .leftLink:before {
    content: "< ";
    white-space: pre;
    display: inline;
    width: auto;
    height: auto;
}
#newsPage #otherPost .rightLink:after {
    content: " >";
    white-space: pre;
    display: block;
    display: inline;
    width: auto;
    height: auto;
}

#newsPage #postDetail {
    padding-bottom: calc(7000%/540);
    border-bottom: 2px solid #b3b3b3;

}

#newsPage #postDetail .date {
    line-height: 1;
    margin-top: calc(4500%/540);
}

#newsPage #postDetail #detailTitle {
    margin-top: calc(1500%/540);
    line-height: 1.5em;
    font-size: calc(2200%/20);
}

#newsPage #postDetail .postCategory {
    line-height: 1;
    font-size: calc(1800%/20);
    margin-top: calc(1500%/540);
    border-bottom: 2px solid #b3b3b3;
    padding-bottom: calc(4000%/540);
}

#newsPage #postDetail .large {
    margin-top: calc(4500%/540);
    line-height: 1;
}
#newsPage #postDetail .text {

    margin-top: calc(3500%/540);
    line-height: 1.68em;

}


#newsPage #otherPost2 {
    margin-top: calc(10000%/540);
    margin-bottom: calc(4500%/540);
}

#newsPage #otherPost2 a{
    width: calc(25000%/540);
	font-size:calc(1800%/20)
}

#newsPage #otherPost2  .rightLink {
	text-align:right
}
#newsPage #otherPost2 .leftLink:before {
    content: "< ";
    white-space: pre;
    display: inline;
    width: auto;
    height: auto;
}
#newsPage #otherPost2 .rightLink:after {
    content: " >";
    white-space: pre;
    display: block;
    display: inline;
    width: auto;
    height: auto;
}


#newsPage .postListLink2 {
    display: block;
    width: calc(37600%/540);
    height: auto;
    margin:calc(5000%/540) auto calc(5800%/540);
    border: 2px solid #b3b3b3;
    text-align: center;
    padding: calc(1400%/540) 0 calc(1800%/540) ;
}



/* ----------------------------------------------------------------

   Q&A

----------------------------------------------------------------- */

#faqPage #pageContentsArea{
	padding: calc(4500%/540) 0 calc(9500%/540);
}

#faqPage #pageTitleArea{
	background-image: url(../../img/sp/tl_faq.png);
}

a[title="お問い合せフォーム"]{
	color:#0071bc;
}

#faqPage .btn1{
	margin-top: calc(4500%/540);
}
#faqPage .btn1 a{
	width:  calc(46000%/540);
	display: block;
	color: #816134;
	font-size: calc(2500%/20);
	text-align: center;
	padding:  calc(1000%/540) 0;
	background-color: #fff;
	border: 1px solid #816134;
	text-decoration: none;
	margin: auto;
}
#faqPage .list1{
	border-top: 1px solid #999;
	margin-top: calc(8000%/540);
}
#faqPage .list1 li{
	border-bottom: 1px solid #999999;
	padding:  calc(3200%/540)  calc(3000%/540);
}
#faqPage .list1 li:nth-child(even){
	background-color: #e9e5d5;
}


#faqPage .list1 li dl{
	position: relative;
}

#faqPage .list1 li dt{
	font-size: calc(2200%/20);
	cursor: pointer;
	width: calc(48000%/540);
}
#faqPage .list1 li dt::before{
	content: "Q：";
}
#faqPage .list1 li dl::before{
	content: "";
    position: absolute;
    margin-top: .4em;
    right: 0;
    width: calc(2600%/540);
    height: 100%;
    display: block;
    background-image: url(../../img/sp/i_faq1.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

#faqPage .list1 li dl.open::before{
	background-image: url(../../img/sp/i_faq2.png);
}
#faqPage .list1 li dd{
	margin-top: calc(2500%/540);
	display: none;
}



/* ----------------------------------------------------------------

   アクセス

----------------------------------------------------------------- */


#accessPage #pageTitleArea{
	background-image: url(../../img/sp/tl_access.png);
}
#accessPage #pageContentsArea {
    margin-top: calc(4500%/540);
	padding-bottom: calc(8000%/540);
}


#accessPage .pageInnerMenu1{
	margin-top:calc(8000%/540);
	margin-right: auto;
	margin-left: auto;
}


#accessPage .pageInnerMenu1 li a{
	color:#333333;
	font-size: calc(2300%/20);
	letter-spacing: 0.15em;
	text-decoration:none;
	display: block;
    width: 100%;
    height: 100%;
	padding: calc(2400%/540) 0 calc(2400%/540);
	box-sizing: border-box;
	position: relative;
}
#accessPage .pageInnerMenu1 li{
    width: 80%;
    border: 1px solid #836134;
    text-align: center;
    margin-bottom: calc(5000%/540);
    line-height: 1.4;
    margin-left: auto;
    margin-right: auto;
}
#accessPage .pageInnerMenu1 li a::before{
	display: inline-block;
	width: calc(3300%/540);
	position: absolute;
	top: calc(11500%/540);
}

#accessPage .pageInnerMenu1 li a:after{
	white-space:pre;
	content:"";
	display:block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
    margin: calc(1000%/540) auto 0;
	position:relative;
	transition: all 0.2s;
}

#accessPage .textBox{
    margin-top: calc(3000%/540);
}
#accessPage .textBox p:nth-of-type(2){
    margin-top: calc(6000%/540);
	font-size: calc(1800%/20);
}

#menu1{
    padding-top: calc(10000%/540);
}

#menu2,
#menu3 {
    padding-top: calc(12000%/540);
}

#accessPage .title1#menu1 span{
	background-image: url(../../img/detail/i_access2.png);
}
#accessPage .title1#menu2 span{
	background-image: url(../../img/detail/i_access3.png);
}
#accessPage .title1#menu3 span{
	background-image: url(../../img/detail/i_access4.png);
}

#accessPage .title1 span {
    width: 30px;
    height: 30px;
    margin: 0 auto 5px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
#accessPage .title1 {
    font-size: calc(2600%/20);
    text-align: center;
    letter-spacing: 0.15em;
    width: 100%;
    margin-bottom: calc(4000%/540);
    border-bottom: 2px solid #b3b3b3;
    padding-bottom: calc(2000%/540);
}
#accessPage #parking .textBox h3{
    text-align: center;
}

#accessPage #parking .textBox p {
    margin-top: calc(2000%/540);
    font-size: calc(1800%/20);
}

#accessPage #parking .image {
    margin-top: calc(3000%/540);
}

#map{
	width:100%;
	padding-bottom:75%;
}

#accessPage #parking iframe{
	margin-top:calc(3000%/540);
}


/* ----------------------------------------------------------------

   宿泊案内

----------------------------------------------------------------- */


#roomsPage #pageTitleArea{
	background-image: url(../../img/sp/tl_rooms.png);
}

#roomsPage #pageContentsArea{
	margin-top:calc(4500%/540);
	
}


#roomsPage .reservationTitle1 {
    width: calc(46000%/540);
    color: #836134;
    background-color: #fff;
    display: block;
    border: 1px solid #836134;
    padding: calc(2500%/540) 0;
    text-align: center;
    font-size: calc(2500%/20);
    line-height: 1;
    text-decoration: none;
    margin: calc(6000%/540) auto calc(8000%/540);
}

#roomsPage .reservationTitle2 {
    width: calc(46000%/540);
    color: #836134;
    background-color: #fff;
    display: block;
    border: 1px solid #836134;
    padding: calc(2500%/540) 0;
    text-align: center;
    font-size: calc(2500%/20);
    line-height: 1;
    text-decoration: none;
    margin: calc(4500%/540) auto calc(6100%/540);
}

#roomsPage #box1 {
    background: url(../../img/common/bg_site2.gif) 0 0;
    margin-top: calc(6600%/540);
}

#roomsPage .title {
    font-size: calc(3000%/20);
    letter-spacing: 0.15em;
    text-align: center;
    padding-top: calc(6800%/540);
}

#roomsPage .afterTitle {
	font-size:calc(1500%/20);
    text-align: center;
    position: relative;
    padding-bottom: calc(2000%/540);
}

#roomsPage .afterTitle::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 0;
    margin-left: -25px;
    border-bottom: 3px solid #c01732;
    width: 50px;
}

#roomsPage .textBox h3{
	font-size:calc(2800%/20);
}

#roomsPage #box1 .textBox .capacity{
	margin-top:calc(1500%/540);
}
#roomsPage #box1 .textBox .price{
	margin-top:calc(500%/540);
}
#roomsPage #box1 .textBox .note{
	margin-top:calc(500%/540);
}
#roomsPage #box1 .textBox .m_115{
	margin-top:calc(11500%/540);
}
#roomsPage #box1 .textBox {

    margin-top: calc(5000%/540);

}


#roomsPage .roomsImagewrap .flexBet{
	width:100%;
	margin-top: calc(400%/540);
	flex-wrap: wrap;
}

#roomsPage .roomsImagewrap p{ 
	line-height:1;
}

#roomsPage .roomsImagewrap li {
	width: calc(33% - 0.5%);
    line-height: 0;
    cursor: pointer;
	padding-bottom:calc(400%/540);
}

#roomsPage .roomsImagewrap li img {
    padding-bottom: calc(1000%/540);
}

#roomsPage .borderBottom {
    padding-bottom: calc(7200%/540);
    border-bottom: 2px dotted #b3b3b3;
}

#roomsPage .commonSpacebox{
	margin-top: calc(6500%/540);
	padding-bottom: calc(7000%/540);
}

#roomsPage .commonSpacebox h3{
    font-size: calc(2800%/20);
}

#roomsPage .commonText{
	margin-top:calc(1200%/540);
}

#roomsPage .commonSpacebox ul{
	margin-top: calc(4500%/540);
}

#roomsPage .roomsNote {
	margin-top: calc(4800%/540);
}

#roomsPage .roomsNote h3{
	font-size:calc(2800%/20);
	text-align:center;
}

#roomsPage .roomsNote .list2 {
    margin-top: calc(1500%/540);
}

#roomsPage .roomsNote li{
    margin-bottom: calc(2000%/540);
}

#roomsPage .roomsNote span{
	text-decoration: underline;
	color:#c21732;
}

#roomsPage .roomsNote .attention{
margin-top: calc(2000%/540);
}

#roomsPage .roomsNote .borderBottom{
    margin-top: calc(5000%/540);
}

#roomsPage .title1{
    font-size: calc(2800%/20);
    border: 2px solid #333333;
    width: calc(25400%/540);
    text-align: center;
    margin: calc(8000%/540) auto 0;
    padding: calc(350%/540) calc(1500%/540);
}

#roomsPage .title2{
    font-size: calc(2800%/20);
    border: 2px solid #333333;
    width: calc(25400%/540);
    text-align: center;
    margin: calc(4500%/540) auto 0;
	padding: calc(350%/540) calc(1500%/540);
}


#roomsPage #freeservice,
#roomsPage #service{
    display: flex;
    display: -webkit-flex;
	flex-wrap: wrap;
	
}

#roomsPage #freeservice li,
#roomsPage #service li{
	width:calc(18000%/540);
}

#roomsPage .roomsNote #freeservice,
#roomsPage .roomsNote #service{
    margin-top: calc(4500%/540);
}

#roomsPage .roomsNote #freeservice p,
#roomsPage .roomsNote #service p{
	padding-bottom: calc(9900%/540);
	text-align:center;
}

#roomsPage #photoGallery {
    background: url(../../img/common/bg_site2.gif) 0 0;
    margin-top: calc(3600%/540);
	padding-bottom: calc(7800%/540);
}

#roomsPage #photoGallery .list3{
	margin-top:calc(5000%/540)
}


#roomsPage #photoGallery .list3 li{
	margin-bottom:calc(2000%/540)
}