@charset "UTF-8";

/************************************
** Youtube
************************************/
.youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
  }
.youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  }
.youtube_s{
  position: relative;
  width: 360px;
  height:640px;
  margin: 20px auto 0;
  }
.youtube_s iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  }
  
/* iframeのレスポンシブ */
.youtube-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.youtube-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************
** グーグルマップ
************************************/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/************************************
** 画像 photo
************************************/

.waku01 {
	padding:7px;
	border:1px solid #ccc;
	background:#fff;
	box-shadow: 1px 1px 5px rgba(20,20,20,0.2);/* ドロップシャドウ 【横位置 縦位置 ぼかし幅 色】の順に記述 */
}
.waku02.shadow {
	box-shadow: 1px 3px 8px rgba(20,20,20,0.3);
}
.img_waku {
	display: inline-block;
	border: 10px solid #fff;
	box-shadow: 0 0 0 1px #ccc,1px 3px 8px 0 rgba(40,40,40,0.3);
	margin: 0 0 20px 1px;
}
.img_waku .image_link{
	position: relative;
	margin: 0;
}
.img_shadow{
	box-shadow: 3px 3px 5px gray;
	}
	
@media only screen and (min-width: 1031px) {
.img_limit_max{
	max-width: 420px;
	}
}


/* js その他
---------------------------------------------------------*/
/************************************
** オリジナル目次
************************************/
#outline {
  border: 1px solid #999;
  background-color: #f9f9f9;
  display: inline-block;
  padding: 2rem;
  margin-bottom: 2em;
  }
#outline a {
  text-decoration: none;
  }
#outline > div.outline_header {
  font-weight: bold;
  margin-bottom: .5em;
  }
#outline > div.outline_header > a {
  font-weight: normal;
  }
#outline > div.outline_header > a > span.show_text {
  display: none;
  }
#outline ul,
#outline li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  }
#outline .indent_1:first-child {
  margin-top: 1rem;
  }
#outline .indent_1:last-child {
  margin-bottom: 1rem;
  }
#outline .indent_2,
#outline .indent_3,
#outline .indent_4,
#outline .indent_5,
#outline .indent_6 {
  margin-left: 1rem;
  }

.outline__number{
  display: none;
  }

/************************************
** SWIPER
************************************/
.swiper-container{
	background: #121212;
	}
.mb60{
	margin-bottom: 60px;
	}	
.swiper-container{
	text-align: center;
	}
.swiper-container .swiper-slide img{
	max-width: 100%;
	height: auto;
	}
.prettyprint{
	border: none;
	background: #fafafa;
	color: #697d86;
	}

/* トップページ
---------------------------------------------------------*/
/************************************
** トップスライダー
************************************/

.slick_slide{
	width: 100%;
	}

.top_mv{
	overflow: hidden;
	}
@media (min-width: 768px) {
.top_mv{
	width: 100%;
	height: 680px;
	}
}

@media (min-width: 1031px) {
.top_mv{
	width: 100%;
	height: 580px;
	}
}

.top_bana_wrap{
	width: 100%;
	background:url(../img/top/bana_top_pc_back.jpg) center center no-repeat;
	}
.top_bana{
	}
@media (min-width: 768px) {
.top_bana{
	}
}

@media (min-width: 1031px) {
.top_bana{
	width: 1030px;
	margin: 0 auto;
	}
}

/************************************
** 自作シンプルスライダー
************************************/
.simple-slider {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
  overflow: hidden;
}

.slide {
  display: none;
  text-align: center;
}

.slide.active {
  display: block;
  animation: fade 1s ease-in-out;
}

@keyframes fade {
  from { opacity: 0; }
  to   { opacity: 1; }
}


/************************************
** トップビフォアフ
************************************/
.top_bifoahu {
	background:#eff8f7;
	padding: 1.5em 0;
	margin-bottom: 1.5em;
	text-align: center;
}
.top_bifoahu h3{
	border: none;
	text-align: center;
	font-size: 18px; font-size: 1.8rem;
	font-weight: bold;
	padding: 0 20px;
}
.top_bifoahu p{
	display: inline-block;
	width: 80%; 
	margin: 0 auto;
}

/* ティッカー（Ticker）
---------------------------------------------------------*/
/************************************
** スマホ
************************************/
.ticker_in {
    margin: 0 10px 0 10px;
	}
.ticker {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 5px 25px 5px;
    text-align: left;
    border: #ccc 1px solid;
    position: relative;
    overflow: hidden;
}
 
.ticker ul {
    position: relative;
    width: 100%;
}
 
.ticker ul li {
    width: 100%;
    display: none;
}
.ticker ul li a{
	text-decoration: none;
	color: #0033cc;
}
.ticker_title{
	display: block;
	margin: .5em 0 .5em .5em;
	padding: 5px 0 5px 23px;
	background: url(../img/icon/infomation.png) left center no-repeat;
	background-size: 18px 18px;
	font-size: 14px; font-size: 1.4rem;
	}
