@charset "utf-8";

/*!
Theme Name: hiyori_tm
Theme URI: http://example.com/
Description: child theme for the Xeory
Author: バズ部
Author URI: http://bazubu.com/
Template: xeory_extension
Version: 0.2.2
*/


/* common-css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

input::placeholder{
	color: #ccc;
}
input::-ms-input-placeholder{
	color: #ccc;
}
input:-ms-input-placeholder{
	color: #ccc;
}

input::placeholder{
	color: #ccc;
}
input::-ms-input-placeholder{
	color: #ccc;
}
input:-ms-input-placeholder{
	color: #ccc;
}

body{
    min-width: 1200px;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    line-height: 2;
    color: #142141;
    letter-spacing: .1em;
    background: #fffcf6 url(img/frontpage/bg-item.png) repeat;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,MS明朝,serif;
}

body.home .wrap,
.wrap{
    max-width: 1200px;
    margin: 0 auto;
}

a{
    transition: .2s;
    text-decoration: none;
}
a:hover{
    opacity: .6;
    text-decoration: none;
}
img{
    max-width: 100%;
    vertical-align: bottom;
    will-change: transform;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.ps-re{
    position: relative;
    z-index: 0;
}
.ps-ab{
    position: absolute;
}


:root{
    --font-mincho: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/* HEADER */
#header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: none;
    padding: 20px 50px;
    z-index: 999;
}
body.home #header{
    justify-content: flex-end;
}
body.home #header a{
    color: #000;
}
#header a{
    color: #fff;
    font-size: 18px;
    position: relative;
    display: inline-block;
}
#header a:hover{
    opacity: 1;
}
#header a.current::after,
#header a:hover::after{
    width: 90%;
}
#header .header-logo a:hover{
    opacity: .6;
}
#header .header-logo a::after{
    display: none;
}
#header a::after{
    content: "";
    pointer-events: none;
    width: 0;
    height: 3px;
    background-color: #b34c21;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    transition: .2s;
}
#header ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#header ul li:not(:last-child){
    margin-right: 1.5em;
}
#header .header-logo img{
    width: 243px;
}

/* フェードイン */
.fadein {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 1500ms;
}
.fadeinr {
    opacity : 0.1;
    transform : translate(50px, 0);
    transition : all 1500ms;
}
.fadeinb {
    opacity : 0.1;
    transform : translate(0, -50px);
    transition : all 1500ms;
    }

.fadeinl {
    opacity : 0.1;
    transform : translate(-50px, 0);
    transition : all 1500ms;
    }

.fadeino {
    opacity : 0.1;
    transition : all 1500ms;
    }

.ts1 {
    transition-delay: 300ms;
}

.ts2 {
    transition-delay: 600ms;
}

.ts3 {
    transition-delay: 900ms;
}

.ts4 {
    transition-delay: 1200ms;
}

.page-sec06 .link-btn > a img {
    width: 100%;
}

.link-btn .child li a {
    border: 6px solid #b34c21;
    display: block;
    background-color: #fff;
    padding: 10px;
}
.link-btn .child {
    margin-top: 30px;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-around; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.link-btn .child li {
    /* width: 31.33%; */
}

.link-btn.bettei-link a img{
    max-width:570px;
}

.link-site-txt {
    font-size: 1.3rem;
    color: #fff;
    background: #b34c21;
    text-align: center;
    padding: 0 10px;
}

.fadein.scrollin, .fadeinr.scrollin, .fadeinb.scrollin, .fadeinl.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }

.fadeino.scrollin {
   opacity : 1;
}

@supports (-ms-ime-align:auto) {
	.fadein {
		opacity : 1;
		transform : inherit;
		transition : inherit;
	}
	.fadeinr {
		opacity : 1;
		transform : inherit;
		transition : inherit;
	}
	.fadeinb {
		opacity : 1;
		transform : inherit;
		transition : inherit;
		}

	.fadeinl {
		opacity : 1;
		transform : inherit;
		transition : inherit;
		}

	.fadeino {
		opacity : 1;
		transition : inherit;
		}

	.fadein.scrollin, .fadeinr.scrollin, .fadeinb.scrollin, .fadeinl.scrollin {
		opacity : 1;
		transform : inherit;
		}

	.fadeino.scrollin {
	opacity : 1;
	}
}


