@charset "EUC-JP";
/*------------------------------
基本
--------------------------------*/
html{
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: aliased;
	font-size: 62.5%;
}
body{
	font-family:ShinGoPro, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:1.4rem;
	color:#333;
	margin:0px;
	padding:0px;
	overflow-x: scroll;
	position: relative;
	background-image: url(../images/bg.gif);
    background-repeat: repeat;
	letter-spacing: 1px;
}
img{
	border:none;
}
a{
	color:#1A72E8;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}  
i.fa-brands{
	font-weight:400;
	font-family: "Font Awesome 5 Brands";
}
i.fa-solid{ 
	font-weight:900;
} 
.toppan{
	font-family:"toppan-bunkyu-midashi-go-std", sans-serif;
	font-weight: 900;
	font-style: normal;
}
.toppan_no{
	font-family: toppan-bunkyu-gothic-pr6n, serif;
	font-style: normal;
	font-weight: 400;
}
.tsunagi{
	font-family: TsunagiGothic, serif;
}
@media screen and (max-width:640px){
	html{
		scroll-padding-top: 100px;
		--top-spacing: 100px;
		scroll-padding-top: var(--top-spacing);
	}
}

/*------------------------------
フォーマット
--------------------------------*/
#container {
	width:100%;
	box-sizing:border-box;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:auto;
	overflow: hidden;
	position:relative;
}
#contents {
	width:618px;
	box-sizing:border-box;
	margin:40px auto 0px auto;
	padding:0px 0px 0px 0px;
	height:auto;
	overflow: hidden;
	position:relative;
}
@media screen and (max-width:820px){
	#contents {
		margin:40px 0px 0px 140px;
	}
}
@media screen and (max-width:700px){
	#contents {
		margin:40px auto 0px auto;
	}
}
@media screen and (max-width:618px){
	#contents {
		width:100%;
		margin:40px 0px 0px 0px;
	}
}
/*------------------------------
サイドメニュー
--------------------------------*/
.right_box{
	background: #fff;
    width: 120px;
    height: 80px;
    position: fixed;
    top: 100px;
    z-index: 6;
    right: 0px;
}


/*------------------------------
キャッチボックス
--------------------------------*/
#catch{
	margin: 0px 0px 0px 0px;
    padding: 0px 15px 15px 15px;
}
#catch h2{
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 0;
}
#catch_box h3{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height: 0;
}
#catch_box p{
	margin: 0px 0px 0px 0px;
    padding: 5px 0px 10px 0px;
	text-align:center;
}
#catch_box{
	border:10px solid #FDEC03;
	margin: 0px 0px 0px 0px;
    padding:12px;
	background-color:#fff;
}
@media screen and (max-width:590px){
	#catch{
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 15px 0px;
	}
	#catch_box p img{
		width:100%;
	}
}
@media screen and (max-width:390px){
	#catch_box p{
		margin: 0px 0px 0px 0px;
		padding: 30px 0px 0px 0px;
		text-align:center;
	}
}
/*------------------------------
エイブルボックス
--------------------------------*/
#able_box{
	margin: 0px 0px 20px 0px;
    padding:15px;
	text-align:center;
}
#able_box h2{
	margin: 0px 0px 0px 0px;
    padding:10px 0px 20px 0px;
	font-size:3.5rem;
	line-height:140%;
}
#able_box h2 span.abh2_01{
	font-size:4.6rem;
	color:#F05A24;
}
#able_box h2 span.abh2_02{
	font-size:5.2rem;
	display:block;
	margin: 10px 0px 0px 0px;
}
#able_box p.able{
	margin: 0px 0px 0px 0px;
    padding:10px 0px 20px 0px;
	font-size:2.8rem;
	line-height:140%;
}
#able_box p.line{
	margin: 0px 0px 0px 0px;
    padding:20px 0px 20px 0px;
	font-size:3.0rem;
	line-height:140%;
	color:#2A7862;
}
#able_box ul{
	margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
	list-style-type:none;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
