@charset "utf-8";
.aioseo-toc-header{width:100%;position:relative}.aioseo-toc-header:has(.aioseo-toc-header-area){flex-direction:column;align-items:flex-start}.aioseo-toc-header .aioseo-toc-header-title{align-items:center;color:#434960;display:flex;flex:1 0 auto;font-size:24px;font-weight:700;line-height:125%;max-width:100%;gap:8px}.aioseo-toc-header .aioseo-toc-header-title .aioseo-toc-header-collapsible{display:flex;border-radius:2px;cursor:pointer;transition:transform .3s ease;background-color:#e5f0ff;box-sizing:border-box;justify-content:center;align-items:center}[dir=ltr] .aioseo-toc-header .aioseo-toc-header-title .aioseo-toc-header-collapsible{padding:8px 0 8px 10px}[dir=rtl] .aioseo-toc-header .aioseo-toc-header-title .aioseo-toc-header-collapsible{padding:8px 10px 8px 0}.aioseo-toc-header .aioseo-toc-header-title .aioseo-toc-header-collapsible svg{width:14px;height:14px}[dir=ltr] .aioseo-toc-header .aioseo-toc-header-title .aioseo-toc-header-collapsible svg{margin-right:10px}[dir=rtl] .aioseo-toc-header .aioseo-toc-header-title .aioseo-toc-header-collapsible svg{margin-left:10px}.aioseo-toc-header .aioseo-toc-header-instructions{color:#2c324c;font-size:16px;margin-bottom:0;margin-top:16px}.aioseo-toc-header .aioseo-toc-header-buttons{flex:0 1 auto}.aioseo-toc-contents{transition:transform .3s ease,opacity .3s ease;transform-origin:top;display:block;opacity:1;transform:scaleY(1);padding-top:12px}.aioseo-toc-collapsed{opacity:0;transform:scaleY(0);height:0;overflow:hidden}*,*::before,*::after{padding:0;margin:0;box-sizing:border-box;word-break:break-all}@media screen and (min-width:913px){*,*::before,*::after{word-break:normal}}ul,li{list-style:none}a{display:block;color:inherit;text-decoration:none;transition:200ms}img{max-width:100%;vertical-align:bottom;object-fit:cover}:root{--bace-color:#fff;--handmade-kotoba-color:#bfe2dd;--waka-color:#fcfced;--flower-kotoba-color:#f7d1c5;--accent-color:#fdf6cd;--text-color:#665151;--text-bright-color:#caa846}body{font-size:clamp(0.9375rem, 0.8528rem + 0.4839vw, 1.125rem);font-family:'Zen Maru Gothic','Noto Sans JP',sans-serif;color:var(--text-color);line-height:1.7;letter-spacing:.3em}.sub-page h1{margin:0 auto;text-align:center;color:var(--text-color)}h2{font-size:clamp(18px, 2vw, 30px);text-align:center;padding:60px 0 30px}h3{font-size:clamp(17px, 2vw, 26px);text-align:center;padding:60px 0 30px}.text-shadow{text-shadow:0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff}@media screen and (min-width:913px){.sub-page h1{max-width:15em}h2{padding:100px 0 40px}}.pc-only{display:none}@media screen and (min-width:913px){.pc-only{display:block}.mb-only{display:none}}.fade-in{opacity:0;animation:fade-in 1s ease-in-out forwards}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.container{width:min(92%,1200px);margin:0 auto}.header{position:fixed;top:0;left:0;width:100%;height:10vh;background-color:var(--bace-color);display:flex;align-items:center;padding:0 4%;z-index:10000;font-family:'Noto Sans JP',sans-serif;word-break:break-all}.header .site-title{width:5%;text-indent:999%;white-space:nowrap;overflow:hidden}.header-logo{width:min(50%, 11em);padding-bottom:3px}.hamburger-btn{cursor:pointer;height:55px;width:min(30%, 55px);line-height:55px;text-align:center;overflow:hidden;margin-left:auto}.hamburger-btn i{font-size:30px;line-height:50px;padding-left:4px;width:100%;color:var(--text-bright-color)}.hamburger-btn.close i:first-child{display:none}.gnav.mb-only{position:fixed;top:10vh;right:-100%;width:100%;z-index:100;opacity:0;background-color:#f5f5f5;transition:500ms}.gnav.mb-only.open{right:0;opacity:.9}.gnav-list li{border-bottom:2px solid #fff}.gnav-list li:last-of-type{border-bottom:none}.gnav-list a{line-height:4em;padding-left:2em}.gnav-list a:hover{color:var(--bace-color);background-color:var(--text-bright-color)}@media screen and (min-width:913px){.header{font-size:14px;padding:0 3%;height:12vh}.header h1{height:8vh}.gnav.pc-only{margin-left:auto}.gnav.pc-only>ul{display:flex;justify-content:center;gap:1em}.gnav.pc-only a:hover{color:var(--text-bright-color)}}.header.UpMove{animation:UpAnime 0.5s forwards}@keyframes UpAnime{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-600px)}}.header.DownMove{animation:DownAnime 0.5s forwards}@keyframes DownAnime{from{opacity:0;transform:translateY(-800px)}to{opacity:1;transform:translateY(0)}}.keyvis-copy{position:absolute;top:10vh;width:100%;height:90vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1em;font-size:clamp(0.875rem, 0.4798rem + 2.2581vw, 1.75rem);color:#fff}.keyvis-overlay{position:fixed;width:100%;height:100vh;top:0;z-index:-50;background:linear-gradient(to bottom,rgb(255 181 181 / .595),#fff0);mix-blend-mode:overlay}.keyvis-list{height:90vh;position:relative;margin-top:10vh}.keyvis{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:-100;background-repeat:no-repeat;background-position:center;background-size:cover}.keyvis::after{position:fixed;left:0;bottom:0;content:'';width:100%;height:10vh;background:linear-gradient(to top,#fcfced,#fcfced,#fcfced00)}.sub-page .keyvis-copy{height:40vh}.sub-page .keyvis-overlay{height:40vh}.sub-page .keyvis-list{height:40vh;position:relative}.sub-page .keyvis-list .vis1{background-image:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/waiwai.PNG);animation-delay:0s}.sub-page .keyvis::after{display:none}.sub-page .main{position:relative}.sub-page .main::before{display:block;content:'';position:absolute;left:0;top:-9vh;width:100%;height:10vh;background:linear-gradient(to top,#fff,#fcfced00)}.main{position:relative;width:100%;height:100%;padding-bottom:13%;background-color:#fff}@media screen and (min-width:913px){.main{padding-bottom:1%}}.btt-btn{position:fixed;bottom:5vh;right:.3em;z-index:999999;width:clamp(3rem, 2.8438rem + 0.5vw, 3.125rem);font-size:clamp(1.875rem, 1.7188rem + 0.5vw, 2rem);line-height:clamp(3rem, 2.8438rem + 0.5vw, 3.125rem);padding-left:.2rem;text-align:center;border-radius:5px;cursor:pointer;color:#fff;background-color:#ffb514c0;transition:400ms}.btt-btn.up{background-color:#836715}@media screen and (min-width:913px){.btt-btn{right:1em}}.links{width:fit-content;line-height:1.3;color:var(--text-bright-color);border-bottom:1px solid #d6c287}.links:hover{color:#ffc32b;border-bottom:1px dashed #ffc32b}.link-button{width:min(60%, 260px);margin:0 auto;padding:20px 18px;border-radius:30px;font-size:clamp(12px, 1vw, 18px);letter-spacing:.3em;font-weight:700;text-align:center;color:#fff;background-color:var(--text-bright-color)}.link-button.white-button{padding:18px 15px;color:var(--text-bright-color);background-color:var(--accent-color);border:3px solid var(--text-bright-color)}.link-button:hover{background-color:#ffc32b}.link-button.white-button:hover{background-color:#fff}.onlineshop-link{width:fit-content}.online-shop__background{margin-top:70px;padding:60px 0;background:#333 url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/pattern-shop.webp) center/500px}.sns-list{width:min(50%, 300px);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);justify-content:center;align-items:center;gap:15%;padding-top:2em}@media screen and (min-width:700px){#front .sns-sec .container{grid-template-columns:60%;margin:6% auto 2%}.sns-list{margin-bottom:3%}}#sidebar{padding-bottom:5%}#sidebar .search-wrap{display:grid;grid-template-columns:60% 30%;justify-content:center;gap:5%;margin:0 auto}#sidebar .search-button{background-color:var(--text-bright-color);border:none;border-radius:20px;box-shadow:1px 1px 1px var(--text-color);color:#fff;line-height:48px}#sidebar ul{width:fit-content;padding-left:1em;margin:0 auto;display:grid;gap:1em;line-height:48px}#sidebar ul,#sidebar ul li{list-style:circle}@media screen and (min-width:700px){#sidebar .search-wrap{width:40%;grid-template-columns:1fr;gap:1em}#sidebar .search-input{height:3em}#sidebar .search-button{width:30%;margin:0 auto}#sidebar ul{grid-template-columns:repeat(2,1fr);width:50%;padding-left:3em;margin:0 auto}}@media screen and (min-width:913px){#sidebar{padding-bottom:15%}#sidebar .search-wrap{width:80%}#sidebar .search-button{width:50%}#sidebar ul{width:fit-content;padding-left:1em;grid-template-columns:1fr}}.footer{background:rgb(213 254 248 / .8) url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/footer-img.webp) no-repeat right bottom / contain;padding:5% 13% 20%}.fnav a{padding-left:1em;line-height:55px}.fnav a:hover{color:var(--text-bright-color)}.copy-lights{margin-top:40px;text-align:center}@media screen and (min-width:913px){.footer{padding:7% 12% 20%}.fnav a{padding-left:5em}.fnav{font-size:17px}}#front .keyvis-copy{gap:6%;font-family:'Zen Kurenaido',sans-serif;text-shadow:0 0 7px #ff3b19,0 0 10px #ff3b19}#front .keyvis{animation-duration:30s;animation-iteration-count:infinite;animation-name:bg-fade;opacity:0}#front .keyvis-list .vis1{background-image:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/keyvis-img/keyvis-mb01.webp);animation-delay:0s}#front .keyvis-list .vis2{background-image:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/keyvis-img/keyvis-mb02.webp);animation-delay:5s}#front .keyvis-list .vis3{background-image:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/keyvis-img/keyvis-mb03.webp);animation-delay:10s}#front .keyvis-list .vis4{background-image:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/keyvis-img/keyvis-mb04.webp);animation-delay:15s}#front .keyvis-list .vis5{background-image:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/keyvis-img/keyvis-mb05.webp);animation-delay:20s}#front .keyvis-list .vis6{background-image:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/keyvis-img/keyvis-mb06.webp);animation-delay:25s}@keyframes bg-fade{0%{opacity:0}10%,16.6%{opacity:1}20%,100%{opacity:0}}@media screen and (min-width:913px){#front .keyvis-copy .logo{padding-left:10px;width:48%}#front .keyvis-copy .copy{width:40%}#front .keyvis-list .vis1{background-image:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/keyvis-img/keyvis-pc01.webp)}#front .keyvis-list .vis2{background-image:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/keyvis-img/keyvis-pc02.webp)}#front .keyvis-list .vis3{background-image:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/keyvis-img/keyvis-pc03.webp)}#front .keyvis-list .vis4{background-image:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/keyvis-img/keyvis-pc04.webp)}#front .keyvis-list .vis5{background-image:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/keyvis-img/keyvis-pc05.webp)}#front .keyvis-list .vis6{background-image:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/keyvis-img/keyvis-pc06.webp)}}#front .main{position:relative;background:linear-gradient(to bottom,#f7d1c5 0%,rgb(255 255 255 / .8) 10%,rgb(252 255 228 / .9) 98%,rgb(213 254 248 / .8))}#front .main::before,#front .main::after{position:absolute;display:block;content:'';height:12vh;top:-11.9vh;width:100%;z-index:-30}#front .main::before{background:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/window1.webp) no-repeat right bottom / contain;right:0}#front .main::after{background:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/window2.webp) no-repeat left bottom / contain;left:0}@media screen and (min-width:913px){#front .main::before,#front .main::after{height:25vh;top:-24.9vh}}#front .slider-sec{padding:6% 0 12%;margin:0 auto 30%;width:80%;height:15vh}#front .bx-prev{left:-10%;opacity:.6}#front .bx-next{right:-10%;opacity:.6}#front .bnr-slider img{border-radius:10px}@media screen and (min-width:241px){#front .bx-prev{left:-32px}#front .bx-next{right:-32px}}@media screen and (min-width:913px){#front .slider-sec{display:flex;flex-direction:column;align-items:center;padding:6% 0 6%;margin:0 auto 27vh}#front .bx-prev{left:-50px}#front .bx-next{right:-50px}}#front .news-sec .news-list{padding:1em 2em;background-color:#fdfbfb;border-radius:1em;width:80%;height:15em;margin:20px auto;overflow:scroll;display:grid;grid-template-columns:1fr;align-items:center}#front .news-sec .news-date{font-size:small;line-height:1em}#front .news-sec .news-title{margin:8px 0 20px;align-self:start;padding-left:1em}@media screen and (min-width:500px){#front .news-sec h2{padding-top:7em}}@media screen and (min-width:600px){#front .news-sec h2{padding-top:5em}}@media screen and (min-width:913px){#front .news-sec .news-list{width:90%;grid-template-columns:10em 1fr;gap:15px;justify-content:center}#front .news-sec .news-date{text-align:right}#front .news-sec .news-title{margin:0;align-self:center}}#front .about-sec{margin:12vh 0;background:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/kotoba.webp) no-repeat 108%/contain}#front .about-sec h2{overflow:hidden}#front .about-sec h2 span{display:block;text-indent:-999%}#front .about-sec h2 .logo{width:min(100% , 8em);padding:0 7px 7px}#front .about-sec p{line-height:2;width:80%;margin:0 auto}#front .about-sec p .text-aline{display:block;line-height:2.5;text-align:center;padding:1em 0 1.5em}#front .about-sec p .font-size{font-size:clamp(1.0625rem, 0.9778rem + 0.4839vw, 1.25rem);color:var(--text-bright-color)}#front .about-sec p .logo{width:min(100% , 8em);padding:0 7px 9px 0}@media screen and (min-width:500px){#front .about-sec h2 .logo{width:min(100% , 8em);padding:0 7px 7px}#front .about-sec p{width:85%;margin-top:20px;text-align:center;line-height:2.3}}@media screen and (min-width:970px){#front .about-sec{background-image:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/kotoba-pc.png);background-size:100px;background-position:9%;text-shadow:none;margin:18vh 0 7vh}}@media screen and (min-width:1360px){#front .about-sec{background-size:contain}}#front .service-sec h2{color:var(--text-bright-color)}#front .service-vis{height:30vh;background:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/service/service-vis_mb.webp) no-repeat center / cover;margin-bottom:10vh}#front .about-service{padding:0 5% 3em;margin-bottom:3vh}#front .accordion-button{padding:25px 10%;display:flex;align-items:center;justify-content:space-between;font-weight:700}#front .accordion-mark{font-size:2em;font-weight:400;width:min(20% , 2em);height:1.8em;overflow:hidden}#front .accordion-button.open .accordion-mark i:first-child{display:none}#front .accordion-panel{background:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/service/service-bg.webp) repeat center top/ contain;padding:10%;display:flex;flex-direction:column;gap:2em}#front .accordion-button.handmade{background:var(--handmade-kotoba-color);color:#5a817b}#front .accordion-button.waka{background-color:var(--waka-color);color:#d98c60}#front .accordion-button.flower{background-color:var(--flower-kotoba-color);color:#db8065}#front .accordion-panel.handmade{background-color:var(--handmade-kotoba-color);padding:2% 10% 10%}#front .accordion-panel.waka{background-color:var(--waka-color)}#front .accordion-panel.flower{background-color:var(--flower-kotoba-color)}@media screen and (min-width:913px){#front .service-vis{background-image:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/service/service-vis_pc.webp);background-size:contain}#front .about-service{text-align:center}#front .accordion-button{justify-content:center}#front .service-list{padding:0 5% 3em;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:80px 1fr}#front .accordion-button.waka{grid-column:2;grid-row:1}#front .accordion-button.flower{grid-column:3;grid-row:1}#front .accordion-panel{justify-content:space-between}}@media screen and (min-width:1920px){#front .service-vis{background-size:cover}}@media screen and (min-width:1726px){#front .service-sec .link-button.white-button{letter-spacing:normal}}#front .shop-sec{padding-bottom:4em;background:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/shop/shop-deco2.webp) no-repeat center bottom/contain;margin:10vh 0}#front .shop-sec h2{color:var(--text-bright-color)}#front .shop-vis{width:100%;height:30vh;background:#333 url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/shop/shop-bg_mb.webp) no-repeat center / cover}#front .shop-wrap{display:grid;gap:2em;padding:7vh 10% 2vh}#front .shop-wrap{text-align:center}@media screen and (min-width:913px){#front .shop-vis{background-image:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/shop/shop-bg_pc.webp)}}#front .forest-sec{position:relative;padding:70% 0 60%;margin:50% 0 40%;background:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/forest/forest-bg.webp) center/contain;font-family:'Yusei Magic',sans-serif}#front .forest-upper{position:absolute;top:-10%}#front .forest-under{position:absolute;bottom:-10%}#front .forest-sec h2{padding-top:5%;font-size:clamp(1.25rem, 0.8265rem + 3.1519vw, 2.625rem);color:#4f8552}#front .forest-sec h2 .font-size{font-size:clamp(1.375rem, 0.9322rem + 3.2951vw, 2.8125rem)}#front .forest-sec h2 [data-ruby]::before{text-indent:-.05em}#front .forest-wrap{display:grid;grid-template-columns:1fr;margin-bottom:10%}#front .about-forest{position:relative;padding:4em 0 5em;background:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/forest/wood-board.webp) no-repeat center/ contain;text-align:center;letter-spacing:.5em;line-height:2.5em;color:#916b37;margin:10% 0}#front .about-forest [data-ruby]::before{top:-2.5em}#front .about-forest::before{content:'';width:30%;padding-top:30%;position:absolute;top:-1em;left:0;background:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/forest/foot-stamp.webp) no-repeat center / contain}#front .about-forest::after{content:'';width:30%;padding-top:30%;position:absolute;bottom:-1em;right:0;background:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/forest/su-kotoba.webp) no-repeat center / contain}#front .youtube{position:relative;width:90%;margin:5vh auto;overflow:hidden;padding-bottom:56.25%}#front .youtube iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:10px}#front .forest-sec .link-button{font-family:'Zen Maru Gothic',sans-serif;margin-top:3em}#front .forest-sec .x-btn{height:2em}@media screen and (min-width:750px){#front .youtube{width:70%;padding-bottom:36.25%}#front .about-forest{width:fit-content;margin:5% auto 10%;padding:4em;font-size:23px}#front .forest-sec .link-button{width:30%;line-height:2.5em;font-size:14px;border-radius:4em}#front .forest-sec .x-btn{height:3em;padding:0}}@media screen and (min-width:913px){#front .forest-sec{gap:20%;padding:40% 0 20%;margin:30% 0 20%;background-size:700px}#front .forest-sec h2{padding-top:0;transform:rotate(-3deg)}#front .forest-wrap{grid-template-columns:1fr 0.8fr;align-items:center;justify-content:flex-end;gap:2%;padding:1em}#front .youtube{width:90%;padding-bottom:56.25%}#front .about-forest{padding:4em 3.5em;font-size:20px;margin:5% auto 0}#front .about-forest::before{height:120px;max-width:120px;left:2em}#front .about-forest::after{height:180px;max-width:180px;right:0}}@media screen and (min-width:1200px){#front .forest-wrap{grid-template-columns:repeat(2,1fr)}#front .about-forest{padding:5.5em}#front .about-forest::before{top:2em}#front .about-forest::after{right:1em}}#front .sns-sec h2 .logo{width:min(100% , 8em);padding:0 7px 7px}#front .sns-sec .container{display:grid;grid-template-columns:85%;justify-content:center;align-items:center}#front .sns-com{background-color:var(--accent-color);padding:2em;border-radius:40px;margin-bottom:70px;position:relative}#front .sns-com::after{content:'';position:absolute;bottom:-50px;right:50px;border-top:70px solid #fdf6cd;border-right:50px solid #fff0;border-left:50px solid #fff0}#front .sns-sec p .logo{width:min(100% , 6em);padding:0 4px 5.5px 0}#front .sns-sec .font-weight,#front .sns-sec .tag-name{font-weight:700}#front .sns-sec .tag-name{color:#6d9993;font-size:20px;word-break:break-all}#front .sns-sec .twitter-timeline_wrap{padding:0 10%}@media screen and (min-width:700px){#front .sns-sec .container{grid-template-columns:60%;margin:6% auto 2%}#front .sns-list{margin-bottom:3%}}@media screen and (min-width:913px){#front .sns-sec .container{grid-template-columns:1fr 500px 1fr;gap:5px}#front .sns-com{margin-bottom:0}#front .sns-img1{align-self:start}#front .sns-com::after{display:none}#front .sns-sec .twitter-timeline_wrap{margin:6% auto;padding:0 20%}}#forest p{line-height:3em}#forest .ruby{margin-bottom:3em;cursor:pointer}#forest .ruby-off{background-color:#ccc;border:2px solid #fff}#forest .header{padding:1em 4% 14%;height:15vh;background-color:#fff0;background:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/forest/forest-woods_mb.png) no-repeat bottom / cover;font-family:'Yusei Magic',sans-serif}@media screen and (min-width:913px){#forest .header{font-size:14px;padding:2% 3% 13vh;background-image:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/forest/forest-woods_pc.png);background-position:bottom}}#forest .keyvis-copy{top:10vh;height:50vh;display:block;width:99%;margin:0 auto;white-space:nowrap;overflow:hidden;opacity:0;animation:fade-in 1s ease-in-out forwards}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}#forest .keyvis-copy h1 .forest-logo{display:block;height:45vh;margin:0 auto}#forest .keyvis-copy h1 .text-intent{display:block;text-indent:-300%}#forest .keyvis-list{margin-top:0;height:90vh}#forest .keyvis{top:0;background-image:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/forest/forest-keyvis_mb.webp);background-position:left}#forest .keyvis::after{display:none}@media screen and (min-width:500px){#forest .keyvis-copy{height:80vh}#forest .keyvis-copy h1 .forest-logo{height:47vh;margin:0}#forest .keyvis{background-position:center bottom}}@media screen and (min-width:913px){#forest .keyvis-copy h1 .forest-logo{margin-left:auto;height:70vh}#forest .keyvis-copy h1 .text-intent{text-indent:300%}#forest .keyvis-copy{top:10vh;text-align:right}#forest .keyvis-list{top:0}#forest .keyvis{top:0;background-image:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/forest/forest-keyvis_pc.webp);background-position:left center}}#forest .tab-menu_list{display:grid;justify-content:center;align-items:center;grid-template-columns:repeat(2,1fr);gap:1em;font-family:'Yusei Magic',sans-serif}#forest .tmenu-item{padding-bottom:100%;margin:0 auto;border-radius:50%;border:2px solid #fff;font-size:clamp(0.6875rem, 0.5527rem + 1.0029vw, 1.125rem);position:relative}#forest .tmenu-item p{position:absolute;width:fit-content;height:fit-content;top:0;bottom:0;left:0;right:0;margin:auto;text-align:center;line-height:2}#forest .mi1{background-color:var(--handmade-kotoba-color);color:#5a817b}#forest .mi2{background-color:var(--accent-color);color:#d98c60}#forest .mi3{background-color:var(--flower-kotoba-color);color:#ae6852}#forest .mi4{background-color:#c1e7ff;color:#5687a6}#forest .tab-menu{margin-bottom:-1vh}#forest .forest-woods_image{transform:scale(1,-1)}@media screen and (min-width:700px){#forest .tab-menu_list{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:913px){#forest .tab-menu_list{padding:0 5em}}#forest .main{background:linear-gradient(#c7ebdd,rgb(199 235 221 / .8),rgb(159 228 180 / .8),rgb(251 254 213 / .8),rgb(255 202 202 / .8),rgb(213 254 248 / .8));font-family:'Yusei Magic',sans-serif;letter-spacing:.3em;line-height:2.5em}#forest .main .container>section+section{margin-top:15vh}@media screen and (min-width:913px){#forest .main .container>section+section{margin-top:12vh}}#forest .intro-wrap{display:flex;flex-direction:column;gap:3em}#forest .intro-text{text-align:center}@media screen and (min-width:913px){#forest .intro-image{max-width:55%;object-fit:contain}#forest .intro-wrap{flex-direction:row;justify-content:center}}#forest .friends{background:#fdf6cd url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/forest/wood-board.webp) no-repeat center;border-radius:40px;margin-bottom:10vh;padding:0 .5em}#forest .friends .wrap{padding:0 1em}#forest .friends-name{margin:5vh 10%;font-size:clamp(25px, 2vw, 30px)}#forest .friends-image{margin:12vh 0 8vh}#forest .friens-detail{padding:1em 1em 2em 2em;border-radius:40px}#forest .friends-info{width:fit-content;margin:5vh auto}#forest .friends-more_detail{margin-top:7vh;display:grid;grid-template-columns:1fr;gap:1em}#forest .friends-name,#forest .friends-more_detail dd{text-align:center}@media screen and (min-width:600px){#forest .friends{padding:3% 20%}}@media screen and (min-width:913px){#forest-friends{margin:12vh 0}#forest .friends{margin:5em auto;display:flex;justify-content:center;align-items:center;gap:2em;padding:3em;background-image:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/forest/wood-board2.webp);background-position:-32% center;background-size:200%}#forest .friends .wrap{display:flex;flex-direction:column-reverse}#forest .friends.chara2{flex-direction:row-reverse;background-position:145% center}#forest .friends-name{margin:10% 0}#forest .friends-image{margin:0 auto}#forest .friens-detail{width:150%;padding:1em 1em 2em 1em}#forest .friends-more_detail{grid-template-columns:repeat(2,1fr);grid-template-rows:1fr 2em;gap:1em}#forest .friends-more_detail dt{grid-row:1}#forest .friends-more_detail dd{grid-row:2;font-size:14px;line-height:3em}}#forest #forest-storys .section-detail{padding:0 1em;width:fit-content;margin:0 auto}#forest .storys-wrap{display:grid;flex-direction:column;gap:3vh}#forest .font-size{font-size:small;color:#886909}#forest .movies{display:grid;grid-template-columns:1fr;gap:2em;margin:3vh 0 5vh;padding:0 1em;text-align:center}#forest .youtube{position:relative;width:100%;margin-top:5vh;overflow:hidden;padding-bottom:56.25%}#forest .youtube iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:10px}#forest .new-movie{padding:0 2% 20%;position:relative;margin:20% 0 10%}#forest .new-movie .new-movies_image{position:absolute;width:60%;top:-20%;left:0;right:0;margin:auto}#forest .new-movie::after{content:'';position:absolute;bottom:-10%;width:100%;height:35%;background:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/forest/movies2.webp) no-repeat center/contain}#forest .new-movie .youtube iframe{border:5px solid #a3bda8}#forest .to-x{display:flex;flex-direction:column;gap:2em;margin-top:4em;text-align:center}#forest .to-x .link-button{border-radius:60px}#forest .to-x .twitter-timeline{padding-right:5%}#forest .to-x .x-btn{max-width:3em;height:3em}@media screen and (min-width:540px){#forest .new-movie .new-movies_image{width:50%}#forest .to-x .x-btn{max-width:4em;height:4em;padding:.2em}}@media screen and (min-width:913px){#forest .new-movie{margin:20% 0 5%}#forest .new-movie::after{width:60%;bottom:-5%;left:0;right:0;margin:auto}#forest .new-movie .youtube{transform:scale(.9)}#forest .storys-wrap{grid-template-columns:60% 40%;justify-content:center;align-items:center;gap:3em}#forest .movies{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr 3em;padding:0;gap:1.1em}#forest .youtube{grid-row:1}#forest .to-x{width:70%;margin:10vh auto 0}}#forest #forest-add_contents>section{margin-bottom:20vh}#forest .add-contens_wrap{width:90%;margin:0 auto;display:grid;gap:3vh}#forest .add-contens_detail{width:fit-content;margin:0 auto}@media screen and (min-width:913px){#forest .add-contens_wrap{margin:5vh auto 0;grid-template-columns:repeat(2,1fr);justify-content:center;align-items:center;gap:4em}}#forest .forest-QsAndAs h3{color:#b06650}#forest .forest-QsAndAs .sub-title{font-size:clamp(14px, 2vw, 22px)}#forest .question,#forest .answer{position:relative;background-color:#fff;border-radius:40px;text-indent:6.5em}#forest .question .wannyann,#forest .answer .ku{position:absolute;width:min(50%,7em);left:0}#forest .question{padding:7% 5%;margin-top:7vh}#forest .question .wannyann{top:-1em}#forest .question.two-characters{margin-top:20vh;text-indent:0;padding:7% 5% 7% 2em}#forest .question.two-characters .wannyann{top:-4.5em}#forest .answer{margin:15vh 0 10vh;padding:7% 10%;line-height:3em}#forest .answer .ku{top:-3.5em}#forest .answer .text-bright{color:var(--text-bright-color)}@media screen and (min-width:700px){#forest .question{margin-top:5vh;text-indent:8em}#forest .answer{margin:10vh 0}#forest .answer .mb-only.tb-none{display:none}#forest .question.two-characters{margin-top:13vh;padding:7% 5% 7% 4em}#forest .question .wannyann,#forest .answer .ku{max-width:9em}#forest .question.two-characters .wannyann{top:-5em}}@media screen and (min-width:913px){#forest .QandA{margin-top:12vh}#forest .question,#forest .question.two-characters{width:fit-content;padding:3% 8em 3% 2%;border-radius:100px;text-indent:8em}#forest .question.two-characters{margin-top:18vh}#forest .answer{margin:15vh 0 10vh;padding:3% 7% 4%}}#forest .forest-map h3{white-space:nowrap;overflow:hidden}#forest .map-detail dt{margin:20% 0 8%}#forest .map-detail dd{width:fit-content;margin:0 auto;line-height:3em}@media screen and (min-width:913px){#forest .forest-map h3{text-indent:-300%;height:4em;padding:0}}#forest .forest_coloring-picture p{width:fit-content;margin:5vh auto}@media screen and (min-width:913px){#forest .forest_coloring-picture p{margin:8vh auto 0}#forest .coloring-picture{display:block;width:60%;margin:0 auto}}#forest .forest_art-gallery{background:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/forest/gallery-bg.webp) no-repeat center bottom / contain;border-radius:20px;padding-bottom:1%}#forest .forest_art-gallery h3{padding:4em 0;background:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/forest/art-gallery.webp) no-repeat center / contain}#forest .forest_art-gallery .bx-next{right:-25%}#forest .forest_art-gallery .bx-prev{left:-25%}#forest .gallery-wrap{position:relative}#forest .gallery-wrap::before,#forest .gallery-wrap::after{position:absolute;display:block;content:'';width:25%;padding-top:25%;bottom:0;z-index:999;background:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/forest/nyan-viewing.webp) no-repeat center / contain}#forest .gallery-wrap::after{width:22%;padding-top:22%;right:1%;background-image:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/forest/wan-viewing.webp)}#forest .forest_art-gallery .bx-wrapper{width:70%;margin:5vh auto}@media screen and (min-width:700px){#forest .forest_art-gallery .bx-next{right:-10%}#forest .forest_art-gallery .bx-prev{left:-10%}}@media screen and (min-width:913px){#forest .forest_art-gallery{padding:5vh 2em 2em}#forest .forest_art-gallery h3{margin-bottom:6em}#forest .forest_art-gallery .bx-wrapper{width:100%;margin:15vh auto 5vh}#forest .forest_art-gallery .bx-next{right:-5%}#forest .forest_art-gallery .bx-prev{left:-5%}#forest .forest_art-gallery .bx-controls-direction a{top:45%}#forest .gallery-wrap::before{left:-2%;width:20%;padding-top:20%}#forest .gallery-wrap::after{right:-2%;width:18%;padding-top:18%}}#forest .forest-concept{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2em;padding:20vh 2vh 15vh 5vh;border-radius:40px;font-family:'Zen Maru Gothic','Noto Sans JP',sans-serif;background:#ffffffb8 url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/flower.png) repeat center / cover}#forest .forest-concept h4{font-weight:400}#forest .forest-concept p{width:fit-content;margin:0 auto}#forest .forest-concept_image{display:block;width:70%;margin:0 auto}#forest .forest-concept .text-aline{text-align:center;margin:0;margin-left:auto;padding-right:3em}@media screen and (min-width:913px){#forest .forest-concept{margin:20vh auto 10vh;width:80%}#forest .forest-concept_image{display:block;width:40%;margin:2vh auto 0}}#service .tab-menu{padding-bottom:2%;position:relative}#service .tab-menu_list{display:grid;grid-template-columns:repeat(3,1fr);gap:.5%;font-weight:700}#service .tmenu-item{padding-bottom:100%;border-radius:50%;font-size:clamp(1rem, 0.375rem + 2vw, 1.5rem);position:relative;transform:scale(.7)}#service .tmenu-item.current{transform:scale(.95)}#service .tmenu-item p{position:absolute;width:fit-content;height:fit-content;top:0;bottom:0;left:0;right:0;margin:auto;text-align:center}#service .mi1{background-color:var(--handmade-kotoba-color);color:#5a817b}#service .mi2{background-color:var(--accent-color);color:#d98c60}#service .mi3{background-color:var(--flower-kotoba-color);color:#ae6852}@media screen and (min-width:913px){#service .tab-menu_list{width:60%}#service .service-link{margin:0 auto}}#service .main{padding-bottom:0}#service .tab-panel{padding-bottom:13%;background:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/service/service-bg.webp) repeat center / 60%;position:relative}#service .tab-panel::after{display:block;content:'';position:absolute;top:0;width:100%;height:10vh;background:linear-gradient(to bottom,#fff,#ffffff00)}#service #service1{background-color:var(--handmade-kotoba-color);padding-bottom:0}#service #service2{background-color:var(--waka-color)}#service #service3{background-color:var(--flower-kotoba-color)}#service #service1 h2,#service #service1 h3,#service1 h4{color:#5a817b}#service #service2 h2,#service #service2 h3,#service2 h4{color:#d98c60}#service #service3 h2,#service #service3 h3,#service #service3 h4{color:#db8065}#service h2 .font-size{font-size:clamp(16px, 2vw, 24px)}#service h4{text-align:center;margin-bottom:1em}#service .service-link{margin:4em auto 0}#service .service-img{padding-bottom:2em}#service .service-grid{display:grid;gap:2em}#service .service-detail{width:fit-content;margin:0 auto}#service .howToUse-list{display:grid;gap:1em;padding:6% 30% 0 1em;background-repeat:no-repeat;background-position:right top;background-size:50%;text-align:center}#service .more-info{display:grid;gap:2em;padding:2vh 5% 7vh}@media screen and (min-width:700px){#service .tab-panel{padding:10vh 0 1% 0;background-size:60%}#service .service-img{display:block;width:70%;margin:0 auto}#service .howToUse{margin:5vh 0}#service .howToUse-list{padding:6% 45% 0 6%}}@media screen and (min-width:913px){#service .tab-panel{background-size:45%}#service .service-grid{grid-template-columns:repeat(2,1fr);justify-content:center}#service .service-img{display:block;width:98%;margin:0 auto}#service .service-grid .service-img{grid-row:1/3;align-self:start;padding-bottom:0}#service .service-img.mb-only{display:none}#service .howToUse-list{grid-template-columns:repeat(4,0.5fr);grid-template-rows:1fr 4em 1fr 4em;padding:5% 30% 2% 3%;width:95%;margin:0 auto}#service .howToUse-list .step1{grid-column:1/3}#service .howToUse-list .step2{grid-column:3/6}#service .howToUse-list .step3{grid-column:2/4}#service .howToUse-list .use-image.step1,#service .howToUse-list .use-image.step2{grid-row:1}#service .howToUse-list .use-image.step2{transform:scale(.95)}}#service1 .howToUse-list{background-image:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/service/service-bg2.webp)}#service1 .movie{display:grid;grid-template-columns:1fr;gap:10%;margin:10vh 0}#service1 .youtube{position:relative;width:90%;margin:0 auto;overflow:hidden;padding-bottom:46.25%}#service1 .youtube iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:10px}#service1 .more-info{background:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/service/flag-mini.webp) no-repeat 0 175px / 100%}#service1 .more-info h3 .font-size{font-size:50px}#service1 .footing-list{width:fit-content;padding-left:2%;margin:0 auto}#service1 .footing-list li{position:relative;padding-left:1.5em}#service1 .footing-list li:before{content:"★";position:absolute;left:0}#service1 .sns{background-color:var(--waka-color);padding-bottom:13%}#service #service1 .sns h3{color:var(--text-color)}#service1 .sns h3 .logo{width:min(100%,8em);padding:0 7px 7px}#service1 .sns-grid{display:grid;gap:3em;padding-bottom:8%}#service1 .sns-flex .service-detail{margin-bottom:5vh}@media screen and (min-width:700px){#service1 .howToUse-list{background-position:right center}#service1 .youtube{position:relative;width:70%;margin:0 auto;overflow:hidden;padding-bottom:36.25%}#service1 .more-info{background-position:0 125px}#service1 .footing-list{display:grid;grid-template-columns:repeat(2,1fr);margin-top:20px}#service1 .sns{padding-bottom:1%}}@media screen and (min-width:913px){#service1 .service1-pcbg{background:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/service/flag-pc.webp) no-repeat center 43vh/contain}#service1 .service-grid{grid-template-rows:30vh 60vh;align-items:flex-end}#service1 .service-grid h3{text-align:right;padding:1em;letter-spacing:.3em}#service1 .howToUse-list{background-image:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/service/service-bg2_pc.webp);background-position:center right;background-size:55%}#service1 .movie{display:grid;grid-template-columns:50% 40%;grid-template-rows:4em 1fr 0.5fr;gap:1em;margin:7vh auto;justify-content:center}#service1 .movie h4{grid-column:1/3}#service1 .movie .service-detail{align-self:center}#service1 .youtube{grid-column:1/2;grid-row:2/4;width:90%;padding-bottom:46.25%}#service1 .movie .link-wrap{align-self:center}#service1 .more-info{background:none;padding:0;align-self:start;font-size:13px}#service1 .footing-list{margin-top:0;margin:20px 0 0 auto}#service1 .more-info.mb-only{display:none}#service1 .howToUse{margin-bottom:15vh}#service1 .howToUse-list{padding:5% 30% 5% 6%}#service1 .sns{background:var(--waka-color) url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/service/service-bg5_pc.webp) no-repeat 95% 15% / 40%}#service1 .sns-grid{grid-template-columns:repeat(2,1fr);gap:1em;padding-bottom:0;padding:8% 0}#service1 .service-img{grid-row:1/3}#service1 .service-link{margin:0 auto 10%}#service1 .sns-list{grid-column:2}#service1 .sns-grid .service-detail{margin:1em;justify-self:flex-start}}#service2 .howToUse-list{background-image:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/service/service-bg3.webp);background-position:right center}#service2 .more-info{background:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/service/wakabg-mb.webp) no-repeat center top / 90%}#service2 .more-info .service-detail{padding:10vh 0 10vh}#service2 .more-info_img{padding-top:7vh}@media screen and (min-width:700px){#service2 .more-info{background:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/service/wakabg-pc.webp)no-repeat center 15% / 100%}#service2 .more-info .service-detail{padding:5vh 0 5vh}}@media screen and (min-width:913px){#service2 .service2-pcbg{background:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/service/flag-pc2.webp) no-repeat center 90%/contain}#service2 .service-grid{grid-template-rows:30vh 40vh}#service2 .service2-wrap{align-self:flex-end}#service2 .howToUse-list{background-image:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/service/service-bg3_pc.webp);grid-template-columns:repeat(3,0.5fr);background-size:55%;width:80%}#service2 .howToUse-list .step1{grid-column:1/3}#service2 .howToUse-list .use-detail.step1{grid-row:2}#service2 .howToUse-list .step2{grid-column:2/4}#service2 .howToUse-list .use-image.step2{grid-row:3}#service .howToUse-list .use-image.step2{transform:scale(1)}#service2 .service2-wrap h4{padding-left:3em}#service2 .more-info{background-size:90%;background-position:center 20%}#service2 .more-info .service-detail{font-size:24px;padding-top:20vh;text-align:center;line-height:2em}#service2 .more-info_img{width:60%;margin:20vh auto 0}}#service3 .howToUse-list{background-image:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/service/service-bg4.webp)}#service3 .more-info{padding:2vh 0 7vh}#service3 .flower-series_detail{padding:19% 3%;background:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/service/flag-mini3.webp) no-repeat 0 2%/ 120%}#service3 .flower-series_img{display:block;height:40vh;margin:0 auto}#service3 .flower-series_info{width:fit-content;margin:0 auto}#service3 .flower-series_detail .link-button{margin-top:4vh}@media screen and (min-width:700px){#service3 .flower-series_img{object-fit:contain;height:87%}#service3 .flower-serise_bg{display:grid;grid-template-columns:40% 1fr;grid-template-rows:500px;align-items:center;background:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/service/flag-mini.webp) no-repeat center / 92% 130%}#service3 .flower-series_detail{background:none}}@media screen and (min-width:913px){#service3 .howToUse-list{background-image:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/service/service-bg4_pc.webp)}#service3 .service3-pcbg{background:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/service/flag-pc.webp) no-repeat center 90% /contain}#service3 .flower-series_img{height:87%}#service3 .flower-serise_bg{padding:3% 5% 2%}#service3 .service-wrap{align-self:flex-end}#service3 .service-link{margin:5% auto}}#contact .explanation{text-align:center;margin:auto 8% 3em}#contact .QA{border-top:1px dashed #665151;margin:0 12%}#contact .QA a{display:inline}#contact .QA dt{font-weight:700;padding-top:1em}#contact .QA dd{text-indent:.5em;text-align:justify;border-bottom:1px dashed #665151;padding-bottom:1em}#contact .shop-address{padding-top:1em;text-indent:0}#contact span{font-weight:700}#contact .cautionary-note{text-align:left;margin:auto 8% 3em;word-break:break-all}#contact .side-note{margin-top:1.5em;font-size:small}#contact dl.contact-form{display:grid;grid-template-columns:1fr;justify-content:center;align-items:center}#contact dl.contact-form .field{width:100%;height:3em;border:1px dashed var(--text-color)}#contact dl.contact-form textarea.field{height:6em}#contact .form-head{text-align-last:center;line-height:2em;padding:1em;background-color:var(--accent-color)}#contact input,#contact textarea{padding-left:.5em}.submit-btn{font-family:'Zen Maru Gothic',sans-serif;display:block;border:none;cursor:pointer;margin:30px auto}#contact .text-danger{color:red;font-size:smaller}@media screen and (min-width:913px){#contact dl.contact-form{width:80%;margin:0 auto 2em;grid-template-columns:350px 1fr;grid-template-rows:77px;border:1px dashed var(--text-color);border-bottom:none}#contact .form-head{align-self:stretch;border-bottom:1px dashed var(--text-color);border-right:1px dashed var(--text-color)}#contact dl.contact-form .form-data{align-self:stretch;display:grid;border-bottom:1px dashed var(--text-color)}#contact dl.contact-form .field{height:auto;text-indent:1em;border:none}#contact dl.contact-form textarea.field{height:auto}}.form-cs .main{padding:10vh 0}.form-cs .announce{width:fit-content;margin:0 auto}.form-cs .form-list{display:grid;grid-template-columns:repeat(1fr);padding-top:5vh;text-align-last:left;align-items:stretch;border-bottom:1px dashed #333}.form-cs .form-list dt{line-height:4em;padding-left:3em;background-color:#ddd;border:1px dashed #333;border-bottom:none;border-right:none}.form-cs .form-list dd{border:1px dashed #333;border-bottom:none}.form-cs .output-field{padding:1em;min-height:4em}.form-cs .output-field.mail{font-size:14px;word-break:break-all}.form-cs .textarea-field{padding:1em;line-height:1.7;min-height:6em}@media screen and (min-width:913px){.form-cs .form-list{width:80%;margin:0 auto;grid-template-columns:30% 70%}}#shop .Guidance-explanation{text-align:center;margin:auto 8% 3em;padding-bottom:3em;background:url(/kotobaForest-WordPress/wp-content/themes/mytheme/assets/css/../img/shop/shop-deco.webp) no-repeat center bottom /contain}#shop .common-liststyle{border-top:1px dashed #665151;word-break:break-all;margin:0 10%}#shop .common-liststyle>dt{font-weight:700;padding-top:1em}#shop .common-liststyle>dd{padding:1em 0 1em .5em;text-align:justify;border-bottom:1px dashed #665151}#shop .access dd,.apply{letter-spacing:normal;font-size:clamp(0.875rem, 0.8138rem + 0.3263vw, 1rem)}#shop .wrap{display:flex;flex-direction:column;gap:1em}#shop .shop-address{font-size:clamp(0.875rem, 0.8138rem + 0.3263vw, 1rem);letter-spacing:normal;display:grid;grid-template-columns:8em 1fr;gap:.2em;padding-top:1em}#shop .shop-map{height:45vh;width:100%;padding-bottom:1em}#shop .access{margin-top:1.5em}#shop .go-by-bus{padding-top:1em}#shop .contact-add{padding-top:1em}#shop .space-explanation{text-align:center;margin:auto 8% 3em}@media screen and (min-width:700px){#shop .wrap{gap:5vh}#shop .wrap img{width:70%;object-fit:contain;display:block;margin:0 auto}}@media screen and (min-width:913px){#shop .wrap{flex-direction:row;width:90%;margin:0 auto;justify-content:center}#shop .Guidance-explanation{padding-bottom:20vh}#shop .wrap .common-liststyle{margin:0}#shop .wrap.reverse{flex-direction:row-reverse;gap:1em}#shop .wrap img{width:40%}#shop .wrap>dl{width:50%}#shop .main{padding-bottom:15vh}}#company .co-logo{display:block;width:40%;margin:3% auto}#company .co-list{text-align:center;margin-bottom:10%}#company .co-term,#company .co-detail{padding:.5em;line-height:3em;word-break:break-all}#company .co-term{background-color:var(--accent-color)}#company .links{padding:.5em 0;margin:auto}@media screen and (min-width:700px){#company .co-logo{width:30%}}@media screen and (min-width:913px){#company .co-logo{width:20%}#company .co-list{display:grid;grid-template-columns:13em 1fr;justify-content:center;border-top:dashed 1px var(--text-bright-color)}#company .co-term,#company .co-detail{border-bottom:dashed 1px var(--text-bright-color)}#company .co-term{display:flex;justify-content:center;align-items:center}#company .co-detail{text-align:left;padding-left:5em}#company .links{margin:auto 0}}#single .entry-date{display:block;padding-top:10vh}#single .post-title{padding:20px 0 30px;border-bottom:2px dashed var(--text-bright-color)}#single .post-image{padding:5%;border-bottom:2px dashed var(--text-bright-color)}#single .post-image img{height:auto;object-fit:contain}#single .post-text{padding:3em 1em;border-bottom:2px dashed var(--text-bright-color);word-break:break-all;line-height:2em}#single .post-text p{margin-bottom:2em}#single .post-text a{width:fit-content;line-height:1.3;color:var(--text-bright-color);border-bottom:1px solid #d6c287}#single .post-text a:hover{color:#ffc32b;border-bottom:1px dashed #ffc32b}#single .post-footer{display:grid;gap:2em;padding:2em 1em;border-bottom:2px dashed var(--text-bright-color)}#single .sns-list{grid-template-columns:repeat(3,1fr);width:min(60%, 200px);gap:5%;padding-top:1em}#single .cat-links ul,#single .tags-links{display:grid;grid-template-columns:repeat(2,1fr);width:90%;gap:2em}#single .cat-links ul a,#single .tags-links a{min-height:55px;border-radius:30px;box-shadow:1px 1px 1px var(--text-color);letter-spacing:normal;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--bace-color)}#single .cat-links ul a{background-color:var(--text-bright-color)}#single .tags-links a{background-color:#8dba78}#single .page-links{display:grid;grid-template-columns:repeat(2,1fr);justify-content:center;gap:1em;width:90%;margin:1em auto}#single .page-links a{text-align:center;margin:0 auto;width:fit-content;line-height:1.3;color:var(--text-bright-color);border-bottom:1px solid #d6c287}#single .page-links a:hover{color:#ffc32b;border-bottom:1px dashed #ffc32b}@media screen and (min-width:700px){#single .post-text{padding:3em 1em}#single .sns-list{padding-top:.5em;margin-bottom:0}#single .post-footer{padding:2em}#single .footer-wrap{display:grid;grid-template-columns:repeat(2,1fr);width:80%}#single .cat-links ul,#single .tags-links{grid-template-columns:repeat(3,1fr)}#single .post-navigation{padding-top:1em}}@media screen and (min-width:913px){#single .main .container{display:grid;grid-template-columns:65% 30%;gap:5%}#single .post-text{padding:3em}#single .footer-wrap{grid-template-columns:repeat(1fr)}}.search .result-list,.search .card{display:grid;grid-template-columns:repeat(1fr);gap:50px;width:80%;margin:0 auto;padding:2em 0 2em 1em;text-align-last:left;border-top:2px dashed var(--text-bright-color);border-bottom:2px dashed var(--text-bright-color)}.search time{display:block;font-size:small}.search .card__title{border-bottom:2px dashed var(--text-bright-color)}.search .result-list h3{padding:0}.search .card img{height:auto;object-fit:contain;padding:5% 0}.search ul.result-list,#search ul.result-list li{list-style:disc}.search .card__excerpt{padding:1em 0;border-top:2px dashed var(--text-bright-color)}.search .card__category{width:fit-content;margin-top:2em;padding:.5em 1em;border-radius:40px;color:var(--bace-color);background-color:var(--text-bright-color);font-size:small}@media screen and (min-width:700px){.search .result-list{padding:2em 0 2em 5em}}@media screen and (min-width:913px){.search .main .container{display:grid;grid-template-columns:65% 30%;gap:5%}.search .result-list{padding:2em}.search .card{grid-template-columns:repeat(2,1fr)}}.notfound{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2em;padding:10%}