/* sub common */
#pancz {
	width:100%;
	font-size: 11px;
	margin:0 0 60px;
	text-align:center;
}
#pancz a {
	color: #7c3933;
	text-decoration: underline;
}
#pancz a:hover {
	text-decoration: none;
}
#backbtn {
	clear: both;
	display: block;
    width: 30%;
    min-width: 300px;
    height: 3em;
    font-size: 15px;
    border: 1px solid #333;
    color: #333;
    line-height: 3em;
    overflow: hidden;
    padding: 0;
    border-radius: 0;
}
#backbtn:hover,
.index #backbtn:hover {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
    transition: all 0.3s ease;
}
.index #backbtn {
	background-color: rgba(255, 255, 255, 0.85);
	margin:80px auto 40px;
}
.article #backbtn {
	margin:0 auto 40px;
}
.beni {
	color: #7c3933;
}

/* index */
 .wrapper {
	overflow: hidden;
	background: url(../img/bg_higaki_touka.png) repeat 0 0, #fff;
}
 .bg_image {
	width:100%;
	height:100%;
	overflow:hidden;
	background:url(../img/bg_tourism.jpg) repeat-y 0 0;
	background-size: 30%;
}
 .inner {
	/*width:1100px;*/
	margin:0 auto;
}
.index .content {
	width:70%;
	float: right;
	padding:120px 0 50px;
}
.index h2 {
	text-align:center;
	font-size: 36px;
	margin:0 auto 45px;
	color: #7c2e29;
}
.index .intro {
	margin:0 0 30px;
	font-size: 18px;
}
.index .mapdl {
	margin:0 0 60px;
	font-size: 14px;
}
.index .mapdl a:hover {
	text-decoration: underline;
}
.index dl {
	position: relative;
	width: 95%;
	max-width:660px;
	background-color: rgba(255, 255, 255, 0.8);
	margin:0 auto 50px;
	padding:25px 40px 25px 85px;
	color: #555;
	border: rgba(255, 255, 255, 0.8) 1px solid;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.index dl:last-child {
	margin:0 auto 80px;
}
.index dl.current * {
	transition: all 0.3s ease;
}
.index dl.current {
	color: #333;
	border: #7c3933 1px solid;
	/*background-color: rgba(255, 255, 255, 1);*/
}
.index dl dt .label {
	position: absolute;
	top:-1px;
	left:17px;
	width:48px;
	height: 190px;
	padding:124px 0 0 0;
	text-align:center;
	background-color: #f3f3ed;
	color: #7c3933;
	font-size: 24px;
	font-family: 'Playfair Display', serif;
}
.index dl.current dt .label {
	top:-11px;
	height: 190px;
	color: #f3f3ed;
	background-color: #7c3933;
}
.index dl dt .label:after {
	position: absolute;
	content: 'Course ｜';
	transform: rotate(90deg);
	transform-origin:left bottom;
	width:7em;
	left:11px;
	top:0;
	font-size: 18px;
	text-align: left;
    letter-spacing: 0.05em;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.index dl.current dt .label:after {
	top:10px;
}
.index dt h3 {
	font-size: 28px;
	margin:0 0 0.75em;
}
.index dt h3 span {
	display: block;
	font-size: 16px;
	font-weight: normal;
}
.index .exp {
	margin:0 0 1.5em;
}
.index dd {
	overflow: hidden;
}
.index dd ul {
	overflow: hidden;
	margin:0 0 1em;
}
.index dd ul li {
	display: inline-block;
	float: left;
	margin:0 1em 0.5em 0;
	padding:0.2em 0.5em;
	background-color: #f3f3ed;
	color: #7c3933;
	font-size: 14px;
}
.index dd a.btn {
	clear: both;
	display: block;
    width: 250px;
    height: 2.9em;
    margin: 0 auto;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
    line-height: 2.9em;
    overflow: hidden;
    border-radius: 1.5em;
}
.index dd a.btn:hover {
    background-color: #7c3933;
    border: 1px solid #7c3933;
    color: #f3f3ed;
    transition: all 0.3s ease;
}

/*article*/
.article .content {
	margin:0 auto 50px;
	padding:100px 0 50px;
	overflow: hidden;
}
.article .section {
	margin:0 auto 80px;
}
.article .section:first-child {
	margin:0 auto 60px;
}
.article #intro {
	width:100%;
	text-align: center;
}
.article h2 {
	position: relative;
	width:100%;
	max-width: 750px;
	margin:0 auto 25px;
	padding:0.25em 1em;
	font-size: 28px;
	line-height: 1.4;
	text-align:center;
	letter-spacing: 0.1em;
}
.article h2:before,
.article h2:after{ 
	content:'';
	width: 20px;
	height: 30px;
	position: absolute;
	display: inline-block;
}
.article h2:before{
	  border-left: solid 1px #7c2e29;
	  border-top: solid 1px #7c2e29;
	  top:0;
	  left: 0;
}
.article h2:after{
	  border-right: solid 1px #7c2e29;
	  border-bottom: solid 1px #7c2e29;
	  bottom:0;
	  right: 0;
}
.article #intro .subtitle {
	font-size: 17px;
	margin:0 0 10px;
	font-weight: bold;
}
.article .target {
	margin:0 0 25px;
	font-weight: bold;
	font-size: 14px;
}
.article .target span,
.article .total span {
	display: inline-block;
	padding:0.2em 0.5em 0.2em 0.7em;
	background-color: #eaeadd;
	font-weight: normal;
}
.article .overview {
	width:90%;
	max-width: 800px;
	text-align: left;
	margin:0 auto;
	padding:40px 80px;
	font-size: 15px;
	background-color: rgba(255, 255, 255, 0.8);
}
.article h3 {
	font-size: 22px;
    width: 350px;
    margin: 0 auto 30px;
    padding: 0.1em 0;
    text-align: center;
    color: #fff;
    background: url(../img/tourism-h3-ribbon.svg) no-repeat center 0;
    background-size: 100% auto;  
}
.article #schedule {
	width:90%;
	max-width: 800px;
}
.article .total {
	margin:0 auto 25px;
	text-align: center;
}
.article .total p {
	margin:0 auto 5px;
}
.article #schedule dl {
	clear: both;
}
.article #schedule dt {
	width:100%;
	padding:0.75em 1.5em;
	background-color: #f3f3ed;
	border:#7c3933 3px solid;
	font-weight: bold;
}
.article #schedule dt span.time {
	display: inline-block;
	margin:0 1.5em 0 0;
	color: #7c3933;
}
.article #schedule dt span.stay {
	float: right;
	font-size: 13px;
	color: #333;
	font-weight: normal;
}
.article #schedule dd {
	width:100%;
	position: relative;
	overflow: hidden;
	padding:10px 0;
	min-height: 80px;
}
.article #schedule dd:before {
	content:'';
	position: absolute;
	top:0;
	bottom:0;
	left:16%;
	width:5px;
	height: 100%;
	background-color: #7c3933;
}
.article #schedule dd p {
	margin:0 0 0.5em;
}
.article #schedule dd p:last-child {
	margin:0;
}
.article #schedule dd .way {
	position: absolute;
	width:30px;
	height: 48px;
	top:calc(50% - 24px);
	left:10%;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
}
.article #schedule dd .car {
	padding:30px 0 0;
	background: url(../img/tourism-pict-car.png) no-repeat top center;
}
.article #schedule dd .walk {
	padding:36px 0 0;
	background: url(../img/tourism-pict-walk.png) no-repeat top center;
}
.article #schedule dd .detail {
	position: relative;
	width:75%;
	margin:5px 0 5px 25%;
	padding:25px;
	font-size: 14px;
	border:#ddd 1px solid;
	background-color: rgba(255, 255, 255, 1);
}
.article .detail h4 {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; 
	font-size: 18px;
    margin: 0 0 1em; 
}
.article a.btn {
	display: block;
	width: 300px;
	height: auto;
    font-size: 15px;
    border: 1px solid #333;
    color: #333;
    margin:20px auto 10px;
    padding:0.75em 0;
    text-align: center;
    line-height: 1.5em;
    border-radius: 1.5em;
}
.article a.btn:hover {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
    transition: all 0.3s ease;
}
.article .box {
	width: 1000px;
	margin:0 auto 30px;
	padding:40px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.8);
    border: #7c3933 1px solid;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    position: relative;
    z-index: 1;
}
.article .box .num {
	color: #f3f3ed;
    background-color: #7c3933;
    line-height: 48px;
    margin:0 0 10px;
    position: absolute;
    top: 0;
    left: 20px;
    width: 48px;
    height: 180px;
    padding: 0;
    text-align: center;
    font-size: 18px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 100;
}
.article .box .left {
	width: 40%;
	height: 240px;
	float: left;
	text-align: center;
	padding:0 25px 0 0;
	overflow: hidden;
}
.article .box .left img {
	max-width: 100%;
	height: auto;
}
.article .box .right {
	width: 60%;
	float: right;
	padding:0 25px;
	font-size: 14px;
}
.article .box h4 {
	font-size: 22px;
    margin: 0 0 1em; 
}
.article .detail .floatL,
.article .box .floatL {
	float: left;
	margin:0 25px 0 0;
}
.article #contact .box {
	background-color: #f3f3ed;
	border:#7c3933 3px solid;
	margin:0 auto;
	box-shadow: none;
}
.article #contact .box .left,
.article #contact .box .right {
	width: 50%;
	float: left;
	text-align: left;
	padding:0 20px;
	height: auto !important;
}
.article #contact .btn {
	background-color: #fff;
}
.article #contact .btn:hover {
    background-color: #7c3933;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.3s ease;
}
.article .section:last-child {
	margin:0 auto;
}


