
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ------------------------------------------
  Awaji STYLES
--------------------------------------------- */

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #333333;
    font: 14px/1.8 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
}

html.is-fixed,
html.is-fixed body {
	height: 100%;
	overflow: hidden;
}


section {
    text-align: center;
    padding: 0px 0 0 0;
    width: 100%;
}

h1 {
    margin-bottom: .5em;
	font-family: "Oswald", serif;
}

p {
    width: 96%;
    margin: 0 auto;
    text-align: left;
    line-height: 1.8;
    letter-spacing: 1.5px;
}

.f_left{
    float: left;
}
.f_right{
    float: right;
}


.img-pc {
    display: none;
}
.img-sp {
    display: block;
}

.mode-pc {
    display: none !important;
}
.mode-sp {
    display: block !important;
}

.MT-20{
	margin-top: 20px;
}
.MT-30{
	margin-top: 30px;
}
.MB-0{
	margin-bottom: 0px !important;
}

.ML-30{
	margin-left: 30px;
}

@media screen and (min-width:732px) {
    .img-pc {
        display: block;
    }

    .img-sp {
        display: none;
    }
	.mode-pc {
        display: block !important;
    }

    .mode-sp {
        display: none !important;
    }
}


/* フッター
------------------------------------------------------------*/
footer{
	clear: both;
	padding: 0;
	text-align: center;
	font-size: 14px;
    margin: 0 auto;
    background: #EEEEEE;
}

footer .footer_inner{
    max-width: 1240px;
	transition:0.2s;
	margin: 0 auto;
	overflow: hidden;
	padding: 50px 0 10px 0;
}

.copyright{
	clear: both;
    width: 100%;
    margin: 0;
    text-align: center;
    padding:5px 0 20px 0;
}


small{
	font-size: 12px;
    color:#333;
}

address{
    width: 100%;
    padding:30px 0 30px 0;
    text-align: center;
    font-style: normal;
}

address .addr_box{
	width: 100%;
/*	border-bottom: 2px solid #333;*/
	padding-bottom: 10px;
	margin: 0 auto;
	text-align: center;
}

address img{
	max-width: 200px;
	margin-bottom: 10px;
}


.footer_menu{
    width: 100%;
    padding:30px 0 30px 0;
    text-align: center;
    
}

.footer_contact{
    width: 100%;
    padding:30px 0 30px 0;
    text-align: center;
    margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}


ul.fsub_lv1{
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
}

ul.fsub_lv1 li {
    text-align: center;
    float: left;
    padding: 0 0 0 0px;
    width: 100%;
    box-sizing: border-box;
}


ul.fsub_lv1 li a {
    color:#333;
    font-size: 14px;
    display:block;
    text-decoration:none;
    padding:10px 0;
    margin:0 0 0 0;
    border-top: 1px dotted #CCCCCC;
    position: relative;
    font-weight: normal;
    letter-spacing: 0.1em;
}


ul.fsub_lv1 li a:before {
    content: '';
    position: absolute;
    top: 50%;
    left:0;
    display: inline-block;
    width: 0;
    height: 1px;
    background-color: none;
	
}



ul.fsub_lv1 li a:hover{
    color:#0062B8;
    text-decoration: none;
}







@media screen and (min-width: 732px) {
  
    small{
        font-size: 14px;
    }
    
	address{
        float: left;
        width: 30%;
        padding: 30px 0 30px 0;
        text-align: left;
        font-style: normal;

    }
	
	address img{
		max-width: 280px;
		margin-bottom: 0px;
	}
	
	
	.footer_menu{
        float: left;
        width: 30%;
        padding: 20px 0 30px 0;
        text-align: left;
        font-style: normal;

    }
	.footer_contact{
        float: left;
        width: 40%;
        padding: 20px 0 30px 0;
        text-align: left;
        font-style: normal;

    }
	
	
	ul.fsub_lv1{
        float:left;
        margin:0 0 0 80px;
        overflow: hidden;
        list-style: none;
    }
    
    
    ul.fsub_lv1 li {
        width: 100%;
        text-align: left;
        float: left;
        padding: 0 0 0 30px;
        border-top: none;
        margin-bottom: 20px;
        
    }
    
   
    
    ul.fsub_lv1 li a {
        text-decoration: none;
        color: #333;
        font-size: 16px;
        font-weight: normal;
        letter-spacing: 0.05em;
        border: none;
        padding: 0 0 0 0px;
    }
    
	ul.fsub_lv1 li a:hover::before {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 0 6px 8px;
		border-color: transparent transparent transparent #333;
		position: absolute;
		top: 0;
		left: -15px;
		bottom: 0;
		margin: auto;
	}

	
}

.company dl {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	margin-top: 18px;
}
.company dt {
	flex-basis: 35%;
	padding: 5px 0px 5px 30px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0,0,0,.1);
	box-shadow: 0 1px 0 rgba(255,255,255,1);
}
.company dd {
	flex-basis: 65%;
	padding: 5px 0px 5px 0px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0,0,0,.1);
	box-shadow: 0 1px 0 rgba(255,255,255,1);
}
.company .check-in {
	flex-basis: 45%;
	padding: 5px 0px 5px 30px;
	box-sizing: border-box;
}
.company .check-out {
	flex-basis: 55%;
	padding: 5px 0px 5px 30px;
	box-sizing: border-box;
}
.company .footer_uketuke {
	padding: 5px 0px 0px 30px;
}

@media screen and (max-width: 559px) {
	.company dl {
		display: flex;
		flex-flow: row wrap;
		width: 84%;
		margin: 0 0 0 8%;
	}
	.company dt {
		flex-basis: 25%;
		padding: 5px 0px 5px 20px;
		box-sizing: border-box;
		text-align: left;
		margin-left: 0;
	}
	.company dd {
		flex-basis: 75%;
		padding: 5px 0px 5px 0px;
		box-sizing: border-box;
		text-align: left;
	}
	.company p {
		text-align: center;
	}
	.company .check-in {
		flex-basis: 50%;
		padding: 5px 0px 5px 20px;
		box-sizing: border-box;
	}
	.company .check-out {
		flex-basis: 50%;
		padding: 5px 0px 5px 0px;
		box-sizing: border-box;
	}
	.company .footer_uketuke {
		padding: 0px 0px 0px 0px;
	}
}


/* ------------------------------------------------------------------------------------ */
/* etc...										*/
/* ------------------------------------------------------------------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
 .clearfix {display: inline-block;}
 

.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
    width: 100px;
}
@media screen and (min-width: 732px) {
    .pagetop {
        display: none;
        position: fixed;
        bottom: 50px;
        right: 20px;
        width: 100px;
    }

}



.pagetop a {
    display: block;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.pagetop a:hover {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}


.header_menu {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	/* background: #CCC; */
	height: 80px;
	z-index: 10;
}

.bg_white{
    background-color: rgba(255, 255, 255, 0.5) !important;
	transition:0.5s;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}


.header_menu .header_logo {
	position: absolute;
    top: 0%;
    left: 8%;
    width: 100px;
	z-index: 1;
	
}

.header_menu .header_logo img{
	width: 100px;
	transition: 0.3s ease-in-out;
}

.header_menu .header_logo_top img{
	width: 100px;
	transition: 0.3s ease-in-out;
}

.header_menu .logo-scroll {
	position: absolute;
    top: 0%;
    left: 5%;
    width: 80px;
	z-index: 1;
}
.header_menu .logo-scroll img{
	width: 80px !important;
	transition        : 0.3s ease-in-out;
}

.header-main {
	width: 100%;
	height: 0;
	background-image: url("../images/top/main01.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	position: relative;
	background-position: center center;
	transition:0.5s;
	display: block;
	position: relative;
	
	
}

.header-main .main_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
}

.header-main .main_logo img{
	max-width: 560px;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	transition:0.5s;
}




@media screen and (min-width: 732px) {

	.header-main {
		background-size: cover;
		padding-top: calc((946 / 1800) * 100%);  /* (画像高さ / 画像幅) x 100% */
		height: auto;
		transition:0.5s;
	}
	
    .header-main .main_logo img{
		max-width: 520px;
		width: 100%;
		padding: 50px;
		box-sizing: border-box;
	}
    
	.header_menu .header_logo img{
		/*width: 200px;*/
		width: 150px;
		transition        : 0.3s ease-in-out;
	}
	
	.header_menu .header_logo_top img{
		/*width: 24vw;*/
		width: 12vw;
		/* max-width: 360px;*/
		transition: 0.3s ease-in-out;
	}
	
	
}

@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 10s linear 0s normal both;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}


/*モバイル用の画像とPC用の画像で分ける*/
@media screen and (min-width: 641px) {
.pc-img { 
  display: block; 
}
.mp-img {
   display: none; 
}
}

@media screen and (max-width: 640px) {
  .mp-img {
    display: block;
  }
  .pc-img {
    display: none;
  }
}



/*　ハンバーガーメニューボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 15;
  right : 10px;
  top   : 14px;
  width : 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 3px ;
  right    : 8px;
  background : #FFF;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
	top: 14px;
	width: 35px;
}
.hamburger span:nth-child(2) {
  	top: 25px;
	width: 35px;
}
.hamburger span:nth-child(3) {
  top: 36px;
  width: 35px;
}

.hamburger-scroll span{
	background : #333;
}


/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
	/*
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
	*/
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	/*
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
	*/
}





/* メニュー背景　*/
nav.globalMenuSlide {
  position: fixed;
  z-index : 10;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba( 255,255,255,0.6 );
  text-align: center;
  width: 100%;
  transform: translateX(100%);
  transition: all 0.3s;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	height: 100%;
  overflow: auto;
}

