@charset "UTF-8";

/*------------------------------------------------------------------------------
	Chuo Kanko Corporation - Sp CSS
	URL: http://www.kaneyamaen.com/eng/
	Date: 2017-07-18
	Copyright (C) Chuo Kanko Corporation. All Rights Reserved.
------------------------------------------------------------------------------*/

@media screen and (max-width: 736px){


/*==============================================================
　共通部分
===============================================================*/

	header,footer {
/*		display: none;*/
	}
	.back {
		width: 100%;
	}
	.txtBtn {
		width: 70%;
		display: block;
		margin: 0 auto 5%;
	}
	article.contents .toTop {
		right: 10px !important;
		bottom: 10px !important;
		width: 15%;
	}
	article.contents .toTop a {
		font-size: 1.3rem;
		text-align: center;
		padding: 25px 10px 10px;
		background-size: 35%;
	}
	header {
		width: 100%;
	}
	header:before {
		width: 100%;
	}
	#headInner {
		position: relative;
		height: auto;
		padding: 3% 2% 12%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px 0;
        z-index: 0;
	}
	#headInner::before {
        content: '';
        display: block;
        position: absolute;
        z-index: -1;
        background-color: #fff;
        width: 100%;
        height: 80%;
        top: 0;
        left: 0;
    }
	header #siteTitle {
		width: 62%;
		margin: 0;
	}
	header #siteTitle a{
        margin:0;
    }
	header:before {
		height: 170px;
		opacity: 1;
	}
	.reserve_group {
		width: 100%;
        gap: 0 2%;
	}
	.reserve_group ._item {
    grid-template-columns: minmax(0,1fr);
    grid-template-rows: auto 1fr;
    gap: 5px 0;
    padding:2%;
    border-radius: 8px;
    }
	.reserve_group .linkbox > p {
		font-size: 14px;
		font-size: 1.4rem;
	}
    .reserve_group ._site_logo{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        aspect-ratio: 281/46;
    }
    .reserve_group ._site_logo img{
        width: auto;
        height: 100%;
    }
	.reserve_group .linkBoxInner {
		justify-content: center;
        gap: 5px;
	}
	.reserve_group .linkBoxInner a {
        padding: 6px 7%;
	}
	.reserve_group .linkBoxInner a img {
		width: 100%;
		height: auto;
	}
	header nav.fixed,
	header nav {
		width: 100%;
		display: none;
		height: auto;
		margin: 0;
		position: absolute;
		z-index: 9999;
		background: #fff;
        top: 29%;
	}
	.fixed #gNav {
		width: 100%;
	}
	header nav li {
		display: block;
		margin-left: 0;
		margin-top: 0 !important;

	}
	header nav li a {
		display: block;
		padding: 5% 3%;
		border-bottom: solid 1px #efefef;
	}
	header nav li:first-child a {
		border-top: solid 1px #efefef;
	}
	header nav.is-active.fixed,
	header nav.is-active {
		display: block;
	}
	#headline {
		width: 100%;
	}
	#ft_Inner {
		width: 100%;
		padding: 3%;
		box-sizing: border-box;
        gap: 4vw;
	}
	#ft_Inner address {
		float: none;
		width: 100%;
		text-align: center;
	}
	#ft_Inner #ft_logo {
		margin: 4% 0;
	}
	#ft_Inner #ft_logo img {
		width: 100%;
		height: auto;
	}
	#ft_sublogo {
		width: 100%;
	}
	#ft_sublogo li {
		width: 80%;
		float: none;
		margin: 0 auto 5% !important;
	}
	footer .txtBtn {
		width: 63%;
	}
	#ft_Inner p#copyright {
		font-size: 12px;
		font-size: 1.2rem;
		text-align: center;
	}

	#TA_certificateOfExcellence791,
	#TA_certificateOfExcellence101 {
		width: 50%;
		float: none;
		margin: auto;
		text-align: center;
	}
	#CDSWIDCOE.widCOE {
		width: 100%;
		margin: 0;
	}
	#CDSWIDCOE.widCOE .widCOEDate {
		line-height: 1;
		font-size: 10px;
	}
	#CDSWIDCOE.widCOE .widCOELink {
		line-height: 1 !important;
	}



	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		float: right;
		margin: 3%;
		position: relative;
		width: 40px;
		height: 24px;
		border: none;
		padding: 0;
		background-color: transparent;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #a52423;
		border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 10px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.menu-trigger.is-active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu-trigger.is-active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.is-active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
	.scroll {
		overflow: auto;
		white-space: nowrap;
		margin-bottom: 5%;
	}
	.scroll::-webkit-scrollbar {
		height: 5px;
	}
	.scroll::-webkit-scrollbar-track {
		background: #f6f5f5;
	}
	.scroll::-webkit-scrollbar-thumb {
		background: #b11500;
	}
	.scroll .tbl001 {
		margin-bottom: 0;
	}

