@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');

@media screen and (max-width: 768px) {}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 320px) {}

/*****************************************************************************

0000 ----------
0001 RESET CSS
0002 CLEA
0003 BASICS
0004 #fixedTop
0005 .youtube_box

1000 ----------
1001 header
1002 footer
1003 slidemenu

2000 ----------
2001 TYPO
2002 HR
2003 .frame-map
*****************************************************************************/









/*****************************************************************************
0001 RESET CSS
*****************************************************************************/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

main {
	display: block;
}

pre {
	white-space: pre-wrap;
}









/*****************************************************************************
0001 CLEAR
*****************************************************************************/
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 320px) {}









/*****************************************************************************
0003  BASICS
 *****************************************************************************/
html {
	font-size: 62.5%;
}

body {
	font-family: 'Noto Sans JP', "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
	line-height: 1.8;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-text-size-adjust: none;
	letter-spacing: 0.016em;
	min-width: 1080px;
}

body,
html {
	height: 100%;
	margin: 0 auto;
}

body * {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #497a99;
}

a:hover img {
	opacity: 0.8;
}

/* common */
.inner {
	width: 1080px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}

.inner.narrow {
	max-width: 900px;
}

.inner.narrow-narrow {
	max-width: 800px;
}


.sp {
	display: none;
}

.txt_center {
	text-align: center;
}

.txt_red {
	color: #e1231e;
}

main {}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	* {
		-webkit-text-size-adjust: 100%;
		-webkit-appearance: none;
	}

	body {
		min-width: initial;
		min-width: auto;
	}

	.inner {
		width: 100%;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	main {
		width: 100%;
		padding-top: calc(2.6875vw * 5);
	}

	.scroll {
		overflow: auto;
		white-space: nowrap;
	}

	.scroll::-webkit-scrollbar {
		height: 5px;
	}

	.scroll::-webkit-scrollbar-traqck {
		background: #f1f1f1;
	}

	.scroll::-webkit-scrollbar-thumb {
		background: #bcbcbc;
	}

}




.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}









/*****************************************************************************
0004 #fixedTop
*****************************************************************************/
#fixedTop {
	right: 10px;
	bottom: 10px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	display: none;
	background: #497a99;
	position: fixed;
	z-index: 9999;
	border-radius: 50%;
	-webkit-transform: translateZ(0);
}

#fixedTop:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 320px) {}








/*****************************************************************************
0005 .youtube_box
*****************************************************************************/
.youtube_box {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.youtube_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 320px) {}








/*****************************************************************************
1001 header
*****************************************************************************/
.sb-slide {
	display: none;
}

header {
	width: 100%;
	height: 80px;
	background: #fff;
	z-index: 9999;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	position: relative;
}

header .inner {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
}

header h1 {
	width: 333px;
	height: 80px;
	display: flex;
	align-items: flex-end;
	padding: 10px 0;
}

header h1 img {
	width: 100%;
}

header .head_comment {
	position: absolute;
	top: 5px;
	left: 15px;
	font-size: 12px;
}

header .head_contact {
	width: 460px;
	display: flex;
	flex-flow: row wrap;
	border-bottom: 1px solid #d7d7d7;
}

header .head_contact .phone {
	width: 303px;
	border-right: 1px solid #d7d7d7;
}

header .head_contact .phone a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	font-size: 30px;
	color: #d05f93;
	font-family: "Oswald", sans-serif;
	line-height: 1;
	transition-duration: 0.4s;
}

header .head_contact .phone a small {
	margin-left: 10px;
	font-size: 11px;
	font-family: 'Noto Sans JP', "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
}

header .head_contact .contact {
	flex: 1;
}

header .head_contact .contact a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	font-size: 18px;
	color: #d05f93;
	transition-duration: 0.4s;
}

header .head_contact .contact a:before {
	content: "\f0e0";
	font-family: FontAwesome;
	margin-right: 5px;
}

header .head_contact .phone a:hover,
header .head_contact .contact a:hover {
	background: #d05f93;
	color: #fff;
}

