@charset "UTF-8";

/*============================================================================================
      General
=============================================================================================*/
/*    Font
=====================================================*/
.g_font_serif {
	font-family: "Hiragino Mincho ProN","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif !important;
	-webkit-text-size-adjust: 100%;
}
.g_font_sans_serif {
	font-family: "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif;
/*	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;*/
	-webkit-text-size-adjust: 100%;
}

.g_txt {
	font-size: 1.4rem;
	line-height: 2.14;
}
.g_txt_12 {
	font-size: 1.2rem;
	line-height: 1.67;
}

/*    Hamberger Menu
=====================================================*/
.g_hmb,
.g_hmb span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.g_hmb {
	position: relative;
	width: 6.2vw;
	height: 100%;
	cursor: pointer;
	text-align: center;
}
.g_hmb span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	border-radius: 1px;
}
.g_hmb span:nth-of-type(1) {
	top: 2vw;
}
.g_hmb span:nth-of-type(2) {
	top: 4vw;
}
.g_hmb span:nth-of-type(3) {
	top: 6vw;
}
.g_hmb.active span:nth-of-type(1) {
	-webkit-transform: translateY(2vw) rotate(-45deg);
	transform: translateY(2vw) rotate(-45deg);
}
.g_hmb.active span:nth-of-type(2) {
	opacity: 0;
}
.g_hmb.active span:nth-of-type(3) {
	-webkit-transform: translateY(-2vw) rotate(45deg);
	transform: translateY(-2vw) rotate(45deg);
}

@media screen and (min-width: 960px) {
	.g_hmb {
		width: 60px;
		height: 100%;
	}
	.g_hmb span {
		position: absolute;
		left: 25px;
		width: 30px;
		height: 1px;
		background-color: #fff;
		border-radius: 1px;
	}
	.g_hmb span:nth-of-type(1) {
		top: 30px;
	}
	.g_hmb span:nth-of-type(2) {
		top: 40px;
	}
	.g_hmb span:nth-of-type(3) {
		top: 50px;
	}
	.g_hmb.active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.g_hmb.active span:nth-of-type(2) {
		opacity: 0;
	}
	.g_hmb.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
}

/*    Section
=====================================================*/
.g_sec{
	padding: 12vw 0 18vw;
}

.g_sec__brwn {
	background-color: #ebe2d8;
}

@media screen and (min-width: 960px) {
	.g_sec{
		padding: 50px 0 100px;
	}
}


/*    Heading
=====================================================*/
.g_head {
	text-align: center;
	font-weight: 600;
	font-size: 2rem;
	padding-bottom: 3vw;
	letter-spacing: 0.05em;
}
.g_head_ttl {
	text-align: center;
}

@media screen and (min-width: 960px) {
	.g_head {
		font-size: 2.2rem;
	}
}



/*    Button - basic -
=====================================================*/
.g_btn_fx {
	transition: all 0.2s;
}
.g_btn_fx:hover {
	transform: translateY(3px);
	opacity: 1;
	text-decoration: none;
}
.g_btn_fx a {
	display: block;
}
.g_btn_fx a:hover {
	opacity: 1;
	text-decoration: none;
	color: #fff;
}

.g_btn {
	width: 100%;
	height: 14vw;
	border-radius: 5px;
	background-color: #e18838;
	margin: 12vw 0 4vw;
	color: #ffffff;
	font-size: 1.8rem;
	transition: all 0.2s;
	margin: 0 auto;
}

@media screen and (min-width: 960px) {
	.g_btn {
		width: 80%;
		height: 60px;
		margin: 40px auto 30px;
	}
}


/*    Mark
=====================================================*/
/*
.g_mark_before {
	vertical-align: -4px;
	margin-right: 2px;
}
.g_mark_after {
	vertical-align: -4px;
	margin-right: 2px;
}
*/
.g_mark_before,
.g_mark_after {
	display: inline-block;
	margin-right: 5px;
	padding: 0 5px;
	font-size: 1.2rem;
	color: #808080;
	border: 1px solid #c9c9c9;
	text-align: center;
	line-height: 20px;
}

