@charset "UTF-8";
/*====================================================================
ナビ
====================================================================*/
@media screen and (max-width: 944px) {
  .nav-menu {
    display: none;
  }
  .menu-box {
    display: block;
  }
}
@media screen and (min-width: 945px) {
  .nav-menu {
    display: flex;
    width: 100%;
    font-size: 0.8em;
    margin-left: 1vh;
  }
  .nav-menu li {
    position: relative;
    z-index: 1;
    padding: 5px 10px;
  }
  .nav-menu li a {
    color: #000;
  }
  .nav-menu li a::before {
    background: #fff;
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.3s;
  }
  .nav-menu li a:hover {
    opacity: 1;
  }
  .nav-menu li a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .menu-box {
    display: none;
  }
}
/*====================================================================
PC/SP共通
====================================================================*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

#container {
  background-color: #fff;
}
#container .simplebar-scrollbar:before {
  background: #8f8e8e;
  left: 1px;
  right: 4px;
}

.content {
  min-height: 64vh;
  margin-top: 50px;
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 12px;
  bottom: 20px;
  background: rgba(8, 8, 8, 0.6705882353);
  border-radius: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: translateY(20%) rotate(-45deg);
}

body {
  color: #000;
  background-color: #f8f8f8;
  font: 1em/1.4 "Noto Sans JP", sans-serif;
  min-width: 370px;
  scroll-behavior: smooth;
}

h1 {
  font-weight: bold;
}

h2 {
  font-size: 1.2em;
  margin: 1em 0;
  line-height: 1.5;
  font-weight: bold;
}

h3.sub-caption {
  font-weight: bold;
  margin-bottom: 1.2vh;
}

a {
  color: #5aa4e9;
  font-weight: bold;
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

img {
  display: block;
}

.noto-font {
  font-family: "Noto Sans JP", sans-serif;
}

.capt-corezo {
  display: flex;
  justify-content: space-between;
  padding-bottom: 4px;
  align-items: flex-end;
  flex-wrap: wrap;
}
.capt-corezo a:hover {
  color: #f7d247;
  opacity: 1;
  transition: 0.2s;
}
.capt-corezo a:hover .more-text::after {
  transition: 0.2s;
  background-image: url(../images/ico_arrow_on.svg);
}
.capt-corezo .more-text {
  font-size: 0.8em;
  margin-bottom: 1.5vh;
}
.capt-corezo .more-text::after {
  content: "";
  height: 8px;
  width: 16px;
  display: inline-block;
  background-image: url(../images/ico_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 3px;
}

/* ヘッダー */
.sticky-01 {
  position: sticky;
  top: 0px;
  z-index: 2;
  /* ヘッダー */
}
.sticky-01 .header {
  display: flex;
  top: 0;
  right: 0;
  left: 0;
  background: #fdd000;
  justify-content: space-between;
  position: fixed;
  z-index: 2;
  width: 100%;
  padding: 9px 10px;
  height: 55px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
.sticky-01 .header .left {
  display: flex;
  align-items: center;
  height: 37px;
}
.sticky-01 .header .left .rogo-corezo {
  width: 164.5px;
  height: auto;
  margin: 0px;
  padding: 0px;
}
.sticky-01 .header .left p {
  font-size: 14px;
  font-weight: bold;
  margin-left: 16px;
}

.movie-area {
  margin: 2.4vh 0;
}
.movie-area iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.capt-more-wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 4px;
  align-items: flex-end;
  flex-wrap: wrap;
}
.capt-more-wrap .other-cap {
  display: flex;
  align-items: center;
}
.capt-more-wrap .gourmet::before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 37px;
  background-image: url(../images/sp_nav_gourmet.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 9px;
}
.capt-more-wrap .souvenir::before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 37px;
  background-image: url(../images/sp_nav_souvenir.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 9px;
}
.capt-more-wrap .tourism::before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 37px;
  background-image: url(../images/sp_nav_modelcourse.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 9px;
}
.capt-more-wrap .event::before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 37px;
  background-image: url(../images/sp_nav_event.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 9px;
}
.capt-more-wrap .column::before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 37px;
  background-image: url(../images/sp_nav_column.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 9px;
}
.capt-more-wrap .blog::before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 37px;
  background-image: url(../images/sp_nav_blog.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 9px;
}
.capt-more-wrap .more-text {
  font-size: 0.9em;
  margin-bottom: 1.5vh;
}
.capt-more-wrap .more-text::after {
  content: "";
  height: 8px;
  width: 16px;
  display: inline-block;
  background-image: url(../images/ico_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 3px;
}

.corezo-banner {
  text-align: center;
}

.error {
  display: flex;
  align-items: center;
  justify-content: center;
}
.error .error-content {
  text-align: center;
  background-color: #fff;
  padding-top: 8vh;
  background: url(../images/404.jpg);
  background-size: cover;
  width: 860px;
  height: 490px;
  margin: 2vh;
  color: #fff;
}
.error .error-content h1 {
  font-size: 8vh;
  margin: auto;
  color: #fff;
  line-height: 6vh;
}
.error .error-content h1 span {
  font-size: 5vh;
}
.error .error-content .error-text {
  margin-top: 21px;
  padding: 0 12px;
  font-size: 0.9em;
}
.error .error-content .ico-back {
  background: rgba(0, 0, 0, 0.7019607843);
  border: 1px solid;
}

.news {
  margin: 3vh 0;
}
.news .news-box {
  padding: 1.8vh;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0.5vh;
  background-color: #fff;
  height: 13vh;
}
.news .news-box .day-news {
  display: flex;
  align-items: center;
}
.news .news-box .day-news .attention-label {
  font-size: 10px;
  padding: 2px 6px;
  font-weight: bold;
  color: #d02727;
  background: #fff;
  border: solid 1px #d02727;
  border-radius: 2px;
}
.news .news-box .day-news .notice-label {
  padding: 3px 6px;
  font-size: 0.7em;
  border: 1px solid #245ac1;
  color: #245ac1;
  border-radius: 3px;
}
.news .news-box .day-news p {
  margin-right: 6px;
  font-size: 0.9em;
  color: #595858;
  font-weight: normal;
}
.news .news-box .sect-news {
  font-size: 0.8em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  font-weight: normal;
  padding: 1vh;
  margin-bottom: 1vh;
}

.tab ul {
  list-style-type: none;
}
.tab .tab-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  margin-bottom: 1em;
}
.tab .tab-list .tab-list-item {
  background-color: #fff;
  width: 64px;
  height: 33px;
  font-size: 14px;
  text-align: center;
  display: block;
  float: left;
  order: -1;
  font-weight: bold;
  padding: 6px;
  color: #898989;
  cursor: pointer;
}
.tab .tab-list .tab-list-item.active {
  color: #000;
  background-color: #f7d247;
}
.tab .tab-list .left {
  border-radius: 6px 0 0 6px;
  border: 1px solid #bababa;
  border-right: none;
}
.tab .tab-list .right {
  border-radius: 0 6px 6px 0;
  border: 1px solid #bababa;
  border-left: none;
}
.tab .tab-contents-item {
  display: none;
  margin-bottom: 1em;
}
.tab .tab-contents-item.show {
  display: block;
}

