@charset "UTF-8";
/**** W1280px時 ↓ ****/
@media screen and (max-width: 1281px) {
	body{min-width: 1280px;}
}
/**** W900px時 ↓ ****/
@media screen and (max-width: 900px)and (max-width:1280px) {
	body{
		min-width: 100%;
	}
/************ 共通設定 ↓ ************/
.sp{display: none;}
.pc{display: inline;}
.text-p{line-height: 1.6;}
.brown-bg2{
	width: 100%;
	padding: 50px 0;
}
.sp-img-w,
.sp-img-w2{
	text-align: center;
}
.sp-img-w img{width: 80%;}
.tanpin .sp-img-w img{width: 100%;}
.sp-img-w2 img{width: 100%;}
/************ ヘッダー ↓ ************/
#header{height: auto;}
#header-in{
	width: 100%;
	overflow: hidden;
	position: relative;
}
/*** ロゴ ↓ ***/
.h-logo{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 99;
}
.h-logo img{width: 80%;}
.h-logo .logo-title{font-size: 1.5rem;}
/*** SNS ↓ ***/
.head-menu .sns{
	top:auto;
	bottom: 20px;
	right: 0;
}
/*** TEL ↓ ***/
.sns .tel{display: none;}
/*** ご予約バナー↓ ***/
#header .plan-bn,
#header-in .plan-bn{
	right: 70px;
	width: 90px;
	height: 18px;
	font-size: 1.7rem;
	padding: 20px 0;
}
/* ハンバーガーメニュー ↓ */
#nav-sp {
	width: 70px;
	height: 24px;
	padding: 15px 0 20px 0;
}
#nav-sp > div {
	position: relative;
	width: 30px;
	margin: 0 20px;
}
#nav-sp span:nth-child(3){
	font-size: 1.3rem;
  	left: -5px;
}
#nav-sp span:nth-child(2) { top: 10px;}
#nav-sp span:nth-child(3) { top: 22px;}
#nav-sp:hover span:nth-child(1) { top: 0px;}
#nav-sp:hover span:nth-child(2) { top: 8px;}
.open #nav-sp span:nth-child(1) {top: 5px;}
.open #nav-sp span:nth-child(2) {top: 5px;}
/*クリック時のメニュー表示*/
#nav-menu ul {
	width: 100%;
	margin: 0 auto;
	list-style: none;
}
#nav-menu ul li {float: none;}
#nav-menu ul li:nth-child(5) { transition-delay: .6s; margin: 0 0 0 0;}/*ペット宿泊*/
#nav-menu ul li:nth-child(6) { transition-delay: .75s; margin: 0 0 0 0;}/*周辺観光*/
#nav-menu ul li:nth-child(8) { transition-delay: .105s; margin: 0 0 0 0;}/*アクセス*/
#nav-menu ul li:nth-child(9) { transition-delay: .12s; margin: 0 0 0 0}/*団体利用*/
#nav-menu ul li:nth-child(11) { transition-delay: .12s; margin: 0 0 0 0}/*よくある質問*/
#nav-menu a {
  display: block;
  padding: 10px 0px;
}
/*** キャッチコピー ↓ ***/
.copy img{width: 60%;}
.copy{
	position: absolute;
	z-index: 99;
	top: 40%;
	left: 40%;
	transform: translateX(-45%);
    -webkit-transform: translateX(-45%);
    -ms-transform: translateX(-45%);
}
/* スライダー ↓ */
#movie .slider{height:90vh;}
/* フォントサイズ ↓ */
.font-s20{font-size: 1.6rem;}
/* 背景下地 ↓ */
.white-bg{
	width: 90%;
	margin: 0 auto 60px auto;
	padding: 20px 15px;
}

/************ ヘッダー ↑ ************/
/* 導入文 ↓ */
.aisatsu{flex-direction: column-reverse;}
.aisatsu .text{
	width: 95%;
	margin: 70px auto 40px auto;
}
.aisatsu .gaikan img{width: 100%;}
/* アピール ↓ */
.miryoku .in{
	float: none;
	width: 100%;
	height: 450px;
}
/* 空室検索 ↓ */
.plan_form{flex-direction: column;}
.plan_form .title_in{
	width: 100%;
	border-right: none;
	margin: 0 auto 20px auto;
	text-align: center;
}
.plan_form .material-icons{display: none;}
.plan_form .kensak{
	font-size: 2rem;
	margin: 10px 0 0 0;
}
    
/*    sp時のトップスライダー犬の画像(最初の画像)が真ん中に来るよう調整*/
    .zs-enabled .zs-slideshow .zs-slides .zs-slide:first-child{
        background-position: 65% center;
    }
    
