/* ----------------------------------------------------------
General Settings
---------------------------------------------------------- */
.pt-news {background-image: url(../img/pagetitle/pt-news.webp);}
.pt-usedboat {background-image: url(../img/pagetitle/pt-usedboat.webp);}
.pt-newboat {background-image: url(../img/pagetitle/pt-newboat.webp);}
.pt-event {background-image: url(../img/pagetitle/pt-event.webp);}
.pt-access {background-image: url(../img/pagetitle/pt-access.webp);}
.pt-company {background-image: url(../img/pagetitle/pt-company.webp);}
.pt-contact {background-image: url(../img/pagetitle/pt-contact.webp);}
.pt-privacy {background-image: url(../img/pagetitle/pt-privacy.webp);}

.logo-toyota {background-image: url(../img/makerlogo/logo-toyota.webp);}
.logo-yamaha {background-image: url(../img/makerlogo/logo-yamaha.webp);}
.logo-yanmar {background-image: url(../img/makerlogo/logo-yanmar.webp);}
.logo-suzuki {background-image: url(../img/makerlogo/logo-suzuki.webp);}
.logo-honda {background-image: url(../img/makerlogo/logo-honda.webp);}
.logo-searay {background-image: url(../img/makerlogo/logo-searay.webp);}
.logo-princessyachts {background-image: url(../img/makerlogo/logo-princessyachts.webp);}
.logo-mastercraft {background-image: url(../img/makerlogo/logo-mastercraft.webp);}


