@charset "utf-8";
@media screen and (max-width : 480px) {
.pc {
    display: none;
}
.sp {
    display: block;
}
.tb {
    display: none;
}
/* readmore
================================================== */
.readmore {
    width: 100%;
    padding: 0 17px 0 0 !important;
    font-size: 92.8%;
}
.readmore p {
	background-image: -webkit-linear-gradient(0deg, #67aeed, #b2dd71);
	background-image: -ms-linear-gradient(0deg, #67aeed, #b2dd71);
	background-image: linear-gradient(0deg, #67aeed, #b2dd71);
}
.readmore a {
    padding: 9px 18px 9px 35px;
}
.readmore a:after {
    width: 35px;
    height: 8px;
    background-image: url(/shared/templates/top2021/images/icon/right_arrow_line_sp.png);
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    right: -19px;
}
.readmore a:hover:after,
.readmore a:focus:after {
    right: -19px;
}
/* logo_ttl
================================================== */
.logo_ttl {
	margin:0 0 10px;
}
.logo_ttl h2 {
    padding-top: 38px;
    background-size: 35px auto;
    -webkit-background-size: 35px auto;
    -moz-background-size: 35px auto;
    background-position: center top;
    padding-left: 0;
    padding-right: 0;
    font-size: 157.14%;
    letter-spacing: 0;
}
.logo_ttl span {
	display:block;
	text-align:center;
}
/* desc
================================================== */
#tmp_blog .desc,
#tmp_information .desc,
#tmp_top_model .desc {
    width:100%;
    margin:0 auto 20px;
	text-align:left;
	font-size:85.7%;
}

/* ==================================================
gnavi
================================================== */
#tmp_gnavi {
    display: none;
}
#tmp_sma_menu #tmp_gnavi {
    display: block;
}
/* ==================================================
earch
================================================== */
#tmp_search {
    display: none;
}
#tmp_sma_menu #tmp_search {
    display: block;
}

/* ==================================================
main visual
================================================== */
#tmp_wrap_main_visual {
    background: none;
    background-color: #FFFFFF;
}
#tmp_main_visual {
	margin:0 0 15px;
    height: auto;
}
#tmp_main_visual .slick_slide {
    padding: 0;
}
#tmp_main_visual .slick-initialized .slick_slide .desc a {
	pointer-events: none;
}
#tmp_main_visual .slick-initialized .slick_slide.slick-active .desc a {
	pointer-events: auto;
}
#tmp_main_visual .item {
    border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#tmp_main_visual .desc {
    padding: 10px 20px 0 0;
    position: static;
}
#tmp_main_visual .ttl {
    font-size: 120%;
    margin: 3px 0 0;
    font-weight: bold;
}
#tmp_main_visual .cnt {
    font-size: 87.5%;
    padding: 0px 0 0 48px;
    line-height: 1.9;
}
#tmp_main_visual .slick_control {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
	padding:15px 0 8px;
}
#tmp_main_visual .btn_slides {
    float: none;
    margin-right: 18px;
    position: relative;
    left: 2px;
}
#tmp_main_visual .slick-btn {
    display: flex;
    justify-content: center;
}
#tmp_main_visual .btn_slides a {
    width: 21px;
    height: 21px;
    background-color: #e7f8fd;
    background-image: url(/shared/templates/top2021/images/icon/stop_sp.png);
    background-size: auto 9px;
    -webkit-background-size: auto 9px;
    -moz-background-size: auto 9px;
    background-position: center center;
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.3);
}
#tmp_main_visual .btn_slides.start a {
    background-image: url(/shared/templates/top2021/images/icon/play_sp.png);
    background-size: auto 9px;
    background-position: center center;
}
#tmp_main_visual .slick-dots li {
    padding: 0 6px 0 7px;
}
#tmp_main_visual .slick-dots a {
    width: 21px;
    height: 21px;
}
#tmp_main_visual .slick-dots a:before {
    width: 9px;
    height: 9px;
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.3);
}
#tmp_main_visual .ttl,
#tmp_main_visual .cnt,
#tmp_main_visual .ttl a {
    text-shadow: none;
    color: #222222;
}
#tmp_main_visual .ttl a {
    background: url(/shared/templates/top2021/images/icon/icn_mv_link_sp.png) 17px 4px no-repeat;
    background-size: 22px;
    padding: 5px 0 0 47px;
    display: block;
}


