@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {	
  font-family: 'Noto Serif JP', serif;
	font-weight:400;
	font-size: 14px; 
	color: #333333;
	line-height: 2;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale; 
}
a{
  color: #6E402D;
  text-decoration: none;
 }
a:hover {
  color:#5DA3FF;
	-webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
}
a img { 
	transition: opacity 0.2s linear; 
}
a:hover img { 
	opacity: 0.8;
}
img{
	vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.br-pc { 
  display:none;
}
.br-tb { 
  display:none;
}
.pcmenu{
	display:none!important;
}
.br-tb { 
  display:none;
}

.bold{
	font-family:'Noto Sans jp',sans-serif;
	font-weight:700 !important;
}

.mb5 {
	margin-bottom:5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
.mb60 {
	margin-bottom:60px !important;
}
.mb70 {
	margin-bottom:70px!important;
}
.mt5 {
	margin-top:5px !important;
}
.mt10 {
	margin-top:10px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mt50 {
	margin-top:50px !important;
}
.mt60 {
	margin-top:60px !important;
}
.mt70 {
	margin-top:70px !important;
}
.al_left{
	text-align: left;
}
.al_right{
	text-align: right;
}
.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}

img{
	width:100%;
}
p{
	margin: 15px 0;
}
.link{
	text-decoration: underline;
}
/* ヘッダー */


.container{
	max-width: 95%;
	margin: 0 auto;
	padding: 0 ;
  	overflow: hidden;
}



/* ナビゲーション */
#head_wrap01{
	background-color: #FFF3F5;
	box-shadow: 0px 0px 12px -5px #333;
	transition: all ease .6s;
	position: fixed;
	height: 58px;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
}
.sp_navi_menu{
	height: 58px;
}
.sp_navi_menu_wrap{
	display:inline-block;
}
.header_logo_sp{
	width: 100px;
	position: absolute;
	top: 10px;
	left: 0;
  right: 0;
  margin: auto;
	z-index: 3;
}
#toggle{
	position: absolute;
	width:39px;
	top: 10px;
	right: 10px;
}
#head_insta{
	position: absolute;
	width:27px;
	top: 14px;
	left: 20px;
}
.head_wrap{
	width:100%;
	margin: 0 auto;
}
.g_navi{
	box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.3);
}
.header_logo_pc{
	display: none;
}

#menu {
	display: none;
}
#menu li{
  font-family: 'Merriweather', serif;
	font-weight:400 ;
	font-size: 16px;
	color: #6E402D;
	display: block;
	float: none;
	margin: 0px;
	border-left:none;
	margin:0;
	border-bottom:1px solid #6E402D;
}
#menu li a {
  font-family: 'Merriweather', serif;
	font-weight:400 ;
	font-size: 16px;
	color: #6E402D;
	display: block;
	text-decoration: none;
	background-color: #FFF3F5;
	text-align: center;
	text-decoration: none;
	padding: 12px;
}

#menu li a:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
 }
 #menu li:first-child{
 	border-top:1px solid #6E402D;
 }
 
 /* LINE */
.line_wrap_sp{
	width: 95%;
	margin: 71px auto 0;
	padding: 0 ;
	display: table;
}
.line_left_sp{
	display: table-cell;
	width: 70%;
	padding-right:10px;
}
.line_right_sp{
	display: table-cell;
	width: 30%;	
}
.line_right_sp a img{
	width: 106px;	
}


/* メインビジュアル */
/* sec01 */
.sec01{	
max-width:100%!important;
	margin-top: 13px;
}


.sec01_wrap{
	width:100%;
	margin: 0 auto;
	position: relative;

}
.sec01_logo{
	width: 200px;
		text-align: center;
			position: absolute;	
	top: 20px;
	left: 0;
	z-index: 10;

}
.sec01_txt{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 10px;
	color: #6E402D;
	text-shadow:2px 2px 6px #fff;
	letter-spacing: 0;
}
/* slick Arrows */
.slick-prev,
.slick-next{
   width: 13px!important;
   height: 43px!important;
   z-index: 2!important;
}
.slick-prev{
    left: 15px!important;
}
.slick-next{
    right: 15px!important;
}
.slick-prev:before{
   content: url(../img/left_arrow_sp.png)!important;
}
.slick-next:before{
   content: url(../img/right_arrow_sp.png)!important;
}


