<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Original
Author: Tokyo Trucking Association Tama Branch
Author URI: https://toratama.jp/
Description: Original theme
version�� 0.1.0
*/
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');

/*--------------------------------------------------------------
  Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  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;
  -webkit-border-radius: 3px;
  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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
  Style
--------------------------------------------------------------*/
body {
/*
  font-family: 'Aleo Regular', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  font-size: 1.4vw;
  letter-spacing: 0.1vw;
*/
  font-family: 'Noto Serif JP','Aleo Regular', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  font-size: 1.2vw;
  letter-spacing: 0.1vw;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 4vw;
  }
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.aC{
	text-align:center;
}
.aL{
	text-align:left;
}
.aR{
	text-align:right;
}

span.br-sp {
  display: inline;
}
@media screen and (min-width: 769px) {
	.pc{
	  display: block;
	}
	.sp{
	  display: none;
	}
}
@media screen and (max-width: 768px) {
	.pc{
	  display: none;
	}
	.sp{
	  display: block;
	}
}

@media screen and (max-width: 768px) {
  span.br-sp {
    display: block;
  }
}

.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

.icon-circle {
  border-radius: 1em;
  background: #fff;
  color: #253941;
  height: 1.6em;
  width: 1.6em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper {
/*
  display: flex;
*/
  flex-direction: column;
  min-height: 100vh;
  /* 螟画焚繧偵し繝昴�繝医＠縺ｦ縺�↑縺�ヶ繝ｩ繧ｦ繧ｶ縺ｮ繝輔か繝ｼ繝ｫ繝舌ャ繧ｯ */
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
  padding: 8vw 0 0;
}

@media screen and (min-width: 1250px) {
  .wrapper {
    padding: 100px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .wrapper {
    padding: 76px 0 0;
  }
}

@media screen and (max-width: 425px) {
  .wrapper {
    padding: 50px 0 0;
  }
}

.container {
  flex: 1;
}

header .global-nav {
  background: rgba(255, 255, 255, 1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 8vw;
  max-height: 100px;
}

.logged-in header .global-nav {
  top: 32px;
}

@media screen and (max-width: 768px) {
  .logged-in header .global-nav {
    top: 46px;
  }

  header .global-nav {
    height: 76px;
  }
}

@media screen and (max-width: 425px) {
  header .global-nav {
    height: 50px;
  }
}

header .global-nav .logo {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

header .global-nav .logo a {
  line-height: 1;
}

header .global-nav .logo img {
  height: 5vw;
  max-height: 62px;
  width: auto;
}

@media screen and (max-width: 768px) {
  header .global-nav .logo img {
    height: 8vw;
    max-height: 62px;
    width: auto;
  }
}

header .main-navigation {}

header .main-menu {
  display: flex;
  justify-content: center;
  list-style: none;
  background: #000;
}

header .main-menu li {
  padding: 10px;
}

header .main-menu a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px;
  border: 1px solid #fff;
}

header .menu_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 8vw;
  height: 8vw;
  max-width: 100px;
  max-height: 100px;
}

@media screen and (max-width: 768px) {
  header .menu_btn {
    width: 10vw;
    height: 10vw;
    max-width: 76px;
    max-height: 76px;
  }
}

@media screen and (max-width: 425px) {
  header .menu_btn {
    width: 50px;
    height: 50px;
  }
}

header .menu_btn .menu_btn_inner {
  display: block;
  position: relative;
  width: 80%;
  height: 80%;
}

header .menu_btn .menu_line {
  display: block;
  background: #000;
  height: 4px;
  width: 50%;
  position: absolute;
  left: 25%;
  margin-top: -2px;
}

header .menu_btn .menu_line.l1 {
  top: 35%;
}

header .menu_btn .menu_line.l2 {
  top: 50%;
}

header .menu_btn .menu_line.l3 {
  top: 65%;
}

/* 繝｡繝九Η繝ｼ繧ｪ繝ｼ繝励Φ譎� */
.active .menu_btn .menu_line.l1 {
  transform: rotate(45deg);
  top: 50%;
}

.active .menu_btn .menu_line.l2 {
  display: none;
}

.active .menu_btn .menu_line.l3 {
  transform: rotate(-45deg);
  top: 50%;
}

footer {
	clear: both;
  text-align: center;
}

footer a {
  text-decoration: none;
}

footer .follow {
  padding: 10vw 0;
}

footer .follow ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 5vw 0 0;
}

footer .follow ul li {
  margin: 0 5%;
  font-size: 2vw;
}

@media screen and (max-width: 768px) {
  footer .follow ul li {
    font-size: 5vw;
  }
}

footer .contact {
  padding: 6vw 0;
  background: #000;
  color: #fff;
}

footer .contact ul.footer_contact {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 6vw 0 3vw;
}

@media screen and (max-width: 768px) {
  footer .contact ul.footer_contact {
    flex-direction: column;
    align-items: center;
  }
}

footer .contact ul.footer_contact li {
  margin: 0 3%;
  font-size: 1.5vw;
  width: 24%;
}

@media screen and (max-width: 768px) {
  footer .contact ul.footer_contact li {
    margin: 0 3% 3%;
    width: 60%;
    font-size: 4vw;
  }
}

footer .contact ul.footer_contact li a {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  padding: 1vw 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer .contact ul.footer_contact li a {
    padding: 2vw 0;
  }
}

footer .contact nav .footer_nav {
  padding: 3vw 0 0;
}

footer .contact nav .footer_nav a {
  color: #fff;
}

footer .contact nav .footer_nav ul {
  display:inline;
  text-align:center;
  list-style: none;
}
footer .contact nav .footer_nav ul li {
  padding:0 20px;
  display:inline;
}
footer .contact nav .footer_nav ul li.footer_nav_s {
  font-size:0.75rem;
}
@media screen and (max-width: 768px) {
  footer .contact nav .footer_nav ul li {
    padding:0 20px 10px;
    display:block;
  }
}
footer .copyright {
  text-align: center;
  padding: 15px 0;
  font-size: 80%;
  background: rgba(0,0,0,0.85);
  color: #fff;
  font-size: 11px;
}

footer .pagetop {
  position: fixed;
  right: 2vw;
  bottom: 2vw;
  width: 4vw;
  height: 4vw;
  background: #000;
}

@media screen and (max-width: 768px) {
  footer .pagetop {
    position: fixed;
    right: 0vw;
    bottom: 8vw;
    width: 10vw;
    height: 10vw;
    background: #000;
  }
}

footer .pagetop a {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.8vw;
}
@media screen and (max-width: 768px) {
	footer .pagetop a {
	  font-size: 6vw;
	}
}
footer .pagetop .fa, footer .pagetop .far, footer .pagetop .fas {
  margin-right: 0;
}

.enTitle {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 2.5vw;
  letter-spacing: 0.5vw;
  text-transform: uppercase;
  font-weight: normal;
}

.enTitle.white,
.jpTitle.white {
  color: #fff;
}

.enTitle.white2,
.jpTitle.white2 {
  color: #fff;
  text-shadow: 1px 1px 1px #333333;
}

@media screen and (max-width: 768px) {
  .enTitle {
    font-size: 5vw;
    letter-spacing: 0.5vw;
  }
}

.jpTitle {
  padding: 0.5vw 0 0;
  margin: 0;
  text-align: center;
  font-size: 1.2vw;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .jpTitle {
    font-size: 2vw;
  }
}

@media screen and (max-width: 768px) {
  p.enTitle span {
    font-size: 250%;
  }

  p.enTitle span::after,
  p.enTitle span::before {
    width: 15vw;
    height: 1px;
    top: 50%;
  }

  p.enTitle span::after {
    right: -17vw;
    background: repeating-linear-gradient(90deg, #000 0, #000 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 10px, #000 10px, #000 25px, rgba(255, 255, 255, 0) 25px, rgba(255, 255, 255, 0) 31px, #000 31px, #000 200px);
  }

  p.enTitle span::before {
    left: -17vw;
    background: repeating-linear-gradient(-90deg, #000 0, #000 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 10px, #000 10px, #000 25px, rgba(255, 255, 255, 0) 25px, rgba(255, 255, 255, 0) 31px, #000 31px, #000 200px);
  }

  p.enTitle.white span::after {
    right: -17vw;
    background: repeating-linear-gradient(90deg, #fff 0, #fff 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 10px, #fff 10px, #fff 25px, rgba(255, 255, 255, 0) 25px, rgba(255, 255, 255, 0) 31px, #fff 31px, #fff 200px);
  }

  p.enTitle.white span::before {
    left: -17vw;
    background: repeating-linear-gradient(-90deg, #fff 0, #fff 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 20px, #fff 20px, #fff 50px, rgba(255, 255, 255, 0) 50px, rgba(255, 255, 255, 0) 62px, #fff 62px, #fff 200px);
  }
}

/* 繧｢繧､繧ｳ繝ｳ縺ｮ繧ｹ繝壹�繧ｹ */
.fa, .far, .fas {
  margin-right: 0.5em;
}

/* 繝輔ぃ繝ｼ繧ｹ繝医ン繝･繝ｼ */
.firstview {
  
}



.fv_image {
  position: relative;
  overflow:hidden;
  /*
  max-height:600px;
  max-height:80vh;
  */
}

.fv_image video {
  width: 100%;
  height: auto;
  /*
  position: relative;
  padding-top: 50%;
  transform: translateY(-50%);
  */
}

.fv_image .catch {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 5vw;
}

.fv_image .play {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 4vw;
}

.fv_image .play img {
  width: 6vw;
  opacity: 0.6;
}

.home .fv_image .catch {
  text-shadow: 0 0 5px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1), 0 0 15px rgba(0, 0, 0, 1);
}

.lesson-child .fv_image .catch {
  font-weight: normal;
}

.lesson-adult .fv_image .catch {
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 1), 2px 2px 0px rgba(0, 0, 0, 1), 2px 2px 1px rgba(0, 0, 0, 1);
}
.fv_image .movie_logo{
	position: absolute;
	right: 2%;
	bottom:4%;
	width: 15%;
}
@media screen and (max-width: 768px) {
  .fv_image .movie_logo{
	right: 2%;
	bottom:4%;
	width: 20%;
  }
}


.firstview_btn_01 a,.firstview_btn_02 a{
	display:block;
	position: absolute;
	width:30%;
	bottom: 6%;
	color:#fff;
	text-align:center;
	padding:2% 1px;
	font-size:1.6vw;
	border:2px solid #fff;
	text-decoration:none;
	vertical-align:middle;
	line-height:1;
	background-color: rgb(0,0,0,0.5);
	-webkit-transition: all .3s;
	transition: all .3s;
}
.firstview_btn_01 a{
  left: 8%;
}
.firstview_btn_02 a{
  right: 8%;
}
.firstview_btn_01 a:hover,.firstview_btn_02 a:hover{
	background-color: #000;
}

@media screen and (max-width: 768px) {
	.firstview_btn_01 a,.firstview_btn_02 a{
		display:block;
		position: absolute;
		width:40%;
		bottom: 6%;
		color:#fff;
		text-align:center;
		padding:2% 1px;
		font-size:2.2vw;
		border:1px solid #fff;
		text-decoration:none;
		vertical-align:middle;
		line-height:1;
		background-color: rgb(0,0,0,0.5);
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	.firstview_btn_01 a{
	  left: 4%;
	}
	.firstview_btn_02 a{
	  right: 3%;
	}
}






/* old classroom start */


/* classroom */
.classroom {
 padding: 10vw 8%;
  background: #efefef;
}

.classroom_item {
  padding: 3vw 0 3vw;
  font-size: 80%
}

.classroom_item:last-child {
  padding: 3vw 0 0;
}

.classroom_item h2 {
  font-size: 120%;
  display: flex;
}

.classroom_item h2::after {
  content: "";
  display: block;
  border-top: 2px solid #000;
  flex: 1;
  margin: 0.6em 0 0 1em;
}

.classroom_item ul {
  list-style: none;
}

@media screen and (max-width: 768px) {
  .classroom_item ul {
    line-height: 2;
  }
}

.classroom_item&gt;ul {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  margin-top: 3vw;
}

.classroom_item ul li.classroom_title {
  width: 12%;
  font-weight: bold;
  flex: none;
}

/* old classroom end */






@media screen and (max-width: 768px) {
  .classroom_item ul li.classroom_title {
    width: 20%;
    font-weight: bold;
    flex: none;
  }
}

.classroom_item ul&gt;li {
  flex: 1;
}

.classroom_item ul ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex: 1;
  margin-top: 0;
}

.classroom_item ul ul li {
  flex: none;
  margin: 0 3em 0 0;
}









.accordion{
	margin: 3vw auto 0 auto;
	font-size: 80%;
	list-style: none;
	background: #ccc;
	width: 100%;
	max-width: 1180px;
	padding: 1px;
}
.accordion &gt; li{
	background:#fff;
	border-bottom:1px solid #ccc;
}
.accordion &gt; li:last-child{
	border-bottom:0;
}
.accordion &gt; li &gt; a{
	display:block;
    position: relative;
    padding-left: 30px;
    background: #fff;
    /*
    border-bottom: 1px solid #ccc;
    */
    height: 40px;
    text-indent: 10px;
    line-height: 40px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    text-decoration:none;
}
@media screen and (min-width: 769px){
	.accordion &gt; li &gt; a{
		cursor:default;
	}
}
@media screen and (max-width: 768px){
	.accordion &gt; li &gt; a{
	      padding-left: 10px;
	}
}
.accordion &gt; li &gt; a::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 6px transparent;
        border-top-color: transparent;
        border-top-style: solid;
        border-top-width: 6px;
    border-top: solid 8px #000;
    top: 50%;
    right: 25px;
    margin-top: -5px;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
}
@media screen and (max-width: 768px){
	.accordion &gt; li &gt; a::before {
	    margin-top: -4px;
	    border: solid 5px transparent;
	        border-top-width: 5px;
	        border-top: solid 7px #000;
	          right: 15px;
	}
}
.accordion &gt; li &gt; a.open {
    background: #000;
    color: #fff;
}
.accordion &gt; li &gt; a.open::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 6px transparent;
        border-bottom-color: transparent;
        border-bottom-style: solid;
        border-bottom-width: 6px;
    border-bottom: solid 8px #fff;
    top: 50%;
    right: 25px;
    margin-top: -10px;
}
@media screen and (max-width: 768px){
	.accordion &gt; li &gt; a.open::before {
	    border: solid 5px transparent;
	     border-bottom-width: 5px;
	     border-bottom: solid 7px #fff;
	     right: 15px;
	}
}
.accordion &gt; li &gt; div{
	display:none;
	background: #fff;
	padding:5px 40px 30px 40px;
    border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px){
	.accordion &gt; li &gt; div{
		display:block;
	}
	.accordion &gt; li &gt; a {
	    background: #000;
	    color: #fff;
	}
	.accordion &gt; li &gt; a::before {
	    position: absolute;
	    content: '';
	    width: 0;
	    height: 0;
	    border: none;
	}
}

.accordion &gt; li &gt; div:last-of-type {
    border-bottom: none;
}
@media screen and (max-width: 768px){
	.accordion &gt; li &gt; div{
	  	padding:5px 20px 20px 20px;
	}
}


.accordion &gt; li &gt; div &gt; ul{
	list-style: none;
}
.accordion h2 {
    font-size: 120%;
    display: flex;
}

.classroom_item_child {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  margin-top: 2vw;
}

.classroom_title {
  width: 12%;
  font-weight: bold;
  flex: none !important;
}
@media screen and (max-width: 768px){
	.classroom_title {
	  width: 24%;
	}
}
.classroom_item_child ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex: 1;
    margin-top: 0;
	list-style: none;
}
@media screen and (max-width: 768px){
	.classroom_item_child ul {
	  line-height: 1.8;
	}
}