#able_box li{
	width:30%;
	box-sizing:border-box;
	margin: 0px 0px 0px 0px;
    padding:15px 10px;
	background-color:#2A7862;
	border-radius:15px;
	color:#fff;
}
#able_box li h3{
	margin: 0px 0px 10px 0px;
    padding:0px 0px 0px 0px;
	font-size:3.7rem;
	letter-spacing:3px;
}
#able_box li p{
	margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
	font-size:1.8rem;
	line-height:140%;
	letter-spacing:1px;
}
@media screen and (max-width:590px){
	#able_box h2{
		font-size:2.4rem;
	}
	#able_box p.line{
		font-size:2.6rem;
	}
	#able_box li{
		width:32%;
	}
	#able_box li p{
		font-size: 1.6rem;
	}
	#able_box p.able br{
		display:none;
	}
}
@media screen and (max-width:480px){
	#able_box h2{
		font-size:2.0rem;
	}
	#able_box li p br{
		display:none;
	}
	#able_box li h3{
		font-size:3.0rem;
	}
	#able_box h2 span.abh2_01{
		font-size:3.8rem;
	}
	#able_box h2 span.abh2_02{
		font-size:4.2rem;
	}
}
@media screen and (max-width:390px){
	#able_box{
		padding: 10px;
	}
	#able_box li p{
		font-size: 1.4rem;
	}
	#able_box h2 br{
		display:none;
	}
	#able_box p.line br{
		display:none;
	}
	#able_box h2 span.abh2_01{
		font-size:3.4rem;
	}
	#able_box h2 span.abh2_02{
		font-size:3.6rem;
	}
	#able_box p.able{
		font-size:2.2rem;
	}
}
/*------------------------------
LINEステップ
--------------------------------*/
#line_step{
	margin: 0px 0px 50px 0px;
    padding:15px;
	background-color:#fff;
	border:2px solid #333;
	border-radius:20px;
}
#lines_box{
	background-color:#fff;
	margin: -1px 0px 0px 0px;
    padding:0px 0px 10px 0px;
	text-align:center;
}
#lines_box p{
	margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
	font-size:2.0rem;
}
#lines_sbox{
	margin: 0px 0px 0px 0px;
    padding:30px 0px 0px 0px;
}
#lines_sbox h2{
    background-repeat: no-repeat;
	background-position:left top;
	margin: 0px 0px 0px 0px;
    padding:30px 0px 70px 90px;
	font-size:3.0rem;
	line-height:130%;
}
#lines_sbox h2.lsh201{
	background-image: url(../images/step_01.png);
}
#lines_sbox h2.lsh202{
	background-image: url(../images/step_02.png);
	padding:5px 0px 55px 90px;
	letter-spacing:-1px;
}
#lines_sbox h2.lsh203{
	background-image: url(../images/step_03.png);
	padding:5px 0px 55px 90px;
	letter-spacing:-1px;
}
.ls_img{
	width: 94%;
    margin: 0px auto 30px auto;
    padding: 0px 0px 0px 0px;
    position: relative;
}
.ls_img img{
	width: 100%;
}
#lines_sbox p{
	margin: 0px 0px 0px 0px;
    padding:20px;
	font-size:3.0rem;
	line-height:140%;
}
@media screen and (max-width:590px){
	#line_step{
		margin: 0px 10px 40px 10px;
	}
	.ls_img{
		width: 100%;
	}
	#lines_sbox h2{
		font-size:2.8rem;
	}
	#lines_sbox h2 br{
		display:none;
	}
	#lines_sbox h2.lsh202,#lines_sbox h2.lsh203{
		padding:0px 0px 55px 90px;
		letter-spacing:-2px;
	}
}
@media screen and (max-width:430px){
	#lines_sbox{
		margin: 0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	#lines_sbox h2 br{
		display:none;
	}
	#line_step h2,#lines_sbox h2.lsh201,#lines_sbox h2.lsh202,#lines_sbox h2.lsh203{
		background:none;
		font-size: 2.4rem;
		padding: 10px 0px;
	}
	#lines_sbox p{
		padding:10px;
	}
	#lines_sbox p br{
		display:none;
	}
	#lines_sbox p {
		font-size: 2.0rem;
	}
	#lines_box p{
		line-height:140%;
	}
}
@media screen and (max-width:375px){
	.ls_img:after{
		background-size: 60%;
	}
}
/*------------------------------
解決
--------------------------------*/
#kaiketsu_info{
	margin: 50px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
