﻿body {
    color: #111111;
    font-family: "YakuHanJP", "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: .05em
}

a {
    color: #c5ac5e;
    text-decoration: none;
    transition: all 0.3s ease
}

img {
    max-width: 100%;
    height: auto
}

#header {
    background: #FFFFFF;
    border-top: 5px solid #c5ac5e;
    box-shadow: 0 3px 3px rgba(1, 1, 1, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%
}

#header .inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    width: 1100px;
    padding: 10px 0
}

#header .inner #logo {
    width: 120px
}

#navi {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}

#navi li {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    padding: 0 30px
}

#navi li:before {
    position: absolute;
    left: 0;
    content: "/";
    color: #111111
}

#navi li:first-child:before {
    display: none
}

#navi li a {
    position: relative;
    color: #c5ac5e;
    font-family: "Sorts Mill Goudy", serif;
    font-size: 1.8rem
}

#navi li a span {
    display: block;
    font-family: "YakuHanJP", "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: #111111
}

#navi li a:hover {
    color: #111111
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999
}

#page-top a {
    display: block;
    background: #e4ce9f;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #e4ce9f;
    font-family: 'FontAwesome';
    font-size: 1.6rem;
    text-align: center
}

#page-top a:hover {
    background: #FFFFFF;
    color: #e4ce9f
}

.foot_navi {
    border-top: 1px solid #CCCCCC;
    font-size: 1.4rem
}

.foot_navi ul {
    margin: 0 auto;
    width: 1100px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.foot_navi ul li {
    width: 16.6%;
    position: relative;
    box-sizing: border-box;
    text-align: center
}

.foot_navi ul li:before {
    position: absolute;
    top: 35%;
    left: 0;
    content: "/";
    color: #111111
}

.foot_navi ul li:first-child:before {
    display: none
}

.foot_navi ul li a {
    display: block;
    padding: 30px 0 25px;
    color: #111111
}

.foot_navi ul li a:hover {
    color: #c5ac5e
}

#footer {
    background: #c5ac5e;
    border-top: 5px solid #e4ce9f;
    color: #FFFFFF;
    text-align: center
}

#footer .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 20px 0
}

#footer .inner .copyright {
    font-size: 1.2rem
}

#sp_navi,
#humberger,
#drawernav {
    display: none
}

#slideshow #juicysliderbox {
    position: relative;
    overflow: hidden
}

#slideshow #catch {
    position: absolute;
    z-index: 998;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    animation: fadeIn 6s ease 0s 1 normal;
    -webkit-animation: fadeIn 6s ease 0s 1 normal;
    width: 400px
}

#slideshow .next_contents {
    display: block;
    position: absolute;
    z-index: 998;
    padding-top: 70px;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFFFFF
}

#slideshow .next_contents span {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 999;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
    box-sizing: border-box
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0
    }
}

@keyframes sdb {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0
    }
}

.single {
    margin: 0 auto;
    width: 1100px;
    padding-bottom: 60px
}

.single.single_02 {
    width: 700px
}

.contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.contents .main {
    width: 70%
}

.contents .side {
    width: 26%
}

#main_contents {
    background: url(../img/bg_main_contents.png) repeat-x #fff;
    padding-top: 60px
}

.bg_contact {
    background: url(../img/bg_contact.jpg) no-repeat center;
    background-size: cover
}

.bg_contact .inner {
    background: rgba(255, 255, 255, 0.6);
    padding-top: 60px
}

.contact_bnr {
    text-align: center
}

.contact_bnr li {
    display: inline-block;
    margin: 0 15px
}

.contact_bnr li .bnr_tel {
    background: #FFFFFF;
    color: #c5ac5e
}

.contact_bnr li .bnr_tel:before {
    content: "\f095"
}

.contact_bnr li .bnr_tel:hover {
    background: #c5ac5e;
    color: #FFFFFF
}

.contact_bnr li .bnr_fax {
    background: #FFFFFF;
    border: 1px solid #e4ce9f;
    color: #e4ce9f
}

