@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap");
@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=Oswald&display=swap");



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

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

/* End hide from IE-mac */
/*****************************************************************************
 BASICS
 *****************************************************************************/
html {
	font-size: 62.5%;
}

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

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

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

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

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

a:hover img {
	opacity: 0.8;
}

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

.sp {
	display: none;
}

.txt_center {
	text-align: center;
}

.txt_red {
	color: #e1231e;
}

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

	.sp {
		display: block;
	}
}

#fixedTop {
	right: 10px;
	bottom: 120px;bottom:20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	display: none;
	background: #eb6877;
	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) {
	#fixedTop {
		bottom: 20px;
	}
}

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

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

.col-03 {
	display: flex;
	flex-flow: row wrap;
}

.col-03 .row {
	width: 33.33%;
	padding: 15px;
}

@media screen and (max-width: 768px) {
	.col-03 .row {
		width: 50%;
	}
}

@media screen and (max-width: 480px) {
	.col-03 .row {
		width: 100%;
	}
}

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

header {
	width: 100%;
	height: 110px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 9999;
}

header .catch {
	height: 15px;
	background: #13b5b1;
	color: #fff;
	font-size: 11px;
	line-height: 15px;
}

header .catch .inner {
	padding: 0 15px;
}

header h1,
.footer h1 {
	width: 475px;
	max-width: 100%;
}

header h1 a,
.footer h1 a {
	display: block;
}

header h1 img,
.footer h1 img {
	width: 100%;
}

header>.inner {
	width: 1050px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}

header .head_info,
footer .foot_info {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

header .head_info .area,
footer .foot_info .area {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 50px;
	background: #231816;
	color: #fff;
	border-radius: 2px;
	line-height: 1.2;
	text-align: center;
	margin-right: 20px;
}

header .head_info .area dt,
footer .foot_info .area dt {
	font-size: 12px;
}

header .head_info .area dd,
footer .foot_info .area dd {
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0.2em;
}

header .head_info a img,
footer .foot_info a img {
	width: 234px;
}

header .head_info a:hover img,
footer .foot_info a:hover img {
	filter: invert(86%) sepia(100%) saturate(2609%) hue-rotate(104deg) brightness(69%) contrast(104%);
}

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

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

header nav .gnav li {
	border-right: 1px solid #333;
	padding: 0 15px;
}

header nav .gnav a {
	font-size: 14px;
	font-size: 15px;
	letter-spacing: 0.15em;
	color: #333;
}

header nav .gnav a:hover {
	color: #13b5b1;
}

header nav .subnav {
	padding: 0 15px;
}

header nav .subnav li:not(:last-child) {
	margin-right: 10px;
}

header nav .subnav a {
	font-size: 12px;
	color: #333;
}

header nav .subnav a:hover {
	color: #13b5b1;
}

header nav .subnav a:before {
	content: "\f0da";
	font-family: FontAwesome;
	color: #13b5b1;
	margin-right: 5px;
}

/*--footer--*/
footer {
	position: relative;
}

footer .contact_info {
	background: #fafafa;
	padding: 50px 0;
}

footer .contact_info ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

footer .contact_info ul li {
	padding: 5px;
}

footer .contact_info .phone a {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	width: 550px;
	height: 150px;
	background: #13b5b1;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	border: 1px solid #13b5b1;
	transition-duration: 0.4s;
}

footer .contact_info .phone dl dt {
	font-size: 20px;
	font-weight: bold;
}

footer .contact_info .phone dl dd {
	font-size: 50px;
	font-family: 'Oswald', sans-serif;
	display: flex;
	align-items: center;
}

footer .contact_info .phone dl dd:before {
	content: "\f098";
	font-family: FontAwesome;
	margin-right: 5px;
	font-size: 40px;
}

footer .contact_info .phone p {
	display: block;
	font-size: 14px;
}

footer .contact_info .phone p small {
	font-size: 11px;
}

footer .contact_info .phone a:hover {
	background: #fff;
	color: #13b5b1;
}

footer .contact_info .mail a {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 150px;
	background: #009e96;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	border: 1px solid #13b5b1;
	transition-duration: 0.4s;
}

footer .contact_info .mail a:before {
	content: "\f0e0";
	font-family: FontAwesome;
	font-size: 40px;
	margin-bottom: 15px;
}

footer .contact_info .mail a:hover {
	background: #fff;
	color: #13b5b1;
}

footer .contact_info .fax dl {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 150px;
	background: #01857e;
	color: #fff;
	line-height: 1.2;
}

footer .contact_info .fax dl dt {
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
}

footer .contact_info .fax dl dd {
	font-size: 14px;
	font-weight: bold;
}

footer .contact_info .fax dl:before {
	content: "\f1ac";
	font-family: FontAwesome;
	font-size: 40px;
	margin-bottom: 15px;
}

footer .information .inner {
	padding: 100px 0 65px;
}

footer .information h1 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 2;
	margin-bottom: 65px;
}

