@charset "utf-8";

/* common
------------------------------------------------------------*/
p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child),
table:not(:last-child) {
	margin-bottom: 20px;
}
.inner {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt40{margin-top:40px;}
.mt80{margin-top:80px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb40{margin-bottom:40px;}
.mb80{margin-bottom:80px;}
.mtb10{margin:10px 0;}
.mtb20{margin:20px 0;}
.mtb40{margin:40px 0;}
.mtb80{margin:80px 0;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt40{padding-top:40px;}
.pt80{padding-top:80px;}
.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb40{padding-bottom:40px;}

.pb80{padding-bottom:80px;}
.ptb10{padding:10px 0;}
.ptb20{padding:20px 0;}
.ptb40{padding:40px 0;}
.ptb80{padding:80px 0;}
.w1200{
	width:80%;
	max-width:1200px;
	margin:0 auto;
}

/* btn
------------------------------------------------------------*/
.more {
	font-family: 'Hind Siliguri', sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	color: #111;
	text-align: right;
}
.more a {
	text-decoration: none;
	transition: .3s;
}
.more span::after,
.more a::after {
	content: "";
	width: 40px;
	height: 2px;
	background: #222;
	margin-left: 10px;
	display: inline-block;
	position: relative;
	top: -4px;
	transition: .3s;
}
.moreWt,
.moreWt a {
	color: #fff;
}
.moreWt span::after,
.moreWt a::after {
	background: #fff;
}
.more a:hover,
.more a:hover::after {
	opacity: .5;
}
a.btn_06 {
	background-color:white;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	margin-top:60px;
	padding: 15px 22px;
	font-weight: bold;
	color: #4b704b;
	border-bottom: 3px solid #6aa16a;
	border-radius: 1.3rem;
	box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
	transition: 0.5s;
}
a.btn_06:hover {
	color:white;
	background: #4b704b;
	border-bottom: 2px solid #fff;
	transform: translateY(3px);
}
a.btn_07 {
	background-color:#5e8c5e;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	margin-top:60px;
	padding: 15px 22px;
	font-weight: bold;
	color: white;
	border-bottom: 3px solid #6aa16a;
	border-radius: 1.3rem;
	box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
	transition: 0.5s;
}
a.btn_07:hover {
	color:#4b704b;
	background: white;
	border-bottom: 2px solid #fff;
	transform: translateY(3px);
}
Resources
/* タイトル */
.slj-tit{
	padding-bottom:14px !important;
}
/* トップページ
------------------------------------------------------------*/
#tp-bg {
    background: url(../img/top_01_bg.jpg) no-repeat center center;
    background-attachment: fixed;
}

#kv {
	height: 100vh;
	background: url("../img/kv.jpg") no-repeat;
	background-position:center top 0px;
	background-size: cover;
}
#kv .catch {
	position: absolute;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 0.7;
}
#kv .catch2 {
	position: absolute;
	top: 65%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width:100%;
}
.absolute {
    font-size: 30px;
    font-weight: bold;
	color: #fff;
	text-align:center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100px;
	width:100%;
	display: flex;
	text-shadow: 4px 3px 2px #333;
}

/*こんなお悩みありませんか？*/
.arrows {
  width: 60px;
  height: 80px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 100px;
}

.arrows path {
  stroke: #fff;
  fill: transparent;
  stroke-width: 7px;  
  animation: arrow 3s infinite;
  -webkit-animation: arrow 3s infinite; 
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
  animation-delay:-1s;
  -webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay:-0.5s;
  -webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 { 
  animation-delay:0s;
  -webkit-animation-delay:0s; /* Safari 和 Chrome */
}
#art01 {
	background: #fff;
}
#art01 .inner {
	position: relative;
	z-index: 10;
}
#art01 .shadowArea li:before{
	content:"";
	display: inline-block;
	width:30px;
	height:30px;
	background:url(../img/icon/25528861.png);
	background-size: contain;
	vertical-align: middle;
	margin-right:10px;
}
#art01 .shadowArea {
	max-width: 70%;
	height:461px;
	padding: 9% 5%;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
	margin:0 auto;
	font-size:18px;
	font-weight:bold;
}
#art01 .shaA1 {
	float:left;
	width:50%;
}
#art01 .shadowArea li{
	margin-bottom:20px;
}
#art01 .shaA2 {
	float:left;
	width:50%;
}

