@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/*==================================*/
/* base
==================================*/
a.Arrow {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: #333;
  text-decoration: none;
}
a.Arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  margin-top: -3px;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: 1.05px;
  margin-left: 6px;
}

.btn_normal a {
  display: block;
  padding: 15px 0;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  width: 245px;
  margin: 0 auto;
}
.btn_normal a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.main_video_area .thumbnail {
  height: 0;
}
.main_video_area .thumbnail img {
  height: 0;
}

.pc {
  display: none !important;
}

.sv {
  background: none;
  height: 0;
  display: none;
}
.sv h1 {
  text-indent: -9999px;
  opacity: 0;
  height: 0;
  padding: 0;
  margin: 0;
  float: none;
}

/*==================================
  common
==================================*/
.fixBnr .fixBnrWrap.ok {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  display: none;
}
.fixBnr .fixBnrClose {
  display: block;
}
.fixBnr .fixBnrClose img {
  border-radius: 50%;
  padding: 2px;
  margin: -2px 0 -17px;
  z-index: 3;
  position: relative;
}

.S_Wrap {
  margin: 0 auto;
  padding: 0 15px;
}

#header {
  padding: 10px 0;
  display: block !important;
  background-color: #fff;
  overflow: visible !important;
  position: static !important;
  background: #fff;
  height: 65px;
  width: 100%;
}
#header .logo_mark {
  display: none;
}
#header .logo {
  width: 103px;
  padding: 5px 0 0 20px;
  position: relative;
}
#header .logo img {
  width: 100%;
}
#header .hamburger {
  display: block;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  z-index: 700;
}
#header .hamburger span {
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  left: 0;
  background: #000;
  transition: 0.3s ease-in-out;
}
#header .hamburger span.b01 {
  top: 16px;
}
#header .hamburger span.b02 {
  top: 23px;
}
#header .hamburger span.b03 {
  top: 30px;
}
#header .hamburger.active {
  position: fixed;
  top: 18px !important;
  right: 20px;
  left: auto;
  z-index: 600;
}
#header .hamburger.active span.b01 {
  background: #000;
  transform: rotate(-30deg);
}
#header .hamburger.active span.b02 {
  display: none;
}
#header .hamburger.active span.b03 {
  top: 16px;
  background: #000;
  transform: rotate(30deg);
}
#header nav.globalMenu {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
#header nav.globalMenu.active {
  background-color: #f7f7f7;
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: calc(100% - 40px);
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
  overflow-y: scroll;
}

.Menu_linkbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}
.Menu_linkbox .l_box01 {
  width: 43%;
}
.Menu_linkbox .l_box02 {
  width: 50%;
}
.Menu_linkbox .l_box03 {
  width: 50%;
}
.Menu_linkbox .l_box04 {
  width: 50%;
}
.Menu_linkbox .c {
  margin-top: 30px;
}
.Menu_linkbox ul li {
  margin-bottom: 19px;
  border-bottom: solid 1px #cacaca;
  padding-bottom: 20px;
}
.Menu_linkbox ul li.end {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.Menu_linkbox ul li a {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  display: flex;
  align-items: center;
  padding-right: 0;
}
.Menu_linkbox ul li a.Arrow::after {
  border-color: #000;
  margin-top: 0.5px;
}
.Menu_linkbox ul li ul {
  margin-top: 18px;
}
.Menu_linkbox ul li li {
  margin-bottom: 15px;
  border: none;
  padding: 0;
}
.Menu_linkbox ul li li.e {
  margin-bottom: 25px;
}
.Menu_linkbox ul li li a {
  display: flex;
  opacity: 0.7;
  font-size: 12px;
  padding-left: 15px;
}
.Menu_linkbox ul li li a .cate {
  display: block;
  margin: 0 0 10px -15px;
}
.styleun_box {
  display: block;
  width:80%;
  margin: 0 auto;
}

.styleun_box div {
            width: 100%; /* 画像とテキストの幅を30%に設定 */
            margin-bottom: 20px; /* 画像とテキスト間に余白を追加 */
            text-align: center; /* テキストを中央揃えにする */
        }
.styleun_box img {
                    width:100%; /* 画像の幅を100%に設定 */
                    border-radius: 8px; /* 画像に角丸を適用 */
                }

.Sns_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 300px;
  margin: 0 auto 30px;
}
.Sns_box li {
  color: #abada8;
  margin: 0 0 20px;
  width: 50%;
  text-align: center;
}
.Sns_box li span.s {
  display: none;
}
.Sns_box li a {
  color: #000;
  margin: 0 14px 0 0;
  background: url(../img/icon_line_b.svg) no-repeat left 50%;
  background-size: 25px auto;
  text-align: left;
  display: block;
  margin: 0;
  padding: 5px 0 5px 34px;
  font-size: 11px;
}
.Sns_box li a:hover {
  text-decoration: underline;
}
.Sns_box .facebook a {
  background: url(../img/icon_facebook_b.svg) no-repeat left 50%;
  background-size: 25px auto;
}
.Sns_box .instagram a {
  background: url(../img/icon_Instagram_b.svg) no-repeat left 50%;
  background-size: 25px auto;
}
.Sns_box .staffblog a {
  background: url(../img/icon_blog_b.svg) no-repeat left 50%;
  background-size: 23px auto;
}

