@charset "utf-8";
/* ---------------------------------------------------------------------------------
HTML CSS Selectors top
--------------------------------------------------------------------------------- */
#contents-wrapper {
    padding-top: 80px;
}
#contents-wrapper h2 {
	padding-bottom: 32px;
}


.index_mv {
	overflow:hidden;
	margin: 0 0 105px;
}

.index_mv img {
	width: 100%;
	height: auto;
}

.index_info {
	margin: 0 0 40px;
}

.index_info .wrap {
	padding: 60px 0 50px;
	margin: 0 0 15px;
	background: #C0D8CB;
	position: relative;
}
.index_info .wrap:before {
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/top/bg_info_head.jpg);
	background-repeat: repeat-x;
	content:"";
}
.index_info .wrap:after {
	width: 100%;
	height: 35px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../img/top/bg_info_foot.jpg);
	background-repeat: repeat-x;
	content:"";
}

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

.index_info .wrap dl dt {
	width: 110px;
	float: left;
	clear: both;
    font-family: 'Sorts Mill Goudy', serif;
	font-size: 18px;
	line-height: 1;
	color: #020202;
	letter-spacing: 0.05em;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

.index_info .wrap dl dd {
	width: 570px;
	float: left;
	padding: 0 0 10px 0px;
	margin: 0 0 10px;
}

.index_info .wrap dl dd a {
}


.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: center;
}

.index_info .more a {
    display: inline-block;
    width: 60px;
    padding: 5px 0 3px;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 14px;
    font-style: italic;
    line-height: 1;
    border-radius: 11px;
    background-color: #7F7F7F;
    box-shadow: 0.707px 0.707px 1px 0px rgba(0, 0, 0, 0.32);
    text-align: center;
    color: #fff;
}

.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 {
	padding: 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #7b5544;
}

.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;
    width: 60px;
    padding: 5px 0 3px;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 14px;
    font-style: italic;
    line-height: 1;
    border-radius: 11px;
    background-color: #7F7F7F;
    box-shadow: 0.707px 0.707px 1px 0px rgba(0, 0, 0, 0.32);
    text-align: center;
    color: #fff;
}
.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 {
	padding: 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #7b5544;
}
.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: 870px;
	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: 24px;
	font-weight: bold;
	color: #7b5544;
}

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

.index_pickup ul li .more {
	text-align: center;
}
.index_pickup ul li .more a {
    display: inline-block;
    width: 60px;
    padding: 5px 0 3px;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 14px;
    font-style: italic;
    line-height: 1;
    border-radius: 11px;
    background-color: #7F7F7F;
    box-shadow: 0.707px 0.707px 1px 0px rgba(0, 0, 0, 0.32);
    text-align: center;
    color: #fff;
}
.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: 305px;
	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 img {
	width: 295px;
	height: auto;
}
.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;
	padding-top: 10px;
	margin: 0 auto;
	text-align: right;
}

.index_blog .more a {
    display: inline-block;
    width: 60px;
    padding: 5px 0 3px;
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 14px;
    font-style: italic;
    line-height: 1;
    border-radius: 11px;
    background-color: #7F7F7F;
    box-shadow: 0.707px 0.707px 1px 0px rgba(0, 0, 0, 0.32);
    text-align: center;
    color: #fff;
}

.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;}


