@charset "shift_jis";
/*
body {
 margin-bottom: 60px;
}

a {
 text-decoration: none;
}

li {
 padding: 0;
 margin: 0;
 list-style: none;
}

ul {
 padding: 0;
 margin: 0;
 list-style: none;
}

p {
 padding: 0;
 margin: 0;
 list-style: none;
}
*/
img{width:100%;}
/*--main--*/

.main_wrap.suzuran_wrap {
background: url(../img/shop_lp/new_main_bg_suzuran_sp.webp) no-repeat;
background-size: cover;
background-position: center;
}

.main_wrap.gakuen_wrap {
background: url(../img/shop_lp/new_main_bg_gakuen_sp.webp) no-repeat;
background-size: cover;
background-position: center;
}

.main_inner {
 margin: 0 auto;
 padding: 12vh 0 6vh;
 position: relative;
 width: 90%;
}

/*.main_inner::after {
    content: "";
    width: 164px;
    height: 162px;
    display: block;
    background: url(../img/shop_lp/new_icon02.webp)no-repeat;
    position: absolute;
    right: 0;
    bottom: 20px;
}*/

.main_inner h2 {
	text-align: center;
	margin-bottom: 1em auto;
	font-size: 7.5vw;
	color: white;
}

.main_inner h2 img {
 width: 100%;
}

.main_sbutitle {
 text-align: left;
 font-size: 14px;
 color: #fff;
 line-height: 1.8;
 font-weight: 500;
 padding-bottom: 30px;
}

.main_btn {
 margin: 0 auto;
}


.main_btn a {
 width: 80%;
 position: relative;
 background-color: #fff;
 border-radius: 30px;
 color: #b90404;
 font-weight: bold;
 text-align: center;
 line-height: 3;
 display: block;
 font-size: 14px;
 line-height: 50px;
 margin: 0 auto;
}

.fa-chevron-right:before {
 position: absolute;
 right: 20px;
 top: 17px;
}

/*--info--*/

.n_info_wrap {
 background-color: #ffeef7;
 position: absolute;
 width: 100%;
 padding-top: -10px;
 display: none;
}

.n_info_inner {
 margin: 0 auto;
 padding: 10px 0;
}

.n_info_box {
 display: flex;
 justify-content: space-between;
}

.n_info_left {
 display: flex;
 align-items: center;
 gap: 20px;
}

.n_info_items {
 font-size: 13px;
 font-weight: bold;
}

.n_info_right {
 display: flex;
 align-items: flex-end;
 background-color: #fff;
 border-radius: 20px;
 width: 420px;
 gap: 15px;
 padding-bottom: 5px;
 height: 40px;
 box-sizing: border-box;
 justify-content: center;
}

.n_info_items02 {
 font-size: 15px;
 font-weight: bold;
}

.n_info_items02 span {
 font-size: 30px;
 font-weight: bold;
 color: #b90404;
}

.n_info_items03 {
 font-size: 13px;
 margin: 0;
}

/*--contents--*/

.n_contents_wrap {
 margin-top: 50px;
}

.n_content_inner {
 margin: 0 auto;
 width: 90%;
}

.n_conts_items {
 margin-bottom: 60px;
}

.n_conts_items img {
 width: 100%;
}

.n_conts_box {
 overflow: hidden;
}

.n_conts_box iframe {
 display: block;
 width: 100%;
 height: 355px;
}

.n_conts_title {
 border-bottom: 1px solid #cccccc;
 margin-bottom: 30px;
}

.n_conts_title h3 {
 font-size: 18px;
 font-weight: bold;
}

.n_conts_btn {
 width: 80%;
 margin: 0 auto;
}

.n_conts_btn a {
 width: 100%;
 display: block;
 line-height: 3;
 background-color: #333;
 color: #fff;
 text-align: center;
 border-radius: 30px;
 font-weight: bold;
 font-size: 14px;
}

.n_conts_box02 {}

.n_conts_box02 li {
 box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
 height: 320px;
}

.n_conts_box02 li img {
 width: 100%;
 height: 170px;
 object-fit: cover;
}

