@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Bitter:400,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap');

/*================================================
 *  一般・共通設定
 ================================================*/

body {
	font-size:16px;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,sans-serif;
	color: #3c3c3c;
	text-align: justify;
	text-justify: inter-ideograph;
}

a,.linearAnime {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
    	transition: all 0.1s linear;
}
a.underline {
	text-decoration: underline;
}
a:hover {
	opacity: 0.7;
}
a.underline:hover {
	opacity: 1;
	text-decoration: none;
}

img,svg {
	vertical-align: bottom;
}

/*色*/
.color_main {
	color: #008744;
}
.color_red {
	color: #bf0000;
}
.color_white {
	color: #fff;
}
.color_black {
	color: #1e1e1e;
}
.color_link {
	color: #0071bc;
}

/*背景*/
.bg_main {
	background-color: #008744;
}
.bg_ocher {
	background-color: #d2aa32;
}
.bg_gray {
	background-color: #f6f4f1;
}

/* position */
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
/* sp/pcの切替 */
.sp,.sp_inline {
    display: none;
}
/*文字揃え*/
.ta-l {
	text-align: justify;
	text-justify: inter-ideograph;
}
.ta-r {
	text-align: right;
}
.ta-c {
	text-align: center!important;
}
.pcspText { /*PC：中央揃え・SP左揃え用*/
	text-align: center;
}
/*文字種類*/
.ff_english01 {
	font-family: 'Bitter', serif;
	font-weight: 400;
}
.ff_mincho {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
/*文字太さ*/
.fontLight {
	font-weight: 300;
}
.fontRegular {
	font-weight: 400;
}
.fontMedium {
	font-weight: 500;
}
.fontSemiBold {
	font-weight: 600;
}
.fontBold {
	font-weight: 700;
}
.fontBlack {
	font-weight: 900;
}


/*幅*/
.wrap {
	max-width: 940px;
	margin: 0 auto;
	width: 100%;
}

/*Animate.css用*/
.animated {
	opacity: 0;
}
.animated.move {
	opacity: 1;
}

/*******flexbox*******/
[class*="flex_start"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
[class*="flex_end"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
[class*="flex_between"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
[class*="flex_center"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
[class*="flex_inline"] {
	display: -webkit-inline-box;
	display: inline-flex;
}
.nowrap {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.align_items_start {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.align_items_center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.align_items_end {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.direction_column {
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.row_reverse {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}



/*================================================
 *  ヘッダー
 ================================================*/
header {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding-left: 45px;
}
#index header {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 1000;
}

header .tel_contact {
	color: #fff;
	width: 340px;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
header .tel_contact .tel {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	font-size: 29px;
	padding-left: 20px;
}
header .tel_contact .tel > div:first-child {
	font-size: 26px;
	width: 33px;
}
header .tel_contact .tel > div:last-child > span {
	display: block;
	font-weight: 700;
	margin-top: -0.1em;
}
header .tel_contact .tel > div:last-child p {
	font-size: 11px;
	font-weight: bold;
	margin-top: 0.7em;
}
header .tel_contact > div:last-child {
	width: 70px;
	height: 100%;
	border-left: 1px solid #fff;
}
header .tel_contact > div:last-child a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 24px;
}
header .tel_contact > div:last-child:hover {
	background-color: rgba(255,255,255,0.2);
}
header .tel_contact > div:last-child a:hover {
	opacity: 1;
}

header #sp_menu_btn {
	display: none;
}




/*================================================
 *  ナビゲーション
 ================================================*/
nav {
	width: 100%;
	height: 70px;
	background-color: #fff;
}
nav ul {
	width: 940px;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
}
nav ul li {
	position: relative;
}
nav ul li:not(:first-child) {
	flex: 1;
	-webkit-flex: 1;
}
nav ul li:first-child {
	width: 60px;
}
nav ul li::before,
nav ul li:last-child:after {
	position: absolute;
	content: '';
	width: 1px;
	height: 30px;
	background-color: #dcdcdc;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
nav ul li::before {
	left: 0;
}
nav ul li:last-child:after {
	right: 0;
}
nav ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
body:not(#index) nav ul li:first-child a {
	color: #c8c8c8;
}
nav ul li a.active,
nav ul li a:hover {
	color: #008744;
	font-weight: bold;
	opacity: 1;
}

/*トップページのみ*/
#index nav {
	background-color: rgba(30,30,30,0.9);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}
#index nav ul li::before,
#index nav ul li:last-child:after {
	background-color: #616161;
}


/*================================================
 *  ページタイトル
 ================================================*/
#pageTitle {
	width: 100%;
	height: 120px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
}
#pageTitle h2 {
	font-size: 14px;
	font-weight: bold;
}
#pageTitle h2 span:first-child {
	font-size: 32px;
	font-weight: 700;
	display: block;
}
#news #pageTitle h2 span:first-child {
	font-size: 26px;
}
#pageTitle h2 span + span {
	margin-top: 0.7em;
	display: block;
}


/*================================================
 *  パンくずリスト
 ================================================*/
ol.breadcrumb {
	padding-top: 0.5em;
	color: #787878;
}
ol.breadcrumb li {
	font-size: 12px;
	display: inline;
}
ol.breadcrumb li:before {
	content: " > ";
}
ol.breadcrumb li:first-child:before {
	content:"";
}
ol.breadcrumb li a {
	text-decoration: underline;
}
ol.breadcrumb li a:hover {
	opacity: 1;
	text-decoration: none;
}

/*================================================
 *  コンテンツ
 ================================================*/
main {
	overflow: hidden;
}
.contents {
	padding: 60px 0 140px;
}


/*******見出し*******/
h3.head_title {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin: 70px 0 60px;
}
h3.head_title::after {
	position: absolute;
	content: '';
	width: 1.25em;
	height: 3px;
	bottom: -0.8em;
	left: 50%;
	background: linear-gradient(to right, rgba(0,200,68,1) 0%,rgba(0,135,68,1) 100%);
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}



/*******ページナビ*******/
#page_nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items : stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 auto 40px;
}
#page_nav li {
	width: 280px;
	margin: 0 15px;
}
#page_nav li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	padding: 1em 0;
	min-height: 60px;
	border: 2px solid #008744;
	position: relative;
}
#page_nav li a:hover,
#page_nav li a.active {
	background-color: #008744;
	color: #fff;
	opacity: 1;
}
#page_nav li a::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 0.8em;
	width: 0.4em;
	height: 0.4em;
	border-top: 3px solid #008744;
	border-right: 3px solid #008744;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
