@charset "utf-8";

body {
    font-family: 'Avenir', 'Helvetica Neue', 'Arial', 'M PLUS 1p', sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
    font-size: 90%;
    font-weight: 400;
    line-height: 1.6em;
    color: #333;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

@media screen and (min-width : 900px) {
    body {
        font-size: 100% !important;
    }
}

#wrapper {
    margin: 0 auto;
    padding: 0;
}

a,
a:visited {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 1.0;
}

ul,
li {
    padding: 0;
    margin: 0 ;
    list-style: none;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border: none;
   margin: 5% 0 ;
        padding: 5% 5%;
}

.wf-nsjp {
    font-family: "Noto Sans JP, sans-serif";
}
/* ===============================
utility
=============================== */

.indent-1 {
    padding-left: .6em;
    text-indent: -1em;
}

.bold {
    font-weight: 700;
}

.un-l {
    text-decoration: underline;
}

.fs {
    font-size: 45%!important;
    font-weight: 400;
}

.fm {
    font-size: 80%!important;
}


.fL {
    font-size: 280%!important;
}

.large {
    font-size: 150%!important;
    font-weight: 700;
    padding: 5% 0 2%;
    border-bottom: 1px solid #222;
}


.mt1 {
    margin-top: 1em !important;
}

.mt2 {
    margin-top: 2em !important;
}

.mt4 {
    margin-top: 4em !important;
}

.mt8 {
    margin-top: 8em !important;
}

.mb1 {
    margin-bottom: 1em !important;
}

.mb2 {
    margin-bottom: 2em !important;
}

.mb4 {
    margin-bottom: 4em !important;
}

.mb6 {
    margin-bottom: 6em !important;
}

.al-c {
    text-align: center !important;
}

.triangle {
    width: 0px;
    height: 0px;
    border: 30px solid;
    border-color: coral transparent transparent transparent;
}

button:focus {
    outline: none;
}

.btn {
    width: 100%;
    margin: 10% auto 12%;
}

.ls {
    letter-spacing: 0.6em;
    font-size: 0.8rem;
}

@media screen and (min-width: 900px) {
    .ls {
        font-size: 1rem;
    }
}

.sp {
    display: block !important;
}

.pc {
    display: none !important;
}

@media screen and (min-width:768px) {
    .pc {
        display: block !important;
    }

    .sp {
        display: none !important;
    }
}

.bg-yellow {
    background: #fff000;
    color: #d60000;
    font-size: 125%!important;
    font-weight: 700;
    padding: 6px;
}
/* ===============================
subject
===============================*/
h2 {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 3rem 0 0.5rem;
    margin: 0;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: center;
}
@media screen and (min-width: 900px) {
    h2 {
        font-size: 2.8rem;
    }
}
.bg-green {
    background: #18933b;
    color: #fff;
    padding: 6px;
    padding: 6px 26px 2px;
    border-radius: 5vh;
}

.bg-dblue {
    background: #0d3387;
    color: #fff;
    padding: 6px;
    padding: 6px 26px 2px;
    border-radius: 5vh;
}

.bg-rblue {
    background: #00a0e9;
    color: #fff;
    padding: 6px;
    padding: 6px 26px 2px;
    border-radius: 5vh;
}

.bg-pred {
    background: #e4004f;
    color: #fff;
    padding: 6px;
    padding: 6px 26px 2px;
    border-radius: 5vh;
}

.c-green {
    color: #18933b;
}

.c-pred {
    color: #e4004f;
}

.bg-blue {
    background: #0168b7;
    color: #fff;
    padding: 6px 26px 2px;
    border-radius: 5vh;
}
.c-blue {
    color: #0168b7;
}


h3 {
    padding: 20px 0 30px 0;
    margin: 0;
    font-weight: 500;
    line-height: 1.3;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    text-align: center;
}
@media screen and (min-width: 900px) {
    h3 {
        font-size: 1.6rem;
        padding: 16px 0 30px 0;
    }
}

.red {
    color: #d60000;
    font-size: 2.2rem;
}

h2.date {
    position: relative;
    padding: 0 65px;
    margin: 3rem 0 2rem;
    text-align: center;
    font-size: 2rem;
  }
  
  h2.date:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #333;
  }
  
  h2.date span {
    position: relative;
    padding: 0 1em;
    background: #fff;
  }



/* ===============================
header
=============================== */
header {
    padding: 0;
   margin: 0;
    background: #f0f3f5;
}

h1 {
    text-align: center;
    margin: 0;
}

/* ===============================
section
=============================== */
section {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    clear: both;
}

.main {
    background: url(../img/bg-main.jpg) center / cover;;
    background-size: cover;
    background-position: center;
    padding: 0;
    margin-top: 0;
}

.main-in {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
@media screen and (min-width: 769px) {
    .main-in {
        width: 90%;
    }
}
.section-in {
    width: 90%;
    max-width: 830px;
    margin: 65px auto;
    height: auto;
}

.section-in2 {
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 769px) {
    .section-in {
        margin: 8% auto;
    }

    .section-in2 {
        width: 90%;
        margin: 0 auto;
    }
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.catch {
    width: 100%;
    margin: 0 auto;
    padding: 5% 0;
    background: #fff;
    text-align: center;
}

.catch p {
    font-size: 1.5em;
    line-height: 1.8;
    max-width: 780px;
    text-align: center;
    width: 80%;
    font-weight: 600;
    display: inline-block;
    margin: 0 auto;
}
@media screen and (min-width: 900px) {
    .catch p{
        font-size: 1.8em;
    }
}

.cL {
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1.6;
}

.bg-cy {
    background: #fbf9ce;
}


.col_2 {
    display: block;
    padding: 0px;
    margin-top: 3%;
}

@media screen and (min-width: 900px) {
    .col_2 {
        display: flex;
        justify-content: space-between;
    }
}

.col_2 li {
    width: 100%;
    background: #fff;
    margin: 10% auto;
    padding: 0px;
    list-style: none;
}

.b-blue {
border: 2px solid #0168b7;
}

.b-dblue {
border: 2px solid #0d3387;
}

.b-rblue {
border: 2px solid #00a0e9;
}

.b-green {
    border: 2px solid #18933b;
}
.b-pred {
    border: 2px solid #e4004f;
}


.b-btm {
    border-bottom: 1px solid #333;
}

@media screen and (min-width: 900px) {
    .col_2 li {
        width: 48%;
        margin: 2em 0;
    }
}

.col_2 li h4 {
    padding: 18px 0;
    margin: 0 0 3% 0;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    border-radius: inherit;
}

.colbox {
    background-color: #fff;
    color: #333;
    max-height: 360px;
    height: auto;
    padding: 0 30px 15px;
    display: flex;
    flex-direction: column;
}

.colbox .date {
    text-align: center;
    font-size: 2rem;
    margin: 2% 0;
    padding: 10px 0;
    font-weight: 500;
    line-height: normal;
}


.colbox img {
    width: 70%;
    display: block;
    margin: 0 auto;
}


.btnbox {
    padding: 0 0 15px;
}
/* ===============================
button
=============================== */

.bg-oran {
    background-color: #eb6345 !important;
    color: #fff !important;
}

.bg-gray {
    background-color: #dcdcdc !important;
    color: #999 !important;
}


/* 予約ボタン */
.btn05 {
    padding: 8px 0;
}
  .btn05 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em 0.8em;
    width: 300px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    background-color: #0168b7;
    box-shadow: 0 5px 0 #003556;
    transition: 0.3s;
  }
  
  .btn05 a::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }

  .btn05 a.green {
    background-color: #18933b;
    box-shadow: 0 5px 0 #006837;
  }

.btn05 a.dblue {
    background-color: #0d3387;
    box-shadow: 0 5px 0 #001034;
  }



.btn05 a.pred {
    background-color: #e4004f;
    box-shadow: 0 5px 0 #b1003d;
  }

.btn05 a.gray {
    background-color: #ccc;
    box-shadow: 0 5px 0 #999;
    color: #999;
   
  }

.btn05 a.gray::after {
   
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    
  }

  .btn05 a:hover {
    transform: translateY(3px);
    text-decoration: none;
    box-shadow: 0 2px 0 #aaaaaa;
  }


/*PDFボタン*/
.btn02 {
    padding: 8px 0;
}
.btn02 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0.8em 2em;
    width: 300px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background-color: #eb6345;
  }
  
  .btn02 a::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
  
  .btn02 a:hover {
    text-decoration: none;
    background-color: #bbbbbb;
  }
  
/* 詳細ボタン */
.btn03 {
    padding: 8px 0;
}


