@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;
}
.bottom_btn {
  display: none;
}

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

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

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

.pc_kv {
  width: 100%;
}

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

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

/* フッターメニュー */
.footer_link {
  width: 100%;
  background-image: url(../../images/top/pc_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: 60px;
}
.footer_logo {
  width: 100%;
  max-width: 1100px;
  display: block;
  margin: 0 auto;
}
.footer_logo img {
  width: 30%;
  display: block;
  margin: 0 auto;
}
.footer_logo h2 {
  text-align: center;
  font-size: 16px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #fff;
  font-weight: 500;
}
.footer_link_container {
  width: 50%;
  margin-right: auto;
}
.footer_link_container ul li a {
  text-align: left;
  font-size: 16px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #fff;
  font-weight: 500;
  line-height: 3;
}
.tel_adress {
  width: 30%;
  position: absolute;
  right: 50px;
  bottom: 50px;
}
.tel_adress {
  text-align: right;
  font-size: 20px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #fff;
  font-weight: 500;
  line-height: 2;
}
.footer_shugen_logo {
  width: 8%;
  position: absolute;
  right: 50px;
  bottom: 250px;
}
.footer_shugen_logo img {
  width: 100%;
}
/* リンクコンテンツ */
.contents_link {
  display: none;
}
.pc_contents_link {
  width: 100%;
  max-width: 1100px;
  display: block;
  margin: 0 auto;
}
.Item_flex {
  width: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.Item {
  width: 32%;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  transition: .3s;
}
.Item:hover {
  opacity: 0.7;
}
.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 p {
  text-align: center;
  font-size: 14px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
}
.Item-Content-Flg {/*三角形右下*/
  position: absolute;
  bottom: 6px;
  right: 6px;
  flex-wrap: nowrap;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #6D5656;
}

.Item2 {
  width: 32%;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  transition: .3s;
}
.Item2:hover {
  opacity: 0.7;
}
.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 p {
  text-align: center;
  font-size: 14px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
}
.Item-Content-Flg2 {/*三角形右下*/
  position: absolute;
  bottom: 6px;
  right: 6px;
  flex-wrap: nowrap;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #6D5656;
}

.Item3 {
  width: 32%;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  transition: .3s;
}
.Item3:hover {
  opacity: 0.7;
}
.Item-Content3 {
  position: relative;
  background: #fff;
  border: 1px solid #6D5656;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Item_img3 {
  width: 50%;
  display: block;
  margin: 0 auto;
}
.Item_img3 img {
  width: 90%;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
}
.Item_txt3 {
  width: 50%;
  display: block;
  margin: 0 auto;
}
.Item_txt3 p {
  text-align: center;
  font-size: 14px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
}
.Item-Content-Flg3 {/*三角形右下*/
  position: absolute;
  bottom: 6px;
  right: 6px;
  flex-wrap: nowrap;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #6D5656;
}

.Item-Content-Title {
  letter-spacing: 0.14em;
  color: #666;
  font-size: 18px;
}

/* ブライダルフェア一覧 */
.fair_wrapper {
  width: 100%;
  display: block;
  height: auto;
  background-color: #6D5656;
  padding-bottom: 50px;
  margin-top: 100px;
}
.fair_tit h2 {
  padding-top: 30px;
  margin: 30px auto;
  text-align: center;
  letter-spacing: 2px;
  font-size: 60px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fair_tit h2::after,
.fair_tit h2::before {
  content: '';
  flex-grow: 0.2;
  height: 1px;
  background: #fff;
}
.fair_tit h2::after {
  margin-left: 30px;
}
.fair_tit h2::before {
  margin-right: 30px;
}
.fair_img_wrapper {
  width: 100%;
  max-width: 960px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.fair_img1,
.fair_img2,
.fair_img3 {
  width: 30%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.fair_img1 a img,
.fair_img2 a img,
.fair_img3 a img {
  width: 100%;
  height: auto;
}
.fair_img1 a p,
.fair_img2 a p,
.fair_img3 a p {
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
  font-size: 16px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  color: #fff;
}
.fair_btn {
  width: 300px;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  background-color: #fff;
}
.fair_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: #6D5656;
  padding: 24px;
  border-radius: 6px;
}
/* アクセス */
.access {
  width: 100%;
  max-width: 1100px;
  display: block;
  margin: 0 auto;
  margin-top: 200px;
}
.access_tit img {
  width: 100%;
}
.access_txt {
  margin-top: 60px;
}
.access_txt h3 {
  text-align: center;
  font-size: 22px;
  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: 18px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
  line-height: 2;
}
.map {
  width: 100%;
}
.map iframe {
  width: 90%;
  max-width: 1100px;
  height: 450px;
  display: block;
  margin: 0 auto;
}

.access_wrapper {
  width: 100%;
  max-width: 1100px;
  display: block;
  margin: 0 auto;
  height: auto;
  background-color: #fff;
  padding-bottom: 50px;
  margin-top: 100px;
}
.access_tit {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.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%;
  max-width: 600px;
  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: 18px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  color: #6D5656;
}
