@charset "utf-8";

/*---------------------------------------------------------------------------
/* reset
 --------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
body, article, aside, details, div, figcaption, figure, footer, h1, h2, h3, h4, h5, h6, p, header, hgroup, main, menu, nav, section, summary, ul, ol, li, dl, dt, dd, span, table, th, td, a, input, textarea{
	box-sizing: border-box !important;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, table, th, td{
	margin: 0;
	padding: 0;
}
html{
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
	background: #fff;
}

body{
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	color:#333333;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	letter-spacing: 0.05em;
	height: 100%;
}

@media all and (-ms-high-contrast:none) {
     *::-ms-backdrop, body {
     letter-spacing: 0.03em;
	}
}

img{
	border: 0;
	vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6{
	clear: both;
	font-size: 100%;
	font-weight: normal;
}
ul, dl, ol{
	text-indent: 0;
}
li{
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var{
	font-style: normal;
	font-weight: normal;
}

sup{
	font-size: 75.5%;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	top: -0.5em;
}
rt{
	font-size: 13px;
}
@-moz-document url-prefix() {
sup.sup{margin-top: 0;}
}

sub{
	vertical-align: text-bottom;
}
* html input, * html textarea, * html select{
	font-size: 100%;
	vertical-align: bottom;
}
*:first-child +html +input, *:first-child html +textarea, *:first-child +html select{
	font-size: 100%;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
th, td{
	text-align: left;
	vertical-align: top;
}
caption{
	text-align: left;
}
pre, code, kbd, samp, tt{
	font-family: monospace;
}
* html pre, * html code, * html kbd, * html samp, * html tt{
	font-size: 100%;
	line-height: 100%;
}
*:first-child +html pre, *:first-child html +code, *:first-child html +kbd, *:first-child +html +samp, *:first-child +html tt{
	font-size: 108%;
	line-height: 100%;
}
input, select, textarea{
	padding: 2px;
}
input[type="submit"],
input[type="button"]{
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

* html div#container{
	height: 100%;
}

/*  set tags
 --------------------------------------------------------------------------*/
ul, ol{
	margin : 0;
	padding: 0;
	font-size: 100%;
}
li{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
hr{
	border: none;
	border-top: dashed 1px #cccccc;
	height: 1px;
	color: #FFFFFF;
	width: auto;
	margin-bottom: 30px;
}
a:link{
	text-decoration: none;
	font-weight: 500;
	transition: 0.25s;
	color: #333;
}
a:visited{
	text-decoration: none;
	color: #333;
}
a:hover{
	color: #8FD429;
	text-decoration: none;
}

section.section a:link{
	text-decoration: underline;
}

section.section a:hover{
	text-decoration: none;
}

img{
	border: none;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 0;
	display: block;
}
strong{
	font-weight: bold;
	text-transform: none;
}

/*  items
 --------------------------------------------------------------------------*/
.sp{
	display: none !important;
}
.pc{
	display: block !important;
}

.unk{
	margin: -180px; padding: 180px;
}

/* set border ( full wrapp ) */
.border{
	border: 1px solid #000;
}
img.border{
	padding: 3px;
	vertical-align: top;
	background-color: #FFFFFF;
}
/* set color */
.cRed{
	color:#ED3C3F;
}
.cBlue{
	color: #00588c;
}
/* set position */
.tCenter{
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
.tCenter img{
	display: inline;width:100%;
}
.tRight{
	margin-left: auto;
	text-align: right;
}
/* set hide contents */
.disp{
	display: none;
}
/* set text */
.txSmall{
	font-size: 0.6em;
}
.tSmall{
	font-size: 0.8em;
}
.tLead{
	font-size: 24px;
	line-height: 2;
}
.tLarge{
	font-size: 1.4em;
}
.txLarge{
	font-size: 1.8em;
}
.tsxLarge{
	font-size: 2.4em;
}
.bold{
	font-weight: 700;
}

/* set rollover transition */
.onCng {
	-webkit-transition: .8s;
    -moz-transition: .8s;
    -o-transition: .8s;
    -ms-transition: .8s;
	transition: all .8s;
}

/* set image scale up */
.scale_up{
	overflow: hidden;
}
.scale_up img{
	display: block;
	transition-duration: 0.3s;
}
.scale_up img:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

/* set flex-box wrapp */
.flexNormal{
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.flexCenter{
	width: 100%;
	height: auto;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
}

.flexBetween{
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}

.Start {
	-webkit-box-pack: start;
    -ms-flex-pack: start;
   	justify-content: flex-start;   
}
.Middle {
	-webkit-box-pack: center;
    -ms-flex-pack: center;
   	justify-content: center;   
}
.End {
	-webkit-box-pack: end;
    -ms-flex-pack: end;
   	justify-content: flex-end;
}
.flexNormal img, .flexCenter img, .flexBetween img{
	width:100%;
}

/* set button */
.button,
.button-backpage{
	position: relative;
	display: block;
}
.button a,
.button input[type="submit"]{
	width: 100%;
	display: block;
	position: relative;
	font-size: 1.1em;
	font-weight: 500;
	line-height:1.6em;
	padding:16px 10px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	text-decoration: none !important;
	background: #72b70d;
	overflow: hidden;
	z-index: 1;
	border-radius: 10px;
}
.button a:hover,
.button input[type="submit"]:hover{
	background: #8FD429;
}
.button-backpage a{
	width: 100%;
	display: block;
	position: relative;
	font-size: 1.1em;
	font-weight: 500;
	padding:16px 10px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	text-decoration: none !important;
	background:rgb(102, 102, 102);
	overflow: hidden;
	z-index: 1;
	border-radius: 10px;
}
.button-backpage a:hover{
	background: rgb(150, 150, 150);
}
.nonext,
.nonext:active,
.nonext:hover{
	font-size: 1.1em;
	font-weight: 500;
	padding:16px 10px;
	text-align: center;
	color: #fff !important;
	background-color: #ddd;
	cursor: default;
}
.nonext::before,
.nonext::after{
	content: " ";
}
.button a::after,
.button input[type="submit"]::after{
	position: absolute;
    content: "";
    background : url(ico-arrow-wh.svg) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
    background-size: 100%;
    display: block;
    top: 50%;
    right: 10px;
    width: 14px;
    height: 14px;
    margin-top: -6px;
    z-index: 1;
}

/* set pagenation */
#pagenation{
	text-align: center;
}

#pagenation a{
	padding: 0 10px;
	font-size: 12px;
	display: inline-block;
	text-decoration: none !important;
    line-height: 40px;
	border:2px solid #fff;
}
#pagenation a.current{
	text-decoration: none;
	border:2px solid #72b70d;
	color: #72b70d;
	background:#fff;
}