.contact_bnr li .bnr_fax:before {
    content: "\f1ac"
}

.contact_bnr li .bnr_mail {
    border: 1px solid #c5ac5e;
    background: #FFFFFF;
    color: #c5ac5e
}

.contact_bnr li .bnr_mail:before {
    content: "\f0e0"
}

.contact_bnr li .bnr_mail:hover {
    background: #c5ac5e;
    color: #FFFFFF
}

.contact_bnr li a,
.contact_bnr li span {
    display: block;
    padding: 15px 0;
    width: 300px;
    color: #FFFFFF;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 0 0
}

.contact_bnr li a:before,
.contact_bnr li span:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    margin-right: 10px
}

.bg_contents {
    padding: 150px 0
}

.bg_contents_01 {
    background: url(../img/bg_contents_01.jpg) no-repeat center 64%;
    background-size: cover
}

.bg_01 {
    background: #c5ac5e;
    color: #FFFFFF;
    padding-top: 60px;
    margin-bottom: 60px
}

.bg_01 a {
    color: #FFFFFF
}

.bg_02 {
    background: #FAFAFA;
    padding-top: 60px;
    margin-bottom: 60px
}

.contact_box {
    position: relative;
    top: -95px;
    background: rgba(255, 255, 255, 0.9);
    margin: 0 auto -40px;
    padding: 30px 30px 40px;
    width: 1100px;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1)
}

.mtitle_big {
    position: relative;
    margin-bottom: 40px;
    color: #c5ac5e;
    font-family: "Sorts Mill Goudy", serif;
    font-size: 4rem;
    font-weight: normal;
    text-align: center;
    line-height: 1.2
}

.mtitle_big span {
    display: block;
    font-family: "YakuHanJP", "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 1.6rem;
    font-weight: bold;
    color: #111111
}

.mtitle_big:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    left: 50%;
    margin: 10px 0 0 -20px;
    display: block;
    background: #c5ac5e
}

.mtitle_big.mtitle_big_white {
    color: #FFFFFF
}

.mtitle_big.mtitle_big_white span {
    color: #FFFFFF
}

.mtitle_big.mtitle_big_white:after {
    background: #FFFFFF
}

.mtitle_middle {
    font-size: 2.2rem;
    font-weight: 500;
    border-bottom: 2px solid #DDDDDD;
    position: relative;
    margin-bottom: 10px
}

.mtitle_middle:after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 2px solid #e4ce9f;
    bottom: -2px;
    width: 100px;
    color: #aaa
}

.mtitle_sub {
    font-size: 2.8rem;
    font-weight: 500;
    padding-top: 10px;
    margin-bottom: 20px;
    position: relative
}

.mtitle_sub span {
    font-size: 1.8rem
}

.mtitle_sub:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #e4e0d5;
    content: ''
}

.mtitle_sub:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 190px;
    height: 2px;
    background-color: #e4ce9f;
    content: ''
}

.mtitle_small {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 20px
}

.mtitle_bnr {
    font-size: 2rem;
    font-weight: 500;
    text-align: center
}

.mtitle_line {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #CCCCCC;
    font-size: 1.8rem;
    font-weight: normal
}

.mtitle_archive {
    margin-bottom: 5px;
    font-family: "Sorts Mill Goudy", serif;
    font-size: 1.8rem;
    font-weight: normal
}

.mtitle_archive:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    content: "\f0ca";
    margin-right: 5px;
    color: #c5ac5e
}

.cbtn {
    margin: 0 auto
}

.cbtn a {
    display: table;
    background: #c5ac5e;
    border: 1px solid #c5ac5e;
    color: #FFFFFF;
    padding: .5em 3em;
    border-radius: 100px;
    margin: 40px auto 0
}

.cbtn a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    margin-left: 10px
}

.cbtn a:hover {
    background: transparent;
    color: #c5ac5e
}

.cbtn.cbtn_white a {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #c5ac5e
}

.cbtn.cbtn_white a:hover {
    background: transparent;
    color: #FFFFFF
}

