html {
    font-size: calc(100vw / 680 * 10);
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow: auto;
    scroll-behavior: smooth;
}
body {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .1em;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    position: relative;
    overflow: auto;
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
p {
  background: none;
  margin: 0;
  padding: 0;
}
ul, dl, dt, dd {
  margin: 0;  
  padding: 0;
}
ul {
    list-style: none;
}
a {
  color: #333333;
  text-decoration: none;
  transition: .3s;
}
a:hover {
    opacity: .7;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.fadein {
    opacity: 0;
    transform: translateY(50px);
    transition: .6s;
}
.fadein.is-show {
    transform: translate(0, 0);
    opacity: 1;
}

*, *:before,
*:after {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
.font-en {
    font-family: athelas, serif;
    font-weight: 400;
    font-style: normal;
}
.font-min {
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-weight: 300;
    font-style: normal;
}
.vertical {
    writing-mode: vertical-rl;
}
@media only screen and (max-width: 899px) {
    .pc {
        display: none;
    }
}
@media only screen and (min-width: 900px) {
    html {
        font-size: calc(100vw / 1280 * 10);
    }
    .sp {
        display: none;
    }
    a[href^="tel:"] {
        pointer-events: none;
    }
}

/* header */
.kv-wrap {
    height: 115.5rem;
    position: relative;
}
.kv-wrap .site-ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 27.5rem;
}
.kv-wrap .com-logo {
    position: absolute;
    top: 0;
    left: 5.9rem;
    width: 8.3rem;
}
.kv-wrap.kv-wrap--sub .site-ttl {
    transform: translate(-50%, -50%) scale(2);
    text-align: center;
    color: #fff;
    font-family: fot-tsukumin-pr6n, sans-serif;
}

.header-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 6rem 0 5rem;
    column-gap: 5rem;
    row-gap: 1.5rem;
}

.header-menu2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 6rem 0 5rem;
    column-gap: 5rem;
    row-gap: 1.5rem;
}

.header-menu li:not(.btn) a {
    font-size: 2.3rem;
    color: #412d14;
    display: block;
}

.header-menu2 li:not(.btn) a {
    font-size: 2.3rem;
    color: #412d14;
    display: block;
}

.header-menu li:not(.btn) a:before {
    content: "";
    width: 2rem;
    height: 1.8rem;
    background-color: #412d14;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    display: inline-block;
    margin-right: .5em;
}

.header-menu2 li:not(.btn) a:before {
    content: "";
    width: 2rem;
    height: 1.8rem;
    background-color: #412d14;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    display: inline-block;
    margin-right: .5em;
}

.header-menu2 li:not(.btn) a:before {
    content: "";
    width: 2rem;
    height: 1.8rem;
    background-color: #412d14;
    clip-path: polygon(0 0, 86.6% 50%, 0 100%);
    display: inline-block;
    margin-right: .5em;
}

.header-menu li.btn {
    width: 100%;
}

.header-menu2 li.btn {
    width: 100%;
}

.header-menu li.btn a {
    display: block;
    background-color: #000;
    border-radius: 2.4rem;
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
    width: 28.7rem;
    line-height: 5rem;
    margin: 1.5rem auto 0;
}

.header-menu2 li.btn a {
    display: block;
    background-color: #000;
    border-radius: 2.4rem;
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
    width: 28.7rem;
    line-height: 5rem;
    margin: 1.5rem auto 0;
}

