﻿/*
Theme Name: Yuimaru 
Author: （株）ゆいまーる
Description: WEB集客に強い、治療院・美容サロン向けのテンプレートです。PC、スマホ、タブレットに対応したレスポンシブデザイン。
Tags: 整骨院、整体院、エステ、美容、きれい、シンプル
Version: 1.0
*/


/*全体の設定
---------------------------------------------------------------------------*/

body {
    color: #444444;
    /*全体の文字色*/
    background: none 0% 0% / auto auto repeat scroll padding-box border-box white;
    /*全体の背景色*/
    margin: 0px;
    padding: 0px;
    line-height: 1.75em;
    font-size: 16px;
    letter-spacing: 0.8pt;
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: justify;
    counter-reset: number 0;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
figure {
    margin: 0px;
    padding: 0px;
}

h1 {
    margin-top: -100px;
}

ul {
    list-style-type: none;
    margin: 4px 4%;
}

img {
    border: none;
    vertical-align: bottom;
}

input,
textarea,
select {
    font-size: 1em;
}

form {
    margin: 0px;
}

table {
    border-collapse: collapse;
    font-size: 95%;
    border-spacing: 0;
}

b {
    font-weight: bold;
}

section {
    margin-left: auto;
    margin-right: auto;
}

.space_s {
    height: 10px;
}

.space_m {
    height: 20px;
}

.space_l {
    height: 30px;
}

.box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

table {

    width: 100%;
}

td {
    padding: 10px;
}

tr {
    padding: 10px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px dotted #e1e1e1;
}

.red_moji {
    color: #F44336;
}

.red2_moji {
    color: #D32F2F;
}

.pink_moji {
    color: #E91E63;
}

.purple_moji {
    color: #9C27B0;
}

.purple2_moji {
    color: #7B1FA2;
}

.navy_moji {
    color: #3F51B5;
}

.blue_moji {
    color: #2196F3;
}

.skyblue_moji {
    color: #03A9F4;
}

.green_moji {
    color: #4CAF50;
}

.yellowgreen_moji {
    color: #8BC34A;
}

.yellow_moji {
    color: #FFC107;
}

.orange_moji {
    color: #F57C00;
}

.deeporange_moji {
    color: #FF5722;
}

.brown_moji {
    color: #795548;
}

.bold {
    font-weight: bold;
}

.mojis {
    font-size: small;
}

.mojil {
    font-size: large;
}

.mojill {
    font-size: x-large;
}

.mojilll {
    font-size: xx-large;
}

.yoyaku_kotei {
    position: fixed;
    bottom: 10px;
    right: 10px;
}


.highlight {
    background: linear-gradient(transparent 50%, #fdfe01 0%);
    line-height: 1.3em;
    font-weight: bold;
}

.midashi2 {
    overflow: hidden;
    text-align: center;
}

.midashi2 span {
    position: relative;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    text-align: center;
}

.midashi2 span::before,
.midashi2 span::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 400%;
    height: 1px;
    background-color: #ccc;
}

.midashi2 span::before {
    right: 100%;
}

.midashi2 span::after {
    left: 100%;
}

/*予約*/

#yoyaku_box {
    width: 100%;
}

.yoyaku_in {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

.yoyaku_left {
    float: left;
    width: 326px;
    margin-left: 0px;
}

.yoyaku_left_s {
    float: left;
    width: 100%px;
    margin-left: 0px;
}

.yoyaku_left p {
    font-size: 10px;
}

.yoyaku_right_s {
    float: left;
    width: 95%px;
}

.yoyaku_right {
    float: left;
    width: 294px;
    padding-left: 10px;
}

.yoyaku_right li {
    padding-top: 5px;
}

.yoyaku_in section {
    padding: 15px 20px 15px;
    margin: 0 0 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
}

.yoyaku_text {
    border-style: none;
    width: 100%;
    margin-top: 10px;
}

#y_text {
    padding-top: 5px;
}

/*選ばれる*/

section ol{
    counter-reset: number;
    list-style-type: none!important;
    padding: 0.3em 1.8em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
        background: #fffde7;
}
section ol li{
    border-bottom: dashed 1px #e9e2d5;
    position: relative;
    padding: 0.5em 0.5em 0.5em 40px;
    line-height: 2.5em;
    text-align: left;
}
section ol li:before{
  /* 以下数字をつける */
 position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #ffc530;
    /* background-image: linear-gradient(-225deg, #FFE29F 0%, #FFA99F 48%, #FF719A 100%); */
    color: white;
    font-family: 'Avenir','Arial Black','Arial',sans-serif;
    font-weight: bold;
    font-size: 15px;
    border-radius: 30%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



.qanda {
    margin-bottom: 1.5em;
    padding: 1em;
    color: #545454;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.qanda_title {
    margin-bottom: 5px;
    color: #ffa726;
    font-size: 1.2em;
    font-weight: bold;
	text-align:left;
}

.qanda_title:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 3px 0 0;
    border-radius: 50%;
    background: #65c365;
    color: #fff;
    font-family: FontAwesome;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    content: "\f128";
}


#main .qanda p {
    margin: 0 0 0em;
    line-height: 1.75;
    padding: 0px 16px;
}

#main .qanda p span {
    color: #ff5722;
    font-weight: bold;
}

.fusen {
    position: relative;
    background: #ffedd2;
    box-shadow: 0px 0px 0px 5px #ffedd2;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.fusen:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #fff #ff9800;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}


.midashi {
    position: relative;
    padding: .25em 0 .5em .75em;
    border-left: 6px solid #FF5722;
    font-size: x-large;
    font-weight: bold;
}

.midashi::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ccc;
}


.seo {
    position: relative;
    color: black;
    background: #ffedd2;
    line-height: 1.4;
    padding: 1.25em 0.5em;
    margin: 2em 0 0.5em;
    border-radius: 0 5px 5px 5px;
}

.seo:after {
    /*タブ*/
    position: absolute;
    font-family: FontAwesome, 'Quicksand', 'Avenir', 'Arial', sans-serif;
    content: '\f00c SEOとは？';
    background: #ff9800;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 6px 7px 5px;
    font-size: 0.7em;
    line-height: 1;
    letter-spacing: 0.05em
}

.seo2 {
    position: relative;
    color: black;
    background: #ffedd2;
    line-height: 1.4;
    padding: 1.25em 0.5em;
    margin: 2em 0 0.5em;
    border-radius: 0 5px 5px 5px;
}

.seo2:after {
    /*タブ*/
    position: absolute;
    font-family: FontAwesome, 'Quicksand', 'Avenir', 'Arial', sans-serif;
    content: '\f00c SEO対策とは？';
    background: #ff9800;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 6px 7px 5px;
    font-size: 0.7em;
    line-height: 1;
    letter-spacing: 0.05em
}

.ppc {
    position: relative;
    color: black;
    background: #ffedd2;
    line-height: 1.4;
    padding: 1.25em 0.5em;
    margin: 2em 0 0.5em;
    border-radius: 0 5px 5px 5px;
}

.ppc:after {
    /*タブ*/
    position: absolute;
    font-family: FontAwesome, 'Quicksand', 'Avenir', 'Arial', sans-serif;
    content: '\f00c PPCとは？';
    background: #ff9800;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 6px 7px 5px;
    font-size: 0.7em;
    line-height: 1;
    letter-spacing: 0.05em
}

.sns {
    position: relative;
    color: black;
    background: #ffedd2;
    line-height: 1.4;
    padding: 1.25em 0.5em;
    margin: 2em 0 0.5em;
    border-radius: 0 5px 5px 5px;
}

.sns:after {
    /*タブ*/
    position: absolute;
    font-family: FontAwesome, 'Quicksand', 'Avenir', 'Arial', sans-serif;
    content: '\f00c ソーシャルメディアとは？';
    background: #ff9800;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 6px 7px 5px;
    font-size: 0.7em;
    line-height: 1;
    letter-spacing: 0.05em
}


.netkoukoku {
    position: relative;
    color: black;
    background: #ffedd2;
    line-height: 1.4;
    padding: 1.25em 0.5em;
    margin: 2em 0 0.5em;
    border-radius: 0 5px 5px 5px;
}

.netkoukoku:after {
    /*タブ*/
    position: absolute;
    font-family: FontAwesome, 'Quicksand', 'Avenir', 'Arial', sans-serif;
    content: '\f00c ネット広告とは？';
    background: #ff9800;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 6px 7px 5px;
    font-size: 0.7em;
    line-height: 1;
    letter-spacing: 0.05em
}


/*リンク（全般）設定
---------------------------------------------------------------------------*/

a {
    color: #212121;
    /*リンクテキストの色*/
}

