@charset 'UTF-8';
* {
/*scroll-behavior: smooth;*/
max-height: 100%;
margin: 0px;
padding: 0px;
word-break: normal !important;
word-wrap: break-word;
text-align: inherit;
line-break: normal;
border: 0;
outline: 0;
box-sizing: border-box;
hanging-punctuation: force-end;
}

html {
overflow: auto;
font-size: 62.5%;
}
:target {
/*scroll-margin-top: 80px;*/
}
.tophtml:target {
/*scroll-padding-top: 100px;*/
}
body {
position: relative;
max-height: 100%;
margin: 0;
padding: 0;
font-family: 'M PLUS 1p', sans-serif;
font-weight: normal;
font-size: 1.4rem;
line-height: 1.4;
color: #121212;
background-color: #fff;
-webkit-text-size-adjust: 100%;
}
html.active,
html.active body {
overflow: hidden;
width: 100%;
height: 100vh !important;
top: 0 !important;
}
.body_wrap {
overflow-x: hidden;
padding-top: 70px;
}
.tophtml .body_wrap {
padding-top: 120px;
}
@media (max-width: 767px) {
	.tophtml:target {
	scroll-padding-top: 120px;
	}
	body {
	overflow-x: hidden;
	width: 100%;
	}
	.tophtml .body_wrap {
	padding-top: 70px;
	}
}
@media (max-width: 374px) {
	html {
	font-size: 60%;
	}
}
header,
footer,
section {
position: relative;
}
section {
padding-right: 30px;
padding-left: 30px;
}
@media (max-width:767px) {
	section {
	padding-right: 15px;
	padding-left: 15px;
	}
}

section::after {
content: " ";
display: block;
clear: both;
}
table {
/*table-layout: fixed;*/
border-collapse: collapse;
border-spacing: 0;
}
@media (max-width: 1000px) {
	table {
	table-layout: fixed;
	}
}
ol, ul {
list-style: none;
}
h1, h2, h3, h4, h5, h6 {
line-height: 1.4;
}
a {
text-decoration: none;
color: inherit;
}
a:hover {
text-decoration: none;
}
*:hover,
*:hover::before,
*:hover::after {
transition: all .5s;
}
@media (min-width: 768px) {
	a[href^="tel:"] {
	pointer-events: none;
	}
}
.clearfix:after {
content:" ";
display:block;
clear:both;
}
.wrap {
position: relative;
max-width: 1260px;
margin-right: auto;
margin-left: auto;
}
.wrap:after {
content:" ";
display:block;
clear:both;
}
.bold { font-weight: bold;}
.right { text-align: right !important; }
.left { text-align: left !important; }
.center { text-align: center !important; }
.red { color: #f42626; }
.mb1 { margin-bottom: 1em !important; }
.mb2 { margin-bottom: 2em !important; }
.mb3 { margin-bottom: 3em !important; }
.mb4 { margin-bottom: 4em !important; }
.mb5 { margin-bottom: 5em !important; }
.mt1 { margin-top: 1em !important; }
.mt2 { margin-top: 2em !important; }
.mt3 { margin-top: 3em !important; }
.mt4 { margin-top: 4em !important; }
.mt5 { margin-top: 5em !important; }
.pb1 { padding-bottom: 1em !important; }
.pb2 { padding-bottom: 2em !important; }
.pb3 { padding-bottom: 3em !important; }
.pb4 { padding-bottom: 4em !important; }
.pb5 { padding-bottom: 5em !important; }
img {
display: block;
width: auto;
height: auto;
max-width: 100%;
margin-right: auto;
margin-left: auto;
vertical-align:top;
}
@media (min-width:768px) {
	.pc {
	display: block;
	}
	.sp {
	display: none;
	}
}
@media (max-width: 767px) {
	.pc {
	display: none;
	}
	.sp {
	display: block;
	}
}

/*-----------------------
 header
-----------------------*/
header {
padding: 0 30px;
background-color: #fff;
border-bottom: 3px solid #a2a2a2;
}
.body_wrap/*.is-fixed*/ header:not(.header2) {
z-index: 99;
position: fixed;
width: 100%;
top: 0;
left: 0;
}
.body_wrap header.header2 {
margin-top: -70px;
}
header .wrap {
}
.header_flex {
display: flex;
align-items: center;
height: 70px;
}
.logo h1 a {
display: block;
width: 322px;
height: 51px;
font-size: 0;
background-image: url(../img/logo.png);
background-repeat: no-repeat;
background-size: contain;
}
header .in2 {
width: calc(100% - 238px - 70px - 105px);
}
.head_search_btn {
cursor: pointer;
display: block;
margin-left: auto;
width: 22px;
height: 27px;
font-size: 0;
background-image: url(../img/ico_search.png);
background-repeat: no-repeat;
background-size: contain;
}
header.check .head_search_btn {
}
.head_search_box {
display: none;
}
header.check .head_search_box {
display: block;
position: absolute;
width: 300px;
top: 12px;
right: 150px;
animation-name: head_search;
animation-duration: 0.5s;
}
@keyframes head_search {
	0% {
	opacity: 0;
	transform: translateX(50px);
	}
}
.head_search_box_input {
display: flex;
align-items: center;
}
.head_search_box_input input[type="text"] {
display: block;
padding: 10px;
border-right: 0;
border-radius: 5px 0 0 0;
}
.head_search_box_input input[type="submit"] {
display: block;
width: inherit;
padding: 10px;
background-color: #888;
border-radius: 0 5px 0 0;
}
.head_search_box_keyword {
overflow: hidden;
border: 1px solid #a2a2a2;
border-top: 0;
border-radius: 0 0 5px 5px;
}
.head_search_box_keyword ul {
}
.head_search_box_keyword li {
}
.head_search_box_keyword li a {
display: block;
padding: 5px 10px;
font-size: 1.5rem;
line-height: 1.4;
background-color: #fff;
}
header .requesthead {
position: relative;
margin-left: 30px;
}
header .requesthead a {
display: block;
width: 40px;
height: 40px;
font-size: 0;
background-image: url(../img/ico_folder.png);
background-repeat: no-repeat;
background-size: contain;
}
header .requesthead .countbox {
position: absolute;
width: 22px;
height: 22px;
top: -5px;
left: inherit;
right: -5px;
margin: 0;
font-size: 1.3rem;
line-height: 22px;
}
header .requesthead .countval {
}
header .in3 {
width: 105px;
}
.toggle {
width: 40px;
height: 24px;
}
.toggle {
z-index: 99999;
cursor: pointer;
display: block;
position: absolute;
width: 41px;
height: 26px;
top: 22px;
right: 25px;
}
.toggle span {
display: block;
position: absolute;
width: 100%;
left: 0;
border-bottom: solid 2px #121212;
transition: .35s ease-in-out;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
}
.toggle span:nth-child(1) {
top: 0;
}
.toggle span:nth-child(2) {
top: 12px;
}
.toggle span:nth-child(3) {
top: 24px;
}
.toggle.active {
transform:translateZ(10px);
}
.toggle.active span {
position: absolute;
}
.toggle.active span:nth-child(1) {
top: 12px;
right: 7px;
border-bottom: solid 2px #121212;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
top: 12px;
right: 7px;
border-bottom: solid 2px #121212;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.spmenu {
display: none;
}
html.active .spmenu {
display: block;
position: fixed;
width: 100%;
height: 100vh;
top: 0;
right: 0;
background-color: rgba(0,0,0,0.3);
z-index: 999;
}
html.active .spmenu>div {
overflow-y: auto;
width: 400px;
height: 100vh;
margin-left: auto;
padding-top: 70px;
background-color: #fff;
}
html.active .spmenu p,
html.active .spmenu li a {
display: block;
padding: 10px 30px;
border-bottom: 1px solid #a2a2a2;
}
html.active .spmenu p {
font-weight: bold;
}
html.active .spmenu li a {
padding-left: 55px;
background-image: url(../img/ico_right02.png);
background-repeat: no-repeat;
background-position: center left 35px;
background-size: 10px auto;
}
.logo h1:hover,
.head_search_submit:hover {
opacity: 0.6;
}
.head_search_box_keyword li:hover a {
background-color: #f5f5f5;
}
@media (max-width:900px) {
	header.check .head_search_box {
	position: static;
	width: fit-content;
	margin-left: auto;
	}
	@keyframes head_search {
		0% {
		opacity: 0;
		transform: translateY(-50px);
		}
	}
	header.check .head_search_box_input {
	padding-right: 20px;
	}
	input[type="submit"].head_search_submit {
	font-size: inherit;
	}
	.head_search_box_keyword {
	margin-bottom: 10px;
	}
}
@media (max-width:767px) {
	header {
	padding: 0 10px;
	}
	.header_flex {
	height: 56px;
	}
	.logo h1 a {
	width: calc(322px * .7);
	height: calc(51px * .7);
	}
	header .in2 {
	width: inherit;
	position: absolute;
	top: 15px;
	right: 80px;
	}
	header .requesthead {
	position: absolute;
	top: 13px;
	right: 40px;
	margin-left: 0;
	}
	header .requesthead a {
	width: 32px;
	height: 32px;
	}
	header .requesthead .countbox {
	width: 20px;
	height: 20px;
	font-size: 1.2rem;
	line-height: 20px;
	}
	.toggle {
	width: 28px;
	top: 17px;
	right: 0;
	}
	.toggle span:nth-child(2) {
	top: 10px;
	}
	.toggle span:nth-child(3) {
	top: 20px;
	}
	html.active .spmenu {
	/*top: 55px;*/
	top: 0;
	padding-top: 50px;
	background-color: #fff;
	/*border-top: 1px solid #a2a2a2;*/
	}
	html.active .spmenu>div {
	width: 100%;
	padding-top: 0;
	/*height: calc(100% - 55px);*/
	height: 100%;
	}
	html.active .spmenu p,
	html.active .spmenu li a {
	padding: 10px 20px;
	}
	html.active .spmenu li a {
	padding-left: 35px;
	background-position: center left 22px;
	background-size: 7px auto;
	}
	header.check .head_search_box {
	width: 250px;
	}
	.head_search.check .head_search_btn {
	display: block;
	}
	.head_search.check .head_search_box {
	top: 50px;
	left: 0;
	margin: auto;
	}
	header.check .head_search_box_input {
	padding-right: 0;
	}
}

/*-----------------------
 footer
-----------------------*/
footer {
z-index: 1;
position: relative;
background-color: #fff;
}
footer .box {
padding: 54px 30px 0 30px;
border: 1px solid #c7c7c7;
border-width: 1px 0;
}
.bg01 + footer .box {
border-top: 0;
}
#page_top {
z-index: 99999;
position: fixed;
width: 44px;
height: 63px;
right: 10px;
margin-bottom: 10px;
}
#page_top a {
display: block;
position: relative;
width: 100%;
height: 100%;
font-size: 0;
text-align: center;
background-image: url(../img/page_top.png);
background-repeat: no-repeat;
background-position: top center;
background-size: contain;
}
#page_top a::before {
position: absolute;
content: "TOP PAGE";
width: 54px;
bottom: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
font-size: 1rem;
}
#page_top a::after {
z-index: -1;
position: absolute;
content: "";
width: 100%;
height: 44px;
top: 0;
left: 0;
background-color: rgba(255,255,255,0.5);
}
footer .wrap {
display: flex;
}
footer .logo {
width: 280px;
}
footer .f_nav {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
width: calc(100% - 280px);
}
footer .in {
padding-left: 70px;
padding-bottom: 70px;
}
footer .in>p {
position: relative;
padding-left: 20px;
}
footer .in>p::before {
position: absolute;
content: "";
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
left: 0;
width: 13px;
height: 2px;
background-color: #ccc;
}
footer .in>p,
footer li {
margin-bottom: 10px;
}
footer .in ul {
padding-top: 36px;
}
footer .in p + ul {
padding-top: 0;
}
footer li a {
line-height: 1.4;
}
.copyright {
padding: 22px;
font-size: 1.3rem;
text-align: center;
}
#page_top:hover {
opacity: 0.5;
}
footer li a:hover {
color: #aaa;
}
@media (max-width:1350px) {
	footer .wrap {
	display: block;
	}
	footer .logo {
	width: 100%;
	}
	footer .f_nav {
	width: 100%;
	padding-top: 60px;
	}
}
@media (max-width:767px) {
	#page_top {
	z-index: 9999999;
	width: 30px;
	height: 30px;
	right: 4px;
	margin-bottom: 65px;
	}
	#page_top a::before {
	display: none;
	}
	#page_top a::after {
	width: 30px;
	height: 30px;
	}
	footer .box {
	padding: 38px 5px 0 5px;
	}
	footer .logo {
	padding-left: 15px;
	}
	footer .f_nav {
	display: block;
	padding: 30px 10px;
	justify-content: flex-start;
	}
	footer .in {
	padding: 0 15px;
	}
	footer .in:not(:first-of-type)>p {
	margin-top: 30px;
	}
	footer .in ul {
	padding-top: 0;
	}
	.copyright {
	padding-bottom: 80px;
	}
}

/*-----------------------
 TOPページ
-----------------------*/
/* 共通 */
.sec_pb1 {
padding-bottom: 50px;
}
.sec_pb2 {
padding-bottom: 100px;
}
.top h2 {
margin-bottom: 1em;
font-size: 2.0rem;
}
.top img {
object-fit: cover;
width: 100%;
border-radius: 15px;
}
@media (max-width:767px) {
	.sec_pb1 {
	padding-bottom: 50px;
	}
	.sec_pb2 {
	padding-bottom: 80px;
	}
	.top img {
	border-radius: 10px;
	}
}