.classroom_item_child li {
    flex: 1;
}
.classroom_item_child ul li {
    flex: none;
    margin: 0 3em 0.5em 0;
}
@media screen and (max-width: 768px){
	.classroom_item_child ul li {
	      margin: 0 1.5em 0 0;
	}
}












/*--------------------------------------------------------------
  index
--------------------------------------------------------------*/
.freetrial {
  margin: 6vw 8% 12vw;
}

.freetrial_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 7vw 0 0;
}

@media screen and (max-width: 768px) {
  .freetrial_box {
    margin: 12vw 0 0;
  }
}

.freetrial_box.photo-right {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .freetrial_box {
    flex-direction: column;
  }

  .freetrial_box.photo-right {
    flex-direction: column;
  }
}

.freetrial_box .freetrial_photo {
  width: 60%;
  margin-right: 4vw;
  position: relative;
}

.freetrial_box.photo-right .freetrial_photo {
  margin-right: 0;
  margin-left: 4vw;
}

@media screen and (max-width: 768px) {
  .freetrial_box .freetrial_photo {
    width: 100%;
    margin-right: 0vw;
  }

  .freetrial_box.photo-right .freetrial_photo {
    margin-right: 0;
    margin-left: 0vw;
  }
}

.freetrial_box .freetrial_photo img {
  width: 100%;
  height: auto;
}