/* ------------------------------
   loopSlider
------------------------------ */
#loopArea {
	width:100%;
	position: relative;
	margin:60px 0;
}
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 170px;
    overflow: hidden;
    position: absolute;
}
.loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 170px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.loopSlider ul {
    height: 170px;
    float: left;
    overflow: hidden;
}
.loopSlider ul li {
    width: 290px;
    height: 170px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}


@media screen and (min-width: 1024px) { /* 1024px以上用（PC用）の記述 */

}

@media screen and (max-width: 1023px) { /* 1023px以下用（タブレット用）の記述 */
.pc {
	display:none;
}
.index dl {
	padding:25px 20px 25px 85px;
}
.index .bg_image {
	background-size: 30%;
}
.index .content {
	width:70%;
}
.article .box {
	width: 90%;
	margin:0 5% 30px;
}
}

@media screen and (max-width: 800px) {
    /* 767px以下用（タブレット／スマートフォン用）の記述 */
.index .bg_image {
	background-size: 100%;
}
.index .content {
	width:100%;
}
.index .content h2,
.index .content .intro {
	color: #fff;
}
.index dl {
	position: relative;
	width: 90%;
	background: url(../img/bg_higaki_touka.png) repeat 0 0, rgba(255, 255, 255, 0.92);
	margin:0 auto 50px;
	padding:25px 40px 25px 85px;
}
.index dd a.btn {
    background-color: #7c3933;
    border: 1px solid #7c3933;
    color: #f3f3ed;
}
.index dd ul li {
	background-color: #eaeadd;
}
.article h2 {
	width:90%;
	max-width: none;
	margin:0 5% 25px;
}
.article .overview {
    max-width: none;
    margin:0 5%;
    padding:40px 5%;
}
.article #schedule dd:before {
	left:10%;
}
.article #schedule dd .way {
	left:3%;
}
.article #schedule dd .detail {
	width: 85%;
	margin: 5px 0 5px 15%;
}
.article #contact .box .left,
.article #contact .box .right {
	width: 100%;
	float: none;
	text-align: center;
	padding:0;
}
}
@media screen and (max-width: 600px) {
.article .box .left {
	width: 100%;
	float: none;
	padding:0;
	margin:0 0 20px;
}
.article .box .right {
	width: 100%;
	float: none;
	padding:0 5%;
}
.article .box .right h4 {
	text-align: center;
}
}