.g_mark_item {
	margin-left: 5px;
}
.g_mark_item:first-child {
	margin-left: 0;
}
.g_mark {
	border-width: 1px;
	border-color: #cbc0ba;
	border-style: solid;
	background-color: #715e53;
	display: inline-block;
	color: #eeea5b;
	font-size: 13px;
	line-height: 24px;
	padding: 0 12px 0 20px;
	position: relative;
}
.g_mark.mark_after {
	color: #c9e48d;
}
.g_mark::before {
	content: '';
	width: 12px;
	height: 21px;
	background: url(../img/top/img005.png) no-repeat top left;
	position: absolute;
	top: -5px;
	left: 5px;
}
.g_mark.mark_after::before {
	background: url(../img/top/img006.png) no-repeat top left;
}


/*    Decoration
=====================================================*/
.g_bold{
	font-weight: bold;
}



/*    Link mark
=====================================================*/
.g_link {
	margin-left: auto;
	line-height: 1;
	padding-right: 4vw;
	display: inline-block;
}
.g_link a {
	color: #1d55a9;
	font-size: 1.1rem;
	text-decoration: underline;
	position: relative;
}
.g_link a::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 2px solid #628bc7;
	border-right: 2px solid #628bc7;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 1px;
	right: -10px;
}

.g_link_rtn {
	color: #909090;
	font-size: 1rem;
	position: relative;
	padding-left: 3vw;
/*	margin-top: 1vw;*/
}
.g_link_rtn::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-left: 1px solid #909090;
	border-bottom: 1px solid #909090;
	transform: rotate(45deg);
	top: calc(50% - 3px);
	left: 0;
}
@media screen and (min-width: 960px) {
	.g_link {
		padding-right: 16px;
	}

	.g_link_rtn {
		padding-left: 14px;
	}
}

/*    Stamp
=====================================================*/
.g_stamp_green {
	display: block;
	width: 6vw;
	height: 6vw;
	border-radius: 50%;
	border-width: 2px;
	border-color: #e18838;
	border-style: solid;
	color: #e18838;
	font-size: 1.2rem;
	font-weight: 600;
	text-align: center;
	line-height: calc(6vw - 4px);
	margin: auto;
}

.g_stamp_red {
	display: inline-block;
	width: auto;
	height: 6vw;
	border-radius: 50px;
	border-width: 2px;
	border-color: #d0cfce;
	border-style: solid;
	color: #d0cfce;
	font-size: 1.2rem;
	font-weight: 600;
	text-align: center;
	line-height: calc(6vw - 4px);
	margin: auto;
	padding: 0 5px;
}

@media screen and (min-width: 960px) {
	.g_stamp_green {
		width: 32px;
		height: 32px;
		line-height: 28px;
	}
	.g_stamp_red {
		width: auto;
		height: 32px;
		line-height: 28px;
		padding: 0 10px;
	}
}


