@charset "utf-8";
/* CSS Document */
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/* Basic Styles */
body,li,ul,p {
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
table{border-collapse:collapse;}
th,td{padding:0;}
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	border-style:none;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}
ul,li{
	list-style:none;
}
video{
	padding: 0;
	margin: 0;
}
.mb_only{
	display: none;
}
.sm_only{
	display: none;
}
.tb_only{
		display: none;
	}
.no_link{
	pointer-events: none;
	filter: alpha(opacity=30);
-ms-filter: "alpha( opacity=30 )"; 
-moz-opacity:0.30;
opacity:0.30;
zoom:1;
}
.rollover01 a:hover img { 
filter: alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )"; 
-moz-opacity:0.60;
opacity:0.60;
zoom:1;
	transition: opacity .5s;
}
/* 新着情報システム */
p.title {
	font-size: 100%;
	margin: 0;
	padding-bottom: 3px;
	color: #b5b5b6;
	line-height: normal;
}
p.edit {
	font-size: 90%;
	margin: 0;
	padding-top: 5px;
}
#js-info {
	width: 100%;
	max-width: 800px;
	height: 140px;
	overflow: auto;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #b4b4b5;
	font-size: 80%;
	color:#231815;
	box-sizing: border-box;
}
#js-info p {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 150%;
	text-indent:-4.5rem;
	padding-left:4.5rem;
}
#as-info {
	width: 100%;
	max-width: 800px;
	height: 100px;
	overflow: auto;
	padding: 0px;
	border: 1px solid #b5b5b6;
	box-sizing: border-box;
}
#as-info dl {
	margin: 0;
}
#as-info dt {
	font-weight: bold;
}
#as-info dd {
	color: #666;
	margin: 0;
	padding-bottom: 15px;
}
#as-info dd em {
	font-size: 11px;
	font-style: normal;
}
.news_color {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.news_inner_color {
　　font-size: 80%;
}
.news_font {
	font-size: 80%;
	color: #FFFFFF;
}
.newsmidashi_font {
	font-size: 90%;
	color: #666;
	font-weight: 500;
	padding-right: 1rem;
}
.news_undeline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b4b4b5;
}
.news_coment_underline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b4b4b5;
}
.news_font_underline {
	font-size: 80%;
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b4b4b5;
	padding-top: 3px;
	padding-bottom: 3px;
}
.newsdata_pd{
	padding-left: 5rem;
}
.news_inner_color {
		max-width: 800px;
		margin: 0 auto;
		padding: 10px 10px 5px;
	background: #ffffff;
		box-sizing: border-box;
}
.news_inner_color_shinku_ttl{
	font-size: 100%;
	line-height: 150%;
}

.slider h1{
	padding: 0;
	margin: 0;
}
/* ページトップへここから */
#page-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
    font-size: 100%;
	z-index:950;
}
#page-top a {
	background:url(../img/page_bk.png);
	background-repeat:repeat;
    text-decoration: none;
    color: #fff;
    width: 70px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background:url(../img/page_bk2.png);
	background-repeat:repeat;
}
.is
        {
            border-top:5px solid #555555;
            border-bottom:5px solid #555555;
        }
		.is img
        {
            border:0px;
            border-left:2px solid #555555;
        }
/* ページトップへここまで */
.slider{
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}
.slider li video{
	width: 100%;
	height: auto;
	margin:0 auto;
}
.slider li img{
	width: 100%;
	height: auto;
	margin:0 auto;
}
/*▼▼▼▼WDCヘッダー共通▼▼▼▼*/
.site-header{
    background: rgba(255,255,255,1.0);
	/*background: linear-gradient(rgba(229,229,229,0.9) 50%, rgba(255,255,255,0.9) 50%);*/
    /*padding-top: 20px;*/
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
	height: 200px;
    z-index: 999;
}
 
.site-header.hide{
    transform: translateY(-100%);
}
header{
	width: 100%;
	padding: 0px 0px;
	border-bottom: solid 1px #000000;
}
.header_wpr{
	width: 100%;
	margin: 0 auto;
	background: #270041;
	padding: 10px 0px;
}
.header_wpr2{
	width: 100%;
	margin: 0 auto;
	padding: 0px 0px 10px;
}
.header_wpr_tbl01{
		display: flex;
		width: 100%;
	max-width: 1000px;
		margin: 0 auto;
	padding: 0px 3%;
	justify-content: space-between;
		box-sizing: border-box;
	}
	/*.header_wpr_tbl01 li{
		display: table-cell;
		vertical-align: bottom;
		width: 50%;
	}
	.header_wpr_tbl01_b{
		text-align: left;
	}*/
	.header_wpr_tbl01_c{
		text-align: right;
	}
.hdr_logo_flex{
		display: flex;
		width: 100%;
		margin: 0 auto;
		padding: 10px 10px 5px;
		justify-content: space-between;
		align-items: center;
		box-sizing: border-box;
	}
	.hdr_logo_flex li img{
		vertical-align: middle;
	}
.hdr_sns_wpr{
	width: 150px;
	margin: 0 auto;
}
.hdr_flag_wpr{
	width: 80px;
	margin: 0 auto;
}
.hdr_flag_wpr img{
	width: 21px;
	height: 14px;
	padding-bottom: 2px;
}
.i_pict01{
	color: #a699ae;
	font-size: 90%;
}
.i_pict_youtube{
	width: 48px;
	height: 11px;
	padding-bottom: 2px;
}
/*▲▲▲▲WDCヘッダー共通▲▲▲▲*/
/*▼▼▼▼WDCヘッダーPCメニュー共通▼▼▼▼*/
.new_lp_tokkyo{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.header_pc_flex{
	display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0px 1% 10px;
	box-sizing: border-box;
}
.header_pc_flex_a{
	width: 30%;
	max-width: 196px;
	padding-right: 30px;
	box-sizing: border-box;
}
.header_pc_flex_a img{
	width: 100%;
	max-width: 196px;
	height: auto;
}
.header_pc_flex_b{
	width: 70%;
}
.header_pc_flex_inflex{
	display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: flex-end;
	align-items: flex-end;
}
.header_pc_flex_inflex_a{
	padding-right: 0.5rem;
	box-sizing: border-box;
}
.header_pc_flex_inflex_a div{
	font-family:  'Noto Serif JP', serif;
	font-weight: 300;
	letter-spacing: 0.05rem;
	font-size: 100%;
	line-height: 150%;
}
.header_pc_flex_inflex_a p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-align: right;
	font-size: 110%;
	line-height: 150%;
	padding-bottom: 15px;
}
.header_pc_flex_inflex_a div a{
	text-decoration: none;
	color: #000000;
}
.header_pc_flex_inflex_b{
	width: 200px;
}
.header_pc_flex_inflex_b div a{
	display: block;
	width: 100%;
	background: #009FE8;
	color: #ffffff;
	font-family:  'Noto Serif JP', serif;
	padding: 5px 0px;
	text-align: center;
	font-size: 100%;
	line-height: 150%;
	border: solid 1px #009FE8;
	text-decoration: none;
	box-sizing: border-box;
}
.header_pc_flex_inflex_b div a:hover { 
	background: #ffffff;
	border: solid 1px #009FE8;
	color: #009FE8;
	box-sizing: border-box;
	transition: .5s;
}
.header_pc_flex_inflex_b p{
	padding-top: 5px;
}
.header_pc_flex_inflex_b p a{
	display: block;
	width: 100%;
	background: #231815;
	color: #ffffff;
	font-family:  'Noto Serif JP', serif;
	padding: 5px 0px;
	text-align: center;
	font-size: 100%;
	line-height: 150%;
	border: solid 1px #231815;
	text-decoration: none;
	box-sizing: border-box;
}
.header_pc_flex_inflex_b p a:hover { 
	background: #ffffff;
	border: solid 1px #231815;
	color: #231815;
	box-sizing: border-box;
	transition: .5s;
}
.menu_ls{
	letter-spacing: -0.5rem;
}
.menu_ls2{
	letter-spacing: -0.3rem;
}
.new_lp_pcmenu{
	display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: flex-end;
}
.new_lp_pcmenu_a{
	padding-right: 0.5rem;
	box-sizing: border-box;
}
.new_lp_pcmenu_a p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	text-align: right;
	font-size: 130%;
	line-height: 150%;
	padding-bottom: 15px;
}
.new_lp_pcmenu_b p{
	width: 200px;
	padding-top: 0px;
}
.new_lp_pcmenu_b p a{
	display: block;
	width: 100%;
	background: #d6cebe;
	color: #ffffff;
	font-family:  'Noto Serif JP', serif;
	padding: 5px 0px;
	text-align: center;
	font-size: 100%;
	line-height: 150%;
	border: solid 1px #d6cebe;
	text-decoration: none;
	box-sizing: border-box;
}
.new_lp_pcmenu_b p a:hover { 
	background: #ffffff;
	border: solid 1px #d6cebe;
	color: #d6cebe;
	box-sizing: border-box;
	transition: .5s;
}
.new_lp_pcmenu2{
	display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: flex-end;
	align-items: center;
}
.new_lp_pcmenu2_a{
	color: #000000;
	font-family:  'Noto Serif JP', serif;
	font-size: 120%;
	line-height: 150%;
	padding:0px 1rem;
	border-left: solid 1px #000000;
	box-sizing: border-box;
}
.new_lp_pcmenu2_a a{
	color: #000000;
	text-decoration: none;
}
.new_lp_pcmenu2_b{
	width: 200px;
	padding:0px 1rem;
	border-left: solid 1px #000000;
	box-sizing: border-box;
}
.new_lp_pcmenu2_b p a{
	display: block;
	width: 100%;
	background: #f5b538;
	color: #ffffff;
	font-family:  'Noto Serif JP', serif;
	padding: 5px 0px;
	text-align: center;
	font-size: 100%;
	line-height: 150%;
	border: solid 1px #f5b538;
	text-decoration: none;
	box-sizing: border-box;
}
.new_lp_pcmenu2_b p a:hover { 
	background: #ffffff;
	border: solid 1px #f5b538;
	color: #f5b538;
	box-sizing: border-box;
	transition: .5s;
}
.new_lp_pcmenu2_c{
	padding:0px 0rem 0px 0rem;
	box-sizing: border-box;
}
.new_lp_pcmenu2_inflex{
	display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: flex-end;
}
.new_lp_pcmenu2_inflex div{
	padding:0px 0.2rem;
	box-sizing: border-box;
}
.new_lp_pcmenu2_inflex div img{
	width: 100%;
	max-width: 36px;
	height: auto;
}
.new_lp_pcmenu2_d{
	width: 0px;
}
.new_lp_mb_hp{
	width: 100%;
}
/*▲▲▲▲WDCヘッダーPCメニュー共通▲▲▲▲*/
/*▼▼▼▼メインコンテンツ共通▼▼▼▼*/
.top_pd{
		width: 100%;
		margin: 0 auto;
	padding: 200px 0px 0px;
	}
