/********************************************/
body {
	font-family: "Noto Sans Japanese", Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	background: #fdfdfd;
	margin:0;
	padding: 0;
	height:100%;
}

/********************************/
img{
	max-width:100%;
	border:0px;
	margin:0px;
	padding:0px;vertical-align: bottom;
}
a{
 text-decoration: none; 
}
a img{
	border:0px;
}
th {
font-weight: normal;
}
/********************************/


/******************************************/
.topnavi{
	height:80px;
/*
	background:#000;
*/
	background-image: linear-gradient(90deg, rgba(10, 10, 10, 1), rgba(30, 30, 30, 1));
	position: relative;
	z-index: 13 !important;
	border-bottom:1px solid #000;
	width:100%;
}
.pclogo{
	margin:0 auto;
	width:500px;
	position: absolute;
}
.pclogo2{
	margin:0 auto;
	width:502px;
  text-align:center;
}

/*****************************************/
body{
	background:#ddd;
}
.awrap{
	overflow:hidden;
}
.wrap{
	width:100%;
	position: relative;

    top: 0;
}
.pc_navi_wrap{
	width:100%;
	position: absolute;
	
}
.main_wrap{
	width:100%;
	position: relative;
}

.center_wrap{
	width:100%;
	max-width:440px;
	padding:40px 20px 0px 20px ;
	background:transparent;
	margin:0  auto;
	position: relative;
	transition-property:width,padding,max-width;
	transition-duration:0.5s;
		z-index: 12;
}
.center_wrap_sub{
	width:100%;
	max-width:440px;
	padding:00px 20px 0px 20px ;
	background:transparent;
	margin:0  auto;
	position: relative;
	transition-property:width,padding,max-width;
	transition-duration:0.5s;
		z-index: 12;
}

.center_in{
	background:#fff;
	width:100%;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.center_in_sub{
	background:#fff;
	width:100%;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.center_in_sub2{
	background:transparent;
	width:100%;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}


.center_in2{
	padding:0px 0px 0px 0px ;
}

.fixed_left{
	position: fixed;
	top: 0;
	left: 0;
	float:left;
	z-index: 10;
	padding:100px 0px 0px 10px;
}
.fixed_right{
	position: fixed;
	top: 0;
	right: 0;
	float:right;
	z-index: 10;
	padding:100px 10px 0px 0px;
}

.fixed_left2{
	background: #990000;
    position: fixed;
    bottom: 0;
	width:200px;
	z-index: 10;
}
.fixed_right2{
    position: fixed;
	right:20px;
	bottom:10px;
	float:right;
	z-index: 10;
}

/*********************************/
.foot_wrap{
	height:450px;
	background:#111;
	position: relative;
	z-index: 13 !important;
}
/***********************************/
/* video */
/* ここから */
.mv {
top:0px;
    position: fixed;
  width: 100%;
height: 100vh;
  /* 画像ファイルの指定 */
  background:#000;
  background-image: url(../img/bg.jpg);
   
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
}
 
/* 全体を囲う要素 */
.mv-wrap {
  position: relative;
  /* 背景画像の高さ */
  
}
 
video {
  display: block;
  width: 100%;
  /* 背景画像の高さ */
height: 100vh;
  /* 高さを維持したまま全体を表示させる */
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;


}
 
.mv-bg {
  display: block;
  width: 100%;
  /* 背景画像の高さ */
height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  /* 薄いレイヤーの色 */
  background-color: rgba(0, 30, 0, 0.0);
  /* videoの上に乗せる */
  z-index: 2;
}
 
.mv-txt {
  color: #fff;
  font-size: 50px;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* レイヤー背景の上に乗せる */
  z-index: 3;
  margin: auto;
  text-align: center;
}




/****ハンバーガーナビゲーション*******************/
.main-menu {
  margin: 0 auto;
  display: flex;
  width: 1280px;
}
.sp-menu__box {
  position: fixed;
  top: 15px;
  right: 20px;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background: #000;
  border-radius:25px;
cursor:pointer
}
.sp-menu__box span,
.sp-menu__box span:before,
.sp-menu__box span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
}
.sp-menu__box span:before {
  bottom: 8px;
}
.sp-menu__box span:after {
  top: 8px;
}
#sp-menu__check {
  display: none;
}
#sp-menu__check:checked ~ .sp-menu__box span {
  background: rgba(255, 255, 255, 0);
