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

/*--------------------OPスライダー--------------------*/
.main{
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.pagelogo{
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 25%;
	max-width: 250px;
	z-index: 10;
}
.topimg1 {
    position: absolute;
    max-width: 550px;
    top: 50px;
    left: 30px;
    width: 33%;
}

/**********************************************/
/***************独自コンテンツ******************/
/**********************************************/
.lead{
	text-align: center;
    padding: 40px 0;
    width: 100%;
	max-width: 660px;
    font-size: 14px;
	margin: 0 auto;
}
.pagetitle {
    margin-bottom: 25px;
    width: 70%;
    max-width: 442px;
}
.p4_back{
	background: url(../img/p4/p4_back.gif);
	padding-top: 20px;
}
.spot_title{
	margin-bottom: 25px;
}
.spots{
	margin-bottom: 100px;
}
/*
.captext {
    line-height: 1.1;
    background: #fff;
    padding: 2px 4px;
    display: inline-block;
    position: absolute;
    font-size: 12px;
}
*/
.capimg{
	margin-bottom: 7px;
}
.captext {
    font-size: 11px;
    line-height: 16px;
    background: linear-gradient(transparent 0px, #fff 0%);
    display: inline;
    padding: 6px;
}

@media only screen and (max-width: 768px) {
	.spots {
	    margin-bottom: 50px;
	}
}

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



/*---------------------住所----------------------*/
.specarea {
    padding: 20px;
    width: 100%;
    background: #fff;
	margin-top: 30px;
}
.specarea_none{
	padding: 0;
	background: none;
	margin-top: 15px;
}
.spectitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.specarea .left {
    width: 33%;
}
.specarea .right {
    width: 65%;
}
.specarea .map,.specarea .map1{
    float: left;
    width: 49%;
}
.map iframe,.map1 iframe,.map5 iframe {
    width: 100%;
    border: 1px solid #aaa;
    box-sizing: border-box;
}
.specarea .store,.specarea .store1 {
    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: #EF8454;
}
.specarea table td {
    width: calc(100% - 90px);
	box-sizing: border-box;
	padding: 0 10px 5px;
}
.table_half{
	width: 50%;
    float: left;
}
.speclink{
	word-break: break-all;
	text-decoration: underline;
}
@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: 768px) {
	.specarea{
		margin-top: 0;
	}
}
@media only screen and (max-width: 480px) {
	.specarea .store,.specarea .store1{
		width: 100%;
	}
}



/*-----------------spot1-----------------*/
.tableleft{
	float: left;
	padding-right: 30px;
}
.tableright{
	float: left;
}
@media only screen and (max-width: 768px) {
	.tableleft,.tableright{
		float: none;
		width: 100%;
	}
}


/*-----------------spot1-----------------*/
.spot1 .intro_spot .left{
	width: 45%;
}
.spot1 .intro_spot .right{
	width: 50%;
}
.container3{
	display: flex;
  justify-content: center;
}
.spot1img3_area{
	text-align: center;
	margin: auto;
}
.spot1img3_pad{
	padding-top: 20px;
	max-width: 70%;
	width: 100%;
}
.spot1img1_pad{
	padding-top: 40px;
	max-width: 70%;
	width: 100%;
}
.captext1{
	left: 0;
	top: calc(100% + 7px);
}
.spot1 .intro_spot{
	padding-bottom: 40px;
}
.mapandimg{
	padding-top: 10px;
}


@media only screen and (max-width: 768px) {
	.spot1 .intro_spot .left,.spot1 .intro_spot .right{
		width: 100%;
	}
	.spot1 .intro_spot .right{
		padding-top: 70px;
	}
	.container3{
		float: right;
		width: 220px;
	}
	.intro_spot .left p{
		width: calc(100% - 240px);
		float: left;
	}
	.spot1img1_pad {
		padding-top: 0;
		max-width: none;
		width: 100%;
	}
	.spot1 .intro_spot .right {
		padding-top: 20px;
	}
	.spot1 .intro_spot {
	    padding-bottom: 20px;
	}
}
@media only screen and (max-width: 480px) {
	.container3 {
	    float: none;
	    width: 220px;
	    display: block;
		margin: 0 auto;
	}
	.intro_spot .left p{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
}


/*-----------------spot2-----------------*/
.spot2 .intro_spot .left{
	width: 50%;
}
.spot2 .intro_spot .right{
	width: 45%;
}
.container3{
	display: flex;
  justify-content: center;
}
.spot2img3_pad{
	padding-top: 20px;
}
.spot2img1_pad{
	padding-top: 40px;
	max-width: 80%;
	width: 100%;
}
.captext2{
	left: 0;
	top: calc(100% + 7px);
}
.spot2 .intro_spot{
	padding-bottom: 40px;
}


@media only screen and (max-width: 768px) {
	.spot2 .intro_spot .left,.spot2 .intro_spot .right{
		width: 100%;
	}
	.spot2 .intro_spot .left {
	    padding-top: 20px;
	}
	.intro_spot .right p{
		width: calc(100% - 240px);
		float: left;
	}
	.spot2img1_pad {
	    padding-top: 0px;
	    max-width: none;
	    width: 100%;
	}
	.spot2 .intro_spot {
	    padding-bottom: 20px;
	}
}

/*-----------------spot3-----------------*/
.spot3 .intro_spot .left{
	width: 45%;
}
.spot3 .intro_spot .right{
	width: 50%;
}
.container3{
	display: flex;
  justify-content: center;
}
.spot3img3_pad{
	padding-top: 20px;
}
.spot3img1_pad{
	padding-top: 40px;
	max-width: 70%;
	width: 100%;
}
.captext3{
	left: 0;
	top: calc(100% + 7px);
}
.spot3 .intro_spot{
	padding-bottom: 40px;
}


@media only screen and (max-width: 768px) {
	.spot3 .intro_spot .left,.spot3 .intro_spot .right{
		width: 100%;
	}
	.spot3 .intro_spot .right {
	    padding-top: 20px;
	}
	.spot3img1_pad {
	    padding-top: 0px;
	    max-width: none;
	    width: 100%;
	}
	.spot3 .intro_spot {
	    padding-bottom: 20px;
	}
}

/*-----------------spot4-----------------*/
.spot4 .intro_spot .left{
	width: 55%;
}
.spot4 .intro_spot .right{
	width: 40%;
}
.spot4img2_pad{
	padding-top: 20px;
}
.spot4img3_pad{
	padding-top: 40px;
}
.captext4{
	left: 0;
	top: calc(100% + 7px);
}
@media only screen and (max-width: 768px) {
	.spot4 .intro_spot .left,.spot4 .intro_spot .right{
		width: 100%;
	}
	.spot4 .intro_spot .left{
		padding-top: 20px;
	}
	.spot4img1_pad {
		padding-top: 0px;
		max-width: none;
		width: 100%;
	}
	.spot4 .intro_spot {
		padding-bottom: 20px;
	}
	.spot4img3_pad {
	    padding-top: 0;
	}
}
@media only screen and (max-width: 480px) {
	.intro_spot .right p {
	    width: 100%;
	    float: none;
		margin-bottom: 20px;
	}
}

/*-----------------spot5-----------------*/
.spotfinal_back_l,.spotfinal_title,.spotfinal_back_r{
	float: left;
	width: 33.3%;
}
.spotfinal_back_l{
	background: url(../img/p4/spotfinal_title_back.png) no-repeat right;
	background-position: top 55% center;
}
.spotfinal_back_r{
	background: url(../img/p4/spotfinal_title_back.png) no-repeat left;
	background-position: top 55% center;
}
.store5 .slick-slide{
	margin: 0!important;
}
@media only screen and (max-width: 768px) {
	.store5{
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 640px) {
	.spotfinal_title{
		width: 60%;
	}
	.spotfinal_back_l,.spotfinal_back_r{
		width: 20%;
	}
}

/*-----------------spotfinal-----------------*/
.spot5{
	margin-bottom: 20px!important;
}
.spot5 .title{
	margin-bottom: 30px;
}
.spot5 .left640{
	float: left;
}
.spot5 .left,.spot5 .left640{
	width: 66%
}
.spot5 .right640{
	float: right;
}
.spot5 .right,.spot5 .right640{
	width: 31%;
}
.per60{
	text-align: center;
	margin: auto;
	margin-top: -10px;
}
.per60 img{
	width: 60%;
}
.final_person_area{
	text-align: center;
	margin: auto;
	max-width: 100%;
	width: 70%;
}
@media only screen and (max-width: 768px) {
	.spot5{
		margin-bottom: 50px!important;
	}
	.spot5 .left,.spot5 .right{
		width: 100%;
	}
	.spot5 .mainimg{
		padding: 15px 0;
	}
	.spot5 .left640{
		width: 60%
	}
	.spot5 .right640{
		width: 36%;
	}
}
@media only screen and (max-width: 640px) {
	.spot5 .left640,.spot5 .right640{
		width: 100%;
	}
}


/************日光街道豆知識***********/
.box{
	background: #fff;
	padding: 30px 30px 30px 19%;
	position: relative;
    margin: 0 0 20px 30px;
}
.box .title{
	margin-bottom: 20px;
}
.box .absolute{
	top: -30px;
    left: -30px;
    width: 21%;
    min-width: 90px;
    max-width: 191px;
}
@media only screen and (max-width: 540px) {
	.box .absolute{
		width: 80px;
		top: -40px;
	}
	.box{
		padding-left:40px;
		padding-top: 40px;
	}
}

/*--パターン2--*/

.trivia2 .title{
	margin-bottom: 20px;
}
.trivia2_sp{
	margin-top: 60px;
}
.trivia2{
	padding: 30px 14% 30px 18%;
	position: relative;
	background: #fff;
	margin: 100px 60px 0 30px;
}
.trivia2_logo, .trivia2_person, .trivia2_spimg{
	position: absolute;
}
.trivia2_logo{
	top: -30px;
	left: -30px;
	width: 21%;
	min-width: 90px;
}
.trivia2_person{
    bottom: 0;
    right: -60px;
	width: 21%;
	min-width: 125px;
}
@media only screen and (max-width: 768px) {
	.trivia2{
		padding: 30px 12% 30px 15.5%;
	}
	.trivia2{
		margin-top: 30px;
	}
}
@media only screen and (max-width: 540px) {
	.trivia2_spimg{
		bottom:0;
		right: -17px;
	}
	.trivia2{
		padding: 30px 20px;
		margin: 30px 0 0 0;
	}
	.trivia2 p{
		width: calc(100% - 35px);
		padding-bottom: 60px;
	}
}
/************日光街道豆知識end***********/




/*-----------------ページ下リンクボタン-----------------*/
.btnul{
	text-align: center;
}
.btnul li{
	display: inline-block;
	width: 28%;
	margin: 0 1.5%;
	max-width: 200px;
	border-radius: 10px;
	border: 1px solid #EF8454;
	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: #EF8454;
    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: #EF8454!important;
}

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