@charset "utf-8";

/*Googlefonts*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPMincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap');


.font_sample {
	font-family: "BIZ UDPMincho", serif;
	font-family: "Oswald", sans-serif;
	font-family: "Cinzel Decorative", serif;
	font-family: "Roboto", sans-serif;
	font-family: "Yuji Syuku", serif;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "BIZ UDPMincho", "Noto Sans JP", "Arial", Lato, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	-webkit-text-size-adjust: 100%;
	font-size: 1.5rem;
	max-width: 1920px;
	margin: 0 auto;
	background-color: #faf6ea;
}

html {
	-ms-overflow-style: scrollbar;
	font-size: 62.5%;
}

.serif {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

ul {
	padding: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 100%
}

a {
	transition-property: all;
	transition: 0.2s linear;
	text-decoration: none;
}

_:-ms-lang(x)::-ms-backdrop,
a {
	transition: 0s;
}

/*IE11*/

a:focus,
*:focus {
	outline: none;
}

p {
	margin: 0px;
	padding: 0px
}

.clearfix:after {
	content: " ";
	/* 新しい要素を作る */
	display: block;
	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
height: auto;
overflow: hidden;
/**/
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.moa {
	margin: 0 auto;
}

.tac {
	text-align: center;
}

.tal {
	text-align: left
}

@media (min-width: 992px) {
	.tal {
		text-align: center
	}
}

.left {
	float: left;
}

.right {
	float: right;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: .5rem !important;
}

.mb10 {
	margin-bottom: 1rem !important;
}

.mb15 {
	margin-bottom: 1.5rem !important;
}

.mb20 {
	margin-bottom: 2rem !important;
}

.mb25 {
	margin-bottom: 2.5rem !important;
}

.mb30 {
	margin-bottom: 3rem !important;
}

.mb35 {
	margin-bottom: 3.5rem !important;
}

.mb40 {
	margin-bottom: 4rem !important;
}

.mb45 {
	margin-bottom: 4.5rem !important;
}

.mb50 {
	margin-bottom: 5rem !important;
}

.mb55 {
	margin-bottom: 5.5rem !important;
}

.mb60 {
	margin-bottom: 6rem !important;
}

.mb65 {
	margin-bottom: 6.5rem !important;
}

.mb70 {
	margin-bottom: 7rem !important;
}

.mb75 {
	margin-bottom: 7.5rem !important;
}

.mb80 {
	margin-bottom: 8rem !important;
}

.mb85 {
	margin-bottom: 8.5rem !important;
}

.mb90 {
	margin-bottom: 9rem !important;
}

.mb95 {
	margin-bottom: 9.5rem !important;
}

.mb100 {
	margin-bottom: 10rem !important;
}

.fwb {
	font-weight: bold;
}

@media (max-width: 767px) {
	.lh2 {
		line-height: 1.8 !important;
	}

	.lh22 {
		line-height: 1.8 !important;
	}
}

@media (min-width: 768px) {
	.lh2 {
		line-height: 1.8 !important;
	}

	.lh22 {
		line-height: 2 !important;
	}
}

@media (min-width: 992px) {
	.lh2 {
		line-height: 2 !important;
	}

	.lh22 {
		line-height: 2.2 !important;
	}
}

.s11 {
	font-size: 1.1rem !important;
	line-height: 1.6;
}

.s12 {
	font-size: 1.2rem !important;
	line-height: 1.6;
}

.s13 {
	font-size: 1.3rem !important;
	line-height: 1.6;
}

.s14 {
	font-size: 1.4rem !important;
	line-height: 1.6;
}

.s14_c {
	font-size: 1.4rem !important;
	line-height: 1.6;
	text-align: center;
}

@media (max-width: 767px) {
	.s15 {
		font-size: 1.5rem !important;
		line-height: 1.7;
	}

	.s16 {
		font-size: 1.5rem !important;
		line-height: 1.7;
	}

	.s15_c {
		font-size: 1.5rem !important;
		line-height: 1.7;
		text-align: left;
	}

	.s16_c {
		font-size: 1.5rem !important;
		line-height: 1.7;
		text-align: left;
	}
}

@media (min-width: 768px) {
	.s15 {
		font-size: 1.5rem !important;
		line-height: 1.7;
	}

	.s16 {
		font-size: 1.6rem !important;
		line-height: 1.7;
	}

	.s15_c {
		font-size: 1.5rem !important;
		line-height: 1.7;
		text-align: center;
	}

	.s16_c {
		font-size: 1.6rem !important;
		line-height: 1.7;
		text-align: center;
	}
}

@media (min-width: 992px) {
	.s15 {
		font-size: 1.5rem !important;
		line-height: 1.7;
	}

	.s16 {
		font-size: 1.6rem !important;
		line-height: 1.7;
	}

	.s15_c {
		font-size: 1.5rem !important;
		line-height: 1.7;
		text-align: center;
	}

	.s16_c {
		font-size: 1.6rem !important;
		line-height: 1.7;
		text-align: center;
	}
}

.s17 {
	font-size: 1.7rem !important;
	line-height: 1.7;
}

.s18 {
	font-size: 1.8rem !important;
	line-height: 1.7;
}

.s19 {
	font-size: 1.9rem !important;
	line-height: 1.7;
}

.s20 {
	font-size: 2rem !important;
	line-height: 1.7;
}

.s21 {
	font-size: 2.1rem !important;
	line-height: 1.7;
}

.s22 {
	font-size: 2.2rem !important;
	line-height: 1.7;
}

.s23 {
	font-size: 2.3rem !important;
	line-height: 1.7;
}

.s24 {
	font-size: 2.4rem !important;
	line-height: 1.7;
}

.s25 {
	font-size: 2.5rem !important;
	line-height: 1.7;
}

.s26 {
	font-size: 2.6rem !important;
	line-height: 1.7;
}

.s27 {
	font-size: 2.7rem !important;
	line-height: 1.7;
}

.s28 {
	font-size: 2.8rem !important;
	line-height: 1.7;
}

.s29 {
	font-size: 2.9rem !important;
	line-height: 1.7;
}

.s30 {
	font-size: 3rem !important;
	line-height: 1.7;
}

.br10 img {
	border-radius: 10px;
}

.br20 img {
	border-radius: 20px;
}

.br30 img {
	border-radius: 30px;
}

img.br10 {
	border-radius: 10px;
}

img.br20 {
	border-radius: 20px;
}

img.br30 {
	border-radius: 30px;
}

a.underline {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

.pos {
	position: relative;
}

@media (max-width: 767px) {
	.flex_b {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.reverse_sp {
		flex-direction: column-reverse !important;
	}
}

@media (min-width: 768px) {
	.flex_b {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
}

@media (max-width: 767px) {
	.flex_c {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media (min-width: 768px) {
	.flex_c {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.flex_s {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
}

@media (min-width: 768px) {
	.flex_s {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.flex_e {
		display: flex;
		flex-direction: column;
	}
}

@media (min-width: 768px) {
	.flex_e {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}
}

.stretch {
	align-items: stretch;
}

.center {
	align-items: center;
}

.start {
	align-items: flex-start;
}

.end {
	align-items: flex-end;
}

.baseline {
	align-items: baseline;
}

.wrap {
	flex-wrap: wrap;
}

.dg {
	display: grid;
}

@media (max-width: 767px) {
	.cont20 {
		width: 100%;
	}

	.cont21 {
		width: 100%;
	}

	.cont22 {
		width: 100%;
	}

	.cont23 {
		width: 100%;
	}

	.cont24 {
		width: 100%;
	}

	.cont25 {
		width: 100%;
	}

	.cont26 {
		width: 100%;
	}

	.cont27 {
		width: 100%;
	}

	.cont28 {
		width: 100%;
	}

	.cont29 {
		width: 100%;
	}

	.cont30 {
		width: 100%;
	}

	.cont31 {
		width: 100%;
	}

	.cont32 {
		width: 100%;
	}

	.cont33 {
		width: 100%;
	}

	.cont34 {
		width: 100%;
	}

	.cont35 {
		width: 100%;
	}

	.cont36 {
		width: 100%;
	}

	.cont37 {
		width: 100%;
	}

	.cont38 {
		width: 100%;
	}

	.cont39 {
		width: 100%;
	}

	.cont40 {
		width: 100%;
	}

	.cont41 {
		width: 100%;
	}

	.cont42 {
		width: 100%;
	}

	.cont43 {
		width: 100%;
	}

	.cont44 {
		width: 100%;
	}

	.cont45 {
		width: 100%;
	}

	.cont46 {
		width: 100%;
	}

	.cont47 {
		width: 100%;
	}

	.cont48 {
		width: 100%;
	}

	.cont49 {
		width: 100%;
	}

	.cont50 {
		width: 100%;
	}

	.cont51 {
		width: 100%;
	}

	.cont52 {
		width: 100%;
	}

	.cont53 {
		width: 100%;
	}

	.cont54 {
		width: 100%;
	}

	.cont55 {
		width: 100%;
	}

	.cont56 {
		width: 100%;
	}

	.cont57 {
		width: 100%;
	}

	.cont58 {
		width: 100%;
	}

	.cont59 {
		width: 100%;
	}

	.cont60 {
		width: 100%;
	}

	.cont61 {
		width: 100%;
	}

	.cont62 {
		width: 100%;
	}

	.cont63 {
		width: 100%;
	}

	.cont64 {
		width: 100%;
	}

	.cont65 {
		width: 100%;
	}

	.cont66 {
		width: 100%;
	}

	.cont67 {
		width: 100%;
	}

	.cont68 {
		width: 100%;
	}

	.cont69 {
		width: 100%;
	}

	.cont70 {
		width: 100%;
	}

	.cont71 {
		width: 100%;
	}

	.cont72 {
		width: 100%;
	}

	.cont73 {
		width: 100%;
	}

	.cont74 {
		width: 100%;
	}

	.cont75 {
		width: 100%;
	}

	.cont76 {
		width: 100%;
	}

	.cont77 {
		width: 100%;
	}

	.cont78 {
		width: 100%;
	}

	.cont79 {
		width: 100%;
	}

	.cont80 {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.cont20 {
		width: 20%;
	}

	.cont21 {
		width: 21%;
	}

	.cont22 {
		width: 22%;
	}

	.cont23 {
		width: 23%;
	}

	.cont24 {
		width: 24%;
	}

	.cont25 {
		width: 25%;
	}

	.cont26 {
		width: 26%;
	}

	.cont27 {
		width: 27%;
	}

	.cont28 {
		width: 28%;
	}

	.cont29 {
		width: 29%;
	}

	.cont30 {
		width: 30%;
	}

	.cont31 {
		width: 31%;
	}

	.cont32 {
		width: 32%;
	}

	.cont33 {
		width: 33%;
	}

	.cont34 {
		width: 34%;
	}

	.cont35 {
		width: 35%;
	}

	.cont36 {
		width: 36%;
	}

	.cont37 {
		width: 37%;
	}

	.cont38 {
		width: 38%;
	}

	.cont39 {
		width: 39%;
	}

	.cont40 {
		width: 40%;
	}

	.cont41 {
		width: 41%;
	}

	.cont42 {
		width: 42%;
	}

	.cont43 {
		width: 43%;
	}

	.cont44 {
		width: 44%;
	}

	.cont45 {
		width: 45%;
	}

	.cont46 {
		width: 46%;
	}

	.cont47 {
		width: 47%;
	}

	.cont48 {
		width: 48%;
	}

	.cont49 {
		width: 49%;
	}

	.cont50 {
		width: 50%;
	}

	.cont51 {
		width: 51%;
	}

	.cont52 {
		width: 52%;
	}

	.cont53 {
		width: 53%;
	}

	.cont54 {
		width: 54%;
	}

	.cont55 {
		width: 55%;
	}

	.cont56 {
		width: 56%;
	}

	.cont57 {
		width: 57%;
	}

	.cont58 {
		width: 58%;
	}

	.cont59 {
		width: 59%;
	}

	.cont60 {
		width: 60%;
	}

	.cont61 {
		width: 61%;
	}

	.cont62 {
		width: 62%;
	}

	.cont63 {
		width: 63%;
	}

	.cont64 {
		width: 64%;
	}

	.cont65 {
		width: 65%;
	}

	.cont66 {
		width: 66%;
	}

	.cont67 {
		width: 67%;
	}

	.cont68 {
		width: 68%;
	}

	.cont69 {
		width: 69%;
	}

	.cont70 {
		width: 70%;
	}

	.cont71 {
		width: 71%;
	}

	.cont72 {
		width: 72%;
	}

	.cont73 {
		width: 73%;
	}

	.cont74 {
		width: 74%;
	}

	.cont75 {
		width: 75%;
	}

	.cont76 {
		width: 76%;
	}

	.cont77 {
		width: 77%;
	}

	.cont78 {
		width: 78%;
	}

	.cont79 {
		width: 79%;
	}

	.cont80 {
		width: 80%;
	}
}

.img-responsive {}

@media (max-width: 420px) {
	.mb_mainimg {
		margin-bottom: 3rem !important;
	}

	.mb_cont {
		margin-bottom: 4rem !important;
	}

	.mb_cont2 {
		margin-bottom: 4rem !important;
	}

	.mb_cont3 {
		margin-bottom: 2rem !important;
	}

	.mb_cont4 {
		margin-bottom: 1.5rem !important;
	}
}

@media (min-width: 421px) {
	.mb_mainimg {
		margin-bottom: 4rem !important;
	}

	.mb_cont {
		margin-bottom: 4rem !important;
	}

	.mb_cont2 {
		margin-bottom: 4rem !important;
	}

	.mb_cont3 {
		margin-bottom: 3rem !important;
	}

	.mb_cont4 {
		margin-bottom: 2rem !important;
	}
}

@media (min-width: 768px) {
	.mb_mainimg {
		margin-bottom: 4rem !important;
	}

	.mb_cont {
		margin-bottom: 5rem !important;
	}

	.mb_cont2 {
		margin-bottom: 4rem !important;
	}

	.mb_cont3 {
		margin-bottom: 3rem !important;
	}

	.mb_cont4 {
		margin-bottom: 2.5rem !important;
	}
}

@media (min-width: 992px) {
	.mb_mainimg {
		margin-bottom: 5rem !important;
	}

	.mb_cont {
		margin-bottom: 6rem !important;
	}

	.mb_cont2 {
		margin-bottom: 5rem !important;
	}

	.mb_cont3 {
		margin-bottom: 4rem !important;
	}

	.mb_cont4 {
		margin-bottom: 3rem !important;
	}
}

@media (min-width: 1920px) {
	.mb_mainimg {
		margin-bottom: 7rem !important;
	}

	.mb_cont {
		margin-bottom: 7rem !important;
	}

	.mb_cont2 {
		margin-bottom: 5rem !important;
	}

	.mb_cont3 {
		margin-bottom: 4rem !important;
	}

	.mb_cont4 {
		margin-bottom: 3rem !important;
	}
}

.dn {
	display: none;
}

span.tel_link {
	color: #333;
}

span.tel_link_white {
	color: #fff;
}

@media (min-width: 768px) {
	.smooth {
		clip-path: inset(0 100% 0 0);
		display: inline-block;
		transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
		transition-property: clip-path;
	}

	.smooth.is-animated {
		clip-path: inset(0);
	}

	span.text2 {
		transition-delay: 1s;
	}

	.delay1 {
		animation-delay: 1s;
	}

}




/* header
=========================================================================== */

.inner_body {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/bg_footer.jpg) center bottom /100% auto no-repeat;
}


@media (max-width: 767px) {
	header {
		width: 100%;
		max-width: 1920px;
		height: 54px;
		background-color: #faf6ea;
		position: fixed;
		top: 0;
		right: 50%;
		left: inherit;
		transform: translateY(0) translateX(50%);
		z-index: 9999;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		transition: 0.2s;
		padding: 0 10px 0 10px;
	}

	h1.logo_h {
		width: 230px;
	}

		.h_fixed {
		border-bottom: 1px solid #ddd;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	header {
		width: 100%;
		max-width: 1920px;
		height: 70px;
		background-color: #faf6ea;
		position: fixed;
		top: 0;
		right: 50%;
		left: inherit;
		transform: translateY(0) translateX(50%);
		z-index: 9999;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		transition: 0.2s;
		padding: 0 10px 0 10px;
	}

	h1.logo_h {
		width: 320px;
	}

	.h_fixed {
		border-bottom: 1px solid #ddd;
	}
}

@media (min-width: 992px) {
	header {
		width: 100%;
		max-width: 1920px;
		height: 110px;
		background-color: #faf6ea;
		position: absolute;
		top: 0;
		right: 50%;
		left: inherit;
		transform: translateY(0) translateX(50%);
		z-index: 9999;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		transition: 0.2s;
		padding: 0 10px 0 10px;
	}

	h1.logo_h {
		width: 320px;
	}
}


@media (min-width: 1200px) {
	header {
		width: 100%;
		max-width: 1920px;
		height: 130px;
		background-color: #faf6ea;
		position: absolute;
		top: 0;
		right: 50%;
		left: inherit;
		transform: translateY(0) translateX(50%);
		z-index: 9999;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		transition: 0.2s;
		padding: 0 10px 0 10px;
	}

	h1.logo_h {
		width: 400px;
	}
}

@media (min-width: 1400px) {
	header {
		width: 100%;
		max-width: 1920px;
		height: 130px;
		background-color: #faf6ea;
		position: absolute;
		top: 0;
		right: 50%;
		left: inherit;
		transform: translateY(0) translateX(50%);
		z-index: 9999;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		transition: 0.2s;
		padding: 0 20px 0 20px;
	}

	h1.logo_h {
		width: 440px;
	}
}


@media (max-width: 767px) {
	p.btn_link {
		margin: 0;
		padding: 0;
	}

	p.btn_link a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 70px;
		height: 70px;
		background-color: #ca171d;
		border-radius: 50%;
		font-size: 1.2rem;
		letter-spacing: 0.1em;
		line-height: 1.4;
		font-weight: 600;
		text-align: center;
		color: #fff;
		position: fixed;
		left: 30px;
		bottom: 20px;
		z-index: 999;
		transition: transform 0.3s ease, right 0.3s ease, top 0.3s ease;
	}

	p.btn_link a:before {
		content: '';
		display: block;
		background: url(../images/btn_side.png) 0 0 /contain no-repeat;
		width: 80px;
		height: 67px;
		position: absolute;
		left: -25px;
		bottom: -20px;
		transition: transform 0.3s ease;
		transform: scaleX(-1);
	}

	p.btn_link a.fixed-top {
		left: 30px;
		bottom: 20px;
		transform: scale(1);
	}

	p.btn_link a.fixed-top:before {
		transform: scale(1);
		transform: scaleX(-1);
	}

	p.btn_link a {
		transition: 0.15s;
	}

	p.btn_link a:hover {
		opacity: 1;
		background-color: #ec2b31;
	}
}

@media (min-width: 768px) {
	p.btn_link {
		margin: 0;
		padding: 0;
	}

	p.btn_link a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 90px;
		height: 90px;
		background-color: #ca171d;
		border-radius: 50%;
		font-size: 1.4rem;
		letter-spacing: 0.1em;
		line-height: 1.4;
		font-weight: 600;
		text-align: center;
		color: #fff;
		position: fixed;
		right: 50px;
		top: 20px;
		z-index: 999;
		transition: transform 0.3s ease, right 0.3s ease, top 0.3s ease;
	}

	p.btn_link a:before {
		content: '';
		display: block;
		background: url(../images/btn_side.png) 0 0 /contain no-repeat;
		width: 120px;
		height: 107px;
		position: absolute;
		right: -35px;
		bottom: -25px;
		transition: transform 0.3s ease;
	}

	p.btn_link a.fixed-top {
		top: 20px;
		right: 30px;
		transform: scale(0.85);
	}

	p.btn_link a.fixed-top:before {
		transform: scale(0.85);
	}

	p.btn_link a {
		transition: 0.15s;
	}

	p.btn_link a:hover {
		opacity: 1;
		background-color: #ec2b31;
	}
}

@media (min-width: 992px) {
	p.btn_link {
		margin: 0;
		padding: 0;
	}

	p.btn_link a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 110px;
		height: 110px;
		background-color: #ca171d;
		border-radius: 50%;
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		line-height: 1.4;
		font-weight: 600;
		text-align: center;
		color: #fff;
		position: fixed;
		right: 60px;
		top: 30px;
		z-index: 999;
		transition: transform 0.3s ease, right 0.3s ease, top 0.3s ease;
	}

	p.btn_link a:before {
		content: '';
		display: block;
		background: url(../images/btn_side.png) 0 0 /contain no-repeat;
		width: 120px;
		height: 107px;
		position: absolute;
		right: -35px;
		bottom: -15px;
		transition: transform 0.3s ease;
	}

	p.btn_link a.fixed-top {
		top: 15px;
		right: 30px;
		transform: scale(0.85);
	}

	p.btn_link a.fixed-top:before {
		transform: scale(0.85);
	}

	p.btn_link a {
		transition: 0.15s;
	}

	p.btn_link a:hover {
		opacity: 1;
		background-color: #ec2b31;
	}
}

@media (min-width: 1200px) {
	p.btn_link {
		margin: 0;
		padding: 0;
	}

	p.btn_link a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 120px;
		height: 120px;
		background-color: #ca171d;
		border-radius: 50%;
		font-size: 1.7rem;
		letter-spacing: 0.1em;
		line-height: 1.4;
		font-weight: 600;
		text-align: center;
		color: #fff;
		position: fixed;
		right: 60px;
		top: 30px;
		z-index: 999;
		transition: transform 0.3s ease, right 0.3s ease, top 0.3s ease;
	}

	p.btn_link a:before {
		content: '';
		display: block;
		background: url(../images/btn_side.png) 0 0 /contain no-repeat;
		width: 120px;
		height: 107px;
		position: absolute;
		right: -35px;
		bottom: -10px;
		transition: transform 0.3s ease;
	}

	p.btn_link a.fixed-top {
		top: 15px;
		right: 30px;
		transform: scale(0.85);
	}

	p.btn_link a.fixed-top:before {
		transform: scale(0.85);
	}

	p.btn_link a {
		transition: 0.15s;
	}

	p.btn_link a:hover {
		opacity: 1;
		background-color: #ec2b31;
	}
}



/* ドロワー
--------------------------------------------------------- */
@media (max-width: 767px) {
	.drawer_btn {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1000;
		width: 40px;
		height: 40px;
		outline: none !important;
		background-color: transparent;
		transition: background-color .5s;
		-webkit-user-select: none;
		user-select: none;
		border: none;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.drawer_btn {
		position: absolute;
		top: 0;
		right: 10px;
		z-index: 1000;
		width: 50px;
		height: 50px;
		outline: none !important;
		background-color: transparent;
		transition: background-color .5s;
		-webkit-user-select: none;
		user-select: none;
		border: none;
	}
}

.btn_line {
	position: absolute;
	top: 10px;
	right: 15px;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: block;
	width: 30px;
	height: 2px;
	margin: auto;
	background: #1e6d0b;
	transition: .5s cubic-bezier(.645, .045, .355, 1);
	pointer-events: none;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
}

.is-drawer-open .btn_line {
	background-color: #fff;
}

.btn_line:nth-child(1) {
	-webkit-transform: translateY(-9px);
	transform: translateY(-9px);
}

.is-drawer-open .btn_line:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.is-drawer-open .btn_line:nth-child(2) {
	opacity: 0;
}

.btn_line:nth-child(3) {
	-webkit-transform: translateY(9px);
	transform: translateY(9px);
}

.is-drawer-open .btn_line:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media (max-width: 767px) {
	.drawer_bg {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 500;
		width: 100%;
		height: 100vh;
		background-color: #0e9e3e;
		pointer-events: none;
		overflow: hidden;

		transform: translateY(-100%);
		transition: transform .55s cubic-bezier(.645, .045, .355, 1);
		will-change: transform;
	}

	.is-drawer-open .drawer_bg {
		transform: translateY(0);
		pointer-events: auto;
		overflow-y: auto;
	}

	.drawer_inner {
		visibility: hidden;
		opacity: 0;
		padding: 90px 5px 140px;
		display: flex;
		flex-direction: column-reverse;

		transform: translateY(-14px);
		transition:
			opacity .35s ease,
			transform .45s cubic-bezier(.2, .8, .2, 1),
			visibility 0s linear .45s;
		transition-delay: 0s, 0s, 0s;
		will-change: opacity, transform;
	}

	.is-drawer-open .drawer_inner {
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
		transition-delay: .5s, .5s, 0s;
	}

	body:not(.is-drawer-open) .drawer_inner {
		transition-delay: 0s, 0s, 0s;
	}

	.drawer__overlay {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 400;
		width: 100%;
		height: 100vh;
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		transition: opacity .45s cubic-bezier(.645, .045, .355, 1), visibility 0s linear .45s;
	}

	.is-drawer-open .drawer__overlay {
		visibility: visible;
		background: rgba(0, 0, 0, 0.3);
		opacity: 1;
		pointer-events: auto;
		transition-delay: 0s, 0s;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.drawer_bg {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 500;
		width: 100%;
		height: 100vh;
		background-color: #0e9e3e;
		pointer-events: none;
		overflow: hidden;

		transform: translateY(-100%);
		transition: transform .55s cubic-bezier(.645, .045, .355, 1);
		will-change: transform;
	}

	.is-drawer-open .drawer_bg {
		transform: translateY(0);
		pointer-events: auto;
		overflow-y: auto;
	}

	.drawer_inner {
		visibility: hidden;
		opacity: 0;
		padding: 90px 5px 140px;
		display: flex;
		flex-direction: column-reverse;

		transform: translateY(-14px);
		transition:
			opacity .35s ease,
			transform .45s cubic-bezier(.2, .8, .2, 1),
			visibility 0s linear .45s;
		transition-delay: 0s, 0s, 0s;
		will-change: opacity, transform;
	}

	.is-drawer-open .drawer_inner {
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
		transition-delay: .5s, .5s, 0s;
	}

	body:not(.is-drawer-open) .drawer_inner {
		transition-delay: 0s, 0s, 0s;
	}

	.drawer__overlay {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 400;
		width: 100%;
		height: 100vh;
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		transition: opacity .45s cubic-bezier(.645, .045, .355, 1), visibility 0s linear .45s;
	}

	.is-drawer-open .drawer__overlay {
		visibility: visible;
		background: rgba(0, 0, 0, 0.3);
		opacity: 1;
		pointer-events: auto;
		transition-delay: 0s, 0s;
	}
}

@media (min-width: 992px) {
	.drawer_btn {
		display: none;
	}

	.drawer_bg {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}

	.drawer_inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: -12px;
	}
}

@media (min-width: 1200px) {
	.drawer_btn {
		display: none;
	}

	.drawer_bg {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}

	.drawer_inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: -16px;
	}
}







/* グローバルナビ
  --------------------------------------------------------- */

.gnav_item>a {
	display: block;
	text-decoration: none;
	letter-spacing: .03em;
	font-weight: 500;
	line-height: 1.3;
	transition: background-color .2s, color .2s;
}

@media (max-width: 767px) {
	.gnav_items {
		padding-right: 2vw;
		padding-left: 2vw;
	}

	.gnav_item {
		position: relative;
		border-bottom: 1px solid #ffffff85;
	}

	.gnav_item+.gnav_item {
		margin-top: 0;
	}

	.gnav_item>a {
		padding: .7em 0.5em;
		color: #fff;
		text-align: left;
		font-size: 1.6rem;
	}

	.gnav_item.active>a {
		color: #61ff95;
	}

	.gnav_item>a:hover {
		color: #61ff95;
		opacity: 1;
	}

	.gnav ul.gnav_item>li a:hover {
		background-color: #61ff95;
		opacity: 1;
		cursor: pointer;
	}

		.info_h {
		display: flex;
		flex-direction: column;
			padding-left: 10px;
			margin-top: 5px;
	}

	ul.icon_h {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 0 0 10px 0;
	}

	ul.icon_h img {
		width: 36px;
	}

	.info_h p.hour {
		font-size: 1.3rem;
		color: #fff;
		margin-bottom: 10px;
	}

	p.tel_h {
		font-size: 2.1rem;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
	}

	p.tel_h:before {
		content: '';
		display: block;
		background: url(../images/icon_h01.png) 0 0 /contain no-repeat;
		width: 19px;
		height: 33px;
		margin-right: 7px;
	}

	p.tel_h span.tel_link {
		color: #fff;
	}

	p.btn_h a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 200px;
		height: 40px;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		font-weight: 500;
		color: #fff;
		background-color: #e70012;
		border-radius: 10px;
	}

	p.btn_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_h02.png) 0 0 /contain no-repeat;
		width: 25px;
		height: 22px;
		margin-right: 7px;
	}

	p.btn_h a:hover {
		opacity: 1;
		background-color: #f7293a;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.gnav_items {
		padding-right: 2vw;
		padding-left: 2vw;
	}

	.gnav_item {
		position: relative;
		border-bottom: 1px solid #ffffff85;
	}

	.gnav_item+.gnav_item {
		margin-top: 0;
	}

	.gnav_item>a {
		padding: .7em 0.5em;
		color: #fff;
		text-align: left;
		font-size: 1.8rem;
	}

	.gnav_item.active>a {
		color: #61ff95;
	}

	.gnav_item>a:hover {
		color: #61ff95;
		opacity: 1;
	}

	.gnav ul.gnav_item>li a:hover {
		background-color: #61ff95;
		opacity: 1;
		cursor: pointer;
	}

		.info_h {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		margin-top: 20px;
		padding-left: 15px;
	}

	ul.icon_h {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 0 10px 0 0;
	}

	ul.icon_h img {
		width: 36px;
	}

	.info_h p.hour {
		font-size: 1.3rem;
		color: #fff;
	}

	p.tel_h {
		font-size: 2.1rem;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 0 20px;
	}

	p.tel_h:before {
		content: '';
		display: block;
		background: url(../images/icon_h01.png) 0 0 /contain no-repeat;
		width: 19px;
		height: 33px;
		margin-right: 7px;
	}

	p.tel_h span.tel_link {
		color: #fff;
	}

	p.btn_h a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 200px;
		height: 40px;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		font-weight: 500;
		color: #fff;
		background-color: #e70012;
		border-radius: 10px;
		margin: 0 0 0 10px;
	}

	p.btn_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_h02.png) 0 0 /contain no-repeat;
		width: 25px;
		height: 22px;
		margin-right: 7px;
	}

	p.btn_h a:hover {
		opacity: 1;
		background-color: #f7293a;
	}
}