transition-property:all;
transition-duration:0.5s;
}
#sp-menu__check:checked ~ .sp-menu__box span::before {
  bottom: 0;
  transform: rotate(45deg);
transition-property:all;
transition-duration:0.5s;
}
#sp-menu__check:checked ~ .sp-menu__box span::after {
  top: 0;
  transform: rotate(-45deg);
transition-property:all;
transition-duration:0.5s;
}
#sp-menu__check:checked ~ .sp-menu__content {
  left: 0;
}
.sp-menu__content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: rgba(0,0,0,0.9);
  transition: all 0.5s;
}

/*********************************************/
/**スマホヘッダ**/
.sphead{
	height:60px;
	width:100%;
	background-image: linear-gradient(90deg, rgba(10, 10, 10, 1), rgba(30, 30, 30, 1));
}
.splogo{
	margin:0;
	width:250px;
}

.eyecatchi{
	background: url(../img/bg_eyeb.jpg) no-repeat center center / cover;
	background-size: auto 100%;
	height:600px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

.logo_eye{
	margin:0 auto;
	padding-top:25px;
	width:320px;
}

.logo_eye2{
	margin:0 auto;
	padding-top:15px;
	width:320px;
}
/************************/

/*****************************************************/
/**TOPページ*/
/*****************************************************/
.leftnavi_en{
/*font-family: 'Anton', sans-serif;*/
font-family: 'Lexend', sans-serif;
/*font-family: 'Secular One', sans-serif;*/
font-size:25px;
}

a .leftnavi_en{
color:#eee;
padding-left:0px;
transition: 0.6s ;
}
a:hover .leftnavi_en {
color:#ba9737;
padding-left:10px;
transition: 0.6s ;
}
a .leftnavi_jp{
color:#ddd;
padding-left:0px;
transition: 0.6s ;
}
a:hover .leftnavi_jp {
color:#ba9737;
padding-left:12px;
transition: 0.6s ;
}
.leftnavi_jp{
margin-top:-6px;
margin-bottom:8px;
font-size:12px;
}

/*********/
.top_right_img1{
	display: block;
}
.top_right_img2{
	display: none;
}
@media only screen and (max-width: 1250px){
	.top_right_img1{
		display: none;
	}
	.top_right_img2{
		display: block;
	}
}

/*******************************/
.sp-menu_out{
	max-width:700px;
	width:100%;
	margin:0 auto;
}
.sp-menu_out2{
	padding:60px 10px 0px 10px ;
	margin:0 auto;
}
.sp-menu_left{
	float:left;
	width:49%;
}
.sp-menu_left_in{
	padding:0px 10px 0px 10px ;
}
.sp-menu_right{
	float:left;
	width:49%;
}
.sp-menu_right_in{
	padding:0px 10px 0px 10px ;
}

a .spnavi1{
color:#ccc;
border:0px solid #b4b08f;
border-radius:10px;
margin-bottom:30px;
transition: 0.6s ;
}
a:hover .spnavi1 {
color:#ba9737;
transition: 0.6s ;
}

.spnavi1_en{
font-family: 'Rubik', sans-serif;
font-size:23px;
}
.spnavi1_jp{
margin-top:-6px;
margin-bottom:8px;
font-size:12px;
}

.sp-menu_hr {
	width:100%;
	border-bottom:1px solid #cdecef;
	hright:5px;
  margin-bottom:30px;
}

.sp-menu_mini{
margin:0 auto;
text-align:left;
}
.sp-menu_mini a{
color:#000;
margin-right:20px;
}
.sp-menu_mini a:hover{
color:#089de3;
}
/********************/
.top_right_bottombtn{
	
}

/***********フッター************/
.foot_wrap_in{
	color:#777;
	width:800px;
	margin:0 auto;
	padding-top:60px;
}
.foot_wrap_1{
	float:left;
	border-top:1px solid #777;
	width:200px;
	padding-top:15px;
}
.foot_wrap_2{
	float:left;
	border-top:1px solid #777;
	width:200px;
	margin-left:50px;
	padding-top:15px;
}
.foot_wrap_3{
	float:left;
	border-top:1px solid #777;
	width:250px;
	margin-left:50px;
	padding-top:15px;
}
.footlink {
	 margin-bottom:5px;
 }
.footlink a{
 color:#999;
 transition: 0.6s ;
}
.footlink a:hover{
 color:#fceb00;
 transition: 0.6s ;
}
.footlinksns{
	 color:#999;
	 font-size:18px;
	 margin-bottom:10px;
}

a .snsbtn1{
	float:left;
	background:#ccc;
	width:36px;
	height:36px;
	border-radius:18px;
	transition: 0.6s ;
	margin-right:20px;
}
a .snsbtn1:hover{
	background:#4064ac;
	transition: 0.6s ;
}
 .snsbtn1 img{
 	width:36px;
 	margin:0px 0px 0px 0px ;
 }
 /****/
 a .snsbtn2{
	float:left;
	background:#ccc;
	width:36px;
	height:36px;
	border-radius:18px;
	transition: 0.6s ;
	margin-right:20px;
}
a .snsbtn2:hover{
	background:rgba(255, 55, 216, 1);
	transition: 0.6s ;
}
 .snsbtn2 img{
 	width:36px;
 	margin:0px 0px 0px 0px ;
 }
 /****/
 a .snsbtn3{
	float:left;
	background:#ccc;
	width:36px;
	height:36px;
	border-radius:18px;
	transition: 0.6s ;
	margin-right:20px;
}
a .snsbtn3:hover{
	background:#00b900;
	transition: 0.6s ;
}
 .snsbtn3 img{
 	width:36px;
 	margin:0px 0px 0px 0px ;
 }
 /****/
  /****/
 a .snsbtn4{
	float:left;
	background:#ccc;
	width:36px;
	height:36px;
	border-radius:18px;
	transition: 0.6s ;
	margin-right:20px;
}
a .snsbtn4:hover{
	background:#f03748;
	transition: 0.6s ;
}
 .snsbtn4 img{
 	width:36px;
 	margin:0px 0px 0px 0px ;
 }
 /****/
 .footlogo{
 	margin:0 auto;
 	width:300px;
 }
 .footlogo img{
 	padding-top:30px;
 }
 
 .copy{
 	color:#777;
 	float:right;
 	font-size:11px;
 }
 /********************/
.spfoot_wrap{
	background:#111;
}
/****sp フッタ**************************************/
.spfoot_wrap_in{
	background:#111;
	padding:60px 10px 0px 10px;
}

.spfoot_wrap_1{
	float:left;
	border-left:1px solid #777;
	width:30%;
	padding-top:15px;
	margin-left:5%;
	padding-left:15px;
}
.spfoot_wrap_2{
	float:left;
	border-left:1px solid #777;
	width:43%;
	margin-left:10%;
	padding-top:15px;
	padding-left:15px;
}
.spfoot_wrap_3{
	border-top:0px solid #777;
	width:100%px;
	margin-left:0px;
	padding-top:15px;
	margin-top:50px;
	margin-left:5%;
	text-align:center;
}
.spfootlinksns{
	 color:#999;
	 font-size:13px;
	 margin-bottom:10px;
}
.spfoot_sns{
	margin:0 auto;
		text-align:center;
}

/****/
a .spsnsbtn1{
	background:#ccc;
	width:36px;
	height:36px;
	border-radius:18px;
	transition: 0.6s ;
	margin-right:20px;
}
a .spsnsbtn1:hover{
	background:#4064ac;
	transition: 0.6s ;
}
 .spsnsbtn1 img{
 	width:36px;
 	margin:0px 0px 0px 0px ;
 }
  /****/
 a .spsnsbtn2{
	background:#ccc;
	width:36px;
	height:36px;
	border-radius:18px;
	transition: 0.6s ;
	margin-right:20px;
}
a .spsnsbtn2:hover{
	background:rgba(255, 55, 216, 1);
	transition: 0.6s ;
}
 .spsnsbtn2 img{
 	width:36px;
 	margin:0px 0px 0px 0px ;
 }
 /****/
 a .spsnsbtn3{
	background:#ccc;
	width:36px;
	height:36px;
	border-radius:18px;
	transition: 0.6s ;
	margin-right:20px;
}
a .spsnsbtn3:hover{
	background:#00b900;
	transition: 0.6s ;
}
 .spsnsbtn3 img{
 	width:36px;
 	margin:0px 0px 0px 0px ;
 }
 /****/
  /****/
 a .spsnsbtn4{
	background:#ccc;
	width:36px;
	height:36px;
	border-radius:18px;
	transition: 0.6s ;
	margin-right:20px;
}
a .spsnsbtn4:hover{
	background:#f03748;
	transition: 0.6s ;
}
 .spsnsbtn4 img{
 	width:36px;
 	margin:0px 0px 0px 0px ;
 }
/******/
.spfoot_sns table{
		margin:0 auto;
		margin-top:-20px;
}
 /****/
 .spfootlogo{
 	margin:0 auto;
 	width:300px;
 }
 .spfootlogo img{
 	padding-top:60px;
 	padding-margin:10px;
 }

/*****コンセプト*********************************************************/
.c_wrap{
background: #fafae9;
}
.concept{
margin:0 auto;
width:80%;

}
.concept p{
padding-top:60px;
padding-bottom:0px;
margin-bottom:0px;
margin-top:0px;
}
/***/
.conceptbtn{
	padding:40px 0px 80px 0px ;

}
.conceptbtn2{
	padding:18px 0px 30px 0px ;
}
.conceptbtn3{
	padding:18px 0px 30px 0px ;
}


a.btn_04 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 150px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	background: #e6cb2c;
	color: #111;
	border-radius: 100vh;
	transition: 0.5s;
font-size:16px;
}
a.btn_04:hover {
	color: #000;
	background: #fcff00;
}

