@charset "utf-8";


/* - - - - - - - - - - - - - - - - - - - - - 
	link
- - - - - - - - - - - - - - - - - - - - - */

a:link,
a:visited {
	color:#333;
	text-decoration:none;
}

a:hover,
a:active {
	color:#e7659e;
}


/* - - - - - - - - - - - - - - - - - - - - - 
	slider
- - - - - - - - - - - - - - - - - - - - - */
@media(min-width:769px){
    .pc_none{
        display: none !important;
    }
}
@media(max-width:768px){
    .sp_none{
        display: none !important;
    }
	
	#breadcrumbs{
	padding-top: 0px;
}
}
/* 
#slider {
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-right: 50px;
	padding-left: 50px;
}

#slider ul.images {
	width: 100%;
	min-height: 630px;
	list-style: none;
}

#slider ul.images li{ width: 100% !important;}
#slider ul.images li figure > img{
	display: block;
	margin-right: 0;
	margin-left: auto;
}
#slider ul.images li figcaption{
	position: absolute;
	left: 0;
	bottom: 35%;
	width: 380px;
}

#slider ul.images li figcaption .logo{
	background: rgba(255,255,255,.5);
	padding: 10px;
}

#slider ul.images li figcaption h2{
	font-size: 2.5em;
	padding: 10px 20px;
	display: inline-block;
	max-width: calc(100% - 1.5em);
	word-wrap: break-word;
}
#slider ul.images li figcaption p{
	font-size: 1.8em;
	margin-left: 1.5em;
	padding: 15px 10px 10px;
	margin-top: -10px;
	font-weight: bold;
	word-wrap: break-word;
}
#slider ul.images li figcaption h2.font_s{
	font-size: 1.8em;
}
#slider ul.images li figcaption h2.font_m{
	font-size: 2.1em;
}
#slider ul.images li figcaption h2.font_l{
	font-size: 2.8em;
}

#slider ul.images li figcaption p.font_s{
	font-size: 1.2em;
}
#slider ul.images li figcaption p.font_m{
	font-size: 1.5em;
}
#slider ul.images li figcaption p.font_l{
	font-size: 1.8em;
}

#slider ul.images li figcaption.pink h2{
	color: #fff;
	background: #e7659e;
}
#slider ul.images li figcaption.pink p{
	color: #e7659e;
	background: #f0cbdb;
}

#slider ul.images li figcaption.green h2{
	color: #fff;
	background: #9ddd3a;
}
#slider ul.images li figcaption.green p{
	color: #9ddd3a;
	background: #e6f8cb;
}

.bx-wrapper {
	margin: 0 auto 30px !important;
	width: 100%;
	overflow: hidden;
}

.bx-viewport {
	overflow: visible !important;
}

.bx-controls{
	position: absolute;
	bottom: 15px;
	right: 20px;
}
.bx-wrapper .bx-pager{ position: static;}
.bx-wrapper .bx-pager.bx-default-pager a{
	width: 8px;
	height: 8px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #d5d5d5 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000 !important;
} */


/* ニュース・トピックのスライダー*/

.slider{
	width:100%;
	margin:0 auto;
}

.slider li{
padding-bottom: 20px;
height: auto !important;
}

.slider time{
color: #ff52a3;
font-weight: bold;
}

.slider li p{
margin: 10px;
}

.slider img{
	width:100%;
	height: 200px;
	object-fit: cover;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}

#top_slider .slick-slider img {
width: 100%;
height: 100%;
}

.slick-slider{
margin: 0;
padding: 0;
}

.slider .slick-slide{
	height:auto!important;
	background: #f3f3f3;
	border-radius: 20px;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
	margin: 10px;
}

.slider .slick-arrow{
	z-index:2!important;
}

.slick-track {
display: flex!important;
}

.slick-slider{
 height: auto !important;
}

#top_slider .slick-dots{
	margin: 0!important;
}

.slick-dots{
margin: -30px 0!important;
}


