@charset "UTF-8";


/* TEMPLATE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Retina parts */
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx){

}
/* TEMPLATE Retina parts end*/



/* INTERFACE */


body{
	margin:0;
	padding:50px 0 0;
	color:#4e3918;
	background-color:#fbf6f3;
	font-family:'Noto Serif JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	letter-spacing:0.05em;
}

#header_area{
	width:100%;
	height:50px;
	background-color:#fbf6f3;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:999;
}

#header_logo>h1{
	width:48px;
	margin:0;
	line-height:1em;
	position:absolute;
	left:70px;
	top:4px;
}

#header_logo>h1>a{
	display:block;
	text-decoration:none;
	transition: all .5s;
}

#header_logo>h1>a>img{
	display:block;
	width:100%;
	margin:0;
}

#header_nav_area>nav{
	display:none;
}

#header_nav_area>nav>ul{
	list-style-type:none;
	width:100%;
	margin:0;
	padding:0;
	background-color:#fbf6f3;
	position:absolute;
	top:50px;
	left:0;
}

#header_nav_area>nav>ul>li{
	width:100%;
	padding:0 20px;
	font-size:15px;
	text-align:center;
	border-bottom:1px solid #b4b2b0;
}

#header_nav_area>nav>ul>li:last-child{
	font-family:Noto Serif JP;
	font-size:13px;
}

#header_nav_area>nav>ul>li>a{
	display:block;
	padding:14px 0;
	text-decoration:none;
	transition: all .5s;
}

#header_nav_area>nav>ul>li>a:link{
	color:#6e5f25;
}

#header_nav_area>nav>ul>li>a:visited{
	color:#6e5f25;
}

#header_nav_area>nav>ul>li>a:hover{
	color:#debb2e;
}

#header_nav_area>nav>ul>li>a:active{
	color:#6e5f25;
}

#nav_toggle{
	display:none;
}

/*開閉ボタン*/

#nav_toggle{
	display: block;
	width: 36px;
	height: 40px;
	position: relative;
	top: 12px;
	left:14px;
	z-index: 100;
}

#nav_toggle div {
	position: relative;
}

#nav_toggle span{
	display: block;
	height: 2px;
	background:#4e3918;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

#nav_toggle span:nth-child(1){
	top:0px;
}

#nav_toggle span:nth-child(2){
	top:10px;
}

#nav_toggle span:nth-child(3){
	top:20px;
}

/*開閉ボタンopen時*/

.open #nav_toggle span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}

.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}

.open #nav_toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#header_border{
	width:100%;
	height:3px;
	background-image: linear-gradient(120deg, #e7e22d 0%, #fefed9 50%, #e7e22d 100%);
	position:absolute;
	bottom:0;
}


/* page top */


.pagetop{
	box-sizing:border-box;
	width:54px;
	height:54px;
	padding:12px 0 0 0;
	background-color:#8c6e3e;
	color:#fff;
	font-size:12px;
	font-family:'Roboto', sans-serif;
	text-align:center;
	line-height:1.2em;
	border-radius:50%;
	position:fixed;
	bottom:20px;
	right:14px;
	cursor : pointer;
	z-index:998;
	transition: all .5s;
}

.pagetop:hover{
	background-color:#debb2e;
}


/* footer */


#footer_area{
	overflow:hidden;
	width:100%;
	margin:0 auto;
	padding:30px 0;
	background-color:#f6edce;
}

#footer_nav_area>nav>ul{
	overflow:hidden;
	list-style-type:none;
	width:86%;
	margin:0 auto;
	padding:0;
}

#footer_nav_area>nav>ul>li{
	box-sizing:border-box;
	margin:0 0 20px;
	font-size:15px;
	text-align:center;
}

#footer_nav_area>nav>ul>li>a{
	display:block;
	text-decoration:none;
	padding:0 20px;
	transition: all .5s;
}

#footer_nav_area>nav>ul>li>a:link{
	color:#6e5f25;
}

#footer_nav_area>nav>ul>li>a:visited{
	color:#6e5f25;
}

#footer_nav_area>nav>ul>li>a:hover{
	color:#debb2e;
}

#footer_nav_area>nav>ul>li>a:active{
	color:#6e5f25;
}

#footer_area>small{
	display:block;
	margin:30px auto 0;
	color:#6e5f25;
	font-size:13px;
	letter-spacing:0;
	text-align:center;
}


/* common */


.readmore_btn{
	display:block;
	text-decoration:none;
	width:200px;
	margin:30px auto 0;
	padding:12px 0;
	background-color:#4e3918;
	font-size:15px;
	text-align:center;
	line-height:1em;
	border-radius:10px;
	transition: all .5s;
}

.readmore_btn:link{
	color:#fff;
}

.readmore_btn:visited{
	color:#fff;
}

.readmore_btn:hover{
	background-color:#8c6e3e;
}

.readmore_btn:active{
	color:#fff;
}


/* home key */


#home_key{
	display:none;
}

#home_key_sp{
	width:100%;
	background-color:#fff;
}


/* home_concept */


#home_concept{
	width:86%;
	margin:0 auto;
	padding:60px 0;
}

#home_concept>img{
	display:block;
	width:100%;
	margin:0 0 40px;
}

#home_concept>article>h1{
	margin:0 0 30px;
	color:#4e3918;
	font-size:22px;
	text-align:center;
	line-height:1.4em;
}

#home_concept>article>h2{
	margin:0 0 30px;
	color:#4e3918;
	font-size:18px;
	text-align:center;
	line-height:1em;
}

#home_concept>article>p{
	margin:0;
	font-size:15px;line-height:1.6em;
}

#home_concept>article>p br{
	display:none;
}

#home_concept>article>div>img{
	display:block;
	width:100%;
	margin:30px auto 40px;
}

#home_concept>article>div>a{
	display:block;
	width:200px;
	margin:0 auto;
}


/* ff-videos */


.ff-videos {
	width:90%;
	margin:0 auto;
	padding:0 0 40px;
}

.ff-videos__header {
	margin-bottom:40px;
}

.ff-videos__title {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}

.ff-videos__title span {
	display:block;
	margin:10px 0 0;
	font-size: 15px;
	font-weight: normal;
}

.ff-videos__note {
	font-size: 14px;
	line-height:1.6em;
}

