@charset "UTF-8";
/* CSS Document */
/*=============================================================
import css
=============================================================*/
@import url("/css/reset.css");

/*
=============================================================
共通
=============================================================
*/
html, body {
margin: 0;
padding: 0;
font-size: var(--font-size-18);
line-height: 1.8em;
}
html { 
scroll-behavior: smooth;
}
body {
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-style: normal;
margin: 0;
color: #333;
}
img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
p {
color: #000;
line-height: 1.8em;
font-size: clamp(0.875rem, 0.813rem + 0.31vw, 1.125rem);/*18-14*/
}
a {
  transition: 0.3s;
}
#container {
min-height: 100%;
display: flex;
flex-direction: column;
overflow: hidden;
}

.inner {
width: 80%;
margin: 0 auto;
}
@media screen and (min-width:1024px) {
.pchd {
display: none;
}
#header .openbtn {
display: none;
}
#footerbtn {
display: none;
}
a[href^="tel:"] {
    pointer-events: none;
}
}
@media screen and (min-width:1025px) {
.inner {
max-width: 90%;
}
}

/*
=============================================================
フォントサイズ
=============================================================
*/
:root {
 --font-size-12: clamp(0.625rem, calc(0.625rem + 0.00977vw), 0.75rem);/* 10→12px */
--font-size-14: clamp(0.75rem, calc(0.75rem + 0.1786vw), 0.875rem); /* 12→14px */
--font-size-15: clamp(0.8125rem, calc(0.8125rem + 0.1786vw), 0.9375rem); /* 13→15px */
--font-size-18: clamp(0.875rem, calc(0.875rem + 0.2976vw), 1.125rem);/* 14→18px */
--font-size-20: clamp(1.0625rem, calc(1.0625rem + 0.01465vw), 1.25rem);/* 17→20px */
--font-size-22: clamp(1rem, calc(1rem + 0.4464vw), 1.375rem);/* 16→22px */
--font-size-24: clamp(1.125rem, calc(1.125rem + 0.0293vw), 1.5rem);/* 18→24px */
--font-size-26: clamp(1.1875rem, calc(1.1875rem + 0.0342vw), 1.625rem);/* 19→26px */
--font-size-28: clamp(1.25rem, calc(1.25rem + 0.5357vw), 1.75rem); /* 20→28px */
--font-size-32: clamp(1.375rem, calc(1.375rem + 0.0488vw), 2rem); /* 22→32px */
--font-size-36: clamp(1.5rem, calc(1.5rem + 0.6696vw), 2.25rem); /* 24→36px */
--font-size-40: clamp(1.75rem, calc(1.75rem + 0.0586vw), 2.5rem);/* 28→40px */
--font-size-42: clamp(1.875rem, calc(1.875rem + 0.0586vw), 2.625rem);/* 30→42px */
--font-size-48: clamp(2rem, calc(2rem + 0.8929vw), 3rem); /* 32→48px */
--font-size-52: clamp(2.25rem, calc(2.25rem + 0.0781vw), 3.25rem);/* 36→52px */
--font-size-56: clamp(2.375rem, calc(2.375rem + 0.0879vw), 3.5rem);/* 38→56px */
--font-size-64: clamp(2.625rem, calc(2.625rem + 0.1074vw), 4rem);/* 42→64px */
--font-size-72: clamp(2.875rem, calc(2.875rem + 0.1270vw), 4.5rem);/* 46→72px */
 --font-size-100: clamp(3.25rem, calc(3.25rem + 0.2344vw), 6.25rem);/* 52→100px */
 }
 

#contents .more_bt {
text-align: center;
}
#contents a.more {
    color: #fff;
    position: relative;
    font-weight: 600;
    letter-spacing: .1em;
    text-align: center;
    padding: 1rem 8rem;
    border-radius: 40px;
    margin: 0 auto;
    display: inline-block;
    transition: 0.3s;
    background-color: #2d77ba;
    font-size: var(--font-size-18);
}
#contents a.more:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    position: absolute;
    right: 20px;
    transition: all 0.2s;
}
#contents .more_bt a.more:hover:after {
  right: 15px;
}
#contents .more_bt a.more:hover {
background-color: #0c6aaf;
}

/*
=============================================================
header
=============================================================
*/

