/* Facilities ------------------*/
.facilities .inpage-link{
  flex-wrap: wrap;
  margin: 3rem 0;
}
.inpage-link .flex {
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  justify-content: space-between;
}
.inpage-link .flex li {
  width: calc((100% - (2rem * 3)) / 4);
  text-align: center;
  border: 1px solid #90783C;
  border-radius: 4px;
  position: relative;
}
.inpage-link .flex li a{
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  display: block;
  width: 100%;
  padding: 2rem 1.5rem;
}
.inpage-link .flex li a:hover {
  background-color: #90783C;
  color: #fff;
}
.inpage-link .flex li a::after {
  content: "";
  display: block;
  background: center center/contain no-repeat url(https://kokura-cc.com/wordpress/wp-content/uploads/arrow-down.svg);
  width: 13px;
  height: 6px;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.inpage-link .flex li a:hover::after {
  opacity: 0;
  transition: 0.5s;
}
.inpage-link .flex li a:hover::before {
  content: "";
  display: block;
  background: center center/contain no-repeat url(https://kokura-cc.com/wordpress/wp-content/uploads/arrow-down-wh.svg);
  width: 13px;
  height: 6px;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.facilities .swiper-thumbs .swiper-slide {
  /*  max-width: calc(100% / 5);
  width: 100% !important;
  margin: 0 !important;*/
  cursor: pointer;
}
.swiper {
  width: 100%;
  height: auto;
}
.swiper-slide {
  text-align: center;
}
.swiper-horizontal{
  overflow: hidden;
}
.swiper-button-next::after, .swiper-button-prev::after{
  color: #fdfdfd;
  font-size: 3rem;
}
.facilities .swiper-thumbs .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  position: absolute;
  transition: opacity 2s ease; /* ← フェードの時間調整 */
}
.facilities .swiper-thumbs .swiper-slide.swiper-slide-thumb-active::after {
  opacity: 0;
}

.facilities .location{
  padding-bottom: clamp(100px, 8vw, 150px);
}
.facilities .location.no-slide{
  padding-bottom: clamp(30px, 5vw, 60px);
}
.facilities .location-content.flex {
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}
.facilities .location.reverse .location-content.flex {
  justify-content: flex-start;
}
.facilities .detailsTxt.flex {
  position: absolute;
  flex-direction: column;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  gap: 3rem;
  max-width: clamp(50%, 60vw, 65%);
  width: 100%;
}
.facilities .location.reverse .detailsTxt.flex {
  left: unset;
  right: 0;
}
.facilities .location.reverse .detailsTxt.flex h2 {
  text-align: right;
}
.facilities .detailsImg {
  max-width: 60%;
}
.facilities .detailsImg-thumbs {
  margin-top: 1rem;
  position: relative;
}
.facilities .explanatory {
  padding: clamp(2rem, 3vw, 4rem);
  position: relative;
  z-index: 5;
}
.facilities .explanatory p{
  font-size: clamp(1.25rem, 1.5vw, 1.6rem);
  line-height: 2;
}
.facilities .explanatory::after {
  content: "";
  width: 100%;
  height: 100%;
  background: center center/cover no-repeat url(https://kokura-cc.com/wordpress/wp-content/uploads/explanatory-bg.png);
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  opacity: 0.85;
}
.facilities .explanatory p:first-child::before {
  content: "";
  background: #90783C;
  width: 3.5rem;
  height: 4px;
  display: block;
  margin-bottom: 1rem;
}
.facilities .location-content.flex .btn_brown {
  max-width: 40%;
}
.facilities #Cart .location-content .flex {
  margin: 2.5rem auto 2.5rem 0;
  max-width: 80%;
  gap: 2rem;
}
.facilities #Comp .location-content.flex .btn_brown{
  margin-left: 60%;
}
.facilities .no-slide .location-content .flex{
  margin: 2.5rem auto 2.5rem 0;
  align-items: center;
  gap: 2rem;
}
.facilities .no-slide .location-content .flex figure {
  max-width: 35%;
}
.facilities .no-slide .location-content .flex div {
  max-width: calc(65% - 2rem);
}

/* Course -------------------*/
.course-fullmap{
  max-width: 950px;
  margin: 5rem auto;
  display: block;
}
.course_table-out, .course_table-in {
  margin: 3rem 0;
  border: 1px solid #976D36;
}
.course_table-out td, .course_table-in td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #976D36;
}
.table_4column.course_hole-info .column-1,
.table_4column.course_hole-info .row-2 {
  background-color: #fff;
}
.table_4column.course_hole-info th {
  background-color: #343434 !important;
  color: #fff;
  text-align: center;
}
.table_4column.course_hole-info td {
  width: calc(100% / 4);
  text-align: center;
}
/*-- TAB Content --*/
.tab-container {
  padding: 5rem 0;
  gap: 5rem;
}
.tab-buttons {
  width: 200px;
  flex-direction: column;
  gap: 1rem;
}

.tab-buttons button {
  border-radius: 4px;
  border: 2px solid #90783C;
  padding: 1.5rem 0.5rem;
  font-size: clamp(1.5rem, 0.8vw, 2rem);
  background-color: transparent;
  cursor: pointer;
  position: relative;
  transition: 1.5s;
}
.tab-buttons button:hover {
  background: #343434;
  color: #fff;
  box-shadow: 0 0 4px #ccc;
  border: 2px solid #90783C;
  transition: 1s;
}
.tab-buttons button::after {
  content: "";
  opacity: 0;
  transition: 2s;
}
.tab-buttons .active {
  color: #fff;
  border-radius: 4px;
  border: 2px solid #90783C;
  box-shadow: 2px 2px 4px #ccc;
  padding: 1.5rem 0.5rem;
  z-index: 10;
}
.tab-buttons .active::after {
  content: "";
  background: linear-gradient(#90783C, #493e22);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 2.5s;
  z-index: -1;
  opacity: 1;
}

.tab-contents {
  flex: 1;
  padding: 0;
  position: relative;
  width: calc(100% - 200px + 5rem);
}
.flex.hole-detail{
  gap: 3rem;
  margin: 2rem 0;
}
.flex.hole-detail p{
  font-size: 1.5rem;
  line-height: 1.9;
  padding: 0 0.25rem;
}
.course-movie{
  width: 100%;
}
.course-movie iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: 100%;
}
.flex.hole-detail figure {
  width: calc(50% - 3rem);
}
.flex.hole-detail div {
  width: 50%;
}
.tab-content{
  overflow: hidden;
}

/* 共通のトランジション（optional） */
.tab-content,
.tab-content h4,
.tab-content .flex.hole-detail,
.tab-content .course-movie {
  transition-property: opacity, visibility;
  transition-duration: 2.5s;
  transition-timing-function: ease;
}
/* 表示アニメーション全体 */
.tab-content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 2.5s ease, visibility 3.5s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.tab-content.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
/* h4だけ右からフェードイン */
.tab-content h4 {
  transform: translateX(100px);
  transition: transform 2.5s ease;
}
.tab-content.active h4 {
  transform: translateX(0);
}
/* 詳細エリアは下からフェードイン */
.tab-content .flex.hole-detail,
.tab-content .course-movie {
  transform: translateX(50px);
  transition: transform 2s ease;
}
.tab-content.active .flex.hole-detail,
.tab-content.active .course-movie {
  transform: translateY(0);
}

#Course-introduction h2{
  margin-bottom: 5rem;
}
#Course-introduction {
  background-color: #F1F1F1;
  padding: 5vw 0 5vw 0;
}
#Course-introduction h4 {
  font-size: clamp(2rem, 3.5vw, 2.2rem);
  line-height: 1.3;
  border-left: 4px solid #976D36;
  padding-left: 1rem;
}