/* FOOTER */
#footer .wrap{
    padding: 0;
}
#footer{
    padding: 60px 0 15px;
    background-color: #162242;
    margin-top: 100px;
    border: none;
}
#footer .flex{
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
#footer .flex .footer-menu li{
    line-height: 2.8;
}
#footer .flex .footer-link>div:not(:last-child){
    margin-bottom: 1.5em;
}
#footer .flex .footer-link a.contact_link{
    width: auto;
    display: inline-block;
    border: 1px solid #fff;
    padding: 5px 0;
    font-weight: bold;
    text-align: center;
}

#footer .flex .footer-link .link-item>a.contact_link {
    width: 150px;
}

#footer .flex .footer-link a.indent {
    padding: 0;
    border: inherit;
    text-align: inherit;
}
#footer .flex .footer-link a.indent:hover {
    opacity: 1;
}
#footer .flex .footer-logo{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#footer .footer-bottom{
    margin-top: 40px;
}
#footer .footer-bottom ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#footer .footer-bottom ul li{
    border-left: 1px solid #fff;
    line-height: 1;
    padding: 0 30px;
}
#footer .footer-bottom ul li:last-child{
    border-right: 1px solid #fff;
}
#footer .footer-bottom ul li a{
    font-size: 14px;
    letter-spacing: 0.075em;
}
#footer .copyright{
    text-align: center;
    margin-top: 15px;
}
#footer .copyright .text{
    opacity: 0.44;
    font-size: 14px;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#footer .flex .footer-link .child li::before {
    content: '-';
    padding-right: 10px;
}

#footer .flex .footer-link .child {
    padding-left: 20px;
}

#footer .flex .footer-link .child li::before {
    content: '-';
    padding-right: 10px;
}

#footer .flex .footer-link .child li a {
    font-size: 12px;
    border: inherit;
    padding: 0;
    text-align: inherit;
}

#footer .footer-sns a{
    display:flex;
    align-items:center;
    gap:20px;
}



/* TOP */
.mv{
    position: relative;
    margin: 100px 0;
}
.mv .mv-logo{
    position: absolute;
    top: 0;
    left: 5.5vw;
}
.mv .mv-logo img{
    width: 17.5vw;
}
.mv .mv-bg{
    padding-right: 6.25vw;
    text-align: right;
}
.mv .mv-bg img{
    width: 69vw;
}
.mv .mv-text{
    position: absolute;
    top: 20vw;
    left: 14vw;
}
.mv .mv-text img{
    width: 21.6vw;
}
.mv .mv-item{
    position: absolute;
    bottom: 2vw;
    left: 5.5vw;
}
.mv .mv-item img{
    width: 8.2vw;
}

/* 新規MV */
.mv.v2 {
}
.mv.v2 .logo {
  position: relative;
  z-index: 3;
  pointer-events: none;
}
.mv.v2 .mv-bg {
  position: absolute;
  top: 3vh;
  right: 3vw;
  padding-right: 0;
}
.mv.v2 .mv-bg img {
  width: 10vw;
}
.mv.v2 .mv-bg02 {

}
.mv.v2 .mv-bg02 img {
  width: 69vw;
}
.mv.v2 .mv-slider-wrap {
  position: absolute;
  top: 52%;
  right: 10%;
  transform: translateY(-50%);
}
.mv.v2 .mv-slider-wrap .mv-bg {
  position: absolute;
  top: 10%;
  right: -11%;
  padding-right: 0;
  z-index: -1;
}
.mv.v2 .mv-slider {
  max-width: 60dvw;
  overflow: hidden;
  mask-image: url(img/frontpage/mv-path.svg);
  mask-repeat: no-repeat;
}
.mv.v2 .mv-slider .mv-slider__img img {
  aspect-ratio: 25 / 17;
  object-fit: cover;
}
@keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.add-animation {
  animation: zoomOut 6s linear forwards;
}

