/*
制作用WordpressテーマCSSです。
フォーマットはBONESを元に、よく使うものを盛り込んでいます。
元から入っていたBONESのCSSは制作でいらない、使ってないものはごっそり消してます。

■normalize.min.cssについて
http://www.initializr.com/
から生成したものを元に改良して読み込んでいます。
改良する時ははnormalize.cssを変更して圧縮したものを読み込むか、
下の@importでnormalize.cssを読み込むようにしてください。

■addstyle.cssについて
共同開発用のサブCSSファイルです。
同時にCSSを触るとき、ファイルを上書きしない為のものです。

ーーーCSSのレスポンシブ設定ーーー
スマホ表示のみ対応

iphone 6pulsの横を基準に736pxでブレイクポイントを設置してます。
基本iphoneの縦向きに合わせて組んでます。
ipad以上はJSでviewvort切り替えて横1300pxでPCを表示するように設定してます。


*/

@charset "UTF-8";
@import url("normalize.css");
@import url("plugin.css");

/* ==========================================================================
   グローバル変数
   ========================================================================== */

   :root {
    --mc-yellow: #FFE700;
    --mc-beige: #FAF5CA;
    --mc-brown: #5B3F34;
  }

/* ==========================================================================
   font-famiry CSS ※2017best
   ========================================================================== */


   @font-face {
   	font-family: "Yu Gothic";
   	src: local("Yu Gothic Medium");
   	font-weight: 100;
   }
   @font-face {
   	font-family: "Yu Gothic";
   	src: local("Yu Gothic Medium");
   	font-weight: 200;
   }
   @font-face {
   	font-family: "Yu Gothic";
   	src: local("Yu Gothic Medium");
   	font-weight: 300;
   }
   @font-face {
   	font-family: "Yu Gothic";
   	src: local("Yu Gothic Medium");
   	font-weight: 400;
   }
   @font-face {
   	font-family: "Yu Gothic";
   	src: local("Yu Gothic Bold");
   	font-weight: bold;
   }
   @font-face {
   	font-family: "Helvetica Neue";
   	src: local("Helvetica Neue Regular");
   	font-weight: 100;
   }
   @font-face {
   	font-family: "Helvetica Neue";
   	src: local("Helvetica Neue Regular");
   	font-weight: 200;
   }

   body {
   	font-family: 'Noto Sans JP','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
   }

   /* IE10以上 */
   /* @media all and (-ms-high-contrast: none) {
   	body {
   		font-family: Verdana, Meiryo, sans-serif;
   	}
    } */




/* ==========================================================================
   over resetCSS ※サイト制作に合わせてリセットCSSを上書きするセクション
   ========================================================================== */


   html {
   	color: var(--mc-brown);
   	font-size: 14px;
   	line-height: 1;
   }

   html.fontbig-on{
   	font-size: 18px;
   }

   ::-moz-selection {
   	background: #b3d4fc;
   	text-shadow: none;
   }

   ::selection {
   	background: #b3d4fc;
   	text-shadow: none;
   }

   body{
   	overflow-x: hidden;
   	transition: transform .3s cubic-bezier(.55,0,.1,1);
   }


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

   audio,
   canvas,
   iframe,
   img,
   svg,
   video {
   	vertical-align: middle;
   }

   fieldset {
   	border: 0;
   	margin: 0;
   	padding: 0;
   }

   textarea {
   	resize: vertical;
   }

   .browserupgrade {
   	margin: 0.2em 0;
   	background: #ccc;
   	color: #000;
   	padding: 0.2em 0;
   }

   ul{line-height: 2;}


   h1,h2,h3,h4,h5,h6,h7{margin: 0 0 1rem 0;}
   /* 見出しの下マージンが邪魔な場合はここを0にしてから組んで下さい。 */
   p{margin:0;}

   @media only screen and (max-width: 736px) {
   	h1,h2,h3,h4,h5,h6,h7{margin: 0 0 0.5rem 0;}
   }

   /* link */
   a,
   a:link,
   a:hover,
   a:visited,
   a:active{color: var(--mc-blown);}

   a:link{opacity: 1; text-decoration: none; transition: all .3s cubic-bezier(.55,0,.1,1);}
   a:hover{opacity: 0.7;}


