@charset "UTF-8";

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

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;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

section {
  width: 100%;
  position: relative;
}

.wrapper_all {
  overflow: hidden;
}

.inner {
  width: 95%;
  display: block;
  margin: 0 auto;
}

.pc_kv {
  display: none;
}

/* ヘッダー部分 */

.sp_header_wrapper {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 100;
}

.sp_header_wrapper .head_txt {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0%,-50%);
}

.head_txt {
  font-family: "Times New Roman";
}

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

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

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 40px;
  border-radius: 3px;
  background-color: #444444;
  position: absolute;
  transition: .3s;
}

.menu-btn span:before {
  bottom: 13px;
}

.menu-btn span:after {
  top: 13px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

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

/* メニュー部分 */
.pc_header_wrapper {
  display: none!important;
}
.sp_header_wrapper {
  display: inherit!important;
  background-color: #fff;
}
.sp_header_left {
  width: 80%;
  height: 80px;
}
.sp_header_left img {
  width: 60%;
  padding-top: 6px;
  padding-left: 6px;
  height: auto;
  display: block;
  margin-right: 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: 30px;
  box-sizing: border-box;
  color: #6D5656;
  text-decoration: none;
  padding: 9px 15px 10px 15px;
  position: relative;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  line-height: 2;
}
.menu_logo {
  width: 60%;
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: 10px;
}
.menu_logo img {
  width: 100%;
}
#menu-btn-check:checked ~ .menu-content {
  left: 0;
}

.ml16 {
  margin-left: 16px;
}

/* kv */
.home_kv {
  width: 100%;
  height: auto;
}
.swiper {
  width: 100%;
  height: auto;
  z-index: -10;
}
.swiper .swiper-slide {
  width: 100%;
}
.swiper .swiper-slide img {
  width: 100%;
}
.logo {
  width: 15%;
  position: absolute;
  top: 15px;
  left: 20px;
}
.logo img {
  width: 100%;
}
.top_txt {
  width: 15%;
  position: absolute;
  top: 90px;
  right: 30px;
}
.top_txt img {
  width: 100%;
}
.swiper-wrapper {
  width: 100%;
}
.swiper-wrapper .swiper-slide img {
  width: 100%;
}

/* アクセス */
.access {
  width: 100%;
  margin-top: 200px;
}
.access_txt {
  margin-top: 60px;
}
.access_txt h3 {
  text-align: center;
  font-size: 40px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
  margin-top: 30px;
}
.access_txt p {
  text-align: center;
  font-size: 40px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
  line-height: 2;
}
.map {
  width: 100%;
}
.map iframe {
  width: 650px;
  height: 450px;
  display: block;
  margin: 0 auto;
}

/* 営業時間 */
.info {
  width: 100%;
}
.hours,
.tel p {
  margin-top: 40px;
  text-align: center;
  font-size: 40px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
  line-height: 2;
}