/*    Pagenation
=====================================================*/
.g_pgnate{
	text-align: center;
	margin-top: 60px;
}
.g_pgnate__mgb{
	margin-bottom: 120px;
}
.g_pgnateLst{
	text-align: inherit;
	margin-top: -10px;
}
.g_pgnateLst_li{
	width: 46px;
	height: 46px;
	line-height: 46px;
	border-width: 1px;
	border-color: #3879b9;
	border-style: solid;
	font-size: 1.4rem;
	margin-left: 15px;
	margin-top: 10px;
	text-align: center;
	color: #3879b9;
	/*-webkit-transition: all 0.2s;
	transition: all 0.2s;*/
}
.g_pgnateLst_li__back{
	width: auto;
	padding: 0 28px;
}
.g_pgnateLst_li__prev::before,
.g_pgnateLst_li__next::before{
	width: 8px;
	height: 10px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.g_pgnateLst_li__prev::before{
	background-image: url(../img/common/ic_pgn_prev.png);
}
.g_pgnateLst_li__next::before{
	background-image: url(../img/common/ic_pgn_next.png);
}
.g_pgnateLst_li__tprev,
.g_pgnateLst_li__tnext{
	width: auto;
}
.g_pgnateLst_li__tprev::before,
.g_pgnateLst_li__tnext::before{
	width: 25px;
	height: 8px;
	top: 0;
	bottom: 0;
}
.g_pgnateLst_li__tprev::before{
	background-image: url(../img/common/ic_pgn_prev.png);
	left: 10px;
}
.g_pgnateLst_li__tnext::before{
	background-image: url(../img/common/ic_pgn_next.png);
	right: 10px;
}
.g_pgnateLst_li__tprev{
	padding: 0 19px 0 52px;
}
.g_pgnateLst_li__tnext{
	padding: 0 52px 0 19px;
}
.g_pgnateLst_li a{
	display: block;
	width: auto;
	height: inherit;
	padding: inherit;
	transition: none;
}
.g_pgnateLst_li__back a{
	margin: 0 -28px;
}
.g_pgnateLst_li__tprev a{
	margin: 0 -19px 0 -52px;
}
.g_pgnateLst_li__tnext a{
	margin: 0 -52px 0 -19px;
}

/*-- hover --*/
.g_pgnateLst_li.u_crnt,
.g_pgnateLst_li:hover{
	color: #fff;
	background-color: #3879b9;
}
.g_pgnateLst_li__prev:hover::before,
.g_pgnateLst_li__tprev:hover::before{
	background-image: url(../img/common/ic_pgn_prev_ov.png);
	-ms-pointer-events: none;
	pointer-events: none;
}
.g_pgnateLst_li__next:hover::before,
.g_pgnateLst_li__tnext:hover::before{
	background-image: url(../img/common/ic_pgn_next_ov.png);
	-ms-pointer-events: none;
	pointer-events: none;
}



/*    Breadcrumb
=====================================================*/
.g_breadcrumb_lst{
	padding: 2.8vw 2.4vw;
/*	margin-left: -14px;*/
}
.g_breadcrumb_lst_li{
	color: #9b9b9b;
	font-size: 1.0rem;
	line-height: 1;
	padding-right: 6px;
}
.g_breadcrumb_lst_li::before{
	content: '\003e';
/*
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 900;
*/
	color: #9b9b9b;
	padding-right: 6px;
}
.g_breadcrumb_lst_li a{
	display: inline-block;
	transition: all 0.3s;
}
.g_breadcrumb_lst_li:first-child::before {
	content: '';
	padding-right: 0;
}

@media screen and (min-width: 960px) {
	.g_breadcrumb_lst{
		padding: 20px 0;
	}
	.g_breadcrumb_lst_li{
		font-size: 1.4rem;
	}
}


/*    List
=====================================================*/
.g_no_data {
	font-size: 1.4rem;
	color: #000;
	padding: 20px 0;
/*	text-align: center;*/
}

.g_closed_bg{
	background: #EAEAEA !important;
/*	background: #f4f1ed !important;*/
}

/*    Form Input
=====================================================*/
.g_text {
	display: block;
	width: 100%;
	padding: 16px 12px;
	border: none;
	border-radius: 10px;
	font-size: 2rem;
	outline: none;
}
.g_text::placeholder {
	color: #828282;
}
.g_text::-webkit-input-placeholder {
	color: #828282;
}
.g_text::-ms-input-placeholder {
	color: #828282;
}
.g_text::-ms-input-placeholder {
	color: #828282;
}

.g_select{
	position: relative;
}
.g_select:before {
	z-index: 1;
	position: absolute;
	right: 0;
	top: 0;
	content: "▼";
	line-height: 55px;
	color: #fa7268;
	pointer-events: none;
	width: 54px;
	background-color: #fee3e1;
	text-align: center;
	border-radius: 10px;
}
.g_select select{
	outline:none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	background: none #fff;
	vertical-align: middle;
	font-size: 2rem;
	color: inherit;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 55px;
	padding: 8px 12px;
	border:1px solid #fff;
	color:#000;
	width:100%;
	border-radius:10px;
}
.g_select select option{
	background-color: #fff;
	color: #000;
}
.g_select select::-ms-expand {
	display: none;
}
.g_select select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #828c9a;
}

.g_form_text {
	display: block;
	width: 100%;
	padding: 10px 10px;
	border: 2px solid #1b1b1b;
	font-size: 1.4rem;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: 2;
	border-radius: 10px;
}
.g_form_text::placeholder{
	color: #909090;
}
.g_form_text::-webkit-input-placeholder{
	color: #909090;
}
.g_form_text::-ms-input-placeholder{
	color: #909090;
}
.g_form_text::-ms-input-placeholder {
	color: #909090;
}

.g_date {
	align-items: center;
}
.g_date span {
	width: 80px;
}
.g_form_date {
	display: block;
	width: 40%;
	padding: 6px 10px;
	border: 1px solid #fff;
	font-size: 1.4rem;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: 2;
	border-radius: 0;
	min-height: 37px;
}

