@charset "UTF-8";
/*--------------------------------------------------------------------
  Font
--------------------------------------------------------------------*/
/** Adobe Fonts

font-family: noto-sans-cjk-jp,sans-serif;
font-weight: 400;
font-style: normal;

font-family: noto-sans-cjk-jp,sans-serif;
font-weight: 700;
font-style: normal;

font-family: noto-sans-cjk-jp,sans-serif;
font-weight: 900;
font-style: normal;

*/
/* @font-face {
  font-family: 'nicokaku';
  src: url('../../fonts/nicokaku_v1.ttf') format('truetype');
} */
  
/*--------------------------------------------------------------------
  Reset
--------------------------------------------------------------------*/
*, *::after, *::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, small, strong, b, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, figure, figcaption, footer, header, nav, section {
  margin: 0;
  padding: 0;

  font: inherit;
  font-size: 100%;
  vertical-align: baseline;

  border: 0;
}

article, figcaption, figure, footer, header, nav, section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, select, input {
  padding: 0;

  background: none;
  border: none;
  border-radius: 0;
  outline: none;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;
}

select::-ms-expand {
  display: none;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.5;
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

html {
  /* font-size: 62.5%; */
  font-size: 58%;
}
@media (max-width: 960px) {
  html {
    font-size: 58%;
  }
}
@media (max-width: 800px) {
  html {
    font-size: 52%;
  }
}
@media (max-width: 750px) {
  html {
    font-size: 44%;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 39%;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 35%;
  }
}
@media (max-width: 450px) {
  html {
    /* font-size: 30%; */
    font-size: 34%;
  }
}
/* @media (max-width: 400px) {
  html {
    font-size: 27%;
  }
} */

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  overflow: auto;
  overflow-x: hidden;

  font-size: 1.4rem;
  line-height: 1;
  /* font-family: "Noto Sans JP", sans-serif; */
  /* font-family: source-han-sans-japanese, sans-serif; */
  font-weight: 400;
  font-style: normal;

  color: #000000;

  background-color: #ffffff;
}

@media (max-width: 750px) {
  body {
    font-size: 2.66667vw;
  }
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}
/* ======================================================================
EFFECT
========================================================================= */
.effect-fade {
  opacity : 0;
  transform : translate(0, 45px);
  transition : all 1000ms ease;
}
.effect-fade-left-delay1 {
  opacity : 0;
  transform : translate(-45px, 0px);
  transition : all 800ms ease 0.3s
}
.effect-fade-left-delay2 {
  opacity : 0;
  transform : translate(-45px, 0px);
  transition : all 800ms ease 0.5s
}
.effect-fade-left-delay3 {
  opacity : 0;
  transform : translate(-45px, 0px);
  transition : all 800ms ease 0.8s
}
.effect-fade-right-delay1 {
  opacity : 0;
  transform : translate(45px, 0px);
  transition : all 800ms ease 0.3s
}
.effect-fade-right-delay2 {
  opacity : 0;
  transform : translate(45px, 0px);
  transition : all 800ms ease 0.5s
}
.effect-fade-delay1 {
  opacity : 0;
  transform : translate(0px, 45px);
  transition : all 800ms ease 0.8s
}
.effect-fade-delay2 {
  opacity : 0;
  transform : translate(0px, 45px);
  transition : all 800ms ease 1.1s
}
.effect-fade-delay3 {
  opacity : 0;
  transform : translate(0px, 45px);
  transition : all 800ms ease 1.4s
}
.effect-fade-delay4 {
  opacity : 0;
  transform : translate(0px, 45px);
  transition : all 1000ms ease 1.6s
}
.effect-fade-delay5 {
  opacity : 0;
  transform : translate(0px, 45px);
  transition : all 1000ms ease 1.8s
}

.effect-fade.effect-scroll,
.effect-fade-left-delay1.effect-scroll,
.effect-fade-left-delay2.effect-scroll,
.effect-fade-left-delay3.effect-scroll,
.effect-fade-right-delay1.effect-scroll,
.effect-fade-right-delay2.effect-scroll,
.effect-fade-delay1.effect-scroll,
.effect-fade-delay2.effect-scroll,
.effect-fade-delay3.effect-scroll,
.effect-fade-delay4.effect-scroll,
.effect-fade-delay5.effect-scroll {
  opacity : 1;
  transform : translate(0, 0);
}

