@charset "utf-8";
/*
Theme Name: lamanda-themes
Theme URI: http://www.solution-sy.com/
Author: solution.STC
Author URI: http://www.crossdesign-company.co.jp  
Description: This is a default wordpress themes
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: 0 0;
  box-sizing: border-box;
}

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

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  /*font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS Mincho", "MS 明朝", "Meiryo", serif;*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
  width: 100%;
  overflow-x: hidden;
  --white:#fff;
  --lightgrey:#b4b4b4;
  --black:#000000;
  --red:#ff0000;
  --orange:#e8a246;
  --yellow:#f3cc02;
  --green:#226f00;
  --blue:#12337D;
  --pink:#db8ade;
  --themegreen:#1d3a01;
  --darkgreen:#102100;
}

address, caption, code, figcaption, pre, th {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}

blockquote, q {
  quotes: none;
}

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

fieldset, iframe, img {
  border: 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

caption, th {
  text-align: left;
}

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

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button {
  background: 0 0;
  border: 0;
  box-sizing: content-box;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  overflow: visible;
  vertical-align: inherit;
}

button:disabled {
  cursor: default;
}

audio:not([controls]) {
  display: none;
}

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select), :focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
  outline: 0;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

ul {
  list-style: none;
}

em {
  font-style: normal;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

::-webkit-scrollbar {
  width: 10px;
  border-radius:15px;
  background-color: #f3f3f3;
  border-left: 1px solid #dddddd;
}

::-webkit-scrollbar:hover {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 15px;
  background-color: var(--themegreen);
}

::-webkit-scrollbar-thumb:hover {
  background-color: #333;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: none;
}
/*hasbg*/
.hasbg{background-repeat:no-repeat;background-size:cover;background-position:center center;}
.hasbg:after{display:block;content:"";padding-top:100%;}
.hasbg>img{display:none;}


