@charset "UTF-8";
/*******************************************************************************
 * Copyright (c) 2017 cyclops.
 *******************************************************************************/
/*******************************************************************************
 * Copyright (c) 2016 cyclops.
 *******************************************************************************/
/* reset.scss
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126License: none (public domain)
-------------------------------------------------------------------------------------------------------------
*/
@import url(//fonts.googleapis.com/css?family=Raleway:500,100);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/*******************************************************************************
 * Copyright (c) 2016 cyclops.
 *******************************************************************************/
/* clearfix
-------------------------------------------------------------------------------------------------------------
*/
.clr:before, ul.thumbnails:before, section:before, #main-nav:before,
.clr:after,
ul.thumbnails:after,
section:after,
#main-nav:after {
  content: "";
  display: table; }

.clr:after, ul.thumbnails:after, section:after, #main-nav:after {
  clear: both; }

/*
.clr:after {
	display:block;
	clear:both;
	content:" ";
	visibility:hidden;
	height:0;
	font-size:0;
}
*/
/*————————————————————
	mixin.scss
——————————————————————–*/
/*
mixin集
http://coliss.com/articles/build-websites/operation/css/15-essential-sass-mixins-by-developerdrive.html
http://cappee.net/coding/sass-scss/mixin-matome
*/
/*
select,input,button,textarea{font:99% $minchou}
table {font-size:inherit;font-size:100%;}
*/
/*
function一覧
http://book.scss.jp/code/c8/07.html

*/
/*http://negimemo.net/1141

@include font-size(16);

*/
/*
http://blog.webcreativepark.net/2015/11/09-135807.html
http://coliss.com/articles/build-websites/operation/css/15-essential-sass-mixins-by-developerdrive.html
http://cappee.net/coding/sass-scss/mixin-matome
上の色を暗くする場合は$effectをdarkenへ
*/
/*————————————————————
  animation.scss
——————————————————————–*/
/*
http://daneden.github.io/animate.css/
*/
.animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/*
google font
noto sans jp
http://toach.click/2016/01/30/how-to-noto-sans-japanese/
*/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format("opentype"); }
/*
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format('opentype');
}
*/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format("opentype"); }
/*
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 400;
   src: local('NotoSansJP-Regular.otf'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
 }
 */
/*
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
 }
 */
/*
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
 }
 */
/*
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 900;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format('opentype');
 }
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?qelxbj");
  src: url("../fonts/icomoon.eot?qelxbj#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?qelxbj") format("truetype"), url("../fonts/icomoon.woff?qelxbj") format("woff"), url("../fonts/icomoon.svg?qelxbj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
.icomoon, p.btn a span.icon, #sns-nav ul li a:after, .pagetop a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*————————————————————
	base.scss
——————————————————————–*/
 /* compass
--------------------------------------------------------------------------*/
 /* font
--------------------------------------------------------------------------*/
/*
http://www.02320.net/any_fontfile_to_webfont/
*/
/* Layout
-------------------------------------------------------------------------------------------------------------
*/
/*body
縦に短いページ用にフッター下部の色を背景色に設定*/
html {
  font-size: 62.5%;
  /*10px*/
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", Verdana, Roboto, "Droid Sans", sans-serif;
  font-weight: 200;
  letter-spacing: 1px; }

body {
  background: #e4007f; }

#content {
  margin: 0 auto; }

footer {
  padding: 0 0 0px;
  position: relative;
  width: 100%; }
  footer .inner {
    padding: 60px 0; }

/* basic
-------------------------------------------------------------------------------------------------------------
*/
/** default style */
a {
  text-decoration: none; }

strong, b, caption {
  font-weight: 700; }

em {
  font-style: italic; }

img, textarea, input {
  vertical-align: bottom; }

/*
input{vertical-align: baseline;}
form{display:inline;}
*/
hr {
  display: none; }

input,
button,
select,
textarea {
  -webkit-appearance: none; }

/** font-size */
dt {
  line-height: 2;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700; }