.newsbox {
    display: flex
}

.newsbox .news-ttl {
    width: 170px;
    font-family: "Sorts Mill Goudy", serif;
    font-size: 2.5rem;
    font-weight: 500;
    border-right: 3px solid #FFFFFF;
    line-height: 1.2;
    text-align: center
}

.newsbox .news-ttl span {
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.2rem;
    display: block
}

.newsbox .news-bx {
    flex: 1;
    padding: 8px 0 0 50px
}

.news-top dt {
    float: left;
    width: 7em
}

.news-top dd {
    padding: 0 0 10px 8em;
    border-bottom: 1px dotted #aaa;
    margin: 0 0 10px
}

.news-top dd:last-child {
    margin: 0;
    border-bottom: none
}

.news-bl {
    overflow: hidden
}

.news-bl dt {
    float: left;
    width: 8em;
    padding: 3px 5px;
    line-height: 1.3;
    background: #c5ac5e;
    color: #FFFFFF;
    text-align: center
}

.news-bl dd {
    padding: 0 0 10px 10em;
    line-height: 1.6;
    border-bottom: 1px dotted #aaa;
    margin: 0 0 10px
}

.news-bl dd:last-child {
    margin: 0;
    border-bottom: none
}

.tbl {
    width: 100%
}

.tbl th,
.tbl td {
    vertical-align: middle;
    border: 1px solid #CCCCCC;
    padding: 10px
}

.tbl th {
    background: #F3F3F3;
    font-weight: 500
}

.tbl01 th {
    width: 25%
}

.tbl_new {
    width: 100%
}

.tbl_new tr th,
.tbl_new tr td {
    vertical-align: top;
    padding: 10px
}

.tbl_new tr th {
    font-weight: normal
}

.tbl_new tr:nth-child(odd) th,
.tbl_new tr:nth-child(odd) td {
    background: #F3F3F3
}

.company {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px
}

.company th,
.company td {
    padding: 10px;
    vertical-align: middle
}

.company th {
    text-align: left;
    width: 20%;
    position: relative;
    background: #c5ac5e;
    color: #FFFFFF;
    font-weight: normal
}

.company th::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #fafafa;
    border-width: 10px;
    border-left-color: #c5ac5e;
    margin-top: -10px
}

.company td {
    background: #fafafa;
    padding-left: 20px
}

.ggmap {
    position: relative;
    padding-bottom: 46.25%;
    height: 0;
    overflow: hidden
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.half {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px
}

.half .child {
    width: 50%;
    text-align: center
}

.column2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -3%
}

.column2 .child {
    width: 48.44%;
    margin: 0 3% 3% 0
}

.column2 .child:nth-child(2n) {
    margin: 0 0 3% 0
}

.column2 .child2 {
    /* width: 48.44%; */
    width: 44%;
    height: 300px;
    margin: 0 3% 3% 0
}

.column2 .child2:nth-child(2n) {
    margin: 0 0 3% 0
}

.column3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.column3 .child {
    width: 31.3%;
    margin: 0 3% 3% 0
}

.column3 .child:nth-child(3n) {
    margin: 0 0 3% 0
}

.point {
    position: relative;
    margin-bottom: 15px
}

.point p {
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -18.5px;
    width: 37px;
    height: 37px;
    padding-top: 9px;
    border: 3px solid #FFFFFF;
    background: #e4ce9f;
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    border-radius: 18.5px;
    box-sizing: border-box
}

.list_common li {
    padding-bottom: 10px;
    padding-left: 1rem;
    margin-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC
}

.list_common li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.list_common li:before {
    font-family: 'FontAwesome';
    content: "\f111";
    margin: 0 5px 0 -1rem;
    color: #c5ac5e;
    padding: 1px
}

.list_common li li {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.list_common li li:before {
    display: none
}

.list_check {
    font-size: 1.8rem
}

.list_check li:before {
    content: "\f058"
}

.list_note {
    font-size: 1.3rem
}

.list_note li {
    margin-bottom: 5px;
    padding-left: 1.5em
}

.list_note li:last-child {
    margin-bottom: 0
}

.list_note li:before {
    content: "※";
    margin: 0 5px 0 -1.5em;
    color: #FF0000
}

.list_disc li {
    margin-bottom: 5px;
    padding-left: 1.5em
}

.list_disc li:last-child {
    margin-bottom: 0
}

.list_disc li:before {
    content: "・";
    margin: 0 5px 0 -1.5em;
    color: #e4ce9f
}

.list_line li {
    position: relative;
    display: inline-block;
    padding: 0 10px
}

.list_line li:after {
    position: absolute;
    right: 0;
    content: "/"
}

.list_line li:last-child:after {
    display: none
}

.box_style {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #FAFAFA;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 40px
}

.box_style:last-child {
    margin-bottom: 0
}

.box_style .box_image {
    width: 44%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.box_style .box_image.box_image_01 {
    background-image: url(../img/article_image_06.jpg)
}

.box_style .box_image.box_image_02 {
    background-image: url(../img/article_image_02.jpg)
}

.box_style .box_detail {
    width: 53%
}

.box_style_02 {
    background: #FFFFFF;
    padding: 20px
}

.concept-wrap {
    position: relative;
    padding: 50px 0
}

.concept-wrap.concept-wrap_top {
    margin-bottom: 60px
}

.concept-wrap .bg-back {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F3F3F3;
    width: 50%;
    height: 100%
}

.concept-wrap .concept-inner {
    position: relative;
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px
}

.concept-wrap .figure {
    position: absolute;
    top: 0;
    right: 0;
    display: table-cell;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 74%;
    height: 100%
}

.concept-wrap .fig01 {
    background-image: url("../img/fig_01.jpg")
}

.concept-wrap .in-wrap {
    position: relative;
    float: left;
    width: 530px;
    padding: 50px 0
}

.concept-wrap .in-wrap .concept-box {
    background-color: rgba(255, 255, 255, 0.9);
    width: 470px;
    padding: 30px
}

.concept-wrap .in-wrap .concept-box .conts-ttl {
    margin-bottom: 20px;
    text-align: center
}

.program_box {
    position: relative
}

.program_box .program_txt {
    width: 60%
}

.program_box .program_course {
    position: relative;
    box-sizing: border-box;
    border: 1px solid #e4ce9f;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 22px 40px 75px 25px
}

.program_box .program_course .program_ttl {
    color: #c5ac5e;
    font-size: 3rem;
    margin-bottom: 15px
}

.program_box .program_course span {
    color: #c5ac5e;
    font-family: "Sorts Mill Goudy", serif;
    font-size: 25rem;
    font-weight: 500;
    font-style: italic;
    opacity: .05;
    line-height: 1;
    position: absolute;
    right: 30px;
    bottom: -65px
}

.program_box .program_detail {
    margin-right: 50px
}

.program_box .program_img {
    position: absolute;
    top: 47px;
    right: 0;
    width: 43%;
    text-align: center;
    z-index: 0
}

.article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #c5ac5e;
    color: #FFFFFF
}

.article:last-child {
    margin-bottom: 60px
}

.article .article_image {
    width: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 40%
}

.article .article_detail {
    width: 40%;
    box-sizing: border-box;
    padding: 100px 0
}

.article .article_detail .inner {
    margin: 0 auto;
    width: 80%
}

.article.article_small .article_detail {
    padding: 50px 0
}

.article.article_01 .article_image {
    background-image: url(../img/article_image_01.jpg)
}

.article.article_02 .article_image {
    background-image: url(../img/article_image_02.jpg)
}

.article.article_03 .article_image {
    background-image: url(../img/article_image_03.jpg);
    background-position: center bottom
}

.article.article_04 .article_image {
    background-image: url(../img/article_image_04.jpg)
}

.article.article_05 .article_image {
    background-image: url(../img/bg_contents_01.jpg)
}

.gallery_ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap
}

.gallery_ul li {
    width: 31.3%;
    margin: 0 3% 3% 0;
    text-align: center;
    position: relative
}

.gallery_ul li:nth-child(3n) {
    margin: 0 0 3% 0
}

.gallery_ul li a {
    display: block;
    overflow: hidden;
    height: 220px;
    position: relative
}

.gallery_ul li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto
}

.gallery_ul li span {
    display: block;
    margin-top: 5px;
    font-size: 1.2rem
}

.list_bnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden
}

.list_bnr li {
    width: 31.3%;
    margin-bottom: 3%
}

.list_bnr li a {
    position: relative;
    display: block;
    padding: 1em 15px;
    background: #c5ac5e;
    color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 0 0
}

.list_bnr li a:before {
    font-family: "FontAwesome";
    content: "\f105";
    margin-right: 5px;
    position: absolute;
    left: 90%;
    top: 30%;
    transition: all 0.3s ease
}

.list_bnr li a:hover {
    background: #d3bf83
}

.list_bnr li a:hover:before {
    left: 92%
}

.date {
    display: block;
    margin-bottom: 15px
}

.date:before {
    font-family: 'FontAwesome';
    content: "\f017";
    margin-right: 5px
}

.pages {
    text-align: center;
    margin-top: 30px
}

.pages .page_next,
.pages .page_prev {
    display: inline;
    margin: 0 20px
}

.category_nav {
    border: 1px solid #CCCCCC
}

.category_nav li a {
    display: block;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px dotted #CCCCCC
}

.category_nav li a:before {
    font-family: 'FontAwesome';
    content: "\f105";
    margin-right: 5px
}

.category_nav li a:hover {
    background: #FFFFFF
}

.category_nav li:last-child a {
    border-bottom: none
}

.blog_article {
    margin-bottom: 40px
}

.blog_article:last-child {
    margin-bottom: 0
}

.tel {
    font-size: 3rem;
    font-family: "Crimson Text", serif;
    text-align: center
}

.tel a {
    color: #FFFFFF
}

.paper_box {
    padding: 20px;
    background-color: #f8f8f8;
    box-sizing: border-box;
    position: relative
}

.paper_box2 {
    padding: 20px;
    background-color: #f8f8f8;
    /* box-sizing: border-box; */
    position: relative
}

.paper_box::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 0;
    border-width: 0 16px 16px 0;
    border-style: solid;
    border-color: #fff #fff #dfdede #dfdede;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1)
}

.paper_box2::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 0;
    border-width: 0 16px 16px 0;
    border-style: solid;
    border-color: #fff #fff #dfdede #dfdede;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1)
}


.slide_list {
    position: relative;
    margin-top: 30px
}

.slide_list li {
    margin-right: 1%
}

.slide_list li img {
    width: auto;
    height: 250px
}

.slide_list li span {
    display: block;
    margin-top: 5px;
    text-align: center
}

.tbbr,
.spbr {
    display: none
}

.pcbr {
    display: block
}

.cut {
    overflow: hidden;
    zoom: 1
}

.page_title_box {
    background: url(../img/bg_page_title_box.jpg) no-repeat center 85%;
    background-size: cover
}

.page_title_box .inner {
    background: rgba(0, 0, 0, 0.3);
    padding: 170px 0 80px
}

.page_title_box .inner .page_title {
    font-family: "Sorts Mill Goudy", serif;
    font-size: 5.5rem;
    font-weight: normal;
    color: #FFFFFF;
    -webkit-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
    -ms-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
    text-align: center
}

.page_title_box .inner .page_title span {
    margin: -8px auto 0;
    display: table;
    padding-top: 10px;
    border-top: 1px solid #FFFFFF;
    font-size: 1.6rem;
    font-weight: bold
}

.breadcrumb_box {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5
}

.breadcrumb_box .breadcrumb {
    margin: 0 auto;
    width: 1100px;
    padding-left: 0;
    font-size: 1.4rem
}

.breadcrumb_box .breadcrumb li {
    display: inline
}

.breadcrumb_box .breadcrumb li+li:before {
    margin: 0 10px;
    content: ">"
}

.breadcrumb_box .breadcrumb li .home {
    font-family: 'FontAwesome'
}

.form dl dt {
    float: left;
    width: 280px;
    padding-top: 20px
}

.form dl dt span {
    color: #fff;
    background: #FF4F4F;
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 2px;
    position: relative;
    top: -2px
}

.form dl dd {
    padding-left: 280px;
    padding-bottom: 20px;
    padding-top: 23px;
    line-height: 1.5;
    border-bottom: 1px dotted #CCCCCC
}

.form dl dd:last-child {
    border-bottom: none
}

.form .textarea,
.form textarea {
    border: 1px solid #ddd;
    padding: 5px;
    width: 80%;
    border-radius: 0;
    -webkit-appearance: none
}

.form .textarea {
    height: 20px
}

.form .textarea02 {
    width: 37.5%;
    margin-right: 3%
}

.form .textarea02:last-child {
    margin-right: 0
}

.form .textarea03 {
    width: 20%;
    margin-right: 1%
}

.form button {
    cursor: pointer;
    position: relative;
    display: block;
    color: #FFFFFF;
    text-align: center;
    background: -moz-linear-gradient(-45deg, #e4ce9f 50%, #efe2c7 50%);
    background: -webkit-linear-gradient(-45deg, #c5ac5e 50%, #efe2c7 50%);
    background: linear-gradient(135deg, #e4ce9f 50%, #efe2c7 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$base_color', endColorstr='lighten($base_color, 10%)', GradientType=1);
    border: 1px solid #e4ce9f;
    box-sizing: border-box;
    padding: 15px 0;
    transition: all 0.2s ease-in-out 0s;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    width: 300px;
    margin: 0 auto
}

.form button:hover {
    background: #e4ce9f
}

.form button:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    content: "\f0e0";
    margin-right: 10px
}

.form .select-wrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 192px;
    min-width: 12em;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #333
}

.form .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    display: block;
    width: 200%;
    width: -webkit-calc(100% + 5em);
    margin: 0;
    padding: 11px 35px 11px 11px;
    padding: .6875rem 2.1875rem .6875rem .6875rem;
    background: transparent;
    border: 0;
    outline: none;
    line-height: 1.5
}

.form .entypo-down-open-mini:before {
    font-family: "FontAwesome";
    content: "\f0ab";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 12px;
    right: .75rem;
    margin-top: -8px;
    margin-top: -.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #e4ce9f
}

.form label.radio_text {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding-left: 20px;
    display: inline-block
}

.form label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 0px;
    top: 2px;
    content: '';
    z-index: 3
}

.form label.radio_text:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 3px;
    top: 5px;
    background-color: #e4ce9f;
    z-index: 1
}

.form label.radio_text input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
    box-shadow: 20px -1px #f3f3eb
}

.form label.radio_text input[type="radio"]:checked {
    box-shadow: none
}

.form label.radio_text input[type="radio"]:focus {
    opacity: 0.2;
    box-shadow: 20px -1px #eeebda
}

.form label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box
}

.form label.checkbox_text:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
    border: 1px solid #ccc;
    z-index: 3
}

.form label.checkbox_text:after {
    content: '';
    position: absolute;
    top: 40%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #e4ce9f;
    border-bottom: 3px solid #e4ce9f;
    transform: rotate(45deg);
    z-index: 1
}

.form label.checkbox_text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px
}

.form label.checkbox_text input[type="checkbox"]:checked {
    box-shadow: none
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
    box-shadow: 40px 0px #666;
    opacity: 0.1
}

.form label.checkbox_text input[type="checkbox"]:focus {
    box-shadow: 41px 0px #EEE
}

.new {
    text-align: left;
    color: white;
    background: red;
    width: 37px;
    padding: 5px;
    position: absolute;
    top: -5px;
    font-weight: bold;
    z-index: 1
}
.new2 {
    text-align: left;
    color: white;
    font-size: 10px;
    background: red;
    width: 30px;
    padding: 2px 5px;
    position: absolute;
    top: 0;
    font-weight: bold;
    z-index: 1
}

