@charset "utf-8";

/*PCSP共通設定*/
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

#wrapper{
	font-family:'Noto Sans JP', sans-serif;
}

section:nth-of-type(odd){background-color:#FFF;}
section:nth-of-type(even){background-color:#F4FFF4;}

img {
    image-rendering: -webkit-optimize-contrast;
}

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

.textLeft {
	text-align: left;
    font-size: 123.1%;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
    font-size: 123.1%;
}

.red {
    color: #FF0000;
}

.red2 {
    color: #FF0000;
	  font-weight: bold;
}


/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none !important;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}

#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
    
.spnone{
    display: none !important;
	}

.inner {
	width: 94%;
	margin: 0 auto;
	padding: 3%;
}

.titlePc {
	display: none !important;
}

.titleSp {
	width: 100%!important;
  text-align: center;
}

.titleSp img{
    width: 100%;
    vertical-align: bottom;
}

h1 {
	font-size: 12px;
	margin: 0 1%;
}

h2 {
    padding: 0.5rem 1rem;
    color: #fff;
    background-image: -webkit-linear-gradient(left, #43cc7f 0%, #2E8B57 100%);
    background-image: -o-linear-gradient(left, #43cc7f 0%, #2E8B57 100%);
    background-image: linear-gradient(to right, #43cc7f 0%, #2E8B57 100%);
    text-align: center;
    font-size: 153.9%;
    font-weight: bold;
}

	h2 span{
		font-size: 80%;
	}

h3 {
  position: relative;
  padding: 1rem 0 0.5rem;
  margin-bottom: 10px;
  text-align: center;
  font-size: 153.9%;
  font-weight: bold;
}

h3:before {
  position: absolute;
  bottom: -1px;
  left: calc(50% - 30px);
  width: 60px;
  height: 4px;
  content: '';
  border-radius: 3px;
  background: #D5372B;
}

h4 {
  text-align: center;
  font-size: 153.9%;
  font-weight: bold;
  margin: 5% 0 3%;
  line-height: 1.6;
}

h4 span {
  background: linear-gradient(transparent 60%, #ffff66 0%);
	margin-bottom: 1%;
}

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

#anchorLinkBlock p.pageBackBlock {
	font-size: 11px !important;
	padding: 1%;
}

p.text {
	font-size: 123.1%;
	font-weight: bold;
	text-align: center;
	margin: 5% 0 2% 0;
}

p.text2 {
	font-size: 108%;
	text-align: center;
	margin: 2% 0;
}

.wordframe{
	border: 2px #F00 solid;
	padding: 1px;
	line-height: 1.5;
}

.borderBox {
	font-size: 123.1%;
	width: 96%;
	margin: 2% 2% 5% 2%;
	border: 2px #003366 solid;
	padding: 2%;
	background: #FFF;
}

.borderBox strong {
	font-size: 120%;
	line-height: 1.5;
	text-align: center;
    font-weight: bold;
}

.alpen {
	width: 100%;
	font-size: 123.1%;
  line-height: 1.5;
	text-align: center;
	margin: 10px 0;
}

	.alpen img{
		width: 100%;
	}
    
.alpen .catch { 
	padding: 1em 1.5em;
	opacity: 0.8;
	background: -moz-linear-gradient(#48c6ef, #6f86d6);
	background: -webkit-linear-gradient(#48c6ef, #6f86d6);
	background: linear-gradient(to right, #48c6ef, #6f86d6);
	color: #FFF;
  /* offset-x | offset-y | blur-radius | color */
  text-shadow: 0px 0px 3px #000;
}

.alpen .catch img {
   display: flex;
   margin: 10px auto;
   width: 100%;
}

.textLeft {
	font-size: 123.1%;
	text-align: left;
}

.caution{
	width: 100%;
	border: solid 2px #F00;
	padding: 10px 5px;
	margin: 10px auto;
	}

.textRight {
	font-size: 123.1%;
	text-align: right;
}
	
/* =========================================================
◆navigation
========================================================= */
.topNavi {
	width: 100%!important;
    background: #003366;
	text-align: center;
}

.topNavi ul {
	text-align: center;
	margin: 0;
	overflow: hidden;
	padding: 0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.topNavi ul li {
	font-size: 123.1%;
	font-weight: bold;
	width: 50%;
	margin: 0;
  padding: 2% 0;
	border-left: 1px dashed rgba(255,255,255,0.5);
	border-bottom: 1px dashed rgba(255,255,255,0.5);
}

.topNavi ul li:nth-child(n+3) { /*3番目以降*/
	border-bottom: none;
}

.topNavi ul li:nth-child(odd) { /*奇数*/
	border-left: none;
}

/*.topNavi ul li:nth-child(5) {
	width: 99%;
}*/

.topNavi ul li a {
  color: #fff;
	display: inline-block;
  vertical-align: middle;
}



/* =========================================================
◆photoswipe
========================================================= */
figure {
	position: relative;
	margin: 2% 0 6%;
}

figure img {
	width: 100%;
	height: auto;
	padding: 0 2%;
}

figure:hover:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	display: block;
	z-index: 99;
	background: url(../images/ic_zoom.png) no-repeat;
	background-size: 100% auto;
}

*, *:before, *:after {
	box-sizing: border-box;
}

/* =========================================================
◆list横並び
========================================================= */
.itemList2 {
	width: 100%;
	display: inline-block;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
  text-align: center;
  margin: 2% 0;
}

.itemList2 div {
  text-align: center;
	width: 100%;
	margin: 0 auto;
}

.itemList2 > div.spring{
	background-color: #ffe6ff;
  color: #1a1a1a;
	}

.itemList2 > div.summer {
	background-color: #ccffcc;
  color: #1a1a1a;
}

.itemList2 > div.autumn {
	background-color: #ffcc66;
  color: #1a1a1a;
}

.itemList2 > div.winter {
	background-color: #ccffff;
  color: #1a1a1a;
}

.itemList2 div img {
	width: 90%;
  margin: 0px auto;
}

.itemList2 div dl {
  width: 100%;
	padding: 1% 0;
}

.itemList2 div dt {
  width: 100%;
	font-size: 123.1%;
  text-align: center;
}

.itemList2 div dt {
  width: 100%;
	font-size: 123.1%;
  text-align: center;
}

.itemList2 div dt p {
   display: inline-block;
   text-align:center;
	 font-size: 120%;
	 font-weight: bold;
	 margin:10px auto;
}

.itemList2 div dd{
	width: 90%;
	text-align: left;
	font-size: 123.1%;
	margin: 10px auto;
}

.itemList3 > div {
	float: left;
	width: 100%;
	padding: 2% 0;
}

.itemList3 > div .Btn {
	overflow: hidden;
    width: 94%;
	margin: 0 3%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 123.1%;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: center;
    color: #333;
    text-decoration: none;
}

.itemList3 > div .Btn a {
	display: block;
	position: relative;
	text-align: center;
	background: #F60;
	color: #fff;
	text-decoration :none;
	padding: 5%;
}

.itemList3 > div .Btn a:hover {
	background: #F30;        /* マウスオーバーカラー */  
}

.itemList3 > div .Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.itemList3 > div .Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #F60;
}

.itemList3 > div .Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #F30;
}

.itemList3 > div .Btn_gray {
	overflow: hidden;
    width: 94%;
	margin: 0 3%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 123.1%;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    text-decoration: none;
	background: #666;
	padding: 5% 0;
}

.itemList3 > div .Btn_gray:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.itemList3 > div .Btn_gray:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #666;
}

.itemList4 {
	width: 100%;
	padding: 2% 0;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	float: left;
	width: 50%;
	padding: 1%;
    margin-top: 2%;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dt {
	font-size: 123.1%;
    text-align: center;
}

.itemList4 > div dt.kagawa {
	background: #009900;
    color: #FFFFFF;
    padding: 2% 0;
}

.itemList4 > div dt.tokushima {
	background: #0066cc;
    color: #FFFFFF;
    padding: 2% 0;
}

.itemList4 > div dt.ehime {
	background: #ff9900;
    color: #FFFFFF;
    padding: 2% 0;
}

.itemList4 > div dt.kochi {
	background: #f00303;
    color: #FFFFFF;
    padding: 2% 0;
}

.itemList4 > div dd {
	font-size: 123.1%;
	text-align: left;
	padding: 2% 4% 4%;
	background: #FFF;
}



/* =========================================================
◆テーブル
========================================================= */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 123.1%;
  line-height: 1.2;
  border: solid 1px #000;
  margin-top: 2%;
  background-color: #FFF;
}

table th,table td {
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #000;
}

table thead th {
  background-color: #0099ff;
  color: #FFF;
  vertical-align:  middle;
  position: sticky;
  top: 0;
  z-index: 1;
}

table th span,
table td span {
  font-size: 80%;
}

table tr:nth-child(odd) {
  background-color: #eee;
}

ul.guideList {
	font-size: 123.1%;
	line-height: 1.4;
	margin: 1% 0 8%;
}

ul.guideList li {
	line-height: 1.5;
	padding-bottom: 2px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li:before {
	content: '◆';
}

ul.guideList li.kome {
	line-height: 1.5;
	padding-bottom: 2px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li.kome01 {
	line-height: 1.4;
	padding-bottom: 2px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome01:before {
	content: '※１）';
}

ul.guideList li.kome02 {
	line-height: 1.4;
	padding-bottom: 2px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome02:before {
	content: '※２）';
}

ul.guideList li.kome03 {
	line-height: 1.4;
	padding-bottom: 2px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome03:before {
	content: '※３）';
}



/* =========================================================
◆ボタン
========================================================= */
.Btn {
  color: #fff;
  width: 94%;
  margin: 3% 3% 5%;
  text-align: center;
  background: #F60;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}

.Btn a {
	color: #fff;
}

.Btn span {
  font-size: 80%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_blue {
  color: #fff;
  width: 100%;
  margin: 3% 0 5%;
  text-align: center;
  background: #0066cc;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}

.Btn_blue a {
	color: #fff;
}

.Btn_blue span {
  font-size: 80%;
  font-weight: normal;
}

.Btn_blue::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_green {
  color: #fff;
  width: 100%;
  margin: 3% 0 5%;
  text-align: center;
  background: #019a61;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}

.Btn_green a {
	color: #fff;
}

.Btn_green span {
  font-size: 80%;
  font-weight: normal;
}

.Btn_green::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 100%;
  margin: 3% 0 5%;
  text-align: center;
  background: #666666;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}

.Btn_gray a {
	color: #fff;
}

.Btn_gray span {
  font-size: 80%;
  font-weight: normal;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
    



/* =========================================================
◆季節
========================================================= */
	.season{
	margin: 5px auto;
	width: 100%;
	text-align: center;
	}
	
	.season img{
	width: 100%;
	margin-bottom: 5px;
	}
	
	
/* =========================================================
◆観光・おすすめ情報
========================================================= */
	.recommend1{
	width: 100%;
	font-size: 123.1%;
  text-align: center;
	margin: 10px 0px;
	}
	
	.recommend1 >div{
	background-color: #e6f3ff;
	padding: 5px 0px;
	margin: 20px 0px;
	}
	
	.recommend1 >div p{
	font-size: 130%;
	margin-bottom: 5px;
	font-weight: bold;
	}
	
	.recommend1 >div span{
	font-size: 110%;
	}
	
	.recommend1 dl{
	width: 100%;
	padding: 10px;
	}

	.recommend1 dt{
  text-align: center;
	width: 100%;
	}
	
	.recommend1 dt img{
	width: 100%;
	}

	.recommend1 dd{
	width: 100%;
	padding: 10px;
	text-align: left;
	}

.recommend1 dd > p{
	background-color: #e6e6e6;
	font-size: 90%;
	padding: 10px;
  font-weight: normal;
	}

	.recommend1 dd img{
	width: 100%;
	margin: 5px 0px;
	}

.recommend1 dd table{
	background-color: #e6e6e6;
	padding: 5px 10px;
	text-align: left;
  font-size: 80%;
	line-height: 1.0;
	}

.recommend1 dd th{
  width: 50%;
	font-weight: bold;
	}

.recommend1 dd td{
	width: 50%;
	}

.recommend2{
	width: 100%;
	font-size: 123.1%;
  text-align: center;
	margin: 10px 0px;
	}
	
	.recommend2 >div{
	background-color: #e6f3ff;
	padding: 5px 0px;
	margin: 20px 0px;
	}
	
	.recommend2 >div p{
	font-size: 130%;
	font-weight: bold;
	}
	
	.recommend2 dl{
	width: 100%;
	padding: 10px;
	}

	.recommend2 >dt{
	width: 100%;
	padding: 10px;
	text-align: left;
	}
	
	.recommend2 dd{
	width: 100%;
	}

	.recommend2 dd img{
	width: 100%;
	}

.recommend2  dd>.waterfall{
	width: 100%;
	margin-top: 10px;
	
	}	
	
	.recommend2  dd>.waterfall>img{
	width: 100%;
	}
	
  .recommend2  dd >.waterfall>dl{
	width: 100%;
	padding: 10px 0;
	}
  
	.recommend2  dd>.waterfall>dl dt,dd{
	width: 100%;
	text-align: left;
	line-height: 1.1;
	}

	.recommend2  dd>.waterfall>dl dd{
		margin-bottom: 10px;
	}

	.recommend2  dd>.waterfall>dl>.bus{
	padding: 10px;
	background-color: #e6e6e6;
	}
	
	.recommend2  dd>.waterfall>dl>.bus>span{
	display: inline-block;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	}


/* =========================================================
◆チケット
========================================================= */
	.ticket{
	width: 100%;
	}
	
	.ticket >div{
	margin-top: 30px;
	}

	.ticket >div>p{
	font-size: 131%;
	}

	.ticket img{
	width: 100%;
	}
	
	.ticket .caution{
	width: 100%;
	background-color: #F00;
	color: #FFF;
	}

	.ticket .caution>div{
	padding: 2%;
	width: 100%;
	}

	.ticket .caution p{
	text-align: center;
	font-weight: bold;
	font-size: 138.5%;
	margin-bottom:2%;
	}

	.itinerary{
	width: 100%;
	margin: 10% auto;
	text-align: center;
	}
	
	.itinerary img{
	width: 100%;
	margin-bottom: 1%;
	}

	.itinerary >.textBox{
	 padding: 2%;
	 text-align: left;
	 font-size: 123.1%;
	}

	.itinerary >.textBox>.beta{
		background-color: #ffe5ff;
		color: #ffe5ff;
		line-height: 2;
		display: inline-block;
	}

	.itinerary >.textBox>img{
		width: 10%;
		vertical-align: middle;
	}
	
  .midashi{
    width:100%;
    line-height: 1.5;
    font-size: 140%;
    font-weight: bold;  
    color: #F00;
		text-align: center;
		margin-top: 10px;
    }

	.route{
	width: 100%;
	margin: 2% 0 0;
	border: solid 2px #F00;
	background-color: #fffafc;
	}
	
	.route >.routeBox{
	width: 100%;
	padding: 2% 2% 0;
	}
	.my-gallery{
		margin: 0 0 30px 0;
	}
}





/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}
	
.pcnone{
    display: none !important;
	}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 10px auto;
	display: block;
	font-size: 12px;
}

#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

.inner {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
}

.titlePc {
	width: 100%!important;
	text-align: center;
	background: url(../images/bg_title.jpg) repeat center 0;
	position: relative;
    height: 500px;
}

.titleSp {
	display: none !important;
}

h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}

h2 {
    padding: 1rem 2rem;
    color: #fff;
    background-image: -webkit-linear-gradient(left, #43cc7f 0%, #2E8B57 100%);
    background-image: -o-linear-gradient(left, #43cc7f 0%, #2E8B57 100%);
    background-image: linear-gradient(to right, #43cc7f 0%, #2E8B57 100%);
    text-align: center;
    font-size: 220%;
    font-weight: bold;
}

	h2 span{
		font-size: 90%;
	}

h3 {
  position: relative;
  padding: 1.5rem 0 0.5rem;
  margin-bottom: 10px;
  text-align: center;
  font-size: 220%;
  font-weight: bold;
}

h3:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #D5372B;
}

h4 {
  text-align: center;
  font-size: 182%;
  font-weight: bold;
  line-height: 1.6;
}

h4 span {
  background: linear-gradient(transparent 60%, #ffff66 0%);
  margin-bottom: 20px;
}

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

p.text {
	font-size: 153.9%;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	margin: 30px 0 5px 0;
}

p.text2{
	font-size: 123.1%;
	line-height: 1.5;
	text-align: center;
	margin: 5px 0;
}

.wordframe{
	border: 2px #F00 solid;
	padding: 2px;
	line-height: 1.5;
}

.borderBox {
	font-size: 123.1%;
	line-height: 1.5;
	margin-bottom: 30px;
	padding: 20px;
	border: 2px #003366 solid;
	text-align: left;
	background: #FFF;
}

.borderBox strong {
	font-size: 150%;
    font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.alpen {
	width: 950px;
	font-size: 123.1%;
  line-height: 1.5;
	text-align: center;
	padding: 20px;
	border-radius: 0.5em;
}
	
	.alpen img{
	width: 100%;
	display: flex;
  margin: 10px auto;
	}

.alpen .catch {
	padding: 1em 1.5em;
	opacity: 0.8;
	background: -moz-linear-gradient(#48c6ef, #6f86d6);
	background: -webkit-linear-gradient(#48c6ef, #6f86d6);
	background: linear-gradient(to right, #48c6ef, #6f86d6);
	color: #FFF;
	font-size: 118%;
  /* offset-x | offset-y | blur-radius | color */
  text-shadow: 0px 0px 3px #000;
}

	.caution{
	width: 100%;
	border: solid 2px #F00;
	padding: 10px 5px;
	margin: 10px auto;
	}

.textLeft {
	font-size: 123.1%;
	text-align: left;
}


/* =========================================================
◆navigation
========================================================= */
.topNavi {
	width: 100%!important;
    background: #003366;
	text-align: center;
}

.topNavi ul {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
  align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.topNavi ul li {
	list-style: none;
	vertical-align: middle;
	border-left: 1px dashed rgba(255,255,255,0.5);
    font-size: 153.9%;
	font-weight: bold;
    margin: 0;
    padding: 10px;
    text-align: center;
    /*width: 20%;*/
	width: 25%;
}

.topNavi ul li:nth-child(4),
.topNavi ul li:last-child { /*4番目と最後*/
	border-right: 1px dashed rgba(255,255,255,0.5);
}

.topNavi ul li a {
    color: #fff;
}

.topNavi ul li span {
    font-size: 80%;
	font-weight: normal;
	line-height: 1.5;
}


    
/* =========================================================
◆photoswipe
========================================================= */
figure {
	position: relative;
	margin-top: 20px;
}

figure img {
	width: 100%;
}

figure:hover:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100px;
	height: 100px;
	display: block;
	z-index: 99;
	background: url(../images/ic_zoom.png) no-repeat;
	background-size: 100% auto;
}


/* =========================================================
◆list横並び
========================================================= */
*, *:before, *:after {
	box-sizing: border-box;
}

.itemList2 {
	width: 100%;
	margin-top: 30px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList2 div {
  text-align: center;
	width: 50%;
	padding: 10px;
}

.itemList2 > div.spring{
	background-color: #ffe6ff;
  color: #1a1a1a;
  padding: 10px 0;
	}

.itemList2 > div.summer {
	background-color: #ccffcc;
  color: #1a1a1a;
    padding: 10px 0;
}

.itemList2 > div.autumn {
	background-color: #ffcc66;
  color: #1a1a1a;
    padding: 10px 0;
}

.itemList2 > div.winter {
	background-color: #ccffff;
  color: #1a1a1a;
    padding: 10px 0;
}

	.itemList2 div dl{
	width: 90%;
	display: inline-block;
	}

.itemList2 div dl img {
	width: 100%;
}

.itemList2 dt {
  text-align: center;
  margin: 5px auto;
  width:100%;
}

.itemList2 dt img{
  width:100%;
}

.itemList2 dt p{
	font-size: 167%;
	font-weight: bold;
	margin: 10px auto;
	}

.itemList2 div dd{
	width: 100%;
	text-align: left;
	font-size: 123.1%;
	margin: 15px auto;
}
    
.itemList3 {
	float: left;
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList3 > div {
	width: 33.33333%;
	padding: 10px;
}

.itemList3 > div .Btn {
	overflow: hidden;
	width: 100%;
	height: 80px;
	margin:0 auto;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 153.9%;
	font-weight: bold;
	margin-bottom: 30px;
}

.itemList3 > div .Btn a {
	display: block;
	position: relative;
	text-align: center;
	background: #F60;
	color: #fff;
	line-height: 80px;
	text-decoration :none;
}

.itemList3 > div .Btn a:hover {
	background: #F30;        /* マウスオーバーカラー */  
}

.itemList3 > div .Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.itemList3 > div .Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #F60;
}

.itemList3 > div .Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #F30;
}

.itemList3 > div .Btn_gray {
	overflow: hidden;
	width: 100%;
	height: 80px;
	margin:0 auto;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 153.9%;
	font-weight: bold;
	display: block;
	position: relative;
	text-align: center;
	background: #666;
	color: #FFF;
	line-height: 80px;
	text-decoration :none;
}

.itemList3 > div .Btn_gray:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.itemList3 > div .Btn_gray:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #666;
}

.itemList4 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	width: 50%;
	font-size: 123.1%;
  text-align: center;
}

.itemList4 > div .spring {
	background: #ffe1f1;
}
	
.itemList4 > div .spring dt{
	padding: 10px 0;	
	}


.itemList4 > div dd {
	margin: 0; /* これがないとずれる */
	font-size: 123.1%;
	line-height: 1.5;
	text-align: left;
	padding: 5px 8px 8px;
    background: #FFFFFF;
}



/* =========================================================
◆テーブル
========================================================= */
.oplist {
  white-space: nowrap; /* セル内にあるテキストの折り返しを禁止 */
  display: block;
  /*overflow-y: scroll;
  height: calc(100vh/2);*/
}



table tr:nth-child(odd) {
  background-color: #eee
}

ul.guideList {
	padding: 0;
	font-size: 123.1%;
	line-height: 1.4;
    margin-bottom: 10px;
}

ul.guideList li {
	list-style: none;
	line-height: 1.2;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li:before {
	content: '・';
}

ul.guideList li.kome {
	list-style: none;
	line-height: 1.2;
	padding-bottom: 8px;
	text-indent: -1em;
  margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li.kome01 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 2px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome01:before {
	content: '※１）';
}

ul.guideList li.kome02 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 2px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome02:before {
	content: '※２）';
}

ul.guideList li.kome03 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 2px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome03:before {
	content: '※３）';
}


/* =========================================================
◆ボタン
========================================================= */
.Btn {
  color: #fff;
  width: 70%;
  margin: 10px auto 20px;
  text-align: center;
  background: #F60;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
}

.Btn a {
	color: #fff;
}

.Btn span {
  font-size: 75%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
    
.Btn_blue {
  color: #fff;
  width: 90%;
  margin: 10px auto 20px;
  text-align: center;
  background: #0066cc;
  border-radius: 5px;
  padding: 15px 30px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
}

.Btn_blue a {
	color: #fff;
}

.Btn_blue span {
  font-size: 75%;
  font-weight: normal;
}

.Btn_blue::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_green {
  color: #fff;
  width: 90%;
  margin: 10px auto 20px;
  text-align: center;
  background: #019a61;
  border-radius: 5px;
  padding: 15px 30px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
}

.Btn_green a {
	color: #fff;
}

.Btn_green span {
  font-size: 75%;
  font-weight: normal;
}

.Btn_green::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 90%;
  margin: 10px auto 20px;
  text-align: center;
  background: #666666;
  border-radius: 5px;
  padding: 15px 30px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
}

.Btn_gray a {
	color: #fff;
}

.Btn_gray span {
  font-size: 75%;
  font-weight: normal;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
    

/* =========================================================
◆季節
========================================================= */
	.season{
	margin: 20px auto;
	padding: 10px;
	width: 950px;
	text-align: center;
	}
	
	.season img{
	width: 100%;
	margin-bottom: 10px;
	}
	
/* =========================================================
◆観光・おすすめ情報
========================================================= */
	.recommend1{
	width: 950px;
	font-size: 123.1%;
  text-align: center;
	margin: 10px 0px;
	}
	
	.recommend1 >div{
	background-color: #e6f3ff;
	padding: 5px 0px;
	margin: 20px 0px;
	}
	
	.recommend1 >div >p{
	font-size: 140%;
	margin-bottom: 5px;
	font-weight: bold;
	}

	.recommend1 >div span{
	font-size: 110%;
	}
	
	
	.recommend1 dl{
	width: 100%;
	display: flex;
	justify-content: space-around;
	padding: 10px;
	}

	.recommend1 dt{
  text-align: center;
	width: 400px;
	}

	.recommend1 dt p{
	font-size: 120%;
	font-weight: bold;
	}
	
	.recommend1 dt img{
	width: 100%;
	}

	.recommend1 dd{
	font-size: 100%;
	width: 500px;
	padding: 10px;
	line-height: 1.5;
	text-align: left;
	}
	
	.recommend1 dd img{
	margin: 20px 0px;
	width: 100%;
	}

.recommend1 dd > p{
	background-color: #e6e6e6;
	font-size: 100%;
	padding: 5px 10px;
	}

.recommend1 dd>table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 1px #000;
  margin-top: 15px;
  background-color: #e6e6e6;
}

.recommend1 dd>table th,table td {
  padding: 5px 0;
  text-align: center;
  border: solid 1px #000;
}

.recommend1 dd th{
  width: 50%;
	font-weight: bold;
	}

.recommend1 dd td{
	width: 50%;
	}

.recommend2 {
	width: 100%;
 font-size: 123.1%;
	margin-top: 30px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
 justify-content: space-around;
}

.recommend2 >div {
  text-align: center;
	width: 470px;
  background-color: #e6f3ff;
	padding: 10px;
}

	.recommend2 >div p{
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 5px;
	}
	
	.recommend2 dl{
	width: 100%;
	text-align: left;
	}

.recommend2 >dt {
  text-align: center;
  margin: 2px auto 10px;
  width:90%;
  font-size: 100%;
	line-height: 1.2;
}

	.recommend2 >dd{
	width: 100%;
	}

	.recommend2 dd >img{
	width: 100%;
	margin-top: 10px;
	}
	
	.recommend2  dd > .waterfall{
	width: 100%;
	display: flex;
	margin-top: 10px;
	
	}	
	
	.recommend2  dd >.waterfall>img{
	width: 50%;
	}
	
  .recommend2  dd >.waterfall>dl{
	width: 50%;
	padding: 10px;
	}
  
	.recommend2  dd>.waterfall>dl dt,dd{
	width: 100%;
	text-align: left;
	line-height: 1.1;
	}

	.recommend2  dd>.waterfall>dl dd{
		margin-bottom: 10px;
	}

	.recommend2  dd>.waterfall>dl>.bus{
	padding: 10px;
	background-color: #e6e6e6;
	}
	
	.recommend2  dd>.waterfall>dl>.bus>span{
	display: inline-block;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	}



	
/* =========================================================
◆チケット
========================================================= */
	.ticket{
	width: 950px;
	}
	
	.ticket >div{
	margin-top: 30px;
	}

	.ticket >div>p{
	font-size: 131%
	}

	.ticket img{
	width: 100%;
	}
	
	.ticket >.caution{
	background-color: #F00;
	color: #FFF;
	margin-bottom: 30px;
	}

	.ticket >.caution>div{
	padding: 10px;
	}

	.ticket >.caution p{
	text-align: center;
	font-weight: bold;
	font-size: 153.9%;
	margin-bottom:10px;
	}
	
	.itinerary{
	width: 950px;
	margin: 20px auto;
	text-align: center;
	}
	
	.itinerary img{
	width: 100%;
	margin-bottom: 10px;
	}

	.itinerary >.textBox{
	 padding: 10px;
	 text-align: left;
	 font-size: 123.1%;
	}

	.itinerary >.textBox>.beta{
		background-color: #ffe5ff;
		color: #ffe5ff;
		line-height: 2;
		display: inline-block;
	}

	.itinerary >.textBox>img{
		width: 50px;
		vertical-align: middle;
		margin-right: 5px;
	}

.midashi{
    font-size: 153.9%;
    font-weight: bold;  
    color: #F00;
    text-align: center;
	  margin-top: 20px;
    }

	.route{
	width: 950px;
	margin: 15px auto;
	padding: 20px auto;
	border: solid 2px #F00;
	background-color: #fffafc;
	position: relative;
	}
	
	.route >.routeBox{
	padding: 10px 10px 5px;
	}

	.my-gallery{
		margin: 0 0 30px 0;
	}
	
	


/*magazine*/
@media screen and (min-width: 760px),print {
#af_magazine_box dl {
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 40px auto 20px;
    display: flex;
    background: rgba(255,255,255,1);
    padding: 25px;
    box-sizing: border-box;
}
#af_magazine_box dt{
	width: 297px;
	margin-right: 53px;
}
#af_magazine_box dt img {
	cursor: pointer;
	box-shadow: 3px 3px 8px #666;
	transition-duration:0.2s;
}
#af_magazine_box dt img:hover {
	opacity: 0.8;
	transition-duration:0.2s;
}
#af_magazine_box dd{width: calc(100% - 350px);}
#af_magazine_box dd h3{
    margin: 0 0 15px;
    font-size: 24px;
    position: relative;
    letter-spacing: 2px;
}
#af_magazine_box dd p a {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    text-decoration: none;
    background: url(../images/button.png) no-repeat center bottom;
    background-size: 100%;
    z-index: 10;
    color: #FFF;
    padding-bottom: 5px;
}
#af_magazine_box dd p a:hover {
	opacity: 0.6;
	transition-duration:0.2s;
}
	}

@media screen and (max-width: 759.9px) {
#af_magazine_box dl {
    padding: 20px;
}
#af_magazine_box dt {
    width: 80%;
    margin: 0 auto 25px;
}
#af_magazine_box dt img {box-shadow: 2px 2px 5px #666;}
#af_magazine_box dd h3 {
    margin: 0 auto 15px;
    font-size: 18px;
}
#af_magazine_box dd p a {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    text-decoration: none;
    background: url(../images/button.png) no-repeat center bottom;
    background-size: 100%;
    z-index: 10;
    color: #FFF;
    padding-bottom: 5px;
}
}
	
}