@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.8em;
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 {
transition: all 0.3s ease-out;
}
a:hover {
color: #00F;
text-decoration: underline;
}
#container {
margin-right:auto;
margin-left:auto;
margin-top: 0px;
margin-bottom: 0px;
text-align: center;
width: 100%;
background-color: #FFF;
}
a[href^="tel:"] {
pointer-events: none;
text-decoration: none;
color: #000;
}
.hd,
br.sp,
#sp_menu {
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;
} 
/*=============================================================
#header
=============================================================*/
header {
width: 100%;
padding: 18px 0 0 0;
}
header dl {
width: 98%;
margin: 0px auto 0 auto;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
}
header dt {
max-width: 250px;
width: 15%;
}
header .toplogo {
display: none;
}
header .logo {
display: block;
}
header dt img {
height: 30px;
width: auto;
}
header dd {
width: 70%;
}
header dd ul {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
}
header dd ul li {
font-family: iroha-26tubaki-stdn, sans-serif;
font-weight: 400;
font-style: normal;
font-size: clamp(0.75rem, 0.4rem + 0.91vw, 1.25rem);
line-height: 1.5em;
margin: 0 1em 0 1em;
}
header dd ul li.bt a {
text-decoration: none;
color: #000;
padding-bottom: 10px; /* テキストと下線の間隔 */
background-image: linear-gradient(#ff0000, #ff0000);
background-repeat: no-repeat;
background-position: bottom right; /* 下線の初期位置 */
background-size: 0 2px; /* 下線のサイズ（横幅、高さ） */
transition: background-size 0.3s;
}
header dd ul li.bt a:hover {
background-position: bottom left; /* 下線のホバー時位置 */
background-size: 100% 2px; /* 下線の横幅を100%にする */
}
header dd ul li.entry {
width: 300px;
max-width: 300px;
min-width: 150px;
}
header dd ul li.entry a {
text-decoration: none;
color: #FFF;
display: block;
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 700;
font-style: normal;
font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
line-height: 1.3em;
background-color: #ff0000;
height: 70px;
box-sizing: border-box;
padding: 1.2em 0 0 0;
position: relative;
}
header dd ul li.entry a b {
font-family: vina-sans, sans-serif;
font-weight: 400;
font-style: normal;
font-size: clamp(0.75rem, 0.25rem + 2.5vw, 2.125rem);
letter-spacing: 0.3em;
line-height: 0.2em;
}
header dd ul li.entry 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%;
}
header dd ul li.entry a:hover {
color: #FFF;
text-decoration: none;
background-color: #000000;
}
/*=============================================================
#title
=============================================================*/
#title {
background-size: cover;
position: relative;
z-index: 1;
padding: 80px 0 80px 0;
margin: 20px 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;
max-width: 1200px;
width: 80%;
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: clamp(1.125rem, 0.625rem + 2.5vw, 2.5rem);
line-height: 1.6em;
letter-spacing: 0.1em;
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: clamp(0.875rem, 0.602rem + 1.36vw, 1.625rem);
line-height: 1.6em;
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: clamp(1.125rem, 0.625rem + 2.5vw, 2.5rem);
line-height: 1.8em;
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: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
line-height: 1.5em;
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: 42%;
right: 3%;
}
#container p.bt a:hover {
background-color: #000000;
}



