@charset "UTF-8";
/*
Theme Name: MY-THEME
*/
@import "style-visual.css";

/* Webフォント読込サンプル */
/*
@font-face {
  font-family: "Font-Family-NAME";
  src: url(css/fonts/font-file.woff2) format("woff2"),
  url(css/fonts/font-file.woff) format("woff"),
  url(css/fonts/font-file.eot) format("eot");
  font-weight: 400;
  font-style: normal;
}
*/



/* **********************************
 *  フッター
 * ********************************* */
footer {
  background-color: #1d50a3;
  color: #fff
}
footer .ftr1{
  width: 100%;
}
footer .ftr1{
  text-align: center;
}
footer .box1{

}
.ftr_logo{
  padding-top: 79px;
  position: relative;
}
.ftr_logo:before {
  content: "";
  display: inline-block;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -38px;
  width: 100vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.ftr_logo a {
  text-decoration: none;
}
.ftr_logo a img{
  width: 74px;
  height: 74px;
}
.box1 .logo_text {
  font-size: 24px;
  letter-spacing: 0.075em;
  margin-top: 12px;
}

.box1 .logo_text2 {
  font-size: 36px;
  letter-spacing: 0.075em;
}
.map {
  text-align: center;
}

.ftr_addrwrap {
  margin-top: 80px;
  margin-bottom: 73px;
}
.ftr_addr {
  font-size: 16px;
  line-height: 1.666;
  letter-spacing: 0.075em;
}
.ftr_addr {
  margin-top: 40px;
}
.ftr_addr2{
  font-size: 18px;
  line-height: 1.666;
  letter-spacing: 0.075em;
  padding-top: 28px;
}
footer .box2{
  position: relative;
  margin: 0 auto;
  max-width: 1110px;
}
footer .box2 {
  margin-top: 44px;
}
ul.ftr_links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr_links {
  position: relative;
  line-height: 1;
}
.ftr_links li{
  font-size: 18px;
  letter-spacing: 0.10em;
  border-left: 1px solid #fff;
}
.ftr_links li {
  padding: 0 43px;
  margin-bottom: 20px;
}
.ftr_links li a:hover {
  text-decoration: none;
  color: #F6E29C;
  transition: 0.2s;
}
.ftr_links li:first-child {
  border-left: none;
}
footer .copy {
  text-align: center;
  padding-bottom: 11px;
}
footer .copy {
  font-size: 11px;
  letter-spacing: 0.075em;
  margin-top: -22px;
}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 4;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
}
.pagetop a i{
    font-weight: 600;
    font-size: 15px;
        font-family: "Shippori Mincho", serif;
    letter-spacing: 0.2em;
    writing-mode: vertical-rl;
    white-space: nowrap;
    margin: -40px 0 0 -60px;
}

.fa-arrow-alt-circle-up:before {
  display: none;
}
.fa-arrow-alt-circle-up:after {
  content: "";
  background: url(/img/top_1.png) no-repeat center / contain;
  position: absolute;
  bottom: -70%;
  z-index: -1;
  transform: translateX(-47%);
  width: 24px;
  height: 151px;
}



