@charset "UTF-8";
/* CSS Document */ :root {
  --m: #333333;
  --p: #CFB53B;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
  background-color: #F0E9DE;
  font-feature-settings: "palt";
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
  overflow-x: clip;
}
p {
  line-height: 1.9;
  letter-spacing: 0.05em;
}
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: bottom;
}
.img100 {
  width: 100%;
}
a {
  text-decoration: none;
  color: #333333;
  letter-spacing: 0.06em;
}
ul {
  list-style-type: none;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
address {
  font-style: normal;
}
h1, h2, h3, h4, h5 {
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.top_main_wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  overflow: clip;
}
.nav {
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: 3
}
.nav a {
  color: #fff;
}
/*ボタン*/
.btn01 {
  color: #fff;
  padding: 15px 30px 50px;
  height: 85px;
  background-color: var(--p);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 250px;
  transition: 0.2s;
}
.btn01:hover {
  background-color: #ccc;
}
.btn01:after {
  content: "";
  background: url("../images/btn.svg") no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
/*アニメーション動き*/
.right_in {
  opacity: 0;
  transform: translate(100px, 0px);
  transition-duration: 2s;
  transition-delay: 0.2s;
}
.left_in {
  opacity: 0;
  transform: translate(-100px, 0px);
  transition-duration: 2s;
  transition-delay: 0.2s;
}
.fade_up {
  opacity: 0;
  transform: translate(0px, 100px);
  transition-duration: 2.5s;
}
.mv {
  opacity: 1.0;
  transform: translate3d(0, 0, 0);
}
/*/////////footer////////////*/
footer {
  margin-top: clamp(100px, 18vw, 300px);
}
.foot_contact_box {
  background-color: #727272;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5% 10%;
}
.foot_contact_text {
  font-size: min(1.667vw, 2rem);
  color: #fff;
  margin-right: 2em;
}
.foot_wrap {
  background-color: var(--m);
  padding: 5% 5% 10px;
  color: #fff;
}
.foot_logo {
  margin-bottom: 50px;
  text-align: center;
  display: block;
}
.foot_logo img{
width: clamp(80px, 7.3vw, 120px);
}
.foot_ad {
  text-align: center;
  margin-bottom: 100px;
}
.foot_ad a{ color: #fff;}
.foot_nav a {
  color: #fff;
}
.foot_nav {
  text-align: center;
  margin-bottom: 150px;
}
.u18 {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.u18 span{
  margin-left: 1em;
}
.copy {
  font-size: 1.2rem;
  text-align: right;
}
/*////////////////////トップページ///////////////////////*/
.top_logo_box {
  width: max(20%, 180px);
  padding: 5% 2% 0;
  text-align: center;
}
.top_logo_box img {
  width: clamp(70px, 50%, 120px);
  margin-bottom: 3vw;
}
.logo_text {
  font-size: clamp(1.2rem, calc(1.2rem + 0.125vw), 1.4rem);
  line-height: 1.5;
  padding-left: 0.05em;
  font-weight: normal;
}
.menu {
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
}
.menu__single {
  margin-right: 2em;
  text-align: center;
  line-height: 1.5;
  font-size: clamp(1.4rem, calc(1.2rem + 0.299vw), 1.8rem);
  position: relative;
}
.menu__single:last-of-type {
  margin-right: 0;
}
.menu__single a:hover {
  color: var(--p);
}
.menu__single:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: var(--p);
  transition: all .3s linear;
}
.menu__single:hover:after {
  width: 100%;
}
.jp_menu {
  display: block;
  font-size: 1.2rem;
}
.top_main_img {
  width: 80%;
  position: relative;
  animation: rightIn 3s ease 0.2s 1 normal forwards;
  opacity: 0;
  z-index: 2;
}
.catch_copy_box {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(207, 181, 59, 0.5);
  /*
  display: flex;
  align-items: center;
*/
  padding: 10px 20px;
  color: #fff;
  /*  overflow: hidden;*/
  width: 100%;
  /*  height: 60px;*/
  z-index: 1;
  line-height: 1.5;
}
::-webkit-full-page-media, :future, :root .catch_copy_box {
  bottom: -0.2px;
}
.catch_copy {
  /*  animation: loop-slide 15s linear infinite;*/
  /*  margin-right: 5em;*/
  /*  padding-left: 100%;*/
  /*  white-space: nowrap;*/
  /*  display: inline-block;*/
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes leftIn {
  0% {
    opacity: 0;
    transform: translateX(-60%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes rightIn {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.top01 {
  width: 100%;
  padding: 0 0 clamp(80px, 12vw, 190px) 10vw;
  margin: 0 0 clamp(80px, 15vw, 200px);
}
.section-lineup {
  overflow: hidden;
}
.com_title01 {
  font-size: clamp(4.2rem, 4.323vw, 8rem);
  color: var(--p);
  font-family: "Dancing Script", cursive;
  font-weight: 700;
  line-height: 1.2;
}
.jp_title {
  font-size: clamp(1.4rem, calc(1.2rem + 0.299vw), 1.8rem);
  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  font-weight: normal;
  display: block;
}
.section-lineup .inner {
  margin: 0 0 150px;
  width: 80%;
}
.section-lineup .lineup {
  position: relative;
}
.section-lineup .lineup-carousel li {
  margin-right: 24px;
  padding-bottom: 10px;
}
.section-lineup .lineup-carousel li:hover .eyecatch {
  transform: scale(1.1);
}
.eyecatch_box {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  aspect-ratio: 4 / 3;
}
.eyecatch_box img {
  transition: 0.3s;
  height: 100%;
  object-fit: cover;
}
.section-lineup .slick-list {
  overflow: visible;
}
.section-lineup .slick-nav-arrows {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 150px;
  height: 25px;
}
.section-lineup .slick-arrow {
  width: 25px;
  height: 53px;
}
.section-lineup .slick-next {
  right: 0;
}
.section-lineup .slick-next:before {
  content: url("../images/arrow-forward.svg");
}
.section-lineup .slick-prev {
  left: 0;
}
.section-lineup .slick-prev:before {
  content: url("../images/arrow_back.svg");
}
.top01 .com_title01 {
  color: var(--m);
  margin-bottom: max(5.5vw, 50px);
}
.room_card {
  background-color: #FBF5EB;
}
.card_title {
  font-family: "Dancing Script", cursive;
  text-align: center;
  position: relative;
  padding-top: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}
.card_title:before {
  content: "Room";
  position: absolute;
  top: 0;
  font-size: 1.4rem;
}
.card_text_wrap {
  padding: 3% 3% 5%;
}
.card_dt {
  font-weight: normal;
  width: 48%;
  text-align: right;
  font-size: clamp(1.4rem, calc(1.2rem + 0.125vw), 1.6rem);
  letter-spacing: 0;
}
.card_price_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card_price {
  width: 48%;
  font-weight: 600;
  color: var(--p);
  font-size: clamp(1.4rem, calc(1.2rem + 0.125vw), 1.8rem);
  letter-spacing: 0.02em;
}
.top02 {
  margin: -10vw 0 clamp(80px, 12vw, 180px);
  padding: 15vw 10vw 12vw;
  width: 100%;
  background: linear-gradient(90deg, var(--m) 0%, var(--m) 95%, transparent 95%, transparent 100%);
  animation: leftIn 3s ease 0.5s 1 normal forwards;
  opacity: 0;
}
.top02_inner {
  display: flex;
  justify-content: space-between;
  gap: clamp(40px, 6vw, 90px);
}
.top02_inner .com_title01 {
  color: var(--p);
  flex: 0 0 auto;
}
.news_wrap {
  flex: 1;
  width: auto;
  margin: 0 0 60px;
}
.topic-list {
  padding: 0 10px 24px;
  display: block;
}
.topic_wrap {
  line-height: 1.5;
  transition: 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  margin-bottom: 24px;
}
.top02 .topic-list {
  color: #fff;
}
.news_text {
  display: flex;
  align-items: flex-start;
}
.list_date {
  display: inline-block;
  margin-right: 2em;
}
.topic_title {
  font-weight: 500;
}
.topic_wrap:hover .list_date, .topic_wrap:hover .topic_title {
  color: var(--p);
}
.btn_center {
  text-align: center;
}
.top02 .btn_center {
  text-align: right;
}
.top03_pic01 {
  width: 73%;
  margin-bottom: 50px;
}
.top03_pic02 {
  width: 73%;
  margin: 0 0 0 auto;
}
.top03 {
  margin-bottom: clamp(80px, 18vw, 280px);
  overflow: clip;
}
.top04 {
  width: min(80%, 1536px);
  margin: 0 auto;
}
.btn02 {
  display: flex;
  align-items: center;
  width: 80%;
  height: max(12vw,150px);
  background: #fbf5eb;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 8% 5%;
  margin-bottom: max(4.688vw, 50px);
  position: relative;
  &:hover {
    background-color: #ccc;
  }
}
.btn02 img {
  width: 15%;
  margin-right: 5%;
}
.btn02_text {
  font-size: clamp(2.4rem, 2.5vw, 3rem);
}
.btn02:after {
  content: "";
  background: url("../images/arrow_btn.svg")no-repeat center;
  background-size: 100%;
  width: 3vw;
  height: 5.7vw;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.btn02_title {
  position: absolute;
  font-family: "Dancing Script", cursive;
  font-size: clamp(4.2rem, 4.323vw, 8rem);
  color: var(--p);
  left: 3%;
  top: calc(-8% - (clamp(4.2rem, 4.323vw, 8rem) / 1.5));
}
.btn02:nth-of-type(2) {
  margin: 0 0 0 auto;
}
/*/////////////////////////sub_page/////////////////////////*/
.sub_header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 3% 5% 0 2.5%;
  margin-bottom: clamp(70px, 7.292vw, 120px);
}
.sub_logobox {
  text-align: center;
}
.sub_logo {
  width: clamp(70px, 7.292vw, 120px);
  margin-bottom: 1vw;
}
.sub_title {
  font-size: clamp(4.2rem, 4.323vw, 8rem);
  color: var(--p);
  font-family: "Dancing Script", cursive;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
/*/////////////////////////room-list/////////////////////////*/
.room_list_text {
  text-align: center;
  margin: clamp(60px, 6.250vw, 100px) 5% clamp(80px, 10.417vw, 150px);
}
.room_list_card {
  background-color: #FBF5EB;
  width: calc((100% - 6vw) / 4);
}
.room_list_wrap {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  margin: 0 auto;
}
/*/////////////////////////room/////////////////////////*/
.room_title {
  font-size: clamp(5rem, 6.771vw, 13rem);
  color: var(--m);
  font-family: "Dancing Script", cursive;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: clamp(60px, 6.250vw, 100px);
}
.room_title_en {
  display: block;
  font-size: clamp(3rem, 3.125vw, 5rem);
}
.room_text {
  width: min(90%, 600px);
  margin: 0 auto clamp(60px, 6.250vw, 100px);
  display: flex;
  justify-content: center;
}
.room_pic_wrap {
  width: min(80%, 1536px);
  margin: 0 auto clamp(80px, 10.417vw, 150px);
}
.room_pic_wrap img {
  width: 100%;
}
.room_pic02 {
  display: flex;
  justify-content: space-between;
  gap: 3%;
}
.room_pic01 {
  margin-bottom: 3%;
}
.room_price_wrap {
  width: min(80%, 1100px);
  margin: 0 auto clamp(80px, 18vw, 280px);
}
.room_price_wrap .com_title01 {
  text-align: center;
  color: var(--m);
  margin-bottom: 40px;
}
.price_grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}
.price_plan {
  --plan-color: #8A6E14;
  --plan-tint: #F7F1DF;
  grid-column: span 2;
  min-width: 0;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid rgba(51, 51, 51, 0.18);
  border-top: 6px solid var(--plan-color);
}
.price_plan--late {
  --plan-color: #684182;
  --plan-tint: #F2ECF5;
}
.price_plan--free {
  --plan-color: #557A31;
  --plan-tint: #EEF3E8;
}
.price_plan--stay {
  --plan-color: #356384;
  --plan-tint: #EAF1F5;
  grid-column: span 4;
}
.price_plan--extension {
  --plan-color: #8A542E;
  --plan-tint: #F5EDE6;
}
.price_plan_header {
  min-height: 138px;
  padding: 20px 18px 18px;
  text-align: center;
  background-color: var(--plan-tint);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.price_plan_title {
  color: var(--plan-color);
  font-size: clamp(2rem, 1.8vw, 2.6rem);
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 10px;
}
.price_plan_time {
  max-width: 100%;
  color: #4A4A4A;
  font-size: 1.4rem;
  line-height: 1.65;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
}
.price_plan_time span {
  display: block;
}
.price_plan_time strong {
  color: #333;
  font-size: 1.5rem;
  font-weight: 600;
}
.price_rates {
  height: calc(100% - 138px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin: 0;
}
.price_rates--double {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.price_rate {
  min-width: 0;
  padding: 18px 10px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.price_rate + .price_rate {
  border-left: 1px solid rgba(51, 51, 51, 0.16);
}
.price_rate dt {
  min-height: 1.6em;
  margin-bottom: 8px;
  color: #555;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.03em;
  overflow-wrap: anywhere;
}
.price_rate dd {
  color: #222;
  line-height: 1;
  white-space: nowrap;
}
.price_amount {
  font-size: clamp(2.3rem, 2.5vw, 3.4rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  font-variant-numeric: tabular-nums;
}
.price_yen {
  margin-left: 0.15em;
  font-size: 1.4rem;
  font-weight: 600;
}
.price_info {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
  margin-bottom: 10px;
  font-feature-settings: normal;
}
.room_nav_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: clamp(150px, 14.583vw, 250px) auto 0;
  width: min(80%, 657px);
}
.cont_box {
  width: 60px;
  height: 60px;
}
/*//////////////////////food / facility///////////////////////////*/
.smooth_scroll {
  display: inline-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.scroll_menu {
  padding: 10px 30px;
  line-height: 1.5;
  text-align: center;
  background-color: #727272;
  color: #fff;
  display: inline-block;
}
.scroll_wrap {
  margin: clamp(60px, 6.250vw, 100px) auto clamp(80px, 10.417vw, 150px);
  width: 90%;
  text-align: center;
}
.food_cont_box {
  width: 90%;
  padding: 5vw;
  background-color: var(--m);
  margin: 0 auto 100px;
  color: #fff;
}
.foot_title_wrap {
  display: flex;
  align-items: flex-end;
  margin-bottom: max(5vw, 50px);
}
.food_title {
  font-size: clamp(2.4rem, 1.563vw, 3rem);
}
.food_en_title {
  display: block;
  color: var(--p);
  font-family: "Dancing Script", cursive;
}
.food_time {
  margin-left: 2em;
  font-size: clamp(1.8rem, 1.250vw, 2.4rem);
}
.food_menu_cont {
  margin-bottom: max(5vw, 50px);
}
.menu_title {
  font-size: clamp(2.4rem, 1.563vw, 3rem);
  display: inline-block;
  line-height: 2;
  position: relative;
  margin-bottom: calc(30px + 2%);
}
.menu_title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: max(100%, 180px);
  height: 1px;
  background-color: #fff;
}
.food_menu_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
}
.food_menu_li {
  width: calc((100% - 9vw) / 4);
  text-align: center;
}
.menu_pic {
  margin-bottom: 15px;
  aspect-ratio: 1 / 1;
}
.menu_pic img {
  object-fit: cover;
  height: 100%;
}
.food_name {
  line-height: 1.5;
  letter-spacing: 0.02em;
  ;
}
.text_menu_li {
  padding-bottom: 10px;
  border-bottom: 1px dotted #fff;
  margin-bottom: 15px;
  display: flex;
}
.text_menu {
  width: max(30%,17em);
  margin-right: 5%;
}
.text_price {
  width: 60%;
}
/*//////////////////////Access///////////////////////////*/
.acc_wrap {
  width: min(80%, 1536px);
  margin: clamp(80px, 10.417vw, 150px) auto;
}
.acc_add {
  margin-bottom: 30px;
}
.map {
  aspect-ratio: 16 / 9;
  margin-bottom: clamp(80px, 10.417vw, 150px);
}
.map iframe {
  width: 100%;
  height: 100%;
}
.park_title {
  text-align: center;
  font-size: clamp(2rem, 1.250vw, 2.4rem);
  margin-bottom: 50px;
  padding-bottom: 10px;
  position: relative;
  &:after {
    content: "";
    height: 1px;
    width: 65px;
    background-color: var(--m);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.park_text {
  max-width: 600px;
  text-align: center;
  margin: 0 auto 100px;
}
.park_red {
  color: red;
  font-weight: 500;
  text-decoration: underline;
}
.acc_pic {
  max-width: 800px;
  margin: 0 auto;
}
/*//////////////////////お問い合わせ///////////////////////////*/
.con_text {
  width: min(90%, 550px);
  margin: clamp(60px, 6.250vw, 100px) auto clamp(80px, 10.417vw, 150px);
}
.con_tel {
  text-align: center;
  font-size: clamp(2.4rem, 1.771vw, 3.4rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(80px, 10.417vw, 150px);
}
.tel_icon {
  font-size: 1.4rem;
  color: #fff;
  background-color: var(--p);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
}
.con_wrap {
  background-color: var(--m);
  width: 90%;
  padding: 5vw;
  margin: 0 auto;
}
.form_title {
  color: var(--p);
  text-align: center;
  font-size: clamp(2rem, 1.250vw, 2.4rem);
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 80px;
  &:after {
    content: "";
    height: 1px;
    width: 65px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.formWrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.input_wrap {
  margin-bottom: 20px;
}
.name_wrap {
  margin-bottom: 50px;
}
.input_title {
  font-weight: 400;
  color: #fff;
  display: inline-block;
  padding-bottom: 1px;
  line-height: 1;
}
.input {
  width: 100%;
  height: 56px;
  padding: 5px 16px;
  border: none;
  font-size: 16px;
  margin-top: 15px;
  border-radius: 0;
}
.maru {
  position: relative;
}
.maru:after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: var(--p);
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  transform: translateY(-50%);
  border-radius: 50%;
}
.input_title {
  font-weight: 400;
  color: #fff;
  display: inline-block;
  padding-bottom: 1px;
  line-height: 1;
}
.radiobutton {
  margin-left: 2px;
  padding-top: 30px;
  letter-spacing: 0.1em;
  color: #fff;
}
.radiobutton label {
  padding: 0 0 0 45px;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-right: 2em;
}
.radiobutton label:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 50%;
}
.radiobutton input[type="radio"]:checked + label:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 7px;
  left: 7px;
  background-color: var(--p);
  border-radius: 50%;
}
.radiobutton input[type="radio"] {
  display: none;
}
.radiobutton input {
  margin-right: 20px;
}
.book_text {
  margin-top: 10px;
  color: #fff;
  font-size: clamp(1.2rem, calc(1.2rem + 0.125vw), 1.4rem);
}
.con_red {
  color: red;
}
#textbox {
  height: 180px;
  font-size: 16px;
  border: #707070 1px solid;
}
.maru_n {
  position: relative;
  text-indent: 1em;
}
.maru_n:after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: var(--p);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
}
.mail_info {
  font-size: 1.4rem;
  margin-bottom: 80px;
  line-height: 1;
  color: #fff;
}
.submit_btn {
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  letter-spacing: 0.1em;
  padding: 25px 35px;
  min-width: 262px;
  display: inline-block;
  background-color: var(--p);
  border: none;
  color: #fff;
  &:hover {
    background-color: #ccc;
  }
}
/*///////////////////NEWSlist/////////////////////////*/
.newslist_wrap {
  width: 80%;
  margin: clamp(80px, 10.417vw, 150px) auto 100px;
}
.news_topic-list {
  display: flex;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 30px;
  transition: 0.5s;
  padding: 15px;
  align-items: center;
  position: relative;
}
.news_topic-list:hover {
  filter: brightness(0.8);
  transform: scale(1.01);
}
.news_eyecatch {
  width: clamp(120px, 18%, 250px);
  aspect-ratio: 1/1;
  overflow: hidden;
}
.news_eyecatch img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.news_list_text {
  padding: 0 30px;
  width: 80%;
}
.news_topic_title {
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.news_list_date {
  font-size: 1.2rem;
  margin-bottom: 5px;
  position: absolute;
  top: 15px;
}
/*ページャー*/
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.nav-links {
  display: flex;
  align-items: center;
}
.pagination .page-numbers {
  margin: 0 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .current {
  background: var(--m);
  border-radius: 50%;
  color: #fff;
}
.pagination .prev, .pagination .next {
  background: transparent;
  box-shadow: none;
  color: var(--p-c);
  padding: 10px 0;
}
.pagination .dots {
  background: transparent;
  box-shadow: none;
}
/*////news////*/
.news_title {
  margin-bottom: 15px;
  font-size: 3rem;
  line-height: 1.6;
}
.news_date {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 60px;
}
.post_text {
  margin-bottom: 80px;
  padding: 0 5%;
}
.post {
	margin-bottom: min(15%,150px);
}
.post_text p {
  margin-bottom: 30px;
}
.post_text figure {
  margin: 50px 0 50px 0;
}
.post_text h2, .post_text h3 {
  margin-bottom: 20px;
  font-size: 2.8rem;
  line-height: 1.6;
  border-bottom: 1px solid #555555;
  padding-bottom: 7px;
  display: inline-block;
  font-weight: 500;
}
.post_text h4,.post_text h5,.post_text h6 {
  margin-bottom: 15px;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 500;
}
.article_wrap {
  width: 80%;
  max-width: 1000px;
  margin: clamp(80px, 7.500vw, 140px) auto 0;
}
.single_eyecatch {
  margin-bottom: 50px;
}
.single_eyecatch img{
  width: 100%;
}
/*スマホメニュー消す*/
.mobile {
  display: none;
}
#panel {
  display: none;
}
.scroll_wrap {
	margin-bottom: 50px;
}
.thanks {
  min-height: 500px;
  padding-top: 5vw;
  width: min(85%,700px);
  margin: 0 auto;
}
.thanks_title {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
}
.thanks_p {
  text-align: center;
  margin-bottom: 20px;
}
.thanks_p2 {
  margin-bottom: 30px;
  text-indent: -1em;
  padding-left: 1em;
}
.btn_center{
  text-align: center;
}
.not_p{
  text-align: center;
  margin-bottom: 50px;
}