/* about --------------------*/
.flex.about-information {
  gap: 2rem;
}
.flex.about-information > div{
  width: calc((100% - 2rem) / 2);
}
.about-information table {
  margin: 2.5rem auto 5rem;
}
.about #about {
  margin-top: 5vw;
  padding: 0;
}
.about #about .flex > div {
  width: calc(100% / 4);
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about #about .flex > div:first-child {
  background: center center/cover no-repeat url(https://kokura-cc.com/wordpress/wp-content/uploads/about-bg_01-1.png);
}
.about #about .flex > div:nth-child(2) {
  background: center center/cover no-repeat url(https://kokura-cc.com/wordpress/wp-content/uploads/about-bg_02.png);
}
.about #about .flex > div:nth-child(3) {
  background: center center/cover no-repeat url(https://kokura-cc.com/wordpress/wp-content/uploads/about-bg_03.png);
}
.about #about .flex > div:last-child {
  background: center center/cover no-repeat url(https://kokura-cc.com/wordpress/wp-content/uploads/about-bg_04.png);
}
.about #about .flex > div p {
  margin: 3rem 0 4rem;
  text-align: left;
}
.about #about .flex > div a {
  position: relative;
  height: 100%;
  padding: 11vw 4vw 8vw 4vw;
  z-index: 10;
}
.about #about .flex > div a:hover{
  color: #fff;
  opacity: 0.95;
}
.about #about .flex > div a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 45, 45, 0.15);
  background-size: 3px 4px;
  transition: background 0.75s ease;
  pointer-events: none;
  z-index: -1;
}
.about #about .flex > div a:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 22, 0, 0.45);
  pointer-events: none;
  z-index: -1;
}
.about #about .flex .arrow_wh.center {
  text-align: center;
  display: inline-block;
  margin: 0 0 0 28px;
}

/* price --------------------*/
.tablepress.table_4column.price_table > tbody td{
  text-align: center;
}
.price_table .row-2 .column-2, .price_table .row-2 .column-3,
.price_table .row-3 .column-2, .price_table .row-3 .column-3, .price_table .row-3 .column-4{
  padding: 1rem;
  background-color: #f7f7f7;
}
.price_table th.column-1{
  color: #fff;
  text-align: center;
}
.price .remarks dl {
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: 0.9em;
  width: calc(100% - 1.25em);
}
.price .remarks dt {
  font-weight: normal;
  width: 60px;
}
.price .remarks dd {
  width: calc(100% - 60px);
  margin: 0;
  text-indent: 0;
}
.banner{
  max-width: 600px;
  margin: 2rem auto;
}
/*----- LINE追加 -------------*/
.banner.flex{
		max-width: 760px;
		gap: 1rem;
}
.banner.flex figure{
		background-color: #f7f7f7;
}
.banner.flex figure.add-line {
		max-width: 160px;
		padding: 0.75rem;
		text-align: center;
		flex-direction: column;
		align-items: center;
		justify-content: center;
}
.banner.flex figure.add-line figcaption {
		font-size: 1.4rem;
		display: inline-block;
		margin-top: 0.5rem;
}
.banner.flex figure.add-line img {
		max-width: 160px;
		width: 100%;
}
@media screen and (max-width: 768px){
		.banner.flex {
				gap: 1rem;
				flex-direction: column;
				align-items: center;
				justify-content: center;
		}
		.banner.flex figure.add-line {
				max-width: 100%;
				padding: 0 !important;
		}
		.banner.flex figure.add-line.only_sp a {
				display: flex;
				align-items: center;
				justify-content: center;
				gap: 0.5em;
				padding: 1em 1em 1em;
				border-radius: 4px;
				font-size: 1.5em;
				font-weight: 700;
				color: #fff;
				position: relative;
				background-color: #20b831;
				width: 100%;
				max-width: 100%;
		}
		.banner.flex figure.add-line.only_sp a img {
				max-width: 2em;
		}
}
.sub_txt-link{
  margin-top: 1.5rem;
}
.sub_txt-link a{
  position: relative;
  align-items: center;
  display: inline-block;
}
.sub_txt-link a::after{
  content: "";
  display: inline-block;
  background-color: #D12E25;
  width: 1rem;
  height: 1.5rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  right: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

/* history ------------------*/
#chronology{
  margin-top: 10rem;
}
.history .introduction {
  background-color: #F1F1F1;
  position: relative;
  margin-top: 5rem;
  padding: 5vw 0 5vw 0;
}
.history .introduction .flex {
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  gap: 3rem;
}
.history .introduction p + p {
  margin-top: 1.25rem;
}
.history .introduction .btn_brown {
  max-width: 70%;
}
.history .introduction::after {
  content: "";
  background: center center/contain no-repeat url(https://kokura-cc.com/wordpress/wp-content/uploads/history_img.png);
  width: 45%;
  right: 0;
  top: -3vw;
  display: block;
  position: absolute;
  aspect-ratio: 1.35 / 1;
}
.remarkable-year {
  background-color: #f2efe6;
  padding: 2.5rem 0;
}
.remarkable-year h2 {
  color: #333;
  font-size: clamp(2rem, 2.5vw, 2.4rem);
  margin-left: calc(11px + 35px);
  width: calc(100% - (110px + 11px + 35px));
  padding-left: clamp(2rem, 6vw, 10rem);
}
.remarkable-year h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.65em;
  display: block;
  margin-top: 1rem;
}
.remarkable-year .flex.inner {
  align-items: center;
}
.remarkable-year .year-num{
  color: #976D36;
  font-size: clamp(2.8rem, 4vw, 4rem);
  position: relative;
}
.remarkable-year .year-num::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #976D36;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
}
.chronologyBox li {
  padding: 1.5rem 0;
  font-size: 2rem;
  width: 100%;
  align-items: center;
}
.year-num{
  width: 110px;
  text-align: right;
}
.chronologyBox.inner .year-num {
  margin-right: calc(11px + 35px);
}
.chronologyBox li p{
  font-size: 2rem;
  width: calc(100% - (110px + 11px + 35px));
  padding-left: clamp(2rem, 6vw, 10rem);
}
.connector-line {
  position: absolute;
  width: 1px;
  background-color: #976D36;
  top: 0;
  left: 0;
  height: 0; /* アニメーションで伸ばす */
  transition: height 1s ease;
  z-index: 0;
}
#end-timeline{
  visibility: hidden;
}
#end-timeline .remarkable-year{
  padding: 0;
  background-color: transparent;
}
#end-timeline .remarkable-year .year-num::before {
  background-color: transparent;
}
.timeline-trigger{
  position: relative;
}
.timeline-pic {
  position: absolute;
  right: 2.5rem;
  z-index: 10;
}
/*.timeline-pic {
max-width: 25vw;
}*/
#sixties .timeline-pic {
  top: -3rem;
  flex-direction: column;
  gap: 1rem;
  max-width: clamp(200px, 21vw, 400px);
}
#seventies .timeline-pic {
  top: -2rem;
  max-width: clamp(180px, 25vw, 450px);
}
#nineties .chronologyBox.inner {
  position: relative;
}
.flex.timeline-inner-pic {
  max-width: 50%;
  width: 100%;
  position: absolute;
  top: 10vh;
  gap: 1rem;
}
/*画像追加*/
.inner-pic-add{
  position: relative;
}
.pic-sp {
  display: block;
  position: absolute;
  width: 100%;
}
.on_1968 {
  max-width: clamp(180px, 22vw, 360px);
  right: -6rem;
  top: 7rem;
}
.on_1971{
  max-width: clamp(200px, 25vw, 330px);
  right: 5rem;
  top: 2rem;
  z-index: 1;
}
.on_1974 {
  max-width: clamp(200px, 25vw, 350px);
  right: -10rem;
  top: -5.5rem;
}
.on_2007{
  max-width: clamp(200px, 25vw, 400px);
  right: -8rem;
  top: -11rem;
}
#eighties .timeline-pic {
  top: 50%;
  transform: translateY(-50%);
  max-width: clamp(180px, 35vw, 600px);
}
@media screen and (min-width: 769px) and (max-width: 1400px){
  .on_1968 {
    right: -1.5rem;
    top: -5rem;
  }
  .on_1971{
    max-width: clamp(190px, 28vw, 400px);
    right: 1rem;
    top: -5rem;
  }
  .on_1974 {
    max-width: clamp(180px, 20vw, 350px);
    right: -1.5rem;
    top: -3.5rem;
  }
  .on_2007{
    right: -2rem;
    top: -8rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px){
  #eighties .timeline-pic {
    top: 40%;
    max-width: clamp(180px, 25vw, 600px);
  }
}
@media screen and (max-width: 768px){
  .flex.inner-pic-add{
    align-items: flex-start;
  }
  .pic-sp{
    position: unset;
  }
  .on_1968, .on_1971, .on_1974, .on_2007 {
    max-width: 100%;
    margin: 1.5rem 0 0;
  }
  #eighties .timeline-pic {
    transform: unset;
    max-width: 100%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 1300px){
  #nineties > .timeline-pic:nth-child(3),
  #nineties > .timeline-pic:nth-child(4){
    display: none;
  }
}
@media screen and (min-width: 1301px) {
  .chronologyBox.inner .timeline-pic.switching-sp {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .chronologyBox.inner .timeline-pic.switching-sp{
    display: block;
    position: unset;
    margin-left: calc(110px + 10%);
    margin-top: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .flex.timeline-inner-pic {
    padding: 0;
    left: calc(110px + 12.5%);
  }
}
#nineties > .timeline-pic {
  top: -10rem;
  max-width: clamp(180px, 20vw, 350px);
}
#two-millennia .timeline-pic {
  top: -1rem;
  max-width: clamp(180px, 20vw, 350px);
}

