@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, font, 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, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
margin: 0;
padding: 0;
background: transparent;
border: 0;
outline: 0;
font-size: 1em;
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
@media all and (max-width: 374px) {
html {
font-size: calc(1000vw / 375);
}
}
body, table, input, textarea, select, option {
font-family: "Noto Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
display: block;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
chrome_annotation {
border: none !important;
}
:focus {
outline: 0;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
img {
vertical-align: top;
max-width: 100%;
height: auto;
}
address {
font-style: normal;
}
a,
a:link {
color: #1c1e1d;
text-decoration: none;
transition: 0.3s;
}
a:visited {
color: #1c1e1d;
}
a:hover {
color: #1c1e1d;
}
a:active {
color: #1c1e1d;
} body {
min-width: 1280px;
color: #1c1e1d;
font-size: 1.5rem;
font-weight: 400;
line-height: 1.5;
text-size-adjust: none;
-webkit-text-size-adjust: none;
background-color: #fff;
}
.fixed {
position: fixed;
width: 100%;
}
#container {
position: relative;
text-align: left;
}
#main {
margin-top: -11.9rem;
}
a[href^="tel:"] {
cursor: default;
pointer-events: none;
}
@media all and (min-width: 897px) {
.sp {
display: none !important;
}
}
@media all and (max-width: 896px) {
body {
min-width: inherit;
font-size: 1.4rem;
}
a:hover,
a:hover img {
opacity: 1 !important;
}
.pc {
display: none !important;
}
a[href^="tel:"] {
cursor: pointer;
pointer-events: auto;
}
#main {
margin-top: -6.8rem;
}
} #gHeader {
padding: 2.5rem 4rem 0;
position: sticky;
top: 0;
left: 0;
width: 100%;
z-index: 10;
}
#gHeader .hBox {
padding: 2rem 4rem;
background-color: #fff;
align-items: center;
border-radius: 0.5rem;
}
#gHeader h1 {
width: 41.6rem;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
}
#gHeader h1 a {
display: block;
width: 23.2rem;
}
#gHeader h1 span {
font-size: 1.1rem;
font-weight: 400;
line-height: 1.45;
}
#gHeader .rBox {
gap: 2.5rem;
justify-content: right;
align-items: center;
}
#gNavi {
flex: 1;
}
#gNavi ul {
gap: 2rem;
justify-content: right;
}
#gNavi ul a {
font-weight: 500;
}
#gHeader .rBox .btn {
width: 16.4rem;
}
#gHeader .rBox .btn a {
padding: 0.5rem;
display: flex;
align-items: center;
justify-content: center;
min-height: 5.4rem;
background-color: #02af94;
border-radius: 0.3rem;
text-align: center;
color: #fff;
font-weight: 700;
}
#gHeader .rBox .btn span {
padding: 0 0.5rem 0 2rem;
background: url(//akiyamakomuten.jp/cms/wp-content/themes/akiyama-komuten/img/common/mail_icon.png) no-repeat left top calc(50% + 0.1rem) / 1.5rem;
}
@media all and (min-width: 897px) and (max-width: 1330px) {
#gHeader h1 {
width: 36rem;
}
#gHeader h1 a {
width: 18rem;
}
}
@media all and (min-width: 897px) {
#gHeader .rBox .btn a:hover {
background-color: #20c4a8;
}
#gNavi ul a:hover {
color: #02af94;
}
#gNavi ul > li.change a {
color: #02af94;
}
.menuBox {
flex: 1;
display: block !important;
} body.is-ak-nav-dropdown-open::before {
position: fixed;
inset: 0;
z-index: 20;
background: rgba(0, 0, 0, 0.45);
pointer-events: none;
content: "";
}
body.is-ak-nav-dropdown-open #gHeader {
z-index: 30;
}
#gNavi .naviBox .liStyle {
position: relative;
}
#gNavi .naviBox .sub {
padding-top: 1.2rem;
position: absolute;
top: 100%;
left: 50%;
z-index: 31;
transform: translateX(-50%);
width: 26rem;
display: none;
}
#gNavi .naviBox .subUl {
padding: 1.2rem 1.8rem;
background-color: #fff;
border: 1px solid rgba(28, 30, 29, 0.08);
border-radius: 0.5rem;
box-shadow: 0 1.6rem 3.5rem rgba(0, 0, 0, 0.18);
}
#gNavi .naviBox .subUl li:not(:last-child) {
border-bottom: 1px solid rgba(28, 30, 29, 0.12);
}
#gNavi .naviBox .subUl a {
padding: 1.5rem 0;
font-size: 1.4rem;
font-weight: 600;
line-height: 1.55;
display: flex;
align-items: center;
justify-content: space-between;
gap: 1.2rem;
color: #1c1e1d;
}
#gNavi .naviBox .subUl a::after {
width: 0.7rem;
height: 0.7rem;
border-top: 1px solid #02af94;
border-right: 1px solid #02af94;
transform: rotate(45deg);
flex: 0 0 auto;
content: "";
}
#gNavi .naviBox .subUl a:hover {
color: #02af94;
opacity: 1;
}
#gNavi .naviBox .subUl a:hover::after {
transform: translateX(0.3rem) rotate(45deg);
}
#gNavi .naviBox .liStyle.active > a {
color: #02af94;
}
}
@media all and (max-width: 896px) {
#gHeader {
position: relative;
padding: 1rem 1rem 0;
}
#gHeader .hBox {
padding: 0.5rem;
display: block;
min-height: 5.8rem;
}
#gHeader h1 {
margin: 1.3rem 0 0 1.1rem;
width: 18.7rem;
display: block;
}
#gHeader h1 a {
width: auto;
}
#gHeader .rBox {
margin-bottom: 3.9rem;
display: block;
}
#gNavi {
margin-bottom: 3rem;
}
#gNavi ul {
display: block;
}
#gNavi .naviBox > li {
border-bottom: 1px solid #d5d5d5;
}
#gNavi .naviBox > li > a {
padding: 2rem 0;
font-size: 1.6rem;
background: url(//akiyamakomuten.jp/cms/wp-content/themes/akiyama-komuten/img/common/arrow_icon03.png) no-repeat right center / 1.6rem;
}
#gNavi .naviBox .liStyle > a {
position: relative;
background: none;
}
#gNavi .naviBox .ico {
width: 1.7rem;
height: 2.3rem;
top: 2.2rem;
right: 0;
position: absolute;
z-index: 2;
}
#gNavi .naviBox .ico::after {
position: absolute;
top: 1.1rem;
right: 0;
width: 1.7rem;
height: 1px;
background-color: #02af94;
content: "";
}
#gNavi .naviBox .ico::before {
position: absolute;
top: 50%;
right: 0.8rem;
transform: translateY(-50%);
width: 1px;
height: 1.7rem;
background-color: #02af94;
content: "";
}
#gNavi .naviBox .liStyle.liStyle01 .ico {
top: 0;
right: 0;
width: 100%;
height: 100%;
}
#gNavi .naviBox .liStyle.liStyle01 .ico::after {
top: 3.2rem;
}
#gNavi .naviBox .ico.on::before {
display: none;
}
#gNavi ul a {
display: block;
}
#gNavi ul .sub {
display: none;		
}
#gNavi ul .subUl {
margin: 0.5rem 0 2.3rem;
}
#gNavi ul .subUl a {
padding-left: 1.2rem;
font-weight: 400;
font-size: 1.5rem;
color: #6b716e;
background: url(//akiyamakomuten.jp/cms/wp-content/themes/akiyama-komuten/img/common/icon01.png) no-repeat left top 0.9rem / 0.7rem;
}
#gNavi ul .subUl li:not(:last-child) {
margin-bottom: 1.8rem;
}
#gHeader .rBox .btn {
width: auto;
}
#gHeader .rBox .btn a {
font-size: 1.5rem;
}
.menu {
width: 10rem;
position: fixed;
z-index: 11;
top: 1.5rem;
right: 1.5rem;
}
.menu img {
transition: .3s;
}
.menu .close {
display: none;
}
.menu.on .open {
display: none;
}
.menu.on .close {
display: block;
}
.menuBox { 
padding: 8.1rem 4rem 2.9rem;
display: none;
position: fixed;
left: 0;
top: 0;
width: 100%;
background-color: #f6f7f5;
z-index: 9;
height: 100%;
overflow-y: auto;
box-sizing: border-box;
}
.menuBox::after {
position: absolute;
top: 0;
right: 0;
width: 28.4rem;
height: 25.6rem;
content: "";
z-index: -1;
background: url(//akiyamakomuten.jp/cms/wp-content/themes/akiyama-komuten/img/common/f_img01.png) no-repeat right -4.7rem top / 100%;
}
.menuBox .fInner {
margin-bottom: 4rem;
}
.menuBox .copyright {
margin-right: -4rem;
font-size: 1rem;
letter-spacing: 0.05em;
color: #6b716e;
font-family: "Outfit", sans-serif;
}
} #gFooter {
padding: 8rem 0 2.8rem;
background: #f6f7f5 url(//akiyamakomuten.jp/cms/wp-content/themes/akiyama-komuten/img/common/f_img01.png) no-repeat left calc(50% - 31rem) top / 55.3rem;
}
#gFooter .content {
position: relative;
}
#gFooter address {
position: absolute;
bottom: 0.9rem;
right: 3.9rem;
z-index: 1;
text-align: right;
font-size: 1rem;
letter-spacing: 0.05em;
color: #6b716e;
font-family: "Outfit", sans-serif;
}
#gFooter .comFBox .fBox {
margin-bottom: 7.3rem;
align-items: flex-start;
}
#gFooter .comFBox .fInner {
width: 28rem;
}
.comFBox .fLogo {
margin-bottom: 2.5rem;
width: 23.2rem;
}
.comFBox .fLogo a {
display: block;
}
.comFBox .add {
margin-bottom: 1.9rem;
font-size: 1.3rem;
line-height: 1.61;
}
.comFBox .text {
margin-bottom: 2.8rem;
font-size: 1.3rem;
line-height: 1.61;
}
.comFBox .btn {
margin-bottom: 2.4rem;
width: 16.4rem;
}
.comFBox .btn a {
padding: 1.6rem 0.5rem;
border-radius: 0.3rem;
background-color: #02af94;
text-align: center;
color: #fff;
font-size: 1.5rem;
font-weight: 700;
display: block;
}
.comFBox .btn span {
padding: 0 0.6rem 0 2rem;
background: url(//akiyamakomuten.jp/cms/wp-content/themes/akiyama-komuten/img/common/mail_icon.png) no-repeat left top calc(50% + 0.2rem) / 1.5rem;
}
.comFBox .linkUl a {
padding-left: 1.3rem;
font-size: 1.4rem;
display: inline-block;
font-weight: 500;
background: url(//akiyamakomuten.jp/cms/wp-content/themes/akiyama-komuten/img/common/icon01.png) no-repeat left top 0.7rem / 0.7rem;
}
.comFBox .linkUl a:hover {
opacity: 0.7;
}
.comFBox .subText {
font-size: 6.8rem;
font-weight: 700;
line-height: 1.28;
}
.comFBox .subText .en {
display: block;
color: #02af94;
font-size: 2.2rem;
font-weight: 600;
}
@media all and (min-width: 897px) {
.comFBox .btn a:hover {
background-color: #20c4a8;
}
#gFooter .naviBox {
margin-top: 0.3rem;
gap: 4.7rem;
flex: 1;
justify-content: right;
display: flex;
flex-wrap: wrap;
}
#gFooter .naviBox .naviUl > li > a {
font-weight: 500;
}
#gFooter .naviBox .naviUl .accordion {
pointer-events: none;
}
#gFooter .naviBox .naviUl .accordion:hover {
opacity: 1;
}
#gFooter .naviBox .naviUl > li:not(:last-child) {
margin-bottom: 2.3rem;
}
#gFooter .naviBox .naviUl .subUl {
margin: 1.4rem 0 0 1.5rem;
}
#gFooter .naviBox .naviUl .subUl a {
font-size: 1.4rem;
font-weight: 400;
color: #6b716e;
}
#gFooter .naviBox .naviUl .subUl li:not(:last-child) {
margin-bottom: 0.7rem;
}
#gFooter .naviBox a:hover {
opacity: 0.7;
}
}
@media all and (max-width: 896px) {
#gFooter {
padding: 5rem 0 3rem;
background-position: right -4rem top;
background-size: 28.4rem auto;
}
#gFooter address {
position: static;
text-align: left;
}
#gFooter .comFBox .fBox {
margin-bottom: 4rem;
display: block;
}
#gFooter .comFBox .fInner {
width: auto;
}
.comFBox .fLogo {
width: 20.3rem;
}
.comFBox .add {
font-size: 1.2rem;
line-height: 1.58;
}
.comFBox .text {
font-size: 1.2rem;
line-height: 1.58;
}
.comFBox .subText {
margin-bottom: 4rem;
font-size: 3.9rem;
}
.comFBox .subText .en {
margin-bottom: 0.3rem;
font-size: 1.5rem;
}
} .ak-frame-parallax {
position: relative;
overflow: hidden;
display: block;
isolation: isolate;
clip-path: inset(0);
}
.ak-frame-parallax:not(.is-ak-parallax-ready) > img,
.ak-frame-parallax:not(.is-ak-parallax-ready) > picture {
display: block;
width: 100%;
}
.ak-frame-parallax:not(.is-ak-parallax-ready) > picture > img {
display: block;
width: 100%;
}
.ak-frame-parallax.is-ak-parallax-ready > img,
.ak-frame-parallax.is-ak-parallax-ready > picture {
position: absolute;
left: 0;
width: 100%;
max-width: none;
will-change: transform;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.ak-frame-parallax.is-ak-parallax-ready > img {
object-fit: cover;
}
.ak-frame-parallax.is-ak-parallax-ready > picture {
display: block;
}
.ak-frame-parallax.is-ak-parallax-ready > picture > img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
@media (prefers-reduced-motion: reduce) {
.ak-frame-parallax.is-ak-parallax-ready {
height: auto !important;
}
.ak-frame-parallax.is-ak-parallax-ready > img,
.ak-frame-parallax.is-ak-parallax-ready > picture {
position: static !important;
top: auto !important;
height: auto !important;
transform: none !important;
}
.ak-frame-parallax.is-ak-parallax-ready > picture > img {
height: auto !important;
}
} @media all and (min-width: 897px) and (max-height: 820px) {
#gHeader {
padding: 0;
background-color: #fff;
}
#gHeader .hBox {
padding: 1.2rem 4rem;
border-radius: 0;
}
#gHeader h1 {
width: 36rem;
}
#gHeader h1 a {
width: 20rem;
}
#gHeader h1 span {
font-size: 1rem;
line-height: 1.4;
}
#gNavi ul {
gap: 1.6rem;
}
#gHeader .rBox {
gap: 2rem;
}
#gHeader .rBox .btn {
width: 15rem;
}
#gHeader .rBox .btn a {
min-height: 4.8rem;
}
}