@charset "UTF-8";
 @import url(base.css);

/*--------------------------------------------------------------*/

/*  フォントサイズ早見表
	以下のようにサイズを指定することで各ブラウザでのフォントサイズを揃えることが出来ます。
	左記のパーセントで指定してください。

	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px 
	92% = 12px	|	136% = 18px	|	182% = 24px 
	100% = 13px	|	144% = 19px	|	189% = 25px 
	107% = 14px	|	152% = 20px	|	197% = 26px 
	114% = 15px	|	159% = 21px	| 	
*/

/* ------------------------------------------------------------ */
/* 基本、レイアウト指定 */
/* ------------------------------------------------------------ */
.wp-caption {
	max-width: 100%;
}

.aligncenter {
	display: block;
	margin: 0 auto;
/*	width: 100%;*/
	max-width: 100%;
	height: auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter img {
	max-width: 100%;
}

* html body {
	background: url(null) fixed;
}

body {
	margin: 0;
	padding: 0;
	font-size: 13px;
 *font-size: small;
 *font: x-small;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Helvetica, Arial;
}

html {
	overflow-x: hidden;
}

.img_left {
	float: left;
	margin: 0 15px 15px 0;
}

.img_right {
	float: right;
	margin: 0 0 15px 15px;
}

/* ------------------------------------------------------------ */
/* リンク色 */
/* ------------------------------------------------------------ */
a {
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: none;
}

a:active {
	color: #333;
	text-decoration: none;
}

/* ------------------------------------------------------------ */
/* 全体格納 */
/* ------------------------------------------------------------ */
#wrapper {
	background: #f7f5e8;
}

#container {
}

#bgBox {
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -512px;
	width: 980px;
	z-index: 1;
}

#bgBox .item01 {
	width: 149px;
	position: absolute;
	top: 550px;
	left: -80px;
}

#bgBox .item01 img {
	width: 149px;
	height: 147px;
}

#bgBox .item02 {
	width: 213px;
	position: absolute;
	top: 800px;
	right: -130px;
}

#bgBox .item02 img {
	width: 213px;
	height: 377px;
}

#bgBox .item03 {
	width: 170px;
	position: absolute;
	top: 1130px;
	left: -90px;
}

#bgBox .item03 {
	width: 170px;
	height: 292px;
}

#mv,
#main {
	position: relative;
	z-index: 5;
}

/* ------------------------------------------------------------ */
/* ヘッダー */
/* ------------------------------------------------------------ */
header {
	width: 100%;
	background: #f7f5e8;
	position: relative;
	z-index: 8;
}

header .top {
	background: #c7ecf0;
	height: 30px;
	width: 100%;
}

header .top ul {
	width: 95%;
	max-width: 1024px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

header .top ul li {
	float: right;
	line-height: 30px;
	margin: 0 0 0 20px;
}

header .top ul li a {
	color: #333;
	font-size: 12px;
}

header .top ul li a:hover {
	color: #999;
}

header .bg {
	height: 80px;
	width: 95%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}

header #logo {
	width: 370px;
	height: 130px;
	background: url(../img/logo_bg.svg) no-repeat 0 0;
	background-size: 100%;
	position: absolute;
	left: -40px;
	top: -30px;
	z-index: 9999;
}

header #logo .h1Box {
	width: 300px;
	height: 130px;
	background: #fffef8;
	margin: 0 0 0 38px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.17);
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.17);
}

header #logo h1 {
	width: 250px;
	margin: 0 auto;
	padding: 10px 0 0;
}

header #logo h1 img {
	width: 250px;
	height: 110px;
	display: block;
}

header #logo .h1Box a {
	display: block;
}

nav {
	padding: 19px 0 0;
	position: absolute;
	right: 0;
}

nav li {
	float: left;
	margin: 0 0 0 10px;
}

nav li a {
	padding: 5px 15px;
	border: 2px solid #b970b0;
	background: #b970b0;
	display: block;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
	color: #fff !important;
	/*font-size: 107%;*/
	font-size: 18px;
}

nav li a:hover {
	color: #b970b0 !important;
	background: #fff;
	text-decoration: none;
}

ul#gNav li {
	position: relative;
	display: block;
}

.child {
	display: none;
	position: absolute;
	margin-left: 0;
	z-index: 999;
	padding: 20px 0 0;
	top: 100%;
	/* height: 0; */
	left: 65%;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0);
}

.child .box {
	padding: 15px 20px;
	min-width: 230px;
	background: #fff;
	box-sizing: border-box;
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
	border-radius: 6px; /* CSS3草案 */
	border: 2px solid #b970b0;
}

.child .box i {
	margin: 0 8px 0 0;
	opacity: 0.4;
}