/*	検索 */
#top_search .box1 {
padding: 0 17px 25px;
}
#top_search h2 {
margin-bottom: 5px;
font-size: 2.5rem;
}
#top_search .box2 {
padding: 30px 48px 50px;
border: 3px solid #a2a2a2;
border-radius: 15px;
}
#search_single .page_link.page_link_fixed {
z-index: 999;
position: fixed;
width: 100%;
top: 0;
left: 0;
background-color: #fff;
}
.top_search_txt {
margin-bottom: 10px;
margin-left: 20px;
font-size: 1.8rem;
font-weight: bold;
}
.nav2.nav2_fixed {
z-index: 3;
position: fixed;
top: 70px;
left: 0;
width: 100%;
margin-bottom: 50px;
background-color: #fff;
}
.nav2 ul,
.page_link ul {
display: flex;
justify-content: center;
border-bottom: 1px solid #c7c7c7;
}
.nav2 a,
.page_link a {
position: relative;
display: block;
padding: 15px 25px;
font-size: 1.6rem;
color: #000;
}
.layout .page_link a {
color: #000;
}
.nav2 a::before,
.page_link a:before {
opacity: 0;
position: absolute;
content: "";
width: 100%;
height: 4px;
bottom: -2px;
left: 0;
background-color: #ccc;
}
.nav2 a:hover,
.page_link a:hover {
opacity: 1 !important;
}
.nav2 a.selected::before,
.page_link a.selected::before {
opacity: 1;
}
body.topsearch .nav2 .top_search::before,
body.kiso .nav2 .kiso::before,
body.hoshu .nav2 .hoshu::before,
body.renewal .nav2 .renewal::before,
body.feature .nav2 .feature::before,
body.movie .nav2 .movie::before,
body.tokucho .page_link .tokucho::before,
body.siryou .page_link .siryou::before,
body.chuumoku .page_link .chuumoku::before,
body.jyouhou .page_link .jyouhou::before,
body.gaiyou .page_link .gaiyou::before {
opacity: 1;
}
#top_search .input_area {
display: flex;
flex-wrap: wrap;
margin: 0 -3px;
padding-top: 36px;
}
#top_search .input_area_in {
position: relative;
width: calc(33.33333% - 6px);
margin: 3px;
}
#top_search .in1 .js-modal-open {
position: relative;
}
.body_search_open {
position: relative;
}
.body_search_open::before {
z-index: 99;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0,0,0,0.3);
}
#top_search .search_syurui .search_open {
position: relative;
}
#top_search .in1:not(.list_search) .js-modal-open::before,
#top_search .search_syurui .search_open::before {
position: absolute;
content: "";
width: 25px;
height: 25px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
left: 10px;
background-image: url(../img/ico_map.png);
background-repeat: no-repeat;
background-size: contain;
}
#top_search .in1:not(.list_search) .search_category.js-modal-open::before {
background-image: url(../img/ico_category.png);
}
#top_search .search_syurui .search_open::before {
background-image: url(../img/ico_tokuchou.png);
}
#top_search .in1 .js-modal-open input {
font-size: 1.6rem;
}
#top_search .in1:not(.list_search) .js-modal-open input {
padding-left: 40px;
}
#top_search .search_syurui .search_open p {
padding-left: 40px;
}
#top_search .in2 ul {
}
#top_search .in2 ul li {
}
.search_open p {
cursor: pointer;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
text-overflow: ellipsis;
padding: 15px 13px;
background-color: #fff;
border: 1px solid #a2a2a2;
border-radius: 5px;
}
.condition-label {
}
.condition-label span {
display: inline-block;
width: 18px;
height: 18px;
margin-left: 5px;
font-size: 13px;
text-align: center;
line-height: 18px;
color: #fff;
background-color: #f00;
border-radius: 50%;
}
.search_box {
display: none;
z-index: 999;
position: fixed;
width: 1000px;
height: auto;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
background-color: #f1f1f1;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
padding: 30px;
border-radius: 10px;
}
.search_box>div {
position: relative;
height: 100%;
}
.search_box_txt {
width: 100%;
margin-bottom: 10px;
font-size: 1.6rem;
text-align: center;
color: #f42626;
}
.search_box_list {
display: flex;
flex-wrap: wrap;
margin: 0 20px;
}
.search_box .search_box_list li {
width: calc(33.3333% - 10px);
margin: 5px;
}
.search_box input {
display: none !important;
}
.search_box label {
cursor: pointer;
display: block;
padding: 13px;
background-color: #fff;
border-radius: 6px;
}
.search_box .in.search_box_close_wrap {
text-align: center;
width: 100%;
margin-top: 40px;
}
.search_box_close {
cursor: pointer;
display: block;
max-width: 200px;
margin: 5px auto 0;
padding: 13px;
text-align: center;
color: #fff;
background-color: #888;
border-radius: 100px;
}
.search_box input:checked + label {
font-weight: bold;
color: #fff;
background-color: #888;
}
#top_search .submit {
width: 100%;
margin-top: 35px;
}
@media (max-width:1500px) {
}
@media (max-width:1350px) {
	#top_search .in1 .js-modal-open input {
	padding-left: 50px;
	}
	#top_search .in1 .js-modal-open::before {
	left: 15px;
	}
	#top_search .box2 {
	padding: 30px;
	}
	.search_box {
	width: 700px;
	}
	.search_box .search_box_list li {
	width: calc(50% - 10px);
	}
}
@media (max-width:1000px) {
	.nav2 {
	margin: auto;
	border-bottom: 0;
	}
	.box2 .nav2 {
	margin-bottom: 20px;
	}
	/*.nav2::before {
	position: absolute;
	content: "";
	width: 100vw;
	height: 1px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background-color: #ababab;
	}*/
	.page_link {
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	margin: 0 -25px;
	border-bottom: 0;
	}
	.nav2 ul {
	}
	.page_link ul {
	width: 1000px;
	}
	#top_search .input_area {
	display: block;
	}
	#top_search .input_area_in {
	width: 100%;
	margin: 0 0 10px 0;
	}
	.search_box {
	padding: 30px;
	}
	.search_box_list {
	margin: 0 10px;
	}
	.search_box .search_box_list li {
	width: calc(50% - 10px);
	margin: 5px;
	}
	#top_search .box2 {
	padding: 30px 15px;
	}
	.search_box .in.search_box_close_wrap {
	margin-top: 20px;
	}
}
@media (min-width:768px) {
	.search_box_close:hover {
	background-color: #000;
	}
	#modal00 input:hover,
	#modal01 input:hover,
	.search_box label:hover {
	color: #fff;
	background-color: #888;
	}
}
@media (max-width:767px) {
	#top_search .box1,
	#top_carousel .box1 {
	padding: 0;
	}
	#top_search h2 {
	position: relative;
	padding: 15px 0;
	font-size: 1.7rem;
	}
	#top_search h2::before {
	position: absolute;
	content: "";
	width: 100vw;
	height: 1px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background-color: #ababab;
	}
	#top_search .box1 p {
	display: none;
	}
	#top_search h2 {
	margin-bottom: 0;
	}
	#top_search .box2 {
	padding: 0;
	border: 0;
	border-radius: 0;
	}
	.nav2.nav2_fixed {
	top: 56px;
	}
	.nav2 ul {
	}
	.page_link ul {
	width: 767px;
	justify-content: flex-start;
	}
	.nav2 a, .page_link a {
	padding: 12px 8px;
	font-size: 1.5rem;
	}
	.top_search_txt {
	margin-top: 10px;
	margin-left: 0;
	font-size: 1.6rem;
	}
	#top_search .input_area {
	padding-top: 28px;
	padding-top: 0;
	}
	#top_search .in1 {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
	}
	#top_search .in1 .js-modal-open input {
	padding-left: 48px;
	font-size: inherit;
	}
	#top_search .in1 .js-modal-open::before {
	width: 27px;
	height: 27px;
	left: 15px;
	}
	#top_search .in2 {
	width: 100%;
	}
	.search_open p {
	padding: 10px;
	}
	.search_box {
	overflow-y: auto;
	width: 330px;
	margin-top: 20px;
	padding: 20px 5px;
	}
	.search_syurui .search_box>div {
	margin: 0;
	}
	.search_box>div::before {
	display: none;
	}
	.search_box .search_box_list li {
	}
	#top_search .submit {
	margin-top: 12px;
	}
	.search_box_close {
	max-width: 160px;
	}
	.search_box_txt {
	font-size: inherit;
	}
	.search_box label {
	padding: 10px;
	}
	#top_search .in1:not(.list_search) .js-modal-open::before,
	#top_search .search_syurui .search_open::before {
	width: 22px;
	height: 22px;
	}
	.search_box .in.search_box_close_wrap {
	padding-bottom: 20px;
	}
	.search_box_close {
	padding: 10px;
	}
}

/* バナー */
#top_bnr {
padding-top: 48px;
}
.topmv_in {
overflow: hidden;
position: relative;
border-radius: 10px;
}
.topmv_in::before {
opacity: 0.5;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #121212;
}
.topmv .slick-dots {
display: flex;
justify-content: center;
position: absolute;
bottom: 20px;
right: 0;
left: 0;
margin: auto;
}
.topmv .slick-dots button {
width: 10px;
height: 10px;
font-size: 0;
margin: 0 4px;
background-color: #fff;
border-radius: 50%;
}
.topmv .slick-dots .slick-active button {
background-color: #f00;
}
.mv_logo {
}
.mv_logo img {
width: inherit !important;
height: 100px !important;
margin-left: 0 !important;
}
#top_bnr h2 {
margin-bottom: 10px;
}
#top_bnr .txt {
}
#top_bnr img {
height: 500px;
}
#top_bnr .box {
position: absolute;
width: calc(100% - 180px);
bottom: 100px;
left: 50%;
line-height: 1.4;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
color: #fff;
}
.more {
display: block;
position: relative;
width: 190px;
margin-top: 2em;
padding: 13px;
padding-right: 30px;
text-align: center;
letter-spacing: 1px;
background-color: #ccc;
border: 1px solid #ccc;
border-radius: 6px;
background-image: url(../img/ico_right01.png);
background-repeat: no-repeat;
background-position: center right 18px;
background-size: 6px auto;
}
.more:hover {
background-color: #888;
}
@media (max-width:1350px) {
	#top_bnr img {
	height: 38vw;
	}
	#top_bnr .box {
	width: calc(100% - 60px);
	bottom: 50px;
	}
}
@media (min-width:768px) {
	.more:hover {
	background-image: url(../img/ico_right03.png);
	}
}
@media (max-width:767px) {
	#top_bnr {
	padding-top: 0;
	}
	#top_bnr .box {
	width: calc(100% - 30px);
	bottom: 30px;
	}
	#top_bnr img {
	height: 440px;
	}
	#top_bnr h2 {
	font-size: 2.4rem;
	}
	.topmv .slick-dots {
	bottom: 8px;
	}
	.topmv .slick-dots button {
	width: 8px;
	height: 8px;
	margin: 0 3px;
	}
}

/* 3カラムバナー */
#top_col3 .flex,
#top_col2 .flex {
display: flex;
flex-wrap: wrap;
margin: -12px;
margin-top: 0;
}
#top_col3 .in,
#top_col2 .in {
margin: 12px;
margin-top: 0;
}
#top_col3 p,
#top_col2 p {
overflow: hidden;
border-radius: 15px;
}
#top_col3 img,
#top_col2 img {
object-fit: cover;
width: 100%;
height: 280px;
border-radius: 10px;
}
#top_col3 img {
height: 280px;
}
#top_col3 .in {
width: calc(33.3333% - 24px);
}
#top_col3 h2,
#top_col2 h2 {
margin-top: 25px;
margin-bottom: 10px;
}
#top_col3 a:hover img,
#top_col2 a:hover img,
#top_carousel a:hover img {
opacity: 0.6;
transform: scale(1.1, 1.1);
transition: all 0.6s;
}
@media (max-width:1350px) {
	#top_col3 img {
	height: 20vw;
	}
}
@media (max-width:767px) {
	#top_col3 p,
	#top_col2 p,
	#top_carousel p {
	border-radius: 10px;
	}
	#top_col3 img {
	height: 30vw;
	}
	#top_col3 h2,
	#top_col2 h2 {
	margin-top: 7px;
	margin-bottom: 4px;
	}
	#top_col3 .in {
	width: calc(50% - 24px);
	}
}
@media (max-width:500px) {
	#top_col3 .flex,
	#top_col2 .flex,
	#top_carousel .flex {
	display: block;
	margin: 0;
	}
	#top_col3 .in:last-of-type,
	#top_col2 .in:last-of-type,
	#top_carousel .in:last-of-type {
	margin-bottom: 0;
	}
	#top_col3 img {
	height: 200px;
	}
}

/* 2カラムバナー */
#top_col2 .in {
width: calc(50% - 24px);
}
#top_col2 img {
height: 310px;
}
@media (max-width:1350px) {
	#top_col2 img {
	height: 22vw;
	}
}
@media (max-width:767px) {
	#top_col2 img {
	height: 30vw;
	}
}
@media (max-width:500px) {
	#top_col3 .in,
	#top_col2 .in {
	width: 100%;
	margin: 0 0 25px 0;
	}
	#top_col2 img {
	height: 260px;
	}
}

/* cm動画バナー */
#top_movie img {
object-fit: cover;
width: 100%;
height: 320px;
border-radius: 10px;
}
#top_movie .box {
position: absolute;
width: fit-content;
left: 40px;
bottom: 34px;
}
#top_movie h2 {
margin-bottom: 10px;
}
#top_movie h2 span {
position: relative;
display: block;
padding: 10px 15px 10px 65px;
background-color: #fff;
border-radius: 6px;
}
#top_movie h2 span::before {
position: absolute;
content: "";
width: 40px;
height: 40px;
top: 50%;
transform: translateY(-50%);
left: 12px;
background-image: url(../img/top/ico_1min.png);
background-repeat: no-repeat;
background-size: contain;
}
#top_movie .txt span {
display: block;
width: fit-content;
padding: 5px 10px;
background-color: #fff;
}
@media (max-width:1350px) {
	#top_movie img {
	height: 19vw;
	}
	#top_movie .box {
	bottom: 25px;
	left: 30px;
	}
}
@media (max-width:767px) {
	#top_movie .box {
	bottom: 25px;
	left: 0;
	right: 0;
	margin: auto;
	}
	#top_movie .box {
	text-align: center;
	}
	#top_movie h2 span {
	padding-left: 35px;
	}
	#top_movie h2 span::before {
	width: 30px;
	height: 30px;
	}
	#top_movie img {
	height: 260px;
	}
}

/* 4colカルーセル */
#top_carousel .wrap {
max-width: 1280px;
}
#top_carousel .slider1>div>div {
}
#top_carousel .slick-slide {
position: relative;
padding: 0 12px;
}
#top_carousel .slick-slide>div>div>p {
overflow: hidden;
border-radius: 10px;
}
#top_carousel .slick-slide img {
height: 260px;
}
#top_carousel .txt {
margin-top: 17px;
text-align: center;
line-height: 1.4;
}
@media (max-width:1350px) {
	#top_carousel .slick-slide img {
	height: 18vw;
	}
}
@media (max-width:767px) {
	#top_carousel .slider1 {
	/*width: 1260px;*/
	margin: 0 -6px;
	}
	#top_carousel .slick-slide {
	padding: 0 6px;
	}
	#top_carousel .slick-slide {
	}
	#top_carousel .slick-slide img {
	height: 360px;
	}
	#top_carousel .txt {
	margin-top: 9px;
	}
}

/* お知らせ */
#top_news {
}
#top_news .wrap {
display: flex;
align-items: center;
padding: 50px;
background-color: #fff0f3;
border-radius: 15px;
}
#top_news .top_news_ttl {
width: 250px;
padding-right: 40px;
text-align: center;
}
#top_news .top_news_ttl h2 {
margin-bottom: 20px;
letter-spacing: 1px;
}
#top_news .top_news_more {
}
#top_news .top_news_more a {
display: block;
width: fit-content;
margin: auto;
padding: 5px 18px;
color: #fff;
background-color: #FB607F;
border: 1px solid #FB607F;
border-radius: 4px;
}
#top_news .top_news_box {
width: calc(100% - 250px);
padding: 30px 50px;
background-color: #fff;
border-radius: 6px;
}
#top_news .top_news_box dl {
display: flex;
align-items: center;
padding: 15px 0;
}
#top_news .top_news_box dl + dl {
border-top: 1px solid #ccc;
}
#top_news .top_news_box dt {
width: 110px;
}
#top_news .top_news_box dd {
overflow: hidden;
display: -webkit-box;
position: relative;
width: calc(100% - 110px);
padding-right: 20px;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
#top_news .top_news_box dd::after {
position: absolute;
content: "";
width: 6px;
height: 6px;
top: 50%;
transform: translateY(-50%);
right: 3px;
margin-top: -3px;
border-style: solid;
border-color: #ccc;
border-width: 2px 2px 0 0;
transform: rotate(45deg);
}
#top_news .top_news_box dd a {
}
@media (max-width:1500px) {
}
@media (max-width:1350px) {
}
@media (min-width:1001px) {
	#top_news .top_news_ttl h2 {
	font-size: 2.4rem;
	}
}
@media (max-width:1000px) {
	#top_news .wrap {
	display: block;
	padding: 30px;
	}
	#top_news .top_news_ttl {
	width: 100%;
	margin-bottom: 30px;
	padding-right: 0;
	}
	#top_news .top_news_ttl h2 {
	margin-bottom: 15px;
	letter-spacing: 0;
	}
	#top_news .top_news_more a {
	padding: 4px 15px;
	}
	#top_news .top_news_box {
	width: 100%;
	padding: 20px 30px;
	}
	#top_news .top_news_box dl {
	padding: 12px 0;
	}
}
@media (min-width:768px) {
	#top_news .top_news_more a:hover {
	color: #FB607F;
	background-color: #fff;
	transition: background-color .3s;
	}
	#top_news .top_news_box dd a:hover {
	opacity: .5;
	transition: .2s;
	}
}
@media (max-width:767px) {
	#top_news .wrap {
	padding: 20px;
	}
	#top_news .top_news_box {
	padding: 10px 20px;
	}
	#top_news .top_news_box dl {
	display: block;
	}
	#top_news .top_news_box dt {
	width: 100%;
	}
	#top_news .top_news_box dd {
	width: 100%;
	-webkit-line-clamp: 2;
	}
}

/*-----------------------
 下層共通
-----------------------*/
/* パンくずリスト */
.breadcrumb {
z-index: 1;
position: relative;
max-width: 1320px;
margin-right: auto;
margin-left: auto;
padding: 30px;
}
.breadcrumb a:hover {
opacity: 0.5;
}
.breadcrumb span {
display: inline-block;
margin: 0 10px;
}
.breadcrumb span:first-child {
margin-left: 0;
}
.breadcrumb span:last-child {
margin-right: 0;
}
@media screen and (max-width: 767px) {
	.breadcrumb {
	padding: 15px;
	}
	.breadcrumb span {
	margin: 0 5px;
	font-size: 1.4rem;
	}
}

/* 背景 */
.bg01 {
position: relative;
}
.bg01::before {
z-index: -2;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
background-color: #f1f1f1;
}
.bg02 {
position: relative;
}
.bg02::before {
z-index: -2;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
background-color: #fff;
}

/* layout */
.layout {
padding-top: 20px;
padding-bottom: 50px;
}

/* h1～h6 */
.layout h1 {
margin-bottom: 1.5em;
text-align: center;
font-size: 2.6rem;
}
.layout h2 {
position: relative;
margin-top: 2em;
margin-bottom: 1em;
padding: 10px 20px;
font-size: 2.0rem;
background-color: #eee;
border-radius: 4px;
}
/*.layout h2:not(.accordion_header h2):first-child {
margin-top: 0;
}
*/
.layout h2.movie_ttl {
color: #fff;
background-color: #f42626;
}
.layout h3 {
position: relative;
margin-top: 1.5em;
margin-bottom: 10px;
padding-left: 25px;
font-size: 1.8rem;
}
.layout h3::before {
position: absolute;
content: "";
width: 15px;
height: 15px;
top: 5px;
left: 4px;
background-color: #888;
border-radius: 3px;
}
.layout .h3_point {
width: fit-content;
padding: 0 10px;
color: #FB607F;
border: 2px solid #FB607F;
border-radius: 6px;
}
.layout .h3_point::before {
display: none;
}
.layout h3 span {
margin-left: 20px;
font-size: 1.4rem;
font-weight: normal;
}
.layout .in_box + h3 {
margin-top: 0;
}
.layout h4 {
position: relative;
margin-top: 1em;
margin-bottom: 10px;
padding-left: 25px;
font-size: 1.6rem;
}
.layout h4::before {
position: absolute;
content: "";
width: 10px;
height: 3px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
left: 6px;
background-color: #888;
border-radius: 5px;
}
.layout h5 {
position: relative;
margin-top: 1em;
margin-bottom: 5px;
padding-left: 25px;
font-size: 1.6rem;
border-bottom: 2px ;
}
.layout h5::before {
position: absolute;
content: "";
width: 6px;
height: 6px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
left: 8px;
background-color: #ccc;
border-radius: 5px;
}
.layout h6 {
margin-top: 1em;
margin-bottom: 5px;
font-size: 1.6rem;
}
@media (max-width:767px) {
	.layout h1 {
	font-size: 2.0rem;
	}
	.layout h2 {
	margin-top: 1.5rem;
	margin-bottom: 15px;
	padding: 8px 20px;
	font-size: 1.8rem;
	}
	.layout h3 {
	margin-bottom: 10px;
	padding-left: 22px;
	font-size: 1.6rem;
	}
	.layout h3::before {
	width: 13px;
	height: 13px;
	}
	.layout h3 span {
	display: block;
	margin-left: 0;
	}
	.layout h4 {
	margin-bottom: 5px;
	font-size: 1.4rem;
	}
	.layout h5,
	.layout h6 {
	font-size: 1.4rem;
	}
}

