<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*--------------------------------------------------------------
	reset
--------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------------------------------------------------------
	form reset
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	Base
--------------------------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.7;
  color: #000000;
  text-align: left;
  background-color: #f7f7f7;
}

/*--------------------------------------------------------------
	accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
	adminbar
--------------------------------------------------------------*/
.admin-bar.home .site {
  margin-top: 0;
}
.admin-bar .site {
  margin-top: 32px;
}

/*--------------------------------------------------------------
	layput
--------------------------------------------------------------*/
.container {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.container_wide {
  width: 1150px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .container_wide {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.container_narrow {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .container_narrow {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/*--------------------------------------------------------------
	utility
--------------------------------------------------------------*/
.align-right {
  text-align: right;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*--------------------------------------------------------------
	site header
--------------------------------------------------------------*/
.home .site-header {
  position: relative;
  background-image: url(./images/firstview-image03.jpg);
  background-size: cover;
  min-height: 600px;
}
@media screen and (max-width: 767px) {
  .home .site-header {
    background-position: bottom;
  }
}
.home .site-header__inner {
  position: relative;
}

.site-header_fixed {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}
.admin-bar .site-header_fixed {
  top: 32px;
}

.site-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.site-title img {
  width: 236px;
  height: 151px;
  vertical-align: bottom;
}

.sns-nav {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 0;
}
@media screen and (max-width: 991px) {
  .sns-nav {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .sns-nav {
    display: none;
  }
}
.sns-nav li {
  display: inline-block;
  height: 40px;
  width: 40px;
}

/*--------------------------------------------------------------
	global navigation
--------------------------------------------------------------*/
.global-menu-container {
  background: #fff;
}

/*
.menu-button {
	display: none;
	@include mq-down(sp){
		display: block;
		position: fixed;
		top: 10px;
		right: 10px;
		background: #fff;
		z-index: 10001;
		height: 40px;
		width: 50px;
		border: none;
	}
}
*/
.menu-button {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-button {
    display: block;
    position: fixed;
    width: 34px;
    top: 10px;
    right: 25px;
    z-index: 10001;
    border: none;
    background: none;
  }
  .menu-button:focus {
    outline: none;
  }
  .menu-button span {
    display: block;
    height: 1px;
    width: 34px;
    background-color: #000;
    margin: 7px 0;
  }
  .menu-button .close.middle-line {
    background: transparent;
    margin: 0;
    height: 0;
  }
  .menu-button .close.top-line {
    /*
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    */
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    margin: 3.5px 0;
  }
  .menu-button .close.bottom-line {
    /*
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    */
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    margin: 3.5px 0;
  }
}

.global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.global-nav__item {
  font-size: 16px;
}
.global-nav__item a {
  display: inline-block;
  line-height: 80px;
  color: #000000;
  text-decoration: none;
}
.global-nav__item a:visited, .global-nav__item a:focus {
  color: #1a1a1a;
}
@media (min-width: 769px) {
  .global-nav__item a.mul {
    position: relative;
    -webkit-transform: 0.3s;
        -ms-transform: 0.3s;
            transform: 0.3s;
  }
  .global-nav__item a.mul:after {
    position: absolute;
    bottom: 25px;
    left: 50%;
    content: "";
    width: 0;
    height: 1px;
    background-color: #000000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .global-nav__item a.mul:hover:after {
    width: 100%;
  }
}
.global-nav__item_top a {
  background-image: url(images/logomark.svg);
  background-repeat: no-repeat;
  background-position: 0 15px;
  text-indent: -9999px;
  width: 76px;
}
.home.page .global-nav__item_top {
  display: none;
}
.blog .global-nav__item_top, .page .global-nav__item_top, .single .global-nav__item_top {
  display: block;
}
@media screen and (max-width: 767px) {
  .blog .global-nav__item_top, .page .global-nav__item_top, .single .global-nav__item_top {
    display: none;
  }
}
.global-nav__item_cart a {
  display: inline-block;
  border: 1px solid #000000;
  line-height: 38px;
  margin-top: 20px;
  padding-left: 50px;
  padding-right: 25px;
  border-radius: 20px;
  background-image: url(images/icon-cart.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 25px 10px;
}
.global-nav__item_spshow {
  display: none;
}
@media screen and (max-width: 767px) {
  .global-nav__item_spshow {
    display: block;
  }
}
.global-nav__copyright {
  display: none;
}
@media screen and (max-width: 767px) {
  .global-nav {
    position: fixed;
    display: none;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 10000;
    padding-top: 30px;
    overflow-y: scroll;
  }
  .global-nav__item a {
    display: block;
    line-height: 1;
    padding: 20px 0;
  }
  .global-nav__item_cart {
    width: 60%;
    margin: 0 auto;
  }
  .global-nav__item_cart a {
    padding: 15px 0;
    border-radius: 24px;
    background-position: 40px 15px;
    padding-left: 20px;
  }
  .global-nav__item_snsbtn a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 5px;
  }
  .global-nav__item_info a {
    display: inline-block;
    font-size: 14px;
    margin: 0 7px;
  }
  .global-nav__copyright {
    position: fixed;
    display: block;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    z-index: 10000;
  }
}

.home.page .global-nav .top {
  display: none;
}

.blog .global-nav .top,
.page .global-nav .top {
  display: block;
}

/*--------------------------------------------------------------
	site content
--------------------------------------------------------------*/
.page .site-content, .blog .site-content, .single .site-content, .archive .site-content, .error404 .site-content {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .page .site-content, .blog .site-content, .single .site-content, .archive .site-content, .error404 .site-content {
    padding-top: 0;
  }
}

/*--------------------------------------------------------------
	top about
--------------------------------------------------------------*/
.mul {
  text-decoration: none;
}
@media (min-width: 769px) {
  .mul {
    position: relative;
    -webkit-transform: 0.3s;
        -ms-transform: 0.3s;
            transform: 0.3s;
  }
  .mul:after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    content: "";
    width: 0;
    height: 1px;
    background-color: #000000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .mul:hover:after {
    width: 100%;
  }
}

.bgw-inline {
  padding: 3px;
  background: #fff;
}
.bgw-inline:hover {
  border-bottom: 1px solid #000000;
}

.bgw-block {
  padding: 3px;
  background: #fff;
  color: #000000;
  text-decoration: none;
}
.bgw-block:hover {
  border-bottom: 1px solid #000000;
}

/* info
------------------------------*/
.info-list__item {
  display: block;
  margin-bottom: 1em;
}
.info-list__item a {
  color: #000000;
  text-decoration: none;
}
.info-list__item a:visited, .info-list__item a:focus {
  color: #1a1a1a;
}

.info-meta {
  font-size: 12px;
}
.info-meta__date {
  margin-right: 20px;
}

.more-btn {
  text-align: center;
}
.more-btn a {
  display: inline-block;
  font-size: 18px;
  color: #000000;
  text-decoration: none;
}
@media (min-width: 769px) {
  .more-btn a {
    position: relative;
    -webkit-transform: 0.3s;
        -ms-transform: 0.3s;
            transform: 0.3s;
  }
  .more-btn a:after {
    position: absolute;
    bottom: 0px;
    left: 50%;
    content: "";
    width: 0;
    height: 1px;
    background-color: #000000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .more-btn a:hover:after {
    width: 100%;
  }
}
.more-btn a:visited, .more-btn a:focus {
  color: #1a1a1a;
}

/* section
------------------------------*/
.top-section {
  margin-top: 100px;
}
.top-section_info {
  width: 700px;
  margin: 0 auto;
}
.top-section_info .post-title_info {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .top-section_info {
    width: 100%;
  }
}
.top-section_about {
  margin-bottom: 100px;
}
.top-section_school .post-thumbnail, .top-section_shop .post-thumbnail, .top-section_topics .post-thumbnail {
  margin-bottom: 15px;
}
.top-section_topics {
  margin-bottom: 50px;
}

.section-title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
}
.section-title a {
  color: #000000;
  text-decoration: none;
}
.section-title a:visited, .section-title a:focus {
  color: #1a1a1a;
}

.section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-inner_3col .post-body {
  width: 31%;
  margin-right: 3%;
}
.section-inner_3col .post-body:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .section-inner_3col .post-body {
    width: 100%;
    margin-right: 0;
  }
  .section-inner_3col .post-body:nth-child(3n) {
    margin-right: 0;
  }
}
.section-inner_4col .post-body {
  width: 23%;
  margin-right: 2.66666%;
}
.section-inner_4col .post-body:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .section-inner_4col .post-body {
    width: 49%;
    margin-right: 2%;
  }
  .section-inner_4col .post-body:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-inner_4col .post-body {
    width: 49%;
    margin-right: 2%;
  }
  .section-inner_4col .post-body:nth-child(2n) {
    margin-right: 0;
  }
}
.section-inner_info {
  display: block;
  /*
  padding-left: 200px;
  padding-right: 200px;
  */
}
@media screen and (max-width: 991px) {
  .section-inner_info {
    padding-left: 0;
    padding-right: 0;
  }
}

.top-section_infopost .section-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-section_infopost .section-inner_3col .post-body {
  margin-right: 2%;
}

.post-body {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  margin-bottom: 50px;
}
.post-body a {
  color: #000000;
  text-decoration: none;
}
.post-body a:visited, .post-body a:focus {
  color: #1a1a1a;
}
.post-body .cat,
.post-body .post-title {
  text-align: center;
}
.post-body .cat {
  font-size: 16px;
}
.post-body .post-title {
  font-size: 13px;
}
.post-body .post-title_school {
  font-size: 16px;
  text-align: left;
}
.post-body .post-title_shop {
  font-size: 16px;
  text-align: center;
}
.post-body .post-title_topics {
  font-size: 14px;
  text-align: left;
}
.post-body .post-title_info {
  font-size: 16px;
  text-align: left;
}
.post-body .post-title_infopost {
  font-size: 16px;
}

.post-thumbnail {
  margin-bottom: 10px;
}
.post-thumbnail:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
          animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.post-thumbnail img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.post-thumbnail li {
  list-style: none;
}

.post-address,
.post-tel {
  font-size: 13px;
  text-align: center;
  line-height: 1.2;
  margin: 15px 0;
}

.post-tel {
  margin-bottom: 0;
}

.post-cat,
.post-date {
  margin: 5px 0 0;
  text-align: center;
}

.post-cat {
  font-size: 12px;
}

.post-date {
  font-size: 12px;
}

.post-meta {
  list-style: none;
  list-style-type: none;
}
.post-meta li {
  display: inline-block;
  font-size: 12px;
  margin-right: 15px;
}

.post-desc {
  font-size: 13px;
  text-align: center;
  margin: 10px 0 0;
}

/*--------------------------------------------------------------
	site footer
--------------------------------------------------------------*/
.site-footer {
  margin-top: 100px;
}
.site-footer_inner {
  border-top: 1px solid #000000;
}
.site-footer-nav {
  list-style: none;
  list-style-type: none;
  text-align: center;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .site-footer-nav {
    display: none;
  }
}
.site-footer-nav li {
  display: inline-block;
  margin: 0 25px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .site-footer-nav li {
    display: block;
  }
}
.site-footer-nav li a {
  padding-top: 27px;
  font-size: 13px;
  color: #000000;
  text-decoration: none;
}
.site-footer-nav li a:visited, .site-footer-nav li a:focus {
  color: #1a1a1a;
}
@media (min-width: 769px) {
  .site-footer-nav .mul {
    position: relative;
    -webkit-transform: 0.3s;
        -ms-transform: 0.3s;
            transform: 0.3s;
  }
  .site-footer-nav .mul:after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    content: "";
    width: 0;
    height: 1px;
    background-color: #000000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .site-footer-nav .mul:hover:after {
    width: 100%;
  }
}
.site-footer-nav .wedding-banner {
  width: 176px;
  height: auto;
  vertical-align: middle;
}
.site-footer .copyright {
  font-size: 11px;
  text-align: center;
  margin: 20px 0 10px;
}
@media screen and (max-width: 767px) {
  .site-footer .copyright {
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
	page
--------------------------------------------------------------*/
.page-header {
  padding-top: 30px;
  padding-bottom: 100px;
}
.page-header_shopdetail, .page-header_kouen, .page-header_oneday {
  padding-bottom: 30px;
}

.page-title, .lesson-title {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-title, .lesson-title {
    font-size: 20px;
  }
}

.text-header2, .plandetail-header4, .text-header1 {
  position: relative;
  font-size: 18px;
}
.text-header2:before, .plandetail-header4:before, .text-header1:before {
  position: absolute;
  content: " ";
  display: inline-block;
  width: 150px;
  height: 1px;
  background-color: #000000;
  left: 0;
  top: -10px;
}
.text-header2_kouen, .text-header2_oneday {
  margin-bottom: 20px;
}

.text-header3 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 50px;
}
.text-header3 small {
  font-size: 12px;
}
.text-header3_school, .text-header3_plan {
  margin-bottom: 1.5em;
}
.text-header3_maru {
  margin-bottom: 0.5em;
}
.text-header3_maru:before {
  content: "●";
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .text-header3_maru:before {
    content: none;
  }
}

.content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 30px;
  margin-bottom: 100px;
  /*
  &amp;__right,
  &amp;__left {
  	width: 50%;
  	@include mq-down(sp){
  		width: 100%;
  	}
  }
  */
}
@media screen and (max-width: 991px) {
  .content-box {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .content-box {
    display: block;
  }
}
.content-box_flow, .content-box_plan, .content-box_plandetail, .content-box_form, .content-box_shopdetail, .content-box_index, .content-box_single, .content-box_kouen, .content-box_oneday, .content-box_info, .content-box_company {
  display: block;
}
.content-box_shoptopics {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.content-box .photo {
  margin-bottom: 0.5em;
}
.content-box .photo img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.content-box .photo_school {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .content-box .photo_school {
    width: 100%;
  }
}
.content-box .photo_flow {
  width: 80%;
}
@media screen and (max-width: 991px) {
  .content-box .photo_flow {
    width: 100%;
  }
}
.content-box .photo_plan {
  width: 100%;
}
.content-box .photodesc {
  font-size: 12px;
  line-height: 1.5;
}
.content-box__right {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .content-box__right {
    width: 100%;
  }
}
.content-box__left {
  width: 52%;
  padding-right: 35px;
}
@media screen and (max-width: 991px) {
  .content-box__left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .content-box__right {
    margin-bottom: 30px;
  }
}
.content-box__left {
  /* padding-right: 50px; */
}
@media screen and (max-width: 767px) {
  .content-box__left {
    padding-right: 0;
  }
}

.content-box.content-box__lr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  .content-box.content-box__lr {
    display: block;
  }
}
.content-box.content-box__lr .content-box__right {
  padding-right: 0;
}
.content-box.content-box__lr .content-box__left {
  padding-left: 35px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .content-box.content-box__lr .content-box__left {
    padding: 0;
  }
}

/* wedding
------------------------------*/
.page-content-wedding a {
  color: #000000;
  text-decoration: none;
}

.content-box_wedding_step {
  display: block;
}
.content-box_wedding_step h3 {
  margin-top: 30px;
  background: #e0e0e0;
  padding: 0 5px;
}
.content-box_wedding_step h4 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.content-box_wedding_step h4 .h4_inner {
  border-bottom: 1px solid #000000;
  display: inline-block;
}
.content-box_wedding_step h4 .h4_step {
  font-weight: bold;
  color: #000000;
}
.content-box_wedding_step p {
  font-size: 13px;
  line-height: 2.5;
}
.content-box_wedding_step span.bold {
  font-weight: bold;
}

.content-box_wedding_ps {
  margin-top: 30px;
  font-size: 13px;
  margin-bottom: 100px;
}

.content-box_wedding_closing {
  margin-top: 30px;
  margin-bottom: 100px;
  display: block;
  font-size: 1rem;
  line-height: 2.5;
}

/* about us
------------------------------*/
.about-text, .oneday-text, .kouen-text, .form-text, .plandetail-text, .plan-desc, .plan-text, .school-text, .urasawa-text {
  font-size: 14px;
  line-height: 2.5;
  margin-bottom: 2em;
}

/* urasawa mina
------------------------------*/
.urasawa-links {
  list-style: none;
  list-style-type: none;
  text-align: left;
  margin-bottom: 20px;
}
.urasawa-links:last-child {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .urasawa-links {
    text-align: left;
  }
}
.urasawa-links li {
  display: inline-block;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .urasawa-links li {
    display: block;
    margin-bottom: 1em;
  }
}
.urasawa-links li a {
  color: #000000;
  text-decoration: none;
  margin: 0 10px;
}
.urasawa-links li a:visited, .urasawa-links li a:focus {
  color: #1a1a1a;
}

.post-9282 .page-header,
.post-2 .page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-bottom: 0;
}
.post-9282 .page-header h1,
.post-2 .page-header h1 {
  padding-bottom: 30px;
}
.post-9282 .page-header .about-language-link,
.post-2 .page-header .about-language-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 45px;
}

/* information
------------------------------*/
.info-box {
  margin-top: -80px;
}

.info-list {
  font-size: 13px;
}
.info-list dt {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 5px;
}
.info-list dd {
  margin-bottom: 20px;
  margin-left: 10px;
}
.info-list ul li {
  margin-bottom: 20px;
}
.info-list img {
  margin: 10px 0;
  display: block;
}

/* book
------------------------------*/
.book_list {
  font-size: 13px;
}
.book_list li {
  margin-bottom: 70px;
}
.book_list li .bookcover {
  float: left;
  width: 25%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .book_list li .bookcover {
    float: none;
    width: 70%;
    margin: 0 auto 20px;
    display: block;
  }
}
.book_list li .bookcover img {
  width: 20%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .book_list li .bookcover img {
    width: 100%;
  }
}
.book_list li .bookinfo {
  float: right;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .book_list li .bookinfo {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
}
.book_list li .bookinfo .title {
  font-size: 20px;
}
.book_list li .bookinfo .author {
  font-size: 15px;
  margin-bottom: 20px;
}
.book_list li .bookinfo .text {
  margin-bottom: 10px;
}
.book_list li .bookinfo .price {
  font-weight: bold;
}
.book_list li .bookinfo .buy_btn {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
}
.book_list li .bookinfo .buy_btn a {
  text-decoration: none;
  font-size: 15px;
  color: #000;
}

.book_others_list {
  font-size: 13px;
}
.book_others_list li {
  margin-bottom: 10px;
}

/* faq
------------------------------*/
.page-content_faq {
  font-size: 13px;
}
.page-content_faq .content-box {
  margin-bottom: 50px;
}

.faq-list dt {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000000;
}
.faq-list dt:before {
  content: "Q";
  margin-right: 10px;
}
.faq-list dd {
  margin-bottom: 30px;
}
.faq-list dd:before {
  content: "A";
  font-size: 16px;
  margin-right: 10px;
  font-weight: bold;
}

.trial-lesson {
  border: 1px solid #000000;
  padding: 20px;
}
.trial-lesson p {
  margin-bottom: 10px;
}
.trial-lesson a {
  text-decoration: none;
  color: #000000;
}

/* entry index
------------------------------*/
.entry-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 991px) {
  .entry-index {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .entry-index {
    display: block;
  }
}
.entry-index_lesson {
  padding-left: 0;
  padding-right: 0;
}
.entry-index_urasawa {
  margin: 50px 0 150px;
  padding: 0;
}
.entry-index_urasawa .entry-body {
  padding: 0 !important;
  margin-right: 25px;
}
.entry-index_urasawa .entry-body:nth-child(3n) {
  margin-right: 0;
}
.entry-index .entry-body {
  width: 33%;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .entry-index .entry-body {
    width: 100%;
    margin-bottom: 30px;
  }
}
.entry-index .entry-body a {
  color: #000000;
  text-decoration: none;
}
.entry-index .entry-body a:visited, .entry-index .entry-body a:focus {
  color: #1a1a1a;
}
.entry-index .entry-body__thumbnail {
  margin-bottom: 15px;
}
.entry-index .entry-body__thumbnail:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
          animation: flash 1s;
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.entry-index .entry-body__thumbnail img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.entry-index .entry-body__title {
  font-size: 14px;
}
.entry-index .entry-body__title_center {
  text-align: center;
  margin-bottom: 10px;
}
.entry-index .entry-body__cat, .entry-index .entry-body__date {
  text-align: center;
  line-height: 2;
  font-size: 12px;
}
.entry-index .entry-body__desc {
  font-size: 13px;
}

/* footer links
------------------------------*/
.footer-links {
  list-style: none;
  list-style-type: none;
  margin-top: 30px;
  margin-bottom: 75px;
  margin-left: 15px;
}
.footer-links li {
  display: inline-block;
  font-size: 16px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .footer-links li {
    display: block;
    margin-right: 0;
    margin-bottom: 1em;
  }
}
.footer-links li a {
  color: #000000;
  text-decoration: none;
}
.footer-links_address {
  margin-left: 0;
  margin-top: 15px;
}
.footer-links_plan {
  margin-left: 0;
}
.footer-links_plan li {
  display: block;
}
.footer-links .back:before {
  content: "←";
  margin-right: 5px;
}

/* lesson
------------------------------*/
.text-header2-lesson {
  margin-left: 15px;
}

/* school
------------------------------*/
.list-body {
  margin-bottom: 30px;
}
/* flow
------------------------------*/
.flow-text {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0.5em;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .flow-text {
    line-height: 2.5;
    padding-left: 0;
  }
}
.flow-text_small {
  font-size: 12px;
  margin-bottom: 2em;
}

.flow-link {
  font-size: 16px;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .flow-link {
    margin-bottom: 1em;
    padding-left: 0;
  }
}
.flow-link a {
  color: #000000;
  text-decoration: none;
}
.flow-link a:visited, .flow-link a:focus {
  color: #1a1a1a;
}

.flow-address p {
  font-size: 14px;
  line-height: 1.2;
}

/* plan
------------------------------*/
.plan-desc {
  line-height: 1.5;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .plan-desc {
    line-height: 2.5;
    padding-left: 0;
  }
}

.plan-point-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .plan-point-body {
    display: block;
  }
}

.plan-point-mark {
  min-width: 120px;
  height: 56px;
  border: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  .plan-point-mark {
    min-width: 100%;
  }
}
.plan-point-mark p {
  font-size: 13px;
  line-height: 56px;
  text-align: center;
}

.plan-point-list {
  font-size: 13px;
  list-style: disc;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .plan-point-list {
    padding-left: 1em;
    padding-top: 15px;
    background-position: center top;
  }
  .plan-point-list li {
    line-height: 2.5;
  }
}

.plan-more-detail a {
  color: #000000;
  text-decoration: none;
}
.plan-more-detail a:visited, .plan-more-detail a:focus {
  color: #1a1a1a;
}

/* plan detail
------------------------------*/
.plandetail-nav {
  margin-bottom: 50px;
}
.plandetail-nav__item {
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .plandetail-nav__item {
    margin-bottom: 1em;
  }
}
.plandetail-nav__item:nth-of-type(3) {
  padding-right: 20px;
  border-right: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  .plandetail-nav__item:nth-of-type(3) {
    border-right: none;
  }
}
.plandetail-nav__item:nth-of-type(5) {
  padding-left: 5px;
}
.plandetail-nav__item a {
  color: #000000;
  text-decoration: none;
}
.plandetail-nav__item a:visited, .plandetail-nav__item a:focus {
  color: #1a1a1a;
}
.plandetail-nav_footer {
  margin-top: 50px;
}

.plandetail-header3 {
  margin-bottom: 0.75em;
}

.plandetail-header4 {
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 10px;
}
.plandetail-header4:before {
  top: 0;
  width: 50px;
}
.plandetail-header4_maru {
  padding-left: 1.2em;
}
.plandetail-header4_maru:before {
  content: "●";
  background-color: transparent;
}

.plandetail-text {
  line-height: 2.5;
}

.plandetail-textlist {
  padding-left: 25px;
}
.plandetail-textlist li {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .plandetail-textlist li {
    margin-bottom: 2em;
  }
}
.plandetail-textlist li strong {
  font-weight: bold;
}
.plandetail-textlist li .bigger {
  font-size: 17px;
  margin-left: 0px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .tablepress {
    width: 100%;
  }

  .table-scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .table-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .table-scroll::-webkit-scrollbar-track, .table-scroll::-webkit-scrollbar-thumb {
    background: #000000;
  }
}
.tablepress {
  font-size: 14px !important;
}
.tablepress thead th {
  background-color: #e0e0e0 !important;
  border-color: #adadad !important;
  border-top: 1px solid #adadad;
  border-right: 1px solid #adadad;
  font-weight: normal !important;
  text-align: center;
}
.tablepress thead th:last-child {
  border-right: none;
}
/*.tablepress tbody .column-2,
.tablepress tbody .column-3,
.tablepress tbody .column-4 {
  text-align: center;
  border-left: 1px solid #adadad;
}*/
.tablepress tbody td {
  border-bottom: 1px solid #adadad;
  border-left: 1px solid #adadad;
  text-align: center;
}
.tablepress tbody td.column-1 {
  border-left: none;
}
.table-column-left tbody td.column-1 {
  text-align: left;
}

.plandetail-cta {
  width: 100%;
  border: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .plandetail-cta {
    display: block;
  }
}
.plandetail-cta__left {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #000000;
  padding-bottom: 25px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .plandetail-cta__left {
    width: 100%;
    text-align: center;
  }
}
.plandetail-cta__left p {
  font-size: 18px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .plandetail-cta__left p br {
    display: none;
  }
}
.plandetail-cta__right {
  width: 100%;
  font-size: 14px;
  margin: 0 auto;
  padding: 25px;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  .plandetail-cta__right {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
}
.plandetail-cta__contact {
  width: 100%;
  padding: 25px;
  font-size: 14px;
}
.plandetail-cta__contact .tel_info {
  margin-top: 15px;
}
.plandetail-cta .links__item {
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .plandetail-cta .links__item {
    display: block;
    margin-bottom: 2em;
  }
}
.plandetail-cta .links__item a {
  color: #000000;
  text-decoration: none;
  border: 1px solid #000000;
  padding: 12px;
  border-radius: 40px;
  padding-right: 15px;
  margin-right: 30px;
}
.plandetail-cta .links__item a:visited, .plandetail-cta .links__item a:focus {
  color: #1a1a1a;
}
.plandetail-cta .links__item .form {
  background-image: url(images/icon-form.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 13px;
  padding-left: 40px;
}
.plandetail-cta .links__item .download {
  background-image: url(images/icon-dl.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 13px;
  padding-left: 30px;
}

/*--------------------------------------------------------------
	form
--------------------------------------------------------------*/
.form-back {
  margin-bottom: 50px;
}
.form-back a {
  color: #000000;
  text-decoration: none;
}
.form-back a:visited, .form-back a:focus {
  color: #1a1a1a;
}
.form-back a:before {
  content: "←";
}

.form-header2 {
  margin-bottom: 50px;
}

.form-text {
  line-height: 1.5;
  padding: 0 25px;
}

.form-table {
  width: 100%;
  border-top: 1px solid #adadad;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .form-table {
    border-top: none;
  }
}
.form-table tr {
  border-bottom: 1px solid #adadad;
}
@media screen and (max-width: 767px) {
  .form-table tr {
    border-bottom: none;
  }
}
.form-table th {
  background: #e0e0e0;
  border-right: 1px solid #adadad;
  padding: 12px 15px;
  vertical-align: middle;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .form-table th {
    border-right: none;
  }
}
.form-table td {
  padding: 12px 15px;
}
@media screen and (max-width: 767px) {
  .form-table th,
.form-table td {
    display: block;
    width: 100%;
  }
}
.form-table input[type=text],
.form-table input[type=email] {
  width: 100%;
  height: 36px;
  padding: 5px;
  font-size: 16px;
}
.form-table textarea {
  width: 100%;
  padding: 5px;
  font-size: 16px;
}
.form-table input,
.form-table textarea {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.form-btn-area {
  text-align: center;
  margin: 30px 0;
}
.form-btn-area .form-back {
  background: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 15px 20px;
  border: 1px solid #adadad;
}
.form-btn-area .form-confirm-submit {
  background: #adadad;
  font-size: 14px;
  line-height: 1;
  padding: 15px 20px;
}

.mw_wp_form_input .form-confirm-submit {
  margin-left: 0;
}

.mw_wp_form_confirm .form-confirm-submit {
  margin-left: 50px;
}

/*--------------------------------------------------------------
	shop detail
--------------------------------------------------------------*/
.shopdetail-nav {
  margin-bottom: 75px;
}
.shopdetail-nav__item {
  display: inline-block;
  font-size: 16px;
  margin-right: 20px;
}
.shopdetail-nav__item .active {
  padding: 3px;
  background: #fff;
  border-bottom: 1px solid #000000;
}
.shopdetail-nav__item a {
  color: #000000;
  text-decoration: none;
}
.shopdetail-nav__item a:visited, .shopdetail-nav__item a:focus {
  color: #1a1a1a;
}

.shopdetail-image-upper,
.shopdetail-image-lower {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .shopdetail-image-upper,
.shopdetail-image-lower {
    margin-bottom: 0;
  }
}
.shopdetail-image-upper img,
.shopdetail-image-lower img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .shopdetail-image-upper img,
.shopdetail-image-lower img {
    margin-bottom: 10px;
  }
}

.shopdetail-image-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .shopdetail-image-lower {
    display: block;
  }
}
.shopdetail-image-lower__item {
  width: 49.5%;
}
@media screen and (max-width: 767px) {
  .shopdetail-image-lower__item {
    width: 100%;
  }
}
.shopdetail-image-lower__item:first-child {
  margin-right: 1%;
}
@media screen and (max-width: 767px) {
  .shopdetail-image-lower__item:first-child {
    margin-right: 0;
  }
}
.shopdetail-image-lower__item img {
  width: 100%;
  height: auto;
}

.shopdetail-address,
.shopdetail-tel {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 1em;
}

.shopdetail-shopinfo li {
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.shopdetail-shopinfo li:before {
  content: "・";
  margin-right: 5px;
}

/*--------------------------------------------------------------
	topics
--------------------------------------------------------------*/
.category-nav {
  margin-bottom: 75px;
}
@media screen and (max-width: 991px) {
  .category-nav {
    padding-right: 0;
    padding-left: 0;
  }
}
.category-nav__item {
  display: inline-block;
  font-size: 16px;
  margin-right: 20px;
  margin-bottom: 1em;
}
.category-nav__item a {
  color: #000000;
  text-decoration: none;
}
.category-nav__item a:visited, .category-nav__item a:focus {
  color: #1a1a1a;
}

.content-box_index .hentry,
.content-box_single .hentry {
  margin-bottom: 20px;
}
.content-box_index .entry-title,
.content-box_single .entry-title {
  font-size: 16px;
}
.content-box_index .entry-title a,
.content-box_single .entry-title a {
  color: #000000;
  text-decoration: none;
}
.content-box_index .entry-title a:visited, .content-box_index .entry-title a:focus,
.content-box_single .entry-title a:visited,
.content-box_single .entry-title a:focus {
  color: #1a1a1a;
}
.content-box_index .entry-meta,
.content-box_single .entry-meta {
  font-size: 11px;
}
.content-box_index .entry-meta_date,
.content-box_single .entry-meta_date {
  margin-right: 10px;
}

.content-box_single .entry-header {
  margin-bottom: 20px;
}
.content-box_single .entry-content {
  font-size: 15px;
}
.content-box_single .entry-content h1,
.content-box_single .entry-content h2,
.content-box_single .entry-content h3,
.content-box_single .entry-content h4,
.content-box_single .entry-content h5,
.content-box_single .entry-content h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3;
}
.content-box_single .entry-content h1 {
  font-size: 28px;
}
.content-box_single .entry-content h2 {
  font-size: 22px;
}
.content-box_single .entry-content h3 {
  font-size: 18px;
}
.content-box_single .entry-content h4 {
  font-size: 16px;
}
.content-box_single .entry-content h5 {
  font-size: 14px;
}
.content-box_single .entry-content h6 {
  font-size: 12px;
}
.content-box_single .entry-content p {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 2em;
}
.content-box_single .entry-content blockquote {
  background: #f4f4f4;
  padding: 1em;
  margin-top: 2em;
  margin-bottom: 2em;
}
.content-box_single .entry-content blockquote p {
  font-size: 13px;
  font-style: italic;
}
.content-box_single .entry-content blockquote p:last-child {
  margin-bottom: 0;
}
.content-box_single .entry-content table {
  margin-bottom: 2em;
}
.content-box_single .entry-content table thead {
  background: #f4f4f4;
}
.content-box_single .entry-content table thead tr th {
  padding: 7px;
}
.content-box_single .entry-content table tbody tr th {
  padding: 7px;
}
.content-box_single .entry-content table tbody tr td {
  padding: 7px;
}
.content-box_single .entry-content dl {
  margin-bottom: 2em;
}
.content-box_single .entry-content dl dt {
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2;
}
.content-box_single .entry-content dl dd {
  padding-left: 1em;
  margin-bottom: 1em;
  line-height: 1.2;
}
.content-box_single .entry-content ul {
  list-style: disc;
  padding-left: 30px;
}
.content-box_single .entry-content ul li {
  line-height: 1.3;
}
.content-box_single .entry-content ul li ul {
  margin-bottom: 10px;
}
.content-box_single .entry-content ol {
  list-style: decimal;
  padding-left: 30px;
}
.content-box_single .entry-content ol li {
  line-height: 1.3;
}
.content-box_single .entry-content ol li ol {
  margin-bottom: 10px;
}
.content-box_single .entry-content pre {
  background: #f4f4f4;
  font-family: "Courier 10 Pitch", Courier, monospace;
  padding: 10px;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: 100%;
  overflow: auto;
}
.content-box_single .entry-content div {
  max-width: 700px;
}
.content-box_single .entry-content img {
  max-width: 700px;
}
.content-box_single .entry-content .alignleft {
  float: left;
  margin-right: 10px;
}
.content-box_single .entry-content .alignright {
  float: right;
  margin-left: 10px;
}
.content-box_single .entry-content .aligncenter {
  margin: 0 auto;
}
.content-box_single .entry-content .wp-caption-text {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .content-box_single .entry-content {
    padding-right: 0;
    padding-left: 0;
  }
}
.content-box_single .entry-content p {
  line-height: 2.5;
  font-size: 15px;
}
.content-box_single .entry-content img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
	wp pagenavi
--------------------------------------------------------------*/
.wp-pagenavi {
  width: 700px;
  margin: 100px auto;
  text-align: center;
  font-size: 13px;
}
@media screen and (max-width: 991px) {
  .wp-pagenavi {
    width: 100%;
  }
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  padding: 15px 30px;
  margin: 0 30px;
  letter-spacing: 0.2em;
}
.wp-pagenavi .previouspostslink {
  border-right: 1px solid #000000;
}
.wp-pagenavi .nextpostslink {
  border-left: 1px solid #000000;
}
.wp-pagenavi a, .wp-pagenavi .current {
  color: #000000;
  padding: 15px;
}
.wp-pagenavi a {
  text-decoration: none;
}
.wp-pagenavi .current {
  text-decoration: underline;
}

/*--------------------------------------------------------------
	kouen
--------------------------------------------------------------*/
.kouen-header-desc {
  font-size: 13px;
  margin-bottom: 30px;
}

.kouen-nav {
  margin-bottom: 50px;
}
.kouen-nav__item {
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .kouen-nav__item {
    margin-bottom: 1em;
  }
}
.kouen-nav__item a {
  color: #000000;
  text-decoration: none;
}
.kouen-nav__item a:visited, .kouen-nav__item a:focus {
  color: #1a1a1a;
}

.kouen-content-body {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .kouen-content-body {
    padding-left: 0;
    padding-right: 0;
  }
}

.kouen-textlist {
  margin-bottom: 1em;
}
.kouen-textlist li {
  font-size: 13px;
  margin-bottom: 0.75em;
}

.kouen-contact-btn a {
  color: #000000;
  text-decoration: none;
}
.kouen-contact-btn a:visited, .kouen-contact-btn a:focus {
  color: #1a1a1a;
}

/*--------------------------------------------------------------
	oneday
--------------------------------------------------------------*/
.oneday-text a {
  color: #000000;
  text-decoration: none;
  text-decoration: underline;
}
.oneday-text a:visited, .oneday-text a:focus {
  color: #1a1a1a;
}

.oneday-table {
  width: 100%;
  border-top: 1px solid #adadad;
  font-size: 14px;
  margin-bottom: 30px;
}
.oneday-table tr {
  border-bottom: 1px solid #adadad;
}
.oneday-table th {
  background: #e0e0e0;
  border-right: 1px solid #adadad;
  padding: 12px 15px;
  vertical-align: middle;
}
.oneday-table th:last-child {
  border-right: none;
}
.oneday-table th:nth-child(2) {
  width: 20%;
}
.oneday-table th:nth-child(3) {
  width: 18.5%;
}
.oneday-table th:nth-child(4) {
  width: 50%;
}
.oneday-table th:nth-child(1) {
  width: 11.5%;
  padding: 12px 10px;
}
.oneday-table td {
  padding: 12px 15px;
  vertical-align: middle;
  border-right: 1px solid #adadad;
}
.oneday-table td:last-child {
  border-right: none;
}
.oneday-table td:nth-child(1) {
  padding: 12px 10px;
}
.oneday-table td .date {
  font-size: 14px;
}
.oneday-table td .times {
  font-size: 13px;
}
.oneday-table td .price {
  font-size: 13px;
}
.oneday-table td h3 {
  font-size: 16px;
  font-weight: bold;
}
.oneday-table td .desc {
  font-size: 13px;
}
.oneday-table td .instructor {
  font-size: 13px;
}
.oneday-table td .more-detail {
  color: #000000;
  text-decoration: none;
  background: #adadad;
  padding: 10px 15px;
}
.oneday-table td .more-detail:visited, .oneday-table td .more-detail:focus {
  color: #1a1a1a;
}
.oneday-table input[type=text],
.oneday-table input[type=email] {
  height: 36px;
  padding: 5px;
  font-size: 16px;
}
.oneday-table textarea {
  width: 100%;
  padding: 5px;
  font-size: 16px;
}
.oneday-table input,
.oneday-table textarea {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.oneday-content p {
  font-size: 14px;
  margin-bottom: 2em;
  line-height: 2.5;
}
.oneday-content img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* ------------------
	company
	------------------- */
.company-table {
  width: 100%;
  border-top: 1px solid #adadad;
  font-size: 14px;
  margin-bottom: 30px;
}
.company-table tr {
  border-bottom: 1px solid #adadad;
}
.company-table th {
  background: #e0e0e0;
  border-right: 1px solid #adadad;
  padding: 12px 15px;
  vertical-align: middle;
}
.company-table th:last-child {
  border-right: none;
}
.company-table td {
  padding: 12px 15px;
  vertical-align: middle;
  border-right: 1px solid #adadad;
}
.company-table td:last-child {
  border-right: none;
}

.bnr_25th {
  display: block;
  margin: 0 auto;
  width: 320px;
}

/* ------------------
	recruit
	------------------- */
.recruit_text {
  font-size: 13px;
}

.content-box.content-box_recruit {
  display: block;
}
.content-box.content-box_recruit div {
  font-size: 13px;
}

.go-to-form {
  text-align: center;
}

.go-to-form-btn {
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  border: 1px solid #000000;
  padding: 10px;
  border-radius: 19px;
  padding-right: 15px;
  background-image: url(images/icon-form.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 20px;
  padding-left: 45px;
}
.go-to-form-btn:visited, .go-to-form-btn:focus {
  color: #1a1a1a;
}</pre></body></html>