@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=Noto+Serif+JP:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Potta+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@400;500&display=swap');


.font_sample {
	font-family: "Oswald", sans-serif;
	font-family: "Noto Serif JP", serif;
	font-family: "Yuji Syuku", serif;
	font-family: "Potta One", system-ui;
	font-family: "Prompt", sans-serif;
}


body {
	margin: 0px;
	padding: 0px;
	font-family: "Noto Sans JP", "Arial", Lato, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	-webkit-text-size-adjust: 100%;
	/* スマホで文字サイズが大きくなるのを防ぐ */
	font-size: 15px;
	max-width: 1920px;
	margin: 0 auto;
	background-color: #fff;
}

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;
}



/* header
=========================================================================== */

.inner_body {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}


header {
	width: 100%;
	height: 100px;
	max-width: 1920px;
	position: fixed;
	top: 0;
	right: 50%;
	left: inherit;
	transform: translateY(0) translateX(50%);
	z-index: 99;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}








/* ドロワー
--------------------------------------------------------- */
@media (max-width: 767px) {
	.drawer_btn {
		position: absolute;
		top: -5px;
		right: 0;
		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;
	}
}

@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: 20px;
	right: 15px;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: block;
	width: 30px;
	height: 2px;
	margin: auto;
	background: #d12c1c;
	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: 100%;
		z-index: 500;
		overflow-x: hidden;
		width: 85%;
		height: 100vh;
		background-color: #be2517;
		transition: .5s cubic-bezier(.645, .045, .355, 1);
		pointer-events: none;
	}

	.is-drawer-open .drawer_bg {
		overflow-y: auto;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		pointer-events: auto;
	}

	.drawer_inner {
		visibility: hidden;
		padding: 90px 5px 20px;
		opacity: 0;
		transition: .5s cubic-bezier(.645, .045, .355, 1) .25s;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
		display: flex;
		flex-direction: column-reverse;
	}

	.is-drawer-open .drawer_inner {
		visibility: visible;
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}

	.drawer__overlay {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 400;
		visibility: hidden;
		width: 100%;
		height: 100vh;
		opacity: 0;
		transition: .5s cubic-bezier(.645, .045, .355, 1);
		pointer-events: none;
	}

	.is-drawer-open .drawer__overlay {
		visibility: visible;
		background: rgba(0, 0, 0, 0.3);
		opacity: 1;
		pointer-events: auto;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.drawer_bg {
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 500;
		overflow-x: hidden;
		width: 80%;
		height: 100vh;
		background-color: #be2517;
		transition: .5s cubic-bezier(.645, .045, .355, 1);
		pointer-events: none;
	}

	.is-drawer-open .drawer_bg {
		overflow-y: auto;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		pointer-events: auto;
	}

	.drawer_inner {
		visibility: hidden;
		padding: 90px 5px 20px;
		opacity: 0;
		transition: .5s cubic-bezier(.645, .045, .355, 1) .25s;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
		display: flex;
		flex-direction: column-reverse;
	}

	.is-drawer-open .drawer_inner {
		visibility: visible;
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}

	.drawer__overlay {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 400;
		visibility: hidden;
		width: 100%;
		height: 100vh;
		opacity: 0;
		transition: .5s cubic-bezier(.645, .045, .355, 1);
		pointer-events: none;
	}

	.is-drawer-open .drawer__overlay {
		visibility: visible;
		background: rgba(0, 0, 0, 0.3);
		opacity: 1;
		pointer-events: auto;
	}
}

@media (min-width: 992px) {
	.drawer_btn {
		display: none;
	}
}







/* グローバルナビ
  --------------------------------------------------------- */

.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: #ffbd53;
	}

	.gnav_item>a:hover {
		color: #ffbd53;
		opacity: 1;
	}

	.gnav ul.gnav_item>li a:hover {
		background-color: #ffbd53;
		opacity: 1;
		cursor: pointer;
	}

	.gnav_item .hover {
		opacity: 0;
	}
}

@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: #ffbd53;
	}

	.gnav_item>a:hover {
		color: #ffbd53;
		opacity: 1;
	}

	.gnav ul.gnav_item>li a:hover {
		background-color: #ffbd53;
		opacity: 1;
		cursor: pointer;
	}

	.gnav_item .hover {
		opacity: 0;
	}
}

@media (min-width: 992px) {
	.gnav_items {
		position: relative;
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		height: 68px;
		background-color: #d12c1c;
		border-radius: 0 0 0 20px;
		padding: 0 0 0 30px;
	}

	.gnav_item {
		margin-right: 10px;
		text-align: left;
	}

	.gnav_item>a {
		min-width: 70px;
		font-size: 1.6rem;
		color: #fff;
		font-weight: 500;
		letter-spacing: 0.1em;
		line-height: 1em;
		padding: 0 1em;
		position: relative;
	}

	.gnav_item .hover {
		transform: translateY(100%);
		opacity: 0;
		color: #fdbf5e;
	}

	.gnav_item a:hover {
		opacity: 1;
		color: #fdbf5e;
	}

	.gnav_item>a:after {
		position: absolute;
		bottom: -15px;
		left: 0;
		right: 0;
		margin: auto;
		width: 75%;
		height: 2px;
		background-color: #f6a82f;
		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);
	}

	.gnav_items>li.active>a {
		color: #fdbf5e !important;
	}
}

@media (min-width: 1200px) {
	.gnav_items {
		position: relative;
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		height: 74px;
		background-color: #d12c1c;
		border-radius: 0 0 0 30px;
		padding: 0 0 0 50px;
	}

	.gnav_item {
		margin-right: 30px;
		text-align: left;
	}

	.gnav_item>a {
		min-width: 80px;
		font-size: 1.6rem;
		color: #fff;
		font-weight: 500;
		letter-spacing: 0.1em;
		line-height: 1em;
		padding: 0 1em;
		position: relative;
	}

	.gnav_item .hover {
		transform: translateY(100%);
		opacity: 0;
		color: #fdbf5e;
	}

	.gnav_item a:hover {
		opacity: 1;
		color: #fdbf5e;
	}

	.gnav_item>a:after {
		position: absolute;
		bottom: -15px;
		left: 0;
		right: 0;
		margin: auto;
		width: 75%;
		height: 2px;
		background-color: #f6a82f;
		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);
	}

	.gnav_items>li.active>a {
		color: #fdbf5e !important;
	}
}



/* メインイメージ
=========================================================================== */

.inner_mainimg {
	width: 100%;
	position: relative;
	max-width: 1920px;
}

@media (max-width: 767px) {
	.bg_mainimg {
		width: 100%;
		background: url(../images/bg_mainimg.jpg) 0 bottom /cover no-repeat;
		position: relative;
		padding: 70px 15px 10px 15px;
	}

	#sub .bg_mainimg {
		padding: 70px 15px 0 15px;
	}

	.bg_mainimg>.flex_b {
		flex-direction: column;
	}

	h1.logo_h {
		position: fixed;
		top: 0.2vh;
		left: 1vw;
		z-index: 2;
		width: 220px;
		transition: 0.3s;
	}

	.h_fixed h1.logo_h {
		width: 210px;
	}

	.news_area {
		width: 100%;
		margin-bottom: 20px;
	}

	.news_area h2 {
		color: #d12c1c;
		font-size: 1.8rem;
		font-family: "Oswald", sans-serif;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.news_area h2:before {
		content: '';
		display: block;
		background: url(../images/ttl_top01.png) 0 0 /contain no-repeat;
		width: 30px;
		height: 28px;
		margin-right: 5px;
	}

	.top_news {
		display: flex;
		flex-direction: column;
		padding-bottom: 15px;
		border-bottom: 1px solid #c0c0c0;
		margin-bottom: 15px;
	}

	.top_news .info {
		display: flex;
		flex-direction: row;
		margin-bottom: 5px;
	}

	.top_news p.news_date {
		font-family: "Prompt", sans-serif;
		font-size: 1.3rem;
		font-weight: 500;
	}

	.top_news p.news_icon {
		color: #ff0000;
		font-size: 1.2rem;
		font-family: "Oswald", sans-serif;
		margin-left: 10px;
	}

	.top_news .cont {
		margin-right: auto;
	}

	.top_news p.btn_more a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #333;
		font-size: 1.2rem;
		padding: 0.3em 0.8em;
		font-weight: 600;
		background-color: #f6ad3a;
		border-radius: 5px;
	}

	.inner_news {
		width: 100%;
		max-height: 600px;
		overflow-y: auto;
		padding-right: 20px;
		scrollbar-width: thin;
		scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
	}

	/* Chrome, Edge, Safari用 */
	.inner_news::-webkit-scrollbar {
		width: 8px;
	}

	.inner_news::-webkit-scrollbar-track {
		background: transparent;
	}

	.inner_news::-webkit-scrollbar-thumb {
		background: rgba(0, 0, 0, 0.2);
		border-radius: 4px;
	}

	.inner_news::-webkit-scrollbar-thumb:hover {
		background: rgba(0, 0, 0, 0.2);
	}

	.info_area {
		width: 100%;
		background-color: rgba(255, 255, 255, 0.7);
		padding: 25px 15px;
		border-radius: 18px;
	}

	.info_area p.ttl {
		color: #d12c1c;
		font-size: 1.3rem;
		font-weight: 700;
		line-height: 1.4;
		margin-bottom: 5px;
	}

	.info_area ul {
		margin: 0;
	}

	.info_area ul li {
		list-style-type: disc;
		margin-left: 1.5em;
		font-size: 1.3rem;
		line-height: 1.6;
		margin-bottom: 5px;
	}

	.info_area .bdr {
		padding-bottom: 10px;
		border-bottom: 1px solid #c0c0c0;
		margin-bottom: 10px;
	}

	.info_area p.text {
		font-size: 1.3rem;
		line-height: 1.6;
	}

	p.btn_h a {
		position: fixed;
		right: 0;
		top: 6.5vh;
		width: 60px;
		height: 60px;
		background-color: #333;
		color: #fff;
		z-index: 2;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-weight: 700;
		line-height: 1.4;
		font-size: 0.9rem;
		border-radius: 10px 0 0 10px;
	}

	p.btn_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_side.png) 0 0 /contain no-repeat;
		width: 14px;
		height: 20px;
		flex-shrink: 0;
		margin-bottom: 3px;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.bg_mainimg {
		width: 100%;
		background: url(../images/bg_mainimg.jpg) 0 bottom /cover no-repeat;
		position: relative;
		padding: 80px 30px 30px 30px;
	}

	#sub .bg_mainimg {
		padding: 80px 30px 0 30px;
	}

	.bg_mainimg>.flex_b {
		flex-direction: column;
	}

	h1.logo_h {
		position: fixed;
		top: 0.5vh;
		left: 1vw;
		z-index: 2;
		width: 240px;
		transition: 0.3s;
	}

	.h_fixed h1.logo_h {
		width: 210px;
	}

	.news_area {
		width: 100%;
		margin-bottom: 50px;
	}

	.news_area h2 {
		color: #d12c1c;
		font-size: 2rem;
		font-family: "Oswald", sans-serif;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.news_area h2:before {
		content: '';
		display: block;
		background: url(../images/ttl_top01.png) 0 0 /contain no-repeat;
		width: 39px;
		height: 37px;
		margin-right: 8px;
	}

	.top_news {
		display: flex;
		flex-direction: row;
		padding-bottom: 15px;
		border-bottom: 1px solid #c0c0c0;
		margin-bottom: 15px;
	}

	.top_news .info {
		display: flex;
		flex-direction: row;
		width: 110px;
		flex-shrink: 0;
	}

	.top_news p.news_date {
		font-family: "Prompt", sans-serif;
		font-size: 1.4rem;
		font-weight: 500;
	}

	.top_news p.news_icon {
		color: #ff0000;
		font-size: 1.2rem;
		font-family: "Oswald", sans-serif;
		margin-left: 10px;
	}

	.top_news .cont {
		margin-right: auto;
	}

	.top_news p.btn_more a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #333;
		font-size: 1.2rem;
		padding: 0.3em 0.8em;
		font-weight: 600;
		background-color: #f6ad3a;
		border-radius: 5px;
	}

	.inner_news {
		width: 100%;
		max-height: 600px;
		overflow-y: auto;
		padding-right: 20px;
		scrollbar-width: thin;
		scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
	}

	/* Chrome, Edge, Safari用 */
	.inner_news::-webkit-scrollbar {
		width: 8px;
	}

	.inner_news::-webkit-scrollbar-track {
		background: transparent;
	}

	.inner_news::-webkit-scrollbar-thumb {
		background: rgba(0, 0, 0, 0.2);
		border-radius: 4px;
	}

	.inner_news::-webkit-scrollbar-thumb:hover {
		background: rgba(0, 0, 0, 0.2);
	}

	.info_area {
		width: 100%;
		background-color: rgba(255, 255, 255, 0.7);
		padding: 30px 20px;
		border-radius: 18px;
	}

	.info_area p.ttl {
		color: #d12c1c;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	.info_area ul {
		margin: 0;
	}

	.info_area ul li {
		list-style-type: disc;
		margin-left: 1.5em;
		font-size: 1.4rem;
		line-height: 1.6;
		margin-bottom: 5px;
	}

	.info_area .bdr {
		padding-bottom: 20px;
		border-bottom: 1px solid #c0c0c0;
		margin-bottom: 20px;
	}

	.info_area p.text {
		font-size: 1.3rem;
		line-height: 1.6;
	}

	p.btn_h a {
		position: fixed;
		right: 90px;
		top: 1vh;
		width: 120px;
		height: 60px;
		background-color: #333;
		color: #fff;
		z-index: 2;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-weight: 700;
		line-height: 1.4;
		font-size: 1.2rem;
		border-radius: 10px;
	}

	p.btn_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_side.png) 0 0 /contain no-repeat;
		width: 18px;
		height: 25px;
		flex-shrink: 0;
		margin-right: 5px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.bg_mainimg {
		width: 100%;
		background: url(../images/bg_mainimg.jpg) 0 bottom /cover no-repeat;
		position: relative;
		padding: 100px 30px 30px 30px;
	}

	#sub .bg_mainimg {
		padding: 100px 30px 0 30px;
	}

	h1.logo_h {
		position: fixed;
		top: 0.2vh;
		left: 1vw;
		z-index: 2;
		width: 330px;
		transition: 0.3s;
	}

	.h_fixed h1.logo_h {
		width: 280px;
	}

	.bg_mainimg .end {
		align-items: flex-start;
	}

	.news_area {
		width: 64%;
	}

	.news_area h2 {
		color: #d12c1c;
		font-size: 2.1rem;
		font-family: "Oswald", sans-serif;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.news_area h2:before {
		content: '';
		display: block;
		background: url(../images/ttl_top01.png) 0 0 /contain no-repeat;
		width: 39px;
		height: 37px;
		margin-right: 8px;
	}

	.top_news {
		display: flex;
		flex-direction: row;
		padding-bottom: 15px;
		border-bottom: 1px solid #c0c0c0;
		margin-bottom: 15px;
	}

	.top_news .info {
		display: flex;
		flex-direction: row;
		width: 110px;
		flex-shrink: 0;
	}

	.top_news p.news_date {
		font-family: "Prompt", sans-serif;
		font-size: 1.4rem;
		font-weight: 500;
	}

	.top_news p.news_icon {
		color: #ff0000;
		font-size: 1.2rem;
		font-family: "Oswald", sans-serif;
		margin-left: 10px;
	}

	.top_news .cont {
		margin-right: auto;
	}

	.top_news p.btn_more a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #333;
		font-size: 1.2rem;
		padding: 0.3em 0.8em;
		font-weight: 600;
		background-color: #f6ad3a;
		border-radius: 5px;
	}

	.inner_news {
		width: 100%;
		max-height: 600px;
		overflow-y: auto;
		padding-right: 20px;
		scrollbar-width: thin;
		scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
	}

	/* Chrome, Edge, Safari用 */
	.inner_news::-webkit-scrollbar {
		width: 8px;
	}

	.inner_news::-webkit-scrollbar-track {
		background: transparent;
	}

	.inner_news::-webkit-scrollbar-thumb {
		background: rgba(0, 0, 0, 0.2);
		border-radius: 4px;
	}

	.inner_news::-webkit-scrollbar-thumb:hover {
		background: rgba(0, 0, 0, 0.2);
	}

	.info_area {
		width: 32%;
		background-color: rgba(255, 255, 255, 0.7);
		padding: 30px 20px;
		border-radius: 18px;
	}

	.info_area p.ttl {
		color: #d12c1c;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	.info_area ul {
		margin: 0;
	}

	.info_area ul li {
		list-style-type: disc;
		margin-left: 1.5em;
		font-size: 1.4rem;
		line-height: 1.6;
		margin-bottom: 5px;
	}

	.info_area .bdr {
		padding-bottom: 20px;
		border-bottom: 1px solid #c0c0c0;
		margin-bottom: 20px;
	}

	.info_area p.text {
		font-size: 1.3rem;
		line-height: 1.6;
	}

	p.btn_h a {
		position: fixed;
		right: 0;
		top: 9vh;
		width: 80px;
		height: 120px;
		background-color: #333;
		color: #fff;
		z-index: 2;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-weight: 700;
		font-size: 1.2rem;
		border-radius: 18px 0 0 18px;
	}

	p.btn_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_side.png) 0 0 /contain no-repeat;
		width: 30px;
		height: 42px;
		margin-bottom: 10px;
	}
}

