<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, select, textarea, button, option {
  font-family: 'NotoSansJapanese';
  line-height: 1.6;
  font-size: 14px;
  box-sizing: border-box;
}

body {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: #f3f3f3;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a,li {
  text-decoration: none;
  color: inherit;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

a img {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

a:hover {
	color: #bb0007;
}

a:hover img {
	opacity: 0.7;
}

em {
	font-style: normal;
	color: #bb0007;
}

input,select,textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -webkit-appearance: none;
	max-width: 100%;
	border: solid 1px #e7e7e7;
	border-radius: 0;
	background: #fff;
}

input,select,textarea {
	padding: 5px;
}

input[type="checkbox"] {
	-moz-appearance: checkbox;
	-webkit-appearance: checkbox;
	cursor: pointer;
}

input[type="radio"] {
	-moz-appearance: radio;
	-webkit-appearance: radio;
}

label.slect_label {
	position: relative;
}

label.slect_label:before {
	display: block;
	content: "▼";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	margin: -8px 0 0;
	font-size: 0.6rem;
	pointer-events: none;
}

input::placeholder {
  color: #C8C8C8;
}

/* IE */
input:-ms-input-placeholder {
  color: #C8C8C8;
}

/* Edge */
input::-ms-input-placeholder {
  color: #C8C8C8;
}

textarea::placeholder {
  color: #C8C8C8;
}

/* IE */
textarea:-ms-input-placeholder {
  color: #C8C8C8;
}

/* Edge */
textarea::-ms-input-placeholder {
  color: #C8C8C8;
}

/* clearfix */
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/* header */

header {
	background: #fff;
}

#header_inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
	position: relative;
	min-width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 0;
	text-align: center;
}

#header_inner h1,
#header_inner #h_logo,
#header_inner #header_src,
#header_inner #h_manager {
	display: inline-block;
	vertical-align: middle;
}

#header_inner h1,
#header_inner #h_logo {
	width: 20%;
	padding: 0px 30px;
}

#header_inner .nwtitle,
#header_inner .esthetitle{
    font-size: 1.5rem;
    color: #fff;
    height: 40px;
    display: flex;
    margin-right: 40px;
    align-items: center;
    justify-content: center;
	border-radius: 5px;
}


#header_inner .nwtitle{
	background: #fecc26;
	width: 229px;
        font-size: 1.3rem;
}

#header_inner .esthetitle{
	background: #3cb340;
	width: 175px;
}

#header_src {
	width: 61%;
}

#header_src_inner {
	display: table;
	width: 100%;
	font-size: 0;
}

#header_src_inner li {
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#header_src_inner li:first-child {
	width: 25%;
}

#header_src_inner li:first-child select {
	width: 100%;
	height: 38px;
	padding: 0 0 0 10px;
	border: solid 1px #cecece;
	border-radius: 5px 0 0 5px;
	background: #f3f3f3 url("../images/hsrc_select_icon.svg") no-repeat 97% center;
	font-size: 0.9rem;
	cursor: pointer;
}

#header_src_inner li:nth-child(2) {
	width: 70%;
}

#header_src_inner li:nth-child(2) input {
	width: 100%;
	border: solid 1px #cecece;
	border-right: none;
	border-left: none;
	height: 38px;
}

#header_src_inner li:last-child {
	width: 5%;
}

#header_src_inner li:last-child button {
	width: 100%;
	height: 38px;
	border: none;
	border-radius: 0 5px 5px 0;
	background: #d92b3a;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#header_src_inner li:last-child button:hover {
	border-top: solid 3px #960000;
	background: #c62331;
}

#h_manager {
	width: 15%;
}

#h_manager a {
	padding: 10px 0 10px 25px;
	font-size: 1rem;
	background: url("../images/h_manager_icon.svg") no-repeat left center;
	background-size: 20px;
}

#h_manager a:hover {
	background: url("../images/h_manager_icon2.svg") no-repeat left center;
	background-size: 20px;
}

#header_navi {
	background: #232f3f;
}

#header_navi ul {
	width: 1200px;
	margin: 0 auto;
	font-size: 0;
}

#header_navi ul li {
	display: inline-block;
}

#header_navi li a {
    display: block;
    height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 50px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    cursor: pointer;
}

#header_navi li a:hover,
#header_navi li.pc_list a:hover:after {
	color: #ff243e;
}

#header_navi li.pc_list a:after {
	content: "▼";
	margin: 0 0 0 5px;
	color: #fff;
	font-size: 0.7rem;
}

#header_navi li.pc_list.active a:after {
	content: "▲";
}

#header_pc_btns {
	position: absolute;
	width: 100%;
	min-width: 1200px;
	height: 0;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	font-size: 0;
	text-align: center;
	z-index: 99999;
	overflow: hidden;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#header_pc_btns.active {
	height: auto;
	padding: 30px 0;
	overflow: auto;
}

#header_pc_btns li {
	display: inline-block;
	margin: 0 40px;
}