.n_conts_items02 {
 background-color: #fff;
 padding: 10px;
 box-sizing: border-box;
}

.n_conts_items02 span {
 font-size: 12px;
 font-weight: bold;
 background-color: #333;
 display: inline-block;
 padding: 0 10px;
 color: #fff;
 text-align: center;
 line-height: 3;
 margin-top: 10px;
 border-radius: 3px;
}

.n_conts_items02 div {
 font-weight: bold;
 font-size: 14px;
 text-align: left;
 line-height: 1.5;
 margin: 10px 0;
 display: -webkit-box;
 display: -ms-flexbox;
 -webkit-box-orient: vertical;
 -ms-flex-direction: column;
 -webkit-line-clamp: 2;
 overflow: hidden;
 height: 42px;
}

.n_conts_items02 p {
 font-size: 12px;
 text-align: right;
 color: #aaaaaa;
}

/*--cate--*/

.n_search_box {
 margin-top: 60px;
}

.n_search_l {}

.n_search_l h3 {
 margin-bottom: 35px;
}

.n_search_l h3 img {
 width: 100%;
}

.n_search_l ul {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 gap: 10px 0px;
}

.n_search_l ul li {
 width: 48%;
}

.n_search_l ul li:nth-child(n+3):nth-child(-n+4) a {
 border-top: none;
}

.n_search_l ul li a {
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 15px 0;
 width: 100%;
 border-top: 1px solid #eeeeee;
 border-bottom: 1px solid #eeeeee;
}

.n_search_l ul li .items {
        width: 2em;
        height: 2em;
        border-radius: 50%;
        background: #f8f8f8;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 7vw;
        color: #b90404;
}

.n_search_l ul li .items i {
 font-size: 8vw;
}

.n_search_l ul li .items02 {
	font-size: 4vw;
	font-weight: bold;
	color: #b90404;
	line-height: 1.5;
	width: 45%;
}
.n_search_l ul li .items03{
    width: 15%;
}

.n_search_l ul li .items03 img{
    width: 12px;
}

/*--free--*/

.free_wrod form {
 display: flex;
 gap: 10px;
 padding: 35px 0 39px;
}

.search_window {
 width: 70% !important;
 height: 45px !important;
 padding-left: 30px;
 box-sizing: border-box;
 border: 1px solid #f6f6f6 !important;
 border-radius: 3px;
 border-right: none;
 font-size: 12px !important;
 background-color: #fff !important;
 box-shadow: none !IMPORTANT;
}

.quick_keyword {
 width: 30%;
}

.free_btn {
 width: 100% !important;
 height: 45px;
 background: #b90404;
 color: #fff;
 border-radius: 3px;
 font-size: 13px !important;
 font-weight: bold;
 cursor: pointer;
 border: 1px solid;
 font-family: YuGothic, 'Yu Gothic', sans-serif;
}

/*--/free--*/

.n_search_l {
 width: 100%;
}

.n_search_title {
	margin-bottom: 1em;
	width: 100%;
	padding: 2%;
	background-color: #b90404;
	box-sizing: border-box;
}
.n_search_title p {
 color: #fff;
 font-weight: bold;
 font-size: 4vw;
 text-align: center;
 border: 1px solid #fff;
 width: 100%;
 padding: 15px 0px;
 margin: 0 auto;
}

.n_search_r > .n_search_title {
 background-color: #b90404;
}
.n_search_r h3 {
 margin-bottom: 35px;
}

.n_search_r h3 img {
 width: 100%;
}

.n_search_r {}

.n_search_r h3 {
 margin-bottom: 35px;
}

.n_search_r ul {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}

.n_search_r ul li {
 width: 48%;
}

.n_search_r ul li:nth-child(5) a,
.n_search_r ul li:nth-child(6) a {
 border-bottom: 1px solid #eeeeee;
}

.n_search_r ul li a {
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 15px 0;
 width: 100%;
 border-top: 1px solid #eeeeee;
}

.n_search_r ul li .items {
 width: 40px;
 height: 40px;
}

.n_search_r ul li .items03 img{
    width: 14px;
}

.n_search_r ul li .items img {
 width: 100%;
}

