@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h2, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
:focus{outline:0;}

ol, ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption, th, td{font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after{content:"";}
blockquote, q{quotes:"" "";}
a img{border:0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:inline-block;}
/* -------------------------------------------------------------- */

body{
color:#555;
font-size:13px;
font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
-webkit-text-size-adjust:100%;
text-align: center;
overflow-x: hidden;
}
#wrap_1 {
	background-image:url("../images/summer-sun.png");
	background-repeat: no-repeat;
	background-position: initial;
	background-size: contain;
	background-color: #2e8beb;
    padding-bottom: 3vw;
    text-align:center;
}
#wrap_2 {
	text-align:center;
	background-color: #000;
	margin-top: -17vw;
}



/* リンク設定
---------------------------------------------------------
---*/
a{color:#FFF;text-decoration:none;}
a:hover{color:#488fdd;}
a:active, a:focus {outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
width:100%;
position:relative;
text-align:center;
}


/* タイトル部
------------------------------------------------------------*/

#shade_item,#mat_item {
	position:relative;
}
h2 {
	white-space:pre-line;
}
.grid p {
	white-space: pre-line;
}
section:not(#fog_item) {
	background: rgba(255,255,255,0.5);
    border-radius: 30px;
}



/*===============================
20211126 レスポンシブ表示用 村田
===============================*/
@media screen and (max-width: 1024px) {
  .pc {
	display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .sp {
	display: none !important;
  }
}


/* 共通部
------------------------------------------------------------*/

#fog_item h2 {
	color:#fff;
}
.gridWrapper{
clear:both;
padding-bottom:20px;
overflow:hidden;
}

* html .gridWrapper{height:1%;}

.grid{
overflow:hidden;
}

.box{
padding:10px;
}

.box img{
max-width:100%;
height:auto;
}

.box h2{
font-size:16px;
padding:10px 0 15px;
}

.box h2, .box p{
	color: #000;
	text-align:center;
}


.box p.readmore a{
padding:3px 7px;
border-radius:3px;
}
#page-top {
    position: fixed;
    right: 5px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #fff;
    padding: 0 0 0 35px;
    border-top: solid 1px;
}
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}

.image-row {
  display: flex;
  gap: 10px; /* 画像の間隔 */
  margin-top: 10px;
}

.image-row img {
  width: 100%; /* サイズ調整 */
  height: auto;

}
 /* ボタン2 */
.button_line008 a {
	text-decoration: none; 
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #232323;
}
@media screen and (max-width: 1024px) {
	.button_line008 {
		max-width: 95%;
		margin: 0 auto;
		
	}
}
.button_line008 a:hover {
    background: #636363;
    color: #000000;
}
.button_line008 a:before, .button_line008 a:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.button_line008 a:before {
  top: 0;
  left: 0;
}
.button_line008 a:after {
  bottom: 0;
  right: 0;
}
.button_line008 a:hover:before, .button_line008 a:hover:after {
  width: 100%;
  height: 100%;
}
.button_line008 a:hover:before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
.button_line008 a:hover:after {
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
  transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.15s ease-out 0.3s;
}
/* ボタン2 */

.c_code_bg {
	background-color: #f0af33;
    background-size: 100%;
	width: 100%;
	height:auto;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	.c_code_bg {
		background-color: #f0af33;
		width: 95%;
		margin: -2vw auto;
		text-align: center;
	}
}
.c_code_bg p {
/*	color:#000;*/
	font-size:20px;
}
.couponsun p {
/*	color:#000;*/
	font-size:20px;
}
.couponsun_sp p {
/*	color:#000;*/
	font-size:20px;
}

