@charset "utf-8";

/*-------------------------------------
  TOP
--------------------------------------*/
/* KEY */
.top_key {
  position: relative;
}
.slider_key {
  height: 35vw;
}
.slider_key .slick-slide {
  position: relative;
  padding-top: 35vw;
  overflow: hidden;
}
.top_key .omotenashi_jsq {
  position: absolute;
  right: 1.25em;
  bottom: 1.25em;
  max-width: 6.25em;
}

@media screen and (max-width: 1199px) {
  .slider_key {
    height: 32em;
  }
  .slider_key .slick-slide {
    padding-top: 32em;
  }
  .top_key .omotenashi_jsq {
    max-width: 5em;
  }
}
@media screen and (max-width: 991px) {
  .slider_key {
    height: 28em;
  }
  .slider_key .slick-slide {
    padding-top: 28em;
  }
  .top_key .omotenashi_jsq {
    right: .8em;
    bottom: .8em;
    max-width: 3em;
  }
}
@media screen and (max-width: 767px) {
  .slider_key {
    height: 18em;
  }
  .slider_key .slick-slide {
    padding-top: 18em;
  }
}


/* important */
.top_important {
  padding: 2em 0;
  background-color: #05392f;
}

.fx_newscol {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2em;
}
.fx_newscol > .left {
  position: relative;
  width: 14em;
  padding: 0 2em;
}
.fx_newscol > .left > .title.important {
  margin-bottom: 1em;
  padding-top: .5em;
  font-weight: 900;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.3;
  letter-spacing: .1rem;
}
.fx_newscol > .right {
  width: calc( 100% - 14em );
  padding: 0 2em;
}
.fx_newscol > .right.bdl {
  border-left: 1px solid #586269;
}

.box_important {
  padding: .2em 1.5em;
  height: 8em;
  overflow: auto;
}
.box_important::-webkit-scrollbar{
  width: .625em;
}
.box_important::-webkit-scrollbar-track{
  background: #fff;
}
.box_important::-webkit-scrollbar-thumb{
  background: #28883a;
  border-radius: 0;
}

@media screen and (max-width: 991px) {
  .fx_newscol {
    margin: 0 -1.5%;
  }
  .fx_newscol > .left,
  .fx_newscol > .right {
    padding: 0 1.5%;
  }

  .box_important {
    padding: .2em 1em;
    height: 8em;
  }
}
@media screen and (max-width: 767px) {
  .fx_newscol {
    margin: 0;
  }
  .fx_newscol > .left,
  .fx_newscol > .right {
    width: 100%;
    padding: 0;
  }
  .fx_newscol > .left > .more {
    position: absolute;
    top: .5em;
    right: 0;
  }
  .fx_newscol > .right.bdl {
    margin-top: .5em;
    padding-top: .5em;
    border-top: 1px solid #586269;
    border-left: none;
  }

  .box_important {
    padding: 1em;
    height: 10em;
  }

}



/* news */
.ul_news > li {
  border-bottom: 1px solid #eeeeee;
}
.ul_news > li > a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 1.25em 0;
  line-height: 0;
  letter-spacing: .1rem;
}
.inr_box .ul_news > li > a {
  color: #3c3c3c;
}
.inr_box .ul_news > li > a:hover,
.inr_box .ul_news > li > a:hover {
  text-decoration: none;
}
.ul_news > li > a > time {
  width: 7em;
  padding-top: .2em;
  padding-right: .5em;
  font-size: 1.4rem;
  color: #777777;
}
.ul_news > li > a > .text {
  width: calc( 100% - 7em );
}
@media screen and (min-width: 992px) {
  .ul_news > li > a > .text {
    transition: .4s;
  }
}
.ul_news > li > a:hover > .text,
.ul_news > li > a:focus > .text {
  color: #9cc813;
}

@media screen and ( min-width: 768px ) and (max-width: 991px) {
  .fx_newscol.news > .left {
    width: 11em;
  }
  .fx_newscol.news > .right {
    width: calc( 100% - 11em );
  }
}
@media screen and (max-width: 991px) {
  .ul_news > li > a {
    padding: 1em 0;
  }
}
@media screen and (max-width: 767px) {
  .fx_newscol.news > .left > .more {
    top: 1.5em;
  }
  .fx_newscol > .right {
    margin-top: -1em;
  }

  .ul_news > li > a {
    display: block;
  }
  .ul_news > li > a > time {
    width: 100%;
    margin-bottom: .5em;
  }
  .ul_news > li > a > .text {
    width: 100%;
  }
}



/* link2 */
.box_link.col3 {
  margin-top: 3.75em;
}
.box_link.col2 .fx_col > .item {
  width: 50%;
}
.box_link.col3 .fx_col > .item {
  width: 33.3333%;
}
.box_link .fx_col > .item > a {
  display: block;
  padding-right: 1em;
}
.box_link.col2 .fx_col > .item > a .ofi_wrap {
  padding-top: 32%;
}
.box_link.col3 .fx_col > .item > a .ofi_wrap {
  padding-top: 50%;
}
.box_link .fx_col > .item > a .ofi_wrap .inr_ofi {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .box_link .fx_col > .item > a .ofi_wrap img,
  .box_link .fx_col > .item > a .conts > .title {
    transition: .4s;
    backface-visibility: hidden;
  }
}
.box_link .fx_col > .item > a .ofi_wrap::before {
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
  top: 1em;
  left: 1em;
  right: -1em;
  bottom: -1em;
  border: 1px solid #28883a;
}
.box_link .fx_col > .item > a .conts {
  position: relative;
  margin-top: 2.5em;
}
.box_link .fx_col > .item > a .conts > .title {
  margin-bottom: .4em;
  padding-right: 4em;
  font-weight: 600;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 2.2rem;
  color: #192630;
  line-height: 1.3;
  letter-spacing: .1rem;
}
.box_link .fx_col > .item > a .conts > .more {
  position: absolute;
  top: -.2em;
  right: 0;
}
.box_link .fx_col > .item > a:hover .ofi_wrap img,
.box_link .fx_col > .item > a:focus .ofi_wrap img {
  transform: scale(1.1);
}
.box_link .fx_col > .item > a:hover .conts > .title,
.box_link .fx_col > .item > a:focus .conts > .title {
  color: #9cc813;
}

@media screen and (max-width: 991px) {
  .box_link.col3 {
    margin-top: 2.5em;
  }

  .box_link.col3 .fx_col > .item {
    width: 50%;
  }
  .box_link .fx_col > .item > a {
    padding-right: .6em;
  }
  .box_link .fx_col > .item > a .ofi_wrap::before {
    top: .6em;
    left: .6em;
    right: -.6em;
    bottom: -.6em;
  }
  .box_link .fx_col > .item > a .conts {
    margin-top: 1.5em;
  }
  .box_link .fx_col > .item > a .conts > .title {
    padding-right: 4em;
    font-size: 2rem;
  }
  .box_link .fx_col > .item > a .conts > .text {
    font-size: 1.4rem;
  }
  .box_link .fx_col > .item > a .conts > .more {
    top: -.3em;
    right: -.6em;
  }
}
@media screen and (max-width: 767px) {
  .box_link.col2 .fx_col > .item > a .ofi_wrap {
    padding-top: 44%;
  }
  .box_link .fx_col > .item > a .conts > .title {
    padding-right: 0;
    font-size: 1.8rem;
    letter-spacing: -.1rem;
  }
  .box_link .fx_col > .item > a .conts > .more {
    position: relative;
    margin-top: .5em;
    text-align: right;
  }
}


