@charset "utf-8";
body {
	background: #FFFFFF;
	color: #181715;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}
.pankuzu_bg {
	background-color: #fbfbfb;
}
.site_wrapper {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.site_wrapper2 {
	width: 1600px;
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
@media screen and (max-width: 767px) {
	.site_wrapper {
		width: 100%;
		box-sizing: border-box;
	}

}
#wrapper_all {
	text-align: center;
	min-width: 1240px;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	#wrapper_all {
		min-width: 100%;
	}
}
/* header
-------------------------------------------------------------------*/
.header {}
@media screen and (max-width: 767px) {
	.header {
		padding-bottom: 0;
	}
}
.bg_h1 {
	padding: 5px 0;
	font-size: 1.2rem;
}
.bg_f1 {
	background: #116845;
	color: #fff;
	padding: 5px 0;
	font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
	.bg_h1, .bg_f1 {
		padding: 5px 15px;
		font-size: 1.0rem;
	}
	
.bg_f1 {
			margin-bottom: 50px;

}

}
.area_hd01 {
	clear: both;
}
@media screen and (max-width: 767px) {
	.area_hd01 {
		padding: 20px 10px 10px;
		box-sizing: border-box;
	}
}
.area_hd01 .left_area {
	float: left;
	width: 250px;
	padding: 10px 0;
/*	position: absolute;
	top: 15px;
	left: 0;
	z-index: 2;*/
}
.area_hd01 .right_area {
	float: right;
	width: 70%;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.area_hd01 .left_area {
		float: left;
		width: 42%;
		padding: 0 0 0 5%;
	}
	.area_hd01 .right_area {
		float: right;
		width: 150px;
	padding-right: 0;
	}
}
.tel_area {
float: right;
overflow: hidden;
text-align: right;
display:flex;align-items: stretch;
}
.tel_area li {
	display: inline-block;padding-left: 10px;
	color: #116845;
}

.tel {
	font-size: 1.8rem;
	color: #116845;
}
.tel_hd a{
	font-size: 2.0rem;
	color: #116845;
}
.tel i {
	position: relative;
	
}
.sp_hd_area li {
	display: table-cell;
	padding: 0 10px;
	color: #116845;
}
.sp_hd_area li a{color: #116845;}

.mail_hd a {
	padding-top: 2px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #116845;
}
/* navi
-------------------------------------------------------------------

.head_bd{border-left: 5px solid #afda76;clear: both;}
.head_bd ::after {
    position: absolute;
    top: 0px;
    left: -5px;
    z-index: 2;
    content: '';
    width: 5px;
    height: 40px;
    background-color: #475f21;
}
*/
.g_nav_outer {
	clear: both;
	width: 100%;
}

.g_nav {padding-top: 20px;text-align: right;}

.g_nav li {
/*	float: left;
	width: calc(99.9% / 7);*/
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.g_nav li a {
	display: block;
	position: relative;
	font-weight: bold;
	padding: 8px 10px;
	overflow: hidden;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.2;
	color: #116845;
}
.g_nav li a > span {
	display: block;
	font-size: 1.8rem !important;
}
.g_nav li a:after {
	display: block;
	content: "";
	width: 0%;
	height: 3px;
	background-color: #116845;
	/*	background-image: linear-gradient(
    90deg,
    #fff 50%,
    #00a0e9 50%, #00a0e9
  );
  background-size: 2px 3px;*/
	position: relative;
	top: 5px;
	margin: auto;
	transition: .25s ease-out;
	-webkit-transition: .25s ease-out;
	-moz-transition: .25s ease-out;
	-o-transition: .25s ease-out;
	-ms-transition: .25s ease-out;
}
.g_nav li a:hover:after, .g_nav li.current a:after {
	width: 60%;
}
/*sp_nev
-------------------------*/
.close {
	font-weight: bold;
	font-size: 20px;
	text-align: right;
}
.button-toggle {}
@media screen and (max-width: 767px) {
	.button-toggle {}
}
@media screen and (max-width: 767px) {
	.menu {
		position: fixed;
		top: 0;
		left: 0px;
		width: 100%;
		background: #f2f2f2;
		overflow: hidden;
		z-index: 9999;
		padding: 20px;
		box-sizing: border-box;
	}
	.menu a {
		display: block;
		text-decoration: none;
		padding: 15px 25px;
		font-size: 15px;
	}
}
.active {}
/* contents
-------------------------------------------------------------------*/
.content_area {
	margin-bottom: 30px;
}
.content_area .main_area {
	float: left;
	width: 920px;
	box-sizing: border-box;
}
.content_area .side_area {
	float: right;
	width: 240px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.content_area .main_area {
		float: none;
		width: 100%;
		margin-bottom: 25px;
		padding: 0 15px;
	}
	.content_area .side_area {
		float: none;
		width: 100%;
	}
}
.side_ttl {
	background: #116845;
	text-align: center;
	color: #fff;
	line-height: 1;
	padding: 10px;
}
ul.cate li {
	margin-bottom: 5px;
}
ul.cate li a {
	text-decoration: underline;
}
ul.cate li:before {
	content: "＞";
}
.article_list li {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.article_list li:last-child {
	background: none;
	padding-bottom: 15px;
	margin-bottom: 0;
}
.side_txt_area {
	padding: 20px;
	border: #116845 1px solid;
	border-top: none;
}
.btn_pink a {
	border: #ff6357 1px solid;
	font-size: 1.4rem;
	color: #ff6357;
	display: block;
	text-align: center;
	padding: 15px 30px;
	line-height: 1;
	background: #fff;
}
.btn_green a {
	background: url(../img/common/arrow_03.png) no-repeat right 10px center #fff;
	border: #181715 1px solid;
	font-size: 1.8rem;
	color: #181715;
	display: block;
	text-align: center;
	padding: 20px 30px;
	line-height: 1;/*	font-family: "游明朝", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
}
.btn_green a:hover {
	color: #fff;
	background: url(../img/common/arrow_04.jpg) no-repeat right 10px center #181715;
}
.btn_green_2 a {
	background: url(../img/common/arrow_04.png) no-repeat right 10px center #181715;
	border: #181715 1px solid;
	font-size: 1.8rem;
	color: #fff;
	display: block;
	text-align: center;
	padding: 20px 30px;
	line-height: 1;/*	font-family: "游明朝", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
}
.btn_green_2 a:hover {
	color: #181715;
	background: url(../img/common/arrow_03.png) no-repeat right 10px center #fff;
}
.bg_top_area {
	background: url(../img/common/bg_area_01.png) no-repeat center top #fef6e6;
}
.bg_top_area_02 {
	background: url(../img/common/bg_area_01.png) no-repeat center top #cc8f8f;
}
.bg_top_area_03 {
	background: url(../img/common/bg_area_01.png) no-repeat center top #ffffff;
}
.ico_tel_in {
	display: block;
}
.btn_black a, .btn_black input {
	border: #333 1px solid;
	font-size: 1.4rem;
	color: #333;
	display: block;
	text-align: center;
	padding: 15px 30px;
	line-height: 1;
	background: #fff;
}
.btn_black_02 a, .btn_black_02 input {
	background: #181715;
	font-size: 1.4rem;
	color: #fff;
	display: block;
	text-align: center;
	padding: 15px 30px;
	line-height: 1;
	border: 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	width: 100%;
	-webkit-appearance: none;
}
.btn_black_02 input:hover {
	cursor: pointer;
	opacity: 0.7;
}
.txt_area01 {
	position: relative;
	padding: 0.25em 1em;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	background: #fff;
}
.txt_area01:before, .txt_area01:after {
	content: '';
	position: absolute;
	top: -7px;
	width: 1px;
	height: -webkit-calc(100%+ 14px);
	height: calc(100%+ 14px);
	background-color: black;
}
.txt_area01:before {
	left: 7px;
}
.txt_area01:after {
	right: 7px;
}
.txt_area02 {
	background-color: #fff;
	border: 1px solid #181715;
	padding: 15px 30px;
}
@media screen and (max-width: 767px) {
	.txt_area02 {
		padding: 15px 20px;
	}
}
.txt_area02_tit {
	color: #181715;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.8rem;
}
.txt_side01 {
	border-bottom: #222 1px solid;
	border-top: #222 1px solid;
	text-align: center;
}
/*
.txt_area02:before,
.txt_area02:after{ 
  content:'';
width: 20px;
height: 30px;
position: absolute;
display: inline-block;
}

.txt_area02:before{
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc;
  top:0;
  left: 0;
}


.txt_area02:after{
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  bottom:0;
  right: 0;
}

*/
.btn_top {
	display: none;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 200;
}

.foot_btn{
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 200;
	width: 100%;

}
.foot_btn > ul {position: relative;text-align: left;}
.foot_btn > ul > li{display: inline-block;padding: 10px 2px;}

.f_tel a{display: none;}
.f_mail a{display: none;}
.f_line a{display: none;}
.f_btn {position: absolute;right: 5px;bottom: 5px;}
@media screen and (max-width: 767px) {

footer{padding-bottom: 80px;}

.foot_btn{
	background: #fff;
	}
.f_tel a{display: inline-block;font-size: 1.4rem;color: #116845;background-color: #fff;font-weight: bold;text-align: center;border-radius: 5px;padding: 6px 10px;border: 1px solid #363;}
.f_tel a span{font-size: 1.2rem;}

.f_mail a{display: inline-block;font-size: 1.4rem;background: #363;font-weight: bold;text-align: center;
    color: #fff;border-radius: 5px;padding: 5px 10px;}
.f_mail a span{display: inline-block;width: 30px;padding-bottom: 4px;}
.f_line a{display: inline-block;font-size: 1.2rem;background: #00B900;
    color: #fff;font-weight: bold;text-align: center;border-radius: 5px;padding: 5px 10px;}
.f_line a span{display: inline-block;width: 30px;}

.f_btn {width: 36px;   bottom: 20px; padding: 0 !important;}
}


@media screen and (max-width: 330px) {
.f_tel a{display: inline-block;font-size: 1.2rem;font-weight: bold;}
.f_tel a span{font-size: 1.0rem;}

.f_mail a{display: inline-block;font-size: 1.0rem;font-weight: bold;}
.f_mail a span{display: inline-block;width: 30px;padding-bottom: 6px;}
.f_line a{display: inline-block;font-size: 1.0rem;font-weight: bold;}
.f_line a span{display: inline-block;width:24px;}

}

/*.btn_top2 {
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 200;
}*/
.btn_top a:hover *, .btn_top2 a:hover * {
	opacity: 0.35;
}
/*
@media screen and (max-width: 767px) {
	.btn_top {
		display: none;
	}
	.btn_top2 {
		width: 30px;
		position: fixed;
		top: auto;
		right: 0px;
		bottom: 10px;
		z-index: 10;
	}
}
*/
.icon_list.icon_01 {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
}
.icon_list li, .post-categories li, .news_ico {
	display: inline-block;
	min-width: 50px;
	text-align: center;
	margin: 0 5px 5px 0;
	line-height: 1;
	box-sizing: border-box;
}
.icon_list.icon_01 > li{
	background: #fff;
}
.icon_list li.important, .post-categories li.important, .news_ico {
	color: #fff;
	background: #b7ad02;
}
.icon_list li.news, .post-categories li.news {
	border: #f5a53c 1px solid;
	background-color: #fff;
	color: #f5a53c;
}
.icon_list li, .post-categories li {/*	border: #c85554 1px solid;*//* background-color: #583c32; */color: #fff;
}
.icon_list li a, .post-categories li a {
	display: inline-block;
	padding: 5px;
	background-color: #fff;
	color: #116845;
	border: 1px solid #116845;
	font-size: 1.2rem;
}
.column_ico li {}
.column_ico li a {
	background: #116845;
	color: #fff;
	display: block;
	padding: 3px 5px;
}
.top_column_fig_area {
	float: left;
	width: 35%;
}
.column_fig {
	background: #1d130f;
	text-align: center;
/*	border: 1px solid #000;
	overflow: hidden;
	padding: 2px;
	background-color: #fff;
	margin-bottom: 5px;
*/
}
.column_tit a{
/*	margin-bottom: 15px;
	border-bottom: 1px solid #aaaaaa;
	min-height: 70px;
	text-indent: -1.5em;
	padding: 0 0 15px 1.5em;*/
	color: #116845;
}
.column_tit:before {
/*	font-family: "Font Awesome 5 Free";
	content: "\f044";
	padding-right: 5px;文字との隙間*/
}
.txt_area_column {
	height: 120px;
	position: relative;
}
.column_txt {
	float: right;
	width: 62%;
}
@media screen and (max-width: 767px) {
	.column_top > li {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.column_tit {
		background-position: left 0 top 3px;/*
		padding: 0 0 5px 30px;*/
		margin-bottom: 10px;
		border-bottom: 1px solid #aaaaaa;
		min-height: auto;
	}
	.column_top .top_column_fig_area {
		float: left;
		width: 30%;
	}
	.column_top .column_fig {}
	.column_top .column_txt {
		width: 65%;
		float: right;
	}
	.column_top .txt_area_column {
		height: auto;
		padding-bottom: 30px;
		font-size: 1.2rem;
	}
}

.content_tit a{display: block;font-weight: bold;color: #116845;border-bottom: 1px solid #116845;padding-bottom: 10px;margin-bottom: 10px;}

.seminar_btn a{
	border-bottom: #116845 1px solid;font-weight: bold;color: #116845;
	display: inline-block !important;
}
@media screen and (max-width: 767px) {
	.seminar_btn {
	}
}
.img_area{
	width:60%;
	height: 450px;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
.img_area{
	width:100%;
	height: auto;
	overflow: auto;
	margin-bottom: 15px;
}
}
.img_area img{
	width:100%;
	height: auto;
}
.txt_voice_area{
	background: #fff;
	position: absolute;
	top: 10%;
	right: 0;
	width: 45%;
	padding: 40px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.txt_voice_area{
	background: #fff;
	position:static;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}
}
.txt_voice {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.txt_voice:before {
	font-family: "Font Awesome 5 Free";
	content: "\f4ad";
	padding-right: 5px;/*文字との隙間*/
}
/* footer
-------------------------------------------------------------------*/
.bg_contact {
	background:url("../img/top/bg_02.webp")no-repeat center center #116845;
	background-size: cover;
	position: relative;
	z-index: 2;
	color: #fff;
	overflow: hidden;
}

.contact_bottom_tit{font-size: 4.8rem;/* font-weight: bold; */margin: 40px 0;}

.contact_bottom_copy{font-size: 1.8rem;margin-bottom: 40px;}

@media screen and (max-width: 767px) {
.contact_bottom_tit{font-size: 2.4rem;font-weight: bold;margin: 20px 0;}

.contact_bottom_copy{font-size: 1.4rem;margin-bottom: 20px;}
}

.con_tel_box {
	border: 1px solid #181715;
	padding: 15px;
	font-size: 3.2rem;
	font-weight: bold;
}
.mail_side {
	margin-top: 15px;
}
.mail_side a {
	font-size: 1.8rem;
	background-color: #181715;
	font-weight: bold;
	border-radius: 5px;
	color: #fff;
	display: block;
	padding: 20px;
}
.mail_side .googlefont_01 {
	font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
	.mail_side {
		margin-top: 0;
	}
}
.ft_contact_tit {
	position: relative;
	margin-bottom: 20px;
}
.ft_contact_tit h2 {
	font-size: 1.6rem;
	border-bottom: 1px solid #fff;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.ft_contact_tit h2::after {
	content: "";
	position: absolute;
	left: 48%;
	bottom: -3px;
	width: 4%;
	height: 5px;
	overflow: hidden;
	background-color: #fff;
}
.ft_contact_en {
	font-size: 4.8rem;
	font-weight: bold;
	line-height: 1.1;
}
@media screen and (max-width: 767px) {
	.ft_contact_tit h2::after {
		content: "";
		position: absolute;
		left: 45%;
		bottom: -3px;
		width: 10%;
		height: 5px;
		overflow: hidden;
		background-color: #fff;
	}
}
.footer {}
.ft_area {
	padding: 50px 0;
}
@media screen and (max-width: 767px) {
	.ft_area {
		padding: 25px 15px;
	}
}
.ft_area .left_area {
	float: left;
	width: 50%;
}
.ft_area .right_area {
	float: right;
	width: 50%;
}
@media screen and (max-width: 767px) {
	.ft_area .left_area {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.ft_area .right_area {
		float: none;
		width: 100%;
	}
}
.ft_nav li {
	float: left;
	width: 33.333%;
	font-size: 1.2rem;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.ft_nav li {
		width: 50%;
		padding: 0 5px;
		box-sizing: border-box;
	}
}

.f_inbox{width: 290px;border: 1px solid #116845;padding: 15px;font-size: 1.4rem;font-weight: 500;text-align: left;float: right;}
@media screen and (max-width: 767px) {
.f_inbox{width: 100%;padding: 15px;font-size: 1.2rem;float: none;}

}
/*ggmap
--------------------------------*/
@media screen and (max-width: 767px) {
	.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%;
	}
}
.border_double {
	border: #aaaaaa double 3px;
	padding: 15px;
}
.ico_f01 {
	background: url(../img/common/ico_f01.png) left center no-repeat;
	padding-left: 20px;
}
.ico_f02 {
	background: url(../img/common/ico_f02.png) left center no-repeat;
	padding-left: 20px;
}
.ico_f03 {
	background: url(../img/common/ico_f03.png) left center no-repeat;
	padding-left: 20px;
}
.list_f01 li {
	border-top: #ccc 1px dotted;
	padding-top: 15px;
	margin-top: 15px;
	width: 33.3333%;
	float: left;
	font-size: 85.7% !important;
}
.slider_txt {
	position: absolute;
	bottom: 190px;
	left: 0;
}
@media screen and (max-width: 767px) {
	.slider_txt {
		bottom: 50px;
	}
}
.access_detail {
	display: table;
	clear: both;
	width: 100%;
}
.access_detail dt {
	display: table-cell;
	width: 15%;
}
.access_detail dd {
	display: table-cell;
	width: 85%;
}
@media screen and (max-width: 767px) {
	.access_detail, .access_detail dt, .access_detail dd {
		display: block;
		width: 100%;
	}
	.access_detail dt {
		background: #f2f2f2;
	}
}
.bg_movie {
	background: url(../img/top/bg_top_01.png) left top no-repeat, url(../img/top/bg_top_02.png) right bottom no-repeat;
	padding: 80px 0;
}
@media screen and (max-width: 767px) {
	.bg_movie {
		padding: 30px 0;
		background-size: 50%;
	}
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 30px;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
@media screen and (max-width: 767px) {
	.li_link_bnr img {
		width: 100%;
	}
}

.bg_price{background-color: #116845;color: #fff;}
.bg_price .col{clear: both;}
.bg_price .col .left_area{width: 50%;float: left;background: url("../img/top/bg_01.webp")no-repeat center center;-webkit-background-size: cover;
background-size: cover;}
.bg_price .col .right_area{width: 50%;float: right;}

.bg_price .col .right_area .inbox{width: 600px;max-width: 100%;padding: 40px;text-align: left;}
.bg_price .col .right_area .inbox h3{font-size: 2.4rem;font-weight: 300;}

.bg_price .col .right_area .inbox .bg_price .prit{margin-bottom: 30px;font-size: 1.8rem;font-weight: bold;}

.bg_price .en_tit{font-size: 7.2rem;margin-right: 30px;}

.part_price_box{text-align: center;padding: 20px;border: 1px solid #fff;margin-bottom: 10px;font-size: 1.6rem;}
.part_price_box .price{font-size: 3.6rem;font-weight: bold;}
@media screen and (max-width: 767px) {
.bg_price .col .left_area{width: 100%;float: none;height: 200px;}
.bg_price .col .right_area{width: 100%;float: none;}

.bg_price .col .right_area .inbox{width: 600px;max-width: 100%;padding: 15px;text-align: left;}
.bg_price .col .right_area .inbox h3{font-size: 2.4rem;font-weight: 300;}

.bg_price .col .right_area .inbox .bg_price .prit{margin-bottom: 30px;font-size: 1.8rem;font-weight: bold;}

.bg_price .en_tit{font-size: 3.6rem;margin-right: 30px;display: block;}

.part_price_box{text-align: center;padding: 15px;border: 1px solid #fff;margin-bottom: 10px;font-size: 1.4rem;}
.part_price_box .price{font-size: 2.0rem;font-weight: bold;}
}

.area_box{border: 1px solid #116845;padding: 40px;}

.area_box .col_4 li{position: relative;}

.area_box .col_4 li span{position: absolute;left: 0;top: 0;background-color: #fff;padding: 10px;font-size: 1.6rem;color: #116845;}
@media screen and (max-width: 767px) {
.area_box{padding: 15px;}

.area_box .col_4 li span{padding: 5px;font-size: 1.2rem;color: #116845;}
}