/* レビュー ↓ */
.con .review{
	flex-direction: column;
}
.con .review p{
	background-color: #ae9865;
	padding: 10px 10px;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 20px 0;
}
/* プランRSS ↓ */
.plan{flex-direction: column;}
.plan-rss,
.plan-rss-no{width: 100%;}
.plan-rss{margin: 0 0 40px 0;}
.plan-rss h3,
.plan-rss-no h3{
	font-size: 2rem;
}
.plan-rss .text,
.plan-rss-no .text{
	font-size: 1.6rem;
	padding: 0 20px 20px 20px;
}
.plan-bg .info{
	flex-direction: column;
	justify-content: flex-start;
}
.plan-bg .note{
	width: 90%;
	padding: 40px 20px;
	margin: 0 auto 40px auto;
}
.plan-bg .note p{line-height: 1.5;}
.plan-bg .info .sp-mb{
	margin: 20px auto 0 auto;
	display: none;
}
/* アクセス ↓ */
#access{height: auto;}
#access .in{
	flex-direction: column;
	justify-content:flex-start;
}
#access .car,
#access .public,
#access .airport{
	border-right: none;
	padding: 0 0 50px 0;
}
#access .car h4,
#access .public h4,
#access .airport h4{
	font-size: 2.2rem;
}
/* 日奈久マップ ↓*/
.hinagu{flex-direction: column;}
.hinagu .text{margin: 40px 0 20px 0;}
/* お問い合わせリンク ↓ ↓*/
.contact-link{
	flex-direction: column;
}
/************ フッターー ↓ ************/
.kasou-f{margin: 80px 0 0 0;}
#footer-menu{padding: 20px 0 20px 20px;}
#footer-menu nav ul{
	text-align: left;
	width: 95%;
	margin: auto;
	flex-direction: column;
}
#footer-menu nav ul li{
	border-left: none;
	padding: 0 0 30px 0;
}
#footer-menu nav ul li + li{
	border-left: none;
	padding: 0 0 30px 0;
	display: block;
}
#footer .review{
	flex-direction: column;
}
#footer .review p{
	background-color: #ae9865;
	padding: 10px 10px;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 20px 0;
}
#footer .info{
	flex-direction: column;
	padding: 0 0 20px 0;
}
#footer .info .text{width:95%;}
#footer .plan-bn{
	width: 100%;
	height: 30px;
	padding: 15px 0;
	margin: 20px 0 0 0;
	text-align: center;
}
#footer .plan-bn a::after{margin: 0 0 0 30px;}
/* ページトップ ↓ */
#page_top{padding: 10px;}
#page_top a{
	width: 50px;
	height: 50px;
}
#page_top a::before{top: 0;}
#page_top a::after{content: '';}
/************ フッターー ↑ ************/
/************ 下層ページheader ↓ ************/
#cuisine-head,
#spa-head,
#fac-head,
#pet-head,
#sig-head,
#group-head,
#charge-head,
#qa-head{
	width: 100%;
	height: 250px;
}
    
/*    スマホ時のcuisineヘッダー画像（くまもん）の位置を調整*/
    #cuisine-head{
        background-position: 70% center;
    }
    
#cuisine-head h2,
#spa-head h2,
#fac-head h2,
#pet-head h2,
#sig-head h2,
#group-head h2,
#charge-head h2,
#qa-head h2{
	font-size: 2.5rem;	
}
/**** 内包共通 ↓ ****/
.inner,
.inner2{
	width: 95%;
	margin: 0 auto;
}
/**** 共通タイトル ↓ ****/
/** TOP導入タイトル ↓ **/
.title1{
	font-size: 3rem;
	line-height: 1.5;
	margin: 0 0 60px 0;
}
.title1 span{display: block;}
/** 英語＋タイトル ↓ **/
.title2{font-size: 2.5rem;}
.title2 span{font-size: 1.5rem;}
/** 上にタテ線タイトル ↓ **/
.title3{
	font-size: 3rem;
	line-height: 1.3;
}
.title3::before {height: 80px;}
/** ヨコにタテ線タイトル ↓ **/
.title4{font-size: 3rem;}
.title4 span{font-size: 1.8rem;}
/** 注意事項タイトル ↓ **/
.title5{
	font-size: 1.8rem;
	margin: 0 0 30px 0;
}
/** 太文字改行＋タイトル ↓ **/
.title6{font-size: 2.6rem;}
/***** リンク共通 ↓ *****/
.link-bn1{padding: 18px 0;}
.link-bn2{padding: 18px 0;}
.link-bn1 a::after,
.link-bn2 a::after{
	margin: 0 0 0 20px;
}
.link-bn3{
	width: 90%;
	margin: 0 auto 40px auto;
	padding: 15px 10px;
	font-size: 1.6rem;
	line-height: 1.3;
}
/************ 団体利用 ↓ ************/

/************ お食事 ↓ ************/
.cuisine-bg{height: auto;}
.cuisine-bg .text{
	text-align: left;
	padding: 190px 0 0 0;
	margin: 0 0 80px 0;
}
.tomato,
.fruits{
	height: auto;
}
.tomato .info{
	flex-direction: column;
	justify-content:flex-start;
}
.tomato .text,
.fruits .text{
	width: 100%;
	padding: 20px 0 40px 0;
}
.fruits .info{
	flex-direction: column;
	justify-content:flex-start;
}
.tanpin{
    display: flex;
	flex-direction: column;
	justify-content:flex-start;
    width: 80%;
}

.tanpin .sp-mb{margin: 0 0 40px 0;}

