@charset "UTF-8";

*,*::after,*::before {
  box-sizing: border-box;
}
html {
  font-size: 100%;
}
a {
  text-decoration: none;
}
body {
  margin: 0;
  padding: 0;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
ul {
  list-style: none;
}
section {
  width: 100%;
  position: relative;
}
.wrapper_all {
  overflow: hidden;
}

/* ハンバーガーメニュー */
/* ボタン */

.btn {
  position: fixed;
  top: 0;
  right: 30px;
  display: flex;
  height: 80px;
  width: 80px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  font-size: 24px;
}

#pc_menu-btn-check:checked ~ .menu-btn {
  background-color: rgba(255, 255, 255, 0);
}

#pc_menu-btn-check {
  display: none;
}

/* メニュー部分 */
.pc_header_wrapper {
  display: inherit!important;
}
.sp_header_wrapper {
  display: none!important;
}
.pc_header_left {
  width: 25%;
  display: block;
  margin-left: 30px;
}
.pc_header_left img {
  width: 100%;
  height: auto;
}

.menu-content {
  width: 80%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: -100%;
  z-index: 80;
  background-color: #fff;
  transition: all 0.5s;
}

.menu-content > ul {
  padding: 30px 10px 0;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 22px;
  box-sizing: border-box;
  color: #925C15;
  text-decoration: none;
  padding: 9px 15px 10px 50px;
  position: relative;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  line-height: 2;
}
.menu_logo {
  width: 10%;
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: 30px;
}
.menu_logo img {
  width: 100%;
}

.btn::before {
  content: "MENU";
}

.btn.open::before {
  content: "CLOSE";
}

#pc_menu-btn-check:checked ~ .menu-content {
  left: 0;
}

