@charset "UTF-8";
/* CSS Document */



.wrap {
	background-color: #fff;
	background-repeat: repeat;
	animation: fadein 3s forwards;
}


@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}

  /*ここからフェードエリア*/
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition:all 1.5s;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/*ここまでフェードエリア*/



/*----------------------プランここから--------------------------*/



.btn p {
	padding:2px 5px; 
}

.btn p a {
	text-decoration: none;
	color: #000000;
	letter-spacing: 0.2em;
	font-size: 14px;
	padding:30px;

}


.btn {
	width: 60%;
	margin: 0 auto;
	background-color:#EFEFEF;
	--x-gradient: linear-gradient(90deg, #333 0 10px, transparent 0 calc(100% - 10px), #333 calc(100% - 10px));
    --y-gradient: linear-gradient(#333 0 10px, transparent 0 calc(100% - 10px), #333 calc(100% - 10px));
    padding: 10px;
	margin-top: 50px;
    background-image: var(--x-gradient), var(--y-gradient),var(--x-gradient),var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
    background-position: top, right, bottom, left;
	text-align: center;
}


.br_line {
	width: 80%;
	margin: 0 auto;
	border-top: 1px solid #383838;
	padding-top: 50px;
	margin-top: 50px;
}
/*----------------------プランここまで--------------------------*/

/*-----------------オールメニュー一覧ここから--------------------*/

.topsliderbox {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: auto;
	top:80px;
	left: 75px;
	overflow: hidden;
	z-index: 99;
}

.topslbx {
	width: 80%;
	height: 100%;
}

.slider li img {
	border-top-left-radius:50px;
	border-bottom-left-radius: 50px;
}

.plantitle {
	position: absolute;
	z-index: 100;
	top: 27%;
}


.plantitle img {
	width: 40%;
}

.plantitle p {
	font-size: 12px;
	letter-spacing: 0.2em;
	padding-left: 30px;
	color: #000;
}

.planbox {
	margin-top: 150px;
}

.whattitle {
	margin-top: 100px;
}

.whattitle h1 {
	text-align: center;
	color: #858585;
	padding-bottom: 15px;
}

.whattitle strong {
	font-size: 20px;
}

.whattitle p {
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 2em;
	color: #000;
}
	
	
/*-----------------オールメニュー一覧ここまで--------------------*/


.mainvi img{
	border-radius: 50px;
}


/*-----------------サポートここから--------------------*/
.support {
	height: auto;
	text-align: center;
	margin-top: 150px;
	margin-bottom: 100px;
}


.support img {
	margin-bottom: 100px;
}
/*-----------------オールサポートここまで--------------------*/

/*-----------------オールPRICEここから--------------------*/


.price_flex ul {
	display: flex;
	flex-basis:auto;
	justify-content:space-around;
	flex-wrap: wrap;
}

.price_flex ul li  {
	list-style-type: none;
	padding-top: 10px;
	padding-right: 30px;
}


.price_flex ul li .day_tx {
	font-size: 14px;
	background-color: #6D6D6D;
	border-radius: 25px;
	color: #fff;
}

.price_flex ul li p{
	font-size: 24px;
}

.price_flex ul li span {
	font-size: 12px;
}


.detail_flex ul {
	display: flex;
	flex-basis:auto;
	justify-content:space-around;
	flex-wrap: wrap;
}

.detail_flex ul li  {
	list-style-type: none;
	padding-top: 10px;
}


.detail_flex ul li p{
	font-size: 12px;
}

.detail_flex ul li img {
	width: 80px;
	margin: 0 auto;
}

.txbox {
	padding-top: 50px;
}

.txbox strong {
	font-size: 16px;
}

.txbox p{
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.1em;
	padding-top: 30px;
}

/*-----------------オールPRICEここまで--------------------*/


/*-----------------オールグッズここから--------------------*/

.goods_slc {
	margin-bottom: 100px;
}


.goods_flex ul {
	display: flex;
	flex-basis:auto;
	justify-content:space-around;
	flex-wrap: wrap;
}

.goods_flex ul li  {
	list-style-type: none;
	padding-top: 10px;
}


.goods_flex ul li p{
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.goods_flex ul li img {
	width: 180px;
	margin: 0 auto;
	border-radius: 25px;
}

.txbox {
	padding-top: 50px;
}

.txbox strong {
	font-size: 16px;
}

.txbox p{
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.1em;
	padding-top: 30px;
}
/*-----------------オールグッズここまで--------------------*/


/*-----------------オールステップここから--------------------*/
.step_flex ul {
	display: flex;
	flex-basis:auto;
	justify-content:space-around;
	flex-wrap: wrap;
	border: solid 1px #4E4E4E;
	border-radius: 25px;
}

.step_flex ul li  {
	list-style-type: none;
	padding-top: 10px;
}


.step_flex ul li h3 {
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
}


.step_flex ul li p{
	font-size: 11px;
	padding-top: 12px;
	padding-bottom: 20px;
}

	.step_flex .ti {
		font-size: 12px;
		margin-top: -13px;
	}


/*-----------------オールステップここまで--------------------*/


/*-----------------オールグッズここから--------------------*/

.allgoods {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
	padding: 20px 0;
	border-radius: 25px;
}

.allgoods h3 {
	font-size: 18px;
}

.allgoods p {
	font-size: 14px;
}

.price_flex2 ul {
	display: flex;
	flex-basis:auto;
	justify-content:space-around;
	flex-wrap: wrap;
}

.price_flex2 ul li  {
	list-style-type: none;
	padding-top: 10px;
}

.price_flex2 ul li .day_tx2 {
	font-size: 12px;
	background-color: #6D6D6D;
	border-radius: 25px;
	color: #fff;
}

.price_flex2 ul li .day_tx3 {
	font-size: 12px;
	background-color: #C55759;
	border-radius: 25px;
	color: #fff;
}

.price_flex2 ul li p{
	font-size: 24px;
}

.price_flex2 ul li span {
	font-size: 12px;
}

.tx_off {
	font-size: 13px;
}

/*-----------------オールグッズここまで--------------------*/


/*-----------------オールキャンセルここから--------------------*/
.photobox {
	width: 100%;
	height: auto;
	text-align: center;
}

.library {
	width:95%;
}

.library ul {
	display: flex;
	flex-basis:auto;
	justify-content:space-around;
	flex-wrap: wrap;

}

.library ul li  {
	list-style-type: none;
	width: 50%;
	padding-top: 15px;
	padding-left: 5px;
}

.library ul li img {
	width: 200px;
 	height: 200px;
  	object-fit: cover;
}


.library_contents {
	max-width: 80%;
	margin: 0 auto;
	text-align: center;
}

.library_contents ul {
	 display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	text-align: center;
	flex-direction: row;
	flex-basis: auto;

}

.library_contents ul li {
	list-style-type: none;
}

.library_contents ul li a {
	text-decoration: none;
	color: #717171;
	font-size: 12px;
	letter-spacing: 0.2em;
	padding: 0 30px;
}

.qa-container {
  margin: 20px auto 0;
  max-width: 500px;
  width: 80%;
}

.qa-list:not(:first-child) {
  margin-top: 10px;
}

.question-title {
  background: #DDD;
  cursor: pointer;
  padding: 20px;
  position: relative;
text-align: center;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #454545;
  font-weight: 500;
}

.question-title span{
  font-size: 12px;
}

.question-title:before {
  position: absolute;
  display: block;
  content: 'Q';
  top: 19px;
  left: 16px;
  color: #80ADB1;
  font-size: 16px;
}

.question-title:after {
  position: absolute;
  display: block;
  content: '';
  top: 35%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #454545;
  border-right: 2px solid #454545;
  transform: rotate(135deg);
  transition: all .3s ease-in-out;
}

.question-title.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

.answer-text {
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  display: none;
  padding: 20px 40px;
  position: relative;
  font-size: 14px;
	text-align: center;
  letter-spacing: 0.2em;
  color: #454545;
  font-weight: 600;
}

.answer-text span{
  font-size: 12px;
	text-align: center;
  letter-spacing: 0.2em;
  color: #454545;
  font-weight: 500;
}

.answer-text .clch{
  font-size: 14px;
	text-align: center;
  letter-spacing: 0.2em;
  color:#7C9AB6;
  font-weight: 600;
}

.answer-text .clch2{
  font-size: 14px;
	text-align: center;
  letter-spacing: 0.2em;
  color:#CFB772;
  font-weight: 600;
}

.answer-text h4{
  font-size: 18px;
	text-align: center;
  letter-spacing: 0.2em;
padding-bottom: 10px;
  color: #454545;
  font-weight: 600;
}

.answer-text:before {
  position: absolute;
  display: block;
  content: '';
  top: 20px;
  left: 16px;
  color: #BB595A;
}
/*-----------------オールキャンセルここまで--------------------*/


/*--------------------------------------------スマホここから-------------------------------------------------------*/
@media screen and (max-width: 640px) {
/*---------スマホメニューセレクトここから------------*/
	
.support {
	width: 90%;
	margin: 0 auto;
	border-radius: 50px;
	margin-top: 100px;
}

/*---------スマホメニューセレクトここまで------------*/

	
/*-----------------スマホPRICEここから--------------------*/
	
.price_flex {
	width:85%;
	margin: 0 auto;
}

	.detail_flex {
		width: 80%;
		margin: 0 auto;
		padding-right: 40px;
	}
	
.detail_flex ul li  {
	width: calc(100% / 2);
}
	
.txbox {
	width: 80%;
	margin: 0 auto;
}
	
/*-----------------スマホPRICEここまで--------------------*/
	
	
.goods_flex ul li  {
	width: calc(100% / 2);
	padding-right: 50px;
}

	.mainvi {
		width: 80%;
		margin: 0 auto;
		padding-top: 50px;
	}

	
/*-----------------スマホSTEPここから--------------------*/
	
	.step_box {
		width: 90%;
		margin: 0 auto;
	}
	
	.step_flex ul li {
		padding-right: 40px;
	}
	

	
/*-----------------スマホSTEPここまで--------------------*/
	
.price_flex2 {
	padding-right: 40px;
}
	
}/*----------------------スマホここまで--------------------------*/


/*------------------タブレットここから----------------------------*/

@media screen and (min-width:641px) and ( max-width:1023px){
	

.mainvi{
	width: 50%;
	margin: 0 auto;
	padding-top: 50px;
}
	
	
/*---------タブレットサポートここから------------*/
	
	.support {
		width: 60%;
		margin: 0 auto;
		border-radius: 50px;
		margin-top: 100px;
	}

/*---------タブレットサポートここまで------------*/
	
	
/*-----------------タブレットPRICEここから--------------------*/
	
.price_flex {
	width:70%;
	margin: 0 auto;
padding-right: 50px;
}
	
	
.detail_flex {
	width: 80%;
	margin: 0 auto;
	padding-right: 50px;
}
	
.detail_flex ul li  {
	width: calc(100% / 4);
}
	
	
.txbox {
	width: 60%;
	margin: 0 auto;
}
	
	
/*-----------------タブレットPRICEここまで--------------------*/
	
	
/*-----------------タブレットSTEPここから--------------------*/
	
	.step_box {
		width: 70%;
		margin: 0 auto;
	}
/*-----------------タブレットSTEPここまで--------------------*/

	
	
.price_flex2 {
	width:70%;
	margin: 0 auto;
	padding-right: 40px;
}
	
	
}/*----------------タブレットここまで------------------------------*/


/*--------------------------PCここから--------------------------*/

@media screen and (min-width: 1024px) {
	
	
.mainvi{
	width: 50%;
	margin: 0 auto;
	padding-top: 50px;
}
	
	
	
	.support {
		width: 45%;
		margin: 0 auto;
		border-radius: 50px;
		margin-top: 100px;
	}

	
	
/*-----------------PCPRICEここから--------------------*/
	
.price_flex {
	width:50%;
	margin: 0 auto;
padding-right: 50px;
}
	
	
.detail_flex {
	width: 70%;
	margin: 0 auto;
	padding-right: 30px;
}
	
	
.detail_flex ul li  {
	width: calc(100% / 4);
}
	
	
.txbox {
	width: 60%;
	margin: 0 auto;
}
	
	
/*-----------------PCPRICEここまで--------------------*/

	
/*-----------------PCSTEPここから--------------------*/
	
	.step_box {
		width: 50%;
		margin: 0 auto;
	}
/*-----------------PCSTEPここまで--------------------*/
	
	
	
.price_flex2 {
	width:70%;
	margin: 0 auto;
	padding-right: 40px;
}


	
.ft_logo img {
	width: 20%;
	margin: 0 auto;
}

	

}/*--------------------------PCここまで--------------------------*/