/*そんなお悩み解決します！*/


/* animation 
@-webkit-keyframes passing-bar{
	0% {
		left: 0;
		right: auto;
		width: 0;
	}
	50% {
		left: 0;
		right: auto;
		width: 100%;
	}
	51% {
		left: auto;
		right: 0;
		width: 100%;
	}
	100% {
		left: auto;
		right: 0;
		width: 0;
	}
}
@keyframes passing-bar{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}
@-webkit-keyframes passing-txt{
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes passing-txt{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}
/* css 
.passing .passing-box {
	display: block;
	text-align: center;
}
.passing .passing-bar {
	position: relative;
	display: inline-block;
	/*　後ほど解説　
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.passing .passing-bar:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	/* 任意の値 
	background: #000;
}
.passing .passing-txt {
	opacity: 0;
	/* 後ほど解説 
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	/* 任意の値 
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.5;
}
.passing.move .passing-bar:before {
	-webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
	animation: passing-bar 1s ease 0s 1 normal forwards;
}
.passing.move .passing-txt {
	-webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
	animation:passing-txt 0s ease .5s 1 normal forwards;
}
*/

#art08 h2 {
    color: #000000;
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
    background-image: linear-gradient(45deg,  #ff325f 0%, #2BD2FF 52%, #2BFF88 90%);
    background-size: 400% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation-name: gradationTextAnimation;
    animation-duration: 8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
	font-weight: 700;
	line-height: 1;
	display: block;
}

@keyframes gradationTextAnimation{
    0%{
        background-position: 0 0;
    }
    50%{
        background-position: 100% 0;
    }
    100%{
        background-position: 0 0;
    }
}

/* --------------- */
/* リセット */
/* --------------- */

.head-border{
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
}
@charset "utf-8";

/*========= レイアウトのためのCSS ===============*/
body {
  background-image: linear-gradient(
    68.4deg,
    rgba(248, 182, 204, 1) 0.5%,
    rgba(192, 198, 230, 1) 60%,
    rgba(225, 246, 240, 1) 89.8%
  );
}
/*========= 流れるテキスト ===============*/

/*全共通*/

.slide-in {
  
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 1; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }

  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
#art08 {
	background: #fff;
}
#art08 .inner {
	position: relative;
	z-index: 10;
}
#art08 .shadowArea {
	width: 791px;
	background: #fff;
	
	margin:0 auto;
	font-size:20px;
	font-weight:bold;
}
#art08 .shadowArea li{
	margin-bottom:15px;
	line-height:54px;
}
#art08 .head-border {
    display: flex;
    align-items: center;
}
#art08 .head-border:before,
#art08 .head-border:after {
    content: "";
    height: 3px;
    flex-grow: 1;
    background-image: linear-gradient(90deg, rgba(247, 93, 139, 0.9) 23%, rgba(248, 108, 130, 0.9) 48%, rgba(243, 200, 0, 0.9));
}
#art08 .head-border:before {
    margin-right: 1rem;
}
#art08 .head-border:after {
    margin-left: 1rem;
}
#art08 hr{
	border:none;
	margin-top:40px;
	margin-bottom:0px;
	height:3px;
	background: linear-gradient(90deg, rgba(247, 93, 139, 0.9) 31%, rgba(248, 108, 130, 0.9) 25%, rgba(243, 200, 0, 0.9));
}
.shaA3 {
	width:790px;
}
.fan1{
	float:left;
	line-height:54px;
}
.fan2{
	font-size:30px;
	font-weight:bold;
	float:left;
	color: #ff0000;
	text-shadow: 
	1px 1px 2px rgba(255, 255, 255, 0.7), /* 白でハイライト */
	3px 3px 6px rgba(0, 0, 0, 0.3); /* 黒で影 */
}
.fan4 {
	line-height:54px;
	font-size:25px;
	font-weight:bold;
	float:left;
	color: #FFD700;
	text-shadow:0 0 5px #000, 0 0 10px #000; /* 黒のアウトライン */
}
.fan3 {
	line-height:54px;
}
.test {
	width:100%;
}
/*運用代行とは？*/
#art02 .shadowArea {
	max-width: 51.5%;
	background: #fff;
	padding: 60px 70px;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
	font-size:18px;
	margin-left:5%;
}
#art02 h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	color: #ff325f;
	display: block;
	margin-bottom: 80px;
	margin-left:80px;
	text-shadow:-1px -1px 1px #ffffff, /* 上側に白い光 */
  2px 2px 4px rgba(0, 0, 0, 0.4); /* 下に影 */
}
#art02 {
	background: #fff;
}

