/* IMPORT RESET */
@import url("reset.css");

/* IMPORT 24 COLUMN */
@import url("samplegrid_24col.css");
@import url("responsive.gs.24col.css");

/* IMPORT Webiconfont */
@import url("icon.css");

p { font-size: 18px; line-height: 1.8em; margin-bottom: 1em; font-feature-settings: "palt"; text-align:justify;}
p strong { font-weight: bold; }
a { text-decoration: none!important; }

ul { margin-bottom: 1em; }
li { font-size: 18px; padding-left: 1em; text-indent: -1em; margin-bottom: 5px;line-height: 1.3em;}
li strong {font-weight: bold;color: #009944;font-size: 21px;}

img { max-width: 100%; height: auto; vertical-align: bottom; }

.tume{font-feature-settings: "palt";}

.pc-only{display: block;}
.sp-only{display: none;}


.pc-img{display: block;}
.sp-img{display: none;}


.cor_red {
    color: #e90404;
}


body{font-family: sans-serif;font-weight: bold;}


/* header
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
header { background-color: #009944; color: #fff; }
.header_contents { max-width: 1230px; height: 70px; margin: 0 auto ; padding: 15px; }
.header_logo img { display: inline-block; max-width: 200px; float: left; }

/*開閉用ボタン（ハンバーガーボタン）*/
.menu_box { float: right; }
.menu_btn { display: inline-block; width: 30px; height: 30px; vertical-align: middle; padding-top: 10px; }
.menu_btn span, .menu_btn span::before, .menu_btn span::after { position: absolute; height: 3px; width: 30px; border-radius: 3px; background: #fff; display: block; content: ""; cursor: pointer; }
.menu_btn span::before { bottom: -8px; }
.menu_btn span::after { bottom: -16px; }

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
-webkit-transition: all .5s;
transition: all .5s;
visibility: visible;
opacity: 1;
}
.open .menu-btn {
border-color: #fff
}
.open .menu-btn-line{
background-color: transparent;
}
.open .menu-btn-line::before,
.open .menu-btn-line::after {
top: 0;
background: #fff
}
.open .menu-btn-line::before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.open .menu-btn-line::after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}

/*開いたメニュー*/
.menu {
position: fixed;
display: flex;
justify-content: center;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #021b05e6;
visibility: hidden;
opacity: 0;
z-index: 100;
}
.menu ul {
transform: translateY(16%);
padding: 0;
list-style-type: none;
overflow: auto;
padding-bottom: 100px;
}
.menu li {
width: 100%;
height: 50px;
line-height: 50px;
text-align: center;
}
.menu li a {
display: block;
font-size: 1.4rem;
color: #fff;
}
.menu li a:hover {
opacity: 0.8;
}

#pagetop { display: inline-block; position: fixed; bottom: 0; right: 0; }
#pagetop a { font-size: 16px; line-height: 1.5; padding: 10px; display: block; background: #008b8b; color: #fff; text-align: center; border-radius: 10px; border: solid #fff 1px; }

