@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/


/* reset */

*, *::before, *::after {
  box-sizing: border-box
}

ul[class], ol[class] {
  padding: 0
}

body, h1, h2, h3, h4, p, ul[class], ol[class], figure, blockquote, dl, dd {
  margin: 0
}

html {
  scroll-behavior: smooth
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5
}

ul[class], ol[class] {
  list-style: none
}

ol, ul, li {
  list-style: none;
}

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}

a:not([class]) {
  text-decoration-skip-ink: auto
}

img, picture {
  max-width: 100%;
  display: block
}

article>*+* {
  margin-top: 1em
}

input, button, textarea, select {
  font: inherit;
}

img:not([alt]) {
  filter: blur(10px)
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

select {
  border: none;
  outline: none;
  background: transparent;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

input[type="radio"]:checked+label {
  background: #ff0000;
}

@media(prefers-reduced-motion:reduce) {
  * {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important
  }
}






/* */

body {
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #000000;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
  background-color: #fff;
  font-weight: 500;
}

a {
  outline: none;
  text-decoration: none;
  color: #666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  color: #ff8c00;
}


#main {
  float: left;
  box-sizing: border-box;
  width: 740px;
  padding: 0px;
  border: 0;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 30px;
  position: relative;
}

#header-in, #navi-in, #body-in, #footer-in {
  margin: 0 auto;
  box-sizing: border-box;
}

#navi ul {
  display: none;
  border: 0;
}

@media screen and (min-width: 880px) {
  div#header-in, div#navi-in {
    width: 840px;
  }
  div#body-in, div#footer-in {
    width: 868px;
  }
}

@media screen and (max-width: 880px) {
  div#header-in, div#navi-in {
    width: 100%;
    padding: 0 10px;
  }
  div#body-in, div#footer-in {
    width: 100%;
    padding: 0 10px;
  }
}

@media screen and (max-width: 760px) {

  #main {
    width: 100%;
  }
}


#footer {
  clear: both;
  background-color: #fff;
  padding: 5px;
  color: #333
}

#footer a {
  color: #333;
}

#footer a:hover {
  color: #ff8c00;
}

.center {
  display: block;
  margin: 0 auto;
}

hr {
  border-top: 1px solid #966830;
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}


/* header */

header {
  margin-bottom: 45px;
}

#header {
  margin-top: 30px;
  position: relative;
}

#header .top-title-catchphrase {
  margin-top: 33px;
}

#header .site-title-img {
  width: 315px;
  height: auto;
  display: block;
  margin: 10px auto;
  margin-bottom: 7px;
}


#mobile-menu {
  display: block;
  position: relative;
}

#mobile-menu a {
  padding: 0;
  position: fixed;
  right: 9px;
  z-index: 20000;
}

#header-in_m2 {
  display:block;
 position: relative;
text-align:center;
	  margin-left: 147px;

}

#header .menu_icon2, #header .menu_icon3 {
  padding: 0;
  display:inline-block;
  cursor: pointer;
  position: relative;
  right: 0px;
  margin-left: 0px;
}

#header .menu_icon2 {
  right: 107px;
  top: 0;
}

#header .menu_icon3 {
  top: 5px;
}

#mobile-menu .menuicon, #header .menuicon3 {
  width: 100px;
  height: auto;
}

#header .menuicon2 {
  width: 110px;
  height: auto;
}

#navi ul li a {
  padding: 5px 10px;
  letter-spacing: 2px;
}

#navi ul.sub-menu, #navi ul.children {
  display: block;
  position: relative;
  margin-left: 0;
  min-width: auto;
  padding-top: 0;
  border: 0;
}


@media screen and (max-width: 1059px) {
  #header .menu_icon3 {
    top: 55px;
  }
}

@media screen and (min-width: 700px) {

  #navi ul li {
    padding: 0 5px;
  }
  #navi ul>li {
    float: none;
    margin-bottom: 5px;
  }
  #navi ul.sub-menu, #navi ul.children {
    padding-top: 0;
    padding: 0;
    margin-left: 20px;
    width: 90%;
  }
  #navi .sub-menu li, #navi .children li {
    display: inline-block;
    padding-left: 0;
    padding: 0;
    margin-bottom: 5px;
    width: 32%;
    border-right: 2px dotted #999;
  }
  #navi .sub-menu li:nth-child(3n), #navi .children li:nth-child(3n), #navi .sub-menu li:last-child {
    border-right: 0
  }
  #navi ul li a {
    padding: 0 5px;
  }
}

@media screen and (max-width: 700px) {
  #navi .sub-menu li a::before, #navi .children li a::before {
    content: "-";
    margin: 0 5px;
  }
}

header .headerimg {
  margin: 7px auto;
  display: block;
  width: 900px;
  height: auto;
  margin-top: 20px;
}

header .headerimg img.headerimg_pc {
  display: block;
}

header .headerimg img.headerimg_sp {
  display: none;
}

#navi ul {
  font-family: 'Sawarabi Gothic', sans-serif;
  background-color: #f5fffa;
}






/* toppage */

#toppage .topimg {
  display: block;
  margin: 0 auto;
  max-width: 640px;
  height: auto;
  margin-bottom: 60px;
}

#toppage .topimg2 {
  display: block;
  margin: 0 auto;
  max-width: 740px;
  height: auto;
}

#toppage .top_menu {
  border-bottom: 1px solid #966830;
  margin-top: 40px;
  text-align: center;
}

#toppage .top_menu ul {
  display: inline-block;
  margin: 10px auto;
  margin-bottom: 0px;
}

#toppage .top_menu ul li {
  display: inline-block;
  padding: 0;
  border-right: 1px solid #966830;
}

#toppage .top_menu ul li:last-child {
  border-right: 0;
}

#toppage .top_menu ul li a {
  display: block;
  text-align: center;
}

#toppage .top_menu ul li a img {
  height: 15px;
  width: auto;
  display: block;
  margin: 10px 25px;
}

#toppage .top_class {
  border-bottom: 1px solid #966830;
  padding-bottom: 12px;
  margin-bottom: 43px;
}

#toppage .top_class_title {
  display: block;
  width: 776px;
  height: 78px;
  background-image: url('./images/top_class_title.png');
  background-position: left;
  background-repeat: no-repeat;
  background-size: 615px auto;
  margin: 20px auto;
  margin-top: 70px;
}

#toppage .top_class_title h1 {
  display: block;
  margin: 10px auto;
  font-size: 27px;
  color: #5b4a3f;
  font-weight: 900;
  width: 350px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 5px;
  padding-left: 22px;
  padding-top: 13px;
}

#toppage .top_class_txt {
  display: block;
  width: 669px;
  font-size: 16px;
  margin: 10px auto;
  margin-top: 27px;
}

#toppage .top_class_txt h2, #toppage .top_class_txt h3,
#toppage .top_class .top_class_1 h3, #toppage .top_class .top_class_2 h3,
#toppage .top_class .top_class_3 h3, #toppage .top_class .top_class_4 h3,
#toppage .top_online_list .top_class_txt h3 {
  font-size: 16px;
  display: inline;
  font-family: 'Sawarabi Gothic', sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
}

#toppage .top_online_list .top_class_txt h3 {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  font-weight: 500;
}

#toppage .top_class .top_class_1, #toppage .top_class .top_class_2,
#toppage .top_class .top_class_3, #toppage .top_class .top_class_4 {
  margin-top: 45px;
  margin-bottom: 10px;
  text-align: center;
}

#toppage .top_class .top_class_No {
  margin-bottom: 0px;
  width: 83px;
  height: auto;
}

#toppage .top_class .top_class_1 h2, #toppage .top_class .top_class_2 h2,
#toppage .top_class .top_class_3 h2, #toppage .top_class .top_class_4 h2 {
  font-weight: 500;
  letter-spacing: 3px;
  display: inline-block;
  margin: 0px auto;
  font-size: 25px;
  border-bottom: 4px solid #ee8472;
  padding: 5px 20px;
  margin-bottom: 25px;
}

#toppage .top_class .top_class_2 h2 {
  border-bottom: 4px solid #fff000;
}

#toppage .top_class .top_class_3 h2 {
  border-bottom: 4px solid #006bb4;
}

#toppage .top_class .top_class_4 h2 {
  border-bottom: 4px solid #006933;
}

#toppage .top_class .top_class_1 h3, #toppage .top_class .top_class_2 h3,
#toppage .top_class .top_class_3 h3, #toppage .top_class .top_class_4 h3,
#toppage .top_online_list .top_class_txt h3 {
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 690px;
  line-height: 1.4;
}

#toppage .top_class .top_class_2 h3 {
  text-align: left;
}

#toppage .top_class .top_class_1 ul, #toppage .top_class .top_class_2 ul,
#toppage .top_class .top_class_3 ul, #toppage .top_class .top_class_4 ul {
  display: block;
  width: 690px;
  margin: 10px auto;
}

#toppage .top_class .top_class_1 ul li, #toppage .top_class .top_class_2 ul li, #toppage .top_class .top_class_4 ul li {
  display: block;
  width: 45%;
  margin-right: 60px;
  margin-bottom: 60px;
  float: left;
  text-align: left;
  max-width: 311px;
  letter-spacing: 2px;
}

#toppage .top_class .top_class_3 ul li {
  display: block;
  margin: 0 auto;
  width: 45%;
  margin-bottom: 60px;
  text-align: left;
  max-width: 311px;
  letter-spacing: 2px;
}

#toppage .top_class .top_class_1 ul li:nth-child(even), #toppage .top_class .top_class_2 ul li:nth-child(even),
#toppage .top_class .top_class_4 ul li:nth-child(even) {
  margin-right: 0;
}

#toppage .top_class .top_class_1 ul li .thumbnail, #toppage .top_class .top_class_2 ul li .thumbnail,
#toppage .top_class .top_class_3 ul li .thumbnail, #toppage .top_class .top_class_4 ul li .thumbnail {
  margin-bottom: 25px;
  max-width: 311px;
  display: block;
  height: 210px;
    overflow: hidden;
    background-color: #f1f1f1;
    position: relative;
}

#toppage .top_class .top_class_1 ul li .thumbnail img, #toppage .top_class .top_class_2 ul li .thumbnail img,
#toppage .top_class .top_class_3 ul li .thumbnail img, #toppage .top_class .top_class_4 ul li .thumbnail img {
  width: 100%;
  height: auto;
  max-width: 311px;
  position: absolute;
   top: 50%;
   transform: translate(0, -50%)
}


#toppage .top_class .top_class_1 ul li h4, #toppage .top_class .top_class_2 ul li h4,
#toppage .top_class .top_class_3 ul li h4, #toppage .top_class .top_class_4 ul li h4 {
  font-size: 18px;
  display: block;
  border-bottom: 1px solid #ee8472;
  margin-bottom: 15px;
  font-weight: 500;
  padding-bottom: 5px;
  letter-spacing: 5px;
  padding-left: 4px;
  padding-right: 3px;
}

#toppage .top_class .top_class_2 ul li h4 {
  border-bottom: 1px solid #fff000;
}

#toppage .top_class .top_class_3 ul li h4 {
  border-bottom: 1px solid #006bb4;
}

#toppage .top_class .top_class_4 ul li h4 {
  border-bottom: 1px solid #006933;
}


#toppage .top_class .top_class_1 ul li h5, #toppage .top_class .top_class_2 ul li h5,
#toppage .top_class .top_class_3 ul li h5, #toppage .top_class .top_class_4 ul li h5 {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 7px;
  padding-left: 4px;
  padding-right: 3px;
}

#toppage .top_online_list ul {
  display: block;
  width: 790px;
  margin: 10px auto;
}

#toppage .top_online_list ul li {
  display: block;
  margin: 0 auto;
  width: 47%;
  margin-bottom: 53px;
  text-align: left;
  max-width: 450px;
  letter-spacing: 2px;
  float: left;
  margin-right: 35px;
  border: 1px solid #e3e3e3;
}

#toppage .top_online_list li:nth-child(2n) {
  margin-right: 0;
}

#toppage .top_online_list ul li .thumbnail {
  display: block;
  height: 188px;
  overflow: hidden;position: relative;
  background-color: #f1f1f1;
}

#toppage .top_online_list ul li .thumbnail img {
  width: 100%;
  height: auto;
  position: absolute;
top: 50%;
transform: translate(0, -50%);
}

#toppage .top_online_list ul li .online_inner {
  display: block;
  padding: 23px;
  padding-top: 35px;
}

#toppage .top_online_list ul li .online_target {
  color: #64b397;
  font-size: 12px;
  margin-bottom: 26px;
  display: block;
  font-weight: 300;
}

#toppage .top_online_list ul li h4 {
  font-size: 17px;
  display: block;
  font-weight: 500;
  padding-bottom: 5px;
  letter-spacing: 5px;
}

#toppage .top_online_list ul li .online_koshi {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 4px;
}

#toppage .top_online_list ul li h5 {
  display: block;
  font-size: 15px;
  font-weight: 100;
  margin: 0;
  margin-top: 34px;
  line-height: 1.8;
}

.more_button3 {
  display: block;
  margin: 25px 0;
  text-align: right;
  margin-bottom: 20px;
	font-size: 15px;
    color: #666;
}

.more_button3 img {
  width: 78px;
  height: auto;
  display: inline-block;
}

#toppage .top_online_list ul li .classdata {
  font-weight: 300;
  font-size: 17px;
  word-break: break-word;
}

a.more_button {
  display: block;
  margin-top: 40px;
  margin: 30px auto;
}

a.more_button img {
  width: 224px;
  height: auto;
  margin: 0 auto;
}