#header_pc_btns li a {
	display: block;
	height: auto!important;
	border-bottom: none;
}

#header_pc_btns li a:hover svg {
	animation:pulse 1s ease infinite normal 0s none running;
	-webkit-animation:pulse 1s ease infinite normal 0s none running;
	-ms-animation:pulse 1s ease infinite normal 0s none running;
}

#header_pc_btns .pc_btn_ttl {
	display: block;
	font-size: 1.1rem;
	font-weight: 500;
}

#header_pc_btns li:nth-child(1) .pc_btn_ttl {
	color: #d92b3a;
} 

#header_pc_btns li:nth-child(2) .pc_btn_ttl {
	color: #232f3f;
} 

#header_pc_btns li:nth-child(3) .pc_btn_ttl {
	color: #ff707c;
} 

#header_pc_btns li:nth-child(4) .pc_btn_ttl {
	color: #d3c7a6;
} 

#header_pc_btns li:nth-child(5) .pc_btn_ttl {
	color: #80569d;
} 

#header_pc_btns .pc_btn_count {
	font-size: 0.9rem;
}

#header_pc_btns.header_pc_btns02 li a {
  text-align: center;
}

#header_pc_btns.header_pc_btns02 li a img {
  width: 60px;
  height: 60px;
}

#detail_update {
	background: #e01a35;
}

#detail_update ul {
	width: 100%;
	margin: 0 auto 30px;
	padding: 5px 20px;
	color: #fff;
}

#detail_update ul li {
	display: inline-block;
}

#detail_update ul li:first-child {
	margin: 0 10px 0 0;
	padding: 5px 0;
	font-weight: 500;font-size: 1.3em;
}

#detail_update ul li i {
	margin: 0 5px 0 0;
	font-size: 1.4rem;
}

#bread {
	display: block;
	margin: 0px 0 20px;
	font-size: 0;
}

#bread li {
	display: inline-block;
}

#bread li:after {
	content: "&gt;";
	margin: 0 10px;
}

#bread li:last-child:after {
	content: "";
	margin: 0;
}

.fontorolev{
	font-family: korolev, sans-serif;
	font-weight: 500;
	font-style: normal;
}



/* content */

#content {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
	min-width: 1200px;
	margin: 0;
	padding: 40px 0 40px;
	background: #fff;
	font-size: 0;
}


#main {
	max-width: 1630px;
	width: 75%;
	padding: 0 10px 0 0;
	min-height: 500px;
}

#side {
	max-width: 290px;
	width: 22%;
	margin: 0 3% 0 0;
}

#side_top_bnr {
	margin: 0 0 10px;
}

#side_top_bnr li {
	margin: 0 0 10px;
}

#side_top_bnr img {
	display: block;
}

#side_menu {
	background: #f3f3f3;
	padding: 15px;
}

#side_menu .bx-wrapper {
        margin: 0 0 10px;
}

#side_src {
	padding: 15px;
	background: #fff;
}

#side_src h2 {
	position: relative;
	margin: 0 0 15px;
	padding: 10px 0;
	border-bottom: solid 1px #000;
	font-weight: 500;
	font-size: 0.9rem;
}

#side_src h2 input[type="reset"] {
	position: absolute;
	top: 7px;
	right: 0;
	padding: 0 10px;
	border: none;
	border-radius: 5px;
	background: #666;
	color: #fff;
	font-weight: 500;
	font-size: 0.9rem;
	line-height: 2;
	cursor: pointer;
}

#side_src h3 {
	margin: 0 0 10px;
	padding: 0 0 0 10px;
	border-left: solid 3px #d92b3a;
	font-weight: 500;
	line-height: 1;
}

.side_src_list,
.side_src_list2 {
	margin: 0 0 20px;
}

.side_src_list li,
.side_src_list2 li {
	position: relative;
	margin: 3px 0;
}

.side_src_list li span {
	color: #d92b3a;
}

.side_src_list2 li {
	display: inline-block;
}

.side_src_list input,
.side_src_list2 input {
	display: none;
}

.side_src_list label,
.side_src_list2 label {
	display: inline-block;
	position: relative;
	margin: 0 7px 0 0;
	padding: 0 0 0 22px;
}

.side_src_list label:before,
.side_src_list2 label:before {
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
	display: block;
	border: solid 1px #d4d4d4;
	box-shadow:0px 1px 2px 1px rgba(0,0,0,0.1) inset;
	width: 14px;
	height: 14px;
	border-radius: 2px;
}

.side_src_list label:after,
.side_src_list2 label:after {
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
	display: block;
	background: #d92b3a url(../images/bg_chreck_icon.png) no-repeat center;
	background-size: 10px;
	width: 14px;
	height: 14px;
	border-radius: 2px;
	opacity: 0;
}

.side_src_list input[type=radio]:checked + label:after,
.side_src_list2 input[type=radio]:checked + label:after,
.side_src_list input[type=checkbox]:checked + label:after,
.side_src_list2 input[type=checkbox]:checked + label:after {
	opacity: 1;
}