/* compettion */
.top_comp {
  position: relative;
}
.top_comp::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 6.25em;
  width: 60%;
  border-bottom: .3rem solid #9cc813;
  background-color: #05392f;
}
.top_comp::after {
  content: '';
  display: block;
  position: absolute;
  top: 22.5em;
  left: 0;
  bottom: 6.25em;
  width: 60%;
  background: url('../image/top/bg_comp.webp') center/cover;
}
.top_comp > .inner {
  z-index: 1;
  position: relative;
}

.fx_comp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2em;
}
.fx_comp > .left {
  position: relative;
  width: 25%;
  padding: 0 2em;
  padding-top: 2.5em;
}
.fx_comp > .right {
  width: 75%;
  padding: 0 2em;
}
.fx_comp > .right > .conts {
  padding: 5em;
  background-color: #fff;
}
.fx_col.comp > .item > a .ofi_wrap {
  padding-top: 65%;
  overflow: hidden;
}
.fx_col.comp > .item > a .sup {
  margin-top: 1.5em;
  font-weight: 600;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: .1rem;
}
.fx_col.comp > .item > a .sup + .title {
  margin-top: .2em;
}
.fx_col.comp > .item > a .title {
  margin-top: 1em;
  font-weight: 600;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: .1rem;
}
.fx_col.comp > .item > a .text {
  margin-top: .5em;
  font-size: 1.5rem;
}
@media screen and (min-width: 992px) {
  .fx_col.comp > .item > a .ofi_wrap > img,
  .fx_col.comp > .item > a .sup,
  .fx_col.comp > .item > a .title {
    transition: .4s;
    backface-visibility: hidden;
  }
}
.fx_col.comp > .item > a:hover .ofi_wrap > img,
.fx_col.comp > .item > a:focus .ofi_wrap > img {
  transform: scale(1.1);
}
.fx_col.comp > .item > a:hover .sup,
.fx_col.comp > .item > a:focus .sup,
.fx_col.comp > .item > a:hover .title,
.fx_col.comp > .item > a:focus .title {
  color: #9cc813;
}


@media screen and (max-width: 991px) {
  .top_comp::before {
    bottom: 3.75em;
    width: 80%;
  }
  .top_comp::after {
    top: 17.5em;
    bottom: 3.75em;
    width: 80%;
  }

  .fx_comp {
    margin: 0 -1.5%;
  }
  .fx_comp > .left {
    width: 30%;
    padding: 0 1.5%;
    padding-top: 1em;
  }
  .fx_comp > .right {
    width: 70%;
    padding: 0 1.5%;
  }
  .fx_comp > .right > .conts {
    padding: 2em 1.5em;
  }

  .fx_col.comp > .item > a .sup {
    margin-top: 1.5em;
    font-size: 1.4rem;
  }
  .fx_col.comp > .item > a .title {
    margin-top: 1em;
    font-size: 1.8rem;
  }
  .fx_col.comp > .item > a .text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .top_comp::before {
    width: 100%;
  }
  .top_comp::after {
    top: 17.5em;
    width: 100%;
  }

  .top_comp > .inner {
    padding-bottom: 2em;
  }

  .fx_comp {
    margin: 0;
  }
  .fx_comp > .left,
  .fx_comp > .right {
    width: 100%;
    padding: 0;
  }
  .fx_comp > .left .more {
    position: absolute;
    top: 1em;
    right: 0;
  }

  .fx_col.comp > * {
    width: 50%;
  }
}



/* link3 */
.fx_col.link3 > .item > a {
  position: relative;
}
.fx_col.link3 > .item > a .ofi_wrap {
  overflow: hidden;
}
.fx_col.link3 > .item > a .conts {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5em 2em;
  padding-right: 7em;
  background-color: #0b3d30;
  color: #fff;
  line-height: 1.3;
  letter-spacing: .1rem;
}
.fx_col.link3 > .item > a .conts .title {
  font-weight: 600;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 2.6rem;
}
.fx_col.link3 > .item > a .conts .sup {
  margin-top: .6em;
  font-weight: 700;
  font-family: 'PT Serif', serif;
  font-size: 1.4rem;
}
.fx_col.link3 > .item > a .conts .more {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .fx_col.link3 > .item > a .ofi_wrap > img,
  .fx_col.link3 > .item > a .conts .title,
  .fx_col.link3 > .item > a .conts .sup {
    transition: .4s;
    backface-visibility: hidden;
  }
}
.fx_col.link3 > .item > a:hover .ofi_wrap > img,
.fx_col.link3 > .item > a:focus .ofi_wrap > img {
  transform: scale(1.1);
}
.fx_col.link3 > .item > a:hover .conts .title,
.fx_col.link3 > .item > a:focus .conts .title,
.fx_col.link3 > .item > a:hover .conts .sup,
.fx_col.link3 > .item > a:focus .conts .sup {
  color: #9cc813;
}


@media screen and (max-width: 991px) {
  .fx_col.link3 > .item > a .conts {
    position: relative;
    margin-top: -2em;
    padding: 1em 1.2em;
    padding-right: 3em;
  }
  .fx_col.link3 > .item > a .conts .title {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  .fx_col.link3 > .item > a .conts .sup {
    font-size: 1.3rem;
  }
  .fx_col.link3 > .item > a .conts .more .btn_more {
    width: 2.5em;
    height: 2.5em;
    padding: 0;
  }
  .fx_col.link3 > .item > a .conts .more .btn_more > span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .fx_col.link3 {
    margin: 0;
  }
  .fx_col.link3 > * {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .fx_col.link3 > * + * {
    margin-top: 1.5em;
  }
  .fx_col.link3 > .item > a .conts {
    position: absolute;
    margin-top: 0;
  }
}



/* affiliate */
.top_affiliate {
  position: relative;
  padding-top: 26em;
  background-color: #0a3d30;
}
.top_affiliate::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 31em;
  background: url('../image/top/bg_affiliate.webp') center/cover;
}
.top_affiliate > .inner {
  z-index: 1;
  position: relative;
}
.top_affiliate > .inner > .inr_conts {
  padding: 6.25em 9.4em;
  background-color: #fff;
}

.box_accordion > .item + .item {
  margin-top: 2.5em;
}
.box_accordion > .item > .title_box {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background-color: #28883a;
  font-size: 1.8rem;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .box_accordion > .item > .title_box {
    transition: .4s;
  }
}
.box_accordion > .item > .title_box:hover,
.box_accordion > .item > .title_box:focus {
  background-color: #237432;
}
.box_accordion > .item > .title_box.active {
  background-color: #9cc813;
}
.box_accordion > .item > .title_box > .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5em;
  padding: .8em .5em;
  border-right: 1px solid #fff;
}
.box_accordion > .item > .title_box > .title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc( 100% - 3.5em );
  padding: .8em .5em;
  padding-right: 3.5em;
  font-weight: 600;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  color: #fff;
  line-height: 1.3;
  letter-spacing: .1rem;
}
.box_accordion > .item > .title_box > .plus {
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  background-color: #87ad12;
}
.box_accordion > .item > .title_box > .plus::before,
.box_accordion > .item > .title_box > .plus::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: .6em;
  height: 1px;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .box_accordion > .item > .title_box > .plus::before,
  .box_accordion > .item > .title_box > .plus::after {
    transition: .4s;
  }
}
.box_accordion > .item > .title_box > .plus::after {
  width: 1px;
  height: .6em;
}
.box_accordion > .item > .title_box.active > .plus::before {
  display: none;
}
.box_accordion > .item > .title_box.active > .plus::after {
  transform: rotate(90deg);
}
.box_accordion > .item > .conts {
  display: none;
  padding: 2em;
  border: 1px solid #eeeeee;
  border-top: none;
}
.box_accordion > .item > .first_item + .conts {
  display: block;
}
.fx_col.txt_center {
  margin-top: -2em;
}
.fx_col.txt_center > * {
  margin-top: 2em;
}
.fx_col.txt_center > * > a .ofi_wrap {
  padding-top: 50%;
  overflow: hidden;
  background-color: #192630;
}
@media screen and (min-width: 992px) {
  .fx_col.txt_center > * > a .ofi_wrap > img {
    transition: .4s;
  }
}
.fx_col.txt_center > * > a:hover .ofi_wrap > img,
.fx_col.txt_center > * > a:focus .ofi_wrap > img {
  transform: scale(1.1);
  opacity: .8;
}
.fx_col.txt_center > * .title {
  margin-top: .8em;
  text-align: center;
  font-weight: 600;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 1.5rem;
  color: #192630;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .fx_col.txt_center > * .title {
    transition: .4s;
  }
}
.fx_col.txt_center > * > a:hover .title,
.fx_col.txt_center > * > a:focus .title {
  color: #9cc813;
}


