@cherset "UTF-8";

.main_wrap{
	width: 780px;
	float: left;
}
.side_wrap,.search_side_wrap{
	width: 270px;
	float: right;
}
h2 {
	font-size: 30px;
	padding: 10px 0;
}
h2 img{
	vertical-align: sub;
	display: inline-block;
	margin-right: 10px;
}
area, select{
	cursor: pointer;
}
.page_back:after{
	content: "";
    display: block;
    width: 160px;
    border-bottom: 2px solid #000;
}
.page_back{

	font-size: 17px;
	font-weight: bold;
	padding-top: 50px;
    display: inline-block;
    clear: both;
}
.page_back img{
	width: 20px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: sub;
}
@media screen and (max-width: 1100px) {
	.main_wrap{
		padding-left: 20px;
	}
}
@media print,screen and (max-width: 768px) {
	.main_wrap{
		width: 100%;
		float: none;
		padding-left: 0;
	}

	.side_wrap,.search_side_wrap{
		display: none;
	}
	h2 {
	font-size: 23px;
	}
}
@media print,screen and (max-width: 480px) {
h2 {
    font-size: 18px;
}
}
/*=============================================
	記事一覧 記事
==============================================*/
.info dl{
	padding: 20px 0;
}
.info dt span{
	font-size: 10px;
	color: #fff;
	background: #bbb;
	padding: 3px 10px;
	display: inline-block;
	margin-right: 5px;
	font-weight: bold;
	width: 60px;
	text-align: center;
}
.info .information{
	background: #64abf2;
}
.info .test{
	background: #65c459;
}
.info .pickup{
	background: #FFB34C;
}
.info dd{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}

.post h2{
	border-bottom:  2px solid #000;
}

.post_inner h2{
	font-size: 25px!important;
	margin: 20px 0;
	border-bottom: none;
	padding: 0;
}

.post h3{
	margin: 20px 0;
	border-left: 5px solid #FFE600;
	padding-left: 20px;
	font-size: 25px;
	clear: both;
}

.post .post_inner{
	padding: 20px 0;
}
.post_inner p{
	font-size: 17px;
	padding: 10px 0;
	line-height: 1.8em;
}
.post .post_info{
	padding: 10px;
	border-top: 1px dotted #ccc;
	text-align: right;
}

.post table{
	/*width: 100%;*/
	border-collapse: collapse;

}
table.rental_table{
	width: 48%;
	margin: 0 15px 15px 0;
	/*float:left;*/
	display: inline-block;
	border: 1px solid #ccc;
	/*height: 170px;*/
	min-height: 210px;
}
table.rental_table td{
	vertical-align: middle;
}

table.rental_table h3{
	margin: 5px 0;
	font-size:17px;
	padding-left:10px;
}
.rental_title{
	height: 50px;
}

.rental_img{
	width: 160px;
}
.rental_img img{
	vertical-align: text-top;
	width: 150px;
	height: auto;
}
.post tr:first-child{
}
.post td{
	
	padding: 5px;
}

.post_inner ul{
	margin: 20px;
}

.post ul li{
	font-size: 17px;
	list-style:disc;
}

.post_inner a{
	text-decoration: underline;
	color: #F19200;
}

.post_bg {
    background: #ffffee;
    padding: 10px 20px 0px;
}
@media print,screen and (max-width: 768px) {
	table.rental_table{
		width: 100%;
		margin: 10px 0;
		float:none;
		height: auto;
	}
}
@media screen and (max-width: 480px) {
.rental_img {
	margin: 0 auto;
}
.rental_img img{

}
table.rental_table td{
	display: block;
}
}
/*
外部リンク
=============================================*/

.links ul li{
	margin-bottom: 20px;
}
.links ul li img {
    vertical-align: text-bottom;
    display: inline-block;
    margin-right: 10px;
    max-width: 250px;
}
@media print,screen and (max-width: 640px) {
	.links ul li img {
		display: block;
	}
}
/*=============================================
	検索ページ共通
==============================================*/
.search_wrap{
	overflow: hidden;
	padding: 20px 0;
}
.search_left{
	float: left;
	width: 55%;
}

.search_left img{
	max-width: 400px;
	display: block;
	margin:0 auto;
	height: auto;
}

.search_right{
	width: 40%;
	float: left;
	max-width: 300px;
	
}

.spot_select form{
	padding: 20px;
	background: url(../img/ssearch.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 20px;
}

.search_right button{
	border: none;
	background: none;
	cursor: pointer;
	display: block;
	margin: 20px auto;
}
.search_right select ,.course_side select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding: 10px;
	display: block;
	margin-bottom: 10px;
	border: 1px solid #000;
	font-size: 15px;
	line-height: 1.5em;
	background-image: url(../img/select.png);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right 10px center;
		
}
.course_select form{
	padding: 20px;
	background: url(../img/csearch.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 20px;
}
.search_right form p{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 20px;
}

@media print,screen and (max-width: 768px) {
	.search_left{
		width: 60%;
	}
	.search_right{
		width: 35%;
	}
	.search_left img{
		width: 100%;
	}
}
@media print,screen and (max-width: 480px) {
.search_left{
		width: 100%;
		max-width: 400px;
		float: none;
	}
	.search_right{
		width: 100%;
		float: none;
	}
}

/*=============================================
	観光コース、一覧
==============================================*/

.course_left{
	float: left;
	width: 65%;
}

.course_left img{
	max-width: 600px;
	display: block;
	margin:0 auto;
	height: auto;
}

#course_list h3{
	border-bottom: 1px solid #000;
}
#course_list ul{
	margin: 0 0 20px;
	border-top: 1px dotted #ccc;
}

#course_list li{
	padding: 10px;
	border-bottom: 1px dotted #ccc;
}
#course_list .course_place{
	padding: 3px 5px;
	margin-right: 10px;
	display: inline-block;
	font-size: 12px;
	background: #ddd;
	color: #fff;
}
.course-murayama{
	background: #FF911E!important;
}
.course-okitama{
	background: #A47C52!important;
}
.course-mogami{
	background: #7AC743!important;
}
.course-shounai{
	background: #3FA7F3!important;
}
.course_result{
	padding: 20px 0;
}
.course_result h3{
	padding: 5px;
	border-bottom: 2px solid #000;
}