header .row {
	flex: 1;
	height: 80px;
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	align-items: flex-end;
}

header nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 39px;
}

header nav ul {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	line-height: 1;
}

header nav ul li {
	padding: 0 9px;
}

header nav ul li a {
	font-size: 14px;
}

header nav ul li a:before {
	content: "\f138";
	font-family: FontAwesome;
	margin-right: 5px;
	color: #f7b552;
}

header nav ul li a:hover {
	color: #00889b;
}

@media screen and (max-width: 768px) {
	.sb-slide {
		width: 100%;
		height: calc(2.6875vw * 5);
		display: table;
		overflow: hidden;
	}

	.sb-slide h1 {
		width: 55%;
		padding: 0 3.9062vw;
		display: table-cell;
		vertical-align: middle;
		background: #fff;
	}

	.sb-slide h1 a {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		height: calc(2.6875vw * 5);
		padding: 10px;
	}

	.sb-slide h1 a img {
		max-height: 100%;
	}

	.sb-slide .phone,
	.sb-slide .contact,
	.sb-slide .menu {
		display: table-cell;
		vertical-align: middle;
		width: 15%;
		position: relative;
		text-align: center;
		font-size: calc(4.6875vw * 1.2);
		color: #fff;
	}

	.sb-slide .phone {
		background: #d16398;
	}

	.sb-slide .contact {
		background: #e482b1;
	}

	.sb-slide .phone a,
	.sb-slide .contact a {
		color: #fff;
		display: block;
	}

	.sb-slide .menu {
		background: #f7b552;
		color: #fff;
	}

	.sb-toggle-right,
	.sb-close {
		width: 100%;
		height: calc(2.6875vw * 5);
		display: flex;
		align-items: center;
		justify-content: center;
	}

}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 320px) {}