@media (min-width: 1200px) {
	.bg_mainimg {
		width: 100%;
		background: url(../images/bg_mainimg.jpg) 0 bottom /cover no-repeat;
		position: relative;
		padding: 150px 30px 30px 30px;
	}

	#sub .bg_mainimg {
		padding: 120px 30px 0 30px;
	}

	h1.logo_h {
		position: fixed;
		top: 1vh;
		left: 1.5vw;
		z-index: 2;
		width: 360px;
		transition: 0.3s;
	}

	.h_fixed h1.logo_h {
		width: 280px;
	}

	.news_area {
		width: 64%;
	}

	.news_area h2 {
		color: #d12c1c;
		font-size: 2.4rem;
		font-family: "Oswald", sans-serif;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 20px;
	}

	.news_area h2:before {
		content: '';
		display: block;
		background: url(../images/ttl_top01.png) 0 0 /contain no-repeat;
		width: 39px;
		height: 37px;
		margin-right: 8px;
	}

	.top_news {
		display: flex;
		flex-direction: row;
		padding-bottom: 20px;
		border-bottom: 1px solid #c0c0c0;
		margin-bottom: 20px;
	}

	.top_news .info {
		display: flex;
		flex-direction: row;
		width: 130px;
		flex-shrink: 0;
	}

	.top_news p.news_date {
		font-family: "Prompt", sans-serif;
		font-size: 1.5rem;
		font-weight: 500;
	}

	.top_news p.news_icon {
		color: #ff0000;
		font-size: 1.2rem;
		font-family: "Oswald", sans-serif;
		margin-left: 10px;
	}

	.top_news .cont {
		margin-right: auto;
	}

	.top_news p.btn_more a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #333;
		font-size: 1.4rem;
		padding: 0.3em 0.8em;
		font-weight: 600;
		background-color: #f6ad3a;
		border-radius: 5px;
	}

	.inner_news {
		width: 100%;
		max-height: 600px;
		overflow-y: auto;
		padding-right: 20px;
		scrollbar-width: thin;
		scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
	}

	/* Chrome, Edge, Safari用 */
	.inner_news::-webkit-scrollbar {
		width: 8px;
	}

	.inner_news::-webkit-scrollbar-track {
		background: transparent;
	}

	.inner_news::-webkit-scrollbar-thumb {
		background: rgba(0, 0, 0, 0.2);
		border-radius: 4px;
	}

	.inner_news::-webkit-scrollbar-thumb:hover {
		background: rgba(0, 0, 0, 0.2);
	}

	.info_area {
		width: 32%;
		background-color: rgba(255, 255, 255, 0.7);
		padding: 40px 30px;
		border-radius: 24px;
	}

	.info_area p.ttl {
		color: #d12c1c;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	.info_area ul {
		margin: 0;
	}

	.info_area ul li {
		list-style-type: disc;
		margin-left: 1.5em;
		font-size: 1.4rem;
		line-height: 1.6;
		margin-bottom: 5px;
	}

	.info_area .bdr {
		padding-bottom: 20px;
		border-bottom: 1px solid #c0c0c0;
		margin-bottom: 20px;
	}

	.info_area p.text {
		font-size: 1.4rem;
		line-height: 1.6;
	}

	p.btn_h a {
		position: fixed;
		right: 0;
		top: 11vh;
		width: 100px;
		height: 140px;
		background-color: #333;
		color: #fff;
		z-index: 2;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-weight: 700;
		font-size: 1.4rem;
		border-radius: 24px 0 0 24px;
	}

	p.btn_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_side.png) 0 0 /contain no-repeat;
		width: 36px;
		height: 50px;
		margin-bottom: 10px;
	}
}

@media (min-width: 1500px) {
	.bg_mainimg {
		width: 100%;
		background: url(../images/bg_mainimg.jpg) 0 bottom /cover no-repeat;
		position: relative;
		padding: 150px 60px 30px 90px;
	}

	#sub .bg_mainimg {
		padding: 120px 60px 0 60px;
	}

	h1.logo_h {
		position: fixed;
		top: 1vh;
		left: 1.5vw;
		z-index: 2;
		width: 380px;
		transition: 0.3s;
	}

	.h_fixed h1.logo_h {
		width: 280px;
	}

	.news_area {
		width: 60%;
	}

	.news_area h2 {
		color: #d12c1c;
		font-size: 2.4rem;
		font-family: "Oswald", sans-serif;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 20px;
	}

	.news_area h2:before {
		content: '';
		display: block;
		background: url(../images/ttl_top01.png) 0 0 /contain no-repeat;
		width: 39px;
		height: 37px;
		margin-right: 8px;
	}

	.top_news {
		display: flex;
		flex-direction: row;
		padding-bottom: 20px;
		border-bottom: 1px solid #c0c0c0;
		margin-bottom: 20px;
	}

	.top_news .info {
		display: flex;
		flex-direction: row;
		width: 130px;
		flex-shrink: 0;
	}

	.top_news p.news_date {
		font-family: "Prompt", sans-serif;
		font-size: 1.5rem;
		font-weight: 500;
	}

	.top_news p.news_icon {
		color: #ff0000;
		font-size: 1.2rem;
		font-family: "Oswald", sans-serif;
		margin-left: 10px;
	}

	.top_news .cont {
		margin-right: auto;
	}

	.top_news p.btn_more a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #333;
		font-size: 1.4rem;
		padding: 0.3em 0.8em;
		font-weight: 600;
		background-color: #f6ad3a;
		border-radius: 5px;
	}

	.inner_news {
		width: 100%;
		max-height: 600px;
		overflow-y: auto;
		padding-right: 20px;
		scrollbar-width: thin;
		scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
	}

	/* Chrome, Edge, Safari用 */
	.inner_news::-webkit-scrollbar {
		width: 8px;
	}

	.inner_news::-webkit-scrollbar-track {
		background: transparent;
	}

	.inner_news::-webkit-scrollbar-thumb {
		background: rgba(0, 0, 0, 0.2);
		border-radius: 4px;
	}

	.inner_news::-webkit-scrollbar-thumb:hover {
		background: rgba(0, 0, 0, 0.2);
	}

	.info_area {
		width: 32%;
		background-color: rgba(255, 255, 255, 0.7);
		padding: 50px 50px;
		border-radius: 30px;
	}

	.info_area p.ttl {
		color: #d12c1c;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	.info_area ul {
		margin: 0;
	}

	.info_area ul li {
		list-style-type: disc;
		margin-left: 1.5em;
		font-size: 1.4rem;
		line-height: 1.6;
		margin-bottom: 5px;
	}

	.info_area .bdr {
		padding-bottom: 20px;
		border-bottom: 1px solid #c0c0c0;
		margin-bottom: 20px;
	}

	.info_area p.text {
		font-size: 1.4rem;
		line-height: 1.6;
	}

	p.btn_h a {
		position: fixed;
		right: 0;
		top: 11vh;
		width: 100px;
		height: 140px;
		background-color: #333;
		color: #fff;
		z-index: 2;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-weight: 700;
		font-size: 1.4rem;
		border-radius: 24px 0 0 24px;
	}

	p.btn_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_side.png) 0 0 /contain no-repeat;
		width: 36px;
		height: 50px;
		margin-bottom: 10px;
	}
}

p.btn_h a:hover {
	opacity: 1;
	background-color: #7a0000;
}


@media (min-width: 1921px) {
	.bg_mainimg {
		width: 100%;
		position: relative;
		max-width: 1920px;
	}

	h1.logo_h {
		position: fixed;
		top: 10px;
		left: calc(50% - 930px);
		z-index: 2;
		width: 380px;
		transition: 0.3s;
	}

	.h_fixed h1.logo_h {
		width: 300px;
	}

	p.btn_h a {
		position: fixed;
		right: calc(50% - 960px);
		top: 100px;
		width: 100px;
		z-index: 2;
	}
}



/* index.html
=========================================================================== */

@media (max-width: 767px) {
	.bg_top01 {
		padding: 50px 0 50px;
	}

	h2.top01 {
		text-align: center;
		font-size: 2rem;
		font-family: "Oswald", sans-serif;
	}

	h2.top01:before {
		content: '';
		display: block;
		background: url(../images/ttl_instagram.png) 0 0 /contain no-repeat;
		width: 30px;
		height: 29px;
		margin: 0 auto 5px;
	}
}

@media (min-width: 768px) {
	.bg_top01 {
		padding: 90px 0 90px;
	}

	h2.top01 {
		text-align: center;
		font-size: 2.2rem;
		font-family: "Oswald", sans-serif;
	}

	h2.top01:before {
		content: '';
		display: block;
		background: url(../images/ttl_instagram.png) 0 0 /contain no-repeat;
		width: 30px;
		height: 29px;
		margin: 0 auto 5px;
	}
}

@media (min-width: 992px) {
	.bg_top01 {
		padding: 120px 0 120px;
	}

	h2.top01 {
		text-align: center;
		font-size: 2.7rem;
		font-family: "Oswald", sans-serif;
	}

	h2.top01:before {
		content: '';
		display: block;
		background: url(../images/ttl_instagram.png) 0 0 /contain no-repeat;
		width: 35px;
		height: 34px;
		margin: 0 auto 5px;
	}
}

@media (min-width: 1200px) {
	.bg_top01 {
		padding: 150px 0 150px;
	}

	h2.top01 {
		text-align: center;
		font-size: 3rem;
		font-family: "Oswald", sans-serif;
	}

	h2.top01:before {
		content: '';
		display: block;
		background: url(../images/ttl_instagram.png) 0 0 /contain no-repeat;
		width: 41px;
		height: 40px;
		margin: 0 auto 5px;
	}
}

.tagcolle-btn-default {
	background-color: #d12c1c!important;
	color: #fff!important;
	font-size: 1.6rem!important;
	font-family: 'Kosugi Maru', sans-serif!important;
	border: none!important;
	box-shadow: none!important;
	padding: 10px 30px!important;
	border-radius: 30px!important;
	margin-top: 20px!important;
}

.tagcolle-btn-default:hover {
	opacity: 1!important;
	background-color: #f05042!important;
}

