@charset "utf-8";
/* CSS Document */

/**/

/**/

/**/

/* */

.nsans {
    font-family: 'Noto Sans', serif;
}

.nsansj {
    font-family: "Noto Sans Japanese", sans-serif;
}

.nserif {
    font-family: 'Noto Serif', serif;
}

.hannari {
    font-family: 'Hannari';
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    /*font-family:"游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    /*font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";*/
    line-height: 160%;
    color: #4c4c4c;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media all and (-ms-high-contrast:none) {
    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    form,
    input,
    button,
    p {
        font-family: "Noto Sans Japanese", 'Noto Sans', sans-serif;
    }
}

/*フォント系*/

[data-element-id] h1 {
    position: initial;
    text-indent: initial;
}

h1 {
    width: 100%;
    /* 	position: absolute;
	bottom: 200%; */
    font-size: 12px;
    font-weight: normal;
}

h2 {
    font-size: 40px;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    color: #997f3d;
}

h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 50px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

h4 {
    font-size: 18px;
    font-weight: bold;
}

h5 {
    font-size: 18px;
    font-weight: bold;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
}

.fs30 {
    font-size: 30px;
}

.fs32 {
    font-size: 32px;
}

.fs34 {
    font-size: 34px;
}

.fs36 {
    font-size: 36px;
}

.fs38 {
    font-size: 38px;
}

.fs40 {
    font-size: 40px;
}

.fs42 {
    font-size: 42px;
}

.fs44 {
    font-size: 44px;
}

.fs48 {
    font-size: 48px;
}