.capt-toggle {
  display: flex;
  justify-content: space-between;
  margin-bottom: -2.9em;
  align-items: flex-end;
}

.tab-area {
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.6em;
}
.tab-area .tab_class {
  width: 64px;
  height: 33px;
  background-color: #fff;
  font-size: 14px;
  text-align: center;
  display: block;
  float: left;
  order: -1;
  font-weight: bold;
  padding: 6px;
  color: #898989;
}
.tab-area input[name=tab_name] {
  display: none;
}
.tab-area input:checked + .tab_class {
  color: #000;
  background-color: #f7d247;
}
.tab-area .content_class {
  display: none;
  width: 100%;
  margin-top: 0.6em;
}
.tab-area input:checked + .tab_class + .content_class {
  display: block;
}

.btn-box {
  background: #fdd100;
  width: 90%;
  border-radius: 60px;
  font-weight: bold;
  line-height: 1.7;
  margin: 3vh auto;
  font-size: 0.9em;
  position: relative;
  text-align: center;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
.btn-box a.ico-normal {
  color: #000;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
}
.btn-box a.ico-normal::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  margin-right: -70px;
  right: 50%;
  margin-top: -0.3em;
  transform: rotate(45deg);
}
.btn-box a.ico-normal p {
  font-size: 1em;
  margin-bottom: 0;
}
.btn-box a.ico-external {
  color: #000;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
}
.btn-box a.ico-external::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 2px 0 0 9px;
  background: url("../images/ico_external_link.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.btn-box a.ico-external p {
  font-size: 1em;
  margin-bottom: 0;
}
.btn-box a.ico-article {
  color: #000;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
}
.btn-box a.ico-article::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 4px 0 9px;
  background: url("../images/ico_article.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.btn-box a.ico-article p {
  font-size: 1em;
  margin-bottom: 0;
}
.btn-box:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.top-btn-box a.ico-external {
  color: #000;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
}
.top-btn-box a.ico-external::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 2px 0 0 9px;
  background: url("../images/ico_external_link.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.top-btn-box a.ico-external p {
  font-size: 1em;
  margin-bottom: 0;
}
.top-btn-box:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.mgn-top {
  margin-top: 2vh;
}

