@charset "UTF-8";

.fweight300{font-weight:300;}

.wk_title, .wk_title_wh, .wk_title_or, .wk_title_yl, .wk_title_rd, .wk_title_pk{
    position: relative;
    z-index: 1;
	margin: 0 auto;
	padding: 60px 0 0;
	max-width: 300px;
	background-image: url("../images/common/bg_mark_sun.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 40px;
}
.wk_title_wh{background-image: url("../images/common/bg_mark_sun_wh.png");}
.wk_title_or{background-image: url("../images/common/bg_mark_sun_or.png");}
.wk_title_yl{background-image: url("../images/common/bg_mark_sun_yl.png");}
.wk_title_rd{background-image: url("../images/common/bg_mark_sun_rd.png");}
.wk_title_pk{background-image: url("../images/common/bg_mark_sun_pk.png");}
h1.title, h2.title
, h1.title_wh, h2.title_wh
, h1.title_bl, h2.title_bl
, h1.title_gn, h2.title_gn
{
	margin: 0 auto 80px;
	padding: 0 0 45px;
	text-align: center;
	font-size: 20px;
	width: 100%;
	font-family: 'Noto Serif JP';
	font-weight: 400;
    background-image: url("../images/common/line_wave.png");
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 300px;
}
h1.title_wh, h2.title_wh{
	color: #FFFFFF;
    background-image: url("../images/common/line_wave_wh.png");
}
h1.title_bl, h2.title_bl{background-image: url("../images/common/line_wave_bl.png");}
h1.title_gn, h2.title_gn{background-image: url("../images/common/line_wave_gn.png");}
h2.dcircle{
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #0B3F1F;
}
h2.dcircle::before{
    content: '◎';
}



/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
	-moz-animation:blink 1.5s ease-in-out infinite alternate;
	animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
	0% {opacity:0.1;}
	100% {opacity:1;}
}
@-moz-keyframes blink{
	0% {opacity:0.1;}
	100% {opacity:1;}
}
@keyframes blink{
	0% {opacity:0.1;}
	100% {opacity:1;}
}


table{
	width:100%;
	margin:0 auto;
	padding:0;
	border-collapse:collapse;
}
th,td{
	vertical-align:top;
	margin:0;
	padding:0;
	font-weight: normal;
}
th{
	white-space: nowrap;
}
td{
}
@media screen and (max-width: 767px) {/*スマホ対応*/
}


/*flexbox*/
.flexcontainer{/*親*/
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	text-align: left;
}
.flexitem{/*子*/
	position: relative;
	z-index: 0;
	margin: 0 0px 0px;
	padding: 0 0px 0px;
}
.flexitemInner{/*子inner*/
	position: relative;
	margin: 10px 15px;
	padding: 0 0 5px;
}
.flexitem img{
	width: 100%;
}
.flexitem1of1{flex-basis: calc(100%);}
.flexitem1of2{flex-basis: calc(50%);}
.flexitem1of3{flex-basis: calc(33.333%);}
.flexitem1of4{flex-basis: calc(25%);}
.flexitem1of5{flex-basis: calc(20%);}
.flexitem1of6{flex-basis: calc(16.666%);}

@media screen and (max-width: 767px) {/*スマホ対応*/
	.flexitem1of2{flex-basis: calc(100%);}
	.flexitem1of3{flex-basis: calc(100%);}
	.flexitem1of4{flex-basis: calc(50%);}
	.flexitem1of5{flex-basis: calc(50%);}
	.flexitem1of6{flex-basis: calc(50%);}
}