.bold {
    font-weight: bold;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.white {
    color: #fff;
}

/*クリアフィックス*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    display: block;
    content: "";
    clear: both;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

.map {
    position: relative;
    overflow: hidden;
}

.map:after {
    display: block;
    content: "";
    padding-top: 35%;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: initial;
    width: 100%;
    height: 100%;
}

iframe {
    max-width: 100%;
}

img {
    vertical-align: top;
    border: none;
    max-width: 100% !important;
    height: auto !important;
}

img:not([src*="."]) {
    display: none;
}

.scale {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.scale:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

[data-element-id] .filter:before,
[data-element-id] .filterT:before,
[data-element-id] .filterR:before,
[data-element-id] .filterB:before,
[data-element-id] .filterL:before,
[data-element-id] .filterRad:before {
    display: none;
}

.filter,
.filterT,
.filterR,
.filterB,
.filterL,
.filterRad {
    position: relative;
}

.filter:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(255, 255, 255, 0.6);
}

.filterT:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(241, 209, 201, 1)), color-stop(50%, rgba(241, 209, 201, 0)));
    background: -webkit-linear-gradient(bottom, rgba(241, 209, 201, 1) 0%, rgba(241, 209, 201, 0) 50%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(241, 209, 201, 1)), color-stop(50%, rgba(241, 209, 201, 0)));
    background: -webkit-linear-gradient(bottom, rgba(241, 209, 201, 1) 0%, rgba(241, 209, 201, 0) 50%);
    background: linear-gradient(to top, rgba(241, 209, 201, 1) 0%, rgba(241, 209, 201, 0) 50%);
}

.filterR:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterB:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterL:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterRad:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
}

.lb-outerContainer {
    width: 80% !important;
    max-width: 400px !important;
    height: auto !important;
}

.lightbox .lb-image {
    width: 100% !important;
    height: auto !important;
    border: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: initial !important;
}

.pic {
    text-align: center;
    width: 100%;
}

.pic img {
    width: 100%;
}

.rp .pic {
    width: 35%;
}

.rp .tbox {
    width: 60%;
}

.bkimg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bkimg img {
    width: 100%;
    min-width: 1200px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0.7;
}

[data-element-id] .fead-mv {
    opacity: 1;
}

/* .fead-mv {
    opacity: 0;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -ms-transition: 0.6s;
} */

/* .mv {
    opacity: 1;
} */

a {
    text-decoration: none;
    color: #4c4c4c;
}

@media only screen and (max-width: 599px) {
    a {
        display: block;
    }
    .bread a {
        display: inline-block;
    }
}

a:hover {
    opacity: 0.6;
    color: inherit;
    text-decoration: none;
}

a[href*="tel"] {
    pointer-events: none;
}

a[data-href="#"] {
    border: solid red 5px;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href*="."] {
    border: solid red 5px;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href="#"]:hover:before {
    content: "リンクが設定されていない可能性があります。";
    position: absolute !important;
    width: 100%;
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a[data-href*="."]:hover:before {
    content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
    position: absolute !important;
    width: 100%;
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tel a[data-href]:hover:before {
    content: "電話番号のリンクは自動的に設定されるので、リンク設定不要です。";
    position: absolute !important;
    width: 100%;
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[data-element-id][data-uk-slideshow]:hover:before {
    content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: absolute;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
    width: 100%;
}

[data-collection-list-content]:hover:before {
    content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: absolute;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
    width: 100%;
}

ul,
li {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

dl,
dt,
dd {
    text-align: left;
    padding: 0;
    margin: 0;
}

p {
    text-align: left;
}

/*トランスフォーム*/

.tfmp {
    position: relative;
}

.tfmx {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.tfmy {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.tfmxy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*トリミング*/

.trimmingInner {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*フレックス*/

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.columnreverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.rowreverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/*align-item*/

.itemstart {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.itemcenter {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.itemend {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/*align-content*/

.contentstart {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.contentcenter {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.contentend {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

/*align-self*/

.selfstart {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.selfcenter {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.selfend {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.flex>div[data-collection-list-content],
.flexc>div[data-collection-list-content],
.flexs>div[data-collection-list-content],
.flexb>div[data-collection-list-content] {
    width: 100%;
}

.flex>div[data-recommend-collection-list-content],
.flexc>div[data-recommend-collection-list-content],
.flexs>div[data-recommend-collection-list-content],
.flexb>div[data-recommend-collection-list-content] {
    width: 100%;
}

.flex>div[data-collection-filtered-content],
.flexc>div[data-collection-filtered-content],
.flexs>div[data-collection-filtered-content],
.flexb>div[data-collection-filtered-content] {
    width: 100%;
}

.flex>div[data-collection-archive-content],
.flexc>div[data-collection-archive-content],
.flexs>div[data-collection-archive-content],
.flexb>div[data-collection-archive-content] {
    width: 100%;
}

.flex>div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs>div[data-collection-list-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-collection-list-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*カスタムコンテンツ用*/

.cc221 {
    width: 47%;
    margin-bottom: 4%;
}

.cc332 {
    width: 30%;
    margin-bottom: 4%;
}

.cc432 {
    width: 22%;
    margin-bottom: 4%;
}

.cc533 {
    width: 17%;
    margin-bottom: 4%;
}

/*横並び用*/

.gr211 {
    width: 47%;
    margin-bottom: 4%;
}

.gr321 {
    width: 30%;
    margin-bottom: 4%;
}

.gr422 {
    width: 22%;
    margin-bottom: 4%;
}

.gr532 {
    width: 17%;
    margin-bottom: 4%;
}

[data-element-id] #wrapper {
    opacity: 1;
}

#wrapper {
    overflow: hidden;
}

.inner {
    width: 92%;
    max-width: 1000px;
    margin: auto;
    padding: 0 0 50px 0;
}

.subtit {
    position: relative;
    border-bottom: 9px solid #fca4a3;
}

.subtit h2 {
    text-align: center;
    width: 100%;
}

.subtit img {
    width: 100%;
}

.more {
    text-align: center;
    margin: 30px auto;
    width: 80%;
    max-width: 200px;
}

.more a {
    display: block;
    color: #fff;
    padding: 10px 20px;
}

.mainimg {
    position: relative;
    overflow: hidden;
}

.mainimg img {
    width: 100%;
}

.mainimg .uk-slidenav-position {
    position: relative;
    overflow: hidden;
}

.mainimg .uk-slidenav-position:after {
    padding-top: 45%;
    content: '';
    display: block;
}

.mainimg .uk-slideshow {
    position: absolute;
    top: 0;
}

/* gnav */

#gnav {
    background-color: #fca4a3;
}

#gnav.fixed {
    background-color: rgba(233, 132, 111, 0.8);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

#gnav li:not(:last-child):hover {
    background: rgba(255, 255, 255, 0.16);
}

#gnav li {
    font-size: 18px;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#gnav ul li a {
    display: block;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    text-align: center;
    padding: 1.8rem 1rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#gnav .sub-menu {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.webReserve {
    background: #e8d3a4;
    background: -webkit-gradient(linear, left top, left bottom, from(#e8d3a4), to(#ad8a3a));
    background: -webkit-linear-gradient(top, #e8d3a4 0%, #ad8a3a 100%);
    background: linear-gradient(to bottom, #e8d3a4 0%, #ad8a3a 100%);
    position: relative;
}

.webReserve a:after {
    color: #fff;
    content: '';
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #ffffff transparent;
}

.webReserve a {
    color: #fff;
    display: block;
}

#gnav .gn-contact img {
    display: block;
    margin: 0 auto;
}

#gnav .gn-contact a {
    padding: 10px 0;
}

.dropmenu {
    *zoom: 1;
}

.dropmenu .dropdown {
    position: relative;
}

.dropmenu .dropdown a:first-child {
    background: url(/import/tenant_28/153.126.132.49/upload/tenant_1/5322159a4f2336c3aba934e428c007d6.png) no-repeat center 90%;
}

.dropmenu .dropdown ul {
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    width: 100%;
}

#dropmenu .dropdown ul li {
    font-size: 16px;
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition-property: all;
    -webkit-transition: 0.3s linear;
    transition-property: all;
    transition: 0.3s linear;
}

#dropmenu .dropdown:hover ul li {
    overflow: visible;
    height: 56px;
}

/* ここから下、見た目の装飾です */

#dropmenu .dropdown ul {
    background-color: #fff;
    border: 1px solid #f1d1c9;
    visibility: hidden;
}

#dropmenu .dropdown:hover ul {
    visibility: visible;
}

#dropmenu .dropdown ul li:not(:last-child) a {
    border-bottom: 1px dashed #ad8a3a;
}

#dropmenu .dropdown ul li a {
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/common/arrow_gold.png) no-repeat 25px center;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    padding: 15px;
    color: #4c4c4c;
    text-decoration: none;
}

#dropmenu .dropdown ul li a:hover {
    color: #4682b4;
}

@media only screen and (max-width: 1024px) {
    .bkimg {
        position: relative;
        opacity: 1;
    }
    .bkimg img {
        min-width: initial !important;
    }
    h2 {
        font-size: 34px;
    }
    h3 {
        font-size: 28px;
        margin-bottom: 40px;
    }
    h4 {
        font-size: 20px;
    }
    .fs20 {
        font-size: 18px;
    }
    .fs22 {
        font-size: 20px;
    }
    .fs24 {
        font-size: 20px;
    }
    .fs26 {
        font-size: 22px;
    }
    .fs28 {
        font-size: 22px;
    }
    .fs30 {
        font-size: 24px;
    }
    .fs32 {
        font-size: 24px;
    }
    .fs34 {
        font-size: 26px;
    }
    .fs36 {
        font-size: 26px;
    }
    .fs38 {
        font-size: 28px;
    }
    .fs40 {
        font-size: 28px;
    }
    .fs42 {
        font-size: 30px;
    }
    .fs44 {
        font-size: 30px;
    }
    .fs46 {
        font-size: 32px;
    }
    .fs48 {
        font-size: 34px;
    }
    a[href*="tel"] {
        pointer-events: initial !important;
    }
    .flex {
        max-width: 768px;
        margin: auto;
    }
    .flexc {
        max-width: 768px;
        margin: auto;
    }
    .flexs {
        max-width: 768px;
        margin: auto;
    }
    .flexb {
        max-width: 768px;
        margin: auto;
    }
    /*カスタムコンテンツ用*/
    .cc221 {
        width: 47%;
    }
    .cc332 {
        width: 30%;
    }
    .cc432 {
        width: 30%;
    }
    .cc533 {
        width: 30%;
    }
    /*横並び用*/
    .gr211 {
        width: 97%;
    }
    .gr321 {
        width: 47%;
    }
    .gr422 {
        width: 47%;
    }
    .gr532 {
        width: 30%;
    }
    .inner {
        width: 93%;
        max-width: 768px;
        padding: 40px 0;
    }
    #gnav p {
        display: block !important;
        position: fixed;
        width: 42px;
        height: 42px;
        top: 0px;
        right: 0px;
        background: #170302;
        cursor: pointer;
        opacity: 0.8;
        z-index: 251;
    }
    #gnav p span.n {
        display: block;
        background: #fff;
        height: 2px;
        width: 28px;
        text-indent: 9999px;
        padding: 0;
        top: 50%;
        left: 7px;
        margin-top: -1px;
        position: absolute;
        -webkit-transition: ease .40s;
        transition: ease .40s;
    }
    #gnav p span.n:before {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 28px;
        position: absolute;
        top: -10px;
        left: 0;
    }
    #gnav p span.n:after {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 28px;
        position: absolute;
        top: 10px;
        left: 0;
    }
    #gnav.action p span.n {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #gnav.action p span.n:after,
    #gnav.action p span.n:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }
    #gnav .accordion-body {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        opacity: 0;
        -webkit-transition: height ease .1s, opacity ease .4s;
        transition: height ease .1s, opacity ease .4s;
        padding: 0;
        border: none;
        padding-bottom: 0;
        background: rgba(255, 255, 255, 0.8);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        z-index: -10;
    }
    #gnav.action .accordion-body {
        height: 100vh;
        opacity: 1;
        z-index: 250;
    }
    #gnav .accordion-inner {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 80px;
    }
    #gnav li {
        display: block !important;
        width: 100%;
        text-align: center;
        float: none;
        border: none !important;
        border-bottom: 1px dotted #cacad9 !important;
        padding: 0 !important;
        margin-top: 0;
    }
    #gnav li:hover:before {
        display: none;
    }
    #gnav ul li a {
        height: auto;
        display: block;
        text-align: left;
        padding: 10px 15px;
        border: none !important;
    }
    .overlay:after {
        content: "";
        width: 100%;
        height: 100vh;
        background: #000;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0.3;
        z-index: 150;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }
    #dropmenu {
        background-color: #fca4a3;
        max-width: 1000px;
    }
    #dropmenu .dropdown ul {
        position: static;
        visibility: visible;
    }
    #dropmenu .dropdown ul li {
        height: 100%;
    }
    #dropmenu .dropdown ul li a {
        padding: 15px 0 15px 37px;
    }
    #gnav .gn-contact a {
        padding-left: 10px;
    }
    #gnav .gn-contact img {
        display: inline;
        margin: 0 10px 0 0;
    }
}