.course_side{
	background: #ffffcc;
	padding: 20px;
}
@media print,screen and (max-width: 768px) {
	.course_left{
		width: 60%;
	}

	.course_left img{
		width: 100%;
	}
}
@media print,screen and (max-width: 480px) {
.course_left{
		width: 100%;
		max-width: 400px;
		float: none;
	}

}
/*=============================================
	観光スポット・施設ページ　検索、一覧
==============================================*/


/*一覧
==========*/
#newspot_list{
	background: #efefef;
}
#newspot_list h3{
	border-bottom: 1px solid #000;
}
#newspot_list ul{
	margin: 20px 0;
	overflow: hidden;
}
#newspot_list ul li{
	display: inline-block;
	width: 23%;
	margin: 10px 0.8%;
	list-style: none;
}

.spotlist_img{
	width: 100%;
	position: relative;
	padding-top: 65%;
	overflow: hidden;
}
.spotlist_img img{
	position: absolute;
	height: auto;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.spotlist_titlearea{
	overflow: hidden;
	background: #fff;
	height: 60px;
	
}
.spotlist_place{
	width: 60px;
	height: 60px;
	background: #aaa;
	text-align: center;
	color: #fff;
	float: left;
	font-size: 12px;
    line-height: 60px;
}

.spotlist_title{
	font-size: 15px;
	padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.postlist_title_wrap{
	/*float: left;*/
	padding: 0 10px;
	overflow: hidden;
}
.postlist_title_wrap img{
	width: 130px;
}

.place-11{
	background: #ffa01f;
}
.place-12{
	background: #936b4d;
}
.place-13{
	background: #6d89ff;
}
.place-14{
	background: #65c459;
}
.jyoken{
	background: #fff;
	padding: 3px 1em;
	border-radius: 10px;
	max-width: 300px;
	width: 100%;
}
.wp-pagenavi a, .wp-pagenavi span{
	background: #fff;
	padding: 3px 8px!important;
}
.wp-pagenavi {
    clear: both;
    height: 30px;
}
@media print,screen and (max-width: 768px) {
	#newspot_list ul li{
		display: inline-block;
		width: 46%;
		margin: 1.5%;
	}
	.newspot_list_cb h2{
			margin: 30px 20px 20px;
			padding: 0 20px;
	}
	
.result2_slide, .result3_slide, .result4_slide {
    margin: 0px 20px;
    	max-width: 1100px;
	}
}
@media print,screen and (max-width: 640px) {
	#newspot_list ul li{
		display: inline-block;
		width: 100%;
	}
}
.inner_bg{
	background: #efefef;
}
.jyouken{
	background: #fff;
    padding: 3px 1em;
    border-radius: 10px;
    min-width: 300px;
    width: 100%;
    font-size: 14px;
}
.search_wrap ul{
	overflow: visible!important;
}
.search_wrap ul li{
	    margin: 0 20px 0 0;
	    list-style: none;
	    background: #a9a9a9;
}
#spot_list ul{
}
.result1_slide ul li{
	width: 245px;
	margin: 10px 5px;
	position: relative;
	display: inline-block;
}
.search #newspot_list ul{
	padding: 0 20px;
}
.search .search_wrap_wrap{
	overflow: hidden;
	/*padding: 15px 30px;
	background: #efefef;
	margin-top: 20px;*/
}
.search .search_wrap{

}
.newspot_list_cb h2{
	max-width: 1100px;
	font-size: 20px;
	margin: 30px auto 0px;
	border-bottom: none;
}
.newspot_list_cb h2 img{
	width: 25px;
}
.result2_slide, .result3_slide, .result4_slide {
    margin: 0px 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.search .slider_ol {
    top: -135px !important;
}
@media screen and (max-width: 1100px) {
	.search .main_wrap{
		padding-left: 0;
	}
}
/*=============================================
	観光スポット・施設ページ
==============================================*/
.spot_inner{
	clear: both;
	padding: 20px 0;
	overflow: hidden;
}
/*=========
 favo
==========*/
.favo .wpfp-span{
	display: inline-block;
	border-bottom: 2px solid #000;
	margin: 10px 0;
}

/*title
============*/
.spot h2{
	font-size: 35px;
	line-height: 1em;
}

.spot .place{
	color: #FF8B1E;
	font-size: 17px;
	padding-bottom: 10px;
}

.spot .hurigana{}

/*thumb,maininfo
============*/

.spot .thumb{
	width: 400px;
	float: left;
}
.spot .thumb img{
	width: 100%;
	height: auto;
}
.spot .post_inner{
	width: 350px;
	float: right;
}

/*info
=============*/

.spot .spot_info{
	width:  400px;
	float: left;
}

.spot_info h3{
	font-size: 25px;
	border-bottom: 2px solid #000;
}

.spot_info ul{
	padding: 20px 0;
}

.spot_info li{
	padding: 5px 0;
	text-indent: -3em;
	margin-left: 3em;
	word-break: break-all;
}


/*map
=============*/

.spot_map{
	width: 350px;
	float: right;
}
.spot_map iframe{
	width: 100%;
	height: 300px;
}

/* barrier memo
=============*/

.barrier-free-info h3,
.memo h3,.videoh3, .gallery h3{
	font-size: 20px;
	border-bottom: 1px solid #7AC143;
}

.barrier-free-info{
	width: 55%;
	float: left;
	padding-right: 10px;
}

.memo{
	width: 45%;
	float: left;
}
.memo p{
	padding: 10px 0;
}
.barrier-free-info table{
	padding: 10px 0;
}
.barrier-free-info table td{
	padding: 5px 5px 0;
	padding-right: .5em;
    font-size: 95%;
}
.barrier-free-info table td img{
	vertical-align: middle;
	margin-bottom: .1em;
	padding-right: 4px;
}

/*gallery*/
.gallery ul{
	margin: 20px 0;
}
.gallery ul li{
	list-style: none;
	display: inline-block;
	width: 20%;
}
.gallery ul li a{
	display: block;
	padding: 5px;
}
.gallery ul li a img{
	width: 100%;
	height: auto;
}
/* video
=============*/
.video{
	width: 100%;
	position: relative;
	padding-top: 60%;
	margin-top: 20px;
}

.video iframe,.video video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/*==============
sidefavo
==============*/
.side_wrap h3.okiniiri{
	border-bottom: 2px solid #000;
}
.side_wrap ul{
	padding: 15px 30px;
}
.side_wrap li{
	list-style: circle;
}
.side_wrap input{
	border: none;
	cursor: pointer;
	width: 180px;
}
.side_wrap button,
.sp_favo button{
	-webkit-appearance: none;
	background: #FFE600;
	border: none;
	border-radius: 0;
	display: block;
	text-align: center;
	 width: 100%;
    padding: 5px;
    font-size: 13px;
	margin-top: 10px;
	cursor: pointer;
}
.side_wrap input:hover{
	opacity: 0.8;
}
.sp_favo li:first-child {
	border: none!important;
	font-weight: normal!important;
	background: none;
	padding: 0!important;
	font-size: inherit!important;;
	margin: 0!important;
}

.side_favo_link{
	display: block;
	background: #ff921d;
	color: #fff;
	padding: 5px;
	text-align: center;
	border-radius: 5px;
	margin-top: 10px;
}
/*==============
sp-sidefavo
==============*/
.sp_favo{
	background: #fff;
	padding: 10px;
	margin: 10px;
	
}
.sp_favo h3{
	font-size: 15px;
	border-bottom: 2px solid #000;
}
.sp_favo ul{
	padding: 10px 0 10px 20px;
}
.sp_favo ul li{
	list-style: circle;
}

.sp_favo ul li a{
	padding: 0!important;
	margin: 0!important;
	border-radius: 0!important;
	background: none!important;
	display: inline!important;
}
.sp_favo input{
	border: none;
	background: none;
	width: 150px;
}


@media screen and (max-width: 1100px) {

}
@media print,screen and (max-width: 768px) {

	.spot .thumb{
		width: 60%;
		float: left;
	}

	.spot .post_inner{
		width: 35%;
		float: right;
	}
	.spot .spot_info{
		width: 60%;
		float: left;
	}
	
	.spot_map{
		width: 35%;
		float: right;
	}
	.spot_map iframe{
		width: 100%;
		height: 300px;
	}
}
@media print,screen and (max-width: 640px) {
	.spot .thumb{
		width: 100%;
		float: none;
	}

	.spot .post_inner{
		width: 100%;
		float: none;
		padding: 20px 0;
	}
	.spot .spot_info{
		width: 100%;
		float: none;
	}
	.spot_map{
		width: 100%;
		float: none;
	}
	.barrier-free-info{
		width: 100%;
		float: none;
		padding-right: 10px;
	}
	.barrier-free-info table{
		font-size: 12px;
		width: 100%;
	}
	.barrier-free-info table td{
		text-align: center;
		width: 50%;
		padding-bottom: 8px;
	}
	.barrier-free-info table td img{
		display: block;
		margin: auto;
		padding: 0 0 5px 0;
	}
	.memo{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
}
@media screen and (max-width: 480px) {
	.spot .place {
		font-size: 12px;
	}
	.spot .hurigana {
	    font-size: 12px;
	}
	.spot h2 {
    	font-size: 21px;
    }
}
/*=============================================
	おすすめ山形観光コース
==============================================*/
.course{
	margin: 0 0 30px;
}

.course_title{
	margin-bottom:10px;
	border-bottom: 2px solid #000;
	padding: 5px;

}
.course_addfavo{
	font-weight: normal;
	font-size: 13px;
	float: right;
	border: 1px solid #aaa;
    padding: 2px 10px;
}

.course_text{
	margin: 10px 0 20px;
}
.course_mainimg{
	position: relative;
}
.course_mainimg img{
	width: 100%;
	height: auto;
	position: absolute;
	top:0;
	bottom:0;
	margin: auto;
}
.mainimg_trim{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 40%;
}
.mainimg_title{
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	background: rgba(255, 147, 135,0.6);
	color:#fff;
	/*text-align: right;*/
	padding: 10px;
	font-size: 28px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #6d6d6d;
}
.spling{
	background: rgba(255, 147, 135,0.6);
}
.summer{
	background: rgba(114, 197, 202,0.6);
}
.autumn{
	background: rgba(255, 121, 55, 0.6);
}
.winter{
	background: rgba(129, 114, 247,0.6);
}
/*一覧*/

.list_season{
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 13px;
	text-align: center;
	color: #fff;
	vertical-align: text-top;
	
}
.list_spring{
	background: rgba(255, 147, 135,0.6);
}
.list_summer{
	background: rgba(114, 197, 202,0.6);
}
.list_autumn{
	background: rgba(255, 121, 55, 0.6);
}
.list_winter{
	background: rgba(129, 114, 247,0.6);
}
@media screen and (max-width: 640px) {
	.list_season_wrap{
		display: block;
		text-align:right;
	}
	#course_list .course_place{
		display: block;
		width: 75px;
    text-align: center;
	}
}
.course_loop{
	overflow: hidden;
	margin: 10px 0;
	    border: 2px solid #FFE600;
    padding: 15px;
    border-radius: 10px;
}
.course_spottitle{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 2px solid #000;
}
.course_img{
	float: left;
	width: 250px;
	height: 170px;
	padding: 5px;
    position: relative;
    overflow: hidden;
}
.course_img img{
	width: auto;
	height: 100%;
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin: auto;
}
.course_spotlink{
	display: inline-block;
	padding: 3px 10px;
	background: #fff065;
	margin-top: 10px;
}
.course_spotlink img{
	vertical-align: middle;
}
.course_info{
	float: right;
	width: 480px;
	padding: 10px 0;
}

.course_start,
.course_end{
	width: 100%;
	margin: 10px 0;
	padding: 10px 20px;
	background: #FFE600;
	clear: both;
	font-size: 18px;
	text-align: center;
}
.course_start p,
.course_end p{
	width: 100%;
	background: #fff;
	padding: 5px;
	border-radius: 10px;
}
.way{
	width: 100%;
	padding: 20px 0;
	clear: both;
}
.way p{
	width: 220px;
	margin: 0 auto;
	padding: 10px 20px 10px 90px;
	font-weight: bold;
}
.toho{
	background: url(../img/course_walk.png) no-repeat;
}
.car{
	background: url(../img/course_car.png) no-repeat;
}
.bus{
	background: url(../img/course_bus.png) no-repeat;
}

.train{
	background: url(../img/course_train.png) no-repeat;
}
/*サイド検索*/
.course_side h3{
	border-bottom: 2px solid #000;
	margin: 0 0 5px;
	padding: 5px;
}
.course_side .map{
	width: 180px;
	margin: 0 auto;
	display: block;
}

.course_side .cside_select{
	/*background: #FFE600;*/
	padding: 10px;
	
}
.course_side select{
	margin-top: 10px;
	width: 100%!important;
	font-size: 14px;
	padding: 10px;
}
@media print,screen and (max-width: 768px) {
	.course_img{
		width: 35%;
	}
	.course_img img{
		width: 100%;
		height: auto;
	}
	.course_info{
		width: 60%;
	}
}
@media screen and (max-width: 480px) {
	.course_img{
		width: 100%;
		margin: 0 auto;
	}
	.course_info{
		width: 100%;
	}
	.mainimg_title{
		display: none;
	}
	.course_spotlink {
		    width: 100%;
    text-align: center;
	}
}
/*contact
===============================*/
.contact_wrap dl{
	margin: 20px 0;
	    border-bottom: 1px solid #ccc;
}
.contact_wrap dt{
	width: 150px;
	border-top: 1px solid #ccc;
	font-size: 13px;
}
.contact_wrap dt span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #004EFF;
}
@media print and (max-width: 768px) {
	.contact_wrap dt {
		font-size: 10px;
    }
}
.contact_wrap dd{
	width: 75%;
	margin-left: 25%;
	padding: 10px;
	background: #fff;
	    border-top: 1px solid #ccc;
}