.Tel_box ul {
  text-align: center;
}
.Tel_box span.s {
  display: none;
}
.Tel_box dt {
  font-size: 14px;
}
.Tel_box dd {
  color: #000000;
  font-size: 26px;
  margin-bottom: 30px;
  font-family: futura-pt, sans-serif;
}
.Tel_box dd a {
  color: #000000;
  letter-spacing: 0.02em;
  font-family: "EB Garamond", serif;
}
.Tel_box dd span {
  font-size: 20px;
}
.Tel_box .tel_kome {
  font-size: 12px;
  line-height: 1.8;
  margin: 0 auto 20px;
  width: 202px;
  text-align: left;
}
.Tel_box .kome_bg {
  font-size: 10px;
  line-height: 1.6;
  background-color: #f1f1f1;
  padding: 10px 10px;
  margin: 0 auto 20px;
  text-align: center;
}
.Tel_box span.s {
  display: none;
}

#header {
  overflow: visible;
}
#header .Menu_linkbox {
  padding-top: 40px;
}
#header .Contact_box {
  background: none !important;
}
#header .Sns_box {
  padding-bottom: 20px;
}
#header .C_title,
#header .lead,
#header .cont {
  display: none;
}
#header .Tel_box {
  margin: 0 20px 20px;
  border-bottom: solid 1px #abada8;
}

#header.gnav01fix-fixed {
  top: 0 !important;
  position: fixed !important;
}
#header.gnav01fix-fixed .hamburger {
  position: fixed !important;
  top: 10px;
  right: 20px;
}
#header.gnav01fix-fixed .h-box {
  height: 62px !important;
  top: 0 !important;
}
#header.gnav01fix-fixed .s-menu {
  position: absolute;
  top: 0;
  right: 592px;
  width: 485px;
  height: 56px;
  overflow: hidden;
  margin: 0 !important;
}
#header.gnav01fix-fixed .r-menu {
  position: absolute;
  top: 0;
  right: 0;
}
#header.gnav01fix-fixed .r-menu {
  height: 56px;
  overflow: hidden;
}
#header.gnav01fix-fixed .r-menu ul li {
  padding: 13px 2px;
}
#header.gnav01fix-fixed .ptx {
  font-size: 16px;
}
#header.gnav01fix-fixed .pnumber {
  font-size: 20px;
}

/*==================================
  footer
==================================*/
.foot_bn_area {
  margin: 0 15px 15px;
}
.foot_bn_area li:first-child {
  margin-bottom: 10px;
}
.foot_bn_area img {
  width: 100%;
}

