@charset "utf-8";

/* スマホ（～640px）基本設定 */
/*@media (max-width: 640px) {
  body {
	font-size: 14px;
  }
}*/
body {
	font-size: 16px;
	line-height: 1;
}
body,
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}


img { vertical-align: top;}

.pc { display: none;}

a:hover {
	opacity: 0.8;
}

/*フォント設定*/
body {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mT5 { margin-top: 5px !important;}
.mT10 { margin-top: 10px !important;}
.mT15 { margin-top: 15px !important;}
.mT20 { margin-top: 20px !important;}
.mT25 { margin-top: 25px !important;}
.mT30 { margin-top: 30px !important;}
.mT40 { margin-top: 40px !important;}
.mT50 { margin-top: 50px !important;}
.mB5 { margin-bottom: 5px !important;}
.mB10 { margin-bottom: 10px !important;}
.mB15 { margin-bottom: 15px !important;}
.mB20 { margin-bottom: 20px !important;}
.mB25 { margin-bottom: 25px !important;}
.mB30 { margin-bottom: 30px !important;}
.mB40 { margin-bottom: 40px !important;}
.mB50 { margin-bottom: 50px !important;}
.mL5 { margin-left: 5px !important;}
.mL10 { margin-left: 10px !important;}
.mL15 { margin-left: 15px !important;}
.mL20 { margin-left: 20px !important;}
.mL25 { margin-left: 25px !important;}
.mL30 { margin-left: 30px !important;}
.mL40 { margin-left: 40px !important;}
.mL50 { margin-left: 50px !important;}
.mR5 { margin-right: 5px !important;}
.mR10 { margin-right: 10px !important;}
.mR15 { margin-right: 15px !important;}
.mR20 { margin-right: 20px !important;}
.mR25 { margin-right: 25px !important;}
.mR30 { margin-right: 30px !important;}
.mR40 { margin-right: 40px !important;}
.mR50 { margin-right: 50px !important;}

.pdT5 { padding-top: 5px !important;}
.pdT10 { padding-top: 10px !important;}
.pdT15 { padding-top: 15px !important;}
.pdT20 { padding-top: 20px !important;}
.pdT25 { padding-top: 25px !important;}
.pdT30 { padding-top: 30px !important;}
.pdT40 { padding-top: 40px !important;}
.pdT50 { padding-top: 50px !important;}
.pdB5 { padding-bottom: 5px !important;}
.pdB10 { padding-bottom: 10px !important;}
.pdB15 { padding-bottom: 15px !important;}
.pdB20 { padding-bottom: 20px !important;}
.pdB25 { padding-bottom: 25px !important;}
.pdB30 { padding-bottom: 30px !important;}
.pdB40 { padding-bottom: 40px !important;}
.pdB50 { padding-bottom: 50px !important;}
.pdL5 { padding-left: 5px !important;}
.pdL10 { padding-left: 10px !important;}
.pdL15 { padding-left: 15px !important;}
.pdL20 { padding-left: 20px !important;}
.pdL25 { padding-left: 25px !important;}
.pdL30 { padding-left: 30px !important;}
.pdL40 { padding-left: 40px !important;}
.pdL50 { padding-left: 50px !important;}
.pdR5 { padding-right: 5px !important;}
.pdR10 { padding-right: 10px !important;}
.pdR15 { padding-right: 15px !important;}
.pdR20 { padding-right: 20px !important;}
.pdR25 { padding-right: 25px !important;}
.pdR30 { padding-right: 30px !important;}
.pdR40 { padding-right: 40px !important;}
.pdR50 { padding-right: 50px !important;}


#topmenu,
.content01 .readtxt {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}

.note {
	font-size: 12px;
	line-height: 1.5em;
}
.indent1 {
	text-indent: -1em;
	margin-left: 1em;
}
.indent5 {
	text-indent: -5em;
	margin-left: 5em;
}



/*ヘッダービジュアル*/
#topcontent {
	background-image: url(../images/top_img.jpg);
	background-position: top center;
	background-size: cover;
	height: 590px;
	text-align: center;
	clip-path: ellipse(160% 77% at 50% 15%);
}
#topcontent h2 img {
	width: 95%;
	margin: 80px 0 120px;
}
#topcontent .reserve {
	margin: auto;
	width: 12em;
	border: 4px solid #fff;
	border-radius: 50px;
}
#topcontent .reserve p {
	background-color: #fff;
	opacity: 0.8;
	padding: 10px 15px;
	border-radius: 50px;
}
#topcontent .reserve a {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #079086;
	display: block;
	text-decoration: none;
	opacity: 1;
	position: relative;
}
#topcontent .reserve a::before {
	background: url(../images/ico_win01.png) right top / 100% 100%  no-repeat;
	content: "";
	display: block;
	width: 10px;
	height: 9px;
	position: absolute;
	top: -7px;
	right: -5px;
}
#topcontent .reserve a::after {
-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -3px 0 0 8px;
	content: "";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    border-top: 3px solid #079086;
    border-right: 3px solid #079086;
}

/*01～05共通*/
.content01 h2 {
	text-align: center;
}
.content01_inner {
	margin-bottom: 4em;
}
.content01 .readtxt {
	color: #005569;
	line-height: 1.6em;
	margin: 10px 0 50px;
}
.content01 .readtxtBox {
	width: 90%;
	margin: auto;
}