/* フッターメニュー */
.tel_adress,
.footer_shugen_logo {
  display: none;
}
.footer_link {
  width: 100%;
  background-image: url(../images/top/footer_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 60px;
  padding-bottom: 200px;
}
.footer_logo {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.footer_logo h2 {
  text-align: center;
  font-size: 32px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #fff;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_logo h2::before,
.footer_logo h2::after {
  content: '';
  flex-grow: 0.3;
  height: 1px;
  background: #fff;
}
.footer_logo h2::before {
  margin-right: 20px;
}
.footer_logo h2::after {
  margin-left: 20px;
}

.footer_logo img {
  width: 100%;
}
.footer_link_container {
  width: 50%;
  margin-right: auto;
}
.footer_link_container ul li a {
  text-align: left;
  font-size: 24px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #fff;
  font-weight: 500;
  line-height: 3;
}
.bottom_btn {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.bottom_btn div {
  width: 33.3%;
  height: 70px;
  display: block;
  margin: 0 auto;
}
.bottom_btn div .bottom_fair {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #6D5656;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  color: white;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
}

.bottom_btn div .bottom_contact {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #6D5656;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  color: white;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
}

.bottom_btn div .bottom_tel {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #6D5656;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  color: white;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 3px;
}

/* vision */
.vision_wrapper {
  width: 100%;
  background-image: url(../images/top/vision_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60% auto;
  background-color: rgba(255, 255, 255, 0.1);
}
.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-top: 30px;
  margin-left: auto;
  margin-right: 10%;
}
.vision_content_foot_link a {
  display: block;
  text-align: center;
  border-bottom: 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-left: auto;
  margin-right: 10%;
}
.vision_content_register p {
  text-align: right;
  font-size: 18px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}

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

/* ウェディングスタイル */
.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:
  60% auto,
  80% auto;
  background-color: rgba(255, 255, 255, 0.1);
  padding-bottom: 280px;
}
.wedding_style_tit {
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: 5%;
  position: absolute;
  top: 710px;
  right: 10px;
}
.wedding_style_tit img {
  width: 100%;
  height: auto;
}
.wedding_style_img1 {
  width: 60%;
  display: block;
  margin-right: auto;
  margin-left: 5%;
}
.wedding_style_img1 img {
  width: 100%;
  height: auto;
}
.wedding_style_img2 {
  width: 60%;
  display: block;
  margin-top: 240px;
  margin-left: auto;
  margin-right: 5%;
}
.wedding_style_img2 img {
  width: 100%;
  height: auto;
}

/* 挙式 */
.ceremony_wrapper {
  width: 100%;
  display: block;
  background-image: url(../images/top/ceremony_sakura_bg.png);
  background-position: right top 100px;
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-color: rgba(255, 255, 255, 0.1);
  padding-top: 80px;
}
.ceremony_tit {
  width: 100%;
  display: block;
}
.ceremony_tit h2 {
  margin: 0;
  text-align: center;
  letter-spacing: 10px;
  font-size: 60px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.ceremony_tit p {
  margin: 0;
  text-align: center;
  letter-spacing: 10px;
  font-size: 30px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 400;
}
.ceremony_txt {
  width: 100%;
  display: block;
}
.ceremony_txt_flex {
  width: 60%;
  display: flex;
  margin: 0 auto;
  margin-top: 80px;
  justify-content: center;
  align-items: stretch;
}
.ceremony_txt1 {
  width: 30%;
  display: block;
  margin: 0 auto;
  margin-top: 60px;
}
.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: 30px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.ceremony_txt2 {
  width: 30%;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
.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: 30px;
  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: 30px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.ceremony_btn {
  width: 35%;
  display: block;
  margin: 0 auto;
  margin-top: 100px;
}
.ceremony_btn a {
  display: block;
  text-align: center;
  border: 1px solid #313131;
  padding: 10px;
  font-size: 24px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 400;
  color: #313131;
}

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

.party_wrapper {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 300px;
  background-image: url(../images/top/hanabi_bg.png);
  background-position: right -100px bottom 80px;
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-color: rgba(255, 255, 255, 0.1);
}
.party_tit {
  width: 100%;
  display: block;
  margin-top: 80px;
}
.party_tit h2 {
  margin: 0;
  text-align: center;
  letter-spacing: 10px;
  font-size: 60px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.party_tit p {
  margin: 0;
  text-align: center;
  letter-spacing: 10px;
  font-size: 30px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 400;
}
.party_img {
  width: 100%;
  display: block;
}
.party_img img {
  width: 100%;
  height: auto;
}
.party_txt {
  width: 100%;
  display: block;
}
.party_txt_flex {
  width: 60%;
  display: flex;
  margin: 0 auto;
  margin-top: 80px;
  justify-content: center;
  align-items: stretch;
}
.party_txt1 {
  width: 30%;
  display: block;
  margin: 0 auto;
  margin-top: 60px;
}
.party_txt1 p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 10px;
  font-size: 30px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.party_txt2 {
  width: 30%;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
.party_txt2 p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 10px;
  font-size: 30px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.party_txt3 {
  width: 30%;
  display: block;
  margin: 0 auto;
}
.party_txt3 p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 10px;
  font-size: 30px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.party_btn {
  width: 35%;
  display: block;
  margin: 0 auto;
  margin-top: 100px;
}
.party_btn a {
  display: block;
  text-align: center;
  border: 1px solid #313131;
  padding: 10px;
  font-size: 24px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 400;
  color: #313131;
}

/* photo */
.pc_photo_wrapper {
  display: none;
}

.photo_wrapper {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 300px;
  background-image:
  url(../images/top/photo_bg.png),
  url(../images/top/photo_bg3.png);
  background-position:
  left top 300px,
  right -150px bottom 10px;
  background-repeat: no-repeat;
  background-size:
  90% auto,
  70% auto;
}
.photo_tit {
  width: 100%;
  display: block;
  padding-top: 80px;
}
.photo_tit h2 {
  margin: 0;
  text-align: center;
  letter-spacing: 10px;
  font-size: 60px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.photo_tit p {
  margin: 0;
  text-align: center;
  letter-spacing: 10px;
  font-size: 30px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 400;
}
.photo_img_area {
  width: 100%;
  height: 900px;
  display: block;
}
.photo_img1 {
  width: 55%;
  display: block;
  margin-left: auto;
  margin-right: 5%;
}
.photo_img1 img {
  width: 100%;
  height: auto;
}
.photo_img2 {
  width: 70%;
  display: block;
  position: absolute;
  left: 50px;
  top: 550px;
}
.photo_img2 img {
  width: 100%;
  height: auto;
}
.photo_txt {
  width: 100%;
  display: block;
}
.photo_txt_flex {
  width: 60%;
  display: flex;
  margin: 0 auto;
  margin-top: 80px;
  justify-content: center;
  align-items: stretch;
}
.photo_txt1 {
  width: 30%;
  display: block;
  margin: 0 auto;
  margin-top: 60px;
}
.photo_txt1 p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 10px;
  font-size: 30px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.photo_txt2 {
  width: 30%;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
.photo_txt2 p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 10px;
  font-size: 30px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.photo_txt3 {
  width: 30%;
  display: block;
  margin: 0 auto;
}
.photo_txt3 p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 10px;
  font-size: 30px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.photo_btn {
  width: 35%;
  display: block;
  margin: 0 auto;
  margin-top: 100px;
}
.photo_btn a {
  display: block;
  text-align: center;
  border: 1px solid #313131;
  padding: 10px;
  font-size: 24px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 400;
  color: #313131;
}

/* cuisine */
.pc_cuisine_wrapper {
  display: none;
}

.cuisine_wrapper {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 300px;
  background-image: url(../images/top/cuisine_bg.png);
  background-position: left -50px top 650px;
  background-repeat: no-repeat;
  background-size: 90% auto;
  background-color: rgba(255, 255, 255, 0.1);
  background-blend-mode: normal;
}
.cuisine_tit {
  width: 100%;
  display: block;
  margin-top: 80px;
}
.cuisine_tit h2 {
  margin: 0;
  text-align: center;
  letter-spacing: 10px;
  font-size: 60px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.cuisine_tit p {
  margin: 0;
  text-align: center;
  letter-spacing: 5px;
  font-size: 30px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 400;
}
.cuisine_img {
  width: 100%;
  display: block;
}
.cuisine_img img {
  width: 100%;
  height: auto;
}
.cuisine_txt {
  width: 100%;
  display: block;
}
.cuisine_txt_flex {
  width: 60%;
  display: flex;
  margin: 0 auto;
  margin-top: 80px;
  justify-content: center;
  align-items: stretch;
}
.cuisine_txt1 {
  width: 30%;
  display: block;
  margin: 0 auto;
  margin-top: 60px;
}
.cuisine_txt1 p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 10px;
  font-size: 30px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.cuisine_txt2 {
  width: 30%;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
.cuisine_txt2 p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 10px;
  font-size: 30px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.cuisine_txt3 {
  width: 30%;
  display: block;
  margin: 0 auto;
}
.cuisine_txt3 p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 10px;
  font-size: 30px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.cuisine_btn {
  width: 35%;
  display: block;
  margin: 0 auto;
  margin-top: 100px;
}
.cuisine_btn a {
  display: block;
  text-align: center;
  border: 1px solid #313131;
  padding: 10px;
  font-size: 24px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 400;
  color: #313131;
}

/* 婚礼衣装 */
.pc_dress_wrapper {
  display: none;
}

.dress_wrapper {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 300px;
  background-image: url(../images/top/dress_bg.png);
  background-position: right 50px bottom 100px;
  background-repeat: no-repeat;
  background-size: 30% auto;
  background-color: rgba(255, 255, 255, 0.1);
}
.dress_tit {
  width: 100%;
  display: block;
  margin-top: 80px;
}
.dress_tit h2 {
  margin: 0;
  text-align: center;
  letter-spacing: 10px;
  font-size: 60px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.dress_tit p {
  margin: 0;
  text-align: center;
  letter-spacing: 5px;
  font-size: 30px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 400;
}
.dress_img {
  width: 100%;
  display: block;
}
.dress_img img {
  width: 100%;
  height: auto;
}
.dress_txt {
  width: 100%;
  display: block;
}
.dress_txt_flex {
  width: 60%;
  display: flex;
  margin: 0 auto;
  margin-top: 80px;
  justify-content: center;
  align-items: stretch;
}
.dress_txt1 {
  width: 30%;
  display: block;
  margin: 0 auto;
  margin-top: 60px;
}
.dress_txt1 p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 10px;
  font-size: 30px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.dress_txt2 {
  width: 30%;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
.dress_txt2 p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 10px;
  font-size: 30px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.dress_txt3 {
  width: 30%;
  display: block;
  margin: 0 auto;
}
.dress_txt3 p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 10px;
  font-size: 30px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.dress_btn {
  width: 35%;
  display: block;
  margin: 0 auto;
  margin-top: 100px;
}
.dress_btn a {
  display: block;
  text-align: center;
  border: 1px solid #313131;
  padding: 10px;
  font-size: 24px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 400;
  color: #313131;
}

/* 四季の花嫁バナー */
.four_seasons {
  width: 100%;
  display: block;
  margin: 150px auto;
}
.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: 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;
}
.news_tit h2::after,
.news_tit h2::before {
  content: '';
  flex-grow: 0.3;
  height: 1px;
  background: #fff;
}
.news_tit h2::after {
  margin-left: 30px;
}
.news_tit h2::before {
  margin-right: 30px;
}
.news_contents {
  width: 95%;
  display: block;
  margin: 0 auto;
}
.news_contents a {
  display: block;
  text-align: left;
  letter-spacing: 4px;
  font-size: 20px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}

/* 新型コロナウィルス感染予防対策 */
.pc_covid_wrapper {
  display: none;
}

.covid_wrapper {
  width: 100%;
  display: block;
}
.covid_wrapper .covid_link {
  width: 90%;
  display: block;
  margin: 40px auto;
}
.covid_wrapper .covid_link a 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_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_img_wrapper {
  width: 95%;
  display: block;
  margin: 0 auto;
}
.top_fair_item_flex {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
}
.top_fair_item {
  width: 50%;
  display: block;
  margin: 0 auto;
  padding: 6px;
}
.top_fair_item a img {
  width: 100%;
  height: auto;
}
.top_fair_item a p {
  width: 95%;
  display: block;
  margin: 0 auto;
  text-align: left;
  letter-spacing: 6px;
  font-size: 20px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  color: #fff;
}
.top_fair_btn {
  width: 600px;
  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 {
  display: flex;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid #6D5656;
}
.report_item {
  width: 600px;
  padding: 10px;
  margin-bottom: 50px;
}
.report_item img {
  width: 100%;
  height: auto;
  display: block;
}
.report_item h2 {
  width: 580px;
  text-align: center;
  letter-spacing: 6px;
  font-size: 20px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  color: #fff;
  background-color: #6D5656;
  margin: 0;
  padding: 20px;
}
.report_item p {
  width: 580px;
  text-align: center;
  letter-spacing: 6px;
  font-size: 17px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  color: #fff;
  background-color: #6D5656;
  margin: 0;
  padding: 20px;
}
.report_btn {
  width: 600px;
  display: block;
  margin: 0 auto;
  background-color: #6D5656;
}
.report_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: #fff;
  padding: 12px;
  border-radius: 6px;
}

/* プラン・プレゼント */
.pc_plan_wrapper {
  display: none;
}

.plan_wrapper {
  width: 100%;
  display: block;
  height: auto;
  background-color: #6D5656;
  padding-bottom: 50px;
}
.plan_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;
}
.plan_tit h2::after,
.plan_tit h2::before {
  content: '';
  flex-grow: 0.3;
  height: 1px;
  background: #fff;
}
.plan_tit h2::after {
  margin-left: 30px;
}
.plan_tit h2::before {
  margin-right: 30px;
}
.Item {
  width: 95%;
  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: 26px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
}
.Item_txt p {
  text-align: center;
  font-size: 30px;
  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: 40px solid transparent;
  border-bottom: 40px solid #6D5656;
}

.Item2 {
  width: 95%;
  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: 26px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
}
.Item_txt2 p {
  text-align: center;
  font-size: 30px;
  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: 40px solid transparent;
  border-bottom: 40px 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;
  margin-left: auto;
  margin-right: 2.5%;
  background-color: #fff;
}
.plan_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: 24px;
  border-radius: 6px;
}

/* インスタグラム */
.instagram_wrapper {
  width: 100%;
  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: 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;
}
.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: 100%;
}
.instagram_img img {
  width: 100%;
  height: auto;
}
/* アクセス */
.access_wrapper {
  width: 100%;
  display: block;
  height: auto;
  background-color: #fff;
  padding-bottom: 50px;
  margin-top: 100px;
}
.access_tit h2 {
  padding-top: 30px;
  margin: 0 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;
}
.access_tit h2::after,
.access_tit h2::before {
  content: '';
  flex-grow: 0.3;
  height: 1px;
  background: #6D5656;
}
.access_tit h2::after {
  margin-left: 30px;
}
.access_tit h2::before {
  margin-right: 30px;
}
.contact_btn_flex {
  width: 90%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.contact_btn {
  width: 30%;
  display: block;
  margin: 0 auto;
}
.contact_btn a img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.contact_btn a p {
  text-align: center;
  letter-spacing: 4px;
  font-size: 24px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  color: #6D5656;
}
/* faq */
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  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: 32px;
  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: 30px;
  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;
}

.acd-check{
    display: none;
}
.acd-label{
    background: #0068b7;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
}
.acd-label:after{
    background: #00479d;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 52px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
    border: 1px solid #333;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content{
    height: 50px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
