@charset "UTF-8";

/* Reset & Base Styles
----------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
}

html {
    height: 100%;
}

body {
    padding: 0 !important;
    margin: 0 !important;
    /* background: #f7f6f2 url('../img/sub_bg.jpg') repeat; */
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    /* 必要に応じて他のプロパティもリセット */
}

/* Links
----------------------------------------*/
a {
    color: #6B4C3B; /* ダークブラウン */
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s, border-bottom 0.2s, background 0.2s;
}
  
a:not(:has(img)):hover,
a:not(:has(img)):focus {
    color: #A67C52; /* 明るめブラウン */
    border-bottom: 2px solid #C2B280; /* ゴールド系の下線 */
    background: rgba(194, 178, 128, 0.08); /* ほんのりゴールド背景 */
    outline: none;
}

a img {
    border: none;
    text-decoration: none;
}
  
a:hover img {
    filter: none;
    opacity: 1;
}

/* Fonts
----------------------------------------*/
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans CJK JP Regular"),
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}

#special {
    font-size: 14px;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', "メイリオ", sans-serif, 'Lucida Grande';
    color: #000;
    list-style: none;
    line-height: 2.0;
    letter-spacing: 1px !important;
}

#special img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

#special a img {
    border: 0;
}

#special area {
    border: none; 
    outline: none; 
}

#special .font-serif {
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 1.3;
}

/* Utility Classes
----------------------------------------*/
.center {
    text-align: center !important;
}

.right {
    text-align: right !important;
}

.left-align {
    text-align: left !important;
}

.pc {
    display: none !important;
}

.smh {
    display: block !important;
}

.paddingtop50 {
    padding-top: 50px !important;
}

.mgntop50 {
    margin-top: 50px;
}

.mgbtm3 {
    margin-bottom: 3%;
}

span.linethrough {
    text-decoration: line-through;
}

.red {
    color: #ff6701;
    font-size: 1.4em;
    font-weight: bold !important;
    text-align: center;
}

.freetext {
    text-align: center !important;
    margin-top: 3% !important;
    font-size: 0.9em !important;
}

.freetext a {
    color: #409eff;
    font-weight: bold;
}

span.brown {
    color: #80765a;
    font-weight: bold;
}

span.purple {
    color: #ba6f87;
    font-weight: bold;
}

span.blue {
    color: #6c768a;
    font-weight: bold;
}

span.green {
    color: #256955;
    font-weight: bold;
}

/* HR Styles
----------------------------------------*/
hr {
    display: block;
    width: 90%;
    height: 1px;
    background-color: #ccc;
    border: 0; 
    margin: 0 5%;
}

hr.purpleline {
    display: block;
    width: 90%;
    height: 1px;
    background-color: #ba6f87;
    border: 0; 
    margin: 0 5%;   
}

/* Buttons
----------------------------------------*/
#special .btn {
    background: #000 !important;
    color: #fff !important;
    width: 90%;
    height: 50px;
    line-height: 50px;
    margin: 20px auto 0 auto !important;
    font-size: 1.2em;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: bold;
}

#special .btn img {
    width: 28%;
    margin-top: 19px;
}

#special .btn2 {
    background: #409eff !important;
    color: #fff !important;
    width: 90%;
    height: 50px;
    line-height: 50px;
    margin: 20px auto 0 auto !important;
    font-size: 1.0em;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: bold;
}

#special .btn2 img {
    width: 28%;
    margin-top: 19px;
}

.btn_submit {
    width: 120px;
    padding: 10px !important;
    background: #562f04;
    color: #fff;
    font-size: 1.2em;
    border: 1px solid #562f04;
}

.btn_reset {
    width: 120px;
    padding: 10px !important;
    background: #aaa;
    color: #fff;
    font-size: 1.2em;
    border: none !important;
}

/* Header Area
----------------------------------------*/
#header .nav_btn {
    width: 44px;
    height: 44px;
    z-index: 300;
    top: 7px;
    right: 7px;
    cursor: pointer;
    position: absolute;
}

.hamburger_line {
    transition: all .6s;
    width: 34px;
    height: 2px;
    left: 5px;
    background-color: #000;
    position: absolute;
}

.hamburger_line1 { top: 10px; }
.hamburger_line2 { top: 21px; }
.hamburger_line3 { top: 32px; }

.nav_bg {
    opacity: 0;
    transition: all .6s;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    top: 0;
    left: 0;
    visibility: hidden;
    background-color: #000;
    cursor: pointer;
    position: fixed;
}

.nav_open #header #navi { right: 0; }

.nav_open .nav_bg {
    opacity: .8;
    visibility: visible;
}

.nav_open .hamburger_line1 {
    transform: rotate(45deg);
    top: 20px;
}

.nav_open .hamburger_line2 {
    width: 0;
    left: 50%;
}

.nav_open .hamburger_line3 {
    transform: rotate(-45deg);
    top: 20px;
}

/* Attention Area
----------------------------------------*/
.attention,
.attention2 {
    text-align: left;
    padding-bottom: 5%;
    font-size: 12px;
    line-height: 1.8em !important;
    width: 90%;
    margin: 50px auto 0 auto !important;
}

/* Footer Area
----------------------------------------*/
.footerArea {
    margin-top: 5% !important;
    padding-top: 5% !important;
    padding-bottom: 5%;
    background-size: 100%;
    background-image: url("../img/footer_bg_sp.jpg");
    text-align: center;
    background-position: bottom !important;
    background-repeat: no-repeat;
}