.freetrial_box .freetrial_photo .onpu {
  position: absolute;
  width: 25vw;
  height: auto;
  top: -10vw;
  left:0;
}

@media screen and (min-width: 769px) {
  .freetrial_box.photo-right .freetrial_photo .onpu {
    position: absolute;
    width: 25vw;
    height: auto;
    top: auto;
    bottom: -10vw;
    right: 0;
  }
}

.freetrial_box .freetrial_text {
  flex: 1;
  /*
  line-height: 2.5;
  */
  line-height: 1.8;
}

.freetrial_box .freetrial_text h2 {
  line-height: 1;
  margin: 0 0 1em;
}

@media screen and (max-width: 768px) {
  .freetrial_box .freetrial_text h2 {
    line-height: 1;
    margin: 1em 0 1em;
  }
}

.freetrial_box .freetrial_btn {
  text-align: center;
  margin: 1.5em 0 0;
}

.freetrial_box .freetrial_btn a {
  display: block;
  width: 100%;
  padding: 1.5vw 0;
  margin: auto;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  position: relative;
  text-decoration: none;
  line-height:1;
}

.freetrial_box .freetrial_btn.white a {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .freetrial_box .freetrial_btn a {
   padding: 4vw 0;
   position:relative;
   display:block;
  }
}

.freetrial_box .freetrial_btn a:hover {
  background: #fff;
  color: #000;
}