.area .box {
	width: 300px;
}

.child .box:before {
	content: '\f0de';
	font-family: FontAwesome;
	margin: 0;
	position: absolute;
	color: #fff;
	top: 1px;
	left: 40%;
	font-size: 36px;
	text-shadow: 0 -3px 0 #b970b0;
}

.child p {
	width: 100%;
	margin: 0 auto;
}

.child a {
	border: 2px solid #fff;
	background: #fff;
	color: #84623f !important;
	font-size: 14px;
}

.child a:hover {
	border: 2px solid #b970b0;
	background: #b970b0;
	color: #fff !important;
}

/* ------------------------------------------------------------ */
/* コンテンツ */
/* ------------------------------------------------------------ */
#mv .sp-slide {
	background: #000;
}

#mv .sp-slide img {
	opacity: 0.5;
}

#mv .sp-selected img {
	opacity: 1;
}

#mv ul.tumb .slick-track {
	width: 940px !important;
}

#mv .sp-thumbnails {
	margin: 0 auto 30px;
	width: 980px!important;
	height: 160px !important;
	border-radius: 10px; /* CSS3草案 */
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-radius: 10px; /* Firefox用 */
	padding: 25px 22px;
	box-sizing: border-box;
	background: #fffef8;
}

#main {
	clear: both;
	padding: 0 0 80px;
}

#mv .sp-thumbnails li {
	width: 179px !important;
	margin: 0 4px;
}

#mv ul.tumb .slick-current {
	opacity: 0.8;
}

#mv {
	margin: 0 auto 20px;
}

#mv .sp-buttons {
	position: absolute;
	padding-top: 0;
	bottom: 10px;
}

#mv .sp-button {
	width: 12px;
	height: 12px;
	border: 1px solid #b970b0;
	background: #fff;
}

#mv .sp-selected-button {
	border: 1px solid #b970b0;
	background: #b970b0;
}

#mainvisual {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto 70px;
	position: relative;
	text-align: center;
}

#mainvisual a {
	display: block;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

#mainvisual a:hover {
	opacity: .7;
}

#mainvisual .swiper-slide::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 2;
	-webkit-transition: all .5s;
	transition: all .5s;
}

#mainvisual .swiper-slide.swiper-slide-active::before {
	background: rgba(0,0,0,0);
}

#mainvisual .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border: 1px solid #b970b0;
	background: #fff;
	opacity: 1;
}

#mainvisual .swiper-pagination-bullet-active {
	background: #b970b0;
}

#mainvisual .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 50px;
}

#mainvisual .arw-prev,
#mainvisual .arw-next {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 4em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: auto;
	height: auto;
	margin: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

#mainvisual .arw-prev:hover,
#mainvisual .arw-next:hover {
	color: #b970b0;
}

#mainvisual .arw-prev,
#mainvisual .swiper-container-rtl .arw-next {
	background: none;
	left: -6%;
	right: auto;
}

#mainvisual .arw-next,
#mainvisual .swiper-container-rtl .arw-prev {
	background: none;
	right: -6%;
	left: auto;
}

/* ------------------------------------------------------------ */
/* おすすめとうみツアー */

.slideBox {
	margin: 0 auto;
	width: 100%;
	max-width: 1024px;
	height: auto;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	/*padding: 0 0 40px;*/	
	overflow: hidden;
}

#tourslider {
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 0 40px;
	position: relative;
	overflow: hidden;/*margin: 0 auto 40px;
	width: 100%;
	max-width: 1024px;
	height: auto;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 5%;*/
}

.swiper-slide img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#tourslider a {
	display: block;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

#tourslider a:hover {
	opacity: .7;
}


#tourslider .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 50px;
}

#tourslider .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 1px solid #b970b0;
	background: #fff;
	opacity: 1;
}

#tourslider .swiper-pagination-bullet-active {
	background: #b970b0;
}

.slideBox .swiper-button-prev,
.slideBox .swiper-button-next {
	width: 18px;
	height: 30px;
	margin-top: -18px;
	-webkit-transition: all .5s;
	transition: all .5s;
	transform: translateY(-50%);
}

.slideBox .swiper-button-prev,
.slideBox .swiper-container-rtl .swiper-button-next {
	background: url(../img/prev.png) no-repeat center / 100% auto;
	left: 0;
	right: auto;
}

.slideBox .swiper-button-next,
.slideBox .swiper-container-rtl .swiper-button-prev {
	background: url(../img/next.png) no-repeat center / 100% auto;
	right: 0;
	left: auto;
}

/* ------------------------------------------------------------ */
/* 中央コンテンツ */
#top #main {
	width: 95%;
	max-width: 1024px;
	margin: 0 auto;
}

