@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    font-weight: normal;
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    background: transparent
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}


/*================================================
 *  一般・共通設定
 ================================================*/

body {
    font-size: 15px;
    color: #333;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
    background: #fff;
}

#mainimg img {
    width: 100%;
}

.inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

nav {
    width: 100%;
    background: #fff;
}

nav:after {
    content: '';
    display: block;
    clear: both;
}

section {
    overflow: hidden;
}

section:last-child {
    margin-bottom: 0;
}

a {
    outline: none;
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #c7b7d2;
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
}

span {
    font-weight: bold;
    color: #996299;
}

img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    height: auto;
    max-width: 100%;
}

ul li img {
    vertical-align: bottom;
}

ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/*================================================
 *  ヘッダー
 ================================================*/

header {
    box-sizing: border-box;
    position: relative;
    width: 100%;
}

.header_inner {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.summary {
    position: absolute;
    top: 0;
    right: 10px;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.logo {
    padding-top: 15px;
    padding-left: 5px;
}


.tel_2 {
    float: right;
    padding-top: 25px;
    width: 40%;
}


/*================================================
 *  ｈ1
 ================================================*/

.h1_wrapper {
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}

h1 {
    font-size: 14px;
    width: 1000px;
    margin: 0 auto;
}


/*================================================
 *  キャンペーンバナー
 ================================================*/

.campaign-banar {
    margin: 50px 0;
    width: 100%;
    height: auto;
}

.campaign-banar:hover {
    opacity: 0.7;
}


/*================================================
 *  コンテンツ
 ================================================*/

#wrapper {
    overflow: hidden;
    line-height: 2;
}

#contents {
    background: #FFF;
    padding: 0px;
    /*コンテンツ内の余白*/
    overflow: hidden;
}

.contents_in {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 3%;
    padding-bottom: 3%;
}

.top_in {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 3%;
}

.top_text {
    width: 1000px;
    margin: 0 auto;
    padding-left: 50%;
}

.top_text img {
    position: absolute;
    margin-top: -35%;
}


/*================================================
 *  見出し
 ================================================*/

/*
{
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #996299;
    text-align: center;
    font-size: 1.8em;
    color: #996299;
    margin-bottom: 20px;
} */

.contents_in h2 {
    border-bottom: solid 4px #f6f6e9;
    position: relative;
    font-size: 1.8em;
    margin-bottom: 20px;
}

.contents_in h2:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 4px #ffb6c1;
    bottom: -4px;
    width: 20%;
}

.top_in h2 {
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #c7b7d2;
    text-align: center;
    font-size: 1.8em;
    color: #c7b7d2;
    margin-bottom: 20px;
}

.contents_in h3 {
    border-left-width: 15px;
    border-left-style: solid;
    border-left-color: #ffb6c1;
    font-size: 1.5em;
    margin-bottom: 20px;
    padding-left: 8px;
}

.contents_in h4 {
    border-bottom: 2px dotted #ccc;
    font-weight: bold;
    font-size: 1.2em;
}


/*================================================
 *  装飾
 ================================================*/

.center {
    text-align: center;
}

.font_strong {
    font-weight: bold;
    color: crimson;
}


/*ボタン装飾*/

.link {
    width: 80%;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.link a {
    color: #FFF;
}

.link a:hover {
    color: #ff0;
}

.link_btn {
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 8px 0 10px;
    border-radius: 5px;
    background-image: -moz-linear-gradient(top, #ffa035 0%, #ff8300);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa035), to(#ff8300));
}


/*リスト装飾*/

.list-style li {
    list-style: disc;
    list-style-position: inside;
}


/*================================================
 *  margin
 ================================================*/

.margin {
    margin-top: 40px;
}

.m-1 {
    margin-top: 10px;
}

.m-2 {
    margin-top: 20px;
}

.m-3 {
    margin-top: 30px;
}

.m-4 {
    margin-top: 40px;
}

.m-01 {
    margin-bottom: 10px;
}

.m-02 {
    margin-bottom: 20px;
}

.m-03 {
    margin-bottom: 30px;
}

.m-04 {
    margin-bottom: 40px;
}


/*================================================
 *  padding
 ================================================*/

.p-1 {
    padding-top: 10px;
}

.p-2 {
    padding-top: 20px;
}

.p-3 {
    padding-top: 30px;
}

.p-4 {
    padding-top: 40px;
}

.p-01 {
    padding-bottom: 10px;
}

.p-02 {
    padding-bottom: 20px;
}

.p-03 {
    padding-bottom: 30px;
}

.p-04 {
    padding-bottom: 40px;
}


/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/

#topicpath {
    padding-bottom: 0;
    width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
}

#topicpath ol li {
    display: inline;
    font-size: 0.8em;
}