p, li, dd {
  line-height: 2;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300; }

/*
th,tdはtable.scssで
*/
/** color */
p, li, dt, dd, td {
  color: #fff; }

strong {
  color: #ae0000; }
  strong.large {
    font-size: 18px;
    font-size: 1.8rem;
    color: #cccccc; }

/*
th{color:#0041c0;}
legend,caption{color:#505050;}
*/
p, ol, ul, dl {
  margin: 0 0 20px; }

/** heading*/
h1,
h2,
h3,
h4 {
  line-height: 1.3; }

.title02 {
  margin: 0 0 30px;
  font-family: "Raleway", sans-serif;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 100;
  text-align: center;
  color: #fff; }

.title03 {
  margin: 0 auto 15px;
  padding: 0 30px;
  display: table;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 100;
  text-align: center;
  color: #fff; }
  .title03 span {
    font-size: 13px;
    font-size: 1.3rem; }

/*extend*/
/*width*/
.w-1600 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 1600px; }

.w-1200 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 1200px; }

.w-1024 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 1024px; }

.w-800 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 800px; }

.w-800 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 600px; }

/*text-decoration*/
p.copyright {
  font-family: "Raleway", sans-serif !important; }

p.copyright, p.catch {
  text-transform: uppercase !important; }

.table-box, table th,
table td, p, ul.dot, p.copyright {
  text-align: center !important; }

/*layout*/
.wrapper {
  overflow: hidden;
  zoom: 1; }
  .wrapper p,
  .wrapper dl,
  .wrapper h2,
  .wrapper h3 {
    margin-left: 0 !important;
    margin-right: 0 !important; }

body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/*————————————————————
	talbe.scss
——————————————————————–*/
.tab-content {
  display: none; }
  .tab-content.first-child {
    display: table; }

.table-box {
  margin: 0 0 20px;
  padding-bottom: 10px; }