.slick-slider .slick-track, .slick-slider .slick-list{
background: #fff;
}
.slick-initialized .slick-slide{
opacity: 0.4; /* 両サイドの画像を透過 */
}
.slick-initialized .slick-slide.slick-active{
opacity: 1; /* センター画像を非透過 */
}

.slick-prev::before {
content: url("../images/slider/prev.png");
}
.slick-next::before {
content: url("../images/slider/next.png");
}
.slick-prev{
left: 90px;
}
.slick-next{
right: 90px;
}

@media screen and (max-width:768px) {
.slick-prev{
	left: 20px;
			 
}
 .slick-next{
   right: 20px;
}
  
#top_slider .slick-dots{
	margin:0!important;
}
}

.mb_20{
	margin-bottom: 20px !important;
}

.mt_40{
	margin-top: 40px;
	display: inline-block;
}


.container {
  position: relative;
}

/* - - - - - - - - - - - - - - - - - - - - - 
	new header add.23.12.13
- - - - - - - - - - - - - - - - - - - - - */


/* - - - - - - - - - - - - - - - - - - - - - 
	main
- - - - - - - - - - - - - - - - - - - - - */

.main-left {
	width: 670px;
	float: left;
}

.main-right {
	width: 320px;
	float: right;
}

#breadcrumbs {
	padding-top: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - 
	pickup
- - - - - - - - - - - - - - - - - - - - - */

.pickup{
	margin-bottom: 60px;
	position: relative;
}
.pickup > div{
	position: relative;
}
.pickup > div a{
	display: block;
}
.pickup > div a img{ width: 100%;}
.pickup > div a:hover img{ opacity: 1;}
.pickup > div h2{
	background: #e7659e;
	color: #fff;
	text-align: center;
	line-height: 3;
}
.pickup > div:nth-child(2) h2,
.pickup > div:nth-child(4) h2{ right: 0;}
.pickup > div h2 .fa,
.pickup > div h2 .fas{ font-size: .8em;}

.title-pickup {
	margin: 0 5px 10px;
	border: 2px solid #ff8c00;
	background-color: #ffe3c0;
}

.pickup ul li {
	margin: 0 5px 10px;
	width: 150px;
	list-style: none;
	float: left;
}


.facebook {
	margin: 0 auto 20px;
	padding: 0;
	width: 310px;
	background-color: #fff;
}

.title-facebook {
	width: 310px;
	height: 35px;
}

.fb-border {
	border-top: 1px solid #3b5997;
	border-right: 1px solid #3b5997;
	border-bottom: 5px solid #3b5997;
	border-left: 1px solid #3b5997;
}


/* - - - - - - - - - - - - - - - - - - - - - 
	fadein
- - - - - - - - - - - - - - - - - - - - - */

.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}




/* - - - - - - - - - - - - - - - - - - - - - 
	news-wrap blog_wrap
- - - - - - - - - - - - - - - - - - - - - */

.news-wrap{
	padding: 30px 0 40px;
	margin-bottom: 0px;
}
.blog-wrap{
	padding: 30px 0 40px;
	margin-bottom: 50px;
}
.news-wrap h1, .blog-wrap h1{
	text-align: center;
	font-size: 28px;
}
.news-wrap h1::after, .blog-wrap h1::after{
	content: "";
	display: block;
	width: 150px;
	height: 2px;
	background: #000;
	margin: 20px auto 40px;
}
.blog-wrap .content-wrap .read-more, .news-wrap .content-wrap .read-more{ text-align: center;}
.blog-wrap .content-wrap .read-more a, .news-wrap .content-wrap .read-more a{
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	border: 2px solid #e7659e;
	padding: 5px 30px;
	background: #fff;
	color: #e7659e;
}
.blog-wrap .content-wrap .read-more a:hover, .news-wrap .content-wrap .read-more a:hover{
	background: #e7659e;
	color: #fff;
}