.ticker_title span{
	display: inline-block;
	margin-right: 8px;
	}
.ticker_all{
	margin-bottom: 0;
	}
.ticker_all a{
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 1em .5em;
	text-align: center;
	background: #309FD7;
	border-radius: 5px;
	color: #FFF;
	border-bottom: 2px solid #ddd;
	margin-bottom: 0;
	}

@media only screen and (min-width: 768px) {
.ticker_wrap {
	border-bottom: 1px solid #E5E5E5;
	}
.ticker_in {
	width: 100%;
    margin: 0 auto;
	padding: 0 10px;
	}
.ticker_title{
	display: block;
	float: left;
	width: 23%;
	margin: 0;
	padding: 15px 0 15px 40px;
	background: url(../img/icon/infomation.png) left 4px center no-repeat, url(img/base/arrow_gray_1px.png) right center no-repeat;
	background-size: 24px 24px, 26px 81px;
	}
.ticker_title span{
	display: block;
	margin-right: 0;
	font-size: 12px; font-size: 1.2rem;
	}

.ticker {
    margin: 18px 0 0 5px;
	display: block;
	float: left;
    width: 60%;
    border: none;
	}
.ticker_all{
	display: block;
	float: right;
	width: 15%;
	}
.ticker_all a{
	width: 96%;
	padding: .5em .5em;
    margin-top: 15px;
	}
}

@media only screen and (min-width: 1031px) {
.ticker_wrap {}
.ticker_in {
	width: 1030px;
	padding: 0;
	}
.ticker_title{
	width: 16%;
	padding: 15px 0 15px 48px;
	background: url(../img/icon/infomation.png) left 12px center no-repeat, url(img/base/arrow_gray_1px.png) right center no-repeat;
	background-size: 24px 24px, 26px 101px;
	}
.ticker_title span{}

.ticker { width: 66%;}
.ticker_all{
	display: block;
	float: right;
	width: 13%;
    margin: 0 10px 0 0;
	}
.ticker_all a{
    margin-top: 15px;
	}
}
	

/************************************
** 検索フォーム
************************************/
.search {
	position: relative;
	width: 100%;
	margin-bottom: 2em;
	}
.search input[type="text"],#search input[type="submit"]{
	box-shadow: none;
	}
.search .searchinput{
	height: 42px;
	border-radius: 0;
	z-index: 10;
	padding: 14px 65px 14px 10px;
	width: 100%;
	}
.search .searchsubmit{
	border-radius: 0;
	position: absolute;
	right: 0px;
	top: 4px;
	width: 60px;
	height: 42px;
	z-index: 20;
	font-size: 14px; font-size: 1.4rem;
	padding: 10px 0 10px 0;
	}

/* グーグルカスタム検索（google）のスタイル */
#search-google {
    width: 300px !important;
	position: relative;
	margin-bottom: 20px;
}
 
#search-google div {
    padding: 0 !important;
}
 
#search-google input[type="text"] {
    padding: 0 !important;
	height: 42px;
	border-radius: 0;

	z-index: 10;
	padding: 14px 65px 14px 10px;
	width: 100%;
}
 
#search-google input[type="submit"] {
	box-shadow: none;
	border-radius: 0;
	position: absolute;
	right: 0px;
	top: 5px;
	width: 60px;
	height: 42px;
	z-index: 20;
	font-size: 14px; font-size: 1.4rem;
	padding: 10px 0 10px 0;
}


/************************************
** SNS（スマホ）
************************************/
#drw-menu .sp_sns_icon{
	margin: 1.5em 0 2em 0;
	text-align: center;
}
#drw-menu .sp_sns_icon a{
	color: #FFF;
	font-size: 26px; font-size: 2.6rem;
	text-decoration: none;
}
.insta_btn {
  display: inline-block;
  text-align: center;/*中央揃え*/
  color: #2e6ca5;/*文字色*/
}


.sns_btn {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 100px;
}

.btn_facebook {
  background: #3b5998;
	margin-right: 8px;
	vertical-align: top;
}

.btn_facebook i {
    position: absolute;
    top: 27%;
    left: 35%;
  }

.btn_line {
  background: #25af00;
	margin-right: 8px;
	padding-top: 15px;
	vertical-align: top;
}

#drw-menu .sp_sns_icon a.btn_line{
  font-size: 12px; font-size: 1.2rem;
}

.btn_email {
  background: #0078d7;
	vertical-align: top;
}
.btn_email i {
    position: absolute;
    top: 23%;
    left: 25%;
  }

.insta_btn .insta{/*アイコンの背景*/
  position: relative;/*相対配置*/
  display: inline-block;
  width: 50px;/*幅*/
  height: 50px;/*高さ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  border-radius: 100px;/*角丸に*/
	margin-right: 8px;
	padding-top: 1px;
	vertical-align: top;

}

