/* ?申f?申t?申H?申?申?申g
---------------------------------------------------- */

/* ?申?申?申100%?申\?申?申?申p?申?申?申?申?申?申?申?申?申?申 */
.mainContentMT {
	width: 100%;
}

/*?申@?申p?申?申?申?申?申?申?申\?申?申?申?申?申?申?申?申h?申~?申@*/
.rootMT ul {
	overflow: hidden;
	width: 940px !important;
	margin: 0 auto;
}

/* ?申?申?申100%?申\?申?申?申p?申?申?申?申?申?申?申鐃 */

tr,
th,
td,
div,
span,
a,
p {
	color: inherit;
}

/* michinoeki
---------------------------------------------------- */
#michinoeki {
	width: 100%;
	margin: 0 auto;
	position: relative;
	font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans",  "Arial", "Meiryo", sans-serif;

}

#michinoeki * {
	box-sizing: border-box;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	color: #000;
}

#michinoeki img {
	max-width: 100%;
	vertical-align: bottom;
	font-size: 0;
}

#michinoeki .pc {
	display: block !important;
}

#michinoeki .sp {
	display: none !important;
}


#michinoeki ol,
#michinoeki ul {
	list-style-type: none;
}

#michinoeki a {
	outline: none;
	font-size: inherit;
	text-decoration: none;
}
#michinoeki .fadeUpTrigger{
	opacity: 0;
	}
.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration:1.2s;
	animation-fill-mode:forwards;
	opacity: 0;
}
@keyframes fadeUpAnime{
from {
    opacity: 0;
    transform: translateY(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


/* font
---------------------------------------------------- */

/* ?申^?申C?申g?申?申 */
#michinoeki .title p {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 1em;
}

/* ?申T?申u?申^?申C?申g?申?申 */
#michinoeki .introtext {
	font-size: 20px;
	font-weight: 600;
	line-height: 2.5em;
}

/* ?申e?申L?申X?申g */
#michinoeki .text p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}

/* ?申?申?申l */
#michinoeki .remark p {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.8;
}

#michinoeki .txt_center {
	text-align: center;
}

#michinoeki .txt_left {
	text-align: left;
}

#michinoeki .txt_right {
	text-align: right;
}

#michinoeki .section{
	margin: 150px auto 0;
	text-align: center;
	max-width: 940px;
}



/* header
---------------------------------------------------- */
.section-header{
	margin-top: 120px;
}
.maintitle img{
	width: 100%;
}


/* top
---------------------------------------------------- */
.section-top_text .introtext{
	margin-top: 30px;
}
.section-top_text .line-bottom{
	margin-top: 30px;
}
.onlySp{
	display: none;
}

/* map
---------------------------------------------------- */
.section-map{
	position: relative;
}
.animation-img{
	position: absolute;
	animation: katakata 3.5s linear infinite normal
}
@keyframes katakata {
  0%{transform:rotate(10deg);}
  49.5%{transform:rotate(10deg);}
  50%{transform:rotate(-10deg);}
  99.5%{transform:rotate(-10deg);}
  100%{transform:rotate(10deg);}
}
.food{
	top: 30%;
	right: 0%;
}
.activity{
	bottom: -1%;
	left: 30%;
}
.relax{
	bottom: 25%;
	left: -2%;
}
.slidenumber{
	position: absolute;
	top: 10%;
	left: 0%;
}


/* about
---------------------------------------------------- */
.section-about_body{
	position: relative;
}
.section-about_body p{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  margin-top: 20px;
  width: 80%;
  text-align: left;
  line-height: 1.8em;
	letter-spacing: 0.18em !important;
}
/* menu
---------------------------------------------------- */
.section-menu{
	margin-top: 100px !important;
	padding-bottom: 150px !important;
}
.section-menu_title img{
	margin: 0 auto;
	width: 35%;
}
.section-menu_introtext{
	margin-top: 30px;
	font-size: 18px;
  line-height: 1.8em;
	letter-spacing: 0.18em !important;
}
.title_genre{
	margin-top: 70px;
}
.title_genre img{
	margin: 0 auto;
}
.btn_genre{
	display: flex;
  justify-content: space-around;
  margin-top: 40px;
	padding: 10px 0 20px !important;
}
/*j[

	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: #fff;
	Z-INDEX: 100000;


*/