nav.globalMenuSlide ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	
}

nav.globalMenuSlide ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSlide ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSlide ul li:hover{
  background :#eeeeee;
}

nav.globalMenuSlide ul li a {
  display: block;
  color: #333;
  padding: 10px 0;
  text-decoration :none;
	font-size: 20px;
	font-weight: 600;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSlide.active {
	opacity: 100;
	display: block;
	transform: translateX(0%);
}


.menu_box{
    margin: 50px 20px;
    overflow: hidden;
	background-color: rgba(255,255,255,1);
	box-shadow: 0 0 10px -5px gray;
	border-radius: 20px;
	transition:0.2s;
	padding: 20px 0 50px 0;
	
}


.hamburger_close{
	position: absolute;
	right: 15px;
	top: 35px;
}

.hamburger_logo{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.hamburger_logo img{
	width: 160px;
}

.round_btn {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;  /* 丸みの度合い */
  background: #666; /* ボタンの背景色 */
	cursor: pointer;
}
 
.round_btn::before, .round_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 21px;
  background: #fff; /* バツ印の色 */
	
}
 
.round_btn::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.round_btn::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}


@media screen and (min-width: 732px) {

	.hamburger {
		display : block;
		position: fixed;
		z-index : 15;
		right : 7%;
		top   : 7%;
		width : 50px;
		height: 50px;
		cursor: pointer;
		text-align: center;
	}
    
	.hamburger-scroll {
		display : block;
		position: fixed;
		z-index : 15;
		right : 2%;
		top   : 2%;
		width : 50px;
		height: 50px;
		cursor: pointer;
		text-align: center;
	}
	
	.hamburger span:nth-child(1) {
		top: 12px;
		width: 35px;
	}
	.hamburger span:nth-child(2) {
		top: 24px;
		width: 35px;
	}
	.hamburger span:nth-child(3) {
	  top: 35px;
	  width: 35px;
	}
}





/* sec_concept
------------------------------------------------------------*/

#sec_concept{
    margin:0;
    padding:40px 0 40px 0;
    text-align: left;
	transition:0.2s;
}

#sec_concept .inner{
    margin: 0 15px;
    max-width: 1240px;
	transition:0.2s;
	padding-top: 20px;
}


#sec_concept h1 {
    width: 100%;
    margin: 0 0 0 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    color: #1b1b1b;
    box-sizing: border-box;
    font-weight: 300;
    letter-spacing: 0.2em;
    
}

#sec_concept p{
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
}

#sec_concept p.sub_title{
	text-align: center;
	padding: 30px 0;
	font-size: 20px;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
}



.concept_container {
	display: flex;
	flex-wrap: wrap; /* flexアイテムを折り返す（複数行に配置する） */
	margin-top: 30px;
	margin-bottom: 30px;
}

.concept_container .column {
	width: 100%; /* 列の幅を均等に分配し、マージンを考慮して計算 */
	margin: 0 0 20px 0;
	box-sizing: border-box; /* ボックスモデルを維持するために必要なスタイル */
	text-align: center;
}

.concept_container .column img{
	width: 100%;
	max-width: 400px;
}

.concept_container .column img:hover{
	opacity: 0.9;
}


@media screen and (min-width: 732px) {

    /* sec_concept
    ------------------------------------------------------------*/
    #sec_concept{
        margin:0;
        padding:60px 0 90px 0;
        text-align: left;
		transition:0.2s;
    }
	
	#sec_concept .inner{
		margin: 0 auto;
		transition:0.2s;
		padding-top: 0px;
	}
	
	
    #sec_concept h1 {
        font-size: 38px;
    }

	#sec_concept p{
		font-size: 18px;
	}
	.concept_container .column {
		width: 100%; /* 列の幅を均等に分配し、マージンを考慮して計算 */
		margin: 20px;
		box-sizing: border-box; /* ボックスモデルを維持するために必要なスタイル */
		text-align: center;
	}
	
	#sec_concept p.sub_title{
		font-size: 28px;
		padding: 40px 0;
	}
    
}



.image_interval_bridge {
    width: 100%;
    height: 0;
    background-image: url('../images/top/top-bridge.jpg');  /* 画像のパス */
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: calc((810 / 1798) * 100%);  /* (画像高さ / 画像幅) x 100% */
}


/* ペットと過ごすリゾートステイ
---------------------------------------- */
.image_interval_resortstay {
    width: 60%;
    height: 0;
    position: relative;
	left: 40%;
    background-image: url('../images/top/top-resortstay.jpg');  /* 画像のパス */
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: calc((673 / 1787) * 60%);  /* (画像高さ / 画像幅) x 100% */
}

.image_interval_resortstay .title_box{
	position: absolute;
	top: 50%;
	left: -20%;
	transform: translateY(-50%);
	border-bottom:1px solid #3c220c;
	color: #3c220c;
	width: 45%;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
}

.image_interval_resortstay .title_box p{
	font-size: 1.5vw;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 1.4;
	padding-bottom: 10px;
	margin: 0;
	width: 100%;
	text-shadow:  0 0 10px #fff,
				  0 0 10px #fff, 
				  0 0 10px #fff, 
				  0 0 10px #fff, 
				  0 0 10px #fff;				  
}

@media screen and (max-width: 559px) {
	.image_interval_resortstay {
    	width: 80%;
		left: 20%;
    	padding-top: calc((673 / 1787) * 80%);  /* (画像高さ / 画像幅) x 100% */
	}
	.image_interval_resortstay .title_box{
		left: -15%;
		width: 60%;
	}
	.image_interval_resortstay .title_box p{
		font-size: 2.5vw;			  
	}
}


/* 魅力いっぱいの淡路島
　　　　　でしか味わえない非日常
---------------------------------------- */
.image_interval_villa {
    width: 60%;
    height: 0;
	position: relative;
	left: 0;
    background-image: url('../images/top/top-villa.jpg');  /* 画像のパス */
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: calc((673 / 1787) * 60%);  /* (画像高さ / 画像幅) x 100% */
}

.image_interval_villa .title_box{
	position: absolute;
	top: 50%;
	right: -20%;
	transform: translateY(-50%);
	border-bottom:1px solid #3c220c;
	color: #3c220c;
	width: 45%;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
}

.image_interval_villa .title_box p{
	font-size: 1.5vw;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 1.4;
	padding-bottom: 10px;
	margin: 0;
	width: 100%;
	text-shadow:  0 0 10px #fff,
				  0 0 10px #fff, 
				  0 0 10px #fff, 
				  0 0 10px #fff, 
				  0 0 10px #fff;
}
@media screen and (max-width: 559px) {
	.image_interval_villa {
    	width: 80%;
    	padding-top: calc((673 / 1787) * 80%);  /* (画像高さ / 画像幅) x 100% */
	}
	.image_interval_villa .title_box{
		right: -15%;
		width: 50%;
	}
	.image_interval_villa .title_box p{
		font-size: 2.5vw;			  
	}
}

/* 星空を眺めながら整うバレルサウナ
---------------------------------------- */
.image_interval_sauna {
    width: 60%;
    height: 0;
    position: relative;
    left: 40%;
    background-image: url('../images/top/top-sauna.jpg');  /* 画像のパス */
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: calc((673 / 1787) * 60%);  /* (画像高さ / 画像幅) x 100% */
}

.image_interval_sauna .title_box{
	position: absolute;
	top: 50%;
	left: -20%;
	transform: translateY(-50%);
	border-bottom:1px solid #3c220c;
	color: #3c220c;
	width: 55%;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	
}

.image_interval_sauna .title_box p{
	font-size: 1.5vw;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 1.4;
	padding-bottom: 10px;
	margin: 0;
	width: 100%;
	text-shadow:  0 0 10px #fff,
				  0 0 10px #fff, 
				  0 0 10px #fff, 
				  0 0 10px #fff, 
				  0 0 10px #fff;
}
@media screen and (max-width: 559px) {
	.image_interval_sauna {
	    width: 80%;
    	left: 20%;
    	padding-top: calc((673 / 1787) * 80%);  /* (画像高さ / 画像幅) x 100% */
	}
	.image_interval_sauna .title_box{
		left: -15%;
		width: 70%;
	}
	.image_interval_sauna .title_box p{
		font-size: 2.5vw;			  
	}
}


/* 地図の上のアクセス
---------------------------------------- */
.map-access {
	width: 100%;
    height: 150px;
    padding: 70px 0 90px 0;
}
.map-access p {
	width: 100%;
    text-align: center;
    font-family: "Noto Serif JP", serif;
}
.map-access .access {
	font-size: 30px;
	font-weight: bold;
	text-decoration:underline;
}
.map-access .access-en {
	margin-top: -10px;
	margin-bottom: 10px;
}
.map-access .shopname {
	font-size: 20px;
}
.map-access .jyusyo {
	font-size: 15px;
}
.map-access .ic {
	font-size: 15px;
}


/* sec_instagram
------------------------------------------------------------*/

#sec_instagram{
    margin:0;
    padding:50px 0 50px 0;
    text-align: left;
	transition:0.2s;
	background: #efffff;
	background-image: url('../images/top/instagram_bg.png');  /* 画像のパス */
	background-repeat: no-repeat;
	background-position: 98% 75%;
	background-size: 60%;
}

#sec_instagram .inner{
    margin: 0 15px;
    max-width: 1240px;
	transition:0.2s;
	padding-top: 20px;
}


#sec_instagram h1 {
    width: 100%;
    margin: 0 0 0 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    color: #1b1b1b;
    box-sizing: border-box;
    font-weight: 300;
    letter-spacing: 0.2em;
    
}