.wpcf7 dd input[type="text"], .wpcf7 dd input[type="email"],
.wpcf7 dd input[type="tel"]{
    width: 100%;
    height: 45px;
    border: none;
    border: 1px solid #ddd;
        padding: 10px;
}
 .wpcf7 dd input[type="date"]{
    width: 200px;
    height: 45px;
    border: none;
    border: 1px solid #ddd;
    padding: 10px;
 }
.wpcf7 dd textarea{
    width: 100%;
    border: none;
    border: 1px solid #ddd;
        padding: 10px;
        box-sizing: border-box;
}
.wpcf7 dt{
	width: 25%;
	float: left;
	padding: 10px;
}
.wpcf7 input[type="submit"], .wpcf7c-btn-back {
   -webkit-appearance: none;
   border-radius: 0;
   background:#555;
   color: #fff;
   width: 150px;
   padding: 5px;
   font-size: 15px;
   border: none;
}
.wpcf7c-conf {
    background-color: #fff!important;
    }
.sent .contact_wrap{
	display: none;
}
input:-webkit-autofill{
	-webkit-box-shadow: 0 0 0px 1000px #ddd inset;
}

 input:-webkit-autofill.wpcf7c-conf{
-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
/* 0730 add */
.wpcf7c-conf {
    border: none!important;
}
.add_form textarea{
	height: 150px;
}
.add_form input[type="text"], .add_form input[type="email"], .add_form input[type="tel"]{
	height: 30px!important;
	padding: 0px 10px!important;
}
input.nen, input.tuki, input.nichi {
    width: 3em!important;
    margin-right: 10px;
}
input.tuki, input.nichi{
	margin-left: 10px;
}
input.post {
    width: 200px!important;
    height: 20px!important;
    margin: 0 0 10px 5px;
}
@media screen and (max-width: 480px) {
.contact_wrap dd{
	width: 100%;
	margin-left: 0;
	}
.wpcf7 dt{
	width: 100%;
	float: none;
	padding: 15px 10px;
}
.contact_wrap dt span {
    display: inline;
}
.contact_wrap dd{
	width: 100%;
	    border-top: none;
}
}

/*bosyu bnr
===============================*/

a.bosyu{
	display:block;
	width: 100%;
	max-width: 600px;
	padding: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background: url(../img/bosyu_bg.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
}
a.bosyu span{
	color: #7AC143;
	text-decoration: underline;
}
@media screen and (max-width: 640px) {
	a.bosyu{
		font-size: 15px;
	}
	a.bosyu span{
		display: block;
	}
}
/*ご利用
===============================*/
.guide_sp{
	display:none;
}
@media screen and (max-width: 640px) {
.guide_pc{
	display:none;
}
.guide_sp{
	display:block;
	width: 100%;
	height: auto;
}
}
.bosyu_table {
}
.bosyu_table td{
	border: 1px solid #ccc;
	padding: 10px;
}
/*代表
===============================*/
.daihyo_aisatu{
	position: relative;
	padding-bottom: 20px;
}

.profile_title{
	max-width: 700;x;
	width: 100%;
}
.profile_line{
	max-width: 790px;
	width: 100%;
}
.profile_midashi{
	font-weight: bold;
	font-size: 20px!important;
	background: url(../img/profmidashi_bg.png) repeat-x 0;
	display: inline-block;
	padding: 10px!important;
	margin-bottom: 20px;
}
.daihyo{
	position: absolute;
	top: 0;
	right: 20px;
}
.daihyo_name{
	font-size: 20px;
	font-weight: bold;
}
.daihyo p{
	display: inline-block;
}
.daihyo img{
	width: 150px;
}
.daihyo_aisatu hr{
	clear: both;
	margin: 50px 0;
}
.prof_chara{
	width:300px;
	float:right;
	margin:0 0 0 50px;
}
@media screen and (max-width: 768px) {
	.profile_midashi{
		background: none;
		font-size: 15px!important;
		border-bottom: 3px solid #FFEB3F;
	}
	.daihyo{
		position: relative;
		right: 0;
		float: right;
		padding: 10px 20px;
	}
}
@media screen and (max-width: 640px) {
.prof_chara{
	width:50%;
	display: block;
	float:none;
	margin:0 auto;
}
}

@media screen and (max-width: 480px) {
.daihyo_name{
	font-size: 20px;
	display: block;
}
.daihyo p{
	line-height: 1.5em;
}
.daihyo img{
	width: 120px;
}

}

/*入会申し込みフォーム
===============================*/
.nyukai_form dd input{
	height: 30px!important;
}
.nyukai_yubin{
	width: 200px!important;
	display: inline;
	margin-bottom: 10px;
}
.nyukai_form label{
	vertical-align: middle;
	margin-right: 10px;
}
.nyukai_form label input {
    vertical-align: middle;
}
.kousuu{
	width: 50px!important;
	display: inline;
}
.nyukai_tel, .nyukai_fax, .nyukai_phone{
	display: inline-block;
	margin-bottom: 10px;
	width: 300px!important;
}
.nyukai_form dt span{
	color: #888;
}
.hissu{
	color:red!important;
	display: inline-block!important;
	font-size: 12px!important;
	
}
.bikou{
	font-size: 13px!important;
    line-height: 1.5em!important;
    padding: 0!important;
}
@media screen and (max-width: 480px) {
	.nyukai_form label{
		display: block;
	}
	.nyukai_tel, .nyukai_fax, .nyukai_phone{
		display: block;
	}
}

/*チェック検索
===============================*/

.form_toggle{
	padding: 3px 10px;
    /*width: 200px;*/
    border: 1px solid #aaa;
    margin-bottom: 10px;
}
.open_try{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8.7px 5px 0 5px;
	border-color: #000000 transparent transparent transparent;
	display: inline-block;
	margin-left: 10px;
}
.close_try{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 8.7px 5px!important;
	border-color: transparent transparent #000000 transparent!important;
	display: inline-block;
	margin-left: 10px;
}
.sp_search{
	display: none;
}
.sp_search .cb_wrap form{
	display: none;
	margin: 20px 0;
}

.cb_wrap .place_wrap,
.cb_wrap .genre_wrap{
	padding: 10px 0px;
}

.cb_wrap h3 img{
	width: 25px;
	display: inline-block;
	margin-right: 10px;
	    vertical-align: middle;
}
.cb_wrap p{
	font-weight: bold;
	border-left: 3px solid #FFE600;
	font-size: 14px;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.cb_wrap label{
    display: block;
    float: left;
    width: 150px;
    padding: 10px;
    background: #ffff66;
    font-size: 13px;
    margin: 5px;
    border-radius: 5px;
}

.genre_title{
	display: block;
	padding: 10px 5px 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
	clear: both;
}

.genre_title label {
    background: none;
    margin: 0;
    padding: 0;
    width: auto;
    float: none;
    display: inline;
}

.checkbox_wrap{
	overflow: hidden;
}
.cb_wrap select{
	padding: 10px;
}
.cb_wrap input[type="checkbox"]{
	margin-right: 5px;
	vertical-align: middle;
}
.cb_in{
	overflow: hidden;
	margin-bottom: 10px;
}
.newspot_list_cb{
	margin-bottom: 20px;
}

.cb_wrap button{
	/*border: 1px solid #ccc;*/
	border: none;
	box-shadow: 2px 1px 3px #ccc;
	display: block;
	text-align: center;
	width: 100%;
	cursor: pointer;
	margin-top: 30px;
	background: #FFE600;
}
.parent{
	display: block;
	/*margin:10px 0;
	padding: 5px 0;
	clear:both;
	border-bottom: 1px dotted #000;
	float: none!important;
	width: 100%!important;*/
}
span.cr{
	display: block;
	clear:both;
}
.child{}
.no_child{color:#8a8a8a;}

.slider_ol{
	max-width: 1190px;
	position: relative;
	margin: auto;
	top: -200px;
	/*left: 0;
	right: 0;
	bottom: 0;*/
	width: 100%;
	z-index: 999;
}
.src_prev,
.src_next{
	cursor: pointer;
	    width: 25px;
}

.src_prev{
	position: absolute;
	left: 0;
	top:0;
	bottom: 0;
	margin: auto;
}

.src_next{
	position: absolute;
	right: 0;
	top:0;
	bottom: 0;
	margin: auto;
}
.swiper-pagination span {
    margin: 0 5px;
}
.swiper-pagination {
	display: none;
    position: relative!important;
}
.newspot_list_cb p{
	/*margin-top: 5px;*/
}
.search_wrap span.wpfp-span a {

}
.search_wrap span.wpfp-span{
   position: absolute;
    left: 0;
    display: block;
    text-align: right;
    top: 0;
    padding: 3px 10px;
    background: rgba(255,255,255,0.7);
    font-size: 12px;
}
.search_wrap span.wpfp-span img {
    width: 15px!important;
}

/*詳細検索(search_side)*/
.search_side_wrap h3{
	border-bottom: 2px solid #000;
	padding: 3px 0;
	font-size: 20px;
}
/*.side_wrap ul{
	padding: 15px 30px;
}
.side_wrap li{
	list-style: circle;
}*/
.search_side_wrap p{
    font-weight: bold;
    border-left: 5px solid #FFE600;
    font-size: 16px;
    padding: 2px 10px;
    margin-top: 20px;
}
.search_side_wrap select{
	margin-top: 20px;
}
.search_side_wrap input{
	border: none;
	margin-right: 5px;
}
.search_side_wrap button{
	-webkit-appearance: none;
	background: #FFE600;
	border: none;
	border-radius: 0;
	display: block;
	text-align: center;
	 width: 100%;
    padding: 5px;
    font-size: 13px;
	margin-top: 20px;
	cursor: pointer;
}
.search_side_wrap{
	background: #ffffcc;
	padding: 20px;
}
.search_side_wrap .genre_title{
	background: #ffffff;
}
.search_side_wrap select{
	width: 100%;
	padding: 10px;
}
.search_side_wrap .child{
	display: block;
	padding: 0 5px;
	font-size: 13px;
}
.search_side_wrap .genre_title {
	background: #ffffcc;
	padding: 3px 0px;
	margin: 20px 0 5px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	
	.src_prev,
	.src_next{
		cursor: pointer;
		width: 15px;
	}
	
	.sp_search{
		display: block;
	}
	.result1_slide ul li {
		width: 46%;
		margin: 1.5%;
	}
}
@media screen and (max-width: 640px) {
	.swiper-pagination {
		display: block;
	}
	.cb_wrap .place_wrap,
	.cb_wrap .genre_wrap{
		padding: 10px 0;
	}
	.slider_ol{
		top: -170px;
	}
}
@media screen and (max-width: 480px) {
	h2 img{
		width: 25px;
	}
	.genre_title {
		margin-bottom: 10px;
	}
	.slider_ol{
		top: -200px;
	}
	.cb_wrap label{
		width: 48%;
		font-size: 11px;
		padding: 8px;
		margin: 1px;
	}
	.result1_slide ul li {
		width: 100%;
	}
}
/*お気に入り一覧
===============================*/
.favocontents{
	padding: 20px;
	border-radius: 20px;
	margin-top: 20px;
}

.favospots{
	background: #ffffdd;
	border: 2px solid #fff7ab;
}

.favocourse{
	background: #f6f9ff;
	border: 2px solid #e2f1fd;
}
.favorit_page h2{
	position: relative;
}

.favorit_page .favospot_term{
	font-size: 13px;
}
.favorit_page h2{
	border-bottom:  2px solid #000;
}
.favo_list{
	max-width: 1000px;
	margin: 0 auto;
}
.titlearea{
}
.titlearea h3 {
    font-size: 20px;
    /*border-bottom: 2px solid #FFE600;*/
}
.favo_list dt{
	display: inline-block;
	
}
.favoimg_trim {
	position: relative;
	width: 200px;
	height: 150px;
	overflow: hidden;
}
.favo_list dt img{
	width: 100%;
	height: auto;
	position: absolute;
	top:0;
	bottom: 0;
	right: 0;
	left:0;
	margin: auto;
}
.favospot_link{
	/*text-align: right;*/
}
.favospot_link div{
	display: inline-block;
	margin-top: 20px;
}
.favospot_link div a{
	/*border-bottom: 2px solid #000;*/
	padding: 10px 15px;
	/*box-shadow: 2px 1px 3px #eee;
	background: #eee;*/
	margin-right: 10px;
	font-weight: bold;
}
.favospot_link div a img{
	vertical-align: middle;
}
.favospot_link .remove_pot a{
	border: 1px solid #ddd;
	background: #fff;
}
.favospot_link .kuwasiku a{
	background: #fff065;
	border: 1px solid #f1c897;
}
.favo_list dd{
	display: table-cell;
	vertical-align: middle;
	width: 750px;
    float: right;
    padding: 0 20px;
}
.genrelist{
	display: inline-block;
	margin-bottom: 10px;
}
.genrelist li{
	display: inline-block;
	margin-right: 5px;
}
.genrelist li:after {
    content: ',';
}
.genrelist li:first-child:after,
.genrelist li:last-child:after {
    content: '';
}
#favospot_send{
	display: inline-block;
	border: none;
	box-shadow: 2px 1px 3px #eee;
	/*width: 100%;*/
	padding: 5px 20px;
	margin-bottom: 10px;
	cursor: pointer;
	margin-top: 30px;
	background: #FFE600;
	font-size: 20px;
	font-weight: bold;
}
.favospot_clear{
font-size: 15px;
    font-weight: normal;
    position: absolute;
    right:0;
    bottom: 10px;
    padding: 3px 15px;
	/*box-shadow: 2px 1px 3px #eee;*/
	border: 1px solid #ddd;
}
.sendbtn_wrap{
	max-width: 1000px;
	margin: 0 auto;
}
.sendbtn_wrap img{
	width: 250px;
	float: right;
}
.sendbtn_wrap p{
	margin: 50px 0 0;
	font-size: 17px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.favo_list dd{
		width: 65%;
		padding: 0 5px;
	}
	.favospot_link {
		margin-top: 10px;
	}

}
@media screen and (max-width: 640px) {
	.favorit_page h2{
		overflow: hidden;
	}
	.favo_list dd{
		width: 55%;
		padding:0;
	}
	.favospot_link {
		margin-top: 10px;
		width: 100%;
		margin-right: 10px;
	}
	.favospot_link div {
		margin-top: 0;
		width: 50%;
	}
	.favospot_link div a {
    width: 130px;
    display: inline-block;
    padding: 5px;
	}
	.favospot_link div a img{
		width: 100%;
	}
	.favospot_clear{
		position: relative;
		display: inline-block;
		float:right;
		bottom: 0;
	}
}
@media screen and (max-width: 480px) {
	.favospot_clear img{
		width: 15px!important;
	}
	.favospot_clear{
		font-size: 12px;
	}
	.favo_list dt{
		display: block;
	}
	.favo_list dd{
		float: none;
	}
	.favoimg_trim {
		width: 100%;
		max-width: 250px;
		height: 180px;
		margin: 0 auto;
	}
	.favospot_link div a {
		width: 99%;
		display: inline-block;
		padding: 5px;
		margin-right: 1%;
	}
	.favospot_term {
		margin-bottom:0;
	}
	.sendbtn_wrap img {
		float: none;
		margin: 0 auto 5px;
		display: block;
	}
	.sendbtn_wrap p{
		margin: 10px 0 0;
	}
}

/*投稿記事・ランキング
===============================*/
/*記事投稿フォーム*/
ul.normal_list li {
    font-size: 15px;
}
.gallery_top{
	margin-bottom: 30px;
}

.toukou_chara{
	width: 370px;
	float:right;
	display: block;
	margin: 0px 0px 20px 20px;
}
.normal_list li{
	
}
#gallery_form form{
}
#gallery_form form input,#gallery_form form textarea{
	width: 95%;
	max-width: 500px;
}
#gallery_form form textarea{
	height: 200px;
}
#gallery_form table.form-table {
    margin: 20px 0;
    border: 1px solid #ccc;
    width: 100%;
}
#gallery_form form th {
    background: #efefef;
    max-width: 300px;
}
#gallery_form form tr {
    border-bottom: 1px solid #ccc;
}
#gallery_form form th, #gallery_form form td {
    padding: 20px;
}
.set_img_submit {
    display: inline-block;
    border: none;
    box-shadow: 2px 1px 3px #eee;
    width: auto!important;
    padding: 5px 20px;
    margin-bottom: 10px;
    cursor: pointer;
    margin-top: 30px;
    background: #FFE600;
    font-size: 20px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
	#gallery_form form th, #gallery_form form td {
	    padding: 20px;
	    display: list-item;
	    list-style: none;
	    max-width: 100%;
	}
	#gallery_form form input,#gallery_form form textarea{
		max-width: 100%;
	}
	.toukou_chara{
		float: none;
		margin: 20px auto;
	}
}
@media screen and (max-width: 480px) {
	.toukou_chara{
		width: 100%;
	}
}