.header-nav .breadcrumb{
    max-width: 1100px;
    width: 95%;
    margin: 0 auto 3em;
    overflow: hidden;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 0 0 0;
}
.header-nav .breadcrumb li{
display: inline-block;
}
.header-nav .breadcrumb li:after {
    content: ">";
    padding: 0 8px;
}
.header-nav .breadcrumb li:last-child:after {
    content: "";
    padding: 0;
}
@media only screen and (min-width: 900px) {
    .kv-wrap {
        height: auto;
    }
    .kv-wrap .site-ttl {
        width: 27.5rem;
    }
    .kv-wrap .com-logo {
        left: 8.2rem;
        width: 8.3rem;
    }
    .kv-wrap.kv-wrap--sub {
        aspect-ratio: 1280 / 315; /* 元画像比(1280:630)の高さを半分にした比率 */
        height: auto;
    }
    .kv-wrap.kv-wrap--sub .kv,
    .kv-wrap.kv-wrap--sub .kv picture,
    .kv-wrap.kv-wrap--sub .kv img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .header-menu {
        flex-wrap: nowrap;
        margin: 7.6rem 0 8.1rem;
        column-gap: 3.3rem;
    }
    .header-menu2 {
        flex-wrap: nowrap;
        margin: 7.6rem 0 8.1rem;
        column-gap: 3.3rem;
    }
	
    .header-menu li:not(.btn) a {
        font-size: 1.6rem;
    }
    .header-menu2 li:not(.btn) a {
        font-size: 1.6rem;
    }
    .header-menu li:not(.btn) a:before {
        width: 1.6rem;
        height: 1.4rem;
    }
    .header-menu2 li:not(.btn) a:before {
        width: 1.6rem;
        height: 1.4rem;
    }
    .header-menu li.btn {
        width: auto;
    }
    .header-menu2 li.btn {
        width: auto;
    }
    .header-menu li.btn a {
        font-size: 1.6rem;
        width: 18.2rem;
        line-height: 3.1rem;
        margin: 0;
    }
    .header-menu2 li.btn a {
        font-size: 1.6rem;
        width: 18.2rem;
        line-height: 3.1rem;
        margin: 0;
    }
}


/* fix-btn */
#fixBtn {
    right: 0;
    z-index: 999;
    cursor: pointer;
}
#fixBtn.fix {
    
}
.btn-top {
    width: 5.9rem;
    height: 18.7rem;
    background: url(../img/common/arrow_v.svg) left top / contain no-repeat;
    font-size: 2.2rem;
    letter-spacing: .2em;
    display: grid;
    justify-content: center;
    align-content: end;
    padding: 1rem 0 0 1.5rem;
}
.btn-shop {
    width: 5.9rem;
    height: 25.7rem;
    background-color: #251e1c;
    color: #fff;
    font-size: 2.5rem;
    display: grid;
    place-content: center;
    margin-top: 2.8rem;
}

.btn-line {
    width: 5.9rem;
    height: 18rem;
    background-color: #00B900;
    color: #fff;
    font-size: 2.5rem;
    display: grid;
    place-content: center;
    margin-top: 2.8rem;
}
@media only screen and (min-width: 900px) {
    .btn-top {
        width: 5.1rem;
        height: 16rem;
        font-size: 1.9rem;
        padding: 1rem 0 0 1rem;
    }
    .btn-shop {
        width: 5.1rem;
        height: 22.1rem;
        font-size: 2.1rem;
        margin-top: 6.1rem;
    }
.btn-line {
        width: 5.1rem;
        height: 16rem;
        font-size: 2.1rem;
        margin-top: 5.1rem;
    }
}

/* footer */
.footer-top {
    background: url(../img/common/bg-footer_sp.webp) 0 / 100% 100% no-repeat;
    height: 38rem;
    display: grid;
    place-content: center;
    text-align: center;
}
.footer-top .logo {
    width: 11.3rem;
    margin: 0 auto .5rem;
}
.footer-top .txt {
    font-size: 1.5rem;
    line-height: 1.5;
}
.footer-menu {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    row-gap: 1.8rem;
    margin: 3.4rem 0;
}
.footer-menu li {
    font-size: 1.8rem;
    line-height: 1.6;
    display: grid;
    place-content: center;
    padding-top: 1rem;
    text-align: center;
}
.footer-menu li:nth-child(1),
.footer-menu li:nth-child(3) {
    border-right: 1px solid #000;
}
.footer-menu li .btn {
    display: block;
    font-size: 1.6rem;
    border: 1px solid #000;
    width: 23.7rem;
    line-height: 3.2rem;
    margin: 2.8rem 0 3rem;
}
.footer-menu li .tel {
    font-size: 2.2rem;
    display: block;
    margin-top: 1rem;
}
.footer-menu li .tel-txt {
    font-size: 1.3rem;
}
.copyright {
    display: grid;
    place-content: center;
    row-gap: 1.5rem;
    margin-bottom: 1.5rem;
}
.footer-logo {
    width: 12.8rem;
    margin: auto;
}
.copyright small {
    font-size: 1.4rem;
}
@media only screen and (min-width: 900px) {
    .footer-top {
        background: url(../img/common/bg-footer.webp) 0 / 100% 100% no-repeat;
    }
    .footer-top .logo {
        width: 14rem;
        margin: 0 auto 1rem;
    }
    .footer-top .txt {
        font-size: 1.6rem;
    }
    .footer-menu {
        /*grid-template-columns: repeat(4,1fr); フッターコンテンツ4列 */
        grid-template-columns: repeat(3,1fr); /* フッターコンテンツ3列 */
        margin: 4.7rem auto 3.4rem;
        width: 78%;
    }
    .footer-menu li {
        font-size: 1.6rem;
        padding-top: 0.8rem;
    }
    .footer-menu li:nth-child(2) {
        border-right: 1px solid #000;
    }
    .footer-menu li .btn {
        font-size: 1.3rem;
        width: 20.8rem;
        line-height: 2.8rem;
        margin: 2.3rem 0 3rem;
    }
    .footer-menu li .tel {
        font-size: 2rem;
        margin-top: 0.8rem;
    }
    .footer-menu li .tel-txt {
        font-size: 1.1rem;
    }
    .copyright {
        row-gap: 3rem;
        margin-bottom: 2rem;
    }
    .copyright small {
        font-size: 1.2rem;
    }
}

