@charset "UTF-8";
/* CSS Document */

@import url("reset.css");

img { vertical-align: bottom;}




/* SP用 */

body {
/*    font-family: 'Zen Maru Gothic', sans-serif;*/
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
  font-size: 14px;
  font-weight: 300;
  color: #4F4843;
  letter-spacing: .07em;
}


/*共通*/



/*
.top-header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  text-align: center;
  display: none;
  z-index: 100;
}
.top-header.bisible{
  display: block;
}
*/
.main-visual{
position: relative;
  height: 100vh;
  background-color: white;
  color: #fff;
  text-align: center;
}





header {
	width: 100%;
	padding:0px 30px 30px 0px;
	min-height: 90px;
	background-color: white;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: fixed; 
	box-sizing: border-box;
	z-index: 200;
    font-weight: 500;
    font-family: 'Zen Maru Gothic', sans-serif;
	}


header .logo_sp {
	display: block;
	width: 200px;
	position: fixed;
}

header .logo_sp img {
	width: 100%;
	height: auto;
	margin: 60px auto auto 20px;
	z-index: 100;
}

header .logo_pc {
	display: none;
}









.hamburger {
	width: 36px;
	height: 55px;
	background-color: transparent;
	position: fixed;
	top: 20px;
	right: 30px;
	z-index: 300;
}
.hamburger span {
	display: block;
	width: 30px;
	height: 3px;
	background-color: #FCAE59;
	position: absolute;
	transform: translate(0, -50%);
	transition: all .4s ease;

}

.hamburger span:first-child {top: 30%;}
.hamburger span:nth-child(2) {top: 50%;}
.hamburger span:last-child {top: 70%;}

.hamburger.close span:first-child {
	top: 50%;
	transform: translate(0,-50%) rotate(45deg);
}
.hamburger.close span:nth-child(2) {
	opacity: 0;
	transform: translate(0,-50%) rotate(45deg)
}

.hamburger.close span:last-child {
	top: 50%;
	transform: translate(0,-50%) rotate(-45deg);
}
	
  .header_pc { display: none }
	
.drawer {
	background-color: rgba(255,255,255,0.70);
	position: fixed;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 98px 0 30px;
	overflow: auto;
	transition: all .6s ease;
	z-index: 100;
}
.drawer.show { top: 0; }
.drawer ul.nav {
	margin-top: 8vh;
}
.drawer ul.nav li { margin-top: 25px; }
.drawer ul.nav li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 13px;
    color: #4F4843;
	font-size: 180%;
	letter-spacing: .2em;
}

.pc {display: none;}

.last {
	display: none;
}


.drawer_sp ul li a:hover {
	color: white;
	background-color: #FCAE59;
	
}

.drawer_sp ul li a span { padding-left: .2em; }




.form {
    position: absolute;
    position: fixed;
    top: 130px ;
    right: 0px;
    writing-mode: vertical-rl;
    z-index: 200;
    border-radius: 20px 0 0 20px;
    font-size: 120%;
    text-decoration: none;
    width: 20px;
}

.form a {
    display: block;
    padding:26px 18px;
    color: white;
    text-decoration: none;
    font-weight: 500;
    background-color: #4F4843;
    border-radius: 20px 0 0 20px;
    transition: all .6s ease;

}
.form a:hover {
    color: white;
    text-decoration: none;
    background-color: #FCAE59;
    transition: all .6s ease;
}



footer {
    height: 570px;
    background-color: #FCAE59;
}

footer .logo_foot {
    width: 130px;
    margin:0 auto;
    padding-top: 85px;
}

footer ul.foot {
	margin-top: 55px;
}
footer ul.foot li { margin-top: 2px; }
footer ul.foot li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 10px;
    color: white;
	letter-spacing: .1em;
}

footer .copy {
	color: white;
	font-size: 8px;
    margin-top: 70px;
	text-align: center;
	
}


.sen {
    display: none;
}







/*ホーム*/

div .first_v {
    position: relative;
}


.first_logo {
    display: block;
    position: absolute;
    top: 40px;
/*    top: 800px;*/
    left: 38%;
    z-index: 200;
    width: 100px;
}
.first_logo img { width: 100%; height: auto; }


.mv_slider_pc {
	display: none !important;
}

.main-visual_sp {
    position: relative;
    z-index: 100;
    width: 91vw;
}