/* ----------------------------------------------------------
Style for PCs
---------------------------------------------------------- */
@media screen and (min-width: 1025px) {

/* Header */
header {
    background-color: rgba(255, 255, 255, 0.95);
}
    
/* Pagetitle */
.pagetitle {
    width:100%;
    height: auto;
    display: block;
    aspect-ratio: 5 / 2;
    position: relative;
    overflow: hidden;
    margin: 0;
}
.ptimg {
    width:80%;
    height:100%;
    display: block;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    position: absolute;
    bottom:0;
    right:0;
}
.ptcov {
    width:150%;
    height: 150%;
    display: block;
    aspect-ratio: 1 / 1;
    background-color: #fff;
    rotate: calc(45deg);
    box-shadow:10px 10px 20px rgba(0,0,0,0.3);
    position: absolute;
    top:-80%;
    left:-98%;
    z-index:1;
}
.ptcov_line {
    width:150%;
    height: 150%;
    display: block;
    aspect-ratio: 1 / 1;
    border: 1px solid var(--color-3rd);
    rotate: calc(45deg);
    position: absolute;
    top:-80%;
    left:-99%;
    z-index:2;
}
.ptbody {
    width:fit-content;
    height: auto;
    display: flex;
    flex-direction: column;
    padding:0px 5% 0px;
    position: absolute;
    top:50%;
    left:0;
    z-index:3;
}
.ptbody h2 {
    font-size: clamp(22px, 1.5vw, 100px);
    font-weight: 300;
    letter-spacing: -0.5px;
    margin-bottom: 0.5em;
    order:2;
}
.ptbody p {
    font-size: clamp(60px, 6vw, 300px);
    font-family: var(--font-en);
    font-weight: 300;
    color: var(--color-666);
    letter-spacing: -0.03em;
    margin-bottom: 0em;
    order:1;
}
.ptbody p span {
    font-weight: 500;
    color: var(--color-black);
}
.ptbody ul {
    width:100%;
    height: auto;
    display: flex;
    margin:0;
    order:3;
}
.ptbody ul li {
    font-size: clamp(12px, 1vw, 16px);
    font-weight: 400;
    margin:0;
}
.ptbody ul li:after {
    content:" > ";
    margin-right:0.5em;
}
.ptbody ul li:last-child:after {
    content:"";
    margin-right:0em;
}


/* Access */
.acc_sec {
    width:100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.acc_cc {
    width:40%;
    height: auto;
    display: block;
}
.acc_cc h2.accshopname {
    width:100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:75px;
    text-align: center;
    font-size:24px;
    font-weight: 500;
    font-family: var(--font-min);
    color:var(--color-black);
    background-image: url(../img/header/logo_b.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 70px;
    margin-bottom: 0.25em;
}
.acc_cc h2.accshopname span {
    font-size:16px;
    margin-right:0.5em;
}
.acc_cc p.acc_ad01 {
    font-size:14px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 0.5em;
}
.acc_cc p.acc_tel {
    width:fit-content;
    height: auto;
    display: block;
    margin:0 auto 0.5em;
}
.acc_cc p.acc_tel a {
    width:fit-content;
    height: auto;
    display: block;
    font-size:32px;
    font-weight: 500;
    font-family: var(--font-min);
    line-height: 40px;
    padding-left:45px;
    text-decoration: none;
    background-image: url(../img/header/ic-tel_b.webp);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40px 40px;
}
.acc_cc p.acc_fd {
    width:fit-content;
    height: auto;
    display: block;
    margin:0 auto 1.5em;
}
.acc_cc p.acc_fd a {
    width:fit-content;
    height: auto;
    display: block;
    font-size:32px;
    font-weight: 500;
    font-family: var(--font-min);
    line-height: 40px;
    padding-left:45px;
    text-decoration: none;
    background-image: url(../img/header/ic-freedial_b.webp);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40px 40px;
}
.acc_cc p.acc_ad02 {
    font-size:14px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 1.5em;
}
.acc_cc h3.accroutetitle {
    width:100%;
    height: auto;
    display: block;
    font-size:14px;
    font-weight: 500;
    font-family: var(--font-min);
    line-height: 1em;
    text-align: center;
    color:var(--color-1st);
    padding-bottom: 8px;
    border-bottom: 1px solid var(--color-3rd);
    margin-bottom: 10px;
}
.acc_cc ul li {
    margin:0 0 0 0;
}

.acc_map {
    width:55%;
    height: auto;
    display: block;
}
.acc_map iframe {
    width:100%;
    height: 100%;
    display: block;
}


/* NewBoat */
ul.makerlist {
    width:100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
ul.makerlist li {
    width:30.3333333333%;
    height: auto;
    display: block;
    text-align: center;
    margin:0 3% 3% 0;
    box-shadow:0px 10px 10px rgba(0,0,0,0.2);
}
ul.makerlist li a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:100px 0 15px;
    background-repeat: no-repeat;
    background-position: center 15px;
    background-size: auto 80px;
    transition: .4s all;
}
ul.makerlist li a:hover {
    background-color: var(--color-f5);
}

/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
}
.ftbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin:0 auto;
  padding:50px 5% 50px;
}
.ftbody .ftmenu {
  width:25%;
  height: auto;
  display: block;
}
.ftbody ul {
  width:100%;
  height:auto;
  display:flex;
  flex-direction: column;
}
.ftbody ul li {
  width:100%;
  height: auto;
  display: block;
  font-size:12px;
  margin:0;
  border-bottom: 1px dotted var(--color-3rd);
}
.ftbody ul li a {
  width: 100%;
  height: auto;
  display: block;
  color:var(--color-white);
  text-decoration: none;
  padding:0.5em 0;
  background-image: url(../img/header/ic-ar_h_w.webp);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto 12px;
  transition: .4s all;
}
.ftbody ul li a:hover {
  color:var(--color-4th);
  text-decoration: none;
  background-position: 100% center;
}
.ftbody .ftinfo {
  width:70%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ftbody .ftinfo .fti01 {
  width:48%;
  height: auto;
  display: block;
  border-right: 1px dotted var(--color-3rd);
  margin-bottom: 25px;
}
.ftbody .ftinfo .fti02 {
  width:48%;
  height: auto;
  display: block;
  margin-bottom: 25px;
}

.ftbody .ftinfo h3 {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  color:var(--color-white);
  background-image: url(../img/header/logo_w.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 50px;
  padding-top: 55px;
  margin-bottom:0.5em;
}
.ftbody .ftinfo p.fti_ad01 {
  font-size:12px;
  line-height: 1.5em;
  text-align: center;
  color:var(--color-white);
  margin-bottom: 0.5em;
}
.ftbody .ftinfo p.fti_tel {
  font-size:18px;
  line-height: 1.5em;
  text-align: center;
  color:var(--color-white);
  margin-bottom: 0.25em;
}
.ftbody .ftinfo p.fti_tel a {
  width:fit-content;
  height: 30px;
  display: block;
  color:var(--color-white);
  text-decoration: none;
  background-image: url(../img/header/ic-tel_w.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px 28px;
  padding-left:35px;
  margin:0 auto;
  transition: .4s all;
}
.ftbody .ftinfo p.fti_tel a:hover {
  color:var(--color-4th);
}
.ftbody .ftinfo p.fti_fd {
  font-size:18px;
  line-height: 1.5em;
  text-align: center;
  color:var(--color-white);
  margin-bottom: 0.25em;
}
.ftbody .ftinfo p.fti_fd a {
  width:fit-content;
  height: 30px;
  display: block;
  color:var(--color-white);
  text-decoration: none;
  background-image: url(../img/header/ic-freedial_w.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px 28px;
  padding-left:35px;
  margin:0 auto;
  transition: .4s all;
}
.ftbody .ftinfo p.fti_fd a:hover {
  color:var(--color-4th);
}
.ftbody .ftinfo p.fti_ad02 {
  font-size:12px;
  line-height: 1.5em;
  text-align: center;
  color:var(--color-white);
  margin:0;
}

footer p.ftcopy {
  width:100%;
  height:auto;
  display: block;
  text-align: center;
  font-size:10px;
  line-height: 1em;
  color:var(--color-white);
  padding:25px 0 0 0;
  border-top:1px solid var(--color-3rd);
  margin:0;
}


}

/* ----------------------------------------------------------
Style for iPad Pro
---------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1024px) {

/* Header */
header {
    background-color: rgba(255, 255, 255, 0.95);
}
    
/* Pagetitle */
.pagetitle {
    width:100%;
    height: auto;
    display: block;
    aspect-ratio: 5 / 2.5;
    position: relative;
    overflow: hidden;
    margin: 0;
}
.ptimg {
    width:80%;
    height:100%;
    display: block;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    position: absolute;
    bottom:0;
    right:0;
}
.ptcov {
    width:150%;
    height: 150%;
    display: block;
    aspect-ratio: 1 / 1;
    background-color: #fff;
    rotate: calc(45deg);
    box-shadow:10px 10px 20px rgba(0,0,0,0.3);
    position: absolute;
    top:-50%;
    left:-98%;
    z-index:1;
}
.ptcov_line {
    width:150%;
    height: 150%;
    display: block;
    aspect-ratio: 1 / 1;
    border: 1px solid var(--color-3rd);
    rotate: calc(45deg);
    position: absolute;
    top:-50%;
    left:-99%;
    z-index:2;
}
.ptbody {
    width:fit-content;
    height: auto;
    display: flex;
    flex-direction: column;
    padding:0px 5% 0px;
    position: absolute;
    top:60%;
    left:0;
    z-index:3;
}
.ptbody h2 {
    font-size: clamp(18px, 1vw, 100px);
    font-weight: 300;
    letter-spacing: -0.5px;
    margin-bottom: 0.5em;
    order:2;
}
.ptbody p {
    font-size: clamp(50px, 4vw, 300px);
    font-family: var(--font-en);
    font-weight: 300;
    color: var(--color-666);
    letter-spacing: -0.03em;
    margin-bottom: 0em;
    order:1;
}
.ptbody p span {
    font-weight: 500;
    color: var(--color-black);
}
.ptbody ul {
    width:100%;
    height: auto;
    display: flex;
    margin:0;
    order:3;
}
.ptbody ul li {
    font-size: clamp(12px, 1vw, 16px);
    font-weight: 400;
    margin:0;
}
.ptbody ul li:after {
    content:" > ";
    margin-right:0.5em;
}
.ptbody ul li:last-child:after {
    content:"";
    margin-right:0em;
}


/* Access */
.acc_sec {
    width:100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.acc_cc {
    width:60%;
    height: auto;
    display: block;
    margin:0 auto 20px;
}
.acc_cc h2.accshopname {
    width:100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:75px;
    text-align: center;
    font-size:24px;
    font-weight: 500;
    font-family: var(--font-min);
    color:var(--color-black);
    background-image: url(../img/header/logo_b.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 70px;
    margin-bottom: 0.25em;
}
.acc_cc h2.accshopname span {
    font-size:16px;
    margin-right:0.5em;
}
.acc_cc p.acc_ad01 {
    font-size:14px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 0.5em;
}
.acc_cc p.acc_tel {
    width:fit-content;
    height: auto;
    display: block;
    margin:0 auto 0.5em;
}
.acc_cc p.acc_tel a {
    width:fit-content;
    height: auto;
    display: block;
    font-size:32px;
    font-weight: 500;
    font-family: var(--font-min);
    line-height: 40px;
    padding-left:45px;
    text-decoration: none;
    background-image: url(../img/header/ic-tel_b.webp);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40px 40px;
}
.acc_cc p.acc_fd {
    width:fit-content;
    height: auto;
    display: block;
    margin:0 auto 1.5em;
}
.acc_cc p.acc_fd a {
    width:fit-content;
    height: auto;
    display: block;
    font-size:32px;
    font-weight: 500;
    font-family: var(--font-min);
    line-height: 40px;
    padding-left:45px;
    text-decoration: none;
    background-image: url(../img/header/ic-freedial_b.webp);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40px 40px;
}
.acc_cc p.acc_ad02 {
    font-size:14px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 1.5em;
}
.acc_cc h3.accroutetitle {
    width:100%;
    height: auto;
    display: block;
    font-size:14px;
    font-weight: 500;
    font-family: var(--font-min);
    line-height: 1em;
    text-align: center;
    color:var(--color-1st);
    padding-bottom: 8px;
    border-bottom: 1px solid var(--color-3rd);
    margin-bottom: 10px;
}
.acc_cc ul li {
    margin:0 0 0 0;
}

.acc_map {
    width:100%;
    height: auto;
    display: block;
}
.acc_map iframe {
    width:100%;
    height: 600px;
    display: block;
}


/* NewBoat */
ul.makerlist {
    width:100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
ul.makerlist li {
    width:30.3333333333%;
    height: auto;
    display: block;
    text-align: center;
    margin:0 3% 3% 0;
    box-shadow:0px 10px 10px rgba(0,0,0,0.2);
}
ul.makerlist li a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:100px 0 15px;
    background-repeat: no-repeat;
    background-position: center 15px;
    background-size: auto 80px;
    transition: .4s all;
}
ul.makerlist li a:hover {
    background-color: var(--color-f5);
}


/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
}
.ftbody {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin:0 auto;
  padding:50px 5% 50px;
}
.ftbody .ftmenu {
  width:100%;
  height: auto;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.ftbody ul li {
  width:48%;
  height: auto;
  display: block;
  font-size:12px;
  margin:0 1%;
  border-bottom: 1px dotted var(--color-3rd);
}
.ftbody ul li a {
  width: 100%;
  height: auto;
  display: block;
  color:var(--color-white);
  text-decoration: none;
  padding:0.5em 0;
  background-image: url(../img/header/ic-ar_h_w.webp);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto 12px;
  transition: .4s all;
}
.ftbody ul li a:hover {
  color:var(--color-4th);
  text-decoration: none;
  background-position: 100% center;
}
.ftbody .ftinfo {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ftbody .ftinfo .fti01 {
  width:48%;
  height: auto;
  display: block;
  border-right: 1px dotted var(--color-3rd);
  margin-bottom: 25px;
}
.ftbody .ftinfo .fti02 {
  width:48%;
  height: auto;
  display: block;
  margin-bottom: 25px;
}

.ftbody .ftinfo h3 {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  color:var(--color-white);
  background-image: url(../img/header/logo_w.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 50px;
  padding-top: 55px;
  margin-bottom:0.5em;
}
.ftbody .ftinfo p.fti_ad01 {
  font-size:12px;
  line-height: 1.5em;
  text-align: center;
  color:var(--color-white);
  margin-bottom: 0.5em;
}
.ftbody .ftinfo p.fti_tel {
  font-size:18px;
  line-height: 1.5em;
  text-align: center;
  color:var(--color-white);
  margin-bottom: 0.25em;
}
.ftbody .ftinfo p.fti_tel a {
  width:fit-content;
  height: 30px;
  display: block;
  color:var(--color-white);
  text-decoration: none;
  background-image: url(../img/header/ic-tel_w.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px 28px;
  padding-left:35px;
  margin:0 auto;
  transition: .4s all;
}
.ftbody .ftinfo p.fti_tel a:hover {
  color:var(--color-4th);
}
.ftbody .ftinfo p.fti_fd {
  font-size:18px;
  line-height: 1.5em;
  text-align: center;
  color:var(--color-white);
  margin-bottom: 0.25em;
}
.ftbody .ftinfo p.fti_fd a {
  width:fit-content;
  height: 30px;
  display: block;
  color:var(--color-white);
  text-decoration: none;
  background-image: url(../img/header/ic-freedial_w.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px 28px;
  padding-left:35px;
  margin:0 auto;
  transition: .4s all;
}
.ftbody .ftinfo p.fti_fd a:hover {
  color:var(--color-4th);
}
.ftbody .ftinfo p.fti_ad02 {
  font-size:12px;
  line-height: 1.5em;
  text-align: center;
  color:var(--color-white);
  margin:0;
}

footer p.ftcopy {
  width:100%;
  height:auto;
  display: block;
  text-align: center;
  font-size:10px;
  line-height: 1em;
  color:var(--color-white);
  padding:25px 0 0 0;
  border-top:1px solid var(--color-3rd);
  margin:0;
}



}


/* ----------------------------------------------------------
Style for Smartphone
---------------------------------------------------------- */
@media screen and (max-width: 768px) {


/* Header */
header {
    background-color: rgba(255, 255, 255, 1);
}
    
/* Pagetitle */
.pagetitle {
    width:100%;
    height: auto;
    display: block;
    aspect-ratio: 5 / 4;
    position: relative;
    overflow: hidden;
    margin: 0;
}
.ptimg {
    width:75%;
    height:85%;
    display: block;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    position: absolute;
    bottom:0;
    right:0;
}
.ptcov {
    width:100%;
    height: auto;
    display: block;
    aspect-ratio: 1 / 1;
    background-color: #fff;
    rotate: calc(60deg);
    box-shadow:10px 10px 20px rgba(0,0,0,0.3);
    position: absolute;
    top:0%;
    left:-60%;
    z-index:1;
}
.ptcov_line {
    width:100%;
    height: auto;
    display: block;
    aspect-ratio: 1 / 1;
    border: 1px solid var(--color-3rd);
    rotate: calc(60deg);
    position: absolute;
    top:-1%;
    left:-62%;
    z-index:2;
}
.ptbody {
    width:fit-content;
    height: auto;
    display: flex;
    flex-direction: column;
    padding:0px 5% 0px;
    position: absolute;
    top:50%;
    left:0;
    z-index:3;
}
.ptbody h2 {
    font-size: clamp(16px, 1vw, 18px);
    font-weight: 400;
    letter-spacing: -0.5px;
    margin-bottom: 0.5em;
    order:2;
}
.ptbody p {
    font-size: clamp(26px, 7vw, 100px);
    font-family: var(--font-en);
    font-weight: 300;
    color: var(--color-666);
    letter-spacing: -0.03em;
    margin-bottom: 0em;
    order:1;
}
.ptbody p span {
    display: block;
    font-weight: 500;
    color: var(--color-black);
}
.ptbody ul {
    width:100%;
    height: auto;
    display: flex;
    margin:0;
    order:3;
    padding:5px 5px 5px 0px;
    background-color: rgba(255,255,255,0.95);
}
.ptbody ul li {
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 400;
    margin:0;
}
.ptbody ul li:after {
    content:" > ";
    margin-right:0.5em;
}
.ptbody ul li:last-child:after {
    content:"";
    margin-right:0em;
}


/* Access */
.acc_sec {
    width:100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.acc_cc {
    width:100%;
    height: auto;
    display: block;
    margin:0 auto 20px;
}
.acc_cc h2.accshopname {
    width:100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:75px;
    text-align: center;
    font-size:22px;
    font-weight: 500;
    font-family: var(--font-min);
    color:var(--color-black);
    background-image: url(../img/header/logo_b.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 70px;
    margin-bottom: 0.25em;
}
.acc_cc h2.accshopname span {
    font-size:14px;
    margin-right:0.5em;
}
.acc_cc p.acc_ad01 {
    font-size:14px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 0.5em;
}
.acc_cc p.acc_tel {
    width:fit-content;
    height: auto;
    display: block;
    margin:0 auto 0.5em;
}
.acc_cc p.acc_tel a {
    width:fit-content;
    height: auto;
    display: block;
    font-size:32px;
    font-weight: 500;
    font-family: var(--font-min);
    line-height: 40px;
    padding-left:45px;
    text-decoration: none;
    background-image: url(../img/header/ic-tel_b.webp);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40px 40px;
}
.acc_cc p.acc_fd {
    width:fit-content;
    height: auto;
    display: block;
    margin:0 auto 1.5em;
}
.acc_cc p.acc_fd a {
    width:fit-content;
    height: auto;
    display: block;
    font-size:32px;
    font-weight: 500;
    font-family: var(--font-min);
    line-height: 40px;
    padding-left:45px;
    text-decoration: none;
    background-image: url(../img/header/ic-freedial_b.webp);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40px 40px;
}
.acc_cc p.acc_ad02 {
    font-size:14px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 1.5em;
}
.acc_cc h3.accroutetitle {
    width:100%;
    height: auto;
    display: block;
    font-size:14px;
    font-weight: 500;
    font-family: var(--font-min);
    line-height: 1em;
    text-align: center;
    color:var(--color-1st);
    padding-bottom: 8px;
    border-bottom: 1px solid var(--color-3rd);
    margin-bottom: 10px;
}
.acc_cc ul li {
    margin:0 0 0 0;
}

.acc_map {
    width:100%;
    height: auto;
    display: block;
}
.acc_map iframe {
    width:100%;
    height: 480px;
    display: block;
}


/* NewBoat */
ul.makerlist {
    width:100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
ul.makerlist li {
    width:48%;
    height: auto;
    display: block;
    text-align: center;
    margin:0 1% 2% 0;
    box-shadow:0px 10px 10px rgba(0,0,0,0.2);
}
ul.makerlist li a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:95px 0 20px;
    background-repeat: no-repeat;
    background-position: center 30px;
    background-size: auto 50px;
    transition: .4s all;
}
ul.makerlist li a:hover {
    background-color: var(--color-f5);
}



/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
}
.ftbody {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin:0 auto;
  padding:50px 5% 60px;
}
.ftbody .ftmenu {
  width:100%;
  height: auto;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.ftbody ul li {
  width:100%;
  height: auto;
  display: block;
  font-size:12px;
  margin:0 0;
  border-bottom: 1px dotted var(--color-3rd);
}
.ftbody ul li a {
  width: 100%;
  height: auto;
  display: block;
  color:var(--color-white);
  text-decoration: none;
  padding:0.5em 0;
  background-image: url(../img/header/ic-ar_h_w.webp);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto 12px;
  transition: .4s all;
}
.ftbody ul li a:hover {
  color:var(--color-4th);
  text-decoration: none;
  background-position: 100% center;
}
.ftbody .ftinfo {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.ftbody .ftinfo .fti01 {
  width:100%;
  height: auto;
  display: block;
  padding-bottom: 25px;
  border-bottom: 1px dotted var(--color-3rd);
  margin-bottom: 25px;
}
.ftbody .ftinfo .fti02 {
  width:100%;
  height: auto;
  display: block;
  margin-bottom: 25px;
}

.ftbody .ftinfo h3 {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  color:var(--color-white);
  background-image: url(../img/header/logo_w.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 50px;
  padding-top: 55px;
  margin-bottom:0.5em;
}
.ftbody .ftinfo p.fti_ad01 {
  font-size:12px;
  line-height: 1.5em;
  text-align: center;
  color:var(--color-white);
  margin-bottom: 0.5em;
}
.ftbody .ftinfo p.fti_tel {
  font-size:18px;
  line-height: 1.5em;
  text-align: center;
  color:var(--color-white);
  margin-bottom: 0.25em;
}
.ftbody .ftinfo p.fti_tel a {
  width:fit-content;
  height: 30px;
  display: block;
  color:var(--color-white);
  text-decoration: none;
  background-image: url(../img/header/ic-tel_w.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px 28px;
  padding-left:35px;
  margin:0 auto;
  transition: .4s all;
}
.ftbody .ftinfo p.fti_tel a:hover {
  color:var(--color-4th);
}
.ftbody .ftinfo p.fti_fd {
  font-size:18px;
  line-height: 1.5em;
  text-align: center;
  color:var(--color-white);
  margin-bottom: 0.25em;
}
.ftbody .ftinfo p.fti_fd a {
  width:fit-content;
  height: 30px;
  display: block;
  color:var(--color-white);
  text-decoration: none;
  background-image: url(../img/header/ic-freedial_w.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px 28px;
  padding-left:35px;
  margin:0 auto;
  transition: .4s all;
}
.ftbody .ftinfo p.fti_fd a:hover {
  color:var(--color-4th);
}
.ftbody .ftinfo p.fti_ad02 {
  font-size:12px;
  line-height: 1.5em;
  text-align: center;
  color:var(--color-white);
  margin:0;
}

footer p.ftcopy {
  width:100%;
  height:auto;
  display: block;
  text-align: center;
  font-size:10px;
  line-height: 1em;
  color:var(--color-white);
  padding:0 0 0 0;
  border-top:none;
  margin:0;
}


}
