@charset "UTF-8";
/* CSS Document */
/*
<!-- =============== Google fonts =============== -->
<link href="https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css" rel="stylesheet" />
*/
body {
    color: #565656;
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-color: #ffffff;
    font-size: 0.9rem;
    font-family: 'M PLUS 1p', sans-serif;
    letter-spacing: 0.05rem;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
/*テキスト関連*/

a {color:inherit;}


@font-face {
    font-family: 'gravur';
    src: url('../font/Gravur-CondensedRegular.eot'); /* IE9 Compat Modes */
    src: url('../font/Gravur-CondensedRegular.eot?#iefix') format('embedded-opentype'), /* eof - IE6-IE8 */  url('../font/Gravur-CondensedRegular.woff') format('woff'), /* woff - Modern Browsers */  url('../font/Gravur-CondensedRegular.ttf') format('truetype'), /* ttf - Safari, Android, iOS */  url('../font/Gravur-CondensedRegular.svg#svgFontName') format('svg'); /* svg - Legacy iOS */
}
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}
/* clearfix */
.gravur {
    font-family: gravur; /* @font-faceで定義したフォント名を指定 */
    letter-spacing: 1rem;
    font-weight: normal;
}
.noto-sans {
    font-family: 'Noto Sans JP', sans-serif;
}
.plus-r {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.cinzel {
    font-family: 'Cinzel', serif;
}
.plus-n {
    font-family: 'M PLUS 1p', sans-serif;
}
.noto-serif {
    font-family: 'Noto Serif JP', sans-serif;
}
.pattaya {
font-family: 'Pattaya', sans-serif;
}

.teko {font-family: 'Teko', sans-serif;
}

.lakki {
font-family: 'Lakki Reddy', cursive;}
.text-justify {
    text-align: justify;
}
.bold {
    font-weight: bold;
}

.t-100 {
    font-weight: bold;
}
.t-300 {
    font-weight: bold;
}
.t-400 {
    font-weight: bold;
}
.t-500 {
    font-weight: bold;
}
.t-700 {
    font-weight: bold;
}


.text-shadow {text-shadow:0px 0px 10px #000000;}

/*ボックス関連*/
.window100 {
    width: 100;
    height: 100vh;
}
.window50 {
    width: 100;
    height: 50vh;
}

/*フォント関連*/
.text-s5 {
    font-size: 0.4rem;
}
.text-s4 {
    font-size: 0.5rem;
}
.text-s3 {
    font-size: 0.7rem;
}
.text-ss {
    font-size: 0.8rem;
}
.text-s {
    font-size: 0.9rem;
}
.text-n {
    font-size: 1rem;
}
.text-m {
    font-size: 1.2rem;
}
.text-ml {
    font-size: 1.3rem;
}
.text-l {
    font-size: 1.5rem;
}
.text-ll {
    font-size: 1.7rem;
}
.text-xl {
    font-size: 2rem;
}

.text-r {
    color: #fd3c3c;
}
.text-g {
    color: rgba(50,255,0,1.00);
}
.text-y {
    color: #ffff00;
}
.text-b {
    color: #4286f4;
}
.text-w {
    color: #FFFFFF;
}
.text-dark {
    color: #565656;
}

.text-black {
    color: #000000;
}

/*リストスタイル関連*/

h2 span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
}

ul {
    list-style: none;
}
/*画像・その他初期設定*/
.clear {
    clear: both;
　/*floatの解除、ここがポイント*/
}




/*メディアクエリ*/
.pc {
    display: block;
}
.sp {
    display: none
}

img {
    width: 100%;
    height: auto;
}
/*余白関連*/
.bottom-space10 {
    margin-bottom: 10px;
}
.bottom-space20 {
    margin-bottom: 20px;
}
.bottom-space40 {
    margin-bottom: 40px;
}
.bottom-space80 {
    margin-bottom: 80px;
}
.top-space10 {
    margin-top: 10px;
}
.top-space40 {
    margin-top: 40px;
}
.top-space80 {
    margin-top: 80px;
}
.all-padding15 {
    padding: 15px;
}
.all-padding10 {
    padding: 10px;
}
.all-margin10 {
    margin: 10px;
}
.top-padding10 {
    padding-top: 10px;
}
.top-padding20 {
    padding-top: 20px;
}
.top-padding30 {
    padding-top: 30px;
}
.top-padding40 {
    padding-top: 40px;
}
.top-padding50 {
    padding-top: 50px;
}
.top-padding60 {
    padding-top: 60px;
}
.top-padding80 {
    padding-top: 80px;
}
.top-padding160 {
    padding-top: 160px;
}
.top-padding240 {
    padding-top: 240px;
}
.bottom-padding10 {
    padding-bottom: 10px;
}
.bottom-padding30 {
    padding-bottom: 30px;
}
.bottom-padding40 {
    padding-bottom: 40px;
}
.bottom-padding50 {
    padding-bottom: 50px;
}
.bottom-padding60 {
    padding-bottom: 60px;
}
.bottom-padding80 {
    padding-bottom: 80px;
}
.bottom-padding160 {
    padding-bottom: 160px;
}
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
.line-2 {
    line-height: 2.5rem
}


img {
    vertical-align: middle;
}
iframe {
    vertical-align: bottom;
}
/*フォーム関連*/


.box-center {
    margin: 0 auto
}
/*リンク関連*/

.anchorlink {
    padding-top: 80px;
    display: inline-block;
    margin-top: -80px;
}
/*背景色関連*/

.bk-black {
    background-color: #000000;
}
.bk-white {
    background-color: #ffffff;
}
.bk-light-gray {
    background-color: #F2F2F2;
}
.bk-pink {
    background-color: #ff7bac
}
/*オプション関連*/
.attend {
    border: dashed 1px #F7C4C3;
    padding: 10px;
    text-align: left;
    font-size: 0.9rem;
    padding-bottom: 10px;
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
}
div.attend p {
    padding: 10px 0 0 0;
    margin: 0;
}
/*ポップアップ関連*/
.popup-window {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0;
}
.popup-window:target {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.popup-window .popup-inner {
    position: absolute;
    top: 100px;
    left: 50%;
    z-index: 20;
    margin-left: -320px;
    width: 600px;
    padding: 20px;
    overflow-x: hidden;
    text-align: center;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
.popup-window .popup-inner p {
    padding: 0 20px;
}
.popup-window .popup-close {
    display: block;
    text-indent: -100px;
    overflow: hidden;
}
.popup-window .popup-close:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(0,0,0,0.6);
}
.popup-window .popup-close:after {
    content: '\00d7';
    position: absolute;
    top: 70px;
    left: 50%;
    z-index: 20;
    margin-left: 260px;
    background: #fff;
    border-radius: 2px;
    padding: 2px 15px;
    font-size: 18px;
    text-decoration: none;
    text-indent: 0;
}
.popup-window {
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}


@media (max-width: 1366px) {
}

@media (max-width: 1024px) {
}

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

@media (max-width: 414px) {
.pc {
    display: none;
}
.sp {
    display: block
}
}

@media (max-width: 320px) {
}
