@charset 'UTF-8';
@import url(reset.css);
@import url(common.css);

/* base */
* {
    word-break: break-all;
}

body {
    position: relative;
    min-width: 1180px;
    font-family: '游ゴシック', 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-weight: 500;
    color: #333;
    -webkit-text-size-adjust: 100%;
}

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

a {
    text-decoration: none;
    font-weight: 500;
    color: #333;
}
a:hover {
    text-decoration: underline;
}

body .sbox-cen,
body h1.seotext {
    text-align: center;
    font-size: 1.0rem;
    line-height: 1.8;
    color: #878787;
    font-weight: normal;
    background: #fff;
}
#wrap {
    overflow: hidden;
    position: relative;
    background: url("../image/bg.jpg") top left repeat;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #333333;
}
.richtext {
    overflow: hidden;
}
#wrap .richtext p + p {
    margin-top: 0;
}

.tel {
    line-height: 0.8;
}
.tel a {
    font-weight: normal;
    text-decoration: none;
    color: #333;
}
.tel a:hover {
    text-decoration: none;
}

button,input,textarea,select {
    font-family: '游ゴシック', 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    outline:none;
}

/* link_btn */
.link_btn a {
    position: relative;
    display: block;
    width: 220px;
    margin: 0 auto;
    background: #fff;
    border-bottom: 2px solid #d2d6d8;
    font-family:"游明朝" , "Yu Mincho" , YuMincho ,  "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 2.2rem;
    font-weight: 500;
    color: #00346e;
    text-align: center;
    line-height: 58px;
    text-decoration: none;
}
.link_btn a:before {
    content: '';
    width:30px;
    height: 2px;
    background: #00346e;
    position: absolute;
    bottom:-1px;
    left: calc(50% - 15px);
}
.link_btn a:hover {
    opacity: 0.8;
}

/* yoyaku */
.yoyaku{
    max-width: 900px;
    margin: 0 auto;
    padding: 115px 100px 131px;
    background: url("../image/bg04.jpg")top center no-repeat;
    background-size: cover;
    text-align: center;
    line-height: 1.5;
}
.yoyaku dt {
    margin-bottom: 16px;
    font-family: "游明朝" , "Yu Mincho" , YuMincho , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 4.2rem;
    color: #7C6D2B;
    line-height: 1.2;
    letter-spacing: 20px;
}
.yoyaku .link_btn a {
    width: 300px;
    margin: 26px auto 0;
    background: #00346e;
    border: none;
    font-weight: normal;
    color: #fff;
    line-height: 70px;
}
.yoyaku .link_btn a:before {
    display: none;
}


/* header
------------------------------*/
#header {
    padding: 0 50px;
    overflow: hidden;
    background: #fff;
}

#header .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1300px;
    padding:  0 0 0 50px;
    margin: 0 auto;
}

#header .text {
    margin: 2px 0 51px;
    font-size: 1.0rem;
    line-height: 1.75;
    color: #a8a8a8;
    font-weight: normal;
    text-align: right;
}

#header .info {
    width: 248px;
}

#header .info ul {
    display:block;
    text-align: left;
    line-height: 1.75;
    font-size: 0.8rem;
}

#header .tel {
    margin-bottom: 5px;
    margin-top: 20px;
}

#header .tel span {
    font-size: 1.307em;
}
#header .time{
    margin-top: 20px;
}

#header .time,
#header .holiday {
    display: inline-block;
}

/* nav
------------------------------*/
.gnav {
    position: relative;
    height: 140px;
    padding-bottom: 70px;
    background: #fff;
}
.gnav .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    padding:0 0 0 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 70px;
    background: #fff;
}
.gnav .nav.fixed {
    position: fixed;
    height: 71px;
}
.gnav .nav ul.h_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
}
.gnav .nav li {
    height: 100%;
    margin: 0 15px;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
}
.gnav .nav .h_nav > li > a,
.gnav .nav .h_nav > li > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #686868;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: normal;
    position: relative;
}
.gnav .nav .h_nav > li > span {
    cursor: pointer;
}
.gnav .nav .h_nav > li > a::before,
.gnav .nav .h_nav > li > a::before,
.gnav .nav .h_nav > li > span::before,
.gnav .nav .h_nav > li > span::before {
    content: '';
    width: 0%;
    height: 1px;
    background: #686868;
    position: absolute;
    top: calc(50% - 0.5px);
    left: 0;
    opacity: 0;
    -webkit-transition: width .3s,opacity .3s;
    transition: width .3s,opacity .3s;
}
.gnav .nav .h_nav > li.on > a::before,
.gnav .nav .h_nav > li > a:hover::before,
.gnav .nav .h_nav > li > a.on::before,
.gnav .nav .h_nav > li > span.on::before,
.gnav .nav .h_nav > li > span:hover::before {
    width: 100%;
    opacity: 1;
}
.gnav .nav .h_nav > li.tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 15px;
    border: 1px solid #e9e9e9;
}
.gnav .nav .h_nav > li.tel span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 17px 22px 89px;
    color: #686868;
    cursor: inherit;
}
.gnav .nav .h_nav > li.tel span::before {
    content: '';
    width: 68px;
    height: 68px;
    background: url(../image/h_tel.jpg) no-repeat;
    border-right: 1px solid #e9e9e9;
    position: absolute;
    top: 1px;
    left: 0;
    opacity: 1;
}
.gnav .nav .h_nav > li.tel a:hover {
    opacity: 0.7;
}
.gnav .nav li.link {
    width: 200px;
    margin: 0;
    line-height: 1.3;
}
.gnav .nav .h_nav > li.link a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 15px 30px 14px;
    font-family:"游明朝" , "Yu Mincho" , YuMincho ,  "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 2.2rem;
    color: #00346e;
    text-decoration: none;
}
.gnav .nav .h_nav > li.link a span {
    width: 100%;
    color: #8d8e8e;
    font-family: '游ゴシック', 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-size: 1rem;
    font-weight: 500;
}
.gnav .nav .h_nav > li.link a:before {
    content: '';
    width: 60px;
    height: 2px;
    background: #00346e;
    position: absolute;
    top: auto;
    bottom: 0;
    left: calc(50% - 30px);
    opacity: 1;
}
.gnav .nav .h_nav > li.link a:hover {
    opacity: 0.7;
}
/*.accordion {
     position: relative;
}*/
.accordion .category {
    display: none;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
}
.accordion .category .box {
    width: 765px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 115px 0 0 0;
    margin: 0 auto;
}
.accordion .category .box .column {
    width: 20%;
    padding-right: 20px;
    margin-bottom: 55px;
}
.accordion .category .box .column .title {
    text-align: left;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.accordion .category .box .column .title a {
    font-weight: bold;
}
.accordion .category .box .column ul {
    display: block;
    height: auto;
    text-align: left;
}
.accordion .category li {
    width: 100%;
    padding-top: 0;
    margin-bottom: 1px;
    text-align: left;
    padding-left: 0;
    margin: 0 auto;
}
.accordion .category li.on a {
    text-decoration: underline;
}
.accordion .category li+li {
    margin-top: 9px;
}


/* main
------------------------------*/
.mainimg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 356px;
    padding-bottom: 15px;
    background: url("../image/bg_main.png") top center no-repeat;
    background-size: cover;
    text-align: right;
}
.mainimg h2{
    width: 880px;
    padding-left: 430px;
    margin: 0 auto;
    font-weight: normal;
    font-size: 5rem;
    color: #807021;
    font-family:"游明朝" , "Yu Mincho" , YuMincho ,  "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    line-height: 1;
}
.mainimg h2 span{
    display: block;
    color: #686868;
    font-family: '游ゴシック', 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 16px;
}

/* content
------------------------------*/
.main {
    width: 100%;
    padding: 22px 0 0;
}

.map,
.video {
    position: relative;
    width: 100%;
    height: 380px;
}

.map iframe,
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video {
    height: auto;
    padding-top: 56.25%;
}

.big {
    font-size: 1.6rem;
}

.small {
    font-size: 1.2rem;
}

.bold {
    font-weight: bold;
}

.button {
    text-align: left;
}

.nopost,
.no_text {
    text-align: center;
    margin: 20px auto 60px;
}


/* section
------------------------------*/
.section {
    max-width: 880px;
    padding: 0;
    margin: 0 auto 80px;
}

.section.break {
    max-width: 100%;
}

.section table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    border-collapse:separate;
}
.section table th,
.section table td {
    border: 0px solid #e4eaea;
    padding: 19px 20px 16px;
    vertical-align: top;
    background: #eff3f4;
}
.section table th {
    width: 33.6%;
    background: #ffffff;
    border-right: 2px solid #003D75;
    text-align: left;
    vertical-align: top;
    font-weight: 500;
}

.bread {
    max-width: 880px;
    text-align: left;
    margin: 0 auto 45px;
    font-size: 0;
}
.bread li {
    display: inline-block;
    margin-right: 4px;
    font-size: 12px;
}
.bread li a{
    color: #757575;
    font-weight: normal;
}

.bread li + li::before {
    content: '/';
    display: inline-block;
    margin-right: 4px;
}

.bread li a:hover {
    text-decoration: underline;
}


.headding {
    font-family:"游明朝" , "Yu Mincho" , YuMincho ,  "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    margin-bottom: 73px;
    background: url("../image/bg_h3.png") left top no-repeat;
    padding: 46px 0 0;
    text-align: left;
    font-size:2.6rem;
    line-height: 1.5;
    font-weight: bold;
    color: #333333;
    letter-spacing: -0.2px;
}
.headding.sub {
    padding-top: 26px;
    margin-bottom: 38px;
}
h3.headline {
    color: #7c6d2b;
    font-family:"游明朝" , "Yu Mincho" , YuMincho ,  "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 4rem;
    text-align: center;
    line-height: 1;
    position: relative;
    margin-bottom: 130px;
    font-weight: normal;
}
h3.headline:before {
    content: '';
    background: #333333;
    position: absolute;
    bottom:-88px;
    left: 50%;
    width:1px;
    height: 50px;
}


.subtitle {
    background: url("../image/icon04.png") left center no-repeat;
    margin-bottom: 40px;
    padding: 3px 0 0 20px;
    text-align: left;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
    color: #0b3e5e;
}

.text p + p {
    margin-top: 25px;
}

/* flex
-------------------------------------------- */
.imgleft,
.imgright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.imgright {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.imgleft .image,
.imgright .image {
    width: 20%;
    text-align: center;
}

.imgleft .image div + div,
.imgright .image div + div {
    margin-top: 10px;
}

.imgleft .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 30px;
}

.imgright .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 30px;
}

.square {
    width: 100%;
}

.square + .square {
    margin-top: 10px;
}

.square a,
.square span {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    padding-top: calc(100% - 0px);
    border: none;
    outline: none;
}

.square img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 3.5px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* pickup
-------------------------------------------- */
.pickup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 100%;
}

.pickup .article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 220px;
    margin-right: 26px;
}

.pickup .article:nth-child(4n) {
    margin-right: 0;
}

.pickup.slick {
    display: block;
}

.pickup.slick .article {
    margin-left: 25px;
    margin-right: 25px;
}

.pickup.slick .article:nth-child(3n) {
    margin-right: 25px;
}

/* pagebute
------------------------------*/
/* pagebute
------------------------------*/
.page {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    letter-spacing: -1em;
}

.page li {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    letter-spacing: normal;
}

.page .link_page,
.page .current_page {
    display: block;
    width: 40px;
    height: 50px;
    background: #ffffff;
    vertical-align: middle;
    padding: 0;
    font-size: 2.2rem;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    line-height: 48px;
    border-bottom: 2px solid #d2d6d8;
    font-family:"游明朝" , "Yu Mincho" , YuMincho ,  "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    color: #00346e;
}

.page .link_page:hover, .page .current_page {
    /* background: #8bb2d8; */
    /* color: #fff; */
    border-bottom: 2px solid #00346e;
}
.page .link_before,
.page .link_next {
    margin: 0 30px;
}


/* slick
------------------------------*/
.slick {
    width: 100%;
    padding: 0 35px;
    margin: 0 auto;
}

