p{
    color: #221815;
}
ul{
    padding: 0px;
}
.content{
    max-width: 1180px;
    width: 90%;
    display: block;
    margin: 0 auto;
}
.top .content{
    padding-top: 30px;
}
.top h1{
    display: inline-block;
    vertical-align: middle;
    max-width: 331px;
    width: 70%;
}
.top h1 img{}
.top .menu_box{
    float: right;
    padding-top: 10px;
}
.top .menu{
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
    margin: 0px;
}
.top .menu li{
    display: inline-block;
    vertical-align: top;
    padding: 0px 40px;
    margin: 0px;
}
.top .menu li a{
    color: #fff;
    text-decoration: none;
}
.top .sns{
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
    margin: 0px;
    padding-right: 20px;
}
.top .sns li{
    display: inline-block;
    vertical-align: top;
}
.top .sns li img{
    margin-left: 25px;
}


@media only screen and (max-width: 1145px) {
    .top .menu li{
        padding: 0px 20px;
    }
}
@media only screen and (max-width: 980px) {
    .top .menu li{
        padding: 0px 10px;
    }
}
@media only screen and (max-width: 890px) {
    .top .menu_box{
        display: none;
    }
    .top .content{
        text-align: center;
    }
}




.gallery{
    background: #fff;
    padding-top: 40px;
    padding-bottom: 50px;
}
.gallery .content{}
.gallery .content h2{
    max-width: 304px;
    width: 55%;
    display: block;
    margin: 0 auto;
}
.gallery .content h2 img{}
.gallery .content h3{
    padding-top: 60px;
}
.gallery .content ul{
    display: block;
    list-style-type: none;
    padding-top: 30px;
}
.gallery .content ul li{
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 1%;
}
.gallery .content ul li img{
    width: 100%;
}
@media only screen and (max-width: 600px) {
    .gallery .content ul li{
        width: 47%;
    }
}
.btn{
    display: block;
    max-width: 565px;
    margin: 0 auto;
    height: 50px;
    background: #000;
    width: 70%;
    border: 1px solid #000;
}
.btn:hover{
    background: #fff;
}
.btn a{
    text-decoration: none;
}
.btn a p{
    margin: 0px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
}
.btn a p:hover{
    color: #000;
}
@media only screen and (max-width: 600px) {
    .btn{
        height: 40px;
    }
    .btn a p{
        line-height: 40px;
    }
}
/****************************************************/
/*                    toppage                       */
/****************************************************/
.topPage{
    background: #000;
}
.topPage .topTitle{
    padding-bottom: 10px;
    padding-top: 20px;
}
.topPage .topTitle.mobile{
    max-width: 670px;
}
.topPage .topTitle img{
    padding-bottom: 20px;
}
.topPage .topTitle.mobile img{
    padding-bottom: 0px;
}
.topPage .about{
    background: #fff;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.topPage .about h2{
    padding-bottom: 20px;
    max-width: 334px;
    width: 75%;
    display: block;
    margin: 0 auto;
}
.topPage .about h3{
    padding-bottom: 10px;
}
.topPage .about p{
    font-size: 20px;
    line-height: 35px;
}
@media only screen and (max-width: 600px) {
    .topPage .about p{
        font-size: 14px;
        line-height: 28px;
    }
}
.topPage .guest{
    background: url("../img/guest_bg.jpg") center center repeat;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.topPage .guest h2{
    padding-bottom: 20px;
    max-width: 229px;
    width: 55%;
    display: block;
    margin: 0 auto;
}
.topPage .guest .guest_item{
    text-align: left;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.topPage .guest .guest_item:nth-of-type(2){
    padding-bottom: 35px;
}
.topPage .guest .guest_item:nth-of-type(3){
    border-bottom: none;
    margin-bottom: 0px;
}
.topPage .guest .guest_item .top_box{}
.topPage .guest .guest_item .top_box .photo_box{
    display: inline-block;
    vertical-align: top;
    max-width: 293px;
    width: 26%;
}
.topPage .guest .guest_item .top_box .photo_box img{
    width: 100%;
}
.topPage .guest .guest_item .top_box .ttl_box{
    display: inline-block;
    vertical-align: top;
    width: 72%;
    padding-left: 1%;
}
.topPage .guest .guest_item .top_box .ttl_box h3{}
.topPage .guest .guest_item .top_box .ttl_box h3 img{}
.topPage .guest .guest_item .top_box .ttl_box .guest_sns{
    list-style-type: none;
    margin-bottom: 0px;
}
.topPage .guest .guest_item .top_box .ttl_box .guest_sns li{
    display: inline-block;
    vertical-align: top;
}
.topPage .guest .guest_item .top_box .ttl_box .guest_sns li a{
    text-decoration: none;
}
.topPage .guest .guest_item .top_box .ttl_box .guest_sns li a p{
    color: #221815;
    font-weight: bold;
}
.topPage .guest .guest_item .top_box .ttl_box .guest_sns li a p.twitter{
    background: url("../img/twitter.png") left center no-repeat;
    margin-left: 15px;
    padding-left: 25px;
}
.topPage .guest .guest_item .top_box .ttl_box .guest_sns li a p.insta{
    background: url("../img/instagram.png") left center no-repeat;
    margin-left: 15px;
    padding-left: 25px;
}
.topPage .guest .guest_item .desc{
    font-size: 17px;
    line-height: 30px;
}
.topPage .guest .guest_item .top_box .desc_box{}
.topPage .guest .guest_item .top_box .desc_box .desc{}
@media only screen and (max-width: 600px) {
    .topPage .guest .guest_item .top_box .ttl_box .guest_sns li a p{
        font-size: 12px;
    }
    .topPage .guest .guest_item .top_box .photo_box{
        display: block;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    .topPage .guest .guest_item .top_box .ttl_box{
        width: 100%;
        padding-left: 0px;
    }
    .topPage .guest .guest_item .desc{
        font-size: 14px;
    }
}
@media only screen and (max-width: 375px) {
    .topPage .guest .guest_item .top_box .ttl_box .guest_sns li{
        display: block;
    }
}
.topPage .detail{
    background: #fff;
    text-align: center;
    padding-top: 40px;
}
.topPage .detail .promo{
    background: #000 url("../img/promo_bg.jpg") center center no-repeat;
    padding: 40px 0px;
    margin-top: 40px;
}
.topPage .detail .promo h2{
    max-width: 1058px;
    width: 90%;
}
.topPage .detail .promo h2 img{
    width: 100%;
}
.topPage .detail #map_box{
    margin-top: 40px;
    height: 400px;
    width: 100%;
}
.topPage .detail h2{
    max-width: 234px;
    width: 54%;
    display: block;
    margin: 0 auto;
}
.topPage .detail h2 img{}
.topPage .detail .detail_list{
    list-style-type: none;
    padding-top: 20px;
}
.topPage .detail .detail_list li{
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 43%;
    padding-left: 2%;
    padding-right: 1%;
    margin-left: 2%;
    border-bottom: 1px solid #000;
    padding-top: 15px;
}
.topPage .detail .detail_list li .part1{
    float: left;
}
.topPage .detail .detail_list li .part2{
    float: right;
}
.topPage .detail .addr{
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media only screen and (max-width: 600px) {
    .topPage .detail .detail_list li{
        width: 97%;
        margin: 0px;
    }
}
.topPage .support{
    text-align: center;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
.topPage .support .content{}
.topPage .support .content h2{
    max-width: 253px;
    width: 65%;
    display: block;
    margin: 0 auto;
}
.topPage .support .content h2 img{}
.topPage .support .content ul{
    list-style-type: none;
}
.topPage .support .content ul li{
    display: inline-block;
    vertical-align: middle;
    padding: 23px;
}
.topPage .support .content ul li a{
    text-decoration: none;
}
.topPage .support .content ul li img{
    
}
@media only screen and (max-width: 600px) {
    .topPage .support .content ul li{
        width: 35%;
        padding: 15px 5%;
    }
}
/****************************************************/
/*                    footer                        */
/****************************************************/
footer{
    padding-top: 50px;
    padding-bottom: 50px;
}
footer #logo{
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    text-align: center;
}
footer #logo img{}
footer #contact{
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    padding-left: 2%;
}
footer #contact h2{}
footer #contact h2 img{}
footer #contact p.desc{
    color: #fff;
}
footer #contact ul{
    list-style-type: none;
}
footer #contact ul li{}
footer #contact ul li input{
    background: #000;
    padding-left: 5%;
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    border: 1px solid #898989;
    color: #fff;
}
footer #contact ul li textarea{
    background: #000;
    padding-left: 5%;
    width: 100%;
    height: 155px;
    margin-bottom: 15px;
    padding-top: 15px;
    border: 1px solid #898989;
    color: #fff;
}
footer #contact ul li .g-recaptcha{}
footer #contact ul li .g-recaptcha > div{
    margin: 0 auto;
}
footer #contact p.button{
    width: 60%;
    background: #95ff6c;
    text-align: center;
    display: block;
    margin: 0 auto;
    line-height: 50px;
    font-weight: bold;
    border: 1px solid #000;
    cursor: pointer;
}
footer #contact p.button:hover{
    background: #000;
    color: #95ff6c;
    border: 1px solid #95ff6c;
}
footer .copy{
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 40px;
}
@media only screen and (max-width: 600px) {
    footer #logo{
        width: 100%;
        display: block;
        max-width: 428px;
        padding-bottom: 40px;
        margin: 0 auto;
    }
    footer #contact{
        width: 100%;
        padding: 0px;
        text-align: center;
    }
}