.side_src_list select,
.side_src_list2 select {
	background: url("../images/price_select_icon.svg") no-repeat 90% center;
}

.src_side_reset,
.src_side_submit {
	display: block;
	width: 100%;
	margin: 5px 0;
	padding: 5px 0;
	border: none;
	border-radius: 5px;
	background: #232f3f;
	color: #fff;
	cursor: pointer;
}

.src_side_submit {
	background: #d92b3a;
}

#side_bottom_bnr {
	margin: 20px 0;
}

#side_bottom_bnr li {
	margin: 0 0 10px;
	text-align: center;
}

#side_bottom_bnr img {
	display: block;
	margin: 0 auto;
}

.page_ttl {
	margin: 0 0 30px;
	padding: 0 0 20px;
	border-bottom: solid 1px #dddddd;
	font-size: 1.8rem;
	font-weight: 500;
}

.page_ttl_support {
	margin: 0 0 30px;
	padding: 20px 0;
	background: #efefef;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
}

.page_ttl_support:before {
	content: " ";
	display: inline-block;
	width: 80px;
	height: 55px;
	background: url(../images/function.png) no-repeat 30px 5px;
	background-size: 40px;
	vertical-align: middle;
}

.page_ttl span {
	display: inline-block;
	vertical-align: middle;
	font-weight: 300;
}

.nctg {
	display: inline-block;
	padding: 2px 30px;
	border-radius: 15px;
	color: #fff;
	font-size: 0.8rem;
}

.nctg1 {
	display: inline-block;
	padding: 2px 30px;
	border-radius: 15px;
	background: #e36688;
	color: #fff;
	font-size: 0.8rem;
}

.nctg2 {
	display: inline-block;
	padding: 2px 30px;
	border-radius: 15px;
	background: #515254;
	color: #fff;
	font-size: 0.8rem;
}

.nctg3 {
	display: inline-block;
	padding: 2px 30px;
	border-radius: 15px;
	background: #61d4ca;
	color: #fff;
	font-size: 0.8rem;
}

.nctg4 {
	display: inline-block;
	padding: 2px 30px;
	border-radius: 15px;
	background: #6699CC;
	color: #fff;
	font-size: 0.8rem;
}

.nctg5 {
	display: inline-block;
	padding: 2px 30px;
	border-radius: 15px;
	background: #8c16ba;
	color: #fff;
	font-size: 0.8rem;
}

.nctg6 {
	display: inline-block;
	padding: 2px 30px;
	border-radius: 15px;
	background: #8c8b8b;
	color: #fff;
	font-size: 0.8rem;
}

.site_box {
	display: inline-block;
	width: 17.5%;
	margin: 0 2% 25px 0;
	vertical-align: top;
	cursor: pointer;
}

.sb_inner {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	border-radius: 5px;
        height: 365px;
}

.sb_inner:hover {
	box-shadow:0px 0px 10px -2px rgba(2, 2, 2, 0.5);
}

.sb_icons {
	height: 22px;
	font-size: 0;
}

.sb_camp {
    display: block;
    padding: 1px 15px;
    background: #D92B3A;
    color: #fff;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 500;
    vertical-align: middle;
}

.tr_list_inner .site_box_inner .sb_image img{
	display: block;
	width: 100%;
    /* height: 225px; */
	height: 100%;
    object-fit: cover;
}

.sb_image img {
	display: block;
	width: 100%;
    height: 220px;
	/* height: 100%; */
    object-fit: cover;
}

.sb_icons2 {
	margin: 10px 0 5px;
	padding: 0 2%;
	font-size: 0;
}

