@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@700&display=swap" rel="stylesheet');

/* #共通 ========================================================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: inherit;
}
html {
	height:100%;
}
body{
    font-family: 'Noto Sans JP', serif;
    font-weight: 400;
    color: #666666;
    margin: 0px;
    height: 100%;
    font-size: 16px;
    line-height: 30px;
}
@media only screen and (max-width: 750px) {
body{
	font-weight: 400;
}
}
img {
	border: none;
	vertical-align:bottom;
}
a{}
a img.img_alpha {
}
a:hover img.img_alpha {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
a  {
	color: #666666;
	text-decoration: none;
	word-break: break-all; 
	transition: 0.4s;
}
a:hover {
    color: #5acdaf; /*下線あり*/
    opacity: 0.7;
}
a[href^="tel:"] { cursor: default; }

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display:block; }
.sp { display: none; }

@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: unset; }
}

.red { color: #ed4e5f; }
.blue { color: #8ac2f3; }
.green { color: #5acdaf; }

.end {
	height: 0px;
	width: 100%;
	clear: left;
}
.flex {
    display: flex;
	flex-wrap: wrap;
}


/* #PC ========================================================================================================== */
#header {
    height: 85px;
    width: 100%;
    min-width: 1000px;
    position: fixed;
    z-index: 50;
    top: 0px;
    background-color: #ffffff;
}
#header ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
#header li {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
	float: left;
}
#header li.logo {
    height: 85px;
    width: 385px;
    background-image: url("../imgs/logo.svg");
    background-repeat: no-repeat;
    background-size: 370px 45px;
    background-position: right center;
}
#header li.logo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
#header li.menu {
    width: auto;
    float: right;
    margin: 0;
    vertical-align: bottom;
    padding: 25px 10px 0;
}
#header li.menu a{
	color: #666;
}
#header li.menu a:hover{
	color: #5acdaf;
}
#header li.tel {
	width: 210px;
	float: right;
    margin: 25px 15px 0 15px;
}
.footer {
	height: auto;
	width: 100%;
    min-width: 1000px;
	position: relative;
    float: left;
	background-color: #8ac2f3;
	color: #FFFFFF;
	padding-top: 60px;
}
.footer a  {
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {
    color: #ffffff; /*下線あり*/
    text-decoration: underline;
}
.footer_inner {
	width: 1000px;
	box-sizing: border-box;
    position: relative;
    margin: auto;
}
.f_logo {
	width: 470px;
    position: relative;
    float: left;
    margin-left: 30px;
}
.f_logo img {
	width: 300px;
	margin-bottom: 15px;
}
.f_address {
}
.f_menu {
    position: relative;
    float: left;
	list-style :none;
	padding: 0;
	line-height: 2em;
	position: relative;
}
.f_menu :before{
	color: #fff;
	position:absolute;
	left: 0px;
	top: 0px;
}
.f_menu1 {
    width: 200px;
}
.f_menu2 {
    width: 300px;
}
.f_cc {
    width: 100%;
    position: relative;
    float: left;
    font-size: 12px;
    text-align: center;
    padding: 30px 0;
}
.title {
    width: 100%;
    min-width: 1000px;
    height: 240px;
    position: relative;
    float: left;
    margin: 85px 0 0 0;
    border-bottom: 10px solid #5acdaf;
    background-size: cover;
    background-position: center center;
    background: linear-gradient(180deg, #fef7da 10%, #cedbeb 90%);
}
.title_inner {
    width: 100%;
    height: 240px;
    position: relative;
    float: left;
    background-size: 1400px auto;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title_inner::before{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 50%;
    height: 10px;
    background: #8ac2f3;
}
.title_name {
    width: auto;
    height: 43px;
    position: relative;
    float: left;
    background-color: #5acdaf;
    padding: 7px 30px 0 40px;
    border-radius: 25px;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 10px;
    color: #FFFFFF;
    text-align: center;
}
.contents {
    width: 100%;
    min-width: 1000px;
    position: relative;
    float: left;
}
.inner {
	width: 1000px;
	height: auto;
    position: relative;
	margin: 0 auto;
}
.maru {
    width: 100%;
    min-width: 1000px;
    height: auto;
    position: relative;
    float: left;
    text-align: center;
    font-size: 26px;
    padding-bottom: 40px;
}
.maru img {
	width: 90px;
    margin: 90px 0 15px 0;
}
.maru_s {
    font-size: 15px;
    color: #5ACDAF;
}
.bg_gray {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    background-color: #FAFAFA;
}


/* ========================================================================================================== */
@media only screen and (max-width: 1000px) {
#header li.menu {
    display: none;
}
#header li.tel {
    display: none;
}
.h_s_menu_space {
	height: 150px;
	width: 100%;
	position: relative;
	float: left;
 border-bottom: 2px solid #fff;
}
.h_s_menu {
	height: auto;
	width: 95%;
	position: relative;
	float: left;
	padding: 30px 0 30px 5%;
	color: #FFFFFF;
	border-bottom: 2px solid #fff;
	background-image: url(../imgs/arrow_w.svg);
	background-position: right 30px center;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	font-size: 30px;
	line-height: 30px;
}
.h_s_menu a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent:-999px;
	z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.h_s_menu:hover {
	zoom: 1;/*IE*/
	background-color: #5acdaf;
}
.h_s_menu_name {
	font-family: 'Teko', sans-serif;
	font-weight: 300;
	font-size: 80px;
	line-height: 70px;
}

}/* @media only screen and (max-width: 1000px) */


/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
body{
    font-size: 26px;
    line-height: 38px;
}
.footer {
    min-width: 100%;
    padding-top: 70px;
}
.footer_inner {
    width: 100%;
}
.f_logo {
    width: 100%;
    margin-left: 0px;
    text-align: center;
}
.f_logo img {
    width: 65%;
    margin-bottom: 25px;
}
.f_address {
    font-size: 28px;
    line-height: 50px;
}
.f_menu {
    display: none;
}
.f_cc {
    font-size: 20px;
    padding: 50px 0;
}
.title {
    min-width: 100%;
}
.title_inner {
    background-size: 750px auto;
}
.contents {
    min-width: 100%;
}
.inner {
	width: 100%;
}
.maru {
    min-width: 100%;
    font-size: 36px;
    padding-bottom: 40px;
}
.maru img {
	width: 120px;
    margin: 70px 0 15px 0;
}
.maru_s {
    font-size: 24px;
}

}/* @media only screen and (max-width: 750px) */