/* SP用
------------------------------------------------------------*/
@media only screen and (max-width:499px){
section {
	text-align: center;
    width: 90%;
    display: inline-block;
    padding: 3vw;
    box-sizing: border-box;
    background-color:#fff;
    margin: 7vw 0;
}
section h1 {
	width:100%;
	display:inline-block;
    margin: 5vw 0;
}
#wrap_1 {
    padding-bottom: 50vw;
}
#wrap_2 {
	text-align:center;
	background-color: #000;
	margin-top: -17vw;
}
#wrap_2 img:not(.box img) {
    width:100%;
    margin: 2vw 0 10vw 0;
}
#bk_im {
	background-image:url("../images/summer-sun.png");
	background-size: contain;
    background-position: initial;
    background-repeat: no-repeat;
	width: 100%;
	height:500px;
	position:relative;
	text-align:center;
	margin-bottom: -15vw;
}
#bk_im img {
	position:absolute;
	left: 10vw;
    top: 20vw;
    width: 80%;
}
#bk_im p {
	position:absolute;
    top: 36vw;
    width: 100%;
    white-space: pre-line;
    text-align:center;
    color:#fff;
    font-size:4vw;
}
.box h2 {
	font-size: 3.5vw!important;
}
.box {
	position: relative;
    margin-bottom: 10vw;
}
.readmore {
	position:absolute;
	width:150px;
}
.box p:not(.readmore) {
	display:none;
}

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
text-align: center;
margin-top: -0.5vw;
background-color: darkturquoise;
padding: 5px;
border-radius: 25px;
position: absolute;
left: 14vw;
top: 330px;
}

/*日除けアイテムのモーダルウィンドウ指示*/
.modal_content{
  	position: relative;
	align-self: center;
	text-align: center;
	width: 90%;
	height: 70%;
	padding: 0 1vw;
	box-sizing: border-box;
	background: #fff;
	line-height: 0;
	transition: 0.5s;
}
.modal_content article {
	white-space: pre-line;
    font-size: 4vw;
    line-height: 6.5vw;
    letter-spacing: 2px;
}
.video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*車種選択用*/
select {
        width: 100%;
        height: 45px;
        font-size: 20px;
        padding: 7px;
        font-family: 'Kosugi Maru', sans-serif;
        margin: 1vw 0;
    }

#fog_item {
    margin-top: 10vw;
    background: rgba(255,255,255,0.2);
    padding:20px;
    border-radius: 25px;
}
#fog_item p,h2:not(.readmore) {
	color:#fff;
}
#gelila {
	position:relative;
	font-family: 'Zen Antique', serif;
}
.gelila_text {
	white-space:pre-line;
}
#gelila p:not(.gelila_text) {
    color: #fff;
    font-size: 7vw;
    position: absolute;
    top: 12vw;
    left:18vw;
}
.gelila_text {
	font-size: 4vw;
    color: #fff;
    position: absolute;
    top: 10vw;
    left: 3vw;
    white-space: pre-line;
    padding: 12vw;
}


/*動画背景指示*/
.rain_mov {
    opacity: 0.2;
    display:inline-block;
    background: inherit;
	 filter: brightness(70%);
	 position: relative;
    width:100%;
  overflow: hidden;
}
#video-background {
/*  動画を背景に設定するスタイルシート  */
    width: 100%;
    height: 60vw;
    opacity: 0.2;
    object-fit: cover;
}

#taiyou,#pri_car,#voxy_car,#alvell_car,#sand_foot,#beach {
	display:none;
}
.img_aida {
	margin-top: -70vw;
    width: 100%;
}
#sokode {
	width: 70%;
    margin: 5vw 0 1vw 0;
}
.neon {
  color: #FFF;       /* 文字色を白に変更 */
  font-size: 7vw;   /* 文字サイズを50pxに指定 */
  font-family: Beon; /* ネオン風のフォントを指定(ダウンロードしたもの) */
  animation: flash 1s infinite; /* アニメーションflashを1秒ごとに繰り返す */
}
@keyframes flash {
  0%, 100% {
    /* 明るく光るよう影を重ねる */
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fffc00, 0 0 70px #fffc00, 0 0 80px #fffc00, 0 0 100px #ff00de, 0 0 150px #ff00de;
  }
  50% {
    /* 淡く光るよう影を重ねる */
    text-shadow: 0 0 10px #fff, 0 0 20px #fcfcfc, 0 0 30px #fcfcfc, 0 0 40px #fffc00;
  }
}
}