.footerArea .footerlogo {
    width: 80% !important;
    margin: 0 auto !important;
    text-align: center;
    font-size: 10px;
    letter-spacing: 2px !important;
}

.footerArea .footerlogo img {
    width: 100% !important;
    margin-bottom: 5% !important;
    margin-top: 5% !important;
}

.footerArea .footeraddress {
    font-size: 12px !important;
    letter-spacing: 0.5px !important;
}

.footerArea .footeraddress span {
    font-weight: bold !important;
}

.footerArea .page-top a {
    width: 30px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 10px;
    display: block;
}

.footerArea .page-top a:hover {
    bottom: 20px;
}

.footerArea .copyright {
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 2.0em;
}

/* Title Area
----------------------------------------*/
#special .ttlimg {
    margin: 0 !important;
    margin-top: 0;
    margin-bottom: 0 !important;
    padding: 0;
    padding-top: 60px !important;
}

#special .ttlimg .menu {
    background-image: url("../img/bg_brown.png");
    background-repeat: repeat;
}

#special .ttlimg .menu ul {
    padding: 5% 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

#special .ttlimg .menu ul li {
    margin: 5% !important;
}

#special .reserve {
    background: #562f04;
}

#special .reserve img {
    width: 80%;
    margin: 3% auto !important;
}

#special .topcomment {
    background-image: url("../img/sp_leaf.jpg");
    background-size: 100%;
    text-align: center !important;
    padding: 23% 0 !important;
    font-size: 1.2em;
}

#special .toprecommend {
    margin: 15% auto !important;
}

#special .toprecommend .ttl {
    width: 50% !important;
    text-align: center !important;
    margin: 0 auto !important;
}

#special .toprecommend .ttl img {
    margin-bottom: 5% !important;
}

#special .toprecommend .ttl span {
    font-weight: bold !important;
}

/* Top Recommend Sections
----------------------------------------*/
#special .toprecommend .body {
    background: #eae5da;
    padding: 10% 0 0 0 !important;
    margin-bottom: 2% !important;
    margin-top: 5% !important;
}

#special .toprecommend .facial {
    background: #fce5e8;
    padding: 10% 0 0 0 !important;
    margin-bottom: 2% !important;
}

#special .toprecommend .bridal {
    background: #e9e8ee;
    padding: 10% 0 0 0 !important;
    margin-bottom: 2% !important;
}

#special .toprecommend .body .ttl {
    width: 30% !important;
    margin-bottom: 2% !important;
}

#special .toprecommend .facial .ttl {
    width: 40% !important;
    margin-bottom: 2% !important;
}

#special .toprecommend .bridal .ttl {
    width: 42% !important;
    margin-bottom: 2% !important;
}

#special .toprecommend .body .subttl,
#special .toprecommend .facial .subttl,
#special .toprecommend .bridal .subttl {
    font-weight: bold;
    text-align: center;
    margin-bottom: 5% !important;
}

#special .toprecommend .body p,
#special .toprecommend .facial p,
#special .toprecommend .bridal p {
    margin: 0 5% 5% 5% !important;
    font-size: 1.2em !important;
}

#special .toprecommend .body .menulist {
    width: 36% !important;
    margin: 0 auto 10% auto !important;
    border-bottom: #80765a 1px solid;
}

#special .toprecommend .facial .menulist {
    width: 36% !important;
    margin: 0 auto 10% auto !important;
    border-bottom: #ba6f87 1px solid;
}

#special .toprecommend .bridal .menulist {
    width: 36% !important;
    margin: 0 auto 10% auto !important;
    border-bottom: #6c768a 1px solid;
}

/* Esthe Area
----------------------------------------*/
#special .esthe_ttlimg {
    margin: 0 !important;
    margin-top: 0;
    margin-bottom: 0 !important;
    padding: 0;
    padding-top: 60px !important;
}

#special .esthe_reserve {
    background: #562f04;
}

#special .esthe_reserve img {
    width: 80%;
    margin: 3% 10% !important;
}

#special .esthe_message {
    background: url("../img/sub_bg.jpg");
    background-size: 250%;
    background-repeat: no-repeat;
    background-position: center top;
}

#special .esthe_message .ttl {
    width: 70% !important;
    text-align: center !important;
    padding-top: 20% !important;
    margin: 0 auto;
}

#special .esthe_message .ttl img {
    margin-bottom: 5% !important;
}

#special .esthe_message .ttl span {
    font-weight: bold !important;
}

#special .esthe_message .sub_flower {
    width: 50%;
    margin: 5% 25% !important;
}

#special .esthe_message p {
    margin: 5%;
    font-size: 1.1em;
}

#special .esthe_photo {
    margin: 5%;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 3% !important;
    text-align: left;
}


/* Salon Area
----------------------------------------*/
#special .salon_message {
    background: url("../img/sub_bg.jpg");
    background-size: 250%;
    background-repeat: no-repeat;
    background-position: center top;
}

#special .salon_message .ttl {
    width: 35% !important;
    text-align: center !important;
    padding-top: 20% !important;
    margin: 0 auto;
}

#special .salon_message .ttl img {
    margin-bottom: 5% !important;
}