/*==============================================================
　body#home : トップページ
===============================================================*/

	body#home #main .conbox,
	body#home #mainVisual {
		width: 100%;
	}
	body#home #mainVisual {
		position: static;
		text-align: center;
		margin-bottom: 5%;
	}
	body#home #mainVisual iframe {
		width: 94%;
		height: 200px;
	}
	body#home #main .innerBox {
		width: 100% !important;
	}
	body#home #main #about {
		padding-bottom: 8%;
		height: auto;
		background-position: right 250px,right 0,-50px 100px,left top;
		background-size: 45% auto,25% auto,40% auto,cover;
	}
	body#home #main #about .back {
	    height: 100%;
		display: none;
	}
	body#home #main #about .innerBox {
		padding: 0 3%;
		box-sizing: border-box;
		position: static;
		overflow: hidden;
	}
	body#home #bnrBlog {
		width: 100%;
		margin: 0 auto 5%;
	}
	body#home #bnrBlog img {
		width: 100%;
		height: auto;
	}
	body#home #main .innerBox h2 {
		font-size: 50px;
		font-size: 5.0rem;
	}
	body#home #main .innerBox .txt {
		line-height: 1.6 !important;
		word-break: break-all;
	}
	body#home #main #about li {
		width: 33.3%;
		width: -webkit-calc(100% / 3);
		width: -moz-calc(100% / 3);
		width: calc(100% / 3);
		margin-right: 0;
	}
	body#home #main #about li img {
		width: 100%;
		height: auto;
	}
	body#home #main #season .innerBox {
		padding: 0 3%;
		box-sizing: border-box;
		height: auto;
	}
	body#home #main #season .innerBox p {
	    position: static;
	}
	body#home #main #season .innerBox h2 {
		font-size: 50px;
		font-size: 5.0rem;
		margin: 5% 0 5% 0;
	}
	body#home #main #season .innerBox p.txt {
		width: 100%;
		margin-left: 0;
	}
	body#home #main #season p[id^="ancur"] {
		width: 100% !important;
		margin: 0 auto 5%;
		text-align: left;
		line-height: 1.6;
		font-size: 15px;
		font-size: 1.5rem;
	}
	body#home #main #season p[id^="ancur"] img {
		width: 70%;
		height: auto;
		margin: 0 auto 3%;
		display: block;
	}
	body#home #main #hotspring .innerBox {
		padding: 150px 3% 8%;
		box-sizing: border-box;
	}
	body#home #main #hotspring .areabox01 {
		margin-bottom: 0;
	}
	body#home #main #hotspring .floatR,
	body#home #main #hotspring .floatL {
		float: none;
		width: 100%;
		margin-bottom: 0;
	}
	body#home #main #hotspring .floatR .photo li:first-child {
		margin-right: 0;
	}
	body#home #main #hotspring .photo {
		overflow: hidden;
		margin-bottom: 0;
	}
	body#home #main #hotspring .photo li img {
		width: 100%;
		height: auto;
	}
	body#home #main #hotspring01 .photo li:first-child {
		width: 65.1%;
	}
	body#home #main #hotspring01 .photo li:last-child {
		width: 34.9%;
	}

	body#home #main #hotspring02 .txt,
	body#home #main #hotspring02 h2 {
		width: 100%;
	}
	body#home #main #hotspring .areabox02 .floatR {
		width: 100%;
	}
	body#home #main #hotspring .areabox02 .photo li.m_01 {
		margin-right: 0;
	}
	body#home #main #hotspring .areabox02 .photo li.m_02,
	body#home #main #hotspring .areabox02 .photo li:first-child {
		margin-bottom: 0;
	}
	body#home #main #hotspring .areabox02 .photo li:nth-child(2) {
		width: 47.6%;
	}
	body#home #main #hotspring .areabox02 .photo li:nth-child(4),
	body#home #main #hotspring .areabox02 .photo li:nth-child(3) {
		width: 52.4%;
	}
	body#home #main #hotspring .imghref {
		text-align: center;
	}
	body#home #main #ryokan .innerBox,
	body#home #main #sanri .innerBox,
	body#home #main #viproom .innerBox,
	body#home #main #wine_lounge .innerBox,
	body#home #main #besshosasa .innerBox,
	body#home #main #rooms .innerBox {
		padding: 8% 3%;
		box-sizing: border-box;
	}
	body#home #main #besshosasa .innerBox .main,
	body#home #main #rooms .innerBox .main {
		width: 100%;
		margin-bottom: 5%;
	}
	body#home #main #besshosasa .innerBox img,
	body#home #main #rooms .innerBox img {
		width: 100%;
		height: auto;
	}
	body#home #main #rooms .roomBox {
		width: 100%;
		margin: 0;
	}
	body#home #main #rooms .roomBox .floatR {
		padding-top: 0;
		float: none;
	}
	body#home #main #rooms .roomBox .floatL {
		width: 100%;
		margin-bottom: 0;
	}
	body#home #main #rooms .roomBox .photo li:first-child {
		width: 56.7%;
	}
	body#home #main #rooms .roomBox .photo li:nth-child(2) {
		width: 43.3%;
	}
	body#home #main #besshosasa .sasa {
		padding: 5%;
		box-sizing: border-box;
		overflow: hidden;
		height: 100%;
		background-size: cover;
	}
	body#home #main #besshosasa .sasabox h2 {
		width: 65%;
	}
	body#home #main #besshosasa .ico_sasa {
		width: 30%;
		top: 1%;
		right: 1%;
	}
	body#home #main #besshosasa .sasabox {
		width: 100%;
		float: none;
		margin-top: 15%;
	}
	body#home #main #besshosasa .sasabox h2,
	body#home #main #besshosasa .sasabox p {
		margin-left: 0;
	}
	body#home #main #besshosasa .sasabox li {
		margin-right: 0 !important;
	}

	body#home #main #besshosasa .sasabox li:first-child {
		width: 53%;
	}
	body#home #main #besshosasa .sasabox li:nth-child(2) {
		width: 47%;
	}
	body#home #main #besshosasa .sasa .floatL {
		width: 100%;
	}

	body#home #main #sanri img {
		width: 100%;
		height: auto;
	}
	body#home #main #sanri .image_box,
	body#home #main #sanri .txt_box {
		float: none;
		width: 100%;
	}
	body#home #main #sanri .image_box {
		margin-top: 0;
		margin-right: 0;
	}
	body#home #main #viproom .thumbnail {
		margin-bottom: 0;
	}
	body#home #main #viproom .thumbnail .slick-slide {
		width: 70px !important;
		height: 40px;
		margin-left: 10px;
	}
	body#home #main #viproom .image_box img {
		max-width: 100%;
		height: auto;
	}
	body#home #main #viproom .image_box,
	body#home #main #viproom .txt_box {
		float: none;
		width: 100%;
	}

	body#home #main #ryokan .image_box {
	}
	body#home #main #ryokan .txt_box {
		float: none;
		width: 100%;
		margin-bottom: 0;
	}

	body#home #main #ryokan [class*="absimg_"] {
		position: static;
		float: left;
	}
	body#home #main #ryokan img {
		width: 100%;
		height: auto;
	}
	body#home #main #ryokan .absimg_02,
	body#home #main #ryokan .absimg_03 {
		width: 50%;
	}

	body#home #main #wine_lounge .thumbnail {
		margin-bottom: 30px;
	}
	body#home #main #wine_lounge .thumbnail .slick-slide {
		width: 70px !important;
		height: 40px;
		margin-left: 10px;
	}
	body#home #main #wine_lounge .image_box img {
		max-width: 100%;
		height: auto;
	}

    body#home #main #wine_lounge .content_row{
        display: flex;
        flex-direction: column-reverse;
        gap: 0;
        padding-bottom: 30px;
    }
    body#home #main #wine_lounge .txt_box h2{
        text-align: left;
        line-height: 1.2;
    }
    body#home #main #wine_lounge .sub_image{
        display: flex;
        width: 100%;
    }
    body#home #main #wine_lounge .sub_image img{
        width: 33.333%;
    }

	body#home #main #food .innerBox {
		padding: 8% 3%;
		box-sizing: border-box;
	}
	body#home #main #food .innerBox img {
		width: 100%;
		height: auto;
	}
	body#home #main #food h2 {
		margin: 0 0 6%;
	}
	body#home #main #food .floatR {
		margin-bottom: 0;
	}
	body#home #main #food h2 + p {
		width: 100%;
		margin-bottom: 5%;
	}
	body#home #main #food .floatL,
	body#home #main #food .floatR {
		float: none;
	}
	body#home #main #food li:first-child {
		width: 45%;
		margin-right: 0;
	}
	body#home #main #food li:nth-child(2) {
		width: 55%;
	}
	body#home #main #attractions .innerBox {
		padding: 8% 3% 5%;
		box-sizing: border-box;
	}
	body#home #main #attractions .floatL {
		float: none;
		margin-left: 0;
		margin-bottom: 5%;
	}
	body#home #main #attractions h2 {
		margin: 0 0 5%;
		font-size: 40px;
		font-size: 4rem;
	}
	body#home #main #attractions .txt {
		width: 100%;
	}
	body#home #main #attractions .floatR {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
	body#home #main #attractions .photo li img,
	body#home #main #attractions .floatR img {
		width: 100%;
		height: auto;
	}
	body#home #main #attractions .photo {
		margin-top: 0;
	}
	body#home #main #attractions .photo li {
		margin: 0 3% 3% 0;
		width: 48.5%;
	}
	body#home #main #attractions .photo li:nth-child(2n) {
		margin-right: 0;
	}
	body#home #main #map .innerBox p {
		margin-left: 0;
	}
	body#home #main #map .innerBox p img {
		width: 98%;
		height: auto;
	}

