@charset "utf-8";

/* common */
/* ---------------------------------------------------------------------------------------------------- */

body {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 500;
/*	background: #fff;*/
	color: #4D4D4D;
	line-height: 175%;
	font-size: 14px;
	font-feature-settings: "palt";
	overflow-x:hidden;
}
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 500;
}
.gothic {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 500;
}
a {
	color: #4D4D4D;
	text-decoration: none;
}
a:visited {
	color: #4D4D4D;
}
a:hover {
	color: #4D4D4D;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}
img {
	width: 100%;
	height: auto;
}


@media (min-width:768px) {
	.PC{	display:block!important;}
	.SP{	display:none!important;}
}
@media (max-width:767px) {
	.PC{	display:none!important;}
	.SP{	display:block!important;}
}

/* header */
/* -------------------------------------------------- */

header, header h1, header a, header p, header ul {
	transition: 0.3s ease-in-out;
}
header {
	height: 120px;
	width: 100%;
	z-index: 10000;
	overflow: hidden;
	line-height: 100%;
}
header .inner {
	max-width: 1040px;
	margin: 0 auto;
	height: 110px;
	padding: 0 20px;
	position: relative;
	font-weight: 600;
}
header #logo {
	width: 160px;
	position: absolute;
	top: 50%;
	left: 20px;
	z-index: 2;
	transform: translateY(-50%);
	font-size: 0;
}
header #logo img {
	position: relative;
	z-index: 3;
}
/*
header #logo::after {
	position: absolute;
	content: ' ';
	width: 400px;
	height: 200px;
	background: #A10000;
	top: -175px;
	left: -25px;
	z-index: 1;
	transform: rotate(-22.5deg);
}
header #logo::before {
	position: absolute;
	content: ' ';
	width: 2000px;
	height: 200px;
	background: #A10000;
	top: -100px;
	right: 50px;
	z-index: 1;
}
*/
#gnavi {
	position: absolute;
	top: 53px;
	right: 110px;
}
#gnavi ul {
	list-style: none;
	font-size: 0;
}
#gnavi ul li {
	font-size: 15px;
	display: inline;
	margin-right: 20px;
}
#gnavi ul li:last-child {
	margin-right: 0;
}
#gnavi ul li a {
	color: #4D4D4D;
	position:relative;
}
#gnavi ul li a::after {
	content:"";
	display:block;
	width:0;
	height:1px;
	background: #A10000;
	position:absolute;
	bottom:-3px;
	left:0;
	transition:0.5s;
}
#gnavi ul li a:hover {
	color: #A10000;
	transition: 0.3s;
}
#gnavi ul li a:hover::after {
	width:100%;
}
header .inner #menu {
	position: absolute;
	top: 0;
	bottom:0;
	right: 20px;
	width: 40px;
	height: 40px;
	margin:auto;
	padding: 10px 0;
	color: #FFF;
	text-align: center;
	transition: 0.3s ease-in-out;
	cursor: pointer;
}
header .inner #menu::after {
	content:"MENU";
	display:block;
	position: absolute;
	bottom:-15px;
	left:0;
	right: 0;
	width: 40px;
	height: 10px;
	margin:auto;
	padding: 10px 0;
	color: #A10000;
	font-size:11px;
	text-align: center;
}

#sp_navi {
	z-index: 9999;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 14px;
	right: 25px;
	cursor: pointer;
}
#panel-btn {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 20px;
}
#panel-btn-icon {
	display: block;
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	right:0;
	width: 26px;
	height: 3px;
	margin: auto;
	background: #A10000;
	transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon::after {
	display: block;
	content: "";
	position: absolute;
	left:0;
	right:0;
	width: 26px;
	height: 3px;
	margin: auto;
	background: #A10000;
	transition: .2s;
}
#panel-btn-icon:before {
	top:-8px;
}
#panel-btn-icon::after {
	bottom:-8px;
}
#panel-btn .close, .index_header #panel-btn .close {
	background: transparent;
}
#panel-btn .close:before, #panel-btn .close::after {
	margin-top: 0;
}
#panel-btn .close:before {
	transform: rotate(-45deg);
}
#panel-btn .close::after {
	transform: rotate(-135deg);
}
#sp_navi {
	display: none;
}
@media (max-width:1024px) {
	#gnavi {
		display: none;
	}
}
@media (max-width:768px) {
	header {
		height: 70px;
	}
	header .inner {
		height: 70px;
	}
	header #logo {
		width: 150px;
	}
	header #logo::after {
		width: 300px;
	}
	header .inner #menu {
		position: absolute;
		top: -13px;
		right: 15px;
	}
}
/* nav-menu */
/* -------------------------------------------------- */

#panel-btn-close {
	width: 20px;
	height: 20px;
	display: inline-block;
	float:right;
	position: absolute;
	top:25px;
	right:15px;
}
#panel-btn-close::before {
	content:"";
	display:block;
	width: 20px;
	height: 2px;
	background:#fff;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	transform:rotate(45deg);
}
#panel-btn-close::after {
	content:"";
	display:block;
	width: 20px;
	height: 2px;
	background:#fff;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	transform:rotate(-45deg);
}

	@media (min-width:769px) {
		#nav-menu,
		#nav-menu-overlay{
			width:100%;
			opacity: 0;
			visibility: hidden;
			transition:0.5s;
			z-index:10000;
		}
		#nav-menu{
			transform: translateY(-100%);
			position:fixed;
			top:0;
			left:0;
			right:0;
		}
		#nav-menu-overlay{
			transform: translateY(100%);
			position:fixed;
			top:0;
			left:0;
			right:0;
		}
		#nav-menu.is-shown{
			height:60vh;
			background:#A10000;
			opacity:1;
			visibility: visible;
			transform: translateY(0);
		}
		#nav-menu-overlay.is-shown{
			height:100vh;
			background:rgba(0,0,0,0.8);
			opacity:1;
			visibility: visible;
			transform: translateY(0);
		}
		#nav-menu.is-shown .inner{
			width:960px;
			margin:90px auto;
			position:relative;
		}
		#panel-btn-close {
			position: absolute;
			top:-45px;
			right:-5px;
			cursor:pointer;
		}
		#nav-menu .nav-menu-list-1{
			margin-top:35px;
			list-style:none;
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			gap:0 10px;
			justify-content: flex-start;
		}
		#nav-menu .nav-menu-cell{
			width:calc( (100% - 50px) / 6 );
		}
		#nav-menu .nav-menu-cell:last-child{
			margin-right:0;
		}
		#nav-menu .nav-menu-cell a{
			width:100%;
			padding:90px 15px 25px 15px;
			border:1px solid #fff;
			border-radius:5px;
			color:#fff;
			display:block;
			font-weight:600;
			letter-spacing:1px;
			text-align:center;
			transition:0.5s;
		}
		#nav-menu #nav-menu-1{
			background:url('../img/icon_menu01.svg') no-repeat center 25px;
			background-size:80px;
		}
		#nav-menu #nav-menu-2{
			background:url('../img/icon_menu02.svg') no-repeat center 25px;
			background-size:80px;
		}
		#nav-menu #nav-menu-2 a{
			font-size:13px;
			white-space:nowrap;
		}
		#nav-menu #nav-menu-3{
			background:url('../img/icon_menu03.svg') no-repeat center 25px;
			background-size:80px;
		}
		#nav-menu #nav-menu-4{
			background:url('../img/icon_menu04.svg') no-repeat center 25px;
			background-size:80px;
		}
		#nav-menu #nav-menu-5{
			background:url('../img/icon_menu05.svg') no-repeat center 25px;
			background-size:80px;
		}
		#nav-menu #nav-menu-5 a{
			font-size:12px;
			white-space:nowrap;
		}
		#nav-menu #nav-menu-6{
			background:url('../img/icon_menu06.svg') no-repeat center 25px;
			background-size:80px;
		}
		#nav-menu .nav-menu-cell a:hover{
			background:rgba(255,255,255,0.5);
			border:1px solid #A10000;
		}
		#nav-menu .nav-menu-list-2{
			width:100%;
			margin:45px auto 0;
			list-style:none;
			display:flex;
			gap:0 30px;
			justify-content:center;
		}
		#nav-menu .nav-menu-list-2 li a img{
			width:60px;
			height:60px;
		}
		#nav-menu .nav-menu-list-2 li a{
			transition:0.5s;
		}
		#nav-menu .nav-menu-list-2 li a:hover{
			opacity:0.5;
		}
		
		#nav-menu .nav-menu-list-3{
			margin:45px 0 0 0;
			list-style:none;
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: center;
		}
		#nav-menu .nav-menu-list-3 li{
			margin-left:35px;
		}
		#nav-menu .nav-menu-list-3 li a{
			color:#fff;
			position:relative;
		}
		#nav-menu .nav-menu-list-3 li a::before{
			content:"";
			display:block;
			width:0;
			height:1px;
			background:#fff;
			position:absolute;
			bottom:-3px;
			left:0;
			transition:0.5s;
		}
		#nav-menu .nav-menu-list-3 li a:hover::before{
			width:100%;
		}


	}
	
	@media (max-width:768px) {
		#nav-menu,
		#nav-menu-overlay{
			height:100vh;
			opacity: 0;
			visibility: hidden;
			transition:0.5s;
			z-index:10000;
		}
		#nav-menu{
			transform: translateX(100%);
			position:fixed;
			top:0;
			bottom:0;
			right:0;
		}
		#nav-menu-overlay{
			transform: translateX(-100%);
			position:fixed;
			top:0;
			bottom:0;
			left:0;
			right:0;
		}
		#nav-menu.is-shown{
			width:80%;
			background:#A10000;
			opacity:1;
			visibility: visible;
			transform: translateX(0);
		}
		#nav-menu.is-shown .inner{
			padding:20px;
		}
		#nav-menu-overlay.is-shown{
			width:100%;
			background:rgba(0,0,0,0.8);
			opacity:1;
			visibility: visible;
			transform: translateX(0);
		}
		#nav-menu .nav-menu-list-1{
			margin-top:35px;
			list-style:none;
		}
		#nav-menu .nav-menu-cell{
			width:100%;
		}
		#nav-menu .nav-menu-cell a{
			margin-bottom:10px;
			padding:12px 15px 12px 70px;
			border:1px solid #fff;
			border-radius:5px;
			color:#fff;
			display:block;
			font-weight:600;
		}
		#nav-menu #nav-menu-1{
			background:url('../img/icon_menu01.svg') no-repeat 10px center;
			background-size:48px;
		}
		#nav-menu #nav-menu-2{
			background:url('../img/icon_menu02.svg') no-repeat 10px center;
			background-size:48px;
		}
		#nav-menu #nav-menu-3{
			background:url('../img/icon_menu03.svg') no-repeat 10px center;
			background-size:48px;
		}
		#nav-menu #nav-menu-4{
			background:url('../img/icon_menu04.svg') no-repeat 10px center;
			background-size:48px;
		}
		#nav-menu #nav-menu-5{
			background:url('../img/icon_menu05.svg') no-repeat 10px center;
			background-size:48px;
		}
		#nav-menu .nav-menu-list-2{
			margin:25px 0 0 0;
			list-style:none;
		}
		#nav-menu .nav-menu-list-2 li{
			margin:0 20px 0 0;
			float:left;
		}
		#nav-menu .nav-menu-list-2 li a img{
			width:48px;
			height:48px;
		}
		
		#nav-menu .nav-menu-list-3{
			width:100%;
			margin:20px 0 0 0;
			list-style:none;
			display:flex;
			flex-wrap:wrap;
			gap: 0 6%;
		}
		#nav-menu .nav-menu-list-3 li{
			width:47%;
			margin-bottom:5px;
			font-size:12px;
		}
		#nav-menu .nav-menu-list-3 li a{
			color:#fff;
		}
	}

/* footer */
/* -------------------------------------------------- */