@media (max-width: 767px) {
	p.pic_top02 {
		position: relative;
	}

	p.pic_top02 img {
		height: 200px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.bg_top02>.container {
		position: relative;
	}

	.bg_top02>.container:after {
		content: '';
		display: block;
		background: url(../images/deco_top02_1.png) 0 0 /contain no-repeat;
		width: 187px;
		height: 170px;
		position: absolute;
		top: -120px;
		left: -0px;
		z-index: 2;
	}

	.flex_top02 {
		padding: 50px 0 50px;
		position: relative;
	}

	.flex_top02:before {
		content: '';
		display: block;
		background: url(../images/deco_top02_2.png) 0 0 /contain no-repeat;
		width: 300px;
		height: 301px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		z-index: -1;
	}

	.bg_top02 p.text {
		font-size: 1.5rem;
		font-weight: 400;
		font-family: "Noto Serif JP", serif;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}

	p.name_top02 {
		font-size: 1.9rem;
		font-family: "Yuji Syuku", serif;
		letter-spacing: 0.1em;
		text-align: right;
		margin-top: 15px;
	}

	p.name_top02 span {
		display: inline-block;
		margin-right: 20px;
	}
}

@media (min-width: 768px) {
	p.pic_top02 {
		position: relative;
	}

	.bg_top02>.container {
		position: relative;
	}

	.bg_top02>.container:after {
		content: '';
		display: block;
		background: url(../images/deco_top02_1.png) 0 0 /contain no-repeat;
		width: 270px;
		height: 246px;
		position: absolute;
		top: -200px;
		left: -10px;
		z-index: 2;
	}

	.flex_top02 {
		display: flex;
		flex-direction: row-reverse;
		padding: 50px 0 50px;
		position: relative;
	}

	.flex_top02:before {
		content: '';
		display: block;
		background: url(../images/deco_top02_2.png) 0 0 /contain no-repeat;
		width: 340px;
		height: 341px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		z-index: -1;
	}

	.bg_top02 p.text {
		font-size: 1.6rem;
		font-weight: 600;
		font-family: "Noto Serif JP", serif;
		writing-mode: vertical-rl;
		line-height: 1.5;
		letter-spacing: 0.1em;
	}

	p.name_top02 {
		font-size: 2rem;
		font-family: "Yuji Syuku", serif;
		letter-spacing: 0.1em;
		writing-mode: vertical-rl;
		text-align: right;
		margin-right: 5px;
	}
}

@media (min-width: 992px) {
	p.pic_top02 {
		position: relative;
	}

	.bg_top02>.container {
		position: relative;
	}

	.bg_top02>.container:after {
		content: '';
		display: block;
		background: url(../images/deco_top02_1.png) 0 0 /contain no-repeat;
		width: 373px;
		height: 340px;
		position: absolute;
		top: -300px;
		left: -100px;
		z-index: 2;
	}

	.flex_top02 {
		display: flex;
		flex-direction: row-reverse;
		padding: 60px 0 70px;
		position: relative;
	}

	.flex_top02:before {
		content: '';
		display: block;
		background: url(../images/deco_top02_2.png) 0 0 /contain no-repeat;
		width: 400px;
		height: 401px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		z-index: -1;
	}

	.bg_top02 p.text {
		font-size: 1.7rem;
		font-weight: 600;
		font-family: "Noto Serif JP", serif;
		writing-mode: vertical-rl;
		line-height: 1.8;
		letter-spacing: 0.1em;
	}

	p.name_top02 {
		font-size: 2.2rem;
		font-family: "Yuji Syuku", serif;
		letter-spacing: 0.1em;
		writing-mode: vertical-rl;
		text-align: right;
		margin-right: 20px;
	}
}

@media (min-width: 1200px) {
	p.pic_top02 {
		position: relative;
	}

	.bg_top02>.container {
		position: relative;
	}

	.bg_top02>.container:after {
		content: '';
		display: block;
		background: url(../images/deco_top02_1.png) 0 0 /contain no-repeat;
		width: 373px;
		height: 340px;
		position: absolute;
		top: -300px;
		left: -100px;
		z-index: 2;
	}

	.flex_top02 {
		display: flex;
		flex-direction: row-reverse;
		padding: 70px 0 100px;
		position: relative;
	}

	.flex_top02:before {
		content: '';
		display: block;
		background: url(../images/deco_top02_2.png) 0 0 /contain no-repeat;
		width: 424px;
		height: 425px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		z-index: -1;
	}

	.bg_top02 p.text {
		font-size: 1.8rem;
		font-weight: 600;
		font-family: "Noto Serif JP", serif;
		writing-mode: vertical-rl;
		line-height: 2.05;
		letter-spacing: 0.1em;
	}

	p.name_top02 {
		font-size: 2.4rem;
		font-family: "Yuji Syuku", serif;
		letter-spacing: 0.1em;
		writing-mode: vertical-rl;
		text-align: right;
		margin-right: auto;
	}
}






@media (max-width: 767px) {
	.bg_top03 {
		padding: 30px 0 50px;
	}

	.pic_top03 {
		position: relative;
		margin-bottom: 20px;
	}

	.pic_top03 img {
		border-radius: 0 70px 0 0;
		height: 240px;
		object-fit: cover;
		object-position: 70% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.pic_top03:before {
		content: '';
		display: block;
		background: url(../images/deco_top03.png) 0 0 /contain no-repeat;
		width: 120px;
		height: 105px;
		position: absolute;
		bottom: -25px;
		right: -5px;
		z-index: 2;
	}

	.cont_top03 {
		flex-shrink: 0;
		margin-left: 15px;
		margin-right: 15px;
	}

	.cont_top03 p.en {
		font-size: 1.5rem;
		font-family: "Oswald", sans-serif;
		color: #e02a2a;
		margin-bottom: 5px;
		text-align: center;
	}

	h2.top03 {
		font-family: "Potta One", system-ui;
		font-size: 1.9rem;
		line-height: 1.4;
		text-align: center;
		letter-spacing: 0.02em;
	}

	h2.top03 span {
		color: #e02a2a;
	}

	h2.top03:after {
		content: '';
		display: block;
		background: url(../images/ttl_top03.png) 0 0 /contain no-repeat;
		width: 200px;
		height: 27px;
		margin: 15px auto 20px;
	}

	.cont_top03 p.text {
		font-size: 1.5rem;
		line-height: 1.6;
		font-weight: 500;
	}
}

@media (min-width: 768px) {
	.bg_top03 {
		padding: 30px 0 50px;
	}

	.pic_top03 {
		position: relative;
	}

	.pic_top03 img {
		border-radius: 0 70px 0 0;
		height: 400px;
		object-fit: cover;
		object-position: 70% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.pic_top03:before {
		content: '';
		display: block;
		background: url(../images/deco_top03.png) 0 0 /contain no-repeat;
		width: 180px;
		height: 165px;
		position: absolute;
		bottom: -20px;
		right: -20px;
		z-index: 2;
	}

	.cont_top03 {
		width: 360px;
		flex-shrink: 0;
		margin-left: 30px;
		margin-right: 30px;
	}

	.cont_top03 p.en {
		font-size: 1.7rem;
		font-family: "Oswald", sans-serif;
		color: #e02a2a;
		margin-bottom: 10px;
	}

	h2.top03 {
		font-family: "Potta One", system-ui;
		font-size: 2.3rem;
		line-height: 1.4;
		letter-spacing: 0.05em;
	}

	h2.top03 span {
		color: #e02a2a;
	}

	h2.top03:after {
		content: '';
		display: block;
		background: url(../images/ttl_top03.png) 0 0 /contain no-repeat;
		width: 240px;
		height: 35px;
		margin: 20px auto 25px;
	}

	.cont_top03 p.text {
		font-size: 1.6rem;
		line-height: 1.6;
		letter-spacing: 0.03em;
		font-weight: 500;
	}
}

@media (min-width: 992px) {
	.bg_top03 {
		padding: 30px 0 50px;
	}

	.pic_top03 {
		position: relative;
	}

	.pic_top03 img {
		border-radius: 0 120px 0 0;
		height: 460px;
		object-fit: cover;
		object-position: 70% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.pic_top03:before {
		content: '';
		display: block;
		background: url(../images/deco_top03.png) 0 0 /contain no-repeat;
		width: 240px;
		height: 219px;
		position: absolute;
		bottom: -20px;
		right: -20px;
		z-index: 2;
	}

	.cont_top03 {
		width: 460px;
		flex-shrink: 0;
		margin-left: 50px;
		margin-right: 30px;
	}

	.cont_top03 p.en {
		font-size: 1.8rem;
		font-family: "Oswald", sans-serif;
		color: #e02a2a;
		margin-bottom: 20px;
	}

	h2.top03 {
		font-family: "Potta One", system-ui;
		font-size: 3rem;
		line-height: 1.4;
		letter-spacing: 0.1em;
	}

	h2.top03 span {
		color: #e02a2a;
	}

	h2.top03:after {
		content: '';
		display: block;
		background: url(../images/ttl_top03.png) 0 0 /contain no-repeat;
		width: 280px;
		height: 40px;
		margin: 30px auto 30px;
	}

	.cont_top03 p.text {
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 0.03em;
		font-weight: 500;
	}
}

@media (min-width: 1200px) {
	.bg_top03 {
		padding: 100px 0 100px;
	}

	.pic_top03 {
		position: relative;
		width: 890px;
	}

	.pic_top03 img {
		border-radius: 0 120px 0 0;
		height: 638px;
		object-fit: cover;
		object-position: 70% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.pic_top03:before {
		content: '';
		display: block;
		background: url(../images/deco_top03.png) 0 0 /contain no-repeat;
		width: 318px;
		height: 299px;
		position: absolute;
		bottom: -30px;
		right: -70px;
		z-index: 2;
	}

	.cont_top03 {
		width: 560px;
		flex-shrink: 0;
		margin-left: 120px;
		margin-right: 30px;
	}

	.cont_top03 p.en {
		font-size: 2rem;
		font-family: "Oswald", sans-serif;
		color: #e02a2a;
		margin-bottom: 30px;
	}

	h2.top03 {
		font-family: "Potta One", system-ui;
		font-size: 3.6rem;
		line-height: 1.4;
		letter-spacing: 0.1em;
	}

	h2.top03 span {
		color: #e02a2a;
	}

	h2.top03:after {
		content: '';
		display: block;
		background: url(../images/ttl_top03.png) 0 0 /contain no-repeat;
		width: 325px;
		height: 52px;
		margin: 30px auto 40px;
	}

	.cont_top03 p.text {
		font-size: 1.6rem;
		line-height: 2;
		letter-spacing: 0.07em;
		font-weight: 500;
	}
}






@media (max-width: 767px) {
	h2.top04 {
		font-size: 1.5rem;
		font-family: "Oswald", sans-serif;
		color: #e02a2a;
		text-align: center;
	}

	h2.top04:after {
		content: '';
		display: block;
		background: url(../images/ttl_top04.png) 0 0 /contain no-repeat;
		width: 50px;
		height: 75px;
		margin: 10px auto 20px;
	}

	.bg_top04 .slider {
		margin-bottom: 30px;
	}

	.bg_top04 .slider div {
		text-align: center;
	}

	.bg_top04 .slider img {
		width: 100%;
		display: block;
		max-width: 255px;
	}

	p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 220px;
		height: 50px;
		color: #e41515;
		font-weight: 600;
		border: 1px solid #d12c1c;
		font-size: 1.4rem;
		position: relative;
		margin: 0 auto;
		border-radius: 10px;
	}

	p.btn_top a:after {
		content: '';
		display: block;
		background: url(../images/icon_btn_top.png) 0 0 /cover no-repeat;
		width: 15px;
		height: 11px;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%) translateX(0);
		transition: 0.2s;
	}

	p.btn_top a:hover {
		opacity: 1;
		background-color: #ffd0d0;
	}

	p.btn_top a:hover:after {
		right: 10px;
	}
}

@media (min-width: 768px) {
	h2.top04 {
		font-size: 1.8rem;
		font-family: "Oswald", sans-serif;
		color: #e02a2a;
		text-align: center;
	}

	h2.top04:after {
		content: '';
		display: block;
		background: url(../images/ttl_top04.png) 0 0 /contain no-repeat;
		width: 60px;
		height: 85px;
		margin: 10px auto 25px;
	}

	.bg_top04 .slider {
		margin-bottom: 40px;
	}

	.bg_top04 .slider div {
		text-align: center;
	}

	.bg_top04 .slider img {
		width: 100%;
		display: block;
		max-width: 255px;
	}

	p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 280px;
		height: 54px;
		color: #e41515;
		font-weight: 600;
		border: 1px solid #d12c1c;
		font-size: 1.6rem;
		position: relative;
		margin: 0 auto;
		border-radius: 10px;
	}

	p.btn_top a:after {
		content: '';
		display: block;
		background: url(../images/icon_btn_top.png) 0 0 /cover no-repeat;
		width: 21px;
		height: 15px;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%) translateX(0);
		transition: 0.2s;
	}

	p.btn_top a:hover {
		opacity: 1;
		background-color: #ffd0d0;
	}

	p.btn_top a:hover:after {
		right: 15px;
	}
}

@media (min-width: 992px) {
	h2.top04 {
		font-size: 2rem;
		font-family: "Oswald", sans-serif;
		color: #e02a2a;
		text-align: center;
	}

	h2.top04:after {
		content: '';
		display: block;
		background: url(../images/ttl_top04.png) 0 0 /contain no-repeat;
		width: 70px;
		height: 95px;
		margin: 13px auto 30px;
	}

	.bg_top04 .slider {
		margin-bottom: 40px;
	}

	.bg_top04 .slider div {
		text-align: center;
	}

	.bg_top04 .slider img {
		width: 100%;
		display: block;
		max-width: 255px;
	}

	p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 320px;
		height: 60px;
		color: #e41515;
		font-weight: 600;
		border: 1px solid #d12c1c;
		font-size: 1.8rem;
		position: relative;
		margin: 0 auto;
		border-radius: 10px;
	}

	p.btn_top a:after {
		content: '';
		display: block;
		background: url(../images/icon_btn_top.png) 0 0 /cover no-repeat;
		width: 24px;
		height: 17px;
		position: absolute;
		top: 50%;
		right: 25px;
		transform: translateY(-50%) translateX(0);
		transition: 0.2s;
	}

	p.btn_top a:hover {
		opacity: 1;
		background-color: #ffd0d0;
	}

	p.btn_top a:hover:after {
		right: 15px;
	}
}

@media (min-width: 1200px) {
	h2.top04 {
		font-size: 2rem;
		font-family: "Oswald", sans-serif;
		color: #e02a2a;
		text-align: center;
	}

	h2.top04:after {
		content: '';
		display: block;
		background: url(../images/ttl_top04.png) 0 0 /contain no-repeat;
		width: 80px;
		height: 108px;
		margin: 13px auto 40px;
	}

	.bg_top04 .slider {
		margin-bottom: 50px;
	}

	.bg_top04 .slider div {
		text-align: center;
	}

	.bg_top04 .slider img {
		width: 100%;
		display: block;
		max-width: 255px;
	}

	p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 360px;
		height: 60px;
		color: #e41515;
		font-weight: 600;
		border: 1px solid #d12c1c;
		font-size: 1.8rem;
		position: relative;
		margin: 0 auto;
		border-radius: 10px;
	}

	p.btn_top a:after {
		content: '';
		display: block;
		background: url(../images/icon_btn_top.png) 0 0 /cover no-repeat;
		width: 24px;
		height: 17px;
		position: absolute;
		top: 50%;
		right: 25px;
		transform: translateY(-50%) translateX(0);
		transition: 0.2s;
	}

	p.btn_top a:hover {
		opacity: 1;
		background-color: #ffd0d0;
	}

	p.btn_top a:hover:after {
		right: 15px;
	}
}



@media (max-width: 767px) {
	.bg_top05 {
		/* padding: 50px 0 0; */
		padding: 50px 0 50px;
	}

	p.text_top05 {
		font-family: "Potta One", system-ui;
		font-size: 1.9rem;
		line-height: 1.4;
		letter-spacing: 0.1em;
		text-align: center;
	}

	p.en_top05 {
		color: #fff2df;
		font-size: 5.6rem;
		font-family: "Prompt", sans-serif;
		line-height: 0.8;
		letter-spacing: 0;
		font-weight: 500;
		margin-top: -0.1em;
		z-index: -1;
		position: relative;
		text-align: center;
	}
}

@media (min-width: 768px) {
	.bg_top05 {
		/* padding: 70px 0 0; */
		padding: 70px 0 70px;
	}

	p.text_top05 {
		font-family: "Potta One", system-ui;
		font-size: 2.6rem;
		line-height: 1.4;
		writing-mode: vertical-rl;
		letter-spacing: 0.1em;
		margin-right: 50px;
	}

	p.en_top05 {
		color: #fff2df;
		font-size: 9rem;
		font-family: "Prompt", sans-serif;
		line-height: 1;
		letter-spacing: 0;
		font-weight: 500;
		margin-top: -0.2em;
		z-index: -1;
		position: relative;
	}
}

@media (min-width: 992px) {
	.bg_top05 {
		/* padding: 70px 0 0; */
		padding: 70px 0 70px;
	}

	p.text_top05 {
		font-family: "Potta One", system-ui;
		font-size: 3.2rem;
		line-height: 1.4;
		writing-mode: vertical-rl;
		letter-spacing: 0.1em;
		margin-right: 50px;
	}

	p.en_top05 {
		color: #fff2df;
		font-size: 11.7rem;
		font-family: "Prompt", sans-serif;
		line-height: 1;
		letter-spacing: 0;
		font-weight: 500;
		margin-top: -0.2em;
		z-index: -1;
		position: relative;
	}
}

@media (min-width: 1200px) {
	.bg_top05 {
		/* padding: 100px 0 0; */
		padding: 100px 0 70px;
	}

	p.text_top05 {
		font-family: "Potta One", system-ui;
		font-size: 4rem;
		line-height: 1.4;
		writing-mode: vertical-rl;
		letter-spacing: 0.1em;
		margin-right: 50px;
	}

	p.en_top05 {
		color: #fff2df;
		font-size: 14.2rem;
		font-family: "Prompt", sans-serif;
		line-height: 1;
		letter-spacing: 0;
		font-weight: 500;
		margin-top: -0.2em;
		z-index: -1;
		position: relative;
	}
}





