/*
Theme Name: minamioosumi2024
*/

@charset "utf-8";

body{
	color:#000;
	font-family:YakuHanJP,"BIZ UDGothic","游ゴシック体","YuGothic","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,sans-serif;
	font-size:1.11vw;
	line-height:1.6;
	font-weight:bold;
	word-break: break-all;
	overflow-x:hidden;
	text-align: justify;
}

body.on{
	overflow:hidden;
}


ul{
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}

li{
	letter-spacing: normal; /* 文字間を通常に戻す */
}
a {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	text-decoration:none;
	opacity:1;
	transition:all 0.4s;
}

img{
	max-width:100%;
	height:auto;
	font-size:0;
	vertical-align:top;
}

.clear{
	clear:both;
}

.clearfix_af:after{
	content: "";
	display: block; 
	height: 0; 
	font-size:0;    
	clear: both; 
	visibility:hidden;
}

.clearfix_bf:before{
	content: "";
	display: block; 
	height: 0; 
	font-size:0;    
	clear: both; 
	visibility:hidden;
}
.clearfix_af ,.clearfix_bf{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix_af{
	height: 1%;
}
.clearfix_af ,.clearfix_bf{
	display:block;
}
/* End Hack */
.m_area{
	position:fixed;
	top:0;
	left:0;
	height:100vh;
	overflow:auto;
	width:100%;
	background:#1c6dd0;
	z-index:99999;
	color:#f4f99d;
	opacity:0;
	pointer-events: none;
	transition:all 0.4s;
}

.m_area.on{
	opacity:1;
	pointer-events:unset;
}

.m_area .fix_content{
	min-height:calc(100vh - 70px);
	position:relative;
	padding-bottom:70px;
}

.m_area .fix_logo{
	position:fixed;
	top:20px;
	left:30px;
}

.close{
	position:fixed;
	top:20px;
	right:30px;
	border-radius:50%;
	width:45px;
	height:45px;
	border:solid 1px #f4f99d;
	cursor: pointer;
}

.close span{
	display:block;
	width:33px;
	height:1px;
	position:relative;
	background:#f4f99d;
	top:20px;
	left:5px;
}

.close span:nth-child(1){
	transform: rotate(45deg);
}

.close span:nth-child(2){
	transform: rotate(-45deg);
}

.m_area h2{
	text-align:center;
	font-size:26px;
	margin-top:70px;
	margin-bottom:20px;
}

.m_area .bottom_line{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	background:url(assets/image/common/footer_line.svg)repeat-x left center #FFFF93;
	padding:20px 0;
	margin-top:20px;
}

#fix_menu ul.fix_menu{
	width:33.33%;
	margin:auto;
	background:url(assets/image/common/fix_menu_line.svg)repeat-x left top;
}

#fix_menu ul.fix_menu > li{
	padding:20px;
	background:url(assets/image/common/fix_menu_line.svg)repeat-x left bottom;
}

#fix_menu ul.fix_menu li.child > a{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	align-items:center;
	width:100%;
}

#fix_menu ul.fix_menu li.child > a img{
	transition:all 0.4s;
}

#fix_menu ul.fix_menu li.child > a img.on{
	transform: rotate(180deg);
}

#fix_menu ul.fix_menu li.child ul{
	margin-top:20px;
	display:none;
}

#fix_menu ul.fix_menu li a{
	display:block;
	padding:5px;
	border-radius:20px;
}

#fix_menu ul.fix_menu li.child ul li a{
	padding-left:1em;
}

#fix_menu ul.fix_sns{
	max-width:33.33%;
	margin:15px auto 0 auto;
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	align-items:center;
}

#fix_menu ul.fix_sns li{
	margin-left:20px;
}

#fix_menu ul.fix_sns li + li{
	margin-left:15px;
}

#fix_menu ul.fix_sns li img{
	display:block;
}

#search.m_area .form_area{
	width:43%;
	margin:auto;
	position:relative;
}

#search.m_area .form_area form input{
	width:100%;
	border-radius:20px;
	border:0;
	padding:10px;
}

#search.m_area .form_area form button{
	position:absolute;
	top:3px;
	right:5px;
	border: 0;
	background: transparent;
}

#search.m_area .tag_frame{
	width:43%;
	margin:auto;
	position:relative;
	color:#000;
}

#search.m_area .tag_frame ul{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}

#search.m_area .tag_frame ul li{
	width:32%;
	margin-right:2%;
	margin-bottom:20px;
}

#search.m_area .tag_frame ul li:nth-child(3n){
	margin-right:0;
}


header{
	padding-bottom:15px;
}


header .human{
	position:absolute;
	left:8px;
	top:0;
	width:4vw;
}

header .header_wrap{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	align-items:center;
	margin-left:5vw;
	border-left:solid 1px #000;
}

header .header_wrap .left_area{
	flex:1;
	overflow: hidden;
	white-space: nowrap;
	font-size:0.9vw;
	padding-left:10px;
	height:50px;
	display: flex;
	align-items: center;
	position:relative;
}

header .header_wrap .left_area div{
	animation: marquee 100s infinite linear 0.1s both;
	position:absolute;
	left:100%;
}

@keyframes marquee{
  0%{ left:100%;}
  100%{ left:-500%;}
}

header .header_wrap .right_area{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}

header .header_wrap .right_area ul.lang{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}

header .header_wrap .right_area ul.lang li{
	width:3.5vw;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	align-items:center;
	border-left:solid 1px #000;
	position:relative;
	font-size:1.04vw;
}

header .header_wrap .right_area ul.lang li a.act{
	color:#fff;
}