@media only screen and (max-width: 599px) {
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    .fs18 {
        font-size: 16px;
    }
    .fs20 {
        font-size: 18px;
    }
    .fs22 {
        font-size: 18px;
    }
    .fs24 {
        font-size: 20px;
    }
    .fs26 {
        font-size: 20px;
    }
    .fs28 {
        font-size: 22px;
    }
    .fs30 {
        font-size: 22px;
    }
    .fs32 {
        font-size: 24px;
    }
    .fs34 {
        font-size: 24px;
    }
    .fs36 {
        font-size: 24px;
    }
    .fs38 {
        font-size: 26px;
    }
    .fs40 {
        font-size: 28px;
    }
    .fs42 {
        font-size: 28px;
    }
    .fs44 {
        font-size: 30px;
    }
    .fs46 {
        font-size: 32px;
    }
    .fs48 {
        font-size: 34px;
    }
    .flex {
        max-width: 450px;
        margin: auto;
    }
    .flexc {
        max-width: 450px;
        margin: auto;
    }
    .flexs {
        max-width: 450px;
        margin: auto;
    }
    .flexb {
        max-width: 450px;
        margin: auto;
    }
    /*カスタムコンテンツ用*/
    .cc221 {
        width: 97%;
    }
    .cc332 {
        width: 47%;
    }
    .cc432 {
        width: 47%;
    }
    .cc533 {
        width: 30%;
    }
    /*横並び用*/
    .gr211 {
        width: 97%;
    }
    .gr321 {
        width: 97%;
    }
    .gr422 {
        width: 47%;
    }
    .gr532 {
        width: 47%;
    }
    .rp {
        max-width: 450px;
        margin: auto;
    }
    .rp .pic {
        float: none !important;
        width: 90% !important;
        margin: 20px auto;
    }
    .rp .tbox {
        float: none !important;
        width: 100% !important;
        padding: 0 !important;
    }
    .inner {
        width: 94%;
        max-width: 450px;
        padding: 30px 0;
    }
}

/* header */

#header {
    padding: 25px 0 40px;
}

#header .left {
    width: 48%;
}

#header h1 {
    margin: 0 0 10px;
    width: 100%;
    padding-right: 35px;
    text-align: left;
}

#header .logo-img {
    margin: 0 2% 0 0;
    width: 20%;
}

#header .site-name {
    position: relative;
    padding: 10px 0 10px 100px;
}

#header .site-name:before {
    background: url(/import/tenant_28/153.126.132.49/upload/tenant_1/d0a9ff769f0fee15e2b249a1b00461a3.jpeg) no-repeat left center;
    background-size: 100%;
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#header .left p span {
    color: #0d3503;
    display: block;
    margin: 0 0 4%;
}

#header .left p .col02 {
    color: #0d3604;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    margin-bottom: 0;
}

#header .right {
    width: 48%;
}

#header .contact .txt {
    display: inline-block;
    vertical-align: super;
    margin-right: 10px;
}

.contact .tel {
    display: inline-block;
    width: 61%;
    position: relative;
    white-space: nowrap;
}

.contact .tel a {
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/common/icon_tel.png) no-repeat left center;
    color: #946902;
    display: inline-block;
    position: relative;
    padding: 0 0 0 22px;
}

.contact .bg {
    background-color: #e9846f;
    color: #fff;
    margin: 0 10px 0 0;
    padding: 0 5px;
    display: inline-block;
    width: 14%;
    text-align: center;
}

#header .right .time {
    margin: 0 0 5px;
}

#header .right .info .address {
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/common/mark_map.png) no-repeat left center;
    padding: 0 0 0 16px;
}

#header .right .info .dibl {
    margin: 0 10px 0 0;
}

#header .logo-pack a img{
  display: block;
  margin-bottom: 20px;
  height: 90px !important;
}

@media only screen and (max-width: 1024px) {
    #header .left,
    #header .right {
        width: 100%;
    }
    #header .left {
        text-align: center;
    }
    #header .logo-pack a {
        margin: 0 auto;
    }
    
    
    #header .site-name:before {
        width: 60px;
        height: 60px;
    }
    #header .contact .tel {
        max-width: 212px;
        width: 100%;
    }
    .contact .tel a {
        padding: 10px 0 10px 20px;
    }
    #header .site-name {
        margin: 0 auto;
        max-width: 334px;
        padding: 10px 0 10px 80px;
    }
    #header .right div {
        text-align: center;
    }
    #header .contact .bg {
        display: inline-block;
        width: 17%;
    }
    #header .right .time,
    #header .right .info {
        margin: 10px auto 0;
        max-width: 454px;
        text-align: left;
    }
    .selfend {
        -webkit-align-self: start;
        -ms-flex-item-align: start;
        align-self: start;
    }
}

@media only screen and (max-width: 599px) {
    #header .left,
    #header .right {
        text-align: center;
        width: 100%;
    }
    #header .site-name {
        margin: 0 auto;
        width: 100%;
    }
    #header .site-name {
        margin: 0 auto;
        padding: 10px 0 10px 60px;
        width: 100%;
    }
    #header .site-name:before {
        width: 50px;
        height: 50px;
    }
    .contact .tel {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }
    .contact .bg {
        display: inline-block;
    }
    #header .right .time,
    #header .right .info {
        text-align: center;
        margin: 10px auto 0;
        width: 90%;
    }
    #header .contact .bg {
        display: block;
        margin: 0 auto 10px;
        width: 30%;
    }
    #header .right .time span.wrap {
        display: block;
    }
    #header .right info .dibl {
        display: block;
    }
    #header .right .info .address {
        display: inline-block;
        padding-top: 10px;
    }
}

/* パンくず */

.bread .inner {
    padding: 25px 0 0;
}

.bread ul li:not(:last-child) {
    margin-right: 20px;
}

.bread ul li:not(:last-child):after {
    content: '＞';
    margin: 0 0 0 20px;
}

.bread ul li:last-child {
    text-decoration: underline;
}

/* h3の装飾3種 */

.ornament01 {
    border-top: 1px solid #fca4a3;
    border-bottom: 1px solid #fca4a3;
    padding: 10px 0 10px 40px;
    position: relative;
}

.ornament01:before {
    content: '';
    display: block;
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/common/icon_logo.png) no-repeat left center;
    background-size: 30px 23px;
    width: 30px;
    height: 23px;
   position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ornament02 {
    position: relative;
    display: inline-block;
    padding: 35px 0 0 0;
}

.ornament02:before {
    content: '';
    border-top: 8px solid #e9846f;
    position: absolute;
    right: 50%;
    top: 0;
    width: 50px;
}

.ornament02:after {
    content: '';
    border-top: 8px solid #fca4a3;
    position: absolute;
    left: 50%;
    top: 0;
    width: 50px;
}

/* h4の装飾 */

.ornament-h4 {
    line-height: 30px;
    border-bottom: 1px dotted #bcbcbc;
    padding-bottom: 8px;
    margin-bottom: 30px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

.ornament-h4:before {
    content: '';
    border-left: 8px solid #e9846f;
    margin: 0 10px 0 0;
}

.ornament-h4-post {
    font-size: 24px;
    padding: 0 0 0 40px;
}

.ornament-h4-post.news {
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/common/icon_news.png) no-repeat left center;
}

.ornament-h4-post.blog {
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/common/icon_blog.png) no-repeat left center;
}

/* mainのinner */

#main .inner {
    padding: 50px 0;
}

