body, h1, h2, h3, h4, h5, h6, p, pre, button, caption, input, option, select, textarea, dl, ol, ul, table, tr, td, th, form, blockquote, dd, dt, address {
  font-size: small;
  font-family: "ＭＳ Ｐゴシック", osaka, Arial, Verdana, sans-serif;
  font-style: normal;
  margin: 0px;
  padding: 0px;
  color: #333333;
}
/* LinkSetting */
A:link {
  text-decoration: underline;
  color: #00329B
}
A:visited {
  text-decoration: underline;
  color: #00329B
}
A:active {
  text-decoration: underline;
  color: #00329B
}
A:hover {
  text-decoration: underline;
  color: #FF6633
}
/* clear要素 */
.cbox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cbox {
  display: inline-table;
}
/* Hides from IE-mac \*/
* html .cbox {
  height: 1%;
}
.cbox {
  display: block;
}
/* End hide from IE-mac */
p {
  margin-top: 5px;
  margin-bottom: 10px;
}
body {
  padding: 0px;
  margin: 0px;
}
#wrapper {
  padding: 0px;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-image: url(../../images/body_bg.gif);
  background-repeat: repeat-y;
}
#stage {
  padding: 0px;
  width: 950px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
#stage a img:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
img {
  border: 0px;
}
/* レイアウト */
@media (min-width: 769px) {
  #head {
    width: 100%;
    text-align: left;
    background-image: url(../../images/bg_head.png);
    background-repeat: no-repeat;
    height: 100px;
    background-position: right;
    position: relative;
  }
  #head #logo {
    float: left;
    display: block;
    position: absolute;
  }
	
  #head .header_right {
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    text-align: left;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 80%;
    padding-top: 10px;
    width: 20%;
    position: absolute;
    float: right;
  }
	#head .header_right a{

    color: #ffffff;

  }
}

@media (min-width: 600px) and (max-width: 768px) {
#head {
    width: 100%;
    text-align: left;
    background-image: url(../../images/bg_head.png);
    background-repeat: no-repeat;
    height: 100px;
    background-position: right;
    position: relative;
  }
	
  #head #logo {
    float: left;
    display: block;
    position: absolute;
	  margin-left: 2%;
  }
	
  #head .header_right {
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    text-align: left;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 60%;
    padding-top: 10px;
    width: 40%;
    position: absolute;
    float: right;
  }
	#head .header_right a{

    color: #ffffff;

  }	
	
	
}
@media (max-width: 767px) {
  #head {
    width: 100%;
    text-align: left;
    height: 85px;
    background-position: right;
    position: relative;
  }
  #head #logo {
    float: left;
    display: block;
    position: absolute;
  }
  #head .header_right {
    font-size: 14px;
    color: #058846;
    font-weight: normal;
    text-align: left;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 25%;
    padding-top: 10px;
    width: 75%;
    position: absolute;
    float: right;
  }
  #head .header_right a {
    color: #058846 !important;
  }
  #menu_head {
    text-align: right;
    margin-top: 15px;
  }
}

  #pankuzu {
    font-size: 12px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 15px;
    text-align: left;
  }
  /*  G_menu_set */
  #Gmenu {
    margin: 0px;
    padding: 0px;
    clear: both;
    height: 37px;
    width: 950px;
  }
  #Gmenu ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
  }
  #Gmenu ul li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: left;
  }
  /*  top-contents */
  @media (min-width: 769px) {
    #top-contents {
      margin: 0 auto;
      width: 1000px;
      padding-top: 5px;
      padding-right: 0px;
      padding-bottom: 15px;
      padding-left: 0px;
    }
  }
  @media (min-width: 600px) and (max-width: 768px) {
    #top-contents {
      margin: 0 auto;
      width: 98%;
      padding-top: 5px;
      padding-right: 0;
      padding-bottom: 15px;
      padding-left: 0;
    }
  }
@media (max-width: 599px) {
    #top-contents {
      margin: 0 auto;
      width: 98%;
      padding-top: 5px;
      padding-right: 0;
      padding-bottom: 15px;
      padding-left: 1%;
		display: inline-block;
    }
  }
  /*  contents */