.sb_ctg1,
.sb_ctg2,
.sb_ctg3,
.sb_ctg4,
.sb_ctg5,
.sb_ctg6,
.sb_ctg29,
.sb_ctg31,
.sb_ctg32,
.sb_ctg_nw1,
.sb_ctg_nw2,
.sb_ctg_nw3,
.sb_ctg7_1,
.sb_ctg8_1,
.sb_ctg9_1,
.sb_ctg10_1,
.sb_ctg11_1,
.sb_ctg7_2,
.sb_ctg8_2,
.sb_ctg9_2,
.sb_ctg10_2,
.sb_ctg11_2,
.sb_ctg7_3,
.sb_ctg8_3,
.sb_ctg9_3,
.sb_ctg10_3,
.sb_ctg11_3,
.sb_ctg3_1,
.sb_ctg3_2,
.sb_ctg3_3,
.sb_ctg3_4,
.sb_ctg_price,
.sb_all_area {
	display: inline-block;
	min-width: 80px;
	margin: 1% 1%;
	padding: 1px 15px;
	border-radius: 10px;
	background:#818181;
	color: #fff;
	font-size: 0.7rem;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sb_ctg1 {
	background: #e36688;
}

.sb_ctg2 {
	background: #515254;
}

.sb_ctg3 {
	background: #61d4ca;
}

.sb_ctg4 {
	padding: 1px 10px;
	margin-bottom: 5px;
	background: #6699CC;
}

.sb_ctg29 {
	padding: 1px 10px;
	margin-bottom: 5px;
	background: #6699CC;
}

.sb_ctg5 {
	padding: 1px 10px; 
	margin-bottom: 5px;
	background: #8c16ba;
}

.sb_ctg31,
.sb_ctg_nw1,
.sb_ctg_nw2,
.sb_ctg_nw3 {
    padding: 1px 10px;
    margin-bottom: 5px;
    background: #8c16ba;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: auto;
}

.sb_ctg6 {
	padding: 1px 10px; 
	margin-bottom: 5px;
	background: #8c8b8b;
}

.sb_ctg32 {
	padding: 1px 10px; 
	margin-bottom: 5px;
	background: #8c8b8b;
}

.sb_ctg7_1,
.sb_ctg7_2,
.sb_ctg7_3{
	padding: 1px 10px;
	margin-bottom: 5px;
	background: #80569d;
}

.sb_ctg8_1,
.sb_ctg8_2,
.sb_ctg8_3{
	background: #232f3e;
}

.sb_ctg9_1,
.sb_ctg9_2,
.sb_ctg9_3{
	padding: 1px 10px; 
	margin-bottom: 5px;
	background: #ff707c;
}

.sb_ctg10_1,
.sb_ctg10_2,
.sb_ctg10_3{
	background: #d3c7a6;
}


.sb_ctg11_1,
.sb_ctg11_2,
.sb_ctg11_3{
	background: #000000;
}

.sb_ctg3_1{
	background: #ff707c;
}

.sb_ctg3_2{
	background: #232f3e;
}

.sb_ctg3_3{
	background: #6699CC;
}

.sb_ctg3_4{
	background: #8c8b8b;
}


.genre_ctg0,
.genre_ctg1,
.genre_ctg2 {
	display: inline-block;
	min-width: 90px;
	margin: 1% 1%;
	padding: 1px 15px;
	border-radius: 10px;
	background:#818181;
	color: #fff;
	font-size: 0.7rem;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.genre_ctg0 {
	background: #8c8b8b;
}

.genre_ctg1,.sb_ctg_price {
	background: #D92B3A;
}

.genre_ctg2 {
	background: #8fb2ba;
}

.sb_ttl {
	height: 60px;
	padding: 0 3%;
	font-weight: 500;
	font-size: 1.2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: auto;
}

.sb_p{
    font-size: 0.95rem;
    padding: 0 5px 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: auto;
    max-height: 45px;
}

.sb_star {
	position: relative;
        height: 32px;
	margin: 0 3%;
	padding: 5px 0;
	color: #ffcc00;
	z-index: 2;
}

.sb_star:before {
	content: "★★★★★";
	position: absolute;
	top: 5px;
	left: 0;
	color: #f3f3f3;	
	z-index: -1;
}

.site_box:nth-child(5n) {
	margin: 0 0 0;
}


.nlist_box {
	display: table;
	width: 100%;
	padding: 30px 0;
	border-bottom: solid 1px #b2b2b2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nlist_box2 {
	display: table;
	width: 100%;
	padding: 30px 0;
	border-bottom: solid 1px #b2b2b2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nlist_box:hover {
	background: #f3f3f3;
}

.nlist_image,
.nlist_info {
	display: table-cell;
	vertical-align: top;
}

.nlist_image {
	width: 166px;
	padding: 0 15px;
}

.nlist_image2 {
	display: inline-block;
	width: 15%;
	padding: 0 15px;
	vertical-align: middle;
}

.nlist_image2 .sb_ttl2 {
	font-weight: 500;
	font-size: 1.3rem;
}

.nlist_image img {
	display: block;
}

.nlist_info {
	width: 85%;
	padding: 0;
}

.nlist_info2 {
	width: 85%;
	display: inline-block;
	vertical-align: middle;
}

.nlist_info2 em {
	font-weight: 700;
}

.nlist_ttl {
	margin: 20px 0 0;
}

.slist_ttl {
        margin: 10px 0 0;
}

.nlist_ttl a,
.slist_ttl a {
	font-weight: 500;
	font-size: 1.3rem;
}

.nlist_cmnt {
	margin: 10px 0 0;
}

.nlist_cmnt * {
	line-height: 2;
}

.slick-disabled {
	display: none!important;
}

.bt_bnr {
	margin: 0 0 30px;
}

.bt_bnr dt {
	margin: 0 0 10px;
	text-align: center;
}

.slist_cmnt {
	display: inline-block;
}

.slist_cmnt h3 {
	margin: 0 0 30px;
	font-size: 1.6rem;
	font-weight: 500;
}

/* footer */

footer {
}

#footer_inner {
	min-width: 1200px;
	margin: 0 auto;
	padding: 30px 0 107px;
	text-align: center;
}

#f_top_area {
	padding: 40px 0;
	background: #f3f3f3;
}