a.btn_05 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 150px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	background: #e6cb2c;
	color: #111;
	border-radius: 100vh;
	transition: 0.5s;
font-size:16px;
}
a.btn_05:hover {
	color: #000;
	background: #fcff00;
}
.submit_btn2 {
	margin:0 auto;
		margin-top:25px;
width:180px;
cursor: pointer;
cursor: hand;
 border:none;
  font-size: 16px;
  color: #fff;
  padding: 5px 25px;
  border-radius: 30px;
  text-align: center;
  background: #bbb;
  transition: all .3s ease-out;
}
.submit_btn2:hover {
  background: #555;
   transition: all .3s ;
}

.moto{
font-size:13px;
color:#7c630e;
}

a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 270px;
	margin: auto;
	padding: 14px 10px 14px 10px ;
	font-weight: bold;
	background: #ffea00;
	color: #111;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #000;
	background: #ffc000;
}



a.btn_99 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 270px;
	margin: auto;
	padding: 14px 10px 14px 10px ;
	font-size:15px;
	font-weight: bold;
	background: #ffea00;
	color: #111;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_99:hover {
	color: #000;
	background: #ffc000;
}
/***対応サイト******************************/
.sitewrap{
	padding:0px 30px 60px 30px ;
	background: #fafae9;
}

