@charset "UTF-8";
/* ----------------------------
import css
---------------------------- */ 
@import url("reset.css");
body{
font-family: "Helvetica Neue", Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
/*=============================================================
#base
=============================================================*/
body,html{
width: 100%;
}
body {
margin: 0px;
padding: 0px;
background-color: #FFF;
font-size: 1em;
line-height: 1.3em;
color: #333333;
text-align: left;
text-size-adjust: 100%;
}
a:active {
color: #0000FF;
text-decoration: underline;
}
a:visited {
color: #66F;
text-decoration: underline;
}
a:link {
color: #0000FF;
text-decoration: underline;
}
a:hover {
color: #00F;
text-decoration: underline;
}
#container {
overflow: hidden;
}
.pc_only,
ul.breadcrumb,
nav {
display: none;
}
.font1 {
font-family: 'Fjalla One', sans-serif;
}
/*=============================================================
web fonts
=============================================================*/
.Ryo_GothicR {
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 400;
font-style: normal;
}
.Ryo_GothicM {
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 500;
font-style: normal;
}
.Ryo_GothicB {
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 700;
font-style: normal;
}
.Source_HanSans_Normal {
font-family: source-han-sans-jp-variable, sans-serif;
font-variation-settings: "wght" 350;
}
.Source_HanSans_Medium {
font-family: source-han-sans-jp-variable, sans-serif;
font-variation-settings: "wght" 500;
}
.Source_HanSans_B {
font-family: source-han-sans-jp-variable, sans-serif;
font-variation-settings: "wght" 700;
}
/*=============================================================
# sp menu
=============================================================*/
#sp_menu {
z-index: 9000;
}
@keyframes bugfix {
from {
padding: 0;
}
to {
padding: 0;
}
}
@-webkit-keyframes bugfix {
from {
padding: 0;
}
to {
padding: 0;
}
}
#overlay-button {
position: fixed;
right: 1%;
top: 0.5%;
padding: 22px 11px 22px 11px;
z-index: 9999;
cursor: pointer;
user-select: none;
background-color: #039d85;
}
#overlay-button span {
height: 4px;
width: 30px;
border-radius: 2px;
background-color: #FFF;
position: relative;
display: block;
transition: all .2s ease-in-out;
}
#overlay-button span:before {
top: -10px;
visibility: visible;
}
#overlay-button span:after {
top: 10px;
}
#overlay-button span:before,
#overlay-button span:after {
height: 4px;
width: 30px;
border-radius: 2px;
background-color: #FFF;
position: absolute;
content: "";
transition: all .2s ease-in-out;
}
#overlay-button:hover span,
#overlay-button:hover span:before,
#overlay-button:hover span:after {
background: #FFF;
}
#sp_menu input[type=checkbox] {
display: none; 
}
#sp_menu input[type=checkbox]:checked ~ #overlay {
visibility: visible;
}
#sp_menu input[type=checkbox]:checked ~ #overlay-button:hover span,
#sp_menu input[type=checkbox]:checked ~ #overlay-button span {
background: transparent;
}
#sp_menu input[type=checkbox]:checked ~ #overlay-button span:before {
transform: rotate(45deg) translate(7px, 7px);
}
#sp_menu input[type=checkbox]:checked ~ #overlay-button span:after {
transform: rotate(-45deg) translate(7px, -7px);
}

