@charset "UTF-8";
#bg01 {
  border-top: solid 1px #fefefe;
}
#bg01 .h3_midashi {
  font-size: xx-large;
  line-height: 2em;
  margin-bottom: 20px;
}
#bg01 .h3_midashi span {
  line-height: 1.2em;
}
#bg01 .h3_midashi::after {
  position: absolute;
  content: "";
  width: 30px;
  top: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-bottom: solid 1px #fff;
  z-index: 20;
}

#bg02 {
  border-top: solid 1px #fefefe;
  margin: 80px auto 50px;
  text-align: center;
}
#bg02 .block_menu {
  background: #faf6f6;
  color: #333;
}
#bg02 .block_menu .h3_midashi {
  color: #333;
}
#bg02 .block_menu .insta_btn {
  display: inline-flex;
  align-items: center;
  border: solid 1px #ccc;
  background-color: #fff;
  padding: 0.5em 1em;
  color: #333;
  gap: 0.5em;
  text-decoration: none;
  width: fit-content;
  margin-bottom: 20px;
}
#bg02 .block_menu .insta_btn .icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
#bg02 .block_menu .insta_btn:hover {
  background-color: #ddd;
}
#bg02 .block_menu .insta_btn:hover span {
  color: #666;
}
#bg02 #info {
  padding: 0;
}
#bg02 #info ul li {
  text-align: left;
  padding: 0 25px;
}
#bg02 #info ul li span {
  display: block;
}

.block_menu {
  box-sizing: border-box;
  width: 80%;
  margin: 0 auto 30px;
  background: #679c69;
  background: -moz-linear-gradient(top, #679c69 0%, #517a53 100%);
  background: -webkit-linear-gradient(top, #679c69 0%, #517a53 100%);
  background: linear-gradient(to bottom, #679c69 0%, #517a53 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#679c69', endColorstr='#517a53',GradientType=0 );
  padding: 10px 20px 30px;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.block_menu .h6_midashi {
  font-size: medium;
  margin-bottom: 20px;
}
.block_menu li {
  padding: 0 0;
  line-height: 1.8em;
  margin-bottom: 30px;
  text-align: center;
  font-size: medium;
}
.block_menu .contents .caution_txt {
  margin-bottom: 2.5em;
  padding: 1rem;
  border: 1px solid #fff;
  text-align: center;
}
.block_menu .contents .caution_txt span {
  position: relative;
}
.block_menu .contents .caution_txt span::before {
  content: '※';
  position: absolute;
  top: 0;
  left: -20px;
  line-height: 1.25rem;
}

.float_menu01 {
  background-image: url(../images/pic02.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 30px 20px;
  height: 19em;
}

.btn {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  color: #fff;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}
.btn:hover a {
  color: #666;
  background-color: #ddd;
  border: solid 1px #aaa;
}

#lightbox_yoyaku .btn:hover a {
  color: #666;
  background-color: #ddd;
  border: solid 1px #aaa;
}
#lightbox_yoyaku .block_menu {
  background-image: none;
  box-shadow: none;
  padding: 0;
  width: 90%;
}
#lightbox_yoyaku .block_menu .h3_midashi {
  color: #333;
  font-size: x-large;
}
#lightbox_yoyaku .block_menu__link p {
  background-color: inherit;
  padding: 0;
}
#lightbox_yoyaku .block_menu__link p a {
  color: #fff;
  text-decoration: none;
  background-color: inherit;
}
#lightbox_yoyaku .block_menu__link p.btn {
  width: 100%;
  border: solid 1px #ccc;
}

.reserve__link {
  margin-bottom: 20px;
  text-align: center;
}
.reserve__link p:nth-child(3) {
  text-align: center;
  line-height: 2.5em;
}
.reserve__link p:nth-child(3) span {
  display: block;
}
.reserve__link .tel_btn {
  width: inherit;
  text-align: inherit;
  margin-bottom: 20px;
  background-color: inherit;
  padding: 0;
}
.reserve__link .tel_btn a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 10px 0;
  padding-left: 10%;
  background-color: #fff;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.reserve__link .tel_btn:hover a {
  background-color: #ddd;
}
.reserve__link .tel_btn:hover a span {
  color: #666;
}
.reserve__link .tel_btn span {
  position: relative;
  font-size: x-large;
  color: inherit;
}
.reserve__link .tel_btn span::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -40px;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/tel.png) no-repeat left top;
  background-size: cover;
}