@media (max-width: 767px) {
	.bg_top06 {
		padding: 50px 15px 50px;
	}

	.pic_top06 {
		position: relative;
		margin-top: 20px;
	}

	.pic_top06 img {
		border-radius: 70px 0 0 0;
		height: 240px;
		object-fit: cover;
		object-position: 20% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.pic_top06:before {
		content: '';
		display: block;
		background: url(../images/deco_top06.png) 0 0 /contain no-repeat;
		width: 318px;
		height: 299px;
		position: absolute;
		bottom: -30px;
		right: -70px;
		z-index: 2;
	}

	.cont_top06 {
		flex-shrink: 0;
	}

	.cont_top06 p.en {
		font-size: 1.5rem;
		font-family: "Oswald", sans-serif;
		color: #d12c1c;
		line-height: 1;
		margin-bottom: 5px;
		text-align: center;
	}

	h2.top06 {
		font-family: "Potta One", system-ui;
		font-size: 1.9rem;
		line-height: 1.4;
		letter-spacing: 0.02em;
		margin-bottom: 10px;
		text-align: center;
	}

	.cont_top06 p.text {
		font-size: 1.6rem;
		line-height: 1.6;
		letter-spacing: 0;
		font-weight: 500;
	}
}

@media (min-width: 768px) {
	.bg_top06 {
		padding: 50px 0 50px;
	}

	.pic_top06 {
		position: relative;
	}

	.pic_top06 img {
		border-radius: 120px 0 0 0;
		height: 400px;
		object-fit: cover;
		object-position: 20% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.pic_top06:before {
		content: '';
		display: block;
		background: url(../images/deco_top06.png) 0 0 /contain no-repeat;
		width: 318px;
		height: 299px;
		position: absolute;
		bottom: -30px;
		right: -70px;
		z-index: 2;
	}

	.cont_top06 {
		width: 360px;
		flex-shrink: 0;
		margin-right: 50px;
		margin-left: 30px;
	}

	.cont_top06 p.en {
		font-size: 5rem;
		font-family: "Prompt", sans-serif;
		color: #d12c1c;
		line-height: 1;
	}

	h2.top06 {
		font-family: "Potta One", system-ui;
		font-size: 2.4rem;
		line-height: 1.4;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
	}

	.cont_top06 p.text {
		font-size: 1.6rem;
		line-height: 1.6;
		letter-spacing: 0;
		font-weight: 500;
	}
}

@media (min-width: 992px) {
	.bg_top06 {
		padding: 80px 0 80px;
	}

	.pic_top06 {
		position: relative;
	}

	.pic_top06 img {
		border-radius: 120px 0 0 0;
		height: 500px;
		object-fit: cover;
		object-position: 20% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.pic_top06:before {
		content: '';
		display: block;
		background: url(../images/deco_top06.png) 0 0 /contain no-repeat;
		width: 318px;
		height: 299px;
		position: absolute;
		bottom: -30px;
		right: -70px;
		z-index: 2;
	}

	.cont_top06 {
		width: 400px;
		flex-shrink: 0;
		margin-right: 50px;
		margin-left: 30px;
	}

	.cont_top06 p.en {
		font-size: 10rem;
		font-family: "Prompt", sans-serif;
		color: #d12c1c;
		line-height: 1;
	}

	h2.top06 {
		font-family: "Potta One", system-ui;
		font-size: 3rem;
		line-height: 1.4;
		letter-spacing: 0.1em;
		margin-bottom: 15px;
	}

	.cont_top06 p.text {
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 0.03em;
		font-weight: 500;
	}
}

@media (min-width: 1200px) {
	.bg_top06 {
		padding: 100px 0 100px;
	}

	.pic_top06 {
		position: relative;
		width: 890px;
	}

	.pic_top06 img {
		border-radius: 120px 0 0 0;
		height: 638px;
		object-fit: cover;
		object-position: 20% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.pic_top06:before {
		content: '';
		display: block;
		background: url(../images/deco_top06.png) 0 0 /contain no-repeat;
		width: 318px;
		height: 299px;
		position: absolute;
		bottom: -30px;
		right: -70px;
		z-index: 2;
	}

	.cont_top06 {
		width: 560px;
		flex-shrink: 0;
		margin-right: 120px;
		margin-left: 30px;
	}

	.cont_top06 p.en {
		font-size: 15rem;
		font-family: "Prompt", sans-serif;
		color: #d12c1c;
		line-height: 1;
	}

	h2.top06 {
		font-family: "Potta One", system-ui;
		font-size: 3rem;
		line-height: 1;
		letter-spacing: 0.1em;
		margin-bottom: 50px;
	}

	.cont_top06 p.text {
		font-size: 1.6rem;
		line-height: 2;
		letter-spacing: 0.07em;
		font-weight: 500;
	}
}







@media (max-width: 767px) {
	.bg_top07 {
		padding: 30px 0 50px;
		background-color: #fdf2f2;
	}

	.cont_top07 {
		width: 100%;
		flex-shrink: 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.pic_top07 {
		position: relative;
		width: 100%;
		margin: 15px auto 0;
	}

	.pic_top07 img {
		height: 240px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;';
		margin: 0 auto;
	}

	.cont_top07 .ttl {
		display: flex;
		flex-direction: column;
		align-items: center;
		flex-shrink: 0;
	}

	.cont_top07 p.en {
		font-size: 1.4rem;
		font-family: "Oswald", sans-serif;
		color: #e02a2a;
		text-align: center;
		margin-bottom: 5px;
	}

	p.ttl_top07 {
		font-family: "Potta One", system-ui;
		font-size: 2.1rem;
		line-height: 1;
		letter-spacing: 0.1em;
		margin-bottom: 15px;
	}

	ul.list_shop {
		margin: 0;
	}

	ul.list_shop li a {
		display: block;
		background-color: #d12c1c;
		border-radius: 7px;
		padding: 15px 10px 10px 25px;
		margin-bottom: 10px;
		position: relative;
	}

	ul.list_shop li a:before {
		content: '';
		display: block;
		background: url(../images/icon_top07.png) 0 0 /contain no-repeat;
		width: 40px;
		height: 32px;
		position: absolute;
		left: -15px;
		top: 0;
	}

	ul.list_shop li a:after {
		content: '';
		display: block;
		background: #d12c1c;
		height: calc(tan(40deg) * 100px / 2);
		width: 20px;
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		position: absolute;
		top: 50%;
		right: -8px;
		transform: translateY(-50%);
	}

	h3.top07 {
		color: #fff;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		font-weight: 700;
		margin-bottom: 5px;
	}

	h3.top07 span {
		font-size: 1.4rem;
	}

	ul.list_shop li p.text {
		color: #f9cece;
		font-size: 1.3rem;
		letter-spacing: 0;
	}
}

@media (min-width: 768px) {
	.bg_top07 {
		padding: 70px 0 50px;
		background-color: #fdf2f2;
	}

	.cont_top07 {
		width: 54%;
		flex-shrink: 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.pic_top07 {
		position: relative;
		width: 42%;
	}

	.pic_top07 img {
		height: 400px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.cont_top07 .ttl {
		width: 100px;
		display: flex;
		flex-direction: column;
		align-items: center;
		flex-shrink: 0;
		margin-top: -5px;
	}

	.cont_top07 p.en {
		font-size: 1.8rem;
		font-family: "Oswald", sans-serif;
		color: #e02a2a;
		text-align: center;
		margin-bottom: 10px;
	}

	p.ttl_top07 {
		font-family: "Potta One", system-ui;
		font-size: 2.6rem;
		line-height: 1;
		letter-spacing: 0.1em;
		writing-mode: vertical-rl;
	}

	ul.list_shop {
		margin: 0;
	}

	ul.list_shop li a {
		display: block;
		background-color: #d12c1c;
		border-radius: 7px;
		padding: 15px 15px 15px 30px;
		margin-bottom: 20px;
		position: relative;
	}

	ul.list_shop li a:before {
		content: '';
		display: block;
		background: url(../images/icon_top07.png) 0 0 /contain no-repeat;
		width: 40px;
		height: 32px;
		position: absolute;
		left: -25px;
		top: 0;
	}

	ul.list_shop li a:after {
		content: '';
		display: block;
		background: #d12c1c;
		height: calc(tan(40deg) * 100px / 2);
		width: 20px;
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		position: absolute;
		top: 50%;
		right: -12px;
		transform: translateY(-50%);
	}

	h3.top07 {
		color: #fff;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		font-weight: 700;
		margin-bottom: 5px;
	}

	h3.top07 span {
		font-size: 1.4rem;
	}

	ul.list_shop li p.text {
		color: #f9cece;
		font-size: 1.5rem;
		letter-spacing: 0;
	}
}

@media (min-width: 992px) {
	.bg_top07 {
		padding: 70px 0 50px;
		background-color: #fdf2f2;
	}

	.cont_top07 {
		width: 60%;
		flex-shrink: 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.pic_top07 {
		position: relative;
		width: 36%;
	}

	.pic_top07 img {
		height: 430px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.cont_top07 .ttl {
		width: 120px;
		display: flex;
		flex-direction: column;
		align-items: center;
		flex-shrink: 0;
		margin-top: -5px;
	}

	.cont_top07 p.en {
		font-size: 1.8rem;
		font-family: "Oswald", sans-serif;
		color: #e02a2a;
		text-align: center;
		margin-bottom: 10px;
	}

	p.ttl_top07 {
		font-family: "Potta One", system-ui;
		font-size: 3rem;
		line-height: 1;
		letter-spacing: 0.1em;
		writing-mode: vertical-rl;
	}

	ul.list_shop {
		margin: 0;
	}

	ul.list_shop li a {
		display: block;
		background-color: #d12c1c;
		border-radius: 7px;
		padding: 20px 20px 20px 40px;
		margin-bottom: 30px;
		position: relative;
	}

	ul.list_shop li a:before {
		content: '';
		display: block;
		background: url(../images/icon_top07.png) 0 0 /contain no-repeat;
		width: 50px;
		height: 40px;
		position: absolute;
		left: -25px;
		top: 0;
	}

	ul.list_shop li a:after {
		content: '';
		display: block;
		background: #d12c1c;
		height: calc(tan(40deg) * 100px / 2);
		width: 30px;
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		position: absolute;
		top: 50%;
		right: -25px;
		transform: translateY(-50%);
	}

	h3.top07 {
		color: #fff;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		font-weight: 700;
		margin-bottom: 5px;
	}

	h3.top07 span {
		font-size: 1.4rem;
	}

	ul.list_shop li p.text {
		color: #f9cece;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
	}
}

@media (min-width: 1200px) {
	.bg_top07 {
		padding: 100px 0 100px;
		background-color: #fdf2f2;
	}

	.cont_top07 {
		width: 50%;
		flex-shrink: 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.pic_top07 {
		position: relative;
		width: 46%;
	}

	.pic_top07 img {
		height: 440px;
		object-fit: cover;
		object-position: 30% top;
		font-family: 'object-fit: cover; object-position: center top;'
	}

	.cont_top07 .ttl {
		width: 120px;
		display: flex;
		flex-direction: column;
		align-items: center;
		flex-shrink: 0;
		margin-top: -5px;
	}

	.cont_top07 p.en {
		font-size: 2rem;
		font-family: "Oswald", sans-serif;
		color: #e02a2a;
		text-align: center;
		margin-bottom: 10px;
	}

	p.ttl_top07 {
		font-family: "Potta One", system-ui;
		font-size: 3rem;
		line-height: 1;
		letter-spacing: 0.1em;
		writing-mode: vertical-rl;
	}

	ul.list_shop {
		margin: 0;
	}

	ul.list_shop li a {
		display: block;
		background-color: #d12c1c;
		border-radius: 7px;
		padding: 20px 20px 20px 40px;
		margin-bottom: 30px;
		position: relative;
	}

	ul.list_shop li a:before {
		content: '';
		display: block;
		background: url(../images/icon_top07.png) 0 0 /contain no-repeat;
		width: 50px;
		height: 40px;
		position: absolute;
		left: -25px;
		top: 0;
	}

	ul.list_shop li a:after {
		content: '';
		display: block;
		background: #d12c1c;
		height: calc(tan(40deg) * 100px / 2);
		width: 30px;
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		position: absolute;
		top: 50%;
		right: -25px;
		transform: translateY(-50%);
	}

	h3.top07 {
		color: #fff;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
		font-weight: 700;
		margin-bottom: 5px;
	}

	h3.top07 span {
		font-size: 1.4rem;
	}

	ul.list_shop li p.text {
		color: #f9cece;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
	}
}


/* フッター
=========================================================================== */

@media (max-width: 767px) {
	footer {
		padding: 50px 0 0;
		background: url(../images/bg_footer.jpg) center top /cover no-repeat;
	}

	p.text_f {
		color: #f4ab3a;
		font-size: 1.4rem;
		font-family: "Potta One", system-ui;
		text-align: center;
		letter-spacing: 0.03em;
		margin-bottom: 10px;
	}

	p.logo_f {
		width: 280px;
		margin: 0 auto 25px;
	}

	ul.fnav {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}

	ul.fnav li {
		margin-right: 10px;
		margin-bottom: 10px;
	}

	ul.fnav li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 110px;
		height: 40px;
		font-size: 1.4rem;
		color: #333;
		font-weight: 700;
		background-color: #fff;
		border-radius: 30px;
		border: 3px solid #aa2a1e;
	}

	ul.fnav li a:hover {
		opacity: 1;
		background-color: #fccdcd;
	}

	p.copyright {
		width: 100%;
		height: 30px;
		background-color: #d12c1c;
		font-size: 1.1rem;
		letter-spacing: 0.05em;
		color: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	footer {
		padding: 80px 0 0;
		background: url(../images/bg_footer.jpg) center top /cover no-repeat;
	}

	p.text_f {
		color: #f4ab3a;
		font-size: 1.7rem;
		font-family: "Potta One", system-ui;
		text-align: center;
		letter-spacing: 0.05em;
		margin-bottom: 10px;
	}

	p.logo_f {
		width: 420px;
		margin: 0 auto 40px;
	}

	ul.fnav {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	ul.fnav li {
		margin-right: 5px;
	}

	ul.fnav li:last-child {
		margin-right: 0;
	}

	ul.fnav li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 110px;
		height: 46px;
		font-size: 1.4rem;
		color: #333;
		font-weight: 700;
		background-color: #fff;
		border-radius: 30px;
		border: 3px solid #aa2a1e;
	}

	ul.fnav li a:hover {
		opacity: 1;
		background-color: #fccdcd;
	}

	p.copyright {
		width: 100%;
		height: 30px;
		background-color: #d12c1c;
		font-size: 1.2rem;
		letter-spacing: 0.05em;
		color: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin-top: 50px;
	}
}

@media (min-width: 992px) {
	footer {
		padding: 90px 0 0;
		background: url(../images/bg_footer.jpg) center top /cover no-repeat;
	}

	p.text_f {
		color: #f4ab3a;
		font-size: 1.7rem;
		font-family: "Potta One", system-ui;
		text-align: center;
		letter-spacing: 0.05em;
		margin-bottom: 10px;
	}

	p.logo_f {
		width: 420px;
		margin: 0 auto 60px;
	}

	ul.fnav {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	ul.fnav li {
		margin-right: 10px;
	}

	ul.fnav li:last-child {
		margin-right: 0;
	}

	ul.fnav li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 140px;
		height: 46px;
		font-size: 1.5rem;
		color: #333;
		font-weight: 700;
		background-color: #fff;
		border-radius: 30px;
		border: 3px solid #aa2a1e;
	}

	ul.fnav li a:hover {
		opacity: 1;
		background-color: #fccdcd;
	}

	p.copyright {
		width: 100%;
		height: 34px;
		background-color: #d12c1c;
		font-size: 1.2rem;
		letter-spacing: 0.05em;
		color: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin-top: 50px;
	}
}

@media (min-width: 1200px) {
	footer {
		padding: 100px 0 0;
		background: url(../images/bg_footer.jpg) center top /cover no-repeat;
	}

	p.text_f {
		color: #f4ab3a;
		font-size: 1.7rem;
		font-family: "Potta One", system-ui;
		text-align: center;
		letter-spacing: 0.05em;
		margin-bottom: 10px;
	}

	p.logo_f {
		width: 500px;
		margin: 0 auto 70px;
	}

	ul.fnav {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	ul.fnav li {
		margin-right: 10px;
	}

	ul.fnav li:last-child {
		margin-right: 0;
	}

	ul.fnav li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 160px;
		height: 50px;
		font-size: 1.6rem;
		color: #333;
		font-weight: 700;
		background-color: #fff;
		border-radius: 30px;
		border: 3px solid #aa2a1e;
	}

	ul.fnav li a:hover {
		opacity: 1;
		background-color: #fccdcd;
	}

	p.copyright {
		width: 100%;
		height: 40px;
		background-color: #d12c1c;
		font-size: 1.2rem;
		letter-spacing: 0.05em;
		color: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin-top: 60px;
	}
}




@media (max-width: 767px) {
	p.pagetop a {
		position: fixed;
		bottom: 40px;
		right: 15px;
		width: 30px;
		height: 31px;
		z-index: 999;
	}

	p.pagetop a img {
		width: 30px;
		height: 31px;
	}
}

@media (min-width: 768px) {
	p.pagetop a {
		position: fixed;
		bottom: 50px;
		right: 25px;
		width: 35px;
		height: 36px;
		z-index: 999;
	}

	p.pagetop a img {
		width: 35px;
		height: 36px;
	}
}

@media (min-width: 992px) {
	p.pagetop a {
		position: fixed;
		bottom: 55px;
		right: 30px;
		width: 40px;
		height: 41px;
		z-index: 999;
	}

	p.pagetop a img {
		width: 40px;
		height: 41px;
	}
}

@media (min-width: 1200px) {
	p.pagetop a {
		position: fixed;
		bottom: 75px;
		right: 35px;
		width: 44px;
		height: 45px;
		z-index: 999;
	}

	p.pagetop a img {
		width: 44px;
		height: 45px;
	}
}

@media (min-width: 1921px) {
	p.pagetop a {
		position: fixed;
		bottom: 75px;
		right: calc(50% - 920px);
		width: 44px;
		height: 45px;
		z-index: 99;
	}

	p.pagetop a img {
		width: 44px;
		height: 45px;
	}
}



/* サブページ共通
=========================================================================== */

@media (max-width: 767px) {
	.bg_sub {
		width: 100%;
		height: 130px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		border-radius: 12px;
	}

	h2.sub {
		text-align: center;
		font-family: "Potta One", system-ui;
		font-size: 2.4rem;
		color: #fff;
		line-height: 1;
	}

	h2.sub span {
		font-family: "Oswald", sans-serif;
		color: #d12c1c;
		font-size: 1.4rem;
		display: block;
		margin-bottom: 5px;
	}
}

@media (min-width: 768px) {
	.bg_sub {
		width: 100%;
		height: 200px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		border-radius: 20px;
	}

	h2.sub {
		text-align: center;
		font-family: "Potta One", system-ui;
		font-size: 3.2rem;
		color: #fff;
		line-height: 1;
	}

	h2.sub span {
		font-family: "Oswald", sans-serif;
		color: #d12c1c;
		font-size: 1.7rem;
		display: block;
		margin-bottom: 5px;
	}
}

@media (min-width: 992px) {
	.bg_sub {
		width: 100%;
		height: 240px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		border-radius: 24px;
	}

	h2.sub {
		text-align: center;
		font-family: "Potta One", system-ui;
		font-size: 4rem;
		color: #fff;
		line-height: 1;
	}

	h2.sub span {
		font-family: "Oswald", sans-serif;
		color: #d12c1c;
		font-size: 2rem;
		display: block;
		margin-bottom: 5px;
	}
}

@media (min-width: 1200px) {
	.bg_sub {
		width: 100%;
		height: 300px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		border-radius: 30px;
	}

	h2.sub {
		text-align: center;
		font-family: "Potta One", system-ui;
		font-size: 4.6rem;
		color: #fff;
		line-height: 1;
	}

	h2.sub span {
		font-family: "Oswald", sans-serif;
		color: #d12c1c;
		font-size: 2.4rem;
		display: block;
		margin-bottom: 5px;
	}
}

@media (max-width: 767px) {
	.bg_news {
		background: url(../images/bg_news_sp.jpg) center center /cover no-repeat;
	}
	
	.bg_kodawari {
		background: url(../images/bg_kodawari_sp.jpg) center center /cover no-repeat;
	}
	
	.bg_menu {
		background: url(../images/bg_menu_sp.jpg) center center /cover no-repeat;
	}
	
	.bg_tenpo {
		background: url(../images/bg_tenpo_sp.jpg) center center /cover no-repeat;
	}
	
	.bg_saiyou {
		background: url(../images/bg_saiyou_sp.jpg) center center /cover no-repeat;
	}
	
	.bg_oubo {
		background: url(../images/bg_oubo_sp.jpg) center center /cover no-repeat;
	}
}

@media (min-width: 768px) {
	.bg_news {
		background: url(../images/bg_news.jpg) center center /cover no-repeat;
	}
	
	.bg_kodawari {
		background: url(../images/bg_kodawari.jpg) center center /cover no-repeat;
	}
	
	.bg_menu {
		background: url(../images/bg_menu.jpg) center center /cover no-repeat;
	}
	
	.bg_tenpo {
		background: url(../images/bg_tenpo.jpg) center center /cover no-repeat;
	}
	
	.bg_saiyou {
		background: url(../images/bg_saiyou.jpg) center center /cover no-repeat;
	}
	
	.bg_oubo {
		background: url(../images/bg_oubo.jpg) center center /cover no-repeat;
	}
}


/* news.html　お知らせ詳細
=========================================================================== */

@media (max-width: 767px) {
	.info_view {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 5px;
	}

	.info_view p.news_date {
		font-size: 1.4rem;
		font-family: "Roboto Condensed", sans-serif;
		letter-spacing: 0.03em;
		font-weight: 600;
	}

	.info_view p.news_icon {
		color: #e41515;
		font-size: 1.1rem;
		font-weight: 500;
		margin-left: 10px;
	}

	h3.view {
		font-size: 1.8rem;
		font-weight: 600;
		letter-spacing: 0.05em;
		margin-bottom: 20px;
		line-height: 1.6;
		padding-bottom: 7px;
		border-bottom: 1px solid #555;
	}

	ul.pic_view {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 20px;
		gap: 10px;
	}

	ul.pic_view li {
		width: 100%;
	}

	.photo_view {
		height: 0;
		display: block;
		padding-bottom: 68%;
		background-color: transparent;
		overflow: hidden;
		position: relative;
	}

	.photo_view 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;
	}

	.cont_view {
		margin-bottom: 20px;
		line-height: normal;
	}

	ul.file_view {
		display: flex;
		flex-direction: row;
		margin: 15px 0 15px;
		flex-wrap: wrap;
	}

	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: 1px solid #e41515;
		padding: 0.6em 2em 0.6em 3.2em;
		line-height: 1.3;
		position: relative;
		border-radius: 30px;
	}

	ul.file_view li a:hover {
		opacity: 1;
		background-color: #f8e5e5;
	}

	ul.file_view li a:before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 15px;
		transform: translateY(-50%) translateX(0);
		flex-shrink: 0;
	}

	ul.file_view li.btn1 a:before {
		background: url(../images/icon_file01.png) 0 0 /contain no-repeat;
		width: 20px;
		height: 20px;
	}

	ul.file_view li.btn2 a:before {
		background: url(../images/icon_file02.png) 0 0 /contain no-repeat;
		width: 20px;
		height: 20px;
	}

	ul.file_view li.btn3 a:before {
		background: url(../images/icon_file03.png) 0 0 /contain no-repeat;
		width: 20px;
		height: 20px;
	}

	ul.file_view li.btn4 a:before {
		background: url(../images/icon_file04.png) 0 0 /contain no-repeat;
		width: 20px;
		height: 20px;
	}

	p.btn_back a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 170px;
		height: 50px;
		background-color: #555;
		border-radius: 12px;
		color: #fff;
		font-size: 1.4rem;
		margin: 30px auto 0;
		position: relative;
	}

	p.btn_back a:before {
		content: '';
		display: block;
		flex-shrink: 0;
		background: url(../images/icon_back.png) 0 0 /contain no-repeat;
		width: 22px;
		height: 14px;
		margin-right: 7px;
	}

	p.btn_back a:hover {
		opacity: 1;
		background-color: #777;
	}
}

@media (min-width: 768px) {
	.info_view {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.info_view p.news_date {
		font-size: 1.5rem;
		font-family: "Roboto Condensed", sans-serif;
		letter-spacing: 0.03em;
		font-weight: 600;
	}

	.info_view p.news_icon {
		color: #e41515;
		font-size: 1.4rem;
		margin-left: 20px;
		font-weight: 600;
	}

	h3.view {
		font-size: 1.8rem;
		font-weight: 600;
		letter-spacing: 0.05em;
		margin-bottom: 25px;
		line-height: 1.6;
		padding-bottom: 10px;
		border-bottom: 1px solid #555;
	}

	ul.pic_view {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 40px;
		gap: 2%;
	}

	ul.pic_view li {
		width: 32%;
	}

	.photo_view {
		height: 0;
		display: block;
		padding-bottom: 68%;
		background-color: transparent;
		overflow: hidden;
		position: relative;
	}

	.photo_view 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;
	}

	.cont_view {
		margin-bottom: 20px;
		line-height: normal;
	}

	ul.file_view {
		display: flex;
		flex-direction: row;
		margin: 40px 0 40px;
		flex-wrap: wrap;
	}

	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.5rem;
		border: 2px solid #e41515;
		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: #f8e5e5;
	}

	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_file01.png) 0 0 /contain no-repeat;
		width: 22px;
		height: 22px;
	}

	ul.file_view li.btn2 a:before {
		background: url(../images/icon_file02.png) 0 0 /contain no-repeat;
		width: 22px;
		height: 22px;
	}

	ul.file_view li.btn3 a:before {
		background: url(../images/icon_file03.png) 0 0 /contain no-repeat;
		width: 22px;
		height: 22px;
	}

	ul.file_view li.btn4 a:before {
		background: url(../images/icon_file04.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: 200px;
		height: 50px;
		background-color: #555;
		border-radius: 12px;
		color: #fff;
		font-size: 1.4rem;
		margin: 30px auto 0;
		position: relative;
	}

	p.btn_back a:before {
		content: '';
		display: block;
		flex-shrink: 0;
		background: url(../images/icon_back.png) 0 0 /contain no-repeat;
		width: 22px;
		height: 14px;
		margin-right: 10px;
	}

	p.btn_back a:hover {
		opacity: 1;
		background-color: #777;
	}
}

@media (min-width: 992px) {
	.info_view {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
	}

	.info_view p.news_date {
		font-size: 1.6rem;
		font-family: "Roboto Condensed", sans-serif;
		letter-spacing: 0.03em;
		font-weight: 600;
	}

	.info_view p.news_icon {
		color: #e41515;
		font-size: 1.4rem;
		margin-left: 20px;
		font-weight: 600;
	}

	h3.view {
		font-size: 2rem;
		font-weight: 600;
		letter-spacing: 0.05em;
		margin-bottom: 25px;
		line-height: 1.6;
		padding-bottom: 10px;
		border-bottom: 1px solid #555;
	}

	ul.pic_view {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 40px;
		gap: 2%;
	}

	ul.pic_view li {
		width: 32%;
	}

	.photo_view {
		height: 0;
		display: block;
		padding-bottom: 68%;
		background-color: transparent;
		overflow: hidden;
		position: relative;
	}

	.photo_view 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;
	}

	.cont_view {
		margin-bottom: 20px;
		line-height: normal;
	}

	ul.file_view {
		display: flex;
		flex-direction: row;
		margin: 40px 0 40px;
		flex-wrap: wrap;
	}

	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 #e41515;
		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: #f8e5e5;
	}

	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_file01.png) 0 0 /contain no-repeat;
		width: 24px;
		height: 24px;
	}

	ul.file_view li.btn2 a:before {
		background: url(../images/icon_file02.png) 0 0 /contain no-repeat;
		width: 24px;
		height: 24px;
	}

	ul.file_view li.btn3 a:before {
		background: url(../images/icon_file03.png) 0 0 /contain no-repeat;
		width: 24px;
		height: 24px;
	}

	ul.file_view li.btn4 a:before {
		background: url(../images/icon_file04.png) 0 0 /contain no-repeat;
		width: 24px;
		height: 24px;
	}

	p.btn_back a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 220px;
		height: 54px;
		background-color: #555;
		border-radius: 16px;
		color: #fff;
		font-size: 1.5rem;
		margin: 30px auto 0;
		position: relative;
	}

	p.btn_back a:before {
		content: '';
		display: block;
		flex-shrink: 0;
		background: url(../images/icon_back.png) 0 0 /contain no-repeat;
		width: 28px;
		height: 20px;
	}

	p.btn_back a:hover {
		opacity: 1;
		background-color: #777;
	}
}

