@charset "utf-8";


/*==================================================================

掲示板

==================================================================*/
:root {
  --top_bulletin__bg: hsla(var(--maincolor-hsl), 0.3);
}

.top__bulletin__board__wrap {
  text-align: center;
  margin-top: -20px;
}

.top__bulletin__box {
  background: var(--top_bulletin__bg);
  padding: 70px;
}

.top__bulletin__board {
  padding: 30px;
  padding: 40px 30px 30px;
  position: relative;
  text-align: left;
  text-align: justify;
  background: #fff;
  /*  border: 1px solid #3e7084;*/
}

body.front .top__bulletin__box h2 {
  text-align: center;
  /* margin-top: calc(-70px - 1.1em); */
  position: relative;
  /* mix-blend-mode: hard-light; */
  z-index: 1;
  font-size: 24px;
  color: hsla(var(--maincolor-hsl), 1);
  font-family: "Noto Sans JP", sans-serif;
}

.top__bulletin__board p {
  margin-bottom: 1em;
}

.top__bulletin__board p:last-child {
  margin-bottom: 0 !important;
}

.top__bulletin__board__box+.top__bulletin__board__box {
  margin-top: 20px;
  border-top: 1px solid hsla(var(--maincolor-hsl), 1);
  padding-top: 20px;
}

@media (max-width: 559px) {
  .top__bulletin__box {
    padding: 70px 10px;
  }

  .top__bulletin__board {
    padding: 60px 20px 20px;
  }
}

/* =====================================
info
===================================== */
.info_con {
    padding-top: 90px;
    padding-bottom: 0px;
}
.top .info_con h2 {
    margin-bottom: 68px;
}
.info_con .txt_box {
    width: 46%;
    float: left;
    box-sizing: border-box;
}
.info_con .img_box {
    width: 50%;
    float: right;
    box-sizing: border-box;
}
.tour_list li {
    width: 33.3%;
    float: left;
    box-sizing: border-box;
}

