@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,400,500,600,700');
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);

/*============================
	レイアウト・背景色・基本文字色
=============================*/

body {
    color: #666666;
    font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif !important;
    letter-spacing: 0.1em;
    background-color: #f7f6f1;
}

a {
    color: #e9a0bd;
    text-decoration: underline;
    transition: all 0.2s 0s ease;
    -webkit-transition: all 0.2s 0s ease;
    -moz-transition: all 0.2s 0s ease;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    opacity: 0.7;
}

#container {
    overflow: hidden;
    min-width: 1200px;
    border-top: 5px solid #ab92aa;
}

#container .inner {
    width: 1000px;
    margin: 0 auto;
}

#content {
    /width: 1200px;
    margin: 0 auto 0;
}

.contTtl {
    color: #6b4c30;
}

#main {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#main.profile,
#main.map,
#main.form {
    width: 1000px;
}

#main.profile,
#main.map,
#main.form {
    border-bottom: 0;
}

#main.form #foot-area {
    width: 100%;
    margin: 0 auto;
    border-bottom: none;
    padding: 48px 50px 0;
    position: relative;
}


/*============================
	ヘッダー
=============================*/

header {
    width: 1000px;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    min-height: 118px;
    position: relative;
}

header .headNav {
    letter-spacing: -0.40em;
    margin-top: 28px;
    float: right;
}

header .headNav li {
    display: inline-block;
    margin-left: 10px;
    transition: 0.2s all;
}

header .headNav li a {
    width: 75px;
    height: 73px;
    text-decoration: none;
    color: #9a846c;
    display: inline-block;
    text-align: center;
    font-size: 0.857em;
    white-space: nowrap;
    padding-top: 43px;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    background-color: #ebe9e2;
    position: relative;
    letter-spacing: 0;
}

header .headNav li:hover {
    opacity: 0.7;
}

header .headNav li:nth-of-type(1) a:before {
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    background-image: url(../../images/211/ico-headNav_001.png);
    background-repeat: no-repeat;
    top: 18px;
    right: calc(50% - 8.5px);
}

header .headNav li:nth-of-type(2) a:before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 16px;
    background-image: url(../../images/211/ico-headNav_002.png);
    background-repeat: no-repeat;
    top: 19px;
    right: calc(50% - 7px);
}

header .headNav li:nth-of-type(3) a:before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 10px;
    background-image: url(../../images/211/ico-headNav_003.png);
    background-repeat: no-repeat;
    top: 22px;
    right: calc(50% - 7px);
}

header .headNav li a:hover {
    opacity: 1;
}


/*　タイトル
-----------------------------------------*/

header #siteTtl {
    /*display: table-cell;*/
    display: inline-block;
    vertical-align: middle;
    padding: 33px 0 33px;
    max-width: 700px;
}

header #siteTtl a {
    text-decoration: none;
    color: #792961;
    word-wrap: break-word;
    display: inline-block;
    font-size: 3.571em;
    line-height: 1.2;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

header #siteTtl a img {
    max-width: 500px;
    height: auto;
}


/*============================
	グロナビ
=============================*/

nav {}

nav ul {
    letter-spacing: -0.40em;
    text-align: center;
}

nav ul li.parent {
    letter-spacing: 0.1em;
    display: inline-block;
    position: relative;
    border-left: 1px dotted #555555;
    margin-bottom: 20px;
}

nav ul li.parent:last-child {
    border-right: 1px dotted #555555;
}

nav ul li.parent:last-child {
    /border-right: none;
}

nav ul li.parent > a {
    color: #401d00;
    text-decoration: none;
    padding: 5px 39px 4px;
    display: block;
    font-size: 1.071em;
    font-weight: bold;
    position: relative;
    transition: all 0.2s 0s ease;
    -webkit-transition: all 0.2s 0s ease;
    -moz-transition: all 0.2s 0s ease;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
}