#f_top_caution {
	width: 1200px;
	margin: 0 auto;
}

#f_top_caution dt {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: solid 1px #c8cccd;
	font-size: 1.1rem;
	font-weight: 500;
}

#f_top_caution dt i {
	color: #e01a35;
}

#f_top_caution dd {
	font-size: 0.9rem;
	line-height: 2;
}

#f_middle_area {
	padding: 40px 0;
	background: #232f3f;
}

#f_info p {
	color: #fff;
}

#f_info_tel {
	font-size: 3.4rem;
	font-weight: 500;
}

#f_contact_btn {
	width: 400px;
	margin: 20px auto;
}

#f_contact_btn a {
	position: relative;
	display: block;
	padding: 10px;
	border: solid 1px #fff;
	border-radius: 5px 30px 30px 5px;
	background: url("../images/f_contact_icon.svg") no-repeat 20px center;
	font-weight: 500;
	overflow: hidden;
	z-index: 2;
}

#f_contact_btn a::after {
  content: '';
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  background: #fff url("../images/f_contact_icon2.svg") no-repeat 20px center;
  z-index: -1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#f_contact_btn a:hover {
	color: #232f3f;
}

#f_contact_btn a:hover::after {
    width: 100%;
}

#f_contact_btn a img {
	position: absolute;
	top: 11px;
	right: 15px;
	width: 20px;
}

#f_contact_btn a svg {
	position: absolute;
	top: 11px;
	right: 15px;
	width: 20px;
	height: 20px;
}

#f_contact_btn a line {
	stroke: #fff!important;
}

#f_contact_btn a:hover line {
	stroke: #232f3f!important;
}

#f_sns_btns {
	margin: 25px 0 0;
	font-size: 0;
	text-align: center;
}

#f_sns_btns li {
	display: inline-block;
}

#f_sns_btns li a {
	display: block;
	padding: 15px 15px 12px 14px;
	color: #fff;
	border: solid 1px #fff;
	border-radius: 40px;
}

#f_sns_btns li a:hover {
	background: #fff;
}

#f_sns_btns li a i {
	font-size: 2rem;
}

#f_sns_btns li a:hover i {
	color: #232f3f;
}

#f_bottom_area {
	padding: 40px 20px;
	background: #000000;
	min-width: 1200px;
}

#f_menu_area {
	width: 100%;
	margin: 0 auto;
	font-size: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.f_menu_inner1 {
	display: flex;	
}

.f_menu_inner2 {
	margin-top: 20px;
	display: flex;	
}

@media screen and (min-width: 1300px) {
	.f_menu_inner2 {
		margin-top: initial;	
	}
}

.f_memu {
	position: relative;
	min-height: 200px;
	padding: 10px 20px;
	border-right: solid 1px #333333;
	vertical-align: top;
	text-align: left;
	flex-flow: row wrap;
}

.f_memu dt a,
.f_memu dt p {
	color: #fff;
}

.f_memu dt a:hover {
	color: #ff243e;
}

.f_memu .union {
	display: flex;
}

.f_memu .union ul.f_menu_list:last-of-type {
	margin-left: 40px;
}
@media screen and (min-width: 1300px) {
	.f_memu .union ul.f_menu_list:last-of-type {
		margin-left: 20px;
	}
}

.f_menu_list {
	margin: 10px 0 0;
	width: 250px;
}

@media screen and (min-width: 1300px) {
	.f_menu_list {
		width: initial;
	}
}

.f_menu_list li {
	margin: 5px 0;
}

.f_menu_list a {
	color: #4d4d4d;
}

.f_menu_list a:hover {
	color: #ff243e;
}

address {
	margin: 40px 0 0;
	color: #4d4d4d;
	font-style: normal;
}

/* pager用 */

.pager {
	margin: 30px 0 0;
	font-size: 0;
	text-align: center;
}

.pager li {
	display: inline-block;
	margin: 0 2px;
	border: solid 1px #000;
}

.pager li a {
	display: block;
	min-width: 35px;
	padding: 5px 8px;
	font-size: 1rem;
}

.pager li span {
	display: block;
	min-width: 35px;
	padding: 5px 8px;
	background: #000;
	color: #fff;
	font-size: 1rem;
}

.pager li input[type="radio"] {
	display: none;
}

.pager li label {
	display: block;
	min-width: 20px;
	padding: 5px 8px;
	font-size: 1rem;
	cursor: pointer;
}

.pager li a:hover {
	background: #cdcdd3;
	color: #fff;
}

.pager .select {
	background: #cdcdd3;
	color: #fff;
}

.p_prev a,
.p_prev a:hover{
	width: 50px;
	background: #000 url("../images/p_prev_icon.svg") no-repeat center!important;
}

.p_prev_first a,
.p_prev_first a:hover{
	width: 50px;
	background: #000 url("../images/p_prev_first_icon.svg") no-repeat center!important;
}

