@charset "shift_jis";


body {}

a {}

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

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

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

header {
    position: absolute;
}


/*--main--*/

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

.main_wrap h2{
	color: #fff;
	display: flex;
	align-items: center;
	flex-direction: column-reverse;
	grid-gap: .6em;
	float: none;
	font-weight: bold;
	font-size: min(6vw, 80px);
	line-height: 1.5;
	overflow: visible;
	position: relative;
	text-align: center;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, .6);
	white-space: normal;
	width: 100%;
}

.main_inner {
 width: 1100px;
 margin: 0 auto;
 padding: 230px 0 50px;
 position: relative;
}

.main_inner h2 {
 text-align: center;
 margin-bottom: 50px;
}

.main_sbutitle {
 text-align: center;
 font-size: 20px;
 color: #fff;
 line-height: 1.5;
 font-weight: bold;
 padding-bottom: 80px;
}

.main_btn {
 width: 300px;
 margin: 0 auto;
}

.main_btn a {
 position: relative;
 background-color: #fff;
 border-radius: 30px;
 color: #b90404;
 font-weight: bold;
 text-align: center;
 line-height: 3;
 display: block;
 font-size: 18px;
 transition-duration: .5s;
}

.main_btn a:hover {
 background-color: #b90404;
 color: #fff;
 transition-duration: .3s;
}

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

/*--info--*/

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

.n_info_inner {
 width: 1100px;
 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;
}

.info_add_img {
        font-size: 30px;
        font-weight: bold;
        color: #b90404;
        line-height: 2em;
}

.info_add_img img {
 width: 100%;
}

.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: 120px;
}

.n_content_inner {
 width: 1100px;
 margin: 0 auto;
}

.n_conts_items {
 margin-bottom: 60px;
}

.n_conts_items img {
 width: 100%;
}

.n_conts_box {
 overflow: hidden;
}

.n_conts_box ul li:hover {
 text-decoration: underline;
}

.n_conts_title {
 display: flex;
 justify-content: space-between;
 padding-bottom: 25px;
 align-items: center;
 border-bottom: 1px solid #cccccc;
 margin-bottom: 30px;
}

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

.n_conts_btn {
 width: 140px;
 margin-right: 5px;
}

.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;
 border: 1px solid #333;
 transition: .3s;
}

.n_conts_btn a:hover {
 background-color: #fff;
 color: #333;
 transition: .3s;
}

.n_conts_box iframe {
 display: block;
 width: 1100px;
 height: 400px;
}

.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;
}

.slick-slide 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;
 color: #fff;
 text-align: center;
 line-height: 3;
 margin-top: 10px;
 border-radius: 3px;
 padding: 0 10px;
}

.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: 3;
 overflow: hidden;
 height: 62px;
}

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

/*--info_mon--*/

.swiper-wrapper {
 height: 340px !important;
}

.swiper-container {
 width: 930px;
 padding-bottom: 50px !important;
 overflow: unset !important;
}

/* 全体のスタイル */
.swiper-pagination-bullet {
 width: 10px !important;
 /* 幅 */
 height: 10px !important;
 /* 高さ */
 background: #aaaaaa !important;
 /* 色：緑 */
 opacity: 1 !important;
 /* 半透明（デフォルトでは0.2） */
}

/* 現在のスライドのスタイル */
.swiper-pagination-bullet-active {
 width: 10px !important;
 /* 幅 */
 height: 10px !important;
 /* 高さ */
 background: #b90404 !important;
 /* 色：黄色 */
 opacity: 1 !important;
 /* 不透明 */
}

.swiper-pagination {
 bottom: 25px !important;
}

.swiper-button-next {
 background: url(../img/shop_lp/new_arrow.webp) !important;
 right: -50px !important;
 width: 34px !important;
 height: 30px !important;
 transform: scale(-1, 1);
}

.swiper-button-prev {
 background: url(../img/shop_lp/new_arrow.webp) !important;
 left: -50px !important;
 width: 34px !important;
 height: 30px !important;
}

/*--cate--*/

.n_search_box {
 margin-top: 50px;
 display: flex;
 justify-content: space-between;
}

.n_search_l {
 width: 525px;
}