#nineties > .timeline-pic:nth-child(3) {
  top: 35%;
  max-width: 500px;
}
#nineties > .timeline-pic:nth-child(4) {
  top: unset;
  bottom: 9%;
  max-width: 500px;
}
@media screen and (min-width: 769px) and (max-width: 1200px){
  #sixties .remarkable-year h2 {
    padding-right: 220px;
  }
  #nineties .remarkable-year h2 {
    padding-right: 220px;
  }
  #two-millennia .remarkable-year h2 {
    padding-right: 220px;
  }
}

/* Practice ------------------*/
.area-content {
  margin-bottom: 5rem;
}
.practice-area .text-area{
  margin-bottom: 2.5rem;
}
.practice-detail {
  display: grid;
  grid-template-columns: max-content 1fr;
  row-gap: 0.5em;
  column-gap: 1em;
  margin-bottom: 1.5rem;
}
.area-content .area-image.flex {
  gap: 1rem;
}
.area-content .area-image.flex p {
  margin: 0;
}
.practice_table {
  margin-top: 2.5rem;
}
#practice-terms p {
  margin-top: 3rem;
  font-size: 2rem;
}
/* Restaurant ------------------*/
.restaurant-menu.flex {
  gap: 2rem;
  margin-top: 2rem;
}
.restaurant .menu-box {
  padding-top: 7rem;
}
.menu-lineup, .menu-images {
  width: calc((100% - 2rem) / 2);
}
.menu-lineup dt {
  font-size: 1.9rem;
  font-weight: 500;
  background-color: #f7f7f7;
  padding: 0.5rem 0.5rem;
}
.menu-lineup dd {
  margin: 1rem 0 0;
}
.menu-lineup dd li {
  font-size: 1.5rem;
  border-bottom: 1px solid #ddd;
  padding: 1rem 0.25rem;
  justify-content: space-between;
}
.menu-images ul{
  gap: 0.5rem;
  flex-wrap: wrap;
}
.menu-images ul li{
  width: calc((100% - 0.5rem) / 2);
}
.menu-images ul li figcaption{
  font-size: 0.9em;
  margin-top: 4px;
}
#Competition-Plan .menu-lineup, #Competition-Plan .menu-images {
  width: 100%;
}
#Competition-Plan .menu-images {
  gap: 2rem;
}
#Competition-Plan .menu-images li {
  border: unset;
  width: calc((100% - 2rem) / 3);
}
#Competition-Plan .menu-images figcaption.flex {
  font-size: 1.5rem;
  gap: 1.5rem;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
}
.menu-best5{
  margin-top: 5rem;
}
.introduction ul.menu-best5 li {
  font-size: 2.2rem;
  font-weight: 500;
  border-radius: 4px;
  align-items: flex-end;
  background-color: #f7f7f7;
  margin: 0.75rem 0;
  padding: 1rem;
}
.introduction ul.menu-best5 li::before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
}
.introduction ul.menu-best5 li:first-child::before {
  background: center center/contain no-repeat url(https://kokura-cc.com/wordpress/wp-content/uploads/crown_01.svg);
}
.introduction ul.menu-best5 li:nth-child(2)::before {
  background: center center/contain no-repeat url(https://kokura-cc.com/wordpress/wp-content/uploads/crown_02.svg);
}
.introduction ul.menu-best5 li:nth-child(3)::before {
  background: center center/contain no-repeat url(https://kokura-cc.com/wordpress/wp-content/uploads/crown_03.svg);
}
.introduction ul.menu-best5 li:nth-child(4)::before {
  background: center center/contain no-repeat url(https://kokura-cc.com/wordpress/wp-content/uploads/crown_04.svg);
}
.introduction ul.menu-best5 li:last-child::before {
  background: center center/contain no-repeat url(https://kokura-cc.com/wordpress/wp-content/uploads/crown_05.svg);
}

/* FAQ ---------------------*/
.js-accordion-title{
  cursor: pointer;
  padding: 2rem 2.5rem 1.5rem 3rem;
  border-bottom: 1px solid #eee;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.js-accordion-title span {
  position: absolute;
  left: 0.5rem;
}
.js-accordion-title::before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 0;
  height: 2rem;
  border-left: 2px solid #90783C;
  position: absolute;
  right: 1rem;
  box-sizing: border-box;
}
.js-accordion-title::after {
  content: "";
  display: block;
  transition: 0.3s;
  width: 2rem;
  height: 0;
  border-top: 2px solid #90783C;
  box-sizing: border-box;
  position: absolute;
  right: 0;
}
.js-accordion-title.open::before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 0;
  height: 2rem;
  border-left: none;
  position: absolute;
  right: 0.9rem;
}
.faq-item .js-accordion-title span {
  position: absolute;
  left: 0;
}
.faq dd {
  display: none;
  margin: 0;
  padding: 2rem 1rem 2rem 3.5rem;
  background-color: #f7f7f7;
  text-indent: -1.1em;
}
.faq dd span{
  margin-right: 1rem;
}

/* Access ------------------*/
.address {
  margin: 2rem 0;
}
#access-root {
  margin: 5rem 0 10rem 0;
}
#access-root > .flex {
  flex-wrap: wrap;
  margin: 2rem 0;
  gap: 1rem;
}

/* Schedule ------------------*/
#Annual-Schedule .flex {
  flex-wrap: wrap;
  gap: 2rem 1rem;
}
#Annual-Schedule .monthly-schedule {
  width: calc((100% - 1rem) / 2);
}
.Competition_schedule {
  margin-top: 2rem;
}
.Competition_schedule .memo {
  display: block;
}
/* Guide ------------------*/
.guide .box-content > div li + li {
  margin-top: 1rem;
}
.guide .box-content > div li {
  list-style: inside disc;
  text-indent: -1em;
  margin-left: 1em;
}
#dress-code, #manners, #guide_price, #business-hours, #courier{
  margin-top: 5rem;
}
#dress-code .flex {
  flex-wrap: wrap;
  margin: 2rem 0 5rem 0;
  gap: 1rem;
}
#manners ul {
  margin: 2rem 0 0;
}
#manners .smoking {
  margin-top: 2.5rem;
}
#manners .smoking ul{
  margin: 0.5rem 0 0;
}
.guide_price,
.guide_business-hours {
  margin-top: 2rem;
}
.guide_price tr.row-1 th, .guide_business-hours tr.row-1 th{
  color: #fff;
  text-align: center;
}
#guide_price ul,
#business-hours ul{
  margin: 2rem 0;
}
#guide_price .price_table{
  margin-top: 2rem;
}
#guide_price .box-gy ul{
  list-style: inside disc;
  text-indent: -1em;
  margin: 0 0 0 1em;
}
.guide_business-hours td{
  vertical-align: middle;
}
.guide_business-hours .column-1,
.guide_business-hours .column-2,
.guide_business-hours .column-3,
.guide_business-hours .column-4 {
  width: calc(100% / 4);
}