/* text */
.layout .lead {
width: fit-content;
margin-left: auto;
margin-right: auto;
font-size: 1.6rem;
}
@media (min-width:768px) {
	.layout .lead {
	font-size: 2.0rem;
	}
	.layout .txt01 {
	line-height: 1.6;
	}
	.layout .txt02 {
	font-size: 1.5rem;
	line-height: 1.6;
	}
	.layout .txt03 {
	font-size: 1.6rem;
	line-height: 1.6;
	}
}

/* img */
.layout img {
width: 100%;
max-width: 800px;
border-radius: 15px;
}
.layout img.emoji {
border-radius: 0 !important;
}
@media (max-width:900px) {
	.layout img {
	max-width: 100%;
	}
}
@media (max-width:767px) {
	.layout img {
	border-radius: 10px;
	}
}

/* table */
.layout th,
.layout td {
padding: 10px 20px;
border: 1px solid #a2a2a2;
}
.layout th {
text-align: center;
background-color: #f1f1f1;
}
#mypage_keiyaku th{
width: 24%;
}
.layout td {
background-color: #fff;
}
@media (max-width:767px) {
	.layout th,
	.layout td {
	padding: 10px;
	}
}

/* youtube */
.layout iframe {
display: block;
width: 100%;
border-radius: 15px;
}
.layout .youtube {
max-width: 800px;
margin: auto;
height: 450px;
}
.layout .youtube + .youtube {
margin-top: 30px;
}
.layout .youtube iframe {
display: block;
width: 100%;
height: 100%;
}
@media (max-width:900px) {
	.layout .youtube {
	height: 48vw;
	}
}
@media (max-width:767px) {
	.layout .youtube {
	height: 43vw;
	}
	.layout .youtube + .youtube {
	margin-top: 20px;
	}
	.layout iframe {
	border-radius: 10px;
	}
}

/* a */
.layout a {
color: #888;
}
.layout a:hover {
opacity: 0.5;
}

/* 下層メインスライド */
.low_mv_slider {
max-width: 800px;
margin: 40px auto;
}
.low_mv_slider .slick-prev,
.low_mv_slider .slick-next {
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
.low_mv_slider img {
height: 450px;
}
@media (max-width:900px) {
	.low_mv_slider img {
	height: 50vw;
	}
}

/* 下層メインビジュアル */
/*-----------------------
 読む系の記事
-----------------------*/
.low_mv .box {
position: relative;
}
.low_mv .low_mv_ttl {
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
left: 0;
width: 100%;
margin: 0;
padding: 0 30px;
font-size: 3.0rem;
font-weight: bold;
text-align: left;
text-shadow: 0 0 10px #121212;
line-height: 1.4;
letter-spacing: 1px;
color: #fff;
}
.low_mv img {
width: 100%;
max-width: 100%;
height: 500px;
}
.low_mv .txt {
margin-top: 2em;
font-size: 1.8rem;
}
@media (max-width:1350px) {
	.low_mv img {
	height: 53vw;
	}
}
@media (max-width:767px) {
	.low_mv .low_mv_ttl {
	padding: 0 10px;
	font-size: 2.0rem;
	}
}

/* サイドメニューレイアウト */
.layout_col2 {
padding-right: 30px;
padding-left: 30px;
}
.layout_col2 .wrap {
position: relative;
display: flex;
}
.layout_col2_search {
width: 300px;
}
.layout_col2_main {
width: calc(100% - 300px);
padding-left: 50px;
}
@media (min-width:1201px) {
	.layout_col2_search_fixed #top_search {
	z-index: 999;
	position: fixed;
	width: 300px;
	top: 100px;
	}
	.layout_col2_search_fixed.layout_col2_search_stop #top_search {
	position: absolute;
	top: inherit;
	bottom: 0;
	}
}
@media (max-width:1200px) {
	.layout_col2 .wrap {
	display: block;
	}
	.layout_col2_search {
	width: 100%;
	max-width: 350px;
	margin: auto;
	}
	.layout_col2_search .sec_pb1 {
	padding-bottom: 30px;
	}
	.layout_col2_main {
	width: 100%;
	max-height: inherit;
	padding-left: 0;
	}
}
@media (max-width:767px) {
	.layout_col2 {
	padding-right: 20px;
	padding-left: 20px;
	}
}

/* 1カラムリスト */
.list_1col .in {
display: flex;
flex-direction: row-reverse;
align-items: center;
position: relative;
margin-bottom: 40px;
text-align: left;
}
.list_1col .in1,
.list_2col .in1 {
width: calc(100% - 240px);
}
.list_1col .in2,
.list_2col .in2 {
width: 240px;
padding-right: 40px;
}
.list_1col .in2 img,
.list_2col .in2 img {
object-fit: cover;
width: 200px;
height: 130px;
}
.list_1col .name,
.list_2col .name {
margin-bottom: 5px;
font-size: 1.6rem;
font-weight: bold;
}
.list_1col .txt,
.list_2col .txt {
margin-bottom: 10px;
}
.list_1col .address,
.list_1col .tel,
.list_2col .address,
.list_2col .tel,
.list_1col .url,
.list_2col .url {
position: relative;
padding-left: 4em;
}
.list_1col .address::before,
.list_1col .tel::before,
.list_2col .address::before,
.list_2col .tel::before,
.list_1col .url::before,
.list_2col .url::before {
position: absolute;
top: 0;
left: 0;
width: 6em;
}
.list_1col .address::before,
.list_2col .address::before {
content: "所在地 :";
	display:contents;
}
.list_1col .tel::before,
.list_2col .tel::before {
content: "連絡先 :";
	display:contents;
}
.list_1col .url::before,
.list_2col .url::before {
content: "公式HP :";
	display:contents;
}
.list_1col .in:hover,
.list_2col .in:hover {
opacity: 0.7;
}
@media (max-width:767px) {
	.list_1col .in1,
	.list_2col .in1 {
	width: calc(100% - 200px);
	font-size: 1.3rem;
	}
	.list_1col .in2,
	.list_2col .in2 {
	width: 200px;
	padding-right: 20px;
	}
	.list_1col .name,
	.list_2col .name {
	font-size: 1.3rem;
	}
	.list_1col .address,
	.list_1col .tel,
	.list_2col .address,
	.list_2col .tel,
	.list_1col .url,
	.list_2col .url {
	padding-left: 0;
	}
	.list_1col .address::before,
	.list_1col .tel::before,
	.list_2col .address::before,
	.list_2col .tel::before,
	.list_1col .url::before
	.list_2col .url::before
	 {
	display: none;
	}
}
@media (max-width:767px) {
	.list_1col .in,
	.list_2col .in {
	margin-bottom: 20px !important;
	}
	.list_1col .in1,
	.list_2col .in1 {
	/*width: calc(100% - 100px);*/
	width: 100%;
	}
	.list_1col .in2,
	.list_2col .in2 {
	display: none;
	width: 100px;
	}
}

/* 2カラムリスト */
.list_2col {
display: flex;
flex-wrap: wrap;
margin: 0 -12px;
}
.list_2col .in {
display: flex;
flex-direction: row-reverse;
align-items: center;
position: relative;
width: calc(50% - 24px);
margin: 24px 12px;
margin-bottom: 40px;
text-align: left;
}
.list_2col .in a {
z-index: 1;
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (max-width:767px) {
	.list_2col .in {
	width: calc(50% - 20px);
	margin: 10px;
	}
}
@media (max-width:767px) {
	.list_2col {
	display: block;
	margin: 0;
	}
	.list_2col .in {
	width: 100%;
	margin: 0;
	}
}

/* 3カラムリスト */
.list_3col {
display: flex;
flex-wrap: wrap;
margin: -12px;
}
.list_3col .in {
overflow: hidden;
position: relative;
width: calc(33.3333% - 24px);
margin: 12px;
text-align: right;
border: 1px solid #ccc;
border-radius: 10px;
}
.list_3col .in .box {
padding: 15px;
}
.list_3col .status {
position: absolute;
top: 10px;
left: 10px;
}
.list_3col img {
object-fit: cover;
width: 100%;
height: 236px;
margin-bottom: 10px;
border-radius: 0;
}
.list_3col iframe {
height: 236px;
margin-bottom: 10px;
border-radius: 0;
}
.list_3col .ttl {
margin-bottom: 10px;
font-size: 1.8rem;
font-weight: bold;
text-align: left;
}
.list_3col .lead {
font-size: 1.6rem;
text-align: left;
}
.list_3col .txt1 {
margin-bottom: 10px;
text-align: left;
}
.list_3col .tag {
margin-bottom: 5px;
}
.list_3col .txt2 {
text-align: left;
}
.list_3col .link {
}
@media (max-width:1350px) {
	.list_3col img {
	height: 17vw;
	}
	.list_3col iframe {
	height: 17vw;
	}
}
@media (max-width:767px) {
	.list_3col {
	margin: 0 -10px;
	}
	.list_3col .lead {
	font-size: 1.5rem;
	}
	.list_3col {
	display: block;
	margin: 0;
	}
	.list_3col .in {
	width: 100%;
	margin: 0 0 20px 0;
	}
	.list_3col img,
	.list_3col iframe {
	height: 50vw;
	}
	/*.list_3col .in {
	width: calc(50% - 20px);
	margin: 10px;
	}
	.list_3col img,
	.list_3col iframe {
	height: 24vw;
	}*/
	.list_3col .box {
	padding: 10px;
	}
	.list_3col .ttl {
	font-size: 1.6rem;
	}
}

/* グラフ＋テキスト */
.graphbox {
display: flex;
flex-direction: row-reverse;
}
.graphbox_in1 {
width: calc(100% - 400px);
padding-left: 30px;
}
.graphbox h3:first-of-type {
margin-top: 0;
}
.graphbox_txt {
}
.graphbox_in2 {
width: 400px;
min-height: 300px;
}
.graphbox_in2 canvas {
width: 100% !important;
height: 100% !important;
}
.graphbox_in2 img {
object-fit: contain;
max-width: 100%;
}
@media (max-width:1000px) {
	.graphbox_in1 {
	width: calc(100% - 300px);
	}
	.graphbox_in2 {
	width: 300px;
	}
}
@media (max-width:767px) {
	.graphbox {
	display: block;
	}
	.graphbox_in1 {
	width: 100%;
	margin-bottom: 20px;
	padding-left: 0;
	}
	.graphbox_in2 {
	margin: auto;
	}
}

/* メッセージ */
.messagebox {
display: flex;
flex-direction: row-reverse;
}
.messagebox_in1 {
width: calc(100% - 200px);
padding-left: 30px;
}
.messagebox h3:first-of-type {
margin-top: 0;
}
.messagebox_txt {
}
.messagebox_in2 {
width: 200px;
}
.messagebox_in2 img {
object-fit: cover;
aspect-ratio: 1 / 1;
max-width: inherit;
width: 100%;
max-width: 100%;
height: 100%;
border-radius: 100%;
}
@media (max-width:767px) {
	.messagebox {
	display: block;
	}
	.messagebox_in1 {
	width: 100%;
	margin-bottom: 20px;
	padding-left: 0;
	}
	.messagebox_in2 {
	width: 150px;
	margin: auto;
	}
}

/* リスト */
.list3 {
display: flex;
flex-wrap: wrap;
}
.list3 li {
margin: 10px;
font-size: 1.6rem;
}
.list4 {
display: flex;
flex-wrap: wrap;
}
.list4 li {
margin: 5px;
padding: 5px 10px;
border: 1px solid #aaa;
border-radius: 4px;
}

/* table */
.tbl100 {
width: 100%;
}
.tbl_fixed {
table-layout: fixed;
}
.tbl_high td::before {
display: block;
float: left;
min-height: 160px;
content: "";
}
@media (max-width:900px) {
	.tbl_scroll {
	overflow-y: hidden;
	overflow-x: auto;
	}
	.tbl_scroll .tbl1 {
	width: 1000px;
	}
}
@media (max-width:767px) {
	.tbl_scroll table {
	width: 767px;
	}
	.tbl_sp_b {
	width: 100%;
	}
	.tbl_sp_b tr,
	.tbl_sp_b th,
	.tbl_sp_b td {
	display: block;
	width: 100% !important;
	border-bottom: 0;
	}
	.tbl_sp_b tr:last-of-type td {
	border-bottom: 1px solid #a2a2a2;
	}
	.tbl_high td {
	min-height: 100px;
	}
	.tbl_high td::before {
	display: none;
	}
}

/* dl */
.dl1 {
display: flex;
border-bottom: 1px solid #a2a2a2;
}
.dl1:last-of-type {
border-bottom: 0;
}
.dl1 dt,
.dl1 dd {
padding: 20px;
}
.dl1 dt {
width: 200px;
font-weight: bold;
}
.dl1 dd {
width: calc(100% - 200px);
}
@media (max-width:767px) {
	.dl1 {
	display: block;
	}
	.dl1 dt,
	.dl1 dd {
	padding: 15px 0;
	}
	.dl1 dt {
	width: 100%;
	padding-bottom: 0;
	}
	.dl1 dd {
	width: 100%;
	}
}

/* リンクボタン */
.link,
.link4 {
display: inline-block;
margin-top: 5px;
padding: 5px 20px;
color: #fff;
background-color: #888;
border: 1px solid #888;
border-radius: 100px;
}
.layout a.link4 {
color: #fff;
background-color: #43b5ff;
border-color: #43b5ff;
}
.layout a.link4.active {
color: #888;
background-color: #fff;
border-color: #888;
}
.link2 {
width: 300px;
margin: 3em auto 0;
}
.link2 a {
display: block;
padding: 15px;
font-size: 1.6rem;
text-align: center;
color: #fff;
background-color: #888;
border: 3px solid #888;
border-radius: 100px;
}
.link3 a {
max-width: 800px;
margin: 0 auto 0;
display: block;
padding: 20px;
font-size: 1.8rem;
font-weight: bold;
text-align: center;
color: #fff;
background-color: #ccc;
background-image: url(../img/ico_right01.png);
background-repeat: no-repeat;
background-position: center right 20px;
border: 3px solid #ccc;
border-radius: 8px;
}
.layout .link3 a {
color: #fff;
}
.layout .link,
.layout .link2 a {
color: #fff;
}
.more1 a {
cursor: pointer;
}
.link:hover,
.link2 a:hover,
.link3 a:hover {
opacity: 1 !important;
color: #888;
background-color: #fff;
}
.link3 a:hover {
background-image: url(../img/ico_right02.png);
}
.layout a.link4:hover {
opacity: 1;
color: #43b5ff;
background-color: #fff;
}
@media (max-width:767px) {
	.link {
	padding: 3px 15px;
	}
	.link2 a {
	padding: 8px;
	}
	.link3 a {
	max-width: 250px;
	margin-bottom: 20px;
	padding: 10px 15px;
	font-size: 1.6rem;
	background-position: center right 5px;
	background-size: 15px auto;
	}
}

/* リターン */
.return_link {
position: relative;
display: inline-block;
margin-bottom: 2em;
}
.return_link::before {
content: "\03c";
margin-right: 10px;
}

/* アコーディオン */
.accordion_header {
cursor: pointer;
position: relative;
}
.accordion_header::before {
z-index: 1;
position: absolute;
content: "";
width: 20px;
height: 20px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
right: 10px;
background-image: url(../img/ico_top01.png);
background-repeat: no-repeat;
background-size: contain;
}
.accordion_header.open::before {
background-image: url(../img/ico_bottom01.png);
}
@media (max-width:767px) {
	.accordion_header::before {
	width: 15px;
	height: 15px;
	background-image: url(../img/ico_bottom01.png);
	}
	.sp_open .accordion_header::before {
	background-image: url(../img/ico_top01.png);
	}
	.accordion_header.open::before {
	background-image: url(../img/ico_top01.png);
	}
	.sp_open .accordion_header.open::before {
	background-image: url(../img/ico_bottom01.png);
	}
	.accordion_one .accordion_inner {
	}
	.sp_open .accordion_inner {
	}
}

/*-----------------------
 検索結果一覧
-----------------------*/
/* 検索 */
/*.layout_col2_search.is-fixed #top_search {
position: fixed;
}*/
.sp_search_more {
display: none;
}
.layout h3.layout_col2_search_ttl {
margin-top: 0;
margin-bottom: 0;
padding: 8px 20px;
background-color: #ccc;
}
.layout h3.layout_col2_search_ttl::before {
display: none;
}
.layout_col2_search_bg {
padding: 30px 10px;
background-color: #f1f1f1;
}
#top_search.search2 .input_area {
display: block;
margin: 0;
padding-top: 0;
}
#top_search.search2 .in1 {
width: 100%;
margin-right: 0;
}
#top_search.search2 .in1 + .in1 {
margin-top: 10px;
}
#top_search.search2 .in2 {
width: 100%;
margin-top: 10px;
}
#top_search.search2 .in2 ul {
}
#top_search.search2 .in2 ul li {
}
.layout_col2_search #top_search .submit {
}
#top_search.search2 .in2 ul li + li {
}
.list_search2.in1 {
margin-top: 20px;
}
#top_search.search2 .in1 .js-modal-open input {
font-size: inherit;
}
.list_search2_txt {
margin-top: 30px;
margin-bottom: 20px;
padding-bottom: 5px;
font-size: 1.8rem;
font-weight: bold;
border-bottom: 1px solid #a2a2a2;
}
.list_search2_txt_sp {
display: none;
}
.list_search2_txt2 {
margin-bottom: 10px;
font-size: 1.6rem;
font-weight: bold;
}
.list_search2_list + .list_search2_txt2 {
margin-top: 20px;
}
.list_search2_list li + li {
margin-top: 10px;
}
.list_search2_list li label {
font-size: 1.6rem;
}
.tel_click {
}
.tel_click_toggle {
cursor: pointer;
}
.tel_click_toggle::after {
margin-left: 10px;
content: "\03e";
}
.tel_click_open {
margin-top: 5px;
}
.layout .tel_click_open a {
font-size: 1.6rem;
color: #121212;
}
/*.search_sort {
width: 200px;
margin-right: 10px;
}
.search_sort select {
padding: 15px 13px;
}
.search_filter {
position: relative;
width: 200px;
}
.search_tag {
width: 100%;
display: flex;
flex-wrap: wrap;
margin: -5px;
margin-top: 24px;
}
.search_tag li {
margin: 5px;
}*/
@media (min-width:1201px) {
	#open {
	display: block !important;
	}
	.sp_filterbtn {
	display: none;
	}
	.layout_col2_main .layout + .layout {
	margin-top: 60px;
	}
}
@media (max-width:1200px) {
	.list_search2_txt_pc {
	display: none;
	}
	.list_search2_txt_sp {
	display: block;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px;
	font-weight: normal;
	font-size: 16px;
	}
	.list_search2_txt p {
	cursor: pointer;
	}
	.list_search2_txt p::after {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 16px;
	height: 16px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 0;
	margin-top: 10px;
	margin-left: 10px;
	background-image: url(../img/ico_filter.png);
	background-repeat: no-repeat;
	background-size: contain;
	}
	.list_search2_txt + #open {
	margin-top: 10px;
	padding: 5px;
	}
	.layout_col2_search .submit_ikkatu {
	display: none;
	}
	.sp_filterbtn {
	display: block;
	max-width: 350px;
	margin: 30px auto 0;
	}
}
@media (max-width:767px) {
	.layout_col2_search .ikkatu_seikyu_bnt {
	display: none;
	}
	/*.search_sort select {
	padding: 9px;
	}*/
}