.bgIndexMain {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
	box-shadow:0px 30px 10px -20px rgba(0,0,0,0.1) inset;
}
.indexMain
, .bgEEE
, .bgFFF
, .bgF2F
, .bglgy
, .bgGy
, .bgInfo01
, .bgSky01
, .bgProfile01
, .bgSalon01
, .bgSalonPhoto
, .bgPageTitle
{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 0;
    background-size: cover;
    background-position: center center;
}
.bgF2F{background-color: #F2F2F2;}
.bgEEE{background-color: #EEEEEE;}
.bgFFF{background-color: #FFFFFF;}
.bgInfo01{
    background-image: url("../images/common/bg_info01.jpg");
	background-position: left 20% top 0;
}
.bgSky01{
    background-size: 100%;
	background-repeat: no-repeat;
    background-image: url("../images/common/bg_sora01.jpg");
    background-position: bottom center;
}
.bgProfile01{
    background-image: url("../images/common/bg_profile01.jpg");
}
.bgSalon01{
    background-image: url("../images/common/bg_salon01.jpg");
}
.bgSalonPhoto{
    background-image: url("../images/pages/salon001.jpg");
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.bgSalonPhoto{
	background-image: none;
	background-color: #FFFFFF;
}
}

@media screen and (max-width: 767px) {/*スマホ対応*/
.bgProfile01{
    background-image: url("../images/common/bg_profile01mo.jpg");
    background-position: right 20% top 0;
}
.bgSalon01{
    background-position: center bottom 0;
}
}

.bglgy{
    background-image: url("../images/common/bg_lgy.png");
    background-size: 300px;
    background-repeat: repeat;
    background-position: 0 0;
}
.bgGy{
    background-image: url("../images/common/bg_gy.png");
    background-size: 300px;
    background-repeat: repeat;
    background-position: 0 0;
}
.bgIndexShop::after
, .bgProfile01::after
, .bgSalon01::after
{
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}
.bgSalon01::after
{
    background-color: rgba(0,0,0,0.6);
}

.contentsIn800.bgWh{
	background-color: rgba(255,255,255,0.3)
}



.linkBT{/*中央*/
	margin: 0 auto;
	padding: 0;
	max-width: 300px;
}
.BT1of1{
	position: relative;
	max-width: 300px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 20px;
}

.pageTitleIn{
	position: relative;
	max-width: 1326px;
	margin: 0 auto;
	padding: 40px 0px;
}

.campBa{
	position: fixed;
	z-index: 998;
	bottom: 10px;
	right: 10px;
	width: 120px;
}
.campBa img{
	opacity: 0.8;
}


/*---------------------------------------------------------------------------------------------------------- index.html _____*/
.loaderLogo {
	margin: 0px auto;
	width: 50px;
	position: relative;
	animation: loadlogo 1.5s infinite linear;
}
.loaderLogo img{
	width: 100%;
}
@keyframes loadlogo {
  0% {
  	opacity: 1;
  }
  50% {
  	opacity: 0.1;
  }
  100% {
  	opacity: 1;
  }
}


#btScroll{
	position:absolute;
	z-index:1;
	bottom:30px;
	left:0;
	right:0;
	margin:auto;
	width:50px;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
#btScroll{
	bottom:50px;
}
}

.payment img{
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 40px;
}


/*---------------------------------------------------------------------------------------------------------- menu ----------------*/
h2.menu{
	position: relative;
	display: inline-block;
	z-index: 0;
	margin: 0;
	padding: 50px 25px 0 25px;
	font-size: 18px;
}
.menubiko{
	position: relative;
	display: inline-block;
	text-align: right;
	font-size: 11px;
}
.menuexp{
	padding: 25px 25px 0;
	font-size: 11px;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.menuexp{
	padding: 25px 0px 0 0;
}
}
.menuexp2{
	width: 100%;
	border: 1px solid #CCCCCC;
	margin: 25px 0 0 ;
	padding: 25px;
	font-size: 13px;
}
table.menu, table.news{
    position: relative;
    margin: 0;
    padding: 0;
}
table.menu th, table.menu td
, table.news th, table.news td
{
    width: 50%;
    text-align: left;
    vertical-align: top;
    margin: 0;
    padding: 25px;
    border-collapse: collapse;
    box-sizing: border-box;
    font-weight: 300;
    border-bottom: 1px dotted #CCCCCC;
}
table.menu th, table.news th{
    /*width: 20%;*/
    white-space: nowrap;
    font-size: 13px;
}
table.menu td.price{
	white-space: nowrap;
	text-align: right;
}
table.news th, table.news td
{
    width: auto;
}
table.news td a{text-decoration: underline;}
table.news td a:hover{text-decoration: none;}

@media screen and (max-width: 767px) {/*スマホ対応*/
h2.menu{
	padding: 50px 0px 0 0;
}
.menubiko{
	display: block;
}

table.menu tr {
    width: 100%;
}
table.menu th, table.menu td
, table.news th, table.news td
{
    padding: 25px 0;
    width: auto;
    white-space: normal !important;
}
table.menu td.price{
	white-space: nowrap !important;
}
table.news th, table.news td
{
	display: block !important;
	width: 100%;
}
table.news th{
	padding-bottom: 0;
	border: 0;
}

table.menu td{
}
}
.taxinc{font-size: 11px;}




/*---------------------------------------------------------------------------------------------------------- shop ----------------*/
.salonPhoto{
	position: relative;
	z-index: 0;
	margin: 0px;
	padding: 0;
	/*background-color: #FFFFFF;*/
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.salonPhoto{
	margin: 2.5px;
}
}
.subMenu{
    float: left;
    margin: 0;
    padding: 5px 0px 0px 30px;
    font-size: 12px;
}
.shopSNSico{
    float: right;
    margin: 0;
    padding: 8px 15px 0px 0;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.subMenu, .shopSNSico{
    float: none;
    padding: 15px 0px 5px;
    text-align: center;
    font-size: 11px;
}
}
.subMenu a{
    margin: 0;
    padding: 0 10px 0 0;
    display: inline-block;
}
.subMenu a::before{
    content: "- ";
}
.shopSNSico img{
    display: inline-block;
    margin: 0;
    padding: 0 5px 0 0;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.shopSNSico img{
    padding: 0 10px;
}
}

.Data table{
    position: relative;
    margin: 0;
    padding: 0;
}
.Data th, .Data td{
    text-align: left;
    vertical-align: top;
    margin: 0;
    padding: 25px;
    border-collapse: collapse;
    border-bottom: 1px dotted #FFFFFF;
    box-sizing: border-box;
    font-weight: 300;
}
.Data th{
    width: 20%;
    white-space: nowrap;
    font-size: 13px;
}
.Data td a{
	color: #FFFFFF;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.Data tr {
    width: 100%;
}
.Data th{
    padding-bottom: 0;
    border-bottom: 0px;
}
.Data th, .Data td{
    display: block;
    width: 100%;
}

/*.shopTable CSS*/
.shopTable .thead {
display: none;
}
.shopTable tr {
width: 100%;
}
.shopTable th.pref{
    padding-bottom: 40px;
}

.shopTable td {
display: block;
text-align: left;
width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    border: 0;
}
.shopTable td:first-child {
text-align: center;
}
.shopTable td:before {
content: attr(data-label);
float: left;
margin-right: 20px;
    white-space: nowrap;
	font-family: 'Noto Serif JP';
	font-weight: 400;
    color: #0B3F1F;
    font-size: 13px;
}
.shopTable td:last-child {
    border-bottom: 1px dotted #595959;
    margin-bottom: 25px;
}

}



