@charset "utf-8";
/* Copyright 2019 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

パソコン、スマートフォン（iPhone,Android) 共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

basic

------------------------------------------------------------ */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese');


@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 500;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

*{font-family: Arial, Noto Sans JP, Yu Gothic, "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}

@media (-ms-high-contrast: none) {
	*{font-family: Arial, Noto Sans JP, Yu Gothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
}

html{
    -moz-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}

body{
	color:#000;
	font-weight: 400;
}


/* ------------------------------------------------------------

shortcodes

------------------------------------------------------------ */

/* font
---------------------------------------------- */
.normal{font-weight:normal !important;}
.bold{font-weight:bold !important;}
.italic{font-style: italic !important;}

/* display
---------------------------------------------- */
.none{display: none !important;}

/* margin
---------------------------------------------- */
.mb_none{margin-bottom: 0 !important;}

/* color
---------------------------------------------- */
.gray01{color: #666 !important;}
.orange01{color: #EA5213!important;}

/* indent
---------------------------------------------- */
.indent-1{
	text-indent: -1em;
	padding-left: 1em;
}

.indent-25{
	text-indent: -2.5em;
	padding-left: 2.5em;
}

/* marker
---------------------------------------------- */
.marker_yellow{
	display: inline;
	background: linear-gradient(transparent 50%, #FFEA26 50%);
}


@media print, screen and (min-width:768px){ /* 表示領域が768px以上の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */

	body{
		font-size: 16px;
		font-size: 1.6rem;;/*-16px-*/
		line-height: 1.8;
	}
	
	.pc_br{display: block;}
	
	.pc_none{display: none !important;}

	/* レイアウト
	---------------------------------------------- */
	#wrap_all{
		min-width: 1200px;
		overflow: hidden;
	}
	
	#wrapper{
		position: relative;
		padding-top: 150px;
	}
	
	.wrap_type01{
		width: 1100px;
		margin: 0 auto 150px;
	}
	
	.wrap_type02{
		width: 740px;
		margin: 0 auto 150px;
	}
	
	.wrap_type03{
		width: 1100px;
		padding-top: 70px;
		margin: 0 auto 150px;
	}
	
	/*--404ページ--*/
	.wrap_404{
		text-align: center;
		padding: 100px 0 120px;
	}
	
	.ttl_404{
		font-size: 5rem;
		font-weight: bold;
		margin-bottom: 12px;
	}
	
	.txt_404{margin-bottom: 30px;}
	
	/* リンク
	---------------------------------------------- */
	.link01{
		color: #0099FF;
		text-decoration: underline !important;
	}
	
	.link01:hover{text-decoration: none !important;}
    
    .link_pdf01{
		color: #0099FF;
		text-decoration: underline !important;
        line-height: 22px;
	}
    
    .link_pdf01::after{
        content: "";
        display: inline-block;
        vertical-align: top;
        background: url("../img/ico_pdf01.jpg") no-repeat 0 0;
        background-size: contain;
        width: 22px;
        height: 22px;
        margin-left: 7px;
    }
    
    .link_pdf01:hover{text-decoration: none !important;}
    
    .link_tab01{
		color: #0099FF;
		text-decoration: underline !important;
        line-height: 20px;
	}
    
    .link_tab01::after{
        content: "";
        display: inline-block;
        vertical-align: text-bottom;
        background: url("../img/ico_tab01.png") no-repeat 0 0;
        background-size: contain;
        width: 20px;
        height: 20px;
        margin-left: 7px;
    }
    
    .link_tab01:hover{text-decoration: none !important;}

	/* ページタイトル
	---------------------------------------------- */
	.wrap_pagettl{
		position: relative;
		padding: 0 50px;
	}
	
	.wrap_pagettl::before{
		content: "";
		display: block;
		width: 100%;
		height: 9999px;
		transform: skewY(-10deg);
		position: absolute;
		bottom: 20%;
		left: 0;
		z-index: -1;
	}
	
	.wrap_pagettl .pagettl{
		max-width: 1420px;
		margin: 0 auto 16px;
		position: relative;
	}
	
	.wrap_pagettl .pagettl .pagettl_inner{
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		width: 100%;
		padding-top: 30%;
	}
	
	.wrap_pagettl .pagettl .pagettl_inner .p_inner{
		display: block;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		margin-top: -25px;
	}
	
	.wrap_pagettl .pagettl .pagettl_inner .p_inner h2{position: relative;}
	
	.wrap_pagettl .pagettl .pagettl_inner .p_inner h2::before{
		content: "";
		display: block;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: 100%;
		position: absolute;
		top: -70px;
		left: 0;
		z-index: 1;
	}
	
	.wrap_pagettl .pagettl .pagettl_inner .p_inner h2::before,
	.wrap_pagettl .pagettl .pagettl_inner .p_inner h2 img{height: 50px;}
	
	.ttl_pagettl01{
		padding-bottom: 20px;
		height: 280px;
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.ttl_pagettl01 img{height: 50px;}
	
	.ttl_pagettl02{
		width: 740px;
		margin: 0 auto;
		height: 220px;
		display:-webkit-flex;
		display:flex;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.ttl_pagettl02 img{height: 26px;}
	
	/* パンくずリスト
	---------------------------------------------- */
	.breadcrumb{
		max-width: 1520px;
		padding: 0 50px;
		margin: 0 auto 7px;
		font-size: 1.2rem;
		line-height: 1;
	}
	
	.breadcrumb ul{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
	
	.breadcrumb ul li{margin-right: 10px;}
	
	.breadcrumb ul li:last-of-type{margin-right: 0;}
	
	.breadcrumb ul li a,
	.breadcrumb ul li span{
		background: url("../img/ico_arrow05.png") no-repeat right center;
		background-size: 6px;
		padding-right: 15px;
		color:#000;
	}
	
	.breadcrumb ul li a:hover{opacity: 0.7;}
	
	/* 見出し
	---------------------------------------------- */
	.heading01{
		font-size: 1.6rem;
		font-weight: bold;
		background-repeat: no-repeat;
		background-position: 0 0.1em;
		background-size: 16px;
		padding-left: 20px;
		margin-bottom: 10px;
		line-height: 1.4;
	}
	
	.heading01.basic{background-image: url("../img/ico_circle01.png");}
	
	/* カラム
	---------------------------------------------- */
	.column01{
		padding: 80px 0;
		border-top:1px solid #DDDDDD;
		display: -webkit-flex;
		display: flex;
	}
	
	.column01:last-of-type{padding-bottom: 0;}
	
	.column_l01{
		width: 400px;
		padding-right: 50px;
	}
	
	.column_l01 h3,
	.column_l01 h4{
		font-weight: bold;
		font-size: 2.6rem;
		line-height: 1.4;
	}
	
	.column_r01{width: 700px;}
	
	/* ボタン
	---------------------------------------------- */
	.btn_type01 a{
		display: inline-block;
		background: #FFF;
		border-radius: 50px;
		color: #3EB47D;
		text-align: center;
		min-width: 300px;
		line-height: 1;
		font-size: 2rem;
		padding: 18px 0;
		font-weight: bold;
		transition: color .3s, background .3s;
	}
	
	.btn_type01 a:hover{
		color: #FFF;
		background: #40BB81;
	}
	
	.btn_back01{
		font-weight: bold;
		line-height: 20px;
		letter-spacing: 0.05em;
	}
	
	.btn_back01 a{
		background: url("../img/ico_arrow07.png") no-repeat 0 0;
		background-size: 27px;
		display: inline-block;
		color:#000;
		padding-left: 35px;
	}
	
	.btn_back01 a:hover{opacity: 0.7;}
	
	/* テーブル
	---------------------------------------------- */
	.type01{width: 100%;}
	
	.type01 th,
	.type01 td{
		padding: 15px 12px;
		line-height: 1.4;
		border: 1px solid #CECECE;
	}
	
	.type01 th{background: #F4F4F5;}
	
	/* 定義リスト
	---------------------------------------------- */
	.dl_type01 dt{font-weight: bold;}
	
	.dl_type01 dd{margin-bottom: 25px;}
	
	.dl_type01 dd:last-of-type{margin-bottom: 0;}
	
	/* リスト
	---------------------------------------------- */
	/*--list_type01--*/
	.list_type01 li{
		padding-left: 14px;
		text-indent: -14px;
	}
	
	.list_type01 li::before{
		content: "";
		background: #3FB87F;
		display: inline-block;
		width: 6px;
		height: 6px;
		border-radius: 20px;
		margin: 0 6px 3px 0;
	}
	
	/*--list_type02--*/
	.list_type02{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: -15px;
	}
	
	.list_type02 li{
		padding-left: 14px;
		text-indent: -14px;
		line-height: 1.2;
		width: 33.33%;
		margin-bottom: 15px;
	}
	
	.list_type02 li::before{
		content: "";
		background: #3FB87F;
		display: inline-block;
		width: 6px;
		height: 6px;
		border-radius: 20px;
		margin: 0 6px 3px 0;
	}
	
	.list_type02 li.no_circle{
		text-indent: inherit;
		padding: 0;
	}
	
	.list_type02 li.no_circle::before{display: none;}
	
	/* ナビ
	---------------------------------------------- */
	.nav_sub{
		padding: 15px 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		transition: background .3s;
	}
	
	.nav_sub.fixed{
		background: #FFF;
		position: fixed;
		z-index: 100;
	}
	
	.nav_sub ul{
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.nav_sub ul li{margin-right: 10px;}
	
	.nav_sub ul li:last-of-type{margin-right: 0;}
	
	.nav_sub ul li a{
		display: block;
		letter-spacing: 0.16rem;
		font-weight: bold;
		color: #222;
		line-height: 42px;
		border: 3px solid #E5E6E7;
		border-radius: 50px;
		padding: 2px 20px 0;
		white-space: nowrap;
	}
	
	.nav_sub ul li.contact a{color: #FFF;}
	
	/* フォーム関連
	---------------------------------------------- */
	.form .wrap_select01{position: relative;}
	
	.form .wrap_select01::after{
		content: '';
		display: block;
		background-image: url(../img/ico_arrow12.png);
		background-size: 15px;
		background-position: 15px 50%;
		background-repeat: none;
		width: 15px;
		height: 10px;
		pointer-events: none;
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top:-5px;
	}
	
	.form select,
	.form input[type="text"],
	.form input[type="tel"],
	.form input[type="email"],
	.form textarea{
		width: 100%;
		background-color: #F1F1F2;
		border: none;
		padding: 15px;
		font-size: 1.6rem;
		outline: none;
	}

	.form select{
		outline: none;
		box-shadow: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 100%;
		line-height: 1;
		padding: 17px 30px 16px 15px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	
	.form input[type="text"].month,
	.form input[type="text"].day{width: 80px;}

	.form input[type="text"].price{width: 200px;}
	
	.form textarea{
		display: block;
		min-height: 250px;
		resize: vertical;
	}
	
	.form input[type="text"]::-webkit-input-placeholder{color: #ABABB1;}
	.form input[type="text"]::-moz-placeholder{color: #ABABB1;}
	.form input[type="text"]::-ms-input-placeholder{color: #ABABB1;}
	.form input[type="text"]::placeholder{color: #ABABB1;}
	
	.form input[type="tel"]::-webkit-input-placeholder{color: #ABABB1;}
	.form input[type="tel"]::-moz-placeholder{color: #ABABB1;}
	.form input[type="tel"]::-ms-input-placeholder{color: #ABABB1;}
	.form input[type="tel"]::placeholder{color: #ABABB1;}
	
	.form input[type="email"]::-webkit-input-placeholder{color: #ABABB1;}
	.form input[type="email"]::-moz-placeholder{color: #ABABB1;}
	.form input[type="email"]::-ms-input-placeholder{color: #ABABB1;}
	.form input[type="email"]::placeholder{color: #ABABB1;}
	
	.form textarea::-webkit-input-placeholder{color: #ABABB1;}
	.form textarea::-moz-placeholder{color: #ABABB1;}
	.form textarea::-ms-input-placeholder{color: #ABABB1;}
	.form textarea::placeholder{color: #ABABB1;}
	
	.form input[type="checkbox"]{display: none;}
	
	.form input[type="checkbox"] + label{
		display:inline-block;
		background:url(../img/img_checkbox01.gif) no-repeat 0 0;
		background-size: 22px;
		padding:0 0 0 30px;
		line-height: 22px;
		cursor:pointer;
	}

	.form input[type="checkbox"]:checked+label{
		background:url(../img/img_checkbox01_on.gif) no-repeat 0 0;
		background-size: 22px;
	}
	
	.form input[type="radio"]{display: none;}
	
	.form input[type="radio"] + label{
		display:inline-block;
		background:url(../img/img_radio01.png) no-repeat 0 0;
		background-size: 22px;
		padding:0 0 0 30px;
		line-height: 22px;
		cursor:pointer;
	}

	.form input[type="radio"]:checked+label{
		background:url(../img/img_radio01_on.png) no-repeat 0 0;
		background-size: 22px;
	}
	
	.form .must,
	.form .optional{
		font-weight: normal;
		color: #FFF;
		padding: 5px 6px 4px;
		line-height: 1;
		font-size: 1.2rem;
		display: inline-block;
		vertical-align: middle;
		margin-right: 13px;
	}
	
	.form .must{background: #FF4D4D;}
	
	.form .optional{background: #494950;}
	
	.error{color:#FF4D4D;}
	
	.form input::-moz-focus-inner,
	.form select::-moz-focus-inner{border: 0;}/* Firefox 点線消す */
	
	.form .note{
		color: #999999;
		font-size: 1.4rem;
		margin-top: 10px;
	}

	.btn_form_bottom{
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.btn_form_bottom input.submit,
	.btn_form_bottom input.send{
		font-size: 2rem;
		line-height: 1;
		font-weight: bold;
		background: #40BB81;
		border: none;
		border-radius: 5px;
		display: block;
		cursor: pointer;
		padding: 0;
		outline: none;
		color: #FFF;
		letter-spacing: 0.05em;
		transition: background .3s;
	}
	
	.btn_form_bottom input.submit{
		width: 700px;
		height: 120px;
	}
	
	.btn_form_bottom input.send{
		width: 340px;
		height: 100px;
		margin-left: 20px;
	}
	
	.btn_form_bottom input.submit:hover,
	.btn_form_bottom input.send:hover{background: #4ECA94;}
	
	.btn_form_bottom input.back{
		width: 340px;
		height: 100px;
		font-size: 2rem;
		font-weight: bold;
		background: #FFF;
		border: 2px solid #494950;
		border-radius: 5px;
		display: block;
		cursor: pointer;
		padding: 0;
		outline: none;
		color: #494950;
		letter-spacing: 0.05em;
		transition: color .3s, border .3s;
	}
	
	.btn_form_bottom input.back:hover{
		border-color: #40BB81;
		color: #40BB81;
	}

	/* wordpress wp_contents
	---------------------------------------------- */
	.wp_contents{overflow:hidden;}

	.wp_contents p{margin-bottom:1.5em;}
	.wp_contents p:last-child{margin-bottom:0;}

	.wp_contents a{
		color: #0099FF;
		text-decoration:underline;
	}

	.wp_contents a:hover{
		opacity: 0.6;
		text-decoration: none;
	}

	.wp_contents img{
		max-width:740px;
		height:auto;
	}

	.wp_contents .alignleft{float:left;}
	.wp_contents .alignright{float:right;}
	.wp_contents .aligncenter{
		display:block;
		margin:auto;
	}
	
	/*--テーブル--*/
	.wp_contents table{max-width: 100% !important;}
	
	.wp_contents table th,
	.wp_contents table td{
		border: 1px solid #000;
		padding: 10px;
	}
	
	/*--太字、取り消し線--*/
	.wp_contents strong{font-weight: bold;}
	.wp_contents del{text-decoration:line-through;}
	
	/*--リスト--*/
	.wp_contents ol{margin-bottom: 1em;}
	
	.wp_contents ol li{list-style: decimal inside;}
	
	.wp_contents ul{margin-bottom: 1em;}
	
	.wp_contents ul li{list-style: disc inside;}

	/* キャプション
	---------------------------------------------- */
	.wp-caption{max-width: 100% !important;}
	
	.wp-caption + p{margin-top: 25px;}
	
	.wp-caption img{margin-bottom: 10px;}
	
	.wp-caption .wp-caption-text{
		font-size: 1.2rem;
		line-height: 1.4;
	}

	/* wordpress ページネーション
	---------------------------------------------- */
	.wp-pagenavi{
		line-height: 1;
		padding-top: 60px;
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.wp-pagenavi span{
		background-color: #40BB81;
		border: 1px solid #40BB81;
		color: #FFF;
		margin: 0 5px 0 0;
		padding: 10px 14px;
	}

	.wp-pagenavi a{
		background-color: #FFF;
		color: #40BB81;
		margin: 0 5px 0 0;
		padding: 10px 14px;
		border: 1px solid #40BB81;
	}

	.wp-pagenavi a:hover{
		background-color: #445579;
		border: 1px solid #445579;
		color: #FFF;
	}

	.wp-pagenavi a.previouspostslink,
	.wp-pagenavi a.nextpostslink{
		background-color: none;
		border: none;
		text-indent: -9999px;
	}
	
	.wp-pagenavi a.previouspostslink{
		background: url("../img/ico_arrow07.png");
		background-size: 23px;
		background-repeat: no-repeat;
		background-position: 0 center;
		margin-right: 20px;
	}
	
	.wp-pagenavi a.nextpostslink{
		background: url("../img/ico_arrow08.png");
		background-size: 23px;
		background-repeat: no-repeat;
		background-position: 0 center;
		margin-left: 20px;
	}
	
	.wp-pagenavi a.previouspostslink:hover,
	.wp-pagenavi a.nextpostslink:hover{
		background-color: none;
		background-size: 23px;
		background-repeat: no-repeat;
		background-position: 0 center;
		border: none;
		opacity: 0.7;
	}
	
	.wp-pagenavi a.previouspostslink:hover{background-image: url("../img/ico_arrow09.png");}
	
	.wp-pagenavi a.nextpostslink:hover{background-image: url("../img/ico_arrow10.png");}

	.first,
	.last,
	.pages,
	.extend{display:none !important;}	

	/* wordpress 引用
	---------------------------------------------- */
	.wp_contents blockquote{
		display:inline-block;
		position: relative;
		padding: 0 0 0 40px;
		color: #999;
		margin-bottom: 1.3em;
	}
	
	.wp_contents blockquote p{margin-bottom: 1.3em;}
	.wp_contents blockquote p:last-child{margin-bottom: 0;}

	.wp_contents blockquote::before{
		content: "\201C"; /*Unicode for Left Double Quote*/

		/*フォント*/
		font-family: Georgia, serif;
		font-size: 30px;
		font-weight: bold;
		line-height: 1;

		/*ポジショニング*/
		position: absolute;
		left: 20px;
		top: 0;
	}
	
	/* ------------------------------------------------------------

	Google カスタム検索

	------------------------------------------------------------ */
	
	#google_search{
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 999;
		opacity: 0;
		transition:opacity .3s;
		pointer-events: none;
	}
	
	#google_search.on{
		opacity: 1;
		pointer-events: auto;
	}
	
	#gs_inner{
		width: 600px;
		position: relative;
	}
	
	#gs_inner input:focus{outline: none;}
	
	#gs_inner .gsc-input-box{border: none !important;}
	
	#gs_inner .gsc-search-box{
		background: #FFF !important;
		width: 100% !important;
		font-size: 1.6rem !important;
		line-height: 1 !important;
		padding: 22px 60px 22px 20px !important;
		border-radius: 50px !important;
		border: none !important;
	}

	#gs_inner .gsc-search-button button{
		background: url("../img/btn_search02.png") no-repeat right center;
		background-size: 26px;
		border: none;
		text-indent: -9999px;
		width: 26px;
		height: 26px;
		cursor: pointer;
		position: absolute;
		top: 50%;
		right: 30px;
		margin-top: -16px;
		padding: 0;
	}

	#google_search .btn_close_gs{
		position: fixed;
		top: 50px;
		right: 50px;
		cursor: pointer;
		z-index: 1;
	}
	
	#google_search .overlay{
		background: rgba(0, 0, 0, 0.8);
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
	}

	/* ------------------------------------------------------------

	header

	------------------------------------------------------------ */
	
	#btn_menu,
	#drawer{display: none;}
	
	#wrap_top{
		padding: 3px 0 0;
		font-size: 1.1rem;
		line-height: 1.2;
		color: #999999;
	}
	
	#wrap_top .cloned{display: none;}
	
	#header{
		background: #FFF;
		height: 120px;
		padding:  0 30px;
	}
	
	.header_inner01{
		width: 100%;
		max-width: 1420px;
		margin: 0 auto;
		height: 34px;
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	
	.header_inner02{
		width: 100%;
		max-width: 1420px;
		margin: 0 auto;
		height: 86px;
		position: relative;
	}
	
	/* ロゴ
	---------------------------------------------- */
	.h_logo01{
		width: 252px;
		height: 78px;
		position: absolute;
		top: -6px;
		left: 0;
	}
	
	.h_logo01 a{display: block;}
	
	.h_logo01 a img{width: 100%;}
	
	/* 検索ボタン
	---------------------------------------------- */
	#btn_search{
		position: absolute;
		top: 30px;
		right: 0;
		width: 26px;
		height: 26px;
		cursor: pointer;
	}
	
	#btn_search:hover{opacity: 0.7;}
	
	#btn_search img{width: 26px;}

	/* ヘッダーナビ
	---------------------------------------------- */
	.nav_header{
		width: 510px;
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.nav_header ul{
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.nav_header ul li{position: relative;}
	
	.nav_header ul li::before{
		content: "";
		display: inline-block;
		background: #D0D0D0;
		width: 1px;
		height: 20px;
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
		position: absolute;
		top: 4px;
		left: -5px;
	}
	
	.nav_header ul li a{
		color:#000;
		font-size: 1.3rem;
		line-height: 1;
		padding: 5px 26px 5px 18px;
	}
	
	.nav_header ul li a:hover{opacity: 0.7;}
	
	.btn_language{
		width: 100px;
		text-align: center;
		font-size: 1.2rem;
		letter-spacing:0.12em;
		line-height: 1;
	}
	
	.btn_language a{
		display: block;
		color: #FFF;
		height: 34px;
		padding-top: 11px;
		font-weight: bold;
		position: relative;
		overflow: hidden;
		z-index: 1;
	}
	
	.btn_language a:hover::after{background: #4ECA94;}
	
	.btn_language a::before{
		content: "";
		display: inline-block;
		background: #FFF;
		width: 100%;
		height: 42px;
		transform: skewX(10deg);
		position: absolute;
		top: -6px;
		left: -95px;
		z-index: 0;
	}
	
	.btn_language a::after{
		content: "";
		display: inline-block;
		background: #40BB81;
		width: 100%;
		height: 42px;
		transform: skewX(-10deg);
		position: absolute;
		top: -6px;
		right: 4px;
		z-index: -1;
	}
	
	/* グローバルナビ
	---------------------------------------------- */
	.nav_global01{
		width: 900px;
		margin: 0 auto;
		padding-left: 200px;
	}
	
	.nav_global01 ul{
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.nav_global01 ul li{
		font-weight: bold;
		font-size: 1.4rem;
		position: relative;
	}
	
	.nav_global01 ul li::after{
		content: "";
		display: inline-block;
		width: 30px;
		height: 0;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	
	.nav_global01 ul li.g01::after{background: #40BB81;}
	.nav_global01 ul li.g02::after{background: #F3981F;}
	.nav_global01 ul li.g03::after{background: #EA5414;}
	.nav_global01 ul li.g04::after{background: #23AC39;}
	.nav_global01 ul li.g05::after{background: #27B8B3;}
	.nav_global01 ul li.g06::after{background: #C82E8C;}
	.nav_global01 ul li.g07::after{background:  #796CAF;}
	
	.nav_global01 ul li a{
		height: 86px;
		padding: 0 25px;
		color:#000;
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.nav_global01 ul li a:hover{color: #777777;}
	
	
	/* ------------------------------------------------------------

	footer

	------------------------------------------------------------ */

	#footer{
		background: #3FB87F;
		position: relative;
	}
	
	.footer_inner01{
		background: url("../img/pc/bg_footer01.jpg") no-repeat center;
		background-size: cover;
		padding: 160px 0;
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.txt_footer01{
		color: #FFF;
		font-size: 2rem;
		font-weight: bold;
		text-align: center;
		display:-webkit-flex;
		display:flex;
		-webkit-align-items: center;
		align-items: center;
		margin-bottom: 50px;
	}
	
	.txt_footer01::before,
	.txt_footer01::after{
		content: "";
		display: block;
		width: 180px;
		margin-bottom: 3px;
		border-top: 1px solid rgba(255,255,255,0.3);
	}
	
	.txt_footer01::before{margin-right: 1em;}
	
	.txt_footer01::after{margin-left: 1em;}
	
	.f_contact{
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	
	.f_contact_inner{width: 300px;}
	
	.btn_f_contact{text-align: center;}
	
	.btn_f_contact a{
		display: block;
		background: #FFF;
		width: 100%;
		padding: 20px 0;
		line-height: 1;
		color: #3EB57D;
		border-radius: 3px;
		font-size: 2rem;
		transition: color .3s, background .3s;
	}
	
	.btn_f_contact a:hover{
		color: #FFF;
		background: #40BB81;
	}
	
	.txt_f_tel01 img,
	.txt_f_mail01 img{width: 100%;}
	
	.txt_f_tel01{margin-bottom: 20px;}
	
	.txt_f_tel01 a{pointer-events: none;}
	
	.txt_f_mail01:hover{opacity: 0.7;}
	
	.footer_inner02{
		width: 100%;
		max-width: 1520px;
		margin: 0 auto;
		padding: 100px 50px 20px;
	}
	
	.f_inner02{
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		padding-bottom: 100px;
		border-bottom: 1px solid #5BD7A5;
		margin-bottom: 20px;
	}
	
	.wrap_f_item{
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 67.6%;
	}
	
	.f_item01{
		border-right: 1px solid #5BD7A5;
		min-height: 170px;
		width: 50%;
		display:-webkit-flex;
		display:flex;
	}
	
	.f_item01:nth-child(1){padding-right:30px;}
	
	.f_item01:nth-child(2){padding-left:30px;}
	
	.f_item_inner{width: 50%;}
	
	.f_item_inner ul li{
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
	
	.f_item_inner ul li:last-of-type{margin-bottom: 0;}
	
	.f_item_inner ul li a{
		display: block;
		color: #FFF;
	}
	
	.f_item_inner ul li a:hover{color: #A6FFE5;}
	
	.f_item02{
		width: 270px;
		color: #FFF;
		font-size: 1.4rem;
	}
	
	.f_logo{margin-bottom: 30px;}
	
	.f_logo img{width: 252px;}
	
	.nav_footer01{margin-bottom: 10px;}
	
	.nav_footer01 ul{
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 420px;
		font-size: 1.3rem;
	}
	
	.nav_footer01 ul li a{
		color: #FFF;
		display: block;
	}
	
	.nav_footer01 ul li a:hover{color: #A6FFE5;}
	
	.f_inner03{
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		color: #A5FFE5;
		font-size: 1.1rem;
	}
	
	.f_bottom{
		width: 640px;
		white-space: nowrap;
	}

	.f_small{white-space: nowrap;}
	
	/* ページトップボタン
	---------------------------------------------- */	
	#pagetop{
		position: fixed;
		right: 0;
		bottom: 0;
		z-index: 200;
		background: #3FB87F;
		width: 60px;
		height: 60px;
		opacity: 0;
		cursor: pointer;
		transition: opacity .3s;
	}
	
	#pagetop.pagetop_show{opacity: 1;}
	
	#pagetop #pagetop_inner{
		width: 100%;
		height: 100%;
		background: url("../img/ico_arrow04.png") no-repeat center;
		background-size: 15px;
	}
	
	#pagetop #pagetop_inner::before{
		content: "";
		width: 100%;
		height: 100%;
		background: #4DC792;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		transition:transform .3s;
		transform:scaleY(0);
		transform-origin: top;
	}
	
	#pagetop:hover #pagetop_inner::before{
		transform:scaleY(1);
		transform-origin: bottom;
	}
	
	#pagetop span{display: none;}

	/* reCAPTCHA
	---------------------------------------------- */
	.grecaptcha-badge{bottom: 80px !important;}


}/*--@media--*/


@media print{ /* 印刷時のみ */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */

	/* レイアウト
	---------------------------------------------- */	
	#wrap_all{
		width: 1200px;
		transform: scale(0.8);
		transform-origin: 0 0;
		padding-right: 0;
	}


}/*--@media--*/


@media print{ /* 印刷時のみ */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */
	
	/* レイアウト
	---------------------------------------------- */	
	#wrap_all{
		width: 1200px;
		transform: scale(0.8);
		transform-origin: 0 0;
	}
	
	/* 
	---------------------------------------------- */
	
	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */

	body{
		font-size: 15px;
		font-size: 1.5rem;/*-15px-*/
		line-height: 1.8;
	}
	
	.sp_br{display: block;}

	.sp_none{display: none !important;}
	
	/* レイアウト
	---------------------------------------------- */
	#wrap_all{
		min-width: 320px;
		overflow: hidden;
	}
	
	.wrap_type01,
	.wrap_type02,
	.wrap_type03{padding: 0 20px 60px;}
	
	/*--404ページ--*/
	.wrap_404{
		text-align: center;
		padding: 80px 20px;
	}
	
	.ttl_404{
		font-size: 3rem;
		font-weight: bold;
		margin-bottom: 12px;
	}
	
	.txt_404{margin-bottom: 30px;}
	
	/* リンク
	---------------------------------------------- */
	.link01{
		color: #0099FF;
		text-decoration: underline !important;
	}
    
    .link_pdf01{
		color: #0099FF;
		text-decoration: underline !important;
        line-height: 20px;
	}
    
    .link_pdf01::after{
        content: "";
        display: inline-block;
        vertical-align: text-bottom;
        background: url("../img/ico_pdf01.jpg") no-repeat 0 0;
        background-size: contain;
        width: 20px;
        height: 20px;
        margin-left: 7px;
    }
    
    .link_tab01{
		color: #0099FF;
		text-decoration: underline !important;
        line-height: 18px;
	}
    
    .link_tab01::after{
        content: "";
        display: inline-block;
        vertical-align: text-bottom;
        background: url("../img/ico_tab01.png") no-repeat 0 0;
        background-size: contain;
        width: 18px;
        height: 18px;
        margin-left: 7px;
    }

	/* ページタイトル
	---------------------------------------------- */
	.wrap_pagettl{position: relative;}
	
	.wrap_pagettl::before{
		content: "";
		display: block;
		width: 100%;
		height: 9999px;
		transform: skewY(-10deg);
		position: absolute;
		bottom: 7%;
		left: 0;
		z-index: -1;
	}
	
	.wrap_pagettl .pagettl{position: relative;}
	
	.wrap_pagettl .pagettl .pagettl_inner{
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		width: 100%;
		padding-top: 50%;
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		position: relative;
	}
	
	.wrap_pagettl .pagettl .pagettl_inner .p_inner{
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		margin-top: -4vw;
	}
	
	.wrap_pagettl .pagettl .pagettl_inner .p_inner h2{position: relative;}
	
	.wrap_pagettl .pagettl .pagettl_inner .p_inner h2::before{
		content: "";
		display: block;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: 100%;
		position: absolute;
		top: -10.66vw;
		left: 0;
		z-index: 1;
	}
	
	.wrap_pagettl .pagettl .pagettl_inner .p_inner h2 img{height: 8.53vw;}
	
	.ttl_pagettl01{
		display:-webkit-flex;
		display:flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		margin: 16vw 0;
	}
	
	.ttl_pagettl01 img{height: 8.93vw;}
	
	.ttl_pagettl02{
		height: 37.33vw;
		padding: 0 20px;
		display:-webkit-flex;
		display:flex;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.ttl_pagettl02 img{height: 5.73vw;}
	
	/* パンくずリスト
	---------------------------------------------- */
	.breadcrumb{
		padding: 8px 10px 0;
		font-size: 1.1rem;
		margin-bottom: 45px;
	}
	
	.breadcrumb ul{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
	
	.breadcrumb ul li{
		display:inline;
		vertical-align: middle;
		margin-right: 10px;
		line-height: 1.4;
	}
	
	.breadcrumb ul li:last-of-type{margin-right: 0;}
	
	.breadcrumb ul li a,
	.breadcrumb ul li span{
		background: url("../img/ico_arrow05.png") no-repeat right center;
		background-size: 5px;
		padding-right: 15px;
		color:#000;
		white-space: nowrap;
	}
	
	.breadcrumb ul li a:hover{opacity: 0.7;}
	
	/* 見出し
	---------------------------------------------- */
	.heading01{
		font-size: 1.6rem;
		font-weight: bold;
		background-repeat: no-repeat;
		background-position: 0 0.1em;
		background-size: 16px;
		padding-left: 20px;
		margin-bottom: 10px;
		line-height: 1.4;
	}
	
	.heading01.basic{background-image: url("../img/ico_circle01.png");}
	
	/* カラム
	---------------------------------------------- */
	.column01{
		padding: 13.33vw 0;
		border-top: 1px solid #DDDDDD;
	}
	
	.column01:last-of-type{padding-bottom: 0;}
	
	.column_l01{
		text-align: center;
		margin-bottom: 12.33vw;
	}
	
	.column_l01 h3,
	.column_l01 h4{
		font-weight: bold;
		font-size: 2.3rem;
		line-height: 1.4;
	}

	/* ボタン
	---------------------------------------------- */
	.btn_type01 a{
		display: inline-block;
		background: #FFF;
		border-radius: 50px;
		color: #3EB47D;
		text-align: center;
		min-width: 225px;
		line-height: 1;
		font-size: 1.8rem;
		padding: 15px 0;
		font-weight: bold;
	}
	
	.btn_back01{
		font-weight: bold;
		font-size: 1.5rem;
		line-height: 18px;
		letter-spacing: 0.05em;
	}
	
	.btn_back01 a{
		background: url("../img/ico_arrow07.png") no-repeat 0 0;
		background-size: 25px;
		display: inline-block;
		color:#000;
		padding-left: 32px;
	}
	
	.btn_back01 a:hover{opacity: 0.7;}
	
	/* テーブル
	---------------------------------------------- */
	.type01{
		width: 100%;
		border-bottom: 1px solid #CECECE;
	}
	
	.type01 th,
	.type01 td{
		display: block;
		padding: 10px;
		line-height: 1.4;
		border: 1px solid #CECECE;
		border-bottom: none;
	}
	
	.type01 th{background: #F4F4F5;}
	
	/* 定義リスト
	---------------------------------------------- */
	.dl_type01 dt{font-weight: bold;}
	
	.dl_type01 dd{margin-bottom: 20px;}
	
	.dl_type01 dd:last-of-type{margin-bottom: 0;}

	/* リスト
	---------------------------------------------- */
	/*--list_type01--*/
	.list_type01 li{
		padding-left: 14px;
		text-indent: -14px;
	}
	
	.list_type01 li::before{
		content: "";
		background: #3FB87F;
		display: inline-block;
		width: 6px;
		height: 6px;
		border-radius: 20px;
		margin: 0 6px 2px 0;
	}
	
	/*--list_type02--*/
	.list_type02 li{
		padding-left: 14px;
		text-indent: -14px;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	
	.list_type02 li:last-of-type{margin-bottom: 0;}
	
	.list_type02 li::before{
		content: "";
		background: #3FB87F;
		display: inline-block;
		width: 6px;
		height: 6px;
		border-radius: 20px;
		margin: 0 6px 2px 0;
	}
	
	.list_type02 li.no_circle{
		text-indent: inherit;
		padding: 0;
	}
	
	.list_type02 li.no_circle::before{display: none;}
	
	/* ナビ
	---------------------------------------------- */
	.nav_sub{margin-bottom: 45px;}
	
	.nav_sub ul{
		display:-webkit-flex;
		display:flex;
		-webkit-align-items: center;
		align-items: center;
		opacity: 0;
		transition: opacity .3s;
	}
	
	.nav_sub ul.slick-initialized{opacity: 1;}
	
	.nav_sub ul li{
		margin-right: 10px;
		height: auto !important;
		white-space: nowrap;
	}
	
	.nav_sub ul li:last-of-type{margin-right: 0;}
	
	.nav_sub ul li a{
		display: block;
		font-size: 1.6rem;
		letter-spacing: 0.16rem;
		font-weight: bold;
		color: #222;
		line-height: 42px;
		border: 3px solid #E5E6E7;
		border-radius: 50px;
		padding: 2px 20px 0;
	}
	
	.nav_sub ul li.contact a{color: #FFF;}
	
	/* フォーム関連
	---------------------------------------------- */
	.form .wrap_select01{position: relative;}
	
	.form .wrap_select01::after{
		content: '';
		display: block;
		background-image: url(../img/ico_arrow12.png);
		background-size: 15px;
		background-position: 15px 50%;
		background-repeat: none;
		width: 15px;
		height: 10px;
		pointer-events: none;
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top:-5px;
	}
	
	.form select,
	.form input[type="text"],
	.form input[type="tel"],
	.form input[type="email"],
	.form textarea{
		width: 100%;
		background-color: #F1F1F2;
		border: none;
		padding: 13px 15px;
		font-size: 1.6rem;
	}
	
	.form select{
		outline: none;
		box-shadow: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 100%;
		line-height: 1;
		padding: 17px 35px 16px 15px; 
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	
	.form input[type="text"].month,
	.form input[type="text"].day{width: 80px;}
	
	.form input[type="text"].price{width: 200px;}
	
	.form textarea{
		display: block;
		min-height: 180px;
		resize: vertical;
	}
	
	.form input[type="text"]::-webkit-input-placeholder{
		color: #ABABB1;
		font-size: 1.4rem;
	}
	.form input[type="text"]::-moz-placeholder{
		color: #ABABB1;
		font-size: 1.4rem;
	}
	.form input[type="text"]::-ms-input-placeholder{
		color: #ABABB1;
		font-size: 1.4rem;
	}
	.form input[type="text"]::placeholder{
		color: #ABABB1;
		font-size: 1.4rem;
	}
	
	.form input[type="tel"]::-webkit-input-placeholder{
		color: #ABABB1;
		font-size: 1.4rem;
	}
	.form input[type="tel"]::-moz-placeholder{
		color: #ABABB1;
		font-size: 1.4rem;
	}
	.form input[type="tel"]::-ms-input-placeholder{
		color: #ABABB1;
		font-size: 1.4rem;
	}
	.form input[type="tel"]::placeholder{
		color: #ABABB1;
		font-size: 1.4rem;
	}
	
	.form input[type="email"]::-webkit-input-placeholder{
		color: #ABABB1;
		font-size: 1.4rem;
	}
	.form input[type="email"]::-moz-placeholder{
		color: #ABABB1;
		font-size: 1.4rem;
	}
	.form input[type="email"]::-ms-input-placeholder{
		color: #ABABB1;
		font-size: 1.4rem;
	}
	.form input[type="email"]::placeholder{
		color: #ABABB1;
		font-size: 1.4rem;
	}
	
	.form textarea::-webkit-input-placeholder{
		color: #ABABB1;
		font-size: 1.4rem;
	}
	.form textarea::-moz-placeholder{
		color: #ABABB1;
		font-size: 1.4rem;
	}
	.form textarea::-ms-input-placeholder{
		color: #ABABB1;
		font-size: 1.4rem;
	}
	.form textarea::placeholder{
		color: #ABABB1;
		font-size: 1.4rem;
	}
	
	.form input[type="checkbox"]{display: none;}
	
	.form input[type="checkbox"] + label{
		display:inline-block;
		background:url(../img/img_checkbox01.gif) no-repeat 0 0;
		background-size: 22px;
		padding:0 0 0 30px;
		line-height: 22px;
		cursor:pointer;
	}

	.form input[type="checkbox"]:checked+label{
		background:url(../img/img_checkbox01_on.gif) no-repeat 0 0;
		background-size: 22px;
	}
	
	.form input[type="radio"]{display: none;}
	
	.form input[type="radio"] + label{
		display:inline-block;
		background:url(../img/img_radio01.png) no-repeat 0 0;
		background-size: 22px;
		padding:0 0 0 30px;
		line-height: 22px;
		cursor:pointer;
	}

	.form input[type="radio"]:checked+label{
		background:url(../img/img_radio01_on.png) no-repeat 0 0;
		background-size: 22px;
	}
	
	.form .must,
	.form .optional{
		font-weight: normal;
		color: #FFF;
		padding: 5px 6px 4px;
		line-height: 1;
		font-size: 1.2rem;
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
	}
	
	.form .must{background: #FF4D4D;}
	
	.form .optional{background: #494950;}
	
	.error{color:#FF4D4D;}
	
	input::-moz-focus-inner,
	select::-moz-focus-inner{border: 0;}/* Firefox 点線消す */
	
	.form .note{
		color: #999999;
		font-size: 1.3rem;
		line-height: 1.4;
		margin-top: 10px;
	}
	
	.form .note p{
		text-indent: -1em;
		padding-left: 1em;
	}
	
	.btn_form_bottom{
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.btn_form_bottom input.submit,
	.btn_form_bottom input.send,
	.btn_form_bottom input.back{
		width: 100%;
		max-width: 370px;
		height: 80px;
		font-size: 1.7rem;
		line-height: 1;
		font-weight: bold;
		border-radius: 3px;
		display: block;
		cursor: pointer;
		padding: 0;
		outline: none;
		letter-spacing: 0.05em;
	}
	
	.btn_form_bottom input.submit,
	.btn_form_bottom input.send{
		background: #40BB81;
		color: #FFF;
		border: none;
	}
	
	.btn_form_bottom input.send{margin-bottom: 20px;}
	
	.btn_form_bottom input.back{
		background: #FFF;
		color: #494950;
		border: 2px solid #494950;
	}

	/* wordpress wp_contents
	---------------------------------------------- */
	.wp_contents{overflow:hidden;}

	.wp_contents p{margin-bottom:1.5em;}
	.wp_contents p:last-child{margin-bottom:0;}

	.wp_contents a{
		color: #0099FF;
		text-decoration:underline;
	}

	.wp_contents img{
		max-width:100%;
		height:auto;
	}

	img.cl{
		width:1px !important;
		height:1px !important;
	}

/*	div.wp_contents .alignleft{float:left;}
	div.wp_contents .alignright{float:right;}
	div.wp_contents .aligncenter{
		display:block;
		margin:auto;
	}*/
	
	/*--テーブル--*/
	.wp_contents table{max-width: 100% !important;}
	
	.wp_contents table th,
	.wp_contents table td{
		border: 1px solid #000;
		padding: 10px;
	}
	
	/*--太字、取り消し線--*/
	.wp_contents strong{font-weight: bold;}
	.wp_contents del{text-decoration:line-through;}
	
	/*--リスト--*/
	.wp_contents ol{margin-bottom: 1em;}
	
	.wp_contents ol li{list-style: decimal inside;}
	
	.wp_contents ul{margin-bottom: 1em;}
	
	.wp_contents ul li{list-style: disc inside;}
	
	/* キャプション
	---------------------------------------------- */
	.wp-caption{
		max-width: 100% !important;
		text-align: center;
	}

	.wp-caption + p{margin-top: 25px;}
	
	.wp-caption img{margin-bottom: 10px;}
	
	.wp-caption .wp-caption-text{
		text-align: left;
		font-size: 1.2rem;
		line-height: 1.4;
	}

	/* wordpress ページネーション
	---------------------------------------------- */
	.wp-pagenavi{
		line-height: 1;
		padding-top: 40px;
		margin-bottom: -3px;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.wp-pagenavi span{
		background-color: #40BB81;
		border: 1px solid #40BB81;
		color: #FFF;
		margin: 0 3px 6px;
		padding: 9px 12px;
	}

	.wp-pagenavi a{
		background-color: #FFF;
		color: #40BB81;
		margin: 0 3px 6px;
		padding: 9px 12px;
		border: 1px solid #40BB81;
	}

	.wp-pagenavi a.previouspostslink,
	.wp-pagenavi a.nextpostslink{
		background-color: none;
		border: none;
		text-indent: -9999px;
	}
	
	.wp-pagenavi a.previouspostslink{
		background: url("../img/ico_arrow07.png");
		background-size: 23px;
		background-repeat: no-repeat;
		background-position: 0 center;
		margin-right: 20px;
	}
	
	.wp-pagenavi a.nextpostslink{
		background: url("../img/ico_arrow08.png");
		background-size: 23px;
		background-repeat: no-repeat;
		background-position: 0 center;
		margin-left: 20px;
	}

	.first,
	.last,
	.pages,
	.extend{display:none !important;}

	/* wordpress 引用
	---------------------------------------------- */
	.wp_contents blockquote{
		display:inline-block;
		position: relative;
		padding: 0 0 0 30px;
		color: #999;
		margin-bottom: 1.3em;
	}
	
	.wp_contents blockquote p{margin-bottom: 1.3em;}
	.wp_contents blockquote p:last-child{margin-bottom: 0;}

	.wp_contents blockquote::before{
		content: "\201C"; /*Unicode for Left Double Quote*/

		/*フォント*/
		font-family: Georgia, serif;
		font-size: 30px;
		font-weight: bold;
		line-height: 1;

		/*ポジショニング*/
		position: absolute;
		left: 10px;
		top: 0;
	}

	/* ------------------------------------------------------------

	Google カスタム検索

	------------------------------------------------------------ */
	
	#google_search{
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 999;
		opacity: 0;
		transition:opacity .3s;
		pointer-events: none;
	}
	
	#google_search.on{
		opacity: 1;
		pointer-events: auto;
	}
	
	#gs_inner{
		width: 100%;
		padding: 0 20px;
	}
	
	#gs_inner input:focus{outline: none;}
	
	#gs_inner .gsc-input-box{border: none !important;}
	
	#gs_inner .gsc-search-box{
		background: #FFF !important;
		width: 100% !important;
		font-size: 1.6rem !important;
		line-height: 1 !important;
		padding: 10px 50px 10px 20px !important;
		border-radius: 50px !important;
		border: none !important;
	}

	#gs_inner .gsc-search-button button{
		background: url("../img/btn_search02.png") no-repeat right center;
		background-size: 26px;
		border: none;
		text-indent: -9999px;
		width: 26px;
		height: 26px;
		cursor: pointer;
		position: absolute;
		top: 50%;
		right: 40px;
		margin-top: -15px;
		padding: 0;
	}
	
	#google_search .btn_close_gs{
		position: fixed;
		top: 50px;
		right: 25px;
		cursor: pointer;
		z-index: 1;
	}
	
	#google_search .btn_close_gs img{width: 25px;}
	
	#google_search .overlay{
		background: rgba(0, 0, 0, 0.8);
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
	}

	/* ------------------------------------------------------------

	header

	------------------------------------------------------------ */
	
	#wrap_top{
		font-size: 1rem;
		line-height: 1.2;
	}
	
	.wrap_top_inner{
		white-space: nowrap;
		padding: 2px 0 1px;
		color: #999999;
	}

	.wrap_top_inner h1{display: inline-block;}
	
	#header{
		background: #FFF;
		width: 100%;
		height: 70px;
	}

	.nav_header,
	.nav_global01{display: none;}
	
	.header_inner02{
		position: relative;
		height: 55px;
	}
	
	.h_logo01{
		position: absolute;
		left: 10px;
		bottom: 5px;
	}
	
	.h_logo01 img{width: 149px;}
	
	#btn_search{
		background: #FFF;
		width: 55px;
		height: 55px;
		position: absolute;
		top: 0;
		right: 65px;
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	#btn_search img{width: 24px;}
	
	/* メニュー
	---------------------------------------------- */
	/*--開くボタン--*/
	#btn_menu{
		background: #3FB87F;
		width: 55px;
		height: 55px;
		position: absolute;
		top: 15px;
		right: 0;
		z-index: 1;
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}

	#btn_menu.fixed{
		position: fixed;
		top: 0;
		right: 0;
		z-index: 2;
	}

	#btn_menu span{
		display: block;
		width: 22px;
		height: 2px;
		position: relative;
		background: #FFF;
		transition: transform .3s, opacity .3s;
	}

	#btn_menu span:before,
	#btn_menu span:after{
		content: "";
		display: block;
		width: 22px;
		height: 2px;
		position: absolute;
		background: #FFF;
		left: 0;
		transition: transform .3s, opacity .3s;
	}
	
	#btn_menu span:before{top: -6px;}
	
	#btn_menu span:after{top: 6px;}

	/*--閉じるボタン--*/
	#btn_close{
		width: 55px;
		height: 55px;
		position: absolute;
		top: 15px;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#btn_close span{
		width: 27px;
		height: 2px;
		display: block;
		background:white;
		position: relative;
		opacity: 0;
		transition:transform .3s, opacity .3s;
	}

	#btn_close span:before{
		content: "";
		display: block;
		width: 27px;
		height: 2px;
		background:white;
		position: absolute;
		top: 0;
		left: 0;
		transition:transform .3s;
	}

	#drawer.on #btn_close span{
		transform: rotateZ(135deg);
		opacity: 1;
		transition-delay: .3s;
	}

	#drawer.on #btn_close span:before{
		transform: rotateZ(90deg);
		transition-delay: .3s;
	}

	/* メニュー内
	---------------------------------------------- */
	#drawer{
		background:#3FB87F;
		opacity: 0;
		-webkit-transition: opacity .3s;
		transition: opacity .3s;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 3;
		width: 100%;
		height: 100%;
		padding: 35px 20px;
		pointer-events: none;
	}
	
	#drawer.on{
		pointer-events: auto;
		opacity: 1;
		overflow-y: scroll;
	}
	
	.btn_language_menu{margin-bottom: 60px;}
	
	.btn_language_menu a{
		color: #FFF;
		font-size: 1.8rem;
		font-weight: bold;
	}
	
	/*--nav_menu01--*/
	.nav_menu01{font-size: 1.6rem;}
	
	.nav_menu01 ul{border-top: 1px solid #5BD7A5;}
	
	.nav_menu01 ul li{border-bottom: 1px solid #5BD7A5;}
	
	.nav_menu01 ul li a{
		display: block;
		padding: 15px 0;
		color: #FFF;
	}
	
	.nav_menu01 ul li a::before{
		content: "";
		display: inline-block;
		width: 16px;
		height: 16px;
		background: #FFF url("../img/ico_arrow01.png") no-repeat center;
		background-size: 5px;
		border-radius: 50px;
		margin: 0 7px -2px 0;
	}
	
	/*--nav_menu02--*/
	.nav_menu02{
		display:-webkit-flex;
		display:flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.nav_menu_inner01{
		width: 50%;
		border-bottom: 1px solid #5BD7A5;
		padding: 15px 0;
	}
	
	.nav_menu_inner01:nth-child(odd){padding-right: 2.5px;}
	
	.nav_menu_inner01:nth-child(even){padding-left: 2.5px;}
	
	.nav_menu_inner01:nth-child(7){
		width: 100%;
		text-align: center;
	}
	
	.nav_menu_inner01 a{
		width: 100%;
		display: inline-block;
		color: #FFF;
		font-weight: bold;
		text-align: center;
		position: relative;
	}
	
	.nav_menu_inner01:nth-child(7) a{width: 50%;}
	
	.menu_image{
		width: 100%;
		padding-top: 45.45%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		margin-bottom: 10px;
	}
	
	.nav_menu_inner01:nth-child(1) .menu_image{background-image: url("../img/nav_image01.jpg");}
	.nav_menu_inner01:nth-child(2) .menu_image{background-image: url("../img/nav_image02.jpg");}
	.nav_menu_inner01:nth-child(3) .menu_image{background-image: url("../img/nav_image03.jpg");}
	.nav_menu_inner01:nth-child(4) .menu_image{background-image: url("../img/nav_image04.jpg");}
	.nav_menu_inner01:nth-child(5) .menu_image{background-image: url("../img/nav_image05.jpg");}
	.nav_menu_inner01:nth-child(6) .menu_image{background-image: url("../img/nav_image06.jpg");}
	.nav_menu_inner01:nth-child(7) .menu_image{background-image: url("../img/nav_image07.jpg");}
	
	.nav_menu_inner01 .arrow{
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url("../img/ico_arrow02.png");
		background-size: 5px;
		background-repeat: no-repeat;
		background-position: center;
		border-radius: 50px;
		position: absolute;
		left: 50%;
		bottom: 27px;
		margin-left: -10px;
	}
	
	.nav_menu_inner01:nth-child(1) .arrow{background-color: #F3981F;}
	.nav_menu_inner01:nth-child(2) .arrow{background-color: #EA5414;}
	.nav_menu_inner01:nth-child(3) .arrow{background-color: #23AC39;}
	.nav_menu_inner01:nth-child(4) .arrow{background-color: #27B8B3;}
	.nav_menu_inner01:nth-child(5) .arrow{background-color: #C82E8C;}
	.nav_menu_inner01:nth-child(6) .arrow{background-color: #796CAF;}
	.nav_menu_inner01:nth-child(7) .arrow{
		background-color: #FFF;
		background-image: url("../img/ico_arrow01.png");
	}
	
	/*--nav_menu03--*/
	.nav_menu03{
		margin-bottom: 30px;
		font-size: 1.6rem;
	}
	
	.nav_menu03 ul{
		display:-webkit-flex;
		display:flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	
	.nav_menu03 ul li{
		width: 50%;
		border-bottom: 1px solid #5BD7A5;
	}
	
	.nav_menu03 ul li a{
		display: block;
		padding: 15px 0;
		color: #FFF;
	}
	
	.nav_menu03 ul li a::before{
		content: "";
		display: inline-block;
		width: 16px;
		height: 16px;
		background: #FFF url("../img/ico_arrow01.png") no-repeat center;
		background-size: 5px;
		border-radius: 50px;
		margin: 0 7px -2px 0;
	}
	
	/*--nav_menu04--*/
	.nav_menu04{font-size: 1.2rem;}
	
	.nav_menu04 ul li{margin-bottom: 7px;}
	
	.nav_menu04 ul li a{
		display: block;
		color: #FFF;
	}
	
	/* ------------------------------------------------------------

	footer

	------------------------------------------------------------ */

	#footer{
		background: #3FB87F;
		position: relative;
	}
	
	.footer_inner01{
		background: url("../img/sp/bg_footer01.jpg") no-repeat center;
		background-size: cover;
		padding: 26.66vw 0 21.33vw;
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.txt_footer01{
		color: #FFF;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
		margin-bottom: 25px;
	}
	
	.f_contact{
		display:-webkit-flex;
		display:flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.f_contact_inner{width: 68.66vw;}
	
	.f_contact_inner:nth-child(1){margin-top: 40px;}
	
	.btn_f_contact{text-align: center;}
	
	.btn_f_contact a{
		display: inline-block;
		background: #FFF;
		width: 60vw;
		padding: 15px 0;
		line-height: 1;
		color: #3EB57D;
		border-radius: 3px;
		font-size: 1.6rem;
		font-weight: bold;
		transition: color .3s, background .3s;
	}
	
	.txt_f_tel01 img,
	.txt_f_mail01 img{width: 100%;}
	
	.txt_f_tel01{margin-bottom: 20px;}
	
	.footer_inner02{padding: 13.33vw 10px 12px;}
	
	.f_inner02{
		padding: 0 20px;
		margin-bottom: 13.33vw;
	}
	
	.f_item01{display: none;}
	
	.f_item02{
		color: #FFF;
		font-size: 1.2rem;
	}
	
	.f_logo{margin-bottom: 15px;}
	
	.f_logo img{width: 46.9vw;}
	
	.nav_footer01{display: none;}
	
	.f_inner03{
		color: #A5FFE5;
		font-size: 1rem;
	}
	
	.f_bottom{
		margin-bottom: 5px;
		line-height: 1.4;
	}

	/* ページトップボタン
	---------------------------------------------- */	
	#pagetop{
		background: #FFF;
		border-top: 1px solid #DDDDDD;
		padding: 23px 0;
		text-align: center;
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	#pagetop_inner{
		background: url("../img/ico_arrow03.png") no-repeat 0 6px;
		background-size: 15px;
		padding-left: 24px;
		font-size: 1.3rem;
		letter-spacing: 0.13rem;
	}

	/* reCAPTCHA
	---------------------------------------------- */
	.grecaptcha-badge{bottom: 70px !important;}


}/*--@media--*/



