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

*{
    font-family:sans-serif;
    -webkit-font-family:sans-serif;
}

.wrap {
	background-image: url("../img/bg00.jpg");
	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);
}


/*----------------allメニューバーここから------------------*/

.head_top {
      position: fixed;
      z-index: 999;
      left: 0;
      right: 0;
}

.topbox {
        margin-top: -30px;
    }


.yoyaku_btn {
	display: block;
	position: fixed;
	right: 80px;
	top:20px;
	z-index: 2;
}

.yoyaku_btn p {
	border: solid 2px #696969;
	background-color: #fff;
	border-radius: 10px;
	padding:7px 0; 
}

.yoyaku_btn p a {
	text-decoration: none;
	color: #454545;
	letter-spacing: 0.1em;
	font-size: 12px;
	padding:20px;
}

.menu ul {
    list-style: none;
}

.menu ul li a {
  display:block;
  padding: 2em;
  color:#444;
  text-decoration:none;
  letter-spacing: 0.2em; 
  font-size: 10px;
}

nav{
 max-width: 100%;
 height: 70px;
 position: relative;
 z-index: 10;
 margin-top: 25px;
}

.drawer{
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
 position: relative;
 height: 10px;
 padding: 0 1em;
}


/*ナビゲーション部分*/
 
.menu ul li a {
display:block;
padding: 2em;
  color:#444;
  text-decoration:none;
    letter-spacing: 0.2em;
    font-size: 14px;
}

.menu ul {
    list-style: none;
    margin-top: -117px;
    padding-top: 200px;
	margin-left: -35px;
}

.menu ul li {
	border-bottom: solid 1px #252525;
}

.mntop {
	border-top: solid 1px #252525;
}

.menu{
  text-align:center;
  background-color:#D9D9D9;
    height: 120vh;
	pointer-events: none;
	opacity:0;
	transition: opacity .3s linear;
}
 
/*OPEN時の動き*/
.menu.open {
pointer-events:auto;
	opacity: 1;
}
 
 
/*トグルボタンのスタイルを指定*/
#Toggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    width: 60px;
    height: 40px;
    cursor: pointer;
    z-index: 3;
    right:15px;
}
 
#Toggle span {
    display: block;
    position: absolute;
    width: 40px;
    border-bottom: solid 3px #666;
    -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
    transition: .35s ease-in-out; /*変化の速度を指定*/
 
}
 /*各ボーダー少しずつずらす*/
#Toggle span:nth-child(1) {
    top:15px;
    left:10px;
}
 #Toggle span:nth-child(2) {
    top: 27px;
    left:10px;
}

#Toggle.active span:nth-child(1) {
    top: 23px;
/* 1番目のspanをマイナス45度に */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
#Toggle.active span:nth-child(2),
#Toggle.active span:nth-child(3) {
    top: 23px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu_text {
	font-size: 10px;
	text-align: center;
	letter-spacing: 0.3em;
	padding-top: 15px;
	padding-left: 3px;
	color: #444;
}

::-webkit-full-page-media, :future, :root .menu_text {
  margin-top: -24px;
}

/*----------------allメニューバーここまで------------------*/


.logo {
	display: block;
	position: fixed;
	z-index: 1;
}

.logo a img {
	width: 85px;
	padding-top: 20px;
	color: #454545;
}



	
.title {
	width: 100%;
	}

.topsliderbox {
	padding-top: 100px;
}

.article {
	width: 100%;
	margin: 0 auto;
	margin-top: 100px;
}

.article h3 {
	margin-top: 50px;
}

.article_lite p {
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #5A5A5A;
	padding-top: 25px;
}

.article_lite p span {
	font-size: 12px;
	color: #B8B8B8;
}

.article_lite img {
	margin: 0 auto;
	margin-top: 30px;
}


/*---------画像横並びここから-----------*/
.article_img {
	width: 100%;
	height: auto;
	text-align: center;
}

.img_flex {
	width:95%;
}

.img_flex ul {
	display: flex;
	flex-basis:auto;
	-webkit-align-items: center;
    align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left:0px

}

.img_flex ul li  {
	list-style-type: none;
	margin: 0 auto;
	padding-top: 10px;
}

