@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,
header dd {
display: none;
}

/*=============================================================
web font
=============================================================*/
.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;
}
.iroha {
font-family: iroha-26tubaki-stdn, sans-serif;
font-weight: 400;
font-style: normal;
}
.Vina_Sans {
font-family: vina-sans, sans-serif;
font-weight: 400;
font-style: normal;
}
.Gravita_HUM {
font-family: gravita-hum-variable, sans-serif;
font-variation-settings: "wght" 520;
} 

/*=============================================================
# 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: #FF0000;
text-align: center;
}
#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;
text-align: center;
margin: 0px auto 0 auto;
left: 0px;
}
#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: #000000;
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: 1em 0 0.5em 0;
border-bottom: 1px solid #C6C6C6;
}
#overlay dl dt p {
color: #FFF;
background-color: #FFF;
font-size: 16px;
line-height: 1.2em;
font-weight: bold;
padding: 0.5em;
margin-bottom: 0.5em;
}
#overlay dl dt img {
width: 60%;
height: auto;
}
#overlay dl.contents dd {
width: 100%;
font-size: 18px;
line-height: 1.2em;
border-bottom: 1px solid #C6C6C6;
}
#overlay dl.contents dd a {
font-family: iroha-26tubaki-stdn, sans-serif;
font-weight: 400;
font-style: normal;
background: #fefefe;
color: #000;
text-decoration: none;
display: block;
padding: 0.8em 0 0.8em 0;
position: relative;
}
#overlay dl dd 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: #C6C6C6;
border-color: #787878;
transform: rotate(45deg);
top: 43%;
right: 3%;
}
#overlay ul {
width: 90%;
margin: 20px auto 0 auto;
text-align: center;
}
#overlay ul li {}
#overlay ul h3 {
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 700;
font-style: normal;
color: #FFF;
font-size: 18px;
line-height: 1.5em;
padding: 1em 0 0.5em 0;
}
#overlay dl.contact {
padding: 0;
width: 90%;
margin: 0px auto 0 auto;
}
#overlay dl.contact dd {
width: 100%;
margin: 0px auto 0 auto;
}
#overlay dl.contact h6 {
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 700;
font-style: normal;
color: #FFF;
font-size: 18px;
line-height: 1.5em;
padding: 1.5em 0 0.2em 0;
}
#overlay dl.contact p {
color: #FFF;
font-size: 14px;
line-height: 1.5em;
}
#overlay dl.contact p.mail {
width: 100%;
margin: 0px auto 0 auto;
}
#overlay dl.contact p.mail a {
text-decoration: none;
color: #FFF;
display: block;
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 22px;
line-height: 1.3em;
background-color: #ff0000;
box-sizing: border-box;
padding: 0.7em 0 0.7em 0;
position: relative;
}
#overlay dl.contact p.mail 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: #FFF;
transform: rotate(45deg);
top: 45%;
right: 5%;
}
#overlay dl.contact p.tel {
font-family: gravita-hum-variable, sans-serif;
font-variation-settings: "wght" 520;
color: #FFF;
margin-bottom: 0.3em;
}
#overlay dl.contact p.tel a {
color: #FFF;
font-size: 30px;
line-height: 1em;
text-decoration: none;
}
/*=============================================================
header
=============================================================*/
header {
width: 100%;
padding: 15px 0 20px 0;
}
header dl {
width: 94%;
margin: 0px auto 0 auto;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
}
header dt {
width: 45%;
}
header .toplogo {
display: none;
}
header .logo {
display: block;
}
header dt img {
width: auto;
}
/*=============================================================
#title
=============================================================*/
#title {
background-size: cover;
position: relative;
z-index: 1;
padding: 30px 0 30px 0;
margin: 0px auto 0 auto;
}
#title:before {
width: 100%;
height: 100%;
content: '';
position: absolute;
top: 0;
left: 0;
opacity: 1;
background-image: url("../image/title_filter.png");
background-size: cover;
background-position: center center;
z-index: 2;
}
#title .box {
text-align: left;
position: relative;
z-index: 15;
width: 85%;
margin: 0px auto 0 auto;
}
#title h1 {
padding: 0.2em;
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 18px;
line-height: 1.3em;
background: rgba(255, 255, 255, 1);
display: inline;
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
text-align: left;
margin: 0 0 1em 0;
position: relative;
}
#title p {
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 500;
font-style: normal;
color: #FFF;
font-size: 16px;
line-height: 1.3em;
margin: 1em 0 0 0;
}
/*=============================================================
#contents
=============================================================*/
#page {
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 400;
font-style: normal;
text-align: left;
}
#page h3 {
font-size: 18px;
line-height: 1.3em;
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 700;
font-style: normal;
letter-spacing: 0.2em;
text-align: center;
margin: 0px auto 0 auto;
}
#container p.bt {}
#container p.bt a {
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 17px;
line-height: 1.3em;
color: #FFF;
background-color: #ff0000;
display: block;
text-decoration: none;
text-align: center;
padding: 0.5em 3em 0.5em 3em;
box-sizing: border-box;
position: relative;
}
#container p.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: #FFF;
transform: rotate(45deg);
top: 40%;
right: 4%;
}