#sec_instagram p{
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
}


.instagram_container{
	margin: 50px 0;
}



.flex__wrap_instagram {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 0 0;
	box-sizing: border-box;
}

/*
.flex__wrap_instagram::after {
  content: "";
  width: 31%;
}


.flex__wrap_instagram::before {
  order: 1;
  content: "";
  width: 31%;
}
*/
.flex__item_instagram {
    display: block;
    width: 50%;
    padding: 20px 10px 20px 10px;
    box-sizing: border-box;
    
}
/*
.flex__item_instagram:last-child{
	display: none;
}
*/

.flex__item_instagram img{
    width: 100%;
    vertical-align: bottom;
    aspect-ratio: 1;
    object-fit: cover;
    
}


/**追加3**/
.flex__item_instagram-empty {
  display: block;
  width: 18%;
}


.instagram_follow {
	height: 80px;
	padding: 10px 0 0 0;
}
@media screen and (max-width: 559px) {
	p.instagram_follow_space {
		margin-top: -30px;
	}
	.instagram_follow {
		height: 50px;
		padding: 10px 0 0 0;
	}
}

@media screen and (min-width: 732px) {

    /* sec_instagram
    ------------------------------------------------------------*/
    #sec_instagram{
        margin:0;
        padding:60px 0 90px 0;
        text-align: left;
		transition:0.2s;
		background-size: auto;
    }
	
	#sec_instagram .inner{
		margin: 0 auto;
		transition:0.2s;
		padding-top: 0px;
	}
	
	
    #sec_instagram h1 {
        font-size: 38px;
    }


	.flex__wrap_instagram {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 20px 10px 20px 10px;
		box-sizing: border-box;
	}

	.flex__item_instagram:last-child{
		display:block;;
	}
	
	/*追加1*/
	.flex__wrap_instagram::after {
	  content: "";
	  width: 17%;
	}

	/*追加2*/
	.flex__wrap_instagram::before {
	  order: 1;
	  content: "";
	  width: 17%;
	}

	.flex__item_instagram {
        display: block;
        width: 25%;
        padding: 20px 10px 20px 10px;
        box-sizing: border-box;
	}

	.flex__item_instagram img{
		width: 100%;
        vertical-align: bottom;
        
        object-fit: cover;
	}


	/**追加3**/
	.flex__item_instagram-empty {
	  display: block;
	  width: 16%;
	}
    
}





.map {
    position: relative;
    width: 100%;
    padding-top: 65%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 732px) {
	.map {
		padding-top: 36.25%;
	}
}





/* 各種ボタン
------------------------------------------------------------*/


.btn,
a.btn,
button.btn {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 1.2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #333333;
  border-radius: 0.5rem;
	font-family: "Noto Serif JP", serif;
}

a.btn-border {
  border-radius: 0;
}

a.btn-border:before,
a.btn-border:after {
  position: absolute;

  width: 100%;
  height: 2px;

  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;

  background: #333333;
}

a.btn-border:before {
  top: 0;
  left: 0;
}

a.btn-border:after {
  right: 0;
  bottom: 0;
}

a.btn-border:hover:before,
a.btn-border:hover:after {
  width: 0;
}


/* -------------------------TOP 予約ボタン------------------------- */
/*
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}
*/

/*  予約ボタン  */
p.new_button_area {
	margin-top: 30px;
}
@media screen and (max-width: 559px) {
	p.new_button_area {
		margin-top: 80px;
	}
}
a.new_button {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.0;
  position: relative;
  display: inline-block;
  padding: 2rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 100vh;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#007adf),
    to(#00ecbc)
  );
  background-image: -webkit-linear-gradient(left, #007adf 0%, #00ecbc 100%);
  background-image: linear-gradient(to right, #007adf 0%, #00ecbc 100%);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  font-family: 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
}
@media screen and (max-width: 559px) {
	a.new_button {
		font-size: 0.7rem;
		padding: 1rem 2rem;
	}
}

/*
a.new_button:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: "\f30b";
}
*/
a.new_button:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}
p.new_button_areatext {
	margin-bottom: -30px;
}
@media screen and (max-width: 559px) {
	p.new_button_areatext {
		margin-bottom: 30px;
	}
}


/* ------------------ */
.btn_con,
a.btn_con,
button.btn_con {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0.5rem 1.2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #333333;
    border-radius: 0.5rem;
    font-family: "Noto Serif JP", serif;
    background: none;
    border: none;
}

.btn-border_con {
    border-radius: 0;
    
    
}

.btn-border_con::before,
.btn-border_con::after{
  position: absolute;

  width: 100%;
  height: 2px;

  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;

  background: #333333 !important;
}

.btn-border_con::before {
  top: 0;
  left: 0;
}

.btn-border_con::after {
  right: 0;
  bottom: 0;
}

.btn-border_con:hover::before,
.btn-border_con:hover::after {
  width: 0;
}


/* ------------------ */




.btn2,
a.btn2,
button.btn2 {
  font-size: 16px;
  font-weight:normal;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1.2rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #333333;
  border-radius: 0.5rem;
	box-sizing: border-box;
}

.btn2--contact,
a.btn2--contact {
	color: #fff;
	background-color: #7D7D7D;
	max-width: 400px;
	width: 100%;
	margin-bottom: 20px;
}
.btn2--contact:hover,
a.btn2--contact:hover {
  color: #fff;
  background: #8d8d8d;
}

a.btn--radius {
   border-radius: 100vh;
}

@media screen and (min-width: 732px) {
	
	.btn2--contact,
	a.btn2--contact {
		margin-bottom: 40px;
	}
	
}

/* ------------------------------------------------------------------------------------ */
/* Plan										*/
/* ------------------------------------------------------------------------------------ */

.header-main-plan {
	width: 100%;
	height: 0;
	background-image: url('../images/common/header-main-plan.jpg');  /* 画像のパス */
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	position: relative;
	background-position: center center;
	transition:0.5s;
	display: block;
	position: relative;
}

@media screen and (min-width: 732px) {
	.header-main-plan {
		background-size: cover;
		padding-top: calc((942 / 1797) * 100%);  /* (画像高さ / 画像幅) x 100% */
		height: auto;
		transition:0.5s;
	}
	
}







/* sec_plan
------------------------------------------------------------*/

#sec_plan{
    margin:0;
    padding:50px 0 50px 0;
    text-align: left;
	transition:0.2s;
	background: #FFF;
	
}

#sec_plan .inner{
    margin: 0 15px;
    max-width: 1240px;
	transition:0.2s;
	padding-top: 20px;
}


#sec_plan h1 {
    width: 100%;
    margin: 0 0 0 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    color: #1b1b1b;
    box-sizing: border-box;
    font-weight: 300;
    letter-spacing: 0.2em;
    
}


#sec_plan p{
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
}



.plan_container {
	display: flex;
	flex-wrap: wrap; /* flexアイテムを折り返す（複数行に配置する） */
	margin-top: 40px;
	margin-bottom: 50px;
}

.plan_container .column {
	width: 100%; /* 列の幅を均等に分配し、マージンを考慮して計算 */
	margin: 0 0 20px 0;
	box-sizing: border-box; /* ボックスモデルを維持するために必要なスタイル */
	text-align: center;
}

.plan_container .column img{
	width: 100%;
	max-width: 520px;
}

.plan_container .column img:hover{
	opacity: 0.9;
}


.plan_container .column-text-left{
	text-align: left;
	max-width: 480px;
}

.plan_container .column-text-left p{
	text-align: left !important;
	font-size: 14px !important;
	
}

.plan_container .column h2{
	font-size: 24px;
	margin-bottom: 20px;
	margin-top: 10px;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	letter-spacing: 0.01em;
}

.plan_container .column .osusume{
	background: #78C5DB;
	padding: 0px 0;
	width: 150px;
	text-align: center !important;
	color: #FFF !important;
	margin-left: 0px;
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-weight: 200;
	letter-spacing: 0.1em;
}

.plan_container .column .goukei-title{
	font-family: "Noto Serif JP", serif;
	font-size: 22px !important;
	font-weight: 600;
	line-height: 1.3;
	padding: 0 !important;
}
.plan_container .column .goukei-price{
	font-family: "Noto Serif JP", serif;
	font-size: 40px !important;
	font-weight: 600;
	line-height: 1.3;
	padding: 0 !important;
}
.plan_container .column .goukei-price span{
	font-size: 20px;
}
.plan_container .column .goukei-price span.yenmark{
	font-size: 26px;
}

@media screen and (min-width: 732px) {

    /* sec_plan
    ------------------------------------------------------------*/
    #sec_plan{
        margin:0;
        padding:60px 0 90px 0;
        text-align: left;
		transition:0.2s;
		background-size: auto;
    }
	
	#sec_plan .inner{
		margin: 0 auto;
		transition:0.2s;
		padding-top: 0px;
	}
	
	
    #sec_plan h1 {
        font-size: 38px;
    }

	.plan_container .column {
		width: calc(50% - 40px); /* 列の幅を均等に分配し、マージンを考慮して計算 */
		margin: 20px;
		box-sizing: border-box; /* ボックスモデルを維持するために必要なスタイル */
		text-align: center;
	}
	
	.plan_container .column h2{
		font-size: 28px;
		letter-spacing: 0.05em;
	}
	
	.plan_container .column .osusume{
		margin-left: 18px;
	}


	.plan_container .column-text-left{
		text-align: left;
	}
    .plan_container .column-text-left p{
		font-size: 16px !important;
	}
}


/* ------------------------------------------------------------------------------------ */
/* Concept										*/
/* ------------------------------------------------------------------------------------ */


