@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=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

.font_sample {
	font-family: "Roboto Condensed", 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: 1.5rem;
	min-width: 1200px;
	max-width: 1920px;
	margin: 0 auto;
}

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: 600;
}

@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;
}


	.flex_b {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}





	.flex_c {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}




	.flex_s {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
	}




	.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: 9rem !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;
}




@media (max-width: 1599px) {
header {
	width: 100%;
	max-width: 1920px;
	position: fixed;
	top: 0;
	right: 50%;
	left: inherit;
	transform: translateY(0) translateX(50%);
	z-index: 9999;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	transition: 0.2s;
	padding: 0 0 0 0;
}

h1.logo_h a {
	width: 420px;
	height: 101px;
	background-color: #fff;
	border-radius: 0 0 40px 0;
	border: 1px solid #319da9;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: -1px;
	margin-left: -1px;
}

h1.logo_h a:hover {
	opacity: 1;
}

h1.logo_h a img {
		width: 380px;
}
}

@media (min-width: 1600px) {
header {
	width: 100%;
	max-width: 1920px;
	position: fixed;
	top: 0;
	right: 50%;
	left: inherit;
	transform: translateY(0) translateX(50%);
	z-index: 9999;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	transition: 0.2s;
	padding: 0 0 0 0;
}

h1.logo_h a {
	width: 481px;
	height: 121px;
	background-color: #fff;
	border-radius: 0 0 40px 0;
	border: 1px solid #319da9;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: -1px;
	margin-left: -1px;
}

h1.logo_h a:hover {
	opacity: 1;
}

h1.logo_h a img {
		width: 443px;
}
}








/* ドロワー
--------------------------------------------------------- */




	.drawer {
		/* margin-top: 15px; */
	}

	.drawer_btn {
		display: none;
	}

	.drawer_bg {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		/* margin-left: 20px; */
	}

	.drawer_inner {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
	}








/* グローバルナビ
  --------------------------------------------------------- */

.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: 1199px) {
.gnav_items {
		position: relative;
		height: 60px;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		margin-bottom: 0;
		background-color: #fff;
		border-radius: 50px;
		border: 1px solid #319da9;
		padding: 0 20px 0 30px;
	}

	.gnav_item>a {
		font-size: 1.6rem;
		color: #333 !important;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 1;
		padding: 20px 3px 20px;
		min-width: 50px;
		position: relative;
		text-align: center;
		margin-right: 20px;
	}

	.gnav .gnav_items>li.active>a {
		color: #ca171d !important;
	}

	.gnav .gnav_items>li>a:hover {
		color: #ca171d !important;
		opacity: 1;
	}

	.gnav_item>a:after {
		position: absolute;
		bottom: -3px;
		left: 0;
		right: 0;
		width: 100%;
		height: 4px;
		margin: auto;
		background-color: #ca171d;
		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);
	}

	p.btn_h a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 130px;
		height: 90px;
		font-size: 1.6rem;
		letter-spacing: 0;
		font-weight: 500;
		color: #fff;
		margin-left: 25px;
		background-color: #ca171d;
		border-radius: 0 0 0 30px;
	}

	p.btn_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_h.png) 0 0 /contain no-repeat;
		width: 34px;
		height: 34px;
		margin-bottom: 5px;
	}

	p.btn_h a:hover {
		opacity: 1;
		background-color: #106187;
	}
} */

@media (max-width: 1599px) {
	.gnav_items {
		position: relative;
		height: 70px;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		margin-bottom: 0;
		background-color: #fff;
		border-radius: 50px;
		border: 1px solid #319da9;
		padding: 0 20px 0 40px;
	}

	.gnav_item>a {
		font-size: 1.6rem;
		color: #333 !important;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1;
		padding: 20px 8px 20px;
		min-width: 50px;
		position: relative;
		text-align: center;
		margin-right: 20px;
		white-space: nowrap;
	}

	.gnav .gnav_items>li.active>a {
		color: #ca171d !important;
	}

	.gnav .gnav_items>li>a:hover {
		color: #ca171d !important;
		opacity: 1;
	}

	.gnav_item>a:after {
		position: absolute;
		bottom: -5px;
		left: 0;
		right: 0;
		width: 100%;
		height: 4px;
		margin: auto;
		background-color: #ca171d;
		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);
	}

	p.btn_h a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 140px;
		height: 100px;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		font-weight: 500;
		color: #fff;
		margin-left: 30px;
		background-color: #ca171d;
		border-radius: 0 0 0 30px;
	}

	p.btn_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_h.png) 0 0 /contain no-repeat;
		width: 34px;
		height: 34px;
		margin-bottom: 5px;
	}

	p.btn_h a:hover {
		opacity: 1;
		background-color: #106187;
	}
}

@media (min-width: 1600px) {
	.gnav_items {
		position: relative;
		height: 70px;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		margin-bottom: 0;
		background-color: #fff;
		border-radius: 50px;
		border: 1px solid #319da9;
		padding: 0 20px 0 80px;
	}

	.gnav_item>a {
		font-size: 1.7rem;
		color: #333 !important;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1;
		padding: 20px 8px 20px;
		min-width: 50px;
		position: relative;
		text-align: center;
		margin-right: 50px;
	}

	.gnav .gnav_items>li.active>a {
		color: #ca171d !important;
	}

	.gnav .gnav_items>li>a:hover {
		color: #ca171d !important;
		opacity: 1;
	}

	.gnav_item>a:after {
		position: absolute;
		bottom: -5px;
		left: 0;
		right: 0;
		width: 100%;
		height: 4px;
		margin: auto;
		background-color: #ca171d;
		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);
	}

	p.btn_h a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 180px;
		height: 120px;
		font-size: 1.7rem;
		letter-spacing: 0.1em;
		font-weight: 500;
		color: #fff;
		margin-left: 100px;
		background-color: #ca171d;
		border-radius: 0 0 0 40px;
	}

	p.btn_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_h.png) 0 0 /contain no-repeat;
		width: 40px;
		height: 40px;
		margin-bottom: 8px;
	}

	p.btn_h a:hover {
		opacity: 1;
		background-color: #106187;
	}
}