@media screen and (max-width: 991px) {
  .top_affiliate {
    padding-top: 12em;
  }
  .top_affiliate::before {
    height: 16em;
  }

  .top_affiliate > .inner > .inr_conts {
    padding: 2.5em 1.5em;
  }

  .box_accordion > .item + .item {
    margin-top: 1.5em;
  }
  .box_accordion > .item > .title_box {
    font-size: 1.6rem;
  }
  .box_accordion > .item > .title_box > .icon {
    width: 2.8em;
    padding: .8em .6em;
  }
  .box_accordion > .item > .title_box > .title {
    width: calc( 100% - 2.8em );
    padding-right: 2.8em;
  }
  .box_accordion > .item > .title_box > .plus {
    width: 1.4em;
    height: 1.4em;
  }

  .box_accordion > .item > .conts {
    padding: 1.5em 1em;
  }

  .fx_col.txt_center {
    margin-top: -1.5em;
  }
  .fx_col.txt_center > * {
    margin-top: 1.5em;
  }

  .fx_col.txt_center > * .title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .fx_col.txt_center > * {
    width: 50%;
  }
}




/*--------------------------------------------
  UNDER COMMON
--------------------------------------------*/
.under_key {
  position: relative;
}
.under_key .ofi_wrap {
  height: 23em;
  padding-top: 0;
}
.under_key .under_title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2em 4%;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  letter-spacing: .1rem;
}
.under_key .under_title > .title {
  margin-bottom: .4em;
  font-weight: 600;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 3.6rem;
}
.under_key .under_title > .sup {
  font-weight: 700;
  font-family: 'PT Serif', serif;
  font-size: 1.8rem;
}


@media screen and (max-width: 991px) {
  .under_key .ofi_wrap {
    height: 16em;
  }
  .under_key .under_title > .title {
    font-size: 3rem;
  }
  .under_key .under_title > .sup {
    font-size: 1.5rem;
  }
}


/*--------------------------------------------
  会員特典
--------------------------------------------*/

#kaiintokuten{
	background-color: hsla(106,100%,25%,1.00);
	width: 25%;
	padding: 5px;
}
#tourokuryou,
#nenkaihi{
	background-color: hsla(106,100%,25%,1.00);
	width: 25%;
	padding: 5px 15px ;
	color:white;
}
.ryoukin{
	font-size:20px;
}
.tokuten_title{
	margin: 0 0 0 0 ;
	padding: 5px 5px 5px 25px;
	background-color: hsla(140,100%,21%,1.00);
	font-size: 25px;
	color:hsla(0,0%,100%,1.00);
}
.tokuten_title_2{
	margin: 0 0 0 0 ;
	padding: 5px 5px 5px 25px;
	background-color: hsla(127,100%,95%,1.00);
	font-size: 21px;
	color:hsla(35,100%,6%,1.00);
}
.tokuten_p{
	margin: 0 0 0 0 ;
	padding: 2px 10px 10px 25px;
	color: hsla(33,100%,12%,1.00);
}
.tokuten_p_2{
	margin: 0 0 0 0 ;
	padding: 1px 0 0 25px;
	color: hsla(33,100%,19%,1.00);
}
.margin_bottom{
	margin: 75px 0 35px 0;
}
.kaiinryoukin{
	margin:auto ;
	text-align: center;
}

.black {
	color:hsla(0,0%,0%,1.00);
}


/*--------------------------------------------
  about
--------------------------------------------*/
.tbl_col2 > tbody > tr:nth-child(odd) {
  background-color: #eaede2;
}
.tbl_col2 > tbody > tr:nth-child(even) {
  border-bottom: 1px solid #eaede2;
}
.tbl_col2 th,
.tbl_col2 td {
  padding: .8em 2em;
}
.tbl_col2 th {
  width: 12em;
  padding-right: 0;
  text-align: right;
  font-weight: 400;
  white-space: nowrap;
}


@media screen and (max-width: 767px) {
  .tbl_col2 > tbody > tr:nth-child(odd) {
    background-color: unset;
  }
  .tbl_col2 > tbody > tr:nth-child(even) {
    border-bottom: none;
  }
  .tbl_col2 th,
  .tbl_col2 td {
    display: block;
    width: 100%;
    padding: .8em 1.2em;
  }
  .tbl_col2 th {
    background-color: #eaede2;
    text-align: left;
  }
  .tbl_col2 td {
    border-bottom: 1px solid #eaede2;
  }
}

/*--理事会のみ--*/

.tbl_col2_2 > tbody > tr:nth-child(odd) {
  background-color: #eaede2;
}
.tbl_col2_2 > tbody > tr:nth-child(even) {
  border-bottom: 1px solid #eaede2;
}
.tbl_col2_2 th,
.tbl_col2_2 td {
  padding: .8em 2em;
}
.tbl_col2_2 th {
  padding-right: 0;
  text-align: right;
  font-weight: 400;
  white-space: nowrap;
}


@media screen and (max-width: 767px) {
  .<strong>tbl_col2</strong>_2 > tbody > tr:nth-child(odd) {
    background-color: unset;
  }
  .tbl_col2_2 > tbody > tr:nth-child(even) {
    border-bottom: none;
  }
  .tbl_col2_2 th,
  .tbl_col2_2 td {
    display: block;
    width: 100%;
    padding: .8em 1.2em;
  }
  .tbl_col2_2 th {
    background-color: #eaede2;
    text-align: left;
  }
  .tbl_col2_2 td {
    border-bottom: 1px solid #eaede2;
  }
}