.insta_btn .insta:before{/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: 23px;/*ずらす*/
  left: -18px;/*ずらす*/
  width: 60px;/*グラデーションカバーの幅*/
  height: 60px;/*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}

.insta_btn .fa-instagram {/*アイコン*/
  color: #FFF;/*白に*/
  position: relative;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 30px;/*アイコンサイズ*/
  line-height: 50px;/*高さと合わせる*/
}

/*フッター下部のSNSボタン*/
.footer_in .sp_sns_icon{
	margin: 0 0 1.5em 0;
	text-align: center;
}
.footer_in .sp_sns_icon a{
	color: #FFF;
	font-size: 26px; font-size: 2.6rem;
	text-decoration: none;
}
.footer_in .sp_sns_icon a.btn_line{
	font-size: 14px; font-size: 1.4rem;
}

/************************************
** SNS（PCタブ）
************************************/
#side_menu .side_icon a{
	color: #FFF;
	font-size: 24px; font-size: 2.4rem;
}

@media only screen and (min-width: 1031px) {
.side_icon{
	width: 210px;
	margin: 1.5em auto 0 auto;
	text-align: center;
	}
}

@media only screen and (min-width: 768px) {
.insta_btn {
  display: inline-block;
  text-align: center;/*中央揃え*/
  color: #2e6ca5;/*文字色*/
}


.sns_btn {
  position: relative;
  display: inline-block;
  height: 36px;
  width: 36px;
  text-align: center;
  border-radius: 60px;
}

.btn_facebook {
  background: #3b5998;
	margin-right: 4px;
}

.btn_facebook i {
    position: absolute;
    top: 23%;
    left: 31%;
  }

.btn_line {
    background: #25af00;
	margin-right: 4px;
	padding-top: 7px;
	padding-left: 1px;
	vertical-align: top;
}

#side_menu .side_icon a.btn_line{
  font-size: 14px; font-size: 1.4rem;
}

.btn_email {
  background: #0078d7;
}
.btn_email i {
    position: absolute;
    top: 17%;
    left: 18%;
  }

.insta_btn .insta{/*アイコンの背景*/
  position: relative;/*相対配置*/
  display: inline-block;
  width: 36px;/*幅*/
  height: 36px;/*高さ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  border-radius: 60px;/*角丸に*/
	margin-right: 4px;
	padding-top: 0;

}

.insta_btn .insta:before{/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: 23px;/*ずらす*/
  left: -18px;/*ずらす*/
  width: 50px;/*グラデーションカバーの幅*/
  height: 50px;/*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}

.insta_btn .fa-instagram {/*アイコン*/
  color: #FFF;/*白に*/
  position: relative;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 24px;/*アイコンサイズ*/
  line-height: 36px;/*高さと合わせる*/
}
}
@media only screen and (min-width: 1131px) {
.sns_btn {
  height: 42px;
  width: 42px;
  border-radius: 80px;
}

.btn_facebook {
	margin-right: 5px;
}

.btn_facebook i {
    top: 25%;
    left: 33%;
  }

.btn_line {
	margin-right: 5px;
	padding-top: 8px;
}

#side_menu .side_icon a.btn_line{
  font-size: 16px; font-size: 1.6rem;
}

.btn_email {
}
.btn_email i {
    top: 20%;
    left: 22%;
  }

.insta_btn .insta{
    width: 42px;/*幅*/
    height: 42px;/*高さ*/
    border-radius: 80px;/*角丸に*/
	margin-right: 5px;
	padding-top: 2px;

}

.insta_btn .insta:before{
  top: 23px;/*ずらす*/
  left: -18px;/*ずらす*/
  width: 50px;/*グラデーションカバーの幅*/
  height: 50px;/*グラデーションカバーの高さ*/
}

.insta_btn .fa-instagram {/*アイコン*/
  font-size: 26px;/*アイコンサイズ*/
  line-height: 40px;/*高さと合わせる*/
}

}

@media only screen and (min-width: 1131px) {
/************************************
** ボタン
************************************/
.btn--full--half{ width: 50%;}
}


/************************************
** チェックリスト
************************************/
.check_list_wrap{
	border: solid 5px #C8A063;
	box-shadow: 4px 4px #9D723D;
	padding: 10px;
    border-radius: 5px;
	padding: 5px;
	margin-bottom: 20px;
    }
@media only screen and (min-width: 768px) {
.check_list_wrap{
	padding: 10px;
    }
}
@media only screen and (min-width: 1031px) {
.check_list_wrap{
	padding: 30px;
    }
}
.check_list{
	margin-bottom: 0;
    }
.check_list li{
	padding: 1.2em 0 1em 2em;
	border-bottom: 1px dashed #777;
	font-weight: bold;
	background:url(../img/icon/check_box.png) left center no-repeat;
	background-size: 22px 22px;
}
.check_list li:first-child{
	border-top: 1px dashed #777;
}