/*01 いいこといっぱい！黒部ダムの魅力*/
#sec01 h2 img {
	width: 240px;
}
#sec01 .readimg {
	display: block;
	text-align: center;
	margin: 25px auto;
}
#sec01 .readimg img {
	width: 100%;
}
#sec01 h4 {
	background-image: url(../images/sec01/sec01_h4_bg.png);
	background-position: center 1px;
	background-repeat: no-repeat;
	padding: 25px 0	;
	color: #00bec9;
	text-align: center;
	font-size: 26px;
	font-family: "Kiwi Maru", serif;
	font-weight: normal;
}
#sec01 h4::after {
	background-image: url(../images/sec01/sec01_h4_bg.png);
	background-position: center 10px;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 1em;
}
#sec01 .souvenir .souvenir01 {
	background-image: url(../images/sec01/sec01_03.png);
	background-position: -50px 0px;
	background-repeat: no-repeat;
	background-size: 200px;
	padding: 5px 1em 1em 160px;
	margin-bottom: 0;

}
#sec01 .souvenir .souvenir02 {
	background-image: url(../images/sec01/sec01_04.png);
	background-position: right -40px top 0;
	background-repeat: no-repeat;
	background-size: 200px;
	padding: 2em 10em 2em 1.5em;
}

/*02 楽しさいっぱい！黒部ダムの楽しみ方*/
#sec02 {
	background: url(../images/sec02/bg_sp_01.png) no-repeat center top;
	background-size: 120%;
	padding-top: 40px;
}
#sec02 h2 img {
	width: 320px;
}
#sec02 .sec02map {
	display: block;
	margin-bottom: 90px;
	text-align: center;
}
#sec02 .sec02map img {
	width: 100%;
}

/*クリッカブルマップ*/
.maplink {
	position: relative;
}
.maplink ul li {
	position: absolute;
	list-style-type: none;
}
#maplink_01 {
	top: 40%;
	left: 18%;
}
#maplink_02 {
	top: 46%;
	left: 41%;
}
#maplink_03 {
	top: 58%;
	left: 55%;
}
#maplink_04 {
	top: 65%;
	left: 44%;
}
#maplink_05 {
	top: 27%;
	left: 42%;
}

#sec02 #spot {
	position: relative;
	background: url(../images/sec02/bg_sp_02.png) no-repeat center top;
	background-size: 120%;
	margin-top: -20px;
	margin-bottom: 1em;
}
#sec02 #spot h3 {
	position: absolute;
	right: 30px;
	top: -50px;
	padding: 35px 25px 40px 40px;
	font-size: 16px;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	color: #fff;
	background: url(../images/sec02/sec02_h3_bg_sp.png) no-repeat center top;
}
#sec02 #spot .photBox {
	font-family: "Kiwi Maru", serif;
	margin-top: 50px;
	height: 59em;
}
#sec02 #spot .photBox dl {
	width: 170px;
	position: absolute;
	background: url(../images/sec02/sec02_dl_sp.png) no-repeat center bottom,
		url(../images/sec02/sec02_dl_sp.png) no-repeat center top;
	padding: 0 0 9px 0;
}
#sec02 #spot .photBox dt {
	background: url(../images/sec02/sec02_dt_sp.png) no-repeat center top;
	background-size: 170px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	padding: 10px 5px 9px 5px;
	position: relative;
	z-index: 8;
}
#sec02 #spot .photBox dt a {
	color: #fff;
	text-decoration: none;
}
#sec02 #spot .photBox dt a:hover {
	text-decoration: underline;
}
#sec02 #spot .photBox dd {
	margin: -8px 9px 3px 9px;
	position: relative;
	z-index: 5;
}
#sec02 #spot .photBox dd picture img {
	border-radius: 0 0 15px 15px;
}
#sec02 #spot .photBox dd picture a:hover {
	opacity: 1;
}
#sec02 #spot .photBox dd p {
	line-height: 1.2em;
	color: #FF8000;
	font-size: 14px;
	margin-top: -25px;
	padding: 33px 3px 13px 7px;
	background: url(../images/sec02/sec02_dd_sp.png) no-repeat center top,
	url(../images/sec02/sec02_dd_sp.png) no-repeat center bottom;
	background-size: 155px;
}
#sec02 #spot .photBox dd img {
	width: 100%;
}
#sec02 #spot #phot01 {
	top: 0px;
	left: 8px;
}
#sec02 #spot #phot02 {
	top: 5em;
	right: 8px;
}
#sec02 #spot #phot03 {
	top: 19em;
	left: 8px;
}
#sec02 #spot #phot04 {
	top: 26em;
	right: 8px;
}
#sec02 #spot #phot05 {
	top: 40em;
	left: 8px;
}

#sec02 #spot #phot01 span,
#sec02 #spot #phot02 span,
#sec02 #spot #phot03 span,
#sec02 #spot #phot04 span,
#sec02 #spot #phot05 span {
	font-size: 0;
	display: block;
	width: 30px;
	height: 52px;
	position: absolute;
	top: -13px;
	left: -2px;
}
#sec02 #spot #phot04 .spot_span,
#sec02 #spot #phot05 .spot_span {
	font-size: 14px;
	display: block;
	width: unset;
	height: unset;
	position: unset;
	top: unset;
	left: unset;
}
#sec02 #spot #phot01 span {
	background: url(../images/sec02/sec02_phot01.png) no-repeat center top;
}
#sec02 #spot #phot02 span {
	background: url(../images/sec02/sec02_phot02.png) no-repeat center top;
}
#sec02 #spot #phot03 span {
	background: url(../images/sec02/sec02_phot03.png) no-repeat center top;
}
#sec02 #spot #phot04 span {
	background: url(../images/sec02/sec02_phot04.png) no-repeat center top;
}
#sec02 #spot #phot05 span {
	background: url(../images/sec02/sec02_phot05.png) no-repeat center top;
}
#sec02 #spot #phot02 dt {
	padding-left: 25px;
}
#sec02 #spot #phot03 dt {
	padding-left: 15px;
}
#sec02 #spot #phot04 .spot_span,
#sec02 #spot #phot05 .spot_span {
	background: unset;
}