header .header_wrap .right_area ul.lang li a.act:before{
	content:"";
	display:flex;
	justify-content:center;
	align-items:center;
	width:1.7vw;
	height:1.7vw;
	background:#ff0000;
	border-radius:50%;
	position:absolute;
	left: 0;
	right: 0;
	margin: auto;
	z-index:-1;
}


header .header_wrap .right_area ul.lang li:last-child{
	border-right:solid 1px #000;
}

header .header_wrap .right_area .weather_area{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	align-items:center;
	margin-left:15px;
	border:solid 1px #000;
	border-top:0;
	border-right:0;
	border-radius: 0 0 0 30px;
}

header .header_wrap .right_area .weather_area h2{
	font-size:1.04vw;
	padding-left:15px;
	line-height: 1.2;
}

header .header_wrap .right_area .weather_area h2 small{
	position:relative;
	left:-3px;
}

header .header_wrap .right_area .weather_area date{
	font-size:2.29vw;
	padding-left:15px;
	padding-right:15px;
	border-right:solid 1px #000;
}

header .header_wrap .right_area .weather_area date span{
	font-size:1.11vw;
	padding-left:15px;
}

header .header_wrap .right_area .weather_area .weather_temperature{
	padding-left:15px;
	padding-right:15px;
	display:flex;
	align-items:center;
}

header .header_wrap .right_area .weather_area .weather_temperature .max{
	color:#e6821e;
}

header .header_wrap .right_area .weather_area .weather_temperature .min{
	color:#299ad1;
}

header .header_wrap .right_area .head_btn_area{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	margin-left:15px;
}

header .header_wrap .right_area .head_btn_area .menu_btn{
	width:4vw;
	height:4vw;
	border:solid 1px #000;
	border-top:0;
	border-radius: 0 0 30px 30px;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	align-items:center;
	background:#fff;
}


header .header_wrap .right_area .head_btn_area .search_btn{
	width:4vw;
	height:4vw;
	border:solid 1px #000;
	border-top:0;
	border-radius: 0 0 30px 30px;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	align-items:center;
	background:#fff;
	margin-left:5px;
}


.container{
	position:relative;
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}

.container .left_frame {
	margin-left: 2%;
	width: 16.31%;
	position: relative;
	padding-bottom:50px;
}
.container .left_frame .sticky{
	position:sticky;
	left:0;
	top:120px;
}

.container .left_frame article + article{
	margin-top:20px;
}

.container .right_frame {
	margin-right: 2%;
	width: 16.31%;
	position: relative;
	padding-bottom:50px;
}
.container .right_frame .sticky{
	position:sticky;
	left:0;
	top:120px;
}

.container .right_frame article + article{
	margin-top:20px;
}

.container .main_content {
	width: 78.47%;
	position: relative;
	margin-top:40px;
	margin-left: 2%;
}


.container .main_content.three {
	width: 59%;
}

.container .main_content .main_wrap{
	width:100%;
	height:100%;
	border-left:solid 1px #000;
	border-top:solid 1px #000;
	padding-bottom:50px;
	position: relative;
}

.container .main_content .title{
	margin-top:-20px;
}

hr.line{
	border:0;
	background:url(assets/image/common/line.svg)repeat-x left top;
	height:1px;
}

ul.tag_area{
	font-size:0.83vw;
	line-height:21px;
	font-weight:bold;
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	flex:1;
	padding-left:10px;
}

ul.tag_area li{
	margin-right:10px;
}

.item_box{
	position:relative;
}

.item_box .item_area{
	background:#fff;
	border:solid 1px #000;
	border-radius: 20px;
	padding-bottom:10px;
	position:relative;
}

.item_box a:before{
	content:"";
	display:block;
	height:100%;
	width:100%;
	background:#f4f99d;
	position:absolute;
	top: 0;
	left: 0;
	border-radius: 20px;
	border:solid 1px #000;
	opacity:0;
	transition:all 0.4s;
}

.item_box a:hover:before{
	top: 10px;
	left: 10px;
	opacity:1;
}