#special .salon_message .ttl span {
    font-weight: bold !important;
}

#special .salon_message .sub_flower {
    width: 50%;
    margin: 5% 25% !important;
}

#special .salon_message p {
    margin: 5%;
    font-size: 1.1em;
}

#special .salon_message .salon_logo,
#special .salon_message .salon_tel {
    width: 70%;
    margin: 0 auto 3% auto !important;
}

#special .salon_message .salon_name,
#special .salon_message .salon_attention {
    margin-bottom: 5%;
}

#special .salon_message .appearance {
    width: 70%;
    margin: 0 15% !important;
}

#special .salon_photo {
    margin: 5% 15%;
}

#special .salon_photo ul {
    padding: 0;
    margin: 0;
    list-style: none !important;
}

#special .salon_photo ul li {
    border: solid 3px #562f04;
    margin: 0 0 5% 0;
}

#special .salon_info {
    text-align: center;
}

#special .salon_info span {
    font-weight: bold;
}

#special .salon_map {
    width: 90%;
    margin: 5%;
}

/* Google Maps
----------------------------------------*/
.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/* Menu List Area
----------------------------------------*/
#special .menu_ttlimg {
    margin: 0 !important;
    margin-top: 0;
    margin-bottom: 0 !important;
    padding: 0;
    padding-top: 60px !important;
}

#special .menu_reserve {
    background: #562f04;
}

#special .menu_reserve img {
    width: 80%;
    margin: 3% 10% !important;
}

#special .menulistarea {
    background: url("../img/sub_bg.jpg");
    background-size: 250%;
    background-repeat: no-repeat;
    background-position: center top;
}

#special .menulistarea .ttl {
    width: 65% !important;
    text-align: center !important;
    padding-top: 20% !important;
    margin: 0 auto;
}

#special .menulistarea .ttl img {
    margin-bottom: 5% !important;
}

#special .menulistarea .ttl span {
    font-weight: bold !important;
}

#special .menulistarea .sub_flower {
    width: 50%;
    margin: 5% 25% !important;
}

#special .menulistarea p {
    margin: 5%;
    font-size: 1.1em;
}

#special .menulistttl {
    margin: 10% auto !important;
    text-align: center;
    padding-top: 10% !important;
}

#special .menulistttl .body {
    width: 40% !important;
    display: block;
    margin: 0 auto 5% auto !important;
}

#special .menulistttl .facial {
    width: 50% !important;
    display: block;
    margin: 0 auto 5% auto !important;
}

#special .menulistttl .bridal {
    width: 50% !important;
    display: block;
    margin: 0 auto 5% auto !important;
}

#special .menulistttl .makeup {
    width: 55% !important;
    display: block;
    margin: 0 auto 5% auto !important;
}

#special .menulistttl .kimono {
    width: 55% !important;
    display: block;
    margin: 0 auto 5% auto !important;
}

#special .menulistttl .personaltraining {
    height: 36px;
    display: block;
    margin: 100px auto 20px auto !important;
}

#special .menulistttl img {
    margin-bottom: 5% !important;
}

#special .menulistttl span {
    font-weight: bold !important;
}

#special .menulistttl p {
    width: 90% !important;
    margin: 5% !important;
    text-align: left;
}

/* Service Lists
----------------------------------------*/
#special .bodylist .box1 {
    width: 80%;
    margin: 5% 5% 0 5%;
    padding: 5%;
    background: #f2f1ee;
}

#special .facelist .box1 {
    width: 80%;
    margin: 5% 5% 0 5%;
    padding: 5%;
    background: #fce5e8;
}

#special .bridallist .box1 {
    width: 80%;
    margin: 5% 5% 0 5%;
    padding: 5%;
    background: #e9e8ee;
}

#special .makeuplist .box1 {
    width: 80%;
    margin: 5% 5% 0 5%;
    padding: 5%;
    background: #f8e6eb;
}

#special .kimonolist .box1 {
    width: 80%;
    margin: 5% 5% 0 5%;
    padding: 5%;
    background: #e9f0ee;
}

#special .bodylist .box1 .ttl {
    color: #80765a;
    font-weight: bold;
    font-size: 1.2em !important;
}

#special .facelist .box1 .ttl {
    color: #ba6f87;
    font-weight: bold;
    font-size: 1.2em !important;
}

#special .bridallist .box1 .ttl {
    color: #6c768a;
    font-weight: bold;
    font-size: 1.2em !important;
}

#special .makeuplist .box1 .ttl {
    color: #bd0c39;
    font-weight: bold;
    font-size: 1.2em !important;
}

#special .kimonolist .box1 .ttl {
    color: #256955;
    font-weight: bold;
    font-size: 1.2em !important;
}

#special .bodylist .box1 .ttl span {
    font-size: 0.8em;
    background: #80765a !important;
    color: #fff !important;
    padding: 2%;
    width: 20%;
    text-align: center;
}

#special .facelist .box1 .ttl span {
    font-size: 0.8em;
    background: #ba6f87 !important;
    color: #fff !important;
    padding: 2%;
    width: 20%;
    text-align: center;
}

#special .bridallist .box1 .ttl span {
    font-size: 0.8em;
    background: #6c768a !important;
    color: #fff !important;
    padding: 2%;
    width: 20%;
    text-align: center;
}

