@charset "UTF-8";
/* CSS Document */
/* Theme Name: yumetorokko designページ */

/****************************************************************************

デザインサイト 共通

****************************************************************************/


html {
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    color: #6a3906;
}
@keyframes cover-anime {
 0% {
 opacity:0;
}
 100% {
 opacity:1;
}
}
/*----　フォント類　pc sp切り替え　style.css　---*/
/*----フッター全サイト共通　style.css　-----*/
/*---全体の大枠　　style.css　全テンプレートファイルに記載　----*/
/*---最上部ロゴ　style.php ----*/
/* 　ロゴ　style.php */

header {
    position: relative;
    margin-bottom: 80px;
}
.logoBtn {
    position: fixed;
    top: 0;
    left: 10px;
    width: 100%;
    height: 30px;
    text-align: left;
    z-index: 10000;
}
.logoBtn a {
    font-size: 1rem;
    color: #fff;
    z-index: 10000;
}
.logoBtn span.formStext {
    font-size: 0.8rem;
    color: #6a3906;
}

@media (max-width: 768px) {
.logoBtn {
    z-index: 10000;
}
.logoBtn a {
    font-size: 1.2rem;
}
.logoBtn span.formStext {
    font-size: 1.1rem;
}
}
/*

/* 　 解除　 */
.clearfix {
    content: "";
    display: block;
    clear: both;
}
/*　 枠を緑に　背景を白に　*/
.border_gr {
    display: block;
    padding: 10px 8px;
    margin: 10px 0;
    background: #fff3e6;
}
h2 {
	font-family: "フォーク R";
    width: 60%;
    text-align: center;
    margin: 20px auto 5px;
    font-size: 1.2rem;
    background: #c266be;
    border: 1px solid #fff;
    color: #fff;
    padding: 15px;
    outline: 1px dotted #fff;
    outline-offset: -4px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
h2 {
    width: 100%;
}
}
h3 {
}
h4 {
}