.home-sec01{
    background: url(img/frontpage/sec01-bg.png) no-repeat center center / cover;
    padding: 10vw 0;
    color: #fff;
}
.home-sec01 .flex{
    justify-content: space-between;
}
/* .home-sec01 .flex .img img{
    transform: translateY(7vw);
} */
.home-sec01 .flex>div{
    width: 50%;
}
.home-sec02{
    padding: 100px 0;
}
.home-sec02 .box{
    position: relative;
    text-align: center;
    max-width: 787px;
    margin: 0 auto;
}
.home-sec02 .box .img.ps-ab.n1{
    right: 0;
    top: 0;
    transform: translateX(100%);
}
.home-sec02 .box .img.ps-ab.n2{
    left: 0;
    bottom: 0;
    transform: translateX(-100%);
}
.home-sec02 .box .text-box .text{
    margin: 20px 0;
}
.home-sec03{
    background: url(img/frontpage/sec03-bg.png) no-repeat center center / cover;
    height: 420px;
}
.title{
    text-align: center;
    margin-bottom: 50px;
    padding-top: 50px;
}
.title-text{
    font-size: 28px;
    font-weight: bold;
    position: relative;
}
.title-text.white-text{
    color: #fff;
}
.title-text.item-blue::after{
    background: url(img/frontpage/title-item-blue.png) no-repeat center center / contain;
}
.title-text::after{
    content: "";
    background: url(img/frontpage/title-item-red.png) no-repeat center center / contain;
    width: 117px;
    height: 42px;
    position: absolute;
    transform: translate(-50%,-100%);
    top: 0;
    left: 50%;
}
.home-sec04{
    padding: 100px 0;
}
.home-sec04__grid{
    max-width: 1100px;
    margin: -90px auto 0;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:60px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}