/* ------------------------------------------------------------ */
/* お知らせ */

#info2018,
#sns {
	margin: 0 0 100px;
}

#info2018 .box {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	/*padding: 25px 10px;*/
	/*box-sizing: border-box;*/
	/*background: #fffef8;*/
	width: 300px;
	height: auto;
	position: relative;
}

#info2018 .box2 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	background: #fffef8;
	width: calc(100% - 320px);
	height: auto;
	position: relative;
}

#info2018 .case01 {
	float: left;
	margin: 0 0;
}

#info2018 .case02 {
	float: left;
	margin: 0 20px 0 0;
	box-shadow: 0 0 8px #d8ccc0;
}

#info2018 .box h2 {
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-size: 136%;
	margin: 0 auto 20px;
}

#info2018 .box2 h2 {
	color: #84623f;
	font-size: 20px;
	margin: 0 0 15px;
	padding: 0 0 8px 35px;
}

#info2018 .case01 h2 {
	background: url(../img/ribon2018_02.png) no-repeat center top;
}

#info2018 .case02 h2 {
	/*background: url(../img/riboon_02_l.png) no-repeat center top;*/
	background: url(../img/news_icon_01.svg) no-repeat 0 0px;
	background-size: 28px;
	position: relative;
}

#info2018 .case01 .more a {
	background: #b7454a;
}

#info2018 .case01 .more a:hover {
	text-decoration: none;
	background: #853438;
}

#info2018 .case02 a.calender {
	position: absolute;
	right: 0;
	background: #e36aa0;
	color: #fff;
	font-size: 13px;
	padding: 5px 15px;
	border-radius: 5px;
	display: inline-block;
	border: solid 1px #e36aa0;
}

#info2018 .case02 a.calender:hover {
	color: #e36aa0;
	background: #fff;
}

#info2018 .case02 ul.tabBtn {
	/*border-bottom: 2px solid #84623f;
	margin-bottom: 20px;*/
	display: table;
	width: 100%;
}

#info2018 .case02 .tabBtn li {
	display: table-cell;
}

#info2018 .case02 .tabBtn a {
	font-size: 14px;
	color: #fff;
	padding: 15px 10px;
	margin-right: 5px;
	display: block;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
	text-align: center;
	position: relative;
	border: unset;
}

#info2018 .case02 .tabBtn a::before {
	background-color: rgba(0,0,0,0.2);
	border-radius: 5px 5px 0 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}

#info2018 .case02 .tabBtn a:hover::before,
#info2018 .case02 .tabBtn a.current::before {
	background-color: rgba(0,0,0,0.0);
	border-radius: 5px 5px 0 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}

#info2018 .case02 .tabBtn a.brown {
	margin-right: 0;
}

#info2018 .case02 .tabBtn a.yellow,
#info2018 .case02 .yellow span {
	background: #ffa200;
}

#info2018 .case02 .tabBtn a.purple,
#info2018 .case02 .purple span {
	background: #b970b0;
}

#info2018 .case02 .tabBtn a.green,
#info2018 .case02 .green span {
	background: #80c269;
}

#info2018 .case02 .tabBtn a.brown,
#info2018 .case02 .brown span {
	background: #be8850;
}

#info2018 .case02 .yellow .more a {
	background: #ffa200;
	border: 1px solid #ffa200;
}

#info2018 .case02 .purple .more a {
	background: #b970b0;
	border: 1px solid #b970b0;
}

#info2018 .case02 .green .more a {
	background: #80c269;
	border: 1px solid #80c269;
}

#info2018 .case02 .brown .more a {
	background: #be8850;
	border: 1px solid #be8850;
	;
}

#info2018 .case02 .tabBox {
	display: none;
	/*margin-right: -10px;*/
	padding-top: 20px;
}

#info2018 .case02 .yellow {
	border-top: 3px solid #ffa200;
}

#info2018 .case02 .purple {
	border-top: 3px solid #b970b0;
}

#info2018 .case02 .green {
	border-top: 3px solid #80c269;
}

#info2018 .case02 .brown {
	border-top: 3px solid #be8850;
}

#info2018 .case02 .tabBox .inner {
	float: left;
	width: calc(( 100% - 30px)/3);
	margin: 0 5px 20px 5px;
	height: 250px;
	overflow: hidden;
}

#info2018 .case02 .tabBox .inner:hover {
	opacity: .7;
}

#info2018 .case02 .tabBox .inner a {
	display: block;
	width: 100%;
	height: 100%;
}

#info2018 .case02 .tabBox .photo {
	position: relative;
	width: 100%;
	height: 140px;
	overflow: hidden;
	background: #fff;
}