.main-visual_pc {
    position: relative;
    z-index: 100;
    width: 80vw;
  margin-left: 10vw;
}


.main_v_sp {
	background-size: cover;
	background-repeat: no-repeat;
	height: 80vh;
	margin-top: 90px;
	background-position: right top;
  z-index: 100;
  border-radius: 0 0 50px 0;

}
.main_v_sp1{
    background-image: url("../image/main_v_sp1.jpg");
}
.main_v_sp2{
	background-image: url("../image/main_v_sp2.jpg");}
	
.main_v_sp3{
	background-image: url("../image/main_v_sp3.jpg");
}

.main_v_pc {
	background-size: cover;
	background-repeat: no-repeat;
	height: 89vh;
/*  height: 73vh;*/
/*	margin-top: 140px;*/
	background-position: left top;
  z-index: 100;
/*  border-radius: 20px;*/
}

.main_v_pc1 {
    background-image: url("../image/main_v_pc1.jpg");
  }
.main_v_pc2 {	
	background-image: url("../image/main_v_pc2.jpg");
}
.main_v_pc3 {	
	background-image: url("../image/main_v_pc3.jpg");
} 




img { vertical-align: bottom;}


.c_copy {
  position: absolute;
  z-index: 150;
  background-color: white;
  padding: 13px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-size: 21px;
border-radius: 0 8px 8px 0;
}


.catch_copy {
  position: absolute;
  width: 300px;
    top: 73vh;
}


.copy2 {
  margin-top: 40px;
}


.scroll-down4{
    position: absolute;
    width: 3px;
    height: 80px;
    background: #00b0ff;
    animation: scrollDown4 2s ease infinite;
    margin: 0 auto;
    left: 50%;
    z-index: 200;
    }

@keyframes scrollDown4{
    0%{
        transform-origin: top;
        transform: scaleY(0);
    }
    45%{
        transform-origin: top;
        transform: scaleY(1);
    }
    55%{
        transform-origin: bottom;
        transform: scaleY(1);
    }
    100%{
        transform-origin: bottom;
        transform: scaleY(0);
    }
}
}















/* PC用 */
@media only screen and (min-width:960px){


.first_logo {
    display: block;
    position: absolute;
    top: 60px;
    top: 800px;
    left: 44%;
    z-index: 200;
    width: 50px;
}

.single-scroll-down-animation.animation4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.scroll-down4{
    width: 3px;
    height: 80px;
    background: white;
    animation: scrollDown4 2s ease infinite;
    margin: 0 auto;
}

@keyframes scrollDown4 {
    0%{
        transform-origin: top;
        transform: scaleY(0);
    }
    45%{
        transform-origin: top;
        transform: scaleY(1);
    }
    55%{
        transform-origin: bottom;
        transform: scaleY(1);
    }
    100%{
        transform-origin: bottom;
        transform: scaleY(0);
    }
}

}



.neko_keito {
    margin: 80px auto 0 auto;
    text-align: center;
}

.neko_keito img {
    width: 230px;
}


.homew_sp {
	margin: 30px 23px auto 23px;
	line-height: 30px;
	text-align: center;
}


.homew_pc {
    display: none;
}






.srvice_nb {
  width: 55px;
  margin: 0 auto;
  margin-top: -35px;
}



.service_ttl {
    margin-top: 120px;
    margin-bottom: 55px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Zen Maru Gothic', sans-serif;
}

.service_bg {
	background-color: #F9F5F4;
	width: 280px;
	margin: 25px auto 60px auto;
	border-radius: 30px;
  padding-top: 10px;
	padding-bottom: 45px;
}


.service_sbttl {
	margin: 18px auto;
	font-weight: 700;
  text-align: center;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 18px;
}



.service_txt {
	margin: 20px 45px auto 45px;
	line-height: 20px;
}

.service_img img {
	width: 200px;
}
.service_img {
	text-align: center;
	margin-top: 0px;

}



/*
.service_01 {
    text-align: center;
    margin-top: 40px;
}
.service_02 {
    text-align: center;
    margin-top: 60px;
}
.service_03 {
    text-align: center;
    margin-top: 60px;
}
*/


.room_ttl {
    margin-top: 100px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Zen Maru Gothic', sans-serif;
}