@media (max-width: 480px) {
h3, h4 {
    font-size: 1rem;
    width: 100%;
    text-align: center;
}
}
/*********　scroll　*********/
  .scimg {
    width: 120px;
    z-index: 100;
  }
  .scroll {
   display:none;  
  }

  @media screen and (min-width: 980px) {
    .scroll {
      transform: translate(-50%, -50%);
      display: inline-block;
      animation: scroll 3s linear infinite;
      z-index: 100;
      position: absolute;
      top: 80%;
      left: 45%;
      transform: translate(-50%, -50%);
    }
  }
  @media screen and (min-width: 1500px) {
    .scroll {
      position: absolute;
      top: 82%;
      left: 45%;
    }
    }
   @media screen and (min-width: 1800px) {
    .scroll {
      position: absolute;
      top: 85%;
      left: 47%;
    
    }
  }

  @keyframes scroll {
    0% {
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
/****************************************************************************

ヘッダー部分 

****************************************************************************/
/*
.MainImage {
    margin: 0 auto;
    animation: headerschool 3s ease;
    position: relative;
}
.MainImage img {
    width: 100%;
}
@keyframes headerschool {
 0% {
transform:translateY(0)
}
 40% {
transform:translateY(-20px)
}
 80% {
transform:translateY(0)
}
 100% {
transform:translateY(0)
}
}

@media (max-width: 867px) {
.MainImage {
    padding: 0;
}
.MainImage img {
    width: 100%;
}
}

*/
/** PC　メニュー　**/
.dmenupc {
    margin: 140x;
}

@media (max-width:1200px) {
.dmenupc {
    margin: 90px;
}
}

@media (max-width:867px) {
.dmenupc {
    margin: 5px;
}
}
.dez_menu {
    position: fixed;
    top: 40px;
    right: 0;
    background: #230079;
    width: 100%;
    height: 40px;
    animation: menubar 3s ease;
    box-shadow: 0 0 8px #3d0094;
    z-index: 10000;
    opacity: 0.8;
    

}
 @keyframes menubar {
 0% {
transform:translateY(-20px)
}
 40% {
transform:translateY(0)
}
 80% {
transform:translateY(0)
}
 100% {
transform:translateY(0)
}
}
.dez_menu ul {
    text-align: right;
    
}
.dez_menu li {
    list-style-type: none;
    width: 12%;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    transition: all 0.6s ease 0s;
	font-family: "フォーク R";
}
.dez_menu > li:hover {
    transform: scale(1.2, 1.2);
}
.dez_menu li a {
    display: block;
    margin: 0;
    padding: 5px 0 3px 0;
    color: #fff;
    font-size: 1.1rem;
    text-decoration: none;
}
.dez_menu li a:hover {
    color: #faed89;
	font-weight:bold;
}

@media (max-width: 867px) {
.dez_menu {
    height: 30px;
    display: none;
}
.dez_menu ul {
    display: none;
}
}
/** SP　メニュー　**/


/** 開閉ボタン　**/

.d_menu {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 10000;
    background: #3d0094;
    border: solid 10px #3d0094;
    display: none;
    box-shadow: 0 0 8px white;
    opacity:0.85;
}

@media (max-width: 768px) {
.d_menu {
    position: fixed;
    right: 10px;
    top: 10px;
    display: block;
}
}
.menu__line {
    background: #fff;
    display: block;
    height: 3px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
}
.menu__line--center {
    top: 14px;
}
.menu__line--bottom {
    bottom: 0;
}
.menu__line--top.active {
    top: 13px;
    transform: rotate(45deg);
    background: #fff;
}
.menu__line--center.active {
    transform: scaleX(0);
}
.menu__line--bottom.active {
    bottom: 14px;
    transform: rotate(135deg);
    background: #fff;
}
/** menu リスト部分　**/

.open_h {
    background: #3d0094;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 0;
    height: 100%;
    -webkit-transition: .35s ease-out;
    -moz-transition: .35s ease-out;
    transition: .35s ease-out;
    overflow-y: scroll;
    position: fixed;
    box-shadow: 0 0 8px #3d0094;
    z-index: 1000;
    opacity:0.85;
	
}
.open_h li:first-child {
    margin-top: 70px;
}
.open_h li {
    padding: 10px;
    width: 150px;
	font-family: "フォーク R";
}
.open_h li {
    padding: 10px;
    width: 150px;
}
.open_h li a {
    color: #fff;
}
/** 左から　**/
.open_2 {
    right : -100%;
}
.open_2.active2 {
    right : 0px;
}
/****************************************************************************

TOPページ

****************************************************************************/
/*  ロゴ　*/
.dLogo {
	width:80px;
	height:auto;
}
/*  TOP動画　*/
.bgvid {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: -10000;
    background-size: cover;
}

/*  TOP　テキスト　*/

.bar {
    width: 100%;
    height: 100px;
    color: #fff;
    font-size: 2rem;
    background: linear-gradient(to bottom, #3d0094 0%, #ff4454 100%); 
    margin-top: 30px;
    padding: 30px;
}

.h_mi:hover{
    opacity: 0.8;
    height:120%;
}
.h_mi a{
    text-decoration: none;
}
.h_mi .web_text {
    animation: toptext 5s infinite alternate;
	font-family: "フォーク R";
}
@keyframes toptext {
 0% {
 width:50%;
 -webkit-filter: hue-rotate(0deg);
 filter: hue-rotate(0deg);
}
 100% {
 width:100%;
 -webkit-filter: hue-rotate(360deg);
 filter: hue-rotate(360deg);
}
}

.ad_text {
    animation: toptext2 5s infinite alternate;
	font-family: "フォーク R";
}
@keyframes toptext2 {
 0% {
 width:5%;
 -webkit-filter: hue-rotate(0deg);
 filter: hue-rotate(0deg);
}
 100% {
 width:100%;
 -webkit-filter: hue-rotate(360deg);
 filter: hue-rotate(360deg);
}
}
/****************************************************************************

下層ページ

****************************************************************************/


/* お問い合わせ　
***************************************************************************/
.infoArea {
    position: fixed;
    right: 5px;
    top: 5px;
}
.infoArea a {
    text-decoration: none;
    color: maroon;
}
/* アクセスページ　
***************************************************************************/

.accessArea ul li {
    list-style-type: none;
}
/****************************************************************************

申し込みフォーム 申し込みボタン

****************************************************************************/
/*　　イベント申し込みフォーム　*/

.requiredBtn {
    background: #ff9d4a;
    padding: 3px 9px;
    border-radius: 5px;
    margin: 10px;
    font-size: 1rem;
    color: #fff;
}
.eventInform {
    width: 100%;
    height: auto;
}
.eventInform p {
    font-size: 1.5rem;
    color: #42210b
}
.eventInform dt {
    float: left;
    width: 50%;
    font-size: 1.2rem;
    color: #42210b;
    padding: 8px;
}
.eventInform dd {
    margin-left: 10px;
    width: 50%;
    color: #716e6b;
    padding: 10px;
}
p.formStext, .formStext {
    font-size: 0.8rem;
}

@media (max-width: 768px) {
.eventInform dt {
    width: 100%;
}
.eventInform dd {
    width: 100%;
}
}
/*　チェックボックス　大きく */

input[type=checkbox] {
    transform: scale(1.3);
}
/*　送信ボタン　お申し込みボタン */

input[type="submit"]#mmnm_submit, input[type="submit"] {
    line-height: 160%;
    padding: 8px 12px 10px;
    margin: 5px 0;
    max-width: 230px;
    width: 60%;
    border-radius: 8px;
    text-align: center;
    background: #ff9d4a;
    color: #fff;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: bold;
    border: none;
}
input[type="text"], input[type="password"], textarea, input[type="tel"], input[type="email"], select {
    border: 1px #888888 solid;
    font-size: 100%;
    padding: 0.2em 5px 0.2em 10px;
    border-radius: 3px;
}
/*　メルマガ登録　テキスト非表示　*/
input[type="text"]#mail_address {
    border: 1px #F9C898 solid;
    box-shadow: 0px 0px 3px 1px #F9C898;
    -moz-box-shadow: 0px 0px 3px 1px #F9C898;
    -webkit-box-shadow: 0px 0px 3px 1px #F9C898;
    font-size: 1.0em;
    width: 300px;
    height: 42px;
    border-radius: 0 0 -0.5em 0;
}
.mail .mmnm h4 {
    display: none;
}
input#mail_address {
    width: 200px;
    height: 20px;
}