#info2018 .case02 .tabBox img {
	width: 100%;
	height: auto;
}

#info2018 .case02 .tabBox span.date {
	position: absolute;
	right: 0;
	bottom: 0;
}

#info2018 .case02 .tabBox span {
	padding: 2px 5px;
	color: #fff;
}

#info2018 .case02 .tabBox span.sp_date {
	display: none;
}

#info2018 .case02 .tabBox h3 {
	font-size: 15px;
	color: #84623f;
	margin: 10px 0 5px;
	line-height: 1.4;
	height: 45px;
}

#info2018 .case02 .tabBox p.more {
	text-align: center;
}

#info2018 .case02 .tabBox .more a {
	width: 30%;
	margin: 10px auto;
	padding: 10px 0;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	display: inline-block;
	float: none;
}

#info2018 .case02 .tabBox .more a:hover {
	background: #fff;
}

#info2018 .case02 .yellow .more a:hover {
	color: #ffa200;
}

#info2018 .case02 .purple .more a:hover {
	color: #b970b0;
}

#info2018 .case02 .green .more a:hover {
	color: #80c269;
}

#info2018 .case02 .brown .more a:hover {
	color: #be8850;
}

#info2018 .case01 p.photo,
#info2018 .case01 p.icon {
	float: left;
	margin: 0 15px 0 0;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background: #fffef8;
	border-radius: 100px;
}

#info2018 .case01 p.icon {
	border: solid 1px #cb4d52;
	box-sizing: border-box;
	position: relative;
}

#info2018 .case01 .icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 28px;
	color: #cb4d52;
}

#info2018 .case01 span {
	font-size: 12px;
	margin: 0 10px;
	vertical-align: middle;
}

#info2018 .case01 li {
	margin: 0 0 10px;
	clear: both;
}

#info2018 .case01 li h3 {
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	display: table-cell;
	vertical-align: middle;
}

#info2018 .case01 li a {
	display: table;
	background: #fffef8;
	border: solid 1px #fffef8;
	border-radius: 10px;
	padding: 10px;
	box-sizing: border-box;
	height: 70px;
	width: 100%;
}

#info2018 .case01 li a:hover {
	color: #cb4d52;
	border: solid 1px #cb4d52;
}

/* ------------------------------------------------------------ */
/* instagram　FB 天気　*/
#sns h2 {
	font-size: 20px;
}

#sns .area01 {
	width: calc(100% - 320px);
	height: auto;
	float: left;
	margin: 0 20px 0 0;
}

#sns .area01 .fb,
#sns .area01 .insta {
	width: calc(100%/2 - 20px);
	float: left;
}

#sns .area01 .fb {
	color: #305097;
	margin: 0 20px 0 0;
}

#sns .area01 .insta {
	color: #d93177;
}

#sns .area02 {
	width: 300px;
	height: auto;
	float: left;
	margin: 0;
	color: #b970b0;
}

/* insta　*/
.widgetWrap {
	width: 100%;
	height: 320px;
	margin: 0 auto;
	overflow: hidden;
}

.widgetWrap iframe {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#insta_feed {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	flex-wrap: wrap;
}

#insta_feed li {
	width: calc(100%/2 - 10px);
	margin: 0 5px 10px 0;
}

#insta_feed li:nth-child(2) {
	margin: 0 0 10px 5px;
}

#insta_feed li a {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;
}

#insta_feed li a:hover {
	opacity: .7;
}

#insta_feed li img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/* ------------------------------------------------------------ */
/* ツアーリスト */
#top_tour {
	/*padding: 25px 0;*/
    padding: 25px 20px 10px;
	box-sizing: border-box;
	width: 100%;
    background: #fffef8;	
	border-radius: 10px;
	margin-bottom: 25px;
    box-shadow: 0 0 8px #d8ccc0;
}

#top_tour h2 {
	width: 100%;
	height: auto;
	/* line-height: 47px; */
	padding: 16px 0;
	color: #fff;
	text-align: center;
	font-size: 147%;
	margin: 0 auto 40px;
	background: url(../img/ribon2018_01.png) no-repeat center top / auto 100%;
	letter-spacing: 1px;
}

#reco {
	clear: both;
	overflow: hidden;
	padding: 30px 0 0;
	margin: 0 0 30px;
}

#reco h2 {
	width: 325px;
	height: 40px;
	background: url(../img/reco_title_bg.png) no-repeat 0 0;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #84623f;
	margin: 0 auto 40px;
}

#reco h2.bn {
	width: 450px;
	height: 40px;
	background: url(../img/reco_title_bg02.png) no-repeat 0 0;
}