.ml16 {
  margin-left: 16px;
}
.header_btn {
  width: auto;
  height: auto;
  position: absolute;
  top: 10px;
  right: 180px;
  z-index: 20;
}
.header_btn ul {
  width: 100%;
  display: flex;
  height: auto;
  justify-content: center;
  align-items: center;
}
.header_btn ul li {
  padding: 0 30px;
  border-left: 1px solid #000;
}
.header_btn ul li:nth-of-type(3) {
  border-right: 1px solid #000;
}
.header_btn ul li a {
  color: #000;
}
.header_menu {
  width: 100%;
  height: 50px;
  display: block;
}
.header_menu ul {
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_menu ul li {
  display: block;
  width: 120px;
  font-size: 14px;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  text-align: center;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  padding: 0 20px;
  border-right: 1px solid #313131;
}
.header_menu ul li:first-of-type {
  border-left: 1px solid #313131;
}
.header_menu ul li:nth-of-type(8) {
  width: 160px;
}
.header_menu ul li:nth-of-type(9) {
  width: 180px;
}
.header_menu ul li a {
  color: #313131;
}


.bottom_btn {
  display: none;
}

.pc_bottom_btn {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 40px;
}
.pc_bottom_btn .pc_fair_btn a {
  width: 100%;
  height: 150px;
  display: block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #6D5656;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  color: white;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding-right: 8px;
}
.pc_bottom_btn .pc_fair_btn a:hover {
  opacity: 0.7;
  transition: .5s;
}

.pc_bottom_btn .pc_contact_btn a {
  width: 100%;
  height: 150px;
  display: block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #6D5656;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  color: white;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding-right: 8px;
}
.pc_bottom_btn .pc_contact_btn a:hover {
  opacity: 0.7;
  transition: .5s;
}

.pc_bottom_btn .pc_document_btn a {
  width: 100%;
  height: 150px;
  display: block;
  margin: 0 auto;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #6D5656;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  color: white;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding-right: 8px;
}
.pc_bottom_btn .pc_document_btn a:hover {
  opacity: 0.7;
  transition: .5s;
}

/* pc_kv */
.home_kv {
  display: none;
}

.pc_kv {
  display: inherit!important;
  width: 100%;
  height: auto;
}

.logo {
  width: 7%;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 10;
}
.logo img {
  width: 100%;
  height: auto;
}
.top_txt {
  width: 5%;
  height: auto;
  position: absolute;
  top: 80px;
  left: 300px;
  z-index: 10;
}
.top_txt  img {
  width: 100%;
}
.swiper {
  width: 100%;
  height: auto;
  z-index: -10;
}
.swiper .swiper-slide {
  width: 100%;
}
.swiper .swiper-slide img {
  width: 100%;
}


/* vision */
.vision_wrapper {
  width: 100%;
  background-image: url(../images/top/vision_bg.png);
  background-repeat: no-repeat;
  background-position: center top 200px;
}
.vision_content {
  width: 100%;
  display: block;
}
.vision_content h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
  line-height: 2.5;
  letter-spacing: 10px;
  font-size: 30px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.vision_content_foot_link {
  width: 25%;
  display: block;
  margin: 0 auto;
}
.vision_content_foot_link a {
  display: block;
  text-align: center;
  border: 1px solid #313131;
  padding: 10px;
  font-size: 18px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  color: #313131;
}
.vision_content_register {
  width: 40%;
  display: block;
  margin: 0 auto;
}
.vision_content_register p {
  text-align: center;
  font-size: 18px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}

/* 全景 */
.full_view_wrapper {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 100px;
}
.full_view_wrapper img {
  width: 100%;
  height: auto;
}

/* ウェディングスタイル */
.wedding_style_img_wrapper {
  width: 100%;
  display: block;
  margin-top: 80px;
  background-image:
  url(../images/top/sakura_bg.png),
  url(../images/top/sakura_bg2.png);
  background-position:
  right center,
  left bottom -200px ;
  background-repeat: no-repeat;
  background-size:
  30% auto,
  30% auto;
  background-color: rgba(255, 255, 255, 0.1);
  padding-bottom: 280px;
}
.wedding_style_tit {
  width: 30%;
  display: block;
  margin-left: auto;
  margin-right: 5%;
  position: absolute;
  top: 310px;
  right: 10%;
}
.wedding_style_tit img {
  width: 100%;
  height: auto;
}
.wedding_style_img1 {
  width: 30%;
  display: block;
  margin-right: auto;
  margin-left: 20%;
}
.wedding_style_img1 img {
  width: 100%;
  height: auto;
}
.wedding_style_img2 {
  width: 30%;
  display: block;
  margin-top: 120px;
  margin-left: auto;
  margin-right: 15%;
}
.wedding_style_img2 img {
  width: 100%;
  height: auto;
}

/* 挙式 */
.ceremony_wrapper {
  width: 100%;
  display: block;
  padding-top: 80px;
}
.ceremony_tit {
  width: 100%;
  display: block;
}
.ceremony_tit h2 {
  margin: 0;
  text-align: center;
  letter-spacing: 10px;
  font-size: 30px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.ceremony_tit p {
  margin: 0;
  text-align: center;
  letter-spacing: 3px;
  font-size: 18px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 400;
}
.ceremony_txt {
  width: 100%;
  display: block;
}
.ceremony_txt_flex {
  width: 350px;
  display: flex;
  margin: 0 auto;
  margin-top: 50px;
  justify-content: center;
  align-items: stretch;
}
.ceremony_txt1 {
  width: 30%;
  display: block;
  margin: 0 auto;
}
.ceremony_txt1 p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 10px;
  font-size: 18px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.ceremony_txt2 {
  width: 30%;
  display: block;
  margin: 0 auto;
}
.ceremony_txt2 p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 10px;
  font-size: 18px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.ceremony_txt3 {
  width: 30%;
  display: block;
  margin: 0 auto;
}
.ceremony_txt3 p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 10px;
  font-size: 18px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.ceremony_btn {
  width: 35%;
  max-width: 350px;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}
.ceremony_btn a {
  display: block;
  text-align: center;
  border: 1px solid #313131;
  padding: 10px;
  font-size: 22px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  color: #313131;
}

/* party */
.party_wrapper {
  display: none;
}

.pc_party_wrapper {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 100px;
  background-image: url(../images/top/hanabi_bg.png);
  background-position: right bottom 100px;
  background-repeat: no-repeat;
  background-size: 30% auto;
  background-color: rgba(255, 255, 255, 0.1);
}
.pc_party_flex {
  width: 90%;
  display: flex;
  margin-top: 200px;
  justify-content: center;
  align-items: center;
}
.pc_party_img {
  width: 45%;
  display: block;
  margin: 0 auto;
  transform: translateX(100px);
}
.pc_party_img img {
  width: 100%;
  height: auto;
}
.pc_party_txt_area {
  width: 40%;
  display: block;
  margin: 0 auto;
}

.pc_party_tit {
  width: 100%;
  display: block;
}
.pc_party_tit h2 {
  margin: 0;
  text-align: center;
  letter-spacing: 10px;
  font-size: 24px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.pc_party_tit p {
  margin: 0;
  text-align: center;
  letter-spacing: 6px;
  font-size: 14px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 400;
}
.pc_party_txt {
  width: 100%;
  display: block;
}
.pc_party_txt_flex {
  width: 50%;
  display: flex;
  margin: 0 auto;
  margin-top: 40px;
  justify-content: center;
  align-items: stretch;
}
.pc_party_txt1 {
  width: 30%;
  display: block;
  margin: 0 auto;
}
.pc_party_txt1 p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 6px;
  font-size: 15px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.pc_party_txt2 {
  width: 30%;
  display: block;
  margin: 0 auto;
}
.pc_party_txt2 p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 6px;
  font-size: 15px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.pc_party_txt3 {
  width: 30%;
  display: block;
  margin: 0 auto;
}
.pc_party_txt3 p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 6px;
  font-size: 15px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.pc_party_btn {
  width: 35%;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
.pc_party_btn a {
  display: block;
  text-align: center;
  border: 1px solid #313131;
  padding: 10px;
  font-size: 13px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  color: #313131;
}

/* photo */
.photo_wrapper {
  display: none;
}
.pc_photo_wrapper {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 100px;
  background-image:
  url(../images/top/photo_bg.png),
  url(../images/top/photo_bg2.png);
  background-position:
  left top,
  left 300px bottom;
  background-repeat: no-repeat;
  background-size: 20% auto;
  background-color: rgba(255, 255, 255, 0.1);
}
.pc_photo_flex {
  width: 90%;
  display: flex;
  margin-top: 200px;
  justify-content: center;
  align-items: center;
}
.pc_photo_img {
  width: 45%;
  display: block;
  margin: 0 auto;
}
.pc_photo_img img {
  width: 100%;
  height: auto;
}
.pc_photo_txt_area {
  width: 40%;
  display: block;
  margin: 0 auto;
}

.pc_photo_tit {
  width: 100%;
  display: block;
}
.pc_photo_tit h2 {
  margin: 0;
  text-align: center;
  letter-spacing: 10px;
  font-size: 24px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.pc_photo_tit p {
  margin: 0;
  text-align: center;
  letter-spacing: 3px;
  font-size: 14px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 400;
}
.pc_photo_txt {
  width: 100%;
  display: block;
}
.pc_photo_txt_flex {
  width: 50%;
  display: flex;
  margin: 0 auto;
  margin-top: 40px;
  justify-content: center;
  align-items: stretch;
}
.pc_photo_txt1 {
  width: 30%;
  display: block;
  margin: 0 auto;
}
.pc_photo_txt1 p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 6px;
  font-size: 15px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.pc_photo_txt2 {
  width: 30%;
  display: block;
  margin: 0 auto;
}
.pc_photo_txt2 p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 6px;
  font-size: 15px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.pc_photo_txt3 {
  width: 30%;
  display: block;
  margin: 0 auto;
}
.pc_photo_txt3 p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 6px;
  font-size: 15px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.pc_photo_btn {
  width: 35%;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
.pc_photo_btn a {
  display: block;
  text-align: center;
  border: 1px solid #313131;
  padding: 10px;
  font-size: 13px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  color: #313131;
}

/* cuisine */
.cuisine_wrapper {
  display: none;
}
.pc_cuisine_wrapper {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 100px;
  background-image:
  url(../images/top/pc_cuisine_bg.png);
  background-position: right bottom 50px;
  background-repeat: no-repeat;
  background-size: 20% auto;
  background-color: rgba(255, 255, 255, 0.1);
}
.pc_cuisine_flex {
  width: 90%;
  display: flex;
  margin-top: 200px;
  justify-content: center;
  align-items: center;
}
.pc_cuisine_img {
  width: 45%;
  display: block;
  margin: 0 auto;
  transform: translateX(100px);
}
.pc_cuisine_img img {
  width: 100%;
  height: auto;
}
.pc_cuisine_txt_area {
  width: 40%;
  display: block;
  margin: 0 auto;
}

.pc_cuisine_tit {
  width: 100%;
  display: block;
}
.pc_cuisine_tit h2 {
  margin: 0;
  text-align: center;
  letter-spacing: 10px;
  font-size: 24px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.pc_cuisine_tit p {
  margin: 0;
  text-align: center;
  letter-spacing: 3px;
  font-size: 14px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 400;
}
.pc_cuisine_txt {
  width: 100%;
  display: block;
}
.pc_cuisine_txt_flex {
  width: 50%;
  display: flex;
  margin: 0 auto;
  margin-top: 40px;
  justify-content: center;
  align-items: stretch;
}
.pc_cuisine_txt1 {
  width: 30%;
  display: block;
  margin: 0 auto;
}
.pc_cuisine_txt1 p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 6px;
  font-size: 15px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.pc_cuisine_txt2 {
  width: 30%;
  display: block;
  margin: 0 auto;
}
.pc_cuisine_txt2 p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 6px;
  font-size: 15px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.pc_cuisine_txt3 {
  width: 30%;
  display: block;
  margin: 0 auto;
}
.pc_cuisine_txt3 p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 6px;
  font-size: 15px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.pc_cuisine_btn {
  width: 35%;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
.pc_cuisine_btn a {
  display: block;
  text-align: center;
  border: 1px solid #313131;
  padding: 10px;
  font-size: 13px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  color: #313131;
}

/* 婚礼衣装 */
.dress_wrapper {
  display: none;
}
.pc_dress_wrapper {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 100px;
  background-image: url(../images/top/dress_bg.png);
  background-position: left 30% bottom;
  background-repeat: no-repeat;
  background-size: 10% auto;
  background-color: rgba(255, 255, 255, 0.1);
}
.pc_dress_flex {
  width: 90%;
  display: flex;
  margin-top: 200px;
  justify-content: center;
  align-items: center;
}
.pc_dress_img {
  width: 45%;
  display: block;
  margin: 0 auto;
}
.pc_dress_img img {
  width: 100%;
  height: auto;
}
.pc_dress_txt_area {
  width: 40%;
  display: block;
  margin: 0 auto;
}

.pc_dress_tit {
  width: 100%;
  display: block;
}
.pc_dress_tit h2 {
  margin: 0;
  text-align: center;
  letter-spacing: 10px;
  font-size: 24px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.pc_dress_tit p {
  margin: 0;
  text-align: center;
  letter-spacing: 3px;
  font-size: 14px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 400;
}
.pc_dress_txt {
  width: 100%;
  display: block;
}
.pc_dress_txt_flex {
  width: 50%;
  display: flex;
  margin: 0 auto;
  margin-top: 40px;
  justify-content: center;
  align-items: stretch;
}
.pc_dress_txt1 {
  width: 30%;
  display: block;
  margin: 0 auto;
}
.pc_dress_txt1 p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 6px;
  font-size: 15px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.pc_dress_txt2 {
  width: 30%;
  display: block;
  margin: 0 auto;
}
.pc_dress_txt2 p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 6px;
  font-size: 15px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.pc_dress_txt3 {
  width: 30%;
  display: block;
  margin: 0 auto;
}
.pc_dress_txt3 p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 6px;
  font-size: 15px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.pc_dress_btn {
  width: 35%;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
.pc_dress_btn a {
  display: block;
  text-align: center;
  border: 1px solid #313131;
  padding: 10px;
  font-size: 13px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  color: #313131;
}

/* 四季の花嫁バナー */
.four_seasons {
  width: 100%;
  max-width: 960px;
  display: block;
  margin: 0 auto;
  margin-top: 60px;
}
.four_seasons_img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.four_seasons a img {
  width: 100%;
  height: auto;
}

/* ニュース＆トピックス */
.news_wrapper {
  width: 100%;
  display: block;
  height: auto;
  background-color: #6D5656;
  padding-bottom: 50px;
}
.news_tit h2 {
  padding-top: 30px;
  margin: 30px auto;
  text-align: center;
  letter-spacing: 6px;
  font-size: 32px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  color: #fff;
}
.news_contents {
  width: 90%;
  max-width: 1100px;
  display: block;
  margin: 0 auto;
}
.news_contents a {
  display: block;
  text-align: left;
  letter-spacing: 6px;
  font-size: 16px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.news_contents a:hover {
  opacity: 0.7;
}

/* コロナ～インスタグラム　flex */
.pc_contents_flex {
  width: 95%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
/* インスタグラム */
.instagram_wrapper {
  width: 40%;
  display: block;
  height: auto;
  background-color: #fff;
  padding-bottom: 50px;
}
.instagram_tit h2 {
  padding-top: 30px;
  margin: 30px auto;
  text-align: center;
  letter-spacing: 6px;
  font-size: 18px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  color: #6D5656;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.instagram_tit h2::after,
.instagram_tit h2::before {
  content: '';
  flex-grow: 0.3;
  height: 1px;
  background: #6D5656;
}
.instagram_tit h2::after {
  margin-left: 30px;
}
.instagram_tit h2::before {
  margin-right: 30px;
}
.instagram_img {
  width: 60%;
  display: block;
  margin: 0 auto;
}
.instagram_img img {
  width: 100%;
  height: auto;
}
/* 新型コロナウィルス感染予防対策 */
.covid_wrapper {
  display: none;
}

.pc_covid_wrapper {
  width: 40%;
  display: block;
  height: auto;
  background-color: #fff;
  padding-bottom: 50px;
}
.pc_covid_tit h2 {
  padding-top: 30px;
  margin: 30px auto;
  text-align: center;
  letter-spacing: 6px;
  font-size: 18px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  color: #6D5656;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc_covid_tit h2::after,
.pc_covid_tit h2::before {
  content: '';
  flex-grow: 0.3;
  height: 1px;
  background: #6D5656;
}
.pc_covid_tit h2::after {
  margin-left: 30px;
}
.pc_covid_tit h2::before {
  margin-right: 30px;
}
.pc_covid_img {
  width: 60%;
  display: block;
  margin: 0 auto;
}
.pc_covid_img img {
  width: 100%;
  height: auto;
}

/* ブライダルフェア */
.fair_wrapper {
  display: none;
}

.top_fair_wrapper {
  width: 100%;
  display: block;
  height: auto;
  background-color: #6D5656;
  padding-bottom: 50px;
}
.top_fair_img_wrapper {
  width: 90%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.top_fair_item_flex {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_fair_tit h2 {
  padding-top: 30px;
  margin: 30px auto;
  text-align: center;
  letter-spacing: 6px;
  font-size: 40px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_fair_tit h2::after,
.top_fair_tit h2::before {
  content: '';
  flex-grow: 0.3;
  height: 1px;
  background: #fff;
}
.top_fair_tit h2::after {
  margin-left: 30px;
}
.top_fair_tit h2::before {
  margin-right: 30px;
}
.top_fair_items {
  width: 90%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.top_fair_item {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 10px;
  margin-bottom: 50px;
}
.top_fair_item img {
  width: 100%;
  height: auto;
  display: block;
}
.top_fair_item h2 {
  width: 100%;
  height: auto;
  min-height: 120px;
  text-align: center;
  letter-spacing: 6px;
  font-size: 16px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  color: #6D5656;
  background-color: #fff;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.top_fair_item p {
  width: 100%;
  height: auto;
  min-height: 100px;
  text-align: center;
  letter-spacing: 6px;
  font-size: 14px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  color: #6D5656;
  background-color: #fff;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.top_fair_btn {
  width: 35%;
  display: block;
  margin: 0 auto;
  background-color: #fff;
}
.top_fair_btn a {
  display: block;
  text-align: center;
  letter-spacing: 4px;
  font-size: 24px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  color: #6D5656;
  padding: 12px;
  border-radius: 6px;
}

/* ウェディングレポート */
.report_wrapper {
  width: 100%;
  display: block;
  height: auto;
  background-color: #fff;
  padding-bottom: 50px;
}
.report_tit h2 {
  padding-top: 30px;
  margin: 30px auto;
  text-align: center;
  letter-spacing: 6px;
  font-size: 40px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  color: #6D5656;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.report_tit h2::after,
.report_tit h2::before {
  content: '';
  flex-grow: 0.3;
  height: 1px;
  background: #6D5656;
}
.report_tit h2::after {
  margin-left: 30px;
}
.report_tit h2::before {
  margin-right: 30px;
}
.report_items {
  width: 90%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.report_item {
  width: 25%;
  padding: 10px;
  margin-bottom: 50px;
}
.report_item img {
  width: 100%;
  height: auto;
  display: block;
}
.report_item h2 {
  width: 100%;
  height: auto;
  min-height: 120px;
  text-align: center;
  letter-spacing: 6px;
  font-size: 16px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  color: #6D5656;
  background-color: #fff;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.report_item p {
  width: 100%;
  height: auto;
  min-height: 100px;
  text-align: center;
  letter-spacing: 6px;
  font-size: 17px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  color: #6D5656;
  background-color: #fff;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

/* プラン・プレゼント */
.plan_wrapper {
  display: none;
}
.pc_plan_wrapper {
  width: 90%;
  max-width: 1100px;
  display: block;
  margin: 0 auto;
}
.plan_Item_flex {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plan_tit h2 {
  padding-top: 30px;
  margin: 30px auto;
  text-align: center;
  letter-spacing: 6px;
  font-size: 30px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  color: #6D5656;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plan_tit h2::after,
.plan_tit h2::before {
  content: '';
  flex-grow: 0.3;
  height: 1px;
  background: #6D5656;
}
.plan_tit h2::after {
  margin-left: 30px;
}
.plan_tit h2::before {
  margin-right: 30px;
}
.Item {
  width: 48%;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}
.Item-Content {
  position: relative;
  background: #fff;
  border: 1px solid #6D5656;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Item_img {
  width: 50%;
  display: block;
  margin: 0 auto;
}
.Item_img img {
  width: 90%;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
}
.Item_txt {
  width: 50%;
  display: block;
  margin: 0 auto;
}
.Item_txt h3 {
  text-align: center;
  font-size: 20px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
}
.Item_txt p {
  text-align: center;
  font-size: 20px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
}
.Item-Content-Flg {/*三角形右下*/
  position: absolute;
  bottom: 10px;
  right: 10px;
  flex-wrap: nowrap;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #6D5656;
}

.Item2 {
  width: 48%;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}
.Item-Content2 {
  position: relative;
  background: #fff;
  border: 1px solid #6D5656;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Item_img2 {
  width: 50%;
  display: block;
  margin: 0 auto;
}
.Item_img2 img {
  width: 90%;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
}
.Item_txt2 {
  width: 50%;
  display: block;
  margin: 0 auto;
}
.Item_txt2 h3 {
  text-align: center;
  font-size: 20px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
}
.Item_txt2 p {
  text-align: center;
  font-size: 20px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
}
.Item-Content-Flg2 {/*三角形左下*/
  position: absolute;
  bottom: 10px;
  left: 10px;
  flex-wrap: nowrap;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #6D5656;
}
.Item-Content-Title {
  letter-spacing: 0.14em;
  color: #666;
  font-size: 18px;
}
.plan_btn {
  width: 500px;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  background-color: #6D5656;
}
.plan_btn a {
  display: block;
  text-align: center;
  letter-spacing: 4px;
  font-size: 18px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  color: #fff;
  padding: 14px;
  border-radius: 6px;
}
/* faq */
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
  border: 1px solid #313131;
}
.accordion-area li {
  margin: 10px 0;
}
.accordion-area section {
  border: 1px solid #ccc;
}

/* アコーディオンタイトル */
.title {
  position: relative;
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  padding: 3% 3% 3% 50px;
  transition: all .5s ease;
}
/* アイコンの+と× */
.title::before,
.title::after {
  position: absolute;
  content: '';
  width: 25px;
  height: 2px;
  background: #333;
}
.title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}
.title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}
/* closeというクラスがついたら形状変化 */
.title.close::before {
  transform: rotate(45deg);
}
.title.close::after {
  transform: rotate(-45deg);
}
/* アコーディオンで現れるエリア */
.box {
  display: none;
  margin: 0.3% 3% 3%;
  padding: 3%;
}
.qset {
  margin-bottom: 70px;
}
.qset .large_title {
  font-size: 38px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  margin-bottom: 40px;
  line-height: 150%;
}
.qset ul.qa li {
  position: relative;
  background-color: white;
  margin-bottom: 25px;
  padding: 30px 40px;
  box-shadow: -3px 3px 2px rgba(0, 0, 0, 0.1);
  transition: all 300ms 0s ease;
}
.qset ul.qa li::after {
  content: '';
  position: absolute;
  top: 37px;
  right: 40px;
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.qset ul.qa li::after a {
  display: block;
  width: 100%;
  height: 100%;
}
.qset ul.qa li p {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 24px;
  line-height: 155%;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qset ul.qa li p::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #313131;
  margin-left: 20px;
}

.qset ul.qa li dl {
  width: 100%;
  overflow: hidden;
  height: 0;
  margin-bottom: 0px;
  transition: all 300ms 0s ease;
}
.qset ul.qa li dl dt {
  width: 100%;
  position: relative;
  padding-left: 72px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 26px;
  line-height: 155%;
  margin-bottom: 15px;
}
.qset ul.qa li dl dt::before {
  content: '';
  position: absolute;
  top: -11px;
  left: 2px;
  display: block;
  width: 56px;
  height: 57px;
  background-image: url("../images/common/sp_icon_q.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.qset ul.qa li dl dt::before a {
  display: block;
  width: 100%;
  height: 100%;
}
.qset ul.qa li dl dd {
  position: relative;
  width: 100%;
  padding-left: 72px;
  font-size: 22px;
  line-height: 185%;
}
.qset ul.qa li dl dd::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 9px;
  display: block;
  width: 44px;
  height: 28px;
  background-image: url("../images/common/sp_icon_a.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.qset ul.qa li dl dd::before a {
  display: block;
  width: 100%;
  height: 100%;
}
.qset ul.qa li.open .title {
  margin-bottom: 60px;
}
.qset ul.qa li.open dl {
  height: auto;
  margin-bottom: 60px;
  overflow: visible;
}
.qset ul.qa li.open::after {
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.qset ul.qa li.open::after a {
  display: block;
  width: 100%;
  height: 100%;
}
.faq_tit h2 {
  padding-top: 30px;
  margin: 30px auto;
  text-align: center;
  letter-spacing: 6px;
  font-size: 60px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  color: #6D5656;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq_tit h2::after,
.faq_tit h2::before {
  content: '';
  flex-grow: 0.2;
  height: 1px;
  background: #6D5656;
}
.faq_tit h2::after {
  margin-left: 30px;
}
.faq_tit h2::before {
  margin-right: 30px;
}