.p_next a,
.p_next a:hover{
	width: 50px;
	background: #000 url("../images/p_next_icon.svg") no-repeat center!important;
}

.p_next_last a,
.p_next_last a:hover{
	width: 50px;
	background: #000 url("../images/p_next_last_icon.svg") no-repeat center!important;
}

#fixed_menu {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(255,255,255,0.8);
	z-index: 9999;
}

#fixed_menu_inner {
	display: block;
	min-width: 1000px;
	padding: 25px 10px;
	font-size: 0;
	text-align: center;
}

#fixed_info,
#fixed_contact_btn,
#fixed_manager_btn,
#fixed_page_top {
	display: inline-block;
	margin: 0 7px;
	vertical-align: middle;
}

#fixed_info {
	text-align: left;
}

#fixed_tel {
	font-size: 3rem;
	font-weight: 500;
	line-height: 2rem;
}

#fixed_time {
	margin: 8px 0 0;
}

#fixed_contact_btn {
	width: 350px;
}

#fixed_contact_btn a {
	position: relative;
	display: block;
	padding: 10px;
	border: solid 1px #3cb371;
	border-radius: 5px 30px 30px 5px;
	background: #3cb371 url("../images/fixed_icon_mail.svg") no-repeat 20px center;
	background-size: 30px 30px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	overflow: hidden;
	z-index: 2;
}

#fixed_contact_btn a::before {
	margin: auto;
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 0;
	right: 22px;
	bottom: 0;
}

#fixed_contact_btn a::after {
  content: '';
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  background: #fff url("../images/fixed_icon_mail_green.svg") no-repeat 20px center;
  background-size: 30px 30px;
  z-index: -1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#fixed_contact_btn a:hover {
	color: #3cb371;
}

#fixed_contact_btn a:hover::before {
	border-top: 2px solid #3cb371;
	border-right: 2px solid #3cb371;
}

#fixed_contact_btn a:hover::after {
    width: 100%;
}

#fixed_contact_btn a img {
	position: absolute;
	top: 11px;
	right: 15px;
	width: 20px;
	height: 20px;
	color: #fff;
}

/*
#fixed_contact_btn a svg {
	position: absolute;
	top: 11px;
	right: 15px;
	width: 20px;
	height: 20px;
}
*/

#fixed_contact_btn a line {
	stroke: #fff!important;
}

#fixed_contact_btn a:hover line {
	stroke: #3cb371!important;
}


#fixed_manager_btn {
	width: 230px;
}

#fixed_manager_btn a {
	position: relative;
	display: block;
	padding: 10px;
	border: solid 1px #232f3f;
	border-radius: 5px 30px 30px 5px;
	background: #232f3f url("../images/h_manager_icon3.svg") no-repeat 20px center;
	background-size: 25px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	overflow: hidden;
	z-index: 2;
}

#fixed_manager_btn a::after {
  content: '';
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  background: #fff url("../images/h_manager_icon.svg") no-repeat 20px center;
  background-size: 25px;
  z-index: -1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#fixed_manager_btn a:hover {
	color: #232f3f;
}

#fixed_manager_btn a:hover::after {
    width: 100%;
}

#fixed_manager_btn a img {
	position: absolute;
	top: 11px;
	right: 15px;
	width: 20px;
	height: 20px;
	color: #fff;
}

#fixed_manager_btn a svg {
	position: absolute;
	top: 11px;
	right: 15px;
	width: 20px;
	height: 20px;
}

#fixed_manager_btn a line {
	stroke: #fff!important;
}

#fixed_manager_btn a:hover line {
	stroke: #232f3f!important;
}

#fixed_page_top {
	width: 45px;
	border: solid 1px #565f6b;
	border-radius: 5px;
	overflow: hidden;
}

#fixed_page_top:hover {
	border: solid 1px #d92b3a;
}

#fixed_page_top a {
	display: block;
	height: 45px;
	padding: 8px 0 0;
	background: #fff;
	font-size: 0.7rem;
	text-align: center;
}

#fixed_page_top a:hover {
	background: #d92b3a;
	color: #fff;
}

#fixed_page_top img {
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 auto;
	transform: rotate(-90deg);
}

#fixed_page_top svg {
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 auto;
	transform: rotate(-90deg);
}

#fixed_page_top line {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#fixed_page_top:hover line {
	stroke: #fff!important;
}


@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.page_ttl_supporth {
        display: none;
	padding: 10px 0;
	background: #d92b3a;
}

.page_ttl_supporth a {
	display: block;
	width: 735px;
	margin: 0 auto!important;
	border-radius: 10px;
	padding: 10px 5px 10px 35px;
	background: #d92b3a url(../images/sp_function.png) no-repeat 25px center;
	background-size: 30px;
	color: #fff!important;
	font-size: 1.4rem!important;
	text-align: center;
}

