@charset "UTF-8";
/*--------------------------------------------------
**************************************************
area
**************************************************
--------------------------------------------------*/
.contents_inner{
	min-width:auto;
	margin:0 auto;
}

h2::before {
    content: "";
    display: inline-block;
	background: url(../imgs/common/icon_area.png) bottom no-repeat;
    background-size: auto;
	background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
	left: 0;
	top: 8px;
}

#area_page{
	background-color:#d6f6fd;
	overflow:hidden;

}
.area_content{
	max-width:1100px;
	width:100%;
	margin:0 auto;
}

p.area_list {
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    background: #28afed;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 40px auto;
}
.area_content{
	/* max-width:100%; */
	margin:0 auto;
	display:flex;
}
.main_inner_area{
	margin: 0 2%;
	width:100%;
}
.side_bar{
	margin: 0 2%;
}



/* 対応エリアページ 都道府県別一覧ページへのリンク add 2022.3.10 */
#area .area_list_link_box{
	width: 100%;
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
}

#area .area_list_link_box ul{
	justify-content: space-around;
}

#area .area_list_link_box ul li{
	width:25%;
}

#area .area_list_link_box li a,
#area .area_list_link_box li .no_link{
	display: block;
	width: 85%;
	margin:0 auto;
	padding:4px 0;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

#area .area_list_link_box li a{
	background-color: #1aa357;
}

#area .area_list_link_box li .no_link{
	background-color: #999;
}



/*--------------------------------------------------
メインのコンテンツ
--------------------------------------------------*/
.main_inner_area{
	box-shadow: 8px 0 15px -4px #c8c8c8, -8px 0 8px -4px #c8c8c8;
	background-color:#f7fdff;
	text-align:center;
	padding:60px 4%;
}
.title_blue{
	font-size:40px;
	font-weight:bold;
	color:#12a0e1;
}

.table_content p{
	font-size:18px;
}
.area_info{
	background-color:#fff;
	max-width:600px;
	box-shadow: 0 0 8px gray;
    border-radius:10px;
    padding-bottom:30px;
    margin:30px auto 0 auto;
}
.area_table_title{padding-top:10px;}

.icon_table{vertical-align:middle;}
.icon_table img{
    width:18px;
    height:17px;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}
.area_info hr{
    height: 2px;
	background-color: #999;
	width: 90%;
	text-align:center;
	margin:15px auto;
}
.area_info li{
	font-size:14px;
	text-align:left;
	/* width: 90%; */
	/* margin:10px auto; */
}
.area_info span.area_no{
	color:#999999;
	font-weight:bold;
	padding-right:10px;
}
/* 目次の矢印 */
.area_info li{
	font-size:14px;
	width: 85%;
	text-align:left;
	margin:0 auto;
}
/* 目次のメニュー */
.area_info .first_menu {
 text-indent: -4em;
  padding-left: 4em;
}
/* backgroundの指定 */

.first_menu::before  {
         content: "";
    display: inline-block;
	background: url(../imgs/area/arrow1.png) bottom no-repeat;
    background-size: auto;
    width: 30px;
    height: 30px;
     padding-left:8px;
 
}

.second_menu::before  {
         content: "";
    display: inline-block;
	background: url(../imgs/area/arrow2.png) bottom no-repeat;
    background-size: auto;
   width: 30px;
    height: 30px;
 
}
/*  */
.area_section{
	padding-top:50px;
	padding-bottom:30px;
	color:#999999;
	font-size:12px;
	font-weight:bold;
}
.area_section span{
	font-size:18px;
	display:block;
}
.section_title{
	font-weight:bold;
	font-size:22px;
}
.section_sub_tt{
	border-top:1px solid #9999;
	border-bottom:1px solid #9999;
	margin:15px auto;
	padding:10px 0;
    font-weight:bold;
	font-size:18px;
}
.section_text{
	text-indent: 1em;
	text-align:left;
	padding-top:15px;
	line-height:1.8;
}
.indent{
	text-indent: 1em;
	text-align:left;
	
}

.section_text p{
	text-indent: 1em;
}

.img_right{
	width:300px;
	height:auto;
	padding-top:15px;
}

.img_right{
	margin-left:15px;
	float:right;
}


/* 近隣のエリア add 2022.3.8 */
.other_area h2{
	margin: 0;
	padding: 10px 0;
	border-top: #999 1px solid;
	border-bottom: #999 1px solid;
	text-align: center;
	font-size: 18px;
}

.other_area h2::before{
	display: none;
	margin: 0;
	padding: 0;
}

.other_area ul li{
	margin: 0 10px 10px 0;
	color: #999;
}

.other_area ul li a{
	color: #28afed;
}

.other_area ul li a:hover{
	text-decoration: underline;
}


/*--------------------------------------------------
右のコンテンツ
--------------------------------------------------*/
.side_bar{padding-top:30px;}

#service_contents a{
    display: flex;
    align-items: center;
    height:100px;
}

#service_contents{
	width:350px;
	background-color:#fff;
	border-radius:10px;
	padding:15px 0;
}

