/*
Theme Name: luciahair
Author: syueido
Description: Lucia hair WordPress Theme
Text Domain: luciahair
*/



/* ====================

Reset Style

==================== */
*{
  border:none;
  box-sizing:border-box;
  margin:0;
  padding:0;
}

header,footer,
article,section,aside,nav,
main,
address{
  display:block;
}
body{
  background:#f8f7ef;
  font-family:'Noto Serif JP', serif;
  font-size:15px;
  line-height:1.5;
}
img{
  height:auto;
  max-width:100%;
  vertical-align:middle;
}
address{
  font-style:normal;
}
* iframe{
  max-width:100%;
}
input,
button,
select,
textarea{
  font-family:inherit;
  font-size:inherit;
  line-height:inherit;
}
input[type='submit'], input[type='reset'], input[type='button'],
button{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background:#cba5af;
  border:none;
  border-radius:0;
  color:#fff;
  cursor:pointer;
  outline:none;
}
input[type='text'], input[type='search'],
input[type='tel'], input[type='url'], input[type='email'],
input[type='password'],
input[type='datetime'], input[type='datetime-local'], input[type='date'],
input[type='month'], input[type='week'], input[type='time'],
input[type='number'],
textarea, select{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background:#fff;
  border:solid 1px #ccc;
  border-radius:2px;
}
input:-webkit-autofill{
  -webkit-box-shadow:0 0 0px 1000px white inset;
}
textarea{
  min-height:8em;
  overflow:auto;
  padding:.5em;
  resize:vertical;
  width:100%;
}
@media (max-width:767px){
  body{
    font-size:14px;
  }
}




/* ====================

Base Style

==================== */
html[lang="ja"]{
  margin-top:0!important;
}
#wpadminbar{
  opacity:.3;
}

.preload *{
  transition:0!important;
}
.inner{
  margin:0 auto;
  max-width:840px;
  padding:0 20px;
}
.flex{
  display:flex;
}
.font-en{
  font-family:'EB Garamond', serif;
}
.btn a{
  background:#ad9780;
  color:#fff;
  display:block;
  font-size:20px;
  font-style:italic;
  margin:50px auto;
  padding:9px 0 11px;
  text-align:center;
  text-decoration:none;
  width:184px;
}
.border-rhombus{
  border-bottom:solid 1px #ad9780;
  position:relative;
}
.border-rhombus::before,
.border-rhombus::after{
  background-image:url(img/list_icon1.svg);
  background-size:11px 11px;
  content:'';
  height:11px;
  position:absolute;
  top:100%;
  transform:translateY(-50%);
  width:11px;
}
.border-rhombus::before{
  left:-2px;
}
.border-rhombus::after{
  right:-2px;
}
.sp-inline{
  display:block;
}
.sp-block{
  display:inline;
}

/* Pagination */
.pagination-ul{
  line-height:1;
  list-style:none;
  justify-content:center;
}
.pagination-ul a,
.pagination-ul div{
  align-items:center;
  background:#ad9780;
  border-radius:50%;
  color:#fff;
  height:35px;
  justify-content:center;
  line-height:1;
  margin:0 7px;
  text-decoration:none;
  width:35px;
}
.pagination-ul span{
  display:block;
  font-size:24px;
  transform:translate(-.5px, -1px);
}
@media (max-width:767px){
  .inner{
    max-width:100%;
    padding:0 30px;
  }
  .btn a{
    font-size:20px;
    margin:20px 0;
    padding:4px 4px 6px;
    width:100%;
  }
  .sp-inline{
    display:inline;
  }
  .sp-block{
    display:block;
  }
}

/* WP5 */
.wp-block-quote{
  border-left:solid 6px #846f58;
  padding:0 0 0 16px;
}
@media screen and (max-width:599px){
  .wp-block-image .alignleft,
  .wp-block-image .alignright{
    float:none;
    margin:0 auto 1em!important;
  }
}

/* For Slick */
.front-slider{
  position:relative;
}
.front-slider .slick-prev,
.front-slider .slick-prev:hover,
.front-slider .slick-next,
.front-slider .slick-next:hover{
  background:transparent;
  background-size:35px 66px;
  color:transparent;
  height:65.5px;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:35px;
  z-index:10;
}
.front-slider .slick-prev,
.front-slider .slick-prev:hover{
  background-image:url(img/prev.png);
  left: 80px;
  }