.home-sec04__grid .item{
    text-align:center;
}
.home-sec04 .title-text {
  margin-top: 100px;
}
.home-sec05 .home-news-bg{
    background: url(img/frontpage/news-bg.png) no-repeat center center / cover;
}
.home-sec05 .home-news-bg-item.n1{
    position: relative;
    bottom: -1px;
}
.news .news-box:not(:last-child){
    margin-bottom: 10px;
}
.news .news-box:first-child .news-text-box{
    display: block;
}
.news .news-box>.text{
    text-align: center;
    color: #fff;
}
.news .news-box .news-title-box{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    background-color: #fffcf6;
    padding: 6px 90px 6px 50px;
    position: relative;
}
.news .news-box .news-title-box .toggle{
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    background-color: #162242;
    cursor: pointer;
}
.news .news-box .news-title-box .toggle span{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: 20px;
    height: 3px;
    transition: .2s;
    background-color: #fff;
}
.news .news-box .news-title-box .toggle span:nth-of-type(1){
    transform: translate(-50%,-50%) rotate(-90deg);
}
.news .news-box .news-title-box .toggle.active span:nth-of-type(1){
    transform: translate(-50%,-50%) rotate(0);
}
.news .news-box .news-title-box .news-title{
    font-weight: bold;
    max-width: calc(100% - 200px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .news-box .news-title-box .date{
    font-weight: bold;
    letter-spacing: 0.05em;
    width: 170px;
    min-width: 170px;
}
.news .news-box .news-text-box{
    background-color: #d6d7d7;
    padding: 15px 50px;
    display: none;
}
.news .news-box .news-text-box p{
    letter-spacing: 0.05em;
    line-height: 1.8;
}
.news .news-content{
    max-width: 1060px;
    margin: 0 auto;
}
.home-sec05 .title{
    margin-bottom: 30px;
}
.home-sec05 .box{
    padding: 30px 0 80px;
}


/* 松江日和 */
.page-mv{
    height: 660px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.page-mv.matsue-mv{
    background-image: url(img/matsue/mv.png);
}
.page-mv .wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
.page-sec01 .box{
    transform: translateY(-40%);
    background-color: rgba(20,33,65,.93);
    padding: 30px 40px;
    color: #fff;
    max-width: 900px;
    margin: 0 auto;
}
.page-sec01 .box dl{
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.page-sec01 .box dl dd img{
    height: 55px;
}

.page-sec01 .box dl dt small {
    font-size: 0.9em;
}

.page-sec01 .box dl dt {
    width: 24%;
}

.page-sec01 .box dl dd {
    width: 52%;
}

.page-sec01 .box dl dt{
    font-size: 21px;
    font-weight: bold;
    margin-right: 1em;
}
.page-sec01 .box .time{
    text-align: center;
    margin-top: 15px;
}
.page-sec01 .box .time img{
    width: 595px;
}
.page-sec02{
    padding: 100px 0;
}
.page-sec02 .flex{
    justify-content: space-between;
}
.page-sec02 .flex>div{
    width: 48%;
}
.page-sec02 .flex.reverse{
    margin-top: 80px;
    flex-direction: row-reverse;
}
.page-sec02 .flex .text-box .text-img{
    /* margin-bottom: 50px; */
}
.page-sec02 .flex .text-box .text-img.matsue,
.page-sec02 .flex .text-box .text-img.izumo,
.page-sec02 .flex .text-box .text-img.horikawa,
.page-sec02 .flex .text-box .text-img.dogs {
    margin-bottom: 50px;
}
.page-sec02 .flex.reverse .text-box .text-img{
    margin-bottom: 0;
    max-width: 300px;
}
.page-sec02 .flex.reverse .text-box .text-img.matsue {
    max-width: 350px;
}
.page-sec02 .flex .text-box .text{
    font-size: 16px;
    font-weight: bold;
}
.page-sec02 .flex .img-slider li {
  aspect-ratio: 123 / 103;
}
.page-sec02 .flex .img-slider li img {
  height: 100%;
  object-fit: cover;
}
.page-sec03{
    height: 420px;
    background: url(img/matsue/bg.png) no-repeat center center / cover;
}
.page-sec04{
    padding: 100px 0;
}
.page-sec04 .text.top{
    text-align: center;
    margin-bottom: 20px;
    font-size: 39px;
    letter-spacing: 0;
}
.page-sec04 .text.top span{
    font-size: 58px;
}
.page-sec04 .text.middle{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
.page-sec04 .flex .item{
    margin: 0 0.5% 1.5%;
    width: 11.5%;
}
.page-sec04 .flex .item-text{
    margin-top: 10px;
    color: #ac4b23;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
}
.page-sec04 .flex .item-text small{
    font-size: 12px;
    display: block;
}
.page-sec04 .box,
.page-sec04 .flex{
    max-width: 1010px;
    margin: 60px auto;
}
.page-sec04 .box .att{
    text-align: right;
}
.page-sec04 .box .att small{
    font-size: 14px;
}
.page-sec04 .box dl{
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #142141;
    color: #fff;
    border-radius: 8px;
    padding: 10px 15px;
}

.page-sec04 .box dl dt{
    width: 170px;
    font-size: 20px;
    position: relative;
}
.dog-img {
    width: 30px;
    height: 30px;
    margin: 0 5px 5px 0;
}
.page-sec04 .box dl dd{
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.page-sec05{
    background-color: #d1be58;
    padding: 100px 0;
}
.page-sec05 .flex>div{
    width: 48%;
}
.page-sec05 .flex{
    justify-content: space-between;
}
.page-sec05 .flex .text-box .text.top{
    font-size: 35px;
    line-height: 1.4;
    margin-bottom: 40px;
}
.page-sec05 .flex .text-box .text{
    font-weight: bold;
}
.page-sec05 .flex .text-box .text.top span{
    font-weight: bold;
    display: block;
    font-size: 50px;
}
.page-sec05 .spot-box .text-img img{
    width: 360px;
}

.page-sec05 .spot-box .text-img{
    text-align: center;
    margin-bottom: 40px;
}
.page-sec05 .spot-box{
    margin-top: 50px;
}
.page-sec05 .spot-box>.text{
    text-align: center;
    font-weight: bold;
}
.page-sec05 .spot-box .box-flex{
    display: flex;
    flex-wrap: wrap;
}
.page-sec05 .spot-box .box-flex .item .baloon{
    text-align: center;
    margin-bottom: 5px;
}
.page-sec05 .spot-box .box-flex .item{
    width: 31%;
    margin-right: 3.5%;
    margin-top: 50px;
}
.page-sec05 .spot-box .box-flex .item:nth-of-type(3n){
    margin-right: 0;
}
.page-sec05 .spot-box .box-flex .item .text{
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 10px;
}
.page-sec06 .map iframe{
    width: 100%;
    vertical-align: bottom;
    height: 520px;
}
.page-sec06{
    padding: 100px 0;
}
.page-sec06 .wrap{
    max-width: 990px;
}
.page-sec06 .map{
    margin-bottom: 20px;
}
.page-sec06 .box{
    background-color: #142141;
    border-radius: 10px;
    color: #fff;
    padding: 20px;
}
.page-sec06 .box .text.top{
    display: inline-block;
    margin-bottom: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    font-weight: bold;
}
.page-sec06 .access-box {
    margin: 100px 80px 140px;
}
.page-sec06 .access-box dl{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
}
.page-sec06 .access-box dl:last-child{
    margin-bottom: 0;
}
.page-sec06 .access-box dl dt{
    width: 45px;
    margin-right: 3em;
}
.page-sec06 .access-box dl:nth-of-type(1) dt img,
.page-sec06 .access-box dl:nth-of-type(2) dt img{
    width: 42px;
}
.page-sec06 .access-box dl:nth-of-type(2) dt.work img {
  width: 45px;
}
.page-sec06 .access-box dl:nth-of-type(3) dt img,
.page-sec06 .access-box dl:nth-of-type(4) dt img{
    width: 35px;
}
.page-sec06 .access-box dl dd{
    font-size: 18px;
    font-weight: bold;
}
.page-sec06 .link-btn{
    text-align: center;
}

.page-sec06 .link-btn:not(:last-child) {
    margin-bottom: 100px;
}

.page-sec06 .link-btn p img {
    width: 100%;
}

.page-sec06 .link-btn img{
    width: 720px;
}

.page-sec06 .link-btn.bnr {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;

    & img {
        max-width: 450px;
    }
}

.page-sec07{
    text-align: center;
    padding: 100px 0;
}
main.matsue .img-slider img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

/* Horikawa Bettei */
.horikawa-mv{
    background-image: url('img/horikawa/mv.jpg');
}
.horikawa-belt{
    height:420px;
    background-image:url('img/horikawa/s3-bg.jpg');
    background-size:cover;
    background-position:center center;
}
.hs-addtext-box .text-img{
    text-align:center;
    margin-top:50px;
    margin-bottom:30px;
}
.hs-addtext-box .text{
    text-align:center;
    font-size:20px;
    line-height:2.4;
    /* font-family:var(--font-mincho); */
}
.hs-photosec{
    padding:120px 0;
    background:#d8c456;
}
.hs-photosec .wrap.mini{
    max-width:1070px;
}
.hs-photosec-title{
    font-size:53px;
    font-weight:bold;
    letter-spacing:0.1em;
    margin-bottom:40px;
    text-align:center;
}
.hs-amenity-attention{
    text-align:right;
    font-size:15px;
    font-family:var(--font-mincho);
}
.hs-attention--title{
    font-size:39px;
    font-weight:bold;
    font-family:var(--font-mincho);
    padding-bottom:6px;
    margin-bottom:30px;
    border-bottom:3px solid #000;
}
.hs-attention--points{
    font-size:20px;
    font-family:var(--font-mincho);
    list-style:disc;
    padding-left:1em;
    line-height:2.4;
}

.horikawa-address{
    text-align:center;
    font-size:22px;
    margin-bottom:1em;
}

.hs-slider01{
    margin:80px auto;
    max-width:1067px;
}
.hs-slider01--slide-img {
    position: relative;
}
.hs-slider01--slide-img img{
    width:100%;
}
.hs-slider01--slide-img--explain {
    bottom: 0;
    right: 0;
    background-color: #fff;
    color: #142141;
    display: inline-block;
    padding: 3px 10px;
    font-size: clamp(12px, 1vw, 14px);
}
.hs-slider01--slide-text{
    text-align:center;
    font-size:20px;
    font-family:var(--font-mincho);
    margin:.8em 0;
}
.hs-slider01--control{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:36px;
}
.hs-slider01--control .hs-slider01--btn{
    cursor:pointer;
}
.hs-slider01--control .prev{
    order:1;
}
.hs-slider01--control .slick-dots{
    order: 2;
    position: relative;
    bottom: 0px;
    width: auto;
}
.hs-slider01--control .next{
    order:3;
}
.hs-slider01--control .slick-dots li button:before{
    font-size:0px;
}
.hs-slider01--control .slick-dots li button{
    width:13px;
    height:13px;
    border:2px solid #000;
    background:transparent;
    border-radius:50%;
}
.hs-slider01--control .slick-dots li.slick-active button{
    background:#000;
}
.hs-slider02--thumbs{
    margin-top:40px;
}
.hs-slider02--thumbs-slide{
    padding:0 6px;
}
.hs-slider02--thumbs:before{
    content:'';
    position:absolute;
    width:25%;
    height:100%;
    top:0;
    left:0;
    background:linear-gradient(to right, #d8c456, transparent);
    pointer-events:none;
    z-index:2;
}
.hs-slider02--thumbs:after{
    content:'';
    position:absolute;
    width:25%;
    height:100%;
    top:0;
    right:0;
    background:linear-gradient(to left, #d8c456, transparent);
    pointer-events:none;
    z-index:2;
}
.hs-slider02--btn{
    position:absolute;
    z-index:3;
    cursor:pointer;
    width:16px;
    height:27px;
    top:50%;
    transform:translateY(-50%);
}
.hs-slider02--btn.prev{
    left:3px;
}
.hs-slider02--btn.next{
    right:3px;
}
.hs-slider02--btn img{
    vertical-align:top;
}


/* Contact Form */
.form-wrap{
    z-index: 1;
    margin-top: 50px;
}
.wpcf7 table th,
.wpcf7 table td{
    padding: 15px;
    font-size: 14px;
}
.wpcf7 table th{
    font-weight: bold;
    color: #fff;
    background-color: #142141;
}
.wpcf7 table th p,
.wpcf7 table td p{
    margin: 0;
}
.wpcf7 table th .form-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
span.must{
    font-size: 13px;
    color: #000;
    display: inline-block;
    padding: 0 5px;
    background-color: #fff;
}
.wpcf7 table td{
    background-color: #f7f7f7;
}
form input[type="file"]{
    font-size: 14px;
}
form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="number"], form textarea{
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 14px;
}
form textarea{
    width: 100%;
    resize: none;
}
.wpcf7 table{
    border-collapse: separate;
    border-spacing: 10px;
}
.submit_btn{
    margin-top: 50px;
    justify-content: center;
    display: flex;
    position: relative;
}
form .submit_btn input{
    font-weight: bold;
    width: 285px;
    padding: 19px;
    text-align: center;
    font-size: 14px;
    transition: .2s;
    -webkit-appearance: none;
}
form .submit_btn input:disabled{
    background: gray !important;
    pointer-events: none;
    border: 1px solid gray !important;
}
form .submit_btn input[type="submit"]{
    background: #142141;
    color: #fff;
    border: 1px solid #142141;
}
form .submit_btn input[type="submit"]:hover{
    opacity: 1;
    background-color: #fff;
    color: #142141;
}
form .submit_btn input[type="button"]{
    background-color: gray;
    color: #fff;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
}
div.wpcf7 .ajax-loader{
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -30px;
}
div.wpcf7-response-output {
    margin: 3em 0.5em 1em;
}
.law{
    background-color: #f7f8f8;
    margin-top: 20px;
    padding: 25px 30px;
    border: 1px solid #231815;
}
.law .text{
    font-size: 14px;
    text-align: justify;
    line-height: 2;
    margin-bottom: 10px;
}
.law .text span{
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.law .text:last-child{
    margin-bottom: 0;
}
.privacy-sec01,
.contact-sec01{
    padding: 150px 0 80px;
}
.contact-sec01 .logo-img{
    text-align: center;
    margin: 50px 0;
}
.contact-sec01 .wrap>.text.top{
    text-align: center;
}
.contact-sec01 .logo-img img{
    width: 300px;
}
.wpcf7-spinner {
    display: block;
}
body.page-id-9 #header,
body.page-id-3 #header{
    background-color: #142141;
}
.privacy-sec01 .text.top{
    margin-bottom: 30px;
}
.privacy-sec01 .sin-ul>li{
    margin-bottom: 30px;
}
.privacy-sec01 .sin-ul>li span{
    font-weight: bold;
}
.privacy-sec01 .sec-ul{
    margin-top: 10px;
}
.privacy-sec01 .sec-ul>li{
    font-size: 14px;
    padding-left: 1em;
}
.privacy-sec01 .sec-ul>li::before{
    content: "・";
    margin-left: -1em;
}

.attention {
    margin: 15px 0 0;
    text-align: center;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    border: inherit;
    padding: 0 10px;
}

.footer-link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
}

.horikawa .page-sec01 .box>dl {
    display: block;
}
.matsue .page-sec01 .box>dl {
    display: block;
}
.izumo .page-sec01 .box>dl {
    display: block;
}

.horikawa .page-sec01 .box>dl dt,
.horikawa .page-sec01 .box>dl dd {
    width: 100%;
    text-align: center;
}
.matsue .page-sec01 .box>dl dt,
.matsue .page-sec01 .box>dl dd {
    width: 100%;
    text-align: center;
}
.izumo .page-sec01 .box>dl dt,
.izumo .page-sec01 .box>dl dd {
    width: 100%;
    text-align: center;
}

.horikawa .page-sec01 .box>dl dt {
    font-size: clamp(22px, 3vw, 31px);
    color: #ffeebe;
}
.matsue .page-sec01 .box>dl dt {
    font-size: clamp(22px, 3vw, 31px);
    color: #ffeebe;
}
.izumo .page-sec01 .box>dl dt {
    font-size: clamp(22px, 3vw, 31px);
    color: #ffeebe;
}

#tripla-search-bar {
    display: grid;
    justify-content: center;
    padding: 2em 0 0;
    margin: 0;
}

#tripla-search-bar > label {
    display: block;
    text-align: center;
    font-size: 1.5em;
    margin: 0 0 0.5em 0;
    font-weight: bold;
}

#tripla-search-bar > label + p {
    text-align: center;
    font-size: 0.9em;
    margin: 0 0 0.5em 0;
    font-weight: bold;
}

#tripla-search-bar form[class^="search-widget-search-container"] {
    display: inline-block;
    width: auto;
}

#tripla-search-bar form label[class^="input-container-title"] {
    font-size: 0.9rem;
    letter-spacing: normal;

}

#scroll-to-search-form {
    position: fixed;
    bottom: 6em;
    right: 1em;
    z-index: 5;
}