.search-btn label {
  border: solid 1px #3a3a3a;
  color: #3a3a3a;
  position: relative;
  width: auto;
  border-radius: 4px;
  padding: 8px;
  margin: 0 8px 8px 0;
  font-size: 0.9rem;
  cursor: pointer;
  background-color: #fff;
  display: inline-block;
}

.search-btn input:checked + label {
  background: #fdd100;
  color: #000;
}

.search-btn input {
  display: none;
}

.search-label {
  padding: 0 18px 18px;
}
.search-label h2 {
  font-weight: bold;
  font-size: 1rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.3rem;
  border-bottom: dashed 1px #a0a0a0;
}
.search-label .top {
  padding-top: 1vh;
}
.search-label .wrap-search-label {
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  border-bottom: dashed 1px #a0a0a0;
}
.search-label .wrap-search-label .capt-search {
  font-weight: bold;
  margin-bottom: 1vw;
}
.search-label .wrap-search-label img.area-map {
  width: 100%;
  margin: auto;
}
.search-label .wrap-search-label .keyword-box {
  border: 2px solid #808080;
  padding: 10px;
  border-radius: 4px;
  margin: 0 6px 6px 0;
}
.search-label .wrap-search-label .keyword-box input {
  width: 100%;
}
.search-label .wrap-search-label h3 {
  text-align: left;
  font-size: 0.9rem;
  font-weight: bold;
  color: #3a3a3a;
  padding: 0;
  margin: 1.8vh 0;
}
.search-label .wrap-search-label .label-wrap {
  text-align: left;
  color: #3a3a3a;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0;
}
.search-label .btn-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
}

.subtitle {
  margin: 3vh 0;
}