#overlay {
width: 100vw;
height: 100%;
background: #72ccba;
visibility: hidden;
position: fixed;
z-index: 9998;
overflow: auto;
margin: 0px auto 0 auto;
left: 0;
top: 0;
}
#overlay.active {
}
#overlay dl {
width: 90%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
padding-left: 0;
list-style-type: none;
margin: 0px auto 0 auto;
padding-top: 40px;
}
#overlay dl dt {
background-color: #FFF;
width: 100%;
padding: 0.5em 0 0.3em 0;
margin-bottom: 1em;
}
#overlay dl dt p {
color: #FFF;
background-color: #1A3296;
font-size: 16px;
line-height: 1.2em;
font-weight: bold;
padding: 0.5em;
margin-bottom: 0.5em;
}
#overlay dl dt img {
width: 40%;
height: auto;
}
#overlay dl dd {
width: 100%;
font-size: 18px;
line-height: 1.2em;
margin-bottom: 1em;
}
#overlay dl dd.bt .title {
font-size: 18px;
line-height: 1.2em;
font-weight: 700;
margin: 0.5em 0 0.5em 0;
color: #FFF;
}
#overlay dl dd.bt a {
background: #fefefe;
color: #56253b;
text-decoration: none;
font-weight: bold;
display: block;
padding: 0.7em 0 0.6em 0.7em;
position: relative;
}
#overlay dl dd.bt a:after {
content: '';
box-sizing: border-box;
display: inline-block;
position: absolute;
width: 8px;
height: 8px;
border-style: solid;
border-width: 2px 2px 0 0;
border-color: #3fb4a2;
transform: rotate(45deg);
top: 43%;
right: 3%;
}
#overlay dl dd.bt {
text-align: left;
}
#overlay dl dd.bt a {
color: #039d85;
background: #FFF;
}
#overlay dl dd.bt a:after {
border-color: #3fb4a2;
}
#overlay dl dd.bt ul {}
#overlay dl dd.bt ul > li {}
#overlay dl dd.bt ul li ol {
margin: 0px 0 1em 1em;
}
#overlay dl dd.bt ul li ol li {
margin: 5px 0 0 0;
}

#overlay dl dd h3 {
color: #FFF;
font-size: 16px;
line-height: 1.5em;
font-weight: bold;
padding: 1em 0 0.5em 0;
}
#overlay dl dd p {
color: #FFF;
font-size: 14px;
line-height: 1.5em;
}
#overlay dl.contact {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
width: 90%;
margin: 20px auto 30px auto;
font-family: shippori-mincho, sans-serif;
font-weight: 600;
font-style: normal;
padding: 20px 0 20px 0;
background-color: #FFF;
}
#overlay dl.contact dd {
width: 100%;
margin-bottom: 1em;
}
#overlay dl.contact dd h6 {
font-size: 16px;
line-height: 1.5em;
font-weight: 500;
text-align: center;
}
#overlay dl.contact dd p {
color: #707070;
font-size: 14px;
line-height: 1.5em;
text-align: center;
margin: 0px auto 0px auto;
}
#overlay dl.contact dd p.tel {
margin: 0px auto 0 auto;
}
#overlay dl.contact dd p.tel a[href^="tel:"] {
color: #830324 !important;
font-size: 30px;
line-height: 1.2em;
font-family: Arial, Helvetica, "sans-serif";
font-weight: 400;
font-style: normal;
position: relative;
}
#overlay dl.contact dd p.tel a {
display: block;
position: relative;
}
#overlay dl.contact dd p.tel a:before {
content: '';
display: inline-block;
width: 38px;
height: 30px;
background-image: url("../image/icon_tel.png");
background-size: contain;
vertical-align: middle;
position: absolute;
top: 20%;
left: 10%;
}
#overlay dl.contact dd p.tel a:after {
content: none;
}
#overlay dl.contact p.mail {
margin: 0px 0 0 0;
}
#overlay dl.contact p.mail a {
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 600;
background-color: #039d85;
color: #FFF;
font-style: normal;
text-decoration: none;
font-size: 18px;
line-height: 1.5em;
width: 80%;
text-align: center;
padding: 0.6em 0 0.6em 1em;
box-sizing: border-box;
position: relative;
margin: 0.3em auto 0 auto;
border-radius: 100vh;
box-shadow:0px 0px 3px 1px rgba( 0, 0, 0, 0.5);
display: block;
}
#overlay dl.contact p.mail a:before {
content: '';
display: inline-block;
width: 20px;
height: 15px;
background-image: url("../image/icon_mail.png");
background-size: contain;
vertical-align: middle;
position: absolute;
top: 35%;
left: 8%;
}
/*=============================================================
#header
=============================================================*/
header {
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
width: 100%;
text-align: left;
overflow: hidden;
position: relative;
}
header dl {
margin: 0px auto 0 auto;
}
header dt {
width: 35%;
padding: 3% 0 1% 3%;
}
header dd {
display: none;
}