/* slick Dots */
.slick-dotted.slick-slider{
    margin-bottom: 0px!important;
}
.slick-dots{
    bottom: 0px!important;
}
.slick-dots li{
   width: 10px!important;
   height: 10px!important;
}
.slick-dots li button{
    width: 40px!important;
    height: 40px!important;
    padding: 5px!important;
}
.slick-dots li button:before{
    font-size: 10px!important;
    position: absolute!important;
    top: -5px!important;
    left: 0!important;
    color: #fff!important;
}
.slick-dots li.slick-active button:before{
    color: #fff!important;
}


/* メインビジュアル */
/* /top_sec01 */


/* top_sec02 */

.sec02{
	max-width:100%;
	background-color: #FFF3F5;
	position: relative;
}
.sec02_wrap{
	width:100%;
	height: 77px;
	margin: 24px auto 0!important;
	background-image: url("../img/sec02_back_sp.png");
	background-repeat: no-repeat;
	background: contain;
	background-position: center center;
	text-align: center;
}
.sec02_ttl{
	font-family: 'Noto Serif JP', serif;
	font-weight:600;
	font-size: 20px; 
	color: #6E402D;
	text-align: center;
	line-height: 1.3;
	padding: 0;
}
.brown_line{
	width:60%;
	margin: 20px auto 0;
	border-bottom: 1px solid  #6E402D;
}
.sec02_txt{
	width:90%;
	text-align: center;
	margin: 24px auto ;
}
.common_button{
	display: block;
	 margin: 50px 0 80px;
	 text-align: center;
}
.common_button a:before{
	content: url(../img/white_arrow.png);
	padding-right: 10px;
}
.common_button a{
	font-family: 'Noto Serif JP', serif;
	font-weight:700;
  font-size: 16px;
  color:#fff;
	letter-spacing: 1px;
  padding: 14px 30px;
  background: linear-gradient(90deg, #FD7897, #8807F7);
	color:#fff;
  border-radius: 100vh;
	text-decoration: none;
	cursor: pointer;
	vertical-align: middle;
	box-shadow: 0px 0px 12px -5px #333;	
}
.common_button a:hover {
   opacity: 0.8;
	 -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; 
}

.sec02_btn_wrap{
	width:100%;
}
.common_button_pink{
	display: block;
	 margin: 50px 0 60px;
	 text-align: center;
}
.common_button_pink a:before{
	content: url(../img/white_arrow.png);
	padding-right: 10px;
}
.common_button_pink a{
	font-family: 'Noto Serif JP', serif;
	font-weight:700;
  font-size: 16px;
  color:#fff;
	letter-spacing: 1px;
  padding: 14px 23px;
  background-color: #f86f95;
	color:#fff;
  border-radius: 100vh;
	text-decoration: none;
	cursor: pointer;
	vertical-align: middle;
	box-shadow: 0px 0px 12px -5px #333;	
}
.common_button_pink a:hover {
   opacity: 0.8;
	 -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; 
}

.common_button_ppl{
	display: block;
	 margin: 50px 0 60px;
	 text-align: center;
}
.common_button_ppl a:before{
	content: url(../img/white_arrow.png);
	padding-right: 10px;
}
.common_button_ppl a{
	font-family: 'Noto Serif JP', serif;
	font-weight:700;
  font-size: 16px;
  color:#fff;
	letter-spacing: 1px;
  padding: 14px 31px;
  background-color: #8807F7;
	color:#fff;
  border-radius: 100vh;
	text-decoration: none;
	cursor: pointer;
	vertical-align: middle;
	box-shadow: 0px 0px 12px -5px #333;	
}
.common_button_ppl a:hover {
   opacity: 0.8;
	 -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; 
}




 .block_pink01 {
 	position: absolute;
 	bottom:0;
 	clip-path: polygon(100% 50%, 0% 100%, 100% 100%);
	background-color: #FF446E;
	padding: 0;
	width: 100%;
	opacity: 0.3;
}



/* sec03 */
.sec03{
	max-width:100%;
  background-image: url("../img/sec03_back.jpg");
	background-repeat: no-repeat;
  	 -webkit-background-size: cover;
   	background-size: cover;
	background-position:50% 50%;
  z-index: 0;
  overflow: hidden;
}

.sec03_border{
	width:95%;
	margin: 54px auto;
	border: 2px solid  #6E402D;
	background-color: #fff;
	position: relative;
}
.sec03_mark01{
	position: absolute;
	width:58px;
	top:-29px;
	left:-10px;
}
.sec03_mark02{
	position: absolute;
	width:58px;
	bottom:-29px;
	right:-10px;
}
.sec03_ttl{
	width:214px;
	margin: 40px auto 20px;
}
.yellow_brown_line{
	width:60%;
	margin: 8px auto 0;
	border-bottom: 1px solid #B28247;
}
.sec03_wrap{
	width:80%;
	margin: 20px 0;
	margin-left: auto;
  margin-right: 0;
}
.sec03_left{
	width:90%;
	float:none;
}
.sec03_right{
	width:70%;
	float:none;
	margin: 20px 0;
}

.sec03_left li{
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0;
	position: relative;
}
.sec03_left li:before{
	content: url(../img/sec03_icon.png);
	position: absolute;
  top: 0;
  left: -40px;
}
.sec03_left li span{
	font-size: 16px;
	color:#FF446E;
}

/* sec04 */
.sec04{
	position: relative;
	max-width:100%;
  background-image: url("../img/sec04_back.jpg");
	background-repeat: no-repeat;
  	 -webkit-background-size: cover;
   	background-size: cover;
	background-position:50% 50%;
  z-index: 0;
  overflow: hidden;
	height: 900px;
}
 .block_pink02 {
 	position: absolute;
 	top:0;
 	clip-path: polygon(100% 50%, 0 0, 100% 0);
	background-color: #FF446E;
	padding: 0;
	width: 100%;
	opacity: 0.3;
	z-index: 1;
}

.sec04_back_top{
	width:297px;
	height: 57px;
	margin: 60px auto 0;
	background-image: url("../img/sec04_back_top_sp.png");
	background-repeat: no-repeat;
	-webkit-background-size: contain;
   	background-size: contain;
  z-index: 0;
  overflow: hidden;
}

.sec04_back_mid{
	width:297px;
	margin: 0 auto;
	background-image: url("../img/sec04_back_middle_sp.png");
	background-repeat: repeat-y;
	-webkit-background-size: contain;
   	background-size: contain;
  z-index: 0;
  overflow: hidden;
}
.sec04_back_btm{
	width:297px;
	height: 57px;
	margin: 0 auto;
	background-image: url("../img/sec04_back_bottom_sp.png");
	background-repeat: no-repeat;
	-webkit-background-size: contain;
   	background-size: contain;
  z-index: 0;
  overflow: hidden;
}
.sec04_ttl{
	width: 213px;
	margin: 0 auto;
}
.pink_line{
	width:60%;
	margin: 15px auto 0;
	border-bottom: 1px solid #FF446E;
}
.sec04_txt01{
	font-weight: 700;
	font-size:15px;
	color: #6E402D;
	text-align: center;
	letter-spacing: 1px;
	margin: 20px 0;
	line-height: 2;
}
.sec04_txt02{
	font-weight: 600;
	font-size:14px;
	text-align: center;
	letter-spacing: 1px;
margin: 20px 0;
line-height: 2;

}
.sec04_txt02_big{
	font-weight: 500;
	font-size:16px;
	color:#FF446E;
	text-align: center;
	letter-spacing: 1px;
	line-height: 2;
}
.sec04_txt03{
	font-weight: 700;
	font-size:15px;
	color: #6E402D;
	text-align: center;
	letter-spacing: 0px;
	margin: 0!important;
	line-height: 2;
}

/* sec05 */
.sec05{
	max-width:100%;
	background-color: #FFF3F5;
	position: relative;
	z-index: 0;
	padding: 0 0 50px;
}
 .block_pink03 {
 	position: absolute;
 	top:0;
 	clip-path: polygon(100% 50%, 0 0, 100% 0);
	background-color: #FF446E;
	padding: 0;
	width: 100%;
	opacity: 0.3;
	z-index: 1;
}
.common_ttl_enblem{
	width:94px;
	margin: 40px auto 10px;
}
.common_ttl_eng{
	font-family: 'Pinyon Script', cursive;
	font-weight: 400;
	font-size:35px;
	text-align: center;
	color:  #6E402D;
	line-height: 1.2;
}
.common_ttl{
	font-weight: 700;
	font-size:20px;	
	text-align: center;
	color:  #6E402D;
	line-height: 1.2;
	letter-spacing: 2px;
}

.sec05_s{
	background-color: #fff;
	border-top:1px solid #B28247;
	border-bottom:1px solid #B28247;
	padding: 15px 15px 30px;
	margin-top: 40px;
}
.sec05_s_left{
	float:none;
	width: 100%;	
}
.sec05_s_right{
	float:none;
	width: 100%;
	margin-top: 20px;

}
.sec05_s_ttl{
	font-weight: 600!important;
	font-size: 20px;
	color:  #6E402D;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 6px;

}
.sec05_sankaku{
	width:124px;
	margin: 30px auto 0;
}
.sec05_v_wrap{
	width:100%;
}
.sec05_v_left{
	width:100%;
	margin: 20px 0 0;
}
.sec05_v_right{
	width:100%;
	margin: 20px 0 0;
}
.sec05_border {
  position: relative;
  padding: 30px 20px;
  border: 3px solid #B28247;
}
.sec05_border:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  content: '';
  border: 1px solid #B28247;
}
.sec05_border_top{
	position: absolute;
	width: 30px;
	top:5px;
	left:5px;
}
.sec05_border_btm{
	position: absolute;
	width: 30px;
	bottom:5px;
	right:5px;
}
.sec05_v_left_ttl{
	background-image: url("../img/sec05_ttl01_sp.png");
	background-repeat: no-repeat;
	width:223px;
	height: 65px;
	margin: 0 auto;
	text-align: center;
	font-family: sans-serif;
	font-weight: 600;
	font-size: 15px;
	color:#fff;
	letter-spacing: 0;
	line-height: 1.4;
	padding: 5px 0;
}
.sec05_v_right_ttl{
	background-image: url("../img/sec05_ttl02_sp.png");
	background-repeat: no-repeat;
	width:223px;
	height: 65px;
	margin: 0 auto;
	text-align: center;
	font-family: sans-serif;
	font-weight: 600;
	font-size: 15px;
	color:#fff;
	letter-spacing: 0;
	line-height: 1.4;
	padding: 5px 0;
}
.sec05_v_list li:before{
		content: url(../img/brown_arrow.png);
		padding-right: 10px;
		
}
.sec05_v_list li{
	letter-spacing: 0;
	padding-left:2em;
text-indent:-2em;
	
}
ul.sec05_v_list{
	margin-top: 15px;		
}
.crayon_area{
	margin: 30px 0 0;
	padding:0px;
}
.crayon_back_top{
	width:279px;
	height: 48px;
	margin:0 auto;
	background-image: url("../img/crayon_bd_top_sp.png");
	background-repeat: no-repeat;
	-webkit-background-size: contain;
   	background-size: contain;
  z-index: 0;
  overflow: hidden;
}