/* メインイメージ
=========================================================================== */

.inner_mainimg {
	width: 100%;
	position: relative;
	max-width: 1920px;
}

.bg_mainimg {
	width: 100%;
	position: relative;
}

.bg_mainimg .inner {
	position: absolute;
	bottom: 34%;
	left: 4%;
	z-index: 22;
	width: 42%;
	max-width: 940px;
	display: flex;
	flex-direction: column;
	align-items: center;
}





.swiper-container {
	overflow: visible !important;
}

.swiper-slide img {
	width: 100%;
	height: auto;
	/*	border-radius: 50px;*/
}

.swiper-slide {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-direction: row-reverse;
	overflow: hidden;
	position: relative;
}

@media (max-width: 767px) {

	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}
}

/* @keyframes zoomUp {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.07);
	}
} */

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
	animation: zoomUp 3s ease-out 0s 1 normal both;
}


.slide-img img {
	display: block;
}

/*ページネーション　カスタム*/

@media (max-width: 991px) {
	.swiper-pagination-bullets {
		display: none;
	}
}

@media (min-width: 992px) {
	.swiper-pagination-bullets {
		right: 35px !important;
		top: 23% !important;
		left: inherit !important;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

	.swiper-pagination-bullet {
		border-radius: inherit;
		margin: 0 0 10px 0 !important;
		width: 100px;
		height: 5px;
	}

	.swiper-pagination-bullet {
		width: 9px !important;
		height: 9px !important;
		border-radius: 50% !important;
		background: #fff !important;
		opacity: 0.8 !important;
	}

	.swiper-pagination-bullet-active {
		background: #258994 !important;
		opacity: 1 !important;
	}
}

@media (min-width: 1200px) {
	.swiper-pagination-bullets {
		right: 35px !important;
		top: 45% !important;
		bottom: inherit !important;
		left: inherit !important;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

	.swiper-pagination-bullet {
		border-radius: inherit;
		margin: 0 0 15px 0 !important;
		width: 100px;
		height: 5px;
	}

	.swiper-pagination-bullet {
		width: 8px !important;
		height: 8px !important;
		border-radius: 50% !important;
		background: #fff !important;
		opacity: 0.8 !important;
	}

	.swiper-pagination-bullet-active {
		background: #258994 !important;
		opacity: 1 !important;
	}
}


/* スクロール */

@media (max-width: 991px) {
	.top_scroll {
		display: none;
	}
}

@media (min-width: 992px) {
	.top_scroll {
		position: absolute;
		right: 25px;
		bottom: 0;
		display: flex;
		flex-direction: column;
		z-index: 999;
	}
}

p.ttl_scroll {
	font-size: 1.3rem;
	color: #258994;
	font-family: 'Noto Sans JP', sans-serif;
	transform: rotate(90deg);
	transform-origin: left top;
	letter-spacing: 0.2em;
	position: absolute;
	top: -80px;
	left: 12px;
}

.moveline {
	content: '';
	display: block;
	width: 2px;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.3);
}

.moveline:before {
	content: '';
	display: block;
	z-index: 999999;
	animation-name: anime1;
	animation-duration: 2s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes anime1 {
	0% {
		width: 1px;
		height: 0;
		background-color: #258994;
	}

	25% {
		width: 1px;
		height: 60px;
		background-color: #258994;
	}

	45% {
		width: 1px;
		height: 60px;
		background-color: transparent;
	}

	100% {
		width: 1px;
		height: 60px;
		background-color: transparent;
	}
}


/* index.html
=========================================================================== */

@media (max-width: 1899px) {
.bg_top01 {
	width: 100%;
}

.pic_top01 {
	width: 32%;
	padding-top: 50px;
}

.cont_top01 {
	padding: 50px 0 70px;
	margin-right: 30px;
}

h2.top01 {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.8;
	text-align: right;
	margin-bottom: 30px;
}

h2.top01 b {
	color: #ca171d;
	font-size: 2.4rem;
	font-weight: 700;
	display: inline-block;
	letter-spacing: 0.01em;
	margin: 0 0.15em;
}

.cont_top01 .inner {
	padding-left: 100px;
}

ul.top01 {
	background-color: #edf7f8;
	padding: 20px 30px;
	margin-bottom:25px;
	border-radius: 16px;
}

ul.top01 li {
	font-size: 1.7rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

ul.top01 li:last-child {
	margin-bottom: 0;
}

ul.top01 li:before {
	content: '';
	display: block;
	background: url(../images/list_top01.png) 0 0 /contain no-repeat;
	width: 25px;
	height: 25px;
	flex-shrink: 0;
	margin-right: 10px;
}

p.text_top01 {
	font-size: 1.8rem;
	color: #258994;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding-left: 30px;
	margin-bottom: 10px;
}

p.btn_top a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 60px;
	border-radius: 10px;
	background-color: #fff;
	border: 2px solid #1c8b88;
	color: #1c8b88;
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	position: relative;
	margin-left: auto;
}

p.btn_top a:after {
	content: '';
	display: block;
	background: url(../images/icon_top01.png) 0 0 /cover no-repeat;
	width: 22px;
	height: 18px;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%) translateX(0);
	transition: 0.2s;
}

p.btn_top a:hover {
	opacity: 1;
	background-color: #e4f3f3;
}

p.btn_top a:hover:after {
	right: 15px;
}

}

@media (min-width: 1900px) {
.bg_top01 {
	width: 100%;
}

.pic_top01 {
	width: 760px;
	padding-top: 50px;
}

.cont_top01 {
	padding: 120px 0 120px;
}

h2.top01 {
	font-size: 2.7rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.8;
	text-align: right;
	margin-bottom: 60px;
}

h2.top01 b {
	color: #ca171d;
	font-size: 3.2rem;
	font-weight: 700;
	display: inline-block;
	letter-spacing: 0.01em;
	margin: 0 0.15em;
}

.cont_top01 .inner {
	padding-left: 200px;
}

ul.top01 {
	background-color: #edf7f8;
	padding: 30px 40px;
	margin-bottom: 40px;
	border-radius: 16px;
}

ul.top01 li {
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

ul.top01 li:last-child {
	margin-bottom: 0;
}

ul.top01 li:before {
	content: '';
	display: block;
	background: url(../images/list_top01.png) 0 0 /contain no-repeat;
	width: 25px;
	height: 25px;
	flex-shrink: 0;
	margin-right: 10px;
}

p.text_top01 {
	font-size: 2.4rem;
	color: #258994;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding-left: 40px;
	margin-bottom: 30px;
}

p.btn_top a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 320px;
	height: 70px;
	border-radius: 10px;
	background-color: #fff;
	border: 2px solid #1c8b88;
	color: #1c8b88;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	position: relative;
	margin-left: auto;
}

p.btn_top a:after {
	content: '';
	display: block;
	background: url(../images/icon_top01.png) 0 0 /cover no-repeat;
	width: 24px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%) translateX(0);
	transition: 0.2s;
}

p.btn_top a:hover {
	opacity: 1;
	background-color: #e4f3f3;
}

p.btn_top a:hover:after {
	right: 15px;
}

}