/* ======================================================================
TEST
========================================================================= */
.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.opacity04 {
  opacity:0.4;
}
.opacity05 {
  opacity:0.5;
}
.opacity06 {
  opacity:0.6;
}
.opacity07 {
  opacity:0.7;
}
.opacity08 {
  opacity:0.8;
}
.opacity09 {
  opacity:0.9;
}
.hidden {
  display: none !important;
}

.wrapper {
  position:relative;
}

.topBtn {
  position:fixed;
  bottom:20px;
  right:20px;
  display:block;
  background-color:#565656;
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  font-size:10px;
  width:60px;
  height:60px;
  text-align:center;
  line-height:22px;
  border-radius:30px;
  padding-top: 28px;
  box-sizing:border-box;
  z-index: 100;
}
.topBtn:before {
  content:'\25B2';
  position:absolute;
  top:10px;
  left:0;
  width:100%;
  text-align:center;
  font-size:18px;
}
.topBtn:hover {
  opacity:0.7;
}

.arrow{
  position: relative;
  display: inline-block;
  width: 12vw;
  height: 7vw;
}
@media (min-width:960px){
  .arrow {
    width: 115.2px;
    height: 67.2px;
  }
}

.arrow::before{
  content: '';
  width: 6vw;
  height: 6vw;
  border: 0px;
  border-top: solid 3px #FFF100;
  border-right: solid 3px #FFF100;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: -16%;
  left: 25%;
}
@media (min-width:960px){
  .arrow::before {
    width: 54.6px;
    height: 54.6px;
  }
}

/*================================================
    Home Page
 =================================================*/
.header{
    height: 860px;
    width: 100%;
    position: relative;
    background-color: #000;
  }
.list-img{
  display: flex;
  width: 100%;
  justify-content: end;
}

.list-img a{
  position: fixed;
  width: 6%;
  margin-right: 0px;
  margin-top: 0px;
  background-color: darkgray;
  z-index: 99 ;
}

.menu{
  width: 30%;
  position: fixed;
  right: 0px;
  top: 0px;
  background-color:black;
  height:600px;
  right:-100%;
  transition:right .8s;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, HG明朝E, YuMincho, "ＭＳ Ｐ明朝", serif;;
}
.menu.sp_open{
  right:0;
  z-index: 900;
 }
 
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed; 
  overflow: hidden;
}

.menu-slider{
  width: 73%;
  margin: 0 auto;
  margin-top: 150px;
}
.menu-slider-list img{
  width: 100%;
}
.menu-slider-list a{
  color:#fff;
}
.menu-slider-list{
  line-height: 50px;
  text-align: start;
  font-size: 15px;
}

.message{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 42px;
  line-height: 2.5;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, HG明朝E, YuMincho, "ＭＳ Ｐ明朝", serif;;
  color:#fff;
  z-index: 990;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  padding:0;
  margin:0;
    }


#slide ul{
  position:relative;
}
#slide li{
  position:absolute;
  width:100%;
}
#slide li img{
  width: 100%;
  height: 860px;
  opacity:0.7;
}
.sp_size{
  display: none;
}

#button{
  padding-top:550px;
  text-align:center;
}
#button ul{
  display:inline-block;
}
#button ul li{
  float:left;
  margin-right:15px;
}
#button ul li:last-child{
  margin-right:0;
}
#button ul li a{
  text-indent:-9999px;
  text-decoration:none;
  display:block;
  width:14px;
  height:14px;
  border-radius:7px;
  background:#565656;
}
#button ul li a.target{
  background:darkgrey;
}

.video{
    width: 100%;
    height: 100%;
}
.logo img{
  width: 19%;
  position: absolute;
  top: -61px;
  left: 1px;
  z-index: 100;
}

.menu img{
    width: 9%;

}
.main{
    height: auto;
}
.scroll-in{
  opacity: 1;
}
.sec02{
  height:230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;

}

.sec02 h2{
color: #000000;
font-size: 25px;
line-height: 5.5rem;
}

.sec02 img{
  width: 11%; 
  margin-top: 30px;
}
.sec02 h3{
  margin-top: 30px;
  font-size: 20px;
}
.sec02 a{
  margin-top: 20px;
  font-size: 25px;
  text-decoration: none;
  border-bottom: 1px solid black;
  padding-bottom: 2px;
  margin-bottom: 30px;
}
.event{
  display: flex;
  justify-content: center;
  font-size: 25px;
  margin: 30 auto;
  padding-bottom: .2em;
  border-bottom: 3px double #ccc;
  width: 18%;
}