.item_box.event a:before{background:#fed1ef;}
.item_box.event:hover .btn{background:#a3e4db;}
.item_box.event a:hover .btn{background:#a3e4db;}
.item_box.event svg.cate_line path{stroke: #a3e4db;}

.item_box.sightseeing a:before{background:#a3e4db;}
.item_box.sightseeing:hover .btn{background:#fed1ef;}
.item_box.sightseeing a:hover .btn{background:#fed1ef;}
.item_box.sightseeing svg.cate_line path{stroke: #fed1ef;}

.item_box.experience a:before{background:#f4f99d;}
.item_box.experience:hover .btn{background:#e4dad0;}
.item_box.experience a:hover .btn{background:#e4dad0;}
.item_box.experience svg.cate_line path{stroke: #e4dad0;}

.item_box.stay a:before{background:#e4dad0;}
.item_box.stay:hover .btn{background:#f4f99d;}
.item_box.stay a:hover .btn{background:#f4f99d;}
.item_box.stay svg.cate_line path{stroke: #f4f99d;}

.item_box.eat a:before{background:#e4dad0;}
.item_box.eat:hover .btn{background:#a3e4db;}
.item_box.eat a:hover .btn{background:#a3e4db;}
.item_box.eat svg.cate_line path{stroke: #a3e4db;}



.item_box .category{
	font-weight:bold;
	margin-top:7px;
	margin-left:20px;
	line-height:1;
	position:relative;
	top:8px;
}

.item_box .image_area img{
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.item_box h3{
	font-size:1.25vw;
	line-height:1.5;
	font-weight:bold;
	padding:0 15px;
	margin-top:10px;
}

.item_box hr{
	margin:8px 10px 0 10px;
}

.item_box svg.cate_line{
	position:relative;
	top:0;
	left:-10px;
}

.item_box.event svg.cate_line path{
	stroke:#a3e4db;
}

.item_box .box_footer{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	padding:0 10px;
	margin-top:10px;
}

.item_box .box_footer .btn{
	align-self:flex-end;
}

.item_box .btn{
	width:3vw;
	height:3vw;
/*	background:#a3e4db;*/
	border:solid 1px #000;
	border-radius:50%;
	line-height:1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align:center;
	transition:all 0.4s;
}

.item_box .btn span{
	display: block;
}

.item_box .btn small{
	display: block;
	font-size:0.9vw;
}

.title{
	max-width:400px;
	margin:auto;
	position:relative;
}

.title:before{
	content:"";
	display:block;
	height:100%;
	width:100%;
	background:#ffff00;
	position:absolute;
	top: 5px;
	left: 5px;
	border-radius: 40px;
	border:solid 1px #000;
}

.title .title_area{
	border:solid 1px #000;
	border-radius:40px;
	height:50px;
	line-height:50px;
	position:relative;
	background:#fff;
}

.title .title_area h2{
	text-align:center;
	font-size:1.52vw;
}

.title .title_area .en_title{
	border:solid 1px #000;
	position:absolute;
	background:#ffff00;
	border-radius:40px;
	height:26px;
	line-height:24px;
	width:120px;
	font-size:0.83vw;
	text-align:center;
	left:0;
	right:0;
	top:-20px;
	margin:auto;
	font-weight:bold;
	font-feature-settings: "palt";
}

.title .title_area .en_title small{
	position: relative;
	left: -3px;
}

.item_wrap article{
	width:28.31%;
	margin-left:3.5%;
	margin-top:40px;
	position:relative;
}

.item_wrap article.new a:after{
	content: url(assets/image/common/icon_new.png);
	position:absolute;
	top:-10px;
	left:-10px;
}

.list_box{
	position:relative;
}

.list_box .item_area{
	background:#fff;
	border:solid 1px #000;
	border-radius: 20px 20px 0 0;
	padding-bottom:10px;
	position:relative;
}

.list_box a:before{
	content:"";
	display:block;
	height:100%;
	width:100%;
	background:#f4f99d;
	position:absolute;
	top: 0;
	left: 0;
	border-radius: 20px 20px 0 0;
	border:solid 1px #000;
	opacity:0;
	transition:all 0.4s;
}

.list_box a:hover:before{
	top: 10px;
	left: 10px;
	opacity:1;
}

.list_box .image_area{
	position:relative;
	top:-10px;
	left:-10px;
	background:#fff;
}

.list_box .image_area img{
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 15px;
	border:solid 1px #000;
}

.list_box h3{
	font-size:1.25vw;
	font-weight:bold;
	padding:0 20px;
	margin-top:10px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height:3em;
}

.list_box p{
	font-size:0.97vw;
	line-height: 1.7;
	font-weight: 400;
	padding:0 20px;
	margin-top:10px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:4;
	height:7em;
}

.list_box hr{
	margin-top:8px;
	margin-bottom: 8px;
}

.list_box hr.line{
	margin:8px 10px 0 10px;
}

.list_box ul.tag_area{
	padding:0 20px;
	margin-top:10px;
	height:3.5em;
	overflow:hidden;
}

.list_box .category_title{
	width:37.5%;
	background:#f4f99d;
	border:solid 1px #000;
	border-right:0;
	border-radius: 20px 0  0 20px;
	text-align:center;
	font-size:0.83vw;
	padding:5px 0;
	position: absolute;
	right: 0;
	margin-top: -50px;
}

.list_box.sightseeing .category_title{
	background:#a3e4db;
}

.list_box.sightseeing a:before{
	background:#a3e4db;
}

.list_box.sightseeing .image_area{
	border-radius: 15px;
}

.list_box.sightseeing .image_area img{
	border-radius: 15px;
}


.list_box.eat .category_title{
	background:#ff9393;
}

.list_box.eat a:before{
	background:#ff9393;
}

.list_box.eat .item_area{
	border-radius: 80px 140px 0 0;
}

.list_box.eat a:before{
	border-radius: 80px 125px 0 0;
}

.list_box.eat .image_area{
	border-radius: 90px;
}

.list_box.eat .image_area img{
	border-radius: 90px;
}

.list_box.history .image_area{
	top:unset;
	left:unset;
}

.list_box.history .item_area{
	border-radius: 200px 200px 0 0;
}

.list_box.history a:before{
	border-radius: 200px 150px 0 0;
	background:#bdb4ff;
}

.list_box.history .image_area{
	border-radius: 200px 200px 0 0;
}

.list_box.history .image_area img{
	border-radius: 200px 200px 0 0;
	border:0;
}

.list_box.history .category_title{
	background:#bdb4ff;
}

.list_box.experience .image_area{
	transform: skewX(-10deg);
	overflow: hidden;
	border:solid 1px #000;
}

.list_box.experience .image_area img{
	transform:skewX(10deg) scale(1.2);
}

.list_box.experience a:before{
	background:#e4dad0;
}


.list_box.experience .category_title{
	background:#e4dad0;
}


.list_box.stay .item_area{
	border-radius: 20px 0 20px 0;
}

.list_box.stay a:before{
	border-radius: 20px 0 20px 0;
	background:#ea9f3b;
}

.list_box.stay .image_area{
	border-radius: 20px 0 0 0;
}

.list_box.stay .image_area img{
	border-radius: 20px 0 0 0;
}

.list_box.stay .category_title{
	background:#ea9f3b;
}

.list_box.event a:before{
	background:#BDB4FF;
}

.list_box.event .category_title{
	background:#BDB4FF;
}

.side_btn{
	margin-top:20px;
}

.side_btn a {
	display:block;
	background:#fff;
	text-align: justify;
	position:relative;
	border:solid 1px #000;
}

.side_btn a img{
	display:block;
	padding:10px;
	width:100%;
}

.side_btn a:before {
	position: absolute;
	content: '';
	right: -6px;
	top: 1px;
	width: 0;
	height:0;
	background: #000;
	transform: skewY(45deg);
	opacity:0;
	transition:all 0.4s;
}

.side_btn a:hover:before {
	width: 6px;
	height: 101%;
	opacity:1;
}


.side_btn a:after {
	position: absolute;
	content: '';
	bottom: -6px;
	left: 1px;
	width: 0;
	height: 0;
	background: #000;
	transform: skewX(45deg);
	opacity:0;
	transition:all 0.4s;
}

.side_btn a:hover:after {
	width: 100%;
	height: 6px;
	opacity:1;
}

.main_btn{
	position:relative;
}

.main_btn a{
	display:block;
	width:100%;
	border:solid 1px #000;
	border-radius:25px;
	text-align:center;
	height:50px;
	line-height:50px;
	overflow:hidden;
	background:#fff;
	position:relative;
}

.main_btn.sightseeing a{background:#a3e4db;}
.main_btn.eat a{background:#ff9393;}
.main_btn.experience a{background:#e4dad0;}
.main_btn.stay a{background:#ea9f3b;}
.main_btn.event a{background:#BDB4FF;}


.main_btn:before{
	content:"";
	display:block;
	width:100%;
	height:50px;
	border:solid 1px #000;
	border-radius:25px;
	background:#fff;
	position:absolute;
	top: 0;
	left: 0;
	opacity:0;
	transition:all 0.4s;
}

.main_btn:hover:before{
	top: 5px;
	left: 5px;
	opacity:1;
}

.contents_list_btn_area ul{
	margin:30px 2.2% 0 2.2%;
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}

.contents_list_btn_area ul li{
	width:23.11%;
	margin-right:1.7%;
	margin-bottom:20px;
}

.contents_list_btn_area ul li:nth-child(4n){
	margin-right:0;
}

.kimagure_wrap{
	position:relative;
	margin-top:30px;
}

.kimagure_wrap:before{
	content:"";
	display:block;
	width:100%;
	height:100%;
	border:solid 1px #000;
	background:#bdb4ff;
	position:absolute;
	top: 5px;
	left: 5px;
	transition:all 0.4s;
}

.kimagure_wrap .kimagure_area{
	border:solid 1px #000;
	background:#fff;
	padding:10px 10px 20px 10px;
	position:relative;
}

.kimagure_wrap .kimagure_area h2{
	border:solid 1px #000;
	background:#ffff00;
	border-radius:13px;
	text-align:center;
	position:absolute;
	left:0;
	right:0;
	top:-12px;
	margin:0 auto 0 auto;
	font-size:0.9vw;
	width:54.54%;
	padding:3px 0;
}

.kimagure_wrap .kimagure_area .image_area{
	margin-top:15px;
}

.kimagure_wrap .kimagure_area .image_area img{
	width:100%;
}

.kimagure_wrap .kimagure_area p{
	margin-top:10px;
	font-size:0.83vw;
	line-height:18px;
}

.side_btn_area{
	margin-top:30px;
}

.side_btn_area ul li{
	margin-bottom:15px;
}

.side_btn_area ul li.main_btn:before{
	background:#80b53f;
}

.side_btn_area ul li.main_btn.bg_none:before{
	background:unset;
}

nav{
	position:relative;
	z-index:999;
}

nav .menu_btn_area{
	position:absolute;
	top:0;
	right:0;
	z-index: 9998;
}

nav .menu_btn{
	width:4vw;
	height:4vw;
	border:solid 1px #000;
	border-right:0;
	border-radius:30px 0 0 30px;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	align-items:center;
	background:#fff;
}


nav .search_btn{
	width:4vw;
	height:4vw;
	border:solid 1px #000;
	border-right:0;
	border-radius:30px 0 0 30px;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	align-items:center;
	background:#fff;
	margin-top:5px;
}



footer{
	background: #1c6dd0;
	position:relative;
	padding-top:30px;
	z-index: 9;
}

footer .footer_wrap{
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}

footer .footer_wrap .left_area{
	width:15%;
	text-align:center;
}

footer .footer_wrap .left_area img{
	max-width: 110px;
}

footer .footer_wrap .right_area{
	flex:1;
	position:relative;
}

footer .footer_wrap .right_area .right_top{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	margin-top:25px;
}

footer .footer_wrap .right_area .right_top ul{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}

footer .footer_wrap .right_area .right_top ul.footer_menu li{
	margin-right:20px;
}

footer .footer_wrap .right_area .right_top ul.footer_menu li a{
	color:#fff;
	border:solid 1px #fff;
	padding:5px 8px;
	display:block;
	transition:all 0.4s;
}

footer .footer_wrap .right_area .right_top ul.footer_sns{
	align-items:center;
}

footer .footer_wrap .right_area .right_top ul.footer_sns li{
	margin-right:20px;
}

footer .footer_wrap .right_area .right_top ul.footer_sns li img{
	display:block;
}


footer .footer_wrap .right_area .right_top ul.footer_sns li.sns_title{
	color:#fff;
	border:solid 1px #fff;
	padding:5px 8px;
}

footer .footer_wrap .right_area ul.footer_sub_menu{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	margin-top:25px;
}

footer .footer_wrap .right_area ul.footer_sub_menu li{
	margin-right:20px;
}

footer .footer_wrap .right_area ul.footer_sub_menu li a{
	color:#1c6dd0;
	border:solid 1px #fff;
	background:#fff;
	padding:5px 8px;
	display:block;
	transition:all 0.4s;
}

footer .footer_wrap .right_area ul.footer_sub_menu li a svg{
	margin-left:10px;
	vertical-align:middle;
}

footer .copyright{
	position:absolute;
	left:0;
	bottom:0;
	color:#fff;
	font-size:0.97vw;
}

footer .copyright span{
	font-size:2vw;
	position: relative;
	top: 5px;
}

footer:before{
	content:"";
	display:block;
	width:100%;
	height:7px;
	position:absolute;
	top: -7px;
	left:0;
	background:url(assets/image/common/footer_wave.png)repeat-x top left;
}

footer .footer_line{
	background:url(assets/image/common/footer_line.svg)repeat-x left center #FFFF93;
	padding:20px 0;
	margin-top:20px;
}


#news{
	margin-top:45px;
	margin-bottom: 20px;
}

#news .title{
	margin-bottom:35px;
}

#news article a{
	display:block;
	padding:20px 0;
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
}

#news article + article a{
	border-top:0;
}

#news article a:hover{
	background:#fed1ef;
}

#news article a dl{
	width:55%;
	margin:auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

#news article a dl dt{
	width:15%;
}

#news article a dl dd{
	flex:1;
	padding-right:20px;
	position:relative;
}

#news article a dl dd span{
	position:absolute;
	right:0;
	opacity:0;
	transition:all 0.4s;
}

#news .btn a{
	width: 5vw;
	height: 5vw;
	background: #1c6dd0;
	border: solid 1px #000;
	border-radius: 50%;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
	transition: all 0.4s;
	color:#fff;
	margin:10px auto 0 auto;
	transition:all 0.4s;
}

#news .btn small{
	display:block;
}

.pagination{
	margin-top:30px;
	text-align:center;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.pagination a{
	width:40px;
	height:40px;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
	border-radius:50%;
	border:solid 1px #000;
}

.pagination li,
.pagination .page-numbers{
	margin:0 3px;
}

.pagination .current.pager,
.pagination .page-numbers.current{
	width:40px;
	height:40px;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
	border-radius:50%;
	border:solid 1px #000;
	background:#f4f99d;
}

.balloon {
  position: absolute;
  display: inline-block;
  padding: 2px 10px;
  max-width: 100%;
  color: #555;
  font-size: 0.9vw;
  background: #FFF;
  border: solid 1px #555;
  box-sizing: border-box;
	top: -40px;
	right: -10px;
	border-radius:10px;
}

.balloon:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 75%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon:after {
		content: "";
    position: absolute;
    bottom: -27px;
    left: 75%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 13px solid #555;
    z-index: 1;
}

.balloon p {
  margin: 0;
  padding: 0;
}

#congestion{
	position:fixed;
	width:80vw;
	height:80vh;
	background:#fff;
	border-radius:20px;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index:99999;
	opacity:0;
	pointer-events: none;
	transition:all 0.4s;
}

#congestion.on{
	pointer-events:unset;
	opacity:1;
}

#congestion .congestion_wrap{
	border:solid 1px #000;
	border-radius:20px;
	width:80vw;
	height:80vh;
	overflow:auto;
	z-index:999999;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

#congestion::-webkit-scrollbar{
  display: none;
}

#congestion .close{
	border-color:#000;
}

#congestion .close span{
	background:#000;
}

#congestion .title{
	margin-top:60px;
}

#congestion .attend_area{
	margin-top:50px;
	background:#1c6dd0;
	padding:30px;
	color:#fff;
}

#congestion .congestion_area{
	padding:30px;
}

#congestion .congestion_area date{
	display:block;
	text-align:center;
}

#congestion .congestion_area .place_wrap hr{
	background:url(assets/image/common/line.svg)repeat-x left center;
	height: 3px;
	margin: 10px 0;
	border:0;
}

#congestion .congestion_area .place_wrap{
	margin-top:50px;
}

#congestion .congestion_area .place_wrap dl{
	display:flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-end;
}

#congestion .congestion_area .place_wrap dl dt{
	width:80px;
}

#congestion .congestion_area .place_wrap dl dd{
	flex:1;
}

#congestion .congestion_area .place_wrap p.comment{
	padding-left:80px;
}

#congestion_foot{
	position:fixed;
	left:0;
	bottom:0;
	z-index:9999;
	background:#fff;
	border:solid 1px #000;
	border-bottom:0;
	width:100%;
	border-radius:22px 22px 0 0;
}

#congestion_foot ul{
	display:flex;
	justify-content:space-between;
	align-items: center;
	flex-wrap: wrap;
}