#page_nav li a:hover::after,
#page_nav li a.active::after {
	border-color: #fff;
}


/*******箇条書きリスト*******/
.kome_list li,
.disc_list li,
.circle_list li,
.square_list li,
.indent_list li {
	list-style-position:inside;
	padding-left: 1em;
	text-indent: -1em;
}
/*※箇条書き*/
.kome_list > li:before{
	display: inline;
	content: "\203b";
}
/*・箇条書き*/
.disc_list > li:before{
	display: inline;
	content: "\30fb";
}
/*●箇条書き*/
.circle_list > li:before{
	display: inline;
	content: "\25CF";
}
/*■箇条書き*/
.square_list > li:before{
	display: inline;
	content: "\25A0";
}
/*()数字*/
.number_list li{
	padding-left: 2.16em;
	text-indent: -2.66em;
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
}
.number_list li:before{
	display: inline;
	content: "（" counter(cnt) "）";
}

/*******ボタン*******/
.button {
	text-align:center;
}
.button a,
.button div a,
.button input {
	display: inline-block;
    padding: 1em 0;
    width: 300px;
    font-size: 18px;
    font-weight: bold;
    color: #fff!important;
    text-align: center;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none!important;
	background: #a0a0a0;
}
.button .gray { /*修正ボタン*/
    margin: 0 20px 0 0;
}
.button div a,
.button input[type=submit] { /*トップに戻る+同意*/
    margin: 0;
	background:#d2aa32;
}
.button input:hover,
.button a:hover{
	opacity: 0.7!important;
}

