
@charset "utf-8";
/* ------------------------------------------------------
   common
------------------------------------------------------ */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
.pc {
	display:inherit!important;
}
.pcb{
	display: block!important;
}
.pcf{
	display: flex!important;
}
.pci{
	display: inline!important;
}
.sp,.spf,.spi,.spb {
	display: none!important;
}
.s_sp {
	display: none!important;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	min-height: 100%;
	position: relative;
}
body {
	font-size: 16px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
	overflow-x: hidden;
	min-width: 320px;
	color: #333;
}
#wrapper{
	width: 100%;
}
a, p, ul, dl, address {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p{
	font-weight: 300;
}
.note{
	font-size: 14px;
	line-height: 1.3em;
	margin-top: 8px;
}
.note + .note{
	margin-top: 0;
}
a{
	color: #333;
	text-decoration: none;
	outline: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
	position: relative;
}
a.tel{
	cursor: default;
	pointer-events: none;
}
a.tel:hover img{
	opacity: 1;
}
a:hover{
	color: #ff5a08;
}
a:hover img{
	opacity: 0.6;
}
a:after,a:before,
a span:after,
a span:before,
.btn:before,
.btn:after,
a img{
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
a.tel:hover{
	color: #333;
}
a.link_orange {
    color: #ff6700;
    text-decoration: underline;
}
a.link_orange:hover{
    color: #aaa;
}
/* other setting */
hr {display: none;}
sub, sup {
    position: relative;
    line-height: 0;
    font-size: 0.5em;
}
sup {top: -0.8em;}
sub {bottom: 0.3em; font-size: 0.4em;}
span img{ display: block;}
.small{ font-size: 12px; display: block;}
.big{ font-size: 22px; display: block;}
.underBold{ font-size: 22px; text-decoration: underline;}
.underLine{ text-decoration: underline;}
input{
    outline:none;
}
.readBlock {
	display: none;
}
::selection {
    background: #23a9db;
    color: #fff;
}
::-moz-selection {
    background: #23a9db;
    color: #fff;
}
.smooth{
	transform: rotate(0.05deg);
    display: inline-block;
}
.flex{
	display: flex;
}
.ta_c{
	text-align: center;
}
.ta_l{
	text-align: left;
}
p.note.ta_l {
    text-align: left!important;
    margin-top: 10px;
}
.ta_r{
	text-align: right;
}
.bold{
	font-weight: 700;
}
.mt00{
	margin-top: 0!important;
}
.mt10{
	margin-top: 10px!important;
}
.mt15{
	margin-top: 15px!important;
}
.mt20{
	margin-top: 20px!important;
}
.mt30{
	margin-top: 30px!important;
}
.mb00{
	margin-bottom: 0!important;
}
.mb10{
	margin-bottom: 10px!important;
}
.mb20{
	margin-bottom: 20px!important;
}
.mb30{
	margin-bottom: 30px!important;
}
.pt00{
	padding-top: 0!important;
}
.pb00{
	padding-bottom: 0!important;
}
.pb10{
	padding-bottom: 10px!important;
}
.pb20{
	padding-bottom: 20px!important;
}
.pb30{
	padding-bottom: 30px!important;
}
.fw300{
	font-weight:300!important;
}
.fw400{
	font-weight:400!important;
}
.fw600{
	font-weight:600!important;
}
.mw_500{
	max-width: 500px;
	margin: auto;
}
.mw400{
	max-width: 400px;
}
/* ------------------------------------------------------
   parts
------------------------------------------------------ */
h2{
	margin-bottom: 10px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	color: #122f6e;
	font-size: 38px;
	text-align: center;
	font-weight: 600;
}
h2.h_border,
h3.h_border,
h4.h_border{
    width: 100%;
    padding-bottom: 14px;
    margin-bottom: 30px;
    line-height: 1.3em;
    font-size: 20px;
    text-align: left;
    border-bottom: 2px dotted #3a3a3a;
    position: relative;
    color: #333;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
}
h2.h_border:before,
h3.h_border:before,
h4.h_border:before{
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #ff5a08;
    position: absolute;
    bottom: -2px;
    left: 0;
}
h2,h3,h4,h5,h6{
	position: relative;
}
h2.h_navy,h3.h_navy,h4.h_navy,h5.h_navy{
    font-size: 18px;
    margin: 0 0 15px;
    color: #122f6e;
    line-height: 1.3em;
    font-weight: 700;
}
h2.h_navy a,h3.h_navy a,h4.h_navy a,h5.h_navy a{
    color: #122f6e;
}
h2.h_navy a:hover,h3.h_navy a:hover,h4.h_navy a:hover,h5.h_navy a:hover{
	color: #ff5a08;
}
.txt_orange{
	color: #ff5a08;
}
.txt_navy{
	color: #122f6e;
}
img{
	max-width: 100%;
	vertical-align: bottom;
}
.indent p, p.indent,.indent span,span.indent{
    text-indent: -1em;
    margin-left: 1em;
}
.inner{
	width: calc(100% - 32px);
	max-width: 1000px;
	margin: auto;
	position: relative;
}
.inner_txt > p,.inner_txt > ul{
	margin: 20px 0;
}
.inner_txt > ul li{
	list-style-type: disc;
	margin-left: 20px;
	font-weight: 300;
}
.inner_txt > ul li.no_disc{
	list-style-type: none;
	margin-left: 0;
}
.inner_txt > *:first-child{
	margin-top: 0!important;
}
.inner_txt > *:last-child{
	margin-bottom: 0!important;
}
.inner_txt > h2.h_border,.inner_txt > h3.h_border,.inner_txt > h4.h_border{
	margin: 40px 0 20px 0;
}
/*.inner_txt > dl */
.inner_txt > dl{
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #ebebeb;
}
.inner_txt > dl dt,.inner_txt > dl dd{
	position: relative;
	font-weight: 300;
}
.inner_txt > dl dt:before,.inner_txt > dl dd:before{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #ebebeb;
	position: absolute;
	bottom: 0;
	left: 0;
}
.inner_txt > dl dt{
	padding: 12px 20px;
	width: 110px;
	font-weight: 600;
}
.inner_txt > dl dd{
	padding: 12px 10px 12px 30px;
    width: calc(100% - 190px);
}
.inner_txt > dl dd:after{
	content: '';
	display: block;
	width: 1px;
	height: calc(100% - 24px);
	background: #ebebeb;
	position: absolute;
	top: 12px;
	left: 0;
}
/*btn*/
.btn{
	position: relative;
	font-size: 15px;
}
.btn a,.btn.btn_openclose span{
	display: flex;
	align-items: center;
	align-content: center;
	padding: 8px 30px 8px 20px;
	position: relative;
	color: #fff;
	background: #ff5a08;
	border: 1px solid #ff5a08;
    font-weight: 300;
}
.btn a:after,.arrow:after,.btn.btn_openclose span:after{
	content: '';
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    right: 18px;
    bottom: 0;
    margin: auto;
	border-radius: 2px;
}
.btn a:before,.arrow:before,.btn.btn_openclose span:before{
	content: '';
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 2px;
    background: #fff;
    transform: rotate(135deg);
    position: absolute;
    top: 7px;
    right: 18px;
    bottom: 0;
    margin: auto;
	border-radius: 2px;
}
.btn a:hover,.btn.btn_openclose span:hover{
	color: #ff5a08;
	background: #fff;
}
.btn a:hover:before,.btn a:hover:after,
.btn.btn_openclose span:hover:after,.btn.btn_openclose span:hover:before{
   background: #ff5a08;
}
/*btn_white*/
.btn.btn_white a{
	color: #ff5a08;
	background: #fff;
}
.btn.btn_white a:before,.btn.btn_white a:after{
   background: #ff5a08;
}
.btn.btn_white a:hover{
	color: #fff;
	background: #ff5a08;
	border: 1px solid #ff5a08;
}
.btn.btn_white a:hover:before,.btn.btn_white a:hover:after{
    background: #fff;
}
/*btn_mono*/
.btn.btn_mono a{
	color: #333;
	background: #fff;
	border: 1px solid #333;
}
.btn.btn_mono a:before,.btn.btn_mono a:after{
    background: #333;
}
.btn.btn_mono a:hover{
	color: #fff;
	background: #333;
	border: 1px solid #333;
}
.btn.btn_mono a:hover:before,.btn.btn_mono a:hover:after{
    background: #fff;
}
/*btn_arrowb*/
.btn.btn_arrowb a:after{
    top: 2px;
    right: 18px;
    bottom: 0;
}
.btn.btn_arrowb a:before{
    top: 2px;
    right: 12px;
    bottom: 0;
}
/*btn_blank*/
.btn.btn_blank a:after{
    width: 14px;
    height: 13px;
    background: #ff5a08;
    top: -4px;
    right: 17px;
    border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
    border-top: solid 4px #fff;
	transform: none;
	border-radius: 0;
}
.btn.btn_blank a:before{
    width: 14px;
    height: 13px;
    background: none;
    top: 3px;
    right: 20px;
    border: solid 1px #fff;
	transform: none;
	border-radius: 0;
}
.btn.btn_blank a:hover:after{
    background: #fff;
    top: -4px;
    right: 17px;
	border-left: solid 1px #ff5a08;
	border-right: solid 1px #ff5a08;
	border-bottom: solid 1px #ff5a08;
    border-top: solid 4px #ff5a08;
}
.btn.btn_blank a:hover:before{
    background: none;
    top: 3px;
    right: 20px;
    border: solid 1px #ff5a08;
}
/*btn_price*/
.btn.btn_price a{
    padding: 8px 30px 8px 20px;
}
.btn.btn_price span{
	display: inline-block;
	padding-left: 50px;
	position: relative;
}
.btn.btn_price span:before{
    content: '';
    display: block;
    width: 33px;
    height: 32px;
    background: url(../img/ico_course_white.png) center center/100% auto no-repeat;
    position: absolute;
    left: 0px;
    top: -2px;
    z-index: 1;
}
.btn.btn_price a:hover span:before{
    background: url(../img/ico_course_orange.png) center center/100% auto no-repeat;
}
/*btn_shop*/
.btn.btn_shop a{
    padding: 8px 30px 8px 20px;
}
.btn.btn_shop span{
	display: inline-block;
	padding-left: 36px;
	position: relative;
}
.btn.btn_shop span:before{
    content: '';
    display: block;
    width: 25px;
    height: 22px;
    background: url(../img/ico_shop_white.png) center center/100% auto no-repeat;
    position: absolute;
    left: 0px;
    top: 3px;
    z-index: 1;
}
.btn.btn_shop a:hover span:before{
    background: url(../img/ico_shop_orange.png) center center/100% auto no-repeat;
}
/*btn_map*/
.btn.btn_map a{
    padding: 8px 30px 8px 20px;
}
.btn.btn_map span{
	display: inline-block;
	padding-left: 36px;
	position: relative;
}
.btn.btn_map span:before{
    content: '';
    display: block;
    width: 20px;
    height: 28px;
    background: url(../img/ico_map_white.png) center center/100% auto no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.btn.btn_map a:hover span:before{
    background: url(../img/ico_map_orange.png) center center/100% auto no-repeat;
}
/*btn_line*/
.btn.btn_line a{
    padding: 8px 30px 8px 20px;
}
.btn.btn_line span{
	display: inline-block;
	padding-left: 36px;
	position: relative;
}
.btn.btn_line span:before{
    content: '';
    display: block;
    width: 24px;
    height: 23px;
    background: url(../img/ico_line_white.png) center center/100% auto no-repeat;
    position: absolute;
    left: 0px;
    top: calc(50% - 11px);
    z-index: 1;
}
.btn.btn_line a:hover span:before{
    background: url(../img/ico_line_orange.png) center center/100% auto no-repeat;
}
/*btn_mail*/
.btn.btn_mail a{
    padding: 8px 30px 8px 20px;
}
.btn.btn_mail span{
	display: inline-block;
	padding-left: 36px;
	position: relative;
}
.btn.btn_mail span:before{
    content: '';
    display: block;
    width: 18px;
    height: 14px;
    background: url(../img/ico_mail_white.png) center center/100% auto no-repeat;
    position: absolute;
    left: 0px;
    top: calc(50% - 7px);
    z-index: 1;
}
.btn.btn_mail a:hover span:before{
    background: url(../img/ico_mail_orange.png) center center/100% auto no-repeat;
}
/*btn_inst*/
.btn.btn_inst a{
    padding: 18px 30px 18px 20px;
}
.btn.btn_inst span{
	display: inline-block;
	padding-left: 56px;
	position: relative;
	line-height: 1.2em;
}
.btn.btn_inst span:before{
    content: '';
    display: block;
    width: 40px;
    height: 42px;
    background: url(../img/ico_inst_white.png) center center/100% auto no-repeat;
    position: absolute;
    left: 0px;
    top: calc(50% - 18px);
    z-index: 1;
}
.btn.btn_inst a:hover{
    background: #ff5a08;
	color: #fff;
}
.btn.btn_inst a:hover:before,.btn.btn_inst a:hover:after{
	background: #fff;
}
/*btn_fb*/
.btn.btn_fb a{
    padding: 18px 30px 18px 20px;
}
.btn.btn_fb span{
	display: inline-block;
	padding-left: 56px;
	position: relative;
	line-height: 1.2em;
}
.btn.btn_fb span:before{
    content: '';
    display: block;
    width: 38px;
    height: 38px;
    background: url(../img/ico_fb_white.png) center center/100% auto no-repeat;
    position: absolute;
    left: 0px;
    top: calc(50% - 19px);
    z-index: 1;
}
.btn.btn_fb a:hover{
    background: #ff5a08;
	color: #fff;
}
.btn.btn_fb a:hover:before,.btn.btn_fb a:hover:after{
	background: #fff;
}
/*btn_tw*/
.btn.btn_tw a{
    padding: 18px 30px 18px 20px;
}
.btn.btn_tw span{
	display: inline-block;
	padding-left: 56px;
	position: relative;
	line-height: 1.2em;
}
.btn.btn_tw span:before{
    content: '';
    display: block;
    width: 38px;
    height: 30px;
    background: url(../img/ico_tw_white.png) center center/100% auto no-repeat;
    position: absolute;
    left: 0px;
    top: calc(50% - 15px);
    z-index: 1;
}
.btn.btn_tw a:hover{
    background: #ff5a08;
	color: #fff;
}
.btn.btn_tw a:hover:before,.btn.btn_tw a:hover:after{
	background: #fff;
}
/*btn_root*/
.btn.btn_root span{
	display: inline-block;
	padding-left: 36px;
	position: relative;
}
.btn.btn_root span:before{
    content: '';
    display: block;
    width: 28px;
    height: 26px;
    background: url(../img/ico_root_white.png) center center/100% auto no-repeat;
    position: absolute;
    left: 0px;
    top: calc(50% - 13px);
    z-index: 1;
}
.btn.btn_root a:hover span:before{
    background: url(../img/ico_root_orange.png) center center/100% auto no-repeat;
}
/*btn_reserve*/
.btn_reserve a{
    padding: 8px 30px 8px 20px;
}
.btn.btn_reserve span{
	display: inline-block;
	padding-left: 36px;
	position: relative;
}
.btn.btn_reserve span:before{
    content: '';
    display: block;
    width: 26px;
    height: 25px;
    background: url(../img/ico_reserve_white.png) left center/26px auto no-repeat;
    position: absolute;
    left: 0px;
    top: calc(50% - 13px);
    z-index: 1;
}
.btn.btn_reserve a:hover span:before{
    background: url(../img/ico_reserve_orange.png) left center/26px auto no-repeat;
}
/*btn_tel*/
.btn.btn_tel a{
    padding: 8px 30px 8px 20px;
}
.btn.btn_tel span{
	display: inline-block;
	padding-left: 34px;
	position: relative;
}
.btn.btn_tel span:before{
    content: '';
    display: block;
    width: 18px;
    height: 20px;
    background: url(../img/ico_telbtn_white.png) left center/18px auto no-repeat;
    position: absolute;
    left: 2px;
    top: calc(50% - 10px);
    z-index: 1;
}
.btn.btn_tel a:hover span:before{
    background: url(../img/ico_telbtn_orange.png) left center/18px auto no-repeat;
}
/*btn_search*/
.btn.btn_search a{
    padding: 8px 30px 8px 20px;
}
.btn.btn_search span{
	display: inline-block;
	padding-left: 36px;
	position: relative;
}
.btn.btn_search span:before{
    content: '';
    display: block;
    width: 31px;
    height: 25px;
    background: url(../img/ico_search_white.png) left center/31px auto no-repeat;
    position: absolute;
    left: 0px;
    top: calc(50% - 13px);
    z-index: 1;
}
.btn.btn_search a:hover span:before{
    background: url(../img/ico_search_orange.png) left center/31px auto no-repeat;
}

/*btn_download*/
.btn.btn_download a:before {
    content: '';
    display: block;
    width: 18px;
    height: 17px;
    background: url(../img/ico_download_off.png) no-repeat;
    position: absolute;
    right: 19px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    transform: none;
    background-size: 100%;
}
.btn.btn_download a:hover:before {
	width: 18px;
    height: 17px;
    background: url(../img/ico_download_on.png) no-repeat;
	transform: none;
	background-size: 100%;
}
.btn.btn_download a:after,
.btn.btn_download a:hover:after{
	display: none;
}

/*txt_link*/
.txt_link a {
    color: #ff6700;
}
.txt_link a:hover {
    color: #333
}

.arrow_triangle_down {
    position: relative;
	text-align: center;
	color: #fff;
	z-index: 1;
    margin: 50px 0;
	font-size: 16px;
}
/*arrow*/
.arrow_triangle_down:before {
    content: '';
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    top: -10px;
    right: 0;
    left: 0;
    margin: auto;
    border: solid 80px transparent;
    border-top: solid 74px #122f6e;
    z-index: -1;
}
.news_time{
	font-weight: 400;
	text-align: right;
}
/* ------------------------------------------------------
   header
------------------------------------------------------ */
header .h_pc_b{
	display: block;
}
header .h_sp_b,header .h_sp_f{
	display: none;
}
header{
	padding: 32px 0 25px 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.13);
}
header .head_inner{
	display: flex;
	max-width: 1000px;
	margin: auto;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
    position: relative;
}
header .logo a{
	display: block;
	width: 267px;
}
header .h_cv{
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
}
header .cv_list{
	display: flex;
	margin-top: 13px;
}
header .cv_list li + li{
	margin-left: 10px;
}
header .cv_list a{
    display: block;
    padding: 7px 20px 5px 20px;
    position: relative;
    color: #ff5a08;
    background: #fff;
    border: 1px solid #ff5a08;
    border-radius: 30px;
    font-size: 14px;
}
header .cv_list a.btn_search{
	padding: 7px 20px 5px 27px;
}
header .cv_list a:hover{
	color: #fff;
	background: #ff5a08;
}
header .cv_list li:last-child a{
	color: #fff;
	background: #ff5a08;
}
header .cv_list li:last-child a:hover{
	color: #ff5a08;
	background: #fff;
}
header .cv_list span{
    padding: 0 0 1px 36px;
    display: inline-block;
    position: relative;
}
header .cv_list a.btn_search span:before{
	content: '';
	display: block;
	width: 31px;
	height: 25px;
	position: absolute;
	left: -4px;
	top: 0;
	background: url(../img/ico_search_orange.png) left center/31px auto no-repeat;
}
header .cv_list a.btn_reserve span:before{
	content: '';
	display: block;
	width: 26px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/ico_reserve_white.png) left center/26px auto no-repeat;
}
header .cv_list a.btn_search:hover span:before{
	background: url(../img/ico_search_white.png) left center/31px auto no-repeat;
}
header .cv_list a.btn_reserve:hover span:before{
	background: url(../img/ico_reserve_orange.png) left center/26px auto no-repeat;
}
header .tel_link{
    width: 236px;
    font-weight: bold;
    font-size: 14px;
    margin-left: 32px;
    letter-spacing: -0.5px;
}
header .tel_link span{
	display: inline-block;
	margin-bottom: 2px;
}
/*nav*/
header nav{
	width: 100%;
	margin-top: 34px;
	font-weight: 600;
}
header nav > ul{
	display: flex;
}
header nav > ul > li + li{
	border-left: 1px solid #ddd;
}
header nav > ul > li > a{
    display: block;
    padding-right: 19px;
    position: relative;
    line-height: 1;
	font-size: 15.5px;
    font-weight: 600;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	text-align: center;
	letter-spacing: -0.5px;
}
header nav > ul > li > a.active{
	color: #ff5a08;
}
header nav > ul > li > a.active:after{
	content: '';
    display: block;
    position: absolute;
    width: calc(100% - 38px);
    height: 2px;
    background: #ff5a08;
    bottom: -25px;
    left: 18px;
}
header nav > ul > li + li > a{
	padding-left: 19px;
}
header nav > ul > li:last-child a{
	padding-right: 0;
}
header nav > ul > li.kerning a{
	letter-spacing: 0;
}
@media all and (-ms-high-contrast: none){
	header nav > ul > li > a{
		padding-top: 7px;
	}
}
/*nav active_page*/
header nav a.active_page{
	position: relative;
}
header nav a.active_page:after{
	content: '';
    display: block;
    width: calc(100% - 38px);
    height: 2px;
    background: #ff5a08;
    bottom: -25px;
    left: 19px;
    position: absolute;
}
header nav a.active_page{
	color: #ff5a08;
}
/*scloll h_small*/
header.h_small{
	padding: 20px 0;
}
header.h_small .head_inner{
	flex-wrap: nowrap;
}
header.h_small .h_cv{
	display: none;
}
header.h_small .logo{
	margin-right: 20px
}
header.h_small .logo a{
    width: 190px;
}
header.h_small nav{
    margin-top: 6px;
}
header.h_small nav > ul > li > a {
    font-size: 14px;
    padding-right: 10.5px;
	letter-spacing: -1px;
}
header.h_small nav > ul > li > a.active:after{
    width: calc(100% - 20px);
    bottom: -29px;
    left: 11px;
}
header.h_small nav > ul > li + li > a{
	padding-left: 11.5px;
}
header.h_small nav > ul > li:last-child > a{
	padding-right: 0;
}
header.h_small > ul > li.kerning > a{
	letter-spacing: 0;
}
header.h_small nav a.active_page:after{
	bottom: -29px;
}
@media all and (-ms-high-contrast: none){
	header.h_small nav a.active_page:after{
		bottom: -26px;
	}
}
/*megamenu*/
header nav ul.megamenu{
    position: absolute;
    width: calc(100% - 345px);
    left: calc(50% - 500px);
    padding: 26px 0 35px 0;
    top: 130px;
    flex-wrap: wrap;
	justify-content: space-between;
	display: none;
	padding-left: 345px;
}
header.h_small nav ul.megamenu{
	top: 59px;
}
header nav ul.megamenu:before{
	content: '';
	display: block;
	height: 100%;
	width: calc(100vw + 1000px);
	position: absolute;
	top: 0;
	left: -1000px;
	background: rgba(255, 242, 226, 0.97);
}
header nav ul.megamenu > li{
	width: 296px;
}
header nav ul.megamenu a{
    display: block;
    text-align: left;
    position: relative;
    font-size: 14px;
    font-weight: normal;
	line-height: 1.2em;
}
/*megamenu mega_btn*/
header nav ul.megamenu .mega_btn{
    padding: 0;
	position: absolute;
	left: 0;
	top: 40px;
}
header nav ul.megamenu .mega_btn a{
    width: 282px;
    height: 116px;
	margin: 0;
    font-size: 14px;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
header nav ul.megamenu .mega_btn:before{
	display: none;
}
header nav ul.megamenu .mega_btn a:after{
	content: '';
	display: block;
	width: 100%;
	height: 34px;
	background: rgba(255, 255, 255, 0.86);
	position: absolute;
	bottom: 0;
	left: 0;
}
header nav ul.megamenu .mega_btn a span{
    display: inline-block;
    position: relative;
    padding-right: 16px;
    z-index: 1;
    margin-bottom: 9px;
}
header nav ul.megamenu .mega_btn a span:before{
    content: '';
    display: block;
    box-sizing: border-box;
    width: 7px;
    height: 2px;
    background: #ff5a08;
    transform: rotate(135deg);
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 2px;
}
header nav ul.megamenu .mega_btn a span:after {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 7px;
    height: 2px;
    background: #ff5a08;
    transform: rotate(45deg);
    position: absolute;
    top: -3px;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 2px;
}
/*megamenu list*/
header nav ul.megamenu a.btnbg_01{
	background: url(../img/h_nav_btn_010.jpg) center top / cover no-repeat;
}
header nav ul.megamenu a.btnbg_02{
	background: url(../img/h_nav_btn_020.jpg) center top / cover no-repeat;
}
header nav ul.megamenu a.btnbg_03{
	background: url(../img/h_nav_btn_030.jpg) center top / cover no-repeat;
}
header nav ul.megamenu a.btnbg_04{
	background: url(../img/h_nav_btn_040.jpg) center top / cover no-repeat;
}
header nav ul.megamenu a.btnbg_05{
	background: url(../img/h_nav_btn_050.jpg) center top / cover no-repeat;
}
header nav ul.megamenu a.btnbg_06{
	background: url(../img/h_nav_btn_060.jpg) center top / cover no-repeat;
}
header nav ul.megamenu a.btnbg_07{
	background: url(../img/h_nav_btn_070.jpg) center top / cover no-repeat;
}
header nav ul.megamenu > li{
	position: relative;
	padding-left: 17px;
    line-height: 1.2em;
}
header nav ul.megamenu > li:before{
	content: '';
    display: block;
    width: 7px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 11px;
    left: 0;
}
header nav ul.megamenu li + li{
	margin-top: 14px;
}
header nav ul.megamenu li a{
	display: inline-block;
	position: relative;
}
header nav ul.megamenu li.firstpress a{
	padding-left: 79px;
}
header nav ul.megamenu li.firstpress a:before{
    content: "初回限定";
    display: inline-block;
    font-size: 12px;
    color: rgb(255, 255, 255);
    margin-right: 10px;
    line-height: 1.3em;
    padding: 2px 10px;
    background: rgb(255, 103, 0);
    border-radius: 20px;
	position: absolute;
	left: 0;
	top: 0;
}
/*sp_secnav*/
.sp_secnav{
	display: none;
}


/* ------------------------------------------------------
   bnr_slide
------------------------------------------------------ */
.bnr_slide_list{
	max-width: 1610px;
	margin: auto;
}
.bnr_slide_list li{
	opacity: 0.4;
}
.bnr_slide_list li.slick-center{
	opacity: 1;
}
.bnr_slide_list .slick-dots li{
	opacity: 1;
}
.bnr_slide_list a{
	display: block;
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.13);
	margin: 27px 20px;
}

/* ------------------------------------------------------
   bnr_no_slide
------------------------------------------------------ */
.bnr_no_slide_list{
	max-width: 1610px;
	margin: auto;
}
.bnr_no_slide_list a{
	display: block;
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.13);
	margin: 27px auto;
	width: 33%;
}
@media screen and (max-width: 768px) {
	.bnr_no_slide_list a{
		width: 80%;
	}
}