.room_img {
    text-align: center;
    margin-top: 40px;
}
.room_img img {
  width: 280px;
}

.room_txt {
    text-align: left;
    margin: 50px 58px auto 58px;
    line-height: 2em;
}


.room_more a {
    display: inline-block;
    margin: 5vw auto auto 40vw;
    color: #4F4843;
    text-decoration: none;
/*
    font-weight: 700;
    font-family: 'Zen Maru Gothic', sans-serif;
*/
}

.room_more a:hover {
    color: #FCAE59;
}







/* ボタン共通設定 */
.btn06{
    /*矢印の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	background: transparent;
	color:#fff;
    padding: 10px 40px 10px 30px;
	border-radius:25px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/
    transition: ease .2s;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-size: 14px;
}


.btn06:hover{
	background: transparent;
}

/* 矢印が回転 */

.btnarrow3::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top: 33%;
    right: 23px;
    /*矢印の形状*/    
    width: 10px;
    height: 10px;
    border-top: 3px solid #FCAE59;
    border-right: 3px solid #FCAE59;
    transform: rotate(45deg);
    /*アニメーションの指定*/    
    transition: all .3s;
}

/*hoverした際のアニメーション*/
.btnarrow3:hover::after{
  animation: arrowrotate .3s;
}

@keyframes arrowrotate {
100% {
    transform: rotate(360deg);
  }
}














.price {
    position: relative;
    width: 300px;
    margin: 0 auto;
}

.price_ttl {    
    position: absolute; 
    top: 50px;
    left:130px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    z-index: 100;
    
    font-family: 'Zen Maru Gothic', sans-serif;

}


.price_img_sp {
    text-align: center;
    margin-top: 120px; 
    position: relative;
}

.price_img_pc {
    display: none;
}



.price_more a {
    position: absolute;
    top: 430px;
    left: 120px;
    color: #4F4843;
    text-decoration: none;
}

.price_more a:hover {
    color: #FCAE59;
}


.use_ttl {
    margin-top: 120px;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    font-family: 'Zen Maru Gothic', sans-serif;
}

.nikukyu_use {
    margin: 40px auto auto 50px;
    width: 20px;
}

.flow_ttl {
    margin: -14px auto auto 77px;
}


.flow_img {
	width: 220px;
	margin: 40px auto 0 auto;
}
.flow_txt {
	text-align: center;
	margin-top: 30px;
}

.yajirusi {
	width: 30px;
	margin: 50px auto 0 auto;
}
/*
.flow_img {
    text-align: center;
    margin-top: 40px;
}
*/










/*
.nikukyu_bring {
    margin: 90px auto auto 50px;
    width: 20px;
}

.bring_ttl {
    margin: -14px auto auto 77px;
}

.food_img {
    margin-top: 40px;
    text-align: center;
}
.food_txt {
    margin-top: 28px;
    text-align: center;
}
.item_img {
    margin-top: 40px;
    text-align: center;
}
.item_txt {
    margin-top: 28px;
    text-align: center;
}
.oyatu_img {
    margin-top: 40px;
    text-align: center;
}
.oyatu_txt {
    margin-top: 28px;
    text-align: center;
}
*/
.bring_more a {
    display: inline-block;
    margin: 8vw auto 0 40vw;
    color: #4F4843;
    text-decoration: none;
/*
    font-weight: 700;
    font-family: 'Zen Maru Gothic', sans-serif;
*/
}

.bring_more a:hover {
    color: #FCAE59;
}





.shop {
    background-color: #F9F5F4;
    padding: 40px 0 60px 0;
    margin-top: 50px;
}

.shop_ttl {
    margin-top: 0px;
    padding-top: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Zen Maru Gothic', sans-serif;
}
.shop_cnt {
    background-color: white;
    width: 78vw;
    height: 142vw;
    border-radius: 30px;
    margin: 25px auto auto auto;
}

.gmap {
    margin: 0 auto;
    padding-top: 30px;
    width: 63vw;
    height: 50vw;
}
.shop_txt {
    padding: 10vw;
}

.acsess {
	padding-left: 38px;
	padding-top: 30px;
	font-size: 12px;
	display: flex;
	line-height: 30px;
}

.acsess_cnt {
    padding-left: 22px;
}















