@media (max-width: 1699px) {
.bg_top02 {
	padding: 0 0 70px;
	margin-top: -30px;
}

.bg_top02 .container {
	width: 94%;
}

h2.top {
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 30px;
}

h2.top span {
	color: #319da9;
	font-size: 4rem;
	letter-spacing: 0;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	display: block;
	margin-bottom: 5px;
}

h2.top:before {
	content: '';
	display: block;
	background: url(../images/ttl_top02.png) 0 0 /contain no-repeat;
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	margin: 0 auto;
}

.cont_top02 {
	width: 32%;
	color: #fff;
	padding: 55px 30px 45px;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cont_top02:nth-of-type(1) {
	background: url(../images/deco_top02_1.png) center center /80% auto no-repeat;
	background-color: #3c9ea9;
}

.cont_top02:nth-of-type(2) {
	background: url(../images/deco_top02_2.png) center center /80% auto no-repeat;
	background-color: #3c9ea9;
}

.cont_top02:nth-of-type(3) {
	background: url(../images/deco_top02_3.png) center center /80% auto no-repeat;
	background-color: #3c9ea9;
}

.cont_top02 p.en {
	font-size: 1.6rem;
	color: #fff;
	background-color: #333;
	width: 200px;
	border-radius: 30px;
	text-align: center;
	line-height: 1;
	padding: 0.1em 1em 0.1em;
	margin: 0 auto 20px;
}

h3.top02 {
	text-align: center;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

ul.top02 {
	display: flex;
	flex-direction: column;
	margin: 20px 0 20px;
}

ul.top02 li {
	display: flex;
	flex-direction: row;
	font-size: 1.7rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 10px;
}

ul.top02 li:before {
	content: '';
	display: block;
	background: url(../images/list_top02.png) 0 0 /contain no-repeat;
	width: 17px;
	height: 17px;
	flex-shrink: 0;
	margin-right: 8px;
	margin-top: 3px;
}

p.btn_top02 a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 42px;
	background-color: #ca171d;
	color: #fff;
	font-size: 1.6rem;
	font-family: "Roboto Condensed", sans-serif;
	border-radius: 50px;
	margin: 0 auto;
	position: relative;
}

p.btn_top02 a:after {
	content: '';
	display: block;
	background: url(../images/icon_top02.png) 0 0 /cover no-repeat;
	width: 24px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%) translateX(0);
	transition: 0.2s;
}

p.btn_top02 a:hover {
	opacity: 1;
	background-color: #dd2c31;
}

p.btn_top02 a:hover:after {
	right: 15px;
}
}

@media (min-width: 1700px) {
.bg_top02 {
	padding: 0 0 100px;
	margin-top: -100px;
}

.bg_top02 .container {
	width: 1680px;
}

h2.top {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 40px;
}

h2.top span {
	color: #319da9;
	font-size: 5.4rem;
	letter-spacing: 0;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	display: block;
	margin-bottom: 5px;
}

h2.top:before {
	content: '';
	display: block;
	background: url(../images/ttl_top02.png) 0 0 /contain no-repeat;
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	margin: 0 auto;
}

.cont_top02 {
	width: 32%;
	color: #fff;
	padding: 50px 90px 35px;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cont_top02:nth-of-type(1) {
	background: url(../images/deco_top02_1.png) center center /80% auto no-repeat;
	background-color: #3c9ea9;
}

.cont_top02:nth-of-type(2) {
	background: url(../images/deco_top02_2.png) center center /80% auto no-repeat;
	background-color: #3c9ea9;
}

.cont_top02:nth-of-type(3) {
	background: url(../images/deco_top02_3.png) center center /80% auto no-repeat;
	background-color: #3c9ea9;
}

.cont_top02 p.en {
	font-size: 1.8rem;
	color: #fff;
	background-color: #333;
	width: 200px;
	border-radius: 30px;
	text-align: center;
	line-height: 1;
	padding: 0.1em 1em 0.1em;
	margin: 0 auto 20px;
}

h3.top02 {
	text-align: center;
	font-size: 4.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

ul.top02 {
	display: flex;
	flex-direction: column;
	margin: 30px 0 30px;
}

ul.top02 li {
	display: flex;
	flex-direction: row;
	font-size: 1.7rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 10px;
}

ul.top02 li:before {
	content: '';
	display: block;
	background: url(../images/list_top02.png) 0 0 /contain no-repeat;
	width: 17px;
	height: 17px;
	flex-shrink: 0;
	margin-right: 8px;
	margin-top: 3px;
}

p.btn_top02 a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 54px;
	background-color: #ca171d;
	color: #fff;
	font-size: 1.8rem;
	font-family: "Roboto Condensed", sans-serif;
	border-radius: 50px;
	margin: 0 auto;
	position: relative;
}

p.btn_top02 a:after {
	content: '';
	display: block;
	background: url(../images/icon_top02.png) 0 0 /cover no-repeat;
	width: 24px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%) translateX(0);
	transition: 0.2s;
}

p.btn_top02 a:hover {
	opacity: 1;
	background-color: #dd2c31;
}

p.btn_top02 a:hover:after {
	right: 15px;
}
}