.no_javascript #tmp_main_visual {
	height: 150px;
}
#tmp_main_visual .slick_slides {
	height: 150px;
	height: auto;
    max-height: 0;
    padding: 0 0 42%;
    margin: 0 0 45%;
}
#tmp_main_visual .slick_slides.slick-initialized {
	height: auto;
    max-height: inherit;
    max-height: initial;
    padding: 0;
    margin: 0;
}
.no_javascript #tmp_main_visual .slick_slides.slick-initialized {
	height: auto;
}
/* ==================================================
周辺スポットを見る
================================================== */
#tmp_spot_view {
    margin: 35px 0 0;
}
#tmp_spot_view .ttl_link {
}
#tmp_spot_view .ttl_link a {
    display: block;
    margin: 0 25px;
    text-align: center;
    color: #222222;
    text-decoration: none;
    border: 1px solid #166cbe;
    padding: 8px 20px;
    border-radius: 1.5em;
    -webkit-border-radius:1.5em;
    -moz-border-radius: 1.5em;
    -ms-border-radius: 1.5em;
    -o-border-radius: 1.5em;
    position: relative;
}
#tmp_spot_view .ttl_link a:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 10px;
    top: 50%;
    right: 15px;
	margin-top:-5px;
    background: url(/shared/templates/top2021/images/icon/right_arrow_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
}
/* ==================================================
feature
================================================== */
#tmp_feature {
    margin: 0 auto 16px;
}
#tmp_feature_news,
#tmp_feature_campaign {
	float:none;
	width:100%;
	padding:0;
}
#tmp_feature_news {
	margin-bottom:20px;
}
#tmp_feature_news .feature_news {
	margin:0 0 20px;
}
#tmp_feature_news .feature_news_ttl {
    -webkit-background-size: 4px 100%;
    -moz-background-size: 4px 100%;
    background-size: 4px 100%;
	padding:2px 0 1px 14px;
	margin:0;
}
#tmp_feature_news .feature_news_ttl h2 {
	font-size: 125%;
}
/* アプリバナー
================================================== */
#tmp_feature_news .banner_app .banner_app_cnt,
#tmp_feature_news .banner_app .banner_app_ttl {
	float: none;
}
#tmp_feature_news .banner_app .banner_app_ttl {
	font-size:114%;
}
#tmp_feature_news .banner_app .banner_app_ttl p {
    padding-top: 10px;
}
#tmp_feature_campaign .wrap_box_campaign {
	float:none;
	width:100%;
	padding:0;
}
#tmp_feature_campaign .box_campaign {
	display:table;
	width:100%;
    margin-bottom: 14px;
}
#tmp_feature_campaign .box_campaign_ttl,
#tmp_feature_campaign .box_campaign_cnt {
	display:table-cell;
	vertical-align:middle;
	height:auto;
}
#tmp_feature_campaign .box_campaign_cnt span {
	height:auto;
}
#tmp_feature_campaign .box_campaign_ttl {
    line-height: 1.57;
    padding:10px;
	border: 2px solid #d2ecf3;
	border-right: none;
}
#tmp_feature_campaign .box_campaign_cnt {
	width:170px;
}
#tmp_feature_campaign .box_campaign_cnt img {
	position: static;
	-webkit-transform:none ;
	transform:none;
    width: auto;
    max-width: 100%;
    height: auto;
    height: auto;
    top: auto;
    left: auto;
}
#tmp_feature_campaign .box_campaign.active .box_campaign_cnt img {
	-webkit-transform:none ;
	transform:none;
}
#tmp_feature_news .feature_news_cnt ul li {
	padding:5px 10px 5px 3px;
}
#tmp_feature_news .feature_news_cnt ul li a {
	padding:5px 16px 5px 0;
}
#tmp_feature_news .feature_news_cnt ul li a::after {
	top:50%;
	margin-top:-5px;
    width:5px;
    height:10px;
    -webkit-background-size: 5px auto;
    -moz-background-size: 5px auto;
    background-size: 5px auto;
}
/* バナー 20211223
================================================== */
#tmp_feature .feature_news_banner p:nth-of-type(odd),
#tmp_feature .feature_news_banner p:nth-of-type(even) {
	width: 100%;
	margin: 0 0 20px;
}

