/*----------------------------------------------------
    共通css
----------------------------------------------------*/

.date {
    color: #949494;
    margin: 10px auto;
    width: 900px;

}

/*** 20210615 start ***/
.official{
  margin:0 auto;
  margin-top:50px;
	margin-bottom: 20px;
  background:#f5f5f559;
  border-radius: 30px 30px 30px 30px;
}

.official ul{
  display:block;
  margin:auto;
  padding:20px;
  max-height:300px;
  overflow-y: scroll;
  border:3px double #333;
  margin-bottom:15px;
}

#index .official ul li{
  display:block;
  border-bottom:1px dashed #ccc;
  margin-bottom:10px;
	margin-left:0;
  padding:0px 0px 5px 0px;
  text-align:left;
	background: none;
}

.official ul li span{
    font-size:0.8em;
    display:block;
    background:none;
    color:#000;
    margin:0px;
    font-weight: bold;
}

.official ul div {
    padding: 0rem 1rem;
    border-left: 6px double #333;
    font-weight: bold;
}

.center{
  text-align:center;
}

#index .official .right {
    text-align: right;
    float: none;
}
/*** 20210615 end ***/


/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {
    /*/////////////PC用のCSSをここに作成してください。/////////////*/ /*///////////// ホバー付きボタンもどき /////////////*/ .button {
        position: relative;
        background-color: #f7d034;
        border-radius: 4px;
        color: #fff;
        line-height: 52px;
        -webkit-transition: none;
        transition: none;
        box-shadow: 0 3px 0 #f7ba59;
        text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    }

    .button:hover {
        top: -4px;
        box-shadow: 0 7px 0 #f7ba59;
    }

    .button:active {
        top: 3px;
        box-shadow: none;
    }

    /*///////////// end ホバー付きボタンもどき /////////////*/
    /*///////////// ボタンもどき /////////////*/
    .square_btn {
        display: inline-block;
        padding: 0.5em 1em;
        text-decoration: none;
        background: #f7f7f7;
        border-left: solid 6px #ff7c5c;
        /*左線*/
        color: #ff7c5c;
        /*文字色*/
        font-weight: bold;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    }

    .square_btn:active {
        box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
        transform: translateY(2px);
    }

    /*///////////// end ボタンもどき /////////////*/
    /*///////////// Lightboxもどき /////////////*/
    .lb {
        display: flex;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        justify-content: center;
        align-items: center;
        background: rgba(0,0,0,.7);
        opacity: 0;
        transition: .3s opacity ease;
        z-index: -1;
    }

    .lb img {
        width: auto !important;
        max-height: 100%!important;
        transform: scale(.7);
        transition: .4s transform ease;
        pointer-events: none;
    }

    .lb:target {
        opacity: 1;
        z-index: 103;
    }

    .lb:target img {
        transform: scale(1);
    }

    /* 閉じるボタン */
    .lb::before,.lb::after {
        display: block;
        position: fixed;
        content: "";
        width: 24px;
        height: 3px;
        top: 24px;
        right: 12px;
        background: #fff;
        border-radius: 4px;
    }

    .lb::before {
        transform: rotate(-315deg);
    }

    .lb::after {
        transform: rotate(315deg);
    }

    /*///////////// end Lightboxもどき /////////////*/
    /*/////////////必ず中括弧の中に作成してください。/////////////*/
    div#sp-banner_box {
        display: none;
    }

    #banner_box {
        color: #000;
        max-width: 720px;
        width: 100%;
        margin: 0 auto;
        background: url(https://www.customhome-model.com/wp/wp-content/uploads/customhome.jpg)no-repeat;
        padding-bottom: 10px;
    }

    .main_title {
        text-align: center;
        padding-top: 5px;
    }

    .main_title span.s_title01 {
        font-size: 18px;
        font-weight: bold;
        color: #000000;
        margin-right: 5px;
        text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
    }

    .main_title span.s_title02 {
        font-size: 24px;
        font-weight: bold;
        color: #000000;
        text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
    }

    span.text_chc {
        font-size: 19px;
    }

    .shop_box {
        /*max-width: 674px;*/
        width: 100%;
        /*margin-left: 46px;*/
        text-align: center;
    }

    .reco {
        box-sizing: border-box;
        max-width: 210px;
        width: 100%;
        display: inline-block;
        margin: 1% 0.5%;
        background: #fff;
        border: 1px solid #555;
        opacity: 0.9;
    }

    #banner_box div.name {
        text-align: center;
    }

    #banner_box div.name span {
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }

    #banner_box p.catch {
        font-weight: bold;
        line-height: 1.4;
        font-size: 16px;
        text-align: center;
        padding: 10px;
        margin-top: 0;
    }

    #banner_box p.catch.design {
        background-color: #1e6439;
    }

    #banner_box p.catch.cost {
        background-color: #db245b;
    }

    #banner_box p.catch.function {
        background-color: #2860a3;
    }

    #banner_box span.r_txt {
        color: #db245b;
        background-color: #fff;
        font-size: 17px;
    }

    #banner_box span.g_txt {
        color: #1e6439;
        background-color: #fff;
        font-size: 17px;
    }

    #banner_box span.b_txt {
        color: #2860a3;
        background-color: #fff;
        font-size: 17px;
    }

    #banner_box p.catch.design, #banner_box p.catch.cost, #banner_box p.catch.function {
        color: #fff;
    }

    #banner_box p.c_txt {
        line-height: 1.5;
        margin: 10px 0 10px 0;
    }

    #banner_box p.btn {
        position: relative;
        left: 0;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        line-height: 1.5;
        padding: 10px;
        margin: 5px 10px;
        display: block;
        border-radius: 5px;
    }

    #banner_box p.btn.red_b {
        background: #db245b;
    }

    #banner_box p.btn.green_b {
        background: #1e6439;
    }

    #banner_box p.btn.skyblue_b {
        background: #2860a3;
    }

    #banner_box p.btn.red_b a, #banner_box p.btn.green_b a, #banner_box p.btn.skyblue_b a {
        color: #fff;
        text-decoration: none;
        font-size: 13px;
    }

    #banner_box p.btn.red_b a:hover, #banner_box p.btn.green_b a:hover, #banner_box p.btn.skyblue_b a:hover {
        text-decoration: underline;
    }

    #category #banner_box p.btn a {
        text-decoration: none;
        color: #fff;
    }

    /*///////////// リンクボタン /////////////*/
    .square_btn_x {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
        font-size: 16px;
        font-weight: bold;
        display: inline-block;
        padding: 0.5em 1em;
        text-decoration: none;
        background: #f7f7f7;
        border-top: solid 10px #DC245A;
        /*上線*/
        color: #DC245A;
        /*文字色*/
        width: 31%;
        margin: 0.5%;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    }

    .square_btn_x:active {
        box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
        transform: translateY(2px);
    }

    .square_btn_y {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
        font-size: 16px;
        font-weight: bold;
        display: inline-block;
        padding: 0.5em 1em;
        text-decoration: none;
        background: #f7f7f7;
        border-top: solid 10px #21653E;
        /*上線*/
        color: #21653E;
        /*文字色*/
        width: 31%;
        margin: 0.5%;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    }

    .square_btn_y:active {
        box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
        transform: translateY(2px);
    }

    .square_btn_z {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
        font-size: 16px;
        font-weight: bold;
        display: inline-block;
        padding: 0.5em 1em;
        text-decoration: none;
        background: #f7f7f7;
        border-top: solid 10px #2A5E9F;
        /*上線*/
        color: #2A5E9F;
        /*文字色*/
        width: 31%;
        margin: 0.5%;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    }

    .square_btn_z:active {
        box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
        transform: translateY(2px);
    }

    /*///////////// end リンクボタン /////////////*/
    .triangle1 {
        width: 0;
        height: 0;
        border-left: 10px solid black;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

    /*///////////// 情報更新 /////////////*/
/* .official{
  padding: 20px 100px!important;
  background:#f5f5f559!important;
  border-radius: 30px 30px 30px 30px!important;
}
.official li{
text-align:left!important;
}

.official .partTtl{
  background  : #fcfcfc!important;
  padding     : 20px!important;
}
.official .partTtl{
  display     : inline-block!important;
  font-size   : 30px!important;
  margin:0px !important;
  font-weight : bold!important;
  color       : #ffffff!important;
  text-shadow:  2px  2px 10px #777 ,
               -2px  2px 10px #777 ,
                2px -2px 10px #777 ,
               -2px -2px 10px #777;
}
.official .partTtl:before{
display:none;
}
.center{
    text-align:center!important;
}
.right{
    text-align:right!important;
}
     .heading{
padding: 0rem 1rem!important;
    border-left: 6px double #000!important;
    font-weight: bold!important;
}

ul.column_record{display:block; width:90%; margin:auto; max-height:300px;overflow-y: scroll; padding:10px; border:solid 1px #FFCC00; margin-bottom:15px;}
ul.column_record li{display:block; background:none; border-bottom:solid 1px #ff9933; margin-bottom:10px; padding:0px 0px 5px 0px;}
ul.column_record li::before{content:none;}
ul.column_record li span.day{font-size:small; display:block; background:none; color:#000;margin:0px;} */

.mini{
    font-size:10px;
    text-align:right;
}

/* .official h3 {
   font-size: 18px;
   font-weight: bold;
   margin: 20px;
}
.official h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 20px;
} */

/*** 20210615 start ***/
.official{
  width:80%;
  padding: 20px 50px;
}
/*** 20210615 end ***/
}