@media (max-width: 1799px) {
	.bg_top03 h2.top:before {
	content: '';
	display: block;
	background: url(../images/ttl_top03.png) 0 0 /contain no-repeat;
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	margin: 0 auto;
}

.bg_top03 .container {
	width: 1170px;
}

.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: 180px;
		flex-shrink: 0;
		padding-top: 4px;
	}

	.top_news p.news_date {
		font-family: "Roboto Condensed", sans-serif;
		font-size: 1.8rem;
		font-weight: 500;
		color: #319da9;
	}

	.top_news p.news_icon {
		color: #e41515;
		font-size: 1.3rem;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 500;
		margin-left: 20px;
		margin-top: 3px;
	}

	.top_news .cont {
		margin-right: auto;
	}

	.top_news .cont p.text {
		font-size: 1.6rem;
		line-height: 1.7;
	}

	.inner_news {
		width: 100%;
		max-height: 540px;
		overflow-y: auto;
		padding-right: 20px;
		scrollbar-width: thin;
		scrollbar-color: rgba(0, 0, 0, 0.15) transparent;
	}

	p.btn_news a {
		display: inline-flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		border: 1px solid #319da9;
		border-radius: 5px;
		margin-top: 15px;
		padding: 0.5em 2em;
	}

	p.btn_news a:before {
		content: '';
		display: block;
		background: url(../images/icon_file.png) 0 0 /contain no-repeat;
		width: 17px;
		height: 21px;
		flex-shrink: 0;
		margin-right: 10px;
	}

	/* 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.15);
		border-radius: 4px;
	}

	.inner_news::-webkit-scrollbar-thumb:hover {
		background: rgba(0, 0, 0, 0.15);
	}
}

@media (min-width: 1800px) {
	
	.bg_top03 h2.top:before {
	content: '';
	display: block;
	background: url(../images/ttl_top03.png) 0 0 /contain no-repeat;
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	margin: 0 auto;
}

.bg_top03 .container {
	width: 1170px;
}

.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: 180px;
		flex-shrink: 0;
		padding-top: 4px;
	}

	.top_news p.news_date {
		font-family: "Roboto Condensed", sans-serif;
		font-size: 1.8rem;
		font-weight: 500;
		color: #319da9;
	}

	.top_news p.news_icon {
		color: #e41515;
		font-size: 1.3rem;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 500;
		margin-left: 20px;
		margin-top: 3px;
	}

	.top_news .cont {
		margin-right: auto;
	}

	.top_news .cont p.text {
		font-size: 1.6rem;
		line-height: 1.7;
	}

	.inner_news {
		width: 100%;
		max-height: 540px;
		overflow-y: auto;
		padding-right: 20px;
		scrollbar-width: thin;
		scrollbar-color: rgba(0, 0, 0, 0.15) transparent;
	}

	p.btn_news a {
		display: inline-flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		border: 1px solid #319da9;
		border-radius: 5px;
		margin-top: 15px;
		padding: 0.5em 2em;
	}

	p.btn_news a:before {
		content: '';
		display: block;
		background: url(../images/icon_file.png) 0 0 /contain no-repeat;
		width: 17px;
		height: 21px;
		flex-shrink: 0;
		margin-right: 10px;
	}

	/* 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.15);
		border-radius: 4px;
	}

	.inner_news::-webkit-scrollbar-thumb:hover {
		background: rgba(0, 0, 0, 0.15);
	}
}




/* フッター
=========================================================================== */

@media (max-width: 1499px) {
.bg_contact_f {
	padding: 100px 0 0;
}

.bg_contact_f .container {
	width: 1140px;
}

.bg_contact_f p.ttl {
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 30px;
}

.bg_contact_f p.ttl span {
	color: #319da9;
	font-size: 4rem;
	letter-spacing: 0;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	display: block;
	margin-bottom: 5px;
}

.bg_contact_f p.ttl:before {
	content: '';
	display: block;
	background: url(../images/ttl_contact_f.png) 0 0 /contain no-repeat;
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	margin: 0 auto;
}

.inner_contact_f {
	width: 48.5%;
	border: 1px solid #209c99;
	border-radius: 16px;
	background-color: #edf7f8;
	padding: 30px 40px 25px;
}

.inner_contact_f p.bumon {
	font-size: 2rem;
	letter-spacing: 0.1em;
	margin-bottom: 7px;
}

p.tel_contact_f {
	font-size: 3.4rem;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}

p.tel_contact_f:before {
	content: '';
	display: block;
	background: url(../images/icon_tel_f.png) 0 0 /contain no-repeat;
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	margin-right: 7px;
}

p.fax_contact_f {
	font-size: 3.4rem;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}

p.fax_contact_f:before {
	content: '';
	display: block;
	background: url(../images/icon_fax_f.png) 0 0 /contain no-repeat;
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	margin-right: 7px;
}

p.btn_contact_f a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 80px;
	background-color: #ca171d;
	border-radius: 10px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.02em;
}

p.btn_contact_f a:before {
	content: '';
	display: block;
	background: url(../images/icon_mail_f.png) 0 0 /contain no-repeat;
	width: 24px;
	height: 18px;
	flex-shrink: 0;
	margin-right: 5px;
}

}