/***強み******************************/
.strongwrap{
	padding:0px 20px 00px 20px ;
	background: #fff;
}

.strong_title{
	border-bottom:solid 5px #fcff00;
	font-weight:600;
	font-size:20px;
	margin-bottom:20px;
		margin-top:20px;
}

.strong{
	padding:0px 5px 60px 5px ;
}
.strong2{
	padding:0px 25px 30px 25px ;
}
.meidu{
	padding:0px 5px 0px 5px ;
}
.strong3{
	padding:0px 30px 18px 30px ;
}

.mit_chui_wrap{
	padding:0px 25px 60px 25px ;
}
.mit_chui{
	padding:10px 10px 10px 10px ;
	border:1px solid #a38d52;
}
.mit_chui2{
	text-align:center;
	padding:0px 0px 5px 0px ;
	color:#a38d52;
	font-weight:bold;
}


/***強み******************************/
.pricea_wrap{
	padding:0px 20px 00px 20px ;
	background: #141d41;
	color:#fff;
}
.pricea_title{
	border-bottom:solid 5px #fcff00;
	font-weight:600;
	font-size:20px;
	margin-bottom:20px;
		margin-top:20px;
}

.pricea{
	padding:0px 20px 60px 20px ;
font-size:18px;
line-height:200%;
}