/*記事一覧・ランキング*/
.toukou h2{
	border-bottom: 2px solid #000;
	margin-bottom: 20px;
}
.toukou h3 {
    margin-top: 20px;
    padding: 5px 10px;
    background: #FFE600;
}
.toukou h3 span{
	font-size: 15px;
	display: inline-block;
	margin-left: 10px;
}
.rank_content{
	clear: both;
	padding: 20px 0;
}

.rank_content ul li:before{
    content: ' ';
    padding: 5px 10px;
    width: 30px;
    height: 35px;
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    z-index: 99;
}
.rank_content ul li:nth-child(1):before{
	background: url(../img/rank_1.png) no-repeat;
	background-size: 40px;
}
.rank_content ul li:nth-child(2):before{
	background: url(../img/rank_2.png) no-repeat;
	background-size: 40px;
}
.rank_content ul li:nth-child(3):before{
	background: url(../img/rank_3.png) no-repeat;
	background-size: 40px;
}
.rank_content ul li:nth-child(4):before{
	background: url(../img/rank_4.png) no-repeat;
	background-size: 40px;
}

.rank_content ul li{
	display:  inline-block;
	width: 23%;
	margin: 0 0.8%;
	position: relative;
	    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}
.rank_content ul li .rank_trimimg{
	width: 100%;
	height: 180px;
	position: relative;
	overflow: hidden;
}
.rank_content ul li img{
	width: 100%;
	height: auto;
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
}
.rank_info{
	padding: 5px 0;
	/*position: absolute;
	bottom:0;
	left: 0;
	background: rgba(255,255,255,0.6);*/
	width: 100%;
}
.rank_title{
	font-weight: bold;
	font-size: 18px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #F19200;
}
.rank_name{
	font-size: 13px;
}
/*新着投稿・一覧*/
.thread_post{
	display: inline-block;
	float:left;
	width: 48%;
	padding: 20px;
	margin:10px 5px 0;
	background: #ffffee;
	border: 1px solid #ccc;
    border-radius: 5px;
}

