@charset "UTF-8";
/*
Theme Name: Kasai City Global Center
Theme URI: https://kasai-globalcenter.jp/
Description: 加西市グローバルセンター サイトテーマ
Version: 1.0
*/

/* css reset
---------------------------------------------*/

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

/*
nav ul {
    list-style:none;
}
*/

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* end css reset
---------------------------------------------*/


/* グーテンベルクの設定
---------------------------------------------*/


/* end グーテンベルクの設定
---------------------------------------------*/



/* 基本設定
---------------------------------------------*/

html {
  /*font-size: 62.5%;*/ /* ≒10px */
  /*font-family: var(--fontgothic);*/
  /*font-family: "BIZ UDPGothic", sans-serif;*/
  /*font-weight: 400;*/
  font-style: normal;
}


body {
  line-height: 1.3;
}

/* コンテンツ量が少ない時だけフッターを下部に固定 */
.wrapper--all {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.footer {
  margin-top: auto;
}


p {
  color: #333;
  font-size: var(--f5);
  line-height: 1.8;
  margin-bottom: 10px;
  font-family: var(--honbun);
}

a {
  color: #484848;
  text-decoration: underline;
  transition: .3s;
}

a:hover {
  opacity: .9;
  text-decoration: none;
}

.txt--center {
  text-align: center;
}

/*画像が縦長になるのを回避*/
img {
  height: auto;
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}

/* 変数 */
:root {
    /*フォントサイズに関する参考サイト：https://type-scale.com*/
  --f1: 3.125em; /* 50px */
  --f2: 2.0625em; /* 33px */
  --f3: 1.75em; /* 28px */
  --f4: 1.625em; /* 26px */
  --f5: 1em;    /* 16px */
  --f6: 0.875em;  /* 14px */

  --basecolor: #A77249; /* 基本色 */
  --secondcolor: #FDF9EB;
  --accentcolor: #E35A7A;
  --gradient: linear-gradient( to right, ); /* 参考サイト：https://gradienthunt.com */

  /* フォントの指定 */
  --fontmincho: 'Hiragino Mincho', serif;
  --fontgothic: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  --inter: "Inter", sans-serif;
  --m-plus-1: "M PLUS 1", sans-serif;
}
/* スクリーンリーダー用のテキスト */
.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;
  width: 1px;
  word-wrap: normal !important;
}

/* アニメーション */
@keyframes anim-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* fadeIn */
.fadeIn {
  animation-name: anim-fadein;
  animation-duration: .8s;
  animation-delay: .2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

/* fadeUp */
.fadeInUp {
  animation-name: fadeUpAnime;
  animation-duration: .8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

/* スクロールに連動したアニメーション */



/* end 基本設定
---------------------------------------------*/


/* レイアウト
---------------------------------------------*/


/* ヘッダー
--------------------------------------*/
.toggle-btn {
  display: none;
}

.header--wrap {
  width: 90vw;
  min-width: 1200px;
  margin: 0 auto 20px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.site-ttl {
  font-family: var(--inter);
  font-weight: bold;
}

.site-ttl a {
  text-decoration: none;
}

.site-ttl p {
  font-size: var(--f2);
  line-height: 1;
}

.site-ttl h1 {
  font-size: var(--f5);
  line-height: 1;
}

.global-nav {
  min-width: 750px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.global-nav li {
  font-size: var(--m-plus-1);
  font-size: var(--f5);
  font-weight: bold;
  margin-right: 20px;
  text-align: center;
}

.nav-txt--en {
  font-size: .73em;
  display: block;
}

.global-nav li:last-child {
  margin-right: 0;
}

.global-nav li a {
  font-size: var(--m-plus-1);
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.nav--txt {
  font-family: var(--m-plus-1);
}

.nav-txt--en {
  font-family: var(--inter);
}

.nav-icon {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  transition: .3s;
}

.nav-icon img {
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
/* 2枚目の画像は最初透明 */
.nav-icon img:last-of-type {
  opacity: 0;
  transition: opacity .3s;
}

.global-nav li:hover .nav-icon img {
  opacity: 1;
}

.nav-icon--events {
  width: 34px;
  height: 39px;
  margin-top: 7px;
}

.nav-icon--about {
  width: 39px;
  height: 39px;
  margin-top: 7px;
}

.nav-icon--visitor {
  width: 41px;
  height: 38px;
  margin-top: 5px;
}

.nav-icon--services {
  width: 38px;
  height: 45px;
}

.nav-icon--cafe {
  width: 35px;
  height: 38px;
  margin-top: 7px;
  margin-top: 8px;
}

.nav-icon--contact {
  width: 39px;
  height: 30px;
  margin-top: 14px;
}

.nav-icon--access {
  width: 29px;
  height: 38px;
  margin-top: 6px;
}

.global-nav a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  bottom: -2px;       /*アンダーラインが位置する、各リストの下端からの高さ*/
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  }

  .global-nav .nav--events a::after {
      background: #82AFD8;
  }

  .global-nav .nav--about a::after {
      background: #FF8C23;
  }

  .global-nav .nav--visitor a::after {
      background: #FFDD32;
  }

  .global-nav .nav--services a::after {
      background: #57D4E5;
  }

  .global-nav .nav--cafe a::after {
      background: #D8B571;
  }

  .global-nav .nav--contact a::after {
      background: #EF8585;
  }

  .global-nav .nav--access a::after {
      background: #6CBB5A;
  }

.global-nav a:hover::after {
  visibility: visible; /*ホバー後、アンダーラインを可視化する*/
  opacity: 1;
  transition: .3s;
  }

/* 各ページアクティブ時の処理 */
.page-id-35 .global-nav .nav--events a::after { /*イベント情報*/
    background: #82AFD8;
    visibility: visible;
    opacity: 1;
  }

  .page-id-11 .global-nav .nav--about a::after { /*センター紹介*/
    background: #FF8C23;
    visibility: visible;
    opacity: 1;
  }

  .page-id-41 .global-nav .nav--visitor a::after { /*ご利用案内*/
    background: #FFDD32;
    visibility: visible;
    opacity: 1;
  }

  .page-id-43 .global-nav .nav--services a::after { /*サービス*/
    background: #57D4E5;
    visibility: visible;
    opacity: 1;
  }

  .page-id-45 .global-nav .nav--cafe a::after { /*食文化交流事業*/
    background: #D8B571;
    visibility: visible;
    opacity: 1;
  }

  .page-id-47 .global-nav .nav--contact a::after { /*お問い合わせ*/
    background: #EF8585;
    visibility: visible;
    opacity: 1;
  }

  .page-id-49 .global-nav .nav--access a::after { /*アクセス*/
    background: #6CBB5A;
    visibility: visible;
    opacity: 1;
  }

  .page-id-35 .nav--events img:last-of-type,
  .page-id-11 .nav-icon--about img:last-of-type,
  .page-id-41 .nav--visitor img:last-of-type,
  .page-id-43 .nav--services img:last-of-type,
  .page-id-45 .nav--cafe img:last-of-type,
  .page-id-47 .nav--contact img:last-of-type,
  .page-id-49 .nav--access img:last-of-type {
  opacity: 1;
}


/* end ヘッダー
--------------------------------------*/


/* ページ設定
--------------------------------------*/

/* サイトの幅指定 */
.main__container {
  max-width: 1100px;
  min-width: 900px;
  padding: 0 2vw;
  margin:  0 auto 100px;
}

.container__middle {
  width: 1000px;
  margin:  40px auto 100px;
}

.container__small {
  width: 808px;
  margin:  40px auto 100px;
}

.container__blog {
  max-width: 1100px;
  padding: 0 2vw;
  margin:  50px auto 100px;
  display: flex;
  justify-content: space-between;
}

.blog__article {
  width: 67%;
  max-width: 820px;
}

.blog__sidebar {
  width: 25%;
  max-width: 320px;
}

/* / サイトの幅指定 */

.page__ttl--basic {
  width: 1100px;
  height: 250px;
  border-radius: 10px;
  background-color: #e3e3e3;
  margin: 40px auto 70px;
}
.page__ttl--basic h2 {
  font-family: var(--m-plus-1);
  font-size: var(--f4);
  padding: 145px 0 0 1em;
}


/* ボタンの設定 */
/*.btn001 {
  color: #fff;
  line-height: 1;
  padding: 0;
  font-family: var(--honbun);
  text-align: center;
}

.btn001 a {
  background: #907663;
  border-radius: 50px;
  text-decoration: none;
  display: block;
  color: #fff;
  padding: .5em 0;
}*/

/* ボタンのホバーアニメーション */
.btn01 {
    position: relative;
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    /*margin: 40px auto;*/
    text-align:  left;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    border: 1px solid #000;
    border-radius: 5px;
    transition: .2s;
    /*box-shadow: 2px 2px 5px 0px rgba(200,200,200,1);*/
    background-color: rgba(255, 255, 255, .4);
    z-index: 1;
}

.btn01::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 0;
    height: 0;
    border: 1px solid transparent;
    border-radius: 5px;
    z-index: 2;
}

.btn01::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border: 1px solid transparent;
    border-radius: 5px;
    z-index: 3;
}

.btn01:hover {
    color: #000;
    border: 1px solid transparent;
}

.btn01:hover::before {
    width: 100%;
    height: 100%;
    border-top-color: #000;
    border-right-color: #000;
    transition: width .2s ease-out, height .2s ease-out .2s;
}

.btn01:hover::after {
    width: 100%;
    height: 100%;
    border-bottom-color: #000;
    border-left-color: #000;
    transition: border-color 0s ease-out .5s, width .2s ease-out .5s, height .2s ease-out .7s;
}

.btn01 a {
  font-family: var(--m-plus-1);
  display: block;
  width: 90%;
  padding-left: 10%;
  height: 100%;
  text-decoration: none;
  position: relative;
  z-index: 15;
}

.btn01 a::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 16px;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  rotate: 45deg;
  transition: .5s;
  z-index: 11;
}

.btn01 a::before {
  content: "";
  position: absolute;
  top: calc(50%);
  right: 16px;
  width: 12px;
  height: 2px;
  background: #000;
  transition: .5s;
  z-index: 12;
}

.btn01 a:hover::after,
.btn01 a:hover::before {
  right: 10px;
}

.btn02 {
  display: block;
  width: auto;
}

.btn02 a {
  position: relative;
  background-color: #000;
  border-radius: 100px;
  display: block;
  width: 250px;
  color: #fff;
  font-family: var(--m-plus-1);
  text-align: center;
  padding: 1em 2em;
  line-height: 1;
  text-decoration: none;
  box-shadow: 2px 2px 2px 2px #d9d9d9;
  transition: .3s;
}

.btn02 a::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: url(./img/icon-link.svg) no-repeat center;
  right: 2.5em;
  top: calc(50% - 12px);
}

.btn-center a {
  margin: 20px auto;
}

.btn02 a:hover {
  opacity: .8;
  transform: translate(1px, 2px);
  box-shadow: 0 0 0 0 #fff;
}

/*ボタンのホバーアニメーション*/

.btn--center {
  margin: 40px auto;
}


.btn001--small {
  font-size: var(--f4);
  width: 396px;
  margin-top: 10px;
}

.btn001--small a {
  width: 190px;
  font-size: .93em;
  margin: 30px auto;
  width: 11em;
  padding: 0;
  border-radius: 10px;
  padding: 1em 0;
}

.btn001--big {
}

.btn001--big a {
  margin: 30px auto;
  width: 20em;
  padding: 1.5em 0;
  border-radius: 15px;
  font-size: var(--f4);
}

.btn001--main-visual {
  margin: 30px 0 0 20px;
}

.btn001--main-visual a {
  font-size: .93em;
  margin: 0;
  width: 10em;
  padding: .6em .5em;
}

.post p.btn__reservation--big {
  font-size: var(--f3) !important;
  margin: 10px auto !important;
}

.btn__reservation a {
  background: #E35A7A;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  display: block;
  color: #fff;
  padding: .5em;
  box-shadow: 3px 3px 0px 0px rgba(209, 199, 199, 1);
  transition: .3s;
  margin-top: 0;
  margin-left: 0;
}

.btn__reservation a:hover {
  box-shadow: 0px 0px 0px 0px rgba(209, 199, 199, 1);
  margin-top: 1px;
  margin-left: 1px;
}

.btn__reservation--small {
  width: 160px;
  margin-top: 10px;
}

.btn__reservation--middle {
  font-size: var(--f4);
  width: 396px;
  margin-top: 10px;
}

.btn__reservation--big {
  font-size: var(--f3);
  width: 430px;
  margin: 10px auto;
  padding: 1em;
}


/* / ボタンの設定 */


/* 各コンテンツの色 */
.color-about {
  background-color: #FFB853;
}

.color-service01 {
  background-color: #7BE7FB;
}

.color-service02 {
  background-color: #8AC9ED;
}

.color-service03 {
  background-color: #9eeacd;
}

.color-service04 {
  background-color: #bfea9e;
}

.color-service05 {
  background-color: #f4e972;
}

.color-service06 {
  background-color: #FFD494;
}

.color-service07 {
  background-color: #FFA394;
}

.color-visitor {
  background-color: #FFDD32;
}

.color-cafe {
  background-color: #D8B571;
}
/* / 各コンテンツの色 */


/* スクロールアニメーション */
@keyframes line-movein {
  0% {
    transform-origin: right;
    scale: 0 1;
  }
  50% {
    transform-origin: right;
    scale: 1 1;
  }
  51% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    scale: 0 1;
  }
}

