@charset "UTF-8";

* { 
	margin: 0px; 
	padding: 0px; 
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	color: #333;
}
.wrapper { 
	margin: 0 auto;
	width: 100%;
	height: auto;
	min-height: 100%; 
	overflow: hidden;
}

.header {
	background-image: url(../image/main_bg.png); 
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-top: 34%;
	position: relative;
}
.header img {
	position: absolute;
	top: 0;
}
.container_area {
	width: 100%;
}
h2 {
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 15px;
	margin-bottom: 30px;
}
h2.bg_green { background: #80bb00; }
h2.bg_blue { background: #0c9bdd; }
.container .c_main_img { margin-bottom: 30px; }
.container h3 {
	font-size: 24px;
	border-bottom: 2px solid;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}
.container h3.camela_h3 {
	color: #458d02;
	border-color: #9ed173;
}
.info_area_yt .tel_sp { display: none; }
.info_area_yt .tel_pc { display: block; }
.info_area_yt div a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
} 
.info_area_yt { margin-bottom: 60px; }
.info_area_yt .yt_mailbox .mail_area a,
.info_area_yt .tel_area {
	color: #fff;
	display: block;
	background: #7fc53f;
	padding: 10px 15px;
	text-decoration: none;
	min-height: 81px;
}
.info_area_yt .yt_mailbox .mail_area a:hover {background: #458d02;}
.info_area_yt .yt_mailbox .mail_area div,
.info_area_yt .tel_area div {
	display: inline-block;
}
.info_area_yt .yt_mailbox .mail_area .c_info_tit,
.info_area_yt .tel_area .c_tel_tit {
	font-weight: bold;
	text-align: center;
	width: 25%;
	vertical-align: text-bottom;
}
.info_area_yt .yt_mailbox .mail_area .c_info_txt {
	text-align: center;
	width: 60%;
}
.info_area_yt .yt_mailbox .mail_area .c_info_txt .c_txt_s,
.info_area_yt .tel_area .c_tel_txt .c_txt_s { font-size: 15px; display: block; }
.info_area_yt .yt_mailbox .mail_area .c_info_txt .c_txt_b {
	font-weight: bold;
	font-size: 1.6em;
} 

.info_area_yt .yt_mailbox .mail_area .c_info_icon {
	text-align: right;
	width: 12%;
	vertical-align: text-bottom;
}
.info_area_yt .yt_mailbox .sub_txt {
	font-size: 15px;
	color: #7fc53f;
	text-align: center;
	font-weight: bold;
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.info_area_yt .yt_mailbox .sub_txt:before {
	border-top: 2px solid;
  content: "";
  display: inline; /* for IE */
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
  margin-right: 0.5em;
}
.info_area_yt .tel_area .c_tel_txt {
	text-align: center;
	width: 73%;
}
.info_area_yt .tel_area .c_tel_txt .c_txt_b {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2;
	color:#fff;
}
.info_area_yt .tel_area .c_tel_txt .c_txt_b a {
	color: #fff;
}
.info_area_yt .tel_area .c_tel_txt .c_txt_b a:hover { text-decoration: underline; }
.container h3.ad_h3 {
	color: #0198d8;
	border-color: #5ab9e8;
}
.container p { font-weight: bold; }
.container .info_area_sg { margin-bottom: 60px; }
.container .info_area_sg a {
	display: block;
	color: #fff;
	text-decoration: none;
	background: #20a8e7; 
	padding: 8px 0;
}
.container .info_area_sg a:hover {
	text-decoration: none;
	background: #0198d8; 
}
.container .info_area_sg .info_tit {
	font-weight: bold;
	display: table;
	height: 100%;
	width: 100%;
}
.container .info_area_sg .info_tit div {
	height: 100%;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
.container .info_area_sg .info_est {
	padding-left: 15px;
	font-size: 1.6em;
	vertical-align: middle;
}
.container .info_area_sg .info_r_txt {
	width: 87%;
	display: inline-block; 
	font-size: 15px;
}
.container .info_area_sg .info_r_txt span { display: block; }
.container .info_area_sg .info_r_icon {
	width: 11%;
	display: inline-block;
	text-align: center;
}

.container .ad_box {
	border: 1px solid #a7a7a7;
	padding: 15px;
	margin-bottom: 30px;
}
.container .ad_box .ad_tit {
	background: #3bb0dc;
	color: #fff;
	padding: 10px 5px 8px;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin: 0 auto 10px;
	box-shadow: inset 0 0 10px rgba(35,134,172,.2);
	max-width: 420px;
}
.container .ad_box .ad_s_img {
	text-align: center;
	margin: 0 auto 10px;
	max-width:420px;
}
.container .dgs_mapArea { margin-bottom: 30px; }
.container .dgs_mapArea .dgsmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.dgs_mapArea .dgsmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.dgs_mapArea .dgsmap iframe .ab1wFe.SfQLQb-dIxMhd-bN97Pc-b3rLgd .dIxMhd-bN97Pc-b3rLgd {
    display: none;
  }

.footer {
	width: 100%;
	background: #444;
	padding: 10px 10px 40px;
}


.footer p {
	color: #ccc;
	font-weight: normal;
	text-align: right;
	font-size: 13px;
}
.footer p span { padding: 0 3px; }
.footer p a {
	color: #ccc;
}

@media screen and (max-width:480px) {
	.container_area h2 { font-size: 22px }
	.container h3 { font-size: 18px }
	.container .info_area_sg .info_tit { text-align: center; }
	.container .info_area_sg .info_tit .info_est { display: block; }
	.container .info_area_sg .info_r_txt,
	.container .info_area_sg .info_r_icon,
	.info_area_yt .yt_mailbox .mail_area .c_info_tit,
	.info_area_yt .tel_area .c_tel_tit,
	.info_area_yt .tel_area .c_tel_txt {width: 100%;}
	.container .info_area_sg .info_r_icon { margin-top: 10px; }
	.info_area_yt .yt_mailbox .mail_area .c_info_tit br,
	.info_area_yt .tel_area .c_tel_tit br { display: none; }
	.info_area_yt .yt_mailbox .mail_area .c_info_txt,
	.info_area_yt .yt_mailbox .mail_area .c_info_icon {
		width: 100%;
		text-align: center;
		margin-top: 5px;
	}
	.info_area_yt .tel_sp { display: block; }
	.info_area_yt .tel_pc { display: none; }
}

@media screen and (min-width:481px) and ( max-width:979px) {
	.container_area h2 { font-size: 28px }
	.container h3 { font-size: 22px }
}

@media screen and (min-width:721px) and ( max-width:1199px) {
	.container .info_area_sg .info_r_txt span {
		display: inline;
	}
}
@media screen and (min-width:768px) and ( max-width:991px) {
	.container .info_area_sg .info_tit { text-align: center; }
	.container .info_area_sg .info_tit .info_est { display: block; }
}
@media screen and (max-width:576px) {
	.container .info_area_sg .info_r_txt span {
		display: inline;
	}
}

@media screen and (max-width:991px) {
	.info_area_yt div img {
		margin-bottom: 25px;
	}
}