a.more_button img.more_button4 {
  width: 323px;
  height: auto;
  margin: 0 auto;
}

#toppage .top_onlineclass .top_online_title {
  display: block;
  width: 860px;
  height: 134px;
  background-image: url('./images/midashi01.png');
  background-position: right;
  background-repeat: no-repeat;
  margin: 20px auto;
  background-size: 760px auto;
}

#toppage .top_onlineclass .top_online_title h2 {
  display: block;
  margin: 10px auto;
  font-size: 27px;
  color: #5b4a3f;
  font-weight: 900;
  width: 570px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 6px;
  padding-top: 70px;
}

#toppage .top_onlineclass {
  border-bottom: 1px solid #966830;
  padding-bottom: 2px;
  margin-bottom: 25px;
}

#toppage .top_onlineclass ul {
  width: 673px;
  display: block;
  margin: 30px auto;
}

#toppage .top_onlineclass ul li {
  width: 56%;
  padding-right: 20px;
  display: inline-block;
  float: left;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 2px;
  font-family: 'Sawarabi Gothic', sans-serif;
}

#toppage .top_onlineclass ul li:last-child {
  width: 44%;
  padding-right: 0;
}

#toppage .top_onlineclass ul li:last-child img {
  height: auto;
}

#toppage .top_news {
  width: 725px;
  margin: 10px auto;
  margin-bottom: 0;
  display: block;
}

#toppage .top_news ul {
  width: 100%;
  display: table;
  padding-inline-start: 0px;
  border-bottom: 1px solid #966830;
  padding-bottom: 30px;
}

#toppage .top_news ul li {
  width: 451px;
  display: table-cell;
  letter-spacing: 2px;
  vertical-align: top;
}

#toppage .top_news ul li:last-child {
  width: calc(100% - 451px);
  padding-right: 0;
}

#toppage .top_news ul li h4 {
  display: block;
  background-image: url('./images/midashi02.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 71px;
  font-size: 19px;
  font-weight: 500;
  height: 65px;
  text-align: center;
  padding-top: 4%;
  letter-spacing: 5px;
  margin-bottom: 5px;
}

#toppage .top_news ul li a.news_link {
  display: block;
  margin-left: 15px;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 10px;
  text-indent: -1em;
  padding-left: 2em;
  font-family: 'Sawarabi Gothic', sans-serif;

  line-height: 1.5;
}

#toppage .top_news ul li .kei1 {
  margin-bottom: 15px;
}

#toppage .top_news . {
  height: auto;
  display: block;
  margin-bottom: 22px;
}

#toppage .top_news ul.news_sns {
  margin-top: 50px;
  border-bottom: 0;
}

#toppage .top_news ul.news_sns li {
  width: 50%;
  padding: 0 17px;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.4;
  padding-bottom: 10px;
}

#toppage .top_news ul.news_sns li:first-child {
  border-right: 1px solid #966830;
}

#toppage .top_news ul li h5 {
  font-family: 'Sawarabi Gothic', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  margin-top: 15px;
}

#toppage .top_news ul li .top_sns_button1, #toppage .top_news ul li .top_sns_button2 {
  width: 70px;
  height: auto;
  margin-bottom: 18px;
}

#toppage .top_news ul li .top_sns_button1 {
  margin-top: 30px;
}

#toppage .top_online_list {
  width: 834px;
  margin: 0px auto;
  margin-top: -17px;
  margin-bottom: 0;
  display: block;
}

#toppage .top_online_list_title {
  display: block;
  width: 776px;
  height: 96px;
  background-image: url('./images/midashi03.png');
  background-position: left;
  background-repeat: no-repeat;
  background-size: 662px auto;
  margin: 20px auto;
  margin-top: 0px;
}

#toppage .top_online_list_title h2 {
  display: block;
  margin: 10px auto;
  font-size: 27px;
  color: #5b4a3f;
  font-weight: 900;
  width: 350px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 5px;
  padding-left: 22px;
  padding-top: 20px;
}

#toppage .top_calendar {
  width: 815px;
  border-top: 1px solid #966830;
  margin: 0 auto;
  margin-bottom: 10px;
}

#toppage .top_calendar .top_calendar_title {
  display: block;
  height: 134px;
  background-image: url('./images/midashi04.png');
  background-position: right;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 20px auto;
  margin-top: -10px;
  background-size: contain;
  width: 575px;
}

#toppage .top_calendar .top_calendar_title h2 {
  display: block;
  margin: 10px auto;
  font-size: 27px;
  color: #5b4a3f;
  font-weight: 900;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 6px;
  padding-top: 60px;
}

#toppage .top_calendar a.calendar_link {
  display: none;
}

#toppage .top_calendar iframe {
  display: block;
  width: 90%;
  height: 600px;
  border: none;
  margin: 10px auto;
}






/* otherpage */

.clum_2 {
  width: 100%;
  max-width: 670px;
  column-count: 2;
  margin: 20px auto;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 2px;
}

.other_contents {
  display: block;
  max-width: 780px;
  margin: 0px auto;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

#other_page .other_title {
  display: block;
  width: 358px;
  height: 54px;
  background-image: url('./images/other_title.png');
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 303px auto;
  margin: 20px auto;
  margin-top: 0px;
}

#other_page .other_title h1 {
  display: block;
  margin: 10px auto;
  font-size: 25px;
  color: #5b4a3f;
  font-weight: 600;
  width: 360px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 5px;
}

#other_page .other_contents .txtbox {
  display: block;
  width: 670px;
  margin: 0px auto;
  margin-bottom: 30px;
  font-family: 'Sawarabi Gothic', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 2;
  background-color: #fff;
  border: 0;
  padding: 0;
  overflow: auto;
  white-space: break-spaces;
}

#other_page .other_contents .txtbox.txt_taiken {
  margin-bottom: -5px !important;
  margin-top: 20px;
}

#other_page .other_contents .txt_contact {
  display: block;
  width: 460px;
  margin: 20px auto;
  margin-bottom: 0px;
  font-size: 19px;
  letter-spacing: 5px;
  line-height: 2;
  background-color: #fff;
  border: 0;
  padding: 0;
  overflow: auto;
  white-space: break-spaces;
}

#other_page .other_contents p {
  margin-bottom: 0px;
  font-family: 'Sawarabi Gothic', sans-serif;
  display: block;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 2;
}

.other_contents img {
  margin: 10px auto;
  display: block;
  height: auto;
}

#other_page .other_contents h2, #other_page .other_contents h3, #other_page .other_contents h4 {
  margin: 10px auto;
  margin-bottom: 20px;
  width: 767px;
  padding-left: 48px;
  border-bottom: 1px solid #966830;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 23px;
  padding-bottom: 3px;
  letter-spacing: 5px;
}

#other_page .other_contents h3 {
  font-size: 19px;
  letter-spacing: 3px;
}

#other_page .other_contents h4 {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 0px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

#other_page .other_contents h5 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 15px;
}

#other_page .other_contents a.more_button5 {
  display: block;
  color: #333;
  width: 350px;
  height: 90px;
  text-align: center;
  margin: 10px auto;
  background-image: url('./images/more_button_free.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 325px auto;
  margin-bottom: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 17px;
  padding-top: 20px;
}

#other_page .other_contents .txtbox_online {
  width: 595px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 45px;
}

#other_page .other_contents .txtbox_online_kiyaku {
  background-color: #f9f6bc;
  display: block;
  padding: 30px 52px;
  width: 730px;
  margin: 10px auto;
  margin-bottom: 30px;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 2;
  border-radius: 10px;
  white-space: break-spaces;
  font-family: 'Sawarabi Gothic', sans-serif;
}

#other_page .other_contents .about_teacher ul {
  display: block;
  width: 690px;
  margin: 10px auto;
  margin-bottom: 30px;
}

#other_page .other_contents .about_teacher ul li {
  display: inline-block;
  float: left;
  letter-spacing: 2px;
}

#other_page .other_contents .about_teacher ul li:first-child {
  width: 189px;
  padding-right: 10px;
}

#other_page .other_contents .about_teacher ul li:first-child img {
  width: 147px;
  height: auto;
  margin: 0;
}

#other_page .other_contents .about_teacher ul li:last-child {
  width: 500px;
}

#other_page .other_contents .about_teacher ul li:last-child h3 {
  font-size: 20px;
  margin: 0;

  border-bottom: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

#other_page .other_contents .about_teacher ul li:last-child h4 {
  margin: 0;
  font-size: 18px;
  border-bottom: 0;
  margin-bottom: 15px;
  padding-left: 0;
}

#other_page .other_contents .about_tanto ul {
  width: 670px;
  margin: 10px auto;
  margin-bottom: 30px;
}

#other_page .other_contents .about_tanto ul li {
  display: inline-block;
  float: left;
  width: 45%
}

#other_page .other_contents .about_map ul {
  width: 788px;
  margin: 10px auto;
  margin-bottom: 30px;
}

#other_page .other_contents .about_map ul li {
  display: inline-block;
  float: left;
  width: 60%;
  font-family: 'Sawarabi Gothic', sans-serif;

}

#other_page .other_contents .about_map ul li:first-child {
  width: 40%;
  padding-right: 28px
}

#other_page .other_contents .about_map ul li:first-child a {
  font-size: 11px;
}

#other_page .other_contents .about_map ul li:first-child iframe {
  width: 100%;
  height: 300px;
  border: 1px #888 solid;
}

#other_page .other_contents .about_map ul li h3 {
  font-size: 20px;
  margin: 0;
  border-bottom: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

#other_page h2.other_class {
  font-size: 18px;
  margin: 10px auto;
  border-bottom: 0;
  padding-left: 0;
  text-align: center;
}

#other_page .other_class_link {
  max-width: 750px;
  font-size: 16px;
  line-height: 2;
  margin: 25px auto;
  margin-top: 10px;
}

#other_page .other_class_link a {
  display: inline-block;
}

#other_page .other_class_link a::before {
  content: '/';
  margin: 0 10px;
}

#other_page .other_class_link a:first-child:before {
  content: '';
  margin: 0;
}

#other_page .other_contents img.kei1,
#other_page .other_contents img.kei2 {
  height: auto;
  display: block;
  margin-bottom: 22px;
  max-width: 810px;
  height: auto;
  width: 100%;
}

#other_page .other_class_list ul {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
  margin: 10px auto;
}

#other_page .other_class_list ul li {
  display: block;
  margin: 0px auto;
  border-bottom: 1px solid #966830;
  padding: 47px 10px;
  display: block;
  max-width: 750px;
  width: 100%;
}


#other_page .other_class_list ul li:last-child {
  border-bottom: 0;
}

#other_page .other_class_list_title {
  margin: 10px auto;
  margin-bottom: 32px;
  max-width: 484px;
  width: 100%;
  display: block;
}

#other_page .other_class_list_title .other_class_list_titleimg {
  display: inline-block;
  width: 86px;
  height: auto;
  margin-right: 15px;
  float: left;
  margin-top: -5px;
}

#other_page .other_class_list h4 {
  font-size: 22px;
  margin-bottom: 10px;
  display: block;
  padding-left: 0;
  width: 100%;
}

#other_page .other_class_list h5 {
  font-size: 17px;
  margin-bottom: 10px;
  display: block;
  margin-top: 0;
}

#other_page .other_class_list h6 {
  margin: 10px auto;
  font-size: 16px;
  text-align: left;
  margin-bottom: 20px;
  display: block;
  max-width: 710px;
  width: 100%;
  line-height: 1.5;
  font-family: 'Sawarabi Gothic', sans-serif;
}

#other_page .other_class_list ul li ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  display: block;
  width: 100%;
  max-width: 820px;
  margin: 30px auto;
}

#other_page .other_class_list ul li ul li {
  display: inline-block;
  width: 40%;
  font-size: 16px;
  line-height: 2.2;
  float: left;
  margin: 0;
  border-bottom: 0;
  padding: 0;
  max-width: auto;
}

#other_page .other_class_list ul li ul li:first-child {
  padding-right: 15px;
  line-height: 1
}

#other_page .other_class_list ul li ul li:last-child {
  width: 60%;
}

#other_page .other_class_list ul li ul li .thumbnail a {
  font-size: 12px;
}

#other_page .other_class_list ul li ul li .thumbnail iframe {
  height: 260px;
}

#other_page .other_class_list ul li ul li .other_class_list_midashi {
  display: inline;
  margin-right: 10px;
  width: 90px;
  float: left;
  text-align: right;
}

#other_page .other_class_list ul li ul li .other_class_list_txt {
  display: inline-block;
  width: 60%;
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  line-height: 2;
  margin-bottom: 10px;
}

#other_page .other_class_list ul li ul li .class_date {
  color: #6a3a0d;
}

#other_page .other_class_list .other_class_remark {
  font-size: 16px;
  text-align: center;
  font-family: 'Sawarabi Gothic', sans-serif;
  line-height: 1.8;
}

#other_page .other_contact {
  display: block;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

#other_page .other_contact a {
  display: inline-block;
}

#other_page .other_contact a:first-child {
  width: 176px;
}

#other_page .other_contact a:last-child {
  width: 212px;
  margin-left: 20px;
}

img.more_button6 {
  height: auto;
  width: 100%;
  margin: 20px auto;
  display: block;
}

img.more_button7 {
  height: auto;
  width: 100%;
  margin: 20px auto;
  display: block;
}


/* news */

.entry-content {
  display: block;
  max-width: 680px;
  margin: 0px auto;
  margin-bottom: 30px;
  font-family: 'Sawarabi Gothic', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 2;
}

#breadcrumb {
  max-width: 680px;
  margin: 30px auto;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: 300;
}