.crayon_back_mid{
	width:279px;
	margin: 0 auto;
	background-image: url("../img/crayon_bd_middle_sp.png");
	background-repeat: repeat-y;
	-webkit-background-size: contain;
   	background-size: contain;
  z-index: 0;
  overflow: hidden;
	padding: 0 30px;

}
.crayon_back_btm{
	width:279px;
	height: 48px;
	margin: 0 auto;
	background-image: url("../img/crayon_bd_bottom_sp.png");
	background-repeat: no-repeat;
	-webkit-background-size: contain;
   	background-size: contain;
  z-index: 0;
  overflow: hidden;
}
.crayon_sec05_ph_left{
	float:none;
	width: 100%;
	margin: 0 auto 20px;

}
.crayon_sec05_txt_right{
	float:none;
	width: 100%;
}
.crayon_sec05_txt_left{
	float:none;
	width: 100%;
}
.crayon_sec05_ph_right{
	float:none;
	width: 100%;
	margin: 0 auto 20px;

}



/* sec06 */
.sec06{
	max-width:100%;
	background-image: url("../img/back_yellow.jpg");
	background-repeat: repeat;
	position: relative;
	z-index: 0;
	padding: 0 0 40px;
}
 .block_brown01 {
 	position: absolute;
 	top:0;
 	clip-path: polygon(100% 0, 0 0, 0 50%);
	background-color: #B28247;
	padding: 0;
	width: 100%;
	opacity: 0.3;
	z-index: 1;
}
.common_txt{
	font-size: 14px;
	text-align: center;
	margin: 30px 0;
}
.sec06_wrap{
	width:100%;
}
.sec06_s{
	width: 100%;
	margin: 0 0 40px;
}
.sec06_s_ph{
	border: 8px solid #fff;
	width:100%;
}
.sec06_s_ttl{
	font-size: 16px;
	font-weight: 700!;
	color: #6E402D;
	text-align: center;
	line-height: 1.4;
	margin-top: 15px;
}
.sec06_s_ttl_icon{
	width: 48px;
	margin-right: 1em;
}
.sec06_s_subttl{
	font-size: 15px;
	font-weight: 600;
	color: #6E402D;
	text-align: center;
	border-top:1px solid #B28247;
	border-bottom:1px solid #B28247;
	padding: 10px 0;
	line-height: 1.6;
}
.sec06_s_onlinettl{
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	background-color: #6E402D;
	text-align: center;
	width: 100%;
	border-radius: 30px;	
	padding: 5px 0;
	line-height: 1.5;
	margin:0;
}
.sec06 strong{
	font-weight: 700;
	color: #6E402D;
}