/* ==========================================================================
   共通CSS
   ========================================================================== */

   img{max-width: 100%;}

   #logo,
   #main-visual figure,
   #movie-profile,
   #youtube,
   #director
   {text-align: center;}

   /* リキッドレイアウト用のサイズ指定ラッパークラス */
   .common-wrap{
   	max-width: 1024px;
    margin: 0 auto;
    display: block;
    padding: 0 10px;
  }

  /* 中ページ用 */
  .page .common-wrap{
    max-width: 960px;
  }

  @media only screen and (max-width: 736px) {
    .common-wrap{
      max-width: 100%;
    }

  }

/* ==========================================================================
   helper CSS ※あると便利なCSS特集
   ========================================================================== */

   /* hidden PC,SP表示非表示 */

   .sp-only,.sp-only img{display: none !important;}

   /* youtube responsive */
   #youtube{
   	max-width: 860px;
   	margin: 0 auto 2rem;
   }

   .youtube-resp {
   	position: relative;
   	height: 0;
   	padding: 30px 0 47.97%; /*16:9比率 */
   	overflow: hidden;
   }

   .youtube-resp iframe {
   	position: absolute;
   	top: 0;
   	left: 0;
   	width: 100% !important;
   	height: 100% !important;
   }

   .pdf-box{
    max-width: 620px;
    margin: 0 auto 40px;
    position: relative;
    height: 0;
    padding: 30px 0 143%;
    overflow: hidden;
  }

  .pdf-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }



  .img100{width: 100%;}


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

    img{margin:0 auto;display: block;}

    .pc-only,.pc-only img{display: none !important;}
    .sp-only,.sp-only img{display: block !important;}

  }