.header-main-concept {
	width: 100%;
	height: 0;
	background-image: url('../images/common/header-main-concept.jpg');  /* 画像のパス */
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	position: relative;
	background-position: center center;
	transition:0.5s;
	display: block;
	position: relative;
}

@media screen and (min-width: 732px) {
	.header-main-concept {
		background-size: cover;
		/* padding-top: calc((942 / 1797) * 100%);  /* (画像高さ / 画像幅) x 100% */
		padding-top: calc((942 / 1797) * 100%);  /* (画像高さ / 画像幅) x 100% */
		height: auto;
		transition:0.5s;
	}
	
}



/* sec_sub_concept
------------------------------------------------------------*/

#sec_sub_concept{
    margin:0;
    padding:40px 0 40px 0;
    text-align: left;
	transition:0.2s;
	background: #055078;
}

#sec_sub_concept .inner{
    margin: 0 15px;
    max-width: 1240px;
	transition:0.2s;
	padding-top: 20px;
}


#sec_sub_concept h1 {
    width: 100%;
    margin: 0 0 0 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    color: #FFF;
    box-sizing: border-box;
    font-weight: 200;
    letter-spacing: 0.2em;
    
}

#sec_sub_concept p{
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
}

#sec_sub_concept p.sub_title{
	text-align: center;
	padding: 30px 0;
	font-size: 20px;
	font-weight: 300;
	font-family: "Noto Serif JP", serif;
	color: #FFF;
}





@media screen and (min-width: 732px) {

    /* sec_sub_concept
    ------------------------------------------------------------*/
    #sec_sub_concept{
        margin:0;
        padding:60px 0 90px 0;
        text-align: left;
		transition:0.2s;
    }
	
	#sec_sub_concept .inner{
		margin: 0 auto;
		transition:0.2s;
		padding-top: 0px;
	}
	
	
    #sec_sub_concept h1 {
        font-size: 38px;
    }

	#sec_sub_concept p.sub_title{
		font-size: 32px;
		padding: 40px 0;
	}
    
}





/* Resont Villa Awaji Ocen Front
---------------------------------------- */
.image_concept_villa {
    width: 100%;
    height: 0;
	background-color: #c4dbe2;
    background-image: url('../images/common/sp_concept_1.jpg');  /* 画像のパス */
    background-size: cover;
    background-repeat: no-repeat;
    height: 360px;
	position: relative;
	background-position: center center;
	transition:0.5s;
}

.image_concept_villa .title_box{
	position: absolute;
	top: 50%;
	right: 0%;
	left: 0%;
	transform: translateY(-50%);
	color: #FFF;
	width: 90%;
	background: #045079;
	background-color: rgba(4, 80, 121, 0.6);
	padding:25px 20px;
	box-sizing: border-box;
	margin: 0 auto;
}

.image_concept_villa .title_box p{
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.7;
	padding-bottom: 10px;
	margin: 0;
	width: 100%;
	font-weight: 300;
}
.image_concept_villa .title_box p.title{
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.4;
	padding-bottom: 10px;
	margin: 0;
	width: 100%;
	font-family: "Oswald", serif;
	font-weight: 300;
	margin-bottom: 20px;
}

@media screen and (min-width: 732px) {
	.image_concept_villa {
		background-image: url('../images/common/concept-villa.jpg');  /* 画像のパス */
		background-size: contain;
		padding-top: calc((594 / 1800) * 100%);  /* (画像高さ / 画像幅) x 100% */
		height: auto;
		transition:0.5s;
	}
	
	.image_concept_villa .title_box{
		position: absolute;
		top: 50%;
		right: 0%;
		left: auto;
		transform: translateY(-50%);
		color: #FFF;
		width: 55%;
		background: #045079;
		background-color: rgba(4, 80, 121, 0.6);
		padding:30px 80px 35px 40px;
		
	}
	.image_concept_villa .title_box p{
		font-size: 1.1vw;
		text-align: center;
		letter-spacing: 0.05em;
		line-height: 1.7;
		padding-bottom: 10px;
		margin: 0;
		width: 100%;
		font-weight: 300;
	}
	.image_concept_villa .title_box p.title{
		font-size: 2.6vw;
		text-align: center;
		letter-spacing: 0.1em;
		line-height: 1.4;
		padding-bottom: 10px;
		margin: 0;
		width: 100%;
		font-family: "Oswald", serif;
		font-weight: 300;
		margin-bottom: 20px;
	}
}




/* Iawn
---------------------------------------- */
.image_concept_iawn {
    width: 100%;
    height: 0;
	background-color: #97bc8c;
    background-image: url('../images/common/sp_concept_2.jpg');  /* 画像のパス */
    background-size: cover;
    background-repeat: no-repeat;
    height: 360px;
	position: relative;
	background-position: center center;
	transition:0.5s;
}

.image_concept_iawn .title_box{
	position: absolute;
	top: 50%;
	right: 0%;
	left: 0%;
	transform: translateY(-50%);
	color: #FFF;
	width: 90%;
	background: #045079;
	background-color: rgba(70, 108, 33, 0.6);
	padding:25px 20px;
	box-sizing: border-box;
	margin: 0 auto;
}

.image_concept_iawn .title_box p{
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.7;
	padding-bottom: 10px;
	margin: 0;
	width: 100%;
	font-weight: 300;
}
.image_concept_iawn .title_box p.title{
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.4;
	padding-bottom: 10px;
	margin: 0;
	width: 100%;
	font-family: "Oswald", serif;
	font-weight: 300;
	margin-bottom: 20px;
}

@media screen and (min-width: 732px) {
	.image_concept_iawn {
		background-image: url('../images/common/concept-iawn.jpg');  /* 画像のパス */
		background-size: contain;
		padding-top: calc((597 / 1800) * 100%);  /* (画像高さ / 画像幅) x 100% */
		height: auto;
		transition:0.5s;
	}
	
	.image_concept_iawn .title_box{
		position: absolute;
		top: 50%;
		left: 0%;
		right: auto;
		transform: translateY(-50%);
		color: #FFF;
		width: 55%;
		background: #045079;
		background-color: rgba(70, 108, 33, 0.6);
		padding:30px 40px 35px 80px;
	}
	.image_concept_iawn .title_box p{
		font-size: 1.1vw;
		text-align: center;
		letter-spacing: 0.05em;
		line-height: 1.7;
		padding-bottom: 10px;
		margin: 0;
		width: 100%;
		font-weight: 300;
	}
	.image_concept_iawn .title_box p.title{
		font-size: 2.6vw;
		text-align: center;
		letter-spacing: 0.1em;
		line-height: 1.4;
		padding-bottom: 10px;
		margin: 0;
		width: 100%;
		font-family: "Oswald", serif;
		font-weight: 300;
		margin-bottom: 20px;
	}
}





/* sauna
---------------------------------------- */
.image_concept_sauna {
    width: 100%;
    height: 0;
	background-color: #dde8e3;
    background-image: url('../images/common/sp_concept_3.jpg');  /* 画像のパス */
    background-size: cover;
    background-repeat: no-repeat;
    height: 360px;
	position: relative;
	background-position: center center;
	transition:0.5s;
}

.image_concept_sauna .title_box{
	position: absolute;
	top: 50%;
	right: 0%;
	left: 0%;
	transform: translateY(-50%);
	color: #FFF;
	width: 90%;
	background: #045079;
	background-color: rgba(128, 80, 40, 0.6);
	padding:25px 20px;
	box-sizing: border-box;
	margin: 0 auto;
}

.image_concept_sauna .title_box p{
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.7;
	padding-bottom: 10px;
	margin: 0;
	width: 100%;
	font-weight: 300;
}
.image_concept_sauna .title_box p.title{
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.4;
	padding-bottom: 10px;
	margin: 0;
	width: 100%;
	font-family: "Oswald", serif;
	font-weight: 300;
	margin-bottom: 20px;
}

@media screen and (min-width: 732px) {
	.image_concept_sauna {
		background-image: url('../images/common/concept-sauna.jpg');  /* 画像のパス */
		background-size: contain;
		padding-top: calc((597 / 1800) * 100%);  /* (画像高さ / 画像幅) x 100% */
		height: auto;
		transition:0.5s;
	}
	
	.image_concept_sauna .title_box{
		position: absolute;
		top: 50%;
		right: 0%;
		left: auto;
		transform: translateY(-50%);
		color: #FFF;
		width: 55%;
		background: #045079;
		background-color: rgba(128, 80, 40, 0.6);
		padding:30px 80px 35px 40px;
	}
	.image_concept_sauna .title_box p{
		font-size: 1.1vw;
		text-align: center;
		letter-spacing: 0.05em;
		line-height: 1.7;
		padding-bottom: 10px;
		margin: 0;
		width: 100%;
		font-weight: 300;
	}
	.image_concept_sauna .title_box p.title{
		font-size: 2.6vw;
		text-align: center;
		letter-spacing: 0.1em;
		line-height: 1.4;
		padding-bottom: 10px;
		margin: 0;
		width: 100%;
		font-family: "Oswald", serif;
		font-weight: 300;
		margin-bottom: 20px;
	}
}



/* BBQ
---------------------------------------- */
.image_concept_bbq {
    width: 100%;
    height: 0;
	background-color: #c4dbe2;
    background-image: url('../images/common/sp_concept_4.jpg');  /* 画像のパス */
    background-size: cover;
    background-repeat: no-repeat;
    height: 360px;
	position: relative;
	background-position: center center;
	transition:0.5s;
}

.image_concept_bbq .title_box{
	position: absolute;
	top: 50%;
	right: 0%;
	left: 0%;
	transform: translateY(-50%);
	color: #FFF;
	width: 90%;
	background: #045079;
	background-color: rgba(56, 33, 47, 0.6);
	padding:25px 20px;
	box-sizing: border-box;
	margin: 0 auto;
}