/*--------------------------------------------
  price
--------------------------------------------*/
.tbl_nowrap th,
.tbl_nowrap td {
  white-space: nowrap;
}
.tbl_thcolor th,
.tbl_thcolor td {
  padding: .6em 1em;
  text-align: center;
  font-weight: 400;
  border: 1px solid #d4d7cc;
  line-height: 1.5;
}
.tbl_thcolor.col2 tr > * {
  width: 50%;
}
.tbl_thcolor.col3 tr > * {
  width: 33.3333%;
}
.tbl_thcolor.col4 tr > * {
  width: 25%;
}
.tbl_thcolor.col5 tr > * {
  width: 20%;
}
.tbl_thcolor.col6 tr > * {
  width: 16.6666%;
}
.tbl_thcolor.col7 tr > * {
  width: 14.2857%;
}
.tbl_thcolor.col8 tr > * {
  width: 12.5%;
}
.tbl_thcolor th {
  width: 12em;
  background-color: #eaede2;
  white-space: nowrap;
}

/*.tbl_thcolor.price > tbody > tr:nth-child(even),
.tbl_thcolor.price > tbody > tr > *:first-child {
  background-color: #fafaf7;
}*/
.tbl_thcolor.price > tbody > tr:nth-child(4n-1),
.tbl_thcolor.price > tbody > tr:nth-child(4n) {
  background-color: #fafaf7;
}

.tbl_thcolor.member > thead > tr > *:nth-child(1),
.tbl_thcolor.member > thead > tr > *:nth-child(2) {
  width: 25%;
}
.tbl_thcolor.member > tbody > tr:nth-child(8n-3),
.tbl_thcolor.member > tbody > tr:nth-child(8n-2),
.tbl_thcolor.member > tbody > tr:nth-child(8n-1),
.tbl_thcolor.member > tbody > tr:nth-child(8n) {
  background-color: #fafaf7;
}

.tbl_thcolor.compe > thead {
  border-bottom: .2rem solid #d4d7cc;
  white-space: nowrap;
}
.tbl_thcolor.compe th {
  width: auto;
}
.tbl_thcolor.compe > tbody > tr:nth-child(even) {
  background-color: #fafaf7;
}
.tbl_thcolor.compe > tbody > tr > td {
  text-align: center;
  font-size: 1.4rem;
}
.tbl_thcolor.compe > tbody > tr > td:nth-child(1),
.tbl_thcolor.compe > tbody > tr > td:nth-child(2),
.tbl_thcolor.compe > tbody > tr > td:nth-child(3) {
  width: 4em;
  text-align: center;
  white-space: nowrap;
}

.tbl_thcolor.schedule > thead {
  border-bottom: .2rem solid #d4d7cc;
  white-space: nowrap;
}
.tbl_thcolor.schedule th {
  width: auto;
}
.tbl_thcolor.schedule > tbody > tr:nth-child(even) {
  background-color: #fafaf7;
}
.tbl_thcolor.schedule > tbody > tr > td {
  text-align: left;
  font-size: 1.4rem;
}
.tbl_thcolor.schedule > tbody > tr > td:nth-child(1),
.tbl_thcolor.schedule > tbody > tr > td:nth-child(2),
.tbl_thcolor.schedule > tbody > tr > td:nth-child(3),
.tbl_thcolor.schedule > tbody > tr > td:nth-child(5),
.tbl_thcolor.schedule > tbody > tr > td:nth-child(7),
.tbl_thcolor.schedule > tbody > tr > td:nth-child(9)
{
  width: 4em;
  text-align: center;
  white-space: nowrap;
}

.tbl_thcolor.schedule > tbody > tr > td:nth-child(4)
  width: 8em;
  text-align: center;
  white-space: nowrap;
}


@media screen and (max-width: 767px) {
  .sp_block th,
  .sp_block td {
    display: block !important;
    width: 100% !important;
  }
}




/*--------------------------------------------
  restaurant
--------------------------------------------*/
.under_catch {
  margin-bottom: 3em;
  text-align: center;
  font-weight: 600;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 2.4rem;
  line-height: 2;
}
.under_catch.mgb0 {
  margin-bottom: 0;
}
.under_catch.mgb_sm {
  margin-bottom: 1em;
}
.under_catch.mgb_lg {
  margin-bottom: 4.5em;
}

.under_catch.sm {
  font-size: 1.6rem;
}

.ul_tab {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.3em;
}
.ul_tab > li {
  width: 25%;
  padding: 0 .3em;
}
.ul_tab > li > a {
  display: block;
  height: 100%;
  padding: 1.25em .5em;
  border: 1px solid #b0954b;
  background-color: #fff;
  text-align: center;
  font-weight: 600;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  color: #b0954b;
  line-height: 1.3;
}
.ul_tab > li > a:hover,
.ul_tab > li > a:focus {
  background-color: #f4f1e9;
}
.ul_tab > li > a.active {
  background-color: #b0954b;
  color: #fff;
  pointer-events: none;
}

.tab_conts {
  margin-top: -1px;
  padding: 3em 3.5em;
  background-color: #f4f1e9;
  border: 1px solid #b0954b;
  border-top-width: .2rem;
}
.tab_conts > div {
  display: none;
}

.ul_tabchild {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5em;
  padding: 1.6em 1em;
  background-color: #fff;
}
.ul_tabchild > li + li {
  border-left: 1px solid #dddddd;
}
.ul_tabchild > li > a {
  display: block;
  padding: .3em 2.5em;
  text-align: center;
  font-weight: 600;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  line-height: 1.3;
}
.ul_tabchild > li > a .sm {
  display: block;
  margin-bottom: .2em;
  font-size: 1.2rem;
}
.ul_tabchild > li > a:hover,
.ul_tabchild > li > a:focus {
  opacity: .7;
}
.ul_tabchild > li > a.active {
  color: #b0954b;
}

.tabchild_conts > div {
  display: none;
}

.menu_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: -1.25em -.6em 0;
}
.menu_list > .item {
  margin-top: 1.25em;
  width: 33.3333%;
  padding: 0 .6em;
}
.menu_list > .item .wh_box {
  min-height: 28em;
  height: 100%;
  padding: 1.25em;
  background-color: #fff;
}
.menu_list > .item .wh_box .ofi_wrap {
  margin-bottom: 1.25em;
  padding-top: 70%;
}
.menu_list > .item .wh_box .name {
  padding-bottom: .8em;
  border-bottom: 1px solid #dddddd;
  font-weight: 600;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 1.9rem;
  line-height: 1.5;
}
.menu_list > .item .wh_box .name > .sm {
  display: block;
  font-size: 1.4rem;
}
.menu_list > .item .wh_box .description {
  margin-top: 1em;
  font-size: 1.3rem;
}

.menu_whbox {
  padding: 3.5em 3em;
  background-color: #fff;
}