#pagenation a:hover{
	text-decoration: none;
	border:2px solid #72b70d;
	color: #fff;
	background: #72b70d;
}

#pagenation .pageselect_wrapp{
 	width: 100%;
 	display:block;
 	padding: 30px 0;
 	font-size: 14px;
}

#pagenation input.pageselect{
	padding: 0 10px;
	display: inline-block;
	margin-right: 5px;
	line-height: 2em;
	height: 2em;
	font-size: 14px;
	width: 30%;
}

#pagenation button[type="submit"]{
	width: auto;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding:4px 10px;
	text-align: center;
	color: #72b70d;
	cursor: pointer;
	text-decoration: none !important;
	border-radius: 0.5em;
	border:2px solid #72b70d;
	background:#fff;
	margin-left: 10px;
}

#pagenation button[type="submit"]:hover{
	background-color: #72b70d;
	color:#fff;
	text-decoration: none !important;
}

/* set body section */
section{
	margin: 0 !important;
	display: block;
}
section::after{
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
section.section p{
	line-height: 1.8;
}
section.section p a{
	font-weight: bold;
}
/* set active link style */
.op a img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.op a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* set kadomaru box */
.radi{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* set coution text */
.coution{
    text-indent: -1em;
    margin: 0 0 0 1em;
}
span.coution{
	display: inline-block;
}

/* set drop shadow */
.shad{
	-webkit-box-shadow: rgba(222, 222, 222, 0.65098) 0px 2px 6px 1px;
	-moz-box-shadow: rgba(222, 222, 222, 0.65098) 0px 2px 6px 1px;
	box-shadow: rgba(222, 222, 222, 0.65098) 0px 2px 6px 1px;
}

/* set icon-mark  */
.blank{
	position: relative;
	padding-right: 20px;
}
.blank::after{
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	content: "\f0c1";
}
.pdf{
	position: relative;
	padding-right: 20px;
}
.pdf::before{
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	color: #ed3c3f;
	content: "\f1c1";
}
.arrow{
	position: relative;
	padding-right: 20px;
}
.arrow::before{
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	content: "\f0da";
	display: block;
}

.arrowdown{
	position: relative;
	padding-right: 20px;
	display: inline-block;
}

.arrowdown::after{
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	content: "\f0d7";
}

/* set list into section */
section.section ul{
	margin: 0;
	padding: 0;
}
section.section ol{
	margin: 0 0 0 1em;
	padding: 0;
}
section.section ul li{
	list-style-type: none;
	margin: 0 0 0.5em;
	padding-left: 1em;
	list-style-position: inside;
	line-height: 1.8em;
	font-size: 1em;
	position: relative;
}
section.section ol li{
	list-style-image: none;
	list-style-type: decimal;
	line-height: 1.8em;
	margin: 0 0 0.5em 0;
	padding-left: 1em;
	list-style-position: inside;
	text-indent: -1.5em;
	font-size: 1em;
}
section.section ol li a{
	display: inline-block;
    width: auto;
    padding-left: 1.5em;
}
section.section ul.normal li::before{
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #666;
	position: absolute;
	left: 0;
	top: 0.75em;
}
section.section ul.linknext{
	margin: 0;
}
section.section ul.linknext li{
	margin: 0 0 0.5em 0;
	padding: 0;
	list-style-image: none;
	border: 1px solid #ddd;
	text-indent: 0;
}
section.section ul.linknext li a{
	display: block;
	width: auto;
	padding: 10px 0 10px 30px;
	position: relative;
	text-decoration: none;
	background: #fff;
}
section.section ul.linknext li a:hover{
	background: #E7F2F6;
}
section.section ul.linknext li a::after{
	content: "";
	width: 16px;
	height: 16px;
	background : url(ico-arrow.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
	background-size: 100%;
	margin: 0 6px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -8px;
}


/*  float clear */
.clearfix::after{
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
.clearfix{
	display: block;
}

/*  text styles */
/*  lead text */
h1, h2, h3, h4, h5, h6{
	clear: both;
}
body.home h1.h1Title{
	display: none;
}

/* contents-title
-------------------------------------- */
#contents-title{
	position: relative;
	display: block;
	width: auto;
	margin: 0 30px;
	padding: 0;
	background : url(contents-back.jpg) center center / auto auto no-repeat scroll padding-box border-box transparent;
	background-size: cover;
	border-radius: 30px;
}
#contents-title::after{
	display: block;
	width: 100%;
	height: 340px;
	background: rgba(0,0,0,0.3);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 30px;
	z-index: 1111;
}
#contents-title-inner{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	height: 340px;
	margin: 0 auto;
	padding: 0;
	background-repeat: no-repeat;
	z-index: 2222;
}
#contents-title-inner h1{
	position: relative;
	width: 70%;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
    text-align: left;
    color: #fff;
	z-index: 2222;
}
#contents-title-inner h1 span{
	width: auto;
	display: block;
}
#contents-title-inner h1 span.jp{
	position: relative;
	font-size: 2.5em;
	margin-right: 20px;
}
#contents-title-inner h1 span.en{
	position: relative;
	font-size: 1em;
}
#contents-title .titleimage{
	position: absolute;
	display: block;
	content:"";
	top: 0;
	right: 0;
	width: 50%;
	height: 400px;
	background-size: cover;
	z-index: 111;
}