/* sec07 */
.sec07{
	max-width:100%;
	background-image: url("../img/back_yellow.jpg");
	background-repeat: repeat;
	z-index: 0;
}
.chain{
	width:40%;
	height: 14px;
	margin: 0 auto;
	background-image: url("../img/menu_bd.png");
	background-repeat: repeat-x;
	z-index: 1;

}
.common_ttl_enblem02{
	width:94px;
	margin: 30px auto 10px;
}
.sec07_wrap{
	width:100%;
}
.sec07_s{
	width: 100%;
	margin: 0 0 40px;
}
.sec07_s_ph{
	border: 8px solid #fff;
	width:100%;
}
.sec07_s_ttl{
	font-size: 16px;
	font-weight: 700;
	color: #6E402D;
	text-align: center;
	line-height: 1.4;
	margin-top: 15px;
}
.sec07_s_subttl{
	font-size: 15px;
	font-weight: 600;
	color: #6E402D;
	text-align: center;
	border-top:1px solid #B28247;
	border-bottom:1px solid #B28247;
	padding: 10px 0;
	line-height: 1.6;
}
.sec07_s_onlinettl{
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	background-color: #6E402D;
	text-align: center;
	width: 100%;
	border-radius: 30px;	
	padding: 5px 0;
	line-height: 1.5;
	margin:0;
}