@media (min-width: 769px) {
  #contents {
    margin: 0 auto;
    clear: both;
    width: 1000px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
  }
  /*  contents#left */
  #contents #left {
    float: left;
    width: 185px;
    background-attachment: scroll;
    /*background-image: url(../../images/back_left.gif);
	background-repeat: no-repeat;
	background-position: center bottom;*/
  }
  #contents #left ul {
    list-style-type: none;
    margin-bottom: 20px;
    text-align: left;
  }
  #contents #left li {
    list-style-type: none;
    font-weight: bold;
    color: #606C6A;
    padding-left: 0px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #d7c098;
    padding-top: 10px;
    padding-bottom: 5px;
    line-height: 150%;
    text-decoration: none;
    text-align: left;
    background-image: url(../../images/back_leftmenu.gif);
    background-position: bottom;
  }
  #contents #left li a {
    list-style-type: none;
    font-weight: bold;
    color: #706C5C;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 150%;
    text-decoration: none;
    display: block;
  }
  #contents #left li a:hover {
    list-style-type: none;
    font-weight: bold;
    color: #930;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 150%;
    text-decoration: none;
  }
  #contents #right {
    float: right;
    width: 800px;
  }
}

@media (max-width: 768px) {
  #contents {
    margin: 0 auto;
    clear: both;
    width: 98%;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
  }
  /*  contents#left */
  #contents #left {
   display: none;
  }
  
  #contents #right {
    float: right;
    width: 100%;
  }
}
  /* top　中段 */
  #top_detail {
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    width: 916px;
    padding-bottom: 10px;
  }
  table.detail {
    width: 217px;
    float: left;
    padding-right: 0px;
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  table.detail td.mid {
    width: 217px;
    background-image: url(../../images/ts_nid.jpg);
    background-repeat: repeat-y;
  }
  .detail_txt {
    line-height: 130%;
    padding: 5px;
    text-align: left;
  }
  @media (min-width: 769px) {
    #top_under {
      width: 1000px;
      margin-top: 5px;
      margin-bottom: 0px;
      margin-right: auto;
      margin-left: auto;
    }
    #top_under_mid {
      width: 480px;
      padding-right: 20px;
      padding-left: 15px;
      float: left;
      padding-top: 10px;
    }
    #top_under_right {
      float: left;
      width: 465px;
    }
    #top_under_right ul li {
      list-style: none;
    }
    #top_under_right ul li img {
      list-style: none;
      border: 1px solid rgba(228, 226, 226, 1.00);
    }
    #top_under_right img {
      margin-top: 10px;
    }
    #contents_under_left {
      width: 136px;
      margin-top: 0px;
      padding-left: 3px;
      text-align: center;
      margin-right: auto;
      margin-left: auto;
    }
    #contents_under_left img {
      margin-bottom: 10px;
    }
    #top_under_bottom {
      clear: both;
      width: 1000px;
    }
    #top_under_bottom ul li {
      float: left;
      list-style: none;
      width: 480px;
      margin-right: 20px;
      margin-top: 20px;
    }
    #top_under_bottom ul li:last-child {
      margin-right: 0;
    }
    #top_under_bottom ul li img {
      list-style: none;
      border: 1px solid rgba(228, 226, 226, 1.00);
    }
  }
  @media (min-width: 600px) and (max-width: 768px) {
    #top_under {
      width: 100%;
      margin-top: 5px;
      margin-bottom: 0px;
      margin-right: auto;
      margin-left: auto;
    }
    #top_under_mid {
      width: 46%;
      padding-right: 0;
      padding-left: 2%;
      padding-top: 10px;
		float:left;
    }
    #top_under_right {
      width: 42%;
      padding-right: 2%;
      padding-left: 2%;
      /*padding-top: 10px;*/
		float:left;
    }
    #top_under_right ul li {
      list-style: none;
      width: 98%;
      margin-right: 2%;
      float: left;
    }
    #top_under_right ul li img {
      list-style: none;
      border: 1px solid rgba(228, 226, 226, 1.00);
      width: 100%;
    }
    #top_under_right img {
      margin-top: 10px;
    }
    #contents_under_left {
      width: 136px;
      margin-top: 0px;
      padding-left: 3px;
      text-align: center;
      margin-right: auto;
      margin-left: auto;
    }
    #contents_under_left img {
      margin-bottom: 10px;
    }
    #top_under_bottom {
      clear: both;
      width: 80%;
      padding-top: 10px;
      margin: 0 auto;
		text-align: center;
    }
    #top_under_bottom ul li {
      list-style: none;
      width: 100%;
      margin: 20px auto 0 auto;
    }
    #top_under_bottom ul li img {
      list-style: none;
    }
  }
  @media (max-width: 599px) {
    #top_under {
      width: 100%;
      margin-top: 5px;
      margin-bottom: 0px;
      margin-right: auto;
      margin-left: auto;
    }
    #top_under_mid {
      width: 96%;
      max-width: 500px;
      padding-right: 2%;
      padding-left: 2%;
      margin: 0 auto;
      padding-top: 10px;
    }
    #top_under_right {
      width: 96%;
      padding-right: 2%;
      padding-left: 2%;
      padding-top: 10px;
      margin: 0 auto;
    }
    #top_under_right ul li {
      list-style: none;
      width: 96%;
      margin: 0 auto;
    }
    #top_under_right ul li img {
      list-style: none;
      border: 1px solid rgba(228, 226, 226, 1.00);
      width: 100%;
    }
    #top_under_right img {
      margin-top: 10px;
    }
    #contents_under_left {
      width: 136px;
      margin-top: 0px;
      padding-left: 3px;
      text-align: center;
      margin-right: auto;
      margin-left: auto;
    }
    #contents_under_left img {
      margin-bottom: 10px;
    }
    #top_under_bottom {
      clear: both;
      width: 96%;
      padding-top: 10px;
      margin: 0 auto;
      padding-right: 2%;
      padding-left: 2%;
      text-align: center;
    }
    #top_under_bottom ul li {
      list-style: none;
      width: 100%;
      margin: 20px auto 0 auto;
    }
  }
  .topsection {
    margin-left: 120px;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-top: 28px;
    width: 130px;
  }
  .topsection2 {
    margin-left: 120px;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-top: 35px;
    width: 130px;
  }
  table.topunder {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  table.topunder A:link {
    text-decoration: none;
    color: #666666
  }
  table.topunder A:visited {
    text-decoration: none;
    color: #666666
  }
  table.topunder A:hover {
    text-decoration: underline;
    color: #FF6600
  }
  table.topunder td {
    height: 114px;
  }
  /* インフォメーション */
  #info {
    width: 588px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #info li {
    margin-left: 10px;
    margin-bottom: 10px;
    text-align: left;
    list-style-type: none;
    line-height: 130%;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #FF7F62;
    background-image: url(../../images/ico_maru.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
  }
  /* お客様の声 */
  #voice {
    width: 588px;
    margin-bottom: 10px;
  }
  #voice li {
    margin-left: 10px;
    margin-bottom: 10px;
    text-align: left;
    list-style-type: none;
    line-height: 130%;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #FF7F62;
    background-image: url(../../images/ico_maru.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
  }
  #svoice {
    width: 588px;
  }
  #svoice li {
    margin-left: 10px;
    margin-bottom: 10px;
    text-align: left;
    list-style-type: none;
    line-height: 130%;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #FF7F62;
    background-image: url(../../images/ico_maru.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
  }
  /* フッター 
  #footer {
    width: 100%;
    clear: both;
    padding-top: 10px;
    background-color: #ff9900;
    font-size: 12px;
  }
  #MTfooter {
    height: 24px;
    width: 950px;
    clear: both;
    padding-top: 10px;
  }*/
  /* LinkSetting 
  #footer table td A:link {
    text-decoration: none;
    color: #000000
  }
  #footer table td A:visited {
    text-decoration: none;
    color: #000000
  }
  #footer table td A:active {
    text-decoration: none;
    color: #000000
  }
  #footer table td A:hover {
    text-decoration: underline;
    color: #0080FF
  }
  #footer table td ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }
  #footer table td ul li {
    background-image: url(../../images/icon_ya_yellow.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    float: left;
    list-style-type: none;
  }*/
  /* 見出し */
  /*h1{
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	text-align: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 80px;
	padding-top: 10px;
}*/
  h1 {
    font-size: 10px;
    color: #666666;
    font-weight: normal;
    text-align: right;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 80px;
    padding-top: 10px;
  }
  h2 {
    background-image: url(../../images/back_h2.gif);
    background-repeat: no-repeat;
    margin-top: 0px;
    padding-top: 15px;
    padding-right: 3px;
    padding-bottom: 5px;
    padding-left: 25px;
    display: block;
    background-position: 0px 5px;
    font-size: 140%;
    font-weight: bold;
    /*color: #5F6A44;*/
    color: #333;
    /*height: 25px;*/
    clear: both;
  }
  h3 {
    background-image: url(../../images/back_h3.gif);
    background-repeat: no-repeat;
    margin-top: 0px;
    padding-top: 15px;
    padding-right: 3px;
    padding-bottom: 5px;
    padding-left: 30px;
    display: block;
    background-position: 0px 5px;
    font-size: 120%;
    font-weight: bold;
    /*color: #FF9B06;*/
    color: #689339;
    /*height: 20px;*/
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #DBEACA;
  }
  h4 {
    background-image: url(../../images/grade_blue.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
  }
  h5 {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    border: 1px dotted #00ACFF;
  }
  h6 {
    background-image: url(../../images/back_h6.gif);
    background-repeat: no-repeat;
    margin-top: 0px;
    padding-top: 15px;
    padding-right: 3px;
    padding-bottom: 5px;
    padding-left: 50px;
    display: block;
    background-position: 30px 10px;
    font-size: 110%;
    font-weight: bold;
    color: #9EB11B;
    height: 20px;
  }
  /* レイアウト枠 */
@media (min-width: 769px){
  .section {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 15px;
    line-height: 150%;
    clear: both;
  }
	.section_bridal {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 15px;
    line-height: 150%;
    clear: both;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .section {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 15px;
    line-height: 150%;
    clear: both;
  }
	.section_bridal {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 15px;
    line-height: 150%;
    clear: both;
		text-align: center;
  }
}
@media (max-width: 599px) {
  .section {
    padding-top: 5px;
    padding-right: 1%;
    padding-bottom: 5px;
    padding-left: 1%;
    line-height: 150%;
    clear: both;
  }
	.section_bridal {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 15px;
    line-height: 150%;
    clear: both;
  }
}
  .section_deep {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 25px;
    line-height: 150%;
  }
  .section li {
    list-style-type: none;
  }
  .section_jel {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 15px;
  }
  .section_jel ul {
    list-style-type: none;
  }
  .section_jel li p {
    list-style-type: none;
    background-image: url(../../images/ico_maru.gif);
    background-repeat: no-repeat;
    background-position: 5px -2px;
    padding-left: 25px;
    padding-bottom: 10px;
  }
  .section2 {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: 0px;
    line-height: 150%;
  }
@media (min-width: 769px){
  .section3 {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 25px;
    line-height: 150%;
  }
  .section3 li {
    list-style-type: none;
    line-height: 160%;
    margin-left: 0px;
    list-style: none;
    background-image: url(../../images/ico_shorui.jpg);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 15px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .section3 {
    padding-top: 5px;
    padding-right: 2%;
    padding-bottom: 5px;
    padding-left: 2%;
    line-height: 150%;
	  width: 96%;
  }
  .section3 li {
    list-style-type: none;
    line-height: 160%;
    margin-left: 0px;
    list-style: none;
    background-image: url(../../images/ico_shorui.jpg);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 15px;
  }
}
@media (max-width: 599px) {
  .section3 {
    padding-top: 5px;
    padding-right: 2%;
    padding-bottom: 5px;
    padding-left: 2%;
    line-height: 150%;
	  width: 96%;}
	
  .section3 li {
    list-style-type: none;
    line-height: 160%;
    margin-left: 0px;
    list-style: none;
    background-image: url(../../images/ico_shorui.jpg);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 15px;
  }
}
  .section_bc {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 15px;
    background-color: #FEF3DA;
    margin-left: 15px;
    line-height: 150%;
  }
  .section4 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 15px;
    line-height: 150%;
  }
  /* 文字装飾枠 */
  .txtorange {
    color: #FF9900
  }
  .txtsred {
    color: #FF6666
  }
  .txtglay {
    color: #999999
  }
  .txtpink {
    color: #FF3300
  }
  .txt110 {
    font-size: 110%;
    line-height: 130%;
  }
  .style1 {
    color: #666666;
    font-weight: bold;
  }
  .style2 {
    color: #0000FF;
    font-weight: bold;
  }
  .style3 {
    color: #3366FF
  }
  .style4 {
    color: #009900;
    font-weight: bold;
  }
  .style5 {
    color: #663366;
    font-weight: bold;
  }
  .style7 {
    color: #3366FF;
    font-weight: bold;
  }
  .style8 {
    color: #999900;
    font-weight: bold;
  }
  .bold {
    font-weight: bold;
  }
  .txt120 {
    font-size: 120%;
  }
  .txt90 {
    font-size: 90%;
  }
  .txt80 {
    font-size: 80%;
  }
  /*サロン説明文リード*/
  .salon_lead {
    font-weight: bold;
    color: #960;
    margin-bottom: 5px;
    background-color: #FFF7E6;
    padding: 5px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px dashed #960;
  }
  /* 写真左配置 */
  div.float-left {
    float: left;
    padding-top: 2px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }
  /* 写真右配置 */
@media (min-width: 600px){
  div.float-right {
    float: right;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  .photo-right {
    float: right;
    padding-right: 2px;
    padding-left: 10px;
  }
  .photo-left {
    float: left;
    padding-right: 10px;
    padding-left: 2px;
  }
  .photo-salon {
    float: left;
    margin-right: 0px;
    padding-left: 0px;
  }
  .photo-salon img {
    width: 200px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 599px){
  div.float-right {
    float: none;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 15px;
	  margin:0 auto;
  }
  .photo-right {
   float: none;
    padding-right: 1%;
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
  }
  .photo-left {
    float: none;
    padding-right: 10px;
    padding-left: 2px;
	  margin:0 auto;
  }
  .photo-salon {
    float: none;
    width: auto;
	  margin:0 auto;
    padding-left: 0px;
  }
  .photo-salon img {
    width: auto;
    margin:0 10px 10px 0;
    
  }
}
  /* お客様の声 */
  .hasen {
    background-image: url(../../images/back_hasen.gif);
    background-repeat: no-repeat;
    height: 10px;
  }
  .lead {
    width: 94%;
    line-height: 150%;
    padding: 10px;
    background-color: #F4EEE3;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
  .lead2 {
    width: 95%;
    line-height: 120%;
    padding: 3px;
    background-color: #F0EAE8;
    margin-top: 10px;
  }
  .lead3 {
    font-size: 105%;
    color: #47570F;
    margin-top: 10px;
  }
  .lead4 {
    width: 100%;
    line-height: 120%;
    padding: 3px;
    background-color: #F0EAE8;
    margin-top: 10px;
  }
  .lead5 {
    width: 95%;
    line-height: 150%;
    padding: 10px;
    background-color: #FBEFE6;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .lead6 {
    width: 95%;
    line-height: 150%;
    padding: 10px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #DFCDAC;
  }
  .lead7 {
    width: 95%;
    line-height: 150%;
    padding: 10px;
    background-color: #FEEEED;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .lead8 {
    width: 50%;
    line-height: 150%;
    padding: 10px;
    background-color: #FEEEED;
    margin-top: 20px;
  }
  .lead9 {
    width: 95%;
    line-height: 150%;
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #ccc;
  }
  .lead10 {
    width: 95%;
    line-height: 180%;
    padding: 30px;
    background-color: #FEEEED;
    margin-top: 20px;
    font-size: 14px;
  }
  .furikomi {
    font-size: 16px;
    font-weight: 600;
  }
@media (min-width: 769px){
  table.common {
    width: 100%;
  }
  table.common td {
    padding: 5px;
    vertical-align: top;
    text-align: left;
  }
  table.common td.left {
    background-color: #F2F5EB;
    width: 35%;
    vertical-align: top;
  }
  table.common td.right {
    background-color: #FCF7E4;
    vertical-align: top;
  }
  table.school {
    width: 100%;
  }
  table.school td {
    padding: 5px;
    vertical-align: top;
    text-align: left;
  }
  table.school td.left {
    padding: 3px;
    vertical-align: top;
    text-align: left;
    background-color: #FECFCE;
    width: 35%;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  table.common {
    width: 100%;
  }
  table.common td {
    padding: 5px;
    vertical-align: top;
    text-align: left;
  }
  table.common td.left {
    background-color: #F2F5EB;
    
    vertical-align: top;
  }
  table.common td.right {
    background-color: #FCF7E4;
    vertical-align: top;
	  
  }
  table.school {
    width: 100%;
  }
  table.school td {
    padding: 5px;
    vertical-align: top;
    text-align: left;
  }
  table.school td.left {
    padding: 3px;
    vertical-align: top;
    text-align: left;
    background-color: #FECFCE;
    width: 30%;
  }
}
@media (max-width: 599px) {
  table.common {
    width: 100%;
  }
  table.common td {
    padding: 5px;
    vertical-align: top;
    text-align: left;
  }
  table.common td.left {
    background-color: #F2F5EB;
    width: 20%;
    vertical-align: top;
  }
  table.common td.right {
    background-color: #FCF7E4;
    vertical-align: top;
	  
  }
  table.school {
    width: 100%;
  }
  table.school td {
    padding: 5px;
    vertical-align: top;
    text-align: left;
  }
  table.school td.left {
    padding: 3px;
    vertical-align: top;
    text-align: left;
    background-color: #FECFCE;
    width: 30%;
  }
}
  /*成分*/
  table.seibun {
    width: 100%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #FEEEED;
    border-right-color: #FEEEED;
  }
  table.seibun td {
    padding: 5px;
    text-align: left;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #FEEEED;
    border-left-color: #FEEEED;
  }
  table.seibun td.left {
    background-color: #F2F5EB;
    width: 30%;
    vertical-align: top;
  }
  table.seibun td.right {
    background-color: #FCF7E4;
    vertical-align: top;
  }
  table.seibun th {
    padding: 8px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #FEEEED;
    border-left-color: #FEEEED;
    background-color: #F8F4F3;
    text-align: left;
  }
  /*プロフィール*/
  table.pro {
    width: 95%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #FEEEED;
    border-right-color: #FEEEED;
    margin-left: 15px;
  }
  table.pro td {
    padding: 5px;
    text-align: left;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #FEEEED;
    border-left-color: #FEEEED;
  }
  table.pro td.left {
    width: 30%;
    background-color: #FAF4EB;
    padding-left: 10px;
    vertical-align: top;
  }
  .kakomi {
    border: 1px solid #FF6666;
    padding: 3px;
  }
  .kakomi2 {
    border: 1px solid #FF6666;
    padding: 3px;
    margin-left: 15px;
  }
  .voice_kakomi {
    width: 570px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #FFD9D9;
    background-image: url(../../images/back_letter.jpg);
    background-position: 0px bottom;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 150px;
    padding-left: 30px;
    line-height: 130%;
    background-repeat: no-repeat;
  }
  .right {
    text-align: right;
  }
  /*topスペシャルコンテンツ*/
  #sp_left {
    float: left;
    width: 227px;
  }
  #sp_mid {
    float: left;
    width: 230px;
  }
  #sp_right {
    float: left;
    width: 233px;
  }
  .sp_in {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  /*topオリジナルコンテンツ*/
  #ori_left {
    float: left;
    width: 227px;
    margin-top: 15px;
  }
  #ori_mid {
    float: left;
    width: 230px;
    margin-top: 15px;
  }
  #ori_right {
    float: left;
    width: 233px;
    margin-top: 15px;
  }
  /*トップ　TOPICS */
  #topics {
    width: 100%;
    margin-top: 15px;
    line-height: 130%;
  }
  /*トップ　school */
  #school {
    width: 100%;
    margin-top: 15px;
    line-height: 130%;
  }
  /*中央配置*/
  .center {
    text-align: center;
  }
  hr {
    display: none;
    padding-top: 0px;
    height: 0px;
  }
  .clear {
    clear: both;
  }
  #blogarea {
    height: 300px;
    width: 130px;
    border: 1px solid #D6D6D6;
    overflow: scroll;
    padding-top: 10px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
  }
  #blogarea ul li {
    list-style-type: none;
    width: 120px;
  }
  #blogarea li {
    padding-bottom: 20px;
  }
  #blog {
    padding: 5px;
    width: 126px;
    background-color: #FFF0E0;
  }
  #blog ul {
    list-style-type: none;
    padding: 2px;
    line-height: 130%;
  }
  #blog li {
    list-style-type: none;
    background-image: url(../../images/ico_blog.jpg);
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  table.shiten {
    width: 500px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #D6D6D6;
    border-right-color: #D6D6D6;
  }
  table.shiten td {
    padding: 5px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #D6D6D6;
    border-left-color: #D6D6D6;
    vertical-align: top;
  }
  table.shiten td.left {
    background-color: #FCF0E9;
    white-space: nowrap;
  }
  .oiwai {
    width: 95%;
    line-height: 150%;
    padding: 10px;
    background-color: #FDE7DB;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .iten {
    width: 691px;
  }
  .iten_mid {
    width: 691px;
    background-image: url(../../images/iten_mid.gif);
    background-repeat: repeat-y;
  }
  .iten_mid_in {
    width: 650px;
    line-height: 130%;
    margin-right: auto;
    margin-left: auto;
  }
  .blogtitle {
    background-image: url(../../images/blogtitle.gif);
    background-repeat: no-repeat;
    margin-top: 0px;
    padding-top: 15px;
    padding-right: 3px;
    padding-bottom: 5px;
    padding-left: 25px;
    display: block;
    background-position: -5px 10px;
    font-size: 120%;
    font-weight: bold;
    color: #5F6A44;
    height: 25px;
    clear: both;
  }
  .entry-title {
    text-align: left;
    margin-left: 5px;
  }
  .asset-body {
    text-align: left;
  }
  .asset-header {
    margin-left: -15px;
    padding-left: 0px;
  }
  /*スクールテーブル*/
  table.school td.right_s img {
    margin-bottom: -5px;
  }
  table.school td.right_s {
    padding-bottom: 3px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #FECFCE;
  }
  /*背景色*/
  .bgpink {
    background-color: #F9D9DB;
  }
  /*姉妹サロンタイトル*/
  .salontitle {
    background-image: url(../../school/images/bg_title.jpg);
    background-repeat: no-repeat;
    height: 40px;
    font-size: 130%;
    font-weight: bold;
    padding-left: 80px;
    padding-top: 30px;
    margin-bottom: 10px;
  }
  .salontitle_lead {
    font-weight: bold;
    margin-bottom: 10px;
    color: #930;
    padding: 10px;
    margin-left: 10px;
    float: left;
    width: 500px;
  }
  span.new {
    display: none;
    color: red;
    font-weight: bold;
  }
  /*TOP挨拶*/
  #greeting {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    line-height: 150%;
    padding: 15px;
    width: 558px;
    background-color: rgb(252, 240, 240);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
    margin-bottom: 15px;
    text-align: left;
  }
  #greeting p {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    line-height: 150%;
  }
  /*サロン表*/
  .map_salon {
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #EFEBE9;
    border-right-color: #EFEBE9;
    padding: 3px;
    width: 98%;
  }
  .map_salon td {
    vertical-align: top;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #EFEBE9;
    border-left-color: #EFEBE9;
  }
  /* top　広告 */
  #ad {
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    width: 890px;
    padding-bottom: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 3px solid #ED297B;
    clear: both;
    background-image: url(../../images/back_ad.png);
    background-repeat: no-repeat;
  }
  #ad_in {
    float: right;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    width: 340px;
  }
  .imp {
    font-size: 130%;
    font-weight: bolder;
    color: #ED297B;
    line-height: 130%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 15px;
  }
  .imp a {
    font-weight: bolder;
    color: #ED297B;
  }
  .imp2 {
    font-size: 110%;
    font-weight: bolder;
    line-height: 110%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding-left: 15px;
    margin-bottom: 10px;
  }
  /*20210127 add*/
  /* ================================================================================
	clearFix
================================================================================ */
  #header, #utility-nav, #global-nav, div.menu, #contents-body, #home-widget-area, #footer-widget-area, #update-info ul li, .entry-content, .textwidget, .bread-crumb, .navigation ul, .clearfix {
    zoom: 1;
  }
  #header:after, #utility-nav:after, #global-nav:after, div.menu:after, #contents-body:after, #home-widget-area:after, #footer-widget-area:after, #update-info ul li:after, .entry-content:after, .textwidget:after, .bread-crumb:after, .navigation ul:after, .clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  /* ================================================================================
	コメントガイドライン［セクション］
================================================================================ */
  /*セクション内 見出し 設定*/
  /* clearfix */
  /* ================================================================================
	CSS Tips
================================================================================ */
  /* hover時に画像を発光させる */
  a img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  a:hover img {
    filter: alpha(opacity=75);
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }
  @media print {
    a[href]:after {
      content: "" !important;
    }
    abbr[title]:after {
      content: "" !important;
    }
  }
  .pagetop2 {
    position: fixed;
    bottom: 24px;
    right: 24px;
    margin: 0 auto;
    z-index: 200;
  }
	
.pagetop2 a:link {
    display: table-cell;
    width: 4em;
    height: 4em;
    text-align: center;
    vertical-align: middle;
    color: #fff:!important;
    line-height: 1.5;
    border-radius: 50%;
    behavior: url(PIE.htc);
    padding: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    opacity: 0.9;
    background-color: rgba(240,130,55,1.00);
}