@font-face {
  font-family: 'iconfont';
  src: url('iconfont/iconfont.woff2?t=1666238971337') format('woff2'),
       url('iconfont/iconfont.woff?t=1666238971337') format('woff'),
       url('iconfont/iconfont.ttf?t=1666238971337') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/*sp mobile-btn*/
/* sp mobile-btn and nav css */

.spscreen {
  display: none; }
.mobilebtn{display:none;}
@media screen and (max-width: 768px) {
  .logged-in .mobilebtn{
    top:60px;
  }
  .mobilebtn {
    position: fixed;
    z-index: 110;
    top: 20px;
    right: 20px;
    display: block; }

  .mobilebtn div {
    width: 30px;
    height: 20px;
    background: none;
    cursor: pointer;
    display: block;
    position: relative;
    right: 0;
    top: 0;
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1); }

  .mobilebtn div span {
    width: 30px;
    height: 2px;
    top: 9px;
    background: var(--white);
    display: block;
    position: absolute;
    z-index: 5;
    left: 50%;
    margin: 0 0 0 -15px;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s; }

  .mobilebtn div span:nth-child(1) {
    -moz-transform: translateY(-9px);
    -webkit-transform: translateY(-9px);
    -o-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px); }

  .mobilebtn div span:nth-child(3) {
    -moz-transform: translateY(9px);
    -webkit-transform: translateY(9px);
    -o-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px); }

  .mobilebtn .active {
    transform:translateX(-200px) rotate(180deg); /* */}

  .mobilebtn .active span:nth-child(1) {
    transform: rotate3d(0, 0, 1, -45deg) !important;
    transform-origin: center center !important;/*0.71429px*/
    width: 30px !important; }

  .mobilebtn .active span:nth-child(2) {
    transform: rotate3d(0, 1, 0, -90deg) !important;
    width: 0!important;
  }

  .mobilebtn .active span:nth-child(3) {
    transform: rotate3d(0, 0, 1, 45deg) !important;
    transform-origin: center center !important;/*0.71429px */
    width: 30px !important; }

  .sp-wrapper-move {
    transform: translateX(0px) !important; }

  .spscreen {
    width: 200px;
    height: 100vh;
    position: fixed;
    z-index: 100;
    background: #333;
    right: 0;
    top: 0;
    transform: translateX(200px);
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    display: block; }

  .spscreen .sp-heading {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff; }

  .spscreen nav ul {
    padding: 0 15px; }

  .spscreen nav ul li:first-child {
    border-top: 1px solid #5d5d5d; }

  .spscreen nav ul li {
    border-bottom: 1px solid #5d5d5d; }

  .spscreen nav ul li a {
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    text-transform: uppercase;
    transition: .3s; }

  .spscreen nav ul li a:hover {
    background: #f2f2f2;
    color: #000; }

  .spscreen nav ul li ul{
    display:none;
  }
  .spscreen nav ul li a.current{position:relative;}
  .spscreen nav ul li a.current:after{content:"";border-top:5px solid #fff;border-left:5px solid transparent;border-right:5px solid transparent;position:absolute;top:50%;right:0;transform:translateY(-50%);transform-origin:center;}
  .spscreen nav ul li a.current.active:after{transform:rotate(180deg);}
  .spscreen nav ul li a:hover{background:#f2f2f2;color:#000;}
  .spscreen nav ul li ul{display:none;padding:0;}
  .spscreen nav ul li ul li a{font-size:12px;}
}

.spscreenmask{position:fixed;top:0;right:0;z-index:99;background:rgba(0,0,0,0.6);width:0%;height:100%;transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);}
.spscreenmask.spscreenmaskmove{width:100%;}


/*headerfixed*/
.headerfixed{position:fixed;top:0;left:0;z-index:90;width:100%;background:var(--themegreen);box-shadow: 0 0 5px 5px rgba(0,0,0,0.3);-webkit-animation: headeranimation .5s linear  0s 1;animation: headeranimation .5s linear  0s 1;}
.logged-in .headerfixed{top:32px;}
@keyframes headeranimation {
  0% {
    transform:translateY(-100%);
    opacity:0;
  }
  100% {
    transform:translateY(0);
    opacity:1;
  }
}
@-webkit-keyframes headeranimation {
  0% {
    transform:translateY(-100%);
    opacity:0;
  }
  100% {
    transform:translateY(0);
    opacity:1;
  }
}

/* header css */
header{position:relative;left:0;width:100%;display:flex;justify-content:space-between;background:var(--themegreen);transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);}

.sitelogo{width:300px;padding:20px 20px 20px 40px;display:flex;align-items:center;}

.headmain{ display:flex;}

.mainnavigation{display:flex;}
.mainnavigation ul{display:flex;align-items:center;}
.mainnavigation ul li{position:relative;padding:20px 40px;}
.mainnavigation ul li a{width:100%;font-size:18px;color:var(--white);display:flex;text-decoration:none;position:relative;z-index:1;transition:.4s ease-in-out;}
.mainnavigation ul li a:hover{color:var(--red);}
.mainnavigation ul li > a:after{content: "";position: absolute;left:0%;bottom: -5px;width: 100%;transform: scale(0) ;height: 2px;background: var(--red);opacity: 0;visibility: hidden;transition: .4s ease-in-out;}
.mainnavigation ul li > a:hover:after{opacity: 1;visibility: visible;transform:scale(1);}
.mainnavigation ul li ul{display:none;position:absolute;left:50%;transform:translateX(-50%);background:var(--grey);}
.mainnavigation ul li:hover ul{display:block;}
.mainnavigation ul li ul li a{text-align:center;padding:5px 10px;}
.mainnavigation ul li ul li a:after{display:none;}

.speciallinks a{overflow:hidden;display:flex;align-items:center;justify-content:center;color:var(--white);text-decoration:none; background:var(--green);padding:30px 80px;font-size:20px;font-weight:bold;position:relative;transition:.3s;}
.speciallinks a:hover{}
.speciallinks a:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transform:translateY(-101%);background:var(--themegreen);transition:.3s;}
.speciallinks a:hover:after{transform:translateY(0);}
.speciallinks a figure{width:80%;position:absolute;left:50%;top:50%;z-index:1;transform:translate(-50%,-50%);transform-origin:center;transition:.5s;}
.speciallinks a:hover figure{transform:translate(-50%,-50%) scale(1.1,1.1);}
.speciallinks a span{position:relative;z-index:2;letter-spacing:2px;}

@media screen and (max-width: 1820px) {
  .sitelogo{width:240px;padding:15px 0 15px 40px;}
  .mainnavigation ul li{padding:20px;}
  .speciallinks a{padding:30px 50px;}
}
@media screen and (max-width: 1520px) {
  .sitelogo{width:200px;padding:15px 0 15px 30px;}
  .mainnavigation ul li{padding:15px 10px;}
  .mainnavigation ul li > a{font-size:16px;}
  .speciallinks a{padding:20px 15px;font-size:16px;}
  .speciallinks a span{letter-spacing:1px;}
}
@media screen and (max-width: 1100px) {
  .sitelogo{width:160px;padding:10px 0 10px 20px;}
  .mainnavigation ul li{padding:10px;}
  .mainnavigation ul li > a{font-size:14px;}
  .speciallinks a{padding:15px 10px;font-size:14px;}
}
@media screen and (max-width: 960px) {
  .headmain{margin-right:70px;}
  .mainnavigation{display:none;}
}
@media screen and (max-width: 768px) {
  .sitelogo{width:180px;padding:15px 20px;}
  .speciallinks{display:none;}
}
/* /header css */
/*banner*/
.banner{position:relative;}
.banner .bannermain{}
.banner .bannermain li{overflow:hidden;}
.banner .bannermain figure{width:100%;height:90vh;position:relative;}
.banner .bannermain figure:after{content:"";padding-top:0;width:100%;height:100%;position:absolute;top:0;left:0;width:100%;}
.mascot{position:absolute;right:2%;bottom:5%;z-index:10;width:160px;}
/*-webkit-animation: picmove1 50s linear infinite 0s;
      -moz-animation: picmove1 50s linear infinite 0s;
      -ms-animation: picmove1 50s linear infinite 0s;
      -o-animation: picmove1 50s linear infinite 0s;
      animation: picmove1 50s linear infinite 0s;*/
@keyframes picmove1 {
 0% {
 -webkit-transform:scale(1, 1);
transform:scale(1, 1);
}
 50% {
 -webkit-transform:scale(1.2, 1.2);
transform:scale(1.2, 1.2);
}
 100% {
 -webkit-transform:scale(1, 1);
transform:scale(1, 1);
}
}
@media screen and (max-width: 1520px) {
  .banner .bannermain figure{height:70vh;}
  .mascot{width:100px;}
}
@media screen and (max-width: 1080px) {
  .banner .bannermain figure{height:50vh;}
  .mascot{bottom:2%;width:60px;}
}
@media screen and (max-width: 768px) {
  .banner{overflow:hidden;}
  .banner .bannermain figure{height:300px;}
  .mascot{width:30px;}
}
@media screen and (max-width: 528px) {
  .banner .bannermain figure{height:220px;}
  .banner .bannertext{padding:10px;}
  .banner .bannertext h1{font-size:20px;margin-bottom:5px;}
  .banner .bannertext p{font-size:12px;}
}

/*/banner*/

/* footer css */
.footcontact{background:var(--green);padding:90px 40px;overflow:hidden;transition:.5s;}
.footcontact a{display:flex;justify-content:center;position:relative;font-size:38px;letter-spacing:1em;color:var(--white);text-decoration:none;transition:.5s;}
.footcontact a figure{width:100%;max-width:800px;display:flex;justify-content:center;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transform-origin:center;transition:.6s;}
.footcontact:hover{background:var(--themegreen);}
.footcontact a:hover figure{transform:translate(-50%,-50%) scale(1.1,1.1);}
.footcontact a figure img{width:100%;}
.footcontact a span{font-family:"Noto Sans JP",serif;}

.footmain{padding:60px 40px;width:100%;background:var(--themegreen);}
.footlogo{display:flex;justify-content:center;width:100%;max-width:220px;margin:0 auto 50px;transition:.3s;}
.footmain>.footinner>hgroup{position:relative;display:flex;align-items:center;justify-content:center;margin:0 auto;max-width:400px;}
.footmain>.footinner>hgroup>a.youtube{position:absolute;right:0px;top:5px;width:50px;transition:.3s;}
.footmain>.footinner>hgroup>a.youtube:hover{transform:translatey(-5px);}
.footmenu{margin:20px auto;}
.footmenu ul{display:flex;justify-content:center;flex-wrap:wrap;}
.footmenu ul li{padding:0 20px;}
.footmenu ul li a{display:flex;justify-content:center;text-align:center;font-size:20px;color:var(--white);text-decoration:none;transition:.3s;}
.footmenu ul li a:hover{color:var(--red);}

.copyright{background:var(--darkgreen);width:100%;}
.copyright p{width:100%;max-width:1400px;margin:0 auto;padding:10px 40px;font-size:14px;text-align:center;color:#fff;}

@media screen and (max-width: 1520px) {
  .footcontact{padding:60px 40px;}
  .footcontact a{font-size:30px;}
  .footcontact a figure{max-width:500px;}
  .footmain{padding:50px 40px;}
  .footmenu ul li{padding:0 10px;}
  .footmenu ul li a{font-size:16px;}
}
@media screen and (max-width: 1080px) {
  .footcontact{padding:30px 20px;}
  .footcontact a{font-size:24px;}
  .footcontact a figure{max-width:300px;}

  .footmain{padding:30px 20px;}
  .footlogo{max-width:200px;margin:0 auto 30px;}
   .footmain>.footinner>hgroup{max-width:300px;}
   .footmain>.footinner>hgroup>a.youtube{top:0px;width:40px;}
  .footmenu{margin:10px auto;}
  .footmenu ul li{width:25%;padding:5px 10px;}
  .footmenu ul li a{font-size:14px;}
  .copyright p{padding:10px 20px;font-size:12px;}
}
@media screen and (max-width: 768px) {
  .footcontact{padding:20px;}
  .footcontact a{font-size:20px;}
  .footcontact a figure{max-width:240px;}
  .footlogo{max-width:160px;}
  .footmenu ul{justify-content:flex-start;}
  .footmenu ul li{width:33.333333%;padding:5px;}
  .copyright p{padding:5px 10px;}
}
@media screen and (max-width: 520px) {
  .footmenu ul li{width:50%;}
}
/* /footer css */

/*public*/
.part{padding:60px 40px;}
.partfull{padding:60px 0;}
.w1520{width:100%;max-width:1520px;margin:0 auto;}
.w1320{width:100%;max-width:1320px;margin:0 auto;}
.w1200{width:100%;max-width:1200px;margin:0 auto;}
.w1100{width:100%;max-width:1100px;margin:0 auto;}
.w1000{width:100%;max-width:1000px;margin:0 auto;}
@media screen and (max-width: 1080px) {
  .part{padding:30px 20px;}
  .partfull{padding:30px 0;}
}

.flex{display:flex;}
.flexwrap{flex-wrap: wrap;}
.justifyspacebetween{justify-content:space-between;}
.justifycenter{justify-content:center;}
.aligncenter{align-items:center;}
.flexcolumn{flex-direction:column;}
.flexrowreverse{flex-direction:row-reverse;}
.flexcenter{justify-content:center;align-items:center;}

.layout{display:flex;flex-wrap: wrap;}
.avcol2{width:50%;}
.avcol3{width:33.333333%;}
.avcol4{width:25%;}
.avcol5{width:20%;}
.avcol6{width:16.666667%;}
.pcimg{display:block;}
.spimg{display:none;}
@media screen and (max-width: 768px) {
.pcimg{display:none;}
.spimg{display:block;}
}

.t2{font-size:50px;}
.t3{font-size:36px;}
.t5{font-size:25px;}
.textcenter{text-align:center;}
@media screen and (max-width: 1520px) {
  .t2{font-size:36px;}
  .t3{font-size:26px;}
  .t5{font-size:20px;}
}
@media screen and (max-width: 1080px) {
  .t2{font-size:30px;}
  .t3{font-size:22px;}
  .t5{font-size:16px;}
}
@media screen and (max-width: 768px) {
  .t2{font-size:24px;} 
}

.ftnotoserif{font-family:"Noto Serif JP",serif}

.colororange{color:var(--orange);}
.colorblue{color:var(--blue);}
.colorred{color:var(--red);}
.colorgreen{color:var(--green);}
.colorthemegreen{color:var(--themegreen);}

.button{padding:10px;text-decoration:none;text-align:center;display:inline-block;color:var(--themegreen);border:1px solid var(--themegreen);background:var(--white);transition:.3s;}
.button:hover{text-decoration:none;background-color:var(--themegreen);color:var(--white);border:1px solid var(--white);}
.button.pinkbtn{color:var(--white);border:1px solid var(--pink);background-color:var(--pink);}
.button.pinkbtn:hover{background-color:var(--orange);border:1px solid var(--orange);}
.button.redbtn{color:var(--white);border:1px solid var(--red);background-color:var(--red);}
.button.redbtn:hover{background-color:var(--themegreen);border:1px solid var(--themegreen);}
.button.themebtn{color:var(--white);background-color:var(--green);border:1px solid var(--green);}
.button.themebtn:hover{background-color:var(--themegreen);}
.button.greybtn{color:var(--black);background:var(--lightgrey);border:1px solid var(--lightgrey);}
.button.greybtn:hover{}

.linkbtn{padding:10px 0;text-decoration:none;text-align:center;display:inline-flex;justify-content:space-between;align-items:center; color:var(--black);border-bottom:1px solid var(--black);transition:.3s;}
.linkbtn:hover{text-decoration:none;color:var(--green);border-bottom:1px solid var(--green);}
.linkbtn:after{content:"";display:block;width:10px;height:10px;border:solid var(--black);border-width:1px 1px 0 0;transform:rotate(45deg);margin-left:20px;transition:.3s;}
.linkbtn:hover:after{border:solid var(--green);border-width:1px 1px 0 0;}


.taglist{display:flex;flex-wrap:wrap;}
.tag{padding:5px 10px;display:block;text-align:center;border-radius:5px;}
.tagorange{color:var(--orange);border:1px solid var(--darkorange);}
.tagtheme{color:var(--white);background:var(--orange);}
.taggreen{color:var(--white);background:var(--green);}
.tagthemegreen{color:var(--white);background:var(--themegreen);}
.tagpink{color:var(--white);background:var(--pink);}

.card{position:relative;border:1px solid var(--pink);border-radius:15px;display:block;padding:10px;background:var(--white);text-decoration:none;color:var(--white);}
.cardtext{position:absolute;left:0;bottom:0;padding:30px 20px;}
.cardtext h3{font-size:32px;text-shadow:1px 0 1px var(--pink),-1px 0 1px var(--pink),0 1px 1px var(--pink),0 -1px 1px var(--pink);text-transform:uppercase;}
.cardtext h5{font-size:24px;text-shadow:1px 0 1px var(--pink),-1px 0 1px var(--pink),0 1px 1px var(--pink),0 -1px 1px var(--pink);}
.cardpic{width:100%;display:flex;justify-content:center;align-items:center;border-radius:10px;overflow:hidden;}
.cardpic figure{width:100%;height:100%;transition:.3s;}
.cardpic figure:after{padding-top:50%;}
.card:hover .cardpic figure{transform:scale(1.1,1.1);}
@media screen and (max-width: 1520px) {
  .card{padding:7px;}
  .cardtext{padding:20px;}
  .cardtext h3{font-size:26px;}
  .cardtext h5{font-size:20px;}
}
@media screen and (max-width: 1080px) {
  .card{padding:5px;}
  .cardtext h3{font-size:20px;}
  .cardtext h5{font-size:16px;}
}
@media screen and (max-width: 768px) {
  .cardtext h3{font-size:16px;}
  .cardtext h5{font-size:14px;}
}

.tablelist{}
.tablelist dl{display:flex;justify-content:space-between;flex-wrap:wrap;margin:20px auto; font-size:20px;}
.tablelist dl dt{width:230px;text-align:right;padding:10px;color:var(--green);font-weight:bold;}
.tablelist dl dd{width:calc(100% - 280px);padding:10px 30px;background:#f0f0f0;}
.tablelist dl dd a{color:var(--black);}
@media screen and (max-width: 1520px) {
  .tablelist dl{font-size:16px;}
  .tablelist dl dt{width:160px;}
  .tablelist dl dd{width:calc(100% - 200px);}
}
@media screen and (max-width: 1080px) {
  .tablelist dl{font-size:14px;}
  .tablelist dl dt{width:130px;padding:10px 5px;}
  .tablelist dl dd{width:calc(100% - 150px);padding:10px 20px;}
}
@media screen and (max-width: 768px) {
  .tablelist dl dt{width:100%;text-align:left;}
  .tablelist dl dd{width:100%;}
}

.tableorange{}
.tablebox.tableorange table{border:1px solid var(--darkorange);}
.tablebox.tableorange table thead tr th{background:var(--orange);color:var(--white);border-top:1px solid var(--orange);border-right:1px solid var(--lightorange);}
.tablebox.tableorange table thead tr th:first-child{border-left:1px solid var(--orange);}
.tablebox.tableorange table thead tr th:last-child{border-right:1px solid var(--orange);}
.tablebox.tableorange table tbody tr th{border:1px solid var(--orange);color:var(--orange);}
.tablebox.tableorange table tbody tr td{border:1px solid var(--orange);}


.tablebox{}
.tablebox table{width:100%;border:2px solid var(--black);}
.tablebox table thead{}
.tablebox table thead tr{}
.tablebox table thead tr th{border:2px solid var(--black);padding:10px;font-weight:bold;text-align:center;vertical-align: middle;font-size:18px;/*width:25%;*/}
.tablebox table tbody tr th{border:2px solid var(--black);padding:10px;font-weight:bold;font-size:18px;text-align:center;vertical-align: middle;}
.tablebox table tbody tr td{border:2px solid var(--black);padding:10px;text-align:center;vertical-align: middle;font-size:16px;}
@media screen and (max-width: 1520px) {
  .tablebox table thead tr th{font-size:16px;padding:10px 5px;}
  .tablebox table tbody tr th{font-size:16px;padding:10px 5px;}
  .tablebox table tbody tr td{padding:10px 5px;}
}
@media screen and (max-width: 1080px) {
  .tablebox table thead tr th{border:1px solid var(--black);font-size:14px;padding:5px;}
  .tablebox table tbody tr th{border:1px solid var(--black);font-size:14px;padding:5px;}
  .tablebox table tbody tr td{border:1px solid var(--black);font-size:14px;padding:5px;}
}
@media screen and (max-width: 768px) {
  .tablebox table tbody tr th{font-size:12px;padding:5px;}
  .tablebox table tbody tr td{font-size:12px;padding:5px;}
}
@media screen and (max-width: 460px) {
  .tablebox table thead tr th{font-size:12px;padding:3px 2px;}
  .tablebox table tbody tr th{font-size:10px;padding:3px 2px;}
  .tablebox table tbody tr td{font-size:10px;padding:3px 2px;}
  
}
.tableinfo{}
.tableinfo ul{margin-bottom:30px;}
.tableinfo ul li{font-size:18px;line-height:1.8;text-indent:-1em;padding-left:1em;}
.tableinfo p{font-size:18px;line-height:1.8;text-indent:1em;}
@media screen and (max-width: 1520px) {
  .tableinfo ul li{font-size:16px;}
  .tableinfo p{font-size:16px;}
}
@media screen and (max-width: 1080px) {
  .tableinfo ul{margin-bottom:15px;}
  .tableinfo ul li{font-size:14px;}  
  .tableinfo p{font-size:14px;}  
}

.tabmenu{display:flex;justify-content:center;list-style-type:none;}
.tabmenu .tabitem{margin:0 30px;}
.tabmenu .tabitem .tag{padding:15px 160px;width:100%;display:block;text-align:center;}
.tablist{margin:50px auto;}
.tablist div{display:none;}
.tablist div.current{display:block;}

.videobox{background:url(img/video.jpg) no-repeat;background-position:center;background-size:cover;min-height:500px;}

@media screen and (max-width: 1080px) {
  .videobox{min-height:350px;}
}


@media screen and (max-width: 1520px) {
  .tabmenu .tabitem{margin:0 20px;}
  .tabmenu .tabitem .tag{padding:15px 80px;}
}
@media screen and (max-width: 1080px) {
  .tabmenu .tabitem .tag{padding:15px 30px;}
  .tablist{margin:30px auto;}
}

@media screen and (max-width: 768px) {
  .tabmenu .tabitem .tag{padding:10px;}
}

.mask{background:url(img/topicsmask.png) repeat;}

.twocolumn{display:flex;justify-content:space-between;flex-wrap:wrap;}
.text{font-size:20px;}
.pic{}
@media screen and (max-width:1520px){
  .text{font-size:16px;}
}
@media screen and (max-width:1080px){
  .text{font-size:14px;}
}

.wide{text-align:center;}
.wide p{margin-bottom:50px;font-size:18px;line-height:2;}
@media screen and (max-width: 1520px) {
  .wide p{margin-bottom:30px;font-size:16px;line-height:1.8;}
}
@media screen and (max-width: 1080px) {
  .wide p{margin-bottom:20px;font-size:14px;}
}

.form input[type="text"],.form input[type="email"],.form input[type="tel"],.form textarea{width:100%;padding:10px;background:var(--white);border:1px solid #d2d2d2;border-radius:3px;}
.form input[type="text"]:focus,.form input[type="email"]:focus,.form input[type="tel"]:focus,.form textarea:focus,.form input[type="file"]{border:1px solid var(--green);}
.form dl{display:flex;justify-content:space-between;flex-wrap:wrap;padding:10px 0;font-size:18px;}
.form dl dt{display:flex;align-items:flex-start; width:260px;}
.form dl dt .tag{padding:3px 10px;font-size:16px;margin-left:20px;}
.form dl dd{width:calc(100% - 260px);}
.form .btngroup{margin-top:50px;display:flex;justify-content:center;}
.form .btngroup .button{border-radius:0px;padding:15px 60px;margin:0 10px;}
.radiobox{display:flex;flex-wrap:wrap;}
.radiobox .mwform-radio-field + .horizontal-item{margin-left:0;}
.radiobox label{display:inline-flex;margin-right:2em;min-width:11em;}
.radiobox input{margin-right:10px;}
@media screen and (max-width: 1520px) {
  .form dl{font-size:16px;}
  .form dl dt{width:240px;}
  .form dl dd{width:calc(100% - 240px);}
  .form dl dt .tag{font-size:14px;}
  .form .btngroup{margin-top:30px;}
}
@media screen and (max-width: 1080px) {
  .form dl{font-size:14px;}
  .form dl dt{width:200px;}
  .form dl dd{width:calc(100% - 200px);}
  .form dl dt .tag{font-size:12px;padding:3px 7px;margin-left:10px;}
  .form .btngroup{margin-top:20px;}
  .form .btngroup .button{padding:10px 30px;}
}
@media screen and (max-width: 768px) {
  .form dl dt{width:100%;margin-bottom:5px;}
  .form dl dd{width:100%;}
  .radiobox label{width:100%;}
}

/*paging*/
.paging{margin-top:50px;display:flex;justify-content: center;align-items:center;}
.paging .page-numbers{border:1px solid var(--orange);margin:5px;padding: 10px 16px;text-align: center;color:var(--black);background:var(--white);text-decoration:none; }
.paging .page-numbers:hover{background:var(--orange);color:var(--white);border:1px solid var(--orange);}
.paging .page-numbers.current{border:1px solid transparent; color:var(--white);background:var(--orange);}
.paging .page-numbers.current:hover{background:var(--orange);color:var(--white);border:1px solid var(--orange);}
@media screen and (max-width: 1080px) {
  .paging .page-numbers{margin:3px;padding: 5px 8px;}
}
/*scrolltop*/
.scrolltop{position: fixed;right: 2%;bottom:5%;z-index: 70;transition:.5s;background: var(--darkgreen);color:#fff;width: 50px;height: 50px;display: flex;justify-content: center;align-items: center;text-decoration:none;padding:15px 10px 10px 10px;border-radius:50%;}
.scrolltop:after{content:"";display:block;width:16px;height:16px;border:solid #fff;border-width:2px 2px 0 0;transform:rotate(-45deg);}
@media screen and (max-width: 1080px) {
  .scrolltop{width: 40px;height: 40px;padding:5px 0 0 0;}
}

/*googlemap*/
.googlemap{width:100%;height:450px;overflow:hidden;line-height:1;}
.googlemap iframe{width:100%;height:450px;background:url(img/googlemap.jpg) no-repeat;background-color:var(--grey);background-position:center;}
@media screen and (max-width:1080px){
  .googlemap{height:350px;}
  .googlemap iframe{height:350px;}
}
@media screen and (max-width:768px){
  .googlemap{height:300px;}
  .googlemap iframe{height:300px;}
}
@media screen and (max-width:520px){
  .googlemap{height:240px;}
  .googlemap iframe{height:240px;}
}

.newsitem a{display:flex;justify-content:space-between;flex-wrap:wrap;font-size:18px;padding:20px 0;text-decoration:none;color:var(--black);transition:.3s; }
.newsitem a:hover{/*color:var(--white);*/background:#226f0080;}
.newsitem a span{width:200px;}
.newsitem a>p,.newsitem a>div{width:calc(100% - 200px);}

@media screen and (max-width:1520px){
  .newsitem a{font-size:16px;padding:15px 0;}
  .newsitem a span{width:160px;}
  .newsitem a>p,.newsitem a>div{width:calc(100% - 160px);}
}
@media screen and (max-width:1080px){
  .newsitem a{font-size:14px;padding:10px 0;}
  .newsitem a span{width:140px;}
  .newsitem a>p,.newsitem a>div{width:calc(100% - 140px);}
}
@media screen and (max-width:768px){
  .newsitem a span{width:100%;}
  .newsitem a>p,.newsitem a>div{width:100%;}
}

.newstitle{margin-bottom:10px;}
.newsinfo{border-bottom:1px solid var(--green);margin-bottom:50px;display:flex;justify-content:flex-start;}
.content{font-size:18px;line-height:2;}
@media screen and (max-width: 1520px) {
  .content{font-size:16px;line-height:1.8;}
}
@media screen and (max-width: 1080px) {
  .newstitle{margin-bottom:5px;}
  .newsinfo{margin-bottom:30px;}
  .content{font-size:14px;}
}


.scheduleitem{}
.scheduleitem a {padding:20px 0;display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;font-size:18px;text-decoration:none;color:var(--black);transition:.3s;}
.scheduleitem a:hover{background:#226f0080;}
.scheduleitem a > figure{width:240px;}
.scheduleitem a > figure:after{padding-top:130%;}
.scheduleitem a > div{width:calc(100% - 260px);}
.scheduleitem a > div > span{display:block;}
.scheduleitem a > div em{font-style:normal;color:var(--green);font-weight:bold;}
.scheduleitem a > div > div{}
@media screen and (max-width:1520px){
  .scheduleitem a{font-size:16px;padding:15px 0;}
  .scheduleitem a>figure{width:180px;}
  .scheduleitem a>div{width:calc(100% - 200px);}
}
@media screen and (max-width:1080px){
  .scheduleitem a{font-size:14px;padding:10px 0;}
}
@media screen and (max-width:768px){
  .scheduleitem a > figure{width:140px;}
  .scheduleitem a>div{width:calc(100% - 160px);}
}


.textstroke{/*text-shadow:*/text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px  1px 0 #fff, 1px  1px 0 #fff,-2px -2px 0 #fff,2px -2px 0 #fff,-2px  2px 0 #fff, 2px  2px 0 #fff;-webkit-text-stroke: 1px #fff; }
@media screen and (max-width:1080px){
  .textstroke{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px  1px 0 #fff, 1px  1px 0 #fff;-webkit-text-stroke: 0px #fff;}
}

.textshadow{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px  1px 0 #fff, 1px  1px 0 #fff,-2px -2px 0 #fff,2px -2px 0 #fff,-2px  2px 0 #fff, 2px  2px 0 #fff, 3px  3px 3px #c3c3c3;}

.pagebanner{position:relative;}
.pagebanner figure{width:100%;height:500px;}
.pagebanner figure:after{padding-top:0;}
.pagebannertext{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;}
.pagebannertext h1{color:var(--white);font-size:50px;width:100%;padding:0 20px;text-align:center;}
@media screen and (max-width:1520px){
  .pagebanner figure{height:450px;}
  .pagebannertext h1{font-size:38px;}
}
@media screen and (max-width:1080px){
  .pagebanner figure{height:300px;}
  .pagebannertext h1{font-size:30px;}
}
@media screen and (max-width:768px){
  .pagebanner figure{height:240px;}
  .pagebannertext h1{font-size:24px;}
}

.lamandamap{padding:10px;border:1px solid #bdbdbd;width:100%;max-width:650px;}
.lamandamap img{width:100%;}
/*/public*/

/*home*/
.homelive{position:relative;}
.homelive:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:url(img/homelivebg.jpg) no-repeat;background-size:cover;background-position:center;opacity:0.3;}
.homelive .homelivemain{position:relative;z-index:1;}
.homelive .homelivemain .twocolumn .title{width:calc(45% - 50px);}
.homelive .homelivemain .twocolumn .title .titlegroup{width:100%;max-width:600px;margin:0 auto;}
.homelive .homelivemain .twocolumn .title .titlegroup h2{ text-transform:uppercase; margin-bottom:20px;}
.homelive .homelivemain .twocolumn .title .titlegroup h5{}
.homelive .homelivemain .twocolumn .title .newslist .scheduleitem a > div{width:100%;}
.homelive .homelivemain .twocolumn .text{width:calc(55% - 50px);}
.homelive .homelivemain .twocolumn .newslist .newsitem{border-bottom:1px dotted var(--black);}
@media screen and (max-width:1520px){
  .homelive .homelivemain .twocolumn .title{width:calc(42% - 30px);}
  .homelive .homelivemain .twocolumn .text{width:calc(58% - 30px);}
}
@media screen and (max-width:1080px){
  .homelive .homelivemain .twocolumn .title{width:300px;}
  .homelive .homelivemain .twocolumn .title .titlegroup{max-width:380px;}
  .homelive .homelivemain .twocolumn .title .titlegroup h2{margin-bottom:10px;}
  .homelive .homelivemain .twocolumn .text{width:calc(100% - 320px);}
}
@media screen and (max-width:768px){
  .homelive .homelivemain .twocolumn .title{width:100%;max-width:500px;margin:0 auto 20px;}
  .homelive .homelivemain .twocolumn .title .titlegroup{text-align:center;}
  .homelive .homelivemain .twocolumn .text{width:100%;max-width:500px;margin:0 auto;}
}
@media screen and (max-width:520px){
	.homelive .homelivemain .twocolumn .text .newslist .scheduleitem a{padding:10px;max-width:380px;margin:0 auto;}
	.homelive .homelivemain .twocolumn .text .newslist .scheduleitem a > figure{width:100%;margin-bottom:10px;}
	.homelive .homelivemain .twocolumn .text .newslist .scheduleitem a > div{width:100%;}
}

/*hometopics*/
.hometopics .twocolumn .text{width:calc(50% - 20px);padding:50px 0;/*padding:50px 60px 0 160px;*/}
.hometopics .twocolumn .text .newstop{width:100%;max-width:700px;margin:0 auto 50px;display:flex;justify-content:space-between;flex-wrap:wrap;}

.hometopics .twocolumn .text .newslist{width:100%;max-width:700px;margin:0 auto;}
.hometopics .twocolumn .pic{width:45%;}
.hometopics .twocolumn .pic figure:after{padding-top:70%;}
@media screen and (max-width:1520px){
  .hometopics .twocolumn .text{padding:50px 40px 0;}
  .hometopics .twocolumn .text .newstop{max-width:600px;}
  .hometopics .twocolumn .text .newslist{max-width:600px;}
}
@media screen and (max-width:1080px){
  .hometopics .twocolumn .text{width:calc(50% - 10px);padding:30px 20px 0;}
  .hometopics .twocolumn .text .newstop{max-width:500px;margin:0 auto 30px;}
  .hometopics .twocolumn .text .newslist{max-width:500px;}
}
@media screen and (max-width:768px){
  .hometopics .twocolumn .text{width:100%;padding:0 20px;margin:0 auto 30px;}
  .hometopics .twocolumn .pic{width:100%;}
}


/*homelinks*/
.linklist ul{margin-right:-50px;margin-bottom:-50px;}
.linklist ul li{padding-right:50px;margin-bottom:50px;}
@media screen and (max-width: 1520px) {
  .linklist ul{margin-right:-30px;margin-bottom:-30px;}
  .linklist ul li{padding-right:30px;margin-bottom:30px;}
}
@media screen and (max-width: 1080px) {
  .linklist ul{margin-right:-20px;margin-bottom:-20px;}
  .linklist ul li{padding-right:20px;margin-bottom:20px;}
}
@media screen and (max-width: 768px) {
  .linklist ul li{width:50%;}
}
@media screen and (max-width: 568px) {
  .linklist ul li{width:100%;}
}


.homeaccess{position:relative;overflow:hidden;}
.homeaccess:after{content:"";position:absolute;top:0;left:0;width:100%;height:660px;transform:translateY(-60%) skewY(-10deg);background:var(--themegreen);}
.homeaccess .homeaccessmain{position:relative;z-index:1;}
.homeaccess .titlegroup{color:var(--white);margin-bottom:80px;}
.homeaccess .titlegroup .t2{font-weight:normal;text-transform:uppercase;}
.homeaccess .titlegroup .t5{letter-spacing:0.1em;}
.homeaccess .twocolumn .pic{width:calc(100% - 800px);position:relative;height:100%;}
.homeaccess .twocolumn .pic:after{content:"";position:absolute;right:-20px;top:20px;background:#f4f4f4;width:100%;height:100%;}
.homeaccess .twocolumn .pic figure{position:relative;z-index:10;padding:15px;border:1px solid #c4c4c4;background-color:var(--white);}
.homeaccess .twocolumn .pic figure img{width:100%;}
.homeaccess .twocolumn .text{width:660px;font-size:18px;line-height:2;}
.homeaccess .twocolumn .text .t3{margin:30px auto;}
.homeaccess .twocolumn .text p{margin-bottom:15px;}
.homeaccess .twocolumn .text div{padding:10px 0;border-bottom:1px dotted var(--black);}
.homeaccess .twocolumn .text div .small{font-size:80%;}
.homeaccess .twocolumn .text div ol{margin-bottom:20px;list-style:none;}
.homeaccess .twocolumn .text div ol li{text-indent:-1em;padding-left:1em;line-height:1.6;}

.homeshop{margin:50px auto 0;}
.homeshop .t3{margin-bottom:50px;}
.homeshop ul{display:flex;justify-content:space-between;flex-wrap:wrap;}
.homeshop ul li{width:calc(50% - 20px);margin-bottom:30px;}
.homeshop ul li p{font-size:18px;line-height:1.6;margin-bottom:20px;}
.homeshop ul li p a{color:var(--black);}
@media screen and (max-width: 1520px) {
  .homeaccess:after{height:500px;}
  .homeaccess .twocolumn{align-items:flex-end;}
  .homeaccess .twocolumn .pic{width:calc(100% - 700px);}
  .homeaccess .twocolumn .pic:after{right:-10px;top:10px;}
  .homeaccess .twocolumn .pic figure{padding:10px;}
  .homeaccess .twocolumn .text{font-size:16px;line-height:1.8;}
  .homeaccess .twocolumn .text .t3{}
  .homeaccess .twocolumn .text p{margin-bottom:10px;}
  .homeshop{margin:30px auto 0;}
  .homeshop .t3{margin-bottom:30px;}
  .homeshop ul li{width:calc(50% - 10px);margin-bottom:20px;}
  .homeshop ul li p{font-size:16px;margin-bottom:10px;}
}
@media screen and (max-width: 1080px) {
  .homeaccess:after{height:300px;}
  .homeaccess .titlegroup{margin-bottom:50px;}
  .homeaccess .twocolumn{align-items:flex-start;}
  .homeaccess .twocolumn .pic{width:calc(100% - 540px);}
  .homeaccess .twocolumn .pic figure{padding:5px;}
  .homeaccess .twocolumn .text{width:500px;font-size:14px;}
  .homeaccess .twocolumn .text .t3{margin:20px auto;}
  .homeaccess .twocolumn .text div{padding:5px 0;}
  .homeshop .t3{margin-bottom:20px;}
  .homeshop ul li p{font-size:14px;}
}
@media screen and (max-width: 920px) {
  .homeaccess .twocolumn .pic{width:calc(100% - 420px);}
  .homeaccess .twocolumn .text{width:380px;font-size:14px;}
  .homeaccess .twocolumn .text div ol{margin-bottom:10px;}
}
@media screen and (max-width: 768px) {
  .homeaccess .twocolumn{max-width:500px;margin:0 auto;}
  .homeaccess .twocolumn .pic{width:100%;}
  .homeaccess .twocolumn .text{width:100%;}
  .homeshop{max-width:500px;margin:20px auto 0;}
  .homeshop ul li{width:100%;}
}

/*home*/

/*classroom*/
.classroom .t2{margin-bottom:60px;}
.classroom .twocolumn .text{font-size:18px;line-height:1.8;}
.classroom .twocolumn .text a{font-weight:bold;color:var(--black);text-decoration:none;margin-left:1.5em;}
.classroom .twocolumn .text a:hover{color:var(--green);}
.classroomtop .twocolumn .text{width:calc(100% - 620px);}
.classroomtop .twocolumn .pic{width:580px;}
.classroomtop .twocolumn .pic .tag{max-width:420px;margin:30px auto 0;padding:20px;font-size:20px;font-weight:bold;}
.classroombot .twocolumn .text{width:calc(50% - 50px);}
.classroombot .twocolumn .pic{width:calc(50% - 50px);}
.classroom .tablebox{margin-bottom:50px;}
.classroom .tablebox h5{font-size:20px;margin-bottom:20px;}
.classroom .tablebox table thead tr th{width:calc(100% / 6);}
.classroom .tableinfo .button{display:flex;justify-content:center;max-width:420px;padding:15px;margin:50px auto 0;text-align:center;font-weight:bold;font-size:18px;}
@media screen and (max-width: 1520px) {
  .classroom .t2{margin-bottom:30px;}
  .classroom .twocolumn .text{font-size:16px;}
  .classroomtop .twocolumn .text{width:calc(100% - 420px);}
  .classroomtop .twocolumn .pic{width:380px;}
  .classroomtop .twocolumn .pic .tag{max-width:300px;margin:20px auto 0;padding:15px;font-size:16px;}
  .classroombot .twocolumn .text{width:calc(50% - 30px);}
  .classroombot .twocolumn .pic{width:calc(50% - 30px);}
  .classroom .tablebox h5{font-size:16px;}
  .classroom .tableinfo .button{max-width:350px;font-size:16px;}
}
@media screen and (max-width: 1080px) {
  .classroom .t2{margin-bottom:20px;}
  .classroom .twocolumn .text{font-size:14px;}
  .classroomtop .twocolumn .text{width:calc(100% - 320px);}
  .classroomtop .twocolumn .pic{width:300px;}
  .classroomtop .twocolumn .pic .tag{max-width:240px;margin:15px auto 0;padding:10px;font-size:14px;}
  .classroombot .twocolumn .text{width:calc(50% - 20px);}
  .classroombot .twocolumn .pic{width:calc(50% - 20px);}
  .classroom .tablebox{margin-bottom:30px;}
  .classroom .tablebox h5{font-size:14px;margin-bottom:10px;}
  .classroom .tableinfo .button{max-width:300px;font-size:14px;padding:10px;margin:30px auto 0;}
}
@media screen and (max-width: 768px) {
  .classroomtop .twocolumn .text{width:100%;margin:0 auto 20px;}
  .classroomtop .twocolumn .pic{width:100%;max-width:300px;margin:0 auto;}
  .classroombot .twocolumn .text{width:100%;margin:0 auto 20px;}
  .classroombot .twocolumn .pic{width:100%;max-width:380px;margin:0 auto;}
  .classroom .tableinfo .button{max-width:240px;}
}


/*musicandkaraoke*/
.musicandkaraoke .titlegroup{margin-bottom:60px;}
.musicandkaraoke .tablebox{margin-bottom:50px;}
.musicandkaraoke .tablebox h5{margin-bottom:20px;font-size:20px;}
.musicandkaraoke .tablebox table tr td{width:25%;background:var(--white);}
.musicandkaraoke .tableinfo{margin-bottom:50px;}
.musicandkaraoke .tableinfo p{text-indent:0;}
.musicandkaraoke .content h5{margin-bottom:30px;font-size:18px;line-height:1.8;}
.musicandkaraoke .content h6{margin-bottom:10px;font-size:18px;line-height:1.8;}
.musicandkaraoke .content p{margin-bottom:30px;font-size:18px;line-height:1.8;}

.musicandkaraoketop{position:relative;}
.musicandkaraoketop:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:url(img/homelivebg.jpg) no-repeat;background-size:cover;background-position:center;opacity:0.3;}
.musicandkaraoketop .musicandkaraokemain{position:relative;z-index:1;}
.musicandkaraoke .twocolumn .text p{margin-bottom:30px;font-size:18px;line-height:1.8;}
.musicandkaraoke .twocolumn .pic .tag{padding:15px;max-width:420px;margin:20px auto 0;}

.musicandkaraoketop .twocolumn .text{width:calc(100% - 660px);}
.musicandkaraoketop .twocolumn .text .telbtn{font-size:60px;color:var(--green);margin:50px auto 0;font-weight:bold;text-decoration:none;transition:.3s;}
.musicandkaraoketop .twocolumn .text .telbtn:hover{color:var(--themegreen);}
.musicandkaraoketop .twocolumn .pic{width:580px;}

.musicandkaraokebot .twocolumn{margin-bottom:80px;}
.musicandkaraokebot .twocolumn .text{width:calc(100% - 700px);}
.musicandkaraokebot .twocolumn .pic{width:580px;}

@media screen and (max-width: 1520px) {
  .musicandkaraoke .titlegroup{margin-bottom:30px;}
  .musicandkaraoke .tablebox{margin-bottom:30px;}
  .musicandkaraoke .tablebox h5{margin-bottom:15px;font-size:18px;}
  .musicandkaraoke .tableinfo{margin-bottom:30px;}
  .musicandkaraoke .content h5{margin-bottom:20px;font-size:16px;}
  .musicandkaraoke .content h6{margin-bottom:10px;font-size:16px;}
  .musicandkaraoke .content p{margin-bottom:30px;font-size:16px;}
  .musicandkaraoke .twocolumn .text p{margin-bottom:20px;font-size:16px;}
  .musicandkaraoke .twocolumn .pic .tag{padding:15px 10px;max-width:320px;}
  .musicandkaraoketop .twocolumn .text{width:calc(100% - 500px);}
  .musicandkaraoketop .twocolumn .text .telbtn{font-size:38px;margin:30px auto 0;}
  .musicandkaraoketop .twocolumn .pic{width:380px;}
  .musicandkaraokebot .twocolumn .text{width:calc(100% - 540px);}
  .musicandkaraokebot .twocolumn .pic{width:380px;}
}
@media screen and (max-width: 1080px) {
  .musicandkaraoke .tablebox{margin-bottom:30px;}
  .musicandkaraoke .tablebox h5{margin-bottom:10px;font-size:16px;}
  .musicandkaraoke .tableinfo{margin-bottom:20px;}
  .musicandkaraoke .content h5{margin-bottom:15px;font-size:14px;}
  .musicandkaraoke .content h6{margin-bottom:5px;font-size:14px;}
  .musicandkaraoke .content p{margin-bottom:20px;font-size:14px;}
  .musicandkaraoke .twocolumn .text p{margin-bottom:10px;font-size:14px;}
  .musicandkaraoke .twocolumn .pic .tag{padding:10px 5px;max-width:300px;}
  .musicandkaraoketop .twocolumn .text{width:calc(100% - 380px);}
  .musicandkaraoketop .twocolumn .text .telbtn{font-size:28px;margin:30px auto 0;}
  .musicandkaraoketop .twocolumn .pic{width:360px;}
  .musicandkaraokebot .twocolumn .text{width:calc(100% - 380px);}
  .musicandkaraokebot .twocolumn .pic{width:360px;}
}
@media screen and (max-width: 768px) {
  .musicandkaraoke .twocolumn .pic .tag{font-size:12px;padding:10px 5px;max-width:240px;}
  .musicandkaraoketop .twocolumn .text{width:100%;}
  .musicandkaraoketop .twocolumn .text .telbtn{font-size:20px;margin:20px auto 0;}
  .musicandkaraoketop .twocolumn .pic{width:100%;max-width:300px;margin:20px auto;}
  .musicandkaraokebot .twocolumn .text{width:100%;}
  .musicandkaraokebot .twocolumn .pic{width:100%;max-width:300px;margin:20px auto;}
}

.yukafukae .yukafukaemain .titlegroup{margin-bottom:60px;}
.yukafukae .yukafukaemain .content p{font-size:20px;line-height:1.8;}
.yukafukae .yukafukaemain .twocolumn{margin:50px auto;align-items:flex-end;}
.yukafukae .yukafukaemain .twocolumn .text{width:700px;font-size:20px;line-height:2;}
.yukafukae .yukafukaemain .twocolumn .pic{width:560px;}
.yukafukae .yukafukaevideo{}
.yukafukae .yukafukaevideo .videobox{max-width:1000px;margin:0 auto;}
.yukafukae .albumlist{margin:50px auto;}
.yukafukae .albumlist ul{margin-right:-30px;margin-bottom:-30px;}
.yukafukae .albumlist ul li{margin-bottom:30px;padding-right:30px;}
.yukafukae .albumlist ul li figure{width:100%;}
.yukafukae .albumlist ul li figure img{width:100%;}
.yukafukae .albumlist ul li figure figcaption{margin-top:20px;text-align:center;font-size:20px;font-weight:bold;}
.yukafukae .yukafukaerelate{margin:50px auto;}
.yukafukae .yukafukaerelate ul{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;}
.yukafukae .yukafukaerelate ul li{}
.yukafukae .yukafukaerelate ul li:first-child{width:33.333333%;}
.yukafukae .yukafukaerelate ul li:last-child{width:60%;}
.yukafukae .yukafukaerelate ul li .button{padding:15px 130px;font-size:20px;}
.yukafukae .yukafukaerelate ul li .contacttel{background:var(--black);padding:30px 180px;display:flex;flex-direction:column;align-items:center;text-decoration:none;color:var(--white);font-size:20px;font-weight:bold;transition:.3s;}
.yukafukae .yukafukaerelate ul li .contacttel span{letter-spacing:2px;}
.yukafukae .yukafukaerelate ul li .contacttel div{}
.yukafukae .yukafukaerelate ul li .contacttel div strong{margin-left:20px;font-size:200%;}
.yukafukae .cardlist ul{margin-right:-30px;margin-bottom:-30px;}
.yukafukae .cardlist ul li{padding-right:30px;margin-bottom:30px;}
.yukafukae .cardlist ul li .card{padding:7px;}
.yukafukae .cardlist ul li .card .cardtext h5{text-transform:uppercase;}
@media screen and (max-width: 1520px) {
  .yukafukae .yukafukaemain .content p{font-size:16px;}
  .yukafukae .yukafukaemain .twocolumn .text{width:calc(100% - 500px);font-size:16px;}
  .yukafukae .yukafukaemain .twocolumn .pic{width:380px;}
  .yukafukae .albumlist ul{margin-right:-20px;margin-bottom:-20px;}
  .yukafukae .albumlist ul li{margin-bottom:20px;padding-right:20px;}
  .yukafukae .albumlist ul li figure figcaption{font-size:16px;}
  .yukafukae .yukafukaerelate ul li .button{width:100%;padding:15px 50px;font-size:16px;}
  .yukafukae .yukafukaerelate ul li .contacttel{padding:20px 80px;font-size:16px;}
  .yukafukae .yukafukaerelate ul li .contacttel div strong{margin-left:15px;}
  .yukafukae .cardlist ul{margin-right:-20px;margin-bottom:-20px;}
  .yukafukae .cardlist ul li{padding-right:20px;margin-bottom:20px;}
  .yukafukae .cardlist ul li .card{padding:5px;}
}
@media screen and (max-width: 1080px) {
  .yukafukae .yukafukaemain .titlegroup{margin-bottom:30px;}
  .yukafukae .yukafukaemain .content p{font-size:14px;}
  .yukafukae .yukafukaemain .twocolumn{margin:30px auto;}
  .yukafukae .yukafukaemain .twocolumn .text{width:calc(100% - 320px);font-size:14px;}
  .yukafukae .yukafukaemain .twocolumn .pic{width:300px;}
  .yukafukae .albumlist ul{margin-right:-15px;margin-bottom:-15px;}
  .yukafukae .albumlist ul li{margin-bottom:15px;padding-right:15px;}
  .yukafukae .albumlist ul li figure figcaption{font-size:14px;}
  .yukafukae .yukafukaerelate ul li .button{width:100%;padding:10px 30px;font-size:14px;}
  .yukafukae .yukafukaerelate ul li .contacttel{padding:20px 30px;font-size:14px;}
  .yukafukae .yukafukaerelate ul li .contacttel div strong{margin-left:10px;}
}
@media screen and (max-width: 768px) {
  .yukafukae .yukafukaemain .twocolumn .text{width:100%;}
  .yukafukae .yukafukaemain .twocolumn .pic{width:100%;max-width:300px;margin:20px auto;}
  .yukafukae .albumlist ul li{width:50%;}
  .yukafukae .yukafukaerelate ul li:first-child{width:100%;max-width:300px;margin:0 auto 15px;}
  .yukafukae .yukafukaerelate ul li:last-child{width:100%;}
  .yukafukae .yukafukaerelate ul li .contacttel{padding:15px 10px;letter-spacing:1px;}
  .yukafukae .cardlist ul li{width:50%;}
}

/*.chamsonette{}*/
.chamsonette .titlegroup{margin-bottom:50px;}
.chamsonette .leaflet{margin-bottom:50px;}
.chamsonette .leaflet ul{display:flex;justify-content:space-between;flex-wrap:wrap;}
.chamsonette .leaflet ul li{width:calc(50% - 30px);}
.chamsonette .leaflet ul li figure{border:10px solid var(--white);box-shadow: 0px 0px 24px 0px rgba(232, 232, 232, 0.004);}
.chamsonette .button{max-width:420px;margin:50px auto;display:block;}
.chamsonette .tablebox{margin:30px auto;}
.chamsonettetop .tablebox table{max-width:1100px;}
.chamsonettetop .tablebox tr td,.chamsonettetop .tablebox tr th{background:var(--white);}
.chamsonettetop .tablebox tr td{text-align:left;}
.chamsonettetop h5{font-size:26px;margin-bottom:10px;}
.chamsonettetop p{font-size:20px;line-height:2;}
.chamsonette .cardlist ul{margin-right:-30px;margin-bottom:-30px;}
.chamsonette .cardlist ul li{padding-right:30px;margin-bottom:30px;}
.chamsonette .cardlist ul li .card{padding:10px;}
.chamsonettemember .btngroup{display:flex; justify-content:flex-end;margin:20px auto;}
.chamsonettemember .btngroup .button{margin:0;padding:15px 50px;}
.chamsonettemember .content{font-size:20px;line-height:1.8;}
.chamsonettemember .content h5{margin-bottom:20px;}
.chamsonettemember .content div{margin-bottom:50px;}
.chamsonettemember .content div dl{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:30px;}
.chamsonettemember .content div dl dt{width:150px;font-weight:bold;}
.chamsonettemember .content div dl dd{width:calc(100% - 150px);}
.chamsonettemember .content div dl dd table{margin-bottom:30px;}
.chamsonettemember .content div dl dd table tr th,.chamsonettemember .content div dl dd table tr td{background:var(--white);padding:10px;border-bottom:1px dashed #a3a3a3;}
.chamsonettemember .content div ol{list-style-type:none;text-indent:-2em;padding-left:2em;line-height:2;}
.chamsonettemember .tablebox{max-width:1100px;margin:30px 0;}
.chamsonettemember .tablebox table tr th,.chamsonettemember .tablebox table tr td{background:var(--white);}
.chamsonettemember .tableinfo p{text-indent:0;padding-left:0;}
@media screen and (max-width: 1520px) {
  .chamsonette .leaflet ul li{width:calc(50% - 20px);}
  .chamsonette .button{max-width:360px;}
  .chamsonettetop .tablebox table{max-width:900px;}
  .chamsonettetop h5{font-size:20px;}
  .chamsonettetop p{font-size:16px;}
  .chamsonette .cardlist ul{margin-right:-20px;margin-bottom:-20px;}
  .chamsonette .cardlist ul li{padding-right:20px;margin-bottom:20px;}
  .chamsonettemember .content{font-size:16px;}
}
@media screen and (max-width: 1080px) {
  .chamsonette .titlegroup{margin-bottom:30px;}
  .chamsonette .leaflet{margin-bottom:30px;}
  .chamsonette .leaflet ul li{width:calc(50% - 10px);}
  .chamsonette .button{max-width:300px;}
  .chamsonettetop .tablebox table{max-width:700px;}
  .chamsonettetop h5{font-size:18px;}
  .chamsonettetop p{font-size:14px;}
  .chamsonette .cardlist ul{margin-right:-15px;margin-bottom:-15px;}
  .chamsonette .cardlist ul li{padding-right:15px;margin-bottom:15px;}
  .chamsonette .cardlist ul li .card{padding:5px;}
  .chamsonettemember .btngroup .button{padding:10px 15px;}
  .chamsonettemember .content{font-size:14px;}
  .chamsonettemember .content div{margin-bottom:30px;}
  .chamsonettemember .content div dl dt{width:120px;}
  .chamsonettemember .content div dl dd{width:calc(100% - 120px);}
}
@media screen and (max-width: 768px) {
  .chamsonette .leaflet ul li{width:100%;margin:0 auto 10px;}
  .chamsonette .cardlist ul li{width:50%;}
  .chamsonettemember .content div dl dt{width:100%;}
  .chamsonettemember .content div dl dd{width:100%;}
}
@media screen and (max-width: 568px) {
  .chamsonette .cardlist ul li{width:100%;}
}

/*contact*/
.contact .contactinfo{margin-bottom:38px;}
.contact .contactinfo p{font-size:24px;font-weight:bolder;}
.contact .contactinfo p a{color:var(--green);text-decoration:none;transition:.3s;}
.contact .contactinfo p a:hover{color:var(--red);}
@media screen and (max-width: 1520px) {
	.contact .contactinfo{margin-bottom:30px;}
	.contact .contactinfo p{font-size:20px;}
}
@media screen and (max-width: 1080px) {
	.contact .contactinfo{margin-bottom:20px;}
	.contact .contactinfo p{font-size:16px;}
}
@media screen and (max-width: 568px) {
	.contact .contactinfo p a{display:block;}
	.contact .contactinfo p span{display:block;font-size:14px;}
}