section#shade_item hr{
    border: none;
    border-top: 2px dotted #91ade5;
    margin: 5vw 0;
}

#wrap_2 section .rink img{
    margin-top: 2vw;
    width: 100%;
}

#wrap_2 section hr{
    border: none;
    border-top: 2px dotted #a4a4a4;
    margin: 3vw 0 1.5vw;
}

/* PC用
------------------------------------------------------------*/
@media only screen and (min-width:1024px){
	.gridWrapper{
	display:table;
	border-collapse:separate;
	border-spacing:0px;
	}

	/* グリッド */
	.grid,section#shade_item .grid3psc{
	width:32%;
	display:inline-block;
	}
	section#shade_item .grid,.per36 {
	width:36%;    
	}
    .per36 p {
    width:80%;    
    display:inline-block;
    }
    .br::before {
    content: "\A" ;
    white-space: pre ;
}
#wrap_2 {
	text-align: center;
    background-color: #000;
    margin-top: -17vw;
    width: 100%;
}
section {
	display:inline-block;
	text-align: center;
    width: 1080px;
    margin: 40px 0;
    padding: 80px;
    box-sizing: border-box;
    background-color:#fff;
}
section h1 {
	width:70%;
	display:inline-block;
	margin: 1vw 0 1.2vw 0;
}
h2 {
	font-size:15pt!important;
	white-space:pre-line;
	text-align:left;
}
h2.sml {
	font-size:11pt!important;
	white-space:pre-line;
    padding: 10px 0 0;
    margin-bottom: -2px;
}
#bk_im {
	width: 100%;
	height:500px;
	position:relative;
	text-align:center;
	margin: 0 0 10vw 0;
}
#bk_im img {
	position:absolute;
	left: 80px;
    top: 190px;
    width: 80%;
}
#bk_im p {
	position: absolute;
    top: 430px;
    width: 100%;
    font-size: 20px;
    white-space: pre-line;
    text-align: center;
    color: #fff;
}
.box p.readmore{
padding:10px 5px 5px;
text-align:right;
text-align: center;
margin-top: -0.5vw;
background-color: darkturquoise;
padding: 5px;
border-radius: 25px;
margin: 15px 0;
}
#ryokan_item {
	    background-image: url(../images/2305_sum_ice.png);
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: left;
}
/*日除けアイテム選択装飾*/
select {
    width: 60%;
    height: 50px;
    font-size: 20px;
    padding: 7px;
    font-family: 'Kosugi Maru', sans-serif;
    margin: 0.5vw 0;
    }

/*日除けアイテム用モーダルウィンドウ指示*/
.modal_content{
    position: relative;
    align-self: center;
    text-align: center;
    width: 45%;
    padding: 0 100px;
    box-sizing: border-box;
    background: #fff;
    line-height: 0;
    transition: 0.5s;
    height: 45vw;
}
.modal_overlay img {
    width: 50%!important;
}
.modal_content article {
	white-space: pre-line;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 2px;
    margin: 3vw 0;
}
.video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.readmore img {
	width:45%;
}
#gelila {
	position:relative;
	font-family: 'Zen Antique', serif;
}
#gelila p:not(.gelila_text) {
    color: #fff;
    font-size: 5.5vw;
    position: absolute;
    top: 5vw;
    left: 27vw;
}
.gelila_text {
	font-size:20px;
	color: #fff;
	position: absolute;
    top: 13vw;
    left: 40vw;
    white-space:pre-line;
}
#fog_item {
    background: rgba(255,255,255,0.2);
    padding:30px;
    margin:0vw 0;
    max-width: 100%;
    background-color: #000;
    z-index: 999;
}
#fog_item section {
	margin-top:20vw;
}
#fog_item p,h2:not(.readmore) {
	color:#fff;
}