#reco .box {
	clear: both;
	overflow: hidden;
	margin: 0 0 40px;
}

#reco .item h3 {
	margin: 0 0 10px;
}

#reco .more {
	clear: both;
	width: 100%;
	position: absolute;
	bottom: 25px;
	left: 0;
}

#reco .more a {
	display: block;
	width: 85%;
	margin: 0 auto;
	height: 36px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#reco .tour01 .more a {
	background: #f49811;
}

#reco .tour02 .more a {
	background: #469b9f;
}

#reco .tour01 .more a:hover {
	background: #d48511;
	text-decoration: none;
}

#reco .tour02 .more a:hover {
	background: #347477;
	text-decoration: none;
}

#reco .item {
	width: 480px;
	height: 300px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #fffef8;
	box-sizing: border-box;
	padding: 20px;
	float: left;
	line-height: 1.6em;
	position: relative;
}

#reco .tour01 {
	margin: 0 10px 0 0;
}

#reco .tour02 {
	margin: 0 0 0 10px;
}

#reco ul {
	width: 988px;
}

#reco .fs {
	clear: both;
	overflow: hidden;
	margin: 0 auto 50px;
	width: 980px;
}

#reco li {
	width: 235px;
	margin: 0 12px 0 0;
	float: left;
}

#reco li:last-child {
	margin: 0 0 0 0;
}

#reco .fs li {
	margin: 0 10px 0 0;
	min-height: 260px;
}

#reco .fs li a {
	position: relative;
	display: inline-block;
}

#reco .fs li p.title {
	position: absolute;
	color: #8d6f51;
	text-align: center;
	font-weight: bold;
	font-size: 114%;
	width: 100%;
	margin: 105px auto;
	opacity: 1.0;
	z-index: 100;
}

#reco .fs li a img {
	transition: 0.5s;
	z-index: 50;
}

#reco .fs li a:hover img {
	opacity: 0.7;
}

#reco li p {
	box-sizing: border-box;
	padding: 10px;
	font-size: 12px;
}

#reco .bn li {
	width: 235px;
	float: left;
	margin: 0 12px 12px 0;
}

#reco .bn li img {
	width: 100%;
	height: auto;
}

#reco .bn li:hover {
	opacity: 0.8;
}

/* ------------------------------------------------------------ */
/* フッター */
/* ------------------------------------------------------------ */
#pageTop {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 999999;
}

footer {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	height: 750px;
	background: url(../img/bg_footer.png) no-repeat center bottom #f7f5e8;
	position: relative;
	z-index: 5;
}

footer .section {
	width: 980px;
	margin: 0 auto !important;
	height: 500px;
	padding: 100px 0 0 !important;
	clear: both;
	overflow: hidden;
}

footer .box {
	width: 25%;
	float: left;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}

footer .box .title {
	font-size: 107%;
	font-weight: bold;
}

footer .box li {
	margin: 0 0 5px;
}

footer .box ul {
	margin: 0 0 25px;
}

footer .bottom {
	width: 980px;
	margin: 0 auto;
}

footer .bottom .left {
	width: 40%;
	float: left;
}

footer .bottom .left span {
	display: block;
	padding: 20px 0 0;
	font-size: 10px;
}

footer .bottom h2 {
	width: 300px;
	float: right;
	font-weight: normal;
	text-align: right;
}

footer .bottom h2 img {
	width: 80%;
	height: auto;
	margin-bottom: 15px;
}


/*2018リニューアル*/
footer.renew {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	height: 310px;
	background: url(../img/bg_footer.png) no-repeat center bottom #f7f5e8;
	position: relative;
	z-index: 5;
	color: #333;
}

footer.renew .section {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto !important;
	/*height: 500px;*/
	/*padding: 100px 0 0 !important;*/
	clear: both;
	overflow: hidden;
}

footer.renew .footerNav {
	padding: 50px 0 100px;
	/* margin: 0 auto; */
	text-align: center;
}

footer.renew .footerNav a {
	font-size: 14px;
	font-weight: bold;
	margin: 0 30px;
	position: relative;
}

footer.renew .footerNav a::after {
	content: '';
	position: absolute;
	top: 3px;
	right: -35px;
	font-weight: normal;
	background: #333;
	height: 14px;
	width: 1px;
}

footer.renew .footerNav a.last::after {
	background: unset;
}

footer.renew .bottom {
	width: 980px;
	margin: 0 auto;
}

footer.renew .bottom .left {
	/*width: 40%;*/
	float: left;
}

footer.renew .left p {
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 5px;
}

footer.renew .bottom .left span {
	display: block;
	padding: 10px 0 0;
	font-size: 10px;
}

