@charset "utf-8";

.index_mv {
	overflow:hidden;
	margin: 0 0 60px;
	height: 600px;
}

.index_mv img {
	width: 100%;
	height: 600px;
}



.index_info {
	margin: 0 0 40px;
}

.index_info .wrap {
	padding: 0px 0 20px 0;
	margin: 0 0 15px;
	/*
	background: #f7f3f3;
:*/
}

.index_info .wrap dl {
	width: 877px;
	margin: 0 auto;
	overflow:hidden;
}

.index_info .wrap dl dt {
	float: left;
	clear: both;
	font-family: 'EB Garamond', serif;
	font-size: 140%;
	color: #2ca8a5;
	letter-spacing: 0.05em;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

.index_info .wrap dl dd {
	padding: 0 0 10px 90px;
	margin: 0 0 10px;
	border-bottom: 1px dotted #ccc;
}

.index_info .wrap dl dd p {
	display: inline-block;
	margin: 0 35px 30px 0;
	max-width: 665px;
	padding: 30px 0 0 20px;
}

.index_info .wrap dl dd a {
	display: inline-block;
	vertical-align: top;
	color: white;
	font-family: 'EB Garamond', serif;
	font-size: 110%;
	background: #2ca8a5 url(../images/common/common_arrow1.png) no-repeat 5px center;
	padding: 3px 10px 3px 15px;
	letter-spacing: 0.05em;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
}

.index_info .wrap dl dd a:hover {
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    -ms-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;  

	text-decoration: none;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.index_info .more {
	width: 1000px;
	margin: 0 auto;
	text-align: right;
}

.index_info .more a {
	display: inline-block;
	background: url(../images/common/common_arrow2.png) no-repeat left center;
	padding: 0 0 0 27px;
	font-family: 'EB Garamond', serif;
	font-size: 120%;
	font-style: italic;
}

.index_info .more a:hover {
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    -ms-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;  

	text-decoration: none;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.index_topics {
	margin: 0 auto 60px;
	width: 1000px;
}

.index_topics .mason {
	
	
}

.index_topics .mason li.imgbox {
	width: 295px;
	background: white;
	margin: 0 0 25px;
	padding: 12px 12px 25px 12px;
	-moz-box-shadow: 1px 3px 3px #ccc;
	-webkit-box-shadow: 1px 3px 3px #ccc;
	box-shadow: 1px 3px 3px #ccc;
}

.index_topics .mason li.imgbox .img {
	margin: 0 0 15px;
}

.index_topics .mason li.imgbox h3 {
	margin: 0 0 10px;
	padding: 0 10px;
	font-size: 120%;
	font-weight: bold;
	color: #7b5544;
}
.index_topics .mason li.imgbox h3 .img {
	display: none;
}

.index_topics .mason li.imgbox .txt {
	margin: 0 0 15px;
	padding: 0 10px;
	font-size: 95%;
}

.index_topics .mason li.imgbox .more,
.index_topics .mason li.imgbox_w .more {
	text-align: right;
}
.index_topics .mason li.imgbox .more a,
.index_topics .mason li.imgbox_w .more a {
	display: inline-block;
	background: url(../images/common/common_arrow2.png) no-repeat left center;
	padding: 0 0 0 27px;
	font-family: 'EB Garamond', serif;
	font-size: 120%;
	font-style: italic;
}
.index_topics .mason li.imgbox .more a:hover,
.index_topics .mason li.imgbox_w .more a:hover {
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    -ms-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;  

	text-decoration: none;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}


.index_topics .mason li.imgbox_w {
	width: 636px;
	background: white;
	margin: 0 0 25px;
	padding: 12px 12px 25px 12px;
	-moz-box-shadow: 1px 3px 3px #ccc;
	-webkit-box-shadow: 1px 3px 3px #ccc;
	box-shadow: 1px 3px 3px #ccc;
}

.index_topics .mason li.imgbox_w .img {
	margin: 0 0 25px;
}

.index_topics .mason li.imgbox_w h3 {
	text-align: center;
	margin: 0 0 20px;
}
.index_topics .mason li.imgbox_w h3 .ttl {
	display: none;
}
.index_topics .mason li.imgbox_w .txt {
	margin: 0 0 15px;
	padding: 0 10px;
	font-size: 95%;
}

.index_pickup {
	margin: 0 0 100px;
}

.index_pickup ul li {
	width: 820px;
	margin: 0 auto 60px;
}

.index_pickup ul li:last-child {
	margin: 0 auto;
}

.index_pickup ul li .img {
	background: white;
	padding: 25px;
	-moz-box-shadow: 1px 3px 3px #ccc;
	-webkit-box-shadow: 1px 3px 3px #ccc;
	box-shadow: 1px 3px 3px #ccc;
	margin: 0 0 30px;
}

.index_pickup ul li h3 {
	margin: 0 0 20px;
	text-align: center;
	font-size: 180%;
	font-weight: bold;
	color: #7b5544;
}

.index_pickup ul li .txt {
	margin: 0 0 15px;
	padding: 0 40px;
	font-size: 95%;
	text-align: center;
}

.index_pickup ul li .more {
	text-align: center;
}
.index_pickup ul li .more a {
	display: inline-block;
	background: url(../images/common/common_arrow2.png) no-repeat left center;
	padding: 0 0 0 27px;
	font-family: 'EB Garamond', serif;
	font-size: 120%;
	font-style: italic;
}
.index_pickup ul li .more a:hover {
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    -ms-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;  

	text-decoration: none;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.index_blog {
	margin: 0 0 45px;
}

.index_blog ul {
	margin: 0 auto 15px;
	padding: 0 0 5px;
	width: 1000px;
	overflow:hidden;
}

.index_blog ul li {
	width: 295px;
	float: left;
	background: white;
	margin: 0 20px 0 0;
	padding: 12px 12px 25px 12px;
	-moz-box-shadow: 1px 3px 3px #ccc;
	-webkit-box-shadow: 1px 3px 3px #ccc;
	box-shadow: 1px 3px 3px #ccc;
}

.index_blog ul li:nth-child(3n) {
	margin: 0;
}

.index_blog ul li a {
	display: block;
	padding-top: 215px;
	position: relative;
}
.index_blog ul li a:hover {
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    -ms-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;  

	text-decoration: none;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
.index_blog ul li a:hover img {
	-ms-filter: "alpha( opacity=100 )";
	opacity:1;
}

.index_blog ul li .date {
	margin: 0 0 5px;
	color: #a6a6a6;
	font-size: 100%;
}

.index_blog ul li h3 {
	margin: 0 0 10px;
	font-size: 120%;
	font-weight: bold;
	color: #7b5544;
}

.index_blog ul li .desc {
}
.index_blog ul li .desc div:first-child,
.index_blog ul li .img {
	width: 295px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
.index_blog ul li .desc div:last-child,
.index_blog ul li .txt {
	margin: 0 0 15px;
	padding: 0 10px;
	font-size: 95%;
}

.index_blog .more {
	width: 1000px;
	margin: 0 auto;
	text-align: right;
}

.index_blog .more a {
	display: inline-block;
	background: url(../images/common/common_arrow2.png) no-repeat left center;
	padding: 0 0 0 27px;
	font-family: 'EB Garamond', serif;
	font-size: 120%;
	font-style: italic;
}

.index_blog .more a:hover {
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    -ms-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;  

	text-decoration: none;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.index_social .wrap {
	width: 1000px;
	margin: 0 auto 25px;
}

.index_social .wrap:after {
	display: block;
	content: "";
	clear: both;
	visibility: hidden;
}

.index_social .wrap .facebook {
	width: 600px;
	float: left;
	background: white;
	padding: 40px 0 30px;
	-moz-box-shadow: 1px 3px 3px #ccc;
	-webkit-box-shadow: 1px 3px 3px #ccc;
	box-shadow: 1px 3px 3px #ccc;
}

.index_social .wrap .facebook h3 {
	margin: 0 0 10px;
	text-align: center;
}

.index_social .wrap .facebook .box {
	width: 518px;
	height: 367px;
	margin: 0 auto;
	background: #fefefe;
	overflow:hidden;
}

.index_social .wrap .twitter {
	width: 380px;
	float: right;
	background: white;
	padding: 35px 0 30px;
	-moz-box-shadow: 1px 3px 3px #ccc;
	-webkit-box-shadow: 1px 3px 3px #ccc;
	box-shadow: 1px 3px 3px #ccc;
}

.index_social .wrap .twitter h3 {
	margin: 0 0 7px;
	text-align: center;
}

.index_social .wrap .twitter .box {
	width: 344px;
	height: 369px;
	margin: 0 auto;
	background: #fefefe;
	overflow:hidden;
}

.index_social .instagram {
	width: 944px;
	margin: 0 auto;
	padding: 40px 28px 30px;
	background: #fefefe;
	-moz-box-shadow: 1px 3px 3px #ccc;
	-webkit-box-shadow: 1px 3px 3px #ccc;
	box-shadow: 1px 3px 3px #ccc;
	position: relative;
}

.index_social .instagram h3 {
	margin: 0 0 10px;
	text-align: center;
}

.index_social .instagram ul {
	overflow:hidden;
}

.index_social .instagram ul li {
	width: 220px;
	float: left;
	margin: 0 20px 0 0;
}

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

.index_social .instagram ul li .img {
	margin: 0 0 10px;
}

.index_social .instagram ul li .bottom {
	text-align: center;
	color: #919191;
	font-weight: bold;

}

.index_social .instagram ul li .bottom .like {
	margin: 0 7px 0 0;
	background: url(../images/common/comonn_insta_likemark.png) no-repeat left center;
	padding: 3px 0 3px 30px;
}
.index_social .instagram ul li .bottom .comment {
	background: url(../images/common/common_insta_commark.png) no-repeat left center;
	padding: 3px 0 3px 30px;
}

.index_social .instagram .more {
	width: 60px;
	position: absolute;
	right: 40px;
	top: 70px;
}

.index_social .instagram .more a {
	display: inline-block;
	background: url(../images/common/common_arrow2.png) no-repeat left center;
	padding: 0 0 0 27px;
	font-family: 'EB Garamond', serif;
	font-size: 120%;
	font-style: italic;
}

.index_social .instagram .more a:hover {
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    -ms-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;  

	text-decoration: none;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}




/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
    #cboxTopLeft{width:14px; height:14px; background:url(../images/controls.png) no-repeat 0 0;}
    #cboxTopCenter{height:14px; background:url(../images/border.png) repeat-x top left;}
    #cboxTopRight{width:14px; height:14px; background:url(../images/controls.png) no-repeat -36px 0;}
    #cboxBottomLeft{width:14px; height:43px; background:url(../images/controls.png) no-repeat 0 -32px;}
    #cboxBottomCenter{height:43px; background:url(../images/border.png) repeat-x bottom left;}
    #cboxBottomRight{width:14px; height:43px; background:url(../images/controls.png) no-repeat -36px -32px;}
    #cboxMiddleLeft{width:14px; background:url(../images/controls.png) repeat-y -175px 0;}
    #cboxMiddleRight{width:14px; background:url(../images/controls.png) repeat-y -211px 0;}
    #cboxContent{background:#fff; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible;  position:absolute; bottom:-29px; background:url(../images/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious:hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext:hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose:hover{background-position:-100px 0px;}

        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}







/****************************************************************************************************************/

.in_box{
	width: 900px;
	margin: 0 auto 30px auto;
	overflow:hidden;
	padding-bottom: 50px;
	background: url(../images/line_pickup_top.png) left bottom repeat-x;
}

.in_boxL{
	float: left;
	width: 286px;
	margin: 10px 0 0 0;
}

.in_boxC{
	float: left;
	width: 286px;
	margin: 10px 0 0 20px;
}

.in_boxR{
	float: left;
	width: 286px;
	margin: 10px 0 0 20px;
}


.in_infobox{
	width: 900px;
	margin: 0 auto 0px auto;
	overflow:hidden;
	padding-bottom: 50px;
	background: url(../images/line_pickup_top.png) left bottom repeat-x;
}

.in_infoboxL{
	float: left;
}

.in_infoboxR{
	float: left;
	width: 550px;
	margin-left: 20px;
}





.info_title{
	font-family: 'EB Garamond', serif;
	font-size: 170%;
	color: #2ca8a5;
}

.sns_cmt{
	padding: 7px 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #a6a6a6;
}

.pickup_cmt{
	padding: 3px 0 10px 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #a6a6a6;
}












