@charset "utf-8";

/* ---------------------------------------------------
   File: index.css
   Version: 1.0.0
   Update: 2025-08-05
   Author: https://flowlab.co.jp

   (c)2007-2025 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */




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

   WIDE DESKTOP LAYOUT

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


/* ===================================================
   Main
=================================================== */
#mainBox {
	padding-top: 100px;
}
#mainBox_sp {
	display: none!important;
}
#mainBox .bx-wrapper {
	box-shadow: none;
	border: none;
	margin-bottom: 0;
}

/* -------------------------------
		Btn - Instagram
------------------------------- */
.btn_instagram {
	clear: both;
	display: block;
	float: right;
}
.btn_instagram a {
	padding: 10px 20px;
	display: block;
}


/* ===================================================
   Catchcopy
=================================================== */
#catchCopy {
	font-size: 2em;
	line-height: 2em;
	letter-spacing: 0.2em;
	text-align: center;
	padding-top: 110px;
}


/* ===================================================
   News
=================================================== */
#news {
	letter-spacing: 0.1em;
	padding: 100px 0;
}

/* -------------------------------
		Title
------------------------------- */
#news h2 {
	width: 220px;
	font-size: 1.7em;
	font-family: "Sawarabi Mincho";
	display: block;
	float: left;
}

/* -------------------------------
		News List
------------------------------- */
#news dl {
	width: 760px;
	display: block;
	float: right;
}
#news dt {
	width: 150px;
	float: left;
}
#news dd {
	padding: 0 0 1em 150px;
  line-height: 1.9em;
  letter-spacing: 0.05em;
}
#news dd .txt_xs {
  display: block;
  line-height: 1.7em;
  margin-bottom: 0;
  padding-bottom: 0;
}
#news dd h3 {
  margin-bottom: 1em;
}
#news dd h4 {
  margin-bottom: 0.8em;
}
#news dd p {
	padding-bottom: 0.7em;
}
#news dd small {
	font-size: 0.9em;
  line-height: 1.5;
  padding-bottom: 20px;
  display: inline-block;
}
#news dd ul {
  padding-bottom: 1em;
  line-height: 1.5em;
}
#news dd ul .txt_xs {
  display: inline-block;
}
#news dd ul li ul li {
  padding-left: 1.5em;
}
#news dd ul li span {
  display: block;
  padding: 0 0 0.5em 1em;

}
#news .newsTel {
  display: inline;
  padding: 0;
}

/* ===================================================
   About
=================================================== */

article#about {
	color: #fff;
	letter-spacing: 0.15em;
	line-height:  1.8em;
}

/* -------------------------------
		Contents Title
------------------------------- */
article#about .contentsTitleArea {
	background: url(../img_index/bg_about.jpg) center top no-repeat;
	background-size: cover;
}

/* -------------------------------
		Detail Text
------------------------------- */
.bgBlackBrown p {
	padding-bottom: 1em;
}

/* -------------------------------
		Price
------------------------------- */
#price {
	padding-bottom: 100px;
}

/* Title */
#price h2,
#price h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝", "HG明朝", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
	text-align: center;
}
#price h2 {
	font-size: 1.6em;
	font-weight: normal;
	padding-bottom: 50px;
}
#price h3 {
	font-size: 1.3em;
	padding-bottom: 10px;
}

/* Layout */
.box_l {
	width: 450px;
	float: left;
}
.box_r {
	width: 450px;
	float: right;
}
#price .box_r .pddTop50 {
	padding-top: 0;
}
#price article {
  padding-bottom: 50px;
}

/* Price revision */
#price #price-revision {
  padding-bottom: 80px;
}
#price #price-revision .row_s p {
  padding-bottom: 1em;
}





/* Price List */
#price dl {
	
}
#price dt,
#price dd {
	padding: 5px 10px;
}
#price dt {
	clear: both;
	width: 300px;
	float: left;
}
#price dd {
	border-bottom: 1px solid #A09086;
	padding-left: 300px;
	text-align: right;
}
	#price dd.bdrNone {
		border-bottom: none;
		padding-bottom: 0;
	}
#price .box_r dt {
	width: 150px;
}
#price .box_r dd {
	padding-left: 150px;
	text-align: left;
}
#price dd.attention {
	width: 430px;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #A09086;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
  display: flex;
}
#price dd span {
  font-size: 0.9em;
  letter-spacing: 0.01em;
}
.box_r small {
	display: block;
	padding: 40px 0 0;
	text-align: right;
}


/* ===================================================
   Reserve
=================================================== */

#reserve {
	/*background: url(../img_common/bg_brown.gif) center top repeat-x;
	padding-top: 104px;*/
}
#reserve .row_s {
	padding: 100px 0;
}

/* -------------------------------
		Contents Title
------------------------------- */
article#reserve .contentsTitleArea {
	background: url(../img_index/bg_reserve.jpg) center top no-repeat;
	background-size: cover;
}

/* -------------------------------
		Text Style
------------------------------- */
#reserve .row_s {
	letter-spacing: 0.1em;
	line-height:  1.8em;
}
#reserve .row_s small {
	display: block;
	font-size: 0.8em;
	line-height: 1.6em;
	padding: 20px 0 50px;
}

/* -------------------------------
		Tel Free Dial
------------------------------- */
.telFreeDial {
	text-align: center;
}




/* ===================================================
   Google Map
=================================================== */





/* -------------------------------
		Access
------------------------------- */
#access .bgBrown {
	padding: 80px 0 120px;
}
#access dl {
	color: #fff;
	letter-spacing: 0.1em;
}
#access dt,
#access dd {
	padding: 15px 10px;
}
#access dt {
	clear: both;
	width: 110px;
	float: left;
}
#access dd {
	border-bottom: 1px solid #A09086;
	padding-left: 110px;
}
	#access dd.bdrNone {
		border-bottom: none;
		padding-bottom: 0;
	}