@media (min-width: 992px) {
.gnav_items {
		position: relative;
		height: 32px;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: flex-end;
	}

	.gnav_item>a {
		font-size: 1.5rem;
		color: #333 !important;
		font-weight: 700;
		letter-spacing: 0.05em;
		line-height: 1;
		padding: 5px 5px 5px;
		min-width: 80px;
		position: relative;
		text-align: center;
		margin-right: 20px;
		text-shadow:
			-1px -1px 0 #fff,
			1px -1px 0 #fff,
			-1px 1px 0 #fff,
			1px 1px 0 #fff;
	}

	.gnav .gnav_items>li.active>a {
		color: #248120 !important;
	}

	.gnav .gnav_items>li>a:hover {
		color: #248120 !important;
		opacity: 1;
	}

	.gnav_item>a:after {
		position: absolute;
		bottom: -13px;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 3px;
		border-radius: 5px;
		background-color: #248120;
		content: '';
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

	.gnav_item>a:hover:after,
	.gnav_item>a:focus:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

	.gnav_item.active>a:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	.info_h {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		margin-bottom: 7px;
	}

	ul.icon_h {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 0 10px 0 0;
	}

	ul.icon_h img {
		width: 36px;
	}

	.info_h p.hour {
		font-size: 1.3rem;
	}

	p.tel_h {
		font-size: 2.1rem;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 0 20px;
	}

	p.tel_h:before {
		content: '';
		display: block;
		background: url(../images/icon_h01.png) 0 0 /contain no-repeat;
		width: 19px;
		height: 33px;
		margin-right: 7px;
	}

	p.btn_h a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 170px;
		height: 42px;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		font-weight: 500;
		color: #fff;
		background-color: #e70012;
		border-radius: 30px;
	}

	p.btn_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_h02.png) 0 0 /contain no-repeat;
		width: 21px;
		height: 17px;
		margin-right: 5px;
	}

	p.btn_h a:hover {
		opacity: 1;
		background-color: #f7293a;
	}
}

@media (min-width: 1200px) {
	.gnav_items {
		position: relative;
		height: 40px;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: flex-end;
	}

	.gnav_item>a {
		font-size: 1.6rem;
		color: #333 !important;
		font-weight: 700;
		letter-spacing: 0.05em;
		line-height: 1;
		padding: 5px 8px 5px;
		min-width: 80px;
		position: relative;
		text-align: center;
		margin-right: 30px;
		text-shadow:
			-1px -1px 0 #fff,
			1px -1px 0 #fff,
			-1px 1px 0 #fff,
			1px 1px 0 #fff;
	}

	.gnav .gnav_items>li.active>a {
		color: #248120 !important;
	}

	.gnav .gnav_items>li>a:hover {
		color: #248120 !important;
		opacity: 1;
	}

	.gnav_item>a:after {
		position: absolute;
		bottom: -13px;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 3px;
		border-radius: 5px;
		background-color: #248120;
		content: '';
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

	.gnav_item>a:hover:after,
	.gnav_item>a:focus:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

	.gnav_item.active>a:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	.info_h {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		margin-bottom: 7px;
	}

	ul.icon_h {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 0 20px 0 0;
	}

		ul.icon_h img {
		width: 43px;
	}

	.info_h p.hour {
		font-size: 1.4rem;
	}

	p.tel_h {
		font-size: 2.6rem;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 0 30px;
	}

	p.tel_h:before {
		content: '';
		display: block;
		background: url(../images/icon_h01.png) 0 0 /contain no-repeat;
		width: 19px;
		height: 33px;
		margin-right: 7px;
	}

	p.btn_h a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 200px;
		height: 50px;
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		font-weight: 500;
		color: #fff;
		background-color: #e70012;
		border-radius: 30px;
	}

	p.btn_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_h02.png) 0 0 /contain no-repeat;
		width: 25px;
		height: 21px;
		margin-right: 7px;
	}

	p.btn_h a:hover {
		opacity: 1;
		background-color: #f7293a;
	}
}

@media (min-width: 1400px) {
	.gnav_items {
		position: relative;
		height: 40px;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: flex-end;
	}

	.gnav_item>a {
		font-size: 1.6rem;
		color: #333 !important;
		font-weight: 700;
		letter-spacing: 0.05em;
		line-height: 1;
		padding: 5px 8px 5px;
		min-width: 80px;
		position: relative;
		text-align: center;
		margin-right: 35px;
		text-shadow:
			-1px -1px 0 #fff,
			1px -1px 0 #fff,
			-1px 1px 0 #fff,
			1px 1px 0 #fff;
	}

	.gnav .gnav_items>li.active>a {
		color: #248120 !important;
	}

	.gnav .gnav_items>li>a:hover {
		color: #248120 !important;
		opacity: 1;
	}

	.gnav_item>a:after {
		position: absolute;
		bottom: -13px;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 3px;
		border-radius: 5px;
		background-color: #248120;
		content: '';
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

	.gnav_item>a:hover:after,
	.gnav_item>a:focus:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

	.gnav_item.active>a:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	.info_h {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		margin-bottom: 7px;
	}

	ul.icon_h {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 0 20px 0 0;
	}

	.info_h p.hour {
		font-size: 1.4rem;
	}

	p.tel_h {
		font-size: 2.6rem;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 0 30px;
	}

	p.tel_h:before {
		content: '';
		display: block;
		background: url(../images/icon_h01.png) 0 0 /contain no-repeat;
		width: 19px;
		height: 33px;
		margin-right: 7px;
	}

	p.btn_h a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 200px;
		height: 50px;
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		font-weight: 500;
		color: #fff;
		background-color: #e70012;
		border-radius: 30px;
	}

	p.btn_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_h02.png) 0 0 /contain no-repeat;
		width: 25px;
		height: 21px;
		margin-right: 7px;
	}

	p.btn_h a:hover {
		opacity: 1;
		background-color: #f7293a;
	}
}



/* メインイメージ
=========================================================================== */

.inner_mainimg {
	width: 100%;
	position: relative;
	max-width: 1920px;
}

@media (max-width: 767px) {
.bg_mainimg {
	width: 100%;
	position: relative;
	padding-top: 54px;
}

.bg_mainimg .inner {
	position: absolute;
	bottom: 5%;
	left: 2%;
	width: 94%;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 99;
}
}

@media (min-width: 768px) {
.bg_mainimg {
	width: 100%;
	position: relative;
	padding-top: 70px;
}

.bg_mainimg .inner {
	position: absolute;
	bottom: 2%;
	left: 2%;
	width: 75%;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 99;
}
}

@media (min-width: 992px) {
.bg_mainimg {
	width: 100%;
	position: relative;
	padding-top: 0;
}

.bg_mainimg .inner {
	position: absolute;
	bottom: 2%;
	left: 2%;
	width: 65%;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 99;
}
}

@media (min-width: 1200px) {
.bg_mainimg {
	width: 100%;
	position: relative;
	padding-top: 0;
}

.bg_mainimg .inner {
	position: absolute;
	bottom: 7%;
	left: 5%;
	width: 58.3854%;
	max-width: 1121px;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 99;
}
}



.swiper-container {
	overflow: visible !important;
}

.swiper-slide img {
	width: 100%;
	height: auto;
	/*	border-radius: 50px;*/
}

.swiper-slide {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-direction: row-reverse;
	overflow: hidden;
	position: relative;
}

@media (max-width: 767px) {

	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}
}

@keyframes zoomUp {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.03);
	}
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
	animation: zoomUp 4s ease-out 0s 1 normal both;
}


.slide-img img {
	display: block;
}

/*ページネーション　カスタム*/

@media (max-width: 991px) {
	.swiper-pagination-bullets {
		display: none;
	}
}