.freetrial_box .freetrial_btn.white a:hover {
  background: #000;
  color: #fff;
}

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

.freetrial_box .freetrial_btn a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  right: 0.5vw;
  display: block;
  height: 100%;
  align-items: center;
  margin-top:-0.5em;
  top:50%;
}

@media screen and (max-width: 768px) {
  .freetrial_box .freetrial_btn a::after {
    margin: 0 2vw 0 0.2vw;
    position: absolute;
    display: block;
    margin-top:-0.5em;
    top:50%;
  }
}

.classroom_banner {
  background: url("img/classroom_banner_bg.gif");
  margin: 13vw 8% 10vw;
}

@media screen and (max-width: 768px) {
  .classroom_banner {
    margin: 10vw 8% 10vw;
  }
}

.classroom_banner_box {
  display: flex;
  position: relative;
  top: -3vw;
  justify-content: center;
  text-align:center;
}

@media screen and (max-width: 768px) {
  .classroom_banner_box {
    flex-direction: column;
    top: 0;
    padding: 0 0 4vw;
  }
}

.classroom_banner_box a {
  width: 44%;
  display: block;
  margin: 0 2%;
}

@media screen and (max-width: 768px) {
  .classroom_banner_box a {
    width: 90%;
    display: block;
    margin: 4vw 5% 0;
  }
}

.news {
  background: url('img/news_bg.png') no-repeat top center;
  background-size: 100% auto;
  margin: 10vw 8%;
}

.news_box {
  margin: 3vw 0;
}

@media screen and (max-width: 768px) {
  .news_box {
    flex-direction: column;
    align-items: center;
  }
}

.news ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto 5vw;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .news ul {
    flex-direction: column;
  }
}

.news ul li {
  width: 100%;
  margin: 0% 0 0 0%;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .news ul li {
    width: 100%;
    margin: 3% 0 0 0%;
  }
}

.news ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .news ul li a {
    flex-direction: column;
    text-align: left;
  }
}

.news ul li span.date {
  width: 10%;
  color: #666;
  text-align: center;
  margin-right: 5%;
}

@media screen and (max-width: 768px) {
  .news ul li span.date {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 5px;
    text-align: left;
  }
}

.news ul li span.title {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .news ul li span.title {
    flex: 1;
    text-align: left;
    width: 100%;
  }
}

.read_more {}

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

.read_more a {
  display: block;
  width: 15vw;
  padding: 1vw 0;
  margin: auto;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  position: relative;
  text-decoration: none;
  text-align:center;
}

@media screen and (max-width: 768px) {
  .read_more a {
    display: block;
    width: 60%;
    padding: 2vw 0;
  }
}

.read_more a:hover {
  background: #fff;
  color: #000;
}

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

.read_more a::after {
	display:block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  right: 0.5vw;
  height: 100%;
  align-items: center;
  top:50%;
  margin-top:-0.5em;
}

@media screen and (max-width: 768px) {
  .read_more a::after {
  display:block;
    margin: 0 0.5vw 0 0.2vw;
      top:50%;
  margin-top:-0.5em;
  }
}

.blog {
  background-size: auto 100%;
  margin: 10vw 8%;
}

.blog_box {
  margin: 3vw 0;
}

.blog ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: auto;
  height: 35vw;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .blog ul {
    height: auto;
    flex-direction: column;
  }
}

.blog ul li {
  width: 30%;
  margin: 0% 0% 0;
}

.blog ul li:nth-child(2) {
  margin: 0% 3% 0;
}

@media screen and (max-width: 768px) {
  .blog ul li {
    width: 100%;
    margin: 0% 0% 5vw;
  }

  .blog ul li:nth-child(2) {
    margin: 0% 0% 5vw;
  }
}

.blog ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  height: 100%;
  text-decoration: none;
}

.blog ul li a .blog_title {
  flex: 1;
  text-align: left;
  width: 100%;
}

.blog ul li a .blog_photo {
  width: 100%;
  height: 60%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog ul li a .blog_photo img{
	width:100%;
}
@media screen and (max-width: 768px) {
  .blog ul li a .blog_photo {
    height: 50vw;
  }
}

.blog ul li span.date {
  display: block;
  padding: 0.6em 0;
}

.blog ul li span.title {
  padding: 0 0 0;
  display: block;
}

.service {
  margin: 10vw 8% 0;
}

.service_box {
  margin: 10vw 0 0;
  background: #eeeeee;
  position: relative;
}

@media screen and (max-width: 768px) {
  .service_box {
    margin: 10vw 0 0;
    background: #eeeeee;
    position: relative;
  }
}

.service_inner {
  position: relative;
  top: -5vw;
  display: flex;
  margin: 0 5%;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .service_inner {
    top: 0;
    display: block;
  }
}

.service_inner .service_left {
  width: 43%;
  padding-top: 7vw;
  margin-bottom: -14vw;
}

@media screen and (max-width: 768px) {
  .service_inner .service_left {
    width: 100%;
    padding-top: 5vw;
    padding-bottom: 5vw;
    margin-bottom: -0;
  }
}

.service_inner .service_right {
  width: 52%;
  margin-bottom: -10vw;
}

@media screen and (max-width: 768px) {
  .service_inner .service_right {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 5vw;
  }
}

.service_inner .service02 {
  margin-right: 8%;
}

.service_inner .service03 {
  margin-left: 10%;
  margin-top: 10%;
}
.service_inner .service04 {
  margin-left: -87%;
  margin-top: -10%;
}
@media screen and (max-width: 1279px) {
	.service_inner .service04 img{
	  width:48%;
	}
}

@media screen and (max-width: 768px) {
  .service_inner .service02 {
    margin-right: 0%;
  }

  .service_inner .service03 {
    margin-left: 0%;
    margin-top: 5vw;
  }
  
  .service_inner .service04 {
    margin-left: 0%;
    margin-top: 5vw;
  }
  .service_inner .service04 img{
    width:100%;
  }
}






.service .onpu {
  position: absolute;
  bottom: -8vw;
  right: 0;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .service .onpu {
    position: absolute;
    bottom: -15vw;
    left: 0;
    width: 50%;
  }
}




#top_news{
	margin:0 auto;
}
#top_news dl{
	width:1080px;
	margin:50px auto 60px auto;
}
#top_news dt{
	float:left;
	padding: 8px 20px;
	width:260px;
	font-weight:bold;
	font-size:14px;
}
#top_news dt span{
	display:inline-block;
	text-align:center;
	min-width:90px;
	font-size:11px;
	color:#fff;
	background-color:#000;
	padding:0 5px 1px 5px;
	margin-left:20px;
	color:#fff;
	font-weight:normal;
}
span.c_n_event{
	background-color:#000 !important;
}
span.c_n_news{
	background-color:#000 !important;
}
span.c_n_shop{
	background-color:#000 !important;
}
span.c_n_update{
	background-color:#000 !important;
}
#top_news dd{
	padding: 8px 0 8px 270px;
	border-bottom:1px dotted #ccc;
	margin-bottom:8px;
	font-size:14px;
}



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

	#top_news dl{
		width:100%;
		margin:20px auto 30px auto;
	}
	#top_news dt{
		display:block;
		padding: 8px 0px;
		font-weight:normal;
		font-size:14px;
		width:100%;
	}
	#top_news dt span{
		display:inline-block;
		text-align:center;
		min-width:78px;
		font-size:11px;
		color:#fff;
		background-color:#000;
		padding:0 5px;
		margin-left:5px;
		color:#fff;
		font-weight:normal;
	}
	#top_news dd{
		padding: 8px 0 8px 0;
		border-bottom:1px dotted #ccc;
		margin-bottom:8px;
		font-size:14px;
	}

}