/*=============================================================
#contact
=============================================================*/
#contact {
margin: 100px auto 0 auto;
}
#contact h3 {
margin: 0px auto 70px auto;
}
#contact ul {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
margin: 0px auto 0 auto;
width: 90%;
max-width: 1200px;
}
#contact ul li {
width: 46%;
position: relative;
}
#contact a {}
#contact ul li.entry {
}
#contact ul li.entry:after {
content: '';
display: block;
width: 2.16vw;
height: 2.16vw;
max-width: 26px;
max-height: 26px;
background-image: url("../image/entry_point.png");
background-size: contain;
vertical-align: middle;
position: absolute;
top: -30%;
right: -5%;
}
#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: clamp(0.875rem, 0.716rem + 0.8vw, 1.313rem);
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;
}
#contact ul li.outline a {
font-size: clamp(1.125rem, 0.807rem + 1.59vw, 2rem);
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: clamp(1.125rem, 0.489rem + 3.18vw, 2.875rem);
letter-spacing: 0.3em;
line-height: 0.1em;
}
#contact ul li.entry a:after {
content: '';
display: inline-block;
width: 32px;
height: 30px;
background-image: url("../image/icon_mail.png");
background-size: contain;
vertical-align: middle;
position: absolute;
top: 33%;
right: 5%;
}
#contact ul li.outline a:after {
content: '';
display: inline-block;
width: 32px;
height: 30px;
background-image: url("../image/icon_info.png");
background-size: contain;
vertical-align: middle;
position: absolute;
top: 33%;
right: 5%;
}
#contact ul li a:hover {
color: #FFF;
text-decoration: none;
background-color: #000000;
}

/*=============================================================
#FOOTER
=============================================================*/
.pagetop {
display: none;
position: fixed;
bottom: 30px;
right: 30px;
width: 50px;
height: 50px;
text-align: center;
z-index: 8000;
cursor: pointer;
}
.pagetop span {
display: block;
border-radius: 50%;
background: #9fb7d4;
color: #fff;
font-size: 18px;
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.5;
font-family: Arial, Helvetica, sans-serif;
}
.pagetop span:hover {
background-color: #8a969e;
}
#footer {
margin: 150px auto 0 auto;
text-align: center;
padding-bottom: 40px;
position: relative;
width: 100%;
}
#footer ul {
margin: 0px auto 0 auto;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
width: 90%;
max-width: 800px;
padding: 0 0 1em 0;
}
#footer ul li {
font-size: clamp(0.813rem, 0.699rem + 0.57vw, 1.125rem);
line-height: 1.5em;
}
#footer ul li a {
text-decoration: none;
color: #000;
padding-bottom: 0.3em; /* テキストと下線の間隔 */
background-image: linear-gradient(#ff0000, #ff0000);
background-repeat: no-repeat;
background-position: bottom right; /* 下線の初期位置 */
background-size: 0 3px; /* 下線のサイズ（横幅、高さ） */
transition: background-size 0.3s;
}
#footer ul li a:hover {
background-position: bottom left; /* 下線のホバー時位置 */
background-size: 100% 3px; /* 下線の横幅を100%にする */
}
#footer .body {
text-align: center;
width: 100%;
margin: 0px auto 0 auto;
background-color: #e7e6e6;
padding: 70px 0 70px 0;
}
#footer .body dl {
margin: 0px auto 0 auto;
}
#footer .body dt {
width: 230px;
margin: 0px auto 0 auto;
}
#footer .body dt img {
width: 100%;
height: auto;
}
#footer .body dd {}
#footer .body dd h4 {
font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
line-height: 1.8em;
padding: 0em auto 0em auto;
margin: 0 auto 0.5em auto;
}
#footer .body dd p {
font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
line-height: 1.8em;
padding: 0px auto 0px auto;
margin: 0px auto 0.5em auto;
}
#footer .body dd p.tel {
font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
line-height: 1.8em;
}
#footer .body dd p.tel a {
font-family: gravita-hum-variable, sans-serif;
font-variation-settings: "wght" 520;
font-size: clamp(1rem, 0.545rem + 2.27vw, 2.25rem);
line-height: 1.8em;
position: relative;
padding: 0 0 0 1em;
}
#footer .body dd p.tel a:before {
content: '';
display: inline-block;
width: 30px;
height: 30px;
background-image: url("../image/icon_tel.png");
background-size: contain;
vertical-align: middle;
position: absolute;
left: 0;
top: 30%;
}
#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;
}