#ki_m{
	background-image: url(../images/fuki_m.png);
    background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
#ki_m h2{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#ki_m p{
	font-size: 3.4rem;
    line-height: 150%;
    margin: 0px 0px 0px 0px;
    padding: 100px 0px 0px 0px;
    padding: 180px 0px 80px 0px;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
}
#ki_box01{
	margin: 0px 0px 0px 0px;
    padding:0px 20px 20px 20px;
	border:20px solid #4E98E3;
}
#ki_box01 ul{
	margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
	list-style:none;
}
#ki_box01 li{
	margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
#ki_box01 h3{
	background-image: url(../images/hata_01.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin: 20px 0px 0px 0px;
    padding: 14px 0px 25px 55px;
    font-size: 3.4rem;
    letter-spacing: 1px;
}
#ki_box01 h3.kibh302{
	background-image: url(../images/hata_02.png);
}
#ki_box01 h3.kibh303{
	background-image: url(../images/hata_03.png);
}
#ki_box01 h3.kibh304{
	background-image: url(../images/hata_04.png);
}
#ki_box01 p{
	margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
	font-size:2.3rem;
	font-weight: 500;
	line-height:150%;
}
#ki_box00{
	margin: 0px 0px 0px 0px;
    padding:20px 0px 0px 0px;
}
#ki_box00 h3.kib00_h31{
	margin: 0px 0px 0px 0px;
    padding:15px;
	font-size:3.6rem;
	background-color:#115CBB;
	text-align:center;
	line-height:140%;
	color:#fff;
}
#ki_box00 h3.kib00_h31 span{
	font-size:4.2rem;
	font-weight:700;
}
#ki_box00 p.kib00_p1{
	margin: 30px 0px 0px 0px;
    padding:0px 0px 0px 0px;
	font-size:2.6rem;
	font-weight: 500;
	line-height:150%;
	text-align:center;
}
#ki_box00 h3.kib00_h32{
	margin: 0px 0px 0px 0px;
    padding:15px;
	font-size:3.6rem;
	background-color:#F7E9E2;
	text-align:center;
	line-height:140%;
	color:#E50012;
}
#ki_box00 p.kib00_p2{
	margin: 20px 0px 40px 0px;
    padding:0px 0px 0px 0px;
	font-size:2.8rem;
	font-weight: 500;
	line-height:150%;
	color:#182987;
	text-align:center;
}
#ki_box02{
	margin: 0px 0px 0px 0px;
    padding:470px 20px 20px 20px;
	background-image: url(../images/m98.png);
	background-size:100% auto;
    background-repeat: no-repeat;
	background-position:left 30px;
	border:20px solid #0C5D88;
}
#ki_box02 h3{
	margin: 0px 0px 30px 0px;
    padding:0px 0px 0px 0px;
	font-size:3.4rem;
	text-align:center;
	line-height:140%;
	letter-spacing:1px;
}
#ki_box02 ul{
	margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
	list-style:none;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
