

* {
  margin: 0;
  padding: 0;
}
html{
	margin:0px;
	padding:0px;
}
body{

	background:#fff;
	text-align:center;
	color:#333;
	font-weight:300;
	font-size: 14px;
	line-height:1.5;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
img{
	border-style:none;
	display:block;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

a {
	color:#333;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
}

li{list-style:none;}

.bg_f6cad9{
	width: 100%;
	background-color:#f6cad9;
}
.bg_abdfea{
	width: 100%;
	background-color:#abdfea;
}

.box_in{
	width: 90%;
	padding: 30px 0 30px 0;
	margin: 0px auto;
	text-align: left;
}


/* ---Header----*/

#header {
	background-color:#fff;
	width: 100%;
	height:70px;
}

.header_top{}
.h_logo{
	width:100%; 
	height:70px;
	margin:0px auto;

}
.h_logo a{
display:inline-block;
margin:0px;
}
.h_logo img{
max-width:100%;
max-height:70px;
margin:2px auto;
}

.h_links02{
margin:0px;
height:70px;
}
.h_links02 a{
font-weight:700;
color:#fff;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.h_links02 a:hover{
color:#dddddd;
}
.h_nav02_btn01{
	line-height:1.5;
	padding:12px 15px;
	font-size:14px;
}
.h_nav02_btn01 span{
	display:block;
	font-size:16px;
}

#navToggle {
	display: none;
	cursor:pointer;
	padding:0;
	z-index:999;
	margin:0px;
}

#navToggle div {
position:absolute;
top:0;
right:0;
width:30px;
height:70px;
padding:0px 18px;
margin:0px;
}
#navToggle div img{
width:30px;
height:22px;
padding: 24px 0px 0px 0px;
margin:0px;
}

header nav {
	z-index:999;
	position: fixed;
    height: calc(100% - 70px); 
    width:100%;
    top:-3000px; 
	background-color:#f6cad9;
	color:#000;
	-webkit-transition:.0s ease-in-out;
	-moz-transition:.0s ease-in-out;
	-o-transition:.0s ease-in-out;
	transition:.0s ease-in-out;
	text-align:left;
     font-size: 16px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	margin:70px 0 0 0;
}
/* Toggle(Button) */
#navToggle {display: block}

/*header menu*/
.openNav nav {
	-moz-transform: translateY(3000px);
	-webkit-transform: translateY(3000px);
	transform: translateY(3000px)
}
.overflowHidden {
    overflow: hidden;
}

header ul {
width:80%;
margin:20px auto;
}

.sp_navi01 li {
text-align:left;
display:block;
margin:0;
border-bottom:solid 1px #000;
font-size:16px;
line-height:4.5;
cursor:pointer ;
padding:0px 0 0px 0px;
}
.sp_navi01 li:last-child{
border-bottom:none;
}
.sp_navi01 li a{color:#000;}

.s-fade-wrap{
margin:0 0 0 0;
padding:50px 0 100px 0;
width:100%;
background-image:url("../images/mv_bg.jpg");
background-repeat:no-repeat;
background-size:cover;
background-position:center bottom;
}
.mv_view{
width:100%;
margin:0 auto;
}
.mv_view-01{
	width:70%;
	margin:0 ;
}
.mv_view-01 img{width: 100%;padding: 0 0 0 ;}

.mv_none{
background-color:#abdfea;
height:1px;
}


/* ---title---*/

.title_text_01 {
position: relative;
width: 90%;
max-width: 1200px;
margin:0px auto ;
text-align: center;
}
.title_text_01 h2{
color:#f05a8a;
font-size:28px;
font-weight:600;
}
.title_text_01:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px; /*下線の上下位置調整*/
  display: inline-block;
  width: 80px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #f05a8a; /*下線の色*/
}

.title_text_02 {
position: relative;
width: 90%;
max-width: 1200px;
margin:0px auto;
text-align: center;
}
.title_text_02 h2{
color:#e0651f;
font-size:28px;
font-weight:600;
}
.title_text_02:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px; /*下線の上下位置調整*/
  display: inline-block;
  width: 80px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #e0651f; /*下線の色*/
}

.title_text_03 {
position: relative;
width: 90%;
max-width: 1200px;
margin:0px auto;
text-align: center;
}
.title_text_03 h2{
color:#0681a9;
font-size:28px;
font-weight:600;
}
.title_text_03:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px; /*下線の上下位置調整*/
  display: inline-block;
  width: 80px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #0681a9; /*下線の色*/
}