section.Contact_box {
  padding: 40px 0 !important;
}
section.Contact_box .C_title {
  margin-bottom: 20px;
}
section.Contact_box .lead {
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.8;
}
section.Contact_box .btn,
section.Contact_box .link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 20px;
}
section.Contact_box .btn li,
section.Contact_box .link li {
  width: 49%;
  height: 57px;
  overflow: hidden;
}
section.Contact_box .btn li.l01,
section.Contact_box .link li.l01 {
  width: 100%;
  margin-bottom: 2%;
  height: 52px;
}
section.Contact_box .btn li.l01 .Arrow::after,
section.Contact_box .link li.l01 .Arrow::after {
  vertical-align: middle !important;
}
section.Contact_box .btn li a,
section.Contact_box .link li a {
  background-color: #d1ac00;
  display: block;
  color: #fff;
  padding: 22px 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.3;
}
section.Contact_box .btn li a:hover,
section.Contact_box .link li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
section.Contact_box .btn li a.line,
section.Contact_box .link li a.line {
  background-color: #789256;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 0;
}
section.Contact_box .btn li a.line::before,
section.Contact_box .link li a.line::before {
  content: "";
  display: block;
  background: url(../img/icon_line_w.svg) no-repeat 0 50%;
  background-size: 23px auto;
  width: 23px;
  height: 23px;
  margin-right: 5px;
}
section.Contact_box .btn li a.line br,
section.Contact_box .link li a.line br {
  display: none;
}
section.Contact_box .btn .l02,
section.Contact_box .btn .l03,
section.Contact_box .link .l02,
section.Contact_box .link .l03 {
  height: 40px;
}
section.Contact_box .btn .l02 a,
section.Contact_box .btn .l03 a,
section.Contact_box .link .l02 a,
section.Contact_box .link .l03 a {
  padding: 12px 0 !important;
}
section.Contact_box .link {
  margin-top: 2%;
}
section.Contact_box .link a.l04 {
  padding: 12px 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.Contact_box .link .Arrow::after {
  border-color: #fff;
}

.foot_contact {
  background: url(../img/contact_bg.jpg) no-repeat center 50%;
  background-size: cover;
}
.foot_contact h2 {
  color: #fff;
  margin-top: 0 !important;
}
.foot_contact .lead {
  color: #fff;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.Map_box {
  margin: 0 15px !important;
}
.Map_box .map iframe {
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
}
.Map_box .r_box {
  padding: 50px 0 20px;
}
.Map_box .r_box .logo_box {
  width: 290px;
  margin: 0 auto 30px;
}
.Map_box .r_box .logo_box .logo {
  width: 160px;
  margin: 0 auto 15px;
}
.Map_box .r_box .logo_box .logo img {
  width: 100%;
}
.Map_box .r_box .logo_t {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  font-size: 14px;
  text-align: center;
  padding: 15px 0;
}
.Map_box .r_box address,
.Map_box .r_box .ad_t {
  font-style: normal;
  font-size: 14px;
  margin-bottom: 15px;
  text-align: center;
}
.Map_box .r_box .ad_t {
  margin-bottom: 30px;
}
.Map_box .r_box .btn_normal a {
  margin: 20px auto 40px;
}

footer .Menu_linkbox {
  display: none;
}
footer .Sns_wrap {
  width: auto;
  background-color: #f7f7f7;
  padding: 30px 20px 10px;
}
footer .Sns_wrap .Sns_box li {
  width: 50%;
}

/*==========================================
  Layout
==========================================*/
/*==================================
  base
==================================*/
#home .spsm02 {
  display: none !important;
}
@media (max-width: 599px) {
  #home .spsm02 {
    display: block !important;
  }
}

.C_title {
  font-size: 22px;
  font-family: futura-pt, sans-serif;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 500;
}
.C_title span {
  font-size: 16px;
  display: block;
  margin-top: 0;
  letter-spacing: 0;
}