#special .makeuplist .box1 .ttl span {
    font-size: 0.8em;
    background: #bd0c39 !important;
    color: #fff !important;
    padding: 2%;
    width: 20%;
    text-align: center;
}

#special .kimonolist .box1 .ttl span {
    font-size: 0.8em;
    background: #256955 !important;
    color: #fff !important;
    padding: 2%;
    width: 20%;
    text-align: center;
}

#special .bodylist .box1 .price,
#special .facelist .box1 .price,
#special .bridallist .box1 .price,
#special .makeuplist .box1 .price,
#special .kimonolist .box1 .price {
    text-align: right;
}

#special .facelist .box1 p,
#special .bridallist .box1 p,
#special .makeuplist .box1 p,
#special .kimonolist .box1 p {
    margin: 0 !important;
}

#special .bodylist .boxwhite,
#special .facelist .boxwhite,
#special .bridallist .boxwhite,
#special .makeuplist .boxwhite,
#special .kimonolist .boxwhite {
    width: 90%;
    margin: 0 5%;
    padding: 5% 0;
}

#special .bodylist .boxwhite .ttl,
#special .facelist .boxwhite .ttl,
#special .bridallist .boxwhite .ttl,
#special .makeuplist .boxwhite .ttl,
#special .kimonolist .boxwhite .ttl {
    font-weight: bold;
    font-size: 1.2em;
}

#special .bodylist .boxwhite p,
#special .facelist .boxwhite p,
#special .bridallist .boxwhite p,
#special .makeuplist .boxwhite p,
#special .kimonolist .boxwhite p {
    margin: 0 !important;
}

#special .bodylist .boxwhite .price,
#special .facelist .boxwhite .price,
#special .bridallist .boxwhite .price,
#special .makeuplist .boxwhite .price,
#special .kimonolist .boxwhite .price {
    text-align: right;
}

#special .facelist .option {
    width: 90%;
    margin: 5% 5% 0 5%;
    color: #ba6f87;
    font-weight: bold;
    font-size: 1.2em !important;
}

#special .boxwhite img {
    width: 80%;
    margin: 3% 10% 0 10%;
}

/* Reservation Area
----------------------------------------*/
#special .reservation {
    background: url("../img/sub_bg.jpg");
    background-size: 250%;
    background-repeat: no-repeat;
    background-position: center top;
}

#special .reservation .ttl {
    width: 70% !important;
    text-align: center !important;
    padding-top: 20% !important;
    margin: 0 auto;
}

#special .reservation .ttl img {
    margin-bottom: 5% !important;
}

#special .reservation .ttl span {
    font-weight: bold !important;
}

#special .reservation .sub_flower {
    width: 50%;
    margin: 5% 25% !important;
}

#special .reservation p {
    margin: 5%;
    font-size: 1.1em;
    font-weight: normal !important;
}

/* Form Styles
----------------------------------------*/
table {
    border-collapse: collapse;
}

input[type="submit"],
input[type="text"],
select,
textarea,
button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
}

input[type="text"],
textarea {
    display: block;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #ccc;
    width: 80%;
    transition: 0.8s;
    border-radius: 0;
}

input[type="text"]:focus,
textarea:focus {
    background: #e9f5fb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

textarea[name="content"] {
    display: inline-block;
    width: 100%;
    height: 200px;
}

input::placeholder,
textarea::placeholder {
    color: #ccc;
}

::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
}

::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
}
 
.form-table {
    width: 92%;
}
 
.form-table th,
.form-table td {
    padding: 10px 0 10px 3%;
}

.form-table td {
    padding-bottom: 20px !important;
}

.form-table th {
    background: #eeeeee;
    padding: 10px;
    position: relative;
    text-align: left;
    width: 100%;
}

.form-table th,
.form-table td {
    display: block;
    width: 100%;
    border-bottom: none;
}

.form-table tr th span {
    font-size: 0.8em !important;
    font-weight: normal;
    color: #cc0000 !important;
}

.form-select {
    display: block;
    position: relative;
    width: 80%;
    height: 34px;
    font-size: 1.0em;
    border: 1px solid #ccc;
    overflow: hidden;
}

.form-select:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid #333;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;
}

.form-select select {
    width: 100%;
    height: 35px;
    font-size: 1.0em;
    padding: 0 10px;
    border: none;
    position: relative;
}

/* ie9対策 */
.form-select select:not(:target) {
    width: 120% \9;
}

.reserveform,
.formcheck {
    width: 90%;
    margin: 0 5%;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', "メイリオ", sans-serif, 'Lucida Grande';
    line-height: 2.0em;
    font-size: 1.0em !important;
}

.formcheck p.maintext,
.formcheck p.thankstext {
    text-align: center;
}

/* Training Page Specific Styles
----------------------------------------*/
.training-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.training-box .left, 
.training-box .right {
    width: 100%;
}

.training-box img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.trainer-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.trainer-box .left {
    width: 100%;
}

.trainer-box .right {
    width: 100%;
    text-align: center;
    margin-top: 16px;
}

.trainer-img-box img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #fff;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.price-box .center {
    text-align: center;
}

.pt-bg {
    max-width: 600px;
    margin: 40px auto 40px auto;
    padding: 0 10px;
}

.pt-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    margin-bottom: 36px;
    padding: 32px 24px 28px 24px;
    text-align: center;
}