#sec02 #spot .photBox #photlink {
	position: absolute;
	top: 56em;
	right: 19px;
	font-size: 14px;
	text-align: center;
	background: none;
	margin: 0;
	padding: 0;
}
#sec02 #spot .photBox #photlink dt {
	margin: 0;
	padding: 0;
	color: #FF8000;
	background: url(../images/sec02/sec02_link_bg.png) no-repeat left 5px bottom 2px;
	padding: 0 0 14px;
}
#sec02 #spot .photBox #photlink dd {
	margin: 0;
	padding: 0;
	background: none;
}
#sec02 #spot .photBox #photlink a {
	color: #FF8000;
}

#sec02 #season h3 {
	background: url(../images/sec02/sec02_h3_bg_02.png) no-repeat center top;
	background-size: contain;
	padding: 39px 10px 25px 10px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-size: 22px;
}
#sec02 #season .readtxt {
	margin: 1em 2em 2em;
}
#sec02 #forseason {
	font-family: "Kiwi Maru", serif;
	font-weight: normal;
}
#sec02 .seasonIn {
	display: flex;
	margin: 0 0.5em 1em 0.5em;
}
#sec02 .seasonphot {
	width: 200px;
}
#sec02 .seasonphot p {
	margin: 0.5em 0 0.5em 2em;
	text-indent: -1em;
	line-height: 1.2em;
}
#sec02 .seasonIn picture img {
	width: 100%;
}
#sec02 .seasonIn dl {
	flex: 1;
}
#sec02 .seasonIn dt {
	margin: 0 0 5px 0;
}
#sec02 .seasonIn dd {
	line-height: 1.4em;
	font-size: 14px;
}

#sec02 #forseason .note {
	font-size: 12px;
}
#sec02 #season01 {
	color: #F77CD2;
}
#sec02 #season02 {
	flex-direction: row-reverse;
	color: #4080c0;
}
#sec02 #season03 {
	color: #E36462;
}

#sec02 #season01 dl, #sec02 #season03 dl {
	margin: 5px 0 1em 8px;
}
#sec02 #season02 dl {
	margin: 5px 0.2em 0 8px;
}




/*03 2つのルート！！黒部ダムのへ行き方*/
#sec03 {
	background: url(../images/sec03/sec03_bg_sp.png) no-repeat center top;
	background-size: 120%;
	padding-top: 40px;

}
#sec03 h2 img {
	width: 310px;
}
#sec03 #access01 {
	margin: 15px auto 0;
	background: url(../images/sec03/access01_bg.png) no-repeat center top;
	background-size: 350px;
	width: 350px;
	font-family: "Kiwi Maru", serif;
}
#sec03 #access01 dt {
	background: url(../images/sec03/access01_dt.png) no-repeat center top;
	background-size: 350px;
	text-align: center;
	color: #fff;
	font-size: 21px;
	padding: 20px 10px;
	border-radius: 10px;
}
#sec03 #access01 dd {
	padding: 5px 10px 25px 15px;
}
#sec03 #access01 dd p {
	margin: 0 9px 10px 15px;
	line-height: 1.4em;
}
#access01in {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
#sec03 #access01 ul {
	width: 200px;
}
#sec03 #access01 li {
	list-style: none;
	margin-bottom: 10px;
}
#sec03 #access01 li img {
	width: 100%;
}
#access01in picture {
	text-align: center;
}
#access01in picture img {
	width: 90%;
}

#access02 h3,
#access03 h3 {
	background: url(../images/sec03/access02_h3_bg.png) no-repeat center bottom;
	background-size: 220px;
	text-align: center;
	font-weight: normal;
	font-size: 22px;
	line-height: 1.4em;
	color: #14527D;
	margin-bottom: 25px;
}
#access02 #access02Map img {
	width: 100%;
}
#access02 p {
	text-align: center;
	margin: 20px;
}
#access02 p {
	padding: 10px 15px;
	border-radius: 50px;
}
#access02 p a {
	font-size: 19px;
	letter-spacing: 0.2em;
	background-color: #fff;
	color: #079086;
	display: inline-block;
	text-decoration: none;
	border-radius: 30px;
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
	padding: 15px 25px;
	position: relative;
}
#access02 p a::before {
	background: url(../images/ico_win01.png) right top / 100% 100%  no-repeat;
	content: "";
	display: block;
	width: 10px;
	height: 9px;
	position: absolute;
	top: 8px;
	right: 17px;
}
#access02 p a::after {
-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -3px 0 0 8px;
	content: "";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    border-top: 3px solid #079086;
    border-right: 3px solid #079086;
}
#access02 p a:hover {
	background-color: #dafaf4;
}

#access03 h3 {
	background: url(../images/sec03/access02_h3_bg_02.png) no-repeat center bottom;
	background-size: 150px;
}