.guide #courier .flex {
  margin: 2.5rem auto 2.5rem 0;
  align-items: center;
  gap: 2rem;
}
.guide #courier .flex figure {
  max-width: 35%;
}
.guide #courier .flex div {
  max-width: calc(65% - 2rem);
}
.guide #about .flex {
  flex-wrap: wrap;
}
.guide #about .flex > div {
  width: calc(100% / 4);
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.guide #about .flex > div:first-child {
  background: center center/cover no-repeat url(https://kokura-cc.com/wordpress/wp-content/uploads/about-bg_01-1.png);
}
.guide #about .flex > div:nth-child(2) {
  background: center center/cover no-repeat url(https://kokura-cc.com/wordpress/wp-content/uploads/about-bg_02.png);
}
.guide #about .flex > div:nth-child(3) {
  background: center center/cover no-repeat url(https://kokura-cc.com/wordpress/wp-content/uploads/about-bg_03.png);
}
.guide #about .flex > div:last-child {
  background: center center/cover no-repeat url(https://kokura-cc.com/wordpress/wp-content/uploads/about-bg_04.png);
}
.guide #about .flex > div p {
  margin: 3rem 0 4rem;
  text-align: left;
}
.guide #about .flex > div a {
  position: relative;
  height: 100%;
  padding: 11vw 4vw 8vw 4vw;
  z-index: 10;
}
.guide #about .flex > div a:hover{
  color: #fff;
  opacity: 0.95;
}
.guide #about .flex > div a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 45, 45, 0.15);
  background-size: 3px 4px;
  transition: background 0.75s ease;
  pointer-events: none;
  z-index: -1;
}
.guide #about .flex > div a:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 22, 0, 0.45);
  pointer-events: none;
  z-index: -1;
}
.guide #about .flex .arrow_wh.center {
  text-align: center;
  display: inline-block;
  margin: 0 0 0 28px;
}
/* Reserve ------------------*/
.howto {
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 2.5rem;
}
.reserv-web .howto-movie {
  width: calc((100% - 2rem) / 3);
}
.reserv-web .howto-movie iframe {
  width: 100%;
  aspect-ratio: 9 / 16;
}
.reserv-line .howto-movie {
  width: calc((100% - 1rem) / 2);
}
.reserv-line .howto-movie iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.howto-movie {
  background-color: #000;
  padding: 0.5rem;
}
.howto-movie p {
  color: #fff;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.reservation-method .text-area {
  margin: 2.5rem auto 5rem;
}
.reservation-method .text-area dl {
  margin-top: 2.5rem;
}
.reservation-method .text-area dl dt{
  font-size: 1.9rem;
  font-weight: 500;
  margin-top: 2.5rem;
}
.reservation-method .text-area dl dd {
  margin: 1rem 0 4rem 0;
}
.reservation-method .btn_brown {
  max-width: 300px;
}
.text-area.reserv-web {
  margin-bottom: 0;
}
.reserv-web, .reserv-line {
  background-color: #f7f7f7;
  padding: 1.5rem;
}
.reserv-web h3, .reserv-line h3 {
  margin-bottom: 1rem;
}
.pdf-manual {
  margin-top: 3rem;
  border: 1px solid #ddd;
  padding: 1rem;
  background-color: #fff;
}
.pdf-manual h4 {
  margin-bottom: 1rem;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 0.5rem;
  background-color: #90783C !important;
  color: #fff;
}
.pdf-manual .flex {
  flex-wrap:wrap;
  justify-content: space-around;
  margin: 2rem 0 1rem 0;
}
.pdf-manual ul li{
  align-items: center;
}
.pdf-manual ul li::before {
  content: "";
  background: center center/contain no-repeat url(https://kokura-cc.com/wordpress/wp-content/uploads/icon_pdf.svg);
  width: 2.5rem;
  height: 3rem;
  display: block;
  margin-right: 0.5rem;
}
/* Recruit ------------------*/
.recruit .introduction{
  max-width: 90%;
  margin: 0 auto;
}
.recruit .introduction ul {
  gap: 3rem;
}
.recruit .introduction ul li {
  max-width: calc((100% - 6rem) / 3);
  position: relative;
}
.recruit .introduction ul li figcaption {
  font-size: clamp(2rem, 3.5vw, 2.5rem);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  padding: 2rem 0.5rem;
}
.recruit .introduction ul li figcaption::after {
  content: "";
  background: center center/contain no-repeat url(https://kokura-cc.com/wordpress/wp-content/uploads/arrow-down-wh.svg);
  position: absolute;
  display: block;
  width: 20px;
  height: 6px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.75rem;
}
.recruit .interval {
  height: clamp(250px, 50vh, 450px);
  margin: 5rem 0;
}
.recruit #caddy .interval {
  background: center right/cover no-repeat url(https://kokura-cc.com/wordpress/wp-content/uploads/recruit-caddy_visual.png);
}
.recruit #front .interval {
  background: center left/cover no-repeat url(https://kokura-cc.com/wordpress/wp-content/uploads/recruit-front_visual.png);
}
.recruit #course-management .interval {
  background: center right/cover no-repeat url(https://kokura-cc.com/wordpress/wp-content/uploads/recruit-course_visual.png);
}
.requirements {
  max-width: 80%;
  flex-direction: column;
  align-items: center;
  margin: 5rem auto;
}
.requirements p {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  margin: 0 0 3.5rem 0;
}
/* Terms ------------------------------------*/
#Terms dl {
  margin-top: 2rem;
}
#Terms dt {
  margin-bottom: 1rem;
}
#Terms dd {
  margin: 0 0 2.5rem 0;
}
#Terms dd ul {
  margin: 0 0.5rem 2.5rem 0;
}
#Terms dd ul li {
  list-style: inside disc;
  margin: 0.5rem 0 0.5rem 1em;
  text-indent: -1em;
}
.revision {
  margin-top: 2rem;
}
.revision ul {
  margin-top: 1.5rem;
}
/* Contact ------------------------------------*/
.form-area {
  padding: 1rem;
  background-color: #fff;
  max-width: 80%;
  margin: 0 auto;
}
.form-area label {
  font-size: 1.6rem;
  font-weight: 600;
}
.wpcf7-list-item-label{
  font-size: 1.6rem;
}
.form-area .contact-note {
  font-size: 1.5rem;
  color: #A5A5A5;
  display: inline-block;
  line-height: 1.4;
  margin-top: 0.5rem;
}
.required, .arbitrary {
  display: inline-block;
  padding: 0.25rem 2rem;
  border-radius: 30px;
  font-size: 0.7em;
  color: #fff;
  margin-left: 1rem;
}
.required {
  background-color: #D12E25;
}
.arbitrary {
  background-color: #A5A5A5;
}
.form-item {
  margin: 4rem 0;
}
.wpcf7-list-item {
  margin: 0 2.2em 0 0;
}
.wpcf7-list-item label {
  font-weight: 400;
  font-size: 2rem;
}
.wpcf7-checkbox span{
  font-size: 1.7rem;
}
.text-in input, .form-item.text-in textarea, .wpcf7-form-control.wpcf7-select {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  padding: 1.5rem 1rem;
  margin-top: 1rem;
  border: 1px solid #A5A5A5;
  background-color: #F5F5F5;
}
.wpcf7-form-control.wpcf7-select {
  max-width: 60%;
  font-size: 1.6rem;
}
.form-item.text-in input::placeholder, .form-item.text-in textarea::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #A5A5A5;
  font-weight: 500;
  opacity: unset;
}
.form-submit-area {
  max-width: 640px;
  margin: 1.5rem auto 0;
  gap: 1rem;
}
.form-submit-area .back-btn,
.form-submit-area .submit-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: calc((100% - 1rem) / 2) ;
  width: 100%;
  margin: 0 auto;
}
.form-submit-area .submit-btn span {
  margin: 2rem auto;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  text-align: center;
  color: #fff;
  font-size: 0.9em;
  font-weight: 600;
  max-width: calc(80% - 2rem);
  width: 100%;
  margin: 2rem auto 0;
  padding: 1rem;
  border-color: transparent;
  background-color: #D12E25;
  position: relative;
  top: -13.5rem;
}
.wpcf7-form-control.wpcf7-previous,
.wpcf7-form-control.wpcf7-submit {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #00660b;
  box-shadow: unset;
  border: unset;
  border-radius: 100px;
  box-sizing: border-box;
  padding: 1.5rem 0;
  margin: 0 auto;
  width: 100%;
  cursor: pointer;
}
.wpcf7-form-control.wpcf7-previous{
  background-color: #333;
}
.wpcf7-form-control.wpcf7-submit {
  background-color: #00660b;
}
.form-submit-area .back-btn p,
.form-submit-area .submit-btn p {
  width: 100%;
}
.wpcf7-spinner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.type-selects {
  color: #292929 !important;
}
.form-area .select_wrapper {
  max-width: 60%;
  position: relative;
  margin: 0;
}
.form-area .select_wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 2px solid #292929;
  border-bottom: 2px solid #292929;
  box-sizing: border-box;
  transform: rotate(45deg) translate(-50%, 0);
}
.select_wrapper .wpcf7-form-control.wpcf7-select{
  max-width: 100%;
}
.wpcf7-validates-as-date{
  max-width: 250px;
}
.form-area.confirmation .check-text {
  background-color: #666156;
  display: block;
  padding: 1.5rem 1rem;
  margin-top: 1rem;
  color: #fff;
  font-weight: 600;
}
/*投稿ページ ---------------------------------*/
.single .subpage-head-content h1::before {
  content: none;
}
.single .subpage-head-content h1 {
  font-size: 2.6rem;
}