.front-slider .slick-next,
.front-slider .slick-next:hover{
  background-image:url(img/next.png);
  right: 80px;
}
@media screen and (max-width:480px){
  .front-slider .slick-prev,
  .front-slider .slick-prev:hover,
  .front-slider .slick-next,
  .front-slider .slick-next:hover{
    background-size:17.5px 32.75px;
    height:32.75px;
    width:17.5px;
  }
  .front-slider .slick-prev,
  .front-slider .slick-prev:hover{
    left: 30px;
  }
  .front-slider .slick-next,
  .front-slider .slick-next:hover{
    right: 30px;
  }
}


/* ====================

Header Style

==================== */
.header{
  background:#F9F9F2;
  background-image:url(img/header_bg.png);
  background-position:top right;
  background-repeat:no-repeat;
  background-size:220px 185px;
  box-shadow:0 3px 6px rgba(0,0,0,.15);
  left:0;
  line-height:1;
  position:fixed;
  top:0;
  width:100%;
  z-index:16;
}
.header-inner{
  max-width:1000px;
}
.header-top{
  padding:30px 0 10px;
  transition:.2s;
}
.header-logo{
  max-width:300px;
  transition:.2s;
}
.header-logo a{
  display:block;
}
#hm,
#hcontact{
  display:none;
}
.nav-inner{
  align-items:center;
  justify-content:space-between;
}
.gl-nav-ul{
  list-style:none;
}
.gl-nav-ul a{
  color:#ad9780;
  display:block;
  font-size:21px;
  font-weight:700;
  line-height:1.5;
  margin:0 10px;
  padding:0 25px;
  text-align:center;
  text-decoration:none;
}
.gl-nav-ul li:first-child a{
  margin-left:0;
}
.gl-nav-ul a span{
  display:block;
  font-size:10px;
  font-weight:400;
}
@media (min-width:769px){
  .fixed-header .header-top{
    padding:10px 0 0;
  }
  .fixed-header .header-logo{
    max-width:180px;
  }
  .hm-label,
  .hm-bg{
    display:none;
  }
  .gl-nav-ul li{
    position:relative;
  }
  .gl-nav-ul li:not(:last-child)::before{
    border-right:solid 1px #ad9780;
    content:'';
    height:50px;
    position:absolute;
    right:0;
    top:0;
    transform:rotate(30deg);
  }
  .hcontact-label{
    background:#cba5af;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
    color:#fff;
    cursor:pointer;
    display:block;
    font-size:33px;
    font-style:italic;
    font-weight:700;
    padding:11px 26px;
    text-align:center;
    text-decoration:none;
  }
  .hcontact-label span{
    display:block;
    font-size:12px;
    font-style:normal;
    margin-top:5px;
  }
  .hcontact-bg{
    background:rgba(255,255,255,.8);
    opacity:0;
    height:100vh;
    left:0;
    position:fixed;
    top:0;
    transition:.3s;
    visibility:hidden;
    width:100%;
    z-index:1;
  }
  .hcontact-content{
    left:50%;
    opacity:0;
    position:fixed;
    top:50%;
    transform:translate(-50%,-50%);
    transition:.3s;
    visibility:hidden;
    z-index:2;
  }
  .hcontact-content-inner{
    max-width:660px;
  }
  .hcontact-content-inner a{
    display:block;
    width:100%;
  }
  #hcontact:checked ~.hcontact-bg,
  #hcontact:checked ~.hcontact-content{
    opacity:1;
    visibility:visible;
  }
  .header-contact-sp{
    display:none;
  }
}
@media (max-width:949px){
  .gl-nav-ul a{
    padding:0 21px;
  }
  .gl-nav-ul li:first-child a{
    padding-left:0;
  }
}
@media (max-width:880px){
  .header{
    background-size:auto 85px;
    min-height:81px;
  }
  .header .inner{
    position:relative;
  }
  .header-top{
    padding:15px 0;
  }
  .header-logo{
    margin:0 auto;
    max-width:130px;
  }
  .header-bottom a span{
    display:inline;
    margin: 0 0 0 15px;
  }
  .hm-label{
    display:block;
    height:20px;
    position:absolute;
    right:30px;
    top:50%;
    transform:translateY(-50%);
    width:32px;
  }
  .hm-label::before,
  .hm-label::after{
    background:#ad9780;
    border-radius:1px;
    content:'';
    height:2px;
    position: absolute;
    transition: box-shadow .2s linear,transform .2s .2s;
    width:32px;
  }
  .hm-label::before{
    box-shadow:0 9px 0 #ad9780;
  }
  .hm-label::after{
    bottom:0;
  }
  #hm:checked ~.hm-label::before{
    box-shadow:0 0 0 transparent;
    transform:rotate(45deg) translate(6px, 6px);
  }
  #hm:checked ~.hm-label::after{
    transform:rotate(-45deg) translate(6.5px, -6.5px);
  }
  .hm-bg{
    background:rgba(255,255,255,.8);
    bottom:0;
    height:calc(100% - 81px);
    left:0;
    opacity:0;
    position:fixed;
    visibility:hidden;
    width:100%;
    z-index:1;
  }
  #hm:checked ~.hm-bg{
    opacity:1;
    visibility:visible;
  }
  .nav-inner{
    background:#ad9780;
    display:block;
    left:0;
    opacity:0;
    position:absolute;
    top:100%;
    transition:0;
    visibility:hidden;
    width:100%;
    z-index:2;
  }
  #hm:checked ~.nav-inner{
    opacity:1;
    visibility:visible;
  }
  .gl-nav-ul{
    display:block;
    margin:0 30px;
  }
  .gl-nav-ul a{
    border-bottom:solid 1px #fff;
    color:#fff;
    font-size:20px;
    margin:0;
    padding:15px 0;
    text-align:left;
  }
  .gl-nav-ul li:last-child a{
    border-bottom:none;
  }
  .gl-nav-ul a span{
    font-size:10px;
    font-weight:400;
  }
  .header-contact{
    display:none;
  }
  .header-contact-sp{
    display:block;
  }

  .header-contact-blank,
  .header-contact-form{
    border-radius:5px;
    display:block;
    margin:0 30px 30px;
    text-align:center;
    text-decoration:none;
  }
  .header-contact-blank{
    background:#fff;
    border:solid 1px #cba5af;
    color:#cba5af;
    padding:15px 25px;
  }
  .header-contact-sp .header-contact-blank span{
    display:block;
    font-size:12px;
    margin:0 0 4px;
  }
  .header-contact-blank img{
    max-width:70%;
  }
  .header-contact-form{
    background:#f9f9f2;
    color:#cba5af;
    font-size:30px;
    font-weight:700;
    padding:15px 25px;
  }
  .header-contact-sp .header-contact-form span{
    font-size:12px;
    font-weight:400;
    margin-top:5px;
  }
}
@media (max-width:880px){
  .gl-nav-ul a{
    padding:12px 0;
  }
  .header-contact-blank img{
    max-width:60%;
  }
  .header-contact-form{
    font-size:26px;
  }
  .page-contact .wpcf7 .ajax-loader{
    display:none;
  }
}