/*==============================================================
　下階層共通
===============================================================*/

	#headline {
		margin: 0 auto 5%;
	}
	#headline h1 {
		margin-bottom: 0;
	}
	#headline h1:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.3);
	}
	#headline h1 a {
		height: 140px;
		line-height: 1.2;
		display: -webkit-flex;
		display: flex;
		align-items:center;
		font-size: 30px;
		font-size: 3.0rem;
		padding: 0 3%;
		z-index: 9;
	}
	#headline h1:before {
		border-width: 140px !important;
		left: 0;
		width: 0;
		display: none;
	}
	.pan {
		margin-left: 0;
	}
	.pan {
		padding: 3%;
	}
	.pan a,
	.pan strong {
		font-size: 16px;
		font-size: 1.6rem;
	}
	body:not(#home) #main {
		width: 100%;
		padding: 0 3%;
		box-sizing: border-box;
	}
	body:not(#home) #main h2 {
		font-size: 38px;
		font-size: 3.8rem;
	}
	body:not(#home) #main h2 span {
		font-size: 28px;
		font-size: 2.8rem;
	}
	.tbl001 th,
	.tbl001 td {
		padding: 20px;
		vertical-align: middle;
	}

/*==============================================================
　body#roomIndex : Rooms
===============================================================*/

	body#roomIndex #main p.txt02 {
		text-align: left;
	}
	body#roomIndex #main #pageLink li {
		width: 100%;
		background-position: 95% center;
	}
	body#roomIndex #main #pageLink li a {
		border: none !important;
		border-bottom: solid 1px #d4cec2 !important;
	}
	body#roomIndex #main #pageLink li:last-child a {
		border-bottom: none !important;
	}
	body#roomIndex #main #pageLink li a > p {
		width: 90%;
	}
	body#roomIndex #main #pageLink li a .txt {
		width: 100%;
		text-align: left;
	}
	body#roomIndex #main #pageLink li a .txt br {
		display: none;
	}

	body#roomIndex #main .list01 li {
		width: 100%;
	}
	body#roomIndex #main .list01 {
		margin-bottom: 3%;
	}
	body#roomIndex #main section .pho_main img {
		width: 100%;
		height: auto;
	}
	body#roomIndex #main section .floatR .title {
		line-height: 1.3;
	}
	body#roomIndex #main section .floatR p.txt {
		padding: 0;
		line-height: 1.5;
	}
	body#roomIndex #main section .floatR {
		width: 100%;
		float: none;
	}
	body#roomIndex #main section .floatL {
		width: 100%;
		float: none;
		text-align: left;
	}
	body#roomIndex #main section .floatL img {
		display: block;
	}
	body#roomIndex #main #besshoSasa p {
		margin-bottom: 3%;
	}
	body#roomIndex #main #besshoSasa p img {
		width: 100%;
		height: auto;
	}
	body#roomIndex #main #besshoSasa h2 {
		padding: 4% 0;
	}
	body#roomIndex #main #besshoSasa h3 {
		margin: 0;
		padding: 3%;
		font-size: 26px;
		font-size: 2.6rem;
	}
	body#roomIndex #main h3.info {
		background-position: left 0.2em;
	}
	body#roomIndex #main #besshoSasa .btn a {
		width: 70%;
	}
	body#roomIndex #main #besshoSasa .btn {
		margin-top: 5%;
		margin-bottom: 5%;
	}
	body#roomIndex #main table.roomtbl {
		border-collapse: collapse;
	}
	body#roomIndex #main table.roomtbl th,
	body#roomIndex #main table.roomtbl td {
		display: block;
		width: 100%;
		box-sizing: border-box;
		border-collapse: collapse;
		padding: 4%;
	}
	body#roomIndex #main table.roomtbl td {
		border-top: none !important;
	}