.posi_r {
    position: relative
}

.posi_a {
    position: absolute;
    top: 0;
    left: 0
}

.posi_new {
    background: #d00;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 5px
}

/* bg
----------------------------------*/
.bg_common {
    padding-top: 80px;
  }

  .bg_common_bk {
    padding-top: 80px;
   background-color: #fbfaf6;
  }

/* blog
----------------------------------*/

/* .blog-wrap li {
    background-color: #fbfaf6;
} */

.common_image {
    position: relative;
  }

  .common_image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: middle;
  }

  .small_image {
    height: 240px;
  }
  
  /* .date {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #c5ac5e;
    font-size: 1rem;
    letter-spacing: .15em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    -webkit-font-feature-settings: 'palt' 0;
            font-feature-settings: 'palt' 0;
  } */

  .date {
    font-size: 1.2rem;
    margin-top: 10px;
  }

  .num_font {
    font-family: "YakuHanJP", "Barlow", sans-serif;
  }

  .top_blog_title {
    margin: 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.5rem;
    
  }

  .top_blog_txt {
    font-size: 1.3rem;

  }

.column4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -3%;
  }
  
  .column4 > .child {
    width: 22.5%;
    margin: 0 3% 3% 0;
    background-color: #fff;
  }

  .column4 > .child img:hover {
    transform:scale(1.1,1.1);
  }

  .column4 > .child_2 {
    width: 40%;
    margin: 0 3% 3% 0;
    background-color: #fff;
  }

  .column4 > .child_2 img:hover {
    transform:scale(1.1,1.1);
  }
  
  .column4 > .child:nth-child(4n) {
    margin: 0 0 3% 0;
  }

.blog_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .blog_contents .blog_main {
    width: 65%;
  }
  
  .blog_contents .blog_side {
    width: 30%;
    background-color: #fbfaf6;
    padding: 20px;
  }
  
  .category_nav {
    margin-bottom: 32px;
  }
  
  .category_nav li {
    border-bottom: 1px dotted #ccc;
  }
  
  .category_nav li a {
    display: block;
    padding: 8px 16px;
    color: #1e242c;
  }
  
  .category_nav li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-right: 5px;
    margin-right: 5px;
    color: #c5ac5e;
  }
  
  .category_nav li a:hover {
    background-color: #fff;
  }
  
  .category_nav li:last-child a {
    border-bottom: none;
  }
  
  .blog_title {
    position: relative;
    margin-bottom: 16px;
    padding-left: 10px;
    color: #1e242c;
    font-size: 1.2em;
    font-weight: 600;
  }
  
  .blog_title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 3px;
    height: 72%;
    background-color: #c5ac5e;
  }
  
  .blog_article {
    padding: 0 30px 50px;
    background-color: #fff;
    margin-bottom: 50px;
  }
  
  .blog_article:last-child {
    margin-bottom: 0;
  }
  
  .blog_new {
    border-bottom: 1px dotted #c5ac5e;
  }
  
  .blog_new:last-child {
    border-bottom: none;
  }
  
  .blog_new a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    padding: 10px;
  }
  
  .blog_new a .image {
    width: 40%;
  }
  
  .blog_new a .detail {
    width: 50%;
  }
  
  .blog_new a .detail .entry_title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .pages {
    overflow: hidden;
    margin-top: 50px;
  }
  
  .pages .page_next,
  .pages .page_prev {
    display: inline-block;
  }
  
  .pages .page_next a,
  .pages .page_prev a {
    display: block;
    padding: 10px 20px;
    background-color: #fff;
  }
  
  .pages .page_next {
    float: left;
  }
  
  .pages .page_prev {
    float: right;
  }
  
  .blog_category {
    margin-left: 1em;
    margin-bottom: 32px;
    padding: .2em 2em;
    border: 1px solid #c5ac5e;
    border-radius: 5em;
    color: #c5ac5e;
    text-align: center;
  }


/*# sourceMappingURL=basis.css.map */