/*---------画像横並びここまで-----------*/


/* リセットCSS */
* {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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


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

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

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

.question-title1:before {
  position: absolute;
  display: block;
  content: '';
  top: 19px;
  left: 16px;
  color: #FFF;
  font-size: 16px;
}

.question-title1: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-title1.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

.answer-text1 {
  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-text1 span{
  font-size: 12px;
	text-align: center;
  letter-spacing: 0.2em;
  color: #454545;
  font-weight: 500;
}

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

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

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

.answer-text1:before {
  position: absolute;
  display: block;
  content: '';
  top: 20px;
  left: 16px;
  color: #BB595A;
}

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

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

.question-title2:before {
  position: absolute;
  display: block;
  content: '';
  top: 19px;
  left: 16px;
  color: #FFF;
  font-size: 16px;
}

.question-title2: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-title2.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

/*---------オールよくある質問ここから-----------*/

/* リセットCSS */
* {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.qa_box {
	text-align: center;
}

.qa-container {
  margin: 50px auto 0;
  max-width: 400px;
  width: 90%;
}

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

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

.question-title:before {
  position: absolute;
  display: block;
  content: 'Q';
  top: 19px;
  left: 16px;
  color: #4459b6;
  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;
  letter-spacing: 0.2em;
  color: #454545;
  font-weight: 600;
}

.answer-text:before {
  position: absolute;
  display: block;
  content: 'A';
  top: 20px;
  left: 16px;
  color: #BB595A;
}
/*---------オールよくある質問ここまで-----------*/



/*-----------------------------------スマホここから------------------------------------*/
@media screen and (max-width: 640px) {

/*---------スマホ料金表ここから------------*/
	
	.toppage {
		width: 100%;
		height: auto;
	}
	
	.topsliderbox {
	padding-top: 100px;
}

	.topslbx {
	width: 100%;
	height: auto;
	margin-top: -30px;
}
	
	
/*---------本文ここから-----------*/
.article_lite img {
	width: 60%;
}
/*---------本文ここまで-----------*/
	
/*---------画像横並びここから-----------*/

	
.img_flex ul li  {
	width: calc(100% / 2);
}
	
.img_flex ul li img {
	width: 100%;
	margin: 0 auto;
	padding-left: 10px;
	
}

/*---------画像横並びここまで-----------*/	
	
	.title {
		padding-top: 40%;
	}
	
	.title h2 {
		text-align: center;
		letter-spacing: 0.2em;
		font-size: 20px;
		color: #323232;
	}
	
	.title p {
		padding:40px 0;
		text-align: center;
		letter-spacing: 0.2em;
		font-size: 14px;
		line-height: 1.6em;
		color: #444444;
	}
	
	.title img{
		width: 40%;
		margin: 0 auto;
		padding-top:100px; 
}
	
	.title2 {
	padding-top: 20%;
	}
	
	.title2 h2 {
		text-align: center;
		letter-spacing: 0.2em;
		font-size: 20px;
		color: #323232;
	}
	
	.title2 p {
		padding:40px 0;
		text-align: center;
		letter-spacing: 0.2em;
		font-size: 14px;
		line-height: 1.6em;
		color: #444444;
	}
	
	.title2 img{
		width: 40%;
		margin: 0 auto;
		padding-top:100px; 
}
	

	
	.slant-bg5 .proimg img {
		width: 100%;
		margin: 0 auto;
		padding-top: 20px;
		padding-bottom: 15px;
	}
	
	.slant-bg5 h2 {
		font-size: 21px;
		text-align: center;
		padding-top: 150px;
	}
	
	.slant-bg5 h3 {
		font-size: 21px;
		text-align: center;
		padding-top: 100px;
	}
	
		
	.slant-bg5 p strong {
		font-size: 16px;
	}
	
	.slant-bg5 p {
		width: 80%;
		margin: 0 auto;
		font-size: 14px;
		letter-spacing: 0.1em;
	}
	
	p.bgtitle {
		font-size: 16px;
		text-align: center;
		letter-spacing: 0.1em;
		color: #212121;
		padding-top: 20px;
		line-height: 1.8em;
		font-weight: 500;
	}
	
	p.bgtitle span {
		font-size: 14px;
		font-weight: 300;
	}
	
	
	.danger img {
		width:90%;
		margin: 0 auto;
	}
	
	.danger p {
		width: 80%;
		margin: 0 auto;
		font-size: 14px;
		color: #414141;
		letter-spacing: 0.1em;
	}
	
	.compasion {
		width: 90%;
		margin: 0 auto;
	}
	
	.compasion img {
		padding-top: 25px;
		padding-bottom: 50px;
	}
	
	.btn2 {
		width: 100%;
    	margin: 0;
		text-align: center;
		padding: 10% 0 20% 0;
		border-radius: 10px;
		font-size: 15px;
		letter-spacing: 0.2em;
	}
	
	.btn2 a {
		color: #454545;
		text-decoration-line: none;
		padding: 4% 20%;
		border: 2px solid #454545;
		border-radius: 20px;
	}
	
	.btn2 a:hover {
		background-color:#242424;
		color: #fff;
		border: none;
	}
	
}

/*-----------------------------------スマホここまで------------------------------------*/



/*-----------------------------------PCここから------------------------------------*/
@media screen and (min-width:641px) {
	
 	.toppage {
		width: 30%;
		margin: 0 auto;
	}
	
	.topslbx {
	width: 60%;
	height: auto;
	margin: 0 auto;
	margin-top: -30px;
}
		
	.title {
		padding-top: 30%;
	}
	
	.title h2 {
		text-align: center;
		letter-spacing: 0.2em;
		font-size: 16px;
		color: #323232;
	}
	
	.title p {
		padding:40px 0;
		text-align: center;
		letter-spacing: 0.2em;
		font-size: 14px;
		line-height: 1.6em;
		color: #444444;
	}
	
	
	.title img{
		width: 20%;
		margin: 0 auto;
		padding-top:100px; 
}
	
	
	.title2 {
	padding-top: 20%;
	}
	
	.title2 h2 {
		text-align: center;
		letter-spacing: 0.2em;
		font-size: 20px;
		color: #323232;
	}
	
	.title2 p {
		padding:40px 0;
		text-align: center;
		letter-spacing: 0.2em;
		font-size: 14px;
		line-height: 1.6em;
		color: #444444;
	}
	
	.title2 img{
		width: 40%;
		margin: 0 auto;
		padding-top:100px; 
}
	

	
	.slant-bg5 .proimg img {
		width: 50%;
		margin: 0 auto;
		padding-top: 50px;
		padding-bottom: 15px;
	}
	
	.slant-bg5 h2 {
		font-size: 35px;
		text-align: center;
		padding-top: 150px;
	}
	
		.slant-bg5 h3 {
		font-size: 21px;
		text-align: center;
		padding-top: 100px;
	}
	
	.slant-bg5 p strong {
		font-size: 16px;
	}
	
	.slant-bg5 p {
		width: 50%;
		margin: 0 auto;
		font-size: 14px;
		letter-spacing: 0.1em;
	}
	
	
	p.bgtitle {
		font-size: 16px;
		text-align: center;
		letter-spacing: 0.1em;
		color: #212121;
		padding-top: 20px;
		line-height: 1.8em;
		font-weight: 500;
	}
	
	p.bgtitle span {
		font-size: 14px;
		font-weight: 300;
	}
	
	
	.danger img {
		width:50%;
		margin: 0 auto;
	}
	
	
	.danger p {
		width: 50%;
		margin: 0 auto;
		font-size: 14px;
		color: #414141;
		letter-spacing: 0.1em;
	}
	
	.compasion {
		width: 50%;
		margin: 0 auto;
	}
	
	.compasion img {
		padding-top: 25px;
		padding-bottom: 50px;
	}
	
	.btn2 {
		width: 100%;
    	margin: 0;
		text-align: center;
		padding: 10% 0 20% 0;
		border-radius: 10px;
		font-size: 15px;
		letter-spacing: 0.2em;
	}
	
	.btn2 a {
		color: #454545;
		text-decoration-line: none;
		padding: 2% 10%;
		border: 2px solid #454545;
		border-radius: 20px;
	}
	
	.btn2 a:hover {
		background-color:#242424;
		color: #fff;
		border: none;
	}



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