@charset "UTF-8";
/* This css is compiled from scss */
/*! This is based on normalize.css v3.0.2 | MIT License | git.io/normalize */
/* [contents]
/*----------------------------------*/
/* introduction
/*----------------------------------*/
/* normalize
/*----------------------------------*/
/* 便宜上の設定
/*----------------------------------*/
/**/
/* introduction
/*----------------------------------*/
/**
 * base.cssとして使用する場合は３章の「便宜上の設定」を一度確認すべきでしょう。
 * ノーマライズが目的であれば２章の「normalize」だけでを使用してください。
 * Please search with "wws"
 * to find css added by Wild Web Service.
 */
/* normalize
/*----------------------------------*/
/**
 * 1. フォントの設定をする。
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 *    text-size-adjustは「none」を使わずに「100%」を使う。
 */
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "KozGoStd-Light", "KozGoStd-Regular", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  /* wws */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * 1. 一部のブラウザに対するバグ対策
 * 2. Remove default margin.
 */
body {
  max-width: 100%;
  /* wws */
  margin: 0; }

/**
 * 文字サイズの設定が効かなくなる、またはおかしくなるバグの対策
 * 文字が含まれるボックスにmax-hight:100%を適用することで回避できる
 */
/* HTML5 display definitions
   ========================================================================== */
/**
 * 1. Correct `block` display not defined for any HTML5 element in IE 8/9.
 *    Correct `block` display not defined for `details` or `summary` in IE 10/11
 *    and Firefox.
 *    Correct `block` display not defined for `main` in IE 11.
 * 2. 文字サイズの設定が効かなくなる、またはおかしくなるバグの対策
 *    文字が含まれるボックスにmax-hight:100%を適用することで回避できる。
 */
div,
p,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  /* 1 */
  /* max-height: 100%; /* 2 */
  /* wws */ }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  max-width: 100%;
  /* wws */
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
 * Copyright (c) 2013-2014 ZURB, inc.
* MIT License
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to use, copy, modify, merge, publish,
* distribute, sublicense, and/or sell copies of the Software, and to
* permit persons to whom the Software is furnished to do so, subject to
* the following conditions:
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
* LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/* 便宜上の設定
/*----------------------------------*/
* {
  box-sizing: border-box; }

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

body {
  min-width: 100%; }

table {
  table-layout: fixed;
  width: 100%; }

p {
  margin: 0;
  padding: 0; }

#wrapper {
  max-width: 100%;
  overflow: hidden; }

/* unique
-------------------------- */
/* general
-------------------------- */
/* [contents] font.scss
/*----------------------------------*/
/* 
/*----------------------------------*/
/* 
/*----------------------------------*/
/* 
/*----------------------------------*/
/* 
/*----------------------------------*/
/**/
/* example
/*----------------------------------*/
/* 

    medium
    @font-face {
        font-family: 'myfont';
        src: url('fonts/myfont-medium.woff') format('woff'),
                 url('fonts/myfont-medium.ttf') format('truetype');
        font-weight: 500;
        font-style: normal;
    }
    light
    @font-face {
        font-family: 'myfont';
        src: url('fonts/myfont-light.woff') format('woff'),
                 url('fonts/myfont-light.ttf') format('truetype');
        font-weight: 300;
        font-style: normal;
    }
    bold-italic
    @font-face {
        font-family: 'myfont';
        src: url('fonts/myfont-bold-italic.woff') format('woff'),
                 url('fonts/myfont-bold-italic.ttf') format('truetype');
        font-weight: 700;
        font-style: italic;
    }
    
/**/
/* [contents]
/*----------------------------------*/
/* val
/*----------------------------------*/
/* outline, general
/*----------------------------------*/
/* mv
/*----------------------------------*/
/* concept
/*----------------------------------*/
/* features
/*----------------------------------*/
/* schedule
/*----------------------------------*/
/*
/*----------------------------------*/
/* 
/*----------------------------------*/
/**/
/* val
/*----------------------------------*/
/* outline, general
/*----------------------------------*/
.secthead.general {
  font-size: 1.75em;
  margin: 0;
  text-align: center;
  color: #DF7A99; }
  .secthead.general .title {
    line-height: 1.4; }
    .secthead.general .title::after {
      content: "";
      display: block;
      width: 6em;
      height: 0;
      margin: auto;
      border-top: solid 3px #DF7A99; }
  .secthead.general .description {
    line-height: 2.4;
    font-size: .7em; }

/* index
/*----------------------------------*/
#index {
  position: relative;
  padding: 15vw 0;
  background: url("../img/main/index.jpg");
  background-size: auto 120%;
  background-position: center; }
  @media screen and (max-width: 666px) {
    #index {
      padding: 60vw 0;
      background-size: auto 105%; } }
  #index::before {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #DF7A99;
    opacity: .7; }
    @media screen and (max-width: 666px) {
      #index::before {
        top: 0; } }
  #index > .inner {
    position: relative;
    z-index: 5; }
  #index .logo {
    max-width: 50%;
    width: 270px;
    margin: auto; }
  #index #h1 {
    margin: 0 0 .2em;
    text-align: center;
    font-size: 2px;
    font-weight: normal;
    color: #fff; }

