@charset "UTF-8";


.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
section {
	overflow: hidden;
}

#visual {
	display: block;
	margin: 0;
	position: relative;
	overflow: hidden;
}
#visual h1 {
	display: block;
	margin: 0 auto;
	width: 40%;
	max-width: 600px;
	position: absolute;
	left: 5%;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#visual h1 img {
	width: 100%;
}

.slick-dots {
	bottom: 25px!important;
}
.slider-for {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
}
.slide-container {
	height: 20vh;
	background-color: transparent;
	text-align: center;
	line-height: 20vh;
	font-size: 40px;
	font-weight: bold;
	border: 0;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.decor {
	padding: 5px 40px;
	background-color: #fff;
	border: 2px solid #000;
}
.slide-item {
	text-align: center;
	box-sizing: border-box;
	height: 100vh !important;
	cursor: pointer;
	display: flex !important;
	align-items: flex-end;
	justify-content: center;
	min-height: 120px;
	transition: 0.5s all;
	background-position: center;
	background-size: cover;
}
.slider-dots-box {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 30px;
}
.slider-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 40px;
}
.slider-dots button {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: block;
	border: 0;
	background-color: transparent;
	margin: 0 10px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
	transition: 0.3s all;
	position: relative;
	z-index: 0;
}
.slider-dots-box .slick-active button {
	width: 18px;
	height: 18px;
}
.slider-dots button:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #ffffff;
	opacity: 0.5;
}
.slider-dots-box .slick-active button:after {
	content: none;
	display: none;
}
.slider-dots-box .slick-active button:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	border: 2px solid rgba(255, 255, 255, 0.75);
	border-radius: 50%;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.season .slick-arrow,
.sightseeing .slick-arrow{
	top: 50%!important;
}

.circle-bg {
	fill: rgba(255, 255, 255, 0);
	stroke: rgba(255, 255, 255, 0.75);
	stroke-width: 2;
	stroke-linecap: butt;
}
.circle-go {
	fill: rgba(255, 255, 255, 0);
	stroke: rgba(255, 255, 255, 1);
	stroke-width: 2;
	stroke-linecap: round;
	animation: progress 22s;
	stroke-dasharray: 360px;
	stroke-dashoffset: 360;
}
.circle-tx {
	display: none;
}
@keyframes progress {
	from {
		stroke-dashoffset: 360;
	}

	to {
		stroke-dashoffset: 0;
	}
}
@keyframes zoomOut {
	0% {
		transform: scale(1.15);
	}
	100% {
		transform: scale(1);
	}
}