/*******矢印付ボタン*******/
.btn_arrow {
	display: block;
	width: 240px;
	background-color: #fff;
	border: 1px solid #c8c8c8;
	padding: 1.18em 0;
	text-align: center;
	position: relative;
	margin-top: 1em;
}
.btn_arrow::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 1.2em;
	width: 0.45em;
	height: 0.45em;
	border-top: 3px solid #008744;
	border-right: 3px solid #008744;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

/*******ホバーリンク*******/
.hover_btn {
	position: relative;
	border: 2px solid #008744;
	color: #008744;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	z-index: 1;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
}
.hover_btn::before,
.hover_btn::after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.hover_btn::before {
	background-color: #008744;
	z-index: -2;
}
.hover_btn::after {
	background-color: #fff;
	z-index: -1;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	transform-origin: top right;
	-webkit-transform-origin: top right;
}
.hover_btn:hover {
	opacity: 1;
	color: #fff;
}
.hover_btn:hover::after {
	transform: scale(0,1);
	-webkit-transform: scale(0,1);
}
.hover_btn span {
	position: relative;
	display: block;
	width: 100%;
}
.hover_btn span::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 18px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #008744;
	border-right: 3px solid #008744;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
.hover_btn:hover span::after {
	border-color: #fff;
}

/*================================================
 *  フッター
 ================================================*/
/*******お問い合わせ*******/
footer .footer_contact {
	background-color: #e6e6e6;
	padding: 80px 0;
	position: relative;
}
footer .footer_contact > p {
	font-size: 26px;
	margin-bottom: 35px;
	text-align: center;
}

footer .footer_contact .inner {
	width: 840px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

footer .footer_contact .inner .tel a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 52px;
	pointer-events: none;
}
footer .footer_contact .inner .tel a > span:first-child {
	font-size: 78%;
	width: 52px;
}
footer .footer_contact .inner .tel p {
	margin: 0.7em 0 0 52px;
}

footer .footer_contact .inner .contact {
	width: 400px;
}
footer .footer_contact .inner .contact a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 80px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	position: relative;
	padding-left: 40px;
}
footer .footer_contact .inner .contact a::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 1.4em;
	width: 0.5em;
	height: 0.5em;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
footer .footer_contact .inner .contact a span {
	font-size: 113%;
	margin-right: 0.7em;
}

/*******住所＋コピーライト*******/
footer .footer_bottom {
	position: relative;
	background-color: #fff;
	padding-top: 60px;
}
footer .footer_bottom::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 10px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.1) 100%);
	top: -10px;
	left: 0;
	z-index: 1;
}
footer .footer_bottom .pagetop {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 500px;
	cursor: pointer;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	z-index: 0;
}
footer .footer_bottom .pagetop:hover {
	opacity: 0.7;
}

footer .footer_bottom .add_box {
	text-align: center;
}
footer .footer_bottom .add_box .logo {
	margin-bottom: 20px;
}
footer .footer_bottom .add_box p {
	line-height: 1.75;
}
footer .footer_bottom .add_box .btn_map {
	display: inline-block;
	margin: 0.5em auto 0;
	padding: 0.6em 1.2em;
	border: 1px solid #3c3c3c;
	border-radius: 2em;
}
footer .footer_bottom .add_box .btn_map:hover {
	background-color: #3c3c3c;
	color: #fff;
	opacity: 1;
}

footer .footer_bottom .link_copy {
	padding: 40px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: 12px;
	color: #969696;
}