.shopSNS{}
.shopSNS a{
    display: inline-block;
    margin: 0;
    padding: 0 20px 0 0;
    text-decoration: underline;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;/*9/16*/
padding-bottom: 50%;/*1/2*/
padding-bottom: 33.333%;/*1/3*/
padding-top: 0px;
margin-top: 0px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.ggmap {
padding-bottom: 100%;
}
}

.shopphoto{
    margin: 0;
    padding: 0;
    background-color: #000000;
}
.shopphoto a img{opacity: 0.7;}
.shopphoto a:hover img{opacity: 1;}


.shopList table{/*はたらくにも使用*/
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}
.shopList th, .shopList td{
    position: relative;
    text-align: left;
    vertical-align: top;
    margin: 0;
    padding: 20px 10px;
    border-bottom: 1px dotted #CCCCCC;
    font-weight: 300;
}
.shopList th.nm{
    width: 30%;
    white-space: nowrap;
}
.shopList th.nm a{
    text-decoration: underline;
}
.shopList td.add{
    width: 50%;
}
.shopList td.tel{
    width: 20%;
}
@media screen and (max-width: 1023px) {/*タブレット対応*/
.shopList th.nm, .shopList td.add, .shopList td.tel{
    display: block;
    width: 100%;
    padding: 10px;
}
.shopList th.nm, .shopList td.add{
    border-bottom: 0;
    padding-bottom: 0;
}
.shopList th.nm{
    padding-top: 15px;
}
}

.payCard{}
.payCard img{
	position: relative;
	z-index: 0;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 50px;
}