a:hover {
    color: #fff;
    /*マウスオン時の文字色*/
    text-decoration: none;
    /*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}


/*h1タグの設定
---------------------------------------------------------------------------*/


/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/

#top_bg {
    width: 100%;
    /*幅*/
    margin-left: auto;
    margin-right: auto;
    background-attachment: scroll;
    background-size: auto auto;
    background-origin: padding-box;
    background-clip: border-box;
    /*背景色と右上の植物の背景画像(リピートなし、右、上に配置)読み込み*/
    background-position: top, center 0px;
    background-repeat: no-repeat;
    overflow: hidden;
}

#header_in {
    max-width: 980px;
    width: 100%;
    height: 107px;
    margin: 0px auto;
    text-align: left;
}


#container {
    width: 100%;
    /*コンテナー幅*/
    margin-left: auto;
    margin-right: auto;
    background-attachment: scroll;
    background-size: auto auto;
    background-origin: padding-box;
    background-clip: border-box;
    /*背景色と右上の植物の背景画像(リピートなし、右、上に配置)読み込み*/
    overflow: hidden;
}

#container2 {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    background-attachment: scroll;
    background-size: auto auto;
    background-origin: padding-box;
    background-clip: border-box;
    padding: 8px 24px;
    background-color:none;
    overflow: hidden;
}


/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/


/*ヘッダーブロック*/

header {
    width: 100%;
    height: 107px;
    margin: 0px auto;
    text-align: left;
    position: relative;
    z-index: 2;
}


/*サイトロゴの設定*/

.site_logo {
    float: left;
    width: 44%;
    margin-top: 3px;
    margin-bottom: 10px;
}


/*ヘッダーバナー（２つ並び）*/

.head_bunner {
    float: left;
    width: auto;
    text-align: right;
    padding-top: 10px;
}

.clear {
    clear: both;
}



/*電話番号の文字設定*/

header address .tel {
    font-size: 18px;
    /*文字サイズ*/
    color: #ff9c16;
    /*文字色*/
    font-weight: bold;
    /*太字に*/
    display: block;
}


/*上部のメインメニュー
---------------------------------------------------------------------------*/

nav#menubar ul {
    overflow: hidden;
    width: 100%;
}


/*メニュー１個ごとの設定*/

nav#menubar ul li {
    float: left;
    width: 166px;
    /*幅*/
    border-right: 1px solid #fff;
    /*右側への線の幅、線種、色*/
}

nav#menubar ul li2 {
    float: left;
    width: 199px;
    /*幅*/
    border-right: 1px solid #ffffff;
    /*右側への線の幅、線種、色*/
}

nav#menubar ul li a {
    height: 46px;
    padding-top: 12px;
    line-height: 2.4;
    text-decoration: none;
    display: block;
    font-size: 16px;
    /*文字サイズ*/
    letter-spacing: 0.1em;
    /*文字間隔を少し広めにとる設定。*/
    text-align: center;
    /*文字をセンタリング*/
    color: #704408;
    /*文字色*/
    -webkit-transition: 0.5s;
    /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
    transition: 0.5s;
    /*同上*/
    font-weight: bold;
}


/*最初のメニューの設定*/

nav#menubar ul li:first-child {
    border-left: 1px solid #ffffff;
    /*左側への線の幅、線種、色*/
}


/*マウスオン時と、current(表示中のメニュー)の設定*/

nav#menubar ul li a:hover,
nav#menubar ul li.current a {
    background: none 0% 0% / auto auto repeat scroll padding-box border-box #ffe0c1/*背景色*/
}


/*英語表記の設定*/

nav#menubar ul li a span {
    font-size: 8px;
    /*文字サイズ*/
    display: block;
    opacity: 0.5;
    /*50%の透明度で表示*/
    letter-spacing: 0.4em;
    /*文字間隔を少し広めにとる設定。*/
}

.nav_menu_home {
    content: "HOME";
    font-size: 8px;
    /*文字サイズ*/
    display: block;
    opacity: 0.5;
    /*50%の透明度で表示*/
    letter-spacing: 0.4em;
    /*文字間隔を少し広めにとる設定。*/
}

.nav_fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.checkbox ul li {
    margin-left: 8px;
    line-height: 12px;
    font-weight: bold;
    padding-top: 10px;
    margin-bottom: 10px;
}



/* Widget
   ========================================================================== */

.widget {}

.widget h3 {
    border-left: 5px #ffe0c1 solid;
    border-bottom: 1px #cccccc solid;
    padding-left: 10px;
    font-size: 13px;
}

.widget ul {
    padding: 0;
    list-style: none;
}

.widget ul li {
    margin-bottom: 5px;
}

.widget ul li a {
    color: #333333;
}

.widget table {
    border-collapse: collapse;
}

.widget table caption {
    font-weight: 800;
}

.widget table thead th,
.widget table tbody td {
    border: 1px #cccccc solid;
    text-align: center;
}


/*　カレンダーマーク下線なしに　*/

.calendar-mark a {
    text-decoration: none;
}

.monthly-calendar caption {
    font-size: 1.8rem;
    text-align: center;
    padding: 10px;
}


/*トップページのスライドショー
---------------------------------------------------------------------------*/

#mainimg {
    clear: left;
    width: 100%;
    position: relative;
    background-image: url(image/head_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: -2px;
}

#mainimg .slide_file {
    display: none;
}

#slide_image {
    z-Index: 2;
    height: auto;
    width: 100%;
    position: relative;
}

#slide_image2 {
    z-Index: 1;
    height: auto;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}


/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/

#contents {
    clear: left;
    padding-top: 0px;
    margin: 0px 10px;
    overflow: hidden;
}


/*メインコンテンツ
---------------------------------------------------------------------------*/

#main {
    width: 100%;
    /*メインコンテンツ幅*/
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 32px;
}




#main h2 {
position: relative;
display: inline-block;
	margin-top:1em;
margin-bottom: 0.5em;
color: #292929;
font-weight: bold;
}
/*#main h2:before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 60px;
height: 5px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
border-radius: 2px;
color: #292929;
}*/

#main .sangotitle h2 {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  background: #ff6a7e;
  /*padding: 1em 0;*/
  /*border-radius: 2em;*/
  margin-top: 0;
}
#main .sango h2 {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  background: #ffa726;
  /*padding: 1em 0;*/
  /*border-radius: 2em;*/
  margin-top: 0;
}

/*mainコンテンツのh3タグの設定*/

#main h3 {
    position: relative;
    padding: 10px 0 10px 16px;
    margin-left: -16px;
    font-size: 18px;
    margin: 3em 0 1em;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
}

#main h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    width: 6px;
    height: 100%;
    background: #c40910;
}


/*mainコンテンツの段落タグ設定*/

#main p {
    padding: 0.5em 15px 1em;
    /*左から、上、左右、下への余白*/
	text-align: left;
}

#main .center{
	text-align:center;
}

/*メニューボックス
---------------------------------------------------------------------------*/

.menu_box {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    width: 99%;
    margin-left: auto;
    background: #ffffff;
    margin-right: auto;
}

.menu_in {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.menu_in_left {
    float: left;
    width: 45%;
    margin-left: 24px;
    padding: 5px;
    margin-right: auto;
}

.menu_in_right {
    float: right;
    width: 45%;
    padding: 5px;
    margin-right: 24px;
    margin-left: auto;
}

.clear {
    clear: both;
}



/*約束ボックス
---------------------------------------------------------------------------*/

.yakusoku_box {
    width: 100%;
    background-image: url(image/yakusoku_bg.jpg);
    background-repeat: repeat;
    margin-top: 45px;
}

.yakusoku_in section {
    padding: 0px 0px 0;
    margin: 0 0 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ffffff;
    box-sizing: border-box;
}

.yakusoku_in {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}



/*代表挨拶
---------------------------------------------------------------------------*/
#prof{width: 98%;
margin-left: auto;
margin-right: auto;
margin-bottom:1em;
}

#prof .photo {
    width: 320px;
    float: left;
}

#prof .photo img {
    width: 320px;
}

#prof .prof-txt{
width: 511px;
    background-color: #E385A6;
    float: left;
    padding: 16px;
    background-repeat: no-repeat;
    background: #c40910;
}

#prof .prof-txt ul li{

color: #FFF;
text-align: left;

}

.profile{
background:#ffc530;
    padding: 1px 20px;
    font-size: 12px;
    border-radius: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    display: inline-block;
    color: #292929;
}

.name{
font-weight: bold;
    color: #fff;
    font-size: 32px;
    display: block;
    margin: 16px 0 0 8px;
}

.name_eng{
font-size: 12px;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-bottom: 16px;
    padding-top: 0px;
    display: block;
}

/*約束テキスト
---------------------------------------------------------------------------*/

.yakusoku_text {
    border-style: none;
    width: 100%;
    margin-top: 10px;
}

.yakusoku_left {
    float: left;
    width: 250px;
    margin-left: 15px;
}

.yakusoku_right {
    float: left;
    width: 380px;
    padding-left: 10px;
}

.naiyou{
font-color:#fff;
}

