@charset "UTF-8";
/* Scss Document */
/*---------------
   追加 reset
---------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
*::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
a {
	color: inherit;
	text-decoration: none;
}
a:visited {
	color: inherit;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
li {
	list-style: none;
}
/*---------------
   共通
---------------*/
html {
	font-size: 62.5%;
}
body {
	width: 100%;
	min-width: 1200px;
	color: #444;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.6rem;
	line-height: 1.8;
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	-ms-font-feature-settings: "palt";
	-o-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
.sp {
	display: none !important;
}
.min {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.arial {
	font-family: Arial, Helvetica, "sans-serif";
}
.ten_r {
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: normal;
}
.ten_i {
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: italic;
}
a:hover img {
	opacity: .6;
	transition: .5s;
}
.inner {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}
.flex_wrap {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
}
.effect-fade {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 1200ms;
}
.effect-fade.effect-scroll {
	opacity: 1;
	transform: translate(0, 0);
	-moz-transition-delay: 500ms;
	-webkit-transition-delay: 500ms;
	-o-transition-delay: 300ms;
	-ms-transition-delay: 500ms;
}
.redtxt, .error {
	color: #AF0002 !important;
}
a.link {
    text-decoration: underline;
}
a.link:hover {
    text-decoration: none;
}

.linktxt a {
    text-decoration: underline!important;
}
/*---------------
   header
---------------*/
#header {
	position: relative;
	width: 100%;
	min-width: 1200px;
}
#header .content {
	padding: 40px 0 0;
}
#header .header_logo {
	position: absolute;
	top: 55px;
	left: 0;
	padding-left: 15px;
}
#header .header_logo a {
	display: block;
	width: 195px;
	height: 39px;
	background: url("../images/common/header_logo.png") top left no-repeat;
}
#header .drawer_button {
	display: none;
}
#header .navInfo, #header .gnav {
	justify-content: center;
}
#header .navInfo li a, #header .gnav li a {
	display: block;
	padding: 0 0.8em;
	color: #FFF;
	font-size: 1.3rem;
	letter-spacing: .1em;
	text-indent: .1em;
	white-space: nowrap;
}
#header .navInfo li a:hover, #header .gnav li a:hover {
	opacity: .6;
	transition: .5s;
}
#header .navInfo {
	padding-top: 10px;
}
#header .navInfo .navInfo_news a {
	display: inline-block;
	padding-left: 1.4em;
	background: url("../images/common/header_ico_news.png") top 50% left no-repeat;
}
#header .navInfo .navInfo_access {
	margin-top: 4px;
}
#header .navInfo .navInfo_access a {
	padding-left: 1.4em;
	background: url("../images/common/header_ico_access.png") top 50% left no-repeat;
}
#header .navInfo li.non_active a {
	opacity: .6;
	pointer-events: none;
}
#header .gnav li.non_active a {
	opacity: .6;
	pointer-events: none;
}
#header .headList {
	position: absolute;
	top: 40px;
	right: 0;
}
#header .headList .headList_winter {
	background: #66C4ED;
	color: #FFF;
	font-size: 1.2rem;
	text-align: center;
	line-height: 28px;
}
#header #fixMenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1200px;
	padding: 5px 0;
	background: #FFF;
	z-index: 999;
}
#header #fixMenu .gnav li {
	color: #000;
	font-size: 1.4rem;
	letter-spacing: .1em;
	text-indent: .1em;
}
#header #fixMenu .gnav li a {
	padding: 5px 10px;
	color: #000;
}
#main .header_topics {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
	background: #000;
  color: #FFF;
  font-size: 1.6rem;
}
#main .header_topics p {
	padding: 4px 0;
}
.content {
	padding: 70px 0;
}
.common_note {
	font-size: 1.3rem;
	line-height: 1.6;
	letter-spacing: 0;
}
.table_basic {
	width: 100%;
}
.table_basic th {
	text-align: left;
	background: #F0F0E1;
}
.table_basic td {
	background: #FFFFFF;
}
.table_basic th, .table_basic td {
	padding: 10px 20px;
	font-size: 1.4rem;
	line-height: 180%;
	border: 1px solid #CCCCCC;
	font-weight: 500;
	letter-spacing: .2em;
}
#footer #footerNav .content {
	padding: 40px 0;
	background: #444;
}
#footer #footerNav .menu_wrap {
	justify-content: space-between;
}
#footer #footerNav .menuList {
	width: 165px;
	margin-bottom: 40px;
}
#footer #footerNav .menuList .menuList_item {
	position: relative;
	margin-bottom: .5em;
	padding-left: 1em;
	font-size: 1.3rem;
}
#footer #footerNav .menuList .menuList_item:last-child {
	margin-bottom: 0;
}
#footer #footerNav .menuList .menuList_item:before {
	position: absolute;
	top: .7em;
	left: .3em;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: #FFF;
}
#footer #footerNav .menuList .menuList_item a {
	color: #FFF;
}
#footer #footerNav .menuList .menuList_item a:hover {
	text-decoration: underline;
}
#footer #footerNav .menuList .menuList_item.non_active a {
	opacity: .5;
	pointer-events: none;
}
#footer #footerNav .sns_list {
	justify-content: center;
}
#footer #footerNav .sns_list .sns_list_item {
	margin: 0 10px;
	height: 23px;
}
#footer #footerNav .sns_list .sns_list_item a:hover {
	opacity: .6;
	transition: .5s;
}
#footer #footerNav .sns_list .sns_list_item img {
	max-height: 100%;
}
#footer #footerInfo .content {
	background: #FFF;
}
#footer #footerInfo .footerInfo_logo {
	margin-bottom: 30px;
	text-align: center;
}
#footer #footerInfo address {
	font-style: normal;
	font-size: 1.3rem;
	text-align: center;
}
#footer #footerInfo .tel {
	margin-bottom: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: .18em;
	text-indent: .18em;
	text-align: center;
	line-height: 1.0;
}
#footer #footerInfo .mail {
	text-align: center;
	line-height: 1.0;
}
#footer #macearth .content {
	background: #F0F0E1;
}
#footer #macearth .inner {
	position: relative;
}
#footer #macearth .macearthGreen .macearth_lttl, #footer #macearth .macearthHotel .macearth_lttl {
	margin-bottom: 30px;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: .15em;
	text-indent: .15em;
}
#footer #macearth .macearthGreen .macearthHotel_list, #footer #macearth .macearthHotel .macearthHotel_list {
	width: 345px;
}
#footer #macearth .macearthGreen .macearthHotel_list_item, #footer #macearth .macearthHotel .macearthHotel_list_item {
	position: relative;
	margin-bottom: .5em;
	padding-left: 20px;
	font-size: 1.4rem;
}
#footer #macearth .macearthGreen .macearthHotel_list_item:before, #footer #macearth .macearthHotel .macearthHotel_list_item:before {
	position: absolute;
	top: .5em;
	left: 0;
	content: '';
	width: 0;
	height: 0;
	border: transparent 3px solid;
	border-left: #444 7px solid;
}
#footer #macearth .macearthGreen .macearthHotel_list_item:last-child, #footer #macearth .macearthHotel .macearthHotel_list_item:last-child {
	margin-bottom: 0;
}
#footer #macearth .macearthGreen .macearthHotel_list_item a:hover, #footer #macearth .macearthHotel .macearthHotel_list_item a:hover {
	text-decoration: underline;
}
#footer #macearth .macearth_map {
	position: relative;
	width: 374px;
	min-height: 318px;
	margin-left: auto;
	background: url("../images/common/footer_macearth_map.png") top center no-repeat;
}
#footer #macearth .macearth_map .macearth_logo {
	margin: 20px 0 30px;
}
#footer #macearth .macearth_map .macearthGroup_ttl {
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
}
#footer #macearth .macearth_map .macearthGroup_text {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.3;
}
#footer #macearth .copy {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 1.1rem;
}
.mgt0 {
	margin-top: 0px !important;
}
.mgt5 {
	margin-top: 5px !important;
}
.mgt10 {
	margin-top: 10px !important;
}
.mgt15 {
	margin-top: 15px !important;
}
.mgt20 {
	margin-top: 20px !important;
}
.mgt25 {
	margin-top: 25px !important;
}
.mgt30 {
	margin-top: 30px !important;
}
.mgt35 {
	margin-top: 35px !important;
}
.mgt40 {
	margin-top: 40px !important;
}
.mgt50 {
	margin-top: 50px !important;
}
.mgt60 {
	margin-top: 60px !important;
}
.mgt70 {
	margin-top: 70px !important;
}
.mgt80 {
	margin-top: 80px !important;
}
.mgt90 {
	margin-top: 90px !important;
}
.mgb0 {
	margin-bottom: 0px !important;
}
.mgb5 {
	margin-bottom: 5px !important;
}
.mgb10 {
	margin-bottom: 10px !important;
}
.mgb15 {
	margin-bottom: 15px !important;
}
.mgb20 {
	margin-bottom: 20px !important;
}
.mgb25 {
	margin-bottom: 25px !important;
}
.mgb30 {
	margin-bottom: 20px !important;
}
.mgb35 {
	margin-bottom: 35px !important;
}
.mgb40 {
	margin-bottom: 40px !important;
}
.mgb50 {
	margin-bottom: 50px !important;
}
.mgb60 {
	margin-bottom: 60px !important;
}
.mgb70 {
	margin-bottom: 70px !important;
}
.mgb80 {
	margin-bottom: 80px !important;
}
.mgb90 {
	margin-bottom: 90px !important;
}
.mgl0 {
	margin-left: 0px !important;
}
.mgl5 {
	margin-left: 5px !important;
}
.mgl10 {
	margin-left: 10px !important;
}
.mgl15 {
	margin-left: 15px !important;
}
.mgl20 {
	margin-left: 20px !important;
}
.mgl25 {
	margin-left: 25px !important;
}
.mgl30 {
	margin-left: 30px !important;
}
.mgl35 {
	margin-left: 35px !important;
}
.mgl40 {
	margin-left: 40px !important;
}
.mgl50 {
	margin-left: 50px !important;
}
.mgl60 {
	margin-left: 60px !important;
}
.mgl70 {
	margin-left: 70px !important;
}
.pt0 {
	padding-top: 0 !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pt60 {
	padding-top: 60px !important;
}
.pt70 {
	padding-top: 70px !important;
}
.pt80 {
	padding-top: 80px !important;
}
.pr0 {
	padding-right: 0 !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr25 {
	padding-right: 25px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pr35 {
	padding-right: 35px !important;
}
.pr40 {
	padding-right: 40px !important;
}
.pr50 {
	padding-right: 50px !important;
}
.pr60 {
	padding-right: 60px !important;
}
.pr70 {
	padding-right: 70px !important;
}
.pr80 {
	padding-right: 80px !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb35 {
	padding-bottom: 35px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pb60 {
	padding-bottom: 60px !important;
}
.pb70 {
	padding-bottom: 70px !important;
}
.pb80 {
	padding-bottom: 80px !important;
}
.pl0 {
	padding-left: 0 !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl25 {
	padding-left: 25px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pl35 {
	padding-left: 35px !important;
}
.pl40 {
	padding-left: 40px !important;
}
.pl50 {
	padding-left: 50px !important;
}
.pl60 {
	padding-left: 60px !important;
}
.pl70 {
	padding-left: 70px !important;
}
.pl80 {
	padding-left: 80px !important;
}
.center {
	text-align: center !important;
}


.eventbtn {
    text-align: right;
    position: fixed;
    right: 20px;
    bottom: 20px;
}



@media screen and (max-width: 960px) {
	#fixMenu {
		margin: 0;
	}
	#fixMenu .inner {
		margin: 0;
	}
	#header .gnav li a {
		font-size: 1.4vw;
	}
}
@media screen and (max-width: 640px) {
	/*---------------
     共通
  ---------------*/
	body {
		min-width: 100%;
		font-size: 3.4210526316vw;
		/*(26/760)*100vw*/
	}
	img {
		max-width: 100%;
	}
	.sp {
		display: inherit !important;
	}
	.pc {
		display: none !important;
	}
	.conteiner {
		margin-top: -18vw;
		padding-top: 18vw;
	}
	.inner {
		width: 100%;
		min-width: 100%;
		padding: 0 3.9473684211vw;
	}
	/*---------------
     header
  ---------------*/
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 18vw;
		min-width: 100%;
		background: #FFF;
		z-index: 99999;
	}
	#header,
	#topVisual #header {
		top: 40px;
	}	
	#header.fix,
	#topVisual #header.fix {
		top: 0!important;
		transition: .5s
	}
	#header .header_logo {
		width: 44.7368421053vw;
		/*(340/760)*100vw*/
		top: 3.9473684211vw;
		/*(30/760)*100vw*/
		left: 3.9473684211vw;
		/*(30/760)*100vw*/
	}
	#header .content {
		padding-top: 0;
	}
	#header .header_logo a {
		width: 44.7368421053vw;
		height: 8.9473684211vw;
		background-size: contain;
	}
	#header .drawer_button {
		display: block;
		background: none;
		border: none;
		padding: 0;
		width: 9.2105263158vw;
		position: fixed;
		top: calc(2.6315789474vw + 40px);		
		right: 6.5789473684vw;
		z-index: 1001;
	}
	#header .drawer_button.active,
	#header.fix .drawer_button {
		top: calc((30/760)*100vw);
	}
	#header.fix .drawer_button,
	#topVisual #header.fix .drawer_button {
		top: 2.6315789474vw!important;
		transition: .5s
	}	
	#header .drawer_button.active .drawer_bar {
		width: 10vw;
	}
	#header .drawer_button.active .drawer_bar1 {
		transform: rotate(40deg);
	}
	#header .drawer_button.active .drawer_bar2 {
		opacity: 0;
	}
	#header .drawer_button.active .drawer_bar3 {
		transform: rotate(-40deg);
	}
	#header .drawer_button .drawer_bar {
		display: block;
		height: 1px;
		margin: 3.0263157895vw 0;
		transition: all 0.2s;
		transform-origin: 0 0;
		background-color: #FFF;
	}
	#header .drawer_menu_wrapper {
		top: 0;
		right: 0;
		width: 100vw;
		height: 100%;
		padding: 18vw 0 0;
		transition: all 0.2s;
		transform: translate(100vw);
		position: fixed;
		z-index: 1000;
		background-color: #444;
	}
	#header .drawer_menu_wrapper.open {
		transform: translate(0);
	}
	#header .gnav {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
	}
	#header .gnav li {
		display: block !important;
		width: 50%;
		border-bottom: #FFF 1px solid;
		border-left: #FFF 1px solid;
	}
	#header .gnav li.w100 {
		width: 100%;
	}
	#header .gnav li:nth-child(-n+2) {
		border-top: #FFF 1px solid;
	}
	#header .gnav li:nth-child(2n+1) {
		border-left: none;
	}
	#header .gnav li a {
		padding: 0.5em 0;
		font-size: 4.4736842105vw;
		text-align: center;
	}
	#header .gnav li.gnav_info {
		width: 100%;
		text-align: center;
	}
	#header .gnav li.gnav_info a {
		display: inline-block;
		margin: 0 1em;
	}
	#header .headList {
		position: static;
		width: 100%;
		display: flex !important;
	}
	#header .headList .headList_winter {
		width: 50%;
		text-align: center;
		line-height: 13.1578947368vw;
	}
	#header .headList .headList_translate {
		width: 50%;
		text-align: center;
		line-height: 13.1578947368vw;
		background: #FFF;
	}
	#header .headList .headList_winter {
		font-size: 4.4736842105vw;
	}
	/*---------------
     main
  ---------------*/
  #main .header_topics {
    top: -18vw!important;
    font-size: calc((28/760)*100vw);
  }
	#main .header_topics p {
		padding: calc((10/760)*100vw) 0;
	}
	#main {
		margin-top: 18vw;
		padding-top: 40px;
	}
	.content {
		padding: 9.2105263158vw 0;
	}
	.common_note {
		font-size: 2.6315789474vw;
		/*(20/760)*100vw*/
		letter-spacing: .1em;
	}
	.table_basic th, .table_basic td {
		padding: 1.3157894737vw 2.6315789474vw;
		font-size: 3.1578947368vw;
		/*(24/760)*100vw*/
		line-height: 1.4;
		letter-spacing: 0;
	}
	/*---------------
     footer
  ---------------*/
	#footer #footerNav .content {
		padding: 2.6315789474vw 0;
	}
	#footer #footerNav .sns_list .sns_list_item {
		margin: 0 10px;
		height: 6.4473684211vw;
	}
	#footer #footerNav .sns_list .sns_list_item img {
		vertical-align: middle;
	}
	#footer #footerInfo .footerInfo_logo {
		width: 46.3157894737vw;
		margin: 0 auto 5.2631578947vw;
	}
	#footer #footerInfo address {
		font-size: 3.9473684211vw;
	}
	#footer #footerInfo .tel {
		margin-bottom: 2.6315789474vw;
		font-size: 6.5789473684vw;
		letter-spacing: 0;
		text-indent: 0;
	}
	#footer #footerInfo .mail {
		width: 5.2631578947vw;
		margin: 0 auto;
	}
	#footer #macearth .content {
		padding: 0;
		background: #FFF;
	}
	#footer #macearth .inner {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		padding: 0 0 3.9473684211vw;
	}
	#footer #macearth .macearthGreen .macearth_lttl, #footer #macearth .macearthHotel .macearth_lttl {
		position: relative;
		margin-bottom: 1.3157894737vw;
		padding: 1.3157894737vw 3.9473684211vw;
		background: #F0F0E1;
		font-size: 3.9473684211vw;
	}
	#footer #macearth .macearthGreen .macearth_lttl .arrow, #footer #macearth .macearthHotel .macearth_lttl .arrow {
		content: '';
		width: 1.4473684211vw;
		height: 1.4473684211vw;
		border: 0px;
		border-top: solid 1px #000;
		border-right: solid 1px #000;
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		position: absolute;
		top: 40%;
		right: 3.9473684211vw;
		margin-top: 0;
	}
	#footer #macearth .macearthGreen .macearth_lttl.open .arrow, #footer #macearth .macearthHotel .macearth_lttl.open .arrow {
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#footer #macearth .macearthGreen .macearthHotel_list, #footer #macearth .macearthHotel .macearthHotel_list {
		display: none;
		width: 100%;
		padding: 0;
	}
	#footer #macearth .macearthGreen .macearthHotel_list_item, #footer #macearth .macearthHotel .macearthHotel_list_item {
		padding: 1.3157894737vw 0 1.3157894737vw 7.8947368421vw;
		font-size: 3.4210526316vw;
	}
	#footer #macearth .macearthGreen .macearthHotel_list_item:before, #footer #macearth .macearthHotel .macearthHotel_list_item:before {
		position: absolute;
		top: 3vw;
		left: 3.9473684211vw;
		content: '';
		width: 0;
		height: 0;
		border: transparent 0.7894736842vw solid;
		border-left: #444 1.8421052632vw solid;
	}
	#footer #macearth .copy {
		position: static;
		text-align: center;
		font-size: 1.5789473684vw;
	}
	.mgt20 {
		margin-top: 10px !important;
	}
	.mgt30, .mgt40, .mgt50 {
		margin-top: 20px !important;
	}
	.mgt60, .mgt70 {
		margin-top: 30px !important;
	}
	.mgt80, .mgt90 {
		margin-top: 40px !important;
	}
	.mgb20, .mgb30 {
		margin-bottom: 10px !important;
	}
	.mgb40, .mgb50 {
		margin-bottom: 20px !important;
	}
	.mgb60, .mgb70 {
		margin-bottom: 30px !important;
	}
	.mgb80, .mgb90 {
		margin-bottom: 40px !important;
	}
}