nav ul li.parent > a:hover {
    /*font-weight: bold;*/
    color: #792961;
    opacity: 1;
}

nav ul li.childIn:hover:after {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -20px;
}


/* 子メニュー */

nav .child {
    position: absolute;
    letter-spacing: 0;
    left: -1px;
    min-width: 160px;
    width: 100%;
    text-align: left;
    padding: 0;
    display: none;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.9);
    top: 46px;
    border-top: 5px solid #792961;
}

nav .child li {}

nav .child li a {
    color: #401d00;
    font-size: 1em;
    text-decoration: none;
    display: block;
    padding: 7px 0px 7px 0px;
    text-align: center;
    margin: 0 10px;
    border-bottom: 1px dotted #555555;
    line-height: 1.3;
}

nav .child li a:hover {
    opacity: 1;
    color: #792961;
}

nav .child li:first-child {
    padding-top: 5px;
}

nav .child li:last-child {
    padding-bottom: 5px;
}

nav .child li:last-child a {
    border-bottom: none;
}


/* topのみ */

#top nav {}


/*============================
	メインスライド
=============================*/

.mainSlideIn {
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-width: 1200px;
    overflow: hidden;
}

#mainSlide li {
    height: 582px !important;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    /*min-width: 1402px;*/
}

#mainSlide li img {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    /*
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

@media screen and (min-width:1700px) {
    #mainSlide li img {
        -ms-transform: translateY(-20%);
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
}

.bx-wrapper {
    margin-bottom: 0!important;
}

.bx-wrapper .bx-viewport {
    height: 582px !important;
}

.bx-wrapper .main-container {
    overflow: hidden;
}


/* pager */

.bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    background-color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #823b6c;
    opacity: 1;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: 30px!important;
    z-index: 1;
}


/* controlBtn */

.bx-wrapper .bx-controls-direction a {
    width: 15px;
    height: 25px;
    margin: 0;
    top: 528px;
}

.bx-wrapper .bx-prev {
    background: url(../../images/211/ico-pager_001.png) center no-repeat;
    left: calc(50% - 83px);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.2s 0s ease;
    -webkit-transition: all 0.2s 0s ease;
    -moz-transition: all 0.2s 0s ease;
}

.bx-wrapper .bx-prev:hover {
    opacity: 0.7;
}

.bx-wrapper .bx-next {
    background: url(../../images/211/ico-pager_001.png) center no-repeat;
    right: calc(50% - 83px);
    transition: all 0.2s 0s ease;
    -webkit-transition: all 0.2s 0s ease;
    -moz-transition: all 0.2s 0s ease;
}

.bx-wrapper .bx-next:hover {
    opacity: 0.7;
}


/*============================
マスク画像
=============================*/

#top #main > figure.mask {
    margin-top: -19.9vw;
    width: 100% !important;
    min-width: 1200px;
    margin-bottom: 35px;
}

#page #main > figure.mask {
    display: none;
}

.noSlide figure.mask {
    display: none;
}

#top #main > figure.mask img {
    width: 100%;
}

@media screen and (max-width:1200px) {
    #top #main > figure.mask {
        margin-top: -240px;
    }
}


/*============================
	メインイメージ
=============================*/

.mainImgIn {
    background: url(../../images/211/img-main_noSlide_001.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 80px;
}

.mainImgIn .inner {
    display: table;
    width: 100%;
    padding: 45px 0 50px;
}

.mainImgIn .inner #mainImg {
    width: 365px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.mainImgIn .inner #leadTxt {
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
    font-weight: normal;
    line-height: 1.7;
    font-size: 1.28em;
    color: #fff;
}


/*============================
	メインエリア
=============================*/

#main #leadTxt {
    width: 100%;
    text-align: center;
    font-size: 2.143em;
    line-height: 2;
    position: relative;
    font-weight: normal;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    width: 580px;
    color: #666666;
    line-height: 1.4;
    text-shadow: 0px 0px 20px #fff;
    margin: 0 auto 80px;
    letter-spacing: 0;
}