/*---------------------------------------------------------------------------------------------------------- DAVINES _____*/
.plist{
	line-height: 150%;
	font-size: 12px;
}
.dvns_name{
	margin: 0;
	padding: 0 0 10px;
	text-align: center;
	font-size: 16px;
}
.dvns_category{
	margin: 0 0 10px;
	padding: 0 0 10px;
	text-align: center;
	font-size: 13px;
	border-bottom: 1px solid #666666;
}
.dvns_desc{
	margin: 0;
	padding: 0 0 10px;
}
.dvns_net
, .dvns_price
{
	margin: 0;
	padding: 0 0 10px;
	text-align: right;
}
.tax{
	margin-left: 5px;
	font-size: 10px;
}


.pdetail img{
	margin: 0 auto;
	padding: 0;
	width: 50%;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.pdetail img{
	width: 100%;
}
}

.detail_desc{
	margin: 0;
	padding: 40px 0 0;
}
.detail_desc h2{
	margin: 0 0 10px;
	padding: 0;
	font-size: 16px;
}
.detail_desc p{
	margin: 0 0 20px;
	padding: 0;
	font-size: 13px;
	line-height: 180%;
}



/*------------------------------------------------------------------------------ style ----------------*/

/*カテゴリボタンのリスト*/
.bgFilterBtnList{
	width: auto;
	margin: 0 0 80px;
	padding: 0;
	text-align: center;
}
ul#filterBtnList{
    list-style: none;
    margin: 0 0 0px 0;
	margin: 0 auto;
    padding: 0;
	width: 320px;
}
ul#filterBtnList li{
    display: inline-block;
	/*display: inline;*/
    padding: 5px;
    font-size: 13px;
    cursor: pointer;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: normal;
}
ul#filterBtnList li::before{
	content: "- ";
}
ul#filterBtnList li:hover{
	text-decoration: underline;
}
ul#filterBtnList li.is_active{
	font-weight: bold;
}


/*information*/
.itemInfo{/*\子*/
	position: relative;
	z-index: 0;
	width: 8.3333%;
	width: 10%;
	border: 0px;
	background: #fff;
	box-sizing: border-box;
	color: #000;
	font-size: 16px;
	padding: 2.5px;
	margin: 0 0 0px;
	line-height: 180%;
}
.itemInfo img{
	display: block;
	width: 100%;
}
.itemInfo a:hover img{
	opacity: 0.5;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.itemInfo{/*\子*/
	width: 20%;
}
}

.infoLabel{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	min-width: 50px;
	margin: 0;
	padding: 5px 5px;
	font-size: 11px;
	background-color: rgba(0,0,0,0.8);
	color: #FFFFFF;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	line-height: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.thumbs {
  width: 100%;
  max-width: 768px;
  position: relative;
}
.thumbs::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.thumbs img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
}
.thumbs{overflow: hidden;}
.thumbs img{transition: all 1s ease-in-out;}
.thumbs a:hover img{transform: scale(1.2);}



ul.pager {
	margin: 50px 0 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	background-color: #FFFFFF;
}
ul.pager li {
	margin: 0 2.5px;
	padding: 3px 8px;
	border: 1px solid #CCCCCC;
}
ul.pager li a {
	text-decoration: underline;
}

ul.pager li.current {
	background-color: #666666;
}
ul.pager li.current a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}


/*------------------------------------------------------------------------------ footer ----------------*/
.footer{
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1326px;
	font-size:12px;
}
.footer a{
	color: #fff;
	text-decoration: none;
}
.footer a:hover{
}
.footer p{
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 180%;
}
.footer p.companuNM{
	margin: 0 0 20px;
}
.footer p.companuAdd{
	margin: 0 0 50px;
}

/*flexbox*/
.footerMenu{/*親*/
	margin: 0 0 50px;
	padding: 0;
}
.fMenuGroup{
	margin: 0;
	padding: 0;
	border-right: 0px;
}
.fmItem{/*子*/
	position: relative;
	z-index: 0;
	margin: 0 20px 10px;
	padding: 0 0px 0px;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.footerMenu{/*親*/
}
.fMenuGroup{
	border-right: 1px solid #888888;
}
.fmItem{/*子*/
	display: block;
	width: 50%;
	margin: 0;
	padding: 0px;
	border: 1px solid #888888;
	border-bottom: 0;
}
.fmItem.fmHome{/*ホーム*/
	width: 100%;
	text-align: center;
}
.fmItem a{/*子*/
	display: block;
	padding: 10px;
}
.fmItemL{
	border-right: 0;
}
.fmItemB{
	border-bottom: 1px solid #888888;;
}
}

