@media screen and (max-width: 1024px) {
	section.facility_area .facility_wrap {
		width: 92%;
	}
	section.room_type h2 {
		width:92%;
	}
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
        background-image: none;
        background-image: url(../img/cloud.svg);
        background-repeat: no-repeat , no-repeat;
        background-position: 0 50% ;
        background-size: 50% auto;
        min-width: 320px;
        background-size: 60% 80% ;
    }
    #top-head .inner{
        width: 100%;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
    }
    .global-nav_top {
        display: flex!important;
        justify-content: center!important;
        flex-wrap: wrap;
    }
    .global-nav_top li.tel {
        width: 100%;
        font-size: 16px;
    }
    .global-nav_bottom li{
        margin-left: 0;
    }

    /* Fixed */
    #top-head.fixed {
        margin-top: 0;
        top: 0;
        position: fixed;
        padding-top: 0;
        padding-bottom: 0;
        height: auto;
        background: #fff;
        transition: top 0.65s ease-in;
        -webkit-transition: top 0.65s ease-in;
        -moz-transition: top 0.65s ease-in;
    }
    #top-head.fixed .logo {
        font-size: 24px;
        color: #333;
    }
    #top-head.fixed #global-nav ul li a {
        color: #333;
        padding: 0 20px;
    }
    #mobile-head {
        width: 100%;
        height: auto;
        position: relative;
        max-width: 1024px;
    }
    #mobile-head > a{
        padding-left: 20px;
        box-sizing: border-box;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        padding: 16px 0 16px 0;
        margin-left: 2%;
        max-width: 140px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -567px;
        background: rgba(0,0,0,0.7);
        width: 100%;
        text-align: center;
        padding: 80px 0 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
        display: block;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        /*-moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);*/
        z-index: 100;
        height: 100vh;
        padding-top: 120px;
        top: 0;
        left: 0;
    }
    /*コンテンツ*/
    #cont_wrap{
        padding-top: 72px;
    }.top_about_flex {
		display: block;
		justify-content: space-between;
	}
	.top_about_left > h3 {
		display:none;
	}
	.top_about_left {
		position:relative;
		width: 100%;
	}
	.top_about_right {
		margin-left: 0;
		width: 100%;
	}
	.top_about_right > h3{
		margin-bottom: 0;
	}
	.about_button {
		text-align: center;
		margin: 2em auto 0;
	}
	.about_button > a {
		float: none;
		font-size: 1.4em;
	}
	div.top_about_right > p {
    margin-left: 0;
    margin-right: 0;
	}
	section.top_about p {
    font-size: 1em;
    width: 100%;
    max-width: 1024px;
    line-height: 2.2em;
	}
}

@media screen and (max-width: 768px) {
    /*スライド*/

	.slick-slide img {
		height : -webkit-calc(100vh - 71px) ;
	   	height : calc(100vh - 71px) ;
	}
	section.top_about, section.top_info, section.sub_info, section.menu_list {
		width:92%;
	}
    
    footer{
        width: 100%;
        min-width: 320px;
        text-align: center;
        padding: 20px 0 20px 0;
        background-position: 100% 50%;
        background-size: 60% 80% ;
    }
    .footer_top{
        text-align: center;
    }
    .footer_top h3{
        max-width: 90%;
        font-size: 16px;
        font-weight: normal;
        display: inline-block;
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: left;
    }
    .footer_top p{
        max-width: 90%;
        font-size: 12px;
        display: inline-block;
        margin: 0 auto 10px auto;
        text-align: left;
    }
    .footer_top p.reserve{
        display: block;
        text-align: center;
    }
    .footer_middle{
        display: block;
        margin: 0 auto;
        width: 90%;;
        font-size: 14px;
        text-align: left;
        padding: 30px 0 0 0;
        box-sizing: border-box;
        text-align: center;
    }
    .footer_middle .shop_info{
        display: inline-block;
    }
    .footer_middle div{
        margin-bottom: 30px;
    }
    .footer_middle p{
        text-align: left;
    }
    .footer_bottom{
        text-align: center;
        padding-bottom: 0;
    }
	
	
	/* アバウトページ */
	.sub_vis {
		display: block;
		height: auto;
	}
	.sub_vis > .head_img_area {
	    width: 100%;
	    height: 300px;
	}
	.sub_vis > img {
		width: 100%;
		display: block;
	}
	.sub_bg {
		width: 100%;
		padding: 2em 0;
		margin: 0 auto;
	}
	.sub_title {
		position: static;
		top: 0;
		left: 0;
		transform: none;
		margin: 0 auto;
		width: 85%;
	}
	.sub_title h2 {
		font-size: 1.5em;
	}
	.sub_title h3 {
		font-size: 1.2em;
	}
	section.sub_about, section.sub_about_info, section.sub_kawadoko, section.room_about {
		width: 92%;
	}
	section.menu_list > ul li a:before {
		bottom: 0;
	}
	div.menu_main_area {
		margin: 3em auto;
	}
	section.menu_list {
		margin: 4em auto 0;
	}
	div.menu_main_area:last-child {
		margin-bottom: 1em;
	}
	#tab2 > .menu_main_area{
	display: block;
	flex-wrap: wrap;
	justify-content: space-between;	
	}
	#tab2 > .menu_main_area .nabe_flex{
	width: 100%;
	}
	#tab3 > .menu_main_area {
	display: block;
	}
	#tab3 > .menu_main_area .gozen_flex{
	width: 100%;
	padding-bottom: 0;
    position: relative;
    margin-bottom: 30px;
	}
	#tab3 > .menu_main_area .gozen_flex img{
	position: static;
	bottom: 0;
	}
	section.room_about {
		display: block;
	}
	section.room_about > .room_text-block{
		width: 100%
	}
	section.room_about > .room_text-block p{
		margin-top: 0.5em;
	}
	section.room_about > .romm_img-block{
		width: 100%;
		margin-top: 54px;
	}

	.menu_wrap {
		display: block;
	}
	div.menu_box{
		width: 100%;
	}
	
	div.menu_box.w_100 > div{
		width: 100%;
	}

}

