
0_test_test_test_test_testmainvisual__innermainvisual__innermainvisual__innermainvisual__innermainvisual__innermainvisual__innermainvisual__innermainvisual__inner@charset "UTF-8";
/* --

 top.css - トップ

-- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
/*-----------------------------------

	英語

-----------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);
@import url(https://fonts.googleapis.com/css?family=PT+Serif);
/*-----------------------------------

	繁体字

-----------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
/*-----------------------------------

	韓国語

-----------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
/*-----------------------------------

	タイ語

-----------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansthai.css);
/* --

 * clearfix............float解除
 * font-size...........フォントサイズ指定（px指定はIE8対策）
 * layout-baseSize.....基本のコンテンツサイズ
 * layout-posMiddle....天地中央配置
 * moving-base.........基本のアニメーション
 * FontAwesome.........アイコンフォント使用（FontAwesome）
 * opacity.............透明度設定（IE対応含む）
 * tablet..............ブレイクポイント設定（タブレット）
 * mobile..............ブレイクポイント設定（スマホ）

 ------------------------------------

 * scroll..............スクロールアイコンのスタイル
 * module-title........タイトル共通のスタイル


-- */
/* --

 keyframes - アニメーションキーフレーム集

 ------------------------------------

 * loading.............ローディング時のアニメーション
 * fade................フェードで順に表示するアニメーション
 * scroll..............スクロールアイコンに関するアニメーション
 * toggle-.............ハンバーガーアイコンに関するアニメーション

-- */
@-webkit-keyframes loading {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes loading {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fade {
  100% {
    opacity: 1;
    padding: 0;
  }
}
@keyframes fade {
  100% {
    opacity: 1;
    padding: 0;
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(33px);
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(33px);
  }
}
@-moz-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(33px);
  }
}
@-webkit-keyframes toggle-top {
  0% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(0deg);
    transform: translateY(-10px) rotate(0deg);
  }
}
@keyframes toggle-top {
  0% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(0deg);
    transform: translateY(-10px) rotate(0deg);
  }
}
@-webkit-keyframes toggle-bottom {
  0% {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(0deg);
    transform: translateY(8px) rotate(0deg);
  }
}
@keyframes toggle-bottom {
  0% {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(0deg);
    transform: translateY(8px) rotate(0deg);
  }
}
@-webkit-keyframes toggle-top-close {
  0% {
    -webkit-transform: translateY(-17px) rotate(0deg);
    transform: translateY(-17px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
}
@keyframes toggle-top-close {
  0% {
    -webkit-transform: translateY(-17px) rotate(0deg);
    transform: translateY(-17px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
}
@-webkit-keyframes toggle-bottom-close {
  0% {
    -webkit-transform: translateY(15px) rotate(0deg);
    transform: translateY(15px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
}
@keyframes toggle-bottom-close {
  0% {
    -webkit-transform: translateY(15px) rotate(0deg);
    transform: translateY(15px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
}
/*-----------------------------------

	$mainvisual

-----------------------------------*/
.mainvisual__inner {
  width: 100%;
  height: 500px;
}
.mainvisual__inner div {
  position: absolute;
  width: 100%;
  height: 500px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mainvisual__inner div:not(:first-child) {
  display: none;
}
.mainvisual__inner1 {
  width: 100%;
  height: 330px;
}
.mainvisual_season{
  position: absolute;
  width: 100%;
  height: 400px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
	background-image: url("../images/top/mainvisual_winter.png");
	background-size: cover;
}
.mainvisual__inner1 div:not(:first-child) {
  display: none;
}

.mainvisual__text {
  display: block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  padding: 3em 0;
  max-width: 527px;
  margin: auto;
}
.mainvisual__text img {
  width: 100%;
  max-width: 527px;
}
.mainvisual__gallery img {
  width: 300px;
  height: 300px;
}
.mainvisual__gallery li [src*="winter_photo03"],
.mainvisual__gallery li [src*="winter_photo07"],
.mainvisual__gallery li [src*="autumn_photo03"] {
  width: 480px;
}


/*--- video ---*/
.main-visual_bg{
  background: url("../images/common/top_bg_movie.jpg") no-repeat bottom center;
  background-size: cover;
  box-sizing: border-box;
  text-align: center;
  z-index: -5;
}
.main-visual_bg2{
  background: url("../images/common/top_bg_movie2.jpg") no-repeat bottom center;
  background-size: cover;
  box-sizing: border-box;
  background-position: center;
  text-align: center;
  z-index: -5;
}
.main-visual_bg3{
  background: url("../images/common/top_bg_movie3.jpg") no-repeat bottom center;
  background-size: cover;
  box-sizing: border-box;
  background-position: center;
  text-align: center;
  z-index: -5;
  height: 480px;
}
.main-visual_bg_aki{
   background: url("../images/common/top_bg_movie3.jpg") no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
  text-align: center;
  height: 480px; /* 固定で高さを確保 */
}
.main__inner {
  width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
.main-visual_bg2{
  background: url("../images/common/top_bg_movie_s.jpg") no-repeat bottom center;
  background-size: cover;
  box-sizing: border-box;
  text-align: center;
  background-position: center;
  z-index: -5;
}
.main-visual_bg3{
  background: url("../images/common/top_bg_movie_s3.jpg") no-repeat bottom center;
  background-size: cover;
  box-sizing: border-box;
  text-align: center;
  background-position: center;
  z-index: -5;
  height: auto;
}
.main-visual_bg_aki{
   background: url("../images/common/top_bg_movie_s3.jpg") no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
  text-align: center;
  height: 400px; /* 固定で高さを確保 */
}     
}
@media screen and (max-width: 1023px) {
  .main__inner {
    width: 100%;
  }
}
.main-visual {
	width: 100%;
    height: 100%;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
  position: relative;
  overflow: hidden;
	margin: auto;
}
.main-visual img, .main-visual video {
    position: relative;
    display: block; 
}
.main-visual video {
  margin: 0 auto;
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
	  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual2 {
	width: 80%;
    height: 80vh;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
  position: relative;
  overflow: hidden;
	z-index: -1;
	margin: auto;
}
.main-visual2 img, .main-visual video {
    position: relative;
    display: block; 
}
.main-visual2 video {
  margin: 0 auto;
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
	  -o-object-fit: cover;
     object-fit: cover;
}
/* for Microsoft Edge */
@supports (-ms-ime-align:auto) {
.main-visual video.video-intro {
    z-index: -100;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 1s opacity;
    -o-transition: 1s opacity;
    transition: 1s opacity;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto; 
  }
}
/* for IE10 & 11 */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  .main-visual video.video-intro {
    z-index: -100;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 1s opacity;
    -o-transition: 1s opacity;
    transition: 1s opacity;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto; 
	}
}
 @media only screen and (max-width: 991px) {
/*--- video ---*/
.main-visual,
.main-visual2{ height: 100%;}

/* for IE10 & 11 */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  .main-visual video.video-intro {
    min-width: 100%;
    min-height: auto;
    width: 100%;
    height: auto; 
	}
}
/* for Microsoft Edge */
@supports (-ms-ime-align:auto) {
.main-visual video.video-intro {
    min-width: 100%;
    min-height: 50vh;
    width: 100%;
    height: 50vh; 
  }
}
}
 @media only screen and (max-width: 920px) {
/*--- video ---*/
.main-visual,
.main-visual2{ width: 100%; }
}
 @media only screen and (max-width: 480px) {
/*--- video ---*/
.main-visual,
.main-visual2{height: 30vh;}
.main-visual_bg{
  background: url(../images/top/movie_bg.jpg) no-repeat bottom center;
}
/* for IE10 & 11 */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  .main-visual video.video-intro {
    min-width: 100%;
    min-height: auto;
    width: 100%;
    height: auto; 
	}
}
/* for Microsoft Edge */
@supports (-ms-ime-align:auto) {
.main-visual video.video-intro {
    min-width: 100%;
    min-height: 40vh;
    width: 100%;
    height: 40vh; 
  }
}
}
/*-----------------------------------

	$mainvisual - tablet

-----------------------------------*/
@media screen and (max-width: 1023px) {
  .mainvisual__inner1 {
    height: 215px;
  }
  .mainvisual__inner1 div {
    height: 260px;
  }
.mainvisual__text {
  padding: 1.8em;
  max-width: 427px;
  margin: auto;
}
  .mainvisual__gallery img {
    width: 200px;
    height: 200px;
  }
  .mainvisual__gallery li [src*="winter_photo03"],
  .mainvisual__gallery li [src*="winter_photo07"],
  .mainvisual__gallery li [src*="autumn_photo03"] {
    width: 320px;
  }
}
/*-----------------------------------

	$mainvisual - mobile

-----------------------------------*/
@media screen and (max-width: 992px) {
  .mainvisual__inner,
  .mainvisual__inner div {
    max-height: 350px;
  }
}

@media screen and (max-width: 639px) {
  .mainvisual__text {
  padding: 4em 1em;
  }
  .mainvisual__text img {
    width: 100%;
  }
  .mainvisual__inner1 {
    height: 260px;
  }
  .mainvisual__inner,
  .mainvisual__inner div {
    max-height: 240px;
  }

.mainvisual_season{
  position: absolute;
  width: 100%;
    height: 260px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
	background-image: url("../images/top/mainvisual_winter_sp.png");
	background-size: cover;
}
  .mainvisual__gallery img {
    width: 150px;
    height: 150px;
  }
  .mainvisual__gallery li [src*="winter_photo03"],
  .mainvisual__gallery li [src*="winter_photo07"],
  .mainvisual__gallery li [src*="autumn_photo03"] {
    width: 240px;
  }
}
/*-----------------------------------

	$info

-----------------------------------*/
.info,
.info2,
.info3{
  margin-top: 139px;/*ヘッダー分下げる*/
}
.info {
  background: #65584c;
  padding: .6em 0;
}
.info p {
  display: inline;
}
.info a {
    text-decoration: underline;
}
.info a:hover {
    text-decoration: none;
}
.info dl {
  width: 1020px;
  margin: 0 auto;
  display: table;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: .6em 2em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.info dl:after {
  content: "";
  display: table;
  clear: both;
}
.info dl dt,
.info dl dd {
  display: table-cell;
  vertical-align: middle;
}
.info dl dt {
  width: 6em;
}
.info dl .attention {
  color: #a83939;
}
.info dl .attention {
  color: #f00;
}

.info2 {
  background: #a99787;
  padding: .6em 0;
}
.info2 dl {
  width: 1020px;
  margin: 0 auto;
  display: table;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: .6em 2em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.info2 dl:after {
  content: "";
  display: table;
  clear: both;
}
.info2 dl dt,
.info2 dl dd {
  display: table-cell;
  vertical-align: middle;
}
.info2 dl dt {
  width: 12em;
}
.info2 dl .attention {
  color: #a83939;
}
.info2 dl .attention {
  color: #f00;
}

.info3 {
  background: #bece84;
  padding: .6em 0;
}
.info3 dl {
  width: 1020px;
  margin: 0 auto;
  display: table;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: .6em 2em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.info3 dl:after {
  content: "";
  display: table;
  clear: both;
}
.info3 dl dt,
.info3 dl dd {
  display: table-cell;
  vertical-align: middle;
}
.info3 dl dt {
  width: 6em;
}
.info3 dl .attention {
  color: #a83939;
}
.info3 dl .attention {
  color: #f00;
}

/*-----------------------------------

	$info - tablet

-----------------------------------*/
@media screen and (max-width: 1023px) {
  .info dl {
    width: 98%;
    padding: .6em 1em;
  }
.info2 dl {
    width: 98%;
    padding: .6em 1em;
  }   
.info3 dl {
    width: 98%;
    padding: .6em 1em;
  }   
  .info,
  .info2,
  .info3 {
    margin-top: 0px;
  }    
}
/*-----------------------------------

	$info - mobile

-----------------------------------*/
@media screen and (max-width: 639px) {
  .info dl {
    width: 96%;
    display: block;
    padding: .6em 4%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .info dl dt,
  .info dl dd {
    display: block;
  }
  .info dl dt {
    width: 100%;
  }
    
  .info2 dl {
    width: 96%;
    display: block;
    padding: .6em 4%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .info2 dl dt,
  .info2 dl dd {
    display: block;
  }
  .info2 dl dt {
    width: 100%;
  } 
    
  .info3 dl {
    width: 96%;
    display: block;
    padding: .6em 4%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .info3 dl dt,
  .info3 dl dd {
    display: block;
  }
  .info3 dl dt {
    width: 100%;
  }  
  .info,
  .info2,
  .info3 {
    margin-top: -60px;
  }     
}
/*-----------------------------------

	$movie

-----------------------------------*/
.movie {
  background: url(../images/common/bg_lightgray.jpg) repeat;
  padding: 3em 0 6em;
}
.movie2 {
  background: url(../images/common/bg_lightgray.jpg) repeat;
  padding: 3em 0 0;
}
.movie__inner {
  width: 1020px;
  margin: 0 auto;
}
.movie__title {
  text-align: center;
  position: relative;
  margin: 0 0 2em;
}
.movie__title:before {
  display: inline-block;
  content: '';
  width: 100%;
  height: 1px;
  background: #444;
  position: absolute;
  top: 52%;
  left: 0;
}
.movie__title span {
  display: inline-block;
  width: 24%;
  max-width: 238px;
  padding: 0 1em;
  background: url(../images/common/bg_lightgray.jpg) repeat;
  position: relative;
  z-index: 1;
}
.movie__bnr:after {
  content: "";
  display: table;
  clear: both;
}
.movie__bnr li {
  width: 32.5%;
  float: left;
	margin-right: .5em;
}
.movie__bnr li:last-child{
	margin-right: 0;
}
/*.movie__bnr li:not(:first-child) {
  float: right;
}*/
.movie__bnr2:after {
  content: "";
  display: table;
  clear: both;
}
.movie__bnr2 li {
  width: 24.3%;
  float: left;
	margin-right: .5em;
}
.movie__bnr2 li:last-child{
	margin-right: 0;
}
.movie__thumb {
  margin: 0 0 2em;
}
.movie__thumb:after {
  content: "";
  display: table;
  clear: both;
}
.movie__thumb li {
  width: 22%;
  float: left;
}
.movie__thumb li:not(:first-child) {
  margin: 0 0 0 4%;
}

/*youtube*/
.youtube {
  position: relative;
  width: 55%;
  padding-top: 30.9375%;
	margin: auto;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtube-a {    
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
max-width: 750px;
display: block;
margin: auto;
}

@media screen and (max-width: 639px) {
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
}

/*-----------------------------------

	$movie - tablet

-----------------------------------*/
@media screen and (max-width: 1023px) {
  .movie {
    padding: 2em 0 3em;
  }
  .movie__inner {
    width: 96%;
  }
  .movie__title {
    margin: 0 0 1em;
  }
  .movie__title span {
    width: 40%;
  }
}
/*-----------------------------------

	$movie - mobile

-----------------------------------*/
@media screen and (max-width: 639px) {
  .movie__title span {
    width: 80%;
  }
  .movie__thumb li {
    width: 100%;
    margin: 0 .4em;
  }
  .movie__thumb li:not(:first-child) {
    margin: 0 .4em;
  }
  .movie__bnr {
    margin: 0 0 1em;
  }
  .movie__bnr li {
    width: 100%;
    float: none;
    margin: 0 0 1em;
  }
  .movie__bnr li:not(:first-child) {
    float: none;
  }
  .movie__bnr2 {
    margin: 0 0 1em;
  }
  .movie__bnr2 li {
    width: 100%;
    float: none;
    margin: 0 0 1em;
  }
  .movie__bnr2 li:not(:first-child) {
    float: none;
  }	
}
/*-----------------------------------

	$recommend

-----------------------------------*/
.recommend__inner {
  width: 1040px;
  margin: 0 auto;
  padding: 4em 0 8em;
}
.recommend__title {
  text-align: center;
}
.recommend__title img {
  width: 45%;
  max-width: 680px;
}
.recommend__carousel li {
  margin: 0 .7em;
}

/*-----------------------------------

	$recommend - tablet

-----------------------------------*/
@media screen and (max-width: 1023px) {
  .recommend__inner {
    padding: 2em 0 4em;
    width: 96%;
  }
}
/*-----------------------------------

	$recommend - mobile

-----------------------------------*/
@media screen and (max-width: 639px) {
  .recommend__title img {
    width: 80%;
  }
  .recommend__carousel li {
    margin: 0 2em;
  }
}
/*-----------------------------------

	$update

-----------------------------------*/
.update {
  background: url(../images/common/bg_lightgray.jpg) repeat;
}
.update__inner {
  width: 1020px;
  margin: 0 auto;
  padding: 4em 0;
}
.update__inner:after {
  content: "";
  display: table;
  clear: both;
}
.update__contents {
  width: 68%;
  float: left;

}
.update__tabnav {
  padding: 0 3%;
}
.update__tabnav:after {
  content: "";
  display: table;
  clear: both;
}
.update__tabnav > div {
  width: 49%;
  background: rgba(0, 0, 0, 0.1);
  color: #808080;
  display: inline-block;
  box-sizing: border-box;
  padding: .8em 3%;
  position: relative;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.update__tabnav > div:after {
  content: "";
  display: table;
  clear: both;
}
.update__tabnav > div:not(.active):hover {
  background: rgba(0, 0, 0, 0.2);
}
.update__tabnav .active {
  background: #fff;
}
.update__tabnav .active:before {
  display: inline-block;
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.update__tabnav h3 {
  margin: 0;
}
.update__topics {
  float: left;
}
.update__topics.active {
  color: #a83939;
}
.update__topics.active:before {
  background: #a83939;
}
.update__topics a {
  background: #a83939;
}
.update__topics a:hover {
  background: #822c2c;
}
.update__topics [href*="feed"]:after {
  display: inline-block;
  content: "";
  font-family: Fontawesome;
}
.update__event {
  float: right;
}
.update__event.active {
  color: #243d5a;
}
.update__event.active:before {
  background: #243d5a;
}
.update__event a {
  background: #243d5a;
}
.update__event a:hover {
  background: #152436;
}
.update__sp {
  text-align: center;
  border-top: 1px dotted #999;
  padding: 1em 0 0;
}
.update__sp ul {
  display: inline-block;
}
.update__sp li {
  display: inline-block;
  margin: 0 .3em;
}
.update__sp a {
  display: block;
  padding: .3em 1.2em;
  border-radius: 2px;
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.update__sp a:after {
  display: inline-block;
  content: "";
  font-family: Fontawesome;
  margin: 0 .2em 0 .4em;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.update__sp a:hover:after {
  margin: 0 0 0 .6em;
}
.update__sp [href*="feed"]:after {
  display: inline-block;
  content: "";
  font-family: Fontawesome;
}
.topics .update__sp a {
  background: #a83939;
}
.topics .update__sp a:hover {
  background: #822c2c;
}
.event .update__sp a {
  background: #243d5a;
}
.event .update__sp a:hover {
  background: #152436;
}

/*-----------------------------------

	$update - tablet

-----------------------------------*/
@media screen and (max-width: 1023px) {
  .update__inner {
    width: 96%;
    padding: 2em 0;
  }
  .update__contents {
    width: 100%;
    float: none;
  }
}
/*-----------------------------------

	$update - mobile

-----------------------------------*/
@media screen and (max-width: 639px) {
  .update__tabnav > div {
    padding: .8em 0;
  }
  .update__tabnav .active h3 {
    float: none;
  }
  .update__tabnav .active ul {
    display: none;
  }
  .update__tabnav h3 {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: normal;
  }
  .update__sp a {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
/*-----------------------------------

	$topics

-----------------------------------*/
.topics {
  background: #fff;
  padding: 2em 3%;
}
.topics__box, .event__box {
  border-top: 1px dotted #999;
  line-height: 1.4;
  padding: 1.4em 0;
}
.topics__box:after, .event__box:after {
  content: "";
  display: table;
  clear: both;
}
.topics__box figure, .event__box figure {
 display: none;
}
.topics__box h4, .event__box h4 {
  margin: .4em 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.topics__box p, .event__box p {
  overflow: hidden;
}
.topics__box a, .event__box a {
  text-decoration: underline;
}
.topics__box a:hover, .event__box a:hover {
  text-decoration: none;
}
.topics__box-pickup {
  background: #f2edd0;
  border-top: none;
  padding: 1.4em 1.6em;
  margin: 0 0 1.4em;
}
.topics__time:before {
  display: inline-block;
  content: "";
  font-family: Fontawesome;
  color: #a83939;
  margin: 0 .4em 0 0;
}
.topics_cat01 {
  display: inline-block;
  background: #243d5a;
  border-radius: 2px;
  color: #fff;
  padding: .2em 1em;
  margin: 0 .3em;
}
.topics_cat02 {
  display: inline-block;
  background: #91816E;
  border-radius: 2px;
  color: #fff;
  padding: .2em 1em;
  margin: 0 .3em;
}

/*-----------------------------------

	$topics - tablet

-----------------------------------*/
@media screen and (max-width: 1023px) {
  .topics {
    padding: 1em 3%;
  }
}
/*-----------------------------------

	$topics - mobile

-----------------------------------*/
@media screen and (max-width: 639px) {
  .topics {
    padding: 1em 3% 1.2em;
  }
  .topics__box, .event__box {
    padding: 1em 0;
  }
  .topics__box figure, .event__box figure {
  
    display: none;
   
  }
  .topics__box figure img, .event__box figure img {
    height: 100%;
  }
  .topics__box h4, .event__box h4 {
    margin: .2em 0 .4em;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .topics__box h4 + p, .event__box h4 + p {
    display: none;
  }
  .topics__box-pickup {
    padding: 1em 3%;
    margin: 0 0 1em;
  }
  .topics__text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 .6em;
  }
  .topics__time {
    font-size: .9em;
  }
  .topics_cat01 {
    margin: .5em .5em 0 0;
  }
  .topics_cat02 {
    margin: .5em 0;
  }
}
/*-----------------------------------

	$event

-----------------------------------*/
.event {
  background: #fff;
  padding: 2em 3%;
}
.event__time:before {
  display: inline-block;
  content: "";
  font-family: Fontawesome;
  color: #243d5a;
  margin: 0 .4em 0 0;
}

/*-----------------------------------

	$event - tablet

-----------------------------------*/
@media screen and (max-width: 1023px) {
  .event {
    padding: 1em 3%;
  }
}
/*-----------------------------------

	$event - mobile

-----------------------------------*/
@media screen and (max-width: 639px) {
  .event {
    padding: 1em 3% 1.2em;
  }
  .event__box {
    padding: 1em 0;
  }
  .event__box figure {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
  .event__box figure img {
    height: 100%;
  }
  .event__box h4 {
    margin: .2em 0 .4em;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .event__box h4 + p {
    display: none;
  }
  .event__box-pickup {
    padding: 1em 3%;
    margin: 0 0 1em;
  }
  .event__text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 .6em;
  }
  .event__time {
    font-size: .9em;
  }
}
/*-----------------------------------

	$banner

-----------------------------------*/
.banner {
  width: 28%;
  float: right;
}
.banner li {
  margin: 0 0 .8em;
}

/*-----------------------------------

	$banner - tablet

-----------------------------------*/
@media screen and (max-width: 1023px) {
  .banner {
    width: 100%;
    margin: 1em 0 0;
    float: none;
  }
  .banner:after {
    content: "";
    display: table;
    clear: both;
  }
  .banner li {
    width: 24.25%;
    float: left;
    margin: 0 1% .4em 0;
  }
  .banner li:nth-of-type(4n) {
    margin: 0 0 .4em;
  }
}
/*-----------------------------------

	$banner - mobile

-----------------------------------*/
@media screen and (max-width: 639px) {
  .banner {
    margin: 2em 0 0;
  }
  .banner li {
    width: 100%;
    margin: 0 1%;
  }
  .banner li:nth-of-type(4n) {
    margin: 0 1%;
  }
}
/*-----------------------------------

	$service

-----------------------------------*/
.service {
  background: url(../images/common/bg_gray.jpg) repeat;
}
.service__inner {
  width: 1020px;
  margin: 0 auto;
  padding: 2em 0 4em;
  position: relative;
  z-index: 1;
}
.service__title {
  text-align: center;
  position: relative;
}
.service__title:before {
  display: inline-block;
  content: '';
  width: 100%;
  height: 1px;
  background: #444;
  position: absolute;
  top: 52%;
  left: 0;
}
.service__title span {
  display: inline-block;
  width: 22%;
  max-width: 232px;
  padding: 0 1em;
  background: url(../images/common/bg_gray.jpg) repeat;
  position: relative;
  z-index: 1;
}
.service__list:after {
  content: "";
  display: table;
  clear: both;
}
.service__list li {
  width: 18.4%;
  float: left;
}
.service__list li:not(:first-child) {
  margin: 0 0 0 2%;
}
.service__list li:first-child {
  margin: 0 0 0 7.5em;
}

/*-----------------------------------

	$service - tablet

-----------------------------------*/
@media screen and (max-width: 1023px) {
  .service__inner {
    width: 96%;
    padding: .8em 0 2em;
  }
  .service__title span {
    width: 40%;
  }
  .service__list li:first-child {
    margin: 0 0 0 5.5em;
  }
}
/*-----------------------------------

	$service - mobile

-----------------------------------*/
@media screen and (max-width: 639px) {
  .service__title span {
    width: 80%;
  }
  .service__list li {
    width: 100%;
    margin: 0 .4em;
  }
  .service__list li:not(:first-child) {
    margin: 0 .4em;
  }
  .service__list li:first-child {
    margin: 0 .4em;
  }
}
/*-----------------------------------

	$media

-----------------------------------*/
.media {
  background: url("../images/top/media_winter_bg.png") no-repeat bottom center;
  background-size: 100% auto;
  position: relative;
}
.media02 {
  background: url("../images/top/media_winter_bg.png") no-repeat bottom center;
  background-size: 100% auto;
  position: relative;
}
.media__season01 {
  width: 45%;
  position: absolute;
  top: -10em;
  right: 0;
    
}
.media__season02 {
  width: 10%;
  position: absolute;
  bottom: -3em;
  left: 8%;
  z-index: 1;    
}
.media__inner {
  width: 1020px;
  margin: 0 auto;
  padding: 6em 0 10em;
  position: relative;
  z-index: 1;
}
.media__inner:after {
  content: "";
  display: table;
  clear: both;
}

/*-----------------------------------

	$media - tablet

-----------------------------------*/
@media screen and (max-width: 1023px) {
  .media__season01 {
    width: 80%;
    top: -8em;
  }
  .media__season02 {
    width: 20%;
    bottom: -2.4em;
    left: 6%;
  }
  .media__inner {
    width: 96%;
    padding: 4em 0 6em;
  }
}
/*-----------------------------------

	$media - mobile

-----------------------------------*/
@media screen and (max-width: 639px) {
  .media {
    background: url("../images/top/media_winter_bg_sp.png") no-repeat bottom center;
    background-size: 100% auto;
  }
  .media02 {
    background: url("../images/top/media_winter_bg_sp.png") no-repeat bottom center;
    background-size: 100% auto;
  }
  .media__season01 {
    width: 100%;
    top: -6em;
  }
  .media__season02 {
    width: 30%;
    bottom: .4em;
    left: 4%;
  }
  .media__inner {
    padding: 2em 0 8em;
  }
}
/*-----------------------------------

	$facebook

-----------------------------------*/
.facebook {
  width: 48%;
  float: left;
}

/*-----------------------------------

	$facebook - tablet

-----------------------------------*/
@media screen and (max-width: 1023px) {
  .facebook {
    width: 49%;
  }
}
/*-----------------------------------

	$facebook - mobile

-----------------------------------*/
@media screen and (max-width: 639px) {
  .facebook {
    width: 100%;
    float: none;
    margin: 0 0 1em;
  }
}
/*-----------------------------------

	$blog

-----------------------------------*/
.blog {
  width: 48%;
  min-height: 400px;
  background: url(../images/top/blog_bg.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0 3% 2em;
  float: right;
}
.blog__title {
  text-align: center;
}
.blog__title img {
  width: 80%;
  max-width: 313px;
}
.blog__inner {
  height: 260px;
  background: #fff;
  box-sizing: border-box;
  padding: 2em 6% 6em;
  position: relative;
}
.blog__list li {
  text-indent: -8em;
  line-height: 1.4;
  margin: 0 0 .6em;
  padding: 0 0 0 8em;
}
.blog__list span {
  text-indent: 0;
  margin: 0 1em 0 0;
}
.blog__list span:before {
  display: inline-block;
  content: "";
  font-family: Fontawesome;
  color: #CF6B78;
  margin: 0 .2em 0 0;
}
.blog__list a {
  text-decoration: underline;
}
.blog__list a:hover {
  text-decoration: none;
}
.blog__btn {
  text-align: right;
  margin: 2em 0 0;
  position: absolute;
  bottom: 2em;
  right: 6%;
}
.blog__btn a {
  display: inline-block;
  padding: .2em 1em;
  background: #CF6B78;
  border-radius: 2px;
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.blog__btn a:after {
  display: inline-block;
  content: "";
  font-family: Fontawesome;
  margin: 0 .2em 0 .4em;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.blog__btn a:hover {
  background: #c34455;
}
.blog__btn a:hover:after {
  margin: 0 0 0 .6em;
}

/*-----------------------------------

	$blog - tablet

-----------------------------------*/
@media screen and (max-width: 1023px) {
  .blog {
    width: 49%;
    min-height: 320px;
    padding: 0 3% 1.4em;
  }
  .blog__inner {
    height: auto;
    padding: 1em 6% 3.8em;
  }
  .blog__btn {
    bottom: 1.2em;
  }
}
/*-----------------------------------

	$blog - mobile

-----------------------------------*/
@media screen and (max-width: 639px) {
  .blog {
    width: 100%;
    float: none;
    padding: .2em 3% 1.4em;
  }
}
/*-----------------------------------

	$sns

-----------------------------------*/
.sns__inner {
  width: 1020px;
  margin: 0 auto;
  padding: 4em 0 0 0;
  position: relative;
}
.sns__list:after {
  content: "";
  display: table;
  clear: both;
}
.sns__list li {
  width: 46%;
  float: left;
}
.sns__list li:not(:first-child) {
  margin: 0 0 0 8%;
}
/*-----------------------------------

	$sns - tablet

-----------------------------------*/
@media screen and (max-width: 1023px) {
  .sns__inner {
    width: 96%;
    padding: 4em 0 0 0;
  }

}
/*-----------------------------------

	$sns - mobile

-----------------------------------*/
@media screen and (max-width: 639px) {
  .sns__inner {
     padding: 2em 0;
  }
  .sns__list li {
	width: 96%; 
	margin: 2em 2%;
	float: none;  
  }
  .sns__list li:not(:first-child) {
    margin: 0 0 0 2%;
  }		
}

/*-----------------------------------

	$human

-----------------------------------*/
.human {
  background: url(../images/top/human_bg.jpg) no-repeat center;
  background-size: cover;
}
.human__inner {
  width: 1020px;
  margin: 0 auto;
  padding: 8em 0;
}
.human__text {
  width: 48%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  padding: 1em 5% 2.6em;
  text-align: center;
}
.human__title img {
  width: 80%;
  max-width: 265px;
}
.human__btn a {
  display: inline-block;
  padding: .2em 1em;
  background: #243d5a;
  border-radius: 2px;
  color: #fff;
  font-size: .9em;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.human__btn a:after {
  display: inline-block;
  content: "";
  font-family: Fontawesome;
  margin: 0 .2em 0 .4em;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.human__btn a:hover {
  background: #152436;
}
.human__btn a:hover:after {
  margin: 0 0 0 .6em;
}

/*-----------------------------------

	$human - tablet

-----------------------------------*/
@media screen and (max-width: 1023px) {
  .human__inner {
    padding: 2em 0;
    width: 100%;
  }
  .human__text {
    padding: .6em 5% 2em;
  }
}
/*-----------------------------------

	$human - mobile

-----------------------------------*/
@media screen and (max-width: 639px) {
  .human__inner {
    padding: 1.6em 0;
  }
  .human__text {
    width: 90%;
    padding: .2em 5% 1.2em;
  }
  .human__title {
    margin: .6em 0 .8em;
  }
  .human__title img {
    width: 70%;
  }
}
/*-----------------------------------

	$charm

-----------------------------------*/
.charm {
  background: url(../images/common/bg_lightgray.jpg) repeat;
}
.charm__inner {
  width: 1020px;
  margin: 0 auto;
  padding: 4em 0;
  position: relative;
}
.charm__img01 {
  width: 46px;
  position: absolute;
  top: 42%;
  left: 30%;
}
.charm__img02 {
  width: 36px;
  position: absolute;
  top: 38%;
  right: 30.5%;
}
.charm__list:after {
  content: "";
  display: table;
  clear: both;
}
.charm__list li {
  width: 28%;
  float: left;
}
.charm__list li:not(:first-child) {
  margin: 0 0 0 8%;
}

/*-----------------------------------

	$charm - tablet

-----------------------------------*/
@media screen and (max-width: 1023px) {
  .charm__inner {
    width: 96%;
    padding: 2em 0;
  }
  .charm__img01, .charm__img02 {
    display: none;
  }
  .charm__list li {
    width: 32%;
  }
  .charm__list li:not(:first-child) {
    margin: 0 0 0 2%;
  }
}
/*-----------------------------------

	$charm - mobile

-----------------------------------*/
@media screen and (max-width: 639px) {
  .charm__inner {
    padding: .6em 0;
  }
}
/*-----------------------------------

	$link

-----------------------------------*/
.link {
  background: url(../images/common/bg_lightgray.jpg) repeat;
}
.link__inner {
  width: 1020px;
  margin: 0 auto;
  padding: 0 0 8em;
}
.link__title {
  text-align: center;
  position: relative;
  margin: 0 0 2em;
}
.link__title:before {
  display: inline-block;
  content: '';
  width: 100%;
  height: 1px;
  background: #444;
  position: absolute;
  top: 52%;
  left: 0;
}
.link__title span {
  display: inline-block;
  width: 22%;
  max-width: 232px;
  padding: 0 1em;
  background: url(../images/common/bg_lightgray.jpg) repeat;
  position: relative;
  z-index: 1;
}
.link__bnr {
  display: inline-block;
  letter-spacing: -.4em;
}
.link__bnr li {
  display: inline-block;
  width: 19.2%;
  margin: 0 1% 1em 0;
  letter-spacing: 0;
}
.link__bnr li:nth-of-type(5n) {
  margin: 0 0 1em;
}

/*-----------------------------------

	$link - tablet

-----------------------------------*/
@media screen and (max-width: 1023px) {
  .link__inner {
    width: 96%;
    padding: 0 0 6em;
  }
  .link__title {
    margin: 0 0 1em;
  }
  .link__title span {
    width: 40%;
  }
  .link__bnr li {
    margin: 0 1% .4em 0;
  }
  .link__bnr li:nth-of-type(5n) {
    margin: 0 0 .4em;
  }
}
/*-----------------------------------

	$link - mobile

-----------------------------------*/
@media screen and (max-width: 639px) {
  .link__inner {
    padding: 1em 0 4em;
  }
  .link__title {
    margin: 0 0 .6em;
  }
  .link__title span {
    width: 80%;
  }
  .link__bnr {
    display: block;
  }
  .link__bnr li {
    display: block;
    width: 100%;
    margin: 0 .2em;
  }
  .link__bnr li:nth-of-type(5n) {
    margin: 0 .2em;
  }
}
/*-----------------------------------

	$more

-----------------------------------*/
.more {
  background: url(../images/common/bg_lightgray.jpg) repeat;
}
.more__inner {
  width: 1020px;
  margin: 0 auto;
  padding: 0 0 4em;
}
.more__title {
  position: relative;
  font-family: "Sawarabi Mincho";
  border-top: 1px dotted #243d5a;
  border-bottom: 1px dotted #243d5a;
  padding: .6em 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #243d5a;
  margin: 0 0 1em;
  text-align: center;
}
.more__bnr li {
  margin: 0 .7em;
}

/*-----------------------------------

	$more - tablet

-----------------------------------*/
@media screen and (max-width: 1023px) {
  .more__inner {
    padding: 2em 0 4em;
    width: 96%;
  }
}
/*-----------------------------------

	$more - mobile

-----------------------------------*/
@media screen and (max-width: 639px) {
  .more__title img {
    width: 80%;
  }
  .more__bnr li {
    margin: 0 2em;
  }
}


  .card-custom {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,.08);
    transition: transform .25s ease, box-shadow .25s ease;
    margin-bottom: 20px;  
  }
  .card-custom:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,.12);
  }
  .card-img {
    position: relative;
    aspect-ratio: 16 / 10;
    background-size: cover;
    background-position: center;
  }
  .card-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,0) 60%);
  }
  .card-title-overlay {
    position: absolute;
  inset: 0; /* top, right, bottom, left 全て0 */
  display: flex;
  align-items: center;   /* 垂直中央 */
  justify-content: center; /* 水平中央 */
  padding: 0; /* 中央寄せなので余白不要 */
  color: #fff;
  font-weight: bold;
  text-shadow: 0 2px 6px rgba(0,0,0,.4);
  z-index: 1;
  font-size: 18px;
  text-align: center; /* 複数行でも中央寄せ */
  }
  .card-body ul {
    list-style: none;  
     padding-left: 10px;
   margin: 10px;
      
  }
 .card-body li {
  position: relative;
  padding-left: 1.2em; /* マーカー分の余白 */
  padding-bottom: 6px;
  font-size: 15px;
  color: #374151;
  padding-bottom: 10px; /* テキストと線の距離 */
  margin-bottom: 10px;  /* li同士の間隔 */
  list-style: none;
}

.card-body li::before {
  content: "●"; 
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.6em;
  color: #a99787;
}

.card-body li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3%;
  right: 10%;
  height: 1px;
  background: #f2ece7;
  display: block;
  box-sizing: border-box;
}

.card-body li:last-child::after {
  display: none;
}

 /*-----------------------------------

	$sns_topics

-----------------------------------*/
.sns_topics{
    background: white;
}
.sns_topics__inner {
  position: relative;    
  width: 1040px;
  margin: 0 auto;
  padding: 4em 0 8em;
  z-index: 2;    
}

h1.sns_topic_ttl {
     border-bottom: 1px dashed #a8a8a8;
  padding: .2em 0;
  color: #243d5a;
  font-size: 1.8em;    
  margin: 0 0 1em;
 
}
.social-links-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a58a6a;
  border-radius: 50px;
  padding: 20px 30px;
  gap: 30px;
  flex-wrap: nowrap;
}
.social-link-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  position: relative;
  padding: 0 15px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  white-space: nowrap; /* ← 改行防止 */
  gap: 3px; /* ← アイコンと文字の間隔 */
  flex-shrink: 0; /* ← 要素が縮まないように */
}

.social-link-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px; /* ← 少し長めに変更 */
  border-left: 1px dashed rgba(255, 255, 255, 0.6);
}
.social-link-item img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}


/* ホバーアニメーション */
.social-link-item:hover {
  transform: translateY(-3px);
  opacity: 0.8;
}
/*-----------------------------------

	$sns_topics - tablet

-----------------------------------*/
@media screen and (max-width: 1023px) {
  .sns_topics__inner {
    padding: 2em 0 4em;
    width: 96%;
  }
}
/*-----------------------------------

	$sns_topics - mobile

-----------------------------------*/
@media screen and (max-width: 639px) {
  .sns_topics__title img {
    width: 60%;
  }
 .social-links-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 30px;
    background-color: #a58a6a;
    border-radius: 20px;
    padding: 20px;
    justify-items: start;
  }

  .social-link-item {
    padding: 0;
  }

  .social-link-item:not(:last-child)::after {
    display: none; /* スマホでは区切り線なし */
  }    

}
/*# sourceMappingURL=top.css.map */