#other_page .news_page .space {
  display: block;
  height: 30px;
}

#other_page .news_page .news_cate_link {
  white-space: unset;
  text-align: center;
}

#other_page .news_page .news_cate_link a {
  display: inline;
  font-weight: 300;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}

#other_page .news_page .news_cate_link a::after {
  content: '/';
  margin: 0 5px;
  margin-right: 0;
}

#other_page .news_page .news_cate_link a:last-child:after {
  content: '';
}

#other_page h1#archive-title {
  font-size: 20px;
}

#list .entry-card-content h2 {
  width: 100%;
  padding-left: 0;
  border-bottom: 0;
}

#other_page .news_page h2 {
  padding-left: 10px
}

#other_page .news_page .archive-list ul {
  display: block;
  margin: 20px auto;
  max-width: 757px;
  margin-bottom: 40px;
}

#other_page .news_page .archive-list ul li {
  width: 225px;
  display: inline-block;
  float: left;
  margin-right: 40px;
  border-bottom: 1px solid #966830;
  height: 120px;
  letter-spacing: 2px;
  padding: 0 5px;
  margin-bottom: 25px;
}

#other_page .news_page .archive-list ul li:nth-child(3n) {
  margin-right: 0;
}

#other_page .news_page .archive-list ul li header {
  height: 90px;
  display: block;
  margin-bottom: 0px;
}

#other_page .news_page .archive-list ul li h3 {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  padding-left: 0;
  border-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.6;
}

#other_page .news_page .archive-list ul li h3 a {
  display: block;
  min-height: 60px;
}

#other_page .news_page .archive-list ul li .archive-list_cate a {
  font-size: 11px;
  color: #90b7cd;
  margin-bottom: 5px;
  letter-spacing: 2px;
}

#other_page .news_page .archive-list ul li time {
  display: block;
  margin: 10px 0;
  text-align: right;
  font-size: 11px;
  letter-spacing: 4px;
}

#other_page .news_page ul.monthly-list {
  display: block;
  margin: 20px auto;
  max-width: 757px;
  margin-bottom: 40px;
}

#other_page .news_page ul.monthly-list li {
  margin-bottom: 12px;
}

#other_page .news_page ul.monthly-list li, #other_page .news_page ul.monthly-list li a {
  font-size: 16px;
  letter-spacing: 5px;
}

#other_page .news_page ul.monthly-list li ul {
  margin-left: 0
}

#other_page .news_page ul.monthly-list li ul, #other_page .news_page ul.monthly-list li ul li {
  display: inline;
}

#other_page .news_page ul.monthly-list ul li a::after {
  content: '/';
  margin: 0 5px;
  margin-right: -2px;
}

#other_page .news_page ul.monthly-list ul li:last-child a::after {
  content: '';
}

#other_page .news_page h2.entry-title {
  font-size: 23px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  margin: 20px 0;
  border-bottom: 0;
  padding-left: 0;
  width: 100%;
}

#other_page .news_page .entry-content .entry-cate a {
  font-size: 16px;
  color: #90b7cd;
  margin-bottom: 5px;
  letter-spacing: 2px;
}

#other_page .news_page .entry-content .entry_date {
  display: block;
  margin: 10px 0;
  text-align: right;
  font-size: 16px;
  letter-spacing: 4px;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 40px;
}

#other_page .news_page img.kei2 {
  margin-bottom: 0;
}

.navigation {
  max-width: 680px;
  margin: 5px auto;
  display: block;
  letter-spacing: 5px;
  margin-bottom: 60px;
}

.navigation>div {
  max-width: 680px;
  border: 0;
}

.navigation a {
  padding: 0;
}

.navigation a:hover {
  background-color: #fff;
}

.navigation .prev, .navigation .next {
  display: inline-block;
  width: 49%;
}

.navigation .next {
  float: right;
  text-align: right;
}

.navigation>div+div {
  border-bottom: 0;
}

#other_page .entry-content img {
  max-width: 450px;
  height: auto;
}

#other_page .entry-content .clum_2 img {
  max-width: 210px;
  height: auto;
}

/*  */
#other_page .taken_form {
  display: block;
  max-width: 660px;
  text-align: left;
  margin: 10px auto;
}

#other_page .taken_form p {
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 15px;
}
#other_page .taken_form input[type="text"],
#other_page .taken_form input[type="url"],
#other_page .taken_form input[type="password"],
#other_page .taken_form input[type="email"],
#other_page .taken_form input[type="search"],
#other_page .taken_form input[type="tel"],
#other_page .taken_form textarea {
  border: 1px solid #999;
  border-radius: 0;
  box-shadow: 0 0 0 0;
  letter-spacing: 2px;
  padding: 8px 12px;
  width: 100%;
}
#other_page .taken_form textarea.other_txt {
  height: 150px;
}
#other_page .taken_form input[type="text"]:focus,
#other_page .taken_form input[type="url"]:focus,
#other_page .taken_form input[type="password"]:focus,
#other_page .taken_form input[type="email"]:focus,
#other_page .taken_form input[type="search"]:focus,
#other_page .taken_form input[type="tel"]:focus,
#other_page .taken_form textarea:focus {
  border-radius: 0
}

#other_page .taken_form .button, #other_page .taken_form button,
#other_page .taken_form input[type="submit"], #other_page .taken_form input[type="reset"], #other_page .taken_form input[type="button"] {
  border: 1px solid #222;
  border-radius: 0;
  box-shadow: 0 0 0 0;
  letter-spacing: 5px;
  font-size: 17px;
  font-weight: 700;
  padding: 7px 20px;
  margin: 10px auto;
  margin-top: 30px;
  display: block;
}

#other_page .taken_form ul {
  display: block;
  margin-bottom: 10px;
}

#other_page .taken_form ul li {
  display: inline-block;
  width: 120px;
  letter-spacing: 2px;
  font-size: 15px;
  padding: 5px 0;
  vertical-align: top;
}

#other_page .taken_form ul li:last-child {
  display: inline-block;
  margin-left: 10px;
  width: calc(100% - 140px);
}
#other_page .taken_form ul li.taiken_check label, #other_page .taken_form span.wpcf7-list-item {
  margin: 0;
  margin-bottom: 5px;
  width: 100%;
  display: block;
}

#other_page .taken_form .taiken_check .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
#other_page .taken_form .taiken_check span.wpcf7-list-item {
  position: relative;
  margin: 0 !important;
}
#other_page .taken_form .taiken_check .wpcf7-list-item-label {
  cursor: pointer;
}
#other_page .taken_form .taiken_check input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
#other_page .taken_form .taiken_check .wpcf7-list-item-label:before {
  content: '';
  border: 1px solid #777;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -3px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
#other_page .taken_form .taiken_check input[type="checkbox"]:checked+.wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: -2px;
  width: 30px;
  height: 25px;
  background-size: 110%;
  background-position: left;
  background-image: url('./images/form_checked.png');
}

#other_page .taken_form .address {
  display: block;
  line-height: 3.0;
}

#other_page .taken_form .address input[type="text"] {
  max-width: 390px;
}
#other_page .taken_form .address input[type="tel"]#zip {
  width: 200px;
}

#other_page .taken_form .privacy_link {
  font-size: 12px;

  display: block;
  text-align: right;
}

/* shop */
.shop_header {
  display: block;
  margin: 30px auto;
  max-width: 674px;
  margin-top: 10px;
}
.shop_header ul {
  display: block;
  margin: 10px 20px;
}

.shop_header ul li {
  display: inline-block;
  width: 50%;
}

.shop_header ul li:first-child img {
  width: 100%;
  height: auto;
}

.shop_header ul li:last-child img {
  width: 244px;
  height: auto;
  float: right;
}
.shop_header .shop_header_kei {
  display: block;
  width: 100%;
  height: auto;
}
.shop_header_menu {
  max-width: 806px;
  display: block;
  margin: 10px auto;
}
.shop_header_menu ul {
  display: block;
  text-align: center;
  width: 100%;
  border-bottom: 2px solid #f5ca3c;
}
.shop_header_menu ul li {
  display: inline-block;
  margin-bottom: 5px;
}

.shop_header_menu ul li a {
  display: block;
  text-align: center;
  padding: 2px 10px;
  font-family: 'Sawarabi Gothic', sans-serif;
  font-size: 17px;
  color: #333;
}

.shop_header_menu ul li:first-child a {
  padding: 2px 15px;
}
.shop_header_menu ul li:last-child {
  background-color: #f5ca3c;
}

#shop_page {
  display: block;
  max-width: 815px;
  margin: 20px auto;

}

#shop_page .shop_page_main table {
  width: 95%;
  max-width: 700px;
  display: table;
  table-layout: fixed;
  margin: 20px 0;
  border-top: 1px dotted #966830;
}
#shop_page .shop_page_main table tr {
  border-bottom: 1px dotted #966830;
  display: block;
}

#shop_page .shop_page_main table td,
#shop_page .shop_page_main table th {
  padding: 10px 5px;
  font-size: 14px;
  line-height: 1.8;
  display: table-cell;
  text-align: left;
  vertical-align: top;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 2px;
}

#shop_page .shop_page_main table th {
  width: 150px;
  padding-right: 10px;
}


#shop_page p, #shop_page .shop_page_main table {
  font-weight: 300;
}
.shop_page_main {
  display: block;
  float: left;
  width: 490px;
  letter-spacing: 2px;
  line-height: 1.8;
}
.shop_page_sidebar {
  display: block;
  float: right;
  width: 270px;
  letter-spacing: 2px;
}

#shop_page h1, #shop_page h2, #itempage h3 {
  display: inline-block;
  padding: 5px 10px;
  font-family: 'Sawarabi Gothic', sans-serif;
  font-size: 26px;
  border-bottom: 8px solid #f5ca3c;
  letter-spacing: 5px;
  margin-bottom: 20px;
}
#shop_page h2 {
  margin-top: 20px;
}
#itempage h3 {
  color: #000 !important;
  background-color: #fff !important;
  padding: 5px 10px !important;
}
#shop_page .shop_page_sidebar h2, #shop_page .shop_page_sidebar h3 {
  display: block;
  padding: 5px 10px;
  padding-right: 0;
  font-family: 'Sawarabi Gothic', sans-serif;
  font-size: 17px;
  border-bottom: 5px solid #f5ca3c;
  border-left: 5px solid #f5ca3c;
  letter-spacing: 2px;
  margin-bottom: 15px;
  max-width: 500px;
}
#shop_page .shop_page_sidebar h3 {
  margin-top: 30px;
}

.shop_page_sidebar a {
  display: block;
  margin-bottom: 7px;
  font-family: 'Sawarabi Gothic', sans-serif;
  font-size: 17px;
}
.shop_page_sidebar a.shop_link_cart {
  color: #333;
  display: inline-block;
  background-color: #f5ca3c;
  padding: 5px 10px;
  margin-top: 3px;
}
#shop_page ul.shop_list {
  display: block;
  margin-top: 10px;
}
#shop_page ul.shop_list li {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  clear: both;
  margin-bottom: 30px;
}
#shop_page ul.shop_list li a {
  color: #333;
}

#shop_page ul.shop_list li a:hover {
  color: #333;
}

#shop_page ul.shop_list li .shop_thumbnail {
  display: inline-block;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}

#shop_page ul.shop_list li .shop_thumbnail img {
  width: 200px !important;
  height: auto;
}

#shop_page ul.shop_list li .shop_thumbnail_no {
  display: block;
  width: 200px;
  height: 150px;
  background-color: #999;
  color: #fff;
  text-align: center;
  padding-top: 30%;
}
#shop_page ul.shop_list li .shop_txt {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 20px;
  width: calc(100% - 220px);
}

#shop_page ul.shop_list li h2 {
  display: block;
  padding: 0;
  font-size: 17px;
  border-bottom: 0;
  margin-top: 0;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

#shop_page ul.shop_list li .loopimg {
  display: none;
}
#shop_page ul.shop_list li a.shop_cate {
  display: inline-block;
  padding: 2px 5px;
  margin-bottom: 10px;
  background-color: #fff8b7;
}
#shop_page ul.shop_list li .shop_more {
  padding: 0 5px;
  display: inline-block;
  margin-top: 10px;
  border-bottom: 1px solid #333;
}

#shop_page ul.shop_list li img.shop_kei2 {
  display: block;
  height: auto;
}


#itempage table.skumulti {
  border: 0 !important;
  letter-spacing: 2px
}
#shop_page .shop_page_main table tr {
  display: table-row;
  border-bottom: 0;
}
span.cprice {
  margin-right: 5px;
  display: inline-block;
}
#itempage table.skumulti th.thborder {
  border-bottom-width: 0 !important;
}
#itempage table.skumulti th {
  background-color: #efefef !important;
}
#itempage table.skumulti td {
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-right-style: dotted !important;
  border-bottom-style: dotted !important;
  border-right-color: #ccc !important;
  border-bottom-color: #ccc !important;
}
#shop_page .shop_page_main table.skumulti th {
  width: auto;
  font-size: 13px;
  font-weight: 300;
}
#itempage .button, #itempage button, #itempage input[type="submit"], #itempage input[type="reset"], #itempage input[type="button"] {
  border: 0;
  background-color: #f5ca3c;
  font-weight: bold;
  padding: 5px 12px;
  margin-bottom: 5px;
  text-align: center;
  white-space: normal;
}
#itempage input[type="text"] {
  width: 90% !important;
}
#itempage input[type="text"].skuquantity {
  width: 80px !important;
}
#itempage table.skumulti td:last-child {
  border-right-width: 0px !important;

}
#itempage table.skumulti td.error_message {
  border: 0 !important;
  padding: 0 !important;
  border-bottom: 1px dotted #ccc !important;
}
#itempage .field {
  max-width: 500px;
  margin-bottom: 20px
}
#itempage .shop_page_main table.skumulti tr {
  border-bottom: 0;
}
#itempage .exp {
  margin-bottom: 20px !important;
  line-height: 2;
}
#itempage .field .field_cprice, #itempage .field .field_name, #itempage .field .field_price {
  display: inline-block !important;
  width: 50% !important;
  margin-bottom: 10px;
  margin-top: 10px;
}