/* ==================================================
blog
================================================== */
#tmp_blog {
    padding: 25px 0 10px;
}
#tmp_blog_ttl h2 {
    width: 250px;
    height: 57px;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    margin-bottom: 12px;
}
#tmp_blog .ttl_link {
    float: none;
    display: block;
    margin: 0 10px;
}
#tmp_blog .ttl_link a {
    display: block;
    width: 100%;
    font-size: 100%;
    padding: 9px 40px;
}
#tmp_blog .ttl_link a:after {
    background-image: url(/shared/templates/top2021/images/icon/right_arrow_hover_sp.png);
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
}
#tmp_blog_list {
    margin: 0 -12px;
}
#tmp_blog_list .wrap_box_blog {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
	float: none;
	display: inline-block;
	vertical-align: top;
}
#tmp_blog_list .wrap_box_blog:nth-child(odd) {
	clear:both;
}
#tmp_blog_list .box_blog_ttl {
    line-height: 1.6;
    padding: 0 4px;
}
#tmp_blog_list .box_blog_img {
    margin-bottom: 9px;
}
#tmp_blog_list .box_blog_img {
}
#tmp_blog_list .box_blog_img span {
    height: auto;
}
#tmp_blog_list .box_blog_img img {
	position: static;
	-webkit-transform:none;
	transform:none;
    max-width: 100%;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
}
#tmp_blog_list .box_blog.hover .box_blog_img img,
#tmp_blog_list .box_blog.active .box_blog_img img {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}
/* ==================================================
event
================================================== */
#tmp_event {
	padding:38px 0 42px;
}
#tmp_event .ttl_link {
    float: none;
    margin: 5px 25px 0;
}
#tmp_event .ttl_link a {
    display: block;
    width: 100%;
    font-size: 100%;
    padding: 8px 24px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
#tmp_event .ttl_link a:after {
    background-image: url(/shared/templates/top2021/images/icon/right_arrow_sp.png);
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    top: 14px;
    right: 15px;
}
#tmp_event_cnt {
    padding:0;
}
#tmp_event_cnt .col_left,
#tmp_event_cnt .col_right {
    width: 100%;
    float: none;
}
#tmp_event_list .wrap_box_event {
	padding-left:0;
}
#tmp_event_list .box_event {
	display:table;
	width:100%;
	margin:0 0 20px;
	height:120px;
}
#tmp_event_list .box_event_cnt {
	display:table-cell;
	vertical-align:top;
	height:180px;
}
#tmp_event_list .box_event_img {
	display:table-cell;
	text-align:center;
	width:170px;
	height:180px;
}
#tmp_event_list .box_event_img p {
	width:170px;
	height:100%;
}
#tmp_event_list .box_event_img img {
    max-width: inherit;
    max-width: initial;
	max-width:none;
    height: 100%;
    width: auto;
    max-height: 180px;
}
#tmp_event_list .box_event_cnt {
    padding: 15px;
}
#tmp_event_list .box_event_cnt .label {
    font-size: 92.86%;
    padding: 2px 10px 1px 9px;
    margin-bottom: 4px;
}
#tmp_event_list .slick-arrow {
	top:70px;
}
#tmp_event_list .slick-arrow.slick-prev {
	left:-10px;
}
/* lnavi_event_cal
================================================== */
#tmp_lnavi_event_cal_ttl ul {
	margin-bottom: 13px;
}
#tmp_lnavi_event_cal_ttl .next a,
#tmp_lnavi_event_cal_ttl .prev a {
	padding-top: 8px;
	background-size: 6px auto;
	color: #176bb9;
	color: #222222;
	text-decoration: underline;
}
#tmp_lnavi_event_cal_ttl .prev a {
	background-position: 0px 11px;
	padding-left: 10px;
}
#tmp_lnavi_event_cal_ttl .next a {
	background-position: right 12px;
}
#tmp_lnavi_event_cal_ttl .cal_date {
	font-size: 121.43%;
	padding-top: 8px;
	padding-left: 6px;
}
#tmp_lnavi_event_cal_cnt table td {
	padding: 8px 5px 7px;
}
/* ==================================================
map
================================================== */
#tmp_areamap {
	padding-top: 30px;
	margin:0 -15px;
}
#tmp_areamap .areamap_img {
	margin-bottom: 10px;
	position:relative;
	height:150px;
}
#tmp_areamap .areamap_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width:none;
	width:auto;
	height:100%;
}
#tmp_areamap_cnt .box_areamap {
    width:50%;
}
#tmp_areamap_cnt .box_areamap_ttl .map_img {
	height:110px;
}
#tmp_areamap_cnt .box_areamap_ttl h3 {
    font-size: 112.5%;
	padding-top:55px;
}
#tmp_areamap_cnt .box_areamap_ttl h3::before {
	margin-left:-31px;
	width: 63px;
	height: 48px;
	-webkit-background-size:auto 48px !important;
	-moz-background-size:auto 48px !important;
	background-size:auto 48px !important;
}
#tmp_areamap_cnt .box_areamap_ttl h3::after {
	margin-left:-31px;
	width: 62px;
	height: 2px;
}
#tmp_areamap_cnt .box_areamap_cnt {
    padding: 10px 10px 15px;
}
/* ==================================================
tour
================================================== */
#tmp_tour {
    padding:40px 0 28px;
}
#tmp_tour_list,
#tmp_tour_list_inner {
	width:100%;
}
#tmp_tour_list .slick-arrow {
	top:34%;
}
#tmp_tour_cnt .box_tour {
	margin-bottom:0;
}
#tmp_tour_cnt .box_tour_cnt .ttl {
	font-size:107%;
}
#tmp_tour_cnt .box_tour_cnt {
	font-size:100%;
}
#tmp_tour_cnt .box_tour_img {
	height:auto;
}
#tmp_tour_cnt .box_tour_img span {
    height: auto;
}
#tmp_tour_cnt .box_tour_img img {
	position: static;
	-webkit-transform:none;
	transform:none;
    max-width: 100%;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
}
#tmp_tour_cnt .box_tour:hover .box_tour_img img,
#tmp_tour_cnt .box_tour.active .box_tour_img img {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}
/* ==================================================
information
================================================== */
#tmp_information {
    padding:59px 0 40px;
	clear:both;
}
#tmp_information .col_left,
#tmp_information .col_right {
    float: none;
    width: 100%;
}
#tmp_information .col_left {
    margin-bottom: 25px;
}
#tmp_information_press {
	margin: 0;
}
#tmp_information .wrap_box_press {
	float:none;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}