#main #leadTxt::before {
    content: '';
    display: block;
    position: absolute;
    background: url(../../images/211/img-lead_001.png) no-repeat;
    width: 172px;
    height: 51px;
    left: -199px;
    top: calc(50% - 27px)
}

#main #leadTxt::after {
    content: '';
    display: block;
    position: absolute;
    background: url(../../images/211/img-lead_002.png) no-repeat;
    width: 172px;
    height: 51px;
    right: -199px;
    top: calc(50% - 27px);
}

#main .contTtl {
    font-size: 1.857em;
    line-height: 1.2;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
    word-wrap: break-word;
    text-align: center;
}

#main article .contTtl {
    border-top: 1px solid #e0dfcb;
    border-bottom: 1px solid #e0dfcb;
    padding: 10px 0;
}

#main div:last-child {
    margin-bottom: 0;
}


/* news */

#news {
    /text-align: center;
    position: relative;
    padding: 26px 35px 18px;
    border: 1px solid #ccb9a9;
    margin-bottom: 60px;
    background-color: #ffffff;
}

#news::before {
    content: '';
    display: inline-block;
    width: calc(100% + 2px);
    height: 2px;
    background-color: #ccb9a9;
    position: absolute;
    top: -4px;
    left: -1px;
}

#news::after {
    content: '';
    display: block;
    position: absolute;
    background: url(../../images/211/img-news_001.png) no-repeat;
    width: 70px;
    height: 75px;
    -webkit-background-size: cover;
    background-size: cover;
    top: -38px;
    left: -28px;
}

#news .contTtl {
    position: relative;
    display: block;
    padding-bottom: 0px;
    font-size: 1.929em;
    font-weight: normal;
    line-height: 1;
    text-align: left;
}

#news .contTtl span {
    font-size: 11px;
    color: #666666;
    letter-spacing: 0;
    margin-left: 7px;
}

#news ul {
    line-height: 1.3;
    position: relative;
    border-top: 1px solid #e1e1e1;
    margin-top: 18px;
    font-size: 0.929em;
    max-height: 196px;
    overflow-y: scroll;
}

#news ul li {
    padding: 13px 0px 8px 123px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dotted #e1e1e1;
}

#news ul li:first-child {
    padding-top: 20px;
}

#news ul .day {
    display: block;
    width: 108px;
    position: absolute;
    left: 0px;
}

#news dl dd {
    float: left;
    width: 782px;
    padding: 10px 0;
    border-top: 1px dotted #000;
}


/* article */

.articleIn {
    width: 1000px;
    margin: 0 auto;
}

.articleIn > .articleBox:nth-child(even) {
    position: relative;
}

.articleIn > .articleBox:nth-child(even)::before {
    content: '';
    background: url(../../images/211/img-flower_001.png) no-repeat;
    width: 555px;
    height: 461px;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    position: absolute;
    right: -247px;
    top: -246px;
    z-index: -1;
}

.articleIn > .articleBox:nth-child(odd) {
    position: relative;
}

.articleIn > .articleBox:nth-child(odd)::before {
    content: '';
    background: url(../../images/211/img-flower_002.png) no-repeat;
    width: 373px;
    height: 296px;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    position: absolute;
    left: -267px;
    top: -188px;
    z-index: -1;
}


/*下層ページの背景画像*/

#page .articleIn .articleBox:first-child::before {
    display: none !important;
}

#page .articleIn > .articleBox:nth-child(odd) {
    position: relative;
}

#page .articleIn > .articleBox:nth-child(odd)::before {
    content: '';
    background: url(../../images/211/img-flower_001.png) no-repeat;
    width: 555px;
    height: 461px;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    position: absolute;
    left: 682px;
    top: -246px;
    z-index: -1;
}

#page .articleIn > .articleBox:nth-child(even) {
    position: relative;
}

