@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;700&family=Text+Me+One&family=Zen+Kurenaido&display=swap');

.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho-bold {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}


.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.text-me-one-regular {
  font-family: "Text Me One", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.zen-kurenaido-regular {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
}


:root {
	--color-baseText: #000000;
	--color-lightText:#FFFFFF;
	--color-point: #EB1C24;
	--color-sub: #32A545;
	--color-important: #EB1C24;
	--contents-bg: #d7f6d7;
	--anim-bg: #32A545;
	
	--form-bg: #f4f4f4;
	--color-middle: #666666;
	
	--footer-bg: #97D5A1;
	--footer-color: #FFFFFF;
	
	--entrybox-bg: #97D5A1;
	--entrybox-color: #FFFFFF;
	--entrybox-btnRec1: #2A8539;
	--entrybox-btnRec2: #e95858;
	
	--copyright-bg: #32A545;
	--copyright-text: #FFFFFF;
	
	--table-border: #000000;
	--table-thead-th-bg: #2D7A3A;
	--table-thead-th-color: #FFFFFF;
	--table-tbody-th-bg: #32A545;
	--table-tbody-th-color: #FFFFFF;
	--table-td-bg: #FFFFFF;
	--table-td-color: #000000;
}

*{
    margin: 0px;
	padding: 0px;
}

img{border: 0;}

a {outline: none;}

ul,ol { list-style-type: none;}

A:link{color:#2f3640;text-decoration:underline}
A:visited{color: #2f3640;text-decoration:none;}
A:active{color:#2f3640;text-decoration:none;}
A:hover{color:#2f3640;text-decoration:none;}

::selection{
	background: var(--color-point);
	color: var(--color-lightText);
}
::-moz-selection{
	background: var(--color-point);
	color: var(--color-lightText);
}

table{
	border-collapse:collapse;
}


input{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}

body{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	overflow-x:hidden;
}
h1,
h2,
h3,
h4{
}

body.modal-open{
	overflow: hidden !important;
}


.wrapper{
	margin: 0 auto;
	width: 98%;
	max-width: 1200px;
	text-align:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#container{
	text-align: left;
}


/* ページスクロールボタン */
#topcontrol{
	z-index: 200;
	right: 10px !important;
	bottom: 70px;
}


#topcontrol span{
	display: none;
}

@media screen and (min-width: 980px) {
	#topcontrol span{
		display: none;
	}
	.sp{
		display: none;
	}
	tr.sp,
	th.sp,
	td.sp{
		display: none;
	}
}
@media screen and (max-width: 979px) {
body{
	font-size: 14px;
}
	#container{
		min-width: auto;
		max-width: initial;
        overflow: hidden;
	}
	.sp{
		display: none;
	}
}
@media screen and (max-width: 768px){
	.sp{
		display: block;
	}
	tr.sp,
	th.sp,
	td.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	tr.pc,
	th.pc,
	td.pc{
		display: none;
	}
	#topcontrol img{
		width: 50px !important;
		height: auto !important;
	}
}

/*header
************************************************************************************/
#header {
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}
#header .sitename{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: left;
	height: 90px;
}
#header .sitename img{
	height: 80px;
	width: auto;
}

#header .header_btn_official{
	position: absolute;
	top: 50%;
	right: 120px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#header .header_btn_official a{
	display: block;
	border: 1px solid #81c78c;
	background-color: rgba( 255, 255, 255, 0.75 );
	padding: .5em 2em;
	border-radius: 3px;
	color: #000;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}
#header .header_btn_official a img{
	width: 210px;
	height: auto;
}
@media screen and (max-width: 768px){
	#header .header_btn_official{
		display: none;
	}
}

/*layout
************************************************************************************/
#content{
	color: #000;
}


.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lv_h1{
	color: #000;
	font-size: 1.75em;
	display: flex;
	align-items: center;
	margin-bottom: 1.5em;
}
.lv_h1:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #000;
	display: block;
}
.lv_h1:after {
	margin-left: .4em;
}

.lv_h2{
	font-size: 1.25em;
	font-weight: bold;
	margin: 1em 0;
	text-align: center;
	color: #3b5aa8;
}

.section{
	padding: 50px 0;
}