.thread_post h3{
	font-size: 23px;
	margin-bottom: 5px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.thread_post img{
	    display: inline-block;
    width: 110px;
    height: auto;
    vertical-align: top;
    padding: 3px;
    background: #fff;
    border: 1px solid #efefef;
}
.thread_post .minna_right{
	display: inline-block;
	width: 65%;
    margin: 0 20px 10px;
}
.thread_post .minna_right ul{
	margin-left: 10px;
}
.thread_post .minna_right ul li{
	font-size: 12px;
	color: #888;
}
.thread_post .minna_right p{
	width: 100%;
	overflow: hidden;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
    margin-bottom: 10px;
    color: #F19200;
}
.thread_post .thread_title{
	font-size: 18px;
	font-weight: bold;
	
	border-bottom: 1px solid #F19200;
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.thread_post .thread_title a{
    color: #F19200;
}
.thread_point{
	clear: both;
	padding: 10px 0 0;
	font-size: 13px;
}
.thread_point a{
	text-decoration: underline;
}
.thread_foot{
	clear: both;
	padding:20px 0 0;
	overflow: hidden;
}
.bosyuu{
	width: 400px;
	float: right;
	margin-right: 20px;
}
.bosyuu:hover{
	opacity: 1;
}
.bosyuu img{
	width: 100%;
}
/*投稿シングル*/
.toukou_inner{
}
.toukou_thumb{
	max-width: 400px;
	float: right;
}
.toukou_thumb img{
	width: 100%;
	height: auto;
}
.toukou_info{
	padding-right: 20px;
	max-width: 650px;
}
.toukou_info p{
	margin-bottom: 20px;
}
.toukou_info ul{
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.toukou h2 {
		font-size: 18px;
	}
	.rank_content ul li{
		width: 48%;
		margin: 0 1%;
	}
	.thread_post {
		width: 48%;
		margin: 10px 3px 0;
	}
	.thread_post .minna_right {
	    display: inline-block;
	    width: 100%;
	    margin: 10px 0;
	}
	.toukou_thumb{
		float: none;
	}
}
@media screen and (max-width: 640px) {
	.thread_post {
		width: 100%;
	}
	.thread_post .minna_right{
		width: 65%;
		margin: 0 20px 10px;
	}

}
@media screen and (max-width: 480px) {
	.rank_content ul li{
		width: 100%;
		margin: 0;
	}
	.thread_post .minna_right {
	    display: inline-block;
	    width: 100%;
	    margin: 10px 0;
	}
	.bosyuu{
		width: 80%;
	}
}
/*投稿前後記事リンク*/
.prev_next{
	margin: 20px 0;
	overflow: hidden;
	clear: both;
}
.prev_next a{
	font-size: 13px;
}
.prev_link{
	display: inline-block;
}
.next_link{
	display: inline-block;
	float: right;
}
/*20161019*/
#error{
	color: red;
}
/* 202401 kawashima-- */
/* common-- */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
.campaign img {
	margin: 20px auto 0;
}
.campaign h4 {
	background: #ffe600;
	border-radius: 8px;
	font-size: 18px;
	font-weight: bold;
	padding: 13px 16px;
	margin-top: 30px;
}
.campaign h5 {
	font-size: 18px;
	font-weight: bold;
	padding-left: 23px;
	position: relative;
}
.campaign h5::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	background: #f19200;
	border-radius: 50%;
	width: 18px;
	height: 18px;
}
/* --common */
/* ol-- */
.campaign-info-list {
	margin-bottom: 60px;
}
.campaign-info-list ol {
	background: #fff8b6;
	border-radius: 8px;
	counter-reset: number 0;
	padding: 14px 16px;
	margin: 13px auto 18px;
}
.campaign-info-list ol li {
	background: #fff;
	border-radius: 8px;
	font-weight: bold;
	padding: 18px 0 18px 58px;
	position: relative;
	margin-top: 10px;
}
.campaign-info-list ol li:before {
	counter-increment: number 1;
	content: counter(number);
	position: absolute;
	left: 19px;
	background: #3fa1ed;
	border-radius: 3px;
	color: #fff;
	font-size: 17px;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 30px;
}
.campaign-info-list ol li:first-child {
	margin-top: 0px;
}
/* --ol */
/* modal-- */
.modal_wrap input {
  display: none;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
    align-self: center;
    width: 85%;
    padding: 32px 30px 50px;
    background: #fff;
	border-radius: 30px;
	box-sizing: border-box;
    line-height: 1.4em;
    transition: 0.5s;
	overscroll-behavior-y: contain;
}
.modal_content.post ul li {
	margin-top: .5em;
	margin-left: 20px;
}
.modal_content.post ul:last-of-type {
	border-bottom: solid 1px #b3b3b3;
	padding-bottom: 23px;
}
.modal_content.post strong {
	display: block;
	margin: 18px auto 12px;
}
.modal_content.post strong:last-of-type{
	border-top: dashed 1px #b3b3b3;
	padding-top: 23px;
}