@media only screen and (max-width: 1024px) {
    #main .inner {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 599px) {
    #main .inner {
        padding: 30px 0;
    }
}

/* 明朝体 */

.sans {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

/* PINKテキスト */

.pink {
    color: #e9846f;
    font-weight: bold;
}

/* ボタン */

.btn {
    margin-bottom: 0;
    text-align: center;
    width: 70%;
    max-width: 280px;
    margin: auto;
}

.btn a {
    color: #ad8a3a;
    display: block;
    padding: 3% 25px;
    position: relative;
}

.btn a:after {
    content: '▲';
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: 6%;
    top: 0;
    bottom: 0;
    margin: auto 0;
}


/* Radial In */

.hvr-radial-in {
    border: 1px solid #c9c9c9;
    border-radius: 20px 20px 20px 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    background: #fca4a3;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-radial-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 100%;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-radial-in:hover,
.hvr-radial-in:focus,
.hvr-radial-in:active {
    color: #fff;
}

.hvr-radial-in:hover:before,
.hvr-radial-in:focus:before,
.hvr-radial-in:active:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

/* テキストシャドウ */

.txt-shadow01 {
    text-shadow: #fff 1px 1px 24px, #fff -1px 1px 24px, #fff 1px -1px 24px, #fff -1px -1px 24px;
}

.txt-shadow02 {
    text-shadow: #272727 1px 1px 9px, #272727 -1px 1px 9px, #272727 1px -1px 9px, #272727 -1px -1px 9px;
}

/* footer */

#footer .left {
    width: 37%;
}

#footer .shop {
   /*  background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/common/footer_logo.png) no-repeat left center; */
    color: #0d3604;
  /*   padding: 15px 0 15px 20px; */
}

#footer .access {
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/common/icon_train.png) no-repeat left center;
    padding: 0 0 0 35px;
    font-weight: bold;
}

#footer .contact .tel {
    width: 100%;
}

#footer .fbtn {
    position: relative;
    width: 94%;
}

#footer .fbtn a {
    padding: 10px 0;
    text-align: center;
}

#footer .fbtn a:after {
    color: #fff;
    content: '';
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #ffffff transparent;
}

#footer .fbtn a span {
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/common/icon_pc02.png) no-repeat left center;
    font-weight: bold;
    padding: 0 0 0 35px;
    text-align: center;
}

#footer .reserve {
    font-weight: bold;
}

#footer .right {
    width: 60%;
}

/* tableリセット */

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

.shop-table {
    border: 1px solid #e9846f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 5px;
    text-align: center;
    width: 100%;
}

.shop-table tr {
    border-bottom: 1px solid #e9846f;
}

.shop-table tr:first-child {
    background-color: #e9846f;
    color: #fff;
    font-weight: bold;
}

.shop-table tr:first-child th {
    padding: 5px 0;
}

.shop-table tr:not(:first-child) th {
    padding: 15px 0;
}

.shop-table tr:not(:first-child) td {
    color: #e9846f;
    font-size: 24px;
    width: 10%;
}

.shop-table th {
    border-right: 1px solid #e9846f;
}

.shop-table td {
    border-right: 1px solid #e9846f;
}

.shop-table td:last-child {
    border-right: none;
}

#footer .right-bottom dt,
#footer .right-bottom dd {
    font-size: 14px;
}

#footer .right-bottom dt {
    width: 12%;
    margin: 0;
    vertical-align: top;
}

#footer .right-bottom dd {
    display: inline-block;
    width: 87%;
}

.footnav {
    background-color: #fca4a3;
}

.footnav a {
    color: #fff;
    padding: 0 15px;
}

.footnav ul {
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
    width: 70%;
}

.footnav ul li {
    display: inline-block;
    border-right: 1px solid #fff;
}

.footnav ul li:last-child {
    border-right: none;
}

.copyright {
    color: #fff;
    text-align: center;
}

.totop {
    position: fixed !important;
    z-index: 100;
    right: 2%;
    bottom: 2%;
    width: 100px;
    height: 100px;
    opacity: 0.9;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

.totop a {
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 8px 4px rgba(143, 143, 143, 0.39);
    box-shadow: 0px 0px 8px 4px rgba(143, 143, 143, 0.39);
    color: #e9846f;
    display: block;
    position: relative;
    width: 100px;
    height: 35px;
    line-height: 120%;
    text-align: center;
    padding: 45px 0 20px 0;
}

.totop a:before {
    content: '';
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/common/goto.png) no-repeat center top;
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 25px;
    height: 27px;
}

@media only screen and (max-width: 1024px) {
    #footer .left {
        margin-bottom: 40px;
    }
    #footer .left,
    #footer .right {
        width: 100%;
    }
    #footer .shop {
        margin: 0 auto;
        max-width: 336px;
    }
    #footer .left p {
        text-align: center
    }
    #footer .left .access {
        margin: 0 auto;
        max-width: 203px;
    }
    #footer .left .tel {
        display: block;
        margin: 0 auto;
        max-width: 250px;
    }
    #footer .fbtn {
        margin: 0 auto;
        width: 50%;
    }
    #footer .right th {
        width: 27%;
    }
    #footer .right-bottom dt {
        display: inline-block;
        width: 16%;
    }
    #footer .right-bottom dd {
        width: 82%;
    }
    #footer .right tr:not(:first-child) td {
        font-size: 24px;
    }
    #footer .footnav ul {
        width: 80%;
    }
    #footer .footnav li {
        margin: 0 0 15px;
        border-right: none;
        border-bottom: 1px solid #fff;
    }
    .totop {
        right: 0;
        bottom: 0;
    }
    .totop a {
        width: 75px;
        height: 35px;
        padding: 30px 0 10px 0;
    }
    .totop a:before {
        top: 5px;
    }
}

@media only screen and (max-width: 599px) {
    #footer .left,
    #footer .right {
        width: 100%;
    }
    #footer .left {
        margin: 0 0 30px;
    }
    #footer .left p {
        text-align: center;
    }
    #footer .fbtn {
        margin: 0 auto;
        width: 65%;
    }
    #footer .right tr:not(:first-child) td {
        font-size: 24px;
    }
    #footer .right-bottom dt {
        width: 19%;
    }
    #footer .right-bottom dd {
        width: 79%;
    }
    #footer .footnav ul {
        width: 100%;
    }
    #footer .footnav li {
        text-align: center;
        margin: 0 2%;
    }
    #footer .footnav li a {
        padding: 10px 0;
    }
    .copyright {
      padding-bottom: 120px;
    }
}

/* 下層共通 */

.subtit .inner {
    padding: 50px 0;
    position: relative;
}

.subtit .inner:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    border-bottom: 9px solid #e9846f;
    width: 100%;
}

#main .f-box dt {
    color: #e9846f;
    font-weight: bold;
    margin-bottom: 30px;
}

#main .f-box dl:not(:last-child) {
    margin-bottom: 60px;
}

#main .second-box {
    padding: 50px 0;
}

@media only screen and (max-width: 1024px) {
    .subtit {
        border-top: 9px solid #fca4a3;
    }
    .subtit .inner {
        padding: 40px 0;
    }
    .subtit .inner:before {
        content: "";
        position: absolute;
        left: 0;
        top: -9px;
        border-bottom: 9px solid #e9846f;
        width: 100%;
    }
}

@media only screen and (max-width: 599px) {
    .subtit .inner {
        padding: 30px 0;
    }
}

/* index */