.att{
	width:80%;
	margin: 20px auto 80px;
	background-color: #fff;
	border:1px solid #B28247;
	padding: 14px ;
}
.att_ttl{
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	color:  #6E402D;
	text-align: center;
	line-height: 1.5;
}
.att_txt02{
	text-align: center;
	font-size: 13px;
	margin: 15px 0;
}

.att_wrap{
	width:100%;
}
.att_border{
	width: 100%;
	margin: 20px 0 0;
	border:1px solid #B28247;
	padding: 15px 20px;
}
.att_ttl02{
	font-weight: 700;
	font-size: 16px;
	color: #6E402D;
	text-align: center;
	margin: 0;
}
.att_border li:before{
	content: url(../img/brown_arrow.png);
	padding-right: 10px;
}
.att_border ul{
	margin-top: 5px;
}
.att_border li{
	line-height: 2;
	padding-left:2em;
	text-indent:-2em;
	letter-spacing: 0;
}
.att_txt{
	font-weight: 700;
	font-size: 15px;
	color: #6E402D;
	text-align: center;
	margin: 20px 0 ;
	line-height: 1.5;
}


/* sec08 */
.sec08{
	max-width:100%;
	background-image: url("../img/back_yellow.jpg");
	background-repeat: repeat;
	z-index: 0;
}
.sec08_junbi{
	font-size: 16px;
	font-weight: 600;
	color: #6E402D;
	text-align: center;
	line-height: 1.5;
}
.sec08_s_subttl{
	font-size: 16px;
	font-weight: 600;
	color: #6E402D;
	text-align: center;
	border-top:1px solid #B28247;
	border-bottom:1px solid #B28247;
	padding: 10px 0;
	line-height: 1.6;
	width:100%;
	margin: 0 auto;
}
.sec08_s_subttl span{
	font-size: 15px;
	font-weight: 600;
	color: #6E402D;
}
.sec08_s_banner{
	width:95%;
	margin: 40px auto 20px;
}
.sec08_s_txt{
	text-align: left;
}
.sec08_s_flow{
	width:90%;
	margin: 40px auto 30px;
}
.sec08_s_flow_ttl{
	background-image: url("../img/sec08_ttl_sp.png");
	background-repeat: no-repeat;
	width:278px;
	height: 64px;
	margin: 0 auto;
	text-align: center;
	font-weight: 700;
	font-size: 15px;
	color:#fff;
	line-height: 1.4;
	padding-top: 7px;
	letter-spacing: 0;
}
ul.sec08_s_flow_list{
	margin: 20px auto 40px;
	width: 95%;	
}
.sec08_s_flow_list li{
	font-size: 15px;
	font-weight: 600;
	color:#FF446E;
	padding-left:2em;
	text-indent:-2em;
	line-height: 1.5;
	margin-bottom: 5px;
}
.flow_big{
	font-size: 24px;
	font-weight: 700;
}
.att02{
	width:80%;
	margin: 20px auto 80px;
	border:1px solid #B28247;
	padding: 14px ;
}
.att_list{
	width:100%;
	margin: 0 auto;
}
.att_list span{
	color:#B28247;
}
.att_border02{
	width: 100%;
	margin: 20px 0 0;
	border:1px solid #B28247;
	padding: 15px 20px;
	background-color: #fff;
}
.att_border02 li:before{
	content: url(../img/brown_arrow.png);
	padding-right: 10px;
}
.att_border02 ul{
	margin-top: 5px;
}
.att_border02 li{
	line-height: 2;
	padding-left:2em;
	text-indent:-2em;
	letter-spacing: 0;
}