.ff-videos__grid {
	display: grid;
	gap: 6px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ff-videos__item {
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ff-videos__wrap {
	position: relative;
	padding:4px;
	background: #fff;
	border-radius: 20px;
	/* 濃いめの淡ピンク二重ふち */
	border: 6px double #ffecee; /* ピンク色を濃く */
}

.ff-videos__video {
	width: 100%;
	aspect-ratio: 9/16;
	object-fit: cover;
	border-radius: 14px;
	background: #000;
	cursor: pointer;
}

.ff-videos__mute-btn {
	position: absolute;
	top:10px;
	right: 10px;
	padding: 4px 8px;
	font-size: 11px;
	border: none;
	border-radius:8px;
	background: rgba(255, 255, 255, 0.85);
	cursor: pointer;
}

.ff-videos__cap {
	display:none;
	margin-top: 8px;
	font-size: 14px;
	text-align: center;
}


/* home_menu */


#home_menu{
	padding:60px 0 10px;
	background-color:#ffecee;
}

#home_menu>h1{
	width:86%;
	margin:0 auto 40px;
	color:#4e3918;
	font-size:28px;
	line-height:1em;
	letter-spacing:0.2em;
	text-align:center;
}

#home_menu>div{
	width:86%;
	margin:0 auto;
}

#home_menu>div>article{
	margin:0 0 60px;
}

#home_menu>div>article>img{
	width:100%;
	margin:0 auto 30px;
	border-radius:6px;
}

#home_menu>div>article>h1{
	margin:0 0 10px;
	color:#4e3918;
	font-size:24px;
	text-align:center;
	letter-spacing:0em;
	line-height:1em;
}

#home_menu>div>article>h2{
	margin:0 0 20px;
	color:#4e3918;
	font-size:18px;
	text-align:center;
	letter-spacing:0em;
	line-height:1em;
}

#home_menu>div>article>p{
	margin:0;
	font-size:15px;line-height:1.6em;
}

#home_menu>div>article>p br{
	display:none;
}


/* home_banner_area */


#home_banner_area{
	padding:10px 0 60px;
	background-color:#ffecee;
}

#home_banner{
	width:90%;
	margin:0 auto;
}

.new-customer-20off-banner {
	width:100%;
	margin:20px 0 30px;
	padding:0 0 20px;
	background:#fff;
	border-radius: 12px;
}

.new-customer-20off-banner>h1{
	width:100%;
	margin:0 0 20px;
	padding:10px 0;
	font-size:20px;
	background-color:#f28588;
	color:#fff;
	border-radius:16px 16px 0 0;
	text-align:center;
}

.new-customer-20off-banner>h2{
	width:90%;
	margin:0 auto 20px;
	font-size:20px;
	border-bottom:4px solid #f28588;
	text-align:center;
}

.new-customer-20off-banner>h2>span{
	font-size:40px;
}

.new-customer-20off-banner>p{
	width:90%;
	margin:0 auto;
	font-size:16px;
}

.new-customer-20off-banner>p br{
	display:none;
}

.cashless-banner{
	width:100%;
}

.cashless-banner>div{
	background:#fff;
	border-radius: 16px;
}

.cashless-banner h1 {
	margin:0;
	padding:10px 0;
	font-size:20px;
	background-color:#f28588;
	color:#fff;
	margin-bottom: 12px;
	border-radius:16px 16px 0 0;
	text-align: center;
}

.cashless-banner h2 {
	width:90%;
	margin:0 auto;
	padding:10px 0;
	font-size:16px;
	line-height:1.6em;
}

.cashless-banner h2 br{
	display:none;
}

.cashless-banner img{
	display:block;
	width:90%;
	height:auto;
	margin:20px auto;
}

#cashless-banner_pc-tb{
	display:none;
}

.cashless-banner p{
	box-sizing:border-box;
	display: inline-block;
	width:100%;
	margin:0 auto;
	padding:14px 0;
	background-color:#e9f0f4;
	font-size:16px;
	border:6px solid rgba(255,255,255,0.8);
	border-radius:0 0 16px 16px;
	text-align: center;
}

.reserve-banner{
	width:100%;
	margin:40px 0 0;
}

.reserve-banner>div{
	padding:0 0 40px;
	background:#fff;
	border-radius: 16px;
}

.reserve-banner h1{
	margin:0;
	padding:20px 0;
	font-size:20px;
	background-color:#f28588;
	color:#fff;
	margin-bottom: 12px;
	text-align: center;
	line-height:1.4em;
	border-radius:16px 16px 0 0;
}

.reserve-banner h1>img{
	display:block;
	width:42px;
	height:auto;
	margin:0 auto 16px;
	line-height:1em;
}

.reserve-banner ul{
	list-style-type:none;
	width:86%;
	margin:0 auto;
	padding:0;
}

.reserve-banner ul li{
	padding:20px 0;
	font-size:16px;
	border-bottom:1px dashed #4e3918;
}

.reserve-banner ul li:last-child{
	border-bottom:none;
}

.reserve-banner a{
	display:block;
	text-decoration:none;
	width:280px;
	margin:20px auto 0;
	padding:12px 0;
	background-color:#4e3918;
	font-size:15px;
	text-align:center;
	line-height:1em;
	border-radius:10px;
	transition: all .5s;
}

.reserve-banner a:link{
	color:#fff;
}

.reserve-banner a:visited{
	color:#fff;
}

.reserve-banner a:hover{
	background-color:#8c6e3e;
}

.reserve-banner a:active{
	color:#fff;
}


/* home_style */


#home_style{
	padding:80px 0;
}

#home_style>h1{
	width:90%;
	margin:0 auto 60px;
	color:#4e3918;
	font-size:32px;
	line-height:1em;
	text-align:center;
	letter-spacing:0.2em;
}

#home_style>div{
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	width:86%;
	margin:0 auto;
	padding:0 0 20px;
}

#home_style>div>img{
	width:48%;
	margin:0 4% 20px 0;
	border-radius:6px;
}

#home_style>div>img:nth-of-type(2n){
	margin:0 0 20px;
}

#home_style>div>img:nth-of-type(5n){
	display:none;
}


/* home_hotel */


#home_hotel{
	padding:80px 0 40px;
	background-color:#f8f2de;
}

#home_hotel>h1{
	width:90%;
	margin:0 auto 60px;
	color:#4e3918;
	font-size:32px;
	line-height:1em;
	text-align:center;
	letter-spacing:0.2em;
}

#home_hotel>article{
	overflow:hidden;
	width:90%;
	margin:0 auto;
}

#home_hotel>article>img{
	width:100%;
	margin:0 0 10px;
	border-radius:6px;
}

#home_hotel>article>section{
	width:100%;
	margin:0 auto 30px;
}

#home_hotel>article>section>div{
	overflow:hidden;
	width:100%;
	margin:0 0 30px;
}

#home_hotel>article>section>div>img{
	width:49%;
	margin:0 2% 0 0;
	border-radius:6px;
	float:left;
}

#home_hotel>article>section>div>img:nth-of-type(2n){
	margin:0;
	float:right;
}

#home_hotel>article>section>p{
	margin:0 0 20px;
	font-size:15px;line-height:1.6em;
}