.n_search_title {
 margin-bottom: 35px;
 width: 540px;
 padding-top: 5px;
 height: 60px;
 background-color: #b90404;
 box-sizing: border-box;
}

.n_search_r > .n_search_title {
 background-color: #b90404;
}

.n_search_title p {
 color: #fff;
 font-weight: bold;
 font-size: 20px;
 text-align: center;
 border: 1px solid #fff;
 width: 530px;
 padding: 15px 0px;
 margin: 0 auto;
}

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

.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;
 gap: 15px;
 padding: 15px 5px;
 box-sizing: border-box;
 width: 100%;
 border-top: 1px solid #eeeeee;
 border-bottom: 1px solid #eeeeee;
 transition-duration: .5s;
}

.n_search_l ul li a:hover {
 box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
 transform: translateY(-4px);
 transition-duration: .3s;
}

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

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

.n_search_l ul li .items02 {
 font-size: 18px;
 font-weight: bold;
 color: #b90404;
 line-height: 1.5;
 width: 90px;
}

/*--free--*/

.free_wrod form {
 display: flex;
 gap: 10px;
 padding: 44px 0 39px;
 border-bottom: 1px solid #eeeeee;
}

.search_window {
 width: 380px;
 height: 45px;
 padding-left: 30px;
 box-sizing: border-box;
 border: 2px solid #a1a1a1 !important;
 border-radius: 3px;
 border-right: none;
 font-size: 14px;
 background-image: none !important;
}

.free_btn {
 width: 120px;
 height: 45px;
 background: #b90404;
 color: #fff;
 border-radius: 3px;
 font-size: 16px;
 font-weight: bold;
 cursor: pointer;
text-align: center;
 border: 1px solid #b90404;
 transition-duration: .3s;
}

.free_btn:hover {
 background-color: #fff;
 color: #b90404;
 transition-duration: .4s;

}

/*--/free--*/

.n_search_r {
 width: 525px;
}

.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(n+3):nth-child(-n+6) a {
 border-top: none;
}

.n_search_r ul li a {
 display: flex;
 align-items: center;
 gap: 15px;
 padding: 12px 5px;
 box-sizing: border-box;
 width: 100%;
 border-top: 1px solid #eeeeee;
 border-bottom: 1px solid #eeeeee;
 transition-duration: .5s;
}

.n_search_r ul li a:hover {
 box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
 transform: translateY(-4px);
 transition-duration: .3s;
}

.n_search_r ul li .items {
 width: 100px;
}

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

.n_search_r ul li .items02 {
 font-size: 18px;
 font-weight: bold;
 color: #b90404;
 line-height: 1.5;
 width: 90px;
}


/*---tokusen-*/

.new_tokusen_wrap {
 margin: 80px 0;
 overflow: hidden;
}
.new_tokusen_wrap iframe,.new_tokusen02_wrap iframe{
width: 100%;
    height: 417px;
    overflow: hidden;
    border: none;
}
.new_tokusen_wrap iframe::-webkit-scrollbar{
  display: none;
}
.new_tokusen02_wrap iframe::-webkit-scrollbar{
  display: none;
}
.new_tokusen_inner {
 width: 1100px;
 margin: 0 auto;
}

.common_title {
 font-size: 28px;
 font-weight: bold;
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 30px;
 margin-bottom: 60px;
	br{display:none;}
}

.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: "";
}

.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);
 transition: 0.3s;
 list-style: none;
 height: 380px !important;
        background: #FFF;
 margin: 0px 10px;
}

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

.n_tokusen_items:hover {
 transform: translateY(6px);
 box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
 transition: 0.5s;
}

.n_tokusen_items a {
 text-decoration: none;
 position: relative;
}

.n_tokusen_items02 {}

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

.n_tokusen_sy {
 position: absolute;
 right: 5px;
 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;
}

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

.n_tokusen_items03 {
 font-size: 14px;
 letter-spacing: 0.05em;
 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: 13px;
 margin: 10px 0;
 letter-spacing: 1px;
 color: #333;
 text-decoration: none;
 display: -webkit-box;
 display: -ms-flexbox;
 -webkit-box-orient: vertical;
 -ms-flex-direction: column;
 -webkit-line-clamp: 1;
 overflow: hidden;

}

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

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

/*---more_btn--*/