footer.renew .bottom h2 {
	/*width: 300px;*/
	float: right;
	font-weight: normal;
	text-align: right;
}

footer.renew .bottom h2 img {
	width: 80%;
	height: auto;
	margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {

/* デフォルト：980px以上用（PC用）の記述 */
.sp {
	display: none;
}
}

@media screen and (max-width: 1023px) {

/* 1023px以下用（タブレット用）の記述 */

#spHead {
	width: 100%;
	height: 60px;
	position: fixed;
	z-index: 997;
	background: #fffef8;
	top: 0;
	-moz-box-shadow: 0 0 5px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.2);
}

#spHead #splogo {
	width: 220px;
	box-sizing: border-box;
	padding: 10px 0 0 15px;
	position: relative;
	z-index: 9999;
}

/* スマホメニューここから */
.dl-menu li i {
	width: 40px;
	text-align: center;
	opacity: 0.5;
}

.sp-bottom-thumbnails.sp-has-pointer,
 .pc {
	display: none;
}

.img100 {
	width: 100%;
}

#mv {
	padding: 60px 0 0;
}

#mainvisual {
	max-width: 80%;
}

#mv .sp-button {
/*	width: 12px;
	height: 12px;*/
}

#mainvisual .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}

#mainvisual .arw-prev,
#mainvisual .arw-next {
	font-size: 3em;
}

#mainvisual .arw-next,
#mainvisual .swiper-container-rtl .arw-prev {
	right: -10%;
}

#mainvisual .arw-prev,
#mainvisual .swiper-container-rtl .arw-next {
	left: -10%;
}

/*#top #main {
	width: 95%;
	margin: 0 auto;
}*/
	
#top #main {
	width: 95%;
	margin: -20px auto 0;
	font-size: 93%;
}

#top_tour .bx-wrapper .bx-prev,
#top_tour .bx-wrapper .bx-next {
	background: unset;
}

#top_tour {
	width: 100%;
}

#info2018 {
	margin: 0;
}

#info2018 .box2 {
	width: 100%;
	height: auto;
}

#info2018 .box {
	width: 100%;
}

#info2018 .case01 ul {
	padding: 0;
	width: 100%;
	margin: 0 0 30px;
	clear: both;
	overflow: hidden;
}

#info2018 .case01 li {
	width: 50%;
	box-sizing: border-box;
	float: left !important;
	display: block;
	clear: none;
	padding: 0 10px;
}

#info2018 .case01 h2 {
	background-size: contain;
	width: 100%;
}

#info2018 .box .more a {
	width: 90%;
}

#info2018 .box .more {
	clear: both;
	width: 100%;
	position: relative;
	bottom: auto;
	left: auto;
}

#info2018 .case01 {
	float: none;
	margin: 40px 0;
}

#info2018 .case02 {
	float: none;
	margin: 0 0 20px;
}

#sns {
	margin: 0 auto 40px;
}

#sns .area01 {
	width: 100%;
	float: none;
	margin: 0 auto 30px;
}

#sns .area02 {
	float: none;
}

#reco .item {
	width: 48%;
	height: auto;
	padding: 20px 20px 80px;
	line-height: 1.6em;
	position: relative;
	min-height: 330px;
}

#reco .item h3 img {
	width: 100%;
}

#reco .tour01 {
	margin: 0 2% 0 0;
}

#reco .tour02 {
	margin: 0 0 0 2%;
}

#reco ul {
	width: 100%;
}

#reco .fs {
	/*width: 80% !important;*/
	width: 100%;
}

/*#reco .fs li {
	width: 50%;
	margin: 0;
}*/
	
#reco .fs li {
	width: 33%;
	margin: 0;
}

#reco .fs li a {
	position: relative;
	/*width: 100% !important;*/
	width: 100%;
}

/*#reco .fs li p.title {
	position: absolute;
	color: #8d6f51;
	text-align: center;
	font-weight: bold;
	font-size: 152%;
	width: 100% !important;
	margin: 44% auto;
	z-index: 100;
}*/
#reco .fs li p.title {
	font-size: 126%;
	width: 100%;
	margin: 44% auto;
	box-sizing: border-box;
}

#reco li {
	width: 25%;
	padding: 0 10px;
	box-sizing: border-box;
	float: left;
	margin: 0;
}

#reco li img {
	width: 100%;
	height: auto;
}

#reco .bn li {
	width: 25%;
	padding: 0 5px;
	box-sizing: border-box;
	float: left;
	margin: 0 0 10px;
}

	
footer .section {
	width: 95%;
	margin: 0 auto;
	height: 500px;
	padding: 100px 0 0;
	clear: both;
	overflow: hidden;
	font-size: 90%;
}

