@charset "utf-8";
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse; width:100%;}
fieldset,img{border:0; vertical-align:top;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;-webkit-appearance: none;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
del,ins{text-decoration:none;}
section{display:block;}
figure,figcaption{margin:0; padding:0;}
main {display:block;padding:0;margin:0;position: relative;z-index: 2;}
small {font-size: 100%;}
.cf:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size: 0.1em;}
.cf	{display:inline-block;zoom:1;}
ul.col {
	letter-spacing:-0.5em;
}
ul.col li {
	display:inline-block;
	vertical-align:top;
	letter-spacing:0.01em;
}
/* \*/
* html .cf	{height:1%;}
.cf	{display:block;}
/* */
a:link,a:visited {
    backface-visibility:hidden;
-webkit-backface-visibility: hidden;  
	
	text-decoration:none;
	color:var(--c-base);
}
a:hover {
    outline:none;
}
a:focus, *:focus { outline:none; }
img {
	max-width: 100%;
    height: auto;
}
:root {
    --font-en2: "Roboto Condensed", sans-serif;
    --font-en: "Bungee", sans-serif;
    --color-base:#212932;
    --color-blue:#9fc1c6;
    --color-blue2:#56b3c1;
    --color-line:#c7d1d3;
    --color-gray:#dee5e7;
}

/*----------------common----------------*/