@media all and (min-width:769px) and (max-width:1200px) {
	#contents-title{
		border-radius: 20px;
	}
	#contents-title-inner{
		width: auto;
		margin: 0 20px;
		display: block;
		height: 200px;
	}
	#contents-title-inner h1{
		display: flex;
		align-items: center;
		height: 200px;
	}
	#contents-title::after{
		height: 200px;
		border-radius: 20px;
	}
}

/* pankuzu navi
-------------------------------------- */
#pankuzu{
	width: 30%;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-end;
	text-align: right;
	z-index: 2222;
}
#pankuzu ul{
	width: auto;
	padding: 0;
	margin: 0 auto;
	display: block;
	text-align: left;
	vertical-align: top;
	list-style-type: none;
}
#pankuzu ul li{
	display: inline-block;
	padding: 0;
	margin: 0;
	vertical-align: top;
	position: relative;
	zoom: 1;
	font-size: 14px;
}
#pankuzu ul li:last-child span, #pankuzu ul li:last-child a{
	width: auto;
	text-align: left;
	display: inline-block;
	margin: 0;
	padding:16px 0;
}
#pankuzu ul li a,
#pankuzu ul li span{
	width: auto;
	text-align: left;
	display: inline-block;
	margin: 0;
	padding:16px 25px 16px 0;
    color: #fff;
}
#pankuzu ul li a:hover {
}
#pankuzu ul li a::after{
	content: "";
	width: 11px;
	height: 11px;
	background : url(ico-arrow-wh.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
	background-size: 100%;
	margin: 0 6px;
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -5px;
}

@media all and (min-width:769px) and (max-width:1200px) {
	#pankuzu{
		width: 100%;
	}
	#pankuzu ul{
		width: auto;
		margin: 0;
	}
	#pankuzu ul li a,
	#pankuzu ul li span{
	    color: #333;
	}
	#pankuzu ul li a::after{
		background : url(ico-arrow.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
	}
}


/* contents head title
-------------------------------------- */
section.section h2.h2Type1{
	position: relative;
	padding: 0 65px;
	margin-bottom: 50px;
	text-align: center;
}
section.section h2.h2Type1::before{
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #000;
}
section.section h2.h2Type1 span{
	position: relative;
	padding: 0 1em;
	font-size: 34px;
	background: #fff;
}

section.section h3.h3Type1{
	width: 100%;
	height: auto;
	margin: 0 0 50px;
	padding: 10px 0;
	position: relative;
	display: block;
}
section.section h3.h3Type1 span{
	padding: 10px 20px;
	border: 2px solid #C4C4C4;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 600;
	display: block;
	position: relative;
}
section.section h4.h4Type1{
	width: 100%;
	height: auto;
	margin: 0 0 50px;
	padding: 10px 0 10px 30px;
	border-left: 6px solid #C4C4C4;
	position: relative;
	display: block;
}
section.section h4.h4Type1 span{
	font-size: 20px;
	font-weight: 600;
	display: block;
	position: relative;
}
section.section h5.h5Type1{
	width: 100%;
	height: auto;
	margin: 0 0 50px;
	padding: 10px 0 10px 30px;
	position: relative;
	display: block;
}
section.section h5.h5Type1 span{
	font-size: 20px;
	font-weight: 600;
	display: block;
	position: relative;
}

@media all and (min-width:769px) and (max-width:1024px) {

}

/* spacer */
.pt10{
	padding-top:10px;
}
.pt20{
	padding-top:20px;
}
.pt30{
	padding-top:30px;
}
.pt40{
	padding-top:40px;
}
.pt50{
	padding-top:50px;
}

.pa10{
	padding:10px;
}
.pa20{
	padding:20px;
}
.pa30{
	padding:30px;
}
.pa40{
	padding:40px;
}
.pa50{
	padding:50px;
}