/*--------------------------------------------------------------
  lesson-child
--------------------------------------------------------------*/
.lesson-child {
/*
  font-family: "繝偵Λ繧ｮ繝取�譛� ProN W3", "HiraMinProN-W3", "HG譏取悃E", "�ｭ�ｳ �ｰ譏取悃", "MS PMincho", "MS 譏取悃", serif;
*/
  font-family: "Noto Serif JP", "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "HG譏取悃E", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", Helvetica, Avenir;

}
.lesson-adult {
  font-family: "Noto Serif JP", "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "HG譏取悃E", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", Helvetica, Avenir;
}

.lesson {
  display: flex;
  margin: 10vw 8%;
  color: #5d5d5d;
}

.lesson-adult .lesson {
  color: #000;
}

@media screen and (max-width: 768px) {
  .lesson {
    flex-direction: column;
  }
}

.lesson-left {
  width: 35%;
  margin-right: 5%;
  text-align: left;
  /*
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  */
}

.lesson-right {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .lesson-left {
    width: 100%;
    margin-right: 0%;
  }

  .lesson-right {
    width: 100%;
    margin: 5% 0 0;
  }
}

.lesson_photo {
  overflow: hidden;
  width: 100%;
}

.lesson_photo img {
  width: 130%;
  max-width: none;
  position: relative;
  left: -30%;
}

.lesson-adult .lesson_photo img {
  left: -15%;
}

@media screen and (max-width: 768px) {
  .lesson_photo img {
    width: 100%;
    max-width: none;
    position: relative;
    left: 0%;
  }

  .lesson-adult .lesson_photo img {
    left: 0%;
  }
}

.lesson .yamaha {
  font-size: 3vw;
  font-weight: bold;
  letter-spacing: 0.5vw;
}

@media screen and (max-width: 768px) {
  .lesson .yamaha {
    font-size: 6vw;
    text-align: center;
  }
}

.lesson .music_lesson {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .lesson .music_lesson {
    text-align: center;
    margin: auto;
  }
}

.lesson_title {
  font-size: 2vw;
  padding: 3.5vw 0 3vw;
}

.lesson-adult .lesson_title {
  padding: 3vw 0 3vw;
}

@media screen and (max-width: 768px) {
  .lesson_title {
    font-size: 6vw;
    padding: 3.5vw 0 3vw;
    text-align: center;
  }
}

.lesson_text {
/*
  line-height: 2.5;
*/
  line-height: 1.8;
}

.lesson_btn {
  text-align: center;
  margin: 2em 0 0;
}

.lesson_btn a {
  display: flex;
  width: 100%;
  padding: 1.7vw 0;
  margin: auto;
  justify-content: center;
  align-items: center;
  background: #b8985b;
  color: #fff;
  border: 1px solid #b8985b;
  position: relative;
  text-decoration: none;
}

.lesson_btn.white a {
  background: #fff;
  color: #b8985b;
  border: 1px solid #b8985b;
}

.lesson_btn.black a {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .lesson_btn a {
    padding: 2vw 0;
   top:50%;
  margin-top:-0.5em;
  display:block;
  }
}

.lesson_btn a:hover {
  background: #fff;
  color: #b8985b;
}

.lesson_btn.white a:hover {
  background: #b8985b;
  color: #fff;
}

.lesson_btn.black a:hover {
  background: #fff;
  color: #000;
    top:50%;
  margin-top:-0.5em;
}

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

.lesson_btn a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  right: 1vw;
  height: 100%;
  align-items: center;
  display:block;
  top:50%;
  margin-top:-0.5em;
}

@media screen and (max-width: 768px) {
  .lesson_btn a::after {
    margin: 0 1vw 0 0.2vw;
      position: absolute;
      display:block;
  top:50%;
  margin-top:-0.5em;
  }
}

.method {
  background: url("img/method_bg.jpg") no-repeat bottom center;
  background-size: cover;
  padding: 10vw 8%;
}

.method .method_desc {
  text-align: center;
  padding: 3vw 0;
  font-size: 2vw;
  line-height: 1.8;
  color: #fff;
}

.method .method_box {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
	.method .method_desc {
	  text-align: center;
	  padding: 3vw 0;
	  font-size: 3vw;
	  line-height: 1.8;
	  color: #fff;
	}
  .method .method_box {
    flex-direction: column;
  }
}

.method_item {
  background: #fff;
  width: 46%;
  margin: 2%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .method_item {
    width: 100%;
    margin: 2% 0;
  }
}

.method_no {
  padding: 2vw;
  font-size: 3vw;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .method_no {
    padding: 2vw;
    font-size: 6vw;
  }
}

.method_title {
  font-weight: bold;
  font-size: 2vw;
}

@media screen and (max-width: 768px) {
  .method_title {
    font-weight: bold;
    font-size: 4.5vw;
  }
}