.check_list_wrap_tensen{
	border: dotted 2px orange;
	padding: 1em;
    border-radius: 10px;
	margin-bottom: 20px;
    }

/* 2行のチェックリスト */
.check_list_1{
	margin-bottom: 0;
    }
.check_list_1 li{
	padding: 1.2em 0 1em 2em;
	border-bottom: 1px dashed #777;
	font-weight: bold;
	background:url(../img/icon/check_box.png) left center no-repeat;
	background-size: 22px 22px;
}
.check_list_1 li:first-child{
	border-top: 1px dashed #777;
}
.check_list_2{
	margin-bottom: 0;
    }
.check_list_2 li{
	padding: 1.2em 0 1em 2em;
	border-bottom: 1px dashed #777;
	font-weight: bold;
	background:url(../img/icon/check_box.png) left center no-repeat;
	background-size: 22px 22px;
}
@media only screen and (min-width: 768px) {
.check_list_2 li:first-child{
	border-top: 1px dashed #777;
	}
}

/************************************
** お客様の声一覧
************************************/
.voice_all_wrap{
	}
.voice_all_block{
	display: block;
	border-top: dotted 1px #555;
	border-bottom: dotted 1px #555;
	padding: 1em 0;
	}
.voice_all_block:first-child{
	border-bottom: none;
	}
.voice_all_single{
	}

.voice_all_info{
	display: block;
	float: left;
	width: 30%;
	}
.voice_all_cont{
	display: block;
	float: right;
	width: 67%;
	}

a.voice_all_single{
	text-decoration: none;
	}
a.voice_all_single .voice_all_title{
	font-size: 16px; font-size: 1.6rem;
	color: #3297E1;
	font-weight: bold;
	margin: 0.5em;
	}
a.voice_all_single .voice_all_info, a.voice_all_single .voice_all_cont{
	color: #555;
	}
.voice_all_info img{
	max-width: 90px;
	height: auto;
	margin-bottom: 0.5em;
	}
	
@media only screen and (min-width: 768px) {
.voice_all_wrap{
	width: 90%;
	margin: 0 auto;
	}
a.voice_all_single .voice_all_title{
	font-size: 20px; font-size: 2.0rem;
	}
.voice_all_info{
	width: 16%;
	}
.voice_all_cont{
	width: 82%;
	}
}


/************************************
** 画像丸抜き
************************************/
.content_full_txt h2.osusume_title{
	margin-bottom: 40px;
	text-align: center;
	}

/* 画像が5つあるeyecatch */
.catch_img5_1 .catch_img_box, .catch_img5_2 .catch_img_box{
	display: inline-block;
	margin: 0 0 30px 0;
	}
.catch_img5_1{
    display: block;
	float: left;
	width: 50%;
	margin: 0;
	padding: 0 7px 0 0;
	}
.catch_img5_2{
    display: block;
	float: right;
	width: 50%;
	margin: 0;
	padding: 100px 0 0 7px;
	}
		
/* おすすめeyecatch */
.bl_osusume{
	}

.bl_osusume .trim_img_circle {
	position: relative;
    width:  155px;
    height: 155px;
    border-radius: 50%;
    background-position: left top;
    border: 5px solid #3297E1;
	margin: 0 auto 10px auto;
}
.bl_osusume .trim_img_circle .tag_osusume{
	display: inline-block;
	position: absolute;
    top:  -25px;
    left: -10px;
	background: #3297E1;
	border-radius: 3px;
	color: #FFF;
	padding: 3px 0 0 0;
	width: 165px;
	height: 34px;
	text-align: center;
}

.bg_osusume1,.bg_osusume2,.bg_osusume3,.bg_osusume4,.bg_osusume5,.bg_osusume6 {
	background-size: cover;
}

.bg_osusume1 {
    background-image:url(../img/bana/bg_osusume1.jpg);
}

.bg_osusume2 {
    background-image:url(../img/bana/bg_osusume2.jpg);
}

.bg_osusume3 {
    background-image:url(../img/bana/bg_osusume3.jpg);
}

.bg_osusume4 {
    background-image:url(../img/bana/bg_osusume4.jpg);
}

.bg_osusume5 {
    background-image:url(../img/bana/bg_osusume5.jpg);
}
.bg_osusume6 {
    background-image:url(../img/bana/bg_osusume6.jpg);
}

.osusume_ten{
	font-size: 9px;
	}