@media (min-width: 992px) {
	.swiper-pagination-bullets {
		right: 35px !important;
		top: 35% !important;
		left: inherit !important;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

	.swiper-pagination-bullet {
		border-radius: inherit;
		margin: 0 0 10px 0 !important;
		width: 100px;
		height: 5px;
	}

	.swiper-pagination-bullet {
		width: 8px !important;
		height: 8px !important;
		border-radius: 50% !important;
		background: #fff !important;
		opacity: 0.8 !important;
	}

	.swiper-pagination-bullet-active {
		background: #248120 !important;
		opacity: 1 !important;
	}
}

@media (min-width: 1200px) {
	.swiper-pagination-bullets {
		right: 35px !important;
		top: 40% !important;
		bottom: inherit !important;
		left: inherit !important;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

	.swiper-pagination-bullet {
		border-radius: inherit;
		margin: 0 0 15px 0 !important;
		width: 100px;
		height: 5px;
	}

	.swiper-pagination-bullet {
		width: 8px !important;
		height: 8px !important;
		border-radius: 50% !important;
		background: #fff !important;
		opacity: 0.8 !important;
	}

	.swiper-pagination-bullet-active {
		background: #248120 !important;
		opacity: 1 !important;
	}
}


/* スクロール */

@media (max-width: 991px) {
	.top_scroll {
		display: none;
	}
}

@media (min-width: 992px) {
	.top_scroll {
		position: absolute;
		right: 40px;
		bottom: 0;
		display: flex;
		flex-direction: column;
		z-index: 999;
	}
}

p.ttl_scroll {
	font-size: 1.3rem;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	transform: rotate(90deg);
	transform-origin: left top;
	letter-spacing: 0.2em;
	position: absolute;
	top: -80px;
	left: 12px;
}

.moveline {
	content: '';
	display: block;
	width: 2px;
	height: 120px;
	background-color: rgba(255, 255, 255, 0.3);
}

.moveline:before {
	content: '';
	display: block;
	z-index: 999999;
	animation-name: anime1;
	animation-duration: 2.7s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes anime1 {
	0% {
		width: 2px;
		height: 0;
		background-color: #fff;
	}

	25% {
		width: 2px;
		height: 120px;
		background-color: #fff;
	}

	45% {
		width: 2px;
		height: 120px;
		background-color: transparent;
	}

	100% {
		width: 2px;
		height: 120px;
		background-color: transparent;
	}
}






/* index.html
=========================================================================== */

@media (max-width: 767px) {
	.bg_top01 {
		padding: 30px 0 30px;
		background: url(../images/bg_green.jpg) 0 0 /cover no-repeat;
		position: relative;
		color: #fff;
		z-index: 5;
	}

	.bg_top01:after {
		content: '';
		display: block;
		width: 100%;
		height: 60px;
		background: url(../images/bdr_wave.png) center top /cover no-repeat;
		position: absolute;
		left: 0;
		bottom: -30px;
		z-index: 2;
	}

	h2.top {
		font-size: 2.4rem;
		font-weight: 400;
		text-align: center;
		letter-spacing: 0.03em;
		margin-bottom: 25px;
	}

	h2.top span {
		color: #e70012;
		font-family: "BIZ UDPMincho", serif;
		display: block;
		font-size: 1.2rem;
		letter-spacing: 0;
		margin-bottom: 5px;
	}

	ul.nav_top01 {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 0;
		padding-bottom: 10px;
	}

	ul.nav_top01 li {
		width:49%;
		margin-right: 2%;
		margin-bottom: 8px;
	}

	ul.nav_top01 li:nth-of-type(2n) {
		margin-right: 0;
	}

	ul.nav_top01 li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 1.4rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.1em;
		padding: 0.7em 1em;
		background-color: #444;
		border-radius: 5px;
	}

	ul.nav_top01 li a:hover {
		background-color: #e70012;
		color: #fff;
		opacity: 1;
	}

	ul.nav_top01 li.active a {
		background-color: #e70012;
		color: #fff;
	}

	.inner_news {
		width: 100%;
	}

	.top_news {
		width: 100%;
		padding: 20px 0 20px 0;
		display: flex;
		flex-direction: column;
		border-bottom: 1px solid #DADADA;
		position: relative;
	}

	.top_news .info {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-shrink: 0;
		margin-bottom: 10px;
	}

	.top_news .info .inner {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.top_news p.news_date {
		font-family: 'Oswald', sans-serif;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		margin-right: 10px;
	}

	.top_news p.news_icon {
		font-size: 1.1rem;
		color: #ff2626;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		margin-right: 10px;
	}

	.top_news p.news_cate {
		color: #333;
		font-size: 1.3rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		padding: 0.4em 1em;
		width: 100px;
		word-break: break-all;
		text-align: center;
	}

	.news_ttl {
		margin-right: auto;
		font-size: 1.6rem;
		line-height: normal;
		font-family: 'Noto Sans JP', sans-serif;
	}

	p.news_btn a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		font-weight: 500;
		flex-shrink: 0;
		width: 100%;
		height: 34px;
		background-color: #0c4d09;
		color: #fff;
		font-size: 1.4rem;
		border-radius: 7px;
		margin-top: 10px;
	}

		p.news_btn a:after {
			content: '';
			display: block;
			background: url(../images/icon_top01.png) 0 0 /contain no-repeat;
			width: 12px;
			height: 12px;
			margin-left: 5px;
		}

	p.news_btn a img {
		transition: 0.1s;
	}

	p.news_btn a:hover {
		right: -5px;
	}

	p.news_btn a:hover {
		opacity: 1;
		background-color: #13740e
	}
}

@media (min-width: 768px) {
	.bg_top01 {
		padding: 40px 0 40px;
		background: url(../images/bg_green.jpg) 0 0 /cover no-repeat;
		position: relative;
		color: #fff;
		z-index: 5;
	}

	.bg_top01:after {
		content: '';
		display: block;
		width: 100%;
		height: 60px;
		background: url(../images/bdr_wave.png) center top /cover no-repeat;
		position: absolute;
		left: 0;
		bottom: -30px;
		z-index: 2;
	}

	h2.top {
		font-size: 2.5rem;
		font-weight: 400;
		text-align: center;
		letter-spacing: 0.03em;
		margin-bottom: 25px;
	}

	h2.top span {
		color: #e70012;
		font-family: "BIZ UDPMincho", serif;
		display: block;
		font-size: 1.3rem;
		letter-spacing: 0;
		margin-bottom: 5px;
	}

	ul.nav_top01 {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 0;
		padding-bottom: 10px;
	}

	ul.nav_top01 li {
		width: 24%;
		margin-right: 1.3333%;
		margin-bottom: 12px;
	}

	ul.nav_top01 li:nth-of-type(4n) {
		margin-right: 0;
	}

	ul.nav_top01 li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 1.4rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.1em;
		padding: 0.7em 1em;
		background-color: #444;
		border-radius: 5px;
	}

	ul.nav_top01 li a:hover {
		background-color: #e70012;
		color: #fff;
		opacity: 1;
	}

	ul.nav_top01 li.active a {
		background-color: #e70012;
		color: #fff;
	}

	.inner_news {
		width: 100%;
		max-height: 500px;
		overflow-y: auto;
		padding-right: 10px;
	}

	.top_news {
		width: 100%;
		padding: 20px 60px 20px 0;
		display: flex;
		flex-direction: row;
		align-items: center;
		border-bottom: 1px solid #DADADA;
		position: relative;
	}

	.top_news .info {
		width: 240px;
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-shrink: 0;
		margin-right: 20px;
	}

	.top_news .info .inner {
		display: flex;
		flex-direction: row;
		align-items: center;
		width: 120px;
	}

	.top_news p.news_date {
		font-family: 'Oswald', sans-serif;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
	}

	.top_news p.news_icon {
		font-size: 1.1rem;
		color: #ff2626;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		margin-left: 12px;
	}

	.top_news p.news_cate {
		color: #333;
		font-size: 1.3rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		padding: 0.4em 1em;
		width: 120px;
		word-break: break-all;
		margin-left: 5px;
		text-align: center;
	}

	.news_ttl {
		margin-right: auto;
		font-size: 1.6rem;
		line-height: normal;
		font-family: 'Noto Sans JP', sans-serif;
	}

	p.news_btn a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		font-weight: 500;
		flex-shrink: 0;
		width: 60px;
		height: 40px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%) translateX(0);
	}

	p.news_btn a img {
		transition: 0.1s;
	}

	p.news_btn a:hover {
		right: -5px;
	}
}

@media (min-width: 992px) {
	.bg_top01 {
		padding: 50px 0 50px;
		background: url(../images/bg_green.jpg) 0 0 /cover no-repeat;
		position: relative;
		color: #fff;
		z-index: 5;
	}

	.bg_top01:after {
		content: '';
		display: block;
		width: 100%;
		height: 60px;
		background: url(../images/bdr_wave.png) center top /cover no-repeat;
		position: absolute;
		left: 0;
		bottom: -30px;
		z-index: 2;
	}

	h2.top {
		font-size: 3rem;
		font-weight: 400;
		text-align: center;
		letter-spacing: 0.03em;
		margin-bottom: 30px;
	}

	h2.top span {
		color: #e70012;
		font-family: "BIZ UDPMincho", serif;
		display: block;
		font-size: 1.4rem;
		letter-spacing: 0;
		margin-bottom: 5px;
	}

	ul.nav_top01 {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 0;
		padding-bottom: 10px;
	}

	ul.nav_top01 li {
		width: 24%;
		margin-right: 1.3333%;
		margin-bottom: 12px;
	}

	ul.nav_top01 li:nth-of-type(4n) {
		margin-right: 0;
	}

	ul.nav_top01 li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 1.5rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.1em;
		padding: 0.7em 1em;
		background-color: #444;
		border-radius: 5px;
	}

	ul.nav_top01 li a:hover {
		background-color: #e70012;
		color: #fff;
		opacity: 1;
	}

	ul.nav_top01 li.active a {
		background-color: #e70012;
		color: #fff;
	}

	.inner_news {
		width: 100%;
		max-height: 500px;
		overflow-y: auto;
		padding-right: 10px;
	}

	.top_news {
		width: 100%;
		padding: 20px 60px 20px 0;
		display: flex;
		flex-direction: row;
		align-items: center;
		border-bottom: 1px solid #DADADA;
		position: relative;
	}

	.top_news .info {
		width: 260px;
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-shrink: 0;
		margin-right: 20px;
	}

	.top_news .info .inner {
		display: flex;
		flex-direction: row;
		align-items: center;
		width: 130px;
	}

	.top_news p.news_date {
		font-family: 'Oswald', sans-serif;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
	}

	.top_news p.news_icon {
		font-size: 1.2rem;
		color: #ff2626;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		margin-left: 15px;
	}

	.top_news p.news_cate {
		color: #333;
		font-size: 1.3rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		padding: 0.4em 1em;
		width: 130px;
		word-break: break-all;
		margin-left: 5px;
		text-align: center;
	}

	.news_ttl {
		margin-right: auto;
		font-size: 1.6rem;
		line-height: normal;
		font-family: 'Noto Sans JP', sans-serif;
	}

	p.news_btn a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		font-weight: 500;
		flex-shrink: 0;
		width: 60px;
		height: 40px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%) translateX(0);
	}

	p.news_btn a img {
		transition: 0.1s;
	}

	p.news_btn a:hover {
		right: -5px;
	}
}

@media (min-width: 1200px) {
	.bg_top01 {
		padding: 70px 0 60px;
		background: url(../images/bg_green.jpg) 0 0 /cover no-repeat;
		position: relative;
		color: #fff;
		z-index: 5;
	}

	.bg_top01:after {
		content: '';
		display: block;
		width: 100%;
		height: 60px;
		background: url(../images/bdr_wave.png) center top /cover no-repeat;
		position: absolute;
		left: 0;
		bottom: -30px;
		z-index: 2;
	}

	h2.top {
		font-size: 3.3rem;
		font-weight: 400;
		text-align: center;
		letter-spacing: 0.03em;
		margin-bottom: 30px;
	}

	h2.top span {
		color: #e70012;
		font-family: "BIZ UDPMincho", serif;
		display: block;
		font-size: 1.5rem;
		letter-spacing: 0;
		margin-bottom: 5px;
	}

	ul.nav_top01 {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 0;
		padding-bottom: 10px;
	}

	ul.nav_top01 li {
		width: 24%;
		margin-right: 1.3333%;
		margin-bottom: 12px;
	}

	ul.nav_top01 li:nth-of-type(4n) {
		margin-right: 0;
	}

	ul.nav_top01 li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 1.6rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.1em;
		padding: 0.8em 1em;
		background-color: #444;
		border-radius: 5px;
	}

	ul.nav_top01 li a:hover {
		background-color: #e70012;
		color: #fff;
		opacity: 1;
	}

	ul.nav_top01 li.active a {
		background-color: #e70012;
		color: #fff;
	}

	.inner_news {
		width: 100%;
		max-height: 500px;
		overflow-y: auto;
		padding-right: 10px;
	}

	.top_news {
		width: 100%;
		padding: 30px 60px 30px 0;
		display: flex;
		flex-direction: row;
		align-items: center;
		border-bottom: 1px solid #DADADA;
		position: relative;
	}

	.top_news .info {
		width: 290px;
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-shrink: 0;
		margin-right: 30px;
	}

	.top_news .info .inner {
		display: flex;
		flex-direction: row;
		align-items: center;
		width: 140px;
	}

	.top_news p.news_date {
		font-family: 'Oswald', sans-serif;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
	}

	.top_news p.news_icon {
		font-size: 1.2rem;
		color: #ff2626;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		margin-left: 15px;
	}

	.top_news p.news_cate {
		color: #333;
		font-size: 1.3rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		padding: 0.4em 1em;
		width: 140px;
		word-break: break-all;
		margin-left: 5px;
		text-align: center;
	}

	.news_ttl {
		margin-right: auto;
		font-size: 1.6rem;
		line-height: normal;
		font-family: 'Noto Sans JP', sans-serif;
	}

	p.news_btn a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		font-weight: 500;
		flex-shrink: 0;
		width: 60px;
		height: 40px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%) translateX(0);
	}

	p.news_btn a img {
		transition: 0.1s;
	}

	p.news_btn a:hover {
		right: -5px;
	}
}

@media (min-width: 1400px) {
	.bg_top01 {
		padding: 70px 0 60px;
		background: url(../images/bg_green.jpg) 0 0 /cover no-repeat;
		position: relative;
		color: #fff;
		z-index: 5;
	}

	.bg_top01:after {
		content: '';
		display: block;
		width: 100%;
		height: 60px;
		background: url(../images/bdr_wave.png) center top /cover no-repeat;
		position: absolute;
		left: 0;
		bottom: -30px;
		z-index: 2;
	}

	.bg_top01 .container {
		width: 1340px;
	}

	h2.top {
		font-size: 3.3rem;
		font-weight: 400;
		text-align: center;
		letter-spacing: 0.03em;
		margin-bottom: 30px;
	}

	h2.top span {
		color: #e70012;
		font-family: "BIZ UDPMincho", serif;
		display: block;
		font-size: 1.5rem;
		letter-spacing: 0;
		margin-bottom: 5px;
	}

	ul.nav_top01 {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 0;
		padding-bottom: 10px;
	}

	ul.nav_top01 li {
		width: 24%;
		margin-right: 1.3333%;
		margin-bottom: 12px;
	}

	ul.nav_top01 li:nth-of-type(4n) {
		margin-right: 0;
	}

	ul.nav_top01 li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 1.6rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.1em;
		padding: 0.8em 1em;
		background-color: #444;
		border-radius: 5px;
	}

	ul.nav_top01 li a:hover {
		background-color: #e70012;
		color: #fff;
		opacity: 1;
	}

	ul.nav_top01 li.active a {
		background-color: #e70012;
		color: #fff;
	}

	.inner_news {
		width: 100%;
		max-height: 500px;
		overflow-y: auto;
		padding-right: 10px;
	}

	.top_news {
		width: 100%;
		padding: 30px 60px 30px 0;
		display: flex;
		flex-direction: row;
		align-items: center;
		border-bottom: 1px solid #DADADA;
		position: relative;
	}

	.top_news .info {
		width: 290px;
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-shrink: 0;
		margin-right: 30px;
	}

	.top_news .info .inner {
		display: flex;
		flex-direction: row;
		align-items: center;
		width: 140px;
	}

	.top_news p.news_date {
		font-family: 'Oswald', sans-serif;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
	}

	.top_news p.news_icon {
		font-size: 1.2rem;
		color: #ff2626;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		margin-left: 15px;
	}

	.top_news p.news_cate {
		color: #333;
		font-size: 1.3rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		padding: 0.4em 1em;
		width: 140px;
		word-break: break-all;
		margin-left: 5px;
		text-align: center;
	}

	.news_ttl {
		margin-right: auto;
		font-size: 1.6rem;
		line-height: normal;
		font-family: 'Noto Sans JP', sans-serif;
	}

	p.news_btn a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		font-weight: 500;
		flex-shrink: 0;
		width: 60px;
		height: 40px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%) translateX(0);
	}

	p.news_btn a img {
		transition: 0.1s;
	}

	p.news_btn a:hover {
		right: -5px;
	}
}

.color01 {
	background-color: #ffcfbf;
}

.color02 {
	background-color: #ccff99;
}

.color03 {
	background-color: #bfdfff;
}

.color04 {
	background-color: #ffd24d;
}








@media (max-width: 767px) {
.bg_top02 {
	background: url(../images/bg_top02.png) center top /cover no-repeat;
	padding: 50px 0 50px;
}

.inner_top02 {
	position: relative;
  width: 100%;
}

.inner_top02 p.en {
	font-size: 3.6rem;
	color: #e70012;
	font-family: "Cinzel Decorative", serif;
	text-align: center;
}

h2.top02 {
	background-color: #e70012;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	padding: 0.3em 1em;
	display:block;
	border-radius: 10px;
	text-align: center;
	line-height: 1.4;
}

.inner_top02 .box {
	background-color: #fff;
	padding: 15px 15px;
	border-radius: 10px;
	margin: 10px 0 0 0;
}

.inner_top02 .box p.text {
	color: #333;
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0.1em;
}

p.btn_top a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 50px;
	background-color: #248120;
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	border-radius: 50px;
	margin: 20px auto 0;
}

p.btn_top a:after {
	content: '';
	display: block;
	background: url(../images/icon_btn_top.png) 0 0 /cover no-repeat;
	width: 22px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%) translateX(0);
	transition: 0.2s;
}

p.btn_top a:hover {
	opacity: 1;
	background-color: #36a832;
}

p.btn_top a:hover:after {
	right: 20px;
}

.bg_top02 p.btn_top a {
	margin: 15px auto 0;
}
}

@media (min-width: 768px) {
.bg_top02 {
	background: url(../images/bg_top02.png) center top /cover no-repeat;
	padding: 50px 0 50px;
}

.bg_top02 .container {
	position: relative;
	padding: 100px 0 0 150px;
}

.inner_top02 {
	position: relative;
	z-index: 2;
}

.inner_top02 p.en {
	font-size: 3.6rem;
	color: #e70012;
	font-family: "Cinzel Decorative", serif;
}

p.pic_top02 {
	  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}

h2.top02 {
	background-color: #e70012;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.1em;
	padding: 0.3em 1em;
	display: inline-block;
	border-radius: 10px;
}

.inner_top02 .box {
	background-color: #fff;
	padding: 20px 20px;
	border-radius: 20px;
	width: 500px;
	margin: 30px 0 0 70px;
}

.inner_top02 .box p.text {
	color: #333;
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0.1em;
}

p.btn_top a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 280px;
	height: 60px;
	background-color: #248120;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	border-radius: 50px;
}