.menu_drink {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: -2.5em -1.7em 0;
}
.menu_drink > .item {
  width: 50%;
  margin-top: 2.5em;
  padding: 0 1.7em;
}
.menu_drink > .item .title {
  position: relative;
  margin-bottom: .8em;
  padding-left: 1.3em;
  padding-bottom: 1em;
  border-bottom: 1px solid #b0954b;
  font-weight: 600;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 1.9rem;
  line-height: 1.3;
}
.menu_drink > .item .title::before {
  content: '';
  display: block;
  position: absolute;
  top: .25em;
  left: 0;
  width: .85em;
  height: .85em;
  background-color: #b0954b;
}
.menu_drink > .item .title::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: .2rem;
  background-color: #b0954b;
}

.tbl_drink td {
  padding: 1em 1.3em;
  font-size: 1.3rem;
  white-space: nowrap;
}
.tbl_drink > tbody > tr:nth-child(even) {
  background-color: #f9f9f9;
}
.tbl_drink td:nth-child(2) {
  width: 9em;
  padding-left: 0;
}

.bd_img {
  margin-top: 2em;
  padding: .6em;
  border: 1px solid #eeeeee;
}

.menu_horizontal > .item + .item {
  margin-top: 1.5em;
}
.menu_horizontal > .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 1.25em;
  background-color: #fff;
}
.menu_horizontal > .item .left {
  width: 28%;
}
.menu_horizontal > .item .left .ofi_wrap {
  padding-top: 74%;
}
.menu_horizontal > .item .right {
  width: 72%;
  padding: 1em 1.2em 0 1.8em;
}
.menu_horizontal > .item .right .name {
  position: relative;
  margin-bottom: .8em;
  padding-left: .8em;
  padding-bottom: .8em;
  border-bottom: 1px solid #dddddd;
  font-weight: 600;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 2.2rem;
  line-height: 1.3;
}
.menu_horizontal > .item .right .name::before {
  content: '';
  display: block;
  position: absolute;
  top: .2em;
  left: 0;
  width: .35em;
  height: 1em;
  background-color: #b0954b;
}
.menu_horizontal > .item .right .name > .sm {
  display: block;
  font-size: 1.4rem;
}
.menu_horizontal > .item .right .description {
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .under_catch {
    margin-bottom: 2em;
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .under_catch.sm {
    font-size: 1.4rem;
  }

  .under_catch.mgb_lg {
    margin-bottom: 2.5em;
  }

  .ul_tab > li > a {
    padding: .8em .5em;
    font-size: 1.4rem;
  }

  .tab_conts {
    padding: 1.2em;
  }

  .ul_tabchild {
    margin-bottom: 1.5em;
    padding: 1em .5em;
  }
  .ul_tabchild > li > a {
    padding: .3em 1.5em;
    font-size: 1.4rem;
  }

  .menu_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -1em -1.5% 0;
  }
  .menu_list > .item {
    margin-top: 1em;
    width: 50%;
    padding: 0 1.5%;
  }
  .menu_list > .item .wh_box {
    min-height: 24em;
    padding: 1em;
  }
  .menu_list > .item .wh_box .ofi_wrap {
    margin-bottom: 1em;
  }
  .menu_list > .item .wh_box .name {
    padding-bottom: .6em;
    font-size: 1.6rem;
  }
  .menu_list > .item .wh_box .name > .sm {
    font-size: 1.2rem;
  }
  .menu_list > .item .wh_box .description {
    font-size: 1.2rem;
  }

  .menu_whbox {
    padding: 1.2em;
  }

  .menu_drink {
    margin: -1.5em 0 0;
  }
  .menu_drink > .item {
    width: 100%;
    margin-top: 1.5em;
    padding: 0;
  }
  .menu_drink > .item .title {
    margin-bottom: .3em;
    padding-bottom: .8em;
    font-size: 1.6rem;
  }

  .tbl_drink td {
    padding: 1em;
    font-size: 1.2rem;
  }
  .tbl_drink td:nth-child(2) {
    padding-left: 0;
  }

  .bd_img {
    margin-top: 1.5em;
    padding: .3em;
  }

  .menu_horizontal > .item + .item {
    margin-top: 1em;
  }
  .menu_horizontal > .item {
    padding: 1em;
  }
  .menu_horizontal > .item .left {
    width: 28%;
  }
  .menu_horizontal > .item .right {
    width: 72%;
    padding: 0;
    padding-left: 1.2em;
  }
  .menu_horizontal > .item .right .name {
    margin-bottom: .6em;
    padding-bottom: .6em;
    font-size: 1.8rem;
  }
  .menu_horizontal > .item .right .name > .sm {
    font-size: 1.2rem;
  }
  .menu_horizontal > .item .right .description {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .under_catch.sm {
    text-align: left;
  }

  .ul_tab > li {
    margin-bottom: .6em;
    width: 50%;
  }
  .tab_conts {
    border-top-width: 1px;
  }

  .ul_tabchild {
    flex-direction: column;
  }
  .ul_tabchild > li {
    width: 80%;
  }
  .ul_tabchild > li + li {
    border-left: 0;
    border-top: 1px solid #dddddd;
  }
  .ul_tabchild > li > a {
    padding: .8em;
  }

  .menu_list > .item .wh_box {
    min-height: 20em;
  }

  .menu_horizontal > .item .right .name {
    font-size: 1.6rem;
  }

}
@media screen and (max-width: 575px) {
  .menu_list > .item {
    width: 100%;
  }

  .menu_horizontal > .item .left,
  .menu_horizontal > .item .right {
    width: 100%;
  }
  .menu_horizontal > .item .right {
    margin-top: 1em;
    padding-left: 0;
  }

}



/*-------------------------------------
  COURSE
--------------------------------------*/
/* LIST */
.fx_col.course > .item > a {
  position: relative;
}
.fx_col.course > .item > a .ofi_wrap {
  overflow: hidden;
}
.fx_col.course.col2 > .item > a .ofi_wrap {
  padding-top: 68%;
}
.fx_col.course.col3 > .item > a .ofi_wrap {
  padding-top: 130%;
}
.fx_col.course > .item > a .conts {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5em 1.25em;
  padding-right: 7em;
  background-color: #0b3d30;
  color: #fff;
  line-height: 1.3;
  letter-spacing: .1rem;
}
.fx_col.course > .item > a .conts.bg_dblue {
  background-color: #1c2a2e;
}
.fx_col.course > .item > a .conts.bg_dgreen {
  background-color: #313827;
}
.fx_col.course > .item > a .conts .title {
  font-weight: 600;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 2.2rem;
}
.fx_col.course > .item > a .conts .sup {
  margin-top: .6em;
  font-weight: 700;
  font-family: 'PT Serif', serif;
  font-size: 1.2rem;
}
.fx_col.course > .item > a .conts .more {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .fx_col.course > .item > a .ofi_wrap > img,
  .fx_col.course > .item > a .conts .title,
  .fx_col.course > .item > a .conts .sup {
    transition: .4s;
    backface-visibility: hidden;
  }
}
.fx_col.course > .item > a:hover .ofi_wrap > img,
.fx_col.course > .item > a:focus .ofi_wrap > img {
  transform: scale(1.1);
}
.fx_col.course > .item > a:hover .conts .title,
.fx_col.course > .item > a:focus .conts .title,
.fx_col.course > .item > a:hover .conts .sup,
.fx_col.course > .item > a:focus .conts .sup {
  color: #9cc813;
}

.fx_col.btn > .item > a {
  display: block;
  max-width: unset;
}


@media screen and (max-width: 991px) {
  .fx_col.course > .item > a .conts {
    padding: 1em;
    padding-right: 2.5em;
  }
  .fx_col.course > .item > a .conts .title {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  .fx_col.course > .item > a .conts .more {
    right: .6em;
  }
  .fx_col.course > .item > a .conts .more .btn_more {
    width: 2.5em;
    height: 2.5em;
    padding: 0;
  }
  .fx_col.course > .item > a .conts .more .btn_more > span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .fx_col.course > * {
    width: 50%;
  }
  .fx_col.course.col2 > .item > a .ofi_wrap {
    padding-top: 80%;
  }

  .fx_col.btn {
    margin-top: -1em;
  }
  .fx_col.btn > .item {
    margin-top: 1em;
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .fx_col.course.col2 > .item > a .ofi_wrap {
    padding-top: 110%;
  }
  .fx_col.course > .item > a .conts {
    padding: 1em .8em;
    padding-right: 2.5em;
    letter-spacing: -.05rem;
  }

  .fx_col.btn > .item {
    width: 100%;
  }
  .fx_col.btn > .item > a {
    margin: 0 auto;
    max-width: 80%;
  }
}



/* DETAIL */
.sec_yard {
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.sec_yard .wh_box {
  max-width: 110rem;
  margin: 0 auto;
  padding: 5em 7.5em 6.25em;
  background-color: rgba(255,255,255,.95);
}

.tbl_yard > thead > tr:first-child {
  background-color: #eaede2;
}
.tbl_yard > tbody > tr:nth-child(odd) {
  background-color: #f7f9f0;
}
.tbl_yard tr.blank > th,
.tbl_yard tr.blank > td {
  padding: 1px 0 0;
}
.tbl_yard th,
.tbl_yard td {
  padding: .6em;
  border: 1px solid #193334;
  text-align: center;
  font-weight: 700;
  font-family: 'PT Serif', 'Noto Serif JP', "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 1.7rem;
  line-height: 1.2;
}
.tbl_yard tr > th:first-child {
  width: 9em;
  padding: .6em 1.2em;
  text-align: left;
}
.tbl_yard tr > th:last-child {
  width: 6em;
}

.sec_yard .wh_box .fx_col.btn {
  margin-top: -.5em;
}

.fx_col.hole {
  margin-top: -2em;
}
.fx_col.hole > .item {
  margin-top: 2em;
}
.fx_col.hole > .item > a {
  display: block;
  border: 1px solid #12433a;
}
.fx_col.hole > .item > a .img_wrap {
  padding: 1em;
  overflow: hidden;
}
.fx_col.hole > .item > a .conts {
  position: relative;
  padding: 1.5em 1.25em;
  padding-right: 3.5em;
  background-color: #0b3d30;
  color: #fff;
  line-height: 1.3;
  letter-spacing: .1rem;
}
.fx_col.hole > .item > a .conts .sup {
  margin-bottom: .6em;
  font-weight: 600;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 1.2rem;
}
.fx_col.hole > .item > a .conts .title {
  font-weight: 700;
  font-family: 'PT Serif', serif;
  font-size: 2.6rem;
}
.fx_col.hole > .item > a .conts .more {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
}
.fx_col.hole > .item > a .conts .more .btn_more {
  padding: 0;
  width: 3em;
  height: 3em;
}
@media screen and (min-width: 992px) {
  .fx_col.hole > .item > a .img_wrap > img,
  .fx_col.hole > .item > a .conts .title,
  .fx_col.hole > .item > a .conts .sup {
    transition: .4s;
    backface-visibility: hidden;
  }
}
.fx_col.hole > .item > a:hover .img_wrap > img,
.fx_col.hole > .item > a:focus .img_wrap > img {
  transform: scale(1.05);
}
.fx_col.hole > .item > a:hover .conts .title,
.fx_col.hole > .item > a:focus .conts .title,
.fx_col.hole > .item > a:hover .conts .sup,
.fx_col.hole > .item > a:focus .conts .sup {
  color: #9cc813;
}


.sec_other {
  position: relative;
}
.sec_other::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 25em;
  background-color: #eaede2;
}
.sec_other > .inner {
  position: relative;
}



@media screen and (max-width: 991px) {
  .sec_yard .wh_box {
    padding: 2.5em 2em 3em;
  }

  .tbl_yard th,
  .tbl_yard td {
    font-size: 1.5rem;
  }

  .sec_yard .wh_box .fx_col.btn {
    margin-top: -.5em;
  }

  .fx_col.hole {
    margin-top: -1.5em;
  }
  .fx_col.hole > .item {
    margin-top: 1.5em;
  }
  .fx_col.hole > .item > a .img_wrap {
    padding: .6em;
  }
  .fx_col.hole > .item > a .conts {
    padding: 1em;
    padding-right: 2.5em;
  }
  .fx_col.hole > .item > a .conts .title {
    font-size: 1.8rem;
  }
  .fx_col.hole > .item > a .conts .more {
    right: .5em;
  }
  .fx_col.hole > .item > a .conts .more .btn_more {
    width: 2.5em;
    height: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec_yard .wh_box .fx_col.btn {
    margin-top: .5em;
  }

}
@media screen and (max-width: 575px) {
  .fx_col.hole > .item {
    width: 50%;
  }
}



/* modal */
.mfp-container.mfp-inline-holder {
  padding: 0;
  box-sizing: border-box;
}
.mfp-container.mfp-inline-holder .mfp-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mfp-image-holder .mfp-close {
  right: 0;
  width: .8em;
  height: .8em;
  padding: 0;
  line-height: 1;
  font-size: 6rem;
}
.mfp-image-holder img.mfp-img {
  margin: 3em 0;
  padding: 0;
}

.modal_window {
  position: relative;
  max-width: 830px;
  width: 90%;
  max-height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5em;
  background: #fff;
  overflow: auto;
}

.fx_modal {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1em;
}
.fx_modal > * {
  width: 50%;
  padding: 0 1em;
}
.fx_modal > .left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.fx_modal > .left > * + * {
  margin-top: 2em;
}
.fx_modal > .left > .title {
  padding: 1.5em 1.25em;
  background-color: #12433a;
  text-align: center;
  color: #fff;
  line-height: 1.1;
  letter-spacing: .1rem;
}
.fx_modal > .left > .title > .name {
  font-weight: 600;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 1.3rem;
}
.fx_modal > .left > .title > .hole {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .6em;
  padding-bottom: .3em;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  font-family: 'PT Serif', serif;
  font-size: 2.2rem;
}
.fx_modal > .left > .title > .hole > span {
  display: inline-block;
  margin-left: .1em;
  font-weight: 400;
  font-size: 7.2rem;
}
.fx_modal > .left > .title > .info {
  font-weight: 400;
  font-family: 'PT Serif', serif;
}

.fx_modal > .left > .catch {
  line-height: 2;
}

.fx_modal > .right .img_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: .5em;
  border: 1px solid #b5c4c0;
}

.tbl_stripe tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.tbl_stripe tr > th,
.tbl_stripe tr > td {
  padding: .6em 1.2em;
  font-weight: 700;
  font-family: 'PT Serif', serif;
  line-height: 1.1;
}

.modal_arrowbtn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.5em;
}
.modal_arrowbtn > * button {
  position: relative;
  display: block;
  padding: .7em 1.4em;
  background-color: transparent;
  border: 1px solid #12433a;
  font-weight: 700;
  font-family: 'PT Serif', serif;
  font-size: 1.4rem;
  line-height: 1.1;
  cursor: pointer;
}

.modal_arrowbtn > .prev button {
  padding-left: 2em;
}
.modal_arrowbtn > .next button {
  padding-right: 2em;
}
.modal_arrowbtn > * button::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: .4em;
  height: .4em;
  border-left: 1px solid #3c3c3c;
  border-bottom: 1px solid #3c3c3c;
  transform: rotate(45deg);
}
.modal_arrowbtn > .prev button::before {
  left: 1em;
}
.modal_arrowbtn > .next button::before {
  right: 1em;
  transform: rotate(-135deg);
}

@media screen and (min-width: 992px) {
  .modal_arrowbtn > * button,
  .modal_arrowbtn > * button::before {
    transition: .4s;
  }
}
.modal_arrowbtn > * button:hover,
.modal_arrowbtn > * button:focus {
  background-color: #12433a;
  color: #fff;
}
.modal_arrowbtn > * button:hover::before,
.modal_arrowbtn > * button:focus::before {
  border-color: #fff;
}

.modal_closebtn {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
}
.modal_closebtn > button {
  position: relative;
  width: 2.5em;
  height: 2.5em;
  border: none;
  background-color: #fff;
  cursor: pointer;
}
.modal_closebtn > button::before,
.modal_closebtn > button::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 90%;
  height: 1px;
  background-color: #12433a;
}
.modal_closebtn > button::before {
  transform: rotate(45deg);
}
.modal_closebtn > button::after {
  transform: rotate(-45deg);
}
.modal_closebtn > button > span {
  display: none;
}