@media (min-width:320px){
  footer{
    margin-top: 100px;
  }
  .footer_fix ul li a {
    font-size: 12px;
  }
  footer iframe{
    height: 250px;
  }
.ftr_addr span{
  display: none;
}
}
@media (max-width:425px){
  ul.ftr_links {
    display: none;
  }
  span.erase {
    display: none;
  }
}
@media (max-width:375px){
  .footer_fix ul li a {
    font-size: 14px;
  }
}
@media (min-width:425px){
  footer{
    margin-top: 100px;
  }
}
@media (max-width:767px){
  
  .pagetop{
    right: 0;
  }
  .pagetop a i{
    margin-left: 0;
  }
  
}
@media (min-width:768px){
  footer{
    margin-top: 100px;
  }
  .box1 .logo_text{
    font-size: 20px;
  }
  .box1 .logo_text2 {
    font-size: 38px;
  }
  .ftr_addr{
    font-size: 18px;
  }
.ftr_addr span{
  display: inline-block;
}
  ul.ftr_links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ftr_links li:nth-child(4) {
    border-left: none;
  }
  footer iframe{
    height: 350px;
  }
  footer .copy {
    font-size: 14px;
    letter-spacing: 0.075em;
    margin-top: 34px;
  }
  .fa-arrow-alt-circle-up:after{
    left: 40%;
  }
}
@media (min-width:1024px){
  footer{
    margin-top: 150px;
  }
  .box1 .logo_text{
    font-size: 24px;
  }
  .box1 .logo_text2 {
    font-size: 42px;
  }
  .ftr_links li:nth-child(4) {
    border-left: 1px solid #fff;
  }
  .ftr_links li {
    padding: 0 36px;
  }
}
@media (min-width:1200px){
  footer{
    margin-top: 200px;
  }
  .ftr_links li {
    padding: 0 43px;
  }
  footer iframe{
    height: 480px;
  }
  .fa-arrow-alt-circle-up:after{
    left: -37%;
  }
}

/* **********************************
 *  フッター ボトムアイコン
 * ********************************* */


.footer_fix {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2196f3;
  z-index: 10;
}
.footer_fix ul{
  /*display: table;*/
  width: 100%;
  font-size: 14px;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 3px;
}
.footer_fix ul li{
  /*display: table-cell;*/
  text-align: center;
  /*vertical-align: middle;*/
}
.footer_fix ul li.btn1,
.footer_fix ul li.btn2{
  width: 49.5%;
}

.footer_fix ul li a{
  display: block;
  padding: 10px;
  background: #1d50a3;
  color: #FFF;
  text-decoration: none;
}
.footer_fix ul li.btn1.yellow a {
  display: block;
  padding: 10px;
  color: #FF0;
  text-decoration: none;
}


/* footer上の段 */
.footer_top {
  background-color: #eef4e9;
  padding: 10px 0px 10px 12px;
  padding-top: 0;
  margin-bottom: 82px;
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.075em;
  font-family: Noto Serif JP;
}
.footer_copy1 {
  font-size: 16px;
  padding-top: 19px;
  letter-spacing: 0.075em;
  font-weight: 700;
}
img.footer_img {
  padding-right: 7px;
  margin-top: -5px;
}

/* 黄色BOX */
.insaide{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: center;
}
footer_top .item {
  width: 50%;
}
div#footer {
  border: 1px solid #fcdb57;
  background-color: #fcdb57;
  border-radius: 20px;
}

.footer_items {
  border: 1px solid #fcdb57;
  border-radius: 20px;
  margin: 15px 17px 17px 19px;
}
.footer_items {
  background: repeat;
  background-image: url(/img/footer/back_dots1.jpg);
}
.footer_items .items {
  width: 50%;
}
.footer_img {
  padding-left: 4px;
  padding-top: 4px;
}
.footer_items {
  padding: 20px 0px 20px 0px;
}
.footer_items .item .inner {
  padding: 0;
}
.footer_top .section#sec10 {
  margin-top: 73px;
  margin-bottom: 191px;
}

span.line {
  white-space: nowrap;
  padding-left: 10px;
  font-weight: 600;
}
.footer_text1 {
  font-size: 21px;
  letter-spacing: 0.075em;
  font-family: Noto Serif JP;
  font-weight: bold;
  line-height: 1.8;
}
.number1 {
  font-size: 38px;
  font-family: Outfit;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1;
  letter-spacing: 0.075em;
  margin-top: 16px;
}
span.number2 {
  font-size: 30px;
}
.number1 a{
  text-decoration: none;
}
.green_box {
  background-color: #a4cf7e;
  font-family: 'Noto Sans JP';
  font-size: 21px;
  padding: 7px 26px;
  margin-top: 10px;
  font-weight: 700;
  letter-spacing: 0em;
  transition: all .3s;
  border: 1px solid transparent;
}
.green_box:hover{
  background-color: #fff;
  border: 1px solid #a4cf7e;
}
.green_box:hover a:after{
  right: -10px;
  ;
}
.green_box a{
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
}
.green_box a:after{
  content: "➡";
  display: block;
  font-size: 22px;
  position: absolute;
  top: 50%;
  right: -7px;
  transform: translateY(-50%);
  transition: all .3s;
}
footer_form {
  font-size: 16px;
  letter-spacing: 0;
  margin-right: 6px;
}
.contact img {
  padding-right: 16px;
  margin-left: -9px;
}

