@charset "UTF-8";

/* Base */
html{
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 0.9em;
    line-height: 200%;
    color: #272713;
    text-align: justify;
}
body{
    background-color: #fff;
    min-width: 100%;
}
h1, h2, h3, p, ul,div,iframe { margin: 0 0 0 0; padding: 0 0 0 0; }
ul li { list-style-type: none; }

a {
    text-decoration: none;
    color: #272713;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a:hover{
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.access_wrapp a{
    color: #f0f0f0;
}
.footer a{
    color: #f0f0f0;
}
.info_table ul li a{
    color: #b0b0b0;
}

img { vertical-align: bottom; }
.cl{
    clear: both;
}
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }



/* --- Sticky header --- */

.header {
    background-color: #fff;
    width: 100%;
    height: 120px;
    /* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); */
}
.no-boxshadow .header {
    border-bottom: 1px solid rgb(204, 204, 204);
}
.header > .inner {
    margin: auto;
    width: 100%;
}

/* Logo */
.header .site-logo {
    width: 160px;
    font-size: 100%;
    font-family: sans-serif;
    margin: 30px auto 0;
}

/* Primary nav */
.licence { 
    font-size: 11px;
    line-height: 150%;
    text-align: right;
    position: absolute;
    top: 10px; right: 10px;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    letter-spacing: .05em;
}


/* --- Sticky header (clone) --- */
.header-clone {
    background-color: #fff;
    opacity: 1.0;
    position: fixed;
    top: -100px;
    width: 100%;
    height: 80px;
    /*z-index: 30;*/
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25); 
    -webkit-transition: top 0.25s;
            transition: top 0.25s;
}
.header-clone > .inner {
    margin: auto;
    width: 100%;
}
.header-clone.visible {
    top: 0;
}
.header-clone:hover {
    opacity: 1;
}

.header-clone .site-logo {
    width: 130px;
    font-size: 100%;
    font-family: sans-serif;
    margin: 10px auto 0;
}
.header-clone .site-logo a {
    display: block;
    width: 130px;
    height: 60px;
    overflow: hidden;
    border: 0px solid #ccc;
}
.header-clone .site-logo a:before {
    content:" ";
    display:inline-block;
    width:130px;
    height: 60px;
    background:url( '../img/logo.png'); 
    background-size:contain;
    vertical-align:middle;
    background-position: left top;
    background-repeat: no-repeat;
}


/* --- Display --- */
.display{
    width: 100%;
    margin: 0 0 70px 0;
    background-color: #666;  
}
.display img{
    width: 100%;
}

/* --- Contents --- */

.contents{
    width: 100%;
    margin: 0 auto 0px;
    font-family: Helvetica,sans-serif;
}

h2.lede{
    width: 100%;
    font-size: 3em;
    margin: 0 0 40px 0;
    text-align: center;
    letter-spacing: 4px;  
}
h2.lede img{
    width: 90%;
    max-width: 582px;
}
.contents .message{
    width: 980px;
    margin: 0 auto 70px;
}
.contents .message .left{
    width: 50%;
    float: left;
}
.contents .message .right{
    width: 50%;
    float: right;
    text-align: right;
}
.contents .message .copy{
    margin: 0 20px 0px 0px;
}
.contents .message .name{
    display: block;
    text-align: right;
    width: 100%;
    font-size: 0.9em;
}
.contents .message .right .img01{
    width: 96%;
    margin: 5px 0 0 0;
}
.contents .message .right .img02{
    display: none;
}

.h2_photo{
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
    padding: 10px 0 0 0;
}

.h2_access{
    width: 100%;
    color: #303030;
    text-align: center;
    margin: 0 0 30px 0;
    padding: 10px 0 0 0;
}

.carousel{
    width: 100%;
    margin: 0 auto 60px;
    border: 1px solid #ccc;
}

/* --- Access --- */

.access_wrapp{
	width: 980px;
	margin: 0 auto 0;
}
.access_wrapp .left{
	float: left;
	width: 475px;
}
.access_wrapp .right{
	float: right;
	width: 475px;
	height: 305px;
}
.access_wrapp .right p{
	padding: 280px 0 0 0;
	margin: 0 0 0 14px;
	color: #f0f0f0;
	font-size: 13px;
	line-height: 140%;
}

/* --- maps --- */

.google_map{
    width: 475px;
    height: 0px;
    overflow: hidden;
    position: relative;
    margin: 0 auto 50px;
    padding: 0 0 305px;
    
}
.google_map > div{
    width: 100% ;
    height: 100% ;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.google_map img
{
    max-width: none ;
}

/* --- Profile --- */

.info_table{
    width: 100%;
    background-color: #3a3a3a;
}
.info_table h2{
    width: 100%;
    height: 55px;
    background-color: #202020;
    color: #e0e0e0;
    text-align: center;
    margin: 0 0 20px 0;
    font-family: sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    padding: 15px 0 0 0;
}
.info_table_wrapp{
    width: 100%;
}
.info_table .box{
     width: 100%;
     margin: 0 auto 30px;
}
.info_table .box ul{
    width: 33.3%;
    min-width: 320px;
    float: left;
}
.info_table .box ul li{
    padding: 5px 0 5px 0;
    text-indent: 50px;
    font-size: 13px;
    line-height: 140%;
    color: #b0b0b0;
     
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif !important;
    border-bottom: 1px solid #303030;
}
.info_table .box ul li.indent{
    padding-left: .35em;
}


/* --- Footer --- */

.footer{
    width: 100%;
    height: 95px;
    background: #202020;
    padding: 25px 0 0 0;
}
.footer p{
    font-size: 11px;
    line-height: 18px;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    letter-spacing: 1px;
    color: #f0f0f0;
    text-align: center;
}
.footer .br_sp{
    display: none;
}