/* ==========================================================================
   text装飾 CSS
   ========================================================================== */

   .t-justify{text-align: justify;}
   .fontbig{font-size: 40px; font-weight: bold;}
   .fontmiddle2{font-size: 25px; font-weight: bold;}
   .fontmiddle{font-size: 18px; font-weight: bold;}
   .fontsmall{font-size: 0.8rem;} /*SPで読める最小サイズ*/
   .normal{font-weight: normal; font-size: 1em;}
   .bold{font-weight: bold;}
   .red{color: #cf0037;}
   /* .kc-orange{color: var(--mc-brown)} */
   .kc-blue{color: var(--mc-brown)}
   .kc-blue2{color: #00b7c2}
   .kc-yellow{color: #ff0}
   .kc-green{color: #5bc200}
   .red{color: red;}

   .ul-text{text-decoration: underline;}
   a.ul-text{text-decoration: underline;}

   .t_right{text-align: right;}
   .t_left{text-align: left;}
   .t_center{text-align: f;}

   .mincyo{font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;}

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


    .fontbig{font-size: 24px; font-weight: bold;}
    .fontmiddle2{font-size: 18px; font-weight: bold;}
  }


/* ==========================================================================
   layout CSS
   ========================================================================== */

   /* common culm */
   .col{
   	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .col2{
    width: calc(50% - 20px);
  }

  /* 左を右に入れ替え、スマホ用 */
  .col.col-reverse{flex-direction: row-reverse;}

  .col3{width: calc((100% / 3) - 20px);}
  .col4{width: calc((100% / 4) - 20px);}

  /* 共通margin */
  .m96{margin-bottom: 96px;}
  .m64{margin-bottom: 64px;}
  .m48{margin-bottom: 48px;}
  .m32{margin-bottom: 32px;}
  .m16{margin-bottom: 16px;}

  /* 中ページ用共通マージン */
  .m200{margin-bottom: 200px;}
  .m120{margin-bottom: 120px;}
  .mt1{margin-bottom: 1em;}
  .mt2{margin-bottom: 2em;}
  .mt3{margin-bottom: 3em;}

  @media only screen and (max-width: 736px) {
   /* common culm */

  .col2,
  .col3{
    width: 100%;
    margin-bottom: 20px;
  }

  /* 左を右に入れ替え、スマホ用 */
  .col.col-reverse{flex-direction: row;}

  .col4{width: calc((100% / 2) - 20px);}

  .m96{margin-bottom: 48px;}
  .m64{margin-bottom: 32px;}
  .m48{margin-bottom: 24px;}
  .m32{margin-bottom: 16px;}

  /* 中ページ用共通マージン */
  .m200{margin-bottom: 100px;}
  .m120{margin-bottom: 60px;}
  .mt1{margin-bottom: 0.5em;}
  .mt2{margin-bottom: 1em;}
  .mt3{margin-bottom: 1.5em;}

  /* スマホのみのマージン */
  .spm1{margin-bottom: 1em;}

}


/* ==========================================================================
   form parts CSS ※BONESのもの
   ========================================================================== */
   input[type="text"],
   input[type="password"],
   input[type="datetime"],
   input[type="datetime-local"],
   input[type="date"],
   input[type="month"],
   input[type="time"],
   input[type="week"],
   input[type="number"],
   input[type="email"],
   input[type="url"],
   input[type="search"],
   input[type="tel"],
   input[type="color"],
   select,
   textarea,
   .field {
   	height: 40px;
   	line-height: 40px;
   	padding: 0 12px;
   	/* margin-bottom: 14px; */
   	font-size: 1em;
   	color: var(--mc-blown);
   	border-radius: 1px;
   	vertical-align: middle;
   	box-shadow: none;
   	border: 1px solid #ddd;
    border-radius: 5px;
    max-width: 400px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
  }

  #wp_form input[type="text"],
  #wp_form input[type="password"],
  #wp_form input[type="datetime"],
  #wp_form input[type="datetime-local"],
  #wp_form input[type="date"],
  #wp_form input[type="month"],
  #wp_form input[type="time"],
  #wp_form input[type="week"],
  #wp_form input[type="number"],
  #wp_form input[type="email"],
  #wp_form input[type="url"],
  #wp_form input[type="search"],
  #wp_form input[type="tel"],
  #wp_form input[type="color"],
  #wp_form select,
  #wp_form textarea
  {box-shadow: 1.7px 2.2px 0.4px 1px rgba(76,11,11,0.3) inset;}
  .box_row input{margin: 3px 3px 13px 0px !important;}



  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    color:#000;
    background-color: #f7f8fa; }
    input[type="text"].error, input[type="text"].is-invalid,
    input[type="password"].error,
    input[type="password"].is-invalid,
    input[type="datetime"].error,
    input[type="datetime"].is-invalid,
    input[type="datetime-local"].error,
    input[type="datetime-local"].is-invalid,
    input[type="date"].error,
    input[type="date"].is-invalid,
    input[type="month"].error,
    input[type="month"].is-invalid,
    input[type="time"].error,
    input[type="time"].is-invalid,
    input[type="week"].error,
    input[type="week"].is-invalid,
    input[type="number"].error,
    input[type="number"].is-invalid,
    input[type="email"].error,
    input[type="email"].is-invalid,
    input[type="url"].error,
    input[type="url"].is-invalid,
    input[type="search"].error,
    input[type="search"].is-invalid,
    input[type="tel"].error,
    input[type="tel"].is-invalid,
    input[type="color"].error,
    input[type="color"].is-invalid,
    select.error,
    select.is-invalid,
    textarea.error,
    textarea.is-invalid,
    .field.error,
    .field.is-invalid {
     color: #fbe3e4;
     border-color: #fbe3e4;
     background-color: white;
     background-position: 99% center;
     background-repeat: no-repeat;
     background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
     outline-color: #fbe3e4; }
     input[type="text"].success, input[type="text"].is-valid,
     input[type="password"].success,
     input[type="password"].is-valid,
     input[type="datetime"].success,
     input[type="datetime"].is-valid,
     input[type="datetime-local"].success,
     input[type="datetime-local"].is-valid,
     input[type="date"].success,
     input[type="date"].is-valid,
     input[type="month"].success,
     input[type="month"].is-valid,
     input[type="time"].success,
     input[type="time"].is-valid,
     input[type="week"].success,
     input[type="week"].is-valid,
     input[type="number"].success,
     input[type="number"].is-valid,
     input[type="email"].success,
     input[type="email"].is-valid,
     input[type="url"].success,
     input[type="url"].is-valid,
     input[type="search"].success,
     input[type="search"].is-valid,
     input[type="tel"].success,
     input[type="tel"].is-valid,
     input[type="color"].success,
     input[type="color"].is-valid,
     select.success,
     select.is-valid,
     textarea.success,
     textarea.is-valid,
     .field.success,
     .field.is-valid {
      color: #e6efc2;
      border-color: #e6efc2;
      background-color: white;
      background-position: 99% center;
      background-repeat: no-repeat;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
      outline-color: #e6efc2; }
      input[type="text"][disabled], input[type="text"].is-disabled,
      input[type="password"][disabled],
      input[type="password"].is-disabled,
      input[type="datetime"][disabled],
      input[type="datetime"].is-disabled,
      input[type="datetime-local"][disabled],
      input[type="datetime-local"].is-disabled,
      input[type="date"][disabled],
      input[type="date"].is-disabled,
      input[type="month"][disabled],
      input[type="month"].is-disabled,
      input[type="time"][disabled],
      input[type="time"].is-disabled,
      input[type="week"][disabled],
      input[type="week"].is-disabled,
      input[type="number"][disabled],
      input[type="number"].is-disabled,
      input[type="email"][disabled],
      input[type="email"].is-disabled,
      input[type="url"][disabled],
      input[type="url"].is-disabled,
      input[type="search"][disabled],
      input[type="search"].is-disabled,
      input[type="tel"][disabled],
      input[type="tel"].is-disabled,
      input[type="color"][disabled],
      input[type="color"].is-disabled,
      select[disabled],
      select.is-disabled,
      textarea[disabled],
      textarea.is-disabled,
      .field[disabled],
      .field.is-disabled {
       cursor: not-allowed;
       border-color: #cfcfcf;
       opacity: 0.6; }
       input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
       input[type="password"][disabled]:focus,
       input[type="password"][disabled]:active,
       input[type="password"].is-disabled:focus,
       input[type="password"].is-disabled:active,
       input[type="datetime"][disabled]:focus,
       input[type="datetime"][disabled]:active,
       input[type="datetime"].is-disabled:focus,
       input[type="datetime"].is-disabled:active,
       input[type="datetime-local"][disabled]:focus,
       input[type="datetime-local"][disabled]:active,
       input[type="datetime-local"].is-disabled:focus,
       input[type="datetime-local"].is-disabled:active,
       input[type="date"][disabled]:focus,
       input[type="date"][disabled]:active,
       input[type="date"].is-disabled:focus,
       input[type="date"].is-disabled:active,
       input[type="month"][disabled]:focus,
       input[type="month"][disabled]:active,
       input[type="month"].is-disabled:focus,
       input[type="month"].is-disabled:active,
       input[type="time"][disabled]:focus,
       input[type="time"][disabled]:active,
       input[type="time"].is-disabled:focus,
       input[type="time"].is-disabled:active,
       input[type="week"][disabled]:focus,
       input[type="week"][disabled]:active,
       input[type="week"].is-disabled:focus,
       input[type="week"].is-disabled:active,
       input[type="number"][disabled]:focus,
       input[type="number"][disabled]:active,
       input[type="number"].is-disabled:focus,
       input[type="number"].is-disabled:active,
       input[type="email"][disabled]:focus,
       input[type="email"][disabled]:active,
       input[type="email"].is-disabled:focus,
       input[type="email"].is-disabled:active,
       input[type="url"][disabled]:focus,
       input[type="url"][disabled]:active,
       input[type="url"].is-disabled:focus,
       input[type="url"].is-disabled:active,
       input[type="search"][disabled]:focus,
       input[type="search"][disabled]:active,
       input[type="search"].is-disabled:focus,
       input[type="search"].is-disabled:active,
       input[type="tel"][disabled]:focus,
       input[type="tel"][disabled]:active,
       input[type="tel"].is-disabled:focus,
       input[type="tel"].is-disabled:active,
       input[type="color"][disabled]:focus,
       input[type="color"][disabled]:active,
       input[type="color"].is-disabled:focus,
       input[type="color"].is-disabled:active,
       select[disabled]:focus,
       select[disabled]:active,
       select.is-disabled:focus,
       select.is-disabled:active,
       textarea[disabled]:focus,
       textarea[disabled]:active,
       textarea.is-disabled:focus,
       textarea.is-disabled:active,
       .field[disabled]:focus,
       .field[disabled]:active,
       .field.is-disabled:focus,
       .field.is-disabled:active {
        background-color: #d5edf8; }

        input[type="password"] {
         letter-spacing: 0.3em; }

         textarea {
          max-width: 100%;
          min-height: 120px;
          line-height: 1.5em; }

          /* フォーム調整 */
          input[type="text"],
          input[type="password"],
          input[type="datetime"],
          input[type="datetime-local"],
          input[type="date"],
          input[type="month"],
          input[type="time"],
          input[type="week"],
          input[type="number"],
          input[type="email"],
          input[type="url"],
          input[type="search"],
          input[type="color"],
          select,
          textarea,
          .field
          {max-width: 100%;}

          form span.req{color: red; margin-left: 10px;}

          form button,
          html form input[type="button"],
          input[type="reset"],
          input[type="submit"]
          {border:none; background: var(--mc-brown); color: #fff; padding: 10px 80px; border-radius: 5px; font-size: 25px; margin: 0 16px;}

          input[type="submit"].back{background: #103b5a;}

          form h4{margin-bottom: 0;}
          form p{margin-bottom: 16px;}

          .searcharea{width: 100%; text-align: right;}
          .searchform div > *{display: inline-block; vertical-align: unset;}
          .searchform input[type="search"]{width: 20%;}
          .searchsubmit{
            border:none;
            border: 2px solid #fff;
            color: #fff;
            padding: 10px 20px;
            letter-spacing: 2px;
            border-radius: 5px;
            font-size: 16px;
            margin: 0;
            transform: translateY(2px);
          }

          @media only screen and (max-width: 736px) {
            .searcharea{display: none;}
          }

/* ==========================================================================
   toppage CSS
   ========================================================================== */


/*************************
H1, H2, H3, H4, H5 STYLES
*************************/
   h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
     text-rendering: optimizelegibility;
     font-weight: 500;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
/* removing text decoration from all headline links */ }
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
	text-decoration: none; }

	h1, .h1 {
		font-size: 2.5em;
		line-height: 1.333em; }

		h2, .h2 {
			font-size: 1.75em;
			line-height: 1.4em;
			margin-bottom: 0.375em; }

			h3, .h3 {
				font-size: 1.125em; }

				h4, .h4 {
					font-size: 1.1em;
					font-weight: 700; }

					h5, .h5 {
						font-size: 0.846em;
						line-height: 2.09em;
						letter-spacing: 2px; }

/* −−−−−−−−−−−−−−−−−−−−−−----------------------------------------------------

header用CSS

−−−−−−−−−−−−−−−−−−−−−−------------------------------------------------------- */
.header-wrap{
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 9999;
}


.inner-header{
 display: flex;
 justify-content: space-between;
 align-items: flex-end;
 max-width: 1024px;
 margin: 0 auto;
 position: relative;
 padding-bottom: 14px;
}

.logo{
  max-width: 208px;
  margin:0;
  padding: 30px 0 0;
}

.logo a{
 display: block;
 padding: 12px 0;
 line-height: 1;
}

.logo a span{
  display: block;
  font-size: 12px;
  margin-bottom: 6px;
}


.header-sublink{
  display: flex;
}

.header-sublink li{
  margin-right: 2em;
}

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


.inner-header{
 flex-wrap: wrap;
}

/* メニューカラム設定 */
.inner-header .logo,
.inner-header .header-sublink{width: 100%;}

.logo{
  margin:0 auto;
  text-align: center;
}


.header-sublink{
  display: flex;
  justify-content: center;
}

.header-sublink li{
  margin:0 1em;
}

}



/* global navi */
.nav-wrap{background: var(--mc-beige);}
nav.global-nav{
  max-width: 848px;
  margin: 0 auto;
  padding: 56px 0;
}

nav.global-nav ul{
  display: flex;
  justify-content: space-between;
}

.footer-menu nav.global-nav{
  max-width: 1024px;
  border-top: 1px solid var(--mc-brown);
  padding: 40px 0;
}

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

  nav.global-nav,
  .footer-menu nav.global-nav{
    padding: 20px;
  }

}

/* −−−−−−−−−−−−−−−−−−−−−−----------------------------------------------------

モーダルメニュー

−−−−−−−−−−−−−−−−−−−−−−------------------------------------------------------- */

/* modal */
.modal-btn{
 position: absolute;
 top:10px;
 right:10px;
 display: none;
 width: 60px;
 height: 60px;
 background-color: var(--mc-brown);
 color: #fff;
 z-index: 10001;
 border-style: none;
 border-radius: 5px;
 padding: 0;
}

.modal-off{
 display: table;
 /* height: 70px; */
 text-align: right;
 width: 100%;
 transform: translateY(25px);
}

@media only screen and (max-width: 736px) {
  /* モーダルメニュー用クラス */
  .modal-off{
   transform: translateX(-100%);
   /* transition: transform .3s cubic-bezier(.55,0,.1,1); */
   height: 0;
   display: block;
 }
 .modal-on{transform: translateX(0) !important; height: 100%;}
 .modal-btn{display: block;}

}


/**********************
metaSlider-nav Override
***********************/


ol.flex-control-nav {
	bottom: -40px;
	line-height: 11px;
	z-index: 999;
}

.metaslider .flexslider {
	margin-bottom: 0 !important;
}

.flex-viewport {overflow: visible !important;}

.theme-default .nivo-controlNav a{background: url('../images/bullets.png') no-repeat !important; }


.flex-control-paging li a{background: #ccc !important;}
.flex-control-paging li a.flex-active{background: var(--mc-brown) !important;}

/* スライダーのはみ出る部分のipad対策 */
@media only screen and (max-width: 1366px) {
 .metaslider{overflow: hidden; overflow-x: hidden;}
}

@media only screen and (max-width: 736px) {
	.metaslider > div{margin: 0 0 20px 0;}
  .sub-slider{padding: 0;}
}

/*********************
Index Only(PC)
*********************/


/* −−−−−−−−−−−−−−−−−−−−−−コンテンツエリア−−−−−−−−−−−−−−−−−−−−−− */

.area-box{
	padding: 80px 0;
	margin: 0 auto;
}


/* 各コンテンツの背景色、高さ、画像設定 ----------------------------------------------------------------*/

.area-box p{
 line-height: 2;
 text-align: justify;
}

.area-box p.t_center{
 text-align: center;
}


/* −−−−−−−−−−−−−−−−−−−−−−各コンテンツ用CSS−−−−−−−−−−−−−−−−−−−−−− */

/* main */

.main-contents{
  background: var(--mc-beige);
  padding-bottom: 80px;
}

.topgrid-box{
  /*max height内にflex-directionで縦に詰めていく*/
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 1300px;
}

.topgrid-box > div{
  width: calc(50% - 32px);
  margin-bottom: 32px;
}

.topgrid-box .text-box{
  background: #fff;
  padding: 40px 20px 20px;
  position: relative;
}

.item.white-box{
  background: #fff;
  padding: 20px;
}

.topgrid-box .text-box .tag{
  position: absolute;
  top: -22px;
  left: 0;
  font-size: 24px;
  font-weight: 100;
  background: var(--mc-yellow);
  padding: 12px 40px;
}

.topgrid-box .text-box h4{
  font-size: 30px;
}

.topgrid-box .text-box p{
  line-height: 1.6;
}

.link-box a{
  position: relative;
}

.link-box .linkbtn{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12px 90px 12px 40px;
  background: #fff;
  font-size: 24px;
  font-weight: 100;
}

.link-box .linkbtn::after{
  position: absolute;
  content: url('../images/arrow.svg');
  margin-left: 10px;
  top: 4px;
}

.list-design01{
  line-height: 2;
  list-style-type: disc;
  margin-left: 1em;
}


.head-title{
  font-size: 20px;
  border-bottom: 1px solid var(--mc-brown);
  border-left: 8px solid var(--mc-yellow);
  padding: 10px;
}

.common-link{
  display: inline-block;
  padding: 12px 32px;
  background: var(--mc-yellow);
  color: var(--mc-brown);
  font-size: 14px;
}

/* お知らせ */


.newtopics{line-height: 1.4;}
.newtopics li{margin-bottom: 10px;}
.newtopics li span.day{display: block;}
.newtopics li span.title{ line-height: 2;}

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

  .main-contents{
    padding-bottom: 20px;
  }


  .topgrid-box{
    max-height: 100%;
  }

  .topgrid-box > div{
    width: 100%;
  }



}

/* −−−−−−−−−−−−−−−−−−−−−−コンテンツエリア SP−−−−−−−−−−−−−−−−−−−−−− */


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

  .content-wrap{
   width: 100%;
 }

 /* 各コンテンツの背景色、高さ、画像設定 */
 .area-box{padding: 40px 0px;}
 .box-teacher,.box-movie,.box-voice,.box-system{
   height: auto;
   background-image: none;
 }

 .area-box p{margin-left: 0;}

}




/*********************
FOOTER STYLES
*********************/

/* footer */
.footer {
  background: #fff;
  padding: 40px 0;
}

.footer-logo {
  background: #fff;
  padding: 40px 0 20px;
}

.footer-logo a{
  display: block; 
  width: auto;
  margin-bottom: 10px;
}

.footer-copyright{
  display: flex;
  justify-content: space-between;
}

a.backtop{position: relative; padding-left: 30px;}
a.backtop::after,
a.backtop::before{
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
a.backtop::after{
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: var(--mc-yellow);
  left: -5px;
  font-size: 10px;
}

a.backtop::before{
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  z-index: 10;
}



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

  .footer {
    padding: 40px 0;
  }

  .footer-logo {
    background: #fff;
    padding: 20px 0;
    text-align: center;
  }

  .footer-copyright{
    flex-wrap: wrap;
    text-align: center;
  }

  .footer-copyright > *{width: 100%; margin-bottom: 10px;}

  a.backtop{position: relative; padding-left: 30px;}
  a.backtop::after,
  a.backtop::before{
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  a.backtop::after{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: var(--mc-yellow);
    left: -5px;
    font-size: 10px;
  }

  a.backtop::before{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
    z-index: 10;
  }

}

/* ==========================================================================
   wordpress CSS
   ========================================================================== */



/*********************
POSTS & CONTENT STYLES
*********************/
   #content {
     /*margin-top: 1.5em;*/
     margin-top: 0;
   }


/* 固定ページ、投稿ページ共通デフォルト設定 -------------------------------------------------- */

/* 行間設定 */
.entry-content{line-height: 2; font-size: 15px;}


/* 固定ページ用デフォルト設定 -------------------------------------------------- */

.hentry {
	/* background-color: white; */
	/*border-radius: 3px;*/
	margin-bottom: 1.5em;
/*border: 1px solid #cccccc;*/ }
.hentry header {
	/* border-bottom: 1px solid #f8f9fa; */
/*padding: 1.5em;*/ }
.hentry footer {
	/*padding: 1.5em;*/
/*border-top: 1px solid #f8f9fa;*/ }
.hentry footer p {
	margin: 0; }

	/* end .hentry */
	.single-title,
	.page-title,
	.entry-title {
		margin: 0; }

		/* want to style individual post classes? Booya! */
		/* post by id (i.e. post-3) */
		/* general post style */
		/* general article on a page style */
		/* general style on an attatchment */
		/* sticky post style */
		/* hentry class */
		/* style by category (i.e. category-videos) */
		/* style by tag (i.e. tag-news) */
		/* post meta */
		.byline {
			color: #9fa6b4;
			font-style: italic;
			margin: 0; }

     @media only screen and (max-width: 736px) {
      /* .hentry{padding: 0 10px;} */
    }

    /* single.php用 */
    #blog-content p{margin-bottom: 1em;}

    /* カスタム投稿用 -------------------------------------------------- */

    .blog-title{
      color: var(--mc-brown);
      font-size: 30px;
      border-bottom: 2px solid var(--mc-brown);
      padding-bottom: 20px;
      margin-bottom: 40px;
    }

    .blog-images{ text-align: center; margin-bottom: 40px;}

    .blog-date, .blog-category{
      display: inline-block;
      border-radius: 5px;
      text-align: center;
      padding: 5px;
      margin-bottom: 20px;
    }
    .blog-date{background:var(--mc-brown); color: #fff;}
    .blog-category{border:1px solid var(--mc-brown);}
    .blog-category a{color: var(--mc-brown);}

    .tags a{background:#dfebce; color: #103b5a; border-radius: 5px; text-align: center; padding: 5px;}

    #pagination{line-height: 1.6;}

    @media only screen and (max-width: 736px) {
     .blog-title{font-size: 18px; line-height: 1.4;}
   }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* 新規ページネーション用 */
.mypagination{
  display: flex;
  justify-content: center;
  align-items: center;
}
.mypagination li{
  margin: 0 5px;
}

.mypagination li a{padding:10px;}
.mypagination li a.active{color: var(--mc-brown);}

/* bones_navi用 */
.pagination ul.page-numbers{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination ul.page-numbers li{margin: 0 5px;}

.pagination ul.page-numbers li a{padding:10px;}
.pagination ul.page-numbers li span.current{color: var(--mc-brown);}

/* #pagination {
	display: table;
	background-color: white;
	white-space: nowrap;
	padding: 0;
	clear: both;
	border-radius: 3px;
 width: 100%;
}

#pagination li {
 width: 50%;
 padding: 0;
 margin: 0;
 display: table-cell;
}
#pagination li:first-child{text-align: left;}
#pagination li:last-child{text-align: right;}

#pagination a, #pagination span {
	margin: 0;
	text-decoration: none;
	padding: 0;
	line-height: 1em;
	font-size: 1em;
	font-weight: normal;
	padding: 0.75em;
	min-width: 1em;
}

#pagination a:hover,
#pagination a:focus,
#pagination span:hover,
#pagination span:focus { color: #e60012; }

#pagination .current {cursor: default; color: #e60012; }

#pagination .current:hover,
#pagination .current:focus {color: #e60012; }

/* end .bones_page_navi */
/* fallback previous & next links */
/* .wp-prev-next .prev-link { float: left; }
.wp-prev-next .next-link { float: right; } */


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

 #pagination,
 #pagination li {
  display: block;
  width: 100%;
  white-space: unset;
}

}


/* ==========================================================================
   Print styles
   ========================================================================== */

   @media print {
   	*,
   	*:before,
   	*:after {
   		background: transparent !important;
   		color: #000 !important;
   		box-shadow: none !important;
   		text-shadow: none !important;
   	}

   	a,
   	a:visited {
   		text-decoration: underline;
   	}

   /* 	a[href]:after {
   		content: " (" attr(href) ")";
   	}

   	abbr[title]:after {
   		content: " (" attr(title) ")";
   	}
    */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
      content: "";
    }

    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }

    thead {
      display: table-header-group;
    }

    tr,
    img {
      page-break-inside: avoid;
    }

    img {
      max-width: 100% !important;
    }

    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }

    h2,
    h3 {
      page-break-after: avoid;
    }
  }


/* 検索結果表示  --------------------------------------------- */

.search-contents{margin-bottom: 40px;}
.search-title a{color: var(--mc-brown); font-weight: bold;}
.search-contents .hentry header{border:none;}
.search-contents .hentry{
  line-height: 1.6;
  border-color: #ccc;
  border-style: solid;
  border-width: 0 0 1px 0;
  padding: 16px;
  margin: 0;
}

.search-contents .article-footer a{
  background:var(--mc-brown);
  padding:3px;
  border-radius: 3px;
  color: #fff;
  line-height: 1;
  font-size: 12px;

}


@media only screen and (max-width: 736px) {
  .searchbox input{max-width: 100%;}
  .searchbox{padding: 16px;}
}