#art02 .inner {
	position: relative;
	z-index: 10;
	
}
#art02 .art02-img {
	max-width:50%;
	margin-left:150px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	margin-right:50px;
}
#art02 .about {
	font-weight:bold;
}

/*運用代行のメリット*/
/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
}
.Label p {
	font-weight:bold;
	font-size:18px;
	line-height:62px;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 0px;
	transform: rotate(135deg);
}
.Label,.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
	height:100px;
	width:50%;
}
.content {		/*本文*/
	height: 0;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
	background:#f5f5f5;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

#art02-2 h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	color: #ff325f;
	display: block;
	margin-bottom: 80px;
	margin-left:80px;
	text-shadow:-1px -1px 1px #ffffff, /* 上側に白い光 */
  2px 2px 4px rgba(0, 0, 0, 0.4); /* 下に影 */
}
#art02-2 {
	background: #F5F5F5;
}

#art02-2 .inner {
	z-index: 10;
}
#art02-2 .art02-img {
	max-width:49%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.meritArea{
    margin: 0 0 0 100px;
	background:url("../img/26104028.png") no-repeat;
	background-position: top right;
	background-size:50%;
	}
.meritArea .content{
	border-top: 1px solid #BABABA;
	width:50%;
	font-size:20px;
	font-weight:bold;
}
.Label .numb{
	float:left;
	font-size:40px;
	color:#ff325f;
	margin-right:20px;
	font-weight:bold;
	line-height:63px;
}
.Label .content div{
	float:left;
	height:58px;
	line-height:58px;
}

/*ご契約後の流れ*/
#art03 {
	padding-top:80px;
	padding-bottom:80px;
}
#art03 h2 {
	color:#2c2c2c;
	margin-bottom: 60px;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	display: block;
	margin-bottom:80px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
#art03 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}
#art03 ul li {
	max-width: 28.5%;
	-ms-flex-preferred-size: 24%;
	flex-basis: 33%;
	margin-bottom:80px;
}
#art03 ul li .txtArea h3{
	text-align:center;
	font-size: 25px;
	font-weight: 600;
	margin: 20px 0;
	color:#fff;
}
#art03 ul li figure {
	position: relative;
	overflow: hidden;
}

.fig-pc {
	position: relative;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.fig-pc img {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.fig-pc:hover img:nth-of-type(2) {
	opacity: 0;
}





.keiyaku img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.keiyaku:hover img{
    -webkit-transform: scale(1.3);
    transform: scale(1.2);
}







/*初期開設*/
#art04 {
	color: #333;
	background: #fff;
	z-index: 10;
}
#art04 h2 {
	color:#ff325f;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	display: block;
	text-align:center;
	margin-bottom:80px;
	color: #ff325f;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.25);
}
#art04 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}
#art04 ul li {
	max-width: 30%;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
}
#art04 ul li a {
	border:1px solid #e2e2e2;
	color: #333;
	display: block;
	text-decoration: none;
	position: relative;
	transition: .3s;
}
#art04 ul li a:hover {
	box-shadow: 0 10px 30px 0 rgba(0,0,0,.15);
}
#art04 ul li figure {
	position: relative;
	overflow: hidden;
}
#art04 ul li figure::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s;
}
#art04 ul li a:hover figure::after {
	background: rgba(19,39,47,.6);
}
#art04 ul li .txtArea {
	background: #fff;
	padding: 20px 30px;
	margin-bottom:60px;
}
#art04 ul li .txtArea .catch {
	font-family: 'memo';
	font-size:22px;
	font-weight: bold;
	line-height: 1.3;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #555;
	letter-spacing: 0;
	text-align:center;
}
#art04 ul li .txtArea .name {
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 10px;
}

/*プラン一覧*/
#art04-2 {
	color: #333;
	background: #fff;
	z-index: 10;
}
#art04-2 h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	color: #ff325f;
	display: block;
	margin-bottom: 80px;
	text-shadow:-1px -1px 1px #ffffff, /* 上側に白い光 */
  2px 2px 4px rgba(0, 0, 0, 0.4); /* 下に影 */
	text-align:center;
}

