.container {
  height: 100%;
  height: 100vh;
  position: relative;
  width: 100%;
}
/*#video {
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 overflow-x: hidden;
 min-height: 100%;
 min-height: 100vh;
 min-width: 100%;
 min-width: 100vw;
 min-width: 100vw;
 @media screen and (max-width:$sm-point) {
 min-width:100%;
 min-height:100%;
 position: relative;
 top: 50%;
 transform: translateY(-50%);
 }
 }*/
/*
 video {
 position: fixed;
 top: 50%;
 left: 50%;
 min-width: 100%;
 min-height: 100%;
 width: auto;
 height: auto;
 z-index: -100;
 transform: translateX(-50%) translateY(-50%);
 background-size: cover;
 transition: 1s opacity;
 }*/
/*ハンバーガーメニュー*/
input#open {
  display: none;
}
.sm-navi {
  display: none;
}
.menu-gloval-container {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
@media (max-width: 800px) {
  .menu-gloval-container {
    width: 80%;
    margin: 0 auto;
    background-image: url(../images/logo2.svg);
    background-repeat: no-repeat;
    background-position: bottom 20px right 0;
    background-size: 70%;
    background-color: transparent;
    width: 100%;
  }
}
.menu-gloval-container .menu {
  height: 100%;
}
#menu nav {
  width: 100%;
  margin: 0 auto;
  z-index: 290;
}
@media (max-width: 1100px) {
  #menu nav {
    width: 100%;
    /* position: relative;*/
    bottom: 0;
  }
}
#menu nav ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 800px) {
  #menu nav ul {
    display: flex;
    flex-wrap: wrap;
  }
}
#menu nav ul li {
  margin: 0 1%;
}
@media (max-width: 800px) {
  #menu nav ul li a {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .gmenu {
    display: flex;
    flex-wrap: wrap;
    align-items: bottom;
  }
}
.menu-logo {
  display: none;
}
@media (max-width: 800px) {
  .menu-logo {
    display: block;
  }
}
@media (max-width: 800px) {
  #menu label {
    display: none;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    display: block;
    background: #777;
    border-radius: 5px;
    z-index: 5000;
  }
  #menu label span {
    width: 60%;
    height: 4px;
    display: block;
    position: absolute;
    left: 20%;
    background-color: #fff;
    border-radius: 5px;
    /*ハンバーガーメニュー変化アニメーション*/
    transition: all 0.2s linear;
  }
  #menu label span:nth-of-type(1) {
    top: 10px;
    transform: rotate(0);
  }
  #menu label span:nth-of-type(2) {
    top: 18px;
    transform: scale(1);
  }
  #menu label span:nth-of-type(3) {
    bottom: 10px;
    transform: rotate(0);
  }
  #open:checked + label span:nth-of-type(1) {
    top: 18px;
    transform: rotate(-45deg);
  }
  #open:checked + label span:nth-of-type(2) {
    transform: scale(0);
  }
  #open:checked + label span:nth-of-type(3) {
    bottom: 18px;
    transform: rotate(45deg);
  }
  #menu .gmenu {
    top: -120%;
    background-color: rgba(255, 255, 255, 0.92);
    height: 100%;
    position: fixed;
    left: 0;
    transition: top 0.5s, bottom 0.5s;
    z-index: 500;
  }
  #menu .gmenu ul {
    display: block;
    margin-top: 60px;
  }
  #menu .gmenu ul li {
    margin: 20px 0;
  }
  #menu .gmenu ul li a {
    font-size: 1rem;
    margin: 0;
  }
  .toggle {
    cursor: pointer;
  }
  .toggle:hover {
    text-decoration: underline;
  }
  #open {
    display: none;
  }
  #open:checked ~ .gmenu {
    top: 0;
  }
  .nav {
    margin: 0;
    padding: 0;
  }
  .nav li {
    position: relative;
    list-style: none;
  }
  .nav li a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 40px;
    background: #333;
    text-decoration: none;
    border-right: 1px solid #eee;
    box-sizing: border-box;
    opacity: 1;
  }
  .nav > li:hover > a {
    /*layer-1*/
    color: white;
    background: #e20606;
  }
  .nav > li li:hover > a {
    /*layer-2*/
    color: white;
    background: #942c47;
  }
  .nav li ul {
    top: 40px;
    left: 0px;
    position: absolute;
    width: 100%;
    z-index: 1000;
  }
  .nav li ul li {
    overflow: hidden;
    height: 0;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
  }
  .nav li ul li a {
    border-top: 1px solid #eee;
    margin: 0;
    opacity: 1;
  }
  .nav li:hover > ul > li {
    overflow: visible;
    height: 50px;
    opacity: 1;
  }
}
@media (max-width: 800px) and (max-width: 800px) {
  #menu .gmenu ul li {
    margin: 20px;
  }
}
.fluid {
  max-width: 100%;
  height: auto;
}
.float {
  float: left;
  padding: 0 15px 15px 0;
}
@media (max-width: 800px) {
  .float {
    float: none;
    width: 100%;
    height: auto;
    padding: 0;
  }
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  clear: both;
  margin-bottom: 30px;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.main-contents {
  width: 90%;
  margin: 15px auto 30px auto;
  background-color: white;
  padding: 20px 40px 250px 40px;
  border-radius: 5px;
}
@media screen and (max-width: 800px) {
  .main-contents {
    width: 100%;
    margin: 15px 0 0px 0;
    border-radius: 0;
    padding: 10px;
  }
}
.main-contents:after {
  content: "";
  display: block;
  clear: both;
}
.bottom-space {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml-1-pc {
  margin-left: 30px;
}
@media (max-width: 800px) {
  .ml-1-pc {
    margin: 0 20px;
  }
}
.col-between {
  display: flex;
  justify-content: space-between;
}
.col-around {
  display: flex;
  justify-content: space-around;
}
.float-like {
  flex-wrap: wrap;
}
.float-l {
  float: left;
  margin-right: 20px !important;
}
.float-r {
  float: right;
  margin-left: 20px !important;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.justyfy {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 2048px) {
  .col-1-pc {
    width: 8.3333333333%;
    box-sizing: border-box;
  }
  .col-2-pc {
    width: 16.6666666667%;
    box-sizing: border-box;
  }
  .col-3-pc {
    width: 25%;
    box-sizing: border-box;
  }
  .col-4-pc {
    width: 33.3333333333%;
    box-sizing: border-box;
  }
  .col-5-pc {
    width: 41.6666666667%;
    box-sizing: border-box;
  }
  .col-6-pc {
    width: 50%;
    box-sizing: border-box;
  }
  .col-7-pc {
    width: 58.3333333333%;
    box-sizing: border-box;
  }
  .col-8-pc {
    width: 66.6666666667%;
    box-sizing: border-box;
  }
  .col-9-pc {
    width: 75%;
    box-sizing: border-box;
  }
  .col-10-pc {
    width: 83.3333333333%;
    box-sizing: border-box;
  }
  .col-11-pc {
    width: 91.6666666667%;
    box-sizing: border-box;
  }
  .col-12-pc {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 1100px) {
  .col-1-tab {
    width: 8.3333333333%;
    box-sizing: border-box;
  }
  .col-2-tab {
    width: 16.6666666667%;
    box-sizing: border-box;
  }
  .col-3-tab {
    width: 25%;
    box-sizing: border-box;
  }
  .col-4-tab {
    width: 33.3333333333%;
    box-sizing: border-box;
  }
  .col-5-tab {
    width: 41.6666666667%;
    box-sizing: border-box;
  }
  .col-6-tab {
    width: 50%;
    box-sizing: border-box;
  }
  .col-7-tab {
    width: 58.3333333333%;
    box-sizing: border-box;
  }
  .col-8-tab {
    width: 66.6666666667%;
    box-sizing: border-box;
  }
  .col-9-tab {
    width: 75%;
    box-sizing: border-box;
  }
  .col-10-tab {
    width: 83.3333333333%;
    box-sizing: border-box;
  }
  .col-11-tab {
    width: 91.6666666667%;
    box-sizing: border-box;
  }
  .col-12-tab {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 800px) {
  .col-1-sm {
    width: 8.3333333333%;
    box-sizing: border-box;
  }
  .col-2-sm {
    width: 16.6666666667%;
    box-sizing: border-box;
  }
  .col-3-sm {
    width: 25%;
    box-sizing: border-box;
  }
  .col-4-sm {
    width: 33.3333333333%;
    box-sizing: border-box;
  }
  .col-5-sm {
    width: 41.6666666667%;
    box-sizing: border-box;
  }
  .col-6-sm {
    width: 50%;
    box-sizing: border-box;
  }
  .col-7-sm {
    width: 58.3333333333%;
    box-sizing: border-box;
  }
  .col-8-sm {
    width: 66.6666666667%;
    box-sizing: border-box;
  }
  .col-9-sm {
    width: 75%;
    box-sizing: border-box;
  }
  .col-10-sm {
    width: 83.3333333333%;
    box-sizing: border-box;
  }
  .col-11-sm {
    width: 91.6666666667%;
    box-sizing: border-box;
  }
  .col-12-sm {
    width: 100%;
    box-sizing: border-box;
  }
}
input, select, textarea {
  border: 1px solid #aaa;
  padding: 10px;
  border-radius: 5px;
  color: #333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1100px) {
  input, select, textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.formtable {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .formtable {
    width: 90%;
    margin: 0 auto;
  }
  .formtable .form {
    margin: 0;
    padding: 0;
  }
  .formtable .form li {
    /*width:100%;*/
  }
  .formtable th, .formtable td {
    display: block;
    width: 100%;
  }
  .formtable input[type=checkbox] {
    width: auto;
  }
}
.formtable th {
  border-top: 1px solid #aaa;
  text-align: left;
  font-weight: 100;
  box-sizing: border-box;
  white-space: nowrap;
}
@media (max-width: 800px) {
  .formtable th {
    display: block;
    border: none;
    padding: 5px;
  }
}
.formtable td {
  border-top: 1px solid #aaa;
  padding: 15px;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .formtable td {
    display: block;
    border: none;
    padding: 5px;
    margin: 0;
  }
}
.btn {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 20px;
  background: -moz-linear-gradient(top, #4d9cd1 0%, #3c6fad);
  background: -webkit-gradient(linear, left top, left bottom, from(#4d9cd1), to(#3c6fad));
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  background-color: #4d9cd1;
  cursor: pointer;
  text-decoration: none;
}
.btn:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #fff;
  padding: 10px 20px;
  background: -moz-linear-gradient(top, #8bf7e5 0%, #59ba9a);
  background: -webkit-gradient(linear, left top, left bottom, from(#8bf7e5), to(#59ba9a));
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.btn2 a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  text-align: center;
  color: #ab667e;
  width: fit-content;
  padding: 10px 20px;
  background: #f0f0f0;
  border-radius: 5px;
  display: block;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
@media (max-width: 800px) {
  .btn2 a {
    font-size: 1.2rem;
    margin: 10px auto;
  }
}
.btn2 a:hover {
  background: #d8b8b8;
}
.table-1 {
  /*width: 90%;*/
  margin: 0 auto;
  margin-bottom: 15px;
  color: #333;
  border-bottom: 1px solid #666;
}
.table-1 th, .table-1 td {
  padding: 15px;
  vertical-align: top;
  border-top: 1px solid #666;
}
@media screen and (max-width: 700px) {
  .table-1 th, .table-1 td {
    /*display: block;*/
  }
  .table-1 th th, .table-1 td th {
    border-bottom: 1px;
  }
  .table-1 th td, .table-1 td td {
    border-bottom: 2px;
    margin-bottom: 5px;
  }
}
.table-1 th {
  border-top: 1px solid #aaa;
  padding: 15px 10px;
  white-space: nowrap;
}
@media screen and (max-width: 700px) {
  .table-1 th {
    border-bottom: none !important;
    border-top: 2px solid #aaa !important;
    /*display: block;*/
    white-space: normal;
  }
}
.koumoku {
  white-space: nowrap;
}
.table-1 {
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
}
.table-1 td {
  border-top: 1px solid #aaa;
  padding: 15px 10px;
}
@media screen and (max-width: 700px) {
  .table-1 td {
    /*display: block;*/
    white-space: normal;
  }
}
.table-1 tr:last-child {
  border-bottom: 1px solid #aaa;
}
.table-1 tr:nth-child(odd) {
  background-color: #fcfcfc;
}
/*
 Theme Name: お気楽ピアノ倶楽部
 Description:テーマの説明
 Theme URI: テーマの URL
 Author: studio99.99
 Author URI: 作った人の URL
 Version: バージョン
 License: ライセンス
 License URI: ライセンスの URL
 */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.4em;
}
html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  html, body {
    font-size: 16px;
  }
}
main {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  main {
    width: 100%;
    padding-top: 220px;
  }
}
@media (max-width: 640px) {
  main {
    width: 100%;
    padding-top: 200px;
  }
}
a:hover {
  opacity: 0.6;
}
.att {
  color: #ab667e;
}
.fluid-image {
  max-width: 100%;
  height: auto;
}
header {
  position: relative;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 800px) {
  header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
    background-color: white;
  }
}
header h1 {
  color: #ab667e;
  position: relative;
  z-index: 1800;
}
header h1 span {
  font-size: 1rem;
}
@media (max-width: 800px) {
  header h1 {
    width: 70%;
    margin-bottom: 0;
  }
}
header h2 {
  font-weight: normal;
  color: #333;
}
@media (max-width: 800px) {
  header h2 {
    margin-left: 5px;
  }
}
header .tel {
  font-size: 2rem;
  margin: 10px 0;
  text-align: right;
}
@media (max-width: 800px) {
  header .tel {
    font-size: 1.2rem;
  }
}
header .tel a {
  color: #333;
  text-decoration: none;
}
header .tel a img {
  height: 3rem;
  width: auto;
  opacity: 0.5;
}
@media (max-width: 800px) {
  header .tel a img {
    height: 1.5rem;
  }
}
header .menu {
  display: flex;
  justify-content: space-around;
  list-style-type: none;
}
header .menu li {
  text-align: center;
}
header .menu li span {
  color: #ab667e;
  font-size: 1.4rem;
  display: block;
}
@media (max-width: 800px) {
  header .menu li {
    text-align: left;
  }
}
header .menu a {
  color: #333;
  display: block;
  font-size: 2rem;
  text-decoration: none;
}
@media (max-width: 800px) {
  header .menu a {
    display: inline-block;
    margin: 0 10px;
  }
}
header .active {
  position: relative;
  z-index: 10000;
}
header .col-around {
  align-items: center;
}
.obj-a {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  z-index: 100;
}
.obj-b {
  position: absolute;
  width: 30%;
  z-index: 102;
  right: 0;
  bottom: 0;
}
.inner {
  width: 92%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 92;
}
.slider {
  position: relative;
}
.slider img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.copy {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  z-index: 100;
  font-size: 3.6rem;
  line-height: 1.8;
  color: white;
  text-shadow: 0 0 5px #817667;
  text-align: center;
  width: 80%;
  height: 40%;
}
@media (max-width: 800px) {
  .copy {
    position: relative;
    bottom: 0;
    left: auto;
    right: auto;
    font-size: 3vw;
    width: 90%;
    margin: 15px 5%;
    height: auto;
    top: 0;
    color: #333;
    text-shadow: none;
  }
}
.youtube {
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 50px;
  z-index: 500;
}
.youtube .yotu-playlist {
  width: 100%;
  height: auto;
}
@media (max-width: 800px) {
  .youtube {
    width: 100%;
    position: relative;
  }
}
/*toTOP*/
div.totop {
  display: none;
}
div.totop a {
  position: fixed;
  right: 3%;
  bottom: 150px;
  z-index: 100;
  width: 80px;
  border-radius: 10px;
  background-color: #c9b6c4;
  color: white;
  padding: 15px;
  display: block;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.5s;
}
@media (max-width: 800px) {
  div.totop a {
    bottom: 20px;
  }
}
div.totop a:hover {
  background-color: #ab667e;
}
.banner {
  height: auto;
  width: 100%;
  text-align: right;
}
.banner img {
  width: 300px;
}
.kotei {
  position: relative;
  width: calc(100% - 30px);
  height: 0;
  padding-bottom: calc(56.25% - 30px);
  overflow: hidden;
  margin: 15px 15px 50px 15px;
}
.kotei video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video {
  position: relative;
  width: 100%;
  padding: calc(315 / 560 * 100%) 0 0;
}
/*global*/
main .information {
  width: 50%;
  position: absolute;
  left: 2%;
  bottom: 2%;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 15px;
  border-radius: 10px;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  main .information {
    width: 100%;
    position: relative;
    right: auto;
    bottom: auto;
    background-color: none;
    padding: 15px;
    border-radius: 0;
  }
}
main h2 {
  position: relative;
  color: #333;
  margin-left: 5px;
}
@media (max-width: 800px) {
  main h2 {
    margin: 0 15px;
  }
}
main h2 span {
  position: absolute;
  top: -15px;
  left: 15px;
  color: #f8f5f6;
  font-size: 2rem;
  text-shadow: 3px 3px 1px #000, -3px 3px 1px #000, 3px -3px 1px #000, -3px -3px 1px #000, 3px 0px 1px #000, 0px 3px 1px #000, -3px 0px 1px #000, 0px -3px 1px #000;
}
@media (max-width: 800px) {
  main h2 span {
    font-size: 1.2rem;
    margin: 15px;
  }
}
main h3 {
  color: #333;
  font-weight: normal;
  font-size: 1.8rem;
  margin: 0;
}
@media (max-width: 800px) {
  main h3 {
    font-size: 1.2rem;
    margin-left: 5%;
  }
}
main .subcopy {
  font-size: 2rem;
  text-indent: 1rem;
  color: white;
}
@media (max-width: 800px) {
  main .subcopy {
    font-size: 1rem;
    text-indent: 0;
  }
}
main .shear {
  margin: 0 auto;
}
main .shear .banner {
  text-align: center;
}
main .shear .video iframe {
  width: 100%;
  height: auto;
}
main .shear .news-area {
  margin: 15px;
}
main .shear .news-area h2 {
  background: none;
  color: white;
  font-weight: normal;
  box-sizing: border-box;
}
main .shear .news-area h2 span {
  color: #ff7109;
  font-size: 1rem;
  display: inline;
  text-shadow: none;
  position: relative;
  left: auto;
  top: auto;
  padding-left: 1rem;
}
main .shear .news-area ul {
  border-top: 1px dashed #ccc;
  margin: 0 0 15px 0;
  padding: 0;
}
main .shear .news-area ul li {
  color: white;
  list-style: none;
  border-bottom: 1px dashed #ccc;
  padding: 15px 0;
  /*プロフィール*/
}
main h3.name {
  font-size: 2rem;
}
main .sub {
  font-size: 1.2rem;
  margin-left: 15px;
}
main .prof-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
main .prof-list ul {
  list-style: none;
  margin-left: 10%;
}
main .prof {
  line-height: 1.8;
  /*レッスン*/
}
main .lesson-h1 {
  background-image: url(images/ha1.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  text-indent: -9999px;
  padding-top: 19.32%;
}
@media (max-width: 800px) {
  main .lesson-h1 {
    background-image: url(images/ha1s.jpg);
    padding-top: 53.44%;
    margin-left: 0;
  }
}
main .lesson-h2 {
  background-image: url(images/ha2.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  text-indent: -9999px;
  padding-top: 19.32%;
}
@media (max-width: 800px) {
  main .lesson-h2 {
    background-image: url(images/ha2s.jpg);
    padding-top: 53.44%;
    margin-left: 0;
  }
}
main .lesson-h3 {
  background-image: url(images/ha3.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  text-indent: -9999px;
  padding-top: 19.32%;
}
@media (max-width: 800px) {
  main .lesson-h3 {
    background-image: url(images/ha3s.jpg);
    padding-top: 53.44%;
    margin-left: 0;
  }
}
main .lesson-area {
  border-bottom: 1px dotted #333;
  margin-bottom: 3rem;
}
main .lesson-area h4 {
  font-size: 1.8rem;
  font-weight: normal;
  color: #333;
  margin: 15px 0 5px 0;
}
@media (max-width: 800px) {
  main .lesson-area h4 {
    font-size: 1rem;
  }
}
main .lesson-area h4 span {
  background-color: #518743;
  border-radius: 3px;
  color: white;
  font-weight: bold;
  padding: 3px 6px;
  margin: 0 10px 0 0;
  font-size: 1.3rem;
}
@media (max-width: 800px) {
  /*blog*/
  main .lesson-area h4 span {
    font-size: 1rem;
    margin-bottom: 6px;
    display: block;
  }
}
main .blogcontents {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  max-width: 1280px;
  margin: auto;
}
main .blogcontents a {
  color: #333;
}
main .page-numbers {
  display: inline-block;
  margin: 15px 3px;
  border-radius: 2px;
  padding: 4px 10px;
  border: 1px solid #333;
}
main .page-numbers .current {
  color: #c9b6c4;
  /*お問い合わせ*/
}
main ul.form {
  list-style: none;
}
main .mw_wp_form {
  position: relative;
  z-index: 1000;
}
main .mw_wp_form .mw_wp_form_input {
  width: 80%;
  margin: 0 auto;
  font-size: 1.2rem;
}
main .mw_wp_form .mw_wp_form_input label {
  margin: 10px 0;
  display: block;
  padding: 15px 0;
}
main .mw_wp_form .mw_wp_form_input label span {
  width: 10rem;
  display: inline-block;
}
@media (max-width: 800px) {
  main .mw_wp_form .mw_wp_form_input {
    width: auto;
  }
}
main .mw_wp_form .mw_wp_form_input p {
  vertical-align: top;
}
footer {
  align-items: top;
  padding: 15px;
  border-top: 1px solid #333;
  margin-top: 2rem;
}
footer ul {
  padding: 15px;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 800px) {
  footer ul {
    display: block;
  }
}
footer ul li {
  text-align: left;
}
@media (max-width: 800px) {
  footer ul li {
    margin-bottom: 10px;
  }
}
footer ul li a {
  text-decoration: none;
  color: #333;
}
footer .col-around {
  align-items: center;
}
footer address {
  text-align: right;
  font-style: normal;
  font-size: 1.5rem;
}
@media (max-width: 800px) {
  footer address {
    text-align: center;
    font-size: 0.8rem;
  }
}
footer small {
  display: block;
  color: white;
  font-size: 0.5rem;
  text-align: center;
}
