@charset "UTF-8";
/* reset -------- */
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
	line-height: 1;
}
body {
	position: relative;
	margin: 0;
	padding: 0;
}
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}
img, object, embed {
	border-style: none;
	vertical-align: middle;
}
img {
	max-width: 100%;
	height: auto;
	line-height: 0;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
th {
	text-align: left;
}
em {
	font-style: normal;
	font-weight: bold;
}
a {
	color: inherit;
	text-decoration: none;
	background-color: transparent;
}
button {
	background: none;
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
video {
	width: 100%;
}
input:focus {
	outline: 0;
	border-color: orange;
}
input[type=submit] {
	-webkit-appearance: none;
}
sup {
	vertical-align: super;
	font-size: 80%;
}
sub {
	vertical-align: sub;
	font-size: 80%;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b, strong {
	font-weight: bolder;
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Forms
	 ========================================================================== */
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, [type='button'], [type='reset'], [type='submit'] {
	-webkit-appearance: button;
}
button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"], [type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}
/*** coomon ***/
html {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-size: 16px;
	color: #000000;
}
@media (max-width: 768px) {
	html {
		font-size: 13px;
	}
}
@media (max-width: 768px) {
	.pc {
		display: none !important;
	}
}
@media (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
/* all -------- */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix .left {
	float: left;
}
.clearfix .right {
	float: right;
}
/*** row ***/
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.row > * {
}
.col2 {
	width: 50%;
	width: calc(100% / 2 - 1px);
	max-width: calc(100% / 2);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.col3 {
	width: 32%;
	width: calc(100% / 3 - 1px);
	max-width: calc(100% / 3);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.col4 {
	width: 25%;
	width: calc(100% / 4 - 1px);
	max-width: calc(100% / 4);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.col5 {
	width: 20%;
	width: calc(100% / 5 - 1px);
	max-width: calc(100% / 5);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.col6 {
	width: 16%;
	width: calc(100% / 6 - 1px);
	max-width: calc(100% / 6);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.col_inner {
	display: block;
	width: 100%;
	height: 100%;
}
@media (max-width: 768px) {
	.row {
	}
	.row > * {
		width: 100%;
		max-width: none;
	}
	.row_sp {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.row_sp > * {
	}
	.col2_sp {
		width: 50%;
		width: calc(100% / 2 - 1px);
		max-width: calc(100% / 2);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.col3_sp {
		width: 32%;
		width: calc(100% / 3 - 1px);
		max-width: calc(100% / 3);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.col4_sp {
		width: 25%;
		width: calc(100% / 4 - 1px);
		max-width: calc(100% / 4);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.col5_sp {
		width: 20%;
		width: calc(100% / 5 - 1px);
		max-width: calc(100% / 5);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.col6_sp {
		width: 16%;
		width: calc(100% / 6 - 1px);
		max-width: calc(100% / 6);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}
/*** floatbox ***/
.floatbox {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.floatbox .thumb_wrap {
	width: 120px;
}
.floatbox .text_wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0px 0px 0px 20px !important;
}
@media (max-width: 768px) {
	.floatbox_sp {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.floatbox_sp .thumb_wrap {
		width: 120px;
	}
	.floatbox_sp .text_wrap {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 0px 0px 0px 20px !important;
	}
}
/*** table 横スライド用 ***/
@media (max-width: 768px) {
	.tableslide_sp {
		overflow-x: scroll;
		margin-right: -10px;
		padding-bottom: 10px;
	}
	.tableslide_sp td {
		white-space: nowrap;
	}
}
/***　アニメーション ***/
.effect {
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.effect_left {
	opacity: 0;
	-webkit-transform: translate3d(50px, 0, 0);
	transform: translate3d(50px, 0, 0);
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.effect_left.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.effect_right {
	opacity: 0;
	-webkit-transform: translate3d(-50px, 0, 0);
	transform: translate3d(-50px, 0, 0);
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.effect_right.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.effect_up {
	opacity: 0;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.effect_up.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.effect_show {
	opacity: 0;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.effect_show.active {
	opacity: 1;
}
.effect_wide {
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.effect_wide.active {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
@media (max-width: 768px) {
	/*
  	.effect_left{
  		opacity: 1;
  		transform: translate3d(0%,0,0);
  	}
  	.effect_right{
  		opacity: 1;
  		transform: translate3d(0%,0,0);
  	}
  	.effect_top{
  		opacity: 1;
  		transform: translate3d(0,0%,0);
  	}
  	.effect_show{
  		opacity: 1;
  	}
  */
}
@-webkit-keyframes effect_wide {
	0% {
		-webkit-transform: scale3d(0, 1, 1);
		transform: scale3d(0, 1, 1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes effect_wide {
	0% {
		-webkit-transform: scale3d(0, 1, 1);
		transform: scale3d(0, 1, 1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
/*** parts ****/
.thumb img {
	/*width: 100%;*/
}
.icon_left {
	display: inline-block;
	margin-right: 10px;
}
.icon_right {
	display: inline-block;
	margin-left: 10px;
}
/*** scale ***/
.thumb.scale a, a.scale .thumb {
	display: block;
	overflow: hidden;
}
.thumb.scale a img, a.scale .thumb img {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.thumb.scale a:hover img, a.scale:hover .thumb img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/*** slick用 スライダー ***/
.slider {
	opacity: 0;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.slider.slick-initialized {
	opacity: 1;
}
/*** font ***/
.alC {
	text-align: center !important;
}
.alR {
	text-align: right !important;
}
.alL {
	text-align: left !important;
}
.f_small {
	font-size: 90% !important;
}
.f_xsmall {
	font-size: 80% !important;
}
.f_xxsmall {
	font-size: 70% !important;
}
.f_xxxsmall {
	font-size: 60% !important;
}
.f_large {
	font-size: 110% !important;
}
.f_xlarge {
	font-size: 120% !important;
}
.f_xxlarge {
	font-size: 130% !important;
}
.f_xxxlarge {
	font-size: 140% !important;
}
.f_bold {
	font-weight: bold !important;
}
.f_underline {
	border-bottom: 2px solid #d5cec1;
	padding-bottom: 3px;
}
.f_black {
	color: #000000 !important;
}
.f_white {
	color: #FFFFFF !important;
}
.f_yellow {
	color: #f67e41 !important;
}
.f_orange {
	color: #f67e41 !important;
}
.f_blue {
	color: #00479f;
}
.f_bg_yellow {
	display: inline;
	background-color: #ffea5a;
}
.f_line_yellow {
	display: inline;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(54%, rgba(255, 240, 198, 0)), color-stop(55%, #fff0c5), to(#fff0c5));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 240, 198, 0) 54%, #fff0c5 55%, #fff0c5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#fff0c5", GradientType=0);
}
.f_link {
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.f_link:hover {
	color: #69318e;
	/*text-decoration: none;*/
}
/*** youtube ***/
.youtube, .wp-block-embed__wrapper {
	width: 100%;
	padding-bottom: calc(100% * 340 / 600);
	height: 0px;
	position: relative;
	margin-bottom: 30px;
}
.youtube iframe, .wp-block-embed__wrapper iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/*** width ***/
.full_width {
	width: 100vw;
	margin-left: calc((100vw - 100%) / -2);
	margin-right: calc((100vw - 100%) / -2);
}
/*** hover ***/
.hover_opacity {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
	transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
	transition: opacity 0.3s ease, filter 0.3s ease;
	transition: opacity 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
}
.hover_opacity:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.hover_reverse {
	display: block;
	position: relative;
}
.hover_reverse .btn_on {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.hover_reverse .btn_off {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.hover_reverse:hover .btn_on {
	opacity: 1;
}
.hover_reverse:hover .btn_off {
	opacity: 0;
}
/*** table_basic ***/
.table_basic {
	width: 100%;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
.table_basic th {
	padding: 10px 20px;
	vertical-align: top;
	text-align: left;
	background-color: #EEEEEE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.table_basic td {
	padding: 10px 20px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
@media (max-width: 768px) {
	.table_basic {
		display: block;
	}
	.table_basic th {
		display: block;
		width: 100%;
		padding: 10px;
		font-weight: bold;
	}
	.table_basic td {
		display: block;
		width: 100%;
		padding: 15px 10px;
	}
}
/***　accordion_list　***/
.accordion_list dl {}
.accordion_list dl:not(:last-child) {}
.accordion_list dt {
	position: relative;
}
.accordion_list dt:hover {
	cursor: pointer;
}
.accordion_list dt:after {
	content: "";
	display: inline-block;
	background: url("../images/common/icon_up.svg") left top no-repeat;
	background-size: contain;
	width: 17px;
	height: 11px;
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	transition: transform 0.3s ease;
}
.accordion_list dd {
	overflow: hidden;
	height: 0px;
	transition: height 0.3s ease;
}
.accordion_list dd .inner {
	position: relative;
}
.accordion_list dl.active dt:after {
	transform: translate3d(0, -50%, 0) rotate(180deg);
}
@media (max-width: 768px) {
	.accordion_list dl:not(:last-child) {}
	.accordion_list dt:after {
		right: 20px;
	}
	.accordion_list dt {}
	.accordion_list dd .inner {}
}
/*** crumb ***/
.crumb ul {
	font-size: 0;
	padding-top: 15px;
	padding-bottom: 30px;
	text-align: right;
}
.crumb ul li {
	display: inline;
	font-size: 0.75rem;
}
.crumb ul li a:after {
	content: "\FF1E";
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}
.crumb ul li a {
	color: #666666;
	-webkit-transition: 0.3s color ease;
	transition: 0.3s color ease;
}
.crumb ul li a:hover {
	color: #002E78;
}
/*** image ***/
.thumb img {
	width: 100%;
	height: auto;
}
/**** pageNavi ****/
.pagination_top {
	margin-bottom: 30px;
}
.pagination_bottom {
	margin-top: 60px;
}
.pageNaviWrap {
	/*text-align: center;*/
}
.pageNaviWrap:before, .pageNaviWrap:after {
	display: table;
	content: " ";
}
.pageNaviWrap:after {
	clear: both;
}
.pageNavi {
	display: inline-block;
	margin-right: -6px;
}
.pageNavi span, .pageNavi a {
	font-family: "\65B0\30B4   M", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W6", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
	line-height: 32px;
	display: block;
	float: left;
	height: 32px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-align: center;
	text-decoration: none;
}
.pageNavi .inactive, .pageNavi .current, .pageNavi .arrow {
	font-size: 100%;
	width: 32px;
}
.pageNavi a.inactive, .pageNavi .arrow {
	color: #000;
	border: 1px solid #e1e1e1;
	background-color: #f8f8f8;
}
.pageNavi .current, .pageNavi .arrow:hover, .pageNavi .inactive:hover, .pageNavi .next:hover .text, .pageNavi .back:hover .text {
	color: #fff;
	border: 1px solid #002E78;
	background-color: #002E78;
}
.pageNavi .text {
	font-size: 71%;
	width: 47px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	color: #bfe4c7;
	border: 1px solid #def1e2;
	background-color: #fff;
}
.space {
	font-size: 84%;
	color: #000;
}
.pageNavi .inactive, .pageNavi .current, .pageNavi .back .text, .space, .arrow {
	margin-right: 6px;
}
.gmap{
	border: 1px solid #CCCCCC;
}
.gmap iframe {
	width: 100%;
	height: 430px;
	/*-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);*/
}
@media (max-width: 768px) {
	.gmap iframe {
		height: 280px;
	}
}
/* layout -------- */
#wrapper {
	overflow: hidden;
}
.container {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.main_content {
	padding-top: 70px;
	padding-bottom: 200px;
}
.side_content {
	padding-top: 70px;
	padding-bottom: 200px;
}
.content_1col {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.content_2col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.content_2col .main_content {
	width: 70%;
}
.content_2col .side_content {
	width: 25%;
}
@media (max-width: 1540px) {
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 768px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.main_content {
		padding-top: 35px;
		padding-bottom: 100px;
	}
	.side_content {
		padding-top: 35px;
		padding-bottom: 100px;
	}
	.content_2col {
		display: block;
	}
	.content_2col .main_content {
		width: 100%;
	}
	.content_2col .side_content {
		width: 100%;
	}
}
/*** text ***/
h1, h2, h3, h4, h5, h6, p, li, th, td, address, small, i {
	margin: 0;
	padding: 0;
	line-height: 1.7;
}
ol, ul, dl, dt, dd {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.f_en{
	font-family: 'Amiri', serif;
}
.thumb_wrap{
	text-align: center;
}
.thumb img{
    width: 100%;
}

a:not([class]) {
	color: #5a7864;
	transition: opacity 0.3s ease;
}
a:not([class]) :hover{
	opacity: 0.8;
}
/*** header ***/
#wrapper {
	padding-top: 90px;
}
.header {
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.header.header_fixed{
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 100;
}

.header_container{
    padding-left: 40px;
    padding-right: 40px;
}
.h_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 90px;
}
.gnav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.gnav_list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    margin-right: 20px;
}
.gnav_list > li{
    padding-right: 30px;
    padding-left:  30px;
    border-left: 1px solid #093678;
}

.gnav_list > li:last-child{
    border-right: 1px solid #093678;
}

.gnav_list > li > a {
	display: block;
	width: 100%;
    line-height: 1;
    padding: 3px 0px;
    position: relative;
	color: #093678;
	text-align: center;
}
.gnav_list > li > a .f_en{
	display: block;
	font-size: 1.38rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	margin-bottom: 10px;
}
.gnav_list > li > a .f_ja{
	display: block;
	font-size: 0.8rem;
}
.gnav_list > li > a:after{

}
.gnav_list > li > a:hover:after,
.gnav_list > li > a.cur:after{
	opacity: 1;
	visibility: visible;
	transform: scale(1,1);
}
.h_tel a{
	font-size: 1.5rem;
	font-weight: 400;
	color: #FFFFFF;
	vertical-align: middle;
}
.h_social{
	display: flex;
	align-items: center;
	margin-left: 30px;
}
.h_social li{
	margin-left: 10px;
}


/*スマートフォンメニューボタン*/
#spnav_buttonwrap {
	display: none;
}
.sp_menu{
	display: none;
}
@media (max-width: 980px) {
	#wrapper{
		padding-top: 50px !important;
	}
	.header {
		padding-top: 0px;
		padding-bottom: 0px;
		position: fixed;
		left: 0px;
		right: 0px;
		top: 0px;
		z-index: 100;
	}
    .header_container {
        padding-left: 20px;
        padding-right: 20px;
    }
	.header .h_top {
		height: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.h_content {
		height: 50px !important;
	}
	.h_logo img {
		width: auto;
		height: 35px;
	}
	/*** menuの中 ***/
	.h_right{
		display: none;
	}
	.menu_content {
		background-color: #093678;
		padding: 50px 20px 30px;
		width: 100%;
		max-width: 100%;
	}
    .gnav{
        display: block;
    }
	.gnav_list {
		display: block;
        margin-right: 0px;
        padding-top: 0px;
	}
	.gnav_list > li {
		width: 100% !important;
		padding-right: 0px !important;
        margin-bottom: 10px;
        padding-left: 0px;
        padding: 10px 0;
        border-bottom: 1px solid #fff;
	}

	.gnav_list li > a {
        position: relative;
		padding: 10px 0px;
		text-align: left !important;
		color: #fff;
		position: relative;
	}

	.gnav_list > li > a:after{
		content: "";
		position: absolute;
	    right: 3px;
	    top:12px;
	    width: 8px;
	    height: 8px;
	    border-top: 1px solid #fff;
	    border-right: 1px solid #fff;
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	/*スマートフォンメニューボタン*/
	#spnav_buttonwrap {
		display: block;
		position: absolute;
		right: 0px;
		top: 0px;
		/*background-color: #000000;*/
		z-index: 10;
	}
    #spnav_buttonwrap.open{
        position: fixed;
    }
	#spnav_button span {
		background-color: #093678;
	}
	#spnav_button {
		width: 50px;
		height: 50px;
		cursor: pointer;
		position: relative;
		z-index: 10000;
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}
	#spnav_button div {
		position: relative;
		width: 50%;
		height: 50%;
		display: inline-block;
	}
	#spnav_button span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		left: 0;
		-webkit-transition: 0.35s ease-in-out;
		transition: 0.35s ease-in-out;
	}
	#spnav_button span:nth-child(1) {
		top: 14%;
	}
	#spnav_button span:nth-child(2) {
		top: 50%;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
	#spnav_button span:nth-child(3) {
		bottom: 14%;
	}
	.open #spnav_button span:nth-child(1) {
		top: 50%;
		-webkit-transform: rotate(137deg);
		transform: rotate(137deg);
	}
	.open #spnav_button span:nth-child(2) {
		width: 0;
	}
	.open #spnav_button span:nth-child(3) {
		top: 50%;
		-webkit-transform: rotate(-137deg);
		transform: rotate(-137deg);
	}
	#menu {
		position: relative;
		z-index: 9;
	}
	body.menu_active #menu {
		position: fixed;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
	}
	#menu .filter {
		content: "";
		display: block;
		position: fixed;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		background-color: rgba(0,0,0,0.50);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
		transition: opacity 0.3s ease, visibility 0.3s ease;
	}
	body.menu_active #menu .filter {
		opacity: 1;
		visibility: visible;
	}
	#menu .menu_content {
		padding: 20px 30px;
		-webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
		transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
		transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
		transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
	}
	body.menu_active #menu .menu_content {
		position: absolute;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
		visibility: visible;
		overflow-y: scroll;
	}
}
/*** footer_contact　***/
.footer_contact {
	width: 100%;
	background-color: #e8f3fa;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}
.footer_contact:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: -20px;
    width: 100%;
    height: 20px;
    box-shadow: 0px 8px 20px 0 rgba(0,0,0,0.05);
}
.contact_btn_list{
    display: flex;
    justify-content: center;
    margin-left: -1px;
}
.contact_btn_list li{
    margin-left: 1px;
}
.btn_contact{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 460px;
    height: 120px;
    background-color: #FFFFFF;
    font-size: 1.13rem;
    color: #0a2850;
    transition: background 0.3s ease,
        color 0.3s ease;
}
.btn_contact:hover{
    background-color: #0a2850;
    color: #FFFFFF;
}
.btn_contact .icon_form{
    display: inline-block;
    background: url("../images/common/icon_form.png") left top no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    transition: background 0.3s ease;
}
.btn_contact:hover .icon_form{
    background-image: url("../images/common/icon_form_hover.png");
}
.btn_contact .icon_tel{
    display: inline-block;
    background: url("../images/common/icon_tel.png") left top no-repeat;
    background-size: contain;
    width: 15px;
    height: 22px;
    transition: background 0.3s ease;
}
.btn_contact:hover .icon_tel{
    background-image: url("../images/common/icon_tel_hover.png");
}
@media (max-width: 768px) {
    .footer_contact {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .contact_btn_list{
        display: block;
        text-align: center;
    }
    .contact_btn_list li{
        margin-left: 0px;
        margin-bottom: 1px;
    }
    .btn_contact{
        height: 60px;
        font-size: 0.88rem;
    }
    .btn_contact .icon_form{
        width: 12px;
        height: 12px;
    }
    .btn_contact .icon_tel{
        width: 8px;
        height: 11px;
    }
}

/*** footer ***/
.footer{
    background-color: #5e6165;
	color: #FFFFFF;
}
.f_inner{
	padding-top: 60px;
	padding-bottom: 60px;
}
.f_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.f_right {

}
/*.f_logo {
	margin-bottom: 20px;
}*/
.fnav_list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
}
.fnav_list > li{
    margin-left: 60px;
}
.fnav_list > li a{
	position: relative;
}
.fnav_list > li a:before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 1px;
	background-color: #FFFFFF;
	position: absolute;
	left: -20px;
	top: 20px;
}
.fnav_list > li > a {
	display: block;
	width: 100%;
    line-height: 1;
    padding: 10px 0px;
    position: relative;
	color: #FFFFFF;
}
.fnav_list > li > a .f_en{
	display: block;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	margin-bottom: 10px;
}
.fnav_list > li > a .f_ja{
	display: block;
	font-size: 0.6rem;
	opacity: 0.5;
}
.f_social{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 40px;
}
.f_social li{
	margin-left: 10px;
}


.f_sitename {
	font-size: 1.38rem;
	font-weight: 400;
	letter-spacing: 0.08em;
    line-height: 1.2;
	margin-bottom: 40px;
}
.f_address {
	font-size: 0.88rem;
	letter-spacing: 0.12em;
    line-height: 1.86;
	margin-bottom: 30px;
}
.f_text {
	font-size: 0.75rem;
	letter-spacing: 0.12em;
    line-height: 1.86;
}

.bnr_list{
	margin-left: -10px;
}
.bnr_list li{
	padding-left: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.copyright {
	background-color: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
	//border-top: 1px solid rgba(255,255,255,0.2);
}
.copyright p {
	font-size: 0.56rem;
	color: #a0a0a0;
	line-height: 1;
	text-align: center;
	margin-bottom: 0px;
}
@media (max-width: 768px) {
	.f_inner{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.f_content {
		display: block;;
		padding-bottom: 15px;
	}
	.f_logo{
		text-align: center;
		margin-bottom: 30px;
	}
	.f_right {
		padding-left: 0px;
	}
	.f_sitename{
		text-align: center;
		margin-bottom: 15px;
	}
	.f_address{
		margin-bottom: 15px;
	}
	.fnav_list{
		margin-left: -10px;
		justify-content: flex-start;
	}
	.fnav_list > li{
		margin-left: 20px;
	}
	.fnav_list > li a:before {
		width: 5px;
		height: 1px;
		left: -10px;
		top: 16px;
	}
}


/*** totop ***/
.totop {
	position: relative;
}
.totop a {
	display: flex;
	width: 72px;
	height: 72px;
	justify-content: center;
	align-items: center;
	background-color: #000000;
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 100%, 0);
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.totop a.show {
	opacity: 0.7;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}
.totop a.bottom {
	position: absolute;
}
.totop a:hover {
	opacity: 1;
}
@media (max-width: 768px) {
	.totop a {
		width: 30px;
		height: 30px;
	}
}
/*** btn ***/
.btn_wrap {
	text-align: center;
}


/*** 共通 ***/

/*** text ***/
.section_title_block{
	position: relative;
	z-index: 1;
	padding-top: 15px;
	margin-bottom: 30px;
}
.section_title_block:before{
	content: "";
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #000000;
	position: absolute;
	left: 0px;
	top: 0px;
}
.section_title_block:after{
	content: "";
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #82b428;
	position: absolute;
	left: 0px;
	top: 0px;
}
.section_title{
	font-size: 1.13rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.2;
}

@media (max-width: 768px) {
	.section_title_block .f_en{
		display: block;
		margin-bottom: 10px;
	}
	.section_title_block .f_ja{
		display: block;
	}
}

.f_green{
	color: #82b428;
}


/*** common_ ***/
.common_section{
	//padding-top: 100px;
	padding-bottom: 80px;
}

@media (max-width: 768px) {
	.common_section{
		//padding-top: 50px;
		padding-bottom: 50px;
	}
}

/*** bg ***/
.bg_green{
	background-color: #f5faf0;
}


/*** arrow ***/
.arrow_right{
	display: inline-block;
	width: 12px;
	position: relative;
	vertical-align: middle;
}
.arrow_right:before{
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #5a7864;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.arrow_right:after{
	content: "";
	display: inline-block;
	width: 40%;
	height: 1px;
	background-color: #5a7864;
	transform: rotate(45deg);
	transform-origin: right bottom;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

/*** btn ***/
.btn_wrap{
	margin-top: 50px;
}

.btn_list{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: -20px;
	margin-bottom: -20px;
	margin-top: 30px;
}
.btn_list li{
	padding-left: 20px;
	padding-bottom: 20px;
}

@media (max-width: 768px) {
	.btn_wrap{
		margin-top: 30px;
	}
	.btn_list{
		display: block;
		margin-left: 0px;
		margin-bottom: -10px;
	}
	.btn_list li{
		padding-left: 0px;
		padding-bottom: 10px;
		text-align: center;
	}

}


.btn{
	display: inline-flex;
	max-width: 100%;
	width: 220px;
	height: 60px;
	justify-content: center;
	align-items: center;
	background-color: #5e6165;
	border: none;
	box-shadow: none;
	font-size: 0.88rem;
	letter-spacing: 0.14em;
	text-indent: 0.14em;
	color: #FFFFFF;
	position: relative;
	transition: opacity 0.3s ease;

}


.btn:hover{
	cursor: pointer;
	opacity: 0.8;
}

.btn .arrow_right:before,
.btn .arrow_right:after{
	background-color: #FFFFFF;
}

.btn .icon_btn_right{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate3d(0,-50%,0);
}

.btn.btn_submit{
	width: 400px;
	background-color: #FFFFFF;
	border: 1px solid #5e6165;
	color: #5e6165;
	transition: background-color 0.3s ease,
		color 0.3s ease;
}
.btn_submit input{
	background: none;
	border: none;
	display: block;
	width: 100%;
	height: 100%;
	color: #5e6165;
	margin: 0px;
	padding: 0px;
}
.btn.btn_submit .arrow_right:before,
.btn.btn_submit .arrow_right:after{
	background-color: #5e6165;
}

.btn.btn_submit:hover{
	background-color: #5e6165;
	opacity: 1;
}
.btn_submit input:hover{
	cursor: pointer;
	color: #FFFFFF;
}
.btn.btn_submit:hover .arrow_right:before,
.btn.btn_submit:hover .arrow_right:after{
	background-color: #FFFFFF;
}



/*** grid ***/
.grid_col2{
	direction: ltr;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.grid_col3{
	direction: ltr;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.grid_col4{
	direction: ltr;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

@media (max-width: 768px) {
	.grid_col2,
	.grid_col3,
	.grid_col4{
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}


/***　news_list　***/
.news_list{
	border-top: 1px solid #e3ddd7;
}
.news_list .box{
	border-bottom: 1px solid #e3ddd7;
}
.news_list .box a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 20px;
	background-color: #FFFFFF;
	transition: background-color 0.3s ease;
}
.news_list .box a:hover{
	background-color: rgba(227,221,215,0.2);
}
.box_date{
	font-size: 0.69rem;
	width: 130px;
	color: #787878;
}
.box_date:before{
	content: "";
	display: inline-block;
	width: 14px;
	height: 2px;
	background-color: #d7e6dc;
	vertical-align: middle;
	margin-right: 10px;
}
.box_title{
	font-size: 0.81rem;
	font-weight: normal;
	color: #000000;
	line-height: 1.5;
	flex: 1;
}
.box_btn{
	font-size: 0.63rem;
}

@media (max-width: 768px) {
	.news_list .box a{
		padding: 15px;
		display: block;
	}
	.box_date{
		width: auto;
		margin-bottom: 10px;
	}
	.box_title{
		margin-bottom: 10px;
	}
	.box_btn{
		text-align: right;
	}
}



/*** bg ***/
.bg_dot{
	background-color: transparent;
    background-image: radial-gradient(#999999 24%, transparent 25%), radial-gradient(#999999 24%, transparent 25%);
    background-position: 0 0, 2px 2px;
    background-size: 4px 4px;
	background: url("../images/common/bg_dot.png") left top repeat;
}

/**** pagetitle ***/
.pagetitle{
	width: 100%;
}
.pagetitle_inner{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 250px;
}
.pagetitle_text .f_en{
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.12em;
	text-indent: 0.12em;
	color: #82b428;
	display: block;
	text-align: center;
	margin-bottom: 30px;
}
.pagetitle_text .f_ja{
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	display: block;
	text-align: center;
}

@media (max-width: 768px) {
	.pagetitle_inner{
		height: 150px;
	}
	.pagetitle_text .f_en{
		font-size: 1.88rem;
		letter-spacing: 0.06em;
		text-indent: 0.06em;
		margin-bottom: 15px;
	}
	.pagetitle_text .f_ja{
		font-size: 1.13rem;
	}
}


.description{
	font-size: 0.88rem;
	text-align: center;
	margin-bottom: 50px;
}

.notes{
	font-size: 0.88rem;
}
.f_red{
	color: #ff0000 !important;
}
.f_caution{
	font-size: 0.75rem;
	color: #ff0000 !important;
	margin-top: 20px;
}
.f_mincho{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

@media (max-width: 768px) {
	.description{
		margin-bottom: 25px;
	}
}


/*** pagenav ***/
.pagenav{
	padding-top: 80px;
}
.pagenav_list{
	margin-left: -25px
}
.pagenav_list li{
	padding-left: 25px;
}

@media (max-width: 768px) {
	.pagenav{
		padding-top: 40px;
	}
	.pagenav_list li{
		margin-bottom: 10px;
	}
}


/*** list ***/
ul.disc{
	list-style-type: disc;
}
ul.disc li{
	margin-left: 2em;
}

/*** table ***/
@media (max-width: 768px) {
	.table_scroll{
		width: 100%;
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.table_scroll table{
		width: auto;
	}
}


/*** section_title ***/
.section_title{
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-indent: 0.02em;
	text-align: center;
	margin-bottom: 30px;
}
.section_title .f_en{
	display: block;
	text-align: center;
	font-size: 0.88rem;
}

/*** f_contact ***/
#f_contact{
	background-color: #d5cec1;
	color: #5e6165;
}
.btn_tel{
	letter-spacing: 0em;
	text-indent: 0em;
}
.btn_tel .icon_left{
	margin-right: 5px;
}


/*** pagetitle_block ***/
.pagetitle_block{
	width: 100%;
	height: 410px;
	background: url("../images/common/pagetitle_bg.jpg") center center repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagetitle{
	text-align: center;
}
.pagetitle .f_en{
	font-size: 4rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	display: block;
}
.pagetitle .f_ja{
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	display: block;
}

@media (max-width: 768px) {
	.pagetitle_block{
		height: 140px;
	}
	.pagetitle .f_en{
		font-size: 2rem;
	}
	.pagetitle .f_ja{
		font-size: 0.9rem;
	}

}


.bg_gray{
    background-color: #f5f5f5;
}
.catch{
    font-size: 1.63rem;
    text-align: center;
}

.num_text{
	position: relative;
	margin-left: 1.2em;
}
.num_text .num{
	position: absolute;
	left: -1.2em;
}

.mt10{
	margin-top: 20px !important;
}
.mt20{
	margin-top: 20px !important;
}
a.movie_box{
	display: block;
	position: relative;
}
a.movie_box:before{
	content: "";
	display: inline-block;
	background: url("../images/top/icon_movie.png") left top no-repeat;
	background-size: contain;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
	a.movie_box:before{
		background-image: url("../images/top/icon_movie@2x.png");
	}
}