.error404 .subpage-header,
.archive .subpage-header,
.category .subpage-header,
.single .subpage-header {
  background: center center/cover no-repeat url(https://kokura-cc.com/wordpress/wp-content/uploads/guide-kv-bg.png);
}

.single .entry-content,
.error404 .entry-content{
  min-height: 30vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.single .entry-content p{
	line-height: 2;
}
.single .entry-content p a {
  color: #343434;
	line-height: 1.4;
  display: inline-block;
  text-decoration: underline;
  margin-top: 1rem;
  position: relative;
  padding-left: 1.75rem;
}
.single .entry-content p a::before {
  content: "";
  background-color: #D72020;
  display: inline-block;
  width: 1rem;
  height: 1.6rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.error404 .entry-content .btn_brown {
  max-width: 300px;
  margin: 5rem auto;
}

/*Media Query ---------------------------------*/

@media screen and (min-width: 769px) and (max-width: 960px) {
  .inpage-link .flex li {
    width: calc((100% - (2rem * 2)) / 3);
  }
}

@media screen and (max-width: 1240px) {
  .inner {
    max-width: 92%;
  }
}
@media screen and (min-width: 541px) and (max-width: 768px) {
  .home #about .inner.link_btn .btn_wh {
    width: 48%;
  }
}
@media screen and (max-width: 540px) {
  .home #about .inner.link_btn .btn_wh {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .only_pc {
    display: none;
  }
  .only_sp {
    display: block;
  }
  #content {
    margin-top: 55px;
  }
  .home #about h2 {
    margin-bottom: 2rem;
  }
  .home #about .flex {
    flex-wrap: wrap;
  }
  .home #about .flex > div {
    width: 100%;
    border-bottom: 1px solid #fff;
    /*width: calc(100% / 2);*/
    text-align: left;
  }
  .home #about .flex .arrow_wh.center {
    text-align: right;
    width: 100%;
    margin: 0;
  }
  .home #restaurant .flex {
    width: 100%;
  }
  .home #restaurant::after {
    width: 100%;
    display: block;
    position: unset;
    margin-top: 3rem;
  }
  .home #access h2 {
    margin-bottom: 3rem;
  }
  .home #access div.flex {
    flex-direction: column;
    gap: 2rem;
    margin-top: 0;
  }
  .home #access .flex div {
    width: 100%;
  }
  .home #access .flex .g-map {
    width: 100%;
  }
  .mv-inner video {
    object-fit: cover;
    height: 75vh;
  }
  .home #about .inner.link_btn .btn_wh a span{
    font-size: 0.6em;
  }
  #footer-content {
    flex-direction: column;
    gap: 3rem;
  }
  #footer-content > div {
    width: 100%;
  }
  #footer-nav {
    max-width: 85%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #footer-nav ul {
    width: 50%;
  }
  #footer-content{
    max-width: 480px;
    margin: 0 auto;
    padding-right: 4%;
    padding-left: 4%;
  }
  #footer-nav ul:last-child {
    margin-top: 0.75rem;
  }
  #footer-banner {
    max-width: 90%;
    margin: 0 auto;
  }
  #footer-banner a:last-child {
    padding: 0.75rem 3rem;
  }
  .text-area.mw-80 {
    max-width: 100%;
  }
  #Information {
    padding: 5rem 0;
  }
  .infoBox {
    margin-top: 2rem;
  }
  .date {
    width: auto;
  }
  /* Recruit -------------*/
  .recruit .introduction {
    max-width: 100%;
    margin: 0 auto;
  }
  .recruit .introduction ul {
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .recruit .introduction ul li {
    max-width: calc((100% - 1rem) / 2);
  }
  .recruit .interval {
    height: clamp(250px, 35vh, 300px);
    margin: 5rem 0;
  }
  .recruit #caddy .interval {
    background: top right/cover no-repeat url(https://kokura-cc.com/wordpress/wp-content/uploads/recruit-internal-link_img01.png);
  }
  .recruit #front .interval {
    background: top right/cover no-repeat url(https://kokura-cc.com/wordpress/wp-content/uploads/recruit-internal-link_img02.png);
  }
  .recruit #course-management .interval {
    background: top right/cover no-repeat url(https://kokura-cc.com/wordpress/wp-content/uploads/recruit-internal-link_img03.png);
  }
  .requirements{
    max-width: 100%;
  }
  /* Facilities -------------*/
  .inpage-link .flex {
    gap: 0.5rem;
  }
  .inpage-link .flex li {
    width: calc((100% - (0.5rem * 1)) / 2);
  }
  .inpage-link .flex li a::after,
  .inpage-link .flex li a:hover::before {
    top: unset;
    bottom: 0.5rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .facilities .location-content.flex{
    justify-content: flex-start;
  }
  .facilities .location.reverse .detailsTxt.flex h2{
    text-align: left;
  }
  .facilities .explanatory{
    padding: 2.5rem;
  }
  .facilities .explanatory p{
    font-size: 1.6rem;
  }
  .facilities .detailsTxt.flex{
    position: unset;
    transform: unset;
    gap: 1rem;
  }
  .facilities .detailsTxt.flex {
    max-width: 100%;
  }
  .facilities .detailsImg {
    max-width: 100%;
    margin-top: 1rem;
  }
  .facilities .detailsImg-thumbs {
    margin: 0.5rem 0;
  }
  .facilities .no-slide .location-content .flex {
    flex-direction: column;
  }
  .facilities .no-slide .location-content .flex figure,
  .facilities .no-slide .location-content .flex div {
    max-width: 100%;
  }
  .facilities #Cart .location-content .flex {
    max-width: 100%;
    gap: 0.5rem;
  }
  .facilities .btn_brown.center.only_sp {
    margin-top: 3rem;
  }
  .facilities .btn_brown.center.only_sp a{
    padding: 1rem 0.5rem;
  }
  /* reserve ---------------*/
  .howto.flex {
    flex-direction: column;
  }
  .reserv-web .howto-movie,
	.reserv-line .howto-movie		{
    width: 100%;
  }
	.pdf-manual ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  /* price ---------------*/
  .price_table td {
    font-size: 0.8em;
    vertical-align: middle;
  }
  .price_table .row-2 .column-2, .price_table .row-2 .column-3,
  .price_table .row-3 .column-2, .price_table .row-3 .column-3,
  .price_table .row-3 .column-4 {
    padding: 0.75rem;
  }
  .price .remarks dl {
    flex-direction: column;
    margin-left: 0;
    text-indent: 0;
  }
  /* schedule ---------------*/
  .table_2column.Competition_schedule td {
    font-size: 0.8em;
    vertical-align: middle;
  }
  /* Restaurant -------------*/
  .restaurant-menu.flex {
    flex-direction: column;
  }
  .menu-lineup, .menu-images {
    width: 100%;
  }
  #Competition-Plan .menu-images {
    flex-direction: column;
  }
  #Competition-Plan .menu-images li{
    width: 100%;
  }
  /* guide ---------------*/
  .guide_price td {
    font-size: 0.8em;
    vertical-align: middle;
  }
  .guide_price .row-2 .column-2, .guide_price .row-2 .column-3,
  .guide_price .row-3 .column-2, .guide_price .row-3 .column-3,
  .guide_price .row-3 .column-4 {
    padding: 0.75rem;
  }
  #courier .flex {
    flex-direction: column;
  }
  .guide #courier .flex figure, .guide #courier .flex div {
    max-width: 100% !important;
  }
  /* about ---------------*/
  .flex.about-information {
    flex-direction: column;
  }
  .flex.about-information > div {
    width: 100%;
  }
  .about #about .flex {
    flex-wrap: wrap;
  }
  .about #about .flex > div,
  .guide #about .flex > div{
    width: 100%;
    border-bottom: 1px solid #fff;
    /*width: calc(100% / 2);*/
  }
  .about #about .flex .arrow_wh.center,
  .guide #about .flex .arrow_wh.center{
    width: 100%;
    margin: 0;
    text-align: right;
  }
  /* course -------------*/
  .flex.hole-detail{
    flex-direction: column;
  }
  .flex.hole-detail figure, .flex.hole-detail div {
    width: 100%;
  }
  /* history -------------*/
  .history .subpage-header{
    background-position: 60% center !important;
  }
  .history .introduction{
    margin-top: 0;
  }
  .history .introduction .flex {
    width: 100%;
  }
  .history .introduction::after {
    width: 100%;
    display: block;
    position: unset;
    margin-top: 3rem;
  }
  .timeline-pic {
    position: unset;
    margin-left: calc(110px + 10%);
    margin-top: 2rem;
  }
  #sixties .timeline-pic{
    flex-direction: row;
    max-width: 100%;
    padding-right: 4%;
  }
  #nineties > .timeline-pic,
  #two-millennia .timeline-pic,
  #nineties > .timeline-pic:nth-child(3),
  #nineties > .timeline-pic:nth-child(4),
  #nineties > .timeline-pic:nth-child(4){
    top: -15rem;
    max-width: 350px;
  }
  #nineties .flex.timeline-inner-pic {
    flex-direction: column;
    position: unset;
  }
  #nineties .flex.timeline-inner-pic {
    flex-direction: column;
    position: unset;
    max-width: 100%;
  }
  #seventies .timeline-pic, #nineties > .timeline-pic, #two-millennia .timeline-pic {
    max-width: calc(100% - (110px + 14%));
  }
  .chronologyBox li p {
    font-size: 1.6rem;
  }
  /* Access -------------*/
  .box-content{
    width: 100%;
  }
  /* Contact -------------*/
  #Information .flex {
    flex-wrap: wrap;
  }
  #Information li.flex{
    justify-content: flex-start;
  }
  #Information .post-title {
    width: 100%;
  }
  .infoBox {
    width: 100%;
  }
  .form-area {
    max-width: 100%;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 640px) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .form-submit-area {
    margin: 3rem auto 0;
  }
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    top: -15.5rem;
  }
}
@media screen and (max-width: 480px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block !important;
  }
  /* Content -------------*/
  #about .inner.link_btn {
    flex-direction: column;
  }
  #about .flex > div {
    width: 100%;
  }
  #about .flex > div a {
    padding: 20vw 4vw 18vw 4vw;
  }
  /* History -------------*/  
  .year-num{
    width: 70px;
  }
  .remarkable-year h2, .chronologyBox li p {
    width: calc(100% - (70px + 11px + 35px));
  }
  #sixties .timeline-pic{
    flex-direction: column;
  }
  /* Course -------------*/
  .tab-buttons, .tab-contents {
    width: 100%;
  }
  .tab-buttons{
    flex-direction:row;
    flex-wrap: wrap;
  }
  .tab-buttons button {
    width: calc((100% - 2rem) / 3);
  }
  .tab-container {
    flex-direction: column;
    padding: 2.5rem 0 5rem;
    gap: 2.5rem;
  }
  /* Schedule -------------*/
  #Annual-Schedule .monthly-schedule {
    width: 100%;
  }

  /* Contact -------------*/
  #footer-reserv .inner.flex {
    flex-direction: column;
    gap: 3rem;
  }
  #footer-reserv .inner.flex > div {
    width: 90%;
    margin: 0 auto;
    padding: 6% 0;
  }
  .wpcf7-checkbox span {
    font-size: 1.6rem;
  }
  .form-area .select_wrapper{
    max-width: 90%;
  }
  .form-submit-area {
    flex-direction: column;
    max-width: 100%;
  }
  .form-submit-area .back-btn,
  .form-submit-area .submit-btn{
    max-width: 100%;
  }
  .form-submit-area p {
    font-size: 1.5rem;
    text-align: left !important;
  }
}
/* ニュース一覧 */
.post-list .post-box {
  padding: 1rem;
  border-bottom: 1px solid #eee;
}
.post-list .post-box:first-child {
  border-top: 1px solid #eee;
}
.archive .post-title {
  font-size: 1.6rem;
}
.archive .post-title a {
  font-size: 1.6rem;
  display: inline-block;
}