/* btn */
.btn-page {
    display: block;
    border: 1px solid #000;
    width: 21.3rem;
    line-height: 6rem;
    letter-spacing: .23em;
    font-size: 2.5rem;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-weight: 300;
    font-style: normal;
    position: relative;
    text-align: center;
}
.btn-page:after {
    content: "";
    width: 4.3rem;
    height: 1rem;
    background: url(../img/common/arrow.svg) 0 / 100% no-repeat;
    position: absolute;
    top: 50%;
    right: -2rem;
    transform: translateY(-50%);
}
@media only screen and (min-width: 900px) {
    .btn-page {
        width: 12.5rem;
        line-height: 3.5rem;
        font-size: 1.6rem;
    }
    .btn-page:after {
        width: 2.5rem;
        height: 0.5rem;
        right: -1.4rem;
    }
    .btn-page:hover {
        background-color: #412d14;
        color: #fff;
        opacity: 1;
    }
    .btn-page:hover:after {
        right: -2.5rem;
    }
}




/* スライドショーのコンテナ */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* 各スライドの画像 */
.mySlides {
  display: none;
}

/* ナビゲーションのボタン */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  background-color: rgba(0, 0, 0, 0.5);
}

/* 右側のナビゲーションボタン */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* ナビゲーションボタンのホバーエフェクト */
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* スライドのキャプション */
.text {
  color: #f2f2f2;
  font-size: 15px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  padding: 8px 16px;
  background-color: rgba(0, 0, 0, 0.5);
}


/* SNS */

.sns-top {
    height: 20rem;
    display: grid;
    place-content: center;
    text-align: center;
}

.sns-top .logo {
    width: 9.3rem;
    margin: 0 auto .2rem;
}
.sns-top .txt {
    font-size: 1.5rem;
    line-height: 1.5;
}

.sns-logo {
    width: 12.8rem;
    margin: 0 auto .2rem;
}
.copyright small {
    font-size: 1.2rem;
}
@media only screen and (min-width: 900px) {

    .sns-top .logo {
        width: 9rem;
        margin: 0 auto 1rem;
    }
    .sns-top .txt {
        font-size: 1.6rem;
    }
}

.sec-contents{
    max-width: 1100px;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    font-size: 14px;
    /*font-size: 1.4rem;*/
    padding: 10px 0 0 0;
}
.sec-contents dl dt{
    font-size: 14px;
    margin: 0 0 1em 0;
}
.sec-contents dl dd{
    font-size: 14px;
    margin: 0 0 3em 0;
}

.sec-contents .inner {
  width: 80%;
  margin: auto;
}


.sec-contents .contents-ttl {
  width: 13.2rem;
  margin: 0 auto 3rem;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 0.13em;
  background: url(../img/top/line_3.png) left bottom/contain no-repeat;
  color: #412d14;
  line-height: 1.3;
  padding: 0 0 .3em 0;
}
.sec-contents .inner{
  margin: 0 auto 4em;
}