footer {
	background: #333;
}
footer .inner {
	transition: 0.3s ease-in-out;
	max-width: 1040px;
	margin: 0 auto;
	padding: 50px 20px 0 20px;
	position: relative;
	font-weight: 600;
	color: #FFF;
	line-height: 150%;
}
footer .inner h2 {
	width: 160px;
	height: auto;
	transition: 0.3s;
	position: absolute;
	top: 50px;
	left: 20px;
}
footer #copyright {
	font-size: 12px;
	position: absolute;
	bottom: 15px;
	right: 20px;
}
footer #footer_navi {
	display: table;
	margin-left: auto;
	padding-bottom: 75px;
}
footer #footer_navi div {
	display: table-cell;
	padding-right: 35px;
}
footer #footer_navi div:last-child {
	padding-right: 0;
}
#footer_navi dt {
	font-size: 14px;
	margin-bottom: 5px;
	padding: 0 5px 5px 2px;
	border-bottom: 1px solid #999;
	display: block;
}
#footer_navi dt a {
	color: #FFF;
}
#footer_navi ul {
	font-size: 12px;
	margin: 0 0 30px 12px;
	list-style: none;
}
#footer_navi ul li a {
	color: #FFF;
	position:relative;
	text-decoration: none;
	transition: 0.3s;
}
#footer_navi ul li a::before {
	content:"";
	display:block;
	width:4px;
	height:4px;
	margin:auto;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	position:absolute;
	top:0;
	bottom:0;
	left:-12px;
	transform:rotate(-45deg);
}

#footer_navi a:hover {
	opacity: 0.5;
}
#pagetop {
	background: repeating-linear-gradient(90deg, #00A2A2 0, #00A2A2 2px, #009090 2px, #009090 4px);
	text-align: center;
}
#pagetop a {
	display: block;
	width: 40px;
	height: 40px;
	padding: 5px;
	margin: 0 auto;
}
#pagetop img {
	width: 30px;
}
#pagetop img {
	width: 30px;
}
#under_link {
	position: absolute;
	left: 20px;
	bottom: 15px;
}
#under_link ul {
	list-style: none;
	font-size: 0;
}
#under_link ul li {
	display: inline;
	color: #FFF;
	font-size: 12px;
}
#under_link ul li::after {
	content: '　｜　';
}
#under_link ul li:last-child::after {
	content: '';
}
#under_link ul li a {
	color: #FFF;
	font-size: 12px;
}
@media (max-width:1024px) {
	footer{
		padding-bottom:60px;
	}
	footer .inner {
		height: auto;
		margin: 0 auto;
		padding: 10px 20px 10px 20px;
	}
	footer .inner h2,
	#under_link,
	footer .inner #footer_navi {
		display: none;
	}
	footer #copyright {
		position: relative;
		bottom: auto;
		top: auto;
		right: auto;
		text-align: center;
		font-size: 12px;
	}
}

/* layout */
/* -------------------------------------------------- */

main {
	display: block;
	position: relative;
	overflow: hidden;
}
#main_inner {
	position: relative;
	z-index: 1000;
}
/*
#under_img::after {
	position: absolute;
	content: '';
	width: 1000px;
	height: 200px;
	background: #A10000;
	bottom: -175px;
	right: -125px;
	z-index: 1;
	transform: rotate(-22.5deg);
}
*/
main a, main div, main img, main span {
	transition: 0.3s ease-in-out;
}
main a:hover {
	opacity: 0.5;
}
.contents01 .inner {
	max-width: 1040px;
	padding: 95px 20px 200px 20px;
	margin: 0 auto;
}
.contents02 .inner,
.contents02 .inner02,
.contents02 .inner03 {
	max-width: 1040px;
	padding: 45px 50px 200px 50px;
	margin: 0 auto;
	background:rgba(255,255,255,0.7);
	border-radius:2px;
}
.contents02 .inner03 {
	padding: 45px 50px 45px 50px;
}
	@media (max-width:1200px) {
	/*
		#under_img::after {
			position: absolute;
			content: '';
			width: 1000px;
			height: 200px;
			background: #A10000;
			bottom: -175px;
			right: -400px;
			z-index: 1;
			transform: rotate(-22.5deg);
		}
	*/
		.contents01 .inner {
			padding: 95px 20px 95px 20px;
		}
		.contents02 .inner {
			padding: 45px 35px 95px 35px;
		}
    .contents02 .inner03 {
			padding: 45px 35px 45px 35px;
		}
	}

	@media (max-width:767px) {
		.contents02 .inner02 {
			padding: 45px 0 95px 0;
		}
    .contents02 .inner03 {
      padding: 45px 20px 45px 20px;
    }
	}


/* back */
.section-wrapper{
	width:100%;
	overflow-x:hidden;
}
.section-inner{
	width:980px;
	margin: auto;
}
	@media (max-width:1024px) {
		.section-inner{
			width:100%;
		}
	}

#index-slider{
	background: url("../img/back01_01.png") no-repeat -80px 630px / 600px;
}
/*
.back01_01 {
	background: url("../img/back01_01.png") no-repeat -80px -200px / 600px;
	overflow:auto;
}
*/
.back01_02 {
	background: url("../img/back01_02.png") no-repeat 120% -110px / 650px;
}
.back01_03 {
	background: url("../img/back01_03.png") no-repeat -80px -92px / 600px;
}
.back01_04 {
	background: url("../img/back01_04.png") no-repeat 107% -80px / 600px;
}
.back01_05 {
	background: url("../img/back01_05.png") no-repeat left -100px / 580px;
}
.back01_06 {
	background: url("../img/back01_06.png") no-repeat 110% -90px / 650px;
}
.back01_07 {
	background: url("../img/back01_01.png") no-repeat -200px 110px / 600px;
}
.back02_01 {
	background: url("../img/back02_01.png") repeat-y left top / 550px;
	background-size:75%;
}
.back02_02 {
	background: url("../img/back02_02.png") repeat-y right top / 550px;
	background-size:75%;
	transform:scale3d(1,1,1.1);
}
.back03_01 {
	background: url("../img/back03_01.png") repeat-y left top / 550px;
	background-size:75%;
}
.back03_02 {
	background: url("../img/back03_02.png") repeat-y right top / 550px;
	background-size:75%;
	transform:scale3d(1,1,1.1);
}
.back04_01 {
	background: url("../img/back04_01.png") repeat-y left top / 550px;
	background-size:75%;
}
.back04_02 {
	background: url("../img/back04_02.png") repeat-y right top / 550px;
	background-size:75%;
	transform:scale3d(1,1,1.1);
}
.back05_01 {
	background: url("../img/back05_01.png") repeat-y left top / 550px;
	background-size:75%;
}
.back05_02 {
	background: url("../img/back05_02.png") repeat-y right top / 550px;
	background-size:75%;
	transform:scale3d(1,1,1.1);
}
.back06_01 {
	background: url("../img/back06_01.png") repeat-y left top / 550px;
	background-size:75%;
}
.back06_02 {
	background: url("../img/back06_02.png") repeat-y right top / 550px;
	background-size:75%;
	transform:scale3d(1,1,1.1);
}
.back07_01 {
	background: url("../img/back07_01.png") repeat-y left top / 550px;
	background-size:75%;
}
.back07_02 {
	background: url("../img/back07_02.png") repeat-y right top / 550px;
	background-size:75%;
	transform:scale3d(1,1,1.1);
}

	
.back02{
	background-color: #f7f7f7;
}

	@media (max-width:1100px) {
		.back01_01,
		.back01_02,
		.back01_03,
		.back01_04,
		.back01_05 {
			background: none;
		}
	}

/* pnavi */
#pnavi {
	max-width: 1040px;
	padding: 10px 20px;
	margin: 0 auto;
}
#pnavi ul {
	font-size: 0;
}
#pnavi ul li {
	font-size: 12px;
	list-style: none;
	display: inline;
}
#pnavi ul li::after {
	content: "　\003e　";
}
#pnavi ul li:last-child::after {
	content: "";
}
#pnavi ul li a {
	color: #333;
}
#pnavi ul li a:hover {
	opacity: 0.5;
}

/* category_navi */

#category_navi {
	width:100%;
	background:rgba(255,255,255,0.7);
}
#category_navi .inner{
	max-width: 1040px;
	padding: 50px 20px;
	margin: 0 auto;
}
#category_navi ul {
	width: 100%;
	list-style: none;
}
#category_navi ul li a {
	padding: 15px;
	display: block;
	border: 1px solid #4D4D4D;
	border-radius: 5px;
	text-align: center;
	color: #4D4D4D;
	font-weight: 600;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
#category_navi ul li.is-current a {
	border: 1px solid #A10000;
	color: #FFF;
	background: #A10000;
}
#category_navi ul li a:hover {
	border: 1px solid #A10000;
	color: #FFF;
	background: #A10000;
	opacity: 1;
}
	@media (min-width:1024px) {
		#category_navi ul li {
			width: 18.4%;
			float: left;
			margin-right: 2%;
			margin-bottom:15px;
		}
		#category_navi ul li:nth-child(5n) {
			margin-right: 0;
		}
	}
	@media (max-width:1023px) {
		#category_navi ul li {
			width: 49%;
			float: left;
			margin: 0 2% 2% 0;
		}
		#category_navi ul li:nth-child(2n) {
			margin-right: 0;
		}
	}
	@media (max-width:767px) {
		#category_navi .inner {
			padding: 20px;
		}
		#category_navi ul li {
			width: 100%;
			float: none;
			margin: 0 0 2% 0;
		}
	}

	
/* page_navi */
.page_navi {
	max-width: 1040px;
	margin: 0 auto;
	padding: 30px 20px;
}
.page_navi ul {
	width: 100%;
	list-style: none;
}
.page_navi ul li a {
	padding: 10px;
	display: block;
	text-align: center;
	color: #4D4D4D;
	font-weight: 600;
	position:relative;
	transition:0.5s;
}
.page_navi ul li a::before {
	content:"";
	display:block;
	width:0;
	height:2px;
	margin:auto;
	background:#A10000;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	transition:0.5s;
}
.page_navi ul li a::after {
	content:"";
	display:block;
	width:4px;
	height:4px;
	margin:auto;
	border-right:2px solid #4D4D4D;
	border-bottom:2px solid #4D4D4D;
	position:absolute;
	top:0;
	bottom:0;
	right:5px;
	transition:0.5s;
	transform:rotate(45deg);
}
.page_navi ul li a:hover {
	color: #A10000;
	opacity: 1;
}
.page_navi ul li a:hover::before {
	width:100%;
}
.page_navi ul li a:hover::after {
	border-right:2px solid #A10000;
	border-bottom:2px solid #A10000;
}

@media (min-width:1024px) {
	.page_navi ul li {
		width: 18.4%;
		float: left;
		margin-right: 2%;
		margin-bottom:15px;
	}
	.page_navi ul li:nth-child(5n) {
		margin-right: 0;
	}
}
@media (max-width:1023px) {
	.page_navi ul li {
		width: 49%;
		float: left;
		margin: 0 2% 2% 0;
	}
	.page_navi ul li:nth-child(2n) {
		margin-right: 0;
	}
}
@media (max-width:767px) {
	.page_navi {
		padding: 10px 20px;
	}
	.page_navi ul li {
		width: 100%;
		float: none;
		margin: 0 0 2% 0;
	}
}



/* pagetitle */
/* -------------------------------------------------- */

#pagetitle_back{
	position: relative;
}
#pagetitle_back .inner {
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
	height: 350px;
}
.pagetitle{
	color: #FFF;
	font-size: 34px;
	font-weight: 600;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3), 2px 2px 6px rgba(0, 0, 0, 0.3), 3px 3px 7px rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	letter-spacing:5px;
	line-height: 150%;
	text-align: center;
}
.store_index {	background:url("../img/back_store_index.jpg") no-repeat center center / cover;}
.store_036 {	background:url("../img/back_store_index.jpg") no-repeat center center / cover;}
.store_andif {	background:url("../img/back_andif_index.jpg") no-repeat center center / cover;}
.topic-index {	background:url("../img/back_store_index.jpg") no-repeat center center / cover;}
.topic {		background:url("../img/back_store_index.jpg") no-repeat center center / cover;}

.howto{			background:url("../img/back_howto.jpg") no-repeat center center / cover;}
.outlet_index{	background:url("../img/back_outlet.jpg") no-repeat center center / cover;}
.andif_index{	background:url("../img/back_andif.jpg") no-repeat center center / cover;}