@media (min-width: 1500px) {
.bg_contact_f {
	padding: 90px 0 0;
}

.bg_contact_f .container {
	width: 1440px;
}

.bg_contact_f p.ttl {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 40px;
}

.bg_contact_f p.ttl span {
	color: #319da9;
	font-size: 5.4rem;
	letter-spacing: 0;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	display: block;
	margin-bottom: 5px;
}

.bg_contact_f p.ttl:before {
	content: '';
	display: block;
	background: url(../images/ttl_contact_f.png) 0 0 /contain no-repeat;
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	margin: 0 auto;
}

.inner_contact_f {
	width: 48.5%;
	border: 1px solid #209c99;
	border-radius: 16px;
	background-color: #edf7f8;
	padding: 35px 45px 25px;
}

.inner_contact_f p.bumon {
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

p.tel_contact_f {
	font-size: 4rem;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}

p.tel_contact_f:before {
	content: '';
	display: block;
	background: url(../images/icon_tel_f.png) 0 0 /contain no-repeat;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	margin-right: 10px;
}

p.fax_contact_f {
	font-size: 4rem;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}

p.fax_contact_f:before {
	content: '';
	display: block;
	background: url(../images/icon_fax_f.png) 0 0 /contain no-repeat;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	margin-right: 10px;
}

p.btn_contact_f a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 270px;
	height: 80px;
	background-color: #ca171d;
	border-radius: 10px;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

p.btn_contact_f a:before {
	content: '';
	display: block;
	background: url(../images/icon_mail_f.png) 0 0 /contain no-repeat;
	width: 26px;
	height: 20px;
	flex-shrink: 0;
	margin-right: 7px;
}

}














@media (max-width: 1499px) {
footer {
	padding: 100px 0 120px;
	background: url(../images/bg_footer.jpg) center bottom /cover no-repeat;
}

footer .container {
	width: 1140px;
}

p.logo_f {
	width: 400px;
	margin-bottom: 70px;
}

.footer_l {
	width: 44%;
}

.footer_r {
	width: 52%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
}

p.text_f {
	font-size: 1.7rem;
	letter-spacing: 0.05em;
}

span.btn_map_f a {
	display: inline-block;
	margin-left: 10px;
}

span.btn_map_f a img {
	width: 20px;
}


ul.fnav {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
		flex-wrap: wrap;
	padding-top: 10px;
}

ul.fnav li {
	margin-left: 50px;
	margin-bottom: 15px;
}

ul.fnav li a {
	font-size: 1.7rem;
	color: #333;
	letter-spacing: 0.1em;
	display: flex;
	flex-direction: row;
	align-items: center;
}

ul.fnav li a:before {
	content: '';
	display: block;
	background: url(../images/icon_fnav.png) 0 0 /contain no-repeat;
	width: 17px;
	height: 17px;
	flex-shrink: 0;
	margin-right: 8px;
}

p.copyright {
	font-size: 12px;
	color: #555;
	width: 100%;
	text-align: right;
}
}

@media (min-width: 1500px) {
footer {
	padding: 100px 0 120px;
	background: url(../images/bg_footer.jpg) center bottom /cover no-repeat;
}

footer .container {
	width: 1440px;
}

p.logo_f {
	width: 420px;
	margin-bottom: 70px;
}

.footer_l {
	width: 40%;
}

.footer_r {
	width: 58%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
}

p.text_f {
	font-size: 1.7rem;
	letter-spacing: 0.05em;
}

span.btn_map_f a {
	display: inline-block;
	margin-left: 10px;
}

span.btn_map_f a img {
	width: 20px;
}


ul.fnav {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	padding-top: 10px;
}

ul.fnav li {
	margin-left: 30px;
	margin-bottom: 15px;
}

ul.fnav li a {
	font-size: 1.7rem;
	color: #333;
	letter-spacing: 0.1em;
	display: flex;
	flex-direction: row;
	align-items: center;
}

ul.fnav li a:before {
	content: '';
	display: block;
	background: url(../images/icon_fnav.png) 0 0 /contain no-repeat;
	width: 17px;
	height: 17px;
	flex-shrink: 0;
	margin-right: 8px;
}

p.copyright {
	font-size: 12px;
	color: #555;
	width: 100%;
	text-align: right;
}
}




@media (max-width: 767px) {
	p.pagetop a {
		display: none;
	}
}

@media (min-width: 768px) {
	p.pagetop a {
		position: fixed;
		bottom: 40px;
		right: 40px;
		width: 42px;
		height: 42px;
		z-index: 999;
	}

	p.pagetop a img {
		width: 42px;
		height: 42px;
	}
}

@media (min-width: 1921px) {
	p.pagetop a {
		position: fixed;
		bottom: 40px;
		right: calc(50% - 920px);
		width: 42px;
		height: 42px;
		z-index: 99;
	}

	p.pagetop a img {
		width: 42px;
		height: 42px;
	}
}

@media (max-width: 767px) {
	p.btn_side a {
		position: fixed;
		top: 40px;
		right: 0;
		width: 3.6458%;
		/* height: 190px; */
		z-index: 999;
	}
}

@media (min-width: 768px) {
	p.btn_side a {
		position: fixed;
		top: 80px;
		right: 0;
		width: 3.6458%;
		/* height: 190px; */
		z-index: 999;
	}

	/* p.btn_side a img {
		width: 70px;
		height: 190px;
	} */
}

@media (min-width: 992px) {
	p.btn_side a {
		position: fixed;
		top: 150px;
		right: 0;
		width: 3.6458%;
		/* height: 190px; */
		z-index: 999;
	}

	/* p.btn_side a img {
		width: 70px;
		height: 190px;
	} */
}

@media (min-width: 1200px) {
	p.btn_side a {
		position: fixed;
		top: 200px;
		right: 0;
		width: 3.6458%;
		/* height: 190px; */
		z-index: 999;
	}

	/* p.btn_side a img {
		width: 70px;
		height: 190px;
	} */
}

@media (min-width: 1921px) {
	p.btn_side a {
		position: fixed;
		top: 200px;
		right: calc(50% - 960px);
		width: 70px;
		height: 190px;
		z-index: 999;
	}

	p.btn_side a img {
		width: 70px;
		height: 190px;
	}
}

p.btn_side a:hover {
	opacity: 0.85;
}







/* サブページ共通
=========================================================================== */

.bg_sub {
	width: 100%;
	height: 460px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 120px;
	padding-left: 20%;
}

h2.sub {
	color: #fff;
	font-size: 4.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.bg_sub p.en {
	color: #30c3d3;
	font-size: 2.4rem;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	margin-bottom: 0.15em;
	letter-spacing: 0.02em;
}

h3.sub {
	text-align: center;
	color: #333;
	font-size: 3rem;
	letter-spacing: 0.05em;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 30px;
}

h3.sub span {
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	font-size: 2.2rem;
	letter-spacing: 0.03em;
	color: #258994;
	margin-bottom: 5px;
}








.bg_bus {
	background: url(../images/bg_bus.jpg) center center /cover no-repeat;
}

.bg_dist {
	background: url(../images/bg_dist.jpg) center center /cover no-repeat;
}

.bg_house {
	background: url(../images/bg_house.jpg) center center /cover no-repeat;
}

.bg_company {
	background: url(../images/bg_company.jpg) center center /cover no-repeat;
}






/* bus.html　貸切バス
=========================================================================== */

#bus01,#bus02,#bus03,#bus04 {
	margin-top: -140px;
	padding-top: 140px;
}

#nav .container,#bus01 .container,#bus02 .container,#bus03 .container,#bus04 .container {
	width: 1170px;
}