/*タブ設定*/
#access03 .tab-box {
	margin: 0 10px;
} 
.tab-box, .tab-box2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
}
.tab-box > label, .tab-box2 > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: .6em 1em;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
	border-radius: 15px 15px 0 0;
}
.tab-box > label:hover, .tab-box2 > label:hover {
    opacity: .8;
}
.tab-box input, .tab-box2 input {
    display: none;
}
.tab-box > div,.tab-box2 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1.5em;
    background-color: #fff;
}
.tab-box label:has(:checked),.tab-box2 label:has(:checked) {
    opacity: 1;
}
.tab-box label:has(:checked) + div,
.tab-box2 label:has(:checked) + div {
    display: block;
}

#access03 #tab01L, #access03 #tab02L {
	padding: 12px 10px;
}
#access03 #tab01L {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	background-color: #00dcb6;
}
#access03 #tab02L {
	background-color: #018c75;
}
#access03 .tab01In, #access03 .tab02In {
	border-radius: 0 0 20px 20px;
	margin-top: -1px;
}
#access03 .tab01In {
	background: url(../images/sec03/tab_01_top.png) no-repeat center top;
	background-color: #00dcb6;
}
#access03 .tab_phot {
	position: relative;
}
#access03 .tab_phot picture img {
	border-radius: 20px;
	width: 100%;
}
#access03 .Linkgmap {
	position: absolute;
	bottom: 0;
	right: 0;
}
#access03 .Linkgmap a {
	display: inline-block;
	padding: 8px 35px 8px 20px;
	background-color: #fff;
	color: #05997f;
	border-radius: 20px;
	text-decoration: none;
	letter-spacing: 0.1em;
	position: relative;
}
#access03 .Linkgmap a::after {
	background: #00dcb6;
	height: calc(tan(60deg) * 20px / 2);
	width: 15px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	display: block;
	content: "";
	position: absolute;
	top: 0.5em;
	right: 7px;
}
#access03 .tab02In .Linkgmap a::after {
	background: #05997f;
}
/*外部リンクアイコン*/
#access03 .Linkgmap a::before {
	background: url(../images/ico_win01.png) right top / 100% 100%  no-repeat;
	content: "";
	display: block;
	width: 10px;
	height: 9px;
	position: absolute;
	top: 2px;
	right: 25px;
}

#access03 .tab01In_box, #access03 .tab02In_box {
	background-color: #fff;
	color: #05997f;
	border-radius: 15px;
	margin: 10px 0 0 0;
	padding: 1em;
}
#access03 .parking {
	display: flex;
	align-items: center;
}
#access03 .parking h4 {
	width: 100px;
	margin-bottom: 0;
}
#access03 .parking dl {
	position: relative;
	padding: 15px 0 15px 15px;
	width: 100%;
}
#access03 .parking dl::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: -7px;
	width: 8px;
	border-radius: 5px;
	background-color: #00dcb6;
}
#access03 .tab02In .parking dl::before {
	background-color: #05997f;
}
#access03 .parking dt span {
	font-size: 10px;
}
#access03 .parking dd {
	text-align: right;
	margin: -1em 0 0.3em 0;
}
#access03 .tab01In_box h4, #access03 .tab02In_box h4 {
	text-align: center;
	font-weight: normal;
}
#access03 .tabtxt01 {
	line-height: 1.7em;
}
#access03 .Linkdetail {
	position: relative;
	margin: 1em auto 0;
	width: 11em;
}
#access03 .Linkdetail a {
	display: inline-block;
	padding: 8px 35px 8px 25px;
	background-color: #f8fa73;
	color: #05997f;
	border-radius: 20px;
	letter-spacing: 0.1em;
}
#access03 .Linkdetail a::after {
	background: #008d75;
	height: calc(tan(60deg) * 20px / 2);
	width: 15px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	display: block;
	content: "";
	position: absolute;
	top: 0.5em;
	right: 18px;
}

#access03 .tab02In {
	background-color: #018c75;
	padding-bottom: 3em;
}

#access03 .tab03In_box {
	background-color: #fff;
	color: #008d75;
	border-radius: 15px;
	margin-top: 2em;
}
#access03 .tab03In_box h5 {
	background-color: #fff4a3;
	padding: 1em;
	border-radius: 15px 15px 0 0;
	text-align: center;
	font-family: "Kiwi Maru", serif;
	font-weight: normal;
	font-size: 16px;
}
#access03 .tab03In_box h5 img {
	width: 35px;
	margin: 0 5px 0 0;
	filter: brightness(0) saturate(100%) invert(36%) sepia(51%) saturate(1320%) hue-rotate(132deg) brightness(98%) contrast(101%);
	vertical-align: middle;
}
#access03 .tab03In_box p {
	padding: 1em;
	line-height: 1.5em;
}
#access03 .tab03In_box .Linkdetail2 {
	text-align: center;
}
#access03 .tab03In_box .Linkdetail2 a {
	display: block;
	margin: 0 auto -40px;
	width: 7em;
	color: #018c75;
	background-color: #fff;
	border: 5px solid #018c75;
	border-radius: 50px;
	padding: 5px 20px;
	position: relative;
}
/*外部リンクアイコン*/
#access03 .tab03In_box .Linkdetail2 a[rel="noopener noreferrer"]::after {
	content: "";
	background: url(../images/ico_win01.png) right top / 100% 100%  no-repeat;
	display: inline-block;
	width: 9px;
	height: 8px;
	position: absolute;
	top: 8px;
	right: 20px;
}