.menu_title{
	margin-top: 130px;
}
.menunumber{
	text-align: left;
	margin-top: 70px;
}
.hotspring-menuOdd{
	margin-top: 30px;
	position: relative;
	background-image: url(../../michinoeki/img/hotspring-menuOddbg.jpg);
	background-repeat: no-repeat;
}
.menuOdd-body{
	display: flex;
}
.menuOdd-inner{
	margin-left: 30px;
	text-align: left;
}
.menuOdd-areaname{
	margin: 15px 0 0 0px;
	font-size: 24px;
	font-weight: 700;
	color: #024287 !important;
	text-align: center;
	width: 65%;
}
.menuOdd-name{
	margin-top: 40px;
  font-size: 20px;
	display: inline-block;
	background: linear-gradient(transparent 70%, #fff100 60%);
	font-weight: 600;
}
#michinoeki .menuOdd-name.pc{
	display: inline-block !important;
}
.menuOdd-name02{
	margin-top: 5px !important;
}

.menuOdd-text{
	margin-top: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8em;
	letter-spacing: 0.2em !important;
}
.menuOdd img{
	margin: 50px 0 0 30px;
}
.menuEven-number{
	text-align: right;
	margin-top: 70px;
}

.hotspring-menuEven{
	margin-top: 30px;
	position: relative;
	background-image: url(../../michinoeki/img/hotspring-menuEvenbg.jpg);
	background-repeat: no-repeat;
	background-position-x: right;
}
.menuEven-body{
	display: flex;
}
.menuEven-inner{
	margin-right: 30px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.menuEven-areaname{
	margin: 15px 0 0 0px;
	font-size: 24px;
	font-weight: 700;
	color: #024287 !important;
	text-align: center;
	width: 65%;
}
.blue{
	color: #024287 !important;
}
.green{
	color: #00895d !important;
}
.red{
	color: #e76c7e !important;
}

.menuEven-name{
	margin-top: 40px;
  font-size: 22px;
	display: inline-block;
	background: linear-gradient(transparent 60%, #fff100 60%);
	font-weight: 600;
}
.menuEven-text{
	margin-top: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8em;
	letter-spacing: 0.2em !important;
	text-align: left;
	width: 95%;
}
.menuEven img{
	margin: 50px 30px 0 0;
}
.menu-btn {
	position: relative;
	margin-top: 70px;
	width: 300px;
	height: 70px;
	text-align: center;
  padding: 1.2rem 5rem;
  border: 3px solid #000;
  border-radius: 0;
  border-radius: 100vh;
  background: #333;
	color: #fff !important;
	font-size: 18px;
	line-height: 30px;
}
#michinoeki .menu-btn:before {
  position: absolute;
  top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(300px - 20px);
	height: calc(70px - 20px);
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 2px dashed #fff;
  border-radius: 100vh;
}
#michinoeki .menu-btn:hover:before {
  width: 300px;
  height: 70px;
}
.leisure-menuOdd{
	margin-top: 30px;
	position: relative;
	background-image: url(../../michinoeki/img/leisure-menuOddbg.jpg);
	background-repeat: no-repeat;
}
.leisure-menuEven{
	margin-top: 30px;
	position: relative;
	background-image: url(../../michinoeki/img/leisure-menuEvenbg.jpg);
	background-repeat: no-repeat;
	background-position-x: right;
}
.gourmet-menuOdd{
	margin-top: 30px;
	position: relative;
	background-image: url(../../michinoeki/img/gourmet-menuOddbg.jpg);
	background-repeat: no-repeat;
}
.gourmet-menuEven{
	margin-top: 30px;
	position: relative;
	background-image: url(../../michinoeki/img/gourmet-menuEvenbg.jpg);
	background-repeat: no-repeat;
	background-position-x: right;
}
.other-menu{
	text-align: right;
	width: 40%;
	margin-left: auto;
}
.other-menu_btn {
	position: relative;
	margin-top: 70px;
	width: 500px;
	height: 80px;
	text-align: center;
  padding: 1.2rem 5rem;
  border: 3px solid #000;
  border-radius: 0;
  border-radius: 100vh;
  background: #333;
	color: #fff !important;
	font-size: 24px;
	line-height: 40px;
	display: inline-block;
}
#michinoeki .other-menu_btn:before {
  position: absolute;
  top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(500px - 20px);
	height: calc(80px - 20px);
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 2px dashed #fff;
  border-radius: 100vh;
}
#michinoeki .other-menu_btn:hover:before {
  width: 500px;
  height: 80px;
}