.image_concept_bbq .title_box p{
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.7;
	padding-bottom: 10px;
	margin: 0;
	width: 100%;
	font-weight: 300;
}
.image_concept_bbq .title_box p.title{
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.4;
	padding-bottom: 10px;
	margin: 0;
	width: 100%;
	font-family: "Oswald", serif;
	font-weight: 300;
	margin-bottom: 20px;
}

@media screen and (min-width: 732px) {
	.image_concept_bbq {
		background-image: url('../images/common/concept-bbq.jpg');  /* 画像のパス */
		background-size: contain;
		padding-top: calc((597 / 1800) * 100%);  /* (画像高さ / 画像幅) x 100% */
		height: auto;
		transition:0.5s;
	}
	
	.image_concept_bbq .title_box{
		position: absolute;
		top: 50%;
		left: 0%;
		right: auto;
		transform: translateY(-50%);
		color: #FFF;
		width: 55%;
		background: #045079;
		background-color: rgba(56, 33, 47, 0.6);
		padding:30px 40px 35px 80px;
	}
	.image_concept_bbq .title_box p{
		font-size: 1.1vw;
		text-align: center;
		letter-spacing: 0.05em;
		line-height: 1.7;
		padding-bottom: 10px;
		margin: 0;
		width: 100%;
		font-weight: 300;
	}
	.image_concept_bbq .title_box p.title{
		font-size: 2.6vw;
		text-align: center;
		letter-spacing: 0.1em;
		line-height: 1.4;
		padding-bottom: 10px;
		margin: 0;
		width: 100%;
		font-family: "Oswald", serif;
		font-weight: 300;
		margin-bottom: 20px;
	}
}




/* sightseeing
---------------------------------------- */
.image_concept_sightseeing {
    width: 100%;
    height: 0;
	background-color: #cfddeb;
    background-image: url('../images/common/sp_concept_5.jpg');  /* 画像のパス */
    background-size: cover;
    background-repeat: no-repeat;
    height: 360px;
	position: relative;
	background-position: center center;
	transition:0.5s;
}

.image_concept_sightseeing .title_box{
	position: absolute;
	top: 50%;
	right: 0%;
	left: 0%;
	transform: translateY(-50%);
	color: #FFF;
	width: 90%;
	background: #045079;
	background-color: rgba(187, 54, 205, 0.6);
	padding:25px 20px;
	box-sizing: border-box;
	margin: 0 auto;
}

.image_concept_sightseeing .title_box p{
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.7;
	padding-bottom: 10px;
	margin: 0;
	width: 100%;
	font-weight: 300;
}
.image_concept_sightseeing .title_box p.title{
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.4;
	padding-bottom: 10px;
	margin: 0;
	width: 100%;
	font-family: "Oswald", serif;
	font-weight: 300;
	margin-bottom: 20px;
}

@media screen and (min-width: 732px) {
	.image_concept_sightseeing {
		background-image: url('../images/common/concept-sightseeing.jpg');  /* 画像のパス */
		background-size: contain;
		padding-top: calc((597 / 1800) * 100%);  /* (画像高さ / 画像幅) x 100% */
		height: auto;
		transition:0.5s;
	}
	
	.image_concept_sightseeing .title_box{
		position: absolute;
		top: 50%;
		right: 0%;
		left: auto;
		transform: translateY(-50%);
		color: #FFF;
		width: 55%;
		background: #045079;
		background-color: rgba(172, 72, 152, 0.6);
		padding:30px 80px 35px 40px;
	}
	.image_concept_sightseeing .title_box p{
		font-size: 1.1vw;
		text-align: center;
		letter-spacing: 0.05em;
		line-height: 1.7;
		padding-bottom: 10px;
		margin: 0;
		width: 100%;
		font-weight: 300;
	}
	.image_concept_sightseeing .title_box p.title{
		font-size: 2.6vw;
		text-align: center;
		letter-spacing: 0.1em;
		line-height: 1.4;
		padding-bottom: 10px;
		margin: 0;
		width: 100%;
		font-family: "Oswald", serif;
		font-weight: 300;
		margin-bottom: 20px;
	}
}



/* private villa
---------------------------------------- */
.image_concept_private {
    width: 100%;
    height: 0;
	background-color: #cfddeb;
    background-image: url('../images/common/sp_concept_6.jpg');  /* 画像のパス */
    background-size: cover;
    background-repeat: no-repeat;
    height: 360px;
	position: relative;
	background-position: center center;
	transition:0.5s;
}

.image_concept_private .title_box{
	position: absolute;
	top: 50%;
	right: 0%;
	left: 0%;
	transform: translateY(-50%);
	color: #FFF;
	width: 90%;
	background: #045079;
	background-color: rgba(73, 86, 118, 0.6);
	padding:25px 20px;
	box-sizing: border-box;
	margin: 0 auto;
}

.image_concept_private .title_box p{
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.7;
	padding-bottom: 10px;
	margin: 0;
	width: 100%;
	font-weight: 300;
}
.image_concept_private .title_box p.title{
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.4;
	padding-bottom: 10px;
	margin: 0;
	width: 100%;
	font-family: "Oswald", serif;
	font-weight: 300;
	margin-bottom: 20px;
}

@media screen and (min-width: 732px) {
	.image_concept_private {
		background-image: url('../images/common/concept-private.jpg');  /* 画像のパス */
		background-size: contain;
		padding-top: calc((597 / 1800) * 100%);  /* (画像高さ / 画像幅) x 100% */
		height: auto;
		transition:0.5s;
	}
	
	.image_concept_private .title_box{
		position: absolute;
		top: 50%;
		left: 0%;
		right: auto;
		transform: translateY(-50%);
		color: #FFF;
		width: 55%;
		background: #045079;
		background-color: rgba(73, 86, 118, 0.6);
		padding:30px 40px 35px 80px;
	}
	.image_concept_private .title_box p{
		font-size: 1.1vw;
		text-align: center;
		letter-spacing: 0.05em;
		line-height: 1.7;
		padding-bottom: 10px;
		margin: 0;
		width: 100%;
		font-weight: 300;
	}
	.image_concept_private .title_box p.title{
		font-size: 2.6vw;
		text-align: center;
		letter-spacing: 0.1em;
		line-height: 1.4;
		padding-bottom: 10px;
		margin: 0;
		width: 100%;
		font-family: "Oswald", serif;
		font-weight: 300;
		margin-bottom: 20px;
	}
}



/* ------------------------------------------------------------------------------------ */
/* Room										*/
/* ------------------------------------------------------------------------------------ */

.header-main-room {
	width: 100%;
	height: 0;
	background-image: url('../images/common/header-main-room.jpg');  /* 画像のパス */
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	position: relative;
	background-position: center center;
	transition:0.5s;
	display: block;
	position: relative;
}

@media screen and (min-width: 732px) {
	.header-main-room {
		background-size: cover;
		padding-top: calc((946 / 1800) * 100%);  /* (画像高さ / 画像幅) x 100% */
		height: auto;
		transition:0.5s;
	}
	
}



/* sec_sub_room
------------------------------------------------------------*/

#sec_sub_room{
    margin:0;
    padding:40px 0 40px 0;
    text-align: left;
	transition:0.2s;
}

#sec_sub_room .inner{
    margin: 0 15px;
    max-width: 1240px;
	transition:0.2s;
	padding-top: 20px;
}


#sec_sub_room h1 {
    width: 100%;
    margin: 0 0 0 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    color: #1b1b1b;
    box-sizing: border-box;
    font-weight: 300;
    letter-spacing: 0.2em;
    
}

#sec_sub_room p{
	text-align: center;
	padding: 15px 0 20px 0;
	font-size: 14px;
}

#sec_sub_room p.sub_title{
	text-align: center;
	padding: 30px 0;
	font-size: 20px;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
}

#sec_sub_room .madori{
	text-align: center;
	margin: 0 auto;
	width: 100%;
	margin-top: 30px;
}

#sec_sub_room .madori img{
	width: 100%;
	max-width: 560px;
	
}



@media screen and (min-width: 732px) {

    /* sec_sub_room
    ------------------------------------------------------------*/
    #sec_sub_room{
        margin:0;
        padding:60px 0 90px 0;
        text-align: left;
		transition:0.2s;
    }
	
	#sec_sub_room .inner{
		margin: 0 auto;
		transition:0.2s;
		padding-top: 0px;
	}
	
	
    #sec_sub_room h1 {
        font-size: 38px;
    }

	#sec_sub_room p{
		font-size: 18px;
	}
	#sec_sub_room p.sub_title{
		font-size: 28px;
		padding: 40px 0;
	}
}



/* sec_room_detail
------------------------------------------------------------*/

#sec_room_detail{
    margin:0;
    padding:50px 0 0 0;
    text-align: left;
	transition:0.2s;
	background: #efffff;
}

#sec_room_detail .inner{
    margin: 0 20px;
    max-width: 1240px;
	transition:0.2s;
	padding-top: 20px;
}


#sec_room_detail h1 {
    width: 100%;
    margin: 0 0 0 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    color: #1b1b1b;
    box-sizing: border-box;
    font-weight: 300;
    letter-spacing: 0.2em;
    
}


#sec_room_detail p{
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
}

#sec_room_detail .room_detail_box{
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 70px;
	border-bottom: 2px solid #999;
	margin-bottom: 70px;
	display: flex;
    flex-wrap: wrap;
}

#sec_room_detail .room_detail_box_none{
	border-bottom: none;
	margin-bottom: 0;
}


