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

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

.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 */
.kv {
  width: 100%;
  height: auto;
  margin-top: 80px;
}
.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;
}

/* リンクコンテンツ */
.pc_contents_link {
  display: none;
}

.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 p {
  text-align: center;
  font-size: 24px;
  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 p {
  text-align: center;
  font-size: 24px;
  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;
}

.Item3 {
  width: 95%;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}
.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: 24px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
}
.Item-Content-Flg3 {/*三角形右下*/
  position: absolute;
  bottom: 10px;
  right: 10px;
  flex-wrap: nowrap;
  border-left: 40px solid transparent;
  border-bottom: 40px 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%;
  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: 500px;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: 2.5%;
  background-color: #fff;
}
.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: 24px;
  border-radius: 6px;
}
/* アクセス */
.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;
}