#access03 .tab03In_box .Linkdetail2 a:hover {
	opacity: 1;
	background-color: #dafaf4;
}

/*04 魅力を発信！くろにょんの投稿*/
#sec04 {
	padding-bottom: 5em;
}

#sec04 h2 img {
	width: 300px;
}

/* 波打ち*/
#sec04 {
	overflow:hidden;
	margin:0 auto;
	background-image:url(../images/wave_main.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 60px!important;
	padding-bottom:0px;
}
	.wave_top .sp_only{
		animation:wave_top linear 30s infinite;	
		padding-bottom:20px;
	}
	.wave_bottom .sp_only{
		animation:wave_bottom linear 30s infinite;	
	}
	@keyframes wave_top {
	from {
		transform:translate(0);
	}
	to {
		transform:translate(-20%);
	}
}
@keyframes wave_bottom {
	from {
		transform:translate(-20%);
	}
	to {
		transform:translate(0);
	}
}


/*サムネイルの横スクロール*/
@keyframes infinity-scroll-left {
	from {
	transform: translateX(0);
	}
	to {
	transform: translateX(-100%);
	}
}
@keyframes infinity-scroll-right {
	from {
	transform: translateX(-100%);
	}
	to {
	transform: translateX(0);
	}
}
.scroll_img_wrap {
  display: flex;
  overflow: hidden;
}
.scroll_list {
  display: flex;
  list-style: none;
  margin: 30px 0;
  padding: 0
}
.scroll_left {
  animation: infinity-scroll-left 30s infinite linear 0.5s both;
}
.scroll_right {
  animation: infinity-scroll-right 30s infinite linear 0.5s both;
}
.scroll_item {
  width: calc(100vw / 2.5);
}
.scroll_item>img {
  width: 100%;
}
.scroll_img_wrap:hover .scroll_left,
.scroll_img_wrap:hover .scroll_right {
	animation-play-state: paused;
}


/*サムネイル画像設定*/
.scroll_list img {
	border-radius: 25px;
	padding: 5px;
	width: 128px;
}
.scroll_list a {
	display: inline-block;
}
.scroll_list a:hover {
	opacity: 0.8;
}

#sec04 .taglist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	border-top: 4px solid #00dcb6;
	color: #07b99a;
}
#sec04 .taglist li {
	list-style: none;
	font-size: 14px;
	padding: 5px;
}
/*外部リンクアイコン*/
.scroll_item a {
	position: relative;
}
.scroll_item a[rel="noopener noreferrer"]::after {
	content: "";
	background: url(../images/ico_win01.png) right top / 100% 100%  no-repeat;
	display: inline-block;
	width: 9px;
	height: 8px;
	position: absolute;
	top: 2px;
	right: -4px;
}


#sec04 .insta_support {
	text-align: center;
	background-color: #00dcb6;
	color: #fff;
	padding: 7px;
	font-size: 19px;
}

.link_reservation {
	text-align: center;
	margin: 20px;
}
.link_reservation a {
	font-size: 19px;
	letter-spacing: 0.2em;
	color: #079086;
	display: inline-block;
	text-decoration: none;
	border-radius: 30px;
	background-color: #fff;
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
	padding: 15px 25px;
	position: relative;
}
.link_reservation a::before {
	background: url(../images/ico_win01.png) right top / 100% 100%  no-repeat;
	content: "";
	display: block;
	width: 10px;
	height: 9px;
	position: absolute;
	top: 8px;
	right: 17px;
}
.link_reservation a::after {
-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -3px 0 0 8px;
	content: "";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    border-top: 3px solid #079086;
    border-right: 3px solid #079086;
}
.link_reservation a:hover {
	background-color: #dafaf4;
}


/*05 お悩みはここ　よくある質問*/
#sec05 h2 img {
	width: 240px;
}
/*アコーディオン*/
.accordion-qa summary {
    position: relative;
    padding: 0.7em 40px 0.8em 2.5em;
    cursor: pointer;
}
.accordion-qa summary::-webkit-details-marker {
    display: none;
}
.accordion-qa summary::after,
.accordion-qa[open] summary::after {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 22px;
}
.tab01In .accordion-qa summary::after {
	background: url(../images/sec05/tab01_open.png) no-repeat right top;
	background-size: 22px;
}
.tab01In .accordion-qa[open] summary::after {
	background: url(../images/sec05/tab01_close.png) no-repeat right top;
	background-size: 22px;
}
.tab02In .accordion-qa summary::after {
	background: url(../images/sec05/tab02_open.png) no-repeat right top;
	background-size: 22px;
}
.tab02In .accordion-qa[open] summary::after {
	background: url(../images/sec05/tab02_close.png) no-repeat right top;
	background-size: 22px;
}
.tab03In .accordion-qa summary::after {
	background: url(../images/sec05/tab03_open.png) no-repeat right top;
	background-size: 22px;
}
.tab03In .accordion-qa[open] summary::after {
	background: url(../images/sec05/tab03_close.png) no-repeat right top;
	background-size: 22px;
}