.page_ttl_supporth a:hover {
	background: #c60011 url(../images/sp_function.png) no-repeat 25px center;
	background-size: 30px;
}

.page_ttl_supporth a span {
	display: inline-block;
	margin: 0 10px;
	padding: 5px 10px;
	background: #fff;
	border-radius: 5px;
	color: #d92b3a;
}

.logoicn{
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    padding: 0px 30px;
}
.toptext{
    font-size: 14px;
    padding: 10px 10px 10px 55px;
}

.seoTxt{
    margin-bottom: 60px;
}
.seoTxt p{
    line-height: 1.8;
}
.seoTxt__title{
font-weight: bold;
    font-size: 16px;
    margin: 30px 0 10px;
}

.title-label {
    padding-left: 1rem;
    border-left: solid .6rem #D92B3A;
    font-size: 2rem;
}

.title-label span {
    font-weight: 400;
    font-size: 1.5rem;
}

.section-label {
    font-size: 1.8rem;
}

.search_clear {
	position: absolute;
	right: 30px;
	bottom: 20px;
}

.search_clear a {
	border-bottom: solid 1px #ACACAC;
	color: #ACACAC;
	font-weight: 500;
}

.list_search_area {
	position: relative;
	margin: 2rem 0;
}

.list_search_table {
        width: 100%;
	border: solid .1rem #DDDDDD;
}

.list_search_table th {
	width: 15%;
	padding: 1.5rem 1rem;
	border: solid .1rem #DDDDDD;
	background: #F3F3F3;
	font-weight: normal;
	font-size: 1.2rem;
	text-align: left;
}

.list_search_table td {
	padding: 1.5rem 1rem;
	border: solid .1rem #DDDDDD;
}

.list_search_table td input[type="text"] {
	width: 50%;
	padding: .5rem;
	border-radius: .5rem;
	border: solid .1rem #CECECE;
}

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

.search_areaBtn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .5rem 1rem;
	border-radius: .5rem;
	border: solid .1rem #CECECE;
	cursor: pointer;
}

.search_areaBtn::before {
	content: "+";
	margin-right: .5rem;
	color:#D92B3A;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1;
}

.search_areaBtn span {
	margin-right: .3rem;
	font-size: 1.2rem;
}

.search_areaList {
	margin-left: 10px;
}

.search_areaList li {
	font-size: 1.2rem;
}

.search_jobList {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
}

.search_jobList label {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 1rem;
}

.search_jobList input {
	display: none;
}

.search_jobList label::before {
	content: "";
	display: block;
	width: 1.8rem;
	height: 1.8rem;
	margin-right: .5rem;
	border-radius: .2rem;border: solid .15rem #CECECE;
}

.search_jobList input:checked + label {
	color: #D92B3A;
}

.search_jobList input:checked + label::before {
	border: solid .1rem #D92B3A;
	background: #D92B3A;
}

.search_jobList input:checked + label::after {
	content: "";
	position: absolute;
	left: .5rem;
	top: .2rem;
	width: .8rem;
	height: 1rem;
	border-right: .2rem solid #FFFFFF;
    border-bottom: .2rem solid #FFFFFF;
	transform: rotate(45deg);
}

.search_priceBox {
	position: relative;
	width: 10rem;
	margin-right: .5rem;
}

.search_priceBox::before {
	position: absolute;
	top: 25%;
	bottom: 0;
	right: .7rem;
	content: "▼";
	margin: auto;
	color: #D92B3A;
	font-size: .8rem;
}

.search_priceBox select {
	width: 100%;
	padding: .5rem;
	border-radius: .5rem;
	border: solid .1rem #CECECE;
}

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

.search_ctgList li {
	margin-right: 1rem;
}

.search_ctgList input {
	display: none;
}

.search_ctgList label {
	display: flex;
	align-items: center;
}

.search_ctgList label::before {
	position: relative;
	content: "";
	display: block;
	width: 1.8rem;
	height: 1.8rem;
	margin-right: .5rem;
	border-radius: 2rem;
	border: solid .15rem #CECECE;
}

.search_ctgList input:checked + label {
	color: #D92B3A;
position: relative;}

.search_ctgList input:checked + label::before {
	border: solid .1rem #D92B3A;
	background: #D92B3A;
}

.search_ctgList input:checked + label::after {
	content: "";
	position: absolute;
	left: .5rem;
	/*top: .5rem;*/
	width: .8rem;
	height: .8rem;
	background: #FFFFFF;
border-radius: 1rem;
}

.list_search_area button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30rem;
	margin: 2rem auto;
	padding: 1.2rem 0;
	border-radius: .7rem;
	border: none;
	background: #D92B3A;
	color: #FFFFFF;
	font-size: 1.4rem;
	cursor: pointer;
}

.list_search_area button::before {
	content: url("../images/search_btn_icon.svg");
	margin-right: .5rem;
	line-height: 1;
}

.search_areaModal {
        display: none;
        position:fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.7);
        z-index: 1000000;
}