.sns-ico {
  width: 112px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.keyword {
  display: flex;
  border-bottom: 1px solid #000;
  flex-wrap: wrap;
  line-height: 1.2;
}
.keyword p {
  padding: 0.5em;
  border-radius: 4px;
  font-size: 0.8em;
  margin: 0 0.5em 0.5em 0;
}
.keyword .gourmet {
  border: solid 1px #ea4545;
}
.keyword .tourism {
  border: solid 1px #8b55ef;
}
.keyword .event {
  border: solid 1px #ea7738;
}
.keyword .souvenir {
  border: solid 1px #03a700;
}
.keyword .special {
  border: solid 1px #f4c931;
}

.subtitle {
  margin-top: 3vh;
}
.subtitle .gourmet {
  color: #ea4545;
  border-bottom: 2px solid #ea4545;
}
.subtitle .tourism {
  color: #8b55ef;
  border-bottom: 2px solid #8b55ef;
}
.subtitle .event {
  color: #ea7738;
  border-bottom: 2px solid #ea7738;
}
.subtitle .souvenir {
  color: #03a700;
  border-bottom: 2px solid #03a700;
}
.subtitle .special {
  color: #f4c931;
  border-bottom: 2px solid #f4c931;
}

.sect-box .gmap-area {
  margin: 0 0 5vh 0;
}
.sect-box .img-single {
  margin-bottom: 1.2vh;
}
.sect-box .img-single .thumbnail {
  width: 100%;
  max-width: 680px;
  height: 50vw;
  max-height: 348px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: auto;
}
.sect-box .img-single .img-copyright {
  font-size: 0.8em;
  color: #8f8f8f;
  text-align: right;
}
.sect-box .detail-text {
  margin-bottom: 2.4vh;
  font-size: 1em;
  line-height: 1.6;
}
.sect-box p {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.2vh;
}
.sect-box .faq {
  font-weight: bold;
}
.sect-box .pressname-interview {
  font-weight: bold;
}
.sect-box .detail .summary-sp {
  font-size: 1.2em;
}
.sect-box .detail .accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-weight: 600;
  cursor: pointer;
  font-size: 18px;
  color: #000;
}
.sect-box .detail .accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 12px;
  height: 12px;
  margin-left: 10px;
  content: "";
  transition: transform 0.3s;
  border-bottom: 3px solid #333;
  border-right: 3px solid #333;
}
.sect-box .detail .accordion ul {
  margin-top: 1.6vh;
}
.sect-box .detail .accordion ul li {
  border-bottom: 1px solid #c3c1c1;
  padding: 9px 0;
}
.sect-box .detail .accordion ul li:first-child {
  padding-top: 0;
}
.sect-box .detail .accordion ul li h5 {
  margin: 0;
  font-size: 14px;
}
.sect-box .detail .accordion ul li p {
  margin: 0;
}
.sect-box .detail .accordion ul li .bottom {
  padding-bottom: 12px;
}
.sect-box .detail .accordion ul li .sns-ico {
  margin-bottom: 0;
}
.sect-box .detail .accordion ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.sect-box .detail .accordion h5 {
  margin: 0;
  font-size: 14px;
}
.sect-box .detail .accordion a {
  font-weight: normal;
}
.sect-box .detail .accordion .bottom {
  padding-bottom: 12px;
}
.sect-box .detail .accordion .sns-ico {
  margin-bottom: 0;
}
.sect-box .detail .accordion summary::-webkit-details-marker {
  display: none;
}
.sect-box .detail .accordion[open] summary::after {
  transform: rotate(225deg);
}
.sect-box .detail .accordion p {
  transform: translateY(-10px);
  transition: transform 0.5s, opacity 0.5s;
  opacity: 0;
}
.sect-box .detail .accordion[open] p {
  transform: none;
  opacity: 1;
}
.sect-box .detail .toggle:checked + .Label + ul {
  /*開閉時*/
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}
.sect-box .detail .toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}
.sect-box .recommend {
  margin-bottom: 12vw;
}
.sect-box .recommend .ul-sp {
  display: block;
}
.sect-box .recommend .ul-sp .re-box-sp {
  background-color: #fff;
  margin: 2vw;
  border-radius: 3px;
  overflow: hidden;
}
.sect-box .recommend .ul-sp .re-box-sp .price-sp {
  text-align: right;
}
.sect-box .last-block {
  text-align: center;
  padding-bottom: 4vh;
}
.sect-box .last-block .sns-ico {
  margin: auto;
}