.pt-main-img {
    width: 90%;
    max-width: 400px;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.10);
    margin: 24px auto 24px auto;
    display: block;
}

.pt-section-title {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 18px;
    color: #6B4C3B;
}

.pt-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 25px;
}

.pt-list li {
    text-align: left;
    margin-bottom: 3px;
}

.pt-desc {
    font-size: 1em;
    color: #333;
    margin: 18px 0 0 0;
    line-height: 1.7;
}

.pt-nanto {
    display: block;
    margin-top: 20px;
    font-weight: bold;
}

/* Media Queries - Mobile (max-width: 768px)
----------------------------------------*/
@media screen and (max-width: 768px) {
    #header {
        position: fixed;
        height: 60px !important;
        background: #fff !important;
        width: 100% !important;
    }
    
    #header span.logotext {
        font-size: 10px !important;
        margin-left: 10px !important;
    }
    
    #header .logo {
        width: 60% !important;
        position: absolute;
        top: 25px;
        left: 10px;
    }
    
    #header #navi {
        transition: all .6s;
        overflow-y: auto;
        padding-top: 40px;
        width: 100%;
        height: 100vh;
        z-index: 200;
        top: 0 !important;
        right: -100%;
        background-color: #fff;
        position: fixed;
        margin-top: 0 !important;
    }
    
    #header ul#navi {
        list-style: none !important; 
        padding: 5% 0 0 0 !important;
    }
    
    #header ul#navi li {
        padding: 20px;
        border-bottom: 1px solid #562f04;
        text-align: center;
        background: #fff;
    }
    
    #header ul#navi li:last-child {
        background: #562f04 !important;
    }
    
    #header ul#navi li a {
        color: #000 !important;
    }
    
    #header ul#navi li img.menulist {
        width: 50%;
    }
    
    #header ul#navi li img.salon {
        width: 30%;
    }
    
    #header ul#navi li img.esthetician {
        width: 62.5%;
    }
    
    #header ul#navi li img.instagram {
        width: 54%;
    }
}