.accordion-qa .answer {
	animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

/*タブメニューのデザイン*/
.tab-box2 {
	margin: 2em 10px 0 10px;
}
.tab-box2 > label {
	font-size: 14px;
	font-weight: 600;
	padding: 0.6em 0.3em;
	color: #018c75;
	border-radius: 15px 15px 0 0;
}
.tab-box2 > #tab01L,
.tab-box2 .tab01In {
	background-color: #00DCB6;
}
.tab-box2 > #tab02L,
.tab-box2 .tab02In {
	background-color: #45F55F;
}
.tab-box2 > #tab03L,
.tab-box2 .tab03In {
	background-color: #FACC37;
}


/*QA*/
.tab_qa_Inbox summary {
	background: url(../images/sec05/Q.png) no-repeat left -1px top 11px;
	background-size: 22px;
	list-style: none;
}
.tab02In .tab_qa_Inbox summary {
	background-image: url(../images/sec05/Q_2.png);
}
.tab03In .tab_qa_Inbox summary {
	background-image: url(../images/sec05/Q_3.png);
}

.accordion-qa {
	line-height: 1.3em;
	background-color: #fff;
	border-radius: 15px;
	margin-bottom: 1.3em;
	font-size: 15px;
	padding: 0 0 0 12px;
}

.accordion-qa .answer {
	background: url(../images/sec05/A.png) no-repeat left -1px top 11px;
	background-size: 22px;
	color: #FF7A7A;
	padding: 0.3em 1em 1.5em 2.5em;
}
.accordion-qa .answer a {
	color: #FF7A7A;
	text-decoration: underline;
}
.accordion-qa .answer a:hover {
	color: #cc3333;
}

.tab01In summary {
	color: #00997F;
}
.tab02In summary {
	color: #00A218;
}
.tab03In summary {
	color: #B89318;
}

.tab02In .accordion-qa .tickets {
	margin-top: 0.8em;
}
.tab02In .accordion-qa .tickets+dd ol li {
	list-style: none;
	text-indent: -1em;
	margin-bottom: 1em;
}

.tab03In .Linkdetail2 {
	margin: 1em 25px 0 0;
	text-align: center;
}
.tab03In .Linkdetail2 a {
	display: inline-block;
	background-color: #FACC37;
	border-radius: 30px;
	color: #14527D;
	padding: 5px 10px;
	font-size: 13px;
}

#sec05 .Linkdetail {
	text-align: center;
}
#sec05 .Linkdetail a {
	display: inline-block;
	padding: 10px 40px;
	margin-top: 20px;
	border-radius: 25px;
	background-color: #F1FFBD;
	color: #00997F;
	font-size: 14px;
}
#sec05 .Linkdetail a:hover {
	opacity: 0.8;
}
#sec05 .Linkdetail::before {
	display: block;
	content: "";
	width: 100%;
	height: 4px;
	border-radius: 4px;
	background-color: #F1FFBD;
}

#sec05 .tab02In .Linkdetail a {
	color: #00A218;
}
#sec05 .tab03In .Linkdetail a {
	color: #B89318;
}

/*外部リンクアイコン*/
.answer a[rel="noopener noreferrer"]::after {
	content: "";
	background: url(../images/ico_win01.png) right top / 100% 100%  no-repeat;
	display: inline-block;
	width: 10px;
	height: 9px;
	margin-right: 5px;
	margin-left: 1px;
}




/*dam_sns*/
#dam_sns ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0 40px 100px 40px;
}
#dam_sns li {
	list-style: none;
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
}
#dam_sns li img {
	width: 78px;
}
/*外部リンクアイコン*/
#dam_sns li a {
	position: relative;
}
#dam_sns li a[rel="noopener noreferrer"]::after {
	content: "";
	background: url(../images/ico_win01.png) right top / 100% 100%  no-repeat;
	display: inline-block;
	width: 10px;
	height: 9px;
	position: absolute;
	top: 0;
	right: -12px;
}



/*footer*/
#footer {
	background-color: #00DCB6;
	color: #14527D;
	position: relative;
}
#footer a {
	color: #14527D;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

section.fcopyright {
	position: absolute;
	top: -40px;
}


/*fcopyright*/
.fcopyright {
  background: #fff;
  padding: 25px 0;
  width: 100%;
}

.copyright {
  font-size: 1.866vw;
  text-align: center;
}


#footer .logo-kanden {
  width: 50%;
  max-width: 200px;
  margin: 0 auto 8px;
}

#footer .w100 {
	width: 100%;
}


/* タブレット（768px～）とPC共通設定 */
@media (min-width: 768px) {
/*03 2つのルート！！黒部ダムのへ行き方*/
	#access02 #access02Map {
		width: 700px;
		display: block;
		margin: auto;
	}
	#access02 #access02Map img {
		border-radius: 30px;
	}

	#access03 .tab01In_box h4, #access03 .tab02In_box h4 {
		font-size: 22px;
	}
	#access03 .parking dl {
		width: 40%;
		padding: 15px 0 15px 60px;
	}
	#access03 .parking h4 {
		width: 32%;
	}
	#access03 .tab03In_box p {
		padding: 1em 3em 1em;
	}
	#access03 .tabtxt01 {
		padding: 1em;
	}
	#access03 .mycartxt {
		padding-top: 2em !important;
	}
	#access03 .tab03In_box h5 {
		font-size: 22px;
	}

/*04 魅力を発信！くろにょんの投稿*/
.scroll_item a[rel="noopener noreferrer"]::after {
	width: 12px;
	height: 11px;
	right: -8px;
}

/*dam_sns*/
	#dam_sns ul {
		width: 480px;
		margin: auto;
	}
	#dam_sns li img {
		width: 100%;
	}
}