/*==============================================================
　body#guestIndex : Guests Review
===============================================================*/

	body#guestIndex #main #bunki li {
		float: none;
		width: 100%;
		text-align: center;
	}
	body#guestIndex #main #bunki li p.thumes {
		width: 100%;
	}
	body#guestIndex #main #bunki {
		margin-bottom: 10%;
	}

/*==============================================================
　body.guest : Guests Review下階層
===============================================================*/

	.slick-slide img {
		width: 100%;
		height: auto;
	}
	body.guest #mainvisual .slick-dots {
		display: none !important;
	}

	body.guest #main h2 {
		font-size: 32px;
		font-size: 3.2rem;
	}
	body[id^="guest"] #wrapper #main h2 span {
		font-size: 20px;
    	font-size: 2.0rem;
	}
	body.guest #main .slick-arrow {
		display: none !important;
	}
	body.guest #main #mainvisual {
		margin-bottom: 5%;
	}
	body.guest #main .slider {
		width: 100%;
	}
	body.guest #main #read .floatR p {
		margin-left: 0;
		margin-bottom: 3%;
	}
	body.guest #main #read .floatL {
		float: none;
		margin-bottom: 3%;
	}
	body.guest #main #read .floatL img {
		display: block;
		margin: auto;
		width: 100%;
		height: auto;
	}
	body.guest #main #read {
		margin-bottom: 5%;
	}
	body.guest #main .list01 {
		margin-bottom: 0;
	}
	body.guest #main .list01 li {
		float: none;
		margin-right: 0 !important;
		text-align: center;
		margin-bottom: 3%;
	}
	body.guest #main #sec02 .floatR img,
	body.guest #main .list01 li img {
		width: 100%;
		height: auto;
	}
	body.guest #main #sec02 h2,
	body.guest #main section.subSlider h2 {
		font-size: 33px !important;
		font-size: 3.3rem !important;
		line-height: 75px;
	}
	body.guest #main section.subSlider {
		margin-bottom: 5%;
	}
	body.guest #main section.subSlider h2,
	body.guest #main section .floatL h2 {
		background-size: 18% !important;
		margin-bottom: 3% !important;
		padding-left: 10px !important;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		height: auto;
		line-height: 1.1;
		padding: 5% 0;
	}
	body.guest #main #sec02 h2 {
		height: auto !important;
		line-height: 1.1 !important;
	}
	body.guest #main section.subSlider .slider {
		width: 100%;
		margin-bottom: 3%;
	}
	body.guest #main .map {
		width: 100%;
		height: 250px;
	}
	body.guest #main .comment {
		margin-top: 0;
		padding-top: 5%;
	}
	body.guest #main .comment .pho_voice {
		float: none;
		margin-left: 5%;
		margin-bottom: 0;
		position: relative;
		z-index: 99;
		width: 20% !important;
	}
	body.guest #main .comment .pho_voice img {
		width: 100%;
		height: auto;
	}
	body.guest #main .comment .txt {
		width: 100%;
		box-sizing: border-box;
		margin-top: -12%;
		padding: 15% 5% 4%;

	}
	body.guest #main #commentL .txt:before {
		display: none;
	}
	body.guest #main #sec02 .floatL {
		width: 100%;
	}
	body.guest #main #sec02 .floatL h2 {
	    margin: 0 0 5%;
	}
	body.guest #main #sec02 h2 span.date,
	body.guest #main section.subSlider h2 span.date {
		margin-right: 22px;
	}
	body.guest #main #sec02 .floatR {
		width: 100%;
		margin-bottom: 0;
	}
	body.guest #main .subSlider h2 + p.floatL {
		width: 100%;
		margin-right: 0;
		margin-bottom: 3%;
	}
	body.guest #main .subSlider h2 + p.floatL img {
		width: 100%;
		height: auto;
	}

	body#guestcase02Index #main #read .floatR p {
		width: 100%;
	}

	#guestcase03Index #main #read .floatR {
		width: 100%;
	}
	#guestcase03Index #main .pho_left {
		margin-bottom: 5%;
	}
	#guestcase03Index #main section img,
	#guestcase03Index #main .pho_left img,
	#guestcase03Index #main section .floatR img {
		max-width: 100%;
		height: auto;
	}
	#guestcase03Index #main .txt_right,
	#guestcase03Index #main .pho_left {
		width: 100%;
		float: none;
	}
	#guestcase03Index #main #commentL .txt {
		margin-bottom: 0;
	}
	#guestcase03Index #main h2 {
		height: auto !important;
		padding: 0 !important;
		line-height: 1 !important;
	}
	#guestcase03Index #main .mr12 {
		margin-right: 0;
	}
	#guestcase03Index #main .pho_main {
		margin-bottom: 5%;
	}
	#guestcase03Index #main .comment {
		margin-top: 0;
		margin-bottom: 5%;
	}