#scroll-to-search-form a {
    display: flex;
    width: 5rem;
    height: 5rem;
    background: #142141;
    color: #ffffff;
    line-height: 1.5;
    align-items: center;
    padding: 0.5rem;
    box-sizing: content-box;
    border-radius: 100px;
    text-align: center;
    font-size: 0.8em;
    justify-content: center;
    border: 1px solid #ffffff;
}

li.hs-attention--points-li {
    font-size: clamp(14px, 2vw, 16px);
    font-weight: bold;
}

.hs-attention--text {
    font-size: clamp(14px, 2vw, 20px);
    margin-bottom: 30px;
}


.pc {
    display: block;
}
.sp {
    display: none;
}

@media all and (-ms-high-contrast: none) {
    .footer-menu {
        width: 80%;
    }
}

@media screen and (max-width: 991px){

    .cat-content .post-header, article.page .post-header, article.post .post-header{
        padding: 0;
    }
    .post-title{
        font-size: 24px;
    }
    article.page .post-content{
        padding: 0;
    }
    .post-content h3{
        font-size: 18px;
    }
    .wrap, .one-column #content .wrap{
        margin: 0;
    }
    .post-content ul, .post-content ol{
        margin-left: 0;
    }

    .link-btn .child {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .link-btn .child li a {
        padding: 0;
    }
    .link-btn .child li a img {
        max-width: 300px;
    }

    .footer-link {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 767px){
    .wrap{
        overflow: initial;
    }
    .table-grad:after{
        display: none;
    }
    .table-wrap{
        white-space: normal;
        margin-bottom: 0;
    }
    .post-title{
        font-size: 18px;
    }
    .post-content ul li, .post-content ol li{
        line-height: 1.8;
    }
    .post-content p, .post-content ul, .post-content ol, .post-content dl, .post-content blockquote, .post-content pre, .post-content table{
        font-size: 14px;
        line-height: 1.8;
    }
    .one-column #content .wrap{
        width: 100%;
    }
    .post-content h3{
        font-size: 16px;
        line-height: 1.8;
        margin: 20px 0;
        padding: 10px 0;
    }
}