#congestion_foot ul li{
	position:relative;
}

#congestion_foot ul li:nth-child(1){
	padding:20px;
	background:#1c6dd0;
	border-radius:20px 0 0 0;
	color:#fff;
	border-right:solid 1px #000;
}

#congestion_foot ul li:nth-child(2){
	display:flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	font-size: 0.9vw;
	padding-left: 10px;
	position: relative;
	height:26px;
}

#congestion_foot ul li:nth-child(3){
	border-left:solid 1px #000;
	padding:10px 60px 10px 10px;
}

#congestion_foot ul li .float_wrap{
	display:flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	animation: marquee 60s infinite linear 0.1s both;
	position: absolute;
	left: 100%;
	width: 1000vw;
}

#congestion_foot ul li .float_wrap .float_item{
	margin-right:20px;
	vertical-align:middle;
	display:flex;
	align-items:center;
}

#congestion_foot ul li .float_wrap .float_item img{
	height:25px;
	margin-right:10px;
}

#congestion_foot ul li .btn{
	border:solid 1px #000;
	background:#1c6dd0;
	color:#fff;
	border-radius:20px;
	display:block;
	padding:5px 20px;
}
#congestion_foot ul li .hide{
	width:30px;
	height:30px;
	position:absolute;
	right:15px;
	top:15px;
}
#congestion_foot ul li .hide a{
	display:block;
	width:30px;
	height:30px;
}
#congestion_foot ul li .hide span{
	display: block;
	width: 100%;
	height: 1px;
	position: relative;
	background: #000;
	top: 15px;
	left: 0;
}

