/* ▼font-sub */
/* .font-sub {
    font-family: 'Noto Serif JP', serif;
} */
/* ▼font-coronet */
.font-coronet {
    font-family: 'Coronet', serif;
}
/* ▼font-hannari */
.font-hannari {
    font-family: 'Hannari', serif;
}

/* ▼common-bg */
.common-bg {
    background: url(../images/common/common_bg_deco01.png) no-repeat top 30px left,
    url(../images/common/common_bg_deco02.png) no-repeat bottom 30px right;
}
@media screen and (max-width: 767px) {
    .common-bg {
        background: linear-gradient(rgba(255,255,255,.2),rgba(255,255,255,.2)),
        url(../images/common/common_bg_deco01.png) no-repeat top 30px left / 150px auto,
        url(../images/common/common_bg_deco02.png) no-repeat bottom right / 150px auto;
    }
}



/*
    title
--------------------*/
/* ▼c_ttl */
.c_ttl {
    text-align: center;
    line-height: 1;
}
.c_ttl span {
    display: inline-block;
    min-width: 256px;
    border-bottom: 8px solid;
    border-image: linear-gradient(to top, #442800, #442800 3px, transparent 3px, transparent 7px, #442800 7px) 8;
    background: url(../images/common/title_deco01.png) no-repeat top,
    linear-gradient(to right, #442800, #442800 calc(50% - 33.5px), transparent calc(50% - 33.5px), transparent calc(50% + 33.5px), #442800 calc(50% + 33.5px)) no-repeat top 22px center / 100% 1px;
}
@media screen and (min-width: 768px) {
    .c_ttl {
        margin-bottom: 30px;
        font-size: 2.8rem;
    }
    .c_ttl span {
        padding: 40px 30px 18px;
    }
}
@media screen and (max-width: 767px) {
    .c_ttl {
        margin-bottom: 30px;
        font-size: 2rem;
        line-height: 1.3;
    }
    .c_ttl span {
        padding: 40px 20px 18px;
    }
}
/* ▼top-ttl */
.top-ttl {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    line-height: 1;
}
.top-ttl::before {
    content: url(../images/top/greeting_ttl_deco.png);
    display: block;
    line-height: 0;
}
.top-ttl span {
    display: block;
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
    .top-ttl {
        margin-bottom: 50px;
        font-size: 2rem;
    }
    .top-ttl span {
        margin-bottom: 20px;
    }
    .top-ttl::before {
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 767px) {
    .top-ttl {
        margin-bottom: 30px;
        font-size: 1.6rem;
    }
    .top-ttl span {
        margin-bottom: 20px;
    }
    .top-ttl span img {
        height: 28px;
    }
    .top-ttl::before {
        margin: 0 0 20px;
    }
}
/* ▼common-ttl */
.common-ttl {
    font-family: 'Noto Serif JP', serif;
    line-height: 1.3;
    text-align: center;
    font-family: 'Hannari', serif;
    font-weight: 400;
    color: #3cedca;
    line-height: 1;
    letter-spacing: 0.1em;
}
.common-ttl span {
    display: block;
    font-family: 'Coronet', serif;
    color: #3cedca;
    letter-spacing: 0;
    font-size: 3rem;
}
.common-ttl::before{
    content: '';
    display: block;
    width: 100%;
    height: 24px;
    background: url(../images/common/common_ttl.png) no-repeat center;
}
@media screen and (min-width: 768px) {
    .common-ttl {
        margin-bottom: 30px;
        font-size: 3.8rem;
    }
    .common-ttl span {
        margin: -8px 0 0;
    }
    .common-ttl::before {
        margin: 0 0 27px;
    }
}
@media screen and (max-width: 767px) {
    .common-ttl {
        margin-bottom: 30px;
        font-size: 2.4rem;
    }
    .common-ttl::before {
        margin: 0 0 17px;
    }
}
/* ▼common-lead */
.common-lead {
    letter-spacing: 0.18em;
    line-height: 1.3;
}
.common-lead::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    background: url(../images/profile/profile_cnt_ttl.png) no-repeat center / contain;
    vertical-align: -1px;
}
@media screen and (min-width: 768px) {
    .common-lead {
        margin: 0 0 20px;
        font-size: 2.2rem;
    }
}
@media screen and (max-width: 767px) {
    .common-lead {
        margin: 0 0 20px;
        font-size: 2rem;
    }
    .common-lead::before {
        vertical-align: -3px;
    }
}
/* ▼common-head */
.common-head {
    display: block;
    width: 100%;
    border-left: 9px solid;
    border-image: linear-gradient(to right, #312622, #312622 5px, transparent 5px, transparent 7px, #312622 7px) 9;
    font-family: 'Noto Serif JP', serif;
    text-align: left;
    letter-spacing: 0.075em;
    position: relative;
    z-index: 10;
}
@media screen and (min-width: 768px) {
    .common-head {
        margin: 0 auto 25px;
        padding: 0 20px;
        font-size: 2.8rem;
    }
}
@media screen and (max-width: 767px) {
    .common-head {
        margin: 0 auto 25px;
        padding: 0 15px;
        font-size: 2rem;
    }
}
.marker-ttl {
    display: inline-block;
    width: auto;
    padding: 0 0 5px;
    background: linear-gradient(#e9e6d9, #e9e6d9) no-repeat bottom / 100% 13px;
    font-size: 1.5rem;
}

/*
    image
--------------------*/
/* ▼common-img */
.common-img {
    border: 13px solid;
    border-image: url(../images/common/border02.jpg) 13;
}
.common-img img {
    width: 100%;
    max-width: none;
}
.common-img .c_ofi {
    padding-top: 100%;
}
@media screen and (min-width: 768px) {
    .common-img {
        width: 518px;
    }
}
@media screen and (max-width: 767px) {
    .common-img {
        width: 100%;
        max-width: 335px;
        margin: 0 auto;
    }
}


/*
    button
--------------------*/
.c_btn {
    width: 100%;
    max-width: 252px;
    height: auto;
    margin: 30px auto 0;
    padding: 7px 0;
    color: #fff;
    border: 4px solid #3cedca;
    box-shadow: inset 0 0 0 1px #fff;
    background: url(../images/common/common_btn.png) no-repeat center left 5px,
    url(../images/common/common_btn.png) no-repeat center right 5px;
    background-color: #3cedca;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.18em;
    position: relative;
}
/* ▼arrow-btn */
.arrow-btn {
    width: 100%;
    height: auto;
    max-width: 250px;
    margin: 30px auto 0;
    color: #fff;
    background-color: #09331e;
    box-shadow: inset 0 0 0 3px #09331e, inset 0 0 0 4px #fff;
    border-radius: 10px;
    font-size: 1.5rem;
    line-height: 50px;
    text-align: center;
    position: relative;
}
.arrow-btn::after {
    content: '';
    width: 41px;
    height: 5px;
    margin: auto;
    background: url(../images/common/arrow02.png) no-repeat right;
    position: absolute;
    top: 0; bottom: 0;  right: 20px;
    transition: all .3s;
}
.arrow-btn:hover::after {
    right: 13px;
}

/*
    list
--------------------*/
/* ▼common-list */
.common-list_ttl {
    display: block;
    width: 100%;
    font-family: 'Noto Serif JP', serif;
    border-bottom: 1px solid;
    line-height: 1.3;
    letter-spacing: 0.16em;
}
@media screen and (min-width: 768px) {
    .common-list li:not(:nth-child(4n)):not(:last-child) {
        margin-right: 40px;
    }
    .common-list li:nth-child(n+5) {
        margin-top: 30px;
    }
    .common-list_ttl {
        margin: 8px 0 0;
        padding: 0 0 6px;
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 767px) {
    .common-list li {
        width: 49%;
    }
    .common-list li:nth-child(n+3) {
        margin-top: 20px;
    }
    .common-list_ttl {
        margin: 8px 0 0;
        padding: 0 0 6px;
        font-size: 1.6rem;
    }
}

/*
    table
--------------------*/
/* ▼c_table type02 */
.c_table {
    width: 100%;
}
.c_table th {
    text-align: center;
}
.c_table tr:nth-of-type(odd) {
    background-color: #e7f7ff;
}
@media screen and (min-width: 768px) {
    .c_table th {
        width: 270px;
        vertical-align: middle;
        text-align: left;
        padding: 11px 50px;
    }
    .c_table td {
        padding: 11px 30px;
    }
}
@media screen and (max-width: 767px) {
    .c_table br {
        display: block;
    }
    .c_table tr {
        display: flex;
        flex-flow: column;
        align-items: center;
        padding: 15px;
    }
    .c_table th,
    .c_table td {
        display: block;
    }
    .c_table th {
        font-weight: bold;
    }
}

/*
block
--------------------*/
/* ▼block */

@media screen and (min-width: 768px) {
    [class*="_block"] {
        display: flex;
        flex-flow: row wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
    [class*=_block]:nth-of-type(odd) {
        flex-direction: row-reverse;
    }
    [class*="_block"]:not(:last-of-type) {
        margin-bottom: 50px;
    }
    .block_cnt {
        width: 530px;
    }
    .block_list {
        width: 100%;
        margin: 50px 0 0;
        justify-content: center;
    }
}
@media screen and (max-width: 767px) {
    [class*="_block"]:not(:last-of-type) {
        margin-bottom: 40px;
    }
    .block_img {
        margin: 0 0 20px;
    }
    .block_list {
        width: 100%;
        margin: 30px 0 0;
        justify-content: center;
    }
}
/* ▼card */
[class*="_card"] {
    border-radius: 20px;
}
/*
    breadcrumbs-type01
---------------------*/
.breadcrumbs .bread_wrap {
    justify-content: flex-start;
}
.breadcrumbs li {
    position: relative;
}
.breadcrumbs li:not(:last-child)::before {
    content: ' ';
    display: block;
    border-top: 2px solid #3cedca;
    border-right: 2px solid #3cedca;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
}
.breadcrumbs li:last-child {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.breadcrumbs li,
.breadcrumbs a {
    font-size: 1.2rem;
}
.breadcrumbs a {
    color: #312622;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (min-width: 768px) {
    .breadcrumbs {
        padding: 4px 0;
    }
    .breadcrumbs .bread_wrap {
        flex-direction: row;
        width: 1080px;
        margin: 0 auto;
        padding: 4px 0;
    }
    .breadcrumbs li {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .breadcrumbs li:not(:last-child) {
        padding: 0 20px 0 0;
    }
    .breadcrumbs li:not(:last-child)::before {
        width: 7px;
        height: 7px;
        right: 8px;
    }
    .breadcrumbs a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
  .breadcrumbs li:not(:last-child) a {
      text-align: center;
  }
}
@media screen and (max-width: 767px) {
    .breadcrumbs {
        padding: 7px 0;
    }
    .bread_wrap {
        /*width: calc(100% - 40px);*/
        max-width: unset;
        margin: 0 auto;
        flex-direction: row;
    }
    .breadcrumbs li:not(:last-child) {
        padding: 0 30px 0 0;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .breadcrumbs li:not(:last-child)::before {
        width: 8px;
        height: 8px;
        right: 13px;
    }
    .breadcrumbs li:last-child {
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
/*
    breadcrumbs-type02
---------------------*/
/*.breadcrumbs .bread_wrap {
    justify-content: flex-start;
}
.breadcrumbs li:not(:last-child) {
    background: #3cedca;
    color: #fff;
    position: relative;
}
.breadcrumbs li:first-child {
    border-radius: 10px 0 0 10px;
}
.breadcrumbs li:not(:last-child) {
    margin: 0 3px 0 0;
}
.breadcrumbs li:not(:first-child) a {
    padding: 5px 10px 5px 25px;
}
.breadcrumbs li:last-child {
    display: block;
    padding: 5px 15px 5px 25px;
    border-radius: 0 10px 10px 0;
}
.breadcrumbs li:nth-child(3) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;

}
.breadcrumbs li:not(:last-child)::before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 15px;
    border-color: transparent transparent transparent #3cedca;
    position: absolute;
    top: 0; left: 100%;
    z-index: 10;
}
.breadcrumbs li:not(:last-child)::after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 15px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0; left: calc(100% + 3px);
    z-index: 9;
}
.breadcrumbs li,
.breadcrumbs a {
    font-size: 1.2rem;
}
.breadcrumbs a {
    padding: 5px 20px;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (min-width: 768px) {
    .breadcrumbs {
        padding: 4px 0;
    }
    body:not(#top) .breadcrumbs .bread_wrap {
        flex-direction: row;
        padding: 4px 0;
    }
    .breadcrumbs a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
  .breadcrumbs li:not(:last-child) a {
      text-align: center;
      padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
    .breadcrumbs {
        padding: 7px 0;
    }
    body:not(#top) .breadcrumbs .bread_wrap {
        flex-direction: row;
        width: calc(100% - 20px);
        padding: 4px 0;
    }
    .breadcrumbs a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
  .breadcrumbs li:not(:last-child) a {
      text-align: center;
      padding-right: 10px;
  }
}*/
/*
news/blog
--------------------*/
.news_post .c_head {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding: 10px 20px;
    background-color: #eee;
    line-height: 1.5;
}
.news_post .c_ofi {
    padding-top: 100%;
}
.post_cnt {
    line-height: 1.5;
}
.news_post a {
    transition: all .3s;
}
.news_post a:hover {
    opacity: .8;
}
.news_post a:hover .c_ofi img {
    opacity: 1;
    transform: scale(1.1);
}
.news_time {
    text-align: right;
    margin: 5px 0 0;
}
.news_body {
    border-top: 1px solid #312622;
    border-bottom: 1px solid #312622;
    line-height: 1.5;
}
@media screen and (min-width: 768px) {
    .news_post:not(:last-child) {
        margin: 0 0 50px;
    }
    .post_cnt {
        width: 860px;
    }
    .post_cnt .post_txt {
        padding: 20px;
    }
    .post_img {
        width: 200px;
    }
    .news_body {
        min-height: 200px;
        margin: 30px 0 0;
        padding: 40px 10px;
    }
}
@media screen and (max-width: 767px) {
    .news_post {
        flex-flow: column-reverse;
    }
    .news_post:not(:last-child) {
        margin: 0 0 30px;
    }
    .news_post .c_ofi {
        padding-top: 60%;
    }
    .news_post .c_head {
        font-size: 1.6rem;
        padding: 10px;
    }
    .post_cnt {
        width: 100%;
    }
    .post_img {
        width: 100%;
    }
    .detail_content .story-ttl {
        font-size: 2rem;
    }
    .news_body {
        margin: 15px 0 0;
        margin: 20px 0 0;
        padding: 20px 10px;
    }
}
/*
contact
--------------------*/
/* ▼▼▼contact base▼▼▼ */
.contact-form-table select,
.contact-form-table textarea,
.contact-form-table input[type='tel'],
.contact-form-table input[type='fax'],
.contact-form-table input[type='num'],
.contact-form-table input[type='text'],
.contact-form-table input[type='email'] {
    padding: 4px;
    font-size: 16px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
    box-sizing: border-box;
}
.contact-form-table textarea {
    resize: none;
}
/* ▼form */
.contact-form-table tr {
    transition: all .3s;
}
.contact-form-table td a {
    display: inline-block;
}
/* ▼mark */
.required-mark {
    width: 50px;
    background-color: #ea3623;
    color: #fff;
    font-size: 12px;
    text-align: center;
    float: right;
}
/* ▼button */
input[type='button']:hover,
input[type='submit']:hover {
    opacity: .8;
    cursor: pointer;
}
input[type='button'][disabled],
input[type='submit'][disabled] {
    opacity: .7;
    pointer-events: none;
    background-color: #ddd;
}
/* ▼checkbox&radio */
.contact-form-table input[type=radio],
.contact-form-table input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.contact-form-table input[type=radio] + label,
.contact-form-table input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    line-height: 30px;
    cursor: pointer;
}
.contact-form-table input[type=radio],
.contact-form-table input[type=checkbox] {
    display: none;
    margin: 0;
}
.contact-form-table input[type=radio] + label,
.contact-form-table input[type=checkbox] + label {
    margin-bottom: 5px;
    padding: 0 0 0 24px;
}
.contact-form-table input[type=radio] + label::before,
.contact-form-table input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #FFF;
}
.contact-form-table input[type=radio] + label::before {
    border: 2px solid #ccc;
    border-radius: 30px;
}
.contact-form-table input[type=checkbox] + label::before {
    border: 2px solid #ccc;
}
.contact-form-table input[type=radio]:checked + label::after,
.contact-form-table input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.contact-form-table input[type=radio]:checked + label::after {
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #e74c3c;
    border-radius: 8px;
}
.contact-form-table input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #e74c3c;
    border-bottom: 3px solid #e74c3c;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.contact_submits {
    line-height: 1.5;
    text-align: center;
}
/* ▼error */
.error-text {
    font-size: 1.4rem;
    color: #d93732;
    margin: 0 0 5px;
}
/* ▼table */
.contact-form-table input[name="items[address]"] {
    margin-top: 8px;
}
.contact-form-table {
    width: 100%;
    margin-bottom: 50px;
}
/*recaptcha*/
.contact-recaptcha {
    overflow: hidden;
    margin-bottom: 30px;
}
.g-recaptcha > div {
    margin: auto;
}
/*
  pagenation
--------------------*/
/*▼pagenation*/
.pagenation {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}
.pagenation li {
    width: 30px;
    line-height: 30px;
    color: #312622;
    background-color: #fff;
    font-size: 1.6rem;
    border: 1px #312622 solid;
}
.pagenation a,
.pagenation span {
    display: block;
    text-align: center;
}
.pagenation li:not(.current):hover {
    opacity: .8;
}
.pagenation span {
    padding: 0 10px;
}
.pagenation li:not(:last-child) {
    margin: 0 10px 0 0;
}
.pagenation .current {
    color: #fff;
    background-color: #312622;
}
/*▼page_btn*/
.page_btn {
  max-width: 320px;
  margin: auto;
  display: flex;
  flex-flow: row;
  align-items: center;
  position: relative;
}
.page_btn li {
    max-width: 30vw;
}
.page_btn a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    max-width: 30vw;
}
.page_btn li:not(.center) a:after {
    content: ' ';
    width: 10px;
    height: 10px;
    margin: auto;
    border-left: 2px solid #3cedca;
    border-bottom: 2px solid #3cedca;
    position: absolute;
    top: 0; bottom: 0;
    transition: .3s all;
}
.prev {
  margin: 0 auto 0 0;
}
.prev a {
    padding: 0 0 0 20px;
}
.prev a:after {
    left: 8px;
    transform: rotate(45deg);
}
.prev a:hover:after {
  left: 3px;
}
.next {
  margin: 0 0 0 auto;
}
.next a {
    padding: 0 20px 0 0;
}
.next a:after {
    right: 8px;
    transform: rotate(225deg);
}
.next a:hover:after {
  right: 3px;
}
.center {
  width: 142px;
  margin: auto;
  text-align: center;
  position: absolute;
  top: -5px; left: 0; right: 0;
}
.center a {
  color: #fff;
  background-color: #312622;
  line-height: 2.5;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    box-shadow: inset 0 0 0 2px #312622 , inset 0 0 0 3px #fff;
}
@media screen and (min-width: 768px) {
  .page_btn {
    margin: 50px auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .page_btn {
    margin: 30px auto;
  }
}
/*
site_map
--------------------*/
#site .site li {
    width: 100%;
    border-bottom: 1px solid #000;
    transition: .2s all;
}
#site .site li a {
    line-height: 2;
}
#site .site li a:before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 10px 0 0;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
}
#site .site li a:hover {
    padding-left: 20px;
}
@media screen and (min-width: 768px) {
    #site .site {
        padding: 100px 0;
    }
    .site_wrap {
        flex-flow: column wrap;
        height: 290px;
        justify-content: flex-start;
    }
    #site .site li {
        width: 48%;
    }
    #site .site li a {
        font-size: 1.8rem;
        padding: 10px;
    }
}
@media screen and (max-width: 767px) {
    #site .site {
        padding: 50px 0;
    }
    #site .site li a {
        max-width: 400px;
        margin: 0 auto;
        font-size: 1.6rem;
        padding: 2vh 10px;
    }
}
/*
privacy
--------------------*/
#privacy .privacy_cnt {
    padding: 0;
}
#privacy .privacy_cnt p:not(:last-of-type) {
    margin: 0 0 15px;
}
#privacy .privacy .objective_list {
    margin: 15px 0 0;
    list-style-type: square;
    list-style-position: inside;
}
#privacy .privacy .c_head {
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
    #privacy .privacy .c_head {
        margin: 0 0 30px;
    }
    #privacy .privacy_cnt:not(:last-child) {
        margin: 0 0 50px;
    }
}
@media screen and (max-width: 767px) {
    #privacy .privacy .c_head {
        margin: 0 0 15px;
    }
    #privacy .privacy_cnt:not(:last-child) {
        margin: 0 0 30px;
    }
}