/* Media Queries - Desktop (min-width: 769px)
----------------------------------------*/
@media screen and (min-width: 769px) {
    #special {
        margin: 0 auto !important;
    }
    
    .pc {
        display: block !important;
    }
    
    .smh {
        display: none !important;
    }
    
    .freetext {
        margin-top: 10px !important;
    }
    
    .linebtn {
        width: 235px;
        position: absolute;
        right: 0;
        top: 30px;
    }
    
    .pdbtm30 {
        padding-bottom: 30px !important;
    }
    
    .pdbtm10 {
        padding-bottom: 10px !important;
    }
    
    hr {
        width: 800px !important;
        margin: 10px auto !important;
    }
    
    hr.purpleline {
        width: 900px !important;
        margin: 10px auto !important;
    }
    
    /* Buttons Desktop */
    #special .btn {
        width: 400px !important;
        height: 50px;
        line-height: 50px;
        margin: 18px auto 0 auto !important;
        font-size: 20px !important;
    }
    
    #special a:hover .btn {
        background: #999 !important;
    }
    
    #special .btn2 {
        width: 400px !important;
        height: 50px;
        line-height: 50px;
        margin: 18px auto 0 auto !important;
        font-size: 20px !important;
    }
    
    #special a:hover .btn2 {
        background: #666 !important;
    }
    
    /* Header Desktop */
    #header {
        height: 75px;
        width: 1200px !important;
        margin: 0 auto !important;
        position: relative;
    }
    
    #header .logo {
        width: 275px;
        top: 35px !important;
        left: 0px !important;
        position: absolute;
    }
    
    #header span.logotext {
        font-size: 10px !important;
        position: absolute;
        top: 10px;
        left: 0px !important;
    }
    
    #header #navi {
        position: absolute;
        top: 0px;
        left: 300px;
    }
    
    #header ul#navi li {
        display: inline-block;
        padding: 20px 0 0 15px !important;
    }
    
    #header ul#navi li.current a {
        color: #ff6701 !important;
    }
    
    #header ul#navi li img.menulist {
        width: 105px;
    }
    
    #header ul#navi li img.salon {
        width: 63px;
    }
    
    #header ul#navi li img.esthetician {
        width: 130px;
    }
    
    #header ul#navi li img.instagram {
        width: 113px;
    }
    
    /* Attention Desktop */
    .attention {
        padding-bottom: 0px !important;
        text-align: center;
    }
    
    .attention2 {
        width: 720px !important;
        margin: 0 auto !important;
        border: 1px solid #eee;
        padding: 20px !important;
    }
    
    /* Footer Desktop */
    .footerArea {
        margin-top: 50px;
        padding-top: 30px !important;
        padding-bottom: 40px !important;
        background-image: url("../img/footer_bg.jpg");
        background-size: 100%;
        width: 100%;
        text-align: center !important;
    }
    
    .footerArea .footerlogo {
        width: 275px !important;
        margin: 0 auto !important;
        text-align: center;
        font-size: 10px;
        letter-spacing: 2px !important;
    }
    
    .footerArea .footerlogo img {
        width: 275px !important;
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }
    
    .footerArea .footeraddress {
        font-size: 12px !important;
        letter-spacing: 0.5px !important;
    }
    
    .footerArea .footeraddress span {
        font-weight: bold !important;
    }
    
    .footerArea .page-top a {
        width: 50px;
        position: fixed;
        bottom: 20px;
        right: 20px;
        padding: 20px;
        display: block;
    }
    
    .footerArea .page-top a:hover {
        bottom: 30px;
    }
    
    .footerArea .copyright {
        text-align: center;
        font-size: 10px;
        margin: 0 auto 30px auto;
        letter-spacing: 1px;
    }
    
    .content {
        min-height: calc(100vh - 220px);
    }
    
    /* Title Area Desktop */
    #special .ttlimg {
        margin: 0 auto !important;
        padding: 0 !important;
        width: 1200px;
        height: 600px;
        background-image: url("../img/pc_ttl - Copy.jpg");
        background-size: 100% !important;
        background-repeat: no-repeat !important;
        position: relative;
    }
    
    #special .ttlimg .attention {
        position: absolute;
        top: 700px;
        width: 769px;
        color: #fff !important;
    }
    
    #special .ttlimg .menu {
        background-image: none !important;
        width: 250px;
        position: absolute;
        right: 30px !important;
    }
    
    #special .ttlimg .menu ul {
        padding: 10px 0 0 0 !important;
    }
    
    #special .ttlimg .menu ul li {
        margin: 10px 0 !important;
    }
    
    #special .reserve {
        text-align: center !important;
    }
    
    #special .reserve img {
        width: 400px;
        margin: 20px 0 !important;
    }
    
    #special .topcomment {
        width: 1200px;
        margin: 0 auto !important;
        background-image: url("../img/leaf.jpg") !important;
        background-size: 100%;
        padding: 100px 0 !important;
        border-top: 1px solid #fff !important;
    }
    
    #special .topcomment p {
        font-size: 16px !important;
    }
    
    #special .toprecommend {
        width: 1200px !important;
        margin: 50px auto !important;
    }
    
    #special .toprecommend .ttl {
        width: 190px !important;
    }
    
    #special .toprecommend .ttl img {
        margin-bottom: 20px !important;
    }
    
    #special .toprecommend .ttl span {
        font-size: 14px !important;  
    }
    
    /* Top Recommend Desktop Layout */
    #special .toprecommend .body {
        background: #eae5da;
        padding: 0 !important;
        margin-bottom: 10px !important;
        margin-top: 30px !important;
        height: 300px !important;
    }
    
    #special .toprecommend .body .left {
        width: 50% !important;
        float: left;
        height: 250px !important;
        padding-top: 50px !important;
    }
    
    #special .toprecommend .body .image {
        width: 50% !important;
        float: right;
        height: 300px !important;
    }
    
    #special .toprecommend .body .ttl {
        width: 95px !important;
        margin-bottom: 10px;
        float: left !important;
        margin-right: 30px !important;
        padding-left: 40px !important;
    }
    
    #special .toprecommend .body .subttl {
        font-weight: bold;
        display: inline-block !important;
    }
    
    #special .toprecommend .body p {
        padding-left: 40px !important;
        font-size: 14px !important;
        width: 450px;
    }
    
    #special .toprecommend .body .menulist {
        width: 450px !important;
        text-align: right !important;
        margin-left: 100px !important;
    }
    
    #special .toprecommend .body .menulist img {
        width: 130px !important;
    }
    
    #special .toprecommend .facial {
        background: #fce5e8;
        padding-top: 0 !important;
        margin-bottom: 10px !important;
        margin-top: 30px !important;
        height: 300px !important;
    }
    
    #special .toprecommend .facial .right {
        width: 50% !important;
        float: right;
        height: 250px !important;
        padding-top: 50px !important;
    }
    
    #special .toprecommend .facial .image {
        width: 50% !important;
        float: left;
        height: 300px !important;
    }
    
    #special .toprecommend .facial .ttl {
        width: 125px !important;
        margin-bottom: 10px;
        float: left !important;
        margin-right: 30px !important;
        padding-left: 40px !important;
    }
    
    #special .toprecommend .facial .subttl {
        font-weight: bold;
        margin-right: 270px;
        display: inline-block !important;
    }
    
    #special .toprecommend .facial p {
        padding-left: 40px !important;
        font-size: 14px !important;
        width: 450px;
    }
    
    #special .toprecommend .facial .menulist {
        width: 450px !important;
        text-align: right !important;
        margin-left: 100px !important;
    }
    
    #special .toprecommend .facial .menulist img {
        width: 130px !important;
    }
    
    #special .toprecommend .bridal {
        background: #e9e8ee;
        padding: 0 !important;
        margin-bottom: 10px !important;
        margin-top: 30px !important;
        height: 300px !important;
    }
    
    #special .toprecommend .bridal .left {
        width: 50% !important;
        float: left;
        height: 250px !important;
        padding-top: 50px !important;
    }
    
    #special .toprecommend .bridal .image {
        width: 50% !important;
        float: right;
        height: 300px !important;
    }
    
    #special .toprecommend .bridal .ttl {
        width: 130px !important;
        margin-bottom: 10px;
        float: left !important;
        margin-right: 30px !important;
        padding-left: 40px !important;
    }
    
    #special .toprecommend .bridal .subttl {
        font-weight: bold;
        display: inline-block !important;
    }
    
    #special .toprecommend .bridal p {
        padding-left: 40px !important;
        font-size: 14px !important;
        width: 450px;
    }
    
    #special .toprecommend .bridal .menulist {
        width: 450px !important;
        text-align: right !important;
        margin-left: 100px !important;
    }
    
    #special .toprecommend .bridal .menulist img {
        width: 130px !important;
    }
    
    /* Esthe Area Desktop */
    #special .esthe_ttlimg {
        margin: 0 auto !important;
        padding: 0 !important;
        width: 1200px;
        height: 225px !important;
    }
    
    #special .esthe_reserve {
        text-align: center !important;
    }
    
    #special .esthe_reserve img {
        width: 400px;
        padding: 20px !important;
        margin: 0 auto !important;
    }
    
    #special .esthe_message {
        width: 100%;
        margin: 0 auto;
        background-size: 100%;
        text-align: center;
    }
    
    #special .esthe_message .ttl {
        width: 235px !important;
        padding-top: 100px !important;
    }
    
    #special .esthe_message .ttl img {
        margin-bottom: 20px !important;
    }
    
    #special .esthe_message .ttl span {
        font-size: 14px !important;  
    }
    
    #special .esthe_message .sub_flower {
        width: 200px;
        margin: 30px auto !important;
    }
    
    #special .esthe_message p {
        text-align: center;
        margin: 10px auto 30px auto;
    }
    
    #special .esthe_photo {
        width: 600px !important;
        margin: 30px auto 50px auto;
        height: 200px !important;
    }

    #special .esthe_photo .certificate {
        font-size: 90%;
    }
    
    #special .esthe_photo img {
        width: 230px !important;
        float: left;
        margin-right: 10px;
    }
    
    
    /* Salon Area Desktop */
    #special .salon_ttlimg {
        margin: 0 auto !important;
        padding: 0 !important;
        width: 1200px;
        height: 225px !important;
    }
    
    #special .salon_reserve {
        text-align: center !important;
    }
    
    #special .salon_reserve img {
        width: 400px;
        padding: 20px !important;
        margin: 0 auto !important;
    }
    
    #special .salon_message {
        width: 100%;
        margin: 0 auto;
        background-size: 100%;
        text-align: center;
    }
    
    #special .salon_message .ttl {
        width: 130px !important;
        padding-top: 100px !important;
    }
    
    #special .salon_message .ttl img {
        margin-bottom: 20px !important;
    }
    
    #special .salon_message .ttl span {
        font-size: 14px !important;  
    }
    
    #special .salon_message .sub_flower {
        width: 200px;
        margin: 30px auto !important;
    }
    
    #special .salon_message p {
        text-align: center;
        margin: 10px auto 30px auto;
    }
    
    #special .salon_message .salon_logo,
    #special .salon_message .salon_tel {
        width: 275px;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 10px !important;
    }
    
    #special .salon_message .salon_name,
    #special .salon_message .salon_attention {
        margin-bottom: 30px;
    }
    
    #special .salon_message .appearance {
        width: 300px;
        margin: 0 auto 30px auto !important;
    }
    
    #special .salon_photo {
        margin: 30px auto;
        width: 800px;
    }
    
    #special .salon_photo ul {
        padding: 0;
        margin: 0;
        list-style: none !important;
        height: 680px;
    }
    
    #special .salon_photo ul li {
        border: solid 3px #562f04;
        margin: 0 25px 30px 0;
        width: 240px;
        float: left;
    }
    
    #special .salon_photo ul li img {
        width: 240px;
    }
    
    #special .salon_photo ul li:nth-child(3n) {
        margin-right: 0 !important;
    }
    
    #special .salon_map {
        width: 800px;
        margin: 30px auto !important;
    }
    
    /* Menu List Desktop */
    #special .menu_ttlimg {
        margin: 0 auto !important;
        padding: 0 !important;
        width: 1200px;
        height: 225px !important;
    }
    
    #special .menu_reserve {
        text-align: center !important;
    }
    
    #special .menu_reserve img {
        width: 400px;
        padding: 20px !important;
        margin: 0 auto !important;
    }
    
    #special .menulistarea {
        width: 100%;
        margin: 0 auto;
        background-size: 100%;
        text-align: center;
    }
    
    #special .menulistarea .ttl {
        width: 190px !important;
        padding-top: 100px !important;
    }
    
    #special .menulistarea .ttl img {
        margin-bottom: 20px !important;
    }
    
    #special .menulistarea .ttl span {
        font-size: 14px !important;  
    }
    
    #special .menulistarea .sub_flower {
        width: 200px;
        margin: 30px auto !important;
    }
    
    #special .menulistarea p {
        text-align: center;
        margin: 10px auto 30px auto;
    }
    
    #special .menulistttl {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
        width: 1000px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-top: 0 !important;
    }
    
    #special .menulistttl .body {
        width: 165px !important;
        display: block;
        margin: 0 auto 20px auto !important;
    }
    
    #special .menulistttl .facial {
        width: 215px !important;
        display: block;
        margin: 100px auto 20px auto !important;
    }
    
    #special .menulistttl .bridal {
        width: 215px !important;
        display: block;
        margin: 100px auto 20px auto !important;
    }
    
    #special .menulistttl .makeup {
        width: 250px !important;
        display: block;
        margin: 100px auto 20px auto !important;
    }
    
    #special .menulistttl .kimono {
        width: 250px !important;
        display: block;
        margin: 100px auto 20px auto !important;
    }
    
    #special .menulistttl .personaltraining {
        height: 36px;
        display: block;
        margin: 0 auto 20px auto !important;
    }
    
    #special .menulistttl img {
        margin-bottom: 20px !important;
    }
    
    #special .menulistttl p {
        text-align: left;
        margin: 30px 0 !important;
        width: 100% !important;
    }
    
    /* Service Lists Desktop */
    #special .bodylist span {
        color: #80765a !important;
        font-weight: bold !important;
    } 
    
    #special .facelist span {
        color: #ba6f87 !important;
        font-weight: bold !important;
    } 
    
    #special .bridallist span {
        color: #6c768a !important;
        font-weight: bold !important;
    } 
    
    #special .bodylist .body1 {
        height: 150px;
    }
    
    #special .bodylist .body2 {
        height: 200px;
    }
    
    #special .facelist .face1 {
        height: 230px !important;
    }
    
    #special .facelist .face2 {
        height: 170px;
    }
    
    #special .facelist .face3 {
        height: 150px;
    }
    
    #special .facelist .face4 {
        height: 110px;
    }
    
    #special .bridallist .bridal1 {
        height: 310px;
    }
    
    #special .makeuplist .makeup1 {
        height: 150px;
    }
    
    #special .kimonolist .kimono1 {
        height: 150px;
    }
    
    #special .kimonolist .kimono2 {
        height: 400px;
    }
    
    #special .kimonolist .kimono2 img {
        margin-top: 30px;
    }
    
    #special .kimonolist .kimono3 {
        height: 220px;
    }
    
    #special .bodylist .box1,
    #special .facelist .box1,
    #special .bridallist .box1,
    #special .makeuplist .box1,
    #special .kimonolist .box1 {
        width: 800px;
        margin: 0 auto 20px auto !important;
        padding: 30px !important;
    }
    
    #special .bodylist .box1 .left,
    #special .facelist .box1 .left,
    #special .bridallist .box1 .left,
    #special .makeuplist .box1 .left,
    #special .kimonolist .box1 .left {
        width: 600px;
        float: left;
    }
    
    #special .bodylist .box1 img,
    #special .facelist .box1 img,
    #special .bridallist .box1 img,
    #special .makeuplist .box1 img,
    #special .kimonolist .box1 img {
        width: 180px;
        float: right;
    }
    
    #special .bodylist .box1 .ttl,
    #special .facelist .box1 .ttl,
    #special .bridallist .box1 .ttl,
    #special .makeuplist .box1 .ttl,
    #special .kimonolist .box1 .ttl {
        font-size: 18px;
    }
    
    #special .bodylist .box1 .ttl span,
    #special .facelist .box1 .ttl span,
    #special .bridallist .box1 .ttl span,
    #special .makeuplist .box1 .ttl span,
    #special .kimonolist .box1 .ttl span {
        font-size: 12px !important;
        padding: 4px 6px !important;
    }
    
    #special .bodylist .box1 p,
    #special .facelist .box1 p,
    #special .bridallist .box1 p,
    #special .makeuplist .box1 p,
    #special .kimonolist .box1 p {
        margin: 0 !important;
    }
    
    #special .bodylist .boxwhite,
    #special .facelist .boxwhite,
    #special .bridallist .boxwhite,
    #special .makeuplist .boxwhite,
    #special .kimonolist .boxwhite {
        width: 800px !important;
        margin: 0 auto !important;
        padding: 10px 0 0 0 !important;
    }
    
    #special .bodylist .boxwhite .ttl,
    #special .facelist .boxwhite .ttl,
    #special .makeuplist .boxwhite .ttl,
    #special .kimonolist .boxwhite .ttl {
        font-weight: bold;
        font-size: 16px;
    }
    
    #special .facelist .option {
        width: 800px !important;
        margin: 20px auto 0 auto !important;
        color: #ba6f87;
        font-weight: bold;
        font-size: 1.2em !important;
    }
    
    #special .boxwhite img {
        width: 180px;
        float: right;
        margin: 0 !important;
    }
    
    #special .boxwhite.facial4 {
        height: 160px;
    }
    
    #special .facelist .face4 .left {
        width: 100% !important;
    }
    
    /* Reservation Desktop */
    #special .reservation {
        width: 100%;
        margin: 0 auto;
        background-size: 100%;
        text-align: center;
    }
    
    #special .reservation .ttl {
        width: 235px !important;
        padding-top: 100px !important;
    }
    
    #special .reservation .ttl img {
        margin-bottom: 20px !important;
    }
    
    #special .reservation .ttl span {
        font-size: 14px !important;  
    }
    
    #special .reservation .sub_flower {
        width: 200px;
        margin: 30px auto !important;
    }
    
    #special .reservation p {
        text-align: center;
        margin: 10px auto 30px auto;
    }
    
    /* Form Desktop */
    
    .form-table {
        width: 100%;
    }
    
    .form-select {
        width: 30%;
    }
    
    /* Training Page Desktop */
    .training-box .left, 
    .training-box .right {
        width: 50%;
    }
    
    .training-box .left {
        padding-right: 24px;
    }
    
    .training-box .right {
        padding-left: 24px;
        text-align: right;
    }
    
    .trainer-box .left {
        width: 70%;
        padding-right: 24px;
    }
    
    .trainer-box .right {
        width: 30%;
        margin-top: 0;
        text-align: right;
    }
}