/* - - - - - - - - - - - - - - - - - - - - - 
	news-list
- - - - - - - - - - - - - - - - - - - - - */
.news-j_oshirase{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 30px;
	border: 3px solid #f00;
	padding: 15px 20px 0;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
}
.news-j_oshirase h1{
	width: 25%;
	font-size: 18px;
}
.news-j_oshirase .oshirase-list{
	list-style: none;
	width: 75%;
	padding: 5px 0;
}
.news-j_oshirase .oshirase-list li > a{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-bottom: 15px;
}
.news-j_oshirase .oshirase-list li > a time{ width: 18%;}
.news-j_oshirase .news-list li > a .category{ display: none;}
.news-j_oshirase .oshirase-list li > a .newTitle{ width: 82%;}


/* - - - - - - - - - - - - - - - - - - - - - 
	news oshirase
- - - - - - - - - - - - - - - - - - - - - */

/* .news-oshirase{
	width: 90%;
	max-width: 900px;
	margin: 0 auto 30px;
	border: 3px solid #fd8f00;
	padding: 15px 20px 0;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
}
.news-oshirase h1{
	width: 25%;
	font-size: 18px;
}
.news-oshirase .oshirase-list{
	list-style: none;
	width: 75%;
	padding: 5px 0;
}
.news-oshirase .oshirase-list li > a{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-bottom: 15px;
}
.news-oshirase .oshirase-list li > a time{ width: 18%;}
.news-oshirase .oshirase-list li > a .category{ display: none;}
.news-oshirase .oshirase-list li > a .newTitle{ width: 82%;} */

.news-oshirase{
	border: none;
}

.oshirase_box{
	background: #ffc4e6;
	width: 100%;
	padding: 30px 0;
	margin: 50px 0 100px;
}

.news_box{
	width: 100%;
	padding:0;
	margin: 50px 0 100px;
}


.oshirase_list_box{
	background-color: #fff;
	width: 70%;
	min-width: 800px;
	max-width: 1000px;
	padding: 30px;
	margin: 0 auto;
}

.oshirase_list_box li{
	list-style: none;
	margin-bottom: 10px;
}

.oshirase_list_box li time{
	display: inline-block;
	width: 15%;
	vertical-align: top;
}


/* - - - - - - - - - - - - - - - - - - - - - 
	news topics
- - - - - - - - - - - - - - - - - - - - - */

.article-title {
	border-bottom: 3px solid #fdd000;
}

.article-title h1 {
	font-size: 1.5em;
	float: left;
}

.article-title .read-more {
	float: right;
}

.news-list li {
/*	line-height: 40px;
	border-bottom: 1px dotted #999;*/
	list-style: none;
	margin: 5px 0 15px;
}

.news-list li time,
.news-list li .category {
	margin-right: 15px;
}

.news-list li .newTitle {
	width: 480px;
	line-height: 1.6;
}

.news-news{ margin-bottom: 60px;}

.photo-list {
	margin: 0 auto 0 0;
	width: calc(100% - 50px);
	padding: 0 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.photo-list li {
	margin: 0 0 35px;
	width: 31.2%;
	float: none;
	list-style: none;
	background: #fff;
}

.photo-list li a {
	display: block;
}

.photo-list li time {
/*	color: #8e5500;*/
	display: block;
}

.photo-list li .photo {
	line-height: 1.4;
	overflow: hidden;
}
.photo-list li .photo > div{ overflow: hidden;}
.photo-list li .photo img {
	width: 100%;
	height: 220px;
	object-fit: cover;
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;  
}
.photo-list li .photo:hover img{
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);  
 }

.photo-list li .photo figcaption{
	padding: 10px;
	font-weight: bold;
}

.photo-list li .news-more {
	margin-top: 10px;
	text-align: center;
}



/* - - - - - - - - - - - - - - - - - - - - - 
	言万葉blog
- - - - - - - - - - - - - - - - - - - - - */

li .newTitle{
	width: 85%;
	display: inline-block!important;
}

.photo_list_box{
		margin: 0 auto;
	text-align: center;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 90%;
	
	}