.sec03{
  height: 400px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.column{
  display: flex;
  flex-wrap: wrap;
  height: 310px;
}
.sec03-message{
 width: 80%;
}
.sec03-message img{
  width: 100%;
}
.column {
  display: flex;
  flex-wrap: wrap;
}
.column1{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec03,.sec02,.sec04,.sec05,.sec06,.sec07,.sec08,.sec09{  
  opacity: 0;
  transform:translate(0,100px);
  transition: all 1500ms;
 }
 
 .sec03.scroll-in{
   opacity: 1;
   transform:translate(0, 0);
   margin-left: 50px
 }
 .sec02.scroll-in{
  opacity: 1;
  transform:translate(0, 0);
}
.sec04.scroll-in{
  opacity: 1;
  transform:translate(0, 0);
}
.sec05.scroll-in{
  opacity: 1;
  transform:translate(0, 0);
}
.sec06.scroll-in{
  opacity: 1;
  transform:translate(0, 0);
}
.sec07.scroll-in{
  opacity: 1;
  transform:translate(0, 0);
}
.sec08.scroll-in{
  opacity: 1;
  transform:translate(0, 0);
}
.sec09.scroll-in{
  opacity: 1;
  transform:translate(0, 0);
}
.thumbnail{
  width: 65%;
  height:130px;
}
.thumbnail img{
  width:100%;
  height: 90%;
  object-fit: contain;
}
.thumbnail_h{
  width: 65%;
  height: 145px;
}
.thumbnail_hi{
  width:100%;
  height: 100%;
  object-fit: contain;
}
.thumnail-message{
  width: 50%;
}
.column1 time{
  width:40%;
  display:inline-block;
  margin-left: 10px;
}
.column1 p{
  width:100%;
  display:inline-block;
  text-align: center;
}
.column1 {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec04{
  text-align: center;
  height: 350px;
  background-color: #F0ECED;
  padding-top: 100px;
}

.sec04 h2{
  font-size: 32px;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 35px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, HG明朝E, YuMincho, "ＭＳ Ｐ明朝", serif;;
}


.sec04-message{
  width: 67%;
  font-size: 16px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, HG明朝E, YuMincho, "ＭＳ Ｐ明朝", serif;;
  margin: 0 auto;
  text-align: center;
  line-height:38px;
}

.sec05-inner{
  display: flex;
  justify-content: center;
  text-align: center;
}
.sec05-inner img{
  width: 100%;
  overflow: hidden;
}
.pray{
  width: 100%;
}
.pray h4{
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, HG明朝E, YuMincho, "ＭＳ Ｐ明朝", serif;;
  font-size: 22px;
  margin-top:65px;
  margin-bottom: 25px;
}
.pray span{
  font-size: 50px;
  writing-mode: vertical-rl;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, HG明朝E, YuMincho, "ＭＳ Ｐ明朝", serif;;
  margin-bottom:50px;
}
.pray p{
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, HG明朝E, YuMincho, "ＭＳ Ｐ明朝", serif;;
  width: 59%;
  height: 130px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 28px;
  text-align: start;
}
.sec06{
height: 500px;
margin-top: 50px;
margin-bottom: 120px;
background-color: #F0ECED;
}

.sec06-inner{
  display: flex;
  text-align:center;
}

.sec06-inner img{
  width: 100%;
  overflow: hidden;
  height: 500px;
  object-fit: cover;
}
.walk{
  width: 100%;
}
.walk h4{
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, HG明朝E, YuMincho, "ＭＳ Ｐ明朝", serif;;
  font-size: 22px;
  margin-top:65px;
  margin-bottom: 25px;
}
.walk span{
  font-size: 50px;
  writing-mode: vertical-rl;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, HG明朝E, YuMincho, "ＭＳ Ｐ明朝", serif;;
  margin-bottom:50px;
}
.walk p{
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, HG明朝E, YuMincho, "ＭＳ Ｐ明朝", serif;;
  width: 59%;
  height: 130px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 28px;
  text-align: start;
}

.news{
  display: flex;
  justify-content: center;
}
.news-group{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: space-around;
  width: 84%;
  object-fit: contain;
  height: auto;
}
.news1{
  width: 20%;
}
.news-trans{
  width: 100%;
}
.news-copy{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}
.news-group1{
  width: 70%;
  padding-left: 58px;
}
.news1-copy{
  width: 20%;
  margin-bottom: 17px;
}

.news1 h4{
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, HG明朝E, YuMincho, "ＭＳ Ｐ明朝", serif;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.news1 p{
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, HG明朝E, YuMincho, "ＭＳ Ｐ明朝", serif;
  line-height: 20px;
  font-size: 15px;
}
.news1-copy h4{
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, HG明朝E, YuMincho, "ＭＳ Ｐ明朝", serif;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;

}
.news1-copy p{
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, HG明朝E, YuMincho, "ＭＳ Ｐ明朝", serif;
  line-height: 20px;
  font-size: 15px;

}
.sec08{
  margin-top: 90px;

}
.personal{
  display: flex;
  justify-content: center;
  height: 400px;
  /* background-color: black; */
  width: 50%;
  margin: 0 auto;
   
}
.personal-pic{
  background: url(/assets/images/personal/住職紹介.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* opacity: 0.7;   */
}

.personal-1 h4{
  font-size: 32px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, HG明朝E, YuMincho, "ＭＳ Ｐ明朝", serif;
  margin-bottom: 20px;
  color: #fff;
}

.personal-1 p{
  font-size: 16px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, HG明朝E, YuMincho, "ＭＳ Ｐ明朝", serif;
  
}

.title-word{
  text-align: center;
   margin-top: 100px;
   line-height: 3.6em;
}

.title-word h4{
  font-size: 32px;
}
.title-word img{
  width: 3%;
}
.todays-word{
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.todays-word img{
  width: 30%;
  margin-bottom: 10px;
}

.sec09{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.temple-pic{
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagetop{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 30%;
}

.pagetop a{
  font-size: 18px;
}
.pagetop img{
  width: 3%;
  margin-right: 10px;
  transform: rotate(270deg)
}

footer{
    height: auto;
    text-align: center;
}
.logo-end img{
  width: 7%; 
  border-radius: 56%;
}
.attention{
  text-align: center;
  line-height: 15px;
  width: 65%;
  margin: 10 auto;
}
.info{
  width:20%;
  margin: 10 auto;
  text-align: center;
}
.info p{
  height: 116px;
  line-height: 2.3rem;
  
}
.select{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 50px;
}

.select li{
  width: 9%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

}
.icon-frame{
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon{
  display: flex;
  justify-content: space-around;
  height: 75px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.icon img{
  width: 20%;
}


/* モーダルウインドウ用のhtml */
#bg {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100vw;
  height: 100vh;

  display: none;
}
.bg_inner {
  width: 100%;
  height: 457vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg_background {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100vw;
  height: 500vh;
  background-color: #000000;
  opacity: 70%;
}
  #bg {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100vw;
    height: 100vh;
  
    display: none;
  }

  .bg_inner {
    width: 100%;
    height: 457vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bg_background {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100vw;
    height: 500vh;
    background-color: #000000;
    opacity: 70%;
  }
  #photo {
    position: static;
    width: 31%;
    height: auto;
    z-index: 999;
  }


  #bg2{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100vw;
    height: 600vh;  
    display: none;
  }
  
.bg2_inner {
  width: 100%;
  height: 600vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg2_background {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100vw;
  height: 500vh;
  background-color: #000000;
  opacity: 70%;
}

#photo2 {
  position: absolute;
  width: 66%;
  height: 884px;
  z-index: 999;
}
/* ========================960-1200==================== */
@media screen and (min-width:961px) and (max-width:1200px){
 #photo{
   position: absolute;
   width: 31%;
   top:54%;
   height: auto;
   z-index: 999;
 }
 .sec03.scroll-in {
  background-color: crimson;
 }
 #photo2 {
  position: absolute;
  width: 66%;
  height: 0px;
  top: 10%;
  z-index: 999;
}
}

/* ========================751-960==================== */
@media screen and (max-width:960px){
#button{
  display: none;
}
.header{
  height: 560px;
}
.main{
margin-top: 60px;
}
.list-img a{
  width:8% 
}
.bg_background {
  z-index: 999;
}
 .message {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  font-size: 3.7rem;
  z-index: 100;
}
.time{
  margin-bottom: 9px;
}
.column1 time{
  margin-bottom: 9px;
}
.column1 p{
  font-size: 1.8rem;

}

#slide li img{
  width: 100%;
  height: 560px;
}

.logo img{
  width: 28%;
  position: fixed;
  top: -38px;
  left: 7px;
  z-index: 100;
} 
#photo {
  position: absolute;
  width: 34%;
  top: 77%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: auto;
}
#photo img{
  height: auto;
}

#photo2 {
  position: absolute;
  width: 64%;
  top: 16%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: auto;
}
#photo2 img{
  height: auto;
}



.sec02.scroll-in{
  height: auto;
}
.sec02 img{
  width: 14%;
}
.sec02 h3{
  font-size: 2.0rem;
  margin-top: 11px;
}

 .sec03.scroll-in {
  margin-left: 0px;
 }
 .sec03-message{
  width: 100%;
  margin-left: 46px;
 }
 .column1 time {
  width: 77%;
}
.column1 p{
  font-size: 1.1rem;
}
.event{
  width: 78%; 
}
.sec04{
  padding-top: 50px;
  height: 275px;
}
.sec04 h2{
  width: 100%;
  font-size: 2.6rem;
}
.sec04-message {
  width: 85%;
  font-size: 2.1rem;
}
.sec04-message p{
  font-size: 1.5rem;
}
.sec05.scroll-in {
  margin-top: 10px;
}
.sec05-inner {
  height: 274px;
}
.sec05-inner img{
  object-fit: cover;
}
.pray h4 {
  margin: 18px 0;
  font-size: 16px;

}
.pray span{
  font-size: 22px;
  margin-bottom: 42px;
}
.pray p {
width: 82%;
height: 114px;
}
.sec06{
  height: 228px;
}
.sec06-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F0ECED;
  height: 225px;
}


