@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body {
	font-size: 16px;
	font-family: Crimson Text, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #000;
	line-height: 180%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	word-break: break-all;
}
.cont {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.kuro{
color: #000000 !important;
}
a { 
	text-decoration: none;
	color: inherit;
}
.hv-o {
	transition: .3s ease;
}
.hv-u:hover {
	text-decoration: underline;
}
.hv-o:hover { 
	opacity: 0.7;
}
img { 
	max-width: 100%; 
	height: auto;
}
.show-on-sp {
	display: none;
}

.oki{
	max-width: 815px;
	margin: 0 auto;
}
/* Common */
nav {
	background-color: #dee4f4;
}
nav .cont {
	display: flex;
	justify-content: space-between;
}
nav .logo {
	/*width: 30%;*/
	align-self: center;
}
nav .logo a {
	font-size: 30px;
	font-weight: 500;
	display: block;
}
nav .logo a img {
	max-width: 270px;
}
nav .menu-wrap {
	width: 70%;
}
nav .menu {
	display: flex;
	height: 100%;
}
nav .menu li {
	width: 25%;
}
nav .menu li:first-child {
	display: none;
}
nav .menu li a {
	display: block;
	text-align: center;
	height: 100%;
	padding: 25px 0;
	transition: .3s ease;
}
nav .menu li a:hover, nav .menu li a.active {
	background-color: #fff;
}
nav .menu-toggle {
	display: none;
}
nav .menu-phone {
	display: none;
}
nav .menu-mail {
	display: none;
}
footer {
	background-color: #5882FA;
	color: #fff;
	padding: 15px 0;
}
footer .cont {
	display: flex;
}
footer .copyright {
	font-size: 14px;
}
#formAdmin {
	display: none;
}
footer .menu {
	display: flex;
	margin-left: auto;
}
footer .menu li a {
	transition: .3s ease;
	font-size: 14px;
}
footer .menu li a:hover {
	opacity: 0.7;
}
footer .menu li::after {
	content: '/';
    display: inline-block;
    margin: 0 2em;
}
footer .menu li:last-child::after {
	display: none;
}
section {
	padding: 120px 0;
}
.content {
	margin-bottom: 100px;
}
.content .img {
	text-align: center;
	margin-bottom: 30px;
}
.content .para {
	text-align: center;
	margin-bottom: 30px;
	width: 98%;
	margin: 0 auto;
}


.title .big {
	font-size: 50px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.title .small {
	font-size: 20px;
	text-align: center;
	margin-bottom: 40px;
}
.title .desc {
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
	line-height: 180%;
}
.button-link a {
	background-color: #000;
	padding: 15px 0;
	display: block;
	max-width: 300px;
	margin: auto;
	color: #fff;
	text-align: center;
	transition: .3s ease;
}
.button-link a:hover {
	background-color: #ededed;
	color: #000;
}
.top-banner img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.top-banner img.object_po{
	object-position: 0 0;
}

.title-2 {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 25px;
}
.title-2 .title-2-wrap {
	display: inline-block;
}
.title-2 .title-2-wrap strong {
	position: relative;
	display: block;
    margin-bottom: 25px;
    font-size: 50px;
    font-weight: normal;
    letter-spacing: .08em;
    line-height: 1;
    background-color: #fff;
    padding: 0 30px;
}
.title-2 .title-2-wrap strong::after {
	position: absolute;
    bottom: 50%;
    left: 50%;
    content: '';
    width: calc(100vw - 30px);
    height: 4px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, black 35%, black 65%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, black 35%, black 65%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(35%, black), color-stop(65%, black), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, black 35%, black 65%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, black 35%, black 65%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}
.title-2 .title-2-wrap small {
	font-size: 20px;
}
#toTopBtn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	border: none;
	cursor: pointer;
	padding: 10px;
	background-color: #5882FA;
	color: #fff;
	font-size: 18px;
	font-family: inherit;
	width: 78px;
	height: 78px;
	outline: none;
	z-index: 9;
	opacity: 0;
	transition: opacity 0.5s ease;
	border-radius: 5px;
}
#toTopBtn .icon {
	display: none;
}
.top-banner {
	position: relative;
}
.top-banner .img img:last-child {
	display: none;
}
.top-banner .txt {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	line-height: 1.3;
	transform: translateY(-50%);
	text-align: center;
	font-size: 40px;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.top-banner .txt span {
	font-size: 25px;
}
/* End Common */

/* Slide */
#owlslider .item {
	position: relative;
}
#owlslider .item img {
	width: 100%;
	height: auto;
}
#owlslider .item .txt {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	line-height: 180%;
	color: #fff;
	font-size: 40px;
	text-align: center;
	text-shadow: 2px 2px 0 #7A7A7A;
}
#owlslider .item .txt span {
	text-transform: uppercase;
	font-size: 46px;
}
/* End Slide */