.pickup-index {	background:url("../img/back_pickup.jpg") no-repeat center center / cover;}
.pickup-1 {		background:url("../../pickup/01/img/back_pickup.jpg") no-repeat center center / cover;}
.pickup-2 {		background:url("../../pickup/02/img/back_pickup.jpg") no-repeat center center / cover;}
.pickup-3 {		background:url("../../pickup/03/img/back_pickup.jpg") no-repeat center center / cover;}
.pickup-4 {		background:url("../../pickup/04/img/back_pickup.jpg") no-repeat center center / cover;}
.pickup-5 {		background:url("../../pickup/05/img/back_pickup.jpg") no-repeat center center / cover;}


.service-contract{	background:url("../img/back_service_contract.jpg") no-repeat center center / cover;}
.service-reform{		background:url("../img/back_service_reform.jpg") no-repeat center center / cover;}
.service-kids{			background:url("../img/back_service_kids.jpg") no-repeat center center / cover;}
.service-staff{			background:url("../img/back_service_staff.jpg") no-repeat center center / cover;}
.service-3d{			background:url("../img/back_service_3d.jpg") no-repeat center center / cover;}
.service-delivery{		background:url("../img/back_service_delivery.jpg") no-repeat center center / cover;}
.service-nursingcare{	background:url("../img/back_service_nursingcare.jpg") no-repeat center center / cover;}
.service-nursery{		background:url("../img/back_service_nursery.jpg") no-repeat center center / cover;}
.service-measure{		background:url("../img/back_service_measure.jpg") no-repeat center center / cover;}
.service-hojin{	background:url("../img/back_service_contract.jpg") no-repeat center center / cover;}

.company{		background:url("../img/back_etc.png") no-repeat center center / cover;}
.company-about{		background:url("../img/back_etc.png") no-repeat center center / cover;}
.company-site{		background:url("../img/back_etc.png") no-repeat center center / cover;}

.qa{			background:url("../img/back_etc.png") no-repeat center center / cover;}
.contact{		background:url("../img/back_etc.png") no-repeat center center / cover;}
.use{			background:url("../img/back_etc.png") no-repeat center center / cover;}
.privacy{		background:url("../img/back_etc.png") no-repeat center center / cover;}




.pagetitle-icon{
	width:80px;
	height:80px;
	margin: auto;
	position:absolute;
	top:100px;
	left:0;
	right:0;
}
.pagetitle-icon-2{
	width:160px;
	height:80px;
	margin: auto;
	position:absolute;
	top:100px;
	left:0;
	right:0;
}
.pagetitle-icon-3{
	width:120px;
	height:80px;
	margin: auto;
	position:absolute;
	top:100px;
	left:0;
	right:0;
}
.pagetitle-2{
	color: #FFF;
	font-size: 34px;
	font-weight: 600;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3), 2px 2px 6px rgba(0, 0, 0, 0.3), 3px 3px 7px rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	letter-spacing:5px;
	line-height: 150%;
	text-align: center;
}
.service-contract .pagetitle-icon-3{	background:url('../img/service_icon01.svg') no-repeat center center / cover;}
.service-reform .pagetitle-icon{		background:url('../img/service_icon02.svg') no-repeat center center / cover;}
.service-kids .pagetitle-icon-2{			background:url('../img/service_icon03.svg') no-repeat center center / cover;}
.service-staff .pagetitle-icon{			background:url('../img/service_icon04.svg') no-repeat center center / cover;}
.service-3d .pagetitle-icon{			background:url('../img/service_icon05.svg') no-repeat center center / cover;}
.service-delivery .pagetitle-icon-3{		background:url('../img/service_icon06.svg') no-repeat center center / cover;}
.service-nursingcare .pagetitle-icon{	background:url('../img/service_icon07.svg') no-repeat center center / cover;}
.service-nursery .pagetitle-icon-3{		background:url('../img/service_icon08.svg') no-repeat center center / cover;}
.service-measure .pagetitle-icon{		background:url('../img/service_icon09.svg') no-repeat center center / cover;}
.service-hojin .pagetitle-icon-3{	background:url('../img/service_icon11.svg') no-repeat center center / cover;}

	@media (min-width:1025px) {
		#store_btn01 {
			width: 130px;
			position: fixed;
			top: 200px;
			right: 25px;
			z-index: 9000;
		}
	}
	@media (max-width:1024px) {
		#store_btn01 {
			width: 130px;
			position: fixed;
			top: 200px;
			right: 25px;
			z-index: 9000;
		}
		.pagetitle,
		.pagetitle-2{
			font-size: 24px;
			letter-spacing:3px;
		}
		.pagetitle-icon,
		.pagetitle-icon-2,
		.pagetitle-icon-3{
			top:90px;
		}
	}
	@media (max-width:767px) {
		#store_btn01_sp {
			width:100%;
			margin:auto;
			position: fixed;
			bottom:0;
			left:0;
			right:0;
			z-index: 9000;
			transform:translateY(100%);
			transition:0.5s;
		}
		#store_btn01_sp.is-shown {
			transform:translateY(0%);
		}

		.store_index {	background:url("../img/back_store_index_sp.jpg") no-repeat center center / cover;}

		.store_036 {	background:url("../img/back_store_index.jpg") no-repeat center center / cover;}
		.topic {	background:url("../img/back_store_index.jpg") no-repeat center center / cover;}

		.qa{			background:url("../img/back_etc_sp.png") no-repeat center center / cover;}
		.contact{		background:url("../img/back_etc_sp.png") no-repeat center center / cover;}
		.use{			background:url("../img/back_etc_sp.png") no-repeat center center / cover;}
		.privacy{		background:url("../img/back_etc_sp.png") no-repeat center center / cover;}
	}


/* heading */
/* -------------------------------------------------- */

.heading02_01 {
	font-size: 28px;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 15px;
	font-weight: 600;
	color: #000;
	line-height: 125%;
}
.heading02_01::after {
	position: absolute;
	content: '';
	width: 36px;
	height: 3px;
	background: #A10000;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.heading02_01 span::after {
	position: absolute;
	content: '';
	width: 3px;
	height: 3px;
	background: #FFF;
	bottom: 0;
	left: calc(50% - 15px);
	z-index: 100;
}
.heading02_01 span::before {
	position: absolute;
	content: '';
	width: 3px;
	height: 3px;
	background: #FFF;
	bottom: 0;
	right: calc(50% - 15px);
	z-index: 100;
}
.heading02_02 {
	font-size: 40px;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 15px;
	font-weight: 600;
	color: #333;
	line-height: 125%;
}
.heading02_02::after {
	position: absolute;
	content: '';
	width: 36px;
	height: 3px;
	background: #A10000;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.heading02_02 h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
}
.heading02_02 h2::after {
	position: absolute;
	content: '';
	width: 3px;
	height: 3px;
	background: #FFF;
	bottom: 0;
	left: calc(50% - 15px);
	z-index: 100;
}
.heading02_02 h2::before {
	position: absolute;
	content: '';
	width: 3px;
	height: 3px;
	background: #FFF;
	bottom: 0;
	right: calc(50% - 15px);
	z-index: 100;
}
.heading02_02 p {
	padding-top: 5px;
	color: #808080;
	font-size: 16px;
	font-weight: 500;
}
.heading02_03 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 600;
	line-height: 125%;
	font-family: 'Open Sans', sans-serif;
}
.heading02_04 {
	font-size: 28px;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 15px;
	font-weight: 600;
	color: #A10000;
	line-height: 125%;
}
.heading02_04::after {
	position: absolute;
	content: '';
	width: 36px;
	height: 3px;
	background: #A10000;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.heading02_04 h4::after {
	position: absolute;
	content: '';
	width: 3px;
	height: 3px;
	background: #FFF;
	bottom: 0;
	left: calc(50% - 15px);
	z-index: 100;
}
.heading02_04 h4::before {
	position: absolute;
	content: '';
	width: 3px;
	height: 3px;
	background: #FFF;
	bottom: 0;
	right: calc(50% - 15px);
	z-index: 100;
}
.heading02_05 {
	font-size: 28px;
	position: relative;
	margin-bottom: 40px;
	padding-left:30px;
	font-weight: 600;
	color: #A10000;
	line-height: 125%;
}
.heading02_05::after {
	position: absolute;
	content: '';
	width: 36px;
	height: 36px;
	margin: auto;
	background:url('../img/icon_heading.svg') no-repeat center center / contain;
	top:0;
	bottom: 0;
	left: -15px;
	opacity:0.15;
}
.heading02_06 {
	color:#333;
	font-size: 24px;
	margin-bottom: 20px;
	padding:10px 15px;
	background:#eee;
	border-radius:2px;
	font-weight: 600;
	line-height: 160%;
}
.heading02_07 {
	color: #333;
	font-size: 28px;
	margin-bottom: 40px;
	font-weight: 600;
	line-height: 160%;
  position: relative;
}
.heading02_07::after {
  content: '';
  width: 100%;
  height: 3px;
  background: #CCC;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 1;
}
.heading02_07::before {
  content: '';
  width: 100px;
  height: 3px;
  background: #A10000;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 2;
}
.heading03 {
	font-size: 20px;
	margin-bottom: 25px;
	font-weight: 600;
	color: #A10000;
	line-height: 160%;
}
.heading03_02 {
	font-size: 20px;
	margin-bottom: 25px;
	font-weight: 600;
	color: #A10000;
	line-height: 160%;
}
.heading04 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #333;
	line-height: 160%;
}
@media (max-width:767px) {
	.heading02_02 {
		font-size: 36px;
	}
	.heading02_05 {
		font-size: 24px;
	}
  .heading02_07 {
		font-size: 24px;
  }
  .heading03_02 {
    font-size: 18px;
  }
}

/* text */
/* -------------------------------------------------- */

.en-1{
	margin-bottom:15px;
	color:#ccc;
	font-size:38px;
	font-weight:600;
}
.en-2 {
	font-family: Arial;
	font-size: 48px;
	font-style: Italic;
}

.note-1{
	margin-left:1.5em;
	text-indent:-1.5em;
}
.note-1::before{
	content:"※ ";
}


.label-1{
	margin-left:5px;
	padding:0 6px;
	border:1px solid #A10000;
	border-radius:10px;
	color:#A10000;
	font-size:11px;
	font-weight:bold;
}
.topic-label-1,
.topic-label-2{
	padding:0 10px;
	border-radius:2px;
	font-size:14px;
}
.topic-label-1{
	border: 1px solid #c33;
	color:#c33;
}
.topic-label-2{
	border: 1px solid #c33;
	color:#c33;
}
.link-1{
	color:#A10000!important;
	text-decoration:underline;
}



/* btn */
/* -------------------------------------------------- */

.btn01 a {
	width: 240px;
	margin: 0 auto;
	display: block;
	border: 1px solid #4D4D4D;
	border-radius: 5px;
	color: #4D4D4D;
	background: #FFF;
	text-align: center;
	padding: 12px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
}
.btn01 a:hover {
	border: 1px solid #A10000;
	color: #FFF;
	background: #A10000;
	opacity: 1;
}
.btn01b a {
	width: 420px;
	margin: 0 auto;
	display: block;
	border: 1px solid #4D4D4D;
	border-radius: 5px;
	color: #4D4D4D;
	background: #FFF;
	text-align: center;
	padding: 12px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
}
.btn01b a:hover {
	border: 1px solid #A10000;
	color: #FFF;
	background: #A10000;
	opacity: 1;
}
.btn01c a {
	width: 90%;
	margin: 0 auto;
	display: block;
	border: 1px solid #4D4D4D;
	border-radius: 5px;
	color: #4D4D4D;
	background: #FFF;
	text-align: center;
	padding: 4px 0;
	font-size: 14px;
	font-weight: 900;
}
.btn01c a:hover {
	border: 1px solid #A10000;
	color: #FFF;
	background: #A10000;
	opacity: 1;
}

.btn02 a {
	background: #A10000;
	border-radius:2px;
	padding: 10px 35px 10px 15px;
	color: #FFF;
	text-decoration: none;
	position:relative;
}
.btn02 a::after{
	content:"";
	display:block;
	width:6px;
	height:6px;
	margin: auto;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	position:absolute;
	top:0;
	bottom:0;
	right:10px;
	transform:rotate(-45deg);
	transition:0.5s;
}
.btn02 a:hover {
	background: #E30000;
	opacity: 1;
}
.btn02 a:hover::after {
	right:7px;
}