#access dd.attention {
	font-size: 0.7em;
	line-height: 1.2em;
	color: #A09086;
	padding-left: 130px;
	padding-bottom: 10px;
}
#access dd.attention span {
	color: #fff;
	display: block;
	padding: 0 0 5px;
	margin: 0;
}








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

   MOBILE LAYOUT (PORTRAIT/320PX,LANDSCAPE/480PX) 

============================================================================================================================================= */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.sp { display: block;}
.pc { display: none;}

.bgBrown a {
	color: #fff;
}
	
	
/* ===================================================
   Main
=================================================== */
#mainBox {
	padding-top: 50px;
}
#mainBox_pc {
	display: none!important;
}
#mainBox_sp {
	display: block!important;
	overflow-x: hidden;
}
	#mainBox_sp #main {
		width: 100%!important;
	}
#mainBox_sp .bx-wrapper {
	box-shadow: none;
	border: none;
	margin-bottom: 0;
	z-index: 0!important;
}
#mainBox_sp .bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
	left: 0;
	background: none;
}
#mainBox_sp .bx-wrapper .bx-viewport img {
	width: 100%;
	height: inherit;
}
#mainBox_sp .bx-wrapper .bx-viewport #main li {
	width: 100%!important;
}
#mainBox_sp .bx-wrapper .bx-controls {
	z-index: 99 !important;
}
#mainBox_sp .bx-wrapper .bx-pager,
#mainBox_sp .bx-wrapper .bx-controls-auto {
	bottom: 20px;
}

/* Page Navigation */
#mainBox_sp .bx-wrapper .bx-controls-direction a {
	top: 50%;
}
#mainBox_sp .bx-wrapper .bx-prev {
	left: 10px;
	background: url('../img_index/main/btn_prev.png') no-repeat 0 0;
}
#mainBox_sp .bx-wrapper .bx-next {
	right: -10px;
	background: url('../img_index/main/btn_next.png') no-repeat 0 0;
}


/* ===================================================
   Catchcopy
=================================================== */
#catchCopy {
	font-size: 1.4em;
	line-height: 2em;
	letter-spacing: 0.1em;
	padding-top: 50px;
}


/* ===================================================
   News
=================================================== */
#news {
	letter-spacing: 0.1em;
	padding: 80px 0 50px;
}

/* -------------------------------
		Title
------------------------------- */
#news h2 {
	width: 100%;
	font-size: 1.4em;
	padding-bottom: 50px;
	float: none;
	text-align: center;
}

/* -------------------------------
		News List
------------------------------- */
#news dl {
	width: 100%;
	float: none;
}
#news dt {
	width: 100%;
	float: none;
}
#news dd {
	padding: 0 0 1em 0;
}
#news .pc.newsTel {
  display: none!important;
}
  #news a {
    display: inline;
  }


/* ===================================================
   About
=================================================== */

/* -------------------------------
		Contents Title
------------------------------- */
article#about .contentsTitleArea,
article#reserve .contentsTitleArea{
	-webkit-background-size: 200%;
	background-size: 200%;
}
  

  
  
  


/* -------------------------------
		Price
------------------------------- */
/* Title */
#price h2 {
	font-size: 1.4em;
	padding-bottom: 50px;
}
#price h3 {
	font-size: 1.3em;
	padding-bottom: 20px;
}

/* Layout */
.box_l,
.box_r {
	width: 100%;
	float: none;
}
#price .pddTop50 {
	padding-top: 30px;
}
#price .box_r .pddTop50 {
	padding-top: 30px;
}
.bgBrown {
	padding: 50px 0 20px;
}
#price article {
  padding-bottom: 30px;
}
  
/* Price revision */
  #price #price-revision h2 {
    padding-bottom: 30px;
  }


/* Price List */
#price dt,
#price dd {
	padding: 5px 2%;
	letter-spacing: 0.1em;
}
#price dt {
	width: 60%;
	float: left;
}
#price #free-set dt {
	width: 40%;
	float: left;
}
#price dd {
	padding-left: 50%;
}
#price .box_r dt {
	width: 30%;
}
#price .box_r dd {
	padding-left: 30%;
}
#price dd.attention {
	width: 96%;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	padding-left: 2%;
	padding-bottom: 10px;
}
.box_r small {
	padding: 20px 0 0;
	text-align: left;
}




/* ===================================================
   Reserve
=================================================== */

#reserve {
	background: none;
	/*padding-top: 30px;*/
}
#reserve .row_s {
	padding: 50px 0;
}

/* -------------------------------
		Contents Title
------------------------------- */

/* -------------------------------
		Text Style
------------------------------- */
#reserve .row_s {
	letter-spacing: 0.05em;
}
#reserve .row_s small {
	line-height: 1.6em;
	padding: 1em 0 30px;
}
	
/* -------------------------------
		Tel Free Dial
------------------------------- */
.telFreeDial .pc {
	display: none;
}
.telFreeDial {
	width: 100%;
	height: auto;
	margin: 0 auto;
}


/* ===================================================
   Google Map
=================================================== */
	
/* -------------------------------
		Access
------------------------------- */
#access .bgBrown {
	padding: 50px 0 70px;
}
#access dl {
}
#access dt,
#access dd {
	padding: 15px 10px;
}
#access dt {
	width: 30%;
}
#access dd {
	padding-left: 30%;
}
#access dd.attention {
	font-size: 0.7em;
	padding-left: 35%;
}
	
	
	
}