#header {
width: 100%;
background: rgba(255,255,255,0.7);
position: fixed;
top: 0;
left: 0;
z-index: 999;
}
#header .wrap {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0;
}
#header .logo {
width: 14vw;
display: flex;
align-items: center;
justify-content: flex-start;
flex-wrap: nowrap;
padding: 0;
}
#header .logo a {
width: 100%;
}
#global-navi {
width: 60vw;
height: 100%;
}
#global-navi ul {
display: flex;
align-items: stretch;
height: 100%;
}
#global-navi ul li {
display: flex;
flex: 1 1 auto; 
font-family: "LXGW Marker Gothic", sans-serif;
text-align: center;
font-weight: bold;
}
#global-navi ul li a {
display: inline-block;
width: 100%; 
height: 100%;
padding: 0;
position: relative;
transition: .3s;
}
#global-navi ul li a::after{
  position: absolute;
  bottom: .3em;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #333;
  opacity: 0;
  transition: .3s;
}
#global-navi ul li a:hover::after{
  bottom: 0;
  opacity: 1;
}
#header .link_bt {
width: 20vw;
}
#header .link_bt ul {
display: flex;
justify-content: flex-end;
flex-wrap: nowrap;
}
#header .link_bt ul li {
margin: 0 0.8rem;
}
#header .link_bt ul li a {
display: block;
}
#header .link_bt ul li a:hover {
opacity: 0.7;
}
#header .link_bt ul li a.nolink {
opacity: 0.5;
}

/*
==========================================================
フッター
==========================================================
*/
#footer {
position: relative;
background: #333; 
color: #fff;
text-align: center;
z-index: 1;
}
#footer .inner {
width: 100%;
display: flex;
justify-content: space-between;
padding-top: 4rem;
margin-bottom: 2rem;
}
#footer dl.com {
width: 30%;
text-align: left;
}
#footer dl.com dt {
font-weight: 700;
margin-bottom: 0.5rem;
font-size: 1.2vw;
}
#footer dl.com dd {
padding: 0;
margin: 0;
line-height: 1.8em;
font-size: 1vw;
}
#footer dl.com dd ul {
margin-top: 2rem;
display: flex;
justify-content: space-between;
}
#footer dl.com dd ul li {
width: 48%;
}
#footer dl.com dd ul li img {
border-radius: 40px;
}
.footer-navi {
width: 60%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.footer-navi .global_top {
font-size: 1.2vw;
margin-bottom: 2rem;
width: 100%;
background-image: url("/images/icon_global.svg");
background-repeat: no-repeat;
background-size: 4%;
background-position: left center;
padding-left: 2rem;
}
.footer-navi .global_top a {
display: inline-block;
position: relative;
transition: .3s;
}
.footer-navi .global_top a::after{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #eee;
  transition: .3s;
}
.footer-navi .global_top a:hover::after{
  width: 100%;
}
.footer-navi dl {
width: 30%;
margin: 0;
padding: 0;
text-align: left;
margin-bottom: 2rem;
border-right: solid 1px #999;
}
.footer-navi dt {
font-size: 1.2vw;
margin-bottom: 1rem;
padding-left: 2rem;
}
.footer-navi dt a {
display: inline-block;
position: relative;
transition: .3s;
}
.footer-navi dt a::after{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #eee;
  transition: .3s;
}
.footer-navi dt a:hover::after{
  width: 100%;
}
.footer-navi dt.snow {
background-image: url("/images/icon_snow.svg");
background-repeat: no-repeat;
background-size: 10%;
background-position: left center;
}
.footer-navi dt.summer {
background-image: url("/images/icon_summer.svg");
background-repeat: no-repeat;
background-size: 10%;
background-position: left center;
}
.footer-navi dd {
line-height: 1.8em;
font-size: 1vw;
}
.footer-navi dd a {
display:inline-block;
padding:0 2rem 0 0;
position: relative;
}
.footer-navi dd a::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    right: 20px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #FFF #FFF;
    transform: rotate(-135deg);
    transition: .3s;
}
.footer-navi dd a:hover::after{
    right: 10px;
}
.footer-navi dd ul {
display: block;
width: 100%;
}
.footer-navi dd ul li {
line-height: 2em;
}

.footer-navi p {
color: #fff;
text-align: left;
font-size: 1vw;
}
.copyright {
color: #fff;
text-align: center;
font-size: var(--font-size-12);
padding-bottom: 2rem;
}