@media (max-width:767px) {
	.btn01 a {
		width: 200px;
	}
	.btn01b a {
		width: 100%;
	}
}



/* box */
/* -------------------------------------------------- */
.box-1{
	border:1px solid #ccc;
	border-radius:2px;
}
.box-2{
	border:1px dashed #ccc;
	border-radius:2px;
}
.box-3{
	background:#f7f7f7;
	border-radius:2px;
}


.box-inner-1{	padding:15px;}
.box-inner-2{	padding:25px;}
.box-inner-3{	padding:35px;}
.box-inner-4{	padding:45px;}


/* box-col */
/* -------------------------------------------------- */

.box-col-2{
	width:100%;
}
.box-col-2 .box-cell:nth-child(odd){
	float:left;
}
.box-col-2 .box-cell:nth-child(even){
	float:right;
}
.box-col-2::after{
	content:"";
	display:block;
}
	@media (max-width:767px) {
		.box-col-2 .box-cell:nth-child(odd),
		.box-col-2 .box-cell:nth-child(even) {
			width:100%;
			margin: 0 0 15px 0;
			float:none;
		}
	}
	@media (min-width:768px) {
		.w70{	width:70%;}
		.w65{	width:65%;}
		.w60{	width:60%;}
		.w55{	width:55%;}
		.w50{	width:50%;}
		.w49{	width:49%;}
		.w45{	width:45%;}
		.w40{	width:40%;}
		.w35{	width:35%;}
	}

.box-col-3{
	width:100%;
}
.box-col-3 .box-cell{
	width:32%;
	margin-right:2%;
	float:left;
}
.box-col-3 .box-cell:nth-child(3n){
	margin-right:0;
}
.box-col-3 .box-cell:nth-child(3n)::after{
	content:"";
	display:block;
}
.box-col-3::after{
	content:"";
	display:block;
}
	@media (max-width:767px) {
		.box-col-3 .box-cell {
			width:100%;
			margin: 0 0 15px 0;
			float:none;
		}
	}




.box-flex-2{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	gap:4%;
	justify-content: center;
}
.box-flex-2 .box-cell{
	width:48%;
}

.box-flex-3{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	gap:2%;
	justify-content: center;
}
.box-flex-3 .box-cell{
	width:32%;
}

	@media (max-width:767px) {
		.box-flex-2 .box-cell,
		.box-flex-3 .box-cell {
			width:100%;
		}
	}



/* list */
/* -------------------------------------------------- */

.list-1{
	margin-left:1.0em;
}
.list-1 li{
	margin-bottom:0.4em;
}
.list-1 li:last-child{
	margin-bottom:0;
}

.list-1 a{
	color:#A10000;
	font-weight:600;
	text-decoration:underline;
}


/* table */
/* -------------------------------------------------- */
.table-1{
	width:100%;
}

.table-1 tr{
	border-bottom: 1px solid #eee;
}
.table-1 th,
.table-1 td{
	padding:8px 15px;
}
.table-1 th{
	font-weight:600;
	text-align:center;
	white-space:nowrap;
}

/* iframe */
/* -------------------------------------------------- */
.frame-1 {
	width: 100%;
	height: 320px;
}

/* index */
/* -------------------------------------------------- */
@font-face {
	font-family: 'TOKYOinterior';
	src: url('../font/Tokyointerior-Regular.otf');
	src: url('../font/Tokyointerior-Regular.ttf');
}
.index-init{
	height:100vh;
	overflow-y:hidden;
}

#intro{
	width: 100%;
	height: 100%;
	z-index: 100;
}
#intro-screen {
	width: 100%;
	height: 100%;
	background: #c00;
	position: relative;
	opacity: 1;
	transition:0.5s;
}
#intro-screen.intro-init{
	background:#fff;
}
#intro-screen.intro-end{
	background:#fff;
	transition:3.0s;
}

#intro-screen .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform:translate(-50%,-50%);
	white-space:nowrap;
}
#intro-screen .logo .font-logo {
	color: #fff;
	font-family: 'TOKYOinterior';
	font-size: 50px;
	position: relative;
}
#intro-screen .logo .font-logo.font-O-1 {
	left: -0.085em;
}
#intro-screen .logo .font-logo.font-K {
	left: -0.1em;
}
#intro-screen .logo .font-logo.font-Y {
	left: -0.15em;
}
#intro-screen .logo .font-logo.font-O-2 {
	left: -0.23em;
}
#intro-screen .logo .font-logo.font-i {
	left: -0.15em;
}
#intro.hide,
#intro-screen.hide{
	display:none;
}
	@media (max-width:767px) {
		#intro-screen .logo {
			max-width:90%;
		}
		#intro-screen .logo .font-logo {
			font-size: 36px;
		}
	}

/* index-slider */
#index-slider{
	width:100%;
	margin: 0 auto 80px auto;
}
#index-slider .slider-wrapper-1{
	width:100%;
	height:600px;
	background:url('../../new_img/slider06jpg') no-repeat center center;
	background-size:cover;
	position:relative;
}
#index-slider .slider-wrapper-2{
	width:100%;
	height:200px;
	position:relative;
	z-index:100;
}
#index-slider .slider-wrapper-1 #slider{
	overflow: hidden;
	width: 100%;
	min-height: 600px;
	display:block;
}
#index-slider .slider-wrapper-1 #slider-catch{
	width:340px;
	height:210px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:999;
}
#index-slider .slider-wrapper-1 #slider-scroll{
	width:50px;
	height:72px;
	margin: auto;
	position:absolute;
	bottom:12%;
	left:0;
	right:0;
	z-index:999;
}
.zs-enabled .zs-slideshow .zs-bullets {
	bottom: 35px!important;
}


#index-slider .slider-wrapper-2 .menu{
	width:960px;
	height:150px;
	margin: -30px auto 50px auto;
	padding:35px;
	background:#fff;
	border-radius:2px;
}
#index-slider .slider-wrapper-2 .menu .menu-cell{
	width:16.666%;
	float:left;
	border-right: 1px solid #eee;
}
#index-slider .slider-wrapper-2 .menu  .menu-cell:last-child{
	border-right: 0;
}
#index-slider .menu-cell a{
	padding:15px;
	display:block;
	font-weight:600;
	line-height:240%;
	text-align:center;
	white-space:nowrap;
}
#index-slider #menu-3 a{
	line-height:200%;
}
#index-slider #menu-1 img{
	width:52px;
	height:48px;
	margin-bottom:2px;
}
#index-slider #menu-2 img{
	width:54px;
	height:48px;
	margin-bottom:2px;
}
#index-slider #menu-3 img{
	width:52px;
	height:56px;
	margin-top:-6px;
}
#index-slider #menu-4 img{
	width:52px;
	height:50px;
}
#index-slider #menu-5 img{
	width:84px;
	height:44px;
	margin-bottom:6px;
}
#index-slider #menu-6 img{
	width:84px;
	height:58px;
	margin-top:-10px;
}

#index-slider .box-info{
	max-width:960px;
	margin: 0 auto;
	padding:15px 35px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#index-slider .box-info dl{
	width:100%;
}
#index-slider .box-info dl dt{
	width:25%;
	float:left;
}
#index-slider .box-info dl dd{
	width:75%;
	float:right;
}
#index-slider .box-info dl dd a{
	font-weight:600;
	position:relative;
}
#index-slider .box-info dl dd a::after{
	content:"";
	display:block;
	position:absolute;
	bottom:-2px;
	left:0;
	width:0;
	height:1px;
	background:#A10000;
	transition:0.5s;
}
#index-slider .box-info dl dd a:hover{
	color:#A10000;
	opacity:1.0;
}
#index-slider .box-info dl dd a:hover::after{
	width:100%;
}
#index-slider .box-info dl dt .label-store{
	margin-right:25px;
	padding:3px 15px;
	background:#fff4f4;
	border-radius:5px;
	color:#A10000;
	letter-spacing:2px;
}
	@media (max-width:1024px) {
		#index-slider .slider-wrapper-2 .menu{
			width:100%;
			padding:15px 0px;
			margin: 0 auto;
			font-size:14px;
		}
	}

	@media (max-width:1024px) {
		#index-slider{
			margin: 0 auto 30px auto;
		}
		#index-slider .slider-wrapper-1,
		#index-slider .slider-wrapper-1 #slider{
			height:75vh;
			min-height:75vh;
		}
		.zs-enabled .zs-slideshow .zs-bullets {
			display:none;
		}
		#index-slider .slider-wrapper-1 #slider-catch{
			width:300px;
			height:205px;
		}
		#index-slider .slider-wrapper-1 #slider-scroll{
			width:108px;
			height:130px;
			bottom:3%;
		}

		#index-slider .slider-wrapper-2{
			width:calc(100% - 20px);
			height:auto;
			margin:15px auto;
		}
		#index-slider .slider-wrapper-2 .menu{
			display:none;
		}
		#index-slider .box-info{
			width:100%;
			padding:15px;
			border-top: none;
		}
		#index-slider .box-info dl dt{
			width:100%;
			margin-bottom:15px;
		}
		#index-slider .box-info dl dd{
			width:100%;
		}
	}



/* index-topic */
#index-topic{
	width:100%;
	margin-bottom:80px;
}

/* index-pickup */
#index-pickup{
	width:100%;
	margin-bottom:50px;
}
#index-pickup .inner{
	width:980px;
	margin: 0 auto;
}
.pickup-wrapper-l{
	width:380px;
	float:left;
}
.pickup-wrapper-r{
	width:570px;
	float:right;
}
.pickup-cell-w{
	width:380px;
	position:relative;
	overflow:hidden;
}
.pickup-cell{
	width:260px;
	height:260px;
	margin: 0 25px 24px 0;
	float:left;
	position:relative;
	overflow:hidden;
}
.pickup-cell-w a,
.pickup-cell a{
	width:100%;
	height:100%;
	display:block;
}
.pickup-cell .image{
	width:100%;
	height:100%;
}
.pickup-cell .text{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.pickup-cell .text .title{
	color:#fff;
	font-size:16px;
	font-weight:600;
	text-align:center;
	text-shadow:0 0 5px rgba(0,0,0,0.8);
	white-space:nowrap;
}
.pickup-cell .text .sub{
	color:#fff;
	font-size:13px;
	letter-spacing:1px;
	text-align:center;
	text-shadow:0 0 5px rgba(0,0,0,0.8);
	white-space:nowrap;
}
.pickup-cell-w .lead,
.pickup-cell .lead{
	width:100%;
	height:auto;
	padding:5px 10px;
	background:rgba(0,0,0,0.5);
	color:#fff;
	font-size:10px;
	letter-spacing:0.075em;
	line-height:130%;
	position:absolute;
	bottom:0;
}
.pickup-cell-w a:hover img,
.pickup-cell a:hover .image{
	transform:scale(1.05,1.05);
}


.box-flex-col-2{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	gap:25px;
}

.pickup-cell-b{
	width:calc( (100% - 25px ) /2 );
}
.pickup-cell-b a{
	width:100%;
	height:100%;
	display:block;
}
.pickup-cell-b .image{
	width:100%;
	height:180px;
	overflow:hidden;
}
.pickup-cell-b .image img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.pickup-cell-b .logo{
	width:100%;
	height:60px;
	overflow:hidden;
}
.pickup-cell-b .logo img{
	width:100%;
	height:100%;
	object-fit:contain;
}
.pickup-cell-b .text{
	color:#111;
	font-size:16px;
	font-weight:600;
	text-align:center;
}
.pickup-cell-b a:hover .image{
	transform:scale(1.05,1.05);
}

	@media (max-width:1024px) {
		#index-pickup .inner{
			width:calc(100% - 30px);
		}
		.pickup-wrapper-l{
			width:286px;
			float:left;
		}
		.pickup-wrapper-r{
			width:430px;
			float:right;
		}
		.pickup-cell-w{
			width:100%;
			position:relative;
			overflow:hidden;
		}
		.pickup-cell{
			width:200px;
			height:200px;
			margin: 0 15px 10px 0;
			float:left;
			position:relative;
			overflow:hidden;
		}
		.pickup-cell .text .title{
			font-size:13px;
		}
		.pickup-cell .text .sub{
			font-size:12px;
		}
	}

	@media (max-width:767px) {
		#index-pickup .inner{
			width:calc(100% - 30px);
		}
		.pickup-wrapper-l{
			width:100%;
			margin-bottom:15px;
			float:none;
		}
		.pickup-cell-w{
			width:100%;
			height:auto;
		}
		.pickup-wrapper-r{
			width:100%;
			float:none;
		}
		.pickup-cell{
			width:100%;
			height:150px;
			margin: 0 auto 15px auto;
			float:none;
		}
		.pickup-cell .text{
			width:90%;
			top:45%;
		}
		.pickup-cell .text .title{
			color:#fff;
			font-size:18px;
			font-weight:600;
			text-align:center;
			white-space:nowrap;
		}
		.pickup-cell .text .sub{
			color:#fff;
			font-size:13px;
			letter-spacing:1px;
			text-align:center;
			white-space:nowrap;
		}
	}