.new_sec01_top_img{
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.new_sec01_top_img img{
	width: 100%;
	height: auto;
}
.new_lp_tokkyo_pop{
	position: absolute;
	width: 15%;
	max-width: 130px;
	top: -60px;
	left: 74%;
	z-index: 1000;
}
.new_lp_tokkyo_pop img{
	width: 100%;
	max-width: 130px;
	height: auto;
}
.new_lp_tokkyo_pop02{
	position: absolute;
	width: 15%;
	max-width: 130px;
	top: 30px;
	left: 20px;
	z-index: 500;
}
.new_lp_tokkyo_pop02 img{
	width: 100%;
	max-width: 130px;
	height: auto;
}
.new_sec01_bk01{
	width: 100%;
	margin: 0 auto;
	background: #d5cdbd;
	padding-bottom: 100px;
}
.new_sec01_bk01_in {
	width: 100%;
  background: url("../img/sankaku_bk3.png") top center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding: 0px 0px 100px;
}
.new_sec01_bk01_in h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 450%;
	font-weight: 900;
	line-height: 150%;
	padding: 0;
	margin: 0 ;
	text-align: center;
}
.new_sec01_bk01_in h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 140%;
	font-weight: 900;
	line-height: 150%;
	padding: 0;
	margin: 0 ;
	text-align: center;
}
/*.new_sec01_bk01_in:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 50vw 0 50vw;
  border-color: #f6d186 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}*/