.sec06.scroll-in{
  margin-bottom: 89px;
  margin-top: 10px;
}
.sec06-inner{
  height: 280px; 
}
.sec06-inner img {
  width: 89%;
  object-fit: cover;
  height: 275px;
}
.walk h4 {
  margin: 18px 0;
  font-size: 16px;
}
.walk span{
  font-size: 22px;
  margin-bottom: 42px;
}
.walk p {
width: 82%;
height: 91px;
}
.news-group{
  width: 100%;
  align-items: initial;
}
.news-copy{
  margin-top:0px;
}
.news1 {
  width: 23%;
}
.news1-copy{
  width: 23%;
  margin-bottom: 19px
}
.news-group {
  margin-top: 20px;

}
.personal {
  height: 279px; 
}
.personal-1 {
  width: 92%;
}
.personal-1 h4 {
font-size: 22px;
}
.sec08.scroll-in{
  margin-top: 50px;
}
.select li {
  width: 10%;
}

}


/* ========================451-750======================== */
@media screen and ( max-width:750px){

/* header */
.header {
  height: 365px;
  position: relative;
}
.message {
  font-size: 3.3rem;
  z-index: 900;
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.menu-slider {
  margin-top: 80px;
}
.menu-slider-list {
  line-height: 40px;
  text-align: start;
  font-size: 11px;
}
.menu{
  height: 55vh;
  margin-top: 20px  
}

.menu.sp_open {
  z-index: 999; 
}
#slide li img{
  overflow: hidden;
  height: 365px;
}

.list-img a {
  width: 10%;
}
#photo{
  position: absolute;
  width: 100%;
  top: 91%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: auto;
}
#photo img{
  height: 234px;
  object-fit: contain;
}
#photo2 {
    width: 70%;
    top: 21%;
}

