@charset "UTF-8";

@media screen and (min-width: 1200px) {
  .sc-hero-top {
    width: 100%;
    position: relative;
  }

  .sc-hero-top:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }

  .sc-hero-top .sc-hero-img img {
    width: 100%;
  }

  .sc-hero-top h1 {
    font-size: 75px;
    position: absolute;
    bottom: -30px;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    color: white;
    z-index: 122;
    line-height: 74px;
  }

  .sc-hero-top h1 span {
    display: block;
    font-size: 38px;
  }

  .sc-main {
    padding: 80px 0;
    background: #623F15;
    text-align: center;
    color: white;
  }

  .sc-main .sc-picts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 60px;
  }

  .sc-main .sc-picts .sc-pict {
    width: calc(100% / 6);
  }

  .sc-main .sc-picts .sc-pict img {
    width: 100%;
  }

  .sc-main .sc-title {
    position: relative;
    display: inline-block;
    padding-bottom: 60px;
  }

  .sc-main .sc-title h2 {
    padding: 8px 0;
    font-size: 36px;
    color: white;
  }

  .sc-main .sc-title:before,
  .sc-main .sc-title:after {
    content: '';
    position: absolute;
    top: 0%;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
  }

  .sc-main .sc-title:before {
    left: -50px;
    background-image: url(img/ttl_school_sd1.png);
  }

  .sc-main .sc-title:after {
    right: -240px;
    background-image: url(img/ttl_school_sd2.png);
  }

  .sc-main .rs-title {
    margin-top: 50px;
  }

  .sc-main .rs-title:before,
  .sc-main .rs-title:after {
    top: 20%;
  }

  .sc-main .rs-title:before {
    left: -60px;
  }

  .sc-main .rs-title:after {
    right: -210px;
  }

  .sc-main .sc-content p {
    line-height: 32px;
  }

  .sc-main .sc-courses {
    padding: 80px 0;
    text-align: left;
    width: 800px;
    margin: auto;
  }

  .sc-main .sc-courses .course-ttl {
    font-size: 18px;
  }

  .sc-main .sc-courses .course-container {
    padding: 20px 0;
  }

  .sc-main .sc-courses .course-container .course {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 1px solid white;
    margin-bottom: 30px;
  }

  .sc-main .sc-courses .course-container .course .course-img {
    width: 300px;
    height: 220px;
  }

  .sc-main .sc-courses .course-container .course .course-img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .sc-main .sc-courses .course-container .course .course-contents {
    height: 220px;
    width: 500px;
  }

  .sc-main .sc-courses .course-container .course .course-contents .course-content1,
  .sc-main .sc-courses .course-container .course .course-contents .course-content2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 110px;
    padding: 0 20px;
    overflow-y: auto;
  }

  .sc-main .sc-courses .course-container .course .course-contents .course-content1 *,
  .sc-main .sc-courses .course-container .course .course-contents .course-content2 * {
    font-size: 18px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    line-height: 28px;
  }

  .sc-main .sc-courses .course-container .course .course-contents .course-content1 {
    background: #231204;
  }

  .sc-main .sc-courses .course-container .course .course-contents .course-content2 {
    background: #42280C;
  }

  .sc-main .sc-courses .course-container span {
    display: block;
    margin-top: -10px;
    font-size: 15px;
  }

  .sc-main .sc-movie {
    margin-bottom: 80px;
  }

  .sc-main .sc-contact-container {
    width: 960px;
    margin: 0px auto 80px;
  }

  .sc-main .sc-contact-container .mw_wp_form_confirm .form-top-ms,
  .sc-main .sc-contact-container .mw_wp_form_complete .form-top-ms {
    display: none;
  }

  .sc-main .sc-contact-container form .form-top-ms {
    padding-bottom: 40px;
    text-align: center;
  }

  .sc-main .sc-contact-container form .form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 0;
    border-top: 1px solid white;
  }

  .sc-main .sc-contact-container form .form-item dt {
    width: 30%;
    text-align: left;
  }

  .sc-main .sc-contact-container form .form-item dd {
    width: 70%;
    text-align: left;
  }

  .sc-main .sc-contact-container form .form-item dd .error {
    color: orange;
    margin-top: 10px;
    display: inline-block !important;
  }

  .sc-main .sc-contact-container form .form-item dd input[type="text"],
  .sc-main .sc-contact-container form .form-item dd input[type="email"] {
    border-radius: 5px;
    padding: 22px;
  }

  .sc-main .sc-contact-container form .form-item dd input[type="radio"] {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-left: 20px;
  }

  .sc-main .sc-contact-container form .form-item dd input[type="radio"]:first-child {
    margin-left: 0;
  }

  .sc-main .sc-contact-container form .form-item:nth-child(3) dd {
    width: auto;
  }

  .sc-main .sc-contact-container form .under-line {
    border-bottom: 1px solid white;
  }

  .sc-main .sc-contact-container form p,
  .sc-main .sc-contact-container form h4 {
    text-align: left;
    line-height: 28px;
  }

  .sc-main .sc-contact-container form .sc-remark {
    padding: 10px 0 50px;
  }

  .sc-main .sc-contact-container form .sc-about-cancel {
    padding-bottom: 30px;
  }

  .sc-main .sc-contact-container form .sc-btn input[type="submit"] {
    display: inline-block;
    padding: 12px 180px;
    border-radius: 20px;
    border: 0;
    color: white;
    background: url(img/img_submit.png) no-repeat 0 0px;
    background-position: center center;
  }

  .sc-main .sc-contact-container form .sc-btn input[type="submit"]:hover {
    opacity: 0.7;
  }

  .news_inner {
    margin: auto;
    width: 800px;
  }

  .news-all .news_text {
    min-width: 240px;
  }

  .news-update h3 {
    text-align: center;
    padding-bottom: 20px;
  }

  .news-update ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #231204;
    padding: 18px 30px;
    border-bottom: 1px solid #241204;
  }

  .news-update ul li .to-news {
    display: block;
  }

  .news-update ul li img {
    display: none;
  }

  .news-update ul li .news_update_day {
    padding-right: 10px;
  }

  .news-update ul li .news_category {
    background: white;
    display: inline-block;
    padding: 3px 20px;
    border-radius: 5px;
    margin-right: 20px;
  }

  .news-update ul li .news_to_link {
    float: right;
    text-align: right;
  }

  .news-update ul li .news_to_link a {
    display: inline-block;
    background: #4C2E1B;
    color: white;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 5px;
    min-width: 125px;
  }

  .news-update ul li .news_to_link a:hover {
    opacity: 0.7;
  }

  .news-update .past-news-btn {
    padding-top: 40px;
    text-align: center;
  }

  .news-update .past-news-btn a img {
    width: 330px;
  }

  .news-update .past-news-btn a:hover {
    opacity: 0.7;
  }

  .efforts {
    width: 1200px;
    margin: 100px auto 20px;
    background-image: url("./img/Efforts_bk.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 60px;
  }

  .efforts h2 {
    text-align: center;
    font-size: 36px;
    padding-bottom: 20px;
  }

  .efforts p {
    text-align: center;
    line-height: 28px;
    padding: 0 30px;
  }

  .efforts .sdgs {
    text-align: center;
    padding-top: 30px;
  }

  .efforts .sdgs .sdgs-bnr {
    padding-bottom: 30px;
  }

  .efforts .sdgs .sdgs-bnr img {
    width: 400px;
  }

  /* 店舗紹介 */
  .gr-hero-top {
    width: 100%;
  }

  .gr-hero-top .gr-hero-img img {
    width: 100%;
  }

  .gr-main {
    padding: 80px 0;
    text-align: center;
  }

  .gr-main .gr-title {
    position: relative;
    display: inline-block;
    padding-bottom: 60px;
  }

  .gr-main .gr-title h2 {
    padding: 8px 0;
    font-size: 36px;
    color: #241204;
    text-shadow: 1px 2px 4px #A56600;
  }

  .gr-main .gr-title:before,
  .gr-main .gr-title:after {
    content: '';
    position: absolute;
    top: -15%;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
  }

  .gr-main .gr-title:before {
    left: -190px;
    background-image: url(img/greeting_ttl01.png);
  }

  .gr-main .gr-title:after {
    right: -270px;
    background-image: url(img/greeting_ttl02.png);
  }

  .gr-main .gr-content p {
    color: #241204;
    line-height: 32px;
  }

  .gr-main .gr-banner {
    width: 700px;
    padding: 120px 0;
    margin: auto;
  }

  .gr-main .gr-banner a {
    display: block;
    border: 2px solid #13B900;
    border-radius: 12px;
  }

  .gr-main .gr-banner a .banner-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: white;
    border-radius: 12px;
    padding: 30px 0;
    text-align: center;
  }

  .gr-main .gr-banner a .banner-title .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 30px;
  }

  .gr-main .gr-banner a .banner-title .banner:last-child {
    padding-right: 0px;
  }

  .gr-main .gr-banner a .banner-title .banner .company-logo {
    width: 250px;
  }

  .gr-main .gr-banner a .banner-title .banner .line-logo {
    width: 40px;
  }

  .gr-main .gr-banner a .banner-title .banner span {
    color: #13B900;
    font-size: 20px;
    padding-left: 20px;
  }

  .gr-main .gr-banner a .banner-content {
    background: #13B900;
    border-radius: 0 0 9px 9px;
    padding: 15px 0;
  }

  .gr-main .gr-banner a .banner-content p {
    color: white;
  }

  /* Share roster */
  .sr-inner {
    width: 925px;
    margin: 0 auto;
  }

  .sr-inner .pan {
    padding: 10px 0 0;
  }

  .sr-inner2 {
    width: 980px;
    margin: 0 auto;
  }

  .sr-hero-top {
    width: 100%;
    position: relative;
  }

  .sr-hero-top .sr-hero-img {
    position: relative;
  }

  .sr-hero-top .sr-hero-img img {
    width: 100%;
  }

  .sr-hero-top .sr-hero-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }

  .sr-hero-top .sr-top-ttl {
    position: absolute;
    top: 43%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .sr-about {
    padding: 80px 0;
    background: #F9F3EF;
    text-align: center;
  }

  .sr-about .sr-about-ttl {
    padding-bottom: 40px;
  }

  .sr-about .sr-about-ttl img {
    width: 60px;
  }

  .sr-about .sr-about-ttl h2 {
    padding: 8px 0;
    font-size: 36px;
    color: #241204;
    text-shadow: 1px 2px 4px #A56600;
  }

  .sr-about p {
    color: #241204;
    line-height: 32px;
  }

  .sr-recomend {
    background: white;
    padding: 100px 0px 80px;
    text-align: center;
  }

  .sr-recomend .sr-inner {
    padding: 0 100px;
  }

  .sr-recomend .sr-inner h2 {
    font-size: 30px;
    color: #241204;
    text-shadow: 1px 2px 4px #A56600;
    padding: 0px 0 50px;
  }

  .sr-recomend .sr-inner .sr-rec-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sr-recomend .sr-inner .sr-rec-contents .sr-rec-content {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    padding-bottom: 20px;
  }

  .sr-reason {
    padding: 120px 0;
    text-align: center;
  }

  .sr-reason h2 {
    font-size: 30px;
    color: #241204;
    text-shadow: 1px 2px 4px #A56600;
    padding: 0px 0 50px;
  }

  .sr-reason .sr-res-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sr-reason .sr-res-contents .sr-res-content {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }

  .sr-reason .sr-res-contents .sr-res-content .res-ttl {
    position: relative;
    padding: 20px 0;
  }

  .sr-reason .sr-res-contents .sr-res-content .res-ttl span {
    position: absolute;
    top: -56%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 100px;
    color: #BE8C40;
    opacity: 0.4;
  }

  .sr-reason .sr-res-contents .sr-res-content .res-ttl h3 {
    font-size: 20px;
    color: #241204;
  }

  .sr-reason .sr-res-contents .sr-res-content .res-txt p {
    text-align: left;
    padding: 25px;
    background: #EFE1D1;
    border-radius: 0 0 10px 10px;
    line-height: 32px;
  }

  .sr-plan {
    background: white;
    text-align: center;
    padding: 100px 0;
  }

  .sr-plan .sr-inner {
    padding: 0 100px 80px;
  }

  .sr-plan h2 {
    font-size: 30px;
    color: #241204;
    text-shadow: 1px 2px 4px #A56600;
    padding: 0 0 10px;
  }

  .sr-plan p {
    line-height: 32px;
  }

  .sr-plan .sr-plan-list {
    margin: 40px 0;
  }

  .sr-plan .sr-plan-list table {
    border: 1px solid #707070;
  }

  .sr-plan .sr-plan-list table tr {
    border-bottom: 1px solid #707070;
  }

  .sr-plan .sr-plan-list table tr th {
    font-size: 20px;
    text-align: center;
    background: #EFE1D1;
    padding: 20px 30px;
    vertical-align: middle;
  }

  .sr-plan .sr-plan-list table tr td {
    padding: 15px 30px;
    text-align: left;
    vertical-align: middle;
    font-size: 20px;
  }

  .sr-plan .sr-plan-list table .plan-cn {
    padding: 20px 0;
    border: 0;
  }

  .sr-plan .sr-plan-list table .plan-cn td {
    padding: 15px 30px 0;
  }

  .sr-plan .sr-plan-list table .plan-cn .plan-poss {
    padding: 10px 30px 15px;
  }

  .sr-plan .sr-plan-list table .plan-cn .plan-poss p {
    font-size: 15px;
  }

  .sr-plan .sr-plan-list table .bb {
    border-bottom: 1px solid #707070 !important;
  }

  .sr-plan .sr-simula-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1050px;
    margin: 200px auto;
  }

  .sr-plan .sr-simula-contents .sr-simula-content01 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    position: relative;
  }

  .sr-plan .sr-simula-contents .sr-simula-content01 .bg-cl {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }

  .sr-plan .sr-simula-contents .sr-simula-content01 h3 {
    position: relative;
    z-index: 1000;
    line-height: 42px;
    font-size: 22px;
    padding-bottom: 20px;
  }

  .sr-plan .sr-simula-contents .sr-simula-content01 p {
    position: relative;
    z-index: 1000;
  }

  .sr-plan .sr-simula-contents .sr-simula-content02 {
    position: relative;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
  }

  .sr-plan .sr-simula-contents .sr-simula-content02 .bg-cl {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
  }

  .sr-plan .sr-simula-contents .sr-simula-content02 h3 {
    position: relative;
    z-index: 1000;
    line-height: 42px;
    font-size: 22px;
    padding-bottom: 20px;
  }

  .sr-plan .sr-simula-contents .sr-simula-content02 .sim-icon {
    position: relative;
    z-index: 1000;
    width: 50px;
    padding-bottom: 20px;
  }

  .sr-plan .sr-simula-contents .sr-simula-content02 p {
    position: relative;
    z-index: 1000;
    padding-top: 20px;
  }

  .sr-plan .sr-simula-contents .sr-simula-content02 strong {
    background: #9F6000;
    position: relative;
    z-index: 1000;
    padding: 10px 30px;
    border-radius: 5px;
    color: white;
    font-size: 27px;
    font-weight: normal;
  }

  .sr-reserve {
    padding: 120px 0;
  }

  .sr-reserve .reserve-ttl {
    text-align: center;
    padding-bottom: 50px;
  }

  .sr-reserve .reserve-ttl h2 {
    font-size: 30px;
    color: #241204;
    text-shadow: 1px 2px 4px #A56600;
  }

  .sr-reserve .reserve-ttl span {
    display: block;
  }

  .sr-reserve p {
    text-align: center;
  }

  .sr-reserve p .must-list {
    color: #ff0000;
    padding-top: 8px;
  }

  .sr-reserve .reserve-form {
    margin: 40px auto;
    width: 900px;
  }

  .sr-reserve .reserve-form form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #D0D0D0;
    padding: 15px 0;
  }

  .sr-reserve .reserve-form form dl:last-child {
    border-top: 0;
  }

  .sr-reserve .reserve-form form dl p {
    text-align: left !important;
  }

  .sr-reserve .reserve-form form dl dt {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    text-align: left;
  }

  .sr-reserve .reserve-form form dl dd {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }

  .sr-reserve .reserve-form form dl dd input[type="text"],
  .sr-reserve .reserve-form form dl dd input[type="email"] {
    border-radius: 5px;
    padding: 20px 20px;
  }

  .sr-reserve .reserve-form form dl dd .number {
    width: 50px;
    text-align: left;
    margin-right: 10px;
  }

  .sr-reserve .reserve-form form dl dd .hasDatepicker {
    margin-left: 10px;
    width: 40% !important;
  }

  .sr-reserve .reserve-form form dl dd select {
    padding: 11px 20px;
    border: 0;
    border-radius: 5px;
    vertical-align: bottom;
    margin-right: 5px;
  }

  .sr-reserve .reserve-form form dl dd .d01 {
    padding-bottom: 15px;
  }

  .sr-reserve .reserve-form form dl dd .r01 {
    display: inline-block;
  }

  .sr-reserve .reserve-form form .submit dd {
    margin-top: 50px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }

  .sr-reserve .reserve-form form .submit dd input[type="submit"] {
    display: inline-block;
    padding: 12px 180px;
    border-radius: 20px;
    border: 0;
    color: white;
    background: url(img/img_submit.png) no-repeat 0 0px;
    background-position: center center;
  }

  .sr-reserve .reserve-form form .submit dd input[type="submit"]:hover {
    opacity: 0.7;
  }

  /* ----------- */
  .app {
    display: none;
  }

  .app_menu {
    display: none;
  }

  .beginner .inner2 p {
    line-height: 28px;
    padding-right: 4%;
    width: 43%;
  }

  .beginner .yes_no {
    background: #ffffff3d;
    border-color: #797069;
    border-style: solid;
    border-width: 1px;
    margin-top: 32px;
    min-height: 229px;
    width: 36%;
    min-width: 350px;
  }

  .beginner iframe {
    border-style: none;
    height: 292px;
    margin: 0;
    margin-top: 9px;
    overflow: scroll;
    width: 980px;
  }

  .beginner .inner2 .result_list {
    padding: 20px 10px;
    text-align: center;
    width: 100%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  .sc-hero-top {
    width: 100%;
    position: relative;
  }

  .sc-hero-top:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }

  .sc-hero-top .sc-hero-img img {
    width: 100%;
  }

  .sc-hero-top h1 {
    font-size: 65px;
    position: absolute;
    bottom: -30px;
    left: 10%;
    color: white;
    z-index: 122;
    line-height: 74px;
  }

  .sc-hero-top h1 span {
    display: block;
    font-size: 32px;
  }

  .sc-main {
    padding: 80px 0;
    background: #623F15;
    text-align: center;
    color: white;
  }

  .sc-main .sc-picts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 60px;
  }

  .sc-main .sc-picts .sc-pict {
    width: calc(100% / 6);
  }

  .sc-main .sc-picts .sc-pict img {
    width: 100%;
  }

  .sc-main .sc-title {
    position: relative;
    display: inline-block;
    padding-bottom: 60px;
  }

  .sc-main .sc-title h2 {
    padding: 8px 0;
    font-size: 36px;
    color: white;
  }

  .sc-main .sc-title:before,
  .sc-main .sc-title:after {
    content: '';
    position: absolute;
    top: 0%;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
  }

  .sc-main .sc-title:before {
    left: -50px;
    background-image: url(img/ttl_school_sd1.png);
  }

  .sc-main .sc-title:after {
    right: -240px;
    background-image: url(img/ttl_school_sd2.png);
  }

  .sc-main .rs-title {
    margin-top: 50px;
  }

  .sc-main .rs-title:before,
  .sc-main .rs-title:after {
    top: 20%;
  }

  .sc-main .rs-title:before {
    left: -60px;
  }

  .sc-main .rs-title:after {
    right: -210px;
  }

  .sc-main .sc-content p {
    line-height: 32px;
  }

  .sc-main .sc-courses {
    padding: 80px 0;
    text-align: left;
    width: 800px;
    margin: auto;
  }

  .sc-main .sc-courses .course-ttl {
    font-size: 18px;
  }

  .sc-main .sc-courses .course-container {
    padding: 20px 0;
  }

  .sc-main .sc-courses .course-container .course {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 1px solid white;
    margin-bottom: 30px;
  }

  .sc-main .sc-courses .course-container .course .course-img {
    width: 300px;
    height: 220px;
  }

  .sc-main .sc-courses .course-container .course .course-img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .sc-main .sc-courses .course-container .course .course-contents {
    height: 220px;
    width: 500px;
  }

  .sc-main .sc-courses .course-container .course .course-contents .course-content1,
  .sc-main .sc-courses .course-container .course .course-contents .course-content2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 110px;
    padding: 0 20px;
    overflow-y: auto;
  }

  .sc-main .sc-courses .course-container .course .course-contents .course-content1 *,
  .sc-main .sc-courses .course-container .course .course-contents .course-content2 * {
    font-size: 18px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    line-height: 28px;
  }

  .sc-main .sc-courses .course-container .course .course-contents .course-content1 {
    background: #231204;
  }

  .sc-main .sc-courses .course-container .course .course-contents .course-content2 {
    background: #42280C;
  }

  .sc-main .sc-courses .course-container span {
    display: block;
    margin-top: -10px;
    font-size: 15px;
  }

  .sc-main .sc-movie {
    margin-bottom: 80px;
  }

  .sc-main .sc-movie iframe {
    width: 100%;
  }

  .sc-main .sc-contact-container {
    max-width: 960px;
    margin: 0px auto 80px;
    padding: 0 38px 0 20px;
  }

  .sc-main .sc-contact-container .mw_wp_form_confirm .form-top-ms,
  .sc-main .sc-contact-container .mw_wp_form_complete .form-top-ms {
    display: none;
  }

  .sc-main .sc-contact-container form .form-top-ms {
    padding-bottom: 40px;
    text-align: center;
  }

  .sc-main .sc-contact-container form .form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 0;
    border-top: 1px solid white;
  }

  .sc-main .sc-contact-container form .form-item dt {
    width: 30%;
    text-align: left;
  }

  .sc-main .sc-contact-container form .form-item dd {
    width: 70%;
    text-align: left;
  }

  .sc-main .sc-contact-container form .form-item dd .error {
    color: orange;
    margin-top: 10px;
    display: inline-block !important;
  }

  .sc-main .sc-contact-container form .form-item dd input[type="text"],
  .sc-main .sc-contact-container form .form-item dd input[type="email"] {
    border-radius: 5px;
    padding: 22px;
  }

  .sc-main .sc-contact-container form .form-item dd input[type="radio"] {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-left: 20px;
  }

  .sc-main .sc-contact-container form .form-item dd input[type="radio"]:first-child {
    margin-left: 0;
  }

  .sc-main .sc-contact-container form .form-item:nth-child(3) dd {
    width: auto;
  }

  .sc-main .sc-contact-container form .under-line {
    border-bottom: 1px solid white;
  }

  .sc-main .sc-contact-container form p,
  .sc-main .sc-contact-container form h4 {
    text-align: left;
    line-height: 28px;
  }

  .sc-main .sc-contact-container form .sc-remark {
    padding: 10px 0 50px;
  }

  .sc-main .sc-contact-container form .sc-about-cancel {
    padding-bottom: 30px;
  }

  .sc-main .sc-contact-container form .sc-btn input[type="submit"] {
    display: inline-block;
    padding: 12px 180px;
    border-radius: 20px;
    border: 0;
    color: white;
    background: url(img/img_submit.png) no-repeat 0 0px;
    background-position: center center;
  }

  .sc-main .sc-contact-container form .sc-btn input[type="submit"]:hover {
    opacity: 0.7;
  }

  .news_inner {
    margin: auto;
    max-width: 800px;
  }

  .news-update h3 {
    text-align: center;
    padding-bottom: 20px;
  }

  .news-update ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #231204;
    padding: 18px 30px;
    border-bottom: 1px solid #241204;
  }

  .news-update ul li img {
    display: none;
  }

  .news-update ul li .news_update_day {
    padding-right: 10px;
  }

  .news-update ul li .news_category {
    background: white;
    display: inline-block;
    padding: 3px 20px;
    border-radius: 5px;
    margin-right: 20px;
  }

  .news-update ul li .news_to_link {
    display: inline;
    text-align: right;
  }

  .news-update ul li .news_to_link a {
    display: inline-block;
    background: #4C2E1B;
    color: white;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 5px;
  }

  .news-update ul li .news_to_link a:hover {
    opacity: 0.7;
  }

  .news-update .past-news-btn {
    padding-top: 40px;
    text-align: center;
  }

  .news-update .past-news-btn a img {
    width: 330px;
  }

  .news-update .past-news-btn a:hover {
    opacity: 0.7;
  }

  .efforts {
    max-width: 925px;
    margin: 100px auto;
    background-image: url("./img/Efforts_bk.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 60px;
  }

  .efforts h2 {
    text-align: center;
    font-size: 36px;
    padding-bottom: 20px;
  }

  .efforts p {
    text-align: center;
    line-height: 28px;
  }

  .efforts .sdgs {
    text-align: center;
    padding-top: 30px;
  }

  .efforts .sdgs .sdgs-bnr {
    padding-bottom: 30px;
  }

  .efforts .sdgs .sdgs-bnr img {
    width: 400px;
  }

  /* 店舗紹介 */
  .gr-hero-top {
    width: 100%;
  }

  .gr-hero-top .gr-hero-img img {
    width: 100%;
  }

  .gr-main {
    padding: 80px 38px 80px 20px;
    text-align: center;
  }

  .gr-main .gr-title {
    position: relative;
    display: inline-block;
    padding-bottom: 60px;
  }

  .gr-main .gr-title h2 {
    padding: 8px 0;
    font-size: 36px;
    color: #241204;
    text-shadow: 1px 2px 4px #A56600;
  }

  .gr-main .gr-title:before,
  .gr-main .gr-title:after {
    content: '';
    position: absolute;
    top: -15%;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
  }

  .gr-main .gr-title:before {
    left: -190px;
    background-image: url(img/greeting_ttl01.png);
  }

  .gr-main .gr-title:after {
    right: -270px;
    background-image: url(img/greeting_ttl02.png);
  }

  .gr-main .gr-content p {
    color: #241204;
    line-height: 32px;
  }

  .gr-main .gr-banner {
    width: 600px;
    padding: 120px 0;
    margin: auto;
  }

  .gr-main .gr-banner a {
    display: block;
    border: 2px solid #13B900;
    border-radius: 12px;
  }

  .gr-main .gr-banner a .banner-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: white;
    border-radius: 12px;
    padding: 25px 0;
    text-align: center;
  }

  .gr-main .gr-banner a .banner-title .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 30px;
  }

  .gr-main .gr-banner a .banner-title .banner:last-child {
    padding-right: 0px;
  }

  .gr-main .gr-banner a .banner-title .banner .company-logo {
    width: 250px;
  }

  .gr-main .gr-banner a .banner-title .banner .line-logo {
    width: 40px;
  }

  .gr-main .gr-banner a .banner-title .banner span {
    color: #13B900;
    font-size: 20px;
    padding-left: 20px;
  }

  .gr-main .gr-banner a .banner-content {
    background: #13B900;
    border-radius: 0 0 9px 9px;
    padding: 10px 0;
  }

  .gr-main .gr-banner a .banner-content p {
    color: white;
  }

  /* Share roster */
  .sr-inner {
    width: 925px;
    margin: 0 auto;
  }

  .sr-inner .pan {
    padding: 10px 0 0;
  }

  .sr-inner2 {
    width: 980px;
    margin: 0 auto;
  }

  .sr-hero-top {
    width: 100%;
    position: relative;
  }

  .sr-hero-top .sr-hero-img {
    position: relative;
  }

  .sr-hero-top .sr-hero-img img {
    width: 100%;
  }

  .sr-hero-top .sr-hero-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }

  .sr-hero-top .sr-top-ttl {
    position: absolute;
    top: 43%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .sr-about {
    padding: 80px 0;
    background: #F9F3EF;
    text-align: center;
  }

  .sr-about .sr-about-ttl {
    padding-bottom: 40px;
  }

  .sr-about .sr-about-ttl img {
    width: 60px;
  }

  .sr-about .sr-about-ttl h2 {
    padding: 8px 0;
    font-size: 36px;
    color: #241204;
    text-shadow: 1px 2px 4px #A56600;
  }

  .sr-about p {
    color: #241204;
    line-height: 32px;
  }

  .sr-recomend {
    background: white;
    padding: 100px 0px 80px;
    text-align: center;
  }

  .sr-recomend .sr-inner {
    padding: 0 100px;
  }

  .sr-recomend .sr-inner h2 {
    font-size: 30px;
    color: #241204;
    text-shadow: 1px 2px 4px #A56600;
    padding: 0px 0 50px;
  }

  .sr-recomend .sr-inner .sr-rec-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sr-recomend .sr-inner .sr-rec-contents .sr-rec-content {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    padding-bottom: 20px;
  }

  .sr-reason {
    padding: 120px 0;
    text-align: center;
  }

  .sr-reason h2 {
    font-size: 30px;
    color: #241204;
    text-shadow: 1px 2px 4px #A56600;
    padding: 0px 0 50px;
  }

  .sr-reason .sr-res-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sr-reason .sr-res-contents .sr-res-content {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }

  .sr-reason .sr-res-contents .sr-res-content .res-ttl {
    position: relative;
    padding: 20px 0;
  }

  .sr-reason .sr-res-contents .sr-res-content .res-ttl span {
    position: absolute;
    top: -56%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 100px;
    color: #BE8C40;
    opacity: 0.4;
  }

  .sr-reason .sr-res-contents .sr-res-content .res-ttl h3 {
    font-size: 20px;
    color: #241204;
  }

  .sr-reason .sr-res-contents .sr-res-content .res-txt p {
    text-align: left;
    padding: 25px;
    background: #EFE1D1;
    border-radius: 0 0 10px 10px;
    line-height: 32px;
  }

  .sr-plan {
    background: white;
    text-align: center;
    padding: 100px 0;
  }

  .sr-plan .sr-inner {
    padding: 0 100px 80px;
  }

  .sr-plan h2 {
    font-size: 30px;
    color: #241204;
    text-shadow: 1px 2px 4px #A56600;
    padding: 0 0 10px;
  }

  .sr-plan p {
    line-height: 32px;
  }

  .sr-plan .sr-plan-list {
    margin: 40px 0;
  }

  .sr-plan .sr-plan-list table {
    border: 1px solid #707070;
  }

  .sr-plan .sr-plan-list table tr {
    border-bottom: 1px solid #707070;
  }

  .sr-plan .sr-plan-list table tr th {
    font-size: 20px;
    text-align: center;
    background: #EFE1D1;
    padding: 20px 30px;
    vertical-align: middle;
  }

  .sr-plan .sr-plan-list table tr td {
    padding: 15px 30px;
    text-align: left;
    vertical-align: middle;
    font-size: 20px;
  }

  .sr-plan .sr-plan-list table .plan-cn {
    padding: 20px 0;
    border: 0;
  }

  .sr-plan .sr-plan-list table .plan-cn td {
    padding: 15px 30px 0;
  }

  .sr-plan .sr-plan-list table .plan-cn .plan-poss {
    padding: 10px 30px 15px;
  }

  .sr-plan .sr-plan-list table .plan-cn .plan-poss p {
    font-size: 15px;
  }

  .sr-plan .sr-plan-list table .bb {
    border-bottom: 1px solid #707070 !important;
  }

  .sr-plan .sr-simula-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1050px;
    margin: 200px auto;
  }

  .sr-plan .sr-simula-contents .sr-simula-content01 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    position: relative;
  }

  .sr-plan .sr-simula-contents .sr-simula-content01 .bg-cl {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }

  .sr-plan .sr-simula-contents .sr-simula-content01 h3 {
    position: relative;
    z-index: 1000;
    line-height: 42px;
    font-size: 22px;
    padding-bottom: 20px;
  }

  .sr-plan .sr-simula-contents .sr-simula-content01 p {
    position: relative;
    z-index: 1000;
  }

  .sr-plan .sr-simula-contents .sr-simula-content02 {
    position: relative;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
  }

  .sr-plan .sr-simula-contents .sr-simula-content02 .bg-cl {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
  }

  .sr-plan .sr-simula-contents .sr-simula-content02 h3 {
    position: relative;
    z-index: 1000;
    line-height: 42px;
    font-size: 22px;
    padding-bottom: 20px;
  }

  .sr-plan .sr-simula-contents .sr-simula-content02 .sim-icon {
    position: relative;
    z-index: 1000;
    width: 50px;
    padding-bottom: 20px;
  }

  .sr-plan .sr-simula-contents .sr-simula-content02 p {
    position: relative;
    z-index: 1000;
    padding-top: 20px;
  }

  .sr-plan .sr-simula-contents .sr-simula-content02 strong {
    background: #9F6000;
    position: relative;
    z-index: 1000;
    padding: 10px 30px;
    border-radius: 5px;
    color: white;
    font-size: 27px;
    font-weight: normal;
  }

  .sr-reserve {
    padding: 120px 0;
  }

  .sr-reserve .reserve-ttl {
    text-align: center;
    padding-bottom: 50px;
  }

  .sr-reserve .reserve-ttl h2 {
    font-size: 30px;
    color: #241204;
    text-shadow: 1px 2px 4px #A56600;
  }

  .sr-reserve .reserve-ttl span {
    display: block;
  }

  .sr-reserve p {
    text-align: center;
  }

  .sr-reserve p .must-list {
    color: #ff0000;
    padding-top: 8px;
  }

  .sr-reserve .reserve-form {
    margin: 40px auto;
    width: 900px;
  }

  .sr-reserve .reserve-form form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #D0D0D0;
    padding: 15px 0;
  }

  .sr-reserve .reserve-form form dl:last-child {
    border-top: 0;
  }

  .sr-reserve .reserve-form form dl p {
    text-align: left !important;
  }

  .sr-reserve .reserve-form form dl dt {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    text-align: left;
  }

  .sr-reserve .reserve-form form dl dd {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }

  .sr-reserve .reserve-form form dl dd input[type="text"],
  .sr-reserve .reserve-form form dl dd input[type="email"] {
    border-radius: 5px;
    padding: 20px 20px;
  }

  .sr-reserve .reserve-form form dl dd .number {
    width: 50px;
    text-align: left;
    margin-right: 10px;
  }

  .sr-reserve .reserve-form form dl dd .hasDatepicker {
    margin-left: 10px;
    width: 40% !important;
  }

  .sr-reserve .reserve-form form dl dd select {
    padding: 11px 20px;
    border: 0;
    border-radius: 5px;
    vertical-align: bottom;
    margin-right: 5px;
  }

  .sr-reserve .reserve-form form dl dd .d01 {
    padding-bottom: 15px;
  }

  .sr-reserve .reserve-form form dl dd .r01 {
    display: inline-block;
  }

  .sr-reserve .reserve-form form .submit dd {
    margin-top: 50px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }

  .sr-reserve .reserve-form form .submit dd input[type="submit"] {
    display: inline-block;
    padding: 12px 180px;
    border-radius: 20px;
    border: 0;
    color: white;
    background: url(img/img_submit.png) no-repeat 0 0px;
    background-position: center center;
  }

  /* ----------- */
  .title_promo {
    position: absolute;
  }

  .app {
    position: absolute;
    margin-left: 25px;
    top: 15px;
  }

  .app img {
    height: 40px;
    margin-right: 10px;
  }

  .beginner .inner2 p {
    background: #eee6df91;
    border-radius: 7px;
    line-height: 28px;
    padding-right: 4%;
    width: 100%;
  }

  .beginner .yes_no {
    background: #ffffff3d;
    border-style: solid;
    border-width: 1px;
    border-color: #797069;
    margin-top: 32px;
    min-height: 153px;
    width: 100%;
  }

  .beginner iframe {
    border-style: none;
    height: 292px;
    margin: 0;
    margin-top: 9px;
    overflow-x: scroll;
    width: 100%;
  }

  .beginner .inner2 .result_list {
    padding: 20px 10px;
    text-align: left;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .title_promo {
    position: absolute;
  }

  aside {
    bottom: -3px;
    margin-left: 10px;
    position: fixed;
    width: 100px;
  }

  aside img {
    margin-bottom: 10px;
    margin-right: 20px;
  }

  .qr {
    width: 90px;
    height: 90px;
  }

  .app_menu {
    display: none;
  }

  .app_menu b {
    display: block;
    margin-bottom: 7px;
  }

  .wrapper {
    background: #f9f3ef;
    padding-top: 70px;
    width: 100%;
    overflow: hidden;
  }

  header {
    background: #faf5f2;
    padding: 20px 84px 40px 84px;
    height: 96px;
    margin-top: -96px;
    position: fixed;
    width: 100%;
    z-index: 100000;
  }

  header ul {
    float: right;
    margin-top: 16px;
  }

  header img {
    float: left;
    height: 65px;
    padding-top: 10px;
  }

  header ul li {
    display: inline-block;
  }

  header ul li img {
    height: 40px;
  }

  header ul li img:hover {
    opacity: 0.7;
  }

  header ul li .sns-link a {
    display: inline-block;
    margin-right: 5px;
  }

  .top_slider {
    height: auto;
    margin-bottom: 108px;
    padding: 0 83px;
  }

  .top_slider img {
    width: 100%;
  }

  .inner {
    max-width: 925px;
    margin: 0 auto;
  }

  .inner2 {
    padding: 0 18%;
  }

  .bk_white {
    background: #f5f1ec;
  }

  .message {
    background-image: url(img/message_bk.jpg);
    background-size: contain;
    padding-bottom: 80px;
  }

  .message .section_inner {
    padding: 0 13%;
    text-align: center;
    margin-top: 150px;
  }

  .message h1 {
    text-align: center;
  }

  .message h1 img {
    height: 91px;
    margin: 51px 0 0 -20px;
  }

  .message h2 {
    color: #2a1704;
    font-size: 21px;
    font-weight: bold;
    padding-top: 36px;
    text-align: center;
  }

  .message .section_inner p {
    border-bottom-style: solid;
    border-color: #655a50;
    border-width: 0.5px;
    color: #2a1704;
    display: block;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: -2px;
    padding-top: 8px;
    width: 100%;
  }

  .message .section_inner a img {
    height: 107px;
    margin-top: 38px;
  }

  .message .section_inner a img:hover {
    opacity: 0.7;
  }

  .beginner {
    background-image: url(img/biginner_bk.jpg);
    background-size: cover;
    margin-top: 35px;
    padding-bottom: 60px;
  }

  .beginner h1 {
    margin-left: -68px;
    padding: 90px 144px 23px 0px;
  }

  .beginner h1 img {
    height: 76px;
  }

  .beginner .inner2 a img {
    height: 95px;
    margin-top: -15px;
  }

  .beginner .inner2 a img:hover {
    opacity: 0.7;
  }

  .beginner .inner2 .result_list {
    padding: 20px 10px;
    text-align: left;
    width: 100%;
  }

  .logo2 {
    display: none;
  }

  .recipe {
    margin-top: 58px;
    text-align: center;
  }

  .recipe .inner h1 {
    padding-top: 59px;
  }

  .recipe .inner h1 img {
    height: 83px;
    margin-left: -19px;
  }

  .recipe p {
    line-height: 29px;
    padding: 17px 15%;
  }

  .recipe {
    background-image: url(img/recipe_bk.jpg);
    background-size: cover;
    margin-top: 0px;
    padding-bottom: 52px;
  }

  .recipe .movie {
    margin-top: 59px;
  }

  .blog .inner .blog_box {
    border-style: solid;
    border-width: 1px;
    margin-top: 30px;
    padding: 47px 4.7% 18px;
    text-align: center;
  }

  .blog .inner .blog_box a:hover {
    opacity: 0.7;
  }

  .blog .blog_box h1 {
    text-align: center;
  }

  .blog .inner .blog_box h1 img {
    height: 41px;
  }

  .blog .inner .blog_box .article {
    display: inline-block;
    margin-right: 0px;
    padding-top: 41px;
    vertical-align: top;
    width: 32%;
  }

  .blog .inner .blog_box .article small {
    display: block;
    float: left;
    font-size: 11px;
    padding: 21px 0 0 16px;
    text-align: left;
    width: 95%;
  }

  .blog .inner .blog_box .article img:nth-child(1) {
    display: block;
  }

  .blog .inner .blog_box .article img:nth-child(2) {
    float: left;
    height: 42px;
    margin-top: 16px;
  }

  .blog .inner .blog_box .article p {
    font-weight: 600;
    padding-left: 15px;
    padding-top: 3px;
    text-align: left;
  }

  .blog_btn {
    height: 94px;
    display: block;
    margin: 0 auto;
    margin-top: 39px;
  }

  .blog_btn:hover {
    opacity: 0.7;
  }

  .company {
    padding-top: 64px;
    text-align: center;
  }

  /*
  .company .company-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 54px;
  }
*/
  .company .company-wrap {
    margin-top: 54px;
    margin-bottom: 50px;
  }

  .company .inner h1 img {
    height: 41px;
  }

  .company .fb-wrap {
    width: 55.7%;
  }

  .company .about-company-wrap {
    margin-bottom: 50px;
  }

  .company-wrap h1 {
    margin: 130px 0 10px;
  }

  .company table {
    border-color: #2e1702;
    border-width: 1px;
    border-style: solid;
    text-align: left;
  }

  .company table tr {
    border-style: solid;
    border-width: 1px;
    height: 41px;
  }

  .company table tr td {
    border-right-style: solid;
    border-width: 1px;
    line-height: 21px;
    padding-left: 14px;
    padding-top: 12px;
    padding-bottom: 9px;
  }

  .g_map {
    color: #68452c;
  }

  .g_map:hover {
    color: #b18057;
  }

  .contact {
    margin: 0 55px;
    overflow: hidden;
    padding-top: 55px;
    padding-bottom: 127px;
    text-align: center;
  }

  .contact-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
  }

  .contact-wrap .contact-photo-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
  }

  .contact-wrap .contact-photo-wrap .contact_photo {
    margin-right: 4%;
    width: 100%;
  }

  .contact-wrap .box {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 47%;
  }

  .contact-wrap .contact .h_control {
    min-height: 385px;
  }

  .contact table {
    margin: 0;
  }

  .contact table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    width: 100%;
  }

  .contact table th {
    font-size: 1.4rem;
    line-height: 34px;
    padding: 0 0 15px 0;
    vertical-align: top;
    width: 120px;
  }

  .contact table td {
    line-height: 1.5;
    padding: 0 0 15px 0;
  }

  .contact .inner h1 img {
    height: 37px;
  }

  .contact .column {
    border-style: solid;
    border-width: 1px;
    border-color: #2e1702;
    float: left;
    margin-top: 60px;
    max-height: 385px;
    overflow: scroll;
    overflow-x: hidden;
    padding: 19px;
    text-align: left;
    width: 47.5%;
  }

  .contact .column .box_scroll dl dt {
    height: 40px;
  }

  .contact .column .box_scroll dl dd {
    margin-bottom: 26px;
  }

  .contact .box h3 {
    padding: 23px 27px;
  }

  .contact .box .contact_table th {
    font-size: 14px;
    line-height: 44px;
    padding: 0px 27px;
    width: 160px;
  }

  .contact .box .contact_table td {
    line-height: 1.5;
    padding: 0 24px 10px 0;
  }

  .contact .box .contact_table td input,
  .contact .box .contact_table td textarea,
  .contact .box2 .contact_table td input,
  .contact .box2 .contact_table td textarea {
    background: #f2ece6;
  }

  /*確認画面へ進むボタン用*/
  .mw_wp_form_input .btn input {
    background: url(/common/img/submit_btn.png) no-repeat;
    background-size: 263px;
    background-position: top;
    border: none;
    cursor: pointer;
    height: 66px;
    overflow: hidden;
    text-indent: -9999px;
    width: 100%;
  }

  /*送信ボタン用*/
  .mw_wp_form_confirm .btn input {
    background: url(/common/img/send.png) no-repeat;
    background-size: 263px;
    background-position: top;
    border: none;
    cursor: pointer;
    height: 66px;
    overflow: hidden;
    text-indent: -9999px;
    width: 100%;
  }

  #submitback input {
    /*戻るボタン用*/
    background: url(/common/img/back.png) no-repeat;
    background-size: 263px;
    background-position: top;
    border: none;
    cursor: pointer;
    height: 66px;
    overflow: hidden;
    text-indent: -9999px;
    width: 100%;
  }

  .contact .box2 {
    border-width: 1px;
    border-style: solid;
    margin-top: 60px;
    text-align: left;
    padding: 50px 50px;
    max-width: 700px;
    margin: 0 auto;
  }

  .contact_title {
    text-align: left;
    font-size: 15px;
    margin-bottom: 22px;
  }

  footer {
    background-image: url(img/footer_bk.jpg);
    background-repeat: repeat;
    background-size: auto;
    height: 100px;
  }

  footer small {
    font-size: 13px;
    clear: both;
    float: right;
    margin-right: 209px;
    margin-top: 12px;
  }

  footer ul {
    float: right;
    margin-right: 50px;
    margin: 29px 209px 0 0;
  }

  footer ul li {
    display: inline-block;
  }

  footer ul li img {
    height: 41px;
  }

  footer ul li img:hover {
    opacity: 0.7;
  }

  .pagetop {
    bottom: 7px;
    position: fixed;
    right: 48px;
    width: 84px;
  }

  .right_link {
    position: fixed;
    right: -1px;
    top: 15vh;
    width: 70px;
    z-index: 2;
  }

  .right_link img {
    float: right;
    width: 94%;
  }

  .right_link img:hover {
    opacity: 0.7;
  }

  /* ========================================================================
	choice_item.php
======================================================================== */
  .choice_wrapper {
    width: 100%;
  }

  .choice_wrapper article {
    display: inline-block;
    margin-right: 2%;
    margin-top: 4px;
    text-align: left;
    width: 20%;
    display: inline-block;
    vertical-align: top;
  }

  .choice_wrapper article img:nth-child(1) {
    display: block;
  }

  .choice_wrapper article img:nth-child(2) {
    float: left;
    height: 46px;
    margin-top: 14px;
  }

  .choice_wrapper article small {
    font-size: 11px;
    margin-left: 16px;
    position: relative;
    top: 18px;
  }

  .choice_wrapper article p {
    font-weight: 600;
    font-family: serif;
    margin-left: 20px;
    position: relative;
    top: 21px;
  }

  /* ========================================================================
	archive.php
======================================================================== */
  .archive_list {
    margin-top: 60px;
    padding-bottom: 129px;
    text-align: center;
  }

  .archive_list h1 img {
    height: 46px;
  }

  .archive_list .all_btn {
    height: 95px;
  }

  .archive_wrapper {
    margin-top: 36px;
  }

  .archive_wrapper a:hover {
    opacity: 0.7;
  }

  .archive_wrapper article {
    display: inline-block;
    margin: 0 1%;
    margin-top: 4px;
    margin-bottom: 23px;
    text-align: left;
    vertical-align: top;
    width: 22.4%;
  }

  .archive_wrapper article img:nth-child(1) {
    display: block;
  }

  .archive_wrapper article img:nth-child(2) {
    float: left;
    height: 46px;
    margin-top: 14px;
  }

  .archive_wrapper article small {
    background: #452c1e;
    color: white;
    position: absolute;
    padding: 3px 5px;
    max-width: 11.5%;
    font-size: 14px;
  }

  .archive_wrapper article p {
    font-size: 16px;
    font-weight: 600;
    margin-left: 15px;
    position: relative;
    top: -32px;
  }

  .archive_line {
    margin-top: 10px;
  }

  .img_archive_small {
    height: 195px;
    overflow: hidden;
  }

  .img_archive_small img {
    height: auto;
    width: 100%;
  }

  /* ========================================================================
	single-dictionary.php（豆スペックページ）
======================================================================== */
  hr {
    border-color: #655a50;
    border-width: 0.5px;
  }

  .detail_inner {
    /* background-image: url(img/recipe_bk.jpg); */
    background-size: contain;
    max-width: 980px;
    margin: 0 auto;
    min-height: 100vh;
  }

  .pan {
    font-size: 14px;
    padding: 38px 0px;
  }

  .pan ol li {
    color: #281b10;
    display: inline-block;
  }

  .pan ol li a {
    color: #281b10;
  }

  .category_menu {
    color: #281b10;
    padding-top: 17px;
    text-align: center;
  }

  .category_menu .cat_box img {
    height: 24px;
    margin-right: 15px;
  }

  .category_menu .cat_box {
    display: inline-block;
    min-width: 10%;
    margin-bottom: 10px;
  }

  .category_menu .cat_box img:nth-child(2) {
    height: 14px;
    margin-right: 0;
    vertical-align: initial;
  }

  .category_menu .cat_box span {
    color: #281b10;
    margin-left: 8px;
    margin-right: 15px;
    vertical-align: top;
  }

  .article_box {
    overflow: hidden;
  }

  .left_contents {
    float: left;
    margin-top: 67px;
    width: 50%;
  }

  .img_wrapper {
    max-height: 500px;
    overflow-y: scroll;
    -ms-overflow-style: none;
  }

  .img_wrapper_small {
    height: 195px;
    overflow: hidden;
  }

  .img_wrapper_small img {
    width: 100%;
    height: auto;
  }

  .left_contents img {
    width: 100%;
  }

  .right_contents {
    float: right;
    margin-top: 67px;
    padding-left: 42px;
    padding-top: 11px;
    width: 50%;
  }

  .right_contents b {
    color: #281b10;
    font-size: 21px;
    margin-left: 6px;
  }

  .right_contents p {
    color: #281b10;
    display: inline-block;
    padding-left: 7px;
  }

  .right_contents img {
    height: 32px;
  }

  .right_contents hr {
    color: #655a50;
    margin-top: 1px;
    margin-bottom: 10px;
  }

  .spec {
    margin-top: 40px;
  }

  .spec img {
    height: 19px;
    vertical-align: text-bottom;
  }

  .spec table {
    border-color: #655a50;
    border-style: solid;
    border-width: 1px;
  }

  .spec table tr {
    border-style: solid;
    border-width: 1px;
    height: 39px;
  }

  .spec table tr td:nth-child(1) {
    border-right-style: solid;
    border-width: 1px;
    color: #281b10;
    padding-left: 13px;
    width: 146px;
  }

  .spec table tr td:nth-child(2) {
    color: #281b10;
    padding-left: 13px;
  }

  .shop_coment {
    margin-top: 33px;
    overflow: hidden;
  }

  .shop_coment img {
    height: 51px;
  }

  .shop_coment b {
    color: #281b10;
    font-size: 23px;
    line-height: 50px;
    padding-left: 6px;
  }

  .shop_coment p {
    padding: 14px 24px;
  }

  .shop_coment .all_btn {
    margin-top: 22px;
    padding: 0 29%;
  }

  .recommend {
    margin-top: 100px;
    padding-bottom: 129px;
    text-align: center;
  }

  .recommend h1 img {
    height: 46px;
  }

  .recommend .all_btn {
    height: 95px;
  }

  .choice_wrapper2 {
    margin-top: 36px;
  }

  .choice_wrapper2 a:hover {
    opacity: 0.7;
  }

  .choice_wrapper2 article {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 40px;
    text-align: left;
    vertical-align: top;
    width: 24%;
  }

  .choice_wrapper2 article img:nth-child(1) {
    display: block;
  }

  .choice_wrapper2 article img:nth-child(2) {
    float: left;
    height: 46px;
    margin-top: 14px;
  }

  .choice_wrapper2 article small {
    font-size: 11px;
    margin-left: 7px;
    position: relative;
    top: 9px;
  }

  .choice_wrapper2 article p {
    font-weight: 600;
    margin-left: 15px;
    position: relative;
    top: 5px;
  }

  /* ========================================================================
	single-dictionary.php（豆スペックページ）
======================================================================== */
  .single_title {
    color: #553925;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
  }

  /* ========================================================================
	投稿用スタイル
======================================================================== */
  .single_article {
    padding: 0 8%;
  }

  .single_article small {
    float: right;
    text-align: right;
    width: 100%;
  }

  .blog_coment {
    margin-top: 35px;
    overflow: hidden;
  }

  .blog_coment hr {
    border-color: #bbb4ad;
  }

  .blog_coment p {
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
  }

  .blog_coment img {
    height: auto;
  }

  .blog_coment a {
    color: #724c27;
  }

  .blog_coment a:hover {
    color: #be8737;
  }

  /******** 見出し１ *********/
  .blog_coment h1 {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #bbb4ad;
    color: #5d5045;
    font-weight: 600;
    font-size: 23px;
  }

  /******** 見出し２ *********/
  .blog_coment h2 {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #bbb4ad;
    color: #5d5045;
    font-weight: 600;
    font-size: 23px;
  }

  /******** 見出し３ *********/
  .blog_coment h3 {
    color: #5d5045;
    font-size: 18px;
    font-weight: 600;
  }

  /******** 見出し４ *********/
  .blog_coment h4 {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #bbb4ad;
    color: #5d5045;
    font-weight: 600;
    font-size: 17px;
  }

  .blog_coment ul,
  .blog_coment ol {
    margin: 0;
    padding: 0 0 60px 0;
    list-style: none;
  }

  .blog_coment ul li {
    padding: 0 0 0 20px;
    background: url(/common/img/bg_ol.png) no-repeat left 8px;
    line-height: 32px;
    background-size: 25px;
    background-position-x: -5px;
  }

  .blog_coment ol {
    counter-reset: number;
  }

  .blog_coment ol li {
    position: relative;
    padding: 0px 0 0 25px;
    line-height: 32px;
    font-size: 16px;
  }

  .blog_coment ol li:before {
    position: absolute;
    top: 0px;
    left: -1px;
    width: 22px;
    background: url(/common/img/bg_ul.png) no-repeat left top;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #faf7f3;
    counter-increment: number;
    content: counter(number);
    background-position-y: 6px;
    background-size: 20px;
    background-position-x: 1px;
  }

  .blog_coment table {
    margin: 0 0 60px 0;
    border: none;
    border-top: 1px solid #716256;
    line-height: 32px;
  }

  .blog_coment table tr {
    border-bottom: 1px solid #716256;
  }

  .blog_coment table th {
    width: auto !important;
    padding: 10px 30px;
    border: none;
    font-weight: bold;
    color: #716256;
    white-space: nowrap;
  }

  .blog_coment table td {
    width: auto !important;
    padding: 10px 30px;
    border: none;
  }

  /* ========================================================================
	left-rightプラグイン用
======================================================================== */
  .left {
    float: left;
    padding: 0px;
    width: 50%;
    display: block;
    overflow: hidden;
    font-family: serif;
    line-height: 30px;
    font-size: 16px;
  }

  .right {
    float: right;
    padding: 0px;
    width: 50%;
    display: block;
    overflow: hidden;
    font-family: serif;
    line-height: 30px;
    font-size: 16px;
  }

  .single_left3 {
    float: left;
    padding: 0px;
    width: 30%;
    display: block;
    overflow: hidden;
    font-family: serif;
    line-height: 30px;
    font-size: 16px;
  }

  .single_right7 {
    padding: 0px;
    float: right;
    width: 70%;
    display: block;
    overflow: hidden;
    font-family: serif;
    line-height: 30px;
    font-size: 16px;
  }

  .single_left7 {
    float: left;
    padding: 0px;
    width: 70%;
    display: block;
    overflow: hidden;
    font-family: serif;
    line-height: 30px;
    font-size: 16px;
  }

  .single_right3 {
    padding: 0px;
    float: right;
    width: 30%;
    display: block;
    overflow: hidden;
    font-family: serif;
    line-height: 30px;
    font-size: 16px;
  }

  img {
    max-width: 100%;
  }

  .lr_wrapper {
    display: block;
    overflow: hidden;
  }

  /* ========================================================================
	スクロールバー用
======================================================================== */
  div::-webkit-scrollbar {
    width: 8px;
  }

  div::-webkit-scrollbar-track {
    background: #2e1702;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  div::-webkit-scrollbar-thumb {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: solid 3px #2e1702;
  }
}