/* 検索結果内容 */
#search_list {
padding: 0;
}
.search_results .layout_col2_search .search_list_count {
display: none;
}
.search_list_count {
display: flex;
flex-wrap: wrap;
margin-bottom: 20px;
}
.search_list_count_in1 {
display: flex;
flex-wrap: wrap;
margin-right: 1em;
}
.search_list_count_in2 {
display: flex;
flex-wrap: wrap;
}
.search_list_count_in2_in {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-right: 1em;
}
.search_list_count_in2_in:not(:last-of-type) {
display: none;
}
.search_list_count_in1 span,
.search_list_count_in2 span {
display: block;
position: relative;
}
.search_list_count_in1 span:first-of-type::after,
.search_list_count_in2 span:first-of-type::after {
content: ":";
}
#search_list .in {
overflow: hidden;
position: relative;
margin-bottom: 50px;
border: 1px solid #ccc;
border-radius: 10px;
}
#search_list .in:last-of-type {
margin-bottom: 0;
}
#search_list .in a {
z-index: 1;
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#search_list .flex {
position: relative;
display: flex;
align-items: center;
margin-right: 1em;
}
.pr {
z-index: 1;
position: absolute;
width: 100px;
height: 100px;
bottom: 0;
left: 0;
padding-top: 60px;
padding-left: 15px;
font-size: 2.0rem;
font-weight: bold;
line-height: 1;
letter-spacing: 1px;
color: #fff;
background-color: #121212;
clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
#search_list .in1 {
position: relative;
width: 500px;
}
.status {
display: flex;
flex-wrap: wrap;
}
.status p {
width: 90px;
padding: 5px;
text-align: center;
letter-spacing: 2px;
color: #fff;
background-color: #888;
border-radius: 4px;
}
.status p + p {
margin-left: 5px;
}
#search_list .status {
z-index: 1;
position: absolute;
top: 8px;
left: 8px;
}
.status p.popular {
background-color: #FF1744;
}
.status p.recommend {
background-color: #00E676;
}
.status p.new {
color: #F06292;
background-color: #FFD600;
}
.status p.pr {
background-color: #121212;
}
.status p.pr {
display: none;
}
.slider2 img {
height: 330px;
border-radius: 0;
}
.slider2 .slick-prev,
.slider2 .slick-next {
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
.slider2 .slick-prev {
left: 10px;
}
.slider2 .slick-next {
right: 10px;
}
#search_list .in2 {
width: calc(100% - 500px);
padding: 10px 20px;
}
#search_list .name {
display: flex;
align-items: center;
/*flex-wrap: wrap;*/
margin-bottom: 5px;
font-size: 2.2rem;
line-height: 1.2;
font-weight: bold;
}
#search_list .name.ninki {
position: relative;
width: fit-content;
padding-right: 20px;
}
#search_list .name.ninki_nocheck {
position: relative;
width: fit-content;
padding-right: 20px;
}
#search_list .name.ninki::before {
position: absolute;
content: "";
width: 18px;
height: 18px;
top: 50%;
transform: translateY(-50%);
right: 0;
background-image: url(../img/ico_check.png);
background-repeat: no-repeat;
background-size: contain;
}
#search_list .name_1 {
max-width: 30px;
}
#search_list .name_2 {
margin-left: 5px;
}
#search_list .txt1 {
margin-bottom: 15px;
font-size: 1.6rem;
}
.tag,
.tag2 {
display: flex;
flex-wrap: wrap;
margin: -5px;
}
.tag {
margin-bottom: 15px;
}
.tag li {
margin: 5px;
padding: 5px 10px;
/*color: #fff;
background-color: #FB607F;*/
border-radius: 4px;
}
.tag2 li {
margin: 5px;
padding: 5px 10px;
text-align: center;
background-color: #f0f8ff;
border-radius: 4px;
}
.request_check,
.btnmt {
margin-top: 5em;
}
.list_3col .request_check {
margin-top: 0;
margin-right: 5px;
}
.request_check input {
/*display: none !important;*/
}
.request_check label,
.request_check button {
z-index: 9;
cursor: pointer;
display: block;
position: relative;
width: 200px;
margin-left: auto;
padding: 13px;
text-align: center;
color: #fff;
background-color: #FB607F;
border-radius: 5px;
border: 2px solid #FB607F;
box-sizing:border-box;
}
.list_3col .request_check label {
display: flex;
justify-content: center;
align-items: center;
width: 150px;
height: 40px;
}
.request_check button:hover,
.request_check label:hover {
opacity: 1;
color: #FB607F;
background-color: #fff;
border: 2px solid #FB607F;
box-sizing:border-box;
}
.favorite_button {
display: block;
text-align: center;
position: relative;
}
button.simplefavorite-button {
z-index: 9;
cursor: pointer;
display: block;
position: relative;
width: 200px;
margin-left: auto;
padding: 13px;
text-align: center;
color: #fff;
background-color: #FB607F;
border-radius: 5px;
border: 2px solid #FB607F;
box-sizing:border-box;
}
button.simplefavorite-button p {
display: inline-block;
margin: 0;
}
button.simplefavorite-button:hover,
.request_check button.btnbg:hover {
color: #FB607F;
background-color: #fff;
border: 2px solid #FB607F;
box-sizing:border-box;
}
.simplefavorite-button.active {
background: #888;
border-radius: 5px;
border: 2px solid #666;
box-sizing:border-box;
}
.link_box button.btnbg,
.link_box button.btnbg2,
.request_check button.btnbg {
z-index: 9;
cursor: pointer;
display: block;
position: relative;
width: 200px;
margin-left: auto;
padding: 13px;
text-align: center;
color: #fff;
background: #FB607F;
border-radius: 5px;
border: 2px solid #FB607F;
box-sizing: border-box;
}
.link_box button.btnbg.tpd-favorite-off {
background-color: #FB607F;
border-color: #FB607F;
}
.link_box button.btnbg,
.link_box button.btnbg2 {
display: flex;
justify-content: center;
align-items: center;
width: 150px;
height: 40px;
margin-right: 8px;
/*background: #888;
border-color: #666;*/
}
/*.link_box button.btnbg:hover,
.link_box button.btnbg2:hover {
color: #888;
background: #fff;
}*/
.link_box button.btnbg.checkd {
background-color: #888;
border-color: #666;
}
/*.link_box button.btnbg.checkd:hover {
color: #FB607F;
background: #fff;
}*/
.request_check button.btnbg2.checkd2,
.request_check button.btnbg.checkd,
.request_check input:checked + label,
.simplefavorite-button.active p {
/*font-size: 0;*/
color: #fff;
background: #888;
border-color: #666;
}
.request_check input:checked + label,
button.simplefavorite-button.active:hover {
color: #fff;
background-color: #888;
border: 2px solid #666;
box-sizing:border-box;
}
.request_check button.btnbg.checkd:hover,
.request_check input:checked + label:hover {
color: #888;
background-color: #fff;
}
/*.request_check input:checked + label::befor,
.simplefavorite-button.active p:before {
font-size: 1.4rem;
content: "リスト追加済み";
}*/
.request_flex {
}
.request_search_toggle {
display: none;
}
.request {
z-index: 9999999;
position: fixed;
bottom: 90px;
right: 10px;
}
.request::before,
.request::after {
pointer-events: none;
display: block;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
border: 1px solid #FB607F;
border-radius: 50%;
box-sizing: border-box;
animation: pulsate 2s linear infinite;
}
.request::after {
animation-delay: 1s;
}
.request_matome {
bottom: 250px;
}
.layout .request a,
.request a {
display: block;
position: relative;
width: 150px;
height: 150px;
margin-left: auto;
padding-top: 18px;
font-size: 1.6rem;
font-weight: bold;
color: #121212;
text-align: center;
line-height: 1.2;
background-color: #fff;
border: 2px solid #FB607F;
border-radius: 50%;
}
.request_matome a {
padding-top: 24px;
}
.layout .request a::before,
.request a::before {
display: block;
content: "";
width: 30px;
height: 30px;
margin: auto;
margin-bottom: 8px;
background-image: url(../img/search/ico01.png);
background-repeat: no-repeat;
background-size: contain;
}
.request_matome a::before {
background-image: url(../img/search/ico02.png);
}
.layout .request a:hover,
.request a:hover {
opacity: 1;
color: #fff;
background-color: #aaa;
transition: .2s;
}
.layout .request a:hover .countbox,
.request a:hover .countbox {
color: #121212;
background-color: #fff;
}
.layout .request a:hover::before,
.request a:hover::before {
filter: brightness(0) invert(1);
transition: .2s;
}
.countbox {
display: block;
width: 30px;
height: 30px;
right: 0;
left: 0;
margin: 8px auto 0;
font-size: 1.5rem;
font-weight: bold;
text-align: center;
line-height: 30px;
color: #fff;
background-color: #f42626;
border-radius: 50%;
}
/*#search_list .in:hover img,
#search_list .in:hover .name,
#search_list .in:hover .txt1,
#search_list .in:hover .tag,
#search_list .in:hover .txt2 {
opacity: 0.7;
}*/
@media (max-width:1350px) {
	#search_list .in1 {
	width: 400px;
	}
	#search_list .in2 {
	width: calc(100% - 400px);
	}
}
@media (max-width:1200px) {
	.layout_col2_main .search_list_count {
	display: none;
	}
	.search_results .layout_col2_search_ttl,
	#top_search.search2 .input_area {
	display: none;
	}
	body.s_check2 .search_results .layout_col2_search_ttl,
	body.s_check2 #top_search.search2 .input_area {
	display: block;
	}
	body.s_check2 .search_results .layout_col2_search_ttl {
	padding-left: 30px;
	}
	.sp_search_more {
	display: block;
	position: relative;
	padding: 15px 18px;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	background-color: #FB607F;
	border-radius: 4px;
	}
	.sp_search_more::before,
	.sp_search_more::after {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	}
	.sp_search_more::before {
	width: 15px;
	height: 2px;
	right: 10px;
	}
	.sp_search_more::after {
	width: 2px;
	height: 15px;
	right: 16px;
	}
	body.s_check2 .sp_search_more::after {
	display: none;
	}
	body.s_check2 .layout_col2_search .sec_pb1 {
	position: relative;
	margin-top: 30px;
	}
	body.s_check2 .layout_col2_search .sec_pb1::before {
	position: absolute;
	content: "";
	z-index: 9;
	width: 6px;
	height: 6px;
	top: 14px;
	left: 10px;
	border-top: 2px solid #121212;
	border-right: 2px solid #121212;
	transform: rotate(45deg);
	}
	.search_results .layout_col2_search .search_list_count {
	display: block;
	max-width: 350px;
	margin-right: auto;
	margin-left: auto;
	}
	.search_list_count_in1 {
	margin-right: 0;
	background-color: #fff;
	border-radius: 10px 10px 0 0;
	}
	.search_list_count_in1_in1 {
	position: relative;
	width: calc(100% - 80px);
	margin-right: 0;
	padding: 10px 10px 10px 58px;
	}
	.search_list_count_in1_in1::before {
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 25px;
	background-image: url(../img/ico_map.png);
	background-repeat: no-repeat;
	background-size: contain;
	}
	.search_list_count_in1_in2 {
	width: 80px;
	padding: 10px;
	text-align: right;
	}
	.search_list_count_in2 {
	padding: 7px 0;
	background-color: #eee;
	border-radius: 0 0 10px 10px;
	}
	.search_list_count_in2_in {
	position: relative;
	min-width: 50%;
	min-height: 24px;
	margin-right: 0;
	padding: 3px 10px;
	padding: 5px 10px 5px 40px;
	}
	.search_list_count_in2_in::before {
	position: absolute;
	content: "";
	width: 22px;
	height: 22px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 15px;
	background-image: url(../img/ico_mokuteki.png);
	background-repeat: no-repeat;
	background-size: contain;
	}
	.search_list_count_in2_in2::before {
	background-image: url(../img/ico_syurui.png);
	}
	.search_list_count_in2_in3::before {
	background-image: url(../img/ico_shousai.png);
	}
	.search_list_count_in1 span:first-of-type,
	.search_list_count_in2 span:first-of-type {
	display: none;
	}
	.search_list_count_in1 span:nth-of-type(2):empty,
	.search_list_count_in2 span:nth-of-type(2):empty {
	}
	.search_list_count_in1 span:nth-of-type(2):empty::after,
	.search_list_count_in2 span:nth-of-type(2):empty::after {
	content: "------";
	}
	.search_list_count_in2_in:not(:last-of-type) {
	display: block;
	}
}
@media (max-width:1000px) {
	#search_list .in1 {
	width: 300px;
	}
	#search_list .in2 {
	width: calc(100% - 300px);
	}
}
@media (max-width:767px) {
	#search_list .flex {
	align-items: inherit;
	margin: 0;
	}
	.pr {
	width: 70px;
	height: 50px;
	padding-top: 25px;
	padding-left: 10px;
	font-size: 1.6rem;
	}
	#search_list .in {
	margin-bottom: 20px;
	}
	#search_list .in1 {
	width: 150px;
	}
	#search_list .in1 .slider2,
	#search_list .in1 .slider2 div {
	height: 100%;
	}
	.slider2 img {
	height: 100%;
	}
	.status p {
	width: auto;
	padding: 2px 8px;
	font-size: 1.2rem;
	letter-spacing: 0;
	}
	.slider2 .slick-prev,
	.slider2 .slick-next {
	width: 15px;
	height: 15px;
	background-color: transparent;
	box-shadow: inherit;
	}
	.slider2 .slick-prev {
	left: 0px;
	}
	.slider2 .slick-next {
	right: 0px;
	}
	.slider2 .slick-prev::before,
	.slider2 .slick-next::before {
	opacity: 1;
	}
	#search_list .in2 {
	width: calc(100% - 150px);
	padding: 10px;
	}
	#search_list .name.ninki {
	padding-right: 17px;
	}
	#search_list .name.ninki::before {
	width: 15px;
	height: 15px;
	}
	#search_list .name {
	font-size: 1.7rem;
	}
	#search_list .name_1 {
	max-width: 20px;
	}
	.tag,
	.tag2 {
	margin: -2px;
	}
	.tag li,
	.tag2 li {
	margin: 2px;
	padding: 2px 6px;
	font-size: 1.2rem;
	}
	.search_results .tag {
	margin-bottom: 5px;
	}
	.search_results .txt2 {
	font-size: 1.2rem;
	}
	.request_check button.btnbg2.checkd2,
	.search_results .request_check button.btnbg {
	width: 100%;
	max-width: 200px;
	padding: 3px 8px;
	font-size: 1.3rem;
	}
	.request_check {
	margin-top: 1em;
	}
	.request_check label {
	width: 180px;
	padding: 10px;
	font-size: 1.4rem;
	}
	.request_flex {
	display: flex;
	}
	.request {
	width: 100%;
	bottom: 0;
	right: 0;
	}
	.request::before,
	.request::after {
	display: none;
	}
	html.active .request {
	display: none;
	}
	.request_flex_box {
	display: flex;
	}
	.request_search_toggle {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	padding: 6px 0;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	color: #121212;
	background-color: #fff;
	border: 3px solid #aaa;
	border-right-width: 0;
	text-align: center;
	}
	body.request_search_open #top_search {
	z-index: 99;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 30px 15px;
	background-color: #fff;
	transform: translateX(-100%);
	animation: request_search_open .5s forwards;
	}
	@keyframes request_search_open {
		to {
		transform: translateX(0);
		}
	}
	body.request_search_open .layout_col2_search_ttl,
	body.request_search_open .input_area {
	display: block !important;
	}
	.request_flex_box_in2 {
	width: 50%;
	}
	.request_matome {
	width: 50%;
	bottom: 0;
	left: 0;
	}
	.layout .request a,
	.request a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: inherit;
	margin-left: auto;
	padding: 6px 0;
	font-size: 1.4rem;
	background-position: left 20px center;
	border-width: 3px;
	border-radius: 0;
	}
	.layout .request a::before,
	.request a::before {
	display: none;
	}
	.layout .request a span,
	.request a span {
	display: block;
	}
	.request_a_s1 {
	position: relative;
	margin-left: 25px;
	}
	.request_a_s1::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	top: 0;
	left: -25px;
	background-image: url(../img/search/ico01.png);
	background-repeat: no-repeat;
	background-size: contain;
	}
	.request_matome a {
	border-right: 0;
	}
	.countbox {
	display: inline-block;
	position: relative;
	width: 23px;
	height: 23px;
	top: inherit;
	transform: inherit;
	-webkit-transform: inherit;
	right: inherit;
	margin: 0 0 0 5px;
	font-size: 1.3rem;
	line-height: 23px;
	border-width: 1px;
	}
}