#itempage a.item_cate{display: inline-block;
  margin: 20px 5px;
  font-size: 13px;

}

.shop_page_main table#cart_table {
  width: auto;
  border: 0;
}
#cart th {
  color: #000 !important;
  background-color: #efefef !important;
}
div.usccart_navi li.ucart {
  border-right: 1px dotted #fff;
  display: inline-block;
  margin-bottom: 6px;
  width: auto !important;
  padding: 2px 18px !important;
}

div.usccart_navi li.usccart_cart, div.usccart_navi li.usccart_customer, div.usccart_navi li.usccart_delivery, div.usccart_navi li.usccart_confirm {
  background-image: none !important;
  background-color: #f5ca3c !important;
  border-right: 1px dotted #fff;
}
#cart th, #cart td {
  border-top-width: 0 !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-bottom-color: #ccc !important;
  border-left-width: 0 !important;
}

.upbutton input[type="submit"], #cart input.delButton {
  display: inline-block;
  background-color: #e2e1e1;
  font-family: 'Sawarabi Gothic', sans-serif !important;
  padding: 5px 10px;
  letter-spacing: 4px;
  margin-bottom: 0
}

#cart table th, #cart table td {
  display: inline-block !important;
}
#shop_page .shop_page_main #cart table th, #shop_page .shop_page_main #cart table td {
  padding: 4px 5px;
  min-height: 30px;
  text-align: right;
  font-size: 12px;
  vertical-align: middle;
}
#shop_page .shop_page_main #cart table td {
  width: 19%;
}
#shop_page .shop_page_main #cart table td {
  text-align: left;
  font-size: 14px;
  border-bottom-width: 0 !important;
  border-right-width: 0 !important
}
#info-confirm #cart table tfoot td {
    text-align: right!important;}
  #info-confirm #cart table tfoot td.action{
    display: none!important
  }

  #info-confirm  #cart table tfoot th.thumbnail, #info-confirm  #cart table tfoot td.thumbnail{
    display: none!important;
  }

#shop_page .shop_page_main #cart table th.num, #shop_page .shop_page_main #cart table td.num {
  width: 50px
}
#shop_page .shop_page_main #cart table th.thumbnail, #shop_page .shop_page_main #cart table td.thumbnail {
  width: 100px;
}
#shop_page .shop_page_main #cart table td.thumbnail img {
  width: 100px;
  height: auto;
}
#shop_page .shop_page_main #cart table th.productname {
  width: calc(100% - 150px);
}
#shop_page .shop_page_main #cart table td.productname {
  width: calc(100% - 170px);
}
#shop_page .shop_page_main #cart table td.unitprice, #shop_page .shop_page_main #cart table th.unitprice {
  width: 120px;
}
#shop_page .shop_page_main #cart table th.action, #shop_page .shop_page_main #cart table td.action {
  text-align: right;
  width: 60px;
}
#shop_page .shop_page_main #cart table th.action {
  width: 66px;
}
#shop_page .shop_page_main #cart table th.quantity, #shop_page .shop_page_main #cart table td.quantity {
  width: 65px;
}
#shop_page .shop_page_main #cart table td.quantity {
  font-weight: bold
}
#shop_page .shop_page_main #cart table th.subtotal {
  text-align: right;
  width: calc(100% - 325px);
}

#shop_page .shop_page_main #cart table td.subtotal {
  width: calc(100% - 345px);
}
#shop_page .shop_page_main #cart table td.subtotal {
  font-size: 15px;
  text-align: right;
  font-weight: bold
}
#shop_page .shop_page_main #cart table th.stock, #shop_page .shop_page_main #cart table td.stock {
  width: 74px;
  text-align: right;
}

#shop_page .shop_page_main #cart tbody tr {
  border-bottom: 1px dotted #ccc;
  display: block;
}
#shop_page .shop_page_main #cart table tfoot th {
  background-color: #fff !important;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  font-size: 15px;
  margin-top: 20px;
}
#shop_page .shop_page_main #cart table tfoot th.aright {
  width: 120px;
}

#shop_page .shop_page_main #cart table tfoot th.subtotal {
  font-size: 17px;
  text-align: right;
  font-weight: bold;
  width: 200px;
}
#shop_page .shop_page_main #cart table tfoot th.stock,
#shop_page .shop_page_main #cart table tfoot th.action {
  display: none !important
}
#cart input.quantity {
  width: 50px !important;
}
#cart .upbutton {
  font-size: 12px !important;
  padding-right: 0px !important;
  max-width: 700px;
}
#inside-cart .send {
  max-width: 700px;
}
#shop_page .currency_code {
  font-size: 11px;
}
#shop_page input.to_customerinfo_button, #shop_page input.to_deliveryinfo_button, #shop_page input.to_confirm_button, #shop_page input.checkout_button {
  background-color: #f5ca3c !important;
  padding: 10px 15px;
  font-size: 17px;
  margin-left: 10px;
}
#shop_page input.back_to_delivery_button, #shop_page input.back_to_customer_button, #shop_page input.back_cart_button, #shop_page input.continue_shopping_button {
  font-size: 13px;
}
#customer-info th, #customer-info td, #delivery-info th, #delivery-info td {
  border: 0 !important;
  border-bottom: 1px solid #ccc !important;
  background-color: #fff !important;
}
#delivery-info table.customer_form {
  margin-bottom: 15px !important;
  border-top: 1px solid #ccc;
}
#info-confirm #cart table#cart_table {
    max-width: 600px;
}
#info-confirm #cart  table#cart_table {
    width: 90%;}
#delivery-info select, #info-confirm select, #customer-info select {
  -webkit-appearance: listbox;
  -moz-appearance: listbox;
  appearance: listbox;
  border: 1px solid #c0c0c0;
  padding: 5px 10px;
  padding-right: 14px;
  border-radius: 3px;
  letter-spacing: 2px;
}

#delivery-info label, #info-confirm label, #customer-info label {
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 5px;
  height: auto;
  padding: 5px 10px;
  letter-spacing: 2px;
}
#delivery-info input[type="radio"], #info-confirm input[type="radio"], #customer-info input[type="radio"] {
  display: inline-block;
}
#delivery-info dl input[type="radio"] {
  margin-right: 10px
}

#customer-info h5, #customer-info form[name="customer_loginform"],
#shop_page form[name="customer_form"] table tr:nth-child(3), #shop_page form[name="customer_form"] table tr:nth-child(4), #shop_page input[name="reganddeliveryinfo"] {
  display: none !important;
}

#shop_page #info-confirm #cart table th.subtotal {
  text-align: center !important;
  width: calc(100% - 185px) ;
}

#shop_page #info-confirm #cart table td.subtotal {
  width: calc(100% - 205px) ;

}
#info-confirm table th.action {
  display: none !important;
}
#info-confirm table tfoot th.aright {
  width: 160px !important;
  font-size: 16px !important;
}

#delivery-info input[type="radio"]:checked+label {
  background: #ffc4c4 !important;
  color: #000 !important;
  padding: 5px;
}
#delivery-info #zipcode_row td, #delivery-info #address1_row td, #delivery-info #address2_row td, #delivery-info #address3_row td,
#delivery-info #tel_row td, #delivery-info #fax_row td, #customer-info #zipcode_row td, #customer-info #address1_row td, #customer-info #address2_row td, #customer-info #address3_row td,
#customer-info #tel_row td, #customer-info #fax_row td {
  font-size: 12px;
  color: #999;
}
#customer-info .customer_form input[type="text"], #customer-info .customer_form input[name="customer[zipcode]"],
#delivery-info #delivery_table input[type="text"], #delivery-info #delivery_table input[name="delivery[zipcode]"] {
  margin-bottom: 2px;
  width: 99% !important;
}
#delivery-info #delivery_table tr.inp1 input[name="delivery[name1]"], #delivery-info #delivery_table tr.inp1 input[name="delivery[name2]"],
#delivery-info #delivery_table tr.inp1 input[name="delivery[name3]"], #delivery-info #delivery_table tr.inp1 input[name="delivery[name4]"],
#customer-info .customer_form tr.inp1 input[name="customer[name1]"], #customer-info .customer_form tr.inp1 input[name="customer[name2]"],
#customer-info .customer_form tr.inp1 input[name="customer[name3]"], #customer-info .customer_form tr.inp1 input[name="customer[name4]"] {
  width: 86% !important;

}

#customer-info .customer_form input[name="customer[mailaddress1]"], #customer-info .customer_form input[name="customer[mailaddress2]"] {
  width: 95%;
}
#customer-info table {
  width: 100% !important;
}
#customer-info table td, #customer-info table th, #info-confirm table td, #info-confirm table th {
  font-size: 13px !important;
}
#confirm_table h3 {
  color: #333 !important
}
#info-confirm table#confirm_table {
  table-layout: fixed;
  width: 100%;
  max-width: 600px;
margin-top: 30px;
}

#info-confirm table#confirm_table th {
  width: 30%;
}
#info-confirm table#confirm_table td {
  width: 68%;
    word-break: break-word;}

#info-confirm #cart table tr.shipping_charge td, #info-confirm #cart table tr.tax td {
  width: 160px;
}
#customer-info .send, #delivery-info .send, #info-confirm .send {
  border-top-width: 0 !important;
}
div.header_explanation {
  font-size: 13px;
}
#inside-cart .no_cart {
    margin-top: 40px!important;
    font-size: 14px!important;}

/* 特定商取引法 */

#shop_page .page_tokutei table , #shop_page .page_tokutei table tbody, #shop_page .page_tokutei table tr ,
#shop_page .page_tokutei table th , #shop_page .page_tokutei table td{
  display: block;
  width: 100%!important;
}

#shop_page .page_tokutei table {
  margin-top: 20px;
  border-top: 0px;

}
#shop_page .page_tokutei table tr {
    border-top: 1px dotted #966830;
    margin-top: 10px;
    padding-top: 10px;
}
#shop_page .page_tokutei table th p{
  font-weight: bold;
}

/* calendar */
.xo-event-calendar {
  font-family: 'Sawarabi Gothic', sans-serif !important;
  max-width: 500px;
}
.xo-event-calendar table.xo-month {
  border-width: 1px 1px 1px 1px !important;
}
.xo-event-calendar table.xo-month .month-dayname td div.today {
  color: #333 !important;
  background-color: #fff250;
}
.xo-event-calendar table.xo-month th, .xo-event-calendar table.xo-month td {
  padding: 0;
  border: 0 !important;
}
.xo-event-calendar table.xo-month .month-dayname td div {
  border-bottom: 1px dotted #666 !important;
  text-align: center !important;
  padding-top: 13px !important;
}

/* gallery */

.sl-image img:not([alt]), #shDisplay img:not([alt]) {
  filter: none;
}

.ngg-galleryoverview.default-view {
  max-width: 740px;
  margin: 20px auto;
  margin-bottom: 40px;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
  height: 120px !important;
  margin: 5px auto;
  width: auto !important;
}

.sl-wrapper .sl-image .sl-caption {
  color: #333 !important;
  background: #fff !important;
  font-size: 14px !important;
  bottom: auto !important;
}

#the-content.entry-content h2 {
  padding-left: 5px;
  margin-top: 25px;
  width: 100%;
}

#the-content.entry-content h3 {
  padding-left: 5px;
  margin-top: 25px;
  width: 100%;
}

#the-content.entry-content h4 {
  padding-left: 0;
  margin-top: 25px;
  font-weight: 800;
  width: 100%;
}

#the-content.entry-content h5 {
  font-size: 16px;
  padding: 5px 10px;
  border: 2px solid #8cc1d5;
  margin-top: 25px;
  font-weight: 500;
  width: auto;
  display: inline-block;
}

#the-content.entry-content hr {
  border-top: 0;
  height: 18px;
  margin: 15px 0;
  width: 100%;
  display: block;
  background: #fff url(./images/kei1.png);
  background-size: 80% auto;
  background-repeat: repeat-x;
  border: 0px none;
}


#the-content.entry-content table {
  width: 95%;
  max-width: 700px;
  display: table;
  table-layout: fixed;
  margin: 20px 0;
  border-top: 1px dotted #966830;
}

#the-content.entry-content table tr {
  border-bottom: 1px dotted #966830;
  display: block;
}

#the-content.entry-content table td,
#the-content.entry-content table th {
  padding: 10px 5px;
  font-size: 14px;
  line-height: 1.8;
  display: table-cell;
  text-align: left;
  vertical-align: top;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 2px;
}


/* footer */

#footer {
  display: block;
  margin: 0 auto;
  margin-top: 100px;
  border-top: 1px solid #966830;
  width: 813px;
  color: #333;
  padding-top: 30px;
  letter-spacing: 1px;
}

#footer .footer-adress ul {
  display: block;
  padding-inline-start: 0px;
  width: 100%;
}

#footer .footer-adress ul li {
  display: inline-block;
  height: 60px;
  font-size: 16px;
  vertical-align: bottom;
  color: #333;
  font-family: 'Sawarabi Gothic', sans-serif;
  line-height: 1.6;
}

#footer .footer-adress ul li:last-child {
  padding-top: 5px;
}