.g_form_textarea {
	width: 100%;
	height: 160px;
	padding: 10px 10px;
	border: 2px solid #1b1b1b;
	font-size: 1.4rem;
	line-height: 1.8;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	border-radius: 10px;
}
.g_form_textarea::placeholder{
	color: #909090;
}
.g_form_textarea::-webkit-input-placeholder{
	color: #909090;
}
.g_form_textarea::-ms-input-placeholder{
	color: #909090;
}
.g_form_textarea::-ms-input-placeholder {
	color: #909090;
}

.g_form_check input[type=checkbox],
.g_form_radio input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
    height: 20px;
    width: 20px;

/*
	height: 5.33vw;
	width: 5.33vw;
*/
	vertical-align: -1rem;
	transition:all .15s ease-out 0s;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: .4rem;
	outline: none;
	border-radius: 2px;
}
/* Checkbox */
.g_form_check label {
	padding-left: 1vw;
	cursor: pointer;
}
.g_form_check input[type=checkbox]:before,.g_form_check input[type=checkbox]:after {
	position: absolute;
	content: "";
	background-color: #e18838;
/*	transition: all .2s ease-in-out;*/
}
/*
.g_form_check input[type=checkbox]:before {
	left: 0.5vw;
	top: 3vw;
	width: 0;
	height: 0.8vw;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.g_form_check input[type=checkbox]:after {
	right: 0.5vw;
	bottom: 0.1vw;
	width: 0.8vw;
	height: 0;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transition-delay: .03s;
}
.g_form_check input[type=checkbox]:checked:before {
	left: 0.5vw;
	top: 3vw;
	width: 3vw;
	height: 0.8vw;
}
.g_form_check input[type=checkbox]:checked:after {
	right: 0.5vw;
	bottom: 0.2vw;
	width: 0.8vw;
	height: 5vw;
}
*/
.g_form_check input[type=checkbox]:before {
    left: 2px;
    top: 6px;
    width: 0;
    height: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.g_form_check input[type=checkbox]:after {
    right: 6px;
    bottom: 2px;
    width: 3px;
    height: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
/*    transition-delay: .1s;*/
}
.g_form_check input[type=checkbox]:checked:before {
    left: 1px;
    top: 10px;
    width: 10px;
    height: 3px;
/*
    left: 1px;
    top: 10px;
    width: 6px;
    height: 2px;
*/
}
.g_form_check input[type=checkbox]:checked:after {
    right: 2px;
    bottom: 0px;
    width: 3px;
    height: 18px;
/*
    right: 5px;
    bottom: 1px;
    width: 2px;
    height: 14px;
*/
}
.g_form_check input[type=checkbox]:indeterminate:before,.g_form_check input[type=checkbox]:indeterminate:after {
    width: 7px;
    height: 2px;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}
.g_form_check input[type=checkbox]:indeterminate:before {
    left: 1px;
    top: 7px;
}
.g_form_check input[type=checkbox]:indeterminate:after {
    right: 1px;
    bottom: 7px;
}

/* Radio */
.g_form_radio input[type=radio] {
    border-radius: 50%;
}
.g_form_radio input[type=radio]:checked:before {
    transform: scale(1);
}
.g_form_radio input[type=radio]:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 3px;
    transform: scale(0);
    transition: all ease-out 250ms;
}
/* 色は青色のみ */
.g_form_check input[type=checkbox],.g_form_radio input[type=radio] {
    border: 1px solid #fff;
	background-color: #fff;
}


.g_form_radio span.wpcf7-list-item {
	margin: 5px 30px 5px 0;
	display: block;
}

.wpcf7-form-control-wrap.r_time01:before,
.wpcf7-form-control-wrap.r_time02:before{
	z-index: 1;
	position: absolute;
	right: 0;
	top: -2.8vw;
	content: "▼";
	line-height: 12vw;
/*	color: #fa7268;*/
	pointer-events: none;
	width: 11vw;
/*	background-color: #fee3e1;*/
	text-align: center;
	border-radius: 5px;
}
.g_form_select {
	outline: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	background: none #fff;
	vertical-align: middle;
	font-size: 1.6rem;
	color: inherit;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 12vw;
	padding: 2vw 2vw;
	border: 1px solid #bfbfbf;
	color: #000;
	width: 100%;
	border-radius: 5px;
}
.g_form_select option{
	background-color: #fff;
	color: #000;
}
.g_form_select::-ms-expand {
	display: none;
}
.g_form_select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #828c9a;
}

.g_form_file input[type="text"] {
    padding-left: 40px;
}

.wpcf7-form p {
	text-align: center;
}

