@charset "UTF-8";

/* common
-------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}
ul {
    list-style: none;
}
img {
	width: 100%;
	border: none;
	vertical-align: bottom;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
address, em, code, cite, dfn, var, optgroup {
  font-style: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, select {
    vertical-align: middle;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="reset"],textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.clear {
	font-size: 1px;
	height: 1px;
	clear: both;
}
.cont1 a {
	text-decoration:underline !important;
	color:#00F;
}

/* module
------------------------------------------------- */
.floatL {
	float: left;
	display: inline;
}
.floatR {
	float: right;
	display: inline;
}
.alignCenter {text-align: center;}
.alignLeft {text-align: left;}
.alignRight {text-align: right;}
.valignTop {vertical-align: top;}
.valignMiddle {vertical-align: middle;}
.valignBottom {vertical-align: bottom;}

.bold { font-weight: bold; }

.none { display: none; }
.pcon { display: block; }
.spon { display: none; }
@media only screen and (max-width:750px){
.pcon { display: none; }
.spon { display: block; }
}


/* a
------------------------------------------------- */
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
	text-decoration: none;
	outline: none;
    color: #000;
}
@media only screen and (min-width:751px){
a:hover {
	text-decoration: underline;
}
a.al:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	transition: 0.3s;
	text-decoration: none;
}
}


/* font
------------------------------------------------- */
@media only screen and (min-width:751px){
.fo10 { font-size: 10px; }
.fo11 { font-size: 11px; }
.fo12 { font-size: 12px; }
.fo13 { font-size: 13px; }
.fo14 { font-size: 14px; }
.fo15 { font-size: 15px; }
.fo16 { font-size: 16px; }
.fo17 { font-size: 17px; }
.fo18 { font-size: 18px; }
.fo19 { font-size: 19px; }
.fo20 { font-size: 20px; }
.fo21 { font-size: 21px; }
.fo22 { font-size: 22px; }
.fo24 { font-size: 24px; }
.fo27 { font-size: 27px; }
.fo28 { font-size: 28px; }
.fo30 { font-size: 30px; }
.fo32 { font-size: 32px; }
.fo35 { font-size: 35px; }
.fo36 { font-size: 36px; }
.fo38 { font-size: 38px; }
.fo40 { font-size: 40px; }
.fo43 { font-size: 43px; }
.fo45 { font-size: 45px; }
.fo48 { font-size: 48px; }
.fo60 { font-size: 60px; }
.fo65 { font-size: 65px; }
}
@media only screen and (min-width:751px) and (max-width:1024px){
.fo10 { font-size: 0.9765624vw; }
.fo11 { font-size: 1.0742186vw; }
.fo12 { font-size: 1.171875vw; }
.fo13 { font-size: 1.2695312vw; }
.fo14 { font-size: 1.3671875vw; }
.fo15 { font-size: 1.4648437vw; }
.fo16 { font-size: 1.5625vw; }
.fo17 { font-size: 1.6601562vw; }
.fo18 { font-size: 1.7578125vw; }
.fo19 { font-size: 1.8554687vw; }
.fo20 { font-size: 1.953125vw; }
.fo21 { font-size: 2.0507812vw; }
.fo22 { font-size: 2.1484374vw; }
.fo24 { font-size: 2.34375vw; }
.fo27 { font-size: 2.6554687vw; }
.fo28 { font-size: 2.734375vw; }
.fo30 { font-size: 2.9296875vw; }
.fo32 { font-size: 3.125vw; }
.fo35 { font-size: 3.4179687vw; }
.fo36 { font-size: 3.515625vw; }
.fo38 { font-size: 3.7109375vw; }
.fo40 { font-size: 3.90625vw; }
.fo43 { font-size: 4.199219vw; }
.fo45 { font-size: 4.394531vw; }
.fo48 { font-size: 4.6875vw; }
.fo60 { font-size: 5.8593748vw; }
.fo65 { font-size: 6.347656vw; }
}


/* html
-------------------------------------------------*/
html {
	overflow-y: scroll;
	height: auto;
}

/* body
------------------------------------------------- */
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	-webkit-text-size-adjust: 100%;
	height: 100%;
}
@media only screen and (min-width:751px) and (max-width:1024px){
body {
	font-size: 1.5625vw;
}
}
@media only screen and (max-width:750px){
body {
	font-size: 3.7333333333vw;
}
}

.foNotoSerif {
	font-family: 'Noto Serif JP', serif;
}


/* wrapper
------------------------------------------------- */
#wrapper {
	width: 100%;
	margin: 0 auto;
	clear: both;
	min-height: 100%;
	position: relative;
}
.inner {
	box-sizing: border-box;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}