.show-line {
  position: relative;
}

.show-line span,
.show-line div {
  opacity: 0;
  transition: opacity 1s .5s ease-in-out;
}

.show-line.show-line-show span,
.show-line.show-line-show div {
  opacity: 1;
}

.show-line-show::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ↓各要素毎に色を変える（多いゾ） */
.main-image.show-line-show::after,
.top__feature--wrap.show-line-show::after,
.top__about-icon.show-line-show::after,
.page__ttl--color.show-line-show::after,
.page__about-icon.show-line-show::after {
  animation: line-movein 1s forwards;
  background-color: #FFB853;
}

.catch-copy.show-line-show::after {
  animation: line-movein 1s forwards;
  background-color: #7BE7FB;
}

.sub-copy.show-line-show::after {
  animation: line-movein 1s forwards;
  background-color: #6CBB5A;
}

.top__service-list:first-of-type.show-line-show::after {
  animation: line-movein 1s forwards;
  background-color: #7BE7FB;
}

.top__service-list:nth-of-type(2).show-line-show::after {
  animation: line-movein 1s forwards;
  background-color: #8AC9ED;
}

.top__service-list:nth-of-type(3).show-line-show::after {
  animation: line-movein 1s forwards;
  background-color: #A6FADA;
}

.top__service-list:nth-of-type(4).show-line-show::after {
  animation: line-movein 1s forwards;
  background-color: #C6F1A5;
}

.top__service-list:nth-of-type(5).show-line-show::after {
  animation: line-movein 1s forwards;
  background-color: #FAEF74;
}

.top__service-list:nth-of-type(6).show-line-show::after {
  animation: line-movein 1s forwards;
  background-color: #FFD494;
}

.top__service-list:nth-of-type(7).show-line-show::after {
  animation: line-movein 1s forwards;
  background-color: #FFA394;
}

.feature-visitor.show-line-show::after,
.top__visitor-icon.show-line-show::after {
  animation: line-movein 1s forwards;
  background-color: #FFDD32;
}

.top__feature-cafe--wrap.show-line-show::after {
  animation: line-movein 1s forwards;
  background-color: #D8B571;
}

/* / スクロールアニメーション */


.w60 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.table-style01 {
  font-size: var(--f5);
}

.table-style01 th,
.table-style01 td {
  font-family: var(--m-plus-1);
  border-bottom: solid 1px #000;
  padding: 1em 0;
}

.table-style01 th {
  font-weight: normal;
  text-align: left;
}

/* / ページ設定
--------------------------------------*/


/* トップページ
--------------------------------------*/

/* メインビジュアル */
.main-img--wrap {
  display: flex;
  justify-content: flex-end;
  width: 90vw;
  min-width: 1200px;
  margin: 20px auto 80px;
  position: relative;
}

.catch-copy {
  position: absolute;
  width: 375px;
  left: 0;
  top: 20%;
  z-index: 3;
}

.sub-copy {
  position: absolute;
  width: 465px;
  left: 0;
  bottom: 3%;
  z-index: 2;
}