p.btn_top a:after {
	content: '';
	display: block;
	background: url(../images/icon_btn_top.png) 0 0 /cover no-repeat;
	width: 22px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 50px;
	transform: translateY(-50%) translateX(0);
	transition: 0.2s;
}

p.btn_top a:hover {
	opacity: 1;
	background-color: #36a832;
}

p.btn_top a:hover:after {
	right: 40px;
}

.bg_top02 p.btn_top a {
	margin-right: 100px;
	margin-top: 20px;
}
}

@media (min-width: 992px) {
.bg_top02 {
	background: url(../images/bg_top02.png) center top /cover no-repeat;
	padding: 50px 0 50px;
}

.bg_top02 .container {
	position: relative;
	padding: 100px 0 0 200px;
}

.inner_top02 {
	position: relative;
	z-index: 2;
}

.inner_top02 p.en {
	font-size: 4rem;
	color: #e70012;
	font-family: "Cinzel Decorative", serif;
}

p.pic_top02 {
	  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
h2.top02 {
	background-color: #e70012;
	color: #fff;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	padding: 0.3em 1em;
	display: inline-block;
	border-radius: 10px;
}

.inner_top02 .box {
	background-color: #381f10;
	padding: 20px 20px;
	border-radius: 20px;
	width: 500px;
	margin: 30px 0 0 100px;
}

.inner_top02 .box p.text {
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0.1em;
}

p.btn_top a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 320px;
	height: 60px;
	background-color: #248120;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	border-radius: 50px;
}

p.btn_top a:after {
	content: '';
	display: block;
	background: url(../images/icon_btn_top.png) 0 0 /cover no-repeat;
	width: 22px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 50px;
	transform: translateY(-50%) translateX(0);
	transition: 0.2s;
}

p.btn_top a:hover {
	opacity: 1;
	background-color: #36a832;
}

p.btn_top a:hover:after {
	right: 40px;
}

.bg_top02 p.btn_top a {
	margin-right: 100px;
	margin-top: 20px;
}
}

@media (min-width: 1200px) {
.bg_top02 {
	background: url(../images/bg_top02.png) center top /cover no-repeat;
	padding: 85px 0 85px;
}

.bg_top02 .container {
	position: relative;
	padding: 100px 0 0 150px;
}

.inner_top02 {
	position: relative;
	z-index: 2;
}

.inner_top02 p.en {
	font-size: 4rem;
	color: #e70012;
	font-family: "Cinzel Decorative", serif;
}

p.pic_top02 {
	  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}

h2.top02 {
	background-color: #e70012;
	color: #fff;
	font-size: 3rem;
	letter-spacing: 0.1em;
	padding: 0.3em 1em;
	display: inline-block;
	border-radius: 10px;
}

.inner_top02 .box {
	background-color: #381f10;
	padding: 20px 20px;
	border-radius: 20px;
	width: 670px;
	margin: 40px 0 0 170px;
}

.inner_top02 .box p.text {
	color: #fff;
	font-size: 1.7rem;
	line-height: 2;
	letter-spacing: 0.1em;
}

p.btn_top a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 360px;
	height: 70px;
	background-color: #248120;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	border-radius: 50px;
}

p.btn_top a:after {
	content: '';
	display: block;
	background: url(../images/icon_btn_top.png) 0 0 /cover no-repeat;
	width: 22px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 50px;
	transform: translateY(-50%) translateX(0);
	transition: 0.2s;
}

p.btn_top a:hover {
	opacity: 1;
	background-color: #36a832;
}

p.btn_top a:hover:after {
	right: 40px;
}

.bg_top02 p.btn_top a {
	margin-right: 100px;
	margin-top: 20px;
}
}

@media (min-width: 1400px) {

.bg_top02 {
	background: url(../images/bg_top02.png) center top /cover no-repeat;
	padding: 100px 0 100px;
}

.bg_top02 .container {
	position: relative;
	padding: 100px 0 0 150px;
}

.inner_top02 {
	position: relative;
	z-index: 2;
}

.inner_top02 p.en {
	font-size: 5rem;
	color: #e70012;
	font-family: "Cinzel Decorative", serif;
}

p.pic_top02 {
	  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}

h2.top02 {
	background-color: #e70012;
	color: #fff;
	font-size: 3.4rem;
	letter-spacing: 0.1em;
	padding: 0.3em 1em;
	display: inline-block;
	border-radius: 10px;
}

.inner_top02 .box {
	background-color: #381f10;
	padding: 30px 20px;
	border-radius: 20px;
	width: 670px;
	margin: 30px 0 0 250px;
}

.inner_top02 .box p.text {
	color: #fff;
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.1em;
}

p.btn_top a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 360px;
	height: 70px;
	background-color: #248120;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	border-radius: 50px;
}

p.btn_top a:after {
	content: '';
	display: block;
	background: url(../images/icon_btn_top.png) 0 0 /cover no-repeat;
	width: 22px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 50px;
	transform: translateY(-50%) translateX(0);
	transition: 0.2s;
}

p.btn_top a:hover {
	opacity: 1;
	background-color: #36a832;
}

p.btn_top a:hover:after {
	right: 40px;
}

.bg_top02 p.btn_top a {
	margin-right: 100px;
	margin-top: 30px;
}
}