span.arr {
  font-size: 23px;
}
ul.left_navi {
  margin-right: 28px;
}

span.contact {
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
}
span.arr {
  vertical-align: middle;
}
span.footer_form {
  font-size: 16px;
  margin-left: 4px;
}


.green_box a .txt1 img{
  margin-right: 5px;
}
.footer_text1 {
  font-size: 18px;
  padding-top: 10px;
}

@media(max-width:320px){
  .number1 {
    font-size: 27px;
    display: flex;
    align-items: flex-start;
    line-height: 1;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .green_box {
    padding: 7px 7px;
  }
}

@media(max-width:375px){

  .green_box a:after {
    content: "➡";
    right: 0px;
  }
  .footer_text1 {
    font-size: 16px;
    /*padding-top: 10px;*/
  }
  .number1 {

    margin-top: 5px;
  }
}

@media(max-width:425px){
  .number1 {
    font-size: 27px;
    display: flex;
    align-items: flex-start;
    line-height: 1;
    justify-content: center;
  }
}
@media(min-width:768px){
  .footer_fix {
    display: none;
  }
}


/* **********************************
 *  02　永福寺の歴史
 * ********************************* */

.pg_history {

}

/* sec1 */

.history_top_txt {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}

.history_top_txt {
  margin-bottom: 40px;
}
.history_item_wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.history_item_wrap {
  margin-bottom: 80px;
}

.history_item{
  width: 86%
}
.history_item_inner{

}
.history_item_img {
  margin-bottom: 15px;
}
.history_item_img.img_fit:before{
  content: "";
  display: block;
  padding-top: 63.48%;
}
.history_item_text_wrap{
  position: relative;
  width: 100%;
}

.history_item_text_wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - -123px);
  background: url(/img/history/back.jpg) repeat center / contain;
  bottom: -19px;
  right: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.history_item_text_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.history_item_text {
  text-align: justify;
  font-size: 15px;
  line-height: 1.6666;
  letter-spacing: 0.075em;
  width: 89.171%;
}
.top-space{
  margin-top: 31px;
}

@media (min-width:768px){
  .history_item{
    width: 71.171%
  }
  .history_top_txt {
    margin-bottom: 102px;
  }
  .history_top_txt {
    font-size: 20px;
    font-weight: 600;
    line-height: 2.6;
    letter-spacing: 0.42em;
    text-align: center;
  }
  .history_item_text{
    font-size: 18px;
    line-height: 1.6666;
    letter-spacing: 0.075em;
    width: 71.171%
  }
  .history_item_text_wrap:before {
    height: 100%;
    bottom: -43px;
    padding: 175px 0 50px;
  }
  .history_item_wrap {
    margin-bottom: 141px;
  }
}
@media (min-width:1024px){

  .history_item_text_wrap:before{
    padding: 200px 0 50px;
  }
}
@media (min-width:1200px){
  .history_item_text_wrap:before{
    padding: 278px 0 50px;
  }

}

/* **********************************
 *  03　蛸薬師堂の由来
 * ********************************* */

.pg_origin {
  position: relative;
  background: url(/img/origin/back1.jpg) repeat center / contain;
}
.pg_origin:before {
  content: "";
  position: absolute;
  background: url(/img/origin/back1.jpg) repeat center / contain;
  top: -190px;
  width: 1920px;
  height: 513px;
  z-index: -1;
}
.pg_origin:after{
  content: "";
  position: absolute;
  background: url(/img/origin/back1.jpg) repeat center / contain;
  bottom: -300px;
  width: 1920px;
  height: 513px;
  z-index: -1;
}

