@charset "UTF-8";

/*================================================
 * 
 ================================================*/
.map {
	border: 1px solid #ddd;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-bottom: 35px;
}

.googlemap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


#name {}
#email {}
#what {}
#question {
	height: 150px;
}
.long {}
.atlast {}
#contacttbl {
}
#contacttbl {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	line-height: 1.5;
}
#contacttbl th {width:127px;padding:10px 0;text-align:left;font-weight:normal;vertical-align:top;}
#contacttbl th div {border-right:3px solid #f19500;padding:5px 0;}
#contacttbl td {padding:15px 10px 15px 15px;text-align:left;vertical-align:top;}
#contacttbl th.atlast div {height:150px;}
.buttons input {
	width: 152px;
	height: 42px;
	background: #f19500;
	color: #FFFFFF;
	border: none;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	margin-left: 65px;
	margin-bottom: 36px;
}

.contactmessage {padding:10px 0;}

input[type="submit"] {
	-webkit-appearance: none;
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:779px) {
    body {
        box-sizing:border-box;
        width:100%;
        padding:0 10px;
    }

    header {
        width:100%;
    }

    header h1 {
        margin-bottom:0;
    }

header h1 img {
	width: 100%;
    }

    .contact {
        position:relative;
        float:right;
        margin:10px 0;
    }

    #contents {
        width:100%;
}

    #main {
        float:none;
        width:100%;
    }

    #sub {
        float:none;
        width:100%;
    }

    .bnr {
        overflow:hidden;
        margin-right:-2%;
    }

    .bnr li {
        float:left;
        width:48%;
        margin:0 2% 2% 0;
    }

    .bnr li img {
        width:100%;
    }

   .totop {
    display:none !important;
    }

    /* メインメニュー */
    nav {
        display:block;
        position:relative;
        width:100%;
    }
    nav h3 {
        cursor:pointer;
        margin-bottom:0;
        color:#fff;
        background:#999;
        border:none;
    }
    nav h3:after {
        position:absolute;
        content:"\0025bc";
        top:3px;
        right:5px;
    }
    nav h3.menuOpen:after {
        position:absolute;
        content:"\0025b2";
        top:3px;
        right:5px;
    }
    nav ul {
        width:100%;
    }

    nav li {
        width:33.33%;
        margin:0;
        padding:0;
        list-style:none;
    }
    navv li a:before {
        content:"\0025a0";
        color:#5b4111;
    }
    nav li:first-child a {
        width:100%;
    }

    nav li a {
        display:block;
        width:100%;
        border-bottom:1px dotted #ddd;
        text-decoration:none;
    }

    /* トップナビ */
    .topNavi {
        margin-right:0;
    }

    .topNaviColumn {
        display:block;
        box-sizing:border-box;
        width:100%;
        float:none;
        margin-right:0;
        margin-bottom:10px;
    }

}