#home_hotel>div>article>p br{
	display:none;
}


/* home_staff */


#home_staff{
	width:86%;
	margin:0 auto;
	padding:60px 0 80px;
}

#home_staff>h1{
	margin:0 0 40px;
	color:#4e3918;
	font-size:22px;
	text-align:center;
	line-height:1em;
}

#home_staff>img{
	display:block;
	width:100%;
	margin:0 0 30px
}

#home_staff>article>h1{
	display:none;
}

#home_staff>article>p{
	margin:0 0 20px;
	font-size:15px;line-height:1.6em;
}

#home_staff>article>p br{
	display:none;
}

#home_staff>article>div{
	overflow:hidden;
	position:relative;
}

#home_staff>article>div>img{
	display:block;
	width:49%;
	margin:0 4% 0 0;
	float:left;
}

#home_staff>article>div>a{
	display:block;
	width:47%;
	float:right;
	position:absolute;
	right:0;
	bottom:0;
}


/* home_Dogwalker */


#home_Dogwalker{
	padding:60px 0;
	background-color:#e9f0f4;
}

#home_Dogwalker>h1{
	width:86%;
	margin:0 auto 40px;
	color:#4e3918;
	font-size:28px;
	font-family:Crimson Text,serif;
	line-height:1em;
	letter-spacing:0.2em;
	text-align:center;
}

#home_Dogwalker>article{
	width:86%;
	margin:0 auto 30px;
}

#home_Dogwalker>article>img{
	display:block;
	width:100%;
	margin:0 0 30px;
	border-radius:6px;
}

#home_Dogwalker>article>section{
	box-sizing:border-box;
	overflow:hidden;
	width:100%;
}

#home_Dogwalker>article>section h2{
	margin:0 0 30px;
	color:#4e3918;
	font-size:20px;
	text-align:center;
	line-height:1em;
}

#home_Dogwalker>article>section h3{
	margin:0;
	padding:10px 0;
	color:#4e3918;
	font-size:18px;
	text-align:center;
	line-height:1.4em;
	border-top:1px dashed #4e3918;
	border-bottom:1px dashed #4e3918;
}

#home_Dogwalker>article>section>ul{
	margin:0 0 30px;
	padding:0 0 0 20px;
}

#home_Dogwalker>article>section>ul li{
	margin:0 0 10px;
	font-size:15px;
	line-height:1.6em;
}

#home_Dogwalker>div{
	width:86%;
	margin:0 auto;
	padding:30px 0 6px;
	background-color:rgba(255,255,255,0.5);
	border-radius:6px;
}

#home_Dogwalker>div>ul{
	width:86%;
	margin:0 auto 20px;
	padding:0 10px 10px 30px;
	border-bottom:1px dashed #4e3918;
}

#home_Dogwalker>div>ul li{
	margin:0 0 10px;
	font-size:15px;
	line-height:1.6em;
}

#home_Dogwalker>div>ul li span{
	margin:0 10px 0 0;
	padding:0 8px 2px 10px;
	background-color:#4e3918;
	color:#f3f0eb;
	font-size:12px;
	line-height:1em;
	border-radius:6px;
}

#home_Dogwalker>div>h4{
	width:90%;
	margin:0 auto 10px;
	font-size:15px;
	line-height:1.4em;
}

#home_Dogwalker>div>p{
	width:92%;
	margin:0 auto 20px;
	font-size:15px;
	line-height:1.6em;
}

#home_Dogwalker>div>p br{
	display:none;
}

#home_Dogwalker>div>p span{
	font-size:13px;
}


/* home_greeting */


#home_greeting{
	padding:60px 0 30px;
	background-color:#ffecee;
}

#home_greeting>h1{
	width:86%;
	margin:0 auto 40px;
	color:#4e3918;
	font-size:28px;
	font-family:Crimson Text,serif;
	line-height:1em;
	letter-spacing:0.2em;
	text-align:center;
}

#home_greeting>article{
	overflow:hidden;
	width:86%;
	margin:0 auto 30px;
}

#home_greeting>article>img{
	display:block;
	width:50%;
	margin:0 auto 30px;
	border-radius:50%;
}

#home_greeting>article>section{
	box-sizing:border-box;
}

#home_greeting>article>section h2{
	margin:0 0 30px;
	color:#4e3918;
	font-size:18px;
	text-align:center;
	line-height:1em;
}

#home_greeting>article>section h3{
	margin:30px 0 0 0;
	font-size:20px;
	text-align:right;line-height:1.6em;
}

#home_greeting>article>section h3>span{
	margin:0 20px 0 0;
	font-size:15px;
}

#home_greeting>article>section p{
	margin:0 0 20px;
	font-size:15px;line-height:1.6em;
}


/* home_shop */


#home_shop{
	padding:60px 0;
	background-color:#f7efe5;
}

#home_shop>h1{
	width:86%;
	margin:0 auto 40px;
	color:#4e3918;
	font-size:28px;
	line-height:1em;
	letter-spacing:0.2em;
	text-align:center;
}

#home_shop>article{
	width:86%;
	margin:0 auto;
	padding:0 0 80px;
}

#home_shop>article:last-child{
	margin:0 auto;
	padding:0;
	border-bottom:none;
}

#home_shop>article>img{
	display:block;
	width:100%;
	margin:0 0 40px;
	border-radius:6px;
}

#home_shop>article>section{
	overflow:hidden;
}

#home_shop>article>section h2{
	margin:0 0 20px;
	color:#4e3918;
	font-size:24px;
	line-height:1em;
	text-align:center;
}

#home_shop>article>section>p{
	margin:0 0 10px;
	font-size:15px;
	line-height:1.6em;
	text-align:center;
}

#home_shop>article>section>p span{
	display:block;
	margin:0 10px 0 0;
	font-size:13px;
}

.home_shop_instagram_icon{
	width:40px;
	display:block;
	margin:30px auto;
}

.home_shop_instagram_icon>img{
	display:block;
	width:100%;
	margin:0;
}

.home_shop_instagram_icon:hover{
	opacity:0.6;
}

#home_shop>article>section a:nth-of-type(2n){
	width:90%;
	margin:30px auto;
}

/* 予約ボタン共通デザイン */

.reserve-btn{
	display:block;
	width:90%;
	margin:40px auto 0;
	padding:10px 0;
	background-color:#f28588;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius:14px;
	border:4px solid rgba(255,255,255,0.4);
}

.reserve-btn>div{
	width:184px;
	margin:0 auto;
}

.reserve-btn>div>img{
	display:block;
	width:42px;
	height:auto;
	margin:4px 16px 0 0;
	line-height:1em;
	float:left;
}

.reserve-btn>div>p{
	margin:0;
	padding:0;
	font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
	font-size: 20px;
	font-weight:bold;
}