#ki_box02 li{
	margin: 0px 1% 0px 1%;
    padding:0px 0px 0px 0px;
	width:47%;
	text-align:center;
}
#ki_box02 li img{
	width:100%;
	height:auto;
}
@media screen and (max-width:590px){
	#ki_m{
		background-size:100% auto;
	}
	#ki_m p{
		padding: 160px 0px 80px 0px;
	}
}
@media screen and (max-width:540px){
	#ki_m p{
		padding: 150px 0px 80px 0px;
		font-size: 3.0rem;
	}
	#ki_box01 h3{
		font-size: 3.0rem;
	}
	#ki_box02{
		padding: 380px 20px 20px 20px;
	}
}
@media screen and (max-width:480px){
	#ki_m p{
		padding: 120px 0px 80px 0px;
	}
	#ki_box01 h3{
		line-height: 120%;
	}
}
@media screen and (max-width:430px){
	#kaiketsu_info{
		margin: 20px 0px 0px 0px;
	}
	#ki_m p{
		padding:110px 0px 60px 0px;
		font-size: 2.6rem;
	}
	#ki_box01{
		padding: 0px 10px 20px 10px;
		border: 10px solid #F05A24;
	}
	#ki_box01 h3{
		background-size: 40px;
		padding-top: 0px;
		font-size: 2.8rem;
	}
	#ki_box01 p{
		font-size: 1.8rem;
	}
	#ki_box02{
		padding: 350px 10px 0px 10px;
		border: 10px solid #0C5D88;
	}
	#ki_box02 h3{
		font-size:2.8rem;
		margin-bottom:10px;
	}
	#ki_box00 h3.kib00_h31,
	#ki_box00 p.kib00_p1,
	#ki_box00 h3.kib00_h32,
	#ki_box00 p.kib00_p2{
		zoom:80%;
	}
	#ki_box00 p.kib00_p1,
	#ki_box00 p.kib00_p2{
		padding:0px 10px;
	}
	#ki_box00 p.kib00_p1 br,
	#ki_box00 p.kib00_p2 br{
		display:none;
	}
	
}
@media screen and (max-width:390px){
	#ki_m p{
		padding:95px 0px 50px 0px;
		font-size: 2.4rem;
	}
	#ki_box02{
		padding: 320px 10px 0px 10px;
	}
	#ki_box00 h3.kib00_h31,
	#ki_box00 p.kib00_p1,
	#ki_box00 h3.kib00_h32,
	#ki_box00 p.kib00_p2{
		zoom:70%;
	}
}
/*------------------------------
Q&A
--------------------------------*/
#qa{
	margin:0px 0px 0px 0px;
	padding:20px;
	background-color:#E5F5F9;
	text-align:center;
}
#qa h2{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#qa p.m_p{
	margin:20px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-size:2.2rem;
	line-height:150%;
}
#qa p.kome{
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-size:1.4rem;
	line-height:150%;
}
#qa p span{
	font-weight:700;
}
.accordion{
	margin: 0px 0px 0px 0px;
    display: inline-block;
    vertical-align: top;
}
.toggle {
	display: none;
}
.Label{
	display: block;
    font-size: 2.8rem;
    background-image: url(../images/qa_q.png);
    background-repeat: no-repeat;
    background-position: 20px 50%;
    margin: 20px 0px 0px 0px;
    padding: 20px 20px 30px 75px;
    background-color: #4E98E3;
    color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: left;
    line-height: 140%;
    height: 60px;
	cursor:pointer;
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color:#4E98E3;
	margin: 0px 0px 0px 0px;
    padding:20px;
	transition: all .3s;
}
.content p{		/*本文*/
	background-image: url(../images/qa_a.png);
    background-repeat: no-repeat;
    background-position: 15px 15px;
	background-color:#fff;
	margin: 0px 0px 0px 0px;
    padding:15px 15px 15px 70px;
	text-align:left;
	font-size:2.2rem;
	line-height:150%;
	border-radius:10px;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
@media screen and (max-width:540px){
	#qa h2 img{
		width:100%;
	}
}
@media screen and (max-width:480px){
	#qa p.m_p br{
		display:none;
	}
}
@media screen and (max-width:430px){
	#qa{
		padding:40px 10px 10px;
		margin-bottom:20px;
	}
	.Label{
		background-size: 35px;
		font-size: 1.8rem;
		height: 38px;
		padding: 10px 20px 20px 60px;
		background-position: 15px 50%;
	}
	.toggle:checked + .Label + .content {	/*開閉時*/
		padding:10px;
	}
	.content p{
		font-size: 1.6rem;
		background-size: 35px;
		padding: 10px 10px 10px 55px;
		background-position: 10px 15px;
	}
	#qa p.m_p{
		font-size: 1.8rem;
	}
}
/*------------------------------
開業スタイル・エリア
--------------------------------*/
#style{
	margin:0px 0px 0px 0px;
	padding:40px 20px 0px 20px;
}
#style h2{
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-size:4.0rem;
	line-height:140%;
}
#area_box{
	border:3px solid #2A424B;
	margin:10px 0px 0px 0px;
	padding:20px;
	border-radius:10px;
}
#area_box h3{
	background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 2px;
    font-size: 2.2rem;
    position: relative;
    text-align: left;
	line-height:140&;
}
#area_box h3:before {
    content: '';
    display: inline-block;
    background-color: #000;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
