img {
    /* border: 0; */
}
img {
    height: auto !important;
    width /***/: auto;
    vertical-align: bottom;
}
/* ----------------------------------------
sale_header
---------------------------------------- */
.sale_header_wrap{
	padding:30px 0px 26px 0px;
}
.sale_header_box{
	width:1100px;
	margin:auto;
	display: flex;
	justify-content: space-between;
}
.sale_header_logo{
    margin: 17px 0px 0px 0px;
}
.sale_header_logo a{

}
.sale_header_logo a img{

}
.sale_header_r{
}
.sale_header_r_t{
	display: flex;
	justify-content: space-between;
	margin:0px 0px 15px 0px;
}
.sale_header_comp{
    margin-right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sale_header_tel{
font-size: 24px;
    font-weight: bold;
    background-image: url(/img/common/tel_icon.webp);
    background-size: 11px;
    background-position-x: 0px;
    background-position-y: 3px;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 14px;
    line-height: 22px;
}
.sale_header_comp p{
    font-size: 12px;
    line-height: 16px;
    margin: 0px 0px 0px 10px;
}
.sale_header_r_t{

}
.sale_header_r_t ul{
margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sale_header_r_t ul li{
    width: 121px;
    margin-left: 10px;
}
.sale_header_r_t ul li:nth-child(1){
	width:auto;
	
}
.sale_header_r_t ul li:nth-child(2) a{
    background-color: #b80000;
    padding:4px 10px 4px 0px;
}
.sale_header_r_t ul li:nth-child(2) a:hover{
	background-color:#9b0000;
}
.sale_header_r_t ul li:nth-child(1) a{
	background:none;
	color:#333;
	position:relative;
	font-size:13px;
	padding:0px 18px 0px 0px;
}
.sale_header_r_t ul li:nth-child(1) a:hover{
	text-decoration:underline;
	background:none;
}
.sale_header_r_t ul li:nth-child(1) a::before{
    content: "";
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 1px solid #333;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    right: 0px;
    top: 10px;
    position: absolute;
}
.sale_header_r_t ul li:nth-child(1) a::after{
    right: 6px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.sale_header_r_t ul li a{
    display: block;
    background-color: #c8b789;
    line-height: 34px;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 0px 4px 0px 0px;
    font-size: 14px;
}
.sale_header_r_t ul li a:hover{
    background-color: #a59569;
}


.sale_header_r_t ul li a::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}
.sale_header_menu{
	margin:0px 0px 0px 0px;
	width:710px;
	width: fit-content;
	float:right;
}
.sale_header_menu ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    justify-content: right;
	border-left:solid 1px #ccc;
}
.sale_header_menu ul li{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
    position: relative;
	border-right:solid 1px #ccc;
}
.sale_header_menu ul li a{
	display:block;
    font-size: 15px;
	font-size:15px;
	font-weight:bold;
	color:#333;
	padding:6px 14px;
	text-decoration:none;
	position:relative;
}
.sale_header_menu ul li a:hover{
	color:#c8b789;
}
.sale_header_menu ul li:nth-child(1) .child{
    left: -19px;
    width: 123px;
}

ul.sale_header_menu_child{
    display: none;
    top: 31px;
    left: 0px;
    margin: 0;
    padding: 0;
    z-index: 9999;
    height: auto;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6EEF7FF,endColorstr=#E6EEF7FF);
    background: #fff;
    overflow: hidden;
    position: absolute;
    border: solid 1px #c8b789;
}


ul.sale_header_menu_child_1{
    top: 42px;
    left: 0px;
}


ul.sale_header_menu_child_2{
    top: 42px;
    left: 148px;
}
ul.sale_header_menu_child li{
    width: 132px;
    line-height: 18px;
    text-indent: 0px;
    font-size: 12px;
    padding: 10px 0;
    border: 0px !important;
    margin: 0px;
    padding: 0px;
}
ul.sale_header_menu_child li div{
	border-bottom:solid 1px #c8b789;
}
ul.sale_header_menu_child li div:last-child{
	border-bottom:none;
}

ul.sale_header_menu_child li a{
display: block;
    text-indent: 10px;
    background-image: none;
    padding: 10px 10px;
    text-indent: 0px;
    font-size: 13px;	
}
ul.sale_header_menu_child li a::after{
	display:none;
}
ul.sale_header_menu_child_tenpo li a{
	border-top:1px solid #FFFFFF;
	padding:5px 0;
}


ul.sale_header_menu_child li a:hover{
	text-decoration:underline;
}
/* ----------------------------------------
sale-plan
---------------------------------------- */
.sale-plan{
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.sale_main_wrap{
	height:620px;
	background-image:url(/sale-plan/img/main_bg.webp);
	background-repeat:no-repeat;
	background-position-x:center;
	overflow:hidden;
}
.sale_main_title{
    margin: 155px auto 0px auto;
}
.sale_main_area{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
}
.sale_main_area ul{
    margin: 0px 10px 0px 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    width: 590px;
}
.sale_main_area ul li{
padding: 0px 15px;
    line-height: 50px;
    font-weight: bold;
    border: solid 2px #fff;
    border-radius: 5px;
    font-size: 30px;
    color: #fff;
	
}
.sale_main_title h2{
    font-size: 89px;
    font-weight: 800;
    text-align: center;
    margin: 25px 0px;
    color: #fff;
    line-height: 85px;
    -webkit-text-fill-color: white;
    -webkit-text-stroke: 2px black;
}
.sale_main_title p{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 59px;
    color: #fff;
    position: relative;
}
.sale_main_title p::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    right: 411px;
    margin: auto;
    bottom: 0;
    background-image: url(/sale-plan/img/main_dot.webp);
    color: #fff;
    display: block;
    width: 99px;
    line-height: 20px;
    height: 9px;
}
.sale_main_title p::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    right: 120px;
    margin: auto;
    bottom: 0;
    background-image: url(/sale-plan/img/main_dot.webp);
    color: #fff;
    display: block;
    width: 99px;
    line-height: 20px;
    height: 9px;
}
.sale_h2_box{
    text-align: center;
    margin: 0px 0px 50px 0px;
    font-size: 36px;
    padding: 16px 0px 22px 0px;
    line-height: 40px;
    position: relative;
    line-height: 50px;
    z-index: 2;

}
.sale_h2_box::before {
    content: "";
    background-image: url(/sale-plan/img/title_dot.webp);
    height: 4px;
    width: 31px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    position: absolute;
}
.sale_h2_box span{
    display: block;
    color: #f4f4f4;
    font-size: 100px;
    font-weight: 500;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 0px;
    z-index: -1;
    line-height: 73px;
}
.sale_strong_wrap{
	background-image:url(/sale-plan/img/strong_bottom.webp);
	background-position-y:bottom;
	background-repeat:no-repeat;
	padding:100px 0px 100px 0px;
}
.sale_strong_wrap h2{

}
.sale_strong_wrap h2 span{

}
.sale_strong_wrap ul{
	width:1100px;
	margin:auto;
	padding:0px;
	list-style-type:none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sale_strong_wrap ul li{
    width: 340px;
    box-shadow: 0 0 6px #cccccc;
    border-radius: 10px;
    overflow: hidden;
	margin:0px 0px 40px 0px;
}
.sale_strong_wrap ul li img{
	
}
.sale_strong_texbox{
	padding:23px;
}
.sale_strongtitle{
	font-size:22px;
	font-weight:bold;
	text-align:center;
	margin:0px 0px 20px 0px;
}
.sale_strongtitle span{
	color:#c10000;
	font-weight:bold;

}
.sale_strong_texbox p{
	font-size:15px;
	margin:0px;
	line-height:25px;
}

.sale_voice_wrap{
	background-color:#ede8da;
	padding:100px 0px;
}
.sale_voice_wrap h2{

}
.sale_voice_wrap h2 span{
    color: #e6dfcd;
}
.sale_voice_wrap iframe{
	display:block;
	width:100%;
	height:290px;
}
.sale_voice_box{
	
}
.sale_voice_box ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.sale_voice_box ul li{
	width:240px;
}
.sale_voice_box ul li a{
    display: block;
    background-color: #FFF;
    box-sizing: border-box;
    box-shadow: 0 0 6px #cccccc;
    position: relative;
    overflow: hidden;
    border-radius: 10px;

}
.sale_voice_box ul li a:hover{
	background-color:#eee;
}
.sale_voice_box ul li p{
    display: flex;
    position: absolute;
    left: 10px;
    top: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
	margin:0px;

}
.sale_voice_box ul li p label{
background-color: #c3b284;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 0px 8px;
    line-height: 24px;
    display: block;
    margin-right: 5px;
}
.sale_voice_img{
	height:162px;
}
.sale_voice_img img{
    object-fit: cover;
    width: 100%;
    height: 162px;
}
.sale_voice_tex{
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin: 20px 15px;
        height: 40px;
        line-height: 23px;
}
.sale_voice_link{
    display: block;
    background-color: #FFF;
    line-height: 52px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    padding: 0px 11px 0px 0px;
    border: solid 1px #c1b07d;
    width: 274px;
    margin: 20px auto 0px auto;
}
.sale_voice_link:hover{
	background-color:#eeeeee;
}
.sale_voice_link::before {
    content: "";
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border: 1px solid #333;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    right: 12px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    position: absolute;
}
.sale_voice_link::after {
    content: "";
    right: 19px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 4px;
    height: 4px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.sale_praial_wrap{
	margin:100px 0px;
}
.sale_praial_wrap h2{

}
.sale_praial_wrap h2 span{

}
.sale_praial_wrap iframe{
    display: block;
    width: 1100px;
    height: 280px;
    margin: auto;
}
.sale_praial_tag{
    width: 1077px;
    background-color: #f6f0e2;
    padding: 12px 12px 2px 12px;
    margin: 20px auto;
    border-radius: 5px;
}
.sale_praial_tag ul{
    display: flex;
    flex-wrap: wrap;
}
.sale_praial_tag ul li{

    margin: 0px 10px 10px 0px;
}
.sale_praial_tag ul li a{
    display: block;
    padding: 7px 12px;
    border: 1px solid #ddd;
    color: #666;
    background: #fff;
    text-decoration: none;
    border-radius: 5px;
}
.sale_praial_tag ul li a:hover{
	background-color:#f7f7f7;
}




.sale_anything_wrap{
	background-color:#ede8da;
	padding:100px 0px;
}
.sale_anything_wrap h2{
	
}
.sale_anything_wrap h2 span{
	color:#e6dfcd;
}
.sale_anything_list{
	width:1100px;
	margin:auto;
	padding:0px;
	list-style-type:none;
	    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sale_anything_list li{
	width:350px;
	margin-bottom:40px;
}
.sale_anything_list li a{
	display:block;

}
.sale_anything_list li a:hover{
    opacity: 0.7;
}
.sale_anything_list li a img{
    box-shadow: 0 0 6px #cccccc;
}
.sale_anything_tex{
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 324px;
    margin: -35px auto 0px auto;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 0 6px #cccccc;
}
.sale_anything_tex::before {
    content: "";
    right: 22px;
    margin: auto;
    top: 56px;
    width: 16px;
    height: 3px;
    background: #c3b284;
    position: absolute;
}
.sale_anything_tex::after {
    content: "";
    right: 20px;
    margin: auto;
    width: 8px;
    top: 52px;
    height: 8px;
    border-top: 3px solid #c3b284;
    border-right: 3px solid #c3b284;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.sale_anything_tex h3{
	margin:0px 0px 10px 0px;
    text-align: center;
	font-size:22px;
	font-weight:bold;
	color:#c3b284;
}
.sale_anything_tex p{
    font-size: 14px;
    line-height: 24px;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 0px 0px;
}
.sale_anything_bn{
	width:1100px;
	margin:auto;
	padding:0px;
	list-style-type:none;
	    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sale_anything_bn li{

}
.sale_anything_bn li a{
	display:block;
}
.sale_anything_bn li a:hover{
    opacity: 0.7;
}
.sale_corumn_wrap{
	margin:100px auto;
	width:1100px;
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sale_corumn_wrap h2{
	width:100%;
}
.sale_corumn_wrap h2 span{

}
.sale_corumn_wrap ul{
    margin: 30px auto 0px auto;
    padding: 20px 30px;
    list-style-type: none;
    background-color: #ede8da;
    width: 1000px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.sale_corumn_wrap ul li{
    width: fit-content;
    margin-right: 10px;
}
.sale_corumn_wrap ul li a{
    display: block;
    padding: 0px 10px;
    line-height: 35px;
    background-color: #FFF;
    border: solid 1px #c3b284;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
}
.sale_corumn_in{
    width: 520px;
}
.sale_corumn_in h3{
    font-size: 23px;
    margin: 0px 0px 18px 0px;
    padding: 10px 0px 13px 14px;
    border-bottom: solid 1px #ccc;
    border-left: solid 6px #333;
}
.sale_corumn_wrap iframe{
	display:block;
	width:100%;
	height:312px;
	margin:auto;
}
.sale_corumn_box{
    width: 100%;
    margin: auto;

}
.sale_corumn_box ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content:left;
}
.sale_corumn_box ul li{
        width: 100%;
}
.sale_corumn_box ul li:last-child{
	margin-right:0px;
}
.sale_corumn_box ul li a {
        display: block;
        background-color: #FFF;
        box-sizing: border-box;
        box-shadow: 0 0 6px #cccccc;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 14px 0px;
}
.sale_corumn_box ul li a:hover{
	background-color:#eee;
}
.sale_corumn_box ul li:last-child{
	margin-right:0px;
}
.sale_corumn_tex_box{
        padding: 0px;
        width: 332px;
        padding-right: 10px;
}
.sale_corumn_img{
        height: 85px;
        width: 143px;
    }
.sale_corumn_img img{
        object-fit: contain;
        width: 100%;
        max-height: 100%;
        height: auto;
}
.sale_corumn_box ul li p{
    display: flex;
    flex-wrap: wrap;
    justify-content:left;
	margin:0px 0px 10px 0px;
}
.sale_corumn_box ul li p label{
        background-color: #c3b284;
        font-size: 12px;
        color: #fff;
        text-align: center;
        padding: 0px 8px;
        line-height: 24px;
        display: block;
        margin-right: 5px;
}
.sale_corumn_tex{
        font-size: 14px;
        font-weight: bold;
        line-height: 22px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.sale_corumn_link{
    display: block;
    background-color: #FFF;
    line-height: 52px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    padding: 0px 11px 0px 0px;
    border: solid 1px #c1b07d;
    width: 274px;
    margin: 40px auto 0px auto;
}
.sale_corumn_link:hover{
	background-color:#eeeeee;
}
.sale_corumn_link::before {
    content: "";
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border: 1px solid #333;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    right: 12px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    position: absolute;
}
.sale_corumn_link::after {
    content: "";
    right: 19px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 4px;
    height: 4px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

/*----------- contact -----------*/
.sale_contact_wrap {
 background-image:url(/sale-plan/img/inq_bg.webp);
 padding: 50px 0;
}

.sale_contact_con {
 background: #fff;
 padding: 50px 50px 30px;
 width: 1100px;
 box-sizing: border-box;
 margin: 0 auto;
}

.sale_contact_con ul {
 display: flex;
 justify-content: space-between;
 margin-bottom: 30px;
}

.sale_contact_con ul li a {
    display: block;
    width: 485px;
    line-height: 90px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    background: #c3b284;
    transition: .3s;
    box-shadow: 0 4px 0 #dadada;
    transition: .3s;
    box-sizing: border-box;
}
.sale_contact_con ul li a:hover {
 box-shadow: none;
 transform: translateY(4px);
 transition: .3s;
	background-color:#a79567;
}

.sale_contact_con ul li a::before {
    content: "";
    display: block;
    background: url(/sale-plan/img/inq_mail_icon.webp);
    width: 30px;
    height: 23px;
    position: absolute;
    left: 33px;
    top: 32px;
}

.sale_contact_con ul li a::after {
 content: "";
 width: 8px;
 height: 8px;
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 position: absolute;
 right: 25px;
 top: 40px;
}

.sale_contact_con ul li:nth-child(2) a {
 background: #ce3636;
}
.sale_contact_con ul li:nth-child(2) a:hover {
 background: #9f2121;
}

.sale_contact_con ul li:nth-child(2) a::before {
    background: url(/sale-plan/img/inq_satei_icon.webp);
    width: 31px;
    height: 35px;
    top: 28px;
}

.sale_contact_con ul li:nth-child(3) a {
 background: #ce3636;
}

.sale_contact_con ul li:nth-child(3) a::before {
 background: url(/sale-plan/img/satei_icon.webp);
 width: 31px;
 height: 35px;
 top: 17px;
}

.sale_contact_tel {
    display: flex;
    justify-content: left;
    align-items: center;
}

.sale_contact_tel p {
 color: #003;
 font-size: 23px;
 font-weight: 500;
 margin-right: 25px;
 border-right: 2px solid #72bf44;
 padding: 15px 25px 15px 0;
}

.sale_contact_tel a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    color: #003;
    font-size: 39px;
    font-weight: bold;
    border-left: solid 2px #c3b284;
    padding: 0px 0px 0px 28px;
    margin-left: 29px;
}

.sale_contact_tel a::before {
    content: "";
    background-image: url(/sale-plan/img/inq_tel_icon.webp);
    background-size: 100%;
    display: block;
    width: 22px;
    height: 32px;
    margin-right: 5px;
    margin-top: 3px;
}

.sale_contact_tel span {
 color: #003;
 font-size: 15px;
 font-weight: 500;
 line-height: 20px;
 margin-left: 25px;
}

/* QA */

.accordionbox{
	width: 100%;
	margin:auto;

    margin-top: -13px;
}
.js-animation.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.qa_block {
    display: block;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;
    border: solid 1px #ccc;
    border-radius: 5px;
}
.qa_block:last-child{
	margin-bottom: 0px;
}
.accordionlist dt:first-child, .accordionlist dt:nth-child(2) {
    border-top: none !important;
}
.accordion_icon, .accordion_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.accordionlist dt .title.active {
    color: #000;
    border-bottom: dashed 2px #ccc;
    border-radius: 10px 10px 0px 0px;
}
.accordion_icon.active span:nth-of-type(2) {
    top: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.accordion_icon.active span:nth-of-type(1) {
    display: none;
}
.accordionlist dt .title {
    position: relative;
    background-color: #fff;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    color: #000;
    font-size: 18px;
    padding-left: 109px;
    line-height: 20px !important;
    padding: 24px 0px 24px 30px;
    background-repeat: no-repeat;
    background-position: 30px 21px;
    border-radius: 10px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.accordionlist dt .title span{
font-size: 35px;
    font-weight: bold;
    margin-right: 20px;
    color: #d30000;
    display: block;
}
.accordionlist dt .title p {
    font-weight: bold;
    line-height: 23px;
    margin: 0px;
}
.accordion_icon {
    position: relative;
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 35px;
    margin-top: -43px;
}
.accordion_icon span {
    position: absolute;
    left: 0px;
    width: 30px;
    height: 3px;
    background-color: #000;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordionlist dt {
    display: block;
    overflow: hidden;

}
.accordionlist dd {
    position: relative;
    display: none;
    background: #eee;
    padding: 25px 30px 25px 30px;
    margin: 0;
    background: #fff;
    text-align: left;
    background-image: url(/test/img/sale_answer_icon.webp);
    background-repeat: no-repeat;
    background-position: 30px 44px;
    border-top: none;
    border-radius: 0px 0px 10px 10px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.accordionlist dd p{
    font-size: 18px;
    line-height: 27px;
    color: #000;
}
.accordionlist dd span{
    font-size: 35px;
    font-weight: bold;
    margin-right: 20px;
    color: #1c65ae;
    display: block;
}

.sale_contest{
    background-image: url(/sale-plan/img/contes_bg.webp);
    padding: 47px 0 47px 0;
	margin-bottom:100px;
}
.sale_contest h2{
    color: #fff;
}
.sale_contest h2 span{
    color: #ffffff3b;
}
.sale_contest ul{
    display: flex;
    flex-wrap: wrap;
	margin:auto;
	width:1100px;
	padding:0px;
	list-style-type:none;
    justify-content: space-between;
}
.sale_contest ul li{
	width:260px;
}
.sale_contest ul li a{
    display: block;
    width: 260px;
    line-height: 64px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    color: #333;
    position: relative;
    margin-bottom: 25px;
    border-radius: 5px;
}
.sale_contest ul li a:hover{
	background-color:#eee;
}
.sale_contest ul li a::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 26px;
}

/* --------------   tsurugashima   --------------*/

.salearea_main_wrap{
    width: calc(100% - 100px);
    min-width: 1100px;
    min-height: 423px;
    height: 35vw;
    margin: 0 auto;
    background-image: url(/sale-plan/tsurugashima/img/main_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

    .salearea_main_house{
        width: 843px;
        width: 47%;
        height: 599px;
        z-index: 1;
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
    .salearea_main_inner{
        width: clamp(1000px, 57vw, 1100px);
        padding-top: clamp(64px, 7vw, 134px);
        margin: 0 auto;


        b{
            color: #333333;
            font-size: 22px;
            font-size: clamp(14px, 1.2vw, 22px);
            font-weight: bold;
            letter-spacing: 1px;
            border-bottom: 1px solid #333333;
            padding-bottom: 10px;
        }
        h2{
            color: #333333;
            font-size: 38px;
            font-size: 2vw;
            font-size: clamp(28px, 2vw, 38px);
            font-weight: 700;
            letter-spacing: 1px;
            line-height: 100px;
            line-height: clamp(64px, 5vw, 100px);
            padding-top: clamp(22px, 2.1vw, 52px);
            margin: 0;
            
            .salearea_city{
                color: #ffffff;
                font-size: clamp(33px, 2.7vw, 56px);
                font-weight: 700;
                letter-spacing: 2px;
                background-color: #c3b284;
                padding: 6px 20px 10px 26px;
                margin-right: 10px;
            }
            .sarearea_red{
                color: #ce0000;
                font-size: clamp(37px, 2.6vw, 48px);
                background-image: radial-gradient(circle at center, #ce0000 20%, transparent 20%);
                background-position: top 10px right 3px; 
                background-repeat: repeat-x; 
                background-size: 48px 14px; 
                padding-top: 19px;
            }
            .salearea_omakase{
                font-size: clamp(37px, 2.6vw, 48px);
                position: relative;
                padding-left: 58px;
                display: block;
                line-height: 69px;

                &::before{
                    content: "";
                    width: 45px;
                    height: 59px;
                    background-image: url(/sale-plan/tsurugashima/img/main_century_logo.webp);
                    background-repeat: no-repeat;
                    z-index: 1;
                    position: absolute;
                    bottom: -3px;
                    top: 9px;
                    left: 0;
                }
            }

        
        }
        a{
            color: #333333;
            font-size: 17px;
            letter-spacing: 1px;
            padding: 23px 51px;
            background-color: #ffffff;
            position: relative;
            display: block;
            width: fit-content;
            margin-top: 48px;
            margin-top: clamp(31px, 2.6vw, 48px);

            &:hover{
                background-color: #eeeeee;

                &::before{
                    background-color: #a58f51;
                }
                
            }

            &::before{
                content: "";
                box-sizing: border-box;
                width: 66px;
                height: 65px;
                background: #c3b284;
                z-index: 1;
                position: absolute;
                right: -66px;
                bottom: 0px;
                top: 0px;
            }
            &::after{
                content: "";
                position: absolute;
                right: -36px;
                top: 0px;
                bottom: 0px;
                z-index: 10;
                margin: auto;
	            width: 10px;
	            height: 10px;
	            border-top: 2px solid #ffffff;
	            border-right: 2px solid #ffffff;
	            -webkit-transform: rotate(45deg);
	            transform: rotate(45deg);
            }
            .salearea_kensuu{
                position: absolute;
                display: inline-block;
                color: #ffffff;
                font-size: 14px;
                letter-spacing: 1px;
                background-color: #ce0000;
                width: 207px;
                z-index: 5;
                bottom: 56px;
                left: 82px;
                text-align: center;
                padding: 4px 0;

                &::before {
                    content: "";
                    position: absolute;
                    top: 100%;
                    left: 59%;
                    margin-left: -15px;
                    border: 4px solid transparent;
                    border-top: 6px solid #ce0000;
                }

                .salearea_thousand{
                    font-size: 22px;
                    font-weight: bold;
                }
            }

            .salearea_free{
                color: #ce0000;
                font-size: 14px;
                padding: 1px 3px;
                border: 1px solid #ce0000;
                margin: 0 15px 0 0;
            }

        }
    }
}

/* --------------   higashimatsuyama   --------------*/
.higashimatsuyama{
    background-image: url(/sale-plan/higashimatsuyama/img/main_bg.webp);

    .salearea_main_house{
        width: 57%;
    }
}
/* --------------   /higashimatsuyama   --------------*/

/* --------------   sakado   --------------*/
.sakado{
    background-image: url(/sale-plan/sakado/img/main_bg.webp);

    .salearea_main_house{
        width: 48%;
    }
}
/* --------------   /sakado   --------------*/

.salearea_tl{
    font-size: 32px;
    text-align: center;
    color: #333333;
    
    h2{
        margin: 20px 0 0 0;
        line-height: 50px;
        font-size: 32px;
    }

}

.salearea_result_wrap{
    width: 100%;
    background-color: #f2efe6;
    margin-top: -350px;

    .salearea_result_inner{
        width: 1100px;
        margin: 0 auto;
        padding: 440px 0 75px 0;

        iframe{
            width: 100%;
            height: 521px;
            padding: 50px 0;
        }

        .sale_praial_link{
            width: 335px;

            &::before{
                border: solid 1px #c3b284;
            }   
            &::after{
                border-top: 1px solid #c3b284;
                border-right: 1px solid #c3b284;
            }
        }

    }
}
.salearea_result_list{
            width: 1100px;
            display: flex;
            flex-wrap: wrap;
            justify-content: left;
            gap: 0 33px;

            li{
                width: 250px;
                border-radius: 10px;
                overflow: hidden;

                a{
                    background-color: #ffffff;
                    display: block;

                    &:hover{
                        background-color: #eee;
                    }

                    .salearea_img_box{
                        height: 157px;

                        img{
                            width: 250px;
                            height: 157px;
                        }
                    }
                    .salearea_txt_box{
                        padding: 12px 12px 20px 12px;
                        border-radius: 0px 0px 10px 10px;

                        p{
                            display: flex;
                            gap: 0 8px;
                            margin: 0 0 12px 0;

                            .cms_topic_tag{
                                color: #ffffff;
                                font-size: 14px;
                                padding: 4px 8px;
                                background-color: #c8b789;
                            }
                        }
                        .salearea_txt{
                            color: #333333;
                            font-size: 14px;
                            margin-top: 10px;
                        }
                    }
                

                }
                &:first-child{
                    margin-bottom: 30px;
                }
                &:nth-child(2){
                    margin-bottom: 30px;
                }
                &:nth-child(3){
                    margin-bottom: 30px;
                }
                &:nth-child(4){
                    margin-bottom: 30px;
                }

            }

}

.salearea_assess_wrap{
    width: 100%;
    
    .salearea_assess_inner{
        width: 1100px;
        margin: 0 auto;
        padding: 80px 0;

        iframe{
            width: 1100px;
            height: 256px;
            margin: 40px 0;
        }
        .s_satei_waku{
            height: 251px;
        }
        .sale_praial_link{
            width: 335px;
            margin: 0 auto;

            &::before{
                border: solid 1px #c3b284;
            }
            &::after{
                border-top: 1px solid #c3b284;
                border-right: 1px solid #c3b284;
            }
        }
    }
}

.t_salearea_box{
    overflow-y: scroll;
    height: 202px;
}

.sale_contact_wrap{
    h2{
        color: #ffffff;
        font-size: 27px;
        text-align: center;
        margin: 0 0 30px 0;
        line-height: 33px;
    }
}
.sale_strong_wrap{
    background: none;
    padding: 80px 0;

    ul{
        padding-top: 40px;
    }
}

.salearea_price_wrap{
    width: 100%;
    height: 772px;
    background-image: url(/sale-plan/tsurugashima/img/price_bg.webp);

    .salearea_price_inner{
        width: 1100px;
        margin: 0 auto;
        padding: 80px 0;

        h3{
            font-size: 14px;
            line-height: 23px;
            color: #333333;
            text-align: center;
            margin: 20px 0 40px 0;
            letter-spacing: 1px;
        }
        table{
            margin: 40px 0 12px 0;
            width: 1100px;
            border-radius: 20px;
            overflow: hidden;

            tr{
                th{
                    font-size: 18px;
                    color: #ffffff;
                    background-color: #c3b284;
                    padding: 23px 0;
                    width: 278px;
                    text-align: center;
                    line-height: 20px;

                    &:first-child{
                        width: 158px;
                    }
                }
                td{
                    width: 278px;
                    color: #333333;
                    font-size: 18px;
                    background-color: #ffffff;
                    padding: 23px 0;
                    text-align: center;
                    line-height: 20px;

                    &:first-child{
                        width: 158px;
                    }
                }
                .salearea_price_red{
                    color: #bb0000;

                    span{
                        font-size: 15px;
                    }
                }
            }
        }
        p{
            color: #333333;
            font-size: 15px;
            line-height: 22px;
            text-align: right;
        }
    }
}
.salearea_any_wrap{
    .salearea_any_inner{
        width: 1100px;
        margin: 0 auto;
        padding: 110px 0 140px 0;

        .salearea_any_box{
            margin: 40px 0 50px 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;

            li{
                width: 340px;

                &:first-child{
                    border-bottom: dotted;
                    margin: 0 0 30px 0;
                    padding: 0 0 25px 0;
                }
                &:nth-child(2){
                    border-bottom: dotted;
                    margin: 0 0 30px 0;
                    padding: 0 0 25px 0;
                }
                &:nth-child(3){
                    border-bottom: dotted;
                    margin: 0 0 30px 0;
                    padding: 0 0 25px 0;
                }
                a{
                    &:hover{
                        background-color: #eee;
                        opacity: 0.7;
                    }
                    .salearea_any_img{
                        img{
                            box-shadow: 0 0 6px #cccccc;
                            border-radius: 10px;
                        }
                    }
                    .salearea_any_txt{
                        position: relative;

                        &::before{
                            content: "";
                            width: 50px;
                            height: 50px;
                            background-image: url(/sale-plan/tsurugashima/img/any_li_yajirushi.webp);
                            position: absolute;
                            right: 0px;
                            bottom: 0px;
                            top: -7px;
                            margin: auto;
                        }
        
                        h3{
                            font-size: 21px;
                            line-height: 14px;
                            margin: 23px 0;
                        }
                        p{
                            font-size: 14px;
                            line-height: 17px;
                        }
                    }

                }
            }
        }
    }
}
.salearea_colum_wrap{
    width: 100%;
    background-color: #f2efe6;

    .salearea_colum_inner{
        width: 1100px;
        margin: 0 auto;
        padding: 80px 0 120px 0;

        .salearea_colum_box{
            display: flex;
            justify-content: space-between;
            margin: 50px 0 70px 0;

            .salearea_if_box{


                .sale_corumn_in{
                    padding: 10px;
                    background-color: #ffffff;
                    width: 532px;
                    box-sizing: border-box;

                    iframe{
                        width: 100%;
                        height: 312px;
                    }
                }
                .sale_corumn_link{
                    &::before{
                        border: 1px solid #c3b284;
                    }
                    &::after{
                        border-top: 1px solid #c3b284;
                        border-right: 1px solid #c3b284;
                    }
                }
            }

        }
        .salearea_oyakudachi{
            background-color: #ffffff;
            position: relative;
            padding: 50px;
            border-radius: 10px;

            .salearea_oyakudachi_tl{
                position: relative;

                 &::before{
                    content: "";
                    width: 100%;
                    height: 2px;
                    background-color: #333333;
                    position: absolute;
                    top: 0px;
                    bottom: 0px;
                    margin: auto;
                }

               h3{
                   font-size: 25px;
                   width: fit-content;
                   background-color: #ffffff;
                   text-align: center;
                   margin: 0 auto;
                   position: relative;
                   padding: 0px 31px 0px 67px;
                   line-height: 27px;

                   &::before{
                       content: "";
                       width: 38px;
                       height: 28px;
                       background-image: url(/sale-plan/tsurugashima/img/colum_joho_icon.webp);
                       position: absolute;
                       top: 0px;
                       bottom: 0px;
                       left: 22px;
                   }
                }
            }
            ul{
                display: flex;
                flex-wrap: wrap;
                margin: 50px 0 0 0;
                padding: 0px;
                list-style-type: none;
                justify-content: space-between;
                gap: 20px 0;

                li{
                    width: 234px;

                    a{
                        display: block;
                        width: 234px;
                        line-height: 64px;
                        text-align: center;
                        font-size: 16px;
                        font-weight: bold;
                        border: 1px solid #c3b284;
                        color: #333;
                        position: relative;
                        border-radius: 5px;

                        &::before{
                            content: "";
                            width: 8px;
                            height: 8px;
                            border-top: 2px solid #333;
                            border-right: 2px solid #333;
                            -webkit-transform: rotate(45deg);
                            transform: rotate(45deg);
                            position: absolute;
                            right: 20px;
                            top: 26px;
                        }
                        &:hover{
                            background-color: #eeeeee;
                        }
                    }
                }
            }
        }
    }
}
.salearea_staff_wrap{
    width: 100%;
    margin:90px 0px 90px 0px;

    .salearea_staff_inner{
        width: 1100px;
        margin: 0 auto;

        .shop_staff_box{
            display: flex;
            justify-content: space-between;
            margin: 50px 0 35px 0;

            li{
                width: 240px;

                &:nth-child(2n){
                    margin-top: 30px;
                }

                a{
                    width: 240px;

                    .salearea_staff_name_box{
                       position: relative;

                        img{
                            width: 240px;
                            height: 245px;
                            margin-bottom: 13px;
                        }
                        .salearea_staff_name{
                            background-color: #ffffff;
                            border-radius: 10px 0 0 0;
                            padding: 12px 0 0 12px;
                            position: absolute;
                            bottom: 0;
                            right: 0;

                            p{
                                font-size: 14px;
                                margin-bottom: 4px;

                                span{
                                    color: #c3b284;
                                    font-size: 13px;
                                }
                            }
                        }
                    }
                }
            }
        }
        .salearea_shop{
            padding: 50px;
            border: 1px solid #c3b284;
            border-radius: 10px;

            .salearea_shop_box{
                display: flex;
                gap: 0 40px;

                img{
                    width: 465px;
                    height: 293px;
                }
                .salearea_shop_box_r{
                    position: relative;
                    width: 495px;

                     &::before{
                        content: "";
                        width: 88px;
                        height: 111px;
                        background-image: url(/sale-plan/tsurugashima/img/shop_logo.webp);
                        background-repeat: no-repeat;
                        position: absolute;
                        right: 0px;
                        top: 0px;
                        }
                
                    h3{
                        font-size: 16px;
                        margin: 42px 0 20px 0;
                    }
                    .salearea_tel{
                        font-size: 28px;
                        font-weight: 600;
                        padding: 0 0 0 20px;
                        position: relative;

                        &::before{
                            content: "";
                            width: 17px;
                            height: 25px;
                            background-image: url(/sale-plan/tsurugashima/img/shop_tel.webp);
                            background-repeat: no-repeat;
                            position: absolute;
                            left: 0px;
                            top: 0px;
                            bottom: -7px;
                            margin: auto;
                        }
                    }
                    p{
                        font-size: 14px;
                        margin: 30px 0;
                        line-height: 28px;
                    }
                    .salearea_btn_box{
                        display: flex;
                        gap: 0 13px;

                        li{
                            width: 169px;

                            .salearea_shop_inq{
                                display: block;
                                width: 169px;
                                font-size: 14px;
                                padding: 12px 0px;
                                border: 1px solid #c3b284;
                                border-radius: 5px;
                                text-align: center;
                                position: relative;

                                &::before{
                                    content: "";
                                    box-sizing: border-box;
                                    width: 16px;
                                    height: 16px;
                                    border: 1px solid #c3b284;
                                    background-color: #fff;
                                    -webkit-border-radius: 50%;
                                    border-radius: 50%;
                                    right: 12px;
                                    top: 0px;
                                    bottom: 0px;
                                    margin: auto;
                                    position: absolute;
                                }
                                &::after{
                                    content: "";
                                    right: 19px;
                                    top: 0px;
                                    bottom: 0px;
                                    margin: auto;
                                    width: 4px;
                                    height: 4px;
                                    border-top: 1px solid #c3b284;
                                    border-right: 1px solid #c3b284;
                                    -webkit-transform: rotate(45deg);
                                    transform: rotate(45deg);
                                    position: absolute;
                                }
                                &:hover{
                                    background-color: #eeeeee;
                                }
                            }
                        }
                    }
                }
            }

        }
        .salearea_shop_slide{
            width: 100%;
        }
    }

}
.salearea_qa_wrap{
    width: 100%;

    .salearea_qa_inner{
        width: 1100px;
        margin: 0 auto;
        padding: 80px 0 100px 0;

        .salearea_tl{
            margin: 0 0 65px 0;
        }
    }

}


.salearea_scroll-container {
    display: flex;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    margin: 0px 0px 100px 0px;
}

.salearea_scroll-content {
    display: flex;
    animation: scroll 40s linear infinite;
}

.salearea_item {
    flex: 0 0 auto;
    width: 1971px;/*お好みの幅に調整*/
    height: 284px;/*お好みの高さに調整*/
    margin: 0 0px;/*左右の余白はここを調整*/
    text-align: center;
    line-height: 200px;
    font-size: 24px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.pc_off{
    display: none;
}























/* --------------  / tsurugashima   --------------*/



@media screen and (max-width: 1280px){
.sale_header_logo{
	width:390px;
}
.sale_header_tel {
    font-size: 23px;
}
.sale_header_comp p {
    font-size: 10px;
}
.sale_header_menu ul li a {
    display: block;
    font-size: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    padding: 6px 12px;
    text-decoration: none;
    position: relative;
}


}


