/*==============================================================
　body#locationIndex : Location
===============================================================*/

	body#locationIndex #main .floatR {
		width: 100%;
	}
	body#locationIndex #main .floatR img {
		width: 100%;
		height: auto;
	}
	body#locationIndex #main p.txt {
		margin-bottom: 8%;
	}
	body#locationIndex #main #map-canvas-location {
		height: 300px;
		margin-bottom: 10%;
	}
	body#locationIndex #main #map-canvas-location  iframe{
        height: 100%;
        width: 100%;
    }
	body#locationIndex #main .accessMap {
		padding: 3%;
	}
	body#locationIndex #main .accessMap + p img,
	body#locationIndex #main .accessMap img {
		width: 100%;
		height: auto;
	}
	body#locationIndex #main .map img{
		width: 100%;
	}
	body#locationIndex #main .map + p,
	body#locationIndex #main .accessAdd p{
		font-size:18px;
		font-size:1.8rem;
	}
	body#locationIndex #main .accessAdd .sp{
		display: block;
	}
	body#locationIndex #main .accessAdd p.tel{
		padding: 3%;
		line-height: 1;
	}
	body#locationIndex #main ul.accessStep{
		flex-wrap: wrap;
	}
	body#locationIndex #main ul.accessStep li{
		width: 49%;
	}
	body#locationIndex #main .accessGuide{
		display: block;
	}
	body#locationIndex #main .accessGuide .guideImg,
	body#locationIndex #main .accessGuide .guideIn img{
		width: 100%;
	}
	body#locationIndex #main .accessGuide .guideIn{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		width: 100%;
		flex-direction: column-reverse;
	}

