@charset "UTF-8";
a {
 text-decoration: none;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 cursor: pointer;
}
*:focus {
 outline: none;
}
img {
 vertical-align: top;
}
body {
 font-family: 'Inter', 'Noto Sans JP', '游ゴシック体', 'YuGothic', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
 line-height: 1.7;
 font-feature-settings: "palt";
 letter-spacing: 0.05em;
 font-size: 15px;
 overflow-x: hidden;
}
@media (max-width: 399px) {
 body {
  font-size: 4vw;
 }
}
/* footer最下部用 */
.wrapper {
 display: flex;
 flex-flow: column;
 min-height: 100vh;
 width: 100%;
}
main {
 flex: 1;
}
footer {
 padding: 0px 0 0 0;
 background: #fff;
}
.side-mgn, .bw {
 width: 86%;
 max-width: 960px;
 margin-left: auto;
 margin-right: auto;
}
.bold {
 font-weight: 700;
}
.small {
 font-size: .85em;
}
.center_flex, .course_menu > li div {
 display: flex;
 justify-content: center;
}
h2, .center {
 text-align: center;
}
h2 img {
 margin: auto;
}
main, .newsmodal {
 color: #004f45;
}
.newsmodal a {
 text-decoration: underline;
 color: #EE6036;
}
.obento {
 color: #e86161;
}
.obento_bg {
 background: #ec7c7c;
}
.okazu {
 color: #e57141;
}
.okazu_bg {
 background: #e98462;
}
.kokusan {
 color: #118049;
}
.kokusan_bg {
 background: #118049;
}
.karada {
 color: #ff8500;
}
.karada_bg {
 background: #ff8500;
}
@media (max-width: 739px) {
 .pc_only {
  display: none;
 }
}
@media (min-width: 740px) {
 .sp_only {
  display: none;
 }
}
main .links a, header .links a {
 color: #20863e;
 font-weight: bold;
 display: block;
 border: 1px solid;
 /*background: #e9f9d7;*/
 padding: .6em 0;
 border-radius: 5px;
 letter-spacing: 0;
 line-height: 1.5;
 background: #fff;
 box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}