#key {
    position: relative;
    overflow: hidden;
    height: 600px;
}

#key .inner {
    padding: 50px 0;
}

#key .key-txt {
    z-index: 5;
    line-height: 250%;
    text-align: center;
    width: 100%;
}

.home-concept {
    position: relative;
    overflow: hidden;
}

#main .home-concept .inner {
    padding-bottom: 300px;
    padding-top: 150px;
}

.home-concept .concept-box h3 {
    margin: 0 auto 40px;
}

.home-concept .green {
    color: #5ca78f;
}

.home-concept .pink {
    color: #e9846f;
}

.home-concept .concept-box p {
    margin: 0 auto 25px;
    max-width: 77%;
}

.home-concept .concept-box h3,
.home-concept .concept-box p {
    text-align: center;
}

.home-concept .concept-box,
.home-concept .img-gallery {
    position: relative;
    z-index: 5;
    ;
}

.home-concept .img-gallery ul li {
    width: calc(100% / 6);
}

.home-post .post-list {
    padding: 10px 0;
}

.home-post .post-list a {
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/common/arrow_gold.png) no-repeat left center;
    padding: 0 0 0 10px;
}

.post-box {
    border-top: 2px solid #ad8a3a;
    border-bottom: 2px solid #ad8a3a;
}

.post-box dl {
    padding: 30px;
}

.post-box dl:not(:last-child) {
    border-bottom: 1px dashed #b1b1b1;
}

.post-box dl dt {
    color: #ad8a3a;
    font-weight: bold;
}

.home .beginner {
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/common/bg_stripe.png) repeat left top;
}

#main .home .beginner .inner {
    padding: 14px 0;
}

.home .beginner .left {
    width: 33.8%;
}

.home .beginner .left p {
    position: relative;
    color: #fff;
    padding: 10px 0 0 60px;
}

.home .beginner .left p:before {
    content: '';
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/common/mark_beginner.png) no-repeat left top;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.home .beginner .left {
    border-right: 1px solid #fff;
}

.home .beginner .left p span {
    display: block;
    margin: 0 0 10px;
}

.home .beginner .right {
    width: 66.2%;
}

.home .beginner .right p {
    color: #fff;
    padding: 0 3%;
}

.home-about {
    background-color: #f0e4e8;
}

.home-about .inner {
    position: relative;
    z-index: 5;
}

.home-about .inner:before {
    content: '';
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/common/icon_crover.png) no-repeat left top;
    width: 89px;
    height: 103px;
    position: absolute;
    top: 30px;
    left: -30px;
    z-index: -1;
}

.home-about h3 {
    color: #b25476;
    position: relative;
    z-index: 2;
}

.home-about .left .flexb,
.home-about .right .flexb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.home-about .pic,
.home-about .data {
    width: 50%;
}

.home-about .pic {
    padding: 0 0 0 20px;
}

.home-about span {
    display: block;
}

.home-about .name {
    color: #b25476;
    margin: 0 0 30px;
}

.kodawari h3 {
    margin: 0 auto 50px;
    position: relative;
    max-width: 420px;
    text-align: center;
}

.kodawari h3:after {
    content: '';
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/index/star.png) no-repeat left top;
    position: absolute;
    top: -30px;
    right: 6%;
    width: 87px;
    height: 39px;
}

.kodawari dt {
    overflow: hidden;
    border-radius: 100px;
    position: relative;
    z-index: 1;
}

.kodawari dd {
    border-radius: 100px;
    color: #fff;
    margin: -50px 0 0 0;
    padding: 30px 20px;
    position: relative;
    text-align: center;
    z-index: 2;
}

.kodawari dd span {
    display: block;
}

.kodawari dl:nth-child(1) dd {
    background-color: #89c997;
}

.kodawari dl:nth-child(2) dd {
    background-color: #f29c9f;
}

.kodawari dl:nth-child(3) dd {
    background-color: #f6b37f;
}

.kodawari dl:nth-child(4) dd {
    background-color: #88abda;
}
.index .nayami .bkimg img {
  min-width: 2010px;
  opacity:0.5;
}
.home-nayami .bkimg img {
    min-width: 2020px;
}
.nayami {
    position: relative;
    overflow: hidden;
}

.nayami .inner {
    position: relative;
    z-index: 5;
}

.nayami .nayami-title {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.nayami .nayami-title:before {
    content: '＼';
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    left: -50px;
    top: 15px;
}

.nayami .nayami-title:after {
    content: '／';
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    right: -30px;
    top: 15px;
}

.nayami .nayami-title:before,
.nayami .nayami-title:after {
    position: absolute;
    font-size: 36px;
}

.nayami .nayami-title span {
    color: #e9846f;
    font-size: 36px;
    position: relative;
}

.nayami .nayami-title span:after {
    content: '';
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/index/icon_nayami01.png) no-repeat left top;
    position: absolute;
    top: -24px;
    right: 0;
    width: 36px;
    height: 42px;
}

.nayami .nayami-title h3 {
    position: relative;
    text-align: center;
    padding: 0 10px;
}

.nayami .nayami-title h3:after {
    content: '';
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/index/icon_nayami02.png) no-repeat left top;
    position: absolute;
    top: -23px;
    right: -6px;
    width: 45px;
    height: 38px;
}

.nayami dt {
    background-color: #d2e8c5;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 0 10px;
}

.nayami dd {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.nayami-bottom .left,
.nayami-bottom .right {
  overflow: hidden;
    position: relative;
}

.nayami-bottom .pos {
    color: #fff;
    font-size: 38px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    position: absolute;
    left: 42%;
    -webkit-transform: translate(-42%);
    -ms-transform: translate(-42%);
    transform: translate(-42%);
    bottom: 10%;
    z-index: 6;
}

.nayami-bottom a {
    display: block;
}

.nayami .btn {
    margin: 0 auto;
}

.link-banner .left,
.link-banner .right {
    position: relative;
    max-height: 163px;
    overflow: hidden;
}

.link-banner .txt {
    text-align: center;
    width: 70%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 3% 0 15%;
    z-index: 2;
}

.link-banner .left .txt {
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/index/home_banner01_label.png) no-repeat right top;
    background-size: 100%;
}

.link-banner .right .txt {
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/index/home_banner02_label.png) no-repeat right top;
    background-size: 100% auto;
}

.link-banner .txt .icon {
    display: block;
    padding: 10px 0 0;
}

.link-banner .txt .icon span {
    display: block;
    font-size: 30px;
    margin: 0 0 10px;
}

.link-banner .txt img {
    display: block;
    margin: 0 auto 10px;
}

.rec-banner {
    overflow: hidden;
    position: relative;
    margin: 0 0 50px;
}

.rec-banner .bkimg {
    min-width: 1700px;
}

.rec-banner .txt-box {
    padding: 2%;
    position: relative;
    z-index: 5;
}

.rec-banner .txt-box p {
    text-align: center;
}

.rec-banner .txt-box span {
    display: block;
    text-align: center;
    margin: 0 0 1%;
}

.rec-banner .txt-box .rec-msg {
    color: #5ca78f;
    font-weight: bold;
    position: relative;
}

.rec-banner .txt-box .rec-msg:before {
    content: '＼';
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    left: -50px;
    top: 15px;
}

.rec-banner .txt-box .rec-msg:after {
    content: '／';
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    right: -30px;
    top: 15px;
}