.reserve-btn>div>p>span{
	display:block;
	align-items: center;
	font-size: 14px;
	font-weight:normal;
}

.reserve-btn:link{
	color:#fff;
}

.reserve-btn:visited{
	color:#fff;
}

.reserve-btn:hover{
	background-color:#8c6e3e;
}

.reserve-btn:active{
	color:#fff;
}


/* rescued_dog */


#home_rescued_dog{
	width:86%;
	margin:0 auto 60px;
	padding:60px 0 0;
}

#home_rescued_dog_info{
	display:none;
}

#home_rescued_dog_info_sp{
	width:100%;
}

#home_rescued_dog_info_sp>h1{
	width:86%;
	margin:0 auto 20px;
	color:#4e3918;
	font-size:28px;
	line-height:1em;
	letter-spacing:0.1em;
	text-align:center;
}

#home_rescued_dog_info_sp>h2{
	width:86%;
	margin:0 auto 40px;
	font-size:16px;
	line-height:1em;
	letter-spacing:0.1em;
	text-align:center;
}

#home_rescued_dog_info_sp>img{
	display:block;
	width:60%;
	margin:0 auto 30px;
	border:4px solid rgba(221,220,214,0.5);
	border-radius:20px;
}

#home_rescued_dog_info_sp>p{
	margin:0 0 10px;
	font-size:15px;
	line-height:1.6em;
	text-align:center;
}


/* home_info */


#home_info{
	width:86%;
	margin:0 auto;
	padding:0 0 40px;
}

#home_info>article{
	width:100%;
	margin:0 0 30px;
	padding:40px 0;
	border-radius:6px;
	background-color:#f7efe5;
}

#home_info_academy{
	box-sizing:border-box;
	width:100%;
	margin:0;
	padding:30px 0 30px 40px;
	border-radius:6px;
}

#home_info_academy>img{
	display:block;
	width:30%;
	margin:0 auto 30px;
}

#home_info_academy>section{
	text-align:center;
}

#home_info_recruit{
	width:100%;
	margin:0;
	padding:30px 0;
	border-radius:6px;
}

#home_info>article h1{
	margin:0 0 40px;
	color:#4e3918;
	font-size:22px;
	text-align:center;
	line-height:1em;
}

#home_info>article h2{
	margin:0 0 20px;
	font-size:15px;
	text-align:center;
	line-height:1em;
}


/* staff */


#staff_contents{
	margin:0 0 80px;
	padding:60px 0 0;
}

#staff_contents>h1{
	margin:0 0 60px;
	color:#4e3918;
	font-size:22px;
	text-align:center;
	line-height:1em;
}

#staff_contents>article{
	width:86%;
	margin:0 auto;
}

#staff_contents>article>h2{
	width:250px;
	margin:0 auto 60px;
	padding:10px 0;
	font-size:18px;
	text-align:center;line-height:1.6em;
	letter-spacing:0.4em;
	border:1px solid #e7e22d;
	border-radius:50px;
}

#staff_contents>article>div{
	overflow:hidden;
}

#staff_contents>article>div>a{
	text-decoration:none;
	width:45%;
	margin:0 10% 60px 0;
	float:left;
}

#staff_contents>article>div>a:link{
	color:#4e3918;
}

#staff_contents>article>div>a:visited{
	color:#4e3918;
}

#staff_contents>article>div>a:hover{
	opacity:0.6;
}

#staff_contents>article>div>a:active{
	color:#4e3918;
}

#staff_contents>article>div>a:nth-child(2n){
	margin:0 0 60px;
	float:right;
}

#staff_contents>article>div>a .staff_pic{
	box-sizing:border-box;
	display:block;
	width:100%;
	margin:0 0 20px;
	border:1px solid #e7e22d;
	border-radius:50%;
}

#staff_contents>article>div>a>h3{
	width:100%;
	margin:0 0 20px;
	font-size:18px;
	text-align:center;line-height:1.6em;
}

#staff_contents>article>div>a>h3>span{
	display:block;
	font-size:15px;
}

#staff_contents>article>div>a .instagram_logo{
	display:block;
	width:40px;
	height:auto;
	margin:0 auto;
}


/* staff_profile */


#staff_profile_contents{
	width:86%;
	margin:0 auto 80px;
	padding:60px 0 0;
}

#staff_profile_contents>img{
	display:block;
	width:50%;
	margin:0 auto 30px;
}

#staff_profile_contents>h1{
	margin:0 auto 20px;
	font-size:18px;
	text-align:center;line-height:1.6em;
}

#staff_profile_contents>h1>span{
	display:block;
	font-size:15px;
}

#staff_profile_contents>p{
	margin:0 0 30px;
	font-size:15px;line-height:1.6em;
	text-align:center;
}

#staff_profile_contents .home_shop_instagram_icon{
	display:block;
	margin:40px auto;
	float:none;
}

#staff_profile_contents .readmore_btn{
	margin:60px auto 0;
}


/* recruit */


#recruit_contents{
	margin:0 0 80px;
	padding:60px 0 0;
}

#recruit_contents>h1{
	margin:0 0 40px;
	color:#4e3918;
	font-size:28px;
	text-align:center;
	line-height:1em;
}

#recruit_contents>p{
	margin:0 0 60px;
	font-size:16px;
	text-align:center;line-height:1.6em;
}

#recruit_contents>div{
	width:86%;
	margin:0 auto;
}

#recruit_contents>div>a{
	box-sizing:border-box;
	text-decoration:none;
	display:block;
	width:100%;
	margin:0 0 30px;
	padding:0 0 30px;
	background-color:#fff;
	text-align:center;
	border-radius:20px;
	border:6px solid rgba(221,220,214,0.4);
}

#recruit_contents>div>a:link{
	color:#4e3918;
}

#recruit_contents>div>a:visited{
	color:#4e3918;
}
#recruit_contents>div>a:hover{
	opacity:0.6;
}
#recruit_contents>div>a:active{
	color:#4e3918;
}

#recruit_contents>div>a>img{
	display:block;
	width:100%;
	margin:0 0 30px;
	border-radius:14px 14px 0 0;
}

#recruit_contents>div>a>h2{
	margin:0;
	font-size:16px;
	line-height:1em;
}


/* cut_policy */


#cut_policy_contents{
	margin:0 0 80px;
	padding:60px 0 0;
}

#cut_policy_contents>h1{
	margin:0 0 60px;
	color:#4e3918;
	font-size:22px;
	text-align:center;
	line-height:1em;
}

#cut_policy_contents>article{
	width:86%;
	margin:0 auto 80px;
}

#cut_policy_contents>article>h2{
	margin:0 0 40px;
	font-size:24px;
	text-align:center;
	line-height:1em;
}