@media screen and (max-width: 1199px) {
  .modal_window {
    max-width: 630px;
  }
}
@media screen and (max-width: 991px) {
  .modal_window {
    padding: 3em;
  }

  .fx_modal > .left > .catch {
    line-height: 1.7;
  }

  .modal_closebtn {
    top: 1em;
    right: 1.5em;
  }
  .modal_closebtn > button {
    width: 1.5em;
    height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .fx_modal {
    margin: 0;
  }
  .fx_modal > * {
    width: 100%;
    padding: 0;
  }
  .fx_modal > * + * {
    margin-top: 2em;
  }

  .fx_modal > .left > * + * {
    margin-top: 1.5em;
  }
  .fx_modal > .left > .title {
    width: 100%;
  }
  .fx_modal > .left > .title > .name {
    font-size: 1.2rem;
  }
  .fx_modal > .left > .title > .hole {
    font-size: 2rem;
  }
  .fx_modal > .left > .title > .hole > span {
    margin-left: .3em;
    font-size: 4.8rem;
  }
  .fx_modal > .left > .title > .info {
    font-size: 1.4rem;
  }
  .fx_modal > .left > .catch {
    font-size: 1.4rem;
  }

  .modal_arrowbtn {
    margin-top: 2em;
  }
}
@media screen and (max-width: 575px) {
  .modal_window {
    padding: 3em 2em;
  }
}




/*-------------------------------------
  COMPE
--------------------------------------*/

.compe_record{
  margin-top: 3em;
  padding: 1.25em 1em;
  border: 1px solid #4F4F4F;
　border-bottom: 1px solid hsla(119,100%,8%,1.00);
  font-weight: 500;
  color: #000000;
  line-height: 2.0;
  letter-spacing: .1rem;
  overflow: auto;
  white-space: nowrap;
  text-align: center;

}

.compe_record th{
  font-size:1em;
    color: #FFFFFF;
  background-color: #28883a;
}

.compe_record td{
  border-bottom: 1px solid hsla(118,16%,69%,1.00);
}

.compe_record tr:nth-child(even) td{
  background-color: hsla(123,100%,96%,1.00);
}


.compe_detail > .thl_thgreen,
.compe_detail > .other_info {
  margin-top: 3em;
}

.fx_imgtxt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.fx_imgtxt > .ofi_wrap {
  width: 50%;
  padding-top: 25%;
}
.fx_imgtxt > .conts {
  width: 50%;
  padding-left: 2.5em;
}

.thl_thgreen th,
.thl_thgreen td {
  padding: 1.25em 1em;
  border: 1px solid #dddddd;
}
.thl_thgreen th {
  width: 7.5em;
  background-color: #28883a;
  font-weight: 500;
  color: #fff;
  line-height: 1.1;
  letter-spacing: .1rem;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .thl_thgreen th {
    width: 14%;
  }
  .thl_thgreen > tbody > tr:first-child > td {
    width: 36%;
  }
}

.other_info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.other_info > div a:not([class]) {
  display: block;
}
.other_info > div a:not([class]):hover,
.other_info > div a:not([class]):focus {
  opacity: .9;
}
.other_info > div > * + * {
  margin-top: 1em;
}


.sec_reserve {
  position: relative;
}
.sec_reserve::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 18em;
  background-color: #eaede2;
}
.sec_reserve > .inner {
  position: relative;
}