@media (max-width: 767px) {
.bg_top03 {
	padding: 30px 0 0;
}

.pic_top03 {
	width: 100%;
	margin-top: 15px;
}

.cont_top03 {
	width: 100%;
}

.cont_top03 h3 {
	color: #d0091c;
	font-size: 2.1rem;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.cont_top03 p.text {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
}

@media (min-width: 768px) {
.bg_top03 {
	padding: 30px 0 0;
}

.pic_top03 {
	width: 46%;
}

.cont_top03 {
	width: 50%;
}

.cont_top03 h3 {
	color: #d0091c;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}

.cont_top03 p.text {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
}

@media (min-width: 992px) {
.bg_top03 {
	padding: 50px 0 0;
}

.pic_top03 {
	width: 45%;
}

.cont_top03 {
	width: 50%;
}

.cont_top03 h3 {
	color: #d0091c;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}

.cont_top03 p.text {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
}

@media (min-width: 1200px) {
.bg_top03 {
	padding: 50px 0 0;
}

.pic_top03 {
	width: 45%;
}

.cont_top03 {
	width: 50%;
}

.cont_top03 h3 {
	color: #d0091c;
	font-size: 2.6rem;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
}

.cont_top03 p.text {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 1.7;
}
}

@media (min-width: 1400px) {
.bg_top03 {
	padding: 30px 0 0;
}

.bg_top03 .container {
	width: 1340px;
}

.pic_top03 {
	width: 45%;
}

.cont_top03 {
	width: 50%;
}

.cont_top03 h3 {
	color: #d0091c;
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
}

.cont_top03 p.text {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.7;
}
}








@media (max-width: 767px) {
.bg_top04 {
	padding: 80px 0 80px;
}

ul.top04 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	margin-bottom: 40px;
}

.pic_top04 {
	width: 100%;
	flex-shrink: 0;
	margin-bottom: 40px;
}

.cont_top04 {
	width: 100%;
}

dl.top04 {
	margin-bottom: 15px;
	font-family: 'Noto Sans JP', sans-serif;
}

dl.top04 dt {
	color: #d0091c;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}

dl.top04 dd {
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	line-height: 1.6;
}

.bg_top04 p.btn_top a {
	margin:10px auto 0;
	background-color: #e70012;
}

.bg_top04 p.btn_top a:hover {
	opacity: 1;
	background-color: #ff2d3e;
}
}

@media (min-width: 768px) {
.bg_top04 {
	padding: 80px 0 80px;
}

ul.top04 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 50px;
}

.pic_top04 {
	width: 36%;
	flex-shrink: 0;
}

.cont_top04 {
	width: 62%;
}

dl.top04 {
	margin-bottom: 15px;
	font-family: 'Noto Sans JP', sans-serif;
}

dl.top04 dt {
	color: #d0091c;
	font-size: 1.7rem;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}

dl.top04 dd {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

.bg_top04 p.btn_top a {
	margin:20px auto 0;
	background-color: #e70012;
}

.bg_top04 p.btn_top a:hover {
	opacity: 1;
	background-color: #ff2d3e;
}
}

@media (min-width: 992px) {
.bg_top04 {
	padding: 80px 0 80px;
}

ul.top04 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 70px;
}

.pic_top04 {
	width: 32%;
	flex-shrink: 0;
}

.cont_top04 {
	width: 64%;
}

dl.top04 {
	margin-bottom: 20px;
	font-family: 'Noto Sans JP', sans-serif;
}

dl.top04 dt {
	color: #d0091c;
	font-size: 1.7rem;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

dl.top04 dd {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

.bg_top04 p.btn_top a {
	margin:20px auto 0;
	background-color: #e70012;
}

.bg_top04 p.btn_top a:hover {
	opacity: 1;
	background-color: #ff2d3e;
}
}

@media (min-width: 1200px) {
.bg_top04 {
	padding: 100px 0 100px;
}

ul.top04 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 50px;
	margin-bottom: 70px;
}

.pic_top04 {
	width: 32%;
	flex-shrink: 0;
}

.cont_top04 {
	width: 64%;
}

dl.top04 {
	margin-bottom: 30px;
	font-family: 'Noto Sans JP', sans-serif;
}

dl.top04 dt {
	color: #d0091c;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

dl.top04 dd {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

.bg_top04 p.btn_top a {
	margin: 30px auto 0;
	background-color: #e70012;
}

.bg_top04 p.btn_top a:hover {
	opacity: 1;
	background-color: #ff2d3e;
}
}

@media (min-width: 1400px) {
.bg_top04 {
	padding: 100px 0 100px;
}

.bg_top04 .container {
	width: 1340px;
}

ul.top04 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 50px;
	margin-bottom: 70px;
}

.pic_top04 {
	width: 32%;
	flex-shrink: 0;
}

.cont_top04 {
	width: 64%;
}

dl.top04 {
	margin-bottom: 30px;
	font-family: 'Noto Sans JP', sans-serif;
}

dl.top04 dt {
	color: #d0091c;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

dl.top04 dd {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

.bg_top04 p.btn_top a {
	margin: 30px auto 0;
	background-color: #e70012;
}

.bg_top04 p.btn_top a:hover {
	opacity: 1;
	background-color: #ff2d3e;
}
}







@media (max-width: 767px) {
.bg_top05 {
	padding: 50px 0 50px;
	background: url(../images/bg_green.jpg) 0 0 /cover no-repeat;
	position: relative;
	color: #fff;
	z-index: 5;
}

.bg_top05:before {
	content: '';
	display: block;
	width: 100%;
	height: 40px;
	background: url(../images/bdr_wave.png) center top /cover no-repeat;
	position: absolute;
	left: 0;
	top: -20px;
	z-index: 2;
	transform: rotate(180deg);
}

.bg_top05:after {
	content: '';
	display: block;
	width: 100%;
	height: 40px;
	background: url(../images/deco_top05.png) center top /cover no-repeat;
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: 2;
}

.pic_top05 {
	width: 94%;
	margin-top: 30px;
}

.pic_top05 img {
			height: 260px;
		object-fit: cover;
		object-position: 70% top;
		font-family: 'object-fit: cover; object-position: center top;'
}

.cont_top05 {
	width: 94%;
	z-index: 2;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cont_top05 p.en {
	font-family: "Cinzel Decorative", serif;
	font-size: 5rem;
	color: #0a8711;
	line-height: 1;
}

.cont_top05 h2 {
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.cont_top05 p.text {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.07em;
	margin-bottom: 20px;
}

.bg_top05 p.btn_top a {
	margin: 20px auto 0;
	background-color: #e70012;
}

.bg_top05 p.btn_top a:hover {
	opacity: 1;
	background-color: #ff2d3e;
}
}

@media (min-width: 768px) {
.bg_top05 {
	padding: 100px 0 70px;
	background: url(../images/bg_green.jpg) 0 0 /cover no-repeat;
	position: relative;
	color: #fff;
	z-index: 5;
}

.bg_top05:before {
	content: '';
	display: block;
	width: 100%;
	height: 60px;
	background: url(../images/bdr_wave.png) center top /cover no-repeat;
	position: absolute;
	left: 0;
	top: -30px;
	z-index: 2;
	transform: rotate(180deg);
}

.bg_top05:after {
	content: '';
	display: block;
	width: 100%;
	height: 50px;
	background: url(../images/deco_top05.png) center top /cover no-repeat;
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: 2;
}

.pic_top05 {
	width: 50%;
}

.pic_top05 img {
			height: 400px;
		object-fit: cover;
		object-position: 70% top;
		font-family: 'object-fit: cover; object-position: center top;'
}

.cont_top05 {
	width: 46%;
	z-index: 2;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.cont_top05 p.en {
	font-family: "Cinzel Decorative", serif;
	font-size: 8rem;
	color: #0a8711;
	line-height: 1;
}

.cont_top05 h2 {
	font-size: 3rem;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

.cont_top05 p.text {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0.07em;
	margin-bottom: 20px;
}

.bg_top05 p.btn_top a {
	margin: 20px auto 0;
	background-color: #e70012;
}

.bg_top05 p.btn_top a:hover {
	opacity: 1;
	background-color: #ff2d3e;
}
}

@media (min-width: 992px) {
.bg_top05 {
	padding: 100px 0 70px;
	background: url(../images/bg_green.jpg) 0 0 /cover no-repeat;
	position: relative;
	color: #fff;
	z-index: 5;
}

.bg_top05:before {
	content: '';
	display: block;
	width: 100%;
	height: 60px;
	background: url(../images/bdr_wave.png) center top /cover no-repeat;
	position: absolute;
	left: 0;
	top: -30px;
	z-index: 2;
	transform: rotate(180deg);
}

.bg_top05:after {
	content: '';
	display: block;
	width: 100%;
	height: 50px;
	background: url(../images/deco_top05.png) center top /cover no-repeat;
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: 2;
}

.pic_top05 {
	width: 50%;
}

.pic_top05 img {
			height: 400px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
}

.cont_top05 {
	width: 46%;
	z-index: 2;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.cont_top05 p.en {
	font-family: "Cinzel Decorative", serif;
	font-size: 8rem;
	color: #0a8711;
	line-height: 1;
}

.cont_top05 h2 {
	font-size: 3rem;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

.cont_top05 p.text {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0.07em;
	margin-bottom: 20px;
}

.bg_top05 p.btn_top a {
	margin: 20px auto 0;
	background-color: #e70012;
}

.bg_top05 p.btn_top a:hover {
	opacity: 1;
	background-color: #ff2d3e;
}
}

@media (min-width: 1200px) {
.bg_top05 {
	padding: 120px 0 110px;
	background: url(../images/bg_green.jpg) 0 0 /cover no-repeat;
	position: relative;
	color: #fff;
	z-index: 5;
}

.bg_top05:before {
	content: '';
	display: block;
	width: 100%;
	height: 60px;
	background: url(../images/bdr_wave.png) center top /cover no-repeat;
	position: absolute;
	left: 0;
	top: -30px;
	z-index: 2;
	transform: rotate(180deg);
}

.bg_top05:after {
	content: '';
	display: block;
	width: 100%;
	height: 50px;
	background: url(../images/deco_top05.png) center top /cover no-repeat;
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: 2;
}

.pic_top05 {
	width: 50%;
}

.pic_top05 img {
			height: 450px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
}

.cont_top05 {
	width: 60%;
	margin-left: -10%;
	z-index: 2;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.cont_top05 p.en {
	font-family: "Cinzel Decorative", serif;
	font-size: 10rem;
	color: #0a8711;
	line-height: 1;
}

.cont_top05 h2 {
	font-size: 3.3rem;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
}

.cont_top05 p.text {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.7rem;
	line-height: 1.7;
	letter-spacing: 0.07em;
	margin-bottom: 20px;
}

.bg_top05 p.btn_top a {
	margin: 30px auto 0;
	background-color: #e70012;
}

.bg_top05 p.btn_top a:hover {
	opacity: 1;
	background-color: #ff2d3e;
}
}

@media (min-width: 1400px) {
.bg_top05 {
	padding: 120px 0 110px;
	background: url(../images/bg_green.jpg) 0 0 /cover no-repeat;
	position: relative;
	color: #fff;
	z-index: 5;
}

.bg_top05 .container {
	width: 1340px;
}

.bg_top05:before {
	content: '';
	display: block;
	width: 100%;
	height: 30px;
	background: url(../images/bdr_wave.png) center top /cover no-repeat;
	position: absolute;
	left: 0;
	top: -1px;
	z-index: 2;
	transform: rotate(180deg);
}

.bg_top05:after {
	content: '';
	display: block;
	width: 100%;
	height: 50px;
	background: url(../images/deco_top05.png) center top /cover no-repeat;
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: 2;
}

.pic_top05 {
	width: 50%;
}

.pic_top05 img {
			height: 450px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
}

.cont_top05 {
	width: 60%;
	margin-left: -10%;
	z-index: 2;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.cont_top05 p.en {
	font-family: "Cinzel Decorative", serif;
	font-size: 10rem;
	color: #0a8711;
	line-height: 1;
}

.cont_top05 h2 {
	font-size: 3.3rem;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
}

.cont_top05 p.text {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.7rem;
	line-height: 1.7;
	letter-spacing: 0.07em;
	margin-bottom: 20px;
}

.bg_top05 p.btn_top a {
	margin: 30px auto 0;
	background-color: #e70012;
}

.bg_top05 p.btn_top a:hover {
	opacity: 1;
	background-color: #ff2d3e;
}
}








/* フッター
=========================================================================== */

@media (max-width: 767px) {
	.bg_contact_f {
		background: url(../images/bg_contact_f.png) center center /cover no-repeat;
		padding: 50px 0 30px;
	}

	.inner_ttl {
		text-align: center;
	}

	.inner_ttl p.en {
		opacity: 1;
		font-family: "Cinzel Decorative", serif;
		font-size: 3rem;
		line-height: 1;
		letter-spacing: 0;
		color: #0ca43e;
	}

	.inner_ttl p.ttl {
		text-align: center;
		font-size: 2rem;
		letter-spacing: 0.05em;
		margin-bottom: 20px;
	}

	.bg_contact_f .inner {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.bg_contact_f p.text {
		text-align: center;
		line-height: 2;
		letter-spacing: 0.1em;
		margin-bottom: 5px;
		font-size: 1.3rem;
	}

	p.tel_contact_f {
		font-size: 2.6rem;
		font-family: "BIZ UDPMincho", serif;
		font-weight: 400;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 15px;
	}

	p.tel_contact_f span.tel_link {
		color: #333;
	}

	p.tel_contact_f:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f01.png) 0 0 /contain no-repeat;
		width: 26px;
		height: 35px;
		flex-shrink: 0;
		margin-right: 5px;
	}

	p.btn_contact_f a {
		width: 260px;
		height: 50px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		background-color: #e70012;
		color: #fff;
		font-size: 1.8rem;
		border-radius: 50px;
	}

	p.btn_contact_f a:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f02.png) 0 0 /contain no-repeat;
		width: 26px;
		height: 21px;
		flex-shrink: 0;
		margin-right: 5px;
	}

	p.btn_contact_f a:hover {
		opacity: 1;
		background-color: #ff2d3e;
	}

	.bg_contact_f p.hour {
		text-align: center;
		font-size: 1.4rem;
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.bg_contact_f {
		background: url(../images/bg_contact_f.png) center center /cover no-repeat;
		padding: 60px 0 60px;
	}

	.inner_ttl {
		text-align: center;
	}

	.inner_ttl p.en {
		opacity: 1;
		font-family: "Cinzel Decorative", serif;
		font-size: 6rem;
		line-height: 1;
		letter-spacing: 0;
		color: #0ca43e;
	}

	.inner_ttl p.ttl {
		text-align: center;
		font-size: 2.6rem;
		letter-spacing: 0.05em;
		margin-bottom: 30px;
	}

	.bg_contact_f .inner {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		margin-top: 40px;
	}

	.bg_contact_f .info:first-child {
		margin-right: 30px;
	}

	.bg_contact_f p.text {
		text-align: center;
		line-height: 2;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
		font-size: 1.6rem;
	}

	p.tel_contact_f {
		font-size: 3.4rem;
		font-family: "BIZ UDPMincho", serif;
		font-weight: 400;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.tel_contact_f span.tel_link {
		color: #333;
	}

	p.tel_contact_f:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f01.png) 0 0 /contain no-repeat;
		width: 32px;
		height: 42px;
		flex-shrink: 0;
		margin-right: 5px;
	}

	p.btn_contact_f a {
		width: 320px;
		height: 60px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		background-color: #e70012;
		color: #fff;
		font-size: 2rem;
		border-radius: 50px;
	}

	p.btn_contact_f a:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f02.png) 0 0 /contain no-repeat;
		width: 30px;
		height: 25px;
		flex-shrink: 0;
		margin-right: 8px;
	}

	p.btn_contact_f a:hover {
		opacity: 1;
		background-color: #ff2d3e;
	}

	.bg_contact_f p.hour {
		text-align: center;
		font-size: 1.5rem;
		margin-top: 35px;
	}
}

@media (min-width: 992px) {
	.bg_contact_f {
		background: url(../images/bg_contact_f.png) center center /cover no-repeat;
		padding: 80px 0 80px;
	}

	.inner_ttl {
		text-align: center;
	}

	.inner_ttl p.en {
		opacity: 1;
		font-family: "Cinzel Decorative", serif;
		font-size: 7rem;
		line-height: 1;
		letter-spacing: 0;
		color: #0ca43e;
	}

	.inner_ttl p.ttl {
		text-align: center;
		font-size: 3rem;
		letter-spacing: 0.05em;
		margin-bottom: 40px;
	}

	.bg_contact_f .inner {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		margin-top: 40px;
	}

	.bg_contact_f .info:first-child {
		margin-right: 50px;
	}

	.bg_contact_f p.text {
		text-align: center;
		line-height: 2;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
		font-size: 1.8rem;
	}

	p.tel_contact_f {
		font-size: 4rem;
		font-family: "BIZ UDPMincho", serif;
		font-weight: 400;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.tel_contact_f span.tel_link {
		color: #333;
	}

	p.tel_contact_f:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f01.png) 0 0 /contain no-repeat;
		width: 34px;
		height: 44px;
		flex-shrink: 0;
		margin-right: 8px;
	}

	p.btn_contact_f a {
		width: 400px;
		height: 70px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		background-color: #e70012;
		color: #fff;
		font-size: 2rem;
		border-radius: 50px;
	}

	p.btn_contact_f a:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f02.png) 0 0 /contain no-repeat;
		width: 30px;
		height: 25px;
		flex-shrink: 0;
		margin-right: 8px;
	}

	p.btn_contact_f a:hover {
		opacity: 1;
		background-color: #ff2d3e;
	}

	.bg_contact_f p.hour {
		text-align: center;
		font-size: 1.6rem;
		margin-top: 40px;
	}
}

@media (min-width: 1200px) {
	.bg_contact_f {
		background: url(../images/bg_contact_f.png) center center /cover no-repeat;
		padding: 90px 0 90px;
	}

	.inner_ttl {
		text-align: center;
	}

	.inner_ttl p.en {
		opacity: 1;
		font-family: "Cinzel Decorative", serif;
		font-size: 8rem;
		line-height: 1;
		letter-spacing: 0;
		color: #0ca43e;
	}

	.inner_ttl p.ttl {
		text-align: center;
		font-size: 3.3rem;
		letter-spacing: 0.05em;
		margin-bottom: 50px;
	}

	.bg_contact_f .inner {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		margin-top: 40px;
	}

	.bg_contact_f .info:first-child {
		margin-right: 100px;
	}

	.bg_contact_f p.text {
		text-align: center;
		line-height: 2;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
		font-size: 1.9rem;
	}

	p.tel_contact_f {
		font-size: 4.4rem;
		font-family: "BIZ UDPMincho", serif;
		font-weight: 400;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.tel_contact_f span.tel_link {
		color: #333;
	}

	p.tel_contact_f:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f01.png) 0 0 /contain no-repeat;
		width: 34px;
		height: 44px;
		flex-shrink: 0;
		margin-right: 8px;
	}

	p.btn_contact_f a {
		width: 500px;
		height: 74px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		background-color: #e70012;
		color: #fff;
		font-size: 2.2rem;
		border-radius: 50px;
	}

	p.btn_contact_f a:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f02.png) 0 0 /contain no-repeat;
		width: 32px;
		height: 27px;
		flex-shrink: 0;
		margin-right: 8px;
	}

	p.btn_contact_f a:hover {
		opacity: 1;
		background-color: #ff2d3e;
	}

	.bg_contact_f p.hour {
		text-align: center;
		font-size: 1.6rem;
		margin-top: 40px;
	}
}

@media (min-width: 1400px) {
	.bg_contact_f {
		background: url(../images/bg_contact_f.png) center center /cover no-repeat;
		padding: 110px 0 110px;
	}

	.bg_contact_f .container {
		width: 1340px;
	}

	.inner_ttl {
		text-align: center;
	}

	.inner_ttl p.en {
		opacity: 1;
		font-family: "Cinzel Decorative", serif;
		font-size: 8rem;
		line-height: 1;
		letter-spacing: 0;
		color: #0ca43e;
	}

	.inner_ttl p.ttl {
		text-align: center;
		font-size: 3.3rem;
		letter-spacing: 0.05em;
		margin-bottom: 50px;
	}

	.bg_contact_f .inner {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		margin-top: 40px;
	}

	.bg_contact_f .info:first-child {
		margin-right: 100px;
	}

	.bg_contact_f p.text {
		text-align: center;
		line-height: 2;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
		font-size: 1.9rem;
	}

	p.tel_contact_f {
		font-size: 4.4rem;
		font-family: "BIZ UDPMincho", serif;
		font-weight: 400;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.tel_contact_f span.tel_link {
		color: #333;
	}

	p.tel_contact_f:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f01.png) 0 0 /contain no-repeat;
		width: 34px;
		height: 44px;
		flex-shrink: 0;
		margin-right: 8px;
	}

	p.btn_contact_f a {
		width: 500px;
		height: 74px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		background-color: #e70012;
		color: #fff;
		font-size: 2.2rem;
		border-radius: 50px;
	}

	p.btn_contact_f a:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_f02.png) 0 0 /contain no-repeat;
		width: 32px;
		height: 27px;
		flex-shrink: 0;
		margin-right: 8px;
	}

	p.btn_contact_f a:hover {
		opacity: 1;
		background-color: #ff2d3e;
	}

	.bg_contact_f p.hour {
		text-align: center;
		font-size: 1.6rem;
		margin-top: 40px;
	}
}





@media (max-width: 767px) {
footer {
		padding: 45px 0 20px;
		background: url(../images/bg_footer.jpg) center center /cover no-repeat;
		color: #fff;
	}

	.footer_l {
		width: 100%;
	}

	.footer_r {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	p.logo_f {
		width: 280px;
		margin: 0 auto 10px;
	}

	p.text_f {
		font-size: 1.6rem;
		margin-bottom: 20px;
		font-family: "Noto Sans JP", sans-serif;
		text-align: center;
		line-height: 1.6;
	}

	span.btn_map_f a {
		display: inline-block;
		margin-left: 10px;
	}

	span.btn_map_f a img {
		width: 16px;
	}

	p.tel_f {
		color: #0ca43e;
		font-size: 1.9rem;
		font-family: "Roboto", sans-serif;
		letter-spacing: 0;
		font-weight: 700;
		text-align: center;
	}

	p.tel_f span.tel_link {
		color: #0ca43e;
	}

	ul.fnav {
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin: 30px 0 0;
	}

	ul.fnav li {
		margin-left: 10px;
	}

	ul.fnav li a {
		display: block;
		font-size: 1.5rem;
		color: #fff;
		letter-spacing: 0.05em;
		margin-bottom: 10px;
		writing-mode: vertical-rl;
		width: 30px;
	}

	ul.fnav li:first-child {
		margin-left: 0;
	}

	p.copyright {
		font-size: 1.2rem;
		color: #ababab;
		text-align: center;
		margin-top: 30px;
	}
}

@media (min-width: 768px) and (max-width:991px) {
footer {
		padding: 80px 0 30px;
		background: url(../images/bg_footer.jpg) center center /cover no-repeat;
		color: #fff;
	}

	.footer_l {
		width: 56%;
	}

	.footer_r {
		width: 42%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	p.logo_f {
		width: 340px;
		margin-bottom: 10px;
	}

	p.text_f {
		font-size: 1.6rem;
		margin-bottom: 15px;
		font-family: "Noto Sans JP", sans-serif;
	}

	span.btn_map_f a {
		display: inline-block;
		margin-left: 10px;
	}

	span.btn_map_f a img {
		width: 19px;
	}

	p.tel_f {
		color: #0ca43e;
		font-size: 1.7rem;
		font-family: "Roboto", sans-serif;
		letter-spacing: 0;
		font-weight: 700;
	}

	p.tel_f span.tel_link {
		color: #0ca43e;
	}

	p.tel_f:first-child {
		margin-right: 30px;
	}

	ul.fnav {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		flex-wrap: wrap;
		margin: 0;
		padding-top: 30px;
	}

	ul.fnav li {
		margin-left: 35px;
	}

	ul.fnav li a {
		display: block;
		font-size: 1.6rem;
		color: #fff;
		letter-spacing: 0.05em;
		margin-bottom: 10px;
	}

	p.copyright {
		font-size: 1.2rem;
		color: #ababab;
		text-align: center;
		margin-top: 90px;
	}
}

@media (min-width: 992px) {
footer {
		padding: 90px 0 30px;
		background: url(../images/bg_footer.jpg) center center /cover no-repeat;
		color: #fff;
	}

	.footer_l {
		width: 50%;
	}

	.footer_r {
		width: 48%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	p.logo_f {
		width: 380px;
		margin-bottom: 10px;
	}

	p.text_f {
		font-size: 1.6rem;
		margin-bottom: 15px;
		font-family: "Noto Sans JP", sans-serif;
	}

	span.btn_map_f a {
		display: inline-block;
		margin-left: 10px;
	}

	span.btn_map_f a img {
		width: 19px;
	}

	p.tel_f {
		color: #0ca43e;
		font-size: 2.1rem;
		font-family: "Roboto", sans-serif;
		letter-spacing: 0;
		font-weight: 700;
	}

	p.tel_f span.tel_link {
		color: #0ca43e;
	}

	p.tel_f:first-child {
		margin-right: 30px;
	}

	ul.fnav {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		flex-wrap: wrap;
		margin: 0;
		padding-top: 30px;
	}

	ul.fnav li {
		margin-left: 35px;
	}

	ul.fnav li a {
		display: block;
		font-size: 1.6rem;
		color: #fff;
		letter-spacing: 0.05em;
		margin-bottom: 10px;
	}

	p.copyright {
		font-size: 1.2rem;
		color: #ababab;
		text-align: center;
		margin-top: 100px;
	}
}

@media (min-width: 1200px) {
	footer {
		padding: 100px 0 30px;
		background: url(../images/bg_footer.jpg) center center /cover no-repeat;
		color: #fff;
	}

	.footer_l {
		width: 44%;
	}

	.footer_r {
		width: 55%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	p.logo_f {
		width: 420px;
		margin-bottom: 20px;
	}

	p.text_f {
		font-size: 1.6rem;
		margin-bottom: 15px;
		font-family: "Noto Sans JP", sans-serif;
	}

	span.btn_map_f a {
		display: inline-block;
		margin-left: 10px;
	}

	span.btn_map_f a img {
		width: 19px;
	}

	p.tel_f {
		color: #0ca43e;
		font-size: 2.1rem;
		font-family: "Roboto", sans-serif;
		letter-spacing: 0;
		font-weight: 700;
	}

	p.tel_f span.tel_link {
		color: #0ca43e;
	}

	p.tel_f:first-child {
		margin-right: 30px;
	}

	ul.fnav {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		margin: 0;
		padding-top: 30px;
	}

	ul.fnav li {
		margin-left: 35px;
	}

	ul.fnav li a {
		font-size: 1.6rem;
		color: #fff;
		letter-spacing: 0.05em;
	}

	p.copyright {
		font-size: 1.2rem;
		color: #ababab;
		text-align: center;
		margin-top: 100px;
	}
}

@media (min-width: 1400px) {
	footer {
		padding: 130px 0 30px;
		background: url(../images/bg_footer.jpg) center center /cover no-repeat;
		color: #fff;
	}

	footer .container {
		width: 1340px;
	}

	.footer_l {
		width: 44%;
	}

	.footer_r {
		width: 55%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	p.logo_f {
		width: 420px;
		margin-bottom: 20px;
	}

	p.text_f {
		font-size: 1.6rem;
		margin-bottom: 15px;
		font-family: "Noto Sans JP", sans-serif;
	}

	span.btn_map_f a {
		display: inline-block;
		margin-left: 10px;
	}

	span.btn_map_f a img {
		width: 19px;
	}

	p.tel_f {
		color: #0ca43e;
		font-size: 2.1rem;
		font-family: "Roboto", sans-serif;
		letter-spacing: 0;
		font-weight: 700;
	}

	p.tel_f span.tel_link {
		color: #0ca43e;
	}

	p.tel_f:first-child {
		margin-right: 30px;
	}

	ul.fnav {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		margin: 0;
		padding-top: 30px;
	}

	ul.fnav li {
		margin-left: 35px;
	}

	ul.fnav li a {
		font-size: 1.6rem;
		color: #fff;
		letter-spacing: 0.05em;
	}

	p.copyright {
		font-size: 1.2rem;
		color: #ababab;
		text-align: center;
		margin-top: 100px;
	}
}



@media (max-width: 767px) {
	p.pagetop a {
		position: fixed;
		bottom: 15px;
		right: 15px;
		width: 28px;
		height: 28px;
		z-index: 999;
	}

	p.pagetop a img {
		width: 28px;
		height: 28px;
	}
}

@media (min-width: 768px) {
	p.pagetop a {
		position: fixed;
		bottom: 40px;
		right: 40px;
		width: 42px;
		height: 42px;
		z-index: 999;
	}

	p.pagetop a img {
		width: 42px;
		height: 42px;
	}
}

@media (min-width: 1921px) {
	p.pagetop a {
		position: fixed;
		bottom: 40px;
		right: calc(50% - 920px);
		width: 42px;
		height: 42px;
		z-index: 99;
	}

	p.pagetop a img {
		width: 42px;
		height: 42px;
	}
}






/* サブページ共通
=========================================================================== */

@media (max-width: 767px) {
.bg_sub {
	width: 100%;
	height: 160px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-top: 54px;
}

h2.sub {
	text-align: center;
	font-size: 2.2rem;
	font-family: "BIZ UDPMincho", serif;
	color: #fff;
text-shadow:
  0 0 3px rgb(180, 126, 0),
  0 0 8px rgb(180, 126, 0),
  0 0 12px rgb(180, 126, 0)
}

.inner_sub p.en {
	display: block;
	font-size: 1.4rem;
	text-align: center;
	color: #d36666;
text-shadow:
  0 0 3px rgb(180, 126, 0),
  0 0 8px rgb(180, 126, 0),
  0 0 12px rgb(180, 126, 0)
}

.bg_sub01 {
	padding: 30px 0 30px;
}

.bg_sub02 {
	padding: 30px 0 30px;
	background-color: #f7edcf;
}
}

@media (min-width: 768px) {
.bg_sub {
	width: 100%;
	height: 220px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-top: 70px;
}

h2.sub {
	text-align: center;
	font-size: 2.8rem;
	font-family: "BIZ UDPMincho", serif;
	color: #fff;
text-shadow:
  0 0 3px rgb(180, 126, 0),
  0 0 8px rgb(180, 126, 0),
  0 0 12px rgb(180, 126, 0)
}

.inner_sub p.en {
	display: block;
	font-size: 1.8rem;
	text-align: center;
	color: #d36666;
text-shadow:
  0 0 3px rgb(180, 126, 0),
  0 0 8px rgb(180, 126, 0),
  0 0 12px rgb(180, 126, 0)
}

.bg_sub01 {
	padding: 45px 0 45px;
}

.bg_sub02 {
	padding: 45px 0 45px;
	background-color: #f7edcf;
}
}

@media (min-width: 992px) {
.bg_sub {
	width: 100%;
	height: 280px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-top: 100px;
}

h2.sub {
	text-align: center;
	font-size: 3.3rem;
	font-family: "BIZ UDPMincho", serif;
	color: #fff;
text-shadow:
  0 0 3px rgb(180, 126, 0),
  0 0 8px rgb(180, 126, 0),
  0 0 12px rgb(180, 126, 0)
}

.inner_sub p.en {
	display: block;
	font-size: 2rem;
	text-align: center;
	color: #d36666;
text-shadow:
  0 0 3px rgb(180, 126, 0),
  0 0 8px rgb(180, 126, 0),
  0 0 12px rgb(180, 126, 0)
}

.bg_sub01 {
	padding: 60px 0 60px;
}

.bg_sub02 {
	padding: 60px 0 60px;
	background-color: #f7edcf;
}
}

@media (min-width: 1200px) {
.bg_sub {
	width: 100%;
	height: 320px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-top: 130px;
}

h2.sub {
	text-align: center;
	font-size: 3.6rem;
	font-family: "BIZ UDPMincho", serif;
	color: #fff;
text-shadow:
  0 0 3px rgb(180, 126, 0),
  0 0 8px rgb(180, 126, 0),
  0 0 12px rgb(180, 126, 0)
}

.inner_sub p.en {
	display: block;
	font-size: 2.2rem;
	text-align: center;
	color: #d36666;
text-shadow:
  0 0 3px rgb(180, 126, 0),
  0 0 8px rgb(180, 126, 0),
  0 0 12px rgb(180, 126, 0)
}

.bg_sub01 {
	padding: 70px 0 70px;
}

.bg_sub02 {
	padding: 70px 0 70px;
	background-color: #f7edcf;
}
}

@media (min-width: 1400px) {
.bg_sub {
	width: 100%;
	height: 360px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-top: 130px;
}

h2.sub {
	text-align: center;
	font-size: 4rem;
	font-family: "BIZ UDPMincho", serif;
	color: #fff;
text-shadow:
  0 0 3px rgb(180, 126, 0),
  0 0 8px rgb(180, 126, 0),
  0 0 12px rgb(180, 126, 0)
}

.inner_sub p.en {
	display: block;
	font-size: 2.4rem;
	text-align: center;
	color: #d36666;
text-shadow:
  0 0 3px rgb(180, 126, 0),
  0 0 8px rgb(180, 126, 0),
  0 0 12px rgb(180, 126, 0)
}

.bg_sub01 {
	padding: 70px 0 70px;
}

.bg_sub02 {
	padding: 70px 0 70px;
	background-color: #f7edcf;
}

.bg_sub01 .container, .bg_sub02 .container {
	width: 1340px;
}
}


@media (max-width: 767px) {
.bg_feature {
		background: url(../images/bg_feature_sp.jpg) center center /cover no-repeat;
}

.bg_view {
		background: url(../images/bg_view_sp.jpg) center center /cover no-repeat;
}

.bg_catalog {
		background: url(../images/bg_catalog_sp.jpg) center center /cover no-repeat;
}

.bg_company {
		background: url(../images/bg_company_sp.jpg) center center /cover no-repeat;
}

.bg_contact {
		background: url(../images/bg_contact_sp.jpg) center center /cover no-repeat;
}
}

@media (min-width: 768px) {
.bg_feature {
		background: url(../images/bg_feature.jpg) center center /cover no-repeat;
}

.bg_view {
		background: url(../images/bg_view.jpg) center center /cover no-repeat;
}

.bg_catalog {
		background: url(../images/bg_catalog.jpg) center center /cover no-repeat;
}

.bg_company {
		background: url(../images/bg_company.jpg) center center /cover no-repeat;
}

.bg_contact {
		background: url(../images/bg_contact.jpg) center center /cover no-repeat;
}
}





/* view.html　お知らせ詳細
=========================================================================== */

@media (max-width: 767px) {
	.info_view {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 12px;
	}
	
	.info_view p.news_date {
		font-size: 1.3rem;
		color: #333;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		line-height: 1;
	}
	
	.info_view p.news_cate {
		background-color:#238C00;
		color: #fff;
		font-size: 1.3rem;
		text-align: center;
		padding: 0.2em 1em;
		border-radius: 5px;
		letter-spacing: 0.05em;
		margin-left: 10px;
		min-width: 100px;
	}
	
	.info_view p.news_icon {
		font-size: 1.2rem;
		color: #FF4D4D;
		font-weight: 700;
		margin-left: 10px;
		line-height: 1;
	}
	
	h3.view {
		font-size: 1.6rem;
		letter-spacing: 0.03em;
		line-height: 1.4;
		padding-bottom: 10px;
		margin-bottom: 15px;
		border-bottom: 1px solid #238C00;
	}
	
	.pic_view {
		width: 100%;
		max-width: 800px;
		margin: 0 auto 30px;
	}

		.pic_view .swiper-container {
		width: 100%;
	}

	.thumb-list {
		padding: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		max-width: 800px;
		margin: 0 auto;
	}

	.thumb-item {
		list-style: none;
		width: 19%;
		margin-bottom: 5px;
		margin-right: 1.25%;
	}

	.thumb-item:nth-of-type(5n) {
		margin-right: 0;
	}

	.thumb-link {
		display: block;
	}

	.pic_view .swiper-container {
		max-width: 800px;
		margin: 0 auto 15px!important;
		overflow: hidden!important;
	}

	.pic_view .swiper-slide {
		display: block;
	}
	
	.cont_view {
		width: 100%;
		font-size: 1.5rem;
		line-height: normal;
		letter-spacing: 0.03em;
		margin-top: 20px;
	}

		.cont_view p.text {
	line-height: 1.8;
	font-size: 1.5rem;
}
	
		ul.file_view {
			display: flex;
			flex-direction: column;
			flex-wrap: wrap;
			margin: 20px 0 20px;
		}
		
		ul.file_view li {
			margin-right: 10px;
			margin-bottom: 10px;
		}
		
		ul.file_view li a {
			display: flex;
			flex-direction: row;
			align-items: center;
			color: #333;
			font-size: 1.3rem;
			border: 1px solid #6BA333;
			padding: 0.7em 2em 0.7em 4em;
			line-height: 1.4;
			position: relative;
			border-radius: 30px;
		}
	
		ul.file_view li a:hover {
			opacity: 1;
			background-color: #f6ffc8;
		}
		
		ul.file_view li a:before {
			content: '';
			display: block;
			position: absolute;
			top: 50%;
			left: 20px;
			transform: translateY(-50%) translateX(0);
			flex-shrink: 0;
		}
	
		ul.file_view li.btn1 a:before {
			background: url(../images/icon_view01.png) 0 0 /contain no-repeat;
			width: 22px;
			height: 22px;
		}
	
		ul.file_view li.btn2 a:before {
			background: url(../images/icon_view02.png) 0 0 /contain no-repeat;
			width: 22px;
			height: 22px;
		}
	
		ul.file_view li.btn3 a:before {
			background: url(../images/icon_view03.png) 0 0 /contain no-repeat;
			width: 22px;
			height: 22px;
		}
		
		p.btn_back a {
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: center;
			width: 160px;
			height: 46px;
			background-color: #F4FCCB;
			border: 1px solid #89B92A;
			border-radius: 14px;
			color: #333;
			font-size: 1.4rem;
			margin: 20px auto 0;
		}
	
		p.btn_back a:before {
			content: '';
			display: block;
			background: url(../images/icon_back.png) 0 0 /contain no-repeat;
			width: 24px;
			height: 21px;
			flex-shrink: 0;
			margin-right: 7px;
		}
	
		p.btn_back a:hover {
			opacity: 1;
			background-color: #f2ffb2;
		}
}

@media (min-width: 768px) {
	.info_view {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 15px;
	}
	
	.info_view p.news_date {
		font-size: 1.4rem;
		color: #333;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		line-height: 1;
	}
	
	.info_view p.news_cate {
		background-color:#238C00;
		color: #fff;
		font-size: 1.3rem;
		text-align: center;
		padding: 0.2em 1em;
		border-radius: 5px;
		letter-spacing: 0.05em;
		margin-left: 15px;
		min-width: 140px;
	}
	
	.info_view p.news_icon {
		font-size: 1.2rem;
		color: #FF4D4D;
		font-weight: 700;
		margin-left: 15px;
		line-height: 1;
	}
	
	h3.view {
		font-size: 18px;
		letter-spacing: 0.03em;
		line-height: 1.4;
		padding-bottom: 10px;
		margin-bottom: 20px;
		border-bottom: 2px solid #238C00;
	}
	
	.pic_view {
		width: 100%;
		max-width: 800px;
		margin: 0 auto 30px;
	}
	
	.thumb-list {
		padding: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		max-width: 800px;
		margin: 0 auto;
	}

	.thumb-item {
		list-style: none;
		width: 19%;
		margin-bottom: 5px;
		margin-right: 1.25%;
	}

	.thumb-item:nth-of-type(5n) {
		margin-right: 0;
	}

	.thumb-link {
		display: block;
	}

	.pic_view .swiper-container {
		max-width: 800px;
		margin: 0 auto 15px!important;
		overflow: hidden!important;
	}

	.pic_view .swiper-slide {
		display: block;
	}

	.cont_view {
		width: 100%;
		font-size: 1.5rem;
		line-height: normal;
		letter-spacing: 0.03em;
		margin-top: 20px;
	}

		.cont_view p.text {
	line-height: 1.8;
	font-size: 1.6rem;
}
	
		ul.file_view {
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			margin: 30px 0 30px;
		}
		
		ul.file_view li {
			margin-right: 10px;
			margin-bottom: 10px;
		}
		
		ul.file_view li a {
			display: flex;
			flex-direction: row;
			align-items: center;
			color: #333;
			font-size: 1.4rem;
			border: 2px solid #6BA333;
			padding: 0.7em 2em 0.7em 4em;
			line-height: 1.4;
			position: relative;
			border-radius: 30px;
		}
	
		ul.file_view li a:hover {
			opacity: 1;
			background-color: #f6ffc8;
		}
		
		ul.file_view li a:before {
			content: '';
			display: block;
			position: absolute;
			top: 50%;
			left: 20px;
			transform: translateY(-50%) translateX(0);
			flex-shrink: 0;
		}
	
		ul.file_view li.btn1 a:before {
			background: url(../images/icon_view01.png) 0 0 /contain no-repeat;
			width: 28px;
			height: 28px;
		}
	
		ul.file_view li.btn2 a:before {
			background: url(../images/icon_view02.png) 0 0 /contain no-repeat;
			width: 28px;
			height: 28px;
		}
	
		ul.file_view li.btn3 a:before {
			background: url(../images/icon_view03.png) 0 0 /contain no-repeat;
			width: 28px;
			height: 28px;
		}
		
		p.btn_back a {
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: center;
			width: 180px;
			height: 50px;
			background-color: #F4FCCB;
			border: 2px solid #89B92A;
			border-radius: 14px;
			color: #333;
			font-size: 1.6rem;
			margin: 30px auto 0;
		}
	
		p.btn_back a:before {
			content: '';
			display: block;
			background: url(../images/icon_back.png) 0 0 /contain no-repeat;
			width: 24px;
			height: 21px;
			flex-shrink: 0;
			margin-right: 7px;
		}
	
		p.btn_back a:hover {
			opacity: 1;
			background-color: #f2ffb2;
		}
}

@media (min-width: 992px) {
	.info_view {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 20px;
	}
	
	.info_view p.news_date {
		font-size: 1.4rem;
		color: #333;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		line-height: 1;
	}
	
	.info_view p.news_cate {
		background-color:#238C00;
		color: #fff;
		font-size: 1.4rem;
		text-align: center;
		padding: 0.2em 1em;
		border-radius: 5px;
		letter-spacing: 0.05em;
		margin-left: 15px;
		min-width: 160px;
	}
	
	.info_view p.news_icon {
		font-size: 1.2rem;
		color: #FF4D4D;
		font-weight: 700;
		margin-left: 15px;
		line-height: 1;
	}
	
	h3.view {
		font-size: 1.9rem;
		letter-spacing: 0.03em;
		line-height: 1.4;
		padding-bottom: 10px;
		margin-bottom: 20px;
		border-bottom: 2px solid #238C00;
	}
	
	.pic_view {
		width: 100%;
		max-width: 800px;
		margin: 0 auto 30px;
	}

		.pic_view {
		width: 440px;
	}

	.thumb-list {
		padding: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		max-width: 800px;
		margin: 0 auto;
	}

	.thumb-item {
		list-style: none;
		width: 19%;
		margin-bottom: 5px;
		margin-right: 1.25%;
	}

	.thumb-item:nth-of-type(5n) {
		margin-right: 0;
	}

	.thumb-link {
		display: block;
	}

	.pic_view .swiper-container {
		max-width: 800px;
		margin: 0 auto 15px!important;
		overflow: hidden!important;
	}

	.pic_view .swiper-slide {
		display: block;
	}
	
	.cont_view {
		width: 100%;
		font-size: 1.6rem;
		line-height: normal;
		letter-spacing: 0.03em;
		margin-top: 20px;
	}

		.cont_view p.text {
	line-height: 1.8;
	font-size: 1.7rem;
}
	
		ul.file_view {
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			margin: 30px 0 30px;
		}
		
		ul.file_view li {
			margin-right: 15px;
			margin-bottom: 15px;
		}
		
		ul.file_view li a {
			display: flex;
			flex-direction: row;
			align-items: center;
			color: #333;
			font-size: 1.5rem;
			border: 2px solid #6BA333;
			padding: 0.7em 2em 0.7em 4em;
			line-height: 1.4;
			position: relative;
			border-radius: 30px;
		}
	
		ul.file_view li a:hover {
			opacity: 1;
			background-color: #f6ffc8;
		}
		
		ul.file_view li a:before {
			content: '';
			display: block;
			position: absolute;
			top: 50%;
			left: 20px;
			transform: translateY(-50%) translateX(0);
			flex-shrink: 0;
		}
	
		ul.file_view li.btn1 a:before {
			background: url(../images/icon_view01.png) 0 0 /contain no-repeat;
			width: 28px;
			height: 28px;
		}
	
		ul.file_view li.btn2 a:before {
			background: url(../images/icon_view02.png) 0 0 /contain no-repeat;
			width: 28px;
			height: 28px;
		}
	
		ul.file_view li.btn3 a:before {
			background: url(../images/icon_view03.png) 0 0 /contain no-repeat;
			width: 28px;
			height: 28px;
		}
		
		p.btn_back a {
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: center;
			width: 200px;
			height: 50px;
			background-color: #F4FCCB;
			border: 2px solid #89B92A;
			border-radius: 14px;
			color: #333;
			font-size: 1.6rem;
			margin: 30px auto 0;
		}
	
		p.btn_back a:before {
			content: '';
			display: block;
			background: url(../images/icon_back.png) 0 0 /contain no-repeat;
			width: 24px;
			height: 21px;
			flex-shrink: 0;
			margin-right: 7px;
		}
	
		p.btn_back a:hover {
			opacity: 1;
			background-color: #f2ffb2;
		}
}

@media (min-width: 1200px) {
	.info_view {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 20px;
	}
	
	.info_view p.news_date {
		font-size: 1.4rem;
		color: #333;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		line-height: 1;
	}
	
	.info_view p.news_cate {
		background-color:#238C00;
		color: #fff;
		font-size: 1.4rem;
		text-align: center;
		padding: 0.2em 1em;
		border-radius: 5px;
		letter-spacing: 0.05em;
		margin-left: 15px;
		min-width: 160px;
	}
	
	.info_view p.news_icon {
		font-size: 1.2rem;
		color: #FF4D4D;
		font-weight: 700;
		margin-left: 15px;
		line-height: 1;
	}
	
	h3.view {
		font-size: 2.1rem;
		letter-spacing: 0.03em;
		line-height: 1.4;
		padding-bottom: 15px;
		margin-bottom: 30px;
		border-bottom: 2px solid #238C00;
	}
	
	.pic_view {
		width: 100%;
		max-width: 800px;
		margin: 0 auto 30px;
	}

	.thumb-list {
		padding: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		max-width: 800px;
		margin: 0 auto;
	}

	.thumb-item {
		list-style: none;
		width: 19%;
		margin-bottom: 5px;
		margin-right: 1.25%;
	}

	.thumb-item:nth-of-type(5n) {
		margin-right: 0;
	}

	.thumb-link {
		display: block;
	}

	.pic_view .swiper-container {
		max-width: 800px;
		margin: 0 auto 15px!important;
		overflow: hidden!important;
	}

	.pic_view .swiper-slide {
		display: block;
	}
	
	.cont_view {
		width: 100%;
		font-size: 1.6rem;
		line-height: normal;
		letter-spacing: 0.03em;
		margin-top: 20px;
	}

	.cont_view p.text {
	line-height: 1.8;
	font-size: 1.8rem;
}
	
		ul.file_view {
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			margin: 30px 0 30px;
		}
		
		ul.file_view li {
			margin-right: 15px;
			margin-bottom: 15px;
		}
		
		ul.file_view li a {
			display: flex;
			flex-direction: row;
			align-items: center;
			color: #333;
			font-size: 1.5rem;
			border: 2px solid #6BA333;
			padding: 0.7em 2em 0.7em 4em;
			line-height: 1.4;
			position: relative;
			border-radius: 30px;
		}
	
		ul.file_view li a:hover {
			opacity: 1;
			background-color: #f6ffc8;
		}
		
		ul.file_view li a:before {
			content: '';
			display: block;
			position: absolute;
			top: 50%;
			left: 20px;
			transform: translateY(-50%) translateX(0);
			flex-shrink: 0;
		}
	
		ul.file_view li.btn1 a:before {
			background: url(../images/icon_view01.png) 0 0 /contain no-repeat;
			width: 28px;
			height: 28px;
		}
	
		ul.file_view li.btn2 a:before {
			background: url(../images/icon_view02.png) 0 0 /contain no-repeat;
			width: 28px;
			height: 28px;
		}
	
		ul.file_view li.btn3 a:before {
			background: url(../images/icon_view03.png) 0 0 /contain no-repeat;
			width: 28px;
			height: 28px;
		}
		
		p.btn_back a {
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: center;
			width: 200px;
			height: 50px;
			background-color: #F4FCCB;
			border: 2px solid #89B92A;
			border-radius: 14px;
			color: #333;
			font-size: 1.7rem;
			margin: 30px auto 0;
		}
	
		p.btn_back a:before {
			content: '';
			display: block;
			background: url(../images/icon_back.png) 0 0 /contain no-repeat;
			width: 24px;
			height: 21px;
			flex-shrink: 0;
			margin-right: 7px;
		}
	
		p.btn_back a:hover {
			opacity: 1;
			background-color: #f2ffb2;
		}
}





@media (max-width: 991px) {
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		display: none;
	}

	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		display: none;
	}
}

@media (min-width: 992px) {
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		background-image: none!important;
		left: 30px!important;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		background-image: none!important;
		right: 40px!important;
	}
	 
	.swiper-button-prev,
	.swiper-button-next {
	  height: 30px;
	  width: 30px;
	}
	
	.swiper-button-prev:after,
	.swiper-button-next:after {
	  content: "";
	  display: block;
	  height: 30px;
	  margin: auto;
	  width: 30px;
	}
	
	.swiper-button-prev:after {
	  background: url(../images/icon_prev.png) 0 0 /contain no-repeat
	}
	
	.swiper-button-next:after {
		background: url(../images/icon_next.png) 0 0 /contain no-repeat
	}
}

@media (min-width: 1200px) {
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		background-image: none!important;
		left: 30px!important;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		background-image: none!important;
		right: 40px!important;
	}
	 
	.swiper-button-prev,
	.swiper-button-next {
	  height: 36px;
	  width: 36px;
	}
	
	.swiper-button-prev:after,
	.swiper-button-next:after {
	  content: "";
	  display: block;
	  height: 36px;
	  margin: auto;
	  width: 36px;
	}
	
	.swiper-button-prev:after {
	  background: url(../images/icon_prev.png) 0 0 /contain no-repeat
	}
	
	.swiper-button-next:after {
		background: url(../images/icon_next.png) 0 0 /contain no-repeat
	}
}


.photo_works {
	height: 0;
	display: block;
	padding-bottom: 80%;
	background-color: transparent;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

.photo_works img {
	max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
	position: absolute;
	left: 0;
	top: 0;
}





/* feature.html　選ばれる理由
=========================================================================== */

@media (max-width: 767px) {
	.bg_feature01 {
	background: url(../images/bg_feature01.png) 0 0 /100% auto no-repeat;
}

h3.sub {
	text-align: center;
	font-size: 2.1rem;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 20px;
}

h3.sub span {
	display: block;
	color: #e70012;
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.pic_feature01 {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 30px;
}

.cont_feature01 {
	width: 100%;
}

.cont_feature01 h4 {
	font-size: 1.8rem;
	color: #d0091c;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-bottom: 10px;
}

.cont_feature01 p.text {
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	line-height: 1.6;
	font-family: 'Noto Sans JP', sans-serif;
}
}

@media (min-width: 768px) {
	.bg_feature01 {
	background: url(../images/bg_feature01.png) 0 0 /100% auto no-repeat;
}

h3.sub {
	text-align: center;
	font-size: 2.6rem;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 40px;
}

h3.sub span {
	display: block;
	color: #e70012;
	font-size: 1.3rem;
	margin-bottom: 10px;
}

.pic_feature01 {
	width: 45%;
}

.cont_feature01 {
	width: 48%;
}

.cont_feature01 h4 {
	font-size: 2rem;
	color: #d0091c;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 20px;
}

.cont_feature01 p.text {
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
}
}

@media (min-width: 992px) {
	.bg_feature01 {
	background: url(../images/bg_feature01.png) 0 0 /100% auto no-repeat;
}

h3.sub {
	text-align: center;
	font-size: 3rem;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 40px;
}

h3.sub span {
	display: block;
	color: #e70012;
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.pic_feature01 {
	width: 45%;
}

.cont_feature01 {
	width: 48%;
}

.cont_feature01 h4 {
	font-size: 2rem;
	color: #d0091c;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 30px;
}

.cont_feature01 p.text {
	font-size: 1.7rem;
	letter-spacing: 0.03em;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
}
}

@media (min-width: 1200px) {
.bg_feature01 {
	background: url(../images/bg_feature01.png) 0 0 /100% auto no-repeat;
}

h3.sub {
	text-align: center;
	font-size: 3.3rem;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 40px;
}

h3.sub span {
	display: block;
	color: #e70012;
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.pic_feature01 {
	width: 45%;
}

.cont_feature01 {
	width: 48%;
}

.cont_feature01 h4 {
	font-size: 2.4rem;
	color: #d0091c;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 30px;
}

.cont_feature01 p.text {
	font-size: 1.7rem;
	letter-spacing: 0.03em;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
}
}







@media (max-width: 767px) {
.pic_feature02 {
	width: 100%;
	margin-bottom: 15px;
}

.cont_feature02 {
	width: 100%;
		font-size: 1.6rem;
	letter-spacing: 0.03em;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
}

h4.feature02 {
	text-align: center;
	color: #248120;
	font-size: 2rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-bottom: 25px;
}

.dg_feature02 {
	display: grid;
	grid-template-columns: repeat(1,1fr);
	gap: 30px;
}

.dg_feature02 .cont {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.dg_feature02 .cont .pic {
	width: 40%;
}

.dg_feature02 .cont .inner {
	width: 56%;
}

.dg_feature02 .cont h5 {
	color: #ec6364;
	font-size: 1.9rem;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 10px;
}

.dg_feature02 .cont p.text {
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	line-height: 1.5;
}
}

@media (min-width: 768px) {
.pic_feature02 {
	width: 47%;
}

.cont_feature02 {
	width: 47%;
		font-size: 1.7rem;
	letter-spacing: 0.03em;
	line-height: 2;
	font-family: 'Noto Sans JP', sans-serif;
}

h4.feature02 {
	text-align: center;
	color: #248120;
	font-size: 2.3rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 25px;
}

.dg_feature02 {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 30px;
}

.dg_feature02 .cont {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.dg_feature02 .cont .pic {
	width: 40%;
}

.dg_feature02 .cont .inner {
	width: 56%;
}

.dg_feature02 .cont h5 {
	color: #ec6364;
	font-size: 1.9rem;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 10px;
}

.dg_feature02 .cont p.text {
	font-size: 1.7rem;
	letter-spacing: 0.03em;
	line-height: 1.5;
}
}

@media (min-width: 992px) {
.pic_feature02 {
	width: 47%;
}

.cont_feature02 {
	width: 47%;
		font-size: 1.7rem;
	letter-spacing: 0.03em;
	line-height: 2;
	font-family: 'Noto Sans JP', sans-serif;
}

h4.feature02 {
	text-align: center;
	color: #248120;
	font-size: 2.3rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 30px;
}

.dg_feature02 {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 50px;
}

.dg_feature02 .cont {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.dg_feature02 .cont .pic {
	width: 40%;
}

.dg_feature02 .cont .inner {
	width: 56%;
}

.dg_feature02 .cont h5 {
	color: #ec6364;
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 15px;
}

.dg_feature02 .cont p.text {
	font-size: 1.7rem;
	letter-spacing: 0.03em;
	line-height: 1.5;
}
}

@media (min-width: 1200px) {
.pic_feature02 {
	width: 47%;
}

.cont_feature02 {
	width: 47%;
		font-size: 1.7rem;
	letter-spacing: 0.03em;
	line-height: 2;
	font-family: 'Noto Sans JP', sans-serif;
}

h4.feature02 {
	text-align: center;
	color: #248120;
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 30px;
}

.dg_feature02 {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 50px;
}

.dg_feature02 .cont {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.dg_feature02 .cont .pic {
	width: 40%;
}

.dg_feature02 .cont .inner {
	width: 56%;
}

.dg_feature02 .cont h5 {
	color: #ec6364;
	font-size: 2.3rem;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 15px;
}

.dg_feature02 .cont p.text {
	font-size: 1.7rem;
	letter-spacing: 0.03em;
	line-height: 1.5;
}
}






/* catalog.html　各種取り扱い商品
=========================================================================== */

@media (max-width: 767px) {
	ul.nav_catalog {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	
	ul.nav_catalog li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		border: 2px solid #e70012;
		border-radius: 30px;
		font-size: 1.4rem;
		color: #e70012;
		background-color: #fff;
		padding: 0.4em 0.7em;
		margin-right: 7px;
		margin-bottom: 7px;
		min-width: 100px;
	}
	
	ul.nav_catalog li a:hover {
		opacity: 1;
		background-color: #e70012;
		color: #fff;
	}
	
	ul.nav_catalog li.active a {
		background-color: #e70012;
		color: #fff;
	}
	
	.cont_catalog {
		width: 100%;
		margin-bottom: 30px;
	}
	
	h3.catalog {
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		line-height: 1.6;
		padding-left: 0.7em;
		border-left: 3px solid #e70012;
		margin-bottom: 10px;
	}

	.dg_catalog {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 15px;
	}
	
	h3.catalog {
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		line-height: 1.6;
		padding-left: 1em;
		border-left: 4px solid #e70012;
		margin-bottom: 15px;
	}
}

@media (min-width: 768px) {
	ul.nav_catalog {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 25px;
	}
	
	ul.nav_catalog li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		border: 2px solid #e70012;
		border-radius: 20px;
		font-size: 1.4rem;
		color: #e70012;
		background-color: #fff;
		padding: 0.6em 0.48em;
		margin-right: 5px;
		margin-bottom: 15px;
		min-width: 130px;
	}
	
	ul.nav_catalog li a:hover {
		opacity: 1;
		background-color: #e70012;
		color: #fff;
	}
	
	ul.nav_catalog li.active a {
		background-color: #e70012;
		color: #fff;
	}
	
	.cont_catalog {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 40px;
	}
	
	.cont_catalog:nth-of-type(2n) {
		margin-right: 0;
	}
	
	h3.catalog {
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		line-height: 1.6;
		padding-left: 1em;
		border-left: 4px solid #e70012;
		margin-bottom: 15px;
	}

	.dg_catalog {
		display: grid;
		grid-template-columns: repeat(3,1fr);
		gap: 25px;
	}
	
	h3.catalog {
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		line-height: 1.6;
		padding-left: 1em;
		border-left: 4px solid #e70012;
		margin-bottom: 15px;
	}
}

@media (min-width: 992px) {
	ul.nav_catalog {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 25px;
	}
	
	ul.nav_catalog li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		border: 2px solid #e70012;
		border-radius: 30px;
		font-size: 1.6rem;
		color: #e70012;
		background-color: #fff;
		padding: 0.6em 0.87em;
		margin-right: 11px;
		margin-bottom: 15px;
		min-width: 160px;
	}
	
	ul.nav_catalog li a:hover {
		opacity: 1;
		background-color: #e70012;
		color: #fff;
	}
	
	ul.nav_catalog li.active a {
		background-color: #e70012;
		color: #fff;
	}
	
	.cont_catalog {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 40px;
	}
	
	.cont_catalog:nth-of-type(2n) {
		margin-right: 0;
	}
	
	.dg_catalog {
		display: grid;
		grid-template-columns: repeat(4,1fr);
		gap: 25px;
	}
	
	h3.catalog {
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		line-height: 1.6;
		padding-left: 1em;
		border-left: 4px solid #e70012;
		margin-bottom: 15px;
	}
}

@media (min-width: 1200px) {
	ul.nav_catalog {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	
	ul.nav_catalog li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		border: 2px solid #e70012;
		border-radius: 30px;
		font-size: 2rem;
		color: #e70012;
		background-color: #fff;
		padding: 0.6em 1.64em;
		margin-right: 15px;
		margin-bottom: 15px;
		min-width: 160px;
	}
	
	ul.nav_catalog li a:hover {
		opacity: 1;
		background-color: #e70012;
		color: #fff;
	}
	
	ul.nav_catalog li.active a {
		background-color: #e70012;
		color: #fff;
	}

	.dg_catalog {
		display: grid;
		grid-template-columns: repeat(4,1fr);
		gap: 30px;
	}
	
	h3.catalog {
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		line-height: 1.6;
		padding-left: 1em;
		border-left: 4px solid #e70012;
		margin-bottom: 15px;
	}
}










/* company.html　会社概要
=========================================================================== */

@media (max-width: 767px) {
.pic_company01 {
	width: 100%;
	flex-shrink: 0;
	max-width: 200px;
	margin: 0 auto 20px;
}

.cont_company01 {
	width: 100%;
}

.cont_company01 p.text {
	font-size: 1.5rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

p.name_company01 {
	font-size: 1.8rem;
	font-family: "Yuji Syuku", serif;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-top: 20px;
}

p.name_company01 span {
	display: block;
	margin-bottom: 10px;
	font-size: 1.6rem;
}
}

@media (min-width: 768px) {
.pic_company01 {
	width: 30%;
	flex-shrink: 0;
}

.cont_company01 {
	width: 64%;
}

.cont_company01 p.text {
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

p.name_company01 {
	font-size: 2rem;
	font-family: "Yuji Syuku", serif;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-top: 20px;
}

p.name_company01 span {
	display: block;
	margin-bottom: 10px;
	font-size: 1.8rem;
}
}

@media (min-width: 992px) {
.pic_company01 {
	width: 30%;
	flex-shrink: 0;
}

.cont_company01 {
	width: 64%;
}

.cont_company01 p.text {
	font-size: 1.7rem;
	line-height: 2;
	letter-spacing: 0.05em;
}

p.text_company01 b {
	font-size: 2.4rem;
	color: #014099;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 2.6;
	display: block;
	margin-bottom: 0;
}

p.name_company01 {
	font-size: 2.3rem;
	font-family: "Yuji Syuku", serif;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-top: 20px;
}

p.name_company01 span {
	display: block;
	margin-bottom: 10px;
	font-size: 2rem;
}
}

@media (min-width: 1200px) {
.pic_company {
	width: 30%;
	flex-shrink: 0;
}

.cont_company01 {
	width: 64%;
}

.cont_company01 p.text {
	font-size: 1.7rem;
	line-height: 2;
	letter-spacing: 0.05em;
}

p.text_company01 b {
	font-size: 2.4rem;
	color: #014099;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 2.6;
	display: block;
	margin-bottom: 0;
}

p.name_company01 {
	font-size: 2.3rem;
	font-family: "Yuji Syuku", serif;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-top: 40px;
}

p.name_company01 span {
	display: block;
	margin-bottom: 10px;
	font-size: 2rem;
}
}



@media (max-width: 767px) {
	table.sub {
		width: 100%;
	}

	table.sub th {
		display: block;
		width: 100%;
		background-color: #248120;
		font-size: 1.6rem;
		color: #fff;
		letter-spacing: 0.05em;
		padding: 6px 10px;
		font-weight: normal;
	}

	table.sub td {
		display: block;
		width: 100%;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		padding: 6px 10px 18px;
		line-height: 1.7;
	}

	table.sub .flex_b {
		flex-direction: column;
		align-items: flex-start;
		border-bottom: 1px dotted #aaa;
		padding-bottom: 25px;
	}

	.access_map iframe {
		width: 100%;
		height: 300px;
	}

	.access {
		width: 100%;
	}

	.access ul {
		display: flex;
		flex-direction: column;
		margin: 20px 0 0;
	}

	.access ul li {
		width: 100%;
		margin-bottom: 20px;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: row;
		border-bottom: 1px solid #a8a8a8;
		padding-bottom: 10px;
		margin-right: 3%;
	}

	.access ul li:before {
		content: '';
		display: block;
		background: url(../images/icon_access01.png) 0 0 /contain no-repeat;
		width: 34px;
		height: 34px;
		flex-shrink: 0;
		margin-right: 10px;
	}

	.access ul li:nth-of-type(2):before {
		background: url(../images/icon_access02.png) 0 0 /contain no-repeat;
	}

	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 160px;
		height: 40px;
		border: 1px solid #248120;
		font-size: 1.4rem;
		margin: 5px auto 0;
	}

	p.btn_map a:before {
		content: "\f3c5";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	table.sub {
		width: 100%;
	}

	table.sub th {
		color: #248120;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		width: 140px;
		padding: 15px 30px 15px 0;
		border-bottom: 1px solid #aaa;
		font-weight: normal;
	}

	table.sub td {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		padding: 15px 0 15px 0;
		border-bottom: 1px solid #aaa;
		line-height: 1.8;
	}

	.access_map iframe {
		width: 100%;
		height: 380px;
	}

	.access {
		width: 100%;
	}

	.access ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 20px 0 0;
	}

	.access ul li {
		width: 47%;
		margin-bottom: 20px;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: row;
		border-bottom: 1px solid #a8a8a8;
		padding-bottom: 10px;
		margin-right: 3%;
	}

		.access ul li:nth-of-type(2n) {
		margin-right: 0;
	}

	.access ul li:before {
		content: '';
		display: block;
		background: url(../images/icon_access01.png) 0 0 /contain no-repeat;
		width: 38px;
		height: 38px;
		flex-shrink: 0;
		margin-right: 10px;
	}

	.access ul li:nth-of-type(2):before {
		background: url(../images/icon_access02.png) 0 0 /contain no-repeat;
	}

	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 200px;
		height: 46px;
		border: 1px solid #248120;
		font-size: 1.4rem;
		margin: 20px auto 0;
	}

	p.btn_map a:before {
		content: "\f3c5";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
	}
}

@media (min-width: 992px) {
	table.sub {
		width: 100%;
	}

	table.sub th {
		color: #248120;
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		width: 140px;
		padding: 25px 30px 25px 0;
		border-bottom: 1px solid #aaa;
		font-weight: normal;
	}

	table.sub td {
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		padding: 25px 0 25px 0;
		border-bottom: 1px solid #aaa;
		line-height: 1.8;
	}

	.access_map iframe {
		width: 100%;
		height: 460px;
	}

	.access {
		width: 100%;
		max-width: 600px;
	}

	.access ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 20px 0 0;
	}

	.access ul li {
		width: 47%;
		margin-bottom: 20px;
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: row;
		border-bottom: 1px solid #a8a8a8;
		padding-bottom: 10px;
		margin-right: 6%;
	}

		.access ul li:nth-of-type(2n) {
		margin-right: 0;
	}

	.access ul li:before {
		content: '';
		display: block;
		background: url(../images/icon_access01.png) 0 0 /contain no-repeat;
		width: 38px;
		height: 38px;
		flex-shrink: 0;
		margin-right: 10px;
	}

	.access ul li:nth-of-type(2):before {
		background: url(../images/icon_access02.png) 0 0 /contain no-repeat;
	}

	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 200px;
		height: 46px;
		border: 1px solid #248120;
		font-size: 1.4rem;
		margin: 20px auto 0;
	}

	p.btn_map a:before {
		content: "\f3c5";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
	}
}

@media (min-width: 1200px) {
	table.sub {
		width: 100%;
	}

	table.sub th {
		color: #248120;
		font-size: 1.7rem;
		letter-spacing: 0.1em;
		width: 240px;
		padding: 20px 30px 20px 30px;
		border-bottom: 1px solid #aaa;
		text-align: center;
		font-weight: 400;
	}

	table.sub td {
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		padding: 20px 30px 20px 20px;
		border-bottom: 1px solid #aaa;
		line-height: 1.8;
	}

	.access_map iframe {
		width: 100%;
		height: 500px;
	}

	.access {
		width: 100%;
		max-width: 700px;
	}

	.access ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 20px 0 0;
	}

	.access ul li {
		width: 47%;
		margin-bottom: 20px;
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		display: flex;
		flex-direction: row;
		border-bottom: 1px solid #a8a8a8;
		padding-bottom: 10px;
		margin-right: 6%;
	}

	.access ul li:nth-of-type(2n) {
		margin-right: 0;
	}

	.access ul li:before {
		content: '';
		display: block;
		background: url(../images/icon_access01.png) 0 0 /contain no-repeat;
		width: 38px;
		height: 38px;
		flex-shrink: 0;
		margin-right: 10px;
	}

	.access ul li:nth-of-type(2):before {
		background: url(../images/icon_access02.png) 0 0 /contain no-repeat;
	}

	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 200px;
		height: 46px;
		border: 1px solid #248120;
		font-size: 1.4rem;
		margin: 20px 0 0 30px;
		flex-shrink: 0;
	}

	p.btn_map a:before {
		content: "\f3c5";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
	}
}

p.btn_map a {
	color: #248120;
}




/* contact.html　お問い合わせ
=========================================================================== */


.inner_contact01 {
	border-radius: 12px;
}

@media (max-width: 767px) {
	.bg_contact01 {
		width: 100%;
		background-color: #F2FAFD;
		padding: 30px 0;
		margin-bottom: 60px;
	}

	.inner_contact01 {
		width: 100%;
		padding: 30px 15px 25px;
		background: url(../images/deco_contact01.png) 20% top /auto 110% no-repeat;
		background-color: #faf6ea;
	}

	h3.contact {
		color: #333;
		font-weight: normal;
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		text-align: center;
		margin-bottom: 20px;
	}

	h3.contact:after {
		content: '';
		display: block;
		width: 3cqw;
		height: 2px;
		background-color: #e70012;
		margin: 15px auto 20px;
	}

	p.tel_contact01 {
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		font-size: 2.4rem;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		letter-spacing: 0.03em;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /contain no-repeat;
		width: 18px;
		height: 23px;
		margin-right: 5px;
	}

	p.tel_contact01 span.tel_link {
		color: #333;
	}

	p.fax_contact01 {
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		font-size: 2.4rem;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		letter-spacing: 0.03em;
	}

	p.fax_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_2.png) 0 0 /contain no-repeat;
		width: 23px;
		height: 23px;
		margin-right: 7px;
	}

	.inner_contact01 p.text {
		font-size: 1.3rem;
		letter-spacing: 0.05em;
		text-align: center;
		margin-top: 5px;
	}

	.inner_contact01 .inner:nth-of-type(1) {
		margin-bottom: 20px;
	}

	p.text_contact02 {
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		line-height: 1.7;
		margin-bottom: 20px;
	}

		span.hissu {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1;
		color: #fff;
		background-color: #ff0000;
		padding: 0.2em 0.5em;
		border-radius: 3px;
		margin-right: 5px;
	}
}

@media (min-width: 768px) {
	.bg_contact01 {
		width: 100%;
		background-color: #F2FAFD;
		padding: 40px 0;
		margin-bottom: 60px;
	}

	.inner_contact01 {
		width: 100%;
		padding: 35px 20px 30px;
		background: url(../images/deco_contact01.png) 20% top /auto 110% no-repeat;
		background-color: #faf6ea;
	}

	h3.contact {
		color: #333;
		font-weight: normal;
		font-size: 1.9rem;
		letter-spacing: 0.05em;
		text-align: center;
		margin-bottom: 20px;
	}

	h3.contact:after {
		content: '';
		display: block;
		width: 70px;
		height: 2px;
		background-color: #e70012;
		margin: 25px auto 25px;
	}

	p.tel_contact01 {
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		font-size: 2.8rem;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		letter-spacing: 0.03em;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /contain no-repeat;
		width: 21px;
		height: 27px;
		margin-right: 5px;
	}

	p.tel_contact01 span.tel_link {
		color: #333;
	}

	p.fax_contact01 {
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		font-size: 2.8rem;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		letter-spacing: 0.03em;
	}

	p.fax_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_2.png) 0 0 /contain no-repeat;
		width: 26px;
		height: 26px;
		margin-right: 7px;
	}

	.inner_contact01 p.text {
		font-size: 1.3rem;
		letter-spacing: 0.05em;
		text-align: center;
		margin-top: 5px;
	}

	.inner_contact01 .inner:nth-of-type(1) {
		margin-right: 70px;
	}

	p.text_contact02 {
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		line-height: 1.7;
		margin-bottom: 20px;
	}

		span.hissu {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1;
		color: #fff;
		background-color: #ff0000;
		padding: 0.2em 0.5em;
		border-radius: 3px;
		margin-right: 5px;
	}
}

@media (min-width: 992px) {
	.bg_contact01 {
		width: 100%;
		background-color: #F2FAFD;
		padding: 50px 0;
		margin-bottom: 60px;
	}

	.inner_contact01 {
		width: 100%;
		padding: 40px 20px 35px;
		background: url(../images/deco_contact01.png) 20% top /auto 110% no-repeat;
		background-color: #faf6ea;
	}

	h3.contact {
		color: #333;
		font-weight: normal;
		font-size: 2rem;
		letter-spacing: 0.05em;
		text-align: center;
		margin-bottom: 20px;
	}

	h3.contact:after {
		content: '';
		display: block;
		width: 70px;
		height: 2px;
		background-color: #e70012;
		margin: 25px auto 25px;
	}

	p.tel_contact01 {
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		font-size: 3.3rem;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		letter-spacing: 0.03em;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /contain no-repeat;
		width: 25px;
		height: 32px;
		margin-right: 5px;
	}

	p.tel_contact01 span.tel_link {
		color: #333;
	}

	p.fax_contact01 {
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		font-size: 3.3rem;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		letter-spacing: 0.03em;
	}

	p.fax_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_2.png) 0 0 /contain no-repeat;
		width: 30px;
		height: 30px;
		margin-right: 7px;
	}

	.inner_contact01 p.text {
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		text-align: center;
		margin-top: 5px;
	}

	.inner_contact01 .inner:nth-of-type(1) {
		margin-right: 70px;
	}

	p.text_contact02 {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.7;
		margin-bottom: 25px;
	}

		span.hissu {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1;
		color: #fff;
		background-color: #ff0000;
		padding: 0.2em 0.5em;
		border-radius: 3px;
		margin-right: 5px;
	}
}