@media screen and (max-width: 479px) {
    /* 479px以下用（スマートフォン用）の記述 */
.index dl {
    padding: 55px 5% 60px;
}
.index dl dt .label {
	position: absolute;
	top:-11px;
	left:4%;
	width:190px;
	height: 48px !important;
	padding:0 0 0 110px;
	text-align:left;
	font-size: 28px;
}

.index dl dt .label:after {
	transform: none;
	width:7em;
	top:0.6em;
	left:15px;
}
.index dd ul {
	margin:0 0 2em;
}
.index dd a.btn {
	position: absolute;
	bottom:25px;
	left:calc(50% - 125px);
}

.article .content {
	padding:60px 0 50px;
	background: url(../img/top-tourism-noren.png) no-repeat 0 0;
	background-size: contain;
}
.article h3 {
    width: 96%;
    margin: 0 2% 30px;
    background-size: 100% auto;  
}
.article #schedule dl {
	clear: both;
}
.article #schedule dt {
	padding:0.75em 10px;
}
.article #schedule dt span.stay {
	display: none;
}
.article #schedule dd .way {
	left:0;
}
.article #schedule dd .detail {
	padding:20px 10px;
}
.article .detail a.btn,
.article .box a.btn {
	width: 100%;
	font-size: 14px;
}
.article .detail .floatL, .article .box .floatL{
	float: none;
	display: block;
	margin:0 auto 10px;
	max-width: 100%;
	height: auto;
}
.article .box {
	padding:20px;
}
.article .box h4 {
	margin:0 0 10px;
}
}