/*準備中*/
.in-preparation .flex {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.in-preparation .flex figure {
  max-width: 325px;
  margin-bottom: 2rem;
}
/* メンバー専用ページ */
.custom_page .btn_area{
    display:flex;
    flex-wrap:wrap;
    gap:2rem;
}
.custom_page .btn_area a{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:0.5em;
    padding:1em 1em 1em 0.5em;
    border-radius:4px;
    font-size:1.5em;
    font-weight:700;
    color:#fff;
    position:relative;
    background-color:#8f7843;
    width:calc(50% - 1rem);
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
}
.custom_page .btn_area a:first-child{
    background-color:#fb1c19;
}
.custom_page .btn_area a:after{
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: center center / contain no-repeat url(https://kokura-cc.com/wordpress/wp-content/uploads/arrow_wh.svg);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.custom_page .btn_area a img{
    width:auto;
    height:1.5em;
    margin:0;
}
.custom_page .member_info{
    background-color:#F1F1F1;
    padding:2em;
    margin:7rem 0;
}
.custom_page .member_info .infoBox{
    width:100%;
    max-width:800px;
    margin:0 auto;
}
.custom_page .member_info .flex {
  justify-content: space-between;
  align-items: center;
}
.custom_page .member_info .info-title{
  position: relative;
  border-bottom: 1px solid #976D36;
  padding: 0.75rem 0;
  margin-bottom:1em;
}
.custom_page .member_info .info-title::before {
  content: "";
  display: block;
  width: 5vw;
  height: 6px;
  background-color: #976D36;
  position: absolute;
  left: 0;
  bottom: -6px;
}
.custom_page .member_info .info-title h2{
  font-size: clamp(2rem, 3vw, 2.5rem);
}
.custom_page .member_info li.flex {
    justify-content:flex-start;
}
.custom_page .line_btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:0.5em;
    padding:1em 1em 1em;
    border-radius:4px;
    font-size:1.5em;
    font-weight:700;
    color:#fff;
    position:relative;
    background-color:#20b831;
    width:600px;
    max-width:100%;
}
.custom_page .banner{
    display:flex;
    flex-direction:column;
    gap:2rem;
}
.custom_page .line_btn img{
    width:2em;
}
@media screen and (max-width: 640px) {
    .custom_page .btn_area a{
        font-size:1.15em;
        width:100%;
    }
    .custom_page .btn_area a:after{
        width: 10px;
        height: 10px;
        right: 10px;
    }
}

/* Club Magazine */
.club-magazine-sec .magazine-list{
    display:flex;
    flex-wrap:wrap;
    gap:3rem 2rem;
    margin:4rem 0;
}
.club-magazine-sec .magazine-list .magazine-box{
    width:calc(50% - 1rem);
}
.club-magazine-sec .magazine-list .magazine-box .magazine-info{
    height:100%;
}
.club-magazine-sec .magazine-list .magazine-box a{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:2rem;
    border:1px solid #ddd;
    height:100%;
    padding:2rem;
    transition:0.2s ease;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
}
.club-magazine-sec .magazine-list .magazine-box a:hover{
    transform:translateY(-2px);
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0);
}
.club-magazine-sec .magazine-list .magazine-box a .img{
    width:calc(20% - 1rem);
    display:flex;
    align-items:center;
    justify-content:center;
}
.club-magazine-sec .magazine-list .magazine-box a .img img{
    width:100%;
    height:100%;
    object-fit:contain;
}
.club-magazine-sec .magazine-list .magazine-box a .txt{
    width:calc(80% - 1rem);
}
.club-magazine-sec .magazine-date{
    color:#868686;
}
.club-magazine-sec .magazine-title{
    font-family:inherit;
    font-size:2rem;
    font-weight:700;
}
.club-magazine-sec .more{
    position:relative;
    text-align:right;
    padding-right:1.5em;
    margin-top:0.5em;
}
.club-magazine-sec .more:after{
    content: "";
    display: block;
    width: 0.7em;
    height: 0.7em;
    background: center center / contain no-repeat url(https://kokura-cc.com/wordpress/wp-content/uploads/arrow_brown.svg);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    .club-magazine-sec .magazine-list{
        gap:2rem;
    }
    .club-magazine-sec .magazine-list .magazine-box{
        width:100%;
    }
    .club-magazine-sec .magazine-list .magazine-box a{
        padding:1.5rem;
        gap:1.6rem;
    }
    .club-magazine-sec .magazine-list .magazine-box a .img{
        width:calc(25% - 0.8rem);
    }
    .club-magazine-sec .magazine-list .magazine-box a .txt{
        width:calc(75% - 0.8rem);
    }
    .club-magazine-sec .magazine-date{
        font-size:1.4rem;
    }
    .club-magazine-sec .magazine-title{
        font-size:1.6rem;
    }
    .club-magazine-sec .more{
        font-size:1.4rem;
    }
}
/* pagination */
.pagination .page-numbers{
    display:flex;
    flex-wrap:wrap;
    gap:0.75rem;
    justify-content:center;
}
.pagination .page-numbers a,
.pagination .page-numbers span{
    display:flex;
    align-items:center;
    justify-content:center;
    width:2em;
    height:2em;
    border:1px solid #ddd;
    transition:.2s ease;
}
.pagination .page-numbers span.current{
    font-weight:bold;
    border:1px solid #8f7843;
    background-color:#8f7843;
    color:#fff;
}
.pagination .page-numbers a:hover{
    background-color:#8f7843;
    color:#fff;
    border:1px solid #8f7843;
}
/* Tournament Results */
body.date{
    width:auto;
}
.tournament-list{
  margin-bottom:1rem;
  width:100%;

}
.tournament-list th,
.tournament-list td{
  border:1px solid #ddd;
  padding:1rem 0.5em;
  vertical-align:middle;
}
.tournament-list th{
  background-color:#8f7843;
  vertical-align: middle;
  text-align:center;
  color:#fff;
  font-weight:700;
}
.tournament-list th:nth-child(1){width:12.5em;}
.tournament-list th:nth-child(3){width:12.5em;}
.tournament-list tr:nth-child(even){
    background-color:#f8f8f8;
}
.tournament-list tr td:nth-child(1),
.tournament-list tr td:nth-child(3){
    text-align:center;
}
.tournament-list .btn{
    background-color:#fb1c19;
    display:inline-block;
    color:#fff;
    padding:0.25em 1.5em 0.25em 0.5em;
    position:relative;
    border-radius:4px;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
}
.tournament-list .btn:after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: center center / contain no-repeat url(https://kokura-cc.com/wordpress/wp-content/uploads/arrow_wh.svg);
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 960px) {
  .tournament-list, .tournament-list thead, .tournament-list tbody, .tournament-list tr, .tournament-list th, .tournament-list td {
    display: block;
    width: auto!important;
  }
  .tournament-list thead{
      display:none;
  }
  .tournament-list tbody{
      display:flex;
      flex-wrap:wrap;
      justify-content:center;
      gap:2.4rem;
  }
  .tournament-list tr {
    background:none!important;
    border:1px solid #ddd;
    width:calc(50% - 1.2rem)!important;
    padding:0 1.5rem 1.5rem;
    display:flex;
    flex-direction:column;
  }
  .tournament-list tr td:nth-child(1){
      background-color:#8f7843;
      margin:0 -1.5rem;
      color:#fff;
      padding:0.25em;
      order:1;
  }
  .tournament-list tr td:nth-child(2){
      color:#8f7843;
      font-weight:700;
      padding:0.25em 0;
      font-size:1.8rem;
      order:2;
  }
  .tournament-list tr td:nth-child(3){
    order:4;
      margin-top:0.5em;
  }
  .tournament-list tr td:nth-child(4){
    text-align:left;
    order:3;
  }
  .tournament-list td {
    border: none;
    padding:0;
  }
}
@media screen and (max-width: 640px) {
  .tournament-list tr {
    width:100%!important;
  }
}
.year-select-wrap{
    padding:3rem;
    display:flex;
    gap:1rem;
    flex-direction:column;
    align-items:center;
    background-color:#eee;
    margin:3rem 0;
}
.select {
    display: inline-block;
    position: relative;
    width: auto;
    height: 4.5rem!important;
    margin: .5rem;
    border: none;
}
.select::before{
    position: absolute;
    top: 0;
    right: 3rem;
    height:100%;
    width: 10px;
    z-index:1;
    content:"";
    display:block;
    border-left: 1px solid #ddd;
}
.select::after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent!important;
    border-left: 6px solid transparent!important;
    border-bottom: 6px solid transparent!important;
    border-right: 6px solid transparent!important;
    border-top: 6px solid #333!important;
    top: 50%!important;
    right: 14px!important;
    -webkit-transform: rotate(0deg)!important;
    transform: rotate(0deg)!important;
    margin-top: -3px!important;
    pointer-events: none;
}
.select select {
    width: 100%;
    height: 4.5rem;
    font-size: 1.6rem;
    padding: 0 6rem 0 1.5rem!important;
    border:1px solid #ddd;
    border-radius:0;
    position: relative;
    box-sizing:border-box;
}
@media screen and (max-width: 640px) {
    .year-select-wrap{
        padding:2rem;
    }
}
.grecaptcha-badge {
		display: none !important;
}
.recaptcha_message {
		text-align: center;
		background-color: #f7f7f7;
		padding: 1rem;
		margin-top: 5rem;
}
.recaptcha_message a{
		display: inline-block;
}