@media (min-width: 1200px) {
	.info_view {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
	}

	.info_view p.news_date {
		font-size: 1.6rem;
		font-family: "Roboto Condensed", sans-serif;
		letter-spacing: 0.03em;
		font-weight: 600;
	}

	.info_view p.news_icon {
		color: #e41515;
		font-size: 1.2rem;
		font-weight: 600;
		margin-left: 20px;
	}

	h3.view {
		font-size: 2.1rem;
		font-weight: 600;
		letter-spacing: 0.05em;
		margin-bottom: 30px;
		line-height: 1.6;
		border-bottom: 1px solid #555;
		padding-bottom: 15px;
	}

	ul.pic_view {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 40px;
		gap: 2%;
	}

	ul.pic_view li {
		width: 32%;
	}

	.photo_view {
		height: 0;
		display: block;
		padding-bottom: 68%;
		background-color: transparent;
		overflow: hidden;
		position: relative;
	}

	.photo_view 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;
	}

	.cont_view {
		margin-bottom: 20px;
		line-height: normal;
	}

	ul.file_view {
		display: flex;
		flex-direction: row;
		margin: 50px 0 50px;
		flex-wrap: wrap;
	}

	ul.file_view li {
		margin-right: 20px;
		margin-bottom: 20px;
	}

	ul.file_view li a {
		display: flex;
		flex-direction: row;
		align-items: center;
		color: #333;
		font-size: 1.5rem;
		border: 2px solid #e41515;
		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: #f8e5e5;
	}

	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_file01.png) 0 0 /contain no-repeat;
		width: 30px;
		height: 30px;
	}

	ul.file_view li.btn2 a:before {
		background: url(../images/icon_file02.png) 0 0 /contain no-repeat;
		width: 30px;
		height: 30px;
	}

	ul.file_view li.btn3 a:before {
		background: url(../images/icon_file03.png) 0 0 /contain no-repeat;
		width: 30px;
		height: 30px;
	}

	ul.file_view li.btn4 a:before {
		background: url(../images/icon_file04.png) 0 0 /contain no-repeat;
		width: 30px;
		height: 30px;
	}

	p.btn_back a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 240px;
		height: 60px;
		background-color: #555;
		border-radius: 20px;
		color: #fff;
		font-size: 1.6rem;
		margin: 30px auto 0;
		position: relative;
	}

	p.btn_back a:before {
		content: '';
		display: block;
		flex-shrink: 0;
		background: url(../images/icon_back.png) 0 0 /contain no-repeat;
		width: 28px;
		height: 20px;
	}

	p.btn_back a:hover {
		opacity: 1;
		background-color: #777;
	}
}





/* kodawari.html　こだわり
=========================================================================== */

@media (max-width: 767px) {
	.bg_kodawari01 {
		padding: 30px 0 0;
	}

	p.ttl_kodawari01 {
		text-align: center;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
		margin-bottom: 20px;
		font-family: "Noto Serif JP", serif;
		color: #d12c1c;
	}

	.pic_kodawari01 {
		width: 100%;
		margin-top: 15px;
		margin-bottom: 40px;
	}

	.cont_kodawari01 {
		width: 100%;
	}

	.cont_kodawari01 h3 {
		font-family: "Potta One", system-ui;
		font-size: 2.2rem;
		margin-bottom: 15px;
		text-align: center;
	}

	.cont_kodawari01 p.text {
		font-size: 1.5rem;
		line-height: 1.6;
		letter-spacing: 0.05em;
	}

	.bdr_red {
		text-decoration: underline;
		text-decoration-thickness: 0.2em;
		text-decoration-color: #f6ad3b;
		text-underline-offset: 0em;
		text-decoration-skip-ink: none;
	}
}

@media (min-width: 768px) {
	.bg_kodawari01 {
		padding: 50px 0 70px;
	}

	p.ttl_kodawari01 {
		text-align: center;
		font-size: 2.1rem;
		letter-spacing: 0.1em;
		margin-bottom: 50px;
		font-family: "Noto Serif JP", serif;
		color: #d12c1c;
	}

	.pic_kodawari01 {
		width: 46%;
	}

	.cont_kodawari01 {
		width: 46%;
	}

	.cont_kodawari01 h3 {
		font-family: "Potta One", system-ui;
		font-size: 2.7rem;
		margin-bottom: 25px;
	}

	.cont_kodawari01 p.text {
		font-size: 1.6rem;
		line-height: 1.6;
		letter-spacing: 0.05em;
	}

	.bdr_red {
		text-decoration: underline;
		text-decoration-thickness: 0.2em;
		text-decoration-color: #f6ad3b;
		text-underline-offset: 0em;
		text-decoration-skip-ink: none;
	}
}

@media (min-width: 992px) {
	.bg_kodawari01 {
		padding: 50px 0 70px;
	}

	p.ttl_kodawari01 {
		text-align: center;
		font-size: 2.3rem;
		letter-spacing: 0.1em;
		margin-bottom: 50px;
		font-family: "Noto Serif JP", serif;
		color: #d12c1c;
	}

	.pic_kodawari01 {
		width: 46%;
	}

	.cont_kodawari01 {
		width: 46%;
	}

	.cont_kodawari01 h3 {
		font-family: "Potta One", system-ui;
		font-size: 3rem;
		margin-bottom: 25px;
	}

	.cont_kodawari01 p.text {
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 0.05em;
	}

	.bdr_red {
		text-decoration: underline;
		text-decoration-thickness: 0.2em;
		text-decoration-color: #f6ad3b;
		text-underline-offset: 0em;
		text-decoration-skip-ink: none;
	}
}