/*footer
----------------------------------------------------------------------*/

#banners {
	padding: 30px;
}
#banners .bannersWrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 30px;
	row-gap: 30px;
	align-items: stretch;width: 80%;
    margin: auto;
}
/*menus*/
#banners .bannersWrap .menu_item {
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 14px -5px #191919;
	background: #000;
}
#banners .bannersWrap .menu_item a{
	color: var(--color-lightText);
	text-decoration: none;
}
#banners .bannersWrap .menu_item:before{
	padding-top: 65%;
	content: "";
	display: block;
}

#banners .bannersWrap .menu_item_photo {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}
#banners .bannersWrap .menu_item_photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .75;
}

#banners .bannersWrap .menu_item_title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
	font-size: 1.313em;
	font-weight: 600;
	text-align: center;
}
@media screen and (min-width: 1024px){
	#banners .bannersWrap .menu_item_photo img{
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	#banners .bannersWrap .menu_item:hover .menu_item_photo img{
		transform: scale(1.1);
	}
}
@media screen and (max-width: 768px){
	#banners .bannersWrap .menu_item_title{
		width: 95%;
		font-size: 1.143em;
	}
}

#banners .bannersWrap .menu_item_title span.icon{
	display: block;
	margin-bottom: .5em;
}
#banners .bannersWrap .menu_item_title span.icon img{
	max-width: 45px;
	max-height: 45px;
	width: auto;
	height: auto;
}
@media screen and (max-width: 768px){
	#banners {
		padding: 15px;
	}
	#banners .bannersWrap {
		column-gap: 10px;
		row-gap: 10px;
	}
	#banners .bannersWrap .menu_item_title span.icon img{
		max-width: 25px;
		max-height: 25px;
	}
}
@media screen and (max-width: 599px) {
	#banners .bannersWrap {
		grid-template-columns: 1fr;
		margin: auto;
	}
	#banners .bannersWrap .menu_item:before{
		padding-top: 35%;
		content: "";
		display: block;
	}
	#banners .bannersWrap .menu_item_title:after{
		content: " ≫";
	}
}


.footer_fix{
	display: none;
}
#footer {
}
#footer a{
	text-decoration: none;
}
.footer_entryWrap {
	background: var(--entrybox-bg);
	color: var(--entrybox-color);
	padding: 30px 0 50px;
}

.entry_title {
	font-size: 3.125em;
	font-weight: 700;
	text-align: center;
	margin-bottom: .7em;
}

.entry_btns {
	display: flex;
	flex-wrap: wrap;
	min-width: 600px;
	max-width: 800px;
	margin: auto;
	justify-content: center;
}
.entry_btns_item {
	width: 48%;
	margin: 0 1%;
	text-align: center;
}
.entry_btns_item a{
	color: var(--entrybox-color);
	display: block;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.275em;
	padding: 1.5em 0;
}
.entry_btns_item.btn1{
	background: var(--entrybox-btnRec1);
}
.entry_btns_item.btn2{
	background: var(--entrybox-btnRec2);
}
@media screen and (min-width: 1024px){
	.entry_btns_item:hover {
		animation: anima-button-30 1s;
	}
}
@keyframes anima-button-30 {
	0% {
		box-shadow: 0 0 0 0 rgb(41 136 57 / 50%);
	}
	100% {
		box-shadow: 0 0 0 1.2em rgb(0 0 0 / 0%);
	}
}
@media screen and (max-width: 768px){
	.footer_fix{
		height: 50px;
		width: 100%;
		background-color: rgba( 0, 0, 0, 0.65 );
		border-top: 1px solid #FFF;
		position: fixed;
		bottom: 0;
		left: 0;
		display: block;
		z-index: 9999;
	}
	.footer_fix ul{
		display: table;
		width: 100%;
		height: 50px;
	}
	.footer_fix ul li{
		display: table-cell;
		vertical-align: middle;
		width: 50%;
		padding: 0 .7em;
		box-sizing: border-box;
		text-align: center;
	}
	.footer_fix ul li:first-child{
		border-right: 1px solid #FFF;
	}
	.footer_fix ul li a{
		color: #FFF;
		text-decoration: none;
	}
}
@media screen and (max-width: 599px) {
	
	.entry_btns {
		min-width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 415px){
	.entry_btns {
		display: block;
	}
	.entry_btns_item{
		width: 95%;
		margin: 1% auto;
	}
}

.footerWrap {
	padding: 40px 0;
}
.footerWrap .wrapper{
	display: flex;
	flex-wrap: wrap;
}

.footer_infor {
}

.footer_infor_logo {
}

.footer_infor_phone {
	margin-top: 50px;
}

.footer_infor_phone_s {
}

.footer_infor_phoneNo {
	font-size: 1.5em;
	font-weight: 700;
}

.footer_infor_navWrap {
	width: 50%;
	margin-left: auto;
}

.footer_infor_nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 30px;
	row-gap: 0px;
	align-items: stretch;
}