@media (min-width: 1200px) {
	.bg_contact01 {
		width: 100%;
		background-color: #fff;
		padding: 70px 0 0;
		margin-bottom: 70px;
	}

	.inner_contact01 {
		width: 100%;
		padding: 40px 20px 35px;
		border-radius: 30px;
		background: url(../images/deco_contact01.png) 20% top /auto 110% no-repeat;
		background-color: #faf6ea;
	}

	h3.contact {
		color: #333;
		font-weight: normal;
		font-size: 2.1rem;
		letter-spacing: 0.05em;
		text-align: center;
		margin-bottom: 20px;
	}

	h3.contact:after {
		content: '';
		display: block;
		width: 50px;
		height: 1px;
		background-color: #e70012;
		margin: 25px auto 25px;
	}

	p.tel_contact01 {
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		font-size: 3.8rem;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		letter-spacing: 0.03em;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /contain no-repeat;
		width: 25px;
		height: 32px;
		margin-right: 5px;
	}

	p.tel_contact01 span.tel_link {
		color: #333;
	}

	p.fax_contact01 {
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		font-size: 3.8rem;
		color: #333;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		letter-spacing: 0.03em;
	}

	p.fax_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_2.png) 0 0 /contain no-repeat;
		width: 30px;
		height: 30px;
		margin-right: 8px;
	}

	.inner_contact01 p.text {
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		text-align: center;
		margin-top: 5px;
	}

	.inner_contact01 .inner:nth-of-type(1) {
		margin-right: 70px;
	}

	p.text_contact02 {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.7;
		margin-bottom: 25px;
	}

		span.hissu {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1;
		color: #fff;
		background-color: #ff0000;
		padding: 0.2em 0.5em;
		border-radius: 3px;
		margin-right: 5px;
	}
}