footer .bottom {
	width: 95%;
	margin: 0 auto;
}

footer .bottom .left {
	width: 40%;
	float: left;
	margin: 0 0 0 5%;
}

footer .bottom h2 {
	width: 200px;
	/*float: right;*/
	margin: 0 5% 0 0;
}
	
	
footer.renew {
	height: 280px;
}

footer.renew .footerNav {
	padding: 50px 0;
}

footer.renew .bottom {
	width: 95%;
	margin: 0 auto;
}

footer.renew .bottom .left {
	margin: 0 0 0 5%;
}

footer.renew .bottom h2 {
	width: 200px;
	/*float: right;*/
	margin: 0 5% 0 0;
}

.menu-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 100px;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	z-index: 99999;
}

.menu-btn span {
	color: #333;
}

.menu-btn span:after {
	content: attr(data-txt-menu);
}

/* 開閉用ボタンがクリックされた時のスタイル */
.menu {
	position: absolute;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #84623f;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden;
	opacity: 0;
	z-index: 9999;
}

.menu ul {
	width: 100%;
	padding: 80px 0 0;
}

.menu li {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.menu li a {
	font-size: 18px;
	display: block;
	color: #fff !important;
	padding: 20px;
	background: none;
	border-top: dotted 1px rgba(255,255,255,0.50);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.menu li a:hover {
	color: #999;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: visible;
	opacity: 1;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger {
	position: relative;
	width: 40px;
	height: 30px;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #531916;
	border-radius: 4px;
	z-index: 9999999;
}

.open .menu-trigger span {
	background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 13px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.dl-active span:nth-of-type(1) {
	-webkit-transform: translateY(13px) rotate(-45deg);
	transform: translateY(13px) rotate(-45deg);
}

.dl-active span:nth-of-type(2) {
	opacity: 0;
}

.dl-active span:nth-of-type(3) {
	-webkit-transform: translateY(-13px) rotate(45deg);
	transform: translateY(-13px) rotate(45deg);
}

.menu-trigger.btn {
	position: fixed;
	top: 13px;
	right: 13px;
	cursor: pointer;
	z-index: 9999999;
}

/* //スマホメニューここまで */
.menu .ch {
	display: none;
	width: 100%;
	padding: 0;
}

.menu .ch li {
	background: rgba(0,0,0,0.20);
}
}

@media screen and (max-width: 767px) {

/* 767px以下用（タブレット／スマートフォン用）の記述 */

#top #main {
	width: 90%;
}

#main {
	padding: 0 0 30px;
}

#top_tour h2 {
	padding: 15px 0;
	font-size: 16px;
	background: url(../img/ribon2018_01sp.png) no-repeat center top / auto 100%;
}

#info2018 .box2 h2 {
	font-size: 16px;
	padding: 0 0 0 35px;
	margin: 0;
}

#info2018 .case02 a.calender {
	position: inherit;
	display: block;
	text-align: center;
	margin: 10px 0 5px -35px;
}

#info2018 .case02 .tabBox h3 {
	font-size: 13px;
	height: auto;
}

#info2018 .case02 .tabBox .inner {
	float: left;
	width: calc(( 100% - 40px)/2);
	margin: 0 10px 20px 10px;
  height: 200px;	
}

#info2018 .case02 .tabBox .more a {
	margin: 10px auto;
}

#info2018 .case02 .tabBox .txt p {
	display: none;
}

#info2018 .box2 {
	padding: 20px;
}

#info2018 .case02 .tabBtn a {
	padding: 10px;
	font-size: 13px;
}

#sns .area01 .fb,
#sns .area01 .insta,
#sns .area02 {
	width: 100%;
	padding-bottom: 20px;
}

#reco .box {
	margin: 0 0 40px;
}

#reco h2 {
	/*width: 90%;*/
	width: 100%;
	height: 40px;
	/*background: url(../img/reco_title_bg.png) no-repeat 0 0;*/
	background: url(../img/reco_title_bg.png) no-repeat center;
	background-size: contain;
	font-size: 16px;
	margin: 0 auto 20px;
}

#reco h2.bn {
/*width: 94%;
	height: 40px;
	background: none;*/
}

#reco .item {
	width: 100%;
	height: auto;
	padding: 20px 20px 80px;
	float: none;
	line-height: 1.6em;
	position: relative;
}

#reco .item h3 img {
	width: 100%;
}

#reco .tour01,
#reco .tour02 {
	margin: 0 0 20px;
}

#app .case02 ul {
	width: 244px;
	margin: 0 auto;
}

#reco li {
	width: 50%;
	padding: 0 10px;
	box-sizing: border-box;
	float: left;
	margin: 0 0 20px;
}