/* ========================================================================
	ハンバーガーメニュー用
======================================================================== */
@media screen and (max-width: 1323px) {
  footer ul {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  div.hamburger {
    background: #fff;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    text-align: center;
    width: 100%;
    z-index: 2;
  }

  div.hamburger ul {
    background: #fbf7f5;
    height: 100vh;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 25px;
    padding: 0;
    width: 100%;
  }

  div.hamburger ul li {
    border-bottom-style: solid;
    border-width: 1px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 55px;
    margin: 10px 13px 0 60px;
    padding: 0;
    width: 100%;
  }

  .sm-only {
    display: none !important;
  }

  div.hamburger ul li:last-child {
    border-bottom: none;
    border-bottom-style: solid;
    border-width: 1px;
    padding-bottom: 0;
  }

  div.hamburger ul li a p {
    color: #795536;
    display: block;
    font-size: 13px;
    margin-right: 0;
    padding: 1.2em 0;
    text-align: left;
  }

  div.hamburger ul li a span {
    float: left;
    font-weight: 600;
    font-size: 18px;
    margin-right: 20px;
    display: block;
    width: 100%;
    text-align: left;
  }

  /* このクラスを、jQueryで付与・削除する */
  div.hamburger.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    z-index: 5;
  }

  .navToggle {
    background: #65442a;
    cursor: pointer;
    display: block;
    height: 50px;
    position: fixed;
    right: 54px;
    top: 10px;
    text-align: center;
    width: 50px;
    z-index: 6;
  }

  .navToggle span {
    border-bottom: solid 4px #eee;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    display: block;
    left: 11px;
    position: absolute;
    width: 28px;
  }

  .navToggle span:nth-child(1) {
    top: 10px;
  }

  .navToggle span:nth-child(2) {
    top: 21px;
  }

  .navToggle span:nth-child(3) {
    top: 33px;
  }

  .navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
  }

  /* 最初のspanをマイナス45度に */
  .navToggle.active span:nth-child(1) {
    left: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 24px;
  }

  /* 2番目と3番目のspanを45度に */
  .navToggle.active span:nth-child(2),
  .navToggle.active span:nth-child(3) {
    top: 24px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .rec {
    background: #005bab;
  }
}

@media screen and (max-width: 1195px) {
  footer ul {
    display: none;
  }

  header .g_menu {
    display: none;
  }
}

/*# sourceMappingURL=common.css.map */