body {
  font-family: var(--font-en2);
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.04em;
  color: var(--color-base);
  word-wrap: break-word;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  background-color: #f1f5f6;
}
.header {
    padding-top: 40px;
    padding-bottom: 40px;
}
.header__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:50px;
}
.header__logo li a {
    display: block;
}
.header__logo img {
    vertical-align: middle;
}
.header__logo-crc img {
    width: calc(526px / 2);
}
.header__logo-hr img {
    width: calc(520px / 2);
}
.main__visual {
    height: 800px;
    position: relative;
    overflow: hidden;
    margin-left: 60px;
    margin-right: 60px;
    border-radius: 10px;
    background-color: var(--color-base);
}
.main__visual video {
  position: absolute;
  inset: 0;           /* top/right/bottom/left: 0 の略 */
  width: 100%;
  height: 100%;
  object-fit: cover;  /* 歪ませずに全面をカバー */
  object-position: center; /* 中央配置 */
    opacity: 0.95;
}
.main__visual h1 {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content:center;
    align-items: center;
}
.main__visual img {
    width: 515px;
}
.main__visual-slide {
    font-family: var(--font-en);
    font-size: 110px;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: -20px;
    color: var(--color-gray);;
    line-height: 1;
}
.main__visual-slide ul {
    gap:50px;
    display: flex;
    white-space: nowrap;
}
.lead {
    padding-top: 100px;
    padding-bottom: 150px;
    position: relative;
    background-image: url("../images/bg_border4.png");
    background-size: 100% 90px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.lead__comment {
    position: absolute;
  z-index: 3;
  right: 50%;
  top: 180px;
  margin-right: -505px;
}
.lead__comment img {
    width:calc(401px / 2);

}
.lead__icon li {
    position: absolute;
    z-index: 1;
}
.lead__icon li:nth-child(1) {
    top: 50px;
    right: 50%;
    margin-right: -515px;
}
.lead__icon li:nth-child(2) {
    top: 200px;
    left: 50%;
    margin-left: -500px;
}
.lead h2 {
    text-align: center;
    font-weight: 900;
    font-size: 42px;
    font-family: var(--font-jp2);
    line-height: 1.6;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}
.lead__sub-copy {
    text-align: center;
    color: #707479;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.5;
}
.inner {
    max-width: 1080px;
    width: 86%;
    margin: auto;
    z-index: 2;
    position: relative;
    
}
.second-ttl-wrap {
    text-align: center;
    position: relative;
}

.second-ttl {
    font-size: 42px;
    font-weight: 900;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    flex-flow: column;
}
.second-ttl--icon-left:before {
    background-image: url("../images/ttl_icon01.png");
    width: 104px;
    height: 72px;
    content: "";
    position: absolute;
    z-index: 1;
    top: -75px;
    left: 3%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.second-ttl--icon-right:before {
    background-image: url("../images/ttl_icon02.png");
    width: 110px;
    height: 71px;
    content: "";
    position: absolute;
    z-index: 1;
    top: -70px;
    right: -22%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    
}
.second-ttl:after {
    display: block;
    content: attr(data-eng);
    font-family: var(--font-en);
    color: var(--color-blue);
    font-size: 17px;
    margin-top: 10px;
    font-weight: 400;
    display: none;
}
.lead__swiper .swiper-container {
    overflow: hidden;
    position: relative;
    padding-bottom: 100px;
    padding-top: 120px;
}
.lead__item-img img {
    border: #fff 10px solid;
    border-radius: 50%;
    box-sizing: border-box;
    
}
.lead__item {
    text-align: center;
}
.lead__item h3 {
    font-weight: 800;
    font-family: var(--font-jp2);
    font-size: 21px;
    line-height: 1.6;
    margin-top: 35px;
}
.lead__item h3 span {
    color: var(--color-blue2);
}

.lead__swiper .swiper-pagination {
    bottom: 0px !important;
    top: inherit !important;
}
.lead__swiper .swiper-pagination-bullet {
  width: 15px;
    height: 15px;
    margin: 5px !important;
    background: var(--color-base) !important;
}
.lead__swiper .swiper-pagination-bullet-active {
  background: var(--color-base) !important;
}
.lead__swiper .swiper-button-prev,
.lead__swiper .swiper-button-next{
    width: 70px;
    height: 70px;
    border-radius: 5px;
    overflow: hidden;
    top: 50% !important;
    margin-top: -35px !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../images/arrow_prev.png");
    
}
.lead__swiper .swiper-button-prev {
    left: 30px !important;
}
.lead__swiper .swiper-button-next {
    transform: scale(-1, 1);
    right: 30px !important;
}

.course {
    background-color: #fff;
    padding-top: 120px;
    background-image: url("../images/bg_course.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 346px;
}
.course__list {
    overflow: hidden;
    position: relative;
    padding-bottom: 70px;
    padding-top: 70px;
}
.course__list .swiper-pagination {
    bottom: 0px !important;
    top: inherit !important;
}
.course__list .swiper-pagination-bullet {
  width: 15px;
    height: 15px;
    margin: 5px !important;
    background: var(--color-base) !important;
}
.course__list .swiper-pagination-bullet-active {
  background: var(--color-base) !important;
}
.course__list .swiper-button-prev,
.course__list .swiper-button-next{
    width: 70px;
    height: 70px;
    border-radius: 5px;
    overflow: hidden;
    top: 50% !important;
    margin-top: -35px !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../images/arrow_prev.png");
    
}
.course__list .swiper-button-prev {
    left: 30px !important;
}
.course__list .swiper-button-next {
    transform: scale(-1, 1);
    right: 30px !important;
}
.course__loop {
    margin-bottom: 50px;
    overflow: hidden;
}
.course__loop ul {
    display: flex;
}
.course__loop ul li {
    flex-shrink: 0;
}
.course__item {
    background-color: #57b3c2;
    border-radius: 10px;
    padding: 70px;
    padding-top: 130px;
    position: relative;
    box-sizing: border-box;

}
.course__item:nth-child(2) {
    background-color: #626180;
}
.course__item:nth-child(3) {
    background-color: #457b95;
}
.course__item h3 {
    position: absolute;
    left: -20px;
    top: 50px;
    z-index: 2;
    background-color: #fff;
    font-family: var(--font-en);
  color: var(--color-base);
    font-size: 29px;
    display: flex;
    height: 50px;
    width: 150px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: var(--color-blue2) 2px solid;
}
.course__item:nth-child(2) h3 {
    border-color: #626180;
}
.course__item:nth-child(3) h3 {
    border-color: #457b95;
}
.course__item h3:before {
    position: absolute;
    content: '';
    top: calc(100% + 2px);
    left: -1px;
    border-left: none;
    border-top: none;
    border-bottom: 12px solid transparent;
    border-right: 19px solid #CECECE;
    z-index: -2;
}
.course__item dl {
    display: flex;
    color: #fff;
    align-items: flex-start;
    position: relative;
    line-height: 1.7;
    padding-bottom: 10px;
    padding-top: 10px;
}
.course__item dl:nth-child(even) {
    background-color: rgba(255,255,255,0.25);
}

.course__item dl:before {
    width: 1px;
    top: 0px;
    bottom: 0;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    left: 125px;
    content: "";
}
.course__item dt {
    font-family: var(--font-en);
    flex-shrink: 0;
    width: 100px;
    position: relative;
    text-align: right;
    padding-right: 30px;
}
.course__item dt:after {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -4px;
    right: 0;
}
.course__item dd {
    padding-left: 25px;
    position: relative;
    
}
.course__item-inner {
    background-color: #fff;
    color: var(--color-base);
}
.course__loop img {
    width: 350px;
    margin-right: 20px;
    border-radius: 5px;
}
.course__lead {
    text-align: center;
    font-family: var(--font-jp2);
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 80px;
}
.charm {
    padding-top: 100px;
    padding-bottom: 180px;
    background-image: url("../images/bg_border2.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 90px;
    position: relative;
    background-color: var(--color-gray);
}
.charm-icon-pos01 {
    position: absolute;
    z-index: -1;
    left: 70px;
    top: 55px;
}
.charm-icon-pos02 {
    position: absolute;
    z-index: -1;
    right: 50%;
    top: -30px;
    margin-right: -450px;
}
.charm:before {
    background-image: url("../images/bg_visual.png");
    height: 400px;
    background-repeat: no-repeat;
    background-position: center bottom;
    content: "";
    position: absolute;
    top: -400px;
    left: 0;
    right: 0;
    z-index: -1;
    background-size: 100% 400px;
}
.charm h3 {
    text-align: center;
  font-weight: 900;
  font-size: 31px;
  font-family: var(--font-jp2);
  line-height: 1.6;
  margin-bottom: 10px;
}
.charm__sub-copy {
  text-align: center;
  color: #707479;
  font-family: var(--font-jp2);
  font-weight: 700;
  font-size: 19px;
    margin-bottom: 80px;
}
.charm__flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.charm__item {
    width: 310px;
}
.charm__item-inner {
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 30px 20px;
    box-sizing: border-box;
    position: relative;
}
.charm__item__cau {
    font-size: 85%;
    margin-top: 10px;
    line-height: 1.6;
}
.charm__item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    flex-flow: column;
}
.charm__item h4 {
    font-weight: 800;
    font-size: 20px;
    font-family: var(--font-jp2);
    margin-bottom: 15px;
    line-height: 1.5;
}
.charm__sub-flex {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    
}
.charm__sub-flex .charm__item-inner {
    border-radius: 0px !important;
}
.charm__plus {
    display: flex;
    align-items: center;
    padding-left: 2%;
    padding-right: 2%;
}
.charm h2 {
    margin-bottom: 10px;
    line-height: 1.4;
}
.charm__plus img {
    width: 95px;
}

.charm__item-img--wid01 img {
    width: calc(234px / 2);
}
.charm__item-img--wid01 span {
    background-color: var(--color-base);
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.charm__item-img--wid02 img {
    width: calc(162px / 2);
}
.charm__item-txt {
    font-weight: 700;
    font-size: 17px;
    line-height: 1.4;
    margin-top: 20px;
    
}
.charm__example {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px ;
    display: flex;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
}
.charm__example h5 {
    font-family: var(--font-jp2);
    font-weight: 800;
    font-size: 20px;
    line-height: 1.5;
    flex-shrink: 0;
    width: 250px;
    text-align: center;
}
.charm__item--target .charm__item-inner{
    background-color: var(--color-blue);
    color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.charm__item-copy {
    font-size: 15px;
    margin-bottom: 20px;
}
.charm__item-copy span {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.charm__item-copy span:before {
    position: absolute;
    width: 2px;
    height: 25px;
    content: "";
    background-color: #fff;
    z-index: 1;
    transform: rotate(-30deg);
    left: 0;
}
.charm__item-copy span:after {
    position: absolute;
    width: 2px;
    height: 25px;
    content: "";
    background-color: #fff;
    z-index: 1;
    transform: rotate(30deg);
    right: 0;
}
.charm__item--target ul li:not(:last-child) {
    margin-bottom: 10px;
}
.charm__item--target ul li span {
    background-color: #fff;
    display: flex;
    height: 55px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background-image: url("../images/arrow.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    cursor: pointer;
    padding-left: 5%;
    padding-right: 50px;
}
.charm__item--target ul li span:hover {
    opacity: 0.8;
}
.charm__item--target ul li span img {
    width: 100%;
}
.charm__item--target h4 {
  margin-bottom: 10px;
}
.com-btn a {
    background-color: var(--color-base);
    color: #fff;
    font-weight: 700;
    border-radius: 40px;
    display: flex;
    height: 65px;
    width: 350px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    background-image: url("../images/btn_arrow.png");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: right 25px center;
    margin: auto;
}
.com-btn a:hover {
    opacity: 0.8;
}
.charm__example tr:nth-child(1) th {
    border-bottom: var(--color-base) 1px solid;
}
.charm__example tr:nth-child(1) th img {
    width: calc(82px / 2);
}
.charm__example tr:nth-child(2) th img {
    width: calc(174px / 2);
}
.charm__example tr:nth-child(1) td {
    border-bottom: var(--color-base) 1px solid;   
}
.charm__example table {
    margin-right: 30px;
}
.charm__example th {
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
    padding-left: 50px;
}
.charm__example th img {
    vertical-align: middle;
    padding-bottom: 5px;
    margin-left: 30px;
}
.charm__example td {
    padding: 10px;
    text-align: right;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
}
.charm__example td span {
    font-size: 33px;
    font-family: var(--font-jp2);
    font-weight: 800;
    margin-left: 3px;
    margin-right: 3px;
}
.fancybox__backdrop {
    background-color: rgba(33,41,50,0.80) !important;
}
.modal__item {
    background-color: #fff !important;
    border-radius: 10px !important;
    max-width: 1130px !important ;
    width: 86%;
    text-align: center;
    padding: 80px !important;
    box-sizing: border-box !important;
    display: none;
}
.modal__item .com-btn {
    margin-top: 50px;
}
.modal__item .com-btn a {
    background-image: url("../images/icon_blank.svg");
    background-size: 14px;
}
.modal__item h2 {
  margin-bottom: 40px;
}
.modal__cau {
    margin-bottom: 50px;
}
.f-button.is-close-btn {
  width: 70px;
    height: 70px;
    background-color: var(--color-base);
    border-radius: 50%;
    opacity: 1 !important;
    top: -35px !important;
    right: -35px !important;
}
.f-button.is-close-btn:hover {
    opacity: 1 !important;
    background-color: var(--color-blue) !important;
}
.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 70px !important ;
    padding-bottom: 70px !important;
    
}
.modal__list {
    display: flex;
    gap:30px;
    flex-wrap: wrap;
}
.modal__list-blk {
    width: calc((100% - 60px) / 3);
}
.modal__list-blk h3 {
    font-weight: 700;
    font-size: 17px;
    margin-top: 15px;
  line-height: 1.6;
}
.modal__list-blk-img img {
    border-radius: 10px;
}
.features {
    background-color: var(--color-gray);
    padding-top: 100px;
    background-image: url("../images/bg_border2.png");
    background-size: 100% 90px;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 180px;
}
.features__anchor {
    display: flex;
    align-items: center;
    border-top: var(--color-base) 1px solid;
    border-bottom: var(--color-base) 1px solid;
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 920px;
    margin-inline:auto;
    margin-bottom: 80px;
}
.features__anchor dt {
    font-size: 20px;
    font-weight: 800;
    font-family: var(--font-jp2);
    flex-shrink: 0;
    width: 180px;
    text-align: center;
}
.features__anchor dd {
    border-left: var(--color-base) 1px solid;
    line-height: 1.8;
    padding-left: 30px;
}
.features__anchor li:not(:last-child) {
    margin-bottom: 5px;
}
.features__maps {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}
.features__anchor li a {
    font-size: 15px;
    position: relative;
    padding-left: 55px;
    background-image: url("../images/arrow_anchor.png");
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: left 11px;
    display: inline-block;
}
.features__powderbelt {
    text-align: center;
    margin-bottom: 50px;
}
.features__powderbelt img {
    width: 290px;
}
.features__anchor li a:hover {
    text-decoration: underline;
}
.features__anchor li a:before {
    content: attr(data-num);
    font-family: var(--font-en);
  color: var(--color-blue);
    position: absolute;
    line-height: 1;
    left: 20px;
    top: 6px;
    font-size: 18px;
}
.features__wrap {
    background-color: #fff;
    border-radius: 10px;
}
.features__item h3 {
    text-align: center;
    font-weight: 900;
    font-size: 27px;
    font-family: var(--font-jp2);
    line-height: 1.7;
    margin-bottom: 60px;
}
.features__item h3 span {
    font-family: var(--font-en);
  color: var(--color-blue);
    display: block;
    font-weight: 400;
}
.features__inner {
    padding: 80px 100px;
}
.txt-link:link,
.txt-link:visited{
    color: var(--color-blue2);
    text-decoration: underline;
}
.txt-link:hover{
    text-decoration: none;
}








.features__photo-col {
    display: flex;
    
}
.features__photo-col li {
    flex: 1;
}
.features__ski-link {
    padding: 40px;
    background-color: var(--color-base);
    border-radius: 10px;
    margin-top: -35px;
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
}
.features__ski-link h4 {
    font-weight: 700;
    font-family: var(--font-jp2);
    font-size:19px;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
}
.features__ski-link ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:5px 25px;
}
.features__ski-link li a {
    font-size: 15px;
    font-weight: 700;
    background-image: url("../images/icon_blank.svg");
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 22px;
    text-decoration: underline;
    color: #fff;
}
.features__ski-link li a:hover {
    text-decoration: none;
}
.features__photo {
    margin-top: 80px;
}
.features__photo img {
    border-radius: 10px;
}











.outline {
    padding-top: 100px;
    background-image: url("../images/bg_border2.png");
    background-size: 100% 90px;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 180px;
    background-color: var(--color-gray);
}
.outline table {
    border-top: var(--color-base) 1px solid;
    line-height: 1.9;
}
.outline table th {
    border-bottom: var(--color-base) 1px solid;
    padding: 20px;
    font-weight: 700;
    width: 160px;
}
.outline table th.wid {
    width: 230px;
}
.outline table td {
    border-bottom: var(--color-base) 1px solid;
    padding: 20px;
}
.outline table td li {
    position: relative;
    padding-left: 15px;
}
.outline table td li:before {
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 12px;
    border-radius: 50%;
    background-color:  var(--color-base);
    
}
.outline table td li span {
    color: var(--color-blue2);
    text-decoration: underline;
    background-image: url("../images/arrow.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
    cursor: pointer;
}
.outline table td li span:hover {
    text-decoration: none;
}
.outline table td .cau {
    color: #e93100;
    margin-top: 5px;
}
.outline table td.outline__price {
    padding-right: 0 !important;
}
.outline .charm__example {
    background-color: transparent;
    margin-top: 0px;
  margin-bottom: 0px;
    padding: 0;
}
.outline .charm__example h5 {
  font-size: 16px;
  width: 190px;
  text-align: left;
    font-family: var(--font-jp);
}
.outline .charm__example table {
  border-top: none;
  line-height: 1.9;
    margin-right: 0;
}
.outline .charm__example table th {
    font-size: 16px;
}
.outline .charm__example table td {
    font-size: 16px;
    text-align: left;
}
.outline .charm__example table td span {
    font-size: 27px;
}
.outline .charm__example table tr:first-child th{
    padding-top: 0;
}
.outline .charm__example table tr:first-child td{
    padding-top: 0;
}
.outline .charm__example table tr:last-child th{
  border-bottom: none;
    padding-bottom: 0;
}
.outline .charm__example table tr:last-child td{
  border-bottom: none;
    padding-bottom: 0;
}
.simulation {
    padding-top: 100px;
    background-image: url("../images/bg_border1.png");
    background-size: 100% 90px;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 180px;
}
.simulation__lead {
    margin-bottom: 60px;
    text-align: center;
    
}
.simulation__wrap {
    max-width: 980px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    padding: 50px;
    margin: auto;
}
.simulation__wrap table {
border-collapse: separate;
border-spacing: 20px;
    margin: -20px;
}
.simulation__wrap table th {
    background-color: var(--color-blue);
    color: #fff;
    font-weight: 700;
    width: 180px;
    text-align: center;
    height: 45px;
}
.simulation__wrap table td {

}
.simulation__wrap table td select {
    padding: 10px;
    height: 45px;
    box-sizing: border-box;
    background-color: #ebebe6;
    border: none;
    width: 170px;
    flex-shrink: 0;
    border-radius: 3px;
    background-image: url("../images/arrow_anchor.png");
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: right 15px center;
}
.simulation__error {
    color: #e93100;
    border:#e93100 1px solid;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    line-height: 1.8;
    margin-top: 25px;
}
.simulation__price {
    font-weight: 700;
    font-size: 35px;
    text-align: right;
    border-top: var(--color-base) 1px solid;
    line-height: 1.3;
    padding-top: 10px;
    margin-top: 25px;
}
.simulation__price span {
    font-size: 55%;
    margin-right: 5px;
}
.simulation__flex {
    display: flex;
    align-items: center;
    gap:20px;
}
.simulation__flex p {
    font-size: 14px;
    line-height: 1.5;
}
.input-txt {
    height: 45px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #ebebe6;
  border: none;
    width: 300px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.input-txt:focus {
    background-color: #D7D7CD;
}
.icon-calendar {
    background-image: url("../images/icon_calendar.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left 15px center;
    padding-left: 50px;
}
.caravan {
    padding-top: 100px;
    background-image: url("../images/bg_border1.png");
  background-size: 100% 90px;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 180px;
}
.caravan__lead {
    margin-bottom: 60px;
    text-align: center;
    
}

.caravan__item {
    background-color: #fff;
    padding: 30px;
    display: flex;
    border-radius: 10px;
    
    
}
.caravan__item:not(:last-child) {
    margin-bottom: 40px;
}
.caravan__item-slide {
    width: 46%;
    flex-shrink: 0;
}
.caravan__item-txt h3 {
    font-weight: 900;
    font-size: 23px;
    margin-bottom: 20px;
}
.caravan__item-txt {
    line-height: 1.6;
    padding-left: 25px;
}
.caravan__item-txt table {
    border-top: var(--color-line) 1px solid;
    font-size: 15px;
}
.caravan__item-txt table th {
    border-bottom: var(--color-line) 1px solid;
    font-weight: 700;
    vertical-align: top;
    padding: 15px;
    width: 130px;
}
.caravan__item-txt table td {
    border-bottom: var(--color-line) 1px solid;
    padding: 15px;
}

.caravan__item-swiper {
    position: relative;
}
.caravan__item-swiper .swiper-pagination-bullet {
  background-color: #fff;
    width: 12px;
    height: 12px;
    opacity: 1 !important;
}
.caravan__item-swiper .swiper-pagination-bullet-active {
    background-color: var(--color-blue2);
    
}
.caravan__item-swiper .swiper-button-next,
.caravan__item-swiper .swiper-button-prev{
    width: 40px;
  height: 40px;
  border-radius: 5px;
  overflow: hidden;
  top: 50% !important;
  margin-top: -20px !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../images/arrow_prev.png");
    opacity: 0.75;
    
}
.caravan__item-swiper .swiper-button-prev {
    left: 0px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.caravan__item-swiper .swiper-button-next {
transform: scale(-1, 1);
    right: 0px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.reservation {
    background-color: var(--color-gray);
    padding-top: 100px;
    padding-bottom: 140px;
}
.reservation__wrap {
    background-color: #fff;
    border-radius: 10px;
    padding: 80px;
}
.reservation__lead {
    text-align: center;
    margin-bottom: 40px;
}




.reservation__flow {
    display: flex;
    gap:25px;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 60px;
}
.reservation__flow li {
    border-bottom: var(--color-base) 2px solid;
    min-width: 140px;
    text-align: center;
    opacity: 0.4;
}
.reservation__flow li.current {
    opacity: 1;
}
.reservation table {
    border-top: var(--color-line) 1px solid;
}
.reservation table th {
    width: 230px;
    font-weight: 700;
    border-bottom: var(--color-line) 1px solid;
    padding: 15px;
    line-height: 1.6;
}
.reservation table th .free {
    background-color: #C8C8C8;
}
.reservation table th dl{
    display: flex;
    align-items: center;
}

.reservation table th dt {
    background-color: var(--color-base);
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    width: 60px;
    flex-shrink: 0;
    text-align: center;
    display: flex;
    height: 22px;
    justify-content:center;
    align-items: center;
    margin-right: 15px;
        
}
.reservation table td {
    border-bottom: var(--color-line) 1px solid;
    padding: 15px;
}
.reservation .input-txt {
    width: 80%;
}
.reservation select {
  padding: 10px;
  height: 45px;
  box-sizing: border-box;
  background-color: #ebebe6;
  border: none;
  width: 100px;
  flex-shrink: 0;
  border-radius: 3px;
    background-image: url("../images/arrow_anchor.png");
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: right 15px center;
}
.reservation table td .years {
    display: flex;
}
.reservation table td .years .input-txt {
    width: 130px;
}
.reservation table td .years span {
    margin-left: 5px;
    margin-right: 5px;
}
.reservation table td .icon-calendar {
    width: 300px;
}
.reservation table td .input-txt--wid {
    width: 300px;
}
.reservation table td .cau {
    font-size: 13px;
    margin-top: 5px;
}
.reservation table td .people {
    display: flex;
    align-items: center;
}
.reservation table td .people:not(:last-child) {
    margin-bottom: 10px;
}
.reservation table td .people dt {
    width: 180px;
    flex-shrink: 0;
}
.reservation table td .people .input-txt {
    width: 110px;
    margin-right: 10px;
}
.reservation table td textarea {
    height: 200px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #ebebe6;
  border: none;
  width: 80%;
  border-radius: 3px;
    -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

}
.reservation table td textarea:focus {
    background-color: #D7D7CD;
}
.reservation__btn {
    display: flex;
    gap:15px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}
.reservation__btn button {
    background-color: var(--color-base);
    color: #fff;
    font-weight: 700;
    font-family: inherit;
    border: none;
    border-radius: 40px;
    display: flex;
    height: 65px;
    width: 350px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
}
.reservation__btn button:hover {
    opacity: 0.8;
}
.reservation__btn button.back {
    background-color: #b7c1c3;
}
.footer {
    position: relative;
}
.footer__contact {
    background-color: var(--color-base);
    background-image: url("../images/bg_foot.png");
    background-size: 100% 90px;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 160px;
    padding-bottom: 100px;
    color: #fff;
    position: relative;
}
.footer__contact-pagetop {
    position: absolute;
    z-index: 1;
    right: 50px;
    bottom: 0;
    writing-mode: vertical-rl;
    font-family: var(--font-en);
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.footer__contact-pagetop:hover {
    opacity: 0.8;
}
.footer__contact-pagetop:after {
    width: 1px;
    height: 40px;
    content: "";
    background-color: #fff;
    display: block;
    margin-top: 15px;
}
.footer__contact h2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 41px;
    margin-bottom: 30px;
    flex-flow: row;
}
.footer__contact h2:after {
    margin-left: 25px;
}
.footer__contact-add {
    margin-bottom: 25px;
}
.footer__contact-add a {
    background-image: url("../images/icon_add.png");
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
}

.footer__contact-add a:hover {
    text-decoration: underline;
}
.footer__contact-tel {
    line-height: 1.2;
    margin-bottom: 5px;
}
.footer__contact-tel a {
    font-size: 24px;
    font-family: var(--font-jp2);
    font-weight: 800;
    background-image: url("../images/icon_tel.png");
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    line-height: 1.1;
}
.footer__contact-mail a {
    font-size: 17px;
    font-family: var(--font-jp2);
    font-weight: 700;
    background-image: url("../images/icon_mail.png");
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    line-height: 1.1;
}
.footer__logo {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #fff;
}
.footer__logo ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.footer__logo ul li a {
    display: block;
}
.footer__logo ul li img {
    vertical-align: middle;
}
.footer__logo-crc img {
    width: calc(526px / 2);
}
.footer__logo-hr img {
  width: calc(520px / 2);
}
.footer__reservation-btn {
    position: fixed;
    z-index: 9;
    width: 150px;
    right: 20px;
    bottom: 20px;
    transition: ease-in-out .2s;
    background-color: #fff;
    overflow: hidden;
    border-radius: 50%;
    border: #fff 2px solid;
    box-sizing: border-box;
}
.footer__reservation-btn.is-footer {
    position: absolute;
    bottom: inherit;
    top: -130px;
}
.footer__reservation-btn a {
    display: block;
}
.footer__reservation-btn a:hover img {
    opacity: 0.8;
}
br.sp-only {
        display: none;
    }

.more-info:hover {
    text-decoration: underline;
}

@media screen and (max-width:980px){
html {
    font-size: calc(100vw / 37.5);
  }
    body {
        font-size: 1.4rem;
        line-height: 2;
    }
    br.sp-only {
        display: inherit;
    }
    br.sp-none {
        display: none;
    }
.header__logo-crc img {
  width: calc(52.6rem * 0.25);
}
.header__logo-hr img {
  width: calc(52rem * 0.25);
}

.header {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.header__logo {
  gap: 3rem;
}
.main__visual {
  height: 49rem;
  margin-left: 2rem;
  margin-right: 2rem;
  border-radius: 1rem;
}
.main__visual img {
  width: 26rem;
}
.main__visual-slide {
  font-size: 6rem;
  bottom: -1rem;
}
.main__visual-slide ul {
  gap: 3rem;
}
.lead h2 {
  font-size: 2.3rem;
  margin-bottom: 1rem;
    position: relative;
    z-index: 2;
    line-height: 1.4;
}
.lead {
  padding-top: 5rem;
  padding-bottom: 7rem;
    background-size: 100% 3rem;
}
.lead__icon li:nth-child(1) {
  top: 3rem;
  right: 3rem;
  margin-right: 0;
  width: calc(17.5rem * 0.7);
}
.lead__icon li:nth-child(2) {
  top: 19rem;
    left: 3rem;
  margin-left: 0;
    width: calc(10.9rem * 0.7);
}

.second-ttl--icon-right::before {
    width: 9rem;
    height: 5.8rem;
    top: -8rem;
    right: -1rem;
  }
.second-ttl--icon-left::before {
  width: 9rem;
  height: 6.2rem;
  top: -8rem;
  left: 0%;
  margin-left: -2rem;
}
.lead__sub-copy {
  font-size: 1.5rem;
    line-height: 1.5;
    position: relative;
    z-index: 2;
    padding-left: 6%;
    padding-right: 6%;
}
.lead__swiper .swiper-container {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.lead__item-img img {
    border-width: 0.6rem;
}
.lead__item h3 {
  font-size: 1.6rem;
  margin-top: 2rem;
}
.lead__swiper .swiper-button-prev, .lead__swiper .swiper-button-next {
  width: 5rem;
  height: 5rem;
  border-radius: 0.5rem;
  margin-top: -2.5rem !important;
}
.lead__swiper .swiper-button-prev {
  left: 2rem !important;
}
.lead__swiper .swiper-button-next {
  right: 2rem !important;
}
.lead__swiper .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
}
.lead__comment {
    right: 2rem;
    top: 20rem;
    margin-right: 0;
    width: 12rem;
  }
.course {
  padding-top: 5rem;
    background-size: 140rem 30rem;
}

.second-ttl {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.second-ttl::after {
  font-size: 1.3rem;
  margin-top: 1rem;
}
.course__lead {
  font-size: 1.6rem;
  margin-bottom: 4rem;
    line-height: 1.6;
}
.course__loop img {
  width: 15rem;
  margin-right: 1rem;
  border-radius: 0.5rem;
}
.course__item {
  border-radius: 1rem;
  padding: 1.5rem;
  padding-top: 7rem;
}
.course__item dl {
  display: block;
    padding: 1rem;
    
}
.course__item dl::before {
  display: none;
}
.course__item dt {
  width: auto;
  text-align: left;
  padding-right: 0px;
    font-size: 1.3rem;
}
.course__item dt::after {
  display: none;
}
.course__item dd {
  padding-left: 0px;
    font-size: 1.3rem;
}
.course__item h3 {
  top: 1.5rem;
  font-size: 1.8rem;
  height: 3rem;
  width: 10rem;
  border-radius: 0.5rem;
}
.course__list .swiper-button-prev, .course__list .swiper-button-next {
  width: 4rem;
  height: 4rem;
  border-radius: 0.5rem;
  top: 0 !important;
  margin-top: 0 !important;
}
.course__list .swiper-button-next {
  right: 2rem !important;
}
.course__list .swiper-button-prev {
  left: inherit !important;
    right:7rem !important; 
}
.course__loop {
  margin-bottom: 3rem;
}
.course__list .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
}
.charm {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-size: 100% 3rem;
}
.charm::before {
  height: 25rem;
  top: -25rem;
  background-size: 100% 100%;
}
.charm .second-ttl--icon-left::before {
    top: -7rem;
    left: -9rem;
    margin-left: 0rem;
  }
.charm-icon-pos01 {
  left: -1rem;
  top: 6rem;
  width: calc(17.5rem * 0.7);
}
.charm-icon-pos02 {
  right: 0rem;
  top: -2rem;
  margin-right: 0;
  width: calc(10.9rem * 0.7);
}
.charm h2 {
    margin-bottom: 0;
    line-height: 1.3;
}
.charm h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.charm__sub-copy{
    font-size: 1.5rem;
    line-height: 1.7;
    margin-bottom: 4rem;
  }
.charm__flex {
  display: block;
}
.charm__sub-flex {
  display: block;
}
.charm__item h4 {
  font-size: 1.7rem;
  margin-bottom: 2rem;
}
.charm__item-img--wid01 img {
  width: calc(23.4rem * 0.5);
}
.charm__item-img--wid01 span {
  font-size: 1.3rem;
  max-width: 13.5rem;
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.charm__item-txt {
  font-size: 1.6rem;
  margin-top: 1.5rem;
}
.charm__item {
  width:auto;
}
.charm__item__cau {
  font-size: 90%;
  margin-top: 1rem;
}
.charm__item .charm__item-inner{
  width:auto;
  border-radius: 1rem;
  text-align: center;
  padding: 3rem 2rem;
}
.charm__item-img {
  height: auto;
}
.charm__plus {
    padding-top: 2rem;
    padding-bottom: 2rem;
  justify-content: center;
}
    .charm__plus img {
        width: 5rem;
    }
.charm__item--target h4 {
  margin-bottom: 1rem;
}
.charm__item-copy span {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.charm__item-copy span::before {
  width: 0.2rem;
  height: 2.5rem;
}
.charm__item-copy span::after {
  width: 0.2rem;
  height: 2.5rem;
}
.charm__item--target ul li span img {
  width: 17rem;
}
.charm__item--target ul li span {
  height: 5.5rem;
  border-radius: 40rem;
  background-size: 2rem;
  background-position: right 2rem center;
    padding: 0;
}
.charm__example {
  border-radius: 1rem;
  padding: 2.5rem 1.5rem;
  display: block;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.charm__example h5 {
  font-size: 1.7rem;
  width: auto;
    margin-bottom: 2rem;
}
.charm__example th {
  display: block;
    width: auto;
    border-bottom: none;
    padding: 0;
    font-size: 1.5rem;
    text-align: center;
}
.charm__example td {
  display: block;
    padding: 0;
    font-size: 1.5rem;
    width: auto;
    text-align: center;
}
.charm__example tr:nth-child(1) th {
  border-bottom: none;
}
.charm__example tr:nth-child(1) th img {
  width: calc(8.2rem * 0.4);
}
    .charm__example tr:nth-child(1) td {
        padding-bottom: 2rem;
        margin-bottom: 2rem;
        
    }
.charm__example tr:nth-child(2) th img {
  width: calc(17.4rem * 0.4);
}
.charm__example th img {
  padding-bottom: 0.5rem;
  margin-left: 1rem;
}
.charm__example td span {
  font-size: 2.6rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.com-btn a {
  border-radius: 4rem;
  height: 6rem;
    width: auto;
  background-size: 1.2rem;
  background-position: right 2rem center;
}
.features {
  padding-top: 5rem;
  background-size: 100% 3rem;
  padding-bottom: 7rem;
}
.features__anchor {
  display: block;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 4rem;
}
.features__anchor dt {
  font-size: 1.5rem;
  width: auto;
    margin-bottom: 1rem;
}
.features__inner {
  padding: 4rem 2rem 4rem 2rem;
}
.features__inner--pad {
    padding-bottom: 2rem;
}
.features__item h3 {
  font-size: 1.7rem;
  margin-bottom: 2rem;
    line-height: 1.5;
}
.features__anchor dd {
  border-left: none;
  padding-left: 0px;
}
.features__anchor li a {
  font-size: 1.3rem;
  padding-left: 4rem;
  background-size: 1rem;
  background-position: left 1rem;
}
.features__anchor li a::before {
  left: 1.5rem;
  top: 0.5rem;
  font-size: 1.4rem;
}
.features__ski-link {
  padding: 2rem;
  border-radius: 1rem;
  margin-top: -1rem;
  margin-left: 2rem;
  margin-right: 2rem;
    margin-bottom: 2rem;
}
.features__ski-link h4 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
    line-height: 1.5;
}
.features__powderbelt img {
  width: 19rem;
}
.features__ski-link ul {
  display: block;
}
    .features__ski-link li {
        position: relative;
        padding-left: 1.3rem;
    }
    .features__ski-link li:before {
        position: absolute;
        width: 0.6rem;
        height: 0.6rem;
        content: "";
        z-index: 1;
        left: 0;
        top: 50%;
        margin-top: -0.3rem;
        background-color: #fff;
        border-radius: 50%;
    }
.features__powderbelt {
  margin-bottom: 2rem;
}
.features__ski-link li a {
  font-size: 1.3rem;
  background-size: 1rem;
  padding-right: 2rem;
}
.features__photo {
  margin-top: 4rem;
}
.features__photo img {
  border-radius: 1rem;
}
.outline {
  padding-top: 5rem;
  background-size: 100% 3rem;
  padding-bottom: 8rem;
}
.outline table th {
  width: auto;
    display: block;
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.5rem;
}
.outline table td {
  width: auto;
    display: block;
    padding-left: 0rem;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
}
.outline table td li::before {
  width: 0.6rem;
  height: 0.6rem;
  top: 1.1rem;
}
.outline table td li span {
  background-size: 1.8rem;
  padding-right: 2.5rem;
}
.outline .charm__example h5 {
  font-size: 1.4rem;
  width: auto;
}
    .outline .charm__example h5 br {
        display: none;
    }
    .outline .charm__example h5 span {
        margin-left: 2rem;
    }
.outline .charm__example table th {
  font-size: 1.4rem;
    text-align: left;
}
.outline .charm__example table tr:first-child td {
    border-bottom-style: dotted;
}
.outline .charm__example table tr:last-child th {
    padding-top: 0;
}
.outline .charm__example table td span {
  font-size: 2.6rem;
}
.outline .charm__example table td {
  font-size: 1.4rem;
}
.simulation {
  padding-top: 5rem;
  background-size: 100% 3rem;
  padding-bottom: 8rem;
}
.simulation__lead {
  margin-bottom: 4rem;
  text-align: left;
}
.simulation__wrap table th {
  display: block;
    width: auto;
    height: inherit;
    padding: 1rem;
    margin-bottom: 1rem;
}
.simulation__wrap table td {
  display: block;
    width: auto;
}
    .simulation__wrap table tr:not(:last-child) td {
        margin-bottom: 2rem;
    }
.simulation__wrap {
  border-radius: 1rem;
  padding: 2rem;
}
.simulation__error {
  font-size: 1.4rem;
  padding: 1rem;
  margin-top: 2rem;
}
.simulation__price {
  font-size: 2.5rem;
  padding-top: 1rem;
  margin-top: 2rem;
}
.simulation__wrap table {
  border-collapse: collapse;
  margin: 0px;
}

.input-txt {
  height: 4.5rem;
  padding: 1rem;
  width: 100% ;
  border-radius: 0.3rem;
    font-size: 1.6rem;
    box-sizing: border-box !important;
    -webkit-appearance: none;
  appearance: none;
}
.simulation__flex {
  display: block;
}
.simulation__wrap table td select {
  padding: 1rem;
  height: 4.5rem;
  width: 100%;
  border-radius: 0.3rem;
    font-size: 1.6rem;
    background-size: 1rem;
  background-position: right 1.5rem center;
    color: var(--color-base);
    -webkit-appearance: none;
  appearance: none;
}
.simulation__flex p {
  font-size: 1.3rem;
    margin-top: 1rem;
}
.icon-calendar {
  background-size: 1.8rem;
  background-position: left 1.5rem center;
  padding-left: 4rem;
}
.caravan {
  padding-top: 5rem;
  background-size: 100% 3rem;
  padding-bottom: 8rem;
}
.caravan__lead {
  margin-bottom: 4rem;
  text-align: left;
}
.caravan__item {
  padding: 1.5rem;
  display: block;
  border-radius: 1rem;
}
.caravan__item-slide {
  width: 100%;
    margin-bottom: 2rem;
}
.caravan__item-txt {
    padding: 0rem;
}
.caravan__item-txt h3 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.caravan__item-txt table {
  font-size: 1.4rem;
}
.caravan__item-txt table th {
  width: auto;
    border-bottom: none;
    display: block;
    padding: 0;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}
.caravan__item-txt table td {
  width: auto;
    display: block;
    padding: 0;
    padding-bottom: 1.5rem;
}
    .caravan__item-txt table tr:last-child td {
        border-bottom: none;
    }
.caravan__item-swiper .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
}
.caravan__item:not(:last-child) {
  margin-bottom: 2rem;
}
.caravan__item-swiper .swiper-button-next, .caravan__item-swiper .swiper-button-prev {
  width: 3rem;
  height: 3rem;
  border-radius: 0.5;
  top: 50% !important;
  margin-top: -1.5rem !important;
}
    
.reservation {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.reservation__wrap {
  border-radius: 1rem;
  padding: 4rem 2rem;
}
.reservation__lead {
  text-align: left;
  margin-bottom: 3rem;
}
.reservation table th {
  width: 100%;
    display: block;
    border-bottom: none;
    padding: 0;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    padding-right: 0;
    
}
input[type="file"]{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: block;
  font-size: 1.4rem;
}
.reservation table td {
  width: 100%;
    display: block;
    padding: 0;
    padding-bottom: 1.5rem;
    padding-right: 0;
}
.reservation table th dl {
  width: 100%;
}
.reservation table td .input-txt--wid {
  width: 100% !important;
}
.reservation table td .people dt {
  width: 15rem;
}
.reservation table td .people .input-txt {
  width: 8rem !important;
  margin-right: 0.2rem;
}
.reservation table td .years {
  display: block;
}
    .reservation__btn {
        display: block;
        margin-top: 3rem;
    }
    .reservation__btn li:not(:last-child) {
        margin-bottom: 1rem;
    }
.reservation__btn button {
  border-radius: 3rem;
  height: 6rem;
  width: 100%;
  font-size: 1.5rem;
}
.reservation table td textarea {
  height: 20rem;
  padding: 1rem;
  width: 100%;
  border-radius: 0.3rem;
    font-size: 1.6rem;
    -webkit-appearance: none;
  appearance: none;
}
.reservation__flow {
  gap: 2rem;
  margin-bottom: 5rem;
}
.reservation__flow li {
  min-width: inherit;
}
.reservation .input-txt {
  width: 100%;
}
    .reservation table {
        width: 100%;
        border-collapse: inherit !important;
    }
.reservation table td .icon-calendar {
  width: 100%;
}
.reservation table th dt {
  font-size: 1.1rem;
  border-radius: 0.3rem;
  width: 4rem;
  height: 2rem;
  margin-right: 1rem;
}
    .reservation table td .years li:not(:last-child) {
        margin-bottom: 1rem;
    }
.reservation table td .years .input-txt {
  width: 14rem;
}
.reservation select {
  padding:1rem;
  height: 4.5rem;
  width: 14rem;
  border-radius: 0.3rem;
    background-size: 1rem;
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
    color: var(--color-base);
    -webkit-appearance: none;
  appearance: none;
}
.reservation table td .cau {
  font-size: 1.1rem;
  margin-top: 1.5rem;
  line-height: 1.5;
}
.footer__contact {
  background-size: 100% 3rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.footer__contact h2 {
  display: block;
  font-size: 2rem;
  margin-bottom: 3rem;
}
.footer__contact h2::after {
  margin-left: 0;
}
.footer__contact-add {
  margin-bottom: 2rem;
}
.footer__contact-add a {
  background-size: 1rem;
  padding-right: 2rem;
}
.footer__contact-tel a {
  font-size: 2.2rem;
  background-size: 1.8rem;
  padding-left: 3rem;
}
.footer__contact-mail a {
  font-size: 1.5rem;
  background-size: 1.8rem;
  padding-left: 3rem;

}
.footer__logo-crc img {
  width: calc(52.6rem * 0.3);
}
.footer__logo-hr img {
  width: calc(52rem * 0.3);
}
.footer__logo ul {
  gap: 3rem;
}
.footer__contact-pagetop {
  right: 2rem;
  font-size: 1.5rem;
}
.footer__contact-pagetop::after {
  height: 3rem;
  margin-top: 1.5rem;
}
    
    
.modal__item {
  border-radius: 1rem !important;
  padding: 4rem 2rem !important;
}
.modal__item h2 {
  margin-bottom: 2rem;
}
    .modal__cau {
        margin-bottom: 3rem;
    }
.modal__item h2 img {
    width: 20rem;
  }
.modal__list {
  gap: 2rem 1.5rem;
}
.modal__list-blk {
  width: calc((100% - 1.5rem) / 2);
}
.modal__list-blk-img img {
  border-radius: 0.5rem;
}
.modal__list-blk h3 {
  font-size: 1.3rem;
  margin-top: 1rem;
  line-height: 1.5;
}
.modal__item .com-btn a {
  background-size: 1.3rem;
}
.f-button.is-close-btn {
  width: 5rem;
  height: 5rem;
  top: -2.5rem !important;
  right: -2rem !important;
}
.modal__item .com-btn {
  margin-top: 4rem;
}
.fancybox__slide {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.footer__reservation-btn {
  width: 9rem;
  right: 1rem;
  bottom: 1rem;
}
.footer__reservation-btn.is-footer {
  top: -1rem;
}
}










































