@charset "UTF-8";
body{
    font-family: 'Sawarabi Gothic', sans-serif;
    letter-spacing: .03em;
    line-height: 1.3;
}
a{
    color: #272727;
    text-decoration: none;
}
a:hover{
    opacity: .7;
}
.sp{
    display: none!important;
}
.wrapp{
    width: 1200px;
    margin: 0 auto;
}
#side__bar {
    width: 248px;
    height: 100vh;
    overflow: auto;
    display: block;
    float: left;
    position: fixed;
    border-right: 1px solid #ededed;
    border-left: 1px solid #ededed;
    -ms-overflow-style: none; 
}
#side__bar::-webkit-scrollbar{
    display: none;
}
#side__bar h1{
    text-align: center;
    margin-top: 38px;
}
#side__bar p{
    font-size: 10px;
    text-align: center;
    margin-top: 35px;
    line-height: 1.2;
}
#side__bar ul{
    text-align: center;
    margin-top: 35px;
}
#side__bar ul li {
    position: relative;
    padding-left: 54px;
    background: url(../img/menu_bg.jpg);
    background-size: cover;
}
#side__bar ul li::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
#side__bar ul li.menu01 {
    padding-top: 24px;
    padding-bottom: 23px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
#side__bar ul li.menu01::before{
    background: url(../img/icon01.svg);
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    left: 25px;
    width: 39px;
    height: 37px;
}
#side__bar ul li.menu02 {
    padding-top: 15px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ededed;
}
#side__bar ul li.menu02::before{
    background: url(../img/icon02.svg);
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    left: 25px;
    width: 44px;
    height: 36px;
}
#side__bar ul li.menu03 {
    padding-top: 15px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ededed;
}
#side__bar ul li.menu03::before{
    background: url(../img/icon03.svg);
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    left: 25px;
    width: 36px;
    height: 36px;
}
#side__bar ul li.menu04 {
    padding-top: 15px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ededed;
}
#side__bar ul li.menu04::before{
    background: url(../img/icon04.svg);
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    left: 25px;
    width: 35px;
    height: 39px;
}
#side__bar ul li::after{
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: bold;
    position: absolute;
    height: 15px;
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto;
}
#side__bar ul li p {
    font-size: 15px;
    margin: 0 auto;
    width: 120px;
}
#side__bar ul li span {
    font-size: 10px;
    padding-bottom: 7px;
    display: inline-block;
}
#side__bar .contact{
    position: relative;
}
#side__bar .contact p {
    font-size: 12px;
    margin-top: 40px;
    padding-bottom: 13px;
}
#side__bar .contact a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/icon_tel.svg);
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    left: 16px;
    width: 24px;
    height: 39px;
}
#side__bar .contact a {
    margin-left: 44px;
    font-size: 24px;
    font-weight: bold;
}
#side__bar .contact p.time{
    margin-top: 0;
    padding-top: 20px;
}
#main__container{
    float: right;
    width: 950px;
    display: block;
}
.main__content{
    width: 900px;
    margin: 0 auto;
}
.main__contentTitle h3{
    font-size: 18px;
    position: relative;
    padding-left: 7%!important;
    font-weight: normal;
}
.main__contentTitle h3::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.main__contentTitle h3 span{
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    margin-left: 5px;
}
#banner__content img{
    width: calc(92% / 4);
    float: left;
    padding: 1%;
}
#footer {
    clear: both;
    font-size: 12px;
    padding: 45px 10px;
    text-align: center;
    margin: 0 auto;
    color: #6d6d6d;
}
#footer h3 {
    font-weight: normal;
}
#footer ul {
    display: inline-block;
    margin-top: 10px;
}
#footer ul li{
    float: left;
}
#footer ul li a{
    color: #6d6d6d;
}
#footer ul li:first-child::before{
    display: none;
}
#footer ul li::before {
    content: "|";
    padding: 0 15px;
}
#footer small{
    clear: both;
    display: block;
    text-align: center;
    padding: 40px;
}
.detail-txt {
    width: 100%;
	padding: 15px;
	box-sizing: border-box;
	margin: 10px 0 30px 0;
}
.detail-txt h3 {
	font-size: 14px;
	color: #c39597;
	font-weight: normal;
}
.detail-txt p {
	font-size: 12px;
	margin-top: 10px !important;
	text-align: left !important;
	line-height: 1.5 !important;
}

@media screen and (max-width: 1199px){
    .inner{
        width: 95%;
        margin: auto;
    }
    .wrapp{
        width: 100%;
    }
    #side__bar {
        width: 25%;
    }    
    #main__container {
        width: 74%;
    }
    .main__content {
        width: 95%;
    }   
}