/* ---t_cv---*/
.btn_cv{
width:100%;
margin:25px auto 0px auto;
}
.btn_cv img{
width:100%;
margin:0 auto;
}
.btn_cv a{
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
.t_cv p{
color:#333333;
letter-spacing:0.5px;
font-size:14px;
font-weight:600;
text-align:center;
margin:10px auto 0px auto;
}

/* ---t_one---*/
.t_one{
	width:100%;
	padding:50px 0px 0px 0px;
	margin:0 auto;
}
.t_one img{width:100%;margin:0px auto;}
.t_one p{
font-weight:600;
text-align:left;
line-height:2;
font-size:16px;
padding:0px 0px 0px 0px ;
}
.t_one p span{color:#ed5587;}

/* ---t_two---*/
.t_two{
	width:100%;
	padding:50px 0px 0px 0px;
	margin:0 auto;
}
.t_two_in01{width:100%;}
.t_two h3{
letter-spacing:3px;
font-size:20px;
line-height:1.5;
color:#000;
text-align:center;
font-weight:600;
margin:30px 0 0px 0 ;
}
.t_two h3 span{font-size:26px;}
.t_two p{
letter-spacing:1px;
font-size:18px;
line-height:1.5;
color:#000;
text-align:left;
font-weight:400;
margin:30px 0 30px 0 ;
}

.t_two_in02{width:100%;}
.t_two img{width:100%;margin:0px auto;}

.t_two_in01_color{color:#e06723;font-weight:600;}
.t_two_in01_size{display:block;font-size:16px;line-height:1.5;}


/* ---t_three---*/
.t_three{
	width:100%;
	padding:50px 0px 0px 0px;
	margin:0 auto;
}
.t_three img{width:100%;margin:0px 0 0px 0;}
.t_three_text{
letter-spacing:1px;
font-size:16px;
line-height:1.5;
color:#000;
text-align:center;
padding:50px 0px 0px 0px;
}

/* ---t_four---*/
.t_four{
	width:100%;
	padding:50px 0px 0px 0px;
	margin:0 auto;
}
.t_four img{width:100%;margin:0px auto 20px auto;}


/* ---t_five---*/
.t_five{
	width:100%;
	padding:30px 0px 0px 0px;
	margin:0 auto;
	list-style:none;

}
.t_five li{
	border-bottom:1px solid #e0651f;
	padding:20px 0px 20px 0px;
}
.t_five li:last-child{border:none;}

.t_five li div{
	padding:10px 0;
	display:flex;
	justify-content:space-between;
}
.t_five li div img{
width:30px;
height:30px;
}
.t_five li div h3{
width:90%;
letter-spacing:2px;
font-size:18px;
padding:3px 0px 0px 0px ;
margin:0 auto;
line-height:1.5;
color:#e0651f;
text-align:left;
font-weight:600;
}
.t_five li div p{
width:90%;
letter-spacing:1px;
font-size:16px;
text-align:left;
margin:0 auto;
padding:3px 0px 0px 0px ;
}

/* ---pp---*/
.pp{
	width:100%;
	padding:20px 0px 50px 0px;
	margin:0 auto;
	list-style:none;
}
.pp h3{
font-size:18px;
color:#0781aa;
font-weight:600;
border-bottom:2px solid #0781aa;
padding:0px 0px 5px 0px ;
margin:35px 0 15px 0;
}
.pp p{
line-height:2;
padding:0px 0px 0px 0px ;
}

/* ---footer---*/


.footer{
width:100%;
margin:0 auto;
text-align:center;
padding:0px 0 0px 0;
}
.footer_in{
width:100%;
margin:0 auto;
}



.f_copy{
background-color:#abdfea;
width:100%;
margin:0px auto;
text-align:center;
padding:10px 0 75px 0;
}
.f_copy_in{
	width:86%;
	margin:0 auto;
}
.copy{
text-align:center;
font-size:12px;
color:#333;
margin:0px auto 0px auto;
}

    #pageTop {
	position:fixed;
	bottom:50px;
	left:0;
	right:0;
	width:30px;	
	margin:0px auto 0px auto;
    }
    #pageTop a img {
width:100%;
margin:0px auto 0px auto;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
    }
    #pageTop a img:hover {
      opacity: 1;
    }


.bg_black{
        position: fixed;
        bottom: 0;
        left: 0;
	    height:70px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        z-index: 9;
        background-color: rgba(0,0,0,0.6);
        justify-content: center;
        padding: 0px 0;
}
.sp_btn_cv{
height:50px;
width: 88%;
padding:0px 0 0 0;
background-image: linear-gradient(90deg, rgba(239, 101, 147, 1), rgba(238, 140, 172, 1));
border-radius:10px;
border:solid 2px #fff;
box-sizing:border-box;
margin:10px auto 0 auto ;

}

.sp_btn_cv button{
color:#fff;
font-size:17px;
line-height:50px;
font-weight:bold;
display:block;
margin:0px auto 0 auto ;
}

/* ---button---*/