.modal_content p {
  padding-top: 0;
}

.close_button {
  position: absolute;
  right: 33px;
  bottom: 14px;
  color: #999999;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}
.close_button img {
	margin: 0;
}

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: translateY(20px);
}

.open_button {
    cursor :pointer;
	color: #f19200;
	display: inline;
	font-size: 17px;
    transition: all 0.3s;
    text-decoration: none;
}
.open-text {
	display: inline;
}

.open-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*下に動く*/

}

/*アイコンを表示*/
.open-button:after {
font-family: "Font Awesome 5 Free";
  content: "\f2d0";
    padding-left: 8px;
}

/*ラベルホバー時*/
.open-button:hover {
  color: #FFFFFF;
  background-color: #4f96f6;
  transition: .6s;
}

.modal_title2::before,
.modal_title2::after{
	content: "";
	position: absolute;
	bottom: 0;
}
/* --modal */
/* spot-- */
.gallery-layout {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.gallery .gallery-layout li {
	display: block;
	width: 180px;
	height: 180px;
}
.gallery-layout img {
	object-fit: cover;
	width: 180px;
	height: 180px;
}
/* gallery-modal-- */
.gallery_cap {
	background: #fff;
}
.gallery .thumb__items {
    display: flex;
    flex-flow: wrap;
    position: relative;
    z-index: 10;
  }
  .gallery .thumb__items > li {
    flex: 0 1 25%;
    list-style: none;
    cursor: pointer;
    position: relative;
  }
  .gallery .thumb__items > li img {
    max-width: 100%;
    position: relative;
    vertical-align: bottom;
  }
  .gallery .thumb__items > li:before {
    content: "";
    display: block;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    transition: all 0.5s 0.3s ease;
  }
  .gallery .thumb__items > li:hover::before {
    opacity: 1;
  }
  .gallery .modal {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: auto;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s 0s ease;
  }
  .gallery .modal.visible {
    display: block;
    opacity: 1;
    z-index: 999;
	  position: fixed;
	  margin: auto;
  }
  @media screen and (min-width: 980px) {
    .gallery .modal {
      width: auto;
      max-width: 880px;
      margin: 10px;
      position: relative;
    }
  }
  .gallery .modal__item {
    background: #5c5c5c;

  }
  .gallery .modal__item img {
    max-width: 100%;
    vertical-align: bottom;
  }
  .gallery .modal__caption {
    position: absolute;
    background: #fff;
	color: #000;
    line-height: 2;
	padding: 0 10px !important;
	width: 100%;
  }
  @media screen and (min-width: 980px) {
    .gallery .modal__caption {
      padding: 10px 0;
    }
  }
  .gallery .modal__close {
    position: absolute;
    top: -60px;
    right: 15px;
    z-index: 9999;
  }
  @media screen and (min-width: 980px) {
    .gallery .modal__close {
      top: -15px;
      right: -15px;
    }
  }
  .gallery .modal__prev {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 20px;
    z-index: 9999;
	  cursor: pointer;
    width: 5%;
    height: 50%;
  }
  @media screen and (min-width: 980px) {
    .gallery .modal__prev {
      left: -30px;
    }
  }
  .gallery .modal__next {
    position: absolute;
    top: calc(50% - 2px);
    transform: translate(0, -50%);
    right: 20px;
    z-index: 9999;
	  cursor: pointer;
	  width: 5%;
    height: 50%;
  }
  @media screen and (min-width: 980px) {
    .gallery .modal__next {
      right: -30px;
    }
  }
  .gallery .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
	 transform: scale(0);
  }
  .gallery .modal-overlay.visible {
    opacity: 1;
    z-index: 100;
	  transform: scale(1);
	transition: opacity 0.5s;
  }
  .gallery .fas {
    font-size: 40px;
    cursor: pointer;
    color: #ededed;
  }