#sale_plice{width:345px;}
.side_title{
    text-align:center;
    margin-top:30px;
    margin-bottom:10px;
    font-size:20px;
}

span.coment{
	font-size:15px;
	position: relative;
	display:block;
}
span.coment::before{
	position: absolute;
	width: 0;
	height: 25px;
	content: '';
	-webkit-transform: rotate(-30deg);
	        transform: rotate(-30deg);
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #333;
	top:-5px;
	left:26%;
}

span.coment::after {
	position: absolute;
	width: 0;
	height: 25px;
	content: '';
	-webkit-transform: rotate(30deg);
	        transform: rotate(30deg);
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #333;
	top:-5px;
	right:26%;
}


.side_inner .service_img{
    width:132px;
    margin:10px;

}
.service_sub{padding-top:10px;font-size:13px;}
.service_title{
    color:#12a0e1;
    font-weight:bold;
    font-size:19px;
    line-height:1.2;

}
.pack_list{margin-top:15px;}
/* aのリンク幅の広げる指定 */
.pack_list .pack{
	width:49%;
	margin:20px auto;
	text-align:center;
	position:relative;
	border-radius:10px;
    padding-top:65px;
	padding-bottom:15px;
	background-color:#fff;
}
.pack_list .pack a {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:101;
}
.pack_list .pack:nth-child(odd){
    margin-right:1%;

}
.pack_list .pack:nth-child( even){
    margin-left:1%;

}
.pack_list a{display:block;}
/* ラベル部分 右下に表示 */
.pack_list .pack::before {
     content: "";
    display: inline-block;
	background: url(../imgs/area/arrow_page.png) bottom no-repeat;
    background-size: auto;
	background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
	right: 0;
	bottom:0;
    position: absolute;
    z-index: 100;
}

.pack_list .pack_img img{
	margin:0 auto;
	position:absolute;
	 top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
/* pack画像の指定 */

.ss_p img{
	width:38px;
}
.s_p img{
	width:103px;

}
.m_p img{
	width:119px;

}
.l_p img{
	width:111px;

}

.pack_list .pack_size{
	font-size:20px;
	color:#fff;
	background-color:#12a0e1;
	width:50px;
	height:30px;
	border-radius:10px;
	text-align:center;
	font-weight:bold;
	position:absolute;
    top: 12%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* 余白の調整 */
.pack_img,
.pack_name,
.pack_catch,
.pack_moto,
.down_arrow,
.sale_price,
.capacity{
	padding-right:15px;
	padding-left:15px;
	letter-spacing:normal;
}

ul.pack_list{
	display:flex;
	flex-wrap:wrap;
}
.side_service,
ul.pack_list{
    max-width:350px;
}

ul.pack_list li{
	width:46%;
}

.pack_list .pack_name{
	font-size:16px;
	color:#12a0e1;
}
.pack_list .pack_catch{
	font-size:14px;
	color:#333;
	padding-top:5px;
	font-weight:normal;
}
.pack_list .kihon{
	border-radius:50px;
	color:#a7a7a7;
	height:20px;
	font-size:12px;
	border:2px solid;
	display:inline-block;
	padding:0 5px;
	margin:10px auto 0px auto;

}
.moto{font-family: Century Gothic, sans-serif;font-size:20px;padding:5px;}
.del{text-decoration:line-through;}
.down_arrow {
	font-family: Century Gothic, sans-serif;
	position: relative;
	background-color:#e80112;
	letter-spacing:-1px;
	color:#fff;
	display:block;
	font-weight:bold;
	font-size:17px;
	width:80%;
	margin:0 auto;
}
.down_arrow span{
  color:#ff0;
}
.pack_list .down_arrow::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 65px solid transparent;
  border-top: 10px solid #e80112;
  border-bottom-width: 0;
}
.pack_list .sale_price{
	font-family: Century Gothic, sans-serif;
	font-size:31px;
	font-weight:bold;
	color:#e80112;
	position:relative;
	text-align:left;
	margin-top:10px;
	padding-left:16px;
	padding-right:16px;
}
.tax_in{
	display:inline-block;
	color:#333;
	font-size:11px;
	line-height:1;
	position:absolute;
	top:10px;
	letter-spacing:-1px;

}
.capacity{font-size:13px;}

.price_info_btn{
	text-align:center;
	margin:15px auto 90px;
	background-color:#999;
	border-radius:50px;
	position:relative;
	width:98%;
}
.price_info_btn a{
	font-weight:bold;
	color:#fff;
	display:block;
	padding:10px;

}

.price_info_btn a::after {
    content: "";
   background: url(../imgs/area/area_arrow.png) bottom no-repeat;
	background-size: auto;
	background-size: contain;
    width: 13px;
    height: 13px;
    position: absolute;
    display: block;
    color: #fff;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
/* 装飾 */
span.marker{
	background-color: #ff9;
}
.mt15{
	margin-top:15px;
}
p.indent{
	text-indent: 1em;
}

/* 目次表示非表示 */

.target {
  /* padding: 10px; */
  transition: opacity 300ms;
}
.target.is-hidden {
  opacity: 0;
}