#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}

#page-top img {
  width: 50px;  /* 必要に応じて調整 */
  height: auto;
}

/*
==========================================================
トップスライダー
==========================================================
*/

#top {
  width: 100%;
  background: url("/snow/images/upper_bg.jpg") no-repeat center/cover; /* 背景の山イメージは差し替え */
  padding: 9vw 0 5vw;
}

#top .band {
  width: 100%;
  overflow: hidden;
  background: #246dbd; 
}
#top .band .inner {
width: 80%;
margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#top h1 {
  flex: 0 0 50%;
  color: #fff;
  text-align: left;
  font-size: 28px;
  margin: 0;
  padding: 40px 20px;
  background: #246dbd; 
}

/* スライダー部分 */
.slider {
  flex: 0 0 50%;
  width: 100%;    
  overflow: hidden;
}
.slider .slick-slide {
  box-sizing: border-box;
}
.slider img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}



/*
=============================================================
スマホナビケーション
=============================================================
*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
	z-index: -1;
	opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
	top:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	 background-color: rgba(0, 0, 0, 0.80);
    /*動き*/
	transition: all 0.3s;
}
#g-nav .logo {
width: 80%;
margin: -6rem auto 2rem;
font-size: 14px;
text-align: center;
}
#g-nav .logo img {
width: 40%;
margin: 0 auto 1rem;
}


/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
	opacity: 1;
	z-index:999999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

#g-nav.panelactive ul {
    display: block;
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li a{
	color: #efefef;
	text-decoration: none;
	padding: 0.8rem 0;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}


@media screen and (min-width:769px)and (max-width:1024px){
#global-navi {
display: none;
}
#header {
position: fixed;
}
#header .wrap {
display: flex;
}
#header .logo {
width: 20vw;
}
#header .link_bt {
width: 30vw;
margin-right: 7vw;
}
#footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
#footer {
  font-family: "Noto Sans JP", sans-serif;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 0;
  }
  #footer .inner {
  padding-top: 2rem;
  }
  #footer dl.com {
width: 90%;
margin: 0 auto;
}
.footer-navi {
    display: none;
  }
#footer dl {
width: 90%;
margin: 0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#footer dt {
width: 100%;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
#footer dd {
width: 48%;
    padding: 0;
    margin: 0;
    line-height: 1.8em;
    font-size: 14px;
}
#footer dl.com dd ul {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
}
#footer dl.com dd ul li {
width: 48%;
}
#footer .company {
width: 90%;
flex-wrap: wrap;
}
#footer .f_logo {
width: 70%;
margin: 0 auto 2rem;
}
#footer .company address {
width: 100%;
font-size: 14px;
}
.copyright {
font-size: 11px;
}

}

@media screen and (min-width:521px) and (max-width:768px) {

#contents {
padding-top: 7vw;
}
#global-navi {
display: none;
}
#header {
position: fixed;
}
#header .wrap {
 display: flex;
}
#header .logo {
width: 20vw;
}
#header .link_bt {
    width: 30vw;
    margin-right: 7vw;
}
#footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
#footer {
  font-family: "Noto Sans JP", sans-serif;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 0;
  }
  #footer .inner {
  padding-top: 2rem;
  }
  #footer dl.com {
width: 90%;
margin: 0 auto;
}
.footer-navi {
    display: none;
  }
#footer dl {
width: 90%;
margin: 0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#footer dt {
width: 100%;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
#footer dd {
width: 48%;
    padding: 0;
    margin: 0;
    line-height: 1.8em;
    font-size: 14px;
}
#footer dl.com dd ul {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
}
#footer dl.com dd ul li {
width: 48%;
}
#footer .company {
width: 90%;
flex-wrap: wrap;
}
#footer .f_logo {
width: 70%;
margin: 0 auto 2rem;
}
#footer .company address {
width: 100%;
font-size: 14px;
}
.copyright {
font-size: 11px;
}



}

@media screen and (max-width:520px) {

.sphd {
display: none;
}
.inner {
    width: 90%;
    margin: 0 auto;
}
#top {
  padding: 20vw 0 5vw;
}
#top .band {
  width: 100%;
  padding-bottom: 0;
}
#top .band .inner {
width: 100%;
display: block;
}
#top h1 {
width: 90%;
  flex: 0 0 100%;
  color: #fff;
  text-align: left;
  font-size: 22px;
  margin: 0 auto; 
  padding: 1rem 0;
  letter-spacing: 0.1em;
}