/* top
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.contents { max-width: 1000px; margin: 0 auto; }
.wrap { padding: 0 15px; }
h1 {padding-top: 60px; }
h1 img:nth-of-type(2){margin-top: -2em;margin-bottom: 0px;}


h2,h3 { font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; font-weight: bold; }

h3 span { color: #111; margin-left: 20px; }
@media ( max-width : 767px ) { 
h3 span { display: block; margin-left: 0; }
}
.top_photo {
    float: left;
    display: block;
}
.top_copy{
    float: right;
    margin-top: -430px;
}



#sec02 {
    padding-top: 80px;
    display: table;
    margin: 0 auto 80px;
    text-align: center;
}

#sec02 h2 {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 8px #009944;
}



.block01{}
.block01 h3 {
    background-color: #009944;
    padding: 10px;
    text-align: center;
}
.block02 h3 {
    background-color: #22ac38;
    padding: 10px;
    text-align: center;
}
.block01 .sub_sec p {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4em;
    padding-top: 5px;
}

#sec03 img,
.block01 .sub_sec img,
.col.span_6.mb-space.block02 img{
    display: table;
    margin-left: auto;
    margin-right: auto;
}


#sec04{
display: block;
margin: 0 auto 100px;
max-width: 831px
}

section #sec04 h3 {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 8px #009944;


    margin-bottom: 30px;
}

section #sec04 h4 {
    background-color: #e90404;
    display: table;
    padding: 8px 15px;
    line-height: 1em;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    border-radius: 2em;
    margin-bottom: 5px;
    text-indent: -2em;
    padding-left: 2.5em;
}
section #sec04 ul {
    margin-left: 1em;
    margin-bottom: 2em;
}

section #sec04 h5+ul {
    margin-left: 1em;
    margin-bottom: 1em;
}

section #sec04 ul li {
}
section #sec04 ul span {
color: #3eb370;
}
section #sec04 h5 {
    color: #e90404;
    margin-left: 5px;
    font-size: 19px;
    text-indent: -3em;
    padding-left: 3em;
}
section #sec04 .inbox{
display: table;
 margin: 0 auto;
}




section {
display: block;
overflow: hidden;
}
section #sec05 {
    background-color: #e0f0e2;
    padding-bottom: 100px;
}
section #sec05 p {
}
section #sec05 h3 {
margin-bottom: 30px;
font-size: 0;
}
section h3 img {
}
section #sec05 .row.gutters {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}


section #sec05 p {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
}


section #sec05 .p-box  {
padding: 1em;
background-color: #fff;
}



section .rowsection .rowsection .row .col {
}
section .row .colsection .row .colsection .row p {
}
section .row .col {
}
section .row .colsection .row .colsection .row img {
}
section br {
}


.subbox {
font-feature-settings: inherit;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff3ad;
    padding: 2.5em;
    background-image: url(../images/sct_05_bk01.png);
    background-repeat: no-repeat;
    background-position: -15px -15px;
}

.subbox .sb_inbox {
    display: table;
    margin: 0 auto 30px 180px;
}


.subbox .sb_inbox img {
}
.subbox .mb-space p {
    margin: 0;
    padding: 1.5em;
    background-color: #fff;
    border-radius: 2em;
    font-feature-settings: inherit;
}
.subbox .sb_inbox p {
    margin: 15px 0 0 0;
}
.subbox .row {
}
.subbox .row.subbox .row .col {
}
.subbox .row .col.subbox .row .col.subbox .row p {
}
.subbox .row .col {
}
.subbox .row .col.subbox .row .col.subbox .row img {
}





.snspc {
    border: solid 1px #009944;
    padding: 5px 0;
    background-color: #fff;
}




@media ( max-width : 920px ) { 
section #sec05 .p-box {
margin-left: 10px;
margin-right: 10px;
}

}

@media ( max-width : 890px ) { 
.subbox {
margin-left: 10px;
margin-right: 10px;
}

}












@media ( max-width : 550px ) {
.profile_box { display: block; }
.profile_box img { display: block; margin: 0 auto 20px auto; width: 200px; }
}
.mb-photo { display: none; }





@media ( max-width : 767px ) { 
.top_photo,
 .top_photo img {width: 100%;}

#kaikaku {
    display: block;
    position: relative;
    overflow: hidden;
}

.top_copy{
    float: none;
    margin-top: 0;
    width: 80vw;
    position: absolute;
    bottom: 0;
    left: 10vw;
}


.pc-photo { display: none; }
.mb-photo { display: block; }

.pc-img{display: none;}
.sp-img{display: block;}

section #sec04 ul li {
    font-feature-settings: "palt";
}


.mb-space { margin-bottom: 30px; }

#sec05 .mb-space {
    margin-bottom: 30px;
    display: table !important;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
    float: none !important;
}



.mb-space p:last-child { margin-bottom: 0; }
.mb-space ul:last-child { margin-bottom: 0; }

h1 img:nth-of-type(1) {width: 58vw;}
h1 img:nth-of-type(2) { margin-top: -1em;}

.torikumi.tume br,.tei01 br {display: none;}
.sub-title {text-align: left;}

 section #sec05 .subbox .sb_inbox p{
padding: 15px 15px 15px 0;
 }



}





@media ( max-width : 540px ) {

.subbox {
padding: 15px;
    background-size: 25vw;
}

.subbox .sb_inbox {
    display: table;
    margin: 0 auto;
}


.subbox .sb_inbox img {
    padding-left: 20vw;
    padding-top: 15px;
    padding-bottom: 6vw;
}
.subbox .mb-space p {
    margin: 0;
    padding: 1.5em;
    background-color: #fff;
    border-radius: 2em;
    font-feature-settings: inherit;
}
.subbox .sb_inbox p {
    margin: 15px 0 0 0;
}


section #sec05 p {
    padding: 0px;
}

 section #sec05 .subbox p{
padding: 15px;
}
section #sec05 .subbox .sb_inbox p {
    padding: 15px;
}



}









@media ( max-width : 480px ) {
h3 {font-size: 26px;}
.torikumi {font-size: 34px;}
.mark01 strong {font-size: 1.3em;}
.tei01 { font-size: 1.5em;}
.mark01 strong {font-size: 1.2em;}
.sub-title { font-size: 34px;}

	#profile { font-size: 7.5vw; }

.pc-only{display: none;}
.sp-only {
    display: block;
    margin-top: -0.6em;
    /* margin: 10px 15px 20px; */
    /* width: calc(100vw - 60px); */
}