/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {
    /*/////////////SP用のCSSをここに作成してください。/////////////*/ /*///////////// SP用可変table /////////////*/ .sp_table {
        margin: 0 auto;
    }

    .sp_table th, .sp_table td {
        width: 100%;
        display: block;
        border-top: none;
    }

    /*///////////// end SP用可変table /////////////*/
    /*/////////////必ず中括弧の中に作成してください。/////////////*/
    div#banner_box {
        /* display: none; */
    }

    div#sp-banner_box {
        display: block;
    }

    #sp-banner_box {
        color: #000;
        margin: 0 auto;
        max-width: 599px;
        width: 100%;
        padding-top: 2px;
        background: url(https://www.customhome-model.com/wp/wp-content/uploads/sp_customhome.jpg) no-repeat;
        overflow: hidden;
    }

    #banner_box .addParts01.addParts .partTtl {
        background: url(img/sp/h3_parts1.png) left 0.1rem top 0.1rem no-repeat, url(img/sp/h3_parts2.png) right 0.1rem bottom 0.1rem no-repeat;
        background-size: 0.8rem auto;
        border: 0.1rem solid #3b7b63;
        font-size: 1.9rem;
        padding: 0.8rem 1.5rem;
        font-weight: bold;
        line-height: 1.4;
        margin: 3rem 0 1.5rem;
    }

    #banner_box .addParts01.addParts .box {
        padding: 0 2rem 2rem;
    }

    #banner_box .addParts01.addParts .name {
        text-align: center;
        background: url(img/h3_parts.png) left 2px top 2px no-repeat;
        padding: 1rem 0;
    }

    #banner_box .addParts01.addParts .name span {
        font-size: 2rem;
        background: none;
    }

    #banner_box .addParts01.addParts .iconList {
        padding: 0;
        margin: 0 0 15px;
        line-height: 1.2;
        text-align: center;
    }

    #banner_box .addParts01.addParts .iconList li {
        margin: 0 5px 5px 0;
    }

    #banner_box .addParts01.addParts .iconList li {
        font-size: 8vw;
        color: #4a4847;
        background: #ffffff;
        padding-left: 0;
        font-weight: bold;
    }

    #banner_box .addParts01.addParts .iconList li span.oshare {
        font-size: 6vw;
        display: block;
        color: #40a0e3;
        text-align: center;
        padding-top: 1rem;
    }

    #banner_box .addParts01.addParts .iconList li span.sumiyasusa {
        color: #849e14;
        font-size: 6vw;
        display: block;
        padding-top: 1rem;
    }

    #sp-banner_box .sp_main_title {
        padding-top: 5px;
        text-align: center;
        vertical-align: middle;
    }

    #sp-banner_box .sp_main_title span.s_title01 {
        font-size: 25px;
        font-weight: bold;
        color: #000000;
        margin-right: 5px;
        text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
        line-height: 1.2;
        margin: 7px 0;
        display: block;
    }

    #sp-banner_box .shop_box {
        max-width: 599px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }

    #sp-banner_box .reco {
        box-sizing: border-box;
        max-width: 460px;
        width: 100%;
        display: block;
        margin: 10px auto;
        background: #fff;
        border: 1px solid #555;
    }

    #sp-banner_box p.catch {
        font-weight: bold;
        line-height: 1.4;
        font-size: 16px;
        text-align: center;
    }

    #sp-banner_box div.name {
        text-align: center;
        margin-bottom: 5px;
    }

    #sp-banner_box div.name span {
        font-size: 27px;
        font-weight: bold;
        color: #333;
    }

    #sp-banner_box .reco:first-child {
        margin: 0 auto;
    }

    #sp-banner_box p.catch {
        font-weight: bold;
        line-height: 1.4;
        font-size: 25px;
        text-align: center;
        padding: 10px;
        margin-top: 0;
    }

    #sp-banner_box p.catch.design {
        background-color: #1e6439;
    }

    #sp-banner_box p.catch.cost {
        background-color: #db245b;
    }

    #sp-banner_box p.catch.function {
        background-color: #2860a3;
    }

    #sp-banner_box span.r_txt {
        color: #db245b;
        background-color: #fff;
        font-size: 25px;
    }

    #sp-banner_box span.g_txt {
        color: #1e6439;
        background-color: #fff;
        font-size: 25px;
    }

    #sp-banner_box span.b_txt {
        color: #2860a3;
        background-color: #fff;
        font-size: 25px;
    }

    #sp-banner_box p.catch.design, #sp-banner_box p.catch.cost, #sp-banner_box p.catch.function {
        color: #fff;
    }

    #sp-banner_box p.c_txt {
        line-height: 1.5;
        margin: 10px 0 5px 0;
        text-align: center;
        font-size: 20px;
    }

    #sp-banner_box p.btn {
        position: relative;
        left: 0;
        background: #ff6600;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        line-height: 1.5;
        /*max-width: 350px;*/
        padding: 10px 10px 10px 20px;
        margin: 0 auto 20px;
        display: block;
        margin-bottom: 0;
    }

    #sp-banner_box p.btn.red_b {
        background: #db245b;
    }

    #sp-banner_box p.btn.green_b {
        background: #1e6439;
    }

    #sp-banner_box p.btn.skyblue_b {
        background: #2860a3;
    }

    #sp-banner_box p.btn.red_b a, #sp-banner_box p.btn.green_b a, #sp-banner_box p.btn.skyblue_b a {
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        display: block;
        text-align: center;
    }

    #sp-banner_box p.btn.red_b a:hover, #sp-banner_box p.btn.green_b a:hover, #sp-banner_box p.btn.skyblue_b a:hover {
        text-decoration: underline;
    }

    #sp-banner_box p.btn a {
        text-decoration: underline;
        color: #fff;
    }

    /*///////////// SPリンクボタン /////////////*/
    .square_btn_x {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
        font-size: 22px;
        font-weight: bold;
        display: inline-block;
        padding: 0.5em 1em;
        text-decoration: none;
        background: #f7f7f7;
        border-top: solid 10px #DC245A;
        /*上線*/
        color: #DC245A;
        /*文字色*/
        width: 95%;
        margin: 7px;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    }

    .square_btn_x:active {
        box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
        transform: translateY(2px);
    }

    .square_btn_y {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
        font-size: 22px;
        font-weight: bold;
        display: inline-block;
        padding: 0.5em 1em;
        text-decoration: none;
        background: #f7f7f7;
        border-top: solid 10px #21653E;
        /*上線*/
        color: #21653E;
        /*文字色*/
        width: 95%;
        margin: 7px;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    }

    .square_btn_y:active {
        box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
        transform: translateY(2px);
    }

    .square_btn_z {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
        font-size: 22px;
        font-weight: bold;
        display: inline-block;
        padding: 0.5em 1em;
        text-decoration: none;
        background: #f7f7f7;
        border-top: solid 10px #2A5E9F;
        /*上線*/
        color: #2A5E9F;
        /*文字色*/
        width: 95%;
        margin: 7px;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    }

    .square_btn_z:active {
        box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
        transform: translateY(2px);
    }

    /*///////////// end SPリンクボタン /////////////*/

    /*///////////// 情報更新 /////////////*/