#footer img.footer_logo {
  width: 202px;
  height: auto;
  margin-right: 22px;
  float: left;
}

#footer .footer_adressbar {
  margin-right: 5px;
  height: 45px;
  width: auto;
  display: inline;
  margin-top: 9px;
}

#footer .footer-link {
  display: block;
  background-image: url('./images/footer_illust.png');
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 227px auto;
  padding-bottom: 150px;
  margin-top: 20px;
}

#footer .footer-link ul {
  display: block;
  padding-inline-start: 0px;
  width: 100%;
  margin-bottom: 10px;
}

#footer .footer-link ul li {
  display: inline-block;
}

#footer .footer-link ul li:first-child {
  width: 230px;
}

#footer .footer-link ul li a {
  color: #333;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 15px;
}

#copyright a {
  display: block;
}







/* responsive */

@media screen and (max-width: 930px) {

  #footer .footer-link {
    margin-right: 10px
  }
}

@media screen and (max-width: 920px) {

  #footer .footer-link {
    background-size: 200px auto;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 910px) {

  header .headerimg {
    width: 100%;
  }
  /* ショップ公開で削除↓ */
  #header .menuicon2 {
    width: 100px;
  }
}

@media screen and (max-width: 880px) {
  #toppage .top_onlineclass {
    margin-right: -10px;
  }
  #toppage .top_onlineclass .top_online_title {
    width: 100%;
    background-size: 90%;
  }
  #footer .footer-link {
    padding-bottom: 180px;
  }
}

@media screen and (max-width: 864px) {

  #toppage .top_online_list ul {
    text-align: center;
    width: 100%;
  }
  #toppage .top_online_list ul li {
    margin-right: 15px;
    width: 42%;
    text-align: left;
    vertical-align: top;
    display: inline-block;
    float: none;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 854px) {

  #toppage .top_online_list {
    width: 100%
  }

  #footer .footer-link {
    padding-bottom: 190px;
  }
}

@media screen and (max-width: 820px) {
  #shop_page {
    padding: 0 10px;
  }
  #toppage .top_online_list ul li .online_inner {
    padding: 16px;
    padding-top: 19px;
  }
  #toppage .top_online_list ul li .online_target {
    margin-bottom: 18px;
  }
  #toppage .top_online_list ul li h5 {
    margin-top: 20px;
    font-size: 13px;
  }
  #toppage .top_online_list ul li .online_koshi{font-size: 13px;}
  .more_button3 {
    margin: 18px 0;
    margin-bottom: 15px;
  }
  #toppage .top_online_list ul li .classdata {
    font-size: 14px;
  }
  #toppage .top_calendar {
    width: 100%;
  }
  .shop_header {
    max-width: 600px;
  }
  .shop_header ul li:first-child img {
    max-width: 200px;
  }
  .shop_header ul li:last-child img {
    width: 200px;
  }
  .shop_header_menu ul li a {
    padding: 2px 7px;
    font-size: 15px;
  }
  .shop_header_menu ul li:first-child a {
    padding: 2px 10px;
  }
  .shop_page_main, .shop_page_sidebar {
    width: 100%;
  }
  .shop_page_main {
    margin-bottom: 20px;
  }
  div.usccart_navi li.ucart {
    padding: 2px 25px !important;
  }

  #shop_page .shop_page_main #cart table tfoot th.subtotal {
    float: right;
  }
  #shop_page .shop_page_main #cart table tfoot th.aright {
    width: 220px;
    text-align: right;
  }
  #footer {
    width: 100%;
  }
}

@media screen and (max-width: 796px) {
  #other_page .other_contents .about_map ul {
    padding: 0 10px;
    width: 100%;
  }
  #footer .footer-link {
    padding-bottom: 210px;
  }
}

@media screen and (max-width: 790px) {
#toppage .top_online_list ul li .thumbnail {
    height: 168px;}
  }

@media screen and (max-width: 780px) {
  #toppage .top_class_title {
    width: 100%;
    background-size: 90%;
  }
  #toppage .top_online_list_title {
    width: 100%;
    background-size: 90%;
  }

  #toppage .top_online_list ul li h4 {
    font-size: 15px;
  }
  #toppage .top_online_list .top_class_txt h3 {
    font-size: 14px;
  }

  .shop_header {
    max-width: 500px;
  }
  #shop_page h1, #shop_page h2, #itempage h3 {
    font-size: 22px;
  }

  #shop_page .shop_page_sidebar h2, #shop_page .shop_page_sidebar h3 {
    font-size: 17px;
  }
}

@media screen and (max-width: 780px) {

  a.more_button {
    margin: 20px auto;
  }
  #other_page .news_page .archive-list ul {
    padding: 0 10px;
  }
  #other_page .news_page .archive-list ul li {
    margin-right: 20px;
    width: 31%;
    float: none;
  }
  #other_page .news_page ul.monthly-list {
    padding: 0 10px;
  }

  #footer .footer-link ul li a {
    font-size: 13px;
  }
}

@media screen and (max-width: 770px) {

  #toppage .top_class .top_class_1 ul li, #toppage .top_class .top_class_2 ul li, #toppage .top_class .top_class_4 ul li {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  #other_page .other_contents h2, #other_page .other_contents h3, #other_page .other_contents h4 {
    width: 100%;
  }
  #footer {
    margin-top: 80px;
  }
}

@media screen and (max-width: 760px) {

  #toppage .topimg2 {
    max-width: 100%;
  }
}

@media screen and (max-width: 745px) {
  #toppage .top_menu ul {
    display: table;
    table-layout: fixed;
    padding-bottom: 10px;
  }
  #toppage .top_menu ul li {
    display: table-cell;
  }
  #toppage .top_menu ul li a img {
    margin: 15px 10px;
  }

  #toppage .top_news {
    max-width: 100%;
  }
  #toppage .top_news ul.news_sns li {
    padding: 0 7px;
    text-align: center;
  }
  #other_page .other_contents h2, #other_page .other_contents h3, #other_page .other_contents h4 {
    padding-left: 40px;
  }
  #other_page .other_contents .txtbox_online_kiyaku {
    width: 100%;
    padding: 10px;
  }

  #footer .footer-link ul li:first-child {
    width: 205px;
  }
}

@media screen and (max-width: 760px) {

  #other_page .other_contents h2, #other_page .other_contents h3, #other_page .other_contents h4 {
    padding-left: 35px;
  }
}

@media screen and (max-width: 748px) {

  #other_page .other_contents h2, #other_page .other_contents h3, #other_page .other_contents h4 {
    padding-left: 31px;
  }
}

@media screen and (max-width: 740px) {
  #other_page .other_contents h2, #other_page .other_contents h3, #other_page .other_contents h4 {
    padding-left: 26px;
  }
  #toppage .top_online_list ul li .thumbnail {
    height: 156px;
}
}

@media screen and (max-width: 728px) {
  #other_page .other_contents h2, #other_page .other_contents h3, #other_page .other_contents h4 {
    padding-left: 23px;
  }
}

@media screen and (max-width: 725px) {
  header {
    margin-bottom: 25px;
  }
  #header .top-title-catchphrase {
    margin-top: 53px;
  }

  #other_page .news_page .archive-list ul li {
    width: 30%;
    margin-right: 25px;
  }
  #other_page .news_page ul.monthly-list li a {
    font-size: 14px;
    letter-spacing: 3px;
  }

}

@media screen and (max-width: 720px) {

  #toppage .top_class .top_class_1 h3, #toppage .top_class .top_class_2 h3,
  #toppage .top_class .top_class_3 h3, #toppage .top_class .top_class_4 h3,
  #toppage .top_online_list .top_class_txt h3 {
    max-width: 100%;
  }
  #toppage .top_class .top_class_1 ul, #toppage .top_class .top_class_2 ul,
  #toppage .top_class .top_class_3 ul, #toppage .top_class .top_class_4 ul {
    width: 100%;
  }

  #toppage .top_class .top_class_1 ul li, #toppage .top_class .top_class_2 ul li, #toppage .top_class .top_class_4 ul li {
    max-width: 100%;
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  #toppage .top_class .top_class_1 ul li .thumbnail, #toppage .top_class .top_class_2 ul li .thumbnail, #toppage .top_class .top_class_3 ul li .thumbnail, #toppage .top_class .top_class_4 ul li .thumbnail {
    margin-bottom: 15px;
  }
  #toppage .top_class .top_class_1 ul li .thumbnail img, #toppage .top_class .top_class_2 ul li .thumbnail img, #toppage .top_class .top_class_3 ul li .thumbnail img, #toppage .top_class .top_class_4 ul li .thumbnail img {
    width: 110%;}
  #toppage .top_class_txt {
    width: 100%
  }
  #toppage .top_onlineclass .top_online_title {
    margin-top: 10px;
  }
  #toppage .top_onlineclass ul {
    width: 100%;
  }

  #toppage .top_class_txt h2, #toppage .top_class_txt h3, #toppage .top_class .top_class_1 h3, #toppage .top_class .top_class_2 h3, #toppage .top_class .top_class_3 h3, #toppage .top_class .top_class_4 h3,
  #toppage .top_online_list .top_class_txt h3 {
    font-size: 14px;
  }
  #toppage .top_class .top_class_1 h2, #toppage .top_class .top_class_2 h2, #toppage .top_class .top_class_3 h2, #toppage .top_class .top_class_4 h2 {

    font-size: 20px;
  }
  #shop_page h1, #shop_page h2, #itempage h3 {
    font-size: 20px;
  }
  #toppage .top_class .top_class_1 ul li h4, #toppage .top_class .top_class_2 ul li h4, #toppage .top_class .top_class_3 ul li h4, #toppage .top_class .top_class_4 ul li h4 {
    font-size: 16px;
  }
  #shop_page .shop_page_sidebar h2, #shop_page .shop_page_sidebar h3 {
    font-size: 16px;
  }
  #toppage .top_class_title h1, #toppage .top_onlineclass .top_online_title h2, #toppage .top_online_list_title h2,
  #toppage .top_calendar .top_calendar_title h2 {
    font-size: 20px;
  }
  #toppage .top_news ul li a.news_link {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  #toppage .top_onlineclass ul li {
    font-size: 13px;
  }
  #toppage .top_news ul li h4, #toppage .top_news ul li h5 {
    font-size: 15px;
  }
  #toppage .top_calendar .top_calendar_title {
    height: 100px;
    width: 400px;
    margin-top: -14px;
  }
  #toppage .top_calendar .top_calendar_title h2 {
    padding-top: 40px;
  }
  #toppage .top_calendar iframe {
    width: 98%;
  }
  #other_page .other_contents h2, #other_page .other_contents h3, #other_page .other_contents h4 {
    padding-left: 16px;
  }
  #navi ul li a {
    letter-spacing: 1px;
  }
}
@media screen and (min-width:688px) and (max-width:790px) {
  #footer .footer-link {
    margin-right: 0px;
  }
}
@media screen and (max-width: 710px) {
  #toppage .top_news ul.news_sns li {
    font-size: 13px
  }
  #toppage .top_calendar .top_calendar_title {
    height: 120px;
    margin-top: -24px;
  }
  #toppage .top_calendar .top_calendar_title h2 {
    padding-top: 40px;
  }
  #other_page .other_contents .about_teacher ul li:last-child {
    width: 400px;
  }

  #other_page .other_contents h2, #other_page .other_contents h3, #other_page .other_contents h4 {
    padding-left: 13px;
  }
  .entry-content {
    padding: 0 10px;
  }

  .navigation {
    padding: 0 10px;
  }
  #footer .footer-link ul li:first-child, #footer .footer-link ul li:nth-child(2) {
    width: 100%;
  }
  #footer .footer-link ul li:nth-child(2) {
    padding-left: 30px;
  }
  #footer .footer-link ul li {
    display: block;
    margin-bottom: -5px;
  }
  #footer .footer-link {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 705px) {
  #other_page .other_contents h2, #other_page .other_contents h3, #other_page .other_contents h4 {
    padding-left: 9px;
  }
  #other_page .other_contents h4 {
    font-size: 20px;
  }
  #other_page .other_class_list h5 {
    font-size: 15px;
  }
  #other_page .other_class_list ul li ul li, #other_page .other_class_list .other_class_remark, #other_page .other_class_list h6, .clum_2 {
    font-size: 14px;
  }
  #other_page .news_page .news_cate_link a, .entry-content, #other_page .news_page ul.monthly-list li, #other_page .news_page ul.monthly-list li a, #other_page .news_page .entry-content .entry-cate a,
  #other_page .news_page .entry-content .entry_date, #other_page .news_page .archive-list ul li, .navigation a {
    font-size: 14px;
  }

  #other_page .other_class_list ul {
    margin-top: -50px;
  }
  #other_page .other_class_list ul li ul li .other_class_list_midashi {
    width: 80px;
  }
}

@media screen and (max-width: 695px) {
  #navi ul li a {
    letter-spacing: 2px;
  }
  #toppage .top_news ul li {
    width: 400px;
  }
  #toppage .top_online_list {
    margin-top: -17px;
  }

  #other_page .other_contents .txtbox_online_kiyaku {
    padding: 15px 25px;
  }
  #other_page .other_contents .about_teacher ul {
    padding: 0 10px;
    width: 100%;
  }
  .shop_header {
    max-width: 450px;
  }
  #itempage input.skubutton {
    width: 90%;
  }
  #itempage input[type="text"].skuquantity {
    max-width: 80px ;
    width: 90%!important;
    margin-bottom: 5px;
}
}