#sec_room_detail .room_detail_box .detail-list {
    width: 100%;
	box-sizing: border-box;
    list-style: none;
}

#sec_room_detail .room_detail_box .detail-list100 {
    width: 100% !important;;
}

#sec_room_detail .room_detail_box .detail-list li {
    padding: 5px 5px 5px 5px;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	position: relative;
	list-style-type: none!important;
}

#sec_room_detail .room_detail_box .detail-list li:before {
	display:inline-block; 
	vertical-align:baseline;
	content:'';
	width:13px;
	height: 13px;
	background: #555;
	border-radius: 0%;
	margin-right: 15px;
}

/* 2col
------------------------- */


#sec_room_detail .room_detail_box_outer{
    display: flex;
    flex-wrap: wrap;
    padding: 40px 10px 50px 10px;
    
	border-bottom: 2px solid #999;
	margin-bottom: 50px;
    
    align-items: flex-start;
    justify-content: space-between;
    
}

#sec_room_detail .room_detail_box_outer_reverse{
    flex-direction: column-reverse;
}

#sec_room_detail .room_detail_box_outer_none{
    border-bottom: none;
    margin-bottom: 0px;
}



#sec_room_detail .room_detail_box_outer .room_detail_box_img{
    width: 100%;
    margin-top: 20px;
}
#sec_room_detail .room_detail_box_outer .room_detail_box_img img{
    width: 100%;
    border-radius: 2px;
}

#sec_room_detail .room_detail_box_2col{
    width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 0px;
	
	display: flex;
    flex-wrap: wrap;
}


#sec_room_detail .room_detail_box_2col .detail-list {
    width: 100%;
	box-sizing: border-box;
    list-style: none;
}

#sec_room_detail .room_detail_box_2col .detail-list100 {
    width: 100% !important;;
}

#sec_room_detail .room_detail_box_2col .detail-list li {
    padding: 5px 5px 5px 5px;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	position: relative;
	list-style-type: none!important;
}

#sec_room_detail .room_detail_box_2col .detail-list li:before {
	display:inline-block; 
	vertical-align:baseline;
	content:'';
	width:13px;
	height: 13px;
	background: #555;
	border-radius: 0%;
	margin-right: 15px;
}



#sec_room_detail .room_detail_box_1col{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
}


#sec_room_detail .room_detail_box_1col .detail-list {
    width: 100%;
	box-sizing: border-box;
    list-style: none;
}

#sec_room_detail .room_detail_box_1col .detail-list100 {
    width: 100% !important;
}

#sec_room_detail .room_detail_box_1col .detail-list li {
    padding: 5px 5px 5px 5px;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	position: relative;
	list-style-type: none!important;
}

#sec_room_detail .room_detail_box_1col .detail-list li:before {
	display:inline-block; 
	vertical-align:baseline;
	content:'';
	width:13px;
	height: 13px;
	background: #555;
	border-radius: 0%;
	margin-right: 15px;
}



@media screen and (min-width: 732px) {

    /* sec_room_detail
    ------------------------------------------------------------*/
    #sec_room_detail{
        margin:0;
        padding:60px 0 0 0;
        text-align: left;
		transition:0.2s;
		background-size: auto;
    }
	
	#sec_room_detail .inner{
		margin: 0 auto;
		transition:0.2s;
		padding-top: 0px;
	}
	
	
    #sec_room_detail h1 {
        font-size: 38px;
    }
	
	
	#sec_room_detail .room_detail_box{
		padding-top: 50px;
	}
	#sec_room_detail .room_detail_box .detail-list {
		width: 50%;
		padding: 0 0 0 10%;
		box-sizing: border-box;
		list-style: none;
	}
	
	#sec_room_detail .room_detail_box .detail-list li {
		padding: 15px 0 15px 0px;
		width: 100%;
		box-sizing: border-box;
		font-size: 16px;
		list-style-type: none!important;
	}
    

    #sec_room_detail .room_detail_box_outer{
        flex-direction:row;
        padding: 50px 10px 80px 10px;
        margin: 0 10px 70px 10px;
    }
    
    #sec_room_detail .room_detail_box_outer .room_detail_box_img{
        width: 40%;
    }
    
    #sec_room_detail .room_detail_box_2col{
		padding-top: 0px;
        width: 60%;
	}
	#sec_room_detail .room_detail_box_2col .detail-list {
		width: 50%;
		padding: 0 0 0 8%;
		box-sizing: border-box;
		list-style: none;
	}
	
	#sec_room_detail .room_detail_box_2col .detail-list li {
		padding: 13px 0 13px 0px;
		width: 100%;
		box-sizing: border-box;
		font-size: 16px;
		list-style-type: none!important;
	}
	
    
    #sec_room_detail .room_detail_box_1col{
		padding-top: 0px;
	}
	#sec_room_detail .room_detail_box_1col .detail-list {
		width: 100%;
		padding: 0 0 0 0%;
		box-sizing: border-box;
		list-style: none;
	}
	
	#sec_room_detail .room_detail_box_1col .detail-list li {
		padding: 13px 0 13px 0px;
		width: 100%;
		box-sizing: border-box;
		font-size: 16px;
		list-style-type: none!important;
	}
    
    
    
}




/* ------------------------------------------------------------------------------------ */
/* Q&A										*/
/* ------------------------------------------------------------------------------------ */

.header-main-qa {
	width: 100%;
	height: 0;
	background-image: url('../images/common/header-main-qa.jpg');  /* 画像のパス */
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	position: relative;
	background-position: center center;
	transition:0.5s;
	display: block;
	position: relative;
}

@media screen and (min-width: 732px) {
	.header-main-qa {
		background-size: cover;
		padding-top: calc((946 / 1800) * 100%);  /* (画像高さ / 画像幅) x 100% */
		height: auto;
		transition:0.5s;
	}
	
}



/* sec_sub_qa
------------------------------------------------------------*/

#sec_sub_qa{
    margin:0;
    padding:40px 0 40px 0;
    text-align: left;
	transition:0.2s;
}

#sec_sub_qa .inner{
    margin: 0 15px;
    max-width: 1240px;
	transition:0.2s;
	padding-top: 20px;
}


#sec_sub_qa h1 {
    width: 100%;
    margin: 0 0 0 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    color: #1b1b1b;
    box-sizing: border-box;
    font-weight: 300;
    letter-spacing: 0.2em;
    
}

#sec_sub_qa h2 {
    width: 100%;
    margin: 0 0 0 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    color: #1b1b1b;
    box-sizing: border-box;
    font-weight: 400;
    letter-spacing: 0.05em;
	
    
}


#sec_sub_qa .qa_box{
	text-align: center;
	margin: 0 auto;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 0 0;
	box-sizing: border-box;
}

.qa-list dt {
    margin-bottom: 8px;
    color: #333333;
    font-weight: 600;
	background-color: #78c5db;
	text-align: left;
	padding: 6px 0 8px 15px;
	color: #FFF;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
}

.qa-list dt::before,
.qa-list dd::before {
    margin-right: .4em;
}

.qa-list dt::before {
    content: "Q .";
	font-family: "Oswald", serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 1;
}

.qa-list dd {
    margin: 0 0 30px;
    padding: 10px 0 10px 15px;
    color: #333333;
	text-align: left;
	font-size: 14px;
	line-height: 1.4;
	display: flex;
}

.qa-list dd p{
	width: calc( 100% - 20px );
	margin-top: 5px;
	line-height: 1.6;
}

.qa-list dd::before {
    content: "A .";
	font-family: "Oswald", serif;
	font-size: 22px;
	font-weight: 300;
	width: 20px;
	padding-left: 2px;
	color: #78c5db;
	
}


@media screen and (min-width: 732px) {

    /* sec_sub_qa
    ------------------------------------------------------------*/
    #sec_sub_qa{
        margin:0;
        padding:60px 0 90px 0;
        text-align: left;
		transition:0.2s;
    }
	
	#sec_sub_qa .inner{
		margin: 0 auto;
		transition:0.2s;
		padding-top: 0px;
	}
	
	
    #sec_sub_qa h1 {
        font-size: 38px;
    }
	#sec_sub_qa h2 {
        font-size: 30px;
    }
	#sec_sub_qa .qa_box{
		padding: 0 15px;
	}
	
	.qa-list dt {
		padding: 6px 0 8px 80px;
		font-size: 20px;
	}
	
	.qa-list dt::before {
		font-size: 34px;
	}
	
	.qa-list dd {
		margin: 0 0 45px;
		padding: 10px 0 10px 80px;
		font-size: 16px;
		line-height: 1.4;
	}
	
	.qa-list dd::before {
		font-size: 34px;
		width: 40px;
	}
	.qa-list dd p{
		width: calc( 100% - 40px );
		margin-top: 15px;
		line-height: 1.6;
	}

}




/* ------------------------------------------------------------------------------------ */
/* 愛犬宿泊規約									*/
/* ------------------------------------------------------------------------------------ */

.header-main-terms {
	width: 100%;
	height: 0;
	background-image: url('../images/common/header-main-terms.jpg');  /* 画像のパス */
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	position: relative;
	background-position: center center;
	transition:0.5s;
	display: block;
	position: relative;
}

@media screen and (min-width: 732px) {
	.header-main-terms {
		background-size: cover;
		padding-top: calc((946 / 1800) * 100%);  /* (画像高さ / 画像幅) x 100% */
		height: auto;
		transition:0.5s;
	}
	
}




/* sec_sub_terms
------------------------------------------------------------*/

#sec_sub_terms{
    margin:0;
    padding:40px 0 40px 0;
    text-align: left;
	transition:0.2s;
}