/*料金*/
#art06 h2 {
	margin-bottom: 80px;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	display: block;
	color:#2c2c2c;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.access-box{
	max-width:1000px;
	margin:0 auto;
}
#art06 table {
	margin-bottom:60px;
}
#art06 .price1 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-shadow:-1px -1px 1px #ffffff, /* 上側に白い光 */
				2px 2px 4px rgba(0, 0, 0, 0.4); /* 下に影 */
  	text-align:center;
	width:33.3%;
}　
.access-box2 {
	width:70%;
}
.access-box2 ul li {
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-shadow:2px 2px 4px rgba(0, 0, 0, 0.4); /* 下に影 */
	margin-bottom:10px;
}　　

/* お問い合わせ */
#contact {
	background:#fff;
}
#contact01 {
	padding-bottom:80px;
}
.w600{
	max-width:600px;
	margin:0 auto;
}
#contact01 h2 {
	margin-bottom: 80px;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	display: block;
	color:#2c2c2c;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
#contact01, .c-tel a{
	text-align:center;
	background:#fff;
	padding-bottom: 50px;
}
.fish-box dd{
	margin:20px 0;
}
.c-tel a{
	font-size:30px;
	text-decoration:none;
}
.mwform-radio-field input{
	appearance: auto;
}
.mwform-radio-field-text{
	font-size:20px;
}
.mwform-tel-field input[type="text"]{
	height:40px;
	font-size:20px;
}
textarea{
	font-size:20px;
	width:100%;
    height: 250px;
}
/*
input[type="submit"], input[type="button"] {
    color: #fff;
    position: relative;
    display: block;
    width: 200px;
    height: 60px;
    margin: 0 auto;
    background: #333;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
}
.mw_wp_form_preview #button-box{
	max-width:300px;
	margin:0 auto;
	margin-top:40px;
}
*/

/*ボタン*/
input[type="submit"], input[type="button"] {
	border-radius: 6px;
	margin-top: 32px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 280px;
	display: block;
	letter-spacing: 0.05em;
	background: #F0566E;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-shadow: 2px 2px 2px #005c93;
	border:unset;
}
input[type="submit"]:hover, input[type="button"]:hover {
	background:#f87393;
}

.mw_wp_form_preview input[type="submit"]{
	float:left;
	width:130px;
}
.mw_wp_form_preview input[type="submit"]:first-child{
	float:left;
	width:130px;
	margin-right:20px;
}
.f-tit{
	text-align:center;
	font-size:30px;
	font-weight:bold;
	color:#ff325f;
	margin:30px auto;
	margin-top: 70px;
}
.fish-box{
	background: #fff;
    padding: 0 40px 40px 40px;
    box-shadow: 0 10px 30px 0 rgb(4 53 128 / 15%);
}
.gray-para{
	font-size:16px;
	padding:3px 0 3px 10px;
	margin:20px;
	text-align:center;
}
.contact-detail{
	margin:20px;
}
/*
.contact-detail dt, .contact-detail dd{
	font-weight:bold;
}
.contact-detail dt:after{
	content:"：";
}
.contact-detail dt{
	margin-top:10px;
	float:left;
}
*/
/*
.contact-para p{
	font-size:16px;
	text-align:center;
	margin-bottom:10px;
}
input, textarea {
	border: 1px solid #ddd;
	box-sizing: border-box;
}
input[type="text"], input[type="email"], textarea{
	width:50%;
}
input.submit-back{
	background: url(../img/second/button_02.png) no-repeat left top;
}
input.submit-back:hover{
	background: url(../img/second/button_02.png) no-repeat left bottom;
}
.mw_wp_form_confirm .contact-btn{
	width:440px;
	margin:0 auto;
	margin-top:20px;
}
.mw_wp_form_confirm .contact-btn input[type="submit"], input[type="button"]{
	float:left;
}
.mw_wp_form_confirm .contact-btn input[type="submit"]{
	margin:0 10px;
}
.mw_wp_form_confirm dt{
	font-weight:bold;
	margin:10px 0;
}
*/