.ml05{
	margin-left:5px !Important;
}
.ml10{
	margin-left:10px !Important;
}
.ml15{
	margin-left:15px !Important;
}
.ml20{
	margin-left:20px !Important;
}
.ml30{
	margin-left:30px !Important;
}

.mb00{
	margin-bottom:0px !Important;
}
.mb10{
	margin-bottom:10px !Important;
}
.mb20{
	margin-bottom:20px !Important;
}
.mb30{
	margin-bottom:30px !Important;
}
.mb40{
	margin-bottom:40px !Important;
}
.mb50{
	margin-bottom:50px !Important;
}
.mb60{
	margin-bottom:60px !Important;
}
.mb70{
	margin-bottom:70px !Important;
}
.mb80{
	margin-bottom:80px !Important;
}

.mr05{
	margin-right:5px !Important;
}
.mr10{
	margin-right:10px !Important;
}
.mr15{
	margin-right:15px !Important;
}
.mr20{
	margin-right:20px !Important;
}
.mr30{
	margin-right:30px !Important;
}

/* set width */
.w10{
	width:9%;
}
.w20{
	width:19%;
}
.w30{
	width:29%;
}
.w40{
	width:39%;
}
.w50{
	width:49%;
}
.w60{
	width:59%;
}
.w70{
	width:69%;
}
.w80{
	width:79%;
}
.w90{
	width:89%;
}
.w100{
	width:100%;
}


.w10 img,
.w20 img,
.w30 img,
.w40 img,
.w50 img,
.w60 img,
.w70 img,
.w80 img,
.w90 img,
.w100 img{
	width: 100%;
}

/* corner box */
.b-type01{
	margin: 0 0 30px;
	padding: 26px 20px;
	width: auto;
	border: 2px solid #0E61CE;
	background: #fff;
	line-height: 1.5em;
	position: relative;
}
.b-type01 > p:last-child{
	margin: 0 !important;
}
.b-type02{
	margin: 0 0 30px;
	padding: 26px 20px;
	width: auto;
	background-color: #ecffce;
	line-height:1.5em;
}
.b-type02 > p:last-child{
	margin: 0 !important;
}
.b-type03{
	margin: 0 0 30px;
	padding: 26px 20px;
	background: #ACA482;
	line-height: 1.5em;
	color:#fff;
}
.b-type03 > p:last-child{
	margin: 0 !important;
}
.b-type-alert{
	margin: 0 0 30px;
	padding: 26px 20px;
	width: auto;
	border: 2px solid #ea5253;
	background: #fff;
	line-height: 1.5em;
	position: relative;
}
.b-type-alert > p:last-child{
	margin: 0 !important;
}

/* table */
@media all and (orientation: portrait) {
table.sp-chg th,table.sp-chg td{
	display:block;width:auto;
}
}
table{
	margin:0;padding:0;
}
table ul{
	margin:0 !important; padding:0 !important;
}
table li{
	line-height:1.8em;margin:0; font-size:1em !important;
}
table p{
	line-height:1.6em;margin:5px 0;
}
table dl{
	margin: 0 0 -1px;zoom:1;position: relative;
}
table dt{
	float: left;clear: left;width: 12em;padding: 3px 0 3px;zoom:1;
}
table dd{
	padding: 3px 0 3px 12em;	zoom:1;
}

table.table01{
	border-collapse:collapse;
	margin: 0;
	border-top:1px solid #92875A;
	border-left:1px solid #92875A;
}
table.table01 td,
table.table01 th{
	padding:16px;
}
table.table01 tr{
	border-bottom:1px solid #92875A;
}
table.table01 td{
	background: #fff;
	border-right:1px solid #92875A;
}
table.table01 th{
	background: #D7F6A9;
	border-right:1px solid #92875A;
	color: #2C6809;
	font-weight: 500;
}
table.table02{
	border: #3096BA;
	border-style: dotted;
	border-width: 1px 0 0;
	border-collapse:collapse;
	margin:0;
	font-size: 1em;
}
table.table02 td,
table.table02 th{
  padding:16px;
}
table.table02 th{
	font-weight: 500;
	color: #2C6809;
	border-color: #92875A;
	border-style: dotted;
	border-width: 0 0 1px 0;
	line-height: 1.6em;
	vertical-align: top;
	text-align: left;
}
table.table02 td{
	border-color: #92875A;
	border-style: dotted;
	border-width: 0 0 1px 0px;
	line-height: 1.6em;
	vertical-align: top;
}
table.table02 td p:last-child{
	margin:0 !important;
}
table.none{
	border: none;margin-bottom:10px;
}
table.none td{
	background-color:#ffffff;padding:5px;line-height:1.5em;
}

table.table01 table{
	border:none;margin:0;padding:0;
}
table.table01 table th{
	border:none; line-height:1.6em; margin:0; padding:0; font-weight: 500;
}
table.table01 table td{
	border:none;font-size: 1em;line-height:1.6em;margin:0;padding:2px;
}

table th.c, td.c{
	text-align:center;
}
table th.m, td.m{
	vertical-align:middle;
}
table th.r, td.r{
	text-align:right;
}