.btn03 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0.8em 2em;
    width: 300px;
    height: 80px;
    color: #0168b7;
    font-weight: 700;
    font-size: 18px;
    border: 5px solid #0168b7;
  }
  
  .btn03 a::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #0168b7;
    border-right: 2px solid #0168b7;
    transform: rotate(45deg);
  }

  .btn03 a.green {
    color: #18933b;
    border: 5px solid #18933b;
  }

 .btn03 a.dblue {
    color: #0d3387;
    border: 5px solid #0d3387;
  }


  
  .btn03 a.green::after {
    border-top: 2px solid #18933b;
    border-right: 2px solid #18933b;
  }

.btn03 a.pred {
    color: #e4004f;
    border: 5px solid #e4004f;
  }
  
  .btn03 a.pred::after {
    border-top: 2px solid #e4004f;
    border-right: 2px solid #e4004f;
  }

  .btn03 .gray {
    color: #999;
    border: 2px solid #ccc;
    background: #ccc;
  }
  
  .btn03 .gray::after {
    border-top: 2px solid #999;
    border-right: 2px solid #999;
  }
  
  .btn03 a.gray:hover {
    text-decoration: none;
    background-color: #ccc;
    opacity: 1;
  }

  .btn03 a:hover {
    text-decoration: none;
    background-color: #FFD400
  }

/* ===============================
footer
=============================== */

#footer {
    position: relative;
    bottom: 0;
    margin-top: 30%;
    padding: 1% 0;
    background-color: #e6e6e6;;
}

@media screen and (min-width: 992px) {
    #footer {
        margin-top: 15%;
    }
}

.footer-in {
    margin: 2% auto;
    max-width: 800px;
    width: 90%;
}
.purpose {
    font-size: 0.6rem;
    color: #666;;
    line-height: 1.2;
    padding: 0 0 5%;
    text-align: left;
}


/* ===============================
pagetop
=============================== */
/*トップへ戻るボタン*/
.topBtn {
    position: fixed;
    /*固定*/
    bottom: 20px;
    /*場所を右下に移動*/
    right: 0;
    /*場所を右下に移動*/
    display: block;
    /*aタグをblock要素に変更*/
    background-color: rgba(250, 250, 250, 0.8);
    color: #666;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 22px;
    padding-top: 26px;
    box-sizing: border-box;
}

.topBtn:before {
    content: '\25B2';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.topBtn:hover {
    opacity: 0.7;
}

@media screen and (min-width: 992px) {
    .topBtn {
        position: fixed;
        /*固定*/
        bottom: 20px;
        /*場所を右下に移動*/
        right: 20px;
        /*場所を右下に移動*/
        display: block;
        /*aタグをblock要素に変更*/
        background-color: rgba(240, 240, 240, 0.5);
        color: #000;
        text-decoration: none;
        font-weight: bold;
        font-size: 11px;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 22px;
        border-radius: 30px;
        padding-top: 30px;
        box-sizing: border-box;
    }

    .topBtn:before {
        content: '\25B2';
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 20px;
    }

    .topBtn:hover {
        opacity: 0.7;
    }
}

/*access URL view*/
a.url_show {
    display: inline;
}

a.url_hide {
    display: none;
}

span.url_show {
    display: none;
}

span.url_hide {
    display: inline;
}


/* ------------------------------
link-btn
------------------------------ */
.box-link {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.box-link:hover {
    opacity: 0.6;
}

.box-link .box-title {
    font-size: 1.6em;
    background: #fff000;
    padding: 16px 0;
    text-align: center;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.box-link p {
    text-align: center;
    padding: 8px 0;
    margin: 3% 3% 0;
    font-size: 160%;
    border-top: 1px dashed #000;
}

.box-link p.text {
    text-align: center;
    padding: 3% 0;
    margin: 0 3%;
    font-size: 160;
    border-top: 1px dashed #000;
}

.box-link h4 {
    margin: 0 3%;
    padding: 4% 0 0;
    font-size: 1.8em;
    text-align: center;
    line-height: 1.2;
}

.box-link span.large {
    font-size: 1.3em;
}

.box-link span.small {
    font-size: 0.6em;
}

@media screen and (min-width: 992px) {
    .box-link span.large {
        font-size: 1.3em;
    }

    .box-link span.small {
        font-size: 0.8em;
    }
}

.box-link span.num {
    margin: 0;
    padding: 0;
    font-size: 1.6em;
    line-height: 1.4;
    font-family: "Anton";
    font-weight: 400;
    letter-spacing: 0.1em;
}

.box-link span.time {
    margin: 0;
    padding: 0;
    font-size: 1.6em;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -0.02em;
}