.next-page {
  margin: 8vh 0;
  text-align: center;
  display: flex;
}
.next-page .inner {
  display: flex;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 6px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  max-width: 80%;
}
.next-page a:hover {
  background-color: #fffbe6;
  opacity: 1;
  transition: none;
  border-radius: 6px;
}
.next-page img {
  width: 9px;
}
.next-page .left-arrow-box {
  padding: 2vh;
  display: inline-block;
  position: relative;
  border-right: 1px solid #d3d3d3;
}
.next-page .left-arrow-box:hover {
  border-radius: 8px 0 0 8px;
}
.next-page .right-arrow-box {
  font-size: 0.93em;
  padding: 2vh;
  display: flex;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
}
.next-page .right-arrow-box .next-title {
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.next-page .right-arrow-box .right-arrow {
  margin-left: 21px;
}
.next-page img {
  width: 13px;
  height: 23px;
}

.more-btn {
  width: 80%;
  font-size: 1em;
  padding: 20px;
  display: block;
  background: #fdd100;
  text-align: center;
  border-radius: 60px;
  margin: 0 auto;
  margin-bottom: 4vh;
}
.more-btn p {
  color: #000;
}

.other-cap {
  font-size: 1em;
  margin-bottom: 1.5vh;
  font-weight: bold;
  margin-top: 0;
}

.area-map img {
  width: 100%;
  height: auto;
}

.pr-banner {
  margin: 5vh 0;
}
.pr-banner .pr-box {
  max-width: 680px;
  max-height: 170px;
  margin: 3vh auto;
  width: 100%;
  list-style: none;
}
.pr-banner .pr-box img {
  width: 100%;
}
.pr-banner a {
  display: block;
}
.pr-banner .bottom {
  margin-bottom: 1vh;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.search-wrap {
  text-align: center;
  margin-top: 2vh;
}
.search-wrap .capt-search {
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-wrap .capt-search h2 {
  font-weight: bold;
  color: #000;
}
.search-wrap .capt-search .fa {
  margin-right: 5px;
  font-size: 16px;
}
.search-wrap .keyword-search {
  background-color: #fff;
  border-radius: 12px;
  font-size: 0.8em;
  justify-content: center;
  text-decoration: none;
  margin-top: 1vh;
  padding: 1.3vh 1vh;
  word-break: normal;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.search-wrap .keyword-search .keyword {
  border-bottom: none;
  margin-right: 9px;
  word-break: break-all;
  display: block;
  word-break: normal;
  line-height: 1.6;
  font-size: 14px;
  color: #000;
  font-weight: normal;
  border: 1px solid #cdcdcd;
  padding: 0.5vh 1vh;
  border-radius: 5px;
  margin-bottom: 6px;
}
.search-wrap .no-search {
  font-size: 1em;
  font-weight: bold;
  margin-top: 5vh;
  color: #000;
}

.capt-other {
  margin: 1.5vh 0;
  margin-bottom: 2.4em;
}
.capt-other h1 {
  font-weight: bold;
  text-align: center;
  position: relative;
}
.capt-other h1:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 40px;
  height: 3px;
  transform: translateX(-50%);
  background-color: #f7d247;
}

.sect-contact {
  background-color: #fff;
  padding: 2vh;
}
.sect-contact ul li h3 {
  font-size: 0.8em;
  margin-bottom: 0.4em;
  display: flex;
  align-items: center;
}
.sect-contact ul li h3 span {
  color: #de4e4e;
  border: solid 1.5px #de4e4e;
  padding: 0 4px;
  border-radius: 3px;
  margin-left: 1vh;
  font-size: 0.8em;
  padding: 2px 4px 0px 4px;
}
.sect-contact ul li .select-box {
  position: relative;
}
.sect-contact ul li .select-box .cp_ipselect {
  display: block;
  width: 90%;
  height: 100%;
}
.sect-contact ul li .select-box .cp_ipselect ul {
  list-style: none;
  padding: 0;
}
.sect-contact ul li .select-box .cp_ipselect input {
  color: inherit;
  font: inherit;
  margin: 0;
  background: transparent;
  outline: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: none;
}
.sect-contact ul li .select-box .cp_sl08 {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: white;
  box-shadow: 0 2px 0 white;
  border-radius: 2px;
}
.sect-contact ul li .select-box .cp_sl08_expand {
  width: 0;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.sect-contact ul li .select-box .cp_sl08_expand::after {
  position: absolute;
  top: 1.2em;
  right: 0.5em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  pointer-events: none;
  border-top: 6px solid rgba(0, 0, 0, 0.3);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  transform: translate(-50%, -50%) rotate(0deg) scaleY(1.75);
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  z-index: 2;
  opacity: 0.6;
}
.sect-contact ul li .select-box .cp_sl08_expand:hover::after {
  opacity: 1;
}
.sect-contact ul li .select-box .cp_sl08_expand:checked::after {
  transform: translate(-50%, -50%) rotate(180deg) scaleX(-1) scaleY(1.75);
}
.sect-contact ul li .select-box .cp_sl08_expandLabel {
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.sect-contact ul li .select-box .cp_sl08_close {
  display: none;
}
.sect-contact ul li .select-box .cp_sl08_closeLabel {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.sect-contact ul li .select-box .cp_sl08_items {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #da3c41;
  border-radius: 2px;
  padding-top: 40px;
}
.sect-contact ul li .select-box .cp_sl08_input {
  display: none;
}
.sect-contact ul li .select-box .cp_sl08_label {
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  display: block;
  height: 0;
  line-height: 40px;
  overflow: hidden;
  color: #3e3e3e;
  background-color: #ffffff;
  cursor: pointer;
  padding-left: 20px;
}
.sect-contact ul li .select-box .cp_sl08_placeholder {
  height: 40px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-color: transparent;
}
.sect-contact ul li .select-box .cp_sl08_expand:checked + .cp_sl08_closeLabel {
  display: block;
}
.sect-contact ul li .select-box .cp_sl08_expand:checked + .cp_sl08_closeLabel + .cp_sl08_options .cp_sl08_label {
  height: 40px;
}
.sect-contact ul li .select-box .cp_sl08_expand:checked + .cp_sl08_closeLabel + .cp_sl08_options .cp_sl08_label:hover {
  background-color: #f7f7f7;
}
.sect-contact ul li .select-box .cp_sl08_expand:checked + .cp_sl08_closeLabel + .cp_sl08_options + .cp_sl08_expandLabel {
  display: none;
}
.sect-contact ul li .select-box .cp_sl08_input:checked + .cp_sl08_label {
  height: 40px;
  margin-top: -40px;
}

.Form {
  max-width: 1024px;
  background-color: #fff;
  padding: 3vh;
  margin: 0 2vh 4vh 2vh;
}
.Form .Form-text {
  margin-bottom: 1em;
  text-align: center;
}
.Form .message {
  display: flex;
  justify-content: center;
}
.Form .btn-top {
  display: block;
  background: #fdd000;
  color: #000;
  padding: 1em;
  width: 270px;
  margin: auto;
  text-align: center;
  border-radius: 38px;
  margin-top: 4vh;
  letter-spacing: 0.05em;
}
.Form .Form-Item {
  padding-bottom: 26px;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  align-items: center;
  max-width: 480px;
  margin: auto;
}
.Form .Form-Item li {
  list-style: none;
  width: 100%;
  margin-bottom: 24px;
}
.Form .Form-Item .select-wrap {
  position: relative;
  width: 280px;
}
.Form .Form-Item .select-wrap:after {
  content: "";
  border: 0;
  border-bottom: solid 2px #616161;
  border-right: solid 2px #616161;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 43%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.Form .Form-Item .hide:after {
  display: none;
}
.Form .Form-Item .Form-Item-Label {
  margin-bottom: 9px;
  width: 100%;
  letter-spacing: 0.05em;
  font-weight: bold;
  max-width: inherit;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.Form .Form-Item .Form-Item-Label .Form-Item-Label-Required {
  margin-left: 8px;
  display: inline-block;
  text-align: center;
  color: #de4e4e;
  border-radius: 4px;
  width: 32px;
  font-size: 10px;
  border: 1px solid;
  padding: 2px 4px;
}
.Form .Form-Item .Form-Item-Label.isMsg {
  margin-bottom: 9px;
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  width: 100%;
  height: 40px;
  flex: inherit;
  font-size: 15px;
  padding: 0 1em;
  position: relative;
}

.Form-Item-Textarea {
  border: 1.6px solid #777;
  border-radius: 2px;
  height: 200px;
  width: 100%;
  flex: inherit;
  font-size: 1em;
  padding: 0.8em;
}

input[type=submit]:hover {
  opacity: 0.7;
}

.no-sub {
  max-width: 1024px;
  display: block;
  margin-top: 3vh;
  margin: auto;
}

.bnr-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.bnr-icon .bnr-icon-img {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  width: 16px;
  height: 16px;
  padding: 3px;
}
.bnr-icon .icon-left {
  left: 0;
}
.bnr-icon .bnr-text {
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  width: 37px;
  height: 15px;
  color: #3f3f3f;
  font-size: 10px;
  font-weight: normal;
  padding-left: 3px;
  z-index: 1;
  display: block; /* 初期値として表示状態にする */
}
.bnr-icon .bnr-text::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 2px;
  background: url(../images/ico_external_link.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  z-index: 2;
}
.bnr-icon .hide {
  display: none; /* 非表示状態 */
}/*# sourceMappingURL=common.css.map */