.method_body {
  padding: 2vw;
  text-align: left;
  line-height:1.6;
}

@media screen and (max-width: 768px) {
  .method_body {
    padding: 5vw;
    font-size: 4vw;
  }
}

.flow {
  margin: 10vw 8% 0;
}

.flow_wrap {
  padding: 4vw 0 0;
}

.flow_box {
  display: flex;
  flex-wrap: wrap;
  background: url("img/flow_line.gif") no-repeat 50% 0;
  background-size: 0.4vw auto;
  color: #5c5c5c;
}

@media screen and (max-width: 768px) {
  .flow_box {
    background: url("img/flow_line.gif") no-repeat 1vw 0;
    background-size: 0.8vw 100%;
  }
}

.flow_box:nth-of-type(1) {
  background-position: 50% 1vw;
  background-size: 0.4vw auto;
}

.flow_box:nth-of-type(4) {
  background-position: 50% 0;
  background-size: 0.4vw 1.5vw;
}

@media screen and (max-width: 768px) {
  .flow_box:nth-of-type(1) {
    background-position: 1vw 3vw;
    background-size: 0.8vw 100%;
  }

  .flow_box:nth-of-type(4) {
    background-position: 1vw 0;
    background-size: 0.8vw 4.5vw;
  }
}

.flow_item {
  width: 44vw;
  /*
  margin-left: 40vw;
  */
  margin-left: 39.5vw;
  padding-bottom: 5vw;
}

@media screen and (max-width: 768px) {
  .flow_item {
    width: 100%;
    margin-left: 0;
    padding-bottom: 5vw;
  }
}

.flow_box:nth-of-type(2n+2) .flow_item {
  margin-left: 0vw;
}

.flow_box:last-of-type .flow_item {
  padding-bottom: 0vw;
}

.flow_item .flow_title {
  padding-left: 4vw;
  display: flex;
  background: url("img/flow_mark.png") no-repeat 1vw 1vw;
  background-size: 2vw;
}

.flow_box:nth-of-type(2n+2) .flow_item .flow_title {
  padding-right: 4vw;
  padding-left: 0;
  /*
  background: url("img/flow_mark.png") no-repeat 41vw 1vw;
  */
  background: url("img/flow_mark.png") no-repeat 40.5vw 1vw;
  background-size: 2vw;
}

@media screen and (max-width: 768px) {
  .flow_item .flow_title {
    background: url("img/flow_mark.png") no-repeat 0vw 2.5vw;
    background-size: 3vw;
  }

  .flow_box:nth-of-type(2n+2) .flow_item .flow_title {
    padding-right: 0;
    padding-left: 4vw;
    background: url("img/flow_mark.png") no-repeat 0vw 2.5vw;
    background-size: 3vw;
  }
}

.flow_item .flow_title .step {
  width: 15%;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1;
  margin-right: 1.5vw;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .flow_item .flow_title .step {
    font-size: 8vw;
  }
}

.flow_item .flow_title h2 {
  flex: 1;
}

.flow_item .flow_photo {
  padding-left: 4vw;
  padding-top: 1vw;
}

.flow_box:nth-of-type(2n+2) .flow_item .flow_photo {
  padding-right: 4vw;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .flow_box:nth-of-type(2n+2) .flow_item .flow_photo {
    padding-right: 0vw;
    padding-left: 4vw;
  }
}

.flow_item .flow_text {
  padding-left: 4vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
  line-height: 1.8;
}

.flow_box:nth-of-type(2n+2) .flow_item .flow_text {
  padding-right: 4vw;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .flow_box:nth-of-type(2n+2) .flow_item .flow_text {
    padding-right: 0;
    padding-left: 4vw;
  }
}

.flow_item .lesson_btn {
  padding-left: 4vw;
}

.flow_box:nth-of-type(2n+2) .flow_item .lesson_btn {
  padding-right: 4vw;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .flow_box:nth-of-type(2n+2) .flow_item .lesson_btn {
    padding-right: 0;
    padding-left: 4vw;
  }
}




.child_course {
  margin: 10vw 8%;
}

.child_course ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
.child_course ul li {
    width: 31%;
    margin: 4vw 0 0 0;
}
.child_course ul li a:hover{
    opacity: 0.7;
}
@media screen and (max-width: 768px) {
	.child_course {
	  margin: 10vw 8%;
	}
	.child_course ul {
		width:100%;
	}
	.child_course ul li {
		display:block;
	    width: 100%;
	    margin: 4vw 0 0 0;
	}
	.child_course ul li img{
	    width: 100%;
	}
}












.lesson_contact {
  margin: 0 8%;
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
  /*
  background-image: url("img/otona2.jpg");
  */
  padding: 10vw 0 4vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lesson_contact.child {
  background-image: url("img/kodomo1.jpg");
}

.lesson_contact .lesson_btn {
  margin: 0;
  width: 40%;
}

@media screen and (max-width: 768px) {
  .lesson_contact .lesson_btn {
    margin: 0;
    width: 80%;
  }
}

.lesson_contact.adult .lesson_btn.white a {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

.lesson_contact.adult .lesson_btn.white a:hover {
  background: #000;
  color: #fff;
}

.value {
  background: url("img/value_bg.jpg") no-repeat bottom center;
  background-size: cover;
  padding: 10vw 8%;
}

.value .value_desc {
  text-align: center;
  padding: 3vw 0;
  font-size: 2vw;
  line-height: 1.8;
  color: #fff;
}

.value .value_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5vw 0 0;
}

@media screen and (max-width: 768px) {
  .value .value_box {
    flex-direction: column;
  }
}

.value_item {
  background: #fff;
  width: 29%;
  margin: 2%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .value_item {
    width: 100%;
    margin: 2% 0;
  }
}

.value_no {
  padding: 1vw 1vw 2vw;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  width: 7vw;
}

@media screen and (max-width: 768px) {
  .value_no {
    width: 15vw;
  }
}

.value_no span {
  font-size: 2.5vw;
}

.value_title {
  font-weight: bold;
  font-size: 2vw;
}

@media screen and (max-width: 768px) {
  .value_title {
    font-size: 5vw;
  }
}

.value_body {
  padding: 2vw;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .value_body {
    padding: 4vw 4vw 5vw 4vw;
  }
}

.flow-adult {
  margin: 10vw 8% 0;
}

.flow-adult_wrap {
  padding: 4vw 0 0;
}

.flow-adult_box {}

@media screen and (max-width: 768px) {
  .flow-adult_box {
    padding-bottom:0;
    margin-bottom:40px;
    position:relative;
  }
  .flow-adult_box:after {
  text-align:center;
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 15px 15px 0 15px;
  }
  .flow-adult_box:last-child:after{
  border:none !important;
  }
}


.flow-adult_item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5vw;
}