@media only screen and (min-width: 768px) {
.content_full_txt h2.osusume_title{
	margin-bottom: 60px;
	text-align: center;
	}	
/* 画像が5つあるeyecatch */
.catch_img5_1 .catch_img_box, .catch_img5_2 .catch_img_box{
	width: 30%;
	margin-right: 10px;
	}
.catch_img5_1 .catch_img_box:last-child, .catch_img5_2 .catch_img_box:last-child{
	margin-right: 0;
	}
.catch_img5_1{
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	}
.catch_img5_2{
	display: block;
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	}
	
.bl_osusume{
	text-align: center;
	}
.bl_osusume .trim_img_circle {
    width:  145px;
    height: 145px;
	margin-bottom: 20px;
	}
.bl_osusume .trim_img_circle .tag_osusume{
    top: -30px;
    left: 0;
	border-radius: 5px;
	padding: .8em 0;
	width: 145px;
	height: 36px;
	font-size: 12px; font-size: 1.2rem;
}
.catch_img_box{
	text-align: left;
	}
.osusume_ten{
	font-size: 12px;
	}
	
}

@media only screen and (min-width: 1031px) {	
/* 画像が5つあるeyecatch */
.catch_img5_1{
	margin: 0 0 20px 0;
	}
.catch_img5_2{
	margin: 0 0 40px 0;
	}
	
.bl_osusume .trim_img_circle {
    width:  210px;
    height: 210px;
	margin-bottom: 20px;
	}
.bl_osusume .trim_img_circle .tag_osusume{
	padding: .5em 0 0 0;
	width: 210px;
	height: 44px;
    left: 0;
	font-size: 16px; font-size: 1.6rem;
	letter-spacing: 1px;
}
.catch_img_box{
	text-align: left;
	}
}

	
/* メニューのボックス */
.border_box_menu{
	border: 1px solid #C09843;
	border-radius: 5px;
	margin-bottom: 2em;
	}
.border_box_menu dt{
	display: block;
	border-bottom: 1px dashed #C09843;
	padding: 1em 1em 1em 1em;
	background: #C09843;
	color: #FFF;
	border-radius: 5px 5px 0 0;
	}
.border_box_menu dd{
	padding: 5px;
	}
.border_box_menu .price, .border_box_menu .parts, .border_box_menu .desc{
	display: block;
	min-height: 20px;
	}
.border_box_menu .price{
	width: 34%;
	float: left;
	padding: 0.3em 0 0 0.1em;
	}
.border_box_menu .parts{
	width: 66%;
	float: left;
	border-left: 1px dashed #C09843;
	padding: 0.3em 0.3em 0 1em;
	margin-bottom: 0.5em;
	}
.border_box_menu .desc{
	clear: both;
	width: 100%;
	border-top: 1px dashed #C09843;
	padding: 0.7em 0.1em 0.7em 0.1em;
	}
.tag{
	font-size:12px; padding: 2px 5px; margin: 0 8px 6px 0; border-radius:5px; display: inline-block;
	color:#888; border:#888 1px solid;
	}
	
@media (min-width: 768px) {
.border_box_menu{
	border: 1px solid #C09843;
	border-radius: 10px;
	}
.border_box_menu dt{
	padding: 1em 1em 1em 1.5em;
	font-size: 16px; font-size: 1.6rem;
	}
}
@media only screen and (min-width: 1031px) {
.border_box_menu dt{
	font-size: 18px; font-size: 1.8rem;
	}
.tag{
	font-size: 14px; font-size: 1.4rem;
	letter-spacing: 1px;
	}
.border_box_menu .txt{
	display: inline-block;
	padding: 2px 0 0 0;
	}
}

/* トップページアイキャッチCSS
---------------------------------------------------------*/
.top_main_visual{
	width: auto;
	height: 270px !important;
	}
	
@media (min-width: 768px) {
.top_main_visual{
	height: 330px !important;
	}
}
	
@media (min-width: 1031px) {
.top_main_visual{
	height: 445px !important;
	}
}

/************************************
** 最初はCLOSEで、開閉するCONTENT用CSS
************************************/
.close_box{
	margin-bottom: 20px;
	}
.close_box_title{
	position: relative;
	cursor: pointer;
	display: block;
	width: 100%;
	margin-bottom: 2px;
	border: 1px solid #C05049;
	}
.close_box_content{
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid #555;
	}
.close_box .question, .close_box .answer{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	font-size: 20px; font-size: 2.0rem;
	text-align: center;
	width: 32px;
	height: 32px;
	padding-top: 1px;
	}
.close_box_title p, .close_box_content .close_box_content_txt{
	display: block;
	padding: 5px 5px 5px 0;
	margin-left: 39px;
	}
.close_box .question{
	color: #FFF;
	background: #C05049;
	}
.close_box_title p{
	color: #C05049;
	}
.close_box .answer{
	color: #FFF;
	background: #555;
	}
.close_box_content .close_box_content_txt{
	color: #555;
	}
	