/* PC用 */
@media only screen and (min-width:960px){



/*共通*/






body {
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
  font-size: 14px;
  font-weight: 300;
  color: #4F4843;
  letter-spacing: .07em;
}


.wrapper {
	width: 1000px;
	margin: 0 auto;
}



header {
	width: 100%;
	padding:0px 60px 8px 60px;
	min-height: 140px;
  background-color: white;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: absolute;
	position: fixed; 
	top: 0;
	left: 0;
	box-sizing: border-box;
    font-weight: 500;
    font-family: 'Zen Maru Gothic', sans-serif;
/*    text-shadow: 0 0 10px white;*/
	}
    
header .logo_sp {
    display: none;
	}
	
header .logo_pc {
    display: block;
    margin:25px;
    position: absolute;
    text-align: center;
  top: 0%;
	}
header .logo_pc img {
    width: 100px;
	}
	
  
  
nav {
  width: 100%;
  text-align: center;
}

nav ul {
  list-style: none;
  margin: 0 0 0 80px;
  padding: 0;
  display: inline-block;
}

nav ul p {
  display: inline-block;
  margin: 0 10px;
}

nav ul p.logo {
  margin: 0;
}

nav ul p.logo img {
  height: auto;
  width: 100px;
}
  


	
.hamburger {
	display: none;
}
	

  .header_sp { display: none; }
  .header_pc {
    display: block;
    min-height: 100px;
  }

	
.drawer {
	background-color: transparent;
	position: static;
	width: auto;
	height: auto;
	padding: 0;
}
.drawer ul {
	display: flex;
	flex-wrap: wrap;

}
.drawer ul li { margin: 0 40px; }
  .drawer ul.nav li {
      margin-top: 0px;
  }
.drawer ul li a {
	padding: 6px 14px;
	font-size: 140%;
	transition: all 1s ease;
	white-space: nowrap;
	color: #4F4843;
    font-weight: 500;
    font-family: 'Zen Maru Gothic', sans-serif;
    
}
.drawer.show { top: 0; }
.drawer ul.nav {
	margin-top: 0;
}


.drawer ul.nav li a {
	text-decoration: none;
    color: #4F4843;
	font-size: 18px;;
	letter-spacing: .2em;
	margin-bottom: 10px;
  margin-top: 15px;

}



.drawer ul li a span { padding-left: .2em; }



.drawer ul.nav li a {
	display: block;
	border-radius: 30px;
}

.form {
    top: 140px ;
    font-size: 18px;
		right: -10px;
}
/*
.drawer ul.nav li:nth-child(-n+5):hover a {
	color: #4F4843;
	background-color: transparent;
}
*/
/*(-n+5)は兄弟グループの中で最初の５つを表す*/



/*==================================================
　5-3-1 中心から外に線が伸びる（下部）
===================================*/
.nav li:nth-child(-n+5) a{
    /*線の基点とするためrelativeを指定*/
	position: relative;
}




.nav li:nth-child(-n+5) a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 10%;
    /*線の形状*/
    width: 80%;
    height: 2px;
    background:#FCAE59;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
}

/*現在地とhoverの設定*/
.nav li:nth-child(-n+5).current a::after,
.nav li:nth-child(-n+5) a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}


/*==================================================
===================================*/





/*
.drawer ul.nav li:last-of-type a {
	display: block;
	background-color: #4F4843;
	border-radius: 30px;
	color: white;
}
*/
/*liの中のlast-of-typeのa*/
/*last-of-typeは同じタグの最後*/

/*
.drawer ul.nav li:last-of-type a:hover {
	color: white;
	background-color: #FCAE59;
}
*/
/*liの中のlast-of-typeのa*/
/*last-childは同じ子要素の最後*/


/*.pc {display: block;}*/
  
.drawer ul.nav li:nth-of-type(2) a {
  margin-right: 210px;
}
  

.mv_slider_sp {
	display: none !important;
}
	
.mv_slider_pc {
	display: block !important;
}



footer {
    margin-top: 0;
    height: 400px;
    background-color: #FCAE59;
}

footer .logo_foot {
    width: 130px;
    margin:0 auto;
    padding-top: 85px;
}

footer ul {
    display: flex;
    width: 600px;
}

footer ul.foot {
    margin: 55px auto 0 auto;
}

footer ul li {
    margin: auto;
    list-style: none;
}

.sen {
    display: block;
    color: white;
    margin-top: 12px;
}