/*==============================================================
　body#optionIndex : Options
===============================================================*/

	body#kimonoIndex .lead {
		margin-bottom: 8%;
	}
	body#optionIndex #main .optionBox .textBox,
	body#optionIndex #main .optionBox figure {
		width: 100%;
	}
	body#optionIndex #main .optionBox .textBox {
		margin-top: 3%;
		padding: 0;
	}

/*==============================================================
　body#optionIndex : Options
===============================================================*/

	body#kimonoIndex .flexbox {
		flex-wrap: wrap;
	}
	body#kimonoIndex .flexbox .image {
		width: 100%;
	}

/*==============================================================
　body#ecotoursIndex : ecotours
===============================================================*/

	body#ecotoursIndex #main section .right_box01 {
		float: none;
		width: 100%;
	}
	body#ecotoursIndex #main section .floatR {
		width: 100%;
	}
	body#ecotoursIndex #main section:last-of-type {
		margin-bottom: 8%;
	}

	.bunkiList li {
		width: 100%;
	}
	.bunkiList li a {
		display: block;
	}
	.bunkiList li .photo {
		width: 100%;
		height: auto;
	}
	.bunkiList li .photo img {
		width: 100%;
		height: auto;
	}

	#ecotoursIndex #main {
		padding-bottom: 17% !important;
	}

	body.entryPost .visual {
		height: 250px;
	}
	body.entryPost #introArea {
		margin-bottom: 12%;
	}
	body.entryPost #flowArea {
		margin-bottom: 13%;
	}
	body.entryPost .flowBox {
		display: block;
	}
	body.entryPost .flowBox .photo,
	body.entryPost .flowBox .infoBox {
		width: 100%;
	}
	body.entryPost .flowBox .photo img {
		width: 100%;
		height: auto;
	}
	body.entryPost .flowBox .infoBox {
		padding: 0;
		box-sizing: border-box;
	}
	body.entryPost #feeBox td {
		line-height: 1.3;
	}