@media only screen and (min-width: 1031px) {
.close_box .question, .close_box .answer{
	font-size: 36px; font-size: 3.6rem;
	min-width: 64px;
	min-height: 64px;
	width: 64px;
	height: 64px;
	padding-top: 6px;
	}
.close_box_title{
	margin-bottom: 2px;
	}
.close_box .answer{
	padding-top: 8px;
	}
.close_box_title p, .close_box_content .close_box_content_txt{
	font-size: 20px; font-size: 2.0rem;
	display: block;
	padding: 17px 17px 17px 0;
	margin-left: 76px;
	}
	
}
/************************************
** スマホメニュー用修正CSS
************************************/
.close_box_title_spmenu p, .close_box_content_spmenu .close_box_content_txt{
	display: block;
	padding: 5px;
	margin-left: 0;
	margin-bottom: 0;
	}
.close_box_title_spmenu p{
	color: #C05049;
	}
.close_box_content .close_box_content_txt{
	color: #555;
	}
	
@media only screen and (min-width: 1031px) {
.close_box_title_spmenu{
	margin-bottom: 2px;
	}
.close_box .answer{
	padding-top: 8px;
	}
.close_box_title_spmenu p, .close_box_content_spmenu .close_box_content_txt{
	padding: 17px;
	margin-left: 0;
	}
	
}
/************************************
** トップ画像重ねるCSS
************************************/
.img_pileup1{
	display: inline-block;
	border: 1px solid #3297E1;
	padding: 8px;
	height: auto;
	}
.img_pileup2{
	display: none;
	}
@media only screen and (min-width: 768px) {
.img_pileup1{
	padding: 5px;
	width: 80%;
	height: auto;
	}
.img_pileup2{
	display: inline-block;
	position: absolute;
	top: 80px;
	left: 85px;
	border: 1px solid #3297E1;
	padding: 5px;
	min-width: 50%;
	min-height: 50%;
	}
}

@media only screen and (min-width: 1031px) {
.img_pileup1{
	padding: 7px;
	}
.img_pileup2{
	top: 130px;
	left:130px;
	padding: 7px;
	min-width: 55%;
	min-height: 55%;
	}
}
/************************************
** 黒板風CSS
************************************/
.kokuban {
    font-family: HuiFontP109;
    color: #fff;
    background-color: #114400;
    margin: 10px 0 10px 0;
    padding: 15px;
    border: 9px solid #a60;
    border-radius: 3px;
    box-shadow: 2px 2px 4px #666, 2px 2px 2px #111 inset;
    text-shadow: 0px 0px 2px #000;
    line-height: 1.9;
}
.point {
    color: #ffb1b3;
    font-weight: bold;
    border: 3px solid #ffb1b3;
}

/************************************
** 下向き矢印BOXCSS
************************************/
.box_under_sankaku{
	background: #309fd7;
	color: #FFF;
	padding: 1em;
	font-size: 14px; font-size: 1.4rem;
}
.box_under_sankaku_arrow{
	width: 0;
	height: 0;
	border-top: 30px solid #309fd7;
	border-right: 80px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 80px solid transparent;
}
@media only screen and (min-width: 768px) {
.box_under_sankaku{
	font-size: 24px; font-size: 2.4rem;
}
}
@media only screen and (min-width: 1031px) {
.box_under_sankaku{
	font-size: 28px; font-size: 2.8rem;
}
}

/************************************
** キャンペーンバナ
************************************/
.img_bannner_camp img{
	max-width: 300px;
	max-height: 150px;
}
@media only screen and (min-width: 768px) {
.img_bannner_camp img{
	max-width: 480px;
	max-height: 240px;
}
}


/************************************
** ランディングPオファーブロックCSS
************************************/
.block_ofer{
	text-align:center;
	background: #2BBAFF;
	padding: 1em;
	font-size: 22px; font-size: 2.2rem;
}
.block_ofer .txt_ss{
	font-size: 14px; font-size: 1.4rem;
}
.block_ofer .txt_s{
	font-size: 18px; font-size: 1.8rem;
}
.block_ofer .txt_l{
	font-size: 26px; font-size: 2.6rem;
}
.block_ofer .txt_ll{
	font-size: 36px; font-size: 3.6rem;
}
.block_ofer .txt_lll{
	font-size: 46px; font-size: 4.6rem;
}
.block_ofer .txt_left{
	text-align:left;
}
.block_ofer .txt_spleft_pccenter{
	text-align:left;
}
.block_ofer_contact{
	background:#FF9900;
	margin-bottom: 30px;
	border-radius: 10px;
	padding: .5em;
	}
	
.border_yerrow{
	text-decoration:underline;
    text-decoration-color: ＃FFF00;
	}
@media only screen and (min-width: 1031px) {
.block_ofer{
	padding: 1em;
	font-size: 30px; font-size: 3.0rem;
}
.block_ofer .txt_ss{
	font-size: 20px; font-size: 2.0rem;
}
.block_ofer .txt_s{
	font-size: 26px; font-size: 2.6rem;
}
.block_ofer .txt_l{
	font-size: 40px; font-size: 4.0rem;
}
.block_ofer .txt_ll{
	font-size: 50px; font-size: 5.0rem;
}
.block_ofer .txt_lll{
	font-size: 60px; font-size: 6.0rem;
}
.block_ofer .txt_left{
	text-align:left;
}
.block_ofer .txt_spleft_pccenter{
	text-align:center;
}
.block_ofer_contact{
	margin-bottom: 60px;
	border-radius: 10px;
	padding: 1em;
	}
}