/* タブレット（768px〜834px）*/
@media (min-width: 768px) and (max-width: 834px) {

	/*ヘッダービジュアル*/
	#topcontent {
		height: 640px;
		clip-path: ellipse(100% 70% at 50% 15%);
		background-position: bottom -100px center;
	}
	#topcontent h2 img {
		width: 85%;
		margin: 80px 0 10px;
	}


/*01 いいこといっぱい！黒部ダムの魅力*/
	#sec01 .readimg img {
		max-width: 550px;
	}
	#sec01 .souvenir .souvenir01 {
		padding: 35px 1em 35px 160px;
		background-size: 170px;
		background-position: -30px 0px;
	}
	#sec01 .souvenir .souvenir02 {
		padding: 40px 190px 55px 3em;
		background-size: 170px;
		background-position: right -20px top 0;
	}

/*02 楽しさいっぱい！黒部ダムの楽しみ方*/
	/*クリッカブルマップ*/
	#maplink_01 {
		top: 44%;
		left: 21%;
	}
	#maplink_02 {
		top: 52%;
		left: 44%;
	}
	#maplink_03 {
		top: 64%;
		left: 57%;
	}
	#maplink_04 {
		top: 70%;
		left: 46%;
	}
	#maplink_05 {
		top: 31%;
		left: 46%;
	}

	#sec02 #spot h3 {
		top: -100px;
	}
	#sec02 #spot {
		background: url(../images/sec02/bg_tb_02.png) no-repeat center top;
		background-size: 120%;
	}
	#sec02 #spot #phot01 {
		left: 50px;
		top: 2em;
	}
	#sec02 #spot #phot02 {
		left: 290px;
		top: 0;
	}
	#sec02 #spot #phot03 {
		left: 530px;
		top: 2em;
	}
	#sec02 #spot #phot04 {
		left: 150px;
		top: 23em;
	}
	#sec02 #spot #phot05 {
		left: 430px;
		top: 23em;
	}
	#sec02 #spot .photBox #photlink {
		top: 49em;
	}
	#sec02 #spot .photBox {
		height: 48em;
	}
	#sec02 .seasonphot {
		width: 300px;
	}
	#sec02 #season01 dl, #sec02 #season03 dl {
		margin: 5px 0 1em 18px;
	}
	#sec02 #season02 dl {
		margin: 5px 1.2em 0 18px;
	}


/*03 2つのルート！！黒部ダムのへ行き方*/
	#access03 .parking h4 {
		width: 30%;
	}
	#access03 .tab01In_box h4, #access03 .tab02In_box h4 {
		font-size: 20px;
	}


/*04 魅力を発信！くろにょんの投稿*/
	.scroll_list img {
		width: 170px;
	}
	.scroll_item {
		width: calc(100vw / 3);
	}
	#sec04 .taglist li {
		font-size: 18px;
		padding: 10px 5px;
	}


/*05 お悩みはここ　よくある質問*/



/*dam_sns*/


}

/* PC（835px～）*/
@media (min-width: 835px) {
/*	body {
		font-size: 18px;
	}*/
	.pc { display: block;}
	.sp { display: none;}

	.content01 {
		max-width: 1100px;
		margin: auto;
	}
/*ヘッダービジュアル*/
	#topcontent {
		background-size: 100%;
		background-position: center center;
		clip-path: ellipse(90% 77% at 50% 15%);
		height: 690px;
	}
	#topcontent h2 img {
		max-width: 700px;
		margin-top: 120px;
	}
	#topcontent .reserve {
		position: relative;
		top: -80px;
	}

/*01 いいこといっぱい！黒部ダムの魅力*/
	#sec01 h2 img {
		width: 530px;
		margin-bottom: 30px;
	}
	#sec01 .readimg img {
		max-width: 700px;
	}

	/*クリッカブルマップ*/
	#maplink_01 {
		top: 39%;
		left: 35%;
	}
	#maplink_02 {
		top: 50%;
		left: 48%;
	}
	#maplink_03 {
		top: 62%;
		left: 55%;
	}
	#maplink_04 {
		top: 69%;
		left: 49%;
	}
	#maplink_05 {
		top: 24%;
		left: 48%;
	}

	#sec01 .inner01, #sec01 .inner02 {
		display: flex;
		flex-direction: row-reverse;
	}
	#sec01 .content01_inner .readtxtBox {
		max-width: 400px;
	}
	#sec01 .inner02 {
		flex-direction: row;
	}
	#sec01 .readtxtBox .readtxt {
		margin-top: 30px;
	}

	#sec01 h4 {
		background-image: url(../images/sec01/sec01_h4_bg_pc.png);
		width: 100%;
	}
	#sec01 h4::after {
		background-image: url(../images/sec01/sec01_h4_bg_pc.png);
	}
	#sec01 .souvenir .souvenir01 {
		padding: 5px 260px 5px 280px;
		background: none;
	}
	#sec01 .souvenir .souvenir02 {
		padding: 5px 260px 2em 280px;
		background: none;
	}
	#sec01 .souvenir {
		background: url(../images/sec01/sec01_03.png) no-repeat left top, 
			url(../images/sec01/sec01_04.png) no-repeat right top;
		background-size: 230px;
		padding: 20px 0 20px 0;
	}