.block_menu__link .btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #999;
}
.block_menu__link a {
  text-decoration: none;
  background-color: #375d38;
  border: solid 1px #ccc;
  display: block;
  width: 100%;
  padding: 15px 0;
  color: #fff;
  margin: 0;
  text-align: center;
  height: auto;
  font-size: medium;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.lightbox div a {
  text-decoration: none;
  background-color: #375d38;
  border: solid 1px #ccc;
  display: block;
  width: 100%;
  padding: 15px 0;
  color: #fff;
  margin: 0;
  text-align: center;
  height: auto;
  font-size: medium;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.h3_midashi::after {
  border-bottom: solid 1px #666;
}

#info .btn {
  width: 13em;
  border: solid 1px #ccc;
  background-color: #fff;
  padding: 0;
  margin-bottom: 20px;
}

.accordion_icon span {
  width: 2em;
}

#address .reserve__link p:nth-child(1) {
  color: #e2bf7a;
  margin-bottom: 10px;
}
#address ul li #mail_btn {
  background-color: inherit;
  border: solid 1px #fff;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  padding: 5px 0;
  background-color: inherit;
  border: solid 1px #fff;
  width: inherit;
  text-align: center;
  margin-bottom: 60px;
  padding: 10px 0;
}
#address ul li #mail_btn:hover {
  background-color: #fff;
}
#address ul li #mail_btn:hover span {
  color: #333;
}
#address ul li #mail_btn span {
  position: relative;
  font-size: large;
  color: #fff;
}

#bottom_nav_bg__col2 ul li {
  display: table-cell;
  width: 50%;
  background-color: #375d38;
  padding: 0;
}
#bottom_nav_bg__col2 li:nth-child(2) {
  display: table-cell;
  width: 50%;
  background-color: #375d38;
  padding: 0;
  background-color: #f1f1f1;
}
#bottom_nav_bg__col2 li:nth-child(2) p {
  color: #333;
  display: block;
  padding: 10px;
  width: 100%;
}
#bottom_nav_bg__col2 li a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 10px;
  width: 100%;
}

#yoyaku .lightbox {
  padding: 10px;
  color: #333;
  font-size: small;
  line-height: 1.8em;
  overflow: auto;
}

.example01 {
  background-image: url(../images/pic05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 20em;
  position: relative;
  -webkit-backface-visibility: hidden;
}

#cuisine_menu {
  background: linear-gradient(#fff 80%, #edebe3);
  border-bottom: solid 1px #ddd;
  padding: 40px 20px 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#cuisine_menu .h2_midashi {
  color: #333;
  margin-bottom: 20px;
}
#cuisine_menu .h2_midashi::after {
  border-bottom: solid 1px #333;
}
#cuisine_menu .h4_midashi {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2em;
  text-align: center;
  padding: 20px 0;
}
#cuisine_menu ul {
  border-top: dotted 2px #ccc;
}
#cuisine_menu ul li {
  padding: 30px 10px 50px;
  border-bottom: dotted 2px #ccc;
}

p.btn_lightbox {
  text-decoration: none;
  background-color: #375d38;
  border: solid 1px #ccc;
  display: block;
  width: 80%;
  height: auto;
  padding: 15px 0;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  font-size: medium;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
p.btn_lightbox::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #999;
}
p.btn_lightbox:hover {
  color: #666;
  background-color: #ddd;
  border: solid 1px #aaa;
}

#lightbox_menu01 {
  text-align: center;
}
#lightbox_menu01 .h1_lightbox {
  color: #333;
  min-width: 240px;
}

#lightbox_menu02 {
  text-align: center;
}
#lightbox_menu02 .h1_lightbox {
  color: #333;
  min-width: 240px;
}