@media screen and (max-width: 991px) {
  .compe_detail > .thl_thgreen,
  .compe_detail > .other_info {
    margin-top: 2em;
  }

  .fx_imgtxt > .conts {
    padding-left: 1.5em;
  }

  .thl_thgreen th,
  .thl_thgreen td {
    display: block;
    padding: 1em;
    width: 100%;
  }

  .sec_reserve::before {
    height: 11em;
  }
}
@media screen and (max-width: 767px) {
  .fx_imgtxt > .ofi_wrap {
    width: 100%;
    padding-top: 50%;
  }
  .fx_imgtxt > .conts {
    width: 100%;
    margin-top: 1.2em;
    padding-left: 0;
  }
}





/*-------------------------------------
  NEWS
--------------------------------------*/
.ttl_single {
  margin-bottom: 4em;
}
.ttl_single .label_time > time {
  font-weight: 400;
  font-family: 'PT Serif', serif;
  color: #777777;
  line-height: 1.1;
  letter-spacing: .1rem;
}
.ttl_single .title {
  margin-top: .2em;
  padding-bottom: .5em;
  border-bottom: 1px solid #192630;
  font-weight: 600;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 3.2rem;
  color: #05392f;
  line-height: 1.3;
  letter-spacing: .1rem;
}

@media screen and (max-width: 991px) {
  .ttl_single {
    margin-bottom: 2.5em;
  }
  .ttl_single .title {
    font-size: 2.6rem;
  }
}





/*-------------------------------------
  CONTACT
--------------------------------------*/
input:not([type='radio']):not([type='checkbox']),
select,
textarea {
  width: 100%;
  font-size: 1.4rem;
  padding: 1rem;
  border: 1px solid #eaede2;
  line-height: 1.3;
}
select {
  padding: .8rem 1rem;
}
.ios select {
  -webkit-appearance: button;
  appearance: button;
  padding: .8rem 1rem;
}
textarea {
  min-height: 20rem;
}