.slick .slick-prev,
.slick .slick-next {
    z-index: 100;
    top: 130px;
    width: 30px;
    height: 32px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slick .slick-prev {
    left: 0;
    background: url('../image/slick_left.jpg') center no-repeat;
}

.slick .slick-prev::before {
    /*content: url('../image/slick_left_on.jpg');*/
    display: none;
}

.slick .slick-prev:hover {
    /*background-image: url('../image/slick_left_on.jpg');*/
}

.slick .slick-next {
    right: 0;
    background: url('../image/slick_right.jpg') center no-repeat;
}

.slick .slick-next::before {
    /*content: url('../image/slick_right_on.jpg');*/
    display: none;
}

.slick .slick-next:hover {
    /*background-image: url('../image/slick_right_on.jpg');*/
}

/* colorbox
------------------------------*/
.colorbox a {
    outline: none;
}

#cboxWrapper {
    background: #FFF;
}

#cboxContent {
    margin: 20px;
    outline: 20px solid #FFF;
}

#cboxClose {
    position: absolute;
    top: -19px;
    right: -19px;
    z-index: 10;
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50%;
    outline: none;
    opacity: .8;
    -webkit-transition: .3s;
    transition: .3s;
}

#cboxClose::before,
#cboxClose::after {
    content: '';
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #FFF;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: .3s;
    transition: .3s;
}

#cboxClose::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

#cboxClose:hover {
    -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .5);
}

#cboxClose:hover::before {
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
    transform: translate(-50%, -50%) rotate(225deg);
}

#cboxClose:hover::after {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

#cboxPrevious,
#cboxNext {
    top: 50%;
    left: -19px;
    width: 20px;
    height: 20px;
    background: #FFF;
    border: 1px solid #000;
    border-radius: 50%;
    outline: none;
    opacity: .5;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: .3s;
    transition: .3s;
}

#cboxPrevious::after,
#cboxNext::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 0;
    height: 0;
    background: none;
    border-style: solid;
    border-width: 6px 9px 6px 0;
    border-color: transparent #000 transparent transparent;
    outline: none;
    opacity: .5;
    -webkit-transition: .3s;
    transition: .3s;
}

#cboxPrevious:hover,
#cboxNext:hover {
    background: #000;
    opacity: .8;
}

#cboxPrevious:hover::after,
#cboxNext:hover::after {
    border-color: transparent #FFF transparent transparent;
    opacity: .8;
}

#cboxNext {
    left: auto;
    right: -19px;
}

#cboxNext::after {
    left: auto;
    right: 4px;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #000;
}

#cboxNext:hover::after {
    border-color: transparent transparent transparent #FFF;
}

/* datepicker
------------------------------*/
.ui-datepicker th {
    width: auto;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    cursor: pointer;
}

#ui-datepicker-div {
    font-size: 1.4rem;
}

/* footer
------------------------------*/

.footer {
    padding-top: 350px;
    background: url(../image/c_image.jpg) center top no-repeat;
    background-color: #fff;
}
.footer .f-box{
    max-width: 880px;
    margin: 0 auto 150px;
}
.footer .logo{
    margin-bottom: 40px;
}
.footer .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(600 / 880 * 100%);
    max-width: 600px;
}
.footer .left > * {
    width: 100%;
}
.footer .title{
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 26px;
}
.footer .nav{
    margin-bottom: 135px;
}
.footer .nav li {
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 16px;
}
.footer .nav li a {
    color: #333;
    font-weight: normal;
    line-height: 1;
}
.footer .text{
    color: #686868;
    line-height: 1.6;
    font-size: 1rem;
}
.footer .right {
    width: 262px;
    border-left: 1px solid #d2d6d8;
    padding-left: 60px;
    color: #686868;
}
.footer .right .title {
    padding-top: 4px;
    margin-bottom: 26px;
    font-weight: bold;
    font-size: 1.4rem;
    color: #333333;
    line-height: 1;
}
.footer .right .tel{
    line-height: 1;
    margin-bottom: 8px;
}
.footer .right .tel a {
    font-weight: bold;
    color: #686868;
}
.footer .right .tel span{
    padding-left: 28px;
    background: url("../image/f_tel.jpg") left 1px top 5px no-repeat;
    font-size: 2rem;
}
.footer .right .time {
    margin-bottom: 16px;
    font-size: 1.2rem;
    line-height: 1.33;
}
.footer .right .time > span {
    display: block;
}
.footer .right .time span.small {
    font-size: 1.0rem;
}
.footer .right .link01 {
    margin-bottom: 10px;
}
.footer .right .link01 a,
.footer .right .link02 a {
    display: block;
    width: 200px;
    background: #00346e;
    color: #fff;
    text-decoration: none;
    font-family:"游明朝" , "Yu Mincho" , YuMincho ,  "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    text-align: center;
    font-size: 1.6rem;
    line-height: 40px;
    font-weight: normal;
}
.footer .right .link02 a {
    background: #d2d6d8;
    color: #686868;
}
.footer .right .link01 a:hover,
.footer .right .link02 a:hover {
    opacity: 0.8;
}
.footer .right .link03 {
    margin: 20px 0 45px;
    line-height: 1;
}
.footer .right .link03 a{
    text-decoration: underline;
    color: #686868;
    padding-left: 11px;
    background: url("../image/icon03.png") left center no-repeat;
}
.footer .right .link03 a:hover{
    text-decoration: none;
}
.footer .right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;

}
.footer .right ul li {
    margin-right: 18px;
}
.copyright {
    background: #333333;
    color: #fff;
    text-align: center;
    line-height: 22px;
    display: block;
    font-size: 1rem;
}
/* pagetop
------------------------------*/
.pagetop {
    position: fixed;
    z-index: 100;
    bottom: 30px;
    right: calc((100vw - 1120px) / 4);
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.pagetop.on {
    opacity: 1;
}

.pagetop.stop {
    position: absolute;
}

.rightbar {
    position: fixed;
    z-index: 100;
    top: 15%;
    right: 0;
}
.rightbar a {
    display: block;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.rightbar.on a {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}



.rightbar01 {
    position: fixed;
    z-index: 100;
    top: 15%;
    right: 0;
}

.rightbar01 a {
    display: block;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.rightbar01.on a {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.rightbar02 {
    position: fixed;
    z-index: 100;
    top: 58%;
    right: 0;
}

.rightbar02 a {
    display: block;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.rightbar02.on a {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.modalbox {
    display: none;
}

#calendar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 680px;
    background: #FFF;
    border: 3px solid #E8E8E8;
    padding: 27px 37px 37px;
}

#calendar .box {
    overflow: hidden;
}

#calendar table {
    float: left;
    width: 47%;
    font-size: 1.6rem;
    table-layout: fixed;
}

#calendar table:nth-of-type(2) {
    float: right;
}

#calendar table caption {
    margin-bottom: 10px;
    font-size: 1.4rem;
}

#calendar th,
#calendar td {
    width: auto;
    border: 1px solid #A5A5A5;
    padding: 9px 0 5px;
    text-align: center;
    vertical-align: middle;
}

#calendar th {
    background: #F0F0F0;
    font-weight: normal;
}

#calendar .holiday {
    background: #606060;
    color: #FFF;
}

#calendar .note {
    margin-top: 10px;
    text-align: right;
    font-size: 1.4rem;
}

#calendar .note::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #606060;
    border: 1px solid #A5A5A5;
    margin-right: 10px;
    vertical-align: -5px;
}

.pattern {
    position: fixed;
    top: 425px;
    left: -5px;
}

.pattern li {
    width: 100px;
    margin-bottom: 10px;
}

.pattern li a {
    display: inline-block;
    background: #CCC;
    padding: 5px 10px 3px 15px;
    font-weight: normal;
    color: #FFF;
    -webkit-transition: background .3s, -webkit-transform .3s;
    transition: background .3s, -webkit-transform .3s;
    transition: background .3s, transform .3s;
    transition: background .3s, transform .3s, -webkit-transform .3s;
}

.pattern li a:hover,
.pattern li.on a {
    background: #999;
    text-decoration: none;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.wink a:hover {
    -webkit-animation-name: wink;
    animation-name: wink;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
}

.wink img {
    opacity: 1 !important;
}

@-webkit-keyframes wink {
    0% {
        opacity: .2;
    }
    100% {
        opacity: 1;
    }
}

@keyframes wink {
    0% {
        opacity: .2;
    }

    100% {
        opacity: 1;
    }
}
.button{
    text-align: center;
}
.section .text p+p{
    margin-top: 25px;
}
.c-image{
    padding-bottom: 100px;
    margin-bottom: 0px;
    background: #fff;
}
.c-image .image{
    overflow: hidden;
}
.c-image img {
    position: relative;
    left: 50%;
    max-width: initial;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}