/* スライダー部分 */
.slider {
  flex: 0 0 100%;
  width: 100%;    
  overflow: hidden;
}
.slider .slick-slide {
  box-sizing: border-box;
}
.slider img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

section {
padding: 2rem 0;
}

section h2 {
font-size: 28px!important;
}
#global-navi {
display: none;
}
#header {
position: fixed;
}
#header .wrap {
display: block;
height: 100%;
}
#header .logo {
width: 35%;
}
#header .logo a{
display: block;
height: 100%;
}
#header .logo a img {
width: 100%;
height: 100%;
}
#footer {
padding-top: 2rem;
padding-bottom: 2rem;
margin-top: 0;
}
#footer .inner {
padding-top: 0;
}
#footer dl.com {
width: 90%;
margin: 0 auto;
}
#footer dl.com dt {
font-size: 16px;
}
#footer dl.com dd {
font-size: 14px;
}
.footer-navi {
display: none;
}
#footer dl {
width: 90%;
margin: 0 auto;
}
#footer .company {
width: 90%;
flex-wrap: wrap;
}
#footer .f_logo {
width: 70%;
margin: 0 auto 2rem;
}
#footer .company address {
width: 100%;
font-size: 14px;
}
.copyright {
font-size: 11px;
}

#footer .logo {
width: 80%;
}
#footer .logo li {
width: 100%;
margin-bottom: 1rem;
}

section .contact dt:before,
section .contact dt:after{
height: 50%;
}
section .contact dt:before {
left: -1rem;
}
section .contact dt:after {
right: -1rem;
}

.slide-button-container {
display: none!important;
}

#footerbtn {
    margin: 0px;
    width: 100%;
    z-index: 999;
    position: fixed;
    bottom: -100px;
    left: 0;
    padding: 0px;
    transition-duration: 0.7s;
}
#footerbtn ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
#footerbtn ul li {
    width: 50%;
    height: auto;
}
#footerbtn ul li a {
    display: block;
}
#footer dl {
    width: 90%;
    margin: 0 auto;
}
#footer dt {
font-size: 16px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
#footer dd {
    padding: 0;
    margin: 0;
    line-height: 1.8em;
    font-size: 14px;
}

#contents .more_bt {
text-align: center;
}
#contents a.more {
    padding: 1rem 4rem;
}
#contents .more_bt a.more:hover:after {
  right: 15px;
}
#contents .more_bt a.more:hover {
background-color: #0c6aaf;
}

}
 /*
=============================================================
アニメーション
=============================================================
*/
/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


.delayScroll > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.fadeUp {
animation-name: fadeUpAnime;
animation-duration: 0.5s;
animation-fill-mode: forwards;
opacity: 0;
}

@keyframes fadeUpAnime {
from {
opacity: 0;
transform: translateY(50px);
}
to {
opacity: 1;
transform: translateY(0);
}
}


/*
=============================================================
スクロールアニメーション
=============================================================
*/

.fadein {
  opacity: 0;
  transition: all 1.5s;
}
.fadein-left   { transform: translate(-50px, 0); }
.fadein-right  { transform: translate(50px, 0); }
.fadein-up     { transform: translate(0, -50px); }
.fadein-bottom { transform: translate(0, 50px); }
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/* ===== h1 ロード時フェードイン用 ===== */
.fadein-load {
  opacity: 0;
  transition: opacity 1.5s;
}
.fadein-load.show {
  opacity: 1;
}

.order.fadein:nth-child(1) { transition-delay: 0.2s; }
.order.fadein:nth-child(2) { transition-delay: 0.4s; }
.order.fadein:nth-child(3) { transition-delay: 0.6s; }
.order.fadein:nth-child(4) { transition-delay: 0.8s; }

/*
=============================================================
ページネーション
=============================================================
*/
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    list-style-type: none;
    padding: 0;
    margin-bottom: 6rem;
}
.pagination a {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    border: 1px solid #2589d0;
    border-radius: 1px;
    color: #2589d0;
}
.pagination a:not(:hover) {
    text-decoration: none;
}
.pagination .current a {
    background-color: #2589d0;
    color: #fff;
    pointer-events: none;
}
