@charset "utf-8";
@charset "utf-8";

 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%;
font: inherit;
vertical-align: baseline;
} article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a {
color: inherit;
display: inline-block;
text-decoration: none;
}
  @import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap");
html { background: #fff; }
html,
html * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 62.5%;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body, a {
color: #333;
font-family: "fot-tsukuardgothic-std", 'Noto Sans JP',  游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
font-weight: 600;
font-size: 1.6rem;
line-height: 2;
-webkit-font-smoothing: antialiased;
animation: fadeIn 1s ease 0s 1 normal;
-webkit-animation: fadeIn 1s ease 0s 1 normal;
transition: .2s;
}
input, button, textarea, select {
margin: 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
h1 {
font-size: 36px;
font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
line-height: 1.3;
}
h2 {
font-size: 24px;
font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
line-height: 1.3;
}
img {
max-width: 100%;
height: auto;
vertical-align: bottom;
}
@keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
} .basecolor {
background: #fff;
}
.logo-basecolor {
color: #5eb7e8;
}
.logo-accentcolor {
color: #3c87c8;
}
.accent-color-back {
background: #fdf18c;
border: #222;
}
.circle-btn {
width: 80px;
height: 80px;
color: #3c87c8;
background: #fff;
border-radius: 50%;
border: 3px solid #5eb7e8;
}
.base-wrap {
width: 95%;
margin: 0 auto 8%;
}
.flex-row2 {
display: flex;
}
.flex-row2 > div {
width: calc(100%/2);
margin-left: 2%;
margin-right: 2%;
} .wrapper {
background: #fff;
width: 100%;
height: 100%;
min-height: 100vh;
position: relative;
}
.inner {
width: 100%;
max-width: 1200px;
margin: 0 auto;
}
.contents-inner {
padding: 2%;
}
main {
width: 100%;
margin-top: 100px;
margin-bottom: 8%;
}
header {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 100px;
width: 100%;
background: rgba(255,255,255,.95);
color: #333;
z-index: 1;
}
.header-inner {
position: relative;
display: flex;
justify-content: space-between;
height: 100%;
}
.header-homelink {
width: 100%;
max-width: 300px;
}
.header-logo {
width: 80%;
height: 100%;
min-width: 80px;
margin-left: 16px;
vertical-align: bottom;
}
.header-logo-wrap {
display: inherit;
max-width: 400px;
}
.header-cat-friendly {
width: 25%;
padding-top: 15px;
}
nav {
position: absolute;
content: '';
bottom: 0;
right: 0;
height: 50px;
}
nav ul{
width: 100%;
display: flex;
height: auto;
margin-right: 16px;
}
nav ul li {
margin: 0 16px;
}
nav ul li:first-child {
margin-left: 0;
}
nav ul li:last-child {
margin-right: 0;
}
nav ul li a {
position :relative;
padding-top: 16px;
font-size: 1.4vw;
display: table-cell;
vertical-align: middle;
text-align: center;
white-space: nowrap;
z-index: 1;
}
footer {
width: 100%;
color: #9e9e9e;
font-weight: 100;
letter-spacing: 1px;
text-align: center;
border-top: 1px solid #dadada;
padding-top: 56px;
}
.footer-ah-inner {
margin-bottom: 4%;
}
.footer-ah-logo {
margin-bottom: 2%;
}
.footer-ah-info-wrapper {
display: flex;
width: 80%;
min-width: 900px;
margin: 0 auto;
align-items: center;
}
.footer-ah-info-wrapper > div {
width: calc(100%/2);
padding: 2% 2% 0;
}
.footer-ah-info {
border-right: 4px dotted #5eb6e7;
}
.footer-ah-info p {
font-size: 1.6rem;
font-weight: 900;
text-align: left;
color: #333;
}
.footer-ah-info-tel p {
font-size: 2.4rem;
letter-spacing: 3px;
line-height: 6rem;
white-space: nowrap;
}
.footer-ah-info-tel i.fa-phone-square {
color: #5eb6e7;
font-size: 2.2rem;
padding-top: 8px;
padding-left: 2px;
vertical-align: middle;
}
i.fa-phone-square, i.fa-phone {
transform: rotate(90deg);
}
.footer-tel-flex {
justify-content: space-between;
}
.footer-ah-info-workday {
max-width: 540px;
margin-bottom: 2%;
position: relative;
}
.footer-ah-info-workday .overlay-tel {
position: absolute;
content: '';
right: 2.74%;
top: 44.84%;
width: 22.6%;
height: 5.35%;
display: block;	
}
.footer-ah-info-workday .overlay-tel:hover {
background: rgba(255,255,255, .4);
}
.footer-ah-info-workday img {
width: 100%;
vertical-align: bottom;
}
p.footer-ah-info-memo {
line-height: 2.5rem;
font-size: 2rem;
}
p.footer-ah-info-memo small {
background: #fff8dc;
padding: 2px;
}
.footer-googlemap {
position: relative;
}
.footer-googlemap iframe {
border-radius: 16px;
}
.footer-access-link {
display: block;
position: absolute;
content: '';
top: -10px;
right: -10px;
width: 80px;
height: 80px;
padding: 20px 12px 0;
background: #fff;
border: 4px solid #3d87c8;
border-radius: 50px;
font-size: 1.4rem;
line-height: 2rem;
transition: .3s;
}
.footer-access-link:hover {
background: #3d87c8;
color: #fff;
}
.footer-links {
display: inline-block;
width: 95%;
margin: 0 auto;
font-weight: normal;
font-size: .5rem;
color: #333;
}
.footer-links:hover {
color: #3d87c8;
}
.footer-banner {
width: 95%;
margin-top: 100px;
margin-bottom: 1%;
display: flex;
justify-content: center;
}
.footer-banner a {
margin-left: 8px;
}
.footer-insr {
width: 80%;
margin: 2% auto 0;
display: flex;
flex-wrap: wrap;
margin-bottom: 0 !important;
justify-content: center;
align-items: center;
gap: 4em;
}
.footer-insr a {
margin: 2px 0;
width: 285px;
cursor: pointer;
}
.footer-insr a > img {
width: 100%;
}
.page-title {
color: #fff;
text-align: left;
margin-bottom: 8%;
padding: 4%;
position: relative;
background-position: center center;
background-size: cover;
z-index: 0;
}
.page-title:after {
position: absolute;
content: '';
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0, .2);
z-index: -1;
}
.page-title-blog:before {
position: absolute;
content: '';
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url(https://images.unsplash.com/photo-1432821596592-e2c18b78144f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80) no-repeat;
background-size: cover;
z-index: -2;
}
.page-title-icon {
display: inline-block;
box-sizing: border-box;
margin-right: 12px;
background: #fff;
border-radius: 50%;
border: 4px solid #5db5e6;
padding: 10px;
}
.page-title-icon img {
vertical-align: bottom;
}
.page-title-color {
background: #f1f7fc;
color: #333;
}
.page-title-color:after {
opacity: 0;
}
.page-wrap h2 {
margin-bottom: 2%;
color: #23537d;
line-height: 4rem;
}
.page-sec-wrap {
border-top: 2px dotted #cfcfcf;
position: relative;
margin: 0 auto 60px;
padding: 0 2% 0 8%;
}
.page-sec-wrap h3 span {
background: #ffffff;
color: #245c77;
font-size: 2.2rem;
font-weight: 600;
padding: 1px 10px;
position: relative;
top: -24px;
left: -8%;
}
dd,th,td, li,
.page-wrap p,
.page-sec-wrap p {
font-size: 1.6rem;
font-weight: normal;
color: #000;
}
.subhead {
font-size: 1.8rem;
background: #fbfbfb;
border-left: 8px solid #5db6e7;
padding: 8px;
border-radius: 8px;
margin-bottom: .5%;
}
.subhead-child {
padding: 1% 2% 4%;
}
#breadcrumbs {
width: 98%;
margin: 0 auto 2%;
}
#breadcrumbs a {
font-size: 1.2rem;
font-weight: normal;
border-bottom: 1px dotted #3c87c8;
line-height: 1.4;
padding: 0 1%;
}
#breadcrumbs a:hover {
border-bottom: 1px solid #3c87c8;
}
#breadcrumbs span {
color: #8caeb9;
font-size: 1.2rem;
}
.breadcrumb_last {
color: #222;
font-size: 1.4rem;
padding-left: 1%;
}
.breadcrumb_last strong {
font-size: 1.4rem;
}
color: #222;
article {
margin: 0 auto 8%;
}
.blog-date {
position: relative;
top: 0;
background: #fd9a09;
color: #fff;
border-radius: 5%;
padding: 1% 2%;
font-size: 1rem;
} .base-btn {
padding: 4px;
box-sizing: border-box;
display: block;
border: 2px solid #3c87c8;
border-radius: 24px;
background: #fff;
color: #23537d;
text-align: center;
max-width: 200px;
min-width: 180px;
margin: 2% auto;
}
.base-btn i {
font-size: 1.5rem;
padding-left: 8%;
}
.base-btn:hover {
background: #3c87c8;
color: #fff;
}
.header-booking-btn {
position: absolute;
content: '';
top: 0;
right: 16px;
margin-top: 16px;
padding: 4px 2px;
background: #3c87c8;
color: #fff;
border: none;
}
.footer-booking-btn {
width: 10%;
margin: 2% 0px 2% 8px;
background: #3c87c8;
color: #fff;
border: none;
}
.header-booking-btn:hover,
.footer-booking-btn:hover {
background: #5eb7e8;
}
.txt-link {
color: #3f90af;
text-decoration: underline;
} nav ul li a:after {
position: absolute;
content: "";
width: 0;
height: 4px;
background: rgba(255,193,7);
opacity: .8;
bottom: -2px;
left: 0;
z-index: -1;
transition: .3s;
}
nav ul li a:hover:after {
width: 100%;
}
.active:after {
position: absolute;
content: "";
width: 100%;
height: 4px;
background: rgba(255,193,7);
opacity: .8;
bottom: -2px;
left: 0;
z-index: -1;
transition: .3s;
} .release-msg {
font-size: 3rem;
display: block;
}
.release-subttl {
line-height: 1.4;
border-bottom: 4px solid #F44336;
padding-bottom: 4px;
margin-bottom: 12px;
text-align: center;
}
.release-subttl img {
vertical-align: text-bottom;
}
.release-msg-content {
padding: 0 2% 4%;
text-align: left;
}
.release-msg p {
letter-spacing: 2px;
color: #23537d;
line-height: 1.5;
padding-bottom: 15px;
font-size: 1.6rem;
}
.release-msg p i {
color: #ffc107;
font-size: 3rem;
}
.release-msg span {
font-size: inherit;
}
.release-msg dl {
padding-bottom: 2%;
}
.release-msg dt{
font-size: 1.6rem;
}
.release-msg dd {
line-height: 1.6;
font-size: 1.5rem;
}
.release-msg ul {
margin-bottom: 16px;
}
.release-msg li {
font-size: 1.4rem;
}
.release-msg ul li {
font-weight: bold;
}
@media (max-width: 460px) {
.release-msg dt{
font-size: 1.4rem;
line-height: 1.4;
}
.release-msg dd {
font-size: 1.2rem;
line-height: 1.5;
}
.release-msg li {
font-size: 1.2rem;
}
} @media (min-width: 1200px) {
h1 {
font-size: 3.6rem;
}
h2 {
font-size: 2.4rem;
}
nav ul li a {
font-size: 1.5rem;
}
.footer-ah-info-tel p {
font-size: 3rem;
}
.footer-ah-info-tel i.fa-phone-square {
font-size: 2.4rem;
}
} @media (max-width: 940px) {
main {
margin-top: 68px;
}
.flex-row2 {
display: block;
}
.flex-row2 > div {
width: 95%;
margin: 0 auto 124px;
}
header {
height: 68px;
}
.header-logo {
width: 65%;
}
.header-cat-friendly {
display: none;
} .header-inner {
position: relative;
}
#navbutton {
z-index: 999;
cursor: pointer;
}
#navbutton a {
display: inline-block;
text-decoration: none;
position: relative;
width: 68px;
height: 100%;
}
#navbutton a > span {
position: absolute;
transition-duration: 0.2s;
background: #5bade1;
height: 2px;
}
#navbutton a > span:nth-child(1) {
top: 26px;
left: 26px;
right: 26px;
}
#navbutton a > span:nth-child(2) {
top: 33px;
left: 22px;
right: 22px;
}
#navbutton a > span:nth-child(3) {
top: 40px;
left: 26px;
right: 26px;
} .sp-overlay {
position: fixed;
top: 68px;
left: 0;
right: 0;
bottom: 0;
z-index: 99;
display: none;
overflow: auto;
margin: 0;
padding: 0;
padding-bottom: 80px;
background: #5db5e6;
opacity: 1;
}
body.js-menu-active #navbutton a > span:nth-child(1) {
position: absolute;
top: 33px;
-ms-transform: rotate(45deg);
transform: rotate(45deg);
left: 22px;
right: 22px;
}
body.js-menu-active #navbutton a > span:nth-child(2) {
display: none;
}
body.js-menu-active #navbutton a > span:nth-child(3) {
position: absolute;
top: 33px;
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
left: 22px;
right: 22px;
}
.header-booking-btn {
position: relative;
right: 0;
top: 25px;
background: #fff;
color: #23537d;
border: 2px solid #3c87c8;
}
.header-booking-btn:hover {
background: #3c87c8;
}
nav {
position: static;
height: auto;
}
nav ul {
display: inline-block;
margin-right: 0;
}
nav ul li {
text-align: center;
border-bottom: 1px solid #fff;
margin: 0;
}
nav ul li a {
padding: 20px;
width: 100%;
height: 100%;
}
nav ul li a {
color: #fff;
font-size: 1.6rem;
display: block;
}
.page-sec-wrap h3 > span {
top: -21px;
left: -4%;
}
footer {
margin: 0 auto;
}
.footer-ah-logo {
margin-bottom: 4%;
}
.footer-ah-info-wrapper {
display: block;
width: 100%;
min-width: auto;
}
.footer-ah-info-wrapper > div {
width: 62%;
margin: 0 auto 8%;
min-width: 420px;
}
.footer-booking-btn {
margin: 2% auto;
}
.footer-ah-info {
width: 80%;
min-width: 320px;
border-right: none;
border-bottom: 4px dotted #5eb6e7;
}
.footer-ah-info p {
line-height: 2rem;
}
.footer-ah-info > div,
.footer-ah-info > p {
margin-bottom: 4%;
}
.footer-ah-info-tel p {
font-size: 3.4rem;
margin-bottom: 4%;
}
.footer-ah-info-tel i.fa-phone-square {
font-size: 2.8rem;
}
.footer-ah-info-workday {
margin: 0 auto 4%;
}
.footer-ah-info-memo {
padding-bottom: 4%;
}
} @media (max-width: 460px) {
body, a {
font-size: 1.4rem;
}
h1 {
font-size: 2.2rem;
}
h2 {
font-size: 2rem;
}
.page-title-icon img {
width: 30px;
}
.page-wrap h2 {
line-height: 3rem;
margin-bottom: 4%;
}
.page-sec-wrap h3 > span {
font-size: 1.8rem;
}
dd,
.page-wrap p {
font-size: 1.25rem;
line-height: 1.6;
padding-bottom: 6px;
}
.subhead {
font-size: 1.5rem;
padding: 4px;
margin-bottom: 2%;
}
.footer-banner {
margin-right: 0;
margin-left: 0;
width: 100%;
}
.footer-banner a {
display: inline-block;
margin-left: 0;
text-align: center;
}
.footer-banner img {
width: 98%;
}
.footer-ah-logo {
margin-bottom: 8%;
}
.footer-ah-info-wrapper > div {
width: 94%;
min-width: auto;
}
.footer-ah-info p {
font-size: 1.4rem;
}
.footer-ah-info-tel p {
font-size: 3.2rem;
}
p.footer-ah-info-memo {
line-height: 1.8rem;
margin-bottom: 0;
}
.footer-links {
font-size: 1.15rem;
}
.copyright {
font-size: 1rem;
}
#breadcrumbs {
margin-bottom: 8%;
}
#breadcrumbs span {
font-size: 1.4rem;
}
.page-title {
height: 120px;
padding-top: 8%;
}
}
.grecaptcha-badge {
visibility: hidden;
}