.naiyou:before {
  font-family: FontAwesome;
  content : "\f00b";
      padding-right: 8px;
}


/*ボタン
---------------------------------------------------------------------------*/
.yajirushi{
font-color:#fff;
}

.yajirushi:before {
  font-family: FontAwesome;
  content : "\f061";
      padding-right: 8px;
}



.button {
    display: inline-block;
    width: 450px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 38px;
    outline: none;
    font-size: x-large;
}

.button {
    position: relative;
    z-index: 2;
    background-color: #4CAF50;
    color: #fff;
    line-height: 38px;
    line-height: 82px;
    width: 600px;
    height: 100px;
    font-size: -webkit-xxx-large;
    font-weight: bold;
}

.button a:hover,
a:focus {
    color: #fff;
    text-decoration: none;
}

.waku {
    padding: 1em;
    border: 3px solid #ccc;
    border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
}

.waku2_mkj {
padding: 16px 12px;
    margin: -1px;
    background:#c40910;
    border: 0;
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
}

.waku2 {
    background: #fffbf4;
    padding: 0;
    margin-bottom: 2em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
}

.box26 {
    position: relative;
    margin: 4em 0;
    padding: 0.5em 1em;
    border: solid 3px #ff8656;
    border-radius: 8px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #ff8656;
    font-weight: bold;
}

.box26 p {
    margin: 0;
    padding: 0;
}


.tableBasic01 table th{
background: #3166ad;
    text-align: center;
    padding: 16px 5px;
    border-right: 1px dotted #ffffff;
    border: 1px solid #f9f9f9;
    color: #ffffff;
}
.tableBasic01 table td{background:#fff;text-align:left;padding:10px 5px;border:1px solid #e4e4e4;text-align:left;}
.taC{text-align:left!important;
}


.hikaku_box{
width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.hikaku_left{
	width: 50%;
	padding: 8px;
	float: left;
}


.hikaku_right{
	width: 50%;
	padding: 8px;
		float: left;
}

.v_box{
width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.v_left{
	width: 50%;
	padding: 8px;
	float: left;
}

@media(max-width: 480px){
    .v_left{
        width: 100%;
        float: none;
    }
}


.v_right{
	width: 50%;
	padding: 8px;
		float: left;
}

.v_title {
    padding: 10px;
    color: #fb9f17;
    font-size: 20px;
    border-bottom: double 5px #ffc775;
}
.v_box p{
    padding: 0.5em 15px 1em;
    text-align: left;
}
@media(max-width: 480px){
    .v_title{
        font-size: 90%;
    }
    .v_box p{
    padding: 8px 0;
    text-align: left;
    line-height: 1.7;
    }
}


#main .nagare ul{
    width: 100%;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
}

#main .nagare li {
    float: left;
    width: 304px;
    margin-bottom: 20px;
    height: 416px;
    background-color: #FFF;
    border: 1px solid #CCC;
    margin-right: 15px;
	margin-left: 17px;
}

.nagare_m {
    text-align: center;
    margin-top: 20px;
}
.nagare_pic {
    text-align: center;
}
.nagare_body {
    font-size: 14px;
    line-height: 1.2em;
    overflow: hidden;
    width: 264px;
    margin-right: auto;
    margin-left: auto;
}

.tableBasic02 table th{    background: #ffd7d5;
    text-align: center;
    padding: 16px 5px;
    border-right: 1px dotted #ff6a7d;
    border: 1px solid #ff6a7d;
    color: #ff6a7d;}
.tableBasic02 table td{background:#fff;text-align:center;padding:10px 5px;border:1px solid #ff6a7d;text-align:left;}
.taC{text-align:center !important;}

.maru {
    width: 960px;
    overflow: hidden;
    margin-left: 80px;
    margin-top: 40px;
}

.maru_name {
    margin-top: 30px;
    text-align: center;
}

.maru_text {
    margin: 20px auto;
    width: 250px;
    font-size: 16px;
    line-height: 1.2em;
	color: #fff;
	text-align: left;
}

.maru_icon {
    text-align: center;
	margin-top: -74px;
}

.maru li {
    float: left;
    box-shadow: 0px 0px 10px #ff7f7f;
    margin-right: 40px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background-position: left top;
    background-color: #ffff;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-top: 20px;
}

/*ボックスの設定*/

#main section.list {
    margin-bottom: 15px;
    /*ボックス間のスペース*/
    border-radius: 10px;
    /*角丸のサイズ*/
    background: #FFF;
    /*背景色（古いブラウザだとここの色のみが出ます）*/
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));
    /*グラデーション*/
    background: -webkit-linear-gradient(#FFF, #e5e5e5);
    /*同上*/
    background: linear-gradient(#FFF, #e5e5e5);
    /*同上*/
    position: relative;
    overflow: hidden;
    color: #333;
    /*文字色*/
    border: 1px solid #CCC;
    /*枠線の幅、線種、色*/
}

#main section.list a {
    padding: 20px;
    /*ボックス内の余白*/
    text-decoration: none;
    display: block;
    overflow: hidden;
    -webkit-transition: 0.5s;
    /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
    transition: 0.5s;
    /*同上*/
}

#main section.list a:hover {
    background: #FFF;
    /*マウスオン時の背景色*/
}


/*ボックス内の段落タグ設定*/

#main section.list p {
    padding: 0px;
    margin-left: 34%;
    /*左の写真とのバランスをとって設定*/
}


/*ボックス内の写真設定*/

#main section.list figure img {
    float: left;
    /*画像を左へ回り込み*/
    background: #FFF;
    /*画像の背景色。ここでは枠線と画像の間の色になります。*/
    padding: 5px;
    /*余白。ここに上の行で設定した背景色が出ます。*/
    width: 30%;
    /*写真の幅*/
    height: auto;
    /*写真の高さ*/
    border: 1px solid #ccc;
    /*線の幅、線種、色*/
}


/*ボックス内のh4タグ設定*/

#main section.list h4 {
    font-size: 100%;
    color: #8da472;
    /*文字色*/
    margin-left: 34%;
    /*左の写真とのバランスをとって設定*/
    border-bottom: 1px solid #8da472;
    /*下側の線の幅、線種、色*/
    margin-bottom: 0.5em;
}


/*「mark1(キャンペーン中)」マーク
---------------------------------------------------------------------------*/

.mark1 {
    font-size: 10px;
    /*文字サイズ*/
    color: #FFF;
    /*文字色*/
    background: #fa5d95;
    /*背景色*/
    text-align: center;
    display: block;
    width: 200px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    -webkit-transform: rotate(-45deg) translate(37px, 20px);
    -ms-transform: rotate(-45deg) translate(37px, 20px);
    transform: rotate(-20deg) translate(60px, 10px);
}


/*サブコンテンツ
---------------------------------------------------------------------------*/

#sub {
    float: left;
    /*左側に回り込み*/
    width: 240px;
    /*サブコンテンツ幅*/
    padding-bottom: 30px;
}


/*subコンテンツ内のh2タグ設定*/

#sub h2 {
    font-size: 100%;
    padding: 15px 10px;
    /*左から、上下、左右への余白*/
    background: none 0% 0% / auto auto repeat scroll padding-box border-box #9a4423;
    /*背景色*/
    border-bottom: 1px solid #d2d2d2;
    /*下部の線の幅、線種、色*/
    border-top: 5px solid #987f5f;
    /*上部の線の幅、線種、色*/
    color: white;
}


/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/


/*メニュー全体の設定*/

#sub ul.submenu {
    margin-bottom: 15px;
    /*メニューブロックの下にあけるスペース*/
}


/*メニュー１個ごとの設定*/

#sub ul.submenu li a {
    text-decoration: none;
    display: block;
    padding: 2px 10px;
    /*左から、上下、左右への余白*/
    background: #FFF;
    /*背景色*/
    margin-top: 5px;
}


/*マウスオン時の設定*/

#sub ul.submenu li a:hover {
    background: #fc7d77;
    /*背景色*/
    color: #fff;
    /*文字色*/
}


/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/

#sub .box1 {
    border: 1px solid #CCC;
    /*枠線の幅、線種、色*/
    padding: 10px;
    /*ボックス内の余白*/
    margin-bottom: 15px;
    /*ボックスの下に空けるのスペース*/
    background-color: #FFF;
    /*背景色（古いブラウザだとここの色のみが出ます）*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#eaeaea));
    /*グラデーション*/
    background-image: -webkit-linear-gradient(#FFF, #eaeaea);
    /*同上*/
    background-image: linear-gradient(#FFF, #eaeaea);
    /*同上*/
    -webkit-box-shadow: 0px 0px 1px #FFF inset;
    /*内側への影を右・下・ぼかし幅・距離・色を設定*/
    box-shadow: 0px 0px 0px 1px #FFF inset;
    /*同上*/
}


/*サイドのメニューボックス（施術ﾒﾆｭｰ)
---------------------------------------------------------------------------*/

.sidemenu_box {
    width: 240px;
    border-width: 1px;
    border-style: solid;
    border-color: #9a4423;
}



/*フッター設定
---------------------------------------------------------------------------*/

footer {
    clear: both;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #573731;
    /*文字色*/
    overflow: hidden;
}

footer .pr {
    display: block;
    font-size: 80%;
}

footer a {
    text-decoration: none;
    color: #573731;
}

footer a:hover {
    color: #573731;
}


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/


/*ブロック全体の設定*/

#new {
    margin-bottom: 15px;
}