/*-----------------------
 検索結果詳細
-----------------------*/
#search_single {
padding-top: 20px;
padding-bottom: 50px;
}
#search_single .in_box {
padding-bottom: 30px;
}
#search_single .in_box:last-of-type {
padding-bottom: 0;
}
#search_single .bg02 {
margin-bottom: 50px;
/*padding: 30px;*/
}
#search_single .bg02:last-of-type {
margin-bottom: 0;
}
#search_single .bg02::before {
border-radius: 10px;
}
@media (max-width:767px) {
	#search_single .bg02 {
	/*padding: 20px;*/
	}
	.nav2,
	.page_link {
	margin: 0;
	}
}

/* 名前 */
.namebox .status {
margin-bottom: 10px;
margin-left: auto;
}
.namebox .name {
display: flex;
align-items: center;
margin-bottom: 10px;
text-align: left;
}
.namebox .name.ninki {
position: relative;
width: fit-content;
padding-right: 35px;
}
.namebox .name.ninki::before {
position: absolute;
content: "";
width: 24px;
height: 24px;
top: 50%;
transform: translateY(-50%);
right: 0;
background-image: url(../img/ico_check.png);
background-repeat: no-repeat;
background-size: contain;
}
.name_1 {
display: inline-block;
vertical-align: middle;
max-width: 40px;
}
.name_1 img {
max-width: 100%;
}
.name_2 {
display: inline-block;
vertical-align: middle;
margin-left: 20px;
}
.namebox .txt {
width: 100%;
font-size: 2.0rem;
font-weight: bold;
}
@media (max-width:767px) {
	.namebox {
	display: block;
	}
	.namebox .status {
	margin-left: 0;
	margin-bottom: 10px;
	}
	.namebox .name {
	font-size: 2.0rem;
	}
	.name_1 {
	max-width: 30px;
	}
	.name_2 {
	margin-left: 15px;
	}
	.namebox .txt {
	font-size: 1.6rem;
	}
	.namebox .name.ninki::before {
	width: 20px;
	height: 20px;
	}
	.namebox .name.ninki {
	padding-right: 30px;
	}
}

/* requestボタン2 */
.request2 {
z-index: 9999999;
position: fixed;
width: 150px;
bottom: 90px;
right: 10px;
font-weight: bold;
text-align: center;
}
.request2::before,
.request2::after {
pointer-events: none;
display: block;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
border-radius: 50%;
box-sizing: border-box;
}
.request2::before {
border: 1px solid #FB607F;
animation: pulsate 2s linear infinite;
}
.request2::after {
border: 1px solid #FB607F;
animation: pulsate 1s linear infinite;
}
@keyframes pulsate {
	0% {
	opacity: 1;
	transform: scale(1);
	}
	100% {
	opacity: 0;
	transform: scale(1.7);
	}
}
html.active .request2 {
display: none;
}
.request2_txt {
display: none;
}
.request2_a1 {
display: block;
position: relative;
height: 75px;
padding-top: 12px;
background-color: #fff;
border: 2px solid #FB607F;
border-bottom: 0;
border-radius: 100px 100px 0 0 ;
}
.request2_a1::before {
display: block;
content: "";
width: 30px;
height: 30px;
margin: auto;
margin-bottom: 5px;
background-image: url(../img/search/ico01.png);
background-repeat: no-repeat;
background-size: contain;
/*filter: brightness(0) invert(1);*/
}
.request2_a2,
.request2 .simplefavorite-button {
display: block;
width: 100%;
height: 75px;
font-weight: bold;
padding-top: 0;
color: #121212;
background-color: #fff;
border-radius: 0 0 100px 100px;
}
.request2_a2.active,.request2_a1.active,
.request2 .simplefavorite-button.active,
.request2 .tpd-favorite-btn2.active {
background-color: #888;
border-color: #666;
}
.request2_a2_s1,
.request2 .simplefavorite-button{
display: block;
padding-top: 0;
padding-bottom: 30px;
}
.request2 .countbox {
z-index: 9;
position: absolute;
bottom: 6px;
right: 0;
left: 0;
margin: auto;
}
.request2_a1:hover::before {
filter: brightness(0) invert(1);
}
.request2_a1:hover,
.request2_a2:hover,
.request2 .simplefavorite-button:hover {
background-color: #FB607F;
}
.request2_a1.active{
pointer-events: none;
cursor: pointer;
}
.request2_a1:hover,
.request2_a2:hover,
.request2 .simplefavorite-button:hover {
color: #fff !important;
transition: all 0;
}
.request2 .simplefavorite-button.tpd-favorite-btn2.active:hover {
color: #121212 !important;
transition: all 0;
}
@media (max-width:767px) {
	.request2 {
	width: 100%;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	/*background-color: #f1f1f1;*/
	}
	.request2::before,
	.request2::after {
	display: none;
	}
	.request2_txt {
	display: block;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	background-color: rgba(255,255,255,0.5);
	}
	.request2_flex {
	display: flex;
	}
	.request2_a1,
	.request2_a2,
	.request2 .simplefavorite-button	{
	width: calc(50%);
	height: 40px;
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 0;
	}
	.request2_a1 {
	padding-top: 8px;
	border-bottom: 2px solid #FB607F;
	}
	.request2_a1::before {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-bottom: -4px;
	margin-right: 5px;
	}
	.request2_a2 {
	}
	.request2_a2_s1{
	display: inline-block;
	padding-bottom: 0;
	}
	.request2 .simplefavorite-button {
	padding-right: 30px;
	}
	.request2 .countbox {
	right: 10px;
	left: inherit;
	margin: inherit;
	bottom: 8px;
	}
}

/*-----------------------
 お問い合わせ
-----------------------*/
#contact_form {
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
.status_bar {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 30px;
padding-bottom: 70px;
}
.status_bar p {
color: #ccc;
}
.status_bar p::before {
z-index: -2;
position: absolute;
content: "";
width: 100%;
height: 5px;
bottom: 40px;
left: 0;
border-top: 5px dotted #ccc;
}
.status_bar .comp::before {
z-index: -1;
border-top-style: solid;
border-color: #121212;
}
.status_bar1 .comp::before {
width: 50%;
}
.status_bar2 .comp::before {
width: 100%;
}
.status_bar .current {
font-weight: bold;
color: #121212;
}
.status_bar p span {
position: relative;
}
.status_bar p.in2 span::before {
z-index: 1;
position: absolute;
content: "";
width: 13px;
height: 13px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
bottom: -29px;
background-color: #888;
border-radius: 50%;
animation: flash 1s linear infinite;
}
@keyframes flash {
	0%,100% {
	opacity: 1;
	}
	50% {
	opacity: 0;
	}
}
.status_bar p span::after {
position: absolute;
content: "";
width: 20px;
height: 20px;
bottom: -35px;
background-color: #fff;
border: 3px solid #ccc;
border-radius: 50%;
}
.status_bar p.in1 span::after {
left: 0;
}
.status_bar p.in2 span::after {
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}
.status_bar p.in3 span::after {
right: 0;
}
.status_bar .comp span::after {
content: "\02714";
line-height: 20px;
text-align: center;
color: #fff;
background-color: #121212;
border-color: #121212;
}
.status_bar .current span::after {
border-color: #121212;
}
#contact_form dl {
display: flex;
align-items: center;
padding: 2em 0;
border-bottom: 1px dotted #a2a2a2;
}
#contact_form dt {
display: flex;
align-items: center;
justify-content: space-between;
width: 270px;
padding-right: 30px;
font-size: 1.6rem;
font-weight: bold;
}
#contact_form dd {
width: calc(100% - 270px);
}
#contact_form dd input,
#contact_form dd textarea {
max-width: 800px;
}
#contact_form dt span:first-of-type {
width: calc(100% - 48px);
}
.hissu {
display: inline-block;
width: 38px;
margin-left: 10px;
padding: 5px;
font-size: 1.4rem;
font-weight: normal;
color: #fff;
background-color: #ff2d2d;
}
#contact_form .note {
margin-top: 8px;
}
#contact_form .note2 {
margin-top: 8px;
margin-bottom: 8px;
padding-left: 1em;
text-indent: -1em;
}
#contact_form .sentaku h4 {
margin-top: 2em;
margin-bottom: 0;
}
#contact_form .selected {
display: flex;
flex-wrap: wrap;
margin: 0 -10px;
}
#contact_form .selected li {
margin: 10px;
}
#contact_form .selected1 li + li {
/*margin-top: 1em;*/
}
#contact_form .selected2_wrap {
padding: 30px;
border: 5px solid #888;
border-radius: 10px;
}
#contact_form .recommend_wrap {
margin-bottom: 30px;
}
#contact_form .selected2_wrap h3 {
margin-top: 0;
margin-bottom: 20px;
}
#contact_form .osusume {
position: relative;
margin: 0;
height: 140px;
padding: 50px 0 0 0;
text-align: center;
font-size: 2.4rem;
font-weight: bold;
}
#contact_form .osusume::before {
display: none;
}
#contact_form .osusume::after {
z-index: -1;
position: absolute;
content: "";
width: 300px;
height: 100px;
top: 25px;
right: 0;
left: 0;
margin: auto;
background-image: url(../img/arrow02.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}
.recommend_wrap h3 {
color: #121212 !important;
}
#contact_form .selected2 li + li {
margin-top: 15px;
}
#contact_form .selected2 li label {
font-size: 1.8rem;
font-weight: bold;
}
#contact_form .selected2 li input,
.recommend_in input {
transform: scale(2);
}
#contact_form .selected2 li input {
margin-right: 15px;
margin-left: 10px;
}
.recommend_in input {
margin: 0;
}
.recommend_in {
display: flex;
align-items: center;
background-color: #f1f1f1;
border: 2px solid #ccc;
}
.recommend_in + .recommend_in {
border-top: 0;
}
.recommend_in .in1 {
width: 70px;
padding: 20px;
text-align: center;
}
.recommend_in .in2 {
display: flex;
flex-wrap: wrap;
width: calc(100% - 70px);
padding: 20px;
background-color: #fff;
}
.recommend_txt1 {
width: 100%;
margin-bottom: 10px;
font-size: 1.8rem;
font-weight: bold;
}
.recommend_in2_box {
display: flex;
width: 100%;
}
.recommend_img {
width: 100px;
}
.recommend_img img {
object-fit: cover;
width: 100%;
height: 100px;
border-radius: 0;
}
.recommend_in2_box_txt {
width: calc(100% - 100px);
padding-left: 30px;
}
.recommend_txt2 {
}
#contact_form .address .zip input {
width: 200px;
}
#contact_form .address_in + .address_in {
margin-top: 10px;
}
#contact_form .address_in {
display: flex;
align-items: center;
}
#contact_form .address_in p,
#contact_form .address_in span {
width: 100px;
}
#contact_form .address_in p {
margin-right: 10px;
}
#contact_form .address_in span.wpcf7-form-control-wrap {
width: 100%;
}
.note2 {
margin-bottom: 10px;
}
#contact_form .wpcf7-list-item {
margin: 0;
}
#your-time .wpcf7-list-item{
display: block;
}


#contact_form .form_radio .wpcf7-list-item {
margin-right: 20px;
}
#contact_form .form_checkbox .wpcf7-list-item {
display: block;
}
#contact_form .form_checkbox .wpcf7-list-item + .wpcf7-list-item {
margin-top: 5px;
}

#your-time .wpcf7-list-item label{
display: block;
margin-top: 1em !important;
}
#contact_form .address_in input {
width: calc(100% - 100px);
max-width: 700px;
}
.orikaeshi>li:first-of-type {
margin-bottom: 30px;
padding-bottom: 10px;
border-bottom: 2px solid #eee;
}
.orikaeshi .tel {
margin-top: 1em;
margin-left: 2em;
}
.orikaeshi .tel li + li {
margin-top: 5px;
}
.radio01 .wpcf7-list-item	{
display: block;
}
#contact_form .nini {
margin-top: 5em;
}
.area_select01 {
margin-top: 20px;
}
.area_select01 li + li {
margin-top: 10px;
}
.area_select01_txt {
position: relative;
margin-bottom: 10px;
padding-left: 25px;
}
.area_select01_txt::before {
position: absolute;
content: "";
width: 15px;
height: 15px;
top: 50%;
transform: translateY(-50%);
left: 0;
background-color: #888;
border-radius: 50%;
}
.area_select01 li .wpcf7-list-item {
margin: 0 20px 10px 0 !important;
}
.option_select01 {
}
.option_select01 + .option_select01 {
margin-top: 30px;
padding-top: 30px;
border-top: 2px solid #eee;
}
.option_select01 .p1 {
}
.option_select01 .p2 .wpcf7-list-item {
margin-bottom: 0 !important;
margin-left: 0 !important;
}
.option_select01 .p3 {
margin-top: 5px;
}
.shiharai_sec {
margin-top: 8px;
}
.shiharai_sec .js-modal-open {
}
.shiharai_sec .js-modal-open span {
cursor: pointer;
}
.shiharai_sec .modal {
}
.shiharai_sec .js-modal {
}
.shiharai_sec .modal__bg {
}
.shiharai_sec .js-modal-close {
}
.shiharai_sec .modal__content {
height: auto;
padding: 20px;
background-color: #fff;
}
.shiharai_sec .shiharai_txt2 {
}
.shiharai_txt2 {
margin-bottom: 20px;
font-weight: bold;
}
.modal__content>div.shiharai_txt3 {
padding: 0;
padding-left: 1em;
text-indent: -1em;
background-color: #fff;
border-radius: 0;
}
.shiharai_list {
}
.shiharai_list li {
padding-left: 1em;
text-indent: -1em;
}
.shiharai_list li::before {
content: "・";
}
.shiharai_list li + li {
margin-top: 10px;
}
.privacy_check {
padding-top: 2em;
padding-bottom: 1em;
font-size: 1.6rem;
text-align: center;
}
#contact_form .privacy_check + .txt {
margin-top: 1em;
text-align: center;
}
#thanks {
padding: 150px 0;
}
#thanks .txt03 {
font-size: 1.8rem;
text-align: center;
}
.thanks_txt {
width: calc(100% - 30px);
max-width: 600px;
margin: 20px auto 0;
padding: 20px;
font-size: 1.6rem;
background-color: #f1f1f1;
border-radius: 10px;
}
#cf7msm_your-option01:empty,
#cf7msm_your-option02:empty,
#cf7msm_your-option-area:empty {
display: none;
}
@media (min-width:768px) {
	br + .hissu {
	margin-left: 0;
	margin-top: 5px;
	}
}
@media (max-width:767px) {
	#contact_form dl {
	display: block;
	padding: 1.5em 0;
	}
	#contact_form dt {
	width: 100%;
	padding-bottom: 1.5em;
	padding-right: 0;
	}
	#contact_form dt br {
	display: none;
	}
	#contact_form dd {
	width: 100%;
	}
	#contact_form .selected {
	display: block;
	margin: 0;
	}
	#contact_form .selected li {
	margin: 0;
	}
	#contact_form .selected li + li {
	margin-top: 1em;
	}
	#contact_form .selected2_wrap {
	padding: 20px;
	}
	#contact_form .selected2 li label {
		font-size: 1.6rem;
	}
	#contact_form .selected2 li input,
	.recommend_in input {
	transform: scale(1.5);
	}
	#contact_form .selected2 li input {
	margin-right: 10px;
	margin-left: 0;
	}
	.recommend_in .in1 {
	width: 50px;
	padding: 10px;
	}
	.recommend_in .in2 {
	width: calc(100% - 50px);
	padding: 10px;
	}
	#contact_form .osusume {
	position: relative;
	height: 100px;
	padding: 30px 0 0 0;
	font-size: 2.0rem;
	font-weight: bold;
	}
	#contact_form .osusume::after {
	width: 250px;
	height: 75px;
	top: 15px;
	}
	.recommend_in .in2 {
	display: block;
	}
	.orikaeshi>li:first-of-type {
	margin-bottom: 15px;
	padding-bottom: 0;
	}
	.recommend_txt1 {
	font-size: 1.6rem;
	}
	.recommend_img {
	width: 100%;
	max-width: 100px;
	margin: 0 auto 10px;
	}
	.recommend_txt2 {
	width: 100%;
	padding-left: 0;
	}
	#contact_form .address_in {
	display: block;
	}
	#contact_form .address_in p,
	#contact_form .address_in span {
	width: 100%;
	margin-bottom: 3px;
	}
	#contact_form .address_in input {
	width: 100%;
	}
	#thanks .txt03 {
	font-size: 1.5rem;
	}
	.thanks_txt {
	padding: 15px;
	font-size: inherit;
	}
}