.search_areaModal.is-active {
        display: block;
}

.areaModal_box {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 70%;
        height: 80%;
        padding: 25px 40px 35px;
        border-radius: 25px;
        background: #FFFFFF;
        overflow: auto;
}

.areaModal_title {
        display: block;
        margin-bottom: 40px;
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
}

.areaModal_table {
        margin-bottom: 20px;
}

.areaModal_table ul {
       display: flex;
       flex-wrap: wrap;
       align-items: center;
}

.areaModal_table tr:last-of-type {
       margin-bottom: 0px;
}

.areaModal_table th {
       min-width: 115px;
       padding: 10px 15px 20px;
       color: #B2B2B2;
       text-align: right;
}

.areaModal_table td {
       padding: 0 0 20px;
}

.areaModal_table td input[type="radio"] {
       display: none;
}

.areaModal_table td label {
      display: block;
      margin: 10px 10px 0 0;
      border-radius: 10px;
      border: solid 1px #D1D1D1;
      padding: 10px 20px;
      coursor: pointer;
}

.areaModal_table td input[type="radio"]:checked + label {
      border: solid 1px #D92B3A;
      color: #D92B3A;
}

.areaModal_button {
	display: flex;
	justify-content: center;
}

.areaModal_button li {
	display: block;
	min-width: 200px;
	padding: 10px;
	font-size: 1.3rem;
	text-align: center;
        cursor: pointer;
}

.areaModal_button li:last-of-type {
	background: #D92B3A;
	border-radius: 5px;
	color: #FFFFFF;
}

.tn_ttl{
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* forn */
.c-radio label {
  margin-right: 1rem;
}
.c-radio span {
  cursor: pointer;
  padding-left: 2.5rem;
  position: relative;
}
.c-radio span::before, .c-radio span::after {
  content: "";
  display: block;
  position: absolute;
}
.c-radio span::before {
  background-color: #fff;
  border-radius: 0%;
  border: 0.1rem solid #ddd;
  width: 2rem;
  height: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 0;
}
.c-radio span::after {
  border-bottom: 0.2rem solid #000;
  border-left: 0.2rem solid #000;
  opacity: 0;
  height: 0.5rem;
  width: 1rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0.9rem;
  left: 0.5rem;
}
.c-radio input:checked + span::after {
  opacity: 1;
}

.c-check label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.c-check input {
  margin: 0;
  width: 0;
  opacity: 0;
}
.c-check input:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}
.c-check input:focus + .c-check__dummy {
  border: dashed 0.2rem #333333;
}
.c-check input:checked + .c-check__dummy {
  background: #333333;
}
.c-check input:checked + .c-check__dummy::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 0.4rem;
  border-radius: 0.2rem;
  -webkit-transform: translate(-6px, 5px) rotateZ(-135deg);
          transform: translate(-6px, 5px) rotateZ(-135deg);
  -webkit-transform-origin: 0.2rem 0.2rem;
          transform-origin: 0.2rem 0.2rem;
  background: #FFFFFF;
}
.c-check input:checked + .c-check__dummy::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76%;
  height: 0.4rem;
  border-radius: 0.2rem;
  -webkit-transform: translate(-0.6rem, 0.5rem) rotateZ(-45deg);
          transform: translate(-0.6rem, 0.5rem) rotateZ(-45deg);
  -webkit-transform-origin: 0.2rem 0.2rem;
          transform-origin: 0.2rem 0.2rem;
  background: #FFFFFF;
}
.c-check .c-check__dummy {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  border: solid 0.2rem transparent;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0.4rem;
}
.c-check .c-check__txt {
  margin-left: 1.2rem;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}

.c-checkBtn label {
  border: solid #ddd 1px;
  background: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}
.c-checkBtn label::before {
  display: none;
}
.c-checkBtn input:checked + label {
  border-color: #D92B3A;
}
.c-checkBtn input:checked + label::after {
  display: none;
}

.detail__mokuji{
    border: 1px #b5b5b6 solid;
      background: #f3f3f3;
    padding: 10px;
    width: 50%;
    margin: 50px auto 50px 0;
}
.detail__mokuji li{
    padding: 2px;
    list-style: square;
    margin-left: 20px;
}
.detail__mokuji .title{
    margin-left: 0;
    list-style: none;
    margin-bottom: 5px;
  font-size: 16px;
  text-align: center;
  border-bottom: solid 1px #000;
}

body #header_pc_btns.header_pc_btns02 li .pc_btn_ttl{
color: #000;
}

#bread li:not(:last-child) a {
	color: #0033cc;
}

.bx-wrapper .bx-controls-direction {
	display: none;
}

.tr_list_inner .slick-list{
   height: 28rem;
}

.tn_img img{
    width: 261px;
    height: 155px;
    object-fit: cover;
}

/*test*/
.test_mv{
    /*height: 302px;*/
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.test_mv img{
   width: 100%;
}</pre></body></html>