/* sec09 */

.sec09{
	max-width:100%;
	background-color: #FFF3F5;
	position: relative;
	z-index: 0;
	padding: 0 0 80px;
}
 .block_pink04 {
 	position: absolute;
 	top:0;
 	clip-path: polygon(100% 50%, 0 0, 100% 0);
	background-color: #FF446E;
	padding: 0;
	width: 100%;
	opacity: 0.3;
	z-index: 1;
}
.sec09_s{
	margin: 40px 0 0;
}

.sec09_s_ttl01{
	font-family: 'Merriweather', serif;
	font-weight:400 ;
	font-size: 20px;
	color: #6E402D;
	text-align: center;
	border-bottom: 1px solid  #6E402D;
	width:100%;
}
.sec09_s_ttl02{
	font-weight:600;
	font-size: 15px;
	color: #6E402D;
	text-align: center;
	letter-spacing: 4px;
	padding-top: 6px;
}
.sec09_s_wrap{
	width: 100%;
	margin: 30px auto 0;
}
.sec09_s_right_ph{
	float:none;
	width: 70%;
	margin: 0 auto;
}
.sec09_s_left_txt{
	float:none;
	width: 95%;
	margin: 30px auto 0;

}
.sec09_s_name01{
	font-weight:700 ;
	font-size: 12px;
	color: #6E402D;
	text-align: center;
	line-height: 1.8;
	margin: 0;
}
.sec09_s_name02{
	font-weight:700 ;
	font-size: 16px;
	color: #6E402D;
	text-align: center;
	line-height: 1.8;
	margin: 0px;
}
.sec09_s_left_ph{
	float:none;
	width: 70%;
	margin: 0 auto;
}
.sec09_s_right_txt{
	float:none;
	width: 95%;
	margin: 30px auto 0;
}
.sec09_border{
	font-size: 18px;
	font-weight: 500;
	border-top:1px solid #B28247;
	border-bottom:1px solid #B28247;
	padding: 20px 0;
	line-height: 1.6;
}
.sec09_s_name03{
	font-size: 14px;
	line-height: 1.8;
	margin: 0;
}
.sec09_s_name04{
	font-size: 20px;
	line-height: 1.8;
	margin: 10px 0 0;
}
.sec09_s_name04 span{
	font-size: 15px;
	line-height: 1.8;
	margin: 0;
}

.sec09_s_logos{
	margin: 20px 0 0;
}
.sec09_s_logos_logo01{
	width:48%;
	margin: 30px auto;
}
.sec09_s_logos_logo02{
	width:70%;
	margin: 30px auto 0;
}

/* sec09_2 */
.sec09_2{
	max-width:100%;
	background-image: url("../img/back_yellow.jpg");
	background-repeat: repeat;
	position: relative;
	z-index: 0;
	padding: 0 0 10px;
}
 .block_brown02 {
 	position: absolute;
 	top:0;
 	clip-path: polygon(100% 0, 0 0, 0 50%);
	background-color: #B28247;
	padding: 0;
	width: 100%;
	opacity: 0.3;
	z-index: 1;
}
.sec09_2_wrap{
	display: flex;
	flex-wrap: wrap;
	width:100%;
	margin: 60px 0 40px;
}
.sec09_2_bf{
	width: 50%;
	padding: 10px;
}
.sec09_2_bf_ttl{
	font-weight:700;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	margin: 10px 0;
}
.sec09_2_bf_txt{
	font-weight:700;
	line-height: 1.5;
	text-align: left;
	margin: 10px 0;

}