.rec-banner .txt-box .rec-title {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

.rec-banner .txt-box .btn {
    width: 20%;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .index .nayami .bkimg img{
    opacity: 1;
  }
  
  .nayami .btn{
    margin-top: 20px;
  }
  
  #main .home-concept .inner {
    padding-bottom: 40px;
    padding-top: 40px;
}
  
    .home .img-gallery .flex {
        max-width: 1024px;
    }
    .home-about .btn {
        margin: 0 auto;
    }
    .home .beginner .left {
        width: 38%;
    }
    .home .beginner .right {
        width: 62%;
    }
    .kodawari h3:after {
        right: 12%;
    }
    .kodawari dd {
        display: block;
    }
    .nayami-bottom .left,
    .nayami-bottom .right {
        width: 80%;
        margin: 0 auto;
    }
    .nayami-bottom .right {
        margin-bottom: 30px;
    }
    .home .beginner .left {
        border-right: none;
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
        margin-bottom: 10px;
        width: 100%;
    }
    .home .beginner .right {
        width: 100%;
    }
    .home .beginner .right p {
        padding: 0;
    }
    .rec-banner {
        overflow: visible;
        padding: 0;
    }
    .rec-banner .bkimg {
        min-width: 1024px !important;
    }
    .rec-banner .txt-box {
        padding: 10px 0 0;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .rec-banner .txt-box span {
        display: block;
        margin: 0;
        text-align: center;
    }
    .rec-banner .txt-box .rec-msg {
        position: absolute;
        top: 22%;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        width: 100%;
    }
    .rec-banner .txt-box .rec-title,
    .rec-banner .txt-box .rec-txt {
        margin-bottom: 10px;
    }
    .rec-banner .txt-box .btn {
        width: 30%;
    }
}

@media only screen and (max-width: 599px) {
    #key .key-txt {
        line-height: 160%;
    }
    #key .key-txt .fs48,
    #key .key-txt .fs36 {
        font-size: 16px;
    }
    .home-concept {
        overflow: visible;
    }
    #main .home-concept .inner {
        position: relative;
    }
    .home-concept .concept-box p {
        max-width: 100%;
    }
    .home-concept .img-gallery ul li {
        width: calc(100% / 3);
    }
    .home-about .cc221,
    .kodawari .cc221 {
        margin: 0 0 30px;
    }
    .home-about .pic,
    .home-about .data {
        width: 100%;
    }
    .home-about .pic {
        padding: 0;
        margin-bottom: 20px;
    }
    .kodawari dd {
        padding: 10px 20px;
    }
    .nayami .nayami-title {
        letter-spacing: -2px;
    }
    .nayami .nayami-title:before {
        left: -10px;
    }
    .nayami .nayami-title:after {
        right: -10px;
    }
    .nayami .nayami-title h3:after {
        top: -27px;
        right: 7px;
    }
    .home-nayami dl {
        width: 70%;
    }
    .nayami-bottom .left,
    .nayami-bottom .right {
        width: 100%;
    }
    .nayami-bottom .pos {
        font-size: 26px;
    }
    .link-banner .left,
    .link-banner .right {
        min-height: 163px;
        overflow: visible;
    }
    .rec-banner .bkimg {
        min-width: 599px !important;
    }
    .rec-banner {
        padding: 0;
    }
    .rec-banner .txt-box {
        padding: 10px 0 0;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .rec-banner .txt-box .rec-msg {
        top: 15%;
    }
    .rec-banner .txt-box .btn {
        width: 60%;
    }
}

/* about */

.about-box {
    margin: 0 0 110px;
}

.about-box .flexb {
    margin: 0 0 40px;
}

.about-box .flexb p {
    width: 31%;
}

.about-box .flexb .prof-box {
    width: 66.8%;
}

.prof-box dl {
    border-top: 1px dotted #bcbcbc;
    padding: 12px 0;
}

.prof-box dl:last-child {
    border-bottom: 1px dotted #bcbcbc;
}

.prof-box dt {
    width: 22.4%;
}

.prof-box dd {
    width: 77.6%;
}

.tit-cent {
    text-align: center;
}

.room {
    margin: 0 0 100px;
}

.room .pic {
    width: 87.6%;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
    .about-box .flexb .prof-box {
        width: 94%;
    }
    .about-box .flexb p {
        margin: 0 auto 30px;
        text-align: center;
        width: 100%;
    }
    .prof-box dt {
        font-weight: bold;
        margin: 0 0 5px;
        width: 100%;
    }
    .prof-box dd {
        width: 100%;
    }
}

/* kyosei */

.kyosei-ans dl:not(:last-child) {
    margin: 0 0 60px;
}

.kyosei-ans dt {
    color: #e9846f;
    font-weight: bold;
    margin: 0 0 20px;
}

.kyosei-nessesary {
    margin: 0 0 50px;
    overflow: hidden;
    position: relative;
}

#main .kyosei-nessesary .inner {
    padding: 150px 0;
    position: relative;
    z-index: 5;
}

.kyosei-nessesary li {
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/common/icon_tooth02.png) no-repeat left center;
    color: #e9846f;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0 0 0 40px;
    width: 50%;
}

@media only screen and (max-width: 1024px) {
    .kyosei-ans dl:not(:last-child) {
        margin: 0 0 40px;
    }
    .kyosei-nessesary {
        margin: 0 0 40px;
    }
    #main .kyosei-nessesary .inner {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 599px) {
    .cc221 {
        margin: 0 auto 4%;
    }
    .kyosei-ans dl:not(:last-child) {
        margin: 0 0 20px;
    }
    .kyosei-nessesary {
        margin: 0 0 30px;
    }
    .kyosei-nessesary li {
        width: 100%;
    }
    #main .kyosei-nessesary .inner {
        padding: 30px 0;
    }
}

/* shoni */

.shoni .inner p {
    margin-bottom: 30px;
}

.shoni dl:not(:last-child) {
    margin-bottom: 30px;
}

.shoni .box01 dt {
    margin-bottom: 30px;
}

.shoni .box02 ul {
    margin: 0 0 30px;
}

.shoni .box02 ul li {
    list-style-image: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/common/arrow_pink.png);
    list-style-position: inside;
    color: #e9846f;
    text-indent: -1.6em;
    padding-left: 1.6em;
}

.shoni .box03 ul li {
    list-style-image: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/common/arrow_black.png);
    list-style-position: inside;
    text-indent: -1.6em;
    padding-left: 1.6em;
}

.shoni .box05 ul li {
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/common/icon_tooth02.png) no-repeat left top;
    font-weight: bold;
    color: #e9846f;
    padding: 0 0 0 40px;
    margin-bottom: 10px;
}

.shoni .box05 ul li span {
    display: block;
}

.shoni .box07 ul li:not(:last-child) {
    margin-bottom: 50px;
}

.shoni .box07 ul li p {
    width: 31%;
}

.shoni .box07 ul li dl {
    width: 66%;
}

.shoni .box07 ul li dt {
    margin-bottom: 30px;
}
.shoni #footer .inner p,
.shoni #footer dl:not(:last-child),
.sejin #footer dl:not(:last-child),
.access #footer p {
  margin-bottom: 0;
}
.access #footer p span {
  display: inline;
}
@media only screen and (max-width: 1024px) {
    .shoni .box02 ul li,
    .shoni .box03 ul li {
        text-indent: -1.4em;
        padding-left: 1.4em;
    }
}

@media only screen and (max-width: 599px) {
    .shoni .box07 ul li p,
    .shoni .box07 ul li dl {
        width: 97%;
        margin: 0 auto 4%;
    }
    .shoni .box07 ul li dt {
        margin-bottom: 10px;
    }
}

