html{font-family:Noto Serif JP}.header{position:relative;width:100%;height:120vh;overflow:hidden}.header img{width:100%;height:100%;object-fit:cover;object-position:center}.header_nav{position:absolute;right:30px;top:30px;display:flex;flex-direction:row-reverse;align-items:flex-start;gap:3vw}.header_nav a{writing-mode:vertical-rl;text-orientation:upright;white-space:nowrap;text-decoration:none;color:#fff;font-size:clamp(16px,2vw,20px);letter-spacing:.3rem;font-family:"Zen Kurenaido";position:relative;transition:color .3s ease}.header_title{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);writing-mode:vertical-rl;text-orientation:upright;font-size:clamp(30px,3vw,40px);white-space:nowrap;text-align:center;font-family:"Zen Kurenaido";letter-spacing:1rem;color:#fff}.header_nav a::before{content:"";position:absolute;left:-6px;top:0;width:2px;height:0%;background-color:#cca300;transition:height .3s ease}.header_nav a:hover{color:#cca300}.header_nav a:hover::before{height:100%}@media(max-width: 768px){.header{height:60vh}.header_title{font-size:clamp(20px,2vw,25px);letter-spacing:.2rem}.header .hamburger{display:flex;flex-direction:column;gap:6px;width:30px;cursor:pointer;position:fixed;top:30px;right:20px;z-index:1001}.header .hamburger span{height:3px;background:#e5c542;width:100%;border-radius:3px;transition:.3s}.header .hamburger.active span:nth-child(1){transform:translateY(9px) rotate(45deg)}.header .hamburger.active span:nth-child(2){opacity:0}.header .hamburger.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.header_nav{position:fixed;right:-100%;top:0;width:40%;height:80vh;background:#cca300;flex-direction:column;padding:120px 20px;gap:25px;transition:.4s ease;z-index:1001}.header_nav a{letter-spacing:.2rem;font-size:clamp(14px,3vw,20px);writing-mode:horizontal-tb;color:#fff}.header_nav a:hover{color:#fff;transform:scale(1.05)}.header_nav.active{right:0}}.reserve_btn{position:fixed;right:20px;bottom:20px;background:#cca300;color:#fff;padding:20px 50px;border-radius:50px;font-weight:bold;text-decoration:none;box-shadow:0 4px 10px rgba(0,0,0,.2);z-index:999;transition:.3s;font-size:20px}.reserve_btn:hover{transform:scale(1.05)}@media(max-width: 768px){.reserve_btn{padding:16px 28px;font-size:18px;right:15px;bottom:15px}}.about_page{margin-top:200px}.about_page_container{margin:30px}.about_page_title{font-weight:bold;margin:20px auto;display:flex;align-items:center;justify-content:center;gap:20px;width:100%}.about_page_title::before,.about_page_title::after{content:"";flex:1;border-top:6px double #cca300;margin:0 20px}.about_page_title h2{color:#cca300;font-size:clamp(25px,3vw,30px)}.about_page_text{max-width:870px;text-align:center;margin:80px auto;line-height:2;font-size:clamp(16px,1vw,20px)}@media(max-width: 768px){.about_page_title::before,.about_page_title::after{display:none}}.event_page{margin:130px 0}.event_page_container{margin:30px}.event_page_title{font-weight:bold;margin:20px auto;display:flex;align-items:center;justify-content:center;gap:20px;width:100%;white-space:nowrap}.event_page_title::before,.event_page_title::after{content:"";flex:1;border-top:6px double #cca300;margin:0 40px}.event_page_title h2{color:#cca300;font-size:clamp(25px,3vw,30px)}.event_page_wrapper{max-width:960px;margin:0 auto;width:100%}.event_page_header,.event_page_contents{display:grid;grid-template-columns:120px 200px .6fr;gap:20px;align-items:start;width:100%;justify-content:center;align-items:center;border-bottom:1px solid #000}.event_page_header{font-weight:bold;font-size:clamp(20px,2vw,24px);margin-top:100px;padding-bottom:10px}.event_page_contents{font-size:clamp(16px,2vw,18px);padding:40px 0}.event_page_contents .month{color:#3f6289;font-size:clamp(18px,2vw,20px);font-weight:bold}.event_page_contents .name{font-weight:bold}@media(max-width: 768px){.event_page_header,.event_page_contents{grid-template-columns:1fr;grid-template-areas:"month" "name" "desc";text-align:left}.event_page_header{display:none}.event_page_header .name,.event_page_contents .name{font-weight:bold;margin-top:10px}.event_page_header .desc,.event_page_contents .desc{margin-top:10px}.event_page_title::before,.event_page_title::after{display:none}}@media(max-width: 600px){.event_page_header,.event_page_contents{padding-left:0}}.temple_image{width:100%}.temple_image img{width:100%;height:auto;object-fit:contain;display:block}.prayer_page{margin:150px 0}.prayer_page_container{margin:30px}.prayer_page_title{font-weight:bold;margin:20px auto;display:flex;align-items:center;justify-content:center;gap:20px;width:100%;white-space:nowrap}.prayer_page_title::before,.prayer_page_title::after{content:"";flex:1;border-top:6px double #cca300;margin:0 40px}.prayer_page_title h2{color:#cca300;font-size:clamp(25px,3vw,30px)}.prayer_page_subtitle{margin:100px auto;text-align:center;max-width:900px}.prayer_page_subtitle h3{font-weight:bold;font-size:clamp(20px,2vw,24px);letter-spacing:.1rem}.prayer_page_subtitle p{margin-top:20px;line-height:1.8;letter-spacing:.05rem;font-size:clamp(16px,1vw,20px)}@media(max-width: 768px){.prayer_page_title::before,.prayer_page_title::after{display:none}}.contact_page{margin:150px 0}.contact_page_container{margin:30px}.contact_page_title{font-weight:bold;margin:20px auto;display:flex;align-items:center;justify-content:center;gap:20px;width:100%;white-space:nowrap}.contact_page_title::before,.contact_page_title::after{content:"";flex:1;border-top:6px double #cca300;margin:0 40px}.contact_page_title h2{color:#cca300;font-size:clamp(25px,3vw,30px)}.contact_page_text{margin:100px auto;text-align:center;max-width:800px}.contact_page_text p{font-size:clamp(16px,1vw,20px);margin-top:20px;line-height:1.8;letter-spacing:.05rem}@media(max-width: 768px){.contact_page_title::before,.contact_page_title::after{display:none}}@media(max-width: 768px){br.responsive-break{display:none}}.form_group{max-width:700px;text-align:left;margin:40px auto;border-bottom:1px solid #000;padding-bottom:10px}.radio_label{margin-top:50px}.form_submit{width:200px;margin:50px auto}.form_submit input.wpcf7-submit{width:100%;padding:12px 20px;background-color:#cca300;border:none;border-radius:20px;color:#fff;font-size:16px;letter-spacing:.2rem;cursor:pointer;transition:all .3s ease;display:block;text-align:center}.form_submit input.wpcf7-submit:hover{background-color:#e5c542;border:1px solid #e5c542;color:#fff}.access{margin-top:100px;padding:40px 0;background-color:#3f6289}.access_container{margin:0 20px;display:flex;justify-content:center}.access_list{margin-left:100px;color:#fff}.access_item{display:flex;flex-direction:column}.access_item .label{margin-bottom:10px;letter-spacing:.2rem}.access_item .value{margin-bottom:32px;letter-spacing:.3rem}@media(max-width: 768px){.access{margin-top:200px}.access_container{flex-direction:column;align-items:center;margin:0 10px;text-align:center}.access iframe{width:100%;height:250px}.access_list{margin-left:0;margin-top:30px;color:#fff;width:100%;text-align:center}.access_item{margin-bottom:20px}.access_item .label{margin-bottom:5px;font-size:14px;letter-spacing:.15rem}.access_item .value{margin-bottom:20px;font-size:15px;letter-spacing:.2rem}}.footer_container{display:flex;justify-content:center;background-color:#3f6289;padding:20px 0;align-items:center}.footer_nav{margin-top:20px;margin-right:100px;color:#cca300;font-size:clamp(18px,2vw,20px)}.footer_nav a{margin-right:40px}.footer_nav a:hover{color:#e5c542}.copyright{margin-top:20px;letter-spacing:.1rem;color:#fff;font-size:14px}@media(max-width: 768px){.footer_container{flex-direction:column;align-items:center}.footer_nav{margin:0;margin-bottom:20px;text-align:center;display:flex;flex-direction:column;gap:15px}.footer_nav a{margin:0;font-size:15px}.copyright{margin-top:10px;font-size:13px;letter-spacing:.1rem}}.wpcf7 input.input-line,.wpcf7 select.input-line,.wpcf7 textarea.input-box{width:100% !important;max-width:100%;box-sizing:border-box;margin-top:20px}.wpcf7 select.input-line{padding:10px 14px;border:1px solid #ccc;border-radius:4px;font-size:16px;background-color:#fff;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-position:right 12px center;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")}.wpcf7 select.input-line:hover{border-color:#999;cursor:pointer}.wpcf7 select.input-line:focus{border-color:#555;outline:none}.grecaptcha-badge{opacity:.4;z-index:9999;bottom:100px !important}/*# sourceMappingURL=home.min.css.map */