span.wpcf7-not-valid-tip {
	color: #f00;
/*	padding-top: 16px;*/
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	color: #f00;
	border: 2px solid #f00 !important;
}
div.wpcf7-spam-blocked {
	display: none !important;
}

@media screen and (min-width: 960px) {
	.g_form_text {
		padding: 10px 10px;
/*		font-size: 1.8rem;*/
	}
	.g_form_textarea {
		height: 240px;
		padding: 10px 10px;
	}
	.g_form_check span.wpcf7-list-item {
		width: 30%;
	}
	.g_form_check label {
		vertical-align: -3px;
		padding-left: 10px;
	}
	.wpcf7-form-control-wrap.r_time01:before,
	.wpcf7-form-control-wrap.r_time02:before{
		top: -10px;
		line-height: 40px;
		width: 40px;
	}
	.g_form_select {
		height: 40px;
		padding: 10px 10px;
	}
}

/*
@media screen and (max-width: 959px) {
	.g_text {
		font-size: 1.6rem;
		padding: 2.4vw
	}

	.g_select:before {
		z-index: 1;
		position: absolute;
		right: 0;
		top: 0;
		content: "▼";
		line-height: 10vw;
		color: #fa7268;
		pointer-events: none;
		width: 10vw;
		background-color: #fee3e1;
		text-align: center;
		border-radius: 10px;
	}
	.g_select select{
		outline:none;
		-moz-appearance: none;
		text-indent: 0.01px;
		text-overflow: '';
		background: none #fff;
		vertical-align: middle;
		font-size: 1.6rem;
		color: inherit;
		-webkit-appearance: button;
		-moz-appearance: button;
		appearance: button;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		height: 10vw;
		padding: 2.4vw;
		border:1px solid #fff;
		color:#000;
		width:100%;
		border-radius:10px;
		line-height: 1;
	}

	.g_form_check span.wpcf7-list-item {
		width: 100%;
	}

	.g_form_radio span.wpcf7-list-item {
		width: 100%;
	}
}
*/


/*    Slick
=====================================================*/
.slick-dots li {
	width: 4vw !important;
	height: 4vw !important;
	margin: 0 0.2vw !important;
}
.slick-dots li button:before {
	color: #baad9e !important;
	font-size: 1.4rem;
	content: '■';
	opacity: 1 !important;
}
.slick-dots li.slick-active button:before {
	color: #5d4e3d !important;
}

.g_slick_prev,
.g_slick_next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 10.67vw;
	height: 10.67vw;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 10;
}
.g_slick_prev {
	left: -3vw;
}
.g_slick_next {
	right: -3vw;
}
.g_slick_prev:before {
	content: '';
	position: absolute;
	width: 3vw;
	height: 3vw;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: rotate(-45deg) translateY(-50%);
	transform: rotate(-45deg) translateY(-50%);
	top: 50%;
	left: 65%;
}
.g_slick_next:before {
	content: '';
	position: absolute;
	width: 3vw;
	height: 3vw;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	top: 50%;
	right: 65%;
}

@media screen and (min-width: 960px) {
	.slick-dots li {
		width: 20px !important;
		height: 30px !important;
		margin: 0 1.5px !important;
	}
	.g_slick_prev,
	.g_slick_next {
		width: 80px;
		height: 80px;
	}
	.g_slick_prev {
		left: -22px;
	}
	.g_slick_next {
		right: -22px;
	}
	.g_slick_prev:before {
		width: 22px;
		height: 22px;
		-webkit-transform: rotate(-45deg) translateY(-50%);
		transform: rotate(-45deg) translateY(-50%);
		top: 50%;
		left: 65%;
	}
	.g_slick_next:before {
		width: 22px;
		height: 22px;
		-webkit-transform: rotate(45deg) translateY(-50%);
		transform: rotate(45deg) translateY(-50%);
		top: 50%;
		right: 65%;
	}
}


/*    NaviSpMenu
=====================================================*/
#js_menu_wrp {
	height: 100%;
	overflow-x: hidden;
	position: relative;

/*
	transform-style:preserve-3d;
	-webkit-transform: translate3d(0,0,0);
	transform:translate3d(0,0,0);
*/
}
#js_menu_overlay {
	content: "";
	display: block;
	width: 0;
	height: 0;
	width: 100%;
	height: 100%;
	transform: translate(100vw);