.footer_infor_nav li {
	border-bottom: 1px solid #000;
	padding: 1em 0;
}
.footer_infor_nav li a{
	font-weight: 700;
	display: block;
	background: url("../img/ar_black.svg") no-repeat right 10px center;
}
@media screen and (min-width: 1024px){
	.footer_infor_nav li a{
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	.footer_infor_nav li a:hover{
	background: url("../img/ar_black.svg") no-repeat right 0px center;
	}
}
.footer_infor_nav li span{
	font-size: 0.875em;
	font-weight: 400;
	display: block;
	color: #7E7E7E;
}
.copyrights{
	background: var(--copyright-bg);
	color: var(--copyright-text);
	text-align: center;
	padding: 1em 0;
	font-size: 0.813em;
}

@media screen and (max-width: 768px){
	.footerWrap .wrapper{
		display: block;
		text-align: center;
	}
	.footer_infor_navWrap{
		display: none;
	}
	.footer_infor_phone{
		margin: 1em 0 0;
	}
	.footer_infor_phone p{
		display: inline-block;
	}
}

/*parts
************************************************************************************/
span.br{}
a.tel{}
span.spbr{}

@media screen and (min-width: 1025px){
	span.br{
		display: block;
		text-indent: -9999;
		font-size: 0;
	}
	a.tel{
		pointer-events: none;
		cursor: default;
		text-decoration: none;
		color: #000;
	}
}
@media screen and (max-width: 1024px){
	span.spbr{
		display: block;
		text-indent: -9999;
		font-size: 0;
	}
	a.tel{
		pointer-events: auto;
		cursor: pointer;
		text-decoration: none;
		color: #000;
	}
}

/*02.parts
************************************************************************************/
.text{
	padding: 15px;
}
/*google icons*/
.gicon{
	position: relative;
	display: block;
	text-decoration: none;
}
.gicon.after{
	padding-right: 55px;
}
.gicon.before{
	padding-left: 45px;
}
.gicon.after:after{
	right: 15px;
}
.gicon.before:before{
	left: 0px;
}
.gicon:after{
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	width: 30px;
	height: 30px;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;	/* Preferred icon size */
	line-height: 30px;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	color: #FFF;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
}


/*paging*/
ul.page_navi{
	text-align: center;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

ul.page_navi li{
	margin: 10px 0 15px 0;
	background: none;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	font-size: 0.975em;
	font-weight: 300;
}
ul.page_navi li:before{
	display: none;
	float: none;
}
ul.page_navi li.current span{
	background: #222;
	border: 2px solid #ccc;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 2.5;
	margin: 0 5px;
	display: block;
}
ul.page_navi li a{
	background: #ccc;
	border: 2px solid #ccc;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 2.5;
	margin: 0 5px;
	display: block;
	text-decoration: none;
}

ul.page_navi li:hover span.current,
ul.page_navi li:hover a{
	background: #222;
}

#page-404{
	padding: 20vh 0;
}
#page-404 h1{
	font-size: 3.2em;
	font-weight: 700;
	margin-bottom: .5em;
}
#page-404 h1 + p{
	font-weight: 500;
	font-size: 1.2em;
}

@media screen and (min-width: 1025px) {
/*pc*/
}
@media screen and (max-width: 1024px){
/*smart phone*/
}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 599px) {
/*sp*/
}
@media screen and (max-width: 415px){
}