#congestion_foot ul li .hide span:nth-child(1) {
	transform: rotate(45deg);
}

#congestion_foot ul li .hide span:nth-child(2) {
	transform: rotate(-45deg);
}

#overlay{
	width:100%;
	height:100vh;
	background:rgba(0,0,0,0.8);
	position:fixed;
	top:0;
	left:0;
	z-index:99998;
	opacity:0;
	pointer-events: none;
	transition:all 0.4s;
}

#overlay.on{
	pointer-events:unset;
	opacity:1;
}

ul.next_link{
	margin-top:30px;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}

.icon_area{
	position:absolute;
	pointer-events: none;
	z-index:9;
}

.icon_area img{
	width:100px;
}

@media only screen and (min-width: 1440px) {
	footer .footer_wrap .right_area{
		padding-bottom:50px;
	}
}

@media only screen and (min-width: 825px) {
	.sp_only{
		display:none !important;
	}

	#fix_menu ul.fix_menu li a:hover{
		background:#f4f99d;
		color:#1c6dd0;
	}

	.container .left_frame .side_item article.item_box:nth-child(n + 3){
		display:none;
	}

	nav{
		position:relative;
/*		background:url(assets/image/common/line_wave.svg)center bottom repeat-x #fff;*/
		background:#fff;
		padding-top:15px;
		padding-bottom:15px;
		z-index:999;
	}
	nav:before{
		content:"";
		display: block;
		position:absolute;
		left: 0;
		bottom: -10px;
		width: 100%;
		height: 25px;
		background:url(assets/image/common/line_wave.png)center bottom repeat-x;
		z-index:998;
	}

	nav .nav_wrap{
		display: flex;
		justify-content:flex-start;
		flex-wrap: wrap;
	}

	nav .nav_wrap .nav_title{
		margin:0 2vw;
		display: flex;
        align-items: center;
	}

	nav .nav_wrap ul.nav_menu{
		display: flex;
		justify-content:flex-start;
		flex-wrap: wrap;
		background:url(assets/image/common/menu_line.svg)right center no-repeat;
	}

	nav .nav_wrap ul.nav_menu li img{
		width: 38px;
	}

	nav .nav_wrap ul.nav_menu li a{
		display:block;
		width:7vw;
		text-align:center;
		background:url(assets/image/common/menu_line.svg)left center no-repeat;
	}

	nav .nav_wrap ul.nav_menu li a span{
		display:block;
	}

	nav .nav_wrap .nav_sub_menu{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	nav .nav_wrap .nav_sub_menu a{
		display:block;
		font-size:0.97vw;
		text-align:center;
		border:solid 1px #000;
		border-radius:12px;
		margin-left:1vw;
		width:13vw;
		margin-top:5px;
	}

	#news article a:hover dl dd span{
		opacity:1;
	}

	footer .footer_wrap .right_area .right_top ul.footer_menu li a:hover{
		color:#1c6dd0;
		border:solid 1px #1c6dd0;
		background:#fff;
	}


	footer .footer_wrap .right_area ul.footer_sub_menu li a:hover{
		color:#fff;
		border:solid 1px #fff;
		background:#1c6dd0;
	}

	footer .footer_wrap .right_area ul.footer_sub_menu li a:hover svg polyline{
		stroke:#fff !important;
	}

	footer .footer_wrap .right_area ul.footer_sub_menu li a:hover svg line{
		stroke:#fff !important;
	}

	#news .btn a:hover{
		background: #fff;
		color:#1c6dd0;
	}

}