.new_tokusen_more {
 width: 500px;
 margin: 60px 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: 16px;
 font-weight: bold;
 display: block;
 line-height: 3.5;
 border-radius: 30px;
 transition-duration: .3s;
}

.new_tokusen_more a:hover {
 background-color: #b90404;
 color: #fff;
 transition-duration: .5s;
}

/*--tokusen_02--*/

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

.common_magin {
 margin-top: 100px;
}

/*--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 {
 width: 1100px;
 margin: 0 auto;
}

.new_owner_txt {
 font-size: 16px;
 text-align: center;
 font-weight: bold;
 line-height: 1.5;
 margin: 60px 0;
}

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

.new_owner_inner ul li {
 width: 22%;
 margin-right: 33px;
 margin-bottom: 20px;
}

.new_owner_inner ul li a {
 color: #000;
 font-size: 14px;
 text-decoration: none;
 line-height: 39px;
 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;
}

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

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

.new_owner_inner ul li a > .fa-chevron-right:before {
 top: 25px;
 right: 20px;
 color: #ccc;
}

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

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

.site_shop_wrap {

}
.site_shop_inner{
        margin: 50px auto;
        width: 1000px;
}
.new_shop_txt{
    font-size: 26px;
    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: nowrap;
        margin: 2em auto;
	.site_shop_date_l{
	width: 45%;
	img{width:100%;}
	}
	ul.site_shop_date_r{width: 50%;
		h4{
		color: #b61010;
		font-size: 25px;
		padding: 0;
		margin: 0.5em 0 1em 0;
		}
		dl{
			display: flex;
			margin: 1.3em auto;
			font-size: 16px;
			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;
	ul{
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		li{
			width: 31.5%;
	                font-size: 14px;
	                line-height: 1.7em;
			img{border-radius: 5px;}
			h4{
			color: #b60d0d;
			font-size: 18px;
			line-height: 2em;
			margin: 0.5em 0;
			padding: 0;
			}
		}
	}
}
.site_shop_photos{
        margin: 2em auto;
	ul{
		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
		gap: 10px;
		li{
			img{width: 100%;}
		}
	}
}
/*--site_cate--*/

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

.site_cate_inner {
 width: 1100px;
 margin: 0 auto;
}

.site_cate_inner ul {
 display: flex;
 flex-wrap: wrap;
 gap: 40px;
 margin-top: 50px;
}

.site_cate_inner ul li {
 width: 340px;
}

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

.site_cate_inner ul li a div {
 position: absolute;
 display: block;
 width: 100%;
 top: 40%;
 height: 40px;
 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: 18px;
 color: #fff;
 font-weight: bold;
}

.site_cate_inner ul li a:hover div {
 background: #fff;
}

.site_cate_inner ul li a:hover div p {
 color: rgb(51 51 51 / 80%);
}

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

/*--new_help--*/

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

.new_help_inner {
 width: 1100px;
 margin: 0 auto;
}

.new_help_inner ul {
 width: 1100px;
 display: flex;
 flex-wrap: wrap;
 margin: auto;
 margin-top: 50px;
}

.new_help_inner ul li {
 width: 22%;
 margin-right: 33px;
 margin-bottom: 20px;
}

.new_help_inner ul li a {
 color: #000;
 font-size: 14px;
 text-decoration: none;
 line-height: 39px;
 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: 50px;
 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: 25px;
 right: 20px;
 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: 50px 0;
}

.new_sodan_inner {
 width: 1100px;
 margin: 0 auto;
}

.new_sodan_inner h3 {
 font-size: 28px;
 font-weight: bold;
 margin-bottom: 35px;
 color: #fff;
 text-align: center;
}

.new_sodan_inner p {
 font-size: 16px;
 line-height: 1.5;
 font-weight: bold;
 color: #fff;
 margin-bottom: 40px;
 text-align: center;
}

.sodan_more {
 width: 500px;
 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;
 transition-duration: .3s;
}

.sodan_more a:hover {
 background-color: #b90404;
 color: #fff;
 transition-duration: .5s;
}



/*--タブレッド用--*/


@media only screen and (min-device-width: 768px) and (max-device-width: 1400px) {

 .new_f_cate a {
  font-size: 13px;
 }

}

}