.main-image {
  width: 80%;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

/* / メインビジュアル */



.top__ttl {
 font-size: 3.125em;
 font-family: var(--inter);
 font-weight: bold;
 text-align: center;
}

.top__event-list {
 width: 77vw;
 margin: 60px auto 40px;
}

/* イベント情報 */
.event-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top__event-list .event-list li {
  width: 22%;
}

.event-date {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5px;
  margin-bottom: 2px;
}

.event-day {
  font-size: var(--f5);
  font-family: var(--inter);
  font-weight: bold;
  padding-top: 3px;
  display: inline-block;
}

.event-cate {
  font-size: var(--f5);
  font-family: var(--inter);
  display: inline-block;
  border: solid 1px #000;
  line-height: 1;
  padding: .2em .5em .1em;
}

.event-list p {
  font-family: var(--m-plus-1);
  font-size: var(--f5);
}

/* / イベント情報 */


/* ニュース */
.top__news-list--wrap {
  background-color: #EBEBEB;
  width: 100%;
  padding: 40px 0 30px;
}

.top__news-list {
  width: 80%;
  max-width: 1150px;
  margin: 20px auto 5px;
}

.top__news-list li {
  font-family: var(--m-plus-1);
  width: 90%;
  padding: 1em 5%;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 50px;
}

.to-news-list {
  text-align: right;
  width: 80%;
  max-width: 1150px;
  margin: 5px auto 20px;
}

.to-news-list a {
  font-family: var(--m-plus-1);
  font-weight: bold;
  font-size: 1.2em;
}

.top__information--list--day {
  padding-right: 1.5em;
}

/* / ニュース */


/* グローバルセンターについて */
.top__feature--wrap {
  width: 1120px;
  height: 400px;
  margin: 100px auto 200px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.top__feature--txt {
  width: calc(36% - 30px);
  border-radius: 50px 0 0 10px;
  padding-left: 30px;
}

.top__feature--photo {
  width: 64%;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}

.top__feature--photo img {
  width: 100%;
}

.top__feature--ttl-en {
  font-family: var(--inter);
  font-size: var(--f1);
  font-weight: bold;
  color: #fff;
  opacity: .7;
  padding: 40px 0 30px 0;
  line-height: 1.1;
}

.top__feature--ttl {
  font-family: var(--m-plus-1);
  font-size: var(--f4);
  font-weight: bold;
  padding: 0 0 30px 0;
  line-height: 1.1;
}

.top__about-icon {
  position: absolute;
  width: 172px;
  left: 200px;
  bottom: -120px;
}

/* / グローバルセンターについて */


/* サービス */
.top__ttl-services--wrap {
  width: 1120px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 190px auto 0;
}

.top__service-heading {
  padding-top: 100px;
  margin-right: 20px;
}

.top__service-heading p {
  color: #EDEDED;
  font-family: var(--inter);
  font-weight: bold;
  font-size: 2.812em;
  line-height: 1;
}

.top__service-heading h2 {
  font-family: var(--m-plus-1);
  font-size: 1.875em;
  color: #AFC6D3;
  margin: -0.8em 0 0 3.2em;
}

.top__service-icon {
  width: 210px;
}


.top__feature--service--wrap {
  width: 1120px;
  margin: -100px auto 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top__service-list {
  width: 480px;
  margin: 0 0 80px 0;
}

.top__service-list:nth-child(odd) {
  margin-top: -250px;
}

.top__service-list:first-child {
  margin-top: 0;
}

.top__service-list:nth-child(2) {
  margin-top: 250px;
}

.top__service-list:nth-child(odd).show-line-show::after {
  height: calc(100% - 250px);
}

.top__service--txt {
  width: calc(100% - 30px);
  border-radius: 10px 50px 0 0;
  padding-left: 30px;
  padding-bottom: 30px;
}

.top__service--photo {
  width: 100%;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

.top__service--photo img {
  vertical-align: top;
}

.top__service--ttl-en {
  font-family: var(--inter);
  font-size: var(--f2);
  font-weight: bold;
  color: #fff;
  opacity: .7;
  padding: 40px 0 15px 0;
  line-height: 1.1;
}

.top__service--ttl {
  font-family: var(--m-plus-1);
  font-size: var(--f4);
  font-weight: bold;
  padding: 0 0 30px 0;
  line-height: 1.1;
}

/* / サービス */


/* ご利用案内 */
.feature-visitor {
  flex-direction: row-reverse;
}

.feature-visitor .top__feature--txt {
  border-radius: 0 50px 10px 0;
  padding-left: 30px;
}

.feature-visitor .top__feature--photo {
  width: 64%;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}

.top__visitor-icon {
  position: absolute;
  width: 170px;
  right: 20px;
  bottom: -80px;
}

/* / ご利用案内 */


/* 食文化交流事業 */
.top__feature-cafe--wrap {
  width: 100%;
  height: 365px;
  background: url(./img/cafe-bg.jpg) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin: 150px auto 100px;
}

.top__feature-cafe--photo {
  width: 54%;
}

.top__feature-cafe--txt {
  width: 43%;
  height: 365px;
  padding-left: 3%;
  background-color: rgba(221, 203, 192, .6);
}

.top__feature-cafe--ttl-en {
  font-family: var(--inter);
  font-size: 2.5em;
  font-weight: bold;
  color:  rgba(132, 98, 20, .8);
  opacity: .7;
  padding: 40px 0 30px 0;
  line-height: 1.1;
}

.top__feature-cafe--ttl {
  font-family: var(--m-plus-1);
  font-size: var(--f4);
  font-weight: bold;
  padding: 0 0 30px 0;
  line-height: 1.1;
}

/* / 食文化交流事業 */


/* 加西市バナー */
.kasai-city-ban {
  width: 450px;
  margin: 30px auto 50px;
  border: solid 1px #333;
}

.kasai-city-ban img {
  vertical-align: top;
}

/* / 加西市バナー */


/* SNS （現状は仮のレイアウト）*/
.top__sns--wrap {
  width: 910px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px auto 90px;
}

.top__sns-side {
  width: 430px;
  height: 400px;
  text-align: center;
  display: grid;
  place-items: center;
  background-color: #D9D9D9;
}

.top__sns-side p {
  font-size: var(--f3);
}

/* / SNS */


/* お問い合わせ・アクセス */
.top__utility--wrap {
  width: 1200px;
  margin: 10px auto 90px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top__utility {
  width: 550px;
  height: 370px;
  border-radius: 10px;
  overflow: hidden;
}

.top__utility a {
  text-decoration: none;
  text-align: center;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  position: relative;
  z-index: 1;
}

.top__utility a h4 {
  font-family: var(--m-plus-1);
  font-size: var(--f1);
  color: #fff;
  line-height: .7;
  position: relative;
  z-index: 10;
}

.top__utility a h4 span {
  font-family: var(--inter);
  font-size: 26px;
}

.utility-contact::after {
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(./img/top-contact-img.png) no-repeat center center;
  background-size: cover;
  transition: .3s;
  z-index: 2;
}

.utility-access::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(./img/top-access-img.png) no-repeat center center;
  background-size: cover;
  transition: .3s;
  z-index: 2;
}

.utility-contact:hover::after,
.utility-access:hover::after {
  transform: scale(1.1);
}

/* / お問い合わせ・アクセス */


/* / トップページ
--------------------------------------*/


/* グローバルセンターについて
--------------------------------------*/
.page__ttl--wrap {
  width: 1120px;
  height: 350px;
  margin: 40px auto 100px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.page__ttl--txt {
  width: calc(36% - 30px);
  border-radius: 10px 0 0 10px;
  padding-left: 30px;
}

.page__ttl--photo {
  width: 64%;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}

.page__ttl--photo img {
  width: 100%;
}

.page__ttl--ttl-en {
  font-family: var(--inter);
  font-size: var(--f1);
  font-weight: bold;
  color: #fff;
  opacity: .7;
  padding: 25px 0 5px 0;
  line-height: 1.1;
}

.page__ttl--ttl {
  font-family: var(--m-plus-1);
  font-size: var(--f4);
  font-weight: bold;
  padding: 0 0 30px 0;
  line-height: 1.1;
}

.page__about-icon {
  position: absolute;
  width: 160px;
  left: 10px;
  bottom: -80px;
}

.concept__wrap {
  text-align: center;
  width: 800px;
  margin: 10px auto 80px;
}

.concept--h {
  font-family: var(--m-plus-1);
  font-size: var(--f2);
  font-weight: bold;
  margin-bottom: 20px;
}

.concept--txt {
  font-family: var(--m-plus-1);
  font-size: 1.375em;
  font-weight: 500;
  margin-bottom: 20px;
}

.contents__block001 {
  width: 100%;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contents__block--txt {
  width: 45%;
}

.contents__block--txt .btn01 {
  margin: 15px 0 !important;
}

.contents__block--txt h3 {
  font-family: var(--m-plus-1);
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 20px;
}

.contents__block--txt h3:nth-of-type(2) {
  margin-top: 100px;
}

.contents__block--txt p {
  font-family: var(--m-plus-1);
  font-size: 1.125em;
  font-weight: 500;
}

.contents__block--photo {
  width: 50%;
  position: relative;
}

.about__center--photo1,
.about__center--photo2,
.about__center--photo3 {
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
}

.about__center--photo1 {
  width: 300px;
  left: 0;
  top: 0;
}

.about__center--photo2 {
  width: 208px;
  right: 0;
  top: 150px;
}

.about__center--photo3 {
  width: 210px;
  left: 50px;
  bottom: 30px;
}

.concept__wrap h4 {
  font-family: var(--m-plus-1);
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
}

.heading-bg01 {
  font-family: var(--m-plus-1);
  font-size: 2.25em;
  font-weight: bold;
  background-color: #F2F2F2;
  border-radius: 10px;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  margin-bottom: 60px;
}




/* / グローバルセンターについて
--------------------------------------*/










/* 撮影プラン ------------*/

.plan-page-ttl {
  margin: 30px auto 20px;
  width: 100%;
  border-radius: 10px;
  background-color: #FCF3F0;
  padding: .4em 0;
  line-height: 1;
  text-align: center;
  font-size: var(--f4);
  font-family: var(--honbun);
  color: var(--basecolor);
}

.plan-mainimage {
  max-width: 1220px;
  border-radius: 10px;
  overflow: hidden;
  margin: 20px auto 30px;
}

.plan-mainimage img {
  width: 100%;
}

.plan-ttl {
  font-size: var(--f1);
  font-family: var(--midashi);
  color: var(--basecolor);
  text-align: center;
}

.plan-ttl span {
  font-size: small;
  font-family: var(--honbun);
  color: #A5A5A5;
  display: block;
}

.plan-ttl__sub {
  text-align: center;
  font-family: var(--honbunbold);
  color: var(--basecolor);
}

.plan-info {
  text-align: center;
  margin-top: 2em;
}

.heading {
  font-family: var(--honbunbold);
  margin: 3em auto 1em;
}

.plan__ttl--gallery {
  width: 255px;
}

.plan__ttl--option-tem {
  width: 196px;
}

.flow-ttl {
  color: #EB8C2D;
  text-align: center;
  font-size: var(--f3);
  margin-top: 10px;
  margin-bottom: .5em;
  position: relative;
  cursor: pointer;
}

.flow-ttl::before {
  content: "";
  background-color: #BF7676;
  width: 20px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 13px;
}

.flow-ttl::after {
  content: "";
  background-color: #BF7676;
  width: 2px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 3px;
}

.flow-block {
  width: 74%;
  background-color: var(--secondcolor);
  border-radius: 15px;
  padding: 1.5% 3%;
  margin: 80px auto;
}

.flow__step--box {

}

.flow__step {
  background-color: #fff;
  border-radius: 10px;
  width: 92%;
  padding: 4%;
  margin-bottom: 20px;
}

.flow__step:last-child {
  margin-bottom: 0;
}

.flow__step--1 {
  background: url(./img/flow-step1-icon.svg) no-repeat #fff;
  background-size: 100px 45px;
  background-position: left 4% top 1.7em;
}

.flow__step--2 {
  background: url(./img/flow-step2-icon.svg) no-repeat #fff;
  background-size: 100px 45px;
  background-position: left 4% top 1.7em;
}

.flow__step--3 {
  background: url(./img/flow-step3-icon.svg) no-repeat #fff;
  background-size: 100px 45px;
  background-position: left 4% top 1.7em;
}

.flow__step--4 {
  background: url(./img/flow-step4-icon.svg) no-repeat #fff;
  background-size: 100px 45px;
  background-position: left 4% top 1.7em;
}

.flow__step--5 {
  background: url(./img/flow-step5-icon.svg) no-repeat #fff;
  background-size: 100px 45px;
  background-position: left 4% top 1.7em;
}

.flow__step--6 {
  background: url(./img/flow-step6-icon.svg) no-repeat #fff;
  background-size: 100px 45px;
  background-position: left 4% top 1.7em;
}

.flow__step dt {
  font-family: var(--midashi);
  font-size: var(--f3);
  position: relative;
  margin-left: 4.2em;
  margin-bottom: .5em;
  padding-left: 0;
  color: #EB8C2D;
}

.flow__step dt::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D8B797;
  position: absolute;
  bottom: 1px;
  left: 0;
}

.flow__step dd {
  margin-left: 6.5em;
  font-family: var(--honbun);
  line-height: 1.6;
}

.plan-menu-block {
  width: 74%;
  background-color: #FFF5F6;
  border-radius: 15px;
  padding: 1.5% 3%;
  margin: 80px auto 50px;
}

.plan-menu-block h4 {
  font-family: var(--midashi);
  font-size: var(--f3);
  text-align: center;
  margin-bottom: 1em;
}

.plan-menu-price {
  width: 16em;
  display: flex;
  justify-content: center;
}

.price-box {
  width: 9.5em;
}

.dayoff-box {
  width: 4.5em;
  position: relative;
  padding-left: 1.5em;
}

.dayoff-box::before {
  color: #5f5f5f;
  content: "＋";
  position: absolute;
  top: 1em;
  left: 0;
}

.dayoff__price {
  color: #5f5f5f;
  font-size: var(--f5);
  font-family: var(--midashi);
  line-height: 1.2;
}

.plan-menu-block .price {
  font-family: var(--honbunbold);
  font-size: var(--f2);
  color: var(--accentcolor);
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
}

.plan-menu-block .price span {
  font-size: smaller;
}

.plan-menu-block .price__taxin {
  font-family: var(--honbun);
  font-size: var(--f5);
  color: var(--accentcolor);
  margin-bottom: 1em;
  text-align: center;
}

.plan-menu-icon {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}

.plan-menu-icon li {
  width: 110px;
  margin: 10px;
}

.plan-menu-supplement {
  font-size: 0.9em;
  line-height: 1.4;
  margin-bottom: 1.5em;
}

.heading__option {
  font-size: var(--f3);
  font-family: var(--midashi);
  color: #4B4B4B;
  text-align: center;
}

.wp-block-table {
  margin: 1em auto !important;
}

.wp-block-table table {
  width: 100%;
  border: none;
  border-radius: 15px;
}

.wp-block-table table th {
  width: 100%;
  background-color: transparent;
}

.photo-option {
  width: 80%;
  max-width: 800px;
  margin: auto;

}

.photo-option table {
  font-size: var(--f4);
  width: 100%;
  margin: auto;
  /*border-top: solid 2px #A57F7F !important;
  border-left: solid 2px #A57F7F !important;*/
  border: solid 2px #A57F7F;
  border-radius: 15px !important;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

.photo-option table th,
.photo-option table td {
  border-right: solid 2px #A57F7F;
  border-bottom: solid 2px #A57F7F;
}

.photo-option table tr th:last-child,
.photo-option table tr td:last-child {
  border-right: none;
}

.photo-option table th {
  background-color: #FDF9EB !important;
  text-align: center;
  width: 50%;
  padding: 1em 0 !important;
  font-family: var(--honbunbold);
}

.photo-option td {
  padding: 1em 2em;
  font-family: var(--honbun);
}

.photo-option td:last-of-type {
  text-align: right;
}

.photo-option tbody tr:last-child th,
.photo-option tbody tr:last-child td {
  border-bottom: none;
}

.goods-option {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.goods-option__list {
  background-color: #F8F4EF;
  border-radius: 10px;
  width: 44%;
  padding: 2%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.goods-option-list__box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.goods-option-list__image,
.goods-option-list__txt {
  width: 48%;
}

.goods-option-list__txt h5 {
  font-family: var(--midashi);
  font-size: var(--f4);
  margin-bottom: 2px;
}

.goods-option__list .price {
  font-family: var(--midashi);
  font-size: var(--f4);
  text-align: left;
  margin-bottom: 0;
  width: 100%;
  line-height: 1;
}

.goods-option__list .price span {
  font-size: small;
}

.plan__ttl--clothes {
  width: 177px;
}



/* / 撮影プラン ------------*/




/* ページタイトル ------------*/

.page-ttl {
  background: url(./img/bg-wave-header.png) no-repeat top center;
  background-size: cover;
  font-size: var(--f1);
  font-family: var(--midashi);
  color: var(--basecolor);
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 1.5em 0;
}

.page-ttl__studio {
  background: url(./img/bg-wave-studio-top.png) no-repeat top center;
  background-size: cover;
  font-size: var(--f1);
  font-family: var(--midashi);
  color: var(--basecolor);
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 1.5em 0;
}

/* / ページタイトル ------------*/


/* よくある質問 ------------*/
.faq-block {
  width: 100%;
  margin: 20px 0 60px;
}

.faq-block h2 {
  color: var(--basecolor);
  font-size: var(--f4);
  font-family: var(--honbunbold);
  padding-bottom: .2em;
  margin-bottom: .7em;
  background: url(./img/line001.jpg) no-repeat left bottom;
}

.faq-block-list {
  font-family: var(--honbun);
}

.faq__question {
  background: url(./img/faq-q-icon.svg) no-repeat 1em 1em #FDF9EB;
  background-size: 26px;
  border-radius: 5px;
  padding: 1em 1em .1em 3em;
  font-size: var(--f5);
  margin-bottom: 1em;
}

.faq__answer {
  background: url(./img/faq-a-icon.svg) no-repeat 1em 1em;
  padding: 1em 1em 1em 3em;
  background-size: 22px;
  margin-bottom: 1.5em;
  font-size: var(--f5);
}

/* アコーディオン */
.accordion__item {
  /*border: 1px solid #ccc;
  margin-top: 10px;*/
  cursor: pointer;
}

/* アコーディオンのタイトル */
.accordion__title {
  position: relative;
  cursor: pointer;
}

/* (+)アイコン */
.accordion__title::before,
.accordion__title::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #EB8C2D;
  width: 20px;
  height: 2px;
  transition: all 0.3s;
}

.accordion__title::after {
  transform: rotate(90deg);
}

/* アコーディオンのコンテンツ */
.accordion__content {
  display: none;
}

.accordion__content.is-open {
  display: block;
}

/* アコーディオン展開時の(-)アイコン */
.is-active.accordion__title::before {
  transform: rotate(180deg);
}

.is-active.accordion__title::after {
  transform: rotate(180deg);
  opacity: 0;
}

/* よくある質問 ------------*/



/* スタジオ紹介 ------------*/
.studio-yokohama {
  background-color: #FCF2ED;
  background-image: url(./img/bg-wave-studio.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  margin: auto;
  padding-bottom: 50px;
}

.studio-sanbashi {
  background: #FBFFF4;
  width: 100%;
  margin: auto;
  padding-bottom: 50px;
}

.studio-ttl {
  margin: 0 auto;
  padding-bottom: 2em;
  padding-top: 3em;
}

.studio-ttl__yokohama {
  width: 496px;
}

.studio-ttl__sanbashi {
  width: 472px;
}

.studio-photo {
  width: 1014px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(49%, 1fr));
}

.studio-photo figure {
  margin: 0;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.studio-photo figure img {
  object-fit: cover;
  height: auto;
}

.studio-txt-block {
  text-align: center;
  margin: 5em 0;;
}

.studio-txt-block h3 {
  font-family: var(--honbunbold);
  margin-bottom: .7em;
}

.studio-info {
  max-width: 950px;
  margin:  50px auto;
  display: flex;
  justify-content: space-between;
}

.studio-place-map {
  width: 100%;
  height: 30vw;
  max-height: 350px;
  margin-bottom: 30px;
  width: 48%;
}

.studio-place-map iframe {
  width: 100%;
  height: 100%;
}

.studio-place__place {
  width: 48%;
}

.studio-place__place table {
  font-family: var(--honbun);
  width: 100%;
  margin:  auto;
}

.studio-place__place tr {
  border-bottom: solid 1px #846C5A;
}

.studio-place__place th,
.studio-place__place td {
  padding: .5em 0;
  text-align: left;
}

.studio-place__place th {
  font-weight: normal;
  padding-right: .5em;
  width: 7em;
}

.studio-sns {
  max-width: 800px;
  margin:  25px auto 50px;
}

.studio-insta {
  width: 100%;
  margin:  25px auto 50px;
}

.studio-plan-wrap {
  width: 80%;
  padding: 2%;
  background: #fff;
  border-radius: 20px;
}

.plan-block h3,
.studio-sns h3 {
  text-align: center;
  color: #F08448;
  font-family: var(--midashi);
  font-size: var(--f4);
  margin-bottom: 2em;
}

.studio-sanbashi .plan-block h3,
.studio-sanbashi .studio-sns h3  {
  color: #b1c51f;
}




/* / スタジオ紹介 ------------*/



/* お問い合わせ ------------*/
.contact-block {
  width: 100%;
  margin: 20px 0 60px;
}

.contact-block h2 {
  color: var(--basecolor);
  font-size: var(--f4);
  padding-bottom: .2em;
  margin-bottom: 1.5em;
  background: url(./img/line001.jpg) no-repeat left bottom;
}

.contact-step {
  width: 100%;
}

.contact-step__num {
  width: 5em;
}

.contact-step__txt {
  margin: .8em 0 1em;
  padding-bottom: 1em;
  border-bottom: dotted 1px #707070;
}

.contact-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.contact-flex p {
  width: 48%;
}

.contact-line-btn {
  width: 15em;
}

.contact-tel-btn {
  width: 23em;
}

.contact-table {
  width: 100%;
}

.contact-table th {
  text-align: left;
  vertical-align: top;
  width: 25%;
}

.contact-table td {
  text-align: left;
  width: 75%;
}

.required {
  color: #f00;
  font-size: var(--f6);
}

.contact__form dt {
font-size: var(--f5);
font-weight: bold;
position: relative;
padding: 10px 0 0 0;
width: 30%;
float: left;
clear: both;
margin: 0;
}

.contact__form dd {
width: 70%;
margin: 0 0 20px 30%;
line-height: 1.5;
}

.must {
color: red;
font-size: 1.4rem;
border: solid 1px red;
margin-left: 5px;
text-align: center;
padding: 2px;
}

input[type=text],
input[type=email],
select,
textarea {
  background: #fff;
  border: solid 2px #9F9F9F;
  border-radius: 5px;
  font-size: var(--f5);
  padding: 17px 10px;
  width: 100%;
}

select {
  width: 104%;
}

.form--submit {
  background: #907663;
  border-radius: 5px;
  height: 40px;
  margin: 0 0 0 25% !important;
  width: 8em;
  box-shadow: 3px 3px 0px 0px rgba(209, 199, 199, 1);
  transition: .5s;
  overflow: hidden;
}

.form--submit:hover {
  background: rgb(184, 159, 141);
  box-shadow: 0px 0px 0px 0px rgba(209, 199, 199, 1);
  margin: 1px 0 0 24.9%;
}

.form--submit .wpcf7-submit,
.form--submit .wpcf7-confirm {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: var(--f5);
  height: 40px;
  width: 8em;
}

.contact__form .confirm {
  margin: 20px 0 0 0;
  text-align: center;
}

.to-privacy {
  font-size: small;
  text-align: left;
}

.join-line {
  width: 787px;
  margin: 50px auto;
}

.join-line h3 {
  font-family: var(--honbunbold);
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.join-line .line-btn {
  display: block;
  color: #fff;
  border: solid 3px #01b902;
  background: #01b902;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  font-family: var(--honbun);
  padding: .8em 0;
  width: 15em;
  margin: 20px auto 0;
  transition: .3s;
}

.join-line .line-btn:hover {
  border: solid 3px #01b902;
  background: #fff;
  color: #01b902;
}

.basic-table,
.basic-table input {
  font-family: var(--honbun);
}

/* / お問い合わせ -------*/



/* 私たちの想い ------------*/
.message-box {
  width: 80%;
  margin: auto auto 5em auto;
}

.message-box h2 {
  font-size: var(--f2);
  font-family: var(--midashi);
  color: var(--basecolor);
  border-bottom: dotted 1px var(--basecolor);
  padding-bottom: .5em;
  margin-bottom: .8em;
}

.message-box p {
  color: var(--basecolor);
  font-size: 1.125em;
  line-height: 2;
  width: 100%;
}

.message-photo {
  border-radius: 10px;
  overflow: hidden;
  width: 80%;
  margin: auto auto 2em auto;
}


/* / 私たちの想い ------------*/


/* ブログ一覧 ------------*/
.blog-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 3em 0;
}

.blog-list::after {
  display: block;
  content: "";
  width: 30%;
}

.blog-list__item {
  width: 30%;
  border-bottom: dotted 1px #A77249;
  padding-bottom: .7em;
  margin-bottom: 2em;
}

.blog-list__item--img {
  width: 100%;
  height: 160px;
  border-radius: 15px;
  border: solid 5px #F7D7CC;
  vertical-align: bottom;
  overflow: hidden;
}

.blog-list__item--img img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
  object-position: center center;
}

.blog-list__item--day {
  font-size: var(--f6);
  line-height: 1;
  margin: .5em 0 0;
}

.blog-list__item--category {
  font-size: var(--f6);
  font-family: var(--honbun);
  display: inline-block;
  line-height: 1;
  margin: .5em 0;
  padding: .2em 0;
  color: #58380C;
  border: solid 1px #58380C;
  border-radius: 3px;
}

.blog-list__item--category a {
  /*display: block;*/
  width: 100%;
  padding: .1em .5em;
  text-decoration: none;
}

.blog-list__item--title {
  font-size: 1.15em;
  font-family: var(--honbun);
}

.blog-list__item--title a {
  text-decoration: none;
}

/* 一覧では最新の情報を非表示 */
.page-id-4635 #block-4, /* ←テストサイト */
.page-id-4635 #block-2, /* ←テストサイト */
.page-id-4782 #block-2,
.page-id-4782 #block-3 {
  display: none;
}
/* / 一覧では最新の情報を非表示 */

/* / ブログ一覧 ------------*/



/* 検索結果 */
.search__title {
  width: auto;
  color: var(--basecolor);
  font-size: var(--f2);
  margin-bottom: 30px;
}

.search__list {
  margin: 30px 0;
}

.search__list li {
  border-bottom: solid 1px #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.search__list--heading {
  font-size: var(--f4);
}

.search-no-results p.title {
  text-align: left;
  margin-bottom: 50px;
}

.search__list--txt {

}

.search-no-results #content {
  text-align: center;
  line-height: 2;
  border: solid 1px #333333;
  padding-bottom: 40px;
}

/* / 検索結果 */



/* プライバシーポリシー -------*/

  .nallow-box {
    margin: 60px auto 0;
    width: 80%;
  }

  .nallow-box h3,
  .liststyle01 li {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  
  .nallow-box h3 {
    margin: 30px 0 5px;
  }
  
  .liststyle01 {
    margin: -10px 0 20px 1rem;
  }
  
  .liststyle01 li {
    list-style-position: inside;
    list-style-type: disc;
  }


/* / プライバシーポリシー --------*/




/* 投稿ページ -------*/
.post--day {
  font-size: var(--f6);
  font-family: var(--honbun);
  margin: 3px 0;
}

.post--category {
  display: inline-block;
  margin: 3px 0;
}

.post--category a {
  display: block;
  font-size: var(--f6);
  font-family: var(--honbun);
  color: var(--basecolor);
  border: solid 1px var(--basecolor);
  border-radius: 5px;
  padding: 0 .65em;
  text-decoration: none;
}

h2.blog-ttl {
  font-family: var(--midashi);
  font-size: var(--f2);
  color: var(--basecolor);
  border-bottom: dotted 3px var(--basecolor);
  padding-bottom: .2em;
  margin-bottom: 1.5em;
}

.blog__main--photo {
  border-radius: 10px;
  overflow: hidden;
  vertical-align: bottom;
}

.blog__main--photo img {
  object-fit: cover;
  object-position: center center;
  margin-bottom: 1em;
}

.widget_block h4 {
  background: #FDEAE5;
  font-family: var(--midashi);
  color: var(--basecolor);
  margin-top: 3em;
  border-radius: 5px;
  padding: 1em;
}

.wp-block-latest-posts__list li,
.wp-block-categories-list li {
  border-bottom: dotted 1px var(--basecolor);
}

.wp-block-latest-posts__list li a,
.wp-block-categories-list li a {
  display: block;
  font-size: var(--f5);
  font-family: var(--honbun);
  text-decoration: none;
  background-color: #fff;
  padding: 1.2em 1em;
  transition: .7s;
}

.wp-block-latest-posts__list li a:hover,
.wp-block-categories-list li a:hover {
  background-color: #FFFCEB;
}

.wp-block-latest-posts__list li a::before {
  content: "●";
}



/*ブロックエディタ設定*/
.post figure {
  border-radius: 10px;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 1em;
  margin-top: 1em;
}

.post figure img,
.post img {
  border-radius: 10px;
  overflow: hidden;
  vertical-align: bottom;
  object-fit: cover;
}

.post .contact-step__num img {/*お問い合わせページ STEPの画像が切れるのを防止*/
  border-radius: 0;
}

figcaption {
  margin-top: .5em;
}

.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
  font-family: var(--midashi);
}

.post h1 {
  font-size: var(--f1);
}

.post h2 {
  font-size: var(--f2);
}

.post h3 {
  font-size: var(--f3);
}

.post h4 {
  font-size: var(--f4);
}

.post h5 {
  font-size: var(--f5);
}

.post h6 {
  font-size: var(--f6);
}

.post p {
  font-size: var(--f5);
  font-family: var(--honbun);
  margin: 1em 0;
}

.post .aligncenter,
.post .aligncenter img {
  display: block;
  margin: 1em auto;
}

.post .alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}

.post .alignright {
  float: right;
  margin: 1em 0 1em 1em;
}

.post .has-text-align-center {
  text-align: center;
}

/* / ブロックエディタ設定*/




/* / アーカイブへのリンク */

/* 表の基本スタイル */
/*.wp-block-table {
  margin: 20px 0;
}

.wp-block-table table {
  border: solid 1px #A3A12F;
}

.wp-block-table table thead {
  border-bottom: solid 1px #A3A12F;
}

.wp-block-table table th,
.wp-block-table table td {
  border: solid 1px #A3A12F;
  padding: 1em;
}

.wp-block-table table th {
  background: #F0EE7E;
}

.table--middle {
  width: 845px;
  margin-left: auto;
  margin-right: auto;
}*/


/* / 表の基本スタイル */


/*ページネーション*/
p.pagenation {
  clear: both;
  font-size: 12px;
  font-size: 1.2rem;
  overflow: hidden;
}

span.oldpage {
  float: left;
}

span.newpage {
  float: right;
}

/* ページ番号リンク */
p.pagenum {
  text-align: center;
}

p.pagenum a {
  /*background-color: #e6e6e6;*/
  text-decoration: none;
  color: #575757;
}

.page-numbers {
  background-color: #fff;
  border: solid 1px #F7D7CC;
  border-radius: 50%;
  display: inline-block;
  font-size: var(--f6);
  line-height: 30px;
  margin: 5px;
  padding: 1em;
  text-align: center;
  width: 30px;
  height: 30px;
  transition: .5s;
}

.page-numbers:hover {
  background-color: #F7D7CC;
}

.current {
  background-color: #F7D7CC;
  border: solid 1px #F7D7CC;
}

/*p.pagenum span {
  background-color: #fff;
  border: solid 1px #999;
  color: #333;
}

p.pagenum a, p.pagenum span {
  padding: 3px 6px;
  color: #333;
}*/

/* end ページネーション*/




/* 投稿ページ -------*/


/* end ページレイアウト
--------------------------------------*/



/* フッター
--------------------------------------*/
.footer--wrap {
  width: 100%;
  background-color: #F3F3F3;
  padding-top: 50px;
  margin-top: 100px;
}

.footer {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.footer__info,
.footer__nav--wrap,
.footer__sns--wrap {
  width: 33%;
}

.footer__info p {
  font-family: var(--m-plus-1);
  margin-bottom: 10px;
  line-height: 1.4;
}

p.h1-footer-en {
  font-family: var(--inter);
  font-size: var(--f4);
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}

.h1-footer {
  font-family: var(--inter);
  font-size: var(--f5);
  margin-top: 0;
}

.footer__nav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.footer__nav li {
  font-family: var(--m-plus-1);
  font-size: var(--f5);
  width: 35%;
  margin-bottom: 8px;
}

.footer__nav li:nth-child(odd) {
  margin-right: 80px;
}

.footer__nav li a {
  text-decoration: none;
  position: relative;
}

.footer__nav li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: .3s;
}

.footer__nav li a:hover::after {
  opacity: 1;
}

.sns-list {
  display: flex;
  justify-content: flex-start;
}

.sns-list li {
  width: 35px;
  margin-right: 8px;
}

.footer__copyright {
  font-family: var(--m-plus-1);
  font-size: var(--f6);
  text-align: center;
  margin-top: 70px;
  padding-bottom: 20px;
}


/* トップに戻るボタン */
  .to-top {
    position: fixed;
    bottom: 50px;
    right: 80px;
    height: 52px;
    width: 17px;
  }
  
  .to-top img {
    height: auto;
    width: 100%;
  }
  
  .to-top a:hover {
    opacity: .6;
  }
  
/* / トップに戻るボタン */

/* end フッター
--------------------------------------*/


/* end レイアウト
---------------------------------------------*/



/* レスポンシブ調整（スマホレイアウト）
---------------------------------------------*/
@media screen and (max-width: 768px){

  /* iPhone safariの右側余白対策 */
  html, body {
    overflow-x: hidden;
  }

/* ヘッダー
--------------------------------------*/

.header--wrap {
  width: 90vw;
  min-width: 90vw;
  margin: 0 auto 20px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 50;
}

.site-ttl {
  position: relative;
  z-index: 100;
}

.site-ttl p {
  font-size: 1.25em;
  line-height: 1;
}

.site-ttl h1 {
  font-size: var(--f6);
}


/* / メニュー */


/* ハンバーガーメニュー */
.toggle-btn {
  display: flex;
  position: fixed;
  z-index : 3;
  right: 1vw;
  top: 10px;
  width : 80px;
  /*height: 20px;*/
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  z-index: 50;
}

.toggle-btn p {
  font-family: var(--inter);
  font-size: .8em;
  margin-top: 7px;
}

.toggle-btn a {
  display: block;
  width: 28px;
  position: relative;
}

.toggle-btn span {
  display: block;
  position: absolute;
  width: 28px;
  height: 1px;
  left: 3.5vw;
  background: #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 15;
}
.toggle-btn span:nth-child(1) {
  top: 16px;
}
.toggle-btn span:nth-child(2) {
  top: 20px;
}

/* スマホメニューを開いてる時のボタン */
.toggle-btn.active span:nth-child(1) {
  top : 18px;
  left: 13px;
  background: #000;
  -webkit-transform: rotate(-22deg);
  -moz-transform   : rotate(-22deg);
  transform        : rotate(-22deg);
}

.toggle-btn.active span:nth-child(2) {
  top: 18px;
  background: #000;
  -webkit-transform: rotate(22deg);
  -moz-transform   : rotate(22deg);
  transform        : rotate(22deg);
}

/* メニュー背景 */
.global-nav-wrap {
  position: fixed;
  z-index : 25;
  top  : 0;
  right : 0;
  color: #000;
  background: #FFDD32;
  text-align: left;
  width: 94vw;
  padding: 2vh 3vw 10vh;
  height: 88vh;
  transform: translateX(100vw);
  transition: all .7s;
  overflow-y: auto;
  z-index: 1;
  transition: all ease .7s;
}

.global-nav {
  min-width: 90%;
  width: 90%;
  margin: 40px auto 0;
  display: block;
  position: relative;
  z-index: 5;
  opacity: 1;
}

.global-nav li {
  font-size: var(--m-plus-1);
  font-size: 1.375em;
  font-weight: bold;
  margin-right: 0;
  text-align: left;
  border-bottom: solid 1px #CDC54F;
  width: 100%;
}

.nav-txt--en {
  font-size: .73em;
  display: block;
}

.global-nav li a {
  font-size: var(--m-plus-1);
  text-decoration: none;
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding: 1em 0;
}

.nav-icon {
  display: block;
  position: relative;
  margin-left: 0;
  margin-right: 1em;
  margin-bottom: 5px;
  transition: .3s;
}

/* クリックでjQueryで追加・削除 */
.global-nav-wrap.panel-open {
  transform: translateX(0);
}

/* end ヘッダー
--------------------------------------*/


/* ページ設定
--------------------------------------*/

/* サイトの幅指定 */
.main__container {
  max-width: 90vw;
  min-width: 90vw;
  padding: 20px 0 0;
  margin:  0 auto 70px;
}


.container__large,
.container__middle,
.container__small,
.container__blog,
.blog__article,
.blog__sidebar {
  width: 96%;
  padding: 0 2%;
  margin:  20px auto 60px;
}

.container__blog {
  display: block;
}

.page-id-4031 { /* スタジオページの背景対策 */
  margin-bottom: 0;
}

.container__column {
  min-width: 96%;
  max-width: 96%;
  padding: 0 2%;
  margin:  20px auto 60px;
  display: block;
  justify-content: space-between;
}

.container__mainContent {
  width: 100%;
}

.container__sidebar {
  width: 100%;
}

/* / サイトの幅指定 */


.page__ttl--basic {
  width: 94%;
  height: 150px;
  border-radius: 10px;
  background-color: #ffe9c9;
  margin: 20px auto 30px;
}
.page__ttl--basic h2 {
  font-family: var(--m-plus-1);
  font-size: var(--f5);
  padding: 80px 0 0 1em;
}


/* ボタンの設定 */
.btn01 {
  /*background: var(--basecolor);*/
  width: 100px;
  height: 40px;
  line-height: 40px;
}

.btn01 a {
  font-size: var(--f6);
}

/* / ボタンの設定 */


/* 見出し */
.heading {
  color: #fff;
  background: #11740C;
  font-size: var(--f3);
  font-weight: normal;
}

.heading--large,
.heading--middle {
  width: 96%;
  padding: .5em 2%;
  margin: 40px auto 30px;
}

/* / 見出し */

.w60 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}


/* / ページ設定
--------------------------------------*/


/* トップページ
--------------------------------------*/

/* メインビジュアル */
.main-img--wrap {
  display: block;
  width: 95vw;
  min-width: 95vw;
  margin: 20px auto 80px;
  position: relative;
}

.catch-copy {
  position: relative;
  width: 67%;
  margin: 0 auto 20px;
}

.sub-copy {
  position: absolute;
  width: 67%;
  left: 0;
  bottom: -4em;
}

.main-image {
  width: 100%;
  height: 280px;
  border-radius: 10px;
  overflow: hidden;
}

.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* / メインビジュアル */

.top__ttl {
  font-size: var(--f2);
}

.top__event-list {
  width: 95vw;
  margin: 20px auto 40px;
}

.top__event-list .event-list li {
  width: 48%;
}

/* イベント情報 */
.event-day,
.event-cate,
.event-list p {
  font-size: var(--f6);
}
/* / イベント情報 */

/* ニュース */
.top__news-list {
  width: 90%;
  max-width: 90%;
  margin: 20px auto 5px;
}

.top__news-list li {
  border-radius: 20px;
}

.top__information--list--day {
  padding-right: 0;
  display: block;
}

/* / ニュース */


/* グローバルセンターについて */
.top__feature--wrap {
  width: 90%;
  height: 230px;
  margin: 60px auto 100px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.top__feature--txt {
  width: calc(40% - 20px);
  border-radius: 50px 0 0 10px;
  padding-left: 20px;
  position: relative;
}

.top__feature--photo {
  width: 60%;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}

.top__feature--photo img {
  height: 100%;
  object-fit: cover;
}

.top__feature--ttl-en {
  font-size: var(--f4);
  font-weight: bold;
  color: #fff;
  opacity: .7;
  padding: 10px 0 10px 0;
  line-height: 1.1;
  position: absolute;
  left: 20px;
  top: .3em;
  width: 70vw;
}

.top__feature--ttl {
  font-size: var(--f5);
  font-weight: bold;
  padding: 6.5em 0 20px 0;
  line-height: 1.2;
}

.top__about-icon {
  position: absolute;
  width: 103px;
  left: auto;
  right: 20px;
  bottom: -60px;
}

/* / グローバルセンターについて */


/* サービス */
.top__ttl-services--wrap {
  width: 95vw;
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin: 190px auto 0;
}

.top__service-heading {
  padding-top: 50px;
  margin-right: 20px;
}

.top__service-heading p {
  color: #EDEDED;
  font-family: var(--inter);
  font-weight: bold;
  font-size: 2.5em;
  line-height: 1;
}

.top__service-heading h2 {
  font-family: var(--m-plus-1);
  font-size: var(--f4);
  color: #AFC6D3;
  margin: -0.8em 0 0 3.2em;
}

.top__service-icon {
  width: 143px;
}

.top__feature--service--wrap {
  width: 95vw;
  margin: 20px auto 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top__service-list {
  width: 48%;
  margin: 0 0 40px 0;
}

.top__service-list:nth-child(odd) {
  margin-top: -130px;
}

.top__service-list:first-child {
  margin-top: 0;
}

.top__service-list:nth-child(2) {
  margin-top: 130px;
}

.top__service-list:nth-child(odd).show-line-show::after {
  height: calc(100% - 130px);
}

.top__service--txt {
  width: calc(100% - 15px);
  border-radius: 10px 50px 0 0;
  padding-left: 15px;
  padding-bottom: 15px;
}

.top__service--photo {
  width: 100%;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

.top__service--photo img {
  vertical-align: top;
}

.top__service--ttl-en {
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  opacity: .7;
  padding: 20px 0 10px 0;
  line-height: 1.1;
}

.top__service--ttl {
  font-size: var(--f5);
  font-weight: bold;
  padding: 0 0 15px 0;
  line-height: 1.1;
}

/* / サービス */


/* ご利用案内 */
.feature-visitor {
  flex-direction: row-reverse;
}

.feature-visitor .top__feature--txt {
  border-radius: 0 50px 10px 0;
  padding-left: 10px;
  width: 40%;
}

.feature-visitor .top__feature--photo {
  width: 60%;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}

.feature-visitor .top__feature--ttl-en {
  position: absolute;
  left: -40px;
  top: .3em;
  width: 70vw;
}

.top__visitor-icon {
  position: absolute;
  width: 105px;
  right: 20px;
  bottom: -90px;
}


/* 食文化交流事業 */
.top__feature-cafe--wrap {
  height: 202px;
  margin: 120px auto 60px;
}

.top__feature-cafe--photo {
  width: 52%;
}

.top__feature-cafe--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top__feature-cafe--txt {
  width: 45%;
  height: 202;
  padding-left: 3%;
  background-color: rgba(221, 203, 192, .6);
}

.top__feature-cafe--ttl-en {
  font-size: 1.5em;
  padding: 15px 0 5px 0;
}

.top__feature-cafe--ttl {
  font-size: var(--f5);
  padding: 0 0 10px 0;
}

/* / 食文化交流事業 */


/* 加西市バナー */
.kasai-city-ban {
  width: 80%;
  margin: 20px auto 30px;
  border: solid 1px #333;
}

.kasai-city-ban img {
  vertical-align: top;
}

/* / 加西市バナー */


/* SNS （現状は仮のレイアウト）*/
.top__sns--wrap {
  width: 90vw;
  display: block;
  margin: 10px auto 60px;
}

.top__sns-side {
  width: 100%;
  height: 250px;
  text-align: center;
  display: grid;
  place-items: center;
  background-color: #D9D9D9;
  margin-bottom: 20px;
}

.top__sns-side p {
  font-size: var(--f4);
}

/* / SNS */


/* お問い合わせ・アクセス */
.top__utility--wrap {
  width: 95vw;
  margin: 10px auto 50px;
}

.top__utility {
  width: 48%;
  height: 45vw;
}

.top__utility a h4 {
  font-size: var(--f3);
}

.top__utility a h4 span {
  font-size: 18px;
}

/* / お問い合わせ・アクセス */




/* / トップページ
---------------------------------- */



/* グローバルセンターについて
---------------------------------- */
.page__ttl--wrap {
  width: 90%;
  height: 230px;
  margin: 60px auto 100px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.page__ttl--txt {
  width: calc(40% - 20px);
  border-radius: 50px 0 0 10px;
  padding-left: 20px;
  position: relative;
}

.page__ttl--photo {
  width: 60%;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}

.page__ttl--photo img {
  height: 100%;
  object-fit: cover;
}

.page__ttl--ttl-en {
  font-size: var(--f4);
  font-weight: bold;
  color: #fff;
  opacity: .7;
  padding: 10px 0 10px 0;
  line-height: 1.1;
  position: absolute;
  left: 20px;
  top: .3em;
  width: 70vw;
}

.page__ttl--ttl {
  font-size: var(--f5);
  font-weight: bold;
  padding: 6.5em 0 20px 0;
  line-height: 1.2;
}

.page__about-icon {
  position: absolute;
  width: 103px;
  left: auto;
  left: 20px;
  bottom: -60px;
}

.concept__wrap {
  text-align: center;
  width: 100%;
  margin: 10px auto 60px;
}

.concept--h {
  font-size: var(--f3);
}

.concept--txt {
  font-size: var(--f5);
  font-weight: 500;
  text-align: left;
  margin-bottom: 20px;
}

.contents__block001 {
  display: block;
}

.contents__block--txt,
.contents__block--photo {
  width: 100%;
}

.contents__block--photo {
  height: 380px;
}

.contents__block--txt h3 {
  font-size: 1.375em;
  margin-bottom: 10px;
}

.contents__block--txt h3:nth-of-type(2) {
  margin-top: 60px;
}

.contents__block--txt p {
  font-size: var(--f5);
  font-weight: 500;
}

.about__center--photo1 {
  width: 190px;
  left: 0;
  top: 0;
}

.about__center--photo2 {
  width: 130px;
  right: 0;
  top: 50px;
}

.about__center--photo3 {
  width: 140px;
  left: 30px;
  bottom: 0;
}

.concept__wrap h4 {
  font-family: var(--m-plus-1);
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
}

.heading-bg01 {
  font-size: var(--f4);
  margin-bottom: 20px;
}





/* / グローバルセンターについて
---------------------------------- */




/* 撮影プラン ------------*/
.plan-mainimage {
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin: 20px auto 30px;
}

.plan-mainimage img {
  width: 100%;
}

.flow-block {
  width: 100%;
  background-color: var(--secondcolor);
  border-radius: 15px;
  padding: 1.5% 0%;
  margin: 80px auto;
}

.heading {
  margin: 3em auto 1em;
  background-color: transparent;
}

.flow-ttl {
  color: #EB8C2D;
  text-align: center;
  font-size: var(--f3);
  margin-top: 10px;
  margin-bottom: .5em;
  position: relative;
  cursor: pointer;
  font-family: var(--midashi);
}

.flow__step {
  background-color: #fff;
  border-radius: 10px;
  width: 86%;
  padding: 4%;
  margin: 0 auto 20px;
}

.flow__step dt {
  font-family: var(--midashi);
  font-size: var(--f3);
  position: relative;
  margin-left: .5em;
  margin-bottom: .5em;
  margin-top: 2.5em;
  padding-left: 0;
  color: #EB8C2D;
}

.flow__step dd {
  margin-left: .5em;
}

.plan-menu-block {
  width: 90%;
  background-color: #FFF5F6;
  border-radius: 15px;
  padding: 1.5em 3%;
  margin: 80px auto 50px;
}

.plan-menu-icon {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

.plan-menu-icon li {
  width: 26%;
  margin: 10px 2%;
}

.photo-option {
  width: 100%;
  max-width: 100%;
  margin: auto;
}

.photo-option table {
  font-size: var(--f5);
  width: 100%;
  margin: auto;
}

.photo-option td {
  padding: 1em .5em;
}

.goods-option {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.goods-option__list {
  background-color: #F8F4EF;
  border-radius: 10px;
  width: 42%;
  padding: 3%;
  margin-bottom: 20px;
  display: block;
}

.goods-option-list__box {
  width: 100%;
  display: block;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.goods-option-list__image,
.goods-option-list__txt {
  width: 100%;
}

.goods-option-list__image {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 1em;
}



/* / 撮影プラン ------------*/


/* ページタイトル ------------*/

.page-ttl {
  background: url(./img/bg-wave-header.png) no-repeat top center;
  background-size: cover;
  font-size: var(--f2);
  font-family: var(--midashi);
  color: var(--basecolor);
  width: 100%;
  margin: 65px auto 0;
  text-align: center;
  padding: 1.5em 0;
}

.page-ttl__studio {
  background: url(./img/bg-wave-studio-top.png) no-repeat top center;
  background-size: cover;
  font-size: var(--f2);
  font-family: var(--midashi);
  color: var(--basecolor);
  width: 100%;
  margin: 65px auto 0;
  text-align: center;
  padding: 1.5em 0;
}

/* / ページタイトル ------------*/


/* よくある質問 ------------*/
.faq-block h2 {
  color: var(--basecolor);
  font-size: var(--f4);
  padding-bottom: .2em;
  margin-bottom: .7em;
  background: url(./img/line001.jpg) no-repeat left bottom;
}

.faq__question {
  padding: 1em 3em .1em 3em;
  font-size: var(--f5);
  margin-bottom: 1em;
}

/* / よくある質問 ------------*/


/* スタジオ紹介 ------------*/
.studio-ttl__yokohama,
.studio-ttl__sanbashi {
  width: 80%;
}

.studio-yokohama {
  background-color: #FCF2ED;
  background-image: url(./img/bg-wave-studio.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  margin: auto;
  padding-bottom: 20px;
  padding-top: 20px;
}

.studio-sanbashi {
  padding-top: 70px;
}

.studio-photo {
  width: 96vw;
  display: block;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(49%, 1fr));
  margin: auto;
}

.studio-photo figure {
  margin: 0;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1.5em;
}

.studio-info {
  max-width: 96vw;
  width: 96vw;
  margin:  50px auto;
  display: block;
}

.studio-place-map,
.studio-place__place {
  width: 100%;
}

.studio-sns {
  max-width: 96vw;
  width: 96vw;
  margin:  25px auto 50px;
}

.studio-plan-wrap {
  width: 94vw;
  padding: 2vw;
  background: #fff;
  border-radius: 20px;
}

.studio-plan-wrap .plan-list {
  width: 90vw;
}

.studio-plan-wrap .plan-list__plan {
  width: 40vw;
}

.studio-place-map {
  width: 100%;
  height: 300px;
  max-height: 300px;
  margin-bottom: 30px;
}

.studio-place__place,
.studio-place__place table {
  font-family: var(--honbun);
  width: 100%;
  margin:  auto;
}

.studio-place__place th,
.studio-place__place td {
  padding: .5em 0;
  display: block;
}

.studio-place__place th {
  text-align: left;
  width: 100%;
}




/* / スタジオ紹介 ------------*/


/* お問い合わせ -------*/
.contact-flex {
  display: block;
  justify-content: space-between;
  width: 100%;
}

.contact-flex p {
  width: 100%;
}

.contact-table th,
.contact-table td {
  display: block;
  width: 90%;
}

.form--submit {
  margin: 0 auto !important;
}

/* / お問い合わせ -------*/



/* 私たちの想い ------------*/
.message-box {
  width: 90%;
  margin: auto auto 3em auto;
}

.message-box h2 {
  font-size: var(--f3);
}

.message-box p {
  font-size: var(--f5);
}

.message-photo {
  width: 90%;
  margin: auto auto 2em auto;
}


/* / 私たちの想い ------------*/


/* ブログ一覧 ------------*/
.blog-list__item {
  width: 45%;
}

.blog-list__item--img {
  width: 100%;
  height: 26vw;
  border-radius: 15px;
  border: solid 5px #F7D7CC;
  vertical-align: bottom;
  overflow: hidden;
}

/* / ブログ一覧 ------------*/


    /* / 下層ページ全体-------*/




  /* プライバシーポリシー -------*/

  .nallow-box {
    margin: 40px auto 0;
    width: 92%;
  }
  
  .nallow-box h3,
  .liststyle01 li {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  
  .nallow-box h3 {
    margin: 30px 0 5px;
  }
  
  .liststyle01 {
    margin: -10px 0 20px 1rem;
  }
  
  .liststyle01 li {
    list-style-position: inside;
    list-style-type: disc;
  }


/* / プライバシーポリシー --------*/

/* 投稿ページ -------*/
.post figure img,
.post img {
  max-width: 100%;
}


/* / 投稿ページ -------*/

/* 表の基本スタイル */
.table--middle {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* / 表の基本スタイル */


/* end ページレイアウト
--------------------------------------*/

  

/* フッター
--------------------------------------*/

.footer {
  width: 95vw;
  display: block;
}

.footer__info,
.footer__nav--wrap,
.footer__sns--wrap {
  width: 100%;
}

.footer__nav--wrap {
  margin-bottom: 20px;
  margin-top: 20px;
}

.footer__info p {
  font-size: var(--f6);
}

p.h1-footer-en {
  font-family: var(--inter);
  font-size: var(--f4);
}

.h1-footer {
  font-family: var(--inter);
  font-size: var(--f5);
  margin-top: 0;
}

.footer__nav li {
  font-size: var(--f5);
  width: 48%;
  margin-bottom: 10px;
}

.footer__nav li:nth-child(odd) {
  margin-right: 0;
}


  /* トップへ戻るボタン */
  .to-top {
    position: fixed;
    bottom: 50px;
    left: 3%;
    height: 52px;
    width: 17px;
  }


/* end フッター
--------------------------------------*/






}
/* end レスポンシブ調整（スマホレイアウト）
---------------------------------------------*/