/* .official{
  background:#f5f5f559!important;
  border-radius: 30px 30px 30px 30px!important;
      padding: 10%!important;
}


.official .partTtl{
  background  : #fcfcfc!important;
  padding     : 10px!important;
}
.official .partTtl{
  display     : inline-block!important;
  font-size : 20px!important;
  margin:0px !important;
  font-weight : bold!important;
  color       : #ffffff!important;
  text-shadow:  2px  2px 10px #777 ,
               -2px  2px 10px #777 ,
                2px -2px 10px #777 ,
               -2px -2px 10px #777;
}
.official .partTtl:before{
display:none!important;
}
.center{
    text-align:center!important;
}
.right{
    text-align:right!important;
}


    .fb-container {
        width: 500px!important;
    }
         .heading{
padding: 0rem 1rem!important;
    border-left: 6px double #000!important;
    font-weight: bold!important;
}
ul.column_record {
    display:block;
    width:90%;
    margin:auto;
    max-height:300px;overflow-y: scroll;
    padding:10px;
    border:solid 1px #FFCC00;
    margin-bottom:15px;
}
ul.column_record li {
    display:block;
    background:none;
    border-bottom:solid 1px #ff9933;
    margin-bottom:10px; padding:0px 0px 5px 0px;
}

ul.column_record li::before {
    content:none;
}
ul.column_record li span.day {
    font-size:small;
    display:block;
    background:none;
    color:#000;
    margin:0px;
}

.official h3 {
   font-size: 18px;
   font-weight: bold;
   margin: 20px;
}
.official h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 20px;
} */
	
iframe.fb_box {
    width: 300px;
    max-width: 100%;
}	/*20210127*/
	
.date {
	font-size:12px;
	width: 94%;
}	

/*** 20210615 start ***/
.official{
  width:100%;
  background:#f5f5f559;
  border-radius: 30px;
  padding: 5% 10%;
  margin-top:50px;
}

.official ul {
  width:100%;
  padding:15px;
}	
	/*** 20210615 end ***/
}