.tbl_form > tbody > tr {
  border-bottom: .2rem solid #f7f9f0;
}
.tbl_form th,
.tbl_form td {
  padding: .8em 2em;
}
.tbl_form th {
  width: 14em;
  background-color: #eaede2;
  text-align: left;
  font-weight: 400;
  white-space: nowrap;
}

.input_under {
  margin-top: .3em;
  font-size: 1.4rem;
}

.form_require {
  position: relative;
  display: block;
  padding-right: 3.5em;
}
.form_require > span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 1.8em;
  padding: .4em .6em;
  background-color: #05392f;
  text-align: center;
  font-weight: 500;
  font-size: 75%;
  color: #fff;
  line-height: 1;
  letter-spacing: .1rem;
}

.input_short {
  max-width: 15em;
}
.input_middle {
  max-width: 30em;
}
.input_long {
  max-width: 45em;
}


.ul_radio {
  line-height: 2;
}
.ul_radio > li {
  display: inline-block;
  line-height: 1.3;
}
.ul_radio > li:not(:last-child) label {
  display: inline-block;
  margin-right: 1.6em;
}
.ul_radio > li:last-child {
  margin-right: 0;
}
.ul_radio > li label > input {
  position: absolute;
  visibility: hidden;
}
.ul_radio > li label > input + span {
  position: relative;
  display: inline-block;
  padding-left: 1.8em;
}
.ul_radio > li label > input + span::before {
  content: '';
  display: block;
  position: absolute;
  top: .0625em;
  left: 0;
  width: 1.125em;
  height: 1.125em;
  border-radius: 50%;
  border: 1px solid #c9c9c9;
  background-color: #f4f4f4;
}
.ul_radio > li label > input:checked + span::after {
  content: '';
  display: block;
  position: absolute;
  top: .375em;
  left: .3125em;
  width: .5em;
  height: .5em;
  border-radius: 50%;
  background-color: #666;
}

.item_checkbox {
  text-align: center;
  line-height: 1.3;
  letter-spacing: .1rem;
}
.item_checkbox label > input {
  position: absolute;
  visibility: hidden;
}
.item_checkbox label > input + span {
  position: relative;
  display: inline-block;
  padding-left: 1.8em;
}
.item_checkbox label > input + span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #c9c9c9;
  background-color: #f4f4f4;
}
.item_checkbox label > input:checked + span::after {
  display: block;
  content: '';
  position: absolute;
  top: .1875em;
  left: .1875em;
  width: 1.125em;
  height: .6em;
  border-left: .3rem solid #333;
  border-bottom: .3rem solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.label_row {
  width: 100%;
  display: table;
}
.label_row + .label_row {
  margin-top: 1em;
}
.label_row > * {
  display: table-cell;
}
.label_row > .label {
  width: 3em;
  padding-right: 1em;
  text-align: right;
  white-space: nowrap;
}

.label_row.bk {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.label_row.bk > .label {
  width: calc( 100% - 15em );
  padding-left: 1em;
  padding-right: 0;
  text-align: left;
}

.address_row {
  display: table;
  width: 100%;
}
.address_row + .address_row {
  margin-top: .8em;
}
.address_row > * {
  display: table-cell;
}
.address_row > .label {
  width: 11.25em;
  padding-right: 1em;
  text-align: right;
  white-space: nowrap;
}


@media screen and (max-width : 991px ) {
  input:not([type='radio']):not([type='checkbox']),
  select,
  textarea {
    font-size: 1.8rem;
    padding: 1rem .8rem;
  }
  select {
    padding: 1rem .8rem;
  }
  .ios select {
    padding: 1.4rem .8rem;
  }

  .label_row + .label_row {
    margin-top: 1rem;
  }

  .tbl_form th,
  .tbl_form td {
    padding: 1em 1.5em;
  }
  .tbl_form th {
    width: 16em;
  }
}

@media screen and (max-width : 767px ) {
  textarea {
    min-height: 14rem;
  }

  .tbl_form th,
  .tbl_form td {
    display: block;
    width: 100% !important;
    text-align: left;
  }

  .input_short,
  .input_middle,
  .input_long {
    max-width: 100%;
  }

  .under_text {
    font-size: 1.2rem;
  }

  .address_row {
    display: block;
  }
  .address_row:not(.tbl_sp) > * {
    display: block;
  }
  .address_row:not(.tbl_sp) > .label {
    margin-bottom: .3em;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
  .address_row.tbl_sp > .label {
    width: 2.5em;
    padding-right: .6em;
  }

}



/*-------------------------------------
  sitemap
--------------------------------------*/
.wrap_sitemap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5em;
}
.wrap_sitemap > * {
  width: 50%;
  padding: 0 1.5em;
}

.ul_sitemap > li + li {
  margin-top: 2em;
}
.ul_sitemap > li {
  font-weight: 400;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.ul_sitemap > li > a {
  position: relative;
  display: block;
  padding: 1.2em 2em;
  padding-right: 3em;
  background-color: #eaede2;
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: .1rem;
}
.inr_box .ul_sitemap > li > a {
  color: #192630;
}
.ul_sitemap > li > a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
  background-color: #28883a;
}
.ul_sitemap > li > a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 1.7em;
  bottom: 0;
  margin: auto;
  width: .4em;
  height: .4em;
  border-right: .2rem solid #fff;
  border-bottom: .2rem solid #fff;
  transform: rotate(-45deg);
}
@media screen and (min-width: 992px) {
  .ul_sitemap > li > a::before {
    transition: .4s;
  }
}
.ul_sitemap > li > a:hover {
  background-color: #e0e3d8;
}
.ul_sitemap > li > a:hover::before,
.ul_sitemap > li > a:focus::before {
  background-color: #80a312;
}

.ul_sitemap > li > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 1em -1em 0;
}
.ul_sitemap > li > ul > li {
  width: 50%;
  padding: 0 1em;
}
.ul_sitemap > li > ul > li > a {
  position: relative;
  display: block;
  padding: 1em;
  padding-right: 2em;
  border-bottom: 1px solid #eaede2;
}
.inr_box .ul_sitemap > li > ul > li > a {
  color: #192630;
}
.ul_sitemap > li > ul > li > a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
  width: .5em;
  height: .5em;
  border-right: .2rem solid #28883a;
  border-bottom: .2rem solid #28883a;
  transform: rotate(-45deg);
}
.ul_sitemap > li > ul > li > a:hover,
.ul_sitemap > li > ul > li > a:focus {
  background-color: #f7f9f0;
}

@media screen and (max-width: 991px) {
  .wrap_sitemap {
    margin: 0 -1.5%;
  }
  .wrap_sitemap > * {
    padding: 0 1.5%;
  }

  .ul_sitemap > li + li {
    margin-top: 1.5em;
  }
  .ul_sitemap > li > a {
    font-size: 1.6rem;
  }

  .ul_sitemap > li > ul {
    margin: 1em -1.5% 0;
  }
  .ul_sitemap > li > ul > li {
    padding: 0 1.5%;
  }
  .ul_sitemap > li > ul > li > a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .wrap_sitemap > * {
    width: 100%;
  }
  .wrap_sitemap > * + * {
    margin-top: 1.5em;
  }
}