/* sec10 */
.sec10{
	max-width:100%;
	background-image: url("../img/back_yellow.jpg");
	background-repeat: repeat;
	position: relative;
	z-index: 0;
	padding: 0 0 10px;
}
 .block_brown03 {
 	position: absolute;
 	top:0;
 	clip-path: polygon(100% 50%, 0 0, 100% 0);
	background-color: #B28247;
	padding: 0;
	width: 100%;
	opacity: 0.3;
	z-index: 1;
}
.sec10_s{
	position: relative;
	margin: 35px 0;
}
.sec10_s_flower01{
	width: 173px;
	position: absolute;
 	top:-30px;
 	left:0;
	z-index: 0;

}
.sec10_s_flower02{
	width: 134px;
	position: absolute;
 	top:1120px;
 	right:0;
	z-index: 0;

}
.sec10_s_flower03{
	width: 172px;
	position: absolute;
 	top:2220px;
 	left:0;
	z-index: 0;

}
.sec10_s_flower04{
	width: 137px;
	position: absolute;
 	top:4400px;
 	right:0;
	z-index: 0;

}
.sec10_s_flower05{
	width: 127px;
	position: absolute;
 	top:5250px;
 	left:0;
	z-index: 0;

}
.sec10_s_flower06{
	width: 113px;

	position: absolute;
 	top:6300px;
 	right:0;
	z-index: 0;
}

.sec10_s_flower01_1{
	width: 173px;
	position: absolute;
 	top:7300px;
 	left:0;
	z-index: 0;

}
.sec10_s_flower02_1{
	width: 134px;
	position: absolute;
 	top:8300px;
 	right:0;
	z-index: 0;

}
.sec10_s_flower03_1{
	width: 172px;
	position: absolute;
 	top:9300px;
 	left:0;
	z-index: 0;

}
.sec10_s_flower04_1{
	width: 137px;
	position: absolute;
 	top:10300px;
 	right:0;
	z-index: 0;

}
.sec10_s_flower05_1{
	width: 127px;
	position: absolute;
 	top:11300px;
 	left:0;
	z-index: 0;

}
.sec10_s_flower06_1{
	width: 113px;

	position: absolute;
 	top:12300px;
 	right:0;
	z-index: 0;
}


.sec10_s_ttl{
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	line-height: 1.6;
}
.sec10_s_border{
	border-bottom:1px solid #FF446E;
	width:50%;
	margin: 0 auto ;
	padding-top: 10px;
}
.sec10_s_ttl_icon {	
	width:18px;
	margin: 0 auto;
	height: 9px;
	line-height: 0;
}
.crayon_area02{
	margin: 30px 0 0;
	padding:0px;

}
.crayon_area02 p{
	font-size: 14px;
}