/* ====================

Footer Style

==================== */
.footer{
  background:#fff;
  box-shadow:0 0 5px rgba(0,0,0,.2);
  padding:90px 0 0;
  position:relative;
  z-index:1;
}
.footer-address p{
  max-width:400px;
}
.footer-address p a{
  color:#ad9780;
  display: block;
  font-size:50px;
  font-style:italic;
  font-weight:700;
  margin-bottom:30px;
  text-decoration:none;
}
.footer-address p span:not(.font-en){
  font-size:20px;
  font-style:normal;
}
.footer-address-ul{
  flex-wrap:wrap;
  list-style:none;
  margin:0 0 20px;
}
.footer-address-ul li{
  margin:0 0 8px;
  padding:0 0 0 15px;
  position:relative;
}
.footer-address-ul li:first-child,
.footer-address-ul li:nth-child(2){
  flex-basis:100%;
}
.footer-address-ul li:nth-child(3){
  margin:0 20px 8px 0;
}
.footer-address-ul li::before{
  background-image:url(img/list_icon1.svg);
  background-size:11px 11px;
  content:'';
  height:11px;
  left:0;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:11px;
}
.footer-maps{
  margin:0 0 90px;
}
.footer-bottom{
  background-color:#846f58;
  color:#fff;
  text-align:center;
}
.copyright{
  padding:36px 0;
}
.copyright small{
  font-size:15px;
}
.pagetop{
  background:#cba5af;
  border-radius:50%;
  bottom:36px;
  box-shadow:0 2px 2px rgba(32,32,32,.2);
  cursor:pointer;
  height:52px;
  position:fixed;
  right:36px;
  text-align:center;
  width:52px;
  z-index:3;
}
.pagetop >span{
  background-image:url('img/top-arrow.png');
  background-size:52px 52px;
  display:inline-block;
  height:52px;
  width:52px;
}
@media (max-width:767px){
  .footer{
    padding:30px 0 0;
  }
  .footer-address p a{
    font-size:30px;
  }
  .footer-address p span:not(.font-en){
    font-size:16px;
  }
  .footer-address-ul{
    display:block;
  }
  .footer-address-ul li{
    font-size:11px;
    line-height:2;
    margin:0 0 6px!important;
  }
  .footer-address-ul li::before{
    top:6px;
    transform:translateY(0);
  }
  .footer-maps{
    margin:0 0 40px;
  }
  .copyright{
    padding:20px 0;
  }
  .copyright small{
    font-size:11px;
  }
  .pagetop{
    bottom:50px;
    height:46px;
    right:20px;
    width:46px;
  }
  .pagetop >span{
    background-size:46px 46px;
    height:46px;
    width:46px;
  }
}