@media screen and (max-width: 768px) {
  .flow-adult_item {
    flex-direction: column;
  }
}

.flow-adult_item.photo-right {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .flow-adult_item.photo-right {
    flex-direction: column;
  }
}

.flow-adult_left {
  position: relative;
  width: 47%;
}

.flow-adult_right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 47%;
  margin-top:1vw;
}

@media screen and (max-width: 768px) {
  .flow-adult_left {
    width: 100%;
  }

  .flow-adult_right {
    width: 100%;
  }
}

.flow-adult_item .flow-adult_title {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
}

.flow-adult_item .flow-adult_title .step {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 2vw 0 0;
}

@media screen and (max-width: 768px) {
  .flow-adult_item .flow-adult_title .step {
    font-size: 8vw;
    margin: 4vw 0 0;
  }
}

.flow-adult_item .flow-adult_title .step span {
  display: block;
}

.flow-adult_item .flow-adult_title .step img {
  width: 13%;
}

.flow-adult_item .flow-adult_title h2 {
  font-size: 3vw;
}

@media screen and (max-width: 768px) {
  .flow-adult_item .flow-adult_title h2 {
    font-size: 6vw;
  }
}

.flow-adult_item .flow-adult_text {
  line-height: 1.5;
}

.text_category {
  margin: 10vw 8%;
}

.text_category_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.text_category_item {
  width: 32%;
  margin: 4vw 0 0 0;
  border: 1px solid #cccccc;
}

@media screen and (max-width: 768px) {
  .text_category_item {
    width: 48%;
  }
}

.text_category_item:nth-child(3n+2) {
  margin: 4vw 2% 0 2%;
}

@media screen and (max-width: 768px) {
  .text_category_item:nth-child(3n+2) {
    margin: 4vw 0 0 0;
  }

  .text_category_item:nth-child(2n+2) {
    margin: 4vw 0 0 2%;
  }
}

.text_category_item a {
  text-decoration: none;
  display: block;
}

.text_category_title {
  display: block;
  padding: 1vw;
  line-height: 1
}

@media screen and (max-width: 768px) {
  .text_category_title {
    padding: 2vw;
  }
}






/*--------------------------------------------------------------
  blog
--------------------------------------------------------------*/
#blog{
/*
	padding:50px 0;
*/
}
.blog_wrap{
	width:1080px;
	margin:30px auto;
}
.ttl_blog{
	font-size: 2vw;
	margin-bottom:30px;
}
.kiji{
	margin-bottom:30px;
}
#blog .blog ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: auto;
  /*
  height: 35vw;
  */
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  #blog .blog ul {
    height: auto;
    flex-direction: column;
  }
}
/*
#blog .blog ul li {
  width: 30%;
  margin: 0% 0% 0;
}

#blog .blog ul li:nth-child(2) {
  margin: 0% 3% 0;
}
*/
@media screen and (max-width: 768px) {
  #blog .blog ul li {
    width: 100%;
    margin: 0% 0% 5vw;
  }

  #blog .blog ul li:nth-child(2) {
    margin: 0% 0% 5vw;
  }
}

#blog .blog ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  height: 100%;
  text-decoration: none;
}

#blog .blog ul li a .blog_title {
  flex: 1;
  text-align: left;
  width: 100%;
}

#blog .blog ul li a .blog_photo {
  width: 100%;
  height: 60%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #blog .blog ul li a .blog_photo {
    height: 50vw;
  }
}

#blog .blog ul li span.date {
  display: block;
  padding: 0.6em 0;
}

#blog .blog ul li span.title {
  padding: 0 0 0;
  display: block;
}

.archive .blog {
  background-size: auto 100%;
  margin: 5vw auto;
  width:1080px;
}

.archive .blog_box {
  margin: 3vw 0;
}

.archive .blog ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: auto;
  justify-content: center;
}

@media screen and (max-width: 768px) {
	.archive .blog {
	  background-size: auto 100%;
    margin: 10vw 8%;
    width:84%;
	}
  .archive .blog ul {
    height: auto;
    flex-direction: column;
  }
}

.archive .blog ul li {
  width: 30%;
  margin: 0% 0% 0;
}

.archive .blog ul li:nth-child(3n-1) {
  margin: 0% 3% 0;
}

@media screen and (max-width: 768px) {
  .archive .blog ul li {
    width: 100%;
    margin: 0% 0% 5vw;
  }

  .archive .blog ul li:nth-child(3n-1) {
    margin: 0% 0% 5vw;
  }
}

.archive .blog ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  height: 100%;
  text-decoration: none;
}

.archive .blog ul li a .blog_title {
  flex: 1;
  text-align: left;
  width: 100%;
}

.archive .blog ul li a .blog_photo {
  width: 100%;
  height: 60%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .archive .blog ul li a .blog_photo {
    height: 50vw;
  }
}

.archive .blog ul li span.date {
  display: block;
  padding: 0.6em 0;
}

.archive .blog ul li span.title {
  padding: 0 0 0;
  display: block;
}


.blog_section{
  width:1080px;
  display: flex;
  margin: 10vw auto;
}

.gotolist_foot{
	text-align:center;
}

/*--------------------------------------------------------------
  news
--------------------------------------------------------------*/
#news{
	padding:50px 0;
}
.news_wrap{
	width:1080px;
	margin:30px auto;
}
.ttl_news{
	font-size: 2vw;
	margin-bottom:30px;
}
.head_cat{
	margin-bottom:40px;
}
.head_cat span{
	display:inline-block;
	text-align:center;
	min-width:90px;
	font-size:11px;
	color:#fff;
	background-color:#000;
	padding:0 5px 1px 5px;
	margin-left:20px;
	font-weight:normal;
}
.head_cat span.c_n_event{
	background-color:#000 !important;
}
.head_cat span.c_n_news{
	background-color:#000 !important;
}
.head_cat span.c_n_shop{
	background-color:#000 !important;
}
.head_cat span.c_n_update{
	background-color:#000 !important;
}
.entry-content{
	margin-bottom:50px;
}
@media screen and (max-width: 768px) {
	#news{
		padding:20px 0;
	}
	.news_wrap{
		width:84%;
		margin:20px auto;
	}
	.ttl_news{
		font-size: 5vw;
		margin-bottom:20px;
	}
	.head_cat{
		margin-bottom:20px;
	}
	.entry-content{
		margin-bottom:30px;
	}
}


