*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

h1,h2,h3,h4,dl,dt,dd{
  margin: 0;
  padding: 0;
}

ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

a{
  outline: none;
  text-decoration: underline;
}

body{
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.pc-nn{
  display: none;
}

.pc-bl{
  display: block;
}

img{
	vertical-align: bottom;
}

.gr{
	color: #00a79d;
}

.or {
	color: #f5aa00;
}

#top {
	float: right;
	width: 113px;
	clear: right;
}

#txt_link {
	text-align: center;
	clear: left;
	float: left;
	width: 760px;
	margin-top: 15px;
	font-size: 90%;
	line-height: 140%;
	color: #584533;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0;
}

p {
	margin: 0px;
	padding: 0px;
}

.bl{
	color: #006428;
}

.bl2{
	color: #0098bc;
}

.rd{
	color: #e95550;
}

.txt_m {
	font-size: 80%;
	line-height: 140%;
}
.txt_m_interval {
	font-size: 80%;
	line-height: 160%;
}

#wrapper {
	width: 100%;
	margin: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: 'Noto Sans JP', sans-serif;
}

#wrapper img{
	width: 100%;
}

.course1 p,.course1 li{
	font-size: 1.2em;
}

.ta_c{
	text-align: center;
}

.mt_10{
	margin-top: 10px;
}

.mt_20{
	margin-top: 20px;
}

.mt_30{
	margin-top: 30px;
}

.mt_50{
	margin-top: 50px;
}

.mt_70{
	margin-top: 70px;
}

.mt_80{
	margin-top: 80px;
}

.mt_100{
	margin-top: 100px;
}

.mb_20{
	margin-bottom: 20px;
}

.mb_30{
	margin-bottom: 30px;
}

.mb_50{
	margin-bottom: 50px;
}

.pt_10{
	padding-top: 10px;
}

.pb_60{
	padding-bottom: 60px;
}

.pb_100{
	padding-bottom: 100px;
}

.m_a{
	margin: 0 auto;
}

.pt_100{
	padding-top: 100px;
}

.txt_box{
	padding: 0 15px;
}

.lh-1{
	line-height: 1.5;
}