.sec03-message {
  margin-left:30px;
}
.column1 time {
  font-size: 0.2rem;
}
.thumbnail{
  width: 85%;
}
.thumbnail_h {
  height: 125px;
}
.event{
  font-size: 3.3rem;
}
.sec04{
  height: 232px;
}
.sec04-message {
  width: 95%;
  line-height: 22px;
}
.sec05-inner img {
  object-fit: contain;
}
.sec05-inner {
  height: 217px;
}
.pray p {
  height: 97px;
  font-size: 1.5rem;
  line-height: 18px;
}
.walk p{
  height: 97px; 
  font-size: 1.5rem;
  line-height: 18px;
}
.sec06-inner{
  height: 150px;
}
.sec06-inner img {
  height: 182px;
}
.sec06.scroll-in{
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
.news1 {
  width: 25%;
}
.news1 h4 {
  font-size: 15px;
}
.news1-copy {
  margin-bottom: 0px;
  width: 25%;
}
.news1-copy h4 {
  font-size: 15px;
}
.news1-copy p {
  font-size: 9px;  
}
.news1 p {
  line-height: 15px;
  font-size: 9px;
}
.personal {
  height: 197px;
}
.personal-pic {
  width: 100%; 
}
.personal-1 h4 {
  margin-bottom: 0px;
  font-size: 20px;
  text-align: center;
}
.pagetop {
  height: 33px;
  margin-top: 11px;
}
.pagetop a {
  font-size: 11px;
}
.info {
  width: 52%;
  margin: 20 auto;
  font-size: 1.5rem;
}
.info p {
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 9px;
}

.select li {
  width: 11%;
  font-size: 10px;
}

#transportation{
  width: 100%;
  height: 250px;
}

}