@media screen and (max-width: 767px){
    .wpcf7 table{
        border-collapse: collapse;
        border-spacing: 0;
    }
    .wpcf7 table th,
    .wpcf7 table td{
        width: 100%;
        display: block;
        white-space: normal;
        font-size: 14px;
    }
    form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="number"], form textarea{
        width: 100%;
    }
    .privacy-sec01,
    .contact-sec01{
        padding: 130px 0 50px;
    }
    .contact-sec01 .wrap>.text br{
        display: none;
    }
    .contact-sec01 .wrap>.text{
        font-size: 14px;
        text-align: left;
    }
    .law{
        padding: 15px;
    }
    .privacy-sec01 li{
        font-size: 14px;
    }

    .page-sec01 .box dl dd {
        text-align: center;
        width: 100%;
    }

    .page-sec01 .box dl dt {
        width: 100%;
        display: block;
    }

    .link-btn .child {
        grid-template-columns: 1fr;
        gap: 10px;
        max-width: 350px;
        margin-inline: auto;
    }

    .link-btn .child li {
        width: 100%;
        padding: 5px 0;
    }

    .link-btn .child li a img {
        max-width: 230px;
    }


    #footer .flex .footer-link .child li a {
        display: inline;
    }

    .pc {
        display: none;
    }
    .sp {
        display: block;
    }

    .footer-link {
        grid-template-columns: repeat(2, 1fr);
        place-items: center;
    }
}