.n_search_r ul li .items02 {
        font-size: 3.5vw;
        font-weight: bold;
        color: #b90404;
        line-height: 1.5;
        width: 45%;
}

.n_search_r ul li:last-child .items02{
font-size: 11px;
}

/*---tokusen-*/

.new_tokusen_wrap {
 margin: 80px 0;
 overflow: hidden;
}

.new_tokusen_inner {
 margin: 0 auto;
}

.common_title {
        font-size: 4.5vw;
        line-height: 1.5em;
        width: 94%;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1em;
        margin: auto auto 2em auto;
	text-align:center;
}
.common_title::before {
 background: url(../img/shop_lp/new_icon03.webp)no-repeat;
 width: 50px;
 height: 7px;
 content: "";
}

.common_title::after {
 background: url(../img/shop_lp/new_icon03.webp)no-repeat;
 width: 50px;
 height: 7px;
 content: "";
}
.new_tokusen_wrap iframe{
width: 98%;
    margin: auto;
    height: 25em;
}
.new_tokusen02_wrap iframe{
width: 98%;
    margin: auto;
    height: 25em;
}

.common_box {
 margin: 60px 0;
}

.n_tokusen_items {
 text-align: left;
 font-weight: bold;
 box-shadow: 2px 2px 15px -7px rgba(0, 0, 0, 0.35);
 list-style: none;
height: 370px !important;
        background: #FFF;
 margin: 0px 10px;
}

.n_tokusen_items:last-child {
 margin-right: 0;
}

.n_tokusen_items a {
 text-decoration: none;
 font-family: YuGothic, 'Yu Gothic', sans-serif;
 position: relative;
}

.n_tokusen_sy {
 position: absolute;
 right: 25px;
 top: 5px;
 display: inline-block;
 background: #fff;
 border: 1px solid #000;
 text-align: center;
 line-height: 28px;
 padding: 0 10px;
 color: #000;
 font-weight: bold;
 font-size: 11px;
 z-index: 10;
 min-width: 80px;
}

.n_tokusen_items02 {}

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

.n_tokusen_box02 {
 padding: 10px 10px 15px;
 box-sizing: border-box;
 background-color: #fff;
}

.n_tokusen_items03 {
 font-size: 14px;
 letter-spacing: 1px;
 margin: 5px 0;
 color: #333;
 text-decoration: none;
 display: -webkit-box;
 overflow: hidden;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 1;
 font-weight: bold;
}

.n_tokusen_items04 {
 margin: 10px 0;
 letter-spacing: 1px;
 text-decoration: none;
 color: #000;
 font-size: 12px;
 font-weight: 500;
}

.n_tokusen_items04 span {
 font-size: 20px;
 font-weight: bold;
 color: #e10000;
}

.n_tokusen_items p {
 font-size: 12px;
 margin: 5px 0;
 letter-spacing: 1px;
 color: #333;
 text-decoration: none;
}

.n_tokusen_items p i {
 margin-right: 5px;
}

.n_tokusen_items06 {
 margin: 5px 0;
 color: #333;
 font-size: 12px;
 font-weight: bold;
}

/*---more_btn--*/

.new_tokusen_more {
 width: 90%;
 margin: 40px auto 0;
}

.new_tokusen_more a {
 width: 100%;
 border: 1px solid #b90404;
 box-sizing: border-box;
 text-align: center;
 background-color: #fff;
 color: #b90404;
 font-size: 14px;
 font-weight: bold;
 display: block;
 line-height: 3.5;
 border-radius: 30px;
}

/*--tokusen_02--*/

.new_tokusen02_wrap {
 background-color: #f8f8f8;
 padding: 50px 0;
 overflow: hidden;
}

.common_magin {
 margin-top: 60px;
}

/*--owner--*/

.new_owner_wrap {
 margin: 100px 0 40px;
 position: relative;
}

.new_owner_wrap:before {
 position: absolute;
 width: 80%;
 height: 360px;
 display: block;
 left: 0;
 top: 105px;
 background: url(../img/shop_lp/new_bg.webp)no-repeat;
 content: "";
 z-index: -1;
 background-size: cover;
}