/* ====================

Contents Style

==================== */
.contents{
  background:#fff;
  margin:228px 0 0;
}
.contents-wrap{
  background:linear-gradient(to bottom, #f8f7ef, #fff);
  position:relative;
}
.contents-wrap >.inner{
  padding:130px 20px 30px;
}
.page-style .contents-wrap >.inner,
.page-menu .contents-wrap >.inner{
  background-image:url(img/contents_bg.png);
  background-position:top left;
  background-repeat:no-repeat;
  background-size:544px 810px;
}

.contents-header{
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  overflow:hidden;
  padding-bottom:37.5%;
  position:relative;
}
.contents-header >.inner{
  height:100%;
  left:50%;
  position:absolute;
  top:50%;
  transform:translate(-50%,-50%);
  width:100%;
}
.contents-header-inner{
  height:100%;
  position:relative;
}
.contents-header-title{
  color:#fff;
  font-size:50px;
  font-style:italic;
  position:absolute;
}
.contents-footer{
  padding:60px 20px 90px;
}
.contents-footer .btn a{
  margin:0 auto;
}
.content{
  line-height:1.7;
}
@media screen and (max-width:880px){
  .contents{
    margin:81px 0 0;
  }
}
@media screen and (max-width:767px){
  .contents-wrap >.inner{
    background-size:contain;
    padding:30px;
  }
  .contents-header-title{
    font-size:30px;
  }
  .contents-footer{
    padding:30px 30px 90px;
  }
}



/* ==========
Archive
========== */
.archive .contents-header{
  background-image:url(img/information_top.jpg);
}
.archive .contents-header-title{
  left:0;
  top:50%;
  transform:translateY(-50%);
}
.article-list{
  flex-wrap:wrap;
  list-style:none;
}
.article-list-li{
  padding:0 0 45px;
  position:relative;
  width:100%;
}
.post-article{
  flex-direction:row-reverse;
}
.post-leftbox{
  min-height:0%;
  width:53%;
}
.post-leftbox a{
  display:block;
}
.post-leftbox img{
  width:100%;
}
.post-rightbox{
  align-items:flex-start;
  flex-direction:column;
  padding:0 0 0 30px;
  width:47%;
}
.post-title{
  font-size:24px;
  margin:0 0 10px;
  order:3;
  width:100%;
}
.post-title a{
  color:#000;
  text-decoration:none;
}
.post-article .post-categories{
  list-style:none;
  margin:0 0 20px;
  order:2;
  position:relative;
}
.article-list-li:first-child .post-categories::after{
  background:#cba5af;
  color:#fff;
  content:'NEW';
  font-size:14px;
  margin:0 0 0 6px;
  padding:2px 8px;
  position:absolute;
  left:100%;
  top:0;
}
.post-article .post-categories a{
  background:#fff;
  border:solid 1px #ad9780;
  color:#ad9780;
  display:block;
  font-size:14px;
  padding:1px 12px;
  text-decoration:none;
}
.post-datetime{
  margin:0 0 14px;
  order:1;
}
.post-text{
  line-height:1.8;
  max-width:100%;
  order:4;
}
.post-text a{
  color:#ad9780;
  display:block;
  max-width:100px;
  text-decoration:none;
}
.post-thumnail{
  display:block;
}
.archive-pagination-ul{
  justify-content:center;
  list-style:none;
  margin:15px 0 0;
}
.archive-pagination-ul a{
  background:#846f58;
  border-radius:50%;
  color:#fff;
  display:block;
  margin:0 4px;
  padding:6.5px 0;
  text-align:center;
  text-decoration:none;
  width:35px;
}
@media screen and (min-width:768px){
  .archive .article-list-li{
    margin:0 0 45px;
  }
}
@media screen and (max-width:767px){
  .article-list-li{
    border-bottom:none;
    padding:0 0 20px;
  }
  .article-list-li::before,
  .article-list-li::after{
    background-image:none;
    height:0;
    width:0;
  }
  .post-article{
    flex-direction:column-reverse;
  }
  .post-leftbox{
    margin:0 0 5px;
    width:100%;
  }
  .post-rightbox{
    padding:0;
    width:100%;
  }
  .post-title{
    font-size:15px;
    margin:0 0 10px;
  }
  .post-article .post-categories,
  .post-datetime{
    margin:0 0 10px;
  }
  .post-article .post-categories a,
  .article-list-li:first-child .post-categories::after,
  .post-datetime{
    font-size:10px;
  }
  .post-text{
    display:none;
  }
}




/* ==========
Single Style
========== */
.contents-wrap >.single-inner{
  max-width:640px;
  padding:80px 20px 30px;
}
.single .post-article{
  display:block;
}
.single-header{
  align-items:flex-start;
  flex-direction:column;
  margin:0 0 60px;
}
.single-header .post-title{
  margin:0 0 60px;
}
.single-header .post-thumnail{
  margin:0 auto;
  min-height:0%;
  order:4;
  text-align:center;
  width:100%;
}
.single-content{
  letter-spacing:.08em;
  line-height:1.9;
  padding:0 0 45px;
}
.single-content p{
  margin:0 0 2em;
}
.single-content h2{
  font-size:22px;
  margin:2.3em 0 1.3em;
}
.single-content h3{
  font-size:19px;
  margin:2.1em 0 1.2em;
}
.single-content h4,
.single-content h5,
.single-content h6{
  margin:2em 0 1em;
}
.single-content .wp-block-image{
  margin:0 0 2em;
}
.single-content ul:not(.wp-block-gallery){
  margin:0 0 2em 20px;
}

@media screen and (max-width:767px){
  .single-header{
    margin:0 0 30px;
  }
  .single-header .post-title{
    font-size:18px;
    margin:0 0 12px;
  }
  .single-content{
    padding:0 0 30px;
  }
  .single-content p{
    font-size:14px;
  }
  .single-content h2{
    font-size:17px;
    margin:2.4em 0 1.1em;
  }
  .single-content h3{
    font-size:16px;
    margin:2em 0 1em;
  }
}




/* ==========
Front Style
========== */
.front-slider{
  overflow:hidden;
}
.front-slider img{
  width:100%;
}
.front-information{
  position:relative;
}
.front-headline{
  color:#ad9780;
  font-size:40px;
  margin:0 0 35px;
  position:relative;
}
.front-headline::after{
  background-image:url(img/front_information_bg.png);
  background-position:top right;
  background-size:145px 103px;
  bottom:0;
  content:'';
  height:103px;
  position:absolute;
  right:0;
  width:145px;
}
.front-headline-en{
  font-style:italic;
  margin:0 10px 0 0;
}
.front-headline-jp{
  font-size:15px;
  font-weight:400;
  letter-spacing:.3em;
}
.front-information .article-list-li:not(:first-child){
  width:50%;
}
.front-information .article-list-li:nth-child(2){
  padding:45px 40px 45px 0;
}
.front-information .article-list-li:nth-child(3){
  border-left:solid 1px #AD9780;
  padding:45px 0 45px 40px;
}
.front-information .article-list-li:nth-child(2)::after,
.front-information .article-list-li:nth-child(3)::before{
  background-image:none;
}

.front-information .article-list-li:not(:first-child) .post-article{
  flex-direction:column-reverse;
}
.front-information .article-list-li:not(:first-child) .post-leftbox,
.front-information .article-list-li:not(:first-child) .post-rightbox{
  width:100%;
}
.front-information .article-list-li:not(:first-child) .post-rightbox{
  padding:0;
}
.front-information .article-list-li:not(:first-child) .post-title{
  margin:0;
}
.front-information-btn a{
  font-size:30px;
  padding:2px 0 6px;
}


.front-link-wrap{
  background-image:url(img/front_link_bg.png);
  background-position:top center;
  background-repeat:no-repeat;
  background-size:contain;
  bottom:100%;
  padding-top:17.25%;
}
.front-link-wrap a{
  display:block;
}
.front-link-wrap a:hover{
  opacity:.85;
}
.front-link-wrap img{
  width:100%;
}
.front-link-wrap2{
  align-items:flex-start;
  justify-content:center;
  margin:80px 0 0;
  width:100%;
}
.front-link-wrap2 a{
  display:block;
}
.front-link-wrap2 img{
  max-width:320px;
}
@media screen and (max-width:767px){
  .front-headline{
    font-size:24px;
    margin:0 0 15px;
  }
  .front-headline::after{
    background-image:none;
    height:0;
    width:0;
  }
  .front-headline-jp{
    font-size:10px;
  }
  .front-information .article-list-li:not(:first-child){
    width:100%;
  }
  .front-information .article-list-li:nth-child(2){
    padding:0 0 20px;
  }
  .front-information .article-list-li:nth-child(3){
    border-left:none;
    padding:0 0 10px;
  }
  .front-link-wrap{
    flex-direction:column;
    margin:30px 0 0;
  }
  .front-link-wrap::before{
    background-size:contain;
    height:auto;
    padding-top:20%;
    width:100%;
  }
  .front-link-wrap a{
    min-height:0%;
  }
  .front-link-wrap2{
    align-items:center;
    flex-direction:column;
    margin:80px 0 0;
  }
  .front-link-wrap2 a{
    margin:0 auto 20px;
    max-width:320px;
    min-height:0%;
  }
  .front-link-wrap2 img{
    max-width:100%;
  }
}




/* ==========
Style
========== */
.page-style .contents-header{
  background-image:url(img/style_top.jpg);
}
.page-style .contents-header-title{
  color:#cba5af;
  left:50%;
  top:30%;
  transform:translate(-50%,-50%);
}
.content-style-section{
  margin:0 0 60px;
  padding:0 0 60px;
  position:relative;
}
.content-style-section:last-child{
  border-bottom:none;
  margin:0;
  padding:0;
}
.content-style-headline{
  color:#846f58;
  font-size:30px;
  padding:0 0 30px;
}
.content-style-section:last-child p{
  margin:0 0 0 12%;
  position:relative;
  text-align:center;
  width:480px;
}
.content-style-section:last-child p::after{
  background-image:url(img/style_bg.png);
  background-position:center center;
  background-size:140px 104px;
  bottom:50%;
  content:'';
  height:104px;
  position:absolute;
  right:-29%;
  transform:translateY(50%);
  width:140px;
}
.content-style-section-left{
  flex:1;
  padding:0 30px 0 0;
}
.content-style-section-right{
  max-width:420px;
}
.style-contents-buttom{
  margin:0 auto;
}
@media (max-width:767px){
  .contents-header-title{
    font-size:20px;
  } 
  .content-style-section{
    margin:0 0 30px;
    padding:0 0 30px;
  }
  .content-style-headline{
    color:#846f58;
    font-size:20px;
    padding:0 0 20px;
  }
  .content-style-section-inner{
    display:block;
  }
  .content-style-section-left{
    padding:0 0 30px;
  }
  .content-style-section-left p{
    font-size:12px;
  }
  .content-style-section:last-child p{
    margin:0 0 100px;
    width:auto;
  }
  .content-style-section:last-child p::after{
    bottom:inherit;
    right:50%;
    transform:translate(50%, 0);
    top:130%;
  }
  .content-column{
    width:100%;
    padding:0 0 20px;
  }
}




/* ==========
About
========== */
.page-about .contents-header{
  background-image:url(img/about_top.jpg);
}
.page-about .contents-header-title{
  color:#cba5af;
  top:50%;
  left:0;
  transform:translateY(-50%);
}
.content-about-staff:last-of-type{
  margin:0 0 30px;
  position:relative;
}
.content-about-staff:last-of-type::after{
  background-image:url(img/about_top_bg.png);
  background-position:center center;
  background-size:45px 75px;
  bottom:-39px;
  content:'';
  left:10%;
  height:75px;
  position:absolute;
  width:45px;
}
.about-headline{
  color:#ad9780;
  font-size:37px;
  font-style:italic;
  margin:0 0 15px;
}
.about-staff-wrap{
  align-items:flex-start;
  padding:0 0 60px;
}
.about-staff-left{
  flex:1;
  padding:0 30px 0 0;
}
.about-staff-right{
  width:25%;
}
.staff-name{
  font-size:30px;
  font-weight:400;
}
.staff-name rp,
.staff-name rt{
  display:inline;
  font-size:15px;
}
.staff-history{
  border-left:solid 2px #ad9780;
  line-height:1.5;
  list-style:none;
  margin:12px 0;
  padding:0 6px 1px;
}
.staff-history li{
  margin:2px 0;
}
.content-about-bottom{
  flex-wrap:wrap;
  margin:90px 0 0;
}
.content-about-1{
  order:1;
  padding:0 30px 0 0;
  width:60%;
}
.content-about-2{
  order:3;
  width:100%;
}
.content-about-3{
  order:2;
  width:40%;
}
.about-info-ul{
  flex-wrap:wrap;
  list-style:none;
}
.content-about-2 .about-info-ul{
  margin:0 0 30px;
}
.about-info-ul >li{
  margin:0 0 8px;
  padding:0 0 0 16px;
  position:relative;
}
.about-info-ul >li ul{
  list-style:disc;
  margin:0 0 0 24px;
}
.about-info-ul >li:first-child,
.about-info-ul >li:nth-child(2){
  flex-basis:100%;
}
.about-info-ul >li:nth-child(3){
  margin:0 20px 8px 0;
}
.about-info-ul >li::before{
  background-image:url(img/list_icon1.svg);
  background-size:11px 11px;
  content:'';
  height:11px;
  left:0;
  position:absolute;
  top:8px;
  width:11px;
}
@media screen and (max-width:767px){
  .about-headline{
    font-size:24px;
  }
  .about-staff-wrap{
    display:block;
  }
  .about-staff-left{
    margin:0 0 30px;
    padding:0;
  }
  .staff-name{
    font-size:22px;
  }
  .staff-name rp,
  .staff-name rt{
    font-size:14px;
  }
  .about-staff-right{
    margin:0 auto;
    max-width:240px;
    width:100%;
  }
  .content-about-bottom{
    display:block;
    margin:40px 0 0;
  }
  .content-about-1{
    padding:0;
    width:100%;
  }
  .content-about-2{
    order:2;
  }
  .content-about-3{
    margin:30px 0 0;
    order:3;
    width:100%;
  }
  .content-about-2 .about-headline{
    margin:35px 0 15px;
  }
}




/* ==========
Menu
========== */
.page-menu .contents-header{
  background-image:url(img/menu_top.jpg);
}
.page-menu .contents-header-title{
  left:0;
  bottom:18%;
}
.content-menu{
  flex-wrap:wrap;
}
.content-menu-grid-item{
  width:50%;
}
.content-menu-grid-item-inner{
  width:100%;
}
.content-menu-grid-item:nth-of-type(odd) .content-menu-grid-item-inner{
  padding:0 40px 0 0;
}
.content-menu-grid-item:nth-of-type(even) .content-menu-grid-item-inner{
  padding:0 0 0 40px;
}
.content-menu-section{
  margin:0 0 60px;
  padding:0 0 60px;
  position:relative;
}
.content-menu-title{
  color:#846f58;
  font-size:30px;
  font-style:italic;
  padding:5px 0;
  text-align:center;
 }
.content-menu-item{
  border-bottom:dotted 1px #ad9780;
  justify-content:space-between;
  padding:15px;
}
.content-menu-item dt{
  flex:1;
}
.content-menu-item dd{
  text-align:right;
  width:90px;
}
.content-menu-sup{
  border:solid 1px #AD9780;
  padding:20px;
}
.content-menu-sup p{
  text-align:center;
}
.content-menu-sup p:first-child{
  margin:0 0 20px;
}
.content-menu-section-bottom{
  margin:60px 0 0;
}
.content-menu-section-bottom p{
  margin:0 0 0 12%;
  position:relative;
  text-align:center;
  width:480px;
}
.content-menu-section-bottom p::after{
  background-image:url(img/style_bg.png);
  background-position:center center;
  background-size:140px 104px;
  bottom:50%;
  content:'';
  height:104px;
  position:absolute;
  right:-29%;
  transform:translateY(50%);
  width:140px;
}

@media (max-width:767px){
  .page-menu .contents-header-title{
    font-size: 20px;
  }
  .content-menu{
    display:block;
  }
  .content-menu-section{
    margin:0;
    padding:0;
  }
  .content-menu-grid-item{
    height:auto;
    padding:0 0 40px 0;
    width:100%;
  }
  .content-menu-item dd{
    width:80px;
  }
  .content-menu-grid-item:nth-of-type(odd) .content-menu-grid-item-inner,
  .content-menu-grid-item:nth-of-type(even) .content-menu-grid-item-inner{
    padding:0;
  }
  .content-menu-sup{
    padding:25px;
  }
  .content-menu-section-bottom p{
    margin:0 0 100px;
    width:auto;
  }
  .content-menu-section-bottom p::after{
    bottom:inherit;
    right:50%;
    transform:translate(50%, 0);
    top:130%;
  }
}




/* ==========
Contact
========== */
.contact-read{
  margin:0 0 3.8em;
  text-align:center;
}
.page-contact .contents-header{
  background-image:url(img/contact_top.jpg);
}
.page-contact .contents-header-title{
  right:0;
  top:50%;
  transform:translateY(-50%);
}
.content-contact table{
  border-collapse:collapse;
  max-width:600px;
  width:100%;
}
.content-contact td{
  padding:0 0 40px 25px;
}
.content-contact tr:last-child td{
  text-align:center;
}
.content-contact th{
  margin:0;
  min-width:185px;
  padding:0 0 40px;
  text-align:right;
}
.content-contact th >span{
  color:#cc3333;
}
.content-contact input:not([type="submit"]):not([type="radio"]){
  padding:4px 10px;
  max-width:100%;
  width:100%;
}
.content-contact .submit-title{
  display:none;
}
.content-contact .wpcf7-submit{
  padding:8px 24px;
  text-align:center;
  width:200px;
}
.content-contact .wpcf7-radio .wpcf7-list-item{
  margin:0 15px 0 0;
}
.content-contact .wpcf7-radio input[type="radio"]{
  margin:0 4px 0 0;
}
.content-contact .wpcf7-radio input[type="radio"],
.content-contact .wpcf7-radio .wpcf7-list-item-label{
  display:inline-block;
  line-height:1;
}

.page-contact .btn a{
  background:#fff;
  border:solid 1px #ad9780;
  color:#ad9780;
}

@media screen and (max-width:767px){
  .content-contact th,
  .content-contact td{
    display:block;
  }
  .content-contact th{
    min-width:0%;
    padding:0 0 6px;
    text-align:left;
  }
  .content-contact td{
    padding:0 0 30px;
  }
}



/* ==========
Recruit
========== */
.page-recruit .contents-header{
  background-image:url(img/recruit_top.jpg);
}
.page-recruit .contents-header-title{
  left:8%;
  bottom:18%;
}
.border-rhombus-recruit{
  border-top:solid 1px #ad9780;
  position:relative;
}
.border-rhombus-recruit::before,
.border-rhombus-recruit::after{
  background-image:url(img/list_icon1.svg);
  background-size:11px 11px;
  content:'';
  height:11px;
  position:absolute;
  top:0;
  transform:translateY(-50%);
  width:11px;
}
.border-rhombus-recruit::before{
  left:-2px;
}
.border-rhombus-recruit::after{
  right:-2px;
}
.border-rhombus-recruit >section{
  padding:45px 30px 50px;
}
.recruit-bottom{
  margin:60px 0 0;
  text-align:center;
}
.recruit-bottom img{
  max-width:140px;
}
@media screen and (max-width:767px){
  .border-rhombus-recruit{
    margin:20px 0 0;
  }
  .border-rhombus-recruit >section{
    padding:35px 10px 40px;
  }
}