#new dl {
    overflow: auto;
    /*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
    height: 150px;
    /*ボックスの高さ*/
    padding-left: 15px;
}


/*日付設定*/

#new dt {
    font-weight: bold;
    /*太字にする設定。標準がいいならこの行削除。*/
    float: left;
    width: 8em;
}


/*記事設定*/

#new dd {
    border-bottom: 1px solid #d2d2d2;
    /*下線の幅、線種、色*/
    padding-left: 8em;
}

#new dd img {
    vertical-align: middle;
}


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

.ta1 {
    width: 100%;
}

.ta1,
.ta1 td,
.ta1 th {
    border: 1px solid #CCC;
    /*テーブルの枠線の幅、線種、色*/
    line-height: 2;
}


/*テーブル内の右側*/

.ta1 td {
    padding: 10px;
}


/*テーブル内の左側*/

.ta1 th {
    width: 180px;
    padding: 10px;
    text-align: center;
    background-color: #e2e2e3;
    /*背景色*/
}


/*テーブル１行目に入った見出し部分*/

.ta1 th.tamidashi {
    width: auto;
    text-align: left;
    color: #FFF;
    /*文字色*/
    background-color: #333;
    /*背景色（古いブラウザだとここの色のみが出ます）*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#333));
    /*グラデーション*/
    background-image: -webkit-linear-gradient(#4b4b4b, #333);
    /*同上*/
    background-image: linear-gradient(#4b4b4b, #333);
    /*同上*/
}


/*ボタンの設定*/

input[type="submit"],
input[type="button"],
input[type="reset"] {
    width: 250px;
    /*ボタン幅*/
    padding: 10px;
    /*ボタン内の余白*/
    margin-bottom: 20px;
    border-radius: 30px;
    /*角丸のサイズ*/
    background-color: #e5e5e5;
    /*背景色（古いブラウザだとここの色のみが出ます）*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));
    /*グラデーション*/
    background-image: -webkit-linear-gradient(#FFF, #e5e5e5);
    /*同上*/
    background-image: linear-gradient(#FFF, #e5e5e5);
    /*同上*/
    -webkit-box-shadow: 1px 2px 7px #ccc;
    /*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
    box-shadow: 1px 2px 7px #ccc;
    /*同上*/
    font-size: 16px;
    /*文字サイズ*/
    letter-spacing: 0.1em;
    border: 1px solid #999;
}


/*ボタンのマウスオン時の設定*/

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
    background-color: #FFF;
    /*背景色（古いブラウザだとここの色のみが出ます）*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));
    /*グラデーション*/
    background-image: -webkit-linear-gradient(#e5e5e5, #FFF);
    /*同上*/
    background-image: linear-gradient(#e5e5e5, #FFF);
    /*同上*/
}


/*PAGE TOP設定
---------------------------------------------------------------------------*/

#pagetop {
    clear: both;
}

#pagetop a {
    color: #ffffff;
    /*文字色*/
    font-size: 10px;
    /*文字サイズ*/
    background: none 0% 0% / auto auto repeat scroll padding-box border-box #ec3f0a;
    /*背景色*/
    text-decoration: none;
    text-align: center;
    width: 12em;
    /*ボックス幅*/
    display: block;
    float: right;
    letter-spacing: 0.1em;
    /*文字間隔を少し広めにとる設定。*/
    line-height: 30px;
    margin-top: -30px;
    border-radius: 6px 6px 0 0;
}


/*マウスオン時*/

#pagetop a:hover {
    background-color: #666;
    /*背景色*/
    color: #FFF;
    /*文字色*/
}


/*その他
---------------------------------------------------------------------------*/

.look {
    background: #dcdcdc;
}

.mb15,
.mb1em {
    margin-bottom: 15px;
}

.clear {
    clear: both;
}

ul.disc {
    padding: 0em 25px 1em;
    list-style: disc;
}

.color1 {
    color: #ff7e0f;
}

.pr {
    font-size: 10px;
}

.btn {
    font-size: 13px;
}

.wl {
    width: 96%;
}

.ws {
    width: 50%;
}

.c {
    text-align: center;
}

.r {
    text-align: right;
}

figcaption {
    font-size: 11px;
}

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

.newicon {
    background: #F00;
    color: #FFF;
    font-size: 10px;
    padding: 0px 5px;
    border-radius: 2px;
    margin-left: 5px;
}

#menubar_hdr {
    display: none;
}

article youtube {
    margin: 5px 0;
    border: 5px #e0e0e0 solid;
}

#banner {
    display: none;
}



/*予約*/

#yoyaku_box {
    width: 100%;
}