@media only screen and (max-width: 750px) {
	.inner {
		padding: 0 4vw;
	}	
}

/* logo
------------------------------------------------- */
.logo_area {
	display: flex;
	align-items: center;
}
.logo {
	width: 8.75em;
	margin-right: 1.75em;
}
.logo_tis {
	width: 5.6625em;
}
@media only screen and (max-width:750px){
	.logo {
		width: 24vw;
		margin-right: 4.26vw;
	}
	.logo_tis {
		width: 15.47vw;
	}
}

/* header
------------------------------------------------- */
#header {
	width: 100%;	
	clear: both;
	background-color: #fff;
}
#header .hinner {
	max-width: 1024px;
	height: 4.375em;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header .hinner .btn a {
	box-sizing: border-box;
	display: block;
	width: 15em;
	border: 1px solid #87C300;
	background-color: #00A63C;
	background-image: url("../images/icon01.png");
	background-repeat: no-repeat;
	background-position: left 0.5em center;
	background-size: 2em auto;
	color: #fff;
	line-height: 1;
	padding: 0.65em 0 0.65em 3em;
}
#header .hinner .btn a:hover {
	text-decoration: none;
	opacity: 0.8;
}
@media only screen and (max-width:750px){
	#header {
		position: fixed;
		top: 0;
		z-index: 999;
	}
	#header .hinner {
		max-width: 750px;
		height: 13.33vw;
		padding-left: 2.67vw;
	}
}


/* navi_sp
------------------------------------------------- */
@media only screen and (max-width: 750px) {
	/*　メニューボタン　*/
    .hamburger {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
		z-index: 999;
        width: 13.33vw;
        height: 13.33vw;
        cursor: pointer;
        text-align: center;
		background-color: #fff;
    }
    .hamburger span {
        display: block;
        position: absolute;
        width: 8vw;
        height: 0.533vw;
        background: #00A63C;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    .hamburger span:nth-child(1) {
        top: 4.133vw;
		left: 2.665vw;
    }
    .hamburger span:nth-child(2) {
        top: 6.4vw;
		left: 2.665vw;
    }
    .hamburger span:nth-child(3) {
        top: 8.4vw;
		left: 2.665vw;
    }
    
    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        top: 6.3vw;
        background: #00A63C;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 6.3vw;
        background : #00A63C;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
	
	/* ハンバーガーメニュー */
	.navi {
		position: absolute;
		top  : 13.33vw;
        right: 0;
		z-index: 999;
		width: 78%;
		height: 79.216vw;
		box-sizing: border-box;
        background-color: #00A63C;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;		
		opacity: 0;
        visibility: hidden;
        transition: opacity .6s ease, visibility .6s ease;
	}
	.navi .navi_items_sp {
		box-sizing: border-box;
		height: 79.216vw;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		padding-top: 5.333vw;
	}
	.navi_items_sp li {
		box-sizing: border-box;
        text-align: left;	
		background-image: url("../images/icon03_1.png");
		background-repeat: no-repeat;
		background-position: left 4.67vw center;
		background-size: 3.87vw auto;
        padding-left: 11.33vw;
        width: 100%;
        height: 10.67vw;
        line-height: 10.67vw;
        transition: .4s all;
		font-size: 5.333vw;
	}
	.navi .navi_items_sp .towa_link {
		background-image: url("../images/icon01.png");
		background-repeat: no-repeat;
		background-position: left 3vw center;
		background-size: 11.86vw auto;
		padding-left: 16vw;
		background-color: #AAD700;
		margin-top: 5.333vw;
		height: 15.2vw;
		line-height: 15.2vw;
		letter-spacing: -0.08em;
	}
	.navi .navi_items_sp a {
		display: block;
		margin-left: -11.33vw;
		padding-left: 11.33vw;
		color: #fff;
	}
	.navi.active {
        opacity: 1;
        visibility: visible;
    }
}


/* footer
------------------------------------------------- */
#footer {
	width: 100%;	
	clear: both;
	border-top: #969696 1px solid;
}
#footer .finner {
	max-width: 1024px;
	height: 4.375em;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width:750px){
	#footer .finner {
		max-width: 1024px;
		height: 4.375em;
		margin: 0 auto;
		display: block;
		padding: 0 4vw;
	}
	#footer .logo_area {
		justify-content: center;
		padding: 4vw 0;
	}
	#footer .copyright {
		font-size: 3.5vw;
		padding-bottom: 4vw;
		line-height: 1.5;
	}
}

@media only screen and (max-width:750px) {
	#contents {
		width: 100%;
		/* padding-top: 13.33vw; */
	}
}