a {
 transition: .3s;
}
@media (max-width: 739px) {
 header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 101;
 }
 .links {
  position: relative;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  z-index: 9;
 }
 main .links ul {
  display: flex;
  column-gap: .5em;
  text-align: center;
  padding: 7px 3% 10px;
 }
 main .links li {
  width: 50%;
 }
 main .links a {
  font-size: .95em;
 }
 main .links li:last-child {
  display: none;
 }
}
@media (min-width: 740px) {
 main .links ul {
  display: flex;
  column-gap: 1em;
  text-align: center;
  padding: 7px 3% 12px;
 }
 main .links li {
  width: 33%;
 }
}
@media (max-width: 959px) {
 header .links {
  display: none;
 }
}
@media (min-width: 960px) {
 header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5% 0 0;
  white-space: nowrap;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
 }
 .headerlogo {
  padding: 14px 5%;
 }
 header .links ul {
  display: flex;
  column-gap: .5em;
  text-align: center;
 }
 header .links ul a {
  padding: 8px 1em;
  letter-spacing: 0.04em;
 }
 main .links {
  display: none;
 }
}
@media (min-width: 1240px) {
 header .links ul {
  column-gap: 1em;
 }
 header .links ul li {
  width: 15.5em;
 }
 header .links ul a {
  padding: 8px 2em;
 }
}
.links a span {
 display: block;
 font-size: .9em;
 font-weight: normal;
}
.title-cp-news {
 background: #e9674d;
 color: #fff;
}
.title-cp-news a {
 color: #fff;
}
.main-title {
 position: relative;
}
.title {
 position: relative;
 font-weight: bold;
}
.title > div {
 position: relative;
 z-index: 4;
}
.title::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 3;
}
.menu_inpagelink a {
 position: absolute;
 width: 8em;
 height: 8em;
 top: 3vw;
 left: 3vw;
 z-index: 10;
 background: #16a527;
 border-radius: 50%;
 box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 739px) {
 .in-page-nav-pc {
  display: none;
 }
 .main-image {
  overflow: hidden;
  position: relative;
 }
 .main-image::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: url("../images/main_bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
 }
 .title {
  text-align: center;
  padding: 1.5em 0 2em 0;
 }
 .title::before {
  top: -12vw;
  background: url("../images/title_bg_sp.png") no-repeat center top;
  background-size: 80%;
 }
 .title h1 {
  width: 84%;
  margin: 0 auto 5em auto;
 }
}
.campaign a {
 background: #fff;
 display: block;
 color: #006837;
 overflow: hidden;
 border-radius: 10px;
 max-width: 700px;
 margin: auto;
}
.campaign a p {
 padding: 1em;
 font-size: .82em;
 line-height: 1.5;
}
.news {
 padding: 3em 0 4em 0;
 display: flex;
 flex-direction: row;
 justify-content: center;
}
.news h2 {
 text-align: center;
 font-size: 1.4em;
 padding: 0 0 1em 0;
}
.news ul {
 border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.news li {
 border-top: 1px solid rgba(255, 255, 255, 0.4);
 padding: .8em 0;
 font-size: .95em;
 line-height: 1.5;
}
.news li span {
 display: block;
}
.news li span.date {
 font-weight: 700;
}
@media (min-width: 740px) {
 header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 101;
 }
 .in-page-nav-pc ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3em 0 5em;
  width: 100%;
 }
 .in-page-nav-pc ul li {
  padding: 0 1em;
 }
 .in-page-nav-pc ul li:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 0, 0.5);
 }
 .in-page-nav-pc ul li a {
  display: block;
  font-weight: bold;
  transition: .3s;
 }
 .main-title {
  padding-bottom: 4em;
 }
 .main-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: 65vw;
  max-height: 680px;
  overflow: hidden;
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
 }
 .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
 }
 .title {
  width: 86%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
 }
 .title > div {
  width: 57%;
 }
 .sub_title {
  max-width: 540px;
  padding: 8vw 0 0 0;
 }
 .title::before {
  width: 53%;
  max-width: 960px;
  top: -40px;
  left: -50px;
  background: url("../images/title_bg.png") no-repeat center top;
  background-size: 100%;
 }
 .title p {
  line-height: 2;
  padding: 10vw 0 0 0;
 }
 .menu_inpagelink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
 }
 .menu_inpagelink > div {
  width: 86%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
 }
 .menu_inpagelink a {
  position: absolute;
  width: 8em;
  height: 8em;
  top: -60px;
  left: auto;
  right: 0;
  z-index: 10;
  background: #16a527;
  border-radius: 50%;
 }
 .campaign a p {
  padding: 1em 1.5em;
  font-size: .95em;
  line-height: 1.5;
 }
 .news li {
  font-size: 1em;
  position: relative;
 }
 .news li span.date {
  width: 7em;
  position: absolute;
  left: 0;
  top: .8em;
 }
 .news li span.news-txt {
  padding-left: 7em;
 }
 .news {
  padding: 4em 0 5.5em 0;
 }
}
@media (min-width: 960px) {
 .sub_title {
  padding: 80px 0 0 0;
 }
 .title p {
  padding: 130px 0 0 0;
  font-size: 1.2em;
 }
 .menu_inpagelink a {
  width: 150px;
  height: 150px;
 }
 .in-page-nav-pc ul li {
  padding: 0 2em;
 }
 .news li {
  font-size: 1.06em;
 }
}
@media (min-width: 1240px) {
 .main-image {
  width: 60%;
 }
 .title p {
  font-size: 1.2em;
 }
}
@media (min-width: 1450px) {
 .main-image {
  right: auto;
  left: 40%;
  width: 57%;
  max-width: 940px;
  border-radius: 500px;
 }
}
@media (hover: hover) {
 .in-page-nav-pc ul li a:hover {
  color: #FFDC99;
  text-decoration: underline #ff9900;
  text-underline-offset: 5px;
 }
 .menu_inpagelink a:hover {
  background: #39b500;
 }
}
.osusume {
 background: #ffdfdf;
 padding: 5em 0;
}
.osusume .comment {
 max-width: 800px;
 margin: auto;
}
.osusume-type h2 {
 margin: .5em auto 2em auto;
}
.osusume-type li {
 display: flex;
 align-items: center;
 padding: 0 0 2em 0;
}
.osusume-type li > div.illust {
 width: 48%;
 text-align: center;
}
.osusume-type li > div.txt {
 width: 52%;
}
.osusume-type li.type-05 > div.illust {
 width: 52%;
 text-align: center;
}
.osusume-type li.type-05 > div.txt {
 width: 48%;
 padding-left: .5em;
}
.osusume-type li h3 span {
 background: #fff;
 font-size: 1.15em;
 font-weight: 700;
 padding: .25em 0;
 line-height: 1.8;
}
.osusume-type li > div.txt p {
 font-size: .9em;
 margin: .5em 0 0 0;
}
.osusume-point {
 padding: 4em 0 2em;
}
.osusume-point .osusume-point-sub {
 font-weight: bold;
 text-align: center;
 margin-top: .5em;
}
.osusume-point ol {
 padding-top: 1.5em;
}
.osusume-point li {
 padding: 2em 1.5em;
 margin: 1em 0 0 0;
 background: #ffd3ce;
 position: relative;
 border-radius: 10px;
}
.osusume-point li .point_icon {
 position: relative;
}
.osusume-point li .point_icon_img {
 border-radius: 50%;
 overflow: hidden;
 position: relative;
 z-index: 2;
 background: #fff;
}
.osusume-point li .point_icon_img img {
 display: block;
 margin: auto;
}
.osusume-point li .point_num {
 position: absolute;
 left: -.3em;
 top: .5em;
 z-index: 3;
 font-size: 2.5em;
 font-weight: 700;
 line-height: 1;
 letter-spacing: 0;
}
.osusume-point h3 {
 font-size: 1.3em;
 font-weight: bold;
}
.osusume-point h3 span {
 color: #e05a5a;
}
.osusume-point ol li p {
 font-size: .85em;
 padding: .5em 0 0;
}
@media (max-width: 639px) {
 .osusume-type li:nth-child(even) {
  flex-direction: row-reverse;
 }
 .osusume h2 {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
 }
 .osusume-point li {
  display: flex;
  align-items: center;
 }
 .osusume-point li .point_icon {
  width: 37%;
 }
 .osusume-point li > div:not(.point_icon) {
  width: 63%;
  padding-left: .7em;
 }
}
@media (min-width: 640px) {
 .osusume-point ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 4%;
 }
 .osusume-point li {
  width: 48%;
 }
 .point_icon_img {
  width: 118px;
  margin: 0 auto .7em;
 }
 .osusume-point h3 {
  text-align: center;
 }
 .osusume-point li .point_num {
  left: 0.5em;
 }
}
@media (min-width: 740px) {
 .osusume-type h2 {
  margin: 1em auto 3em auto;
 }
 .osusume-type ul {
  display: flex;
  justify-content: center;
  column-gap: 4%;
 }
 .osusume-type ul:nth-of-type(2) li {
  flex-direction: row-reverse;
 }
 .osusume-type ul:nth-of-type(3) li {
  width: 64%;
  max-width: 500px;
 }
 .osusume-type li > div.txt p {
  font-size: 1em;
 }
 .osusume-point h2 {
  margin-bottom: 1em;
 }
 .osusume-point .osusume-point-sub {
  font-size: 1.15em;
 }
 .osusume-point ol {
  column-gap: 16px;
 }
 .osusume-point li {
  width: 31%;
 }
 .osusume-point h3 {
  padding: .3em 0;
 }
 .osusume-point ol li p {
  font-size: .95em;
  padding: 0;
 }
}
@media (min-width: 960px) {
 .osusume-point h3 {
  font-size: 1.4em;
 }
 .osusume-type li > div.illust {
  width: 210px;
 }
 .osusume-type li > div.txt {
  width: 220px;
 }
 .osusume-type li h3 {
  font-size: 1.4em;
 }
}
.course {
 background: #f4ebe4;
 padding: 4em 0 5em;
}
.course h2 {
 width: 86%;
 text-align: center;
 margin: auto;
}
.course > div > ul > li {
 padding-top: 2em;
}
.course-image {
 position: relative;
}
.course-image > img {
 filter: drop-shadow(0px 10px 12px rgba(110, 67, 0, 0.6));
}
.course-image .course-memo {
 position: absolute;
 border-radius: 50%;
 overflow: hidden;
 background: #fff;
 text-align: center;
}
.course-image .course-memo img {
 display: block;
 margin: auto;
}
.course h3 {
 font-size: 1.1em;
}
.course h3 span {
 display: block;
 line-height: 1.6;
}
.course h3 span:not(.course-catch) {
 font-size: 1.5em;
}
.course .spec {
 font-size: .95em;
}
.price-block {
 display: inline-block;
 padding: .8em 2em;
 border-radius: 50px;
 color: #fff;
 margin: .5em 0;
 font-size: 1.1em;
 line-height: 1;
}
.price-block > div {
 display: flex;
 align-items: center;
 justify-content: center;
}
.price-block .num {
 font-size: 1.6em;
 font-weight: 700;
 display: inline-block;
 padding: 0 0 0 .3em;
}
.price-block .price span:not(.num) {
 display: inline-block;
 transform: translateY(-2px);
}
/* .course-1 .course-image .course-memo {
 border: 3px solid #ec7c7c;
}
.course-2 .course-image .course-memo {
 border: 3px solid #e98462;
}
.course-3 .course-image .course-memo {
 border: 3px solid #118049;
} */
@media (max-width: 739px) {
 .course li {
  text-align: center;
 }
 .course-image .course-memo {
  position: absolute;
  right: 0;
  bottom: .5em;
  width: 28%;
  height: auto;
 }
}
@media (min-width: 740px) {
 .course_wrapper {
  margin: 2em 0 0 0;
 }
 .course_wrapper > li {
  display: flex;
  align-items: center;
  padding: 2em 0 2em 0;
 }
 .course-image {
  width: 60%;
 }
 .course-txt {
  width: 40%;
  padding-left: 1em;
 }
 .course-txt h3, .course-txt p {
  padding: 0 0 .5em 0
 }
 .course-memo {
  top: -1em;
  right: 0;
 }
 .price-block {
  padding: 0.8em 1.5em;
  white-space: nowrap;
 }
}
@media (min-width: 740px) and (max-width: 959px) {
 .course-memo {
  width: 25%;
 }
}
@media (min-width: 960px) {
 .course_wrapper > li {
  padding: 1em 0;
 }
 .course > div > ul > li {
  padding-top: 0;
 }
 .course-memo {
  top: 1em;
  right: 0;
 }
}
.guide {
 background: #fff5dc;
 padding: 3em 0 5em;
}
.guide h2 {
 width: 86%;
 text-align: center;
 margin: auto;
}
.guide_ex_wrapper li {
 padding: 0 0 .5em 0;
 font-weight: 700;
 font-size: 1.1em;
 text-align: center;
}
.guide_ex_wrapper .calc {
 font-size: 1.1em;
 font-weight: normal;
 letter-spacing: 0;
}
.guide_ex_wrapper .calc span {
 font-size: .75em;
}
.guide_ex_wrapper .ex_title {
 letter-spacing: 0;
}
.guide_ex_wrapper .ex_title span {
 display: inline-block;
 font-size: .75em;
 color: #fff;
 line-height: 1.8;
 padding: 0 1em;
 margin-right: .3em;
 border-radius: 15px;
 font-weight: normal;
 transform: translateY(-2px);
}
.guide_ex {
 border-radius: 10px;
 overflow: hidden;
 margin: .5em auto 1em;
}
.guide-sub {
 text-align: center;
 margin: .5em 0 2em 0;
}
.guide_ex_val {
 padding: 1em 0 3em;
}
.guide_ex_val .pc {
 display: none;
}
.guide_ex_val h4 {
 padding: 0 0 .2em 0;
 font-size: 1.35em;
 text-align: center;
}
.guide_ex_val .frozen a {
 font-size: .95em;
 display: block;
 color: #004f45;
 padding: 1.2em 1.5em;
 border: 2px solid #ffd75f;
 background: #fdedc1;
 border-radius: 10px;
}
.guide_ex_val .frozen a .underline {
 border-bottom: 1px solid;
}
.guide-sub h3 {
 margin-bottom: 1em;
 font-size: 1.3em;
 line-height: 1.5;
}
.guide-sub p br {
 display: none;
}
.guide-otodoke h4 {
 font-size: 1.4em;
 margin-bottom: .5em;
 line-height: 1.4;
}
.guide-otodoke p {
 font-size: .95em;
 margin-bottom: .8em;
}
.guide-otodoke p.small {
 font-size: .8em;
}
@media (min-width: 740px) {
 .guide-sub p br {
  display: inline;
 }
 .guide_ex_val {
  display: flex;
  flex-wrap: wrap;
 }
 .guide_ex_val h4 {
  text-align: left;
 }
 .guide_ex_val > div {
  width: 50%;
 }
 .guide_ex_val > div:first-child {
  padding: 0 3% 0 0;
 }
 .guide_ex_val > div.frozen.sptb {
  width: 100%;
 }
}
@media (min-width: 960px) {
 .guide_ex_val > div:first-child {
  padding: 0 1.5em 0 0;
 }
 .guide_ex_val .frozen.pc {
  display: block;
  margin-top: 1em;
 }
 .guide_ex_val .frozen.sptb {
  display: none;
 }
}
.nagare {
 padding: 5em 0 0 0;
}
.nagare h3 {
 text-align: center;
 font-size: 2em;
 padding-bottom: 2em;
}
.nagare ol {
 counter-reset: num;
 padding-bottom: 3em;
}
.nagare ol ul {
 list-style: disc;
 margin-left: 2em;
 font-size: .95em;
}
.nagare ol ul li {
 margin-bottom: .5em;
}
.nagare ol > li {
 position: relative;
 padding-left: 2em;
 counter-increment: num;
 margin-bottom: 1.5em;
}
.nagare ol > li:not(:nth-child(3))::before {
 content: "";
 width: 1px;
 height: calc(100% - 2.5em);
 border-left: 2px dotted #f5aa3b;
 position: absolute;
 top: 3em;
 left: 1.3em;
}
.nagare ol > li::after {
 content: counter(num);
 position: absolute;
 top: -0.2em;
 left: 0;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 2em;
 height: 2em;
 line-height: 2;
 border-radius: 50%;
 text-align: center;
 color: #fff;
 background-color: #f5aa3b;
 font-weight: 700;
 font-size: 1.3em;
}
.nagare ol h4 {
 padding-left: .8em;
 font-size: 1.3em;
 margin-bottom: .8em;
}
.entry_block {
 padding: 1em 0;
 margin-left: 1em;
 text-align: center;
}
.entry_block .entry_link {
 padding-bottom: .8em;
}
.entry_block .entry_link a {
 display: block;
 background: #ef724d;
 color: #fff;
 padding: .5em;
 border-radius: 5px;
 box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.entry_block .entry_link a span {
 display: block;
 line-height: 1.6;
}
.entry_block .entry_link a span:first-child {
 font-size: .8em;
}
.entry_block .entry_link a span:last-child {
 font-size: 1.1em;
 font-weight: bold;
}
.center_tel {
 line-height: 1.7;
}
.center_tel svg {
 width: 1.1em;
 transform: translateY(3px);
 fill: currentColor;
}
.center_tel a {
 color: #004f45;
 font-size: 1.8em;
 line-height: 1.3;
 padding: .3em 0;
}
.center_tel p > span {
 display: block;
 letter-spacing: 0;
}
.center_tel p > span:last-child {
 font-weight: bold;
 font-size: 1.1em;
}
.area {
 background: #fff;
 border-radius: 10px;
 border: 3px solid #fce482;
 padding: 1.5em;
}
.area h3 {
 text-align: center;
 font-size: 1.4em;
 margin-bottom: 1em;
 padding: 0;
}
.area h3 > span {
 display: block;
 font-weight: normal;
 font-size: .75em;
}
.area h4 {
 font-size: 1.05em;
 margin: .5em 0;
}
.area h4 span {
 display: inline-block;
 background: #fce482;
 padding: 0 1.5em;
 line-height: 2;
 border-radius: 30px;
}
.area p {
 line-height: 2;
 font-size: .95em;
 font-feature-settings: normal;
 letter-spacing: 0;
}
@media (max-width: 739px) {
 .guide-otodoke li {
  display: flex;
  align-items: center;
  margin: 1.5em 0 0 0;
 }
 .guide-otodoke li > div:first-child {
  width: 60%;
 }
 .guide-otodoke li > div:nth-of-type(2) {
  width: 40%;
 }
}
@media (min-width: 740px) {
 .guide_ex_wrapper, .guide-otodoke {
  display: flex;
  justify-content: space-between;
 }
 .guide_ex_wrapper li {
  width: 32%;
  font-size: 1em;
  margin: 2em 0 1em 0;
 }
 .guide-otodoke {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2em 0 0 0;
 }
 .guide-otodoke li {
  width: 31%;
 }
 .guide-otodoke h4 {
  font-size: 1.3em;
  text-align: center;
 }
 .guide-otodoke img {
  margin: auto;
 }
 .guide-otodoke p.small.pc_only {
  position: relative;
  margin-top: -2em;
  font-size: .85em;
 }
 .entry_block .columns {
  display: flex;
  justify-content: space-between;
 }
 .entry_block .columns > div {
  width: 49%;
 }
 .entry_block .entry_link a {
  padding: 1em;
 }
 .entry_block .entry_link a span:last-child {
  font-size: 1.2em;
 }
 .nagare ol > li {
  padding-left: 3em;
 }
 .nagare ol ul, .area p {
  font-size: 1em;
 }
 .area {
  padding: 2em 2.5em 2.5em;
 }
}
@media (min-width: 960px) {
 .guide_ex_wrapper li {
  font-size: 1.2em;
 }
 .guide-otodoke h4 {
  font-size: 1.4em;
  margin: 1.5em 0 .5em 0;
 }
}
@media (min-width: 1240px) {
 .guide_ex_wrapper li {
  width: 300px;
 }
}
.menu {
 background: #f4ebe4;
 padding: 3em 0 5em;
}
.menu h2 {
 width: 86%;
 text-align: center;
 margin: auto;
}
.menu_sub {
 font-size: 1.6em;
 font-weight: 700;
 text-align: center;
 margin-top: 1em;
}
.menu_sub + p {
 font-size: 1.2em;
 font-weight: 700;
 text-align: center;
 margin: 1em 0;
 letter-spacing: 0;
}
.menu .annotation li {
 font-size: .95em;
 position: relative;
 padding: 0 0 0 1.2em;
}
p.annotation {
 position: relative;
 padding: 0 0 0 1.2em;
}
.menu .annotation li::before, p.annotation::before {
 content: "※";
 position: absolute;
 left: 0;
 top: 0;
}
.course_menu > li {
 background: #fff;
 padding: 2em 0 1.5em;
 border-radius: 12px;
 position: relative;
 margin: 3em 0 0 0;
}
.course_menu > li::before {
 display: block;
 content: "";
 position: absolute;
 width: 70px;
 height: 70px;
 top: -30px;
 left: 50%;
 transform: translateX(-50%);
 background-image: url("../images/menu_sonota.png");
 background-size: cover;
 border-radius: 50%;
 z-index: 1;
}
.course_menu > li.menu_obento::before {
 background-image: url("../images/menu_obento.png");
}
.course_menu > li.menu_okazu::before {
 background-image: url("../images/menu_okazu.png");
}
.course_menu > li.menu_kokusan::before {
 background-image: url("../images/menu_kokusan.png");
}
.course_menu > li.menu_karada::before {
 background-image: url("../images/menu_karada.png");
}
.course_menu > li.frozen::before {
 background-image: url("../images/menu_frozen.png");
}
.course_menu h4 {
 text-align: center;
 font-size: 1.2em;
 position: relative;
 z-index: 5;
}
.course_menu li.frozen h4 {
 color: #20999c;
}
.course_menu > li ul li {
 padding: .3em 0;
}
.course_menu a {
 color: #222;
 font-size: .92em;
 letter-spacing: 0;
 padding: .3em 0;
 display: block;
 text-decoration: underline;
 text-decoration-color: #aaa;
 text-underline-offset: 3px;
}
@media (min-width: 740px) {
 .course_menu {
  display: flex;
  justify-content: center;
  column-gap: 4%;
  flex-wrap: wrap;
 }
 .course_menu > li {
  width: 48%;
  margin: 4em 0 0em 0;
 }
 .course_menu a {
  font-size: 1em;
 }
}
.voice {
 background: #e3ecd7;
 padding: 3em 0 5em;
}
.voice h2 {
 width: 86%;
 text-align: center;
 margin: auto;
}
.voice h2 + p {
 font-size: 1.2em;
 text-align: center;
 font-weight: 700;
 margin: .5em 0 2em 0;
}
.voice li {
 margin: 0 0 1.5em 0;
}
.voice li div:not(.psn) {
 background: #fff;
 padding: 1.5em;
 border-radius: 1em;
}
.voice li div.psn {
 padding: .5em 0 0 3.5em;
 position: relative;
 font-size: .9em;
 font-weight: bold;
}
.voice li div.psn::before {
 position: absolute;
 content: "";
 background-image: url("../images/fukidashi.svg");
 display: inline-block;
 height: 18px;
 width: 18px;
 left: 2em;
 top: 0;
}
@media (min-width: 740px) {
 .voice .columns {
  display: flex;
  column-gap: 4%;
 }
 .voice .columns ul {
  width: 50%;
 }
}
/*PCでの電話番号リンク無効*/
@media (hover: hover) {
 a[href^="tel:"] {
  pointer-events: none;
 }
}
.openbtn {
 position: fixed;
 cursor: pointer;
 width: 50px;
 height: 50px;
 border-radius: 5px;
 right: 5px;
 top: 6px;
 z-index: 501;
}
@media (min-width: 740px) {
 .openbtn {
  top: 12px;
 }
}
.openbtn span {
 display: inline-block;
 transition: all .4s; /*アニメーションの設定*/
 position: absolute;
 left: 14px;
 height: 3px;
 border-radius: 2px;
 background: #20863e;
 width: 45%;
}
.openbtn span:nth-of-type(1) {
 top: 15px;
}
.openbtn span:nth-of-type(2) {
 top: 23px;
}
.openbtn span:nth-of-type(3) {
 top: 31px;
}
.openbtn.active span:nth-of-type(1) {
 top: 18px;
 left: 18px;
 transform: translateY(6px) rotate(-45deg);
 width: 30%;
}
.openbtn.active span:nth-of-type(2) {
 opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
 top: 30px;
 left: 18px;
 transform: translateY(-6px) rotate(45deg);
 width: 30%;
}
.drawernav {
 background: #fff;
 color: #004f45;
 width: 100vw;
 height: 100vh;
 position: fixed;
 top: 0;
 left: 100vw;
 z-index: 400;
 padding: 80px 6% 50px;
 overflow-y: scroll;
 text-align: center;
 transition: .3s;
}
.drawernav.active {
 left: 0;
}
.drawernav a {
 color: #004f45;
}
.drawernav > div.center_flex > div {
 min-width: 80%;
}
.drawernav > div > ul {
 width: 100%;
}
.hashlink {
 margin: 1em 0;
}
.hashlink li:not(:last-child) {
 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hashlink a {
 padding: .5em 0;
 font-weight: bold;
 display: block;
 text-align: left;
}
.nav_btn li {
 padding: .5em 0;
}
.nav_btn p {
 padding: 1em 0 .5em 0;
 font-size: .9em;
}
.nav_btn a {
 text-align: center;
 color: #fff;
 font-weight: bold;
 display: block;
 background: #ef724d;
 padding: .6em 0;
 border-radius: 5px;
 line-height: 1.5;
 box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.nav_btn a span {
 display: block;
 font-size: .9em;
 font-weight: normal;
}
@media (min-width: 960px) {
 .drawemenu {
  display: none;
 }
}
.headerlogo {
 padding: 10px 5%;
 top: 0;
 left: 0;
 display: flex;
 background: #fff;
 justify-content: space-between;
 position: relative;
 z-index: 500;
}
.headerlogo a {
 display: block;
}
.headerlogo img.tohto_logo, .headerlogo img.anniv50th {
 width: auto;
 height: 42px;
 display: inline-block;
}
@media (min-width: 740px) {
 .headerlogo img.tohto_logo, .headerlogo img.anniv50th {
  height: 54px;
 }
}
header img, footer img, svg {
 display: inline;
}
footer .statutes li {
 font-size: .85em;
 padding: .3em 0;
}
.footerinfo .telnum .number {
 font-size: 1.8em;
 line-height: 1.5;
}
.footerinfo .telnum p:first-child {
 font-size: .92em;
 font-weight: bold;
 padding-bottom: 3px;
}
.footerinfo .telnum p:first-child span {
 font-size: 1.2em;
}
.footerinfo .telnum p.tel_uketsuke {
 font-size: .8em;
}
.footerinfo .telnum .icon-tel {
 width: auto;
 height: 28px;
 margin-right: 0px;
 fill: #222;
 transform: translateY(2px);
}
footer a {
 color: #222;
}
.footerinfo {
 border-top: 1px solid #eee;
 border-bottom: 1px solid #eee;
 padding: 30px 0;
}
.footerinfo .bw {
 display: flex;
 flex-direction: column;
 align-items: center;
}
.footerinfo .footerlogo img.tohto_logo, .footerinfo .footerlogo img.anniv50th {
 width: auto;
 height: 48px;
 margin-bottom: 15px;
}
.footerinfo .telnum {
 text-align: center;
}
footer .statutes {
 margin-bottom: .5em;
}
footer .statutes li {
 display: inline-block;
 margin: 0 .7em;
}
footer .statutes li:last-child {
 margin-right: 0;
}
.copyright {
 padding: 15px 0;
 display: flex;
 flex-direction: column;
 text-align: center;
}
.copyright p {
 font-size: .8em;
 color: #aaa;
 white-space: nowrap;
}
.pagetop {
 position: fixed;
 bottom: 1em;
 right: 1em;
 z-index: 49;
 width: 2.6em;
 height: 2.6em;
 border-radius: 50%;
 text-align: center;
 display: none;
 background: rgba(0, 0, 0, 0.25);
}
.pagetop svg {
 width: 70%;
 height: 70%;
 fill: #fff;
 transform: translateY(20%);
}
.pagetop.is-fixed {
 display: block;
 opacity: 1;
}
@media print, screen and (min-width: 740px) {
 .footerinfo .footerlogo img.tohto_logo, .footerinfo .footerlogo img.anniv50th {
  width: auto;
  height: 54px;
  margin-bottom: 0;
 }
 .footerinfo .telnum {
  text-align: right;
 }
 .footerinfo .telnum .icon-tel {
  width: auto;
  height: 26px;
 }
 .footerinfo .telnum .number {
  font-size: 28px;
  letter-spacing: 0.05em;
 }
 .footerinfo .bw {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
 }
 .copyright {
  padding: 35px 0 50px 0;
  text-align: left;
 }
 footer .statutes li {
  display: inline-block;
  margin: 0 1.5em 0 0;
 }
}
@media print, screen and (min-width: 1025px) {
 .copyright {
  flex-direction: row;
  justify-content: space-between;
 }
}
.request {
 padding: 3em 0;
}
.request hr {
 height: 0;
 margin: 0;
 padding: 0;
 border: 0;
 border-top: 1px solid #eee;
 display: none;
}
.request h3 {
 text-align: center;
 padding: 1em 0;
 margin: 1em 0 0 0;
 white-space: nowrap;
}
.request li {
 padding: 0 0 1em 0;
}
.request li p {
 font-size: .9em;
}
.request li a {
 font-size: 1.15em;
 text-align: center;
 display: block;
 background: #ef724d;
 color: #fff;
 padding: 1.3em;
 border-radius: 5px;
 box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
 font-weight: bold;
 margin: 0 0 0.5em 0;
}
@media (min-width: 740px) {
 .request .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 50px;
 }
 .request .flex > div {
  width: calc(50% - 25px);
 }
 .request hr {
  display: block;
  margin-top: 2em;
 }
}
@media (min-width: 960px) {
 .entry p.annotation {
  position: relative;
  padding: 0 0 0 0;
  text-align: center;
 }
 .entry p.annotation::before {
  content: "※";
  position: relative;
  left: 0;
  top: 0;
 }
}
.newsmodal {
 padding: 0 0 20px 0;
 margin-top: -20px;
}
.newsmodal h2 {
 font-size: 1.3em;
 text-align: left;
 padding: .5em 0 0.8em;
 margin: 0 0 1em;
 border-bottom: 1px solid rgba(0, 80, 70, 0.3);
 line-height: 1.6;
}
.newsentry {
 line-height: 2;
 font-size: 1.066em;
}
.close_btn {
 text-align: right;
 width: 100%;
}
.news-close.modaal-close {
 position: relative;
 right: -10px;
 top: -10px;
 color: #fff;
 cursor: pointer;
 opacity: 1;
 width: 50px;
 height: 50px;
 background: rgba(0, 140, 70, 1);
 border-radius: 100%;
 -webkit-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
.news-close-bottom.modaal-close {
 display: inline-block;
 position: relative;
 right: auto;
 top: auto;
 width: 8em;
 height: 2.5em;
 line-height: 2.4;
 cursor: pointer;
 background: #fff;
 border-radius: 50px;
 color: #008c45;
 border: 2px solid;
 font-weight: bold;
}
.news-close-bottom.modaal-close::before, .news-close-bottom.modaal-close::after {
 display: none;
}
.newsmodal .close {
 padding: 3em 0 0 0;
 text-align: center;
}
.modaal-inner-wrapper {
 display: table-cell;
 width: 100%;
 height: 100%;
 position: relative;
 vertical-align: middle;
 text-align: center;
 padding: 80px 3%;
}
@media (min-width: 740px) {
 .newsmodal {
  padding: 0px 15px 30px;
 }
}
@media (hover: hover) {
 .newsmodal a:hover {
  text-decoration: none;
 }
 .news-close-bottom.modaal-close:hover {
  background: #dbecc5;
 }
 header .links ul a:hover {
  background: #fffdb8;
 }
 .entry_block .entry_link a:hover {
  background: #ffac41;
 }
 .request li a:hover {
  background: #ffac41;
 }
}
@media (max-width: 519px) {
 .newsentry td {
  display: block;
 }
}