@charset "UTF-8";
/*
 *
 * FORMENU START
 *
 */
#fourmenu{
	margin:90px 0;
}
#fourmenu img	{
	max-width:250px;
}
#fourmenu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#fourmenu ul:after{
	content: "";
	display: block;
	clear: both;
}
#fourmenu li:nth-child(1),
#fourmenu li:nth-child(2),
#fourmenu li:nth-child(3){
	float: left;
	width: 22%;
	padding-right:4%;
}

#fourmenu li:nth-child(4){
	float: left;
	width: 22%;
}	

#fourmenu li a{
	display: block;
	text-decoration: none;
	color:#221814;
	line-height:2;
}
.fourmenu_outer_tittle{
	font-family: 'Rasa 27px', serif;
	font-size:26px;
	margin:20px 0 10px;
	color:#221814;
}


@media (max-width:1090px) {
#fourmenu{
	margin-left:20px;
	margin-right:20px;
	}
}

@media (min-width: 768px)and  (max-width:991px) {
#fourmenu{
	margin:90px 20px 50px 20px;
}

.fourmenu_outer_tittle{
	margin:20px 0 10px;
}
}
	
@media (max-width:767px) {	
#fourmenu{
	margin:60px 15px 40px 15px;
}
#fourmenu li:nth-child(1),
#fourmenu li:nth-child(3){
	float: left;
	width: 48%;
	padding-righ:4%;
}
#fourmenu li:nth-child(2),
#fourmenu li:nth-child(4){
	float: left;
	width: 48%;
	padding-right: 0;
	}
#fourmenu li:nth-child(1),
#fourmenu li:nth-child(2){
	padding-bottom: 20px;
}
.fourmenu_outer_tittle{
	font-size:19px;
	margin:15px 0 10px;
}
}

@media(max-width:374px) {
#fourmenu p:nth-child(3){
	font-size:12px;
	}
}	

/*
 *
 * FORMENU END
 *
 */



/*
 *
 * INTRO START
 *
 */
#intro p:first-child {
	background-color:#F2EFEB;
	font-size:22px;
	letter-spacing:3px;
	padding:35px;
	font-family: 'lato', serif;
}

#intro p:nth-of-type(2) {
	margin: 90px 0;
	color:#221814;
	font-size: 22px;
	line-height: 2.0;
	letter-spacing: 3px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}


#intro p:nth-of-type(2) small {
	font-size:18px;
	letter-spacing: 3px;
	display: block;
}

#intro p:first-child br,
#intro p:nth-of-type(2) br,
#intro p:nth-of-type(2) small br {
	display: none;
}

@media (min-width: 768px)and  (max-width:991px) {
	
#intro p:first-child {
	font-size:18px;
	letter-spacing:3px;
	padding:20px;	
}

#intro p:nth-of-type(2){
	margin: 50px 0;
	font-size: 20px;
	letter-spacing: 3px;
}
}


@media (max-width:767px) {
#intro p:first-child {
	font-size:17px;
	letter-spacing:2px;
	padding:20px;	
}

#intro p:nth-of-type(2) {
	font-size: 14px;
	letter-spacing: 2px;
	margin: 40px 0;
}
  
#intro p:nth-of-type(2) small {
	font-size: 14px;
	letter-spacing: 2px;
}

#intro p:first-child br,
#intro p:nth-of-type(2) br,
#intro p:nth-of-type(2) small br{
	display: block;
}
}

@media(max-width:374px) {
#intro p:first-child br{
display: none
}
}	

/*
 *
 * INTRO END
 *
 */

 
/*
 *
 * NEWS START
 *
 */

#news{
	padding:40px 0;
}
.top_news{
	margin-bottom:20px
}

.top_news_tittle h2{
	display:inline; 
	margin-left:15px;
	font-weight:normal;
}

.top_news_tittle p{
	display:inline; 
	color: #999;
}

.top_news_tittle{
	margin-bottom:5px;
}

@media (min-width: 768px)and  (max-width:991px) {

#news{
	padding:30px 0;
}
.top_news{
	margin-bottom:20px
}
}

@media (max-width:767px) {

#news{
	padding:20px 0;
}
.top_news{
	margin-bottom:20px
}

.top_news_tittle h2{
	display:block; 
	margin-left:0;
}

.top_news_tittle p{
	display:block; 
}
}
/*
 *
 * NEWS END
 *
 */
 

 
 
/*
 *
 * PICK UP START
 *
 */
