﻿@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,600');


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

main {
	display: block;
}

/*****************************************************************************
 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: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 1.8;
	color: #2f3a4d;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-text-size-adjust: none;
	letter-spacing: 0.016em;
}

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

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

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

a:hover {
	text-decoration: none;
	color: #15aaad;
	opacity: 0.8;
}

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

.sp {
	display: none;
}

.txt_center {
	text-align: center;
}

main {}

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

	.sp {
		display: block;
	}
}

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

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

a.map {
	color: #970909;
}

a.map:hover {
	color: #d81b60;
}


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

header {
	position: absolute;
	top: 0;
	z-index: 999;
	width: 100%;
	color: #89b1bf;
	background: rgba(255, 255, 255, 0.9);
	background: rgba(255, 255, 255, 0.4);

}

header .wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	height: 90px;
}

header h1 {
	width: 120px;
	height: 90px;
	display: flex;
	align-items: center;
	margin-left: 55px;
}

header h1 img {
	width: 100%;
	height: auto;
}

header .row {
	margin-right: 30px;
}

header .row p {
	font-size: 1.0rem;
	line-height: 1;
	padding: 8px 0;
}

header .row nav {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-end;
}

header nav ul {
	display: flex;
	flex-flow: row wrap;
}

header nav .head_nav li {
	margin-right: 15px;
	line-height: 1;
}

header nav .head_nav li a {
	font-size: 1.6rem;
	font-family: 'Poppins', sans-serif;
	color: #89b1bf;
}

header nav .head_nav li:not(:first-child):before {
	font-size: 1.4rem;
	content: "/";
	font-family: 'Poppins', sans-serif;
	margin-right: 15px;
}

header nav .head_nav li a:hover {
	color: #15aaad;
}

header .head_link {
	align-items: flex-end;
	margin-top: -20px;
}

header .head_link li {
	padding: 0 2px;
	line-height: 1;
}

header .head_link dl dt,
header .head_link dl dd {
	font-size: 1.1rem;
	line-height:1.3;
	font-weight: bold;
	margin-bottom: 4px;
}

header .head_link dl dd a {
	font-size: 2.4rem;
	font-family: 'Poppins', sans-serif;
	color: #89b1bf;
	display: flex;
	line-height: 1;
}

header .head_link dl dd span {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
	font-size: 1.3rem;
	background: #89b1bf;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	position: relative;
	margin-right: 4px;
}

header .head_link dl dd span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	border: 3px solid transparent;
	border-left: 3px solid #89b1bf;
}

header .head_link dl dd small {
	font-size: 10px;
	line-height: 1.1;
}

header .head_link ul {
	display: flex;
	flex-flow: row wrap;
}

header .head_link .line a img {
	height: 18px;
}

header .head_link .insta a,
header .head_link .facebook a {
	font-size: 2.0rem;
	color: #89b1bf;
}

header .head_link .map a {
	font-size: 2.0rem;
	color: #970909;
}

header .head_link dl dd a:hover,
header .head_link .insta a:hover,
header .head_link .facebook a:hover {
	color: #15aaad;
}

header .head_link dl dd a:hover span {
	background: #15aaad;
}

header .head_link .map a:hover {
	color: #d81b60;
}


/*--footer--*/

footer {
	position:relative;
	z-index:1;
}

footer .copyright {
	background: #2f3a4d;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

footer .copyright small {
	color: #fff;
	font-size: 1.0rem;
	letter-spacing: 0.1em;
	font-family: 'Poppins', sans-serif;
}

footer nav {
	background: #edf3f4;
	line-height: 1;
}

footer nav .inner {
	height: 60px;
	padding: 10px 15px;
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
}

footer nav ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}

footer nav ul li {
	margin-right: 5px;
}

footer nav ul li a {
	font-size: 1.2rem;
	color: #000;
}

footer nav ul li:not(:first-child):before {
	content: "/";
	margin-right: 5px;
}

footer nav dl {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}

footer nav dl dt {
	padding-right: 10px;
	font-size: 1.2rem;
}

footer nav dl dt:after {
	content: "//";
	margin-left: 10px;
}