/* photo gallery */
.photogallery{
	width: auto;
	overflow: hidden;
	margin: 0;
}
.photogallery .photo{
	margin: 0 0 20px;
}

.photogallery .clm2,
.photogallery .clm3,
.photogallery .clm4{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	position: relative;
}

.photogallery .clm3::after{
    content:"";
    display:block;
    width: 32%;
    height:0;
}

.photogallery .clm4::before{
    content:"";
    display:block;
    width: 23%;
    height:0;
    order:1;
}
.photogallery .clm4::after{
    content:"";
    display:block;
    width: 150px;
    height:0;
}
.photogallery .photo img{
	width:100%;
}
.photogallery .clm3 .photo{
	width: 32%;
}
.photogallery .clm2 .photo{
	width: 48%;
}
.photogallery .clm4 .photo{
	width: 23%;
}

.photogallery p{
	margin: 0;
	overflow: hidden;
}

.photogallery span{
	font-size: 14px;
	padding: 10px 0;
	display: inline-block;
	overflow: hidden;
}
.photogallery a:hover img {
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
}


/*---------------------------------------------------------------------------
/* layout block
 --------------------------------------------------------------------------*/
/* =======================================
   wrapper
========================================== */
#container{
	width: 100%;
	min-height: 100%;
	margin: 0;
	position: relative;
	min-width: 100%;
	text-align: center;
	transition: all 0.25s;
	background : url(footer-back.png) center bottom / auto auto no-repeat scroll padding-box border-box transparent;
	background-size: 100%;
	overflow: hidden;
}
body > #container{
	height: auto;
	min-height: 100%;
}
#main{
	padding-bottom: 310px;
}
#contents{
	position: relative;
	text-align: center;
}
body.other #contents{
	padding-top: 50px;
}


/* header section
========================================== */
header{
	z-index: 9999999;
	width: 100%;
	transition: all .3s;
}
body.home header {
	height: 80vh;
}
html.fixed body.home header{
	height: 136px;
}

#header-logo{
	width: 100%;
    padding: 0;
    height: auto;
    margin: 0;
    z-index: 99999999;
	position: absolute;
	top: 90px;
	left: 30px;
	transition: 0.25s;
}
#header-logo p{
	width: 500px;
	transition: 0.25s;
}

/* toppage logo change */
html.fixed #header-logo{
	width: 20%;
    margin: 0 0 0 30px;
    position: relative;
    top: auto;
    left: 0;
}
#header-logo .logo-d{
	display: block;
}
#header-logo .logo-c{
	display: none;
}
html.fixed #header-logo .logo-d{
	display: none;
}
html.fixed #header-logo .logo-c{
	display: block; width: auto;
}

#header-logo-contents{
	width: 20%;
    padding: 0;
    height: auto;
    margin: 0 0 0 30px;
    position: relative;
    z-index: 99999999;
    transition: all .3s;
}
#header-logo-contents p{
	width: 100%;
}
#header-logo a,
#header-logo-contents a{
	display: block;
    text-align: left;
}
#header-logo span,
#header-logo-contents span{
	display: inline-block;
}
#header-logo span:nth-child(1){
	width: 328px;
}
#header-logo span:nth-child(2){
	width: 136px;
	margin-left: 6px;
}
#header-logo img,
#header-logo-contents img{
	transition: all .3s;
	width:100%;
}

#headerpain{
	margin:0;
	padding: 136px 0 0;
	width: 100%;
	height:auto;
	position: relative;
	z-index: 3333;
	transition: 0.25s;
}
html.fixed #headerpain{
	margin:0;
	padding: 0;
	width: 100%;
	height: 136px;
	z-index: 3333;
	transition: 0.25s;
	position: fixed;
	display: flex;
	justify-content: space-between;
	align-items: center;
	top: 0;
	background: #fff;
	box-shadow: rgba(222, 222, 222, 0.65098) 0px 2px 6px 1px;
}
#headerpain-contents{
	margin:0;
	padding: 0;
	width: 100%;
	height: 136px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 3333;
	transition: 0.25s;
}

html.fixed #headerpain-contents{
	position: fixed;
	top: 0;
	background: #fff;
	box-shadow: rgba(222, 222, 222, 0.65098) 0px 2px 6px 1px;
}

#header{
	padding: 0;
	margin: 0;
	height: auto;
	width: 100%;
	z-index: 999999;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all .3s;
}
html.fixed body.home #header{
	padding: 0;
	margin: 0;
	height: auto;
	width: 70%;
	z-index: 999999;
	position: relative;
	display: flex;
	transition: all .3s;
}
#header-logo:hover img {
	opacity: 0.6;
}

@media all and (min-width:769px) and (max-width:1480px) {
	html.fixed body.home #header-logo,
	#header-logo-contents{
		width: 16%;
	}
}
@media all and (min-width:769px) and (max-width:1200px) {
	#header{
		padding: 0 6px 0 0;
	}
	#header-logo{
	    width: 30%;
	}	
	html.fixed body.home #header-logo,
	#header-logo-contents{
		width: 30%;
	    margin: 30px auto;
	}
	html.fixed #headerpain,
	#headerpain-contents{
		width: 100%;
		height: auto;
		display: block;
	}
}

