@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:400,700,800|Noto+Sans+JP:400,500,900');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.nopc {
	display: none;
}
.nosp {
	display: block;
}

a.anchor {
    display: block;
    padding-top: 90px;
    margin-top: -90px;
}

#w_wedding{
font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-size:16px;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position:relative;
	box-sizing: border-box;
	color:#141414;
}

#w_wedding img {
  width: 100%;
}

.w_welcome_mv {
  padding: 288px 0;
  position: relative;
  min-height: 576px;
  background: url(../img/top_bg.png) no-repeat center/cover;
  overflow: hidden;
}

.w_welcome_mv h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 50px;
  color: #454545;
  font-weight: bold;
  z-index: 10;
  letter-spacing: 9px;
  line-height: 100%;
}

.w_welcome_mv h2::after {
  content: "";
  background: url(../img/top_txt_bg.png) no-repeat;
  max-width: 623px;
  max-height: 623px;
  width: 100vw;
  height: 100vw;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.w_welcome_mv h2 span {
  display: block;
    color: #fff;
    background-color: #E0C42B;
    border-radius: 100px;
    font-size: 26px;
    max-width: 327px;
    width: 100%;
    margin: auto;
    line-height: 100%;
    padding: 10px 20px;
    letter-spacing: normal;
    margin-bottom: 18px;
}

.w_welcome_mv h2 small {
  font-size: 20px;
  display: block;
  letter-spacing: normal;
  margin-top: 20px;
  line-height: 100%;
}

.top_txtbox {
  padding: 80px 0 200px;
  text-align: center;
  position: relative;
}

.top_txtbox .w_welcome_logo {
  position: absolute;
  top: -65px;
  left: 208px;
  max-width: 205px;
  width: 100%;
}

.top_txtbox .w_welcome_logo img {
  width: 100%;
}

.top_txtbox h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}

.top_txtbox h3 span {
  position: relative;
  padding: 0 5px;
}

.top_txtbox h3 span.nosp {
  display: inline-block;
}

.top_txtbox h3 span::after {
  content: "";
  width: 100%;
  height: 20px;
  background-color: #E0C42B;
  opacity: 0.22;
  position: absolute;
  bottom: 0;
  left: 0;
}

.top_txtbox .sec01_txt {
  line-height: 250%;
}

.page_link_img {
  margin: 70px auto -40px;
  max-width: 1259px;
}

.top_txtbox .w_welcome_linklist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1052px;
  margin: auto auto 60px;
  width: 100%;
}

.top_txtbox .w_welcome_linklist li {
  width: 46.58%;
  position: relative;
  border: 6px solid #D2C876;
  border-radius: 16px;
  background: url(../img/enjoy_link_bg.png) no-repeat center/cover;
  transition: .3s;
  padding: 35px 10px 40px;
}

.top_txtbox .w_welcome_linklist li:nth-child(2) {
  border: 6px solid #6A95B5;
  background: url(../img/facility_link_bg.png) no-repeat center/cover;
}

.top_txtbox .w_welcome_linklist li:hover {
  transform: scale(0.95);
}

.top_txtbox .w_welcome_linklist li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.top_txtbox .w_welcome_linklist li a:hover {
  text-decoration: none;
}

.top_txtbox .w_welcome_linklist li strong {
  font-size: 20px;
  color: #C4B64A;
  display: block;
}

.top_txtbox .w_welcome_linklist li:nth-child(2) strong {
  color: #6A95B5;
}

.top_txtbox .w_welcome_linklist li strong span {
  font-size: 36px;
}

.top_txtbox .w_welcome_linklist li::before {
  content: "ENJOY";
  font-size: 60px;
  color: rgba(196, 182, 74, 0.17);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top_txtbox .w_welcome_linklist li:nth-child(2)::before {
  content: "FACILITY";
  color: rgba(98, 142, 201, 0.17);
}

.top_txtbox .w_welcome_linklist li::after {
  content: '';
    display: block;
    width: 11px;
    height: 11px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) rotate( 135deg );
}

.w_welcome_exp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1052px;
  margin: auto;
  width: 100%;
  padding: 40px 60px 40px 75px;
  border: 1px solid #6599AF;
  border-radius: 16px;
}

.w_welcome_exp .img_box {
  width: 21.09%;
}

.w_welcome_exp .img_box img {
  width: 100%;
}

.w_welcome_exp .txt_box {
  width: 71.96%;
  text-align: left;
}