/* index-news */
#index-news .box-news{
	max-width:960px;
	height:250px;
	margin: 0 auto;
	padding:15px 35px;
	overflow-y:scroll;
}
#index-news .box-news dl{
	width:100%;
	padding:15px;
	border-bottom:1px solid #ccc;
}
#index-news .box-news dl:first-child{
	border-top:1px solid #ccc;
}
#index-news .box-news dl dt{
	width:25%;
	float:left;
	font-weight:bold;
}
#index-news .box-news dl dt .label-news{
	width:20px;
	height:20px;
	margin-right:15px;
	display: inline-block;
}
#index-news .box-news dl dd{
	width:75%;
	float:right;
}
#index-news .box-news dl dd a{
	font-weight:600;
	position:relative;
}
#index-news .box-news dl dd a::after{
	content:"";
	display:block;
	position:absolute;
	bottom:-2px;
	left:0;
	width:0;
	height:1px;
	background:#A10000;
	transition:0.5s;
}
#index-news .box-news dl dd a:hover{
	color:#A10000;
	opacity:1.0;
}
#index-news .box-news dl dd a:hover::after{
	width:100%;
}

	@media (max-width:1024px) {
		#index-news .box-news{
			width:100%;
			padding:15px;
			border-top: none;
		}
		#index-news .box-news dl dt{
			width:100%;
			margin-bottom:15px;
		}
		#index-news .box-news dl dd{
			width:100%;
		}
	}

/* index-feature */
#index-feature{
	width:100%;
	margin-bottom:30px;
}
#index-feature .inner{
	width:980px;
	margin: 0 auto;
}
#index-feature .feature-panel{
	width:100%;
}
#index-feature .feature-panel [id^="feature-"]{
	width:306px;
	height:140px;
	margin: 0 21px 21px 0;
	float:left;
}
#index-feature .feature-panel [id^="feature-"]:nth-child(3n){
	margin-right: 0;
}

#index-feature .feature-panel [id^="feature-"] a{
	width:306px;
	height:140px;
	margin:0;
	padding:25px;
	color:#fff;
	display:block;
	font-size:16px;
	font-weight:600;
	line-height:200%;
	text-align:center;
}
#index-feature .feature-panel [id^="feature-"] a:hover{
	background:#A10000;
	opacity:1.0;
}

#index-feature #feature-1{	background:url('../../new_img/feature_bg01.jpg') no-repeat center center;}
#index-feature #feature-2{	background:url('../../new_img/feature_bg02.jpg') no-repeat center center;}
#index-feature #feature-3{	background:url('../../new_img/feature_bg03.jpg') no-repeat center center;}
#index-feature #feature-4{	background:url('../../new_img/feature_bg04.jpg') no-repeat center center;}
#index-feature #feature-5{	background:url('../../new_img/feature_bg05.jpg') no-repeat center center;}
#index-feature #feature-6{	background:url('../../new_img/feature_bg06.jpg') no-repeat center center;}
#index-feature #feature-7{	background:url('../../new_img/feature_bg07.jpg') no-repeat center center;}
#index-feature #feature-8{	background:url('../../new_img/feature_bg08.jpg') no-repeat center center;}
#index-feature #feature-9{	background:url('../../new_img/feature_bg09.jpg') no-repeat center center;}
#index-feature #feature-10{	background:url('../../new_img/feature_bg10.jpg') no-repeat center center;}


#index-feature [id^="feature-"] img {
	width:60px;
	height:auto;
	margin: 0 auto;
}
#index-feature #feature-3 img{
	width:120px;
	height:auto;
	margin: 0 auto;
}
#index-feature #feature-1 img,
#index-feature #feature-6 img,
#index-feature #feature-8 img{
	width:90px;
	height:auto;
	margin: 0 auto;
}
#index-feature #feature-10 img{
	width:67px;
	height:auto;
	margin: 0 auto;
}
	@media (max-width:1024px) {
		#index-feature .inner{
			width:calc(100% - 30px);
		}
		#index-feature .feature-panel [id^="feature-"]{
			width:232px;
		}
		#index-feature .feature-panel [id^="feature-"] a{
			width:232px;
			height:140px;
			font-size:14px;
		}
	}

	@media (max-width:767px) {
		#index-feature .inner{
			width:calc(100% - 30px);
		}
		/*
		#index-feature .feature-panel [id^="feature-"]{
			width:calc(50% - 8px);
			height:auto;
			margin: 0 0 15px 0;
		}
		#index-feature .feature-panel [id^="feature-"]:nth-child(odd){
			float:left;
		}
		#index-feature .feature-panel [id^="feature-"]:nth-child(even){
			float:right;
		}
		*/
		#index-feature .feature-panel [id^="feature-"]:first-child{
			width:100%;
			height:auto;
			margin: 0 0 10px 0;
			background-size:cover!important;
		}
		#index-feature .feature-panel [id^="feature-"]:not(first-child){
			width:calc(50% - 5px);
			height:auto;
			min-height:80px;
			margin: 0 0 10px 0;
		}
		#index-feature .feature-panel [id^="feature-"]:nth-child(2),
		#index-feature .feature-panel [id^="feature-"]:nth-child(4),
		#index-feature .feature-panel [id^="feature-"]:nth-child(6),
		#index-feature .feature-panel [id^="feature-"]:nth-child(8){
			float:left;
		}
		#index-feature .feature-panel [id^="feature-"]:nth-child(3),
		#index-feature .feature-panel [id^="feature-"]:nth-child(5),
		#index-feature .feature-panel [id^="feature-"]:nth-child(7),
		#index-feature .feature-panel [id^="feature-"]:nth-child(9){
			float:right;
		}
		#index-feature .feature-panel [id^="feature-"] a{
			width:100%;
			height:auto;
			margin:0;
			padding:10px;
			color:#fff;
			font-size:10px;
			white-space:nowrap;
		}
		#index-feature [id^="feature-"] img {
			width:40px;
			height:auto;
			margin: 0 auto;
		}
		#index-feature #feature-3 img{
			width:80px;
			height:auto;
			margin: 0 auto;
		}
		#index-feature #feature-1 img,
		#index-feature #feature-6 img,
		#index-feature #feature-8 img,
		#index-feature #feature-10 img{
			width:45px;
			height:auto;
			margin: 5px auto;
		}
	}

/* index-service */
#index-service .inner{
	width:980px;
	margin: 0 auto;
}
.service-panel{
	width:100%;
}
.service-panel .service-cell{
	width:306px;
	height:auto;
	margin: 50px 20px 20px 0;
	float:left;
}
.service-panel .service-cell:last-child{
	margin: 50px 0 50px 0;
}
.service-panel .service-cell-2{
	width:470px;
	height:auto;
	margin: 0 20px 80px 0;
	float:left;
}
.service-panel .service-cell-2:last-child{
	margin: 0 0 80px 0;
}
	@media (max-width:1024px) {
		#index-service .inner{
			width:calc(100% - 30px);
		}
		.service-panel .service-cell{
			width:232px;
			height:auto;
			margin: 50px 20px 80px 0;
		}
	}

	@media (max-width:767px) {
		#index-service .inner{
			width:calc(100% - 30px);
		}
		.service-panel .service-cell{
			width:100%;
			height:auto;
			margin: 15px auto;
			float:none;
		}
		.service-panel .service-cell:last-child{
			margin: 15px auto;
		}
	}

/* index-check */
#index-check .inner{
	width:960px;
	margin: auto;
}
#index-check .check-box{
	width:100%;
	margin-bottom:50px;
	border:6px double #ccc;
}
#index-check .check-box .check-box-inner{
	padding:50px;
}
#index-check .check-box-col-3 .check-cell{
	width:calc( (100% - 2px) / 3);
	border-right: 1px dotted #ccc;
	float:left;
	text-align:center;
}
#index-check .check-box-col-3 .check-cell:last-child{
	border-right: none;
}
#index-check .check-box-col-3 .check-cell p{
	margin:15px auto;
	padding:10px;
}
#index-check .check-box-col-3 .check-cell img{
	width:72px;
	height:72px;
}

#index-check .check-box-col-2 .check-cell{
	width:calc( (100% - 2px) / 2);
	border-right: 1px dotted #ccc;
	float:left;
	text-align:center;
}
#index-check .check-box-col-2 .check-cell:last-child{
	border-right: none;
}
#index-check .check-box-col-2 .check-cell p{
	margin:15px auto;
	padding:10px;
}
#index-check .check-box-col-2 .check-cell img{
	width:72px;
	height:72px;
}

	@media (max-width:1024px) {
		#index-check .inner{
			width:calc(100% - 30px);
		}
	}

	@media (max-width:767px) {
		#index-check .inner{
			width:calc(100% - 30px);
		}
		#index-check .check-box .check-box-inner{
			padding:25px 10px;
		}
		#index-check .check-box-col-3 .check-cell{
			width:100%;
			border-right: none;
			border-bottom: 1px dotted #ccc;
			float:none;
			text-align:center;
		}
		#index-check .check-box-col-3 .check-cell:last-child{
			border-bottom: none;
		}
		#index-check .check-box-col-2 .check-cell{
			width:100%;
			border-right: none;
			border-bottom: 1px dotted #ccc;
			float:none;
			text-align:center;
		}
		#index-check .check-box-col-2 .check-cell:last-child{
			border-bottom: none;
		}
	}

/* index-movie */
#index-movie{
	margin:50px auto;
	background:#000;
}

#index-movie .inner{
	width:960px;
	margin: auto;
}
.index-mov-frame{
	width:960px;
	height:480px;
	margin: 50px auto;
}
	@media (max-width:1024px) {
		#index-movie .inner{
			width:100%;
		}
		.index-mov-frame{
			width:100%;
			height:450px;
		}
	}
	@media (max-width:767px) {
		#index-movie .inner{
			width:100%;
		}
		.index-mov-frame{
			width:100%;
			height:250px;
		}
	}

/* index-recruit */
#index-recruit .image-recruit{
	overflow:hidden;
}
#index-recruit .image-recruit a{
	width:100%;
	height:300px;
	background:url('../../new_img/recruit01.jpg') no-repeat center center / cover;
	display:block;
}
#index-recruit .image-recruit a:hover{
	transform:scale(1.05,1.05);
}
	@media (max-width:767px) {
		#index-recruit .image-recruit a{
			width:100%;
			height:90px;
			background:url('../../new_img/recruit01.jpg') no-repeat center center / cover;
			display:block;
		}
	}


/* store index */
/* -------------------------------------------------- */