@media (max-width: 1300px) {
	nav .nav_wrap .nav_sub_menu{
		display:none;
	}


}

@media (max-width: 825px) {

	body{
		font-size:16px;
	}

	.balloon {
		font-size:13px;
	}

	#fix_menu ul.fix_menu{
		width:90%;
	}

	#fix_menu ul.fix_sns{
		max-width:90%;
	}

	#search.m_area .form_area{
		width:90%;
	}

	#search.m_area .tag_frame{
		width:90%;
	}

	.container{
		padding:0 50px;
		overflow: hidden;
	}

	header .header_wrap .left_area{
		font-size:16px;
	}

	header .header_wrap .right_area .head_btn_area{
		display:none;
	}

	hr.line{
		margin:10px 0;
	}

	ul.tag_area{
		font-size:13px;
	}

	.item_box h3{
		font-size:18px;
		height:50px;
		overflow:hidden;
	}

	.item_box .box_footer{
		height:50px;
		overflow:hidden;
	}

	.item_box .btn small{
		font-size:12px;
	}


	.pc_only{
		display:none !important;
	}

	.sp_only{
		display:block !important;
	}

	.container .main_content{
		width:100%;
		margin-left:0;
	}

	.container .main_content .main_wrap{
		width:100%;
		border:0;
	}

	.container .left_frame{
		width:100%;
		margin-left:0;
		margin-top:0;
	}

	.container .right_frame {
		width: 100%;
		margin-right: 0;
		margin-top:50px;
	}

	.list_box a:before{
		opacity:1;
		top:10px;
		left:10px;
	}

	.list_box h3{
		font-size:18px;
	}

	.list_box p{
		font-size:14px;
		height: 95px;
	}
	.item_wrap {
		justify-content: space-between;
	}

	.item_wrap article{
		width:46%;
		margin-left:0;
	}

	.title .title_area h2{
		font-size:22px;
	}

	.title .title_area .en_title{
		font-size:13px;
		line-height:22px;
	}

	.list_box .category_title{
		font-size:13px;
	}

	.contents_list_btn_area ul{
		margin-left:0;
		margin-right:0;
	}

	.main_btn:before {
		top: 5px;
		left: 5px;
		opacity: 1;
	}

	.side_btn a:before {
		position: absolute;
		content: '';
		right: -6px;
		top: 1px;
		width: 6px;
		height: 101%;
		background: #000;
		transform: skewY(45deg);
		opacity:1;
		transition:all 0.4s;
	}


	.side_btn a:after {
		position: absolute;
		content: '';
		bottom: -6px;
		left: 1px;
		width: 100%;
		height: 6px;
		background: #000;
		transform: skewX(45deg);
		opacity:1;
		transition:all 0.4s;
	}

	.kimagure_wrap .kimagure_area h2{
		font-size:16px;
	}

	.kimagure_wrap .kimagure_area p{
		font-size:12px;
	}

	.item_box .btn{
		width:50px;
		height:50px;
	}

	.item_box .btn small{
		display: block;
		font-size:13px;
	}

	.item_box a:before {
		top: 10px;
		left: 10px;
		opacity: 1;
	}

	nav .menu_btn_area{
		opacity:0;
		pointer-events: none;
		transition:all 0.4s;
	}

	nav.move .menu_btn_area{
		opacity:1;
		pointer-events:unset;
	}

	.nav_wrap{
		display:none;
	}

	nav .menu_btn{
		width:60px;
		height:60px;
	}

	nav .search_btn{
		width:60px;
		height:60px;
	}

	footer .footer_wrap .left_area{
		width: 25%;
		padding:0 15px;
	}

	footer .footer_wrap .right_area .right_top{
		margin-top:10px;
	}

	footer .footer_wrap .right_area .right_top ul.footer_menu li{
		margin-right:15px;
	}

	footer .footer_wrap .right_area .right_top ul.footer_menu li:last-child{
		margin-right:0;
	}

	footer .footer_wrap .right_area .right_top ul.footer_sns{
		margin-top:10px;
	}

	footer .footer_wrap .right_area ul.footer_sub_menu{
		margin-top:10px;
	}

	footer .footer_wrap .right_area ul.footer_sub_menu li{
		margin-bottom:10px;
	}

	footer .copyright{
		position:relative;
		font-size:12px;
		margin-top:15px;
	}

	footer .copyright span{
		font-size:24px;
	}

	#news article a dl{
		width:90%;
	}

	#news article a dl dd{
		padding-right:30px;
	}

	#news article a dl dd span{
		top: 50%;
		transform: translate(-50%,0);
		opacity:1;
	}

	#congestion_foot ul li:nth-child(2){
		font-size:14px;
	}

	#news .btn a {
		width: 60px;
		height: 60px;
	}

	body .container .left_frame .side_item{
		display:none;
	}

	.side_pk_area{
		display: flex;
		justify-content:space-between;
		flex-wrap: wrap;
	}

	.side_pk_area .side_btn{
		width:48%;
	}

	.kimagure_wrap{
		width:50%;
		margin-left:auto;
		margin-right:auto;
	}

	.container .main_content .title {
		margin-top: 30px;
	}

	.container .main_content{
		margin-right:0;
	}

	.m_area .fix_logo {
		text-align: center;
		left: 0;
		right: 0;
	}

	.m_area h2{
		margin-top:170px;
	}

	.m_area h2.search_title_tag{
		margin-top:50px;
	}

	#congestion_foot ul li .float_wrap{
		width: 100000px;
	}

}