/*　テキストエリア　短く */
@media (max-width: 480px) {
input[type="text"], input[type="email"] {
    width: 250px;
}
.eventInform textarea {
    width: 250px;
}
}
textarea:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, select:hover, input[type="tel"]:hover, input[type="checkbox"]:hover {
    border: 1px #F7931E solid;
    box-shadow: 0px 0px 6px 2px #f1944d;
    -moz-box-shadow: 0px 0px 6px 2px #f1944d;
    -webkit-box-shadow: 0px 0px 6px 2px #f1944d;
}
input[type="submit"]:hover {
    opacity: 0.8;
}
/*　会員登録フォーム　メッセージ */

.message {
    border: solid 1px #99ac0b!important;
    background: #f0f6d3!important;
    color: #336432!important;
    border-radius: 3px!important;
}
/*　各ページ  問い合わせボタン */
.btn_submit_1 {
    padding: 20px 30px 17px;
    margin: 0 auto;
    max-width: 450px;
    width: 40%;
    border-radius: 8px;
    text-align: center;
    background: #f15c11;
    background: -webkit-linear-gradient(to right, #f15c11, #f5af19);
    background: linear-gradient(to bottom, #f15c11, #f5af19);
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: bold;
    border: none;
}
.btn_submit_1 a {
    color: #fff;
}
.btn_submit_1:hover {
    opacity: 0.7;
}

@media (max-width: 480px) {
.btn_submit_1 {
    width: 80%;
}
}
/****************************************************************************

ボタン　非表示　プラグイン　contact-form ブロック用

****************************************************************************/
.grecaptcha-badge {
    display: none;
}

/* TOPへ戻るbotton 上書き 
***************************************************************************/
#page-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: none;
}
#page-top a {
  padding: 10px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  text-align: center;
  background: #3d0094;
  border-radius: 120px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
}
#page-top a:hover {
  background: #ffdf9f;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  #page-top {
    position: fixed;
    right: 12px;
    bottom: 50px;
    display: none;
    width: 100px;
  }
  #page-top img {
    width: 100%;
  }
}