/*02 楽しさいっぱい！黒部ダムの楽しみ方*/
	#sec02 {
		background: url(../images/sec02/bg_sp_01_pc.png) no-repeat center top;
		background-size: 100%;
	}
	#sec02 h2 img {
		width: 660px;
		margin-bottom: 30px;
	}
	#sec02 .sec02map img {
		max-width: 700px;
	}
	#sec02 #spot h3 {
		background: url(../images/sec02/sec02_h3_bg_pc.png) no-repeat center top;
		background-size: 100%;
		width: 97%;
		text-align: center;
		position: relative;
		top: 0;
		right: 0;
		padding: 45px 20px;
		font-size: 33px;
		font-weight: normal;
	}
	#sec02 #spot {
		background: none;
	}
	#sec02 #spot .photBox {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		height: 18.5em;
		margin-left: 40px;
		margin-bottom: 130px;
	}
	#sec02 #spot .photBox dl {
		position: relative;
	}
	#sec02 #spot #phot01, #sec02 #spot #phot02, #sec02 #spot #phot03,
	#sec02 #spot #phot04, #sec02 #spot #phot05 {
		top: auto;
		left: auto;
		right: auto;
	}
	#sec02 #spot .photBox #photlink {
		top: 500px;
		right: 0;
		width: 100%;
		text-align: center;
		font-size: 18px;
	}
	#sec02 #spot .photBox #photlink a {
		font-size: 22px;
	}
	#sec02 #spot .photBox #photlink dt {
		background: url(../images/sec02/sec02_link_bg.png) no-repeat center bottom 2px;
		padding: 0 0 14px 4px;
	}
	#sec02 #spot .photBox dd p {
		height: 11em;
	}

	#sec02 #season h3 {
		background: url(../images/sec02/sec02_h3_bg_02_pc.png) no-repeat center top;
		background-size: 100%;
		padding: 145px 20px 70px;
		font-size: 33px;
		font-weight: normal;
	}
	#sec02 #season .readtxt {
		max-width: 590px;
		margin: 20px auto 50px;
		font-size: 18px;
	}
	#sec02 #forseason {
		display: flex;
	}
	#sec02 .seasonIn {
		display: block;
		width: 350px;
	}
	#sec02 .seasonphot {
		width: 320px;
		height: 240px;
	}


/*03 2つのルート！！黒部ダムのへ行き方*/
	#sec03 {
		background-image: url(../images/sec03/sec03_bg_pc.png);
		background-size: 100%;
	}
	#sec03 h2 img {
		width: 640px;
		margin-bottom: 30px;
	}
	#sec03 #access01 {
		position: relative;
		width: 500px;
		background: none;
	}
	#sec03 #access01 dt {
		font-size: 28px;
		background: none;
		background-color: #00dcb6;
		border-radius: 30px 30px 0 0;
	}
	#sec03 #access01 dd {
		background-color: #fff;
		border: 4px solid #00dcb6;
		border-top: none;
		border-radius: 0 0 30px 30px;
	}
	#sec03 #access01 dd p {
		padding: 15px 5px 25px 15px;
	}
	#sec03 #access01 ul {
		width: 250px;
	}
	#access01in picture img {
		width: 100%;
	}
	#access01in {
		justify-content: space-around;
	}
	#access02 h3, #access03 h3 {
		background-image: url(../images/sec03/access02_h3_bg_pc.png);
		background-size: 610px;
		letter-spacing: 0.4em;
		padding-left: 0.4em;
		margin-bottom: 80px;
	}
	#access03 h3 {
		background-image: url(../images/sec03/access02_h3_bg_02_pc.png);
		background-size: 470px;
	}

	/*タブ設定*/
	#access03 #tab01L, #access03 #tab02L {
		padding: 22px 10px;
		font-size: 20px;
	}
	#access03 .tabflex {
		display: flex;
		flex-wrap: wrap;
	}
	#access03 .Linkgmap {
		position: relative;
		text-align: right;
		margin-top: 10px;
	}
	#access03 .tabflex01 {
		width: 48%;
	}
	#access03 .tabflex02 {
		width: 50%;
	}
	#access03 .tab01In_box, #access03 .tab02In_box {
		margin: 0 0 10px 25px;
	}

/*04 魅力を発信！くろにょんの投稿*/
	#sec04 h2 img {
		width: 650px;
		margin-bottom: 30px;
	}
	#sec04 .scroll_item {
		width: calc(100vw / 4);
	}
	.scroll_list img {
		width: 255px;
	}
	#sec04 .insta_tag {
		width: 80%;
		margin: 30px auto 0;
	}
	#sec04 .taglist li {
		font-size: 20px;
		padding: 15px 0 15px 0;
	}
	#sec04 .insta_support {
		padding: 15px;
		margin-bottom: 40px;
	}
/* 波打ち*/
	.wave_top .pc_only{
		animation:wave_top linear 20s infinite;	
		padding-bottom:20px;
		height:30px;
	}
	.wave_bottom .pc_only{
		animation:wave_bottom linear 20s infinite;	
		height:30px;
	}


/*05 お悩みはここ　よくある質問*/
	#sec05 h2 img {
		width: 470px;
		margin-bottom: 30px;
	}
	.tab-box2 > label {
		font-size: 20px;
		font-weight: normal;
		padding: 0.8em 0.3em;
	}
	.accordion-qa {
		padding: 15px 10px 15px 25px;
	}
	.accordion-qa summary {
		padding: 0.9em 40px 0.8em 2.5em;
	}
	.accordion-qa .answer {
		padding: 0.9em 1em 1.5em 2.5em;
		line-height: 1.5em;
	}




}






