/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font-size: 14px;
	line-height: 1.9;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color:#dd7777;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

* {
    box-sizing: border-box;
}


a img:hover{
	opacity: 0.8;
}


.center {
	text-align: center;
	width: 100%;
	margin: 20px 0;
}


.i-cl{
	-webkit-backface-visibility: hidden;
}


/*-- 画像回り込み  --*/

.mw-i {
	float: left;
	margin: 0 25px 15px 0;
	width: 50%;
}
.mw-i img {
	max-width: 100%;
}
.float_none {
	clear: both;
}
@media screen and (max-width: 999px){
	.mw-i {
	float: left;
	margin: 0 0 10px 0;
	width: 100%;
}
.mw-i img {
	max-width: 100%;
}
.float_none {
	clear: both;
}
}

.mw-i2 {
	float: left;
	margin: 0 20px 15px 0;
	width: 30%;
}
.mw-i2 img {
	max-width: 100%;
}
.float_none {
	clear: both;
}
@media screen and (max-width: 999px){
	.mw-i2 {
	float: left;
	margin: 0 0 10px 0;
	width: 100%;
}
.mw-i2 img {
	max-width: 100%;
}
}
	

/* PCスマホ表示切り替え
------------------------------------------------------------*/

/*-- PC版表示CSS  --*/
.pc_area{
  display:block;
}
.phone_area{
  display:none;
}


/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 999px){
 .pc_area{
    display:none !important;
  }
.phone_area{
    display:block;
  }
}


/* ポップアップウインドウの設定 */
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 100%;
  max-width: 900px;
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle;
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y:hidden;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  color: #004097!important;
  font-size: 26px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38!important
}



/* ヘッダー
------------------------------------------------------------*/

.top {
    position:relative;
	height: 600px;
}
     
.top .background { z-index: 0; }
     
.top .photo {
    z-index: 10;
    position: absolute;
    top: 53%;
    left: 50%;
    -webkit-transform: translate(-50%,-47%);
    transform: translate(-50%,-47%);
}
     
.top .photo img {
    width: 300px;
    max-width: 300px;
    height: auto;
}



@media only screen and (max-width: 999px) {
	.top {
    height: auto;
}
.top .photo img {
    width: 300px;
    height: auto;
}
}


@media only screen and (max-width: 500px) {
	.top {
    height: auto;
}
.top .photo img {
    width: 200px;
    max-width: 200px;
    height: auto;
}
}




/* TOP 2カラム
------------------------------------------------------------*/

.top-wrap h2 {
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0;
	letter-spacing: 1px;
}

/* スマホ　999px以下 */
@media only screen and (max-width: 999px) {
	.top-wrap{
    overflow: hidden;
    width: 100%;
    margin:20px auto;
  }
  .top-main{
    width: 100%;
    margin-bottom: 20px;
  }
  .side-menu{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
	  margin-bottom: 50px;
	  padding: 0 !important;
  }
	.top-wrap h2 {
	font-size: 18px !important;
}
}

/* pc　1000px以上 */
@media only screen and (min-width: 1000px), print {
  .top-wrap{
    overflow: hidden;
    margin:100px auto 20px auto;
	  max-width: 1200px;
  }
  .top-main{
    float: left;
    width: 50%;
	  padding: 0;

  }
  .side-menu{
    float: right;
    width: 50%;
	  padding: 30px 40px;

  }

}

.openrss {
	line-height: 2.3;
}

ul.style {
		}
		
ul.style li {
	margin: 0 !important;
	padding: 5px 0;
	border-top: 1px solid #ECECEC;
	display: block;
	padding-left: 20px;
	font-size: 16px;
}
		
ul.style li:first-child{
	padding-top: 0;
	border-top: none;
}

.li-no {
	padding-left: 0 !important;
}


#con-header{
	position: relative;
    overflow:hidden;
    width:100% !important;
    height:200px;
	margin-top: 70px;
	background: #2d095c;
}

#con-header img{
    position:absolute;
	max-width: 100% !important;
height: auto;

}

#con-slogan{
	position: absolute;
  top: 50%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
	color: #fff;
	line-height: 1.2;
	text-align: center;
}

#con-slogan h1{
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight:bold;
	letter-spacing: 10px;
}

#con-slogan h2{
	font-size: 16px;
	font-weight:normal;
	letter-spacing: 5px;
}