.section-column{
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
	max-width: 100vw !important;
	background-color: #fffeee;
	margin-top: 100px !important;
}
.section-column-body{
	width: 940px;
	margin: 0 auto;
}
.section-profile_title{
	text-align: center;
  position: relative;
	margin-top: 50px;
}
.section-profile_body{
	display: flex;
	width: 740px;
	margin: 10px auto 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.section-profile_ph{
	margin-right: 40px;
}
.section-profile_ph img{
	width: 75%;
	margin-top: 10px !important;
}
.section-profile_ph p{
	font-size: 20px;
	margin-top: 5px;
	width: 75%;
}
.section-profile_ph p span{
	font-size: 14px;
	margin-left: 5px;
}
.section-profile_text{
	font-size: 18px;
	text-align: left;
	line-height: 2em;
	letter-spacing: 0.1em !important;
	width: 100%;

}
.column-body{
	text-align: left;
	font-size: 18px;
	font-weight: 100;
	line-height: 1.8em;
	margin-top: 30px;
}
.column-annotation{
	font-size: 14px;
	margin-top: 10px;
	text-align: right
}













/* #font
---------------------------------------------------- */
#font {
	max-width: 940px;
	margin: 0 auto;
}



/* vegas
---------------------------------------------------- */

#vegas {
	width: 100%;
	height: 100vh;
	/* ?申K?申X?申A?申?申?申l?申X?申K?申v */
	min-height: 940px;
	/* ?申K?申X?申A?申?申?申l?申X?申K?申v */
	max-height: 1080px;
	/* ?申K?申X?申A?申?申?申l?申X?申K?申v */
}

#michinoeki #contents {
	position: relative;
	z-index: 3;
	text-align: inherit;
}

/* particles-js
---------------------------------------------------- */

#particles-js {
	position: fixed;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
}

/* ?申t?申b?申^?申[?申鐃?申鐃?申?申鐃?申?申鐃 */
.footPagetopMT,
footer,
.underInfoMT {
	position: relative;
	z-index: 4;
}



@media screen and (max-width: 767px) {


	/*?申@?申?申?申E?申]?申?申?申鐃@*/
	#fftop_recomDetail section {
		padding: 0;
	}

	#michinoeki .sp {
		display: block !important;
	}

	#michinoeki .pc {
		display: none !important;
	}

	#g-nav li a {
		font-size: 1.5em;
	}

	/*?申@?申p?申?申?申?申?申?申?申\?申?申?申?申?申?申?申?申h?申~?申@*/
.rootMT ul {
	overflow: hidden;
	width: 940px !important;
	margin: 0 auto;
}

/* ?申?申?申100%?申\?申?申?申p?申?申?申?申?申?申?申鐃 */

tr,
th,
td,
div,
span,
a,
p {
	color: inherit;
}

/* michinoeki
---------------------------------------------------- */
#michinoeki {
	width: 100%;
	margin: 0 auto;
	position: relative;
	font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans",  "Arial", "Meiryo", sans-serif;

}

#michinoeki * {
	box-sizing: border-box;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	color: #000;
}

#michinoeki img {
	max-width: 100%;
	vertical-align: bottom;
	font-size: 0;
}

#michinoeki ol,
#michinoeki ul {
	list-style-type: none;
}