.access_wrap{
	padding:0px 20px 30px 20px ;
	background: #fff;
	color:#fff;
}
.access{
	padding:50px 20px 70px 20px ;
font-size:18px;
line-height:200%;
}



/************************/

.remort_wrap{
	padding:30px 10px 00px 10px ;
	background: #c1e7ed;
}
.remort{
	padding:0px 0px 60px 0px ;
font-size:18px;
line-height:200%;

}


/***サイト内リンク******************************/
.linkswrap{
	padding:50px 60px 50px 60px ;
	background: #02deff;
}

/****運営概要***********/
.aboutuswrap{
	padding:50px 30px 60px 30px ;
	background: #fff;
}

/****************/
.sub_in{
	padding:0px 20px 0px 20px ;
}
.sub_in3{
	padding:0px 30px 50px 30px ;
}
/*****************/
.foot_snsng{
	font-size:11.5px;
	margin-top:0px;
}
.foot_snsng a{
 transition: 0.6s ;
	color:#999;
}

.foot_snsng a:hover{
 color:#fceb00;
 transition: 0.6s ;
}
/*********************/
.kindsofsite{

	padding:0px 10px 30px 10px ;
	margin-bottom:30px;
}
.kindsofsite img{
}

.kindsofsite2{
	border-bottom:0px solid #e6e5ce;
	padding:0px 10px 0px 10px ;
	margin-bottom:30px;
}
.kindsofsite2 img{
	border:1px solid #e6e5ce;
	margin:4px 0px 16px 0px ;
	 transition: 0.6s ;
}
.kindsofsite2 img:hover{
	border:1px solid #29edff;
	 transition: 0.6s ;
}

.linenasi img{
	border:0px;
	margin:0px 0px 0px 0px ;
}
.linenasi img:hover{
	border:0px;
	margin:0px 0px 0px 0px ;
}

.sitetitile{
	font-size:18px;
	font-weight:bold;
}

/*********************/
#yellowline{
	background:#fcff00;
}
/**********目次*****************/
.mokuji{
	padding:20px 30px 30px 30px ;
	background: #eeeeee;
}
.mokujibtn{
	padding:10px 10px 0px 10px ;
}
a.btn_02 {
	float:left;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 47%;
	padding:6px 0px 6px 0px ;
	font-weight: bold;
	background: #fff;
	color: #111;
	border-radius: 10px;
	transition: 0.5s;
}
a.btn_02:hover {
	color: #111;
	background: #fcff00;
}

a.btn_02b {
	float:left;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	padding:6px 0px 6px 0px ;
	font-weight: bold;
	background: #fff;
	color: #111;
	border-radius: 10px;
	transition: 0.5s;
}
a.btn_02b:hover {
	color: #111;
	background: #fcff00;
}