/* sejin */

.sejin dl:not(:last-child) {
    margin-bottom: 50px;
}

.sejin dt {
    color: #e9846f;
    font-weight: bold;
    margin-bottom: 30px;
}

.sejin-box p {
    margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {}

/* flow */
.flow .bread {
  padding-bottom: 50px;
}
.flow-box .bkimg img {
  min-width: 3090px;
}
.flow-box {
    overflow: hidden;
    position: relative;
}

.flow-box .inner {
    position: relative;
    z-index: 5;
}

.flow-box .top-msg {
    margin-bottom: 30px;
}

.flow-box ul li {
    background-color: #fff;
    border: 1px solid #fca4a3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.flow-box ul li:not(:last-child) {
    margin-bottom: 80px;
}

.flow-box ul li:not(:last-child):after {
    content: '';
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/common/arrow_flow.png) no-repeat left bottom;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -55px;
    width: 30px;
    height: 28px;
}

.flow-box ul li dl {
    padding: 2%;
    width: 59%;
}

.flow-box ul li dl dt {
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/common/icon_logo.png) no-repeat left center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    margin: 0 0 30px;
    padding: 0 0 0 50px;
}

.flow-box ul li dl dt span {
    color: #e9846f;
    font-size: 150%;
    margin: 0 10px 0 0;
}

.flow-box ul li p {
    text-align: right;
    width: 41%;
}

.flow .section-box:nth-of-type(odd) .flexb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1024px) {
  .flow .bread {
  padding-bottom: 0px;
}
}

@media only screen and (max-width: 599px) {
    .flow-box ul li dl,
    .flow-box ul li p {
        width: 100%;
    }
    .flow-box .bkimg {
        display: none;
    }
}

/* nayami */

.nayami .tit-cent h3 {
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/common/icon_tooth03.png) no-repeat left center;
    display: inline-block;
    padding: 0.5rem 30px 0.5rem 60px;
    position: relative;
}

.nayami .tit-cent h3:after {
    content: '';
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/index/icon_nayami02.png) no-repeat right top;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: -12px;
}

.nayami-list {
    background-color: #fff4f4;
    padding: 4%;
    webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.nayami .nayami-box:nth-of-type(even) .nayami-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.nayami-box .circle-box {
    background-color: #d2e8c5;
    border-radius: 50%;
    margin-bottom: 0;
    overflow: hidden;
    width: 30%;
}

.nayami-box .txt {
    width: 65%;
}

.nayami-box02 .txt {
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .nayami .circle-box {
        margin: 0 auto 20px;
        ;
    }
}

@media only screen and (max-width: 599px) {
    .nayami .circle-box {
        width: 70%;
        margin: 0 auto 20px;
    }
    .nayami-box .txt {
        width: 100%;
    }
}

/* souchi */

.souchi .section-box:nth-of-type(odd) .flexb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.souchi .top-msg {
    margin-bottom: 50px;
}

/* implant */

.inplant-box {
    position: relative;
    margin-bottom: 50px;
}

.inplant-box .inner {
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.inplant-box ul li {
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/common/icon_tooth03.png) no-repeat left center;
    padding: 10px 0 10px 60px;
    color: #e9846f;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px;
    width: 47%;
}

@media only screen and (max-width: 1024px) {
    .inplant-box ul li {
        margin-bottom: 20px;
        width: 97%;
    }
}

@media only screen and (max-width: 599px) {
    .inplant-box ul li {
        font-size: 18px;
        padding: 15px 0 15px 60px;
    }
    .inplant-box .bkimg {
        display: none;
    }
}

/* price */

.price-table {
    margin-bottom: 30px;
}

.price .second-box dl {
    border-top: 1px solid #cecece;
}

.price .second-box dl:nth-last-of-type(1) {
    border-bottom: 1px solid #cecece;
}

.price .second-box dl dt {
    background-color: #ffdddd;
    padding: 20px;
    width: 80%;
}

.price .second-box dl dd {
    padding: 20px 0;
}

.price .second-box ul {
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    margin-bottom: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.price .second-box ul li {
    border-right: 1px solid #cecece;
    padding: 1%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    width: calc(100% / 3);
}

.price .second-box ul li:nth-child(1),
.price .second-box ul li:nth-child(4) {
    border-left: 1px solid #cecece;
}

.price .second-box ul li:nth-child(1),
.price .second-box ul li:nth-child(2),
.price .second-box ul li:nth-child(3) {
    border-bottom: 1px solid #cecece;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
    .price .second-box ul li:nth-child(1),
    .price .second-box ul li:nth-child(4) {
        border-left: none;
    }
    .price .second-box ul {
        border-left: 1px solid #cecece;
        border-right: 1px solid #cecece;
        border-bottom: none;
    }
    .price .second-box ul li {
        border-bottom: 1px solid #cecece;
        border-right: none;
        width: 100%;
    }
    .price .second-box dl dt {
        padding: 10px;
        width: 100%;
    }
    .price .second-box dl dd {
        text-align: right;
        width: 100%;
    }
}

/* voice */

.voice .pic {
    margin-bottom: 20px;
}

.voice .btn {
    margin: 0 auto;
    width: 90%;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {}

/* news・blog */

.post-section li {
    border-bottom: 1px solid #fca4a3;
    padding: 20px 0;
}

.post-section li:first-child {
    border-top: 1px solid #fca4a3;
}

.post-section p:not(:last-child) {
    margin-bottom: 10px;
}

.post-section .arc {
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/common/icon_day_s.png) no-repeat left center;
}

.post-section .cat {
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/common/icon_cat_s.png) no-repeat left center;
    margin: 0 20px 0 0;
}

.post-section .arc,
.post-section .cat {
    display: inline-block;
    padding: 0 0 0 30px;
}

.post-section .post-title {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    width: 80%;
}

.post-section .more-read {
    text-align: right;
}

.post-section .more-read a {
    color: #e9846f;
}
.blog-left {
    width: 70%;
}

.blog .thumb {
  border: 1px solid #e9846f;
    width: 30%;
}
/* pagenav */

.pagenav ul {
    text-align: center;
}

.pagenav li {
    display: inline-block;
    margin: 0 3px;
}

.pagenav li a {
    border: 1px solid #e9846f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 10px;
    display: block;
    font-weight: bold;
}

.pagenav .st a {
    color: #fff;
    background-color: #e9846f;
}

.pagenav .prev a {
    padding-left: 6px;
}

.pagenav .next a {
    padding-right: 6px;
}

/* tagエリア */

.post-tag .cat {
    width: 29%;
}

.post-tag .arc {
    width: 66%;
}

.post-tag dt {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    padding: 0 0 0 35px;
    margin-bottom: 10px;
}

.post-tag .cat dt {
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/common/icon_cat_l.png) no-repeat left center;
}

.post-tag .cat ul li {
    margin: 0 0 10px;
    width: 100%;
}

.post-tag .arc dt {
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/common/icon_day_l.png) no-repeat left center;
}

.post-tag .arc ul li {
    margin-bottom: 10px;
    width: 32%;
}

.post-btn .hvr-radial-in {
    background-color: #e9846f;
    border: 1px solid #e9846f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
}

.post-tag .cat .post-btn .hvr-radial-in {
    padding: 4%;
    width: 100%;
}

.post-tag .arc .post-btn .hvr-radial-in {
    padding: 6%;
    width: 100%;
}