#michinoeki a {
	outline: none;
	font-size: inherit;
	text-decoration: none;
}
#michinoeki .fadeUpTrigger{
	opacity: 0;
	}
.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration:1.2s;
	animation-fill-mode:forwards;
	opacity: 0;
}
@keyframes fadeUpAnime{
from {
    opacity: 0;
    transform: translateY(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


/* font
---------------------------------------------------- */

/* ?申^?申C?申g?申?申 */
#michinoeki .title p {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 1em;
}

/* ?申T?申u?申^?申C?申g?申?申 */
#michinoeki .introtext {
	font-size: 16px;
	line-height: 2em;

}

/* ?申e?申L?申X?申g */
#michinoeki .text p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}

/* ?申?申?申l */
#michinoeki .remark p {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.8;
}

#michinoeki .txt_center {
	text-align: center;
}

#michinoeki .txt_left {
	text-align: left;
}

#michinoeki .txt_right {
	text-align: right;
}

#michinoeki .section{
	margin: 100px auto 0;
	max-width: 100%;
	padding: 0 20px;
}


/* header
---------------------------------------------------- */
.section-header{
	margin-top: 10px !important;
}
.maintitle img{
	width: 100%;
}


/* top
---------------------------------------------------- */
.section-top{
	margin-top: 50px !important;
}

#michinoeki .section-top_text .introtext{
	margin-top: 15px;
	font-weight: 300 !important;
}
.section-top_text img{
	width: 50%;
}
.section-top_text .line-bottom{
	margin-top: 15px;
}
.onlySp{
	display: block;
}

/* map
---------------------------------------------------- */
.section-map{
	position: relative;
}
.animation-img{
	position: absolute;
	width: 25%;
	animation: katakata 3.5s linear infinite normal
}
@keyframes katakata {
  0%{transform:rotate(10deg);}
  49.5%{transform:rotate(10deg);}
  50%{transform:rotate(-10deg);}
  99.5%{transform:rotate(-10deg);}
  100%{transform:rotate(10deg);}
}
.food{
	top: 35%;
  right: 3%;
}
.activity{
	bottom: 13%;
	left: 23%;
}
.relax{
	bottom: 45%;
	left: 0%;
}
.slidenumber{
	position: absolute;
	top: 10%;
	left: 0%;
}


/* about
---------------------------------------------------- */
.section-about_body p{
	font-size: 16px;
	margin-top: 10px;
	width: 100%;
	padding: 0 30px;
}

/* column
---------------------------------------------------- */

.section-column{
	margin-top: 75px !important;
	padding: 75px 20px !important;
}
.section-column-body{
	width: 100%;
	margin: 0 auto;
}
.section-profile_title{
	text-align: center;
  position: relative;
	margin-top: 50px;
}
.section-profile_body{
	width: 100%;
	margin: 0px auto 0;
	flex-direction: column;
	align-items: center;
}
.section-profile_ph{
	margin-right: 0px;
	width: 40%;
}
.section-profile_ph p{
	width: 100%;
}
.section-profile_ph img{
	width: 95%;
}
.section-profile_text{
	font-size: 16px;
	letter-spacing: 0.1em !important;
	width: 90%;
  padding: 30px 5px 0;
}
.column-body{
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.8em;
	margin-top: 30px;
}

/* menu
---------------------------------------------------- */
.section-menu{
	margin-top: 75px !important;
}
.section-menu_title img{
	margin: 0 auto;
	width: 70%;
}
.section-menu_introtext{
	margin-top: 30px;
	font-size: 18px;
  line-height: 1.8em;
	letter-spacing: 0.18em !important;
}
.title_genre{
	margin-top: 70px;
}
.title_genre img{
	width: 50%;
}
.btn_genre{
	margin: 30px auto 0;
	flex-direction: column;
	width: 80%;
	position: relative;
	padding: 10px 0 20px !important;
}
.btn_genre img{
	width: 70%;
	margin: 5px auto;
}