#cut_policy_contents>article>p{
	margin:0 0 40px;
	font-size:15px;
	text-align:center;line-height:1.6em;
}

#cut_policy_contents>article>img{
	display:block;
	width:100%;
	height:auto;
	margin:0 0 40px;
}

#cut_policy_contents>article>section{
	margin:0 0 80px;
}

.cut_policy_special{
	box-sizing:border-box;
	width:86%;
	margin:0 auto;
	padding:20px 0 10px;
	background-color:rgba(221,220,214,0.3);
	border-radius:10px;
}

.cut_policy_special>p{
	font-size:15px;
	text-align:center;
	line-height:3em;
}

.cut_policy_special>p>span{
	margin:30px 0 0;
	font-size:20px;
	line-height:1em;
}

#cut_policy_contents>article:nth-of-type(2n){
	width:100%;
	background-color:rgba(248,229,140,0.1);
	padding:60px 0 30px;
}

#cut_policy_contents>article:nth-of-type(2n)>h2{
	margin:0 0 40px;
	font-size:24px;
	text-align:center;
	line-height:1em;
}

#cut_policy_contents>article:nth-of-type(2n)>p{
	width:86%;
	margin:0 auto 40px;
	font-size:15px;
	text-align:center;line-height:1.6em;
}

#cut_policy_contents>article:nth-of-type(2n)>img{
	display:block;
	width:86%;
	margin:0 auto 40px;
}


/* cut_model */


#cut_model_contents{
	margin:0 0 80px;
	padding:60px 0 0;
}

#cut_model_contents>img{
	display:block;
	width:300px;
	height:auto;
	margin:0 auto 60px;
}

#cut_model_contents>h1{
	margin:0 0 30px;
	font-size:22px;
	text-align:center;line-height:1.6em;
}

.cut_model_special{
	box-sizing:border-box;
	width:86%;
	margin:0 auto 40px;
	padding:20px 0 10px;
	background-color:rgba(221,220,214,0.3);
	border-radius:10px;
}

.cut_model_special>p{
	font-size:18px;
	text-align:center;
	line-height:2em;
}

#cut_model_contents>article{
	margin:0 0 80px;
}

#cut_model_contents>article>p{
	width:86%;
	margin:0 auto 20px;
	padding:0 0 20px;
	font-size:15px;
	text-align:center;line-height:1.6em;
	border-bottom:1px solid #4e3918;
}

#cut_model_contents>article>p>br{
	display:none;
}


/* company */


#company_staff{
	width:86%;
	margin:0 auto 30px;
	padding:30px 0 0;
}

#company_staff>h1{
	margin:0 0 60px;
	color:#4e3918;
	font-size:28px;
	text-align:center;
}

#company_staff_image{
	display:block;
	width:100%;
	margin:0 0 40px;
	border-radius:20px;
}

#company_staff_promise{
	display:block;
	width:80%;
	margin:0 auto 40px;
}

#company_staff>h2{
	margin:0 0 40px;
	color:#4e3918;
	font-size:20px;
	text-align:center;
	line-height:1.6em;
}

#company_staff>h3{
	margin:40px 0 0;
	font-size:16px;
	text-align:center;
	line-height:1em;
}

#company_staff>p{
	margin:0 0 20px;
	font-size:15px;line-height:1.6em;
}

#company_CEO{
	width:86%;
	margin:0 auto 60px;
	padding:60px 0 0;
}

#company_CEO>h1{
	margin:0 0 40px;
	color:#4e3918;
	font-size:28px;
	text-align:center;
	line-height:1em;
}

#company_CEO_image{
	display:block;
	width:100%;
	margin:0 0 60px;
	border-radius:20px;
}

#company_CEO>h2{
	margin:0 0 20px;
	font-size:16px;
	text-align:center;
	line-height:1em;
}

#company_CEO>h3{
	margin:0 0 40px;
	font-size:20px;
	text-align:center;
	line-height:1em;
}

#company_CEO>p{
	margin:0 0 20px;
	font-size:15px;line-height:1.6em;
}

#CEO_SNS{
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	width:240px;
	margin:0 auto 40px;
}

#CEO_SNS>a{
	box-sizing:border-box;
	width:18%;
	margin:0 23% 0 0;
}

#CEO_SNS>a:nth-of-type(3n){
	margin:0 0 20px;
}

#CEO_SNS>a>img{
	width:100%;
	margin:0;
}

#company_youtube{
	width:86%;
	margin:0 auto 100px;
}

#company_youtube>iframe{
	display:block;
	width:100%;
	height:400px;
}


/* style */


#style_contents{
	margin:0 0 80px;
	padding:60px 0 0;
}

#style_contents>h1{
	margin:0 0 40px;
	color:#4e3918;
	font-size:28px;
	text-align:center;
	line-height:1em;
}

#style_contents_ditail{
	width:86%;
	margin:0 auto 40px;
}

#style_contents_ditail>img{
	display:block;
	width:100%;
	margin:0 0 20px;
}

#style_contents_SNS{
	width:86%;
	margin:0 auto;
}

#style_contents_SNS>h2{
	margin:0 0 50px;
	font-size:20px;
	text-align:center;line-height:1.6em;
}

#style_contents_SNS>h2 br{
	display:none;
}

#style_contents_SNS>h2 span{
	display:block;
}

#style_contents_SNS>div{
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}

#style_contents_SNS>div>section{
	box-sizing:border-box;
	width:48%;
	margin:0 4% 20px 0;
	padding:0;
	background-color:#fff;
	text-align:center;
	border:1px solid rgba(221,220,214,0.6);
}

#style_contents_SNS>div>section:nth-of-type(2n){
	margin:0 0 20px;
}

#style_contents_SNS>div>section>img{
	display:block;
	width:100%;
	margin:0 0 20px;
}

#style_contents_SNS>div>section>h3{
	margin:0;
	font-size:15px;
	line-height:1em;
}

#style_contents_SNS>div>section>a{
	margin:26px auto;
	float:none;
}

.style_ameblo_btn{
	display:block;
	text-decoration:none;
	width:90px;
	margin:20px auto 0;
	padding:8px 0;
	font-size:18px;
	font-family:'Alata', sans-serif;
	text-align:center;
	letter-spacing:0.02em;
	line-height:1em;
	border:3px solid #4e3918;
	border-radius:13px;
	transition: all .5s;
}

.style_ameblo_btn:link{
	color:#4e3918;
}

.style_ameblo_btn:visited{
	color:#4e3918;
}

.style_ameblo_btn:hover{
	opacity:0.6;
}

.style_ameblo_btn:active{
	color:#4e3918;
}


/* service */


#service_contents{
	margin:0 0 80px;
	padding:60px 0 0;
}