@media (min-width: 1200px) {
	.bg_kodawari01 {
		padding: 50px 0 70px;
	}

	p.ttl_kodawari01 {
		text-align: center;
		font-size: 2.6rem;
		letter-spacing: 0.1em;
		margin-bottom: 50px;
		font-family: "Noto Serif JP", serif;
		color: #d12c1c;
	}

	.pic_kodawari01 {
		width: 46%;
	}

	.cont_kodawari01 {
		width: 46%;
	}

	.cont_kodawari01 h3 {
		font-family: "Potta One", system-ui;
		font-size: 3.4rem;
		margin-bottom: 30px;
	}

	.cont_kodawari01 p.text {
		font-size: 1.7rem;
		line-height: 1.8;
		letter-spacing: 0.05em;
	}

	.bdr_red {
		text-decoration: underline;
		text-decoration-thickness: 0.2em;
		text-decoration-color: #f6ad3b;
		text-underline-offset: 0em;
		text-decoration-skip-ink: none;
	}
}

@media (min-width: 1500px) {
	.bg_kodawari01 {
		padding: 50px 0 70px;
	}

	.bg_kodawari01 .container {
		width: 1460px;
	}

	p.ttl_kodawari01 {
		text-align: center;
		font-size: 2.8rem;
		letter-spacing: 0.1em;
		margin-bottom: 50px;
		font-family: "Noto Serif JP", serif;
		color: #d12c1c;
	}

	.pic_kodawari01 {
		width: 46%;
	}

	.cont_kodawari01 {
		width: 46%;
	}

	.cont_kodawari01 h3 {
		font-family: "Potta One", system-ui;
		font-size: 4rem;
		margin-bottom: 30px;
	}

	.cont_kodawari01 p.text {
		font-size: 1.7rem;
		line-height: 1.8;
		letter-spacing: 0.05em;
	}

	.bdr_red {
		text-decoration: underline;
		text-decoration-thickness: 0.2em;
		text-decoration-color: #f6ad3b;
		text-underline-offset: 0em;
		text-decoration-skip-ink: none;
	}
}







/* menu.html　メニュー
=========================================================================== */
@media (max-width: 768px) {
	.side_menu {
		display: none;
	}

	.main_menu {
		width: 100%;
	}
}

@media (max-width: 767px) {

	#menu01,
	#menu02,
	#menu03,
	#menu04,
	#menu05,
	#menu06,
	#menu07 {
		margin-top: -90px;
		padding-top: 90px;
	}

	.margin_fix {
		height: 100px;
	}
}

@media (min-width: 768px) {

	#menu01,
	#menu02,
	#menu03,
	#menu04,
	#menu05,
	#menu06,
	#menu07 {
		margin-top: -100px;
		padding-top: 100px;
	}

	.margin_fix {
		height: 100px;
	}
}

@media (min-width: 992px) {

	#menu01,
	#menu02,
	#menu03,
	#menu04,
	#menu05,
	#menu06,
	#menu07 {
		margin-top: -120px;
		padding-top: 120px;
	}

	.margin_fix {
		height: 100px;
	}
}

@media (min-width: 1200px) {

	#menu01,
	#menu02,
	#menu03,
	#menu04,
	#menu05,
	#menu06,
	#menu07 {
		margin-top: -85px;
		padding-top: 85px;
	}

	.margin_fix {
		height: 100px;
	}
}




@media (min-width: 768px) {
	.side_menu {
		width: 200px;
		max-width: 200px;
		background-color: #fff5e5;
		padding: 10px;
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 20px;
	}

	.side_menu p.ttl {
		text-align: center;
		font-family: "Potta One", system-ui;
		font-size: 2rem;
		color: #333;
		margin-bottom: 10px;
	}

	.nav_menu li {
		list-style: none;
		margin-bottom: 10px;
	}

	.nav_menu a {
		text-decoration: none;
		color: #333;
		padding: 5px 10px;
		display: block;
		transition: color 0.3s, background-color 0.3s;
	}

	.nav_menu a.active {
		color: #fff;
		background-color: #cc3433;
		border-radius: 4px;
	}

	.main_menu {
		flex: 1;
		padding: 20px;
		margin-left: 200px;
	}
}

@media (min-width: 992px) {
	.side_menu {
		width: 200px;
		max-width: 200px;
		background-color: #fff5e5;
		padding: 10px;
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 20px;
	}

	.nav_menu li {
		list-style: none;
		margin-bottom: 10px;
	}

	.nav_menu a {
		text-decoration: none;
		color: #333;
		padding: 5px 10px;
		display: block;
		transition: color 0.3s, background-color 0.3s;
	}

	.nav_menu a.active {
		color: #fff;
		background-color: #cc3433;
		border-radius: 4px;
	}

	.main_menu {
		flex: 1;
		padding: 20px;
		margin-left: 200px;
	}
}

@media (min-width: 1200px) {
	.side_menu {
		width: 200px;
		max-width: 200px;
		background-color: #fff5e5;
		padding: 10px;
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 20px;
	}

	.nav_menu li {
		list-style: none;
		margin-bottom: 10px;
	}

	.nav_menu a {
		text-decoration: none;
		color: #333;
		padding: 5px 10px;
		display: block;
		transition: color 0.3s, background-color 0.3s;
	}

	.nav_menu a.active {
		color: #fff;
		background-color: #cc3433;
		border-radius: 4px;
	}

	.main_menu {
		flex: 1;
		padding: 20px;
		margin-left: 200px;
	}
}


.nav_menu a:hover {
	opacity: 1;
}

.nav_menu a {
	text-decoration: none;
	color: #333;
	padding: 5px 10px;
	display: block;
	transition: color 0s, background-color 0s;
	position: relative;
}

.nav_menu a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #cc3433;
	opacity: 0;
	transition: opacity 0s ease 0s;
}

.nav_menu a.active::after {
	opacity: 1;
}









@media (max-width: 767px) {
	.ttl_menu {
		background-color: #333;
		padding: 20px 20px 15px;
		margin-bottom: 20px;
	}

	h3.menu {
		color: #fff;
		font-family: "Potta One", system-ui;
		font-size: 2.2rem;
		text-align: center;
		letter-spacing: 0.1em;
		line-height: 1;
	}

	.ttl_menu p {
		text-align: center;
		color: #f6a82f;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		margin-top: 10px;
	}

	p.pic_menu_intro {
		margin: 15px auto 20px;
		max-width: 600px;
	}

	p.text_c {
		text-align: center;
	}

	#menu01 p.text_c {
		font-size: 1.5rem;
		letter-spacing: 0.1em;
		line-height: 1.6;
	}

	.select_area {
		width: 100%;
		margin-bottom: 30px;
	}

	p.ttl_select {
		font-size: 1.5rem;
		font-weight: 700;
		letter-spacing: 0.05em;
		margin-bottom: 5px;
	}

	.dg_select {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px 5px;
	}

	.cont_select p.text {
		text-align: center;
		font-size: 1.3rem;
		margin-top: 5px;
	}

	.select_area>p.text {
		margin-top: 15px;
		line-height: 1.4;
	}

	.dg_menu {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 30px 20px;
	}

	p.pic_menu {
		margin-bottom: 10px;
	}

	h4.menu {
		font-family: "Noto Serif JP", serif;
		font-weight: 700;
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		line-height: 1.4;
	}

	h4.menu small {
		font-size: 1.4rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}

	ul.size_menu {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 7px 0 0;
	}

	ul.size_menu li {
		font-size: 1.1rem;
		background-color: #ffbc58;
		padding: 0.1em 1em;
		border-radius: 20px;
		margin-right: 5px;
	}

	ul.size_menu li:nth-of-type(2) {
		background-color: #ffd390;
	}

	.cont_menu p.text_mini {
		font-size: 1.4rem;
		margin-top: 10px;
		padding-left: 1em;
	}

	.cont_menu p.text_mini:before {
		content: '※';
		display: inline-block;
		color: #ff0000;
		margin-left: -1em;
	}

	ul.tanpin {
		margin: 0;
	}

	ul.tanpin li {
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		line-height: 1.4;
		padding-bottom: 5px;
		border-bottom: 1px dashed #ccc;
		margin-bottom: 10px;
	}

	ul.tanpin li:before {
		content: "\f2e7";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 10px;
		color: #ffaf37;
	}
}

@media (min-width: 768px) {
	.ttl_menu {
		background-color: #333;
		padding: 20px 20px 15px;
		margin-bottom: 20px;
	}

	h3.menu {
		color: #fff;
		font-family: "Potta One", system-ui;
		font-size: 2.6rem;
		text-align: center;
		letter-spacing: 0.1em;
		line-height: 1;
	}

	.ttl_menu p {
		text-align: center;
		color: #f6a82f;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		margin-top: 10px;
	}

	p.pic_menu_intro {
		margin: 15px auto 20px;
		max-width: 600px;
	}

	p.text_c {
		text-align: center;
	}

	#menu01 p.text_c {
		font-size: 1.5rem;
		letter-spacing: 0.1em;
		line-height: 1.6;
	}

	.select_area {
		width: 49%;
	}

	p.ttl_select {
		font-size: 1.5rem;
		font-weight: 700;
		letter-spacing: 0.05em;
		margin-bottom: 5px;
	}

	.dg_select {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 15px 5px;
	}

	.cont_select p.text {
		text-align: center;
		font-size: 1.3rem;
		margin-top: 5px;
	}

	.select_area>p.text {
		margin-top: 15px;
		line-height: 1.4;
	}

	.dg_menu {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 30px 20px;
	}

	p.pic_menu {
		margin-bottom: 10px;
	}

	h4.menu {
		font-family: "Noto Serif JP", serif;
		font-weight: 700;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
		line-height: 1.4;
	}

	h4.menu small {
		font-size: 1.5rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}

	ul.size_menu {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 7px 0 0;
	}

	ul.size_menu li {
		font-size: 1.2rem;
		background-color: #ffbc58;
		padding: 0.1em 1em;
		border-radius: 20px;
		margin-right: 10px;
	}

	ul.size_menu li:nth-of-type(2) {
		background-color: #ffd390;
	}

	.cont_menu p.text_mini {
		font-size: 1.4rem;
		margin-top: 10px;
		padding-left: 1em;
	}

	.cont_menu p.text_mini:before {
		content: '※';
		display: inline-block;
		color: #ff0000;
		margin-left: -1em;
	}

	ul.tanpin {
		margin: 0;
	}

	ul.tanpin li {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.4;
		padding-bottom: 7px;
		border-bottom: 1px dashed #ccc;
		margin-bottom: 10px;
	}

	ul.tanpin li:before {
		content: "\f2e7";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 10px;
		color: #ffaf37;
	}
}

@media (min-width: 992px) {
	.ttl_menu {
		background-color: #333;
		padding: 20px 20px 15px;
		margin-bottom: 20px;
	}

	h3.menu {
		color: #fff;
		font-family: "Potta One", system-ui;
		font-size: 3.2rem;
		text-align: center;
		letter-spacing: 0.1em;
		line-height: 1;
	}

	.ttl_menu p {
		text-align: center;
		color: #f6a82f;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		margin-top: 10px;
	}

	p.pic_menu_intro {
		margin: 15px auto 20px;
		max-width: 600px;
	}

	p.text_c {
		text-align: center;
	}

	#menu01 p.text_c {
		font-size: 1.5rem;
		letter-spacing: 0.1em;
		line-height: 1.6;
	}

	.select_area {
		width: 47%;
	}

	p.ttl_select {
		font-size: 1.6rem;
		font-weight: 700;
		letter-spacing: 0.05em;
		margin-bottom: 5px;
	}

	.dg_select {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 15px 5px;
	}

	.cont_select p.text {
		text-align: center;
		font-size: 1.3rem;
		margin-top: 5px;
	}

	.select_area>p.text {
		margin-top: 15px;
		line-height: 1.4;
	}

	.dg_menu {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 30px 20px;
	}

	p.pic_menu {
		margin-bottom: 10px;
	}

	h4.menu {
		font-family: "Noto Serif JP", serif;
		font-weight: 700;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
		line-height: 1.4;
	}

	h4.menu small {
		font-size: 1.5rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}

	ul.size_menu {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 7px 0 0;
	}

	ul.size_menu li {
		font-size: 1.2rem;
		background-color: #ffbc58;
		padding: 0.1em 1em;
		border-radius: 20px;
		margin-right: 10px;
	}

	ul.size_menu li:nth-of-type(2) {
		background-color: #ffd390;
	}

	.cont_menu p.text_mini {
		font-size: 1.4rem;
		margin-top: 10px;
		padding-left: 1em;
	}

	.cont_menu p.text_mini:before {
		content: '※';
		display: inline-block;
		color: #ff0000;
		margin-left: -1em;
	}

	ul.tanpin {
		margin: 0;
	}

	ul.tanpin li {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.4;
		padding-bottom: 7px;
		border-bottom: 1px dashed #ccc;
		margin-bottom: 10px;
	}

	ul.tanpin li:before {
		content: "\f2e7";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 10px;
		color: #ffaf37;
	}
}

@media (min-width: 1200px) {
	.ttl_menu {
		background-color: #333;
		padding: 20px 20px 15px;
		margin-bottom: 30px;
	}

	h3.menu {
		color: #fff;
		font-family: "Potta One", system-ui;
		font-size: 4rem;
		text-align: center;
		letter-spacing: 0.1em;
		line-height: 1;
	}

	.ttl_menu p {
		text-align: center;
		color: #f6a82f;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		margin-top: 10px;
	}

	p.pic_menu_intro {
		margin: 15px auto 20px;
		max-width: 600px;
	}

	p.text_c {
		text-align: center;
	}

	#menu01 p.text_c {
		font-size: 1.5rem;
		letter-spacing: 0.1em;
		line-height: 1.6;
	}

	.select_area {
		width: 47%;
	}

	p.ttl_select {
		font-size: 1.6rem;
		font-weight: 700;
		letter-spacing: 0.05em;
		margin-bottom: 5px;
	}

	.dg_select {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 15px 5px;
	}

	.cont_select p.text {
		text-align: center;
		font-size: 1.4rem;
		margin-top: 5px;
	}

	.select_area>p.text {
		margin-top: 15px;
		line-height: 1.4;
	}

	.dg_menu {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 40px 30px;
	}

	p.pic_menu {
		margin-bottom: 10px;
	}

	h4.menu {
		font-family: "Noto Serif JP", serif;
		font-weight: 700;
		font-size: 1.9rem;
		letter-spacing: 0.05em;
		line-height: 1.4;
	}

	h4.menu small {
		font-size: 1.6rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}

	ul.size_menu {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 7px 0 0;
	}

	ul.size_menu li {
		font-size: 1.2rem;
		background-color: #ffbc58;
		padding: 0.1em 1em;
		border-radius: 20px;
		margin-right: 10px;
	}

	ul.size_menu li:nth-of-type(2) {
		background-color: #ffd390;
	}

	.cont_menu p.text_mini {
		font-size: 1.4rem;
		margin-top: 10px;
		padding-left: 1em;
	}

	.cont_menu p.text_mini:before {
		content: '※';
		display: inline-block;
		color: #ff0000;
		margin-left: -1em;
	}

	ul.tanpin {
		margin: 0;
	}

	ul.tanpin li {
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		line-height: 1.4;
		padding-bottom: 7px;
		border-bottom: 1px dashed #ccc;
		margin-bottom: 10px;
	}

	ul.tanpin li:before {
		content: "\f2e7";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 10px;
		color: #ffaf37;
	}
}




/* tenpo.html　店舗情報
=========================================================================== */

@media (min-width: 1200px) {

	#tenpo01,
	#tenpo02,
	#tenpo03,
	#tenpo04 {
		margin-top: -100px;
		padding-top: 100px;
	}
}

@media (max-width: 767px) {}

@media (min-width: 768px) and (max-width:991px) {
	.pic_tenpo .swiper_container {
		width: 100%;
		margin-bottom: 20px;
		position: relative;
		margin: 0 auto 20px;
		max-width: 540px;
	}

	.pic_tenpo .swiper {
		width: 100%;
	}

	.pic_tenpo .swiper-pagination {
		position: absolute;
		bottom: 15px !important;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
		z-index: 10;
	}

	.pic_tenpo .swiper-pagination-bullet {
		background: #f7d976 !important;
		opacity: 1 !important;
		width: 10px !important;
		height: 10px !important;
		margin: 0 6px !important;
		border-radius: 50% !important;
	}

	.pic_tenpo .swiper-pagination-bullet-active {
		background: rgb(221, 22, 22) !important;
	}
}