footer .information h1 small {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.2em;
	display: block;
	font-family: 'Poppins', sans-serif;
}

footer .information h2 {
	font-size: 18px;
	font-weight: bold;
}

footer .information h2:before {
	content: "\f0c8";
	font-family: FontAwesome;
	margin-right: 5px;
}

footer .information h2:not(:first-child) {
	margin-top: 1em;
}

footer .information p {
	font-size: 12px;
	margin-bottom: 1em;
}

footer .information ul li {
	font-size: 12px;
}

footer .information .pay li:not(:last-child) {
	margin-bottom: 20px;
}

footer .information .pay li:before {
	content: "\f111";
	font-family: FontAwesome;
	margin-right: 5px;
}

footer .information dl {
	font-size: 12px;
}

footer .information dl dt {
	font-weight: bold;
}

footer .information dl dt:before {
	content: "\f111";
	font-family: FontAwesome;
	margin-right: 5px;
}

footer .information dl ul li:before {
	content: "・";
}

footer .information em {
	color: #00736d;
}

footer .information strong {
	font-weight: bold;
	color: #00736d;
}

footer .information table {
	width: 100%;
	border-top: 1px solid #ddd;
	font-size: 12px;
	margin-bottom: 20px;
}

footer .information table th,
footer .information table td {
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
}

footer .information table th {
	width: 85px;
	background: #eee;
	vertical-align: top;
}

.foot_nav {
	background: #fafafa;
	letter-spacing: 0.05em;
}

.foot_nav .inner {
	display: flex;
	flex-flow: row wrap;
	padding: 45px 0;
}

.foot_nav .row {
	width: 25%;
	padding: 15px;
}

.foot_nav dl dt {
	font-size: 16px;
	font-weight: bold;
}

.foot_nav ul {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #b2b2b2;
	line-height: 2.5;
}

.foot_nav ul li a {
	font-size: 12px;
	color: #000;
	display: flex;
	align-items: baseline;
}

.foot_nav ul li a:before {
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 5px;
}

.foot_nav ul li a:hover {
	color: #13b5b1;
}

.foot_nav .calendar h1 {
	font-size: 18px;
	font-weight: bold;
}

.foot_nav .calendar p {
	text-align: center;
}

.foot_nav .calendar p .yellow {
	color: #ffed3b;
}

.foot_nav .calendar iframe {
	width: 230px;
	max-width: 100%;
	height: 170px;
	margin: 0 auto;
}

.footer .inner {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	height: 85px;
	padding: 0 15px;
	background: #fff;
}

footer .copyright {
	background: #13b5b1;
	color: #fff;
	text-align: center;
	width: 100%;
	height: 15px;
	line-height: 15px;
}

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

/*****************************************************************************
 Responsive
 *****************************************************************************/
@media screen and (max-width: 768px) {
	* {
		-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;
	}

	/* 	#fixedTop{bottom:10px;} */
	/*slidemenu*/
	#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;
	}

	.sb-slidebar ul li a:before {
		content: "\f0da";
		font-family: FontAwesome;
		margin-right: 5px;
	}

	.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: bold;
	}

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

	/*--header--*/
	.sb-slide {
		width: 100%;
		height: calc(2.6875vw * 5);
		display: table;
		overflow: hidden;
		background: #fff;
	}

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

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

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

	.sb-slide .phone {
		background: #13b5b1;
	}

	.sb-slide .contact {
		background: #009e96;
	}

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

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

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

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

	/*--footer--*/
	footer .contact_info .phone {
		width: 50%;
	}

	footer .contact_info .phone a {
		width: 100%;
	}

	.foot_nav .row {
		width: 50%;
	}

	.foot_nav ul li {
		margin-bottom: 10px;
	}

	.foot_nav ul li a {
		line-height: 1.2;
	}

	.footer .inner {
		height: auto;
		justify-content: center;
		padding: 25px 15px;
	}

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

@media screen and (max-width: 600px) {
	footer .contact_info .phone {
		width: 100%;
	}

	footer .contact_info .mail,
	footer .contact_info .fax {
		width: 50%;
	}

	footer .contact_info .mail a,
	footer .contact_info .fax dl {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	footer .foot_info {
		flex-flow: row nowrap;
	}

	.foot_nav .row {
		width: 100%;
		padding: 0 15px;
	}

	.foot_nav .calendar iframe {
		display: block;
	}
}

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

	header .head_info .area dt,
	footer .foot_info .area dt {
		font-size: 10px;
	}

	header .head_info .area dd,
	footer .foot_info .area dd {
		font-size: 18px;
	}

	footer .contact_info .phone dl dt {
		font-size: 18px;
	}

	footer .contact_info .phone dl dd {
		font-size: 42px;
	}

	footer .contact_info .phone dl dd:before {
		font-size: 36px;
	}

	footer .information h1 {
		font-size: 26px;
	}

	footer .information h1 small {
		font-size: 16px;
	}
}