#page .articleIn > .articleBox:nth-child(even)::before {
    content: '';
    background: url(../../images/211/img-flower_002.png) no-repeat;
    width: 373px;
    height: 296px;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    position: absolute;
    left: -267px;
    top: -188px;
    z-index: -1;
}

.articleBox {
    position: relative;
    margin: 0 auto;
    border: 5px solid #e0dfcb;
    margin-bottom: 60px;
    padding: 25px 30px;
    background-color: #fff;
}

.articleBox .contTtl {
    position: relative;
}

.articleBox .contTtl span {
    color: #4f382a;
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    background-image: url(../../images/204/bg.jpg);
    text-align: left;
    max-width: 500px;
    word-wrap: break-word;
    /text-align: center;
}

/.articleBox .contTtl::before {
    content: "";
    top: 50%;
    z-index: 1;
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    background: url(../../images/204/line_001.png) repeat-x;
}

.articleIn .articleBox:last-child {
    margin-bottom: 100px;
}

.articleBox .clearfix {
    position: relative;
    margin-top: 25px;
}

.articleBox .txtArea {
    width: 600px;
    float: right;
    line-height: 1.5;
    text-align: left;
    margin-top: -4px;
}

.articleBox.noImg .txtArea {
    width: auto;
    float: none;
    text-align: left;
    margin-top: 25px;
}

.articleBox .txtArea strong {
    font-weight: bold;
}

.articleBox .txtArea p {
    text-align: justify;
    margin-bottom: 25px;
    letter-spacing: 0.08em;
}

.articleBox .txtArea p:last-child {
    margin-bottom: 0;
}

.articleBox .txtArea p:last-child {
    margin-bottom: 0;
}

.articleBox .imgArea {
    width: 300px;
    float: left;
}

.articleBox .imgArea figure {
    margin-bottom: 25px;
}

.articleBox .imgArea figure:last-child {
    margin-bottom: 0;
}

.articleBox .imgArea figure figcaption {
    display: block;
    font-size: 0.786em;
    margin-top: 8px;
    line-height: 1.2;
}

#main .articleBox table {
    width: auto;
    font-size: 1em;
    letter-spacing: 0.025em;
    margin: 0 auto;
}

.articleBox table,
.articleBox table td,
.articleBox table th {
    border: 2px solid #e2d8f1;
}

.articleBox table td,
.articleBox table th {
    text-align: left;
    padding: 10px 15px;
}

.articleBox table th {
    background-color: #f9f0ff;
    padding: 10px 35px;
}


/* contactBtn */

.contactBtn {
    margin: 0 auto 100px;
}

.contactBtn a {
    width: 400px;
    height: 65px;
    margin: 0 auto;
    line-height: 65px;
    display: block;
    background: url(../../images/211/bgi-contact_001.jpg);
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 1.714em;
    position: relative;
    border: 1px solid #ec73a3;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}


/*============================
	サイドエリア
=============================*/

#side {
    width: 1000px;
    margin: 0 auto 100px;
    border: 5px solid #e0dfcb;
    padding: 25px 30px;
    background-color: #fff;
    position: relative;
}

#side::before {
    content: '';
    background: url(../../images/211/img-flower_003.png) no-repeat;
    width: 1184px;
    height: 446px;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    position: absolute;
    left: -114px;
    top: -75px;
    z-index: -1;
}

#side:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

#side .sideIn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    /* Safari */
    justify-content: center;
}

#side .sideIn::after {
    display: none;
}

#side .sideIn > div {
    width: 290px;
    margin-right: 30px;
}


/*IE9▼*/

#side .sideIn > div:not(:target) {
    float: left;
}

#side .sideIn > div:last-child {
    margin-right: 0;
}

#side .sideTtl {
    border-top: 1px solid #e0dfcb;
    border-bottom: 1px solid #e0dfcb;
    text-align: center;
    font-size: 1.429em;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.04em;
    color: #6b4c30;
    padding: 9px 0;
    margin-bottom: 30px;
}


