@charset "utf-8";

/* headerset007 */
/*--------------------------------------------------*/
/* header007 --------------------------------------*/
.header007 {
  position: fixed;
  z-index: 4;
  /* over catch */
  top: 0;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  padding: 10px 140px 10px 60px;
  -webkit-transition: 300ms;
  transition: 300ms;
}

html.header007-scrolled .header007 {
  background: #d7b681;
}

.header007-inner {
  position: relative;
}

.header007-logo {
  line-height: 0;
  float: left;
  padding-top: 30px;
}

.header007-logo a {
  display: inline-block;
}

.header007-logo img {
  width: 360px;
}

.menu-nav {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  text-align: center;
  z-index: -1;
  background-color: #f7f7f7;
  transform: translateY(20px);
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}

html.header007-scrolled .menu-nav {
  opacity: 1;
  transform: translateY(100px);
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}

.menu-nav ul {
  display: block;
}

.menu-nav ul li {
  float: left;
  width: calc(100% / 3);
  text-align: center;
}

.menu-nav ul li a {
  color: #555;
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 5px 10px;
}

.menu-nav ul li a small {
  display: block;
}

@media (max-width: 1400px) {
  .header007 {
    padding: 10px 115px 10px 30px;
  }

  .header007-logo {
    padding-top: 15px;
  }

  .header007-logo img {
    width: 350px;
  }
}

@media (max-width: 1199px) {
  .header007 {
    height: 80px;
  }

  .header007-logo {
    padding-top: 10px;
  }

  .header007-logo img {
    width: 260px;
  }

  html.header007-scrolled .menu-nav {
    transform: translateY(80px);
  }
}

@media (max-width: 991px) {
  .header007 {
    top: 0;
    width: 100%;
    height: 109px;
    padding: 10px 0;
    background-color: #fff;
  }

  html.header007-scrolled .header007 {
    background: rgba(255, 255, 255, 1);
  }

  .header007-logo {
    padding-top: 5px;
    padding-left: 15px;
  }

  html.header007-scrolled .menu-nav {
    transform: translateY(109px);
  }

  .menu-nav ul li a {
    padding: 8px 5px 8px;
  }
}

@media (max-width: 480px) {
  .header007-logo img {
    width: 220px;
  }
}

/* nav007（PC） --------------------------------------*/
/* 親 */
.nav007 {
  line-height: 1;
  position: absolute;
  top: -10px;
  right: 0;
  bottom: 0;
  margin: auto 0;
}

.nav007-parent {
  display: table;
  margin-right: -20px;
}

.nav007-parent>li {
  position: relative;
  display: table-cell;
  padding: 42px 15px 24px;
  text-align: center;
}

.nav007-parent>li a {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}

.nav007-parent>li a small {
  display: block;
  font-size: 10px;
  font-weight: bold;
  padding-top: 10px;
}

.nav007-parent>li a span {
  position: relative;
  display: inline-block;
}

.nav007-parent>li a span::after {
  position: absolute;
  z-index: 1;
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 1px;
  content: "";
  -webkit-transition: 300ms;
  transition: 300ms;
  background: #fff;
}

.nav007-parent>li>a[href]:hover>span::after,
.nav007-parent>li.nav007-current>a>span::after {
  left: 0;
  width: 100%;
}

/* 子孫共通 */
.nav007-child {
  position: absolute;
  top: 90%;
  left: 0;
  visibility: hidden;
  min-width: 10em;
  -webkit-transition: 300ms;
  transition: 300ms;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
}

.nav007-child li {
  position: relative;
}

.nav007-child li:not(:first-child) {
  border-top: 1px solid #ddd;
}

.nav007-child li a {
  font-size: 12px;
  line-height: 1.3;
  display: block;
  padding: 10px 20px;
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
}

.nav007-child li a[href]:hover {
  background-color: white;
}

.nav007-haschild:hover .nav007-child {
  top: 120%;
  visibility: visible;
  opacity: 1;
}

/* 孫 */
.nav007-grandchild {
  position: absolute;
  top: -10px;
  left: 100%;
  visibility: hidden;
  min-width: 10em;
  -webkit-transition: 300ms;
  transition: 300ms;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
}