@media screen and (max-width: 680px) {
#toppage .top_class .top_class_1 ul li .thumbnail, #toppage .top_class .top_class_2 ul li .thumbnail,
#toppage .top_class .top_class_3 ul li .thumbnail, #toppage .top_class .top_class_4 ul li .thumbnail {
  height: 190px;
}
  #other_page .other_contents .txtbox, #other_page .other_contents p {
    width: 100%;
    padding: 0 10px;
  }
  #shop_page {
    font-size: 14px;
  }
  .shop_header {
    margin-top: 30px;
  }
  .shop_header_menu ul li a {
    padding: 2px 15px;
  }
  #other_page .other_contents .about_tanto ul {
    padding: 0 10px;
    width: 100%;
  }
}

@media screen and (max-width: 671px) {

  #toppage .top_online_list {
    margin-top: -19px;
  }

  #other_page .other_class_list ul li ul li .thumbnail iframe {
    height: 200px;
  }
}

@media screen and (max-width: 660px) {
  #toppage .topimg {
    max-width: 100%;
    margin-bottom: 40px;
  }
  a.more_button img {
    width: 180px;
  }
  a.more_button img.more_button4 {
    width: 220px;
  }
  #toppage .top_calendar a.calendar_link img {
    height: 48px;
  }
}

@media screen and (max-width: 655px) {
  #toppage .top_news ul li {
    width: 370px;
  }
  #toppage .top_online_list .top_class_txt h3 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 647px) {

  #toppage .top_online_list {
    margin-top: -20px;
  }
  #other_page .other_contents .about_map ul li, #other_page .other_contents .about_map ul li:first-child {
    width: 100%;
    padding-right: 0px;
  }

  #other_page .other_contents .about_map ul li img {
    max-width: 70%;
    height: auto;
  }
  #other_page .other_contents .about_map ul li:first-child {
    margin-bottom: 10px;
  }
  #other_page .other_contents .about_map ul li:first-child iframe {
    width: 60%;
  }
    #other_page .other_contents .about_map ul li.map_kotu{
      display: none;
    }
}

@media screen and (max-width: 638px) {
  #toppage .top_class .top_class_1 ul li .thumbnail, #toppage .top_class .top_class_2 ul li .thumbnail,
   #toppage .top_class .top_class_3 ul li .thumbnail, #toppage .top_class .top_class_4 ul li .thumbnail {
      height: 185px;
  }
  #toppage .top_online_list {
    margin-top: -20px;
  }
  #other_page .other_class_link a {
    font-size: 14px
  }
  #shop_page .shop_page_main #cart table tfoot th.aright {
    width: 180px;
  }
}

@media screen and (max-width: 625px) {
  #header {
    margin-top: 20px;
  }
  #other_page .other_contents .about_teacher ul li:last-child {
    width: 60%;
  }

  #other_page .other_contact {
    width: 80%;
  }

  #other_page .other_contact a:last-child {
    margin-left: 10px;
  }
}

@media screen and (max-width: 615px) {
  #toppage .top_class .top_class_1 ul li h4, #toppage .top_class .top_class_2 ul li h4, #toppage .top_class .top_class_3 ul li h4, #toppage .top_class .top_class_4 ul li h4 {
    font-size: 14px;
    letter-spacing: 3px;
  }
  a.more_button img {
    width: 160px;
  }
  a.more_button img.more_button4 {
    width: 200px;
  }
  #toppage .top_calendar a.calendar_link img {
    height: 35px;
  }
  #toppage .top_news ul {
    padding-bottom: 20px;
  }
  #toppage .top_news ul li {
    width: 100%;
    padding-right: 0;
    display: block;
  }
  #toppage .top_news ul li:last-child {
    width: 100%;
  }
  #toppage .top_news ul.news_sns {
    margin-top: 20px;
  }

  #toppage .top_news ul.news_sns {
    width: 80%;
    display: block;
    margin: 10px auto;
    margin-bottom: 0
  }

  #toppage .top_news ul.news_sns li {
    width: 50%;
    padding: 0 17px;
    display: inline-block;
    float: left;
    text-align: center;
  }
  #toppage .top_news ul.news_sns li:last-child {
    width: 50%;
  }
  #other_page .news_page .archive-list ul li {
    width: 30%;
    margin-right: 24px;
  }

  #footer .footer-link {
    padding-bottom: 170px;
  }
}

@media screen and (max-width: 605px) {
  #toppage .top_class .top_class_1 h2, #toppage .top_class .top_class_2 h2, #toppage .top_class .top_class_3 h2, #toppage .top_class .top_class_4 h2 {
    margin-bottom: 15px;
  }
  #toppage .top_menu ul li a img {
    height: 13px;
  }
  #toppage .top_class_title {
    margin-top: 40px;
  }
  #toppage .top_class .top_class_1, #toppage .top_class .top_class_2, #toppage .top_class .top_class_3, #toppage .top_class .top_class_4 {
    margin-top: 35px;
  }
  #toppage .top_class {
    margin-bottom: 23px;
  }
  #toppage .top_class .top_class_1 h3, #toppage .top_class .top_class_2 h3, #toppage .top_class .top_class_3 h3, #toppage .top_class .top_class_4 h3,
  #toppage .top_onlineclass .top_online_title {
    margin-bottom: 40px;
  }
  #toppage .top_onlineclass .top_online_title {
    margin-top: -20px;
  }
  #toppage .top_online_list .top_class_txt h3 {
    margin-bottom: 40px;
  }

  #toppage .top_onlineclass {
    margin-right: -10px;
  }
  #toppage .top_class .top_class_No {
    width: 63px;
  }
  #toppage .top_online_list .top_class_txt h3 {
    margin-bottom: 30px;
  }


  #toppage .top_online_list ul li h4 {
    font-size: 15px;
    letter-spacing: 3px;
  }
  #other_page .other_contents .txtbox, #other_page .other_contents .about_teacher ul li,
  #other_page .other_contents .about_teacher ul li, #other_page .other_contents .about_tanto ul li,
  #other_page .other_contents .about_map ul li, .entry-content, .clum_2, .navigation a,
  #other_page .other_contents p, #other_page .taken_form ul li, #other_page .taken_form input[type="text"],
  #other_page .taken_form input[type="url"], #other_page .taken_form input[type="password"],
  #other_page .taken_form input[type="email"],
  #other_page .taken_form input[type="search"], #other_page .taken_form input[type="tel"], #other_page .taken_form textarea {

    font-size: 13px;
  }
  #other_page .other_title h1 {
    font-size: 20px
  }
  #other_page .other_contents h2, #other_page .other_contents .about_teacher ul li:last-child h3,
  #other_page .other_contents .about_map ul li:last-child h3 {
    font-size: 18px
  }
  #other_page .news_page h2.entry-title {
    font-size: 18px
  }
  #other_page .other_contents .about_teacher ul li:last-child h4 {
    font-size: 16px;
  }
  #other_page .other_contents .txtbox_online {
    width: 100%;
  }

  #other_page .other_contents .txt_contact {
    font-size: 18px;
    letter-spacing: 3px;
    width: 400px;
  }
  #other_page .news_page ul.monthly-list li a {
    font-size: 13px;
    letter-spacing: 2px;
  }
  #other_page .news_page .archive-list ul li {
    margin-right: 20px;
  }
  #shop_page table td,
  #shop_page table th,
  #the-content.entry-content table td,
  #the-content.entry-content table th {
    font-size: 13px;
  }

  #the-content.entry-content h3 {
    font-size: 15px
  }
  #the-content.entry-content h4, #the-content.entry-content h5 {
    font-size: 14px;
  }
  #itempage .skuform input[type="submit"].skubutton {
    margin-left: 0;
    font-size: 16px;
    padding: 10px 5px;
  }
}

@media screen and (max-width: 590px) {

  #toppage .top_onlineclass .top_online_title h2 {
    width: 100%
  }
  #toppage .top_online_list {
    margin-top: -25px;
  }
}

@media screen and (max-width: 582px) {

  #toppage .top_class_title h1, #toppage .top_onlineclass .top_online_title h2, #toppage .top_online_list_title h2,
  #toppage .top_calendar .top_calendar_title h2 {
    font-size: 17px;
  }
  #toppage .top_online_list {
    margin-top: -19px;
  }
  #toppage .top_calendar a.calendar_link {
    display: block;
    margin: 15px auto;
    text-align: center;
    margin-bottom: -30px;
  }
  #toppage .top_calendar a.calendar_link img {
    width: auto;
    height: 58px;
    display: inline-block;
  }

  #toppage .top_calendar iframe {
    display: none;
  }
  .clum_2 {
    margin: 20px 10px;
    column-count: 1;
  }

  #other_page .entry-content .clum_2 img {
    max-width: 80%;
    display: block;
    margin: 10px auto;
  }
  #other_page .other_class_list_title {
    max-width: 400px;
  }
  #other_page .other_class_list_title .other_class_list_titleimg {
    width: 76px;
  }
  #shop_page table, #the-content.entry-content table {
    width: 95%
  }
  .xo-event-calendar table.xo-month {
    width: 90%
  }
  #shop_page .xo-event-calendar table.xo-month .month-dayname {
    width: 100%
  }
  .xo-event-calendar table.xo-month {
    DISPLAY: block !important;
  }
  #footer .footer-adress ul li:last-child {
    padding-top: 12px;
    font-size: 13px;
  }

  #footer .footer-link {
    margin-right: 0;
    margin-top: 40px;
    padding-bottom: 210px;
  }
}

@media screen and (max-width: 565px) {

  #footer {
    margin-top: 50px;
  }
  #other_page .news_page .archive-list ul li {
    margin-bottom: 24px;
  }
  #other_page .news_page .archive-list ul li h3 {
    line-height: 1.5;
  }
  #shop_page ul.shop_list li .shop_thumbnail img {
    width: 160px !important;
  }

  #shop_page ul.shop_list li .shop_thumbnail_no {
    width: 160px;
  }
  #shop_page ul.shop_list li .shop_txt {
    width: calc(100% - 190px);
  }
  #shop_page .shop_page_main #cart table tfoot th.aright {
    width: 100px;
  }
  div.footer_explanation {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 550px) {

  #header .site-title-img {
    width: 250px;
  }
  #toppage .top_class_txt {
    margin-top: 10px;
  }
  #toppage .top_class_txt h2, #toppage .top_class_txt h3, #toppage .top_class .top_class_1 h3,
  #toppage .top_class .top_class_2 h3, #toppage .top_class .top_class_3 h3, #toppage .top_class .top_class_4 h3,
  #toppage .top_online_list .top_class_txt h3, #other_page .news_page .entry-content .entry_date {
    font-size: 13px;
  }
  .shop_page_sidebar a {
    font-size: 14px;

  }

  #toppage .top_class .top_class_1, #toppage .top_class .top_class_2, #toppage .top_class .top_class_3, #toppage .top_class .top_class_4 {
    margin-top: 30px;
  }
  #toppage .top_class .top_class_1 h3, #toppage .top_class .top_class_2 h3, #toppage .top_class .top_class_3 h3, #toppage .top_class .top_class_4 h3,
  #toppage .top_online_list .top_class_txt h3 {
    margin-bottom: 35px;
  }
  #toppage .top_class .top_class_1 ul li .thumbnail, #toppage .top_class .top_class_2 ul li .thumbnail, #toppage .top_class .top_class_3 ul li .thumbnail, #toppage .top_class .top_class_4 ul li .thumbnail {
  height: 165px;
  }
  #toppage .top_class .top_class_1 ul li, #toppage .top_class .top_class_2 ul li, #toppage .top_class .top_class_4 ul li {
    margin-right: 25px;
  }
  #toppage .top_onlineclass ul li {
    padding-right: 10px;
  }
  .top_online_title {
    margin-top: 15px;
    height: 100px;
    margin-bottom: 10px;
  }
  #toppage .top_onlineclass .top_online_title {
    height: 90px;
  }
  #toppage .top_onlineclass .top_online_title h2 {
    padding-top: 40px;
  }
  #toppage .top_onlineclass ul {
    margin: 15px auto;
  }
  #toppage .top_news ul li .top_sns_button1 {
    margin-top: 20px;
  }
  #toppage .top_news ul li .top_sns_button1, #toppage .top_news ul li .top_sns_button2 {
    width: 60px;
    margin-bottom: 6px;
  }

  #toppage .top_online_list {
    margin-top: -22px;
  }

  #other_page .other_contents .txtbox_online_kiyaku {
    padding: 10px 15px;
    font-size: 13px;
  }
  #shop_page h1, #shop_page h2, #itempage h3 {
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 15px;
  }

  #shop_page ul.shop_list li h2 {
    font-size: 15px;
    margin-bottom: 15px;
  }
  div.usccart_navi li.ucart {
    padding: 2px 20px !important;
  }
}
@media screen and (max-width: 540px) {
  #toppage .top_menu ul li a img {
    height: 12px;
  }
  #other_page .other_class_list:first-of-type {
    padding-top: 10px;
  }
  #other_page .other_class_list ul li ul {
    margin-bottom: 10px;
  }
  #other_page .other_class_list ul li ul li {
    display: block;
    width: 80%;
    margin-bottom: 10px;
    margin: 10px auto;
    float: none;
  }
  #other_page .other_class_list ul li ul li:last-child {
    width: 80%;
  }
  #other_page .other_class_list ul li ul li:first-child {
    padding-right: 0;
  }

  #other_page .other_class_list ul li ul li .thumbnail img {
    width: 70%;
    height: auto;
  }
  #other_page .other_class_list h6, #other_page .other_class_list .other_class_remark {
    width: 80%;
    margin: 10Px auto;
  }
  #other_page .other_contact a:first-child {
    width: 135px;
  }
  #other_page .other_contact a:last-child {
    width: 177px;
  }
  #shop_page .shop_page_main #cart table td.unitprice, #shop_page .shop_page_main #cart table th.unitprice {
    width: 100px;
  }
  #shop_page .shop_page_main #cart table th.subtotal {
    width: calc(100% - 305px);
  }
  #shop_page .shop_page_main #cart table td.subtotal {
    width: calc(100% - 325px);
  }
  #shop_page #info-confirm #cart table th.subtotal {
    width: calc(100% - 165px);
}
}