/* =======================================
   global navigation
========================================== */
#g-menu-wrapp{
	height: auto;
	position: relative;
}
body.home #g-menu-wrapp{
	width: 360px;
}
html.fixed body.home #g-menu-wrapp{
	width: 100%;
}
body.other #g-menu-wrapp{
	width: 70%;
}
#g-menu-wrapp .spmenu{
	width: auto;
	height: auto;
	z-index: 111111;
}
#toggle-g{
	display: none;
}

/* --------------------------------------------------- menu */
#g-menu-wrapp .spmenu ul.mainmenu{
	width: auto;
}
body.home #g-menu-wrapp .spmenu ul.mainmenu{
	display: block;
	padding: 50px 30px 0;
}
html.fixed body.home #g-menu-wrapp .spmenu ul.mainmenu{
	display: flex;
	justify-content: flex-end;
	margin-right: 30px;
	padding: 0;
}
body.other #g-menu-wrapp .spmenu ul.mainmenu{
	display: flex;
	justify-content: flex-end;
	margin-right: 30px;
}
#g-menu-wrapp .spmenu ul.mainmenu > li{
	text-align: left;
	position: relative;
}
body.home #g-menu-wrapp .spmenu ul.mainmenu > li{
	width: 100%;
	display: block;
}
html.fixed body.home #g-menu-wrapp .spmenu ul.mainmenu > li{
	width: auto;
	display: inherit;
}
body.other #g-menu-wrapp .spmenu ul.mainmenu li {
}
#g-menu-wrapp .spmenu ul li a{
	display: flex;
	align-items: center;
	position: relative;
	line-height: 50px;
	padding: 0;
	text-decoration: none;
	font-size: 18px;
}
#g-menu-wrapp .spmenu ul li a.current{
	color: #8FD429;
}
html.fixed body.home #g-menu-wrapp .spmenu ul li a{
	display: block;
	align-items: center;
	position: relative;
	padding: 30px 14px 0;
	text-decoration: none;
	font-size: 16px;
}
html.fixed body.home #g-menu-wrapp .spmenu ul li a{
	border-right: 1px solid #C4C4C4;
}
html.fixed body.home #g-menu-wrapp .spmenu ul li:last-child a{
	border-right: 0;
}
body.other #g-menu-wrapp .spmenu ul li a{
	display: block;
	align-items: center;
	position: relative;
	padding: 30px 14px 0;
	text-decoration: none;
	font-size: 16px;
}
body.other #g-menu-wrapp .spmenu ul li a{
	border-right: 1px solid #C4C4C4;
}
body.other #g-menu-wrapp .spmenu ul li:last-child a{
	border-right: 0;
}
#g-menu-wrapp .spmenu ul li a::after{
  position: absolute;
  bottom: 5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
#g-menu-wrapp .spmenu ul li a:hover::after{
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}
#g-menu-wrapp .spmenu ul li a::before{
    margin-right: 10px;
    content: "";
    background-size: auto 100%;
    width: 30px;
}
html.fixed body.home #g-menu-wrapp .spmenu ul li a::before{
	position: absolute;
	top: 5px;
	left: 50%;
    content: "";
    background-size: auto 100%;
    width: 30px;
    margin-left: -15px;
}
body.other #g-menu-wrapp .spmenu ul li a::before{
	position: absolute;
	top: 5px;
	left: 50%;
    content: "";
    background-size: auto 100%;
    width: 30px;
    margin-left: -15px;
}
#g-menu-wrapp .spmenu ul li a.about::before{
    height: 25px;
    background : url(ico-hokkaido.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
}
#g-menu-wrapp .spmenu ul li a.event::before{
    height: 22px;
    background : url(ico-calender.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
}
#g-menu-wrapp .spmenu ul li a.officer::before{
    height: 24px;
    background : url(ico-officer.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
}
#g-menu-wrapp .spmenu ul li a.map::before{
    height: 21px;
    background : url(ico-map.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
}
#g-menu-wrapp .spmenu ul li a.member::before{
    height: 25px;
    background : url(ico-key.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
}
#g-menu-wrapp .spmenu ul li a.relation::before{
    height: 18px;
    background : url(ico-team.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
}
#g-menu-wrapp .spmenu ul li a.home::before{
    height: 19px;
    background : url(ico-house.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
}
#g-menu-wrapp .spmenu ul.mainmenu::before,
#g-menu-wrapp .spmenu::after{
	content: " ";
	display: table;
}
#g-menu-wrapp .spmenu ul.mainmenu::after{
	clear: both;
}
#g-menu-wrapp .spmenu ul.mainmenu {
 *zoom: 1;
}
@media all and (min-width:1201px) and (max-width:1480px) {
	html.fixed body.home #header,
	body.other #g-menu-wrapp{
		width: 82%;
	}
	html.fixed body.home #g-menu-wrapp .spmenu ul li a,
	body.other #g-menu-wrapp .spmenu ul li a{
		font-size: 14px;
		padding: 30px 10px 0;
	}
}
@media all and (min-width:769px) and (max-width:1200px) {
	html.fixed body.home #header,
	body.other #g-menu-wrapp{
		width: auto;
		margin: 0 20px;
	}
	html.fixed body.home #g-menu-wrapp .spmenu ul.mainmenu,
	body.other #g-menu-wrapp .spmenu ul.mainmenu{
	    justify-content: center;
	    margin-right: 0;
	}
	html.fixed body.home #g-menu-wrapp .spmenu ul li a,
	body.other #g-menu-wrapp .spmenu ul li a{
		font-size: 14px;
		padding: 30px 10px 0;
	}
}