a.btn_03 {
	float:right;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 47%;
	padding:6px 0px 6px 0px ;
	font-weight: bold;
	background: #fff;
	color: #111;
	border-radius: 10px;
	transition: 0.5s;
}
a.btn_03:hover {
	color: #111;
	background: #fcff00;
}

/**********ご利用の流れ*****************/
.nagare{
	padding:20px 30px 30px 30px ;
	background: #fafae9;
}

.nagareditout{
	padding:0px 4px 10px 0px ;
}
.nagaredit{
	font-size:13px;
	background: #fff;
	border-radius: 0 0 15px 15px;
	box-shadow: 4px 0px #e4e4cc;
}

.nagareditin{
	font-size:13px;
	padding:20px 20px 20px 20px ;
	background: #fff;
	border-radius: 0 0 15px 15px;
	box-shadow: 4px 4px #e4e4cc;
}
/*********************/
.guidwrap{
	padding:30px 0px 30px 0px ;	
}
.sub_in2{
	padding:0px 34px 0px 34px ;
}

.guidtitle1{
 font-size: 22px;
 font-weight: bold;
 border-bottom: 3px solid #555;
 position: relative;
 margin-bottom:15px;
 margin-top:40px;
}
.guidtitle1::before{
 content: "";
 display: block;
 width: 80px;
 height: 3px;
 position: absolute;
 left: 0;
 bottom: -3px;
 background: #ffea00;
}

.diehe{
	margin:15px 0px 10px 0px ;
	display:table;
	background:#ddd;
	padding:7px 10px 7px 10px ;
	border-radius: 10px;
}

.diehe2{
	margin:15px 0px 10px 0px ;
	display:table;
	background:#fbf9e5;
	padding:15px 15px 15px 15px ;
	border-radius: 10px;
	margin-left:10px;
	border:1px #e0ded0 solid;
}
.pricein1{
	padding:0px 15px 15px 15px ;
}

.pr_in2{
	padding:0px 15px 50px 15px ;
}
.pr_in3{
	background:#fff;
	padding:20px 20px 20px 20px ;
	border-radius: 10px;
		box-shadow: 4px 4px #e4e4cc;
	margin:20px 0px  30px  0px ;
}
.pr_in4{
	font-weight:bold;
	color:#000;
	font-size:19px;
	margin-bottom:5px;
}
#gewr{
	font-weight:normal;
	font-size:14px;
	padding-left:10px;
	color:#b79c75;
}
.pr_in5{
	color:#4f86ad;
	font-weight:bold;
	margin-top:15px;
}
.pr_in6{
	color:#ad4f5f;
	font-weight:bold;
	margin-top:10px;
}
.pr_in7{
	padding-left:10px;
}
.nagareditin3{
	font-size:16px;
	padding:20px 10px 20px 20px ;
	background: #fff;
	border-radius: 0 0 15px 15px;
	box-shadow: 4px 4px #e4e4cc;
}
#pumi{
	padding-top:12px;
	font-size:14px;
	color:#009d8e;
}
.option1{
 margin:50px 0px 10px 0px;
 position:relative;
 padding:15px 20px 20px 20px ;
 border:2px solid #5b5b5b;
 border-radius:0 10px 10px 10px;
  font-size:13px;
}

.option1::before{
 font-size:14px;
 position:absolute;
 top:-32px;
 left:-2px;
 height:26px;
 padding:5px 10px 0px 10px ;
 content:'無料';
 color:white;
 border-radius:10px 10px 0 0;
 background:#5b5b5b;
}

.option2{
	color:#5b5b5b;
	font-weight:bold;
	 font-size:18px;
	 margin-bottom:10px;
}

.option3{
 margin:50px 0px 10px 0px;
 position:relative;
 padding:15px 20px 20px 20px ;
 border:2px solid #000;
 border-radius:0 10px 10px 10px;
  font-size:13px;
}