#sec_sub_terms .inner{
    margin: 0 15px;
    max-width: 1240px;
	transition:0.2s;
	padding-top: 20px;
}



#sec_sub_terms h1 {
    width: 100%;
    margin: 0 0 0 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    color: #1b1b1b;
    box-sizing: border-box;
    font-weight: 400;
    letter-spacing: 0.05em;
	font-family: 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
    
}

#sec_sub_terms .terms_detail_box{
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom:0px;
	margin-bottom: 0px;
	display: flex;
    flex-wrap: wrap;
}


#sec_sub_terms .terms_detail_box .detail-list {
    width: 100%;
	box-sizing: border-box;
    list-style: none;
}


#sec_sub_terms .terms_detail_box .detail-list li {
    padding: 7px 5px 7px 0px;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	position: relative;
	list-style-type: none!important;
	text-indent: -1.4em;
	padding-left: 1.4em;
	line-height: 1.6;
}

#sec_sub_terms .terms_detail_box .detail-list li:before {
	display:inline-block; 
	vertical-align:baseline;
	content:'';
	width:13px;
	height: 13px;
	background: #333;
	border-radius: 0%;
	margin-right: 7px;
}


@media screen and (min-width: 732px) {

    /* sec_sub_terms
    ------------------------------------------------------------*/
    #sec_sub_terms{
        margin:0;
        padding:80px 0 90px 0;
        text-align: left;
		transition:0.2s;
    }
	
	#sec_sub_terms .inner{
		margin: 0 auto;
		transition:0.2s;
		padding-top: 0px;
	}
	

	#sec_sub_terms h1 {
        font-size: 32px;
    }
	
	#sec_sub_terms .terms_detail_box{
		padding-top: 60px;
	}
	
	#sec_sub_terms .terms_detail_box .detail-list li {
		padding: 7px 0 7px 30px;
		width: 100%;
		box-sizing: border-box;
		font-size: 16px;
		list-style-type: none!important;
	}
	
	
}



/* ------------------------------------------------------------------------------------ */
/* Reservation										*/
/* ------------------------------------------------------------------------------------ */

.header-main-reservation {
	width: 100%;
	height: 0;
	background-image: url('../images/common/header-main-reservation.jpg');  /* 画像のパス */
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	position: relative;
	background-position: center center;
	transition:0.5s;
	display: block;
	position: relative;
}

@media screen and (min-width: 732px) {
	.header-main-reservation {
		background-size: cover;
		padding-top: calc((946 / 1800) * 100%);  /* (画像高さ / 画像幅) x 100% */
		height: auto;
		transition:0.5s;
	}
	
}



/* sec_sub_reservation
------------------------------------------------------------*/

#sec_sub_reservation{
    margin:0;
    padding:50px 0 50px 0;
    text-align: left;
	transition:0.2s;
	background: #FFF;
	
}

#sec_sub_reservation .inner{
    margin: 0 15px;
    max-width: 1240px;
	transition:0.2s;
	padding-top: 20px;
}


#sec_sub_reservation h1 {
    width: 100%;
    margin: 0 0 0 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    color: #1b1b1b;
    box-sizing: border-box;
    font-weight: 300;
    letter-spacing: 0.2em;
    
}


#sec_sub_reservation p{
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
}


#sec_sub_reservation .reservation_box{
	text-align: center;
	margin: 0 auto;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 0px;
	padding: 0 0;
	box-sizing: border-box;
	max-width: 700px;
}

#sec_sub_reservation .reservation_box p{
	text-align: left;
	font-size: 14px;
}


.flex__wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 0 0;
	box-sizing: border-box;
}

/*追加1*/
.flex__wrap::after {
  content: "";
  width: 31%;
}

/*追加2*/
.flex__wrap::before {
  order: 1;
  content: "";
  width: 31%;
}

.flex__item {
  display: block;
  width: 31%;
  margin-bottom: 15px;
}

.flex__item img{
	width: 100%;
	vertical-align: bottom;
}


/**追加3**/
.flex__item-empty {
  display: block;
  width: 18%;
}


@media screen and (min-width: 732px) {

    /* sec_sub_reservation
    ------------------------------------------------------------*/
    #sec_sub_reservation{
        margin:0;
        padding:60px 0 90px 0;
        text-align: left;
		transition:0.2s;
		background-size: auto;
    }
	
	#sec_sub_reservation .inner{
		margin: 0 auto;
		transition:0.2s;
		padding-top: 0px;
	}
	
	
    #sec_sub_reservation h1 {
        font-size: 38px;
    }

	#sec_sub_reservation .reservation_box p{
		text-align: left;
		font-size: 16px;
	}
	
	.flex__wrap {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 20px 50px 0 50px;
		box-sizing: border-box;
	}

	/*追加1*/
	.flex__wrap::after {
	  content: "";
	  width: 18%;
	}

	/*追加2*/
	.flex__wrap::before {
	  order: 1;
	  content: "";
	  width: 18%;
	}

	.flex__item {
	  display: block;
	  width: 18%;
	  margin-bottom: 20px;
	}

	.flex__item img{
		width: 100%;
	}


	/**追加3**/
	.flex__item-empty {
	  display: block;
	  width: 18%;
	}

	
	
}



/* sec_sub_reservation_note
------------------------------------------------------------*/

#sec_sub_reservation_note{
    margin:0;
    padding:50px 0 30px 0;
    text-align: left;
	transition:0.2s;
	background: #EEEEEE;
	
}

#sec_sub_reservation_note .inner{
    margin: 0 10px;
    max-width: 1240px;
	transition:0.2s;
	padding-top: 20px;
}


#sec_sub_reservation_note .note_box{
	text-align: center;
	margin: 0 auto;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0 0;
	box-sizing: border-box;
	max-width: 900px;
	
}

.tbl_reservation_note{
    border-spacing: 0;
	width: 100%;
	
}


.tbl_reservation_note th,
.tbl_reservation_note td {
	display: block;
	width: 100%;
}




.tbl_reservation_note th,
.tbl_reservation_note td{
    border-bottom:none;
    padding: 10px;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	padding: 14px 15px;
	vertical-align: top;
	box-sizing: border-box;
}

.tbl_reservation_note th{
	background: #666;
	color: #FFF;
	padding: 10px 15px;
}


@media screen and (min-width: 732px) {

    /* sec_sub_reservation_note
    ------------------------------------------------------------*/
    #sec_sub_reservation_note{
        margin:0;
        padding:50px 0 90px 0;
        text-align: left;
		transition:0.2s;
		background-size: auto;
    }
	
	#sec_sub_reservation_note .inner{
		margin: 0 auto;
		transition:0.2s;
		padding-top: 0px;
	}
	
	
	.tbl_reservation_note th,
	.tbl_reservation_note td {
		display:table-cell;
		width: auto;
		border-bottom: 2px solid #666;
		font-size: 16px;
		padding: 20px 10px;
	}
	.tbl_reservation_note th{
		background: none;
		color: #333;
		padding: 20px 10px;
	}
	
}




/* sec_sub_reservation_form
------------------------------------------------------------*/

#sec_sub_reservation_form{
    margin:0;
    padding:20px 0 50px 0;
    text-align: left;
	transition:0.2s;
	background: #FFF;
	
}

#sec_sub_reservation_form .inner{
    margin: 0 15px;
    max-width: 1240px;
	transition:0.2s;
	padding-top: 20px;
}


#sec_sub_reservation_form .form_box{
	text-align: center;
	margin: 0 auto;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0 0;
	box-sizing: border-box;
	max-width: 700px;
	
}
#sec_sub_reservation_form .form_box p{
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
}


.Form {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	margin-bottom: 50px;
}

.Form-Item {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  align-items: center;
}

.Form-Item-Label {
	width: 100%;
	letter-spacing: 0.05em;
	font-weight: normal;
	font-size: 14px !important;
	text-align: left !important;
	padding: 5px 0 !important;
}

.data_text{
    text-align: left !important;
}

.Form-Item-Input {
	border: 2px solid #b7b7b7;
	border-radius: 0px;
	padding-left: 10px;
	padding-right: 10px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	background: #FFF;
	font-size: 14px;
	box-sizing: border-box;
}

.Form-Item-Textarea {
  border: 2px solid #b7b7b7;
  padding: 1em;
  height: 150px;
  width: 100%;
  background: #FFF;
  font-size: 14px;
	box-sizing: border-box;
}

.Form-Item-Label-Required{
	margin-left: 10px;
	font-size: 90%;
}


@media screen and (min-width: 732px) {

    /* sec_sub_reservation_form
    ------------------------------------------------------------*/
    #sec_sub_reservation_form{
        margin:0;
        padding:50px 0 90px 0;
        text-align: left;
		transition:0.2s;
		background-size: auto;
    }
	
	#sec_sub_reservation_form .inner{
		margin: 0 auto;
		transition:0.2s;
		padding-top: 0px;
	}
	
	#sec_sub_reservation_form .form_box{
		margin-top: 30px;

	}
	.Form-Item {
	  padding-top: 10px;
	  padding-bottom: 20px;
	}
	.Form-Item-Label {
		font-size: 16px !important;
	}


	.Form-Item-Input {
		font-size: 16px !important;
	}
	.Form-Item-Textarea {
		font-size: 16px !important;
	}
}


/* ------------------------------------------------------------------------------------ */
/* Contact										*/
/* ------------------------------------------------------------------------------------ */

.header-main-contact {
	width: 100%;
	height: 0;
	background-image: url('../images/common/header-main-contact.jpg');  /* 画像のパス */
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	position: relative;
	background-position: center center;
	transition:0.5s;
	display: block;
	position: relative;
}

