@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}html{margin:0!important;scroll-behavior:smooth}body{margin:0;padding:0;font-family:'Zen Maru Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','游ゴシック','Yu Gothic','ＭＳ Ｐゴシック','MS PGothic',sans-serif;background:#f5f5f5;color:#333;opacity:0;animation:fadeIn 1.2s ease-out forwards}@keyframes fadeIn{to{opacity:1}}#content{width:100%;padding:0}p{font-size:14px}#inner-content{width:100%;max-width:1200px;margin:0 auto}main h2{font-size:1.8rem;margin-bottom:20px;text-align:center}.display_pc{display:inherit}.display_sp{display:none}img{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-touch-callout:none;-moz-user-select:none;user-select:none}.split-wrap{position:relative;width:100vw;height:100vh;overflow:hidden}.split{position:relative;width:50vw;height:100vh;overflow:hidden;cursor:pointer;transition:width .8s ease,height .8s ease;z-index:1}.left{float:left;background:#c2dcff}.right{float:right;background:#ffd0d2}.split-inner{position:absolute;inset:0;pointer-events:none}.split img.default{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:auto;height:auto;max-width:50vw;max-height:50vh;object-fit:contain}.split img.hover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .4s ease}.split:hover img.hover{opacity:1}.split.expand{width:100vw;z-index:10}.split.shrink{width:0}.hasegawa_bgc{background-color:#ddebff}.hasegawa_border{border:4px solid #91b8f0}.hasegawa_bs{box-shadow:12px 10px 0 0 #ddebff}.nyuji_bgc{background-color:#fff2f2}.nyuji_border{border:4px solid #fce9e9}.nyuji_bs{box-shadow:12px 10px 0 0 #fff2f2}@media (max-width:768px){.split-wrap{display:flex;flex-direction:column;height:100vh}.split{width:100%;height:50vh;float:none;transition:height .8s ease}.split.left{order:1;background:#c2dcff}.split.right{order:2;background:#ffd0d2}.split.expand{height:100vh;z-index:10}.split.shrink{position:absolute;width:100%;height:50vh;z-index:0;pointer-events:none}.split img.hover{display:none!important}.split.left.shrink{top:0;left:0}.split.right.shrink{bottom:0;left:0}.split.right.expand{transform-origin:bottom}.split.right{margin-top:auto}.split.left.shrink{top:0;bottom:auto}.split.right.shrink{bottom:0;top:auto}}.no-anim .split,.no-anim .split.expand,.no-anim .split.shrink{transition:none!important;animation:none!important}:root{--slide-count:5;--slide-stay:4s;--fade:.9s}.hero-slider{position:relative;overflow:hidden;margin:0 auto 80px;padding:0;background:#fff;height:60vh;min-height:280px}@media (min-width:600px){.hero-slider{height:70vh;min-height:360px}}@media (min-width:1440px){.hero-slider{height:90vh;max-height:920px}}.hero-inner{height:100%}.hero-slides{position:relative;width:100%;height:100%;overflow:hidden}.hero-slide{position:absolute;inset:0;margin:0!important;padding:0;background:0 0;opacity:0;transition:opacity var(--fade) ease;animation-name:hero-xfade;animation-duration:calc(var(--slide-count) * var(--slide-stay));animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:both}.hero-slide img{width:100%;height:100%;object-fit:cover;display:block}@keyframes hero-xfade{0%{opacity:0}5%{opacity:1}20%{opacity:1}25%{opacity:0}100%{opacity:0}}.hero-slide:nth-child(1){animation-delay:calc(0 * var(--slide-stay))}.hero-slide:nth-child(2){animation-delay:calc(1 * var(--slide-stay))}.hero-slide:nth-child(3){animation-delay:calc(2 * var(--slide-stay))}.hero-slide:nth-child(4){animation-delay:calc(3 * var(--slide-stay))}.hero-slide:nth-child(5){animation-delay:calc(4 * var(--slide-stay))}@media (prefers-reduced-motion:reduce){.hero-slide{animation:none}.hero-slide:nth-child(n+2){display:none}}.hero-copy p{margin:.6em 0}.hero-copy p span{border:2px solid currentColor;padding:.4em .6em;display:inline-block;background:#fff}@media (max-width:1023px){.hero-inner{position:relative}.hero-copy{position:absolute;right:clamp(8px,3vw,24px);bottom:clamp(8px,3vw,24px);z-index:3;text-align:right}.hero-copy p span{writing-mode:horizontal-tb;font-size:clamp(14px,4vw,18px);line-height:1.4;letter-spacing:.08em}}@media (min-width:1024px){.hero-slider{height:calc(100vh - var(--header-h,0px));min-height:calc(100vh - var(--header-h,0px));max-height:calc(100vh - var(--header-h,0px));overflow:hidden}.hero-inner{display:flex;height:100%}.hero-slides{flex:0 0 80%}.hero-copy{flex:0 0 20%;position:relative;display:block}.hero-copy p{position:absolute;margin:0;background:#fff}:root{--hero-edge:clamp(24px,4vw,64px)}.hero-copy p:first-child{top:max(var(--hero-edge),env(safe-area-inset-top));right:max(var(--hero-edge),env(safe-area-inset-right))}.hero-copy p:last-child{bottom:max(var(--hero-edge),env(safe-area-inset-bottom));left:max(var(--hero-edge),env(safe-area-inset-left))}.hero-copy p span{writing-mode:vertical-rl;text-orientation:upright;font-size:clamp(20px,3vw,32px);line-height:1.6;letter-spacing:.15em;padding-block:clamp(.4em,.8vw,1.2em);padding-inline:.5em}}.hero-slides:after{content:none;background:0 0}@media (max-width:1023px){:root{--hero-edge-sp:clamp(12px,4vw,24px)}.hero-copy{right:var(--hero-edge-sp);bottom:var(--hero-edge-sp)}.hero-copy p span{padding-inline:clamp(.5em,1.2vw,1em);padding-block:.4em}}main section{margin:0 auto 80px!important}:root{--nav-h:74px;--nav-shadow:0 10px 30px rgba(0,0,0,.08);--blur:8px}.fixed-nav{position:fixed;left:0;right:0;height:var(--nav-h);padding:8px 16px;display:flex;gap:20px;align-items:center;justify-content:center;backdrop-filter:blur(var(--blur));box-shadow:var(--nav-shadow);z-index:999;opacity:0;transition:transform .35s ease,opacity .35s ease}.fixed-nav{top:0;transform:translateY(-100%)}.fixed-nav.is-visible{transform:translateY(0);opacity:1}@media (max-width:768px){.fixed-nav{bottom:0;top:auto;transform:translateY(100%)}.fixed-nav.is-visible{transform:translateY(0)}}.fixed-nav img{height:40px;margin:0 20px}.top_header{pointer-events:inherit}.header_logo img{height:60px;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0}.top_header{position:absolute;width:100%;z-index:100}.top_header h1{font-size:14px;padding:16px 10px}#top_about h2,#four_seasons h2,.daily_schedule h2,#top_news h2,#instagram h2{width:200px;font-size:16px;letter-spacing:4px;margin:80px auto;padding:4px;border:1px solid #333}.top_about_contents{width:90%;margin:0 auto;text-align:center}.top_about_contents p{margin-bottom:80px;line-height:2rem;font-size:1rem!important;letter-spacing:2px;text-align:left!important}.top_about_button{width:auto;margin:0 auto;font-size:14px;text-align:center;display:inline-block;padding:16px;cursor:pointer}.top_about_button span{border-bottom:1px solid #333;padding:0 40px 10px 0}.four_seasons_h2{width:90%;margin:0 auto;padding:4px;margin-bottom:40px;background-image:url(//kyoto-hasegawa.jp/wp-content/themes/kyoto-hasegawa/css/../img/four_seasons.jpg);background-position:center;background-size:cover}.four_seasons_h2 h2{background-color:#fff}#four_seasons .four_seasons_nav{display:flex;justify-content:center;gap:10px;margin-bottom:14px}#four_seasons .four_seasons_contents{position:relative;overflow:hidden;display:block;touch-action:auto;-webkit-user-select:auto;user-select:auto}#four_seasons .four_seasons_track{display:flex;align-items:stretch;will-change:transform;transition:transform .15s ease}#four_seasons .four_seasons_slider{flex:0 0 100%;max-width:100%;min-width:100%;margin:0;padding:20px;box-sizing:border-box;background:0 0;border:0;display:flex;flex-direction:column;align-items:center;text-align:center}#four_seasons .slider_contents{width:100%;margin:0 auto;padding:20px 0;text-align:center;border-radius:16px}#four_seasons .slider_contents>div:first-child{display:inline-block;margin:16px auto 28px;padding:10px 84px;background:#fff;border:1px solid #333;color:#333;letter-spacing:.6em;text-indent:.6em;box-shadow:12px 10px 0 0 #fff}#four_seasons .slider_text{display:flex;justify-content:center;align-items:baseline;width:min(700px,90%);margin:20px auto}#four_seasons .slider_text>p:first-child,#four_seasons .slider_text>p:last-child{text-align:left;margin-right:20px}#four_seasons .four_seasons_slider:nth-child(1) .slider_contents{background:#ffe6f2}#four_seasons .four_seasons_slider:nth-child(2) .slider_contents{background:#e7f7ff}#four_seasons .four_seasons_slider:nth-child(3) .slider_contents{background:#fff2da}#four_seasons .four_seasons_slider:nth-child(4) .slider_contents{background:#eef3ff}#four_seasons .slider01{position:relative;width:100%;margin:0 auto 15px;overflow:hidden;background:#eee;touch-action:pan-y;-webkit-user-select:none;user-select:none;border-radius:16px;aspect-ratio:4/3;height:auto!important}#four_seasons .slider01 img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transform:translateX(100%);transition:transform .25s ease;pointer-events:none;-webkit-user-drag:none}#four_seasons .slider01 img.is-current{transform:translateX(0%)}#four_seasons .slider01 img.is-left{transform:translateX(-100%)}#four_seasons .slider01 .slide-btn{position:absolute;top:50%;transform:translateY(-50%);background:0 0;border:none;padding:10px 8px;color:#fff;font-size:clamp(28px,4vw,42px);line-height:1;cursor:pointer;-webkit-text-stroke:2px rgba(0,0,0,.55);text-shadow:0 0 2px rgba(0,0,0,.7),0 0 6px rgba(0,0,0,.6)}#four_seasons .slider01 .slide-prev{left:8px}#four_seasons .slider01 .slide-next{right:8px}#four_seasons .slider01 .slide-btn:hover{transform:translateY(-50%) scale(1.06)}#four_seasons .slider01 .slide-btn:active{transform:translateY(-50%) scale(.98)}#four_seasons .slider01 .slide-btn:focus-visible{outline:3px solid rgba(77,166,255,.8);outline-offset:2px;border-radius:6px}@media (max-width:480px){#four_seasons .slider_contents>div:first-child{padding:8px 48px;letter-spacing:.45em;text-indent:.45em;box-shadow:10px 8px 0 0 #fff}}@media (prefers-reduced-motion:reduce){#four_seasons .slider01 .slide-btn:hover,#four_seasons .slider01 .slide-btn:active{transform:translateY(-50%)}}.four_seasons_nav{display:flex;justify-content:center;gap:8px;margin-bottom:14px}.four_seasons_button{padding:8px 16px;border-radius:10px;border:1px solid rgba(0,0,0,.08);font-weight:700;letter-spacing:.12em;text-indent:.12em;color:#2f3a42;cursor:pointer;transition:filter .15s}.four_seasons_button:hover{filter:brightness(.98)}.four_seasons_button:focus-visible{outline:2px solid #4da6ff;outline-offset:2px}.four_seasons_button.active{box-shadow:inset 0 0 0 2px rgba(0,0,0,.12)}.four_seasons_button:nth-child(1){background:#ffe6f2}.four_seasons_button:nth-child(2){background:#e7f7ff}.four_seasons_button:nth-child(3){background:#fff2da}.four_seasons_button:nth-child(4){background:#eef3ff}.four_seasons_text{text-align:center;margin-top:20px}.daily_schedule{padding:40px 0}#daily_schedule1{margin-bottom:240px!important}#daily_schedule2{margin-bottom:240px!important}.schedule_wrap{position:relative;display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.schedule_box div{border-radius:8px;text-align:center;padding:16px}.schedule_contents2{width:218px;margin:0 2%}.schedule_time2{width:60px;margin:0 2%}.schedule_box01{margin-top:0}.h_schedule_box01{margin-top:0;margin-bottom:175px}.schedule_box02{margin-top:44px}.schedule_box03{margin-top:47px}.schedule_box04{margin-top:47px}.schedule_box05{margin-top:47px}.schedule_box06{margin-top:47px}.schedule_box07{margin-top:47px}.schedule_box img{width:100%;height:auto;margin-top:10px}.i_04{position:absolute;top:-220px;left:40px}.i_04 img{width:100px}.i_02{position:absolute;bottom:-120px;right:20px}.i_02 img{width:120px}#entry{width:90%;text-align:center}#entry h2{width:200px;font-size:16px;letter-spacing:4px;margin:-20px auto;padding:4px;border:1px solid #333;z-index:100;position:relative;background-color:#fff}.entry_button{cursor:pointer}.entry_wrap{padding:60px 20px}.entry_wrap p{margin-bottom:20px}#top_news{width:90%;margin:0 auto}#top_news .news-list{border-top:1px solid #e3e7ea}#top_news .news-item{display:block;padding:12px 0;border-bottom:1px solid #e3e7ea;text-decoration:none;color:inherit}#top_news .news-date{display:block;font-size:12px;color:#607d8b;margin-bottom:6px}#top_news .news-title{line-height:1.6}#top_news .news-empty{color:#888}#instagram{width:90%;margin:0 auto}#instagram p{text-align:center;margin-bottom:40px}#recruit{width:90%;margin:0 auto;text-align:center}#recruit_link{display:inline-block;margin:16px auto 28px;padding:10px 84px;background:#fff;border:1px solid #333;color:#333;letter-spacing:.4em;text-indent:.6em}@media (max-width:480px){#recruit_link{padding:8px 48px;letter-spacing:.4em;text-indent:.4em}}#map iframe{width:100%;height:400px;border:none}footer{padding:40px 0 0}.footer_wrap{width:90%;margin:0 auto}.footer_box01,.footer_box02{margin-bottom:40px;text-align:center}.footer_box01 h3 span{font-size:20px}.footer_box02 .contact_button{display:inline-block;padding:8px 40px;border:1px solid #333;border-radius:16px;margin-bottom:20px}.tel{font-size:20px}.footer_line_button{width:80%;max-width:300px;margin:20px auto}.copyright{text-align:center;padding-bottom:80px}.arrow-badge{--size:28px;--stroke:2px;--radius:999px;position:relative;display:inline-flex;align-items:center;gap:.6em;color:#2f3a42;text-decoration:none;padding-right:calc(var(--size) + 10px)}.arrow-badge:after{content:"";position:absolute;right:2px;top:36%;width:var(--size);height:var(--size);border:var(--stroke) solid currentColor;border-radius:var(--radius);transform:translateY(-50%)}.arrow-badge:before{content:"";position:absolute;top:36%;right:calc(var(--size)/2 - 0px);width:8px;height:8px;border-right:var(--stroke) solid currentColor;border-bottom:var(--stroke) solid currentColor;transform:translateY(-50%) rotate(-45deg)}.arrow-badge:hover{filter:brightness(.97)}.menu-btn{position:fixed;top:15px;right:12px;z-index:1001;width:44px;height:44px;border:0;background:0 0;cursor:pointer}.menu-btn .bar,.menu-btn .bar:before,.menu-btn .bar:after{content:"";position:absolute;left:50%;width:24px;height:2px;background:#333;border-radius:1px;transform:translateX(-50%);transition:transform .22s ease,opacity .22s ease}.menu-btn .bar{top:50%;transform:translate(-50%,-50%)}.menu-btn .bar:before{top:-6px}.menu-btn .bar:after{top:6px}body.menu-open .menu-btn .bar{background:0 0}body.menu-open .menu-btn .bar:before{top:0;transform:translateX(-50%) rotate(45deg)}body.menu-open .menu-btn .bar:after{top:0;transform:translateX(-50%) rotate(-45deg)}.drawer{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.35);opacity:0;pointer-events:none;transition:opacity .25s ease}.drawer.open{opacity:1;pointer-events:auto}.drawer .panel{position:absolute;top:0;right:0;height:100dvh;width:min(88vw,320px);box-shadow:-8px 0 24px rgba(0,0,0,.1);transform:translateX(100%);transition:transform .25s ease;display:flex;flex-direction:column;justify-content:center;gap:0;padding:24px}.drawer.open .panel{width:100%;transform:translateX(0)}.drawer .panel a{display:flex;align-items:center;justify-content:center;min-height:48px;text-align:center;color:#1f2a33;font-weight:700;text-decoration:none}.drawer .panel a:last-child{border-bottom:none}body.menu-open{overflow:hidden}@media (prefers-reduced-motion:reduce){.drawer,.drawer .panel,.menu-btn .bar,.menu-btn .bar:before,.menu-btn .bar:after{transition:none}}.fadein-section{opacity:0;transform:translateY(30px);transition:all 1s ease-out}.fadein-section.visible{opacity:1;transform:translateY(0)}.navi_sns{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.navi_sns div{margin:80px 8px;width:50px}.page_section{margin-top:80px!important}.about_h2{text-align:center;margin-bottom:40px}.about_h2 h2{font-size:18px!important;display:inline-block;margin:16px auto 28px;padding:10px 20px;background:#fff;border:1px solid #333;color:#333;text-indent:.6em}.about_content{margin-bottom:40px;padding:40px 0;position:relative}.about_padding{padding-bottom:120px}.i_01{position:absolute;bottom:26px;right:40px}.i_01 img{width:120px}.i_03{position:absolute;bottom:40px;right:40px}.i_03 img{width:180px}.bg_pink{background-color:#fff2f2}.about_title{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin-bottom:40px}.point{width:54px;margin-right:20px}.point img{width:100%}.about_title h3{font-size:1.2rem;font-weight:700;letter-spacing:1px;position:relative;display:inline-block;padding:0 6px 24px}.about_title h3:after{content:"";position:absolute;left:0;right:0;bottom:0;height:20px;background:url(//kyoto-hasegawa.jp/wp-content/themes/kyoto-hasegawa/css/../img/border.png) repeat-x left bottom;background-repeat:repeat-x;background-position:left bottom;background-size:auto 20px;pointer-events:none}.about_content p{width:90%;margin:0 auto;letter-spacing:1px;line-height:1.6rem}.h_about_title{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin-bottom:40px}.h_about_title h3{font-size:1.2rem;font-weight:700;letter-spacing:1px;position:relative;display:inline-block;padding:0 6px 24px}.h_about_title h3:after{content:"";position:absolute;left:0;right:0;bottom:0;height:20px;background:url(//kyoto-hasegawa.jp/wp-content/themes/kyoto-hasegawa/css/../img/h-border.png) repeat-x left bottom;background-repeat:repeat-x;background-position:left bottom;background-size:auto 20px;pointer-events:none}.n_about_block{margin:0 auto}.n_about_block div{width:100%;margin:0 auto 40px}.n_about_block h4{width:90%;margin:0 auto 20px;padding-left:10px;color:#ce8c8e;position:relative}.n_about_block h4:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#ef7b7f}.h_about_block{margin:0 auto}.h_about_block div{width:100%;margin:0 auto 40px}.h_about_block h4{width:90%;margin:0 auto 20px;padding-left:10px;color:#2455aa;position:relative}.h_about_block h4:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#afcfff}.n_about_block div img{width:80%;margin:0 auto;display:block;border-radius:8px}.h_about_block div img{width:80%;margin:0 auto;display:block;border-radius:8px}.about_content ol{width:90%;margin:8px auto;list-style-type:disc;list-style-position:outside;padding:0 1rem;font-size:14px}.about_content ol li{letter-spacing:1px;margin-bottom:8px}.about_content ol li::marker{font-size:10px;color:#333}.chief_title{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin:40px auto}.chief_img{width:200px;margin:40px}.chief_name p{font-size:18px;margin-bottom:20px;text-align:center}.n_chief_name h3,.h_chief_name h3{font-size:28px;text-align:center;font-weight:700;letter-spacing:2px;position:relative;display:inline-block;padding:0 6px 24px}.n_chief_name h3 span{font-size:28px;margin-right:20px;color:#ce8c8e;letter-spacing:2px}.h_chief_name h3 span{font-size:28px;margin-right:20px;color:#2b6ddf;letter-spacing:2px}.n_chief_name h3:after{content:"";position:absolute;left:0;right:0;bottom:0;height:30px;background:url(//kyoto-hasegawa.jp/wp-content/themes/kyoto-hasegawa/css/../img/border.png) repeat-x left bottom;background-repeat:repeat-x;background-position:left bottom;background-size:auto 22px;pointer-events:none}.n_chief_name p{text-align:center;margin-bottom:20px}.h_chief_name h3:after{content:"";position:absolute;left:0;right:0;bottom:0;height:30px;background:url(//kyoto-hasegawa.jp/wp-content/themes/kyoto-hasegawa/css/../img/h-border.png) repeat-x left bottom;background-repeat:repeat-x;background-position:left bottom;background-size:auto 22px;pointer-events:none}.h_chief_name p{text-align:center;margin-bottom:20px}.chief_text{width:90%;max-width:980px;font-size:16px;margin:0 auto;line-height:1.8rem}.entry_information{width:80%;margin:0 auto}.entry_box{display:flex;flex-wrap:wrap;justify-content:flex-start;align-content:center;align-items:flex-start;padding:20px 0 0;margin:20px auto}.n_entry_box{border-top:dotted 1px #ce8c8e}.n_entry_box h3{background-color:#ce8c8e}.h_entry_box{border-top:dotted 1px #819ec9}.h_entry_box h3{background-color:#819ec9}.entry_box h3{width:30%;max-width:100px;padding:4px 8px;color:#fff;text-align:center;border-radius:10px;margin-right:40px;font-size:14px}.entry_box p{width:50%;max-width:500px}.entry_box ul{width:50%;padding-left:10px;max-width:500px;font-size:14px}.entry_box li{margin-bottom:20px}.entry_contact{width:90%;max-width:800px;margin:80px auto;padding:20px;text-align:center}.n_entry_contact_text{margin-bottom:20px}.h_entry_contact_text{margin-bottom:20px}.n_entry_contact_text h2{color:#ce8c8e;font-size:20px;padding-bottom:10px;border-bottom:dotted 1px #ce8c8e;font-weight:700}.h_entry_contact_text h2{color:#819ec9;font-size:20px;padding-bottom:10px;border-bottom:dotted 1px #819ec9;font-weight:700}.tel_box{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.tel_box div{font-size:24px;font-weight:700;margin-right:16px;letter-spacing:.1rem}.tel_box img{width:50px;margin-right:16px}.recruit_text{text-align:center;margin:160px auto}.recruit_text p{font-size:16px!important}.post-single{width:90%;max-width:800px;margin:60px auto;font-family:"Zen Maru Gothic",sans-serif;line-height:1.8;color:#333}.post-header{text-align:center;margin-bottom:40px}.post-title{font-size:1.8rem;margin-bottom:8px}.post-meta{font-size:.9rem;color:#777}.post-thumbnail img{width:70%;max-width:400px;margin:0 auto 30px;display:block}.post-content{font-size:1rem;margin:40px auto}.post-content p{margin-bottom:16px}.post-nav{display:flex;justify-content:space-between;font-size:.9rem}.post-nav a{color:#333;text-decoration:none;transition:.3s}.post-nav a:hover{color:#c1b5a8}.post-archive-simple{width:90%;max-width:800px;margin:60px auto;font-family:"Zen Maru Gothic",sans-serif}.archive-header{text-align:center;margin-top:120px;margin-bottom:40px}.archive-title{font-size:1.6rem;color:#333;margin-bottom:10px}.news-list{list-style:none;margin:0;padding:0;border-top:1px solid #ddd}.news-item{display:flex;gap:12px;align-items:baseline;padding:12px 0;border-bottom:1px solid #ddd}.news-date{color:#777;font-size:.9rem;min-width:90px}.news-title{color:#333;text-decoration:none;font-size:1rem;line-height:1.4}.news-title:hover{color:#c1b5a8}@media (min-width:768px) and (max-width:1023px){p{font-size:16px}.display_pc{display:none}.display_sp{display:inherit}.hero-slider{margin:0 auto 160px;padding-top:60px}main section{margin:0 auto 120px!important}.top_about_contents p{text-align:center!important}#four_seasons .slider01{width:80%;margin:0 auto 20px;aspect-ratio:4/3;max-height:560px;background:#eee}#four_seasons .slider_contents{width:80%;padding:24px 0;margin:0;display:block}.schedule_wrap{display:flex;justify-content:center;flex-wrap:wrap;max-width:980px}.schedule_contents{width:200px;margin:0 2%}.schedule_box01{margin-top:0}.h_schedule_box01{margin-bottom:465px}.schedule_box02{margin-top:275px}.schedule_box03{margin-top:335px}.schedule_box04{margin-top:335px}.schedule_box05{margin-top:335px}.schedule_box06{margin-top:335px}.schedule_box07{margin-top:335px}.schedule_box img{margin-top:20px}.schedule_time{width:60px;margin:0 2%}.schedule_box img{margin-top:20px}.n_about_block div img{width:80%;margin:0 auto;display:block}.h_about_block div img{width:80%;margin:0 auto;display:block}.i_04{position:absolute;top:-240px;left:100px}.i_04 img{width:180px}.i_02{position:absolute;bottom:-200px;right:100px}.i_02 img{width:180px}.copyright{text-align:center;padding-bottom:10px}}@media (min-width:1024px){p{font-size:16px}.display_pc{display:none}.display_sp{display:inherit}.hero-slider{margin:0 auto 160px;padding-top:60px}main section{margin:0 auto 120px!important}.top_about_contents p{text-align:center!important}#four_seasons{--pc-gap:32px;--pc-left:1fr;--pc-right:1fr}#four_seasons .four_seasons_slider{display:grid;grid-template-columns:var(--pc-left) var(--pc-right);align-items:stretch;gap:var(--pc-gap);text-align:left;padding:20px}#four_seasons .slider01{width:100%;margin:0;aspect-ratio:4/3;max-height:560px;background:#eee}#four_seasons .slider_contents{width:100%;padding:24px 0;margin:0;display:block}#four_seasons .slider_contents>div:first-child{margin:0 0 24px;display:inline-block;box-shadow:12px 10px 0 0 #fff}#four_seasons .slider_text{width:100%;max-width:680px}.four_seasons_button{width:14%;text-align:center}.schedule_wrap{display:flex;justify-content:center;flex-wrap:wrap}.schedule_contents{width:400px;margin:0 2%}.schedule_box01{margin-top:0}.h_schedule_box01{margin-bottom:470px}.schedule_box02{margin-top:275px}.schedule_box03{margin-top:205px}.schedule_box04{margin-top:205px}.schedule_box05{margin-top:200px}.schedule_box06{margin-top:200px}.schedule_box07{margin-top:200px}.schedule_box img{margin-top:20px}.schedule_time{width:60px;margin:0 2%}.schedule_box img{margin-top:20px}.i_04{position:absolute;top:-240px;left:100px}.i_04 img{width:180px}.i_02{position:absolute;bottom:-200px;right:100px}.i_02 img{width:180px}.about_content ol{font-size:16px;line-height:1.6rem}.n_about_block{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap}.n_about_block div{width:40%;margin:80px 2%}.n_about_block div img{width:90%;margin:0 auto;display:block}.h_about_block{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap}.h_about_block div{width:40%;margin:80px 2%}.h_about_block div img{width:90%;margin:0 auto;display:block}.copyright{text-align:center;padding-bottom:10px}}.address{margin:20px auto;font-size:16px}