/* ========================0-450======================== */
@media screen and (max-width: 450px){

/* header */
.header {
  overflow: hidden;
  height: 188px;
}
.menu{
  width: 100%;
}
.menu-slider {
  margin-top: 41px;
}

#slide li img {
  object-fit: contain;
  height:  auto;
}
.pc_size{
  display: none;
}
.sp_size{
display: inline;
height: 68px;
object-fit: contain;
}
.logo img {
  width: 28%;
  position: absolute;
  top: -15px;
  left: 3px;
  z-index: 100;
}


.message{
  width: 100%;
  position: absolute;
  top:52%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 3.0rem;
  line-height: 7.5rem;
}

/* main */
.main{
  margin-top: 0px;
}
.sec02.scroll-in {
  height: 63px;
}
#photo {
  position: absolute;
  top: 473px;
  right: 39px;
  width: 69%;
  height: 0px;
}
#photo img {
height: auto;
}

#photo2{
    width: 82%;
    top: 18%;
}

.sec03-message {
  margin-left: 0px;
}
.sec03 {
  align-items: initial;
  height: 567px;
  margin-top: 18px;
  margin-left: 10px;
}
.sec03-message img {
  width: 80%;
  height: 140px;
  object-fit: contain;
}
.event{
  font-size: 2.5rem;
}
.column{
  display: block;
  
}
.column1 {
  width: 100%;
  margin-bottom: 10px;
}
.thumbnail {
  width: 60%;
  display: flex;
  justify-content: center;
  text-align: center;
}
.thumbnail_h {
  display: flex;
  justify-content: center;
  text-align: center;
}

.column1 time {
  font-size: 2.2rem;
}

.column1 p {
  font-size: 2.5rem;
}

.event{
  position: relative;
}

.sec04{
padding-top: 25px;
height: 187px;
}
.sec04 h2{
  margin-bottom: 12px;
}
.sec04-message {
  width: 93%;
}
.sec05-inner{
  height: 170px;
}
.sec05-inner img {
  width: 108%;
  height: initial;
  object-fit: contain;
}
.pray h4{
  margin:11 0;
  font-size: 8px;
}
.pray span{
  font-size: 16px;
  margin-bottom: 9px;
}
.pray p{
  line-height: 14px;
  font-size: 11px;
}

.walk h4 {
  margin:11 0;
  font-size: 8px; 
}
.walk span {
  font-size: 16px;
  margin-bottom: 9px;
}
.walk p{
  line-height: 14px;
  font-size: 11px;
  height: 82px;
}
.sec06 {
  height: 160px;
}
.sec06-inner {
  height: 170px;
}

.sec06-inner img{
  width: 108%;
  object-fit: contain;
}
.sec06.scroll-in{
  margin-bottom: 40px;
}
.news1 h4 {
  font-size: 11px;
  padding-bottom: 8px;
  padding-top: 8px;
}
.news1 p{
  line-height: 16px;
  font-size: 10px;
}
.news1-copy h4 {
  font-size: 11px;
  padding-bottom: 8px;
  padding-top: 8px;
}
.news1-copy p {
  line-height: 16px;
  font-size: 10px;
}
.news-group{
  align-items: initial;
  margin-top: 0px;
}
.news1-copy img{
  height: 68px;
  object-fit: contain;
}
.sec08.scroll-in {
  margin-top: 30px;
}
.personal {
  height: 88px;
}
.personal-1{
  width: 100%;
}
.personal-1 h4 {
  font-size: 1.5rem;
}
.personal-pic{
  object-fit: contain;
  width: 100%;
}
.pagetop{
  margin-top: 0px;
  height: 24px;
  width: 67%;
}
.logo-end{
  margin-top: 10px;
}
.info{
  margin: 9px auto;
  width: 80%;
  height: 84px;
}
.info p{
    height: 84px;
    line-height: 19px;
  }
#transportation {
  width: 79%;
  height: 100px;
}
.select{
  margin-top: 10px;
}
.select li {
  width: 13%;
  font-size: 8px;
}
.icon{
  height: 32px;
  margin:15 auto;
}
}