@media screen and (min-width: 732px) {
	.header-main-contact {
		background-size: cover;
		padding-top: calc((942 / 1800) * 100%);  /* (画像高さ / 画像幅) x 100% */
		height: auto;
		transition:0.5s;
	}
	
}


/* sec_sub_contact
------------------------------------------------------------*/

#sec_sub_contact{
    margin:0;
    padding:50px 0 50px 0;
    text-align: left;
	transition:0.2s;
	background: #FFF;
	
}

#sec_sub_contact .inner{
    margin: 0 15px;
    max-width: 1240px;
	transition:0.2s;
	padding-top: 20px;
}


#sec_sub_contact h1 {
    width: 100%;
    margin: 0 0 0 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    color: #1b1b1b;
    box-sizing: border-box;
    font-weight: 300;
    letter-spacing: 0.2em;
    
}


#sec_sub_contact p{
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
}


#sec_sub_contact .contact_box{
	text-align: center;
	margin: 0 auto;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 0px;
	padding: 0 0;
	box-sizing: border-box;
	max-width: 900px;
}

#sec_sub_contact .contact_box p{
	text-align: center;
	font-size: 14px;
}


.contact_box_btn{
    width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 0 0;
	box-sizing: border-box;
	margin-top: 40px;
}
.contact_box_btn .cbb_sub{
	display: block;
    width: 100%;
    padding: 10px 0;
	box-sizing: border-box;
}


.btn3,
a.btn3,
button.btn3 {
	font-size: 14px;
	font-weight:normal;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 1rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #333333;
	border-radius: 100vh;
	box-sizing: border-box;
}

.btn3--contact,
a.btn3--contact {
	color: #fff;
	background-color: #7D7D7D;
	max-width: 340px;
	width: 100%;
}
.btn3--contact:hover,
a.btn3--contact:hover {
  color: #fff;
  background: #8d8d8d;
}




@media screen and (min-width: 732px) {

    /* sec_sub_contact
    ------------------------------------------------------------*/
    #sec_sub_contact{
        margin:0;
        padding:60px 0 90px 0;
        text-align: left;
		transition:0.2s;
		background-size: auto;
    }
	
	#sec_sub_contact .inner{
		margin: 0 auto;
		transition:0.2s;
		padding-top: 0px;
	}
	
	
    #sec_sub_contact h1 {
        font-size: 38px;
    }

	#sec_sub_contact .contact_box p{
		text-align:center;
		font-size: 16px;
	}
	
	.contact_box_btn .cbb_sub{
		width: 50%;
		
	}
	
	.btn3,
	a.btn3,
	button.btn3 {
		font-size: 16px;
	}
	
}




/* sec_sub_contact_form
------------------------------------------------------------*/

#sec_sub_contact_form{
    margin:0;
    padding:20px 0 50px 0;
    text-align: left;
	transition:0.2s;
	background: #EFFFFF;
	
}

#sec_sub_contact_form .inner{
    margin: 0 15px;
    max-width: 1240px;
	transition:0.2s;
	padding-top: 20px;
}


#sec_sub_contact_form .form_box{
	text-align: center;
	margin: 0 auto;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0 0;
	box-sizing: border-box;
	max-width: 700px;
	
}
#sec_sub_contact_form .form_box p{
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
}

#sec_sub_contact_form .form_box p.message{
	text-align: left;
	padding: 10px 0;
	font-size: 18px;
}


@media screen and (min-width: 732px) {

    /* sec_sub_contact_form
    ------------------------------------------------------------*/
    #sec_sub_contact_form{
        margin:0;
        padding:30px 0 90px 0;
        text-align: left;
		transition:0.2s;
		background-size: auto;
    }
	
	#sec_sub_contact_form .inner{
		margin: 0 auto;
		transition:0.2s;
		padding-top: 0px;
	}
	
	#sec_sub_contact_form .form_box{
		margin-top: 30px;

	}
}




/* ------------------------------------------------------------------------------------ */
/* 会社概要									*/
/* ------------------------------------------------------------------------------------ */

.header-main-company {
	width: 100%;
	height: 0;
	background-image: url('../images/common/header-main-company.jpg');  /* 画像のパス */
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	position: relative;
	background-position: center center;
	transition:0.5s;
	display: block;
	position: relative;
}

@media screen and (min-width: 732px) {
	.header-main-company {
		background-size: cover;
		padding-top: calc((946 / 1800) * 100%);  /* (画像高さ / 画像幅) x 100% */
		height: auto;
		transition:0.5s;
	}
	
}



/* sec_sub_company
------------------------------------------------------------*/

#sec_sub_company{
    margin:0;
    padding:40px 0 40px 0;
    text-align: left;
	transition:0.2s;
}

#sec_sub_company .inner{
    margin: 0 15px;
    max-width: 1000px;
	transition:0.2s;
	padding-top: 20px;
}



#sec_sub_company h1 {
    width: 100%;
    margin: 0 0 0 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    color: #1b1b1b;
    box-sizing: border-box;
    font-weight: 400;
    letter-spacing: 0.05em;
	font-family: 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
    
}

#sec_sub_company .company_detail_box{
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom:0px;
	margin-bottom: 0px;
	display: flex;
    flex-wrap: wrap;
}


.tbl_company_detail{
    border-spacing: 0;
	width: 100%;
	border-collapse: collapse;
}


.tbl_company_detail th,
.tbl_company_detail td {
	display: block;
	width: 100%;
}




.tbl_company_detail th,
.tbl_company_detail td{
    border-bottom:none;
    padding: 10px;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	padding: 14px 15px;
	vertical-align: middle;
	box-sizing: border-box;
}

.tbl_company_detail th{
	background: #666;
	color: #FFF;
	padding: 10px 15px;
}


@media screen and (min-width: 732px) {

    /* sec_sub_company
    ------------------------------------------------------------*/
    #sec_sub_company{
        margin:0;
        padding:80px 0 100px 0;
        text-align: left;
		transition:0.2s;
    }
	
	#sec_sub_company .inner{
		margin: 0 auto;
		transition:0.2s;
		padding-top: 0px;
	}
	

	#sec_sub_company h1 {
        font-size: 32px;
    }
	
	#sec_sub_company .company_detail_box{
		padding-top: 60px;
	}
	
	.tbl_company_detail th,
	.tbl_company_detail td {
		display:table-cell;
		width: auto;
		border-bottom: 1px solid #CCC;
		font-size: 16px;
		padding: 20px 20px;
	}
	.tbl_company_detail th{
		background: none;
		color: #333;
		padding: 20px 10px;
		text-align: center;
		width: 30%;
		font-weight: 600;
	}
	.tbl_company_detail td {
		padding: 20px 80px;
	}
	
}


/* ------------------------------------------------------------------------------------ */
/* 	特定商取引法								*/
/* ------------------------------------------------------------------------------------ */

.header-main-law {
	width: 100%;
	height: 0;
	background-image: url('../images/common/header-main-law.jpg');  /* 画像のパス */
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	position: relative;
	background-position: center center;
	transition:0.5s;
	display: block;
	position: relative;
}

@media screen and (min-width: 732px) {
	.header-main-law {
		background-size: cover;
		padding-top: calc((946 / 1800) * 100%);  /* (画像高さ / 画像幅) x 100% */
		height: auto;
		transition:0.5s;
	}
	
}



/* sec_sub_law
------------------------------------------------------------*/

#sec_sub_law{
    margin:0;
    padding:40px 0 40px 0;
    text-align: left;
	transition:0.2s;
}

#sec_sub_law .inner{
    margin: 0 15px;
    max-width: 1000px;
	transition:0.2s;
	padding-top: 20px;
}



#sec_sub_law h1 {
    width: 100%;
    margin: 0 0 0 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    color: #1b1b1b;
    box-sizing: border-box;
    font-weight: 400;
    letter-spacing: 0.05em;
	font-family: 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
    
}

#sec_sub_law .law_detail_box{
	
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom:0px;
	margin-bottom: 0px;
	display: flex;
    flex-wrap: wrap;
}


.tbl_law_detail{
    border-spacing: 0;
	width: 100%;
	border-collapse: collapse;
}


.tbl_law_detail th,
.tbl_law_detail td {
	display: block;
	width: 100%;
}




.tbl_law_detail th,
.tbl_law_detail td{
    border-bottom:none;
    padding: 10px;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	padding: 14px 15px;
	vertical-align: middle;
	box-sizing: border-box;
}

.tbl_law_detail th{
	background: #666;
	color: #FFF;
	padding: 10px 15px;
}


@media screen and (min-width: 732px) {

    /* sec_sub_law
    ------------------------------------------------------------*/
    #sec_sub_law{
        margin:0;
        padding:80px 0 100px 0;
        text-align: left;
		transition:0.2s;
    }
	
	#sec_sub_law .inner{
		margin: 0 auto;
		transition:0.2s;
		padding-top: 0px;
	}
	

	#sec_sub_law h1 {
        font-size: 32px;
    }
	
	#sec_sub_law .law_detail_box{
		padding-top: 60px;
	}

	
	.tbl_law_detail th,
	.tbl_law_detail td {
		display:table-cell;
		width: auto;
		border-bottom: 1px solid #CCC;
		font-size: 16px;
		padding: 20px 20px;
		
	}
	.tbl_law_detail th{
		background: none;
		color: #333;
		padding: 20px 10px;
		text-align: center;
		width: 30%;
		font-weight: 600;
	}
	.tbl_law_detail td {
		padding: 20px 80px;
	}
	/*
	.tbl_law_detail tr:nth-child(even){
		background-color: #f4f4f4;
	}
	*/
	
}