.box-search{
	width:334px;
	margin:0 auto 80px auto;
}
.box-search #filter{
	width:200px;
	padding:10px 15px;
	border:1px solid #ccc;
	border-radius:2px;
	appearance:none;
}
.box-search #button-reset{
	margin-left:10px;
	padding:10px 25px;
	background:#eee;
	border:1px solid #ccc;
	border-radius:2px;
	color:#111;
	appearance:none;
	transition:0.5s;
}
.box-search #button-reset:hover{
	opacity:0.5;
	cursor:pointer;
}
.store_text {
	margin-bottom: 95px;
}
main .store_text:last-child {
	margin-bottom: 0;
}
/*
.store_index_list {
	transition: none;
}
.store_index_list .store_list {
	display: table;
	width: 100%;
	background: #FFF;
}
.store_index_list .store_list div {
	padding: 10px 15px;
	display: table-cell;
	border-right: 1px dotted #8D8D8D;
	vertical-align: middle;
}
.store_index_list .store_list div:last-child {
	border-right: none;
}
.store_index_list .store_list div:nth-of-type(1) {
	width: 95px;
	color: #A10000;
	font-weight: 600;
}
.store_index_list .store_list div:nth-of-type(2) {
	font-weight: 600;
	color: #000;
}
.store_index_list .store_list div:nth-of-type(3) {
	width: 491px;
	white-space: nowrap;
	font-weight: 600;
	color: #FFF;
}
.store_index_list .store_list div:nth-of-type(3) ul {
	list-style: none;
}
.store_index_list .store_list div:nth-of-type(3) ul::after {
	content: '';
	clear: both;
}
.store_index_list .store_list div:nth-of-type(3) ul li {
	float: left;
	padding: 4px 0;
	margin-right: 15px;
	border-radius: 5px;
	text-align: center;
}
.store_index_list .store_list div:nth-of-type(3) ul li:nth-of-type(1) {
	width: 75px;
	background: #DD89AE;
}
.store_index_list .store_list div:nth-of-type(3) ul li:nth-of-type(2) {
	width: 75px;
	background: #A889CD;
}
.store_index_list .store_list div:nth-of-type(3) ul li:nth-of-type(3) {
	width: 180px;
	background: #89CCC9;
}
.store_index_list .store_list div:nth-of-type(3) ul li:nth-of-type(4) {
	width: 80px;
	background: #89AECC;
}
.store_index_list .store_list div:nth-of-type(3) ul li.none {
	opacity: 0.25;
	background: #CCC;
}
.store_index_list .store_list div:nth-of-type(3) ul li:last-child {
	margin-right: 0;
}
.store_index_list .store_list div:nth-of-type(4) {
	width: 145px;
}
.store_index_list .store_list div:nth-of-type(4) a {
	color: #4D4D4D;
	padding-right: 30px;
	background: url("../../new_cmn/img/arrow01.svg") no-repeat right center / 20px 20px;
}
.store_btn02 {
	display: none;
}
*/
.store_index_list {
	transition: none;
}
.store_index_list .store_list {
	display: flex;
	width: 100%;
	background: #FFF;
}
.store_index_list .store_list div {
	padding: 10px 15px;
	display: table-cell;
	border-right: 1px dotted #8D8D8D;
	vertical-align: middle;
}
.store_index_list .store_list div:last-child {
	border-right: none;
}
.store_index_list .store_list div.col-1 {
	width: 100px;
	color: #A10000;
	font-weight: 600;
}
.store_index_list .store_list div.col-2 {
	width: 300px;
	font-weight: 600;
	color: #000;
}
.store_index_list .store_list div.col-3 {
	font-weight: 600;
}
.store_index_list .store_list div.col-4 {
	width: 490px;
	font-weight: 600;
}
.store_index_list .store_list div.col-4 a{
	pointer-events:none;
}
.store_index_list .store_list div.col-5{
	display:none;
}


ul.store-btn-list {
	list-style: none;
	display:flex;
	flex-wrap:nowrap;
}
ul.store-btn-list li {
	margin: 3px 15px 0 0;
}
ul.store-btn-list li a{
	padding: 6px 20px 6px 10px;
	background:#A10000;
	border-radius: 5px;
	text-align: center;
	white-space:nowrap;
	color:#fff;
	position:relative;
}
ul.store-btn-list li a::before{
	content:"";
	display:block;
	width:4px;
	height:4px;
	margin: auto;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	transform:rotate(-45deg);
	position:absolute;
	top:0;
	bottom:0;
	right:10px;
}
ul.store-btn-list li.none a {
	pointer-events:none;
	opacity:0.2;
}

ul.store-btn-list li:nth-of-type(1) a {
	background: #5c7a7a;
}
ul.store-btn-list li:nth-of-type(2) a {
	/*background: #374c4c;*/
	background: #5c7a7a;
}

ul.store-icon-list {
	list-style: none;
	display:flex;
	flex-wrap:nowrap;
}
ul.store-icon-list li {
	padding: 4px 0;
	margin-right: 15px;
	border-radius: 5px;
	text-align: center;
	white-space:nowrap;
	color:#fff;
}
ul.store-icon-list li:nth-of-type(1) {
	width: 75px;
	background: #DD89AE;
}
ul.store-icon-list li:nth-of-type(2) {
	width: 75px;
	background: #A889CD;
}
ul.store-icon-list li:nth-of-type(3) {
	width: 180px;
	background: #89CCC9;
}
ul.store-icon-list li:nth-of-type(4) {
	width: 80px;
	background: #89AECC;
}
ul.store-icon-list li.none {
	opacity: 0.25;
	background: #CCC;
}
ul.store-icon-list li:last-child {
	margin-right: 0;
}
.store_btn02 {
	display: none;
}



@media (min-width:1024px) {
	.store_index_list {
		display: block !important;
	}
	.bg01 {
		background: #F7F7F7 !important;
	}
}
@media (max-width:767px) {
	.store_index_list {
		display: none;
	}
	.store_index_list .store_list {
		flex-wrap:wrap;;
	}
	.store_index_list .store_list div {
		padding: 10px 20px;
		display: block;
		border-right: none;
	}
	.store_index_list .store_list:nth-child(odd) {
		background: #F7F7F7 !important;
	}
	.store_index_list .store_list div:last-child {
		border-right: none;
	}
	.store_index_list .store_list div.col-1 {
		display:none;
	}
	.store_index_list .store_list div.col-2 {
		width: 100%;
		margin-top:5px;
		text-align:center;
	}
	.store_index_list .store_list div.col-3,
	.store_index_list .store_list div.col-4 {
		width: 100%;
		padding: 5px 10px;
	}
	.store_index_list .store_list div.col-4 a {
		pointer-events:visible;
	}
	.store_index_list .store_list div.col-5 {
		display:none;
	}
	ul.store-btn-list{
		display:flex;
		flex-wrap:nowrap;
		justify-content:space-between;
	}
	ul.store-btn-list li{
		width:49%;
		margin:0;
	}
	ul.store-btn-list li a{
		display:block;
	}
	ul.store-icon-list{
		display:flex;
		flex-wrap:nowrap;
		justify-content:space-between;
	}
	ul.store-icon-list li {
		padding: 4px 0;
		margin: 0 5px 5px 0;
	}
	/*
	.store_index_list .store_list div:nth-of-type(5){
		margin:10px auto;
		display:block;
	}
	.store_index_list .store_list div:nth-of-type(5) a {
		color: #4D4D4D;
		display:block;
		padding-right: 30px;
		background: url("../../new_cmn/img/arrow01.svg") no-repeat right center / 20px 20px;
	}
	*/
	.store_btn02 {
		font-size: 16px;
		font-weight: 600;
		padding: 15px 25px;
		margin-top: 5px;
		background: #A10000;
		color: #FFF;
		cursor: pointer;
		position: relative;
		display: none;
		display: block;
	}
	.store_btn02 span::after {
		position: absolute;
		content: '';
		background: #FFF;
		width: 2px;
		height: 24px;
		top: 50%;
		right: 33px;
		transform: translateY(-50%);
	}
	.store_btn02 span::before {
		position: absolute;
		content: '';
		background: #FFF;
		width: 24px;
		height: 2px;
		top: 50%;
		right: 22px;
		transform: translateY(-50%);
	}
	.store_btn02 span.close::after {
		display: none;
	}

}

/* store */
/* -------------------------------------------------- */

/* store_info */

#store_info .inner {
	position: relative;
	max-width: 1080px;
	padding: 0px 20px 0 20px;
	margin: -50px auto 0 auto;
}
#store_info .inner02 {
	padding: 25px 20px 50px 25px;
	background: #FFF;
}
#store_info table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	font-weight: 600;
	line-height: 125%;
}
#store_info table th {
	padding: 5px 10px;
	border: 1px solid #CFCFCF;
	white-space: nowrap;
	text-align: center;
	font-weight: 600;
	vertical-align: middle;
}
#store_info table td {
	padding: 15px 20px;
	border: 1px solid #CFCFCF;
	vertical-align: top;
	vertical-align: middle;
}
#store_info_list01 {
	width: 100%;
	list-style: none;
	text-align: center;
}
#store_info_list01 li {
	width: 20%;
	padding: 0 15px;
	float: left;
}
#store_info_list01 li img {
	margin-bottom: 4px;
}
#store_info_list02 li {
	list-style: none;
	float: left;
	margin-right: 40px;
}
#icon_store_line {
	width: 250px;
	height: 75px;
	position: absolute;
	top: -75px;
	right: 20px;
}
#icon_store_line a {
	display: block;
	background: #41A538;
}
.access01 {
	max-width: 700px;
	margin: 75px auto;
}
.access_img {
	max-width: 640px;
	margin: 0 auto;
}
@media (max-width:1023px) {
	#store_info table {
		width: 100%;
		border-bottom: 1px solid #CFCFCF;
	}
	#store_info table th {
		width: 100%;
		display: block;
		border-bottom: none;
	}
	#store_info table td {
		width: 100%;
		display: block;
		border-bottom: none;
	}
}
@media (max-width:767px) {
	#store_info_list01 li {
		width: 50%;
		margin-bottom: 25px;
	}
	#store_info_list01 li:last-child {
		margin-bottom: 0;
	}
	#store_info_list01 li img {
		max-width: 125px;
	}
	#store_info_list02 li {
		line-height: 150%;
	}
	#icon_store_line {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0 25px;
	}
	#icon_store_line img {
		width: 100%;
	}
	.access_img {
		max-width: 100%;
	}
}

/* store_navi */

#store_navi {
	max-width: 1040px;
	padding: 50px 20px 0 20px;
	margin: 0 auto;
}
#store_navi ul {
	width: 100%;
	list-style: none;
}
#store_navi ul li a {
	padding: 15px;
	display: block;
	border: 1px solid #4D4D4D;
	border-radius: 5px;
	text-align: center;
	color: #4D4D4D;
	font-weight: 600;
	background: #FFF;
	position:relative;
}
#store_navi ul li a::after {
	content:"";
	display:block;
	width:4px;
	height:4px;
	margin:auto;
	border-right:2px solid #4D4D4D;
	border-bottom:2px solid #4D4D4D;
	position:absolute;
	top:0;
	bottom:0;
	right:15px;
	transition:0.5s;
	transform:rotate(45deg);
}
#store_navi ul li a:hover {
	padding: 15px;
	display: block;
	border: 1px solid #A10000;
	border-radius: 5px;
	text-align: center;
	color: #FFF;
	font-weight: 600;
	background: #A10000;
	opacity: 1;
}
#store_navi ul li a:hover::after {
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
}

@media (min-width:1024px) {
	#store_navi ul li {
		width: 18.4%;
		float: left;
		margin-right: 2%;
	}
	#store_navi ul li:last-child {
		margin-right: 0;
	}
}
@media (max-width:1023px) {
	#store_navi ul li {
		width: 49%;
		float: left;
		margin: 0 2% 2% 0;
	}
	#store_navi ul li:nth-child(2n) {
		margin-right: 0;
	}
}
@media (max-width:767px) {
	#store_navi {
		padding: 50px 20px 0 20px;
	}
	#store_navi ul li {
		width: 100%;
		float: none;
		margin: 0 0 2% 0;
	}
}
/* topic */
#topic .inner {
	max-width: 1200px;
	padding: 75px 25px;
	margin: 0 auto;
}
.topic-slider{
	max-width:1200px;
	margin: 0 auto 50px auto!important;
}
.topic-slider .topic-cell{
	margin: 0 25px;
	padding:0;
	position:relative;
}
.topic-slider .topic-cell a{
	width:100%;
	margin:0 auto;
	padding:0;
	background:#fff;
	display:block;
	transform:scale3d(1,1,1.1);
}
.topic-slider .topic-cell a::after{
	content:"";
	display:block;
	width:0;
	height:1px;
	background:#A10000;
	position:absolute;
	bottom:0;
	left:0;
	transition:0.5s;
}
.topic-slider .topic-cell a:hover::after{
	width:100%;
}
.topic-slider .topic-cell .topic-detail{
	padding:10px 10px 20px 10px;
}
.topic-slider .topic-cell .topic-detail .date-label{
	margin-bottom:15px;
}
.topic-slider .topic-cell .topic-detail .date{
	width:50%;
	float:left;
}
.topic-slider .topic-cell .topic-detail .label{
	float:right;
}
.topic-slider .topic-cell .topic-detail .title{
	font-size:16px;
	font-weight:600;
}
.topic-slider .topic-cell .topic-detail .lead{
	font-size:14px;
}