@media screen and (max-width: 960px){
    .sp{
        display: block!important;
    }
    #header__menu{
        position: fixed;
        z-index: 999;
        width: 100%;
    }
    #header__menu dl {
        display: table;
        width: 100%;
    }
    #header__menu dl dt {
        display: table-cell;
        width: 20%;
        padding: 10px 0;
        font-size: 14px;
        line-height: 1.3;
        text-align: center;
        background-color: #ffffff;
        vertical-align: middle;
    }
    #header__menu dl dt img {
        width: 40%;
    }
    #header__menu dl dd {
        font-size: 12px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding: 0 1%;
        width: 44%;
        line-height: 1.3;
        background-color: rgba(255, 255, 255, 0.9);
    }
    #header__menu dl dd p {
        display: table;
        margin-top: 0;
        width: 100%;
        max-width: 346px;
        margin: 0 auto;
    }
    #header__menu dl dd p a {
        display: table-cell;
        font-size: 24px;
        position: relative;
        padding-left: 34px;
        color: #000000;
        font-weight: bold;
    }
    #header__menu dl dd p a::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        background: url(../img/icon_tel.svg);
        background-repeat: no-repeat !important;
        background-size: 100% !important;
        left: 12px;
        width: 21px;
        height: 34px;
    }
    #header__menu dl dd p span {
        display: table-cell;
        vertical-align: middle;
        padding-left: 15px;
    }
    #side__bar{
        display: none;
    }
    #main__container {
        width: 100%;
    }
    .main_spMenu {
        display: none!important;
    }
    .main_spMenu.fixed {
        text-align: center;
        margin: 0 auto;
        display:block!important;
    }
    .main_spMenu.fixed span{
        display: block;
        font-size: 10px;
    }
    .main_spMenu.fixed img{
        display: inline-block;
    }
    .main_spMenu.fixed p{
        font-size: 12px;
    }
    .main_spMenu.fixed img.icon01 {
        width: 33%;
        margin: 10px 0;
    }
    .main_spMenu.fixed img.icon02{
        width: 40%;
        margin: 12px 0 8px;
    }
    .main_spMenu.fixed img.icon03 {
        width: 32%;
        margin: 12px 0 9px;
    }
    .main_spMenu.fixed img.icon04{
        width: 38%;
        margin: 12px 0 9px;
    }
    .main_spMenu.fixed ul li {
        width: calc(100% / 4);
        display: block;
        float: left;
        border: 1px solid #ff7383;
        background-image: none;
        background-color: #fa939f;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 0 0 3% 0;
        box-shadow: none;
    }
    .main_spMenu.fixed ul li a{
        color: #ffffff;
    }
    .main_spMenu.fixed {
        position: fixed;
        bottom: 0;
        z-index: 2;
        width: 100%;
    }
    .main__content{
        clear: both;
    }
    #footer {
        margin-bottom: 15%;
    }
}
@media screen and (max-width: 600px){
    #header__menu dl dt img {
        min-width: 94px;
    }
    #header__menu dl dd {
        font-size: 10px;
        letter-spacing: -.5px;
    }
    #header__menu dl dd p a {
        font-size: 20px;
        padding-left: 23px;
    }
    #header__menu dl dd p span {
        display: table-cell;
        vertical-align: middle;
        padding-left: 0px;
        font-size: 10px;
        line-height: 1;
    }
    #header__menu dl dd p a::before {
        top: 2px;
        margin: auto;
        left: 9px;
        width: 14px;
        height: 23px;
    }
    .main_spMenu p {
        font-size: 10px;
    }
    .main__content {
        width: 100%;
    }
    .main__contentTitle h3 {
        font-size: 15px;
        text-align: center;
    }
    .main__contentTitle h3 span {
        display: block;
        margin-left: 0;
    }
    #banner__content{
        padding: 2%;
    }
    #banner__content img{
        width: 46%;
        float: left;
        padding: 2%;
    }
    #footer {
        clear: both;
    }
}

@media screen and (max-width: 480px){
    .pc{display: none}
    #footer {
        font-size: 12px;
        padding: 30px 10px;
    }
    #footer ul {
        display: inline-block;
        margin-top: 20px;
        font-size: 10px;
    }
    #footer ul li::before {
        padding: 0 6px;
    }
}

/* 20200601追加 */

.main__info{
    display: block;
}
.main__info h2 {
    color: #D39394;
    font-weight: bold;
	margin: 10px 0 0 0;
}
.main__info p {
    margin-bottom: 10px;
}
.main__lead ul li {
    font-size: 11px;
    color: #6d6d6d;
}