.new_owner_inner {
 margin: 0 auto;
 width: 90%;
}

.new_owner_txt {
 font-size: 15px;
 text-align: center;
 font-weight: bold;
 line-height: 1.7;
 margin: 30px 0;
}

.new_owner_inner ul {
 display: flex;
 flex-wrap: wrap;
 margin: auto;
}

.new_owner_inner ul li {
 width: 49%;
 margin-right: 2%;
 margin-bottom: 2%;
}

.new_owner_inner ul li:nth-child(even) {
 margin-right: 0;
}

.new_owner_inner ul li a {
 color: #000;
 font-size: 12px;
 text-decoration: none;
 line-height: 39px;
 border-radius: 25px;
 text-align: center;
 padding: 13px 0px;
 background: url(/img/shop_lp/b_content_g.png)no-repeat 3% center;
 background-color: #fff;
 display: block;
 box-shadow: 0 0px 6px rgb(0 0 0 / 15%);
 transition: .3s;
 border-radius: 4px;
 font-weight: bold;
}


.site_shop_wrap {

}
.site_shop_inner{
        margin: 50px auto;
        width: 100%;
}
.new_shop_txt{
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: auto auto 2em auto;
    padding: 0;
    line-height: 2em;
}

.site_shop_date{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
        margin: 2em auto;
        width: 90%;
	.site_shop_date_l{width: 100%}
	ul.site_shop_date_r{
		width: 100%;
            margin: 1em auto;
		h4{
		color: #b61010;
		font-size: 5vw;
		padding: 0;
		margin: 0.5em 0;
		}
		dl{
			display: flex;
	                margin: 0.7em auto;
	                font-size: 3.5vw;
			dt{
	                    margin: 0;
	                    padding: 0;
	                    font-weight: bold;
	                    width: 20%;
			}
			dd{
	                    margin: 0;
	                    width: 80%;
				span{
					display: block;
					font-size: 12px;
					color: #b90707;
				}
			}
		}
	}
}
.site_shop_points{
        margin: 2em auto 6em auto;
        width: 90%;
	ul{
		display: flex;
		flex-wrap: wrap;
		margin: auto;
		width: 100%;
		li{
                width: 100%;
                font-size: 3.5vw;
                line-height: 1.7em;
                margin-bottom: 4em;
			img{border-radius: 5px; width:100%;}
			h4{
			color: #b60d0d;
			font-size: 4vw;
			line-height: 2em;
			margin: 0;
			padding: 0;
			}
		}
	}
}
.site_shop_photos{
        margin: 2em auto;
        width: 90%;
	ul{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 10px;
		li{
			img{}
		}
	}
}
/*--site_cate--*/

.site_cate_wrap {
 margin: 50px 0 100px;
}

.site_cate_inner {
 margin: 0 auto;
 width: 90%;
}

.site_cate_inner ul {
 display: flex;
 flex-wrap: wrap;
 gap: 10px 0px;
 margin-top: 25px;
 justify-content: space-between;
}

.site_cate_inner ul li {
 width: 48%;
}

.site_cate_inner ul li a {
 display: block;
 position: relative;
}

.site_cate_inner ul li a img {
 width: 100%;
}

.site_cate_inner ul li a div {
 position: absolute;
 display: block;
 width: 100%;
 top: 30%;
 height: 30px;
 background-color: rgb(51 51 51 / 80%);
}

.site_cate_inner ul li a div p {
 display: flex;
 justify-content: center;
 height: 100%;
 align-items: center;
 font-size: 12px;
 color: #fff;
 font-weight: bold;
}


/*--new_help--*/

.new_help_wrap {
 background-color: #f8f8f8;
 padding: 75px 0;
}

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

.new_help_inner ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	margin-top: 2em;
	gap: 0.5em;
}

.new_help_inner ul li {
 width: 48%;
}

.new_help_inner ul li a {
 color: #000;
 font-size: 3vw;
 text-decoration: none;
 border-radius: 25px;
 text-align: center;
 padding: 13px 0px;
 background-color: #fff;
 display: block;
 transition: .3s;
 border-radius: 10px;
 font-weight: bold;
 position: relative;
 border: 1px solid #cccccc;
 transition-duration: .3s;
}