footer ul.foot li { margin-top: 2px; }
footer ul.foot li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 10px;
    color: white;
	letter-spacing: .1em;
}

footer .copy {
	color: white;
	font-size: 8px;
    margin-top: 70px;
	text-align: center;
	
}


















/*
header {
	width: 100%;
	padding:0px 30px 30px 0px;
	min-height: 90px;
	background-color: rgba(255,255,255,0.60);
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: fixed; 
	box-sizing: border-box;
	z-index: 200;
	}


header .logo {
	width: 200px;
	position: fixed;
}

header .logo img {
	width: 100%;
	height: auto;
	margin: 60px auto auto 20px;
	z-index: 100;
}



.hamburger {
	width: 36px;
	height: 55px;
	background-color: transparent;
	position: fixed;
	top: 20px;
	right: 30px;
	z-index: 300;
}
.hamburger span {
	display: block;
	width: 30px;
	height: 3px;
	background-color: #FCAE59;
	position: absolute;
	transform: translate(0, -50%);
	transition: all .4s ease;

}

.hamburger span:first-child {top: 30%;}
.hamburger span:nth-child(2) {top: 50%;}
.hamburger span:last-child {top: 70%;}

.hamburger.close span:first-child {
	top: 50%;
	transform: translate(0,-50%) rotate(45deg);
}
.hamburger.close span:nth-child(2) {
	opacity: 0;
	transform: translate(0,-50%) rotate(45deg)
}

.hamburger.close span:last-child {
	top: 50%;
	transform: translate(0,-50%) rotate(-45deg);
}
	
	
	
.drawer {
	background-color: rgba(255,255,255,0.70);
	position: fixed;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 98px 0 30px;
	overflow: auto;
	transition: all .6s ease;
	z-index: 100;
}
.drawer.show { top: 0; }
.drawer ul.nav {
	margin-top: 8vh;
}
.drawer ul.nav li { margin-top: 25px; }
.drawer ul.nav li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 13px;
    color: #4F4843;
	font-size: 180%;
	letter-spacing: .2em;
}

.drawer ul li a:hover {
	color: white;
	background-color: #FCAE59;
	
}

.drawer ul li a span { padding-left: .2em; }

*/

















/*ホーム*/

div .first_v {
    position: relative;
}


.c_copy {
  font-size: 32px;
  margin-left: 7vw;
   padding: 16px;
}



.catch_copy {
  position: absolute;
  width: 600px;
    top: 65vh;


}



/*
.copy1 {
    top: 65vh;
}
*/
.copy2 {
  margin-top: 60px;
}





.wrapper {
    width: 1000px;
}


  
  
  
.first_logo {
    display: block;
    position: absolute;
    top: 40px;
/*    top: 700px;*/
    left: 43.8%;
    z-index: 200;
    width: 180px;
}
.first_logo img { width: 100%; height: auto; }





.homew_f {
    display: flex;
}

.neko_keito {
    display: block;
    margin: 250px 0px 0 50px;
    text-align: center;
}
.neko_keito img {
    width: 500px;
}



.homew_pc {
    display: block;
	margin: 330px auto 0 0;
	line-height: 35px;
	text-align: center;
}

.homew_sp {
    display: none;
}


/*
.service {
	width: 70vw;
	height: 100vw;
	background-color:#F9F5F4;
	margin: 100px auto 0 auto;
	border-radius: 30px;
    }
    
.sougei {
	margin: 0 auto;
    text-align: center;
}
*/

.service {
    display: flex;
}

.srvice_nb {
  width: 55px;
  margin: 0 auto;
  margin-top: -35px;
}

.service_ttl {
    margin-top: 200px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}

.service_bg {
	background-color: #F9F5F4;
	width: 280px;
	margin: 35px auto 45px auto;
	border-radius: 30px;
	padding-bottom: 45px;
}




.service_sbttl {
	margin: 20px auto;
	font-weight: 700;
  text-align: center;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 18px;
}


.service_txt {
	margin: 20px 45px auto 45px;
	line-height: 20px;
}

.service_img img {
	width: 200px;
}
.service_img {
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}









/*
.service_01 {
    text-align: center;
    margin-top: 40px;
}
.service_02 {
    text-align: center;
    margin-top: 60px;
}
.service_03 {
    text-align: center;
    margin-top: 60px;
}
*/