#service_contents>article{
	width:86%;
	margin:0 auto 60px;
}

#service_contents>article>h1{
	margin:0 0 40px;
	color:#4e3918;
	font-size:28px;
	text-align:center;
	line-height:1em;
}

#service_contents>article>p{
	margin:0 0 40px;
	color:#4e3918;
	font-size:15px;
	text-align:center;
	line-height:1.6em;
}

#service_contents>article>img{
	display:block;
	width:100%;
	height:auto;
	margin:0 0 40px;
}

#service_policy{
	width:100%;
	margin:0 0 60px;
	padding:30px 0 40px;
	border-top:3px double #4e3918;
	border-bottom:3px double #4e3918;
}

#service_policy>h2{
	margin:0 0 20px;
	font-size:20px;
	text-align:center;
	line-height:1em;
}

#service_policy>p{
	margin:0 0 20px;
	font-size:15px;line-height:1.6em;
}

#service_policy>p br{
	display:none;
}

#service_policy>ul{
	list-style-type:none;
	box-sizing:border-box;
	width:100%;
	margin:0 0 8px;
	padding:20px 0 10px;
	text-align:center;
	background-color:rgba(221,220,214,0.3);
	border-radius:10px;
}

#service_policy>ul:nth-of-type(2n){
	margin:0 0 20px;
}

#service_policy>ul>h3{
	margin:0 0 18px;
	font-size:16px;
	line-height:1em;
	font-weight:bold;
}

#service_policy>ul>li{
	margin:0 0 10px;
	font-size:15px;
	line-height:1.6em;
}

#service_policy>ul>li>span{
	display:block;
	color:#f06960;
	font-weight:bold;
}

#service_contents>article>section{
	margin:0 0 80px;
}

#service_contents>article>section>h2{
	margin:0 0 30px;
	font-size:24px;
	text-align:center;
	line-height:1em;
}

#service_contents>article>section>p{
	margin:0 0 20px;
	font-size:15px;line-height:1.6em;
}

#service_contents>article>section>p br{
	display:none;
}

#service_option{
	padding:60px 0;
	background-color:rgba(248,229,140,0.1);
}

#service_option>img{
	display:block;
	width:86%;
	height:auto;
	margin:0 auto 60px;
}

#service_option>h2{
	margin:0 0 40px;
	font-size:24px;
	text-align:center;
	line-height:1em;
}

#service_option>p{
	width:86%;
	margin:0 auto 40px;
	font-size:15px;line-height:1.6em;
}

#service_option>p br{
	display:none;
}

#service_option>article{
	margin:0 0 50px;
}

.service_trimming_special_01{
	box-sizing:border-box;
	width:100%;
	margin:0 0 10px;
	padding:20px 0 10px;
	background-color:rgba(221,220,214,0.3);
	border-radius:10px;
}

.service_trimming_special_01>h3{
	margin:0 0 20px;
	font-size:15px;
	text-align:center;
	line-height:1.6em;
}

.service_trimming_special_01>h3>span{
	margin:0 0 0 14px;
	font-size:30px;
	line-height:1.6em;
}

.service_trimming_special_01>h4{
	margin:10px 0 20px;
	font-size:18px;
	text-align:center;
	line-height:1.8em;
}

.service_trimming_special_01>p{
	width:90%;
	margin:0 auto 20px;
	font-size:15px;
	line-height:1.6em;
}

.service_trimming_special_01>p br{
	display:none;
}

.service_trimming_special_01>ul{
	list-style-type:none;
	padding:0 0 6px;
}

.service_trimming_special_01>ul>li{
	margin:16px;
	padding:20px 0 6px;
	font-size:15px;
	border-top:1px dashed #4e3918;
	text-align:center;
}

.service_trimming_special_01>ul>li>.deco_01{
	display:block;
	width:250px;
	margin:0 auto 6px;
	padding:3px 18px;
	background-color:rgba(221,220,214,0.8);
	font-weight:bold;
	border-radius:4px;
}

.service_trimming_special_01>ul>li>.deco_02{
	border-bottom:2px solid #f28588;
	font-weight:bold;
}

#service_contents>article>section>a{
	display:block;
	margin:60px auto;
}

.service_trimming_special_02{
	box-sizing:border-box;
	width:86%;
	margin:0 auto;
	padding:30px 0 20px 50px;
	background-color:rgba(221,220,214,0.3);
}

.service_trimming_special_02>h3{
	margin:0 0 40px;
	font-size:20px;
	text-align:center;
	line-height:1em;
}

.service_trimming_special_02>p{
	font-size:15px;line-height:1.6em;
}

.service_trimming_special_02>p>span{
	margin:30px 0 0;
	font-size:20px;
	line-height:1em;
}

.service_trimming_special_03{
	box-sizing:border-box;
	width:86%;
	margin:0 auto;
	padding:30px 0 20px 50px;
	background-color:rgba(204,195,175,0.3);
}

.service_trimming_special_03>h3{
	margin:0 0 20px;
	font-size:15px;
	text-align:center;
	line-height:1em;
}

.service_trimming_special_03>p{
	font-size:15px;line-height:1.6em;
}

.service_trimming_special_03>p>span{
	margin:30px 0 0;
	font-size:20px;
	line-height:1em;
}

.service_trimming_special_04{
	box-sizing:border-box;
	width:86%;
	margin:0 auto;
	padding:30px 0 20px 50px;
	background-color:rgba(248,229,140,0.3);
}

.service_trimming_special_04>h3{
	margin:0 0 20px;
	font-size:15px;
	text-align:center;
	line-height:1em;
}

.service_trimming_special_04>p{
	font-size:15px;line-height:1.6em;
}

.service_trimming_special_04>p>span{
	margin:30px 0 0;
	font-size:20px;
	line-height:1em;
}

#service_option_detail>article{
	width:86%;
	margin:0 auto 40px;
	padding:0 0 20px;
	border-bottom:1px solid #4e3918;
}

#service_option_detail>article>h1{
	margin:0 0 40px;
	font-size:20px;
	text-align:center;
	line-height:1em;
}

#service_option_detail>article>img{
	display:block;
	width:300px;
	height:300px;
	margin:30px auto;
	border:6px solid rgba(221,220,214,0.3);
	border-radius:20px;
}

#service_option_detail>article>p{
	width:86%;
	margin:0 auto 20px;
	font-size:15px;line-height:1.6em;
}

#service_option_detail>article>p br{
	display:none;
}

#service_option_detail>article>p>span{
	margin:30px 0 0;
	font-size:20px;
	line-height:1.6em;
}

#service_option_detail>article>ul{
	box-sizing:border-box;
	width:100%;
	margin:0 auto 40px;
	padding:30px 10px 10px 40px;
	background-color:#fbf6f3;
	border-radius:20px;
	border:3px solid rgba(221,220,214,0.3);
}