@media screen and (max-width: 530px) {

  #other_page .news_page h2.entry-title {
    margin: 15px 0;
  }
  .navigation {
    margin-bottom: 40px;
  }
  #other_page .news_page ul.monthly-list {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 520px) {
  #navi ul li a {
    font-size: 14px;
    padding: 5px 10px;
  }
  #toppage .top_online_list {
    margin-top: -23px;
  }
  #other_page .news_page .archive-list ul li {
    margin-right: 22px;
    width: 44%;
    height: 90px;
  }
  #other_page .news_page .archive-list ul li header {
    height: 60px;
  }
  #other_page .news_page .archive-list ul li:nth-child(3n) {
    margin-right: 22px;
  }
  #other_page .news_page .archive-list ul li:nth-child(2n) {
    margin-right: 0;
  }
  #other_page .news_page .archive-list ul li .archive-list_cate a {
    margin-bottom: 0;
  }

  #other_page .other_contents .about_teacher ul li:first-child {
    width: 30%;
    padding-right: 20px;
  }
  #other_page .other_contents .about_map ul li:first-child iframe {
    width: 80%;
  }
  #shop_page .shop_page_main #cart table th.num, #shop_page .shop_page_main #cart table td.num {
    width: 40px;
  }
  #shop_page .shop_page_main #cart table th.productname {
    width: calc(100% - 140px);
  }
  #shop_page .shop_page_main #cart table td.productname {
    width: calc(100% - 160px);
  }
  #shop_page .button, #shop_page button, #shop_page input[type="submit"], #shop_page input[type="reset"], #shop_page input[type="button"] {
    margin-bottom: 0;
  }
  div.usccart_navi li.ucart {
    padding: 2px 15px !important;
  }
  #shop_page .upbutton input[type="submit"] {
    margin-top: 10px;
  }
  span.cprice {
    font-size: 11px;
  }
}

@media screen and (max-width: 515px) {
#toppage .top_class .top_class_1 ul li .thumbnail, #toppage .top_class .top_class_2 ul li .thumbnail, #toppage .top_class .top_class_3 ul li .thumbnail, #toppage .top_class .top_class_4 ul li .thumbnail {
height: 155px;
}}

@media screen and (max-width: 500px) {

  header .headerimg img.headerimg_pc {
    display: none;
  }

  header .headerimg img.headerimg_sp {
    display: block;
  }

  #toppage .top_menu {
    margin-top: 20px;
  }
  #toppage .top_menu ul {
    display: block;
    table-layout: auto;
    width: 90%;
  }
  #toppage .top_menu ul li {
    display: inline-block;
    width: 49%;
  }
  #toppage .top_menu ul li:nth-child(even) {
    border-right: 0;
  }
  #toppage .top_menu ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #toppage .top_menu ul li a img {
    margin: 5px auto;
    height: 14px;
  }
  #toppage .top_class .top_class_1 h2, #toppage .top_class .top_class_2 h2, #toppage .top_class .top_class_3 h2, #toppage .top_class .top_class_4 h2 {
    font-size: 17px;
  }
  #toppage .top_class .top_class_1 ul li, #toppage .top_class .top_class_2 ul li,
  #toppage .top_class .top_class_4 ul li {
    margin-right: 15px;
  }
  #toppage .top_onlineclass ul li {
    line-height: 1.9;
    margin-right: 10px;
  }
  #toppage .top_online_list ul li {
    margin-right: 10px
  }
  #toppage .top_online_list ul li .online_inner {
    padding: 10px;
    padding-right: 0;
  }
  .more_button3 {
    margin-right: 5px;
  }
  #toppage .top_online_list ul li h5 {
    font-weight: 300;
  }
  #toppage .top_onlineclass .top_online_title {
    margin-bottom: 20px;
  }
  #toppage .top_onlineclass ul li {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  #toppage .top_onlineclass ul li:last-child {
    text-align: right;
    padding-right: 10px;
    float: right;
    width: 250px;
  }
  #toppage .top_online_list ul li {
    margin-bottom: 10px;
  }
  #toppage .top_calendar .top_calendar_title {
    margin-bottom: 0;
  }

  #other_page .news_page .entry-content .entry_date {
    margin-top: 30px;
  }
  #other_page .entry-content img {
    max-width: 80%;
  }
  #the-content.entry-content hr {
    height: 14px;
    background-size: 90% auto;
  }

  .ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
    height: 90px !important;
  }
  #itempage .skuform input[type="submit"].skubutton {
    font-size: 14px;
    padding: 10px 3px;
  }
  #footer .footer-adress ul li {
    height: 40px;
  }
  #footer img.footer_logo {
    width: 150px;
    margin-right: 10px;
  }
  #footer .footer_adressbar {
    height: 40px;
    margin-top: 2px;
  }
  #footer .footer-adress ul li:last-child {
    padding-top: 2px;
  }
  #footer .footer-link ul li {
    margin-bottom: -8px;
  }
  #footer .footer-link ul li a {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
  }
}

@media screen and (max-width: 488px) {

  #toppage .top_online_list {
    margin-top: -24px;
  }

  .shop_header ul li {
    width: 100%;
  }
  .shop_header ul li:first-child img {
    max-width: 160px;
    margin: 0 auto;
  }
  .shop_header ul li:last-child img {
    margin: 0 auto;
    float: none;
  }
  .xo-event-calendar table.xo-month .month-dayname td div {
    font-size: 14px !important;
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 477px) {

  #toppage .top_online_list {
    margin-top: -26px;
  }
.more_button3{	font-size: 13px;
}
}

@media screen and (max-width: 475px) {
  #header {
    margin-top: 15px;
  }
  #header .menu_icon2 {
    right: 207px;
  }
  #header .menu_icon3 {
    top: 4px;
    right: 102px;
  }
  #header .top-title-catchphrase {
    margin-top: 68px;
  }
  #toppage .topimg {
    margin-bottom: 20px;
  }
  #toppage .top_menu ul li a img {
    display: block;
  }
  #toppage .top_class {
    margin-bottom: 0px;
  }
  #toppage .top_class_title {
    margin-top: 30px;
    height: 48px;
  }
  #toppage .top_class_title h1 {
    padding-top: 10px;
  }
  #toppage .top_class_txt {
    line-height: 1.6;
  }
  #toppage .top_class .top_class_1 ul li .thumbnail, #toppage .top_class .top_class_2 ul li .thumbnail, #toppage .top_class .top_class_3 ul li .thumbnail, #toppage .top_class .top_class_4 ul li .thumbnail {
height: 135px;margin-bottom: 10px;
}
  #toppage .top_class .top_class_1 h3, #toppage .top_class .top_class_2 h3,
  #toppage .top_class .top_class_3 h3, #toppage .top_class .top_class_4 h3,
  #toppage .top_online_list .top_class_txt h3 {
    margin-bottom: 25px;
  }
  #toppage .top_class .top_class_1, #toppage .top_class .top_class_2,
  #toppage .top_class .top_class_3, #toppage .top_class .top_class_4 {
    margin-top: 25px;
  }
  a.more_button {
    margin-top: 20px;
    margin: 20px auto;
  }
  #toppage .top_onlineclass .top_online_title h2 {
    padding-top: 30px;
    font-size: 16px;
  }
  #toppage .top_onlineclass .top_online_title {
    height: 80px;
    margin-top: 15px;
  }
  #toppage .top_news {
    margin-top: 20px;
  }
  #toppage .top_news ul li h5 {
    font-size: 14px;
  }
  #toppage .top_online_list_title h2 {
    padding-top: 32px;
  }
  #other_page .other_contents a.more_button5 {
    width: 250px;
    height: 70px;
    background-size: 226px auto;
    font-size: 14px;
    padding-top: 18px;
  }
  #other_page .other_contents .txt_contact {
    width: 90%;
  }
  #itempage .button, #itempage button, #itempage input[type="submit"], #itempage input[type="reset"], #itempage input[type="button"] {
    padding: 5px 10px;
  }
  div.usccart_navi li.ucart {
    padding: 2px 10px !important;
  }
  #shop_page .shop_page_main #cart table td.thumbnail img {
    width: 80px;
  }
  #shop_page .shop_page_main #cart table th.thumbnail, #shop_page .shop_page_main #cart table td.thumbnail {
    width: 90px;
  }
  #shop_page .shop_page_main #cart table th.productname {
    width: calc(100% - 130px);
  }
  #shop_page .shop_page_main #cart table td.productname {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width: 460px) {

  #other_page .news_page .archive-list ul li {
    width: 46%;
  }

  #shop_page table, #the-content.entry-content table {
    width: 99%;
  }

  #itempage .button, #itempage button, #itempage input[type="submit"], #itempage input[type="reset"], #itempage input[type="button"] {
    padding: 5px 6px;
  }
  #footer .footer-adress ul li:last-child {
    padding-left: 30px;
    margin-bottom: -15px;
  }
  #footer .footer_adressbar {
    display: none;
  }
}

@media screen and (max-width: 453px) {
  #toppage .top_class_title h1 {
    padding-left: 42px;
  }
  #toppage .top_class .top_class_1 ul li, #toppage .top_class .top_class_2 ul li,
  #toppage .top_class .top_class_4 ul li {
    margin-right: 10px;
  }
  #toppage .top_onlineclass .top_online_title {
    background-size: 100%;
  }
  #toppage .top_onlineclass .top_online_title h2 {
    padding-right: 30px;
    letter-spacing: 4px;
  }
  #toppage .top_online_list_title h2 {
    letter-spacing: 4px;
  }

  #other_page .other_contents .about_tanto ul li {
    width: 100%;
  }
  #other_page .other_class_list ul {
    margin: 0 auto;
  }
  #other_page .other_class_list ul li:first-child {
    margin-top: 0;

    padding-top: 10px;
  }
  #other_page .other_class_list ul li:last-child {
    padding-bottom: 10px;
  }
  #other_page .other_class_list ul li ul {
    margin: 10px auto;
  }
  #other_page .other_class_list ul li ul li:first-child {
    margin-top: 10px;

    padding-top: 0px;
  }
  #other_page .other_class_list ul li ul li:last-child {
    padding-bottom: 0px;
  }
  #other_page .other_class_list ul li ul li, #other_page .other_class_list h6,
  #other_page .other_class_list .other_class_remark {
    width: 95%;
  }
  #other_page .other_class_list ul li ul li:last-child {
    width: 95%;
  }
  #other_page .other_contents .txt_contact {
    font-size: 16px;
  }
  #shop_page .shop_page_main #cart table td.productname {
    font-size: 13px;
  }
  #shop_page .shop_page_main #cart table td.unitprice, #shop_page .shop_page_main #cart table th.unitprice {
    width: 70px;
  }
  #shop_page .shop_page_main #cart table th.subtotal {
    width: calc(100% - 275px);
  }
  #shop_page .shop_page_main #cart table td.subtotal {
    width: calc(100% - 295px);
  }
  #itempage input[type="text"].skuquantity {
    width: 50px !important;
  }
  #shop_page .shop_page_main table.skumulti td, #shop_page .shop_page_main table.skumulti th {
    padding: 10px 3px;
    font-size: 13px;
  }

  #shop_page #info-confirm #cart table th.subtotal {
    width: calc(100% - 135px);
  }
  #shop_page #info-confirm #cart table td.subtotal {
      width: calc(100% - 155px);
  }
  #itempage .skuform input[type="submit"].skubutton {
    width: 100%;
    font-size: 13px;
    padding: 10px 5px;

  }
  #info-confirm #cart table#cart_table {
      width: 99%;
  }
  #footer .footer-link {
    padding-bottom: 190px;
  }
  #copyright {
    font-size: 12px;
  }
  #footer .footer-link ul li:nth-child(2) {
    padding-left: 20px;
  }
  #footer .footer-adress ul li {
    display: block;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 447px) {

  #toppage .top_online_list {
    margin-top: -27px;
  }

  #toppage .top_calendar a.calendar_link {
    margin: 10px auto;
  }

  #footer .footer-link {
    padding-bottom: 230px;
  }

  #other_page .other_contact {
    width: 80%;
  }

  img.more_button6, img.more_button7 {
    margin-top: 0;
  }

  #other_page .other_contact a:last-child {
    margin-left: 5px;
  }
  #other_page .taken_form ul {
    display: block;
    width: 90%;
    margin: 10px auto;
  }
  #other_page .taken_form input[type="text"], #other_page .taken_form input[type="url"], #other_page .taken_form input[type="password"], #other_page .taken_form input[type="email"],
  #other_page .taken_form input[type="search"], #other_page .taken_form input[type="tel"], #other_page .taken_form textarea {
    width: 95%;
    font-size: 12px;
    padding: 5px;
  }

  #other_page .taken_form ul li, #other_page .taken_form ul li:last-child {
    display: block;
    width: 100%;
    margin-left: 0;
    padding: 0
  }
  #other_page .taken_form .address {
    line-height: 2.0;
  }
  #other_page .taken_form .taiken_check input[type="checkbox"]:checked+.wpcf7-list-item-label:after {
    top: -3px;
  }
  #other_page .taken_form .button, #other_page .taken_form button, #other_page .taken_form input[type="submit"], #other_page .taken_form input[type="reset"], #other_page .taken_form input[type="button"] {
    font-size: 15px;
  }
  #other_page .other_contents .taken_form p {
    margin-bottom: 0
  }
  .shop_header_menu ul li a, .shop_page_sidebar a {
    font-size: 14px;
  }

  #shop_page ul.shop_list li .shop_thumbnail img {
    width: 140px !important;
  }

  #shop_page ul.shop_list li .shop_thumbnail_no {
    width: 140px;
  }
  #shop_page ul.shop_list li .shop_txt {
    width: calc(100% - 160px);
  }
}