table {
  margin: 0;
  padding: 0 !important;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  table-layout: fixed;
  border-collapse: collapse;
  border-top: 1px solid #e4007f; }
  table th {
    font-weight: normal; }
  table th,
  table td {
    padding: 10px 30px;
    border-bottom: 1px solid #e4007f;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    vertical-align: middle; }
  table thead th,
  table tfoot th {
    vertical-align: middle;
    background-color: #e4007f; }
  table thead td,
  table tfoot td {
    color: #e6e6e6;
    background-color: #ff1899;
    font-weight: normal; }
  table tbody th {
    background-color: #fffefe; }
  table tbody td {
    background-color: #fff; }
  table tr.odd th {
    background-color: #ff4baf; }
  table tr.odd td {
    background-color: #f7f7f7; }
  table tr.hover th {
    color: #e6e6e6 !important;
    background-color: #e4007f !important; }
  table tr.hover td {
    color: #e6e6e6 !important;
    background-color: #ffffcc !important; }
  table .p-1 {
    width: 1%; }
  table .p-2 {
    width: 2%; }
  table .p-3 {
    width: 3%; }
  table .p-4 {
    width: 4%; }
  table .p-5 {
    width: 5%; }
  table .p-6 {
    width: 6%; }
  table .p-7 {
    width: 7%; }
  table .p-8 {
    width: 8%; }
  table .p-9 {
    width: 9%; }
  table .p-10 {
    width: 10%; }
  table .p-11 {
    width: 11%; }
  table .p-12 {
    width: 12%; }
  table .p-13 {
    width: 13%; }
  table .p-14 {
    width: 14%; }
  table .p-15 {
    width: 15%; }
  table .p-16 {
    width: 16%; }
  table .p-17 {
    width: 17%; }
  table .p-18 {
    width: 18%; }
  table .p-19 {
    width: 19%; }
  table .p-20 {
    width: 20%; }
  table .p-25 {
    width: 25%; }
  table .p-30 {
    width: 30%; }
  table .p-35 {
    width: 35%; }
  table .p-40 {
    width: 40%; }
  table .p-45 {
    width: 45%; }
  table .p-50 {
    width: 50%; }

/*————————————————————
	design.scss
——————————————————————–*/
/*margin*/
.mt-0 {
  margin-top: 0px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

/*paragraph*/
p.btn {
  display: table; }
  p.btn a {
    display: inline-block !important;
    position: relative;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem; }
    p.btn a span {
      display: table-cell;
      padding: 0;
      vertical-align: middle;
      text-align: center; }
      p.btn a span.icon {
        font-size: 36px;
        font-size: 3.6rem;
        padding: 0 5px;
        background: #e6e600;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px; }
      p.btn a span.link {
        padding: 10px 50px 10px 40px;
        background: yellow;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        font-size: 15px;
        font-size: 1.5rem; }
    p.btn a:hover {
      text-decoration: none; }
      p.btn a:hover span.icon {
        background: yellow; }

/*link*/
a, a * {
  -moz-transition: 500ms;
  -o-transition: 500ms;
  -webkit-transition: 500ms;
  transition: 500ms; }

a {
  color: yellow;
  outline: none;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #ffff33; }
  a:hover {
    text-decoration: none; }
  a.underline:hover {
    text-decoration: underline; }
  a.decoration-clr, .decoration-clr a {
    text-decoration: none !important; }
  a.basecolor-link, .basecolor-link a {
    color: #fff; }
    a.basecolor-link:hover, .basecolor-link a:hover {
      color: yellow; }
  a.whitecolor-link, #sns-nav ul li a, .whitecolor-link a, #sns-nav ul li a a {
    color: #fff; }
    a.whitecolor-link:hover, #sns-nav ul li a:hover, .whitecolor-link a:hover, #sns-nav ul li a a:hover {
      color: yellow; }
  a img {
    background: transparent; }
  a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9; }

.notransition a,
.notransition a * {
  -webkit-transiton: none;
  -moz-transiton: none;
  -ms-transiton: none;
  -o-transiton: none;
  transiton: none; }

/*list*/
ul.dot {
  margin-bottom: 40px; }
  ul.dot li {
    margin: 0 0 5px;
    /*
    &:before {
    	@extend .icomoon;
    	content: '\e624';
    	color: $linkColor;
    	padding-right: 5px;
    }
    */ }
    ul.dot li p {
      margin: 0 10px !important;
      font-size: 12px;
      font-size: 1.2rem; }
    ul.dot li:last-child {
      margin-bottom: 0; }
ul.thumbnails {
  margin: 0 2%; }
  ul.thumbnails > li {
    float: left;
    padding: 0 2% 4%;
    width: 33.33333%; }
    ul.thumbnails > li img.zero {
      width: auto;
      height: auto; }
    ul.thumbnails > li iframe {
      width: 100%; }
  ul.thumbnails.col-2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    ul.thumbnails.col-2 > li {
      float: none;
      width: auto; }

/*section class*/
section {
  margin: 0; }
  section > section {
    margin: 0;
    padding: 0; }

.unit {
  padding: 40px 20px 40px; }

/*module*/
/*other*/
/*————————————————————
  nav.scss
——————————————————————–*/
#sns-nav {
  float: right;
  padding: 0 20px 0 0; }
  #sns-nav ul {
    margin: 0;
    display: table;
    height: 64px; }
    #sns-nav ul li {
      display: table-cell;
      vertical-align: middle; }
      #sns-nav ul li a {
        padding: 0 5px;
        display: inline-block; }
        #sns-nav ul li a span {
          text-indent: -9999px;
          display: inline-block; }
        #sns-nav ul li a:after {
          font-size: 30px;
          font-size: 3rem; }
      #sns-nav ul li.sns-fb a:after {
        content: '\e632'; }
      #sns-nav ul li.sns-tw a:after {
        content: '\e635'; }
      #sns-nav ul li.sns-g a:after {
        content: '\ea8d'; }

.pagetop {
  margin: 0;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
  transition: 300ms; }
  .pagetop a {
    padding: 10px;
    display: block;
    text-align: center; }
    .pagetop a span {
      display: inline-block;
      text-indent: -9999px; }
    .pagetop a:after {
      color: #fff;
      content: '\f106';
      font-size: 48px;
      font-size: 4.8rem;
      -moz-transition: 500ms;
      -o-transition: 500ms;
      -webkit-transition: 500ms;
      transition: 500ms; }
    .pagetop a:hover {
      text-decoration: none; }
      .pagetop a:hover:after {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8; }

p.copyright {
  margin: 0;
  padding: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 100; }

/*————————————————————
	contents.scss
——————————————————————–*/
/*common*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  background: white;
  z-index: 1000000; }
  #loading img {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px; }

header {
  margin: 60px 0; }
  header .logo {
    margin: 0;
    padding: 10px 20px; }
    header .logo img {
      width: 100px;
      height: auto; }

h1 {
  padding: 20px; }

p {
  margin: 0 0 40px;
  text-align: center; }
  p.catch {
    margin: 0 auto 40px;
    display: table;
    width: 150px;
    height: 150px;
    font-size: 20px;
    font-size: 2rem; }
    p.catch span {
      display: table-cell;
      vertical-align: middle;
      color: #fff;
      background: #e73d7e;
      background: rgba(231, 61, 126, 0.6);
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      border: 20px solid yellow; }
  p.btn {
    margin: 0 auto; }

#timetable ul.dot {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px dashed yellow; }

/* parallax */
html,
body {
  width: 100%;
  height: 100%; }

.parallax {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  color: #fff; }
  .parallax .inner {
    color: #fff;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.parallax.pic01 {
  background-image: url("../../images/oct-01.jpg"); }
.parallax.pic02 {
  background-image: url("../../images/oct-02.jpg"); }
.parallax.bottom {
  background-image: url("../../images/oct-bottom.jpg"); }

#box01 figure {
  margin: 0 0 30px; }
  #box01 figure img {
    max-width: 1000px;
    display: block;
    margin: 0 auto; }

#box02 ul li {
  margin: 0 0 20px; }