/* Top */
.policy {
	background-image: url(../../img/index/top-img-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 700px;
	padding-top: 100px;
	padding-bottom: 100px;
}
.policy .wrap {
	max-width: 1200px;
	width: 100%;
	min-height: 500px;
	margin: auto;
	background-color: rgba(255, 255,255, 0.9);
	padding: 85px 15px;
}
.blog-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.blog-wrap .post:hover .img img {
	opacity: 0.7;
}
.blog-wrap .post .img {
	margin-bottom: 15px;
}
.blog-wrap .post .img img {
	width: 380px;
	height: 253px;
	object-fit: cover;
}

.image-container.compat-object-fit {
	position: relative;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 253px;
}
.image-container.compat-object-fit .image-object-fit {
	display: none;
}
.blog-wrap .post .date-author {
	margin-bottom: 5px;
}
.blog-wrap .post .title {
	font-weight: bold;
	margin-bottom: 5px;
}
.content:last-child {
	margin-bottom: 0;
}
/* End Top */

/* Service */
.service-page .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service-page .item {
	position: relative;
	width: 49%;
	margin-bottom: 50px;
}
.service-page .item .bg::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(255,255,255,0.6);
}
.service-page .item img {
	min-height: 500px;
	object-fit: cover;
	width: auto;
}
.service-page .item .box {
	position: absolute;
	width: 90%;
	height: 90%;
	background-color: #fff;
	top: 50%;
	left: 50%;
	padding: 30px 30px;
	transform: translate(-50%,-50%);
}
.service-page .item .box .strong {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.service-page .item .box .normal {
	margin-bottom: 30px;
	text-align: center;
	min-height: 200px;
}
.service-page .item .box a {
	background-color: #fff;
	padding: 15px 0;
	display: block;
	max-width: 300px;
	margin: auto;
	color: #000;
	text-align: center;
	transition: .3s ease;
	border: 1px solid #000;
}
.service-page .item .box a:hover {
	background-color: #000;
	color: #fff;
}
/* End Service */

/* About */
.about-page .list {
	margin-top: 55px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1030px;
}
.about-page .list li {
	text-align: left;
    list-style: none;
    margin-bottom: 60px;
    padding-left: calc(10rem + 35px);
    position: relative;
	font-size: 20px;
	line-height: 2;
}
.about-page .list li:nth-of-type(1)::before {
	content: "01";
}
.about-page .list li:nth-of-type(2)::before {
	content: "02";
}
.about-page .list li:nth-of-type(3)::before {
	content: "03";
}
.about-page .list li:nth-of-type(4)::before {
	content: "04";
}
.about-page .list li:nth-of-type(5)::before {
	content: "05";
}
.about-page .list li .strong {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}

.about-page .strong {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 2;
}
.about-page .list li::before {
	content: "";
    font-size: 5rem;
    position: absolute;
    left: 0;
    top: 0;
    
}
.about-page .table table {
	max-width: 815px;
	width: 100%;
	margin: auto;
}
.about-page .table table tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,.05);
}
.about-page .table table tr td:first-child {
	width: 220px;
	font-weight: bold;
}
.about-page .table table tr td {
	padding: 15px 15px;
}
/* End About */