/* =======================================
   footer section
========================================== */
#page-back{
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 9999999999999;
}
#page-back a{
    text-decoration: none;
    padding: 0;
    display: block;
    z-index: 9999999999999;
	transform:rotateZ(0deg);
	-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
#page-back a:hover {
	transform:rotateY(180deg);
}
footer{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5555;
}
.footer-wrapp{
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#footer-about{
	padding: 0;
	margin: 0;
	width: 45%;
	position: relative;
    text-align: left;
}
#footer-about .logo{
	margin-bottom: 20px;
}
#footer-about .logo img{
	width: 90%;
}
#footer-about .address{
	font-size: 18px;
	margin-bottom: 20px;
}
#footer-about .telfax{
	display: flex;
	align-items: center;
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer-about .telfax .tel{
	position: relative;
	display: flex;
	align-items: center;
}
#footer-about .telfax .tel::before,
#footer-about .telfax .fax::before{
    margin-right: 6px;
    width: 30px;
    height: 30px;
    background-size: 100%;
    content: "";
}
#footer-about .telfax .tel::before{
    background : url(ico-tel.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
}
#footer-about .telfax .fax::before{
    background : url(ico-fax.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
}
#footer-about .telfax .fax{
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 16px;
}
#footer-menu{
	padding: 0;
	margin: 0;
	width: 52%;
	position: relative;
    text-align: left;
}
#footer-menu ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
#footer-menu li{
	width: 48%;
	padding: 0;
	margin: 0 1%;
	position: relative;
	text-align: left;
}
#footer-menu ul li a{
	display: flex;
	align-items: center;
	position: relative;
	line-height: 50px;
	padding: 0;
	text-decoration: none;
	font-size: 16px;
}
#footer-menu ul li a::after{
  position: absolute;
  bottom: 5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
#footer-menu ul li a:hover::after{
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}
#footer-menu ul li a::before{
    margin-right: 10px;
    content:"";
    background-size: auto 100%;
}
#footer-menu ul li a.about::before{
    background : url(ico-hokkaido-bl.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
    width: 30px;
    height: 25px;
}
#footer-menu ul li a.event::before{
    background : url(ico-calender-bl.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
    width: 30px;
    height: 22px;
}
#footer-menu ul li a.officer::before{
    background : url(ico-officer-bl.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
    width: 30px;
    height: 24px;
}
#footer-menu ul li a.map::before{
    background : url(ico-map-bl.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
    width: 30px;
    height: 21px;
}
#footer-menu ul li a.member::before{
    background : url(ico-key-bl.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
    width: 30px;
    height: 25px;
}
#footer-menu ul li a.relation::before{
    background : url(ico-team-bl.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
    width: 30px;
    height: 18px;
}
#footer-menu ul li a.home::before{
    background : url(ico-house-bl.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
    width: 30px;
    height: 19px;
}
#footer-copy{
	width: 1200px;
	padding: 0;
	margin: 0 auto;
	line-height: 50px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	text-align: right;
}
#footer-logo{
	padding: 0;
	height: auto;
	margin: 0;
	width: 28%;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
#footer-logo p.logo{
	margin-bottom: 5px;
}
#footer-logo img{
	width:100%;
}

@media all and (min-width:769px) and (max-width:1200px) {
	.footer-wrapp{
		width: auto;
		margin: 0 20px 20px;
	}
	#footer-about{
		width: 34%;
	}
	#footer-about .address{
	    font-size: 14px;
	}
	#footer-about .telfax{
		display: block;
		font-size: 20px;
	}
	#footer-about .telfax .tel{
		margin-bottom: 10px;
	}
	#footer-about .telfax .fax{
		margin-left: 0;
	}
	#footer-menu{
	    width: 64%;
	}
	#footer-menu ul li a{
	    font-size: 14px;
	}
	#footer-copy{
		width: auto;
		margin: 0 20px;
	}
}

/* =======================================
   contents section
========================================== */
/* set inner contents
--------------------------------------------*/
.contents-inner{
	margin: 0 auto;
	padding:50px 0;
	width: 1200px;
	text-align: left;
	position: relative;
	display: block;
	z-index: 2222;	
}

section.section{
	margin: 0;
	padding: 0 0 30px;
	width: auto;
}
.contents-inner::before{
	content: " ";
	display: block;
	clear: both;
	height: 0;
}

@media all and (min-width:769px) and (max-width:1200px) {
	.contents-inner{
		margin: 0 20px;
		width: auto;
	}
}