/* ------------------------------------------------------
   search
------------------------------------------------------ */
.search .inner{
	background: rgba(255, 255, 255, 0.93) url(../img/search_listbg.png) calc(100% - 32px) 95px no-repeat;
	padding: 13px 32px;
	width: 944px;
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.13);
}
.search ul > li{
	padding: 16px 0;
	width: 565px;
}
.search ul > li + li{
	border-top: 1px solid #e6e6e6;
}
.search ul ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 14px;
}
.search ul ul > li{
	padding: 0;
	width: auto;
	margin-right: 19px;
	position: relative;
}
.search ul ul > li + li{
	border-top: none;
}
.search ul li span.region{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	color: #ff5a08;
	font-size: 18px;
}
.search ul li a span.stores{
	color: #7c7c7c;
	font-size: 12px;
}
.search ul li a:hover span.stores{
	color: #ff5a08;
}
.search ul a{
	display: block;
	padding-right: 14px;
	position: relative;
}
.search ul a:after{
	content: '';
    display: block;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border-top: 1px solid #ff5a08;
    border-right: 1px solid #ff5a08;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
}
/* ------------------------------------------------------
   cv
------------------------------------------------------ */
.cv{
	margin-bottom: 207px;
}
.cv h2{
	padding-top: 55px;
    margin-bottom: 3px;
    color: #ff5a08;
    line-height: 1.2em;
}
.cv h2:before{
	content: '';
	display: block;
	width: 236px;
	height: 18px;
	background: url(../img/cv_h2_before.png) center bottom /100% auto no-repeat;
	position: absolute;
	top: 28px;
	left: calc(50% - 118px);
}
@media all and (-ms-high-contrast: none){
	.cv h2{
		padding-top: 65px;
	}
}
/*reserve*/
.cv_wrap{
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.13);
	position: relative;
}
.cv_wrap:before{
	content: '';
    display: block;
    width: 672px;
    height: 128px;
    background: url(../img/cv_deco_pc_010.png) center bottom /100% auto no-repeat;
    position: absolute;
    top: -86px;
    left: calc(50% - 401px);
}
.cv_wrap .contact{
	padding: 0 32px 32px 32px;
}
.cv_wrap .contact p{
	margin-bottom: 23px;
	font-size: 18px;
	text-align: center;
	font-weight: 400;
}
.cv_btn{
	max-width: 780px;
    margin: auto;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    line-height: 38px;
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.13);
}
.cv_btn a{
	background: #ff5a08;
	font-weight: 600;
}
.btn.cv_btn a:before{
	content: '';
    display: block;
    width: 22px;
    height: 22px;
	background: #fff;
    position: absolute;
    top: 1px;
    right: 20px;
    bottom: 0;
    margin: auto;
	border-radius: 50%;
}
.btn.cv_btn a:after{
	width: 8px;
	height: 8px;
    border-top: 2px solid #ff5a08;
    border-right: 2px solid #ff5a08;
	z-index: 2;
	right: 28px;
	top: 0;
}
.btn.cv_btn a:hover:before{
	background: #ff5a08;
}
.btn.cv_btn a:hover:after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.cv_btn span{
	position: relative;
	padding-left: 47px;
}
.cv_btn span:before{
	content: '';
	display: block;
	width: 26px;
	height: 25px;
    background: url(../img/ico_reserve_white.png) center bottom /100% auto no-repeat;
	position: absolute;
	left: 0;
	top: 5px;
}
.cv_btn:hover span:before{
    background: url(../img/ico_reserve_orange.png) center bottom /100% auto no-repeat;
}
/*tel,student*/
.cv_wrap ul{
	padding: 20px 32px;
	background: #fff2e2;
	justify-content: space-between;
}
.cv_wrap ul h3{
	font-size: 18px;
    margin-bottom: 12px;
    line-height: 1.2em;
    letter-spacing: -1px;
    text-align: center;
}
.tel_area{
	justify-content: space-between;
	align-items: center;
}
.tel_area img{
	width: 271px;
	margin-right: 10px;
}
.tel_area .tel_txt{
    font-size: 13.5px;
    line-height: 1.3em;
    font-weight: 500;
}
.tel_area .tel_txt span:first-child{
	padding-left: 10px;
}
.student{
	width: 290px;
}
.student .btn a{
	border-radius: 50px;
}
/*guide btn*/
.btn.btn_depilation a{
	background: #fc769c;
    border: 1px solid #fc769c;
}
.btn.btn_depilation a:hover{
	background: #fff;
    color: #fc769c;
    border: 1px solid #fc769c;
}
.btn.btn_depilation a:hover:before, .btn.btn_depilation a:hover:after{
	background: #fc769c;
}
.btn.btn_facial a{
	background: #51d3f1;
    border: 1px solid #51d3f1;
}
.btn.btn_facial a:hover{
	background: #fff;
    color: #51d3f1;
    border: 1px solid #51d3f1;
}
.btn.btn_facial a:hover:before, .btn.btn_facial a:hover:after{
	background: #51d3f1;
}
.btn.btn_diet a{
	background: #ba8aee;
    border: 1px solid #ba8aee;
}
.btn.btn_diet a:hover{
	background: #fff;
    color: #ba8aee;
    border: 1px solid #ba8aee;
}
.btn.btn_diet a:hover:before, .btn.btn_diet a:hover:after{
	background: #ba8aee;
}
.btn.btn_body a{
	background: #ba8aee;
    border: 1px solid #ba8aee;
}
.btn.btn_body a:hover{
	background: #fff;
    color: #ba8aee;
    border: 1px solid #ba8aee;
}
.btn.btn_body a:hover:before, .btn.btn_body a:hover:after{
	background: #ba8aee;
}
.btn.btn_genetictest a{
	background: #25d1a8;
    border: 1px solid #25d1a8;
}
.btn.btn_genetictest a:hover{
	background: #fff;
    color: #25d1a8;
    border: 1px solid #25d1a8;
}
.btn.btn_genetictest a:hover:before, .btn.btn_genetictest a:hover:after{
	background: #25d1a8;
}
.btn.btn_bridal a{
	background: #9dd061;
    border: 1px solid #9dd061;
}
.btn.btn_bridal a:hover{
	background: #fff;
    color: #9dd061;
    border: 1px solid #9dd061;
}
.btn.btn_bridal a:hover:before, .btn.btn_bridal a:hover:after{
	background: #9dd061;
}