.photo_list_box li{
	list-style: none;
	width: 23%;
	border-bottom: #ff52a3 solid 3px;
	margin-bottom: 20px;
	justify-content: space-between;
}

.photo_list_box li time{
	display: block;
	color: #ff52a3;
	font-weight: bold;
}


.photo img{
	/* text-align: center; */
    object-fit: cover;
	width: calc((250/1240)*100vw);
    height: calc((200/1240)*100vw);
}

.photo p{
	padding: 10px 5px;
	width: 90%;
	text-align: left;
	margin: 0 auto;
	
}

.news-news {
    margin-bottom: 30px;
}

/* - - - - - - - - - - - - - - - - - - - - - 
	PICKUPバナー
- - - - - - - - - - - - - - - - - - - - - */

.pickup_box{
	width: 90%;
	display: flex;
	justify-content: space-around;
	text-align: center;
	margin: 0 auto;
	max-width: 1000px;
}

.pickup-img p{
	position:absolute;
	background-color:rgba(10,80,130,0.8);
	color: #fff;
	width: 100%;
	bottom: 0;
	text-align: center;
	padding: 5px 10px;
	font-size: 1.3em;
	font-weight: bold;
}


.pickup-img {
	position:relative;
  cursor: pointer;
  max-width: 500px;
  overflow: hidden;
	margin: 0 10px 20px;
	
}

.pickup-img img {
  height: auto;
  transition: transform .6s ease;
  width: 100%;
}


.pickup-img:hover img {
  transform: scale(1.05);
}

/* - - - - - - - - - - - - - - - - - - - - - 
	banner
- - - - - - - - - - - - - - - - - - - - - */

.banner-box ul li {
    list-style: none;
    display: inline-block;
	margin: 0 7px;
}
.banner-box {
    text-align: center;
}

/* - - - - - - - - - - - - - - - - - - - - - 
	event-box
- - - - - - - - - - - - - - - - - - - - - */

.event-box ul li {
    list-style: none;
    display: inline-block;
	margin: 4% 1% 0;
}
.event-box {
    text-align: center;
}

/* - - - - - - - - - - - - - - - - - - - - - 
	page_nav
- - - - - - - - - - - - - - - - - - - - - */

/* .page_nav{
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
}
.page_nav .inner{ position: relative;}
.page_nav .wrapper{
	position: absolute;
	right: 20px;
}

#page_nav{
	list-style: none;
	position: fixed;
	z-index: 2;
	width: 1em;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}

#page_nav li{
	margin: 1em 0;
}
#page_nav li a{
	display: block;
	width: 1em;
	height: 1em;
	border: 1px solid #e7659e;
	border-radius: 100%;
	background: #fff;
	box-shadow: 1px 1px 3px #fff,
			-1px -1px 3px #fff;
}
#page_nav li a.current{
	background: #e7659e;
} */

.is-fixed {
  display: none!important;
}

@media (min-width: 1300px) {
	.pickup > div:first-child{
		margin-left: -15%;
		width: 100%;
	}
	.pickup > div:first-child::after{
		content: "";
		width: 80%;
		height: 80%;
		background-image: url(../images/new/bg_pink.png);
		position: absolute;
		right: -10%;
		bottom: -7.5%;
		z-index: -1;
	}
	.pickup > div:nth-child(2){
		width: 62.5%;
		margin-left: auto;
		margin-right: -15%;
		margin-top: -25%;
		z-index: 1;
	}
	.pickup > div:nth-child(3){
		width: 87.5%;
		margin: -58px auto 0;
	}
	.pickup > div:nth-child(3)::after{
		content: "";
		width: 1000px;
		height: 60%;
		background-image: url(../images/new/bg_pink.png);
		position: absolute;
		left: -6.25%;
		right: 0;
		bottom: -25%;
		z-index: -1;
	}

	.pickup > div:nth-child(4){
		width: 62.5%;
		margin-left: auto;
		margin-right: -15%;
		margin-top: -15%;
		z-index: 1;
	}
	.pickup > div:nth-child(5){
		margin-top: -15%;
		margin-left: -15%;
		width: 100%;
	}
}