#tmp_information .box_press {
    width: 100%;
	display:table;
}
#tmp_information .box_press_img {
	width:170px;
	display:table-cell;
	vertical-align:top;
}
#tmp_information .box_press_img p {
    width: 170px;
}
#tmp_information .box_press_img img {
}
#tmp_information .box_press_cnt {
	width:calc(100% - 170px);
	display:table-cell;
	vertical-align:top;
}
#tmp_information .box_press_cnt {
    padding: 10px 15px;
}
#tmp_information .readmore {
	padding: 0 17px 0 0 !important;
}
#tmp_information .readmore p {
    max-width: 100% !importan;
}
#tmp_information .readmore a:after {
    margin-bottom: -1px;
}
/* ==================================================
bnr
================================================== */
#tmp_bnr {
    padding:30px 0 20px;
}
#tmp_bnr_list .slick-dots a:before {
	width: 9px;
	height: 9px;
	margin-top: 1px;
}
#tmp_bnr_list .btn_slides a {
	margin-right: 14px;
}
#tmp_bnr_list .slick-list {
    padding: 0;
}
#tmp_bnr_list li img {
	max-width:none;
    width: 100%;
    height: auto;
}
#tmp_bnr_list .slick-btn {
    padding-left: 11px;
}
/* ==================================================
top_info
================================================== */
#tmp_wrap_top_info {
    padding: 30px 0 16px;
    border-bottom: none;
    margin-bottom: 0;
}
#tmp_top_info .top_info_ttl h2 {
    font-size: 107.14%;
    line-height: 1.47;
}
#tmp_top_info .top_info_ttl a {
    padding: 13px 10px 9px;
}
#tmp_top_info .top_info_ttl span {
	display: block;
}
.used_javascript #tmp_top_info .top_info_ttl a::before {
    background-image: url(/shared/templates/top2021/images/icon/down_arrow_sp.png);
    background-size: 13px auto;
    -webkit-background-size: 13px auto;
    -moz-background-size: 13px auto;
    width: 13px;
    height: 6px;
    margin-left: -7px;
    bottom: 4px;
}
.used_javascript #tmp_top_info .top_info_cnt {
    padding: 0;
}
#tmp_top_info .top_info_cnt ul li {
    padding: 10px 10px 10px 2px;
    line-height: 1.5;
}
#tmp_top_info .top_info_cnt ul li a {
    background-image: url(/shared/templates/top2021/images/icon/right_arrow_black_sp.png);
    background-size: 5px auto;
    -webkit-background-size: 5px auto;
    -moz-background-size: 5px auto;
}
#tmp_top_info .readmore {
    padding: 20px 17px 0 0 !important;
}
/* ==================================================
fb_container
================================================== */
.fb_container {
	width: 100%;
	max-width: 500px;
}
/* ==================================================
ai モデルコース
================================================== */
#tmp_top_model {
    padding-top: 20px;
    padding-bottom: 15px;
}
#tmp_top_model_ttl .link {
	position:static;
	float:right;
	display:inline-block;
}
#tmp_top_model_cnt {
	margin: 0;
}
#tmp_top_model_cnt .wrap_box_model {
    width: 100%;
    float: none;
    padding: 0;
}
#tmp_top_model_cnt .box_model .box_model_ttl {
	padding:15px;
}
#tmp_top_model_cnt .box_model .box_model_img {
    width: 160px;
}
@media screen and (max-width : 400px) {
	#tmp_areamap_cnt .box_areamap_ttl .map_img img {
		max-width:none;
		width:200px;
	}
}


}