/* ------------------------------------------------------
   footer
------------------------------------------------------ */
footer{
	background: url(../img/bg_basic_010.jpg);
	position: relative;
	padding: 45px 0 0 0;
}
footer.f_index{
	padding: 130px 0 0 0;
}
footer .inner{
	margin-top: 0;
}
/*f_nav*/
footer .f_nav ul {
	height: 144px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
footer .f_nav li {
	padding-right: 80px;
}
footer .f_nav li.f_nav_sns{
	display: flex;
}
footer .f_nav li:nth-child(3){
	margin-bottom: 50px;
}
.f_nav_sp{
   display: none;
}
footer .f_nav li a{
	font-size: 13px;
	font-weight: 300;
}
footer .f_nav li a + a{
	margin-left: 22px;
}
footer .f_nav li.f_nav_sns a:hover{
	opacity: 0.7;
}
footer .f_nav li.f_nav_sns p{
	display: none;
}
footer i.fab.fa-facebook-f{
    color: #395498;
	font-size: 26px;
}
footer i.fab.fa-twitter{
    color: #44ccf6;
	font-size: 26px;
}
footer i.fab.fa-instagram{
    color: #FF8C00;
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
	font-size: 26px;
}


/*f_btm*/
.f_btm a:hover{
	opacity: 0.7;
}
.f_btm{
    padding: 53px 0;
    background: #fff;
    margin-top: 50px;
}
.f_btm .inner{
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
.f_btm ul{
	display: flex;
}
.f_btm ul.f_maplist a{
	display: block;
	font-size: 12.5px;
	padding-right: 10px;
	position: relative;
}
.f_btm ul.f_maplist li + li a{
    padding-left: 11px;
}
.f_btm ul.f_maplist li + li a:before{
	content: '';
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 6px;
    width: 1px;
    height: 9px;
    background: #000;
    transform: rotate(24deg);
}
.f_btm ul.f_bnr li{
 	margin-top: -2px;
}
.f_btm ul.f_bnr li + li{
	margin-left: 15px;
}
.f_btm ul.f_bnr a{
	display: block;
}
.f_btm ul li:first-child a{
	max-width: 190px;
}
address{
	position: absolute;
	left: 0;
	bottom: -5px;
	font-size: 12px;
	color: #a9a9a9;
}
a.pagetop img{
	width: 14px;
}
a.pagetop {
    position: absolute;
    top: -76px;
    width: 46px;
    height: 46px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    left: calc(50% - 23px);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.21);
}
/* ------------------------------------------------------
   cv
------------------------------------------------------ */
.cv_fixed{
    display: flex;
    position: fixed;
    bottom: 20px;
    right: 45px;
    z-index: 50;
}
.cv_fixed li{
	position: relative;
}
.cv_fixed li + li{
	margin-left: 10px;
}
.cv_fixed li:last-child a:after{
	content: '';
	display: block;
	width: 56px;
	height: 85px;
	background: url(../img/cvfixed_deco.png) center center/100% auto no-repeat;
	position: absolute;
	top: -11px;
	right: -15px;
	z-index: 5;
}
.cv_fixed a{
	display: block;
	width: 130px;
	height: 130px;
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.13);
	background: #fff;
	border-radius: 50%;
	color: #ff5a08;
	font-weight: bold;
	line-height: 1.2em;
	overflow: hidden;
    font-size: 18px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	position: static;
}
.cv_fixed li:last-child a{
	background: #ff5a08;
	color: #fff;
}
.cv_fixed a:hover{
	background: #ff5a08;
	color: #fff;
}
.cv_fixed li:last-child a:hover{
	background: #fff;
	color: #ff5a08;
}
.cv_fixed a span{
	display: block;
	text-align: center;
	margin-top: 25px;
	position: relative;
    padding-top: 38px;
}
.cv_fixed a span:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.cv_fixed li:first-child span:before {
	width: 36px;
	height: 31px;
    background: url(../img/ico_search_orange.png) center top /100% auto no-repeat;
}
.cv_fixed li:last-child span:before{
	width: 26px;
	height: 25px;
    background: url(../img/ico_reserve_white.png) center top /100% auto no-repeat;
}
.cv_fixed li:first-child a:hover span:before{
    background: url(../img/ico_search_white.png) center top /100% auto no-repeat;
}
.cv_fixed li:last-child a:hover span:before{
    background: url(../img/ico_reserve_orange.png) center top /100% auto no-repeat;
}
/* ------------------------------------------------------
   about
------------------------------------------------------ */
.about{
	margin-top: 80px;
}
.about_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.about_list::before,
.about_list::after {
    content: '';
    display: block;
	width: calc((100% - (40px * 2)) / 3);
}
.about_list::before {
    order: 1;
}
.about_list li{
	width: calc((100% - (40px * 2)) / 3);
}
.about_list a{
	display: block;
	color: #ff5a08;
}
.about_list .btn a{
	color: #fff;
}
.about_list .btn a:hover{
	color: #ff5a08;
}
.about_list div{
	position: relative;
    margin-bottom: 15px;
}
.about_list .frame{
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #ff5a08;
	position: relative;
	z-index: 2;
}
.about_list .frame:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.about_list img {
    display: block;
    width: 100%;
    position: absolute;
    top: 10px;
    right: -10px;
}
.about_list p {
    position: relative;
    display: inline-block;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 20px;
    padding: 0 36px 0 0;
}
.about_list p:before{
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background: #ff5a08;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}
.about_list p:after{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 8px;
    top: 0px;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}
h2.deco_about{
	margin-bottom: 0;
}
h2.deco_about:before{
    content: '';
    display: block;
    width: 96px;
    height: 17px;
    background: url(../img/about_h2_before.png) center bottom /100% auto no-repeat;
    position: absolute;
    top: -16px;
    left: calc(50% - 48px);
}
h2.deco_about span{
	position: relative;
}
h2.deco_about span:before {
    content: '';
    display: block;
    width: 72px;
    height: 82px;
    background: url(../img/about_deco_010.png) center bottom /100% auto no-repeat;
    position: absolute;
    bottom: -40px;
    left: -170px;
}
h2.deco_about span:after {
	content: '';
    display: block;
    width: 66px;
    height: 101px;
    background: url(../img/about_deco_020.png) center bottom /100% auto no-repeat;
    position: absolute;
    bottom: -44px;
    right: -148px;
}
/*sns_icon*/
a.ico_inst_color img{
	width: 37px;
}
a.ico_fb_color img{
	width: 36px;
}
a.ico_tw_color img{
	width: 42px;
}
/* ------------------------------------------------------
   960以下
------------------------------------------------------ */
@media screen and (max-width: 960px) {
	/* ------------------------------------------------------
   		header
	------------------------------------------------------ */
	header .h_pc_b{
		display: none;
	}
	header .h_sp_b{
		display: block;
	}
	header .h_sp_f{
		display: flex;
	}
	header,header.h_small{
		padding: 0;
		height: 62px;
		-webkit-transition-duration: .3s;
		transition-duration: .3s;
	}
	header .logo{
		z-index: 1;
	}
	header .logo a,header.h_small .logo a{
		width: 192px;
		position: absolute;
		left: 16px;
		top: 11px;
	}
	.trigger {
		display: block;
		width: 21px;
		height: 18px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 200;
		background: #ff5a08;
		cursor: pointer;
		border: 22px solid #ff5a08;
	}
	.trigger span {
		display: block;
		width: 20px;
		height: 2px;
		background: #fff;
		position: absolute;
		transition: 0.3s ease;
	    border-radius: 10px;
	}
	.trigger span:nth-child(1) {
		top: 0;
	}
	.trigger span:nth-child(2) {
		top: 8px;
	}
	.trigger span:nth-child(3) {
		bottom: 0;
	}
	.trigger.on{
		position: fixed;
		width: 21px;
	    height: 18px;
		background: #000;
		border: 22px solid #000;
	}
	.trigger.on span:nth-child(1) {
		transform: rotate(45deg);
		top: 8px;
	}
	.trigger.on span:nth-child(2) {
		display: none;
	}
	.trigger.on span:nth-child(3) {
		transform: rotate(-45deg);
		bottom: 8px;
	}
	/*gvalue*/
	p.gvalue {
		position: absolute;
		right: 65px;
		top: 0;
	}
	p.gvalue a{
		background: #fe894f;
		color: #fff;
		display: block;
		height: 62px;
		text-align: center;
		font-size: 10px;
		width: 64px;
		line-height: 1.1em;
		font-family: dnp-shuei-mgothic-std, sans-serif;
	}
	p.gvalue a span {
		background: url(../img/ico_course_white.png) 18px top /23px auto no-repeat;
		margin-top: 5px;
		padding-top: 28px;
		display: inline-block;
		font-weight: 600;
	}
	/*h_nav*/
	header .h_nav{
		width: calc(100% - 32px);
		padding: 16px;
		overflow: scroll;
		height: calc(100vh - 80px);
		display: none;
	}
	header .h_nav:before{
		content: '';
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		background: url(../img/bg_basic_010.jpg);
	}
	/*h_cv*/
	header .cv_list{
		margin-top: 0;
		justify-content: space-between;
		width: 100%;
	}
	header .cv_list li{
		width: 100%;
	}
	header .cv_list li + li{
		margin-left: 5px;
	}
	header .h_cv{
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
	}
	header .tel_link{
		width: 30px;
	}
	header .cv_list a{
		display: flex;
		height: 65px;
		padding: 0;
		position: relative;
		color: #fff;
		background: #ff5a08;
		border: none;
		border-radius: 3px;
		font-size: 14px;
		line-height: 1.2em;
		justify-content: center;
		text-align: center;
		align-items: flex-end;
		font-family: dnp-shuei-mgothic-std, sans-serif;
	}
	header .cv_list li:last-child a{
		background: #ff5a08;
	}
	header .cv_list li:last-child a:hover{
		background: #ff5a08;
		color: #fff;
	}
	header .cv_list a.btn_search{
	    font-size: 10px;
		line-height: 1.2em;
		letter-spacing: 1px;
	}
	header .cv_list a.btn_tel{
		font-size: 12px;
	}
	header .cv_list a.btn_reserve{
	    min-width: 165px;
	}
	header .cv_list a.btn_search{
		padding: 0;
	}
	header .cv_list span{
    	padding: 36px 10px 12px 10px;
	}
	header .cv_list a.btn_search span{
    	padding: 36px 10px 6px 10px;
	}
	header .cv_list a.btn_search span:before,
	header .cv_list a.btn_search:hover span:before{
		width: 25px;
		height: 21px;
		position: absolute;
		left: calc(50% - 12px);
		top: 13px;
		background: url(../img/ico_search_white.png) left center/100% auto no-repeat;
	}
	header .cv_list a.btn_tel span:before,
	header .cv_list a.btn_tel:hover span:before{
		content: '';
		display: block;
		width: 18px;
		height: 20px;
		position: absolute;
		left: calc(50% - 9px);
		top: 8px;
		background: url(../img/ico_tel_white.png) left center/18px auto no-repeat;
	}
	header .cv_list a.btn_reserve span:before,
	header .cv_list a.btn_reserve:hover span:before{
		width: 22px;
		height: 23px;
		left: calc(50% - 11px);
		top: 8px;
		background: url(../img/ico_reserve_white.png) left center/100% auto no-repeat;
	}
	/*nav*/
	header nav,header.h_small nav{
	    z-index: 20;
		background: #fff;
		position: relative;
		margin-top: 16px;
		width: 100%;
	}
	header nav > ul{
		flex-wrap: wrap;
		box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.13);
	}
	header nav > ul > li{
		width: 100%;
		position: relative;
	}
	header nav > ul > li + li{
		border-left: 0;
		border-top: 1px solid #ddd;
	}
	header nav > ul > li:nth-child(1){
	    background: #fff url(../img/menu_ico_010.png) 20px 12px /27px no-repeat;
	}
	header nav > ul > li:nth-child(2){
	    background: #fff url(../img/service_ico_010_orange.png) 16px 7px /35px no-repeat;
	}
	header nav > ul > li:nth-child(3){
	    background: #fff url(../img/service_ico_020_orange.png) 16px 6px /33px no-repeat;
	}
	header nav > ul > li:nth-child(4){
	    background: #fff url(../img/service_ico_030_orange.png) 16px 8px /31px no-repeat;
	}
	header nav > ul > li:nth-child(5){
	    background: #fff url(../img/service_ico_040_orange.png) 11px 9px /42px no-repeat;
	}
	header nav > ul > li:nth-child(6){
	    background: #fff url(../img/service_ico_050_orange.png) 21px 8px /24px no-repeat;
	}
	header nav > ul > li > a,
	header nav > ul > li + li > a,
	header.h_small nav > ul > li > a,
	header.h_small nav > ul > li + li > a{
		width: auto;
		text-align: left;
		padding: 17px 25px 16px 65px;
		letter-spacing: 0;
	    font-size: 15px;
		font-weight: 300;
		font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	header nav > ul > li > a:before,.sp_secnav ul.sec_nav li a:before{
		content: '';
		display: block;
		box-sizing: border-box;
		width: 10px;
		height: 2px;
		background: #ff5a08;
		transform: rotate(135deg);
		position: absolute;
		top: 7px;
		right: 16px;
		bottom: 0;
		margin: auto;
		border-radius: 2px;
	}
	header nav > ul > li > a:after,
	.sp_secnav ul.sec_nav li a:after,
	header nav a.active_page:after,
	header.h_small nav a.active_page:after,
	header nav > ul > li > a.active:after,
	header.h_small nav > ul > li > a.active:after{
		content: '';
		display: block;
		box-sizing: border-box;
		width: 10px;
		height: 2px;
		background: #ff5a08;
		transform: rotate(45deg);
		position: absolute;
		top: -5px;
		right: 16px;
		bottom: 0;
		left: auto;
		margin: auto;
		border-radius: 2px;
	}
	/*sp_secnav*/
	.sp_secnav{
		display: block;
		width: 100%;
	    position: relative;
	    margin: 15px 0 90px 0;
	}
	.sp_secnav ul.sec_nav{
		display: flex;
		flex-wrap: wrap;
	    justify-content: space-between;
		box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.13);
	}
	.sp_secnav ul.sec_nav li{
		width: calc((100% - 1px) / 2);
		position: relative;
		margin-bottom: 1px;
	}
	.sp_secnav ul.sec_nav li:last-child {
		/* width: 100%; */
	}
	.sp_secnav ul.sec_nav li a{
		background: #fff;
		display: block;
		padding: 13px 25px 12px 10px;
		font-size: 13px;
		font-weight: 300;
	}
	/*megamenu*/
	ul.megamenu{
		display: none!important;
	}
	/*h_small*/
	header.h_small .h_cv{
		display: flex;
	}
	header.h_small .logo{
		margin: 0;
	}
	header .head_inner,header.h_small .head_inner{
	    padding: 62px 0 0 0;
	}
	/*h_snslink*/
	.h_snslink{
		display: flex;
		align-items: center;
	    margin-top: 15px;
		position: relative;
	    padding-right: 60px;
	}
	.h_snslink:before{
		content: '';
		display: block;
		width: 58px;
		height: 44px;
		background: url(../img/h_sns_deco_010.png) center bottom /100% auto no-repeat;
		position: absolute;
		top: -7px;
		right: -2px;
	}
	.h_snslink div{
		display: inline-block;
		background: #fff;
		font-weight: 500;
		border-radius: 20px;
		font-size: 13px;
		padding: 0px 12px;
		margin-right: 15px;
		box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.13);
	}
	.h_snslink ul{
		display: flex;
		font-size: 27px;
		align-items: center;
	}
	.h_snslink ul a {
		display: flex;
		align-items: center;
	}
	.h_snslink ul li + li{
	    margin-left: 15px;
	}
	header i.fab.fa-facebook-square{
		color: #395498;
	}
	header i.fab.fa-twitter{
		color: #44ccf6;
	}
	header i.fab.fa-instagram{
	  color: #FF8C00;
	   background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
		font-weight: bold;
	}
	/*h_nav展開時*/
	header.h_small.nav_open{
		top: 0!important;
	}
	/*sns_icon*/
	a.ico_inst_color img{
		width: 25px;
	}
	a.ico_fb_color img{
		width: 25px;
	}
	a.ico_tw_color img{
		width: 27px;
	}

}
/* ------------------------------------------------------
   sp 768以下
------------------------------------------------------ */
@media screen and (max-width: 768px) {

	/* ------------------------------------------------------
   		common
	------------------------------------------------------ */
	body{
		font-size: 13px;
	}
	.pc,.pcf,.pci,.pcb {
		display: none!important;
	}
	.sp {
		display: inherit!important;
	}
	.spb{
		display: block!important;
	}
	.spf{
		display: flex!important;
	}
	.spi{
		display: inline!important;
	}
	.btn a {
		padding: 12px 25px 12px 10px;
		position: relative;
		color: #fff;
		background: #ff5a08;
		font-weight: 300;
		font-size: 12px;
		line-height: 1.4em;
	}
	.btn a:before, .arrow:before{
		width: 8px;
		right: 10px;
	}
	.btn a:after, .arrow:after{
		width: 8px;
		right: 10px;
		top: -2px;
	}
	.column_03 .btn a:before,.column_03 .btn a:after{
		right: 6px;
	}
	.column_03 .btn{
		margin-top: 0!important;
	}
	/*btn_arrowb*/
	.btn.btn_arrowb a::after {
		right: 16px;
	}
	.charabox .column_03 .btn.btn_arrowb a::after {
		right: 11px;
	}
	/*btn_price*/
	.btn.btn_price a{
		padding: 12px 30px 12px 48px;
	}
	.btn.btn_price span{
		padding-left: 30px;
	}
	.btn.btn_price span:before{
		width: 24px;
		height: 23px;
		left: -1px;
		top: 0px;
	}
	/*btn_inst*/
	.column_03 .btn a:before, .column_03 .btn a:after{
		right: 16px;
	}
	.btn.btn_inst a{
		padding: 18px 30px 18px 20px;
	}
	.btn.btn_inst span:before{
		width: 18px;
		height: 18px;
		top: calc(50% - 9px);
	}
	/*btn_fb*/
	.btn.btn_fb a{
		padding: 18px 30px 18px 20px;
	}
	.btn.btn_fb span:before{
		width: 19px;
		height: 19px;
		top: calc(50% - 9px);
	}
	/*btn_tw*/
	.btn.btn_tw a{
		padding: 18px 30px 18px 20px;
	}
	.btn.btn_tw span:before{
		width: 19px;
		height: 15px;
		top: calc(50% - 8px);
	}
	.note{
		font-size: 10px;
	    line-height: 1.3em;
		margin-top: 8px;
	}
	/*tel*/
	a.tel{
	    color: #ff5a08;
		pointer-events: auto;
	}
	/*arrow*/
	.arrow_triangle_down {
		margin: 20px 0;
		font-size: 10px;
	}
	.arrow_triangle_down:before {
		top: -5px;
		border: solid 60px transparent;
		border-top: solid 45px #122f6e;
	}
	/*top official_sns*/
	.official_sns .btn.btn_inst span:before{
	    width: 22px;
		height: 22px;
		top: calc(50% - 11px);
	}
	.official_sns .btn.btn_fb span:before{
		width: 24px;
		height: 24px;
		top: calc(50% - 12px);
	}
	.official_sns .btn.btn_tw span:before{
	    width: 23px;
	    height: 19px;
		top: calc(50% - 9px);
	}
	/* ------------------------------------------------------
   		h2
	------------------------------------------------------ */
	h2{
		line-height: 1.2em;
		font-size: 23px;
	}
	h2.h_border, h3.h_border, h4.h_border,.inner_txt > h2.h_border, .inner_txt > h3.h_border, .inner_txt > h4.h_border{
		width: 100%;
		order: 1;
		height: auto;
		font-size: 17px;
		line-height: 1.2em;
		color: #333;
		border-bottom: 1px dotted #3a3a3a;
		padding-bottom: 8px;
		margin-bottom: 16px;
	}
	h2.h_border:before,
	h3.h_border:before,
	h4.h_border:before,
	.inner_txt > h2.h_border:before,
	.inner_txt > h3.h_border:before,
	.inner_txt > h4.h_border:before{
	    width: 40px;
		height: 1px;
		bottom: -1px;
	}
	h2.h_navy,h3.h_navy,h4.h_navy,h5.h_navy{
		font-size: 16px;
		letter-spacing: -1px;
		font-weight: 600;
		line-height: 1.4em;
		margin-bottom: 8px;
	}
	.inner_txt > p, .inner_txt > ul{
		margin: 16px 0;
	}
	p{
		font-weight: 400;
	}
	.inner_txt > ul li{
		font-weight: 400;
	}
	/* ------------------------------------------------------
   		search
	------------------------------------------------------ */
	.search .inner{
		width: calc(100% - 32px);
		padding: 0;
		background: #fff;
		font-weight: 300;
	}
	.search .inner > ul{
		padding-top: 19.2vw;
		background: url(../img/search_img_010_sp.jpg) center top /100% auto no-repeat;
	}
	.search ul li span.region {
		display: block;
		padding: 12px 16px;
		cursor: pointer;
		position: relative;
		color: #333;
		font-weight: 300;
		font-size: 14px;
		font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.search ul li span.region:before{
		content: '';
		width: 15px;
		height: 2px;
		background: #ff5a08;
		position: absolute;
		right: 16px;
		top: calc(50% - 1px);
		border-radius: 2px;
	}
	.search ul li span.region:after{
		content: '';
		width: 2px;
		height: 15px;
		background: #ff5a08;
		position: absolute;
		right: 22px;
		top: calc(50% - 7px);
		border-radius: 2px;
	}
	.search ul li span.region.open:after{
		display: none;
	}
	.search ul > li{
		width: 100%;
		padding: 0;
	    overflow: hidden;
	}
	.search ul ul{
		width: calc(100% - 32px);
		margin: 0 auto 16px auto;
		background: #fff3e7;
		display: none;
	}
	.search ul ul > li{
		margin-right: 0;
	}
	.search ul ul > li + li{
		border-top: 1px solid #ffe6cc;
	}
	.search ul a{
		display: block;
		width: auto;
		padding: 10px 16px;
	}
	.search ul a:after{
		right: 16px;
	}
	.search ul li a span.stores{
		display: inline-block;
		padding-left: 5px;
	}
	/* ------------------------------------------------------
		cv_wrap
	------------------------------------------------------ */
	.cv{
		margin-bottom: 28px;
	}
	.cv_wrap{
		background: #ff5a08;
		color: #fff;
	}
	.cv_wrap a,.cv h2,.cv_wrap ul h3{
		color: #fff;
	}
	.cv h2 {
		padding-top: 36px;
		margin-bottom: 11px;
	}
	.cv h2:before {
		width: 151px;
		height: 12px;
		background: url(../img/cv_h2_before_sp.png) center bottom /100% auto no-repeat;
		position: absolute;
		top: 21px;
		left: calc(50% - 77px);
	}
	.cv_wrap ul h3{
		font-size: 16px;
		text-align: center;
		font-weight: bold;
	    margin-bottom: 5px;
	}
	.cv_wrap:before {
		content: '';
		display: block;
		width: 317px;
		height: 73px;
		background: url(../img/cv_deco_sp_010.png) center bottom /100% auto no-repeat;
		position: absolute;
		top: -52px;
		left: calc(50% - 162px);
	}
	.cv_wrap .contact{
		padding: 0 16px;
		margin-bottom: 25px;
	}
	.cv_wrap .contact p{
		margin-bottom: 10px;
		font-size: 12px;
		line-height: 1.3em;
		letter-spacing: 1px;
	    font-weight: 300;
	}
	.btn.cv_btn a{
		color: #ff5a08;
		background: #fff;
		font-size: 16px;
		font-weight: 600;
		text-align: left;
		padding: 14px 20px 14px 16px;
		letter-spacing: 1px;
	}
	.cv_btn{
		font-size: 18px;
	}
	.btn.cv_btn a:before{
		right: 16px;
		background: #ff5a08;
		width: 16px;
		height: 16px;
	}
	.btn.cv_btn a:after{
		right: 22px;
		width: 6px;
		height: 6px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		background: none;
		top: 1px;
		border-radius: 0;
	}
	.cv_btn span {
		position: relative;
		padding-left: 28px;
	}
	.cv_btn span:before{
		background: url(../img/ico_reserve_orange.png) center bottom /100% auto no-repeat;
	    top: 0;
	    width: 21px;
		height: 22px;
	}
	.cv_wrap ul{
		flex-wrap: wrap;
		background: #ff5a08;
		padding: 0 16px 16px 16px;
	}
	.cv_wrap ul li{
		width: 100%;
	}
	.cv_wrap ul li + li{
		margin-top: 25px;
	}
	.tel_area{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.tel_area img {
		width: 100%;
		margin: 10px 0 0 0;
	}
	.tel_area .tel_txt{
		font-size: 11px;
	    font-weight: 300;
    text-align: center;
	}
	.student{
		width: 100%;
	}
	.cv_wrap ul .student h3{
		margin-bottom: 8px;
	}
	.student .btn.btn_mono a{
		background: #ff5a08;
	    border-radius: 0;
	}
	.btn.btn_mono a:before, .btn.btn_mono a:after{
	}
	/* ------------------------------------------------------
   		footer
	------------------------------------------------------ */
	footer,footer.f_index{
		padding: 15px 0 100px 0;
	}
	footer:after{
		content: '';
		display: block;
		width: 100%;
		height: 190px;
		background: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	/*f_nav*/
	footer .f_nav ul{
		height: auto;
		flex-direction: inherit;
		justify-content: space-between;
	}
	footer .f_nav li{
		padding: 0;
		width: calc(50% - 0.5px);
	}
	footer .f_nav li + li{
		margin-top: 1px;
	}
	footer .f_nav li:nth-child(3),footer .f_nav li:nth-child(17){
		margin-bottom: 0;
	}
	footer .f_nav li:nth-last-child(-n+2){
		padding: 0;
	}
	footer .f_nav li:nth-child(1),
	footer .f_nav li:nth-child(2),
	/* footer .f_nav li:nth-child(18), */
	footer .f_nav li:last-child{
		width: 100%;
	}
   .f_nav_sp{
      display: block;
   }
	footer .f_nav li a{
		display: flex;
		background: #fff;
		padding: 18px 25px 18px 16px;
		font-size: 14px;
		position: relative;
		align-items: center;
		line-height: 1;
	}
	footer .f_nav li a:before{
	    content: '';
		display: block;
		box-sizing: border-box;
		width: 10px;
		height: 2px;
		background: #ff5a08;
		transform: rotate(135deg);
		position: absolute;
		top: 7px;
		right: 10px;
		bottom: 0;
		margin: auto;
		border-radius: 2px;
	}
	footer .f_nav li a:after{
	    content: '';
		display: block;
		box-sizing: border-box;
		width: 10px;
		height: 2px;
		background: #ff5a08;
		transform: rotate(45deg);
		position: absolute;
		top: -5px;
		right: 10px;
		bottom: 0;
		left: auto;
		margin: auto;
		border-radius: 2px;
	}
	footer .f_nav li.f_nav_sns{
		margin-top: 20px;
	}
	footer .f_nav li.f_nav_sns p{
	    display: inline-block;
		background: #fff;
		font-weight: 500;
		border-radius: 20px;
		font-size: 14px;
		padding: 0px 12px;
		margin-right: 15px;
		box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.13);
	}
	footer .f_nav li.f_nav_sns a {
		margin-top: 0;
		background: none;
		padding: 0;
	    display: flex;
		align-items: center;
	}
	footer .f_nav li a + a{
		margin-left: 15px;
	}
	footer .f_nav li.f_nav_sns a:before,
	footer .f_nav li.f_nav_sns a:after{
		display: none;
	}
	a.pagetop {
	    bottom: 68px;
		top: auto;
	}
	/*f_btm*/
	.f_btm{
		padding: 0;
		background: none;
	}
	.f_btm .inner{
		flex-wrap: wrap;
	}
	.sp_ftop {
		margin-bottom: 100px;
	}
	.f_btm ul.f_maplist{
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 17px;
	    font-weight: 300;
	}
	.f_btm ul.f_maplist li + li a:before{
		display: none;
	}
	.f_btm ul.f_bnr{
		justify-content: space-between;
		width: 100%;
		max-width: 360px;
		margin: auto;
	}
	address{
		position: relative;
		left: auto;
		bottom: auto;
		font-size: 8px;
		text-align: center;
	}
	.cv_fixed {
		position: fixed;
		right: auto;
		z-index: 5;
		bottom: 0;
		width: 100%;
		display: flex;
		background: #ff5a08;
	}
	.cv_fixed li{
		width: 50%;
	}
	.cv_fixed li + li{
		margin-left: 0;
	}
	.cv_fixed li:first-child{
		border-right: 1px solid #ff8533;
	}
	.cv_fixed li:last-child{
		border-left: 1px solid #e75d00;
	}
	.cv_fixed a{
		display: flex;
		width: 100%;
		height: 54px;
		font-family: dnp-shuei-mgothic-std, sans-serif;
		font-size: 15px;
		font-weight: 600;
		align-items: center;
		justify-content: center;
		color: #fff;
		border-radius: 0;
		background: none;
		letter-spacing: 1px;
	}
	.cv_fixed li:last-child a:after{
		display: none;
	}
	.cv_fixed li a span{
	  	margin: 0;
  	  	padding: 0 0 0 30px;
	}
	.cv_fixed li span:before{
		left: 0;
		right: auto;
		margin: 0;
	}
	.cv_fixed li:first-child span:before{
		width: 25px;
		height: 20px;
		background: url(../img/ico_search_white.png) center top /100% auto no-repeat;
	}
	.cv_fixed li:last-child span:before{
		width: 21px;
		height: 22px;
	    background: url(../img/ico_reserve_white.png) center top /100% auto no-repeat;
		left: 2px;
	}
	/* ------------------------------------------------------
   		about
	------------------------------------------------------ */
	.about{
		margin-top: 0;
	}
	.about .h2_tit p {
		margin-top: 10px;
		text-align: center;
		/*font-size: 13px;*/
	}
	.white_cont .about .inner{
	    padding: 0 16px 25px 16px;
	}
	.white_cont .about .h2_tit {
		padding: 30px 0 25px 0;
		width: 100%;
	    background: #f2f2f2;
	}
	.about_list{
		margin-bottom: 0;
	}
	.about_list::before,
	.about_list::after {
		content: '';
		display: block;
		width: calc((100% - (16px * 2)) / 3);
	}
	.about_list li{
		width: calc((100% - (16px * 2)) / 3);
	}
	.about_list img{
		top: 6px;
		right: -6px;
	}
	.about_list p {
		display: block;
		font-size: 12px;
		line-height: 1.2em;
		padding: 0 16px 0 0;
	}
	.about_list p:before {
		width: 16px;
		height: 16px;
		right: 0;
		margin: 0;
		top: calc(50% - 7px);
	}
	.about_list p:after {
		width: 4px;
		height: 4px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		right: 6px;
		margin: 0;
		top: calc(50% - 2px);
	}
	.about_list div{
		margin-bottom: 6px;
	}
	h2.deco_about{
		margin-bottom: 0;
	}
	h2.deco_about:before {
		width: 68px;
		height: 17px;
		top: -16px;
		left: calc(50% - 34px);
	}
	h2.deco_about span{
	    display: block;
	}
	h2.deco_about span:before {
		width: 36px;
		height: 41px;
		background: url(../img/about_deco_010.png) center bottom /100% auto no-repeat;
		position: absolute;
		bottom: -50px;
		left: 6px;
	}
	h2.deco_about span:after {
		width: 33px;
		height: 50px;
		background: url(../img/about_deco_020.png) center bottom /100% auto no-repeat;
		position: absolute;
		bottom: -54px;
		right: 6px;
	}
}
/* ------------------------------------------------------
   sp 600以下
------------------------------------------------------ */
@media screen and (max-width: 600px) {
	/* ------------------------------------------------------
   		common
	------------------------------------------------------ */
	.pc_sp {
		display: none!important;
	}
	.s_sp {
		display: inherit!important
	}
}

/* ------------------------------------------------------
   sp 350以下
------------------------------------------------------ */
@media screen and (max-width: 350px) {
	/* ------------------------------------------------------
   		header
	------------------------------------------------------ */
	header .logo a,header.h_small .logo a{
		width: 150px;
		top: 16px;
	}
}


/* ------------------------------------------------------
   961px以上
------------------------------------------------------ */
@media screen and (min-width: 961px) {
	.h_nav{
		display: flex!important;
	}
}




/* 20181203追加 動画 start */
@media screen and (min-width:768px){
	.movie_set{
			padding: 60px 30px;
			/*min-width: 980px;*/
			margin-bottom: 75px;
			display: block;
			/*opacity: 0;*/
	}
	.movie_set .movie_set_content01{
			width: 710px;
			margin: 0 auto;
	}
	.movie_set .movie_set_content01 iframe{
			width: 710px;
			height: 420px;
	}
	.movie_set .movie_set_content01 p{
			color: #fff;
			font-size: 22px;
			line-height: 170%;
			width: 710px;
			background-color: #ff3e3e;
			padding: 10px 0;
			margin-bottom: 10px;
			text-align: center;
			font-weight: bold;
	}
}
@media screen and (max-width:767px){
	.movie_set{
			padding: 3vw;
			margin-bottom: 8.66vw;
			display: block;
			/*opacity: 0;*/
	}
	.movie_set .movie_set_content01{
			width: 94vw;
			margin:0 auto 2vw;
	}
	.movie_set .movie_set_content01 iframe{
			width: 94vw;
			height: 53vw;
	}
	.movie_set .movie_set_content01 p{
			color: #fff;
			font-size: 140%;
			line-height: 130%;
			background-color: #ff3e3e;
			padding: 10px 0;
			margin-bottom: 5px;
			text-align: center;
			font-weight: bold;
	}
}
/* 20181203追加 動画 end */


/* 20190422追加 インスタグラマー start */
.instagramer_ttl {
	padding-top: 4vw;
}
.instagramer_img {
	margin: 0 7vw 4vw;
}
.movie_set_content01 .movie_txt {
	text-align: right;
	font-size: 3.2vw;
	color: #4f4f4f;
	line-height: 170%;
}
.movie_set_content01 .movie_img {
	text-align: center;
	width: 60%;
	margin: 1vw auto 0;
}
@media screen and (min-width:768px){
	.instagramer_ttl {
		width: 714px;
		margin: 0 auto;
		padding-top: 0;
	}
	.instagramer_img {
		width: 800px;
		margin: 0 auto 40px;
	}
	.movie_set_content01 .movie_txt {
		font-size: 90%;
	}
	.movie_set_content01 .movie_img {
		width: 440px;
		margin: 10px auto 0;
	}
}
/* 20190422追加 インスタグラマー end */



.news table{
	margin-bottom: 20px;
	width: 100%;
}
.news th,.news td{
	padding: 10px 10px 10px 0;
	text-align: left;
	font-weight: 300;
	border-bottom: 1px solid #ebebeb;
}
.news .border_none{
	border-bottom: none !important;
	padding-bottom: 0 !important;
}
.news th{
	width: 35%;
}
.news_note{
	font-weight: 300;
	margin-bottom: 20px;
	width: 100% !important;
	padding-top: 0 !important;
	font-size: 90%;
}
.news_table_title{
	padding-top: 20px !important;
	border-bottom: none !important;
}
@media screen and (max-width:767px){
	.news th{
		width: 55%;
		padding: 0;
	}
	.news td{
		text-align: right !important;
	}
}
@media screen and (max-width: 320px) {
	.news table{
	margin-bottom: 10px;
	}
	.news th{
		display: block;
		width: 100%;
		border-bottom: none;
		padding: 0;
	}
	.news td{
		float: left;
		margin-bottom: 10px;
		width: 100%;
		border-bottom: 1px solid #ebebeb;
		text-align: left !important;
		padding: 0 0 5px 0;
	}
	.news_note{
		border-bottom: 1px solid #ebebeb !important;
		margin-bottom: 5px;
		padding-bottom: 5px !important;
	}
}
/* 20210222追加 おしらせ動画 start */
@media screen and (min-width:768px){
	.news_movie_set{
			padding: 60px 30px;
			margin-bottom: 75px;
			display: block;
	}
	.news_movie_set .news_movie_set_content01{
			width: 710px;
			margin: 0 auto;
	}
	.news_movie_set .news_movie_set_content01 iframe{
			width: 710px;
			height: 420px;
	}
}
@media screen and (max-width:767px){
	.news_movie_set{
			margin-bottom: 8.66vw;
			display: block;
	}
	.news_movie_set .news_movie_set_content01{
			width: 90vw;
			margin:2vw auto;
	}
	.news_movie_set .news_movie_set_content01 iframe{
			width: 90vw;
			height: 51vw;
	}

}
/* 20210222追加 おしらせ動画 end */