.option3::before{
 font-size:14px;
 position:absolute;
 top:-32px;
 left:-2px;
 height:26px;
 padding:5px 10px 0px 10px ;
 content:'有料';
 color:white;
 border-radius:10px 10px 0 0;
 background:#000;
}
.option4{
	color:#000;
	font-weight:bold;
	 font-size:18px;
	 margin-bottom:10px;
}

/*****************************************/
.rev{
	padding:40px 0px 20px 0px ;
}
.rev_left{
	float:left;
	width:15%;
	disply: flex;
align-items: center;
}
.rev_right{
	float:right;
	width:84%;
}
.rev_right_in{
	padding:0px 0px 0px 12px ;
}

.balloon1-left {
  position: relative;
  padding: 15px 20px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #f5f4ed;
   border-radius:15px;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 30px;
  left: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #f5f4ed;
}
/*********************/
.sub_in2{
	padding:0px 11px 0px 11px ;
}

.odsub1{
	background:#f0f0f0;
	padding:0px 20px 20px 20px ;
	margin-bottom:60px;
}
.odsub88{
	background:#f0f0f0;
	padding:0px 20px 0px 20px ;
}
.odsub29{
	padding:30px 20px 0px 20px ;
	  background: #f0f0f0; /* 要素の色 */
}

.odsub2{
	padding:30px 20px 30px 20px ;
	  background: #f0f0f0; /* 要素の色 */
  border-radius: 20px; /* 角丸 */
}
.oddit{
	padding:5px 30px 40px 30px ;
}
.cwin{
		padding:5px 30px 80px 30px ;
}
.sub_in5{
		padding:0px 20px 0px 20px ;
}
.sub_in6{
		padding:0px 24px 0px 24px ;
}

/*****サブミット***********/
.btn.v-btn.v-small-button {
	margin-top:20px;
    padding: 10px 18px 9px!important;
    font-weight: 500;
    letter-spacing: 0;
	border: 1px solid transparent;
	font-size:18px;
	  background-color: #54d2f6;
	  color:#000;
	border-radius:35px;
}
.btn.v-btn, input[type=submit] {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    zoom: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #000!important;
    padding: 30px 30px 30px 30px ;
    font-weight: bold;
}
.btn.v-btn {
    margin-bottom: 20px;
    outline: none !important;
}

.btn.v-btn:hover {
  background-color: #0469d1;
      color: #fff!important;
}

.btn {
  display: inline-block;
  width: 230px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  line-height: 70px;
  outline: none;
}
.btn::before,
.btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btn,
.btn::before,
.btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/*********************/
/****コンタクトフォーム****************************************************************/
.cardarea{
	margin:0 auto;
	padding:40px 25px 10px 20px ;
}
.cardarea2{
	margin:0 auto;
	padding:40px 15px 10px 5px ;
}
.formWrap{
	margin:0 auto;

}
input, input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    outline: 0;
    box-shadow: none;
    	font-size:16px;
}

input[type=email],
input[type=password],
input[type=tel],
input[type=text],
textarea {
padding:10px;
    width: 97%;
    border: solid 1px #e3e3e3;
    border-bottom-color: #F0F0F0;
    border-top-color: #e0e0e0;
    color: #777;
    background-color: #fff !important;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
        	font-size:16px;
}

input[type=email]:focus,
input[type=text]:focus,
textarea:focus {
    color: #323436;
    background-color: #fff !important;
    outline: none !important;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
#hisu{
	font-weight:bold;
	font-size:13px;
	color:#dc5783;
}
.formmojiji{
	font-size:16px;
	margin:20px 0px 0px 0px ;
}
/**************************************/
.facebook-wrapper {
    max-width: 500px; /* Facebook Page Plugin の最大幅 */
    margin: 0 auto;
}
 
.facebook-wrapper > .fb-page {
    width: 100%;
}
 
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}