#service_option_detail>article>ul>li{
	margin:0 0 20px;
	font-size:15px;
}


/* hotel_contents */


#hotel_contents{
	margin:0 0 80px;
	padding:60px 0 0;
}

#hotel_contents>h1{
	margin:0 0 40px;
	color:#4e3918;
	font-size:28px;
	text-align:center;
	line-height:1em;
}

#hotel_info{
	box-sizing:border-box;
	width:90%;
	margin:0 auto 40px;
	padding:40px 20px 10px 20px;
	background-color:#ffecee;
	border-radius:10px;
}

#hotel_info>h1{
	margin:0 0 40px;
	color:#f28588;
	font-size:20px;
	text-align:center;
	line-height:1em;
}

#hotel_info>p{
	width:;
	margin:0 auto 20px;
	padding:0 0 10px;
	font-size:15px;line-height:1.6em;
}

#hotel_info>p>span{
	border-bottom:2px solid #f28588;
}

.hotel_book_01{
	box-sizing:border-box;
	width:90%;
	margin:0 auto 10px;
	padding:40px 20px 10px 20px;
	background-color:#fff;
	border-radius:10px;
}

.hotel_book_01>h2{
	margin:0 0 30px;
	font-size:18px;
	text-align:center;
	line-height:1em;
}

.hotel_book_01>ul{
	list-style-type:none;
	padding:0;
}

.hotel_book_01>ul>li{
	margin:0 0 10px;
	padding:0 0 10px;
	font-size:15px;
	line-height:1.6em;
	border-bottom:1px solid #4e3918;
}

.hotel_book_01>ul>li:last-child{
	padding:0 0 10px;
	border-bottom:none;
}

.hotel_book_02{
	box-sizing:border-box;
	width:90%;
	margin:0 auto 40px;
	padding:40px 20px 10px 20px;
	background-color:#fff;
	border-radius:10px;
}

.hotel_book_02>h2{
	margin:0 0 30px;
	font-size:18px;
	text-align:center;
	line-height:1em;
}

.hotel_book_02>ul{
	list-style-type:none;
	padding: 0;
}

.hotel_book_02>ul>li{
	margin:0 0 14px;
	padding:0 0 14px;
	font-size:15px;line-height:1.6em;
	border-bottom:1px solid #4e3918;
}

.hotel_book_02>ul>li:last-child{
	padding:0 0 10px;
	border-bottom:none;
}

#hotel_ensoku{
	box-sizing:border-box;
	width:90%;
	margin:0 auto 50px;
	padding:30px 14px 20px 20px;
	background-color:#f7efe5;
	border-radius:10px;
	border:2px solid rgba(78,57,24,0.08);
}

#hotel_ensoku>h1{
	margin:0 0 30px;
	color:#4e3918;
	font-size:18px;
	text-align:center;
	line-height:1.6em;
}

#hotel_ensoku>h1>span{
	display:block;
}

#hotel_ensoku>p{
	width:100%;
	margin:0 0 10px;
	padding:0 0 10px;
	font-size:15px;line-height:1.6em;
}

#hotel_ensoku>p>span{
	border-bottom:2px solid #f28588;
}

#hotel_ensoku>ul{
	list-style-type:none;
	margin:0 0 20px;
	padding:0;
	border-top:1px dashed #4e3918;
}

#hotel_ensoku>ul>li{
	margin:0;
	padding:14px 0;
	font-size:15px;line-height:1.6em;
	border-bottom:1px dashed #4e3918;
}

#hotel_ensoku>ul>li>span{
	display:block;
	width:65px;
	margin:6px 0 0;
	padding:0 6px 2px 10px;
	background-color:#f28588;
	color:#f7efe5;
	font-size:13px;
	text-align:center;
	line-height:1.6em;
	border-radius:4px;
}

#hotel_ensoku_image{
	display: flex;
	margin: 20px 0;
}

#hotel_ensoku_image >img{
	display: block;
	width:49%;
	margin:0 2% 0 0;
	height: auto;
	border-radius: 4px;
}

#hotel_ensoku_image > img:last-child {
	display:none;
}

#hotel_type{
	margin:0 0 50px;
}

#hotel_type h1{
	width:90%;
	margin:0 auto 20px;
	font-size:24px;
	text-align:center;
}

#hotel_type h1>span{
	display:block;
	margin:0 0 10px;
	font-size:15px;
	text-align:center;line-height:1.6em;
}

#hotel_type>article>img{
	display:block;
	width:86%;
	margin:0 auto 10px;
	border-radius:10px;
}

#hotel_type>article>p{
	width:90%;
	margin:20px auto;
	font-size:15px;line-height:1.6em;
}

#hotel_type>article>div{
	width:86%;
	margin:0 auto;
}

#hotel_type>article>div>img{
	width:49%;
	margin:0 0 0px;
	border-radius:10px;
}

#hotel_type>article>div>section:nth-of-type(3n){
	margin:0;
}

#hotel_type>article>div>section{
	box-sizing:border-box;
	width:100%;
	margin:0 0 6px;
	padding:16px 0;
	background-color:rgba(221,220,214,0.3);
	text-align:center;
	border-radius:10px;
}

#hotel_type>article>div>section:nth-of-type(3n){
	margin:0;
}

#hotel_type>article>div>section h2{
	width:86%;
	margin:0 auto 10px;
	padding:0 0 10px;
	font-size:18px;
	text-align:center;
	line-height:1.4em;
	border-bottom:1px solid #4e3918;
}

#hotel_type>article>div>section h2>span{
	font-size:16px;
}

#hotel_type>article>div>section p{
	margin:0;
	font-size:18px;
	text-align:center;
}

#hotel_type>article>div>section p>span{
	display:block;
	margin:10px 0 0;
	font-size:14px;
}

#hotel_standard{
	width:100%;
	padding:0 0 40px;
}

#hotel_deluxe{
	width:100%;
	padding:40px 0;
	background-color:rgba(204,195,175,0.15);
}

#hotel_sweet{
	width:100%;
	margin:0 0 40px;
	padding:40px 0;
	background-color:rgba(248,229,140,0.1);
}

#hotel_homestay{
	width:90%;
	margin:0 auto 80px;
}

#hotel_homestay>h1{
	margin:0 0 30px;
	font-size:24px;
	text-align:center;
}

#hotel_homestay>h1>span{
	display:block;
	margin:0 0 10px;
	font-size:14px;
	text-align:center;line-height:1.6em;
}

#hotel_homestay>h2{
	width:94%;
	margin:0 auto 20px;
	font-size:15px;
	text-align:center;line-height:1.6em;
}