.Form {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
  margin-bottom:unset !important;
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 6px;
  padding-top: 1px;
  padding-bottom: 1px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #F0566E;
  color: #fff;
  font-size: 14px;
}
.Form-Item-Input {
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-left: 40px;
	padding-left: 1em;
	padding-right: 1em;
	height: 45px;
	flex: 1;
	width: 55%;
	max-width: 410px;
	background: #eaedf2;
	font-size: 17px;
}
.Form-Item-Textarea { /* お問い合わせ内容 */
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
/*
.mw_wp_form_input .contact-btn{ 真似したボタンのデザイン
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #F0566E;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-shadow: 2px 2px 2px #005c93;
}
	
	
	
/*よくある質問*/
#art10 .inner {
	z-index: 10;
}
#art10 h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	color: #ff325f;
	display: block;
	margin-bottom: 80px;
	text-shadow:-1px -1px 1px #ffffff, /* 上側に白い光 */
				2px 2px 4px rgba(0, 0, 0, 0.4); /* 下に影 */
}
details .numb{
	float:left;
	font-size:35px;
	color:#fff;
	margin-right:20px;
	font-weight:bold;
}
details .numb2 {
	float:left;
	font-size:35px;
	color:#fff;
	margin:0 30px;
	font-weight:bold;
}
details {
	padding: 0px;
	transition: .6s;
	border-radius: 3px;
	font-size:18px;
	font-weight:bold;
	line-height:80px;
}

summary::-webkit-details-marker {
	display: none;
}
summary {
	list-style: none; 
	cursor: pointer;
	justify-content:space-around;
	align-items: center;
	border-radius: 1px;
	color: #fff;
	border-bottom: 1px solid #BABABA;
}
summary::after {
	transform: translateY(-25%) rotate(45deg);
	width: 7px;
	height: 7px;
	margin-left: 20px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	content: '';
	transition: transform .3s;
	display: inline-block;
}
details[open] summary::after {
	transform: rotate(225deg);
}
details p {
	margin: 0;
	color: #fff;
	padding: 10px 30px;
	font-size:18px;
	font-weight:bold;
	line-height:62px;
}	
details[open] p {
	animation: fadeIn .8s ease;
	margin-top:4px; 
 }
@keyframes fadeIn {
  0% {
      opacity: 0;
      transform: translateY(-10px);
  }
  100% {
      opacity: 1;
      transform: none;
  }
}