.restaurant{
	flex-direction: column;
	justify-content:flex-start;
	margin: 50px 0 0 0;
}
.restaurant .text{padding: 50px 0 20px 0;}
/************ 温泉 ↓ ************/
.spa-movie{width: 95%;}
.spa-dounyu,
.banpeiyu{height: auto;}
.spa-dounyu .contents{padding: 190px 0 0 0;}
.spa-dounyu .text,
.banpeiyu .text{
	text-align: left;
}
.seibun{margin: 50px 0 80px 0;}
.seibun .title{width: 30%;}
.banpeiyu .note{
	margin: 40px 0 80px 0;
}
/************ 客室 ↓ ************/
.room-dounyu .text{
	flex-direction: column-reverse;
	justify-content: flex-start
}
.room-dounyu .text .sp-mb{margin: 0 0 20px 0;}
.wa-room p{
	font-size: 1.6rem;
	padding: 10px 0;
	bottom: 0;
	width: 100%;
}
.room-note {
	flex-direction: column;
	justify-content: flex-start;
}
.room-note .text{
	width: 100%;
	margin: 0 0 30px 0;
}
.setsubi-note{
	padding: 40px 0;
	margin: 60px 0 80px 0;
}
.setsubi-note .text{
	line-height: 1.5;
	padding: 0 20px;
}
/************ ペット宿泊 ↓ ************/
.pet-dounyu {
	flex-direction: column;
	justify-content: flex-start;
	margin: 70px 0 100px 0;
}
.pet-dounyu .text{
	margin: 0 0 20px 0;
	width: 100%;
}
.pet-white-bg{
	padding: 40px 0;
	margin: 60px 0 0 0;
}
.pet-white-bg ul{
	line-height: 1.5;
	margin: 40px 20px 0 20px;
	}
.pet-white-bg ul li{margin: 0 0 20px 0;}
/************ 周辺観光 ↓ ************/
.sightseeing{
	flex-direction: column;
	margin: 0 0 10px 0;
    z-index: 10;
}
.sightseeing-not{display: flex;}
.sightseeing .in,
.sightseeing-not .in{
	margin: 30px 0 0 20px;
}
.sightseeing .in h4,
.sightseeing-not .in h4{
	font-size: 2.2rem;
	margin: 0;
}
.sightseeing h4 span {
	width: 90%;
	display: block;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 20px;
}
.sightseeing .info span:nth-child(2)::before,
.sightseeing-not .info span:nth-child(2)::before{
	margin: 0px 10px 0 5px;
}
.sightseeing p,
.sightseeing-not p{
	margin: 0 0 40px 0;
}
/************ よくある質問 ↓ ************/
/*ラベル*/
.qa label {
	font-size: 1.6rem;
	line-height: 1.7;
	min-width: 250px;
}
.qa label::before{
	font-size: 2.3rem;
	line-height: 1;
	height: 25px;
    width: 28px;
	padding: 3px 0 0 0;
	margin: 0 5px 0 5px;
}
/*中身を非表示にしておく*/
.qa div {
	margin: 10px 0 40px 0;
}
.qa p{
	min-height: auto;
	padding: 0 0 0 34px;
}
/*Aアイコン*/
.qa div::before{
	font-size: 2.3rem;
	height: 25px;
    width: 28px;
	padding: 3px 0 0 0;
	margin: 0 0 0 3px;
}
/*アイコン*/
.qa label::after {
	font-size: 1.5rem;
	padding: 0 10px 0 10px;
	top: 5px;
}
/************ 料金・予約 ↓ ************/
.charge-t2 {width: 95%;}
.charge-t2 .thead {display: none;}
.charge-t2 td {
	border: none;
	border-bottom: solid 1px #362e2b;
	  display: block;
	  text-align: right;
	  padding: 20px 10px;
}
.charge-t2 td:last-child{border-bottom: none;}
.charge-t2 td:first-child {
	  text-align: center;
	  padding: 10px 0;
}
.charge-t2 td:before {
	content: attr(data-label);
	float: left;
	font-weight: bold;
}
/*キャンセル*/
.charge-t .title{padding: 10px 20px;}
.charge-t .title2{
	width: 30%;
	padding: 10px 20px;
}
.charge-t .title{width: 100%;}
.charge-t tr
.charge-t td{width: 100%;}
.charge-t th{padding: 6px 0 0 20px;}
/*問い合わせフォーム*/
  .contact .label,
  .contact .label2{
	float: none;
	width:100%;
	padding:0 0 0 0;
	font-size: 1.6rem;
  }
  .contact .label2{padding:0 0 10px 0;}
  .contact .inputs,
  .contact .inputs2{
	float: none;
	width:95%;
  }
  .contact .inputs2 label{margin: 0 10px 0 5px;}
  .contact .btn-area{text-align: center;}
  .contact input[type="submit"]{
	padding: 10px 20px;
	margin: 30px 0 0 0;
	width: 100%;
  }
  .contact input[type="reset"]{
	margin: 30px 0 0 0;
	width: 100%;
  }
  /* ここまで ↑ */
}/**** W900px時 ↑ ****/

@media screen and (max-width: 480px){
    .tanpin h4{
        grid-template-columns: 1fr;
    }    
}