/* sec1 */

.origin_top_txt {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}

.origin_top_txt {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}

.origin_item_wrap{
  position: relative;
}
.origin_item_wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.origin_item_wrap {
  margin-bottom: 80px;
}
.origin_item_box1{
  width: 90%
}
.origin_item{

}
.origin_item_inner{

}
.origin_item_img.img_fit{
  position: relative;
  z-index: 2;
}
.origin_item_img.img_fit:before{
  content: "";
  display: block;
  padding-top: 66.48%;
  left: -4px;
}
.origin_item_img {
  margin-bottom: 15px;
}

.origin_item_box2{
  width: 90%
}
.origin_item_box2{
  position: relative;
}
.origin_item_box2:before{
  content: "";
  display: block;
  width: calc(140%);
  height: calc(100% - -93px);
  background: #fff;
  bottom: -20px;
  right: 0;
  left: 50%;
  position: absolute;
  z-index: -0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.origin_item_text_wrap{
  position: relative;
}
.origin_item_text{
  text-align: justify;
}
.origin_item_text.top-space {
  padding-top: 1em;
}
@media (max-width:767px){
  .origin_top_txt{
    margin-bottom: 50px;
  }
  .top-space{
    margin-top: 0;
  }

}
@media (min-width:768px){
  .pg_origin .section#sec1 {

  }
  .origin_top_txt {
    font-size: 20px;
    font-weight: 600;
    line-height: 2.6;
    letter-spacing: 0.42em;
    text-align: center;
  }
  .pg_origin .img_fit img {
    left: -4px;
  }
  .origin_item_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .origin_item_box1{
    width: 48.648%
  }
  .origin_item_box2{
    width: 48.648%
  }

  .origin_item_text_wrap{

  }

  .origin_item_text{
    font-size: 18px;
    line-height: 1.6666;
    letter-spacing: 0.075em;
  }
  .origin_item_wrap:nth-child(odd) .origin_item_box1 {
    order: 1;
  }
  .origin_item_wrap:nth-child(odd) .origin_item_box2 {
    order: 2;
  }
  .origin_item_wrap:nth-child(even) .origin_item_box1 {
    order: 2;
  }
  .origin_item_wrap:nth-child(even) .origin_item_box2 {
    order: 1;
  }
  .origin_item_box2:before {
    display: none;
  }
  .origin_item_wrap:first-child .origin_item_box2 {
    margin-top: 31px;
    margin-left: -5px;
  }

  .origin_item_wrap:nth-of-type(2) .origin_item_box2 {
    margin-top: 130px;
  }

  .origin_item_wrap:nth-of-type(3) .origin_item_box2 {
    margin-top: 0px;
  }

  .origin_item_wrap:nth-of-type(4) .origin_item_box2 {
    margin-top: 111px;
  }
  .origin_item_wrap:nth-of-type(5) .origin_item_box2 {
    margin-top: 93px;
  }
  .origin_item_wrap:nth-of-type(6) .origin_item_box2 {
    margin-top: -7px;
  }

  .origin_item_wrap:nth-child(2) .origin_item_box1:before {
    content: "";
    display: block;
    width: calc(100% - -81%);
    height: calc(100% - 80px);
    background: #fff;
    bottom: -35px;
    right: 0;
    left: 15px;
    position: absolute;
    z-index: -0;
    left: 0%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .origin_item_wrap:nth-child(3) .origin_item_box1:before {
    content: "";
    display: block;
    width: calc(100% - -57%);
    height: calc(100% - -19px);
    background: #fff;
    bottom: -45px;
    right: 78px;
    position: absolute;
    z-index: -0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 87%;
  }
  .origin_item_wrap:nth-child(4) .origin_item_box1:before {
    content: "";
    display: block;
    width: calc(100% - -81%);
    height: calc(100% - 60px);
    background: #fff;
    bottom: -35px;
    right: 0;
    left: 15px;
    position: absolute;
    z-index: -0;
    left: 0%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .origin_item_wrap:nth-child(5) .origin_item_box1:before {
    content: "";
    display: block;
    width: calc(100% - -57%);
    height: calc(100% - 29px);
    background: #fff;
    bottom: -45px;
    right: 78px;
    position: absolute;
    z-index: -0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 87%;
  }
  .origin_item_wrap:nth-child(6) .origin_item_box1:before {
    content: "";
    display: block;
    width: calc(100% - -81%);
    height: calc(100% - 44px);
    background: #fff;
    bottom: -35px;
    right: 0;
    left: 15px;
    position: absolute;
    z-index: -0;
    left: 0%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .origin_item_wrap:nth-child(4) .origin_item_box1 {
    margin-top: -107px;
  }
  .origin_item_wrap:nth-child(5) .origin_item_box1 {
    margin-top: -107px;
  }
  .origin_item_wrap:nth-child(6) .origin_item_box1 {
    margin-top: -107px;
  }
  .origin_item_text.top-space {
    padding-top: 1.7em;
  }
  .origin_item_wrap.item_last {
    padding-top: 108px;
  }
}




@media (min-width:1024px){
  .origin_top_txt{
    margin-bottom: 50px;
  }
  .origin_item_wrap:nth-of-type(2) .origin_item_box2 {
    margin-top: 37px;
  }
  .origin_item_wrap:nth-of-type(3) .origin_item_box2 {
    margin-top: 0px;
  }
  .origin_item_wrap:nth-of-type(4) .origin_item_box2 {
    margin-top: 111px;
  }
  .origin_item_wrap:nth-of-type(5) .origin_item_box2 {
    margin-top: 101px;
  }
  .origin_item_wrap:nth-child(4) .origin_item_box1 {
    margin-top: 0px;
  }
  .origin_item_wrap:nth-child(5) .origin_item_box1 {
    margin-top: 0px;
  }
  .origin_item_wrap:nth-child(6) .origin_item_box1 {
    margin-top: 0px;
  }
  .origin_item_wrap:nth-child(odd) .origin_item_box1:before {
    content: "";
    display: block;
    width: calc(100% - -57%);
    height: calc(100% - 7%);
    background: #fff;
    bottom: -45px;
    right: 78px;
    position: absolute;
    z-index: -0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 87%;
  }
  .origin_item_wrap:nth-child(even) .origin_item_box1:before {
    content: "";
    display: block;
    width: calc(100% - -80%);
    height: calc(100% - 10%);
    background: #fff;
    bottom: -35px;
    right: 0;
    left: 15px;
    position: absolute;
    z-index: -0;
    left: 0%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .origin_item_wrap:nth-child(6) .origin_item_box1:before {
    height: calc(100% - 30%);
  }
}
@media (min-width:1200px){
  .origin_top_txt{
    margin-bottom: 0px;
  }
  .origin_item_wrap:nth-child(odd) .origin_item_box1:before {
    content: "";
    display: block;
    width: calc(100% - -54%);
    height: calc(100% - 48px);
    background: #fff;
    bottom: -27px;
    right: 78px;
    position: absolute;
    z-index: -0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 87%;
  }
  .origin_item_wrap:nth-child(even) .origin_item_box1:before {
    content: "";
    display: block;
    width: calc(100% - -82%);
    height: calc(100% - 45px);
    background: #fff;
    bottom: -36px;
    right: 0;
    left: 15px;
    position: absolute;
    z-index: -0;
    left: 0%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .origin_item_wrap:nth-child(6) .origin_item_box1:before {
    height: calc(100% - 152px);
  }
  .origin_top_txt{
    margin-bottom: 135px;
  }

  /*  temp */

  .pg_origin .container {
    width: 1140px;
  }
  .pg_history .container {
    width: 1140px;
  }
  .pg_event .container {
    width: 1140px;
  }

}

/* **********************************
 *  05　蛸薬師堂の由来
 * ********************************* */
/* アンカー */
/*.anchor {
  display: block;
  padding-top: 50px;
}
*/
.pg_event {

}
.pg_event .section#sec2{
  margin-top: 50px;
  background: url(/img/event/event_back.jpg)  center / contain;
}
.enent_menu_wrap{

}
.enent_menu_item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.enent_menu_item_box1{
  width: 48.6486%;
  text-align: center;
}
.enent_menu_item_box1 a{

}
.enent_menu_item_box1 a:hover{

}
.enent_menu_item_box2{
  width: 48.6486%;
  text-align: center;
}
.enent_menu_item_box1 a, .enent_menu_item_box2 a{
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.075em;
  display: inline-block;
  color: #181818;
  background: #fff;
  border: 1px solid #1d50a3;
  padding: 12px 0 10px;
  transition: all 0.2s;
  position: relative;
}
.enent_menu_item_box1 a:after, .enent_menu_item_box2 a:after{
  content: "";
  background: url(/img/event/blue_arrow.png) no-repeat;
  position: absolute;
  width: 16px;
  height: 17px;
  right: 2px;
  bottom: 2px;
  transition: 0.2s;
}
.enent_menu_item_box1 a:hover, .enent_menu_item_box2 a:hover{
  color: #fff;
  background: #1d50a3;
  border: 1px solid #1d50a3;
  padding: 13px 0 10px;
  text-decoration: none;
}
.enent_menu_item_box1 a:hover:after, .enent_menu_item_box2 a:hover:after{
  content: "";
  background: url(/img/btn.png) no-repeat no-repeat;
  position: absolute;
}

/*  02　sec2 */
.pg_event .tt2 {
  padding-top: 99px;
}
.event_item_wrap.first_item{
  margin-top: 40px;
  position: relative;
}
/*  sec2 サイドライン　 */
.event_item_wrap.first_item:before {
  content: "";
  display: block;
  background-color: #b5b5b5;
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 1px;
  top: 0px;
  height: calc(146% - 23px);
}


.event_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  flex-direction: row;
}

.section#sec2 .event_item.first:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #b5b5b5;
  position: absolute;
  bottom: 18px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 38px);
}
.event_item_box1_2wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 360px;
  justify-content: flex-start;
}
.event_item_box1{

}
.event_item_bar{
  width: 65px;
  margin-right: 27px;
  position: relative;
}
.event_item_bar.line_blue:before{
  content: "";
  display: block;
  height: 1px;
  background-color: #1d50a3;
  position: absolute;
  bottom: -18px;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);

}

