@charset "UTF-8";
/*
Theme Name: SUPER WEDDING
Theme URI: https://super-wedding.jp/
Description: SUPER WEDDING Theme
Version: 1.0.0
Author: wedding directions
Author URI: https://www.wedding-directions.co.jp/


/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: inherit;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: text-bottom;
}
input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input, textarea, select, button {
  *font-size: 100%;
}
legend {
  color: #000;
}
img {
  vertical-align: top;
}
input[type="radio"], input[type="checkbox"] {
  vertical-align: -2px;
}
label {
  cursor: pointer;
}
input[type="submit"], input[type="button"], input[type="reset"] {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="text"], input[type="email"], input[type="tel"] ,textarea {
  -webkit-appearance: none;
  border: none;
}
/* = Common 
-------------------------------------------------------------- */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
a:hover {
  opacity: 0.5;
  cursor: pointer;
}
*, *:before, *:after {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.serif {
  font-family: 'Noto Serif JP', serif;
  color: #333;
}
.en-quick {
  font-family: 'Quicksand', sans-serif;
}
.sptb {
  display: block;
}
.pc, .tb {
  display: none;
}
.gr {
  color: #777;
}
@media(min-width: 768px) and (max-width: 1024px) {
  .tb {
    display: block;
  }
  .sptb {
    display: block;
  }
  .sp, .pc {
    display: none;
  }
}
@media(min-width: 1025px) {
  body {
    font-size: 1.5rem;
  }
  .pc, .tb {
    display: block;
  }
  .sp {
    display: none;
  }
  .sptb {
    display: none;
  }
}
/* = button round
-------------------------------------------------------------- */
.btn-rd {
  width: 140px;
  margin: 0 auto;
  background-color: #96a0a2;
  border-radius: 100vh;
}
.btn-rd.big {
  width: 168px;
  margin: 0 auto;
}
.btn-rd.re {
  width: 168px;
  margin: 0 auto;
}
.btn-rd a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 10px 10px 0;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}
.btn-rd a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 24px;
}
/* = button square
-------------------------------------------------------------- */
.btn-sq {
  width: 280px;
  margin: 0 auto;
}
.btn-sq a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  position: relative;
  background-color: #fff;
  border: solid 1px #ccc;
  padding: 0 34px 0 34px;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  border-radius: 8px;
}
.btn-sq a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  transform: rotate(45deg);
  position: absolute;
  right: 28px;
}
.btn-sq.back {
  width: 200px;
}
@media(min-width: 768px) {
  .btn-sq a {
    height: 48px;
    font-size: 1.4rem;
  }
  .btn-sq a:hover {
    opacity: 1;
    background-color: #7bb8c6;
    border: solid 1px #7bb8c6;
    color: #fff;
  }
  .btn-sq a:hover::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
/* = button cv
-------------------------------------------------------------- */
.cv-btn_area .cv-btn_area_l p {
  width: 300px;
  margin: 0 auto;
  text-align: left;
}
.cv-btn_area .cv-btn_area_l p img {
  display: block;
  margin-bottom: 6px;
  width: 110px;
  text-align: left;
}
.cv-btn_area .cv-btn_area_r p {
  margin-bottom: 4px;
  font-size: 1.2rem;
  text-align: center;
}
.cv-btn {
  margin: 0 auto 32px;
  width: 300px;
  background-color: #67b8c9;
  border-radius: 8px;
  text-align: center;
}
.cv-btn a {
  display: inline-block;
  padding: 16px 0;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #fff;
}
.cv-btn.planner a:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 12px 0 0;
  background: url("img/icon_cv-btn-p.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.cv-btn.line a:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 12px 0 0;
  background: url("img/icon_LINE.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.cv-btn.plain a:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 12px 0 0;
  background: url("img/icon_free.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
/* = button reserved
-------------------------------------------------------------- */
.submit-area {
  margin-top: 16px;
}
.submit-area .submit-btn {
  display: block;
  padding: 16px;
  margin: 0 auto;
  background-color: #67b8c9;
  width: 300px;
  border-radius: 8px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  border: none;
}

/* = service category
-------------------------------------------------------------- */
.category {
  display: inline-block;
  font-size: 1.2rem;
  padding: 2px 10px;
  margin: 10px 0 6px;
  background-color: #fff;
}
.category.small {
  border: solid 1px #159CB9;
  color: #159CB9;
}
.category.hotel {
  border: solid 1px #bba478;
  color: #bba478;
}
.category.photo {
  border: solid 1px #EAA9BA;
  color: #EAA9BA;
}
/* = header
-------------------------------------------------------------- */
.header {
  position: fixed;
  width: 100%;
  height: 54px;
  background-color: #fff;
  border-bottom: solid 1px #ebebeb;
  padding: 14px 20px 0;
  z-index: 99;
}
.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header h1, .header .header-logo {
  display: inline-block;
  width: 128px;
  padding-top: 4px;
}
.header h1 img, .header .header-logo img {
  width: 100%;
}
.header .menu_btn {
  position: relative;
  z-index: 9999;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.header .menu_btn span {
  position: absolute;
  transition: all 0.4s;
  background-color: #555;
  width: 88%;
  height: 2px;
}
.header .menu_btn span:nth-of-type(1) {
  top: 6px;
}
.header .menu_btn span:nth-of-type(2) {
  top: 14px;
}
.header .menu_btn span:nth-of-type(3) {
  top: 22px;
}
.menu_pc {
  display: none;
}
/* = hamburger menu active
------------------------- */
.header .menu_btn.open span:nth-of-type(1) {
  transform: rotate(-135deg);
  top: 14px;
  width: 88%;
}
.header .menu_btn.open span:nth-of-type(2) {
  opacity: 0;
}
.header .menu_btn.open span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 14px;
  width: 88%;
}
/* = hamburger menu inner
------------------------- */
.header .hm-nav {
  display: none;
  right: -120%;
  animation: fade-out-animation 1000ms forwards;
}
.header .hm-nav.open {
  display: block;
  right: 0;
  animation: fade-in-animation 1000ms forwards;
}
@keyframes fade-in-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fade-out-animation {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
  }
}
.header .hm-nav .hm-nav_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #F5F5F5;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center; 
}
.header .hm-nav .hm-nav_bg .hm-nav_inner .menu-wrap .service-menu,
.header .hm-nav .hm-nav_bg .hm-nav_inner .menu-wrap .other-menu {
  padding: 10px 0;
}
.header .hm-nav .hm-nav_bg .hm-nav_inner .menu-wrap .service-menu ul {
  padding: 12px 0 0 16px;
}
.header .hm-nav .hm-nav_bg .hm-nav_inner .menu-wrap .service-menu ul li {
  padding-bottom: 12px;
}
.header .hm-nav .hm-nav_bg .hm-nav_inner .menu-wrap .other-menu ul li{
  padding-bottom: 16px;
}
.header .hm-nav .hm-nav_bg .hm-nav_inner .reserv-menu {
  padding-top: 16px;
}
.header .hm-nav .hm-nav_bg .hm-nav_inner .reserv-menu ul .reserv {
  width: 280px;
  padding-bottom: 32px
}
.header .hm-nav .hm-nav_bg .hm-nav_inner .reserv-menu ul .reserv a {
  display: block;
  padding: 12px;
  background-color: #67b8c9;
  border-radius: 8px;
  color: #fff;
  text-align: center;
}
.header .hm-nav .hm-nav_bg .hm-nav_inner .company {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  margin-bottom: 24px;
}
.header .hm-nav .hm-nav_bg .hm-nav_inner .insta a {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.header .hm-nav .hm-nav_bg .hm-nav_inner .insta a img {
  width: 100%;
}
.header .hm-nav .hm-nav_bg .hm-nav_inner .company li:nth-child(-n+2) {
  padding-right: 8px;
}
.header .hm-nav .hm-nav_bg .hm-nav_inner .company li:nth-child(-n+2)::after {
  content: "/";
}
.header .hm-nav .hm-nav_bg .hm-nav_inner .company li:nth-child(-n+2) a {
  padding-right: 8px;
}
@media(min-width: 768px) {
  .header {
    height: 70px;
    padding: 24px 48px 0;
  }
  .header h1, .header .header-logo {
    width: 160px;
    padding-top: 0;
  }
  .header .hm-nav .hm-nav_bg {
    display: block
  }
  .header .hm-nav .hm-nav_bg .hm-nav_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 86%;
    max-width: 760px;
    height: 100vh;
    margin: 0 auto;
  } 
  .header .hm-nav .hm-nav_bg .hm-nav_inner .menu-wrap {
    display: flex;
    justify-content: space-between;
  }
  .header .hm-nav .hm-nav_bg .hm-nav_inner .menu-wrap .service-menu ul {
    padding: 32px 0 0 16px;
  }
  .header .hm-nav .hm-nav_bg .hm-nav_inner .menu-wrap .service-menu ul li {
    padding-bottom: 24px;
  }
  .header .hm-nav .hm-nav_bg .hm-nav_inner .menu-wrap .other-menu ul li{
    padding-bottom: 32px;
  }
  .header .hm-nav .hm-nav_bg .hm-nav_inner .reserv-menu {
    padding-top: 40px;
  }
  .header .hm-nav .hm-nav_bg .hm-nav_inner .reserv-menu ul {
    display: flex;
    align-items: center;
  }
  .header .hm-nav .hm-nav_bg .hm-nav_inner .reserv-menu ul .reserv {
  padding-bottom: 0;
}
  .header .hm-nav .hm-nav_bg .hm-nav_inner .reserv-menu ul li.insta {
    margin-left: 72px;
  }
}
@media(min-width: 1025px) {
  .header .menu_btn {
    width: 28px;
    align-items: center;
  }
  .header .menu_btn span:before {
    transform: translateY(10px);
  }
  .header .menu_btn span:after {
    transform: translateY(-10px);
  }
  .header .inner .menu_area {
    display: flex;
    align-items: center;
  }
  .header .inner .menu_area .menu_pc {
    display: block;
  }
  .header .inner .menu_area .menu_pc ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.4rem;
    margin-right: 8px;
  }
  .header .inner .menu_area .menu_pc ul li {
    margin-right: 28px;
  }
  .header .inner .menu_area .menu_pc ul li a {
    color: #000;
    letter-spacing: 0;
  }
  .header .inner .menu_area .menu_pc ul .reserv a {
    color: #7bb8c6;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
}
main {
  padding-top: 54px;
}
@media(min-width: 768px) {
  main {
    padding-top: 70px;
  }
}
/* = front-ttl-wrap_common
-------------------------------------------------------------- */
.front-ttl-wrap {
  margin-bottom: 40px;
  text-align: center;
}
.front-ttl-wrap .en-quick {
  display: inline-block;
  font-family: 'Quicksand', sans-serif;
  color: #159CB9;
}
.front-ttl-wrap h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  margin: 0 auto 32px;
}
@media(min-width: 1025px) {
  .front-ttl-wrap {
    margin-bottom: 60px;
  }
  .front-ttl-wrap h2 {
    font-size: 3.2rem;
  }
}
/* = top_concept 
-------------------------------------------------------------- */
.concept {
  margin-bottom: 56px;
}
.concept .kv {
  position: relative;
  margin: 0 auto;
  background-image: url("img/top/top-kv_sp_2.jpg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 560px;
}
.concept .kv .kv-bg {
  visibility: hidden;
}
.concept .kv h2 {
  padding-top: 348px;
  text-align: center;
  visibility: visible;
}
.concept .kv h2 img {
  width: 268px;
}
.concept .message {
  margin: 50px 0;
  text-align: center;
}
.concept .concept-img {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}
.concept .concept-img img {
  width: 100%;
}
.concept .message p {
  font-size: 1.6rem;
}
@media(min-width: 768px) and (max-width: 1024px) {
  .concept {
    margin-bottom: 0;
  }
  .concept .kv {
    background-image: url("img/top/top-kv-pc.jpg");
    background-size: cover;
    background-position: center;
    height: 480px;
  }
  .concept .kv .kv-bg {
    visibility: visible;
    background-image: url("img/top/top-kv-bg.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    width: 50%;
    height: 100%;
    max-width: 384px;
    margin-left: calc((100vw - 768px)/2);
    text-align: center;
  }
  .concept .kv .kv-bg h2 {
    padding-top: 96px;
    margin-bottom: 44px;
    display: inline-block;
    width: 72%;
  }
  .concept .kv .kv-bg h2 img {
    width: 100%;
  }
  .concept .kv .kv-bg p {
    color: #fff;
  }
  .concept .kv .kv-bg p span {
    display: inline-block;
    margin-bottom: 16px;
  }
}
@media(min-width: 1025px) {
  .concept {
    margin-bottom: 0;
  }
  .concept .kv {
    background-image: url("img/top/top-kv-pc.jpg");
    background-size: cover;
    background-position: center bottom 56%;
    height: 560px;
  }
  .concept .kv .kv-bg {
    visibility: visible;
    background-image: url("img/top/top-kv-bg.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    width: 50%;
    height: 100%;
    max-width: 480px;
    margin-left: calc((100vw - 1080px)/2);
    text-align: center;
  }
  .concept .kv .kv-bg h2 {
    padding-top: 96px;
    margin-bottom: 48px;
    display: inline-block;
    width: 68%;
  }
  .concept .kv .kv-bg h2 img {
    width: 100%;
  }
  .concept .kv .kv-bg p {
    color: #fff;
    letter-spacing: 0.15em;
  }
  .concept .kv .kv-bg p span {
    display: inline-block;
    margin-bottom: 16px;
  }
}
/* = top_value 
-------------------------------------------------------------- */
.value {
  padding: 56px 0 40px;
  background-color: #e6eeee;
  text-align: center;
}
.value .front-ttl-wrap h2 {
  width: 86%;
  max-width: 360px;
}
.value .front-ttl-wrap h2 img {
  width: 100%;
}
.value .contents-wrap {
  width: 90%;
  margin: 0 auto;
}
.value .contents-wrap .content {
  margin: 0 auto 40px;
  background-color: #fff;
  border-radius: 16px;
  max-width: 480px;
}
.value .contents-wrap .content_img {
  width: 100%;
  margin: 0 auto;
}
.value .contents-wrap .content_img img {
  width: 100%;
  border-radius: 16px 16px 0 0;
}
.value .contents-wrap .content_txt {
  padding: 32px 24px 24px;
}
.value .contents-wrap .content_txt h3 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  line-height: 1.5;
}
.value .contents-wrap .content_txt p {
  text-align: left;
}
.value .qest-img {
  width: 78%;
  max-width: 383px;
  margin: 0 auto 20px;
}
.value .qest-img img {
  width: 100%;
}
.value-ft-message {
  font-size: 1.6rem;
}
.fukidashi {
  display: block;
  width: 36%;
  margin: 0 auto;
}
@media(min-width: 768px) {
  .value .contents-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1280px;
  }
  .value .contents-wrap .content {
    width: 31.333%;
  }
  .fukidashi {
    width: 18%;
  }
}
/* = top_service
-------------------------------------------------------------- */
.service {
  padding-top: 56px;
  margin-bottom: 56px;
}
.service .inner .content {
  padding-bottom: 56px;
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #E6EEEE;
}
.service .inner .content .content-img img {
  width: 100%;
}
.service .inner .content .txt-box {
  width: 90%;
  padding: 24px 0 28px;
  margin: -70px auto 0;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 16px
}
.service .inner .content .txt-box p {
  font-size: 1.5rem;
  margin-bottom: 16px;
}
.service .inner .content .txt-box h3 {
  margin-bottom: 24px;
  font-size: 2.4rem;
}
@media(min-width: 768px) {
  .service {
    margin-bottom: 80px;
  }
  .service .inner {
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1080px;
  }
  .service .inner .content {
    padding-bottom: 0;
    margin-bottom: 56px;
    flex-direction: row;
    align-items: center;
    height: 320px;
  }
  .service .inner .content.reverse {
    flex-direction: row-reverse;
  }
  .service .inner .content .content-img {
    flex: 2;
    height: 320px;
  }
  .service .inner .content .content-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .service .inner .content .txt-box {
    margin: 0 50px 0 -50px;
    flex: 1;
    min-width: 338px;
  }
  .service .inner .content.reverse .txt-box {
    margin: 0 -50px 0 50px;
  }
}
@media(min-width: 1025px) {
  .service {
    margin-bottom: 144px;
  }
  .service .inner .content {
    margin-bottom: 60px;
    flex-direction: row;
  }
}
/* = top_banner
-------------------------------------------------------------- */
.banner {
  margin-bottom: 56px;
}
.banner .inner .banner-content {
  width: 90%;
  margin: 0 auto 24px;
}
.banner .inner .banner-content img {
  width: 100%;
}
.banner .inner .banner-content p, .banner .inner .banner-content h2 {
  padding-top: 8px;
  text-align: center;
}
@media(min-width: 768px) {
  .banner {
    margin-bottom: 80px;
  }
  .banner .inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .banner .inner .banner-content {
    width: 49%;
    margin: 0;
  }
  .banner .inner .banner-content img {
    width: 100%;
  }
}
@media(min-width: 1025px) {
  .banner {
    margin-bottom: 120px;
  }
}
/* = top_voice
-------------------------------------------------------------- */
.top_voice_inner {
  padding: 20px 0 56px;
  background-color: #f4f4f4;
}
.top_voice::before {
  content: "";
  display: block;
  height: 36px;
  background: url("img/bg_r.png") no-repeat;
  background-size: 100% 100%;
}
.top_voice .contents-wrap {
  margin: 0 16px 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #f4f4f4;
}
.top_voice .contents-wrap li:nth-child(n + 5) {
  display: none;
}
.top_voice .contents-wrap .content {
  margin-bottom: 24px;
  width: 48%;
}
.top_voice .contents-wrap .content .content-img img {
  width: 100%;
  height: 100%;
}
.top_voice .contents-wrap .content .content-txt h3 {
  margin-top: 10px;
  line-height: 1.5;
}
@media(min-width: 768px) {
  .top_voice_inner {
    padding: 32px 0 60px;
  }
  .top_voice::before {
    height: 48px;
  }
  .top_voice .contents-wrap {
    max-width: 1080px;
    margin: 0 auto 10px;
    padding: 0 40px;
  }
  .top_voice .contents-wrap li:nth-child(n + 5) {
    display: block;
  }
  .top_voice .contents-wrap .content {
    margin-bottom: 40px;
    width: 31.333%;
  }
}
@media(min-width: 1025px) {
  .top_voice_inner {
    padding: 24px 0 80px;
  }
  .top_voice::before {
    height: 64px;
  }
}
/* = top_venue
-------------------------------------------------------------- */
.top_venue {
  padding: 56px 0;
  border-bottom: solid 4px #EAEBEE;
}
.top_venue .front-ttl-wrap h2 span {
  font-size: 1.8rem;
}
.top_venue .list .slider, .place.hotel .list .slider, .place.small .contents-wrap .slider {
  width: 90%;
  margin: 0 auto;
  opacity: 0;
}
.top_venue .list .slider.slick-initialized, .place.hotel .list .slider.slick-initialized, .place.small .contents-wrap .slider.slick-initialized {
  opacity: 1;
}
.top_venue .list .slider li a, .place.hotel .list .slider li a {
  display: block;
}
.top_venue .list .slider li a img, .place.hotel .list .slider li a img, .place.small .contents-wrap .slider li img {
  width: 100%;
}
.top_venue .list .slider .slick-slide, .place.hotel .list .slider .slick-slide, .place.small .contents-wrap .slider .slick-slide {
  margin: 0 10px;
}
.venue-ttl.slider-bottom {
  width: 94%;
  margin: 0 auto;
  padding: 4px 0 16px;
  border-bottom: none;
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, .slick-next {
  position: absolute; /*絶対配置にする*/
  top: 0;
  bottom: 140px;
  margin: auto;
  cursor: pointer; /*マウスカーソルを指マークに*/
  height: 32px;
  width: 32px;
}
.place.small .contents-wrap .slick-prev, .place.small .contents-wrap .slick-next {
  top: 0;
  bottom: 48px;
}
.slick-prev img, .slick-next img {
  width: 100%;
}
.slick-prev { /*戻る矢印の位置と形状*/
  left: -1.5%;
  z-index: 10;
}
.slick-next { /*次へ矢印の位置と形状*/
  right: -1.5%;
}
/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 10px 0 20px 0;
}
.place.small .contents-wrap .slick-dots {
  margin: 24px 0 24px 0;
}
@media(min-width: 1025px) {
  .slick-prev, .slick-next {
    height: 40px;
    width: 40px;
  }
  .slick-prev { /*戻る矢印の位置と形状*/
    left: -2%;
  }
  .slick-next { /*次へ矢印の位置と形状*/
    right: -2%;
  }
  .slick-dots {
    margin: 20px 0 40px 0;
  }
}
.slick-dots li {
  display: inline-block;
  margin: 0 8px;
}
.slick-dots button {
  color: transparent;
  border: none;
  outline: none;
  width: 10px; /*ドットボタンのサイズ*/
  height: 10px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
  padding: 0;
}
.slick-dots .slick-active button {
  background: #777; /*ドットボタンの現在地表示の色*/
}
@media(min-width: 768px) {
  .top_venue {
    padding: 80px 0 60px;
  }
  .top_venue .list {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .top_venue .list ul {
    margin-bottom: 60px;
  }
}
@media(min-width: 1025px) {
  .top_venue {
    padding: 80px 0;
  }
}
/* = top_item
-------------------------------------------------------------- */
.top_item {
  padding: 56px 0;
  border-bottom: solid 4px #EAEBEE;
}
.top_item .item-img {
  margin: 0 auto 40px;
  width: 90%;
}
.top_item .item-img img {
  width: 100%;
}
@media(min-width: 768px) {
  .top_item {
    padding: 80px 0 60px;
  }
  .top_item .item-img {
    max-width: 1080px;
    padding: 0 40px;
    margin: 0 auto 60px;
    width: 100%;
  }
}
@media(min-width: 1025px) {
  .top_item {
    padding: 80px 0;
  }
}
/* = top_guide
-------------------------------------------------------------- */
.top_guide {
  padding: 56px 0;
  border-bottom: solid 4px #EAEBEE;
}
@media(min-width: 768px) {
  .top_guide {
    padding: 80px 0;
  }
}
@media(min-width: 1025px) {
  .top_guide {
    padding: 80px 0;
  }
}
/* = top_news
-------------------------------------------------------------- */
.top_news {
  padding: 56px 0 80px;
}
.news-wrap {
  width: 90%;
  max-width: 680px;
  margin: 0 auto;
}
.news-wrap ul li {
  padding: 16px 0;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
.news-wrap ul li .date {
  padding-right: 4px;
  font-size: 1.2rem;
  color: #96a0a2;
}
.news-wrap ul li .cat {
  padding: 4px 12px;
  line-height: 1;
  background: #67b8c9;
  font-size: 1.2rem;
  color: #fff;
}
.news-wrap ul li .ttl {
  padding-top: 4px;
}
@media(min-width: 768px) {
  .news-wrap ul li {
    display: flex;
    padding: 24px 0;
  }
  .news-wrap ul li .ttl {
    display: inline-block;
    padding: 0 0 0 16px;
  }
}
@media(min-width: 1025px) {
  .top_news {
    padding: 80px 0 120px;
  }
  .news-wrap ul li .date,
  .news-wrap ul li .cat {
    font-size: 1.4rem;
  }
}
/* = common title not-front and service
-------------------------------------------------------------- */
.top-bn.voice .top-img {
  background: url("img/voice/voice-bg.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-bn.venue .top-img {
  background: url("img/venue/venue-bg.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-bn.item .top-img {
  background: url("img/item/item-bg.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-bn.guide .top-img {
  background: url("img/guide/guide-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom 20%;
  width: 100%;
  height: 200px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-bn.faq .top-img {
  background: url("img/faq-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top 20%;
  width: 100%;
  height: 200px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-img.not-found {
  background: url("img/404.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 200px;
  margin-bottom: 40px;
}
.top-bn .top-img .in-ttl-wrap {
  color: #fff;
  text-align: center;
}
.top-bn .top-img .in-ttl-wrap h1 {
  font-size: 2.4rem;
  color: #fff;
}
.top-bn .top-img .in-ttl-wrap span {
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 16px;
  border-bottom: solid 1px #fff;
}
.top-bn h2 {
  text-align: center;
  margin-bottom: 20px;
}
@media(min-width: 1025px) {
  .top-bn.voice .top-img, .top-bn.venue .top-img, .top-bn.item .top-img, .top-bn.guide .top-img, .top-bn.faq .top-img, .top-img.not-found {
    height: 280px;
    margin-bottom: 80px
  }
  .top-bn .top-img .in-ttl-wrap h1 {
    font-size: 3.2rem;
    margin-bottom: 24px;
  }
  .top-bn h2 {
    margin-bottom: 0;
  }
}
/* = VOICE
-------------------------------------------------------------- */
.voices ul {
  padding-top: 20px;
}
.voices ul li {
  margin-bottom: 56px;
}
.voices ul li .voice-inner {
  width: 90%;
  margin: 0 auto;
}
.voices ul li .voice-img {
  width: 84%;
  margin: 0 auto;
}
.voices ul li .voice-img img {
  width: 100%;
  height: 100%;
}
.voices ul li .voice-txt {
  margin: -40px auto 0;
  padding: 80px 32px 32px;
  background-color: #f4f4f4;
  border-radius: 0 0 16px 16px;
}
.voices ul li .voice-txt h3 {
  margin-bottom: 28px;
  font-size: 1.8rem;
  position: relative;
  z-index: 1;
}
.voices ul li .voice-txt h3::before {
  content: "";
  display: inline-block;
  background: url("img/icon_colon.png") no-repeat;
  width: 48px;
  height: 42px;
  background-size: contain;
  position: absolute;
  top: -16px;
  left: 0;
  z-index: -1;
}
@media(min-width: 768px) {
  .voices ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1080px;
    width: 90%;
    margin: 0 auto 36px;
    padding-top: 36px;
  }
  .voices ul li {
    width: 31.333%;
    margin: 0 0 40px;
  }
  .voices ul li .voice-inner {
    width: 100%;
  }
  .voices ul:after {
    content: "";
    display: block;
    width: 31.333%;
    height: 0;
  }
}
/* = VOICE_single
-------------------------------------------------------------- */
.voice-article {
  padding-top: 20px;
}
.voice-article article {
  padding-bottom: 56px;
}
.voice-article article .article_inner {
  width: 90%;
  margin: 0 auto;
}
.voice-article article .article_main-img {
  width: 100%;
  margin: 0 auto 24px;
}
.voice-article article .article_main-img img {
  width: 100%;
  height: auto;
}
.post-header, .post-body_wrap {
  margin: 0 auto;
}
.voice-article article .post-header h1.voice {
  font-size: 2.4rem;
  padding: 8px 0 16px;
  margin-bottom: 16px;
}
.voice-article article .post-header .voice-article_info{
  margin-top: 40px;
}
.voice-article article .post-header .info_ttl {
  padding: 8px;
  max-width: 400px;
  margin: 0 auto 24px;
  text-align: center;
  color: #fff;
  background-color: #7bb8c6;
}
.voice-article article .post-header .info_name {
  text-align: center;
  font-size: 1.6rem;
}
.voice-article article .post-header .info_detail {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
  padding: 8px 32px;
  max-width: 400px;
  margin: 0 auto;
  border-bottom: solid 1px #7bb8c6;
  line-height: 2;
}
.voice-article article .post-header .info_detail dt {
  width: 36%;
  padding-left: 8px;
}
.voice-article article .post-header .info_detail dd {
  width: 64%;
}

/*post_common_____________*/
.post-body {
  margin-bottom: 56px;
}
.post-body h2, .post-body h3, .post-body h4 {
  font-family: 'Noto Serif JP', serif;
}
.post-body p a {
  color: #159CB9;
  text-decoration: underline;
}
/*________________________*/

.voice-article .post-body h2 {
  font-size: 2.0rem;
  padding: 24px 8px;
  margin: 56px 0 24px;
  border-bottom: solid 1px #ccc;
}
.voice-article .post-body h3 {
  font-size: 1.8rem;
  padding: 0 8px 4px 8px;
  margin: 48px 0 16px;
  border-left: solid 4px #ccc;
}
.voice-article .post-body p {
  margin-bottom: 32px;
  font-size: 1.5rem;
  line-height: 2;
}
.voice-article .post-body p img {
  width: 100%;
  height: 100%;
}

/*__________________________*/
.voice-article_footer ul li {
  padding: 24px 20px 20px;
  margin: 16px 0;
  border: solid 10px #e6eeee;
  border-radius: 16px;
}
.voice-article_footer ul li h4 {
  margin-bottom: 16px;
  padding-bottom: 8px;
  text-align: center;
  border-bottom: solid 1px #96a0a2;
}
.vaf_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.vaf_inner .vaf_img {
  width: 30%;
  max-height: 92px;
  margin-top: 8px;
}
.vaf_inner .vaf_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vaf_inner .vaf_ttl {
  width: 62%;
}
.vaf_inner .vaf_ttl h5 {
  margin-bottom: 6px;
  font-size: 1.8rem;
}
.vaf_inner .vaf_ttl p {
  margin-bottom: 8px;
  font-size: 1.3rem;
}
.vaf_inner .vaf_ttl a {
  font-size: 1.3rem;
  text-decoration: underline;
}
@media(min-width: 768px) {
  .voice-article {
    max-width: 860px;
    margin: 0 auto;
  }
  .voice-article_footer {
    width: 100%;
  }
  .voice-article_footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto 20px;
  }
  .voice-article_footer ul li {
    width: 48%;
    padding: 28px;
  }
  .vaf_inner {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .vaf_inner .vaf_img {
    width: 100%;
    max-height: 100%;
    margin-top: 0;
  }
  .vaf_inner .vaf_ttl {
    width: 100%;
    margin-top: 12px;
  }
  .vaf_inner .vaf_ttl h5 {
    margin-bottom: 6px;
    font-size: 2.0rem;
  }
  .vaf_inner .vaf_ttl p {
    font-size: 1.4rem;
  }
}
/* = VENUE
-------------------------------------------------------------- */
.top-bn.venue h1 .small-text {
  font-size: 1.8rem;
  border: none;
}
.venues {
  padding: 40px 0 56px;
  margin-top: 40px;
  background-color: #f4f4f4;
}
.venues ul {
  width: 90%;
  margin: 0 auto;
}
.venues ul li {
  padding: 20px;
  margin-bottom: 24px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 2px 1px #ddd;
}
.venues ul li .venue-img img {
  width: 100%;
  margin-bottom: 8px;
}
.venue-ttl {
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: solid 1px #777;
}
.venue-ttl h2 {
  font-size: 2.0rem;
}
.venue-ttl .area {
  font-size: 1.2rem;
}
.venue-txt .number {
  padding-top: 8px;
  font-size: 1.2rem;
}
@media(min-width: 768px) {
  .venues ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
  }
  .venues ul li {
    display: flex;
    flex-wrap: wrap;
    width: 48%;
  }
}
@media(min-width: 1025px) {
  .venues {
    padding: 80px 0;
    margin-top: 40px;
    background-color: #f4f4f4;
  }
  .venues ul li {
    padding: 32px;
    margin-bottom: 40px;
  }
  .venue-ttl {
    padding-bottom: 12px;
  }
  .venue-ttl h2 {
    font-size: 2.2rem;
  }
  .venue-ttl .area {
    font-size: 1.4rem;
  }
  .venue-txt .number {
    padding-top: 12px;
    font-size: 1.4rem;
  }
}
/* = VENUE_single
-------------------------------------------------------------- */
.venue_detail_mv {
  width: 100%;
  height: 200px;
  margin-bottom: 16px;
}
.venue_detail_mv.ana {
  background: url("img/venue/ana/ana_main.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.venue_detail_mv.ori {
  background: url("img/venue/oriental/oriental_main.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.venue_detail_mv.gran {
  background: url("img/venue/granvia/granvia_main.jpg") no-repeat;
  background-position: center top 25%;
  background-size: cover;
}
.venue_detail_mv.wall {
  background: url("img/venue/wall/wall_main.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.venue_detail_mv.rivers {
  background: url("img/venue/rivers/rivers_main.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.venue_detail_mv.clayton {
  background: url("img/venue/clayton/clayton_main.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.venue_detail_ttl-box {
  width: 90%;
  margin: 0 auto 56px;
  text-align: center;
}
.venue_detail_ttl-box h1 {
  font-size: 2.4rem;
  padding-top: 4px;
}
.venue_detail_inner .venue-txt .description {
  text-align: left;
}
.venue_detail_recommend, .venue_detail_gallery, .venue_detail_info {
  margin-bottom: 56px;
}
.recommend-ttl, .gallery-ttl, .info-ttl {
  text-align: center;
  margin-bottom: 16px;
}
.recommend-ttl h2, .gallery-ttl h2, .info-ttl h2 {
  font-size: 2.4rem;
  line-height: 1.0em;
}
.recommend-ttl span, .gallery-ttl span, .info-ttl span {
  color: #96a0a2;
  font-size: 1.2rem;
}
.recommend-point {
  width: 90%;
  margin: 0 auto;
  padding-top: 16px;
}
.recommend-point ul li {
  margin-bottom: 48px;
}
.recommend-point_en {
  padding-left: 12px;
  margin-bottom: 16px;
  border-left: solid 1px #96a0a2;
  border-bottom: solid 1px #96a0a2;
}
.recommend-point_en .en-ttl {
  font-size: 1.0rem;
  color: #777;
}
.recommend-point_en .en-number {
  display: inline-block;
  margin-left: 8px;
  font-size: 2.4rem;
  color: #999;
}
.recommend-point_img {
  margin-bottom: 16px;
}
.recommend-point_img img {
  width: 100%;
}
.recommend-point_box h3 {
  margin-bottom: 12px;
  font-size: 1.8rem;
}
.gallery-gallery {
  width: 90%;
  margin: 0 auto;
  padding-top: 16px;
}
.gallery-gallery ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.gallery-gallery ul li {
  width: 49%;
  margin-bottom: 6px;
}
.gallery-gallery ul li img {
  width: 100%;
}
.info-wrap {
  width: 90%;
  margin: 0 auto 56px;
  padding-top: 16px;
}
.base-info, .banquet-info {
  margin-bottom: 40px;
}
.info-txt-box .ttl {
  text-align: center;
  margin-bottom: 12px;
}
.info-txt-box .info-in {
  font-size: 1.3rem;
}
.info-txt-box .info-in dl {
  display: flex;
  flex-flow: row wrap;
  border-top: solid 1px #eee;
  border-left: solid 1px #eee;
}
.info-txt-box .info-in dt, .info-wrap .info-in dd {
  padding: 8px 8px 8px 10px;
  border-bottom: solid 1px #eee;
  border-right: solid 1px #eee;
}
.info-txt-box .base-info .info-in dt, .info-txt-box .banquet-info .info-in dt {
  flex-basis: 28%;
  background-color: #f4f4f4;
}
.info-txt-box .base-info .info-in dd, .info-txt-box .banquet-info .info-in dd {
  flex-basis: 72%;
}
.info-txt-box .covid_info .info-in dt {
  flex-basis: 10%;
  background-color: #f4f4f4;
}
.info-txt-box .covid_info .info-in dd {
  flex-basis: 90%;
}
@media(min-width: 768px) {
  .venue_detail_mv {
    height: 320px;
    margin-bottom: 24px;
  }
  .venue_detail_ttl-box {
    max-width: 640px;
    margin: 0 auto 72px;
  }
  .venue_detail_ttl-box h1 {
    font-size: 2.8rem;
    margin-bottom: 8px;
  }
  .recommend-ttl, .gallery-ttl, .info-ttl {
    margin-bottom: 24px;
  }
  .recommend-ttl h2, .gallery-ttl h2, .info-ttl h2 {
    font-size: 2.8rem;
    line-height: 1.2em;
  }
  .recommend-point ul li {
    display: flex;
  }
  .recommend-point_img {
    width: 50%;
    margin-right: 32px;
  }
  .recommend-point_txt {
    width: 50%;
  }
  .recommend-point_box h3 {
    margin-bottom: 16px;
    font-size: 2.2rem;
  }
  .gallery-gallery ul li {
    margin-bottom: 12px;
  }
  .info-wrap {
    max-width: 640px;
    margin: 0 auto 56px;
  }
}
@media(min-width: 1025px) {
  .venue_detail_mv {
    height: 380px;
    margin-bottom: 40px;
  }
  .venue_detail_ttl-box {
    margin: 0 auto 90px;
  }
  .venue_detail_recommend, .venue_detail_gallery, .venue_detail_info {
    margin-bottom: 80px;
  }
  .recommend-point {
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 16px;
  }
  .recommend-ttl h2, .gallery-ttl h2, .info-ttl h2 {
    font-size: 3.2rem;
    line-height: 1.2em;
  }
  .recommend-ttl span, .gallery-ttl span, .info-ttl span {
    font-size: 1.4rem;
  }
  .recommend-point_en {
    padding-left: 12px;
    margin-top: 8px;
    margin-bottom: 24px;
  }
  .recommend-point_en .en-ttl {
    font-size: 1.2rem;
  }
  .recommend-point_en .en-number {
    font-size: 2.8rem;
  }
  .recommend-point_box h3 {
    font-size: 2.4rem;
  }
  .recommend-point_box p {
    font-size: 1.4rem;
  }
  .gallery-gallery ul li {
    margin-bottom: 18px;
  }
  .info-wrap .info-in {
    font-size: 1.4rem;
  }
  .gallery-gallery {
    max-width: 1080px;
    margin: 0 auto;
  }
  .info-wrap {
    max-width: 1080px;
    display: flex;
    margin: 0 auto 72px;
  }
  .info-wrap .info-txt-box {
    width: 56%;
    margin-right: 40px;
  }
  .info-wrap .info-txt-box .ttl {
    text-align: left;
    margin: 0 0 12px 4px;
  }
  .info-wrap .googlmap-wrap {
    width: 44%;
  }
  .info-wrap .googlmap-wrap iframe {
    width: 100%;
  }
}
/* = GUIDE
-------------------------------------------------------------- */
.contents-wrap.guide {
  padding-top: 20px;
  margin: 0 16px 56px;
}
.contents-wrap.guide li {
  margin-bottom: 24px;
}
.article_img {
  width: 100%;
  position: relative;
}
.article_img img {
  width: 100%;
  height: 100%;
}
.contents-wrap.guide li .article_txt-box {
  padding-top: 8px;
}
.article_txt-box h3 {
  line-height: 1.5;
}
.article_txt-box .guide-article_info {
  line-height: 1.0;
  margin-bottom: 6px;
}
.article_txt-box .article_category {
  display: inline-block;
  font-size: 1.2rem;
  color: #159CB9;
}
.article_txt-box .date {
  padding-right: 8px;
  font-size: 1.2rem;
  color: #96a0a2;
}
.contents-wrap.guide li:nth-child(n+2) a {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.contents-wrap.guide li:nth-child(n+2) a .article_img {
  width: 32%;
}
.contents-wrap.guide li:nth-child(n+2) a .article_img img {
  width: 100%;
  height: 100%;
}
.contents-wrap.guide li:nth-child(n+2) a .article_txt-box {
  padding-top: 0;
  margin-top: 0;
  padding-left: 12px;
  width: 68%;
}
@media(min-width: 768px) {
  .contents-wrap.guide {
    max-width: 1080px;
    margin: 0 auto 36px;
    padding-top: 36px;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contents-wrap.guide li {
    width: 31.333%;
  }
  .contents-wrap.guide li:nth-child(n+2) a {
    display: block;
  }
  .contents-wrap.guide li:nth-child(n+2) a .article_img, .contents-wrap.guide li:nth-child(n+2) a .article_txt-box {
    width: 100%;
  }
  .contents-wrap.guide li:nth-child(n+2) a .article_txt-box {
    padding-top: 8px;
    padding-left: 0;
    width: 100%;
  }
  .contents-wrap.guide:after {
    content: "";
    display: block;
    width: 31.333%;
    height: 0;
  }
}
@media(min-width: 1025px) {
  .contents-wrap.guide li {
    margin-bottom: 40px;
  }
  .contents-wrap.guide li .article_txt-box h3 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
/* = GUIDE_single
-------------------------------------------------------------- */
.guide-article {
  padding-top: 20px;
}
.guide-article article {
  padding-bottom: 56px;
  border-bottom: solid 1px #EAEBEE;
}
.guide-article article .article_inner {
  width: 90%;
  margin: 0 auto;
}
.guide-article article .article_main-img {
  width: 100%;
  margin: 0 auto 24px;
  position: relative;
}
.guide-article article .article_main-img img {
  width: 100%;
  height: 100%;
}
.post-header, .post-body_wrap {
  margin: 0 auto;
}
.post-header .article_info .date {
  font-size: 1.2rem;
  color: #96a0a2;
}
.post-header .article_info .article_category a {
  display: inline-block;
  margin-left: 8px;
  font-size: 1.2rem;
  color: #159CB9;
}
.post-header h1.guide,
.post-header h1.news {
  font-size: 2.4rem;
  padding: 8px 0 16px;
  margin-bottom: 32px;
  border-bottom: solid 1px #ccc;
}
.guide-article .post-body h2 {
  font-size: 2.0rem;
  padding: 16px;
  margin: 64px 0 24px;
  border-top: double #67b8c9;
  border-bottom: double #67b8c9;
  background-color: #f9f9f9;
}
.guide-article .post-body h3 {
  font-size: 1.8rem;
  padding: 4px 8px 8px 8px;
  margin-bottom: 24px;
  border-left: solid 4px #67b8c9;
}
.guide-article .post-body p {
  margin-bottom: 32px;
  font-size: 1.5rem;
  line-height: 2;
}
.guide-article .post-body p img {
  width: 100%;
  height: 100%;
}

.side-list {
  padding: 56px 0;
}
.side-list h2 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
}
.side-list ul {
  width: 90%;
  margin: 0 auto;
}
.side-list ul li {
  margin-bottom: 24px;
}
.side-list ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.side-list ul li a .article_img {
  width: 32%;
}
.side-list ul li a .article_txt-box {
  width: 68%;
  padding-left: 12px;
}
@media(min-width: 768px) {
  .guide-article {
    display: flex;
    justify-content: space-between;
  }
  .guide-article article {
    padding-top: 56px;
    width: calc(100% - 340px);
    border-bottom: none;
  }
  .guide-article .side-list {
    width: 320px;
  }
  .guide-article.side-list ul {
    width: 100%;
    margin: 0 auto;
  }
  .guide-article .side-list .article_txt-box h3 {
    font-size: 1.4rem;
  }
}
@media(min-width: 1025px) {
  .guide-article {
    max-width: 1080px;
    margin: 0 auto;
  }
  .guide-article article {
    width: calc(100% - 420px);
  }
  .guide-article .side-list {
    width: 400px;
  }
}

/* = NEWS
-------------------------------------------------------------- */
.news-article {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
  padding: 56px 0 80px;
}
.news-article .post-header .news_info {
  margin-bottom: 16px;
}
.news-article .post-header .news_info .date {
  padding-right: 4px;
  font-size: 1.2rem;
  color: #96a0a2;
}
.news-article .post-header .news_info .cat {
  padding: 4px 12px;
  line-height: 1;
  background: #67b8c9;
  font-size: 1.2rem;
  color: #fff;
}
@media(min-width: 1025px) {
  .news-article {
    padding: 80px 0 120px;
  }
}

/* = FAQ
-------------------------------------------------------------- */
.faq_inner {
  margin-bottom: 60px;
}
.top-bn.faq ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top-bn.faq ul li {
  width: 44%;
  margin: 0 6px 20px;
}
.top-bn.faq ul li a {
  display: block;
  padding: 12px 0;
  background-color: #96a0a2;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
}
.top-bn.faq ul li a::after {
  content: "";
  display: inline-block;
  background: url("img/icon_arrow.png") no-repeat;
  width: 10px;
  height: 10px;
  margin: 4px 0 0 8px;
  background-size: contain;
  vertical-align: middle;
}
.faq_content {
  width: 90%;
  margin: 0 auto;
  padding-top: 56px;
}
.faq_content h2 {
  text-align: center;
  font-size: 2.4rem;
}
.faq_content dt, .faq_content dd {
  position: relative;
}
.faq_content dl {
  padding-top: 32px;
}
.faq_content dt {
  padding: 0 8px 12px 22px;
}
.faq_content dt:before {
  position: absolute;
  top: -6px;
  left: 0;
  content: "Q";
  font-family: 'Quicksand', sans-serif;
  font-size: 1.8rem;
  color: #159CB9;
}
.faq_content dd {
  padding: 8px 16px;
  background-color: #f4f4f4;
}
@media(min-width: 768px) and (max-width: 1024px) {
  .faq_inner {
    margin-bottom: 80px;
  }
  .top-bn.faq ul {
    max-width: 840px;
    margin: 0 auto;
  }
  .top-bn.faq ul li {
    width: 22%;
    margin: 0 8px 16px;
    text-align: center;
    background-color: #96a0a2;
    border-radius: 8px;
  }
  .faq_content {
    max-width: 640px;
  }
}
@media(min-width: 1025px) {
  .faq_inner {
    margin-bottom: 120px;
  }
  .top-bn.faq ul {
    max-width: 840px;
    margin: 0 auto;
  }
  .top-bn.faq ul li {
    width: 22%;
    padding: 6px 0;
    margin: 0 8px 16px;
    text-align: center;
    background-color: #96a0a2;
    border-radius: 8px;
  }
  .top-bn.faq ul li a {
    font-size: 1.3rem;
  }
  .faq_content {
    max-width: 640px;
  }
  .faq_content dl {
    padding-top: 36px;
  }
  .faq_content dt:before {
    top: -4px;
  }
  .faq_content dd {
    padding: 12px 20px;
  }
}
/* = WEDDING SALON
-------------------------------------------------------------- */
.top-bn.salon {
  height: 200px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-bn.salon .in-ttl-wrap {
  text-align: center;
}
.top-bn.salon .in-ttl-wrap h1 {
  font-size: 2.4rem;
}
.top-bn.salon .in-ttl-wrap span {
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 16px;
  border-bottom: solid 1px #555;
}
.salon-img-bg {
  background-color: #e6eeee;
}
.salon-img {
  height: 192px;
  background: url("img/salon.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.consultation {
  display: flex;
  justify-content: center;
}
.consultation-img {
  width: 72px;
  height: 72px;
  margin: 0 4px -36px;
}
.consultation-img img {
  width: 100%;
}
.fair-txt {
  text-align: center;
}
.fair-txt a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0 2px 8px;
  background: url("img/icon_arrow-r.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.planner-message.salon {
  padding: 50px 0;
  margin-bottom: 24px;
}
.salon-info-wrap {
  width: 84%;
  margin: 0 auto 24px;
  text-align: center;
}
.salon-info-wrap .address, .salon-info-wrap .access {
  padding: 24px 8px;
  border-bottom: solid 1px #ccc;
}
.salon-info-wrap .tel {
  padding-top: 18px;
  font-size: 3.2rem;
}
.salon-info-wrap .open {
  font-size: 1.2rem;
  line-height: 1.5;
  padding-bottom: 24px;
  border-bottom: solid 1px #ccc;
}
.googlmap-wrap.salon {
  width: 90%;
  margin: 0 auto 56px;
}
.googlmap-wrap.salon iframe {
  width: 100%;
}
@media(min-width: 768px) {
  .salon-img {
    height: 320px;
  }
  .consultation-img {
    width: 90px;
    height: 90px;
    margin: 0 8px -36px;
  }
  .planner-message.salon {
    padding: 80px 0 50px;
  }
  .fair-txt {
    padding-top: 8px;
  }
}
@media(min-width: 1025px) {
  .top-bn.salon {
    height: 280px;
  }
  .top-bn.salon .in-ttl-wrap h1 {
    font-size: 3.2rem;
  }
  .salon-img-bg {
    padding-top: 60px;
  }
  .salon-img {
    max-width: 1080px;
    height: 420px;
    margin: 0 auto;
  }
  .consultation-img {
    width: 112px;
    height: 112px;
    margin: 0 16px -60px;
  }
  .planner-message.salon {
    padding: 100px 0 56px;
  }
}

/* = ABOUT US
-------------------------------------------------------------- */
.top-bn.about {
  height: 200px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-bn.about .in-ttl-wrap {
  text-align: center;
}
.top-bn.about .in-ttl-wrap h1 {
  font-size: 2.4rem;
}
.top-bn.about .in-ttl-wrap span {
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 16px;
  border-bottom: solid 1px #555;
}
.about-img {
  height: 192px;
  background: url("img/about/TOP_re.jpg") no-repeat;
  background-position: center top 20%;
  background-size: cover;
}
.about-intro {
  padding: 56px 0;
  background-color: #f4f4f4;
}
.about-intro-inner {
  width: 90%;
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}
.about-intro-inner h2 {
  margin-bottom: 48px;
  font-size: 1.8rem;
}
.about-content {
  padding-top: 56px;
}
.about-content .ttl-wrap {
  margin-bottom: 48px;
  text-align: center;
}
.about-content .ttl-wrap.co {
  margin-bottom: 68px;
}
.about-content .ttl-wrap .en-quick {
  display: inline-block;
  color: #7bb8c6;
}
.about-content .ttl-wrap h2 {
  font-size: 2.4rem;
  margin: 8px auto 40px;
}
.about-content .ttl-wrap h3 {
  margin-bottom: 24px;
  font-size: 1.8rem;
}
.about-content .content-disc {
  width: 84%;
  max-width: 560px;
  margin: 0 auto;
  text-align: left;
}
.about_do-list {
  width: 90%;
  margin: 0 auto;
}
.about_do-list .about_do-content {
  padding: 32px 20px 40px;
  margin-bottom: 48px;
  background-color: #F2FBFC;
  border: solid 1px #67B8C9;
  border-radius: 16px;
  text-align: center;
}
.about_do-list .about_do-content:nth-child(2) {
  background-color: #FCFFFF;
}
.about_do-list .about_do-content .step-num {
  margin-bottom: 24px;
}
.about_do-list .about_do-content .step-num span.num{
  display: block;
  font-size: 4.0rem;
  line-height: 1;
}
.about_do-list .about_do-content .step-img {
  width: 132px;
  height: 92px;
  margin: 0 auto 24px;
}
.about_do-list .about_do-content .step-img.first {
  background: url("img/about/first.png") no-repeat;
  background-size: contain;
  background-position: center;
}
.about_do-list .about_do-content .step-img.second {
  background: url("img/about/second.png") no-repeat;
  background-size: contain;
  background-position: center;
}
.about_do-list .about_do-content .step-img.third {
  background: url("img/about/third.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.about_do-content h3 {
  margin-bottom: 32px;
  font-size: 2.0rem;
  font-weight: bold;
  color: #67B8C9;
}
.about_do-content .step-list {
  margin-bottom: 24px;
  text-align: center;
}
.about_do-content .step-list ul {
  display: inline-block;
}
.about_do-content .step-list ul li {
  position: relative;
  text-align: left;
  padding-left: 24px;
  margin-bottom: 8px;
  font-size: 1.5rem;
}
.about_do-content .step-list ul li:before {
  content: "";
  background-image: url("img/icon_checked.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 16px;
}
.about_do-content p {
  text-align: left;
  max-width: 540px;
  margin: 0 auto;
}
.about_se-wrap {
  padding: 56px 0 8px;
  background-color: #E6EEEE;
}
.about_se-wrap ul {
  width: 90%;
  margin: 0 auto;
}
.about_se-wrap ul .about_se-content {
  margin-bottom: 48px;
}
.about_se-wrap ul .about_se-content .content-img {
  width: 80%;
  margin: 0 auto;
}
.about_se-wrap ul .about_se-content .content-img img {
  width: 100%;
}
.about_se-wrap ul .about_se-content .txt-box {
  padding: 112px 20px 32px;
  margin-top: -80px;
  background-color: #FFF;
  border-radius: 16px;
}
.about_se-wrap ul .about_se-content .txt-box p.gr{
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 16px;
}
.about_se-wrap ul .about_se-content .txt-box h3 {
  font-size: 2.4rem;
  margin-bottom: 24px;
  text-align: center;
}
.about_se-wrap ul .about_se-content .txt-box .disc {
  margin: 0 auto 24px;
  max-width: 540px;
}
.mer-img {
  width: 90%;
  margin: 0 auto 56px;
  max-width: 400px;
  display: flex;
  justify-content: space-between;
}
.mer-img img {
  width: 31.333%;
}
.about_co-content-wrap {
  width: 90%;
  margin: 0 auto 72px;
  max-width: 540px;
}
.about_co-content-wrap li {
  margin-bottom: 64px;
  border: solid 1px #ddd;
}
.about_co-content-wrap .about_co-content {
  padding: 0 20px;
}
.about_co-content-wrap .about_co-content .label-txt {
  padding: 8px;
  margin-top: -20px;
  margin-bottom: 24px;
  background-color: #96a0a2;
  text-align: center;
  color: #fff;
}
.about_co-content-wrap .about_co-content .co-content-img {
  margin-bottom: 24px;
}
.about_co-content-wrap .about_co-content .co-content-img img {
  width: 100%;
}
.about_co-content-wrap .about_co-content .co-content-txt p {
  margin-bottom: 32px;
}

.about_co-content-wrap .about_co-content .co-content-txt h3 {
  font-size: 2.0rem;
  margin-bottom: 20px;
  text-align: center;
}

@media(min-width: 768px) {
  .about-img  {
    height: 320px;
    background-position: center top 35%;
  }
  .about-intro-inner h2 {
    font-size: 2.2rem;
  }
  .about_co-content-wrap {
    max-width: 1080px;
    display: flex;
    justify-content: space-between;
  }
  .about_co-content-wrap li {
    width: 48%;
  }
  .about_co-content-wrap .about_co-content .co-content-txt h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
@media(min-width: 1024px) {
  .top-bn.about {
    height: 280px;
  }
  .top-bn.about .in-ttl-wrap h1 {
    font-size: 3.2rem;
  }
  .about-img  {
    height: 420px;
    background-position: center top 25%;
  }
  .about-intro {
    padding: 80px 0;
  }
  .about-intro-inner h2 {
    font-size: 2.4rem;
  }
  .about-content {
    padding-top: 80px;
  }
  .about-content .ttl-wrap h2 {
    font-size: 3.2rem;
  }
  .about-content .ttl-wrap {
    margin-bottom: 60px;
  }
  .about_se-wrap ul {
    max-width: 1080px;
  }
  .about_do-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1080px;
  }
  .about_do-list .about_do-content {
    width: 31.333%;
  }
  .about_se-wrap {
    padding: 80px 0 32px;
  }
  .about_se-wrap ul .about_se-content {
    display: flex;
    align-items: baseline;
  }
  .about_se-wrap ul .about_se-content .content-img {
    width: 48%;
    z-index: 2;
  }
  .about_se-wrap ul .about_se-content .txt-box {
    padding: 56px 40px 40px 300px;
    margin: 0 0 0 -240px;
  }
  .about_se-wrap ul .about_se-content .txt-box p.gr{
    text-align: left;
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
  .about_se-wrap ul .about_se-content .txt-box h3 {
    font-size: 2.8rem;
    margin-bottom: 24px;
    text-align: left;
  }
  .about_se-wrap ul .about_se-content .txt-box .disc {
    margin: 0 auto 32px;
  }
  .btn-rd.le {
    margin: 0;
  }
  .mer-img {
    max-width: 560px;
  }
}


/* = FAIR
-------------------------------------------------------------- */
.fair-top_wrap {
  position: relative;
}
.fair-top_bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("img/fair/fair-top.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 248px;
}
.fair-top_bg h1 {
  width: 56%;
  max-width: 360px;
}
.fair-top_bg h1 img {
  width: 100%;
}
.fair-top_wrap .consultation {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.fair-top_txt-wrap {
  width: 84%;
  max-width: 600px;
  margin: 0 auto;
  padding: 80px 0 56px;
}
.fair-top_txt-wrap h2 {
  font-size: 2.0rem;
  margin-bottom: 16px;
  text-align: center;
}
.fair-contents {
  width: 90%;
  margin: 0 auto;
}
.fair-contents h2 {
  margin-bottom: 16px;
  text-align: center;
  font-size: 1.8rem;
}
.fair-contents .fair-content {
  margin-bottom: 40px;
  background-color: #f4f4f4;
  border-radius: 16px;
}
.fair-content-img.double {
  display: flex;
  justify-content: space-between;
}
.fair-content-img.double img {
  display: inline-block;
  width: 49%;
}
.fair-content-img {
  width: 100%;
  height: 174px;
}
.fair-content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fair-content-img.single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}
.fair-content-wrap {
  padding: 32px 0 16px;
}
.fair-content-box {
  width: 84%;
  margin: 0 auto;
}
.fair-content-ttl {
  text-align: center;
  margin-bottom: 40px;
}
.fair-content-ttl span.ttl-num {
  font-size: 4.8rem;
  line-height: 1;
}
.fair-content-ttl span.en-quick {
  color: #96a0a2;
  display: block;
}
.fair-content-ttl h3 {
  display: inline-block;
  padding-bottom: 4px;
  font-size: 2.4rem;
  color: #67b8c9;
  border-bottom: solid 2px #96a0a2;
}
.fair-content-ttl span.sub-info {
  display: block;
  padding-top: 12px;
}
.fair-content .fair-content-list {
  text-align: center;
  margin-bottom: 24px;
}
.fair-content .fair-content-list ul {
  display: inline-block;
}
.fair-content-list li {
  position: relative;
  text-align: left;
  padding-left: 24px;
  margin-bottom: 8px;
  font-size: 1.6rem;
}
.fair-content-list li::before {
  content: "";
  background-image: url("img/icon_checked.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 16px;
}
.fair-content h4 {
  margin-bottom: 6px;
  font-size: 1.6rem;
}
.fair-content h4::before {
  content: "●";
  display: inline-block;
  padding-right: 4px;
  color: #67b8c9;
}
.fair-content h4 span {
  display: inline-block;
  padding-left: 8px;
  font-size: 1.2rem;
}
.fair-content p {
  margin-bottom: 32px;
}
@media(min-width: 768px) {
  .fair-top_bg {
    width: 100%;
    height: 400px;
  }
  .fair-top_bg h1 {
    width: 48%;
  }
  .fair-top_txt-wrap h2 {
    font-size: 2.2rem;
    margin-bottom: 24px;
  }
  .fair-top_txt-wrap p {
    text-align: center;
  }
  .fair-contents h2 {
    margin-bottom: 20px;
    font-size: 2.0rem;
  }
  .fair-contents .fair-content {
    display: flex;
    max-width: 960px;
    margin: 0 auto 64px;
  }
  .fair-content-img.double {
    flex-direction: column;
  }
  .fair-content-img.double img {
    width: 100%;
  }
  .fair-content-img {
    width: 40%;
    height: auto;
  }
  .fair-content-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .fair-content-img.single img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .fair-content-wrap {
    width: 60%;
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .fair-content p {
    margin-bottom: 48px;
  }
  .fair-content-wrap .cv-btn.plain {
    margin-bottom: 0;
  }
}
@media(min-width: 1025px) {
  .fair-top_txt-wrap {
    padding: 144px 0 100px;
  }
  .fair-top_txt-wrap h2 {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
  .fair-content-ttl {
    margin-bottom: 56px;
  }
  .fair-content-ttl h3 {
    font-size: 2.4rem;
  }
  .fair-content .fair-content-list {
    margin-bottom: 48px;
  }
  .fair-content .fair-content-list ul li {
    font-size: 1.6rem;
  }
  .fair-content-list li::before {
    left: 0;
    top: 6px;
  }
}

/* = 404 NOT FOUND
-------------------------------------------------------------- */
.not-txt {
  width: 84%;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 0 56px;
}
.not-txt h2 {
  font-size: 1.8rem;
  margin-bottom: 16px;
  text-align: center;
}
.not-txt p a {
  text-decoration: underline;
  color: #67b8c9;
}
@media(min-width: 768px) {
  .not-txt p {
    text-align: center;
  }
} 
@media(min-width: 1025px) {
  .not-txt h2 {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}


/* = planner-recomend, planner-message
-------------------------------------------------------------- */
.planner-message {
  padding: 50px 0;
  margin-bottom: 56px;
  background-color: #e6eeee;
}
.planner-message_inner {
  width: 84%;
  margin: 0 auto;
}
.planner-message .ttl-wrap {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.planner-message .ttl-wrap .pl-img {
  width: 52px;
  margin-right: 10px;
}
.planner-message .ttl-wrap .pl-img img {
  width: 100%;
}
.planner-message .ttl-wrap .ttl h3 {
  width: 194px;
}
.planner-message .ttl-wrap .ttl h3 img {
  width: 100%;
}
.planner-message .content-wrap {
  padding: 0 8px;
  margin-bottom: 32px;
}
@media(min-width: 768px) {
  .planner-message {
    padding: 50px 0 50px;
  }
  .planner-message .ttl-wrap {
    justify-content: center;
  }
  .planner-message .ttl-wrap .ttl h3 {
    width: 220px;
  }
  .planner-message .content-wrap {
    text-align: center;
    margin-bottom: 48px;
  }
}
/* = footer voice service guide
-------------------------------------------------------------- */
.ft-voice, .ft-guide {
  padding: 40px 0 50px;
  border-top: solid 1px #EAEBEE;
}
.ft-service {
  padding: 40px 0 26px;
}
.ft-voice .ft-ttl-wrap, .ft-service .ft-ttl-wrap, .ft-guide .ft-ttl-wrap {
  margin-bottom: 40px;
  text-align: center;
}
.ft-voice .ft-ttl-wrap span, .ft-service .ft-ttl-wrap span, .ft-guide .ft-ttl-wrap span {
  display: block;
  color: #96a0a2;
}
.ft-voice .ft-ttl-wrap h2, .ft-service .ft-ttl-wrap h2, .ft-guide .ft-ttl-wrap h2 {
  font-size: 2.0rem;
}
@media(min-width: 768px) {
  .ft-voice, .ft-service, .ft-guide {
    padding: 60px 0;
  }
}
@media(min-width: 1025px) {
  .ft-voice, .ft-service, .ft-guide {
    padding: 60px 0 80px;
  }
  .ft-service {
    padding: 60px 0 80px;
  }
  .ft-voice .ft-ttl-wrap h2, .ft-service .ft-ttl-wrap h2, .ft-guide .ft-ttl-wrap h2 {
    font-size: 2.4rem;
  }
}
/* = footer voice 
------------------ */
.ft-voice .contents-wrap {
  margin: 0 16px 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ft-voice .contents-wrap .content {
  margin-bottom: 24px;
  width: 48%;
}
.ft-voice .contents-wrap li:nth-child(n + 3) {
  display: none;
}
.ft-voice .contents-wrap .content .content-img img {
  width: 100%;
  height: 100%;
}
.ft-voice .contents-wrap .content .content-txt h3 {
  margin-top: 10px;
  line-height: 1.5;
}
@media(min-width: 768px) {
  .ft-voice .contents-wrap {
    max-width: 1080px;
    margin: 0 auto 10px;
    padding: 0 40px;
  }
  .ft-voice .contents-wrap .content {
    margin-bottom: 40px;
    width: 31.333%;
  }
  .ft-voice .contents-wrap li:nth-child(n + 3) {
    display: block;
  }
}
/* = footer service 
------------------ */
.ft-service {
  background-color: #e6eeee;
  margin-bottom: 56px
}
.ft-service .contents-wrap {
  width: 90%;
  margin: 0 auto;
}
.ft-service .contents-wrap .content {
  display: flex;
  padding: 16px;
  margin-bottom: 24px;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 16%)
}
.ft-service .contents-wrap .content .content-img {
  margin-right: 16px;
}
.ft-service .contents-wrap .content .content-img img {
  width: 108px;
  height: 108px;
  object-fit: cover;
}
.ft-service .contents-wrap .content h2 {
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.ft-service .contents-wrap .content p {
  font-size: 1.3rem;
  color: #777;
}
@media(min-width: 768px) {
  .ft-service {
    margin-bottom: 80px
  }
  .ft-service .contents-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
  }
  .ft-service .contents-wrap a {
    width: 49%;
  }
  .ft-service .contents-wrap .content {
    margin: 0;
  }
  .ft-service .contents-wrap .content .content-img img {
    width: 140px;
    height: 140px;
    object-fit: cover;
  }
}
@media(min-width: 1025px) {
  .ft-service .contents-wrap .content .content-img {
    margin-right: 24px;
  }
  .ft-service .contents-wrap .content .content-img img {
    width: 154px;
    height: 154px;
    object-fit: cover;
  }
  .ft-service .contents-wrap .content h2 {
    font-size: 2.2rem;
    margin-bottom: 16px;
  }
  .ft-service .contents-wrap .content p {
    font-size: 1.4rem;
  }
}
/* = footer guide 
------------------ */
.ft-guide .contents-wrap {
  width: 90%;
  margin: 0 auto 40px;
}
.ft-guide .contents-wrap li {
  margin-bottom: 24px;
}
.ft-guide .contents-wrap li a {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.ft-guide .contents-wrap li .article_img {
  width: 32%;
}
.ft-guide .contents-wrap li .article_img img {
  width: 100%;
  height: 100%;
}
.ft-guide .contents-wrap li .article_txt-box {
  padding-top: 0;
  margin-top: 0;
  padding-left: 12px;
  width: 68%;
}
@media(min-width: 768px) {
  .ft-guide .contents-wrap {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 36px;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ft-guide .contents-wrap li {
    width: 31.333%;
  }
  .ft-guide .contents-wrap li .article_img, .ft-guide .contents-wrap li .article_txt-box {
    width: 100%;
  }
  .ft-guide .contents-wrap li .article_txt-box {
    margin-top: 10px;
    padding-left: 0;
  }
}
/* = contact
-------------------------------------------------------------- */
.contact .inner {
  padding: 56px 0 32px;
  background-color: #F2FBFC;
  text-align: center;
}
.contact h2 {
  font-size: 2.4rem;
  margin-bottom: 48px;
}
.contact h3 {
  font-size: 2.2rem;
  margin-bottom: 24px;
}
.contact .qs_list {
  text-align: center;
}
.contact .qs_list ul {
  margin: 0 auto 56px;
  display: inline-block;
  font-size: 1.5rem;
}
.contact .qs_list ul li {
  margin-bottom: 12px;
  position: relative;
  text-align: left;
}
.contact .qs_list ul li:before {
  content: "";
  background-image: url("img/icon_checked.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 16px;
}
.contact .qs_list ul li span {
  padding-left: 24px;
}
.contact .info {
  padding: 56px 0;
  text-align: center;
}
.contact .info p {
  font-size: 1.2rem;
  line-height: 1.5;
}
.contact .info .tel {
  padding: 8px 0;
  font-size: 3.2rem;
}
@media(min-width: 768px) {
  .contact .inner {
    padding: 56px 0 36px;
  }
  .contact h2 {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
  .contact h3 {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
  .contact .qs_list {
    max-width: 640px;
    margin: 0 auto;
  }
  .contact .qs_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 32px;
  }
  .contact .qs_list ul li {
    width: 50%;
  }
  .contact .qs_list ul li span {
    padding: 0 10px 0 24px;
  }
  .cv-btn_area {
    max-width: 680px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
  }
  .contact .info p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .contact .info .tel {
    padding: 8px 0;
  }
}
/* = appointment contact
-------------------------------------------------------------- */
.appointment {
  margin-bottom: 56px;
}
.appointment .top-bn.appoint {
  background-color: #f2fbfc;
  height: 188px;
  margin-bottom: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.appointment .top-bn.contact {
  background-color: #f4f4f4;
  height: 188px;
  margin-bottom: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.appointment .top-bn.contact h1 {
  font-size: 2.4rem;
}
.appointment .top-bn.appoint .in-ttl-wrap {
  text-align: center;
}
.appointment .top-bn.appoint .in-ttl-wrap .pl-img {
  width: 52px;
  margin: 0 auto 12px;
}
.appointment .top-bn.appoint .in-ttl-wrap .pl-img img {
  width: 100%;
}
.appointment .top-bn.appoint .in-ttl-wrap h1 {
  font-size: 2.4rem;
}
.appointment .top-bn.appoint .in-ttl-wrap p {
  font-size: 1.6rem;
}
.appointment .appoint-wrap {
  width: 90%;
  margin: 0 auto;
}
.appointment .appoint-wrap .intro-note {
  text-align: center;
  margin-bottom: 32px;
}
.appointment .appoint-wrap .form-wrap {
  margin-bottom: 56px;
}
.appointment .appoint-wrap .form-wrap dl {
  margin-bottom: 24px;
}
.appointment .appoint-wrap .form-wrap dt {
  margin-bottom: 8px;
}
.appointment .appoint-wrap .form-wrap .haveto,
.appointment .appoint-wrap .form-wrap .any {
  padding: 4px 8px;
  margin-right: 8px;
  border-radius: 4px;
  font-size: 11px;
  color: #fff;
}
.appointment .appoint-wrap .form-wrap .haveto {
  background-color: #D99F9F;
}
.appointment .appoint-wrap .form-wrap .any {
  background-color: #777; 
}
.appointment .appoint-wrap .form-wrap dd select,
.appointment .appoint-wrap .form-wrap dd input[type="text"],
.appointment .appoint-wrap .form-wrap dd input[type="email"],
.appointment .appoint-wrap .form-wrap dd input[type="tel"] {
  width: 100%;
  height: 48px;
  padding: 0 8px;
  border: solid 1px #ccc;
}
.appointment .appoint-wrap .form-wrap dd input[type="date"]{
  width: 100%!important;
  height: 48px;
  padding: 0 8px;
  border: solid 1px #ccc;

}

.appointment .appoint-wrap .form-wrap dd textarea {
  width: 100%;
  padding: 8px 8px;
  border: solid 1px #ccc;
}
.wpcf7-list-item {
  margin: 0 1em 0.5em 0!important;
}
.appointment .agree {
  margin-bottom: 16px;
  font-size: 1.3rem;
  text-align: center;
}
.appointment .agree > a {
  text-decoration: underline;
}
::placeholder {
  color: #bbb;
}

/*送信ボタンのデザイン変更*/
#formbtn{
  display: block;
  width: 300px;
  padding: 16px;
  margin: 30px auto 0;
  background: #67b8c9;
  border-radius: 8px;
  border: none;
  font-size: 1.6rem;
  color:#fff;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
  opacity: 0.5;
  cursor: pointer;
}
.appointment .thanks {
  width: 90%;
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}
.appointment .thanks h2 {
  margin-bottom: 32px;
  font-size: 2.4rem;
}

/* 
-------------------------------------------------------------- */
@media(min-width: 768px) {
  .appointment .appoint-wrap {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .appointment .appoint-wrap .form-wrap dl {
    display: flex;
    align-items: center;
    padding: 32px 0;
    border-bottom: solid 1px #eee;
    margin-bottom: 0;
  }
  .appointment .appoint-wrap .form-wrap dl:last-child {
    align-items: flex-start;
  }
  .appointment .appoint-wrap .form-wrap dt {
    width: 25%;
    margin-right: 20px;
  }
  .appointment .appoint-wrap .form-wrap dd {
    width: 75%;
  }
}
@media(min-width: 1025px) {
  .appointment .top-bn.appoint {
    height: 280px;
    margin-bottom: 80px;
  }
  .appointment .top-bn.contact {
    height: 280px;
    margin-bottom: 80px;
  }
  .appointment .top-bn.contact h1 {
    font-size: 3.2rem;
  }
  .appointment .top-bn.appoint .in-ttl-wrap .pl-img {
    width: 56px;
    margin: 8px auto 16px;
  }
  .appointment .top-bn.appoint .in-ttl-wrap h1 {
    font-size: 3.2rem;
  }
  .appointment .top-bn.appoint .in-ttl-wrap p {
    font-size: 2.0rem;
  }
}
/* = privacy
-------------------------------------------------------------- */
.privacy-policy .top-bn.privacy {
  height: 200px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.privacy-policy .top-bn.privacy h1 {
  font-size: 2.4rem;
}
.privacy-policy .contents-wrap {
  width: 90%;
  margin: 0 auto;
}
.privacy-policy .contents-wrap .intro {
  margin-bottom: 40px;
}
.privacy-policy .contents-wrap .dl_wrap dl {
  margin-bottom: 32px;
}
.privacy-policy .contents-wrap .dl_wrap dt {
  padding-bottom: 8px;
  margin-bottom: 8px;
  font-size: 1.6rem;
  border-bottom: solid 1px #333;
}
.privacy-policy .contents-wrap .dl_wrap .pr_note {
  padding: 16px;
  margin-bottom: 56px;
  border: solid 1px #333;
}
.privacy-policy .contents-wrap .dl_wrap .pr_note p {
  margin-bottom: 24px;
}
@media(min-width: 768px) {
  .privacy-policy .contents-wrap {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }
}
@media(min-width: 1025px) {
  .privacy-policy .top-bn.privacy {
    height: 280px;
  }
  .privacy-policy .top-bn.privacy h1 {
    font-size: 3.2rem;
  }
  .privacy-policy .contents-wrap {
    max-width: 740px;
    margin: 0 auto;
  }
}
/* = footer
-------------------------------------------------------------- */
.footer {
  padding: 40px 0 72px;
  background-color: #bba478;
  color: #fff;
  position: relative;
}
.footer.app {
  padding: 24px 0;
  background-color: #bba478;
  color: #fff;
}
.footer.app small {
  display: block;
  text-align: center;
}
#page-top a {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: url("img/icon_top-btn.png") no-repeat;
  background-size: contain;
}
#page-top a:hover {
  opacity: 1;
  cursor: pointer;
}
.footer .inner {
  width: 87%;
  margin: 0 auto;
}
.footer .inner .f-logo img {
  display: inline-block;
  width: 180px;
  margin-bottom: 40px;
}
.footer .inner nav a {
  color: #fff;
}
.footer .inner .f-nav .main, .footer .inner .f-nav .company {
  margin-bottom: 32px;
}
.footer .inner .f-nav .company {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
}
.footer .inner .f-nav .insta {
  width: 24px;
  height: 24px;
  margin-bottom: 24px;
}
.footer .inner .f-nav .insta img {
  width: 100%;
  object-fit: contain;
}
.footer .inner .f-nav .main {
  font-size: 1.3rem;
}
.footer .inner .f-nav .main li {
  margin-bottom: 10px;
}
.footer .inner .f-nav .main .main_service {
  margin: 8px 0 32px;
  padding-left: 16px;
}
.footer .inner nav .company li:nth-child(-n+2) {
  padding-right: 8px;
}
.footer .inner nav .company li:nth-child(-n+2)::after {
  content: "/";
}
.footer .inner nav .company li:nth-child(-n+2) a {
  padding-right: 8px;
}
.footer .inner nav .company li:nth-child(3) a {
  padding-right: 16px;
}
.footer small {
  font-size: 1.0rem;
}
@media(min-width: 768px) and (max-width: 1024px) {
  .footer {
    padding: 40px 0 40px;
  }
  #page-top a {
    top: -20px;
    right: 60px;
  }
  .footer .inner .f-box .f-nav .main {
    display: flex;
    justify-content: space-between;
    max-width: 680px;
    margin-bottom: 0;
  }
  .footer .inner .f-nav .main li {
    margin-right: 20px;
  }
}
@media(min-width: 1025px) {
  .footer {
    padding: 40px 0 40px;
  }
  #page-top a {
    top: -30px;
    right: 30px;
    width: 60px;
    height: 60px;
  }
  .footer .inner {
    display: flex;
    max-width: 1280px;
  }
  .footer .inner .f-logo {
    flex: 1;
  }
  .footer .inner .f-box {
    flex: 2;
  }
  .footer .inner .f-box .f-nav .main {
    display: flex;
    justify-content: space-between;
    max-width: 680px;
    margin-bottom: 16px;
  }
}


/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


.pagenation {
  width: 90%;
  max-width: 960px;
  margin: 0 auto 56px;
  text-align: center;
}
.guide_list_pager {
	display: inline-block;
	position: relative;
}
.guide_list_pager ul {
	display: flex;
	justify-content: space-between;
  padding: 0 60px;
}
.guide_list_pager ul li {
	display: inline-block;
	background-color: #eee;
  border-radius: 4px;
  text-align: center;
}
.guide_list_pager  ul li a,
.guide_list_pager  ul li a {
	display: block;
}
.guide_list_pager  ul li.current {
  background-color: #67b8c9;
  color: #fff;
  border-radius: 4px;
}
.guide_list_pager ul li:not(.prev):not(.next) {
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 6px;
}
.guide_list_pager  ul li.prev,
.guide_list_pager  ul li.next,
.guide_list_pager  ul li.dots {
	border: none;
	background-color: transparent;
}
.guide_list_pager  ul li.next,
.guide_list_pager  ul li.prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
  width: 40px;
}
.guide_list_pager  ul li.next img,
.guide_list_pager  ul li.prev img {
  width: 100%;
}
.guide_list_pager  ul li.prev {
	left: 0;
}
.guide_list_pager  ul li.next {
	right: 0;
}
.guide_list_pager  ul li.next span,
.guide_list_pager  ul li.prev span {
	opacity: 0.4;
}









