/*全体の設定*/
html{
    height: auto;
}


/*bodyの設定*/
body{
    margin: 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    border-top: solid 3px #ffffff;
}


/* header*/
header{
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: #565656;
    text-align:center;
    opacity: 0.95;
    border-bottom: solid 3px #ffffff;
}

#header1{
    height: 25px;
}

#header2{
    overflow: hidden;
}

#header3{
    overflow: hidden;
    margin-bottom: 1%;
}

ul {
    list-style: none;
    padding: 0px;
}

a {
    text-decoration:none;
}

a:link {
    color : #ffffff;
}

a:visited {
    color : #ffffff;
}

.header3-1, .header3-2, .header3-3, .header3-4, .header3-5{
    display: inline-block;
    margin-bottom: 1%;
    margin-top: 1%;
}

.btn {
    display: inline-block;
    margin-bottom: 1%;
    margin-top: 1%;
}


/* MainContents*/
h1{
    color: #1a0000;
    text-align: center;
    font-size: 50px;
}

h2{
    background: linear-gradient(transparent 70%, #CDCDC0 70%);
    padding-right: 50%;
    color: #1a0000;
}

h3{
    display: inline-block;
    background: linear-gradient(transparent 90%, #CDCDC0 70%);
    color: #1a0000;
}

h4 {
    position: relative;
    display: inline-block;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 0px;
    margin-top: 0%;
    margin-bottom: 0%;
}

#kakaku{
    text-align: center;
    margin-right: 5%;
}

h4:before, h4:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: black;
}

h4:before {
    left:0;
}
h4:after {
    right: 0;
}

.kakaku{
    margin-top: 7%;
    margin-left: 4%;
    position: relative;
    padding: 2%;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}

.kakaku:before, .kakaku:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}

.kakaku:before {
    left: 10px;
}

.kakaku:after {
    right: 10px;
}

#blank{
    overflow: hidden;
}

.aobuta1{
    width: 100%;
}

.aobuta2{
    background-color: rgba(255, 223, 209, 0.63);
    color: #000000;
    border: solid 7px #ffffff;
    border-radius: 10px;
    margin-top: 3%;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 3%;
    padding: 2%;
}

#mai{
    text-align: center;
}

.aobuta2 a:link{
    color: white;
}

.aobuta2 a:visited{
    color: white;
}

@media (min-width: 1500px){
    .member{
        width: 100%;
        height: 400px;
    }

    .infoimg{
        float: left;
        padding-top: 2%;
        padding-left: 8%;
    }

    .infotext{
        float: right;
        padding-top: 2%;
        padding-right: 20%;
    }
    
    .img_w{
    margin-top: 2%;
    text-align: center;
    }

    .img_h{
        display: none !important;
    }
}

@media (max-width: 1500px) {
    .member{
        width: 100%;
        height: 700px;
        text-align: center;
    }
    
        .img_w{
        display: none !important;
    }

    .img_h{
        margin-top: 4%;
        margin-bottom: 4%;
        text-align: center;
    }
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* 横幅1450px以上 */
.pc {
    display: block !important;
    position: relative;
    text-align: center;
    margin-top: 2%;
    width: 930px;
    height: 440px;
}

.sp {
    display: none !important;
}

.pc_f{
    position: absolute;
    top: 320px;
    left: 285px;
}

.pc_case {
    display: block !important;
    position: relative;
    text-align: center;
    margin-top: 2%;
    width: 930px;
    height: 1320px;
}

.sp_case {
    display: none !important;
}

/* 横幅1450px以下 */
@media (max-width: 1450px) {
    .pc {
        display: none !important;
    }
    
    .sp {
        display: block !important;
        position: relative;
        text-align: center;
        margin-top: 2%;
        width: 450px;
        height: 1100px;
    }

    .sp_f{
        position: absolute;
        top: 920px;
        left: 270px;
    }
    
    .pc_case {
        display: none !important;
    }
    
    .sp_case {
        display: block !important;
        position: relative;
        text-align: center;
        margin-top: 2%;
        width: 450px;
        height: 2900px;
    }
    
}

.zoomwall{
    margin-bottom: 5%;
}



/*footer*/
footer{
    background-color: #565656;
    color: #ffffff;
    opacity: 0.95;
    border-top: solid 3px #ffffff;
    border-bottom: solid 3px #ffffff;
}

#footer1-1{
    text-align: center;
    padding-top: 1%;
    padding-bottom: 1%;
}

#footer2-2, #footer2-3, #footer2-4{
    float: left;
    margin-left: 1px;
}

p.icon img{
    width: 35px; 
    align-items: center;
    margin-right: 5px;
}