/*==================================
  top
==================================*/
#home {
  position: relative;
}
#home .bestrate {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 130px;
  z-index: 2;
}
#home .bestrate img {
  width: 100%;
}
#home .bestrate p {
  background: #857351;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  justify-content: center;
}
#home .main_video_area {
  width: 100%;
  height: calc(100vh - 119px);
  overflow: hidden;
  position: relative;
}
#home .main_video_area video {
  position: relative;
  top: 0;
  width: 100%;
  height: calc(100vh - 119px);
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
#home .main_video_area::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 119px);
  background-color: rgba(0, 0, 0, 0.3);
}
#home .main_video_area .main_txt {
  position: absolute;
  top: calc(50% - 65px);
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  width: 210px;
}
#home .main_video_area .main_txt li.logo {
  width: 148px;
  margin: 0 auto 20px;
}
#home .main_video_area .main_txt li.logo img {
  width: 100%;
}
#home .main_video_area .main_txt .t {
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  width: auto;
  line-height: 2;
}
#home .main_video_area .btn_scroll {
  position: absolute;
  bottom: 90px;
  left: 50%;
  z-index: 1;
  margin-left: -20px;
}
#home .main_video_area .btn_scroll a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: relative;
}
#home .main_video_area .btn_scroll a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin: -4px 0 0 -3px;
  transform: rotate(-135deg);
}
#home .main-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 1111111;
  width: 100%;
  left: 0;
}
#home .modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
#home .main-modal .container {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 800px;
}
#home .main-modal .container .btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
}
#home .main-modal .container .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#home .main-modal .container .movie video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#home .modalbtn {
  text-align: center;
  z-index: 2;
  width: 200px;
  margin: 20px auto 30px;
}
#home .modalbtn a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  background-color: #000;
  font-size: 12px;
}
#home .modalbtn a::after {
  border-color: #fff;
}
#home .Top_Banner_area {
  text-align: center;
  margin: 10px 10px 40px;
  aspect-ratio: 2.78/1;
}
#home .Top_Banner_area img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

body.active {
  overflow: hidden;
}

html.active {
  overflow: hidden;
}

#home .Mincho {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Times New Roman", Times, "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#home #anc01 {
  padding-top: 120px;
  margin-top: -110px;
  display: block;
  height: 0;
}
#home .bnr {
  width: auto;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
#home .bnr a {
  display: block;
}
#home .bnr img {
  max-width: 100%;
}
#home .Message {
  margin-bottom: 40px;
}
#home section .tl {
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 20px;
}
#home section .lead {
  font-size: 16px;
  line-height: 2.1;
  text-align: center;
}
#home .ceptTop01 {
  background: none !important;
}
#home .ceptBox2 {
  height: 240px !important;
}
#home .topMovieWrap {
  margin: 0 !important;
}
#home .slideWrap {
  margin-bottom: 40px;
  position: relative;
}
#home .slideWrap .bestrate {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 120px;
  z-index: 2;
}
#home .slideWrap .bestrate img {
  width: 100%;
}
#home .Recommendfair #title,
#home .Recommendplan #title {
  margin: 70px 0 -150px;
  z-index: 3;
  background-color: #fff;
  padding: 20px 40px;
  position: relative;
  line-height: 1.5;
}
#home .Recommendplan #title {
  margin-bottom: -180px;
  background-color: #fff;
  padding: 30px 40px 10px;
}
#home .Banner_box {
  margin: 0 15px 30px;
}
#home .Banner_box img {
  width: 100%;
}
#home .Recommendplan {
  margin-top: -40px;
}
#home .topNewsList {
  padding: 40px 15px;
  margin: 40px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#home .report__container {
  padding: 40px 15px;
  margin: 40px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#home .styleBox .item {
  margin-bottom: 80px;
}
#home .styleBox .item_end {
  margin-bottom: 0;
}
#home .reason .inn .box {
  background: #fff;
}
#home .reason .inn .box .txtbox .txt {
  padding: 20px 0 0;
}
#home .top-wedding-report {
  margin-bottom: 30px;
}
#home #cuisine-box .box {
  height: auto !important;
}
#home .border02 {
  margin: 50px auto 50px;
}
#home .news-fds01 {
  padding-top: 0;
}
#home .report__container,
#home #cuisine-box {
  padding-top: 0;
  padding-bottom: 0;
}
#home #blog-box {
  padding-bottom: 60px;
}
#home #cuisine-box {
  padding-bottom: 20px;
}
#home .topConceptLImg {
  margin: 15px 0 50px;
}
#home .topLay01 ul {
  padding-bottom: 0;
}
#home .topLay02Cuisine {
  margin-bottom: 0;
}
#home .topLay02Cuisine ul {
  padding-bottom: 0;
}