/************************************
** はじめての方へこだわりブロックCSS
************************************/
.block_kodawari_wrap {
	padding: 1em;
	}
.block_kodawari {
    float: left;
    width: 82%;
	margin-left: 3%;
	* clear: right;
	margin-bottom: 20px;
	}
.block_kodawari:first-child{
    width: 15%;
	margin-left: 0;
	}
.block_kodawari h3{
  font-weight: bold;
  font-size: 22px; font-size: 2.2rem;
  color: #444;
  }
.block_kodawari h3 span{
  font-weight: bold;
  }
.block_kodawari_border{
	border-bottom: 1px dashed #444;
	margin-bottom: 20px;
	}
@media only screen and (min-width: 1031px) {
.block_kodawari {
    width: 90%;
	margin-left: 1%;
	}
.block_kodawari:first-child{
    width: 9%;
	}
}

.float_btn_line_hp{
	display: none;
	}
	
@media only screen and (min-width: 768px) {
.float_btn_line_hp{
	display: inline-block;
	position: fixed;
	z-index: 99999;
	bottom: 0;
	right: 0; 
}
.float_btn_line_hp img{
	width: 250px;
	height: 110px; 
}
}
@media only screen and (min-width: 1500px) {
.float_btn_line_hp img{
	width: 383px;
	height: 165px; 
	}
}
/************************************
** メニュー料金ブロックCSS
************************************/
.price_block{
	border: 1px solid #999;
	margin-bottom: 2em;
	}
.price_block .line1{
	border-bottom: 1px solid #999;
	}
.price_block .line1 .title{
	width: 60%;
	font-weight: bold;
	float: left;
	color: #0197e0 !important;
	padding: .75em .5em .75em .5em;
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.2;
	}
.price_block .line1 .title a{
	text-decoration: none;
	font-weight: bold !important;
	color: #0197e0 !important;
	}
.price_block .line1 .price{
	width: 40%;
	height: 62px;
	float: right;
	text-align: right;
	padding: .5em .1em;
	background: #74c101;
	color: #FFF;
	line-height: 1.5 !important;
	}
.price_block .line2{
	padding: 1em .5em;
	}
.price_block .line3{
	text-align: center;
	}
.price_block .line3 a{
	width: 100%;
	background: #f9a8a3;
	padding: 1em;
	text-decoration: none;
	color: #FFF;
	display: block;
	}
	
@media only screen and (min-width: 768px) {
.price_block .line1 .price{
	width: 30%;
	height: 75px;
	text-align: center;
	}
.price_block .line3{
	}
}
	
@media only screen and (min-width: 1031px) {
.price_block .line1 .title{
	font-size: 22px; font-size: 2.2rem;
	width: 70%;
	}
.price_block .line1 .price{
	font-size: 18px; font-size: 1.8rem;
	height: 85px;
	width: 30%;
	}
.price_block .line3 a{
	height: 50px;	
	padding: 1em 2em;
	display: inline;
	}
}

/************************************
** 佐賀市地域情報ブロックCSS
************************************/
.block_saga{
	overflow:hidden;
	border: 1px #CCC dashed;
	padding: 5px;
	background: #F9F9F9;
	margin-bottom: 10px;
	}
.block_saga li{
	float: left;
	background: #FFF;
	padding: 5px 15px;
	margin: 4px 8px 4px 4px;
	border: 1px #879de0 solid;
    border-radius: 5px; -webkit-border-radius: 5px;	-moz-border-radius: 5px;
	}
.block_saga li.title{
	float: none;
	background: none;
	border: none;
	padding: 5px 0;
	font-weight: bold;
	}
	
/************************************
** 2ショットブロックCSS
************************************/
.block_2shot{
	border: 1px sold #999999;
	border-radius: 5px;
	background: #f4f5fc;
	padding: 10px;
    box-shadow: 10px 10px 0 #b2d5de;
    margin-bottom: 30px !important;
	}
	
.block_2shot .title{
	font-size: 20px; font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
	}
.block_2shot .txt_ssmall{
	margin-bottom: 5px;
	font-color: #333333;
	}
@media only screen and (min-width: 1031px) {
.block_2shot .title{
	font-size: 32px; font-size: 3.2rem;
	}
}
	
/************************************
** 目次ブロックCSS
************************************/
.mokuji_wrap{
	border:1px solid #999999;
	border-top:5px solid #33a8e3;
	padding: 15px 25px 15px 15px;
    margin-bottom: 30px;
	}
	
.mokuji_wrap h3{
	border: none;
	font-size: 14px; font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 10px;
	color: #999999;
	}
	