/*画像あしらい*/
#taiyou,#pri_car,#voxy_car,#alvell_car,#sand_foot,#beach {
	position: absolute;
}
#taiyou {
    width: 15%;
    left: 1068px;
    top: 1px;
}
#pri_car {
    width: 40%;
    left: -15%;
    left: -15%;
    top: 58%;
}
#voxy_car {
    width: 25%;
    left: 80%;
    top: 80%;
}

#alvell_car {
    width: 38%;
    left: 77%;
    top: 59%;
}

#sand_foot {
    width: 15%;
    left: 5%;
    top: 9%;
}
#beach {
    width: 30%;
    right: -10%;
    bottom: -5%;
}

/*背景動画指示*/
#video-background {
/*  動画を背景に設定するスタイルシート  */
  min-width: 100%;
    width: auto;
    height: 25vw;
    opacity: 0.2;
    object-fit: cover;
}

.neon {
  color: #FFF;       /* 文字色を白に変更 */
  font-size: 50px;   /* 文字サイズを50pxに指定 */
  font-family: Beon; /* ネオン風のフォントを指定(ダウンロードしたもの) */
  animation: flash 1s infinite; /* アニメーションflashを1秒ごとに繰り返す */
}

@keyframes flash {
  0%, 100% {
    /* 明るく光るよう影を重ねる */
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fffc00, 0 0 70px #fffc00, 0 0 80px #fffc00, 0 0 100px #ff00de, 0 0 150px #ff00de;
  }
  50% {
    /* 淡く光るよう影を重ねる */
    text-shadow: 0 0 10px #fff, 0 0 20px #fcfcfc, 0 0 30px #fcfcfc, 0 0 40px #fffc00;
  }
}
.img_aida {
	margin-top: -50vw;
    width: 100%;
}
}


/* ブレイクポイント
------------------------------------------------------------*/
@media (min-width:500px) and (max-width:1024px){
section {
    text-align: center;
    width: 90%;
    display: inline-block;
    padding: 3vw;
    box-sizing: border-box;
    background-color:#fff;
    margin: 7vw 0;
}
section h1 {
    width:100%;
    display:inline-block;
    margin: 5vw 0;
}
#wrap_1 {
    padding-bottom: 50vw;
}
#wrap_2 {
    text-align:center;
    background-color: #000;
    margin-top: -17vw;
}
.grid,.grid3psc{
    overflow:hidden;
    width:48%;
}
#bk_im {
    background-image:url("../images/summer-sun.png");
    background-size: cover;
    background-position: initial;
    background-repeat: no-repeat;
    width: 100%;
    height:500px;
    position:relative;
    text-align:center;
    margin-bottom: 30vw;
}
#bk_im img {
    position:absolute;
    left: 10vw;
    top: 45vw;
    width: 80%;
}
#bk_im p {
    position:absolute;
    top: 60vw;
    width: 100%;
    white-space: pre-line;
    text-align:center;
    color:#fff;
    font-size:3.2vw;
}
.box h2 {
    font-size: 3.2vw!important;
}
h2.sml {
    font-size: 2vw!important;
	white-space:pre-line;
    padding: 10px 0 0;
    margin-bottom: 0.5vw;
}
.box {
    text-align:center;
    margin-bottom: 7vw;
}
.readmore {
    width:150px;
}
.box p:not(.readmore) {
    display:none;
}

.box p.readmore{
    padding: 10px 5px 5px;
    text-align: right;
    text-align: center;
    margin-top: -0.5vw;
    background-color: darkturquoise;
    /* padding: 5px; */
    border-radius: 25px;
    width: 25vw;
    height: 4vw;
    font-size: 2.5vw;
    display:inline-block;
}