/* concept
/*----------------------------------*/
#concept {
  padding: 5em 0 7em;
  text-align: center;
  font-size: 1.2em; }
  #concept > .inner {
    max-width: 800px;
    margin: auto; }
  #concept .secthead {
    max-width: 630px;
    margin: auto; }
  @media screen and (max-width: 666px) {
    #concept {
      padding: 3em 1em;
      font-size: 1em; } }

/* Venue
/*----------------------------------*/
#Venue {
  background: #333;
  background-image: url("../img/bg/rhombus.png");
  background-size: 800px;
  padding: 3em 1.5em 4em; }
  @media screen and (max-width: 666px) {
    #Venue {
      background-size: 130%; } }
  #Venue > .inner {
    max-width: 800px;
    margin: auto; }
  #Venue .list {
    margin-top: 3em; }
    @media screen and (max-width: 666px) {
      #Venue .list {
        margin-top: 1.5em; } }
    #Venue .list .item {
      display: flex;
      flex-direction: row-reverse;
      margin-top: 1.5em;
      border: solid 6px #DF7A99; }
      @media screen and (max-width: 666px) {
        #Venue .list .item {
          display: block; } }
      #Venue .list .item:nth-child(1)::before {
        background-image: url("../img/venue/bar_1.jpg"); }
      #Venue .list .item:nth-child(2)::before {
        background-image: url("../img/venue/bar_2.jpg"); }
      #Venue .list .item:nth-child(3)::before {
        background-image: url("../img/venue/bar_3.jpg"); }
      #Venue .list .item .text {
        flex: 0 0 55%;
        padding: 2.5em 2em;
        background: #fff;
        color: #DF7A99;
        text-align: center; }
        @media screen and (max-width: 666px) {
          #Venue .list .item .text {
            padding: .8em .8em; } }
        #Venue .list .item .text .title {
          font-size: 1.5em; }
        #Venue .list .item .text .description {
          margin-top: 1em; }
          @media screen and (max-width: 666px) {
            #Venue .list .item .text .description {
              margin-top: .5em;
              font-size: .95em; } }
      #Venue .list .item::before {
        content: "";
        display: block;
        flex: 0 0 45%;
        background-size: cover;
        background-position: center; }
        @media screen and (max-width: 666px) {
          #Venue .list .item::before {
            min-height: 45vw; } }

/* promotion
/*----------------------------------*/
#promotion {
  padding: 4em 1em 1em; }
  #promotion .banner {
    max-width: 720px;
    margin: auto; }

/* schedule
/*----------------------------------*/
#schedule {
  padding: 3em 1em 8em; }
  #schedule > .inner {
    max-width: 980px;
    margin: auto; }
  #schedule ul.event-list {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 666px) {
      #schedule ul.event-list {
        justify-content: center; } }
    #schedule ul.event-list li {
      flex: 0 0 32%;
      margin: 2% 2% 2% 0;
      border: solid 1px #ccc;
      border-radius: 20px;
      box-shadow: 10px 2px 10px 0px rgba(100, 100, 100, 0.5);
      overflow: hidden; }
      #schedule ul.event-list li:last-child {
        margin-right: 0; }
      @media screen and (max-width: 666px) {
        #schedule ul.event-list li {
          flex: 0 0 93%;
          margin: 4% !important; } }
      #schedule ul.event-list li > a {
        text-decoration: none;
        color: inherit; }
    #schedule ul.event-list .thumb {
      height: 11em;
      overflow: hidden; }
      @media screen and (max-width: 666px) {
        #schedule ul.event-list .thumb {
          height: auto; } }
      #schedule ul.event-list .thumb img {
        display: block;
        max-width: none;
        width: auto;
        height: 100%;
        position: relative;
        left: 50%;
        transform: translateX(-50%); }
        @media screen and (max-width: 666px) {
          #schedule ul.event-list .thumb img {
            height: auto;
            width: 100%; } }
    #schedule ul.event-list .text {
      padding: .5em 1em 1.5em; }
    #schedule ul.event-list .date {
      font-size: 1.05em;
      font-weight: bold;
      color: #DF7A99; }
      #schedule ul.event-list .date .d {
        font-size: 1.5em; }