/* Contact */
.contact-page .form {
	max-width: 815px;
	margin: auto;
}
.contact-page .form table {
	width: 100%;
}
.contact-page .form table tr td:first-child {
	width: 200px;
	vertical-align: middle;
	font-weight: bold;
}
.contact-page .form table tr td {
	padding: 15px 0;
}
.contact-page .form table tr td input[type="text"],
.contact-page .form table tr td input[type="email"] {
	height: 40px;
	width: 400px;
	text-indent: 10px;
	outline: none;
}
.contact-page .form table tr td textarea {
	width: 600px;
	height: 120px;
	resize: none;
	text-indent: 10px;
	outline: none;
}
.contact-page .form table tr:last-child td button {
	background: linear-gradient(#5882FA, #1E00FF);
    padding: 15px 0;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: auto;
    color: #fff;
    text-align: center;
    transition: .3s ease;
    cursor: pointer;
    border: none;
}
.contact-page .form table tr:last-child td button:hover {
	background: linear-gradient(#1E00FF, #05FBFF);
	color: #000;
}


/* End Contact */

/* 202007更新 */

.newitems{
	width: 100%;
	height: 270px;
	max-width: 1200px;
	margin: 20px auto 0;
	display: block;
}

.newitems02{
	width: 100%;
	height: auto;
	max-width: 1200px;
	margin: 20px auto 0;
	display: block;
}

.shop a{
	width: 220px;
	display: block;
	border: 1px solid #ccc;
	padding: 5px;
}

.shop img{
	width: 100%;
	height: auto;
}

.shop02 a{
	width: 220px;
	display: block;
	margin-top: 10px;
	
}

.shop02 img{
	width: 100%;
	height: auto;
}

.sns_box{
	width: 220px;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.sns{
	width: 100%;
	display: inline-block;
}

@media screen and (min-width: 1199px) {
.spnomi{display: none;
}
}

/* Responsive Zone */
@media screen and (max-width: 1199px) {
	/* Common */
	nav {
		padding: 0 10px;
	}
	nav .logo a {
		font-size: 24px;
	}
	footer {
		padding: 15px 10px;
	}
	footer .cont {
		flex-wrap: wrap;
	}
	footer .copyright {
		order: 2;
		width: 100%;
		text-align: center;
	}
	footer .menu {
		order: 1;
		width: 100%;
		margin-bottom: 15px;
		justify-content: center;
	}
	/* End Common */

	/* Top */
	.blog-wrap {
		padding: 0 10px;
	}
	/* End Top */
}

.tocontact{
	width: 80%;
	display: block;
	margin: 40px auto;
	max-width: 400px;
	color: #fff;
	font-size: 25px;
	padding: 20px 0;
	background: linear-gradient(#5882FA, #1E00FF);
	text-align: center;
}

.tocontact:hover{
	background: linear-gradient(#1E00FF, #05FBFF);
}
@media screen and (max-width: 992px) {
	/* Common */
	.content .para {
		padding: 0 10px;
	}
	nav .logo a img {
		max-width: 210px;
	}
	/* End Common */
	/* Slide */
	#owlslider .item .txt {
		font-size: 30px;
	}
	/* End Slide */

	/* Top */
	.blog-wrap {
		padding: 0;
		justify-content: center;
	}
	.blog-wrap .post {
		padding: 0 10px;
		margin-bottom: 25px;
	}
	/* End Top */

	/* About */
	.about-page {
		padding: 0 10px;
	}
	.about-page .list li .strong {
		font-size: 20px;
	}
	/* End About */

	/* Contact */
	.contact-page .form {
		max-width: 100%;
		padding: 0 10px;
	}
	.contact-page .form table tr td:first-child {
		width: 30%;
	}
	.contact-page .form table tr td input[type="text"], 
	.contact-page .form table tr td input[type="email"] {
		width: 60%;
	}
	.contact-page .form table tr td textarea {
		width: 80%;
	}
	/* End Contact */
}
@media screen and (max-width: 767px) {
	/* Common */
	
	.newitems{
	margin: 100px auto 0;
		height: 350px;
		
}
	.newitems02{
	margin: 100px auto 0;
		
		
}
	
	

.shop a{
	width: 200px;
	margin: 0 auto;
	
	
}
	.shop02 a{
	width: 200px;
	margin: 0 auto;
}

.shop img{
	width: 100%;
	height: auto;
}



.sns_box{
	width: 200px;
	margin: 10px auto;
	
	
}

	nav {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1;
		padding: 15px 10px;
	}
	nav .cont {
		flex-wrap: wrap;
	}
	nav .logo {
		width: 62%;
	}
	nav .menu-wrap {
		width: 38%;
		display: flex;
		align-self: center;
		justify-content: flex-end;
	}
	nav .menu {
		display: none;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		width: 70%;
		height: 100%;
		background-color: #fff;
		padding-top: 35px;
	}
	nav .menu li {
		width: 100%;
		padding-left: 25px;
		margin-bottom: 15px;
	}
	nav .menu li:first-child {
		display: block;
	}
	nav .menu li a {
		text-align: left;
		padding: 5px 0 5px 10px;
		border-left: 4px solid #5882FA;
	}
	nav .menu-wrap .menu-toggle .bar-1,
	nav .menu-wrap .menu-toggle .bar-2,
	nav .menu-wrap .menu-toggle .bar-3 {
		width: 35px;
	    height: 3px;
	    background-color: #000;
	    margin: 5px 0 5px auto;
	    transition: 0.3s ease;
	}
	.effect .bar-1 {
		transform: rotate(-45deg) translate(-4px, 3px);
	}
	.effect .bar-2 {
		opacity: 0;
	}
	.effect .bar-3 {
		transform: rotate(45deg) translate(-8px, -8px);
	}
	nav .logo a {
		font-size: 20px;
		display: block;
	}
	nav .logo a img {
		vertical-align: middle;
		max-width: 100%;
	}
	nav .menu-toggle {
		display: block;
	}
	nav .menu-mail {
		display: block;
	    margin-right: 10px;
	    font-size: 28px;
	}
	nav .menu-phone {
		display: block;
	    margin-right: 10px;
	    font-size: 28px;
	}
	.top-banner .img img:first-child {
		display: none;
	}
	.top-banner .img img:last-child {
		display: inline-block;
	}
	/* Custom Menu */
	nav.ct-class .menu-wrap {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #dee4f4;
		padding: 0px 0px;
		justify-content: center;
		transition: width 0.5s ease;
		z-index: 99;
	}
	nav.ct-class .menu-wrap span {
		width: 33.3%;
		text-align: center;
		border-right: 1px solid #000;
		padding: 15px 0;
		margin-right: 0;
	}
	nav.ct-class .menu-wrap span a {
		display: block;
	}
	nav.ct-class .menu-wrap span.menu-toggle {
		border-right: none;
	}
	nav.ct-class .menu-wrap .menu-toggle .bar-1, 
	nav.ct-class .menu-wrap .menu-toggle .bar-2, 
	nav.ct-class .menu-wrap .menu-toggle .bar-3 {
		margin-left: auto;
		margin-right: auto;
	}
	/* End Custom Menu */
	footer {
		background-color: #dee4f4;
		padding: 0;
	}
	footer .menu {
		flex-wrap: wrap;
		margin-bottom: 0;
		padding: 10px 0;
	}
	footer .menu li {
		margin-bottom: 0;
	}
	footer .menu li a {
		color: #000;
		font-size: 10px;
		vertical-align: top;
	}
	footer .menu li::after {
		margin: 0 .7em;
		color: #000;
	}
	footer .menu li:last-child::after {
		display: none;
	}
	footer .copyright {
		background-color: #5882FA;
		font-size: 10px;
	}
	.show-on-sp {
		display: block;
	}
	section {
		padding: 60px 0;
	}
	.title {
		padding: 0 10px;
	}
	.title .big {
		font-size: 24px;
	}
	.title .small {
		font-size: 15px;
		margin-bottom: 30px;
	}
	.title .desc {
		font-size: 16px;
    	padding: 0;
    	text-align: left;
	}
	.title-2 .title-2-wrap strong {
		font-size: 30px;
		padding: 0 15px;
	}
	.title-2 .title-2-wrap small {
		font-size: 18px;
	}
	.content {
		margin-bottom: 30px;
	}
	.button-link {
		padding: 0 10px;
	}
	.button-link a {
		max-width: 100%;
	}
	.content .img {
		padding: 0 10px;
	}
	.content .para {
		padding: 0 10px;
		text-align: left;
	}
	nav .menu li a:hover, nav .menu li a.active {
		font-weight: bold;
	}
	html {
		margin-bottom: 60px;
	}
	#toTopBtn {
		bottom: 65px;
		right: 5px;
		font-size: 14px;
		padding: 5px;
		height: 35px;
		width: 35px;
	}
	#toTopBtn .txt {
		display: none;
	}
	#toTopBtn .icon {
		display: block;
	}
	header .top-banner {
		top: 89px;
		left: 0;
		margin-bottom: 52px;
		position: relative;
	}
	header .top-banner img:last-child {
		max-width: 100%;
		height: auto;
	}
	.top-banner .txt {
    	font-size: 20px;
    	padding: 0 10px;
	}
	.top-banner .txt span {
		font-size: 20px;
	}
	/* End Common */

	/* Slide */
	.owl-carousel {
		top: 89px;
		left: 0;
		margin-bottom: 50px;
	}
	#owlslider .item img {
		max-width: 100%;
		height: auto;
	}
	#owlslider .item .txt {
		font-size: 20px;
		padding: 0 10px;
	}
	#owlslider .item .txt span {
		font-size: 30px;
	}
	#owlslider-2 {
		z-index: 0;
	}
	/* Slide */

	/* Top */
	.blog-wrap .post {
		width: 100%;
	}
	#owlslider-2 {
		position: relative;
		top: 0;
	} 
	.blog-wrap .post .img {
		padding: 0;
	}
	.policy {
		padding-left: 10px;
		padding-right: 10px;
		min-height: auto;
		padding-top: 50px;
		padding-bottom: 50px;
		margin-bottom: 70px;
	}
	.policy .wrap {
		padding: 60px 0;
		min-height: auto;
	}
	.service {
		margin-bottom: 70px;
	}
	.blog-wrap .post .img img {
		transition: 0.3s ease;
		width: 100%;
		height: auto;
	}
	/* End Top */

	/* Service */
	.service-page .item {
		width: 100%;
	}
	.service-page .item:last-child {
		margin-bottom: 0;
	}
	.service-page .item .box {
		padding: 15px 10px;
	}
	.service-page .item .box .normal {
		min-height: auto;
	}
	.service-page .item img {
		min-height: 400px;
	}
	/* End Service */

	/* About */
	.about-page .list li .strong {
		font-size: 20px;
	}
	.about-page .list li::before {
		content: "";
	    font-size: 4rem;
	    position: static;
	    margin-top: 0;
	}
	.about-page .list li {
		padding: 0 10px;
		margin-bottom: 35px;
	}
	.about-page .table table tr:nth-of-type(odd) {
		background-color: #fff;
	}
	.about-page .table table tr td:first-child {
		width: 100%;
		float: left;
		background-color: rgba(0,0,0,.05);
		text-align: center;
	}
	.about-page .table table tr td {
		width: 100%;
		float: left;
		padding: 10px;
	}
	/* End About */

	/* Contact */
	.contact-page .form table tr td:first-child {
		float: left;
		width: 100%;
		padding: 0;
	}
	.contact-page .form table tr td {
		float: left;
		width: 100%;
		padding: 5px 0 15px 0;
	}
	.contact-page .form table tr td input[type="text"],
	.contact-page .form table tr td input[type="email"] {
		width: 100%;
	}
	.contact-page .form table tr td textarea {
		width: 100%;
	}
	/* End Contact */
}
@media screen and (max-width: 420px) {
	.owl-carousel {
		top: 89px;
	}
	header .top-banner {
		top: 89px;
	}
	
}
}
@media screen and (max-width: 375px) {
	.owl-carousel {
		top: 82px;
	}
	header .top-banner {
		top: 82px;
	}
}
@media screen and (max-width: 320px) {
	.owl-carousel {
		top: 75px;
	}
	header .top-banner {
		top: 75px;
	}
}
/* End Responsive Zone */