/* sec11 */
.sec11{
	max-width:100%;
	background-image: url("../img/back_yellow.jpg");
	background-repeat: repeat;
	position: relative;
	z-index: 0;
	padding: 0 0 40px;
}
.brown_bar {
	background-color: #B28247;
	width: 100%;
	height: 70px;
	opacity: 0.2;
	z-index: 1;
	padding: 10px;
	position: relative;
}
.insta_logo{
	width:150px;
	margin: 0 auto;
	position: absolute;
	top:10px;
	left: 0;
  right: 0;
  margin: auto;
	z-index: 2;
}
.sec11_prof{
	width:250px;
	margin: 30px auto;
}
.sec11_wrap{
	width: 100%;
}
.sec11_wrap02{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.sec11_ttl{
	font-size: 15px;
	font-weight: 700;
	color: #FF446E;
	margin: 10px 0;
	line-height: 1.3;
}
.sec11_txt{
	margin: 0;
}
.sec11_txt a{
	font-size: 14px;
	font-weight: 500;
	color: #FF446E;
	text-decoration: underline;
	margin: 0;
}
.sec11_banner{
	margin: 80px auto;
}

.sec11_banner{
	width:300px;
	margin: 30px auto;
}



/* sec12 */
.sec12{
	max-width:100%;
	position: relative;
}

.common_txt_form{
	font-size: 14px;
	text-align: left;
	margin: 30px 0;
}

/* form */
.table-contactform7{
 overflow: hidden;
width: 100%!important;
margin: 0 auto;
}
 
.required-contactform7{
  font-size:13px;
  padding: 2px 5px;
  background:#D81515;
  color: #fff;
  margin-left: 10px;
}
 
.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
.table-contactform7 tbody{
    width: 100%!important;
    display: block;

  }
.table-contactform7 tr{
    width: 100%!important;
 }
 
.table-contactform7 th{
  font-weight:400;
   width:100%!important;
	display:block;
  vertical-align:top;
	padding-top: 10px;

}
.table-contactform7 th.fot30{
  font-weight:400;
  width:30%;
  vertical-align:top;
	padding-top: 43px;

}
.table-contactform7 td{
	font-weight:400;
   width:100%!important;
	display:block;
}


.table-contactform7_02{
	width:80%!important;
	margin: 0 auto;
}


.table-contactform7_02 th{
  font-weight:700;
  width:100%;
	display:block;
  vertical-align:top;
	padding-top: 10px;
	color: #6E402D;

}
.table-contactform7_02 td{
	font-weight:400;
   width:100%!important;
	display:block;
}
h3.form_ttl_kakunin{
	font-weight:700;
	color: #6E402D;
	margin: 30px 0;
	text-align: center;
	font-size: 18px;
}
h4.form_ttl_err{
	font-weight:700;
	color: #6E402D;
	margin: 30px 0;
	text-align: left;
}
input[type="radio"],input[type="checkbox"]{
	margin: 10px!important;

}
 
.table-contactform7 input[type="text"],input[type="date"],
.table-contactform7 textarea,select{
  padding: 12px;
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  border-radius: 0.25em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
	font-size: 16px;
  margin: 5px 10px 20px 5px;
}
textarea{
	width:95%;
}
 
.address-100 input{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.message-100 textarea{
  width: 100%;
  margin: 5px 10px 10px 5px;
}



input[type="submit"]:before{
	content: url(../img/white_arrow.png);
	padding-right: 10px;
}
input[type="submit"]
{
	font-family: 'Noto Serif JP', serif;
	font-weight:700;
  font-size: 16px;
  color:#fff;
	letter-spacing: 1px;
  padding: 14px 10px;
  background: linear-gradient(90deg, #FD7897, #8807F7);
	color:#fff;
  border-radius: 100vh;
	text-decoration: none;
	cursor: pointer;
	vertical-align: middle;
	box-shadow: 0px 0px 12px -5px #333;	
	border-style:none;
	display: inline-block;
	 margin: 50px 10px 60px;

}
input[type="submit"]:hover{
color:#fff;
opacity: 0.8;
	-webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
}

input[type="button"]
{
	font-family: 'Noto Serif JP', serif;
	font-weight:700;
  font-size: 16px;
  color:#fff;
	letter-spacing: 1px;
  padding: 14px 10px;
  background: linear-gradient(90deg, #FD7897, #8807F7);
	color:#fff;
  border-radius: 100vh;
	text-decoration: none;
	cursor: pointer;
	vertical-align: middle;
	box-shadow: 0px 0px 12px -5px #333;	
	border-style:none;
	display: inline-block;
	 margin: 50px 10px 60px;

}
input[type="button"]:hover{
color:#fff;
opacity: 0.8;

	-webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
}







/* footer01 */
.footer01{
	padding: 20px 0 0;
	max-width:100%;
  background-color: #FFF3F5;
  z-index: 0;
	height: 230px;
  overflow: hidden;
	position: relative;
}
.footer01_unit{
	text-align: center;
}
.footer01_txt{
	font-weight:700 ;
	font-size: 12px;
	color: #6E402D;
	line-height: 1.8;
	margin: 0;
}
.footer01_logo{
	width: 146px;
	margin: 16px auto 0;	
}


.footer_copy{
	position: absolute;
	bottom:10px;
	width:100%;
	display: block;
	font-weight: 400;
	font-size: 11px;
	color: #6E402D;
	padding: 15px;
	text-align:center;

}

/* pagetop */

#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    margin: 0;
}

.er_btn{
width:30%!important;
margin:40px auto;
text-align: center;
vertical-align: middle;
}
.er_btn a{
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 22px;
  color:#fff;
	letter-spacing: 1px;
  padding: 5px 28px;
  background-color: #4F953B;
  border-radius: 10px;
	text-decoration: none;
}
.er_btn a:hover {
   background:#62A250;
   color:#fff;
	 -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; 
}