.topic-slider .slick-dots{
	bottom:-35px!important;
}

.slick-prev:before,
.slick-next:before{
	color:#ccc!important;
}
	@media (max-width:767px) {
		.slick-next{
			right:10px!important;
			z-index:999!important;
		}
		.slick-prev{
			left:10px!important;
			z-index:999!important;
		}
	}



/* news */
.news-sec-1 .box-news{
	max-width:960px;
	margin: 0 auto;
	padding:15px 35px;
}
.news-sec-1 .box-news dl{
	width:100%;
	padding:15px;
	border-bottom:1px solid #ccc;
}
.news-sec-1 .box-news dl:first-child{
	border-top:1px solid #ccc;
}
.news-sec-1 .box-news dl dt{
	width:25%;
	float:left;
	font-weight:bold;
}
.news-sec-1 .box-news dl dt .label-news{
	width:20px;
	height:20px;
	margin-right:15px;
	display: inline-block;
}
.news-sec-1 .box-news dl dd{
	width:75%;
	float:right;
}
.news-sec-1 .box-news dl dd a{
	font-weight:600;
	position:relative;
}
.news-sec-1 .box-news dl dd a::after{
	content:"";
	display:block;
	position:absolute;
	bottom:-2px;
	left:0;
	width:0;
	height:1px;
	background:#A10000;
	transition:0.5s;
}
.news-sec-1 .box-news dl dd a:hover{
	color:#A10000;
	opacity:1.0;
}
.news-sec-1 .box-news dl dd a:hover::after{
	width:100%;
}

	@media (max-width:1024px) {
		.news-sec-1 .box-news{
			width:100%;
			padding:15px;
			border-top: none;
		}
		.news-sec-1 .box-news dl dt{
			width:100%;
			margin-bottom:15px;
		}
		.news-sec-1 .box-news dl dd{
			width:100%;
		}
	}

/* blog */

#blog .inner {
	max-width: 1040px;
	padding: 75px 25px;
	margin: 0 auto;
}
#blog_list li {
	width: 32%;
	float: left;
	margin-right: 2%;
	list-style: none;
}
#blog_list li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
#blog_list li:last-child {
	margin-right: 0;
}
@media (max-width:767px) {
	#blog .inner {
		padding: 50px 20px;
	}
	#blog_list {
		display: none;
	}
}

/* slider */

#slider {
	position: relative;
	display: none;
}
#slider li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-loading,
.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: none;
}
.bxslider li {
	display: block;
	list-style: none;
	width: 100%;
}
.bx-wrapper .bx-prev {
	left: 0;
	background: url(../img/arrow02.svg) no-repeat 0 0;
}
.bx-wrapper .bx-next {
	right: 0;
	background: url(../img/arrow03.svg) no-repeat 0 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	outline: 0;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	z-index: 100;
	top: 50%;
	margin-top: -30px;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
@media (max-width:767px) {
	#slider {
		display: block;
	}
}

/* moa */

#moa .inner {
	max-width: 1040px;
	padding: 75px 25px;
	margin: 0 auto;
}
.moa_cafe_text01 {
	width: 100%;
	display: table;
}
.moa_cafe_text01 .left {
	width: 430px;
	display: table-cell;
}
.moa_cafe_text01 .right {
	padding-left: 25px;
	display: table-cell;
}
.moa_cafe_text01 .right .date {
	font-size: 16px;
	color: #A9A9A9;
}
.moa_cafe_text01 .right h3 {
	margin-top: 5px;
	font-size: 22px;
	font-weight: 600;
	color: #A10000;
}
.moa_cafe_text01 .right .text {
	margin-top: 25px;
	padding: 25px;
	background: #FFF;
}
.moa_cafe_text01 .right .text p {
	margin-bottom: 25px;
}
.moa_cafe_text01 .right .text ul {
	margin: 0 0 25px 25px;
}
.moa_cafe_text01 .right .text p:last-child,
.moa_cafe_text01 .right .text ul:last-child {
	margin-bottom: 0;
}
.moa_cafe_text02 {
	border-top: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
	background: #FFF;
	margin-top: 25px;
	padding: 13px 0;
}
.moa_cafe_text02 .inner02 {
	display: table;
	font-size: 16px;
	font-weight: 600;
}
.moa_cafe_text02 .inner02 .left {
	display: table-cell;
	padding: 0 40px;
	border-right: 1px solid #C3C3C3;
}
.moa_cafe_text02 .inner02 .right {
	display: table-cell;
	padding: 0 40px;
}
@media (max-width:767px) {
	#moa .inner {
		padding: 50px 25px;
	}
	.moa_cafe_text01 {
		width: 100%;
		display: block;
	}
	.moa_cafe_text01 .left {
		width: 100%;
		display: block;
	}
	.moa_cafe_text01 .right {
		margin-top: 25px;
		padding-left: 0;
		display: block;
	}
	.moa_cafe_text02 .inner02 {
		display: block;
	}
	.moa_cafe_text02 .inner02 .left {
		display: block;
		padding: 0 0 10px 0;
		text-align: center;
		border-right: none;
	}
	.moa_cafe_text02 h4 {
		position: relative;
		margin-bottom: 10px;
	}
	.moa_cafe_text02 h4::after {
		content: '';
		width: 15px;
		height: 1px;
		background: #C3C3C3;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.moa_cafe_text02 .inner02 .right {
		display: block;
		padding: 0 20px;
	}
}

/* store_map */

#store_map .inner {
	max-width: 1040px;
	padding: 75px 25px;
	margin: 0 auto;
}
#store_map .inner #store_map_text {
	width: 100%;
	display: table;
}
#store_map .inner #store_map_text .left {
	width: 40%;
	display: table-cell;
	vertical-align: top;
}
#store_map .inner #store_map_text .left h3 {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #4D4D4D;
}
#store_map .inner #store_map_text .left .inner02 {
	padding-right: 25px;
}
#store_map .inner #store_map_text .right {
	display: table-cell;
	vertical-align: top;
}
.gmap iframe {
	width: 100%;
	height: 350px;
	margin-top: 50px;
}
#store_map .inner .right iframe {
	width: 100%;
	height: 350px;
	margin-top: 0;
}
@media (max-width:767px) {
	#store_map .inner {
		padding: 50px 25px;
	}
	#store_map .inner #store_map_text .left {
		width: 100%;
		display: block;
		margin-bottom: 25px;
	}
	#store_map .inner #store_map_text .right {
		width: 100%;
		display: block;
	}
}

/* flyer */

#flyer .inner {
	max-width: 1040px;
	padding: 75px 25px;
	margin: 0 auto;
}
#flyer_area iframe {
	width: 100%;
	height: 290px;
}
@media (max-width:767px) {
	#flyer .inner {
		padding: 25px 25px;
	}
}

/* snap */

#snap .inner {
	max-width: 1040px;
	padding: 75px 25px;
	margin: 0 auto;
}
#snap_list li {
	width: 23%;
	float: left;
	margin-right: 2%;
	list-style: none;
	text-align: center;
	line-height: 150%;
}
#snap_list li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
#snap_list li:last-child {
	margin-right: 0;
}
sup {
	font-size: 9px;
} 
@media (max-width:767px) {
	#snap .inner {
		padding: 25px 25px 50px 25px;
	}
	#snap_list li {
		width: 100%;
		float: none;
		margin: 0 0 50px 0;
	}
}



/* qa */
/* -------------------------------------------------- */

.qa-q{
	width:100%;
	margin:10px 0;
	padding:10px 15px;
	background:#eee;
	border-radius: 2px;
	color:#333;
	font-size:16px;
	font-weight:600;
}
.qa-a{
	margin: 15px 0 50px 25px;

}


/* pickup-index */
/* -------------------------------------------------- */
.pickup-sec-1{
	width:1040px;
	margin: 0 auto;
	padding: 85px 0;
}

.box-pickup-index-1{
	width:100%;
	margin-bottom:50px;
}
.box-pickup-index-1 .box-cell{
	width:50%;
	float:left;
}
.box-pickup-index-1 .box-cell:nth-child(even){
	float:right;
	background:#eee;
}
.box-pickup-index-1 .box-cell .inner-1{
	padding:35px;
}
.box-pickup-index-1 .box-cell .inner-1 h4{
	margin-bottom:10px;
	color:#A10000;
	font-size:24px;
	font-weight:600;
	line-height:140%;
}
.box-pickup-index-1 .box-cell .inner-1 .sub-1{
	margin-bottom:25px;
	font-size:18px;
	font-weight:600;
	line-height:140%;
}
.box-pickup-index-1 .box-cell .inner-1 .txt-1{
	margin-bottom:25px;
	font-size:14px;
	line-height:160%;
}
	@media (max-width:767px) {
		.pickup-sec-1{
			width:100%;
		}
		.box-pickup-index-1 .box-cell{
			width:100%;
			float:none;
		}
		.box-pickup-index-1 .box-cell .inner-1 h4{
			margin-bottom:5px;
			font-size:18px;
		}
		.box-pickup-index-1 .box-cell .inner-1 .sub-1{
			margin-bottom:15px;
			font-size:16px;
			font-weight:600;
			line-height:140%;
		}
		.box-pickup-index-1 .box-cell .inner-1 .txt-1{
			margin-bottom:25px;
			font-size:14px;
			line-height:160%;
		}
	}


/* pickup */
/* -------------------------------------------------- */
.pickup-sec-2{
	width:1040px;
	margin: 0 auto;
	padding: 85px 0 0 0;
}
.pickup-sec-2 .txt-1{
	margin-bottom:50px;
	font-size:18px;
	font-weight:600;
	letter-spacing:1px;
	line-height:200%;
	text-align:center;
}

.box-pickup-1,
.box-pickup-2{
	width:1040px;
	margin: 0 auto 150px auto;
	position:relative;
}
.box-pickup-2{
	margin: 0 auto 45px auto;
}
.box-pickup-1 .box-large,
.box-pickup-2 .box-large{
	width:850px;
}
.box-pickup-1 .box-small,
.box-pickup-2 .box-small{
	width:450px;
}
.box-l{	float:left;}
.box-r{	float:right;}

.box-small{
	position:relative;
}

.box-small .inner-1{
	margin-top:-50px;
	padding:25px;
	background:#fff;
}
.box-small .inner-1 h4{
	margin-bottom:15px;
	padding-left:25px;
	font-size:18px;
	font-weight:600;
	line-height:160%;
	position:relative;
}
.box-small .inner-1 h4::before{
	content:"";
	display:block;
	width:1px;
	height:90px;
	background:#111;
	position:absolute;
	bottom:0;
	left:0;
}
.box-small .inner-1 .inner-1 p{
	font-size:14px;
	line-height:160%;
}

	@media (min-width:768px) {
	}
	@media (max-width:767px) {
		.pickup-sec-2{
			width:100%;
			padding: 0 10px;
		}
		.pickup-sec-2 .txt-1{
			text-align:left;
		}
		.box-pickup-1,
		.box-pickup-2{
			width:100%;
			margin-bottom:50px;
		}
		.box-pickup-1 .box-large,
		.box-pickup-1 .box-small,
		.box-pickup-2 .box-large,
		.box-pickup-2 .box-small{
			width:100%;
			height:auto;
		}
		.box-l,
		.box-r{
			float:none;
		}
		.box-pickup-1 .box-left-1,
		.box-pickup-2 .box-right-2{
			width:100%;
			background:#fff;
			position:relative;
		}
		.box-pickup-1 .box-left-1,
		.box-pickup-2 .box-right-2{
			top:0;
			left:0;
			right:0;
		}
	}