#pickup {
	border-bottom:#A897B1 dashed 1px;
	padding:40px 0;
	
}
#pickup:after	{
	content: "";
	display: block;
	clear: both;
}
.pickup_image{
	float: left;
	width: 43%;
	padding-right: 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.pickup_image img{
	border: 1px solid #c8c8c8;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.pickup_text{
	float: left;
	width: 57%;
}
.pickup_text h2	{
	font-size:16px;
	margin-bottom:5px;
}
.more_icon_box{
	text-align:right;
}
.more_icon_box a{
  display:inline-block;
  text-align:left;
}
.right_more{
	margin-left:5px;
}

.pickup_summary{
	margin-bottom:20px;
}



@media (min-width: 768px)and  (max-width:991px) {	
#pickup {
	padding:30px 0;	
}
.pickup_summary{
	margin-bottom:0px;
}
}
@media (max-width:767px) {
#pickup {
	padding:20px 0;	
}
.pickup_summary{
	margin-bottom:10px;
}
.pickup_image{
	padding-right:0;
	margin-bottom:10px;
}
.pickup_image ,.pickup_text{
	width: 100%
}
.pickup_text h2 {
	font-size:15px;
}
}

 
/*
 *
 * PICK UP END
 *
 */
 
 
/*
 *
 * PICK EFFECT START
 *
 */

figure {
	position: relative;
	overflow: hidden;
	margin: 0;
	background: #000;
	text-align: center;
	cursor: pointer;
}

figure img {
	position: relative;
	display: block;
}

figcaption {
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figcaption::before,
figcaption::after {
	pointer-events: none;
}

figure figcaption,
figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure figcaption > a {
	white-space: nowrap;
	opacity: 0;
}

figure p {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	margin: -0.5em 0 0 -4em;
	text-align: center;
	letter-spacing: 2px;
	font-family: 'Raleway', sans-serif;
	font-weight:bold;
}

.pickup_effect img {
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.pickup_effect:hover img {
	opacity: 0.3;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

.pickup_effect figcaption::before {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.pickup_effect figcaption::before,
.pickup_effect p {
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.35s;
	transition: opacity 0.3s, transform 0.3s;
}


.pickup_effect p {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.pickup_effect:hover figcaption::before,
.pickup_effect:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*
 *
 * PICK EFFECT END
 *
 */
 
 /*
 *
 * BLOG START
 *
 */
 
#blog {
	padding:40px 0;
}
#blog img{
	margin-bottom:20px;
}
#blog h2 {
	font-size:16px;
	margin-bottom:5px;
	line-height:1.6;
}

#blog time{
	color: #A897B1;
	font-size:14px;
}

#blog ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#blog ul:after{
	content: "";
	display: block;
	clear: both;
}
#blog li:nth-child(1),
#blog li:nth-child(2),
#blog li:nth-child(3)
{
	float: left;
	width: 22.47%;
	margin-right:3.3733%;
}
#blog li:nth-child(4){
	float: left;
	width: 22.47%;
	margin-right:0px
}

.more{
	font-weight: bold;
	color:#222 !Important;
}
#blog img{
	border: 1px solid #c8c8c8;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width:991px) {

#blog {
	padding:30px 0;
}
#blog img{
	margin-bottom:10px;
}
	
#blog li:nth-child(1),
#blog li:nth-child(3)
{
	width: 48%;
	margin-right:4%;
}

#blog li:nth-child(2),
#blog li:nth-child(4){
	width: 48%;
	margin-right:0;
}	

#blog h2 {
	font-size:15px;
}

}

@media (max-width:767px) {	

#blog {
	padding:20px 0;
}
}


 
/*
 *
 * BLOG END
 *
 */
 
#facebook{
	margin:40px 0;	
}

@media (min-width: 768px)and  (max-width:991px) {
#facebook{
	margin:30px 0;
}
}	

@media (max-width:767px) {	
#facebook{
	margin:20px 0;
}
}
 
/*
 *
 * INSTAGRAM START
 *
 */
 
#instafeed4{
	margin:40px 0;
	list-style-type:none;
}

#instafeed4:after{
	content: "";
	display: block;
	clear: both;
}

#instafeed4  li{
	padding:0!important;
	}	
		
#instafeed4 li:nth-child(4n+1),
#instafeed4 li:nth-child(4n+2),
#instafeed4 li:nth-child(4n+3){
	padding:0;
	float: left;
	width: 22.4%;
	margin-right:3.37333%;
	margin-top:3.37333%;
}

#instafeed4  li:nth-child(4n){
	float: left;
	width: 22.47%;
	margin-top:3.37333%;
}
	
#instafeed4 li:nth-child(1),
#instafeed4 li:nth-child(2),
#instafeed4 li:nth-child(3),
#instafeed4 li:nth-child(4){
	margin-top:0;
	}	

@media (min-width: 768px)and  (max-width:991px) {
#instafeed4{
	margin:30px 0;
}
}	

@media (max-width:767px) {
#instafeed4{
	margin:20px 0;
}
}	
 	
 	
/*
 *
 * INSTAGRAM END
 *
 */
 


 