ul.nav_bus {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 10px;
}

ul.nav_bus li a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border: 1px solid #258994;
	color: #258994;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 1em 0;
	border-radius: 5px;
}

h3.bus {
	font-size: 3.6rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	text-align: center;
	color: #258994;
	border-bottom: 1px solid #258994;
	padding-bottom: 20px;
}

p.text_kikan {
	font-size: 1.6rem;
	text-align: center;
	display: block;
	margin-top: 15px;
	color: #333;
	margin-bottom: 40px;
}

.inner_bus01 {
	background-color: #f5f5f5;
	padding: 30px 20px;
	margin-bottom: 50px;
}

.cont_bus01 {
	margin-left: 50px;
}

.cont_bus01 h4 {
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
}

.cont_bus01 p.text {
	font-size: 1.7rem;
	line-height: 1.8;
	letter-spacing: 0.03em;
}




.pdca {
	margin-bottom: 20px;
	border: 1px solid #258994;
	display: flex;
	flex-direction: row;
}

.pdca .ttl {
	background-color: #258994;
	color: #fff;
	width: 240px;
	font-size: 3rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.pdca .ttl span {
	font-size: 1.8rem;
	display: inline-block;
	margin-left: 0.4em;
}

.pdca .cont{
	padding: 30px 40px;
}



ol.bus01 {
  counter-reset: item;
  list-style: none;
  margin: 0;
  padding: 0;
}

ol.bus01 > li {
  font-weight: 600;
  margin-bottom: 1.2em;
  font-size: 1.8rem;
}

ol.bus01 > li::before {
  counter-increment: item;
  content: counter(item) " ) ";
  font-weight: 600;
  margin-right: 0.3em;
}

ul.bus01 {
  list-style: disc;
  margin: 0.5em 0 1em 1.5em;
  padding: 0;
}

ul.bus01 li {
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 0.3em;
  list-style-type: disc;
}

h4.ttl_bus01_4 {
	font-size: 2.2rem;
	margin-bottom: 15px;
}

table.bus01_1 {
  width: 100%;
  border-collapse: collapse;
  background: #f8f8f8;
  font-size: 1.7rem;
}

table.bus01_1 th,
table.bus01_1 td {
  border: 1px solid #ccc;
  padding: 12px 10px;
  text-align: center;
}

table.bus01_1 thead th {
  background: #dbecee;
  font-weight: 600;
}

table.bus01_1 tbody th {
  background: #dbecee;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

table.bus01_1 td {
  background: #fff;
}

table.bus01_1 tr:nth-child(even) td {
  background: #fafafa;
}







table.bus01_2 {
  width: 100%;
  border-collapse: collapse;
  background: #f8f8f8;
  font-size: 1.7rem;
}

table.bus01_2 th,
table.bus01_2 td {
  border: 1px solid #ccc;
  padding: 15px;
  vertical-align: middle;
}

table.bus01_2 th {
  background: #dbecee;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

table.bus01_2 td {
  background: #fff;
  text-align: center;
}






p.genzai_r {
	text-align: right;
	margin-top: 10px;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
}





.inner_bus02 {
  font-size: 1.7rem;
  line-height: 1.7;
  background-color: #f5f5f5;
  padding: 50px 50px;
}

h4.bus02 {
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  line-height: 1.8;
}

ul.bus02 {
  padding-left: 1.5em;
  margin-bottom: 1em;
}

ul.bus02 li {
  margin-bottom: 0.3em;
    list-style-type: disc;
	  margin-left: 2em;
}





ol.num {
  counter-reset: item;
  list-style: none;
  margin: 0;
  padding: 0;
}

ol.num > li {
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  margin-left: 2em;
}

ol.num > li:before {
  counter-increment: item;
  content: counter(item) " ) ";
  margin-right: 0.3em;
}













.bdr_bus03 {
	border: 1px solid #258994;
	padding: 50px 50px;
}

h4.bus03 {
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

h4.bus03 span {
	font-weight: 600;
	color: #258994;
}

ul.bus03 {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 0.5em 1em;
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  text-align: center;
}

ul.bus03 li {
  position: relative;
  padding-left: 1.5em;
  background-color: #f5f5f5;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 1em 1em;
  border-radius: 7px;
}

ul.bus03 li::before {
  content: "✔";
  color: #258994;
  display: inline-block;
  margin-right: 10px;
}

.inner_bus03 {
  background: #258994;
  color: #fff;
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 30px;
}

.inner_bus03 .ttl {
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.inner_bus03 .flex_c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
  align-items: center;
}

.tel_bus03 {
  font-size: 3rem;
  font-weight: 600;
  margin-right: 50px;
}

.tel_bus03 span.tel_link {
	color: #fff;
}

.tel_bus03:before {
	content: "\f879";
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
margin-right: 8px;
}

.btn_bus03 a {
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #258994;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  width: 300px;
  height: 50px;
}

.btn_bus03 a:before {
	content: "\f0e0";
font-family: 'Font Awesome\ 5 Free';
font-weight: 400;
margin-right: 8px;
font-size: 2.1rem;
margin-top: 3px;
}

.btn_bus03 a:hover {
  background: #f0f0f0;
}

.inner_bus03 p.text {
  font-size: 1.7rem;
  line-height: 1.6;
  margin: 1em 0;
  text-align: center;
}

ul.pdf {
  display: flex;
  justify-content: center;
  gap: 1em;
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
}

ul.pdf li a {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 1em 2em;
  background: #f5f5f5;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
}

ul.pdf li a i {
	font-size: 3rem;
}

ul.pdf li a:hover {
  background: #eefcff;
  opacity: 1;
}

p.text_bus03 {
	font-size: 1.7rem;
	line-height: 1.8;
	letter-spacing: 0.03em;
}

ul.pdf {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

ul.pdf li a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	width: 400px;
	height: 70px;
	border: 2px solid #258994;
	background-color: #fff;
	border-radius: 7px;
	color: #258994;
}


ul.pdf li a i {
	margin-right: 10px;
	color: #258994;
}






.cont_bus04 {
  margin-bottom: 70px;
}

.info_bus04 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background-color: #258994;
	padding: 20px 25px;
	margin-bottom: 20px;
}

.info_bus04 small {
	color: #fff;
	font-size: 1.9rem;
}

.ttl_area h4.bus04 {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.3em;
}

.ttl_area p {
  font-size: 1.7rem;
  line-height: 1.6;
  color: #fff;
}

.btn_seat a {
  display: inline-block;
  padding: 12px 25px;
  border: 1px solid #ccc;
  background: #f8f8f8;
  text-decoration: none;
  border-radius: 3px;
  font-size: 1.8rem;
}

.btn_seat a:hover {
  background: #eee;
}

.gallery_box {
  display: flex;
  gap: 10px;
  margin-bottom: 1em;
}

.gallery_box .col {
  flex: 1;
}

.gallery_box img {
  width: 100%;
  display: block;
  border-radius: 4px;
}

table.bus04 {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.7rem;
}

table.bus04 th,
table.bus04 td {
  border: 1px solid #ccc;
  padding: 15px 15px;
  text-align: left;
}

table.bus04 th {
  background: #dbecee;
  font-weight: 600;
  text-align: center;
  font-size: 1.8rem;
}












/* distribution.html　物流・配送
=========================================================================== */

#dist01 .container,#dist02 .container,#dist03 .container,#dist04 .container {
	width: 1170px;
}



h3.dist {
	font-size: 3rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
	font-weight: 600;
	text-align: center;
	color: #ca171d;
	padding-bottom: 15px;
	border-bottom: 1px solid #ca171d;
}

p.text_dist01 {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin-bottom: 50px;
}

.inner_dist01 {
	background-color: #f5f5f5;
	padding: 50px 40px 40px;
	border-radius: 10px;
}

h4.dist {
	text-align: center;
	font-size: 2.7rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

ul.feature {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px;
}

ul.feature li {
	background-color: #fff;
	color: #333;
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 1.8;
	padding: 30px 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 2px solid #258994;
	border-radius: 20px;
}

#dist01 ul.feature li:before {
	content: '';
	display: block;
	background: url(../images/icon_dist01_1.png) 0 0 /contain no-repeat;
	width: 90px;
	height: 90px;
}

#dist01 ul.feature li:nth-of-type(2):before {
	background: url(../images/icon_dist01_2.png) 0 0 /contain no-repeat;
}

#dist01 ul.feature li:nth-of-type(3):before {
	background: url(../images/icon_dist01_3.png) 0 0 /contain no-repeat;
}