.mokuji_wrap ul{
	margin-left: 0; margin-bottom: 0; padding: 0;
	}
	
.mokuji_wrap li{
	margin-left: 25px; padding-bottom: 6px; padding-left: 0; list-style-type: decimal; background-image: none;
	margin-bottom: 10px;
	border-bottom:1px solid #999999;
	}
.mokuji_wrap li::marker {
	color: #999999;
}
.mokuji_wrap li:before{
	content:"";
	}
@media only screen and (min-width: 1031px) {
.mokuji_wrap h3{
	font-size: 16px; font-size: 1.6rem;
	}
}
	
/************************************
** メニューHPBブロックCSS
************************************/
.menu_block_hpb{
	border-top: 1px solid #999999;
	padding: 15px 0 15px;
    margin-bottom: 15px;
	}
	
.menu_block_hpb h3{
	border: none;
	font-size: 16px; font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
	}
	
.menu_block_hpb .menu_img{
	margin-bottom: 10px;
	}
.menu_block_hpb .menu_comment{
	margin-bottom: 10px;
	}
	
.menu_block_hpb .menu_timeetc li{
	display: inline-block;
	}
	
.menu_block_hpb .menu_kakaku{
	font-size: 14px; font-size: 1.4rem;
	margin-bottom: 10px;
	}
.menu_block_hpb .menu_kakaku{
	background: url(../img/icon/karute_999.svg) no-repeat center left 0px / 0px; background-size: 20px 20px; !important;
	padding-left: 25px;
	}
	
.menu_block_hpb .menu_time{
	font-size: 14px; font-size: 1.4rem;
	}
.menu_block_hpb .menu_time{
	background: url(../img/icon/clock_999.svg) no-repeat center left 0px / 0px; background-size: 24px 24px; !important;
	padding-left: 25px;
	}
	
@media only screen and (min-width: 1031px) {
.menu_block_hpb h3{
	font-size: 18px; font-size: 1.8rem;
	}
.menu_block_hpb .menu_time{
	font-size: 16px; font-size: 1.6rem;
	padding-top: 5px;
	margin-bottom: 10px;;
	}
.menu_block_hpb .menu_kakaku{
	font-size: 16px; font-size: 1.6rem;
	padding-top: 5px;
	}
}

/************************************
** スクロールでふわっとCSS
************************************/
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}


/************************************
** 詳細はこちらボタン
************************************/
.button003 a {
    background: #FFFFFF;
    border-radius: 30px;
	border: 1px solid #4ea6e2;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 360px;
    padding: 0.5em 2em;
    color: #4ea6e2;
    transition: 0.3s ease-in-out;
    font-weight: bold;
	text-decoration: none;
}
.button003 a:hover {
    background: #4ea6e2;
    color: #FFF;
}
.button003 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #4ea6e2;
    border-right: 3px solid #4ea6e2;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
    border-color: #FFF;
}


/************************************
** ヘッダー予約ボタン
************************************/
.button_solid004 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    background: #dcaab3;
    border-radius: 8px;
    border-bottom: solid 5px #be838e;
	text-decoration: none;
}
.button_solid004 a:hover {
    border-bottom: solid 2px #be838e;
    transform: translateY(3px);
}

/************************************
** LP予約ボタン
************************************/
/* ボタン全体の余白 */
.btn-reserve-box {
  text-align: center;
  margin: 2em auto;
}

/* ボタンのデザイン */
.btn-reserve {
  display: inline-block;
  background-color: #e76587; /* ネルさんのイメージに合う柔らかい赤ピンク系 */
  color: #fff;
  font-weight: bold;
  padding: 1em 1.5em;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: 0.3s ease;
}

/* ホバー時の反応 */
.btn-reserve:hover {
  background-color: #f9ccd1;
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

/* ボタンのデザイン */
.btn-reserve-line {
  background-color: #00C300; /* LINEアプリ色 */
}

/* ホバー時の反応 */
.btn-reserve-line:hover {
  background-color: #009A00;
}
/************************************
** キャンペーンボックス
************************************/
.campaign-box{
	text-align: center;
	margin-bottom: 20px;
	}

/************************************
** キャンペーンボックス
************************************/
.menu_flow_box{
	margin: 0 0.5em 2em 0.5em;
	padding: 2em 1em 1em 1em;
	}
	
@media only screen and (min-width: 1031px) {
.menu_flow_box{
	margin: 0 1em 2em 1em;
	}
}

/************************************
** 左フキダシ
************************************/
.balloon1-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  background: #FFF0F5;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #FFF0F5;
}

.balloon1-left p {
  margin: 0;
  padding: 0;
}

/************************************
** 左フキダシ
************************************/
.hosoku{
	padding: 0.2em  0.2em 0.2em 16px;
	border-left: 4px solid #CCC;
	margin-bottom: 1em;
}