/*
Theme Name: DesignSakurairo
Theme URI: https://d-sakurairo.com/
Author: Design Sakurairo
Author URI: https://d-sakurairo.com/
Description: Description
Version: 2021.1
License: Design Sakurairo
License URI: https://d-sakurairo.com/
Text Domain: DesignSakurairo
Tags:
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

html {
    overflow-y: scroll;
    font-family: "kozuka-gothic-pro", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    background-color: #FFF
}

p {
    margin: 0px;
}

hr {
    clear: left;
    border: #000
}

/* 上ボタン */




#lightbox{margin-top:100px}

#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

#pageTop a {
    display: block;
    font-size: 18px;
    z-index: 999;
    line-height: 47px;
    border-radius: 45px;
    width: 45px;
    height: 45px;
    background-color: #eb6b68;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/* リンク制御 */

a:link {
    text-decoration: none;
    color: #000
}

a:visited {
    text-decoration: none;
    color: #000
}

a:hover {
    text-decoration: none;
}

li {
    list-style-type: none;
}

ul {
    padding: 0px;
    margin: 10px
}

/*----- フェードイン -----*/

.inviewfadeIn {
    opacity: 0;
    transition: .8s;
}

.fadeIn {
    opacity: 1.0;
}

/*----- 上へスライド -----*/

.inviewUp {
    transform: translate(0, 80px);
    -webkit-transform: translate(0, 80px);
    transition: .8s;
}