#area_box h3:after {
    font-family: "Font Awesome 5 Free";
    content: '\f14a';
    position: absolute;
    padding: 0em;
    color: #FFEA45;
    font-weight: 900;
    left: 0px;
    top: -2px;
    font-size: 2.6rem;
}
#area_box p{
	font-size:1.5rem;
	line-height:140%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
@media screen and (max-width:590px){
	.inuki_box,.skelton_box{
		background-size: 100% auto;
	}
	.inuki_box h4 span,.skelton_box h4 span{
		right:185px;
	}
}
@media screen and (max-width:540px){
	.inuki_box h4 span,.skelton_box h4 span{
		right:130px;
	}
	#style h2 img{
		width:100%;
	}
}
@media screen and (max-width:480px){
	.inuki_box h4 span,.skelton_box h4 span{
		right:80px;
	}
	#style h2{
		font-size:3.6rem;
	}
}
@media screen and (max-width:430px){
	#style{
		padding: 0px 10px 0px 10px;
	}
	#style h2{
		font-size:2.8rem;
		margin: 0px 0px 10px 0px;
	}
	.inuki_box h3,.skelton_box h3{
		font-size: 2.6rem;
		padding: 10px 0px 0px 20px;
	}
	.inuki_box h4, .skelton_box h4 {
		font-size: 1.8rem;
		padding: 20px 0px 10px 20px;
	}
	.inuki_box h4 span, .skelton_box h4 span {
		right: 140px;
		font-size: 2.4rem;
		bottom:22px;
	}
	.inuki_box p, .skelton_box p{
		font-size: 1.6rem;
	}
	#area_box{
		margin: 0px 0px 0px 0px;
		padding: 10px;
	}
	#area_box h3{
		font-size: 1.8rem;
		line-height:150%;
	}
	#area_box p{
		font-size:1.2rem;
	}
}
@media screen and (max-width:415px){
	.inuki_box h4 span, .skelton_box h4 span {
		right: 120px;
	}
}
@media screen and (max-width:390px){
	.inuki_box h4 span, .skelton_box h4 span {
		right: 100px;
	}
}
@media screen and (max-width:375px){
	.inuki_box h4 span, .skelton_box h4 span {
		right: 80px;
	}
}
@media screen and (max-width:360px){
	.inuki_box h4 span, .skelton_box h4 span {
		right: 70px;
	}
}
@media screen and (max-width:350px){
	.inuki_box h4 span, .skelton_box h4 span {
		right:0px;
	}
}
/*------------------------------
移転・閉店
--------------------------------*/
#iten{
	margin:0px 0px 0px 0px;
	padding:40px 20px 0px 20px;
}
#iten h2{
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-size:3.8rem;
	line-height:140%;
	color:#F05A24;
}
#iten p.toppan_no{
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 0px;
	font-size:2.2rem;
	line-height:150%;
}
#iten h3{
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-size:3.0rem;
	line-height:140%;
}
@media screen and (max-width:540px){
	#iten h2{
		font-size:3.4rem;
	}
	#iten h3{
		font-size:2.6rem;
	}
}
@media screen and (max-width:480px){
	#iten h2{
		font-size:3.0rem;
	}
	#iten h3{
		font-size:2.2rem;
	}
	#iten p.toppan_no{
		font-size:1.8rem;
	}
}
@media screen and (max-width:480px){
	#iten h2{
		font-size:2.4rem;
	}
	#iten h3 br{
		display:none;
	}
}
@media screen and (max-width:428px){
	#iten{
		padding: 20px 10px 0px 10px;
	}
}
/*------------------------------
プライバシー
--------------------------------*/
#privacy{
	margin:0px 20px 0px 20px;
	padding:20px;
	background-color:#E5E5E5;
}
#privacy h3{
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	font-size:1.6rem;
	line-height:140%;
}
#privacy p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:1.2rem;
	line-height:150%;
}
@media screen and (max-width:540px){
	#privacy{
		padding:30px;
	}
}
@media screen and (max-width:480px){
	#privacy{
		background-position:0px 10px;
	}
}
@media screen and (max-width:430px){
	#privacy{
		background-size: 150%;
		height: 290px;
		padding: 40px 10px 20px 10px;
		margin: 10px;
	}
}
@media screen and (max-width:415px){
	#privacy{
		background-size: 160%;
		height: 300px;
	}
}
@media screen and (max-width:390px){
	#privacy {
		background-size: 190%;
		height: 335px;
	}
}
@media screen and (max-width:375px){
	#privacy {
		background-size: 198%;
		height: 335px;
	}
}
/*------------------------------
ボタン枠
--------------------------------*/
.btn_box{
	margin: 40px 20px 20px 20px;
    padding:20px 0px 10px 0px;
	border:5px solid #FDEC03;
	border-top:10px solid #FDEC03;
	text-align:center;
}
.wakunon{
	margin: 20px 20px 0px 20px;
    padding:20px 0px 10px 0px;
	border:none;
}
.btn_box p{
	font-size:2.0rem;
	margin: 0px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}