.menu_title{
	margin-top: 130px;
}
.menunumber{
	text-align: center;
	margin-top: 100px;
}
.menunumber01{
	margin-top: 50px !important;
}
.hotspring-menuOdd{
	background-image: url(../../michinoeki/img/hotspring-menubg.jpg);
	background-size: contain;
}
.menuOdd-body{
	display: flex;
	flex-direction: column;
}
.menuOdd-body img{
	margin-top: 60px;
}
.menuOdd-inner{
	padding: 0 20px;
	margin-left: 0%;
	text-align: center;
}
.menuOdd-areaname{
	margin: 0 auto;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
}
.menuOdd-name{
	margin-top: 20px;
	font-weight: bold;
}
#michinoeki .menuOdd-name.sp{
	margin-top: 20px;
  font-size: 20px;
	display: inline-block !important;
	font-weight: bold;
}
#michinoeki .menuOdd-name.pc{
	display: none !important;
}
#michinoeki .menuOdd-name.sp :nth-child(2){
	margin-top: 5px;
  font-size: 20px;
	display: inline-block !important;
	font-weight: 600;

}

.menuOdd-name02{
	margin-top: 5px;
	font-weight: 600;

}

.menuOdd-text{
	margin-top: 20px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8em;
	letter-spacing: 0.2em !important;
	text-align: left;
}
.menuOdd img{
	margin: 50px 0 0 30px;
}
.menuEven-number{
	text-align: center;
	margin-top: 100px;
}

.hotspring-menuEven{
	margin-top: 30px;
	background-image: url(../../michinoeki/img/hotspring-menubg.jpg);
	background-position-x: right;
	background-size: contain;
}
.menuEven-body{
	display: flex;
	flex-direction: column-reverse;
}
.menuEven-body img{
	margin-top: 60px;
}
.menuEven-inner{
	margin-right: 0;
	padding: 0 20px;
	text-align: center;
}
.menuEven-areaname{
	margin: 0 auto;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
}
.blue{
	color: #024287 !important;
}
.green{
	color: #00895d !important;
}
.red{
	color: #e76c7e !important;
}

.menuEven-name{
	margin: 20px auto 0;
  font-size: 20px;
	font-weight: bold;
}
.menuEven-text{
	margin-top: 20px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8em;
	letter-spacing: 0.2em !important;
	text-align: left;
}
.menuEven img{
	margin: 50px 30px 0 0;
}
.menu-btn {
	margin-top: 50px;
	height: 60px;
	line-height: 20px;
}
#michinoeki .menu-btn:before {
  position: absolute;
  top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(300px - 20px);
	height: calc(60px - 20px);
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 2px dashed #fff;
  border-radius: 100vh;
}
#michinoeki .menu-btn:hover:before {
  width: 300px;
  height: 60px;
}
.leisure-menuOdd{
	background-image: url(../../michinoeki/img/leisure-menubg.jpg);
	background-size: contain;
}
.leisure-menuEven{
	background-image: url(../../michinoeki/img/leisure-menubg.jpg);
	background-size: contain;
}
.gourmet-menuOdd{
	background-image: url(../../michinoeki/img/gourmet-menubg.jpg);
	background-size: contain;
}
.gourmet-menuEven{
	background-image: url(../../michinoeki/img/gourmet-menubg.jpg);
	background-size: contain;
}
.other-menu{
	text-align: right;
	margin-top: 50px;
}
.other-menu_btn {
	margin-top: 40px;
	width: 100%;
	height: 80px;
	text-align: center;
  padding: 1.2rem 1rem;
  border: 3px solid #000;
  border-radius: 0;
  border-radius: 100vh;
  background: #333;
	color: #fff !important;
	font-size: 24px;
	line-height: 40px;
	display: inline-block;
	overflow: hidden;
}
#michinoeki .other-menu_btn:before {
  position: absolute;
  top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 20px);
	height: calc(80px - 20px);
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 2px dashed #fff;
  border-radius: 100vh;
}
#michinoeki .other-menu_btn:hover:before {
  width: 500px;
  height: 80px;
}









}