#visual .add-animation {
	animation: zoomOut 10s linear 0s normal both;
}
.page {
	position: relative;
	z-index: 3;
}
.hkdarea {
	display: block;
	background: url("../files/hokkaido-trip/bg.png") center center no-repeat #FFF5E9;
	background-size: auto 110%;
	padding: 60px 0;
}
.gourmet .page,
.season .page,
.sightseeing .page,
.about .page,
.hkdarea .page,
.activity .page {
	position: relative;
	padding-bottom: 60px;
    margin: 0 auto;
    max-width: 1280px;
}
.hkdarea h2 {
	display: block;
	max-width: 600px;
	margin-left: 5%;
	position: relative;
	z-index: 1;
	text-align: left;
}
.tx-bx {
	display: block;
	width: 50%;
	max-width: calc(500px + 8%);
	margin: auto;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: #FFFFFF;
	padding: 0 4% 40px;
}
.tx-bx img {
	display: block;
	width: 100%;
	height: auto;
	margin: -20px 0 25px;
}
.hkdarea p {
	display: block;
	font-size: 17px;
	line-height: 1.8em;
	text-align: left;
	color: #4D4D4D;
	font-family: "fot-matisse-pron", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.planlink {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: block;
	vertical-align: middle;
	width: 280px;
	padding: 15px 25px;
	background-color: #A00062;
	position: relative;
	margin: auto;
}
h2.lttl {
	display: block;
	position: relative;
	font-size: 70px;
	text-align: center;
	margin-bottom: 40px;
	letter-spacing: 1px;
	font-family: voltage, sans-serif;
	font-weight: 300;
	font-style: normal;
	color:#DEDEDE;
	line-height: 1;
}
h2.lttl span {
	display: block;
	position: relative;
	font-size: 33px;
	margin-bottom: 10px;
	font-family: "fot-matisse-pron", sans-serif;
	font-weight: 500;
	font-style: normal;
	color:#313131;
}
h3.bg {
	display: block;
	position: absolute;
	font-size: 170px;
	text-align: left;
	letter-spacing: 1px;
	font-family: voltage, sans-serif;
	font-weight: 300;
	font-style: normal;
	color:#fff2d3;
	/*-webkit-text-stroke: 1px #e8c87c;
	text-stroke: 1px #e8c87c;*/
	text-shadow:1px 1px 0 #e8c87c, -1px -1px 0 #e8c87c,
		-1px 1px 0 #e8c87c, 1px -1px 0 #e8c87c,
		0px 1px 0 #e8c87c,  0-1px 0 #e8c87c,
		-1px 0 0 #e8c87c, 1px 0 0 #e8c87c;

	line-height: 1;
	left: 1%;
	top: 1%;
	z-index: 0;
}
.gourmet {
	display: block;
	position: relative;
	padding: 80px 0;
	background: #fff2d3;
	border-top: solid 4px #e8c87c;
	border-bottom: solid 4px #e8c87c;
}
.gourmet h2 {
	padding-bottom: 170px;
	background: url("../files/hokkaido-trip/kani.png") center bottom no-repeat;
	background-size: 200px auto;
}
.gourmet h2.lttl span {
	color: #8d5f05 !important;
}

.imgbox {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 62%;
	display: block;
	margin-bottom: 20px;
	position: relative;
}
.imgbox img.lbl {
	float: left;
	width: 30%;
	position: absolute;
	left: -5px;
	top:  -5px;
}
.blk-r,
.blk-l {
	display: block;
	float: left;
	width: 50%;
	position: relative;
	padding: 0 3%;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.blk-r {
	float: right;
}
.ttl-cl {
	display: block;
	position: relative;
	font-size: 23px;
	text-align: center;
	margin: 40px auto;
	font-family: "fot-matisse-pron", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #8d5f05;
	padding: 15px 10px;

	background: url("../files/hokkaido-trip/ttl.png") center center no-repeat;
	background-size: auto 100%;
}
.ttl-cmn {
	display: block;
	position: relative;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
	font-family: "fot-matisse-pron", sans-serif;
	font-weight: 500;
	font-style: normal;

}
.tx-cmn {
	display: block;
	font-size: 15px;
	font-family: "fot-matisse-pron", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.6em;
	text-align: center;
	margin-bottom: 35px;
}
.gourmet a.planlink{
	text-align: center !important;
	background: #8d5f05 !important;
}
.about,
.sightseeing {
	display: block;
	position: relative;
	padding: 80px 0;
	background: #fff;
	border-top: solid 5px #A00062;
	/*border-bottom: solid 5px #A00062;*/
}
.about {
	border-bottom: solid 5px #A00062;
}
.sightseeing h2 {
	padding-bottom: 170px;
	background: url("../files/hokkaido-trip/cmr02.png") center bottom no-repeat;
	background-size: 120px auto;
}
.about h2 {
	padding-bottom: 80px;
}
.about h2.lttl span,
.sightseeing h2.lttl span {
	display: inline-block;
	color: #A00062 !important;
	text-shadow:2px 2px 0 #fff, -2px -2px 0 #fff,
		-2px 2px 0 #fff, 2px -2px 0 #fff,
		0px 2px 0 #fff,  0 -2px 0 #fff,
		-2px 0 0 #fff, 2px 0 0 #fff;
}
.about h2.lttl span {
	line-height: 1.4em !important;	
}
.about h3.bg,
.sightseeing h3.bg {
	color:#fff;
	text-shadow:1px 1px 0 #A00062, -1px -1px 0 #A00062,
		-1px 1px 0 #A00062, 1px -1px 0 #A00062,
		0px 1px 0 #A00062,  0 -1px 0 #A00062,
		-1px 0 0 #A00062, 1px 0 0 #A00062;
}
.sightseeing .carousel .imgbox {
	padding-top: 62% !important;
}
.plan_btm p {
	padding-top: 15px;
	text-align: left;
	font-size: 14px;
}
.about .blk-l img {
	width: 100%;
}
.about .blk-r p {
	display: block;
	position: relative;
	z-index: 5;
	background:#fff;
	padding: 40px 4%;
	font-size: 17px;
	line-height: 1.8em;
	text-align: left;
	color: #4D4D4D;
	font-family: "fot-matisse-pron", sans-serif;
	font-weight: 500;
	font-style: normal;
	margin-top: 35%;
	left: -20%;
}
.season {
	display: block;
	position: relative;
	padding: 80px 0;
	border-top: solid 1px #BCC95B;
	background: #F8FCD9;
}
.season h2 {
	padding-bottom: 170px;
	background: url("../files/hokkaido-trip/event.png") center bottom no-repeat;
	background-size: 100px auto;
}
.activity h2.lttl span,
.season h2.lttl span {
	display: inline-block;
	color: #6C7035 !important;
}
.activity h3.bg,
.season h3.bg {
	color:#fff;
	text-shadow:1px 1px 0 #BCC95B, -1px -1px 0 #BCC95B,
		-1px 1px 0 #BCC95B, 1px -1px 0 #BCC95B,
		0px 1px 0 #BCC95B,  0 -1px 0 #BCC95B,
		-1px 0 0 #BCC95B, 1px 0 0 #BCC95B;
}
.season .carousel .imgbox {
	padding-top: 62% !important;
}
.season .imgbox {
	position: relative;
}
.season .slick-list {
	padding-top: 50px;
}
.imgbox .mon {
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 7px;
	background: #6C7035;
	border: solid 1px #6C7035;
	color:#FFFFFF;
	text-align: center;
	font-family: "fot-matisse-pron", sans-serif;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0;
	position: absolute;
	left: 20px;
	top: -20px;
}
.imgbox .mon b {
	font-size: 70%;
	font-weight: normal;
}
.activity {
	display: block;
	position: relative;
	padding: 80px 0;
	border-top: solid 1px #BCC95B;
	background: #fff;
}
.activity .tab-contents .tab a {
	display: block;
	border: solid 1px #ccc;
	max-width: 1000px;
	margin: auto;
}
.activity .tab-contents .tab a img {
	display: block;
	width: 100%;
	vertical-align: baseline;
}
.activity h2 {
	padding-bottom: 170px;
	background:url("../files/hokkaido-trip/activity.png") center bottom no-repeat;
	background-size: 200px auto;
}

h2.lttl.dk {
	color:#5A5A5A;
}
h2.lttl.dk span {
	color:#ffffff;
}
.sld {
	float: left;
	display: block;
	position: relative;
	width: 58%;
}
.slick-slide img {
	width: 100%;
	height: auto;
}
.tx-r {
	display: block;
	float: right;
	text-align: left;
	width: 40%;
}
.tx-r p {
	display: block;
	font-size: 15px;
	font-family: "fot-matisse-pron", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 2.0em;
}
.slick-dots li {
	width: 15px !important;
	height: 15px !important;
	margin: 0 5px;
	transition-property: all;-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
	transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-webkit-transition-duration: .3s;
	transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
.slick-dots li button {
	width: 100% !important;
	height: 15px !important;
}

.slick-dots li button:before {
	width: 100% !important;
	height: 15px !important;
	border-radius: 8px !important;
}
.slick-dots li.slick-active  {
	width: 35px !important;
}
.slick-dots li.slick-active button:before {
	background-color: #333;
}


.tab02,
.tab01 {
	width: 100%;
	margin: 40px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.tab_menu_s,
.tab_menu {
	width: 160px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	margin: 0 2px;
	padding: 20px 0 25px;
	color: #BCC95B;
	line-height: 1;
	font-size: 30px;
	font-family: "fot-matisse-pron", sans-serif;
	font-weight: 500;
	font-style: normal;
	border-radius: 20px;
	border: solid 1px #BCC95B;
}
.tab_menu_s span,
.tab_menu span {
	display: block;
	font-size: 16px;
	font-family: "ivyora-display", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: inherit;
}
.tab_menu_s:hover,
.tab_menu:hover{
	opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_menu_s"],
input[name="tab_menu"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_contents {
	display: none;
	width: 100%;
	max-width: 1000px;
	border: solid 1px #ccc;
	margin: 20px auto 0;
	overflow: hidden;
/* 	transition: .5s opacity; */
}
.season .tab_contents {
	border: none;
}

/*選択されているタブを表示*/
#menu_s1:checked ~ #menu_s1,
#menu_s2:checked ~ #menu_s2,
#menu01:checked ~ #menu01,
#menu02:checked ~ #menu02 {
	display: block;
}
/*選択されているタブのスタイル*/
.tab01 input:checked + .tab_menu {
	color: #6C7035;
}
.tab02 input:checked + .tab_menu_s {
	color: #6C7035;
	background-color: #fff;
}

.tab_menu_s .fst {
	display: block;
	width: 50%;
	margin-right: 50%;
	font-size: 45px;
}
.tab_menu_s .lst {
	display: block;
	width: 50%;
	margin-left: 50%;
	font-size: 45px;
}



.dish {
	display: block;
	position: relative;
	padding: 80px 0;
	background:#FFFDF8;
	border-top: solid 10px #F5EDD9;
}
.dish h2.lttl {
	color:#F5EDD9;
}

.carousel .imgbox {
	display: block;
	padding-top: 100%;
	background-size: cover;
	background-position: center center;
	margin-bottom: 10px;
}
.carousel li {
	padding: 0 0.1%;
	box-sizing: border-box;
}
.season .carousel li {
	padding: 0 0.5%;
}

.carousel li h3 {
	display: block;
	font-size: 18px;
	font-family: "fot-matisse-pron", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-align: center;
}
ul.tx-links {
	display: block;
	text-align: center;
	margin-top: 40px;
}
ul.tx-links li {
	display: block;
	margin-bottom: 7px;
}
ul.tx-links li a {
	display: inline-block;
	background: url("../files/hokkaido-trip/arw.png") 98% 50% no-repeat;
	background-size: 13px auto;
	padding-right: 20px;
	font-size: 16px;
	font-family: "fot-matisse-pron", sans-serif;
	font-weight: 500;
	font-style: normal;
	width: 200px;
	text-align: left;
	transition-property: all;-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
	transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-webkit-transition-duration: .3s;
	transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
ul.tx-links li a:hover {
	background: url("../files/hokkaido-trip/arw.png") 100% 50% no-repeat;
	background-size: 13px auto;
}
.slick-prev {
	background: url("../files/hokkaido-trip/arrow_l.svg") no-repeat center center;
	background-size: cover;
}
.slick-next {
	background:url("../files/hokkaido-trip/arrow_r.svg") no-repeat center center;
	background-size: cover;
}
ul.tx-links_dk {
	display: block;
	text-align: center;
	margin-top: 40px;
}
ul.tx-links_dk li {
	display: block;
	margin-bottom: 7px;
}
ul.tx-links_dk li a {
	display: inline-block;
	background: url("../files/hokkaido-trip/arw_w.png") 98% 50% no-repeat;
	background-size: 13px auto;
	padding-right: 20px;
	font-size: 16px;
	font-family: "fot-matisse-pron", sans-serif;
	font-weight: 500;
	font-style: normal;
	width: 200px;
	text-align: left;
	transition-property: all;-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
	transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-webkit-transition-duration: .3s;
	transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
	color: #FFFFFF;
}
ul.tx-links_dk li a:hover {
	background: url("../files/hokkaido-trip/arw_w.png") 100% 50% no-repeat;
	background-size: 13px auto;
}
div.mgz {
	display: block;
	background: #edecea;
	text-align: center;
	padding: 50px 5%;
	margin: 50px auto 30px;
}
div.mgz .page {
	display: block;
	padding: 50px 5%;
	border: solid 5px #F5F5F5;
}
h2.ana-ttl {
	display: block;
	padding-top: 80px;
	font-size: 30px;
	color: #A00062;
	line-height: 1.4em;
	background: url("../files/hokkaido-trip/ttl_logo.png") top center no-repeat;
	background-size: 100px auto;
	margin-bottom: 30px;
}
h2.ana-ttl span {
	display: block;
	font-size: 85%;
}
#booking h3.mgz {
	font-size: 33px;
	color: #1D1D1D !important;
	margin-bottom: 30px;
}
#booking div.mgz .method {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}
div.mgz p.ntic {
	display: block;
	font-size: 14px;
	line-height: 1.6em;
	margin-top: 35px;
}
div.mgz p.ntic b {
	display: block;
	margin-bottom: 5px;
}
div.mgz p.ntic a {
	text-decoration: underline;
}
.ttl-wrap {
	display: block;
	text-align: center;
	color: #FFFFFF;
	background: rgba(0,0,0,0.3) 
		font-family: "fot-matisse-pron", sans-serif;
	font-weight:bold;
	font-style: normal;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
}
.ttl-wrap h2 {
	display: block;
	font-size: 57px;
	line-height: 1.1em;
	margin-bottom: 20px;

	text-shadow:1px 1px 0 #333333, -1px -1px 0 #333333,
		-1px 1px 0 #333333, 1px -1px 0 #333333,
		0px 1px 0 #333333,  0 -1px 0 #333333,
		-1px 0 0 #333333, 1px 0 0 #333333, 0 0 5px rgba(0,0,0,0.8),0 0 5px rgba(0,0,0,0.8),0 0 5px rgba(0,0,0,0.8);
}
.ttl-wrap h2 span {
	display: block;
	font-size: 50%;
	letter-spacing: 2px;
}
.ttl-wrap p {
	display: block;
	font-size:18px;
	line-height: 1.8em;
	margin-bottom: 20px;
	text-shadow:1px 1px 0 #333333, -1px -1px 0 #333333,
		-1px 1px 0 #333333, 1px -1px 0 #333333,
		0px 1px 0 #333333,  0 -1px 0 #333333,
		-1px 0 0 #333333, 1px 0 0 #333333, 0 0 5px rgba(0,0,0,0.5),0 0 5px rgba(0,0,0,0.5);
}
.ttl-wrap img.lg {
	display: block;
	max-width: 180px;
	margin: auto;
}

#page_head .page_name .sml {
	font-size: 65%;
}


ul.reco {
	display: block;
	position: relative;
}
ul.reco li {
	display: block;
	position: relative;
	float: left;
	width: 33.333%;
	text-align: center;
	padding: 0 3%;
	box-sizing: border-box;
}

@media screen and (max-width:1260px) {
	.hkdarea h2 {
		margin: 0 0 50px 0;
	}
}
@media screen and (max-width:980px) {
	.hkdarea h2 {
		margin: 0 auto 50px;
		width: 80%;
	}
	.tx-bx {
		width: 80%;
		max-width: 500px;
		margin: auto;
		position: relative;
		bottom: auto;
		padding: 0 4% 40px;
		box-sizing: border-box;
	}
	.tx-bx img {
		margin-top: 0;
		position: relative;
		top: -20px;
		margin-bottom: 0;
	}
	.hkdarea p {
		font-size: 14px;
	}

	.ttl-wrap h2 {
		font-size: 40px;
	}
	.ttl-wrap p {
		font-size: 16px;
	}
	.ttl-wrap img.lg {
		max-width: 110px;
	}
}
@media screen and (max-width:768px) {
	#visual {
		height: auto;
	}
	.slide-item {
		height: 400px !important;
	}
	.tx-bx {
		width: 100%;
	}
	h3.bg {
		font-size: 100px;
	}
	h2.lttl {
		font-size: 50px;
		padding-bottom: 70px;
	}
	h2.lttl span {
		font-size: 23px;
	}
	.gourmet h2.lttl {
		padding-bottom: 120px;
		background-size: 125px auto;
	}
	.season h2 {
		padding-bottom: 70px;
		background-size: 60px auto;
	}
	.activity h2 {
		padding-bottom: 80px;
		background-size: 125px auto;
	}
	.ttl-cl {
		font-size: 18px;
	}
	.ttl-cmn {
		font-size: 18px;
	}
	.blk-r, .blk-l {
		width: 100%;
	}

	ul.reco li {
		width: 100%;
		padding: 0 3% 20px 3%;
		margin-bottom: 40px;
	}
	.ttl-wrap h2 {
		font-size: 30px;
		text-shadow:1px 1px 0 #333333, -1px -1px 0 #333333,
			-1px 1px 0 #333333, 1px -1px 0 #333333,
			0px 1px 0 #333333,  0 -1px 0 #333333,
			-1px 0 0 #333333, 1px 0 0 #333333, 0 0 5px rgba(0,0,0,0.8),0 0 5px rgba(0,0,0,0.8);
	}
	.about .blk-r p {
		width: 90%;
		padding: 30px 4%;
		font-size: 16px;
		margin-top: -15%;
		left: 5%;
		right: 5%;
		box-sizing: border-box;
	}
	.sightseeing h2 {
		padding-bottom: 70px;
		background-size: 60px auto;
	}
	.tab ul li {
		width:100%;
		margin-bottom: 30px;
	}
	.sld {
		width: 100%;
		margin-bottom: 40px;
	}
	.tx-r {
		width: 100%;
	}

	.tab-links li {
		width: 48%;
	}
	.tab_menu_s {
		font-size: 25px;
	}
	.tab_menu_s span {
		font-size: 14px;
	}
	.tab_menu_s .fst,
	.tab_menu_s .lst {
		font-size: 25px;
	}
	.tab ul li h3 {
		font-size: 14px;
	}
	.season .tab-links li {
		max-width: 120px;
	}

	.tx-cmn {
		font-size: 14px;
	}
	.tx-cmn br {
		display: none;
	}

	.carousel li h3 {
		font-size: 16px;
	}
	ul.tx-links li a {
		font-size: 14px;
	}
	.cimg {
		float: none;
		display: block;
		width: 100%;
		margin: 20px auto 40px;
		text-align: center;
	}
	.cimg img {
		float: none;
		max-width: 200px;
		margin: auto;
	}
	h2.ana-ttl {
		font-size: 20px;
	}
	.planlink {
		width: 200px;
	}

}
@media (max-width:640px) {
	h3.bg {
		font-size:70px;
	}
	h2.lttl span {
		font-size: 18px;
	}
	.ttl-wrap h2 {
		font-size: 25px;
	}
	.ttl-wrap p {
		font-size: 14px;
	}
	.ttl-wrap img.lg {
		max-width: 80px;
	}
}