.fbareta{
	padding:25px;
}


#mappp {
    width: 100%;
    height: 50vh;
    overflow: hidden;
}
iframe {
    width: 100%;
    height: calc(50vh + 300px);
    margin-top: -150px;
}


.access_p{
margin-top:20px;
margin-bottom:10px;
	color:#000;
}

/************/
.contact_wrap{
	padding:0px 20px 90px 20px ;
	background: #f9f7ed;
	color:#000;
}
.contact{
	padding:50px 20px 70px 20px ;
font-size:18px;
line-height:200%;
}
.contact2{
	padding:50px 0px 70px 0px ;
font-size:18px;
line-height:200%;
}
.bigtitle{
margin-bottom:30px;
padding-top:50px;
text-align:center;
font-size:24px;
font-weight:bold;
}
.bigtitle2{
margin-bottom:0px;
margin-top:40px;
text-align:center;
font-size:30px;
font-weight:bold;
}
.ministrong{
margin-top:15px;
margin-bottom:5px;
color:#ac9152;
text-align:center;
font-size:25px;
font-weight:bold;
}
.uetyoto{
	margin-top:20px;
}
. putisyan{
	margin-top:20px;
		margin-bottom:50px;
}
. putisyan2{
	margin-top:00px;
		margin-bottom:50px;
}
.minikoni{
	font-size:14px;
}
#instructor{
 background:#fff;
}

.wwod{
	 background:#fff;
}

.cc_in{
	padding:0px 20px 0px 20px ;
}
.cc_title{
	background:#e9e9e9;
	padding:5px 10px;
}
.cc_dit{
		margin-bottom:30px;
		padding:5px 10px;
}

textarea{
	height:100px;
}
input::placeholder {
  color: #ddd;
font-weight: normal;
}

textarea::placeholder {
  color: #ddd;
  font-weight: normal;
}


/****************/
.footkoteibtn{
	position: fixed;
	bottom: 0;
	left: 0px;
	float:left;
	z-index: 999;
	max-width:49%;
}
.footkoteibtn2{
	position: fixed;
	bottom: 0;
	right:0px;
	float:right;
	z-index: 999;
	max-width:49%;
}


.merumo{
	width:80%;
	margin:0 auto;
	background:#e5d9be;
	border:1px solid #9e8b61;
	padding:20px 20px 20px 20px ;
	text-align:center;
	font-size:20px;
}


/***note埋め込み*****************/
.note_area{
	background:#fff;
	padding:10px 26px 15px 26px ;

}
#message5 {
margin-top:16px;
}
#message5 p img {
display: none;
}
#message5 a.btn {
display: block;
position: absolute;
top:0;
left:0;
right:0;
bottom: 0
}
#message5 .mu {
padding:15px 15px 10px 15px ;
  border-radius: 6px;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.20);
  margin-bottom:16px;
  transition :0.4s;
}
#message5 .mu:hover {
  box-shadow: 0px 0px 14px 0px rgba(215, 163, 23, 0.70);
  transition :0.4s;
}

#message5 .mu_inleft {
float:left;
width: calc(45% - 20px);
}
#message5 .mu_inright {
float:right;
width: calc(55%);
}


#message5 .mu img {
width: 100%;
height: auto
margin-bottom:0px;
padding-bottom:0px;
}
#message5 .mu h3 {
margin-bottom: 1em;
font-size: 16px;
text-align: left;
font-weight: normal
}
#message5 .mu small {
display: block
}
.mu_date{
color:#777;
font-size: 14px;
text-align: left;
font-weight: normal

}
.mu_title{
color:#000;
font-size: 16px;
text-align: left;
font-weight: normal

}
.minikob{
float:right;
background:#b79f5e;
color:#fff;
  border-radius: 6px;
  padding:3px 10px 3px 10px ;
font-size: 13px;
margin-top:5px;
}
/*********************************/

.miniko{
	font-size:16px;
}