#topicpath ol li a {
    padding-right: 20px;
    background-image: url(../img/common/img_arrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px 10px;
}


/*================================================
 *  フッターメニュー
 ================================================*/

#footermenu {
    color: #FFF;
    background-color: #666;
    overflow: hidden;
}

#footermenu a {
    color: #FFF;
    text-decoration: none;
}

.footermenu_box {
    width: 1080px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    overflow: hidden;
}

.footermenu_in {
    float: left;
    width: 23.5%;
    margin-right: 2%;
}

.footermenu_in:last-child {
    margin-right: 0;
}

.footermenu_title {
    font-weight: bold;
    padding-bottom: 4px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    margin-bottom: 5px;
    font-size: 16px;
}

.new-footer {
    background-color: #f6f6e9;
    text-align: left;
    color: #333;
}

.footer-menu {
    max-width: 1000px;
    margin: 0 auto;
    padding: 35px 0 30px;
    display: flex;
    justify-content: space-between;
    box-sizing: content-box;
}

.footer-menu h3 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.1em;
    letter-spacing: 2px;
    border-left: solid 5px #9d9477;
    padding: 0 0 0 10px;
    height: 23px;
    color: #9d9477;
}

address {
    color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-style: normal;
}

.footer-menu-list-in-in {
    display: flex;
}

.footer-menu-list-in-in ul:first-child {
    margin-right: 30px;
}

.footer-menu-list-in li {
    margin-bottom: 10px;
}

.footer-menu-list-in li a {
    color: #9d9477;
}

.address-warp {
    background: #9d9477;
    padding: 5px 0;
    font-size: 0.9rem;
}

.address-warp a {
    color: #fff;
}

.footer-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.footer-links a {
    color: #fff;
}

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

    .footer-menu-list-in {
        width: 50%;
        margin-bottom: 30px;
    }

    .footer-menu-list-in-in {
        flex-direction: column;
    }

    .footer-menu-list-in-in ul:first-child {
        margin-right: 0;
    }

    .footer-menu {
        flex-wrap: wrap;
        padding: 20px 20px 0;
    }

    .address-warp {
        padding: 5px 10px;
    }

    .footer-menu h3 {
        height: auto;
    }
}


@media screen and (max-width:480px) {
    .footer-menu-list-in {
        width: 47%;
        margin: 0 1.5% 20px;
    }

    #w100 {
        width: 97%;
        margin: 0 1.5% 20px;
    }

    #w100 .footer-menu-list-in-in {
        flex-direction: row-reverse;
    }

    #w100 .footer-menu-list-in-in ul {
        width: 47%;
        margin: 0 1.5%;
    }

    .address-warp {
        font-size: 0.9em;
    }

    .footer-menu {
        padding: 20px 5px 0;
    }

    .footer-menu h3 {
        font-size: 1.2em;
    }

    .footer-menu-list ul li {
        background: url(https://yawara.clinic/img/common/arrow.png) no-repeat;
        background-position: right center;
    }

    .footer-menu-list-in li a {
        border-bottom: dashed 1px #9d9477;
        width: 100%;
        display: inline-block;
        padding: 12px 0 10px;
        background: url(https://yawara.clinic/img/common/arrow.png) no-repeat;
        background-position: right center;
    }

    .footer-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

/*================================================
 *  フッター
 ================================================*/

footer {
    clear: both;
    background-color: #999;
    text-align: center;
    color: #FFF;
}


/*================================================
 *  ページトップへの戻り
 ================================================*/

.totop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}

.totop a {
    display: block;
    text-decoration: none;
}

.totop img {
    background: #666;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    padding: 10px;
}

.totop img:hover {
    background: #666;
}


/* ------------------------------------------
  スマホ用ページトップへの戻り
--------------------------------------------- */

#pagetop {
    max-width: 100%;
    height: auto;
    width: auto;
    clear: left;
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-size: 12px;
}