#box03 {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto; }

/*contens*/
/*————————————————————
	sp.scss
——————————————————————–*/
/*
http://webdesignerwork.jp/web/responsivewebdesign/
480px/iphone横
600px/kindle縦
768px/ipad縦
1,024px/ipad横
*/
/* common
-------------------------------------------------------------------------------------------------------------
*/
body {
  -webkit-text-size-adjust: 100%; }

img {
  width: 100%;
  height: auto; }

/*width adjust*/
@media screen and (max-width: 1600px) {
  .w-1600 {
    width: auto;
    padding: 0 20px; } }
@media screen and (max-width: 1200px) {
  .w-1200 {
    width: auto;
    padding: 0 20px; } }
@media screen and (max-width: 1024px) {
  .w-1024 {
    width: auto;
    padding: 0 20px; } }
@media screen and (max-width: 800px) {
  .w-800 {
    width: auto;
    padding: 0 20px; } }
@media screen and (max-width: 600px) {
  .w-600 {
    width: auto;
    padding: 0 20px; } }
/* 1600px for big screen
-------------------------------------------------------------------------------------------------------------
*/
/* 1024px for tablet
-------------------------------------------------------------------------------------------------------------
*/
/* 768px for iPad
-------------------------------------------------------------------------------------------------------------
*/
@media screen and (max-width: 768px) {
  .title02 {
    font-size: 30px;
    font-size: 3rem; }

  .title02,
  p,
  li {
    text-align: left !important; }

  .title03 {
    padding: 0 10px;
    margin-left: 0; }

  table.w-800 {
    margin: 0 !important; }

  #map h3,
  #map p,
  #map .title02 {
    text-align: left !important;
    padding-left: 20px; } }
/* 479px for SmartPhone
-------------------------------------------------------------------------------------------------------------
*/

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