@charset "UTF-8";
/* Global CSS */
/* リセットCSS */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

/*ミックスインを定義*/
.logo-in {
  overflow: hidden;
  display: inline-block;
}

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

.dev_modal_bg {
  display: none;
  content: "　";
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  z-index: 2;
}
.dev_modal_bg:hover {
  opacity: 1;
}

.dev_modal_box {
  z-index: 10;
  display: none;
  width: 80%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #eee;
}

.containner_box {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #fff;
}
.containner_box .content_section.login {
  width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  font-family: zen-kaku-gothic-new;
}
@media (max-width: 428px) {
  .containner_box .content_section.login {
    width: 90%;
  }
  .containner_box .content_section.login p {
    font-size: 1.172vw;
  }
}
@media (max-width: 428px) and (min-width: 1280px) {
  .containner_box .content_section.login p {
    font-size: 15px;
  }
}
@media (max-width: 428px) and (max-width: 428px) {
  .containner_box .content_section.login p {
    font-size: 3.271vw;
    text-align: left;
  }
}
.containner_box .content_section.login .login-info {
  margin-bottom: 3em;
}
.containner_box .content_section.login .form-box {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 428px) {
  .containner_box .content_section.login .form-box {
    max-width: auto;
    width: 100%;
  }
}
.containner_box .content_section.login strong {
  display: block;
  font-weight: bold;
  font-size: 1.719vw;
  margin-bottom: 1em;
}
@media (min-width: 1280px) {
  .containner_box .content_section.login strong {
    font-size: 22px;
  }
}
@media (max-width: 428px) {
  .containner_box .content_section.login strong {
    font-size: 5.14vw;
  }
}
@media (max-width: 428px) {
  .containner_box .content_section.login strong {
    font-size: 5.14vw;
  }
}
.containner_box .content_section.login dl {
  text-align: left;
}
.containner_box .content_section.login dl dd {
  margin-bottom: 1em;
}
.containner_box .content_section.login input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #DDD;
}
.containner_box .content_section.login input.submit {
  width: auto;
  margin-bottom: 1em;
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F4F2EA;
  z-index: 9999;
  pointer-events: none;
  opacity: 1;
}

body.cafe::after {
  background-color: #fff;
}

body.fadeout::after {
  transition: opacity 0.5s ease;
  opacity: 0;
}

body.fadeout_lazy::after {
  opacity: 0;
}