/* =======================================
   Top page
========================================== */
/* toppage slide
---------------------------------------- */
#toppage-mainimage{
	width: calc( 100% - 360px );
    height: 80vh;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    transition: 0.25s;
    position: absolute;
    top: 0;
    right: 0;
}
#toppage-mainimage .text-l,
#toppage-mainimage .text-s{
	width: 70%;
}
#toppage-mainimage img{
	width: 100%;
}
html.fixed body.home #toppage-mainimage {
    top: -80vh;
}
/* --- 背景の指定 ------------------------------------------- */
.slide .bgImg{
	position   : absolute;
	top        : 0;
	left       : 0;
	bottom     : 0;
	right      : 0;
	opacity    : 0;
	animation  : bgAnime 12s infinite;   /* 3画像 × 各4s = 12s */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 0 30px;
}
.slide .text-l {
	display: flex;
}
.slide .text-s{
	display: none;
}
@media all and (min-width:769px) and (max-width:1200px) {
	.slide .text-l{
		display: none;
	}
	.slide .text-s {
		display: flex;
	}
}
/* --- 段差で背景画像のアニメーションを実行 ----------------- */
.slide .src1{
	background-image : url(mainimage.jpg);   /* 背景の画像を指定 */
}
.slide .src2{
	background-image : url(mainimage2.jpg);   /* 背景の画像を指定 */
	animation-delay  : 4s;
}
.slide .src3{
	background-image : url(mainimage3.jpg);   /* 背景の画像を指定 */
	animation-delay  : 8s;
}

@keyframes bgAnime {
	0%  { opacity: 0; }
	10% { opacity: 1; }
	28% { opacity: 1; }
	38% { opacity: 0; }
	100%{ opacity: 0; }
}
/* toppage news area
---------------------------------------- */
#toppage-newsblock{
	width: 100%;
	background : url(../common/img/home/topics-back.jpg) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
	background-size: cover;
	position: relative;
	padding: 0 0 80px;
}
#toppage-newsblock h2.topicstitle{
    width: 100%;
    padding: 70px 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#toppage-newsblock h2.topicstitle .jp{
    font-size: 50px;
    font-weight: 400;
}
#toppage-newsblock h2.topicstitle .en{
    font-size: 14px;
    color: #8FD429;
    font-weight: 600;
    margin-left: 10px;
}
#toppage-newsblock .newstopics{
	width: 1200px;
    margin: 0 auto;
    padding: 0 0 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#toppage-newsblock .newstopics a,
#toppage-newsblock .newstopics .nolink{
	width: 32%;
    height: auto;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #92875A;
    border-radius: 10px;
    overflow: hidden;
    font-weight: 500;
}
#toppage-newsblock .newstopics::before{
    content: "";
    display: block;
    width: 32%;
    height: 0;
    order: 1;
}
#toppage-newsblock .newstopics::after{
    content: "";
    display: block;
    width: 32%;
    height: 0;
}
#toppage-newsblock .newstopics a:hover{
	background: #fffeec;
}
#toppage-newsblock .newstopics dl{
	width: 100%;
    height: auto;
    padding: 50px 30px;
}
#toppage-newsblock .newstopics dt{
	width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
#toppage-newsblock .newstopics dd span{
	display: block;
}
#toppage-newsblock .newstopics dt span.date{
	width: 100%;
	padding: 0;
	margin: 0 0 10px;
	line-height: 1.6em;
	font-size: 14px;
	text-align: left;
}
#toppage-newsblock .newstopics li span.new{
	position: relative;
	margin: 0 !important;
	zoom: 1;
	width: 3em;
	padding: 0;
	font-size: 14px;
	color: #ed3c3f;
}
#toppage-newsblock .newstopics dd span.text,
#toppage-newsblock .newstopics dd span.nolink{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 140px;
	text-align: left;
	font-size: 16px;
	line-height: 1.6em;
	overflow: hidden;
}
#toppage-newsblock .newstopics dd span.button{
	margin: 0 auto;
	padding: 0;
	width: 80%;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	text-align: center;
	font-size: 16px;
	background: #8FD429;
	color: #fff;
	position: relative;
}
#toppage-newsblock .newstopics dd span.button::after{
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
	width: 18px;
	height: 18px;
	content: "";
	background : url(ico-arrow-wh.svg) center center / auto auto no-repeat scroll padding-box border-box transparent;
	margin-top: -9px;
}
#toppage-newsblock .newstopics a.pdf{
	padding-left:24px;
}
#toppage-newsblock .newstopics a.pdf::before{
	left: 0;
}

@media all and (min-width:769px) and (max-width:1200px) {
	#toppage-newsblock .newstopics{
			width: auto;
			margin: 0 20px;
	}
}
@media all and (min-width:769px) and (max-width:900px) {
	#toppage-newsblock .newstopics a{
		width: 48%;
	}
}

/* =======================================
   Contents common element
========================================== */
/* Contents page common element
---------------------------------------- */

/* Map
---------------------------------------- */
.accessmap{
	width: 100%;
}
.accessmap iframe{
	width: 100%;
	height: 650px;
}
@media all and (max-width:1024px) {
}

/* Member login
---------------------------------------- */
.memberlogin{
	width: 60%;
	margin: 0 auto;
	padding: 80px 30px;
	background: #fff;
	border-radius: 30px;	
	box-shadow: rgba(222, 222, 222, 0.65098) 0px 2px 6px 1px;
}
.memberlogin dl{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
.memberlogin dt{
	width: auto;
	font-size: 20px;
	font-weight: 500;
	margin-right: 30px;
}
.memberlogin dd{
	width: 50%;
}
.memberlogin dd input{
	padding: 20px;
	width: 100%;
	font-size: 20px;
}
.memberlogin dd input:focus{
	background: #ecffce;
}
@media all and (max-width:1024px) {
}