/*インスタ*/
#art07 h2 {
	color:#2c2c2c;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	margin-bottom: 80px;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	display: block;
}
@media screen and (max-width:1200px) {
	.min1200{
		padding-left:20px;
		padding-right:20px;
	}
	.art00-box{width:95%;}
	#art02 .shadowArea{
		background:rgba(255,255,255,.96);
		padding:40px 20px;
	}
	#art03 ul, #art04 ul{
		display:block;
		max-width:786px;
		margin:0 auto;
	}
	#art03 ul:after, #art04 ul:after{
		content: "";
		display: block;
		clear: both;
	}
	#art03 ul li, #art04 ul li{
		width:242px;
		margin:0 10px;
		float:left;
		flex-basis: unset;
		max-width: none;
	}
	#art04 ul li .txtArea .catch{
		font-size:22px;
		min-height:93px;
		line-height:72px;
	}
	#art04 ul li .txtArea .slj-tit{
		line-height:1.3;
	}
	#art04 ul li .txtArea{
		padding:20px;
	}
	#art04 ul li .txtArea .name{
		font-size:18px;
	}
}
@media screen and (max-width:1125px) {
	#art01 .shadowArea li:before {
		margin-right:3px;
	}
}
@media screen and (max-width:1000px) {
	#art01 .shadowArea {
		font-size:17px;
		padding:10% 3%;
		max-width:83%;
		height:426px;
	}
	#art08 .shadowArea {
		width: 685px;
		font-size:17px;
	}
	.meritArea {
		margin: 0 0 0 50px;
	}
	#art02-2 h2 {
		text-align:center;
		margin:unset;
		margin-bottom:35px;
	}
}
@media screen and (max-width:940px) {
	.shaA3 {
		width: 698px;
	}
}
@media screen and (max-width:900px) {
	.meritArea {
        margin-left: 25px;
    }
}
@media screen and (min-width:801px) {
	.fig-sp, .youtube-sp{display:none;}
}
@media screen and (max-width:800px) {
	#art01 .shadowArea {
        height: 378px;
    }
	.arrows {
		bottom:37px;
	}
	#art02 .about {
		width:42%;
		margin:0 auto;
		text-align:left;
	}
	.Label .numb {
		font-size: 35px;
	}
	.meritArea li {
		font-size: 18px;
		padding:15px 0;
	}
	.absolute {
		font-size: 25px;
		font-weight: bold;
		height: 53vh;
		color: #fff;
		text-align:center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#art01 h2 {
		font-size:35px;
		margin-bottom:40px;
	}
	#art02 h2 {
		font-size:35px;
		text-align:center;
		margin:unset;
		margin:0 auto;
		margin-bottom:50px;
		}
	#art02 .shadowArea{
		max-width:none;
		text-align:center;
		margin:0 45px;
		line-height:2.0;
	}
	#art02 .art02-img{
		position:static;
		max-width:68%;
		margin:0 auto;
		margin-top:30px;
	}
	#art02-2 h2 {
		font-size:35px;
		text-align:center;
		margin:unset;
		margin:0 auto;
		margin-bottom:50px;
	}
	#art03 h2 {
		font-size:35px;
	}
	#art04 h2 {
		font-size:35px;
	}
	#art04 p {
		text-align:center;
	}
	#art04 ul{width:100%;}
	#art04 ul li{
		width:100%;
		float:none;
		margin:0;
		margin-top:40px;
	}
	#art04 ul li figure{text-align:center;}
	#art04 ul li .txtArea .catch{
		min-height:auto;
		line-height:unset;
		font-size:20px;
	}
	#art04 ul li .txtArea{padding:20px 60px;}
	#art04 ul li .txtArea .catch{font-size:18px;}
	#art06 h2 {
		font-size:35px;
	}
	#art06 h2 {
		margin-bottom: 40px;
	}
	#art08 h2 {
		margin-bottom:40px;
		font-size:35px;
	}
	#art08 {
		padding:unset;
	}
	#art08 .shadowArea li {
		width: 551px;
	}
	#art08 .shadowArea {
		width: 551px;
	}
	.shaA3 {
		width: 551px;
	}
	.fig-pc, .youtube-pc{display:none;}
	#kv {
		height: 60vh;
		position: relative;
		background-position:center;
	}
	.art00-box{
		padding:20px;
		width:100%;
	}
	.ptb80{padding:80px 20px;}
	#art06{
		padding:40px 0;
	}
	#art03 ul{width:100%;}
	#art03 ul li{
		width:100%;
		float:none;
		margin:0;
	}
	#art03 ul li figure{
		width:48%;
	}
	#art03 ul li figure{
		max-width:300px;
		width:40%;
		float:left;
	}
	#art03 ul li .txtArea{
		min-height:auto;
		float:left;
		padding:10px 3%;
		width:54%;
	}
	#art07 h2 {
		font-size:35px;
	}
	#art03 ul li .txtArea h3.slj-tit{margin-bottom:0;}
	#art03 ul li{margin-top:40px;}
	#art03 ul li:first-child{margin-top:0;}
	.slj-tit .pc-br{display:none;}
	#art09 h2 {
		font-size:35px;
		text-align:center;
		margin:unset;
		margin:0 auto;
		margin-bottom:50px;
	}
}
@media screen and (max-width:790px) {
	.Label, .content {
		width:55%;
	}
	.meritArea .content {
		width:45%;
	}
	#art01 .shadowArea {
        font-size: 16px;
	}
}
@media screen and (max-width:740px) {
	#art01 .shadowArea li:before {
        margin-right: 0px;
    }
}
@media screen and (max-width:700px) {
	.meritArea{
	background-color:#F5F5F5;
	background-blend-mode:lighten;
	background-size:70%;
	}
	.Label, .content {
		width:72%;
	}
	.meritArea .content {
		width:72%;
	}
	#art01 .shadowArea {
		max-width:90%;
	}
	.Form-Item-Textarea {
		max-width:77%;
	}
	.Form-Item-Label {
		width: 40%;
		font-size:16px;
	}
	.Form-Item-Input {
		width:60%;
		margin-left:unset;
	}
	input[type="submit"], input[type="button"] {
		font-size:18px;
		width:218px;
	}
	#art06 table {
		margin: 0 auto;
		margin-bottom: 60px;
		width: 95%;
	}
}