/*-----------------------
 クラシックエディタ用
-----------------------*/
.editor_area {
}
.editor_area p,
.editor_area ul,
.editor_area ol,
.editor_area table,
.editor_area img {
margin-bottom: 2em;
}
.editor_area ol {
counter-reset: section;
}
.editor_area ul>li,
.editor_area ol>li {
position: relative;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 1.5em;
}
.editor_area ul>li::before,
.editor_area ol>li::before {
position: absolute;
top: 5px;
left: 0;
}
.editor_area ul>li::before {
content: "\02022";
}
.editor_area ol>li::before {
counter-increment: section;
content: counter(section);
}
.editor_area li>ul,
.editor_area li>ol {
margin-top: 10px;
margin-bottom: 0;
}
@media (max-width:767px) {
}

/*-----------------------
 投稿一覧ページテンプレート
-----------------------*/
.page_arc {
}
.page_arc .link_box {
margin-top: 1em;
text-align: right;
}
.page_arc .in a:not(.link_box a) {
z-index: 1;
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (max-width:767px) {
}

/*-----------------------
 投稿詳細ページテンプレート
-----------------------*/
.page_single {
}
.page_single_box {
margin-bottom: 30px;
}
.page_single_wrap {
max-width: 1260px;
margin: 0 auto 40px;
}
.page_single_ttl {
margin-bottom: 20px;
}
.page_single_search {
padding: 30px;
background-color: #fff0f3;
border-radius: 8px;
}
.page_single_search_txt1 {
margin-bottom: 5px;
font-size: 2.0rem;
font-weight: bold;
}
.page_single_search_txt2 {
margin-bottom: 15px;
}
.page_single_search_box {
display: flex;
}
.page_single_search_input {
width: calc(100% - 20px);
margin-right: 20px;
}
.page_single_search_submit {
width: 200px;
}
.page_single_search_submit input[type="submit"] {
width: 100%;
height: 100%;
font-weight: bold;
text-align: center;
letter-spacing: 4px;
background-color: #FB607F;
border-color: #FB607F;
}
.page_single_spmenu_toggle {
}
.page_single strong {
background: linear-gradient(transparent 70%, #f9dfe4 0%);
}
.page_single .tag.page_single_box {
margin-bottom: 15px;
}
.page_single .tag a {
color: #121212 !important;
}
.page_single h1:not(.page_single_h1) {
margin-bottom: 1em;
text-align: left;
}
.page_single_mv {
}
.page_single_mv_wrap {
position: relative;
}
.page_single_mv_img {
}
.page_single_mv_img img {
object-fit: cover;
max-width: 100%;
width: 100%;
height: 514px;
}
.page_single_mv_txt1 {
position: absolute;
width: calc(100% - 80px);
top: 50%;
transform: translateY(-50%);
left: 0;
right: 0;
margin: auto;
}
.layout h1.page_single_h1 {
font-size: 3.4rem;
font-weight: bold;
text-shadow: 0 0 10px #121212;
text-align: left;
letter-spacing: 1px;
color: #fff;
}
.page_single_mv_txt2 {
margin-top: 1em;
font-size: 1.7rem;
}
.page_single_mv_txt2 p {
}
.page_single_about {
position: relative;
margin-top: 75px;
padding: 40px;
padding-top: 60px;
font-weight: bold;
text-align: center;
border: 7px solid #ddd;
border-radius: 15px;
}
.page_single_about h4 {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
width: 600px;
height: 70px;
top: -40px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
margin: 0;
padding: 10px 50px;
font-size: 1.8rem;
color: #fff;
background-color: #888;
border-radius: 100px;
}
.page_single_about h4::before {
display: none;
}
.page_single_about h4::after {
z-index: -1;
position: absolute;
content: "";
width: 10px;
height: 10px;
bottom: -5px;
left: 0;
right: 0;
margin: auto;
background-color: #888;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.page_single_about ul {
text-align: left;
}
.page_single_about li {
position: relative;
padding: 8px 0 8px 20px;
font-size: 1.6rem;
}
.page_single_about li::before {
position: absolute;
content: "\02714";
left: 0;
color: #888;
}
.page_single_txt1 {
font-size: 2.2rem;
font-weight: bold;
text-align: center;
color: #f00;
}
.page_single_txt2 {
font-size: 1.8rem;
}
.page_single_txt3 {
font-size: 1.6rem;
}
.page_single_txt3 ul {
}
.page_single_txt3 ul li {
padding-left: 1.5em;
padding-top: 5px;
padding-bottom: 5px;
text-indent: -1.5em;
}
.page_single_mokuji h4 {
margin: 0;
padding: 15px 30px;
font-size: 1.8rem;
color: #fff;
background-color: #aaa;
border-radius: 10px 10px 0 0;
}
.page_single_mokuji h4::before {
display: none;
}
.page_single_mokuji ol {
counter-reset: section;
padding: 20px 30px;
background-color: #f1f1f1;
border-radius: 0 0 10px 10px;
}
.page_single_mokuji li {
position: relative;
padding-top: 10px;
padding-bottom: 10px;
/*padding-left: 1.5em;*/
font-size: 1.6rem;
}
.page_single_mokuji li a {
color: #121212;
}
/*.page_single_mokuji li::before {
position: absolute;
top: 10px;
left: 0;
counter-increment: section;
content: counter(section);
}*/
.page_single_strong {
padding: 30px;
font-size: 1.6rem;
background-color: #fff;
border: 2px solid #ccc;
border-radius: 10px;
}
.page_single_strong .ttl {
position: relative;
margin-bottom: 1em;
padding-left: 40px;
font-size: 1.8rem;
font-weight: bold;
color: #888;
}
.page_single_strong .ttl::after {
position: absolute;
content: "";
width: 30px;
height: 30px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
left: 0;
background-color: #888;
background-image: url(../img/ico_memo.png);
background-repeat: no-repeat;
background-position: center;
background-size: 16px auto;
border-radius: 50%;
}
.page_single_txt2col {
display: flex;
flex-wrap: wrap;
margin: 0 -12px 1em -12px;
}
.page_single_txt2col .in {
width: calc(50% - 24px);
margin: 24px 12px;
}
.page_single_txt2col .in a {
color: #121212 !important;
}
.page_single_txt2col .ttl {
padding: 15px 0;
font-size: 2.0rem;
font-weight: bold;
}
.page_single_txt2col .flex {
display: flex;
align-items: center;
}
.page_single_txt2col .img {
width: 30%;
}
.page_single_txt2col .img img {
object-fit: cover;
width: 100%;
height: 118px;
}
.page_single_txt2col .txt {
width: 70%;
padding: 20px;
}
.page_single_list_3col img {
margin-bottom: 1em;
}
.page_single_txt3col,
.page_single .list_3col {
margin-bottom: 1em;
}
.page_single_txt3col .ttl {
margin-bottom: 0;
padding: 15px;
text-align: center;
background-color: #ccc;
}
.page_single_txt3col .txt1 {
margin-bottom: 0;
padding: 20px;
font-size: 1.6rem;
background-color: #eee;
}
.page_single_nobox .in {
display: flex;
margin-bottom: 2em;
}
.page_single_nobox .in:nth-of-type(even) {
flex-direction: row-reverse;
text-align: right;
}
.page_single_nobox .in_1 {
width: 120px;
font-size: 7.0rem;
font-weight: bold;
color: #ccc;
}
.page_single_nobox .in_2 {
width: calc(100% - 120px);
padding: 30px;
text-align: left;
border: 3px solid #888;
border-radius: 10px;
}
.page_single_nobox .ttl {
margin-bottom: 10px;
font-size: 2.4rem;
font-weight: bold;
}
.page_single_nobox .txt1 {
margin-bottom: 10px;
font-size: 1.8rem;
font-weight: bold;
}
.page_single_arrow img {
max-width: 86px;
}
.page_single_list1 li {
position: relative;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 1em;
font-size: 1.6rem;
text-indent: -1em;
line-height: 1.2;
}
.page_single_list1 li ul {
margin-top: 1em;
}
.page_single_list4 {
counter-reset: section;
}
.page_single_list3 li {
position: relative;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 25px;
font-size: 1.6rem;
line-height: 1.2;
}
.page_single_list3 li::before {
position: absolute;
content: "";
width: 4px;
height: 4px;
top: 7px;
left: 5px;
background-color: #fff;
border: 3px solid #888;
border-radius: 50%;
}
.page_single_list3_check li::before {
width: 15px;
height: 15px;
top: 4px;
background-image: url(../img/ico_list_check.png);
background-repeat: no-repeat;
background-size: contain;
border-width: 0;
}
.page_single_list4 li::before {
counter-increment: section;
content: counter(section);
width: inherit;
height: inherit;
top: 3px;
font-weight: bold;
color: #888;
background-color: transparent;
border: 0;
}
.page_single_dl dl {
display: flex;
}
.page_single_dl dt {
width: 200px;
padding: 15px;
font-weight: bold;
border-bottom: 1px solid #888;
}
.page_single_dl dd {
width: calc(100% - 200px);
padding: 15px;
border-bottom: 1px solid #a1a1a1;
}
.page_single_faq .accordion_one + .accordion_one {
margin-top: 1em;
}
.page_single_faq .accordion_header {
padding: 20px 15px;
font-size: 1.8rem;
font-weight: bold;
background-color: #ccc;
}
.page_single_faq .accordion_inner {
padding: 20px 15px;
font-size: 1.6rem;
background-color: #f1f1f1;
}
.page_single_faq .accordion_header p,
.page_single_faq .accordion_inner p {
position: relative;
padding-left: 3em;
}
.page_single_faq .accordion_header p {
padding-right: 30px;
}
.page_single_faq .accordion_header p::before,
.page_single_faq .accordion_inner p::before {
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
left: 5px;
font-size: 2.4rem;
font-weight: bold;
}
.page_single_faq .accordion_header p::before {
content: "Q";
color: #fff;
}
.page_single_faq .accordion_inner p::before {
content: "A";
color: #888;
}
.page_single_faq .close {
display: none;
}
.page_single_waku {
padding-bottom: 30px;
}
.page_single_waku div {
position: relative;
max-width: 1000px;
margin: auto;
padding: 30px;
font-size: 1.9rem;
font-weight: bold;
text-align: center;
color: #fff;
background-image: linear-gradient(#7cdc79,#63caaf);
border-radius: 10px;
}
.page_single_waku div::before {
z-index: -1;
position: absolute;
content: "";
width: 50px;
height: 50px;
bottom: -20px;
right: 0;
left: 0;
margin: auto;
background-color: #63caaf;
transform: rotate(45deg);
}
.layout h2.page_single_h2_l {
padding: 30px 20px;
text-align: center;
}
.page_single_list_waku {
padding: 30px;
background-color: #eee;
}
.page_single_list_waku .page_single_list3 {
padding: 20px;
background-color: #fff;
border-radius: 10px;
}
.page_single_list_waku .page_single_list3 li {
padding-top: 5px;
padding-bottom: 5px;
font-size: 1.8rem;
}
.page_single_list_waku .page_single_list3 li::before {
top: 12px;
}
.page_single_imgtxt {
}
.layout .page_single_imgtxt h2 {
padding: 0;
background-color: transparent;
border-radius: inherit;
}
.article .page_single_imgtxt {
max-width: 1260px;
margin-right: auto;
margin-left: auto;
}
.page_single_imgtxt_wrap {
position: relative;
}
.page_single_imgtxt_img img {
object-fit: cover;
width: 100%;
max-width: 100%;
height: 400px;
}
.page_single_imgtxt_txt {
position: absolute;
width: calc(100% - 80px);
top: 50%;
transform: translateY(-50%);
left: 0;
right: 0;
margin: auto;
}
.page_single_imgtxt_txt p {
font-size: 3.4rem;
font-weight: bold;
text-shadow: 0 0 10px #121212;
text-align: left;
letter-spacing: 1px;
color: #fff;
}
.singlepage_recommendlist {
margin-top: 100px;
}
.singlepage_recommendlist h4 {
margin-bottom: 10px;
}
.singlepage_recommendlist + .singlepage_recommendlist {
margin-top: 50px;
}
.singlepage_recommendlist .list_3col {
margin-top: -12px;
}
.singlepage_recommendlist .list_3col .txt2 {
display: none;
}
.page_single_box.link2 {
margin-top: 0;
}
.page_single_link3 {
margin-right: 0;
}
.page_single_link3 a {
}
.page_single_matome {
}
.page_single_matome_list {
display: flex;
flex-wrap: wrap;
margin: -12px -12px 40px -12px;
}
.page_single_matome_in {
overflow: hidden;
position: relative;
display: flex;
width: calc(50% - 24px);
height: 188px;
margin: 12px;
border: 1px solid #ccc;
border-radius: 10px;
}
.page_single_matome_in a {
/*
z-index: 1;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
*/
}
.page_single_matome_in1 {
width: 250px;
height: 100%;
}
.page_single_matome_in1 .status {
z-index: 1;
position: absolute;
top: 8px;
left: 8px;
font-weight: bold;
}
.page_single_matome_img {
height: 100%;
}
.page_single_matome_img img {
object-fit: cover;
width: 100%;
height: 100%;
border-radius: 0;
}
.page_single_matome_in2 {
width: calc(100% - 250px);
padding: 20px;
line-height: 1.4;
}
.page_single_matome_title {
margin-bottom: 20px;
font-size: 1.8rem;
font-weight: bold;
}
.page_single_matome_txt {
}
@media (max-width:1260px) {
	.page_single_matome {
	max-width: 964px;
	margin-left: auto;
	margin-right: auto;
	}
	.page_single_matome_in1 {
	width: 200px;
	}
	.page_single_matome_in2 {
	width: calc(100% - 200px);
	padding: 15px;
	}
	.page_single_matome_title {
	margin-bottom: 15px;
	font-size: 1.6rem;
	}
}
@media (max-width:1024px) {
	.page_single_matome {
	max-width: 708px;
	}
	.page_single_matome_list {
	display: block;
	margin-left: 0;
	margin-right: 0;
	}
	.page_single_matome_in {
	width: 100%;
	margin: 0 0 15px 0;
	}
}
@media (max-width:900px) {
	.page_single_about h4 {
	width: 500px;
	}
}
@media (max-width:767px) {
	.page_single_search {
	margin-bottom: 20px;
	padding: 15px;
	border-radius: 6px;
	}
	.page_single_search_txt1 {
	font-size: 1.6rem;
	}
	.page_single_search_txt2 {
	}
	.page_single_search_box {
	display: block;
	}
	.page_single_search_input {
	width: 100%;
	margin-bottom: 10px;
	margin-right: 0;
	}
	.page_single_search_submit {
	width: 200px;
	margin: auto;
	}
	.page_single_search_submit input[type="submit"] {
	padding: 8px;
	}
	.page_single_box {
	margin-bottom: 20px;
	}
	.page_single_mv_img img,
	.page_single_imgtxt_img img {
	height: 300px;
	}
	.page_single_mv_txt1,
	.page_single_imgtxt_txt {
	width: calc(100% - 30px);
	}
	.layout h1.page_single_h1,
	.page_single_imgtxt_txt p {
	font-size: 2.2rem;
	}
	.article .page_single_imgtxt {
	margin-bottom: 40px;
	}
	.page_single_mv_txt2 {
	font-size: 1.6rem;
	}
	.page_single_about {
	padding: 50px 20px 20px 20px;
	border-width: 4px;
	}
	.page_single_about h4 {
	width: 300px;
	padding: 10px 20px;
	font-size: 1.6rem;
	}
	.page_single_about li {
	font-size: 1.5rem;
	}
	.page_single_txt1 {
	font-size: 1.8rem;
	}
	.page_single_txt2,
	.page_single_txt3 {
	font-size: 1.5rem;
	}
	.page_single_mokuji ol {
	display: none;
	padding: 10px 20px;
	}
	.page_single_mokuji h4 {
	position: relative;
	padding: 10px 20px;
	font-size: 1.6rem;
	}
	.page_single_mokuji h4:not(.open) {
	border-radius: 4px;
	}
	.page_single_mokuji h4.open {
	border-radius: 4px 4px 0 0;
	}
	.page_single_mokuji h4::after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	border-color: #fff;
	border-style: solid;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -8px;
	}
	.page_single_mokuji h4.open::after {
	transform: rotate(-135deg);
	margin-top: -4px;
	}
	.page_single_mokuji ul {
	padding: 10px 20px;
	}
	.page_single_mokuji li {
	font-size: 1.5rem;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	.page_single_arrow img {
	width: 40px;
	margin: auto;
	}
	.page_single_strong {
	padding: 20px;
	font-size: 1.5rem;
	}
	.page_single_strong .ttl {
	font-size: 1.6rem;
	}
	.page_single_dl dl {
	display: block;
	padding: 15px 0;
	}
	.page_single_dl dt {
	width: 100%;
	padding: 0 0 10px 0;
	}
	.page_single_dl dd {
	width: 100%;
	padding: 0;
	}
	.page_single_list_waku .page_single_list3 li {
	font-size: 1.5rem;
	}
	.page_single_list_waku .page_single_list3 li::before {
	top: 9px;
	}
	.page_single_list3 li {
	font-size: 1.5rem;
	}
	.page_single_list3 li::before {
	top: 6px;
	}
	.page_single_list4 li::before {
	}
	.page_single_list3_check li::before {
	width: 12px;
	height: 12px;
	}
	.page_single_txt2col {
	display: block;
	margin: 0;
	}
	.page_single_txt2col .ttl {
	font-size: 1.6rem;
	}
	.page_single_txt2col .in {
	width: 100%;
	margin: 0 0 1em 0;
	}
	.page_single_txt2col .txt {
	padding-top: 0;
	padding-bottom: 0;
	}
	.page_single_txt3col .ttl {
	padding: 10px;
	}
	.page_single_txt3col .txt1 {
	padding: 10px;
	}
	.page_single_nobox .in {
	display: block;
	margin-bottom: 1em;
	}
	.page_single_nobox .in:nth-of-type(even) {
	text-align: left;
	}
	.page_single_nobox .in_1 {
	width: 100%;
	margin-bottom: 5px;
	font-size: 3.0rem;
	}
	.page_single_nobox .in_2 {
	width: 100%;
	padding: 20px;
	border-width: 2px;
	}
	.page_single_nobox .ttl {
	font-size: 1.8rem;
	}
	.page_single_nobox .txt1 {
	font-size: 1.6rem;
	}
	.page_single_faq .accordion_header {
	page-break-after: 20px;
	font-size: 1.6rem;
	}
	.page_single_faq .accordion_header p, .page_single_faq .accordion_inner p {
	padding-left: 0;
	}
	.page_single_faq .accordion_header p {
	padding-right: 15px;
	}
	.page_single_faq .accordion_header p::before, .page_single_faq .accordion_inner p::before {
	position: relative;
	top: inherit;
	transform: inherit;
	-webkit-transform: inherit;
	left: inherit;
	margin-right: 10px;
	display: inline-block;
	font-size: 1.6rem;
	}
	.page_single_waku div {
	padding: 20px;
	font-size: 1.7rem;
	}
	.layout h2.page_single_h2_l {
	padding: 20px 10px
	}
	.page_single_list_waku {
	padding: 20px;
	}
	.singlepage_recommendlist {
	margin-top: 60px;
	}
	.singlepage_recommendlist .list_3col {
	display: flex;
	margin: -8px;
	}
	.singlepage_recommendlist .list_3col .in {
	width: calc(50% - 8px);
	margin: 8px 4px;
	}
	.singlepage_recommendlist .list_3col .in img {
	height: 40vw;
	}
	.page_single_matome {
	max-width: 330px;
	}
	.page_single_matome_in {
	}
	.page_single_matome_in1 {
	width: 150px;
	}
	.page_single_matome_in2 {
	width: calc(100% - 150px);
	padding: 10px;
	}
	.page_single_matome_title {
	font-size: 1.5rem;
	}
	.page_single_matome_txt {
	font-size: 1.3rem;
	}
}

/*-----------------------
 FAQ
-----------------------*/
.change_btn {
display: flex;
flex-wrap: wrap;
margin-bottom: 2em;
}
.change_btn li {
padding: 10px 15px;
font-size: 1.6rem;
font-weight: bold;
border-bottom: 3px solid #fff;
}
.change_btn li.is-active {
border-bottom: 3px solid #f42626;
}
.change_btn li:hover {
cursor: pointer;
opacity: 0.5;
}
@media (max-width:767px) {
	.change_btn li {
	padding: 10px 5px;
	font-size: 15px;
	}
}

/*-----------------------
 動画一覧
-----------------------*/
.movie_list {
padding-bottom: 80px;
}
.movie_list h1.movie_ttl {
position: relative;
width: fit-content;
margin-right: auto;
margin-left: auto;
padding-left: 80px;
font-size: 3.0rem;
font-weight: 900;
}
.movie_list h1.movie_ttl::before {
position: absolute;
content: "";
width: calc(62px);
height: calc(66px);
top: 50%;
transform: translateY(-50%);
left: 0;
background-image: url(../img/movie/ico.png);
background-repeat: no-repeat;
background-size: contain;
}
.movie_list #top_search .input_area {
justify-content: center;
}
.movie_list .link_box {
display: flex;
justify-content: flex-end;
align-items: center;
}
.movie_list .favorite_button {
display: block;
width: 150px;
height: 40px;
margin-top: 0;
margin-right: 8px;
text-align: center;
}
.movie_list .favorite_button button {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 40px;
padding: 0;
text-align: center;
}
.movie_list .link {
display: flex;
justify-content: center;
align-items: center;
width: 150px;
height: 40px;
margin-top: 0;
border-radius: 5px;
}
@media screen and (min-width:768px) and ( max-width:1000px) {
	.movie_list .link_box {
	display: block;
	}
	.movie_list .favorite_button {
	margin: 0 auto 4px;
	}
	.movie_list .link {
	margin: auto;
	}
}
@media (min-width:768px) {
	.movie_list #top_search .submit {
	}
}
@media (max-width:767px) {
	.movie_list {
	padding-bottom: 20px;
	}
	.movie_list h1.movie_ttl {
	padding-left: 60px;
	font-size: 2.2rem;
	}
	.movie_list h1.movie_ttl::before {
	width: calc(62px * .8);
	height: calc(66px * .8);
	}
}

/*-----------------------
 記事系ページ
-----------------------*/
.article {
}
.article .wrap {
display: flex;
}
.article_main {
width: calc(100% - 300px);
}
.article_main .tag li {
color: #fff;
background-color: #F06292;
}
.article_side {
width: 300px;
padding-left: 80px;
}
.article_side_ttl {
margin-bottom: 15px;
padding: 5px 10px;
font-size: 1.6rem;
font-weight: bold;
text-align: center;
background-color: #ccc;
border-radius: 2px;
}
ul + .article_side_ttl {
margin-top: 40px;
letter-spacing: 2px;
}
.article_side ul {
}
.article_side li {
}
.article_side li a {
display: block;
padding: 8px 5px;
color: #121212;
border-bottom: 1px dotted #888;
}
.article_list li {
position: relative;
}
.article_list li>a {
z-index: 1;
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.article_list .tag ul {
display: flex;
flex-wrap: wrap;
}
.article_list.list_3col {
/*margin-top: -24px;*/
}
.article_list.list_3col .in {
width: calc(33.3333% - 24px);
}
.article_list_img img {
aspect-ratio: 9 / 6;
height: auto;
margin-bottom: 0;
}
.list_3col .ttl.article_list_ttl {
font-size: inherit;
}
.article_list_date {
display: none;/* 一旦非表示に */
margin-bottom: 5px;
font-size: 1.2rem;
text-align: right;
}
.article_list_txt {
margin-bottom: 10px;
text-align: left;
}
.article_list .tag {
}
.article_list .tag li {
}
.article_list .tag2 {
}
.article_list .tag2 li {
color: #121212;
background-color: #f0f8ff;
}
.wp-pagenavi {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
font-family: "arial",sans-serif;
font-size: 1.8rem;
line-height: 1;
}
.wp-pagenavi .pages {
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.single_pager li a {
display: inline-block;
margin: 2px;
color: #121212;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
padding: 5px 10px;
border: 1px solid #aaa;
}
.wp-pagenavi .current {
font-weight: bold;
color: #fff;
background-color: #888;
border: 1px solid #888;
}
.wp-pagenavi span,
.wp-pagenavi a {
display: inline-block;
margin: 0 10px;
}
.wp-pagenavi .nextpostslink {
font-size: 2.0rem;
}
.article_list li:hover {
opacity: 0.5;
}
@media (max-width:1200px) {
	.article_side {
	padding-left: 50px;
	}
}
@media (max-width:1000px) {
	.article .wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	}
	.article_main {
	width: 100%;
	margin-bottom: 0;
	}
	.article_side {
	display: none;
	width: 100%;
	margin-bottom: 40px;
	padding-left: 0;
	}
	body.article_menu_open .article_side {
	display: block;
	}
	.article_side_ttl {
	margin-bottom: 0;
	}
	ul + .article_side_ttl {
	margin-top: 20px;
	}
}
@media (max-width:768px) {
	.article_list.list_3col {
	display: flex;
	margin: 0 -5px -5px -5px;
	}
	.article_list.list_3col .in {
	width: calc(50% - 10px);
	margin: 5px;
	}
}
@media (max-width:500px) {
	.article_list.list_3col .in {
	width: 100%;
	}
}

/*-----------------------
 キーワード検索結果
-----------------------*/
.keywordsearch {
}
.layout h3 span.keywordsearch_count {
}
.keywordsearch_count::before {
content: "（";
}
.keywordsearch_count::after {
content: "）";
}
.keywordsearch_list {
margin-top: 30px;
}
.keywordsearch_list .in {
position: relative;
padding: 20px 0;
}
.keywordsearch_list .in + .in {
border-top: 2px solid #eee;
}
.keywordsearch_list .in a {
z-index: 1;
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.keywordsearch_list .ttl {
position: relative;
margin-bottom: 10px;
padding-left: 25px;
font-size: 1.8rem;
font-weight: bold;
}
.keywordsearch_list .ttl::before {
position: absolute;
content: "";
width: 10px;
height: 3px;
top: 10px;
left: 5px;
background-color: #888;
}
.keywordsearch_list .txt {
font-size: 1.6rem;
}
.keywordsearch_list .in:hover a {
background-color: #fff;
}
@media (max-width:768px) {
}

/*-----------------------
 ログイン
-----------------------*/
.mypage_bg {
padding-top: 80px;
background-color: #eee;
}
#login {
font-size: 1.6rem;
}
#login .logo,
#mypage .logo {
margin-bottom: 3em;
}
#login .logo h1 a,
#mypage .logo h1 a {
width: calc(238px * 1.3);
height: calc(51px * 1.3);
margin: auto;
background-size: contain;
}
#login .logo h1:hover,
#mypage .logo h1:hover {
opacity: 1;
}
.login_wrap {
max-width: 800px;
margin: auto;
}
.login_box {
padding: 50px;
background-color: #fff;
border-radius: 10px;
}
.login_in1 {
margin-bottom: 2em;
}
.login_in2 {
margin-bottom: 15px;
}
.login_in1 label,
.login_in2 label {
display: block;
margin-bottom: 5px;
font-weight: bold;
}
.login_in2 .wp-pwd {
position: relative;
}
.login_in2 button {
z-index: 1;
position: absolute;
width: 30px;
height: 17px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
right: 10px;
background-color: transparent;
}
.login_in2 button span.dashicons-visibility {
display: block;
width: 100%;
height: 100%;
background-image: url(../img/login/pass_v.png);
}
.login_in2 button span.dashicons-hidden {
display: block;
width: 100%;
height: 100%;
background-image: url(../img/login/pass_h.png);
}
.forgetmenot input {
transform: scale(1.3);
}
#login .submit {
margin-top: 3em;
}
.login_note {
margin-top: 1em;
text-align: right;
color: #888;
}
.login_note:hover {
opacity: 0.5;
}
@media (max-width:767px) {
	.mypage_bg {
	padding-top: 30px;
	}
	#login {
	font-size: 1.5rem;
	}
	.login_box {
	padding: 30px;
	}
	#login .logo,
	#mypage .logo {
	margin-bottom: 2em;
	}
	#login .logo h1 a,
	#mypage .logo h1 a {
	width: calc(238px * 1);
	height: calc(51px * 1);
	}
}