/* post detail */

.detail .title-pack {
    border-top: 1px solid #fca4a3;
    border-bottom: 1px solid #fca4a3;
    padding: 15px 0;
}

.detail .single-txt {
    padding: 50px 0;
}

.detail .single-txt {
    border-bottom: 1px solid #fca4a3;
    margin-bottom: 50px;
}

.detail .single-txt img {
    display: block;
    width: 80%;
    max-width: 450px;
    margin: 0 auto;
}

.detail .post-btn {
    margin: 0 auto;
    width: 20%;
}

.detail .post-btn a span {
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/common/arrow_pink02.png) no-repeat left center;
    padding: 0 0 0 40px;
}

.detail .post-btn a:hover span {
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/common/arrow_wh02.png) no-repeat left center;
}

.detail .post-btn a {
    padding: 6% 0;
    text-align: center;
    width: 100%;
}
.detail .arc .post-btn {
    margin: 0 1% 10px 0;
}

/* recommend */

.recommend ul li:first-child {
    border-top: none;
}

@media only screen and (max-width: 1024px) {
    .detail .post-btn {
        width: 30%;
    }
    .detail .arc .flexb {
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}

@media only screen and (max-width: 599px) {
    .post-section .arc,
    .post-section .cat {
    padding: 0 0 0 22px;
    display: block;
    margin-right: 0;
    }
    .post-section .post-title {
    width: 100%;
    }
    .post-tag .cat {
        margin: 0 0 30px;
        width: 100%;
    }
    .post-tag .arc {
        width: 100%;
    }
    .post-tag .cat ul li,
    .post-tag .arc ul li {
        padding: 0;
    }
    .post-tag .arc ul li {
        text-align: center;
        width: 45%;
    }
    .post-tag .cat ul li a {
        padding: 4%;
    }
    .post-tag .arc ul li a {
        padding: 10% 0;
    }
    .blog-left {
        width: 100%;
    }
    .blog .thumb {
        margin: 0 auto;
        width: 80%;
    }
    .detail .post-btn {
        width: 60%;
    }
}

/* case */

.case .top-txt {
    margin-bottom: 50px;
}

.case .num {
    border-bottom: 1px dashed #bcbcbc;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.case .msg {
    margin-bottom: 15px;
}

.case .num .casebg {
    background-color: #e9846f;
    color: #fff;
    padding: 2px 5px;
    margin-right: 5px;
}

.case .num .caseft {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

.case dl {
    margin: 0 auto;
}

.case .after-box {
    border: 1px solid #e9846f;
    padding: 30px 0;
    margin-bottom: 50px;
}

.case .after-box dt {
    font-size: 24px;
    padding: 2em 0;
    width: 20%;
}

.case .after-box dd {
    font-size: 24px;
    width: 55%;
}

.case .after-box .before {
    margin: 0 0 20px;
}

.case .after-box .after dt {
    color: #e9846f;
}

@media only screen and (max-width: 1024px) {
    .case .after-box {
        padding: 30px;
    }
    .case .after-box dt {
        padding: 0 0 20px;
        text-align: center;
        width: 100%;
    }
    .case .after-box dd {
        text-align: center;
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .case .after-box {
        padding: 10px;
    }
    .case .after-box dt {
        font-size: 20px;
    }
}

/* recruit */

.recruit .section-box:nth-of-type(odd) .flexb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.rec-table dl {
    padding: 15px 0;
    border-bottom: 1px dashed #bcbcbc;
}

.rec-table dl:first-child dd:nth-of-type(1) {
    border-bottom: 1px dashed #bcbcbc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.rec-table dt {
    width: 20%;
}

.rec-table dd {
    margin: 0 0 0 auto;
    width: 80%;
}

.rec-table dd .jobtitle {
    color: #ad8a3a;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
    .rec-table dt {
        width: 25%;
    }
    .rec-table dd {
        width: 75%;
    }
}

@media only screen and (max-width: 599px) {
    .rec-table dt {
        font-weight: bold;
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }
    .rec-table dd {
        width: 100%;
    }
}

/* concept*/
.concept .section-box:nth-of-type(odd) .flexb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/* access */

#main .access p {
    margin: 0 0 20px;
}

#main .access .address span,
#main .access .shop-tel span,
#main .access .acs span {
    color: #e9846f;
    display: block;
    margin: 0 0 20px;
}

#main .access .tel {
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/common/icon_tel_l.png) no-repeat left center;
    color: #010101;
    padding: 5px 0 5px 40px;
}

@media only screen and (max-width: 1024px) {
    .access .cc221 {
        width: 100%;
    }
}

@media only screen and (max-width: 599px) {}

/* footer上バナーエリア */

.banner-area a {
    display: block;
    overflow: hidden;
    position: relative;
}

.banner-area a:before {
    left: 30%;
    top: 20%;
}

.banner-area a:after {
    left: -10%;
    top: 50%;
}

.banner-area a:before {
    content: '';
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 205%;
}

.banner-area a:after {
    content: '';
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
    width: 170%;
}

.banner-area .left a:before,
.banner-area .left a:after,
.banner-area .right a:before,
.banner-area .right a:after {
    position: absolute;
    width: 150%;
    height: 150%;
    z-index: 5;
}

.banner-area .left a:before,
.banner-area .left a:after {
    background-color: rgba(172, 213, 152, 0.45);
}

.banner-area .right a:before,
.banner-area .right a:after {
    background-color: rgba(152, 195, 213, 0.45);
}

/* バナーのテキスト */

.index .banner-area .txt-box {
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.index .banner-area .txt-box p .icon .fs30 {
    display: inline-block;
    position: relative;
}

.index .banner-area .txt-box p .icon .voice-icon {
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/common/icon_voice.png) no-repeat center top;
    background-size: 43px 36px;
    padding: 40px 0 0 0;
}

.index .banner-area .txt-box p .icon .tooth-icon {
    background: url(/import/tenant_28/153.126.132.49/import/tenant_1/153.126.132.49/html/images/common/icon_tooth.png) no-repeat center top;
    background-size: 43px 46px;
    padding: 50px 0 0 0;
}

.index .banner-area .txt-box p span {
    margin: 0 0 10px;
}

.index .banner-area .txt-box p {
    text-align: center;
}

.banner-area .txt-box {
    position: absolute;
    right: 5%;
    top: 70%;
    z-index: 6;
}

.banner-area .txt-box p {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    text-align: right;
}

.banner-area .txt-box p span {
    display: block;
    margin: 0 30px 0 0;
}

@media only screen and (max-width: 1024px) {
    .index .banner-area .txt-box {
        right: 10%;
    }
    .banner-area .txt-box {
        top: 50%;
        right: 10%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
}

@media only screen and (max-width: 599px) {
    .index .banner-area .txt-box p span {
        margin: 0;
    }
    .index .banner-area .txt-box {
        right: 0%;
        width: 70%;
    }
    .index .banner-area .txt-box p .icon .fs30 {
        margin: 0 5% 0 0;
    }
    .index .banner-area .txt-box p .icon .voice-icon,
    .index .banner-area .txt-box p .icon .tooth-icon {
        background-size: 30% auto;
    }
    .index .banner-area .txt-box p .icon .voice-icon {
        padding: 24px 0 0 0;
    }
    .index .banner-area .txt-box p .icon .tooth-icon {
        padding: 36px 0 0 0;
    }
    .index .banner-area .txt-box p .icon .fs14 {
        line-height: 140%;
    }
}