/*****************************************************************************
1002 footer
*****************************************************************************/
.foot_contact {
	background: linear-gradient(90deg, #d16398, #e482b1);
	color: #fff;
}

.foot_contact .inner {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.foot_contact .row {
	padding: 25px 15px;
	flex: 1;
}

.foot_contact .row dl {
	display: flex;
	align-items: flex-start;
	width: 100%;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
}

.foot_contact .row dl dt {
	width: 150px;
	border-right: 1px solid #fff;
}

.foot_contact .row dl dd {
	flex: 1;
	padding-left: 20px;
}

.foot_contact .row dl dd small {
	display: block;
	font-size: 18px;
	font-weight: 400;
	margin-top: 5px;
	letter-spacing: 0.1em;
}

.foot_contact .phone {
	padding: 25px 15px;
}

.foot_contact .phone a {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	width: 360px;
	height: 130px;
	background: #fff;
	color: #d3679b;
	line-height: 1.28;
	border: 1px solid #fff;
	transition-duration: 0.4s;
}

.foot_contact .phone a:hover {
	background: #d16398;
	color: #fff;
}

.foot_contact .phone a dl {
	display: flex;
	align-items: baseline;
	font-family: "Oswald", sans-serif;
}

.foot_contact .phone a dl dt {
	font-size: 24px;
	margin-right: 5px;
}

.foot_contact .phone a dl dd {
	font-size: 45px;
}

.foot_contact .phone a span {
	display: block;
	font-size: 14px;
	letter-spacing: 0.29em;
}

footer {
	position: relative;
	background: #fff;
}

footer .inner {
	display: flex;
	flex-flow: row wrap;
	padding: 90px 0 110px;
}

footer .foot_info {
	width: 314px;
	padding: 0 15px;
}

footer .foot_info h1 {
	width: 284px;
	margin-bottom: 15px;
}

footer .foot_info h1+p {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 50px;
	letter-spacing: 0.05em;
}

footer .copyright {}

footer .copyright small {
	font-size: 12px;
	letter-spacing: 0.05em;
}

footer .foot_navi {
	flex: 1;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}

footer .foot_navi ul {
	width: 180px;
	line-height: 2.14;
}

footer .foot_navi ul:not(:last-child) {
	margin-right: 30px;
}

footer .foot_navi ul li {
	padding:0 0 ;
	border:0pt solid red;
	align-items : center;
	display : flex;
	flex-wrap : wrap;
	width:100%;
	height:2.5em;
	font-size: clamp(calc(1.4rem * 0.8), calc(1.4vw * 1.0), 1.4rem);
}

footer .foot_navi ul li a {
font-size:inherit;	padding:0;
	margin:0;
	border:0pt solid red;
	width:100%;
	height:auto;
}

footer .foot_navi ul li a:before {
	content: "\f105 ";
	font-family: FontAwesome;
	margin-right: 5px;
	color: #f5a707;
}

@media screen and (max-width: 768px) {
	.foot_contact {
		border: 0pt solid red;
		padding: 0;
	}

	.foot_contact .inner {
		border: 0pt solid red;
		padding: 0;
		display: block;
	}

	.foot_contact .row {
		padding: 2.5vw;
		flex: 1;
	}

	.foot_contact .row dl {
		font-size: calc(3.0vw * 1.7);
		padding: 0;
		margin: 0.5em 0;
	}

	.foot_contact .row dl dt {
		width: 5em;
	}

	.foot_contact .row dl dd {
		width: calc(100% - 5em);
		padding: 0 0 0 1em;
	}

	.foot_contact .row dl dd small {
		font-size: 0.5em;
		margin-top: 0.5em;
	}

	.foot_contact .phone {
		padding: 25px 15px;
		padding: 2.5vw;
		margin: 0;
		width: 100%;

	}

	.foot_contact .phone a {
		width: 100%;
		height: 100%;
		padding: 1vw;
	}

	.foot_contact .phone a:hover {}

	.foot_contact .phone a dl {}

	.foot_contact .phone a dl dt {
		font-size: calc(2.4vw * 1.9);
		margin-right: 0.5em;
	}

	.foot_contact .phone a dl dd {
		font-size: calc(4.5vw * 1.9);
	}

	.foot_contact .phone a span {
		font-size: calc(1.4vw * 1.9);
	}

	.foot_contact p {
		font-size: calc(1.4vw * 1.9);
	}


	footer .inner {
		flex-flow: column-reverse wrap;
		align-items: center;
		padding:5vw 2.5vw;
	}

	/* footer .foot_navi {
		flex: auto;
		width: 100%;
		justify-content: flex-start;
		margin-bottom: 30px;
	}

	footer .foot_navi ul {
		width: 33.33%;
		padding: 15px;
	}

	footer .foot_navi ul:not(:last-child) {
		margin-right: 0;
	} */

	footer .foot_navi {
		/* flex: 1;
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-end; */
		width:100%;
		padding:2.5vw;
	}

	footer .foot_navi ul,
	footer .foot_navi ul:not(:last-child) {
		width: 100%;
		margin:0.5vw 0;

		display : flex;
		flex-wrap : wrap;
	}

	footer .foot_navi ul:last-child {
		margin-bottom:3.0rem;
	}

	footer .foot_navi ul li {
		padding:0 0 ;
		border:0pt solid red;
		align-items : center;
		display : flex;
		flex-wrap : wrap;
		width:100%;
		height:2.5em;
		font-size: clamp(calc(1.4rem * 0.8), calc(1.4vw * 1.0), 1.4rem);
		width:auto;
	}

	footer .foot_navi ul li a {
		height:auto;
		margin-right:1em;
	}




}

@media screen and (max-width: 600px) {
	/* .foot_contact .row dl {
		font-size: 24px;
	}

	.foot_contact .row dl dt {
		width: 120px;
	} */
}

@media screen and (max-width: 480px) {
	/* .foot_contact .row dl {
		font-size: 20px;
	}

	.foot_contact .row dl dt {
		width: 100px;
	}

	.foot_contact .row dl dd small {
		font-size: 14px;
	}

	*/
	footer .inner {
		padding: 30px 0 90px;
	}

	footer .foot_navi ul {
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		padding: 0 15px;
	}

	footer .foot_navi ul li {
		margin-right: 15px;
	}
}

@media screen and (max-width: 375px) {
	/* .foot_contact .phone a dl dd {
		font-size: 40px;
	} */
}

@media screen and (max-width: 320px) {
	/* .foot_contact .row dl {
		font-size: 18px;
	}
 */
}








/*****************************************************************************
1003 slidemenu
*****************************************************************************/
@media screen and (max-width: 768px) {
	#sb-site {
		background: #fff;
	}

	.sb-slidebar {
		background: #fff;
	}

	.sb-slide {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1000;
		font-size: calc(4.6875vw * 1.2);
		line-height: 1.2;
		-webkit-transform: translate3d(0, 0, 2px);
		transform: translate3d(0, 0, 2px);
	}

	.sb-slide .sb-close,
	.sb-active .sb-slide .sb-toggle-right {
		display: none;
	}

	.sb-active .sb-slide .sb-close {
		display: flex;
	}

	.sb-slidebar ul {
		padding: 3%;
	}

	.sb-slidebar ul li a {
		display: flex;
		width: 100%;
		padding: 10px;
		border-bottom: dotted 1px #ddd;
		text-decoration: none;
		text-align: left;
		color: #000;
	}

	.sb-slidebar ul li a span {
		margin-right: 5px;
	}

	.sb-slidebar ul li a em {
		text-align: right;
	}

	.sb-slidebar section {
		padding: 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.sb-slidebar section p a {
		background: #000;
		display: block;
		cursor: pointer;
		color: #fff;
		padding: 10px 15px;
		text-decoration: none;
		font-size: 1.8rem;
		text-align: center;
		height: 50px;
		font-weight: 700;
	}

	.sb-slidebar section p a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
		text-decoration: none;
	}

	.sb-slidebar section iframe {
		margin: 0 0 10%;
	}

	.sb-slidebar .side_add dl {
		padding: 3%;
	}

	.sb-slidebar .side_add dl dt {
		font-size: 2.4rem;
		color: #333;
		font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
		font-weight: bold;
	}

	.sb-slidebar .side_add dl dt small {
		font-size: 1.6rem;
		margin-right: 5px;
	}

	.sb-slidebar .side_add dl dd a {
		display: block;
		color: #956e4b;
		font-size: 2.0rem;
		font-family: 'Oswald', sans-serif;
		border: 1px solid #ddd;
		padding: 5px 10px;
		text-align: center;
	}

	.sb-slidebar .side_add dl dd a:before {
		content: "\f098";
		font-family: FontAwesome;
		margin-right: 5px;
	}
}


@media screen and (max-width: 375px) {
	.sb-slidebar section p a {
		padding: 10px;
	}
}









/*****************************************************************************
2001 TYPO
*****************************************************************************/
.txt-center {
	text-align: center;
}

.txt-left {
	text-align: left;
}

.txt-right {
	text-align: right;
}

.txt-large {
	font-size: 1.05em;
}

.txt-xlarge {
	font-size: 1.1em;
}

.txt-xxlarge {
	font-size: 1.2em;
}

.txt-xxxlarge {
	font-size: 1.3em;
}

.txt-xxxxlarge {
	font-size: 1.4em;
}

.txt-xxxxxlarge {
	font-size: 1.5em;
}

.txt-xxxxxxlarge {
	font-size: 1.6em;
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 320px) {}









/*****************************************************************************
2002 HR
*****************************************************************************/
hr.renew {
	border: none;
	border-bottom: 1px solid #ccc;
	width: 100%;
	max-width: 1050px;
	height: 1px;
	background: transparent;
	padding: 0;
	margin: 3.0rem auto;
}

hr.renew.narrow {
	border-bottom: 1px dashed #ccc;
}

@media screen and (max-width: 768px) {
	hr.renew {
		width: calc(100% - 3vw - 3vw);
		margin: 1.5rem auto;
	}
}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 320px) {}









/*****************************************************************************
2003 .frame-map
*****************************************************************************/
.frame-map {
	position: relative;
	padding-bottom: 33%;
	/*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
	border: 0px solid red;
}

.frame-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%%;
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}