.new_sec01_bk01_in_img{
	width: 100%;
	max-width: 1000px;
	margin: 20px auto -60px;
}
.new_sec01_bk01_in_img img{
	width: 100%;
	max-width: 1000px;
	height: auto;
}
.new_sec01_flex01{
	display: flex;
	width: 100%;
	max-width: 1000px;
	margin: -70px auto 0px;
	justify-content: space-between;
}
.new_sec01_flex01_a{
	width: 48%;
}
.new_sec01_flex01_a h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 200%;
	font-weight: 900;
	line-height: 150%;
	padding: 0;
	margin: 0 ;
	text-align: center;
}
.new_sec01_flex01_a h2 span{
	font-size: 200%;
}
.new_sec01_flex01_a div{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 400;
	line-height: 150%;
	padding: 20px 0px 0px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.new_sec01_flex01_b{
	width: 48%;
	max-width: 446px;
}
.new_sec01_flex01_b div{
	width: 100%;
	max-width: 446px;
	margin: 0 auto;
}
.new_sec01_flex01_b div img{
	width: 100%;
	max-width: 446px;
	height: auto;
}
.new_sec01_flex02{
	display: flex;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 0px 0px;
}
.new_sec01_flex02_a{
	width: 17%;
	max-width: 170px;
	height: 135px;
	background: url("../img/new_merit_bk01.png") top left;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-bottom: 20px;
}
.new_sec01_flex02_a div{
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 900;
	line-height: 150%;
	padding-top: 20px;
}
.new_sec01_flex02_a p{
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 130%;
	font-weight: 900;
	line-height: 150%;
	padding-top: 35px;
}
.new_sec01_flex02_b{
	width: 40%;
	max-width: 400px;
	height: 135px;
	background: url("../img/new_merit_bk02.png") top left;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 0px 0.5rem;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.new_sec01_flex02_b_inflex{
	display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
}
.new_sec01_flex02_b_inflex_a{
	width: 13%;
}
.new_sec01_flex02_b_inflex_a p{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 300%;
	font-weight: 900;
	line-height: 100%;
	color: #f4b437;
	padding-top: 30px;
}
.new_sec01_flex02_b_inflex_b{
	width: 85%;
}
.new_sec01_flex02_b_inflex_b div{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 105%;
	font-weight: 900;
	line-height: 150%;
	text-align: center;
	padding-top: 30px;
}
.new_sec01_flex02_b_inflex_c{
	width: 22%;
}
.new_sec01_flex02_b_inflex_c p{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 300%;
	font-weight: 900;
	line-height: 100%;
	color: #f4b437;
	padding-top: 30px;
}
.new_sec01_flex02_b_inflex_c_inflex{
	display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
}
.new_sec01_flex02_b_inflex_c_inflex div{
	width: 48%;
	padding:10px 0.1rem 0px;
	box-sizing: border-box;
}
.new_sec01_flex02_b_inflex_c_inflex div img{
	/*width: 100%;*/
	width: 24px;
	height: auto;
}
.pc_pict{
	width: 100%;
	max-width: 40px;
	margin: 0 auto;
	padding-top: 10px;
}
.pc_pict img{
	width: 100%;
	max-width: 40px;
	height: auto;
}
.new_sec01_flex02_b_inflex_d{
	width: 76%;
}
.new_sec01_flex02_b_inflex_d div{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 90%;
	font-weight: 900;
	line-height: 120%;
	text-align: center;
	padding-top: 20px;
}
.new_sec01_flex02_c{
	width: 26.3%;
	max-width: 263px;
	height: 135px;
	background: url("../img/new_merit_bk03a.png") top left;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 0px 0.5rem;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.new_sec01_flex02_d{
	width: 26.3%;
	max-width: 263px;
	height: 135px;
	background: url("../img/new_merit_bk03b.png") top left;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 0px 0.5rem;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.under_line_color{
		background: linear-gradient(transparent 60%, #fcee21 60%);
	}
.new_sec01_bk02{
	width: 100%;
	margin: 0 auto;
	background: #e6ebee;
	padding: 50px 0px;
}
.new_sec01_bk02_obi01{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	background: #f4b437;
	padding: 20px 0.5rem;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 200%;
	font-weight: 900;
	line-height: 120%;
	box-sizing: border-box;
}
.new_sec01_bk02_obi01 span{
	font-size: 200%;
}
.new_sec01_bk02_obi_flex{
	display: flex;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	justify-content: space-between;
	padding: 10px 0px 0px;
}
.new_sec01_bk02_obi_flex li{
	display:flex;
	align-items: center;
	justify-content: center;
	width: 24%;
	background: #f6d186;
	padding: 10px 0.5rem;
	box-sizing: border-box;
}
.new_sec01_bk02_obi_flex_in{
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 110%;
	font-weight: 900;
	line-height: 150%;
}
.new_sec01_bk02_obi_flex_in span{
	font-size: 150%;
}
.new_sec_class_flex{
	display: flex;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	justify-content: space-between;
	padding: 30px 0px 0px;
}
.new_sec_class_flex_a{
	width: 48%;
	background: #d5cdbd;
	padding: 0px 10px 10px;
	box-sizing: border-box;
}
.new_sec_class_flex_a_img{
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	padding: 0px 0px 20px;
}
.new_sec_class_flex_a_img img{
	width: 100%;
	max-width: 450px;
	height: auto;
}
.new_sec_class_flex_a_inflex{
	display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
}
.new_sec_class_flex_a_inflex_a{
	width: 70%;
}
.new_sec_class_flex_a_inflex_b{
	width: 28%;
}
.new_sec_class_flex_a_inflex_a_ttl{
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 90%;
	font-weight: 700;
	line-height: 150%;
}
.new_sec_class_flex_a_inflex_a_inflex{
	display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
}
.new_sec_class_flex_a_inflex_a_inflex div{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 700;
	line-height: 150%;
}
.new_sec_class_flex_a_inflex_a_inflex2{
	display: flex;
	width: 100%;
	margin: 0 auto;
	border-top: solid 1px #000000;
	justify-content: space-between;
}
.new_sec_class_flex_a_inflex_a_inflex2 div{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 700;
	line-height: 150%;
}
.new_sec_class_flex_a_inflex_a_cpt{
	width: 100%;
	margin: 0 auto;
	padding: 10px 0px 0px;
}
.new_sec_class_flex_a_inflex_a_cpt div{
	font-size: 80%;
		text-indent:-1em;
		padding-left:1em;
		line-height: 150%;
		color: #595757;
	font-family: 'Noto Sans JP', sans-serif;
		text-align: justify;
		text-justify: inter-ideograph;
}
.new_sec_class_flex_a_inflex_b_img{
	width: 100%;
	max-width: 118px;
	padding-bottom: 10px;
}
.new_sec_class_flex_a_inflex_b_cpt{
	width: 100%;
	margin: 0 auto;
	font-size: 60%;
	line-height: 150%;
	font-family: 'Noto Sans JP', sans-serif;
}
.new_sec01_bk02_obi02{
	width: 100%;
	max-width: 1000px;
	margin: 20px auto 0px;
	background: #c0d0bf;
	padding: 10px 0.5rem;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 150%;
	font-weight: 900;
	line-height: 150%;
	box-sizing: border-box;
}
.new_lp_sec_unit_flex{
	display: flex;
	width: 100%;
	max-width: 1000px;
	margin: 10px auto 0px;
	justify-content: space-between;
}
.new_lp_sec_unit_flex li{
	width: 48%;
	border: solid 2px #8f693f;
	padding: 10px;
	background: #ffffff;
	box-sizing: border-box;
}
.new_lp_sec_unit_flex li p{
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 120%;
	font-weight: 900;
	line-height: 150%;
	padding: 0px 0px 10px;
}
.new_lp_sec_unit_flex_img{
	width: 100%;
	max-width: 456px;
	margin: 0 auto;
}
.new_lp_sec_unit_flex_img img{
	width: 100%;
	max-width: 456px;
	height: auto;
}
.new_lp_sec_unit_flex_ttl{
	width: 100%;
	margin: 0 auto;
	border-bottom: solid 2px #8f693f;
	color: #8f693f;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 700;
	line-height: 150%;
}
.new_lp_sec_unit_flex_inflex{
	display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
	padding: 5px 0px 0px;
}
.new_lp_sec_unit_flex_inflex_a{
	color: #8f693f;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 700;
	line-height: 150%;
}
.new_lp_sec_unit_flex_inflex_b{
	color: #8f693f;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 700;
	line-height: 150%;
	padding-left: 1rem;
	box-sizing: border-box;
}
.new_li_sec_no1{
	display: flex;
	width: 100%;
	max-width: 1000px;
	margin: 30px auto 0px;
	justify-content: space-between;
	background: linear-gradient(to top, #e6ebee 0%, #e6ebee 12%, #ccc6c7 12%,  #ccc6c7 88%, #e6ebee 88%, #e6ebee 100%);
	padding: 10px 1rem;
	box-sizing: border-box;
}
.new_li_sec_no1_a{
	display: flex;
	align-items: center;
	width: 78%;
	font-size: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 150%;
	padding-right: 1rem;
	text-align: justify;
	text-justify: inter-ideograph;
	box-sizing: border-box;
}
.new_li_sec_no1_b{
	width: 20%;
	max-width: 200px;
}
.new_li_sec_no1_b img{
	width: 100%;
	max-width: 200px;
	height: auto;
}

.sec01_top_img{
	width: 100%;
	margin: 0 auto;
	background: url("../img/top_main_img01.jpg") top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 3%;
	box-sizing: border-box;
}
.sec01_top_img div{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.sec01_top_img div h3{
	font-size: 200%;
	line-height: 150%;
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	padding: 0;
	margin: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
.sec01_top_img div h2{
	font-size: 410%;
	line-height: 150%;
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	padding: 0;
	margin: 0;
	letter-spacing: 0.2rem;
	text-align: justify;
	text-justify: inter-ideograph;
}
.span_big01{
	font-size: 110%;
	letter-spacing: 0.5rem;
}
.span_big02{
	font-size: 120%;
}
.sec01_top_img div h1{
	font-size: 550%;
	line-height: 150%;
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	padding: 0;
	margin: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
.menu_ls3{
	letter-spacing: -5rem;
}
.menu_ls4{
	letter-spacing: -3rem;
}
.sec01_shikamo{
	width: 100%;
	height: 110px;
	margin: 0 auto;
	background: url("../img/top_shjikamo.png") top center;
	background-repeat: no-repeat;
}
.sec01_shikamo div{
	width: 100%;
	padding: 35px 10px 30px 15rem !important;
	color: #00B3EC;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 220%;
	line-height: 150%;
	box-sizing: border-box;
}
.sec01_shikamo_mb{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}
.sec01_shikamo_mb img{
	width: 100%;
	max-width: 500px;
	height: auto;
}
.sec01_bk02{
	width: 100%;
	margin: 0 auto;
	background: #D9E0E4;
	padding: 100px 3%;
	box-sizing: border-box;
}
.sec_yajirushi{
	width: 100%;
	max-width: 201px;
	margin: -142px auto 0px;
}
.sec_yajirushi img{
	width: 100%;
	max-width: 201px;
	height: auto;
}
.sec01_2_txt01{
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 220%;
	line-height: 150%;
	font-weight: 700;
	letter-spacing: 0.1rem;
	padding: 20px 0px 20px;
}
.sec01_2_txt02{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	background: #707F86;
	padding: 10px;
	box-sizing: border-box;
}
.sec01_2_txt02 div{
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 200%;
	line-height: 150%;
	font-weight: 700;
	color: #ffffff;
}
.sec01_2_flex01{
	display: flex;
	width: 100%;
	max-width: 900px;
	margin: 30px auto 0px;
	justify-content: space-around;
	background: #B6A66D;
	padding: 20px 10px;
	box-sizing: border-box;
}
.sec01_2_flex01_a{
	display: flex;
	align-items: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 200%;
	line-height: 150%;
	font-weight: 500;
	color: #ffffff;
}
.sec01_2_flex01_b{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 200%;
	line-height: 150%;
	font-weight: 700;
	color: #ffffff;
}
.sec01_2_flex01_b span{
	font-size: 250%;
	font-weight: 600;
}
.sec01_2_cpt01{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	text-align: right;
	font-size: 70%;
	line-height: 150%;
	font-weight: 400;
	padding: 5px 0px 0px;
}
.sec01_2_img01{
	width: 100%;
	max-width: 871px;
	margin: 0 auto;
	padding: 30px 0px 0px;
}
.sec01_2_img01 img{
	width: 100%;
	max-width: 871px;
	height: auto;
}
.sec01_2_cpt02{
	width: 100%;
	max-width: 871px;
	margin: 0 auto;
	font-size: 70%;
	line-height: 150%;
	font-weight: 400;
	padding: 5px 0px 20px;
}
.parenthesis {
  position: relative;
	width: 100%;
  max-width: 871px;
	margin: 0 auto;
  padding: 15px 20px;
	/*background: linear-gradient(270deg, green 0%, green 20px, white 20px, white 100%);*/
	border-radius:20px/50%;border-style:solid;border-width:0 6px;border-color:#D60050;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*.parenthesis::before,
.parenthesis::after {
  position: absolute;
  top: 0;
  content: '';
  width: 50px;
  height: 100%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parenthesis::before {
  left: 0;
  border-left: 10px solid #D60050;
}
.parenthesis::after {
  right: 0;
  border-right: 10px solid #D60050;
}*/
.parenthesis p{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 260%;
	line-height: 150%;
	font-weight: 900;
	color: #D60050;
	text-align: center;
}
.sec01_2_txt03{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	background: #D60050;
	padding: 10px;
	box-sizing: border-box;
}
.sec01_2_txt03 div{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 240%;
	line-height: 150%;
	font-weight: 900;
	color: #ffffff;
	text-align: center;
}
.sec01_bk03{
	width: 100%;
	margin: 0 auto;
	background: #F5F1D5;
	padding: 100px 3% 50px;
	box-sizing: border-box;
}
.sec02_main_img{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.sec02_main_img img{
	width: 100%;
	max-width: 900px;
	height: auto;
}
.sec02_bk02{
	width: 100%;
	margin: 0 auto;
	background: #231815;
	padding: 50px 3%;
	box-sizing: border-box;
}
.sec02_bk02_txt01{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 230%;
	line-height: 180%;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	font-feature-settings: "palt" 1;
}
.sec02_img_wpr{
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.sec02_img_wpr img{
	width: 100%;
	height: auto;
}
.sec02_img_wpr_logo{
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
	position: absolute;
	bottom:50px;
	z-index: 2;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.sec02_img_wpr_logo img{
	width: 100%;
	max-width: 280px;
	height: auto;
}
.sec02_img_wpr_cpt{
	width: auto;
	/*max-width: 1000px;*/
	margin: 0 auto;
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 70%;
	line-height: 150%;
	font-family: 'Noto Sans JP', sans-serif;
	color: #ffffff;
	z-index: 3;
	box-sizing: border-box;
}
.sec02_bk02_ttl{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 350%;
	line-height: 150%;
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	border-bottom: solid 1px #ffffff;
	padding: 0px 0px 10px;
	text-align: center;
}
.sec02_bk02_txt02{
	width: 100%;
	max-width: 1000px;
	margin: 20px auto 0px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 230%;
	line-height: 180%;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	font-feature-settings: "palt" 1;
}
.sec02_bk02_txt03{
	width: 100%;
	max-width: 1000px;
	margin: 20px auto 0px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 160%;
	line-height: 180%;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05rem;
}
.sec02_img01{
	width: 100%;
	max-width: 870px;
	margin: 0 auto;
	padding: 50px 0px 0px;
}
.sec02_img01 img{
	width: 100%;
	max-width: 870px;
	height: auto;
}
.sec02_img_cpt01{
	width: 100%;
	max-width: 870px;
	margin: 0 auto;
	padding: 10px 0px 0px;
}
.sec02_img_cpt01 div{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 70%;
	line-height: 150%;
	font-weight: 400;
	color: #ffffff;
	text-indent:-1em;
	padding-left:1em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.sec02_img_cpt01 div a{
	color: #ffffff;
	pointer-events: none;
	text-decoration: none;
}
.sec02_img_cpt01 p{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 90%;
	padding-top: 5px;
	line-height: 150%;
	font-weight: 400;
	color: #ffffff;
	text-indent:-1em;
	padding-left:1em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.five_img_flex_f_flex{
	display: flex;
	width: 100%;
	max-width: 870px;
	margin: 0 auto;
	justify-content: space-between;
	padding: 20px 0px;
	box-sizing: border-box;
}
.five_img_flex_f_flex div{
	width: 49%;
}
.five_img_flex_f_flex div img{
	width: 100%;
	height: auto;
}
.loftldk_tube{
	width: 100%;
	height: 212px;
}
.info_sns_flex{
	display: flex;
	width: 100%;
	max-width: 870px;
	margin:  0 auto;
	justify-content: flex-start;
	padding: 0px 0px 0px;
}
.info_sns_flex li{
	padding-right: 0.5rem;
	box-sizing: border-box;
}
.info_sns_flex li a:hover img { 
filter: alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )"; 
-moz-opacity:0.60;
opacity:0.60;
zoom:1;
	transition: opacity .5s;
}
.sec03_txt03{
	width: 100%;
	max-width: 1000px;
	margin: 20px auto 0px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 200%;
	line-height: 180%;
	font-weight: 700;
	text-align: center;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05rem;
}
.shisanunyo_3box_flex{
	display: flex;
	width: 100%;
	max-width: 876px;
	margin: 0 auto;
	justify-content: space-between;
	padding: 30px 0px 0px;
}
.shisanunyo_3box_flex_a{
	width: 30%;
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 120%;
	line-height: 150%;
	border: solid 1px #a4124f;
	background: #a4124f;
	padding: 5px;
	text-align: center;
	box-sizing: border-box;
}
.shisanunyo_3box_flex_b{
	display: flex;
	align-items: center;
	width: 5%;
	color: #a4124f;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 150%;
	line-height: 200%;
	padding: 5px;
	text-align: center;
	box-sizing: border-box;
}
.sec03_img01{
	width: 100%;
	max-width: 876px;
	margin: 0 auto;
	padding: 20px 0px 0px;
}
.sec03_img01 img{
	width: 100%;
	max-width: 876px;
	height: auto;
}
.sec03_txt04{
	width: 100%;
	max-width: 876px;
	margin: 20px auto 0px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 160%;
	line-height: 180%;
	font-weight: 500;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05rem;
}
.sec03_img02{
	width: 100%;
	max-width: 835px;
	margin: 0 auto;
	padding: 20px 0px 0px;
}
.sec03_img02 img{
	width: 100%;
	max-width: 835px;
	height: auto;
}
.sec03_txt05_box{
	width: 100%;
	max-width: 876px;
	margin: 30px auto 0px;
	background: #ffffff;
	border: solid 1px #231815;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	line-height: 180%;
	font-weight: 400;
	font-feature-settings: "palt" 1;
	padding: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	box-sizing: border-box;
}
.sec03_img03{
	width: 100%;
	max-width: 882px;
	margin: 0 auto;
	padding: 20px 0px 0px;
}
.sec03_img03 img{
	width: 100%;
	max-width: 882px;
	height: auto;
}
.sec03_txtlink01{
	width: 100%;
	max-width: 882px;
	margin: 30px auto 0px;
	box-sizing: border-box;
}
.sec03_txtlink01 a{
	display: block;
	width: 100%;
	padding: 10px;
	text-align: center;
	font-size: 160%;
	line-height: 180%;
	font-weight: 700;
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	text-decoration: none;
	background: #2CA6E0;
	border: solid 1px #ffffff;
	box-sizing: border-box;
}
.sec03_txtlink01 a:hover { 
	background: #ffffff;
	border: solid 1px #009FE8;
	color: #2CA6E0;
	box-sizing: border-box;
	transition: .5s;
}
.sec04_bk01{
	width: 100%;
	margin: 0 auto;
	background: #A4124F;
	padding: 50px 3%;
	box-sizing: border-box;
}
.sec04_bk01 div{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-size: 230%;
	line-height: 180%;
	font-weight: 500;
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.1rem;
}
.sec04_bk01 h2{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0px 0px;
	text-align: center;
	font-size: 230%;
	line-height: 180%;
	font-weight: 500;
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt" 1;
}
.sec04_bk01 h2 span{
	font-size: 180%;
	font-weight: 700;
}
.sec04_bk02{
	width: 100%;
	margin: 0 auto;
	padding: 50px 3%;
	box-sizing: border-box;
}
.sec04_bk02 h3{
	width: 100%;
	max-width: 870px;
	margin: 0 auto;
	padding: 0px 0px 5px;
	text-align: center;
	font-size: 230%;
	line-height: 180%;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt" 1;
	border-bottom: solid 1px #A4124F;
	letter-spacing: 0.1rem;
}
.sec04_bk02_flex{
	display: flex;
	width: 100%;
	max-width: 870px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0px;
}
.sec04_bk02_flex_a{
	width: 35%;
	/*max-width: 318px;*/
}
.sec04_bk02_flex_a img{
	width: 100%;
	/*max-width: 318px;*/
	height: auto;
}
.sec04_bk02_flex_b{
	width: 65%;
	font-size: 180%;
	line-height: 180%;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt" 1;
	text-align: center;
}
.sec04_bk02_flex_b span{
	font-size: 150%;
	color: #A4124F;
	font-weight: 900;
}
.sec04_bk02 h4{
	width: 100%;
	max-width: 870px;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	font-size: 170%;
	line-height: 180%;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt" 1;
	color: #ffffff;
	background: #A4124F;
	letter-spacing: 0.1rem;
	box-sizing: border-box;
}
.sec04_bk02_img{
	width: 100%;
	max-width: 885px;
	margin: 0 auto;
	padding: 30px 0px 0px;
}
.sec04_bk02_img img{
	width: 100%;
	max-width: 885px;
	height: auto;
}
.sec04_bk02_txt01{
	width: 100%;
	max-width: 870px;
	margin: 0 auto;
	color: #A4124F;
	font-size: 130%;
	line-height: 180%;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt" 1;
	padding: 0px 0px 0px;
}
.sec04_bk02_txt01b{
	width: 100%;
	max-width: 870px;
	margin: 0 auto;
	color: #A4124F;
	font-size: 120%;
	line-height: 180%;
	font-weight: 900;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt" 1;
	padding: 20px 0px 0px;
}
.sec04_bk02_box01{
	width: 100%;
	max-width: 870px;
	margin: 20px auto 0px;
	border: solid 1px #000000;
	background: #FFF5E0;
	font-size: 120%;
	line-height: 150%;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt" 1;
	text-align: center;
	padding: 10px 20px;
	box-sizing: border-box;
}
.sec04_bk02_box02{
	width: 100%;
	max-width: 870px;
	margin: 20px auto 0px;
}
.sec04_bk02_box02 a{
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-size: 160%;
	line-height: 150%;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 5px;
	background: #A4124F;
	border: solid 1px #A4124F;
	font-feature-settings: "palt" 1;
	box-sizing: border-box;
}
.sec04_bk02_box02 a:hover { 
	background: #ffffff;
	border: solid 1px #A4124F;
	color: #A4124F;
	box-sizing: border-box;
	transition: .5s;
}
.sec04_bk02_box02_cpt{
	width: 100%;
	max-width: 870px;
	margin: 5px auto 0px;
}
.sec04_bk02_box02_cpt div{
	font-size: 70%;
	line-height: 150%;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	text-indent:-1em;
	padding-left:1em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.lp_otoiawase_btn{
	width: 100%;
	max-width: 380px;
	margin: 50px auto 0px;
}
.lp_otoiawase_btn a{
	display: block;
	width: 100%;
	margin: 0 auto;
	background: #5D6970;
	border-radius: 10px;
	padding: 10px;
	color: #ffffff;
	font-size: 160%;
	line-height: 150%;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	border: solid 1px #5D6970;
	box-sizing: border-box;
}
.lp_otoiawase_btn a:hover { 
	background: #ffffff;
	border: solid 1px #5D6970;
	color: #5D6970;
	box-sizing: border-box;
	transition: .5s;
}
.shisanunyo_txt06{
	width: 100%;
	max-width: 870px;
	margin: 0px auto;
	color: #006060;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 120%;
	line-height: 200%;
	text-align: center;
	font-feature-settings: "palt" 1;
	padding: 0px 0px 10px;
}
.shisanunyo_txt07{
	width: 100%;
	max-width: 870px;
	margin: 0px auto;
	border: solid 1px #006060;
	padding: 5px;
	text-align: center;
	color: #006060;
	background: #EAE4D0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 120%;
	line-height: 160%;
	font-feature-settings: "palt" 1;
	box-sizing: border-box;
}
.shisanunyo_txt07b{
	width: 100%;
	max-width: 870px;
	margin: 0px auto;
	border: solid 1px #006060;
	padding: 5px;
	text-align: center;
	color: #ffffff;
	background: #006060;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 120%;
	line-height: 160%;
	font-feature-settings: "palt" 1;
	box-sizing: border-box;
}
.shisanunyo_txt07_cpt{
	width: 100%;
	max-width: 870px;
	margin: 0px auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 80%;
	line-height: 160%;
	text-align: right;
}
.shisanunyo_txt07_kyocho{
	color: #006060;
	font-size: 130%;
}
.shisanunyo_txt08{
	width: 100%;
	max-width: 870px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 200%;
	line-height: 150%;
	color: #006060;
	font-feature-settings: "palt" 1;
	box-sizing: border-box;
}
.shisanunyo_txt09{
	width: 100%;
	max-width: 870px;
	margin: 0 auto;
	background: #006060;
	padding: 5px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 120%;
	line-height: 160%;
	color: #ffffff;
	font-feature-settings: "palt" 1;
	box-sizing: border-box;
}
.sec05_txt01{
	width: 100%;
	max-width: 870px;
	margin: 0 auto;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 220%;
	line-height: 180%;
	color: #006060;
	font-feature-settings: "palt" 1;
	padding: 30px 0px 0px;
}
.sec05_txt01 span{
	font-size: 150%;
}
.sec05_box01{
	width: 100%;
	max-width: 870px;
	margin: 30px auto 0px;
	text-align: center;
	border: solid 1px #000000;
	background: #FFF4D6;
	border-radius: 5px;
	padding: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 130%;
	line-height: 180%;
	letter-spacing: 0.1rem;
	font-feature-settings: "palt" 1;
	box-sizing: border-box;
}
.sec06_box01{
	width: 100%;
	max-width: 870px;
	margin: 50px auto 0px;
	text-align: center;
	border-bottom: solid 1px #006060;
	color: #006060;
	font-weight: 700;
	font-size: 180%;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt" 1;
	line-height: 180%;
}
.sec06_img{
	width: 100%;
	max-width: 868px;
	margin: 50px auto 0px;
}
.sec06_img img{
	width: 100%;
	max-width: 868px;
	height: auto;
}
.sec06_img_cpt{
	width: 100%;
	max-width: 868px;
	margin: 20px auto 0px;
	font-weight: 700;
	font-size: 70%;
	line-height: 150%;
	font-feature-settings: "palt" 1;
}
.sec06_bk02{
	width: 100%;
	margin: 0 auto;
	background: #B5A87B;
	padding: 50px 0px;
}
.sec06_bk02 h3{
	width: 100%;
	margin: 0 auto;
	font-family:  'Noto Serif JP', serif;
	text-align: center;
	font-size: 160%;
	line-height: 180%;
	font-weight: 500;
	padding: 0px 3% 10px;
	color: #ffffff;
	border-bottom: solid 1px #ffffff;
	font-feature-settings: "palt" 1;
	box-sizing: border-box;
}
.sec06_bk02 p{
	width: 100%;
	max-width: 870px;
	margin: 0 auto;
	color: #ffffff;
	font-family:  'Noto Serif JP', serif;
	text-align: center;
	font-size: 120%;
	line-height: 180%;
	font-feature-settings: "palt" 1;
	padding: 10px 0px 20px;
	font-weight: 500;
}
.sec06_bk02 div{
	width: 100%;
	max-width: 870px;
	margin: 0 auto;
	color: #ffffff;
	font-family:  'Noto Serif JP', serif;
	text-align: center;
	font-size: 100%;
	line-height: 180%;
	font-weight: 400;
}
.sec06_bk03{
	width: 100%;
	margin: 0 auto;
	background: #F5F1D5;
	padding: 50px 3%;
	box-sizing: border-box;
}
.plan_jigyo_bns_dmn_txt04{
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	font-family:  'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 150%;
	line-height: 130%;
	text-align: center;
	color: #171C61;
	padding: 30px 0px 10px;
}
.plan_jigyo_bns_dmn_img03{
	width: 100%;
	max-width: 837px;
	margin: 0 auto;
	padding: 0px 0px 10px;
}
.plan_jigyo_bns_dmn_img03 img{
	width: 100%;
	max-width: 837px;
	height: auto;
}
.plan_jigyo_bns_dmn_cntct_flex{
	display: flex;
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	justify-content: space-between;
}
.plan_jigyo_bns_dmn_cntct_flex_a{
	width: 74%;
	border: solid 1px #A4124F;
	padding: 5px;
	background: #ffffff;
	box-sizing: border-box;
}
.plan_jigyo_bns_dmn_cntct_flex_a div{
	width: 100%;
	background: #A4124F;
	text-align: center;
	color: #ffffff;
	font-family:  'Noto Serif JP', serif;
	font-size: 130%;
	line-height: 150%;
	padding: 5px;
	box-sizing: border-box;
}
.plan_jigyo_bns_dmn_cntct_flex_b{
	display: flex;
	align-items: center;
	width: 25%;
	border: solid 1px #A4124F;
	background: #ffffff;
	font-family:  'Noto Serif JP', serif;
	font-size: 130%;
	line-height: 150%;
}
.plan_jigyo_bns_dmn_cntct_flex_b a{
	display: block;
	width: 100%;
	text-decoration: none;
	color: #000000;
	padding: 10px 0px;
	text-align: center;
}
.plan_jigyo_bns_dmn_cntct_flex_b a:hover { 
	background: #A4124F;
	color: #ffffff;
	transition: .5s;
}
.sec06_bk03_txt01{
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	color: #171C61;
	text-align: center;
	font-size: 120%;
	line-height: 180%;
	font-family:  'Noto Serif JP', serif;
	font-feature-settings: "palt" 1;
	padding: 0px 0px 20px
}
.sec06_bk03_box01{
	width: 100%;
	max-width: 840px;
	margin: 20px auto 0px;
}
.sec06_bk03_box01 a{
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-size: 130%;
	line-height: 150%;
	font-weight: 400;
	font-family:  'Noto Serif JP', serif;
	padding: 5px;
	background: #A4124F;
	border: solid 1px #A4124F;
	font-feature-settings: "palt" 1;
	box-sizing: border-box;
}
.sec06_bk03_box01 a:hover { 
	background: #ffffff;
	border: solid 1px #A4124F;
	color: #A4124F;
	box-sizing: border-box;
	transition: .5s;
}
/*▲▲▲▲メインコンテンツ共通▲▲▲▲*/


/*▼▼▼▼WDCフッター共通▼▼▼▼*/
footer{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0px;
	/*background: #000000;*/
}
.footer_pc_flex{
	display: flex;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0px 0px 10px;
}
.footer_pc_flex_a{
	width: 15.8%;
	max-width: 158px;
	box-sizing: border-box;
}
.footer_pc_flex_a img{
	width: 100%;
	max-width: 158px;
	height: auto;
}
.footer_pc_flex_b{
	width: 72.3%;
	max-width: 723px;
}
.footer_pc_flex_b p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 160%;
	line-height: 120%;
}
/*.footer_pc_flex_b div{
	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 60%;
	line-height: 150%;
}*/
.footer_pc_flex_b_inflex{
	display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: flex-start;
	align-items: center;
}
.footer_pc_flex_b_inflex_a{
	padding-right: 1rem;
	box-sizing: border-box;
}
.footer_pc_flex_b_txt01{
	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 130%;
	line-height: 150%;
}
.footer_pc_flex_b_txt02{
	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 60%;
	line-height: 150%;
}
.footer_pc_flex_b_txt02 span{
	font-size: 180%;
	font-weight: 700;
	color: #88939a;
}
.footer_pc_flex_b_inflex_infex{
	display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: flex-start;
	align-items: center;
}
.footer_pc_flex_b_inflex_infex_a{
	width: 10%;
	max-width: 40px;
	padding-right: 0.2rem;
	box-sizing: border-box;
}
.footer_pc_flex_b_inflex_infex_a img{
	width: 100%;
	max-width: 35px;
	height: auto;
}
.footer_pc_flex_b_inflex_infex_b{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 250%;
	line-height: 100%;
	letter-spacing: 0.01rem;
}
.footer_pc_flex_b_inflex_infex_b a{
	text-decoration: none;
	color: #a19173;
}
.footer_pc_flex_b_inflex_infex_c{
	display: flex;
	align-items: flex-end;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 150%;
	line-height: 150%;
	letter-spacing: 0.01rem;
	padding-left: 1rem;
	box-sizing: border-box;
}
.footer_pc_flex_b_inflex_infex_c a{
	text-decoration: none;
	color: #000000;
}
/*.footer_pc_flex_b_inflex_infex02{
	display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: flex-start;
	align-items: flex-end;
}
.footer_pc_flex_b_inflex_infex_c{
	font-size: 80%;
	line-height: 150%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	padding-right: 0.8rem;
	box-sizing: border-box;
}
.footer_pc_flex_b_inflex_infex_d{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 130%;
	line-height: 150%;
	letter-spacing: 0.01rem;
}
.footer_pc_flex_b_inflex_infex_d a{
	text-decoration: none;
	color: #000000;
}*/
.footer_pc_flex_c{
	width: 8.9%;
	max-width: 89px;
}
.footer_pc_flex_c img{
	width: 100%;
	max-width: 189px;
	height: auto;
}
.copy_right_wpr{
	width: 100%;
	margin: 20px auto 0px;
	border-top: solid #000000 1px;
	padding: 20px 0px 10px;
}
.copy_right{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}
.copy_right_po{
	position: absolute;
	font-size: 80%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height: 150%;
	left: 0;
}
.copy_right_po a{
	text-decoration: none;
	color: #000000;
}
.copy_right p{
	width: 100%;
	margin: 0 auto;
	font-size: 80%;
	line-height: 150%;
	text-align: center;
	padding: 0px 0px;
}
.footer_tokkyo_cpt{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: right;
	font-size: 70%;
	line-height: 150%;
	color: #ffffff;
	padding: 0px 0px 20px;
}
.copy_right_wpr_cpt{
	width: 100%;
	margin: 0 auto;
	padding: 0px 0px 10px;
}
.copy_right_wpr_cpt div{
	font-size: 80%;
	line-height: 150%;
	font-size: 90%;
	line-height: 150%;
	font-weight: 400;
	color: #ffffff;
	font-feature-settings: "palt" 1;
	text-indent:-1em;
	padding-left:1em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.copy_right p{
	width: 100%;
	margin: 0 auto;
	font-size: 80%;
	line-height: 150%;
	text-align: center;
	color: #000000;
	padding: 0px 0px;
}
/*▲▲▲▲WDCフッター共通▲▲▲▲*/
hr.style1{
	display:block;
	width: 100%;
	border: 1px solid #7b6c8b;
	margin: 5px 0px 0px ;
	padding: 0px 0px 0px;
	box-sizing: border-box;
}
hr.style2{
	display:block;
	width: 80px;
	border-top: 1px solid #210234;
	border-bottom: 0px solid;
	border-right: 0px solid;
	border-left: 0px solid;
	margin: 5px auto 0px;
	padding: 0px 0px 0px;
	box-sizing: border-box;
}
hr.style3{
	display:block;
	width: 80px;
	border-top: 1px solid #ffffff;
	border-bottom: 0px solid;
	border-right: 0px solid;
	border-left: 0px solid;
	margin: 5px auto 0px;
	padding: 0px 0px 0px;
	box-sizing: border-box;
}
hr.style4{
	display:block;
	width: 100%;
	border-top: 1px solid #270041;
	border-bottom: 0px solid #270041;
	border-left: 0px solid #270041;
	border-right: 0px solid #270041;
	margin: 5px 0px ;
	padding: 0px 0px 0px;
	box-sizing: border-box;
}
hr.style5{
	display:block;
	width: 100%;
	max-width: 1000px;
	margin: 5px auto 20px;
	border-top: 1px solid #684c7a;
	border-bottom: 1px solid #684c7a;
	border-left: 0px solid #270041;
	border-right: 0px solid #270041;
	padding: 0px 0px 0px;
	box-sizing: border-box;
}
hr.style6{
	display:block;
	width: 100%;
	max-width: 1000px;
	margin: 30px auto;
	border-top: 1px dotted #210234;
	border-bottom: 0px dotted #210234;
	border-left: 0px dotted #210234;
	border-right: 0px dotted #210234;
	padding: 0px 0px 0px;
	box-sizing: border-box;
}
hr.style7{
	display:block;
	width: 100%;
	max-width: 1000px;
	margin: 10px auto;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	padding: 1px 0px 1px;
	box-sizing: border-box;
}
hr.style8{
	display:block;
	width: 100%;
	max-width: 1000px;
	margin: 10px auto;
	border-top: 1px dotted #ffffff;
	border-bottom: 0px dotted #ffffff;
	border-left: 0px dotted #ffffff;
	border-right: 0px dotted #ffffff;
	padding: 0px 0px 0px;
	box-sizing: border-box;
}
hr.style9{
	display:block;
	width: 100%;
	max-width: 1200px;
	margin: 10px auto;
	border-top: 1px dotted #ffffff;
	border-bottom: 0px dotted #ffffff;
	border-left: 0px dotted #ffffff;
	border-right: 0px dotted #ffffff;
	padding: 0px 0px 0px;
	box-sizing: border-box;
}
hr.style10{
	display:block;
	width: 100%;
	border-top: 1px solid #210234;
	border-bottom: 0px solid #210234;
	border-left: 0px solid #210234;
	border-right: 0px solid #210234;
	margin: 5px 0px 0px ;
	padding: 0px 0px 0px;
	box-sizing: border-box;
}
hr.style11{
	display:block;
	width: 100%;
	border-top: 1px solid #210234;
	border-bottom: 0px solid #210234;
	border-left: 0px solid #210234;
	border-right: 0px solid #210234;
	margin: 40px 0px;
	padding: 0px 0px 0px;
	box-sizing: border-box;
}
/******************************************************************************/
/******************PCスタイル Styles for screen 770px and over******************/
/******************************************************************************/
@media print, screen and (min-width: 835px) {
	.site-header{
    padding: 20px 0px 0px;
		/*min-width: 1200px;*/
}
	header{
	/*min-width: 1000px;*/
}
	.header_pc_flex{
		max-width: 1200px;
	/*min-width: 1000px;*/
}
	.copy_right_wpr{
	/*min-width: 1000px;*/
}
	.info_bk01{
		min-width: 1000px;
	}
	.slide_wpr{
		min-width: 1000px;
	}
	.slide_wpr ul{
		max-width: 1200px;
	}
	.loftldk_wpr ul{
		max-width: 1200px;
		min-width: 1000px;
	}
	.sub_menu_bk{
		min-width: 1000px;
	}
	.shisanunyo_topbox{
	max-width: 1200px;
		min-width: 1000px;
}
	.shisanunyo_txt02{
	text-align: center;
}
	.rinouri_topbox{
	max-width: 1200px;
		min-width: 1000px;
}
	.rinogashi_topbox{
	max-width: 1200px;
		min-width: 1000px;
}
	.sec01_top_img{
		min-width: 1000px;
	}
	.sec04_bk02_txt01{
	letter-spacing: -0.05rem;
}
}
@media screen and (min-width: 834px) and (max-width: 1112px) {
	.header_pc_flex_inflex_a div{
	letter-spacing: -0.02rem;
	font-size: 1.25vw;
}
	.new_lp_tokkyo_pop{
		left: auto;
		right: 5px;
	}
}
@media screen and (min-width: 1201px) and (max-width: 1550px) {
	.new_lp_tokkyo_pop{
		left: auto;
		right: 7%;
	}
}
@media screen and (min-width: 834px) and (max-width: 1200px) {
	.new_lp_tokkyo_pop{
		left: auto;
		right: 5px;
	}
}
@-moz-document url-prefix(){
	.new_lp_pcmenu2_inflex div{
		width: 36px;
	}
}
/***************************************************************************************/
/***********タブレット・モバイルスタイル（共通）　Styles for screen 769px and lower***********/
/***************************************************************************************/
@media screen and (max-width: 834px) {
	.pc_only{
		display: none;
	}
.mb_only{
	display: block;
}
	.site-header{
	height: 70px;
}
	.slide_wpr{
	padding: 80px 0px 0px;
	}
	.loftldk_wpr{
	padding: 80px 0px 0px;
	}
	.rinouri_wpr{
	padding: 80px 0px 0px;
	}
	.rinouri_topbox{
	padding: 50px 3%;
		box-sizing: border-box;
}
	.mb_side_pd{
		width: 100%;
		margin: 0 auto;
		padding: 0px 3%;
		box-sizing: border-box;
	}
/*▼▼▼モバイルメインメニュー▼▼▼*/
	#drawer-checkbox {
  display: none;
}
#drawer-icon {
  cursor: pointer;
  display: inline-block;
  height: 50px;
  position: relative;
  width: 50px;
	left: 80%;
	padding-top: 10px;
}
#drawer-icon span {
  background:  #595757;
  border-radius: 4px;
  display: block;
  height: 5%;
  left: 50%;
  margin: -4% 0 0 -42%;
  position: absolute;
  top: 55%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: 84%;
}
#drawer-icon span::before,
#drawer-icon span::after {
  -webkit-transform: rotate(0);
  background: #595757;
  border-radius: 4px;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: 100%;
}
#drawer-icon span::before {
  margin-top: -25%;
}
#drawer-icon span::after {
  margin-top: 19%;
}
#drawer-checkbox:checked ~ #drawer-icon span {
  background: rgba(51, 51, 51, 0);
}
#drawer-checkbox:checked ~ #drawer-icon span::before,
#drawer-checkbox:checked ~ #drawer-icon span::after {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 100%;
}
#drawer-checkbox:checked ~ #drawer-icon span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#drawer-checkbox:checked ~ #drawer-icon span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#drawer-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 85%;
  max-width: 80%;
  height: 85vh;
  background: #ffffff;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
#drawer-checkbox:checked ~ #drawer-content {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
}

#drawer-close {
  display: none;
  position: fixed;
  z-index: 39;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: all 0.3s ease-in-out 0s;
	
}
#drawer-checkbox:checked ~ #drawer-close {
  display: block;
  opacity: 0.3;
}
	.mb_main_menu_ttl{
		width: 100%;
		max-width: 200px;
		margin: 0 auto 10px;
		text-align: center;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", "Noto Serif JP", serif;
		font-size: 100%;
		background: #ffffff;
		padding:10px 0px 0px; 
	}
	.mb_main_menu_ttl img{
		width: 100%;
		height: auto;
	}
	.mb_main_menu_ttl02{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 900;
		font-size: 4vw;
		line-height: 150%;
		padding-bottom: 15px;
	}
	.mb_main_menu{
		width: 100%;
	}
	.mb_main_menu li{
		width: 100%;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", "Noto Serif JP", serif;
		font-size: 100%;
	}
	.mb_main_menu li a{
		display: block;
		width: 100%;
		padding: 5px 10px 5px 1rem;
		border-bottom: 1px dashed #270041; 
		margin-bottom: 5px;
		box-sizing: border-box;
		text-decoration: none;
		color: #270041;
		font-size: 4vw;
		line-height: 150%;
	}
	.mb_main_menu li a span{
		font-size: 80%;
		padding-left: 0.5rem;
	}
	.mb_menu_siryo{
		width: 100%;
		padding-top: 30px;
		/*position: absolute;
		bottom: 0;*/
	}
/*▲▲▲モバイルメインメニュー▲▲▲*/
/*▼▼▼トップロゴタブレットオンリー▼▼▼*/
	.top_logo{
		width: 50%;
		box-sizing: border-box;
		position: absolute;
		padding: 15px 10px 0px;
		/*background: #ffffff;*/
		z-index: 100;
	}
	.top_logo img{
		width: 100%;
		max-width: 200px;
		height: auto;
	}
/*▲▲▲トップロゴタブレットオンリー▲▲▲*/
.sec01_top_img div h3{
	font-size: 3.5vw;
}
.sec01_top_img div h2{
	font-size: 7vw;
}
	.sec01_top_img div h1{
	font-size: 10vw;
		letter-spacing: -0.3rem;
}
.parenthesis p{
	font-size: 4vw;
}
	.sec01_2_txt03 div{
		font-size: 4.5vw;
	}
.sorega_ldk_flex{
	margin: -10px auto 0px;
}
.sec06_bk02 p{
	padding: 10px 3% 20px;
	box-sizing: border-box;
}
.sec06_bk02 div{
	padding: 0px 3%;
	box-sizing: border-box;
}
/*▼▼▼▼WDCフッターモバイル▼▼▼▼*/
	footer{
	padding: 50px 3%;
	box-sizing: border-box;
}
	.footer_pc_flex{
		padding: 0px 0% 20px;
		box-sizing: border-box;
}
	.footer_pc_flex_b_inflex_infex_a{
	font-size: 1vw;
}
.footer_pc_flex_b_inflex_infex_b{
	font-size: 3.5vw;
}
	.footer_pc_flex_b_inflex_infex_c{
	font-size: 1vw;
}
.footer_pc_flex_b_inflex_infex_d{
	font-size: 2vw;
}
	.footer_tokkyo_cpt{
		text-align: left;
	}
	.copy_right_wpr{
	padding: 30px 3%;
		box-sizing: border-box;
}
	.copy_right p{
		width: 100%;
}
	.copy_right_po{
	display: none;
}
	.copy_right_po_mb{
		font-size: 80%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height: 150%;
		text-align: center;
		padding: 0px 0px 10px;
	}
	.copy_right_po_mb a{
		text-decoration: none;
		color: #000000;
	}
/*▲▲▲▲WDCフッターモバイル▲▲▲▲*/
/*▼▼▼▼トップページモバイル▼▼▼▼*/
	.new_lp_tokkyo_pop{
		top: 0px;
		left: auto;
		right: 5px;
	}
	.top_pd{
	padding: 70px 0px 0px;
	}
	.new_sec01_bk01{

	}
	.new_sec01_bk01_in{
		padding: 0px 5% 100px;
		box-sizing: border-box;
	}
	.new_sec01_flex01{
		margin: -60px auto 0px;
		padding: 0px 5%;
		box-sizing: border-box;
	}
.five_img_flex_f_flex{
	flex-wrap: wrap;
		padding: 20px 0px;
}
.five_img_flex_f_flex div{
	width: 100%;
	padding-bottom: 10px;
}
	.loftldk_tube{
	max-height: 300px;
}
.shisanunyo_3box_flex{
	padding: 0px 3%;
		box-sizing: border-box;
}
.sec04_bk02_txt01{
	padding-top: 10px;
	line-height: 150%;
		text-align: left;
		text-align: justify;
	text-justify: inter-ideograph;
	}
.sec04_bk02_txt01b{
	line-height: 150%;
		text-align: justify;
	text-justify: inter-ideograph;
	}
	.sec04_bk02_box01{
	line-height: 150%;
		text-align: left;
		text-align: justify;
	text-justify: inter-ideograph;
	}
/*▲▲▲▲トップページモバイル▲▲▲▲*/
	.new_sec01_bk01_in h2{
		font-size: 8vw;
		line-height: 120%;
		padding: 10px 0px 10px;
	}
	.new_sec01_bk01_in h3{
		font-size: 4.5vw;
	}
	.new_sec01_bk02{
	padding: 50px 5%;
		box-sizing: border-box;
}
	.new_sec01_flex01_a h2{
		font-size: 3.8vw;
	}
	.new_sec01_flex02_b_inflex_b{
		font-size: 1.8vw;
	}
	.new_sec01_flex02_b_inflex_d div{
		font-size: 1.4vw;
		line-height: 150%;
	}
	.new_sec01_bk02_obi01{
		font-size: 3.5vw;
		line-height: 150%;
	}
	.new_sec01_bk02_obi_flex{
		flex-wrap: wrap;
	}
	.new_sec01_bk02_obi_flex li{
		width: 48%;
		margin: 0px auto 10px;
	}
	.new_lp_sec_unit_flex li p{
		font-size: 2.2vw;
	}
	.new_lp_sec_unit_flex_inflex{
		flex-wrap: wrap;
	}
	.new_lp_sec_unit_flex_inflex_a{
		width: 100%;
		margin: 0 auto;
		padding-left: 0px;
	}
	.new_lp_sec_unit_flex_inflex_b{
		width: 100%;
		margin: 0 auto;
		padding-left: 0px;
	}
	.new_li_sec_no1{
		flex-wrap: wrap;
		/*background: linear-gradient(to top, #e6ebee 0%, #e6ebee 12%, #ccc6c7 12%,  #ccc6c7 88%, #e6ebee 88%, #e6ebee 100%);*/
		background: #ccc6c7;
	}
	.new_li_sec_no1_b{
		display: flex;
		align-items: center;
	}
	.footer_pc_flex_b_txt01{
		font-size: 2.5vw;
	}
	.new_lp_mb_tokkyo{
		width: 100%;
		max-width: 130px;
		margin: 0 auto;
		padding-top: 10px;
	}
	.new_lp_mb_tokkyo img{
		width: 100%;
		max-width: 130px;
		height: auto;
	}
}
/**********************************************************************************************/
/******************タブレットスタイルのみ　Styles for screen 568px and lower******************/
/**********************************************************************************************/
@media screen and (min-width: 568px) and (max-width: 834px) {
	.tb_only{
		display: block;
	}
	/*▼▼▼タブレットオンリーメインメニュー▼▼▼*/
#drawer-icon {
  cursor: pointer;
  display: inline-block;
  height: 50px;
  position: relative;
  width: 50px;
	left: 90%;
	padding-top: 10px;
}
	.mb_main_menu_ttl img{
		width: 100%;
		height: auto;
	}
	.mb_main_menu li a{
		font-size: 2vw;
	}
/*▲▲▲タブレットオンリーメインメニュー▲▲▲*/
.five_img_flex_f_flex{
	display: flex;
	width: 100%;
	max-width: 870px;
	margin: 0 auto;
	justify-content: space-between;
	padding: 20px 0px;
	box-sizing: border-box;
}
.five_img_flex_f_flex div{
	width: 49%;
}
.five_img_flex_f_flex div img{
	width: 100%;
	height: auto;
}
	.loftldk_tube{
		height: 190px;
	}
	.new_sec_class_flex_a_inflex_a_inflex div{
		font-size: 1.5vw;
	}
	.new_sec_class_flex_a_inflex_a_inflex2 div{
		font-size: 1.5vw;
	}
	.new_sec_class_flex_a_inflex_a_cpt div{
		font-size: 1.5vw;
	}
	.mb_main_menu_ttl02{
		font-size: 2vw;
	}
}
/*************************************************************************************/
/******************モバイルスタイル1　Styles for screen 515px and lower******************/
/*************************************************************************************/
@media only screen and (max-width : 480px) {
	.sm_only{
	display: block;
}
	.pctb_only{
		display: none;
	}
	.site-header{
	height: 70px;
}
	.slide_wpr{
	padding: 70px 0px 0px;
	}
	.loftldk_wpr{
	padding: 70px 0px 0px;
	}
	.mb_main_menu li a{
		font-size: 4.5vw;
	}
	.top_pd{
	padding: 70px 0px 0px;
	}
/*▼▼▼トップロゴスマホオンリー▼▼▼*/
	.top_logo{
		width: 50%;
		box-sizing: border-box;
		position: absolute;
		padding: 20px 10px 0px 10px;
		/*background: #ffffff;*/
		z-index: 100;
	}
	.top_logo img{
		width: 80%;
		max-width: 200px;
		height: auto;
	}
/*▲▲▲トップロゴスマホオンリー▲▲▲*/
/**/
	.footer_pc_flex{
	display: block;
		text-align: center;
}
	.footer_pc_flex_b_inflex_infex{
		width: 100%;
		margin: 0 auto;
		padding-top: 20px !important;
	}
	.footer_pc_flex_b{
		width: 100%;
		margin: 0 auto;
		padding: 10px 0px 0px;
	}
	.footer_pc_flex_b_inflex_infex{
		flex-wrap: wrap;
	}
	.footer_pc_flex_b_inflex_infex li{
		width: 100%;
		margin: 0 auto 5px;
	}
	.footer_pc_flex_b_inflex_infex_c{
		justify-content: center;
		width: 100%;
		margin: 0 auto;
		font-size: 6vw;
		text-align: center;
		padding-left: 0rem;
	}
	.footer_pc_flex_b_txt01{
		font-size: 6vw;
	}
	.footer_pc_flex_c{
		width: 100%;
		margin: 0 auto;
		padding: 20px 0px 0px;
	}
	.footer_pc_flex_b p{
	font-size: 6vw;
		padding: 5px 0px;
}
	.footer_pc_flex_b_inflex{
		display: block;
	}
	.footer_pc_flex_b_inflex_infex_a{
	font-size: 3.2vw;
}
.footer_pc_flex_b_inflex_infex_b{
	font-size: 9vw;
}
/*.footer_pc_flex_b_inflex_infex_c{
	font-size: 3.2vw;
	text-align: left;
}*/
.footer_pc_flex_b_inflex_infex_d{
	font-size: 6vw;
}
	.copy_right p{
		font-size: 3.2vw;
}

/**/
/*▼▼▼▼トップページスマホ▼▼▼▼*/
	.new_sec01_bk01_in h2{
		font-size: 8vw;
		line-height: 120%;
		padding: 10px 0px 10px;
	}
	.new_sec01_bk01_in h3{
		font-size: 4.2vw;
	}
	.new_sec01_bk01_in_img{
	width: 100%;
	max-width: 670px;
	margin: 20px auto -50px;
}
.new_sec01_bk01_in_img img{
	width: 100%;
	max-width: 670px;
	height: auto;
}
	.new_sec01_flex01{
		flex-wrap: wrap;
	}
	.new_sec01_flex01_a{
		width: 100%;
		margin: 0 auto;
		order: 2
	}
	.new_sec01_flex01_b{
		width: 100%;
		margin: 0 auto;
		order: 1
	}
	.new_sec01_flex01_a h2{
		font-size: 5.8vw;
		padding: 30px 0px 0px;
	}
	.new_sec01_flex02{
		padding: 30px 5% 0px;
		box-sizing: border-box;
	}
	.new_sec01_flex02_a{
		width: 100%;
		max-width: 150px;
		height: 99px;
		margin: 0 auto;
		background: url("../img/new_merit_bk01c.png");
	}
	.new_sec01_flex02_a div{
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 900;
	line-height: 150%;
	padding-top: 0px;
}
.new_sec01_flex02_a p{
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 130%;
	font-weight: 900;
	line-height: 150%;
	padding-top: 10px;
}
	.new_sec01_flex02_b{
		width: 100%;
		margin: 0px auto 20px;
	}
	.new_sec01_flex02_c{
		width: 100%;
		margin: 0px auto 20px;
	}
	.new_sec01_flex02_d{
		width: 100%;
		margin: 0px auto 20px;
	}
	.new_sec01_bk02_obi01{
		font-size: 8vw;
		line-height: 150%;
	}
	.new_sec01_bk02_obi_flex li{
		width: 100%;
		margin: 0px auto 10px;
		font-size: 4.5vw;
	}
	.new_sec_class_flex{
		flex-wrap: wrap;
	}
	.new_sec_class_flex_a{
		width: 100%;
		margin: 0px auto 20px;
	}
	/*.new_sec_class_flex_a_inflex{
		flex-wrap: wrap;
	}
	.new_sec_class_flex_a_inflex_a{
		width: 100%;
		margin: 0px auto 10px;
	}
	.new_sec_class_flex_a_inflex_b{
		width: 100%;
		margin: 0 auto;
	}
	.new_sec_class_flex_a_inflex_b_img{
		max-width: 300px;
	}
	.new_sec_class_flex_a_inflex_b_img img{
		max-width: 300px;
	}*/
	.new_sec01_bk02_obi02{
		font-size: 6vw;
	}
	.new_lp_sec_unit_flex{
		flex-wrap: wrap;
	}
	.new_lp_sec_unit_flex li{
		width: 100%;
		margin: 0px auto 10px;
	}
	.new_lp_sec_unit_flex li p{
		font-size: 4.6vw;
	}
	.new_li_sec_no1_a{
		width: 100%;
		margin: 0 auto;
		order: 2;
	}
	.new_li_sec_no1_b{
		width: 100%;
		margin: 0 auto;
		order: 1;
	}
	.footer_pc_flex_a{
	width: 100%;
	max-width: 300px;
	box-sizing: border-box;
}
.footer_pc_flex_a img{
	width: 100%;
	max-width: 300px;
	height: auto;
}
	.new_sec01_flex02_b_inflex_b{
		font-size: 4vw;
	}
	.new_sec01_flex02_b_inflex_d div{
		font-size: 3.8vw;
		line-height: 120%;
	}
	
	
.sec01_top_img div h3{
	font-size: 5.5vw;
	font-feature-settings: "palt" 1;
	text-align: center;
}
.sec01_top_img div h2{
	font-size: 11vw;
	letter-spacing: 0rem;
	font-feature-settings: "palt" 1;
}
	.sec01_top_img div h1{
	font-size: 15vw;
		text-align: center;
		font-feature-settings: "palt" 1;
		letter-spacing: 0.1rem;
}
.menu_ls3{
	letter-spacing: 0rem;
}
.menu_ls4{
	letter-spacing: 0rem;
}
	.sec01_2_txt01{
		font-size: 7vw;
		font-feature-settings: "palt" 1;
	}
	.sec01_2_txt02 div{
		font-size: 6.5vw;
		font-feature-settings: "palt" 1;
	}
	.sec01_2_flex01{
		flex-wrap: wrap;
	}
	.sec01_2_flex01_a{
		justify-content: center;
		font-size: 6.5vw;
		text-align: center;
		padding-bottom: 10px;
	}
	.sec01_2_flex01_b{
		font-size: 6vw;
	}
.sec01_2_flex01 li{
		width: 100%;
		margin: 0 auto;
	}
	.sec01_2_cpt01{
		text-align: left;
	}
.parenthesis p{
	font-size: 5.8vw;
}
	.sec01_2_txt03 div{
		font-size: 6.5vw;
	}
.sec02_bk02_txt01{
	font-size: 6.5vw;
	text-align: left;
}
	.sec02_img_wpr_logo{
	width: 100%;
	max-width: 150px;
}
	.sec02_img_wpr_cpt{
	width: 96%;
	margin: 0 auto;
	position: absolute;
	bottom: 10px;
	right: 0;
		left: 0;
	font-size: 70%;
	line-height: 150%;
	font-family: 'Noto Sans JP', sans-serif;
	color: #ffffff;
	z-index: 3;
	box-sizing: border-box;
}
	.sec02_bk02_ttl{
		font-size: 11vw;
	}
	.sec02_bk02_txt02{
		font-size: 8vw;
		line-height: 150%;
		text-align: left;
		text-align: justify;
	text-justify: inter-ideograph;
	}
	.sec02_bk02_txt03{
		font-size: 5vw;
		line-height: 150%;
		text-align: left;
		text-align: justify;
	text-justify: inter-ideograph;
	}
.sec03_txt03{
	font-size: 8vw;
	line-height: 150%;
	text-align: left;
		text-align: justify;
	text-justify: inter-ideograph;
}
.shisanunyo_3box_flex{
		flex-wrap: wrap;
	padding: 50px 0px 0px;
	}
	.shisanunyo_3box_flex li{
		width: 100%;
		margin: 0 auto;
	}
	.shisanunyo_3box_flex_b{
		justify-content: center;
	}
.shisanunyo_txt06{
		font-size: 5vw;
	}
	.shisanunyo_txt07{
		font-size: 5.5vw;
	}
	.shisanunyo_txt07b{
		font-size: 5.5vw;
	}
	.shisanunyo_txt07_cpt{
		text-align: left;
	}
	.shisanunyo_txt09{
		font-size: 5.3vw;
	}
.sec03_txt04{
	font-size: 6vw;
	line-height: 150%;
	text-align: left;
		text-align: justify;
	text-justify: inter-ideograph;
}
	.sec04_bk01 div{
	font-size: 8vw;
	line-height: 150%;
		text-align: left;
		text-align: justify;
	text-justify: inter-ideograph;
}
.sec04_bk01 h2{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0px 0px;
	text-align: center;
	font-size: 230%;
	line-height: 180%;
	font-weight: 500;
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt" 1;
}
	.sec04_bk02 h3{
	font-size: 6vw;
}
	.sec04_bk02_flex{
		flex-wrap: wrap;
	}
	.sec04_bk02_flex li{
		width: 100%;
		margin: 0 auto;
	}
	.sec04_bk02_flex_a{
		width: 100%;
	max-width: 200px;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	.sec04_bk02_flex_a img{
	width: 100%;
	max-width: 200px;
	height: auto;
}
	.sec04_bk02_txt01{
		padding-top: 10px;
		font-size: 5vw;
	line-height: 150%;
		text-align: left;
		text-align: justify;
	text-justify: inter-ideograph;
	}
	.sec04_bk02_txt01b{
		font-size: 4.5vw;
	line-height: 150%;
		text-align: justify;
	text-justify: inter-ideograph;
	}
	.sec04_bk02_box01{
		font-size: 4.5vw;
	line-height: 150%;
		text-align: left;
		text-align: justify;
	text-justify: inter-ideograph;
	}
	.plan_jigyo_bns_dmn_txt04{
		text-align: left;
		text-align: justify;
	text-justify: inter-ideograph;
	}
	.plan_jigyo_bns_dmn_img03{
		width: 100%;
		max-width: 250px;
		margin: 0 auto;
		padding: 20px 0px 10px;
	}
	.plan_jigyo_bns_dmn_img03 img{
		width: 100%;
		max-width: 250px;
		height: auto;
	}
	.plan_jigyo_bns_dmn_cntct_flex{
		flex-wrap: wrap;
}
	.plan_jigyo_bns_dmn_cntct_flex li{
		width: 100%;
		margin-bottom: 10px;
	}
	.sec05_txt01{
	font-size: 8vw;
		line-height: 150%;
		text-align: left;
		text-align: justify;
	text-justify: inter-ideograph;
}
	.sec05_box01{
		font-size: 5vw;
		line-height: 150%;
		text-align: left;
		text-align: justify;
	text-justify: inter-ideograph;
	}
	.sec06_bk02 h3{
	font-size: 5vw;
}
	.sec06_bk02 p{
	font-size: 4.5vw;
		text-align: left;
		text-align: justify;
	text-justify: inter-ideograph;
}
.sec06_bk02 div{
	font-size: 4vw;
		text-align: left;
		text-align: justify;
	text-justify: inter-ideograph;
}
.sec06_bk03_txt01{
	font-size: 5vw;
	line-height: 150%;
	text-align: left;
		text-align: justify;
	text-justify: inter-ideograph;
}
/*▲▲▲▲トップページスマホ▲▲▲▲*/
	.new_lp_mb_tokkyo{
		width: 100%;
		max-width: 90px;
		margin: 0 auto;
		padding-top: 10px;
	}
}
/*************************************************************************/
/************モバイルスタイル2（エクスペリア・iphone5）　Smartphone*************/
/*************************************************************************/
@media only screen and (max-width : 360px) {
	
}
/*************************************************************************/
/************モバイルスタイル2（iphone5）　Smartphone*************/
/*************************************************************************/
@media only screen and (max-width : 320px) {
	
}
.scrollShowEffect {
	-webkit-transition-delay: 0.9s;
	   -moz-transition-delay: 0.9s;
	    -ms-transition-delay: 0.9s;
	     -o-transition-delay: 0.9s;
	        transition-delay: 0.9s;
	-webkit-transition: all 0.9s ease-in-out;
	   -moz-transition: all 0.9s ease-in-out;
	    -ms-transition: all 0.9s ease-in-out;
	     -o-transition: all 0.9s ease-in-out;
	        transition: all 0.9s ease-in-out;
	opacity:0;
}

.scrollShowEffect-R {
	-webkit-transform: translate3d(60%, 0%, 0);
	   -moz-transform: translate3d(60%, 0%, 0);
	    -ms-transform: translate3d(60%, 0%, 0);
	     -o-transform: translate3d(60%, 0%, 0);
	        transform: translate3d(60%, 0%, 0);
}
.scrollShowEffect-L {
	-webkit-transform: translate3d(-60%, 0%, 0);
	   -moz-transform: translate3d(-60%, 0%, 0);
	    -ms-transform: translate3d(-60%, 0%, 0);
	     -o-transform: translate3d(-60%, 0%, 0);
	        transform: translate3d(-60%, 0%, 0);
}
.scrollShowEffect-R2 {
	-webkit-transform: translate3d(50%, 0%, 0);
	   -moz-transform: translate3d(50%, 0%, 0);
	    -ms-transform: translate3d(50%, 0%, 0);
	     -o-transform: translate3d(50%, 0%, 0);
	        transform: translate3d(50%, 0%, 0);
}
.scrollShowEffect-L2 {
	-webkit-transform: translate3d(-50%, 0%, 0);
	   -moz-transform: translate3d(-50%, 0%, 0);
	    -ms-transform: translate3d(-50%, 0%, 0);
	     -o-transform: translate3d(-50%, 0%, 0);
	        transform: translate3d(-50%, 0%, 0);
}
.scrollShowEffect-R3 {
	-webkit-transform: translate3d(40%, 0%, 0);
	   -moz-transform: translate3d(40%, 0%, 0);
	    -ms-transform: translate3d(40%, 0%, 0);
	     -o-transform: translate3d(40%, 0%, 0);
	        transform: translate3d(40%, 0%, 0);
}
.scrollShowEffect-L3 {
	-webkit-transform: translate3d(-40%, 0%, 0);
	   -moz-transform: translate3d(-40%, 0%, 0);
	    -ms-transform: translate3d(-40%, 0%, 0);
	     -o-transform: translate3d(-40%, 0%, 0);
	        transform: translate3d(-40%, 0%, 0);
}
.scrollShowEffect-R4 {
	-webkit-transform: translate3d(30%, 0%, 0);
	   -moz-transform: translate3d(30%, 0%, 0);
	    -ms-transform: translate3d(30%, 0%, 0);
	     -o-transform: translate3d(30%, 0%, 0);
	        transform: translate3d(30%, 0%, 0);
}
.scrollShowEffect-L4 {
	-webkit-transform: translate3d(-30%, 0%, 0);
	   -moz-transform: translate3d(-30%, 0%, 0);
	    -ms-transform: translate3d(-30%, 0%, 0);
	     -o-transform: translate3d(-30%, 0%, 0);
	        transform: translate3d(-30%, 0%, 0);
}
.scrollShowEffect-R5 {
	-webkit-transform: translate3d(70%, 0%, 0);
	   -moz-transform: translate3d(70%, 0%, 0);
	    -ms-transform: translate3d(70%, 0%, 0);
	     -o-transform: translate3d(70%, 0%, 0);
	        transform: translate3d(70%, 0%, 0);
}
.scrollShowEffect-L5 {
	-webkit-transform: translate3d(-70%, 0%, 0);
	   -moz-transform: translate3d(-70%, 0%, 0);
	    -ms-transform: translate3d(-70%, 0%, 0);
	     -o-transform: translate3d(-70%, 0%, 0);
	        transform: translate3d(-30%, 0%, 0);
}
.scrollShowEffect-B {
	-webkit-transform: translate3d(0, 40%, 0);
	   -moz-transform: translate3d(0, 40%, 0);
	    -ms-transform: translate3d(0, 40%, 0);
	     -o-transform: translate3d(0, 40%, 0);
	        transform: translate3d(0, 40%, 0);
}
.scrollShowEffect-B2 {
	-webkit-transform: translate3d(0, 30%, 0);
	   -moz-transform: translate3d(0, 30%, 0);
	    -ms-transform: translate3d(0, 30%, 0);
	     -o-transform: translate3d(0, 30%, 0);
	        transform: translate3d(0, 30%, 0);
}
.scrollShowEffect-B3 {
	-webkit-transform: translate3d(0, 50%, 0);
	   -moz-transform: translate3d(0, 50%, 0);
	    -ms-transform: translate3d(0, 50%, 0);
	     -o-transform: translate3d(0, 50%, 0);
	        transform: translate3d(0, 50%, 0);
}
.scrollShowEffect-B4 {
	-webkit-transform: translate3d(0, 10%, 0);
	   -moz-transform: translate3d(0, 10%, 0);
	    -ms-transform: translate3d(0, 10%, 0);
	     -o-transform: translate3d(0, 10%, 0);
	        transform: translate3d(0, 10%, 0);
}
.scrollShowEffect-B5 {
	-webkit-transform: translate3d(0, 20%, 0);
	   -moz-transform: translate3d(0, 20%, 0);
	    -ms-transform: translate3d(0, 20%, 0);
	     -o-transform: translate3d(0, 20%, 0);
	        transform: translate3d(0, 20%, 0);
}

.scrollShowEffect-T {
	-webkit-transform: translate3d(0, -15%, 0);
	   -moz-transform: translate3d(0, -15%, 0);
	    -ms-transform: translate3d(0, -15%, 0);
	     -o-transform: translate3d(0, -15%, 0);
	        transform: translate3d(0, -15%, 0);
}

.scrollShowEffect-Z {
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
}

.scrollShowEffect.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
@media print{
	.site-header{
    position: static;
}
	}
/*************************************************************************/
/******************モバイルのみ電話　PCは無効******************/
/*************************************************************************/
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
	.scrollShowEffect_pc {
	-webkit-transition-delay: 0.9s;
	   -moz-transition-delay: 0.9s;
	    -ms-transition-delay: 0.9s;
	     -o-transition-delay: 0.9s;
	        transition-delay: 0.9s;
	-webkit-transition: all 0.9s ease-in-out;
	   -moz-transition: all 0.9s ease-in-out;
	    -ms-transition: all 0.9s ease-in-out;
	     -o-transition: all 0.9s ease-in-out;
	        transition: all 0.9s ease-in-out;
	opacity:0;
}
	.scrollShowEffect-B_pc {
	-webkit-transform: translate3d(0, 40%, 0);
	   -moz-transform: translate3d(0, 40%, 0);
	    -ms-transform: translate3d(0, 40%, 0);
	     -o-transform: translate3d(0, 40%, 0);
	        transform: translate3d(0, 40%, 0);
}
.scrollShowEffect-B2_pc {
	-webkit-transform: translate3d(0, 30%, 0);
	   -moz-transform: translate3d(0, 30%, 0);
	    -ms-transform: translate3d(0, 30%, 0);
	     -o-transform: translate3d(0, 30%, 0);
	        transform: translate3d(0, 30%, 0);
}
.scrollShowEffect-B3_pc {
	-webkit-transform: translate3d(0, 50%, 0);
	   -moz-transform: translate3d(0, 50%, 0);
	    -ms-transform: translate3d(0, 50%, 0);
	     -o-transform: translate3d(0, 50%, 0);
	        transform: translate3d(0, 50%, 0);
}
.scrollShowEffect-B4_pc {
	-webkit-transform: translate3d(0, 10%, 0);
	   -moz-transform: translate3d(0, 10%, 0);
	    -ms-transform: translate3d(0, 10%, 0);
	     -o-transform: translate3d(0, 10%, 0);
	        transform: translate3d(0, 10%, 0);
}
.scrollShowEffect-B5_pc {
	-webkit-transform: translate3d(0, 20%, 0);
	   -moz-transform: translate3d(0, 20%, 0);
	    -ms-transform: translate3d(0, 20%, 0);
	     -o-transform: translate3d(0, 20%, 0);
	        transform: translate3d(0, 20%, 0);
}
	.scrollShowEffect_pc.showItem_pc {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
}
.pctb_pdt20{
	padding-top: 20px !important;
}
@media only screen and (max-width : 480px) {
	.pctb_pdt20{
	padding-top: 10px !important;
}
}
.new_lp_mb_hp a{
	display: block;
	width: 100%;
	background: #f5b538;
	color: #ffffff;
	font-family:  'Noto Serif JP', serif;
	padding: 5px 0px;
	text-align: center;
	font-size: 100%;
	line-height: 150%;
	border: solid 1px #f5b538;
	text-decoration: none;
	box-sizing: border-box;
}
.new_lp_mb_hp a:hover { 
	background: #ffffff;
	border: solid 1px #f5b538;
	color: #f5b538;
	box-sizing: border-box;
	transition: .5s;
}
.new_lp_mb_hp2{
	width: 100%;
}
.new_lp_mb_hp2 a{
	display: block;
	width: 100%;
	background: #d6cebe;
	color: #ffffff;
	font-family:  'Noto Serif JP', serif;
	padding: 5px 0px;
	text-align: center;
	font-size: 100%;
	line-height: 150%;
	border: solid 1px #d6cebe;
	text-decoration: none;
	box-sizing: border-box;
}
.new_lp_mb_hp2 a:hover { 
	background: #ffffff;
	border: solid 1px #d6cebe;
	color: #d6cebe;
	box-sizing: border-box;
	transition: .5s;
}
.new_lp_pcmenu2_inflex_mb{
	display: flex;
	width: 100%;
	max-width: 150px;
	margin: 0 auto;
	justify-content: center;
	padding-top: 10px;
}
.new_lp_pcmenu2_inflex_mb div{
	width: 48%;
	padding:0px 0.2rem;
	box-sizing: border-box;
}
.new_lp_pcmenu2_inflex_mb div img{
	width: 100%;
	max-width: 70px;
	height: auto;
}
@media only screen and (max-width : 480px) {
	.new_lp_pcmenu2_inflex_mb{
	display: flex;
	width: 100%;
	max-width: 100px;
	margin: 0 auto;
	justify-content: center;
	padding-top: 10px;
}
.new_lp_pcmenu2_inflex_mb div{
	width: 48%;
	padding:0px 0.2rem;
	box-sizing: border-box;
}
.new_lp_pcmenu2_inflex_mb div img{
	width: 100%;
	max-width: 48px;
	height: auto;
}
	.tsume_mb01{
		letter-spacing: -0.05rem;
	}
}
.new_lp_pc_rigt{
	display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: flex-end;
	align-items: flex-end;
}
.new_lp_pc_rigt_a{
	width: 100%;
}
.new_lp_pc_rigt_b{
	/*width: 120px;
	padding-left: 10px;*/
	
}
.new_lp_pc_rigt_b img{
	width: 100%;
	max-width: 110px;
	height: auto;
}
.new_head_contact_bnr{
	display: flex;
	width: 100%;
	max-width: 1000px;
	justify-content: space-between;
	align-items: flex-end;
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 45%, #F4B437 45%, #F4B437 100%);
	margin-bottom: 10px;
}
.new_head_contact_bnr_a{
	width: 39.2%;
}
.new_head_contact_bnr_b{
	width: 60.8%;
}
.new_head_contact_bnr2{
	position: fixed;
	bottom: 0;
	display: flex;
	width: 100%;
	justify-content: space-between;
	background: #D4CCBD;
	z-index:949;
	border-top: solid 1px #d9d9d9;
}
.new_head_contact_bnr_a{
	width: 39.2%;
}
.new_head_contact_bnr_b{
	width: 60.8%;
}
.new_head_contact_bnr_x{
	width: 31%;
}
.new_head_contact_bnr_y{
	width: 43%;
}
.new_head_contact_bnr_z{
	width: 23%;
}
.new_head_contact_bnr_z img{
	width: 100%;
	height: auto;
}
.new_head_contact_bnr_y2{
	width: 64%;
}
.new_head_contact_bnr_z2{
	width: 34%;
}
.new_head_contact_bnr_z2 img{
	width: 100%;
	height: auto;
}
.float_bnr_pctb{
	position: fixed;
	width: 30%;
	max-width: 300px;
	background: #ffffff;
	border: solid 1px #000000;
	bottom: 110px;
    right: 10px;
	z-index:950;
	box-sizing: border-box;
}
.kenbiya_bnr{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 10px 0px 0px;
}
.kenbiya_bnr img{
	width: 100%;
	max-width: 500px;
	height: auto;
}
@media only screen and (max-width : 834px) {
	.new_head_contact_bnr{
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 15%, #F4B437 15%, #F4B437 100%);
}
}
@media only screen and (max-width : 480px) {
	.kenbiya_bnr{
	padding: 10px 5% 0px;
		box-sizing: border-box;
}
}