.fa-times-circle:before {
	transform: translate(-50%,-50%) rotate(45deg);
}
.fa-times-circle:after {
	transform: translate(-50%,-50%) rotate(-45deg);
}
.fa-times-circle:before,
.fa-times-circle:after {
    content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 30px;
  background: #ededed;
}
.fa-angle-left:before {
    content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -15px;
  top: calc(50% - 2px);
  border-bottom: solid 2px;
  border-left: solid 2px;
	border-radius: 2.5px;
  transform: rotate(45deg) translateY(-50%);
  color: inherit;
}
.fa-angle-right:before {
    content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: calc(50% - 2px);
  border-top: solid 2px;
  border-right: solid 2px;
	border-radius: 2.5px;
  transform: rotate(45deg) translateY(-50%);
  color: inherit;
}

  .gallery .fadein {
  animation: fadein .3s;
}

.gallery .fadeout {
    animation: fadeout .3s;
    animation-fill-mode: forwards;
}
@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
    }
}
/* --gallery-modal */
/* --spot */
/* footer-- */
.footer-banner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer-banner img {
	width: 240px;
}
/* --footer */
/* threads-- */
.threads-links {
	display: flex;
	flex-flow: column;
	gap: 30px;
	margin-top: 50px;
}
.threads-links .page_back {
	padding-top: 0;
}
/* --threads */
@media screen and (max-width: 768px) {
	/* common-- */
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	/* --common */
	.campaign-info-list ol li {
		padding: 18px 10px 18px 45px;
	}
	.campaign-info-list ol li:before {
		left: 10px;
	}
	/* modal-- */
	.modal_content {
		height: 80%;
		overflow-y: scroll;
		padding: 15px 25px 30px;
	}
	.modal_content.post h3 {
		line-height: 1.2;
	}
	.close_button {
		position: relative;
		right: auto;
		bottom: -15px;
		justify-content: end;
	}
	/* --modal */
	/* gallery-modal-- */
	.gallery-layout {
		gap: 15px 0;
		justify-content: space-between;
	}
	.gallery .gallery-layout li {
		max-width: 48%;
	}
	.gallery-layout img {
		max-width: 100%;
	}
	.gallery .modal__next,
	.gallery .modal__prev {
		width: 0;
	}
	.gallery .modal.visible {
		width: 90%;
	}
	.gallery .modal__close {
		top: -7%;
	}
	.fa-angle-left:before {
		left: -20px;
	}
	.fa-angle-right:before {
		right: -5px;
	}
	/* --gallery-modal */
	/* footer-- */
	.footer-banner {
		display: flex;
		flex-flow: column;
		gap: 30px;
	}
	.footer-banner img {
		width: 80%;
		margin: 0 auto;
	}
	/* --footer */
	/* pager-- */
	.wp-pagenavi {
		height: auto;
	}
	.pages,.last {
		display: block;
		width: 70px;
		white-space: nowrap;
		text-align: center;
	}
	/* --pager */
}
/* --202401 kawashima */