#reco .fs {
/*width: 80% !important;*/
}

#reco .fs li {
	width: 50%;
	margin: 0;
}

#reco .bn li {
	width: 50%;
	padding: 0 5px;
	box-sizing: border-box;
	float: left;
	margin: 0 0 10px;
}

#info2018 .case01 li {
	width: 100%;
	float: none !important;
}

	
footer .section {
	display: none;
}

footer {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	height: auto;
	background: #f7f5e8 url(../img/bg_footer.png) no-repeat center bottom;
}

footer .bottom .left {
	width: 100%;
	float: none;
	margin: 0;
	text-align: center;
}

footer .bottom h2 {
	width: 60%;
	float: none;
	margin: 0 auto 40px;
	max-width: 230px;
}	
	
footer.renew {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	height: auto;
	background: #f7f5e8 url(../img/bg_footer.png) no-repeat center bottom;
}

footer.renew .footerNav {
	display: none;
}

footer.renew .bottom .left {
	width: 100%;
	float: none;
	margin: 0;
	text-align: center;
}

footer.renew .bottom h2 {
	width: 100%;
	float: none;
	margin: 0 auto 40px;
	/* max-width: 230px; */
	text-align: center;
}

footer.renew .bottom h2 img {
	width: 80%;
	max-width: 230px;
}

#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999999;
}

#sub #punkuz {
	margin: 0 auto 10px;
	width: 100%;
	height: 35px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 0 20px;
	box-sizing: border-box;
	background: #fffef8;
	line-height: 35px;
	font-size: 10px;
	overflow: hidden;
}

#subTitle {
	height: 130px;
	margin: 60px 0 0;
}

#subTitle .box h2 {
	font-size: 152%;
	margin: 0 0 3px;
	padding: 30px 0 0;
}

#subTitle .box .tag {
	font-size: 10px;
}

.table01 th {
	width: 50px;
}

.table01 th,
.table01 td {
	padding: 10px;
	word-break: break-all;
}
}

@media screen and (max-width: 479px) {

/* 479px以下用（スマートフォン用）の記述 */
#mv .sp-buttons {
	bottom: 0;
}

#mv .sp-button {
	width: 10px;
	height: 10px;
}

#mainvisual {
	max-width: 100%;
	overflow: hidden;
}

#mainvisual .arw-prev,
#mainvisual .arw-next {
	font-size: 2.2em;
}

#mainvisual .arw-prev,
#mainvisual .swiper-container-rtl .arw-next {
	left: 10px;
}

#mainvisual .arw-next,
#mainvisual .swiper-container-rtl .arw-prev {
	right: 10px;
}

#top_tour {
	padding: 25px 0 0;
	margin-bottom: 20px;
}

#top_tour h2 {
	padding: 13px 0;
	margin: 0 auto 20px;
}

#tourslider {
	width: 80%;
}

#info2018 .case02 a.calender {
	padding: 10px 15px;
}

#info2018 .case02 ul.tabBtn {
	margin-bottom: 10px;
}

#info2018 .case02 .tabBox .inner {
	width: 100%;
	margin: 5px auto;
	height: auto;
}

#info2018 .case02 .tabBox .photo {
	float: left;
	width: 30%;
	height: 65px;	
}

#info2018 .case02 .tabBox .txt {
	width: calc(70% - 10px);
	float: left;
	padding-left: 10px;
	box-sizing: border-box;
}

#info2018 .case02 .tabBox span.date {
	display: none;
}

#info2018 .case02 .tabBox span.sp_date {
	display: inline-block;
	font-size: 11px;
}

#info2018 .case02 .tabBox .more a {
	width: 50%;
	padding: 5px 0;
	font-size: 13px;
}

#info2018 .case02 .tabBtn li {
	display: inline-block;
	width: 50%;
}

#info2018 .case02 .tabBtn a {
	border-radius: 5px;
	width: auto;
	margin-bottom: 5px;
}

#info2018 .case02 .tabBtn a::before {
	border-radius: 5px;
}

#info2018 .case02 .tabBtn a.purple {
	margin-right: 0;
}

#reco .fs {
	width: 80% !important;
}

#reco .fs li {
	float: none !important;
	width: 100%;
}

footer.renew .left p {
	display: block;
	margin: 0;
}
}

@media screen and (max-width: 413px) {

/* 413px以下用（スマートフォン用）の記述 */
#info2018 .case02 .tabBtn li {
	width: 100%;
}

#info2018 .case02 .tabBtn a {
	margin-right: 0;
	text-align: center;
}

#top_tour h2 {
	padding: 9px 0;
}
}