.box-pickup-col-3{
	width:100%;
}
	@media (min-width:768px) {
		.box-pickup-col-3 .box-cell{
			width:calc( (100% - 90px) / 3);
			max-width:300px;
			margin: 0 45px 45px 0;
			float:left;
		}
		.box-pickup-col-3 .box-cell:nth-child(3n){
			margin-right:0;
		}
		.box-pickup-col-3.box-cell:nth-child(3n)::after{
			content:"";
			display:block;
		}
	}
	@media (max-width:767px) {
		.box-pickup-col-3{
			display:flex;
			flex-wrap: wrap;
			gap: 20px;
		}
		.box-pickup-col-3 .box-cell {
			width:calc(50% - 10px);
			margin: 0 0 15px 0;
		}
		.box-pickup-col-3 .box-cell:nth-child(odd) {
			float:left;
		}
		.box-pickup-col-3 .box-cell:nth-child(even) {
			float:right;
		}
	}

.product-1{
	margin:10px 0 5px;
	font-size:16px;
	font-weight:600;
}
.product-2{
	margin-bottom:5px;
	font-size:14px;
}
.product-3{
	margin-bottom:15px;
	font-size:16px;
	font-weight:600;
}


/* pickup - 2024 */
/* -------------------------------------------------- */
.wrapper-pickup{
	font-family: 'Noto Sans JP';
}
.wrapper-pickup .pickup-sec-2 .txt-1{
	font-size:20px;
	font-weight:400;
}
.wrapper-pickup .box-pickup-1 .box-small,
.wrapper-pickup .box-pickup-2 .box-small{
	width:auto;
	max-width:600px;
}
.wrapper-pickup .pickup-sec-2 .box-small .inner-1 h4{
	font-size:36px;
}

.wrapper-pickup .slick-1{
	width:100%;
}
.wrapper-pickup .slick-1 img{
	height: 40vw;
	max-height: 400px;
	min-height: 350px;
	object-fit:cover;
}
.wrapper-pickup .inner{
	height:auto!important;
}

.wrapper-pickup .box-flex-col-3{
	display:flex;
	flex-wrap:wrap;
	gap:25px;
}
.wrapper-pickup .box-flex-col-3 .box-cell{
	width:calc( (100% - 50px) / 3 );
}

.wrapper-pickup #movieframe{
	padding: 50px 0;
}
.wrapper-pickup #movieframe iframe{
	width:75%;
	height:auto;
	margin: 0 auto;
	display:block;
	aspect-ratio: 16 / 9;
}

/* company */
/* -------------------------------------------------- */

/* about */
.space-about-1{
	width:8.0em;
	margin-right:10px;
	display:inline-block;
}

/* service-contract */
/* -------------------------------------------------- */

.list-step-1{
	margin: 0 0 0 15px;
	list-style:none;
}
.list-step-1 li{
	margin-bottom:45px;
	padding:14px;
	background:#eee;
	font-size:18px;
	font-weight:600;
	position:relative;
}
.list-step-1 li::after{
	content:"";
	display:block;
	width:20px;
	height:20px;
	border-bottom:6px solid #eee;
	border-right:6px solid #eee;
	position:absolute;
	bottom:-30px;
	left:15px;
	transform:rotate(45deg);
}
.list-step-1 li:last-child::after{
	display:none;
}
	@media (max-width:767px) {
		.list-step-1{
			margin: 0;
		}
		.list-step-1 li::after{
			margin: auto;
			position:absolute;
			bottom:-30px;
			left:0;
			right:0;
		}
	}

/* topics */
/* -------------------------------------------------- */

#entry01 img {
  margin-bottom: 25px;
}
#entry01 p {
  margin-bottom: 25px;
}
#entry01 ul,
#entry01 ol {
  margin: 0 0 25px 25px;
}
#entry01 a {
	color: #A10000! important;
	text-decoration: underline;
}
#entry01 .btn01 a {
	color: #4D4D4D !important;
	text-decoration: none !important;
}
#entry01 .btn01 a:hover {
	color: #FFF !important;
	text-decoration: none !important;
}
#entry01 a img {
	text-decoration: none !important;
}

	@media (max-width:767px) {
		#entry01 p {
			padding: 0 25px;
		}
	}

/* hojin */
/* -------------------------------------------------- */

/* hojin01 */

.hojin01_inner01 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 50px;
  line-height: 250%;
  padding: 25px 0;
}
@media (max-width:767px) {
  .hojin01_inner01 {
    font-size: 15px;
    line-height: 250%;
  }
}
.hojin01_inner01_link {
  max-width: 800px;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
.hojin01_inner01_link li {
  width: 100%;
}
.hojin01_inner01_link li a {
  display: block;
  border: 3px solid #A10000;
  background: #EFE4D8;
  color: #A10000;
  border-radius: 10px;
  font-size: 22px;
  line-height: 150%;
  font-weight: 600;
  padding: 20px 20px 50px 20px;
  position: relative;
}
.hojin01_inner01_link li a span {
  display: block;
  width: 60px;
  margin-right: 15px;
}
@media (min-width:768px) {
  .hojin01_inner01_link {
    display: flex;
    justify-content: space-between;
  }
  .hojin01_inner01_link li {
    width: 48%;
  }
  .hojin01_inner01_link li a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 145px;
  }
  .hojin01_inner01_link li a::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-bottom: 3px solid #A10000;
    border-left: 3px solid #A10000;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
  }
}
@media (max-width:767px) {
  .hojin01_inner01_link li a {
    font-size: 18px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    position: relative;
  }
  .hojin01_inner01_link li a span {
    position: absolute;
    top: 50%;
    left: 25px;
  	transform: translateY(-50%);
    width: 50px;
  }
  .hojin01_inner01_link li:nth-of-type(2) {
    margin-top: 25px;
  }
  .hojin01_inner01_link li a::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-bottom: 3px solid #A10000;
    border-left: 3px solid #A10000;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) rotate(-45deg);
  }
}

.hojin01_inner02 {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px dotted #CCC;
  font-size: 16px;
  line-height: 200%;
}

.hojin01_inner03 {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px dotted #CCC;
  font-size: 16px;
  line-height: 200%;
}

.hojin01_photo {
  margin-top: 25px;
  display: flex;
  list-style: none;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hojin01_photo li {
  width: 48%;
}

.hojin01_photo li:nth-child(n + 3) {
  margin-top: 4%;
}

/* hojin02 */

.hojin02 {
  font-size: 16px;
  line-height: 200%;
}
.hojin02_under {
  margin-top: 75px;
}
@media (max-width:767px) {
  .hojin02 {
    font-size: 14px;
  }
  .hojin02_under {
    margin-top: 50px;
  }
}

/* hojin03 */

.hojin03 {
  font-size: 16px;
}
.hojin03_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hojin03_inner > div {
  width: 48%;
  text-align: center;
}
.hojin03_inner > div a {
  color: #333;
}
.hojin03_inner > div:nth-child(n + 3) {
  margin-top: 10%;
}
.hojin03_inner > div ul {
  list-style: none;
}
.hojin03_inner > div ul li:nth-of-type(1) {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  background: #A10000;
  color: white;
  padding: 10px;
}
.hojin03_inner > div ul li:nth-of-type(3) {
  margin-top: 25px;
  background: white;
  color: #A10000;
  font-weight: 600;
  display: inline-block;
  padding: 10px 25px 8px 25px;
  border-radius: 6px;
  line-height: 100%;
  border: 2px solid #A10000;
}
@media (max-width:767px) {
  .hojin03_inner > div ul li:nth-of-type(1) {
    font-size: 18px;
  }
  .hojin03_inner > div ul li:nth-of-type(3) {
    font-size: 14px;
  }
}

/* hojin04 */

.hojin04 {
  font-size: 16px;
}
.hojin04_inner {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hojin04_inner > div ul {
  list-style: none;
  position: relative;
}
.hojin04_inner > div ul li:nth-of-type(1) {
  position: relative;
  text-align: center;
}
.hojin04_inner > div ul li:nth-of-type(1) img {
  width: 50%;
  margin: 0 auto;
}
.hojin04_inner > div ul li:nth-of-type(2) {
  text-align: center;
}
@media (min-width:768px) {
  .hojin04_inner > div ul li:nth-of-type(1)::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-bottom: 3px solid #A10000;
    border-left: 3px solid #A10000;
    top: 50%;
    right: -15%;
    transform: translateY(-50%) rotate(-135deg);
  }
  .hojin04_inner > div:last-child ul li:nth-of-type(1)::after {
    display: none;
  }
}
@media (max-width:767px) {
  .hojin04_inner > div ul::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-bottom: 3px solid #A10000;
    border-left: 3px solid #A10000;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
  }
  .hojin04_inner > div:last-child ul::after {
    display: none;
  }
  .hojin04_inner > div ul li:nth-of-type(1) img {
    width: 35%;
    margin: 0 auto;
  }
}
.hojin04_inner > div ul li:nth-of-type(2) {
  margin-top: 15px;
  color: #A10000;
  font-size: 18px;
  font-weight: 600;
}
.hojin04_inner > div ul li:nth-of-type(3) {
  margin-top: 5px;
  line-height: 175%;
  font-size: 14px;
}
@media (min-width:768px) {
  .hojin04_inner > div {
    width: 28%;
  }
  .hojin04_inner > div:nth-child(n + 4) {
    margin-top: 5%;
  }
}
@media (max-width:767px) {
  .hojin04_inner {
    max-width: 100%;
  }
  .hojin04_inner > div {
    width: 100%;
  }
  .hojin04_inner > div:nth-child(n + 2) {
    margin-top: 80px;
  }
}

/* hojin05 */

.hojin05 {
  font-size: 16px;
}
.hojin05_top {
  text-align: center;
  font-size: 22px;
  line-height: 250%;
  font-weight: 600;
  margin-bottom: 50px;
}
@media (max-width:767px) {
  .hojin05_top {
    font-size: 14px;
  }
}
@media (min-width:768px) {
  .hojin05_under {
    display: flex;
    justify-content: space-between;
  }
  .hojin05_under_left,
  .hojin05_under_right {
    width: 48%;
  }
}
@media (max-width:767px) {
  .hojin05_under_left {
    margin-bottom: 25px;
  }
}
.hojin05_under a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 3px solid #A10000;
  background: #EFE4D8;
  color: #A10000;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width:767px) {
  .hojin05_under a {
    font-size: 20px;
  }
}
.hojin05_under a div {
  padding: 25px;
}
.hojin05_under a ul {
  list-style: none;
}
.hojin05_under a ul li:nth-of-type(1) {
  max-width: 75px;
  margin: 0 auto 20px auto;
}

/* hojin06 */

.hojin06 {
  font-size: 16px;
}
.hojin06 table {
  width: 100%;
}
.hojin06 table tr th {
  padding: 15px 25px 15px 0;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: left;
  white-space: nowrap;
  font-weight: 600;
  width: 250px;
}
.hojin06 table tr td {
  padding: 15px 0;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: left;
}
@media (max-width:767px) {
  .hojin06 {
    font-size: 15px;
  }
  .hojin06 table tr {
    display: block;
  }
  .hojin06 table tr th {
    display: block;
    border-bottom: none;
    background: #EFEFEF;
    padding: 15px 20px;
    width: 100%;
    white-space: normal;
  }
  .hojin06 table tr td {
    display: block;
    border-bottom: none;
    margin-bottom: 25px;
    width: 100%;
  }
  .hojin06 table tr td:nth-child(n + 2) {
    margin-bottom: 40px;
  }
}
.hojin_result {
  font-size: 16px;
}
.hojin_result_inner:nth-child(n + 3) {
  margin-top: 100px;
}
.hojin_result_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width:768px) {
  .hojin_result_list li {
    width: 23.5%;
    margin-right: 2%;
  }
  .hojin_result_list li:nth-child(4n) {
    margin-right: 0;
  }
  .hojin_result_list li:nth-child(n + 5) {
    margin-top: 2%
  }
}
@media (max-width:767px) {
  .hojin_result_list li {
    width: 32%;
    margin-right: 2%;
  }
  .hojin_result_list li:nth-child(3n) {
    margin-right: 0;
  }
  .hojin_result_list li:nth-child(n + 4) {
    margin-top: 2%
  }
}
.hojin_result_caption {
  margin-top: 5px;
  font-size: 12px;
}