@media screen and (max-width: 480px) {
	section.top_about p {
		text-align: left;
		font-size: 0.9em;
	}
	.about_bg {
		padding: 1.5em;
	}
	.top_about_left > h3 {
		font-size: 1.5em;
	}
	section.top_info h2 {
		font-size:1.3em;
	}
	section.top_info p {
		font-size: 0.9em;
	}
	.about_button > a {
		font-size: 1.2em;
	}
	section.sub_info {
		margin: 0 auto 2em;
	}
	.sub_info_flex {
		display: block;
	}
	.sub_info_left, .sub_info_right {
		width: 100%;
		padding: 0.2em 0;
		margin-bottom: 0.5em;
	}
	.sub_info_border {
		margin: 0.5em;
	}
	
	/* アバウトページ */
	.sub_vis {
		display: block;
	}
	.sub_vis > img {
		width: 100%;
		display: block;
	}
	.sub_bg {
		width: 100%;
		padding: 2em 0;
		margin: 0 auto;
	}
	.sub_title {
		position: static;
		top: 0;
		left: 0;
		transform: none;
		margin: 0 auto;
		width: 92%;
	}
	.sub_title h2 {
		font-size: 1.5em;
	}
	.sub_about_pic {
		display: block;
	}
	.sub_about_pic > img, .right_pic {
		width: 100%;
	}
	section.sub_about h2 {
		font-size: 1.4em;
		margin-top: 2em;
	}
	section.sub_about p {
		font-size: 0.9em;
		margin-bottom: 2em;
	}
	section.sub_about_info h2 {
		font-size: 1.4em;
		margin-top: 3em;
	}
	section.sub_about_info h3 {
		font-size: 1.2em;
	}
	section.sub_about_info p {
		font-size: 0.9em;
	}
	section.sub_about_info img {
		margin: 1em auto 2em;
	}
	section.sub_about_info a {
		font-size: 1em;
		margin-bottom:4em;
		width: 180px;
	}
	.kawadoko_about_pic {
		display: block;
	}
	.kawadoko_about_pic > img, .kawadoko_right_pic {
		width: 100%;
		margin-left: 0;
	}
	section.sub_kawadoko h2 {
		font-size: 1.4em;
		margin-top: 2em;
	}
	section.sub_kawadoko p {
		font-size: 0.9em;
		margin-bottom: 2em;
	}
	section.sub_kawadoko a {
		font-size: 1em;
		margin-bottom:4em;
		width: 180px;
		margin: 3em auto 2em;
	}
	section.room_about h2 {
		font-size: 1.6em;
		margin-top: 2em;
	}
	section.room_about p {
		font-size: 0.9em;
	}
	div.room_block > p:last-child {
		margin: 0.3em auto 1em;
	}
	.sub_room_pic {
		display: block;
	}
	.sub_room_pic > img, .room_right_pic {
		width: 100%;
		margin-left: 0;
	}
	.room_flex {
		display: block;
	}
	.room_flex > img {
		width: 100%;
	}
	section.menu_list > ul li a {
		font-size: 1.2em;
	}
	div.menu_main_area h2 {
		font-size: 1.6em;
		margin-bottom: 0.5em;
	}
	.menu_pic {
		display: block;
	}
	.menu_pic > img {
		width: 100%;
	}
	.menu_pic > figure.img {
		width: 100%;
	}
	section.sub_faq dl dt{
	font-size: 20px;
	margin-bottom: 10px;
	}
	section.sub_faq dl dd{
	font-size: 14px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #cccccc;
	}
	section.sub_faq dl dt{
	font-size: 20px;
	}
	section.sub_faq dl dt::before{
		font-size: 16px;
		top: 1px;
	}
	section.sub_faq dl dd{
		font-size: 14px;
	}
	section.sub_contact h3{
		font-size: 24px;
	}
	section.sub_contact h4{
		font-size: 18px;
	}
	section.sub_contact .contact_area form label{
		font-size: 14px;
	}
	.sub_vis > .head_img_area {
    width: 100%;
    height: 200px;
	}
}