dl.accordion {
  border-bottom: solid 1px #ccc;
}
dl.accordion dt {
  border-top: solid 1px #ccc;
  background-color: #f6f6f6;
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
}
dl.accordion dt:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 10px;
  transition: 0.3s ease-out;
}
dl.accordion dt h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2em;
  color: #726b64;
}
dl.accordion dt span {
  display: block;
  font-family: initial;
  color: #333;
  font-size: small;
  padding-left: 5px;
}
dl.accordion dt.opened:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
dl.accordion dd {
  border-top: solid 1px #ccc;
}
dl.accordion dd dl {
  text-align: center;
  padding: 10px 0 30px;
}
dl.accordion dd dl dt {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2em;
  color: #726b64;
  border: none;
  background-color: #fff;
  position: static;
  font-size: 1em;
  cursor: auto;
}
dl.accordion dd dl dt:after {
  display: none;
}
dl.accordion dd dl dd {
  border: none;
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .block_menu .contents .caution_txt {
    font-size: 14px;
    text-align: left;
  }
  .block_menu .contents .caution_txt span {
    display: inline;
  }
  .block_menu .contents .caution_txt span::before {
    display: none;
  }
  .block_menu .contents .caution_txt span br {
    display: none;
  }

  .featherlight-content {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .featherlight-inner div {
    position: relative;
    padding-bottom: 57%;
  }
  .featherlight-inner iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 767px) {
  #bg01 .h3_midashi {
    font-size: xx-large;
  }
  #bg01 .block_menu ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #bg01 .block_menu li {
    width: 45%;
    float: none;
  }

  .reserve__link .tel_btn a {
    background-color: inherit;
  }
  .reserve__link .tel_btn span {
    font-size: xx-large;
    color: #fff;
  }
  .reserve__link p:nth-child(3) {
    margin-bottom: 40px;
  }
  .reserve__link p:nth-child(3) span {
    display: inline;
    padding-left: 10px;
  }

  #bg02 #info ul li span {
    display: inline;
    padding-right: 20px;
  }
  #bg02 #info .btn {
    width: 200px;
  }

  .accordion_icon span {
    width: 1em;
  }

  #address .reserve__link {
    text-align: left;
  }

  .example01 {
    background-image: url(../images/pc/pic05.jpg);
    height: 500px;
  }

  #cuisine_menu ul li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  #cuisine_menu ul li div {
    margin-left: 20px;
  }
  #cuisine_menu .h4_midashi {
    font-family: "Noto Serif JP", serif;
    font-size: x-large;
    font-weight: bold;
    text-align: left;
    padding: 20px 0;
  }

  p.btn_lightbox {
    width: 250px;
    cursor: pointer;
  }
}
@media only screen and (min-width: 920px) {
  .float_menu01 {
    background: url(../images/pc/pic02.jpg) no-repeat center bottom/1400px #efefef;
    padding: 30px 20px;
    height: 31em;
  }

  .block_menu {
    max-width: 920px;
    margin-bottom: 40px;
  }

  #bg02 .block_menu li {
    width: 100%;
    float: none;
  }

  #address .reserve__link p:nth-child(2) {
    margin-left: 50px;
    margin-bottom: 10px;
  }
  #address .reserve__link p:nth-child(3) {
    text-align: left;
    margin-bottom: 20px;
  }
  #address ul li #mail_btn {
    width: 200px;
    background-color: inherit;
    padding: 10px 0 10px 60px;
    text-align: left;
    margin-bottom: 10px;
    border: solid 1px #fff;
  }

  #lightbox_yoyaku ul.block_menu__link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #lightbox_yoyaku .block_menu .h3_midashi {
    font-size: xx-large;
  }
  #lightbox_yoyaku .block_menu li {
    width: 45%;
  }
}
@media only screen and (min-width: 1200px) {
  .block_menu {
    max-width: 1200px;
    margin-bottom: 60px;
  }
}
/* ----------------------------------------
	Concept page only settings
---------------------------------------- */
@media only screen and (min-width: 921px) {
  .view_pc {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 920px) {
  .view_pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .view_pc {
    display: none;
  }
}

@media only screen and (min-width: 921px) {
  .view_tab {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 920px) {
  .view_tab {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .view_tab {
    display: none;
  }
}

@media only screen and (min-width: 921px) {
  .view_sp {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 920px) {
  .view_sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .view_sp {
    display: block;
  }
}

/* ----------------------------------------
	.con_main
---------------------------------------- */
.con_main .box_main {
  position: relative;
}
.con_main .box_main h1 {
  max-width: 1200px;
  width: 100%;
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 100px;
  color: #fff;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  position: absolute;
}
@media only screen and (min-width: 921px) {
  .con_main .box_main h1 {
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 920px) {
  .con_main .box_main h1 {
    font-size: 80px;
    left: 20px;
    bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_main h1 {
    font-size: 80px;
    left: 20px;
    bottom: 100px;
  }
}
.con_main .box_main .img_main img {
  width: 100%;
}

/* ----------------------------------------
	.con_intro
---------------------------------------- */
.con_intro {
  box-sizing: border-box;
  max-width: 1200px;
  width: 100%;
  padding: 120px 0;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 920px) {
  .con_intro {
    padding: 120px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    padding: 80px 20px;
  }
}
@media only screen and (min-width: 921px) {
  .con_intro .box_intro {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 921px) {
  .con_intro .box_intro .box_txt {
    max-width: 500px;
    margin-right: 60px;
  }
}
.con_intro .box_intro .box_txt h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 32px;
  color: #B27F1C;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
.con_intro .box_intro .box_txt h2 span {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro .box_txt h2 {
    font-size: 24px;
  }
  .con_intro .box_intro .box_txt h2 span {
    font-size: 1rem;
  }
}
.con_intro .box_intro .box_txt .txt_intro {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.05em;
  padding-top: 30px;
  margin-top: 30px;
  position: relative;
}
.con_intro .box_intro .box_txt .txt_intro::before {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
}
.con_intro .box_intro .box_img {
  flex: 1;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 920px) {
  .con_intro .box_intro .box_img {
    justify-content: center;
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro .box_img {
    justify-content: center;
    margin-top: 60px;
  }
}
.con_intro .box_intro .box_img .img_intro {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
}
.con_intro .box_intro .box_img .img_intro img {
  width: 100%;
}
.con_intro .box_intro .box_img .img_intro:nth-child(n+2 of .img_intro) {
  margin-left: 5px;
}
.con_intro .box_intro .box_img .img_intro:nth-child(odd of .img_intro) {
  position: relative;
  top: 25px;
}
.con_intro .box_intro .box_img .img_intro:nth-child(2 of .img_intro) {
  position: relative;
  top: -25px;
}

/* ----------------------------------------
	.con_chef
---------------------------------------- */
.con_chef {
  box-sizing: border-box;
  background-image: url(../images/img_chef_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
}
@media only screen and (min-width: 768px) and (max-width: 920px) {
  .con_chef {
    padding: 120px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_chef {
    padding: 80px 20px;
  }
}
.con_chef .box_chef {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}
.con_chef .box_chef .txt_intro {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  line-height: 2.5em;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .con_chef .box_chef .txt_intro {
    font-size: 14px;
  }
}
.con_chef .box_main {
  margin-top: 80px;
}
@media only screen and (min-width: 921px) {
  .con_chef .box_main {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 920px) {
  .con_chef .box_main {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .con_chef .box_main {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 921px) {
  .con_chef .box_main .box_img {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 920px) {
  .con_chef .box_main .box_img {
    margin-right: 40px;
  }
}
.con_chef .box_main .box_img .img_chef img {
  width: 100%;
}
.con_chef .box_main .box_txt {
  flex: 1;
}
.con_chef .box_main .box_txt h3 .sub {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.05em;
}
.con_chef .box_main .box_txt h3 .main {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
.con_chef .box_main .box_txt .txt_chef {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  color: #fff;
  line-height: 2.2em;
  letter-spacing: 0;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .con_chef .box_main .box_txt .txt_chef {
    font-size: 14px;
  }
}

/* ----------------------------------------
	.con_space
---------------------------------------- */
.con_space {
  box-sizing: border-box;
  max-width: 940px;
  width: 100%;
  padding: 100px 0;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 920px) {
  .con_space {
    padding: 120px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_space {
    padding: 80px 20px;
  }
}
.con_space .box_space h2 {
  padding-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_space .box_space h2 {
    padding-bottom: 40px;
  }
}
.con_space .box_space h2::after {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.con_space .box_space h2 .en {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_space .box_space h2 .en {
    font-size: 18px;
  }
}
.con_space .box_space h2 .jp {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 32px;
  color: #B27F1C;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_space .box_space h2 .jp {
    font-size: 26px;
    margin-top: 10px;
  }
}
.con_space .box_space .txt_intro {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 2.5em;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .con_space .box_space .txt_intro {
    font-size: 14px;
  }
}
.con_space .box_space .box_main {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .con_space .box_space .box_main {
    margin-top: 40px;
  }
}
.con_space .box_space .box_main .img_space img {
  width: 100%;
}

/* ----------------------------------------
	.con_gallery
---------------------------------------- */
.con_gallery {
  box-sizing: border-box;
  max-width: 940px;
  width: 100%;
  padding: 0 0 200px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 920px) {
  .con_gallery {
    padding: 0 20px 120px;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery {
    padding: 0 20px 80px;
  }
}
.con_gallery .box_gallery h2 {
  padding-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery h2 {
    padding-bottom: 40px;
  }
}
.con_gallery .box_gallery h2::after {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.con_gallery .box_gallery h2 .en {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery h2 .en {
    font-size: 18px;
  }
}
.con_gallery .box_gallery h2 .jp {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 32px;
  color: #B27F1C;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery h2 .jp {
    font-size: 26px;
    margin-top: 10px;
  }
}
.con_gallery .box_gallery .box_main {
  margin-top: 50px;
}
.con_gallery .box_gallery .box_main > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 920px) {
  .con_gallery .box_gallery .box_main > ul {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_gallery .box_gallery .box_main > ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}
.con_gallery .box_gallery .box_main > ul > li {
  transition: 0.3s;
}
.con_gallery .box_gallery .box_main > ul > li .img_gallery img {
  display: block;
  width: 100%;
}
.con_gallery .box_gallery .box_main > ul > li:hover {
  cursor: pointer;
  opacity: 0.7;
}

.box_modal > ul > li {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.box_modal > ul > li .box_detail {
  position: absolute;
  left: 50%;
  top: calc(50% - 70px);
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 920px) {
  .box_modal > ul > li .box_detail {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .box_modal > ul > li .box_detail {
    width: 90%;
  }
}
.box_modal > ul > li .box_detail .btn_close {
  width: 50px;
  height: 50px;
  margin-left: auto;
}
.box_modal > ul > li .box_detail .btn_close::before, .box_modal > ul > li .box_detail .btn_close::after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background-color: #fff;
  position: relative;
  top: 50%;
  left: 50%;
}
.box_modal > ul > li .box_detail .btn_close::before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.box_modal > ul > li .box_detail .btn_close::after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.box_modal > ul > li .box_detail .btn_close:hover {
  cursor: pointer;
}
.box_modal > ul > li .box_detail .img_modal {
  margin-top: 20px;
}
.box_modal > ul > li .box_detail .img_modal img {
  width: 100%;
}
.box_modal > ul > li.is-open {
  display: block;
}

/* ----------------------------------------
	.con_wedding
---------------------------------------- */
.con_wedding {
  box-sizing: border-box;
  max-width: 1200px;
  width: 100%;
  padding: 100px 0;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 920px) {
  .con_wedding {
    padding: 100px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_wedding {
    padding: 80px 20px;
  }
}
.con_wedding .box_wedding {
  background-image: radial-gradient(circle at 10% -100%, #68a66c 70%, #375d38);
}
@media only screen and (min-width: 921px) {
  .con_wedding .box_wedding {
    display: flex;
  }
}
.con_wedding .box_wedding .img_wedding img {
  width: 100%;
}
.con_wedding .box_wedding .box_txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 60px;
}
@media only screen and (min-width: 768px) and (max-width: 920px) {
  .con_wedding .box_wedding .box_txt {
    padding: 40px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_wedding .box_wedding .box_txt {
    padding: 40px 20px;
  }
}
.con_wedding .box_wedding .box_txt h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  color: #fff;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  padding-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_wedding .box_wedding .box_txt h2 {
    font-size: 26px;
  }
}
.con_wedding .box_wedding .box_txt h2::after {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.con_wedding .box_wedding .box_txt .txt_detail {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  color: #fff;
  line-height: 2.5em;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_wedding .box_wedding .box_txt .txt_detail {
    font-size: 14px;
  }
}
.con_wedding .box_wedding .box_txt .btn_wedding a {
  display: block;
  width: 360px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  background-color: #375d38;
  border: solid 1px #ccc;
  padding: 15px 0;
  margin-top: 40px;
  transition: 0.3s;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_wedding .box_wedding .box_txt .btn_wedding a {
    width: 100%;
    font-size: 14px;
  }
}
.con_wedding .box_wedding .box_txt .btn_wedding a::after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
.con_wedding .box_wedding .box_txt .btn_wedding a:hover {
  color: #666;
  background-color: #ddd;
  border: solid 1px #aaa;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.con_wedding .box_wedding .box_txt .btn_wedding a:hover::after {
  background-color: #aaa;
}