/* sideCont */

#side #sideCont {
    text-align: center;
}

#side #sideCont ul li {
    font-size: 1.429em;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 1;
    margin-bottom: 35px;
}

#side #sideCont ul li a {
    text-decoration: none;
    color: #666666;
}


/* blog */

#side #blog dl {
    font-size: 0.857em;
    letter-spacing: 0.025em;
    padding: 0 32px;
    height: 120px;
    overflow-y: scroll;
    margin-bottom: 20px;
}

#side #blog dl dt {
    margin-bottom: 1px;
}

#side #blog dl dd {
    line-height: 1.5;
    margin-bottom: 7px;
}


/*--FF用--*/

#side #blog dl dd a {
    display: inline-block;
}

#side #blog .btn {
    border-top: 1px dotted #e0dfcb;
}

#side #blog .btn a {
    display: block;
    width: 120px;
    height: 30px;
    background-color: #e2d8f1;
    font-size: 0.857em;
    text-decoration: none;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #666666;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}


/* mobile */

#side #mobile figure {
    text-align: center;
}

#side #mobile figure img {
    margin-bottom: 30px;
}

#side #mobile figure figcaption {
    text-align: left;
    width: 220px;
    margin: 0 auto;
    text-align: justify;
    font-size: 0.857em;
    line-height: 1.5;
}


/*============================
	ページトップ
=============================*/

#pageTop {
    position: fixed;
    z-index: 1000;
    right: 32px;
    bottom: 32px;
    width: 60px;
    height: 60px;
    display: none;
}

#pageTop a {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    text-indent: -9999;
    background: url(../../images/211/pagetop.png) center center no-repeat #e8e1f1;
}

#pageTop a:hover {
    opacity: 0.8;
    background-position: center 16px;
}


/*============================
	フッター
=============================*/

footer {}

footer .copy {
    text-align: center;
    color: #fff;
    line-height: 1.2;
    padding: 33px 0;
    background-color: #ab92aa;
    font-size: 0.857em;
}


/*============================
	フリーエリア
=============================*/

#foot-area {
    line-height: 2;
}

#foot-area {
    width: 930px;
    margin: 0 auto;
    border-bottom: none;
    margin-bottom: 100px !important;
    letter-spacing: 0.08em;
}

#side-area {
    width: 930px;
    margin: 0 auto;
    border-bottom: none;
    margin-bottom: 100px !important;
    letter-spacing: 0.08em;
}


/*============================
	下層ページ共通
=============================*/


/* pageTtl */

.pageTtl {
    padding: 25.1vw 0 20px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    background: url(../../images/211/img-pageTtl_001.png) no-repeat #f7f6f1;
    /*height: 19.64vw;*/
    background-position: top;
    background-size: 100vw auto;
}

@media screen and (max-width:1200px) {
    .pageTtl {
        padding: 301px 0 20px;
        background-size: 1200px auto;
    }
}

.pageTtl h2 {
    font-size: 1.929em;
    line-height: 1.3;
    text-align: center;
    max-width: 500px;
    display: inline-block;
    color: #401d00;
    position: relative;
    margin: 0 auto;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    word-wrap: break-word;
    font-weight: normal;
}

.pageTtl h2::before {
    content: '';
    display: block;
    background: url(../../images/211/img-pageTtl_002.png) no-repeat;
    width: 102px;
    height: 19px;
    position: absolute;
    left: -122px;
    top: calc(50% - 9px);
}

.pageTtl h2::after {
    content: '';
    display: block;
    background: url(../../images/211/img-pageTtl_003.png) no-repeat;
    width: 102px;
    height: 19px;
    position: absolute;
    right: -122px;
    top: calc(50% - 9px);
}

#page nav {
    margin-bottom: 0;
}


/* pnkz */

