@charset "utf-8";

.titContent{
    color:#00395c;
    font-size:2.0em;
    line-height:130%;
    padding:15px 0;
}
/* secGreet */
.secGreet{
}
.secGreet .titGreet{
    background: #00395c;
    font-weight: bold;
    color:#ffffff;
    line-height:120%;
    padding:10px 5px 10px 15px;
    margin:0 0 10px 0;
}
@media only screen and (max-width:767px){
    .secGreet{
        padding:0 0 20px 0;
    }
    .secGreet .titGreet{
        font-size:1.3em;
    }
}
@media print, screen and (min-width:767px){
    .secGreet{
        padding:0 0 50px 0;
    }
    .secGreet .titGreet{
        font-size:1.6em;
    }
}


.rinen_area{
    margin: 10px 0;
}

.company_sub_title{
    background: #013a58;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    margin: 0 0 5px;
    border-radius: 7px;
}

.company_sub_txt{
    padding-left: 10px !important;
    padding-bottom:10px;
    line-height:200%;
}

.list_area li{
    list-style-type:none;
}
.list_area li:before{
    content:"□ ";
}


.table_area{
    margin: 30px 0;
    line-height:200%;
}

.col_area{
    border-top: 1px solid #cccccc;
    padding: 10px;
}

.table_area .col_area:last-child{
    border-bottom: 1px solid #cccccc;
}

.table_area .shopListRow{
    padding-bottom:10px;
    border-bottom:dotted 1px #aaaaaa;
    margin-bottom:10px;
}
.table_area .shopListRow:last-child{
    border-bottom:none;
    margin-bottom:0px;
}
.table_area .boxIndoor{
    padding:20px 0 10px 0;
}
.table_area .boxIndoor iframe{
    max-width:100%;
}


.table_title{
    font-weight: bold;
}

@media screen and (max-width: 767px){
    .table_title{
        margin-bottom: 5px;
    }
    .table_area .photoCompany{
        width:100%;
    }
    .table_area .childImgArea{
        padding-top: 20px;
    }
    .table_area .childImgArea{
        padding-bottom: 20px;
    }
    .table_area .boxMap{
    }
    .table_area .boxMap iframe{
        width:100%;
    }
    .table_area .shopListRow .imgList{
        padding-bottom: 20px;
    }
}
@media screen and (min-width: 768px){
    .table_area .photoCompany{
        float:left;
        width:290px;
        height:214px;
    }
    .table_area .childImgArea{
        padding-top: 30px;
    }
    .table_area .boxMap{
        padding-top:30px;
        float:left;
    }
    .table_area .boxMap iframe{
    }
    
}
.free_dial{
  color: red;
  padding-left: 40px !important;
  background: url(../images/icn_free_diale.gif) no-repeat left;
  font-size: 1.5em;
  font-weight: bold;
}
.free_dial a{
  color: red;
}
.free_dial a:hover{
  color: red;
}

/** リニューアルページ */
/* 店舗情報 */
.new-what-company-info-area {
    background-color: #FFCB00;
    height: 100%;
    padding: 40px 0 80px 0;
}
.new-what-company-page-title {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.5;
}
.new-what-company-address {
    font-size: 18px;
    font-weight: 500;
    margin-top: 40px;
}
.new-what-company-reception-time {
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
}
.new-what-company-reception-time span:first-child {
    margin-right: 15px;
}
.new-what-company-freedial {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 10px;
}
.new-what-company-freedial>div{
    padding-left: 50px;
    background: url(../images/new/icon_freedial.svg) left 12px no-repeat;
    background-size: 40px;
}
.new-what-company-tel {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 10px;
}
.new-what-company-tel>div{
    padding-left: 35px;
    background: url(../images/new/icon_phone.svg) left 12px no-repeat;
    background-size: 26px;
}
.new-what-company-info-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.new-what-company-info-content {
    width: 48%;
}
.new-what-company-info-content-text {
    order: 1;
}
.new-what-company-info-content-img {
    order: 2;
}
.new-what-company-info-item {
    border-top: 1px dotted #000000;
    line-height: 2;
    padding: 10px 0 10px 0;
}
.new-what-company-info-item:last-child {
    border-bottom: 1px dotted #000000;
}
.new-what-company-info-item p:first-child {
    font-size: 18px;
    font-weight: bold;
}
.new-what-company-info-item p:nth-child(2){
    font-size: 18px;
    font-weight: 500;
}
.new-what-company-info-img {
    margin-bottom: 20px;
}
.new-what-company-info-map-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.new-what-company-info-map-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 代表あいさつ */
.new-what-company-greet-area {
    padding: 80px 0 80px 0;
}
.new-titGreet {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 40px;
}

