@charset "utf-8";
/**********************************************/
/***************共通コンテンツ******************/
/**********************************************/

/*--------------------OPスライダー--------------------*/
.main{
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.pagelogo{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 38%;
	max-width: 265px;
	z-index: 10;
}
.slick-slide {
	margin: 0;
}
.attention{
	position: absolute;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	bottom: 20px;
	right: 20px;
}
@media only screen and (max-width: 640px) {
	.attention{
		bottom: 2px;
		right: 10px;
	}
}
/*---------------------白背景のキャプションテキスト----------------------*/
.captext {
    line-height: 1.1;
    position: absolute;
}
.captext span {
    font-size: 11px;
    line-height: 18px;
    background: linear-gradient(transparent 0px, #fff 0%);
    display: inline;
    padding: 6px;
}

/**********************************************/
/***************独自コンテンツ******************/
/**********************************************/
.lead{
	text-align: center;
    padding: 40px 0;
    width: 100%;
	max-width: 660px;
    font-size: 14px;
	margin: 0 auto;
}
.pagetitle {
    margin-bottom: 10px;
    width: 70%;
    max-width: 442px;
}
.p3_back{
	background: url(../img/p3/p3_back.gif);
	padding-top: 20px;
}
.spot_title{
	margin-bottom: 25px;
}
.spots{
	margin-bottom: 100px;
}
.spots:last-child{
	margin-bottom: 0;
}

@media only screen and (max-width: 540px) {
	.lead{
		padding: 30px 0;
	}
}



/*---------------------住所----------------------*/
.specarea {
    padding: 20px;
    width: 100%;
    background: #fff;
	margin-top: 30px;
}
.spectitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.specarea .left {
    width: 42%;
}
.specarea .right {
    width: 55%;
}
.specarea .map,.specarea .map3 {
    float: left;
    width: 49%;
}
.map iframe,.map3 iframe {
    width: 100%;
    border: 1px solid #aaa;
    box-sizing: border-box;
}
.specarea .store,.specarea .store3 {
    float: right;
    width: 49%;
}
.specarea table th {
    width: 90px;
	padding-bottom: 5px;
    box-sizing: border-box;
}
.specarea table th div {
    width: 90px;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    display: block;
    text-align: center;
    padding: 2px 5px;
    font-size: 12px;
	background: #5F90CC;
}
.specarea table td {
    width: calc(100% - 90px);
	box-sizing: border-box;
	padding: 0 10px 5px;
}
.table_half{
	width: 50%;
    float: left;
}
@media only screen and (max-width: 1040px) {
	.table_half{
		width: 100%;
	}
}

@media only screen and (max-width: 960px) {
	.specarea .left, .specarea .right{
		width: 100%!important;
	}
	.specarea .right{
		margin-top: 10px;
	}
}
@media only screen and (max-width: 480px) {
	.specarea .store,.specarea .store3{
		width: 100%;
	}
}




/*-----------------spot1-----------------*/
.spot1 .float_l{
	width: 40%;
	float: left;
}
.spot1 .float_r{
	width: 55%;
	float: right;
}
.spot1 .float_l_float_l{
}
.spot1 .float_l_float_r{
	text-align: center;
	padding-top: 50px;
}
@media only screen and (max-width: 640px) {
	.spot1 .float_l,.spot1 .float_r{
		float: none;
		width: 100%;
	}
	.spot1 .float_r{
		padding-top: 15px;
	}
	.spot1 .float_l_float_l{
		float: left;
		width: 55%;
	}
	.spot1 .float_l_float_r{
		float: right;
		padding-top: 0;
		width: 40%;
		margin-top: -15px;
	}
}
@media only screen and (max-width: 640px) {
	.spot1 .float_l_float_l, .spot1 .float_l_float_r{
		width: 100%;
		float: none;
		margin: 0;
	}
}

/************日光街道豆知識***********/
/*--パターン1--*/
.trivia1{
	padding: 30px 20px 30px 41%;
	position: relative;
	background: #fff;
	margin-top: 13%;;
}
.trivia1_img, .trivia1_spimg{
	position: absolute;
}
.trivia1_img{
	width: 42%;
	left: -20px;
	bottom: 0;
}
.trivia1 .title{
	margin-bottom: 10px;
	text-align: left;
}
.trivia1_sp{
	margin-top: 30px;
}
@media only screen and (max-width: 640px) {
	.trivia1_spimg{
		bottom: 0;
		right: -12px;
	}
	.trivia1{
		padding: 20px;
	}
	.trivia1 p{
		width: calc(100% - 80px);
	}
}

/*-----------------spot2-----------------*/
.spot2 .float_r_text{
	width: 40%;
	float: right;
	padding-bottom: 20px;
}
.spot2 .float_l{
	width: 55%;
	float: left;
	padding-bottom: 20px;
}
.spot2 .float_r{
	width: 40%;
	float: right;
	padding-bottom: 20px;

}
.captext2 {
    left: -190px;
    bottom: 0;
}
@media only screen and (max-width: 640px) {
	.spot2 .float_r_text,.spot2 .float_l,.spot2 .float_r{
		width: 100%;
		float: none;
	}
	.captext2 {
	    left: 0;
	    bottom: -30px;
	}
}

/*-----------------spot3-----------------*/
.spot3 .float_l_text{
	width: 40%;
	float: left;
	padding-bottom: 30px;
}
.spot3 .float_r{
	width: 55%;
	float: right;
}
.spot3 .float_l{
	width: 40%;
	float: left;
	padding-top: 50px;
}
.spot3 .left{
	width: 70%;
}
.spot3 .right{
	width: 30%;
	text-align: center;
	padding-top: 100px;
}
.spot3_2{
	margin-top: 50px;
}
.spot3_2 a.calendar{
	text-decoration: underline;
	color: #5F90CC;
}
.spot3 .mapandimg{
	padding-top: 10px;
}
.tableleft{
	float: left;
	width: 50%;
}
.tableright{
	float: right;
	width: 45%;
}
.captext3 {
    left: 0;
    bottom: -45px;
}

@media only screen and (max-width: 960px) {
	.spot3 .left,.spot3 .right{
		width: 100%;
		float: none;
	}
	.spot3 .right{
		text-align: right;
		padding-top: 30px;
	}
	.spot3 .right img.show_960{
		display: inline-block;
	}
}
@media only screen and (max-width: 768px) {
	.tableleft,.tableright{
		float: none;
		width: 100%;
	}
	.spot3{
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 640px) {
	.spot3 .float_l_text,.spot3 .float_l,.spot3 .float_r{
		width: 100%;
		float: none;
	}
	.spot3 .float_l{
		padding-top: 20px;
	}
}



/*-----------------ページ下リンクボタン-----------------*/
.btnul{
	text-align: center;
}
.btnul li{
	display: inline-block;
	width: 28%;
	margin: 0 1.5%;
	max-width: 200px;
	border-radius: 10px;
	border: 1px solid #5F90CC;
	background: #fff;
	vertical-align: middle;
}
.linkarea{
	padding: 80px 0 120px;
}
.nowpage{
	background: #da4c5c!important;
}
.nowpage a{
	color: #fff!important;
	cursor: default;
}
.nowpage a:hover{
	opacity: 1;
}
.btnul li a {
    color: #5F90CC;
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    width: 100%;
    line-height: 1.3;
    box-sizing: border-box;
    display: block;
}
.nowpage {
    background: #5F90CC!important;
}


@media only screen and (max-width: 960px) {
	.pagelogo{
		width: 28%;
	}
}
@media only screen and (max-width: 768px) {
	.btnul li a {
		font-size: 16px;
	}
}
@media only screen and (max-width: 480px) {
	.btnul li {
	    display: block;
	    width: 100%;
	    margin: 0 auto 15px;
	    max-width: 250px;
	}
	.btnul {
	    margin-bottom: 70px;
	}
	.specarea .store{
		width: 100%;
	}
	.linkarea {
		padding: 40px 0 0px;
	}

}
