@charset "UTF-8";
/*
Theme Name: amorust.jp
Theme URI: https://amorust.jp/
Description: AmoRusT WEBサイト用テーマ
Author: Yuya Kitagawa
Author URI: https://amorust.jp/
Version: 0.0.1
*/
/* all display
-------------------------------------------------- */
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/


*,*::before,*::after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}

.active {display: block !important;}
body { font-family: "Meiryo","Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", sans-serif;  background: #fff; line-height: 1.5}
a { color: #000; text-decoration: none; transition:all 0.1s ease-out;}
a:hover {text-decoration: underline; opacity: 0.5; transition:all 0.1s ease-out;}
p { margin-bottom: 20px; font-size: 0.9rem; letter-spacing: .06em; line-height: 1.8;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
h1 {text-align: center; font-size: 32px;}
h2 { font-size: 24px; margin-bottom: 40px;}
h3 {margin-bottom: 30px;}
time {display: block; color: #bbb; font-size: small;;}
.sponly {display: none;}
figure img {width: 100%; height: auto;}
.btn {max-width: 300px; width: 100%; margin: 60px auto; text-align: center;}
.btn a {display: block; border: solid 1px #000; height: 60px; line-height: 58px; text-align: center; position: relative; color: #000;}
.btn a:hover { text-decoration: none;}
.btn a::after {position: absolute; top: 20px; right: 10px; content: '>'; line-height: 1; color: #000;}
.btn-reserve a,
.btn-contact a,
.btn-business a {position: relative; line-height: 46px;}
.btn-reserve a::before,
.btn-contact a::before,
.btn-business a::before { position: absolute; left:50%; bottom: 14px; line-height: 1; transform: translateX(-50%); font-size: 9px;}
.btn-reserve a::before {content: 'ご予約';}
.btn-contact a::before {content: 'お問い合わせ';}
.btn-business a::before {content: '企業・団体での導入';}
.has-small-font-size {font-size: x-small;}
.list-default {margin: 0 50px 30px 80px; padding: 0;}
.list-default li {margin-bottom: 10px;}
.txt-commingsoon {margin-top: 100px;}
@media screen and (max-width: 768px) {

  .sponly {display: inline;}
}

#wrapper {position: relative; overflow: hidden;}

.logged-in #header_wrapper { top: 32px;}
#header_wrapper {position: fixed; top: 0; height: 60px; width: 100%; overflow: hidden; z-index: 1000; background: #fff;}

#header {display: flex;justify-content:space-between; max-width: 1280px; margin: 0 auto;}
#header #logo h1 {font-size: 20px; display: inline-block; margin-top: 15px; margin-left: 30px;}
#header #head_nav ul {display: flex; list-style: none; margin-top: 15px; margin-right: 30px;}
#header #head_nav ul li {margin-left: 20px;}
#header #head_nav ul li:first-child {display: none;}
#header #head_nav ul li:last-child {font-size: 10px;}
#header a:hover {text-decoration: none;}
#hamburger {display: none;}

@media screen and (max-width: 768px) {
  #wpadminbar {display: none;}
  .logged-in #header_wrapper { top: 0;}
  .logged-in #wrapper {margin-top: -46px;}

  #header_wrapper {position: fixed; top:0; width: 100%; margin: 0 auto; height: 60px; z-index: 2;}
  #header {position: relative; width: 100%;}

  #header #logo {}
  #header #logo h1 {font-size: 18px;}
  #header #logo img {height: 40px; width: auto;}


  #header #head_nav { overflow: hidden; background: rgba(255,255,255,0.7); opacity: 0; transition:all 0.1s ease-out; }
  #header #head_nav.active {position: fixed; top: 0; right: 0; width: 100%; height: 100vh; opacity: 1; filter: blur(0); backdrop-filter: blur(12px); transition:all 0.1s ease-out; z-index: 100;}
  #header #head_nav nav { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 200px; background: rgba(255,255,255,0.95); height: auto; opacity: 0; transition:all 0.1s ease-out; box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);}
  #header #head_nav.active nav { opacity: 1; transition:all 0.1s ease-out;}
  #header #head_nav ul {padding: 0; margin-top: 20px; margin-right: 0; flex-wrap: wrap;}
  #header #head_nav ul:before,
  #header #head_nav ul li:after {content: none;}
  #header #head_nav ul li {line-height: 1; margin: 0 20px 20px; width: 100%;}
  #header #head_nav ul li a {display: block; font-size: 10px; padding: 10px 0; text-align: center; color: #000;}
  #header #head_nav ul li:first-child {display: block;}


  #hamburger {display: block; position: absolute; right: 30px; top: 10px; width: 26px; height: 32px; margin-top: 4px; cursor: pointer; z-index: 100;}
  #hamburger span {position: relative;}
  #hamburger span:after {position: absolute; content:''; display: block; height: 1px; width: 26px; background-color: #000;transition:all 0.1s ease-out;}
  #hamburger span:nth-child(1):after {top: 6px;}
  #hamburger span:nth-child(2):after {top: 15px;}
  #hamburger span:nth-child(3):after {top: 24px;}
  #hamburger.active span:nth-child(1)::after {top: 15px; transform: rotate(45deg);}
  #hamburger.active span:nth-child(2) {display: none;}
  #hamburger.active span:nth-child(3)::after {top: 15px; transform: rotate(-45deg);}
}



#contents_wrapper {padding: 60px 0 0; position: relative; /*z-index: 1;*/ min-height: 100vh;}
#contents_inner {max-width: 800px; margin: 0 auto 80px;}
#contents_inner h1 {padding-top: 80px; margin-bottom: 80px; text-align: center;}
#contents_inner h2 {margin-top: 80px; margin-bottom: 40px;}
.sub-h {font-size: 10px; text-align: center;}
.inner > div {width: 100%; max-width: 1280px; margin: 0 auto;}

@media screen and (max-width: 768px) {
  #contents_inner {margin-left: 5%; margin-right: 5%;}
  #contents_inner h2 { font-size: 1.17em; margin-top: 60px; margin-bottom: 60px;}
  #contents_inner h3 {font-size: 1.1em;}
}


/* HOME */
.home article > h1 {display: none;}
.home article > .wp-block-group {
  width: 90vw;
  margin: 0 5vw;
}
.home article > .wp-block-group:first-child {
  width: 100vw;
  margin: 0;
}

.home #header_wrapper.layer-mv {background: none;}
.home #header_wrapper.layer-mv a {color: #fff;}
.home #header_wrapper.layer-mv #hamburger span:after {background-color: #fff;}

.home #contents_wrapper {padding-top: 0;}

.home h2 {margin-top: 160px; font-size: 26px;}
.home .sub-h {text-align: left;}

/* HOME MainVisual */
.mainvisual {position: relative;}
.mainvisual > div {position: absolute; top: 0; height: 100vh; width: 100%; background-color: rgba(0,0,0,0.4); overflow: hidden;}
.mainvisual + * {padding-top: 100vh;}
.mainvisual .mv-title {position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); font-size: 9vw; text-align: center; line-height: 1; color: #fff; width: 100%; opacity: 0.9;}
.mainvisual .mv-title strong {font-weight: normal;}
.mainvisual h2 { margin: 30vh 5% 0 60%; font-size: 32px; color: #fff;}
.mainvisual h3 { margin: 40px 5% 0 60%; padding-left: 0.3%; font-size: 16px; color: #fff; line-height: 2.2;}
.mainvisual ul {position: absolute; top: 80px; right: 0; width: 200px; list-style: none; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; -ms-writing-mode: tb-lr; writing-mode: vertical-lr;}
.mainvisual ul li {height: 100%;}
.mainvisual .btn {position: absolute; right: 0; margin: 0; max-width: 200px;}
.mainvisual .btn-reserve {bottom: 120px; }
.mainvisual .btn-business {bottom: 40px;}
.mainvisual figure {position: absolute; top: 0; height: 100vh; width: 100%; z-index: -1; overflow: hidden;}
.mainvisual figure img {height: 100%; width: 100%; object-fit: cover;}
.mainvisual figure{
  /* 追記 */
  opacity: 0;
  animation-name: fade;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}
@keyframes fade {
  0%{ opacity: 0; transform: scale(1.1);}
  10%{ opacity: 1; }
  50%{ opacity: 1; z-index: -2; }
  60% {opacity: 0; transform: scale(1.0);}
  100%{ opacity: 0;}
}
/* 1枚目のスライド */
.mainvisual figure:first-of-type{ }
/* 2枚目のスライド */
.mainvisual figure:nth-of-type(2){ animation-delay: 6s;}

@media screen and (max-width: 1360px) {
  .mainvisual h1,
  .mainvisual h2 {left: 40px;}
  .mainvisual ul,
  .mainvisual .btn {right: 40px;}
}
@media screen and (max-width: 768px) {
  .mainvisual .mv-title  {
    font-size: 16vw;
    width: 94%;
    text-align: left;
  }
  .home .mainvisual h2 {
    margin-top:44vh;
    margin-left: 5%;
    margin-right: 5%;
  }
  .home .mainvisual h3 {
    font-size: 3vw;
    margin-left: 5%;
    margin-right: 5%;
  }
}


/* HOME Project */
.home-project {
  position: relative;
}
.home-projectlist {
  display: flex;
}
.home-projectlist > div {
  width: 30%;
  margin-right: 5%;
}
.wp-block-cloudcatch-splide-carousel {
  overflow: hidden;
}
.wp-block-cloudcatch-splide-carousel > * {
  width: 180%;
  margin: 0 -40%;
}

.wp-block-splide-carousel .splide__slide > div {
  position: relative;
}
.wp-block-splide-carousel .splide__slide .block-txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.wp-block-splide-carousel .splide__slide .block-txt h3 {
  margin: 2% 5%;
  color: #fff;
  font-size: 22px;
}

.home-feature {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: #d8e7dd;
  padding: 5vw 0;
}
.home-feature > * {
  width: 90vw;
  margin: 0 5vw;
}

.circle-wrap {
  position: absolute;
  bottom: 40px;
  right: -120px;
  width: 320px;
  height: 320px;
}
.circleText {
  overflow: visible;
  animation: rotation 18s linear infinite;
}
.circleText {
  fill: none;
}
.circleText__text {
  fill: #000;
  font-size: 10px;
  letter-spacing: 0.09em;

}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
  .home .home-project h2 {
    margin-top: 500px;
  }
  .home-projectlist {
    display: block;
  }
  .home-projectlist > div {
    width: 100%;
    margin-bottom: 100px;
  }
  .wp-block-cloudcatch-splide-carousel {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .wp-block-cloudcatch-splide-carousel > * {
    width: 300vw;
    margin: 0 -100vw;
  }
  .wp-block-splide-carousel .splide__slide .block-txt h3 {
    font-size: 4vw;
  }

  .circle-wrap {
    top: 110vh;
    bottom: auto;
    right: -35vw;
    width: 70vw;
    height: 70vw;
  }
}

/* HOME Salon */
.home-salon > div {position: relative; max-width: 640px;}
.home-salon figure {width: 400px; height: 300px; overflow: hidden; position: absolute; right: -320px; top: 100px; z-index: -1;}
.home-salon p {max-width: 640px;}
.home-salon .btn {max-width: 300px;}

/* HOME Message */
.home-message > div {position: relative; max-width: 640px;}
.home-message figure {width: 280px; height: 380px; overflow: hidden; position: absolute; left: -320px; top: -50px; z-index: -1;}
.home-message figure img {height: 100%; width: auto; object-fit: cover;}
.home-message p {max-width: 640px;}
.home-message .btn {max-width: 300px;}

/* HOME News */
.home-news {
  width: 86vw;
  margin: 0 7vw;
}
.home-news .wp-block-query {min-height: 40vw;}
.home-news ul {padding-left: 45%;}
.home-news li {display: flex;}
.home-news figure {width: 20%;}
.home-news li > div { margin-left: 5%; width: 45%;}
.home-news h2 {margin-top: 60px;}
.home-news time {text-align: left;}
.home-news h3 {text-align: left; font-size: 16px; margin-bottom: 0;}
.home-news ul {margin: 0;}
.home-news li {border-bottom: solid 1px #eee; padding: 30px 0;}
.home-news li:first-child {
  float: left;
  margin-left: calc(-90vw* 0.45);
  width: calc(90vw* 0.4);
  display: block;
  border: none;
  padding-top: 0;
}
.home-news li:nth-of-type(2) {
  padding-top: 0;
}
.home-news li:first-child figure {
  width: 100%;
}
.home-news li:first-child > div {
  margin-left: 0;
  margin-top: 30px;
  width: 100%;
}
.wp-block-post-terms {
  display: inline;
  font-size: 70%;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 1px;
}
.wp-block-post-terms a {
  color: #abc1af !important;
}
.wp-block-post-date {
  display: inline;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 1px;
}
.home-news time {
  font-size: 70%;
  display: inline;
}

.home-pickup ul{
  display: flex;
  justify-content: space-between;
}
.home-pickup li {
  width: 48%;
}
.home-pickup li:first-child {
  margin-bottom: 10%;
}
.home-pickup h3 {
  margin-top: 4%;
  margin-bottom: 0;
}

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

  .home #header_wrapper {display: flex;}
  .home #header_wrapper.layer-mv {background: none;}
  .home h2 {margin-top: 60px; font-size: 26px;}

  /* HOME MainVisual */
  .mainvisual h1 {top: 10vw; bottom: auto; left: 8vw; font-size: 4vw; display: none;}
  .mainvisual h2 {top: 30vw; right: 8vw; font-size: 4vw;}
  .mainvisual ul {display: none;}
  .mainvisual figure {width: 100%;}
  .mainvisual .btn {left: 50%; right: auto; transform: translateX(-50%);}

  /* HOME Salon */
  .home-salon > div,
  .home-message > div {overflow: hidden; padding-bottom: 100px;}
  .home-salon .sub-h,
  .home-message .sub-h {margin-left: 30px; margin-bottom: 250px;}
  .home-salon h3,
  .home-message h3 {margin-bottom: 30px; font-size: 16px; line-height: 1.8; text-align: center;}
  .home-salon figure,
  .home-message figure {width: 100%; right: 0; left: 0; top: 0; height: 300px;}
  .home-salon p,
  .home-message p {margin-left: 80px; margin-right: 80px;}
  .home-salon .btn,
  .home-message .btn {width: auto;}

  /* HOME Message
  .home-message h2,
  .home-message p {margin-left: 50vw;}
  .home-message figure {left: 0;} */

  /* HOME News */
  .home-news h3 { 
    font-weight: bold;
    margin-bottom: 4%;
    line-height: 1.3;
  }
  .home-news ul {width: 100%; padding: 0;}
  .home-news li {
    width: 100%;
    display: block; 
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10%;
  }
  .home-news li:first-child {
    float: none;
    margin-left: 0;
    width: 100%;
    display: flex;
    border: none;
    padding-top: 0;
  }
  .home-news li:first-child figure,
  .home-news li figure {
    width: 55%;
  }
  .home-news li > div {
    margin-left: 0;
    width: 40%;
    line-height: 1;
  }
  .home-news li:first-child > div {
    margin-top: 20px;
    margin-left: 0;
    width: 40%;
  }

  .home-pickup h3 {
    margin-bottom: 3%;
  }

}

/* about */

@media screen and (max-width: 768px) {
  .box-about {margin-bottom: 100px;}
  .dl-base .dt-hiroshima {border: none; padding-top: 0;}

  .box-support p {text-align: left;}
}




#contents_inner .form-wrapper { padding: 0;}
.form-wrapper {padding: 80px 0 0; background: #D0C6C0;}
.form-wrapper h2 {text-align: center; font-size: 48px; color: #706C69;}
.form-subttl {text-align: center; margin-bottom: 80px;}
.form-wrapper form > p {margin-bottom: 0;}
form {position:relative;}
/*.form-wrapper p { text-align: center;}*/
.wp-block-contact-form-7-contact-form-selector {max-width: 800px; margin: 0 auto 60px;}
.form-wrapper dl {border-bottom: solid 1px #FFF; display: flex; flex-wrap: wrap; max-width: 800px; margin: 0 auto;}
.form-wrapper dl dt,
.form-wrapper dl dd {border-top: solid 1px #FFF; padding: 10px;}
.form-wrapper dl dt {width: 35%; padding-top: 15px;}
.form-wrapper dl dd {width: 65%;}
.form-wrapper dl dt p,
.form-wrapper dl dd p{margin-bottom: 0;}
/*必須アイコン*/
.require {background: #ccc; font-size: 10px; padding: 6px; float: left; margin-right: 5px; line-height: 1;}

.timing {display: flex; flex-wrap: wrap;}
.timing > span {width: 32%; background: #FFF; padding: 6px 10px; margin: 0 2% 10px 0;}
.timing > span:nth-of-type(3) { margin-right: 0;}
.dd-name p {display: flex; justify-content: space-between;}
.dd-name span:first-child input[type="text"].name {width: calc(100% - 10px);}
.dd-zip input[type="tel"],
.dd-pref input[type="text"] {width: 100px; min-width: 0;}
.dd-zip span::before {content: '〒';}

.dd-birth p {display: flex;}
.dd-birth p > span {margin-left: 10px;}
.dd-birth p > span:nth-of-type(1) {margin-left: 0;}
.dd-birth select {min-width: 40px; width: auto; text-align: right;}
.dd-birth select:nth-of-type(1) {min-width: 50px;}
.agreement {background: #eee; padding: 20px 20px 1px; text-align: center; margin: 0 50px;}
.agreement .wpcf7-list-item {margin-left: 0;}
.agreement p {margin-left: 0 !important; margin-right: 0 !important;}
/*button*/
.wpcf7-submit {-webkit-appearance: none;
appearance: none; display: block; width: 100%; max-width: 300px; margin: 40px auto; height: 60px; color: #FFF; background: #7AC798; border:none; border-radius: 6px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); font-size: 16px;}

textarea,
input[type="email"],
input[type="date"],
input[type="tel"],
input[type="text"] { min-width: 100px; width: 100%; padding: 6px; margin-right: 10px; border-radius: 0; border: solid 1px #FFF; background: #eee; font-size: 16px;}
select {padding: 6px; width: 100%; min-width: 200px; -webkit-appearance: none; -moz-appearance: none; appearance: none; border:none; color: #000; background: #eee; font-size: 16px;}
/*
.select-wrap { position: relative;}
.select-wrap::after {
  font: var(--fa-font-solid);
  font-weight: 600;
  content: '\f078';
  position: absolute;
  top: 5px;
  right: 10px;
  color: #000;
  font-size: 10px;
}
*/
.checkboxlist .wpcf7-list-item {display: block;}

.wpcf7 form .wpcf7-response-output { border: none;}
.wpcf7 form.invalid .wpcf7-response-output,
input[type="email"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="text"].wpcf7-not-valid {border: solid 1px #f00}
span.wpcf7-not-valid-tip {font-size: 12px;}
.wpcf7 form .wpcf7-response-output {margin-left: 30px; margin-right: 30px; background: #FFF;}

.wpcf7-spinner {display: block !important; margin: 0 auto 0 !important; }
.wpcf7-file {margin-top: 10px;}

.cf7-cf-turnstile {position: relative; height: 85px;}
.cf7-cf-turnstile > div {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}
#autozip {
  width: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  background: none !important;
}

/*規約チェック*/
.terms {max-width: 500px; margin: 40px auto 0; padding: 20px 20px 1px; text-align: center; font-size: 12px; background: #FFF;}
.terms > span {display: block; margin-top: 20px;}
.terms a { text-decoration: underline;}

.wp-block-contact-form-7-contact-form-selector,
  .form-wrapper dl {width:100%;}

@media screen and (max-width: 768px) {
  #contents_inner .form-wrapper > div {padding: 0;}
  .form-wrapper {padding: 40px 0;}
  .form-wrapper h2 {font-size: 20px; line-height: 1.2; margin-bottom: 20px;}
  .form-subttl {margin-bottom: 40px;}
  .btn-send {max-width: 300px;}

  .form-wrapper dl {border: none;}
  .form-wrapper dl dt,
  .form-wrapper dl dd {width: 100%;}
  .form-wrapper dl dt {border: none; font-size: 14px; padding-bottom: 5px;}
  .form-wrapper dl dd {border: none; padding-top: 0;}
  .require {float: none; margin-left: 10px; padding: 3px 4px;}
  .timing > span {width: 49%;}
  .timing > span:nth-child(3n) {margin-right: 2%;}
  .timing > span:nth-child(2n) {margin-right: 0;}
  .dd-name span {width: 49%;}
  input[type="text"].name {min-width: 50px;}
  select,
  input[type="email"],
  input[type="tel"],
  input[type="text"],
  textarea {border: none; width: 100%;}
  .wpcf7-list-item span {font-size: 12px;}
  .terms {border: none; background: #FFF;}
  .agreement {margin: 0;}
}

.post-thumbnail {margin-bottom: 60px;}
.post-thumbnail img {height: auto; width: 100%;}

/*campany*/
.dl-base {max-width: 800px; margin: 0 auto; display:flex; flex-wrap: wrap; border-bottom: solid 1px #666; margin-bottom: 80px;}
.dl-base dt, .dl-base dd { border-top: solid 1px #666; padding: 20px 0;}
.dl-base dt {width: 30%;}
.dl-base dd {width: 70%;}
.dl-base dt p { position: relative; padding-right: 40px; margin-top: 10px;}
.dl-base dt .require { position: absolute; right: 0; top: 0;}
.dl-base dd .wpcf7-checkbox {display: block; margin-top: 10px;}
@media screen and (max-width: 768px) {
  .dl-base dt, .dl-base dd { width: 100%; font-size: 12px;}
  .dl-base dt {padding-bottom: 10px;}
  .dl-base dd { border-top: none; padding: 0 0 20px;}
  .dl-base dt p {margin: 0;}
  .dl-base dt .require {position: relative;}
}


/*terms privacy*/
.privacy-contact { background: #FFF; padding: 20px 40px; margin: 60px 0;}
.privacy-date {text-align: right; margin-bottom: 80px;}
@media screen and (max-width: 768px) {
  .privacy-contact {padding: 20px 20px 1px;}
  .privacy-contact h3 { font-size: 14px; margin-bottom: 20px;}
}

/*404*/
.error404 #contents_inner p {text-align: center; margin-bottom: 80px;}

/*news*/
.single-header {
  padding: 10% 5%;
}
#single-news h1 {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: .04em;
  padding: 0;
  margin: 0;
  text-align: left;
}
.single-header-info {
  font-size: 0.8rem;
  margin-top: 0.5rem;
}
.editor {
  font-weight: bold;
  margin-bottom: 0.6rem;
}
.date {
  color:#898989;
}
.category {
  color: #abc1af;
  margin-right: 0.2rem;
}
.single-contets {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  /*margin: 0 -5%;*/
  padding: 5%;
  background: #f6f6f6;
  border-top: solid 1px #ddd;
}
.single-contets .inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.eyecatch-caption-text,
.wp-element-caption {
  font-size: 0.8rem;
  color: #888;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.list-scroll {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto;
  list-style: none;
  padding: 0;
  justify-content: center;
}
.list-scroll a {
  display: inline-block;
  width: 200px;
  padding: 15px 20px 20px 20px;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 20px;
  text-decoration: none;
  position: relative;
}
.list-scroll a::after {
  position: absolute;
  content: '∨';
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 8px;
}
.list-scroll li:first-child {
  width: 100%;
}
.list-scroll li:first-child a {
  padding: 20px 20px ;
  border: solid 1px #000;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 400px;
  width: 100%;
}
.list-scroll li:first-child a::before {
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
  content: "\f1c1";
  bottom: auto;
  margin-right: 10px;
}
.list-scroll li:first-child a::after {
  display: none;
}
.list-scroll li:last-child a {
  margin-right: 0;
}
#wrapper .box-event-shoplist {
  display: flex;
  flex-wrap: wrap;
}
#wrapper .box-event-shoplist > * {
  padding: 0 30px;
  max-width: 860px;
  margin: 0 auto;
}
#wrapper .box-event-shoplist {
width: 100vw;
margin: 0 calc(50% - 50vw);
}

.box-event-shoplist .has-small-font-size {
  margin-bottom: 0;
}
.box-event-shoplist h3 {
  margin-bottom: 0;
  font-weight: bold;
}
.box-event-shoplist em {
  font-size: 80%;
  font-style: normal;
}
.box-event-shoplist h2,
.box-event-shoplist h2 + p {
  width: 100%;
}
.box-event-shoplist h2 + p {
  font-size: 13px;
  margin: -40px 0 30px;
}
.box-event-shoplist > div > div {
  display: flex;
  margin-bottom: 40px;
  position: relative;
}
.box-event-shoplist > div > div > *:first-child {
  width: 24%;
}
.box-event-shoplist > div > div > *:last-child {
  width: 72%;
}
.box-event-shoplist figure {
  margin-right: 4%;
}
.ico-food,
.ico-kitchencar,
.ico-goods,
.ico-workshop,
.ico-information,
.ico-art {
  position: absolute;
  top: -10px;
  left: -10px;
  background: #eee;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.box-food {background-color: rgba(219,185,164,0.2); background-color: #e3dedc;}
.box-kitchencar {background-color: rgba(137,152,140,0.2);background-color: #c9e6cf}
.box-goods {background-color: rgba(255,241,0,0.2);}
.box-workshop {background-color: rgba(191,169,172,0.2);}
.box-stage {/*background-color: rgba(35,24,21,1); color: #fff;*/ background-color: #333; color: #fff; }
.ico-food {background-color: #DBB9A4;}
.ico-kitchencar {background-color: #89988C;}
.ico-goods {background-color: #FFF100;}
.ico-workshop {background-color: #BFA9AC;}
.ico-stage {background-color: #231815;}
.ico-information {background-color: #F4A892; font-size: 20px !important;}
.ico-art {background-color: #fff; border: solid 1px #000; font-size: 10px !important;}
.list-scroll li:nth-of-type(2) a {
  background-color: #DBB9A4;
}
.list-scroll li:nth-of-type(5) a {
  background-color: #89988C;
}
.list-scroll li:nth-of-type(3) a {
  background-color: #FFF100;
}
.list-scroll li:nth-of-type(4) a {
  background-color: #BFA9AC;
}
.list-scroll li:nth-of-type(6) a {
  background-color: #231815;
  color: #fff;
}
.box-event-shoplist .time {
  margin-bottom: 20px;
}
.box-event-shoplist .time-h {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}
.mt-s {margin-top: 10px !important;}
.mb-0 {margin-bottom: 0 !important;}
.box-event-shoplist .time::before {
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f017";
  margin-right: 5px;
}

.box-event-shoplist strong {
  font-size: 10px;
  display: block;
  margin-bottom: -20px;
}
.box-event-shoplist ul {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 20px;
  list-style: none;
  font-size: 13px;
}
.box-event-shoplist ul .hot::after {
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f816";
  color: #d00;
  margin-left: 5px;
}
.box-event-shoplist ul .smile::after {
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f118";
  color: rgb(255, 216, 40);
  margin-left: 5px;
}
.box-event-shoplist li::before {
  content: '・';
}
.box-stage h3.mb {
  margin-bottom: 30px !important;
}


@media screen and (max-width: 768px) {
  .box-event-shoplist h2 + p {
    margin-top: -60px;
  }
  .list-scroll {
    margin: 0 0 20px;
    display: block;
  }
  .list-scroll a {
    width: 100%;
    font-size: 12px;
    margin-right: 10px;
  }
  #contents_inner .box-event-shoplist h3 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .box-event-shoplist p {
    font-size: 12px;
  }
  .box-event-shoplist .has-small-font-size,
  .box-event-shoplist .time {
    font-size: 10px;
    letter-spacing: 0;
  }
  .box-event-shoplist > div > div > *:first-child {
    width: 38%;
  }
  .box-event-shoplist > div > div > *:last-child {
    width: 58%;
  }
  .box-event-shoplist ul {
    font-size: 10px;
    margin-bottom: 10px;
  }
}

/*CTR*/
#ctr {background: #eee; padding: 80px 0; min-height: 500px;}
#ctr .inner > div {display: flex;}
#ctr h1 {text-align: left;}
#ctr h2 {margin-top: 40px; font-size: 18px;}
.flex-l {width: 60%;}
.flex-r {width: 40%;}
/*footer*/
#footer_wrapper {text-align: center; padding: 30px 0; clear: both; background: #fff;}
#footer ul {padding: 0; font-size: 12px; margin-bottom: 10px;}
#footer li {list-style: none; display: inline-block; padding-left: 30px;}
#footer nav li:last-child {display: none;}
copy {display: block; color: #666; font-size: 12px;}
@media screen and (max-width: 768px) {
  #footer_wrapper {  text-align: left;}
  #footer li {display: block; margin-bottom: 10px; font-size: 10px;}
  copy {margin: 30px 30px 0; text-align: center; color: #333;}
}


#footernav {display: none;}
@media screen and (max-width: 768px) {
  #footernav {display: block; position: fixed; bottom: 0; width: 100%; z-index: 9999;}
  #footernav ul {padding: 0; display: flex; width: 100%; border-top: solid 1px rgba(0,0,0,0.1);}
  #footernav ul li {list-style: none;}
  #footernav ul li.fnav-entry {width: calc(( 100% - 70px ) / 2);}
  #footernav ul li.fnav-line {width: calc(( 100% - 70px ) / 2);}
  #footernav ul li.fnav-entry a {background-color: #DDD5C7;}
  #footernav ul li.fnav-line span {background-color: #C7BBB4;}
  #footernav ul li.fnav-pagetop {width: 70px;}
  #footernav ul li.fnav-pagetop a {background-color: #C2C3C5;}
  #footernav ul li a, #footernav ul li span {display: block; width: 100%; height: 60px; color: #000; text-align: center; cursor: pointer; font-size: 10px; padding-top: 16px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;}
  #footernav ul li i {display: block; font-size: 20px;}
  #footernav ul li.fnav-line i {font-size: 24px;}
  #footernav ul li.fnav-line span {padding-top: 12px;}
}

#pagetop {text-align: center; font-size: 12px; line-height: 1; display: none;}
#pagetop a {position: fixed; right: 20px; bottom: 30px; width: 30px; height: 30px; border-radius: 50%; color: #FFF; text-decoration: none; background: #abc1af; z-index: 0;}
#pagetop a::before {font: var(--fa-font-solid);
font-weight: 600;
content: '\f077'; display: block; padding-top: 10px;}



.start,
.start2 {
	background: #FFF;
	position: fixed !important;
	top: 0;
	left: 0;
  right: 0;
  bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p,
.start2 p {
	position: fixed !important;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}
.hidden {display: none;}

.postid-143 #contents_inner h1,
.postid-488 #contents_inner h1 {
  color: #125E31
}
/*
.postid-143 #contents_inner h1::after {
  content: '';
  display: block;
  background: url("https://amorust.jp/wp-content/uploads/2024/11/map2@2x.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 75vw;
  max-height: 600px;
  overflow: hidden;
}
  */

.postid-143 #footer_wrapper nav,
.postid-143 #header_wrapper {display: none !important; }

.postid-143 #contents_wrapper {padding-top: 0 !important;}
.postid-143 .btn a,
.postid-488 .btn a {
  line-height: 60px;
}
.postid-143 .btn a::after,
.postid-488 .btn a::after {
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
  content: '\f077';
  right: auto;
  left: 49%;
  top: 5px;
  font-size: 10px;
}
.postid-143 #sns,
.postid-488 #sns {
  text-align: center;
  margin-top: 60px;
}
.link-insta {
  text-align: center;
  font-size: 10px;
  margin-top: 40px;
}
.link-insta i {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  #contents_inner > * {
    position: relative;
  }
  .postid-143 #contents_inner .post-thumbnail.js_fixed,
  .postid-488 #contents_inner .post-thumbnail.js_fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    margin-left: -5%;
    padding: 0 5%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }
  .postid-143 #contents_inner .post-thumbnail.js_fixed + *,
  .postid-488 #contents_inner .post-thumbnail.js_fixed + * {
    padding-top: calc(75vw);
  }
}

/*eav用フォーム*/
.page-id-466 #header_wrapper, 
.page-id-466 #footer .menu-menu-1-container,
.page-id-466 .editor,
.page-id-466 .single-header-info {display: none;}
.page-id-466 .wpcf7-submit {background-color: rgb(0, 150, 136);}

.postid-488 .single-header,
.postid-488 #header_wrapper, 
.postid-488 #footer .menu-menu-1-container,
.postid-488 .editor,
.postid-488 .single-header-info,
.postid-488 .eyecatch-caption-text {display: none;}
.postid-488 #contents_wrapper {padding-top:0;}