#hotel_homestay_manager{
	box-sizing:border-box;
	width:100%;
	margin:0 0 10px;
	padding:30px 0 20px;
	background-color:#fff;
	border-radius:10px;
}

#hotel_homestay_manager>h3{
	width:90%;
	margin:0 auto 20px;
	font-size:16px;
	text-align:center;
	line-height:1em;
}

#hotel_homestay_manager>p{
	box-sizing:border-box;
	width:90%;
	margin:0 auto;
	padding:20px 0 10px;
	font-size:15px;
	line-height:1.6em;
	border-top:1px solid #4e3918;
}

#hotel_homestay_manager>p>br{
	display:none;
}

#hotel_homestay img{
	display:block;
	width:100%;
	margin:0 auto 10px;
	border-radius:10px;
}

#hotel_homestay_image{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	margin:0 auto 40px;
}

#hotel_homestay_image>img{
	width:49%;
	margin:0 0 10px;
	border-radius:10px;
}

#hotel_homestay_detail{
	width:100%;
	margin:0 auto 40px;
}

#hotel_homestay_detail>p{
	font-size:15px;line-height:1.6em;
}

#hotel_homestay_detail_price{
	width:100%;
	margin:40px auto;
}

#hotel_homestay_detail_price>section:nth-of-type(3n){
	margin:0;
}

#hotel_homestay_detail_price>section{
	box-sizing:border-box;
	width:100%;
	margin:0 0 10px;
	padding:20px 0 24px;
	background-color:rgba(221,220,214,0.3);
	text-align:center;
	border-radius:10px;
}

#hotel_homestay_detail_price>section h2{
	width:90%;
	margin:0 auto 16px;
	padding:0 0 16px;
	font-size:18px;
	text-align:center;
	line-height:1.4em;
	border-bottom:1px solid #4e3918;
}

#hotel_homestay_detail_price>section h2>span{
	font-size:16px;
}

#hotel_homestay_detail_price>section p{
	margin:0;
	font-size:18px;
	text-align:center;
	line-height:1.6em;
}

#hotel_homestay_detail_price>section p>span{
	display:block;
	margin:10px 0 0;
	font-size:15px;
}

.hotel_tokuten{
	box-sizing:border-box;
	width:100%;
	margin:0 auto 60px;
	padding:30px 0;
	background-color:rgba(221,220,214,0.3);
	text-align:center;
	border-radius:10px;
}

.hotel_tokuten>h1{
	margin:0 0 20px;
	font-size:18px;
	text-align:center;
	line-height:1em;
}

.hotel_tokuten>p{
	margin:0;
	font-size:15px;line-height:1.6em;
}


/* price_area */


#price_area{
	width:92%;
	margin:0 auto 80px;
	padding:60px 0 0;
}

#price_area>h1{
	margin:0 0 40px;
	font-size:22px;
	text-align:center;
	line-height:1em;
}

#price_area>p{
	margin:0 0 20px;
	font-size:15px;
	text-align:center;
	line-height:1em;
}

.price_list>table{
	width:100%;
	margin:60px 0 0;
	border-collapse: collapse;
	text-align:center;
	letter-spacing:0;
}

.price_list>table .price_text_left{
	text-align:left;
}

.price_list>table th{
	padding:0 0 14px;
	border-bottom:1px solid #4e3918;
	font-size:14px;
}

.price_list>table td{
	padding:14px 0;
	border-bottom:1px solid #4e3918;
	font-size:13px;line-height:1.6em;
}


/* first-time-customer */


#f-customer_contents{
	width:86%;
	margin:0 auto 80px;
	padding:60px 0 0;
}

#f-customer_contents>h1{
	margin:0 0 40px;
	color:#4e3918;
	font-size:22px;
	text-align:center;
	line-height:1em;
}

#f-customer_contents>p{
	margin:0 0 20px;
	padding:0 0 20px;
	font-size:15px;line-height:1.6em;
	border-bottom:1px solid #4e3918;
}

#f-customer_contents>p:last-child{
	padding:0 0 10px;
	border-bottom:none;
}


/* mailform */


#formWrap{
	width:86%;
	margin:0 auto 80px;
	padding:60px 0 0;
}

#formWrap>h1{
	margin:0 0 40px;
	color:#4e3918;
	font-size:22px;
	text-align:center;
	line-height:1em;
}

#formWrap>p{
	margin:0 0 40px;
	font-size:15px;
	text-align:center;line-height:1.6em;
}

#formWrap_title>h2{
	margin:0;
	padding:0;
	font-size:18px;
	text-align:center;
	line-height:1em;
}

table.formTable{
	width:600px;
	margin:0 auto 60px;
}

table.formTable td,table.formTable th{
	display:block;
	width:auto;
	margin:0 0 10px;
}

table.formTable th{
	width:500px
	font-size:17px;
	text-align:left;
}

table.formTable td{
	width:100%;
	margin:0 0 40px;
	font-size:16px;line-height:1.6em;
}

table.formTable td .table_text{
	box-sizing:border-box;
	width:96%;
	background-color:#fbf6f3;
	padding:16px 10px;
	border:1px solid #4e3918;
	border-radius:6px;
}

input[type="submit"], input[type="button"]{
	width:200px;
	height:40px;
	margin:0 30px 0 0;
	background-color:#4e3918;;
	color:#fff;
	font-size:16px;
	font-family:'Noto Serif JP';
	border:none;
	border-radius:20px;
}

input[type="submit"]:hover, input[type="button"]:hover{
	color:#fff;
	background-color:#8c6e3e;
}


/* privacy */


#privacy_area{
	width:86%;
	margin:0 auto 60px;
	padding:60px 0 0;
}

#privacy_area>h1{
	margin:0 0 20px;
	color:#4e3918;
	font-size:22px;
	text-align:center;
	line-height:1em;
}

#privacy_area>h2{
	margin:0 0 60px;
	font-size:16px;line-height:1.6em;
	text-align:center;
}

#privacy_area>p{
	margin:0 0 20px 0;
	font-size:15px;line-height:1.6em;
}

#privacy_area article{
	padding:20px 0 10px;
	border-top:1px dashed #ccc;
}

#privacy_area article h3{
	margin:0 0 20px 0;
	font-size:15px;line-height:1.6em;
}

#privacy_area article p{
	margin:0 0 10px 0;
	font-size:15px;line-height:1.6em;
}


/* thanks */


#thanks_area{
	width:86%;
	margin:0 auto;
	padding:100px 0 0;
	text-align:center;
}

#thanks_area>h1{
	margin:0 0 60px;
	letter-spacing:0.02em;
	line-height:1em;
	font-size:22px;
}

#thanks_area>p{
	margin:0 0 60px;
	font-size:16px;line-height:1.6em;
}

#thanks_area>a{
	width:300px;
}