.new_help_inner ul li a:hover {
 background: #b90404;
 color: #fff;
 transition-duration: .2s;
}

.new_help_inner ul li a::before {
 width: 3px;
 height: 2em;
 display: block;
 content: "";
 background-color: #b90404;
 border-radius: 15px;
 position: absolute;
 left: 9px;
 top: 8px;
}

.new_help_inner ul li a > .fa-chevron-right:before {
top: 1.2em;
right: 0.5em;
 position: absolute;
 color: #ccc;
}

.new_help_inner ul li a:hover > .fa-chevron-right:before {
 color: #fff;
}

.new_help_inner ul li a:hover:before {
 background: #fff;
}

/*sodan*/

.new_sodan_wrap {
 background: url(../img/shop_lp/new_bg02.webp)no-repeat;
 background-size: cover;
 background-position: center;
 padding: 40px 0;
}

.new_sodan_inner {
 margin: 0 auto;
 width: 90%;
}

.new_sodan_inner h3 {
 font-size: 22px;
 font-weight: bold;
 margin: 0 0 30px;
 color: #fff;
 text-align: center;
}

.new_sodan_inner p {
 font-size: 14px;
 line-height: 1.8;
 font-weight: 500;
 color: #fff;
 margin-bottom: 40px;
 text-align: left;
}

.sodan_more {
 margin: 0 auto;
}

.sodan_more a {
 width: 100%;
 border: 1px solid #b90404;
 box-sizing: border-box;
 text-align: center;
 background-color: #fff;
 color: #b90404;
 font-size: 16px;
 font-weight: bold;
 display: block;
 line-height: 3.5;
 border-radius: 30px;
}

/*--footer--*/

.new_footer_wrap {
 background-color: #ffeef7;
 padding: 50px 0;
}

.new_footer_inner {
 margin: 0 auto;
}

.new_footer_box {
 display: flex;
}

.new_footer_left {
 width: 350px;
 border-radius: 5px;
 box-sizing: border-box;
 padding: 20px;
 background-color: #fff;
}

.new_footer_left p {
 font-size: 12px;
 line-height: 1.5;
 margin-top: 10px;
 text-align: left;
 font-weight: bold;
}

.new_footer_right {
 margin-left: 25px;
 border-radius: 5px;
 background-color: #fff;
 box-sizing: border-box;
 padding: 30px;
}

.new_footer_right span {
 font-size: 16px;
 font-weight: bold;
 display: block;
}

.new_footer_right p {
 font-size: 12px;
 line-height: 1.5;
 text-align: left;
 font-weight: bold;
}

.new_footer_box02 {
 margin: 30px 0;
}

.new_footer_box02 li {
 height: 120px;
 border-top: 1px dotted #fff;
 border-bottom: 1px dotted #fff;
 box-sizing: border-box;
 padding: 30px 0;
 color: #b90404;
}

.new_f_title {
 font-size: 15px;
 font-weight: bold;
 margin-bottom: 25px;
}

.new_f_cate {
 display: flex;
}

.new_f_cate a {
 font-size: 14px;
 display: block;
 color: #b90404;
 padding-right: 30px;
 font-weight: bold;
}

.new_footer_box03 {
 display: flex;
 align-items: center;
}

.new_footer_left02 {
 width: 410px;
 box-sizing: border-box;
 padding: 20px;
 border-radius: 5px;
 background-color: #fff;
}

.new_footer_left02 p {
 text-align: center;
 margin-top: 10px;
}

.new_footer_right02 {
 margin-left: 10px;
 box-sizing: border-box;
 border-radius: 5px;
 background-color: #b90404;
 width: 200px;
 position: relative;
}

.new_footer_right02 a {
 display: block;
 color: #fff;
 font-size: 13px;
 font-weight: bold;
 text-align: center;
 line-height: 7.5;
}

.new_footer_right02 a > .fa-chevron-right:before {
 position: absolute;
 right: 15px;
 top: 43px;
}

.google_reviews_wrap {
 max-height: 280px;
 overflow: hidden;
}
