
/* reset */

html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	text-align: center;
}
main {
	display: block;
}
a {
	background-color: transparent;
}
b,strong {
	font-weight: bolder;
}
small {
	font-size: 80%;
}
img {
	border-style: none;
}
select {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	font-size: 1.0rem;
	line-height: 1.5;
}
button,select {
	text-transform: none;
}
*,*::before,*::after {
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {
	clear: both;
	margin: 0;
	padding: 0;
}
dd {
	margin-inline-start: 0px;
}
dl {
	margin-block-start: 0;
	margin-block-end: 0;
}
p {
	margin-bottom: 0;
	margin-top: 0;
}
address {
	margin: 0 0 1.5em;
}
ul,ol {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal;
}
embed,iframe,object {
	max-width: 100%;
}
img {
	height: auto;
	max-width: 100%;
}
a {
	color: #4C4C4C;
	text-decoration: none;
}
a:visited {
	color: #4C4C4C;
}
a:hover,a:focus,a:active {
	color: #4C4C4C;
}
a:focus {
	outline: thin dotted;
}
a:hover,a:active {
	outline: 0;
}
address {
    font-style: normal;
}
.sp {display: none;}
@media screen and (max-width:650px) {
	.pc {display: none;}
	.sp {display: block;}
	html {
		font-size: 0.9em;
	}
}
.flex {
	display: flex;
	flex-wrap: wrap;
}

/* フォントの指定
--------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
body{
	font-family: "Zen Maru Gothic","Helvetica Neue", "Helvetica", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.txt_red {
	color: #da000d;
}
.txt_blue {
	color: #0071ae;
}
html {
	background-color: #da0012;
}
body {
	color: #FFF;
	position: relative;
	background-image: url(../image/bg_photo_01.png),url(../image/bg_photo_02.png),url(../image/bg_photo_03.png),url(../image/bg_photo_04.png);
	background-position: left top,right top,left top 669px,right top 679px;
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
	background-size: min(24.53%,346px),min(26.24%,370px),min(20%,282px),min(19.78%,279px);
}
body::before {
	content: '';
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../image/bg_texture.webp);
	mix-blend-mode:color-burn;
}
@media screen and (max-width:650px){
	body {
		background-image: inherit;
	}
}

/* ファーストビュー
--------------------------------------------- */

.header {
	position: relative;
}
.gnav {
	position: absolute;
	width: 100%;
	z-index: 10;
}
@media screen and (min-width:651px){
	.gnav li a{
		position: relative;
	}
	.gnav li.current a,
	.gnav li a:hover{
		color:#fff;
	}
	.gnav li a::after {
		content: '';
		position: absolute;
		bottom: -5px;
		left: 0;
		width: 100%;
		border-radius: 50%;
		background:#fff;
		transition: all .3s;
		transform: scale(0.04, 1);
		transform-origin:center bottom;
	}
	.gnav li.current a::after,
	.gnav li a:hover::after {
		height: 2px;
		border-radius: 0;
		transform: scale(0.8, 1);
	}
}
.list_gnav {
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top: 60px;
	position: relative;
	z-index:1;
}
.list_gnav li {
	margin: 0 1.4%;
}
.list_gnav a {
	font-size: 0.9375em;
	font-weight: 500;
	color: #FFF;
	display: block;
  width: 100%;
	height: 100%;
}
.logo {
	position: absolute;
	max-width: 1410px;
	width: 100%;
	margin: 0 auto;
	top: 190px;
	top: clamp(150px,1.35vw,190px);
	left: 0;
	right: 0;
}
.logo::before{
	position: absolute;
	content: '';
	top: -130px;
	left: 0;
	max-width: 500px;
	height: 500px;
	right: 0;
	z-index: -1;
	margin: 0 auto;
	background-image: url(../image/bg_mark_onsen.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.ttl_logo {
  width: 36.2259%;
	width: max(36.2259%,350px);
	margin: 0 auto 15px auto;
}
.ttl_logo img {
	margin-left: 10px;
}
.logo p{
	font-weight: 500;
	position: relative;
	z-index: 1;
}
.sec_fv {
	position: relative;
	max-width: 1410px;
	min-height: 1191px;
	width: 100%;
	margin: 0 auto;
}
.sec_fv::before {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute; 
	margin: 0 auto;
	background-image: url(../image/bg_yuge.svg);
	background-repeat: no-repeat;
	background-size: 98% auto;
	background-position: left 50px top 343px;
	animation-name: yuge;
	animation-duration: 3s;
	animation-timing-function: linear;
	animation-iteration-count:infinite;
	opacity: 0;
}
@-webkit-keyframes yuge {
  1% {
    transform: translateY(0px);
    opacity: 0;
  }
	50% {
		opacity: 1;
  }
  100% {
		transform: translateY(-50px);
    opacity: 0;
  }
}
@keyframes yure{
	20% { transform:translate(0%, 0%); }
  22% { transform: scale(1) rotate(0.02turn); }
	24% { transform:translate(0%, 0%); }
	26% { transform: scale(1) rotate(0.02turn); }
	28% { transform:translate(0%, 0%); }
  100% { transform:translate(0%, 0%); }
}
.img_onsen_unpa {
	max-width: 710px;
	width: 100%;
	margin: 0 auto;
	padding-top: 632px;
	position: relative;
  z-index: 1;
}
.period {
	width: 34vw;
  height: 34vw;
	max-height: 297px;
	max-width: 297px;
	position: absolute;
	right: 7.574%;
	top: 373px;
	border-radius: 50%;
	border: #FFF dashed 3px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.period::before {
	content: '';
	background-image: url(../image/img_stamp.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	max-width: 163px;
	height: 97px;
	width: 100%;
	top: -30px;
	right: -30px;
	z-index: 1;
	position: absolute;
}
.ttl_period {
	background-image: url(../image/ttlbg_time.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 145px;
	height: 38px;
	color: #da000d;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 1.25em;
	position: absolute;
	left: 0;
	top: 20px;
	transform: rotate(-5deg);
}
.img_period time:first-child{
	margin-bottom: 10px;
}
.img_period {
	width: 60%;
	margin: 0 auto;
	padding-top: 10px;
}
.img_period img{
	width: 100%;
}
.img_period time {
	display: block;
}
.txt_gift_copy {
	font-size: 1.47805em;
	font-size: clamp(1.1rem,1.65vw,1.47805em);
	font-weight: 500;
	padding-top: 15px;
	padding-left: 3px;
	line-height: 1.4;
}
.fvbox_gift {
	max-width: 235px;
	width: 16.5vw;
	width: clamp(170px,16.5vw,235px);
	height: 216px;
	height: clamp(170px,15vw,216px);
	background-image: url(../image/bg_kanban.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 309px;
	background-position: center center;
	left: 170px;
	left: min(11.5vw,170px);
	display: flex;
	align-items: center;
	justify-content: center;
}
.fvbox_gift img{
	animation-name: yure;
	animation-duration: 7s;
	animation-timing-function: linear;
	animation-iteration-count:infinite;
}
.img_gift_copy {
	position: absolute;
}
.img_gift_copy_swich {
	width: 156px;
	width: clamp(100px,11vw,156px);
	left: -93px;
	left: -39%;
	top: min(78%,160px);
}
.img_gift_copy_runba {
	width: 138px;
	width: clamp(90px,9.8vw,138px);
	right: -73px;
	right: -30%;
	top: min(77%,140px);
}
.img_gift_copy_drier {
	width: 72px;
	right: 52px;
	bottom: -103px;
}

@media screen and (max-width:650px){
	.sec_fv::before {
		background-image: url(../image/bg_yuge_sp.png);
		background-size: 110% auto;
    background-position: left -5% top 0px;
	}
	.sec_fv {
		padding-bottom: 130px;
		min-height: auto;
	}
	.img_onsen_unpa {
		overflow: hidden;
		position: relative;
		display: flex;
    justify-content: center;
		margin-bottom: 40px;
		padding-top: 0;
		margin-top: -12vw;
	}
	.img_onsen_unpa img{
		width: 110%;
		max-width: 110%;
	}
	.period {
    width: 90%;
    height: auto;
    max-height: auto;
    max-width: 100%;
    position:sticky;
    border-radius: 20px;
    border: #FFF dashed 2px;
    display: flex;
    justify-content: center;
    align-items: center;
		margin: 0 auto;
		display: flex;
    flex-wrap: wrap;
		padding: 0 0 15px 0;
		right: 0;
	}
	.img_period {
    width: 80%;
    margin: 0 auto;
    padding-top: 25px;
		display: flex;
		justify-content: space-between;
		align-items: baseline;
	}
	.ttl_period {
		background-size: auto 100%;
		width: 100%;
    padding-left: 7%;
		justify-content: flex-start;
		font-size: 1.25em;
		position: static;
		margin-top: -20px;
    margin-left: -20px;
	}
	.img_period time {
		width: 49%;
	}
	.logo {
		height: 62vw;
		position: static;
		margin-top: 0;
		margin-bottom: 50px;
    padding-top: 100px;
	}
	.scrolled .ttl_logo{
		position: fixed;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		height: 28vw;
		width: 100%;
		z-index: 999;
		animation-name:noren;
		animation-duration:500ms;
		animation-timing-function:ease-in-out;
		animation-fill-mode:forwards;
	}
	@keyframes noren {
		0% {
				transform:translateY(-100px);
		}
		100% {
			transform:translateY(0px);
		}
	}
	.scrolled .ttl_logo a {
		width: 100%;
		height: 100%;
		background-image: url(../image/header_sp.png);
		background-size: 100% auto;
		background-position: top center;
		background-repeat: no-repeat;
	}
	.scrolled .ttl_logo a img{
		display: none;
	}
	.logo::before {
    top: 0px;
    background-size: 70% auto;
    background-position: top center;
	}
	.ttl_logo {
		width: 73%;
	}
	.fvbox_gift {
    max-width: 100%;
    width: 100%;
    background-image: url(../image/bg_kanban_sp.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: static;
    top: 55vw;
    height: 79vw;
    background-position: top center;
    left: 0px;
    right: 0;
    margin: 0 auto;
		align-items: flex-start;
	}
	.img_gift_copy_drier {
		width: 17vw;
		right: 7vw;
		top: 23vw;
	}
	.img_gift_copy_letter {
		width: 25vw;
		left: 3vw;
		top: 22vw;
	}
	.img_gift_copy_swich {
		width: 35vw;
		left: 8vw;
		top: 46vw;
	}
	.img_gift_copy_runba {
		width: 30vw;
		right: 11vw;
		top: 50vw;
	}
	.txt_gift_copy {
		font-size: 1.47805em;
		font-size: clamp(1.1rem,1.65vw,1.47805em);
		font-weight: bold;
		padding-top: 15vw;
		padding-left: 0;
		padding-right: 5px;
		line-height: 1.4;
		writing-mode: vertical-rl;
		font-size: clamp(1.478rem,5.5vw,2.4em);
		text-align: left;
	}
	.gnav {
		position: fixed;
		width: 100%;
		bottom: 0;
		left: 0;
		height: 65px;
		z-index: 5;
	}
	.list_gnav {
		display: flex;
		height: 100%;
		width: 100%;
		padding-top: 0px;
	}
	.list_gnav li {
		width: 25%;
		margin: 0;
		background-color: #0071ae;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		position: relative;
	}
	.list_gnav li:nth-child(even){
		background-color: #2284b9;
	}
	.list_gnav li a{
		display: flex;
		flex-flow: column;
		width: 100%;
		height: 100%;
		align-items: center;
		justify-content: center;
		font-size: 0.9375rem;
		line-height: 1.2;
		padding-bottom: 10px;
	}
	.list_gnav li a::after{
		position: absolute;
		bottom: 5px;
		left: 0;
		right: 0;
		margin: 0 auto;
		content: '';
		opacity: 0.5;
		left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-top: 4px solid #fff;
	}
	.period::before {
		right:0px;
	}
}

@media screen and (max-width:400px) {
	.scrolled .ttl_logo a {
		background-image: url(../image/header_sp_ss.webp);
	}
	.scrolled .ttl_logo {
		height: 18vw;
	}
}

/* 賞品一覧
--------------------------------------------- */
.box_gift_01 {
	margin-bottom: 100px;
}
.sec_gift {
  background-color: #FFF;
	color: #000;
	width: 100%;
	border-radius: 40px;
	position: relative;
	padding-top: 178px;
	padding-bottom: 105px;
	background-image: url(../image/bg_pink.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}
.wrap_gift {
	max-width: 1082px;
	width: 90%;
	margin: 0 auto;
}
.ttl_gift {
	position: absolute;
	left: 0;
	right: 0;
	top: -50px;
	width: 356px;
	height: 107px;
	background-image: url(../image/ttlbg_gift.svg);
	background-repeat: no-repeat;
	background-size: cover;
	font-size:2.25em;
	font-weight:bold;
	color: #da000d;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.ttl_course {
	border-radius: 51px;
	width: 100%;
	padding: 3% 10%;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 45px;
	font-size: 2.25em;
	font-size: clamp(1.5625rem,2.5vw,2.25em);
	position: relative;
}
.ttl_course01 {
	background-color: #da000d;
}
.ttl_course::before {
	content: '';
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
}
.ttl_course01::before {
	background-image: url(../image/illust_unpa_tono.png);
	left: -20px;
	bottom: -10px;
	width: 192px;
	height: 161px;
}
.ttl_course02::before {
	background-image: url(../image/illust_unpa_negi.png);
	right: -50px;
	bottom: -10px;
	width: 192px;
	height: 137px;
}
.ttl_course02 {
	background-color: #0071ae;
}
.txt_bg_w {
	background-color: #FFF;
	font-weight: bold;
	font-size: 1.5em;
	font-size: clamp(1.125rem,1.7vw,1.5em);
	display: inline-block;
	padding: 0 1%;
}
.list_gift {
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box_gift_01 .list_gift li {
	margin: 2.85%;
}
.box_gift_02 .list_gift li {
	margin: 2.85% 4.78%;
	width: 24.81%;
}
.box_gift_02 .list_gift li:last-child {
	margin: 2.85% 1.67% 2.85% 4.78%;
}
.list_gift li {
	position: relative;
}
.li_gift01{
	width: 28.28%;
}
.li_gift02{
	width: 34%;
}
.li_gift03{
	width: 20.62%;
}
.box_gift .gift_img {
	position: relative;
}
.box_gift_01 .gift_img {
	z-index: 2;
	height: 79%;
}
.box_gift_02 .gift_img {
	z-index: 0;
	overflow: hidden;
}
.box_gift_02 .gift_img img {
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	object-position: center center;
}
.li_gift01 .gift_img{
	width: 92%;
	margin-left: auto;
	padding-top: 40px;
}
.li_gift02 .gift_img{
	width: 70%;
	margin: 0 auto;
	padding-top: 14px;
}
.li_gift03 .gift_img{
	width: 64%;
	margin-left: auto;
	margin-right: 20%;
	padding-top: 8px;
}
.box_gift_02 .gift_img {
	width: 82.26%;
	margin: 0 auto 30px auto;
}
.box_gift .gift_limit {
	width: 118px;
	width: clamp(75px,8vw,118px);
	height: 118px;
	height: clamp(75px,8vw,118px);
	background-color: #da000d;
	color: #FFF;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.875em;
	font-size: clamp(1.1875rem,2.15vw,1.875em);
	position: absolute;
	top: 0;	
	left: -50px;
	border-radius: 50%;	
	z-index: 1;
}
.li_gift01 .gift_limit{
	left: -24%;
}
.li_gift02 .gift_limit{
	left: -14px;
}
.li_gift03 .gift_limit{
	left: -50px;
}
.li_gift04 .gift_limit{
	left: -50px;
}
.li_gift05 .gift_limit{
	left: -50px;
}
.li_gift06 .gift_limit{
	left: -50px;
}
.box_gift_02 .gift_limit {
	background-color: #0071ae;
	top: -50px;
}
.gift_limit div {
	margin-top: -6px;
	display: flex;
	justify-content: center;
	align-items: baseline;
}
.gift_limit span{
	font-size: 1.666em;
	display: block;
	margin-right: 6px;
}
.gift_name {
	color: #000;
	font-size: 1.75em;
	font-size: clamp(1.0625rem,1.95vw,1.75em);
	font-weight: bold;
	line-height: 1.3;
}

@media screen and (max-width:1100px){
	.sec_gift {
		padding-top: 130px;
	}
	.ttl_course01::before {
		left: -2%;
    width: 18vw;
    height: 15vw;
	}
	.ttl_course02::before {
		background-image: url(../image/illust_unpa_negi.png);
		right: 1%;
    width: 18vw;
    height: 13vw;
	}
	.ttl_gift {
    top: -40px;
    width: 260px;
    height: 78px;
    background-size: 100% auto;
    font-size: 1.625rem;
    padding-top: 10px;
	}
	.li_gift .gift_limit {
		left: 0;
	}
	.li_gift {
		width: 30%;
	}
	.box_gift .list_gift li {
    margin: 1%;
	}
	.li_gift01 .gift_img {
    width: 100%;
    margin-left: auto;
    padding-top: 53px;
	}
	.li_gift02 .gift_img {
		width: 90%;
	}
	.li_gift03 .gift_img {
		width: 50%;
		margin-right: auto;
	}
	.box_gift .list_gift li {
    margin: 0.5%;
	}
	.li_gift02 .gift_img,.li_gift03 .gift_img {
    padding-top: 60px;
	}
	.li_gift01 .gift_img {
		padding-top: 70px;
	}
	.box_gift_01 .gift_img {
		height: auto;
	}
	.box_gift_02 .list_gift {
    padding-top: 100px;
	}
	.box_gift_02 .gift_img {
    width: 100%;
    margin: 0 auto 5px auto;
	}
	.box_gift_02 .list_gift li {
    margin: 2.85% 1%;
    width: 30%;
	}
	.box_gift_02 .list_gift li:last-child {
		margin: 2.85% 1%;
	}
}
@media screen and (max-width:650px){
	.gift_limit div {
		margin-top: 0px;
	}
	.gift_limit span {
		margin-right: 0;
	}
	.li_gift .gift_limit {
		right: 0;
		margin: 0 auto;
	}
	.ttl_course {
    padding: 6% 10%;
	}
	.ttl_course02::before,.ttl_course01::before {
		display: none;
	}
	.sec_gift {
		border-radius: 30px;
	}
}

/* スタンプラリーのルール
--------------------------------------------- */

.sec_rule {
	padding-top: 106px;
	padding-bottom: 97px;
	position: relative;
}
.sec_rule::before{
	content: '';
	z-index: -1;
	width: 100%;
	height: 1253px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../image/bg_kumo.svg);
	background-position: top 98px center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.wrap_rule {
	max-width: 1173px;
	width: 90%;
	margin: 0 auto;
}
.ttl_kanban {
	font-size: 1.875em;
	font-size: clamp(1.5rem,2.1vw,1.875em);
	width: 390px;
	height: 248px;
	background-image: url(../image/ttlbg_kanban.svg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-weight: 500;
}
.box_rule {
	background-color: #FFF;
	border-radius: 40px;
	position: relative;
	color: #000;
	margin: 0 1.27%;
	width: 30.7933333%;
	padding: 131px 3% 31px 3%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: space-between;
}
.box_rule p{
  font-size: 1.5em;
	font-size: clamp(1.125rem,1.7vw,1.5em);
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 20px;
}
.flex_rule {
	justify-content: center;
}
.ttl_step {
	background-color: #0071ae;
	color: #FFF;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1875em;
	width: 116px;
	height: 116px;
	border-radius: 50%;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.ttl_step span{
	font-size: 2.842em;
	display: block;
	line-height: 0.9;
}
.img_step_unpa {
	margin: 0 auto;
}
.img_unpa_miko {
	width: 46.9999%;
}
.img_unpa_kani {
	width: 61.52777%;
}
.img_unpa_dojo {
	width: 40.638888%;
}

@media screen and (max-width:800px) {
	.sec_rule {
    padding-bottom: 40px;
	}
	.box_rule {
		border-radius: 40px;
		margin: 0 0 40px 0;
		width: 100%;
		padding: 70px 7% 31px 8%;
		flex-flow: row-reverse;
    align-items: center;
    justify-content: center;
	}
	.box_rule p{
		text-align: left;
		width: 65%;
    margin-left: 5%;
	}
	.ttl_step {
    font-size: 1em;
    width: 75px;
    height: 75px;
	}
	.ttl_step span {
    font-size: 2.2em;
    line-height: 0.7;
	}
	.ttl_kanban {
		background-size: 69.25vw;
		height: 44vw;
	}
}






/* 応募条件
--------------------------------------------- */

.sec_oubo {
	padding-top: 88px;
	padding-bottom: 58px;
	position: relative;
}
.sec_oubo::before {
	content: '';
	background-color: #da0012;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	height: 40px;
	width: 100%;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
}
.sec_oubo::after{
	content: '';
	position: absolute;
	background-image: url(../image/bg_texture.webp);
	mix-blend-mode: color-burn;
	left: 0;
	right: 0;
	bottom: -40px;
	height: 40px;
	width: 100%;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
}

.ttl_oubo {
	position: relative;
}
.ttl_oubo::before,.ttl_oubo::after {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% auto;
	bottom: 34px;
}
.ttl_oubo::before {	
	background-image: url(../image/illust_unpa_tono.png);	
	left: -260px;
	width: 192px;
	height: 161px;	
}
.ttl_oubo::after {	
	background-image: url(../image/illust_unpa_negi.png);	
	right: -260px;
	width: 192px;
	height: 137px;	
}
.box_oubo {
	background-color: #FFF;
	color: #000;
	border-radius: 40px;
	padding: 55px 4.3% 53px 4.3%;
	margin: 0 1.398%;
	width: 47.204%;
}
.box_oubo p {
	font-weight: bold;
	font-size: 1.375em;
	font-size: clamp(1.0625rem,1.54vw,1.375em);
	line-height: 1.7;
	font-feature-settings: "palt";
	text-align: left;
}
.wrap_oubo {
	max-width: 915px;
	width: 90%;
	margin: 0 auto;
}
.ttl_joken {
	font-size: 1.75em;
	font-size: clamp(1.375rem,1.95vw,1.75em);
	position: relative;
	margin-bottom: 66px;
	line-height: 1.3;
}
.ttl_joken::after {
	content: '';
	width: 124px;
	height: 5px;
	border-bottom-width: 5px;
	border-bottom-style: dotted;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -27px;
	margin: 0 auto;
}
.ttl_joken01::after {
	border-bottom-color: #da000d;
}
.ttl_joken02::after {
	border-bottom-color: #0071ae;
}
.flex_oubo {
	margin-bottom: 57px;
}

@media screen and (max-width:1000px){
	.ttl_kanban {
		width: 100%;
		background-position: center bottom;
	}
	.ttl_oubo::before {	
		left: 0px;
		width: 15vw;
		bottom: 0;
	}
	.ttl_oubo::after {	
		right: 0px;
		width: 15vw;
		bottom: 0;
	}
}
@media screen and (max-width:800px){
	.sec_oubo {
    padding-top: 40px;
	}
	.box_oubo {
		padding: 55px 10% 53px 10%;
		margin: 0 0 40px 0;
		width: 100%;
	}
	.box_oubo:last-child {
		margin: 0;
	}
	.ttl_oubo::before,.ttl_oubo::after {	
		display: none;
	}
}







/* 参加温泉施設一覧
--------------------------------------------- */

.sec_onsen {
	padding-top: 207px;
	padding-bottom: 103px;
	background-color: #fff;
	color: #000;
	background-image: url(../image/bg_pink.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}
.wrap_onsen {
	max-width: 1308px;
	width: 95%;
	margin: 0 auto;
}
.ttl_onsenlist {
	color: #0071ae;
	font-size: 2.7125em;
	font-size: clamp(1.75rem,3vw,2.7125em);
	font-weight: bold;
	margin-bottom: 40px;
}
.txtbox_onsenlist {
	font-size: 1.375em;
	font-size: clamp(0.9375rem,1.55vw,1.375em);
	margin-bottom: 42px;
	font-weight: 500;
}

.list_onsen {
	justify-content: center;
}
.list_onsen a {
	color: #FFF;
	font-size: 1.25em;
	font-weight: 500;
	margin-top: -48px;
	line-height: 1.3;
}
.list_onsen li {
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 95px;
	height: 146px;
	margin: 0 8px;
	transition: 500ms;
}
.list_onsen li:hover {
	opacity: 0.7;
	transition: 500ms;
	transform: translateY(-10px);
}
.list_onsen li a{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.li_izumo {
	background-image: url(../image/ico_pin_green.svg);
}
.li_matsue {
	background-image: url(../image/ico_pin_orange.svg);
}
.li_yasugi {
	background-image: url(../image/ico_pin_blue.svg);
}
.li_sakai {
	background-image: url(../image/ico_pin_mizu.svg);
}
.li_yonago {
	background-image: url(../image/ico_pin_pink.svg);
}
.ttl_onsen {
	font-size: 1.875em;
	font-size: clamp(1.375rem,2.1vw,1.875em);
	font-weight: bold;
	padding: 2% 0;
	border-radius: 45px;
	color: #FFF;
	width: 97.85%;
	margin: 0 auto 35px auto;
}
.area_izumo .ttl_onsen {
  background-color: #5aa44b;
}
.area_matsue .ttl_onsen {
  background-color: #d88722;
}
.area_yasugi .ttl_onsen {
  background-color: #5980b4;
}
.area_sakai .ttl_onsen {
  background-color: #59aaaf;
}
.area_yonago .ttl_onsen {
  background-color: #dd7080;
}

@media screen and (max-width:650px){
	.list_onsen li {
		width: 18%;
		margin: 0 1%;
		height: 25vw;
	}
	.wrap_onsen {
    width: 90%;
	}
	.list_onsen li a {
		line-height: 1.3;
	}
	.list_onsen a {
    font-size: 1em;
    margin-top: 0;
    padding-bottom: 6vw;
	}
}

/* エリア情報
--------------------------------------------- */
.area {
	padding-top: 100px;
}
.list_area {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
.li_area{
  margin: 0 1.32% 50px 1.32%;
	width: 30.69333%;
	position: relative;
}
.txtbox_info {
	padding: 230px 5.47% 33px 5.47%;
	font-family: "Helvetica Neue", "Helvetica","Zen Maru Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.img_area {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 206px;
	overflow: hidden;
}
.img_area img{
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center center;
}
.ttl_area {
	position: absolute;
	right: -4px;
	top: -10px;
	writing-mode: vertical-rl;
	font-size: 1.125em;
	font-weight: 500;
	display: flex;
	text-align: left;
	align-items: flex-start;
	flex-flow: column;
}
.ttl_area span {
	background-color: #FFF;
	display: inline-block;
	margin: 0 1px;
	letter-spacing: 0.1em;
	padding: 5px 3px 5px 0;
	line-height: 1.4;
}
.area_izumo .ttl_area span {box-shadow: 3px 3px 0px 0 #5aa44b;}
.area_matsue .ttl_area span {box-shadow: 3px 3px 0px 0 #d88722;}
.area_yasugi .ttl_area span {box-shadow: 3px 3px 0px 0 #5980b4;}
.area_sakai .ttl_area span {box-shadow: 3px 3px 0px 0 #59aaaf;}
.area_yonago .ttl_area span {box-shadow: 3px 3px 0px 0 #dd7080;}
.area_izumo .ttl_area{color: #5aa44b;}
.area_matsue .ttl_area{color: #d88722;}
.area_yasugi .ttl_area{color: #5980b4;}
.area_sakai .ttl_area{color: #59aaaf;}
.area_yonago .ttl_area{color: #dd7080;}
.txt_area {
	font-size: 0.9375em;
	text-align: left;
	margin-bottom: 20px;
}
.dl_area {
	font-size: 0.9375em;
	width: 100%;
}
.area_izumo .li_area{background-color: #e0e9de;}
.area_matsue .li_area{background-color: #fcf4e9;}
.area_yasugi .li_area{background-color: #eef2f8;}
.area_sakai .li_area{background-color: #f3fafa;}
.area_yonago .li_area{background-color: #fdf4f5;}
.area_izumo .dt_th {
  background-color: #ccdfc8;
	color: #5aa44b;
}
.area_matsue .dt_th {
  background-color: #f8e6ce;
	color: #e08f22;
}
.area_yasugi .dt_th {
  background-color: #dee6f2;
	color: #5980bc;
}
.area_sakai .dt_th {
  background-color: #def0f1;
	color: #59b2b7;
}
.area_yonago .dt_th {
  background-color: #fae2e6;
	color: #e57080;
}
.dt_th {
	font-weight: bold;
	padding: 12px 8px;
	width: 24%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dd_td {
	padding: 12px 10px;
	text-align: left;
	width: 76%;
	background-color: #FFF;
}
.ttl_spot {
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 16px;
}
.ttl_spot span {
	font-size: 0.8em;
}
.dl_tr {
	margin-bottom: 2px;
	display: flex;
	flex-wrap: wrap;
}
.btn_area {
	padding-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.btn_map,.btn_link {
	width: 48%;
	font-weight: 500;
}
.btn_map {
	background-color: #FFF;
	border-width: 1px;
	border-style: solid;
	border-radius: 20px;
	transition: 500ms;
}
.btn_link{
	border-width: 1px;
	border-style: solid;
	transition: 500ms;
}
.btn_map:hover,.btn_link:hover{
	transition: 500ms;
}
.btn_map a, .btn_link a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 4% 3%;
}
.btn_map a::after{
	content: '';
	width: 12px;
	height: 17px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	display: block;
	margin-left: 3px;
}
.btn_link {
	border-radius: 20px;
}
.btn_link a{
	color: #FFF;
}
.btn_area a {
	font-size: 0.975em;
}
.btn_link a::after{
	background-image: url(../image/ico_outlink.svg);
}
.btn_link a::after{
	content: '';
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	display: block;
	margin-left: 3px;
}
.area_izumo .btn_map a::after{
	background-image: url(../image/ico_btn_map_green.svg);
}
.area_matsue .btn_map a::after{
	background-image: url(../image/ico_btn_map_orange.svg);
}
.area_yasugi .btn_map a::after{
	background-image: url(../image/ico_btn_map_blue.svg);
}
.area_sakai .btn_map a::after{
	background-image: url(../image/ico_btn_map_mizu.svg);
}
.area_yonago .btn_map a::after{
	background-image: url(../image/ico_btn_map_pink.svg);
}
.area_izumo .btn_map,.area_izumo .btn_link{border-color: #5aa44b;}
.area_matsue .btn_map,.area_matsue .btn_link{border-color: #d88722;}
.area_yasugi .btn_map,.area_yasugi .btn_link{border-color: #5980b4;}
.area_sakai .btn_map,.area_sakai .btn_link{border-color: #59aaaf;}
.area_yonago .btn_map,.area_yonago .btn_link{border-color: #dd7080;}
.area_izumo .btn_map a {color: #5aa44b;}
.area_matsue .btn_map a {color: #d88722;}
.area_yasugi .btn_map a {color: #5980b4;}
.area_sakai .btn_map a {color: #59aaaf;}
.area_yonago .btn_map a {color: #dd7080;}
.area_izumo .btn_link {background-color: #5aa44b;}
.area_matsue .btn_link {background-color: #d88722;}
.area_yasugi .btn_link {background-color: #5980b4;}
.area_sakai .btn_link {background-color: #59aaaf;}
.area_yonago .btn_link {background-color: #dd7080;}
.area_izumo .btn_map:hover{background-color: #5aa44b;}
.area_matsue .btn_map:hover{background-color: #d88722;}
.area_yasugi .btn_map:hover{background-color: #5980b4;}
.area_sakai .btn_map:hover{background-color: #59aaaf;}
.area_yonago .btn_map:hover{background-color: #dd7080;}
.btn_map:hover a::after{
	background-image: url(../image/ico_btn_map_white.svg);
}
.btn_map:hover a{
	color: #FFF;
}
.area_izumo .btn_link:hover a{color: #5aa44b;}
.area_matsue .btn_link:hover a{color: #d88722;}
.area_yasugi .btn_link:hover a{color: #5980b4;}
.area_sakai .btn_link:hover a{color: #59aaaf;}
.area_yonago .btn_link:hover a{color: #dd7080;}
.btn_link:hover{
	background-color: #fff;
}
.area_izumo .btn_link:hover a::after{
	background-image: url(../image/ico_outlink_green.svg);
}
.area_matsue .btn_link:hover a::after{
	background-image: url(../image/ico_outlink_orange.svg);
}
.area_yasugi .btn_link:hover a::after{
	background-image: url(../image/ico_outlink_blue.svg);
}
.area_sakai .btn_link:hover a::after{
	background-image: url(../image/ico_outlink_mizu.svg);
}
.area_yonago .btn_link:hover a::after{
	background-image: url(../image/ico_outlink_pink.svg);
}

@media screen and (max-width:1300px){
	.li_area{
		margin: 0 1% 50px 1%;
		width: 31%;
	}
	.dl_area {
    font-size: 0.85em;
	}
	.btn_area a {
    font-size: 0.9em;
	}
}
@media screen and (max-width:1020px){
	.li_area{
		margin: 0 1% 50px 1%;
		width: 48%;
	}
}
@media screen and (max-width:650px){
	.ttl_area span {
		font-weight: bold;
	}
	.li_area{
		margin: 0 0 50px 0;
		width: 100%;
	}
	.dl_area {
    font-size: 0.975em;
	}
	.btn_area a {
    font-size: 1em;
	}
}


/* スタンプマップ
--------------------------------------------- */

.sec_stamp {
	padding-bottom: 109px;
	padding-top: 85px;
	position: relative;
}
.sec_stamp::before{
	content: '';
	background-color: #da0012;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	height: 40px;
	width: 100%;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.sec_stamp::after{
	content: '';
	background-image: url(../image/bg_texture.webp);
	mix-blend-mode: color-burn;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	height: 40px;
	width: 100%;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.ttl_stamp {
	font-size: 2.6875em;
	font-weight: bold;
	margin-bottom: 40px;
	position: relative;
	display: inline-block;
	margin: 0 auto 40px auto;
}
.ttl_stamp::before,.ttl_stamp::after{
	content: '';
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
}
.ttl_stamp::before {
	background-image: url(../image/illust_yukata.png);
	width: 130px;
	height: 87px;
	left: -250px;
	top: 50px;
}
.ttl_stamp::after{ 
	background-image: url(../image/illust_geta.png);
	width: 69px;
	height: 44px;
	right: -230px;
	top: 50px;
}
.wrap_stamp p {
	font-size: 1.375em;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}
@media screen and (max-width:880px){
	.ttl_stamp {
		display: block;
	}
	.ttl_stamp::before {
		left: 30px;
	}
	.ttl_stamp::after{ 
		right: 50px;
	}
}
@media screen and (max-width:700px){
	.ttl_stamp {
		display: block;
	}
	.ttl_stamp::before {
		left: 20px;
		width: 80px;
		top: 0;
	}
	.ttl_stamp::after{ 
		right: 40px;
		width: 50px;
		top: 0;
	}
}
@media screen and (max-width:500px){
	.ttl_stamp::before {
		display: none;
	}
	.ttl_stamp::after{ 
		display: none;
	}
}

/* ボタン　ページの先頭へ
--------------------------------------------- */
.btn_pagetop { 
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #0e3a61;
	opacity: 0.9;
	transition: 500ms;
}
.btn_pagetop:hover {
	transform: translateY(-10px);
	transition: 500ms;
} 
.btn_pagetop span {
	display: none;
}
.btn_pagetop a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn_pagetop a::before{
	content: '';
	left: 0px;
	right: 0;
	width: 14px;
	height: 14px;
	margin: 3px auto 0 auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (max-width:650px) {
	.btn_pagetop { 
		position:static;
		width: auto;
		height: auto;
		opacity: 1;
	}
	.btn_pagetop:hover {
		transform: translateY(0);
	} 
	.btn_pagetop span{
		display: inline-block;
	} 
	.btn_pagetop {
		width: 100%;
		margin-bottom: 50px;
	}
	.btn_pagetop a{
		color: #FFF;
		display: inline-flex;
		flex-flow: column;
		letter-spacing: 0.1em;
		width: auto;
		height: auto;
	}
	.btn_pagetop a::before{
		opacity: 0.5;
	}
}

/* フッター
--------------------------------------------- */

footer {
  background-color: #0e3a61;
  padding-bottom: 95px;
	padding-top: 93px;
}
.wrap_footer {
	max-width: 970px;
	width: 90%;
	margin: 0 auto;
}
.bnr_footer {
	width: 263px;
	margin-bottom: 50px;
}
.bnr_footer a {
	transition: 500ms
}
.bnr_footer a:hover {
	opacity: 0.7;
	transition: 500ms
}
.unpa_footer {
	width: 164px;
	height: 182px;
}
.flex_footer {
	justify-content: space-around;
}
.txt_footer {
	text-align: left;
	margin-left: 5%;
	margin-bottom: 50px;
}
.iframe_map {
	width: 85%;
	height: 595px;
}
.txt_organizer {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.25em;
}
@media screen and (max-width:650px) {
	.iframe_map {
		width: 90%;
	}
	.txt_footer {
		text-align: center;
		margin-left: 0;
	}
	.flex_footer {
		flex-flow: column;
		justify-content: center;
	}
	.bnr_footer {
		margin: 0 auto 50px auto;
	}
	.unpa_footer {
		margin: 0 auto;
	}
	footer {
		padding-bottom: 130px;
	}
}


/* 左からフェードイン 汎用
--------------------------------------------- */
.box {
	transition: transform .3s ease;
	opacity: 0;
}
.boxin {
	opacity: 1;
	animation-name:fadeIn;
  animation-duration:500ms;
  animation-timing-function:ease-in-out;
  animation-fill-mode:forwards;
}
@keyframes fadeIn {
    0% {
        opacity:0;
        transform:translateY(20px);
    }
    100% {
        opacity:1;
       transform:translateY(0px);
    }
}