/*-----------------------
 マイページ
-----------------------*/

/* ダッシュボード */
.id_name {
margin-bottom: .5em;
font-size: 2.2rem;
font-weight: bold;
text-align: left;
}
.id_name .id {
position: relative;
}
.id_name .id::before,
.id_name .name::before {
margin-right: 10px;
font-size: 1.8rem;
font-weight: normal;
}
.id_name .id::before {
content: "ID：";
}
.id_name .name::before {
content: "名称：";
}
.logout {
width: fit-content;
margin-left: auto;
margin-bottom: 3em;
}
.mypage_nav {
}
.mypage_nav ul {
display: flex;
flex-wrap: wrap;
margin: 0 -10px;
}
.mypage_nav li {
width: calc(33.3333% - 20px);
margin: 10px;
}
.mypage_nav li a {
display: flex;
align-items: center;
background-color: #fff;
height: 150px;
padding: 10px;
padding-left: 40px;
font-size: 2.4rem;
border: 5px solid #888;
border-radius: 10px;
}
.mypage_nav li a::before {
content: "";
width: 40px;
height: 40px;
margin-right: 20px;
background-repeat: no-repeat;
background-size: contain;
}
.mypage_nav li.keiyaku a::before {
background-image: url(../img/mypage/ico01.png);
}
.mypage_nav li.siryo a::before {
background-image: url(../img/mypage/ico02.png);
}
.mypage_nav li.kakunin a::before {
background-image: url(../img/mypage/ico03.png);
}
.mypage_nav li.support a::before {
background-image: url(../img/mypage/ico04.png);
}
.mypage_nav li.contact a::before {
background-image: url(../img/mypage/ico05.png);
}
.mypage_nav li.tbd a::before {
background-image: url(../img/mypage/ico06.png);
}
.mypage_nav li a:hover {
background-color: #ccc;
border-color: #ccc;
}
.mypage_nav li a:hover::before {
filter: brightness(0) invert(1);
}
.requester_h3_flex {
display: flex;
align-items: center;
justify-content: space-between;
}
@media (max-width:1100px) {
	.mypage_nav ul {
	margin: 0 -5px;
	}
	.mypage_nav li {
	width: calc(50% - 10px);
	margin: 5px;
	}
}
@media (min-width:768px) {
	#mypage_seikyu .tbl1 th {
	width: 200px;
	}
	#mypage_seikyu .tbl1 td {
	width: calc(100% - 200px);
	}
}
@media (max-width:767px) {
	.id_name {
	font-size: 1.8rem;
	}
	.id_name .id::before,
	.id_name .name::before {
	font-size: 1.5rem;
	}
	.logout {
	margin-bottom: 1.5em;
	}
	.mypage_nav {
	max-width: 600px;
	margin: auto;
	}
	.mypage_nav li a {
	height: 70px;
	font-size: 1.6rem;
	padding-left: 30px;
	border-width: 3px;
	border-radius: 5px;
	}
	.mypage_nav li a::before {
	width: 30px;
	height: 30px;
	}
}
@media (max-width:600px) {
	.mypage_nav {
	max-width: 300px;
	margin: auto;
	}
	.mypage_nav li {
	width: 100%;
	margin: 0 0 10px 0;
	}
}

/* フラグ色設定 */
.s02_a {
color: #fff;
background-color: #80C4FF;
}
.s02_b {
color: #fff;
background-color: #42A5F5;
}
.s02_c {
color: #fff;
background-color: #4A90E2;
}
.s02_d {
color: #fff;
background-color: #003366;
}
.s02_e {
color: #fff;
background-color: #66BB6A;
}
.s02_f {
color: #fff;
background-color: #AB47BC;
}
.s02_g {
color: #fff;
background-color: #757575;
}
.s02_h {
color: #fff;
background-color: #F57C00;
}
.s06_a {
color: #121212;
background-color: #f0f8ff;
}
.s06_b {
color: #fff;
background-color: #1E88E5;
}
.s06_c {
color: #fff;
background-color: #F06292;
}


/* 共通 */
.mypage_box {
margin-bottom: 3em;
padding: 50px;
background-color: #fff;
border-radius: 10px;
}
.mypage_box h2:first-of-type {
margin-top: 0;
}
.mypage_link {
width: 250px;
}
.mypage_linkbnr {
text-align: center;
}
.mypage_linkbnr h3 {
display: block;
margin-top: 0;
margin-bottom: 0;
padding-left: 0 !important;
}
.mypage_linkbnr h3::before {
display: none;
}
.mypage_linkbnr .flex {
margin: 0 -10px;
}
.mypage_linkbnr .flex a {
margin: 10px;
}
.mypage_linkbnr2 a {
margin-left: 10px;
font-size: 1.6rem;
color: #121212 !important;
}
.mypage_linkbnr2 a::before {
content: "\03e";
margin-right: 10px;
}
.mypage_linkbnr3 p + p {
margin-top: 5px;
}
.item_tag {
display: flex;
flex-wrap: wrap;
margin: -2px -2px 10px -2px;
}
.item_tag_li {
margin: 0 5px;
}
.area_flex {
display: flex;
flex-wrap: wrap;
margin: -5px;
}
.area_flex .area {
margin: 0;
}
.area {
display: flex;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}
.area li {
margin: 5px;
padding: 5px 10px;
border: 1px solid;
border-radius: 4px;
}
.area.area1 li {
background-color: #f1f1f1;
}
.area.tokuchou li {
color: #121212;
background-color: #F8E8D0;
}
.list01 {
}
.list01 li {
}
@media (max-width:767px) {
	.mypage_box {
	padding: 20px;
	}
	.area {
	margin: -2px;
	}
	.area li {
	margin: 2px;
	padding: 2px 8px;
	font-size: 1.2rem;
	}
}

/* 契約情報 */

/* 請求情報 */
#mypage_seikyu div:not(.tbl_scroll ) .tbl1 {
width: 100%;
}
#mypage_seikyu .flex {
display: flex;
}
#mypage_seikyu .flex_in1 {
width: calc(40%);
}
#mypage_seikyu .flex_in2 {
width: calc(60% - 50px);
margin-top: 65px;
margin-left: 50px;
padding: 1em;
border: 1px solid #a2a2a2;
}
#mypage_seikyu .kensaku_in3.submit,#mypage .kensaku_in3.submit {
margin-top: 10px;
}
#mypage_seikyu .kensaku_in3.submit input,#mypage .kensaku_in3.submit input {
width: 100px;
margin-left: 0;
}
@media (max-width:767px) {
	#mypage_seikyu .flex {
	display: block;
	}
	#mypage_seikyu .flex_in1 {
	width: 100%;
	}
	#mypage_seikyu .flex_in2 {
	width: 100%;
	margin-top: 20px;
	margin-left: 0;
	padding: 1em;
	}
	#mypage_seikyu .kensaku_in3.submit input {
	margin-left: auto;
	}
}