.Up {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

/*----- ズームイン -----*/

.inviewzoomIn {
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transition: .8s;
}

.zoomIn {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

/*----- フェードインしながら上へスライド -----*/

.inviewfadeInUp {
    opacity: 0;
    transform: translate(0, 90px);
    -webkit-transform: translate(0, 90px);
    transition: .70s;
}

.fadeInUp {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

/*--------------------------------------------------------------
# PC
--------------------------------------------------------------*/

@media screen and (max-width:1700px) {
    .pr {
        opacity: 0.5
    }
}

@media screen and (max-width:1100px) {
    .pr {
        display: none
    }
}

@media screen and (min-width:839px) {

    /*基本部分*/
    body {
        margin: 0px auto;
        color: #000;
        width: 100%;
        overflow: hidden;
        font-size: 14px;
        line-height: 1.9em;
        font-family: "kozuka-gothic-pro";
        font-weight: 400;
        letter-spacing: 0.1em
    }
	
	.my-small {
  font-size: 1.1em;
		margin-right:3px
  /*0.8倍の大きさに*/}

    .nodisply_pc {
        display: block;
    }

    .nodisply_m {
        display: none;
    }

    input,
    button,
    select {
        padding: 3px;
        font-size: 14px;
    }

    textarea {
        padding: 3px;
        font-size: 14px;
        width: 95%;
        border-radius: 5px;
        border: 1px solid #b7b7b7
    }



    input[type=checkbox] {
        margin-left: 5px
    }

    input[type=radio] {
        margin-left: 0px;
        margin-right: 3px
    }

    .tab01 input[type="submit"] {
        background-color: #eb6b68;
        border: 1px solid #eb6b68;
        padding: 4px 100px;
        text-align: center;
        margin-left: 10px;
        color: #FFF;
        border-radius: 3px;
        font-size: 16px;
    }

    .tab01 input[class="wpcf7-submit"]:hover {
        border: 1px solid #eb6b68;
        color: #66c4cd;
        background-color: #fffeee;
        cursor: pointer;
    }

    /* タイトル各種 */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {

        margin: 0px;
        padding: 0px;
        font-weight: normal
    }

    .entry-title {
        border-bottom: 2px solid #666;
        border-top: 2px solid #666;
        color: #666;
        padding-bottom: 10px;
        padding-top: 12px;
        width: 50%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 40px;
        font-size: 18px;
        cursor: pointer;
        display: block;
        font-weight: 400
    }

    h2 {
        color: #eb6b68;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 15px;
        border-bottom: 1px solid #eb6b68;
        padding-bottom: 4px
    }

    .aka {
        color: #eb6b68
    }

    .gold {
        color: #b58152
    }

    /* ＜共通＞メニュー*/
    .head_menu {
        width: 100%;
        margin: 0 auto;
        z-index: 50;
    }

    .head_menu_main {
        position: relative;
        width: 1000px;
        margin: 0 auto;
        height: 50px;
        z-index: 50;
    }

    .head_menu a:link {
        text-decoration: none;
        color: #000
    }

    .head_menu a:visited {
        text-decoration: none;
        color: #000
    }

    .head_menu_box {
        padding: 8px 0px;
        width: 141px;
        text-align: center;
        float: left;
        border-left: 1px solid #000
    }

    .head_menu_box_l {
        padding: 8px 0px;
        width: 143px;
        text-align: center;
        float: left;
        border-left: 1px solid #000;
        border-right: 1px solid #000
    }

    .head_menu_t1 {
        font-size: 15px;
        padding-bottom: 3px;
        font-weight: 400
    }

    .head_menu_box_l:hover {
        background: #eb6b68;
        color: #FFF;
    }

    .head_menu_box:hover {
        background: #eb6b68;
        color: #FFF;
    }

    .head_menu_t1 a:link {
        color: #FFF;
    }

    /* ＜共通＞ヘッド　*/

    .head_top1_all {
        width: 100%;
        margin: 0 auto;
        background: #b58152;
    }

    .head_top1 {
        width: 1000px;
        margin: 0 auto;
        text-align: center;
        color: #FFF;
        padding: 7px 0px;
        font-size: 12px;
    }

    .head_top2_all {
        width: 100%;
        margin: 0 auto;
    }

    .head_top2 {
        width: 1000px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        z-index: 0;
		height:120px
    }
    
    .head_top3 {
        width: 1000px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        z-index: 0;
		height:110px
    }

    .head_top2_l {
        width: 450px;
        margin-top: 37px;
        z-index: 0;
        float: left
    }

    .head_top2_l img {
        width: 330px;
    }

    .head_top2_r {
        width: 530px;
        margin-left: 20px;
        z-index: 0;
        float: left
    }

    .head_top2_l2 {
        width: 450px;
        margin-top: 0px;
        margin-left: 20px;
        z-index: 0;
        float: left
    }

    .head_top2_r2 {
        width: 530px;

        z-index: 0;
        float: left
    }

    /* ＜共通＞モバイルメニュー */
    #menu_m {
        display: block;
    }

    #navi {
        display: none;
    }

    .slicknav_menu {
        display: none;
    }

    .sticky {
        position: fixed;
        top: 0;
        z-index: 1000;
        width: 100%;
        border-bottom: 2px solid #FFF;
        background-color: #FFF
    }

    /* ＜共通＞フッダー */

    .fooder_all {
        width: auto;
        margin: 0 auto;
        clear: left;
        padding-top: 25px;
        margin-top: -9px;
        margin-bottom: 45px;
        border-top: 1px solid #d8d8d8
    }

    .fooder_main {
        width: 1000px;
        margin: 0 auto;
        font-size: 13px;
    }

    .fooder_main_l {
        width: 300px;
        float: left;
        text-align: left;
        line-height: 2.2em
    }

    .fooder_main_r {
        width: 700px;
        float: left;
        text-align: right;
        line-height: 1.9em;
        font-size: 12px
    }

    .fooder_main_r img {
        width: 220px;
    }

    .fooder_main_r_m {
        padding: 5px 0px;
        width: 170px;
        text-align: center;
        cursor: pointer;
        margin-left: auto;
        margin-top: 5px
    }

    .fooder_main_l a:link {
        color: #000;
        text-decoration: none
    }

    .fooder_main_l a:visited {
        color: #000;
        text-decoration: none
    }

    /* ＜共通＞ 問合せ　*/

    .toiawase_all {
        width: 530px;
        margin: 0 auto;
    }

    .toiawase_top {
        width: 100%;
        height: 35px;
        line-height: 37px;
        border: 1px solid #eb6b68;
        background: #fef4f2;
        text-align: center;
        color: #eb6b68;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 15px
    }

    .toiawase_bot {
        width: auto;
        margin: 0 auto;
    }

    .toiawase_l1 {
        width: 25px;
        background: #eb6b68;
        writing-mode: vertical-rl;
        color: #FFF;
        font-size: 15px;
        font-weight: 400;
        padding-top: 5px;
        text-align: center;
        height: 60px;
        float: left
    }

    .toiawase_l2 {
        width: 258px;
        height: 65px;
        margin-right: 15px;
        margin-left: 15px;
        float: left
    }

    .tel01 {
        color: #eb6b68;
        font-size: 28px;
        font-weight: 500;
        margin-top: 5px;
        margin-bottom: 8px
    }

    .tel02 {
        color: #eb6b68;
        font-size: 20px;
        font-weight: 400;
    }

    .tel01 a:link {
        text-decoration: none;
        color: #eb6b68
    }

    .tel02 a:link {
        text-decoration: none;
        color: #eb6b68
    }


    .toiawase_r {
        width: 215px;
        height: 65px;
        line-height: 67px;
        border: 1px solid #eb6b68;
        background: #eb6b68;
        text-align: center;
        color: #FFF;
        font-size: 18px;
        font-weight: 400;
        float: left
    }

    .toiawase_r:hover {
        border: 1px solid #eb6b68;
        background: #fef4f2;
        text-align: center;
        color: #eb6b68;
        font-size: 18px;
        font-weight: 400;
    }

    .head_top3_l {
        width: 450px;
        z-index: 0;
        float: left
    }

    .head_top3_l img {
        width: 450px;
    }


    /* ＜トップページ＞ 写真　*/
    .mainph {
        width: auto;
        margin: 0 auto;
        height: 450px;
        overflow: hidden;
        position: relative;
        z-index: 0;
    }

    .mainph img {
        position: absolute;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .mainph_main {
        z-index: 3;
        margin: 0 auto;
        width: 1000px;
        top: 0px;
    }

    .mainph_main_m {
        position: absolute;
        color: #FFF;
        font-size: 35px;
        font-weight: 600;
        margin-left: 120px;
        top: 220px;
        letter-spacing: 1pt;
        text-shadow: 0 0 5px rgba(0, 0, 0, 1);
    }

    .mainph_main2 {
        text-align: right;
        position: absolute;
        z-index: 3;
        margin: 0 auto;
        width: 100%;
        top: 0px;
    }

    .mainph_main2 img {
        position: static;
        width: auto;
        height: 660px;
    }

    /* ＜トップページ＞ コンセプト　*/

    .top_con_all {
        width: auto;
        margin: 0 auto;
        background-image: url(img/back.jpg);
        padding-top: 8px;
        margin-top: -2px
    }

    .top_con {
        width: 1000px;
        background-color: #FFF;
        margin: 0 auto;
        padding-top: 50px;
        padding-bottom: 25px;
        padding-left: 50px;
        padding-right:  50px;
        margin-bottom: 10px;
    }

    .top_con_main {
        width: 1000px;
        background-color: #FFF;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 40px
    }

    .top_con_box01 {
        width: 310px;
        float: left;
        height: 350px;
        margin: 0px 11px;
    }
     .top_con_box01 p{
        line-height: 1.8em
    }

    .top_con_box02 {
        width: 310px;
        height: 230px;
        position: relative;
        z-index: 0;
        float: left;
        margin-bottom: 10px
    }

    .top_con_box02 img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .top_con_box02a {
        position: absolute;
        text-align: center;
        top: 50px;
        font-size: 18px;
        font-weight: 400;
        background-color: rgba(236, 106, 104, 0.9);
        color: #FFF;
        left: 20%;
        width: 60%;
        padding-top: 55px;
        height: 80px;
        display: inline;
        z-index: 999;

    }
    
    .top_con_box02b {
        position: absolute;
        text-align: center;
        top: 50px;
        font-size: 18px;
        font-weight: 400;
        background-color: rgba(236, 106, 104, 0.9);
        color: #FFF;
        left: 20%;
        width: 60%;
        padding-top: 55px;
        height: 80px;
        display: inline;
        z-index: 999;

    }

    .con_t01 {
        text-align: center;
        color: #eb6b68;
        font-size: 34px;
        font-weight: 500;
        padding-bottom: 8px;
        border-bottom: 1px solid #eb6b68;
        width: 650px;
        display: block;
        margin: 0 auto;
        margin-bottom: 8px;
    }

    .con_t02 {
        text-align: center;
        color: #eb6b68;
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 400;
    }

    .con_t03 {
        text-align: center;
        background: #eb6b68;
        color: #FFF;
        font-size: 13px;
        font-weight: 400;
        width: 650px;
        display: block;
        margin: 0 auto;
    }

    /* ＜トップページ＞ 物件　*/

    .top_bukken_all {
        width: auto;
        margin: 0 auto;
        background-color: #f7f2ec;
        padding-top: 8px;
        margin-top: -2px
    }

    .top_bukken {
        width: 1000px;
        margin: 0 auto;
        padding: 30px 0px;
        margin-bottom: 10px;
    }



    /* ＜トップページ＞ MAP　*/

    .top_map_all {
        width: auto;
        margin: 0 auto;
        border-top: 1px solid #fbdad3;
        padding-top: 8px
    }

    .top_map {
        width: 1000px;
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: right
    }


    /* ＜トップページ＞ ニュース　*/
    .top_news_all {
        width: auto;
        margin: 0 auto;
    }

    .top_news {
        width: 1000px;
        margin: 0 auto;
        margin-bottom: 30px;
        margin-top: 20px
    }

    .news_t01 {
        border-bottom: 1px dotted #000;
        font-size: 23px;
        font-weight: 400;
        padding-bottom: 5px;
        margin-bottom: 10px
    }

    .top_news_li {
        border: 1px solid #000;
        padding: 1px 0px;
        width: 150px;
        text-align: center;
        cursor: pointer;
        margin-left: auto;
        margin-top: 5px;
        display: block;
    }

    .top_news_li:link {
        display: block;
    }

    .top_news_li:hover {
        border: 1px solid #000;
        background: #000;
        color: #FFF;
    }


    /* ＜ページ＞　基本*/
    .page_bar {
        width: auto;
        margin: 0 auto;
        text-align: center;
        background-color: #eb6b68;
        text-align: center;
        color: #FFF;
        padding: 10px 0px;
        font-size: 20px;
        font-weight: 400;
    }

    .page {
        width: auto;
        margin: 0 auto;
    }

    .page_main {
        width: 1000px;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .page_main p {
        line-height: 2.1em
    }

    /* ＜ページ＞　物件一覧　*/

    .bukenichi_all {
        width: 100%;
        float: left;
        margin-bottom: 30px
    }

    .bukenichi_l {
        width: 435px;
        height: 305px;
        float: left
    }

    .bukenichi_l img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .bukenichi_r {
        width: 520px;
        margin-left: 40px;
        height: 260px;
        float: left
    }

    .bukenichi_t00 {
        font-size: 14px;
        line-height: 1.6em;
        margin-bottom: 7px
    }

    .bukenichi_t01 {
        font-size: 18px;
        font-weight: 500;
        border: 1px solid #eb6b68;
        background-color: #FFF;
        border-radius: 20px;
        padding: 0px 25px;
        height: 32px;
        line-height: 34px;
        margin-top: 5px;
        margin-bottom: 10px;
        color: #eb6b68;
    }

    .bukenichi_t02 {
        font-size: 19px;
        font-weight: 500;
        padding-bottom: 5px;
        margin-bottom: 3px;
        border-bottom: 1px solid #000
    }


    .bukenichi_t03 {
        font-size: 18px;
        font-weight: 400;
        background-color: #eb6b68;
        border: 1px solid #eb6b68;
        border-radius: 20px;
        padding: 0px 25px;
        height: 32px;
        text-align: center;
        line-height: 34px;
        margin-top: 5px;
        margin-bottom: 10px;
        color: #FFF;
    }

    .bukenichi_t03:hover {
        background-color: #FFF;
        border: 1px solid #eb6b68;
        color: #eb6b68;
    }

    .bukenichi_t04 {
        font-size: 18px;
        font-weight: 500;
        background-color: #FFF;
        border: 1px solid #eb6b68;
        border-radius: 20px;
        padding: 0px 25px;
        height: 40px;
        text-align: center;
        line-height: 42px;
        margin-top: 5px;
        margin-bottom: 10px;
        color: #eb6b68;
    }

    .bukenichi_t04:hover {
        background-color: #FFF;
        border: 1px solid #eb6b68;
        background-color: #eb6b68;
        color: #FFF;
    }

    .bukenichi_t001_all {
        width: 260px;
        float: left;
        margin-bottom: 5px;
    }

    .bukenichi_t001 {
        font-size: 14px;
        font-weight: 400;
        border: 1px solid #000;
        height: 28px;
        width: 80px;
        text-align: center;
        line-height: 30px;

        float: left
    }

    .bukenichi_t002 {
        font-size: 14px;
        font-weight: 400;
        margin-left: 12px;
        height: 28px;
        line-height: 30px;
        float: left
    }

    .bukenichi_t003 {
        font-size: 25px;
        font-weight: 500;
        margin-left: 12px;
        height: 28px;
        line-height: 36px;
        float: left;
    }



    /* ＜ページ＞　物件詳細　*/

    .buken_s00 {
        font-size: 20px;
        font-weight: 500;
        border-bottom: 1px solid #eb6b68;
        padding-bottom: 4px;
        margin-bottom: 15px;
        color: #eb6b68;
    }

    .buken_s01 {
        font-size: 18px;
        font-weight: 400;
        background-color: #eb6b68;
        border: 1px solid #eb6b68;
        border-radius: 10px;
        padding: 0px 15px;
        height: 32px;
        line-height: 34px;
        margin-bottom: 20px;
        color: #FFF;
    }

    .buken_s02 {
        font-size: 20px;
        font-weight: 400;
        border-bottom: 1px solid #000;
        padding-bottom: 4px;
        margin-bottom: 5px;
        color: #eb6b68;
    }


    .buken_s_box_all {
        width: auto;
        margin: 0 auto;

    }

    .buken_s_box_l {
        width: 500px;
        float: left;
    }

    .buken_s_box_r {
        width: 500px;
        float: left;

    }

    .buken_ph_box_all {
        width: auto;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 30px
    }
	
	    .buken_ph_box_00 {
        width: 100%;
        height: autox;
        padding-right:1%;
        float: left;
			margin-bottom:15px
    }
	
		    .buken_ph_box_00 img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .buken_ph_box_01 {
        width: 49%;
        height: 470px;
        padding-right:1%;
        float: left;
    }
    
    .buken_ph_box_02 {
        width: 49%;
        height: 470px;
        padding-left:1%;
        float: left;
    }

    .buken_ph_box_03_on {
        width: 24%;
        height: 180px;
        float: left
    }
    
    .buken_ph_box_04_on {
        width: 24%;
        height: 180px;
        padding-left:1%;
        float: left
    }
    
     .buken_ph_box_05_on {
        width: 24%;
        height: 180px;
        padding-left:2%;
        float: left
    }
    
    .buken_ph_box_03_off,.buken_ph_box_04_off,.buken_ph_box_05_off{
        display: none
    }
    
    .buken_ph_box_01 img,.buken_ph_box_02 img,.buken_ph_box_04_on img,.buken_ph_box_03_on img,.buken_ph_box_05_on img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    
     .buken_ph_box_01,.buken_ph_box_02,.buken_ph_box_04_on,.buken_ph_box_03_on,.buken_ph_box_05_on {
    margin-bottom: 15px
    }




    .buken_s_box_01 {
        font-size: 14px;
        font-weight: 400;
        background-color: #eb6b68;
        height: 28px;
        width: 80px;
        text-align: center;
        line-height: 30px;
        float: left;
        color: #FFF;
        margin-bottom: 8px
    }

    .buken_s_box_02 {
        width: 157px;
        font-size: 14px;
        font-weight: 400;
        margin-left: 12px;
        height: 28px;
        line-height: 30px;
        float: left;
        margin-bottom: 8px
    }
	
	    .buken_s_box_02a {
        width: 360px;
        font-size: 14px;
        font-weight: 400;
        margin-left: 12px;
        height: 28px;
        line-height: 30px;
        float: left;
        margin-bottom: 8px
    }
	
	 .buken_s_box_01b {
        font-size: 14px;
        font-weight: 400;
        background-color: #eb6b68;
        height: 55px;
        width: 80px;
        text-align: center;
        line-height: 55px;
        float: left;
        color: #FFF;
        margin-bottom: 8px
    }
		    .buken_s_box_02b {
        width: 360px;
        font-size: 14px;
        font-weight: 400;
        margin-left: 12px;
        height: 55px;
        line-height: 27px;
        float: left;
        margin-bottom: 8px
    }

    .buken_s_box_03 {
        font-size: 14px;
        font-weight: 400;
        background-color: #eb6b68;
        height: 28px;
        width: 480px;
        text-align: center;
        line-height: 30px;
        color: #FFF;
        margin-bottom: -1px;
        margin-top: 5px;
    }

    .buken_s_box_04 {
        width: 438px;
        border: 1px solid #eb6b68;
        font-size: 14px;
        font-weight: 400;
        padding: 20px;
        height: auto;
        float: left;
        margin-bottom: 8px
    }
    
    .buken_s_box_05 {
        font-size: 14px;
        font-weight: 400;
        border: 1px solid #eb6b68;
        height: 28px;
        padding: 0px 12px;
        text-align: center;
        line-height: 30px;
        float: left;
        color: #eb6b68;
        margin-bottom: 12px;
        margin-right: 10px
    }

    
    .buken_s_box_06 {
        font-size: 14px;
        font-weight: 400;
        border: 1px solid #eb6b68;
        background-color: #eb6b68;
        height: 28px;
        padding: 0px 12px;
        text-align: center;
        line-height: 30px;
        float: left;
        color: #FFF;
        margin-bottom: 2px;
        margin-right: 10px
    }

       .bukenichi_t003z {
        width: 157px;
        font-size: 20px;
        font-weight: 500;
        margin-left: 12px;
        height: 28px;
        line-height: 30px;
        float: left;
        margin-bottom: 8px
    }
    .buken_kind_box_01{
        width: 100%;
    }

    .buken_kind_box_02 {
        width: 500px;
        margin-top: 0px;
        margin-left: 0px;
        z-index: 0;
        float: left;
    }

    .buken_kind_box_03 {
        width: 400px;
        margin-top: 0px;
        margin-left: 0px;
        z-index: 0;
        float: left;
    }

    .buken_kind_t01{
        font-size: 25px;
        font-weight: 600;
        padding-bottom: 4px;
        margin-bottom: 20px;
        color: #009fad;
    }
    .buken_kind_t02{
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    background-color: #eb6b68;
    border: 1px solid #eb6b68;
    padding: 5px 15px;
    height: 32px;
    line-height: 34px;
    margin-bottom: 20px;
    color: #FFF;}
	
	.buken_kind_z01 {
    font-size: 28px;
    font-weight: 600;
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
    margin-bottom: 10px;
    color: #eb6b68;}
	
		.buken_kind_z02 {
			margin-top;10px;
    font-size: 18px;}
	
	

    .toiawase_l1k {
        width: 25px;
        background: #000;
        writing-mode: vertical-rl;
        color: #FFF;
        font-size: 15px;
        font-weight: 400;
        padding-top: 5px;
        text-align: center;
        height: 60px;
        float: left
    }

    .toiawase_l2k {
        width: 350px;
        height: 65px;
        margin-right: 15px;
        margin-left: 15px;
        float: left;
    }

    .tel01k {
        color: #000;
        font-size: 45px;
        font-weight: 600;
        margin-top: 10px;
        margin-bottom: 8px
    }

    .tel02k {
        color: #000;
        font-size: 20px;
        font-weight: 400;
    }

    .tel01k a:link {
        text-decoration: none;
        color: #000
    }

    .tel02k a:link {
        text-decoration: none;
        color: #000
    }

    /* ＜ページ＞　ニュース一覧　*/
    .news_all {
        width: 447px;
        margin: 0px 10px;
        padding: 10px 15px;
        border: 1px solid #000;
        float: left;
        font-weight: 400;
        margin-bottom: 20px
    }

    .news_all_m {
        font-size: 15px;
        height: 50px;
        margin-bottom: 5px;
        display: inline-block;
        font-weight: 300
    }

    .links_news {
        border: 1px solid #000;
        padding: 1px 0px;
        padding-bottom: 3px;
        width: 130px;
        text-align: center;
        margin-top: 7px;
        font-size: 13px;
        cursor: pointer;
        margin-left: auto
    }

    .links_news a:link {
        color: #000;
    }

    .links_news a:visited {
        color: #000;
    }

    .links_news:hover {
        border: 1px solid #000;
        background-color: #FFF;
        color: #FFF;
        text-decoration: none;
    }

    /* ＜ページ＞　戻る　*/
    .page_back {
        float: right;
    }


    /* ＜ページ＞　会社概要　*/

    .gaiyo_box {
        width: 100%;
    }

    .gaiyo_box_l {
        width: 50%;
        float: left
    }

    .gaiyo_box_l img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .gaiyo_box_r {
        width: 48%;
        margin-left: 2%;
        float: left
    }


    /* ＜ページ＞　テーブル　*/
    .tab01 {
        width: 100%;
    }

    .tab02 {
        width: 100%;
    }

    .tab01 table,
    .tab02 table {
        border-collapse: collapse;
        border-spacing: 0px;
        margin-bottom: 30px;
        width: 100%;
        border-top: 1px solid #CCC;
    }

    .tab01 table th {
        width: 27%
    }

    .tab01 table td {
        width: 73%
    }

    .tab02 table th {
        width: 15%
    }

    .tab02 table td {
        width: 35%
    }

    .tab01 table th,
    .tab02 table th,
    .tab01 table td,
    .tab02 table td {
        padding: 10px 20px;
    }

    .tab01 table td,
    .tab02 table td {
        border-bottom: 1px solid #CCC;
        text-align: left;
    }

    .tab01 table th,
    .tab02 table th {
        border-bottom: 1px solid #CCC;
        font-size: 14px;
        font-weight: normal;
        text-align: left;
        background-color: #f4f4f4;
    }
}

/*--------------------------------------------------------------
# MOB
--------------------------------------------------------------*/

@media screen and (max-width:840px) {

    /*基本部分*/
    body {
        margin: 0px auto;
        color: #000;
        width: 100%;
        overflow: hidden;
        font-size: 14px;
        line-height: 1.7em;
        font-family: "kozuka-gothic-pro";
        font-weight: 400;
        letter-spacing: 0.1em
    }

    .nodisply_pc {
        display: none;
    }

    .nodisply_m {
        display:block;
    }

    button,
    select {
        padding: 3px;
        font-size: 14px;
    }

    
    textarea {
        padding: 2%;
        font-size: 14px;
        width: 96%;
        border-radius: 5px;
        border: 1px solid #b7b7b7
    }
    input[type=text],input[type=tel],input[type=email] {
        padding: 2%;
        font-size: 14px;
        width: 95%;
        border-radius: 5px;
        border: 1px solid #b7b7b7
    }



    input[type=checkbox] {
        margin-left: 5px
    }

    input[type=radio] {
        margin-left: 0px;
        margin-right: 3px
    }
    
    input[type="submit"] {
        font-size: 16px;
        width: 100%
    }

    .tab01 input[type="submit"] {
        -webkit-appearance: none;
  border-radius: 0;
        background-color: #eb6b68;
        border: 1px solid #eb6b68;
        text-align: center;
        margin-left: 0px;
        color: #FFF;
        border-radius: 3px;
        font-size: 16px;
        width: 100%;
        padding: 10px 0px;
    }

    .tab01 input[class="wpcf7-submit"]:hover {
        border: 1px solid #eb6b68;
        color: #66c4cd;
        background-color: #fffeee;
        cursor: pointer;
    }

    /* タイトル各種 */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {

        margin: 0px;
        padding: 0px;
        font-weight: normal
    }

    .entry-title {
        border-bottom: 2px solid #666;
        border-top: 2px solid #666;
        color: #666;
        padding-bottom: 10px;
        padding-top: 12px;
        width: 50%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 40px;
        font-size: 18px;
        cursor: pointer;
        display: block;
        font-weight: 400
    }

    h2 {
        color: #eb6b68;
        font-size: 17px;
        font-weight: 400;
        margin-bottom: 15px;
        border-bottom: 1px solid #eb6b68;
        padding-bottom: 2px
    }
    
    h3 {
        font-size: 17px;
        font-weight: 500;
    }

    .aka {
        color: #eb6b68
    }

    .gold {
        color: #b58152
    }

    /* ＜共通＞メニュー*/
    .head_menu {
        display: none
    }

    .head_menu_main {
        position: relative;
        width: 1000px;
        margin: 0 auto;
        height: 50px;
        z-index: 50;
    }

    .head_menu a:link {
        text-decoration: none;
        color: #000
    }

    .head_menu a:visited {
        text-decoration: none;
        color: #000
    }

    .head_menu_box {
        padding: 8px 0px;
        width: 141px;
        text-align: center;
        float: left;
        border-left: 1px solid #000
    }

    .head_menu_box_l {
        padding: 8px 0px;
        width: 143px;
        text-align: center;
        float: left;
        border-left: 1px solid #000;
        border-right: 1px solid #000
    }

    .head_menu_t1 {
        font-size: 15px;
        padding-bottom: 3px;
        font-weight: 400
    }

    .head_menu_box_l:hover {
        background: #eb6b68;
        color: #FFF;
    }

    .head_menu_box:hover {
        background: #eb6b68;
        color: #FFF;
    }

    .head_menu_t1 a:link {
        color: #FFF;
    }

    /* ＜共通＞ヘッド　*/

    .head_top1_all {
        width: 100%;
        margin: 0 auto;
        background: #FFF;
    }

    .head_top1 {
        width: 90%;
        margin: 0 auto;
        padding: 0px 0px;
        margin-top: 60px;
        font-size: 12px;
        line-height: 1.6em
    }

    .head_top2_all {
        width: 100%;
        margin: 0 auto;
    }

    .head_top2 {
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 0px;
        z-index: 0;
    }
    
     .head_top3 {
        width:100%;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom:-1px;
        z-index: 0;
    }

    .head_top2_l {
        width: 100%;
        margin-top:0px;
        z-index: 0;
        float: none;
        text-align: center
    }

    .head_top2_l img {
        width: 80%;
    }

    .head_top2_r {
        width: 100%;
        margin-left: 0px;
        z-index: 0;
        float: none;
		height:105px;
        margin-bottom: 30px
    }

    .head_top2_l2 {
        width: 100%;
        margin-top: 0px;
        margin-left: 0px;
        z-index: 0;
        float: none
    }

    .head_top2_r2 {
        width: 100%;
height: 120px;
        z-index: 0;
        float: none
    }

    /* モバイルメニュー */
    #menu_m {
        max-width: 100%;
        min-width: 320px;
        margin: 0 auto;
        position: relative;
    }

    #navi {
        position: relative;
        margin: 0;
        height: 0px;
    }

    #menu {
        display: block;
        height: auto;
        margin: 0;
        padding: 0;
    }

    #menu li {
        float: left;
        width: 20%;
        text-align: center;
    }

    #menu li a {
        padding: 0 20px 10px;
        border-top: none;
        border-right: none;
        background: none;
        color: #555555;
        display: inline-block;
        margin: auto;
        text-shadow: -1px 1px rgba(255, 255, 255, 0.8);
    }

    #menu {
        display: none;
    }

    .slicknav_menu {
        display: inline;
        position: fixed;
        width: 100%;
        z-index: 999;
    }

   /* ＜共通＞フッダー */

    .fooder_all {
        width: 100%;
        margin: 0 auto;
        clear: left;
        padding-top: 15px;
        margin-top: -7px;
        margin-bottom: 45px;
        border-top: 1px solid #d8d8d8
    }

    .fooder_main {
        width: 90%;
        margin: 0 auto;
        font-size: 13px;
    }

    .fooder_main_l {
        width: 100%;
        float: none;
        text-align: left;
        line-height: 1.9em
    }

    .fooder_main_r {
        width: 100%;
        float: none;
        line-height: 1.7em;
        font-size: 12px;
        margin-top: 20px
    }

    .fooder_main_r img {
        width: 180px;
    }

    .fooder_main_r_m {
        padding: 5px 0px;
        width: 170px;
        text-align: center;
        cursor: pointer;
        margin-left: auto;
        margin-top: 5px
    }

    .fooder_main_l a:link {
        color: #000;
        text-decoration: none
    }

    .fooder_main_l a:visited {
        color: #000;
        text-decoration: none
    }

    /* ＜共通＞ 問合せ　*/

    .toiawase_all {
        width: 100%;
        margin: 0 auto;
    }

    .toiawase_top {
        width: 100%;
        height: 27px;
        line-height: 29px;
        border: 1px solid #eb6b68;
        background: #fef4f2;
        text-align: center;
        color: #eb6b68;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 10px;
        margin-top: 10px
    }

    .toiawase_bot {
        width: auto;
        margin: 0 auto;
    }

    .toiawase_l1 {
        width: 6%;
        background: #eb6b68;
        writing-mode: vertical-rl;
        color: #FFF;
        font-size: 13px;
        font-weight: 400;
        padding-top: 3px;
        text-align: center;
        height: 60px;
        float: left
    }

    .toiawase_l2 {
        width: 53%;
        height: 65px;
        margin-right: 0%;
        margin-left: 2%;
        float: left
    }

    .tel01 {
        color: #eb6b68;
        font-size: 23px;
        font-weight: 500;
        margin-top:9px;
        margin-bottom: 8px;
        letter-spacing:1.1px;
		overflow:none
    }

    .tel02 {
        color: #eb6b68;
        font-size: 18px;
        font-weight: 400;
    }

    .tel01 a:link {
        text-decoration: none;
        color: #eb6b68
    }

    .tel02 a:link {
        text-decoration: none;
        color: #eb6b68
    }


    .toiawase_r {
        width: 38%;
        height: 63px;
        line-height: 65px;
        border: 1px solid #eb6b68;
        background: #eb6b68;
        text-align: center;
        color: #FFF;
        font-size: 17px;
        font-weight: 500;
        float: left
    }

    .toiawase_r:hover {
        border: 1px solid #eb6b68;
        background: #fef4f2;
        text-align: center;
        color: #eb6b68;
        font-size: 18px;
        font-weight: 400;
    }

    .head_top3_l {
        width: 100%;
        z-index: 0;
        float:none
    }

    .head_top3_l img {
        width: 100%;
    }


    /* ＜トップページ＞ 写真　*/
    .mainph {
        width: auto;
        margin: 0 auto;
        height: 300px;
        overflow: hidden;
        position: relative;
        z-index: 0;
    }

    .mainph img {
        position: absolute;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .mainph_main {
        z-index: 3;
        margin: 0 auto;
        width: 100%;
        height: 300px;
        top: 0px;
    }

    .mainph_main_m {
        position: absolute;
        color: #FFF;
        font-size: 22px;
        line-height: 1.5em;
        font-weight: 600;
        margin-left: 30px;
        top:120px;
      
        letter-spacing: 1pt;
        text-shadow: 0 0 5px rgba(0, 0, 0, 1);
    }

    .mainph_main2 {
        text-align: right;
        position: absolute;
        z-index: 3;
        margin: 0 auto;
        width: 100%;
        top: 0px;
    }

    .mainph_main2 img {
        position: static;
        width: auto;
        height: 660px;
    }

    /* ＜トップページ＞ コンセプト　*/

    .top_con_all {
        width: 100%;
        margin: 0 auto;
        background-image: none;
        padding-top: 8px;
        margin-top: -2px
    }

    .top_con {
        width: 90%;
        background-color: #FFF;
        margin: 0 auto;
        padding-top: 30px;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    .top_con_main {
        width: 100%;
        background-color: #FFF;
        margin: 0 auto;
        margin-bottom: 0px;
        margin-top: 40px
    }

    .top_con_box01 {
        width: 46%;
        float: left;
        height: 350px;
        margin: 0px 2%;
    }
     .top_con_box01 p{
        line-height: 1.6em
    }

    .top_con_box02 {
        width: 100%;
        height: 180px;
        position: relative;
        z-index: 0;
        float: left;
        margin-bottom: 10px
    }

    .top_con_box02 img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .top_con_box02a {
        position: absolute;
        text-align: center;
        top: 35px;
        font-size: 16px;
        font-weight: 400;
        background-color: rgba(236, 106, 104, 0.9);
        color: #FFF;
        left: 20%;
        width: 54%;
        padding-top: 45px;
        padding-left:3%;
        padding-right: 3%;
        height: 70px;
        display: inline;
        z-index: 999;

    }
    
    .top_con_box02b {
        position: absolute;
        text-align: center;
        top: 35px;
        font-size: 16px;
        font-weight: 400;
        background-color: rgba(236, 106, 104, 0.9);
        color: #FFF;
        left: 20%;
        width: 54%;
        padding-top: 35px;
        padding-left:3%;
        padding-right: 3%;
        height: 80px;
        display: inline;
        z-index: 999;

    }

    .con_t01 {
        text-align: center;
        color: #eb6b68;
        font-size: 25px;
        line-height: 1.3em;
        font-weight: 500;
        padding-bottom: 8px;
        border-bottom: 1px solid #eb6b68;
        width: 100%;
        display: block;
        margin: 0 auto;
        margin-bottom: 8px;
    }

    .con_t02 {
        text-align: center;
        color: #eb6b68;
        font-size: 17px;
        margin-bottom: 10px;
        font-weight: 500;
    }

    .con_t03 {
        text-align: center;
        background: #eb6b68;
        color: #FFF;
        font-size: 12px;
        font-weight: 400;
        width: 94%;
        padding:5px 3% ;
        display: block;
        margin: 0 auto;
    }

    /* ＜トップページ＞ 物件　*/

    .top_bukken_all {
        width: 100%;
        margin: 0 auto;
        background-color: #f7f2ec;
        padding-top: 8px;
        margin-top: -2px
    }

    .top_bukken {
        width: 90%;
        margin: 0 auto;
        padding-top:20px;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }



    /* ＜トップページ＞ MAP　*/

    .top_map_all {
        width: 100%;
        margin: 0 auto;
        border-top: 1px solid #fbdad3;
        padding-top:15px;
        margin-top: 15px;
    }

    .top_map {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 10px;
    }


    /* ＜トップページ＞ ニュース　*/
    .top_news_all {
        width: 100%;
        margin: 0 auto;
    }

    .top_news {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 30px;
        margin-top: 20px
    }

    .news_t01 {
        border-bottom: 1px dotted #000;
        font-size: 18px;
        font-weight: 400;
        padding-bottom: 5px;
        margin-bottom: 10px
    }

    .top_news_li {
        border: 1px solid #000;
         height: 23px;
        width: 130px;
        line-height:25px; 
        text-align: center;
        cursor: pointer;
        margin-left: auto;
        margin-top: 5px;
        display: block;
    }

    .top_news_li:link {
        display: block;
    }

    .top_news_li:hover {
        border: 1px solid #000;
        background: #000;
        color: #FFF;
    }


    /* ＜ページ＞　基本*/
    .page_bar {
        width: auto;
        margin: 0 auto;
        text-align: center;
        background-color: #eb6b68;
        text-align: center;
        color: #FFF;
        padding: 10px 0px;
        font-size: 17px;
        font-weight: 400;
		margin-top:0px;
    }

    .page {
        width: 100%;
        margin: 0 auto;
    }

    .page_main {
        width: 90%;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .page_main p {
        line-height: 2.1em
    }

    /* ＜ページ＞　物件一覧　*/

    .bukenichi_all {
        width: 100%;
        float: none;
        margin-bottom:35px
    }

    .bukenichi_l {
        width: 100%;
        height: 250px;
        margin-bottom: 15px;
        float: none
    }

    .bukenichi_l img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .bukenichi_r {
        width: 100%;
        margin-left: 0px;
        height: auto;
        float: none
    }

    .bukenichi_t00 {
        font-size: 14px;
        line-height: 1.6em;
        margin-bottom: 7px;
        margin-top: 7px;
    }

    .bukenichi_t01 {
        font-size: 18px;
        font-weight: 500;
        border: 1px solid #eb6b68;
        background-color: #FFF;
        border-radius: 20px;
        padding: 0px 25px;
        height: 32px;
        line-height: 34px;
        margin-top: 5px;
        margin-bottom: 15px;
        color: #eb6b68;
        overflow: hidden
    }

    .bukenichi_t02 {
        font-size: 19px;
        font-weight: 400;
        padding-bottom: 5px;
        margin-bottom: 3px;
        border-bottom: 1px solid #000
    }


    .bukenichi_t03 {
        font-size: 18px;
        font-weight: 400;
        background-color: #eb6b68;
        border: 1px solid #eb6b68;
        border-radius: 20px;
        padding: 0px 25px;
        height: 32px;
        text-align: center;
        line-height: 34px;
        margin-top: 5px;
        margin-bottom: 10px;
        color: #FFF;
    }

    .bukenichi_t03:hover {
        background-color: #FFF;
        border: 1px solid #eb6b68;
        color: #eb6b68;
    }

    .bukenichi_t04 {
        font-size: 18px;
        font-weight: 500;
        background-color: #FFF;
        border: 1px solid #eb6b68;
        border-radius: 30px;
        padding: 0px 25px;
        height: 60px;
        text-align: center;
        line-height: 62px;
        margin-top: 5px;
        margin-bottom: 10px;
        color: #eb6b68;
    }

    .bukenichi_t04:hover {
        background-color: #FFF;
        border: 1px solid #eb6b68;
        background-color: #eb6b68;
        color: #FFF;
    }

    .bukenichi_t001_all {
        width: 50%;
        float: left;
        margin-bottom: 5px;
    }

    .bukenichi_t001 {
        font-size: 13px;
        font-weight: 400;
        border: 1px solid #000;
        height: 28px;
        width: 70px;
        text-align: center;
        line-height: 30px;

        float: left
    }

    .bukenichi_t002 {
        font-size: 13px;
        font-weight: 400;
        margin-left: 8px;
        height: 28px;
        line-height: 30px;
        float: left
    }

    .bukenichi_t003 {
        font-size: 18px;
        font-weight: 500;
        margin-left: 8px;
        height: 28px;
        line-height: 36px;
        float: left;
    }

    /* ＜ページ＞　物件詳細　*/

    .buken_s00 {
        font-size: 17px;
        font-weight: 500;
        border-bottom: 1px solid #eb6b68;
        padding-bottom: 3px;
        margin-bottom: 15px;
        color: #eb6b68;
    }

    .buken_s01 {
        font-size: 16px;
        font-weight: 500;
        background-color: #eb6b68;
        border: 1px solid #eb6b68;
        border-radius: 10px;
        padding: 0px 15px;
        height: 32px;
        line-height: 34px;
        margin-bottom: 20px;
        color: #FFF;
    }

    .buken_s02 {
        font-size: 20px;
        font-weight: 500;
        border-bottom: 1px solid #000;
        padding-bottom: 4px;
        margin-bottom: 5px;
        color: #eb6b68;
    }


    .buken_s_box_all {
        width: 100%;
        float: none;
        height: auto;
        margin-top: 1px;
        margin-bottom: 10px;
    }

    .buken_s_box_l {
        width: 100%;
        float: none;
    }

    .buken_s_box_r {
       width: 100%;
        float: none;
    }

    .buken_ph_box_all {
        width: 100%;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom:10px
    }
	
		    .buken_ph_box_00 {
        width: 100%;
        height: auto;
        padding-right:1%;
        float: left;
			margin-bottom:15px
    }
	
		    .buken_ph_box_00 img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .buken_ph_box_01 {
        width: 100%;
        height: auto;
        padding-right:0%;
        float: left;
    }
    
    .buken_ph_box_02 {
        width: 100%;
        height: auto;
        padding-left:0%;
        float: left;
    }

	
    .buken_ph_box_03_on {
        width: 48%;
        height: 150px;
        float: left;
        padding-right:2%;
    }
    
    .buken_ph_box_04_on {
        width: 48%;
        height: 150px;
        float: left;
        padding-left:2%;
    }
    
     .buken_ph_box_05_on {
        width: 48%;
        height: 150px;
        float: left;
        padding-right:2%;
    }
    
    .buken_ph_box_03_off,.buken_ph_box_04_off,.buken_ph_box_05_off{
        display: none
    }
    
    .buken_ph_box_01 img,.buken_ph_box_02 img,.buken_ph_box_04_on img,.buken_ph_box_03_on img,.buken_ph_box_05_on img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    
     .buken_ph_box_01,.buken_ph_box_02,.buken_ph_box_04_on,.buken_ph_box_03_on,.buken_ph_box_05_on {
    margin-bottom: 10px
    }

.buken_s_box_0001 {
   width: 100%;
        float: left;
    }


    .buken_s_box_01 {
        font-size: 12px;
        font-weight: 400;
        background-color: #eb6b68;
        height: 28px;
        width: 65px;
        text-align: center;
        line-height: 30px;
        float: left;
        color: #FFF;
        margin-bottom: 8px
    }

    .buken_s_box_02 {
        width: auto;
        font-size: 13px;
        font-weight: 400;
        margin-left: 8px;
        height: 28px;
        line-height: 30px;
        float: left;
        margin-bottom: 8px
    }
	
	    .buken_s_box_01b {
        font-size: 12px;
        font-weight: 400;
        background-color: #eb6b68;
        height: 28px;
        width: 65px;
        text-align: center;
        line-height: 30px;
        float: left;
        color: #FFF;
        margin-bottom: 8px
    }
	
	  .buken_s_box_02a {
        width: auto;
        font-size: 13px;
        font-weight: 400;
        margin-left: 8px;
        height: 28px;
        line-height: 30px;
        float: left;
        margin-bottom: 8px
    }
	
		  .buken_s_box_02b {
        width: auto;
        font-size: 13px;
        font-weight: 400;
        margin-left: 8px;
        height: auto;
        line-height: 30px;
        float: left;
        margin-bottom: 8px
    }

    .buken_s_box_03 {
        font-size: 14px;
        font-weight: 400;
        background-color: #eb6b68;
        border: 1px solid #eb6b68;
        height: 28px;
        width: 100%;
        text-align: center;
        line-height: 30px;
        color: #FFF;
        margin-bottom: -1px;
        margin-top: 5px;
    }

    .buken_s_box_04 {
        width: 92%;
        border: 1px solid #eb6b68;
        font-size: 13px;
        font-weight: 400;
        padding: 4%;
        height: auto;
        float: none;
        margin-bottom: 8px
    }
    
    .buken_s_box_05 {
        font-size: 13px;
        font-weight: 400;
        border: 1px solid #eb6b68;
        height: 28px;
        padding: 0px 12px;
        text-align: center;
        line-height: 30px;
        float: left;
        color: #eb6b68;
        margin-bottom:8px;
        margin-right: 10px
    }

    
    .buken_s_box_06 {
        font-size: 14px;
        font-weight: 400;
        border: 1px solid #eb6b68;
        background-color: #eb6b68;
        height: 28px;
        padding: 0px 12px;
        text-align: center;
        line-height: 30px;
        float: left;
        color: #FFF;
        margin-bottom:8px;
        margin-right: 10px
    }
   .bukenichi_t003z {
        font-size: 18px;
        font-weight: 500;
        margin-left: 8px;
        height: 28px;
        line-height: 36px;
        float: left;
    }


    .buken_kind_box_01{
        width: 100%;
    }

    .buken_kind_box_02 {
        width: 100%;
        margin-top: 0px;
        margin-left: 0px;
        z-index: 0;
        float: none;
    }

    .buken_kind_box_03 {
        width: 100%;
        margin-top: 0px;
        margin-left: 0px;
        z-index: 0;
        float: none;
    }

    .buken_kind_t01{
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 4px;
        margin-bottom: 20px;
        color: #009fad;
    }
    .buken_kind_t02{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background-color: #eb6b68;
    border: 1px solid #eb6b68;
    padding: 0px 15px;
    height: 32px;
    line-height: 34px;
    margin-bottom: 20px;
    color: #FFF;}

    .toiawase_l1k {
        width: 10%;
        background: #000;
        writing-mode: vertical-rl;
        color: #FFF;
        font-size: 15px;
        font-weight: 400;
        padding-top: 5px;
        text-align: center;
        height: 60px;
        float: left
    }

    .toiawase_l2k {
        width: 85%;
        height: 65px;
        margin-right: 0px;
        margin-left: 5%;
        float: left;
        margin-bottom: 10px;
    }

    .tel01k {
        color: #000;
        font-size: 33px;
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 8px
    }

    .tel02k {
        color: #000;
        font-size: 20px;
        font-weight: 400;
    }

    .tel01k a:link {
        text-decoration: none;
        color: #000
    }

    .tel02k a:link {
        text-decoration: none;
        color: #000
    }



    /* ＜ページ＞　ニュース一覧　*/
    .news_all {
        width: 90%;
        margin: 0px 0px;
        padding: 10px 5%;
        border: 1px solid #000;
        float: left;
        font-weight: 400;
        margin-bottom: 20px
    }

    .news_all_m {
        font-size: 15px;
        height: 50px;
        margin-bottom: 5px;
        display: inline-block;
        font-weight: 300
    }

    .links_news {
        border: 1px solid #000;
        padding: 0px;
        height: 23px;
        width: 130px;
        line-height:25px; 
        text-align: center;
        margin-top: 7px;
        font-size: 13px;
        cursor: pointer;
        margin-left: auto
    }

    .links_news a:link {
        color: #000;
    }

    .links_news a:visited {
        color: #000;
    }

    .links_news:hover {
        border: 1px solid #000;
        background-color: #FFF;
        color: #FFF;
        text-decoration: none;
    }

    /* ＜ページ＞　戻る　*/
    .page_back {
        float: right;
    }


    /* ＜ページ＞　会社概要　*/

    .gaiyo_box {
        width: 100%;
    }

    .gaiyo_box_l {
        width: 100%;
        margin: 0 auto;
        float: none
    }

    .gaiyo_box_l img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .gaiyo_box_r {
        width: 100;
        margin-left:0%;
        float: none;
        margin-top: 15px
    }


    /* ＜ページ＞　テーブル　*/
    .tab01 {
        width: 100%;
    }
    .tab02 {
        width: 100%;
    }
    .tab01 table,
    .tab02 table {
        border-collapse: collapse;
        border-spacing: 0px;
        margin-bottom: 30px;
        width: 100%;
        border-top: 1px solid #CCC;
    }
    .tab01 table th,
    .tab02 table th,
    .tab01 table td,
    .tab02 table td {
        padding: 10px 5%;
        display: block
    }
    .tab01 table tr {
        width: 90%
    }
    .tab01 table th {
        width: 90%
    }
    .tab01 table td {
        width: 90%
    }
    .tab01 table td,
    .tab02 table td {
        border-bottom: 1px solid #CCC;
        text-align: left;
    }
    .tab01 table th,
    .tab02 table th {
        border-bottom: 1px solid #CCC;
        font-size: 14px;
        font-weight: normal;
        text-align: left;
        background-color: #f4f4f4;
    }
    .tab02 table th {
        font-size: 14px;
        font-weight: normal;
        text-align: left
    }
    
    
}