@media only screen and (min-width: 600px) and (max-width: 825px) {
	.container .left_frame .side_item{
		display: flex;
		justify-content:space-between;
		flex-wrap: wrap;
	}

	.container .left_frame .side_item article{
		width:48%;
	}

	.container .left_frame .side_item article:nth-child(2){
		margin-top:0;
	}

	.container .right_frame .side_item{
		display: flex;
		justify-content:space-between;
		flex-wrap: wrap;
	}

	.container .right_frame .side_item article{
		width:48%;
	}

	.container .right_frame .side_item article:nth-child(2){
		margin-top:0;
	}
}


@media (max-width: 600px) {

	.m_area .fix_logo{
		left:5%;
		text-align:left;
		z-index: 9999;
	}

	.close{
		right:5%;
		z-index: 9999;
	}

	#congestion .close {
		background:#fff;
		z-index:9;
	}

	.m_area h2{
		text-align:left;
		padding-left:calc(5% + 20px);
		margin-bottom:10px;
		margin-top:0;
		padding-top:115px;
	}

	#search.m_area .tag_frame ul{
		display:block;
	}

	#search.m_area .tag_frame ul li{
		width:100%;
		margin-right:0;
	}


	.item_wrap article{
		width:100%;
		margin-left:0;
	}

	.contents_list_btn_area ul{
		justify-content: space-between;
		margin-top:80px;
	}

	.contents_list_btn_area ul li{
		width:48%;
		margin-right:0;
	}

	footer .footer_wrap{
		display:block;
		font-size:12px;
	}

	footer .footer_wrap a{
		font-size:12px;
	}

	footer .footer_wrap .left_area{
		width:150px;
		margin-bottom: 35px;
	}

	footer .footer_wrap .left_area img{
		max-width:unset;
	}

	footer .footer_wrap .right_area{
		padding:0 15px;
	}

	footer .footer_wrap .right_area .right_top{
		display:block;
	}

	footer .footer_wrap .right_area .right_top ul.footer_menu{
		display:block;
	}

	footer .footer_wrap .right_area .right_top ul li{
		margin-bottom:10px;
	}

	footer .footer_wrap .right_area .right_top ul.footer_menu li a{
		display:inline-block;
	}

	footer .footer_wrap .right_area .right_top ul.footer_sns li.sns_title{
		display:inline-block;
	}

	footer .footer_wrap .right_area ul.footer_sub_menu{
		display:block;
	}

	footer .footer_wrap .right_area ul.footer_sub_menu li a{
		display:inline-block;
	}


	#news{
		margin-top:25px;
		margin-bottom: 15px;
	}

	#news .title{
		margin-left:24px;
		margin-right:24px;
	}

	#congestion{
		width:90vw;
	}

	#congestion_foot ul li:nth-child(1){
		font-size:14px;
		padding:10px;
		position: absolute;
		top: -42px;
		width: 100%;
		border-radius: 15px 15px 0 0;
		border-left:solid 1px #000;
		border-top:solid 1px #000;
	}

	#congestion_foot ul li:nth-child(2){
		padding-left:0;
		border:solid 1px #000;
		height:45px;
	}

	#congestion .congestion_wrap{
		width:90vw;
	}

	#congestion .attend_area{
		padding:15px;
	}

	#congestion .congestion_area{
		padding:15px;
	}

	#congestion .congestion_area .place_wrap{
		margin-top:20px;
	}

	#congestion .congestion_area .place_wrap + .place_wrap{
		margin-top:50px;
	}

	#congestion .congestion_area .place_wrap p.comment{
		padding-left:0;
	}

	#congestion_foot ul li .btn{
		font-size:12px;
	}

	#congestion_foot ul li:nth-child(3){
		padding: 5px 40px 5px 10px;
		position: absolute;
		right: 0;
		top: -42px;
		background:#fff;
		border-right:solid 1px #000;
		border-top:solid 1px #000;
		border-radius: 0 15px 0 0;
	}

	#congestion_foot ul li .hide {
		right: 6px;
		top: 5px;
	}

	header{
		padding-bottom:0;
	}

	header .header_wrap{
		flex-direction: column-reverse;
		margin-left:0;
		align-items:unset;
		border-left:0;
	}

	header .human{
		width:45px;
	}

	header .header_wrap .right_area {
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
	}

	header .header_wrap .left_area{
		padding-left:0;
	}

	header .header_wrap .left_area{
		flex:unset;
		width:100%;
	}

	.weatherImg{
		width:40px;
	}

	header .header_wrap .right_area .weather_area h2{
		font-size:10px;
	}

	header .header_wrap .right_area .weather_area date{
		font-size:19px;
		padding-left: 10px;
		padding-right: 10px;
	}

	header .header_wrap .right_area .weather_area date span{
		font-size:14px;
		padding-left: 10px;
	}

	header .header_wrap .right_area .weather_area{
		border-radius: 0 0 0 15px;
		padding: 6px 0px;
	}

	header .header_wrap .right_area .weather_area .weather_temperature{
		padding-left: 5px;
		padding-right: 10px;
	}

	header .header_wrap .left_area {
		font-size: 14px;
		height:40px;
	}

	#news article a dl{
		display:block;
	}

	#news article a dl dt{
		width:100%;
	}

	#news article a dl dd span {
		top: -10px;
	}

	#news article a{
		padding:10px 0;
	}

	.list_box h3 {
		overflow: unset;
		display: block;
		text-overflow: unset;
		-webkit-box-orient: unset;
		-webkit-line-clamp: unset;
		min-height: unset;
		margin-top:0;
	}

	.list_box p {
		height: auto;
		overflow: unset;
		display: block;
		text-overflow: unset;
		-webkit-box-orient: unset;
		-webkit-line-clamp: unset;
	}

	.list_box ul.tag_area {
		height: auto;
		overflow: unset;
	}

	.side_pk_area {
		display:block;
		padding:0 20px;
	}

	.side_pk_area .side_btn{
		width:100%;
	}

	.kimagure_wrap{
		width:70%;
	}

	.side_btn_area{
		padding:0 20px;
	}

	#congestion_foot ul li .float_wrap{
		padding-top: 10px;
	}

	#congestion_foot{
		border-radius:0;
		border-bottom:0;
		border:0;
	}

	#congestion .title {
		max-width: 90%;
	}

	.m_area h2.search_title_tag{
		padding-top:0;
		margin-top:30px;
	}

	.m_area .fix_content{
		padding-bottom:200px;
	}

}