/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:500px) {

body {
	font-size: 4vw;
}	

img {
	max-width: 100%;
}



/*文字揃え*/
.pcspText { /*PC：中央揃え・SP左揃え用*/
	text-align: justify;
	text-justify: inter-ideograph;
}
/* sp/pcの切替 */
.sp {
	display: block;
}
.sp_inline {
	display: inline;
}
.pc,.sp_none {
	display: none;
}

/*幅*/
.wrap {
	max-width: inherit;
	width: 90vw;
}
.wrap_sp_small {
	width: 80vw;
	margin-left: auto;
	margin-right: auto;
}
.sp_wid100 {
	width: 100%;
}


/*******flexbox*******/
.flex_start_spblock,
.flex_end_spblock,
.flex_between_spblock,
.flex_center_spblock,
.flex_inline_spblock {
	display: block;
}


/*================================================
 *  ヘッダー
 ================================================*/
header {
	width: 100%;
	height: 15vw;
	padding-left: 3vw;
}
#index header {
	position: relative;
	top: 0;
	left: 0;
	transform: none;
	-webkit-transform: none;
}

header h1 img {
	height: 8vw;
}
header .tel_contact {
	display: none;
}

header #sp_menu_btn {
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 15vw;
	height: 15vw;
	text-align: center;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10001;
}

/*ハンバーガーアイコン*/
.hamburger-icon {
	position: relative;
	display: block;
	margin: 0 auto;
}
.hamburger-icon,
.hamburger-icon:before,
.hamburger-icon:after {
	width: 6vw;
	height: 2px;
	-webkit-transition: all .3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	background-color: #fff;
}
.hamburger-icon:before,
.hamburger-icon:after {
	position: absolute;
	top: -2vw;
	left: 0;
	content: ' ';
}
.hamburger-icon:after {
	top: 2vw;
}
.sb-active .hamburger-icon {
	background-color: transparent;
}
.sb-active .hamburger-icon:before,
.sb-active .hamburger-icon:after {
	top: 0;
}
.sb-active .hamburger-icon:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sb-active .hamburger-icon:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*================================================
 *  ナビゲーション
 ================================================*/
/*slidebars*/
.sb-slidebar {
	background-color: #fff;
}
/*メイン*/
.sb-slidebar .main {
	margin-bottom: 3vw;
}
.sb-slidebar .main li a {
	color: #fff;
	display: block;
	padding: 1.2em 0 1.2em 1.2em;
	font-size: 4vw;
	line-height: 1.2em;
	border-bottom: 1px solid #f0f0f0;
	position: relative;
}
.sb-slidebar .main li a::after{
	position: absolute;
	content: '';
	top: 50%;
	right: 1.2em;
	width: 0.6em;
	height: 0.6em;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	--webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
/*サブ*/
.sb-slidebar .sub li a {
	display: block;
	padding: 0.5em 0 0.5em 9vw;
	font-size: 4vw;
	line-height: 1.2em;
	position: relative;
}
.sb-slidebar .sub li a::after{
	position: absolute;
	content: '';
	top: 50%;
	left: 5.5vw;
	width: 1.6vw;
	height: 1.6vw;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.close-btn{
	margin: 5vw 1em;
	padding: 0.7em 0;
	font-size: 4.5vw;
	font-weight: 700;
	border: 2px solid #008744;
	line-height: 1.2em;
	text-align: center;
}



/*================================================
 *  ページタイトル
 ================================================*/
#pageTitle {
	height: 18vw;
}
#pageTitle h2 {
	font-size: 3.2vw;
}
#pageTitle h2 span:first-child {
	font-size: 6.5vw;
}
#news #pageTitle h2 span:first-child {
	font-size: 5.5vw;
}
#pageTitle h2 span + span {
	margin-top: 0.5em;
}


/*================================================
 *  コンテンツ
 ================================================*/
.contents {
	padding: 8vw 0 15vw;
}

/*******見出し*******/
h3.head_title {
	font-size: 6.5vw;
	margin: 10vw 0;
}
h3.head_title::after {
	bottom: -0.75em;
}