.yoyaku_in {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.yoyaku_left {
    float: left;
    width: 50%;
    margin-left: 0px;
}

.yoyaku_left_s {
    float: left;
    width: 48%;
    margin-left: 0px;
}

.yoyaku_left p {
    font-size: 10px;
}

.yoyaku_right_s {
    float: left;
    width: 50%;
}

.yoyaku_right {
    float: left;
    width: 48%;
    padding-left: 10px;
}

.yoyaku_right li {
    padding-top: 5px;
}

.yoyaku_in section {
    padding: 15px 20px 15px;
    margin: 10px 0 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
}

.yoyaku_in section ul li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.yoyaku_text {
    border-style: none;
    width: 100%;
    margin-top: 10px;
}

.access_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.access_in {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.access_in_left {
    float: left;
    padding: 5px;
    width: 50%;
}

.access_in_right {
    float: left;
    padding: 5px;
    width: 50%;
}

.seminar_box {
    width: 100%;
}

.seminar_in {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.seminar_in_left {
    float: left;
    padding: 5px;
    width: 18%;
}


.seminar_in_left2 {
    float: left;
    padding: 5px;
    width: 18%;
}

.seminar_in_center {
    float: left;
    padding: 5px;
    width: 18%;
}

.seminar_in_right {
    float: left;
    padding: 5px;
    width: 18%;
}

.seminar_in_right2 {
    float: left;
    padding: 5px;
    width: 18%;
}

.offer_white {
    box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
    width: 950px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    overflow: hidden;
    padding: 0 10px 10px 5px;
    background-color: #FFF;
    display: block;
	color: #454545;
	padding:3em 0 0 0;
	border-radius: 3px;
}

.yakusoku {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

#main .yakusoku ul {
    box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
    width: 950px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    overflow: hidden;
    padding: 0 10px 10px 5px;
    background-color: #FFF;
    display: block;
}

.yakusoku_a {
    margin-top: 5px;
    float: left;
    margin-left: 5px;
    z-index: 5;
}

.yakusoku_b {
    margin-bottom: 20px;
    margin-left: 30px;
    float: left;
    margin-top: 20px;
    width: 536px;
}

.yakusoku-c {
    float: left;
    margin-left: 30px;
    margin-top: 10px;
}

/*お客様の声*/

.voice_box {
    width: 94%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}

.voice_box_right {
    width: 59%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75em;
}

.voice_box_left {
    float: left;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: center;
}



/*リボン*/

.ribon {
    position: relative;
    padding: .75em 1em;
    background-color: #FFC107;
    width: 106%;
    margin-left: -26px;
    font-size: x-large;
    text-align: center;
    color: #fff;
}

.ribon::before,
.ribon::after {
    content: '';
    position: absolute;
    top: 100%;
    border-style: solid;
    border-color: transparent;
}

.ribon::before {
    left: 0;
    border-width: 0 15px 15px 0;
    border-right-color: #FF9800;
}

.ribon::after {
    right: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-top-color: #FF9800;
}



/*料金*/

.price_in {
    width: 94%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    background-color: #fcebdb;
    border: solid 0.5px #bd2600;
}



/*サブページ内の説明ボックス*/

.subpage_box {
    width: 94%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.subpage_box_left {
    float: left;
    width: 40%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.subpage_box_right {
    float: left;
    width: 55%;
    text-align: left;
    margin-top: 8px;
    padding-right: 8px;
    padding-top: 6px;
}

.subpage_box_right2 {
    float: left;
    width: 50%;
    text-align: left;
    margin-top: 70px;
}

.clear {
    clear: both;
}




/*施術の流れボックス*/

.nagare_box {
    width: 94%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.nagare_box_left {
    float: left;
    width: 35%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.nagare_box_right {
    float: left;
    width: 60%;
    text-align: left;
}

.nagare_box_left1 {
    float: left;
    width: 60%;
    text-align: left;
}

.nagare_box_right1 {
    float: left;
    width: 35%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}


/*チェックボックス
---------------------------------------------------------------------------*/

.check_box {
    width: 100%;
    height: auto;
    padding: 10px;
}

.check_list {
    float: left;
    width: 95%;
    margin-top: 5px;
}

.check_in {
    float: left;
    width: 95%;
    margin-top: 5px;
    padding-left: 15px;
}

.check_right {
    float: left;
    width: 260px;
}

.space1 {
    height: 1px;
}

.check {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 16px;
    counter-increment: titleNum;
}

.check_left li {
    list-style: none;
    padding: 3px 0px 3px 38px;
    line-height: 42px;
    text-align: left;
    border-bottom: dotted 2px;
}

.check_left li:before{
    font-family: FontAwesome;
    content: "\f00c";/*アイコン種類*/
        position: absolute;
    color: #ffeb3b; /*アイコン色*/
        margin-left: -32px;
}


.bold2 {
    font-weight: bold;
    letter-spacing: .1em;
    font-size: 16px;
    display: block;
    color: #494949;
}

.defaultlist,
.defaultlist li {
    padding: 0px;
    margin: 0px;
}

.defaultlist li {
    list-style-type: none !important;
    list-style-image: none !important;
    margin: 5px 0px 5px 0px !important;
}

.list4 li {
    position: relative;
    padding-left: 20px;
}

.list4 li:after,
.list4 li:before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    height: 11px;
    width: 4px;
    background: #aaa;
    border-radius: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.list4 li:before {
    top: 8px;
    left: 3px;
    height: 8px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}


/*選ばれるボックス
---------------------------------------------------------------------------*/

.erabareru_box {
    border-width: 4px;
    border-style: solid;
    border-color: #fae8e7;
    width: 100%;
    height: auto;
    background-image: url(image/erabareru_bg.jpg);
    background-repeat: repeat;
    font-weight: bold;
}

.box1 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 5px 0;
    text-align: center;
    background: rgb(241, 113, 126);
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 8px;
}

.box1:before {
    content: '';
    width: 0px;
    height: 0px;
    border-width: 25px 0px 25px 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.box1:after {
    content: '';
    width: 0px;
    height: 0px;
    border-width: 25px 10px 25px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.box1 p {
    color: #fff;
    height: 38px;
    font-size: 18px;
    line-height: 24px;
    border-top: 1px dashed rgb(255, 255, 255);
    border-bottom: 1px dashed rgb(255, 255, 255);
    margin: 0;
    padding: 0 10px;
    font-weight: 800;
    box-sizing: border-box;
}

.erabareru_left {
    float: left;
    width: 410px;
}

.erabareru_right {
    float: left;
    width: 260px;
}

.erabareru_in {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

.erabareru_in section {
    padding: 16px 24px 16px;
    margin: 16px 0 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ffffff;
    box-sizing: border-box;
}

.space1 {
    height: 1px;
}

.check_erabareru {
    font-weight: bolder;
    padding-left: 15px;
    padding-right: 15px;
}

.check li {
    list-style: none;
    background: url(image/check_icon1.jpg) left top / auto auto no-repeat scroll padding-box border-box transparent;
    padding: 3px 0px 3px 38px;
}


.riyuu {
    position: relative;
    padding: 16px 0px 8px 3em;
    border-bottom: 1px solid #ccc;
    line-height: 35px;
}



.riyuu::before {
    position: absolute;
    top: 17px;
    left: 0;
    counter-increment: number 1;
    /* number カウンタの増加数をセット */
    content: counter(number) " ";
    /* 表示形式を指定 */
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #dab485;
    border-radius: 100%;
    color: #fff;
    font-size: .9em;
    text-align: center;
}

.step {
    clear: both;
    background: url(image/step_bg.png) left center / auto auto no-repeat scroll padding-box border-box, linear-gradient(#ffffff, #ffffff) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
    background: url(image/step_bg.png) no-repeat left center, -webkit-linear-gradient(#FFF, #ffffff);
    -webkit-box-shadow: 1px 2px 5px #e2e2e2;
    box-shadow: 1px 2px 5px #e2e2e2;
    font-size: 100%;
    padding: 2px 15px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    margin-top: 10px;
    margin-bottom: 10px;
}

.step_left {
    float: left;
    width: 12%;
    color: #fff;
    font-weight: bold;
}

.step_right {
    float: left;
    width: 80%;
}

.step_midashi {
    padding-bottom: .5em;
    border-bottom: 1px solid #ccc;
    font-weight: bolder;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
    font-size: x-large;
}

.step_midashi span {
    display: block;
    margin-bottom: .2em;
    color: #fe9e1a;
    font-size: .9em;
}

.kotsubantext {
    background-image: url(image/kotsuban_gazou1.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-position-y: 30px;
    padding-left: 14px;
}

.katakoritext {
    background-image: url(image/katakori_gazou1.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.sangotext {
    background-image: url(image/sango_gazou1.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-position-y: 50px;
}

.bikyakutext {
    background-image: url(image/bikyaku_gazou1.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-position-y: 50px;
}

.youtsutext {
    background-image: url(image/youtsu_gazou1.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-position-y: 50px;
}

.nekozetext {
    background-image: url(image/nekoze_gazou1.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-position-y: 50px;
}


.kogaotext {
    background-image: url(image/kogao_gazou1.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-position-y: 50px;
}

.staff {
    padding: 15px 10px 7px 10px;
    width: 90%;
    background-color: #ffffff;
    margin-left: 25px;
    font-size: 14px;
}

.staff li {
    padding: 0 5px 3px 15px;
    background: url(image/li.jpg) no-repeat left 8px;
}

.switch {
    visibility: hidden;
}

.price {
    clear: both;
    background: url() right center / auto auto no-repeat scroll padding-box border-box, linear-gradient(#ec3f0a, #ec3f0a) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
    /*背景色（古いブラウザだとここの色のみが出ます）*/
    /*背景画像の読み込みとグラデーション*/
    background: url() no-repeat right center, -webkit-linear-gradient(#ec3f0a, #ec3f0a);
    /*同上*/
    /*同上*/
    -webkit-box-shadow: 1px 2px 5px #e2e2e2;
    /*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
    box-shadow: 1px 2px 5px #e2e2e2;
    /*同上*/
    font-size: 100%;
    padding: 4px 15px;
    /*左から、上下、左右への余白*/
    border-radius: 6px;
    /*角丸のサイズ*/
    border: 1px solid #cccccc;
    /*枠線の幅、線種、色*/
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.price_list {
    width: 95%;
    background-color: #f9e6e5;
    height: auto;
    padding: 0px 0px 0px 20px;
    margin-right: auto;
    margin-left: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #f4d2d1;
}

.price_list_in {
    width: 95%;
    height: auto;
    margin-right: 29px;
    margin-top: 20px;
    margin-left: auto;
    margin-bottom: 15px;
}

.price_left {
    float: left;
    width: 45%;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
}

.price_right {
    float: left;
    width: 45%;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
}


.inner {
    margin: 0 auto;
    width: 100%;

    position: relative;
}

.inner2 {
    margin: 0 auto;
    width: 1003px;

    position: relative;
}


.footer_in {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    background-attachment: scroll;
    background-size: auto auto;
    background-origin: padding-box;
    background-clip: border-box;
    /*背景色と右上の植物の背景画像(リピートなし、右、上に配置)読み込み*/
    padding: 10px;
    /*ボックス内の余白*/
    color;
    #ffffff;
    overflow: hidden;
}

.footer_left {
    float: left;
    width: 60%;
}

.footer_right {
    float: left;
    width: 34%;
    text-align: left;
    padding: 10px;
    /*ボックス内の余白*/
}

.point_img {
    margin-top: -65px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 10px;
}

.yakusoku_img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 10px;
}

.indent {
    margin-left: 1em;
    text-indent: -1em;
}

.tyui_box {
    border: 2px solid #e1e1e1;
    border-radius: 4px;
    margin: 2em 0;
    padding: 2em;
    position: relative;
}

.tyui_box::before {
    background-color: #fff;
    color: #f57c00;
    content: "注意事項";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}

.tyui_box li {
    padding: 0 5px 3px 15px;
    background: url(../image/li.jpg) no-repeat left 8px;
}

.yoyaku {
    position: relative;
    text-align: center;
}

.yoyaku span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 4em;
    padding: 0 1em;
    background-color: #fff;
    text-align: left;
    font-weight: bolder;
    font-size: 16px;
}

.yoyaku::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
    background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}


/**
 * Blog
 */

.blog-title-article {
    margin-bottom: 0px;
    margin-left: 5px;
}

.blog-wrap {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

.blog-header {
    padding: 5px;
    border-bottom: 1px dotted #ccc;
    color: #888;
    font-size: 13px;
}

.blog-body {
    padding: 10px 5px;
}

.blog-title-index {
    margin-bottom: 0px;
    margin-left: 5px;
    font-size: 2em;
    color: #333;
}

.blog-title-category {
    font-size: 1.17em;
    font-weight: normal;
    color: #888;
}

.blog-footer {
    padding: 5px;
}

.about-body {
    padding: 10px 5px;
}

.map-body {
    padding: 10px 5px;
}

.contact-body {
    padding: 10px 5px;
}

#menubar {
    background: #fff;
}


.blog_side {
    border: 1px solid #e1e1e1;
    box-shadow: 0 3px 0 rgba(8, 1, 2, 0.03);
}

.blog_title {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 5px;
    background: #f3f3f3;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    overflow: visible;
}

.blog_simple {
    display: block;
    border-bottom: 1px dotted #e1e1e1;
    padding: 15px;
}

.blog_simple a {
    text-decoration: none;
}

.blog_simple a :hover {
    color: #00a9c7;
}

.blog_simple:hover {
    background-color: #f3f3f3;
}

.underline {
    padding: .5em .75em;
    background-color: #f6f6f6;
    border-radius: 6px;
    font-size: x-large;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    line-height: normal;
    text-align: center;
}

.pc {
    display: initial;
}

.sp {
    display: none !important;
}




.midashi_underline{
position: relative;
display: inline-block;
padding: 0 55px;
font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','klee','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    font-weight: bold;
    font-size: 24px;
    margin:1.5em 0 1em;
}

.midashi_underline:before, .midashi_underline:after{
content: '';
    position: absolute;
    top: 42%;
    display: inline-block;
    width: 30px;
    height: 2px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
}

.midashi_underline:before {left:0;}
.midashi_underline:after {right: 0;}


@media only screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}

@media only screen and (max-width: 680px) {
    .pc {
        display: block !important;
    }

    .sp {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

@media (min-width:481px) and (max-width:980px) {
    header {
        height: 130px;
        /*ヘッダーの高さ*/
        width: 100%;
        /*ヘッダーの幅*/
        position: relative;
        margin-top: -10px;
        padding-right: 20px;
        margin-left: -10px;
    }

    footer {
        clear: both;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        color: #ffffff;
        /*文字色*/
        width: 1000px;
        /*幅*/
    }

    #top_bg {
        width: 1000px;
        /*幅*/
        margin-left: auto;
        margin-right: auto;
        background-attachment: scroll;
        background-size: auto auto;
        background-origin: padding-box;
        background-clip: border-box;
        /*背景色と右上の植物の背景画像(リピートなし、右、上に配置)読み込み*/
        background-color: #fef9ea;
        background-image: url(image/top_bg.png);
        background-position: top, center 0px;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    #container {
        width: 100%;
        /*コンテナー幅*/
        margin-left: auto;
        margin-right: auto;
        background-attachment: scroll;
        background-size: auto auto;
        background-origin: padding-box;
        background-clip: border-box;
        /*背景色と右上の植物の背景画像(リピートなし、右、上に配置)読み込み*/
        padding: 10px;
        /*ボックス内の余白*/
        overflow: hidden;
    }
}



/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/


/*表示を切り替えるウィンドウサイズの指定*/

@media (max-width: 480px) {

    body {
        font: 14px/2 -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
        /*文字サイズ・行間、フォントファミリー*/
    }
    /*h1タグの設定
---------------------------------------------------------------------------*/
    h1 {
        margin-top: -140px
    }
    /*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
    /*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
    #container {
        width: auto;
        margin-bottom: -10px;
    }

    #top_bg {
        background-image: none;
    }

    #container2 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
    }

    table {
        width: 100%;
    }

    ul {
        margin: 4px 0%;
    }

    h3 {
        width: 92%
    }
    .access_in {
        width: 90%
    }
    .check_list li {
        font-size: 14px;
        margin-left: 0px;
    }
    #main h2 {
        font-size: 20px;
            padding: 2em 0.5em 0;
    }

    #main .sangotitle h2 {
        padding: 0.3em 0.5em 0;
        font-size: 100%;
    }

    #main .sango h2 {
        padding: 0.3em 0.5em 0;
        font-size: 100%;
    }

    .step_midashi {
        font-size: initial;
    }

    .content-section-a {
        padding: 0px;
    }

    .check_left li {
        list-style: none;
        padding: 3px 0px 3px 38px;
        line-height: 28px;
        text-align: left;
    }
    /*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
    /*ヘッダーブロック*/
    header {
        height: auto;
        /*ヘッダーの高さ*/
        width: 100%;
        /*ヘッダーの幅*/
        position: relative;
        margin-bottom: 15px;
        background: none;
    }
    /*サイトロゴの設定*/
    .site_logo {
        display: none;
        width: 100%;
        margin-top: 0px;
        text-align: center;
        margin-left: 5px;
    }


    #header_in {
        width: 100%;
        height: 70px;
        margin: 0px auto;
    }

    #mainimg {
        clear: left;
        width: 100%;
        height: auto;
        position: relative;
        margin-top: -15px;
        background-image: url(image/head_bg_sp.jpg);
    }
    /*上部のメインメニュー
---------------------------------------------------------------------------*/
    nav#menubar ul {
        padding-left: 0;
        margin-left: 0px;
        border-bottom: 2px solid #ffffff;
    }
    /*メニュー１個ごとの設定*/
    nav#menubar ul li {
        float: left;
        width: 50%;
        border-bottom: 1px solid #ffffff;
        /*下の線の幅、線種、色*/
        background: none 0% 0% / auto auto repeat scroll padding-box border-box #f06d1f/*背景色（古いブラウザだとここの色のみが出ます）*/
        border-right: 1px solid #fffffff;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    nav#menubar ul li a {
        letter-spacing: normal;
    }
    nav#menubar ul li:nth-child(odd) {
        border-left: 1px solid #ffffff;
    }
    /*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
    #contents {
        width: auto;
        padding-top: 0px;
        margin: 0px;
    }
    /*main,subコンテンツ
---------------------------------------------------------------------------*/
    #main,
    #sub {
        float: none;
        width: auto;
        padding: 13px 13px;    }
    /*mainコンテンツ
---------------------------------------------------------------------------*/
    /*mainコンテンツの段落タグ設定*/
    #main p {
    padding: 8px 13px;
    line-height: 1.75;
		text-align: left;
    }
    /*course.html内のメニュー案内の各ブロック
---------------------------------------------------------------------------*/
    /*ボックス内の段落タグ設定*/
    #main section.list p {
        margin-left: 0;
    }
    /*ボックス内の写真設定*/
    #main section.list figure img {
        float: none;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin-bottom: 10px;
    }
    /*ボックス内のh4タグ設定*/
    #main section.list h4 {
        margin-left: 0;
    }
    /*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
    section#new.open {
        background: url(images/bg1.png) no-repeat center center, url(images/bg2.png) no-repeat right center, url(images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#8da472), to(#5a743f));
        /*背景画像とマイナスアイコンとグラデーション*/
        background: url(images/bg1.png) no-repeat center center, url(images/bg2.png) no-repeat right center, url(images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#8da472, #5a743f);
        /*同上*/
        background: url(images/bg1.png) no-repeat center center, url(images/bg2.png) no-repeat right center, url(images/btn_minus.png) no-repeat right center, linear-gradient(#8da472, #5a743f);
        /*同上*/
    }
    section#new h2.close {
        background: url(images/bg1.png) no-repeat center center, url(images/bg2.png) no-repeat right center, url(images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#8da472), to(#5a743f));
        /*背景画像とプラスアイコンとグラデーション*/
        background: url(images/bg1.png) no-repeat center center, url(images/bg2.png) no-repeat right center, url(images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#8da472, #5a743f);
        /*同上*/
        background: url(images/bg1.png) no-repeat center center, url(images/bg2.png) no-repeat right center, url(images/btn_plus.png) no-repeat right center, linear-gradient(#8da472, #5a743f);
        /*同上*/
    }
    /*ブロック全体の設定*/
    #new dl {
        height: auto;
        margin: 5px 5px 0px;
    }
    /*日付設定*/
    #new dt {
        float: none;
        width: auto;
    }
    /*記事設定*/
    #new dd {
        padding-left: 0;
    }
    /*テーブル１
---------------------------------------------------------------------------*/
    .ta1 {
        width: 100%;
    }
    /*テーブル内の右側*/
    .ta1 td {
        width: auto;
        padding: 2px;
    }
    /*テーブル内の左側の見出し部分*/
    .ta1 th {
        width: 100px;
        padding: 2px;
    }
    /*その他
---------------------------------------------------------------------------*/
    /*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
    body.s-n #sub {
        display: none;
    }
    /*メニュー折りたたみ設定*/
    #menubar_hdr {
        display: inline;
        position: absolute;
        top: 10px;
        right: 20px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
        background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
        background-image: linear-gradient(#fbfbfb, #e5e5e5);
        padding: 10px;
        border: 1px solid #cfcfcf;
        border-radius: 0px 0px 6px 6px;
    }
    /*メニューボックス
---------------------------------------------------------------------------*/
    .menu_box {
        border-width: 1px;
        border-style: solid;
        width: 100%;
    }
    .menu_in {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .menu_in img {
        width: 90%;
    }

    .menu_in_left {
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        float: none;
        padding: 0px;
        margin-top: 8px;
    }
    .menu_in_right {
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        float: none;
        padding: 0px;
        margin-top: 8px;
    }
    /*約束ボックス
---------------------------------------------------------------------------*/
    .yakusoku_box {
        width: 98%;
        margin-left: auto;
        margin-right: auto;
    }
    .yakusoku_in {
        width: 98%;
        margin-left: auto;
        margin-right: auto;
    }

    .business .yakusoku_title {
        font-size: 20px;
        width: 90%;
    }
    .business .yakusoku_title::after {
        position: absolute;
        left: 162px;
    }
    .business #main h2:before {
        top: 16px;
    }

    .yakusoku_title {
        font-size: 20px;
        width: 90%;
    }
    .yakusoku_title::after {
        position: absolute;
        left: 162px;
    }
    .business2 #main h2 {
        padding-left: 13px;
    }
    .business2 #main h2:before {
        top: 16px;
        left: 0px;
    }

    #banner {
        height: auto;
        width: 100%;
        position: fixed;
        left: 0;
        display: block;
        z-index: 999;
    }

    #close_button {
        position: absolute;
        top: 0;
        right: -43px;
        z-index: 1000;
    }

    .red .yakusoku_title {
        font-size: 20px;
        width: 90%;
    }
    .red .yakusoku_title::after {
        position: absolute;
        left: 162px;
    }
    .red #main h2:before {
        top: 18px;
    }

    .orange .yakusoku_title {
        font-size: 20px;
        width: 90%;
    }
    .orange .yakusoku_title::after {
        position: absolute;
        left: 162px;
    }
    .orange #main h2:before {
        top: 18px;
    }

    .blue .yakusoku_title {
        font-size: 20px;
        width: 90%;
    }
    .blue .yakusoku_title::after {
        position: absolute;
        left: 162px;
    }
    .blue #main h2:before {
        top: 18px;
    }

    .indigo_blue .yakusoku_title {
        font-size: 20px;
        width: 90%;
    }
    .indigo_blue .yakusoku_title::after {
        position: absolute;
        left: 162px;
    }
    .indigo_blue #main h2:before {
        top: 18px;
    }

    .green .yakusoku_title {
        font-size: 20px;
        width: 90%;
    }
    .green .yakusoku_title::after {
        position: absolute;
        left: 162px;
    }
    .green #main h2:before {
        top: 18px;
    }

    .yellow .yakusoku_title {
        font-size: 20px;
        width: 90%;
    }
    .yellow .yakusoku_title::after {
        position: absolute;
        left: 162px;
    }
    .yellow #main h2:before {
        top: 18px;
    }

    .purple .yakusoku_title {
        font-size: 20px;
        width: 90%;
    }
    .purple .yakusoku_title::after {
        position: absolute;
        left: 162px;
    }
    .purple #main h2:before {
        top: 18px;
    }

    .pink .yakusoku_title {
        font-size: 20px;
        width: 90%;
    }
    .pink .yakusoku_title::after {
        position: absolute;
        left: 162px;
    }
    .pink #main h2:before {
        top: 18px;
    }

    .brown .yakusoku_title {
        font-size: 20px;
        width: 90%;
    }
    .brown .yakusoku_title::after {
        position: absolute;
        left: 162px;
    }
    .brown #main h2:before {
        top: 18px;
    }

    .beauty1 .yakusoku_title {
        font-size: 20px;
        width: 90%;
    }
    .beauty1 .yakusoku_title::after {
        position: absolute;
        left: 162px;
    }
    .beauty1 #main h2:before {
        top: 18px;
    }

    .lime .yakusoku_title {
        font-size: 20px;
        width: 90%;
    }
    .lime .yakusoku_title::after {
        position: absolute;
        left: 162px;
    }
    .lime #main h2:before {
        top: 18px;
    }
    /*代表挨拶
---------------------------------------------------------------------------*/
    .aisatsu_box {
        width: 100%;
    }
    .aisatsu_in {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .aisatsu_in img {
        width: 70%;
    }

    .aisatsu_left {
        width: 100%;
        text-align: center;
    }
    .aisatu_right {
        width: 95%;
    }
    /*約束テキスト
---------------------------------------------------------------------------*/
    .yakusoku_text {
        width: 100%;
        margin-top: 8px;
    }
    .yakusoku_text img {
        width: 85%;
    }

    .yakusoku_left {
        width: 100%;
        text-align: center;
        margin-left: auto;
    }
    .yakusoku_right {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        margin-top: 10px;
    }


    .staff {
        width: 90%;
        background-color: #ffffff;
        margin-left: 15px;
        font-size: 14px;
    }
    /*サブページ内の説明ボックス*/
    .subpage_box {
        width: 100%;
    }
    .subpage_box_left {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;

        text-align: center;
    }
    .subpage_box_right {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    /*お客様の声*/
    .voice_box {
        width: 100%;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        background-color: #ffffff;
    }
    .voice_box_left {
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        text-align: center;
    }
    .voice_box_right {
        float: left;
        width: 98%;
        margin-right: auto;
        margin-left: auto;
        padding: 0px;
        text-align: left;
    }
    /*施術の流れボックス*/
    .nagare_box {
        width: 100%;
    }
    .nagare_box_left {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;

        text-align: center;
    }
    .nagare_box_right {
        width: 87.5%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .nagare_box_left1 {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;

        text-align: center;
    }
    .nagare_box_right1 {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        /*サイドのメニューボックス（施術ﾒﾆｭｰ)
---------------------------------------------------------------------------*/
        .sidemenu_box {
            width: 98%;
            margin-left: auto;
            margin-right: auto;
        }

        #sub img {
            width: 100%;
        }
    }
    /*サブページ内の説明ボックス*/
    .subpage_box {
        width: 100%;
    }
    .subpage_box_left {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
float: none;

    }
    .subpage_box_right {
        width: 87.5%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        padding: 0;
        float: none;
    }

    .subpage_box_right2 {
        width: 92%;
        margin-left: 10px;
        margin-right: auto;
        text-align: center;
        margin-top: 5px;
    }
	
.hikaku_left {
    width: 100%;
    padding: 8px;
    float: none;
}	

.hikaku_right {
    width: 100%;
    padding: 8px;
    float: none;
}	
	
.maru li {
    float: left;
    margin-right: 40px;
    width: 100%;
    height: 330px;
    border-radius: 50%;
    background-position: left top;
    background-color: #fff;
    margin-bottom: 5px;
    margin-left: 0;
    margin-top: 20px;
	box-shadow: none;
}	
	
.maru_text {
    margin: 20px auto 5px;
    width: 250px;
    font-size: 16px;
    line-height: 1.2em;
    color: #fff;
    text-align: left;
}	
	
.yakusoku-c {
    float: none;
    margin-left: auto;
    margin-top: 16px;
    margin-right: auto;
    margin-bottom: 16px;
}	
	
.yakusoku_b {
    margin-bottom: 0px;
    margin-left: 8px;
    float: left;
    margin-top: 10px;
	width: 100%;
}
	
.yakusoku_a {
    margin-top: 5px;
    float: left;
    margin-left: 5px;
    z-index: 5;
    width: 20%;
    float: left;
}	
	
#main .yakusoku ul {
    box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    overflow: hidden;
    padding: 0 10px 10px 5px;
    background-color: #FFF;
    display: block;
}	
	
.yakusoku {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}	
	
.maru {
    width: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-top: 0px;
    margin-right: auto;
}
	
	.offer_white {
    box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    overflow: hidden;
    padding: 0 10px 10px 5px;
    background-color: #FFF;
    display: block;
    color: #454545;
    padding: 3em 1em 0;
    border-radius: 3px;
}
#main .nagare li {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    height: 416px;
    background-color: #FFF;
    border: 1px solid #CCC;
    margin-right: auto;
	margin-left: 0px;
}	
    /*選ばれるボックス
---------------------------------------------------------------------------*/
    .erabareru_box {
        border-width: 1px;
        border-style: solid;
        border-color: #f7e3e1;
        ;
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .erabareru_in section {
        padding: 0;
        margin: 16px 0 6px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #ffffff;
        box-sizing: border-box;
    }

    .box1 {
        width: 100%;
        height: 50px;
        line-height: 50px;
        padding: 5px 0;
        text-align: center;
        background: rgb(241, 113, 126);
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 8px;
    }

    .box1:before {
        content: '';
        width: 0px;
        height: 0px;
        border-width: 25px 0px 25px 10px;
        border-color: transparent transparent transparent #fff;
        border-style: solid;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .box1:after {
        content: '';
        width: 0px;
        height: 0px;
        border-width: 25px 10px 25px 0px;
        border-color: transparent #fff transparent transparent;
        border-style: solid;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }

    .box1 p {
        color: #fff;
        height: 38px;
        font-size: 15px;
        line-height: 24px;
        border-top: 1px dashed rgb(255, 255, 255);
        border-bottom: 1px dashed rgb(255, 255, 255);
        margin: 0;
        padding: 0 10px;
        font-weight: 800;
        box-sizing: border-box;
    }
    /*施術の流れボックス*/
    .nagare_box {
        width: 100%;
    }
    .nagare_box_left {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;

        text-align: center;
    }
    .nagare_box_right {
        width: 87.5%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .nagare_box_left1 {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;

        text-align: center;
    }
    .nagare_box_right1 {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .kotsubantext {
        background-image: none;
        width: 87.5%;
        margin-left: auto;
        margin-right: auto;
    }

    .sangotext {
        background-image: none;
        width: 87.5%;
        margin-left: auto;
        margin-right: auto;
    }

    .katakoritext {
        background-image: none;
        width: 87.5%;
        margin-left: auto;
        margin-right: auto;
    }

    .kogaotext {
        background-image: none;
        width: 87.5%;
        margin-left: auto;
        margin-right: auto;
    }

    .nekozetext {
        background-image: none;
        width: 87.5%;
        margin-left: auto;
        margin-right: auto;
    }

    .bikyakutext {
        background-image: none;
        width: 87.5%;
        margin-left: auto;
        margin-right: auto;
    }

    .youtsutext {
        background-image: none;
        width: 87.5%;
        margin-left: auto;
        margin-right: auto;
    }
    /*サイドのメニューボックス（施術ﾒﾆｭｰ)
---------------------------------------------------------------------------*/
    .sidemenu_box {
        width: 98%;
        margin-left: auto;
        margin-right: auto;
    }

    #sub img {
        width: 100%;
    }




    .space_s {
        height: 10px;
    }

    .yoyaku_kotei {
        position: fixed;
        bottom: 10px;
        right: 10px;
    }

    .space1 {
        height: 1px;
    }
    .check_in {
        width: 100%;
        margin-left: auto;
        float: none;
        margin-right: auto;
        margin-top: 32px;
        padding: 0;
    }
    .check_list {
        width: 100%;
        margin-left: auto;
        float: none;
        margin-right: auto;
        padding: 0;
    }
    .check_right {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 24px;
    }

    .check img {
        width: 80%;
        text-align: center;
    }

    .check_box {
        width: 87.5%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }

    .check {
        font-weight: bolder;
        padding-left: 15px;
        padding-right: 15px;
    }

    .step_left {
        float: left;
        width: 25%;
        color: #fff;
        font-weight: bold;
        font-size: 12px;
    }
    .step_right {
        float: left;
        width: 70%;
        font-size: 12px;
    }

    .inner {
        margin-top: 10px;
        width: 100%;
    }

    .inner2 {
        margin: 0 auto;
        width: 100%;
    }

    .footer_in {
        width: 100%;
    }

    .footer_left {
        width: 92%;
        padding-left: 5px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        text-align: center;
    }
    .footer_right {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .check_right img {
        margin-left: 42px;
        margin-top: 15px;
    }

    .riyuu {
        position: relative;
        padding: 14px 0px 8px 3em;
        border-bottom: 1px solid #ccc;
        line-height: 35px;
        font-size: 13px;
    }

    .riyuu::before {
        position: absolute;
        top: 17px;
        left: 0;
        counter-increment: number 1;
        /* number カウンタの増加数をセット */
        content: counter(number) " ";
        /* 表示形式を指定 */
        width: 28px;
        height: 28px;
        line-height: 28px;
        background-color: #dab485;
        border-radius: 100%;
        color: #fff;
        font-size: .9em;
        text-align: center;
    }

    .price_list_in {
        width: 95%;
        height: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-left: auto;
        margin-bottom: 15px;
    }

    .price_left {
        float: left;
        width: 86%;
        padding: 10px;
        margin-right: auto;
        margin-left: auto;
    }
    .price_right {
        float: left;
        width: 86%;
        padding: 10px;
        margin-right: 20px;
        margin-left: auto;
    }
}

@media (max-width: 320px) {

    .step_left {
        float: left;
        width: 30%;
        color: #fff;
        font-weight: bold;
        font-size: 12px;
    }
    .step_right {
        float: left;
        width: 65%;
        font-size: 12px;
    }
}

@media (max-width: 480px) {

    #yoyaku_s {
        display: none;
    }

    #yoyaku_box {
        width: 100%;
    }
    .yoyaku_in {
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .yoyaku_left {
        float: left;
        width: 95%;
        margin-left: 8px;
    }
    .yoyaku_left_s {
    float: left;
    width: 100%;
    margin-left: 0px;
}

    .yoyaku_left p {
        font-size: 10px;
    }

    .yoyaku_right {
        float: left;
        width: 90%;
        margin-bottom: 10px;
        padding-left: 15px;
    }

    .yoyaku_right_s {
    float: left;
    width: 100%;
}

    .yoyaku_right li {
        padding-top: 5px;
    }

    .yoyaku_in section {
        padding: 15px 20px 15px;
        margin: 0 0 20px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #faf7f4;
        box-sizing: border-box;
    }

    .yoyaku_text {
        border-style: none;
        width: 100%;
        margin-top: 10px;
    }
	

  br{display: none;}
    .head_bunner {
        width: auto;
        position: static;
        z-index: 100;
        margin-top: 40px;
        margin-bottom: -5px;
        padding-top: 10px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
        float: none;
        clear: both;
    }

    .fixed {
        position: fixed;
        top: 0;
        z-index: 1;
    }
    #top-menu img {
        max-width: 50%;
        width: 172px;
    }
    .site_logo {
        height: 70px;
    }


    .access_in_left {
        float: left;
        padding: 5px;
        width: 98%;
    }

    .access_in_right {
        float: left;
        padding: 5px;
        width: 98%;
    }

    .voice_in_left {
        float: left;
        padding: 5px;
        width: 98%;
    }

    .voice_in_right {
        float: left;
        padding: 5px;
        width: 98%;
    }



    #mainimg {
        margin-top: 0px;
    }

    #yoyaku_s {
        display: none;
    }

    #yoyaku_box {
        width: 100%;
    }

    .yoyaku_in {
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .yoyaku_left {
        float: left;
        width: 95%;
        margin-left: 8px;
    }

    .yoyaku_left p {
        font-size: 10px;
    }

    .yoyaku_right {
        float: left;
        width: 90%;
        margin-bottom: 10px;
        padding-left: 15px;
    }

    .yoyaku_right li {
        padding-top: 5px;
    }

    .yoyaku_in section {
        padding: 15px 10px 15px;
        margin: 10px 0 5px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        box-sizing: border-box;
        background: none;
    }



    .yoyaku_text {
        border-style: none;
        width: 100%;
        margin-top: 10px;
    }

    .point_img {
        margin-top: -32px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding: 10px;
    }

    .content-form fieldset {
        width: 90%;
    }

    form td {
        border: none;
    }

    .nav_fixed {
        position: relative;
    }

    .button {
        display: inline-block;
        width: 90%;
        height: 54px;
        text-align: center;
        text-decoration: none;
        line-height: 35px;
        outline: none;
        font-size: 28px;
    }

    .seminar_box {
        width: 100%;
    }

    .seminar_in {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .seminar_in_left {
        float: left;
        padding: 5px;
        width: 30%;
    }


    .seminar_in_left2 {
        float: left;
        padding: 5px;
        width: 30%;
    }

    .seminar_in_center {
        float: left;
        padding: 5px;
        width: 30%;
    }

    .seminar_in_right {
        float: left;
        padding: 5px;
        width: 30%;
    }

    .seminar_in_right2 {
        float: left;
        padding: 5px;
        width: 30%;
    }

    .button_bg {
        margin-top: -120px;
    }

.waku2_mkj {
    width: 100%;
}

section ol {
    width: 100%;
}

#prof .prof-txt {
    width: 100%;
}
#prof .photo {
    width: 100%;
    float: left;
}

#prof .photo img {
    width: 100%;
}

.midashi_underline:before, .midashi_underline:after {
    content: none;
}

.midashi_underline {
    position: relative;
    display: inline-block;
    padding: 0 0px;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','klee','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin: 1.5em 0 1em;
}


}


@media (max-width: 1020px) and (min-width: 768px) {

#container2 {
    width: 100%;
}

}