.info_con .tle {
    font-size: 30px;
    color: #79cf9e;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: bold;
    letter-spacing: 4.5px;
    line-height: 1.4;
    margin-bottom: 22px;
}
.info_con .txt {
    color: #333;
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 1.9;
    margin-bottom: 22px;
}
.lightbox {
    display: block;
    cursor: pointer;
    position: relative;
}
@media screen and (max-width: 1000px) {
.info_con .tle {
    font-size: 25px;
    letter-spacing: 3px;
}
.info_con .txt {
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 22px;
}
}
@media screen and (max-width: 767px) {
.info_con {
    padding-top: 55px;
    padding-bottom: 0px;
}

.info_con .img_box {
    width: 100%;
    float: none;
}
.info_con .txt_box {
    width: 100%;
    float: none;
}
.info_con .txt {
    font-size: 16px;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
}
.gallery.tour_list {
    margin-bottom: 35px;
}
.gallery li {
    margin-bottom: 0px;
}
}
@media screen and (max-width:479px) {
.info_con .tle {
    font-size: 22px;
    letter-spacing: 2px;
}
}
/* =====================================
menu
===================================== */
.top.full .menu_con {
    background: #faf8f2;
    padding-top: 95px;
    padding-bottom: 129px;
    position: relative;
    margin-bottom: 25px !important;
}
.menu_con:after {
    position: absolute;
    content: "";
    display: block;
    height: 43px;
    width: 100%;
    bottom: -25px;
    left: 0;
    background: url(../img/conline_icon.png) no-repeat center center;
    background-size: 94% auto;
}
.top .menu_con h2 {
    margin-bottom: 64px;
}
.menu_top_box {
    margin-bottom: 20px;
}
.menu_con .menu_top_box li {
    width: 18%;
    float: left;
    margin-right: 2.5%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px 3px rgba(204, 204, 204, 0.35);
    position: relative;

}
.menu_con .menu_top_box li a:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    border: 3.5px solid transparent;
    border-bottom-color: #98dbb5;
    border-right-color: #98dbb5;
    right: 4px;
    bottom: 4px;
}
.menu_con .menu_top_box li a {
    display: block;
    text-decoration: none;
    position: relative;
    padding-top: 35px;
    padding-bottom: 13px;
}
.menu_con  li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
.menu_con .menu_top_box li:last-child {
    margin-right: 0;
}
.menu_con .menu_top_box span.tle {
    display: table;
    width: 100%;
    text-align: center;
    margin-bottom: 14px;
}
.menu_con .menu_top_box span.tle_inner {
    color: #555555;
    font-size: 19px;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: bold;
    line-height: 1.2;
    width: 100%;
    vertical-align: middle;
    display: table-cell;
    letter-spacing: 1px;
    position: relative;
     padding-top: 92px;
}
.menu_con .menu_top_box span.tle_inner:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 71px;
    background: url(../img/top_icon01.png) no-repeat center top;
    background-size: contain;
    top: 0;
    left: 0;
}
.menu_con li:nth-child(2) span.tle_inner:before {
    background: url(../img/top_icon02.png) no-repeat center top;
    background-size: contain;
}
.menu_con li:nth-child(3) span.tle_inner:before {
    background: url(../img/top_icon03.png) no-repeat center top;
    background-size: contain;
}
.menu_con li:nth-child(4) span.tle_inner:before {
    background: url(../img/top_icon04.png) no-repeat center top;
    background-size: contain;
}
.menu_con li:nth-child(5) span.tle_inner:before {
    background: url(../img/top_icon05.png) no-repeat center top;
    background-size: contain;
}
.menu_con .menu_top_box .txt {
    font-size: 14px;
    color: #555555;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    letter-spacing: 0.8px;
    line-height: 1.5;
}
.menu_con .menu_bottom_box li {
    width: 48%;
    float: left;
    margin-right: 4%;
}
.menu_con .menu_bottom_box li:last-child {
    margin-right: 0;
}
.menu_con .menu_bottom_box li a {
    display: block;
    text-decoration: none;
    position: relative;
    border: 3px solid #aad7eb;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    padding: 18px 20px;
}
.menu_con .menu_bottom_box li:last-child a {
    border-color: #f7da62;
}
.menu_con .menu_bottom_box li:last-child a:after {
    border-right-color: #f7da62;
    border-bottom-color: #f7da62;
}
.menu_con .menu_bottom_box li a:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    border: 4.5px solid transparent;
    border-bottom-color: #aad7eb;
    border-right-color: #aad7eb;
    right: 8px;
    bottom: 8px;
}
.menu_con .menu_bottom_box li .img_box {
    width: 50%;
    float: left;
    box-sizing: border-box;
    max-width: 217px;
}
.menu_con .menu_bottom_box li .txt_box {
    width: 45%;
    float: right;
    box-sizing: border-box;
}
.menu_con .menu_bottom_box span.tle {
color: #555555;
    font-size: 22px;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    padding-top: 74px;
    display: block;
    text-align: center;
    letter-spacing: 4px;
    margin-bottom: 11px;
}
.menu_con .menu_bottom_box span.tle:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    background: url(../img/top_icon06.png) no-repeat center top;
    background-size: contain;
    top: 0;
    left: 0;
}
.menu_con .menu_bottom_box li:last-child span.tle:before {
    background: url(../img/top_icon07.png) no-repeat center top;
    background-size: contain;
}
.menu_con .menu_bottom_box span.txt {
    display: block;
    color: #555;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.6;
}
@media screen and (max-width: 1000px) {
.menu_con .menu_bottom_box span.tle {
    font-size: 19px;
    padding-top: 52px;
    margin-bottom: 8px;
}
.menu_con .menu_bottom_box span.tle:before {
    height: 43px;
}
.menu_con .menu_bottom_box li .img_box {
    width: 55%;
}
.menu_con .menu_bottom_box li .txt_box {
    width: 40%;
}
.menu_con .menu_bottom_box li a {
    padding: 15px 12px;
}
.menu_con .menu_top_box span.tle_inner:before {
    height: 60px;
}
.menu_con .menu_top_box span.tle_inner {
    padding-top: 65px;
}
.menu_con .menu_top_box span.tle {
    margin-bottom: 5px;
}
}
@media screen and (max-width:767px) {
.menu_con:after {
    background: url(../img/conline_icon_sp.png) no-repeat center center;
    background-size: 94% auto;
}
.top.full .menu_con {
    padding-top:60px;
    padding-bottom: 60px;
}
.menu_con .menu_top_box li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
}
.menu_con .menu_top_box li:nth-child(2n) {
    margin-right: 0;
}
.menu_con .menu_top_box li a {
    padding-top: 30px;
    padding-bottom: 25px;
}
.menu_con .menu_top_box span.tle {
    margin-bottom: 20px;
}
.menu_con .menu_top_box span.tle_inner {
    font-size: 20px;
    padding-top: 80px;
}
.menu_con .menu_bottom_box li {
    width: 100%;
    float: none;
    margin-right: auto;
    margin-bottom: 30px;
}
}
@media screen and (max-width:479px) {
.menu_con .menu_bottom_box li .img_box {
    width: 50%;
    margin-top: 15px;
}
.menu_con .menu_bottom_box li .txt_box {
    width: 45%;
}
.menu_con .menu_bottom_box span.txt {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 1.5;
}
}
/* =====================================
feature
===================================== */
.feature_con {
    background: url(https://alphazeal.xtwo.jp/mdc6480/wp-content/uploads/2026/03/top_bg02.jpg) no-repeat 90% center;
    background-size: cover;
    padding-top: 95px;
    padding-bottom: 130px;
}
.top .feature_con h2 {
    margin-bottom: 54px;
}
.feature_con .txt {
    color: #555555;
    font-size: 16px;
    width: 50%;
    letter-spacing: 3.2px;
    line-height: 2.5;
}
@media screen and (max-width: 767px) {
.feature_con {
    background: none;
    padding-top: 45px;
    padding-bottom: 55px;
}
.feature_con .img_box {
    margin-bottom: 45px;
}
.feature_con .txt {
    width: 100%;
}
}

/* =====================================
policy
===================================== */
.policy_con {
background: url(https://alphazeal.xtwo.jp/mdc6480/wp-content/uploads/2026/03/top_bg01.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 85px;
    margin-bottom: 0;
    padding-bottom: 105px;
}
.top .policy_con h2 {
    margin-bottom: 69px;
}
.policy_con ul {
    margin-bottom: 77px;
}
.policy_con li {
    width: 22.5%;
    float: left;
    box-sizing: border-box;
    text-align: center;
    margin-right: 3.3%;
}
.policy_con li:last-child {
    margin-right: 0;
}
.policy_con p.txt {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: bold;
    color: #333333;
    font-size: 20px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 20px !important;
}
@media screen and (min-width: 768px) and (max-width: 1000px) { 
.policy_con p.txt {
    font-size: 18px;
    letter-spacing: 0px;
}

}
@media screen and (max-width: 767px) { 
.policy_con {
    background: none;
    padding-top: 65px;
    padding-bottom: 40px;
}
.policy_con ul {
    margin-bottom: 40px;
}
.policy_con li {
    width: 100%;
    float: none;
    margin-right: auto;
    margin-left: auto;
    max-width: 225px;
    margin-bottom: 35px;
}
.policy_con li:last-child {
    margin-right: auto;
    margin-bottom: 0;
}

}