.subbox .sb_inbox p {
    margin: 0;
}
.subbox {
    background-size: 20vw;
    background-position: -5px -5px;
}
.subbox .sb_inbox img {
    padding-left: 17vw;
    padding-bottom: 2vw;
}

}

@media ( max-width : 420px ) {
.mark01 {display: inline; padding-right: 2em;}
.mds01 {font-size: 37px;}
.mds01 br{display: block;}
}

@media (max-width: 360px){

section #sec04 h4 {
    font-size: 20px;
}
section #sec04 ul li {
    font-size: 17px;
}

.mark01 strong { font-size: 1.1em;}

}






/* footer
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
footer { background-color: #009944; color: #fff; margin-top: 100px; }
.footer_wrap { padding: 30px 15px; }
.footer_contact { max-width: 1000px; margin: 0 auto; }
.footer_contact p { text-align: center; }
.permit_no p { border-bottom: solid #fff 1px; margin-bottom: 10px; padding-bottom: 10px; }
.copy_light p { font-size: 14px; text-align: center; margin-top: 30px; }

/* margin
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.mgb-30 { margin-bottom: 30px; }
.mgb-60 { margin-bottom: 60px; }
.mgb-100 { margin-bottom: 100px; }

/* responsive
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.container:after,.row:after,.col:after,.clr:after,.group:after { content: ""; display: table; clear: both; }
.row { padding-bottom: 0em; }
.col { display: block; float: left; width: 100%; }
@media ( min-width : 768px ) { .gutters .col { margin-left: 2%; } .gutters .col:first-child { margin-left: 0; } }
@media ( min-width : 768px ) {
	.span_1 { width: 8.33333333333%; }
	.span_2 { width: 16.6666666667%; }
	.span_3 { width: 25%; }
	.span_4 { width: 33.3333333333%; }
	.span_5 { width: 41.6666666667%; }
	.span_6 { width: 50%; }
	.span_7 { width: 58.3333333333%; }
	.span_8 { width: 66.6666666667%; }
	.span_9 { width: 75%; }
	.span_10 { width: 83.3333333333%; }
	.span_11 { width: 91.6666666667%; }
	.span_12 { width: 100%; }
	
	.gutters .span_1 { width: 6.5%; }
	.gutters .span_2 { width: 15.0%; }
	.gutters .span_3 { width: 23.5%; }
	.gutters .span_4 { width: 32.0%; }
	.gutters .span_5 { width: 40.5%; }
	.gutters .span_6 { width: 49.0%; }
	.gutters .span_7 { width: 57.5%; }
	.gutters .span_8 { width: 66.0%; }
	.gutters .span_9 { width: 74.5%; }
	.gutters .span_10 { width: 83.0%; }
	.gutters .span_11 { width: 91.5%; }
	.gutters .span_12 { width: 100%; }
}