@media screen and (min-width:601px) {
	.titsp-br{display:none;}
	.ytlink{display:none;}
}
@media screen and (max-width:600px) {

	/* common
	------------------------------------------------------------*/
	p:not(:last-child),
	ul:not(:last-child),
	ol:not(:last-child),
	table:not(:last-child) {
		margin-bottom: 15px;
	}
	.inner {
		max-width: 90%;
	}


	/* btn
	------------------------------------------------------------*/
	/*
	.more {
		font-size: 1.4rem;
		text-align: center;
	}
	.more span,
	.more a {
		padding: 8px 20px;
		display: inline-block;
		border: 2px solid #333;
	}
	.more span::after,
	.more a::after {
		display: none;
	}
	.moreWt span,
	.moreWt a {
		border-color: #fff;
	}
	.btn-box{margin-top:40px;}

	/* トップページ
	------------------------------------------------------------*/
	#kv {
		height: 40vh;
	}
	#kv .kvIn {
		padding-top: 0;
	}
	#kv .kvIn .bg {
		width: 60%;
	}
	#kv .kvIn .catch img {
		height: 160px;
	}
	#kv .catch {
		top:36%;
	}
	#kv .catch2 {
		top:59%;
	}
	.absolute {
		font-size: 25px;
		font-weight: bold;
		height: 38vh;
		color: #fff;
		text-align:center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.arrows {
		display:none;
	}
	
	.cp_arrows1 {
		position: relative;
		display: flex;
		height: 300px;/*画面いっぱいにする場合100vh*/
		justify-content: center;
		align-items: center;
	}
	.cp_arrows1 .cp_arrow1 {/*矢印を配置するベースの設定*/
		position: absolute;
		top: 70%;/*着地点(cp_arrowsの高さの50%)*/
		left: 50%;
		transform: translateX(-50%);
		width: 60px;
		height: 10px;
		opacity: 0;
	}
	.cp_arrows1 .cp_arrow1:first-child {
		animation: arrow-move08 2s ease-in-out infinite;
	}
	.cp_arrows1 .cp_arrow1:nth-child(2)  {
		animation: arrow-move08 2s 1s ease-in-out infinite;
	}
	.cp_arrows1 .cp_arrow1:before,
	.cp_arrows1 .cp_arrow1:after {/*矢印全体の設定*/
		position: absolute;
		content: '';
		top: 0;
		width: 30px;
		height: 3px;
		background: #fff;
	}
	.cp_arrows1 .cp_arrow1:before {/*矢印左の線の位置と傾斜*/
		left: 3px;
		transform: rotate(30deg);
	}
	.cp_arrows1 .cp_arrow1:after {/*矢印左の線の位置と傾斜*/
		right: 3px;
		transform: rotate(-30deg);
	}
	@keyframes arrow-move08 {
		0% { opacity: 0; top: 60%;/*スタート地点(cp_arrowsの高さの40%)*/}
		70% { opacity: 1;}
		100% { opacity: 0;}
	}
	
	#art01 .shaA1 {
		float: unset; 
		width: 100%;
	}
	#art01 .shadowArea {
        padding: 40px 30px;
    }
	
	#art08 .shadowArea li {
		width: 100%;
		line-height:54px;
	}
	#art08 .shadowArea {
		width: 100%;
		font-size:16px;
	}
	
	.shaA3 {
		width: 100%;
	}
	#art08 h2 {
		font-size:30px;
    }
	#art09 h2 {
		font-size:30px;
    }
	#art02 .shadowArea {
		font-size:16px;
		margin:unset;
    }
	.fan2 {
		font-size:25px;
		line-height:54px;
	}
	.fan4 {
		font-size:21px;
	} 
	#art01 .shadowArea li {
    margin-bottom: 16px;
	}
	.sticky {
		position: static;
	}
	.art00-box{padding:20px 10px;}
	/*
	#art00 h2{font-size:30px;}
	#art00 p{font-size:20px;}
	*/
	#art03 ul li figure, #art03 ul li .txtArea{float:none;}
	#art03 ul li figure{
		max-width:none;
		width:60%;
		text-align:center;
		margin:0 auto;
	}
	#art03 ul li .txtArea{
		width:100%;
		padding:20px;
	}
	#art03 h2 {
		font-size:30px;
	}
	.tp-dl{
		width:200px;
		margin:0 auto;
	}
	.tp-dl02{
		width:auto;
		margin:0;
	}
	/*
	.insta-box h2 span {
		font-size: 40px;
	}
	.insta-box{
		padding:20px;
	}
	.youtube-sp{display:none;}
	.ytlink a{
		display:block;
		text-align:center;
	}
	*/
	#art01 .shaA2 {
    float: unset; 
    width: 100%; 
	}
	#art01 .shadowArea {
		height:518px;
	}
	#art01 .shadowArea {
        max-width: 95%;
	}
	.meritArea .content {
		width:100%;
	}
	.Label, .content {
		width:90%;
	}
	.meritArea {
		margin-left:unset;
		background-color:#F5F5F5;
		background-position:top;
		background-size:100%;
	}
	#art02-2 h2 {
		font-size:30px;
	}
	#art02 h2 {
		font-size:30px;
	}
	#art04 h2 {
		font-size:30px;
	}
	#art06 h2 {
		font-size:30px;
	}
	#art02 .about {
        width: 62%;
	}
	#art07 h2 {
		font-size:30px;
	}
	#art10 h2 {
		font-size:30px;
    }
	#contact01 h2 {
		font-size:30px;
	}
	.f-tit {
		font-size:22px;
	}
	#art06 .price1 {
		font-size: 20px;
	}
	.access-box2 ul li {
		font-size: 16px;
		margin: 0 auto;
        width: 90%;
	}
	details p {
		line-height: 45px;
		font-size:16px;
	}
	details .numb2 {
		margin: 0 20px;
	}
}
@media screen and (max-width:599px) {
	#art01 .shadowArea {
		font-size:16px;
	}
	#art08 .shadowArea li {
        line-height: 37px;
    }
	.fan1 .fan2 .fan3 .fan4 {
		line-height:37px;
	}
}
@media screen and (max-width:540px) {
	.test {
		width:95%;
	}
	details {
		font-size:16px;
	}
	details .numb {
		font-size: 25px;
		margin-right: 10px;
	}
	details .numb2 {
		font-size: 25px;
	}
	summary::after {
		margin-left: 10px;
	}

}
@media screen and (max-width:500px) {
	#art01 .shadowArea li:before {
		margin-right:unset;
	}
	#art02-2 h2 {
		font-size:25px;
	}
	#art02 .art02-img {
        max-width: 75%;
	}
	.Label .numb {
        font-size: 28px;
    }
	.meritArea .content {
		width:100%;
	}
	.absolute {
		font-size: 22px;
	}
	#art01 .shadowArea {
        height: 520px;
	}
	.Label, .content {
		width:100%;
	}
	#art10 .inner{
		max-width:100%;
	}
	.Form-Item-Label {
		text-align:left;
		width:100%;
	}
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
   .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
	display:block;
  }
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
  
  .Form-Item-Textarea {
	margin:0 auto;
    margin-top: 18px;
	margin-left:unset;
    height: 200px;
    flex: inherit;
    font-size: 15px;
	max-width:none;
	width:100%;
  }
}
@media screen and (max-width:430px) {
	#art01 .shadowArea {
        height: 520px;
		padding: 40px 15px;
	}
	.Label .numb {
		margin-right: 10px;
    }
	#art02 .art02-img {
        max-width: 75%;
	}
	.Label p {
		font-size:16px;
	}
	.Label .content {
		height:unset;
	}
	.Label .numb {
        line-height: 42px;
    }
	.Label p {
        line-height: 42px;
    }
	.Label {
		height:unset;
	}
	#art08 h2 {
        font-size: 26px;
    }
	.fan2 {
        font-size: 22px;
	}
	#art02 h2 {
        font-size: 30px;
    }
	#art02-2 h2 {
        font-size: 30px;
    }
	#art03 h2 {
        font-size: 30px;
    }
	#art04 h2 {
        font-size: 30px;
    }
	#art04 ul li .txtArea {
        padding: 20px 20px;
    }
}
@media screen and (max-width:400px) {
	#art08 .head-border:before, #art08 .head-border:after {
		height: 0px;
	}
	#art02 .shadowArea h3{
		font-size:2.87rem;
	}
	
	#art08 .shadowArea li {
        line-height: 33px;
    }
	.fan1 {
		line-height:33px;
	}
	.fan2 {
		line-height:33px;
	}
	.fan3 {
		line-height:33px;
	}
	.fan4 {
		line-height:33px;
	}
	.access-box2 ul li {
		margin-left: 1px;
    }
	details {
		line-height: 55px;
	}
}
@media screen and (max-width:390px) {
	    #art01 .shadowArea {
        padding: 40px 5px;
    }
}