.dg_dist02 {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 30px;
}

.dg_dist02 h4 {
	background-color: #3d9da6;
	color: #fff;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	padding: 0.8em 10px;
	text-align: center;
	border-radius: 5px 5px 0 0;
}

.dg_dist02 .inner {
	padding: 30px 30px;
	background-color: #f5f5f5;
	border-radius: 0 0 5px 5px;
}

.dg_dist02 p.text {
	font-size: 1.7rem;
	line-height: 1.8;
}






.dg_dist03 {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 30px;
}

.dg_dist03 p.pic img {
	width: 100%;
	height: auto;
}

.dg_dist03 .ttl {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border: 1px solid #c91a20;
	padding: 1em 0.5em ;
	margin-top: 10px;
	border-radius: 5px;
}

.dg_dist03 .ttl p.name {
	font-size: 1.9rem;
	font-weight: 600;
	color: #c91a20;
	letter-spacing: 0.05em;
}

.dg_dist03 .ttl p.number {
	font-size: 1.9rem;
	margin-left: 1em;
	font-weight: 600;
	letter-spacing: 0.05em;
}

p.text_pdca {
	font-size: 1.8rem;
	font-weight: 600;
}

ul.bus01 {
	font-size: 1.8rem;
}







p.gmark {
	text-align: center;
	width: 99px;
	margin: 0 auto 15px;
}

p.text_gmark {
	text-align: center;
	font-size:2.4rem;
	letter-spacing: 0.1em;
	color: #00a7eb;
	margin-bottom: 30px;
}

p.pic_bus01 {
	width: 160px;
}

.cont_bus01 {
	width: 500px;
}































/* storehouse.html　倉庫業
=========================================================================== */

#house01 .container,#house02 .container,#house03 .container,#house04 .container {
	width: 1170px;
}



h3.house {
	font-size: 3rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	font-weight: 600;
	text-align: center;
	color: #333;
	padding-bottom: 15px;
	border-bottom: 1px solid #333;
}

h3.house span {
	color: #258994;
	font-size: 3.6rem;
}

p.text_house01 {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin-bottom: 50px;
}

.inner_house01 {
	background-color: #f5f5f5;
	padding: 50px 40px 40px;
}

h4.house01 {
	text-align: center;
	font-size: 2.7rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}


#house01 ul.feature li:before {
	content: '';
	display: block;
	background: url(../images/icon_house01_1.png) 0 0 /contain no-repeat;
	width: 90px;
	height: 90px;
}

#house01 ul.feature li:nth-of-type(2):before {
	background: url(../images/icon_house01_2.png) 0 0 /contain no-repeat;
}

#house01 ul.feature li:nth-of-type(3):before {
	background: url(../images/icon_house01_3.png) 0 0 /contain no-repeat;
}



.dg_house02 {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 30px;
}

.dg_house02 h4 {
	background-color: #258994;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding: 1em 10px;
	text-align: center;
	border-radius: 5px 5px 0 0;
}

.dg_house02 .inner {
	padding: 30px 50px;
	background-color: #f5f5f5;
	height: 150px;
	border-radius: 0 0 5px 5px;
}

.dg_house02 .cont {
	background-color: #f5f5f5;
}

.dg_house02 p.text {
	font-size: 1.7rem;
	line-height: 1.8;
}