@media (min-width: 992px) {
	.pic_tenpo .swiper_container {
		width: 100%;
		margin-bottom: 20px;
		position: relative;
	}

	.pic_tenpo .swiper {
		width: 100%;
	}

	.pic_tenpo .swiper-pagination {
		position: absolute;
		bottom: 15px !important;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
		z-index: 10;
	}

	.pic_tenpo .swiper-pagination-bullet {
		background: #f7d976 !important;
		opacity: 1 !important;
		width: 10px !important;
		height: 10px !important;
		margin: 0 6px !important;
		border-radius: 50% !important;
	}

	.pic_tenpo .swiper-pagination-bullet-active {
		background: rgb(221, 22, 22) !important;
	}
}




@media (max-width: 767px) {
	h3.tenpo {
		text-align: center;
		font-family: "Potta One", system-ui;
		font-size: 2rem;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
		color: #fff;
		background-color: #333;
		padding: 0.5em 1em;
	}

	.flex_tenpo {
		flex-direction: column;
	}

	.pic_tenpo {
		width: 100%;
		margin-bottom: 10px;
	}

	.info_tenpo {
		width: 100%;
		margin-bottom: 20px;
	}

	table.tenpo {
		width: 100%;
	}

	table.tenpo th {
		display: block;
		width: 100%;
		font-size: 1.5rem;
		padding: 5px 10px;
		background-color: #fce9cc;
		font-weight: 500;
	}

	table.tenpo td {
		display: block;
		width: 100%;
		font-size: 1.5rem;
		padding: 8px 10px 15px;
	}

	.map_tenpo {
		width: 100%;
	}

	.map_tenpo iframe {
		width: 100%;
		height: 400px;
	}

	.parking_tenpo {
		width: 100%;
		max-width: 540px;
		margin: 20px auto 0;
	}

	h4.parking {
		text-align: center;
		font-size: 1.6rem;
		background-color: #fce9cc;
		padding: 0.3em 1em;
		margin-bottom: 10px;
		font-weight: 600;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	h3.tenpo {
		text-align: center;
		font-family: "Potta One", system-ui;
		font-size: 2.6rem;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
		color: #fff;
		background-color: #333;
		padding: 0.5em 1em;
	}

	.flex_tenpo {
		flex-direction: column;
	}

	.pic_tenpo {
		width: 100%;
		margin-bottom: 10px;
	}

	.info_tenpo {
		width: 100%;
		margin-bottom: 20px;
	}

	table.tenpo {
		width: 100%;
	}

	table.tenpo th {
		font-size: 1.5rem;
		padding: 15px 10px;
		border: 1px solid #aaa;
		background-color: #fce9cc;
		font-weight: 500;
	}

	table.tenpo td {
		font-size: 1.5rem;
		padding: 15px 10px;
		border: 1px solid #aaa;
	}

	.map_tenpo {
		width: 100%;
	}

	.map_tenpo iframe {
		width: 100%;
		height: 400px;
	}

	.parking_tenpo {
		width: 100%;
		max-width: 540px;
		margin: 20px auto 0;
	}

	h4.parking {
		text-align: center;
		font-size: 1.6rem;
		background-color: #fce9cc;
		padding: 0.3em 1em;
		margin-bottom: 10px;
		font-weight: 600;
	}
}

@media (min-width: 992px) {
	h3.tenpo {
		text-align: center;
		font-family: "Potta One", system-ui;
		font-size: 3rem;
		letter-spacing: 0.1em;
		margin-bottom: 30px;
		color: #fff;
		background-color: #333;
		padding: 0.5em 1em;
	}

	.pic_tenpo {
		width: 48%;
		margin-bottom: 30px;
	}

	.info_tenpo {
		width: 48%;
		margin-bottom: 30px;
	}

	table.tenpo {
		width: 100%;
	}

	table.tenpo th {
		font-size: 1.5rem;
		padding: 15px 10px;
		border: 1px solid #aaa;
		background-color: #fce9cc;
		font-weight: 500;
	}

	table.tenpo td {
		font-size: 1.5rem;
		padding: 15px 10px;
		border: 1px solid #aaa;
	}

	.map_tenpo {
		/* width: 66%; */
		width: 100%;
	}

	.map_tenpo iframe {
		width: 100%;
		height: 400px;
	}

	.parking_tenpo {
		width: 30%;
	}

	h4.parking {
		text-align: center;
		font-size: 1.6rem;
		background-color: #fce9cc;
		padding: 0.3em 1em;
		margin-bottom: 10px;
		font-weight: 600;
	}
}

@media (min-width: 1200px) {
	h3.tenpo {
		text-align: center;
		font-family: "Potta One", system-ui;
		font-size: 3.6rem;
		letter-spacing: 0.1em;
		margin-bottom: 30px;
		color: #fff;
		background-color: #333;
		padding: 0.5em 1em;
	}

	.pic_tenpo {
		width: 48%;
		margin-bottom: 30px;
	}

	.info_tenpo {
		width: 48%;
		margin-bottom: 30px;
	}

	table.tenpo {
		width: 100%;
	}

	table.tenpo th {
		font-size: 1.6rem;
		padding: 15px 15px;
		border: 1px solid #aaa;
		background-color: #fce9cc;
		font-weight: 500;
	}

	table.tenpo td {
		font-size: 1.6rem;
		padding: 15px 15px;
		border: 1px solid #aaa;
	}

	.map_tenpo {
		/* width: 66%; */
		width: 100%;
	}

	.map_tenpo iframe {
		width: 100%;
		height: 400px;
	}

	.parking_tenpo {
		width: 30%;
	}

	h4.parking {
		text-align: center;
		font-size: 1.6rem;
		background-color: #fce9cc;
		padding: 0.3em 1em;
		margin-bottom: 10px;
		font-weight: 600;
	}
}



/* saiyou.html　採用情報
=========================================================================== */

@media (max-width: 767px) {
	.cont_saiyou01 {
		width: 100%;
	}

	.cont_saiyou01 p.text {
		font-size: 1.6rem;
		line-height: 1.6;
		margin-bottom: 10px;
	}

	p.name_saiyou01 {
		font-family: "Yuji Syuku", serif;
		font-size: 1.8rem;
		letter-spacing: 0.1em;
		text-align: right;
	}

	p.name_saiyou01 span {
		display: inline-block;
		margin-right: 20px;
	}

	.pic_saiyou01 {
		width: 100%;
		margin: 0 auto 15px;
		max-width: 260px;
	}

	h3.saiyou_red {
		color: #d12c1c;
		font-size: 2.1rem;
		font-family: "Potta One", system-ui;
		line-height: 1;
		margin-bottom: 15px;
		text-align: center;
	}

	h3.saiyou_yellow {
		color: #f6ad3b;
		font-size: 2.1rem;
		font-family: "Potta One", system-ui;
		line-height: 1;
		margin-bottom: 15px;
		text-align: center;
	}

	.cont_saiyou02 {
		width: 100%;
	}

	.pic_saiyou02 {
		width: 100%;
		max-width: 260px;
		margin: 0 0 15px;
	}

	.pic_saiyou02 p.name {
		font-size: 1.6rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
	}

	.question {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dashed #f6ad3b;
	}

	.question p.ttl {
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		line-height: 1.4;
		font-weight: 500;
		margin-bottom: 5px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.question p.ttl:before {
		content: 'Q';
		display: block;
		width: 26px;
		height: 26px;
		background-color: #f6ad3b;
		border-radius: 50%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #fff;
		flex-shrink: 0;
		margin-right: 7px;
		font-size: 1.4rem;
	}

	.question p.text {
		font-size: 1.5rem;
		line-height: 1.6;
	}

	ul.pic_saiyou03 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
}

@media (min-width: 768px) {
	.cont_saiyou01 {
		width: 57%;
	}

	.cont_saiyou01 p.text {
		font-size: 1.6rem;
		line-height: 1.6;
		margin-bottom: 20px;
	}

	p.name_saiyou01 {
		font-family: "Yuji Syuku", serif;
		font-size: 2rem;
		letter-spacing: 0.1em;
		text-align: right;
	}

	p.name_saiyou01 span {
		display: inline-block;
		margin-right: 20px;
	}

	.pic_saiyou01 {
		width: 38%;
	}

	h3.saiyou_red {
		color: #d12c1c;
		font-size: 2.7rem;
		font-family: "Potta One", system-ui;
		line-height: 1;
		margin-bottom: 15px;
	}

	h3.saiyou_yellow {
		color: #f6ad3b;
		font-size: 2.7rem;
		font-family: "Potta One", system-ui;
		line-height: 1;
		margin-bottom: 15px;
	}

	.cont_saiyou02 {
		width: 60%;
	}

	.pic_saiyou02 {
		width: 36%;
	}

	.pic_saiyou02 p.name {
		font-size: 1.8rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
	}

	.question {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dashed #f6ad3b;
	}

	.question p.ttl {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.4;
		font-weight: 500;
		margin-bottom: 10px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.question p.ttl:before {
		content: 'Q';
		display: block;
		width: 26px;
		height: 26px;
		background-color: #f6ad3b;
		border-radius: 50%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #fff;
		flex-shrink: 0;
		margin-right: 7px;
		font-size: 1.4rem;
	}

	.question p.text {
		font-size: 1.5rem;
		line-height: 1.6;
	}

	ul.pic_saiyou03 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

@media (min-width: 992px) {
	.cont_saiyou01 {
		width: 57%;
	}

	.cont_saiyou01 p.text {
		font-size: 1.6rem;
		line-height: 1.8;
		margin-bottom: 20px;
	}

	p.name_saiyou01 {
		font-family: "Yuji Syuku", serif;
		font-size: 2.2rem;
		letter-spacing: 0.1em;
		text-align: right;
	}

	p.name_saiyou01 span {
		display: inline-block;
		margin-right: 20px;
	}

	.pic_saiyou01 {
		width: 38%;
	}

	h3.saiyou_red {
		color: #d12c1c;
		font-size: 3.2rem;
		font-family: "Potta One", system-ui;
		line-height: 1;
		margin-bottom: 20px;
	}

	h3.saiyou_yellow {
		color: #f6ad3b;
		font-size: 3.2rem;
		font-family: "Potta One", system-ui;
		line-height: 1;
		margin-bottom: 20px;
	}

	.cont_saiyou02 {
		width: 60%;
	}

	.pic_saiyou02 {
		width: 36%;
	}

	.pic_saiyou02 p.name {
		font-size: 1.8rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
	}

	.question {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px dashed #f6ad3b;
	}

	.question p.ttl {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.4;
		font-weight: 500;
		margin-bottom: 10px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.question p.ttl:before {
		content: 'Q';
		display: block;
		width: 30px;
		height: 30px;
		background-color: #f6ad3b;
		border-radius: 50%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #fff;
		flex-shrink: 0;
		margin-right: 10px;
		font-size: 1.6rem;
	}

	.question p.text {
		font-size: 1.5rem;
		line-height: 1.6;
	}

	ul.pic_saiyou03 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
}

@media (min-width: 1200px) {
	.cont_saiyou01 {
		width: 57%;
	}

	.cont_saiyou01 p.text {
		font-size: 1.7rem;
		line-height: 1.8;
		margin-bottom: 20px;
	}

	p.name_saiyou01 {
		font-family: "Yuji Syuku", serif;
		font-size: 2.4rem;
		letter-spacing: 0.1em;
		text-align: right;
	}

	p.name_saiyou01 span {
		display: inline-block;
		margin-right: 20px;
	}

	.pic_saiyou01 {
		width: 38%;
	}

	h3.saiyou_red {
		color: #d12c1c;
		font-size: 3.6rem;
		font-family: "Potta One", system-ui;
		line-height: 1;
		margin-bottom: 20px;
	}

	h3.saiyou_yellow {
		color: #f6ad3b;
		font-size: 3.6rem;
		font-family: "Potta One", system-ui;
		line-height: 1;
		margin-bottom: 20px;
	}

	.cont_saiyou02 {
		width: 56%;
	}

	.pic_saiyou02 {
		width: 40%;
	}

	.pic_saiyou02 p.name {
		font-size: 2rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
	}

	.question {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px dashed #f6ad3b;
	}

	.question p.ttl {
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		line-height: 1.4;
		font-weight: 500;
		margin-bottom: 10px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.question p.ttl:before {
		content: 'Q';
		display: block;
		width: 30px;
		height: 30px;
		background-color: #f6ad3b;
		border-radius: 50%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #fff;
		flex-shrink: 0;
		margin-right: 10px;
	}

	.question p.text {
		font-size: 1.6rem;
		line-height: 1.6;
	}

	ul.pic_saiyou03 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
	}
}



@media (max-width: 767px) {
	.cont_saiyou04 {
		margin-bottom: 30px;
	}

	.ttl_saiyou04 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		background-color: #333;
		margin-bottom: 15px;
		padding: 0.7em 1em;
	}

	.ttl_saiyou04 h4 {
		color: #fff;
		font-size: 1.8rem;
		font-weight: 500;
		margin-bottom: 5px;
	}

	.ttl_saiyou04 p.label01 {
		background-color: #d12c1c;
		color: #fff;
		padding: 0.1em 1.5em;
		font-size: 1.3rem;
		border-radius: 5px;
		display: inline-block;
	}

	.ttl_saiyou04 p.label02 {
		background-color: #2458a7;
		color: #fff;
		padding: 0.1em 1.5em;
		font-size: 1.3rem;
		border-radius: 5px;
		display: inline-block;
	}

	h5.saiyou04 {
		font-size: 1.7rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		margin-bottom: 15px;
		border-left: 4px solid #d12c1c;
		padding: 0.2em 0 0.2em 0.4em;
	}

	table.saiyou04 {
		width: 100%;
	}

	table.saiyou04 th {
		width: 100%;
		display: block;
		font-size: 1.5rem;
		padding: 8px 10px;
		background-color: #e9e9e9;
		font-weight: 500;
	}

	table.saiyou04 td {
		width: 100%;
		display: block;
		font-size: 1.5rem;
		padding: 8px 10px 15px;
		line-height: 1.6;
	}

	p.btn_saiyou a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 240px;
		height: 50px;
		background-color: #d12c1c;
		color: #fff;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		position: relative;
		margin: 0 auto 40px;
		border-radius: 10px;
	}

	p.btn_saiyou a:after {
		content: "\f0da";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%) translateX(0);
		transition: 0.2s;
	}

	p.btn_saiyou a:hover {
		opacity: 1;
		background-color: #f03c2c;
	}

	p.btn_saiyou a:hover:after {
		right: 10px;
	}

	p.btn_saiyou:last-of-type a {
		margin-bottom: 40px;
	}
}

@media (min-width: 768px) {
	.cont_saiyou04 {
		margin-bottom: 30px;
	}

	.ttl_saiyou04 {
		display: flex;
		flex-direction: row;
		align-items: center;
		background-color: #333;
		margin-bottom: 15px;
	}

	.ttl_saiyou04 h4 {
		color: #fff;
		font-size: 1.8rem;
		font-weight: 500;
		padding: 0.7em 1em;
	}

	.ttl_saiyou04 p.label01 {
		background-color: #d12c1c;
		color: #fff;
		padding: 0.1em 1.5em;
		font-size: 1.4rem;
		margin-left: 10px;
		border-radius: 5px;
	}

	.ttl_saiyou04 p.label02 {
		background-color: #2458a7;
		color: #fff;
		padding: 0.1em 1.5em;
		font-size: 1.4rem;
		margin-left: 10px;
		border-radius: 5px;
	}

	h5.saiyou04 {
		font-size: 1.8rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		margin-bottom: 15px;
		border-left: 5px solid #d12c1c;
		padding: 0.2em 0 0.2em 0.5em;
	}

	table.saiyou04 {
		width: 100%;
	}

	table.saiyou04 th {
		font-size: 1.6rem;
		padding: 15px 15px;
		border: 1px solid #aaa;
		background-color: #fce9cc;
		width: 130px;
		font-weight: 500;
	}

	table.saiyou04 td {
		font-size: 1.6rem;
		padding: 15px 15px;
		border: 1px solid #aaa;
	}

	p.btn_saiyou a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 280px;
		height: 52px;
		background-color: #d12c1c;
		color: #fff;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		position: relative;
		margin: 25px auto 40px;
		border-radius: 10px;
	}

	p.btn_saiyou a:after {
		content: "\f0da";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%) translateX(0);
		transition: 0.2s;
	}

	p.btn_saiyou a:hover {
		opacity: 1;
		background-color: #f03c2c;
	}

	p.btn_saiyou a:hover:after {
		right: 15px;
	}

	p.btn_saiyou:last-of-type a {
		margin-bottom: 60px;
	}
}