body {
  font-family: zen-kaku-gothic-new;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background: #F4F2EA;
}
body.cafe {
  background: #fff;
}
body.scroll_hidden {
  overflow-x: hidden;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: #231815;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

img {
  width: 100%;
  height: auto;
}

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

.text_block {
  display: block;
}

.small_text {
  font-size: 0.938vw;
}
@media (min-width: 1280px) {
  .small_text {
    font-size: 12px;
  }
}
@media (max-width: 428px) {
  .small_text {
    font-size: 2.804vw;
  }
}

.small_text02 {
  font-size: 1.016vw;
}
@media (min-width: 1280px) {
  .small_text02 {
    font-size: 13px;
  }
}
@media (max-width: 428px) {
  .small_text02 {
    font-size: 3.037vw;
  }
}

.large_text {
  font-size: 1.25vw;
}
@media (min-width: 1280px) {
  .large_text {
    font-size: 16px;
  }
}
@media (max-width: 428px) {
  .large_text {
    font-size: 3.738vw;
  }
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.pc02 {
  display: block;
}
@media (max-width: 428px) {
  .pc02 {
    display: none !important;
  }
}

.tab {
  display: none;
}
@media (min-width: 429px) and (max-width: 768px) {
  .tab {
    display: block !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 428px) {
  .sp {
    display: block !important;
  }
}

@media screen and (min-width: 769px) {
  /* PC 769px以上 */
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  /* タブレット 768px以下 */
  html {
    font-size: 1.823vw;
  }
}
@media screen and (max-width: 428px) {
  /* スマートフォン 428px以下 */
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  /* スマートフォン 320px以下 */
  html {
    font-size: 4.063vw;
  }
}
section.continner_box {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s ease;
}
@media (max-width: 1290px) {
  section.continner_box {
    max-width: 66%;
  }
}

header.top {
  position: relative;
  overflow: hidden;
  background: #F4F2EA;
  height: 100vh;
  height: 100svh;
}
@media (max-width: 428px) {
  header.top {
    height: 90vh;
    height: 104.6svh;
    transition: all 0.3s;
  }
}
header.top.cafe {
  height: auto;
}
@media (min-width: 1920px) {
  header.top.cafe {
    height: 1032px;
  }
}
header.top.cafe .slider_cafetop {
  opacity: 0;
  transition: opacity 0.75s ease;
}
header.top.cafe .slider_cafetop.slick-initialized {
  opacity: 1;
}
header.top h2 {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 52px;
  left: 4.792vw;
  line-height: 1.41;
  z-index: 2;
}
@media (max-width: 428px) {
  header.top h2 {
    bottom: 8.4112149533vh;
    bottom: 8.4112149533svh;
  }
}
header.top h2 img {
  display: block;
  width: 130px;
  height: auto;
  margin-right: 15px;
}
@media (max-width: 768px) {
  header.top h2 img {
    width: 16.9270833333vw;
    margin-right: 1.953125vw;
  }
}
@media (max-width: 428px) {
  header.top h2 img {
    width: 20.5607476636vw;
    margin-right: 3.5046728972vw;
    margin-bottom: 3px;
  }
}
header.top h2 strong {
  display: block;
  font-family: classico-urw;
  font-weight: 400;
  color: #7B7463;
  letter-spacing: 0.15em;
  font-size: 2.4285714286rem;
}
@media (max-width: 428px) {
  header.top h2 strong {
    width: 78.5%;
    font-size: 5.8411214953vw;
    left: 10.748vw;
    top: 74.25vh;
    top: 88.25svh;
  }
}
header.top h2 strong span {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.14em;
}
@media (max-width: 428px) {
  header.top h2 strong span {
    font-size: 2.5700934579vw;
  }
}
header.top .sound_icon {
  display: none;
  width: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  line-height: 0;
}
@media (max-width: 428px) {
  header.top .sound_icon {
    width: 36px;
  }
}
header.top .sound_icon .on,
header.top .sound_icon .off {
  display: none;
}
header.top .sound_icon .on.active,
header.top .sound_icon .off.active {
  display: block;
}
header.second {
  padding-top: 87px;
}
header.second p {
  line-height: 2.7142857143;
  letter-spacing: 0.022em;
}
@media (max-width: 428px) {
  header.second p {
    font-size: 13px;
    line-height: 2.1538461538;
    letter-spacing: 0;
    margin-top: 4.6728971963%;
  }
}
header.second i.icon {
  display: block;
  max-width: 26px;
  margin: 2.03125% auto 0;
}
@media (min-width: 1280px) {
  header.second i.icon {
    margin-top: 26px;
  }
}
@media (max-width: 428px) {
  header.second i.icon {
    margin: 6.0747663551% auto 0;
  }
}

.nav_header {
  position: fixed;
  padding: 0 0 0 4.792vw;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  transition: background 0.5s;
}
.nav_header.cafe {
  background: #B48F74;
}
.nav_header.cafe.active {
  background: #B48F74;
}
@media (max-width: 428px) {
  .nav_header.cafe.active {
    background: #B48F74 !important;
  }
}
@media (max-width: 428px) {
  .nav_header.cafe {
    top: 0;
    opacity: 1;
  }
}
@media (max-width: 428px) {
  .nav_header {
    padding: 0 0 0 5.607vw;
    height: 66px;
    background: #fff;
    top: -66px;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .nav_header.active {
    background: #fff !important;
  }
  .nav_header.scroll {
    opacity: 1;
    top: 0;
  }
  .nav_header.active_f {
    z-index: 99;
    background: #fff !important;
  }
}
.nav_header.active {
  background: #F4F2EA;
}
.nav_header.active_f {
  z-index: 99;
  background: #F4F2EA;
}
.nav_header.cafe {
  padding: 0;
  flex-flow: wrap;
}
.nav_header.cafe strong {
  width: 240px;
  background: none;
  padding: 24px 0 27px 4.792vw;
}
@media (max-width: 428px) {
  .nav_header.cafe strong {
    width: 197px;
    padding: 19px 0 17px 5.607vw;
  }
}
.nav_header.cafe .header_gmenu_icon a {
  background: #7B7463;
}
.nav_header.cafe .header_gmenu_icon a i {
  display: block;
  width: 25.45px;
  margin: 1px auto 6px;
  line-height: 0;
}
@media (max-width: 428px) {
  .nav_header.cafe .header_gmenu_icon a i {
    width: 23.16px;
    margin: 0 auto 3px;
  }
}
.nav_header strong {
  display: block;
  width: 95px;
  line-height: 0;
  padding: 18px 22.5px 13px;
  background: #F4F2EA;
  box-sizing: content-box;
}
@media (max-width: 428px) {
  .nav_header strong {
    width: 75px;
    height: auto;
    padding: 14px 0 0 0;
    background: none;
  }
}
.nav_header.top strong {
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 428px) {
  .nav_header.top strong {
    opacity: 1;
  }
}
.nav_header.top strong.scrollin {
  opacity: 1;
}
.nav_header.top.active strong {
  opacity: 1;
}
.nav_header .header_gmenu_icon {
  display: flex;
  justify-content: space-between;
  width: 174px;
  background: white;
}
@media (max-width: 428px) {
  .nav_header .header_gmenu_icon {
    width: 132px;
  }
}
.nav_header .header_gmenu_icon a {
  display: block;
  text-align: center;
  width: 50%;
  background: #B48F74;
  color: #fff;
  position: relative;
}
.nav_header .header_gmenu_icon a p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 428px) {
  .nav_header .header_gmenu_icon a p {
    font-size: 10px;
  }
}
.nav_header .header_gmenu_icon a p i {
  display: block;
  width: 18.7px;
  margin: 3px auto 6px;
  line-height: 0;
}
@media (max-width: 428px) {
  .nav_header .header_gmenu_icon a p i {
    width: 16.5px;
    margin: 2px auto 3px;
  }
}
.nav_header .header_gmenu_icon a.btn-menu {
  position: relative;
  outline: none;
  overflow: visible;
  background: #fff;
}
.nav_header .header_gmenu_icon a.btn-menu:after {
  content: "menu";
  font-family: soleil;
  font-size: 14px;
  color: #625B4B;
  letter-spacing: 0.06em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
}
@media (max-width: 428px) {
  .nav_header .header_gmenu_icon a.btn-menu:after {
    font-size: 10px;
    bottom: 10px;
  }
}
.nav_header .header_gmenu_icon a.btn-menu span {
  background-color: #625B4B;
  width: 33px;
  height: 1px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 40.1%;
  transition: top 0.2s 0.2s, opacity 0.2s 0.2s, transform 0.2s;
}
@media (max-width: 428px) {
  .nav_header .header_gmenu_icon a.btn-menu span {
    width: 30px;
  }
}
.nav_header .header_gmenu_icon a.btn-menu span:nth-child(1) {
  top: 29.9%;
}
.nav_header .header_gmenu_icon a.btn-menu span:nth-child(3) {
  top: 50.1%;
}
.nav_header .header_gmenu_icon a.btn-menu.open span {
  transition: top 0.2s, opacity 0.2s, transform 0.2s 0.2s;
}
.nav_header .header_gmenu_icon a.btn-menu.open span:nth-child(1) {
  top: 40%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav_header .header_gmenu_icon a.btn-menu.open span:nth-child(2) {
  opacity: 0;
}
.nav_header .header_gmenu_icon a.btn-menu.open span:nth-child(3) {
  top: 40%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.gmenu_openbox {
  position: fixed;
  top: 87px;
  opacity: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100vh - 87px);
  height: calc(100dvh - 87px);
  overflow-y: scroll;
  background: #fff;
  transition: all 0.3s ease;
  will-change: transform, position, opacity;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
nav.gmenu_openbox::-webkit-scrollbar {
  display: none;
}
@media (max-width: 428px) {
  nav.gmenu_openbox {
    top: 66px;
    height: calc(100vh - 118px);
    height: calc(100dvh - 118px);
  }
}
nav.gmenu_openbox.active {
  top: 87px;
  opacity: 1;
  z-index: 99;
}
@media (max-width: 428px) {
  nav.gmenu_openbox.active {
    overflow-y: hidden;
    top: 66px;
  }
}
@media (max-width: 428px) {
  nav.gmenu_openbox.cafe {
    height: calc(100vh - 66px);
    height: calc(100dvh - 66px);
  }
}
nav.gmenu_openbox.cafe .menu_box {
  top: 50.5%;
}
@media (max-width: 428px) {
  nav.gmenu_openbox.cafe .menu_box {
    height: calc(100vh - 66px);
    height: calc(100dvh - 66px);
  }
}
nav.gmenu_openbox.cafe .menu_box.active {
  top: 54.5%;
}
@media (min-width: 811px) and (max-width: 1080px) {
  nav.gmenu_openbox.cafe .menu_box.active {
    top: 70%;
  }
}
@media (max-width: 428px) {
  nav.gmenu_openbox.cafe .menu_box.active {
    top: 54.5%;
  }
}
nav.gmenu_openbox .menu_box {
  width: 1280px;
  position: absolute;
  opacity: 0;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: top 0.5s ease, opacity 0.5s ease;
}
nav.gmenu_openbox .menu_box.active {
  top: 50%;
  opacity: 1;
}
@media (min-width: 811px) and (max-width: 1080px) {
  nav.gmenu_openbox .menu_box.active {
    top: 65%;
  }
}
@media (max-width: 768px) {
  nav.gmenu_openbox .menu_box.active {
    top: 50%;
  }
}
@media (max-width: 1280px) {
  nav.gmenu_openbox .menu_box {
    width: 90%;
  }
}
@media (max-width: 768px) {
  nav.gmenu_openbox .menu_box {
    padding-top: 45vw;
    padding-bottom: 5vw;
    overflow-y: scroll;
    scrollbar-width: none;
  }
  nav.gmenu_openbox .menu_box::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 428px) {
  nav.gmenu_openbox .menu_box {
    width: 100%;
    margin: 0 auto;
    padding: 0 5.6074766355% 10px;
    display: block;
    height: calc(100vh - 176px);
    height: calc(100dvh - 176px);
    overflow-y: scroll;
    scrollbar-width: none;
  }
  nav.gmenu_openbox .menu_box::-webkit-scrollbar {
    display: none;
  }
}
nav.gmenu_openbox .menu_box .sns_box {
  display: flex;
  margin-bottom: 80px;
}
@media (max-width: 428px) {
  nav.gmenu_openbox .menu_box .sns_box {
    margin-bottom: 40px;
  }
}
nav.gmenu_openbox .menu_box .sns_box a {
  width: 27px;
  display: inline-block;
}
nav.gmenu_openbox .menu_box .sns_box a:first-child {
  margin-right: 25px;
}
@media (max-width: 428px) {
  nav.gmenu_openbox .menu_box .sns_box a {
    width: 29px;
  }
}
nav.gmenu_openbox .menu_box .inbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  nav.gmenu_openbox .menu_box .inbox {
    display: block;
  }
}
nav.gmenu_openbox .menu_box .inbox .left_box {
  width: 64.84%;
}
@media (max-width: 768px) {
  nav.gmenu_openbox .menu_box .inbox .left_box {
    width: 100%;
    margin-bottom: 30px;
  }
}
nav.gmenu_openbox .menu_box .inbox .left_box .gmenu_box.cafe a {
  color: #B48F74;
}
nav.gmenu_openbox .menu_box .inbox .left_box .gmenu_box.cafe a span {
  color: #707070;
}
@media (max-width: 428px) {
  nav.gmenu_openbox .menu_box .inbox .left_box .gmenu_box {
    display: block;
  }
}
nav.gmenu_openbox .menu_box .inbox .left_box .gmenu_box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 428px) {
  nav.gmenu_openbox .menu_box .inbox .left_box .gmenu_box ul {
    width: 100%;
  }
}
nav.gmenu_openbox .menu_box .inbox .left_box .gmenu_box ul li {
  width: 45.7831325301%;
  padding-bottom: 20px;
  margin-bottom: 55px;
  border-bottom: 1px solid #E5E1D3;
}
@media (max-width: 1080px) {
  nav.gmenu_openbox .menu_box .inbox .left_box .gmenu_box ul li {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  nav.gmenu_openbox .menu_box .inbox .left_box .gmenu_box ul li {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
nav.gmenu_openbox .menu_box .inbox .left_box .gmenu_box ul li a {
  color: #625B4B;
  display: flex;
  align-items: baseline;
}
nav.gmenu_openbox .menu_box .inbox .left_box .gmenu_box ul li a strong {
  width: 50%;
  font-family: classico-urw;
  font-size: 24px;
  letter-spacing: 0.07em;
}
@media (max-width: 1280px) {
  nav.gmenu_openbox .menu_box .inbox .left_box .gmenu_box ul li a strong {
    font-size: 1.875vw;
    width: 60%;
  }
}
@media (max-width: 768px) {
  nav.gmenu_openbox .menu_box .inbox .left_box .gmenu_box ul li a strong {
    width: 70%;
  }
}
@media (max-width: 428px) {
  nav.gmenu_openbox .menu_box .inbox .left_box .gmenu_box ul li a strong {
    font-size: 20px;
    width: 50%;
  }
}
nav.gmenu_openbox .menu_box .inbox .left_box .gmenu_box ul li a span {
  width: 50%;
  font-size: 12px;
}
@media (max-width: 1280px) {
  nav.gmenu_openbox .menu_box .inbox .left_box .gmenu_box ul li a span {
    font-size: 0.938vw;
  }
}
@media (max-width: 768px) {
  nav.gmenu_openbox .menu_box .inbox .left_box .gmenu_box ul li a span {
    width: 30%;
  }
}
@media (max-width: 428px) {
  nav.gmenu_openbox .menu_box .inbox .left_box .gmenu_box ul li a span {
    font-size: 2.804vw;
    width: 50%;
  }
}
nav.gmenu_openbox .menu_box .inbox .right_box {
  width: 29.6875%;
}
@media (max-width: 768px) {
  nav.gmenu_openbox .menu_box .inbox .right_box {
    width: 100%;
  }
}
nav.gmenu_openbox .menu_box .inbox .right_box .take_out_button {
  margin: 0 auto 24px;
  text-align: center;
}
nav.gmenu_openbox .menu_box .inbox .right_box .take_out_button a {
  display: block;
  font-family: classico-urw;
  font-size: 19px;
  letter-spacing: 0.1em;
  color: #B48F74;
  background: url("../../cafe_top/take_out_bg.png") no-repeat left 27% center, #F7F3ED;
  background-size: 23px auto;
  padding: 24px 0;
}
nav.gmenu_openbox .menu_box .inbox .right_box .take_out_button a span {
  margin-left: 5%;
}
nav.gmenu_openbox .menu_box .inbox .right_box strong.title {
  display: block;
  font-family: classico-urw;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.07em;
  color: #625B4B;
  margin-bottom: 27px;
}
@media (max-width: 428px) {
  nav.gmenu_openbox .menu_box .inbox .right_box strong.title {
    margin-bottom: 20px;
  }
}
nav.gmenu_openbox .menu_box .inbox .right_box strong.title span {
  display: block;
  font-family: zen-kaku-gothic-new;
  font-size: 12px;
  letter-spacing: 0;
}
nav.gmenu_openbox .menu_box .inbox .right_box .news_box.cafe a {
  color: #B48F74;
  border: 1px solid #B48F74;
}
nav.gmenu_openbox .menu_box .inbox .right_box .news_box li {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
nav.gmenu_openbox .menu_box .inbox .right_box .news_box li:last-child {
  margin-bottom: 0;
}
nav.gmenu_openbox .menu_box .inbox .right_box .news_box li a {
  display: block;
  color: #918976;
  border: 1px solid #918976;
  font-family: soleil;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 16px;
}
@media (max-width: 768px) {
  nav.gmenu_openbox .menu_box .inbox .right_box .news_box li a {
    padding: 15px;
  }
}
nav.gmenu_openbox .menu_box .inbox .right_box div.button04 {
  margin: 10px auto 40px;
}
nav.gmenu_openbox .menu_box .inbox .right_box a.cafe_button {
  display: block;
  text-align: center;
  font-family: soleil;
  font-size: 16px;
  letter-spacing: 0.07em;
  color: #fff;
  background: #B48F74;
  padding: 28px 0;
  margin: 10px auto 20px;
}
@media (max-width: 768px) {
  nav.gmenu_openbox .menu_box .inbox .right_box a.cafe_button {
    padding: 20px 0;
  }
}
nav.gmenu_openbox .menu_box .inbox .right_box a.cafe_button i {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  margin-right: 16px;
}
nav.gmenu_openbox .menu_box .inbox .right_box a.wedding_button {
  display: block;
  text-align: center;
  font-family: soleil;
  font-size: 16px;
  letter-spacing: 0.07em;
  color: #fff;
  background: #7B7463;
  padding: 18px 0;
  margin: 10px auto 20px;
}
@media (max-width: 768px) {
  nav.gmenu_openbox .menu_box .inbox .right_box a.wedding_button {
    padding: 10px 0;
  }
}
nav.gmenu_openbox .menu_box .inbox .right_box a.wedding_button i {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  margin-right: 16px;
}
nav.gmenu_openbox .menu_box .inbox .right_box a.guest_button {
  display: block;
  text-align: center;
  border: 1px solid #625B4B;
  color: #625B4B;
  padding: 16px 0;
}
@media (max-width: 768px) {
  nav.gmenu_openbox .menu_box .inbox .right_box a.guest_button {
    padding: 15px 0;
  }
}
nav.gmenu_openbox .menu_box .inbox .right_box a.guest_button p {
  display: inline-block;
  font-family: classico-urw;
  font-size: 20px;
  letter-spacing: 0.07em;
  margin-right: 18px;
}
@media (max-width: 428px) {
  nav.gmenu_openbox .menu_box .inbox .right_box a.guest_button p {
    font-size: 18px;
  }
}
nav.gmenu_openbox .menu_box .inbox .right_box a.guest_button span {
  display: inline-block;
  font-size: 12px;
}
@media (max-width: 768px) {
  nav.gmenu_openbox .menu_box .inbox .right_box .etc_box {
    width: 100%;
    margin-top: 40px;
    display: flex !important;
  }
}
@media (max-width: 428px) {
  nav.gmenu_openbox .menu_box .inbox .right_box .etc_box {
    margin: 40px auto;
    display: flex !important;
  }
}
nav.gmenu_openbox .menu_box .inbox .etc_box {
  display: flex;
  justify-content: center;
  margin-top: 10dvh;
  margin-top: 10vh;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 40px;
}
@media (min-width: 1280px) {
  nav.gmenu_openbox .menu_box .inbox .etc_box {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  nav.gmenu_openbox .menu_box .inbox .etc_box {
    width: 100%;
    margin: 40px auto;
  }
}
nav.gmenu_openbox .menu_box .inbox .etc_box li a {
  display: block;
  border-left: 1px solid #000;
  padding: 0 1.0526315789vw;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 768px) {
  nav.gmenu_openbox .menu_box .inbox .etc_box li a {
    font-size: 12px;
    padding: 0 3vw;
  }
}
nav.gmenu_openbox .menu_box .inbox .etc_box li:last-child {
  border-right: 1px solid #000;
}

.nav_footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  overflow: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.nav_footer::-webkit-scrollbar {
  display: none;
}
@media (max-width: 428px) {
  .nav_footer {
    opacity: 0;
    bottom: -52px;
    transition: all 0.5s ease;
  }
}
.nav_footer.active {
  background: #F4F2EA;
}
.nav_footer.scroll {
  opacity: 1;
  bottom: 0;
}
@media (max-width: 428px) {
  .nav_footer.cafe.fixed {
    bottom: 0;
    opacity: 1;
  }
}
.nav_footer.cafe li {
  background: #B48F74;
}
.nav_footer.cafe li i {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
}
.nav_footer.cafe li:first-child {
  background: #987055;
}
.nav_footer.cafe li:first-child em {
  font-family: soleil;
  letter-spacing: 0.02em;
}
.nav_footer.cafe li:last-child {
  background: #fff;
}
.nav_footer.cafe li:last-child strong {
  color: #987055;
}
.nav_footer.cafe li:last-child span {
  margin-right: 0;
}
.nav_footer ul {
  float: right;
  width: 598px;
  height: 52px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 598px) {
  .nav_footer ul {
    width: 100%;
  }
}
@media (max-width: 428px) {
  .nav_footer ul {
    z-index: 120;
  }
}
.nav_footer ul li {
  width: 33.44%;
  background: #968E7B;
}
.nav_footer ul li i {
  display: inline-block;
  vertical-align: bottom;
}
@media (max-width: 428px) {
  .nav_footer ul li {
    width: 43.92%;
    height: 52px;
    position: relative;
    font-size: 12px;
  }
}
.nav_footer ul li:first-child {
  background: #EB9F70;
}
.nav_footer ul li:last-child {
  background: #F0F0EF;
}
@media (max-width: 428px) {
  .nav_footer ul li:last-child {
    width: 52px;
  }
}
.nav_footer ul li:last-child a {
  color: #7B7463;
}
.nav_footer ul li a {
  display: block;
  padding: 18px 0 12px;
  text-align: center;
  color: #fff;
}
.nav_footer ul li a i {
  display: inline-block;
  vertical-align: text-top;
  line-height: 0;
}
.nav_footer ul li a i.fair_icon, .nav_footer ul li a i.mail_icon {
  width: 20px;
  margin-right: 10px;
}
.nav_footer ul li a i.tel_icon {
  width: 17px;
  margin-right: 5px;
  vertical-align: middle;
}
@media (max-width: 428px) {
  .nav_footer ul li a i.tel_icon {
    display: block;
    width: 20px;
    margin-right: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.nav_footer ul li a span {
  display: block;
  font-size: 10px;
  letter-spacing: 0;
  margin-right: 5px;
  margin-top: 3px;
}
@media (max-width: 428px) {
  .nav_footer ul li a span {
    display: none;
  }
}
.nav_footer ul li .tel {
  display: block;
  padding: 18px 0 12px;
  text-align: center;
  font-family: classico-urw;
  font-size: 16px;
  letter-spacing: 0.06em;
  padding: 4px 0;
}
@media (max-width: 428px) {
  .nav_footer ul li .tel {
    width: 52px;
    height: 52px;
  }
}
.nav_footer ul li .tel i {
  width: 17px;
  margin-right: 5px;
  vertical-align: middle;
  line-height: 0;
}
@media (max-width: 428px) {
  .nav_footer ul li .tel i {
    display: block;
    width: 20px;
    margin-right: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.nav_footer ul li .tel strong {
  color: #7B7463;
}
@media (max-width: 428px) {
  .nav_footer ul li .tel strong {
    display: none;
  }
}
.nav_footer ul li .tel strong.pc, .nav_footer ul li .tel strong.tab, .nav_footer ul li .tel strong.pc02 {
  display: inline-block;
}
.nav_footer ul li .tel strong.pc a, .nav_footer ul li .tel strong.tab a, .nav_footer ul li .tel strong.pc02 a {
  padding: 0;
}
.nav_footer ul li .tel span {
  display: block;
  font-size: 10px;
  letter-spacing: 0;
  margin-top: 3px;
  color: #625B4B;
}
@media (max-width: 428px) {
  .nav_footer ul li .tel span {
    display: none;
  }
}

nav.f_menu_openbox {
  position: fixed;
  bottom: 52px;
  opacity: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100vh - 139px);
  height: calc(100dvh - 139px);
  overflow-y: scroll;
  background: #968E7B;
  transition: all 0.5s ease;
  will-change: transform, position, opacity;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
nav.f_menu_openbox::-webkit-scrollbar {
  display: none;
}
@media (max-width: 428px) {
  nav.f_menu_openbox {
    height: calc(100vh - 118px);
    height: calc(100dvh - 118px);
  }
}
nav.f_menu_openbox.active {
  bottom: 52px;
  opacity: 1;
  z-index: 90;
}
nav.f_menu_openbox .f_menu_box {
  width: 1280px;
  position: absolute;
  opacity: 0;
  bottom: 45%;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transition: all 0.5s ease;
}
nav.f_menu_openbox .f_menu_box.active {
  bottom: 50%;
  opacity: 1;
}
@media (max-width: 1280px) {
  nav.f_menu_openbox .f_menu_box {
    width: 90%;
  }
}
@media (max-width: 428px) {
  nav.f_menu_openbox .f_menu_box {
    width: 100%;
    margin: 0 auto;
    padding: 10px 5.6074766355% 0;
    height: calc(100vh - 176px);
    height: calc(100dvh - 176px);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  nav.f_menu_openbox .f_menu_box::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 320px) {
  nav.f_menu_openbox .f_menu_box {
    padding-top: 20vh;
  }
}
nav.f_menu_openbox .f_menu_box span.close_button {
  display: block;
  width: 50px;
  margin: 0 0 0 auto;
}
@media (max-width: 428px) {
  nav.f_menu_openbox .f_menu_box span.close_button {
    width: 22px;
  }
}
nav.f_menu_openbox .f_menu_box span.close_button a {
  color: #fff;
}
nav.f_menu_openbox .f_menu_box strong.title {
  display: block;
  color: #fff;
  font-family: classico-urw;
  font-size: 52px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 57px;
}
@media (max-width: 428px) {
  nav.f_menu_openbox .f_menu_box strong.title {
    font-size: 40px;
  }
}
nav.f_menu_openbox .f_menu_box strong.title span {
  display: block;
  font-family: shippori-mincho;
  font-size: 16px;
  letter-spacing: 0;
}
@media (max-width: 428px) {
  nav.f_menu_openbox .f_menu_box strong.title span {
    margin-top: 20px;
  }
}
nav.f_menu_openbox .f_menu_box .inbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  nav.f_menu_openbox .f_menu_box .inbox {
    flex-flow: column-reverse;
  }
}
nav.f_menu_openbox .f_menu_box .inbox .contact_box {
  width: 30.15%;
  margin: 0 3.125% 0 0;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  nav.f_menu_openbox .f_menu_box .inbox .contact_box {
    width: 100%;
    margin: 0 auto;
  }
}
nav.f_menu_openbox .f_menu_box .inbox .contact_box strong {
  display: block;
  font-family: shippori-mincho;
  font-size: 16px;
  margin-bottom: 18px;
}
nav.f_menu_openbox .f_menu_box .inbox .contact_box a {
  display: block;
  color: #fff;
  font-family: classico-urw;
  font-size: 25px;
  letter-spacing: 0.08em;
  border: 1px solid #fff;
  padding: 10px 0;
  margin-bottom: 18px;
  cursor: default;
}
@media (max-width: 428px) {
  nav.f_menu_openbox .f_menu_box .inbox .contact_box a {
    cursor: pointer;
  }
}
nav.f_menu_openbox .f_menu_box .inbox .contact_box p {
  line-height: 1.8;
}
@media (max-width: 428px) {
  nav.f_menu_openbox .f_menu_box .inbox .contact_box p {
    font-size: 12px;
  }
}
nav.f_menu_openbox .f_menu_box .inbox ul {
  width: 34.06%;
  margin: 0 0 0 3.125%;
}
@media (max-width: 768px) {
  nav.f_menu_openbox .f_menu_box .inbox ul {
    width: 100%;
    margin: 0 auto 39px;
  }
}
nav.f_menu_openbox .f_menu_box .inbox ul li a {
  display: block;
  color: #625B4B;
  text-align: center;
  padding: 16px;
  margin-bottom: 8px;
  background: url("../images/arrow_white_circle.png") no-repeat right 16px center, #fff;
  background-size: 26px auto;
}

section {
  margin: 0 auto;
  padding: 10.15625% 0 10.15625%;
}
@media (min-width: 1280px) {
  section {
    padding: 130px 0 130px;
  }
}
@media (max-width: 428px) {
  section {
    padding: 17.2897196262% 0 23.3644859813%;
  }
}
section.fade {
  opacity: 0;
  transition: all 1s ease;
  position: relative;
  margin-top: 3%;
}
@media (max-width: 428px) {
  section.fade {
    margin-top: 5%;
  }
}
section.fade.active {
  opacity: 1;
  margin-top: 0;
}

h3 {
  text-align: center;
  font-family: classico-urw;
  letter-spacing: 0.08em;
  color: #7B7463;
}
h3.main_title01 {
  font-size: 4.0625vw;
  padding: 50px 0 50px;
  margin-bottom: 70px;
}
@media (min-width: 1280px) {
  h3.main_title01 {
    font-size: 52px;
  }
}
@media (max-width: 428px) {
  h3.main_title01 {
    font-size: 9.3457943925vw;
    padding: 7.0093457944% 0;
    margin: 0 auto 9.8130841121%;
  }
}
h3.main_title02 {
  font-size: 4.0625vw;
  margin-bottom: 70px;
}
@media (min-width: 1280px) {
  h3.main_title02 {
    font-size: 52px;
  }
}
@media (max-width: 428px) {
  h3.main_title02 {
    font-size: 9.3457943925vw;
    padding-top: 7.0093457944%;
    margin-bottom: 45px;
  }
}
h3.bg01 {
  background: url("../../commons/images/h3_bg01.png") no-repeat center top;
  background-size: auto 180px;
}
@media (max-width: 428px) {
  h3.bg01 {
    background-size: auto 31.7757009346vw;
  }
}
h3.bg02 {
  background: url("../../commons/images/h3_bg02.png") no-repeat center top;
  background-size: auto 173px;
}
@media (max-width: 428px) {
  h3.bg02 {
    background-size: auto 127px;
  }
}
h3.bg03 {
  background: url("../../commons/images/h3_bg03.png") no-repeat center top;
  background-size: auto 209px;
}
@media (max-width: 428px) {
  h3.bg03 {
    background-size: auto 140px;
  }
}
h3.bg04 {
  font-size: 42px;
  background: url("../../commons/images/h3_bg04.png") no-repeat center center;
  background-size: auto 121px;
}
h3.bg04 span {
  font-size: 14px;
}
@media (max-width: 428px) {
  h3.bg04 span {
    font-size: 12px;
  }
}
@media (max-width: 428px) {
  h3.bg04 {
    font-size: 30px;
    padding: 30px 0 25px;
    background-size: auto 90px;
  }
}
h3.white_title {
  color: #fff;
  background: none;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 0;
}
h3.white_title em {
  font-family: suave-script-pro;
  line-height: 1.1;
  font-size: 2.34375vw;
  display: block;
  margin-bottom: -10px;
  letter-spacing: 0;
}
@media (min-width: 1280px) {
  h3.white_title em {
    font-size: 30px;
  }
}
@media (max-width: 428px) {
  h3.white_title em {
    font-size: 7.0093457944vw;
  }
}
h3.white_title span {
  line-height: 1.625;
  letter-spacing: -0.06em;
  margin-top: 5px;
}
h3 span {
  display: block;
  font-family: shippori-mincho;
  font-size: 1.25vw;
  letter-spacing: 0;
  margin-top: 10px;
}
@media (min-width: 1280px) {
  h3 span {
    font-size: 16px;
  }
}
h3 span.margin01 {
  margin-top: 1em;
}
@media (max-width: 428px) {
  h3 span {
    font-size: 14px;
    margin-top: 5px;
  }
}
@media (max-width: 428px) {
  h3 {
    font-size: 40px;
    margin-bottom: 20px;
    background-size: 136px auto;
  }
}

h1.second {
  text-align: center;
  font-family: classico-urw;
  letter-spacing: 0.08em;
  color: #7B7463;
}
h1.second.main_title01 {
  font-size: 3.28125vw;
  padding: 4.6875% 0 5%;
}
@media (min-width: 1280px) {
  h1.second.main_title01 {
    font-size: 42px;
    padding: 60px 0 64px;
  }
}
h1.second.main_title01.cafe {
  color: #B48F74;
}
@media (max-width: 428px) {
  h1.second.main_title01 {
    font-size: 7.476635514vw;
    padding: 4.6728971963vw 0;
    margin-top: 9.3457943925vw;
  }
}
h1.second.main_title02 {
  font-size: 4.0625vw;
  padding: 50px 0 50px;
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  h1.second.main_title02 {
    font-size: 52px;
  }
}
@media (max-width: 428px) {
  h1.second.main_title02 {
    font-size: 9.3457943925vw;
    padding: 30px 0;
    margin-top: 105px;
    margin-bottom: 0;
  }
}
h1.second.bg01 {
  background: url("../../commons/images/h3_bg04.png") no-repeat center center;
  background-size: auto 57.619047619%;
}
@media (max-width: 428px) {
  h1.second.bg01 {
    background-size: auto 90px;
  }
}
h1.second span {
  display: block;
  font-family: shippori-mincho;
  font-size: 1.25vw;
  letter-spacing: 0;
  margin-top: 10px;
}
@media (min-width: 1280px) {
  h1.second span {
    font-size: 16px;
  }
}
h1.second span.margin01 {
  margin-top: 1em;
}
@media (max-width: 428px) {
  h1.second span {
    font-size: 12px;
    margin-top: 10px;
  }
}

h2.subtitle01 {
  font-size: 2.65625vw;
  font-family: classico-urw;
  color: #7B7463;
  text-align: center;
  letter-spacing: 0.05em;
  padding-bottom: 4.3859649123vw;
}
h2.subtitle01:before {
  content: "　";
  text-align: center;
  display: block;
  color: #625B4B;
  letter-spacing: 0;
  line-height: 1;
  border-left: 1px solid #625B4B;
  width: 1px;
  margin: 0 auto 5px;
}
@media (max-width: 428px) {
  h2.subtitle01:before {
    padding: 5px 0;
  }
}
@media (min-width: 1280px) {
  h2.subtitle01 {
    font-size: 34px;
    padding-bottom: 50px;
  }
}
@media (max-width: 428px) {
  h2.subtitle01 {
    font-size: 6.0747663551vw;
    margin-top: 3.5046728972vw;
  }
}
h2.subtitle01 span {
  display: block;
  font-family: shippori-mincho;
  font-size: 12px;
  letter-spacing: 0;
  margin-top: 10px;
}
@media (max-width: 428px) {
  h2.subtitle01 span {
    font-size: 2.8037383178vw;
  }
}

header.second.cafe h2.subtitle01 {
  color: #B48F74;
}
header.second.cafe h2.subtitle01:before {
  border-left: 1px solid #B48F74;
}

.button01 a {
  margin: 0 auto;
  max-width: 334px;
  display: block;
  text-align: center;
  padding: 16px 0;
  color: #fff;
  background-image: url("../images/arrow_brown_circle.png");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-color: #7B7463;
  background-size: 26px auto;
  transition: background 0.5s;
}
@media (max-width: 428px) {
  .button01 a {
    width: 80.8411214953%;
  }
}
.button01 a.brown {
  color: #625B4B;
  background-image: url("../images/arrow_white_circle.png");
}
.button01 a.brown02 {
  background-image: url("../images/arrow_brown_circle.png");
  background-color: #918976;
}
.button01 a.brown03 {
  color: #B48F74;
  background-image: url("../images/arrow_brownorange_circle.png");
  background-color: #fff;
}
.button01 a.brown03:hover {
  color: #B48F74;
}
.button01 a.pdf {
  text-align: left;
  padding-left: 17.9640718563%;
  background-image: url("../images/pdf_icon.png");
  background-size: 24px auto;
}
.button01 a.pdf.margin01 {
  padding-left: 11.9760479042%;
}
@media (max-width: 428px) {
  .button01 a.pdf.margin01 {
    padding-left: 5.9880239521%;
  }
}
@media (min-width: 429px) and (max-width: 768px) {
  .button01 a.pdf {
    padding-left: 5.9880239521%;
    background-size: 10% auto;
  }
}
.button01 a.pdf:hover {
  color: #fff;
  background-image: url("../images/pdf_icon.png");
}
.button01 a.pdf.center {
  padding-left: 0;
  text-align: center;
  width: auto;
  background-color: #B48F74;
}
.button01 a.pdf.center:hover {
  color: #fff;
}
.button01.margin01 {
  margin-bottom: 10px;
}
.button01.margin02 {
  margin-top: 1em;
}
.button01.left01 a {
  margin: 0 auto 0 0;
  width: auto;
  max-width: 334px;
}
.button01.cafe01 {
  font-size: 1.094vw;
}
@media (min-width: 1280px) {
  .button01.cafe01 {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  .button01.cafe01 {
    font-size: 3.271vw;
  }
}
.button01.cafe01 a {
  width: 100%;
  background-color: #B48F74;
}
.button01.cafe01 a:hover {
  color: #fff;
  background-image: url("../images/arrow_brown_circle.png");
}

.button02 {
  text-align: center;
}
.button02 a {
  display: inline-block;
  text-align: center;
  padding: 16px 80px;
  color: #fff;
  border: 1px solid #fff;
  background: url("../images/arrow_brown_circle.png") no-repeat right 16px center;
  background-size: 26px auto;
}
@media (max-width: 428px) {
  .button02 a {
    background-size: 9.5238095238% auto;
  }
}

.button03.right {
  text-align: right;
}
.button03.white a {
  color: #fff;
  border-bottom: 1px solid #fff;
  background: url("../images/arrow_brown_circle.png") no-repeat right center;
  background-size: 18px auto;
}
.button03.margin01 {
  margin-top: 27px;
}
@media (max-width: 428px) {
  .button03.margin01 {
    margin-top: 100px;
  }
}
@media (max-width: 428px) {
  .button03.cafe {
    overflow: hidden;
  }
}
.button03.cafe.block a {
  display: block;
}
@media (max-width: 428px) {
  .button03.cafe.block a {
    display: inline-block;
    float: left;
  }
  .button03.cafe.block a.black {
    float: right;
    margin-top: 50px;
  }
}
.button03.cafe.block a + a {
  margin-top: 15px;
}
.button03.cafe a {
  color: #987055;
  border-bottom: 1px solid #987055;
  background: url("../images/arrow_brownred_circle.png") no-repeat right center;
  background-size: 18px auto;
}
.button03.cafe a.black {
  width: 156px;
  color: black;
  border-bottom: 1px solid black;
  background: none;
  padding: 5px 0;
}
@media (max-width: 428px) {
  .button03.cafe a.black {
    display: inline-block;
    width: auto;
    margin-left: auto;
  }
}
.button03 a {
  display: inline-block;
  text-align: left;
  padding: 10px 86px 10px 0;
  color: #7B7463;
  border-bottom: 1px solid #7B7463;
  background: url("../images/arrow_white_circle02.png") no-repeat right center;
  background-size: 18px auto;
}

.text_right {
  text-align: right;
  width: 100%;
}
@media (max-width: 428px) {
  .text_right {
    text-align: left;
  }
}

.button04 {
  text-align: center;
}
.button04 a {
  font-size: 13px;
  letter-spacing: 0.05em;
  display: inline-block;
  text-align: center;
  padding: 5px 30px 5px 0;
  color: #7B7463;
  background: url("../images/arrow_white_circle02.png") no-repeat right center;
  background-size: 18px auto;
}

.button05 {
  text-align: center;
}
.button05.wide01 a {
  width: 100%;
}
.button05 a {
  font-size: 1.094vw;
  display: inline-block;
  text-align: center;
  padding: 10px 30px;
  color: #987055;
  border: 1px solid #987055;
}
@media (min-width: 1280px) {
  .button05 a {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  .button05 a {
    font-size: 3.271vw;
  }
}

.main_box {
  position: relative;
  width: 50.63vh;
  height: calc(100vh - 139px);
  height: calc(100svh - 139px);
  margin: 87px auto 52px;
}
.main_box.cafe {
  width: 100%;
  height: auto;
  margin: 87px auto 0;
}
@media (min-width: 1920px) {
  .main_box.cafe {
    height: 945px;
  }
}
@media (max-width: 428px) {
  .main_box.cafe {
    margin-top: 66px;
  }
}
.main_box.cafe h1 {
  display: block;
  width: 16.09375%;
}
@media (min-width: 1280px) {
  .main_box.cafe h1 {
    width: 206px;
  }
}
@media (max-width: 428px) {
  .main_box.cafe h1 {
    width: 25.2336448598%;
  }
}
.main_box.cafe .main_photo_box img {
  height: auto;
  object-fit: cover;
}
@media (max-width: 428px) {
  .main_box {
    width: 78.5%;
    height: 67.25vh;
    height: 81.25svh;
    margin: 8vw auto 0;
    transition: all 0.3s;
  }
}
.main_box h1 {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 53.4%;
  z-index: 2;
}
.main_box .mov_box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin: auto;
}
.main_box .mov_box video.top_mov {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.pickup {
  padding: 10.0194552529% 0;
  background: #fff;
}
section.pickup .special_banner {
  display: block;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4%;
}
@media (max-width: 428px) {
  section.pickup .special_banner {
    max-width: 78.5046728972%;
    margin-bottom: 11.9047619048%;
  }
}
section.pickup.cafe {
  background: #F7F3ED;
}
section.pickup.cafe h2 {
  text-align: center;
  font-size: 3.5019455253vw;
  font-family: classico-urw;
  letter-spacing: 0.06em;
  color: #B48F74;
  margin-bottom: 9.046692607vw;
  background: url("../../cafe_top/pickup_bg.png") no-repeat center bottom 10px;
  background-size: 22.1789883268% auto;
}
@media (min-width: 1028px) {
  section.pickup.cafe h2 {
    font-size: 36px;
    background-size: 228px auto;
    margin-bottom: 93px;
  }
}
@media (max-width: 428px) {
  section.pickup.cafe h2 {
    font-size: 5.4166666667vw;
    margin-bottom: 9.4791666667%;
    background: url("../../cafe_top/pickup_bg.png") no-repeat center bottom 12%;
    background-size: 33.3333333333% auto;
  }
}
@media (min-width: 1280px) {
  section.pickup {
    padding: 111px 0;
  }
}
@media (max-width: 428px) {
  section.pickup {
    padding: 13.0841121495% 0 13.0841121495%;
  }
}
section.pickup h3 {
  text-align: center;
  font-size: 3.5019455253vw;
  font-family: classico-urw;
  letter-spacing: 0.06em;
  color: #7B7463;
  margin-bottom: 9.046692607vw;
  background: url(../../top/pickup_bg.png) no-repeat center bottom 10px;
  background-size: 22.1789883268% auto;
}
@media (min-width: 1280px) {
  section.pickup h3 {
    font-size: 36px;
    background-size: 228px auto;
    margin-bottom: 93px;
  }
}
@media (max-width: 428px) {
  section.pickup h3 {
    font-size: 5.4166666667vw;
    margin-bottom: 9.4791666667%;
    background: url(../../top/pickup_bg.png) no-repeat center bottom 12%;
    background-size: 33.3333333333% auto;
  }
}
section.pickup .prev-arrow {
  background: url(../images/slider_arrow_left02.png) no-repeat left center;
  background-size: 100% auto;
}
section.pickup .next-arrow {
  background: url(../images/slider_arrow_right02.png) no-repeat left center;
  background-size: 100% auto;
}

section.bridal_fair {
  padding: 6.25% 0 9.0625%;
}
@media (min-width: 1280px) {
  section.bridal_fair {
    padding: 80px 0 116px;
  }
}
@media (max-width: 428px) {
  section.bridal_fair {
    padding: 17.2897196262% 0 23.3644859813%;
  }
}
section.bridal_fair .pickup-fair-list-container p,
section.bridal_fair .pickup-plan-list-container p,
section.bridal_fair .pickup-new-list-container p {
  font-family: zen-kaku-gothic-new !important;
  text-align: left !important;
}

iframe.pickups-original {
  margin-bottom: 30px;
}

section.couple_report.top {
  max-width: 1400px;
  padding: 4.2857142857%;
  margin: 0 auto 10.546875%;
  background: #918976;
  position: relative;
}
@media (min-width: 1400px) {
  section.couple_report.top {
    padding: 60px;
  }
}
@media (max-width: 428px) {
  section.couple_report.top {
    max-width: 88.785046729%;
    padding: 4.4736842105%;
    margin-bottom: 23.3644859813%;
  }
}
section.couple_report.top .abs_box01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}
section.couple_report.top ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 428px) {
  section.couple_report.top ul {
    flex-wrap: wrap;
  }
}
section.couple_report.top ul li {
  line-height: 0;
}
@media (max-width: 428px) {
  section.couple_report.top ul li {
    width: 50%;
  }
}
section.couple_report.top .button02 a {
  width: 346px;
}
@media (max-width: 428px) {
  section.couple_report.top .button02 a {
    width: 71.7289719626%;
    padding: 16px 0px;
  }
}

section.myhome_wedding_main {
  padding: 0;
}
section.myhome_wedding_main .main_photo img {
  height: 68.516vw;
  object-fit: cover;
  object-position: 50% 80%;
}
@media (min-width: 1280px) {
  section.myhome_wedding_main .main_photo img {
    height: 870px;
  }
}
@media (max-width: 428px) {
  section.myhome_wedding_main .main_photo img {
    height: 377px;
    object-position: 50% 100%;
  }
}

section.myhome_wedding.top {
  padding: 10.9375% 0 7.8125%;
}
@media (min-width: 1280px) {
  section.myhome_wedding.top {
    padding: 140px 0 100px;
  }
}
@media (max-width: 428px) {
  section.myhome_wedding.top {
    padding: 12.1495327103% 0 23.3644859813%;
  }
}
section.myhome_wedding.top .pc_bg {
  background: url("../../top/myhome_wedding_pcbg.png") no-repeat top center;
  background-size: 70.85% auto;
}
@media (min-width: 1736px) {
  section.myhome_wedding.top .pc_bg {
    background-size: 1230px auto;
  }
}
@media (max-width: 428px) {
  section.myhome_wedding.top .pc_bg {
    background: none;
  }
}
section.myhome_wedding.top h3.myhome_wedding {
  max-width: 23.75%;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  section.myhome_wedding.top h3.myhome_wedding {
    max-width: 304px;
  }
}
@media (max-width: 428px) {
  section.myhome_wedding.top h3.myhome_wedding {
    max-width: 62.36%;
  }
}
section.myhome_wedding.top strong.catch {
  display: block;
  font-family: shippori-mincho;
  color: #000;
  font-size: 1.875vw;
  line-height: 2.16;
  margin: 1.5625% auto 4.921875%;
}
@media (min-width: 1280px) {
  section.myhome_wedding.top strong.catch {
    font-size: 24px;
    margin: 20px auto 63px;
  }
}
@media (max-width: 428px) {
  section.myhome_wedding.top strong.catch {
    font-size: 5.1401869159vw;
    margin: 5.8411214953% auto 9.3457943925% 2%;
  }
}
@media (max-width: 428px) {
  section.myhome_wedding.top .sp_bg {
    background: url("../../top/myhome_wedding_spbg.png") no-repeat top 40vw center;
    background-size: 100% auto;
  }
}
section.myhome_wedding.top .inbox {
  position: relative;
  max-width: 1736px;
  margin: 0 auto;
}
section.myhome_wedding.top .inbox .text_box {
  text-align: center;
}
@media (max-width: 428px) {
  section.myhome_wedding.top .inbox .text_box {
    text-align: left;
    max-width: 88.78%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
}
section.myhome_wedding.top .inbox .text_box div.text {
  line-height: 2.71;
  letter-spacing: 0.022em;
  display: inline-block;
  margin: 0 auto 4.921875%;
  text-align: left;
}
@media (min-width: 1280px) {
  section.myhome_wedding.top .inbox .text_box div.text {
    margin: 0 auto 63px;
  }
}
@media (max-width: 428px) {
  section.myhome_wedding.top .inbox .text_box div.text {
    margin-bottom: 7.0093457944%;
  }
}
section.myhome_wedding.top .inbox .text_box div.text.t01 {
  margin-left: -5%;
}
@media (max-width: 428px) {
  section.myhome_wedding.top .inbox .text_box div.text.t01 {
    margin-left: 2%;
  }
}
section.myhome_wedding.top .inbox .text_box div.text.t02 {
  margin-right: -15%;
  margin-bottom: 0;
}
@media (max-width: 428px) {
  section.myhome_wedding.top .inbox .text_box div.text.t02 {
    margin-right: 13%;
    float: right;
    margin-bottom: 7.0093457944%;
  }
}
section.myhome_wedding.top .inbox .text_box div.text p:first-child {
  margin-bottom: 8%;
}
section.myhome_wedding.top .inbox .photo_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media (max-width: 1280px) {
  section.myhome_wedding.top .inbox .photo_box {
    width: 100%;
  }
}
@media (max-width: 428px) {
  section.myhome_wedding.top .inbox .photo_box {
    position: relative;
    min-height: 362px;
    clear: both;
    margin-bottom: 11.6822429907%;
  }
}
section.myhome_wedding.top .inbox .photo_box p {
  position: absolute;
  opacity: 0;
  transition: all 0.8s ease;
}
section.myhome_wedding.top .inbox .photo_box p.p01 {
  width: 22.58%;
  top: 183px;
  left: 3.917%;
}
section.myhome_wedding.top .inbox .photo_box p.p01.active {
  top: 233px;
  opacity: 1;
}
@media (max-width: 428px) {
  section.myhome_wedding.top .inbox .photo_box p.p01 {
    width: 55.6%;
    top: 5.98%;
    left: 0;
  }
  section.myhome_wedding.top .inbox .photo_box p.p01.active {
    top: 10.98%;
    opacity: 1;
  }
}
section.myhome_wedding.top .inbox .photo_box p.p02 {
  width: 25.51%;
  top: 30.109vw;
  left: 10.196%;
}
section.myhome_wedding.top .inbox .photo_box p.p02.active {
  top: 32.109vw;
  opacity: 1;
}
@media (min-width: 1280px) {
  section.myhome_wedding.top .inbox .photo_box p.p02 {
    top: 381px;
  }
  section.myhome_wedding.top .inbox .photo_box p.p02.active {
    top: 431px;
    opacity: 1;
  }
}
@media (max-width: 428px) {
  section.myhome_wedding.top .inbox .photo_box p.p02 {
    top: 39.39%;
    width: 65.65%;
  }
  section.myhome_wedding.top .inbox .photo_box p.p02.active {
    top: 44.39%;
    opacity: 1;
  }
}
section.myhome_wedding.top .inbox .photo_box p.p03 {
  width: 20.33%;
  top: 75px;
  right: 13.233%;
}
section.myhome_wedding.top .inbox .photo_box p.p03.active {
  top: 125px;
  opacity: 1;
}
@media (min-width: 1736px) {
  section.myhome_wedding.top .inbox .photo_box p.p03 {
    right: 228px;
  }
}
@media (max-width: 428px) {
  section.myhome_wedding.top .inbox .photo_box p.p03 {
    width: 36.44%;
    top: -5%;
    right: 0;
  }
  section.myhome_wedding.top .inbox .photo_box p.p03.active {
    top: 0;
    opacity: 1;
  }
}
section.myhome_wedding.top .inbox dl.myhome_wedding_menu {
  background: #fff;
  max-width: 1147px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.3% 2.61%;
  padding-left: 1.61%;
  margin: 6.015625% auto 6.25%;
}
@media (min-width: 1280px) {
  section.myhome_wedding.top .inbox dl.myhome_wedding_menu {
    margin: 77px auto 80px;
  }
}
@media (max-width: 428px) {
  section.myhome_wedding.top .inbox dl.myhome_wedding_menu {
    display: block;
    padding: 10% 5%;
    max-width: 88.78%;
    margin: 0 auto 40px;
  }
}
section.myhome_wedding.top .inbox dl.myhome_wedding_menu dt {
  width: 21.27%;
}
@media (max-width: 428px) {
  section.myhome_wedding.top .inbox dl.myhome_wedding_menu dt {
    width: auto;
    max-width: 288px;
    margin: 0 auto 30px;
  }
}
section.myhome_wedding.top .inbox dl.myhome_wedding_menu dd {
  width: 24.81%;
  text-align: center;
}
@media (max-width: 428px) {
  section.myhome_wedding.top .inbox dl.myhome_wedding_menu dd {
    width: 100%;
    margin-top: 5%;
  }
}
section.myhome_wedding.top .inbox dl.myhome_wedding_menu dd a {
  display: block;
  border: 1px solid #918976;
  padding: 5% 10%;
  color: #7B7463;
  font-size: 1.25vw;
  background: url(../images/arrow_line01.png) no-repeat right 20px center;
  background-size: 6.5px auto;
}
@media (min-width: 1280px) {
  section.myhome_wedding.top .inbox dl.myhome_wedding_menu dd a {
    font-size: 16px;
  }
}
@media (max-width: 428px) {
  section.myhome_wedding.top .inbox dl.myhome_wedding_menu dd a {
    font-size: 16px;
  }
}
section.myhome_wedding.top .inbox dl.myhome_wedding_menu dd a.wide {
  padding: 9.5% 10%;
}
section.myhome_wedding.top .inbox dl.myhome_wedding_menu dd a span {
  display: block;
  font-family: suave-script-pro;
  font-size: 1.094vw;
  color: #CEC9B9;
  margin-top: 10px;
}
@media (min-width: 1280px) {
  section.myhome_wedding.top .inbox dl.myhome_wedding_menu dd a span {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.myhome_wedding.top .inbox dl.myhome_wedding_menu dd a span {
    font-size: 14px;
  }
}

section.wedding_style.top {
  background: #fff;
  padding-top: 11.328125%;
  padding-bottom: 9.375%;
}
@media (min-width: 1280px) {
  section.wedding_style.top {
    padding-top: 145px;
    padding-bottom: 120px;
  }
}
@media (max-width: 428px) {
  section.wedding_style.top {
    padding-bottom: 23.3644859813%;
  }
}
section.wedding_style.top .inbox {
  max-width: 1734px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1920px) {
  section.wedding_style.top .inbox {
    max-width: 90.3125%;
  }
}
@media (max-width: 428px) {
  section.wedding_style.top .inbox {
    max-width: 88.785046729%;
  }
}
section.wedding_style.top .inbox .img_box {
  display: block;
  opacity: 0;
  transition: opacity 1s ease;
  margin-bottom: 4.4405997693%;
}
section.wedding_style.top .inbox .img_box.active {
  opacity: 1;
}
section.wedding_style.top .inbox h3.bg02 {
  margin-bottom: 0;
}
section.wedding_style.top .inbox p {
  font-family: shippori-mincho;
  font-size: clamp(16px, 1.406vw, 18px);
  line-height: 2.2222222222;
  text-align: center;
  margin-bottom: 2.4444444444em;
}
@media (max-width: 428px) {
  section.wedding_style.top .inbox p {
    font-size: 3.271vw;
  }
}
section.wedding_style.top dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1280px;
  margin: 0 auto 7.8125%;
}
section.wedding_style.top dl.revers {
  flex-direction: row-reverse;
}
section.wedding_style.top dl:last-child {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  section.wedding_style.top dl {
    margin: 0 auto 100px;
  }
}
@media (max-width: 428px) {
  section.wedding_style.top dl {
    display: block;
    max-width: 94.3925233645%;
    margin-right: 0;
    margin-bottom: 23.3644859813%;
  }
}
section.wedding_style.top dl dd {
  width: 55%;
  position: relative;
}
section.wedding_style.top dl dd.fade {
  display: block;
  opacity: 0;
  transition: all 2s ease;
}
section.wedding_style.top dl dd.fade.active {
  opacity: 1;
}
@media (max-width: 428px) {
  section.wedding_style.top dl dd {
    width: 100%;
  }
}
section.wedding_style.top dl dt {
  width: 45%;
  display: flex;
  padding-left: 4.6875%;
}
@media (max-width: 428px) {
  section.wedding_style.top dl dt {
    margin-top: 13.0841121495%;
    width: 100%;
    padding-left: 2%;
  }
}
section.wedding_style.top dl dt strong {
  display: block;
  width: 63px;
  margin-right: 13.8888888889%;
}
@media (max-width: 428px) {
  section.wedding_style.top dl dt strong {
    width: 50px;
    margin-right: 8.9108910891%;
  }
}
section.wedding_style.top dl dt .inbox {
  position: relative;
  width: 100%;
}
section.wedding_style.top dl dt .inbox h4 {
  font-family: shippori-mincho;
  font-size: 24px;
  color: #7B7463;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  margin-bottom: 7.614213198%;
}
section.wedding_style.top dl dt .inbox p {
  width: 71.8072289157%;
  margin-bottom: 25.3807106599%;
  line-height: 2.2857142857;
}
@media (max-width: 428px) {
  section.wedding_style.top dl dt .inbox p {
    width: 89.4894894895%;
    margin-bottom: 13.5135135135%;
  }
}
section.wedding_style.top dl dt .inbox .button02 {
  position: absolute;
  bottom: 0;
}

section.concept {
  padding-top: 0;
}
@media (max-width: 428px) {
  section.concept.margin01 {
    margin-top: 4.6728971963%;
    padding-bottom: 0;
  }
}
section.concept .main_photo {
  overflow: hidden;
  margin-bottom: 100px;
}
@media (max-width: 428px) {
  section.concept .main_photo {
    margin-bottom: 14.0186915888%;
  }
}
section.concept .main_photo img {
  object-fit: cover;
  height: 30.9053069719%;
}
@media (min-width: 1922px) {
  section.concept .main_photo img {
    height: 594px;
  }
}
@media (max-width: 428px) {
  section.concept .main_photo img {
    height: auto;
  }
}
section.concept h2 {
  width: 23.75%;
  margin: 0 auto 100px;
}
@media (min-width: 1280px) {
  section.concept h2 {
    width: 304px;
  }
}
@media (max-width: 428px) {
  section.concept h2 {
    width: 55.6074766355%;
    margin-bottom: 14.0186915888%;
  }
}
section.concept div.bg_box {
  background: url(../../concept/bg01.png) no-repeat top 13vw center;
  background-size: 115.46875% auto;
  padding-bottom: 10%;
}
@media (min-width: 1280px) {
  section.concept div.bg_box {
    background-size: 98.0106100796% auto;
    background-position: top 8vw center;
  }
}
@media (max-width: 428px) {
  section.concept div.bg_box {
    padding-bottom: 30vw;
    background: url(../../concept/bg01sp.png) no-repeat top 75vw center;
    background-size: 102% auto;
  }
}
section.concept dl.concept_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 428px) {
  section.concept dl.concept_box {
    display: block;
  }
}
section.concept dl.concept_box p {
  line-height: 2.7142857143;
}
@media (max-width: 428px) {
  section.concept dl.concept_box p {
    padding-left: 14.0186915888vw;
    line-height: 2.2857142857;
  }
}
section.concept dl.concept_box p + p {
  margin-top: 58px;
}
@media (min-width: 1922px) {
  section.concept dl.concept_box p + p {
    margin-top: 58px;
  }
}
@media (max-width: 428px) {
  section.concept dl.concept_box p + p {
    margin-top: 30px;
  }
}
section.concept dl.concept_box.step01 {
  max-width: 1508px;
  margin: 0 4.8907388137% 100px auto;
  padding-left: 4.1623309053%;
}
@media (min-width: 1280px) {
  section.concept dl.concept_box.step01 {
    margin-right: 94px;
    padding-left: 80px;
  }
}
@media (max-width: 428px) {
  section.concept dl.concept_box.step01 {
    padding-left: 0;
    margin: 0 auto;
  }
}
section.concept dl.concept_box.step01 dt h3 {
  font-family: shippori-mincho;
  font-size: 26px;
  line-height: 2;
  color: #000;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 58px;
}
@media (min-width: 1922px) {
  section.concept dl.concept_box.step01 dt h3 {
    margin-bottom: 58px;
  }
}
@media (max-width: 428px) {
  section.concept dl.concept_box.step01 dt h3 {
    padding-left: 21.7289719626%;
    font-size: 5.1401869159vw;
    line-height: 2;
    margin-bottom: 30px;
  }
}
section.concept dl.concept_box.step01 dd {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 62.0689655172%;
}
@media (min-width: 1922px) {
  section.concept dl.concept_box.step01 dd {
    width: 936px;
  }
}
@media (max-width: 428px) {
  section.concept dl.concept_box.step01 dd {
    width: 100%;
    width: 88.5514018692%;
    margin: 30px 0 30px auto;
  }
}
section.concept dl.concept_box.step01 dd img {
  width: 51.3888888889%;
  height: auto;
}
section.concept dl.concept_box.step01 dd img:last-child {
  width: 46.9017094017%;
}
@media (min-width: 1922px) {
  section.concept dl.concept_box.step01 dd img {
    width: auto;
    height: 338px;
  }
}
section.concept dl.concept_box.step02 {
  flex-flow: row-reverse;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto 100px 0;
}
@media (max-width: 428px) {
  section.concept dl.concept_box.step02 {
    margin-bottom: 0;
  }
}
section.concept dl.concept_box.step02 dt {
  width: 34%;
}
@media (max-width: 428px) {
  section.concept dl.concept_box.step02 dt {
    width: 100%;
  }
}
section.concept dl.concept_box.step02 dd {
  width: 52.5%;
}
@media (max-width: 428px) {
  section.concept dl.concept_box.step02 dd {
    width: 92.2330097087%;
    margin: 30px auto 30px 0;
  }
}
section.concept dl.concept_box.step03 {
  align-items: center;
  max-width: 1280px;
  margin: 0 auto 100px;
}
@media (max-width: 428px) {
  section.concept dl.concept_box.step03 {
    margin-bottom: 0;
  }
}
section.concept dl.concept_box.step03 dt {
  width: 42.5%;
  padding-left: 6.25%;
}
@media (max-width: 428px) {
  section.concept dl.concept_box.step03 dt {
    width: 100%;
    padding-left: 0;
  }
}
section.concept dl.concept_box.step03 dd {
  width: 65.625%;
}
@media (max-width: 428px) {
  section.concept dl.concept_box.step03 dd {
    width: 77.1028037383%;
    margin: 30px 0 30px auto;
  }
}
section.concept dl.concept_box.ex {
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}
section.concept dl.concept_box.ex dt {
  padding-left: 6.25%;
}
@media (max-width: 428px) {
  section.concept dl.concept_box.ex dt {
    padding-left: 0;
  }
  section.concept dl.concept_box.ex dt p {
    width: 74.7663551402%;
    box-sizing: content-box;
  }
}

section.novia_concept {
  max-width: 1280px;
  margin: 0 auto 20.3125vw;
  padding: 5% 6.09375vw 6.09375vw;
  background: #fff;
}
@media (min-width: 1280px) {
  section.novia_concept {
    padding: 64px 78px 78px;
    margin-bottom: 260px;
  }
}
@media (max-width: 428px) {
  section.novia_concept {
    max-width: 88.785046729%;
    padding: 4.7368421053% 0 8.4112149533%;
  }
}
section.novia_concept h3 {
  width: 32.6512455516%;
  margin: 0 auto 2.8125%;
  line-height: 0;
}
@media (min-width: 1280px) {
  section.novia_concept h3 {
    width: 367px;
    margin-bottom: 36px;
  }
}
@media (max-width: 428px) {
  section.novia_concept h3 {
    width: 86.2275449102%;
    margin-bottom: 8.3832335329%;
  }
}
section.novia_concept ul.menu_box {
  background: #fff;
  max-width: 904px;
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  margin: 0 auto;
}
@media (max-width: 428px) {
  section.novia_concept ul.menu_box {
    max-width: 86.2275449102%;
    display: block;
    margin-bottom: 40px;
  }
}
section.novia_concept ul.menu_box li {
  width: 32.5221238938%;
  text-align: center;
  border: 1px solid #918976;
}
@media (max-width: 428px) {
  section.novia_concept ul.menu_box li {
    width: 100%;
    margin-top: 5%;
  }
}
section.novia_concept ul.menu_box li a {
  display: block;
  padding: 5% 10%;
  color: #7B7463;
  font-size: 1.25vw;
  background: url(../images/arrow_line01.png) no-repeat right 20px center;
  background-size: 6.5px auto;
}
@media (min-width: 1280px) {
  section.novia_concept ul.menu_box li a {
    font-size: 16px;
  }
}
@media (max-width: 428px) {
  section.novia_concept ul.menu_box li a {
    font-size: 16px;
  }
}
section.novia_concept ul.menu_box li a.wide {
  padding: 9.5% 10%;
}
section.novia_concept ul.menu_box li a span {
  display: block;
  font-family: suave-script-pro;
  font-size: 1.094vw;
  color: #CEC9B9;
  margin-top: 10px;
}
@media (min-width: 1280px) {
  section.novia_concept ul.menu_box li a span {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.novia_concept ul.menu_box li a span {
    font-size: 14px;
  }
}
section.novia_concept .novia_concept dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-top: 1px solid #E5E1D3;
  padding-top: 6.2056737589%;
  margin-top: 8.865248227%;
}
@media (max-width: 428px) {
  section.novia_concept .novia_concept dl {
    display: block;
    border-top: none;
  }
}
section.novia_concept .novia_concept dl.revers {
  flex-direction: row-reverse;
}
section.novia_concept .novia_concept dl.revers dt {
  padding-right: 0;
  padding-left: 5.3191489362%;
}
@media (max-width: 428px) {
  section.novia_concept .novia_concept dl.revers dt {
    padding-left: 0;
  }
}
section.novia_concept .novia_concept dl dt {
  width: 39.3617021277%;
  padding-right: 5.3191489362%;
}
@media (max-width: 428px) {
  section.novia_concept .novia_concept dl dt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 84px;
  }
  section.novia_concept .novia_concept dl dt.margin01 {
    margin-bottom: 27px;
  }
}
section.novia_concept .novia_concept dl dt h4 {
  font-family: shippori-mincho;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #3C382E;
  text-align: center;
}
section.novia_concept .novia_concept dl dt h4 span {
  display: block;
  font-family: suave-script-pro;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #CEC9B9;
  margin-top: 10px;
}
section.novia_concept .novia_concept dl dt h4:after {
  display: block;
  content: "　";
  width: 1px;
  height: 32px;
  margin: 20px auto;
  border-left: 1px solid #CEC9B9;
}
@media (max-width: 428px) {
  section.novia_concept .novia_concept dl dt h4:after {
    margin: 10px auto;
  }
}
section.novia_concept .novia_concept dl dt p {
  line-height: 2.7142857143;
  letter-spacing: 0.022em;
}
@media (max-width: 428px) {
  section.novia_concept .novia_concept dl dt p {
    width: 82.1052631579%;
    margin: 0 auto;
    line-height: 2.2857142857;
  }
}
section.novia_concept .novia_concept dl dd {
  width: 49.9113475177%;
}
@media (max-width: 428px) {
  section.novia_concept .novia_concept dl dd {
    width: 100%;
    margin-bottom: 50px;
  }
}
section.novia_concept .button_box {
  max-width: 1128px;
  margin: 5.0531914894% auto 8.6879432624%;
  display: flex;
  justify-content: center;
}
@media (max-width: 428px) {
  section.novia_concept .button_box {
    max-width: 82.1052631579%;
    display: block;
    margin: 50px auto 54px auto;
  }
}
section.novia_concept .button_box .button01 {
  width: 33.5106382979%;
  margin: 0 0.5%;
}
@media (max-width: 428px) {
  section.novia_concept .button_box .button01 {
    width: 100%;
    margin: 0;
    margin-bottom: 2%;
  }
}
section.novia_concept .button_box .button01 a {
  max-width: 100%;
}
@media (max-width: 428px) {
  section.novia_concept .button_box .button01 a {
    width: 100%;
    max-width: auto;
  }
}
section.novia_concept .welcome_myhome_box {
  background: #EFEBDC;
  padding: 14.4503546099%;
  padding-left: 0;
  position: relative;
}
@media (min-width: 1280px) {
  section.novia_concept .welcome_myhome_box {
    padding: 163px;
  }
}
@media (max-width: 428px) {
  section.novia_concept .welcome_myhome_box {
    width: 82.1052631579%;
    margin: 0 auto 84px;
    padding: 0;
  }
}
section.novia_concept .welcome_myhome_box .text_box {
  width: 31.914893617%;
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 900px) {
  section.novia_concept .welcome_myhome_box .text_box {
    width: 268px;
  }
}
@media (max-width: 428px) {
  section.novia_concept .welcome_myhome_box .text_box {
    margin: 0 auto;
    width: 82.1052631579%;
    padding: 73px 0 30px;
  }
}
section.novia_concept .welcome_myhome_box h4 {
  font-family: shippori-mincho;
  font-size: 26px;
  line-height: 2;
  color: #000;
  text-align: left;
  letter-spacing: 0.03em;
  margin-bottom: 40px;
}
@media (max-width: 428px) {
  section.novia_concept .welcome_myhome_box h4 {
    font-size: 18px;
    line-height: 1.7777777778;
    text-align: center;
  }
}
section.novia_concept .welcome_myhome_box p {
  line-height: 2.7142857143;
}
@media (max-width: 428px) {
  section.novia_concept .welcome_myhome_box p {
    width: 100%;
    margin: 0 auto;
    line-height: 2.2857142857;
  }
}
section.novia_concept .welcome_myhome_box .photo_box {
  width: 43.984375vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1280px) {
  section.novia_concept .welcome_myhome_box .photo_box {
    width: 563px;
  }
}
@media (max-width: 428px) {
  section.novia_concept .welcome_myhome_box .photo_box {
    width: 100%;
    position: relative;
  }
}
section.novia_concept .welcome_myhome_box .photo_box p {
  position: absolute;
  line-height: 0;
}
@media (max-width: 428px) {
  section.novia_concept .welcome_myhome_box .photo_box p {
    position: relative;
  }
}
section.novia_concept .welcome_myhome_box .photo_box p.p01 {
  width: 29.921875vw;
  top: -2vw;
  right: 3vw;
}
@media (min-width: 1280px) {
  section.novia_concept .welcome_myhome_box .photo_box p.p01 {
    width: 383px;
    top: -20px;
    right: 34px;
  }
}
@media (max-width: 428px) {
  section.novia_concept .welcome_myhome_box .photo_box p.p01 {
    width: 93.2692307692%;
    top: 0;
    right: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
section.novia_concept .welcome_myhome_box .photo_box p.p02 {
  width: 15.46875vw;
  top: 24vw;
  left: 0;
}
@media (min-width: 1280px) {
  section.novia_concept .welcome_myhome_box .photo_box p.p02 {
    top: 290px;
    width: 198px;
  }
}
@media (max-width: 428px) {
  section.novia_concept .welcome_myhome_box .photo_box p.p02 {
    width: 40.3846153846%;
    margin-left: 0;
    top: 0;
  }
}
section.novia_concept .welcome_myhome_box .photo_box p.p03 {
  width: 18.59375vw;
  right: 0;
  top: 18vw;
}
@media (min-width: 1280px) {
  section.novia_concept .welcome_myhome_box .photo_box p.p03 {
    width: 238px;
    top: 233px;
  }
}
@media (max-width: 428px) {
  section.novia_concept .welcome_myhome_box .photo_box p.p03 {
    width: 61.5384615385%;
    margin-top: -25px;
    margin-right: 18px;
    padding-bottom: 30px;
    top: 0;
  }
}
section.novia_concept .slider_0402 {
  max-width: 620px;
  margin: 11.3475177305% auto 0;
}
@media (min-width: 1280px) {
  section.novia_concept .slider_0402 {
    margin-top: 128px;
  }
}
@media (max-width: 428px) {
  section.novia_concept .slider_0402 {
    max-width: 82.1052631579%;
    margin-top: 0;
  }
}
section.novia_concept .slider_0402 .prev-arrow,
section.novia_concept .slider_0402 .next-arrow {
  top: 22%;
  transform: translate(0, -22%);
  -webkit-transform: translate(0, -22%);
}
@media (max-width: 428px) {
  section.novia_concept .slider_0402 .prev-arrow,
  section.novia_concept .slider_0402 .next-arrow {
    width: 11px;
    height: 21px;
  }
}
@media (max-width: 428px) {
  section.novia_concept .slider_0402 .prev-arrow {
    left: -20px;
  }
  section.novia_concept .slider_0402 .next-arrow {
    right: -20px;
  }
}
section.novia_concept .slider_0402 p {
  padding: 19.3548387097% 4.8387096774%;
}
section.novia_concept .slider_0402 p strong {
  display: block;
  margin-bottom: 27.7419354839%;
  font-weight: 400;
}
section.novia_concept .slider_0402 p strong.margin01 {
  margin-bottom: 12.9032258065%;
}
section.novia_concept .slider_0402 p span {
  display: block;
  font-size: 12px;
  line-height: 1.8333333333;
}
section.novia_concept .concierge_box {
  max-width: 1128px;
  margin: 62px auto 0;
  padding: 5.7624113475% 7.9787234043%;
  background: #7B7463;
  color: #fff;
}
@media (max-width: 428px) {
  section.novia_concept .concierge_box {
    max-width: 82.1052631579%;
    padding: 11.214953271% 6.0747663551%;
    margin-top: 44px;
  }
}
section.novia_concept .concierge_box h3 {
  font-family: classico-urw;
  font-size: 30px;
  line-height: 1.0666666667;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 428px) {
  section.novia_concept .concierge_box h3 {
    margin-bottom: 38px;
  }
}
section.novia_concept .concierge_box h3 span {
  font-family: zen-kaku-gothic-new;
  font-size: 12px;
  letter-spacing: 0;
}
section.novia_concept .concierge_box dl {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 428px) {
  section.novia_concept .concierge_box dl {
    display: block;
  }
}
section.novia_concept .concierge_box dl dd {
  width: 49.5780590717%;
}
@media (min-width: 1280px) {
  section.novia_concept .concierge_box dl dd {
    width: 470px;
  }
}
@media (max-width: 428px) {
  section.novia_concept .concierge_box dl dd {
    width: 100%;
  }
}
section.novia_concept .concierge_box dl dt {
  width: 42.194092827%;
}
@media (min-width: 1280px) {
  section.novia_concept .concierge_box dl dt {
    width: 400px;
  }
}
@media (max-width: 428px) {
  section.novia_concept .concierge_box dl dt {
    width: 100%;
  }
}
section.novia_concept .concierge_box dl dt h4 {
  font-family: shippori-mincho;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}
@media (max-width: 428px) {
  section.novia_concept .concierge_box dl dt h4 {
    text-align: center;
    margin-bottom: 23px;
  }
}
section.novia_concept .concierge_box dl dt p {
  line-height: 2;
  margin-bottom: 20px;
}
@media (max-width: 428px) {
  section.novia_concept .concierge_box dl dt p {
    margin: 23px auto;
  }
}
@media (max-width: 428px) {
  section.novia_concept .concierge_box dl dt .button03 {
    text-align: center;
  }
}

nav.page_nav {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  margin: 4.6875% auto 12.109375%;
}
@media (max-width: 428px) {
  nav.page_nav {
    width: 100%;
  }
}
nav.page_nav.margin01 {
  margin-bottom: 7.8125%;
}
@media (min-width: 1280px) {
  nav.page_nav.margin01 {
    margin-bottom: 100px;
  }
}
@media (max-width: 428px) {
  nav.page_nav.margin01 {
    margin-bottom: 14.0186915888%;
  }
}
@media (min-width: 1280px) {
  nav.page_nav {
    margin: 60px auto 155px;
  }
}
@media (max-width: 428px) {
  nav.page_nav {
    margin: 14.0186915888% auto 28.0373831776%;
  }
}
nav.page_nav ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 428px) {
  nav.page_nav ul {
    flex-wrap: wrap;
  }
}
nav.page_nav ul li {
  width: 23.3258928571%;
}
@media (max-width: 428px) {
  nav.page_nav ul li {
    width: 48.8317757009%;
    margin-bottom: 8%;
  }
}
nav.page_nav ul li img {
  margin-bottom: 5%;
}
nav.page_nav ul li dl {
  margin-left: 10%;
  color: #625B4B;
}
nav.page_nav ul li dl dt {
  width: 100%;
  font-family: classico-urw;
  font-size: 1.5625vw;
  letter-spacing: 0.05em;
  text-indent: -23px;
  padding-left: 23px;
  line-height: 1;
  margin-bottom: 5%;
}
@media (min-width: 1280px) {
  nav.page_nav ul li dl dt {
    font-size: 20px;
  }
}
@media (max-width: 428px) {
  nav.page_nav ul li dl dt {
    font-size: 4.6728971963vw;
  }
}
nav.page_nav ul li dl dt em {
  font-size: 0.9375vw;
  letter-spacing: 0;
  padding-right: 5%;
}
@media (min-width: 1280px) {
  nav.page_nav ul li dl dt em {
    font-size: 12px;
  }
}
@media (max-width: 428px) {
  nav.page_nav ul li dl dt em {
    font-size: 2.8037383178vw;
  }
}
nav.page_nav ul li dl dd {
  font-family: shippori-mincho;
  font-size: 0.9375vw;
  padding-left: 2.34375vw;
}
@media (min-width: 1280px) {
  nav.page_nav ul li dl dd {
    font-size: 12px;
    padding-left: 23px;
  }
}
@media (max-width: 428px) {
  nav.page_nav ul li dl dd {
    font-size: 2.8037383178vw;
    padding-left: 6.0747663551vw;
  }
}
nav.page_nav ul li dl dd a {
  display: block;
  margin-top: 10%;
  color: #7B7463;
}
nav.page_nav ul li dl dd a:after {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  margin-left: 1em;
  content: "　";
  border-top: 1px solid #7B7463;
}

section.wedding_style {
  padding-top: 0;
}
section.wedding_style .main_photo {
  overflow: hidden;
}
section.wedding_style .main_photo img {
  object-fit: cover;
  height: 30.9375%;
}
@media (min-width: 1920px) {
  section.wedding_style .main_photo img {
    height: 594px;
  }
}
@media (max-width: 428px) {
  section.wedding_style .main_photo img {
    height: auto;
  }
}
section.wedding_style.white {
  background: #fff;
}
section.wedding_style.margin01 {
  margin-bottom: 20%;
}
@media (max-width: 428px) {
  section.wedding_style.margin01 {
    margin-bottom: 45.5607476636%;
  }
}
section.wedding_style.margin02 {
  margin-bottom: 3.6458333333%;
  padding: 0;
}
@media (max-width: 428px) {
  section.wedding_style.margin02 {
    margin-bottom: 11.6822429907%;
    margin-top: 4.6728971963%;
  }
}
section.wedding_style.ex_box {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7%;
  background-image: url("../../wedding_style/border_line_hf.svg");
  background-repeat: no-repeat;
  background-position: left 5% bottom -30%;
  background-size: auto;
}
@media (min-width: 1000px) {
  section.wedding_style.ex_box {
    padding-bottom: 70px;
    background-position: left 5% bottom -25%;
  }
}
@media (max-width: 428px) {
  section.wedding_style.ex_box {
    max-width: auto;
    width: 88.785046729%;
    background-position: left 12.3684210526% bottom -15%;
    padding-bottom: 25.7009345794%;
  }
}
section.wedding_style.ex_box p {
  text-align: center;
  margin-bottom: 2em;
  line-height: 2.2857142857;
  font-size: clamp(12px, 1.094vw, 14px);
}
@media (max-width: 428px) {
  section.wedding_style.ex_box p {
    font-size: 3.037vw;
  }
}
section.wedding_style.ex_box dl {
  margin-top: 7%;
  padding: 3% 0;
  border: 1px solid #7B7463;
  background-color: #F4F2EA;
  text-align: center;
}
@media (max-width: 428px) {
  section.wedding_style.ex_box dl {
    margin-top: 16.3551401869%;
    padding: 7.0093457944% 0;
  }
}
section.wedding_style.ex_box dl dt {
  font-family: classico-urw;
  font-size: clamp(16px, 2.188vw, 28px);
  line-height: 1.1785714286;
  letter-spacing: 0.046em;
  color: #7B7463;
}
@media (max-width: 428px) {
  section.wedding_style.ex_box dl dt {
    font-size: 6.542vw;
  }
}
section.wedding_style.ex_box dl dd {
  font-family: shippori-mincho;
  color: #7B7463;
  font-size: clamp(10px, 0.938vw, 12px);
  margin-top: 1em;
}
@media (max-width: 428px) {
  section.wedding_style.ex_box dl dd {
    font-size: 2.804vw;
  }
}
section.wedding_style.border_line {
  padding: 0;
}
section.wedding_style .style_box {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 9% 0;
  background-image: url("../../wedding_style/border_line.svg");
  background-repeat: repeat-y;
  background-position: left 5% top;
  background-size: auto;
}
@media (max-width: 428px) {
  section.wedding_style .style_box {
    max-width: auto;
    width: 88.785046729%;
    background-position: left 12.3684210526% top;
    padding: 15.7894736842% 0;
  }
}
section.wedding_style .style_box.footer {
  background-image: url("../../wedding_style/border_line_hf.svg");
  background-repeat: no-repeat;
}
@media (max-width: 428px) {
  section.wedding_style .style_box.footer {
    background-position: left 12.3684210526% top -9em;
  }
}
section.wedding_style .style_box h2 {
  float: left;
  margin-top: 3%;
  margin-right: 5.5%;
  width: 5.5%;
}
@media (max-width: 428px) {
  section.wedding_style .style_box h2 {
    display: none;
  }
}
section.wedding_style .style_box dl {
  max-width: 890px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 428px) {
  section.wedding_style .style_box dl {
    flex-direction: column-reverse;
    margin-top: -35%;
  }
  section.wedding_style .style_box dl.margin01 {
    margin-top: 0;
  }
}
section.wedding_style .style_box dl.sub {
  margin-top: 11.2359550562%;
  margin-right: 0;
  margin-left: 12.3595505618%;
  align-items: flex-end;
}
@media (max-width: 428px) {
  section.wedding_style .style_box dl.sub {
    flex-direction: column-reverse;
    max-width: auto;
    width: 87.6315789474%;
    margin-top: 19.7368421053%;
    margin-left: auto;
  }
}
section.wedding_style .style_box dl.sub.left {
  flex-direction: row-reverse;
}
@media (max-width: 428px) {
  section.wedding_style .style_box dl.sub.left {
    flex-direction: column-reverse;
  }
}
section.wedding_style .style_box dl.sub dt {
  margin-left: 3em;
}
@media (max-width: 428px) {
  section.wedding_style .style_box dl.sub dt {
    display: block;
    margin-left: 0;
    width: 76.3157894737%;
  }
}
section.wedding_style .style_box dl.sub dt h3 {
  display: flex;
  align-items: center;
  margin-left: -1.75em;
  margin-bottom: 0.6818181818em;
  font-family: shippori-mincho;
  font-size: clamp(16px, 1.719vw, 22px);
}
@media (max-width: 428px) {
  section.wedding_style .style_box dl.sub dt h3 {
    font-size: 5.14vw;
    margin-left: -2.8em;
  }
}
section.wedding_style .style_box dl.sub dt h3:before {
  font-family: zen-kaku-gothic-new;
  content: "ー";
  display: block;
  margin-right: 0.5em;
}
section.wedding_style .style_box dl.sub dt p {
  font-family: shippori-mincho;
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 1.75;
  margin-bottom: 0.9375em;
}
@media (max-width: 428px) {
  section.wedding_style .style_box dl.sub dt p {
    font-size: 3.738vw;
    margin-left: -1.5em;
  }
}
section.wedding_style .style_box dl.sub dt ul li {
  font-size: clamp(12px, 1.094vw, 14px);
  line-height: 1.5714285714;
  margin-bottom: 1.2857142857em;
  padding-left: 2em;
  background-image: url("../../wedding_style/check_arrow.svg");
  background-repeat: no-repeat;
  background-position: left top 0.4em;
  background-size: 3.828125% auto;
}
section.wedding_style .style_box dl.sub dt ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 428px) {
  section.wedding_style .style_box dl.sub dt ul li {
    font-size: 3.271vw;
    margin-left: -1.5em;
    margin-bottom: 1.0714285714em;
    padding-left: 1.5em;
    background-size: 4.1176470588% auto;
  }
}
section.wedding_style .style_box dl.sub dd {
  width: 51.9101123596%;
}
@media (max-width: 428px) {
  section.wedding_style .style_box dl.sub dd {
    width: 100%;
  }
}
section.wedding_style .style_box dl dt {
  width: 35.9550561798%;
  text-align: left;
  margin-top: 3.3707865169%;
}
@media (max-width: 428px) {
  section.wedding_style .style_box dl dt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 21.0526315789%;
  }
}
section.wedding_style .style_box dl dt h2.sp {
  width: 13.6842105263%;
  margin-right: 0;
  margin-top: 0;
}
@media (max-width: 428px) {
  section.wedding_style .style_box dl dt div {
    width: 76.3157894737%;
  }
}
section.wedding_style .style_box dl dt div h3 {
  font-family: shippori-mincho;
  font-size: clamp(16px, 2.08vw, 25px);
  letter-spacing: 0.06em;
  text-align: left;
  margin-bottom: 0.8em;
}
@media (max-width: 428px) {
  section.wedding_style .style_box dl dt div h3 {
    font-size: 5.84vw;
  }
}
section.wedding_style .style_box dl dt div p {
  font-family: shippori-mincho;
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 1.75;
  margin-bottom: 1.25em;
}
@media (max-width: 428px) {
  section.wedding_style .style_box dl dt div p {
    font-size: 3.738vw;
  }
}
section.wedding_style .style_box dl dt div ul li {
  font-size: clamp(12px, 1.094vw, 14px);
  line-height: 1.5714285714;
  margin-bottom: 1.2857142857em;
  padding-left: 2em;
  background-image: url("../../wedding_style/check_arrow.svg");
  background-repeat: no-repeat;
  background-position: left top 0.4em;
  background-size: 3.828125% auto;
}
section.wedding_style .style_box dl dt div ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 428px) {
  section.wedding_style .style_box dl dt div ul li {
    font-size: 3.271vw;
  }
}
section.wedding_style .style_box dl dd {
  width: 53.4831460674%;
}
@media (max-width: 428px) {
  section.wedding_style .style_box dl dd {
    width: 100%;
  }
}
section.wedding_style .style_box dl dd.icon {
  position: relative;
}
section.wedding_style .style_box dl dd.icon .icon_box {
  width: 20.1680672269%;
  position: absolute;
  z-index: 100;
  right: 3.5714285714%;
  top: 4.8319327731%;
}
section.wedding_style .style_box dl dd .slider_box {
  display: block !important;
}
section.wedding_style .style_box .otherstyle_box {
  position: relative;
  max-width: 890px;
  box-sizing: content-box;
  margin-left: 11%;
  margin-top: 11%;
  padding: 9% 7% 8%;
  background-color: #E5E1D3;
}
@media (max-width: 428px) {
  section.wedding_style .style_box .otherstyle_box {
    margin-left: auto;
    margin-right: auto;
    margin-top: 21.0526315789%;
    margin-bottom: 18.4210526316%;
    padding: 21.0280373832% 9.3457943925% 16.3551401869%;
  }
}
section.wedding_style .style_box .otherstyle_box strong {
  position: absolute;
  display: block;
  width: 24.9438202247%;
  left: 50%;
  top: -2em;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
@media (max-width: 428px) {
  section.wedding_style .style_box .otherstyle_box strong {
    width: 50.5263157895%;
  }
}
section.wedding_style .style_box .otherstyle_box dl {
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 428px) {
  section.wedding_style .style_box .otherstyle_box dl {
    margin-top: 0;
    flex-direction: column;
    gap: 1.5714285714em;
  }
}
section.wedding_style .style_box .otherstyle_box dl.border_line {
  margin-bottom: 5.0561797753%;
  padding-bottom: 5.0561797753%;
  border-bottom: 1px solid #7B7463;
}
@media (max-width: 428px) {
  section.wedding_style .style_box .otherstyle_box dl.border_line {
    margin-bottom: 10.5263157895%;
    padding-bottom: 10.5263157895%;
  }
}
section.wedding_style .style_box .otherstyle_box dl.border_line.left {
  flex-direction: row-reverse;
}
@media (max-width: 428px) {
  section.wedding_style .style_box .otherstyle_box dl.border_line.left {
    flex-direction: column;
  }
}
section.wedding_style .style_box .otherstyle_box dl.border_line:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
section.wedding_style .style_box .otherstyle_box dl dt {
  width: 40.7608695652%;
  margin-top: 0;
}
@media (max-width: 428px) {
  section.wedding_style .style_box .otherstyle_box dl dt {
    width: 100%;
    display: block;
    margin-top: 0;
  }
}
section.wedding_style .style_box .otherstyle_box dl dt h3 {
  font-family: shippori-mincho;
  font-size: clamp(14px, 1.719vw, 22px);
  text-align: left;
  margin-bottom: 0.9090909091em;
}
@media (max-width: 428px) {
  section.wedding_style .style_box .otherstyle_box dl dt h3 {
    font-size: 5.14vw;
    margin-bottom: 0.6818181818em;
  }
}
section.wedding_style .style_box .otherstyle_box dl dt p {
  font-family: zen-kaku-gothic-new;
  font-size: clamp(12px, 1.094vw, 14px);
  line-height: 1.5714285714;
}
@media (min-width: 1280px) {
  section.wedding_style .style_box .otherstyle_box dl dt p {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.wedding_style .style_box .otherstyle_box dl dt p {
    font-size: 3.271vw;
  }
}
section.wedding_style .style_box .otherstyle_box dl dd {
  width: 48.3695652174%;
}
@media (max-width: 428px) {
  section.wedding_style .style_box .otherstyle_box dl dd {
    width: 100%;
  }
}
section.wedding_style .style_box .ourfeelings_box {
  max-width: 1000px;
}
section.wedding_style .style_box .ourfeelings_box .ex_box {
  text-align: center;
  margin-left: 11%;
}
@media (max-width: 428px) {
  section.wedding_style .style_box .ourfeelings_box .ex_box {
    margin-left: 0;
  }
}
section.wedding_style .style_box .ourfeelings_box .ex_box h3 {
  width: 24.7%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.0555555556em;
}
@media (max-width: 428px) {
  section.wedding_style .style_box .ourfeelings_box .ex_box h3 {
    width: 65%;
    margin-bottom: 1em;
  }
}
section.wedding_style .style_box .ourfeelings_box .ex_box h3 span {
  font-size: clamp(13px, 1.406vw, 18px);
  margin-top: 0;
}
@media (max-width: 428px) {
  section.wedding_style .style_box .ourfeelings_box .ex_box h3 span {
    font-size: 4.206vw;
  }
}
section.wedding_style .style_box .ourfeelings_box .ex_box p {
  font-size: clamp(12px, 1.094vw, 14px);
  line-height: 2;
  margin-bottom: 7.1428571429em;
}
@media (max-width: 428px) {
  section.wedding_style .style_box .ourfeelings_box .ex_box p {
    font-size: 3.271vw;
    width: 78.9473684211%;
    margin-left: auto;
    margin-right: auto;
  }
}
section.wedding_style .style_box .ourfeelings_box .costume_box {
  background-color: #fff;
  padding: 7.4074074074% 10.3174603175%;
  margin-left: 5.5%;
}
@media (max-width: 428px) {
  section.wedding_style .style_box .ourfeelings_box .costume_box {
    margin-left: 0;
    padding: 15.7894736842% 8.6842105263%;
  }
}
section.wedding_style .style_box .ourfeelings_box .costume_box h4 {
  font-family: classico-urw;
  font-size: 3.13vw;
  text-align: center;
  margin-bottom: 0.825em;
  letter-spacing: 0.046em;
  color: #7B7463;
}
@media (min-width: 1290px) {
  section.wedding_style .style_box .ourfeelings_box .costume_box h4 {
    font-size: 40px;
  }
}
@media (max-width: 428px) {
  section.wedding_style .style_box .ourfeelings_box .costume_box h4 {
    font-size: 9.35vw;
    margin-bottom: 0.675em;
  }
}
section.wedding_style .style_box .ourfeelings_box .costume_box h4 span {
  display: block;
  font-family: shippori-mincho;
  font-size: clamp(12px, 1.094vw, 14px);
}
@media (max-width: 428px) {
  section.wedding_style .style_box .ourfeelings_box .costume_box h4 span {
    font-size: 3.271vw;
  }
}
section.wedding_style .style_box .ourfeelings_box .costume_box p {
  font-size: clamp(12px, 1.094vw, 14px);
  line-height: 1.5714285714;
  text-align: center;
  margin-bottom: 5em;
}
@media (max-width: 428px) {
  section.wedding_style .style_box .ourfeelings_box .costume_box p {
    font-size: 3.271vw;
    margin-bottom: 2.1428571429em;
  }
}
section.wedding_style .style_box .ourfeelings_box .costume_box ul.costume {
  overflow: hidden;
  margin-bottom: 7.4666666667%;
}
@media (max-width: 428px) {
  section.wedding_style .style_box .ourfeelings_box .costume_box ul.costume {
    margin-bottom: 17.5159235669%;
  }
}
section.wedding_style .style_box .ourfeelings_box .costume_box ul.costume li {
  float: left;
  width: 44.9333333333%;
}
@media (max-width: 428px) {
  section.wedding_style .style_box .ourfeelings_box .costume_box ul.costume li {
    width: 100%;
    float: none;
    margin-bottom: 17.5159235669%;
  }
}
section.wedding_style .style_box .ourfeelings_box .costume_box ul.costume li:nth-child(2n) {
  float: right;
}
@media (max-width: 428px) {
  section.wedding_style .style_box .ourfeelings_box .costume_box ul.costume li:nth-child(2n) {
    float: none;
    margin-bottom: 0;
  }
}
section.wedding_style .style_box .ourfeelings_box .costume_box ul.costume li .slider_box {
  display: block !important;
}
section.wedding_style .style_box .ourfeelings_box .costume_box ul.costume li .slick-dots li {
  float: none;
  width: 20px;
  margin: 0;
}
section.wedding_style .style_box .ourfeelings_box .costume_box ul.costume li h5 {
  font-family: classico-urw;
  color: #7B7463;
  font-size: 2.188vw;
  letter-spacing: 0.04em;
  margin-top: 1.7857142857em;
  margin-bottom: 0.5357142857em;
}
@media (min-width: 1290px) {
  section.wedding_style .style_box .ourfeelings_box .costume_box ul.costume li h5 {
    font-size: 28px;
  }
}
@media (max-width: 428px) {
  section.wedding_style .style_box .ourfeelings_box .costume_box ul.costume li h5 {
    font-size: 6.542vw;
    margin-top: 1.0714285714em;
    margin-bottom: 0.3571428571em;
  }
}
section.wedding_style .style_box .ourfeelings_box .costume_box ul.costume li strong {
  display: block;
  font-family: shippori-mincho;
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 1.75;
  margin-bottom: 1.25em;
}
@media (max-width: 428px) {
  section.wedding_style .style_box .ourfeelings_box .costume_box ul.costume li strong {
    font-size: 3.738vw;
    margin-bottom: 0.625em;
  }
}
section.wedding_style .style_box .ourfeelings_box .costume_box ul.costume li p {
  text-align: left;
  font-size: clamp(12px, 1.094vw, 14px);
  line-height: 1.5714285714;
  letter-spacing: 0.022em;
  margin-bottom: 0;
}
@media (max-width: 428px) {
  section.wedding_style .style_box .ourfeelings_box .costume_box ul.costume li p {
    font-size: 3.271vw;
  }
}
section.wedding_style .style_box .ourfeelings_box .quality_box {
  max-width: 100%;
  border: 1px solid #707070;
  margin-bottom: 12%;
}
@media (max-width: 428px) {
  section.wedding_style .style_box .ourfeelings_box .quality_box {
    margin-top: 0;
    flex-direction: column;
    margin-bottom: 19.1082802548%;
  }
}
section.wedding_style .style_box .ourfeelings_box .quality_box dt {
  width: 52%;
  padding: 4.8%;
  padding-bottom: 0;
  margin-top: 0;
}
@media (max-width: 428px) {
  section.wedding_style .style_box .ourfeelings_box .quality_box dt {
    width: 100%;
    display: block;
    padding: 10% 8.3333333333%;
  }
}
section.wedding_style .style_box .ourfeelings_box .quality_box dt h4 {
  text-align: center;
  font-family: shippori-mincho;
  font-size: 2.031vw;
  margin-bottom: 0.3846153846em;
}
@media (min-width: 1290px) {
  section.wedding_style .style_box .ourfeelings_box .quality_box dt h4 {
    font-size: 26px;
  }
}
@media (max-width: 428px) {
  section.wedding_style .style_box .ourfeelings_box .quality_box dt h4 {
    font-size: 6.075vw;
  }
}
section.wedding_style .style_box .ourfeelings_box .quality_box dt strong {
  display: block;
  text-align: center;
  font-family: shippori-mincho;
  font-size: clamp(12px, 1.25vw, 16px);
  line-height: 1.75;
  margin-bottom: 1.125em;
}
@media (max-width: 428px) {
  section.wedding_style .style_box .ourfeelings_box .quality_box dt strong {
    font-size: 3.738vw;
  }
}
section.wedding_style .style_box .ourfeelings_box .quality_box dt p {
  text-align: left;
  font-family: zen-kaku-gothic-new;
  font-size: clamp(12px, 1.094vw, 14px);
  line-height: 1.5714285714;
  margin-bottom: 0;
}
@media (max-width: 428px) {
  section.wedding_style .style_box .ourfeelings_box .quality_box dt p {
    font-size: 3.271vw;
  }
}
section.wedding_style .style_box .ourfeelings_box .quality_box dd {
  width: 48%;
  line-height: 0;
}
@media (max-width: 428px) {
  section.wedding_style .style_box .ourfeelings_box .quality_box dd {
    width: 100%;
  }
}
section.wedding_style .style_box .ourfeelings_box .salon_box h4 {
  margin-bottom: 1.25em;
}
@media (max-width: 428px) {
  section.wedding_style .style_box .ourfeelings_box .salon_box h4 {
    margin-bottom: 0.5714285714em;
  }
}
section.wedding_style .style_box .ourfeelings_box .salon_box h4 strong {
  display: block;
  color: #625B4B;
  text-align: center;
  margin-bottom: 0.5714285714em;
  font-family: classico-urw;
  font-size: 2.188vw;
}
@media (min-width: 1290px) {
  section.wedding_style .style_box .ourfeelings_box .salon_box h4 strong {
    font-size: 28px;
  }
}
@media (max-width: 428px) {
  section.wedding_style .style_box .ourfeelings_box .salon_box h4 strong {
    font-size: 6.542vw;
  }
}
section.wedding_style .style_box .ourfeelings_box .salon_box h4 strong:after {
  display: block;
  content: "|";
  font-size: 1.563vw;
}
@media (min-width: 1290px) {
  section.wedding_style .style_box .ourfeelings_box .salon_box h4 strong:after {
    font-size: 20px;
  }
}
@media (max-width: 428px) {
  section.wedding_style .style_box .ourfeelings_box .salon_box h4 strong:after {
    font-size: 4.673vw;
  }
}
section.wedding_style .style_box .ourfeelings_box .salon_box h4 em {
  display: block;
  color: #000;
  font-family: shippori-mincho;
  font-size: 1.094vw;
}
@media (min-width: 1290px) {
  section.wedding_style .style_box .ourfeelings_box .salon_box h4 em {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.wedding_style .style_box .ourfeelings_box .salon_box h4 em {
    font-size: 3.271vw;
  }
}
section.wedding_style .style_box .ourfeelings_box .salon_box h4 span {
  display: block;
  color: #000;
  font-family: classico-urw;
  font-size: 1.875vw;
}
@media (min-width: 1290px) {
  section.wedding_style .style_box .ourfeelings_box .salon_box h4 span {
    font-size: 24px;
  }
}
@media (max-width: 428px) {
  section.wedding_style .style_box .ourfeelings_box .salon_box h4 span {
    font-size: 5.607vw;
  }
}
section.wedding_style .style_box .ourfeelings_box .salon_box dl.salon {
  max-width: 664px;
  margin: 0 0 6.0240963855% auto;
}
@media (max-width: 428px) {
  section.wedding_style .style_box .ourfeelings_box .salon_box dl.salon {
    flex-direction: column;
    margin: 0 auto 5.0955414013%;
  }
}
section.wedding_style .style_box .ourfeelings_box .salon_box dl.salon dt {
  width: 41.4156626506%;
  font-size: clamp(12px, 1.016vw, 13px);
  margin-top: 0;
  line-height: 1.6923076923;
}
@media (max-width: 428px) {
  section.wedding_style .style_box .ourfeelings_box .salon_box dl.salon dt {
    width: 100%;
    font-size: 3.037vw;
    margin-bottom: 5.0955414013%;
  }
}
section.wedding_style .style_box .ourfeelings_box .salon_box dl.salon dd {
  width: 52.7108433735%;
}
@media (max-width: 428px) {
  section.wedding_style .style_box .ourfeelings_box .salon_box dl.salon dd {
    width: 100%;
  }
}
section.wedding_style .style_box .ourfeelings_box .button01 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.7108433735%;
}
@media (max-width: 428px) {
  section.wedding_style .style_box .ourfeelings_box .button01 {
    max-width: 100%;
    margin-bottom: 5.7324840764%;
  }
  section.wedding_style .style_box .ourfeelings_box .button01 a {
    width: 100%;
  }
}
section.wedding_style .style_box .ourfeelings_box .address_box {
  text-align: center;
  line-height: 1.6923076923;
  font-size: clamp(12px, 1.016vw, 13px);
}
@media (max-width: 428px) {
  section.wedding_style .style_box .ourfeelings_box .address_box {
    font-size: 3.037vw;
  }
}
section.wedding_style .wedding_plan_list_box {
  width: 83.3333333333%;
}
@media (max-width: 1280px) {
  section.wedding_style .wedding_plan_list_box {
    width: 100%;
  }
}
section.wedding_style .wedding_plan_list_box.right {
  margin-left: auto;
}
section.wedding_style .wedding_plan_list_box .main_photo {
  margin-bottom: 74px;
}
@media (max-width: 428px) {
  section.wedding_style .wedding_plan_list_box .main_photo {
    margin-bottom: 10.5140186916%;
  }
}
section.wedding_style .wedding_plan_list_box .main_photo img {
  height: auto;
  object-fit: cover;
  object-position: 70% 80%;
}
@media (min-width: 1280px) {
  section.wedding_style .wedding_plan_list_box .main_photo img {
    height: 693px;
  }
}
@media (max-width: 428px) {
  section.wedding_style .wedding_plan_list_box .main_photo img {
    height: auto;
  }
}
section.wedding_style .wedding_plan_list_box dl {
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 166px 0;
}
@media (max-width: 428px) {
  section.wedding_style .wedding_plan_list_box dl {
    margin-bottom: 0;
  }
}
section.wedding_style .wedding_plan_list_box dl.revers {
  flex-flow: row-reverse;
  margin: 0 0 166px auto;
}
@media (max-width: 428px) {
  section.wedding_style .wedding_plan_list_box dl.revers {
    flex-flow: row;
    margin-bottom: 0;
  }
}
section.wedding_style .wedding_plan_list_box dl.revers dt {
  margin-right: 53px;
  margin-left: 0;
}
@media (max-width: 428px) {
  section.wedding_style .wedding_plan_list_box dl.revers dt {
    margin-right: 0;
    margin-left: 15px;
  }
}
section.wedding_style .wedding_plan_list_box dl dt {
  width: 5.9375%;
  margin-left: 53px;
}
@media (max-width: 428px) {
  section.wedding_style .wedding_plan_list_box dl dt {
    width: 11.214953271%;
    margin-left: 15px;
  }
}
section.wedding_style .wedding_plan_list_box dl dd {
  width: 82.265625%;
}
@media (max-width: 428px) {
  section.wedding_style .wedding_plan_list_box dl dd {
    width: 81.0747663551%;
  }
}
section.wedding_style .wedding_plan_list_box dl dd h4 {
  font-family: shippori-mincho;
  font-size: 26px;
  color: #7B7463;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
@media (max-width: 428px) {
  section.wedding_style .wedding_plan_list_box dl dd h4 {
    font-size: 20px;
    margin-bottom: 25px;
    padding-left: 35px;
  }
}
section.wedding_style .wedding_plan_list_box dl dd p {
  line-height: 2.7142857143;
  letter-spacing: 0.022em;
  margin-bottom: 57px;
}
@media (max-width: 428px) {
  section.wedding_style .wedding_plan_list_box dl dd p {
    width: calc(100% - 24px);
    font-size: 13px;
    padding-left: 35px;
    line-height: 2;
  }
}
section.wedding_style .wedding_plan_list_box dl dd p.catch_text {
  width: 56.0303893637%;
}
@media (max-width: 428px) {
  section.wedding_style .wedding_plan_list_box dl dd p.catch_text {
    width: calc(100% - 24px);
  }
}
section.wedding_style .wedding_plan_list_box dl dd .cat_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 74px;
}
@media (max-width: 428px) {
  section.wedding_style .wedding_plan_list_box dl dd .cat_box {
    display: block;
    border-bottom: 1px solid #CEC9B9;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
section.wedding_style .wedding_plan_list_box dl dd .cat_box.revers {
  flex-flow: row-reverse;
}
@media (max-width: 428px) {
  section.wedding_style .wedding_plan_list_box dl dd .cat_box.revers {
    flex-flow: row;
  }
}
section.wedding_style .wedding_plan_list_box dl dd .cat_box .slider_box {
  width: 47.7682811016%;
}
@media (max-width: 428px) {
  section.wedding_style .wedding_plan_list_box dl dd .cat_box .slider_box {
    width: 100%;
    margin-bottom: 70px;
  }
  section.wedding_style .wedding_plan_list_box dl dd .cat_box .slider_box.margin01 {
    margin-bottom: 40px;
  }
}
section.wedding_style .wedding_plan_list_box dl dd .cat_box .cat_inbox {
  width: 44.6343779677%;
}
@media (max-width: 428px) {
  section.wedding_style .wedding_plan_list_box dl dd .cat_box .cat_inbox {
    width: calc(100% - 24px);
  }
}
section.wedding_style .wedding_plan_list_box dl dd .cat_box .cat_inbox h5 {
  font-family: classico-urw;
  font-size: 28px;
  line-height: 1.3928571429;
  letter-spacing: 0.022em;
  color: #7B7463;
  margin-bottom: 25px;
}
section.wedding_style .wedding_plan_list_box dl dd .cat_box .cat_inbox h5:before {
  display: inline-block;
  vertical-align: middle;
  content: "　";
  border-top: 1px solid;
  width: 16.5px;
  line-height: 0;
  margin-right: 20px;
}
@media (max-width: 428px) {
  section.wedding_style .wedding_plan_list_box dl dd .cat_box .cat_inbox h5:before {
    margin-right: 18.5px;
  }
}
@media (max-width: 428px) {
  section.wedding_style .wedding_plan_list_box dl dd .cat_box .cat_inbox h5 {
    font-size: 25px;
  }
}
section.wedding_style .wedding_plan_list_box dl dd .cat_box .cat_inbox h5.f_m {
  font-family: shippori-mincho;
}
section.wedding_style .wedding_plan_list_box dl dd .cat_box .cat_inbox strong {
  display: block;
  font-family: shippori-mincho;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 25px;
  margin-left: 36.5px;
}
@media (max-width: 428px) {
  section.wedding_style .wedding_plan_list_box dl dd .cat_box .cat_inbox strong {
    margin-left: 0;
    margin-bottom: 18px;
    padding-left: 35px;
  }
}
section.wedding_style .wedding_plan_list_box dl dd .cat_box .cat_inbox p {
  margin-left: 36.5px;
  margin-bottom: 0;
  line-height: 2.1428571429;
}
@media (max-width: 428px) {
  section.wedding_style .wedding_plan_list_box dl dd .cat_box .cat_inbox p {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 428px) {
  section.wedding_style .wedding_plan_list_box dl dd .cat_box .cat_inbox .button03 {
    margin-top: 50px;
  }
}
section.wedding_style .topics_box {
  background: #E5E1D3;
  margin-top: 128px;
  padding: 5.8879392213%;
  width: 82.265625%;
  margin-left: 17.734375%;
}
@media (min-width: 1534px) {
  section.wedding_style .topics_box {
    padding: 62px;
    width: 1053px;
    margin-left: 227px;
  }
}
@media (max-width: 428px) {
  section.wedding_style .topics_box {
    max-width: 380px;
    margin: 32px auto 0;
    padding: 52px 25px 15px;
  }
}
@media (max-width: 428px) and (max-width: 428px) {
  section.wedding_style .topics_box {
    width: 88.785046729%;
  }
}
section.wedding_style .topics_box.border {
  background: none;
  border: 1px solid #707070;
  padding: 5.0332383666% 7.8822412156%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1534px) {
  section.wedding_style .topics_box.border {
    padding: 53px 83px;
    width: 1053px;
  }
}
@media (max-width: 428px) {
  section.wedding_style .topics_box.border {
    max-width: 380px;
    margin: 32px auto 0;
    padding: 52px 25px 58px;
  }
}
@media (max-width: 428px) and (max-width: 428px) {
  section.wedding_style .topics_box.border {
    width: 88.785046729%;
  }
}
section.wedding_style .topics_box.border ul {
  justify-content: space-between;
}
section.wedding_style .topics_box.border ul li {
  border-right: none;
}
@media (max-width: 428px) {
  section.wedding_style .topics_box.border ul li {
    display: block;
  }
}
section.wedding_style .topics_box.border ul li strong {
  display: block;
  font-family: classico-urw;
  font-size: 28px;
  letter-spacing: 0.04em;
}
@media (max-width: 428px) {
  section.wedding_style .topics_box.border ul li strong {
    width: 100%;
  }
}
section.wedding_style .topics_box.border ul li strong:after {
  display: block;
  content: "　";
  width: 1px;
  height: 16px;
  line-height: 1;
  border-left: 1px solid #625B4B;
  text-align: center;
  margin: 10px auto;
}
section.wedding_style .topics_box.border ul li h6 {
  font-family: classico-urw;
  font-size: 24px;
  letter-spacing: 0.04em;
  color: #000;
  margin-bottom: 18px;
  line-height: 1.3;
}
section.wedding_style .topics_box.border ul li h6 span {
  display: block;
  font-family: shippori-mincho;
  font-size: 14px;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
section.wedding_style .topics_box.border ul li:first-child {
  padding-right: 0;
  width: 35.7941834452%;
}
@media (max-width: 428px) {
  section.wedding_style .topics_box.border ul li:first-child {
    width: 100%;
    border-bottom: none;
  }
  section.wedding_style .topics_box.border ul li:first-child p {
    margin-bottom: 40px;
  }
}
section.wedding_style .topics_box.border ul li:first-child img {
  margin-bottom: 0;
}
@media (max-width: 428px) {
  section.wedding_style .topics_box.border ul li:first-child img {
    width: 100%;
  }
}
section.wedding_style .topics_box.border ul li:last-child {
  padding-left: 0;
  width: 44.2953020134%;
}
@media (max-width: 428px) {
  section.wedding_style .topics_box.border ul li:last-child {
    width: 100%;
  }
}
section.wedding_style .topics_box.border ul li:last-child .button01 {
  width: 100%;
}
section.wedding_style .topics_box.border ul li:last-child .button01 a {
  max-width: 100%;
}
section.wedding_style .topics_box.border ul li p {
  margin-bottom: 10px;
}
section.wedding_style .topics_box.border ul li p.margin01 {
  margin-bottom: 35px;
}
@media (max-width: 428px) {
  section.wedding_style .topics_box.border ul li p.margin01 {
    margin-bottom: 15px;
  }
}
section.wedding_style .topics_box h6 {
  text-align: center;
  font-family: shippori-mincho;
  font-size: 22px;
  color: #625B4B;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
section.wedding_style .topics_box p {
  font-size: 13px;
  line-height: 2.1538461538;
  margin-bottom: 44px;
}
@media (max-width: 428px) {
  section.wedding_style .topics_box p {
    margin-bottom: 27px;
  }
}
section.wedding_style .topics_box ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 428px) {
  section.wedding_style .topics_box ul {
    display: block;
  }
}
section.wedding_style .topics_box ul li {
  border-right: 1px solid #918976;
  padding-right: 8.9485458613%;
}
@media (max-width: 428px) {
  section.wedding_style .topics_box ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-right: none;
    padding-right: 0;
    margin-bottom: 27px;
    border-bottom: 1px solid #918976;
  }
}
section.wedding_style .topics_box ul li:last-child {
  border-right: none;
  padding-right: 0;
  padding-left: 8.9485458613%;
}
@media (max-width: 428px) {
  section.wedding_style .topics_box ul li:last-child {
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
section.wedding_style .topics_box ul li img {
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  section.wedding_style .topics_box ul li img {
    width: 48.6842105263%;
  }
}
section.wedding_style .topics_box ul li strong {
  display: block;
  text-align: center;
  font-family: shippori-mincho;
  font-size: 16px;
  color: #7B7463;
  margin-bottom: 16px;
}
@media (max-width: 428px) {
  section.wedding_style .topics_box ul li strong {
    width: 48.6842105263%;
  }
}

.attention_box {
  max-width: 1280px;
  margin: 0 auto 12.109375%;
  display: flex;
  justify-content: space-between;
  padding: 3.4375% 0;
  background: #fff;
}
@media (min-width: 1280px) {
  .attention_box {
    margin-bottom: 155px;
    padding: 44px 0;
  }
}
@media (max-width: 428px) {
  .attention_box {
    max-width: 88.785046729%;
    display: block;
    margin-bottom: 23.3644859813%;
    padding: 6.3157894737%;
  }
}
.attention_box li {
  width: 22.890625%;
  padding: 0 5.46875%;
  box-sizing: content-box;
}
@media (max-width: 428px) {
  .attention_box li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 6.9277108434%;
    margin-bottom: 9.0361445783%;
  }
}
.attention_box li:nth-child(2) {
  border-left: 1px solid #E5E1D3;
  border-right: 1px solid #E5E1D3;
}
@media (max-width: 428px) {
  .attention_box li:nth-child(2) {
    border: none;
    border-bottom: 1px solid #E5E1D3;
  }
}
@media (max-width: 428px) {
  .attention_box li:first-child {
    border-bottom: 1px solid #E5E1D3;
  }
  .attention_box li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.attention_box li img {
  display: block;
  margin-bottom: 11.9453924915%;
}
@media (max-width: 428px) {
  .attention_box li img {
    width: 55.7228915663%;
    margin-bottom: 0;
  }
}
.attention_box li strong {
  display: block;
  margin-bottom: 5.1194539249%;
  font-family: shippori-mincho;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #7B7463;
}
@media (max-width: 428px) {
  .attention_box li strong {
    width: 44.2771084337%;
    font-size: 3.738317757vw;
    margin-bottom: 0;
    text-align: center;
  }
}
.attention_box li p {
  font-size: 13px;
  line-height: 1.8461538462;
}
@media (max-width: 428px) {
  .attention_box li p {
    margin-top: 6.9277108434%;
  }
}

section.cuisine {
  padding-top: 0;
}
section.cuisine.white {
  background: #fff;
}
section.cuisine .cuisine_list_box {
  width: 83.3333333333%;
}
@media (max-width: 1280px) {
  section.cuisine .cuisine_list_box {
    width: 100%;
  }
}
section.cuisine .cuisine_list_box.right {
  margin-left: auto;
}
section.cuisine .cuisine_list_box .main_photo {
  margin-bottom: 74px;
}
@media (max-width: 428px) {
  section.cuisine .cuisine_list_box .main_photo {
    margin-bottom: 10.5140186916%;
  }
}
section.cuisine .cuisine_list_box .main_photo img {
  height: auto;
  object-fit: cover;
  object-position: 70% 80%;
}
@media (min-width: 1280px) {
  section.cuisine .cuisine_list_box .main_photo img {
    height: 693px;
  }
}
@media (max-width: 428px) {
  section.cuisine .cuisine_list_box .main_photo img {
    height: auto;
  }
}
section.cuisine .cuisine_list_box dl {
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto 166px 0;
}
@media (max-width: 428px) {
  section.cuisine .cuisine_list_box dl {
    margin-bottom: 0;
  }
}
section.cuisine .cuisine_list_box dl.revers {
  flex-flow: row-reverse;
  margin: 0 0 166px auto;
}
@media (max-width: 428px) {
  section.cuisine .cuisine_list_box dl.revers {
    flex-flow: row;
    margin-bottom: 0;
  }
}
section.cuisine .cuisine_list_box dl.revers dt {
  margin-right: 53px;
  margin-left: 0;
}
@media (max-width: 428px) {
  section.cuisine .cuisine_list_box dl.revers dt {
    margin-right: 0;
    margin-left: 15px;
  }
}
section.cuisine .cuisine_list_box dl dt {
  width: 5.9375%;
  margin-left: 53px;
}
@media (max-width: 428px) {
  section.cuisine .cuisine_list_box dl dt {
    width: 11.214953271%;
    margin-left: 15px;
  }
}
section.cuisine .cuisine_list_box dl dd {
  width: 79.53125%;
  overflow: hidden;
}
@media (max-width: 428px) {
  section.cuisine .cuisine_list_box dl dd {
    width: 75.7009345794%;
  }
}
section.cuisine .cuisine_list_box dl dd h4 {
  font-family: shippori-mincho;
  font-size: 26px;
  color: #7B7463;
  letter-spacing: 0.06em;
  margin-bottom: 45px;
}
@media (max-width: 428px) {
  section.cuisine .cuisine_list_box dl dd h4 {
    margin-bottom: 25px;
  }
}
section.cuisine .cuisine_list_box dl dd h4 span {
  font-family: classico-urw;
  display: block;
  font-size: 22px;
  letter-spacing: 0.04em;
  margin-top: 10px;
}
@media (max-width: 428px) {
  section.cuisine .cuisine_list_box dl dd h4 span {
    margin-top: 8px;
  }
}
section.cuisine .cuisine_list_box dl dd p {
  line-height: 2.7142857143;
  letter-spacing: 0.022em;
  margin-bottom: 26px;
}
@media (max-width: 428px) {
  section.cuisine .cuisine_list_box dl dd p {
    font-size: 13px;
    width: 94.4%;
    line-height: 2.1538461538;
    margin-bottom: 0;
  }
}
section.cuisine .cuisine_list_box dl dd div.row_box {
  margin-bottom: 8.8408644401%;
  overflow: hidden;
}
section.cuisine .cuisine_list_box dl dd .cat_box {
  width: 33.3988212181%;
  float: left;
}
@media (max-width: 428px) {
  section.cuisine .cuisine_list_box dl dd .cat_box {
    float: none;
    width: 100%;
    margin-bottom: 28px;
  }
}
section.cuisine .cuisine_list_box dl dd .cat_box.revers {
  flex-flow: row-reverse;
}
@media (max-width: 428px) {
  section.cuisine .cuisine_list_box dl dd .cat_box.revers {
    flex-flow: row;
  }
}
section.cuisine .cuisine_list_box dl dd .slider_box {
  width: 58.3497053045%;
  float: right;
}
@media (max-width: 428px) {
  section.cuisine .cuisine_list_box dl dd .slider_box {
    float: none;
    width: 100%;
    margin-bottom: 58px;
  }
}

.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-toolbar {
  right: calc(50% - 500px) !important;
  top: calc(50% - 390px) !important;
}
@media (max-width: 810px) {
  .fancybox-toolbar {
    right: 3% !important;
    top: 3% !important;
  }
}
.fancybox-toolbar .fancybox-button--close {
  padding: 0 !important;
  height: 46px !important;
  background: none;
}
.fancybox-toolbar .fancybox-button--close div {
  width: 44px;
  content: url("../images/close_button02.png") !important;
}

.fancybox-navigation .fancybox-button {
  padding: 0 !important;
  height: auto !important;
  background: none;
  top: calc(50% - 8px) !important;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  width: auto !important;
  left: calc(50% - 450px);
}
@media (max-width: 810px) {
  .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
    left: 3%;
  }
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left div {
  background: url("../images/arrow_line03_left.png") right center no-repeat;
  background-size: 100% auto;
  width: 19px;
  height: 39px !important;
}
@media (max-width: 810px) {
  .fancybox-navigation .fancybox-button.fancybox-button--arrow_left div {
    width: 9px;
    height: 18px !important;
  }
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
  width: auto !important;
  right: calc(50% - 450px);
}
@media (max-width: 810px) {
  .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
    right: 3%;
  }
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right div {
  background: url("../images/arrow_line03_right.png") right center no-repeat;
  background-size: 100% auto;
  width: 19px;
  height: 39px !important;
}
@media (max-width: 810px) {
  .fancybox-navigation .fancybox-button.fancybox-button--arrow_right div {
    width: 9px;
    height: 18px !important;
  }
}
.fancybox-navigation .fancybox-button div {
  padding: 0 !important;
  height: auto !important;
}

.wedding_plan_list .wedding_plan_list_box {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 428px) {
  .wedding_plan_list .wedding_plan_list_box {
    width: 88.785046729%;
  }
}
@media (max-width: 428px) {
  .wedding_plan_list .wedding_plan_list_box {
    display: block;
  }
}
.wedding_plan_list .wedding_plan_list_box dl {
  width: 48.828125%;
  display: flex;
  background: #fff;
  margin-bottom: 2.1875%;
}
@media (max-width: 428px) {
  .wedding_plan_list .wedding_plan_list_box dl {
    width: 100%;
    margin-bottom: 3.4210526316%;
  }
}
.wedding_plan_list .wedding_plan_list_box dl dt {
  width: 33.6%;
  line-height: 0;
}
@media (max-width: 428px) {
  .wedding_plan_list .wedding_plan_list_box dl dt img {
    object-fit: cover;
    height: 100%;
  }
}
.wedding_plan_list .wedding_plan_list_box dl dd {
  width: 66.4%;
  padding: 4.8192771084%;
  background: #fff;
}
.wedding_plan_list .wedding_plan_list_box dl dd a span {
  color: #918976;
  display: block;
  font-size: 10px;
  margin-bottom: 5px;
}
.wedding_plan_list .wedding_plan_list_box dl dd a span em + em {
  margin-left: 0.5em;
}
.wedding_plan_list .wedding_plan_list_box dl dd a strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #625B4B;
  margin-bottom: 15px;
  line-height: 1.4375;
}
@media (max-width: 428px) {
  .wedding_plan_list .wedding_plan_list_box dl dd a strong {
    font-size: 3.271vw;
  }
}
.wedding_plan_list .wedding_plan_list_box dl dd a p {
  color: #000;
  line-height: 1.7857142857;
}
@media (max-width: 428px) {
  .wedding_plan_list .wedding_plan_list_box dl dd a p {
    font-size: 2.804vw;
  }
}

section.wedding_plan_detail_box {
  padding-top: 2.8125vw;
}
@media (min-width: 1280px) {
  section.wedding_plan_detail_box {
    padding-top: 36px;
  }
}
section.wedding_plan_detail_box .mainphoto_box {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5.9375vw;
}
@media (max-width: 428px) {
  section.wedding_plan_detail_box .mainphoto_box {
    width: 88.785046729%;
  }
}
@media (min-width: 1280px) {
  section.wedding_plan_detail_box .mainphoto_box {
    margin-bottom: 76px;
  }
}
@media (max-width: 428px) {
  section.wedding_plan_detail_box .mainphoto_box {
    width: 100%;
    margin-bottom: 7.7102803738vw;
  }
}
section.wedding_plan_detail_box .text_box {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media (max-width: 428px) {
  section.wedding_plan_detail_box .text_box {
    width: 100%;
  }
}
@media (max-width: 428px) and (max-width: 428px) {
  section.wedding_plan_detail_box .text_box {
    width: 82.2429906542%;
  }
}
section.wedding_plan_detail_box .text_box .wedding_plan_title {
  margin-bottom: 58px;
}
section.wedding_plan_detail_box .text_box .wedding_plan_title span {
  color: #918976;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 428px) {
  section.wedding_plan_detail_box .text_box .wedding_plan_title span {
    font-size: 10px;
  }
}
section.wedding_plan_detail_box .text_box .wedding_plan_title span strong {
  font-weight: 400;
}
section.wedding_plan_detail_box .text_box .wedding_plan_title span strong + strong {
  margin-left: 0.5em;
}
section.wedding_plan_detail_box .text_box .wedding_plan_title h2 {
  font-size: 22px;
  color: #625B4B;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 428px) {
  section.wedding_plan_detail_box .text_box .wedding_plan_title h2 {
    font-size: 18px;
    line-height: 1.6666666667;
  }
}
section.wedding_plan_detail_box .text_box .wedding_plan_title p {
  line-height: 2;
}
@media (max-width: 428px) {
  section.wedding_plan_detail_box .text_box .wedding_plan_title p {
    font-size: 13px;
    line-height: 2.1538461538;
  }
}
section.wedding_plan_detail_box .text_box .data_box {
  display: inline-block;
  margin-bottom: 40px;
}
@media (max-width: 428px) {
  section.wedding_plan_detail_box .text_box .data_box {
    display: block;
    margin-bottom: 30px;
  }
}
section.wedding_plan_detail_box .text_box .data_box dl {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E5E1D3;
  padding-bottom: 8px;
  margin-bottom: 8px;
  white-space: nowrap;
}
@media (max-width: 428px) {
  section.wedding_plan_detail_box .text_box .data_box dl {
    white-space: normal;
  }
}
section.wedding_plan_detail_box .text_box .data_box dl dt {
  font-size: 12px;
  color: #625B4B;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-right: 50px;
}
@media (max-width: 428px) {
  section.wedding_plan_detail_box .text_box .data_box dl dt {
    width: 25%;
    margin-right: 0;
  }
}
section.wedding_plan_detail_box .text_box .data_box dl dd {
  padding-right: 10%;
}
@media (max-width: 428px) {
  section.wedding_plan_detail_box .text_box .data_box dl dd {
    width: 75%;
    padding-right: 0;
  }
}
section.wedding_plan_detail_box .text_box .option_box {
  margin-bottom: 40px;
}
@media (max-width: 428px) {
  section.wedding_plan_detail_box .text_box .option_box {
    margin-bottom: 30px;
  }
}
section.wedding_plan_detail_box .text_box .option_box strong {
  display: block;
  font-weight: 500;
  color: #625B4B;
  font-size: 12px;
  margin-bottom: 8px;
}
section.wedding_plan_detail_box .text_box .option_box ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (max-width: 428px) {
  section.wedding_plan_detail_box .text_box .option_box ul {
    justify-content: space-between;
  }
}
section.wedding_plan_detail_box .text_box .option_box ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 18.9732142857%;
  background: #CEC9B9;
  border: 1px solid #CEC9B9;
  text-align: center;
  margin: 0 1.1160714286% 0.6696428571% 0;
}
@media (max-width: 428px) {
  section.wedding_plan_detail_box .text_box .option_box ul li {
    font-size: 3.271vw;
  }
}
section.wedding_plan_detail_box .text_box .option_box ul li:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 428px) {
  section.wedding_plan_detail_box .text_box .option_box ul li {
    width: 48.2954545455%;
    margin: 0 0 1.7045454545%;
  }
}
section.wedding_plan_detail_box .text_box .option_box ul li span {
  width: 80%;
  padding: 0 5%;
  display: block;
}
section.wedding_plan_detail_box .text_box .option_box ul li:after {
  display: block;
  content: "○";
  font-size: 15px;
  color: #707070;
  line-height: 1;
  background: #fff;
  padding: 18px 10px;
}
section.wedding_plan_detail_box .text_box .special_box {
  margin-bottom: 40px;
}
@media (max-width: 428px) {
  section.wedding_plan_detail_box .text_box .special_box {
    margin-bottom: 40px;
  }
}
section.wedding_plan_detail_box .text_box .special_box strong {
  display: block;
  background: #fff;
  text-align: center;
  color: #3C382E;
  font-weight: 500;
  padding: 10px;
  margin-bottom: 24px;
}
section.wedding_plan_detail_box .text_box .special_box ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 428px) {
  section.wedding_plan_detail_box .text_box .special_box ul {
    justify-content: space-between;
  }
}
section.wedding_plan_detail_box .text_box .special_box ul li {
  width: 22.3214285714%;
  margin-right: 3.5714285714%;
  margin-bottom: 1.3392857143%;
}
@media (max-width: 428px) {
  section.wedding_plan_detail_box .text_box .special_box ul li {
    width: 47.4431818182%;
    margin-right: 0;
    margin-bottom: 5.1136363636%;
  }
}
section.wedding_plan_detail_box .text_box .special_box ul li:nth-child(4n) {
  margin-right: 0;
}
section.wedding_plan_detail_box .text_box .special_box ul li p {
  font-size: 13px;
  text-align: center;
  font-weight: 500;
}
section.wedding_plan_detail_box .text_box .special_box ul li p em {
  font-size: 14px;
  font-family: soleil;
  display: block;
  font-weight: 400;
}
section.wedding_plan_detail_box .text_box .caution_box {
  font-size: 12px;
  line-height: 1.8333333333;
}
section.wedding_plan_detail_box .contact_box {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  margin: 11.1607142857% auto;
  padding: 3.3482142857% 0 3.3482142857%;
  background: #fff;
}
@media (max-width: 428px) {
  section.wedding_plan_detail_box .contact_box {
    width: 100%;
  }
}
@media (max-width: 428px) {
  section.wedding_plan_detail_box .contact_box {
    margin-top: 117px;
    padding: 8.1775700935% 8.8785046729% 10.5140186916%;
  }
}
section.wedding_plan_detail_box .contact_box p {
  font-family: shippori-mincho;
  text-align: center;
  margin-bottom: 0.5580357143%;
  line-height: 1.7142857143;
}
@media (max-width: 428px) {
  section.wedding_plan_detail_box .contact_box p {
    margin-bottom: 5.6818181818%;
  }
}
section.wedding_plan_detail_box .contact_box strong {
  font-family: classico-urw;
  font-size: 28px;
  letter-spacing: 0.08em;
  color: #3C382E;
  display: block;
  text-align: center;
  margin-bottom: 3.6830357143%;
}
@media (max-width: 428px) {
  section.wedding_plan_detail_box .contact_box strong {
    font-size: 25px;
    padding: 10px;
    margin-bottom: 2%;
    border: 1px solid;
  }
}
section.wedding_plan_detail_box .contact_box .button_box {
  display: flex;
  justify-content: center;
}
@media (max-width: 428px) {
  section.wedding_plan_detail_box .contact_box .button_box {
    width: 100%;
    display: block;
  }
}
section.wedding_plan_detail_box .contact_box .button_box div {
  margin: 0 1%;
}
@media (max-width: 428px) {
  section.wedding_plan_detail_box .contact_box .button_box div {
    margin: 0;
  }
  section.wedding_plan_detail_box .contact_box .button_box div + div {
    margin-top: 2%;
  }
  section.wedding_plan_detail_box .contact_box .button_box div a {
    width: 100%;
  }
}

.select_border_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  margin: 5.5803571429vw auto 0;
}
@media (max-width: 428px) {
  .select_border_box {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .select_border_box {
    margin: 50px auto 0;
  }
}
@media (max-width: 428px) {
  .select_border_box {
    width: 88.785046729%;
    margin-top: 14.0186915888%;
    flex-wrap: wrap;
  }
}
.select_border_box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 32.3660714286%;
  color: #7B7463;
  font-size: 14px;
  text-align: -webkit-center;
  background: url("../images/arrow_down01.png") no-repeat right 10px center, #fff;
  background-size: 12px auto;
  border: 1px solid #7B7463;
  padding: 16px 0 16px 10px;
}
.select_border_box select:hover {
  cursor: pointer;
}
@media (max-width: 428px) {
  .select_border_box select {
    width: 48.9473684211%;
    margin-bottom: 2%;
  }
}
.select_border_box input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 32.3660714286%;
  font-family: zen-kaku-gothic-new;
  font-size: 14px;
  text-align: center;
  background: #7B7463;
  color: #fff;
  border: none;
  height: 54px;
}
.select_border_box input[type=submit]:hover {
  cursor: pointer;
}
@media (max-width: 428px) {
  .select_border_box input[type=submit] {
    width: 100%;
  }
}

.couple_list_box {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 428px) {
  .couple_list_box {
    width: 88.785046729%;
  }
}
.couple_list_box dl {
  width: 23.1578947368%;
  margin: 0 2.4561403509% 5.6140350877% 0;
}
.couple_list_box dl:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 428px) {
  .couple_list_box dl {
    width: 47.8947368421%;
    margin-bottom: 10.5263157895%;
  }
  .couple_list_box dl:nth-child(2n) {
    margin-right: 0;
  }
}
.couple_list_box dl dt {
  margin-bottom: 2%;
}
.couple_list_box dl dd a strong {
  display: block;
  font-size: 1.25vw;
  font-weight: 500;
  color: #3C382E;
  height: 4.296875vw;
}
@media (min-width: 1280px) {
  .couple_list_box dl dd a strong {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .couple_list_box dl dd a strong {
    height: 55px;
  }
}
@media (max-width: 428px) {
  .couple_list_box dl dd a strong {
    font-size: 3.271vw;
    height: 10.5140186916vw;
  }
}
.couple_list_box dl dd a em {
  color: #7B7463;
  font-size: 0.938vw;
  display: block;
  margin-bottom: 2%;
}
@media (min-width: 1280px) {
  .couple_list_box dl dd a em {
    font-size: 12px;
  }
}
@media (max-width: 428px) {
  .couple_list_box dl dd a em {
    font-size: 2.804vw;
  }
}
.couple_list_box dl dd a span {
  display: block;
  color: #3C382E;
  font-size: 1.094vw;
  line-height: 1.4285714286;
}
@media (min-width: 1280px) {
  .couple_list_box dl dd a span {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  .couple_list_box dl dd a span {
    font-size: 3.271vw;
  }
}

section.couple_detail_box {
  padding-top: 2.8125vw;
}
@media (min-width: 1280px) {
  section.couple_detail_box {
    padding-top: 36px;
  }
}
section.couple_detail_box .mainphoto_box {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5.9375vw;
}
@media (max-width: 428px) {
  section.couple_detail_box .mainphoto_box {
    width: 88.785046729%;
  }
}
@media (min-width: 1280px) {
  section.couple_detail_box .mainphoto_box {
    margin-bottom: 76px;
  }
}
@media (max-width: 428px) {
  section.couple_detail_box .mainphoto_box {
    width: 100%;
    margin-bottom: 7.7102803738vw;
  }
}
section.couple_detail_box .text_box {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media (max-width: 428px) {
  section.couple_detail_box .text_box {
    width: 100%;
  }
}
@media (max-width: 428px) {
  section.couple_detail_box .text_box {
    width: 88.785046729%;
    margin-left: auto;
    margin-right: auto;
  }
}
section.couple_detail_box .text_box .cp_title {
  padding-bottom: 40px;
  margin-bottom: 70px;
  border-bottom: 1px solid #CEC9B9;
}
section.couple_detail_box .text_box .cp_title h2 {
  font-size: 22px;
  color: #3C382E;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 428px) {
  section.couple_detail_box .text_box .cp_title h2 {
    font-size: 4.206vw;
  }
}
section.couple_detail_box .text_box .cp_title em {
  color: #7B7463;
  font-size: 12px;
  display: block;
}
section.couple_detail_box .text_box .cp_title span {
  display: block;
  color: #3C382E;
  font-weight: 500;
  line-height: 1.4285714286;
  margin-bottom: 24px;
}
section.couple_detail_box .text_box .cp_title p strong {
  font-family: suave-script-pro;
  font-size: 16px;
  margin-right: 50px;
  font-weight: 400;
}
section.couple_detail_box .text_box .mov_box {
  margin-bottom: 90px;
}
section.couple_detail_box .text_box .mov_box .wp-video {
  margin: auto;
}
section.couple_detail_box .text_box .youtube_box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 90px;
}
section.couple_detail_box .text_box .youtube_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.select_box {
  max-width: 850px;
  margin: 4.3859649123vw auto 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 1280px) {
  .select_box {
    margin: 50px auto 0;
  }
}
@media (max-width: 428px) {
  .select_box {
    display: block;
    width: 88.785046729%;
    margin-top: 14.0186915888%;
  }
}
.select_box select {
  width: 45%;
  font-family: classico-urw;
  color: #7B7463;
  font-size: 16px;
  letter-spacing: 0.05em;
  background: url("../images/arrow_down01.png") no-repeat right top 10px, none;
  background-size: 12px auto;
  border: none;
  border-bottom: 1px solid #7B7463;
  padding-bottom: 10px;
}
.select_box select:first-child {
  margin-right: 5%;
}
.select_box select:hover {
  cursor: pointer;
}
@media (max-width: 428px) {
  .select_box select {
    width: 100%;
    margin-bottom: 30px;
  }
}
.select_box.cafe select {
  border-bottom: 1px solid #B48F74 !important;
}

section.news_list {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 428px) {
  section.news_list {
    width: 88.785046729%;
  }
}
@media (max-width: 428px) {
  section.news_list {
    padding-top: 12.8504672897%;
  }
}
section.news_list dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E5E1D3;
  padding-bottom: 3.1578947368%;
  margin-bottom: 3.1578947368%;
}
@media (max-width: 428px) {
  section.news_list dl {
    padding-bottom: 6.8421052632%;
    margin-bottom: 6.8421052632%;
  }
}
section.news_list dl dt {
  width: 19.5614035088%;
}
@media (max-width: 428px) {
  section.news_list dl dt {
    width: 33.4210526316%;
  }
}
section.news_list dl dd {
  width: 73.9473684211%;
  font-family: shippori-mincho;
}
@media (max-width: 428px) {
  section.news_list dl dd {
    width: 60.5263157895%;
  }
}
section.news_list dl dd span {
  display: flex;
  font-family: soleil;
  font-size: 12px;
  color: #7B7463;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 25px;
}
@media (max-width: 428px) {
  section.news_list dl dd span {
    display: block;
    margin-bottom: 10px;
  }
}
section.news_list dl dd span i {
  display: block;
}
section.news_list dl dd span i:after {
  content: "|";
  padding-left: 10px;
}
section.news_list dl dd span em {
  display: block;
  margin-left: 10px;
  color: #B48F74;
}
@media (max-width: 428px) {
  section.news_list dl dd span em {
    font-size: 2.804vw;
    margin: 5px 0 0 0;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 428px) {
  section.news_list dl dd span em strong {
    display: block;
  }
}
section.news_list dl dd span em strong + strong {
  margin-left: 0.5em;
}
@media (max-width: 428px) {
  section.news_list dl dd span em strong + strong {
    margin: 0;
    padding-left: 9px;
  }
}
section.news_list dl dd span em a {
  color: #7B7463;
}
@media (max-width: 428px) {
  section.news_list dl dd span em a {
    display: block;
    margin: 0 0 5px 0;
  }
}
section.news_list dl dd span em a + a {
  margin-left: 1em;
}
@media (max-width: 428px) {
  section.news_list dl dd span em a + a {
    margin: 0;
    padding-left: 9px;
  }
}
section.news_list dl dd p {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
@media (max-width: 428px) {
  section.news_list dl dd p {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
section.news_list dl dd p span {
  font-size: 1.25vw;
}
@media (min-width: 1280px) {
  section.news_list dl dd p span {
    font-size: 16px;
  }
}

.pagenavi_box {
  max-width: 1280px;
  text-align: center;
  margin: 11.40625% auto 9.609375%;
}
.pagenavi_box.margin01 {
  margin: 7.03125% auto 4.375%;
}
@media (min-width: 1280px) {
  .pagenavi_box.margin01 {
    margin: 90px auto 56px;
  }
}
@media (min-width: 1280px) {
  .pagenavi_box {
    margin: 146px auto 123px;
  }
}
@media (max-width: 428px) {
  .pagenavi_box {
    margin-top: 18.691588785%;
  }
}
.pagenavi_box .pagenavi_inbox {
  display: inline-block;
}
.pagenavi_box .pagenavi_inbox .pager_box {
  display: flex;
  align-items: center;
}
.pagenavi_box .pagenavi_inbox .pager_box a.previous_link,
.pagenavi_box .pagenavi_inbox .pager_box a.next_link {
  display: block;
  width: 26px;
  height: 26px;
  background-size: 26px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.pagenavi_box .pagenavi_inbox .pager_box a.previous_link {
  background-image: url("../images/prev_link_arrow.png");
}
.pagenavi_box .pagenavi_inbox .pager_box a.next_link {
  background-image: url("../images/next_link_arrow.png");
}
.pagenavi_box .pagenavi_inbox .pager_box ul {
  display: flex;
  margin: 0 47px;
}
.pagenavi_box .pagenavi_inbox .pager_box ul li + li {
  margin-left: 17px;
}
.pagenavi_box .pagenavi_inbox .pager_box ul li a {
  display: block;
  padding: 0 5px;
  color: #918976;
  font-size: 14px;
  font-weight: 400;
}
.pagenavi_box .pagenavi_inbox .pager_box ul li a.active {
  font-weight: 500;
}
.pagenavi_box .pagenavi_inbox .pager_box span.empty {
  width: 26px;
}
.pagenavi_box .pagenavi_inbox .pager_box02 ul {
  display: flex;
  margin: 0 auto;
}
.pagenavi_box .pagenavi_inbox .pager_box02 ul a {
  display: block;
  padding: 0 13.5px;
  color: #918976;
  font-size: 14px;
  font-weight: 400;
}
.pagenavi_box .pagenavi_inbox .pager_box02 ul span {
  padding: 0 13.5px;
  color: #918976;
  font-weight: 500;
}
.pagenavi_box .pagenavi_inbox .pager_box02 a.prev,
.pagenavi_box .pagenavi_inbox .pager_box02 a.next {
  display: block;
  width: 26px;
  height: 26px;
  padding: 0;
  background-size: 26px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.pagenavi_box .pagenavi_inbox .pager_box02 li:first-child .current {
  margin-left: 73px;
}
.pagenavi_box .pagenavi_inbox .pager_box02 li:last-child span {
  margin-right: 73px;
}
.pagenavi_box .pagenavi_inbox .pager_box02 a.prev {
  background-image: url("../images/prev_link_arrow.png");
  margin-right: 47px;
}
.pagenavi_box .pagenavi_inbox .pager_box02 li:last-child a.next {
  background-image: url("../images/next_link_arrow.png");
  margin-left: 47px;
  margin-right: 0;
}

section.news_detail {
  padding-top: 7.1929824561vw;
}
@media (min-width: 1280px) {
  section.news_detail {
    padding-top: 82px;
  }
}
@media (max-width: 428px) {
  section.news_detail {
    padding-top: 11.6822429907vw;
  }
}
section.news_detail .news_title {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.578125vw;
}
@media (max-width: 428px) {
  section.news_detail .news_title {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  section.news_detail .news_title {
    margin-bottom: 33px;
  }
}
@media (max-width: 428px) {
  section.news_detail .news_title {
    max-width: 380px;
    margin-bottom: 5.8411214953vw;
  }
}
@media (max-width: 428px) and (max-width: 428px) {
  section.news_detail .news_title {
    width: 88.785046729%;
  }
}
section.news_detail .news_title span {
  display: flex;
  font-family: soleil;
  color: #7B7463;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 26px;
}
@media (max-width: 428px) {
  section.news_detail .news_title span {
    margin-bottom: 14px;
  }
}
section.news_detail .news_title span i {
  display: block;
}
section.news_detail .news_title span i:after {
  content: "|";
  padding-left: 10px;
}
section.news_detail .news_title span em {
  display: block;
  margin-left: 10px;
  color: #B48F74;
  font-size: 12px;
}
@media (max-width: 428px) {
  section.news_detail .news_title span em {
    font-size: 3.037vw;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 428px) {
  section.news_detail .news_title span em strong {
    display: block;
    margin: 0 0 5px 0;
  }
}
section.news_detail .news_title span em strong + strong {
  margin-left: 0.5em;
}
@media (max-width: 428px) {
  section.news_detail .news_title span em strong + strong {
    margin: 0;
    padding-left: 9px;
  }
}
section.news_detail .news_title span em a {
  color: #7B7463;
}
@media (max-width: 428px) {
  section.news_detail .news_title span em a {
    display: block;
    margin: 0 0 5px 0;
  }
}
section.news_detail .news_title span em a + a {
  margin-left: 1em;
}
@media (max-width: 428px) {
  section.news_detail .news_title span em a + a {
    margin: 0;
    padding-left: 9px;
  }
}
section.news_detail .news_title h2 {
  font-family: shippori-mincho;
  font-size: 26px;
  color: #3C382E;
  line-height: 1.3076923077;
  margin-bottom: 33px;
}
@media (max-width: 428px) {
  section.news_detail .news_title h2 {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 14px;
  }
}
section.news_detail .mainphoto_box {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5.46875vw;
}
@media (max-width: 428px) {
  section.news_detail .mainphoto_box {
    width: 88.785046729%;
  }
}
@media (min-width: 1280px) {
  section.news_detail .mainphoto_box {
    margin-bottom: 70px;
  }
}
@media (max-width: 428px) {
  section.news_detail .mainphoto_box {
    width: 100%;
    margin-bottom: 7.7102803738vw;
  }
}
section.news_detail .sns_box {
  display: flex;
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7.1875%;
}
@media (max-width: 428px) {
  section.news_detail .sns_box {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  section.news_detail .sns_box {
    margin-bottom: 92px;
  }
}
@media (max-width: 428px) {
  section.news_detail .sns_box {
    max-width: 380px;
    margin-bottom: 14.4859813084%;
  }
}
@media (max-width: 428px) and (max-width: 428px) {
  section.news_detail .sns_box {
    width: 88.785046729%;
  }
}
section.news_detail .sns_box p {
  font-family: classico-urw;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #7B7463;
  margin-right: 15px;
}
section.news_detail .sns_box ul {
  display: flex;
}
section.news_detail .sns_box ul li {
  width: 18px;
}
section.news_detail .sns_box ul li + li {
  margin-left: 15px;
}

section.news_detail .text_box,
section.couple_detail_box .text_box,
section.wedding_plan_detail_box .text_box {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media (max-width: 428px) {
  section.news_detail .text_box,
  section.couple_detail_box .text_box,
  section.wedding_plan_detail_box .text_box {
    width: 100%;
  }
}
@media (max-width: 428px) {
  section.news_detail .text_box,
  section.couple_detail_box .text_box,
  section.wedding_plan_detail_box .text_box {
    max-width: 380px;
    margin-bottom: 13.5514018692vw;
  }
}
@media (max-width: 428px) and (max-width: 428px) {
  section.news_detail .text_box,
  section.couple_detail_box .text_box,
  section.wedding_plan_detail_box .text_box {
    width: 88.785046729%;
  }
}
section.news_detail .text_box .wp-block-buttons a,
section.couple_detail_box .text_box .wp-block-buttons a,
section.wedding_plan_detail_box .text_box .wp-block-buttons a {
  text-decoration: none;
}
section.news_detail .text_box a,
section.couple_detail_box .text_box a,
section.wedding_plan_detail_box .text_box a {
  color: #2271b1;
  text-decoration: underline;
}
section.news_detail .text_box strong,
section.couple_detail_box .text_box strong,
section.wedding_plan_detail_box .text_box strong {
  font-weight: 600;
}
section.news_detail .text_box .wp-block-image,
section.couple_detail_box .text_box .wp-block-image,
section.wedding_plan_detail_box .text_box .wp-block-image {
  margin: 0;
}
section.news_detail .text_box .wp-block-columns,
section.couple_detail_box .text_box .wp-block-columns,
section.wedding_plan_detail_box .text_box .wp-block-columns {
  margin-bottom: 0;
}
@media (max-width: 428px) {
  section.news_detail .text_box .wp-block-columns,
  section.couple_detail_box .text_box .wp-block-columns,
  section.wedding_plan_detail_box .text_box .wp-block-columns {
    margin-bottom: 0;
    gap: 0;
  }
}
section.news_detail .column_02,
section.news_detail .column_0202,
section.couple_detail_box .column_02,
section.couple_detail_box .column_0202,
section.wedding_plan_detail_box .column_02,
section.wedding_plan_detail_box .column_0202 {
  justify-content: space-between;
  margin-bottom: 0;
}
section.news_detail .column_02 .wp-block-column,
section.news_detail .column_0202 .wp-block-column,
section.couple_detail_box .column_02 .wp-block-column,
section.couple_detail_box .column_0202 .wp-block-column,
section.wedding_plan_detail_box .column_02 .wp-block-column,
section.wedding_plan_detail_box .column_0202 .wp-block-column {
  width: 48.9955357143%;
  flex-basis: 0;
  flex-grow: 1;
  margin-bottom: 0;
}
section.news_detail .column_02 .wp-block-column .wp-block-image,
section.news_detail .column_0202 .wp-block-column .wp-block-image,
section.couple_detail_box .column_02 .wp-block-column .wp-block-image,
section.couple_detail_box .column_0202 .wp-block-column .wp-block-image,
section.wedding_plan_detail_box .column_02 .wp-block-column .wp-block-image,
section.wedding_plan_detail_box .column_0202 .wp-block-column .wp-block-image {
  margin-bottom: 4.6082949309%;
}
@media (max-width: 428px) {
  section.news_detail .column_02 .wp-block-column .wp-block-image,
  section.news_detail .column_0202 .wp-block-column .wp-block-image,
  section.couple_detail_box .column_02 .wp-block-column .wp-block-image,
  section.couple_detail_box .column_0202 .wp-block-column .wp-block-image,
  section.wedding_plan_detail_box .column_02 .wp-block-column .wp-block-image,
  section.wedding_plan_detail_box .column_0202 .wp-block-column .wp-block-image {
    margin-bottom: 4.6728971963%;
  }
}
section.news_detail .column_02 .wp-block-column .wp-block-image figcaption,
section.news_detail .column_0202 .wp-block-column .wp-block-image figcaption,
section.couple_detail_box .column_02 .wp-block-column .wp-block-image figcaption,
section.couple_detail_box .column_0202 .wp-block-column .wp-block-image figcaption,
section.wedding_plan_detail_box .column_02 .wp-block-column .wp-block-image figcaption,
section.wedding_plan_detail_box .column_0202 .wp-block-column .wp-block-image figcaption {
  margin-bottom: 0;
}
section.news_detail .column_0201,
section.couple_detail_box .column_0201,
section.wedding_plan_detail_box .column_0201 {
  justify-content: space-between;
}
section.news_detail .column_0201 .wp-block-column,
section.couple_detail_box .column_0201 .wp-block-column,
section.wedding_plan_detail_box .column_0201 .wp-block-column {
  width: 48.9955357143%;
  flex-basis: 0;
  flex-grow: 1;
  margin-bottom: 0;
}
section.news_detail .column_0201 .wp-block-column .wp-block-image,
section.couple_detail_box .column_0201 .wp-block-column .wp-block-image,
section.wedding_plan_detail_box .column_0201 .wp-block-column .wp-block-image {
  margin-bottom: 4.6082949309%;
}
@media (max-width: 428px) {
  section.news_detail .column_0201 .wp-block-column .wp-block-image,
  section.couple_detail_box .column_0201 .wp-block-column .wp-block-image,
  section.wedding_plan_detail_box .column_0201 .wp-block-column .wp-block-image {
    margin-bottom: 4.6728971963%;
  }
}
section.news_detail .column_0201 .wp-block-column .wp-block-image figcaption,
section.couple_detail_box .column_0201 .wp-block-column .wp-block-image figcaption,
section.wedding_plan_detail_box .column_0201 .wp-block-column .wp-block-image figcaption {
  margin-bottom: 0;
}
section.news_detail .column_03 .wp-block-image,
section.couple_detail_box .column_03 .wp-block-image,
section.wedding_plan_detail_box .column_03 .wp-block-image {
  margin-bottom: 4.6082949309%;
}
@media (max-width: 428px) {
  section.news_detail .column_03 .wp-block-image,
  section.couple_detail_box .column_03 .wp-block-image,
  section.wedding_plan_detail_box .column_03 .wp-block-image {
    margin-bottom: 4.6728971963%;
  }
}
section.news_detail .column_03 .wp-block-image figcaption,
section.couple_detail_box .column_03 .wp-block-image figcaption,
section.wedding_plan_detail_box .column_03 .wp-block-image figcaption {
  margin-bottom: 0;
}
@media (max-width: 428px) {
  section.news_detail .wp-block-columns.is-not-stacked-on-mobile,
  section.couple_detail_box .wp-block-columns.is-not-stacked-on-mobile,
  section.wedding_plan_detail_box .wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: wrap !important;
  }
  section.news_detail .wp-block-columns.is-not-stacked-on-mobile .wp-block-column,
  section.couple_detail_box .wp-block-columns.is-not-stacked-on-mobile .wp-block-column,
  section.wedding_plan_detail_box .wp-block-columns.is-not-stacked-on-mobile .wp-block-column {
    flex-basis: 100%;
  }
}
section.news_detail .text_block,
section.couple_detail_box .text_block,
section.wedding_plan_detail_box .text_block {
  font-family: zen-kaku-gothic-new;
  margin-bottom: 27px;
}
@media (max-width: 428px) {
  section.news_detail .text_block,
  section.couple_detail_box .text_block,
  section.wedding_plan_detail_box .text_block {
    margin-bottom: 5.8411214953vw;
  }
}
section.news_detail .text_block h3,
section.couple_detail_box .text_block h3,
section.wedding_plan_detail_box .text_block h3 {
  font-family: zen-kaku-gothic-new;
  text-align: left;
  font-size: 16px;
  line-height: 2.125;
  margin-bottom: 30px;
}
@media (max-width: 428px) {
  section.news_detail .text_block h3,
  section.couple_detail_box .text_block h3,
  section.wedding_plan_detail_box .text_block h3 {
    margin-bottom: 6.308411215vw;
  }
}
section.news_detail .text_block h4,
section.couple_detail_box .text_block h4,
section.wedding_plan_detail_box .text_block h4 {
  font-family: zen-kaku-gothic-new;
  color: #7B7463;
  text-align: left;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}
@media (max-width: 428px) {
  section.news_detail .text_block h4,
  section.couple_detail_box .text_block h4,
  section.wedding_plan_detail_box .text_block h4 {
    font-size: 14px;
    margin-bottom: 6.308411215vw;
  }
}
section.news_detail .text_block p,
section.couple_detail_box .text_block p,
section.wedding_plan_detail_box .text_block p {
  margin-bottom: 30px;
  letter-spacing: 0.01em;
  line-height: 250%;
}
@media (max-width: 428px) {
  section.news_detail .text_block p,
  section.couple_detail_box .text_block p,
  section.wedding_plan_detail_box .text_block p {
    margin-bottom: 6.308411215vw;
  }
}
section.news_detail h3.news_block_title,
section.couple_detail_box h3.news_block_title,
section.wedding_plan_detail_box h3.news_block_title {
  font-family: shippori-mincho;
  text-align: left;
  font-size: 22px;
  color: #9F7C30;
  font-weight: 500;
  line-height: 1.4166666667;
  margin-top: 0;
  margin-bottom: 2.2321428571%;
}
section.news_detail h3.news_block_title.gothic,
section.couple_detail_box h3.news_block_title.gothic,
section.wedding_plan_detail_box h3.news_block_title.gothic {
  font-family: zen-kaku-gothic-new;
}
@media (max-width: 428px) {
  section.news_detail h3.news_block_title.gothic,
  section.couple_detail_box h3.news_block_title.gothic,
  section.wedding_plan_detail_box h3.news_block_title.gothic {
    font-size: 22px;
    margin-bottom: 4.6728971963vw;
  }
}
@media (max-width: 428px) {
  section.news_detail h3.news_block_title,
  section.couple_detail_box h3.news_block_title,
  section.wedding_plan_detail_box h3.news_block_title {
    font-size: 22px;
    margin-bottom: 4.6728971963vw;
  }
}
section.news_detail h4.news_block_title,
section.couple_detail_box h4.news_block_title,
section.wedding_plan_detail_box h4.news_block_title {
  font-family: shippori-mincho;
  color: #9F7C30;
  font-weight: 500;
  text-align: left;
  font-size: 18px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 2.2321428571%;
}
section.news_detail h4.news_block_title.gothic,
section.couple_detail_box h4.news_block_title.gothic,
section.wedding_plan_detail_box h4.news_block_title.gothic {
  font-family: zen-kaku-gothic-new;
}
@media (max-width: 428px) {
  section.news_detail h4.news_block_title.gothic,
  section.couple_detail_box h4.news_block_title.gothic,
  section.wedding_plan_detail_box h4.news_block_title.gothic {
    font-size: 18px;
    margin-bottom: 4.6728971963vw;
  }
}
@media (max-width: 428px) {
  section.news_detail h4.news_block_title,
  section.couple_detail_box h4.news_block_title,
  section.wedding_plan_detail_box h4.news_block_title {
    font-size: 18px;
    margin-bottom: 4.6728971963vw;
  }
}
section.news_detail p,
section.couple_detail_box p,
section.wedding_plan_detail_box p {
  font-size: 14px;
  line-height: 200%;
  margin-bottom: 2.2321428571%;
}
@media (max-width: 428px) {
  section.news_detail p,
  section.couple_detail_box p,
  section.wedding_plan_detail_box p {
    margin-bottom: 4.6728971963vw;
  }
}
section.news_detail .wp-block-image figcaption,
section.couple_detail_box .wp-block-image figcaption,
section.wedding_plan_detail_box .wp-block-image figcaption {
  margin-bottom: 2.2321428571%;
}
@media (max-width: 428px) {
  section.news_detail .wp-block-image figcaption,
  section.couple_detail_box .wp-block-image figcaption,
  section.wedding_plan_detail_box .wp-block-image figcaption {
    margin-bottom: 4.6728971963vw;
  }
}
section.news_detail .news_block_img01,
section.news_detail .news_block_img02,
section.news_detail .news_block_img03,
section.couple_detail_box .news_block_img01,
section.couple_detail_box .news_block_img02,
section.couple_detail_box .news_block_img03,
section.wedding_plan_detail_box .news_block_img01,
section.wedding_plan_detail_box .news_block_img02,
section.wedding_plan_detail_box .news_block_img03 {
  margin-bottom: 3.3482142857%;
}
section.news_detail .news_block_img01,
section.couple_detail_box .news_block_img01,
section.wedding_plan_detail_box .news_block_img01 {
  width: 100%;
}
section.news_detail .news_block_img02,
section.couple_detail_box .news_block_img02,
section.wedding_plan_detail_box .news_block_img02 {
  width: 66.5178571429%;
}
@media (max-width: 428px) {
  section.news_detail .news_block_img02,
  section.couple_detail_box .news_block_img02,
  section.wedding_plan_detail_box .news_block_img02 {
    width: 100%;
  }
}
section.news_detail .news_block_img03,
section.couple_detail_box .news_block_img03,
section.wedding_plan_detail_box .news_block_img03 {
  width: 50%;
}
@media (max-width: 428px) {
  section.news_detail .news_block_img03,
  section.couple_detail_box .news_block_img03,
  section.wedding_plan_detail_box .news_block_img03 {
    width: 100%;
  }
}

.detail_pagenavi_box {
  max-width: 380px;
  margin: 0 auto 10.78125%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
@media (max-width: 428px) {
  .detail_pagenavi_box {
    width: 88.785046729%;
  }
}
@media (min-width: 1280px) {
  .detail_pagenavi_box {
    margin: 0 auto 138px;
  }
}
@media (max-width: 428px) {
  .detail_pagenavi_box {
    margin: 0 auto 16.3551401869%;
  }
}
.detail_pagenavi_box.cafe .backbutton a {
  background: #B48F74;
}
.detail_pagenavi_box.cafe div a {
  background: #F7F3ED;
  border: none;
}
.detail_pagenavi_box span {
  display: block;
  width: 48.9473684211%;
}
.detail_pagenavi_box div {
  width: 48.9473684211%;
}
.detail_pagenavi_box div.backbutton {
  margin: 5.7894736842% auto;
  width: 100%;
}
.detail_pagenavi_box div.backbutton a {
  border: none;
  background: #7B7463;
  font-family: soleil;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 2.6315789474%;
}
.detail_pagenavi_box div.backbutton a:last-child {
  margin-bottom: 0;
}
.detail_pagenavi_box div.prev a, .detail_pagenavi_box div.next a {
  background-repeat: no-repeat;
  background-size: 6.5px auto;
}
.detail_pagenavi_box div.prev.prev a, .detail_pagenavi_box div.next.prev a {
  background-image: url("../images/arrow_line02_left.png");
  background-position: left 18px center;
}
.detail_pagenavi_box div.prev.next a, .detail_pagenavi_box div.next.next a {
  background-image: url("../images/arrow_line02_right.png");
  background-position: right 18px center;
}
.detail_pagenavi_box div a {
  display: block;
  width: 100%;
  padding: 16px 0;
  background: #fff;
  border: 1px solid #7B7463;
  color: #7B7463;
}
.detail_pagenavi_box div.button01 {
  width: 100%;
  margin: 2.6315789474% auto 0;
  text-align: center;
}
.detail_pagenavi_box div.button01 a {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 16px 0;
  color: #fff;
  background-image: url("../images/arrow_brown_circle.png");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-color: #7B7463;
  background-size: 26px auto;
  transition: background 0.5s;
}
.detail_pagenavi_box div.button04 {
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.detail_pagenavi_box div.button04 a {
  font-size: 13px;
  letter-spacing: 0.05em;
  display: inline-block;
  text-align: center;
  padding: 5px 30px 5px 0;
  color: #7B7463;
  border: none;
  background: url("../images/arrow_white_circle02.png") no-repeat right center;
  background-size: 18px auto;
}

.recent_entry_box {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 5% 3.90625%;
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 428px) {
  .recent_entry_box {
    width: 100%;
  }
}
.recent_entry_box.cafe {
  background: #F4F2EA;
}
@media (min-width: 1280px) {
  .recent_entry_box {
    padding: 64px 50px;
  }
}
@media (max-width: 428px) {
  .recent_entry_box {
    display: block;
    width: 88.785046729%;
    padding: 10.5140186916% 5.6074766355%;
  }
}
.recent_entry_box strong.title {
  display: block;
  font-family: classico-urw;
  font-size: 20px;
  color: #625B4B;
  letter-spacing: 0.05em;
}
@media (max-width: 428px) {
  .recent_entry_box strong.title {
    margin-bottom: 9.3457943925%;
  }
}
.recent_entry_box strong.title span {
  display: block;
  font-family: shippori-mincho;
  font-size: 0.938vw;
  letter-spacing: 0;
  margin-top: 5px;
}
@media (min-width: 1280px) {
  .recent_entry_box strong.title span {
    font-size: 12px;
  }
}
@media (max-width: 428px) {
  .recent_entry_box strong.title span {
    font-size: 2.804vw;
  }
}
@media (max-width: 428px) {
  .recent_entry_box strong.title span {
    display: inline-block;
    margin: 0 0 0 1.5em;
  }
}
.recent_entry_box .inbox {
  width: 66.9642857143%;
}
@media (max-width: 428px) {
  .recent_entry_box .inbox {
    width: 100%;
    margin: auto;
  }
}
.recent_entry_box .inbox dl {
  display: flex;
  justify-content: space-between;
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #E5E1D3;
}
.recent_entry_box .inbox dl:last-child {
  margin-bottom: 0;
}
.recent_entry_box .inbox dl dt {
  width: 21.1666666667%;
}
@media (max-width: 428px) {
  .recent_entry_box .inbox dl dt {
    width: 37.3529411765%;
  }
}
.recent_entry_box .inbox dl dd {
  width: 72.5%;
}
@media (max-width: 428px) {
  .recent_entry_box .inbox dl dd {
    width: 55%;
  }
}
.recent_entry_box .inbox dl dd span {
  display: flex;
  font-family: soleil;
  font-size: 12px;
  color: #7B7463;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}
@media (max-width: 428px) {
  .recent_entry_box .inbox dl dd span {
    display: block;
    margin-bottom: 10px;
  }
}
.recent_entry_box .inbox dl dd span i {
  display: block;
}
.recent_entry_box .inbox dl dd span i:after {
  content: "|";
  padding-left: 10px;
}
.recent_entry_box .inbox dl dd span em {
  display: block;
  margin-left: 10px;
  color: #B48F74;
  font-size: 0.938vw;
}
@media (min-width: 1280px) {
  .recent_entry_box .inbox dl dd span em {
    font-size: 12px;
  }
}
@media (max-width: 428px) {
  .recent_entry_box .inbox dl dd span em {
    font-size: 2.804vw;
  }
}
@media (max-width: 428px) {
  .recent_entry_box .inbox dl dd span em {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0 0 0;
  }
}
@media (max-width: 428px) {
  .recent_entry_box .inbox dl dd span em strong {
    display: block;
  }
}
.recent_entry_box .inbox dl dd span em strong + strong {
  margin-left: 0.5em;
}
@media (max-width: 428px) {
  .recent_entry_box .inbox dl dd span em strong + strong {
    margin: 0;
    padding-left: 9px;
  }
}
.recent_entry_box .inbox dl dd span em a {
  color: #7B7463;
}
@media (max-width: 428px) {
  .recent_entry_box .inbox dl dd span em a {
    display: block;
    margin: 0 0 5px 0;
  }
}
.recent_entry_box .inbox dl dd span em a + a {
  margin-left: 1em;
}
@media (max-width: 428px) {
  .recent_entry_box .inbox dl dd span em a + a {
    margin: 0;
    padding-left: 9px;
  }
}
.recent_entry_box .inbox dl dd p {
  line-height: 1.7142857143;
}
@media (max-width: 428px) {
  .recent_entry_box .inbox dl dd p {
    font-size: 3.037vw;
    line-height: 1.5384615385;
  }
}

section.floor_guide {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 428px) {
  section.floor_guide {
    width: 88.785046729%;
  }
}
section.floor_guide .floor_box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #CEC9B9;
  padding-bottom: 7.4561403509%;
  margin-bottom: 7.4561403509%;
}
@media (max-width: 428px) {
  section.floor_guide .floor_box {
    display: block;
    border-bottom: none;
  }
}
section.floor_guide .floor_box.noborder {
  border-bottom: none;
}
section.floor_guide .floor_box .left_box {
  width: 46.0526315789%;
  background: #F4F2EA;
}
@media (max-width: 428px) {
  section.floor_guide .floor_box .left_box {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
  }
}
section.floor_guide .floor_box .left_box img {
  mix-blend-mode: multiply;
}
@media (max-width: 428px) {
  section.floor_guide .floor_box .left_box img {
    width: 108%;
    object-fit: cover;
    object-position: -15px center;
  }
}
section.floor_guide .floor_box .right_box {
  width: 51.4035087719%;
}
@media (max-width: 428px) {
  section.floor_guide .floor_box .right_box {
    width: 100%;
  }
}
section.floor_guide .floor_box .right_box dl {
  display: flex;
  justify-content: space-between;
}
section.floor_guide .floor_box .right_box dl dt {
  width: 6.4846416382%;
}
section.floor_guide .floor_box .right_box dl dd {
  width: 83.4470989761%;
}
section.floor_guide .floor_box .right_box dl dd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 428px) {
  section.floor_guide .floor_box .right_box dl dd ul {
    display: block;
  }
}
section.floor_guide .floor_box .right_box dl dd ul li {
  width: 45.6032719836%;
  margin-bottom: 9.1116173121%;
}
@media (max-width: 428px) {
  section.floor_guide .floor_box .right_box dl dd ul li {
    width: 100%;
    margin-bottom: 9.0604026846%;
  }
}
section.floor_guide .floor_box .right_box dl dd ul li:last-child, section.floor_guide .floor_box .right_box dl dd ul li:nth-last-child(2) {
  margin-bottom: 0;
}
@media (max-width: 428px) {
  section.floor_guide .floor_box .right_box dl dd ul li:last-child, section.floor_guide .floor_box .right_box dl dd ul li:nth-last-child(2) {
    margin-bottom: 9.0604026846%;
  }
}
section.floor_guide .floor_box .right_box dl dd ul li img {
  margin-bottom: 11px;
}
section.floor_guide .floor_box .right_box dl dd ul li strong {
  display: block;
  font-family: shippori-mincho;
  color: #7B7463;
  font-size: 16px;
  margin-bottom: 12px;
}
section.floor_guide .floor_box .right_box dl dd ul li p {
  font-size: 12px;
  line-height: 1.8333333333;
}
section.floor_guide .floor_box .right_box dl dd ul li .button01 a {
  width: 100%;
  text-align: left;
  padding-left: 10%;
  font-size: 12px;
  margin-top: 23.6902050114%;
  background-size: 11.6% auto;
  background-position: right 7% center;
}
@media (max-width: 428px) {
  section.floor_guide .floor_box .right_box dl dd ul li .button01 a {
    font-size: 14px;
    background-size: 26px auto;
    margin-top: 6.5146579805%;
  }
}

@media (max-width: 428px) {
  section.main.for_guest {
    padding-top: 11.6822429907%;
  }
}
section.main.for_guest .rental_dressing_box {
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 11.328125%;
}
@media (max-width: 428px) {
  section.main.for_guest .rental_dressing_box {
    display: block;
    margin-bottom: 24.2990654206%;
  }
}
section.main.for_guest .rental_dressing_box dl.rental_dressing {
  width: 48.046875%;
  background: #fff;
}
@media (max-width: 428px) {
  section.main.for_guest .rental_dressing_box dl.rental_dressing {
    width: 100%;
  }
}
section.main.for_guest .rental_dressing_box dl.rental_dressing dt img {
  margin-bottom: 13.8211382114%;
}
@media (max-width: 428px) {
  section.main.for_guest .rental_dressing_box dl.rental_dressing dt img {
    margin-bottom: 10.5140186916%;
  }
}
section.main.for_guest .rental_dressing_box dl.rental_dressing dt h2 {
  font-family: shippori-mincho;
  font-size: 32px;
  color: #625B4B;
  line-height: 1.21875;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 428px) {
  section.main.for_guest .rental_dressing_box dl.rental_dressing dt h2 {
    font-size: 28px;
  }
}
section.main.for_guest .rental_dressing_box dl.rental_dressing dt h2 span {
  display: block;
  font-family: suave-script-pro;
  font-size: 24px;
}
@media (max-width: 428px) {
  section.main.for_guest .rental_dressing_box dl.rental_dressing dt h2 span {
    font-size: 21px;
  }
}
section.main.for_guest .rental_dressing_box dl.rental_dressing dd {
  padding: 9.4308943089%;
}
@media (max-width: 428px) {
  section.main.for_guest .rental_dressing_box dl.rental_dressing dd {
    width: 88.785046729%;
    padding: 8.6842105263% 0 19.4736842105%;
    margin: 0 auto;
  }
}
section.main.for_guest .rental_dressing_box dl.rental_dressing dd p {
  line-height: 1.7857142857;
  margin-bottom: 4.0080160321%;
}
@media (max-width: 428px) {
  section.main.for_guest .rental_dressing_box dl.rental_dressing dd p {
    margin-bottom: 5.2631578947%;
  }
}
section.main.for_guest .rental_dressing_box dl.rental_dressing dd p.margin01 {
  margin-bottom: 10.0200400802%;
}
@media (max-width: 428px) {
  section.main.for_guest .rental_dressing_box dl.rental_dressing dd p.margin01 {
    margin-bottom: 10.5263157895%;
  }
}
section.main.for_guest .rental_dressing_box dl.rental_dressing dd dl.price {
  background: #F4F2EA;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4.4088176353% 3.4068136273%;
  margin-bottom: 6.0120240481%;
  color: #625B4B;
}
@media (max-width: 428px) {
  section.main.for_guest .rental_dressing_box dl.rental_dressing dd dl.price {
    padding: 4.7368421053%;
    align-items: flex-start;
  }
}
section.main.for_guest .rental_dressing_box dl.rental_dressing dd dl.price dt {
  width: 19.3548387097%;
}
@media (max-width: 428px) {
  section.main.for_guest .rental_dressing_box dl.rental_dressing dd dl.price dt {
    width: 20.3488372093%;
  }
}
section.main.for_guest .rental_dressing_box dl.rental_dressing dd dl.price dt img {
  margin-bottom: 0;
}
section.main.for_guest .rental_dressing_box dl.rental_dressing dd dl.price dd {
  width: 75.9139784946%;
  padding: 0;
  margin: 0;
}
@media (max-width: 428px) {
  section.main.for_guest .rental_dressing_box dl.rental_dressing dd dl.price dd {
    width: 74.7093023256%;
  }
}
section.main.for_guest .rental_dressing_box dl.rental_dressing dd dl.price dd dl {
  display: flex;
  justify-content: space-between;
  padding: 2% 0;
  border-top: 1px solid #CEC9B9;
}
@media (max-width: 428px) {
  section.main.for_guest .rental_dressing_box dl.rental_dressing dd dl.price dd dl {
    padding: 3% 0;
  }
}
section.main.for_guest .rental_dressing_box dl.rental_dressing dd dl.price dd dl:last-child {
  border-bottom: 1px solid #CEC9B9;
}
section.main.for_guest .rental_dressing_box dl.rental_dressing dd dl.price dd dl dt {
  width: 70%;
}
section.main.for_guest .rental_dressing_box dl.rental_dressing dd dl.price dd dl dd {
  width: 30%;
  text-align: right;
}
section.main.for_guest .rental_dressing_box dl.rental_dressing dd span {
  display: block;
  margin: 4.0080160321% auto 2.004008016%;
}
section.main.for_guest .service_box {
  width: 88.984375%;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  section.main.for_guest .service_box {
    width: 1139px;
  }
}
@media (max-width: 428px) {
  section.main.for_guest .service_box {
    width: 88.785046729%;
  }
}
section.main.for_guest .service_box h3 {
  font-family: shippori-mincho;
  font-size: 24px;
  line-height: 1.1666666667;
  margin: 0 auto 7.0237050044%;
}
@media (max-width: 428px) {
  section.main.for_guest .service_box h3 {
    margin-bottom: 13.0841121495%;
  }
}
section.main.for_guest .service_box .inbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 428px) {
  section.main.for_guest .service_box .inbox {
    display: block;
  }
}
section.main.for_guest .service_box .inbox dl {
  width: 47.5856014047%;
  margin-bottom: 4.3898156277%;
}
@media (max-width: 428px) {
  section.main.for_guest .service_box .inbox dl {
    width: 100%;
    margin-bottom: 8.4112149533%;
  }
}
section.main.for_guest .service_box .inbox dl dt {
  font-size: 16px;
  line-height: 1.625;
  color: #7B7463;
  font-weight: 500;
  text-align: center;
  border-top: 1px solid #CEC9B9;
  background: #E5E1D3;
  padding: 3.1365313653%;
  margin-bottom: 3.1365313653%;
}
section.main.for_guest .service_box .inbox dl dd {
  line-height: 1.7857142857;
}

section.faq.for_guest,
section.access.for_guest {
  padding: 10vw;
}
@media (min-width: 1280px) {
  section.faq.for_guest,
  section.access.for_guest {
    padding: 128px 0;
  }
}
@media (max-width: 428px) {
  section.faq.for_guest,
  section.access.for_guest {
    padding: 19.3925233645% 0;
  }
}
section.faq.for_guest.white,
section.access.for_guest.white {
  background: #fff;
}
section.faq.for_guest h2,
section.access.for_guest h2 {
  font-family: shippori-mincho;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1.1666666667;
  text-align: center;
  color: #625B4B;
  margin-bottom: 6.40625vw;
}
@media (min-width: 1280px) {
  section.faq.for_guest h2,
  section.access.for_guest h2 {
    margin-bottom: 82px;
  }
}
section.faq.for_guest h2.large,
section.access.for_guest h2.large {
  font-size: 40px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-bottom: 4.21875vw;
}
@media (max-width: 428px) {
  section.faq.for_guest h2.large,
  section.access.for_guest h2.large {
    margin-bottom: 12.6168224299vw;
  }
}
section.faq.for_guest h2 span,
section.access.for_guest h2 span {
  display: block;
  font-size: 14px;
  line-height: 2;
}

@media (max-width: 428px) {
  section.access.for_guest {
    padding: 26.6355140187% 0;
  }
}
section.access.for_guest p {
  line-height: 1.7857142857;
}
section.access.for_guest .text_box {
  max-width: 1210px;
  margin-top: 6.7768595041vw;
}
@media (min-width: 1280px) {
  section.access.for_guest .text_box {
    margin-top: 82px;
  }
}
@media (max-width: 428px) {
  section.access.for_guest .text_box {
    width: 100%;
    flex-direction: row;
    margin-top: 11.214953271vw;
  }
}
section.access.for_guest .text_box .left_box {
  width: 52.8925619835%;
}
@media (max-width: 428px) {
  section.access.for_guest .text_box .left_box {
    width: 100%;
  }
}
section.access.for_guest .text_box .left_box.white {
  background: none;
}
section.access.for_guest .text_box .left_box .gmap_box {
  max-width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 88.59%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 0;
}
@media (max-width: 428px) {
  section.access.for_guest .text_box .left_box .gmap_box {
    padding-bottom: 88.78%;
    margin-bottom: 6.0747663551%;
  }
}
section.access.for_guest .text_box .left_box .gmap_box iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
section.access.for_guest .text_box .right_box {
  width: 42.5619834711%;
  border-top: 1px solid #E5E1D3;
}
@media (max-width: 428px) {
  section.access.for_guest .text_box .right_box {
    max-width: 380px;
    margin: 0 auto;
  }
}
@media (max-width: 428px) and (max-width: 428px) {
  section.access.for_guest .text_box .right_box {
    width: 88.785046729%;
  }
}
section.access.for_guest .text_box .right_box dl {
  border-bottom: 1px solid #E5E1D3;
  padding: 5.0485436893% 0;
}
section.access.for_guest .text_box .right_box dl dt {
  font-size: 12px;
}
section.access.for_guest .text_box .right_box dl dd {
  line-height: 1.7142857143;
}
section.access.for_guest .text_box .right_box dl dd li {
  border-bottom: none;
  margin-bottom: 5.6872037915%;
  padding-bottom: 0;
}

section.access .gmap_box {
  max-width: 1280px;
  margin: 0 auto 10.5263157895%;
  height: 0;
  overflow: hidden;
  padding-bottom: 59.37%;
  position: relative;
  box-sizing: border-box;
}
@media (min-width: 1280px) {
  section.access .gmap_box {
    padding-bottom: 760px;
  }
}
@media (max-width: 428px) {
  section.access .gmap_box {
    padding-bottom: 88.78%;
    margin-bottom: 8.1775700935%;
  }
}
section.access .gmap_box iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
section.access .text_box {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 8.7719298246%;
}
@media (max-width: 428px) {
  section.access .text_box {
    width: 88.785046729%;
  }
}
@media (max-width: 428px) {
  section.access .text_box {
    margin-bottom: 7.3684210526%;
    flex-direction: column-reverse;
  }
}
section.access .text_box .left_box {
  width: 42.7192982456%;
  background: #F4F2EA;
}
@media (max-width: 428px) {
  section.access .text_box .left_box {
    width: 100%;
  }
}
section.access .text_box .left_box img {
  mix-blend-mode: multiply;
}
section.access .text_box .right_box {
  width: 49.8245614035%;
  border-top: 1px solid #918976;
}
@media (max-width: 428px) {
  section.access .text_box .right_box {
    width: 100%;
    margin-bottom: 6.0526315789%;
  }
}
section.access .text_box .right_box dl {
  display: flex;
  padding: 7.0422535211% 0;
  border-bottom: 1px solid #918976;
}
@media (max-width: 428px) {
  section.access .text_box .right_box dl {
    width: 100%;
  }
}
section.access .text_box .right_box dl dt {
  width: 95px;
  color: #625B4B;
  font-weight: 500;
}
section.access .text_box .right_box dl dd {
  width: 83.8028169014%;
}
section.access .text_box .right_box dl dd li {
  border-bottom: 1px solid #CEC9B9;
  padding-bottom: 4.2016806723%;
  margin-bottom: 4.2016806723%;
}
section.access .text_box .right_box dl dd li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
section.access .photo_box {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 428px) {
  section.access .photo_box {
    width: 88.785046729%;
  }
}
@media (max-width: 428px) {
  section.access .photo_box {
    width: 100%;
  }
}

ul.faq_cat {
  max-width: 306px;
  margin: 5.078125% auto 0;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 428px) {
  ul.faq_cat {
    margin-top: 10.046728972%;
  }
}
ul.faq_cat.cafe {
  max-width: 161px;
}
ul.faq_cat.cafe li,
ul.faq_cat.cafe li:nth-child(even) {
  width: 45.3416149068%;
  background-size: 23.6842105263% auto;
}
ul.faq_cat.cafe li:nth-child(even),
ul.faq_cat.cafe li:nth-child(even):nth-child(even) {
  width: 39.1304347826%;
}
ul.faq_cat li {
  width: 43.4640522876%;
  background: url("../images/arrow_down02.png") no-repeat right center;
  background-size: 13.5338345865% auto;
  margin-bottom: 10px;
}
ul.faq_cat li:nth-child(even) {
  width: 48.6928104575%;
  background-size: 12.0805369128% auto;
}
ul.faq_cat li a {
  text-decoration: underline;
  color: #625B4B;
}

section.faq {
  padding-bottom: 0;
}
@media (max-width: 428px) {
  section.faq {
    padding-top: 11.6822429907%;
  }
}
section.faq.margin01 {
  padding-bottom: 100px;
}
@media (max-width: 428px) {
  section.faq.margin01 {
    padding-top: 11.6822429907%;
  }
}
section.faq h2 {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #625B4B;
  letter-spacing: 0.022em;
  margin-bottom: 3.515625%;
}
@media (max-width: 428px) {
  section.faq h2 {
    max-width: 380px;
    margin: 0 auto 4.2105263158%;
    text-align: left;
  }
}
@media (max-width: 428px) and (max-width: 428px) {
  section.faq h2 {
    width: 88.785046729%;
  }
}
section.faq .faq_box {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #7B7463;
  padding-top: 2.6785714286%;
}
@media (max-width: 428px) {
  section.faq .faq_box {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  section.faq .faq_box {
    padding-top: 24px;
  }
}
@media (max-width: 428px) {
  section.faq .faq_box {
    padding-top: 5.5263157895%;
    max-width: 380px;
  }
}
@media (max-width: 428px) and (max-width: 428px) {
  section.faq .faq_box {
    width: 88.785046729%;
  }
}
section.faq .faq_box.cafe {
  border-top: 1px solid #B48F74;
}
section.faq .faq_box.cafe dl dt a:before {
  color: #CEB29E;
}
section.faq .faq_box.cafe dl dt a.active:before {
  color: #CEB29E;
}
section.faq .faq_box dl dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #CEC9B9;
  padding-bottom: 2.6785714286%;
  margin-bottom: 2.6785714286%;
}
@media (max-width: 428px) {
  section.faq .faq_box dl dt {
    padding-bottom: 5.5263157895%;
    margin-bottom: 5.5263157895%;
  }
}
section.faq .faq_box dl dt:hover {
  cursor: pointer;
}
section.faq .faq_box dl dt strong {
  width: 3.3482142857%;
  font-family: classico-urw;
  color: #7B7463;
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 428px) {
  section.faq .faq_box dl dt strong {
    width: 7.8947368421%;
  }
}
section.faq .faq_box dl dt p {
  width: 96.09375%;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #625B4B;
  letter-spacing: 0.022em;
  line-height: 1.7142857143;
}
@media (max-width: 428px) {
  section.faq .faq_box dl dt p {
    width: 84.7368421053%;
  }
}
section.faq .faq_box dl dt a {
  width: 1.5625%;
  color: #707070;
  line-height: 1.2;
  font-size: 18px;
}
@media (max-width: 428px) {
  section.faq .faq_box dl dt a {
    width: 4.7368421053%;
  }
}
section.faq .faq_box dl dt a:before {
  display: block;
  content: "＋";
}
section.faq .faq_box dl dt a.active:before {
  display: block;
  content: "ー";
}
section.faq .faq_box dl dd {
  display: none;
  width: 100%;
  margin-bottom: 5.5803571429%;
}
@media (max-width: 428px) {
  section.faq .faq_box dl dd {
    margin-bottom: 15.7894736842%;
  }
}
section.faq .faq_box dl dd div {
  display: flex;
  justify-content: space-between;
}
section.faq .faq_box dl dd div strong {
  display: block;
  width: 3.3482142857%;
  font-family: classico-urw;
  color: #9F7C30;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 428px) {
  section.faq .faq_box dl dd div strong {
    width: 7.8947368421%;
  }
}
section.faq .faq_box dl dd div p {
  width: 97.65625%;
  line-height: 1.8571428571;
}
@media (max-width: 428px) {
  section.faq .faq_box dl dd div p {
    width: 92.1052631579%;
  }
}
section.faq .faq_box dl dd div p a {
  color: #9F7C30;
  text-decoration: underline;
}

.banner_link02 {
  width: 100%;
  background-color: #B48F74;
  text-align: center;
}
.banner_link02 a {
  display: block;
  color: #fff;
  padding: 20px 0;
  font-size: 15px;
}
@media (max-width: 768px) {
  .banner_link02 a {
    padding: 2.6041666667% 0;
  }
}
@media (max-width: 428px) {
  .banner_link02 a {
    font-size: 3.504vw;
    padding: 4.6728971963% 0;
  }
}
.banner_link02 a strong {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.8;
}
.banner_link02 a img {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-left: 16px;
}
@media (max-width: 768px) {
  .banner_link02 a img {
    width: 2.6041666667% 0;
  }
}
@media (max-width: 428px) {
  .banner_link02 a img {
    width: 4.6728971963% 0;
  }
}

section.sns_top.cafe {
  padding: 5.46875% 0;
}
@media (min-width: 1280px) {
  section.sns_top.cafe {
    padding: 70px 0;
  }
}
section.sns_top.cafe .banner_link a {
  display: block;
  padding: 2.734375% 0;
}
section.sns_top.cafe ul {
  max-width: 428px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 428px) {
  section.sns_top.cafe ul {
    max-width: 77.5700934579%;
    justify-content: center;
  }
}
section.sns_top.cafe ul li {
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.03em;
  padding-left: 15.8878504673%;
}
@media (max-width: 428px) {
  section.sns_top.cafe ul li {
    max-width: auto;
    font-size: 2.336vw;
    padding-left: 8.1775700935vw;
  }
}
section.sns_top.cafe ul li:first-child {
  border-right: 1px solid #B48F74;
  padding-right: 15.8878504673%;
  padding-left: 0;
  box-sizing: border-box;
}
@media (max-width: 428px) {
  section.sns_top.cafe ul li:first-child {
    padding-right: 8.1775700935vw;
  }
}
section.sns_top.cafe ul li a {
  color: #987055;
  display: block;
}
section.sns_top.cafe ul li img {
  width: auto;
  height: 51px;
  display: block;
  margin: 0 auto 14px;
}
@media (max-width: 428px) {
  section.sns_top.cafe ul li img {
    height: 40px;
  }
}
section.sns_top.cafe ul li strong {
  display: block;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.4375;
  margin-bottom: 5px;
}
@media (max-width: 428px) {
  section.sns_top.cafe ul li strong {
    font-size: 3.271vw;
  }
}
section.sns_top.cafe ul li span {
  font-family: soleil;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media (max-width: 428px) {
  section.sns_top.cafe ul li span {
    font-size: 2.804vw;
  }
}

.cafetop_inbox {
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 428px) {
  .cafetop_inbox {
    max-width: 380px;
  }
}
@media (max-width: 428px) and (max-width: 428px) {
  .cafetop_inbox {
    width: 88.785046729%;
  }
}
.cafetop_inbox dt {
  max-width: 48px;
}
@media (max-width: 428px) {
  .cafetop_inbox dt {
    max-width: 36px;
  }
}
.cafetop_inbox dd {
  width: 85.2459016393%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 428px) {
  .cafetop_inbox dd {
    width: 76.8421052632%;
    display: block;
  }
}
.cafetop_inbox dd .photo_box {
  margin-bottom: 32px;
}
@media (max-width: 428px) {
  .cafetop_inbox dd .photo_box {
    margin-bottom: 32px;
  }
}
.cafetop_inbox dd .text_box {
  width: 53.2692307692%;
}
.cafetop_inbox dd .text_box.wide01 {
  width: 100%;
}
@media (max-width: 428px) {
  .cafetop_inbox dd .text_box {
    width: 100%;
  }
}
.cafetop_inbox dd .text_box h3 {
  font-family: shippori-mincho;
  font-size: 26px;
  color: #B48F74;
  letter-spacing: 0.06em;
  line-height: 1.7692307692;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 428px) {
  .cafetop_inbox dd .text_box h3 {
    font-size: 4.673vw;
    line-height: 1.7272727273;
    margin-bottom: 10px;
  }
}
.cafetop_inbox dd .text_box h3 span {
  display: inline-block;
  font-family: zen-kaku-gothic-new;
  font-size: 14px;
  background: #B48F74;
  color: #fff;
  margin-left: 2%;
  padding: 0.15em 1em;
  vertical-align: top;
}
@media (max-width: 428px) {
  .cafetop_inbox dd .text_box h3 span {
    font-size: 3.271vw;
    margin-left: 0;
  }
}
.cafetop_inbox dd .text_box p {
  line-height: 2.7142857143;
  letter-spacing: 0.022em;
}
@media (max-width: 428px) {
  .cafetop_inbox dd .text_box p {
    font-size: 3.271vw;
    line-height: 2.2857142857;
    margin-bottom: 30px;
  }
}
.cafetop_inbox dd .text_box p.margin01 {
  margin-bottom: 32px;
}
.cafetop_inbox dd .text_box .price_box {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 428px) {
  .cafetop_inbox dd .text_box .price_box {
    display: block;
  }
  .cafetop_inbox dd .text_box .price_box.margin01 {
    margin-bottom: 30px;
  }
}
.cafetop_inbox dd .text_box .price_box.margin02 {
  margin-bottom: 20px;
}
.cafetop_inbox dd .text_box .price_box + dl {
  margin-top: 20px;
}
.cafetop_inbox dd .text_box .price_box dt {
  max-width: 30%;
  width: 30%;
  color: #B48F74;
  margin-top: 3px;
}
@media (max-width: 428px) {
  .cafetop_inbox dd .text_box .price_box dt {
    max-width: 100%;
    width: 100%;
    margin-bottom: 5px;
  }
}
.cafetop_inbox dd .text_box .price_box dd {
  display: flex;
  font-size: 16px;
  letter-spacing: 0.022em;
}
.cafetop_inbox dd .text_box .price_box dd span {
  width: 25%;
}
@media (max-width: 428px) {
  .cafetop_inbox dd .text_box .price_box dd span {
    width: 30%;
    font-size: 3.738vw;
  }
}
.cafetop_inbox dd .text_box .price_box dd p {
  width: 75%;
  line-height: inherit;
}
@media (max-width: 428px) {
  .cafetop_inbox dd .text_box .price_box dd p {
    width: 70%;
    font-size: 3.738vw;
    margin-bottom: 0;
    line-height: inherit;
  }
}
@media (max-width: 428px) {
  .cafetop_inbox dd .text_box .price_box dd {
    width: 100%;
    margin-left: 1em;
  }
}
.cafetop_inbox dd .banner_box {
  display: block;
  max-width: 400px;
  margin-top: 30px;
}
@media (max-width: 428px) {
  .cafetop_inbox dd .banner_box {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 428px) {
  section.cafetop {
    padding: 18.691588785% 0;
  }
}
section.cafetop.bgcolor {
  background: #F7F3ED;
}

section.menu_cafe dd {
  width: 85.2459016393%;
}
@media (max-width: 428px) {
  section.menu_cafe dd {
    width: 76.8421052632%;
    margin-right: 0;
  }
}
section.menu_cafe dd ul {
  width: 100%;
}
section.menu_cafe dd ul li {
  margin-bottom: 10px;
}
@media (max-width: 428px) {
  section.menu_cafe dd ul li {
    margin-bottom: 12px;
  }
}
section.menu_cafe dd ul li:last-child {
  margin-bottom: 0;
}
section.menu_cafe dd ul li a {
  display: block;
  background-color: #B48F74;
  color: #fff;
  padding: 20px 0 15px 80px;
  background-size: 55px auto, 26px auto;
  background-repeat: no-repeat;
  background-position: left 10px center, right 25px center;
}
@media (max-width: 428px) {
  section.menu_cafe dd ul li a {
    padding: 6.8493150685% 0 5.1369863014% 58px;
    background-size: 36px auto, 6.1643835616% auto;
    background-position: left 12px center, right 4.1095890411% center;
  }
}
section.menu_cafe dd ul li a.m01 {
  background-image: url("../../cafe_top/menu_icon01.png"), url("../images/arrow_brown_circle.png");
}
section.menu_cafe dd ul li a.m02 {
  background-image: url("../../cafe_top/menu_icon02.png"), url("../images/arrow_brown_circle.png");
}
section.menu_cafe dd ul li a.m03 {
  background-image: url("../../cafe_top/menu_icon03.png"), url("../images/arrow_brown_circle.png");
}
section.menu_cafe dd ul li a.m04 {
  background-image: url("../../cafe_top/menu_icon04.png"), url("../images/arrow_brown_circle.png");
}
section.menu_cafe dd ul li a.m05 {
  background-image: url("../../cafe_top/menu_icon05.png"), url("../images/arrow_brown_circle.png");
}
section.menu_cafe dd ul li a.m06 {
  background-image: url("../../cafe_top/menu_icon06.png"), url("../images/arrow_brown_circle.png");
}
section.menu_cafe dd ul li a strong {
  display: block;
  font-family: classico-urw;
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 1.3636363636;
}
@media (max-width: 428px) {
  section.menu_cafe dd ul li a strong {
    font-size: 4.673vw;
    line-height: 1.4;
  }
}
section.menu_cafe dd ul li a strong span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.8333333333;
}
@media (max-width: 428px) {
  section.menu_cafe dd ul li a strong span {
    font-size: 2.804vw;
  }
}

section.cafe_menu {
  max-width: 1280px;
  padding-top: 6.71875%;
}
@media (min-width: 1280px) {
  section.cafe_menu {
    padding-top: 86px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu {
    max-width: 380px;
  }
}
@media (max-width: 428px) and (max-width: 428px) {
  section.cafe_menu {
    width: 88.785046729%;
  }
}
section.cafe_menu .cafemenu_box a.main {
  display: block;
  background-color: #B48F74;
  color: #fff;
  padding: 26px 0 26px 80px;
  background-size: 55px auto, 18px auto;
  background-repeat: no-repeat;
  background-position: left 10px center, right 25px center;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box a.main {
    padding: 6.8493150685% 0 5.1369863014% 24.4565217391%;
    background-size: 17.3913043478% auto, 4.8913043478% auto;
    background-position: left 12px center, right 4.1095890411% center;
  }
}
section.cafe_menu .cafemenu_box a.main.m01 {
  background-image: url("../../cafe_top/menu_icon01.png"), url("../images/arrow_down03.png");
}
section.cafe_menu .cafemenu_box a.main.m01.active {
  background-image: url("../../cafe_top/menu_icon01.png"), url("../images/arrow_up03.png");
}
section.cafe_menu .cafemenu_box a.main.m02 {
  background-image: url("../../cafe_top/menu_icon02.png"), url("../images/arrow_down03.png");
}
section.cafe_menu .cafemenu_box a.main.m02.active {
  background-image: url("../../cafe_top/menu_icon02.png"), url("../images/arrow_up03.png");
}
section.cafe_menu .cafemenu_box a.main.m03 {
  background-image: url("../../cafe_top/menu_icon03.png"), url("../images/arrow_down03.png");
}
section.cafe_menu .cafemenu_box a.main.m03.active {
  background-image: url("../../cafe_top/menu_icon03.png"), url("../images/arrow_up03.png");
}
section.cafe_menu .cafemenu_box a.main.m04 {
  background-image: url("../../cafe_top/menu_icon04.png"), url("../images/arrow_down03.png");
}
section.cafe_menu .cafemenu_box a.main.m04.active {
  background-image: url("../../cafe_top/menu_icon04.png"), url("../images/arrow_up03.png");
}
section.cafe_menu .cafemenu_box a.main.m05 {
  background-image: url("../../cafe_top/menu_icon05.png"), url("../images/arrow_down03.png");
}
section.cafe_menu .cafemenu_box a.main.m05.active {
  background-image: url("../../cafe_top/menu_icon05.png"), url("../images/arrow_up03.png");
}
section.cafe_menu .cafemenu_box a.main.m06 {
  background-image: url("../../cafe_top/menu_icon06.png"), url("../images/arrow_down03.png");
}
section.cafe_menu .cafemenu_box a.main.m06.active {
  background-image: url("../../cafe_top/menu_icon06.png"), url("../images/arrow_up03.png");
}
section.cafe_menu .cafemenu_box a.main h2 {
  display: block;
  font-family: classico-urw;
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 1.3636363636;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box a.main h2 {
    font-size: 5.607vw;
    line-height: 1.4;
  }
}
section.cafe_menu .cafemenu_box a.main h2 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.8333333333;
  margin-left: 1em;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box a.main h2 span {
    display: block;
    margin-left: 0;
    font-size: 2.804vw;
  }
}
section.cafe_menu .cafemenu_box a.main.active {
  content: "open";
  display: block;
}
section.cafe_menu .cafemenu_box h3 {
  font-size: 2.656vw;
  color: #987055;
  letter-spacing: 0.06em;
  line-height: 1.1176470588;
  margin-bottom: 7.1698113208%;
}
section.cafe_menu .cafemenu_box h3.margin01 {
  margin-bottom: 4.2452830189%;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box h3.margin01 {
    margin-bottom: 8%;
  }
}
section.cafe_menu .cafemenu_box h3.margin02 {
  margin-bottom: 2.8301886792%;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box h3.margin02 {
    margin-bottom: 5%;
  }
}
section.cafe_menu .cafemenu_box h3.margin03 {
  margin: 5.3773584906% auto 3%;
}
section.cafe_menu .cafemenu_box h3.margin04 {
  padding-top: 10%;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box h3.margin04 {
    padding-top: 21.0526315789%;
  }
}
section.cafe_menu .cafemenu_box h3.margin05 {
  padding-top: 5.6603773585%;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box h3.margin05 {
    padding-top: 2.1052631579%;
  }
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box h3 {
    font-size: 34px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box h3 {
    font-size: 6.075vw;
  }
}
section.cafe_menu .cafemenu_box h3 span {
  font-family: zen-kaku-gothic-new;
  font-size: 1.563vw;
  font-weight: 600;
  letter-spacing: 0;
}
section.cafe_menu .cafemenu_box h3 span:before {
  display: block;
  content: "　";
  line-height: 0;
  border-top: 2px solid #987055;
  width: 11px;
  margin: 1% auto;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box h3 span:before {
    margin: 4% auto;
  }
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box h3 span {
    font-size: 20px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box h3 span {
    font-size: 3.738vw;
  }
}
section.cafe_menu .cafemenu_box h3 p.title_text {
  font-size: 1.25vw;
  font-family: zen-kaku-gothic-new;
  color: #987055;
  line-height: 1.5625;
  letter-spacing: 0;
  margin-top: 3%;
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box h3 p.title_text {
    font-size: 16px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box h3 p.title_text {
    font-size: 3.738vw;
    margin-top: 10%;
    margin-bottom: 10%;
  }
}
section.cafe_menu .cafemenu_box dl {
  margin-bottom: 10px;
}
section.cafe_menu .cafemenu_box dl dd {
  display: none;
  border: 1px solid #B48F74;
  border-top: none;
  box-sizing: border-box;
  padding: 4.84375% 0 0;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd {
    padding: 13.1578947368% 0 0;
  }
  section.cafe_menu .cafemenu_box dl dd.margin01 {
    padding-top: 0;
  }
}
section.cafe_menu .cafemenu_box dl dd p.exp {
  font-size: 1.094vw;
  text-align: center;
  line-height: 2.2857142857;
  letter-spacing: 0.022em;
  margin-bottom: 5%;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd p.exp {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd p.exp {
    font-size: 3.271vw;
  }
}
section.cafe_menu .cafemenu_box dl dd p.exp.sub {
  line-height: 1.5714285714;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd p.exp.sub {
    margin-bottom: 5%;
  }
}
section.cafe_menu .cafemenu_box dl dd p.exp.color {
  color: #987055;
}
section.cafe_menu .cafemenu_box dl dd p.exp.margin01 {
  margin-bottom: 2%;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd p.exp {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd p.exp {
    margin-bottom: 20%;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box01 {
  display: flex;
  width: 88.4375%;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box01 {
    display: block;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box01 .item_box {
  width: 30.0884955752%;
  margin-right: 4.7787610619%;
  margin-bottom: 8%;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box01 .item_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20%;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box01 .item_box:nth-child(3n) {
  margin-right: 0;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box01 .item_box strong {
  display: block;
  font-family: classico-urw;
  font-size: 2.031vw;
  color: #987055;
  letter-spacing: 0.06em;
  line-height: 1.4615384615;
  text-align: center;
  margin-bottom: 5%;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box01 .item_box strong {
    font-size: 26px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box01 .item_box strong {
    font-size: 6.075vw;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box01 .item_box strong span {
  display: block;
  font-family: zen-kaku-gothic-new;
  font-weight: 600;
  font-size: 1.25vw;
  letter-spacing: 0;
  line-height: 1.5625;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box01 .item_box strong span {
    font-size: 16px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box01 .item_box strong span {
    font-size: 3.738vw;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box01 .item_box strong span:before {
  display: block;
  content: "　";
  line-height: 0;
  width: 11px;
  margin: 3% auto;
  border-top: 2px solid #987055;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box01 .item_box img {
  margin-bottom: 5%;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box01 .item_box .text {
  color: #987055;
  height: 7.422vw;
  margin-bottom: 5%;
  font-size: 1.094vw;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box01 .item_box .text {
    font-size: 14px;
    height: 95px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box01 .item_box .text {
    font-size: 3.271vw;
    margin-bottom: 8%;
    height: auto;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box01 .item_box ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #EFDFD5;
  font-size: 1.25vw;
  font-weight: 600;
  color: #312C2A;
  line-height: 1.5625;
  margin-bottom: 2%;
  padding-bottom: 2%;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box01 .item_box ul li {
    font-size: 16px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box01 .item_box ul li {
    font-size: 3.738vw;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box01 .item_box ul li p {
  width: 79.4117647059%;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box01 .item_box ul li p:after {
  content: "　";
  display: block;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box01 .item_box ul li p.margin01:after {
  display: none;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box01 .item_box ul li span {
  font-family: soleil;
  text-align: right;
  font-size: 1.25vw;
  font-weight: 400;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box01 .item_box ul li span {
    font-size: 16px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box01 .item_box ul li span {
    font-size: 3.738vw;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 {
  width: 82.8125%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 7.2641509434%;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02.top {
  align-items: flex-start;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02.bottom {
  align-items: flex-end;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02.margin-top {
  padding-top: 10%;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02.margin-top {
    padding-top: 21.0526315789%;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02.wide01 {
  width: 60.7594936709%;
  display: block;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02.wide01 {
    width: 89.4736842105%;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02.wide01 .text_box {
  margin-bottom: 5%;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02.wide01 .text_box {
    margin-bottom: 7.0588235294%;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 {
    display: block;
    width: 89.4736842105%;
    margin-bottom: 10%;
  }
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02.margin01 {
    margin-bottom: 30%;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02.margin02 {
  margin-bottom: 30%;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02.margin02 {
    margin-bottom: 50%;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .photo_box {
  width: 46.6037735849%;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .photo_box {
    width: 100%;
    margin-bottom: 5%;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box {
  width: 45.2830188679%;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box {
    width: 100%;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box.wide01 {
  width: 100%;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box strong {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 1.406vw;
  color: #987055;
  margin-bottom: 2%;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box strong {
    font-size: 18px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box strong {
    font-size: 4.206vw;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box p.exp {
  text-align: center;
  color: #987055;
  font-size: 1.094vw;
  letter-spacing: 0;
  line-height: 1.5714285714;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box p.exp {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box p.exp {
    font-size: 3.271vw;
    margin-bottom: 5%;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box.set strong {
  display: block;
  font-size: 1.563vw;
  color: #312C2A;
  text-align: left;
  margin-bottom: 2%;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box.set strong {
    font-size: 20px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box.set strong {
    font-size: 4.673vw;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box.set strong {
    font-size: 4.206vw;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box.set ul.ala_carte li {
  flex-flow: wrap;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box.set ul.ala_carte li strong {
  width: 75.7894736842%;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box.set ul.ala_carte li span {
  margin-bottom: 2%;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box.set ul.ala_carte li span.margin01 {
  margin-bottom: 0;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box.set ul.ala_carte li p.clearflex {
  width: 75.8333333333%;
  margin-bottom: 3%;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box.set ul.ala_carte li p.clearflex {
    width: 100%;
    margin-bottom: 5%;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box.set ul.clearflex li {
  display: block;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box.set ul.clearflex li p {
  width: 100%;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box.set ul li {
  display: flex;
  justify-content: space-between;
  font-size: 1.25vw;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box.set ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box.set ul li {
    font-size: 16px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box.set ul li {
    font-size: 3.738vw;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box.set ul li em.number_list {
  font-family: classico-urw;
  font-size: 2.031vw;
  color: #987055;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box.set ul li em.number_list {
    font-size: 26px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box.set ul li em.number_list {
    font-size: 6.075vw;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box.set ul li p {
  font-weight: 400;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box.set ul li p em.note_text {
  display: block;
  font-size: 1.25vw;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box.set ul li p em.note_text {
    font-size: 16px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box.set ul li p em.note_text {
    font-size: 3.738vw;
    margin-bottom: 2%;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box.set ul li span {
  display: block;
  width: auto;
  text-align: right;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box ul.margin li {
  margin-bottom: 3%;
  padding-bottom: 3%;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #EFDFD5;
  font-size: 1.094vw;
  font-weight: 500;
  color: #312C2A;
  line-height: 1.5625;
  margin-bottom: 2%;
  padding-bottom: 2%;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box ul li.top {
  align-items: flex-start;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box ul li.top em {
  display: block;
  margin-top: 2%;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box ul li.margin01 {
  margin-bottom: 5%;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box ul li {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box ul li {
    font-size: 3.738vw;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box ul li p {
  font-weight: 600;
  width: 75.7894736842%;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box ul li p em {
  font-weight: 400;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box ul li p em {
    display: block;
    font-size: 3.271vw;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box ul li p em.note_text {
  display: block;
  font-size: 1.016vw;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box ul li p em.note_text {
    font-size: 13px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box ul li p em.note_text {
    font-size: 3.037vw;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box ul li strong {
  font-size: 1.563vw;
  text-align: left;
  margin-bottom: 0;
  color: #000;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box ul li strong {
    font-size: 20px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box ul li strong {
    font-size: 4.673vw;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box ul li strong {
    font-size: 4.206vw;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box ul li span {
  font-family: soleil;
  text-align: right;
  font-size: 1.25vw;
  font-weight: 400;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box ul li span {
    font-size: 16px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box ul li span {
    font-size: 3.738vw;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box ul li span.left {
  text-align: left;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box ul li span.indent01 {
  margin-right: 1em;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .caution_box {
  font-size: 0.938vw;
  line-height: 1.8333333333;
  text-indent: -1em;
  padding-left: 1em;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .caution_box {
    font-size: 12px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .caution_box {
    font-size: 2.804vw;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .sub_accordion.wide01 dd {
  padding: 8.3333333333% 14.5833333333%;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .sub_accordion.wide01 dd {
    padding: 4.1666666667%;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .sub_accordion dl {
  margin-bottom: 1%;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .sub_accordion dl dt {
  text-align: center;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .sub_accordion dl dt a {
  background: url("../images/arrow_down04.png") no-repeat right 10px center, #B48F74;
  background-size: 2.5% auto;
  color: #fff;
  display: block;
  padding: 10px;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .sub_accordion dl dt a.active {
  background-image: url("../images/arrow_up04.png");
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .sub_accordion dl dd {
  padding: 4.1666666667%;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .sub_accordion dl dd p strong {
  font-size: 1.094vw;
  font-weight: 400;
  text-align: left;
  margin-bottom: 1%;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .sub_accordion dl dd p strong {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .sub_accordion dl dd p strong {
    font-size: 3.271vw;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .sub_accordion dl dd p span {
  display: block;
  font-size: 1.094vw;
  margin-bottom: 2%;
  color: #312C2A;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .sub_accordion dl dd p span.caution_box {
  font-size: 0.938vw;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .sub_accordion dl dd p span.caution_box {
    font-size: 12px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .sub_accordion dl dd p span.caution_box {
    font-size: 2.804vw;
  }
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .sub_accordion dl dd p span {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .sub_accordion dl dd p span {
    font-size: 3.271vw;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .option {
  background: #F7F3ED;
  padding: 10px 21px 5px;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .option {
    margin-top: 3%;
    padding: 20px;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .option strong {
  font-family: soleil;
  display: block;
  font-weight: 500;
  font-size: 1.094vw;
  color: #B48F74;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .option strong {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .option strong {
    font-size: 3.738vw;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .option ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .option ul {
    display: block;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .option ul li {
  width: 45.6621004566%;
  font-size: 1.094vw;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .option ul li {
    width: 100%;
    font-size: 3.271vw;
  }
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .option ul li p {
  font-weight: 400;
}
section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .option ul li span {
  font-size: 1.094vw;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .option ul li span {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .option ul li span {
    font-size: 3.271vw;
  }
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .option ul li {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .menu_item_box02 .text_box .option ul li {
    font-size: 3.271vw;
  }
}
section.cafe_menu .cafemenu_box dl dd .boder_box01 {
  display: table;
  border: 1px solid #C9AD99;
  margin: 0 auto;
  padding: 1% 2%;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .boder_box01 {
    width: 89.4736842105%;
    padding: 2%;
  }
}
section.cafe_menu .cafemenu_box dl dd .boder_box01.margin01 {
  margin-bottom: 5%;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .boder_box01.margin01 {
    margin-bottom: 10%;
  }
}
section.cafe_menu .cafemenu_box dl dd .boder_box01.small_text {
  font-size: 0.938vw;
  letter-spacing: 0.03em;
  line-height: 1.8333333333;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .boder_box01.small_text {
    font-size: 12px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .boder_box01.small_text {
    font-size: 2.804vw;
  }
}
section.cafe_menu .cafemenu_box dl dd .boder_box01.wide01 {
  width: 100%;
  padding: 5%;
  color: #312C2A;
  font-size: 1.094vw;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .boder_box01.wide01 {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .boder_box01.wide01 {
    font-size: 3.271vw;
  }
}
section.cafe_menu .cafemenu_box dl dd .boder_box01.wide01 strong {
  font-size: 1.094vw;
  font-weight: 600;
  color: #312C2A;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .boder_box01.wide01 strong {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .boder_box01.wide01 strong {
    font-size: 3.271vw;
  }
}
section.cafe_menu .cafemenu_box dl dd .bg_box01 {
  display: table;
  font-size: 1.094vw;
  color: #fff;
  margin: 0 auto;
  background: #B48F74;
  padding: 1% 7%;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .bg_box01 {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .bg_box01 {
    font-size: 3.271vw;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .bg_box01 {
    margin: 8% auto;
  }
}
section.cafe_menu .cafemenu_box dl dd .drink {
  width: 82.8125%;
  margin: 0 auto 7.1698113208%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .drink {
    display: block;
    width: 89.4736842105%;
  }
}
section.cafe_menu .cafemenu_box dl dd .drink ul {
  width: 45.2830188679%;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .drink ul {
    width: 100%;
  }
}
section.cafe_menu .cafemenu_box dl dd .drink ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #EFDFD5;
  font-size: 1.094vw;
  font-weight: 500;
  color: #312C2A;
  line-height: 1.5625;
  margin-bottom: 1%;
  padding-bottom: 0.5%;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .drink ul li {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .drink ul li {
    font-size: 3.738vw;
  }
}
section.cafe_menu .cafemenu_box dl dd .drink ul li p {
  font-weight: 600;
  width: 83.3333333333%;
}
section.cafe_menu .cafemenu_box dl dd .drink ul li p em {
  font-weight: 400;
}
section.cafe_menu .cafemenu_box dl dd .drink ul li span {
  font-family: soleil;
  text-align: right;
  font-weight: 400;
}
section.cafe_menu .cafemenu_box dl dd .text_center_box {
  text-align: center;
  font-size: 1.094vw;
  line-height: 1.7857142857;
  margin: 8% auto;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .text_center_box {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .text_center_box {
    font-size: 3.271vw;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .text_center_box {
    margin: 10% auto;
  }
}
section.cafe_menu .cafemenu_box dl dd .text_center_box.margin01 {
  margin: 3% auto;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .text_center_box.margin01 {
    margin: 7% auto;
  }
}
section.cafe_menu .cafemenu_box dl dd .text_center_box.large_text {
  font-size: 1.25vw;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .text_center_box.large_text {
    font-size: 16px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .text_center_box.large_text {
    font-size: 3.738vw;
  }
}
section.cafe_menu .cafemenu_box dl dd .text_center_box strong.bold_text {
  font-size: 1.25vw;
  font-weight: 600;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .text_center_box strong.bold_text {
    font-size: 16px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .text_center_box strong.bold_text {
    font-size: 3.738vw;
  }
}
section.cafe_menu .cafemenu_box dl dd .text_center_box em.price {
  font-family: soleil;
}
section.cafe_menu .cafemenu_box dl dd .reserved_icon {
  text-align: center;
}
section.cafe_menu .cafemenu_box dl dd .reserved_icon strong {
  display: inline-block;
  font-size: 1.016vw;
  font-weight: 600;
  color: #B48F74;
  border-bottom: 1px solid #B48F74;
  text-align: center;
  padding-bottom: 0.5em;
  padding-left: 1.7em;
  margin: 6.7088607595% auto 0;
  background-image: url("../../cafe_top/calender_icon.png");
  background-repeat: no-repeat;
  background-position: left top 25%;
  background-size: auto 55%;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .reserved_icon strong {
    font-size: 13px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .reserved_icon strong {
    font-size: 3.037vw;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .reserved_icon strong {
    margin: 9.2105263158% auto 0;
  }
}
section.cafe_menu .cafemenu_box dl dd .tel_link {
  text-align: center;
  margin-bottom: 3%;
}
section.cafe_menu .cafemenu_box dl dd .tel_link a {
  display: inline-block;
  width: 26.3291139241%;
  padding: 0.5em 2em 0.5em 3em;
  border: 1px solid #B48F74;
  border-radius: 100px;
  font-family: classico-urw;
  font-size: 1.094vw;
  letter-spacing: 0.08em;
  color: #B48F74;
  background-image: url("../../cafe_menu/tel_icon.png");
  background-repeat: no-repeat;
  background-position: left 22% top 50%;
  background-size: auto 35%;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .tel_link a {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .tel_link a {
    font-size: 3.271vw;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .tel_link a {
    margin-bottom: 7%;
    background-position: left 25% top 50%;
    width: 200px;
  }
}
section.cafe_menu .cafemenu_box dl dd .blog_link {
  text-align: center;
  margin-bottom: 1%;
}
section.cafe_menu .cafemenu_box dl dd .blog_link a {
  display: inline-block;
  width: 26.3291139241%;
  padding: 0.75em 2em 0.75em 2em;
  border: 1px solid #B48F74;
  border-radius: 100px;
  font-family: zen-kaku-gothic-new;
  font-size: 0.938vw;
  color: #B48F74;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .blog_link a {
    font-size: 12px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .blog_link a {
    font-size: 2.804vw;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .blog_link a {
    margin-bottom: 3%;
    width: 200px;
  }
}
section.cafe_menu .cafemenu_box dl dd .about_box {
  max-width: 790px;
  margin: 1.5625% auto 6.71875%;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .about_box {
    margin-top: 0;
    margin-bottom: 14.7368421053%;
  }
}
section.cafe_menu .cafemenu_box dl dd .about_box.margin01 {
  margin-bottom: 12.734375%;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .about_box.margin01 {
    margin-top: 0;
    margin-bottom: 14.7368421053%;
  }
}
section.cafe_menu .cafemenu_box dl dd .button01 a.pdf.center {
  max-width: 512px;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .button01 a.pdf.center {
    max-width: 81.5789473684%;
  }
}
section.cafe_menu .cafemenu_box dl dd .takeout_box {
  width: 88.125%;
  margin: 0 auto 4.0625%;
  display: flex;
  justify-content: space-between;
  padding: 2.65625%;
  background: #F7F3ED;
}
section.cafe_menu .cafemenu_box dl dd .takeout_box.margin01 {
  margin-bottom: 10%;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .takeout_box {
    width: 89.4736842105%;
    display: block;
    margin-bottom: 6.8421052632%;
    padding: 0;
    padding-bottom: 7.8947368421%;
  }
}
section.cafe_menu .cafemenu_box dl dd .takeout_box .photo_box {
  width: 46.6037735849%;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .takeout_box .photo_box {
    width: 100%;
    margin-bottom: 6.7647058824%;
  }
}
section.cafe_menu .cafemenu_box dl dd .takeout_box .text_box {
  width: 45.2830188679%;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .takeout_box .text_box {
    width: 80.5882352941%;
    margin: 0 auto;
  }
}
section.cafe_menu .cafemenu_box dl dd .takeout_box .text_box h4 {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 1.406vw;
  margin-bottom: 2.8301886792%;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .takeout_box .text_box h4 {
    font-size: 18px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .takeout_box .text_box h4 {
    font-size: 4.206vw;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .takeout_box .text_box h4 {
    margin-bottom: 6.4705882353%;
  }
}
section.cafe_menu .cafemenu_box dl dd .takeout_box .text_box h4 span {
  display: block;
  font-weight: 400;
  font-size: 0.938vw;
  letter-spacing: 0.03em;
  line-height: 1.8333333333;
  margin-top: 1%;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .takeout_box .text_box h4 span {
    font-size: 12px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .takeout_box .text_box h4 span {
    font-size: 2.804vw;
  }
}
section.cafe_menu .cafemenu_box dl dd .takeout_box .text_box ul {
  margin-bottom: 1.4150943396%;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .takeout_box .text_box ul {
    margin-bottom: 6.4705882353%;
  }
}
section.cafe_menu .cafemenu_box dl dd .takeout_box .text_box ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #EFDFD5;
  font-size: 1.094vw;
  font-weight: 500;
  line-height: 1.5625;
  margin-bottom: 2%;
  padding-bottom: 2%;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .takeout_box .text_box ul li {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .takeout_box .text_box ul li {
    font-size: 3.738vw;
  }
}
section.cafe_menu .cafemenu_box dl dd .takeout_box .text_box ul li p {
  width: 75.7894736842%;
}
section.cafe_menu .cafemenu_box dl dd .takeout_box .text_box ul li p.margin01 {
  padding-left: 3.5em;
}
section.cafe_menu .cafemenu_box dl dd .takeout_box .text_box ul li p em {
  font-weight: 400;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .takeout_box .text_box ul li p em {
    display: block;
    font-size: 3.271vw;
  }
}
section.cafe_menu .cafemenu_box dl dd .takeout_box .text_box ul li span {
  font-family: soleil;
  text-align: right;
  font-weight: 400;
}
section.cafe_menu .cafemenu_box dl dd .takeout_box .text_box p {
  display: block;
  font-size: 1.016vw;
  line-height: 1.6923076923;
}
@media (min-width: 1280px) {
  section.cafe_menu .cafemenu_box dl dd .takeout_box .text_box p {
    font-size: 13px;
  }
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .takeout_box .text_box p {
    font-size: 3.037vw;
  }
}
section.cafe_menu .cafemenu_box dl dd .takeout_box .text_box p strong {
  display: block;
  color: #987055;
}
section.cafe_menu .cafemenu_box dl dd .takeout_box .text_box p span {
  display: block;
}
section.cafe_menu .cafemenu_box dl dd .takeout_box .text_box p span em {
  color: #B48F74;
}
section.cafe_menu .cafemenu_box dl dd .contact_box {
  width: 100%;
  background: #F7F3ED;
  padding: 3.90625% 3.90625% 0;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .contact_box {
    margin-top: 20%;
  }
}
section.cafe_menu .cafemenu_box dl dd .contact_box .inbox {
  max-width: 512px;
  margin: 0 auto 4.296875%;
  text-align: center;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .contact_box .inbox {
    max-width: 380px;
    margin-bottom: 45px;
  }
}
@media (max-width: 428px) and (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .contact_box .inbox {
    width: 88.785046729%;
  }
}
section.cafe_menu .cafemenu_box dl dd .contact_box .inbox strong {
  display: block;
  font-family: shippori-mincho;
  font-size: 16px;
  line-height: 1.75;
}
section.cafe_menu .cafemenu_box dl dd .contact_box .inbox .tel_box {
  font-family: classico-urw;
  font-size: 25px;
  letter-spacing: 0.08em;
  line-height: 1.4285714286;
  color: #fff;
  background: #B48F74;
  padding: 15px 0;
  margin: 13px auto;
}
@media (max-width: 428px) {
  section.cafe_menu .cafemenu_box dl dd .contact_box .inbox .tel_box {
    padding: 10px 0;
  }
}
section.cafe_menu .cafemenu_box dl dd .contact_box .inbox .tel_box a {
  color: #fff;
}
section.cafe_menu .cafemenu_box dl dd .contact_box .inbox span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7857142857;
}
section.cafe_menu .cafemenu_box dl dd .contact_box a.close_button {
  display: block;
  width: 74px;
  text-align: center;
  font-family: soleil;
  color: #fff;
  background: url("../images/arrow_up03.png") no-repeat center top 18px, #B48F74;
  background-size: 18px auto, auto;
  margin: 0 auto;
  padding: 30px 0 22px;
}

section.cafe_about {
  position: relative;
  padding-top: 9.8855359001%;
}
@media (min-width: 1488px) {
  section.cafe_about {
    padding-top: 190px;
  }
}
@media (max-width: 428px) {
  section.cafe_about {
    padding-top: 17.523364486%;
  }
}
section.cafe_about .bg_box {
  position: absolute;
  width: 65.7258064516%;
  height: 77.4193548387%;
  top: 60px;
  right: 0;
  z-index: 5;
  background-image: url(../../cafe_about/bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (min-width: 1488px) {
  section.cafe_about .bg_box {
    width: 978px;
    height: 1152px;
    left: 36.5764828304%;
  }
}
@media (max-width: 428px) {
  section.cafe_about .bg_box {
    top: -1.5%;
    right: 0;
    width: 100%;
    z-index: -1;
    background-image: url(../../cafe_about/bg_sp.png);
    background-size: 110% auto;
    background-position: top right 15%;
  }
}
section.cafe_about .title_box {
  max-width: 1140px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto 6.3995837669% 23.6212278876%;
}
@media (min-width: 1488px) {
  section.cafe_about .title_box {
    width: 1140px;
    margin-bottom: 123px;
  }
}
@media (max-width: 428px) {
  section.cafe_about .title_box {
    width: 90%;
    display: block;
    margin: 0 auto 9.3457943925% 10%;
  }
}
section.cafe_about .title_box dt {
  width: 31.4912280702%;
}
@media (max-width: 428px) {
  section.cafe_about .title_box dt {
    width: 100%;
  }
}
section.cafe_about .title_box dt h2 {
  font-family: shippori-mincho;
  font-size: 2.031vw;
  color: #B48F74;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 11.1420612813%;
}
@media (min-width: 1280px) {
  section.cafe_about .title_box dt h2 {
    font-size: 26px;
  }
}
@media (max-width: 428px) {
  section.cafe_about .title_box dt h2 {
    font-size: 5.607vw;
    line-height: 1.2083333333;
    margin-bottom: 9.3457943925%;
  }
}
section.cafe_about .title_box dt p {
  line-height: 2.7142857143;
  letter-spacing: 0.022em;
}
@media (max-width: 428px) {
  section.cafe_about .title_box dt p {
    line-height: 2.2857142857;
    margin-bottom: 9.3457943925%;
  }
}
section.cafe_about .title_box dd {
  width: 55.9649122807%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 428px) {
  section.cafe_about .title_box dd {
    width: 100%;
    justify-content: flex-end;
  }
}
section.cafe_about .title_box dd img {
  display: block;
  width: 48.9028213166%;
}
@media (max-width: 428px) {
  section.cafe_about .title_box dd img {
    width: 46.4935064935%;
  }
  section.cafe_about .title_box dd img:last-child {
    margin-left: 3%;
  }
}
@media (max-width: 428px) {
  section.cafe_about p.margin01 {
    width: 90%;
    margin: 0 auto 10% 10%;
    line-height: 2.2857142857;
    letter-spacing: 0.022em;
  }
}
section.cafe_about .img_box {
  max-width: 1380px;
  display: flex;
  justify-content: space-between;
  margin: 0 5% 6.3995837669% 0;
}
@media (min-width: 1600px) {
  section.cafe_about .img_box {
    margin-bottom: 123px;
    margin-right: auto;
  }
}
@media (max-width: 428px) {
  section.cafe_about .img_box {
    width: 100%;
    display: block;
    margin-bottom: 24.0654205607%;
  }
}
section.cafe_about .img_box dd {
  width: 62.8985507246%;
}
@media (max-width: 428px) {
  section.cafe_about .img_box dd {
    width: 75.4672897196%;
  }
}
section.cafe_about .img_box dt {
  width: 22.4637681159%;
  padding-top: 5.5072463768%;
}
@media (max-width: 428px) {
  section.cafe_about .img_box dt {
    width: 100%;
  }
}
section.cafe_about .img_box dt p {
  line-height: 2.7142857143;
  letter-spacing: 0.022em;
  margin-bottom: 10%;
}
@media (max-width: 428px) {
  section.cafe_about .img_box dt p {
    width: 90%;
    line-height: 2.2857142857;
    margin-left: 10%;
  }
}
section.cafe_about .anniversary_garden_box {
  width: 90%;
  display: flex;
  justify-content: space-between;
  border: 1px solid #B48F74;
  margin: 0 auto;
  padding: 5.625%;
}
@media (min-width: 1280px) {
  section.cafe_about .anniversary_garden_box {
    width: 1280px;
    padding: 72px;
  }
}
@media (max-width: 428px) {
  section.cafe_about .anniversary_garden_box {
    display: block;
    width: 88.785046729%;
    padding: 10.6308411215%;
    padding-top: 7.0093457944%;
  }
}
section.cafe_about .anniversary_garden_box .text_box {
  width: 34.1549295775%;
}
@media (max-width: 428px) {
  section.cafe_about .anniversary_garden_box .text_box {
    width: 100%;
    margin-bottom: 0;
  }
}
section.cafe_about .anniversary_garden_box .text_box h3 {
  font-size: 2.34375vw;
  color: #B48F74;
  letter-spacing: 0.12em;
  line-height: 1.3333333333;
}
@media (min-width: 1280px) {
  section.cafe_about .anniversary_garden_box .text_box h3 {
    font-size: 30px;
  }
}
@media (max-width: 428px) {
  section.cafe_about .anniversary_garden_box .text_box h3 {
    font-size: 7.0093457944vw;
    margin-bottom: 10%;
  }
}
section.cafe_about .anniversary_garden_box .text_box h3 span {
  margin-top: 0;
}
@media (max-width: 428px) {
  section.cafe_about .anniversary_garden_box .text_box h3 span {
    font-size: 4.206vw;
  }
}
section.cafe_about .anniversary_garden_box .text_box h3 p {
  font-family: zen-kaku-gothic-new;
  font-size: 0.938vw;
  letter-spacing: 0;
  line-height: 1.5833333333;
  margin-top: 3%;
}
@media (min-width: 1280px) {
  section.cafe_about .anniversary_garden_box .text_box h3 p {
    font-size: 12px;
  }
}
@media (max-width: 428px) {
  section.cafe_about .anniversary_garden_box .text_box h3 p {
    font-size: 2.804vw;
  }
}
@media (max-width: 428px) {
  section.cafe_about .anniversary_garden_box .text_box h3 p {
    font-size: 3.271vw;
    line-height: 1.5714285714;
    margin-top: 5%;
  }
}
section.cafe_about .anniversary_garden_box .text_box strong {
  display: block;
  font-family: shippori-mincho;
  font-size: 1.563vw;
  color: #B48F74;
  text-align: center;
  margin: 8% auto 5%;
}
@media (min-width: 1280px) {
  section.cafe_about .anniversary_garden_box .text_box strong {
    font-size: 20px;
  }
}
@media (max-width: 428px) {
  section.cafe_about .anniversary_garden_box .text_box strong {
    font-size: 4.673vw;
  }
}
@media (max-width: 428px) {
  section.cafe_about .anniversary_garden_box .text_box strong {
    font-size: 5.14vw;
    margin-top: 15%;
  }
}
section.cafe_about .anniversary_garden_box .text_box p {
  font-size: 1.094vw;
  line-height: 2.2857142857;
  letter-spacing: 0.022em;
  margin-bottom: 5%;
}
@media (min-width: 1280px) {
  section.cafe_about .anniversary_garden_box .text_box p {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.cafe_about .anniversary_garden_box .text_box p {
    font-size: 3.271vw;
  }
}
@media (max-width: 428px) {
  section.cafe_about .anniversary_garden_box .text_box p {
    margin-bottom: 10%;
  }
}
section.cafe_about .anniversary_garden_box .text_box .button03 {
  text-align: center;
}
section.cafe_about .anniversary_garden_box .text_box .button03 a {
  font-size: 1.094vw;
  color: #B48F74;
  border-bottom: 1px solid #B48F74;
  background-image: url("../images/arrow_brownred_circle02.png");
}
@media (min-width: 1280px) {
  section.cafe_about .anniversary_garden_box .text_box .button03 a {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.cafe_about .anniversary_garden_box .text_box .button03 a {
    font-size: 3.271vw;
  }
}
section.cafe_about .anniversary_garden_box .photo_box {
  width: 55.8098591549%;
  line-height: 0;
}
@media (max-width: 428px) {
  section.cafe_about .anniversary_garden_box .photo_box {
    display: none;
  }
}

h1.second.main_title01.margin01 {
  padding-bottom: 4.6875%;
}
@media (min-width: 1280px) {
  h1.second.main_title01.margin01 {
    padding-bottom: 60px;
  }
}

ul.private_anker {
  display: flex;
  justify-content: space-between;
  width: 29.921875%;
  margin: 0 auto 3.359375%;
}
@media (min-width: 1280px) {
  ul.private_anker {
    width: 383px;
    margin-bottom: 43px;
  }
}
@media (max-width: 428px) {
  ul.private_anker {
    width: 89.4859813084%;
  }
}
ul.private_anker li {
  width: 31.592689295%;
}
ul.private_anker li a {
  display: block;
  background: #B48F74;
  text-align: center;
  color: #fff;
  font-size: 1.094vw;
  line-height: 1.2857142857;
  letter-spacing: 0.03em;
  padding: 0.6em 0 1.25em;
  background-image: url("../../private_plan/arrow_down.png");
  background-repeat: no-repeat;
  background-position: center bottom 10%;
  background-size: 8% auto;
}
@media (min-width: 1280px) {
  ul.private_anker li a {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  ul.private_anker li a {
    font-size: 3.271vw;
  }
}

p.private01 {
  line-height: 2.2857142857;
  margin-bottom: 1.5625%;
}
@media (min-width: 1280px) {
  p.private01 {
    margin-bottom: 20px;
  }
}
@media (max-width: 428px) {
  p.private01 {
    margin-bottom: 4.6728971963%;
  }
}

.bgbox01 {
  text-align: center;
  margin-bottom: 0.78125%;
}
@media (min-width: 1280px) {
  .bgbox01 {
    margin-bottom: 10px;
  }
}
@media (max-width: 428px) {
  .bgbox01 {
    margin-bottom: 4.6728971963%;
  }
}
.bgbox01 span {
  display: inline-block;
  font-family: zen-kaku-gothic-new;
  font-size: 14px;
  background: #B48F74;
  color: #fff;
  padding: 0.15em 1em;
  vertical-align: top;
}
@media (max-width: 428px) {
  .bgbox01 span {
    font-size: 3.271vw;
  }
}

section.cafe_private_plan {
  max-width: 1280px;
  position: relative;
  margin: 5.46875% auto auto;
  padding: 0 0 3.125%;
}
@media (min-width: 1280px) {
  section.cafe_private_plan {
    margin: 70px auto auto;
    padding: 0 0 40px;
  }
}
@media (max-width: 428px) {
  section.cafe_private_plan {
    margin-top: 17.9906542056%;
  }
}
section.cafe_private_plan h2 {
  font-size: 4.063vw;
  font-family: classico-urw;
  color: #B48F74;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 3.125%;
}
@media (min-width: 1280px) {
  section.cafe_private_plan h2 {
    font-size: 52px;
  }
}
@media (max-width: 428px) {
  section.cafe_private_plan h2 {
    font-size: 7.944vw;
  }
}
@media (min-width: 1280px) {
  section.cafe_private_plan h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 428px) {
  section.cafe_private_plan h2 {
    margin-bottom: 6.5420560748%;
  }
}
section.cafe_private_plan h2 span {
  display: block;
  font-size: 1.25vw;
  font-family: zen-kaku-gothic-new;
}
@media (min-width: 1280px) {
  section.cafe_private_plan h2 span {
    font-size: 16px;
  }
}
@media (max-width: 428px) {
  section.cafe_private_plan h2 span {
    font-size: 3.738vw;
  }
}
section.cafe_private_plan .mainphoto_box {
  max-width: 985px;
  margin: 0 auto 16.2436548223%;
}
@media (min-width: 985px) {
  section.cafe_private_plan .mainphoto_box {
    margin: 0 auto 160px;
  }
}
@media (max-width: 428px) {
  section.cafe_private_plan .mainphoto_box {
    margin-bottom: 25.7009345794%;
  }
}
section.cafe_private_plan .mainphoto_box ul {
  width: 56.4467005076%;
  border-top: 1px solid #B48F74;
  border-bottom: 1px solid #B48F74;
  padding: 2% 0;
  margin: 4.7715736041% auto 2.0304568528%;
}
@media (min-width: 985px) {
  section.cafe_private_plan .mainphoto_box ul {
    margin: 47px auto 20px;
  }
}
@media (max-width: 428px) {
  section.cafe_private_plan .mainphoto_box ul {
    padding: 7.0093457944% 0;
    margin-top: 7.0093457944%;
    margin-bottom: 3.5046728972%;
    width: 80.8411214953%;
  }
}
section.cafe_private_plan .mainphoto_box ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.094vw;
  margin-bottom: 2%;
}
@media (min-width: 1280px) {
  section.cafe_private_plan .mainphoto_box ul li {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.cafe_private_plan .mainphoto_box ul li {
    font-size: 3.271vw;
  }
}
@media (max-width: 428px) {
  section.cafe_private_plan .mainphoto_box ul li {
    margin-bottom: 4%;
  }
}
section.cafe_private_plan .mainphoto_box ul li:last-child {
  margin-bottom: 0;
}
section.cafe_private_plan .mainphoto_box ul li p {
  width: 16.1870503597%;
  font-weight: 600;
  color: #B48F74;
}
@media (max-width: 428px) {
  section.cafe_private_plan .mainphoto_box ul li p {
    width: 26.0115606936%;
  }
}
section.cafe_private_plan .mainphoto_box ul li span {
  width: 78.0575539568%;
}
@media (max-width: 428px) {
  section.cafe_private_plan .mainphoto_box ul li span {
    width: 67.0520231214%;
    line-height: 1.5714285714;
  }
}
section.cafe_private_plan .mainphoto_box .button01 {
  width: 56.4467005076%;
  margin: 0 auto 4.7715736041%;
}
@media (min-width: 985px) {
  section.cafe_private_plan .mainphoto_box .button01 {
    margin: 0 auto 47px;
  }
}
@media (max-width: 428px) {
  section.cafe_private_plan .mainphoto_box .button01 {
    width: 72.4299065421%;
    margin-bottom: 4.6728971963%;
  }
}
section.cafe_private_plan strong.title {
  display: block;
  text-align: center;
  font-family: shippori-mincho;
  font-size: 1.875vw;
  margin-bottom: 2.0833333333%;
}
@media (min-width: 985px) {
  section.cafe_private_plan strong.title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media (max-width: 428px) {
  section.cafe_private_plan strong.title {
    font-size: 4.206vw;
    line-height: 1.7777777778;
  }
}
section.cafe_private_plan .photo_box {
  width: 76.953125%;
  z-index: 2;
}
@media (max-width: 428px) {
  section.cafe_private_plan .photo_box {
    width: 88.785046729%;
    margin: 0 auto 11.6822429907%;
  }
}
section.cafe_private_plan .text_box {
  width: 87.1875%;
  display: flex;
  justify-content: space-between;
  background: #F7F3ED;
  margin: -20% 0 0 auto;
  padding: 26.8817204301% 5.1971326165% 6.7204301075% 5.376344086%;
}
@media (max-width: 428px) {
  section.cafe_private_plan .text_box {
    width: 100%;
    display: block;
    margin: -30.3738317757% auto 0;
    padding-bottom: 11.6822429907%;
  }
}
section.cafe_private_plan .text_box .left_box {
  width: 38.7755102041%;
}
@media (max-width: 428px) {
  section.cafe_private_plan .text_box .left_box {
    width: 91.0526315789%;
    margin-left: auto;
    margin-right: auto;
  }
}
section.cafe_private_plan .text_box .left_box h3 {
  font-size: 4.0625vw;
  letter-spacing: 0.07em;
  line-height: 1.1538461538;
  color: #B48F74;
  margin-bottom: 8.6705202312%;
}
@media (min-width: 1280px) {
  section.cafe_private_plan .text_box .left_box h3 {
    font-size: 52px;
  }
}
@media (max-width: 428px) {
  section.cafe_private_plan .text_box .left_box h3 {
    font-size: 8.4112149533vw;
  }
}
section.cafe_private_plan .text_box .left_box h3 span {
  font-family: zen-kaku-gothic-new;
}
section.cafe_private_plan .text_box .left_box h3 span.margin01 {
  margin-top: 9.2105263158%;
}
@media (max-width: 428px) {
  section.cafe_private_plan .text_box .left_box h3 span {
    font-size: 3.738vw;
    margin-top: 3%;
  }
}
section.cafe_private_plan .text_box .left_box p.exp {
  font-size: 1.094vw;
  text-align: center;
  line-height: 2.2857142857;
}
@media (min-width: 1280px) {
  section.cafe_private_plan .text_box .left_box p.exp {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.cafe_private_plan .text_box .left_box p.exp {
    font-size: 3.271vw;
  }
}
@media (max-width: 428px) {
  section.cafe_private_plan .text_box .left_box p.exp {
    line-height: 1.7857142857;
    margin-bottom: 8.6705202312%;
  }
}
section.cafe_private_plan .text_box .right_box {
  width: 51.8218623482%;
}
@media (max-width: 428px) {
  section.cafe_private_plan .text_box .right_box {
    width: 91.0526315789%;
    margin-left: auto;
    margin-right: auto;
  }
}
section.cafe_private_plan .text_box .right_box ul {
  border-top: 1px solid #B48F74;
  border-bottom: 1px solid #B48F74;
  padding: 4% 0;
  margin-bottom: 5%;
}
@media (max-width: 428px) {
  section.cafe_private_plan .text_box .right_box ul {
    padding: 8.6705202312% 0;
    margin-bottom: 8.6705202312%;
  }
}
section.cafe_private_plan .text_box .right_box ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.094vw;
  margin-bottom: 2%;
}
@media (min-width: 1280px) {
  section.cafe_private_plan .text_box .right_box ul li {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.cafe_private_plan .text_box .right_box ul li {
    font-size: 3.271vw;
  }
}
@media (max-width: 428px) {
  section.cafe_private_plan .text_box .right_box ul li {
    margin-bottom: 4%;
  }
}
section.cafe_private_plan .text_box .right_box ul li:last-child {
  margin-bottom: 0;
}
section.cafe_private_plan .text_box .right_box ul li p {
  width: 17.578125%;
  font-weight: 600;
  color: #B48F74;
}
@media (max-width: 428px) {
  section.cafe_private_plan .text_box .right_box ul li p {
    width: 26.0115606936%;
  }
}
section.cafe_private_plan .text_box .right_box ul li span,
section.cafe_private_plan .text_box .right_box ul li dl {
  width: 74.8046875%;
}
@media (max-width: 428px) {
  section.cafe_private_plan .text_box .right_box ul li span,
  section.cafe_private_plan .text_box .right_box ul li dl {
    width: 67.0520231214%;
    line-height: 1.5714285714;
  }
}
section.cafe_private_plan .text_box .right_box ul li dl {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 428px) {
  section.cafe_private_plan .text_box .right_box ul li dl.wide {
    display: block;
  }
}
section.cafe_private_plan .text_box .right_box ul li dl.wide dt {
  width: 35%;
}
@media (max-width: 428px) {
  section.cafe_private_plan .text_box .right_box ul li dl.wide dt {
    width: 100%;
  }
}
section.cafe_private_plan .text_box .right_box ul li dl.wide dd {
  width: 60%;
}
@media (max-width: 428px) {
  section.cafe_private_plan .text_box .right_box ul li dl.wide dd {
    width: 100%;
    margin-bottom: 3%;
  }
  section.cafe_private_plan .text_box .right_box ul li dl.wide dd:last-child {
    margin-bottom: 0;
  }
}
section.cafe_private_plan .text_box .right_box ul li dl dt {
  width: 30%;
}
@media (max-width: 428px) {
  section.cafe_private_plan .text_box .right_box ul li dl dt {
    width: 50%;
  }
}
section.cafe_private_plan .text_box .right_box ul li dl dd {
  width: 65%;
}
@media (max-width: 428px) {
  section.cafe_private_plan .text_box .right_box ul li dl dd {
    width: 50%;
  }
}
section.cafe_private_plan .text_box .right_box ul li i {
  font-size: 0.938vw;
}
@media (min-width: 1280px) {
  section.cafe_private_plan .text_box .right_box ul li i {
    font-size: 12px;
  }
}
@media (max-width: 428px) {
  section.cafe_private_plan .text_box .right_box ul li i {
    font-size: 2.804vw;
  }
}
@media (max-width: 428px) {
  section.cafe_private_plan .text_box .right_box ul li i {
    display: block;
  }
}
section.cafe_private_plan .text_box .right_box ul li em {
  padding-left: 25.1953125%;
  width: 74.8046875%;
}
@media (max-width: 428px) {
  section.cafe_private_plan .text_box .right_box ul li em {
    padding-left: 38.2789317507%;
    width: 113.649851632%;
    font-size: 2.804vw;
  }
}
section.cafe_private_plan .text_box .right_box .sub_accordion dl {
  margin-bottom: 1%;
}
section.cafe_private_plan .text_box .right_box .sub_accordion dl dt {
  text-align: center;
}
section.cafe_private_plan .text_box .right_box .sub_accordion dl dt a {
  background: url("../images/arrow_down04.png") no-repeat right 10px center, #B48F74;
  background-size: 2.5% auto;
  color: #fff;
  display: block;
  padding: 10px;
}
section.cafe_private_plan .text_box .right_box .sub_accordion dl dt a.active {
  background-image: url("../images/arrow_up04.png");
}
section.cafe_private_plan .text_box .right_box .sub_accordion dl dd.accordion {
  padding: 6.25%;
  border: 1px solid #B48F74;
  border-top: none;
  display: none;
}
@media (max-width: 428px) {
  section.cafe_private_plan .text_box .right_box .sub_accordion dl dd.accordion {
    padding: 8.6705202312%;
  }
}
section.cafe_private_plan .text_box .right_box .menu_box dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 428px) {
  section.cafe_private_plan .text_box .right_box .menu_box dl {
    display: block;
    padding-bottom: 10%;
  }
}
section.cafe_private_plan .text_box .right_box .menu_box dl:last-child {
  padding-top: 5%;
  margin-top: 5%;
  border-top: 1px solid #B48F74;
}
@media (max-width: 428px) {
  section.cafe_private_plan .text_box .right_box .menu_box dl:last-child {
    margin: 0 auto;
    padding-top: 10%;
    padding-bottom: 5%;
  }
}
section.cafe_private_plan .text_box .right_box .menu_box dl dt {
  width: 35%;
  text-align: center;
  font-family: classico-urw;
  font-size: 2.031vw;
  color: #B48F74;
  letter-spacing: 0.08em;
}
@media (min-width: 1280px) {
  section.cafe_private_plan .text_box .right_box .menu_box dl dt {
    font-size: 26px;
  }
}
@media (max-width: 428px) {
  section.cafe_private_plan .text_box .right_box .menu_box dl dt {
    width: 100%;
    font-size: 6.075vw;
    margin-bottom: 8%;
  }
}
section.cafe_private_plan .text_box .right_box .menu_box dl dt span {
  display: block;
  font-family: zen-kaku-gothic-new;
  font-size: 0.938vw;
  color: #000;
  margin-top: 3%;
  letter-spacing: 0;
}
@media (min-width: 1280px) {
  section.cafe_private_plan .text_box .right_box .menu_box dl dt span {
    font-size: 12px;
  }
}
@media (max-width: 428px) {
  section.cafe_private_plan .text_box .right_box .menu_box dl dt span {
    font-size: 2.804vw;
  }
}
section.cafe_private_plan .text_box .right_box .menu_box dl dd {
  width: 60%;
  font-size: 1.094vw;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
}
@media (min-width: 1280px) {
  section.cafe_private_plan .text_box .right_box .menu_box dl dd {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.cafe_private_plan .text_box .right_box .menu_box dl dd {
    font-size: 3.271vw;
  }
}
@media (max-width: 428px) {
  section.cafe_private_plan .text_box .right_box .menu_box dl dd {
    width: 100%;
    text-align: center;
    line-height: 2.1428571429;
  }
}
section.cafe_private_plan .text_box .right_box .menu_box dl dd dl.table_menu {
  flex-flow: wrap;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
}
@media (max-width: 428px) {
  section.cafe_private_plan .text_box .right_box .menu_box dl dd dl.table_menu {
    display: flex;
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}
section.cafe_private_plan .text_box .right_box .menu_box dl dd dl.table_menu dt {
  width: 60%;
  font-size: 1.094vw;
  font-family: zen-kaku-gothic-new;
  color: #000;
  text-align: left;
  letter-spacing: 0;
}
@media (min-width: 1280px) {
  section.cafe_private_plan .text_box .right_box .menu_box dl dd dl.table_menu dt {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.cafe_private_plan .text_box .right_box .menu_box dl dd dl.table_menu dt {
    font-size: 3.271vw;
  }
}
@media (max-width: 428px) {
  section.cafe_private_plan .text_box .right_box .menu_box dl dd dl.table_menu dt {
    margin-bottom: 0;
  }
}
section.cafe_private_plan .text_box .right_box .menu_box dl dd dl.table_menu dd {
  width: 30%;
  text-align: right;
}
section.cafe_private_plan .button01 a {
  max-width: 100%;
}
section.cafe_private_plan .button03 a.black {
  width: auto;
  padding-right: 0;
  margin-top: 3%;
  font-size: 1.016vw;
}
@media (min-width: 1280px) {
  section.cafe_private_plan .button03 a.black {
    font-size: 13px;
  }
}
@media (max-width: 428px) {
  section.cafe_private_plan .button03 a.black {
    font-size: 3.037vw;
  }
}
@media (max-width: 428px) {
  section.cafe_private_plan .button03 a.black {
    display: inline-block;
  }
}

@media (max-width: 428px) {
  h1.margin01 {
    margin: 10% auto 5%;
  }
}

section.cafe_anniversary {
  padding: 7.8125% 0;
  overflow-x: hidden;
}
@media (max-width: 428px) {
  section.cafe_anniversary.bgcolor {
    padding: 9.8130841121% 0;
  }
}
section.cafe_anniversary h2 {
  font-family: classico-urw;
  font-size: 2.8125vw;
  line-height: 1.3888888889;
  letter-spacing: 0.08em;
  text-align: center;
  color: #B48F74;
  margin-bottom: 1%;
}
@media (min-width: 1280px) {
  section.cafe_anniversary h2 {
    font-size: 36px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary h2 {
    margin: 11.6822429907% auto 3%;
    font-size: 8.4112149533vw;
  }
}
section.cafe_anniversary .title_box {
  width: 64.609375%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  section.cafe_anniversary .title_box {
    width: 827px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .title_box {
    width: 100%;
    display: block;
    margin-bottom: 11.6822429907%;
  }
}
section.cafe_anniversary .title_box h2 {
  font-family: classico-urw;
  font-size: 3.75vw;
  line-height: 1.0833333333;
  letter-spacing: 0.08em;
  color: #B48F74;
  text-align: center;
}
@media (min-width: 1280px) {
  section.cafe_anniversary .title_box h2 {
    font-size: 48px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .title_box h2 {
    font-size: 8.4112149533vw;
    line-height: 1.1666666667;
    margin: 3% auto 9.3457943925%;
  }
}
section.cafe_anniversary .title_box h2 p {
  font-size: 2.5vw;
  line-height: 1.375;
  letter-spacing: 0.08em;
}
@media (min-width: 1280px) {
  section.cafe_anniversary .title_box h2 p {
    font-size: 32px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .title_box h2 p {
    font-size: 6.308411215vw;
    line-height: 1.3703703704;
  }
}
section.cafe_anniversary .title_box h2 span {
  display: block;
  font-family: zen-kaku-gothic-new;
  font-size: 1.406vw;
  letter-spacing: 0;
  margin-top: 3%;
}
@media (min-width: 1280px) {
  section.cafe_anniversary .title_box h2 span {
    font-size: 18px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .title_box h2 span {
    font-size: 4.206vw;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .title_box h2 span {
    font-size: 3.738vw;
  }
}
section.cafe_anniversary .title_box p {
  font-size: 1.094vw;
  line-height: 2.5714285714;
}
@media (min-width: 1280px) {
  section.cafe_anniversary .title_box p {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .title_box p {
    font-size: 3.271vw;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .title_box p {
    text-align: center;
    line-height: 2.2857142857;
  }
}
section.cafe_anniversary .anniv_small_text {
  font-size: 1.094vw;
  line-height: 2.2857142857;
  display: block;
  text-align: center;
  letter-spacing: 0.2em;
}
@media (min-width: 1280px) {
  section.cafe_anniversary .anniv_small_text {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .anniv_small_text {
    font-size: 3.271vw;
  }
}
section.cafe_anniversary .anniv_small_text.margin01 {
  line-height: 1.7857142857;
  letter-spacing: 0;
  margin-bottom: 10%;
}
section.cafe_anniversary .concierge_box {
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  padding: 5% 10.15625%;
  color: #fff;
  margin: 0 auto 5.78125%;
  background-image: url("../../anniversary/conceierge_bg.png");
  background-color: #B48F74;
  background-repeat: no-repeat;
  background-position: left bottom -5%;
  background-size: 47.65625% auto;
}
@media (min-width: 1280px) {
  section.cafe_anniversary .concierge_box {
    padding: 64px 130px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .concierge_box {
    max-width: 88.785046729%;
    display: block;
    padding: 12.6168224299% 9.8130841121%;
    background-image: url("../../anniversary/conceierge_bg_sp.png");
    background-size: 100% auto;
    background-position: left top 50%;
    margin: 0 auto 18.4210526316%;
  }
}
section.cafe_anniversary .concierge_box .text_box {
  width: 48.137254902%;
}
@media (max-width: 428px) {
  section.cafe_anniversary .concierge_box .text_box {
    width: 100%;
  }
}
section.cafe_anniversary .concierge_box .text_box h3 {
  font-family: classico-urw;
  font-size: 3.28125vw;
  line-height: 1.05;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 50px;
  background: url("../../anniversary/h3_bg.png") no-repeat center bottom;
  background-size: 71.6904276986% auto;
}
@media (min-width: 1280px) {
  section.cafe_anniversary .concierge_box .text_box h3 {
    font-size: 42px;
    margin-bottom: 50px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .concierge_box .text_box h3 {
    font-size: 8.4112149533vw;
    margin-bottom: 10%;
    background-size: 100% auto;
  }
}
section.cafe_anniversary .concierge_box .text_box h3 span {
  font-family: zen-kaku-gothic-new;
  font-size: 1.094vw;
  letter-spacing: 0;
}
@media (min-width: 1280px) {
  section.cafe_anniversary .concierge_box .text_box h3 span {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .concierge_box .text_box h3 span {
    font-size: 2.804vw;
    margin-top: 5%;
  }
}
section.cafe_anniversary .concierge_box .text_box p {
  font-family: zen-kaku-gothic-new;
  font-size: 1.094vw;
  letter-spacing: 0.022em;
  line-height: 2.1428571429;
}
@media (min-width: 1280px) {
  section.cafe_anniversary .concierge_box .text_box p {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .concierge_box .text_box p {
    font-size: 3.271vw;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .concierge_box .text_box p {
    text-align: center;
    margin-bottom: 10%;
  }
}
section.cafe_anniversary .concierge_box .photo_box {
  width: 44.4117647059%;
  line-height: 0;
}
@media (max-width: 428px) {
  section.cafe_anniversary .concierge_box .photo_box {
    width: 100%;
  }
}
section.cafe_anniversary .case_box {
  width: 54.921875%;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  section.cafe_anniversary .case_box {
    width: 703px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .case_box {
    width: 88.785046729%;
  }
}
section.cafe_anniversary .case_box h3 {
  font-family: shippori-mincho;
  font-size: 1.719vw;
  line-height: 1.9090909091;
  margin-bottom: 3%;
  color: #312C2A;
}
@media (min-width: 1280px) {
  section.cafe_anniversary .case_box h3 {
    font-size: 22px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .case_box h3 {
    font-size: 5.14vw;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .case_box h3 {
    font-size: 4.206vw;
    line-height: 1.7222222222;
    margin-bottom: 10%;
  }
}
section.cafe_anniversary .case_box h3 span {
  font-family: suave-script-pro;
  color: #B48F74;
}
@media (max-width: 428px) {
  section.cafe_anniversary .case_box h3 span {
    font-size: 4.673vw;
  }
}
section.cafe_anniversary .case_box ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 428px) {
  section.cafe_anniversary .case_box ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
section.cafe_anniversary .case_box ul li {
  text-align: center;
  width: 14.5092460882%;
  font-size: 1.094vw;
}
@media (min-width: 1280px) {
  section.cafe_anniversary .case_box ul li {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .case_box ul li {
    font-size: 3.271vw;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .case_box ul li {
    width: 26.8421052632%;
    margin: 0 3% 10%;
  }
  section.cafe_anniversary .case_box ul li:first-child, section.cafe_anniversary .case_box ul li:nth-child(2) {
    margin: 0 5% 10%;
  }
}
section.cafe_anniversary .case_box ul li img {
  display: block;
  margin: 0 auto 15%;
}
section.cafe_anniversary img.menu_photo_box {
  display: block;
  max-width: 880px;
  margin: 4% auto 5%;
}
@media (min-width: 1280px) {
  section.cafe_anniversary img.menu_photo_box {
    margin: 50px auto 65px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary img.menu_photo_box {
    max-width: 88.785046729%;
    margin: 5% auto 0;
  }
}
section.cafe_anniversary .menu_box {
  width: 55.625%;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  section.cafe_anniversary .menu_box {
    width: 712px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .menu_box {
    width: 88.785046729%;
  }
}
section.cafe_anniversary .menu_box ul {
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  margin: 0 auto 2%;
}
@media (min-width: 1280px) {
  section.cafe_anniversary .menu_box ul {
    margin-bottom: 30px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .menu_box ul {
    display: block;
    margin-bottom: 5%;
  }
}
section.cafe_anniversary .menu_box ul li {
  width: 46.2078651685%;
  border-top: 1px solid #EFDFD5;
  border-bottom: 1px solid #EFDFD5;
  padding: 5% 0;
}
@media (max-width: 428px) {
  section.cafe_anniversary .menu_box ul li {
    width: 100%;
    border-top: none;
    padding: 10% 0;
  }
}
section.cafe_anniversary .menu_box ul li strong {
  display: block;
  text-align: center;
  font-family: classico-urw;
  font-size: 2.5vw;
  line-height: 1.375;
  letter-spacing: 0.08em;
  color: #B48F74;
}
@media (min-width: 1280px) {
  section.cafe_anniversary .menu_box ul li strong {
    font-size: 32px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .menu_box ul li strong {
    font-size: 6.5420560748vw;
  }
}
section.cafe_anniversary .menu_box ul li div {
  color: #312C2A;
}
section.cafe_anniversary .menu_box ul li div p {
  font-family: soleil;
  font-size: 1.406vw;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 10% auto 5%;
}
@media (min-width: 1280px) {
  section.cafe_anniversary .menu_box ul li div p {
    font-size: 18px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .menu_box ul li div p {
    font-size: 4.206vw;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .menu_box ul li div p {
    margin: 5% auto;
  }
}
section.cafe_anniversary .menu_box ul li div span {
  display: block;
  text-align: center;
  font-size: 1.094vw;
  line-height: 1.7857142857;
}
@media (min-width: 1280px) {
  section.cafe_anniversary .menu_box ul li div span {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .menu_box ul li div span {
    font-size: 3.271vw;
  }
}
section.cafe_anniversary .menu_box ul li div dl {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  max-width: 165px;
  margin: 5% auto 3%;
}
section.cafe_anniversary .menu_box ul li div dl dt {
  width: 50%;
  line-height: 1.8888888889;
}
section.cafe_anniversary .menu_box ul li div dl dt em {
  font-size: 0.938vw;
}
@media (min-width: 1280px) {
  section.cafe_anniversary .menu_box ul li div dl dt em {
    font-size: 12px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .menu_box ul li div dl dt em {
    font-size: 2.804vw;
  }
}
section.cafe_anniversary .menu_box ul li div dl dd {
  width: 50%;
  text-align: right;
  font-family: soleil;
  font-size: 1.406vw;
  letter-spacing: 0.05em;
}
@media (min-width: 1280px) {
  section.cafe_anniversary .menu_box ul li div dl dd {
    font-size: 18px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .menu_box ul li div dl dd {
    font-size: 4.206vw;
  }
}
section.cafe_anniversary .okuizome_box {
  padding-top: 6.0393258427%;
  padding-bottom: 6.0393258427%;
  margin: 9.4101123596% auto;
  margin-left: -200%;
  margin-right: -200%;
  padding-left: 200%;
  padding-right: 200%;
  background-color: #F7F3ED;
  overflow-x: hidden;
}
@media (min-width: 1280px) {
  section.cafe_anniversary .okuizome_box {
    margin-top: 67px;
    margin-bottom: 67px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .okuizome_box {
    padding-top: 10.046728972%;
    padding-bottom: 10.046728972%;
    margin-top: 15.6542056075%;
    margin-bottom: 9.3457943925%;
  }
}
section.cafe_anniversary .okuizome_box .inbox {
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
}
@media (max-width: 428px) {
  section.cafe_anniversary .okuizome_box .inbox {
    width: 100%;
    display: block;
  }
}
section.cafe_anniversary .okuizome_box .inbox .photo_box {
  width: 51.2640449438%;
}
@media (max-width: 428px) {
  section.cafe_anniversary .okuizome_box .inbox .photo_box {
    width: 100%;
    margin-bottom: 7.8947368421%;
  }
}
section.cafe_anniversary .okuizome_box .inbox .text_box {
  width: 42.1348314607%;
}
@media (max-width: 428px) {
  section.cafe_anniversary .okuizome_box .inbox .text_box {
    width: 88.785046729%;
    margin: 0 auto;
  }
}
section.cafe_anniversary .okuizome_box .inbox .text_box p {
  font-size: 1.016vw;
  text-align: center;
  line-height: 1.6923076923;
  margin-bottom: 6.6666666667%;
}
@media (min-width: 1280px) {
  section.cafe_anniversary .okuizome_box .inbox .text_box p {
    font-size: 13px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .okuizome_box .inbox .text_box p {
    font-size: 3.037vw;
  }
}
section.cafe_anniversary .okuizome_box .inbox .text_box strong {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10%;
}
@media (max-width: 428px) {
  section.cafe_anniversary .okuizome_box .inbox .text_box strong {
    margin-bottom: 10.5263157895%;
  }
}
section.cafe_anniversary .okuizome_box .inbox .text_box strong em {
  display: block;
  width: 18.6666666667%;
}
section.cafe_anniversary .okuizome_box .inbox .text_box strong p {
  width: 76%;
  color: #B48F74;
  font-size: 2.188vw;
  letter-spacing: 0;
  line-height: 1;
  text-align: left;
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  section.cafe_anniversary .okuizome_box .inbox .text_box strong p {
    font-size: 28px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .okuizome_box .inbox .text_box strong p {
    font-size: 6.542vw;
  }
}
section.cafe_anniversary .okuizome_box .inbox .text_box strong p span {
  display: block;
  font-family: classico-urw;
  font-size: 1.406vw;
  letter-spacing: 0.08em;
  margin-top: 5%;
}
@media (min-width: 1280px) {
  section.cafe_anniversary .okuizome_box .inbox .text_box strong p span {
    font-size: 18px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .okuizome_box .inbox .text_box strong p span {
    font-size: 4.206vw;
  }
}
section.cafe_anniversary .option_box {
  display: flex;
  justify-content: space-between;
  border: 1px solid #EFDFD5;
  padding: 6.6011235955%;
  margin: 0 auto 9.4101123596%;
}
@media (min-width: 1280px) {
  section.cafe_anniversary .option_box {
    padding: 47px;
    margin: 0 auto 67px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .option_box {
    display: block;
    padding: 4.7368421053%;
    margin: 0 auto 9.3457943925%;
  }
}
section.cafe_anniversary .option_box .text_box {
  width: 61.1650485437%;
}
@media (max-width: 428px) {
  section.cafe_anniversary .option_box .text_box {
    width: 100%;
  }
}
section.cafe_anniversary .option_box .text_box strong {
  display: block;
  text-align: center;
  color: #B48F74;
  font-family: classico-urw;
  font-size: 1.719vw;
  letter-spacing: 0.08em;
  margin: 3% auto 12%;
}
@media (min-width: 1280px) {
  section.cafe_anniversary .option_box .text_box strong {
    font-size: 22px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .option_box .text_box strong {
    font-size: 5.14vw;
  }
}
section.cafe_anniversary .option_box .text_box dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #EFDFD5;
  padding-bottom: 2%;
  margin-bottom: 3%;
  color: #312C2A;
}
@media (max-width: 428px) {
  section.cafe_anniversary .option_box .text_box dl {
    margin-bottom: 5%;
  }
}
section.cafe_anniversary .option_box .text_box dl dt {
  width: 67%;
}
section.cafe_anniversary .option_box .text_box dl dd {
  width: 33%;
  text-align: right;
  font-family: soleil;
  font-size: 1.25vw;
}
@media (min-width: 1280px) {
  section.cafe_anniversary .option_box .text_box dl dd {
    font-size: 16px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .option_box .text_box dl dd {
    font-size: 3.738vw;
  }
}
section.cafe_anniversary .option_box .photo_box {
  width: 28.4789644013%;
}
@media (max-width: 428px) {
  section.cafe_anniversary .option_box .photo_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
section.cafe_anniversary .option_box .photo_box img {
  display: block;
  line-height: 0;
}
@media (max-width: 428px) {
  section.cafe_anniversary .option_box .photo_box img {
    width: 48.8372093023%;
  }
}
section.cafe_anniversary .option_box .photo_box img:first-child {
  margin-bottom: 8%;
}
@media (max-width: 428px) {
  section.cafe_anniversary .option_box .photo_box img:first-child {
    margin-bottom: 0;
  }
}
section.cafe_anniversary .rental_box {
  display: flex;
  justify-content: space-between;
  align-content: flex-end;
  flex-flow: row-reverse;
  background: #F7F3ED;
  padding: 6.6011235955%;
}
@media (min-width: 1280px) {
  section.cafe_anniversary .rental_box {
    padding: 47px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .rental_box {
    display: block;
    padding: 8.9473684211% 4.7368421053%;
  }
}
section.cafe_anniversary .rental_box .photo_box {
  width: 34.142394822%;
}
@media (max-width: 428px) {
  section.cafe_anniversary .rental_box .photo_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5%;
  }
}
section.cafe_anniversary .rental_box .photo_box img {
  display: block;
}
@media (max-width: 428px) {
  section.cafe_anniversary .rental_box .photo_box img {
    width: 48.8372093023%;
  }
}
section.cafe_anniversary .rental_box .photo_box img:first-child {
  margin-bottom: 8%;
}
@media (max-width: 428px) {
  section.cafe_anniversary .rental_box .photo_box img:first-child {
    margin-bottom: 0;
  }
}
section.cafe_anniversary .rental_box .text_box {
  width: 53.3980582524%;
}
@media (max-width: 428px) {
  section.cafe_anniversary .rental_box .text_box {
    width: 100%;
  }
}
section.cafe_anniversary .rental_box .text_box strong {
  display: block;
  font-size: 1.25vw;
  font-weight: 600;
  color: #B48F74;
  text-align: center;
  letter-spacing: 0.022em;
  line-height: 1.875;
  margin: 3% auto 7%;
}
@media (min-width: 1280px) {
  section.cafe_anniversary .rental_box .text_box strong {
    font-size: 16px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .rental_box .text_box strong {
    font-size: 3.738vw;
    margin: 3% auto 3%;
  }
}
section.cafe_anniversary .rental_box .text_box p {
  font-size: 1.094vw;
  line-height: 1.7857142857;
  margin-bottom: 10%;
}
@media (min-width: 1280px) {
  section.cafe_anniversary .rental_box .text_box p {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .rental_box .text_box p {
    font-size: 3.271vw;
  }
}
@media (max-width: 428px) {
  section.cafe_anniversary .rental_box .text_box p {
    text-align: center;
    margin-bottom: 5%;
  }
}

.cafe.bgcolor {
  background: #F7F3ED;
}

.contact_box.cafe {
  max-width: 512px;
  color: #625B4B;
  border: 1px solid #B48F74;
  text-align: center;
  padding: 40px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact_box.cafe {
    width: 66.6666666667%;
    padding: 5.2083333333%;
    margin: 15.1869158879% auto;
  }
}
@media (max-width: 428px) {
  .contact_box.cafe {
    width: 81.220657277%;
    padding: 8.1775700935% 5.3738317757%;
  }
}
.contact_box.cafe strong {
  display: block;
  font-family: shippori-mincho;
  font-size: 16px;
  margin-bottom: 14px;
}
@media (max-width: 428px) {
  .contact_box.cafe strong {
    font-size: 3.738vw;
    margin-bottom: 10px;
  }
}
.contact_box.cafe .tel_box {
  background: #B48F74;
  font-family: classico-urw;
  font-size: 25px;
  letter-spacing: 0.08em;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 14px;
}
@media (max-width: 428px) {
  .contact_box.cafe .tel_box {
    font-size: 6.075vw;
  }
}
@media (max-width: 428px) {
  .contact_box.cafe .tel_box a {
    display: block;
    color: #fff;
    cursor: pointer;
  }
}
.contact_box.cafe p {
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media (max-width: 428px) {
  .contact_box.cafe p {
    font-size: 14px;
  }
}

section.bridal_fair.footer {
  padding: 7.265625% 0;
  background: #fff;
}
section.bridal_fair.footer.bg_none {
  background: none;
}
@media (max-width: 428px) {
  section.bridal_fair.footer {
    padding: 5.8411214953%;
  }
}
section.bridal_fair.footer .contact_box {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  padding: 3.3482142857% 0 3.3482142857%;
  border: 1px solid #918976;
}
@media (max-width: 428px) {
  section.bridal_fair.footer .contact_box {
    width: 100%;
  }
}
@media (max-width: 428px) {
  section.bridal_fair.footer .contact_box {
    padding: 8.1775700935% 8.8785046729% 4.6728971963%;
  }
}
section.bridal_fair.footer .contact_box p {
  font-family: shippori-mincho;
  text-align: center;
  margin-bottom: 0.5580357143%;
  line-height: 1.7142857143;
}
@media (max-width: 428px) {
  section.bridal_fair.footer .contact_box p {
    margin-bottom: 5.6818181818%;
  }
}
section.bridal_fair.footer .contact_box strong {
  font-family: classico-urw;
  font-size: 28px;
  letter-spacing: 0.08em;
  color: #3C382E;
  display: block;
  text-align: center;
  margin-bottom: 3.6830357143%;
}
@media (max-width: 428px) {
  section.bridal_fair.footer .contact_box strong {
    display: none;
  }
}
section.bridal_fair.footer .contact_box .button_box {
  display: flex;
  justify-content: center;
}
@media (max-width: 428px) {
  section.bridal_fair.footer .contact_box .button_box {
    width: 100%;
    display: block;
  }
}
section.bridal_fair.footer .contact_box .button_box div {
  width: 39.3736017897%;
  margin: 0 1%;
}
@media (max-width: 428px) {
  section.bridal_fair.footer .contact_box .button_box div {
    width: 100%;
    margin: 0;
  }
  section.bridal_fair.footer .contact_box .button_box div + div {
    margin-top: 3%;
  }
  section.bridal_fair.footer .contact_box .button_box div a {
    width: 100%;
  }
}

section.news.top {
  background: #fff;
}
section.news.cafe {
  padding-bottom: 0;
}
section.news.cafe .inbox .left_box h3 {
  color: #B48F74;
}
section.news.cafe .inbox .left_box li a {
  color: #B48F74;
  background: #fff;
  border: 1px solid #B48F74;
}
section.news.cafe .inbox .right_box dl dd {
  color: #987055;
}
section.news.cafe .inbox .right_box h3 {
  color: #B48F74;
}
section.news .inbox {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  section.news .inbox {
    max-width: 90%;
  }
}
@media (max-width: 428px) {
  section.news .inbox {
    max-width: 80.8411214953%;
    flex-direction: column-reverse;
  }
}
section.news .inbox h3 {
  text-align: left;
  margin-bottom: 47px;
  padding: 0;
}
@media (max-width: 428px) {
  section.news .inbox h3 {
    margin-bottom: 14.0186915888%;
  }
}
section.news .inbox h3 span {
  display: inline-block;
  margin-left: 20px;
}
section.news .inbox .left_box {
  width: 27.03125%;
}
@media (max-width: 428px) {
  section.news .inbox .left_box {
    width: 100%;
  }
}
section.news .inbox .left_box ul {
  font-family: soleil;
  font-size: 16px;
}
section.news .inbox .left_box ul li {
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}
section.news .inbox .left_box ul li a {
  display: block;
  background: #918976;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 15px 0;
}
section.news .inbox .left_box .button01 a {
  width: 100%;
}
section.news .inbox .left_box .button04 {
  text-align: left;
  margin-top: 8px;
}
@media (max-width: 428px) {
  section.news .inbox .left_box .button04 {
    text-align: center;
    margin-top: 8px;
  }
}
section.news .inbox .right_box {
  width: 66.71875%;
}
@media (max-width: 428px) {
  section.news .inbox .right_box {
    width: 100%;
  }
}
section.news .inbox .right_box dl {
  border-bottom: 1px solid #E5E1D3;
  margin-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
section.news .inbox .right_box dl:last-child {
  margin-bottom: 0;
}
@media (max-width: 428px) {
  section.news .inbox .right_box dl {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
section.news .inbox .right_box dl dd {
  font-size: 14px;
  font-family: soleil;
  margin-bottom: 12px;
  color: #7B7463;
}
section.news .inbox .right_box dl dd a {
  color: #7B7463;
}
section.news .inbox .right_box dl dd span {
  font-size: 12px;
  margin-left: 10px;
}
section.news .inbox .right_box dl dd span:before {
  content: "|";
  padding-right: 10px;
}
section.news .inbox .right_box dl dd span strong + strong {
  margin-left: 0.5em;
}
section.news .inbox .right_box dl dt {
  font-size: 14px;
  line-height: 1.8571428571;
}
section.news .inbox .sns_box {
  display: flex;
  flex-direction: row-reverse;
}
section.news .inbox .sns_box.sp01 {
  display: none;
}
@media (max-width: 428px) {
  section.news .inbox .sns_box.sp01 {
    display: flex;
    justify-content: center;
    margin-top: 55px;
  }
  section.news .inbox .sns_box.pc01 {
    display: none;
  }
}
section.news .inbox .sns_box a {
  width: 27px;
  display: inline-block;
}
section.news .inbox .sns_box a:first-child {
  margin-left: 25px;
}
@media (max-width: 428px) {
  section.news .inbox .sns_box a {
    width: 29px;
  }
}

@media (max-width: 428px) {
  section.callender {
    padding: 0;
  }
}
section.callender .inbox {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  background: #B48F74;
  padding: 73px;
}
@media (max-width: 428px) {
  section.callender .inbox {
    width: 88.785046729%;
  }
}
@media (max-width: 428px) {
  section.callender .inbox {
    padding: 34px;
  }
}
section.callender .inbox h3 {
  color: #fff;
  font-family: classico-urw;
  font-size: 36px;
  letter-spacing: 0.07em;
  margin-bottom: 23px;
}
section.callender .inbox h3 span {
  display: block;
  font-family: shippori-mincho;
  font-size: 14px;
}
section.callender .inbox h3 img {
  display: block;
  width: 42px;
  margin: 0 auto;
}
@media (max-width: 428px) {
  section.callender .inbox h3 img {
    width: 23px;
  }
}
@media (max-width: 428px) {
  section.callender .inbox .button01 a {
    display: block;
    width: 100%;
  }
}
section.callender .inbox .request_box {
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.8333333333;
  color: #fff;
  text-align: center;
  margin-top: 23px;
}
@media (max-width: 428px) {
  section.callender .inbox .request_box {
    text-align: left;
    margin-top: 13px;
  }
}

section.access {
  padding-bottom: 10.15625%;
}
@media (min-width: 1280px) {
  section.access {
    padding-bottom: 130px;
  }
}
@media (max-width: 428px) {
  section.access {
    padding-bottom: 23.3644859813%;
  }
}
section.access.cafe {
  padding-top: 0;
  padding-bottom: 11.328125%;
}
@media (max-width: 428px) {
  section.access.cafe {
    padding-bottom: 15.1869158879%;
  }
}
section.access.cafe h3 {
  color: #B48F74;
  margin-bottom: 74px;
}
@media (max-width: 428px) {
  section.access.cafe h3 {
    margin-bottom: 24px;
  }
}
section.access.cafe .gmap_box {
  margin: 0 auto 4.296875%;
  height: 0;
  overflow: hidden;
  padding-bottom: 48.59%;
}
@media (min-width: 1280px) {
  section.access.cafe .gmap_box {
    padding-bottom: 622px;
  }
}
@media (max-width: 428px) {
  section.access.cafe .gmap_box {
    max-width: 380px;
    padding-bottom: 88.68%;
    margin-bottom: 8.1775700935%;
  }
}
@media (max-width: 428px) and (max-width: 428px) {
  section.access.cafe .gmap_box {
    width: 88.785046729%;
  }
}
section.access.cafe .gmap_box iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
section.access.cafe .inbox {
  display: block;
  max-width: 692px;
  margin: 0 auto;
}
section.access.cafe .inbox .right_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: none;
  padding-top: 0;
  margin-bottom: 10.15625%;
}
@media (max-width: 428px) {
  section.access.cafe .inbox .right_box {
    display: block;
    max-width: 380px;
  }
}
@media (max-width: 428px) and (max-width: 428px) {
  section.access.cafe .inbox .right_box {
    width: 88.785046729%;
  }
}
section.access.cafe .inbox .right_box dl {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 428px) {
  section.access.cafe .inbox .right_box dl + dl {
    margin-top: 40px;
  }
}
section.access.cafe .inbox .right_box dl dt {
  text-align: right;
  color: #B48F74;
}
@media (max-width: 428px) {
  section.access.cafe .inbox .right_box dl dt {
    text-align: left;
  }
}
section.access.cafe .inbox .right_box dl dd a {
  color: #B48F74;
}
section.access.cafe .inbox .contact_box {
  border-top: 1px solid #EFDFD5;
  border-bottom: 1px solid #EFDFD5;
  border-bottom: 1px solid #EFDFD5;
  padding: 20px 0;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 428px) {
  section.access.cafe .inbox .contact_box {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
    margin-bottom: 45px;
  }
}
@media (max-width: 428px) and (max-width: 428px) {
  section.access.cafe .inbox .contact_box {
    width: 88.785046729%;
  }
}
section.access.cafe .inbox .contact_box strong {
  display: block;
  font-family: shippori-mincho;
  font-size: 16px;
  line-height: 1.75;
}
section.access.cafe .inbox .contact_box .tel_box {
  font-family: classico-urw;
  font-size: 28px;
  letter-spacing: 0.08em;
  line-height: 1.4285714286;
  color: #fff;
  background: #B48F74;
  padding: 18px 0;
  margin: 13px auto;
}
@media (max-width: 428px) {
  section.access.cafe .inbox .contact_box .tel_box {
    padding: 10px 0;
  }
}
section.access.cafe .inbox .contact_box .tel_box a {
  color: #fff;
}
section.access.cafe .inbox .contact_box span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7857142857;
}
section.access.cafe .inbox .sns_box ul {
  display: flex;
  justify-content: center;
}
section.access.cafe .inbox .sns_box ul li {
  width: 30px;
}
section.access.cafe .inbox .sns_box ul li:nth-child(2) {
  margin: 0 34px;
}
section.access .inbox {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  section.access .inbox {
    max-width: 90%;
  }
}
@media (max-width: 428px) {
  section.access .inbox {
    max-width: 88.785046729%;
    flex-wrap: wrap;
    display: block;
  }
}
section.access .inbox .left_box {
  width: 44.0625%;
  background: #F4F2EA;
  padding-left: 7.03125%;
}
@media (max-width: 1280px) {
  section.access .inbox .left_box {
    padding-left: 0;
  }
}
@media (max-width: 428px) {
  section.access .inbox .left_box {
    width: 100%;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
section.access .inbox .left_box img {
  mix-blend-mode: multiply;
}
section.access .inbox .right_box {
  width: 46.71875%;
  border-top: 1px solid #E5E1D3;
  padding-top: 26px;
}
@media (max-width: 428px) {
  section.access .inbox .right_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top: 0;
  }
}
section.access .inbox .right_box dl {
  border-bottom: 1px solid #E5E1D3;
  padding-bottom: 26px;
  margin-bottom: 26px;
  display: flex;
}
@media (max-width: 428px) {
  section.access .inbox .right_box dl {
    border-bottom: 0;
    border-bottom: 0;
  }
}
section.access .inbox .right_box dl dt {
  font-family: suave-script-pro;
  color: #7B7463;
  font-size: 16px;
  letter-spacing: 0.022em;
  width: 60px;
  margin-right: 30px;
}
section.access .inbox .right_box dl dd {
  color: #3C382E;
  letter-spacing: 0.03em;
}
section.access .inbox .right_box dl dd p {
  margin-bottom: 26px;
}
section.access .inbox .right_box dl dd p:last-child {
  margin-bottom: 0;
}
section.access .inbox .right_box dl dd a {
  color: #918976;
  text-decoration: underline;
}
section.access .inbox .button01 a {
  display: block;
}

section.reservation {
  background: #CEC9B9;
  padding: 4.53125% 0;
}
@media (max-width: 428px) {
  section.reservation {
    padding: 20.3271028037% 0;
  }
}
section.reservation .menu_box {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.reservation .menu_box {
    max-width: 88.785046729%;
  }
}
section.reservation .menu_box h3.main_title01 {
  display: block;
  font-family: classico-urw;
  font-size: 52px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 57px;
  padding: 0;
}
@media (max-width: 768px) {
  section.reservation .menu_box h3.main_title01 {
    font-size: 40px;
  }
}
section.reservation .menu_box h3.main_title01 span {
  display: block;
  font-family: shippori-mincho;
  font-size: 16px;
  letter-spacing: 0;
}
section.reservation .menu_box .inbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  section.reservation .menu_box .inbox {
    flex-flow: column-reverse;
  }
}
section.reservation .menu_box .inbox .contact_box {
  width: 386px;
  color: #625B4B;
  text-align: center;
}
@media (max-width: 768px) {
  section.reservation .menu_box .inbox .contact_box {
    width: 100%;
    margin: 0 auto;
  }
}
section.reservation .menu_box .inbox .contact_box strong {
  display: block;
  font-family: shippori-mincho;
  font-size: 16px;
  margin-bottom: 18px;
}
section.reservation .menu_box .inbox .contact_box a {
  display: block;
  color: #fff;
  font-family: classico-urw;
  font-size: 25px;
  letter-spacing: 0.08em;
  border: 1px solid #fff;
  padding: 10px 0;
  margin-bottom: 18px;
  cursor: default;
}
@media (max-width: 428px) {
  section.reservation .menu_box .inbox .contact_box a {
    cursor: pointer;
  }
}
section.reservation .menu_box .inbox .contact_box p {
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media (max-width: 428px) {
  section.reservation .menu_box .inbox .contact_box p {
    font-size: 14px;
  }
}
section.reservation .menu_box .inbox ul {
  width: 436px;
}
@media (max-width: 768px) {
  section.reservation .menu_box .inbox ul {
    width: 100%;
    margin: 0 auto 39px;
  }
}
section.reservation .menu_box .inbox ul li a {
  display: block;
  color: #625B4B;
  text-align: center;
  padding: 16px;
  margin-bottom: 8px;
  background: url("../images/arrow_white_circle.png") no-repeat right 16px center, #fff;
  background-size: 26px auto;
}

footer {
  padding: 10.15625% 0;
  background: #fff;
  position: relative;
}
@media (min-width: 1280px) {
  footer {
    padding-top: 130px;
  }
}
@media (max-width: 428px) {
  footer {
    padding: 14.486vw 0 26.869vw;
  }
}
footer.fade {
  opacity: 0;
  transition: opacity 1s ease;
}
footer.fade.active {
  opacity: 1;
}
footer.cafe {
  padding-top: 0;
}
footer.cafe .take_out_button {
  max-width: 380px;
  margin: 0 auto;
  text-align: center;
}
footer.cafe .take_out_button a {
  display: block;
  font-family: classico-urw;
  font-size: 19px;
  letter-spacing: 0.1em;
  color: #B48F74;
  background: url("../../cafe_top/take_out_bg.png") no-repeat left 27% center, #fff;
  background-size: 23px auto;
  border: 1px solid #B48F74;
  padding: 24px 0;
}
footer.cafe .take_out_button a span {
  margin-left: 5%;
}
footer.cafe .inbox {
  max-width: 1280px;
  margin: 0 auto;
}
footer.cafe .inbox.bgcolor {
  padding-top: 97px;
  max-width: 100%;
  background: #F7F3ED;
}
@media (max-width: 428px) {
  footer.cafe .inbox.bgcolor {
    padding-top: 40px;
  }
}
footer.cafe .inbox dl.novia_menu {
  max-width: 1280px;
  padding: 60px 0 70px;
  margin: 0 auto;
}
@media (max-width: 428px) {
  footer.cafe .inbox dl.novia_menu {
    padding: 0 0 40px;
  }
}
footer.cafe .inbox dl.novia_menu dt {
  width: 9.296875%;
}
@media (max-width: 428px) {
  footer.cafe .inbox dl.novia_menu dt {
    width: 88.785046729%;
    margin-bottom: 5%;
  }
  footer.cafe .inbox dl.novia_menu dt img {
    display: block;
    width: 91px;
    margin: 0 auto 38px;
  }
}
footer.cafe .inbox dl.novia_menu dd.main_menu {
  width: 45.625%;
}
@media (max-width: 428px) {
  footer.cafe .inbox dl.novia_menu dd.main_menu {
    width: 88.785046729%;
  }
  footer.cafe .inbox dl.novia_menu dd.main_menu strong {
    color: #B48F74;
  }
}
footer.cafe .inbox dl.novia_menu dd.main_menu .row {
  font-size: 1.406vw;
}
@media (min-width: 1280px) {
  footer.cafe .inbox dl.novia_menu dd.main_menu .row {
    font-size: 18px;
  }
}
footer.cafe .inbox dl.novia_menu dd.main_menu .row a {
  padding: 0 4.140625vw 30px 0;
}
@media (min-width: 1280px) {
  footer.cafe .inbox dl.novia_menu dd.main_menu .row a {
    padding-right: 53px;
  }
}
footer.cafe .inbox dl.novia_menu dd.main_menu .row a strong {
  color: #B48F74;
}
footer.cafe .inbox dl.novia_menu dd.cafe_menu {
  width: 25%;
}
@media (max-width: 428px) {
  footer.cafe .inbox dl.novia_menu dd.cafe_menu {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 428px) {
  footer.cafe .inbox dl.novia_menu dd.cafe_menu {
    width: 88.785046729%;
  }
}
footer.cafe .inbox dl.novia_menu dd.cafe_menu ul li a {
  color: #B48F74;
  border: 1px solid #B48F74;
}
footer.cafe .inbox dl.novia_menu dd.cafe_menu a.button.wedding {
  background: #7B7463;
}
@media (max-width: 428px) {
  footer.cafe .inbox dl.tokiwa_group {
    display: block;
    position: relative;
    border-top: 1px solid #EFDFD5;
    border-bottom: 1px solid #EFDFD5;
    margin: 11.0526315789% auto 5%;
    padding-bottom: 7.8947368421%;
    max-width: 380px;
  }
}
@media (max-width: 428px) and (max-width: 428px) {
  footer.cafe .inbox dl.tokiwa_group {
    width: 88.785046729%;
  }
}
footer .inbox {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 428px) {
  footer .inbox {
    max-width: 88.785046729%;
  }
}
footer .inbox dl {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 428px) {
  footer .inbox dl {
    display: block;
  }
}
footer .inbox dl.novia_menu dt {
  width: 13.671875%;
}
@media (max-width: 428px) {
  footer .inbox dl.novia_menu dt {
    width: 40.5263157895%;
    margin: 0 auto 10%;
  }
}
footer .inbox dl.novia_menu dd a {
  color: #625B4B;
}
footer .inbox dl.novia_menu dd.main_menu {
  width: 36.25%;
  display: table;
}
@media (max-width: 428px) {
  footer .inbox dl.novia_menu dd.main_menu {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
}
footer .inbox dl.novia_menu dd.main_menu .row {
  width: 100%;
  display: table-row;
  font-family: classico-urw;
  font-size: 1.406vw;
  letter-spacing: 0.05em;
}
@media (min-width: 1280px) {
  footer .inbox dl.novia_menu dd.main_menu .row {
    font-size: 18px;
  }
}
footer .inbox dl.novia_menu dd.main_menu .row a {
  display: table-cell;
  padding: 0 4.688vw 30px 0;
}
@media (min-width: 1280px) {
  footer .inbox dl.novia_menu dd.main_menu .row a {
    padding-right: 60px;
  }
}
footer .inbox dl.novia_menu dd.main_menu .row a:last-child {
  padding-right: 0;
}
footer .inbox dl.novia_menu dd.main_menu .row a span {
  display: block;
  font-family: zen-kaku-gothic-new;
  font-size: 0.938vw;
  letter-spacing: 0;
}
@media (min-width: 1280px) {
  footer .inbox dl.novia_menu dd.main_menu .row a span {
    font-size: 12px;
  }
}
footer .inbox dl.novia_menu dd.main_menu .row.second a {
  padding-bottom: 0;
}
footer .inbox dl.novia_menu dd.guide_menu {
  display: block;
}
footer .inbox dl.novia_menu dd.guide_menu li {
  font-size: 1.016vw;
  margin-bottom: 15%;
}
@media (min-width: 1280px) {
  footer .inbox dl.novia_menu dd.guide_menu li {
    font-size: 13px;
  }
}
footer .inbox dl.novia_menu dd.guide_menu li:last-child {
  margin-bottom: 0;
}
@media (max-width: 428px) {
  footer .inbox dl.novia_menu dd.sp ul {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #E5E1D3;
    margin-bottom: 10%;
  }
  footer .inbox dl.novia_menu dd.sp ul li {
    width: 50%;
    border-right: 1px solid #E5E1D3;
    border-bottom: 1px solid #E5E1D3;
    text-align: center;
  }
  footer .inbox dl.novia_menu dd.sp ul li:nth-child(even) {
    border-right: none;
  }
  footer .inbox dl.novia_menu dd.sp ul li a {
    display: block;
    padding: 15px 0;
  }
  footer .inbox dl.novia_menu dd.sp ul li a.guide_menu {
    padding: 10px 0;
  }
  footer .inbox dl.novia_menu dd.sp ul li a strong {
    font-family: classico-urw;
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  footer .inbox dl.novia_menu dd.sp ul li a span {
    display: block;
    font-family: zen-kaku-gothic-new;
    font-size: 10px;
    letter-spacing: 0;
  }
}
footer .inbox dl.novia_menu dd.cafe_menu {
  width: 21.09375%;
}
@media (max-width: 428px) {
  footer .inbox dl.novia_menu dd.cafe_menu {
    width: 100%;
    margin: 0 auto;
  }
}
footer .inbox dl.novia_menu dd.cafe_menu p {
  font-family: classico-urw;
  font-size: 20px;
  letter-spacing: 0.07em;
  color: #7B7463;
}
footer .inbox dl.novia_menu dd.cafe_menu span {
  font-size: 12px;
  color: #625B4B;
  margin-bottom: 15px;
}
footer .inbox dl.novia_menu dd.cafe_menu ul {
  display: flex;
  justify-content: space-between;
  font-family: soleil;
}
@media (max-width: 428px) {
  footer .inbox dl.novia_menu dd.cafe_menu ul {
    display: block;
  }
}
footer .inbox dl.novia_menu dd.cafe_menu ul li {
  width: 48.8888888889%;
}
@media (max-width: 428px) {
  footer .inbox dl.novia_menu dd.cafe_menu ul li {
    width: 100%;
    margin-top: 8px;
  }
}
footer .inbox dl.novia_menu dd.cafe_menu ul li a {
  display: block;
  width: 100%;
  border: 1px solid #918976;
  color: #7B7463;
  text-align: center;
  padding: 10px 0;
  font-size: 1.016vw;
  letter-spacing: 0.05em;
}
@media (min-width: 1280px) {
  footer .inbox dl.novia_menu dd.cafe_menu ul li a {
    font-size: 13px;
  }
}
@media (max-width: 428px) {
  footer .inbox dl.novia_menu dd.cafe_menu ul li a {
    font-size: 16px;
  }
}
footer .inbox dl.novia_menu dd.cafe_menu .button04 {
  margin: 10px auto;
}
footer .inbox dl.novia_menu dd.cafe_menu .button04 a {
  font-size: 1.016vw;
}
@media (min-width: 1280px) {
  footer .inbox dl.novia_menu dd.cafe_menu .button04 a {
    font-size: 13px;
  }
}
@media (max-width: 428px) {
  footer .inbox dl.novia_menu dd.cafe_menu .button04 a {
    font-size: 13px;
  }
}
footer .inbox dl.novia_menu dd.cafe_menu a.button {
  width: 100%;
  display: block;
  background: #B48F74;
  text-align: center;
  color: #fff;
  font-size: 1.172vw;
  font-family: soleil;
  letter-spacing: 0.07em;
  padding: 13px 0;
}
@media (min-width: 1280px) {
  footer .inbox dl.novia_menu dd.cafe_menu a.button {
    font-size: 15px;
  }
}
@media (max-width: 428px) {
  footer .inbox dl.novia_menu dd.cafe_menu a.button {
    font-size: 15px;
    margin-top: 48px;
    padding: 23px 0;
  }
}
footer .inbox dl.novia_menu dd.cafe_menu a.button i {
  display: inline-block;
  width: 15px;
  vertical-align: middle;
  margin-right: 15px;
}
footer .inbox dl.tokiwa_group {
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 2.96875% 0;
  margin: 3.90625% 0 2%;
}
@media (max-width: 428px) {
  footer .inbox dl.tokiwa_group {
    display: block;
    position: relative;
    margin: 11.0526315789% auto 5%;
    padding-bottom: 7.8947368421%;
    width: 100%;
  }
}
footer .inbox dl.tokiwa_group dt {
  width: 13.671875%;
  font-family: classico-urw;
  font-size: 1.406vw;
  color: #3C382E;
  letter-spacing: 0.06em;
  padding-left: 1.5em;
  margin-right: 7%;
}
@media (min-width: 1280px) {
  footer .inbox dl.tokiwa_group dt {
    font-size: 18px;
  }
}
@media (max-width: 428px) {
  footer .inbox dl.tokiwa_group dt {
    width: 150px;
    display: block;
    padding: 0;
    margin: -5.8vw auto 8%;
    font-size: 16px;
    text-align: center;
    background: #fff;
  }
}
footer .inbox dl.tokiwa_group dd {
  width: 58.046875%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 428px) {
  footer .inbox dl.tokiwa_group dd {
    width: 100%;
    justify-content: space-between;
  }
}
footer .inbox dl.tokiwa_group dd .spacer {
  width: 100%;
  height: 21px;
}
@media (max-width: 428px) {
  footer .inbox dl.tokiwa_group dd .spacer {
    display: none;
  }
}
footer .inbox dl.tokiwa_group dd a {
  display: block;
  width: 11.5625vw;
}
@media (min-width: 1280px) {
  footer .inbox dl.tokiwa_group dd a {
    width: 148px;
  }
}
@media (max-width: 428px) {
  footer .inbox dl.tokiwa_group dd a {
    width: 33.1578947368%;
  }
}
footer .inbox dl.tokiwa_group dd a img {
  display: block;
  width: auto;
  height: 5vw;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  footer .inbox dl.tokiwa_group dd a img {
    width: auto;
    height: 64px;
  }
}
@media (max-width: 428px) {
  footer .inbox dl.tokiwa_group dd a img {
    width: auto;
    height: 12.6168224299vw;
  }
}
footer .inbox dl.copyright {
  line-height: 1.2;
}
footer .inbox dl.copyright dt {
  font-family: soleil;
  font-size: 12px;
  letter-spacing: 0.06em;
}
@media (max-width: 428px) {
  footer .inbox dl.copyright dt {
    text-align: center;
  }
}
@media (max-width: 428px) {
  footer .inbox dl.copyright dd {
    text-align: center;
    margin-bottom: 15%;
    font-size: 3.2710280374vw;
  }
}
footer .inbox dl.copyright dd a {
  display: inline-block;
  border-left: 1px solid #ccc;
  padding: 0 1em;
}
@media (max-width: 428px) {
  footer .inbox dl.copyright dd a {
    padding: 0 1.2em;
  }
}
footer .inbox dl.copyright dd a:last-child {
  border-right: 1px solid #ccc;
}

#topBtn {
  position: fixed;
  right: 0;
  display: block;
  width: 80px;
  text-align: center;
  box-sizing: content-box;
  background: #fff;
  z-index: 5;
  font-size: 17px;
  font-family: classico-urw;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #7B7463;
  padding: 12px 0;
}
#topBtn.cafe {
  color: #B48F74;
  background: #F7F3ED;
}
@media (max-width: 428px) {
  #topBtn {
    width: 52px;
  }
}
#topBtn img {
  width: 20px;
  display: block;
  margin: 0 auto;
}

.slider_box.margin01 div {
  margin-right: 18px;
}
@media (max-width: 428px) {
  .slider_box.margin01 div {
    margin-right: 0;
  }
}
.slider_box.arrow_left .slick-dots {
  text-align: left;
}
.slider_box.arrow_right .slick-dots {
  text-align: right;
  right: 28px;
  bottom: -30px !important;
}
@media (max-width: 428px) {
  .slider_box.arrow_right .slick-dots {
    text-align: left;
    left: -5px;
    right: 0;
    bottom: -30px !important;
  }
}
.slider_box .slick-dots li {
  margin: 0;
}

.slider_pickup,
.slider_04,
.slider_pickup_cafe {
  max-width: 1026px;
  margin: 0 auto;
}
.slider_pickup.margin01,
.slider_04.margin01,
.slider_pickup_cafe.margin01 {
  margin-bottom: 100px !important;
}
@media (max-width: 1062px) {
  .slider_pickup,
  .slider_04,
  .slider_pickup_cafe {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 428px) {
  .slider_pickup,
  .slider_04,
  .slider_pickup_cafe {
    max-width: 100%;
  }
}
.slider_pickup .slick-slide,
.slider_04 .slick-slide,
.slider_pickup_cafe .slick-slide {
  margin-right: 14px !important;
  margin-left: 14px !important;
}
@media (max-width: 428px) {
  .slider_pickup .slick-slide,
  .slider_04 .slick-slide,
  .slider_pickup_cafe .slick-slide {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
}

.slider_01.slick-dotted.slick-slider,
.slider_0102.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slider_01 .slick-dots,
.slider_0102 .slick-dots {
  bottom: -30px !important;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 428px) {
  .slider_02 {
    width: 100%;
  }
  .slider_02 .slick-list {
    padding: 0 10% 0 0 !important;
  }
  .slider_02 .slick-list div {
    margin-right: 8px;
  }
}

.slider_04 .slick-slide {
  margin-right: 12px !important;
  margin-left: 12px !important;
}
@media (max-width: 428px) {
  .slider_04 .slick-slide {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
}
.slider_04 a {
  text-decoration: none;
}
.slider_04 a dt {
  text-decoration: underline;
}
.slider_04 dl {
  margin-top: 10px;
}
.slider_04 dl dd {
  font-size: 12px;
  margin-top: 2%;
}
.slider_04 dl dd.day {
  font-size: 14px;
  display: block;
}
.slider_04 dl dd i {
  color: #918976;
}
@media (max-width: 428px) {
  .slider_04 dl dd i {
    font-size: 10px;
  }
}
.slider_04 dl dd i + i {
  margin-left: 1em;
}
.slider_04 dl dt {
  font-size: 16px;
  font-weight: 500;
  color: #625B4B;
  margin-top: 10px;
  line-height: 1.75;
}

.slider_0402 .slick-slide {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media (max-width: 428px) {
  .slider_0402 .slick-slide {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

.slider_box .slick-dots li button:before,
.slider_01 .slick-dots li button:before,
.slider_02 .slick-dots li button:before,
.slider_04 .slick-dots li button:before,
.slider_0402 .slick-dots li button:before,
.slider_cafetop .slick-dots li button:before,
.slider_pickup_cafe .slick-dots li button:before {
  font-family: zen-kaku-gothic-new;
  font-size: 30px;
}

.slider_pickup p {
  font-size: 15px;
  font-weight: 500;
  color: #625B4B;
  line-height: 175%;
  margin-top: 20px;
}
@media (min-width: 1028px) {
  .slider_pickup p {
    font-size: 15px;
  }
}
@media (max-width: 428px) {
  .slider_pickup p {
    font-size: 15px;
    margin-top: 15px;
  }
}
.slider_pickup .slick-dots li {
  margin: 0;
}
.slider_pickup .slick-dots li button:before {
  font-family: zen-kaku-gothic-new;
  font-size: 55px;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slide-arrow {
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.slide-arrow:hover {
  cursor: pointer;
}

.arrow01 .slide-arrow {
  position: absolute;
  top: 35%;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}

.prev-arrow {
  left: -30px;
  width: 18px;
  height: 33px;
  background: url(../images/slider_arrow_left01.png) no-repeat left center;
  background-size: 100% auto;
}

.next-arrow {
  right: -30px;
  width: 18px;
  height: 33px;
  background: url(../images/slider_arrow_right01.png) no-repeat left center;
  background-size: 100% auto;
}

.slick-dots {
  bottom: -80px !important;
}
@media (max-width: 768px) {
  .slick-dots {
    bottom: -60px !important;
  }
}
@media (max-width: 428px) {
  .slick-dots {
    bottom: -50px !important;
  }
}

.slider_cafetop {
  margin-bottom: 0 !important;
}
.slider_cafetop .slick-dots {
  bottom: 36px !important;
}
@media (min-width: 1920px) {
  .slider_cafetop .slick-dots {
    bottom: 0;
    top: 890px;
  }
}
@media (max-width: 428px) {
  .slider_cafetop .slick-dots {
    bottom: 10px !important;
  }
}

.swiper-pagination-bullet {
  width: 5px !important;
  height: 5px !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px !important;
}

.slider_04 .slick-dots {
  bottom: -60px !important;
}

.slick-dots li button:before {
  color: #CEC9B9 !important;
  opacity: 1 !important;
}

.cafe .slick-dots li button:before {
  color: #EFDFD5 !important;
}

.slick-dots li.slick-active button:before {
  color: #918976 !important;
}

.cafe .slick-dots li.slick-active button:before {
  color: #B48F74 !important;
}

.switcher {
  position: absolute;
  z-index: 2;
  left: 4.792vw;
  top: 118px;
  font-family: Arial;
  font-size: 10pt;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  width: 163px;
  line-height: 17px;
}

.switcher a {
  text-decoration: none;
  display: block;
  font-size: 10pt;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.switcher a img {
  vertical-align: middle;
  display: inline;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: 0.8;
  width: 16px;
}

.switcher a:hover img {
  opacity: 1;
}

.switcher .selected {
  background: #fff linear-gradient(180deg, #efefef 0%, #fff 70%);
  position: relative;
  z-index: 9999;
}

.switcher .selected a {
  border: 1px solid #ccc;
  color: #666;
  padding: 3px 5px;
  width: 151px;
}

.switcher .selected a:after {
  height: 16px;
  display: inline-block;
  position: absolute;
  right: 5px;
  width: 15px;
  background-position: 50%;
  background-size: 7px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666'/></svg>");
  background-repeat: no-repeat;
  content: "" !important;
  transition: all 0.2s;
}

.switcher .selected a.open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.switcher .selected a:hover {
  background: #fff;
}

.switcher .option {
  position: relative;
  z-index: 9998;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
  display: none;
  width: 161px;
  max-height: 198px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  overflow-y: auto;
  overflow-x: hidden;
}

.switcher .option a {
  color: #000;
  padding: 3px 5px;
}

.switcher .option a:hover {
  background: #fff;
}

.switcher .option a.selected {
  background: #fff;
}

#selected_lang_name {
  float: none;
}

.l_name {
  float: none !important;
  margin: 0;
}

.switcher .option::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}

.switcher .option::-webkit-scrollbar {
  width: 5px;
}

.switcher .option::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #888;
}

@media (max-width: 428px) {
  .switcher {
    width: 100px;
    top: 85px;
  }
  .switcher .selected a {
    width: 88px;
  }
  .switcher .option {
    width: 98px;
  }
}