.inline-block {
  display: inline-block;
}
.center {
  text-align: center;
}
.add-section.n1 {
  padding-bottom: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem);
  & p {
    font-size: clamp(0.875rem, 0.784rem + 0.39vw, 1.25rem);
    font-weight: bold;
  }
}



/* 20250923 add */
:root {
  --color-orange: #c64e26;
}
/* TOP */
.home-sec05.news {
  margin-top: -3.5vw;
}

.home-intro {
  padding-top: 50px;
}
.home-intro .title-text {
  margin-top: 0;
  margin-bottom: 40px;
  &::after {
    content: none;
  }
}
.home-intro small {
  font-size: 14px;
}

.home-sec04 {
  padding: 250px 20px 100px;
}
.home-sec04__grid.v2 {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4vw;
}
.home-sec04__grid.v2 .item {
  position: relative;
}
.home-sec04__grid.v2 .item.n2,
.home-sec04__grid.v2 .item.n5 {
  top: -30%;
}
.home-sec04__grid.v2 .item .item-meta {
  margin-top: -6px;
}
.home-sec04__grid.v2 .item .item-meta img {
  max-width: 130px;
  margin: 10px auto 5px;
}
.home-sec04__grid.v2 .item .item-meta p {
  font-size: 18px;
}

/* COMMON */
.page-mv-item img {
  max-width: 370px;
}
.address {
  font-size: 20px;
}
.address span {
  display: block;
  font-size: 16px;
  text-align: center;
}
.access-info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
}
.access-info img.walk {
  max-width: 16px;
}
.access-info img.car {
  max-width: 30px;
}