/* news
/*----------------------------------*/
#news {
  padding: 3em 1em 4em;
  background: #DF7A99;
  color: #fff;
  background-image: url("../img/recruit/stripe.png");
  background-size: 80% auto; }
  #news .secthead {
    font-size: 1.75em;
    margin: 0;
    text-align: center;
    color: #fff; }
    #news .secthead .title {
      line-height: 1.4; }
      #news .secthead .title::after {
        content: "";
        display: block;
        width: 6em;
        height: 0;
        margin: auto;
        border-top: solid 3px #fff; }
    #news .secthead .description {
      line-height: 2.4;
      font-size: .7em; }
  #news .twitter {
    max-width: 540px;
    margin: 3em auto 0; }

/* [contents]
/*----------------------------------*/
/* 共通ヘッダー
/*----------------------------------*/
/* ページタイトル
/*----------------------------------*/
/* 共通フッター
/*----------------------------------*/
/* イベント詳細
/*----------------------------------*/
/* 
/*----------------------------------*/
/**/
/* 共通ヘッダー
/*----------------------------------*/
#header {
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 10;
  top: 0;
  background: rgba(223, 122, 153, 0.7);
  box-shadow: 0px 0px 10px -5px #555; }
  @media screen and (max-width: 666px) {
    #header {
      display: none; } }
  #header nav {
    display: flex; }
    #header nav .gnav {
      display: flex;
      flex: 1 1;
      padding: 0 2em; }
      #header nav .gnav li > a {
        display: block;
        font-size: 1.4em;
        padding: .6em .8em;
        text-decoration: none;
        color: #fff; }
        #header nav .gnav li > a:hover {
          background-color: rgba(51, 51, 51, 0.6); }
    #header nav .button {
      text-align: right;
      flex: 0 0 210px;
      padding: .5em 2em .5em .5em; }
      #header nav .button > a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        font-size: 1.15em;
        background-color: rgba(223, 122, 153, 0.8);
        border: solid 3px rgba(255, 255, 255, 0.8);
        border-radius: 5px;
        color: #fff;
        text-decoration: none; }

.back-to-home {
  display: none;
  width: 12%;
  position: fixed;
  top: 6px;
  left: 6px;
  z-index: 9999; }
  .back-to-home a {
    display: block;
    text-decoration: none;
    color: inherit; }
  .back-to-home img {
    display: block;
    width: 100%;
    opacity: .63; }

/* ページタイトル
/*----------------------------------*/
#page-title {
  position: relative;
  padding: 6vw 0 2.5vw;
  background: url("../img/main/index.jpg");
  background-size: 100% auto;
  background-position: top 6% center; }
  @media screen and (max-width: 666px) {
    #page-title {
      padding: 5em 0 .5em;
      background-size: 150% auto; } }
  #page-title::before {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #DF7A99;
    opacity: .7; }
    @media screen and (max-width: 666px) {
      #page-title::before {
        top: 0; } }
  #page-title > .inner {
    position: relative;
    z-index: 5; }
  #page-title h1 {
    color: #fff;
    text-align: center;
    margin: 0; }
    #page-title h1 > .inner {
      max-width: 750px;
      margin: auto;
      padding-bottom: 1.2em;
      background-image: url("../img/other/page_title.png");
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: bottom center; }
      @media screen and (max-width: 666px) {
        #page-title h1 > .inner {
          font-size: .75em;
          padding-bottom: .9em; } }

/* 共通フッター
/*----------------------------------*/
#footer {
  text-align: center;
  background: #4d4d4d;
  color: #fff; }
  #footer > .inner {
    padding: 2em 0; }
  #footer ul.fnav {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 666px) {
      #footer ul.fnav {
        display: none; } }
    #footer ul.fnav li {
      padding: .5em 2em; }
    #footer ul.fnav a {
      text-decoration: none;
      color: inherit; }
  #footer .copyright {
    margin-top: 1em; }

/* イベント詳細
/*----------------------------------*/
.event-content > .inner {
  max-width: 810px;
  margin: auto;
  padding: 2em .5em; }
.event-content h2 {
  font-size: 1.15em;
  padding: .2em .5em;
  background-color: #DF7A99;
  color: #fff; }

/* article
/*----------------------------------*/
#article > .inner {
  max-width: 810px;
  margin: auto;
  padding: 2em .5em; }
#article h2 {
  font-size: 1.15em;
  padding: .2em .5em;
  background-color: #DF7A99;
  color: #fff; }
#article ul {
  list-style: circle;
  padding-left: 2em;
  margin: 1em 0; }

/*# sourceMappingURL=style.css.map */