.event_item_box2{

}
.event_item_box2_inner {
  display: flex;
  flex-wrap: wrap;
  width: 285px;
  flex-direction: column;
}
.event_item_day{
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.6;
  width: 65px;
  text-align: justify;
  margin-right: 30px;
}
.event_item_event_wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.event_item_event{

  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.6666;
  padding-bottom: 20px;
}
.event_item_time{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.6666;
}
.event_item_box3 {
  width: 90%;
  margin-top: 10px;
}
.event_img.img_fit{

}
.event_img.img_fit:before{
  content: "";
  display: block;
  padding-top: 65.48%;
}

/* sec3 */
.pg_event .section#sec3{
  margin-top: 0px;
  background: url(/img/event/back2.jpg)  center / contain;
}

/*  sec3 月 */
.event_item_month {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.6;
  width: 65px;
  text-align: justify;
  margin-right: 30px;
}
/*  sec3 開催項目 */
.event_item2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
/*  sec3 日 */
.event_item_day2{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.6;
  width: 65px;
  text-align: justify;
  margin-right: 30px;
}
.event_item_wrap2 {
  padding-top: 25px;
}

.pg_event .section#sec3 .event_item_box1 {
  margin-left: 0px;
}
/*  sec3 下線 */
.event_item_wrap2.line {
  position: relative;
}
.event_item_wrap2.line:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #b5b5b5;
  position: absolute;
  bottom: 3px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-45%, 0);
  width: calc(100% - 76px);
}
/*  sec3 3月　時間 */
.event_item_wrap2.line.time {
  padding-top: 0px;
  padding-bottom: 20px;
}
/*  sec3 12月　 */
.event_item.event_bottom {
  margin-top: 20px;
}
/*  sec3 サイドライン　 */
.event_item_wrap.first_item.event_block:before {
  content: "";
  display: block;
  background-color: #b5b5b5;
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 1px;
  top: 0px;
  height: 1956px;
}
/*  sec3 月のスペース　 */
.section#sec3 .event_item_wrap.first_item {
  margin-top: 24px;
  position: relative;
}
.pg_event .section#sec3 .event_item_wrap {
  padding-top: 69px;
}
.pg_event .section#sec3 .event_item_wrap2 {
  padding-top: 21px;
  padding-bottom: 7px;
}
.event_item2.time {
  margin-top: -23px;
  padding-bottom: 19px;
}