/*日除けアイテムのモーダルウィンドウ指示*/
.modal_content{
    position: relative;
    align-self: center;
    text-align: center;
    width: 90%;
    height: 80%;
    padding: 0 1vw;
    box-sizing: border-box;
    background: #fff;
    line-height: 0;
    transition: 0.5s;
}
.modal_content article {
    white-space: pre-line;
    font-size: 3vw;
    line-height: 5.5vw;
    letter-spacing: 2px;
}
.video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*車種選択用*/
select {
        width: 100%;
        height: 45px;
        font-size: 20px;
        padding: 7px;
        font-family: 'Kosugi Maru', sans-serif;
        margin: 1vw 0;
    }
#mat_item select:nth-child(2n) {
    margin-bottom: 5vw;
}
#fog_item {
    margin-top: 10vw;
    background: rgba(255,255,255,0.2);
    padding:20px;
    border-radius: 25px;
}
#fog_item p,h2:not(.readmore) {
    color:#fff;
}
#gelila {
    position:relative;
    font-family: 'Zen Antique', serif;
}
.gelila_text {
    white-space:pre-line;
}
#gelila p:not(.gelila_text) {
    color: #fff;
    font-size: 7vw;
    position: absolute;
    top: 12vw;
    left:18vw;
}
.gelila_text {
    font-size: 4vw;
    color: #fff;
    position: absolute;
    top: 10vw;
    left: 3vw;
    white-space: pre-line;
    padding: 12vw;
}


/*動画背景指示*/
.rain_mov {
    opacity: 0.2;
    display:inline-block;
    background: inherit;
     filter: brightness(70%);
     position: relative;
    width:100%;
  overflow: hidden;
}
#video-background {
/*  動画を背景に設定するスタイルシート  */
    width: 100%;
    height: 60vw;
    opacity: 0.2;
    object-fit: cover;
}


#taiyou,#pri_car,#voxy_car,#alvell_car,#sand_foot,#beach {
    display:none;
}
.img_aida {
    margin-top: -70vw;
    width: 100%;
}
#sokode {
    width: 70%;
    margin: 5vw 0 1vw 0;
}
.neon {
  color: #FFF;       /* 文字色を白に変更 */
  font-size: 7vw;   /* 文字サイズを50pxに指定 */
  font-family: Beon; /* ネオン風のフォントを指定(ダウンロードしたもの) */
  animation: flash 1s infinite; /* アニメーションflashを1秒ごとに繰り返す */
}
@keyframes flash {
  0%, 100% {
    /* 明るく光るよう影を重ねる */
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fffc00, 0 0 70px #fffc00, 0 0 80px #fffc00, 0 0 100px #ff00de, 0 0 150px #ff00de;
  }
  50% {
    /* 淡く光るよう影を重ねる */
    text-shadow: 0 0 10px #fff, 0 0 20px #fcfcfc, 0 0 30px #fcfcfc, 0 0 40px #fffc00;
  }
}
#page-top {
    position: fixed;
    right: -2vw;
    bottom: 5vw;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 4vw;
    line-height: 1.5rem;
    color: #fff;
    padding: 0 0 0 35px;
    border-top: solid 1px;
}
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
}


@media (max-width:725px){
    h2.sml {
        font-size: 1.8vw!important;
        margin-bottom: 0.6vw;
    }
}

@media (max-width:499px){
    h2.sml {
        font-size: 3vw!important;
        margin-bottom: -4vw;
    }
}




    /* サンシェードクーポン */
    .copy-container {
        text-align: center;
        position: relative;
        display: inline-block;
        width: 100%;
    }
    .nya-message {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        padding: 15px 30px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: bold;
        z-index: 100;
        white-space: nowrap;
        pointer-events: none; /* メッセージがクリックを邪魔しないように */
    }
    /* タイマー非表示用の基本設定（JSで制御） */
    .view_timer { display: none; }