.fmSNS{/*子：SNS*/
	position: relative;
	z-index: 0;
	margin: 0 10px 20px;
	padding: 0 0px 0px;
	font-size: 18px;
	letter-spacing: normal;
}
.footSNSico{
	display: inline-block;
	width: 25px !important;
}

/*ロゴ*/
.footLogo{
	margin: 20px auto 50px;
	padding: 0;
	max-width: 100px;
}
.footLogo img{
}










/*------------------------------------------------------------------------------ modal ----------------*/
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.5);
}
.modal-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 650px;
	width: 90%;
	background-color: #fff;
    z-index: 2;
	border-radius: 10px;
	margin: 0;
	padding: 5px 15px 5px 20px;
	color: #000000;
}
.modalClose{
    background-color: #333333;
    color: #fff;
    border: 0px solid #fff;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    line-height: 1.5;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -15px;
    right: -2%;
    z-index: 99999;
    font-size: 11px;
}
table.menu th .modal-box p{
    white-space: normal !important;
	line-height: 180%;
}
.modalOpen{
	text-decoration: underline;
	cursor: pointer;
}




/*------------------------------------------------------------------------------ フォーム ----------------*/
.bgMail{
	margin: 0;
	padding: 20px 10px 10px;
	border: 1px solid #CCC;
	background-color: #F9F9F9;
}

.cboxLeft{
	float: left;
	margin-bottom: 10px;
}
.front_radio{
	margin: 0 30px 0 0;
	padding: 0 0 0px;
	line-height: 180%;
}
.front_checkbox{
	margin: 0 30px 0 0;
	padding: 0 0 0px;
	line-height: 180%;
}
.linedot{
	border-bottom:1px solid #69821B;
}
.dataitem_half{
	float: left;
	margin: 30px 0 0;
	padding: 0px 0 0;
	text-align: left;
	letter-spacing: 1px !important;
	width: 40%;
	vertical-align: top;
	font-size: 16px;
}
.datadata_half{
	float: left;
	margin: 30px 0 0;
	padding: 0;
	text-align: left;
	letter-spacing: 1px !important;
	width: 60%;
	vertical-align: top;
	font-size: 16px;
}
.datamail{
	margin: 0 auto;
	padding: 0;
	width: 98%;
}
.line_gy {
    clear: both;
    border-bottom: 1px dotted #666666;
}


.bt_one{
	margin:120px auto 50px;
	padding:0px;
	text-align:center;
	letter-spacing:1px !important;
	max-width: 300px;
	vertical-align:top;
}
.bt_half{
	display: inline-block;
	margin:60px 20px 50px;
	padding:0px;
	text-align:center;
	letter-spacing:1px !important;
	width:300px;
	vertical-align:top;
}
input[type=text], textarea, select{
	border:0; 
	padding:10px 1%; 
	color:#000; 
	border:solid 1px #ccc; 
	margin:0; 
	font-size:16px;
}
input[type=text], textarea{
	width:98%;
}
input:focus, textarea:focus, select:focus {
    border:solid 1px #0B19E7;
}
textarea{
	height:300px;
}
select{
	height: 44px;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.dataitem_half{
	float:none;
	margin: 20px 0 0;
	width: 100%;
}
.datadata_half{
	float:none;
	margin: 0px 0 0;
	padding: 10px 0 0;
	width: 100%;
}
.bt_half{
	/*margin:20px auto 10px;*/
	margin:30px auto 20px;
	max-width: 200px;
}
}


.cp_ipselect {
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;

	border:0; 
	padding:10px 1%; 
	color:#000; 
	margin:0; 
	font-size:16px;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl03 {
	position: relative;
	border-radius: 0px;
	border: 1px solid #ccc;
	background: #ffffff;
}
.cp_ipselect.cp_sl03::before {
	position: absolute;
	top: 0.6em;
	right: 2em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	width: 10px;
	height: 10px;
	border-bottom: 4px solid #666666;
	border-right: 4px solid #666666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	pointer-events: none;
}
.cp_ipselect.cp_sl03 select {
	padding: 8px 38px 8px 18px;
	padding: 8px 38px 8px 1%;
	/*color: #666666;*/
}



@media screen and (max-width: 1023px) {/*タブレット対応*/
.pc{
	display:none;
}
.tablet{
	display:block;
}
}