/*==============================================================
　body#faqIndex : FAQ
===============================================================*/

	body#faqIndex #main .tabControl {
		flex-wrap: wrap;
		margin-bottom: 10%;
	}
	body#faqIndex #main .tabControl li {
		width: 50%;
	}
	body#faqIndex #main .tabControl li a {
		padding: 5% 0;
		border-top: solid 1px #913130;
	}
	body#faqIndex #main .tabControl li:nth-child(2) a,
	body#faqIndex #main .tabControl li:first-child a {
		border-top: none;
	}
	body#faqIndex #main .tabControl li:nth-child(2n+1) a {
		border-left: none;
	}

/*==============================================================
　body.staffblog : staffblog
===============================================================*/

	body.staffblog #mainVisual {
		width: 100%;
	}
	body.staffblog #mainVisual img {
		width: 100%;
		height: auto;
	}
	body.staffblog .inner {
		padding: 0;
		width: 100%;
	}
	body.staffblog #main #postArea .postBox {
		margin-bottom: 10%;
	}
	body.staffblog #main #postArea .postBox h2 {
		font-size: 26px;
		font-size: 2.6rem;
		margin-bottom: 5%;
		padding: 3% 4%;
	}
	body.staffblog #main #postArea .postBox .date {
		font-size: 18px;
		font-size: 1.8rem;
		float: none;
		display: block;
		margin-top: 3%;
	}
	body.staffblog #main .postBox .photo {
		width: 100%;
		height: 200px;
		margin-bottom: 5%;
	}
	body.staffblog #main .postBox .photo img {
		width: 100% !important;
		height: auto;
	}
	body.staffblog #main .postBox .btn-ylw {
		float: none;
		margin: auto;
	}
	body.staffblog #main .postBox .boxR {
		width: 100%;
		float: none;
	}
	body.staffblog #sub {
		clear: both;
		width: 100%;
		float: none;
		margin-bottom: 20%;
		padding: 0 3%;
		box-sizing: border-box;
	}


}