.footer-nav .link{
    max-width: 1100px;
    width: 95%;
    margin: 0 auto 3em;
    overflow: hidden;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 0 0 0;
    margin: 0 auto 3em;
    text-align: center;
}
.footer-nav .link li {
    display: inline-block;
}
.footer-nav .link li:after {
    content: "｜";
    padding: 0 8px;
}
.footer-nav .link li:last-child:after {
    content: "";
    padding: 0;
}
.footer-nav .link li a{
font-size: 14px;
}
@media only screen and (max-width: 900px) {
	.footer-nav .link li {
		display: block;
	}
	.footer-nav .link li:after {
		content: "";
	}
}


/*-------------- contact --------------*/
/*p07*/
.p07 {
}
.p07 .notice {
    color: #ee1111;
}
.p07 form {
  border-top: 1px dashed #000;
  width: 90%;
  margin: 0 auto;
}

.p07 .table_a,
.p07 .table_a th,
.p07 .table_a td {
  border: none;
  background: none;
}

.p07 .table_a th {
  width: 25%;
}

.p07 input,
.p07 textarea {
  border: 1px solid #0b4d84;
  padding: 15px 10px;
}

@media screen and (max-width: 600px) {
  .p07 .table_a th {
    width: 100%;
    background: #e9e9e9;
  }

  .p07 .contact_contents .wrap {
    padding: 10vw 0;
  }

  .p07 .contact_contents .table_a th {
    padding: 20px;
  }

  .p07 .contact_contents {
    padding: 10vw 0 0 0;
  }
}

.p07 .contact_contents .table_a td {
  padding: 15px 0;
}

.p07.comf .contact_contents .table_a td {
  padding: 20px 0;
}

.contact_contents {
  background: #fff;
  margin: 60px auto 0;
  max-width: 1100px;
  width: 95%;
  padding: 60px 0 0 0;
}

.thank .contact_contents {
  padding: 60px 0;
}

.contact_contents h3 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: #002754;
  margin: 30px 0;
}

.contact_contents .wrap {
  max-width: 1180px;
  margin: 0 auto;
  background: #fff;
  padding: 50px 0 85px 0;
}

.contact_contents .table_a {
  max-width: 800px;
  margin: 0 auto 15px;
}

.contact_contents .table_a th {
  text-align: left;
  padding: 25px 0 20px 30px;
}

.contact_contents.confirm .table_a th {
  padding: 10px;
}

.contact_contents .table_a td {
  padding: 10px;
}

.contact_contents .btn {
  margin: 60px auto 0;
}

.contact_mediabtn {
  margin: 15px auto 0;
}

.contact_mediabtn a:link {
  color: #0b4d84;
  text-decoration: underline;
  font-weight: bold;
}

.contact_media {
  position: relative;
  padding: 10px 0 20px;
  max-width: 594px;
  text-align: center;
  width: 100%;
  margin: 15px auto 80px;
}

.contact_media:before,
.contact_media:after {
  content: '';
  width: 15px;
  height: 100%;
  position: absolute;
}

.contact_media:before {
  border-left: dotted 1px #000000;
  border-top: dotted 1px #000000;
  border-bottom: dotted 1px #000000;
  top: 0;
  left: 0;
}

.contact_media:after {
  border-right: dotted 1px #000000;
  border-top: dotted 1px #000000;
  border-bottom: dotted 1px #000000;
  top: 0;
  right: 0;
}

.contact_media dt {
  font-size: 15px;
  margin: 0 0 15px 0;
  text-align: center;
  font-weight: bold;
}

.contact_media .btn {
  margin: 60px auto 0;
}

@media screen and (max-width: 800px) {
	.contact_contents h3 {
		font-size: 22px;
	}
	
	.contact_media {
		width: 90%;
		margin: 15px auto 10vw;
	}
}

.btn a.button_red {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 100%;
    border: 2px solid #0b4d84;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: all .3s;
    background: #0b4d84;
    font-size: 15px;
}

  .inner-table dl {
    display: flex;
  }
  
  .inner-table dl dt {
    width: 20%;
  }
  
  .inner-table dl dd {
    width: 80%;
  }


  .inner dl.inner-table {
	width: 100%;
    display: flex;
	flex-wrap: wrap;
  }
  
  .inner dl.inner-table dt {
    width: 30%;
  }
  
  .inner dl.inner-table dd {
    width: 70%;
  }