@media screen and (max-width: 435px) {

  #toppage .top_online_list {
    margin-top: -39px;
  }

  #other_page .news_page .archive-list ul li {
    margin-right: 20px;
    width: 46%;
    height: 100px;
  }

  #other_page .news_page .archive-list ul li header {
    height: 65px;
  }

  #other_page .news_page .archive-list ul li time {
    letter-spacing: 2px;
  }

  #footer img.footer_logo {
    width: 140px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 429px) {

  div.usccart_navi li.ucart {
    padding: 2px 5px !important;
  }
  div.header_explanation {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
	#toppage .top_online_list ul li .online_inner{
		padding-right: 5px;
	}
}
@media screen and (max-width: 425px) {

  #other_page .other_contact {
    width: 90%;
  }
  #shop_page table th,
  #shop_page table td,
  #the-content.entry-content table td,
  #the-content.entry-content table td {
    font-size: 12px;
  }
  #shop_page table th, #the-content.entry-content table th {
    width: 100px;
  }
  #other_page .taken_form ul li {
    font-size: 12px;
  }
  #shop_page ul.shop_list li .shop_txt {
    font-size: 12px;
  }

  #cart .upbutton {
    text-align: left !important;
  }
  #customer-info table td, #customer-info table th , #delivery-info table td, #delivery-info table th{
    padding-bottom: 0!important;
    display: block!important;
    width: 100%!important;
    border-bottom: 0!important;}
    #customer-info td, #delivery-info td{
    width: 100%;
    display: block!important;
    padding: 5px ;
}
#customer-info table td, #customer-info table th, #info-confirm table td, #info-confirm table th {
    font-size: 12px !important;
}
#customer-info #cart table th.action, #customer-info #cart table td.action {
    display: none!important;
}
#customer-info #cart  table tfoot th {
    margin-top: 5px;}
  #info-confirm table#confirm_table td, #info-confirm table#confirm_table th {
    padding: 5px;}
    #shop_page input.back_to_delivery_button, #shop_page input.back_to_customer_button, #shop_page input.back_cart_button, #shop_page input.continue_shopping_button {
    font-size: 12px;
}
  #info-confirm input[type="submit"]{
    display: block;
    width: 80%;
    margin: 10px auto;
  }
}


@media screen and (max-width: 415px) {
  #toppage .top_online_list {
    margin-top: -28px;
  }

  #toppage .top_calendar .top_calendar_title {
    width: 100%;
  }

  #other_page .other_class_list_title {
    margin-bottom: 22px;
  }

  #other_page .other_contents .other_class_list h4 {
    font-size: 17px;
    margin-bottom: 5px;
  }

  #other_page .other_class_list h5 {
    font-size: 13px;
  }

  #other_page .other_class_list ul li ul li, #other_page .other_class_list h6, #other_page .other_class_list .other_class_remark {
    width: 98%;
  }

  #other_page .other_class_list ul li ul li, #other_page .other_class_list .other_class_remark, #other_page .other_class_list h6 {
    font-size: 13px;
  }

  #other_page .news_page .news_cate_link a, .entry-content, #other_page .news_page ul.monthly-list li, #other_page .news_page ul.monthly-list li a, #other_page .news_page .entry-content .entry-cate a,
  #other_page .news_page .entry-content .entry_date, #other_page .news_page .archive-list ul li, .navigation a {
    font-size: 13px;
  }

  #other_page .other_class_list ul li ul li .other_class_list_txt {
    margin-bottom: 5px;
  }

  #other_page .other_class_list ul li {
    padding: 27px 10px;
  }

  #other_page .other_class_list ul li ul li:last-child {
    padding-bottom: 0;
  }
  .shop_header_menu ul li a {
    padding: 2px 10px;
  }
  #shop_page ul.shop_list li {

    margin-bottom: 20px;
  }
  #shop_page h1, #shop_page h2, #itempage h3 {
    font-size: 16px;
  }
  #itempage .button, #itempage button, #itempage input[type="submit"], #itempage input[type="reset"], #itempage input[type="button"] {
    padding: 4px;
  }
  #shop_page .shop_page_main #cart table td {
    font-size: 13px;
  }
}

@media screen and (max-width: 405px) {
  #other_page .other_title {
    margin-bottom: 0;
  }
  #toppage .top_menu ul li a img {
    height: 13px;
  }
  #toppage .top_class .top_class_No {
    width: 53px;
  }
  #toppage .top_class .top_class_1, #toppage .top_class .top_class_2, #toppage .top_class .top_class_3, #toppage .top_class .top_class_4 {
    margin-top: 20px;
  }
  #toppage .top_class_title h1, #toppage .top_class .top_class_1 h2, #toppage .top_class .top_class_2 h2, #toppage .top_class .top_class_3 h2, #toppage .top_class .top_class_4 h2 {
    font-size: 16px;
  }
  #toppage .top_class .top_class_1 ul li .thumbnail, #toppage .top_class .top_class_2 ul li .thumbnail, #toppage .top_class .top_class_3 ul li .thumbnail, #toppage .top_class .top_class_4 ul li .thumbnail {
    margin-bottom: 10px;
  }

  #toppage .top_class .top_class_1 ul li h4, #toppage .top_class .top_class_2 ul li h4, #toppage .top_class .top_class_3 ul li h4, #toppage .top_class .top_class_4 ul li h4 {
    font-size: 13px;
  }

  a.more_button {
    margin: 15px auto;
  }

  #toppage .top_news ul li a.news_link {
    margin-left: 0
  }
  #toppage .top_online_list ul li .online_target {
    margin-bottom: 12px;
  }
  #toppage .top_online_list_title h2 {
    padding-top: 24px;
  }
  #toppage .top_online_list ul li h5 {
    margin-top: 15px;
  }
  .more_button3 {
    margin: 12px 0;
  }
  #toppage .top_online_list ul li .classdata {
    font-size: 12px;
  }
  #toppage .top_online_list_title {
    height: 80px
  }

  #toppage .top_onlineclass .top_online_title {
    margin-bottom: 5px;
  }

  #toppage .top_onlineclass .top_online_title h2 {
    padding-top: 15px;
  }

  #toppage .top_online_list {
    margin-top: -30px;
  }

  #other_page .other_title h1 {
    font-size: 18px;
  }
  .other_contents {
    margin-bottom: 0px;
  }
  #other_page .other_contents .txtbox {
    margin-bottom: 20px;
  }
  #other_page .other_contents h2, #other_page .other_contents .about_teacher ul li:last-child h3,
  #other_page .other_contents .about_map ul li:last-child h3 {
    font-size: 16px;
  }

  #other_page .other_contents .about_teacher ul li:last-child h4 {
    font-size: 14px;
  }

  #other_page .other_class_link a {
    font-size: 13px;
  }

  #other_page .other_class_list_title .other_class_list_titleimg {
    width: 60px;
  }

  #other_page .other_contents .txt_contact {
    font-size: 15px;
  }
  #other_page .news_page .entry-content .entry_date {
    font-size: 12px;
  }
  #other_page .other_contents .txt_contact {
    font-size: 14px;
  }
  #itempage table.skumulti th.thborder, #shop_page .shop_page_main table.skumulti th, #itempage table.skumulti td {
    font-size: 12px !important;
  }
  #itempage .button, #itempage button, #itempage input[type="submit"], #itempage input[type="reset"], #itempage input[type="button"] {
    padding: 2px 3px;
  }
  .ngg-galleryoverview.default-view {
    margin-bottom: 20px;
  }
  .shop_header {
    margin: 20px auto;
    margin-top: 20px;
  }
  .shop_header ul li:first-child img, .shop_header ul li:last-child img {
    margin: 0;
  }
  div.usccart_navi li.ucart {
    font-size: 12px;
  }
  #shop_page .shop_page_main #cart table th, #shop_page .shop_page_main #cart table td {
    padding: 4px 2px;
  }
  #shop_page .shop_page_main #cart table td.subtotal {
    font-size: 14px;
  }
  span.cprice {
    display: block;
  }
  #itempage .skuform input[type="submit"].skubutton {
    padding: 10px 0px;
  }
  #cart input.quantity {
    padding: 3px 0;
  }
  #cart input.quantity {
    width: 40px !important;
  }
  #shop_page .shop_page_main #cart table th.quantity, #shop_page .shop_page_main #cart table td.quantity {
    width: 50px;
  }
  #shop_page .shop_page_main #cart table th.subtotal {
    width: calc(100% - 250px);
  }
  #shop_page .shop_page_main #cart table td.subtotal {
    width: calc(100% - 265px);
  }
  #info-confirm table th.subtotal {
    width: calc(100% - 120px) !important;
}
#info-confirm #cart table td.subtotal {
    width: calc(100% - 205px);}
  #shop_page .shop_page_main #cart table th.stock, #shop_page .shop_page_main #cart table td.stock {
    width: 64px;
  }
  #shop_page .shop_page_sidebar h2, #shop_page .shop_page_sidebar h3 {
    margin-top: 10px;
  }
  #info-confirm  #cart table tbody th.num, #info-confirm  #cart table tbody td.num{
    display: none!important
  }
  #info-confirm table tfoot th.aright {
    width: 100px !important;}
    #info-confirm #cart table tr.shipping_charge td, #info-confirm #cart table tr.tax td {
        width: 100px;
    }
    #info-confirm #cart table th.action, #info-confirm #cart table td.action {
    display: none!important;
}
}

@media screen and (max-width: 387px) {
  #toppage .top_class_title h1, #toppage .top_onlineclass .top_online_title h2,
  #toppage .top_online_list_title h2, #toppage .top_calendar .top_calendar_title h2 {
    font-size: 16px;
  }
  #toppage .top_class .top_class_1 ul li .thumbnail, #toppage .top_class .top_class_2 ul li .thumbnail, #toppage .top_class .top_class_3 ul li .thumbnail, #toppage .top_class .top_class_4 ul li .thumbnail {
  height: 125px;}
  #toppage .top_online_list {
    margin-top: -32px;
  }

  #toppage .top_online_list_title {
    margin-bottom: 0;
  }

  #other_page .other_contact {
    width: 95%;
  }

  #other_page .other_contents .txt_contact {
    font-size: 14px;
  }
  #other_page .news_page .archive-list ul li, #other_page .news_page .archive-list ul li:nth-child(3n) {
    margin-right: 15px;
  }

  #shop_page table, #the-content.entry-content table {
    width: 99%;
  }
  .shop_header_menu ul li a {
    padding: 2px 5px;
  }
  #shop_page .shop_page_main #cart table td.stock {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 370px) {

  #other_page .news_page .archive-list ul li {
    width: 44%;
  }
  #shop_page .shop_page_main #cart table tfoot th.thumbnail {
    display: none !important;
  }
  #shop_page input.to_customerinfo_button {
    padding: 7px 10px;
  }
}

@media screen and (max-width: 365px) {

  #other_page .news_page .archive-list ul li h3 a, #other_page .news_page .archive-list ul li .archive-list_cate a {
    font-size: 12px;
  }
}

@media screen and (max-width: 362px) {

  #other_page .news_page ul.monthly-list {
    padding-right: 0;
  }
  #other_page .news_page .archive-list ul li {
    width: 46%;
  }
}

@media screen and (max-width: 360px) {
  #toppage .top_class_title h1, #toppage .top_online_list_title h2 {
    width: 100%;
  }

  #toppage .top_online_list_title h2 {
    padding-top: 20px;
  }

  #other_page .other_title {
    width: 100%;
    background-size: 100% auto;
  }

  #other_page .other_title h1 {
    width: 100%;
    font-size: 17px;
  }
  #other_page .news_page .archive-list ul li, #other_page .news_page .archive-list ul li:nth-child(3n) {
    margin-right: 13px;
  }
}

@media screen and (max-width: 355px) {
  #other_page .other_contact a:first-child {
    width: 125px;
  }

  #other_page .other_contact a:last-child {
    margin-left: 0;
    width: 167px;
  }
  #other_page .news_page ul.monthly-list {
    padding-left;
    5px;
  }
  #other_page .news_page .archive-list ul li .archive-list_cate a {
    font-size: 11px;
  }
  #shop_page {
    padding: 0 5px;
  }
  #shop_page .shop_page_main #cart table td.subtotal {
    width: calc(100% - 255px);
  }
  #shop_page .shop_page_main #cart table td.action {
    width: 50px;
  }
  #shop_page .shop_page_main #cart table th.num, #shop_page .shop_page_main #cart table td.num {
    width: 30px;
  }
  #shop_page .shop_page_main #cart table th.productname {
    width: calc(100% - 120px);
  }
  #shop_page .shop_page_main #cart table td.productname {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 340px) {

  #itempage table.skumulti td {
    font-size: 11px !important;
  }
  #shop_page .shop_page_main #cart table td.stock{
    font-size: 11px;
  }
}

/* br */
.sp_br br {
  display: none;
}

@media screen and (max-width: 405px) {
  .sp_br br {
    display: block;
  }
}

/* reCAPTHA */
.grecaptcha-badge{
bottom: 54px!important;
right: 5px!important;
}