@media (max-width: 1299px) and (min-width: 768px) {
	.pickup > div:first-child{
		margin-left: 2.5%;
		width: 97.5%;
	}
	.pickup > div:first-child::after{
		content: "";
		width: 80%;
		height: 80%;
		background-image: url(../images/new/bg_pink.png);
		position: absolute;
		left: 2.5%;
		bottom: -25%;
		z-index: -1;
	}
	.pickup > div:nth-child(2){
		width: 62.5%;
		margin-left: auto;
		margin-right: 2.5%;
		margin-top: -5%;
/*		z-index: 1;*/
	}
	.pickup > div:nth-child(3){
		width: 87.5%;
		margin: -3% auto 0;
	}
	.pickup > div:nth-child(3)::after{
		content: "";
		width: 100%;
		height: 60%;
		background-image: url(../images/new/bg_pink.png);
		position: absolute;
		left: -3%;
/*		right: 0;*/
		bottom: -35%;
		z-index: -1;
	}

	.pickup > div:nth-child(4){
		width: 62.5%;
		margin-left: auto;
		margin-right: 2.5%;
		margin-top: -5%;
/*		z-index: 1;*/
	}
	.pickup > div:nth-child(5){
		margin-top: -3%;
		margin-left: 2.5%;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.pickup > div h2{
		position: absolute;
		width: 280px;
		font-size: 21px;
	}
	.pickup > div a:hover h2{
		background: #f3cadc;
		color: #e7659e;
	}

}

@media (max-width: 768px) {
	.event-box{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	}
	
	.pickup_box{
	display: block;
	margin: 0 auto;
	text-align: center;
	}
	
	.pickup-img{
		margin: 0 auto 20px;
		text-align: center;
	}
	
	.bana-box {
	width: 90%;
	}
	
	.bana-box li{
	width: 50%;
	}

	#slider{
		padding-right: 10px;
		padding-left: 10px;
	}
	#slider ul.images li figcaption{
		position: static;
		width: 90%;
		display: block;
		margin: 15px auto 0;
	}
	#slider ul.images li figcaption .logo{
		max-width: 65%;
		margin: 0 auto;
		padding: 0;
	}
	#slider ul.images li figcaption h2{
	padding: 10px;
	}
	#slider ul.images li figcaption h2.font_s{
		font-size: 1em;
	}
	#slider ul.images li figcaption h2.font_m{
		font-size: 1.3em;
	}
	#slider ul.images li figcaption h2.font_l{
		font-size: 1.8em;
	}

	#slider ul.images li figcaption p.font_s{
		font-size: 1.1em;
	}
	#slider ul.images li figcaption p.font_m{
		font-size: 1.3em;
	}
	#slider ul.images li figcaption p.font_l{
		font-size: 1.4px;
	}

	.bx-controls{ bottom: -10px;}
	
	.news-oshirase h1, .news-j_oshirase h1,
	.news-oshirase .oshirase-list,
	.news-oshirase .oshirase-list li > a time,
	.news-oshirase .oshirase-list li > a .newTitle{ width: 100%;}

	.oshirase_list_box{
		width: 90%;
		max-width: none;
		min-width: auto;
	}
	
	.oshirase_list_box ul{
		background-color: 85%;
		margin: 0 auto;
	}
	
	.oshirase_list_box li{
	margin-bottom: 20px;
	}
	
	
	.oshirase_list_box li time{
	width: 100%;
	}
	
	.pickup > div a {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		padding-top: 1em;
	}
	.pickup > div h2{
		width: 100%;
		order: 1;
	}
	
	.photo-list { width: calc(100% - 2em);}
	.photo-list li{ width: 100%;}
	
	.banner-box ul li {
		display: block;
		margin: 25px auto;
		width: 75%;
	}
	.banner-box ul li img{ width: 100%;}
}