.dg_house03 {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 30px;
}

.dg_house03 p.text {
	background-color: #444;
	color: #fff;
	font-size: 1.9rem;
	letter-spacing: 0.05em;
	padding: 0.4em 1em;
	text-align: center;
	margin-top: 7px;
	border-radius: 5px;
}








/* company.html　会社概要・お問い合わせ
=========================================================================== */


#company .container {
	width: 1170px;
	margin: 0 auto;
}

#contact .container {
	width: 1170px;
	margin: 0 auto;
}

.mb_company {
	margin-bottom: 120px!important;
}

.bg_sub_green {
	background-color: #f5f5f5;
	padding: 70px 0 70px;
	margin-bottom: 70px;
}


table.sub td strong {
	font-weight: 500;
}

	table.sub {
		width: 100%;
	}

	table.sub th {
		color: #258994;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
		width: 260px;
		padding: 20px 30px 20px 20px;
		border-bottom: 1px solid #aaa;
	}

	table.sub td {
		font-size: 1.8rem;
		letter-spacing: 0.05em;
		padding: 20px 30px 20px 20px;
		border-bottom: 1px solid #aaa;
		line-height: 1.8;
	}

	.cont_access {
		width: 48%;
	}

	h4.access {
		font-size: 2.1rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		margin-bottom: 15px;
		border-left: 5px solid #258994;
		padding: 0.1em 0 0.1em 0.5em;
	}

	.access_map iframe {
		width: 100%;
		height: 500px;
		
	}

	.access_map {
		border: 1px solid #258994;
	}

	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 200px;
		height: 46px;
		border: 1px solid #258994;
		font-size: 1.4rem;
		margin: 20px auto 0;
	}

	p.btn_map a:before {
		content: "\f3c5";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
	}

	.info_access {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		background-color: #fff;
		padding: 30px 70px;
		border-radius: 20px;
		gap: 70px;
	}

	.info_access p.ttl {
		font-size: 1.8rem;
		color: #258994;
		font-weight: 500;
		letter-spacing: 0.05em;
		margin-bottom: 0.5em;
		border-bottom: 1px dotted #000;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.info_access p.text {
		font-size: 1.7rem;
		letter-spacing: 0.05em;
	}




	#contact,#contact02 {
		margin-top: -120px;
		padding-top: 120px;
	}


#contact02 h3.sub b {
	font-weight: normal;
}

@media (max-width: 346px) {
	#contact02 h3.sub b {
		display: none;
	}
}







	.inner_contact01 {
		background-color: #fff;
		border: 1px solid #258994;
		border-radius: 70px;
		padding: 30px 50px 30px;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	
	.inner_contact01 .info:first-child {
		margin-right: 80px;
	}
	
	p.tel_contact01 {
		font-size: 3.9rem;
		color: #d41a21;
		font-family: "Roboto Condensed", sans-serif;
		letter-spacing: 0.07em;
		font-weight: 700;
	}
	
	p.tel_contact01 b {
		font-size: 3.3rem;
	}
	
	p.tel_contact01 span.tel_link {
		color: #d41a21;
	}
	
	.inner_contact01 p.text_hour {
		text-align: center;
		letter-spacing: 0.1em;
	}
	
	#contact02 .inner_contact02 {
		background-color: #f3f3f3;
	}







		p.text_contact {
			font-size: 1.6rem;
			line-height: 1.9;
			letter-spacing: 0.03em;
		}
	
		span.hissu {
			background-color: #ff0000;
			color: #fff;
			display: inline-block;
			line-height: 1;
			padding: 0.2em 0.5em;
			font-size: 1.4rem;
			margin-right: 5px;
		}
	
		.inner_contact02 {
			background-color: #d7edef;
			padding: 20px;
			border-radius: 30px;
		}
	
		.inner_contact02 .inner {
			padding: 30px 40px 40px;
			background-color: #fff;
			border-radius: 30px;
		}

		p.text_form_red {
			color: #ff0000;
			margin-bottom: 5px;
		}




span.red {
	color: #ff0000;
}







	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;
	}



	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;
	}



	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;
	}



	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;
	}




	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.5em;
		font-size: 1.8rem;
	}
	
	table.contact label {
		font-size: 1.8rem;
		font-weight: normal;
	}
	
	table.contact ::placeholder {
		color: #bbb;
		font-size: 17px;
	  }
	
	  .place_mini ::placeholder {
		font-size: 1.4rem!important;
	  }



	textarea {
		width: 100%;
		padding: 0.2em 0.5em;
		border: 1px solid #ddd;
		background-color: #fff;
		font-size: 1.8rem;
	}



	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: 1.4rem;
		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: 600;
		padding-bottom: 10px;
		border-bottom: 1px dotted #aaa;
		margin-bottom: 10px;
	}

	p.ttl_privacy {
		font-size: 1.4rem;
		font-weight: 600;
		margin-bottom: 5px;
	}

	.inner_privacy p.text {
		font-size: 1.4rem;
		line-height: 1.6;
		margin-bottom: 15px;
	}

	ul.privacy li {
		list-style-type: decimal;
		margin-left: 20px;
		margin-bottom: 5px;
		font-size: 1.3rem;
	}




	button.comfirm {
		width: 400px;
		height: 46px;
		text-align: center;
		background-color: #cd1b21;
		color: #ffffff;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: 600er;
		font-size: 15px;
		line-height: 46px;
		padding: 0 !important;
		border-radius: 10px;
	}

	button.comfirm:hover {
		background-color: #e02e34;
	}

	.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: #ffffff;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: 600er;
		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: #cd1b21;
		color: #ffffff;
		outline: none;
		border: none;
		cursor: pointer;
		font-weight: 600er;
		font-size: 15px;
		line-height: 46px;
		padding: 0 !important;
		display: inline-block;
		border-radius: 10px;
	}

	button.send:hover {
		background-color: #e02e34;
	}


select {
	border: 1px solid #ccc;
}





	::-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: 1.4rem;
		margin-top: 5px;
		color: #555;
	}


table.contact p.hosoku {
	color: #ff0000;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	margin-top: 10px;
	line-height: 1.6;
}



/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */
/* = */