/* お問い合わせ情報 */
#mypage_contact_archives .flex_sb,
#mypage_contact_single .flex_sb {
display: flex;
align-items: baseline;
justify-content: space-between;
}
#mypage_contact_archives .mypage_link,
#mypage_contact_single .mypage_link {
margin-bottom: 3em;
}
#mypage_contact_archives .name_select {
max-width: 500px;
}
#mypage_contact_archives .hyouji {
max-width: 500px;
}
#mypage_contact_archives .kensaku {
display: flex;
align-items: center;
}
#mypage_contact_archives .kensaku_in1 {
margin-right: 20px;
}
#mypage_contact_archives .kensaku_in2 {
max-width: 410px;
margin-right: 20px;
}
#mypage_contact_archives .kensaku_in3.submit input {
width: 100px;
}
#mypage_contact_archives .hyouji p,
#mypage_contact_archives .kensaku p {
margin-bottom: 10px;
}
#mypage_contact_archives .tbl_scroll .tbl1 th:nth-of-type(1),
#mypage_contact_archives .tbl_scroll .tbl1 th:nth-of-type(2),
#mypage_contact_archives .tbl_scroll .tbl1 th:nth-of-type(4),
#mypage_contact_archives .tbl_scroll .tbl1 th:nth-of-type(5),
#mypage_contact_archives .tbl_scroll .tbl1 th:nth-of-type(6),
#mypage_contact_archives .tbl_scroll .tbl1 th:nth-of-type(7)	{
width: 10%;
}
#mypage_contact_archives .tbl_scroll .tbl1 th:nth-of-type(3),
#mypage_contact_archives .tbl_scroll .tbl1 th:nth-of-type(8)	{
width: 20%;
}
#mypage_contact_archives #trip-area {
display: flex;
flex-wrap: wrap;
margin-bottom: 10px;
}
#mypage_contact_archives #trip-area label {
display: block;
width: 100%;
margin-bottom: 10px;
}
#mypage_contact_archives #trip-area input {
width: calc(50% - 5px);
}
#mypage_contact_archives #trip-area input:nth-of-type(1) {
margin-right: 5px;
}
#mypage_contact_archives #trip-area input:nth-of-type(2) {
margin-left: 5px;
}
@media (min-width:768px) {
	#mypage_contact_archives .col2 {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
	}
	#mypage_contact_archives .col2 .in {
	width: calc(50% - 20px);
	margin: 0 10px;
	}
}
@media (max-width:767px) {
	#mypage_contact_archives .col2 .in + .in {
	margin-top: 1em;
	}
	.kensaku {
	flex-wrap: wrap;
	}
	#mypage_contact_archives .kensaku_in1 {
	margin-right: 0;
	}
	#mypage_contact_archives .kensaku_in2 {
	max-width: 100%;
	margin-right: 0;
	}
	#mypage_contact_archives .kensaku_in3.submit {
	margin-top: 10px;
	width: 100%;
	}
	#mypage_contact_archives .tbl_scroll .tbl1 {
	width: 797px;
	}
}

/* お問い合わせ情報詳細 */
#mypage_contact_single .jyokyo {
display: flex;
align-items: center;
margin-bottom: 1em;
}
#mypage_contact_single .jyokyo .in1 {
display: flex;
flex-wrap: wrap;
width: calc(100% - 100px);
}
#mypage_contact_single .jyokyo .in1_in {
margin-right: 20px;
}
#mypage_contact_single .jyokyo .in2 {
width: 100px;
}
#mypage_contact_single .jyokyo .in2 input,
#mypage_contact_single .jyokyo .in2 input[type="submit"] {
width: 100%;
height: inherit;
padding: 5px;
}
#mypage_contact_single .txtbox {
padding: 20px;
border: 1px solid #a2a2a2;
}
#mypage_contact_single .tbl1 th {
width: 250px;
}
#mypage_contact_single .tbl1 td {
display: flex;
flex-wrap: wrap;
width: calc(100% - 250px);
}
#mypage_contact_single .tbl1 td span{
display: block;
padding: 2px 6px;
margin: 4px;
background: #eee;
border-radius: 4px;
}
@media (max-width:767px) {
	#mypage_contact_single .jyokyo {
	display: block;
	}
	#mypage_contact_single .jyokyo .in {
	margin-bottom: 1em;
	}
}

/*-----------------------
 【新】エリア一覧
-----------------------*/
.area_archives {
}
.area_archives #top_carousel h2 {
}
.area_archives #top_search {
}
.area_archives #top_search {
}
@media (max-width:767px) {
}
@media (max-width:767px) {
}
@media (max-width:767px) {
}
@media (max-width:767px) {
}

/*-----------------------
 【新】お知らせ
-----------------------*/
.blog {
padding: 100px 30px;
}
.blog_wrap {
display: flex;
align-items: flex-start;
max-width: 1400px;
margin: auto;
}
.blog_main_col {
width: calc(100% - 300px);
padding-right: 80px;
}
/*-- サイドメニュー --*/
.blog_side_col {
width: 300px;
}
.blog_side_col_in {
margin-bottom: 80px;
}
.blog_side_col_in:last-child {
margin-bottom: 0;
}
.blog_side_col_ttl {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
padding: 15px 20px;
background-color: #f1f1f1;
}
.blog_side_col_ttl span:nth-of-type(1) {
}
.blog_side_col_ttl span:nth-of-type(2) {
font-family: "arial",sans-serif;
font-size: 1.2rem;
font-weight: normal;
}
.blog_side_col_list {
font-size: 1.3rem;
}
.blog_side_col_list li {
position: relative;
padding: 8px;
font-size: 1.4rem;
border-bottom: 1px solid #ccc;
}
.blog_side_col_list li:last-of-type {
margin-bottom: 0;
}
.blog_side_col ul li dl {
}
.blog_side_col ul li dt {
}
.blog_side_col ul li dd {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
text-overflow: ellipsis;
}
/*-- 共通 --*/
.post_category {
display: flex;
flex-wrap: wrap;
flex-wrap: wrap;
justify-content: flex-end;
margin-right: -2px;
margin-bottom: 5px;
}
.post_category li {
margin: 2px;
padding: 7px 8px;
font-size: 1.3rem;
text-align: center;
line-height: 1;
background-color: #f1f1f1;
border-radius: 3px;
}
.post_date {
font-size: 1.5rem;
text-align: right;
line-height: 1;
letter-spacing: 1px;
}
/*-- アーカイブ --*/
.blog_archives {
}
.post_list {
}
.post_list>li {
position: relative;
height: 200px;
margin-bottom: 20px;
background-color: #fff;
border: 2px solid;
}
.post_list>li>a {
z-index: 1;
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.post_list_box {
display: flex;
flex-direction: row-reverse;
height: 100%;
}
.post_list_box_in1 {
width: calc(100% - 200px);
padding: 15px;
line-height: 1.4;
}
.post_list_box_in1_head {
display: flex;
align-items: center;
justify-content: flex-end;
}
.post_list .post_category {
margin-right: 1em;
}
.post_list .post_date {
font-size: 1.3rem;
}
.post_list_ttl {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
text-overflow: ellipsis;
width: 100%;
margin-bottom: 10px;
font-size: 1.5rem;
}
.post_list .post_category {
}
.post_list_txt {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
text-overflow: ellipsis;
font-size: 1.4rem;
}
.post_list_box_in2 {
width: 200px;
height: 100%;
}
.post_list_box_in2 img {
object-fit: cover;
max-width: inherit !important;
width: 100%;
height: 100%;
}
/*-- ページャー --*/
.wp-pagenavi {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin-top: 50px;
font-family: "arial",sans-serif;
line-height: 1;
}
.wp-pagenavi .pages {
margin-right: 10px;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
width: 30px;
height: 30px;
margin: 2px;
display: flex;
align-items: center;
justify-content: center;
background-color: #eee;
}
.wp-pagenavi .current {
font-weight: bold;
color: #fff;
background-color: #ebb135;
border: 1px solid #ebb135;
}
.wp-pagenavi .nextpostslink {
margin-left: 10px;
font-size: 2.0rem;
}
/*-- シングルページ --*/
.blog_single_box {
margin-bottom: 3em;
}
.layout h3.blog_single_title {
margin-top: 0;
margin-bottom: 1em;
padding-left: 0;
font-size: 2.5rem;
}
.layout h3.blog_single_title::before {
display: none;
}
.post_head {
display: flex;
align-items: center;
margin-bottom: 10px;
}
.post_name {
margin-right: 15px;
font-size: 2.0rem;
font-weight: bold;
}
.post_head .tag {
margin-bottom: 0;
}
.blog_single .post_date {
}
.blog_single .post_category {
}
.post_in {
margin-top: 40px;
line-height: 2;
}
.post_in h1 {
margin-top: 0;
margin-bottom: 1em;
padding: 15px 15px;
font-size: 140%;
background-color: #f1f1f1;
border-radius: 4px;
}
.post_in h2 {
margin-top: 0;
margin-bottom: 1em;
padding-bottom: 4px;
font-size: 130%;
}
.post_in h3 {
width: fit-content;
margin-top: 0;
margin-bottom: 1em;
padding-bottom: 2px;
font-size: 120%;
}
.post_in h4 {
margin-bottom: .5em;
font-size: 110%;
}
.post_in h5 {
margin-bottom: .5em;
font-size: 110%;
}
.post_in h6 {
margin-bottom: .5em;
font-size: 110%;
}
.layout .post_in img {
/*max-width: 100%;*/
}
.post_in p {
margin-top: 1em;
margin-bottom: 1em;
}
.post_in p a {
text-decoration: underline;
}
.post_in ul,
.post_in ol {
margin-top: 1em;
margin-bottom: 1em;
margin-left: 1.5em;
}
.post_in ul {
list-style: disc;
}
.post_in ol {
list-style: decimal;
}
.post_dl_btn {
width: fit-content;
min-width: 400px;
margin: auto;
}
.post_dl_btn a {
position: relative;
display: block;
padding: 15px 30px;
font-size: 1.6rem;
font-weight: bold;
text-align: center;
line-height: 1.2;
border: 2px solid #FB607F;
background-color: #fff;
border-radius: 6px;
}
.post_dl_btn a::after {
position: relative;
display: inline-block;
vertical-align: middle;
content: "";
width: 25px;
height: 25px;
margin-left: 15px;
background-image: url(../img/ico_dll.png);
background-repeat: no-repeat;
background-size: contain;
}
/*-- singleページャー --*/
.single_pager {
z-index: 1;
display: flex;
display: box;
align-items: center;
position: relative;
}
.single_pager li {
position: relative;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
text-overflow: ellipsis;
width: 50%;
}
.single_pager_prev,
.single_pager_next {
width: calc((100% - 150px)/2);
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
text-overflow: ellipsis;
}
.single_pager li a {
padding: 0 15px;
}
.single_pager_prev a,
.single_pager_next a {
display: block;
width: fit-content;
}
.single_pager_next a {
margin-left: auto;
}
.single_pager_prev::before,
.single_pager_next::before {
position: absolute;
content: "";
width: 5px;
height: 5px;
top: 9px;
transform: rotate(45deg);
}
.single_pager_prev::before {
left: 1px;
border-bottom: 2px solid #252525;
border-left: 2px solid #252525;
}
.single_pager_next::before {
right: 1px;
border-top: 2px solid #252525;
border-right: 2px solid #252525;
}
.single_pager_return {
width: 150px;
text-align: center;
}
@media (max-width:1320px) {
	.blog_wrap {
	display: block;
	}
	.blog_main_col {
	width: 100%;
	max-width: 1023px;
	margin: 0 auto 60px;
	padding-right: 0;
	}
	.post_list {
	margin-bottom: 30px;
	}
	.post_category li {
	padding: 4px 5px;
	}
	.blog_side_col {
	width: 100%;
	max-width: 600px;
	margin: auto;
	}
}
@media (max-width:1023px) {
	.blog {
	padding: 80px 15px;
	}
	.blog_main_col {
	width: 100%;
	max-width: 767px;
	}
	.post_list>li {
	height: 160px;
	}
	.post_list_box_in1 {
	width: calc(100% - 160px);
	}
	.post_list_box_in2 {
	width: 160px;
	}
	.post_list_ttl {
	-webkit-line-clamp: 1;
	}
	.post_list_txt {
	-webkit-line-clamp: 2;
	}
	.blog_single_box {
	padding: 30px;
	}
	.post_in {
	line-height: inherit;
	}
}
@media (min-width:768px) {
	/*-- hover */
	.blog_side_col_list li a:hover {
	opacity: .5;
	transition: .5s;
	}
	.post_list>li:hover {
	opacity: .6;
	transition: .5s;
	}
	.wp-pagenavi .page:hover {
	font-weight: bold;
	color: #fff;
	background-color: #ebb135;
	transition: .5s;
	}
	.single_pager li:hover {
	opacity: .5;
	transition: .5s;
	}
}
@media (max-width:767px) {
	.blog {
	padding: 50px 15px;
	}
	.blog_main_col {
	margin-bottom: 60px;
	}
	.blog_side_col_in {
	margin-bottom: 40px;
	}
	.blog_side_col_ttl {
	margin-bottom: 10px;
	padding: 10px 15px;
	}
	.blog_side_col_list li {
	padding: 5px;
	}
	.post_category {
	margin-bottom: 5px;
	}
	.post_category li {
	padding: 3px 5px;
	font-size: 1.2rem;
	}
	.post_date {
	margin-bottom: 10px;
	}
	.post_list {
	display: block;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	}
	.post_list>li {
	width: 100%;
	height: 130px;
	margin-bottom: 10px;
	}
	.post_list_box {
	}
	.post_list_box_in1 {
	width: calc(100% - 130px);
	padding: 10px;
	}
	.post_list_box_in2 {
	width: 130px;
	}
	.post_list .post_list_box_in1_head {
	display: block;
	}
	.post_list .post_category {
	margin-right: -2px;
	}
	.post_list .post_date {
	margin-bottom: 5px;
	font-size: 1.2rem;
	}
	.post_list_ttl {
	margin-bottom: 5px;
	padding: 0;
	font-size: 1.4rem;
	}
	.post_list_txt {
	font-size: 1.4rem;
	}
	.blog_single_box {
	padding: 0;
	}
	.post_in {
	}
	.post_head {
	display: block;
	}
	.post_name {
	margin-right: 0;
	margin-bottom: 8px;
	}
	.wp-pagenavi {
	margin-top: 40px;
	}
	.single_pager {
	display: block;
	}
	.layout h3.blog_single_title {
	margin-bottom: 1em;
	}
	.post_dl_btn {
	min-width: 200px;
	}
	.post_dl_btn a {
	padding: 10px 20px;
	font-size: 1.5rem;
	}
	.post_dl_btn a::after {
	width: 18px;
	height: 18px;
	margin-left: 10px;
	}
	.single_pager {
	display: block;
	}
	.single_pager li {
	width: 100%;
	}
	.single_pager_prev,
	.single_pager_return {
	margin-bottom: 8px;
	}
	.single_pager li a {
	padding: 0 10px;
	font-size: 1.5rem;
	}
	.single_pager_prev::before,
	.single_pager_next::before {
	width: 4px;
	height: 4px;
	top: 8px;
	border-width: 1px !important;
	}
}


/*-----------------------
 【新】PRページ
-----------------------*/
.summary_page {
}
.summary_list {
display: flex;
flex-wrap: wrap;
margin: -12px -12px 40px -12px;
}
.summary_list_li {
overflow: hidden;
position: relative;
display: flex;
width: calc(50% - 24px);
margin: 12px;
border: 1px solid #ccc;
border-radius: 10px;
}
.summary_list_li a {
z-index: 1;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.summary_list_new {
position: absolute;
width: 90px;
padding: 5px;
top: 10px;
left: 10px;
text-align: center;
letter-spacing: 2px;
color: #F06292;
background-color: #FFD600;
border-radius: 4px;
}
.summary_list_li_in1 {
width: 250px;
}
.summary_list_li_in1_img {
height: 100%;
margin: 0 !important;
}
.summary_list_li_in1_img img {
object-fit: cover;
width: 100%;
height: 100%;
border-radius: 0 !important;
}
.summary_list_li_in2 {
width: calc(100% - 250px);
padding: 20px;
}
.summary_list_li_in2_name {
margin-bottom: 20px;
font-size: 1.6rem;
font-weight: bold;
}
.summary_list_li_in2_txt {
}
@media (max-width:1320px) {
	.summary_list_li_in1 {
	width: 220px;
	}
	.summary_list_li_in2 {
	width: calc(100% - 220px);
	}
}
@media (max-width:1023px) {
	.summary_list_li_in1 {
	width: 150px;
	}
	.summary_list_li_in2 {
	width: calc(100% - 150px);
	padding: 20px 15px;
	}
}
@media (min-width:768px) {
	/*-- hover */
	.summary_list_li:hover {
	opacity: .5;
	transition: .5s;
	}
}
@media (max-width:767px) {
	.summary_list {
	display: block;
	margin: 0 0 30px 0;
	}
	.summary_list_li {
	width: 100%;
	margin: 0 0 10px 0;
	}
	.summary_list_new {
	width: auto;
	padding: 2px 8px;
	font-size: 1.2rem;
	letter-spacing: 0;
	}
	.summary_list_li_in1 {
	}
	.summary_list_li_in2 {
	padding: 10px;
	}
	.summary_list_li_in2_name {
	margin-bottom: 5px;
	font-size: 1.4rem;
	}
	.summary_list_li_in2_txt {
	font-size: 1.2rem;
	}
}