#pagetop a {
    background-color: #fae4d9;
    /*背景色*/
    color: #9d9477;
    text-decoration: none;
    text-align: center;
    width: 100%;
    /*ボックス幅*/
    display: block;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
}


/*マウスオン時*/

#pagetop a:hover {
    background-color: #C3C3C3;
}

.sp {
    display: none;
}

.pc {
    display: block;
}


/*================================================
 *  タブレット向けデザイン
 ================================================*/

@media screen and (max-width:979px) {
    h1 {
        display: none;
    }

    .inner {
        width: 100%;
    }

    .contents_in {
        box-sizing: border-box;
        width: 100%;
    }

    .top_in {
        box-sizing: border-box;
        width: 100%;
    }

    footer {
        width: 100%;
    }
}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/

@media screen and (max-width:800px) {
    header {
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        padding-left: 10px;
        padding-bottom: 15px;
        background-color: #FFF;
        position: fixed;
    }

    .logo {
        padding-top: 10px;
    }

    .logo img {
        width: min(200px, 55vw);
    }

    .header_inner {
        padding: 0;
    }

    .campaign-banar {
        margin: 30px 0;
        width: 100%;
        height: auto;
    }

    .campaign-banar:hover {
        opacity: 0.7;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

.fnav {
    background: #999999;
    /* padding:10px; */
    text-align: center;
}
.fnav a {
    color: #fff;
    text-decoration: underline;
}
.--cNotice{
    color: #ff8484;
}
.--c333{
    color: #333;
}
.--fz14{
    font-size: 14px;
}
.--fwN{
    font-weight: normal;
}
.--textRight{
    text-align: right;
}

/*================================================
 *  スマートフォン向けデザイン 電話アイコン
 ================================================*/

@media (max-width: 800px) {
    .sp-tel {
        position: fixed !important;
        top: 10px !important;
        right: 65px !important;
    }

    .sp-tel img {
        position: static !important;
    }
}


/*================================================
 *  同意書アイコン
 ================================================*/
.pagetop2 {
    position: fixed;
    bottom: 50%;
    right: 0px;
}

.pagetop2 a {
    background: no-repeat 55% 8px url("../img/common/pen2.png") #ffb6c1;
    background-size: 22px;
    border: solid 2px #f8f8f8;
    border-right: none;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 38px 15px 15px;
    border-radius: 7px 0 0 7px;
    color: #555;
    letter-spacing: 2px;
}

/*================================================
 *  404, 403ページ
 ================================================*/

/* 404 403 ページ用 */
.p404 {
    overflow: hidden;
    line-height: 1.5;
}

.p404__wrapper {
    width: 80%;
    margin: 0 auto;
}

.p404__enText {
    margin-top: 70px;
    text-align: center;
    font-size: clamp(12px, 9.5vw, 32px);
    background: var(--unnamed, linear-gradient(180deg, rgba(157, 148, 119, 0.00) 0%, rgba(157, 148, 119, 0.50) 70.31%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.p404__enText.--403 {
    margin-top: 70px;
    text-align: center;
    font-size: clamp(12px, 9.5vw, 32px);
    background: linear-gradient(180deg, rgba(171, 205, 5, 0.1) 0%, #ffb6c194 70.31%, #FFB6C180 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.p404__heading {
    text-align: center;
    font-size: clamp(16px, 5.3vw, 40px);
    color: #9D9477;
}

.p404__message {
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
}

.p404__btnWrapper {
    margin: 50px 0 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.p404__btnWrapper>button {
    appearance: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    min-width: 220px;
    flex-shrink: 0;
}

.p404__btnToBefore {
    color: #fff;
    background: #9D9477;
    border: none;
    border-bottom: 5px solid #706a54;
    transition: all .2s linear;
}

.p404__btnToBefore:hover,
.p404__btnToBefore:focus {
    margin-top: 14px;
    border-bottom: 1px solid #706a54;
}

.p404__btnToToppage {
    color: #6a6a6a;
    background: #FFB6C1;
    border: none;
    border-bottom: 5px solid #91676e;
    transition: all .1s linear;
}

.p404__btnToToppage:hover,
.p404__btnToToppage:focus {
    margin-top: 14px;
    border-bottom: 1px solid #6e4f54;
}

.p404__btnToBefore:focus,
.p404__btnToToppage:focus{
    outline: 1px solid #000;
}