/* SECTION - AROMA - */
.page-sec-aroma {
  max-width: 1010px;
  margin: 100px auto;
}
.page-sec-aroma h3.text.top {
  text-align: center;
  margin-bottom: 20px;
  font-size: 39px;
  letter-spacing: 0;
}
.page-sec-aroma h3.text.top span {
  font-size: 58px;
}
.page-sec-aroma .text small {
  font-size: 14px;
}
.aroma-grid-content {
  display: grid;
  grid-template-columns: repeat(2 , 1fr);
  gap: 80px 40px;
  margin: 50px 0;
}
.aroma-grid-item {

}
.aroma-grid-item__text {
  font-size: 18px;
  text-align: center;
  & .product-name {
    display: block;
    font-size: 16px;
  }
}
.aroma-grid-item__detail {
  border: 1px solid var(--color-orange);
  padding: 20px;
  margin-top: 20px;
}
.aroma-grid-item__detail-title {
  display: block;
  color: var(--color-orange);
  text-align: center;
}

/* PRODUCT AROMA CONTENT */
.product-aroma-content {
  margin-bottom: 100px;
}
.product-aroma-content__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.product-aroma-content__item {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
}
.product-aroma-content__item-detail {
  margin-top: 20px;

  & .title {
    font-size: 24px;
    text-align: left;
    padding: 0;
    margin: 0;
    & span {
      display: block;
      font-size: 16px;
      line-height: 1;
    }
  }
  & .text {
    margin-top: 10px;
    min-height: 130px;
  }
  & .price {
    font-size: 18px;
  }
  & small {
    font-size: 14px;
  }
}

/* ADD BANNER */
.bnr-tabiiro {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 500px;
  width: 60vw;
  min-width: 280px;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.bnr-tabiiro.hidden {
  opacity: 0;
  visibility: hidden;
}
.bnr-tabiiro__close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  font-size: 32px;
  color: #fff;
  line-height: 32px;
  letter-spacing: initial;
  border-radius: 50%;
  background: #142141;
  display: grid;
  place-items: center;
  z-index: 10;
  cursor: pointer;
}