/*******ページナビ*******/
#page_nav {
	margin: -3vw auto 8vw;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 90vw;
}
#page_nav li {
	width: 43.5vw;
	margin: 0;
}
#page_nav li:nth-child(n+3) {
	margin-top: 3vw;
}
#page_nav li a {
	font-size: 4vw;
	padding: 1em 0;
	min-height: inherit;
}
#page_nav li a::after {
	right: 0.6em;
	border-width: 2px;
}

/*******ボタン*******/
.button a,
.button div a,
.button input {
    display: block;
    width: 80%;
    font-size: 5vw;
	margin: 0 auto;
	padding: 0.9em 0;
}
.button .gray { /*修正ボタン*/
    margin: 0 auto 5vw;
}
.button div a,
.button input[type=submit] {
    margin: 0 auto;
}

/*******矢印付ボタン*******/
.btn_arrow {
	padding: 1em 0.5em 1em 0;
	width: 50vw;
}
.btn_arrow::after {
	border-width: 2px;
	right: 1em;
}
/*******ホバーリンク*******/
.hover_btn {
	font-size: 4.5vw;
}
.hover_btn span::after {
	right: 4.5vw;
	width: 1.5vw;
	height: 1.5vw;
	border-width: 2px;
}


/*================================================
 *  フッター
 ================================================*/
/*******お問い合わせ*******/
footer .footer_contact {
	padding: 10vw 0 17vw;
}
footer .footer_contact > p {
	font-size: 5.5vw;
	margin-bottom: 5vw;
	line-height: 1.4;
}

footer .footer_contact .inner {
	width: 80vw;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
}

footer .footer_contact .inner .tel {
}
footer .footer_contact .inner .tel a {
	font-size: 10.2vw;
	pointer-events: auto;
}
footer .footer_contact .inner .tel a > span:first-child {
	width: 9.5vw;
}
footer .footer_contact .inner .tel p {
	margin: 0.7em 0 0 9.5vw;
}


footer .footer_contact .inner .contact {
	width: 100%;
	margin-top: 5vw;
}
footer .footer_contact .inner .contact a {
	height: 17vw;
	font-size: 5vw;
	padding-left: 1.5em;
}
footer .footer_contact .inner .contact a::after {
	right: 1em;
}

/*******住所＋コピーライト*******/
footer .footer_bottom {
	padding: 10vw 0 17vw;
}
.sp_fixed_none footer .footer_bottom {
	padding-bottom: 0;
}
footer .footer_bottom::before {
	height: 3vw;
	top: -3vw;
}
footer .footer_bottom .pagetop {
	left: auto;
	right: 5vw;
	margin-left: 0;
}
footer .footer_bottom .pagetop img {
	width: 20vw;
}

footer .footer_bottom .add_box .logo {
	margin-bottom: 5vw;
}
footer .footer_bottom .add_box .logo img {
	height: 10.7vw;
}
footer .footer_bottom .add_box p {
	font-size: 3.8vw;
}

footer .footer_bottom .link_copy {
	padding: 8vw 0;
	display: block;
	text-align: center;
	font-size: 3.6vw;
}
footer .footer_bottom .link_copy > div:last-child {
	margin-top: 5vw;
	font-size: 3.2vw;
}


/*================================================
 *  SP下タブ
 ================================================*/
.sp_fixed_bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 17vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items : stretch;
	z-index: 100;
}
.sp_fixed_none .sp_fixed_bottom {
	display: none;
}
.sp_fixed_bottom li {
	width: 50%;
}
.sp_fixed_bottom li:nth-child(n+2) {
	border-left: 1px solid #fff;
}
.sp_fixed_bottom li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	font-size: 3.6vw;
	width: 100%;
	height: 100%;
	letter-spacing: 0.1em;
}
.sp_fixed_bottom li a span {
	font-size: 1.5em;
	display: block;
	margin: 0 auto 0.3em;
}


}