header,
footer {
	position: relative;
}

header .qr {
	width: 90px;
	height: 90px;
	border: 0px solid red;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 17px;
	right: 0;
}

footer .qr {
	width: 90px;
	height: 90px;
	border: 0px solid red;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 15px;
	right: 0;
}

header .qr img,
footer .qr img {
	width: 100%;
	height: auto;
	display: block;
	padding: 0;
	margin: 0;
}

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

	header .qr,
	footer .qr {
		display: none;
	}
}



/* ----- 2020-11-26 追加 ----- */
.info-holiday {
	background: rgba(90, 218, 217, 0.1);
	padding: 30px 0;
}

.info-holiday .box {
	border: 1px solid rgba(90, 218, 217, 0.2);
	background: white;
	padding: 30px 30px;
	max-width: 960px;
	border-radius: 5px;
	margin: 0 auto;
}


.info-holiday h3 {
	font-size: 30px;
	font-style: italic;
	line-height: 1.4;
	text-align: center !important;
	padding: 0 0 0.25em 0;
	margin: 0 0 0.45em 0;
	letter-spacing: 0.1em;
	font-weight: 400;
	border-bottom: 3px double #444;
}

.info-holiday h4 {
	font-size: 18px;
	line-height: 1.4;
	padding: 0;
	margin: 0.3em 0;
	color: #444;
	font-weight: bold;
	letter-spacing: 0.05em
}


.info-holiday p {
	font-size: 14px;
	line-height: 1.5;
	padding: 0;
	margin: 0.3em 0;
	color: #444;
}

.info-holiday small {
	font-size: 0.8em;
}

.info-holiday table {
	width: 100%;
	margin: 5px 0;
	border: 1px solid #ddd;
}

.info-holiday table th,
.info-holiday table td {
	font-size: 16px;
	line-height: 1.7;
	padding: 0.5em 0.1em;
	border: 1px solid #ddd;
	text-align: center
}

.info-holiday b {
	color: #00B5B1
}

@media screen and (max-width: 600px) {
	.info-holiday {
		padding: 15px 0;
	}

	.info-holiday .inner {
		padding: 15px;
	}


	.info-holiday h3 {
		font-size: 24px;
	}

	.info-holiday h4 {
		font-size: 14px;
	}


	.info-holiday p {
		font-size: 14px;
	}

	.info-holiday table th,
	.info-holiday table td {
		font-size: 14px;
	}
}

@media screen and (max-width: 375px) {
	.info-holiday h3 {
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 0;
	}

	.info-holiday table th,
	.info-holiday table td {
		font-size: 12px;
	}
}
















/* ---- 2024-02-21 ----- */
header .head_info {
	border: 0px solid red;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

header .head_info a {
	width: 210px;
	border: 0px solid red;
	display: block;
}

header .head_info small,
footer  small {
	width: auto;
	border: 0px solid red;
	display: block;
	font-size: 11px;
	line-height: 1.1;
	margin-top: 3px;
}

header nav .inner {
	padding: 6px 0;
}


footer  small {
	display:none;
}




@media screen and (max-width: 768px) {
footer  small {
	display:block;
}
}



/* ---- 2025-03-25 ----- */
ul.btn-fixed {
	border:0pt solid red;
	position:fixed;
	z-index:100000;
	bottom:20px;
	right:60px;
	justify-content : center;
	align-items : center;
	display : flex;
	flex-wrap : wrap;
	padding:0;
	margin:0;
	height:50px;
	transition:1.0s;
}

ul.btn-fixed.bottomer {
	opacity: 0;
	visibility: hidden;
}

ul.btn-fixed li {
	border:0pt solid green;
	justify-content : center;
	align-items : center;
	display : flex;
	flex-wrap : wrap;
	padding:0 0.5rem;
	margin:0;
	width:auto;
	height:100%;
}


ul.btn-fixed li a {
	justify-content : center;
	align-items : center;
	display : flex;
	flex-wrap : wrap;
	padding:0 1.75em;
	margin:0;
	background:#BF0100;
	color:white;
	font-size:2.0rem;
	line-height:1;
	text-align:center;
	border-radius:3.6rem;
	transition:0.5s;
	opacity:1;
	width:auto;
	height:100%;
}

ul.btn-fixed li:last-child a {
	background:#FF0032;
}


ul.btn-fixed li a:hover {
	opacity:1;
	background:#11B5B1;
}

@media screen and (max-width: 768px) {
	ul.btn-fixed {
		bottom:20px;
		right:auto;
		left:0;
		width:calc( 100% - 60px );
	}

	ul.btn-fixed li {
		border:0pt solid green;
	}


	ul.btn-fixed li a {
		font-size:3.8vw;
		width:100%;
	}
}