label {
	margin-bottom: 0;
	font-weight: normal;
}

span.red {
	color: #ff0000;
}

@media (max-width: 767px) {
	table.contact {
		width: 100%;
	}

	table.contact th {
		display: block;
		width: 100%;
		margin-bottom: 8px;
		font-size: 1.5rem;
		color: #333;
		font-weight: normal;
		background-color: #f1e4bd;
		padding: 0.2em 0.5em;
	}

	table.contact td {
		display: block;
		margin-bottom: 10px;
		font-size: 1.5rem;
		padding-bottom: 10px;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.bg_contact02 {
		background-color: #F2FAFD;
		padding: 10px 10px;
	}

	table.contact {
		width: 100%;
		padding: 10px 0;
		border-top: 1px solid #ccc;
	}

	table.contact th {
		width: 31%;
		padding: 10px 10px 10px 20px;
		background-color: #f7edcf;
		font-size: 1.5rem;
		border-bottom: 1px solid #ccc;
		font-weight: normal;
	}

	table.contact td {
		padding: 10px 10px 10px 20px;
		background-color: #fff;
		font-size: 1.5rem;
		border-bottom: 1px solid #ccc;
	}

	table.contact td.bgc {
		width: 130px;
	}

	table.contact th span {
		font-size: 1.5rem;
	}
}

@media (min-width: 992px) {
	.bg_contact02 {
		background-color: #F2FAFD;
		padding: 10px 10px;
	}

	table.contact {
		width: 100%;
		padding: 10px 0;
		border-top: 1px solid #ccc;
	}

	table.contact th {
		width: 28%;
		padding: 10px 10px 10px 20px;
		background-color: #f7edcf;
		font-size: 1.5rem;
		border-bottom: 1px solid #ccc;
		font-weight: normal;
	}

	table.contact td {
		padding: 10px 10px 10px 20px;
		background-color: #fff;
		font-size: 1.5rem;
		border-bottom: 1px solid #ccc;
	}

	table.contact td.bgc {
		width: 130px;
	}

	table.contact th span {
		font-size: 1.5rem;
	}
}

@media (min-width: 1200px) {
	table.contact {
		width: 100%;
		border-top: 1px solid #ccc;
	}

	table.contact th {
		width: 25%;
		padding: 15px 10px 15px 20px;
		background-color: #f7edcf;
		font-size: 1.5rem;
		border-bottom: 1px solid #ccc;
		font-weight: normal;
	}

	table.contact td {
		padding: 15px 10px 15px 20px;
		background-color: #fff;
		margin: 0 15px;
		font-size: 1.5rem;
		border-bottom: 1px solid #ccc;
	}

	table.contact td.bgc {
		width: 130px;
	}

	table.contact th span {
		font-size: 1.5rem;
	}
}

@media (max-width: 767px) {
	p.ttl_contact02 {
		font-size: 1.6rem;
		color: #e70012;
		font-weight: 500;
		line-height: 1.4;
		margin: 40px 0 20px;
		border-bottom: 2px solid #e70012;
		padding-bottom: 10px;
	}
}

@media (min-width: 768px) {
	p.ttl_contact02 {
		font-size: 2rem;
		color: #e70012;
		font-weight: 500;
		line-height: 1.4;
		margin: 40px 0 20px;
		border-bottom: 2px solid #e70012;
		padding-bottom: 10px;
	}
}

@media (min-width: 992px) {
	p.ttl_contact02 {
		font-size: 2.1rem;
		color: #e70012;
		font-weight: 500;
		line-height: 1.4;
		margin: 40px 0 25px;
		border-bottom: 2px solid #e70012;
		padding-bottom: 10px;
	}
}

@media (max-width: 767px) {
	table.contact th.must:after {
		content: '必須';
		display: inline-block;
		width: 32px;
		height: 16px;
		background-color: #ff0000;
		text-align: center;
		color: #fff;
		font-size: 1rem;
		line-height: 16px;
		margin-left: 10px;
		float: right;
		margin-right: 5px;
		margin-top: 4px;
	}
}

@media (min-width: 768px) {
	table.contact th.must:after {
		content: '必須';
		display: inline-block;
		width: 36px;
		height: 16px;
		background-color: #ff0000;
		text-align: center;
		color: #fff;
		font-size: 1rem;
		line-height: 16px;
		margin-left: 15px;
		float: right;
		margin-right: 5px;
	}

	/* table.contact th.any:after {
		content: '任意';
		display: inline-block;
		width: 36px;
		height: 16px;
		background-color: #dddddd;
		text-align: center;
		color: #333;
		font-size: 1rem;
		line-height: 16px;
		margin-left: 15px;
		float: right;
		margin-right: 5px;
	} */
}

@media (max-width: 767px) {
	table.contact td input.write {
		padding: 0.4em 0.5em;
		width: 100%;
		border-radius: 4px;
		border: 1px solid #ccc;
		font-size: 1.4rem;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	table.contact td input.write {
		padding: 0.4em 0.8em;
		width: 100%;
		border: 1px solid #ccc;
		background-color: #fff;
		border-radius: 4px;
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
}

@media (min-width: 992px) {
	table.contact td input.write {
		padding: 0.4em 0.8em;
		width: 100%;
		border: 1px solid #ccc;
		background-color: #fff;
		border-radius: 4px;
		font-size: 1.6rem;
	}
}

@media (max-width: 767px) {
	table.contact td input.form50 {
		width: 50px !important;
	}

	table.contact td input.form100 {
		width: 100px !important;
	}

	table.contact td input.form130 {
		width: 130px !important;
	}

	table.contact td input.form150 {
		width: 150px !important;
	}

	table.contact td input.form250 {
		width: 250px !important;
	}

	select {
		padding: 0.3em 0.2em;
		font-size: 1.4rem;
	}

	table.contact label {
		font-size: 1.5rem;
		font-weight: normal;
	}

	table.contact ::placeholder {
		color: #bbb;
		font-size: 1.6rem;
	}

	.place_mini ::placeholder {
		color: #fff !important;
	}

	table.contact .place_mini input.form130 {
		width: 55px !important;
		margin-bottom: 5px;
		padding: 0.4em 0.5em !important;
	}
}

@media (min-width: 768px) {
	table.contact td input.form50 {
		width: 50px !important;
	}

	table.contact td input.form100 {
		width: 100px !important;
	}

	table.contact td input.form130 {
		width: 100px !important;
	}

	table.contact td input.form150 {
		width: 150px !important;
	}

	table.contact td input.form250 {
		width: 250px !important;
	}

	select {
		padding: 0.5em 0.5em;
		font-size: 1.4rem;
	}

	table.contact label {
		font-size: 1.6rem;
		font-weight: normal;
		line-height: 1.8;
	}

	table.contact ::placeholder {
		color: #bbb;
		font-size: 1.6rem;
	}

	.place_mini ::placeholder {
		font-size: 16px !impor.6rem1.6remt;
	}
}

@media (max-width: 767px) {
	.mt_form {
		margin-top: 10px;
	}
}

@media (min-width: 768px) {
	.mt_form {
		margin-top: 15px;
	}
}

.radio_mb {
	margin: 10px 0;
}

@media (max-width: 500px) {
	select {
		max-width: 250px;
	}
}

@media (max-width: 767px) {
	textarea {
		width: 100%;
		padding: 0.2em 0.5em;
		border: 1px solid #ccc;
		background-color: #fff;
	}
}

@media (min-width: 768px) {
	textarea {
		width: 100%;
		padding: 0.2em 0.5em;
		border: 1px solid #ccc;
		background-color: #fff;
		font-size: 18px;
	}
}


@media (max-width: 767px) {
	h4.privacy {
		font-size: 1.4rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		margin-bottom: 5px;
		line-height: 1.6;
		margin-top: 10px;
		color: #333;
		margin-bottom: 10px;
	}

	.inner_privacy {
		height: 160px;
		overflow: auto;
		overflow-y: scroll;
		font-size: 1.3rem;
		line-height: normal;
		padding: 15px 15px 10px;
		border: solid 1px #ccc;
		border-radius: 4px;
		background-color: #ededed;
		margin-bottom: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		color: #333 !important;
	}

	.inner_privacy h5 {
		font-size: 1.3rem;
		font-weight: bold;
		padding-bottom: 10px;
		border-bottom: 1px dotted #aaa;
		margin-bottom: 10px;
		color: #333;
	}

	p.ttl_privacy {
		font-size: 1.3rem;
		font-weight: bold;
		margin-bottom: 5px;
		color: #333;
	}

	.inner_privacy p.text {
		font-size: 1.3rem;
		line-height: 1.6;
		margin-bottom: 15px;
		color: #333;
	}

	.inner_privacy p.text span.tel_link {
		border-bottom: 1px solid #333;
	}

	ul.privacy li {
		list-style-type: decimal;
		margin-left: 20px;
		margin-bottom: 5px;
		font-size: 1.3rem;
		color: #333;
	}
}

@media (min-width: 768px) {
	h4.privacy {
		font-size: 1.8rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		margin-bottom: 5px;
		line-height: 1.6;
		margin-top: 30px;
	}

	.inner_privacy {
		height: 180px;
		overflow: auto;
		overflow-y: scroll;
		font-size: 1.4rem;
		line-height: normal;
		padding: 20px;
		border: solid 1px #ccc;
		border-radius: 4px;
		background-color: #f7f7f7;
		margin-bottom: 25px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}

	.inner_privacy h5 {
		font-size: 1.5rem;
		font-weight: 500;
		padding-bottom: 10px;
		border-bottom: 1px dotted #aaa;
		margin-bottom: 10px;
		color: #333;
	}

	p.ttl_privacy {
		font-size: 1.4rem;
		font-weight: 500;
		margin-bottom: 5px;
		color: #333;
	}

	.inner_privacy p.text {
		font-size: 1.5rem;
		line-height: 1.6;
		margin-bottom: 15px;
		font-weight: 500;
		color: #333;
	}

	ul.privacy li {
		list-style-type: decimal;
		margin-left: 20px;
		margin-bottom: 5px;
		font-size: 1.4rem;
		font-weight: 500;
		color: #333;
	}
}

@media (max-width: 767px) {
	button.comfirm {
		width: 100%;
		max-width: 240px;
		height: 42px;
		text-align: center;
		background-color: #e70012;
		color: #fff;
		outline: none;
		border: none;
		cursor: pointer;
font-weight: normal;
		font-size: 1.3rem;
		line-height: 42px;
		padding: 0 !important;
		border-radius: 30px;
	}

	button.comfirm:hover {
		background-color: #ef2a3a;
	}

	.btn_space {
		width: 100%;
		max-width: 240px;
		margin: 20px auto 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	button.back {
		width: 47%;
		height: 42px;
		text-align: center;
		background-color: #999;
		color: #fff;
		outline: none;
		border: none;
		cursor: pointer;
font-weight: normal;
		font-size: 1.5rem;
		line-height: 42px;
		padding: 0 !important;
		display: inline-block;
		margin-right: 4%;
		border-radius: 30px;
	}

	button.back:hover {
		background-color: #a7a7a7;
	}

	button.send {
		width: 47%;
		height: 42px;
		text-align: center;
		background-color: #e70012;
		color: #fff;
		outline: none;
		border: none;
		cursor: pointer;
font-weight: normal;
		font-size: 1.5rem;
		line-height: 42px;
		padding: 0 !important;
		display: inline-block;
		border-radius: 30px;
	}

	button.send:hover {
		background-color: #ef2a3a;
	}
}

@media (min-width: 768px) {
	button.comfirm {
		width: 400px;
		height: 46px;
		text-align: center;
		background-color: #e70012;
		color: #fff;
		outline: none;
		border: none;
		cursor: pointer;
font-weight: normal;
		font-size: 1.5rem;
		line-height: 46px;
		padding: 0 !important;
		border-radius: 30px;
	}

	button.comfirm:hover {
		background-color: #ef2a3a;
	}

	.btn_space {
		width: 400px;
		margin: 30px auto 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	button.back {
		width: 180px;
		height: 46px;
		text-align: center;
		background-color: #999;
		color: #fff;
		outline: none;
		border: none;
		cursor: pointer;
font-weight: normal;
		font-size: 1.5rem;
		line-height: 46px;
		padding: 0 !important;
		display: inline-block;
		margin-right: 30px;
		border-radius: 30px;
	}

	button.back:hover {
		background-color: #a7a7a7;
	}

	button.send {
		width: 180px;
		height: 46px;
		text-align: center;
		background-color: #e70012;
		color: #fff;
		outline: none;
		border: none;
		cursor: pointer;
font-weight: normal;
		font-size: 1.5rem;
		line-height: 46px;
		padding: 0 !important;
		display: inline-block;
		border-radius: 30px;
	}

	button.send:hover {
		background-color: #ef2a3a;
	}
}

select {
	border: 1px solid #ddd;
}

@media (max-width: 767px) {
	table.contact label {
		font-weight: normal;
		line-height: 1.8;
	}
}

@media (max-width: 767px) {
	.agreebox label {
		font-size: 1.3rem;
	}
}

@media (max-width: 767px) {
	::-webkit-input-placeholder {
		/* WebKit, Blink, Edge */
		color: #aaa;
		font-size: 1.5rem;
	}

	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #aaa;
		font-size: 1.5rem;
	}

	::placeholder {
		/* Others */
		color: #aaa;
		font-size: 1.5rem;
	}

	p.tbl_hosoku {
		font-size: 1.5rem;
		margin-top: 5px;
		color: #555;
	}
}

@media (min-width: 768px) {
	::-webkit-input-placeholder {
		/* WebKit, Blink, Edge */
		color: #aaa;
		font-size: 1.5rem;
	}

	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #aaa;
		font-size: 1.5rem;
	}

	::placeholder {
		/* Others */
		color: #aaa;
		font-size: 1.5rem;
	}

	p.tbl_hosoku {
		font-size: 1.5rem;
		margin-top: 5px;
		color: #555;
	}
}

@media (min-width: 992px) {
	::-webkit-input-placeholder {
		/* WebKit, Blink, Edge */
		color: #aaa;
		font-size: 1.5rem;
	}

	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #aaa;
		font-size: 1.5rem;
	}

	::placeholder {
		/* Others */
		color: #aaa;
		font-size: 1.5rem;
	}

	p.tbl_hosoku {
		font-size: 1.4rem;
		margin-top: 5px;
		color: #555;
	}
}

















/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */