@charset "UTF-8";
@import url(../fonts/Noto/load.css);
@media screen and (min-width: 320px) and (max-width: 767px) {
  	/*header
      --------------------------------------------*/
  #header {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1500;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 0 8px rgba(34, 34, 85, 0.7);
            box-shadow: 0 0 8px rgba(34, 34, 85, 0.7);
  }
  #header h1 {
    display: none;
  }
  #header .logo {
    width: 60%;
    margin: 0 auto;
  }
  #header .h-right {
    display: none;
  }

  /*nav
  --------------------------------------------*/
  /*メインビジュアル
  --------------------------------------------*/
  #main-visual {
    height: 100vw;
    position: relative;
  }
  #main-visual h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    z-index: 100;
    width: 25%;
    margin: 0 auto;
    top: 82%;
    left: calc(50% + 20%);
  }
  #main-visual #top-slider {
    height: 100vw;
    position: relative;
  }
  #main-visual #top-slider li {
    height: 100vw;
  }
  #main-visual #top-slider li:nth-child(1) {
    background: url(../img/top/slide01.jpg) center no-repeat;
    background-size: cover;
  }
  #main-visual #top-slider li:nth-child(2) {
    background: url(../img/top/slide02.jpg) center no-repeat;
    background-size: cover;
  }
  #main-visual #top-slider li:nth-child(3) {
    background: url(../img/top/slide03.jpg) center no-repeat;
    background-size: cover;
  }
  #main-visual .bx-wrapper {
    width: 100%;
    height: 100vw;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  #main-visual .bx-viewport {
    overflow: visible !important;
    margin: auto;
    text-align: center;
  }
  #main-visual .bx-pager {
    display: none;
  }

  /*共通
  --------------------------------------------*/
  .txt-blc {
    text-align: left;
  }
  .txt-blc p {
    margin-bottom: 20px;
  }
  .txt-blc p:last-child {
    margin-bottom: 0;
  }

  .cmn-btn {
    width: 75%;
    margin: 0 auto;
    font-size: 4vw;
  }
  .cmn-btn a {
    padding: 10px 0;
    display: block;
    border: 1px solid #76b550;
    border-radius: 5px;
    color: #fff;
    background: #76b550;
  }
  .cmn-btn a:hover {
    background: #fff;
    color: #76b550;
  }
  .cmn-btn a:hover span:before {
    position: absolute;
    content: '';
    background: url('../img/common/cmn_arr02.png?1586232359');
    width: 19px;
    height: 7px;
    top: 0;
    right: auto;
    bottom: 0;
    left: -40px;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%);
    z-index: 10;
  }
  .cmn-btn span {
    position: relative;
  }
  .cmn-btn span:before {
    position: absolute;
    content: '';
    background: url('../img/common/cmn_arr01.png?1586232359');
    width: 19px;
    height: 7px;
    top: 0;
    right: auto;
    bottom: 0;
    left: -40px;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%);
    z-index: 10;
  }

  /*トップページ
  --------------------------------------------*/
  #sec01 {
    padding: 45px 0;
    background: url(../img/top/sec01_bgimg01.png) no-repeat, url(../img/top/sec01_bgimg02.png) no-repeat, url(../img/top/sec01_bg.png) center no-repeat;
    background-position: calc(50% - 600px) 10%, calc(50% + 600px) 25%, 50% 50%;
  }
  #sec01 .cont-wrap {
    text-align: left;
  }
  #sec01 h3 {
    font-size: 7vw;
    font-weight: 500;
    letter-spacing: 4px;
    margin-bottom: 25px;
    text-align: center;
  }
  #sec01 h3 span {
    position: relative;
  }
  #sec01 p {
    line-height: 2;
  }
  #sec01 #movie {
    margin-top: 55px;
  }
  #sec01 #movie .movie-wrap {
    position: relative;
  }
  #sec01 #movie .movie-wrap:before {
    position: absolute;
    content: '';
    background: url('../img/top/movie_illust.png?1586232359');
    width: 77px;
    height: 47px;
    top: -13%;
    right: auto;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 15%;
    background-size: 100%;
  }
  #sec01 #movie iframe {
    height: 250px;
  }
  #sec01 h4 {
    font-size: 6.2vw;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 35px;
  }

  #sec02 h3 {
    margin-bottom: 40px;
  }
  #sec02 .sec-inner {
    padding: 45px 0;
    background: url(../img/top/sec02_bgillust01.png) no-repeat, url(../img/top/sec02_bgillust02.png) no-repeat, url(../img/top/sec02_bg.png);
    background-size: auto, auto, cover;
    background-position: 0 20% , 100% 90%;
  }
  #sec02 .sec-inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sec02 .sec-inner li {
    width: 48%;
    position: relative;
    margin-bottom: 35px;
  }
  #sec02 .sec-inner li:nth-child(2n+1):nth-last-child(-n+2), #sec02 .sec-inner li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 0;
  }
  #sec02 .sec-inner li .label {
    width: 65%;
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: -2%;
  }
  #sec02 .cmn-btn {
    margin-top: 50px;
  }
  #sec02 .nav-wrap {
    background: url(../img/top/sec03_bg.jpg) center no-repeat;
    background-size: cover;
    padding: 45px 0;
  }
  #sec02 .nav-wrap li {
    position: relative;
    margin-bottom: 40px;
  }
  #sec02 .nav-wrap li:nth-child(odd) span {
    right: 35px;
  }
  #sec02 .nav-wrap li:nth-child(even) span {
    left: 15px;
  }
  #sec02 .nav-wrap li:last-child {
    margin-bottom: 0;
  }
  #sec02 .nav-wrap span {
    position: absolute;
    background: url(../img/top/sec03_arr.png) bottom center no-repeat, rgba(255, 255, 255, 0.9);
    background-position: 50% 93%;
    font-size: 6vw;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    width: 18%;
    padding: 20px 15px 35px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    z-index: 10;
    top: 0;
    letter-spacing: 2px;
  }

  #sec03 {
    padding: 45px 0;
    background: url(../img/top/sec04_bg.png) center;
    background-size: cover;
  }
  #sec03 h3 {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
  }
  #sec03 h3 img {
    width: 65%;
  }
  #sec03 h3:before {
    position: absolute;
    content: '';
    background: url('../img/top/sec04_ttlbg.png?1586232380');
    width: 95px;
    height: 73px;
    top: -20%;
    right: auto;
    bottom: 0;
    left: 10%;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 auto;
    z-index: -1;
    width: 20%;
    background-size: 100%;
  }
  #sec03 h3 span {
    display: block;
    font-size: 4vw;
    margin-top: 15px;
  }
  #sec03 .gallery-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sec03 .gallery-lists li {
    width: 48%;
    margin-bottom: 25px;
  }
  #sec03 .gallery-lists li:nth-child(2n+1):nth-last-child(-n+2), #sec03 .gallery-lists li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 0;
  }
  #sec03 .gallery-lists li a {
    display: block;
  }
  #sec03 .gallery-lists li .thumb {
    width: 100%;
    height: 40vw;
  }
  #sec03 .gallery-lists li figcaption {
    font-size: 3.85vw;
    text-align: left;
  }
  #sec03 .gallery-lists li figcaption:before {
    content: '・';
    color: #76b550;
  }
  #sec03 .cmn-btn {
    margin-top: 25px;
  }

  #sec04 {
    padding: 45px 0;
    background: url(../img/top/sec05_bg.png) no-repeat;
    background-size: cover;
  }
  #sec04 .news-wrap {
    margin-bottom: 40px;
  }
  #sec04 .news-wrap h3 {
    margin-bottom: 30px;
    position: relative;
  }
  #sec04 .news-wrap h3 img {
    width: 35%;
  }
  #sec04 .news-wrap h3:after {
    position: absolute;
    content: '';
    background: url('../img/top/news_illust.png?1586232359');
    width: 306px;
    height: 77px;
    top: auto;
    right: 0;
    bottom: -15px;
    left: 15%;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 auto;
  }
  #sec04 .news-wrap .news-lists li {
    text-align: left;
    border-bottom: 1px solid #71625b;
  }
  #sec04 .news-wrap .news-lists li a {
    padding: 10px 0;
    display: block;
  }
  #sec04 .news-wrap .news-lists li a:hover {
    opacity: 1;
  }
  #sec04 .news-wrap .news-lists li a:hover time {
    background: #589ab0;
    color: #fff;
  }
  #sec04 .news-wrap .news-lists li a:hover time span {
    position: relative;
  }
  #sec04 .news-wrap .news-lists li a:hover time span:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    right: auto;
    margin: auto;
    content: '';
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #sec04 .news-wrap .news-lists li time {
    background: #fff;
    display: block;
    width: 35%;
    color: #589ab0;
    font-size: 3.5vw;
    letter-spacing: 2px;
    padding: 5px 10px 5px 25px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: 500;
    margin-bottom: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #sec04 .news-wrap .news-lists li time span {
    position: relative;
  }
  #sec04 .news-wrap .news-lists li time span:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    right: auto;
    margin: auto;
    content: '';
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 1px solid #589ab0;
    border-right: 1px solid #589ab0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #sec04 .news-wrap .more-btn {
    width: 75%;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 4vw;
  }
  #sec04 .news-wrap .more-btn a {
    color: #fff;
    padding: 10px 0;
    display: block;
    border-radius: 5px;
    background: #7ac0d7;
    border: 1px solid #7ac0d7;
  }
  #sec04 .news-wrap .more-btn a:hover {
    background: #fff;
    color: #7ac0d7;
  }
  #sec04 .news-wrap .more-btn a:hover span:before {
    border-color: transparent transparent transparent #7ac0d7;
  }
  #sec04 .news-wrap .more-btn a span {
    position: relative;
  }
  #sec04 .news-wrap .more-btn a span:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%);
    z-index: 10;
    left: -25px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #fff;
  }
  #sec04 .facebook h4 {
    margin-bottom: 25px;
  }

  #sec05 {
    padding: 45px 0;
    background: url(../img/top/sec06_bg.jpg) center no-repeat;
    background-size: cover;
  }
  #sec05 h3 {
    margin-bottom: 20px;
  }
  #sec05 .cont-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sec05 .cont-box {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 20px 0;
    border-top: 1px solid #3a3b50;
    border-bottom: 1px solid #3a3b50;
  }
  #sec05 .cont-box p {
    margin-bottom: 25px;
  }
  #sec05 .cont-box .tel {
    color: #3c503a;
  }
  #sec05 .cont-box .tel > dt {
    font-size: 4.2vw;
    font-weight: 600;
  }
  #sec05 .cont-box .tel > dt span {
    position: relative;
  }
  #sec05 .cont-box .tel > dt span:before {
    position: absolute;
    content: '';
    background: url('../img/top/sec06_tel.png?1586232382');
    width: 25px;
    height: 20px;
    top: 0;
    right: auto;
    bottom: 0;
    left: -35px;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%);
    z-index: 10;
  }
  #sec05 .cont-box .tel > dd {
    font-weight: bold;
  }
  #sec05 .cont-box .tel > dd dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sec05 .cont-box .tel > dd dt {
    font-size: 5vw;
  }
  #sec05 .cont-box .tel > dd dt:after {
    content: ':';
    padding: 0 3px;
  }
  #sec05 .cont-box .tel > dd dd {
    font-size: 6vw;
  }
  #sec05 .cont-box .tel > dd dd a {
    color: #3c503a;
  }
  #sec05 .img-blc {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 15px;
  }

  /*下層共通
  --------------------------------------------*/
  #sub-visual {
    height: 70vw;
    position: relative;
    background: url(../img/common/sub_visual.png) center no-repeat;
    background-size: cover;
  }
  #sub-visual h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 95%;
    height: 240px;
    background: url(../img/ttl/sub_ttlbox.png) center no-repeat;
    margin: 0 auto;
    background-size: contain;
    top: 60%;
  }
  #sub-visual h2 span {
    width: 70%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    top: 55%;
  }

  .cmn-pd {
    padding: 50px 0;
  }

  .cmn-pb {
    padding-bottom: 55px;
  }

  .cmn-mb {
    margin-bottom: 45px;
  }

  .ttl01 {
    font-size: 7vw;
    letter-spacing: 3px;
    margin-bottom: 25px;
    font-weight: 600;
  }

  .ttl02 {
    font-size: 6vw;
    letter-spacing: 2px;
    border-bottom: 1px solid #3a3b50;
    margin-bottom: 35px;
    text-align: left;
    font-weight: 600;
  }
  .ttl02 span {
    border-left: 6px solid #76b550;
    padding-left: 10px;
  }

  .horizon {
    overflow: hidden;
    text-align: center;
  }
  .horizon span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
  }
  .horizon span:before, .horizon span:after {
    border-top: 1px solid #3a3b50;
    content: '';
    position: absolute;
    top: 50%;
    width: 2em;
  }
  .horizon span:before {
    right: 105%;
  }
  .horizon span:after {
    left: 105%;
  }

  	/*浄教寺の歴史
      --------------------------------------------*/
  .pagenav {
    padding: 30px 2%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pagenav li {
    width: 32%;
    font-size: 4vw;
  }
  .pagenav li a {
    color: #fff;
    border-radius: 5px;
    padding: 15px 0;
    display: block;
    background: #7ac0d7;
    border: 1px solid #7ac0d7;
  }
  .pagenav li a:hover {
    background: #fff;
    color: #7ac0d7;
  }
  .pagenav li a:hover span:before {
    border-color: transparent transparent transparent #7ac0d7;
  }
  .pagenav li a span {
    position: relative;
  }
  .pagenav li a span:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%);
    z-index: 10;
    left: -20px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #fff;
  }
  .pagenav li:last-child {
    margin-right: 0;
  }

  #history01 {
    background: url(../img/history/history_bg.png) center no-repeat;
    background-size: cover;
    padding: 45px 0;
    color: #fff;
  }
  #history01 p {
    margin-bottom: 20px;
    text-shadow: 0 0 8px #000;
    text-align: left;
  }

  #history02 .cont-wrap .txt-blc {
    margin-bottom: 20px;
  }

  #history03 .horizon {
    overflow: hidden;
    text-align: center;
  }
  #history03 .horizon span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
  }
  #history03 .horizon span:before, #history03 .horizon span:after {
    border-top: 1px solid #3a3b50;
    content: '';
    position: absolute;
    top: 50%;
    width: 2em;
  }
  #history03 .horizon span:before {
    right: 105%;
  }
  #history03 .horizon span:after {
    left: 105%;
  }

  #history03 .priest-lists{
    background: #fff;
    border: 1px solid #baaa88;
    box-sizing: border-box;
    font-size: 4vw;
  }

  #history03 .priest-lists dl{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #history03 .priest-lists dt{
    width: 20%;
    -moz-text-align-last: justify;
     text-align-last: justify;
     text-justify:inter-ideograph;
  }

  #history03 .priest-lists dd{
    width: 73%;
    text-align: left;
  }

  #history03 .priest-lists dd span{
    margin-right: 20px;
  }

  #history03 .priest-lists li{
    border-bottom: 1px solid #baaa88;
    padding: 10px 15px;
  }

  #history03 .priest-lists li:last-child{
    border-bottom: none;
  }

  	/*法要・儀礼
      --------------------------------------------*/
  #ceremony .lead-txt {
    line-height: 2;
    margin-bottom: 45px;
    text-align: left;
  }
  #ceremony li {
    margin-bottom: 40px;
  }
  #ceremony li:last-child {
    margin-bottom: 0;
  }
  #ceremony li dt {
    font-size: 6vw;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #ceremony li dt span {
    position: relative;
  }
  #ceremony li dt span:before {
    position: absolute;
    content: '';
    background: url('../img/ceremony/ceremony_icon.png?1586232723');
    width: 11px;
    height: 11px;
    top: 0;
    right: auto;
    bottom: 0;
    left: -25px;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%);
    z-index: 10;
  }
  #ceremony li .img-blc {
    margin-bottom: 10px;
  }
  #ceremony li p {
    text-align: left;
  }

  	/*拝観案内
      --------------------------------------------*/
  #information {
    padding-top: 70px;
  }
  #information .ttl02 {
    margin-bottom: 20px;
  }
  #information .information-tbl dd dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #information .information-tbl dd dl dt:after {
    content: ':';
    padding: 0 5px;
  }

  #access .lead-txt {
    margin-bottom: 25px;
    text-align: left;
  }
  #access .route {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #access li {
    width: 48%;
    position: relative;
    margin-bottom: 20px;
  }
  #access li:nth-child(2n+1):nth-last-child(-n+2), #access li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 0;
  }
  #access li:after {
    content: '\02192';
    position: absolute;
    right: -15%;
    top: 25%;
    font-weight: 500;
    font-size: 32px;
    color: #7ac0d7;
    z-index: 2;
  }
  #access li:last-child:after {
    content: '';
  }
  #access img {
    margin-bottom: 5px;
  }
  #access figcaption {
    text-align: left;
  }
  #access #map iframe {
    height: 250px;
  }

  #spot .lead-txt {
    text-align: left;
    margin-bottom: 45px;
  }
  #spot ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #spot li {
    width: 48%;
    border: 1px solid #b6b7c5;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 30px;
  }
  #spot li:nth-child(2n+1):nth-last-child(-n+2), #spot li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 0;
  }
  #spot li figcaption {
    font-size: 4.2vw;
    font-weight: bold;
    text-align: left;
    letter-spacing: 2px;
    border-bottom: 1px solid #3a3b50;
    margin-bottom: 5px;
  }
  #spot li figcaption:before {
    content: '・';
    color: #76b550;
  }
  #spot li p {
    text-align: left;
  }
  #spot .cmn-btn {
    margin-top: 70px;
    cursor: pointer;
  }
  #spot .cmn-btn a {
    border: 1px solid #7ac0d7;
    background: #7ac0d7;
  }
  #spot .cmn-btn a:hover {
    background: #fff;
    color: #7ac0d7;
  }

  #faq li {
    text-align: left;
    margin-bottom: 60px;
  }
  #faq li:last-child {
    margin-bottom: 0;
  }
  #faq li dt {
    background: #76b550;
    font-size: 4.3vw;
    padding: 15px 5px 15px 65px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #faq li dt span {
    position: relative;
  }
  #faq li dt span:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 20px;
    margin: auto;
    content: '';
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 3px solid #76b550;
    border-right: 3px solid #76b550;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #faq li dt span {
    display: block;
    position: relative;
  }
  #faq li dt span:before {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 10;
  }
  #faq li dt span:after {
    background: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    content: '';
    border-radius: 50%;
    right: 10px;
    top: 0;
  }
  #faq li dt .active:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
  }
  #faq li dt:before {
    position: absolute;
    content: '';
    background: url('../img/information/question.png?1586232564');
    width: 22px;
    height: 29px;
    top: 15px;
    right: auto;
    bottom: 0;
    left: 25px;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #faq li dt:hover {
    filter: alpha(opacity=60);
    opacity: 0.6;
  }
  #faq li dd {
    display: none;
    background: #f2f2f2;
    padding: 15px 15px 15px 65px;
    position: relative;
  }
  #faq li dd:before {
    position: absolute;
    content: '';
    background: url('../img/information/answer.png?1586232564');
    width: 25px;
    height: 25px;
    top: 15px;
    right: auto;
    bottom: 0;
    left: 25px;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #faq .cmn-btn {
    cursor: pointer;
    margin-top: 50px;
  }

  	/*年間行事
      --------------------------------------------*/
  #event dl dt {
    padding: 15px 0;
    font-size: 4.2vw;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
  }
  #event dl li {
    padding: 10px;
    text-align: left;
    border-bottom: 1px dotted #3a3b50;
  }
  #event dl li:last-child {
    border-bottom: none;
  }
  #event dl:first-child {
    margin-bottom: 25px;
  }
  #event dl:first-child dt {
    background: #76b550;
  }
  #event dl:last-child dt {
    background: #7ac0d7;
  }

  /*footer
  --------------------------------------------*/
  #footer .ft-nav {
    background: url(../img/common/footer_bg.jpg) no-repeat;
    background-size: cover;
    padding: 10px 2%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .ft-nav li {
    font-size: 3.1vw;
    width: 48%;
    position: relative;
    line-height: 2;
  }
  #footer .ft-nav li:nth-last-child(n+5) {
    display: none;
  }
  #footer #copyright {
    background: url(../img/common/copy_bg.jpg);
    font-size: 10px;
    color: #fff;
    padding: 3px 0;
  }
  #footer #copyright a {
    color: #fff;
  }
}