.w_welcome_exp .txt_box h4 {
  font-size: 28px;
  margin-bottom: 20px;
}

.w_welcome_exp .txt_box p {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.w_welcome_section {
  padding: 100px 0 210px;
  background: url(../img/enjoy_bg.png) no-repeat center/cover;
}

.w_welcome_section.facility {
  background: url(../img/facility_bg.png) no-repeat center/cover;
}

.w_welcome_section.report {
  background: url(../img/report_bg.png) no-repeat center/cover;
}

.w_welcome_section.plan {
  background: url(../img/plan_bg.png) no-repeat center/cover;
}

.w_welcome_section .w_welcome_title {
  position: relative;
  text-align: center;
  font-size: 32px;
  margin:-123px auto 123px;
}

.w_welcome_section .w_welcome_title span {
  font-size: 120px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* z-index: -1; */
  color: rgba(196, 182, 74, 0.17);
}

.w_welcome_section.facility .w_welcome_title span {
  color: rgba(98, 142, 201, 0.17);
}

.w_welcome_section.report .w_welcome_title span {
  color: rgba(232, 113, 147, 0.17);
}

.w_welcome_section.plan .w_welcome_title span {
  color: rgba(158, 211, 162, 0.17);
}

.w_welcome_section .contents_list {
  max-width:1260px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items:flex-start;
}

.w_welcome_section.facility .contents_list,
.w_welcome_section.report .contents_list{
  max-width: 1052px;
  justify-content: space-between;
}

.w_welcome_section .contents_list li {
  width: 28.71%;
  margin: 0 30px 40px;
  max-width: 360px;
  text-align: center;
  font-weight: normal;
}

.w_welcome_section.facility .contents_list li,
.w_welcome_section.report .contents_list li{
  width: 46.58%;
  margin: 0 0 53px;
  max-width: 490px;
}

.w_welcome_section .contents_list li strong {
  font-size: 24px;
  display: block;
  margin-bottom:20px;
  font-weight: normal;
}

.w_welcome_section.report .contents_list li strong {
  font-size: 20px;
  margin-bottom: 30px;
}

.w_welcome_section .contents_list li p {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  max-width: 315px;
  width: 100%;
  margin: auto;
  font-weight: normal;
  color: #707070;
  text-align: left;
}

.w_welcome_section.facility .contents_list p {
  max-width: 419px;
}

.w_welcome_section.facility .contents_list img,
.w_welcome_section.report .contents_list img{
  margin-bottom: 30px;
}


.w_welcome_section.report .contents_list a {
  padding: 12px;
  max-width: 243px;
  width: 100%;
  display: block;
  position: relative;
  background-color: #EBA0B5;
  color: #fff;
  text-align: center;
  margin: auto;
  border-radius: 6px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  transition: .3s;
}

.w_welcome_section.report .contents_list a::before {
  content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    transform: rotate( 45deg );
}

.w_welcome_section.plan .plan_box {
  max-width: 1262px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.w_welcome_section.plan .plan_box .img_box {
  width: 47.86%;
  max-width: 604px;
}

.w_welcome_section.plan .plan_box .txt_box {
  width: 47.54%;
  max-width: 600px;
}

.w_welcome_section.plan .plan_box .txt_box strong {
  font-size: 23px;
  display: block;
  margin-bottom:30px;
  font-weight: normal;
}

.w_welcome_section.plan .plan_box .txt_box p {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  max-width: 521px;
  width: 100%;
}

.w_welcome_section.plan .plan_box .txt_box a {
  padding: 12px;
  max-width: 314px;
  width: 100%;
  display: block;
  position: relative;
  background-color: #A5CBA9;
  color: #fff;
  text-align: center;
  margin: 40px 0 0;
  border-radius: 6px;
  transition: .3s;
}

.w_welcome_section.plan .plan_box .txt_box a::before {
  content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    transform: rotate( 45deg );
}

.w_welcome_section.report .contents_list a:hover,
.w_welcome_section.plan .plan_box .txt_box a:hover{
  text-decoration: none;
  transform: scale(0.95);
}

.contact_box {
  border: 1px solid #838383;
  border-radius: 16px;
  padding: 45px 30px;
  max-width: 1052px;
  width: 100%;
  margin: auto auto 60px;
  text-align: center;
}

.contact_box strong {
  display: block;
  margin-bottom: 30px;
  font-size: 26px;
}

.contact_box a {
  font-size: 42px;
  pointer-events: none;
}