/* 理念 */
.new-what-company-philosophy-area {
    background-color: #F9F7F2;
    height: 100%;
    padding: 80px 0 80px 0;
}
.new-what-company-philosophy-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.new-what-company-philosophy-content {
    width: 48%;
    border-top: 1px dotted #000000;
}
.new-what-company-philosophy-wrap:nth-child(2) .new-what-company-philosophy-content {
    border-bottom: 1px dotted #000000;
}
.new-what-company-philosophy-item {
    line-height: 2;
    padding: 35px 0 35px 0;
}
.new-what-company-philosophy-item *:first-child {
    font-size: 18px;
    font-weight: bold;
}
.new-what-company-philosophy-item p:nth-child(n+2){
    font-size: 18px;
    font-weight: 500;
}
.new-what-company-guidelines {
    line-height: 2;
    padding: 35px 0 35px 0;
    border-bottom: 1px dotted #000000;
}
.new-what-company-guidelines *:first-child {
    font-size: 18px;
    font-weight: bold;
}
.new-what-company-guidelines p:nth-child(n+2){
    font-size: 18px;
}

@media only screen and (max-width: 767px){
    /* 店舗情報 */
    .new-what-company-info-area {
        padding: 20px 0 40px 0;
    }
    .new-what-company-page-title {
        font-size: 20px;
    }
    .new-what-company-address {
        font-size: 14px;
        margin-top: 20px;
    }
    .new-what-company-reception-time {
        font-size: 14px;
        margin-top: 10px;
    }
    .new-what-company-freedial {
        font-size: 20px;
    }
    .new-what-company-freedial>div{
        padding-left: 35px;
        background: url(../images/new/icon_freedial.svg) left 5px no-repeat;
        background-size: 30px;
    }
    .new-what-company-tel {
        font-size: 20px;
    }
    .new-what-company-tel>div{
        padding-left: 25px;
        background: url(../images/new/icon_phone.svg) left 5px no-repeat;
        background-size: 20px;
    }
    .new-what-company-info-wrap {
        flex-wrap: column;
        margin-top: 20px;
    }
    .new-what-company-info-content {
        width: 100%;
    }
    .new-what-company-info-content-text {
        order: 2;
        margin-top: 10px;
    }
    .new-what-company-info-content-img {
        order: 1;
    }
    .new-what-company-info-item p:first-child {
        font-size: 14px;
    }
    .new-what-company-info-item p:nth-child(2){
        font-size: 14px;
    }

    /* 代表あいさつ */
    .new-what-company-greet-area {
        padding: 40px 0 40px 0;
    }
    .new-titGreet {
        font-size: 20px;
        margin-bottom: 20px;
    }

    /* 理念 */
    .new-what-company-philosophy-area {
        padding: 40px 0 40px 0;
    }
    .new-what-company-philosophy-wrap {
        display: initial;
        flex-wrap: initial;
        justify-content: initial;
    }
    .new-what-company-philosophy-content {
        width: 100%;
    }
    .new-what-company-philosophy-wrap:nth-child(2) .new-what-company-philosophy-content {
        border-bottom: initial;
    }
    .new-what-company-philosophy-item {
        padding: 15px 0 15px 0;
    }
    .new-what-company-philosophy-item *:first-child {
        font-size: 14px;
    }
    .new-what-company-philosophy-item p:nth-child(n+2){
        font-size: 14px;
    }
    .new-what-company-guidelines {
        padding: 15px 0 15px 0;
        border-top: 1px dotted #000000;
    }
    .new-what-company-guidelines *:first-child {
        font-size: 14px;
    }
    .new-what-company-guidelines p:nth-child(n+2){
        font-size: 14px;
    }
}