.nav007-hasgrandchild:hover .nav007-grandchild {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.nav-shop {
  color: #333;
  font-size: 14px;
  line-height: 1em;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  height: 100px;
  width: 100px;
  text-align: center;
  padding-top: 17px;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.nav-shop img {
  width: 33px;
  margin: auto;
  margin-bottom: 7px;
}

.nav-shop small {
  color: #333;
  font-size: 10px;
  font-weight: bold;
  display: block;
  margin-top: 4px;
}

.nav-access {
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  background-color: #af6d04;
  position: fixed;
  top: 0;
  right: 0;
  height: 100px;
  width: 100px;
  text-align: center;
  padding-top: 16px;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.nav-access img {
  width: 28px;
  margin: auto;
  margin-bottom: 7px;
}

.nav-access small {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  display: block;
  margin-top: 4px;
}

/* media query */
@media (max-width: 1400px) {
  /* .nav007-parent > li {
    padding: 42px 15px 24px
  } */
}

@media (max-width: 1199px) {
  .nav007-parent>li {
    padding: 23px 13px;
  }

  .nav007-parent>li a {
    font-size: 12px;
  }

  .nav-shop {
    font-size: 12px;
    width: 80px;
    height: 80px;
  }

  .nav-shop img {
    width: 23px;
  }

  .nav-access {
    font-size: 12px;
    width: 80px;
    height: 80px;
    right: 0;
  }

  .nav-access img {
    width: 18px;
  }
}

@media (max-width: 991px) {
  .nav007 {
    width: 100%;
    top: 50px;
    left: 0;
    right: inherit;
    bottom: inherit;
    background-color: #d7b681;
  }

  .nav007-parent {
    margin: auto;
  }

  .nav007-parent>li {
    padding: 10px 13px;
  }

  .nav007-parent>li a {
    font-size: 12px;
  }

  .nav007-parent>li a span::after {
    bottom: -3px;
  }

  .nav007-parent>li a small {
    padding-top: 5px;
  }

  .nav-shop {
    font-size: 10px;
    width: 60px;
    height: 60px;
    padding-top: 12px;
  }

  .nav-shop img {
    max-width: 17px;
    margin-bottom: 5px;
  }

  .nav-access {
    font-size: 10px;
    width: 60px;
    height: 60px;
    right: 0;
    padding-top: 12px;
  }

  .nav-access img {
    max-width: 13px;
  }

  .nav-shop small,
  .nav-access small {
    display: none;
  }
}

@media (max-width: 400px) {
  .nav007-parent>li {
    padding: 10px 6px;
  }
}

/* mainvisual007 --------------------------------------*/
.mainvisual007 {
  position: relative;
  height: 100vh;
}

.mainvisual007 .bx-wrapper {
  position: absolute;
  z-index: -1;
  width: 100%;
  border: none;
  box-shadow: none;
}

.mainvisual007-slider {
  height: 100vh;
}

.mainvisual007-slider li {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mainvisual007-inner {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

/* media query */
@media (max-width: 767px) {
  .mainvisual007 {
    height: 320px;
  }

  .mainvisual007-slider {
    height: 320px;
  }

  .mainvisual007-slider li {
    height: 320px;
  }
}

@media (max-width: 575px) {}

/* contents */
.contents {
  padding: 80px 0 0;
}

.contents .container-fluid {
  max-width: 100%;
}

.contents h2 {
  color: #af6d04;
  font-size: 26px;
  margin-bottom: 40px;
  text-align: center;
}

.contents p {
  color: #666666;
  font-size: 16px;
  line-height: 1.8em;
}

@media (max-width: 991px) {
  .contents {
    padding: 60px 0 0;
  }
}

@media (max-width: 767px) {
  .contents h2 {
    font-size: 20px;
  }
}

/* common-parts */
/* contents-instagram */
.instashow-gallery .instashow-gallery-media-cover {
  background: rgba(175, 109, 4, 0.7) !important;
}

.instashow-gallery .instashow-gallery-control-arrow::after,
.instashow-gallery .instashow-gallery-control-arrow::before {
  background: #af6d04 !important;
}

/* contents-facebook */
.contents-facebook .container-fluid {
  padding-bottom: 80px;
  border-bottom: 1px solid #af6d04;
}

.facebook-wrapper {
  text-align: center;
  margin-top: 20px;
}

.contents-facebook p {
  font-size: 18px;
  text-align: center;
}

@media (max-width: 767px) {
  .contents-facebook p {
    text-align: left;
  }
}

@media (max-width: 575px) {
  .contents-facebook p {
    font-size: 16px;
  }
}

/* contents-access */
.contents-access .container-fluid {
  padding-bottom: 80px;
  border-bottom: 1px solid #af6d04;
}

.address-info {
  margin-bottom: 40px;
}

.address-info p {
  font-size: 18px;
}

.address-info a {
  color: #af6d04;
  font-size: 22px;
  border: solid 1px #af6d04;
  padding: 10px 40px;
  display: inline-block;
}

.info {
  text-align: center;
}

.info h3 {
  color: #666666;
  font-size: 18px;
  margin-top: 60px;
}

.info span {
  display: inline-block;
  color: #990000;
  font-size: 12px;
  margin-top: 20px;
}

.info p {
  font-size: 18px;
  line-height: 2em;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .address-info a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .address-info a {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .info {
    text-align: left;
  }

  .info h3 {
    font-size: 16px;
  }

  .info p {
    font-size: 16px;
  }

  .address-info p {
    font-size: 16px;
  }
}

/* contents-contact */
.contents-contact .container-fluid {
  padding-bottom: 80px;
}

.contents-contact .info span {
  margin-top: 0;
}

/* page-link */
.page-link-wrapper {
  padding: 80px 60px;
}

a.page-link {
  display: block;
  height: 100%;
  text-align: center;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 40px;
  position: relative;
}

a.page-link::before {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 1px;
  height: calc(100% - 80px);
  background-color: #fff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

a.page-link:hover::before {
  height: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

a.page-link::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  width: calc(100% - 80px);
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

a.page-link:hover::after {
  width: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.page-link-inner {
  position: relative;
  padding: 80px 15px;
}

.page-link-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

a.page-link:hover .page-link-inner::before {
  height: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.page-link-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

a.page-link:hover .page-link-inner::after {
  width: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

a.page-link:hover .page-link-inner {
  border: none;
}

a.page-link.page-link01 {
  background-image: url("../images/common/page-link01.jpg");
}

a.page-link.page-link02 {
  background-image: url("../images/common/page-link02.jpg");
}

a.page-link.page-link03 {
  background-image: url("../images/common/page-link03.jpg");
}

a.page-link p {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}

a.page-link span {
  color: #fff;
  display: block;
  margin-bottom: 20px;
}

a.page-link .contents-button001-wrapper {
  position: inherit;
  display: inline-block;
}

a.page-link .contents-button001-wrapper .contents-button001 {
  color: #fff;
  position: relative;
}

a.page-link .contents-button001-wrapper .contents-button001::after {
  background-color: #fff;
  width: 45px;
  right: -20px;
}

a.page-link .contents-button001-wrapper .contents-button001::before {
  background-color: #fff;
  right: -22px;
}

a.page-link:hover .contents-button001::after {
  width: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

@media (max-width: 1199px) {
  a.page-link {
    padding: 20px 20px;
  }

  a.page-link::before {
    bottom: 20px;
    left: 20px;
    height: calc(100% - 40px);
  }

  a.page-link::after {
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }

  a.page-link p {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .page-link-wrapper {
    padding: 60px 15px;
  }

  .page-link-inner {
    padding: 60px 15px;
  }

  a.page-link p {
    font-size: 16px;
  }

  a.page-link span {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .page-link-inner {
    padding: 40px 15px;
  }

  a.page-link p {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

/* shop-link */
.shop-link-wrapper {
  padding: 80px 60px;
}

.shop-link a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 40px;
  position: relative;
}

.shop-link a::before {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 1px;
  height: calc(100% - 80px);
  background-color: #fff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.shop-link a:hover::before {
  height: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.shop-link a::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  width: calc(100% - 80px);
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.shop-link a:hover::after {
  width: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.shop-link-inner {
  position: relative;
  padding: 120px 60px;
  padding: 120px 0px;
}

.shop-link-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.shop-link a:hover .shop-link-inner::before {
  height: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.shop-link-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.shop-link a:hover .shop-link-inner::after {
  width: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.shop-link a:hover .shop-link-inner {
  border: none;
}

.shop-link a.shop-link-tokyo {
  background-image: url("../images/common/shop-link01.jpg");
}

.shop-link a.shop-link-kyoto {
  background-image: url("../images/common/shop-link02.jpg");
}

.shop-link a.shop-link-kiyomizu {
  background-image: url("../images/common/shop-link03.jpg");
}

.shop-link a p {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
}

.shop-link .contents-button001-wrapper {
  position: inherit;
  display: inline-block;
}

.shop-link .contents-button001-wrapper .contents-button001 {
  color: #fff;
  position: relative;
}

.shop-link .contents-button001-wrapper .contents-button001::after {
  background-color: #fff;
}

.shop-link .contents-button001-wrapper .contents-button001::before {
  background-color: #fff;
}

.shop-link a:hover .contents-button001::after {
  width: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

@media (min-width: 1801px) {
  .shop-link.kiyomizu .kiyomizu-br {
    display: none;
  }
}

@media (max-width: 1800px) {
  .shop-link.kiyomizu .shop-link-inner {
    padding-top: 84px;
  }
  .shop-link.kiyomizu p {
    line-height: 1.4em;
  }
}

@media (max-width: 1200px) {
  .shop-link.kiyomizu .shop-link-inner {
    padding-top: 120px;
  }
  .shop-link.kiyomizu p {
    line-height: 1.6em;
  }
  .shop-link.kiyomizu .kiyomizu-br {
    display: none;
  }
  .shop-link {
    margin-bottom: 20px;
  }
}


@media (max-width: 991px) {
  .shop-link-wrapper {
    padding: 60px 15px;
  }

  .shop-link-inner {
    padding: 60px 15px;
  }

  .shop-link a p {
    font-size: 32px;
  }

  .shop-link.kiyomizu .shop-link-inner {
    padding-top: 60px;
  }

}

@media (max-width: 767px) {
  .shop-link {
    margin-bottom: 20px;
  }

  .shop-link:last-child {
    margin-bottom: 0;
  }

  .shop-link-inner {
    padding: 40px 5px;
  }

  .shop-link a {
    padding: 20px 20px;
  }

  .shop-link a::before {
    bottom: 20px;
    left: 20px;
    height: calc(100% - 40px);
  }

  .shop-link a::after {
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }

  .shop-link a p {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .shop-link.kiyomizu .shop-link-inner {
    padding-top: 40px;
  }
}

/* footer */
footer {
  background-color: #d7b681;
}

.sns-wrapper {
  background-color: #d7b681;
  padding: 20px 0;
}

.sns-wrapper li {
  text-align: center;
}

.sns-wrapper li.sns-catch {
  color: #fff;
  font-size: 24px;
}

.sns-wrapper li a {
  display: inline-block;
}

.sns-wrapper span {
  display: inline-block;
}

.sns-wrapper .icon-sns:before {
  color: #fff;
  font-size: 36px;
}

.footer-inner {
  padding: 80px 0 40px;
  text-align: center;
}

.footer-logo {
  display: inline-block;
}

.footer-logo img {
  width: 400px;
}

.copyright {
  color: #fff;
  font-size: 12px;
  padding-bottom: 20px;
}

.footer-info {
  color: #fff;
  margin-top: 40px;
}

.footer-info h2 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.footer-info ul {
  display: inline-block;
  margin: auto;
}

.footer-info ul li {
  float: left;
  padding: 0 8px;
}

.footer-info ul li a {
  font-size: 13px;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
}

@media (max-width: 1199px) {
  .sns-wrapper li.sns-catch {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .footer-inner {
    padding: 60px 0 40px;
  }

  .footer-info {
    display: none;
  }

  .sns-wrapper li.sns-catch {
    font-size: 17px;
  }

  .sns-wrapper .icon-sns:before {
    color: #fff;
    font-size: 27px;
  }
}

@media (max-width: 767px) {
  .sns-wrapper li.sns-catch {
    margin-bottom: 20px;
  }
}

.shop-button {
  z-index: 5;
  position: fixed;
  left: 450px;
  top: 35px;
}

.shop-button li {
  float: left;
}

.shop-button li.button-tokyo,
.shop-button li.button-kyoto {
  margin-right: 8px;
}

.shop-button li a {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  padding: 4px 12px;
}

.shop-button li.button-tokyo a {
  color: #fff;
  background-color: #af6d04;
  border: 1px solid #af6d04;
}

.shop-button li.button-kyoto a,
.shop-button li.button-kyoto-kiyomizu a {
  color: #f7f7f7;
  border: 1px solid #f7f7f7;
}

@media (max-width: 1400px) {
  .shop-button {
    left: 29px;
    top: 56px;
  }
}

@media (max-width: 1199px) {
  .shop-button {
    top: 44px;
  }

  .shop-button li a {
    font-size: 11px;
    padding: 3px 13px;
  }
}

@media (max-width: 991px) {
  .shop-button {
    left: 15px;
    top: 33px;
  }

  .shop-button li a {
    font-size: 10px;
    padding: 3px 44.5px;
  }

  .shop-button li.button-tokyo,
  .shop-button li.button-kyoto-kiyomizu {
    margin-bottom: inherit;
  }

  .shop-button li.button-tokyo a {
    color: #fff;
    background-color: #af6d04;
    border: none;
  }

  .shop-button li.button-kyoto a,
  .shop-button li.button-kyoto-kiyomizu a {
    color: #888;
    background-color: #f7f7f7;
    border: none;
  }
}

@media (max-width: 575px) {
  .shop-button li a {
    padding: 3px 14px;
  }
}

.contents-button001-wrapper {
  position: absolute;
  text-align: center;
}

.contents-button001-wrapper .contents-button001 {
  color: #af6d04;
  font-size: 12px;
  font-weight: bold;
  line-height: 2em;
  text-align: center;
  display: inline-block;
}

.contents-button001-wrapper .contents-button001::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #af6d04;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.contents-button001-wrapper .contents-button001::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -2px;
  height: 1px;
  width: 12px;
  background-color: #af6d04;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}

.contents-button001-wrapper .contents-button001:hover::after {
  width: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.contents-title-head {
  position: relative;
  padding: 100px 0 40px;
}

.contents-title-head::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d7b681;
  width: calc(100% - 60px);
  height: 100%;
  z-index: -1;
}

.contents-title-head-inner {
  position: relative;
}

.contents-title-head .contents-title-head-text {
  padding: 140px 60px 60px;
}

.contents-title-head h2 {
  color: #fff;
  font-size: 36px;
  text-align: left;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.contents-title-head p {
  color: #fff;
}

.contents-title-head .image-area {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .contents-title-head .contents-title-head-text {
    padding: 140px 15px 30px;
  }

  .contents-title-head::after {
    width: calc(100% - 15px);
  }

  .contents-title-head h2 {
    font-size: 32px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .contents-title-head {
    position: relative;
    padding: 60px 0 40px;
  }

  .contents-title-head .contents-title-head-text {
    padding: 0 30px 30px 15px;
  }

  .contents-title-head .image-area {
    height: 320px;
  }

  .contents-title-head h2 {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .contents-title-head .image-area {
    height: 220px;
  }
}

/* indication */
.indication-wrapper {
  padding: 80px 60px 0;
}

.indication {
  text-align: center;
  padding: 60px 15px;
  background-color: #d7b681;
}

.indication h2 {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.indication p {
  color: #fff;
  font-size: 16px;
  line-height: 2.4em;
}

@media (max-width: 1199px) {
  .indication p {
    text-align: left;
  }
}

@media (max-width: 991px) {
  .indication-wrapper {
    padding: 60px 15px 0;
  }

  .indication {
    padding: 40px 15px;
  }
}

@media (max-width: 767px) {
  .indication h2 {
    font-size: 20px;
  }

  .indication p {
    line-height: 1.8em;
  }
}