/* スマホ　999px以下 */
@media only screen and (max-width: 999px) {
	#con-header{
	position: relative;
    overflow:hidden;
    width:100% !important;
    height:150px;
	margin-top: 70px;
	background: #2d095c;
}
}




/* グローバルメニュー
------------------------------------------------------------*/
*, *:before, *:after {-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}
.wrap {
	width: 100%;
	background-color: #000 !important;
	z-index: 90;
	position:fixed;
	top:0;
	border: 0;
	padding: 0 10px;
}
#g-menu{
	background:#000;
	z-index: 100;
	max-width: 1000px;
	margin: 0 auto !important;
	border: 0;
}

#g-menu a{
	text-decoration:none;
	color:#dd7777;
transition: .4s;}

#g-menu:after{content:"";clear:both;display:block;border: 0;}

.logo{float:left;padding: 20px 0 10px 0;}
.logo a{display:block;}
.logo img {width: 150px;vertical-align:top;-webkit-backface-visibility: hidden;
}
nav{float:right;}
nav>ul{float:left;position:relative}
nav li{list-style:none;float:left;}
nav .dropdown{position:relative}
nav li a{float:left;padding:26px 25px; font-size: 16px;}
nav li a:hover{background:#dd7777;color:#fff !important;}
nav li ul{display:none}
nav li:hover ul{display:inline}
nav li li{float:none}
nav .dropdown ul{position:absolute;left:0;top:100%;background:#fff;padding:10px 0;border-bottom:3px solid #34495e}
nav .dropdown li{white-space:nowrap}
nav .dropdown li a{padding:10px 35px;min-width:200px;color:#000 !important;}
nav li li a{float:none;color:#333;display:block;}
nav li li a:hover{background:#FAFBFB;}

.line{float:left;padding: 15px 0 5px 20px;font-size: 32px;line-height: 1.6;letter-spacing: 1px;}


#menu-icon{position:absolute;right:0;top:50%;margin-top:-12px;margin-right:30px;display:none}
#menu-icon span{border:2px solid #dd7777;width:30px;margin-bottom:5px;display:block;-webkit-transition:all .2s;transition:all .1s}

@media only screen and (max-width: 1000px) {
  nav >ul>li >a{padding:26px 15px}
#g-menu{
	max-width: 1200px;
	margin: 0 auto;
}
}


@media only screen and (max-width: 1000px) {
	.logo{float:left;padding: 15px 0 10px 0;}
.logo a{display:block;}
.logo img {width: 170px;vertical-align:top;-webkit-backface-visibility: hidden;
}
	
  nav{display:none;width:100%;clear:both;float:none;height:310px;}
  #menu-icon{display:inline;top:35px;cursor:pointer}
  #menu-icon.active .first{transform:rotate(45deg);-webkit-transform:rotate(45deg);margin-top:10px}
  #menu-icon.active .second{transform:rotate(135deg);-webkit-transform:rotate(135deg);position:relative;top:-9px;}
  #menu-icon.active .third{display:none}
  .search{float:none}
  .search input{width:100%}
  nav{}
  nav ul{float:none;text-align: center;}
  nav li{float:none;}
  nav ul li a{float:none;padding:15px 0;display:block}
  #g-menu nav ul ul{display:block;position:static;background:none;border:none;padding:0}
  #g-menu nav a{color:#dd7777;}
  #g-menu nav a:hover{background:#dd7777;color:#333;}
	nav .dropdown li a{color:#dd7777 !important; padding-left: 50px;}
	nav li li a:hover{ color: #000!important;}
  #g-menu nav ul li li a:before{content:"┗ "}
	
	.tel{float:none;width: 200px;padding-left: 0 !important; font-size: 12px; text-align: center;display:block;margin: 0 auto;}
.no {font-size: 22px;font-weight: bold;line-height: 1.6;letter-spacing: 1px;}
}

.here {border-bottom:3px solid #dd7777; padding-bottom: 10px;}


/* 共通
------------------------------------------------------------*/

img{
	width: 100%;
	height: auto;
}


.mtb10 {margin: 10px 0 !important;}
.mtb20 {margin: 20px 0 !important;}
.mtb30 {margin: 30px 0 !important;}
.mtb50 {margin: 50px 0 !important;}

.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt50 {margin-top: 50px !important;}
.mt70 {margin-top: 50px !important;}

.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb50 {margin-bottom: 50px !important;}


.tb {font-weight: bold;}

.f16 {font-size: 16px;}
.f18 {font-size: 18px;}
.f20 {font-size: 20px;}
.f22 {font-size: 22px;}


.marker_ao {
background: linear-gradient(transparent 30%, #99DBFF 30%);
}

.marker_kii {
background: linear-gradient(transparent 30%, #ffec00 30%);
}

.marker_ore {
background: linear-gradient(transparent 30%, #dd7777 30%);
}


.content-wrap {
	
	max-width :850px !important;
	margin: 0 auto;
}

.content-wrap h2 {
	font-size: 26px;
	margin-bottom: 35px !important;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1.3;
}

@media(max-width: 700px){
	.content-wrap h2 {
	font-size: 22px;
	margin-bottom: 35px !important;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1.3;
}
}

/* スマホ　999px以下 */
@media only screen and (max-width: 999px) {
	.content-wrap{
    overflow: hidden;
    width: 90%;
    margin:30px auto;
  }
}

/* pc　1000px以上 */
@media only screen and (min-width: 1000px), print {
  .content-wrap{
	  max-width: 1200px;
    overflow: hidden;
    margin:50px auto;
  }
}





.box {
	margin: 10px 0 70px 0;
	font-size: 16px;
}

.box h3{
	font-size: 20px;
	margin: 10px 0 30px 0 !important;
	font-weight: bold;
	letter-spacing: 5px;
	line-height: 1;
	border-bottom: solid 5px #2d095c;
	padding-bottom: 10px;
	color:#2d095c;
}

.box-ul{
	list-style: disc !important;
	display: list-item;
	margin-left: 20px;
}

.box-ul-no{
	list-style:decimal;
	display: list-item;
	margin-left: 20px;
}


.mds-m {
	padding: 5px 10px;
	color: #000;
	font-weight: bold;
	background: transparent;
	border-left: solid 10px #dd7777;
	margin-bottom: 5px;
}


.t-box {
	margin-bottom: 40px;
	overflow: hidden;
}

.t-right {
	text-align: right;
}


.voice {
	border: solid 1px #ccc;
	padding: 20px;
	margin: 10px 20px 20px 20px;
	border-radius: 10px;
}





/* 2カラム */

.f-box2 {
  display:flex;
	justify-content:space-between;
}
	.fb2{
	width: 49%;
}

.pl {
	padding-left: 20px;
}

@media(max-width: 999px){
  .f-box2 {
   flex-direction: column;
	  text-align: center;
  }
	.fb2 {
	width: 100%;
		text-align: left;
		margin-top: 20px;
}
	.pl {
	padding-left:0;
}
	
}






/* アクセス
------------------------------------------------------------*/

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

#scd{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

#scd iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

.info-wrap {
	width: 85%;
	margin: 20px auto;
	font-size: 16px;
	box-sizing: border-box;
}
.info {
	width: 310px;
}


.info-t { width: 100%;
border-bottom: 2px solid #F08300;
margin: 10px 0;
}
.info-t th { 
	padding: 10px;
	border-top: 2px solid #F08300;
	border-bottom: none;
	background: #f4f4f4;
	text-align: center;
	font-size: 16px;
font-weight: normal !important;}
.info-t td { 
	padding: 10px;
	border: none !important;
	text-align: center;
font-size: 16px;}

 @media only screen and (max-width:768px){
	 .info-wrap  {
		 font-size: 14px;
	 }
    .info-t { width: 100%;
	 }
	 .info-t td,.info-t th {
	 font-size: 12px;}
}


/* フォーム
------------------------------------------------------------*/

input,textarea,select {
	padding: 5px;
	border-radius:3px;
	border: solid 1px #666;
}

.slct {
	padding: 20px !important;
	font-size: 14px;
	line-height: 30px;
	width: 100px;
}

/* PC */
@media only screen and (min-width: 1000px){
textarea {
	width: 80%;
}
	}

/* スマホ　999px以下 */
@media only screen and (max-width: 999px){
textarea {
	width: 100%;
}
	}

.sbmt {
	padding: 5px 30px;
	font-size: 14px;
	line-height:30px;
}

.sbmt:hover {
    background:#dd7777;
}


.uploadButton {
    display:inline-block;
    position:relative;
    overflow:hidden;
    border-radius:3px;
    background:#fff;
    color:#000;
    text-align:center;
    padding:5px;
    line-height:30px;
    width:200px;
    cursor:pointer;
	border: solid 1px #666;
	font-size: 14px;
}
.uploadButton:hover {
    background:#ccc;
}
.uploadButton input[type=file] {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;    
    opacity:0;
}
.uploadValue {
    display:none;
    padding:3px;
    color:#000;
}



/* お問い合わせ
------------------------------------------------------------*/


.linkbtn {
  display: inline-block;
  padding: 15px 25px;
	text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  transition: .4s;
	margin-bottom: 10px;
	background: #dd7777;
}

.linkbtn:hover {
  background:#2d095c;
	text-decoration: none;
}


/* コンテンツ
------------------------------------------------------------*/


/* 画像サイズ */

.img-s01 {
	width: 200px;
}


/* 当サロンのご案内 */

.f-box4 {
  display:flex;
	justify-content:space-between;
	margin-bottom: 50px;
}
	.fb4{
	width: 23%;
		text-align: center;
}
.fb4 a{
		color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	text-decoration: none;
	display:block;
	transition: .5s;
	padding: 10px 0;
	border-radius: 5px;
	background-size: 200%;
	background-image: linear-gradient(-90deg, #dd7777, #2d095c);
}
.fb4 a:hover{
		background-position: right;
}


a.anc{
   display: block;
   margin-top:-100px;
   padding-top:100px;
}



@media(max-width: 999px){
  .f-box4 {
   flex-direction: column;
	  text-align: center;
  }
	.fb4 {
	width: 100%;
		margin-bottom: 5px;
}
	
}
/* メニュー */

.f-box2m {
  display:flex;
	justify-content:space-between;
	margin-bottom: 50px;
}
	.fb2m{
	width: 48%;
		text-align: center;
}
.fb2m a{
		color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	text-decoration: none;
	display:block;
	transition: .5s;
	padding: 10px 0;
	border-radius: 5px;
	background-size: 200%;
	background-image: linear-gradient(-90deg, #dd7777, #2d095c);
}
.fb2m a:hover{
		background-position: right;
}


a.anc{
   display: block;
   margin-top:-100px;
   padding-top:100px;
}



@media(max-width: 999px){
  .f-box2m {
   flex-direction: column;
	  text-align: center;
  }
	.fb2m {
	width: 100%;
		margin-bottom: 5px;
}
	
}


/* テーブル
------------------------------------------------------------*/

.rsta { width: 100%;}
.rsta th, td  { padding: 10px 10px 10px 15px; border: 1px solid #ddd; }
.rsta th  { background: #f4f4f4; font-weight: normal;}
 

.rsta th  { width: 30%; text-align: left; }
 
@media only screen and (max-width:480px){
    .rsta { margin: 0; }
    .rsta th,
    .rsta td{
    width: 100%;
    display: block;
    border-top: none;
		font-weight: normal;
    }
  .rsta tr:first-child th { border-top: 1px solid #ddd; }
}



.menu-t { width: 70%;}
.menu-t td  { padding: 10px 10px 10px 15px; border: 1px solid #ddd; width: 33.33%; }
.menu-t th  { padding: 10px 10px 10px 15px; border: 1px solid #ddd; background: #f4f4f4;width: 33.33% !important;}
 
 
@media only screen and (max-width:768px){
    .menu-t { width: 100%;}
 
}

.menu-t2 { width: 70%;}
.menu-t2 td { padding: 10px 10px 10px 15px; border: 1px solid #ddd; width: 30%; }
.menu-t2 th { padding: 10px 10px 10px 15px; border: 1px solid #ddd; background: #f4f4f4;width: 70% !important;}
 
 
@media only screen and (max-width:768px){
    .menu-t2 { width: 100%;}
}


.menu-t3 { width: 70%;}
.menu-t3 td { padding: 10px 10px 10px 15px; border: 1px solid #ddd; width: 50%; }
.menu-t3 th { padding: 10px 10px 10px 15px; border: 1px solid #ddd; background: #f4f4f4;width: 50% !important;}
 
 
@media only screen and (max-width:768px){
    .menu-t3 { width: 100%;}
}




/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 30px 0 50px 0;
	text-align: center;
	font-size: 14px;
	background:#2d095c;
	width: 100%;
	color:#eae3e3;
}


.f-logo {
	width: 70px;
	margin:0 auto 10px auto;
}


.f-text {
	font-size: 12px;
	margin: 5px 0 10px 0;
	line-height: 1.6;
}
	
	
	