.btn_w_area{
	margin:0px auto 0px auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.btn_w_area a{
width:100%;
max-width:400px;
margin:0px auto;
}

a.btn_w{
	letter-spacing:2px;
	font-size:18px;
	font-weight:700;
	color:#003366;
	text-align: center;
	display: block;
	padding:8px 5px;
	margin: 0px auto;
	background-color:#fff;
	border:5px solid #003366;
	background-image: url(../images/link_btn_icon.jpg);
	background-position:90% 50%;
	background-repeat: no-repeat;
	background-size:20px;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
	cursor:pointer ; 
	}
a.btn_w:hover {
color:#ccc;
border:5px solid #cccccc;
}

.btn_w_area_m{
	margin:60px auto 0px auto;
}

a.btn_b{
max-width:400px;
border:5px solid #fff;
display: block;
margin:0px auto 0 auto;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
.btn_b img{width:100%;}
a.btn_b:hover {
 opacity: 0.5;
}


.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


.sp-none{
display:none !important;
}
.pc-br{
display:none !important;
}
.link_pc{
display:none !important;
}
.contact_btn02{
display:none !important;
}

.mt80{margin-top:80px;}



/* ---login---*/

.login_box {
max-width:600px;
width: 90%;
margin: 30px auto 0px auto;
padding:5% 5% 5% 5%;
border:3px solid #4b9536;
background-color:#f1fff4;
border-radius:10px;
}
.login_box table{
width: 100%;
}
.login_box th{
	padding: 5% 0px 0px 0px; 
    display: block;
    border: none;
	text-align:left;
	color:#333;
	font-weight:bold;
    }
.login_box th span{color:red;font-size:12px;}
.login_box td{
	padding: 2% 0px 5% 0px; 
    display: block;
    border: none;
	text-align:left;
    }
.login_box p{display:inline;padding:0px 20px 0px 5px;}


/* ---contact---*/

.contact_box {
max-width:600px;
width: 100%;
margin: 30px auto 0px auto;
}
.contact_box table{
width: 100%;
}
.contact_box th{
	padding: 5% 0px 0px 0px; 
    display: block;
    border: none;
	text-align:left;
	color:#333;
	font-weight:bold;
    }
.contact_box th span{color:red;font-size:12px;}
.contact_box td{
	padding: 2% 0px 5% 0px; 
    display: block;
    border: none;
	text-align:left;
border-bottom:solid 1px #ccc;
    }
.contact_box p{display:inline;padding:0px 20px 0px 5px;}

.form_01{
width: 96%;
padding:10px 2% 10px 2%;
font-size:14px;
border:solid 1px #4b9536;
margin:0 auto;
}
.form_02{
width: 96%;
padding:10px 2% 10px 2%;
font-size:14px;
border:solid 1px #4b9536;
margin:0 auto;
}
.form_03{
padding:10px 2% 10px 2%;
font-size:14px;
border:solid 1px #4b9536;
margin:0 auto;
width: 96%;
height:200px;
resize: vertical;
}
input.btn_f1{
	font-weight:bold;
	letter-spacing:5px;
	font-size:18px;
	color:#fff;
	width: 100%;
	max-width:400px;
	text-align: center;
	display: block;
	padding:20px 0px 20px 0px;
	margin: 20px auto 0px auto;
	border-radius:5px;
	background-color:#4b9536;
	border: 3px solid #4b9536;
	border:none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	 -o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	cursor:pointer ; 
	}
input.btn_f1:hover {
	cursor:pointer ; 
	color:#fff;
	background-color:#5fba4c;
	border: 3px solid #5fba4c;
	border:none;
}
input.btn_f2{
	font-weight:bold;
	letter-spacing:5px;
	font-size:18px;
	color:#555;
	width: 100%;
	max-width:400px;
	text-align: center;
	display: block;
	padding:20px 0px 20px 0px;
	margin: 20px auto 0px auto;
	border-radius:5px;
	background-color:#dddddd;
	border:none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	 -o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	cursor:pointer ; 
	}
input.btn_f2:hover {
	cursor:pointer ; 
	color:#555;
	background-color:#eeeeee;
	border:none;
}



/*アニメーション*/
.animation{
  animation: buruburu 1s linear infinite;
  scale: 1;
}

@keyframes buruburu{
 0%{transform:translateX(0)}
 7%{transform:translateX(-10px)}
 14%{transform:translateX(10px)}
 20%{transform:translateX(-10px)}
 32%{transform:translateX(10px)}
 40%{transform:translateX(0px)}
}


/* モーダルウィンドウ */
.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height:80%;
  background-color: #fff;
  z-index: 1002;
  padding: 2rem;
overflow-y: scroll;
}
/* 閉じるボタン */
.button-close {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        appearance: none;
  width: 200px;
  padding: 1em;
  background-color: #4ba7c4;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  margin:20px auto 0px auto;
}
/* オーバーレイ */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 1001;
}

.modal-window h3{
position:relative;
text-align:center;
color:#ed5587;
font-size:18px;
margin:0px 0 30px 0;
}
.modal-window h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 80px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #ed5587; /*下線の色*/
}
.modal-window h4{
text-align:center;
color:#4b9536;
font-size:16px;
margin:20px 0 0 0;
}
.modal-window p{
text-align:left;
line-height:1.5;
margin:0 0 30px 0;
}

.modal_in_box{
  margin:0px auto;
}

.modal_in_box img{
  margin:10px auto;
}
.modal_in_box a{
display:inline-block
}

