/*
固定ページ用CSS
*/
/*-------------------------------------------------
common
--------------------------------------------------*/
.h2-noicn {
  font-size: 3rem;
}
.h3-noicn {
  font-size: 2.4rem;
  line-height: 1.5;
  border-bottom: 1px solid rgb(0, 0, 0);
  padding-bottom: 10px;
}
.txt-cmn-18 {
  font-size: 1.8rem;
  line-height: 2;
  padding-bottom: 10px;
}
.list-dot,.list-num {
  padding-left: 35px;
}
.list-num {
  list-style: decimal;
}
.list-num li {
  padding-left: 5px;
}
.txt-cmn-18 ol {
    padding-left: 2em;
    text-indent: -2em;
    list-style: none;
    margin: 0;
}
.txt-cmn-18 ol li > ul {
    list-style-type: disc;
    text-indent: 0;
}
.txt-cmn-18 p {
  margin: 10px 0;
}
.txt-cmn-18 ul {
  margin: 10px 0;
}
a.blue-link {
  color: #0A6E99;
  text-decoration: underline;
}
.txt-space-1 {
  display: inline-block;
  width: 3.8em;
  letter-spacing: 0.4em;
  word-break: keep-all;
}
.txt-space-2 {
  display: inline-block;
  width: 2.8em;
  letter-spacing: 1.8em;
  word-break: keep-all;
}
/*-------------------------------------------------
message
--------------------------------------------------*/
.txt-message {
  padding-top: 30px;
  text-align: right;
}
.txt-message-l {
  font-size: 2.8rem;
  font-weight: bold;
}
.wrap-list-kyokaicho {
  width: 100%;
  max-width: 1020px;
  padding: 40px 0 0 0;
  margin: 0 auto;
}
.wrap-list-kyokaicho ul li{
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  list-style: none;
  border-bottom: #FFBEBE 1px dashed;
  padding: 30px 0;
}
.img-kyokaicho {
  width: 180px;
  height: 180px;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
  margin-right: 30px;
  border: 10px solid #fff;
  box-shadow: 7px 7px 5px -5px #e2dfdf;
}
.txt-kyokaicho {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
}
.wrap-list-kyokaicho ul {
  margin: 0;
  padding: 0;
}
.txt-kyokaicho .wrap-bold-kyokaicho {
  display: block;
  font-size: 2.8rem;
  padding-bottom: 5px;
}
.name-kyokaicho {
  padding-left: 20px;
}
/*-------------------------------------------------
access
--------------------------------------------------*/
.h2-access span {
  margin-left: .5em;   
}
.h3-access {
  font-size: 2rem;
  margin: 0;
}
.h3-access-bra {
  position: relative;
  font-size: 3rem;
  font-weight: 400;
  padding-left: 35px;
}
.h3-access-bra::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 77px;
  border-left: 2px solid #A9E192;
  left: 15px;
  top: 10px;
}
.h3-access-bra::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  border-bottom: 2px solid #A9E192;
  left: 0;
  bottom: 0px;
}
.wrap-acs-bra {
  padding-top: 50px;
}
.box-contact-num {
  padding-top: 30px;
}
.contact-num {
  font-size: 1.4em;
  font-weight: bold;
}
.li-access {
  list-style: none;
}
.access-map {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 450px;
  min-height: 250px;
}

/*-------------------------------------------------
一食
--------------------------------------------------*/
.promotion-box{
  margin: 40px 0 72px;
}
.promotion-box h3{
  font-size: 24px;
  text-align: center;
  margin: 0;
}
.promotion-box-inner{
  display: flex;
  justify-content: space-between
}
.promotion-box-inner-child{
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
}
.promotion-box-inner-child-left{
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: right;
  text-align: center;
  font-size: 20px;
}
.promotion-box-inner-child-right{
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: left;
  text-align: center;
  font-size: 20px;
}
.promotion-box-inner-child,.promotion-box-inner-child img {
  width: 100%;
  max-width: 354px;
}
.orange-line{
  background: linear-gradient(transparent 80%, #ED9255 0%);
  font-size: 20px;
  font-weight: bold;
}
.green-line-1 {
  background: linear-gradient(transparent 80%, #86B84E 0%);
  font-size: 20px;
  font-weight: bold;
}
.green-line-2 {
  border-bottom: 3px dotted #8CB553;
}
.txt-center {
  text-align: center;
}
.prayer-box {
  width: 80%;
  max-width: 680px;
  margin: 40px auto 0;
  padding: 30px 10px 40px;
  border: 5px double #86B84E;
  border-radius: 10px;
  box-sizing: border-box;
}
.prayer-box .txt-bold {
  margin: 0 0 10px;
}
/*-------------------------------------------------
break point 960px Tablet
--------------------------------------------------*/
@media only screen and (max-width: 960px) {
  .h2-noicn {
    font-size: 2.2rem;
  }
  .h3-noicn {
    font-size: 2.2rem;
    margin: 10px 0;
  }
  .name-kyokaicho {
    padding-left: 0;
    display: block;
  }
  .img-acs-bra {
    padding-top: 20px;
  }
  .h3-access-bra {
    font-size: 2.4rem;
  }
  .h3-access-bra::before {
    height: 60px;
    left: 15px;
    top: 10px;
  }
  .h3-access-bra::after {
    left: 0;
    bottom: 0px;
  }
  .promotion-box-inner{
    display: block;
  }
  .promotion-box-inner-child{
    margin: 0 auto;
  }
  .promotion-box-inner-child-left{
    width: 100%;
    justify-content: center;
    margin: 0 auto;
  }
  .promotion-box-inner-child-right{
    width: 100%;
    justify-content: center;
    margin: 0 auto;
  }
  .wrap-cmn-imgtxt {
    margin-bottom: 60px;
  }
  .promotion-box{
    margin: 40px 0;
  }
  .promotion-box h3{
    font-size: 18px;
  }
  .promotion-box-inner-child-left{
    font-size: 18px;
  }
  .promotion-box-inner-child-right{
    font-size: 18px;
  }
  .orange-line {
    font-size: 18px;
  }
}
/*-------------------------------------------------
break point 520px SP
--------------------------------------------------*/
@media only screen and (max-width: 520px) {
  .h2-noicn,.h3-noicn {
    font-size: 2.0rem;
  }
  .txt-cmn-18 {
    font-size: 1.6rem;
  }
  .wrap-list-kyokaicho {
    padding-top: 0;
  }
  .wrap-list-kyokaicho ul li {
    padding: 20px 0;
  }
  .img-kyokaicho {
    width: 120px;
    height: 120px;
    border: 7px solid #fff;
    margin-right: 20px;
  }
  .txt-kyokaicho {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
  }
  .txt-kyokaicho .wrap-bold-kyokaicho {
    font-size: 2rem;
  }
  .wrap-acs-bra .box-cmn-imgtxt {
    padding-bottom: 40px;
  }
  .h3-access-bra {
    margin-bottom: 40px;
  }
  .prayer-box {
    width: 92%;
  }
}