.wrapper_room {
    width: 900px;
    margin: 0 auto;
}

/* ボタン共通設定 */
.btn06{
    /*矢印の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	background: transparent;
	color:#fff;
    padding: 10px 40px 10px 30px;
	border-radius:25px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/
    transition: ease .2s;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-size: 16px;
}


.btn06:hover{
	background: transparent;
}

/* 矢印が回転 */

.btnarrow3::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top: 33%;
    right: 23px;
    /*矢印の形状*/    
    width: 10px;
    height: 10px;
    border-top: 3px solid #FCAE59;
    border-right: 3px solid #FCAE59;
    transform: rotate(45deg);
    /*アニメーションの指定*/    
    transition: all .3s;
}

/*hoverした際のアニメーション*/
.btnarrow3:hover::after{
  animation: arrowrotate .3s;
}



.room {
    display: flex;
}


.room_ttl {
    margin-top: 150px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}

.room_img {
    text-align: center;
    margin-top: 80px;
}
.room_img img {
  width: 400px;
}


.room_txt {
    text-align: left;
    margin: 120px 58px auto 58px;
    line-height: 2em;
}

.room_more a {
    display: inline-block;
    margin: 40px 0 auto 270px;
    color: #4F4843;
    text-decoration: none;
}



.room_more a:hover {
    color: #FCAE59;
}

.btn06 {
    margin-left: 10px;
}




.price {
    position: relative;
    width: 1000px;
}

.price_ttl {
    position: absolute;
    top: 65px;
    left: 480px;
	font-size: 32px;
}

.price_img_pc {
    display: block;
  margin-top: 200px;
    text-align: center;
}
.price_img_pc img {
  width: 700px;
}
.price_img_sp {
    display: none;
}

.price_more a {
    position: absolute;
    display: block;
    top:310px;
    left: 620px;
    color: #4F4843;
    text-decoration: none;
}

.price_more a:hover {
    color: #FCAE59;
}


.use_ttl {
    margin-top: 150px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}

.use_flex {
    display: flex;
}



.nikukyu_use {
    margin: 80px auto auto 30px;
    width: 25px;
}


.flow {
    display: flex;
    padding: 40px;
}


.flow_ttl {
    margin: -16px auto auto 65px;
    font-size: 16px;
}


.flow_img {
	width: 170px;
	margin: 40px auto 0 auto;
}
.flow_txt {
	text-align: center;
	margin-top: 30px;
}


.yajirusi img {
    transform: rotate(270deg);
	width: 30px;
	margin-top: 75px;

}



/*
.flow_img {
    text-align: center;
    margin-top: 40px;
}
*/




.nikukyu_bring {
    margin: 120px auto auto 30px;
    width: 25px;
}

.bring_ttl {
    margin: -16px auto auto 65px;
    font-size: 16px;
}

.bring {
    display: flex;
    justify-content: space-between;
    margin: 0 120px;
}



.food_img {
    margin-top: 50px;
    text-align: center;
}
.food_txt {
    margin-top: 28px;
    text-align: center;
}
.item_img {
    margin-top: 50px;
    text-align: center;
}
.item_txt {
    margin-top: 28px;
    text-align: center;
}
.oyatu_img {
    margin-top: 50px;
    text-align: center;
}
.oyatu_txt {
    margin-top: 28px;
    text-align: center;
}

.bring_more a {
    display: inline-block;
    margin: 50px 0 0 750px;
    color: #4F4843;
    text-decoration: none;
}

.bring_more a:hover {
    color: #FCAE59;
}





.shop{
    margin: 0 auto;
    background-color: #F9F5F4;
    padding: 80px 0 100px 0;
    margin-top: 100px;


	}
.shop_f {
    display: flex;
}

.shop_ttl {
    margin-top: 0px;
    padding-top: 80px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}
.shop_cnt {
    background-color: white;
    width: 1000px;
    height: 600px;
    border-radius: 30px;
    margin: 25px auto 0px auto;
}

.gmap {
    margin-left: 50px;
    padding-top: 60px;
    width: 450px;
    height: 350px;
}


.acsess {
    padding: 90px 100px 0 0;
	font-size: 16px;
	display: flex;
	line-height: 45px;
}

.acsess_cnt {
    padding-left: 50px;
}

















































}