/*	background-color: #f17b20;*/
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 120;
	opacity: 0;
	transition: opacity .5s;
}
#js_menu_overlay.open {
	width: 100%;
	height: 100%;
	opacity: 0.6;
	overflow: hidden;
	transform: translate(0);
}
#js_menu_contents {
	height: 100%;
	min-height: 100vh;
	transition: all .5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/*
#js_menu_contents.open {
	transform: translateX(-45vw);
	overflow: hidden;
}
*/
#js_menu_nav {
/*	display: none;*/
	width: 480px;
	height: 100%;
/*	padding-top: 26px;*/
/*	background-color: #fff;*/
	background-color: #f4f1ed;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 130;
	transform: translate(100vw);
	transition: all .5s;
}
#js_menu_nav.open {
/*	display: block;*/
	transform: translateZ(0);
}

#js_menu_nav {
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#js_search_nav {
/*	display: none;*/
	height: 32vw;
	width: 100%;
/*	padding-top: 26px;*/
	background-color: #695549;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 30;
	transform: translate(100vw);
	transition: all .5s;
}
#js_search_nav.open {
/*	display: block;*/
	transform: translateZ(0);
}

@media screen and (max-width: 1024px){
	#js_menu_nav {
		width: 54vw;
	}
}

@media screen and (max-width: 959px) {
	/* èƒŒæ™¯ã�¯å›ºå®šã�—ã�¦ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«ã�•ã�›ã�ªã�„ */
	body.open {
		overflow: hidden;
	}

	#js_menu_contents.open {
		transform: translateX(-100vw);
	}
	#js_menu_nav {
		width: 100vw;
	}
}

/*    Pagination
=====================================================*/
.g_pagination {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10vw 0 10vw;
	position: relative;
	font-size: 1.4rem;
}

/* .g_pagination span, .g_pagination a {
	display: block;
	width: auto;
	margin: 2vw;
	border-radius: 5px;
	border-width: 2px;
	border-color: #1b1b1b;
	border-style: solid;
	background-color: inherit;
	text-decoration: none;
	text-align: center;
	line-height: 8vw;
}

.g_pagination .pager,
.g_pagination .prev,
.g_pagination .next {
	width: 8.27vw;
}

.g_pagination a:hover,
.g_pagination .current  {
	color: #fff;
	background-color: rgba(27, 27, 27, 0.2);
}

.g_pagination a.prev {
	margin-right: 4px;
}
.g_pagination a.next {
	margin-left: 4px;
}

.g_pagination span.page_num {
	display: none;
} */

@media screen and (min-width: 960px) {
	.g_pagination {
		font-size: 1.6rem;
		padding: 40px 0;
	}
	/* .g_pagination span, .g_pagination a {
		margin: 8px;
		line-height: 42px;
	}

	.g_pagination .pager,
	.g_pagination .prev,
	.g_pagination .next {
		width: 46px;
	} */
}


/*    Contact Botton Box
=====================================================*/
.g_contact_box {
	width: 100%;
	background: url(../img/common/contact_bg.png);
	padding: 20px 40px;
	text-align: center;
	margin: 60px auto;
}
.g_contact_catch {
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.5;
}
.g_contact_lead {
	text-align: center;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.5;
}
.g_contact_lead span {
	font-size: 2rem;
}
.g_contact_area {
	border: 1px solid #fff;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	font-size: 1.4rem;
	color: #fff;
	padding: 0 10px;
	margin-bottom: 20px;
}
.g_contact_btn_lst {
	justify-content: space-between;
}
.g_contact_aside {
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
}


/*    loading
=====================================================*/
#loading {
	display: table;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 2000;
	opacity: 0.8;
}

#loading .loader {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #666;
}


/*    Badge
=====================================================*/
.g_badge {
	position: absolute;
	top: -2.5vw;
	right: -2vw;
	width: 9.33vw;
	height: 9.33vw;
	border-radius: 50%;
	background-color: #e31414;
	z-index: 2;
}
.g_badge span:first-child {
	display: block;
	color: #ffffff;
	font-size: 1rem;
	transform: scale(0.8);
	text-align: center;
	line-height: 1;
	padding: 2vw 0 0.5vw;
}
.g_badge span:last-child {
	display: block;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	line-height: 1
}

@media screen and (min-width: 960px) {
	.g_badge {
		position: absolute;
		top: -20px;
		right: -15px;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background-color: #e31414;
	}
	.g_badge span:first-child {
		padding: 15px 0 4px;
	}
}