/*--------------------------------------------------------------
  contact
--------------------------------------------------------------*/
.contactform {
	font-family: "Noto Serif JP", "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "HG譏取悃E", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", Helvetica, Avenir;
	max-width:1080px;
	margin:0 auto;
	/*
	color: #5d5d5d;
	*/
	padding: 50px 0;
}
.contact_box {
	padding-top:30px;
}
.contact_box .privacy {
	margin:0 auto;
	padding:30px 0;
	font-size:13px;
	width:90%;
}

.thanks{
	margin:80px 0 100px 0;
	padding:0 50px;
	text-align:center;
}
.thanks_ttl{
	font-size:30px;
	margin-bottom:30px;
}
@media screen and (max-width: 768px) {
	.thanks{
		margin:30px 0 50px 0;
		padding:0 20px;
		text-align:left;
	}
	.thanks_ttl{
		text-align:center;
		font-size:20px;
		margin-bottom:30px;
	}
}
/*--------------------------------------------------------------
 company
--------------------------------------------------------------*/
.company{

}
.company_box{
	width:86%;
	max-width:1080px;
	margin:50px auto 90px;
	font-size:;
}
.history_box{
	width:86%;
	max-width:1080px;
	margin:50px auto 90px;
}
.company_box dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.company_box dl :nth-child(1), .company_box dl :nth-child(2) {
    border: none;
}
.company_box dl dt {
    padding: 15px 20px 15px;
    margin-bottom: 0;
    width: 20%;
    -ms-flex: 20%;
    -webkit-box-flex: 20%;
    flex: 20%;
    border-top: 1px solid #ccc;
}
.company_box dl :nth-child(1), .company_box dl :nth-child(2) {
    border: none;
}
.company_box dl dd {
    padding: 15px 0 15px;
    margin-bottom: 0;
    width: 80%;
    -ms-flex: 80%;
    -webkit-box-flex: 80%;
    flex: 80%;
    border-top: 1px solid #ccc;
}


.history_box dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.history_box dl :nth-child(1), .history_box dl :nth-child(2) {
    border: none;
}
.history_box dl dt {
    padding: 15px 20px 15px;
    margin-bottom: 0;
    width: 20%;
    -ms-flex: 20%;
    -webkit-box-flex: 20%;
    flex: 20%;
    border-top: 1px solid #ccc;
}
.history_box dl :nth-child(1), .history_box dl :nth-child(2) {
    border: none;
}
.history_box dl dd {
    padding: 15px 0 15px;
    margin-bottom: 0;
    width: 80%;
    -ms-flex: 80%;
    -webkit-box-flex: 80%;
    flex: 80%;
    border-top: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
	.company{
		padding-top:50px;
	}
	.company_box{
		width:86%;
		margin:10px auto 50px;
	}
	.history_box{
		width:86%;
		margin:10px auto 50px;
	}
	.company_box dl {
	    display: block;
	}
	.company_box dl :nth-child(2) {
	    border-bottom:1px solid #ccc;
	}
	.company_box dl dt {
		width:100%;
	    padding: 15px 0 10px;
	    margin-bottom: 0;
	    border-top: none;
	}
	.company_box dl dd {
		width:100%;
	    padding: 0 0 10px;
	    margin-bottom: 0;
	    border-top: none;
	    border-bottom:1px solid #ccc;
	}


	.history_box dl {
	    display: block;
	}
	.history_box dl :nth-child(2) {
	    border-bottom:1px solid #ccc;
	}
	
	.history_box dl dt {
		width:100%;
	    padding: 15px 0 10px;
	    margin-bottom: 0;
	    border-top: none;
	}

	.history_box dl dd {
		width:100%;
	    padding: 0 0 10px;
	    margin-bottom: 0;
	    border-top: none;
	    border-bottom:1px solid #ccc;
	}
}


/*--------------------------------------------------------------
 privacy
--------------------------------------------------------------*/
.privacy{

}
.privacy_box{
	width:86%;
	max-width:1080px;
	margin:50px auto 90px;
	font-size:;
}
.privacy_box dl {

}

.privacy_box dl dt {
    padding: 0 0 30px 0;
}
.privacy_box dl dd {
    padding: 0 0 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
	.privacy{
		padding-top:50px;
	}
	.privacy_box{
		width:86%;
		margin:50px auto 90px;
		font-size:;
	}
	.privacy_box dl {

	}

	.privacy_box dl dt {
	    padding: 0 0 20px 0;
	}
	.privacy_box dl dd {
	    padding: 0 0 20px;
	    margin-bottom: 20px;
	    border-bottom: 1px solid #ccc;
	}
}

/*--------------------------------------------------------------
 about
--------------------------------------------------------------*/
.about{

}
.about_box{
	width:86%;
	max-width:1080px;
	margin:50px auto 90px;
	font-size:;
}
.about_box dl {

}

.about_box dl dt {
    padding: 0 0 30px 0;
}
.about_box dl dd {
    padding: 0 0 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
	.about{
		padding-top:50px;
	}
	.about_box{
		width:86%;
		margin:50px auto 90px;
		font-size:;
	}
	.about_box dl {

	}

	.about_box dl dt {
	    padding: 0 0 20px 0;
	}
	.about_box dl dd {
	    padding: 0 0 20px;
	    margin-bottom: 20px;
	    border-bottom: 1px solid #ccc;
	}
}

/*--------------------------------------------------------------
  pagenavi
--------------------------------------------------------------*/
.wp-pagenavi {
    clear: both;
    text-align:center;
}
.wp-pagenavi span.current {
    background:#000;
	color:#fff;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 8px;
    margin: 2px;
}

</pre></body></html>