@media (min-width:320px){
  .pg_event .section#sec3{
    padding-bottom: 100px;
    margin-bottom: -100px;
  }

  .event_item{
    padding-bottom: 50px;
  }
  .event_item_day{
    font-size: 22px;
  }
  .event_item_event{
    font-size: 20px;
  }
  .event_item_box3{
    margin-top: 20px;
  }
  .event_item_time{
    font-size: 16px;
  }
  .event_item_box1 {
    margin-left: 36px;
  }

  /*  02　sec2 */
  .event_item_wrap{
    padding-top: 20px;
  }
  /*  sec3 サイドライン　 */
  .event_item_wrap.first_item.event_block:before {
    content: "";
    display: block;
    background-color: #b5b5b5;
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 1px;
    top: 0px;
    height: 1956px;
  }
}
@media (min-width:375px){
  .event_item_box1 {
    margin-left: 9px;
  }

  /*  sec3 サイドライン　 */
  .event_item_wrap.first_item.event_block:before {
    content: "";
    display: block;
    background-color: #b5b5b5;
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 1px;
    top: 0px;
    height: 1986px;
  }
}
@media (min-width:420px){
  .event_item_box1 {
    margin-left: -16px;
  }
  /*  sec3 サイドライン　 */
  .event_item_wrap.first_item.event_block:before {
    content: "";
    display: block;
    background-color: #b5b5b5;
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 1px;
    top: 0px;
    height: 2015px;
  }
}
@media (min-width:768px){
  .pg_event .section#sec2 {
    margin-top: 105px;
    padding-bottom: 55px;
  }
  .event_item{
    padding-bottom: 79px;
  }
  .event_item_box3{
    margin-top: 10px;
  }
  .event_item_day{
    font-size: 24px;
  }
  .event_item_event{
    font-size: 20px;
  }
  .event_item_time{
    font-size: 18px;
  }

  .event_item_wrap{

    /*  02　sec2 */
    padding-top: 52px;
  }

  /*  sec2 サイドライン　 */
  .event_item_wrap.first_item:before{
    content: "";
    display: block;
    background-color: #b5b5b5;
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 1px;
    top: 0px;
    height: calc(146% - 1px);
  }
  /*  sec3 サイドライン　 */
  .event_item_wrap.first_item.event_block:before {
    content: "";
    display: block;
    background-color: #b5b5b5;
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 1px;
    top: 0px;
    height: 1670px;
  }
  .section#sec2 .event_item.first:before {
    content: "";
    display: block;
    height: 1px;
    background-color: #b5b5b5;
    position: absolute;
    bottom: 18px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-45%, 0);
    width: calc(100% - 97px);
  }
  .event_item_box1 {
    margin-left: 0px;
  }
  .event_item_box2_inner {
    display: flex;
    flex-wrap: wrap;
    width: 285px;
    flex-direction: row;
  }
  .event_item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding-bottom: 73px;
  }
  .event_item_box3{
    width: 285px;
  }
  .pg_event .section#sec3 {
    padding-bottom: 120px;
    margin-bottom: -200px;
  }
}
@media (min-width:1024px){

}
@media (min-width:1200px){

}