@media screen and (max-width:540px){
	.btn_box p{
		line-height: 140%;
	}
}
@media screen and (max-width:430px){
	.btn_box{
		margin: 10px 10px 0px 10px;
	}
	.btn_box p{
		font-size: 1.6rem;
	}
	.wakunon{
		margin: 0px 0px 0px 0px;
	}
}
/*------------------------------
ヘッダー
--------------------------------*/
#header{
	width: 100%;
    height:40px;
    box-sizing: border-box;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: fixed;
    background: #4E98E3;
	z-index:2;
}
#header h1{
    margin: 0px 0px 0px 0px;
    padding: 13px 0px 0px 0px;
	text-align:center;
	font-size:1.4rem;
	font-weight:normal;
	letter-spacing:1px;
	line-height:130%;
}
#header h1 a{
	color:#fff;
}
#header h1:hover{
	opacity:0.7;
}
#header p{
    text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
@media screen and (max-width:700px){
	#header{
		height:50px;
	}
	#header h1{
		padding: 8px 15px 0px 60px;
		text-align: left;
	}
}
@media screen and (max-width:390px){
	#header h1 {
		font-size: 1.2rem;
		width: 80%;
		padding: 8px 10px 0px 60px;
		text-align: left;
		line-height: 140%;
	}
}
/*------------------------------
共通
--------------------------------*/
.b{
	font-weight:700;
}
.red{
	color:#E73828;
}
.orange{
	color:#F05A24;
}
.yellow{
	color:#F8F46B;
}
.green{
	color:#2A7862;
}
.page_c{
	text-align:center;
}
.tb10{
	margin-top:10px;
	margin-bottom:10px;
}
.tb20{
	margin-top:20px;
	margin-bottom:20px;
}
@media screen and (max-width:590px){
	.page_c img{
		width:100%;
		height:auto;
	}
	.page_c img.logo{
		width:auto;
		height:auto;
	}
	.page_c img.btn01,.page_c img.btn02{
		width:auto;
		height:auto;
	}
	.page_c img.none{
		width:auto;
		height:auto;
	}
	.page_c img.c80{
		width:80%;
		height:auto;
	}
	.page_c img.c90{
		width:90%;
		height:auto;
	}
}
@media screen and (max-width:540px){
	.page_c img.btn01,.page_c img.btn02{
		width:90%;
		height:auto;
	}
}
@media screen and (max-width:430px){
	.page_c img.btn02 {
		width: 100%;
	}
	.page_c img.c90{
		width:97%;
	}
}
/*------------------------------
テーブル
--------------------------------*/
.table01{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	width:450px;
	font-size:1.4rem;
	border-collapse: collapse;
	text-align: center;
	border:1px solid #2A7862;
}
.table01 th{
	border-bottom:1px solid #2A7862;
	background-color:#E5E5E5;
	margin:0px 0px 0px 0px;
	padding:8px;
	text-align:center;
	font-weight:normal;
	font-size:1.0rem;
	vertical-align:middle;
	line-height:140%;
	width:100px;
}
.table01 td{
	border-bottom:1px solid #2A7862;
	margin:0px 0px 0px 0px;
	padding:8px;
	color:#333;
	vertical-align:middle;
	line-height:150%;
	background-color:#fff;
	text-align:left;
}
@media screen and (max-width:480px){
	.table01{
		width:90%;
	}
}
@media screen and (max-width:430px){
	.table01 th{
		width:60px;
	}
}
@media screen and (max-width:390px){
	.table01{
		width:97%;
	}
}
/*------------------------------
フッター
--------------------------------*/
#footer{
	padding:20px 0px 100px 0px;
	margin:0px 0px 0px 0px;
}
#footer h3{
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
	font-size:2.0rem;
	color:#2A7862;
	line-height:140%;
	text-align:center;
}
#footer a.f_tel{
	font-size:2.0rem;
	font-weight:bold;
}
#footer span.yeary{
	display:block;
	color:#ff0000;
	font-weight:bold;
	margin:3px 0px 0px 0px;
}
#side_link{
	position: fixed;
    bottom: 80px;
    left: 50%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px -429px;
}
#side_link a{
	display: block;
    width: 120px;
    height: 90px;
    box-sizing: border-box;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #98C6FA;
    padding: 25px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
    text-align: center;
    z-index: 1;
    font-size: 1.6rem;
    color: #fff;
    line-height: 130%;
    font-weight: 700;
    letter-spacing: -0.5px;
}
#side_link a:hover{
	background-color:#115CBB;
	color:#fff;
}
#side_link a.foot_top{
	padding: 20px 0px 0px 0px;
}
#side_link a.foot_top i{
	display: block;
    margin: 0px 0px 5px 0px;
    font-size:2.6rem;
	font-weight:900;
}
#bottom_box{
	position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
	background-color: #4E98E3;
	padding: 9px 0px 8px 0px;
    margin: 0px 0px 0px 0px;
	display: flex;
    flex-wrap: wrap;
	z-index:2;
}
#foot_link{
	width:50%;
	box-sizing:border-box;
	background-color: #4E98E3;
	padding: 0px 5px 0px 0px;
    margin: 0px 0px 0px 0px;
	text-align:right;
}
#foot_link img{
	height:40px;
	width:auto;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
address{
    width:50%;
	box-sizing:border-box;
    font-size: 1.1rem;
    background-color: #4E98E3;
    padding:5px 0px 0px 5px;
    margin: 0px 0px 0px 0px;
    color: #fff;
    font-style: normal;
    letter-spacing: 1px;
	text-align:left;
	line-height:150%;
}

.all_clear {
    clear: both;
    height: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.year_banner img{
	display:block;
	margin: 20px auto 20px auto;
}
@media screen and (max-width:820px){
	#side_link{
		left:20px;
		margin: 0px 0px 0px 0px;
	}
}
@media screen and (max-width:700px){
	#side_link{
		display:none;
	}
}
@media screen and (max-width:480px){
	#foot_link{
		width:60%;
	}
	address{
		width:40%;
	}
}
@media screen and (max-width:390px){
	#foot_link{
		width:64%;
	}
	address{
		width:36%;
		 font-size: 1.0rem;
	}
}