@media (min-width: 992px) {
	.cont_saiyou04 {
		margin-bottom: 30px;
	}

	.ttl_saiyou04 {
		display: flex;
		flex-direction: row;
		align-items: center;
		background-color: #333;
		margin-bottom: 15px;
	}

	.ttl_saiyou04 h4 {
		color: #fff;
		font-size: 2rem;
		font-weight: 500;
		padding: 0.7em 1em;
	}

	.ttl_saiyou04 p.label01 {
		background-color: #d12c1c;
		color: #fff;
		padding: 0.1em 1.5em;
		font-size: 1.5rem;
		margin-left: 10px;
		border-radius: 5px;
	}

	.ttl_saiyou04 p.label02 {
		background-color: #2458a7;
		color: #fff;
		padding: 0.1em 1.5em;
		font-size: 1.5rem;
		margin-left: 10px;
		border-radius: 5px;
	}

	h5.saiyou04 {
		font-size: 1.8rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		margin-bottom: 15px;
		border-left: 5px solid #d12c1c;
		padding: 0.2em 0 0.2em 0.5em;
	}

	table.saiyou04 {
		width: 100%;
	}

	table.saiyou04 th {
		font-size: 1.6rem;
		padding: 15px 15px;
		border: 1px solid #aaa;
		background-color: #fce9cc;
		width: 160px;
		font-weight: 500;
	}

	table.saiyou04 td {
		font-size: 1.6rem;
		padding: 15px 15px;
		border: 1px solid #aaa;
	}

	p.btn_saiyou a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 340px;
		height: 60px;
		background-color: #d12c1c;
		color: #fff;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
		position: relative;
		margin: 30px auto 50px;
		border-radius: 10px;
	}

	p.btn_saiyou a:after {
		content: "\f0da";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%) translateX(0);
		transition: 0.2s;
	}

	p.btn_saiyou a:hover {
		opacity: 1;
		background-color: #f03c2c;
	}

	p.btn_saiyou a:hover:after {
		right: 15px;
	}

	p.btn_saiyou:last-of-type a {
		margin-bottom: 70px;
	}
}

@media (min-width: 1200px) {
	.cont_saiyou04 {
		margin-bottom: 30px;
	}

	.ttl_saiyou04 {
		display: flex;
		flex-direction: row;
		align-items: center;
		background-color: #333;
		margin-bottom: 15px;
	}

	.ttl_saiyou04 h4 {
		color: #fff;
		font-size: 2.2rem;
		font-weight: 500;
		padding: 0.7em 1em;
	}

	.ttl_saiyou04 p.label01 {
		background-color: #d12c1c;
		color: #fff;
		padding: 0.1em 1.5em;
		font-size: 1.6rem;
		margin-left: 10px;
		border-radius: 5px;
	}

	.ttl_saiyou04 p.label02 {
		background-color: #2458a7;
		color: #fff;
		padding: 0.1em 1.5em;
		font-size: 1.6rem;
		margin-left: 10px;
		border-radius: 5px;
	}

	h5.saiyou04 {
		font-size: 1.9rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		margin-bottom: 15px;
		border-left: 5px solid #d12c1c;
		padding: 0.2em 0 0.2em 0.5em;
	}

	table.saiyou04 {
		width: 100%;
	}

	table.saiyou04 th {
		font-size: 1.6rem;
		padding: 15px 15px;
		border: 1px solid #aaa;
		background-color: #fce9cc;
		width: 180px;
		font-weight: 500;
	}

	table.saiyou04 td {
		font-size: 1.6rem;
		padding: 15px 15px;
		border: 1px solid #aaa;
	}

	p.btn_saiyou a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 390px;
		height: 64px;
		background-color: #d12c1c;
		color: #fff;
		font-size: 1.9rem;
		letter-spacing: 0.05em;
		position: relative;
		margin: 30px auto 50px;
		border-radius: 10px;
	}

	p.btn_saiyou a:after {
		content: "\f0da";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%) translateX(0);
		transition: 0.2s;
	}

	p.btn_saiyou a:hover {
		opacity: 1;
		background-color: #f03c2c;
	}

	p.btn_saiyou a:hover:after {
		right: 15px;
	}

	p.btn_saiyou:last-of-type a {
		margin-bottom: 70px;
	}
}




/* oubo.html　応募フォーム
=========================================================================== */

@media (max-width: 767px) {
	p.ttl_entry {
		text-align: center;
		font-size: 2rem;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
		font-weight: 500;
	}

	p.ttl_entry span {
		color: #ffc568;
		font-size: 1.5rem;
		display: block;
	}

	h3.entry {
		background-color: #fdeaa4;
		font-size: 1.7rem;
		letter-spacing: 0.05em;
		padding: 0.4em 1em;
		text-align: center;
		margin-bottom: 15px;
		border-radius: 7px;
	}

	p.text_entry {
		font-size: 15px;
		line-height: 1.7;
		letter-spacing: 0.03em;
	}

	.inner_entry02 {
		background-color: #d7edef;
		padding: 7px;
		border-radius: 30px;
	}

	.inner_entry02 .inner {
		padding: 25px 20px 20px;
		background-color: #fff;
		border-radius: 16px;
	}

	p.text_form_red {
		color: #ff0000;
		margin-bottom: 5px;
	}
}

@media (min-width: 768px) {
	p.ttl_entry {
		text-align: center;
		font-size: 2.3rem;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
		font-weight: 500;
	}

	p.ttl_entry span {
		color: #ffc568;
		font-size: 1.6rem;
		display: block;
	}

	h3.entry {
		background-color: #fdeaa4;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
		padding: 0.4em 1em;
		text-align: center;
		margin-bottom: 15px;
		border-radius: 10px;
	}

	p.text_entry {
		font-size: 16px;
		line-height: 1.7;
		letter-spacing: 0.03em;
	}

	.inner_entry02 {
		background-color: #d7edef;
		padding: 10px;
		border-radius: 30px;
	}

	.inner_entry02 .inner {
		padding: 25px 30px 30px;
		background-color: #fff;
		border-radius: 24px;
	}

	p.text_form_red {
		color: #ff0000;
		margin-bottom: 5px;
	}
}

@media (min-width: 992px) {
	p.ttl_entry {
		text-align: center;
		font-size: 2.6rem;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
		font-weight: 500;
	}

	p.ttl_entry span {
		color: #ffc568;
		font-size: 1.8rem;
		display: block;
	}

	h3.entry {
		background-color: #fdeaa4;
		font-size: 2rem;
		letter-spacing: 0.05em;
		padding: 0.4em 1em;
		text-align: center;
		margin-bottom: 15px;
		border-radius: 10px;
	}

	p.text_entry {
		font-size: 16px;
		line-height: 1.9;
		letter-spacing: 0.03em;
	}

	.inner_entry02 {
		background-color: #d7edef;
		padding: 20px;
		border-radius: 30px;
	}

	.inner_entry02 .inner {
		padding: 30px 40px 40px;
		background-color: #fff;
		border-radius: 30px;
	}

	p.text_form_red {
		color: #ff0000;
		margin-bottom: 5px;
	}
}


span.red {
	color: #ff0000;
}

.text_red {
	color: #ff0000;
}

@media (max-width: 767px) {
	table.contact {
		width: 100%;
	}

	table.contact th {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		font-size: 15px;
	}

	table.contact td {
		display: block;
		margin-bottom: 15px;
		font-size: 15px;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	table.contact {
		width: 100%;
	}

	table.contact th {
		width: 28%;
		padding: 10px 5px 10px 0;
		font-size: 15px;
	}

	table.contact td {
		padding: 10px 10px 10px 10px;
		background-color: #fff;
		font-size: 15px;
	}
}

@media (min-width: 992px) {
	table.contact {
		width: 100%;
		padding: 10px 0;
	}

	table.contact th {
		width: 27%;
		padding: 10px;
		font-size: 15px;
	}

	table.contact td {
		padding: 10px 10px 10px 10px;
		background-color: #fff;
		font-size: 15px;
	}
}

@media (min-width: 1200px) {
	table.contact {
		width: 100%;
	}

	table.contact th {
		width: 25%;
		padding: 10px 15px;
		font-size: 17px;
		border-bottom: 1px solid #ccc;
		background-color: #fff;
	}

	table.contact td {
		padding: 10px 15px 10px 15px;
		background-color: #fff;
		margin: 0 15px;
		font-size: 17px;
		border-bottom: 1px solid #ccc;
	}
}

@media (max-width: 767px) {
	dl.address {
		display: flex;
		flex-direction: column;
		margin-bottom: 10px;
	}

	dl.address dt {
		flex-shrink: 0;
		font-weight: normal;
		margin-bottom: 5px;
	}

	dl.address dd {
		width: 100%;
	}

	dl.address:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	dl.address {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
	}

	dl.address dt {
		width: 100px;
		flex-shrink: 0;
	}

	dl.address dd {
		width: 100%;
	}

	dl.address:last-child {
		margin-bottom: 0;
	}
}

@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: 10px;
		line-height: 16px;
		margin-left: 10px;
		float: right;
		margin-right: 5px;
	}
}

@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: 10px;
		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 #ddd;
	}
}

@media (min-width: 768px) {
	table.contact td input.write {
		padding: 0.4em 0.8em;
		width: 100%;
		border: 1px solid #ddd;
		background-color: #fff;
		border-radius: 4px;
		font-size: 17px;
	}
}

@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: 16px;
	}

	table.contact label {
		font-size: 15px;
		font-weight: normal;
	}

	table.contact ::placeholder {
		color: #bbb;
		font-size: 16px;
	}

	.place_mini ::placeholder {
		color: #fff !important;
	}

	table.contact .place_mini input.form130 {
		width: 50px !important;
		margin-bottom: 5px;
		padding: 0.2em 0.5em !important;
	}

	.sp_none {
		display: none !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: 130px !important;
	}

	table.contact td input.form150 {
		width: 170px !important;
	}

	table.contact td input.form250 {
		width: 250px !important;
	}

	select {
		padding: 0.3em 0.5em;
		font-size: 18px;
	}

	table.contact label {
		font-size: 18px;
		font-weight: normal;
	}

	table.contact ::placeholder {
		color: #bbb;
		font-size: 17px;
	}

	.place_mini ::placeholder {
		font-size: 14px !important;
	}
}

@media (max-width: 500px) {
	select {
		max-width: 250px;
	}
}

@media (max-width: 767px) {
	textarea {
		width: 100%;
		padding: 0.2em 0.5em;
		border: 1px solid #ddd;
		background-color: #fff;
	}
}

@media (min-width: 768px) {
	textarea {
		width: 100%;
		padding: 0.2em 0.5em;
		border: 1px solid #ddd;
		background-color: #fff;
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	h4.privacy {
		font-size: 14px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		margin-bottom: 5px;
		line-height: 1.6;
		margin-top: 10px;
	}

	.inner_privacy {
		height: 160px;
		overflow: auto;
		overflow-y: scroll;
		font-size: 13px;
		line-height: normal;
		padding: 15px 15px 10px;
		border: solid 1px #ccc;
		border-radius: 4px;
		background-color: #fff;
		margin-bottom: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}

	.inner_privacy h5 {
		font-size: 13px;
		font-weight: bold;
		padding-bottom: 10px;
		border-bottom: 1px dotted #aaa;
		margin-bottom: 10px;
	}

	p.ttl_privacy {
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 5px;
	}

	.inner_privacy p.text {
		font-size: 13px;
		line-height: 1.6;
		margin-bottom: 15px;
	}

	.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: 13px;
	}
}

@media (min-width: 768px) {
	h4.privacy {
		font-size: 15px;
		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: 14px;
		line-height: normal;
		padding: 20px;
		border: solid 1px #ccc;
		border-radius: 4px;
		background-color: #fff;
		margin-bottom: 25px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}

	.inner_privacy h5 {
		font-size: 15px;
		font-weight: bold;
		padding-bottom: 10px;
		border-bottom: 1px dotted #aaa;
		margin-bottom: 10px;
	}

	p.ttl_privacy {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 5px;
	}

	.inner_privacy p.text {
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 15px;
	}

	ul.privacy li {
		list-style-type: decimal;
		margin-left: 20px;
		margin-bottom: 5px;
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	button.comfirm {
		width: 100%;
		max-width: 240px;
		height: 42px;
		text-align: center;
		background-color: #fcb442;
		color: #333;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: bolder;
		font-size: 13px;
		line-height: 42px;
		padding: 0 !important;
		border-radius: 10px;
	}

	button.comfirm:hover {
		background-color: #ffc568;
	}

	.btn_space {
		width: 100%;
		max-width: 240px;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	button.back {
		width: 47%;
		height: 42px;
		text-align: center;
		background-color: #999;
		color: #333;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: bolder;
		font-size: 15px;
		line-height: 42px;
		padding: 0 !important;
		display: inline-block;
		margin-right: 4%;
		border-radius: 10px;
	}

	button.back:hover {
		background-color: #a7a7a7;
	}

	button.send {
		width: 47%;
		height: 42px;
		text-align: center;
		background-color: #fcb442;
		color: #333;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: bolder;
		font-size: 15px;
		line-height: 42px;
		padding: 0 !important;
		display: inline-block;
		border-radius: 10px;
	}

	button.send:hover {
		background-color: #ffc568;
	}
}

@media (min-width: 768px) {
	button.comfirm {
		width: 400px;
		height: 46px;
		text-align: center;
		background-color: #fcb442;
		color: #333;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: bolder;
		font-size: 15px;
		line-height: 46px;
		padding: 0 !important;
		border-radius: 10px;
	}

	button.comfirm:hover {
		background-color: #ffc568;
	}

	.btn_space {
		width: 400px;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	button.back {
		width: 180px;
		height: 46px;
		text-align: center;
		background-color: #999;
		color: #333;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: bolder;
		font-size: 15px;
		line-height: 46px;
		padding: 0 !important;
		display: inline-block;
		margin-right: 30px;
		border-radius: 10px;
	}

	button.back:hover {
		background-color: #a7a7a7;
	}

	button.send {
		width: 180px;
		height: 46px;
		text-align: center;
		background-color: #fcb442;
		color: #333;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: bolder;
		font-size: 15px;
		line-height: 46px;
		padding: 0 !important;
		display: inline-block;
		border-radius: 10px;
	}

	button.send:hover {
		background-color: #ffc568;
	}
}

select {
	border: 1px solid #ccc;
}

@media (max-width: 767px) {
	table.contact label {
		font-weight: normal;
	}
}

@media (max-width: 767px) {
	.agreebox label {
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	::-webkit-input-placeholder {
		/* WebKit, Blink, Edge */
		color: #aaa;
		font-size: 15px;
	}

	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #aaa;
		font-size: 15px;
	}

	::placeholder {
		/* Others */
		color: #aaa;
		font-size: 15px;
	}

	p.tbl_hosoku {
		font-size: 15px;
		margin-top: 5px;
		color: #555;
	}
}

@media (min-width: 768px) {
	::-webkit-input-placeholder {
		/* WebKit, Blink, Edge */
		color: #aaa;
		font-size: 15px;
	}

	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #aaa;
		font-size: 15px;
	}

	::placeholder {
		/* Others */
		color: #aaa;
		font-size: 15px;
	}

	p.tbl_hosoku {
		font-size: 15px;
		margin-top: 5px;
		color: #555;
	}
}

@media (min-width: 992px) {
	::-webkit-input-placeholder {
		/* WebKit, Blink, Edge */
		color: #aaa;
		font-size: 15px;
	}

	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #aaa;
		font-size: 15px;
	}

	::placeholder {
		/* Others */
		color: #aaa;
		font-size: 15px;
	}

	p.tbl_hosoku {
		font-size: 14px;
		margin-top: 5px;
		color: #555;
	}
}



















/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */