@charset "utf-8";

html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
	font-size:16px;
	font-family: Meiryo, メイリオ,'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',sans-serif;
}
body{
	font-size:inherit;
	font:100%;
	line-height:1.6;
	margin:0 0 0 0;
	padding: 0 0 0 0;
}
body.home{
	background-color: #ffede3;
    z-index:-2;
}
div, span, pre, p, blockquote, form, fieldset, label, legend, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, embed, object, form, caption, tbody, tfoot, thead, a, abbr, acronym, address, small, strike, sub, sup, tt, var, del, u, i, center, big, cite, code, iframe, obect, applet {
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: baseline;
	outline: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
}
table{
	margin:0 auto;
}
th,td,input,textarea,select,option {
	margin: 0;
	padding: 0;
	font-style:normal;
	font-weight:normal;
	text-align:left;
}
a { 
	vertical-align: baseline;outline: none;
	overflow:hidden;
	outline:none;   
}
a img{border:none;}
a:hover img.over{
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a:link,a:visited{
	color:#5f5f5f;
	text-decoration:none;
}
a:hover,a:active{
	color:#5f5f5f;
	text-decoration:none;
}
.cf::after {
    content: " ";
    display: block;
    clear: both;
}
.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}
.sidemax{
	max-width:1200px;
	margin:0 auto;
}
.sidemax2{
	max-width:1400px;
	margin:0 auto;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
        .sidemax{width:96%;}
        .sidemax img{overflow:hidden;}
           
}

/******************************************
print
*******************************************/


/******************************************
hamburgermenu
*******************************************/

.menu {
    position: fixed;
    top: 0;
    right: -100%; /* 初期状態では画面の外に隠れている */
    width: 300px;
    height: 100%;
    background-color: #fafaee;
    color: #333;
    transition: right 0.3s ease; /* スライドインのアニメーション */
    padding: 20px;
    box-sizing: border-box;
    z-index: 10;
}

/* メニューが開いているとき */
.menu.open {
    right: 0;
}

/* ボタンのスタイル */
.hamburger {
    position: fixed;
    top: 56px;
    right: 20px;
    width: 30px;
    cursor: pointer;
    z-index: 20;
    padding: 10px;
    background-color: #000;
}
.home .hamburger {
    top: 24px;
}

.hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.4s;
}

/* バツ印に変化するスタイル */
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* メニューリストのスタイル */
.menu > ul {
    list-style-type: none;
    padding: 0;
    margin-top: 80px;
}

.menu > ul > li {
    padding: 20px 0;
    border-bottom: 1px solid #444;
}

.menu > ul > li > a {
    color: #333;
    text-decoration: none;
    display: block;
    padding-left: 30px;
    background: url("../images/menu_icon.png") no-repeat 0px 50%;
}
.menu > ul > li > a:hover {
    padding-left: 25px;
    transition: 0.5s;
}
.menu .menu_submenu{
    list-style-type: none;
    padding: 0;
}
.menu .menu_submenu li{
    padding: 0;
}
.menu .menu_submenu li a{
    color: #fff;
    background-color: #444;
    text-decoration: none;
    display: block;
    padding:8px;
    text-align: center;
    border-radius: 20px;
    margin:20px 10px 0;
}
.menu .menu_submenu li a:hover{
    background-color: #666;
    transition: 0.5s;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .home .hamburger{
        top: 0.8rem;
    }
    .hamburger{
        top: 0.8rem;
    }
           
}
/******************************************
header
*******************************************/
.home #header_text{
    display: none;
}
#header_text{
	background: #3a2821;
	color:#ffffff;
	line-height:20px;
    padding:6px 20px;
}
#header_text h1{
	font-size:12px;
	float:left;
	text-align:left;
}
#header_text p{
	font-size:12px;
	float:right;
}
.header_text_favorite_count {
    margin: 0px 0 0 10px;
    background-color: #a81338;
    color: #fff;
    display: block;
    width: 20px;
    float:right;
    text-align: center;
    padding: 0 5px;
    border-radius: 4px;
}
#header_text .inquiry_btn{
    display: inline-block;
    text-decoration: none;
    margin-top: 0px;
    height: 20px;
    background:#009eec;
    padding: 2px 10px 4px;
    line-height: 20px;
    border-radius: 0 0 4px 4px;
}
#header_text .company_btn{
    display: inline-block;
    text-decoration: none;
    margin-top: 0px;
    height: 20px;
    background:#ffc286;
    padding: 2px 10px 4px;
    line-height: 20px;
    border-radius: 0 0 4px 4px;
}

#header_text .inquiry_btn:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
#header_text .favorite_btn{
    display: inline-block;
    padding: 0;
    width: 180px;
    background-image: url("../images/header_okiniiri_bg.png");
    background-repeat: no-repeat;
    float: right;
    margin-top:0px;
    height: 50px;
}

#header_text .favorite_btn span{
    display: block;
    color:#fff;
    border-radius: 4px;
    width: 20px;
    height:20px;
    margin-left: 135px;
    margin-top: 0px;
}
#header_text a:link, #header_text a:visited {
    color: #ffffff;
    text-decoration: none;
}
.home #header{
    display: none;
}
#header{
	padding:0px;
    background: #fff;
}
.header_inn{
    position: relative;
    padding: 0;
    height:124px;
}
#logo{
	position: absolute;
    left: 24px;
    top: 34px;
    margin-right: 30px;
}
.header_inn .header_bt{
	position: absolute;
	font-size:12px;
	line-height:1.8;
	color:#777;
    right:360px;
	top: 34px;
    width: 360px;
}
.header_inn .header_bt a{
    padding: 6px 20px;
    border: 1px solid #333;
    border-radius: 4px;
    display: block;
    float: right;
    text-align: center;
    margin: 0 5px;
}
.header_message{
    position: absolute;
    left:300px;
    top:50px;
    color:#353535;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.header_inn .header_bt a.header_mail_bt{
    background: url(../images/header_mail_ic.png) no-repeat 10px 50%;
    padding: 6px 10px 6px 30px;
    width: 100px;
}
.header_inn .header_bt a:hover{
    background-color: #ccc;
}
.header_inn .favorite_count{
    margin: -34px 0 0 98px;
    background-color: #a81338;
    color: #fff;
    display: block;
    width: 20px;
    position: absolute;
    border-radius: 4px;
}
#header_tel{
    margin: 0;
    font-family: "M PLUS 1p", sans-serif;
    font-style: normal;
    position: absolute;
    width: 400px;
    right: 80px;
    top: 10px;
    color: #353535;
}
#header_tel p {
    font-weight: 500;
    font-size: 14px;
}
#header_tel a{
    background: url(../images/ic_tel.png) no-repeat 0px 50%;
    font-family: "M PLUS 1p", sans-serif;
    padding: 0 0 0 40px;
    font-weight: 900;
    font-size: 28px;
}
#header_tel p.open_time {
    font-weight: 500;
    font-size: 10px;
}
.header_inq_bt{
    padding:0;
}
.header_inq_bt a{
    position: absolute;
    background-color: #dead32;
    text-align: center;
    padding:40px 0;
    width:132px;
    right: 132px;
    top:0;
    height:45px;
    color:#fff;
    font-weight: 700;
    transition: 0.5s;
}
.header_inq_bt a:hover{
    background-color: #a7842e;
    transition: 0.5s;
}
.header_inq2_bt{
    padding:0;
}
.header_inq2_bt a{
    position: absolute;
    background-color: #a05a2ec2;
    text-align: center;
    padding:40px 0;
    width:132px;
    right:0;
    top:0;
    height:45px;
    color:#fff;
    font-weight: 700;
    transition: 0.5s;
}
.header_inq2_bt a:hover{
    background-color: #704d38c2;
    transition: 0.5s;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    #header {padding: 0px;overflow:hidden;}
    .header_inn {
        position: relative;
        height: auto;
    }
    #header_text{line-height:18px;height:20px;margin-bottom:5px;min-width:100%;}
	#header_text p{padding:0;text-align:right; margin:0;}
    #logo{
        width: 44%;
        float: left;
        margin: 0px;
        position: relative;
        left: 1%;
        top: 5px;
        padding: 2% 4%;
    }
    #logo img{width:100%;height:auto;}
    #header_tel{
        margin:-10px 0px 10px 0px;
        padding:0;
        height:32px;
        display: none;
    }
    .topmenu_sp ul li img {
        float: left;
        width: 33.3%;
    }


}

/********* sp_header_fix ************/

@media screen and (min-width: 769px) {
    #page-top{
        display: none !important;
    }
}

#page-top{
    display: none;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    #page-top{
        width: 96%;
        background-color: #fff;
        padding: 2%;
        height: auto;
        position: fixed;
        left:0;
        top:0;
        z-index: 1;
        box-shadow: 0px 0px 15px -5px #777777;
    }
    #page-top .page-top_fixline_bt{
        padding: 1%;
        width:78%;
        float:left;
    }
}

/******************************************
globalmenu
*******************************************/
.globalmenu_bg {
    margin:0px auto 0px;
	background: #444444;
}
#globalmenu{
    max-width:1200px;
    margin:0 auto;
}
#globalmenu > ul{
	list-style:none;
    height: 60px;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
#globalmenu > ul > li{
    height: 60px;
    padding:0 0px;
    position: relative;
}
#globalmenu > ul > li a{
    color: #fff;
    height: 24px;
    padding: 19px 0px;
    width: 100%;
    display: block;
}
#globalmenu > ul > li:hover{
    background: #555;
    transition: 0.5s;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .globalmenu_bg {margin: 0px auto 0px;}

    
}
/******************************************
submenu
*******************************************/
/* ===== サブメニューの初期状態 ===== */
#globalmenu .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #444;
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 200px; /* 適度な幅に調整 */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 100;
}

/* hover時に表示 */
#globalmenu li:hover > .submenu {
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

/* サブメニュー内の項目 */
#globalmenu .submenu li {
    padding: 0;
    border-bottom: 1px solid #555;
}
#globalmenu .submenu li:last-child {
    border-bottom: none;
}
#globalmenu .submenu li a {
    display: block;
    padding: 10px 0px;
    color: #fff;
    text-decoration: none;
}
#globalmenu .submenu li a:hover {
    background: #555;
    transition: 0.5s;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	   
}




/******************************************
pankuzu
*******************************************/
.home .pankuzu h2{
    display:none;
	padding: 0;
}
.pankuzu h2{
	font-size: 12px;
	padding: 20px 10px;
	color:#888;
    text-align: left;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/


}

/******************************************
home_header_wrap
*******************************************/
.home_header_wrap{
    background: url(../images/top/top_bg01.png) repeat;
    position: relative;
    height:100px;
    padding:0;
    border-bottom: 1px #ccc solid;
}
.home .home_header_wrap{
    border-bottom: none;
}
#home_logo{
    position: absolute;
    left:40px;
    top:24px;
    display: inline-block;
}
#home_logo img{
    width: 100%;
    height: auto;
}
ul.home_header_menu {
    position: absolute;
    right: 360px;
    top: 26px;
    display: flex;
}
ul.home_header_menu li{
    padding: 10px 20px;
    transition: 0.5s;
}
ul.home_header_menu li a{
    font-size:0.8em;
}
ul.home_header_menu li:hover{
    padding: 8px 20px 12px;
    transition: 0.5s;
}
.header_bt01{
    position: absolute;
    right: 90px;
    top: 26px;
    display: block;
    padding: 10px 20px;
    width: 210px;
    height: 23px;
    border: 1px solid #000;
    font-size: 0.8em;
    line-height: 2;
}
.header_bt01:hover{
    background-color: #f3f3f3;
    transition: all 0.5s;
}
@media screen and (min-width: 0px) and (max-width: 1400px) {
    /*SP 1400未満*/
    .header_bt01{
        display: none;
    }
    ul.home_header_menu {
        right: 100px;
    }
}
@media screen and (min-width: 0px) and (max-width: 1100px) {
    /*SP 1100未満*/
    ul.home_header_menu {
        display: none;
    }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .home_header_wrap {
        height: 70px;
    }
    #home_logo{
        width: 50%;
        float: left;
        margin: 0px;
        position: relative;
        left: 1%;
        top: 10px;
        padding: 2% 4%;
    }
    #home_logo img{
        width: 100%;
    }
    ul.home_header_menu{
        display: none;
    }
    .home_header_spnavi_bt{
        width:32%;
        padding: 2% 0;
    }
    .home_header_spnavi_bt img{
        width:46%;
        float:left;
        margin-left: 3%;
    }
}

/************************************************************************************************************
Top
*************************************************************************************************************/

/******************************************
top_main_wrap
*******************************************/
.top_main_wrap{
    height:460px;
    width:100%;
    position: relative;
}
.top_main{
    width:100%;
    height:460px;
}
.top_main{
    background: url(../images/top/top_main_imge00.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: 460px;
}
.top_main_text{
    position: absolute;
    font-family: "Kaisei HarunoUmi", serif;
    left: calc(50% - 250px);
    top: 90px;
}


@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .top_main_wrap {
        height: auto;
        width: 100%;
        position: relative;
    }
    .top_main {
        display: grid;
        grid-template-columns: 0 1fr;
        height: 280px;
        min-height:280px;
    }
    .top_main {
        height: 160px;
    }
    .top_main_text {
        position: absolute;
        font-family: "Kaisei HarunoUmi", serif;
        left: 0px;
        right:0;
        bottom: 5rem;
        width: 60%;
        margin: 0 auto;
        top: 30%;
    }
    .top_main_text h2 {
        line-height: 24px;
        width: 90%;
        margin: 0px auto;
        font-size: 2.4em;
    }
    .top_main_text p {
        line-height: 2;
        font-size: 16px;
        text-align: center;
        padding: 0px;
    }

    
}


/******************************************
top_aboutus
*******************************************/
.top_aboutus_wrap{
    padding:40px 0 50px;
    background: #fff;
    height:380px;
}
.top_aboutus_box{
    width:1380px;
    margin:0 auto;
    position: relative;
}
.top_aboutus_inn{
    position: absolute;
    width: 40%;
    padding: 40px 2%;
    right: 0;
    top: 0;
}
.top_aboutus_inn span{
    display: block;
    font-size:16px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    color:#546400;
    width:630px;
    padding-bottom: 12px;
}
.top_aboutus_inn h3{
    font-size:30px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    color:#000;
    width:100%;
    padding-bottom: 30px;
}
.top_aboutus_inn p{
    line-height:2;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    color:#000;
    font-size:14px;
    width:100%;
    margin-bottom: 40px;
}
.top_aboutus_inn ul{
    
}
.top_aboutus_inn ul li{
    padding: 0px;
}
.top_aboutus_inn ul li .top_aboutus_bt{
    padding: 10px 40px;
    border: 2px solid #000;
    border-radius: 30px;
    text-align: center;
    color: #000;
    display: inline-block;
    transition: all 0.5s;
    font-size: 12px;
}
.top_aboutus_inn ul li .top_aboutus_bt::after{
    content: "";
    display: inline-block;
    width: 7px;  
    height: 7px; 
    border-top: 2px solid #000;   
    border-right: 2px solid #000; 
    transform: rotate(45deg);
    margin-right: 0px; 
    vertical-align: middle; 
    position: relative;
    top: -1px;
    left: 10px;
}
.top_aboutus_inn ul li .top_aboutus_bt:hover{
    background-color: #f3f3f3;
    transition:all 0.5s;
}
.top_aboutus_inn ul li.sns img{
    margin-right:20px;
}
img.mifune_staff_all{
    position: absolute;
    left: 0;
    top: -100px;
    width: 50%;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .top_aboutus_wrap {
        padding: 0px 0px 0px;
        height: auto;
    }
    .top_aboutus_box {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .top_aboutus_wrap h2 {
        text-align: center;
        padding: 2%;
        width: 96%;
    }
    .top_aboutus_wrap h2 img{
        width:100%;
    }
    .top_aboutus_inn {
        position: relative;
        width: 96%;
        padding: 20px 2%;
    }
    .top_aboutus_inn span {
        width: 92%;
        padding: 4%;
    }
    .top_aboutus_inn h3 {
        font-size: 20px;
        width: 92%;
        padding: 4%;
    }
    .top_aboutus_inn p {
        line-height: 2;
        font-size: 12px;
        width: 92%;
        padding: 4%;
        margin-bottom: 20px;
    }
    .top_aboutus_bt {
        width: 92%;
        padding: 4%;
    }
    .top_aboutus_bt a {
        width: 86%;
        padding: 3%;
    }
    img.mifune_staff_all {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
    }
    .top_aboutus_inn ul {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
    }
    .top_aboutus_inn ul li .top_aboutus_bt {
        width: 60%;
        padding: 6px;
        font-size: 14px;
        margin:0 auto;
        display: block;
    }
}

/******************************************
top_main_news
*******************************************/
.top_main_news{
    background-color: #f3eeed;
    padding:20px;
}
.top_oshirase{
    background-color: #fff;
    font-size:14px;
    padding: 20px;
}
.top_oshirase a{
    padding:10px 20px;
}
.top_oshirase span{
    font-size:16px;
    margin-right: 20px;
    font-weight:900;
}


/******************************************
top_customer 
*******************************************/

#section_topcustomer {
    padding: 50px 0 50px;
    background-color: #fcfbf7;
    margin: 0 0 0px;
}
#section_topcustomer h2{
    text-align: center;
}

.g_kuchikomi{
    font-weight:900;
    font-size:24px;
    text-align: center;
    margin: 20px 0 40px;
}
.g_yellow{
    color:#d6e40c;
}
.g_glay{
    color:#d8d6d6;
}
#section_topcustomer ul li{
    width:92%;
    text-align: center;
    padding: 4%;
    height: 260px;
    background-color: #fff;
    border-radius: 10px;
}
#section_topcustomer ul li img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    float: none;
}
#section_topcustomer ul li h4 {
    font-size: 14px;
    color: #666666;
    margin-bottom: 6px;
    line-height: 1.8;
    text-align: left;
    padding: 4px 10px;
    font-weight: 600;
    overflow: hidden;
    text-align: center;
}
#section_topcustomer ul li p {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    word-wrap: break-word;
    text-align: left;
    padding: 0 10px;
}
a.google_kbt{
    text-align: center;
    border-radius: 34px;
    border: 2px solid #cc8052;
    padding: 14px;
    font-weight:700;
    font-size:20px;
    display: block;
    margin: 20px auto;
    width: 340px;
    color: #cc8052;
    transition: 0.5s;
}
a.google_kbt:hover{
    background-color: #cc8052;
    color: #fff;
    transition: 0.5s;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 768未満*/
    .g_kuchikomi {
        font-size: 20px;
    }
}

/******************************************
top_main_menu
*******************************************/
.top_main_menu_wrap{
    padding: 120px 0 100px;
}
.top_main_menu_inn{
    max-width:1680px;
    margin:0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.top_main_menu{
    width:86%;
    margin:0 auto;
    background-color: #fff9f6;
    padding-bottom: 20px;
    transition: 0.5s;
}
.top_main_menu:hover{
    background-color: #f2e2da;
    transition: 0.5s;
}
.top_main_menu img{
    width:100%;
}
.top_main_menu h3{
    padding: 3% 5%;
    font-size: 22px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.top_main_menu p{
    padding: 3% 5%;
    text-align: justify;
    line-height:1.8;
    font-size:14px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.main_menu_bt{
    text-align: right;
    padding: 0 4%;
    transition: 0.5s;
}
.main_menu_bt:hover{
    padding: 0 3%;
    transition: 0.5s;
}
.main_menu_bt span{
    margin: 0 4%;
}
.main_menu_bt .arrow-right{
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: relative;
    width: 1em;
    height: 0.1em;
    background: currentColor;
}
.main_menu_bt .arrow-right::after{
    content: '';
    width: 0.65em;
    height: 0.65em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.05em;
    box-sizing: border-box;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .top_main_menu_wrap {
        padding: 20px 0 10px;
    }
    .top_main_menu_inn {
        max-width: 1680px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .top_main_menu {
        width: 90%;
        margin: 0 auto;
        background-color: #fff9f6;
        padding: 5%;
    }
    .top_main_menu img {
        display: inline-block;
        width: 100%;
    }
    .top_main_menu h3 {
        padding: 1%;
        font-size: 14px;
    }
    .top_main_menu p {
        padding: 1%;
        line-height: 1.8;
        font-size: 10px;
    }
    .main_menu_bt {
        text-align: center;
        font-size: 12px;
        padding: 6px;
        margin: 10px;
        border-radius:20px;
        background-color: #ff871a;
        transition: 0.5s;
        color:#fff;
    }
    .main_menu_bt .arrow-right {
        display: none;
    }

    
}

/******************************************
top-uritai
*******************************************/
.top_uritai_wrap{
    padding:40px 0 50px;
}
.top_uritai_wrap h2{
    text-align: center;
    font-size: 30px;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #000;
    width: 100%;
    padding-bottom: 30px;
}
.top_uritai_wrap p.uritai_des{
    text-align: center;
    padding: 20px 0 100px;
}
.top_uritai_inn{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.top_uritai{
    margin:4%;
    padding-bottom:40px;
}
.top_uritai img{

}
.top_uritai h3{
    color:#3891fc;
    font-size:20px;
    padding:20px 0;
}
.top_uritai p{
    font-size:14px;
}
a.top_uritai_bt{
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: block;
    background-color: #2f4b77;
    width: 340px;
    margin: 20px auto;
    padding: 14px;
    transition: 0.5s;
}
a.top_uritai_bt::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}
a.top_uritai_bt:hover{
    background-color: #0a1e3e;
    transition: 0.5s;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .top_uritai_wrap{
        padding:20px 0 20px;
    }
    .top_uritai_wrap h2 {
        text-align: center;
        padding: 2%;
        width: 96%;
    }
    .top_uritai_wrap p.uritai_des{
        text-align: center;
        padding: 10px 0 10px;
    }
    .top_uritai_wrap h2 img{
        width: 100%;
    }
    .top_uritai h3{
        font-size:16px;
    }
    .top_uritai_inn {
        grid-template-columns: 1fr;
    }
    .top_uritai img {
        width: 100%;
    }
    a.top_uritai_bt{
        font-size: 16px;
        width: 240px;
    }
}


/******************************************
top-chintai
*******************************************/
.top_chintai_wrap{
    padding:40px 0 300px;
    background: url(../images/bg03.png) repeat;
}
.top_chintai_wrap h2{
    text-align: center;
    padding: 0px;
}
.bt_jyoken{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.bt_jyoken a{
    padding:10px 20px;
    transition: 0.5s;
}
.bt_jyoken a:hover{
    padding:8px 20px 12px;
    opacity: 0.9;
    transition: 0.5s;
}
.bt_kodawari{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.bt_kodawari a{
    text-align: center;
    display: block;
    padding: 20px;
    transition: 0.5s;
}
.bt_kodawari a:hover{
    text-align: center;
    display: block;
    padding: 18px 20px 22px;
    opacity: 0.9;
    transition: 0.5s;
}
.bt_kodawari a img{
    float:none;
}
.top_chintai_box a.top_article_serch_bt{
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight:700;
    color: #fff;
    display: block;
    background-color: #2f4b77;
    width: 340px;
    margin: 20px auto;
    padding: 14px;
    z-index:10;
}
.top_chintai_box .top_article_serch_bt:hover {
    background-color: #9b4f10;
    transition: .3s;
}
.top_chintai_box a.top_article_serch_bt::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .top_chintai_wrap {
        padding: 20px 0 20px;
    }
    .top_chintai_wrap h2{
        text-align: center;
        padding: 2%;
        width: 96%;
    }
    .top_chintai_wrap h2 img{
        width: 100%;
    }
    .bt_jyoken {
        grid-template-columns: 1fr;
    }
    .bt_jyoken a {
        padding: 0;
    }
    .bt_jyoken img{
        width:100%;
    }
    .bt_kodawari {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .bt_kodawari a {
        padding: 0px;
    }
    .bt_kodawari a img {
        width:100%;
    }
    .top_chintai_box a.top_article_serch_bt {
        font-size: 16px;
        width: 240px;
    }
    
}


/******************************************
top-slideimg
*******************************************/

.container {
    height:470px;
    width: 100%;
    overflow: hidden;
}
.slide_wrap {
    width: 5800px;
    position: relative;
    left: 50%;
    margin-left: -2900px;
}
.slide_wrap img:hover{
    opacity: 0.6;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.bx-controls{
    display: none;
}
.bx-wrapper .bx-viewport {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .bx-wrapper .bx-viewport {
        padding: 0px;
    }
    .container {
        height: auto;
        width: 100%;
        overflow: hidden;
    }
    .slide_wrap {
        width: 100%;
        position: relative;
        left: 0;
        margin-left: 0;
    }
    .slide_body_sp {width:100%;}
    .slide_body_sp .slide {width:100%;}
	.slide_body_sp .slide a img {width:100%;}

}

/******************************************
top_btbox
*******************************************/
#top_btbox_wrap{
    background: url(../images/top/top_slide_s.png) repeat-x 50% bottom aliceblue;
    background-size: auto auto;
    animation: bg-slider 120s linear infinite;
    position: relative;
    background-size: auto 100%;
    height: 180px;
}
@keyframes bg-slider {
	from { background-position: 0 0; }
    to { background-position: -1980px 0; } /* 1980pxとは使用した背景画像の長さ */
}
.top_btbox_inn h3{
    background: url(../images/top/ic_003.png) no-repeat 0px 50%;
    padding: 30px 0 20px 50px;
    font-family: "Shippori Mincho B1", serif;
    color: #fff;
    text-shadow: #000;
    display: block;
    margin: 0px auto;
    width: 340px;
    height: 30px;
}
.top_btbox_inn ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 10px;
}
.top_btbox_inn ul li a{
    width: 280px;
    color: #000;
    background-color: #ffffff75;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 1em;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    display: block;
}
.top_btbox_inn ul li a:hover{
    background-color: #ffffffae;
    transition: 0.5s;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .top_btbox_inn ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 10px;
    }
    .top_btbox_inn ul li a{
        width: 80%;
        border-radius: 8px;
        padding: 4%;
        text-align: center;
        font-size: 1rem;
        font-weight: 700;
        display: block;
    }

}
/******************************************
top-line-information
*******************************************/

.top_line_info{
    background: #f7f7f7;
    padding: 40px;
}
.top_line_info_wrap{
    background: #fff;
    padding: 30px;
    z-index: 100;
    position: relative;
    height: 180px;
}
.top_line_info_wrap h2{
    width: 220px;
    float: left;
    padding: 20px 70px 20px 30px;
    font-size: 18px;
    color: #39556d;
}
.top_line_info_wrap .info_area ul{
    float: right;
    width: 800px;
    max-height: 180px;
    overflow: scroll;
}
.top_line_info_wrap .info_area ul li{
    font-size: 14px;
    text-align: left;
    line-height: 2;
}
.top_line_info_wrap .info_area ul li span{
    display: inline-block;
    margin-right:20px;
    color: #888;
    font-size:12px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    
}


/******************************************
top_kodawaribt_box
*******************************************/
#top_kodawaribt_box{
    padding:40px 100px;
    background-color: #f7fbfe;
}
#top_kodawaribt_box h3{
    padding: 0 40px 40px;
    font-size:24px;
    text-align: center;
}
#top_kodawaribt_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding:0 80px;
}
#top_kodawaribt_box ul li{
    padding:0 18px;
}
#top_kodawaribt_box ul li:hover{
    opacity: 0.8;
    transition: all 0.3s 0.5s ease-in-out;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    
}


/******************************************
top_serch_c_box
*******************************************/
#top_serch_c_box{
    padding:40px 100px;
    background: url(../images/lp_top_contebg.png) repeat;
}
#top_serch_c_box h3{
    padding: 0 40px 40px;
    font-size:24px;
    text-align: center;
}
#top_serch_c_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding:0 80px;
}
#top_serch_c_box ul li{
    padding:0 14px;
}
#top_serch_c_box ul li:hover{
    opacity: 0.8;
    transition: all 0.3s 0.5s ease-in-out;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    
}


/******************************************
top_syubetsubt_box
*******************************************/
#top_syubetsubt_box{
    padding:40px 100px;
    background-color: #fff3f9;
}

#top_syubetsubt_box h3{
    padding: 0 40px 40px;
    font-size:24px;
    text-align: center;
}
#top_syubetsubt_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding:0 240px;
}
#top_syubetsubt_box ul li{
    padding:0 18px;
}
#top_syubetsubt_box ul li:hover{
    opacity: 0.8;
    transition: all 0.3s 0.5s ease-in-out;
}


/******************************************
top_serch_b_box
*******************************************/
#top_serch_b_box{
    padding:40px 100px;
    background: url(../images/lp_top_contebg.png) repeat;
}
#top_serch_b_box h3{
    padding: 0 40px 40px;
    font-size:24px;
    text-align: center;
}
#top_serch_b_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding:0 80px;
}
#top_serch_b_box ul li{
    padding:0 14px;
}
#top_serch_b_box ul li:hover{
    opacity: 0.8;
    transition: all 0.3s 0.5s ease-in-out;
}


/********************************************** 
Top new-rent  new-sale 　　1200
***********************************************/

.new_rent{
    padding:20px 0;
}
.new_sale{
    padding:0 0 20px 0;
}

.section_title02{
    background-color: #f9f9f9;
    font-size: 20px;
    vertical-align: middle;
    position: relative;
    color: #5f5f5f;
    text-align: left;
    padding: 0.8em 1em 1em;
    border-top: none;
    border-bottom: none;
    margin-bottom: 20px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.section_title02:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #c3c3c3, #c3c3c3 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #c3c3c3, #c3c3c3 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.section_title02 span{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size:14px;
    padding:0 20px;
    color:#7472be;
}
.recommend2{
	overflow:hidden;
	width:100%;
    padding: 4% 0;
}
.recommend2 ul{
	width:100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.recommend2 ul li{
	position: relative;
    width: 96%;
	margin: 0 2% 1%;
    min-height: 130px;
    text-align: left;
    font-size: 14px;
    overflow: hidden;
	border-bottom:1px #ccc dotted;
	padding: 2%;
}
.recommend2 ul li:hover{
    background-color: #fdfdf8;
}
.recommend2 ul li img{
    width: 130px;
	height: 130px;
    object-fit: cover;
	float:left;
}
.recommend2 ul li .syubetsu_ic{
	color: #e62b4e;
	padding: 2px 4px;
	border: 1px solid #e62b4e;
	border-radius: 4px;
	width: 140px;
	font-size: 10px;
	text-align: center;
}
.recommend2 ul li .icon{
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:auto;
    z-index: 100;
}
.recommend2 ul li .newdetail{
	width: calc(100% - 150px);
	float: right;
}
.recommend2 ul li h4{
	line-height: 20px;
	font-size: 16px;
	font-weight: 700;
	padding-top: 8px;
}
.recommend2 ul li span{
	font-weight: bold;
    font-size: 16px;
	padding: 0 10px 0 0;
    float: left;
}
.recommend2 ul li .address{
	background: url(../images/icon-area.png) no-repeat 0px 50%;
	padding:0 0 0 30px;
    font-size: 14px;
}
.recommend2 ul li .train{
	background: url(../images/icon-train.png) no-repeat 0px 50%;
	padding:0 0 0 30px;
    font-size: 14px;
}
.recommend2 ul li strong{
	color:#4D4D4D;
	font-size:14px;
	display:block;
	padding:0px 10px;
	line-height:1.8;
    height: 28px;
    overflow: hidden;
}
.recommend2 ul li .more{
	background:#999999;
	display:block;
	padding:5px 0;
	text-align:center;
	color:#fff;
	width:100%;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .recommend2 ul{
        width:100%;
        display: block;
    }
    .recommend2 ul li{
        width: 100%;
        margin: 0 0% 3%;
        border-bottom: 1px #ccc dotted;
        padding: 0;
    }
    .recommend2 ul li h4 {
        font-size: 12px;
    }
	.recommend2 ul li img{
        width: 100px;
        height: 100px;
        object-fit: cover;
        float:left;
    }
    .recommend2 ul li .newdetail{
        width: calc(100% - 110px);
        float: right;
    }
    .recommend2 ul li .address {
        font-size: 12px;
    }
    .recommend2 ul li .train {
        font-size: 12px;
    }
    
}

/****************************************** 
top-blog 1200 
*******************************************/

.top_blog{
	padding:40px 0 60px;
    background: url(../images/top/top_bg01.png) repeat;
}
.top_blog h2{
    text-align: center;
    font-size: 30px;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #000;
    width: 100%;
    padding-bottom: 30px;
}
.blog_title{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	padding: 0.8em 1em;/*文字周りの余白*/
    color: #5f5f5f;/*文字色*/
    background-color: #f4f4f4;/*背景色*/
	font-weight: 700;
    border-left: solid 5px #7472be;/*左線（実線 太さ 色）*/
    margin-bottom: 30px;
    font-size: 20px;
	text-align: left;
}
.blog_title span{
	font-size: 18px;
	padding: 0 20px;
	color: #7472be;	
}
.blog_description{
    line-height: 2;
    text-align: center;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #000;
    font-size: 14px;
    width: 60%;
    margin: 0 auto 40px;
}
.top_point_box{
    position: relative;
    background-color: #fcf7f2;
    padding: 20px 20px 20px 140px;
    border-bottom: 1px dotted #666;
    margin:0 auto 40px;
    max-width:1000px;
}
.top_point_box img{
    position: absolute;
    left: 10px;
    top: -10px;
}
.blog_area {
	overflow:hidden;
	width:100%;
	margin-bottom:15px;
}
.blog_area ul{
    width:100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.blog_area li{
	border-bottom:1px dotted #ccc;
	width: 92%;
    margin: 0 4% 20px;
    min-height: 360px;
    padding-bottom: 20px;
    transition: 0.5s;
}
.blog_area li:hover{
	box-shadow: 0px 0px 3px 1px #ccc;
    background-color: #fdfdf8;
    transition: 0.5s;
}
.blog_area li p{
	font-size:12px;
	line-height:1.6;
	color:#666666;
	word-wrap: break-word;
    text-align: left;
    padding:0 6px;
}
.blog_area li p span{
	display:block;
	margin-top:5px;
}
.blog_area li h4{
	font-size: 14px;
    color: #666666;
    margin-bottom: 2px;
    line-height: 1.6;
    padding: 6px 0px 4px 4px;
    text-align: left;
    padding:10px 6px;
    font-weight:600;
	height: 64px;
}
.blog_area li img{
	float:left;
	margin-bottom:10px;
    width: 100%;
	height: 225px;
    object-fit: cover;
}
.top_blog .section_bt{
    background-color: #fff;
    padding: 10px 40px;
    border: 2px solid #000;
    border-radius: 30px;
    text-align: center;
    color: #000;
    display: block;
    font-size: 1em;
    font-weight: 700;
    transition: all 0.5s;
    margin: 20px auto 0;
    width: 200px;
}
.top_blog .section_bt::after{
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    margin-right: 0px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: 10px;
}
.top_blog .section_bt:hover{
    background-color: #f3f3f3;
    transition: all 0.5s;
}


@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .top_blog {
        padding: 20px 0 20px;
    }
    .top_blog_wrap {
        max-width: 96%;
        margin: 0 auto;
    }
    .top_blog_wrap h2 {
        text-align: center;
        padding: 2%;
        width: 96%;
    }
    .top_blog_wrap h2 img{
        width: 100%;
    }
    .top_blog h2 {
        text-align: left;
        font-size: 20px;
        width: 92%;
        padding: 4%;
    }
    .blog_description{
        line-height: 2;
        font-size: 12px;
        width: 92%;
        padding: 4%;
        margin-bottom: 20px;
        text-align: justify;
    }
    .blog_area ul{
        width:100%;
        height: auto;
        margin:0 0 10px 0;
        display: block;
    }
    .blog_area li{
        width:100%;
        height: auto;
        min-height: 100px;
        margin:0 0 10px 0;
    }
    .blog_area li>div{
        float: left;
        width: 100px;
    }
    .blog_area li h4 {
        font-size:12px;
        width: calc(100% - 120px);
        float: right;
        height:auto;
        padding: 0px 6px 10px;
    }
	.blog_area li p{
        font-size:12px;
        width: calc(100% - 120px);
        float: right;
        padding: 0 6px 10px;
    }
	.blog_area li img{
        width:100px;
        height:100px;
    }
    .section_bt a {
        font-size: 16px;
        width: 240px;
        margin: 10px auto;
    }
    .top_point_box img {
        position: absolute;
        left: 10px;
        top: -20px;
        width: 50px;
    }
    .top_point_box {
        padding: 20px;
        font-size: 12px;
    }

    
}

/*********************************************** 
top-aboutus 1540 
***********************************************/

.aboutus_wrap{
    max-width:1400px;
    margin:0 auto;
    padding: 80px 0;
}
.aboutus_wrap>img{
    width:42%;
    padding:1%;
    height:auto;
    float:left;
}
.aboutus_wrap .aboutus_inn{
    width: 50%;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    height: auto;
    float: right;
    padding: 1% 1%;
}
.aboutus_wrap .aboutus_inn h3{
    color:#5f5f5f;
    font-size:32px;
    line-height: 1.6;
}
.aboutus_wrap .aboutus_inn h3 span{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    display: block;
    color:#7472be;
    font-size:14px;
    padding: 0 0 20px 0;
}
.aboutus_wrap .aboutus_inn p{
    color: #5f5f5f;
    font-size: 16px;
    line-height: 2;
    padding: 30px 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .aboutus_wrap {
        width:100%;
        padding: 20px 0;
    }
    .aboutus_wrap > img {
        width: 90%;
        padding: 5%;
        height: auto;
        float: none;
    }
    .aboutus_wrap .aboutus_inn {
        width: 90%;
        height: auto;
        float: none;
        padding: 5%;
    }
    .aboutus_wrap .aboutus_inn h3 {
        font-size: 18px;
        line-height: 1.6;
    }
    .aboutus_wrap .aboutus_inn p {
        font-size: 12px;
        line-height: 2;
        padding: 30px 0;
    }
}


/****************************************** 
top-menubox 1200 
******************************************/

#top_menubox{
    width:100%;
    padding: 40px 0 60px;
}
#top_menubox ul{
    width:100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
#top_menubox ul li{
    width:96%;
    margin:10px 2% 46px;
    border-bottom: 1px solid #ccc;
}
#top_menubox ul li img{
    width:100%;
    height:auto;
}
#top_menubox ul li:hover{
    opacity: 0.6;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
#top_menubox ul li h3{
    font-size: 15px;
    line-height: 1.8;
    font-weight: 700;
    color: #5f5f5f;
    padding:8px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    #top_menubox {
        width: 100%;
        padding: 10px 0 10px;
    }
    #top_menubox ul{
        grid-template-columns: 1fr 1fr;
    }
    #top_menubox ul li{
        width:96%;
        margin:10px 2% 46px;
    }

    
}

/**********************************************
 top-recommend  1540 
 **********************************************/

#top_recomend01{
    padding:40px 0 40px;
}
#top_recomend02{
    padding:40px 0;
}
.recomend4_detail{
    padding: 2% 4% 2%;
}
.title_name {
    display: block;
    font-size: 16px;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #546400;
    text-align: center;
    padding-bottom: 12px;
}
#top_recomend01 h2{
    text-align: center;
    font-size: 30px;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #000;
    width: 100%;
    padding-bottom: 30px;
}

.recomend_description{
    line-height: 2;
    text-align: center;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #000;
    font-size: 14px;
    width: 60%;
    margin: 0 auto 40px;
}
.top_section_title{
    background-color: #f4f4f4;
    font-size: 20px;
    vertical-align: middle;
    position: relative;
    color: #5f5f5f;
    text-align: left;
    padding: 0.8em 1em 1em;
    border-top: none;
    border-bottom: none;
    margin-bottom: 20px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.top_section_title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #c3c3c3, #c3c3c3 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #c3c3c3, #c3c3c3 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.recommend4_wrap{
    margin:0 auto;
    padding: 2rem;
}
.recommend4{
	overflow:hidden;
	width:100%;
    max-width:1480px;
    margin:0 auto;
}
.recommend4 ul{
	width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 0rem;
    padding: 0 0rem;
}
.recommend4 ul li{
	position: relative;
    width: 92%;
    margin: 0 4% 30px;
    min-height: 480px;
    text-align: left;
    font-size: 14px;
    overflow: hidden;
	border-bottom:1px dotted #ccc;
    background-color: #fff;
    transition: 0.5s;
}
.recommend4 ul li:hover{
    background-color: #fdfdf8;
    transition: 0.5s;
}
.recommend4 ul li img{
    display: inline-block;
	width:100%;
	aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: 0.5s;
}
.recommend4 ul li img:hover{
    transform: scale(1.05);
    transition: 0.5s;
}
.recommend4 ul li .icon{
	position:absolute;
	top:0;
	right:0;
	width:60px;
	height:25px;
    z-index: 100;
}
.recommend4 ul li .syubetsu_ic {
	color: #e62b4e;
	padding: 2px 4px;
	border: 1px solid #e62b4e;
	border-radius: 4px;
	width: 140px;
	font-size: 10px;
	text-align: center;
	margin: 4px 0;
}
.recommend4 ul li h4{
	padding:2px 0;
    color:#000;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	line-height:1.8;
	font-size:16px;
	overflow: hidden;
}
.recommend4 ul li p{
	padding:10px 0;
	line-height:1.8;
}
.recommend4 ul li span{
	font-weight: bold;
    font-size: 20px;
    padding: 0 10px 0 0;
    float: left;
}
.recommend4 ul li .price{
	color:#000;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size:28px;
}
.recommend4 ul li .address{
    color:#000;
    font-size: 12px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    background: url(../images/icon-area.png) no-repeat 0px 50%;
	padding: 0 0 0 30px;
}
.recommend4 ul li .train{
    color:#000;
    font-size: 12px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    background: url(../images/icon-train.png) no-repeat 0px 50%;
	padding: 0 0 0 30px;
}
.recommend4 ul li strong{
	color:#4D4D4D;
	font-size:14px;
	display:block;
	padding:0px 10px;
	line-height:1.8;
    height: 28px;
    overflow: hidden;
}
.recommend4 ul li .more{
	background:#999999;
	display:block;
	padding:5px 0;
	text-align:center;
	color:#fff;
	width:100%;
}
.recommend4_wrap a.top_article_serch_bt{
    background-color: #fff;
    padding: 10px 40px;
    border: 2px solid #000;
    border-radius: 30px;
    text-align: center;
    color: #000;
    display: block;
    font-size: 1em;
    font-weight: 700;
    transition:all 0.5s;
    margin: 20px auto 0;
    width:200px;
}
.recommend4_wrap a.top_article_serch_bt::after{
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    margin-right: 0px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: 10px;
}
.recommend4_wrap .top_article_serch_bt:hover {
    background-color: #f3f3f3;
    transition:all 0.5s;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    .recommend4_wrap {
        margin: 0 auto;
        width:96%;
        padding: 2%;
    }
    .title_name {
        display: block;
        font-size: 16px;
        font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
        text-align: left;
        width: 92%;
        padding: 4%;
    }
    #top_recomend01 {
        padding: 20px 0 20px;
        margin-top: -10px;
    }
    #top_recomend01 h2 {
        text-align: left;
        font-size: 20px;
        width: 92%;
        padding: 4%;
    }
    #top_recomend01 h2 img{
        width:100%;
    }
    .recomend_description{
        line-height: 2;
        font-size: 12px;
        width: 92%;
        padding: 4%;
        margin-bottom: 20px;
        text-align: justify;
    }
    .recommend4 {
        overflow: hidden;
        width: 96%;
        margin: 0 auto 20px;
    }
    .recommend4 ul {
        width: 100%;
        margin-top: 0px;
        display: grid;
        grid-template-columns: 1fr;
    }
    .recommend4 ul li {
        width: 100%;
        margin: 0 0% 3%;
        border-bottom: 1px #ccc dotted;
        padding: 0 0 0% 0;
        height: auto;
        min-height: 100px;
    }
    .recommend4 ul li h4 {
        font-size: 12px;
    }
	.recommend4 ul li img{
        width: 100px;
        height: 100px;
        object-fit: cover;
        float:left;
    }
    .recommend4 ul li .price {
        font-size: 18px;
    }
    .recommend4 ul li .syubetsu_ic{
        display: none;
    }
    .recommend4 ul li .recomend4_detail{
        width: calc(100% - 110px);
        float: right;
        padding: 0;
    }
    .recommend4 ul li .address {
        font-size: 12px;
    }
    .recommend4 ul li .train {
        font-size: 12px;
    }
}


/******************************************
Top-info
*******************************************/
.top_info{
    background: url(../images/top_info_bg01.png) no-repeat 100% / 100% auto;
    padding: 8rem 0;
}
.top_info_title_name{
    display: block;
    font-size: 16px;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #fff;
    text-align: center;
    padding-bottom: 12px;
    filter: drop-shadow(0px 0px 4px #000);
}
.top_info h2{
    text-align: center;
    font-size: 30px;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #fff;
    width: 100%;
    padding-bottom: 30px;
    filter: drop-shadow(0px 0px 4px #000);
}
.top_info_description{
    line-height: 2;
    text-align: center;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #fff;
    font-size: 14px;
    width: 60%;
    margin: 0 auto 40px;
    filter: drop-shadow(0px 0px 4px #000);
}
.top_info_bt01{
    background-color: #fff;
    padding: 10px 40px;
    border: 2px solid #000;
    border-radius: 30px;
    text-align: center;
    color: #000;
    display: block;
    font-size: 12px;
    transition: all 0.5s;
    margin: 20px auto 0;
    width: 200px;
}
.top_info_bt01:hover{
    background-color: #f3f3f3;
    transition: all 0.5s;
}
.top_info_bt01::after{
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    margin-right: 0px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: 10px;
}
.top_info_body li{
    
}
.top_info_body li img{
    position: relative;
    width:360px;
    height:160px;
    object-fit: cover;
}
.top_info_body li h4 {
    position: absolute;
    width: 360px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    left: 0;
    top: 0;
    padding: 70px 0;
    font-size: 10px;
    color:#ffffff00;
}
.top_info_body li h4:hover{
    background-color: #00000044;
    color:#fff;
    transition: all 0.5s;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    .top_info {
        background: url(../images/top_info_bg01.png) no-repeat 100% / 100% auto;
        padding: 2rem 0;
        background-size: cover;
    }
    .top_info_title_name {
        display: block;
        font-size: 16px;
        font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
        text-align: left;
        width: 92%;
        padding: 4%;
        color: #fff;
    }
    .top_info h2 {
        text-align: left;
        font-size: 20px;
        width: 92%;
        padding: 4%;
        font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
        color: #fff;
    }
    .top_info_description {
        line-height: 2;
        font-size: 12px;
        width: 92%;
        padding: 4%;
        margin-bottom: 20px;
        text-align: justify;
        color: #fff;
    }
    .top_info_body li h4{
        background-color: #00000044;
        color:#fff;
        transition: all 0.5s;
    }
}
/******************************************
Three-service
*******************************************/
.three-service_wrap{
    padding: 4rem 0;
}
.three-service{
    margin: 0 auto;
    position: relative;
}
.three-service_name {
    display: block;
    font-size: 16px;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #546400;
    text-align: center;
    padding-bottom: 12px;
}
.three-service h2 {
    text-align: center;
    font-size: 30px;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #000;
    width: 100%;
    padding-bottom: 30px;
}
.three-service_description {
    line-height: 2;
    text-align: center;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #000;
    font-size: 14px;
    width: 60%;
    margin: 0 auto 40px;
}
.three-policy-cards{
    background-color: #efefef;
    padding: 3rem;
    border-radius: 1rem;
    width:1380px;
    margin:0 auto;
}
.three-policy-cards h3{
    text-align: center;
    font-size: 30px;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #000;
    width: 100%;
    padding-bottom: 30px;
}
.three-policy-card_wrap{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.three-policy-card{
    background: #fcfcfc ;
    border-radius: 3px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    margin: 1rem;
    padding: 2rem 1rem;
    border-radius: 1rem;
}
.three-policy-card .policy-number{
    background: #777;
    border-radius: 2rem;
    font-size: 2.6em;
    font-weight: 900;
    color: #fff;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
}
.three-policy-card h4{
   font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
   text-align: center;
   padding: 1rem 1rem 1rem;
   font-size: 1.4em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    .three-service_name {
        display: block;
        font-size: 16px;
        font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
        color: #546400;
        text-align: left;
        width: 92%;
        padding: 4%;
    }
    .three-service h2 {
        text-align: left;
        font-size: 20px;
        width: 92%;
        padding: 4%;
    }
    .three-service_description {
        line-height: 2;
        font-size: 12px;
        width: 92%;
        padding: 4%;
        margin-bottom: 20px;
        text-align: left;
    }
    .three-policy-cards {
        background-color: #efefef;
        padding: 1%;
        border-radius: 0;
        width: 98%;
        margin: 0 auto;
    }
    .three-policy-cards h3 {
        text-align: center;
        font-size: 20px;
        width: 92%;
        padding: 4%;
    }
    .three-policy-card_wrap {
        display: grid;
        grid-template-columns: 1fr;
    }
    .three-policy-card {
        background: #fcfcfc;
        border-radius: 3px;
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
        margin: 1rem;
        padding: 1rem 1rem 0.5rem;
        border-radius: 1rem;
    }
    .three-policy-card .policy-number {
        font-size: 2em;
        width: 50px;
        height: 50px;
    }
    .three-policy-card h4 {
        font-size: 1.em;
    }
}

/******************************************
Two-service
*******************************************/

.two-service_wrap{
    padding: 4rem 0;
}
.two-service{
    margin: 0 auto;
    position: relative;
}
.two-service_name {
    display: block;
    font-size: 16px;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #546400;
    text-align: center;
    padding-bottom: 12px;
}
.two-service h2 {
    text-align: center;
    font-size: 30px;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #000;
    width: 100%;
    padding-bottom: 30px;
}
.two-service_description {
    line-height: 2;
    text-align: center;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #000;
    font-size: 14px;
    width: 60%;
    margin: 0 auto 40px;
}
.two-policy-cards{
    background-color: #fbfdf5;
    padding: 3rem;
    border-radius: 1rem;
    width:1380px;
    margin:0 auto;
}
.two-policy-cards h3{
    text-align: center;
    font-size: 30px;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #000;
    width: 100%;
    padding-bottom: 30px;
}
.two-policy-card_wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.two-policy-card{
    background: #fcfcfc ;
    border-radius: 3px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    margin: 1rem;
    padding: 2rem 1rem;
    border-radius: 1rem;
}
.two-policy-card:hover{
    margin: 0.5rem 1rem 1.5rem;
    transition: all 0.5s;
}
.two-policy-card .policy-number{
    background: #777;
    border-radius: 2rem;
    font-size: 1.2em;
    font-weight: 200;
    color: #fff;
    width: 80%;
    height: 1.6rem;
    padding: 0.4rem;
    margin: 0 auto;
    text-align: center;
}
.two-policy-card h4{
   font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
   text-align: center;
   padding: 1rem 1rem 1rem;
   font-size: 1.4em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    .two-service_name {
        display: block;
        font-size: 16px;
        font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
        color: #546400;
        text-align: left;
        width: 92%;
        padding: 4%;
    }
    .two-service h2 {
        text-align: left;
        font-size: 20px;
        width: 92%;
        padding: 4%;
    }
    .two-service_description {
        line-height: 2;
        font-size: 12px;
        width: 92%;
        padding: 4%;
        margin-bottom: 20px;
        text-align: left;
    }
    .two-policy-cards {
        padding: 1%;
        border-radius: 0;
        width: 98%;
        margin: 0 auto;
    }
    .two-policy-cards h3 {
        text-align: center;
        font-size: 20px;
        width: 92%;
        padding: 4%;
    }
    .two-policy-card_wrap {
        display: grid;
        grid-template-columns: 1fr;
    }
    .two-policy-card {
        background: #fcfcfc;
        border-radius: 3px;
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
        margin: 1rem;
        padding: 1rem 1rem 0.5rem;
        border-radius: 1rem;
    }
    .two-policy-card .policy-number {
        font-size: 1.2em;
        width: 80%;
        height: 1.6rem;
    }
    .two-policy-card h4 {
        font-size: 1.em;
    }
}



/******************************************
Cases-Jisseki
*******************************************/

/************ top-case **********/

.top_jisseki{
    padding:60px 0;
    background: url(../images/bg01.png) repeat;
}
.top_jisseki h2{
    text-align: center;
    padding:0px;
}
.top_jisseki h3{
    display: block;
    text-align: center;
    font-size: 32px;
    color: #5f5f5f;
}
.top_jisseki h3 span{
    display: block;
    text-align: center;
    font-size: 14px;
    padding:0 0 30px 0;
    color: #7472be;
}
.top_jisseki p{
    text-align: center;
    font-size: 16px;
    padding:30px 0;
    color: #5f5f5f;
    line-height:2;
}
.top_jisseki a h4{
    text-align: left;
    font-size: 12px;
    padding:10px 0;
    color: #5f5f5f;
    line-height:2;
}
.top_jisseki .jisseki_serch_bt{
    text-align: center;
    font-size: 14px;
    color: #fa7e23;
    display: block;
    border: 2px #fa7e23 solid;
    border-radius: 20px;
    width: 210px;
    margin: 18px auto;
    padding: 8px 0;
}
.top_jisseki .jisseki_serch_bt:hover{
    background-color: #ffffff7a;
    transition: .5s ;
}
.top_jisseki .bx-controls-direction{
    display: none;
}
.top_jisseki .bx-viewport a img{
    width: 380px;
    height:230px;
    object-fit: cover;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .top_jisseki {
        padding: 20px 0;
    }
    .top_jisseki h2 {
        text-align: center;
        padding: 2%;
        width: 96%;
    }
    .top_jisseki h2 img{
        width: 100%;
    }
    .top_jisseki h3 {
        font-size: 18px;
    }
    .top_jisseki p {
        text-align: left;
        font-size: 12px;
        padding: 5%;
    }
    .top_jisseki h3 {
        text-align: left;
        padding: 5%;
    }
    .top_jisseki h3 span {
        text-align: left;
        font-size: 14px;
        padding: 10px 0;
    }
}
/************ Cases - works **********/

.works{
    padding-bottom:60px;
}
.work_slider{
    margin-bottom: 40px;
    background-color: #042d0f;
}
.slick-next {
    right: 10px;
}
.slick-next::before {
    content: '>';
}
.works h2{
    font-family: "Sawarabi Mincho", serif;
    display: block;
    text-align: center;
    font-size: 32px;
    margin:40px auto 20px;
}
.works .workstetx1,.works .workstetx2{
    font-size: 14px;
    padding: 30px 20px;
    color: #333;
    line-height: 1.8;
    text-align: justify;
}
.works h3{
    display: block;
    font-size: 22px;
    margin: 40px auto 0;
    border-left: 8px solid #3c321f;
    padding: 0.5% 1%;
}
.works h4{
    display: block;
    font-size: 18px;
    font-weight:700;
    margin: 20px auto 20px;
    padding: 0.5% 1%;
}
.works_category_wrap li{
    padding: 3px 12px;
    border: 1px solid #666;
    float: left;
    border-radius: 20px;
    margin: 30px 5px;
    font-size: 12px;
}
.works_category_wrap li:hover{
    background-color: #984a4a35;
}
.worksall h2{
    font-family: "Sawarabi Mincho", serif;
    display: block;
    text-align: center;
    font-size: 32px;
    margin:20px auto;
}
.worksall h2 span{
    display: block;
    font-family: "Sawarabi Mincho", serif;
    display: block;
    text-align: center;
    font-size: 16px;
    margin:20px auto;
    color:#4d4e28
}
.worksall h3{
    display: block;
    font-size: 22px;
    margin: 40px auto 0;
    border-left: 8px solid #3c321f;
    padding: 0.5% 2%;
}
.worksall ul{
    min-height:80px;
}
.works_list_wrap{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom:30px;
}
.works_list{
    width: 92%;
    padding: 6%;
}
.works_list:hover{
    opacity:0.8;
}
.works_list img{
    width:100%;
    height:280px;
    object-fit: cover;
}
.works_list h3{
    display: block;
    font-size: 16px;
    padding:10px;
    margin: 10px 0;
}
.works_list p{
    font-size: 14px;
    padding:10px;
    line-height:1.8;
}
.o_case_list_wrap{
    border-top: solid 2px #c3c3c3;
    padding:30px 60px;
}
.o_case_list_wrap a{
    width:140px;
    height:160px;
    padding:10px;
    margin:20px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    float:left;
}
.o_case_list_wrap a:hover{
    opacity: 0.8;
    transition: all 0s 0.4s ease-in-out;
}
.o_case_list_wrap a img{
    width:140px;
    height:140px;
    object-fit: cover;
}
.o_case_list_wrap a  h4{
    font-size:10px;
}
.worksimg2{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.worksimg2 img{
    width:94%;
    padding:3%;
}
@media screen and (min-width: 769px) and (max-width: 1600px) {
    /*769-1600*/

    
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .works_list_wrap {
        grid-template-columns: 1fr;
        margin-bottom: 30px;
    }
    .works_list h3 {
        display: block;
        width: calc(100% - 48px);
        font-size: 16px;
        padding: 10px;
        margin: 10px 0;
    }
    .o_case_list_wrap{
        padding:5%;
    }
    .o_case_list_wrap a{
        width:40%;
        height:160px;
        padding:3%;
        margin:2%;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
        float:left;
    }
    .o_case_list_wrap a:hover{
        opacity: 0.8;
        transition: all 0s 0.4s ease-in-out;
    }
    .o_case_list_wrap a img{
        width:100%;
        height:140px;
        object-fit: cover;
    }
    .o_case_list_wrap a  h4{
        font-size:10px;
    }
}

/**************　　slider  **************/

.work_slider .slider .slick-img img{
    width:100%;
    height:780px;
    object-fit: cover;
}
.work_slider .slider .slick-img span{
    display: block;
    width:calc(100% - 2em);
    color:#fff;
    font-size: 14px;
    line-height:1.8;
    margin:0;
    padding:1em;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #00000096;
}
.work_slider  .thumbnail .thumbnail-img img{
    width : 100%;
    height:200px;
    object-fit: cover;
}
@media screen and (min-width: 769px) and (max-width: 1600px) {
    /*769-1600*/

    
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .works h2 {
        font-family: "Sawarabi Mincho", serif;
        display: block;
        text-align: center;
        font-size: 20px;
        margin: 20px auto;
    }
    .work_slider .slider .slick-img img{
        height:380px;
    }
    .works .workstetx1, .works .workstetx2 {
        font-size: 12px;
        padding: 10px;
    }
    .work_slider  .thumbnail .thumbnail-img img{
        width :100%;
        height:100px;
    }
    .g_table dl {
        flex-flow: column;
    }
    
}

/************ top bana **********/
a.top_bana{
    margin: 20px auto 40px;
    display: block;
    text-align: center;
    width:100%;
}
a.top_bana img{
    max-width:90%;
}
a.top_bana img:hover{
    opacity: 0.9;
}



/******************************************
Top_contewrap. 870 + side
*******************************************/

.top_contewrap{
    position: relative;
    padding: 40px 0 60px;
    background-color: #fff;
}
.top_contewrap_img01{
    position: absolute;
    left:0;
    bottom:0;
}
.top_contewrap_img02{
    position: absolute;
    right:0;
    bottom:0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .top_contewrap_img01{
        width:30%
    }
    .top_contewrap_img02{
         width:30%
    }
}

/*****************************************
 top-new-list  870 
 *****************************************/
.news_list_title{
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    vertical-align: middle;
    margin-bottom: 20px;
    text-align: left;
    font-size:20px;
}
.news_list_title span{
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    vertical-align: middle;
    margin-bottom: 20px;
    text-align: left;
    float:right;
    font-size: 12px;
}
.news_list{
    margin:0px;
}
.news_list li{
	border-bottom:#666666 1px dotted;
    color:#5f5f5f;
	padding:14px 10px;
	font-size:14px;
	text-align:left;
	margin:0;
}
.news_list li strong{
	color:#5f5f5f;
	margin-right:10px;
}
.news_list li .price{
	color:#ffb800;
	margin-right:10px;
    font-weight:700;
    font-size: 16px;
    width: 120px;
    display: inline-block;
    text-align: center;
}
.news_list li .syumoku{
	color: #e62b4e;
    padding: 3px 10px;
    border: 1px solid #e62b4e;
    border-radius: 4px;
    font-size: 10px;
    text-align: center;
    margin-right: 8px;
    width: 100px;
    display: inline-block;
}
.news_list li .madori{
	color:#ffb800;
	margin-right:10px;
    font-weight:700;
    font-size: 16px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    .news_list li {
        width:96%;
        padding: 2% 0 2% 2%;
        font-size: 12px;
        text-align: left;
        margin: 0;
    }
    .news_list li .time{
        display:block;
    }
    .news_list li .title_text{
        display:block;
        line-height: 2;
        padding: 4px 0;
    }
}

/******************************************
top-contenter 870
*******************************************/


/************ top-recommend3  870 **********/

.recommend3{
	overflow:hidden;
	width:100%;
}
.recommend3 ul{
	width:100%;
}
.recommend3 ul li{
	position: relative;
    width: 30%;
    margin: 0 1.65% 30px;
    height: 430px;
    float: left;
    text-align: left;
    font-size: 14px;
    overflow: hidden;
	border-bottom:1px dotted #ccc;
}
.recommend3 ul li:hover{
    background-color: #fdfdf8;
}
.recommend3 ul li img{
    display: inline-block;
	width:100%;
	height:260px;
    object-fit: cover;
}
.recommend3 ul li .over:hover{
    transform: scale(1.05);
    transition: 0.3s ease-in-out;
}
.recommend3 ul li .icon{
	position:absolute;
	top:0;
	right:0;
	width:60px;
	height:25px;
    z-index: 100;
}
.recommend3 ul li .syubetsu_ic {
	color: #e62b4e;
	padding: 2px 4px;
	border: 1px solid #e62b4e;
	border-radius: 4px;
	width: 140px;
	font-size: 10px;
	text-align: center;
	margin: 4px 0;
}
.recommend3 ul li h4{
	padding:2px 0;
	line-height:1.8;
	font-weight:700;
	font-size:16px;
	overflow: hidden;
}
.recommend3 ul li p{
	padding:10px 0;
	line-height:1.8;
}
.recommend3 ul li span{
	font-weight: bold;
    font-size: 20px;
    padding: 0 10px 0 0;
    float: left;
}
.recommend3 ul li .address{
    font-size: 14px;
    background: url(../images/icon-area.png) no-repeat 0px 50%;
	padding: 0 0 0 30px;
}
.recommend3 ul li .train{
    font-size: 14px;
    background: url(../images/icon-train.png) no-repeat 0px 50%;
	padding: 0 0 0 30px;
}
.recommend3 ul li strong{
	color:#4D4D4D;
	font-size:14px;
	display:block;
	padding:0px 10px;
	line-height:1.8;
    height: 28px;
    overflow: hidden;
}
.recommend3 ul li .more{
	background:#999999;
	display:block;
	padding:5px 0;
	text-align:center;
	color:#fff;
	width:100%;
}
@media screen and (min-width: 769px) and (max-width: 1600px) {
    /*769-1600*/

    
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    .recommend3 ul li {
        position: relative;
        width: 96%;
        margin: 0 2% 30px;
        height: auto;
        float: left;
        text-align: left;
        font-size: 14px;
        overflow: hidden;
        border-bottom: 1px dotted #ccc;
        padding-bottom: 20px;
    }
}



/************ top blog-area1  870 **********/

.blog_area1 {
    height: 340px;
}
.blog_area1 ul{
    height: 300px;
    overflow: scroll;
}
.blog_area1 li{
    width:96%;
    display: block;
    padding:1%;
    margin:1%;
    border-bottom: 1px dotted #666666;
}
.blog_area1 li:hover{
    background-color: #dfeefc;
}
.blog_area1 li h4{
    font-size: 14px;
    line-height:1.6;
    color: #666666;
    font-weight:700;
}
.blog_area1 li p{
    font-size:12px;
	line-height:1.6;
	color:#666666;
}

@media screen and (min-width: 769px) and (max-width: 1600px) {
    /*769-1600*/

    
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/


    
}


/****************************************************************************************************************
sidebar
****************************************************************************************************************/
.side_bana_img{
    margin:0 auto 30px;
}
.side_recommend {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
.side_recommend .recomend_detail{
    width: 96%;
    padding: 2%;
}

.side_recommend ul {
    width: 100%;
    margin-top: 0px;
    display: grid;
    grid-template-columns: 1fr;
}
.side_recommend ul li {
    width: 100%;
    margin: 2% 0;
    border-bottom: 1px #ccc dotted;
    padding: 2% 0;
    height: auto;
    min-height: 100px;
}
.side_recommend ul li h4 {
    font-size: 12px;
    padding: 2px 0;
    line-height: 1.8;
    font-weight: 700;
    overflow: hidden;
}
.side_recommend ul li img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.side_recommend ul li .price {
    font-size: 18px;
    color: #ffb800;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.side_recommend ul li span {
    font-weight: bold;
    font-size: 20px;
    padding: 0 10px 0 0;
    float: left;
}
.side_recommend ul li .syubetsu_ic{
    display: none;
}
.side_recommend ul li .recomend4_detail{
    width: calc(100% - 110px);
    float: right;
    padding: 0;
}
.side_recommend ul li .address {
    font-size: 12px;
    background: url(../images/icon-area.png) no-repeat 0px 50%;
    padding: 0 0 0 30px;
}
.side_recommend ul li .train {
    font-size: 12px;
    background: url(../images/icon-train.png) no-repeat 0px 50%;
    padding: 0 0 0 30px;
}
.blue_title{
	background-color:#444444;
	color: #fff;
	padding: 0.6em;
    border-bottom: 4px solid #999999;
}
.icon-search{
	background:url(../images/icon-search.png) #d0cece no-repeat 8px 8px;
    padding-left: 50px;
}
.gray_title{
	padding:15px 15px 15px 15px;
	font-size:17px;
	color:#fff;
	background:#5f5f5f;
	font-weight:bold;
	text-align:left;
	margin-bottom:20px;
}
.white_title{
	padding:10px 0px 10px 0px;
	text-indent:15px;
	width:100%;
	margin:0;
	font-size:14px;
	color:#5f5f5f;
	border:#cccccc 1px solid;
	font-weight:bold;
	text-align:left;
	margin-bottom:20px;
}
.siborikomi_title{
	color:#5f5f5f;
	border:none;
	font-weight:bold;
	text-align:left;
	padding-bottom:0px !important;
	line-height:1.8 !important;
	width:100% !important;
	border-top:1px solid #ccc !important;
	padding:10px 0 !important;
	text-indent:15px;
}
.section_text{
	padding:0 20px;
	font-size:14px;
	line-height:2;
	margin:0 10px 20px;
    color: #666;
}

h4.member_title{
    background: url("../images/member_icon.png") no-repeat 0px 50%;
    font-size: 18px;
    padding: 10px 10px 10px 30px;
    border-bottom: 1px solid #999;
}
.member_sidetext{
    font-size:16px;
    padding:10px;
    line-height:2;
    border-bottom: 2px dotted #ccc;
}
.member_sidecount{
    font-size:16px;
    padding:10px;
    line-height:2;
    color:#000;
}
.member_sidecount span{
    font-size:24px;
    padding:0 20px;
    color:#ffba00;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.side_blog_area{

}
.side_blog_area ul li{
	width:100%;
	height: auto;
	margin: 10px 0 10px 0;
	border-bottom:1px dotted #ccc;
}
.side_blog_area ul li img{
	width: 100px;
	height: 100px;
	float: left;
	object-fit: cover;
}
.side_blog_area ul li h4 {
	color: #666666;
	margin-bottom: 6px;
	line-height: 1.8;
	text-align: left;
	font-size: 12px;
	width: calc(100% - 120px);
	float: right;
	padding: 0px 6px 4px;
	height: auto;
	font-weight: 600;
	overflow: hidden;
}
.side_blog_area ul li p {
	font-size: 12px;
	width: calc(100% - 120px);
	float: right;
	padding: 0px 6px 4px;
	line-height: 1.6;
	color: #666666;
	word-wrap: break-word;
	text-align: left;
}
#sidebar .table2_dl{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: calc(100% - 2px);
    margin: 20px 0px 30px;
    clear: both;
    background: #fcf5f5;
    display: flex;
    flex-wrap: wrap;
}
#sidebar .table2_dl dt {
	border-top:1px solid #ccc;	
	width:60px;
	float:left;
	padding:10px;
	background:#fcf5f5;
	color:#444444;
	font-weight:normal;
	font-size:14px;
	line-height:1.8;
}
#sidebar .table2_dl dd {
	border-top:1px solid #ccc;
	background:#fff;
	float:left;
    width:calc(100% - 100px);
	padding:10px;
	font-size:14px;
	line-height:1.8;
	color:#444444;
}
#sidebar .sidebar_category_label{
    display: none;
}
#sidebar .sidebar_category_item{
    display: none;
}
@media screen and (min-width: 769px) and (max-width: 1600px) {
    /*769-1600*/

    
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/

  
}

/******************************************************************************************************
footer
*******************************************************************************************************/
#footer{
    background-color: #262626;
	color:#e4e4e4;
    width: 100%;
    padding: 0;
}

.footer_info{
    overflow: hidden;
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
}
.footer_menu_inn{
    width: 96%;
    margin: 50px 2% 0px;
    border-bottom: 1px solid #ccc;
}
.footer_menu_box{
    padding:20px;
    min-width:200px;
    min-height:285px;
    float:left;
    border-right:1px dashed #ccc;
    margin-bottom: 50px;
}
.footer_menu_box h4{
    padding:6px 6px 6px 10px;
    font-size:16px;
    font-weight:900;
}
.footer_menu_box ul li{
    width:90%;
    padding:6px 6px 6px 18px;
    font-size:14px;
}

.footer_info_inn{
    width: 100%;
    padding: 40px 0% 40px;
    margin:0 auto;
    display: grid;
    grid-template-columns: 1fr 420px;
}
.footer_news_wrap{
    width: 94%;
    padding: 0% 2%;
}
.footer_news_wrap h3{
    font-size: 46px;
    margin-bottom: 30px;
    text-align: left;
}
.footer_news_wrap h3 span{
    display: block;
    font-size:10px;
}
.footer_news_wrap .news_area{
    width:100%;
}
.footer_news_wrap .news_area ul{
    width:100%;
}
.footer_news_wrap .news_area ul li{
    width: 90%;
    border-bottom: 1px dotted #ccc;
    font-size: 14px;
    line-height: 1.8;
    padding: 2%;
}
.footer_news_wrap .news_area ul li .date_blog{
    display: block;
    font-size:10px;
    text-align: left;
    line-height:2;
    color:#adad83;
}
.footer_news_wrap .news_area ul li h4{
    display: block;
    text-align: left;
    color:#e4e4e4;
}
.footer_news_wrap .news_area ul li p{
    display: block;
    text-align: left;
    text-align: justify;
    color:#e4e4e4;
    font-size: 11px;
}
.footer_company_box{
    width: 400px;
    padding: 0 10px;
}
.footer_company_bt{
    display: block;
    padding: 30px 0;
}
a.google_map_flink{
    background: url(../images/link_ic01.png) no-repeat 0px 50%;
    padding: 0 0 0 40px;
    color:#fff;
}
.footer_tel{
    text-align: left;
    font-size: 14px;
    padding: 0px;
}
.footer_tel a{
    background: url(../images/ic_tel2.png) no-repeat 0px 50%;
    color:#fff;
    padding: 0 0 0 50px;
    font-weight: 900;
    font-size: 30px;
    height: 48px;
    display: block;
    width: 100%;
}
.footer_tel .open_time{
    font-weight: 500;
    font-size: 13px;
}
a.footer_poricy{
    font-size: 14px;
    color:#fff;
}
a.footer_inq_bt{
    position: relative;
    background: #fff;
    text-align: center;
    padding: 12px;
    width: 70%;
    font-weight: 700;
    color: #000;
    border-radius: 4px;
    display: block;
    margin: 20px 0;
    height: 25px;
    transition: 0.5s;
}
a.footer_inq_bt:hover{
    background: #e9e9e9;
    transition: 0.5s;
}
a.footer_inq_bt::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    box-sizing: border-box;
}
.footer_company_bt .top_aboutus_sns a img{
    margin-right:20px;
    width: 30px;
}
.footer_company_logo{
    padding: 0px;
    display: block;
}
.footer_company_logo img.footer_logo{
    padding: 1em 0;
}
.footer_company_logo address{
    padding: 0px 0px 20px;
    line-height:2;
    font-size: 14px;
}
.footer_group{
    background-color: #1e1e1e;
    padding:30px;
    display: grid;
    grid-template-columns:288px 1fr 1fr 1fr 1fr 1fr ;
}
.footer_grouplogo{
    padding:40px 10px;
}
.footer_group_shop_info{
    color:#fff;
    padding:20px;
    border-left:1px dashed #fff;
    font-size: 14px;
}
.footer_group_shop_info a{
    color:#fff;
}

.copy {
    padding: 15px 0;
    font-size: 12px;
    background: #23160a;
    color: #fff;
    text-align: center;
    display: block;
    width:100%;
}
.copy a {
    color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
    /*769-1520*/
    .footer_menu_box {
        padding: 1%;
        min-width: 14%;
    }
    
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
	#footer{
        width:100%;
        padding:0%;
    }
    .footer_menu_inn {
        width: 96%;
        padding: 2%;
        margin: 0 auto;
    }
    .footer_menu_box {
        width: 100%;
        min-height: 100px;
        padding: 0 0 20px 0;
        margin-bottom: 10px;
        border-right: 0px dashed #ccc;
        border-bottom: 1px dashed #ccc;
    }
    .footer_menu_box ul li{
        font-size:12px;
    }
    .footer_info_inn {
        display: block;
    }
    .footer_news_wrap {
        width: 96%;
        float: none;
        padding: 2%;
    }
    .footer_news_wrap h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .footer_news_wrap .news_area ul li {
        width: 94%;
        padding: 10% 3%;
    }
    .footer_news_wrap .news_area ul li h4{
        font-size:12px;
    }
    .footer_news_wrap .news_area ul li p{
        font-size:10px;
    }
    .footer_company_logo img.footer_logo{
        padding: 2%;
        max-width:96%;
    }
    .footer_company_box {
        width: 96%;
        padding:2%;
    }
    .footer_company_bt {
        padding: 1rem 2%;
        grid-template-columns: 1fr;
    }
    .footer_company_bt .top_aboutus_sns a img{
        width: 30px;
    }
    .footer_company_logo {
        padding: 0;
        grid-template-columns: 1fr;
    }
    .footer_company_logo address {
        padding: 1rem 2%;
        width:96%;
        font-size: 12px;
    }
    .footer_tel {
        padding: 1rem 2%;
        text-align: left;
        font-size: 12px;
    }
    .footer_group {
        padding: 10px;
        grid-template-columns: 1fr;
    }
    .footer_group_shop_info {
        border-left: 0px dashed #fff;
        border-bottom: 1px dashed #fff;
        font-size:0.8em;
    }

}

/****************************************************************************************************
Content
*****************************************************************************************************/

.section_title{
    color:#5f5f5f;
    text-align: left;
    padding: 0.6em 1em;
    border-top: solid 2px #c3c3c3;
    border-bottom: solid 2px #c3c3c3;
    margin-bottom:20px;
    font-weight:700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .section_title{
        margin:4px 4px 10px 4px;
        font-size:14px;
        line-height:1.6;
        padding: 1em 1em 1em;
    }
    .section_title img{height:20px;width:auto;}

    
}

/******************************************
Category
*******************************************/
#contenter .category_list li img {
    display: inline-block;
    width: 100%;
    height: 230px;
    object-fit: cover;
    margin-bottom: 5px;
}
#contenter .category_list li h3 {
    color: #5F5F5F;
    display: block;
    font-size: 16px;
    padding: 5px 0 15px 0px;
    line-height: 1.8;
    overflow: hidden;
    font-weight: 700;
}
#contenter .category_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
#contenter .category_list li {
    width: 94%;
    padding: 3%;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px dotted #ccc;
    height:auto;
}
#contenter .category_list li p {
    display: block;
    font-size: 12px;
    margin: 0;
    padding:0;
    line-height: 1.6;
    height: auto;
    overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    #contenter .category_list {
        grid-template-columns: 1fr;
    }
    #contenter .category_list li {
        margin-bottom: 20px;
    }
    #contenter .category_list li img {
        display: inline-block;
        width: 100px;
        height: 100px;
        object-fit: cover;
        margin: 0 10px 0 0;
        float:left;
    }
    #contenter .category_list li h3 {
        color: #5F5F5F;
        display: block;
        font-size: 14px;
        padding: 0px 0 5px 0px;
        line-height: 1.8;
        overflow: hidden;
        font-weight: 700;
    }

    
}


/******************************************
Company
*******************************************/

/***************** Company > index ****************/




/**************** Company > aboutus ****************/
.aboutus_main_wrap {
    background: url(../images/aboutus_main_img.png) no-repeat center;
    background-size: cover;
    height: 280px;
}
.bgccolr02{
    background-color: #fcf7f7;
}
.aboutus_main_wrap h2 {
    text-align: center;
    font-size: 30px;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #fff;
    filter: drop-shadow(0px 0px 4px #000);
    width: 100%;
    padding: 7rem 0;
}
.aboutus_info_wrap{
    padding: 80px 0;
}
.aboutus_info_wrap h3{
    text-align: left;
    font-size: 30px;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #000;
    width: 80%;
    padding-bottom: 30px;
}
.aboutus_info_wrap .aboutus_info_textbox {
    font-size: 14px;
    width: 80%;
    padding-bottom: 30px;
}
.aboutus_info_imgbox{
    padding:4rem;
    display: grid;
    grid-template-columns: 35% 65%;
    font-family: 'Dela Gothic One', sans-serif;
}
.aboutus_info_imgbox p{
    font-size: 12em;
    font-weight:900;
    color:#ededed;
}
.aboutus_info_wrap ul{
   
}
.aboutus_info_wrap ul li{
    background: #fbf0f1;
    padding:1rem 0 1rem 2.5rem;
    width:100%;
    max-width:600px;
    background: url(../images/li_ic01.png) no-repeat 0 16px;
    border-bottom: dotted 1px #ccc;
}


/****************** Company > staff ****************/


@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .aboutus_main_wrap {
        background: url(../images/aboutus_main_img.png) no-repeat center;
        background-size: cover;
        height: 80px;
    }
    .aboutus_main_wrap h2 {
        text-align: center;
        font-size: 20px;
        font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
        color: #fff;
        filter: drop-shadow(0px 0px 4px #000);
        width: 100%;
        padding: 1.5rem 0;
    }
    .aboutus_info_wrap{
        padding: 40px 0;
    }
    .aboutus_info_wrap h3 {
        text-align: justify;
        font-size: 18px;
        width:100%;
    }
    .aboutus_info_wrap .aboutus_info_textbox {
        font-size: 12px;
        width: 100%;
        padding-bottom: 30px;
        text-align: justify;
    }
    .aboutus_info_imgbox {
        padding: 0rem;
        grid-template-columns: 1fr;
    }
    .aboutus_info_imgbox p {
        display: none;
    }
    .aboutus_info_imgbox img {
        width:100%;
    }
    .aboutus_info_wrap ul li {
        padding: 1rem 0 1rem 2.5rem;
        width: 88%;
        font-size: 12px;
    }
}

/******************************************
Contenter > Page
*******************************************/
#contenter .posts {
    padding-bottom:3em;
}
#contenter p{
    padding:10px;
	font-size:13px;
	line-height:2;
}
#contenter p img{
    max-width:100%;
}
#contenter h1{
    color: #5f5f5f;
    text-align: left;
    padding: 0.4em 0.4em;
    margin-bottom: 20px;
    font-weight: 700;
}
#contenter h2{
    color: #5f5f5f;
    text-align: left;
    padding: 0.6em 1em;
    margin-bottom: 20px;
    font-weight: 700;
}
#contenter h3{
    font-size: 18px;
    font-weight: 800;
    padding: 0.6em 0.8em;
    line-height: 2;
    background-color: #444444;
    color: #fff;
}
#contenter h4{
    font-size:18px;
    color: #5F5F5F;
    font-weight:800;
    padding:10px;
    line-height:2;
}
#contenter h5{
    font-size:16px;
    color: #5F5F5F;
    font-weight:800;
    padding:10px;
    line-height:2;
}

.page_title{
    background-color: #000;
    color: #fff;
    padding: 2em 3em;
    margin-bottom: 60px;
    font-size: 28px;
    border-radius: 10px;
}
.edit_title{
    padding: 10px 20px;
    background-color: #f3f3f3;
    margin-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}
#wrap_page{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    padding: 40px 0 40px;
}
#wrap_page .pages p{
    text-align: left;
    padding: 20px;
}
#wrap_page .pages p img{
    max-width:100%;
}
#wrap_page .pages p img.pull-left{
    margin-right:40px;
}
#wrap_page .pages table{
    max-width:100%;
    border-collapse: collapse;
}
#wrap_page .pages table td{
    border-collapse: collapse;
}
.page_title{
    background-color: #bebcf8;
    color: #fff;
    padding: 2em 3em;
    margin-bottom: 60px;
    font-size: 28px;
    border-radius: 10px;
}
.c_table_dl {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:100%;
	margin:0px auto 30px;
	clear:both;
	background:#f4f4f4;
}
.c_table_dl dt {
	border-top:1px solid #ccc;	
	width:210px;
	float:left;
	height:auto;
	padding:10px;
	background:#f4f4f4;
	color:#666;
	font-weight:normal;
	font-size:14px;
	line-height:1.4;
	}
.c_table_dl dd {
    width: calc(100% - 250px);
    min-height: 20px;
    text-align: left;
    border-top:1px solid #ccc;
	background:#fff;
	float:left;
	padding:10px;
	height:auto;
	font-size:14px;
	line-height:1.4;
	color:#666666;
}
.page_bt{
    padding:20px;
    float:right;
}
.page_bt a{
    color: #FFF;
    display: block;
    padding: 1.15em 2.5em 1.15em 2.5em;
    line-height: 1;
    border-radius: 3em;
    background-color: #f56a0c;
    position: relative;
    transition-duration: 0.3s;
    white-space: nowrap;
}
.page_bt a:hover{
    opacity: 0.8;
}
.page_bt a::after{
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -0.35em;
    right: 1.5em;
    width: 0.35em;
    height: 0.35em;
    border-top: 0.15em solid #FFF;
    border-right: 0.15em solid #FFF;
    -webkit-transform: rotate( 45deg );
    transform: rotate( 45deg );
}

#wrap_page h2{
    
}
#wrap_page h3{
    font-size: 28px;
    padding:20px;
    border-bottom:4px solid #000;
    margin-bottom: 40px;
}
#wrap_page h4{
    font-size: 24px;
    padding:20px;
    border-bottom:1px dashed #000;
    margin-bottom: 40px;
}
#wrap_page h5{
    font-size: 22px;
    padding:20px;
    text-align: left;
}
/************ list style **********/
#contenter .posts ul {
    padding:1em;
}
#contenter .posts ul li {
    position: relative;
    padding: 10px 0 10px 60px;
    margin-bottom: 8px;
    color: #333;
    border-bottom: 1px solid #f0f0f0; /* 下線で区切りを強調 */
    transition: all 0.3s ease;
}

/* アクセントの縦ライン */
#contenter .posts ul li::before {
    content: "";
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 1.2em;
    background: #444;
    border-radius: 2px;
}


#contenter .posts ol {
    padding:1em;
}
#contenter .posts ol li {
    counter-increment: my-counter;
    position: relative;
    padding: 10px 0px 10px 60px;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

/* 行頭の小さな数字アクセント */
#contenter .posts ol li::after {
  content: counter(my-counter);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: #333;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}


/************ table03 **********/

#contenter .table03{
    border-top: 1px solid #ccc;
}
#contenter .table03 dl{
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    display: flex;
}
#contenter .table03 dl dt{
    background-color: #eee;
    width: 20%;
    padding: 2%;
    font-size: 16px;
}
#contenter .table03 dl dd{
    width: 72%;
    padding: 2%;
    background-color: #fff;
}

/************ bt03 **********/

#contenter .page_bt03{
    display: block;
    margin:40px auto 80px;
    width:80%;
    font-size:24px;
    background-color: #283b5e;
    color:#fff;
    border-radius:10px;
    padding:20px;
    text-align: center;
    font-weight:900;
    transition: 0.5s;
}
#contenter .page_bt03:hover{
    background-color: #15284d;
    transition: 0.5s;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .c_table_dl dt {
        width: 96%;
        font-size: 12px;
        padding: 2%;
    }
    .c_table_dl dd {
        width: 96%;
        font-size: 12px;
        padding: 2%;
    }
}


/************ staff **********/

#contenter .staff {
    margin: 0 20px 40px;
}
#contenter .staff h3 {
    background: url(../images/icon-staff.png) no-repeat 0 50%;
    font-weight: bold;
    font-size: 22px;
    color: #333;
    padding-left: 50px;
    margin:20px 0 10px;
}
#contenter .staff h3 span {
    font-size: 16px;
    margin-left: 20px;
    font-weight: 900;
}
#contenter .staff .message {
    width: 100%;
}
#contenter .staff img {
    float: left;
    width: 30%;
    margin-bottom: 20px;
}
#contenter .staff p {
    font-size: 14px;
    line-height: 2;
    color: #333;
    margin: 20px 0;
}
#contenter .stafflink a {
    color: #333;
}
#contenter .staff dl {
    width: 65%;
    float: right;
    border-bottom: #ccc dotted 2px;
    font-size:14px;
    line-height:1.8;
}
#contenter .staff dt {
    border-top: #ccc dotted 2px;
    width: 30%;
    float: left;
    padding: 10px 0;
}
#contenter .staff dd {
    border-top: #ccc dotted 2px;
    width: 70%;
    float: left;
    padding: 10px 0;
}

#contenter .table_dl {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:820px;
	margin:0px 25px 30px;
	clear:both;
	background:#fcf5f5;
}
#contenter .table_dl dt {
	border-top:1px solid #ccc;	
	width:210px;
	float:left;
	height:auto;
	padding:10px;
	background:#fcf5f5;
	color:#444444;
	font-weight:normal;
	font-size:14px;
	line-height:1.8;
	}
#contenter .table_dl dd {
	border-top:1px solid #ccc;
	background:#fff;
	float:left;
    width:570px;
	padding:10px;
	height:auto;
	font-size:14px;
	line-height:1.8;
	color:#444444;
}
#contenter .tenpo_wrap{
    width:820px;
    margin:0px 25px 30px;
	clear:both;
    padding-bottom:30px;
    border-bottom:1px dotted #666;
}
#contenter .tenpo_wrap .tenpo_info{
    width:301px;
    float:left;
}
#contenter .tenpo_info p{
    width:94%;
    padding:3%;
    border-bottom:1px #333 dotted;
    margin-bottom:20px;
}

#contenter .tenpo_wrap .tenpo_map{
    width:460px;
    float:right;
}

#contenter .table2_dl {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:301px;
	margin:0px 0px 30px;
	clear:both;
	background:#fcf5f5;
    display: flex;
    flex-wrap: wrap;
}
#contenter .table2_dl dt {
	border-top:1px solid #ccc;	
	width:60px;
	float:left;

	padding:10px;
	background:#fcf5f5;
	color:#444444;
	font-weight:normal;
	font-size:14px;
	line-height:1.8;
}
#contenter .table2_dl dd {
	border-top:1px solid #ccc;
	background:#fff;
	float:left;
    width:201px;
	padding:10px;
	font-size:14px;
	line-height:1.8;
	color:#444444;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    #contenter .table_dl {
        width: 90%;
        margin: 0px 5% 30px;
    }
    #contenter .table_dl dt {
        width: 96%;
        padding: 10px 2%;
    }
    #contenter .table_dl dd {
        width: 96%;
        padding: 10px 2%;
    }
    #contenter .tenpo_wrap {
        width: 90%;
        margin: 0px 5% 30px;
    }
    #contenter .tenpo_wrap .tenpo_info {
        width: 100%;
        float: none;
    }
    #contenter .table2_dl {
        border-left: 0px solid #ccc;
        border-right: 0px solid #ccc;
        border-bottom: 1px solid #ccc;
        width: 100%;
        margin: 0px 0px 30px;
    }
    #contenter .table2_dl dd {
        width: calc(100% - 100px);
    }
    #contenter .tenpo_wrap .tenpo_map {
        width: 100%;
        float: none;
    }

}


/**********************************************************************************************************
Rent
***********************************************************************************************************/

/******************************************
Rent > rent_main_wrap
*******************************************/
.rent_main_wrap{
    background: url(../images/chintai_top_img00.jpg) repeat-x bottom center;
    height: 460px;
}
.brent_main_wrap_sp{
    width:100%;
}
.brent_main_wrap_sp img{
    width:100%;
}

/************************************************************************************************************
Buy 
*************************************************************************************************************/

/******************************************
Buy > buy_main_wrap
*******************************************/


/******************** Buy > buy_main_wrap ************************/

.buy_main_wrap{
    background: url(../images/buy_main_img.png) no-repeat;
    background-size: cover;
    height: 280px;
}
.buy_main_wrap h2{
    text-align: center;
    font-size: 30px;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #fff;
    filter: drop-shadow(0px 0px 4px #000);
    width: 100%;
    padding: 7rem 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 768未満*/
    .buy_main_wrap{
        height: 80px;
    }
    .buy_main_wrap h2{
        font-size: 20px;
        padding: 1.5rem 0;
    }
}

/********************* Buy > top_recomend02 **********************/


#top_recomend02{
    padding:20px 0;
}
#top_recomend02 h2{
    text-align: center;
}
.recommend4_wrap a.buy_article_serch_bt {
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: block;
    background-color: #d45f00;
    border-radius: 34px;
    width: 340px;
    margin: 20px auto;
    padding: 14px;
    transition: 0.5s;
}
.recommend4_wrap a.buy_article_serch_bt:hover {
    background-color: #a3500b;
    transition: 0.5s;
}
.recommend4_wrap a.buy_article_serch_bt::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    #top_recomend02 h2{
        text-align: center;
        padding: 2%;
        width: 96%;
    }
    #top_recomend02 h2 img{
        width: 100%;
    }
    .recommend4_wrap a.buy_article_serch_bt {
        font-size: 16px;
        width: 240px;
    }
    
}

/******************* Buy > buy-baibai ***********************/

.buy-baibai_wrap{
    padding:40px 0 300px;
    background: url(../images/bg01.png) repeat;
}
.buy-baibai_wrap h2{
    text-align: center;
    padding: 0px;
}
.buy_bt_jyoken{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.buy_bt_jyoken a{
    padding:10px 20px;
    transition: 0.5s;
}
.buy_bt_jyoken a:hover{
    padding:8px 20px 12px;
    opacity: 0.9;
    transition: 0.5s;
}
.buy_bt_kodawari{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width:800px;
    margin:0 auto;
}
.buy_bt_kodawari a{
    text-align: center;
    display: block;
    padding: 20px;
    transition: 0.5s;
}
.buy_bt_kodawari a:hover{
    padding: 18px 20px 22px;
    opacity: 0.9;
    transition: 0.5s;
}
.buy_bt_kodawari a img{
    float:none;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .buy-baibai_wrap {
        padding: 20px 0 30px;
    }
    .buy-baibai_wrap h2 {
        text-align: center;
        padding: 2%;
        width: 96%;
    }
    .buy-baibai_wrap h2 img{
        width: 100%;
    }
    .buy_bt_jyoken {
        grid-template-columns: 1fr;
    }
    .buy_bt_jyoken a {
        padding: 0;
    }
    .buy_bt_jyoken img{
        width:100%;
    }
    .buy_bt_kodawari {
        width:100%;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .buy_bt_kodawari a {
        padding: 0px;
    }
    .buy_bt_kodawari a img {
        width:100%;
    }
}

/******************** Buy > buy-soudan **********************/

.buy_soudan_wrap{
    padding:40px 0 50px;
    background: url(../images/bg02.png) repeat;
    margin-bottom: -19px;
}
.buy_soudan_wrap h2{
    text-align: center;
    padding: 0px;
}
.buy_section_inq_bt a{
    background-color: #39d339;
    text-align: center;
    padding: 20px;
    width: 300px;
    font-weight: 700;
    color: #fff;
    border-radius: 40px;
    display: block;
    margin: 20px auto;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .buy_soudan_wrap h2 {
        text-align: center;
        padding: 2%;
        width: 96%;
    }
    .buy_soudan_wrap h2 IMG{
        width:100%;
    }
    .buy_section_inq_bt a {
        width: 240px;
    }

    
}
/*****************************************************************************************************************
Sell
*****************************************************************************************************************/


/******************** Sell > sell _main_wrap **********************/

.sell_main_wrap{
    background: url(../images/sell_main_img.png) no-repeat center;
    background-size: cover;
    height: 280px;
}
.sell_main_wrap h2{
    text-align: center;
    font-size: 30px;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #fff;
    filter: drop-shadow(0px 0px 4px #000);
    width: 100%;
    padding: 7rem 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .sell_main_wrap{
        height: 80px;
    }
    .sell_main_wrap h2{
        font-size: 20px;
        padding: 1.5rem 0;
    }
    
}

/******************* Sell > sell_recomend01 ***********************/

#sell_recomend01{
    padding:20px 0 20px;
    background-color: #fcfcfc;
}
#sell_recomend01 h2{
    text-align: center;
    padding:20px 0 20px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 768未満*/
    #sell_recomend01 h2 img{
        width:100%;
    }
}
    
/******************* Sell > sell_okomari **********************/

.sell_okomari_wrap{
    padding:40px 0;
}
.sell_okomari_wrap h2{
    text-align: center;
    font-size: 30px;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #000;
    width: 100%;
    padding-bottom: 30px;
}
.sell_okomari_wrap .sidemax{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.sell_okomari_wrap .sidemax img{
    
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .sell_okomari_wrap {
        padding: 20px 0;
    }
    .sell_okomari_wrap h2 {
        text-align: center;
        padding: 2%;
        width: 96%;
    }
    .sell_okomari_wrap h2 img{
        width:100%;
    }
    .sell_okomari_wrap .sidemax img {
        width: 100%;
    }
    .sell_okomari_wrap .sidemax {
        display: grid;
        grid-template-columns: 1fr;
    }
    
}

/*************** Sell > kanri_sisutem *******************/

.kanri_sisutem{
    padding:40px 0 80px;
    background: url(../images/bg03.png) repeat;
    margin-top: -26px;
}
.kanri_sisutem h2{
    text-align: center;
    padding: 0px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .kanri_sisutem{
        padding:20px 0 20px;
        margin-top: -10px;
    }
    .kanri_sisutem h2{
        text-align: center;
        padding: 2%;
        width: 96%;
    }
    .kanri_sisutem h2 img{
        width: 100%;
    }
    .kanri_sisutem .sidemax img{
        width: 100%;
    } 
}

/***************** Sell > kanri_tokucho **********************/

.kanri_tokucho_wrap{
    padding:40px 0 80px;
}
.kanri_tokucho_wrap h2{
    text-align: center;
    padding: 0px;
}
.kanri_tokucho_box{
    width:1600px;
    margin:20px auto;
}
.kanri_tokucho_inn{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.kanri_tokucho{
    width:94%;
    padding:3%;
}
.kanri_tokucho h3{
    color: #3891fc;
    font-size: 20px;
    padding: 20px 0;
}
.kanri_tokucho p{
    font-size: 14px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .kanri_tokucho_box {
        width: 100%;
        margin: 20px auto;
    }
    .kanri_tokucho_wrap h2{
        text-align: center;
        padding: 2%;
        width: 96%;
    }
    .kanri_tokucho_wrap h2 img{
        width: 100%;
    }
    .kanri_tokucho_inn {
        grid-template-columns: 1fr;
    }
    
}

/****************** Sell > kanri_qa **********************/

.kanri_qa_wrap{
    padding:40px 0 50px;
    background: url(../images/bg03.png) repeat;
    margin-top: -27px;
}
.kanri_qa_wrap h2{
    text-align: center;
    padding: 0px;
}
.kanri_qa_inn{
    padding:30px 0;
}
.qa-section {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.question {
    cursor: pointer;
    color: #555;
    border:1px solid #e8e8e8;
    border-radius: 10px;
    padding:14px 10px 14px 70px;
    background: url(../images/ic_q.png) no-repeat 10px 50% #fff;
}
.question:hover {
    
}
.answer {
    display: none;
    margin-top: 5px;
    color: #555;
    border:1px solid #e8e8e8;
    border-radius: 10px;
    padding:14px 10px 14px 70px;
    background: url(../images/ic_a.png) no-repeat 10px 50% #f1f1f1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .kanri_qa_wrap {
        padding: 20px 0 20px;
        margin-top: -10px;
    }
    .kanri_qa_wrap h2 {
        text-align: center;
        padding: 2%;
        width: 96%;
    }
    .kanri_qa_wrap h2 img{
        width: 100%;
    }
    
}



/***************************************
Form01 売却査定フォーム 
****************************************/

#contenter .section_box{
    margin-bottom:20px;
}

#contenter .section_text02{
    float:left;
    width: 400px;
}
#contenter .sectin_telbox{
    float:left;
    width:200px;
    border:2px solid #81cbfb;
    margin:10px;
}
#contenter .sectin_telbox h5{
    color:#fff;
    background-color: #81cbfb;
    font-weight:700;
    padding: 2px 10px;
}
#contenter .sectin_linebox{
    float:left;
    width:200px;
    border:2px solid #39ad36;
    margin:10px;
}
#contenter .sectin_linebox h5{
    color:#fff;
    background-color: #39ad36;
    font-weight:700;
    padding: 2px 10px;
}
.keroppi{
    margin: -5px 0 0 150px;
}
.keroppitel{
    margin: 0 0 8px 10px;
}
.linebt{
    margin: 0 0 10px 10px;
}
.btn_submit {
    margin-bottom: 0px;
}
.poricy_box {
    background: #fff;
    margin: 30px 0 10px 0;
    padding: 10px 4%;
    font-size: 12px;
    text-align: left;
    line-height: 1.8;
    height: 130px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: calc(92% - 10px);
    color: #666;
    border: 5px #ccc solid;
}
.cyui{
    color: #666;
    font-size: 12px;
    text-align: left;
    line-height: 1.8;
    padding:40px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
#contenter .section_text02{
    width:90%;
    padding:5%;
}
#contenter .sectin_telbox {
    width: 40%;
    margin: 4%;
}
#contenter .sectin_linebox {
    width: 40%;
    margin: 4%;
}
#contenter .keroppitel{
    margin: 20px auto;
}

}

/***************************************
浮世絵イメージ 
****************************************/
.ukiyoe_img{
    position:fixed ;
    right:0;
    bottom:0;
    z-index: -1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    /*SP 769未満*/
    .ukiyoe_img{
        display: none;
    }
}