footer .wrap {
	height: 330px;
	background: #cfe0e5 url(../../img/common/pattern.png);
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

footer .wrap h1 {
	width: 145px;
	margin-bottom: 20px;
	min-height: 0%;
}

footer .wrap .add {
	font-size: 1.4rem;
	margin-bottom: 10px;
}

footer .wrap .add .map {
	margin-left: 5px;
}

footer .wrap .phone {
	line-height: 1.44;
}

footer .wrap .phone a {
	font-family: 'Poppins', sans-serif;
	font-size: 2.4rem;
}

footer .wrap .phone a small {
	font-size: 1.6rem;
	margin-right: 5px;
}

footer .wrap .phone>small {
	font-size: 10px;
	line-height: 1.1 !important;
}

footer .footer_link {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	margin-bottom: 20px;
}

footer .footer_link li {
	padding: 0 2px;
	line-height: 0;
}

footer .footer_link .line a img {
	height: 18px;
}

footer .footer_link .insta a,
footer .footer_link .facebook a {
	font-size: 2.0rem;
	color: #2f3a4d;
}

footer .footer_link .insta a:hover,
footer .footer_link .facebook a:hover {
	color: #15aaad;
}



/*****************************************************************************
 Responsive
 *****************************************************************************/

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

	/*slidemenu*/
	#sb-site {
		background: #fff;
	}

	.sb-slide {
		display: block;
		position: fixed;
		right: 8px;
		top: 8px;
		z-index: 1000;
		font-size: 3.0rem;
		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: block;
	}

	.sb-slide p {
		display: inline-block;
		padding: 2px 9px;
		color: #2f3a4d;
	}

	.sb-slide p i {
		margin: 0;
	}

	.sb-slide .txt {
		display: block;
		margin-top: -5px;
		font-size: 0.8rem;
	}

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

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

	.sb-slidebar ul li a:before {
		content: "\f105";
		font-family: FontAwesome;
		margin-right: 5px;
		color: #15aaad;
	}

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

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

	.sb-slidebar section {
		padding: 2% 3% 0;
		-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 {
		margin: 0 3% 10px;
	}

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

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

	.sb-slidebar section p a:before {
		content: "\f138";
		font-family: FontAwesome;
		margin-right: 5px;
	}

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

	.sb-slidebar .side_add+p {
		margin-bottom: 15px;
	}

	.sb-slidebar .side_add p strong {
		font-weight: bold;
	}

	.sb-slidebar .side_add .phone a {
		background: #2f3a4d;
		font-family: 'Poppins', sans-serif;
	}

	.sb-slidebar .side_add .phone a:before {
		content: "TEL.";
		margin-right: 5px;
		font-size: 1.2rem;
	}

	.sb-slidebar .icon_link {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 3% 3%;
	}

	.sb-slidebar .icon_link li {
		padding: 2px;
		line-height: 0;
	}

	.sb-slidebar .icon_link li a {
		width: auto;
		border: none;
	}

	.sb-slidebar .icon_link li a:before {
		display: none;
	}

	.sb-slidebar .icon_link .line a img {
		height: 18px;
	}

	.sb-slidebar .icon_link .insta a,
	.sb-slidebar .icon_link .facebook a {
		font-size: 2.0rem;
		color: #2f3a4d;
	}

	.sb-slidebar .icon_link .insta a:hover,
	.sb-slidebar .icon_link .facebook a:hover {
		color: #15aaad;
	}


	/*--header--*/
	header .row {
		display: none;
	}

	header h1 {
		width: 120px;
		height: 80px;
	}

}

@media screen and (max-width: 768px) {
	* {
		-webkit-text-size-adjust: 100%;
	}

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

	main {
		width: 100%;
	}

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

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

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

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


	/*--header--*/
	header .wrap {
		height: auto;
		padding: 0 0;
		height:70px;
		/* border:1px solid red; */
	}

	header h1 {
		width: 100px;
		width:80px;
		height: auto;
		margin-left: 30px;
		height:70px;
		/* border:1px solid green; */


	}



	/*--footer--*/
	footer nav .inner {
		height: auto;
		display: block;
	}

	footer nav .inner>ul {
		margin-bottom: 10px;
	}





}


@media screen and (max-width: 600px) {
	.txt_center {
		text-align: left;
	}

	footer nav ul,
	footer nav dl {
		justify-content: flex-start;
	}

	footer nav dl dt {
		width: 100%;
		margin-bottom: 5px;
	}

	footer nav ul li:not(:first-child):before {
		display: none;
	}

	footer nav ul li {
		padding: 5px;
	}

	footer nav ul li a:before {
		content: "\f105";
		font-family: FontAwesome;
		margin-right: 5px;
		color: #15aaad;
	}


}


@media screen and (max-width: 480px) {
	header {
		position: relative;
		background: #fff;
	}

	header h1 {
		width: 70px;
	}



}


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














/* ---------- 2026-01-29 ---------- */
header .wrap,
header h1 {
	height:110px;
	background:rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 1200px) {
header nav .head_nav li a {
font-size: calc( 1.6vw * 0.8);
}


.sb-slide {
	top:32px;
}

}

@media screen and (max-width: 1024px) {
	header .wrap,
	header h1 {
		height:90px;
	}

	.sb-slide {
		top:22px;
	}
}

@media screen and (max-width: 769px) {
	header .wrap,
	header h1 {
		height:70px;
	}


	.sb-slide {
		top:15px;
	}
}