/*=============================================================
#contents
=============================================================*/
#main_title {
background-size: cover;
position: relative;
z-index: 1;
margin: 0px auto 0 auto;
background-image: url("../image/contents_title.jpg");
display: grid;
place-content: center;
height: 150px;
}
#main_title:before {
width: 100%;
height: 100%;
content: '';
position: absolute;
top: 0;
left: 0;
opacity: 0.5;
background-image: url(../image/dot.png);
background-size: 3px auto;
z-index: 11;
background-color: rgba(0,0,0,0.5);
}
#main_title h1,
#main_title p {
position: relative;
z-index: 20;
background-color: rgba(255,255,255,0.9);
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 20px;
line-height: 1.3em;
padding: 0.5em 1.5em 0.5em 1.5em;
text-align: center;
margin: 0px 1em 0 1em;
}

#page {
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 500;
font-style: normal;
width: 90%;
margin: 0px auto 0 auto;
text-align: left;
padding: 20px 0 50px 0;
}
#page h3 {
font-size: 18px;
line-height: 1.2em;
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 500;
font-style: normal;
position: relative;
padding: 0.2em 0 0.5em 0.5em;
margin: 0 0 1em 0;
}
#page h3:before {
content: "";
background-color: #039d85;
width: 4px;
height: 1.4em;
padding: 0;
display: block;
position: absolute;
left: 0;
top: 2px;
}
#page p {
font-size: 14px;
line-height: 1.3em;
text-align: left;
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 400;
font-style: normal;
margin-bottom: 1em;
}
#page h3 {
margin: 1em 0 1em 0;
}
#page h4 {
font-size: 16px;
line-height: 1.3em;
color: #039d85;
font-weight: 700;
border-bottom: 1px solid #CCCCCC;
padding: 0 0 0.6em 0;
margin: 1.5em auto 0.7em auto;
}
#page h5 {
font-size: 16px;
line-height: 1.3em;
color: #000;
font-weight: 700;
padding: 1em 0 0.5em 0;
}

/*=============================================================
#FOOTER
=============================================================*/
.pagetop {
display: none;
position: fixed;
bottom: 10px;
right: 10px;
width: 30px;
height: 30px;
text-align: center;
z-index: 8000;
cursor: pointer;
}
.pagetop span {
display: block;
border-radius: 50%;
background: #9fb7d4;
color: #fff;
font-size: 14px;
text-align: center;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
text-decoration: none;
font-weight: bold;
height: 100%;
width: 100%;
line-height: 2.1;
font-family: Arial, Helvetica, sans-serif;
}

footer {
margin-right: auto;
margin-left: auto;
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 40px;
padding-top: 20px;
overflow: hidden;
position: relative;
width: 100%;
}
footer .body {
text-align: left;
width: 100%;
margin: 0px auto 0 auto;
background: linear-gradient(to bottom,  #039d85 0%,#0b5e4e 60%);
padding: 30px 0 40px 0;
}
footer .body dl {
width: 90%;
margin: 0px auto 0 auto;
color: #FFF !important;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
footer .body dl dt {
width: 100%;
margin-bottom: 2em !important;
}
footer .body dl dt h5 {
color: #FFF !important;
font-size: 20px;
line-height: 1.3em;
font-family: source-han-sans-jp-variable, sans-serif;
font-variation-settings: "wght" 500;
padding: 0 0 1em 0;
}
footer .body dl dt p {
color: #FFF !important;
font-size: 15px;
line-height: 1.3em;
font-family: source-han-sans-jp-variable, sans-serif;
font-variation-settings: "wght" 400;
}
footer .body dl dd {
font-size: 16px;
line-height: 1.3em;
width: 100%;
margin-bottom: 0.7em !important;
position: relative;
padding-left: 1em;
}
footer .body dl dd:before {
content: '';
box-sizing: border-box;
display: inline-block;
position: absolute;
width: 8px;
height: 8px;
border-style: solid;
border-width: 1px 1px 0 0;
border-color: #FFF;
transform: rotate(45deg);
top: 6px;
left: 0;
}
footer .body dl dd ul {
margin: 0.7em 0 0 0em;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
footer .body dl dd ul li {
margin-bottom: 0.7em;
width: 50%;
}
footer .body dl dd a {
display: block;
}
footer p.link {
font-size: 14px;
line-height: 1.3em;
width: 90%;
margin: 50px auto 0 auto;
}
footer p.link a {
display: block;
margin-bottom: 0.6em;
}
footer p.copyright {
font-size: 13px;
line-height: 1.3em;
width: 90%;
margin: 20px auto 0 auto;
text-align: right;
color: #939393;
}
footer a {
color: #FFF !important;
text-decoration: none !important;
}