#pnkz {
    letter-spacing: -0.40em;
    width: 1000px;
    margin: 0 auto 0px;
    font-size: 0.857em;
    margin: 5px auto 35px;
}

#pnkz li {
    letter-spacing: 0;
    display: inline-block;
}

#pnkz li:after {
    content: ">";
    display: inline-block;
    margin: 0 10px;
}

#pnkz li:last-child:after {
    display: none;
}

#pnkz li:last-child {
    color: #792961;
}

#pnkz li a {
    color: #000;
}


/* content */

#page #content {
    position: relative;
}


/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/

#main.form table,
#main.profile table,
#main.map table {
    font-size: 1.14em;
    margin: 0 auto;
    border-right: 2px solid #e2d8f1;
    border-left: 2px solid #e2d8f1;
    position: relative;
    width: 100%;
    margin-bottom: 100px;
}

tbody {
    border-bottom: 2px solid #e2d8f1;
}

#main.form table th,
#main.form table td,
#main.profile table th,
#main.profile table td,
#main.map table th,
#main.map table td {
    vertical-align: middle;
    text-align: left;
    border-top: 2px solid #e2d8f1;
    padding: 25px 20px;
}

#main.form table th,
#main.profile table th,
#main.map table th {
    background-color: #f9f0ff;
    padding: 10px 35px;
    font-weight: bold;
    border: 2px solid #e2d8f1;
}

#main.form table td,
#main.profile table td,
#main.map table td {
    background-color: #fff;
}

#main.form .txtBox,
#main.profile .txtBox,
#main.map .txtBox {
    line-height: 1.5;
    margin: 0 auto;
    margin-bottom: 30px;
}

#main.form .txtBox p,
#main.profile .txtBox p,
#main.map .txtBox p {
    margin-bottom: 30px;
    word-break: break-all;
}


/* form */

#main.form {}

#main.form .requiredMark {
    color: #ce0000;
}

#main.form table th {
    width: 270px;
}

#main.form table td {
    height: 80px;
}

#main.form .inputArea {
    background: #f1f1f1;
    line-height: 1;
    padding: 8px 15px;
    border-radius: 2px;
    width: 520px;
    border: 1px solid #ddd;
}

#main.form .inputArea.short {
    width: 200px;
    display: inline-block;
}

#main.form .inputArea input {
    width: 100%;
}

#main.form .inputArea input:focus,
#main.form .inputArea textarea:focus,
#main.form .inputArea button:focus {
    outline: none;
}

#main.form .inputArea textarea {
    width: 100%;
    height: 190px;
    padding: 10px 0;
    line-height: 1.5;
}

#main.form table {
    border-bottom: none;
}

#main.form #submit td {
    text-align: center;
    letter-spacing: -0.40em;
    padding-top: 40px;
}

#main.form #submit input {
    display: inline-block;
    width: 240px;
    text-align: center;
    line-height: 1;
    padding: 18px 0;
    cursor: pointer;
    letter-spacing: 0.1em;
    margin: 0 10px;
    font-size: 1.12em;
    color: #fff;
    background: url(../../images/211/bgi-contact_001.jpg);
    font-weight: normal;
    border: 1px solid #ec73a3;
}


}
#main.form #submit input.submitBtn {}
#main.form #submit input.resetBtn {
    background: none;
    background-color: #fff;
    border: 2px solid #ec73a3;
    color: #ec73a3;
    padding: 17px 0;
}
#main.form #submit input:hover {
    opacity: 0.7;
}

/* map */
#main.map #frame {
    margin-bottom: 70px;
    text-align: center;
}
#main.map #frame iframe {
	width: 1000px;
	height: 478px;
}

/* 20170703 ADD */
#side-area img{
	max-width: 100%;
}
#foot-area img{
	max-width: 100%;
}


/* 20190416 ADD */
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul{
    list-style-type: disc;
}
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    list-style-type: decimal;
}
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul,
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    margin-left: 18px;
}