.big{
	font-size: 1.5em;
	font-weight: bold;
}
.left{
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

.mb_10{
	padding-bottom: 10px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_40 {
	margin-bottom: 40px;
}


.flex1{
	isplay:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}

.flex2{
	isplay:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    margin: auto;
    -webkit-align-items: center;
	align-items: center;
}

.flex3{
	isplay:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ta_l{
	text-align: left;
}

.ta_r{
	text-align: right;
}

.ac_c{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.hp-btn a{
	display: block;
	width: 100%;
	padding: 20px 0;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: 500;
	margin: 20px auto 0;
	text-align: center;
	color: #000;
	transition: all 0.3s ease-out;
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
}

.hp-btn a::after{
	content: "";
	width: 8px;
	height: 12px;
	background: url(../img/arrow.png) no-repeat center center / cover;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(-50%,-50%);
}

.hp-btn1 a{
	background: #d3b467;
	box-shadow: 0 5px 0 #544118;
}

.hp-btn2 a{
	background: #99b1a0;
	box-shadow: 0 5px 0 #004b51;
}

.hp-btn1 a:hover,.hp-btn2 a:hover{
	box-shadow: none;
	transform: scale(0.99, 0.99) translateY(2px);
}



.btn-box p{
	font-size: 1.3em;
	letter-spacing: 0.2em;
}

.course1 .big{
	text-align: center;
}


.course1{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 100px;
}

.ind {
	text-indent: -1em;
	padding-left: 1em;
}

.tit-box{
	text-align: center;
}

.btn-box {
    text-align: center;
}

#content3{
	background-color: #f4f2ec;
}
.course2{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

#content{
	position: relative;
	background: linear-gradient(90deg, #d14648 0%, #d14648 50%, #60c0bd 50%, #60c0bd 100%);
	padding: 40px 0;
}

#content .main-img{
	background: url("../img/back.jpg") no-repeat center center / cover;
	width: 100%;
	height: 700px;
	position: relative;
}

#wrapper .main-logo{
	width: 1100px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.cs-tit{
	text-align: center;
	padding: 10px 0;
	color: #fff;
	font-size: 1.8em;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

.cs-tit1{
	background: #d14648;
}

.cs-tit2{
	background: #4cb8b4;
}

.intr {
    padding: 20px;
    width: 1050px;
    margin: 100px auto;
    text-align: left;
	font-size: 1.2em;
}

.intr-txt{
	width: 700px;
	align-self: center;
	line-height: 2;
}

.intr-img{
	width: 270px;
}

.day-text p {
	line-height: 2em;
	letter-spacing: 0.1em;
	font-size: 1.8em;
	font-weight: 600;
	text-align: center;
}


.nml-text1{
	width: 900px;
	margin: 0 auto;
}

.nml-text2{
	width: 450px;
	margin: 0 auto;
}

.nml-text3{
	width: 580px;
	margin: 0 auto;
}

.nml-text p {
	line-height: 2em;
	letter-spacing: 0.1em;
	font-size: 1.8em;
	font-weight: 600;
}

.nml-text .txt-2{
	line-height: 2em;
	letter-spacing: 0.1em;
	font-size: 1.5em;
	font-weight: 600;
	text-align: center;
}

.nml-text .txt-3{
	line-height: 2em;
	letter-spacing: 0.1em;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
}


.item-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 100px;
}

.item-box:nth-last-of-type(1){
	margin-top: 50px;
}

.item-box>p{
	width: 540px;
}

.item-box .item-txt-box{
	width: 540px;
}

.item-txt-box .num-human{
	font-size: 1.6em;
	font-weight: 600;
}

.item-txt-box .num-human span{
	background: #000;
	color: #fff;
	padding: 1px 10px;
	margin-left: 5px;
}

.item-txt-box h3{
	font-size: 2.6em;
	margin: 5px 0;
}

.item-txt{
	line-height: 2;
}

.address{
	width: 470px;
	margin:  30px auto 50px;
	border: 8px solid #d3b467;
	padding: 20px;
}

.address h3{
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 1.4em;
}

.add-txt{
	width: 1000px;
	margin: 0 auto;
}

.add-txt p,.add-txt li{
	margin-bottom: 10px;
}




.hot-spring{
	margin: 0 auto 100px;
	width: 1080px;
}

.hot-spring:nth-last-of-type(1){
	margin-bottom: 0;
}

.tag{
	color: #fff;
	padding: 2px 15px;
	font-weight: 600;
	font-size: 1.2em;
	display: inline-block;
}

.tag1{
	background: #d14648;
}

.tag2{
	background: #4cb8b4;
}

.hot-spring h3{
	font-size: 2.4em;
	letter-spacing: 2px;
	margin: 5px 0 20px;
}

.hs-img-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hs-img-box p{
	width: 400px;
}

.hs-img-box .sticker{
	width: 238px;
	text-align: center;
}

.hot-spring h4{
	font-size: 1.6em;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.hot-spring .akita{
	color: #d14648;
}

.hot-spring .aomori{
	color: #4cb8b4
}

.hot-spring p{
	font-size: 1.2em;
	line-height: 2;
}

.hs-access{
	width: 520px;
	margin: 50px auto 0;
}

.hs-access h5{
	font-size: 1.4em;
	margin: 0 0 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}

.hot-spring .hp-btn a{
	line-height: 1.2;
}


.reserve-box{
	margin-top: 50px;
}

.reserve-box p{
	width: 550px;
}


.nega{
	margin-top: -10px;
}












@media screen and (max-width:768px){
	#header{
	  display: inline-block;
	  vertical-align: middle;
	}
	.sp-nn{
	  display: none;
	}
	.sp-bl{
	  display: block;
	}
	#header .top,#header .bottom,.ab-item{
	  display: none;
	}
	#wrapper{
		max-width: 780px;
		width: 100%;
	}
	#content{
		display: none;
	}
	#content-sp{
		display: block;
	}
	body{
	  min-width: 100%;
	}
	body,#content1,#content2,#wrapper,#content1 #title,.aid > div{
	  width: 100%;
	}
	#content1 #title{
		margin-top: 0;
	}

	.sp-img{
	  width: 100%;
	}

	.sp-img90{
	  width: 90%;
	}

	.sp-img80{
	  width: 80%;
	}

	.sp-img70{
	  width: 70%;
	}

	.sp-mt_5{
		margin-top: 5%;
	}

	.sp-m_a{
		margin: 0 auto
	}

	.hp-btn{
	  width: 100%;
	  margin: 0 auto;
	}
	.hp-btn a{
		margin: 5% auto 0;
		font-size: 1em;
	}
	.hp-btn-box{
	  width: 90%;
	  margin: 0 auto;
	}

	.hp-btn-box .hp-btn{
	  width: 100%;
	  margin: 0;
	}

	.hp-btn a{
		width: 100%;
	}

	.sp-tit{
	  margin: 0 auto 30px;
	  padding-bottom: 10px;
	  border-bottom: 4px solid #fff78a;
	  text-align: center;
	  width: 90%;
	}

	.course1 .big{
		font-size:1.2em;
	}

	.item-box > ul{
	  width: 90%;
	  margin: 0 auto;
	}

	.item-box > ul>li{
	  margin: 0 auto 50px;

	}

	.item-box > ul > li.no-box, .item-box2 > section > ul > li.no-box{
	  background: transparent;
	  width: 100%;
	}

	#pagetop{
	  z-index: 10000;
	}

	#content2{
		margin-top: 0;
	}

	.cs-tit{
		width: 100%;
		font-size: 5vw;
		padding: 5px 0;
		margin-bottom: 5%;
		letter-spacing: 0;
	}

	.course1 ul{
		width: 100%;
	}

	.ct-box1, .ct-box2{
		width: 100%;
	}

	.ct-box2{
		text-align: left;
	}

	#content3{
		padding: 10% 0;
	}

	#content3>div{
		width: 90%;
		margin: 0 auto;
	}

	#content3 .cs-tit2{
		letter-spacing: 0;
	}

	.sp-ta_l{
		text-align: left;
	}

	.course1{
		padding-bottom: 10%;
		width: 90%;
	}

	.day-text p{
		font-size: 3.8vw;
		letter-spacing: 0;
	}

	.day-text{
		margin-top: 5%;
	}

	.ind{
		text-indent: -1em;
	}

	.center{
		text-align: center !important;
	}
	.left{
		text-align: left;
		font-size: 1.2em;
		font-weight: bold;
	}

	.intr,.hot-spring,.nml-text1,.add-txt,.address,.nml-text3,.hs-access,.nml-text2,.item-box .item-txt-box{
		width: 100%;
	}

	.intr{
		margin: 5% 0;
	}

	.intr-img{
		width: 40%;
		margin: 0 auto 5%;
	}

	.nml-text p,.nml-text .txt-3,.nml-text .txt-2{
		font-size: 4vw;
		letter-spacing: 0;
		line-height: 1.8;
		text-align: left;
	}

	.nml-text2 p{
		text-align: center;
	}

	.item-box,.item-box:nth-last-of-type(1){
		margin-top: 10%;
	}
	

	.item-box .item-txt-box{
		margin-top: 5%;
	}

	.item-txt-box .num-human{
		font-size: 5vw;
	}

	.hot-spring{
		margin-bottom: 30%;
	}

	.item-txt-box h3{
		font-size: 8vw;
	}

	.hot-spring .tag{
		display: block;
		width: 55%;
		text-align: center;
		margin: 0 auto;
	}

	.hot-spring h3{
		font-size: 7vw;
		letter-spacing: 0;
	}

	.hs-img-box p{
		width: 48%;
	}

	.hs-img-box .sticker{
		width: 40%;
		margin: 2% auto 0;
	}

	.hot-spring h4{
		font-size: 6vw;
		letter-spacing: 0;
		margin-top: 5%;
	}

	.hs-access h5{
		font-size: 5vw;
	}

	.hs-access{
		margin-top: 5%;
	}
	
	.nega{
		margin-top: 0;
	}

	
}



@media screen and (max-width:420px){
	.hp-btn a{
		padding: 15px 0;
		font-size: 4vw;
	}

	.caution{
		padding: 0;
	}
	.caution h1{
		font-size: 1.1em;
	}
	.caution img{
		width: 70%;
		margin: 10% 0 5%;
	}
}