#mainbody {
padding-top: 10px;
padding-bottom: 40px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
.breadcrumb-list {
display: none;
}


/*=============================================================
#contact
=============================================================*/
#contact {
margin: 40px auto 0 auto;
position: fixed;
bottom: 0;
width: 100%;
z-index: 100;
}
#contact h3 {
margin: 0px auto 40px auto;
display: none;
}
#contact ul {
margin: 0px auto 0 auto;
}
#contact ul li {
width: 100%;
position: relative;
}
#contact a {}
#contact ul li.entry {
}
#contact ul li.entry a,
#contact ul li.outline a{
text-decoration: none;
color: #FFF;
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 18px;
line-height: 1.2em;
background-color: #ff0000;
box-sizing: border-box;
padding: 1.5em 0 0.5em 0;
position: relative;
width: 100%;
display: grid;
place-content: center;
text-align: center;
}
#contact ul li.entry a {
padding: 1em 0 0.5em 0;
font-size: 15px;
line-height: 1em;
}
#contact ul li.outline a {
font-size: 20px;
background-color: #7f7f7f;
padding: 0.9em 0 0.9em 0;
}
#contact ul li.entry a b {
font-family: vina-sans, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 28px;
letter-spacing: 0.3em;
line-height: 0.1em;
text-align: center;
}
#contact ul li.entry a:after {
content: '';
display: inline-block;
width: 22px;
height: 21px;
background-image: url("../image/icon_mail.png");
background-size: contain;
vertical-align: middle;
position: absolute;
top: 32%;
right: 5%;
}
#contact ul li.outline {
display: none;
}
#contact ul li.outline a:after {
content: '';
display: inline-block;
width: 22px;
height: 21px;
background-image: url("../image/icon_info.png");
background-size: contain;
vertical-align: middle;
position: absolute;
top: 32%;
right: 5%;
}
#contact ul li a:hover {
color: #FFF;
text-decoration: none;
background-color: #000000;
}

/*=============================================================
#FOOTER
=============================================================*/
.pagetop {
display: none;
position: fixed;
bottom: 4em;
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: 50px auto 0 auto;
text-align: center;
padding-bottom: 40px;
position: relative;
width: 100%;
}
#footer ul {
margin: 0px auto 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
width: 90%;
padding: 0 0 1em 0;
}
#footer ul li {
width: 48%;
font-size: 16px;
line-height: 1.3em;
margin-bottom: 1em;
}
#footer ul li a {
text-decoration: none;
color: #000;
border: 1px solid #D9D9D9;
display: block;
padding: 0.4em 0 0.4em 0;
}
#footer .body {
text-align: center;
width: 100%;
margin: 0px auto 0 auto;
background-color: #e7e6e6;
padding: 40px 0 40px 0;
}
#footer .body dl {
margin: 0px auto 0 auto;
}
#footer .body dt {
width: 50%;
margin: 0px auto 0 auto;
}
#footer .body dt img {
width: 100%;
height: auto;
}
#footer .body dd {}
#footer .body dd h4 {
font-size:18px;
line-height: 1.3em;
padding: 0em auto 0em auto;
margin: 1em auto 0.5em auto;
}
#footer .body dd p {
font-size: 16px;
line-height: 1.3em;
padding: 0px auto 0px auto;
margin: 0px auto 0.5em auto;
}
#footer .body dd p.tel {
font-size: 14px;
line-height: 1.3em;
}
#footer .body dd p.tel a {
font-family: gravita-hum-variable, sans-serif;
font-variation-settings: "wght" 520;
font-size: 28px;
line-height: 1.5em;
position: relative;
padding: 0 0 0 1em;
text-decoration: none;
color: #000;
}
#footer .body dd p.tel a:before {
content: '';
display: inline-block;
width: 20px;
height: 20px;
background-image: url("../image/icon_tel.png");
background-size: contain;
vertical-align: middle;
position: absolute;
left: 0;
top: 31%;
}
#footer p.copyright {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #7c7c7c;
line-height: 150%;
padding: 2em 0 3em 0;
}