@charset "UTF-8";
/*

HTML5 CSS Reset
Based on Eric Meyer's CSS Reset
and html5doctor.com HTML5 Reset

Copyright (c) 2011 736 Computing Services Limited
Released under the MIT license. http://opensource.736cs.com/licenses/mit

*/
/* line 12, scss/base/_reset.scss */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, audio, canvas, details, figcaption,
figure, footer, header, hgroup, mark, menu, meter, nav,
output, progress, section, summary, time, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

/* line 33, scss/base/_reset.scss */
body {
  line-height: 1;
}

/* line 37, scss/base/_reset.scss */
article, aside, dialog, figure, footer, header,
hgroup, nav, section, blockquote {
  display: block;
}

/* line 42, scss/base/_reset.scss */
nav ul {
  list-style: none;
}

/* line 46, scss/base/_reset.scss */
ol {
  list-style: decimal;
}

/* line 50, scss/base/_reset.scss */
ul {
  list-style: disc;
}

/* line 54, scss/base/_reset.scss */
ul ul {
  list-style: circle;
}

/* line 58, scss/base/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 62, scss/base/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 68, scss/base/_reset.scss */
ins {
  text-decoration: underline;
}

/* line 72, scss/base/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 76, scss/base/_reset.scss */
mark {
  background: none;
}

/* line 80, scss/base/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need 'cellspacing="0"' in the markup */
/* line 86, scss/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 91, scss/base/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 100, scss/base/_reset.scss */
input[type="submit"], input[type="button"], button {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 105, scss/base/_reset.scss */
input, select, a img {
  vertical-align: middle;
}

/* float
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* line 4, scss/base/_util.scss */
.floatRight {
  float: right;
  text-align: left;
}

/* line 8, scss/base/_util.scss */
.floatLeft {
  float: left;
  text-align: left;
}

/* line 12, scss/base/_util.scss */
.center {
  margin: 0 auto;
  text-align: center;
}

/* line 17, scss/base/_util.scss */
.alignRight {
  text-align: right;
}

/* line 18, scss/base/_util.scss */
.alignLeft {
  text-align: left;
}

/* line 20, scss/base/_util.scss */
.fcP {
  color: #ea527f;
}

/* width
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* height
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* margin
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* line 59, scss/base/_util.scss */
.mt0px {
  margin-top: 0px !important;
}

/* line 59, scss/base/_util.scss */
.mt5px {
  margin-top: 5px !important;
}

/* line 59, scss/base/_util.scss */
.mt10px {
  margin-top: 10px !important;
}

/* line 59, scss/base/_util.scss */
.mt15px {
  margin-top: 15px !important;
}

/* line 59, scss/base/_util.scss */
.mt20px {
  margin-top: 20px !important;
}

/* line 59, scss/base/_util.scss */
.mt25px {
  margin-top: 25px !important;
}

/* line 59, scss/base/_util.scss */
.mt30px {
  margin-top: 30px !important;
}

/* line 59, scss/base/_util.scss */
.mt35px {
  margin-top: 35px !important;
}

/* line 59, scss/base/_util.scss */
.mt40px {
  margin-top: 40px !important;
}

/* line 59, scss/base/_util.scss */
.mt45px {
  margin-top: 45px !important;
}

/* line 59, scss/base/_util.scss */
.mt50px {
  margin-top: 50px !important;
}

/* line 59, scss/base/_util.scss */
.mt55px {
  margin-top: 55px !important;
}

/* line 59, scss/base/_util.scss */
.mt60px {
  margin-top: 60px !important;
}

/* line 59, scss/base/_util.scss */
.mt65px {
  margin-top: 65px !important;
}

/* line 59, scss/base/_util.scss */
.mt70px {
  margin-top: 70px !important;
}

/* line 59, scss/base/_util.scss */
.mt75px {
  margin-top: 75px !important;
}

/* line 59, scss/base/_util.scss */
.mt80px {
  margin-top: 80px !important;
}

/* line 59, scss/base/_util.scss */
.mt85px {
  margin-top: 85px !important;
}

/* line 59, scss/base/_util.scss */
.mt90px {
  margin-top: 90px !important;
}

/* line 59, scss/base/_util.scss */
.mt95px {
  margin-top: 95px !important;
}

/* line 59, scss/base/_util.scss */
.mt100px {
  margin-top: 100px !important;
}

/* line 83, scss/base/_util.scss */
.mb0px {
  margin-bottom: 0px !important;
}

/* line 83, scss/base/_util.scss */
.mb5px {
  margin-bottom: 5px !important;
}

/* line 83, scss/base/_util.scss */
.mb10px {
  margin-bottom: 10px !important;
}

/* line 83, scss/base/_util.scss */
.mb15px {
  margin-bottom: 15px !important;
}

/* line 83, scss/base/_util.scss */
.mb20px {
  margin-bottom: 20px !important;
}

/* line 83, scss/base/_util.scss */
.mb25px {
  margin-bottom: 25px !important;
}

/* line 83, scss/base/_util.scss */
.mb30px {
  margin-bottom: 30px !important;
}

/* line 83, scss/base/_util.scss */
.mb35px {
  margin-bottom: 35px !important;
}

/* line 83, scss/base/_util.scss */
.mb40px {
  margin-bottom: 40px !important;
}

/* line 83, scss/base/_util.scss */
.mb45px {
  margin-bottom: 45px !important;
}

/* line 83, scss/base/_util.scss */
.mb50px {
  margin-bottom: 50px !important;
}

/* line 83, scss/base/_util.scss */
.mb55px {
  margin-bottom: 55px !important;
}

/* line 83, scss/base/_util.scss */
.mb60px {
  margin-bottom: 60px !important;
}

/* line 83, scss/base/_util.scss */
.mb65px {
  margin-bottom: 65px !important;
}

/* line 83, scss/base/_util.scss */
.mb70px {
  margin-bottom: 70px !important;
}

/* line 83, scss/base/_util.scss */
.mb75px {
  margin-bottom: 75px !important;
}

/* line 83, scss/base/_util.scss */
.mb80px {
  margin-bottom: 80px !important;
}

/* line 83, scss/base/_util.scss */
.mb85px {
  margin-bottom: 85px !important;
}

/* line 83, scss/base/_util.scss */
.mb90px {
  margin-bottom: 90px !important;
}

/* line 83, scss/base/_util.scss */
.mb95px {
  margin-bottom: 95px !important;
}

/* line 83, scss/base/_util.scss */
.mb100px {
  margin-bottom: 100px !important;
}

/* padding
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* line 1, scss/base/_clearfix.scss */
.clearfix, body.access .contents .tourbusBox {
  *zoom: 1;
}

/* line 4, scss/base/_clearfix.scss */
.clearfix:after, body.access .contents .tourbusBox:after {
  content: '';
  display: block;
  clear: both;
}

/* line 1, scss/base/_fonts.scss */
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, YuGothic, '游ゴシック', 'ＭＳ Ｐゴシック', sans-serif;
  -webkit-text-size-adjust: 100%;
}

@font-face {
  font-family: 'breadcrumbs';
  src: url("/assets/fonts/breadcrumbs.eot?-jnt9l7");
  src: url("/assets/fonts/breadcrumbs.eot?#iefix-jnt9l7") format("embedded-opentype"), url("/assets/fonts/breadcrumbs.woff?-jnt9l7") format("woff"), url("/assets/fonts/breadcrumbs.ttf?-jnt9l7") format("truetype"), url("/assets/fonts/breadcrumbs.svg?-jnt9l7#breadcrumbs") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 1, scss/elements/_html.scss */
html {
  font-size: 13px;
  overflow-y: scroll;
}

/* line 1, scss/elements/_body.scss */
body {
  line-height: 1.8;
  color: #333;
  background: #fff;
}

/* line 1, scss/elements/_links.scss */
a {
  color: #222;
}

/* line 4, scss/elements/_links.scss */
a:link {
  color: #222;
}

/* line 7, scss/elements/_links.scss */
a:visited {
  color: #222;
}

/* line 10, scss/elements/_links.scss */
a:hover {
  color: #555555;
}

/* line 13, scss/elements/_links.scss */
a:active {
  color: #222;
}

/* line 18, scss/elements/_links.scss */
a.arrow {
  border: 2px solid #ea527f;
  display: inline-block;
  font-size: 15px;
  font-size: 1.15385rem;
  padding: .3em 20px .3em 35px;
  margin: .7em 0;
  text-decoration: none;
  color: #ea527f;
  min-width: 250px;
  background: #fff url(../images/ico_arrow03.png) no-repeat 10px center;
  text-align: left;
  line-height: 1.8;
  font-size: 16px;
}
/* line 31, scss/elements/_links.scss */
a.arrow:hover {
  background: #ea527f url(../images/ico_arrow01.png) no-repeat 10px center;
  color: #fff;
}

/* line 1, scss/layout/_basic.scss */
.wrapper {
  width: 960px;
  margin: auto;
}

/* line 5, scss/layout/_basic.scss */
#header {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  background: url(../images/bg_header.png) repeat-x 0 0;
}
/* line 11, scss/layout/_basic.scss */
#header .wrapper {
  position: relative;
  height: 108px;
  background: url(../images/bg_header-inner.png) no-repeat 0 0;
}
/* line 15, scss/layout/_basic.scss */
#header .wrapper h1 {
  position: absolute;
  top: 6px;
  left: 0;
}
/* line 19, scss/layout/_basic.scss */
#header .wrapper h1 a {
  display: block;
  overflow: hidden;
  width: 300px;
  height: 0;
  padding-top: 87px;
  background: url("/assets/images/header.png") no-repeat 0px -6px;
}
/* line 23, scss/layout/_basic.scss */
#header .wrapper #lnavi {
  position: absolute;
  top: 18px;
  left: 324px;
  white-space: nowrap;
}
/* line 28, scss/layout/_basic.scss */
#header .wrapper #lnavi li {
  font-size: 11px;
  font-size: 0.84615rem;
  display: inline;
  padding: 0 .3em 0 0;
}
/* line 32, scss/layout/_basic.scss */
#header .wrapper #lnavi li:after {
  margin: 0 0 0 1em;
  content: '\2502';
  color: #fff;
}
/* line 37, scss/layout/_basic.scss */
#header .wrapper #lnavi li.last:after {
  content: '';
}
/* line 40, scss/layout/_basic.scss */
#header .wrapper #lnavi li a {
  text-decoration: none;
  color: #fff;
}
/* line 43, scss/layout/_basic.scss */
#header .wrapper #lnavi li a:hover {
  opacity: .7;
}
/* line 49, scss/layout/_basic.scss */
#header .wrapper .tel {
  display: block;
  overflow: hidden;
  width: 294px;
  height: 0;
  padding-top: 30px;
  background: url("/assets/images/header.png") no-repeat -442px -17px;
  position: absolute;
  top: 16px;
  left: 550px;
}
/* line 55, scss/layout/_basic.scss */
#header .wrapper .reserve {
  display: block;
  overflow: hidden;
  width: 123px;
  height: 0;
  padding-top: 23px;
  background: url("/assets/images/header.png") no-repeat -770px -17px;
  position: absolute;
  top: 16px;
  left: 770px;
  left: 799px;
}
/* line 61, scss/layout/_basic.scss */
#header .wrapper .reserve:hover {
  opacity: .7;
}
/* line 65, scss/layout/_basic.scss */
#header .wrapper .facebook {
  display: block;
  overflow: hidden;
  width: 26px;
  height: 0;
  padding-top: 26px;
  background: url("/assets/images/header.png") no-repeat -874px -15px;
  position: absolute;
  top: 15px;
  left: 856px;
}
/* line 70, scss/layout/_basic.scss */
#header .wrapper .facebook:hover {
  opacity: .7;
}
/* line 74, scss/layout/_basic.scss */
#header .wrapper .twitter {
  display: block;
  overflow: hidden;
  width: 26px;
  height: 0;
  padding-top: 26px;
  background: url("/assets/images/header.png") no-repeat -904px -15px;
  position: absolute;
  top: 15px;
  left: 888px;
}
/* line 79, scss/layout/_basic.scss */
#header .wrapper .twitter:hover {
  opacity: .7;
}
/* line 83, scss/layout/_basic.scss */
#header .wrapper .instagram {
  display: block;
  overflow: hidden;
  width: 27px;
  height: 0;
  padding-top: 27px;
  background: url("/assets/images/header.png") no-repeat -934px -15px;
  position: absolute;
  top: 15px;
  left: 920px;
}
/* line 88, scss/layout/_basic.scss */
#header .wrapper .instagram:hover {
  opacity: .7;
}
/* line 93, scss/layout/_basic.scss */
#header .wrapper #gnavi li {
  position: absolute;
  top: 55px;
  height: 45px;
}
/* line 97, scss/layout/_basic.scss */
#header .wrapper #gnavi li > a {
  display: block;
  overflow: hidden;
  width: 91px;
  height: 0;
  padding-top: 26px;
  background: url("/assets/images/header.png") no-repeat -310px -58px;
}
/* line 100, scss/layout/_basic.scss */
#header .wrapper #gnavi li div {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  width: 200px;
  margin-left: -80px;
}
/* line 107, scss/layout/_basic.scss */
#header .wrapper #gnavi li div > a {
  line-height: 1.3;
  display: block;
  padding: 10px 10px 10px 30px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #ea527f;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url(/assets/images/ico_arrow04.png);
  background-repeat: no-repeat;
  background-position: 10px 11px;
}
/* line 119, scss/layout/_basic.scss */
#header .wrapper #gnavi li div > a:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 124, scss/layout/_basic.scss */
#header .wrapper #gnavi li:hover div {
  display: block;
}
/* line 127, scss/layout/_basic.scss */
#header .wrapper #gnavi li.gnav01 {
  left: 307px;
}
/* line 129, scss/layout/_basic.scss */
#header .wrapper #gnavi li.gnav01 > a {
  width: 91px;
  background-position: -307px -58px;
}
/* line 132, scss/layout/_basic.scss */
#header .wrapper #gnavi li.gnav01 > a:hover {
  background-position: -307px -115px;
}
/* line 137, scss/layout/_basic.scss */
#header .wrapper #gnavi li.gnav02 {
  left: 431px;
}
/* line 139, scss/layout/_basic.scss */
#header .wrapper #gnavi li.gnav02 > a {
  width: 90px;
  background-position: -431px -58px;
}
/* line 142, scss/layout/_basic.scss */
#header .wrapper #gnavi li.gnav02 > a:hover {
  background-position: -431px -115px;
}
/* line 147, scss/layout/_basic.scss */
#header .wrapper #gnavi li.gnav03 {
  left: 555px;
}
/* line 149, scss/layout/_basic.scss */
#header .wrapper #gnavi li.gnav03 > a {
  width: 81px;
  background-position: -555px -58px;
}
/* line 152, scss/layout/_basic.scss */
#header .wrapper #gnavi li.gnav03 > a:hover {
  background-position: -555px -115px;
}
/* line 157, scss/layout/_basic.scss */
#header .wrapper #gnavi li.gnav04 {
  left: 672px;
}
/* line 159, scss/layout/_basic.scss */
#header .wrapper #gnavi li.gnav04 > a {
  width: 120px;
  background-position: -668px -58px;
}
/* line 162, scss/layout/_basic.scss */
#header .wrapper #gnavi li.gnav04 > a:hover {
  background-position: -668px -115px;
}
/* line 167, scss/layout/_basic.scss */
#header .wrapper #gnavi li.gnav05 {
  left: 822px;
}
/* line 169, scss/layout/_basic.scss */
#header .wrapper #gnavi li.gnav05 > a {
  width: 135px;
  background-position: -822px -58px;
}
/* line 172, scss/layout/_basic.scss */
#header .wrapper #gnavi li.gnav05 > a:hover {
  background-position: -822px -115px;
}
/* line 176, scss/layout/_basic.scss */
#header .wrapper #gnavi li.gnav05 > div {
  right: 0;
  left: auto;
  margin-left: 0;
}

/* line 187, scss/layout/_basic.scss */
#main {
  width: 961px;
  margin: auto;
  padding: 130px 0 85px;
}
/* line 191, scss/layout/_basic.scss */
#main .tabBox {
  position: fixed;
  z-index: 999;
  top: 200px;
  right: 0;
  width: 164px;
}
/* line 198, scss/layout/_basic.scss */
#main .contents {
  margin-top: 10px;
  padding: 40px;
  border-radius: 10px;
  background: #fff;
}
/* line 2, scss/base/_mixin-clearfix.scss */
#main .contents {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
#main .contents:after {
  content: "";
  display: block;
  clear: both;
}
/* line 204, scss/layout/_basic.scss */
#main .contents hr {
  border: 0;
  border-bottom: 1px dotted #999;
}
/* line 208, scss/layout/_basic.scss */
#main .contents article {
  margin-bottom: 70px;
}
/* line 2, scss/base/_mixin-clearfix.scss */
#main .contents article {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
#main .contents article:after {
  content: "";
  display: block;
  clear: both;
}
/* line 211, scss/layout/_basic.scss */
#main .contents article h3 {
  font-size: 22px;
  font-size: 1.69231rem;
  font-weight: normal;
  margin-bottom: 35px;
  padding: 6px 20px 4px;
  color: #fff;
  border-radius: 5px;
  background: #ea527f url(/assets/images/bg_heading.gif) no-repeat right 50%;
}

/* line 224, scss/layout/_basic.scss */
#footer {
  font-size: 12px;
  font-size: 0.92308rem;
  line-height: 2;
  width: 100%;
  min-width: 960px;
  padding: 25px 0;
  color: #fff;
  background-color: #ea527f;
}
/* line 232, scss/layout/_basic.scss */
#footer .wrapper {
  width: 960px;
  margin: auto;
}
/* line 2, scss/base/_mixin-clearfix.scss */
#footer .wrapper {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
#footer .wrapper:after {
  content: "";
  display: block;
  clear: both;
}
/* line 236, scss/layout/_basic.scss */
#footer .wrapper .colLeft {
  float: left;
}
/* line 238, scss/layout/_basic.scss */
#footer .wrapper .colLeft .copyright {
  font-size: 10px;
  font-size: 0.76923rem;
  font-family: Helvetica, Arial, Verdana;
}
/* line 243, scss/layout/_basic.scss */
#footer .wrapper .colRight {
  float: right;
  white-space: nowrap;
}
/* line 2, scss/base/_mixin-clearfix.scss */
#footer .wrapper .colRight {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
#footer .wrapper .colRight:after {
  content: "";
  display: block;
  clear: both;
}
/* line 247, scss/layout/_basic.scss */
#footer .wrapper .colRight li {
  display: inline;
  padding: 0 .2em 0 0;
}
/* line 250, scss/layout/_basic.scss */
#footer .wrapper .colRight li:after {
  margin: 0 0 0 .4em;
  content: '\2502';
}
/* line 254, scss/layout/_basic.scss */
#footer .wrapper .colRight li.faq:after {
  content: '';
}
/* line 257, scss/layout/_basic.scss */
#footer .wrapper .colRight li a {
  text-decoration: none;
  color: #fff;
}
/* line 262, scss/layout/_basic.scss */
#footer .wrapper .colRight .fb-like {
  float: right;
}

/* line 269, scss/layout/_basic.scss */
iframe[name="google_conversion_frame"] {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 275, scss/layout/_basic.scss */
.info-old {
  border: 1px solid #ea527f;
  border-radius: 6px;
  background-color: #fff;
  width: 200px;
  text-align: center;
  margin: auto;
  color: #ea527f;
  font-weight: bold;
}

/* line 286, scss/layout/_basic.scss */
a.invalid {
  pointer-events: none;
}
/* line 288, scss/layout/_basic.scss */
a.invalid:hover {
  opacity: .7;
}

/* line 2, scss/layout/_index.scss */
body.index .loadBox {
  opacity: 0;
}
/* line 5, scss/layout/_index.scss */
body.index #hdrBlock {
  position: relative;
  width: 100%;
  min-width: 960px;
  min-height: 600px;
/*	  background: url(/images/index/bg_index.jpg) top center;		/*	2018	*/
  background: url(/images/index/bg_index2019.jpg) top center;		/*	2019	*/
  background-size: cover;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 20px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0 20px 0;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 20px 0;
}
/* line 15, scss/layout/_index.scss */
body.index #hdrBlock .inner {
  position: relative;
  min-height: 600px;
  background: url(/images/index/bg_navigation.png) no-repeat center bottom;
}
/* line 20, scss/layout/_index.scss */
body.index #hdrBlock .wrapper {
  position: relative;
  min-height: 600px;
}
/* line 23, scss/layout/_index.scss */
body.index #hdrBlock .wrapper h1 {
  position: absolute;
  top: 120px;
  left: 120px;
  opacity: 0;
}
/* line 30, scss/layout/_index.scss */
body.index #hdrBlock .wrapper h2 {
  position: absolute;
  top: 240px;
  left: 110px;
  opacity: 0;
}
/* line 37, scss/layout/_index.scss */
body.index #hdrBlock .wrapper .tel {
  display: block;
  overflow: hidden;
  width: 294px;
  height: 0;
  padding-top: 30px;
  background: url("/assets/images/header.png") no-repeat -442px -17px;
  position: absolute;
  top: 17px;
  left: 550px;
}
/* line 43, scss/layout/_index.scss */
body.index #hdrBlock .wrapper .reserve {
  display: block;
  overflow: hidden;
  width: 123px;
  height: 0;
  padding-top: 22px;
  background: url("/assets/images/header.png") no-repeat -770px -17px;
  position: absolute;
  top: 17px;
  left: 768px;
}
/* line 48, scss/layout/_index.scss */
body.index #hdrBlock .wrapper .reserve:hover {
  opacity: .7;
}
/* line 52, scss/layout/_index.scss */
body.index #hdrBlock .wrapper .facebook {
  display: block;
  overflow: hidden;
  width: 26px;
  height: 0;
  padding-top: 26px;
  background: url("/assets/images/header.png") no-repeat -874px -15px;
  position: absolute;
  top: 15px;
  left: 856px;
}
/* line 57, scss/layout/_index.scss */
body.index #hdrBlock .wrapper .facebook:hover {
  opacity: .7;
}
/* line 61, scss/layout/_index.scss */
body.index #hdrBlock .wrapper .twitter {
  display: block;
  overflow: hidden;
  width: 26px;
  height: 0;
  padding-top: 26px;
  background: url("/assets/images/header.png") no-repeat -904px -15px;
  position: absolute;
  top: 15px;
  left: 888px;
}
/* line 66, scss/layout/_index.scss */
body.index #hdrBlock .wrapper .twitter:hover {
  opacity: .7;
}
/* line 70, scss/layout/_index.scss */
body.index #hdrBlock .wrapper .instagram {
  display: block;
  overflow: hidden;
  width: 27px;
  height: 0;
  padding-top: 27px;
  background: url("/assets/images/header.png") no-repeat -934px -15px;
  position: absolute;
  top: 15px;
  left: 920px;
}
/* line 75, scss/layout/_index.scss */
body.index #hdrBlock .wrapper .instagram:hover {
  opacity: .7;
}
/* line 79, scss/layout/_index.scss */
body.index #hdrBlock .wrapper #lnavi {
  position: absolute;
  top: 50px;
  right: 0;
  white-space: nowrap;
}
/* line 84, scss/layout/_index.scss */
body.index #hdrBlock .wrapper #lnavi li {
  font-size: 11px;
  font-size: 0.84615rem;
  display: inline;
  padding: 0 .3em 0 0;
}
/* line 88, scss/layout/_index.scss */
body.index #hdrBlock .wrapper #lnavi li:after {
  margin: 0 0 0 1em;
  content: '\2502';
  color: #fff;
}
/* line 93, scss/layout/_index.scss */
body.index #hdrBlock .wrapper #lnavi li.last:after {
  content: '';
}
/* line 96, scss/layout/_index.scss */
body.index #hdrBlock .wrapper #lnavi li a {
  text-decoration: none;
  color: #fff;
}
/* line 99, scss/layout/_index.scss */
body.index #hdrBlock .wrapper #lnavi li a:hover {
  opacity: .7;
}
/* line 105, scss/layout/_index.scss */
body.index #hdrBlock .wrapper #gnavi {
  position: absolute;
  bottom: 0;
  height: 150px;
}
/* line 109, scss/layout/_index.scss */
body.index #hdrBlock .wrapper #gnavi li {
  position: absolute;
  top: 75px;
}
/* line 112, scss/layout/_index.scss */
body.index #hdrBlock .wrapper #gnavi li a {
  display: block;
  overflow: hidden;
  width: 77px;
  height: 0;
  padding-top: 47px;
  background: url("/images/index/navigation.png") no-repeat -310px -71px;
}
/* line 115, scss/layout/_index.scss */
body.index #hdrBlock .wrapper #gnavi li.gnav01 {
  left: 54px;
}
/* line 117, scss/layout/_index.scss */
body.index #hdrBlock .wrapper #gnavi li.gnav01 a {
  width: 86px;
  background-position: -175px -72px;
}
/* line 120, scss/layout/_index.scss */
body.index #hdrBlock .wrapper #gnavi li.gnav01 a:hover {
  background-position: -175px -322px;
}
/* line 125, scss/layout/_index.scss */
body.index #hdrBlock .wrapper #gnavi li.gnav02 {
  left: 245px;
}
/* line 127, scss/layout/_index.scss */
body.index #hdrBlock .wrapper #gnavi li.gnav02 a {
  width: 86px;
  background-position: -365px -72px;
}
/* line 130, scss/layout/_index.scss */
body.index #hdrBlock .wrapper #gnavi li.gnav02 a:hover {
  background-position: -365px -322px;
}
/* line 135, scss/layout/_index.scss */
body.index #hdrBlock .wrapper #gnavi li.gnav03 {
  left: 441px;
}
/* line 137, scss/layout/_index.scss */
body.index #hdrBlock .wrapper #gnavi li.gnav03 a {
  width: 74px;
  background-position: -562px -72px;
}
/* line 140, scss/layout/_index.scss */
body.index #hdrBlock .wrapper #gnavi li.gnav03 a:hover {
  background-position: -562px -322px;
}
/* line 145, scss/layout/_index.scss */
body.index #hdrBlock .wrapper #gnavi li.gnav04 {
  left: 600px;
}
/* line 147, scss/layout/_index.scss */
body.index #hdrBlock .wrapper #gnavi li.gnav04 a {
  width: 145px;
  background-position: -721px -72px;
}
/* line 150, scss/layout/_index.scss */
body.index #hdrBlock .wrapper #gnavi li.gnav04 a:hover {
  background-position: -721px -322px;
}
/* line 155, scss/layout/_index.scss */
body.index #hdrBlock .wrapper #gnavi li.gnav05 {
  left: 799px;
}
/* line 157, scss/layout/_index.scss */
body.index #hdrBlock .wrapper #gnavi li.gnav05 a {
  width: 137px;
  background-position: -915px -72px;
}
/* line 160, scss/layout/_index.scss */
body.index #hdrBlock .wrapper #gnavi li.gnav05 a:hover {
  background-position: -915px -322px;
}
/* line 167, scss/layout/_index.scss */
body.index #hdrBlock .wrapper .arrow {
  position: absolute;
  top: 705px;
  left: 436px;
  opacity: 0;
}
/* line 174, scss/layout/_index.scss */
body.index #hdrBlock #information {
  position: absolute;
  width: 100%;
  padding-bottom: 20px;
  background-color: #ea527f;
}
/* line 179, scss/layout/_index.scss */
body.index #hdrBlock #information table {
  margin: auto;
  background-color: #f6cbd9;
}
/* line 182, scss/layout/_index.scss */
body.index #hdrBlock #information table th {
  width: 200px;
  padding: 5px 0 0 20px;
  text-align: center;
  vertical-align: middle;
}
/* line 188, scss/layout/_index.scss */
body.index #hdrBlock #information table td {
  width: 760px;
  vertical-align: middle;
}
/* line 191, scss/layout/_index.scss */
body.index #hdrBlock #information table td .ticker {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
}
/* line 197, scss/layout/_index.scss */
body.index #hdrBlock #information table td .ticker ul {
  position: relative;
  width: 100%;
}
/* line 201, scss/layout/_index.scss */
body.index #hdrBlock #information table td .ticker ul li {
  display: none;
  width: 100%;
}
/* line 207, scss/layout/_index.scss */
body.index #hdrBlock #information a {
  display: block;
  background-color: #fff;
  width: 960px;
  margin: 15px auto;
  color: #ea527f;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 0;
  text-align: center;
  font-size: 1.4rem;
}
/* line 218, scss/layout/_index.scss */
body.index #hdrBlock #information a:hover {
  opacity: .7;
}
/* line 221, scss/layout/_index.scss */
body.index #hdrBlock #information a::before, body.index #hdrBlock #information a::after {
  content: url("../images/ico_sakura.png");
  position: relative;
  top: 4px;
}
/* line 227, scss/layout/_index.scss */
body.index #hdrBlock #information a::before {
  right: 15px;
}
/* line 228, scss/layout/_index.scss */
body.index #hdrBlock #information a::after {
  left: 15px;
}
/* line 232, scss/layout/_index.scss */
body.index #main {
  padding-top: 100px;
}
/* line 234, scss/layout/_index.scss */
body.index #main .contents {
  margin: 0 0 100px;
  padding: 0;
  background: none;
}
/* line 238, scss/layout/_index.scss */
body.index #main .contents h2 {
  margin: 0 auto 30px;
}
/* line 2, scss/base/_mixin-clearfix.scss */
body.index #main .contents .contBlock {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
body.index #main .contents .contBlock:after {
  content: "";
  display: block;
  clear: both;
}
/* line 243, scss/layout/_index.scss */
body.index #main .contents .contBlock .body {
  padding: 20px 30px 30px 30px;
  border-radius: 0 0 10px 10px;
  background: #fff;
}
/* line 2, scss/base/_mixin-clearfix.scss */
body.index #main .contents .contBlock .body {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
body.index #main .contents .contBlock .body:after {
  content: "";
  display: block;
  clear: both;
}
/* line 251, scss/layout/_index.scss */
body.index #main .contents.cont01 h2 {
  display: block;
  overflow: hidden;
  width: 650px;
  height: 0;
  padding-top: 184px;
  background: url("/images/index/ttl_cont01.png") no-repeat 0px 0px;
}
/* line 254, scss/layout/_index.scss */
body.index #main .contents.cont01 .floatLeft {
  width: 510px;
}
/* line 256, scss/layout/_index.scss */
body.index #main .contents.cont01 .floatLeft .information {
  margin-bottom: 15px;
}
/* line 258, scss/layout/_index.scss */
body.index #main .contents.cont01 .floatLeft .information h3 {
  display: block;
  overflow: hidden;
  width: 510px;
  height: 0;
  padding-top: 65px;
  background: url("/images/index/ttl_information.png") no-repeat 0px 0px;
}
/* line 261, scss/layout/_index.scss */
body.index #main .contents.cont01 .floatLeft .information .body {
  overflow: auto;
  height: 481px;
  padding-bottom: 10px;
}
/* line 265, scss/layout/_index.scss */
body.index #main .contents.cont01 .floatLeft .information .body h4 {
  font-size: 22px;
  font-size: 1.69231rem;
  font-weight: normal;
  line-height: 1.2;
  color: #ea527f;
}
/* line 271, scss/layout/_index.scss */
body.index #main .contents.cont01 .floatLeft .information .body p {
  margin-top: .3em;
}
/* line 273, scss/layout/_index.scss */
body.index #main .contents.cont01 .floatLeft .information .body p.date {
  line-height: 1;
  margin: .2em 0 .3em;
}
/* line 2, scss/base/_mixin-clearfix.scss */
body.index #main .contents.cont01 .floatLeft .information .body .navBox {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
body.index #main .contents.cont01 .floatLeft .information .body .navBox:after {
  content: "";
  display: block;
  clear: both;
}
/* line 280, scss/layout/_index.scss */
body.index #main .contents.cont01 .floatLeft .information .body .navBox .detail {
  float: left;
}
/* line 283, scss/layout/_index.scss */
body.index #main .contents.cont01 .floatLeft .information .body .navBox .archive {
  float: right;
}
/* line 286, scss/layout/_index.scss */
body.index #main .contents.cont01 .floatLeft .information .body .navBox .arrow {
  font-size: 13px;
  font-size: 1rem;
  min-width: 200px;
  color: #fff;
  background: #ea527f url(../images/ico_arrow01.png) no-repeat 10px center;
}
/* line 291, scss/layout/_index.scss */
body.index #main .contents.cont01 .floatLeft .information .body .navBox .arrow:hover {
  color: #ea527f;
  background: #fff url(../images/ico_arrow03.png) no-repeat 10px center;
}
/* line 300, scss/layout/_index.scss */
body.index #main .contents.cont01 .floatRight {
  width: 430px;
}
/* line 302, scss/layout/_index.scss */
body.index #main .contents.cont01 .floatRight .topics {
  text-align: center;
}
/* line 304, scss/layout/_index.scss */
body.index #main .contents.cont01 .floatRight .topics h3 {
  display: block;
  overflow: hidden;
  width: 430px;
  height: 0;
  padding-top: 65px;
  background: url("/images/index/ttl_topics.png") no-repeat 0px 0px;
}
/* line 307, scss/layout/_index.scss */
body.index #main .contents.cont01 .floatRight .topics .body {
  height: 481px;
}
/* line 311, scss/layout/_index.scss */
body.index #main .contents.cont01 .floatRight .livecam {
  margin-top: 15px;
}
/* line 313, scss/layout/_index.scss */
body.index #main .contents.cont01 .floatRight .livecam h3 {
  display: block;
  overflow: hidden;
  width: 430px;
  height: 0;
  padding-top: 65px;
  background: url("/images/index/ttl_livecam.png") no-repeat 0px 0px;
}
/* line 316, scss/layout/_index.scss */
body.index #main .contents.cont01 .floatRight .livecam .body {
  padding: 20px 30px 30px 30px;
  border-radius: 0 0 10px 10px;
  background: #fff;
}
/* line 2, scss/base/_mixin-clearfix.scss */
body.index #main .contents.cont01 .floatRight .livecam .body {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
body.index #main .contents.cont01 .floatRight .livecam .body:after {
  content: "";
  display: block;
  clear: both;
}
/* line 321, scss/layout/_index.scss */
body.index #main .contents.cont01 .floatRight .livecam .body img {
  float: left;
  margin-right: 20px;
}
/* line 325, scss/layout/_index.scss */
body.index #main .contents.cont01 .floatRight .livecam .body .floatRight {
  width: 218px;
}
/* line 327, scss/layout/_index.scss */
body.index #main .contents.cont01 .floatRight .livecam .body .floatRight .arrow {
  width: 218px !important;
  min-width: 218px;
  margin: 15px 0 0;
  padding: .1em 20px .1em 35px;
  color: #ea527f;
  background: #fff url(../images/ico_arrow03.png) no-repeat 10px center;
}
/* line 334, scss/layout/_index.scss */
body.index #main .contents.cont01 .floatRight .livecam .body .floatRight .arrow:hover {
  color: #fff;
  background: #ea527f url(../images/ico_arrow01.png) no-repeat 10px center;
}
/* line 343, scss/layout/_index.scss */
body.index #main .contents.cont01 .twitterBlock {
  margin-top: 50px;
}
/* line 2, scss/base/_mixin-clearfix.scss */
body.index #main .contents.cont01 .twitterBlock {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
body.index #main .contents.cont01 .twitterBlock:after {
  content: "";
  display: block;
  clear: both;
}
/* line 346, scss/layout/_index.scss */
body.index #main .contents.cont01 .twitterBlock h3 {
  margin-bottom: 10px;
  text-align: center;
}
/* line 350, scss/layout/_index.scss */
body.index #main .contents.cont01 .twitterBlock a:last-child #twBox {
  margin: 0;
}
/* line 353, scss/layout/_index.scss */
body.index #main .contents.cont01 .twitterBlock #twBox {
  position: relative;
  float: left;
  width: 230px;
  height: 230px;
  margin-right: 13px;
  background: url("/images/index/bg_twitter.png") no-repeat 0 0;
}
/* line 360, scss/layout/_index.scss */
body.index #main .contents.cont01 .twitterBlock #twBox:hover {
  opacity: .8;
}
/* line 363, scss/layout/_index.scss */
body.index #main .contents.cont01 .twitterBlock #twBox .inner {
  font-size: 12px;
  font-size: 0.92308rem;
  line-height: 1.4;
  position: absolute;
  top: 45px;
  left: 40px;
  overflow: hidden;
  width: 150px;
  height: 140px;
}
/* line 372, scss/layout/_index.scss */
body.index #main .contents.cont01 .twitterBlock #twBox .inner .header {
  color: #ea527f;
}
/* line 2, scss/base/_mixin-clearfix.scss */
body.index #main .contents.cont01 .twitterBlock #twBox .inner .header {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
body.index #main .contents.cont01 .twitterBlock #twBox .inner .header:after {
  content: "";
  display: block;
  clear: both;
}
/* line 375, scss/layout/_index.scss */
body.index #main .contents.cont01 .twitterBlock #twBox .inner .header .pic {
  float: left;
  margin-right: 5px;
}
/* line 378, scss/layout/_index.scss */
body.index #main .contents.cont01 .twitterBlock #twBox .inner .header .pic img {
  width: 40px;
  height: 40px;
}
/* line 383, scss/layout/_index.scss */
body.index #main .contents.cont01 .twitterBlock #twBox .inner .header .user {
  float: right;
  width: 105px;
}
/* line 388, scss/layout/_index.scss */
body.index #main .contents.cont01 .twitterBlock #twBox .inner .text {
  margin-top: 5px;
}
/* line 394, scss/layout/_index.scss */
body.index #main .contents.cont01 .instagramBlock {
  margin: 35px 0;
}
/* line 2, scss/base/_mixin-clearfix.scss */
body.index #main .contents.cont01 .instagramBlock {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
body.index #main .contents.cont01 .instagramBlock:after {
  content: "";
  display: block;
  clear: both;
}
/* line 397, scss/layout/_index.scss */
body.index #main .contents.cont01 .instagramBlock .innerBox {
  line-height: 1.4;
  float: left;
  width: 220px;
  margin-right: 25px;
  color: #fff;
}
/* line 403, scss/layout/_index.scss */
body.index #main .contents.cont01 .instagramBlock .innerBox:last-child {
  margin: 0;
}
/* line 406, scss/layout/_index.scss */
body.index #main .contents.cont01 .instagramBlock .innerBox .picBox {
  margin-bottom: .5em;
  background-color: #fff;
}
/* line 410, scss/layout/_index.scss */
body.index #main .contents.cont01 .instagramBlock .innerBox img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px 0;
}
/* line 414, scss/layout/_index.scss */
body.index #main .contents.cont01 .instagramBlock .innerBox img:hover {
  opacity: .7;
}
/* line 418, scss/layout/_index.scss */
body.index #main .contents.cont01 .instagramBlock .innerBox .text {
  padding-left: 45px;
  background: url("/images/index/ico_instagram.png") 0 0 no-repeat;
}
/* line 421, scss/layout/_index.scss */
body.index #main .contents.cont01 .instagramBlock .innerBox .text p {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.95);
  -webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.95);
  -moz-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.95);
}
/* line 432, scss/layout/_index.scss */
body.index #main .contents.cont02 h2 {
  display: block;
  overflow: hidden;
  width: 741px;
  height: 0;
  padding-top: 193px;
  background: url("/images/index/ttl_cont02.png") no-repeat 0px 0px;
}
/* line 435, scss/layout/_index.scss */
body.index #main .contents.cont02 .gourmet {
  float: left;
  width: 580px;
  margin: -20px 0 0  -40px;
}
/* line 440, scss/layout/_index.scss */
body.index #main .contents.cont02 .floatRight {
  width: 400px;
}
/* line 442, scss/layout/_index.scss */
body.index #main .contents.cont02 .floatRight .contest {
  margin-left: -4px;
  background: none;
}
/* line 446, scss/layout/_index.scss */
body.index #main .contents.cont02 .floatRight .event {
  margin: 20px 0;
}
/* line 2, scss/base/_mixin-clearfix.scss */
body.index #main .contents.cont02 .floatRight .event {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
body.index #main .contents.cont02 .floatRight .event:after {
  content: "";
  display: block;
  clear: both;
}
/* line 449, scss/layout/_index.scss */
body.index #main .contents.cont02 .floatRight .event h3 {
  display: block;
  overflow: hidden;
  width: 400px;
  height: 0;
  padding-top: 65px;
  background: url("/images/index/ttl_event.png") no-repeat 0px 0px;
}
/* line 452, scss/layout/_index.scss */
body.index #main .contents.cont02 .floatRight .event .body {
  padding: 20px 30px 30px 30px;
  border-radius: 0 0 10px 10px;
  background: #fff;
}
/* line 456, scss/layout/_index.scss */
body.index #main .contents.cont02 .floatRight .event .body .entry {
  margin: 0 0 1em 0;
  padding: .3em 0;
  border-bottom: 1px dotted #999;
}
/* line 461, scss/layout/_index.scss */
body.index #main .contents.cont02 .floatRight .event .body .entry p.date {
  color: #ea527f;
}
/* line 465, scss/layout/_index.scss */
body.index #main .contents.cont02 .floatRight .event .body .arrow {
  float: right;
  margin: 0;
  color: #fff;
  background: #ea527f url(../images/ico_arrow01.png) no-repeat 10px center;
}
/* line 470, scss/layout/_index.scss */
body.index #main .contents.cont02 .floatRight .event .body .arrow:hover {
  color: #ea527f;
  background: #fff url(../images/ico_arrow03.png) no-repeat 10px center;
}
/* line 479, scss/layout/_index.scss */
body.index #main .contents.cont03 {
  margin-bottom: 0;
}
/* line 2, scss/base/_mixin-clearfix.scss */
body.index #main .contents.cont03 {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
body.index #main .contents.cont03:after {
  content: "";
  display: block;
  clear: both;
}
/* line 482, scss/layout/_index.scss */
body.index #main .contents.cont03 h2 {
  display: block;
  overflow: hidden;
  width: 702px;
  height: 0;
  padding-top: 193px;
  background: url("/images/index/ttl_cont03.png") no-repeat 0px 0px;
}
/* line 485, scss/layout/_index.scss */
body.index #main .contents.cont03 .col1 {
  float: left;
  width: 220px;
}
/* line 488, scss/layout/_index.scss */
body.index #main .contents.cont03 .col1 .parking {
  height: 460px;
  padding: 25px;
  border-radius: 10px;
  background-color: #fff;
}
/* line 493, scss/layout/_index.scss */
body.index #main .contents.cont03 .col1 .parking img {
  display: block;
  width: 140px;
  margin: auto;
  margin-bottom: 20px;
}
/* line 499, scss/layout/_index.scss */
body.index #main .contents.cont03 .col1 .parking p {
  font-size: 14px;
  font-size: 1.07692rem;
  margin-bottom: 3em;
}
/* line 503, scss/layout/_index.scss */
body.index #main .contents.cont03 .col1 .parking .arrow {
  width: 175px !important;
  min-width: 175px !important;
}
/* line 509, scss/layout/_index.scss */
body.index #main .contents.cont03 .col2 {
  float: left;
  width: 350px;
  margin-left: 120px;
}
/* line 513, scss/layout/_index.scss */
body.index #main .contents.cont03 .col2 img {
  margin-bottom: 20px;
}
/* line 517, scss/layout/_index.scss */
body.index #main .contents.cont03 .col3 {
  float: right;
  width: 350px;
  margin-right: 120px;
}
/* line 521, scss/layout/_index.scss */
body.index #main .contents.cont03 .col3 img {
  margin-bottom: 20px;
}
/* line 528, scss/layout/_index.scss */
body.index #bnrBlock {
  background: #fff;
}
/* line 530, scss/layout/_index.scss */
body.index #bnrBlock .wrapper {
  width: 1150px;
  padding: 25px 0;
}
/* line 533, scss/layout/_index.scss */
body.index #bnrBlock .wrapper a:hover {
  opacity: .7;
}
/* line 536, scss/layout/_index.scss */
body.index #bnrBlock .wrapper img {
  display: inline-block;
  margin: 7px 13.98px;
}
/* line 542, scss/layout/_index.scss */
body.index #bg-video {
  position: fixed;
  z-index: -2;
  top: 0;
  right: 0;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
}
/* line 552, scss/layout/_index.scss */
body.index #bgie8 {
  position: fixed;
  z-index: -2;
  top: 0;
  right: 0;
  min-width: 100%;
}
/* line 558, scss/layout/_index.scss */
body.index #bgie8 img {
  width: 100%;
}
/* line 562, scss/layout/_index.scss */
body.index #moviemask {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_dot.png) top left repeat;
}

/* line 572, scss/layout/_index.scss */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/index/loading.gif) center center no-repeat;
}

/* line 1, scss/layout/_aboutus.scss */
body.aboutus {
  background: url(/images/aboutus/background.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}
/* line 5, scss/layout/_aboutus.scss */
body.aboutus #header .wrapper #gnavi > li.gnav01 > a {
  background-position: -307px -115px;
}
/* line 8, scss/layout/_aboutus.scss */
body.aboutus h2 {
  display: block;
  overflow: hidden;
  width: 329px;
  height: 0;
  padding-top: 78px;
  background: url("/images/aboutus/ttl_header.png") no-repeat 0px 0px;
  margin: auto;
}
/* line 12, scss/layout/_aboutus.scss */
body.aboutus h4 {
  font-size: 18px;
  font-size: 1.38462rem;
  color: #ea527f;
}
/* line 15, scss/layout/_aboutus.scss */
body.aboutus h4.black {
  color: #000;
}
/* line 19, scss/layout/_aboutus.scss */
body.aboutus .ticket {
  margin-bottom: 1em;
}
/* line 21, scss/layout/_aboutus.scss */
body.aboutus .ticket h5 {
  font-size: 15px;
  margin: 1em 0 .2em;
  color: #ea527f;
}
/* line 26, scss/layout/_aboutus.scss */
body.aboutus .ticket ul {
  list-style-type: none;
}
/* line 28, scss/layout/_aboutus.scss */
body.aboutus .ticket ul li {
  padding: .3em 0 .3em 23px;
  background: #fff url(../images/ico_arrow01.png) no-repeat 0px center;
}
/* line 33, scss/layout/_aboutus.scss */
body.aboutus .ticket a {
  text-decoration: none;
  color: #ea527f;
}
/* line 36, scss/layout/_aboutus.scss */
body.aboutus .ticket a:hover {
  opacity: .7;
}
/* line 41, scss/layout/_aboutus.scss */
body.aboutus .floatLeft {
  width: 415px;
}
/* line 44, scss/layout/_aboutus.scss */
body.aboutus .floatRight {
  width: 440px;
}
/* line 47, scss/layout/_aboutus.scss */
body.aboutus dl {
  font-size: 17px;
  font-size: 1.30769rem;
  font-weight: bold;
  margin-bottom: 1em;
  overflow: hidden;
}
/* line 52, scss/layout/_aboutus.scss */
body.aboutus dl dt {
  float: left;
  clear: both;
  width: 5.5em;
  color: #ea527f;
}
/* line 58, scss/layout/_aboutus.scss */
body.aboutus dl dd {
  padding-left: 5.5em;
}
/* line 62, scss/layout/_aboutus.scss */
body.aboutus table {
  width: 100%;
  margin: 1em 0;
  border: 1px solid #ea527f;
}
/* line 66, scss/layout/_aboutus.scss */
body.aboutus table th,
body.aboutus table td {
  font-size: 15px;
  font-size: 1.15385rem;
/*
  width: 33.3%;
*/
  padding: .4em;
  text-align: center;
  border: 1px solid #ea527f;
}
/* line 74, scss/layout/_aboutus.scss */
body.aboutus table th {
  color: #ea527f;
  background: #fcedf2;
}
/* line 80, scss/layout/_aboutus.scss */
body.aboutus #cont03 .arrow {
  margin: .3em 0;
}
/* line 84, scss/layout/_aboutus.scss */
body.aboutus .color-red {
  color: red;
  font-weight: bold;
}

/* line 1, scss/layout/_venue_guide.scss */
body.venue_guide {
  background: url(/images/venue_guide/background.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}
/* line 5, scss/layout/_venue_guide.scss */
body.venue_guide #header .wrapper #gnavi > li.gnav02 > a {
  background-position: -431px -115px;
}
/* line 8, scss/layout/_venue_guide.scss */
body.venue_guide h2 {
  display: block;
  overflow: hidden;
  width: 326px;
  height: 0;
  padding-top: 78px;
  background: url("/images/venue_guide/ttl_header.png") no-repeat 0px 0px;
  margin: auto;
}
/* line 13, scss/layout/_venue_guide.scss */
body.venue_guide .contents .map {
  text-align: center;
}
/* line 16, scss/layout/_venue_guide.scss */
body.venue_guide .contents .anchorLinks {
  overflow: hidden;
  margin: 0 0 11px;
}
/* line 19, scss/layout/_venue_guide.scss */
body.venue_guide .contents .anchorLinks ul {
  margin: -11px 0 0 -11px;
}
/* line 2, scss/base/_mixin-clearfix.scss */
body.venue_guide .contents .anchorLinks ul {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
body.venue_guide .contents .anchorLinks ul:after {
  content: "";
  display: block;
  clear: both;
}
/* line 22, scss/layout/_venue_guide.scss */
body.venue_guide .contents .anchorLinks ul li {
  float: left;
  margin: 11px 0 0 11px;
  list-style: none;
}
/* line 29, scss/layout/_venue_guide.scss */
body.venue_guide .contents .spot {
  margin: 40px 0 0;
  padding: 40px 0 0;
  border-top: 1px dotted #333;
}
/* line 2, scss/base/_mixin-clearfix.scss */
body.venue_guide .contents .spot {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
body.venue_guide .contents .spot:after {
  content: "";
  display: block;
  clear: both;
}
/* line 34, scss/layout/_venue_guide.scss */
body.venue_guide .contents .spot .cont {
  float: left;
  width: 550px;
}
/* line 37, scss/layout/_venue_guide.scss */
body.venue_guide .contents .spot .cont h3 {
  margin: 0 0 15px;
}
/* line 39, scss/layout/_venue_guide.scss */
body.venue_guide .contents .spot .cont h3 img {
  display: block;
}
/* line 42, scss/layout/_venue_guide.scss */
body.venue_guide .contents .spot .cont h3 span {
  font-size: 26px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  display: block;
  margin: 5px 0 0;
  color: #ea527f;
}
/* line 51, scss/layout/_venue_guide.scss */
body.venue_guide .contents .spot .cont p {
  font-size: 14px;
  font-size: 1.07692rem;
  margin: 0 0 15px;
}
/* line 55, scss/layout/_venue_guide.scss */
body.venue_guide .contents .spot .cont table {
  width: 100%;
  margin: 0 0 15px;
}
/* line 58, scss/layout/_venue_guide.scss */
body.venue_guide .contents .spot .cont table th,
body.venue_guide .contents .spot .cont table td {
  font-size: 14px;
  font-size: 1.07692rem;
  padding: 6px 0 4px;
  text-align: left;
  border-top: 1px dotted #ea527f;
  border-bottom: 1px dotted #ea527f;
}
/* line 66, scss/layout/_venue_guide.scss */
body.venue_guide .contents .spot .cont table .noborder th,
body.venue_guide .contents .spot .cont table .noborder td {
  border-top: 0;
  border-bottom: 0;
}
/* line 71, scss/layout/_venue_guide.scss */
body.venue_guide .contents .spot .cont table th {
  font-weight: bold;
  width: 5em;
  color: #ea527f;
}
/* line 78, scss/layout/_venue_guide.scss */
body.venue_guide .contents .spot .pic {
  float: right;
}
/* line 81, scss/layout/_venue_guide.scss */
body.venue_guide .contents .spot .cafeMenu {
  margin-top: -15px;
  padding: 5px 12px;
  border-radius: 5px;
  background: #fbe5eb;
}
/* line 86, scss/layout/_venue_guide.scss */
body.venue_guide .contents .spot .cafeMenu div {
  display: table;
  width: 100%;
}
/* line 90, scss/layout/_venue_guide.scss */
body.venue_guide .contents .spot .cafeMenu dl {
  display: table-row;
}
/* line 93, scss/layout/_venue_guide.scss */
body.venue_guide .contents .spot .cafeMenu dt,
body.venue_guide .contents .spot .cafeMenu dd {
  line-height: 1.3;
  display: table-cell;
  padding: 5px 3px;
  text-align: left;
  vertical-align: middle;
}
/* line 101, scss/layout/_venue_guide.scss */
body.venue_guide .contents .spot .cafeMenu dl + dl dt,
body.venue_guide .contents .spot .cafeMenu dl + dl dd {
  border-top: 1px dotted #ea527f;
}
/* line 105, scss/layout/_venue_guide.scss */
body.venue_guide .contents .spot .cafeMenu dt {
  white-space: nowrap;
  color: #ea527f;
}
/* line 109, scss/layout/_venue_guide.scss */
body.venue_guide .contents .spot .cafeMenu dd {
  padding-left: 10px;
}
/* line 114, scss/layout/_venue_guide.scss */
body.venue_guide .contents .miyage {
  padding: 40px 30px;
  border-radius: 12px;
  background: #fadce5;
}
/* line 118, scss/layout/_venue_guide.scss */
body.venue_guide .contents .miyage .cookie {
  margin: 45px 0 0;
  display: flex;
  align-items: center;
}
/* line 2, scss/base/_mixin-clearfix.scss */
body.venue_guide .contents .miyage .cookie {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
body.venue_guide .contents .miyage .cookie:after {
  content: "";
  display: block;
  clear: both;
}
/* line 123, scss/layout/_venue_guide.scss */
body.venue_guide .contents .miyage .cookie .img1 {
  margin-right: 28px;
}
/* line 126, scss/layout/_venue_guide.scss */
body.venue_guide .contents .miyage .cookie h4 {
  font-size: 22px;
  font-size: 1.69231rem;
  font-weight: bold;
  overflow: hidden;
  margin: 0 0 20px;
  padding-left: 35px;
  color: #ea527f;
  line-height: 1.4em;
  background: url(/assets/images/ico_sakura02.png) no-repeat 0 0;
  background-size: 26px 26px;
}
/* line 137, scss/layout/_venue_guide.scss */
body.venue_guide .contents .miyage .cookie p {
  margin: 0 0 10px;
}
/* line 141, scss/layout/_venue_guide.scss */
body.venue_guide .contents .miyage .itemListA {
  margin: 50px 0 0;
  margin-left: -28px;
}
/* line 2, scss/base/_mixin-clearfix.scss */
body.venue_guide .contents .miyage .itemListA {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
body.venue_guide .contents .miyage .itemListA:after {
  content: "";
  display: block;
  clear: both;
}
/* line 145, scss/layout/_venue_guide.scss */
body.venue_guide .contents .miyage .itemListA dl {
  float: left;
  width: 255px;
  margin-left: 28px;
}
/* line 149, scss/layout/_venue_guide.scss */
body.venue_guide .contents .miyage .itemListA dl dt {
  font-size: 16px;
  font-size: 1.23077rem;
  font-weight: bold;
  line-height: 1.4;
  color: #ea527f;
  text-align: center;
  margin-bottom: 10px;
}
/* line 155, scss/layout/_venue_guide.scss */
body.venue_guide .contents .miyage .itemListA dl dt img {
  margin-bottom: 5px;
}
/* line 160, scss/layout/_venue_guide.scss */
body.venue_guide .contents .miyage .itemListA dl dd {
  font-size: 14px;
  font-size: 1.07692rem;
  line-height: 1.6;
  margin: 5px 0 0;
}
/* line 167, scss/layout/_venue_guide.scss */
body.venue_guide .contents .miyage .itemListB {
  margin: 50px 0 0;
}
/* line 169, scss/layout/_venue_guide.scss */
body.venue_guide .contents .miyage .itemListB ul {
  margin-left: -28px;
  display: flex;
  flex-wrap: wrap;
}
/* line 173, scss/layout/_venue_guide.scss */
body.venue_guide .contents .miyage .itemListB ul li {
  margin-top: 28px;
  margin-left: 28px;
  list-style: none;
}
/* line 177, scss/layout/_venue_guide.scss */
body.venue_guide .contents .miyage .itemListB ul li p {
  font-size: 16px;
  font-size: 1.23077rem;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: center;
  color: #ea527f;
  line-height: 1.4em;
}

/* line 1, scss/layout/_event.scss */
body.event {
  background: url(/images/event/background.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}
/* line 5, scss/layout/_event.scss */
body.event #header .wrapper #gnavi > li.gnav03 > a {
  background-position: -555px -115px;
}
/* line 8, scss/layout/_event.scss */
body.event h2 {
  display: block;
  overflow: hidden;
  width: 294px;
  height: 0;
  padding-top: 78px;
  background: url("/images/event/ttl_header.png") no-repeat 0px 0px;
  margin: auto;
}
/* line 13, scss/layout/_event.scss */
body.event .contents p {
  font-size: 14px;
  font-size: 1.07692rem;
  margin: 0 0 15px;
}
/* line 2, scss/base/_mixin-clearfix.scss */
body.event .contents .bnrs {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
body.event .contents .bnrs:after {
  content: "";
  display: block;
  clear: both;
}
/* line 19, scss/layout/_event.scss */
body.event .contents .bnrs a, body.event .contents .bnrs div {
  float: left;
}
/* line 22, scss/layout/_event.scss */
body.event .contents .bnrs a + a, body.event .contents .bnrs div + div {
  float: right;
}
/* line 25, scss/layout/_event.scss */
body.event .contents .bnrs a:hover {
  opacity: .7;
}
/* line 29, scss/layout/_event.scss */
body.event .contents section {
  margin: 40px 0 0;
  padding: 40px 0 0;
  border-top: 1px dotted #333;
}
/* line 2, scss/base/_mixin-clearfix.scss */
body.event .contents section {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
body.event .contents section:after {
  content: "";
  display: block;
  clear: both;
}
/* line 34, scss/layout/_event.scss */
body.event .contents section h3 {
  font-size: 26px;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 15px;
  padding-left: 40px;
  color: #ea527f;
  background: url(/images/event/ico_sakura.gif) no-repeat 0 8px;
}
/* line 42, scss/layout/_event.scss */
body.event .contents section table {
  width: 100%;
  margin: 0 0 15px;
}
/* line 45, scss/layout/_event.scss */
body.event .contents section table th,
body.event .contents section table td {
  font-size: 14px;
  font-size: 1.07692rem;
  padding: 6px 0 4px;
  text-align: left;
  border-top: 1px dotted #ea527f;
  border-bottom: 1px dotted #ea527f;
}
/* line 53, scss/layout/_event.scss */
body.event .contents section table th {
  font-weight: bold;
  width: 5em;
  color: #ea527f;
}
/* line 59, scss/layout/_event.scss */
body.event .contents section .cont {
  float: left;
  width: 480px;
}
/* line 63, scss/layout/_event.scss */
body.event .contents section .pic {
  float: right;
}

/* line 1, scss/layout/_mame.scss */
body.mame {
  background: url(/images/mame/background.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}
/* line 5, scss/layout/_mame.scss */
body.mame #header .wrapper #gnavi > li.gnav04 > a {
  background-position: -672px -115px;
}
/* line 8, scss/layout/_mame.scss */
body.mame h2 {
  display: block;
  overflow: hidden;
  width: 395px;
  height: 0;
  padding-top: 100px;
  background: url("/images/mame/ttl_header.png") no-repeat 0px 0px;
  margin: auto;
}
/* line 11, scss/layout/_mame.scss */
body.mame h2.ttl02 {
  display: block;
  overflow: hidden;
  width: 294px;
  height: 0;
  padding-top: 31px;
  background: url("/images/mame/ttl_header02.png") no-repeat 0px 0px;
  margin: 10px auto 40px;
}
/* line 17, scss/layout/_mame.scss */
body.mame .contents p {
  font-size: 14px;
  font-size: 1.07692rem;
  margin: 0 0 15px;
}
/* line 21, scss/layout/_mame.scss */
body.mame .contents h3 {
  font-size: 22px;
  font-size: 1.69231rem;
  font-weight: bold;
  margin: 60px 0 30px;
  padding: 8px 50px 6px 20px;
  color: #fff;
  border-radius: 5px;
  background: #ea527f url(/assets/images/bg_heading.gif) no-repeat right 50%;
}
/* line 2, scss/base/_mixin-clearfix.scss */
body.mame .contents .cont1 {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
body.mame .contents .cont1:after {
  content: "";
  display: block;
  clear: both;
}
/* line 32, scss/layout/_mame.scss */
body.mame .contents .cont1 img {
  float: right;
  margin-left: 25px;
}
/* line 37, scss/layout/_mame.scss */
body.mame .contents .cont2 {
  display: table;
  border-collapse: separate;
}
/* line 40, scss/layout/_mame.scss */
body.mame .contents .cont2 .item {
  display: table-cell;
  width: 250px;
  padding: 20px;
  border: 1px solid #ea527f;
}
/* line 45, scss/layout/_mame.scss */
body.mame .contents .cont2 .item h4 {
  font-size: 18px;
  font-size: 1.38462rem;
  font-weight: bold;
  margin: 0 0 5px;
  padding-left: 28px;
  color: #ea527f;
  background: url(/assets/images/ico_sakura.png) no-repeat 0 5px;
}
/* line 53, scss/layout/_mame.scss */
body.mame .contents .cont2 .item dl {
  line-height: 1.5;
  margin: 0 0 15px;
  padding: 10px 15px;
  background: #fbe5eb;
}
/* line 58, scss/layout/_mame.scss */
body.mame .contents .cont2 .item dl dt {
  font-size: 15px;
  font-size: 1.15385rem;
  font-weight: bold;
  margin: 0 0 5px;
  color: #ea527f;
}
/* line 66, scss/layout/_mame.scss */
body.mame .contents .cont2 .arrow {
  display: table-cell;
  width: 65px;
  text-align: center;
  vertical-align: middle;
}
/* line 71, scss/layout/_mame.scss */
body.mame .contents .cont2 .arrow:before {
  display: inline-block;
  width: 0;
  height: 0;
  content: '';
  vertical-align: middle;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 30px solid #f297b2;
}
/* line 2, scss/base/_mixin-clearfix.scss */
body.mame .contents .cont3 .row {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
body.mame .contents .cont3 .row:after {
  content: "";
  display: block;
  clear: both;
}
/* line 86, scss/layout/_mame.scss */
body.mame .contents .cont3 .row + .row {
  margin-top: 20px;
}
/* line 90, scss/layout/_mame.scss */
body.mame .contents .cont3 .item {
  float: left;
  width: 250px;
}
/* line 93, scss/layout/_mame.scss */
body.mame .contents .cont3 .item + .item {
  margin-left: 65px;
}
/* line 96, scss/layout/_mame.scss */
body.mame .contents .cont3 .item img {
  display: block;
  margin: 0 auto 20px;
}
/* line 100, scss/layout/_mame.scss */
body.mame .contents .cont3 .item h4 {
  font-size: 18px;
  font-size: 1.38462rem;
  font-weight: bold;
  margin: 0 0 5px;
  padding-left: 28px;
  color: #ea527f;
  background: url(/assets/images/ico_sakura.png) no-repeat 0 5px;
}
/* line 2, scss/base/_mixin-clearfix.scss */
body.mame .contents .cont4 {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
body.mame .contents .cont4:after {
  content: "";
  display: block;
  clear: both;
}
/* line 112, scss/layout/_mame.scss */
body.mame .contents .cont4 ul {
  margin: 0 0 30px 15px;
}
/* line 2, scss/base/_mixin-clearfix.scss */
body.mame .contents .cont4 ul {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
body.mame .contents .cont4 ul:after {
  content: "";
  display: block;
  clear: both;
}
/* line 115, scss/layout/_mame.scss */
body.mame .contents .cont4 ul li {
  font-size: 16px;
  font-size: 1.23077rem;
  font-weight: bold;
  float: left;
  width: 220px;
  margin-right: 95px;
  margin-bottom: 20px;
  list-style: none;
  text-align: center;
  color: #ea527f;
}
/* line 125, scss/layout/_mame.scss */
body.mame .contents .cont4 ul li:first-child {
  margin-left: 0;
}
/* line 128, scss/layout/_mame.scss */
body.mame .contents .cont4 ul li.mr0px {
  margin-right: 0;
}
/* line 131, scss/layout/_mame.scss */
body.mame .contents .cont4 ul li img {
  display: block;
  margin: 0 auto 3px;
}
/* line 137, scss/layout/_mame.scss */
body.mame .contents .cont4 .left {
  float: left;
  width: 300px;
}
/* line 141, scss/layout/_mame.scss */
body.mame .contents .cont4 .right {
  float: right;
}

/* line 1, scss/layout/_access.scss */
body.access {
  background: url(/images/access/background.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}
/* line 5, scss/layout/_access.scss */
body.access #header .wrapper #gnavi > li.gnav05 > a {
  background-position: -822px -115px;
}
/* line 8, scss/layout/_access.scss */
body.access h2 {
  display: block;
  overflow: hidden;
  width: 386px;
  height: 0;
  padding-top: 100px;
  background: url("/images/access/ttl_header.png") no-repeat 0px 0px;
  margin: auto;
}
/* line 13, scss/layout/_access.scss */
body.access .contents p {
  font-size: 14px;
  font-size: 1.07692rem;
  margin: 0 0 15px;
}
/* line 17, scss/layout/_access.scss */
body.access .contents h3 {
  font-size: 22px;
  font-size: 1.69231rem;
  font-weight: bold;
  margin: 60px 0 30px;
  padding: 8px 50px 6px 20px;
  color: #fff;
  border-radius: 5px;
  background: #ea527f url(/assets/images/bg_heading.gif) no-repeat right 50%;
}
/* line 25, scss/layout/_access.scss */
body.access .contents h3.gw {
  font-size: 14px;
  margin-bottom: 0;
  background: #f07b9e;
}
/* line 31, scss/layout/_access.scss */
body.access .contents .accessLinks {
  float: left;
  padding: 0 8px 8px 0;
  border-radius: 5px;
  background: #ec638c url(/images/access/bg_nav1.png) no-repeat 50% 6px;
}
/* line 36, scss/layout/_access.scss */
body.access .contents .accessLinks dt {
  font-size: 18px;
  font-size: 1.38462rem;
  font-weight: bold;
  padding: 10px 0 10px;
  text-align: center;
  color: #fff;
}
/* line 2, scss/base/_mixin-clearfix.scss */
body.access .contents .accessLinks ul {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
body.access .contents .accessLinks ul:after {
  content: "";
  display: block;
  clear: both;
}
/* line 46, scss/layout/_access.scss */
body.access .contents .accessLinks li {
  float: left;
  margin-left: 8px;
  list-style: none;
}
/* line 51, scss/layout/_access.scss */
body.access .contents .accessLinks a {
  font-size: 14px;
  font-size: 1.07692rem;
  display: block;
  width: 160px;
  padding: 10px 0 7px 10px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 6px 50%;
}
/* line 62, scss/layout/_access.scss */
body.access .contents .accessLinks a.btn-train {
  background-image: url(/images/access/ico_nav_train.png);
}
/* line 65, scss/layout/_access.scss */
body.access .contents .accessLinks a.btn-bus {
  background-image: url(/images/access/ico_nav_bus.png);
}
/* line 68, scss/layout/_access.scss */
body.access .contents .accessLinks a.btn-car {
  background-image: url(/images/access/ico_nav_car.png);
}
/* line 71, scss/layout/_access.scss */
body.access .contents .accessLinks a.btn-map {
  background-image: url(/images/access/ico_nav_map.png);
}
/* line 74, scss/layout/_access.scss */
body.access .contents .accessLinks a.btn-map {
  background-image: url(/images/access/ico_nav_map.png);
}
/* line 77, scss/layout/_access.scss */
body.access .contents .accessLinks a:hover {
  background-color: #f8d4df;
}
/* line 80, scss/layout/_access.scss */
body.access .contents .accessLinks a span {
  font-size: 11px;
}
/* line 85, scss/layout/_access.scss */
body.access .contents .tourLinks {
  float: right;
  padding: 0 8px 8px 0;
  border-radius: 5px;
  background: #ec638c url(/images/access/bg_nav2.png) no-repeat 50% 6px;
}
/* line 90, scss/layout/_access.scss */
body.access .contents .tourLinks dt {
  font-size: 18px;
  font-size: 1.38462rem;
  font-weight: bold;
  padding: 10px 0 10px;
  text-align: center;
  color: #fff;
}
/* line 2, scss/base/_mixin-clearfix.scss */
body.access .contents .tourLinks ul {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
body.access .contents .tourLinks ul:after {
  content: "";
  display: block;
  clear: both;
}
/* line 100, scss/layout/_access.scss */
body.access .contents .tourLinks li {
  float: left;
  margin-left: 8px;
  list-style: none;
}
/* line 105, scss/layout/_access.scss */
body.access .contents .tourLinks a {
  font-size: 14px;
  font-size: 1.07692rem;
  display: block;
  width: 170px;
  padding: 10px 0 7px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 10px 50%;
}
/* line 116, scss/layout/_access.scss */
body.access .contents .tourLinks a.btn-tour {
  background-image: url(/images/access/ico_nav_tour.png);
}
/* line 119, scss/layout/_access.scss */
body.access .contents .tourLinks a:hover {
  background-color: #f8d4df;
}
/* line 124, scss/layout/_access.scss */
body.access .contents .map {
  margin: 0 0 15px;
  text-align: center;
}
/* line 128, scss/layout/_access.scss */
body.access .contents .attension {
  color: #ea527f;
}
/* line 131, scss/layout/_access.scss */
body.access .contents .h4-train,
body.access .contents .h4-bus,
body.access .contents .h4-car {
  font-size: 22px;
  font-size: 1.69231rem;
  font-weight: normal;
  margin: 60px 0 30px;
  padding: 8px 10px 6px 60px;
  border-radius: 5px;
  background: #f9d3df;
  background-repeat: no-repeat;
  background-position: 15px 50%;
}
/* line 143, scss/layout/_access.scss */
body.access .contents .h4-train {
  background-image: url(/images/access/ico_train.gif);
}
/* line 146, scss/layout/_access.scss */
body.access .contents .h4-bus {
  background-image: url(/images/access/ico_bus.gif);
}
/* line 149, scss/layout/_access.scss */
body.access .contents .h4-car {
  background-image: url(/images/access/ico_car.gif);
}
/* line 152, scss/layout/_access.scss */
body.access .contents .trainChart {
  position: relative;
  width: 879px;
  height: 545px;
  margin: 0 auto 15px;
}
/* line 157, scss/layout/_access.scss */
body.access .contents .trainChart a {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 127px;
  height: 27px;
  white-space: nowrap;
  text-indent: 100%;
  background: url(/images/access/btn_detail.png) no-repeat;
}
/* line 166, scss/layout/_access.scss */
body.access .contents .trainChart a:hover {
  background-position: right 0;
}
/* line 171, scss/layout/_access.scss */
body.access .contents .busChart {
  position: relative;
  width: 880px;
  height: 1020px;
  margin: 0 auto 15px;
}
/* line 176, scss/layout/_access.scss */
body.access .contents .busChart a {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 127px;
  height: 27px;
  white-space: nowrap;
  text-indent: 100%;
  background: url(/images/access/btn_detail.png) no-repeat;
}
/* line 185, scss/layout/_access.scss */
body.access .contents .busChart a:hover {
  background-position: right 0;
}
/* line 190, scss/layout/_access.scss */
body.access .contents div.arrow {
  border: 2px solid #ea527f;
  display: inline-block;
  font-size: 15px;
  font-size: 1.15385rem;
  padding: .3em 20px .3em 35px;
  margin: .7em 0;
  text-decoration: none;
  color: #ea527f;
  min-width: 250px;
  background: #fff url(../images/ico_arrow03.png) no-repeat 10px center;
  text-align: left;
  line-height: 1.8;
  font-size: 16px;
}
/* line 211, scss/layout/_access.scss */
body.access .contents .tourbusBox {
  padding: 15px 30px;
  background-color: #d73a69;
}
/* line 215, scss/layout/_access.scss */
body.access .contents .tourbusBox p {
  font-size: 19px;
  padding-left: 35px;
  color: #fff;
  background: url(/assets/images/ico_sakura02.png) no-repeat 0 50%;
}
/* line 221, scss/layout/_access.scss */
body.access .contents .tourbusBox .arrow {
  float: right;
}
/* line 225, scss/layout/_access.scss */
body.access .contents .shibazakuraLiner {
  margin: 30px 0;
  margin-bottom: 5px;
  padding: 25px 30px 10px;
  border: 1px dotted #d73a69;
  background: #fcf6fa;
}
/* line 2, scss/base/_mixin-clearfix.scss */
body.access .contents .shibazakuraLiner {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
body.access .contents .shibazakuraLiner:after {
  content: "";
  display: block;
  clear: both;
}
/* line 232, scss/layout/_access.scss */
body.access .contents .shibazakuraLiner img {
  margin: 0 0 15px;
}
/* line 235, scss/layout/_access.scss */
body.access .contents .shibazakuraLiner p {
  font-size: 17px;
  font-size: 1.30769rem;
  font-weight: bold;
  float: left;
  color: #ea527f;
  margin-bottom: 0;
}
/* line 242, scss/layout/_access.scss */
body.access .contents .shibazakuraLiner a.arrow {
  float: left;
  margin-left: 10px;
  text-align: center;
}
/* line 248, scss/layout/_access.scss */
body.access .contents .taxi {
  font-size: 13px;
  font-size: 1rem;
  margin-bottom: 30px;
}
/* line 253, scss/layout/_access.scss */
body.access .contents .tourInfo dl {
  margin-bottom: 15px;
}
/* line 255, scss/layout/_access.scss */
body.access .contents .tourInfo dl + dl {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted #333;
}
/* line 260, scss/layout/_access.scss */
body.access .contents .tourInfo dl dt {
  font-size: 26px;
  font-size: 2rem;
  font-weight: bold;
  padding-left: 35px;
  color: #ea527f;
  background: url(/assets/images/ico_sakura02.png) no-repeat 0 50%;
}
/* line 269, scss/layout/_access.scss */
body.access .contents .tourInfo dl dd ul li {
  position: relative;
  padding: 15px 240px 13px 70px;
  margin-top: 5px;
  list-style: none;
  background: #e2e2dd url(/images/access/ico_tour.png) no-repeat 25px 13px;
}
/* line 275, scss/layout/_access.scss */
body.access .contents .tourInfo dl dd ul li strong {
  font-size: 19px;
  font-size: 1.46154rem;
  font-weight: bold;
  color: #ea527f;
}
/* line 280, scss/layout/_access.scss */
body.access .contents .tourInfo dl dd ul li span {
  font-size: 16px;
  font-size: 1.23077rem;
  line-height: 36px;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 250px;
  height: 40px;
  margin-top: -20px;
  text-align: center;
  color: #ea527f;
  border: 2px solid #ea527f;
  background: #fff url(../images/ico_arrow03.png) no-repeat 10px center;
}
/* line 293, scss/layout/_access.scss */
body.access .contents .tourInfo dl dd ul li span:hover {
  color: #fff;
  background: #ea527f url(../images/ico_arrow01.png) no-repeat 10px center;
}
/* line 298, scss/layout/_access.scss */
body.access .contents .tourInfo dl dd ul li + li {
  margin-top: 15px;
}
/* line 307, scss/layout/_access.scss */
body.access .contents .setplanInfo dl {
  margin-bottom: 15px;
}
/* line 309, scss/layout/_access.scss */
body.access .contents .setplanInfo dl + dl {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted #333;
}
/* line 314, scss/layout/_access.scss */
body.access .contents .setplanInfo dl dt {
  font-size: 26px;
  font-size: 2rem;
  font-weight: bold;
  padding-left: 35px;
  color: #ea527f;
  background: url(/assets/images/ico_sakura02.png) no-repeat 0 50%;
}
/* line 323, scss/layout/_access.scss */
body.access .contents .setplanInfo dl dd ul li {
  position: relative;
  margin-top: 5px;
  width: 100%;
  height: 60px;
  list-style: none;
  background-color: #e2e2dd;
}
/* line 330, scss/layout/_access.scss */
body.access .contents .setplanInfo dl dd ul li strong {
  font-size: 19px;
  font-size: 1.46154rem;
  font-weight: bold;
  color: #ea527f;
}
/* line 335, scss/layout/_access.scss */
body.access .contents .setplanInfo dl dd ul li span {
  font-size: 16px;
  font-size: 1.23077rem;
  line-height: 36px;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 250px;
  height: 40px;
  margin-top: -20px;
  text-align: center;
  color: #ea527f;
  border: 2px solid #ea527f;
  background: #fff url(../images/ico_arrow03.png) no-repeat 10px center;
}
/* line 348, scss/layout/_access.scss */
body.access .contents .setplanInfo dl dd ul li span:hover {
  color: #fff;
  background: #ea527f url(../images/ico_arrow01.png) no-repeat 10px center;
}

/* line 1, scss/layout/_liner.scss */
body.liner {
  background: url(/images/liner/background.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}
/* line 5, scss/layout/_liner.scss */
body.liner h2 {
  display: block;
  overflow: hidden;
  width: 360px;
  height: 0;
  padding-top: 100px;
  background: url("/images/liner/ttl_header.png") no-repeat 0px 0px;
  margin: auto;
}
/* line 10, scss/layout/_liner.scss */
body.liner .contents .priceA {
  width: 100%;
  margin: 30px 0;
  border-bottom: 1px solid #333;
}
/* line 14, scss/layout/_liner.scss */
body.liner .contents .priceA td {
  line-height: 1.4;
  padding: 5px 8px;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #333;
}
/* line 21, scss/layout/_liner.scss */
body.liner .contents .priceA .dashed td {
  border-top: 1px dashed #333;
}
/* line 24, scss/layout/_liner.scss */
body.liner .contents .priceA td.col1 {
  font-size: 17px;
  font-size: 1.30769rem;
}
/* line 28, scss/layout/_liner.scss */
body.liner .contents .priceA td.col2 strong {
  font-size: 20px;
  font-size: 1.53846rem;
  font-weight: bold;
  display: block;
  padding: 10px 30px;
  color: #ea527f;
  background: #f9d3df;
}
/* line 37, scss/layout/_liner.scss */
body.liner .contents .priceA td.col3 {
  font-size: 17px;
  font-size: 1.30769rem;
}
/* line 39, scss/layout/_liner.scss */
body.liner .contents .priceA td.col3 span {
  display: inline-block;
  width: 4em;
  text-align: right;
}
/* line 45, scss/layout/_liner.scss */
body.liner .contents .priceA td.col4 {
  font-size: 16px;
  font-size: 1.23077rem;
}
/* line 49, scss/layout/_liner.scss */
body.liner .contents .priceA td.col5 a.arrow {
  min-width: 200px;
  text-align: center;
}
/* line 55, scss/layout/_liner.scss */
body.liner .contents .priceB {
  width: 100%;
  margin-top: 30px;
  border: 1px dashed #333;
}
/* line 59, scss/layout/_liner.scss */
body.liner .contents .priceB td {
  padding: 8px 15px;
  text-align: center;
  vertical-align: middle;
  border-top: 1px dashed #333;
}
/* line 64, scss/layout/_liner.scss */
body.liner .contents .priceB td strong {
  font-weight: normal;
  color: #ea527f;
}
/* line 70, scss/layout/_liner.scss */
body.liner .contents .note {
  text-align: right;
}
/* line 73, scss/layout/_liner.scss */
body.liner .contents .color-red {
  color: red;
}
/* line 76, scss/layout/_liner.scss */
body.liner .contents h3 {
  font-size: 22px;
  font-size: 1.69231rem;
  font-weight: bold;
  margin: 60px 0 30px;
  padding: 8px 50px 6px 20px;
  color: #fff;
  border-radius: 5px;
  background: #ea527f;
}
/* line 85, scss/layout/_liner.scss */
body.liner .contents h4 {
  font-size: 21px;
  font-size: 1.61538rem;
  font-weight: bold;
  width: 600px;
  margin: 30px 0 30px;
  padding: 8px 10px 6px 65px;
  color: #ea527f;
  border: 2px solid #ea527f;
  background: url(/assets/images/ico_sakura.png) no-repeat 30px 50%;
}
/* line 95, scss/layout/_liner.scss */
body.liner .contents h5 {
  font-size: 22px;
  font-size: 1.69231rem;
  font-weight: normal;
  margin: 30px 0 0;
  color: #ea527f;
}
/* line 101, scss/layout/_liner.scss */
body.liner .contents .timeTable {
  width: 100%;
  margin: 15px 0;
}
/* line 104, scss/layout/_liner.scss */
body.liner .contents .timeTable th,
body.liner .contents .timeTable td {
  font-size: 14px;
  font-size: 1.07692rem;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #333;
}
/* line 112, scss/layout/_liner.scss */
body.liner .contents .timeTable th,
body.liner .contents .timeTable td {
  width: 19%;
}
/* line 116, scss/layout/_liner.scss */
body.liner .contents .timeTable th:first-child,
body.liner .contents .timeTable td:first-child {
  width: 24%;
}
/* line 120, scss/layout/_liner.scss */
body.liner .contents .timeTable thead th,
body.liner .contents .timeTable thead td {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background: #cf285a;
}
/* line 128, scss/layout/_liner.scss */
body.liner .contents .timeTable tbody th,
body.liner .contents .timeTable tbody td {
  font-weight: normal;
}
/* line 132, scss/layout/_liner.scss */
body.liner .contents .timeTable .trLiner th,
body.liner .contents .timeTable .trLiner td {
  background: #fbe5eb;
}
/* line 136, scss/layout/_liner.scss */
body.liner .contents .timeTable .trLiner th {
  color: #ea527f;
}

/* line 1, scss/layout/_fasta.scss */
body.fasta {
  background: url(/images/fasta/background.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}
/* line 5, scss/layout/_fasta.scss */
body.fasta h2 {
  display: block;
  overflow: hidden;
  width: 540px;
  height: 0;
  padding-top: 78px;
  background: url("/images/fasta/ttl_header.png") no-repeat 0px 0px;
  margin: auto;
}
/* line 10, scss/layout/_fasta.scss */
body.fasta .contents p {
  font-size: 14px;
  font-size: 1.07692rem;
  margin: 0 0 15px;
}
/* line 14, scss/layout/_fasta.scss */
body.fasta .contents .lead {
  margin: 10px 0;
}
/* line 2, scss/base/_mixin-clearfix.scss */
body.fasta .contents .lead {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
body.fasta .contents .lead:after {
  content: "";
  display: block;
  clear: both;
}
/* line 17, scss/layout/_fasta.scss */
body.fasta .contents .lead .pic {
  float: right;
  margin-left: 0;
}
/* line 21, scss/layout/_fasta.scss */
body.fasta .contents .lead .txt2 {
  font-size: 15px;
  font-size: 1.15385rem;
  margin: 10px 240px 0 0;
}
/* line 27, scss/layout/_fasta.scss */
body.fasta .menuA {
  overflow: hidden;
  margin: 10px -20px;
}
/* line 30, scss/layout/_fasta.scss */
body.fasta .menuA:before {
  display: block;
  content: '';
}
/* line 34, scss/layout/_fasta.scss */
body.fasta .menuA:after {
  display: block;
  content: '';
}
/* line 38, scss/layout/_fasta.scss */
body.fasta .menuA .table {
  display: table;
  border-spacing: 20px 18px;
  border-collapse: separate;
}
/* line 43, scss/layout/_fasta.scss */
body.fasta .menuA .row {
  display: table-row;
}
/* line 46, scss/layout/_fasta.scss */
body.fasta .menuA h5 {
  font-size: 18px;
  font-size: 1.38462rem;
  font-weight: bold;
  color: #8c0012;
  margin: 0 18px;
}
/* line 52, scss/layout/_fasta.scss */
body.fasta .menuA section {
  display: table-cell;
  width: 350px;
  padding: 40px;
  background: #ebe0d6;
}
/* line 57, scss/layout/_fasta.scss */
body.fasta .menuA section .img {
  position: relative;
}
/* line 59, scss/layout/_fasta.scss */
body.fasta .menuA section .img:after {
  position: absolute;
  top: -40px;
  left: -30px;
  display: block;
  width: 230px;
  height: 128px;
  content: '';
  background: url(/images/fasta/ribon.png) no-repeat;
}
/* line 69, scss/layout/_fasta.scss */
body.fasta .menuA section .img.new:after {
  top: -5px;
  left: -25px;
  width: 128px;
  height: 62px;
  background: url(/images/fasta/new.png) no-repeat;
}
/* line 77, scss/layout/_fasta.scss */
body.fasta .menuA section h4 {
  font-size: 24px;
  font-size: 1.84615rem;
  font-weight: bold;
  color: #8c0012;
  text-align: center;
}
/* line 83, scss/layout/_fasta.scss */
body.fasta .menuA section dl {
  min-height: 155px;
  padding: 12px 15px 12px 90px;
  background: #8c0012 url(/images/fasta/badge.png) no-repeat 10px 10px;
}
/* line 88, scss/layout/_fasta.scss */
body.fasta .menuA section dt {
  font-size: 18px;
  font-size: 1.38462rem;
  font-weight: bold;
  color: #ff0;
}
/* line 93, scss/layout/_fasta.scss */
body.fasta .menuA section dd {
  line-height: 1.5;
  color: #fff;
}
/* line 97, scss/layout/_fasta.scss */
body.fasta .menuA section p {
  margin-bottom: 0;
}
/* line 99, scss/layout/_fasta.scss */
body.fasta .menuA section p.price, body.fasta .menuA section p.center {
  text-align: center;
}
/* line 105, scss/layout/_fasta.scss */
body.fasta .menuB {
  overflow: hidden;
  margin: 0 -20px;
  margin-bottom: 30px;
}
/* line 109, scss/layout/_fasta.scss */
body.fasta .menuB:after {
  display: block;
  margin-top: -20px;
  content: '';
}
/* line 114, scss/layout/_fasta.scss */
body.fasta .menuB .table {
  display: table;
  border-spacing: 20px 18px;
  border-collapse: separate;
}
/* line 119, scss/layout/_fasta.scss */
body.fasta .menuB .row {
  display: table-row;
}
/* line 122, scss/layout/_fasta.scss */
body.fasta .menuB h5 {
  font-size: 18px;
  font-size: 1.38462rem;
  font-weight: bold;
  color: #8c0012;
  margin: 0 18px;
}
/* line 128, scss/layout/_fasta.scss */
body.fasta .menuB section {
  display: table-cell;
  width: 445px;
  padding: 0 15px 0 0;
  background: #ebe0d6;
}
/* line 133, scss/layout/_fasta.scss */
body.fasta .menuB section img {
  float: left;
  margin-right: 12px;
}
/* line 137, scss/layout/_fasta.scss */
body.fasta .menuB section h4 {
  font-size: 18px;
  font-size: 1.38462rem;
  font-weight: bold;
  padding: 10px 0 0;
  color: #8c0012;
}
/* line 143, scss/layout/_fasta.scss */
body.fasta .menuB section p {
  line-height: 1.5;
}
/* line 146, scss/layout/_fasta.scss */
body.fasta .menuB section.middle {
  position: relative;
}
/* line 148, scss/layout/_fasta.scss */
body.fasta .menuB section.middle h4 {
  position: absolute;
  top: 50%;
  left: 162px;
  transform: translateY(-50%);
  padding: 0;
}
/* line 158, scss/layout/_fasta.scss */
body.fasta .menuC {
  margin: 50px 0 20px;
  padding: 30px 40px 30px 40px;
  border: 1px dashed #8c0012;
}
/* line 2, scss/base/_mixin-clearfix.scss */
body.fasta .menuC {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
body.fasta .menuC:after {
  content: "";
  display: block;
  clear: both;
}
/* line 163, scss/layout/_fasta.scss */
body.fasta .menuC p {
  float: left;
  margin-right: 25px;
}
/* line 168, scss/layout/_fasta.scss */
body.fasta .menuC ul li {
  float: left;
  width: 150px;
  margin-left: 30px;
  list-style: none;
  text-align: center;
  color: #8c0012;
}
/* line 175, scss/layout/_fasta.scss */
body.fasta .menuC ul li img {
  display: block;
  margin: 0 0 6px;
}
/* line 182, scss/layout/_fasta.scss */
body.fasta .menuD {
  margin: 50px 0 20px;
  padding: 30px 0 30px 40px;
  background-color: #faefdf;
}
/* line 2, scss/base/_mixin-clearfix.scss */
body.fasta .menuD {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
body.fasta .menuD:after {
  content: "";
  display: block;
  clear: both;
}
/* line 187, scss/layout/_fasta.scss */
body.fasta .menuD p {
  float: left;
  margin-right: 25px;
}
/* line 192, scss/layout/_fasta.scss */
body.fasta .menuD ul li {
  float: left;
  width: 150px;
  margin-left: 30px;
  list-style: none;
  text-align: center;
  color: #8c0012;
}
/* line 199, scss/layout/_fasta.scss */
body.fasta .menuD ul li img {
  display: block;
  margin: 0 0 6px;
}

/* line 1, scss/layout/_guide.scss */
body.guide {
  background: url(/images/guide/background.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}
/* line 5, scss/layout/_guide.scss */
body.guide #header .wrapper #gnavi li.gnav01 a {
  background-position: -310px -115px;
}
/* line 8, scss/layout/_guide.scss */
body.guide h2 {
  display: block;
  overflow: hidden;
  width: 326px;
  height: 0;
  padding-top: 75px;
  background: url("/images/guide/ttl_header.png") no-repeat 0px 0px;
  margin: auto;
}
/* line 13, scss/layout/_guide.scss */
body.guide .contents p {
  font-size: 14px;
  font-size: 1.07692rem;
  margin: 0 0 15px;
}
/* line 17, scss/layout/_guide.scss */
body.guide .contents h3 {
  font-size: 22px;
  font-size: 1.69231rem;
  font-weight: bold;
  margin: 60px 0 30px;
  padding: 8px 50px 6px 20px;
  color: #fff;
  border-radius: 5px;
  background: #ea527f url(/assets/images/bg_heading.gif) no-repeat right 50%;
}
/* line 26, scss/layout/_guide.scss */
body.guide .contents .accessLinks {
  padding: 8px;
  border-radius: 5px;
  background: #ec638c;
  margin-bottom: 20px;
}
/* line 2, scss/base/_mixin-clearfix.scss */
body.guide .contents .accessLinks ul {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
body.guide .contents .accessLinks ul:after {
  content: "";
  display: block;
  clear: both;
}
/* line 34, scss/layout/_guide.scss */
body.guide .contents .accessLinks li {
  float: left;
  margin-left: 8px;
  list-style: none;
}
/* line 39, scss/layout/_guide.scss */
body.guide .contents .accessLinks a {
  font-size: 14px;
  font-size: 1.07692rem;
  display: block;
  width: 164px;
  padding: 10px 0 7px 10px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  background: #fff url(../images/ico_arrow03.png) no-repeat 10px center;
}
/* line 48, scss/layout/_guide.scss */
body.guide .contents .accessLinks a:hover {
  background-color: #F8D4DF;
}
/* line 51, scss/layout/_guide.scss */
body.guide .contents .accessLinks a span {
  font-size: 11px;
}
/* line 2, scss/base/_mixin-clearfix.scss */
body.guide .contents section {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
body.guide .contents section:after {
  content: "";
  display: block;
  clear: both;
}
/* line 58, scss/layout/_guide.scss */
body.guide .contents section + section {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted #ccc;
}
/* line 63, scss/layout/_guide.scss */
body.guide .contents section .cont {
  float: left;
  width: 600px;
}
/* line 66, scss/layout/_guide.scss */
body.guide .contents section .cont h4 {
  font-size: 18px;
  font-size: 1.38462rem;
  font-weight: bold;
}
/* line 70, scss/layout/_guide.scss */
body.guide .contents section .cont p {
  font-size: 14px;
  font-size: 1.07692rem;
  margin: 10px 0 10px;
}
/* line 75, scss/layout/_guide.scss */
body.guide .contents section .pic {
  float: right;
}
/* line 79, scss/layout/_guide.scss */
body.guide .contents table {
  width: 100%;
  margin: 40px 0 60px;
}
/* line 82, scss/layout/_guide.scss */
body.guide .contents table th,
body.guide .contents table td {
  padding: 12px 6px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px dotted #ee6493;
  border-bottom: 1px dotted #ee6493;
}
/* line 90, scss/layout/_guide.scss */
body.guide .contents table th {
  font-size: 18px;
  font-size: 1.38462rem;
  font-weight: bold;
  width: 250px;
  color: #ea527f;
}
/* line 95, scss/layout/_guide.scss */
body.guide .contents table th small {
  font-size: 14px;
  font-size: 1.07692rem;
}
/* line 100, scss/layout/_guide.scss */
body.guide .contents a.mapBtn {
  font-size: 28px;
  font-size: 2.15385rem;
  display: block;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #ea527f;
  background: url(/images/guide/ico_arrow.png) no-repeat 32px 50%;
}
/* line 108, scss/layout/_guide.scss */
body.guide .contents a.mapBtn:before {
  display: inline-block;
  width: 69px;
  height: 66px;
  margin-right: 10px;
  content: '';
  vertical-align: middle;
  background: url(/images/guide/ico_map.png) no-repeat;
}

/* line 1, scss/layout/_sitemap.scss */
body.sitemap {
  background: url(/images/sitemap/background.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}
/* line 5, scss/layout/_sitemap.scss */
body.sitemap #header .wrapper #gnavi li.gnav01 a {
  background-position: -310px -115px;
}
/* line 8, scss/layout/_sitemap.scss */
body.sitemap h2 {
  display: block;
  overflow: hidden;
  width: 346px;
  height: 0;
  padding-top: 75px;
  background: url("/images/sitemap/ttl_header.png") no-repeat 0px 0px;
  margin: auto;
}
/* line 13, scss/layout/_sitemap.scss */
body.sitemap .contents li {
  margin-top: 5px;
  list-style: none;
}
/* line 17, scss/layout/_sitemap.scss */
body.sitemap .contents a {
  font-size: 15px;
  display: block;
  padding: 10px 10px 10px 50px;
  text-decoration: none;
  background: #e2e2dd url(/assets/images/ico_arrow03.png) no-repeat 25px 15px;
}

/* line 1, scss/layout/_form.scss */
body.form {
  background: url(/images/form/background.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}
/* line 5, scss/layout/_form.scss */
body.form #header .wrapper #gnavi li.gnav01 a {
  background-position: -310px -115px;
}
/* line 8, scss/layout/_form.scss */
body.form h2 {
  display: block;
  overflow: hidden;
  width: 366px;
  height: 0;
  padding-top: 75px;
  background: url("/images/form/ttl_header.png") no-repeat 0px 0px;
  margin: auto;
}
/* line 13, scss/layout/_form.scss */
body.form .contents p {
  font-size: 14px;
  font-size: 1.07692rem;
  margin: 0 0 15px;
}
/* line 17, scss/layout/_form.scss */
body.form .contents h3 {
  font-size: 20px;
  font-size: 1.53846rem;
  margin: 40px 0 15px;
  padding: 7px 15px;
  color: #fff;
  border-radius: 5px;
  background: #ea527f;
}
/* line 25, scss/layout/_form.scss */
body.form .contents dl {
  margin: 0 0 15px;
}
/* line 27, scss/layout/_form.scss */
body.form .contents dl dt {
  font-size: 18px;
  font-size: 1.38462rem;
  font-weight: bold;
}
/* line 31, scss/layout/_form.scss */
body.form .contents dl dd {
  font-size: 14px;
  font-size: 1.07692rem;
}
/* line 35, scss/layout/_form.scss */
body.form .contents .btnWrap {
  margin: 0 20px 15px 0;
  text-align: right;
}
/* line 39, scss/layout/_form.scss */
body.form .contents a.btn {
  font-size: 16px;
  font-size: 1.23077rem;
  display: inline-block;
  min-width: 250px;
  padding: 7px 10px 5px 30px;
  text-align: left;
  text-decoration: none;
  color: #ea527f;
  border: 2px solid #ea527f;
  background: url(/assets/images/ico_arrow03.png) no-repeat 10px 12px;
}

/* line 1, scss/layout/_faq.scss */
body.faq {
  background: url(/images/faq/background.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}
/* line 5, scss/layout/_faq.scss */
body.faq #header .wrapper #gnavi li.gnav01 a {
  background-position: -310px -115px;
}
/* line 8, scss/layout/_faq.scss */
body.faq h2 {
  display: block;
  overflow: hidden;
  width: 386px;
  height: 0;
  padding-top: 75px;
  background: url("/images/faq/ttl_header.png") no-repeat 0px 0px;
  margin: auto;
}
/* line 13, scss/layout/_faq.scss */
body.faq .contents .list {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px dotted #333;
}
/* line 2, scss/base/_mixin-clearfix.scss */
body.faq .contents .list {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
body.faq .contents .list:after {
  content: "";
  display: block;
  clear: both;
}
/* line 18, scss/layout/_faq.scss */
body.faq .contents .list .conL {
  float: left;
  width: 425px;
}
/* line 22, scss/layout/_faq.scss */
body.faq .contents .list .conR {
  float: right;
  width: 425px;
}
/* line 26, scss/layout/_faq.scss */
body.faq .contents .list dl + dl {
  margin-top: 15px;
}
/* line 29, scss/layout/_faq.scss */
body.faq .contents .list dt {
  font-size: 18px;
  font-size: 1.38462rem;
  font-weight: bold;
  padding: 0 0 0 36px;
  color: #ea527f;
  background: url(/assets/images/ico_sakura.png) no-repeat 4px 4px;
}
/* line 36, scss/layout/_faq.scss */
body.faq .contents .list li {
  margin-top: 5px;
  list-style: none;
}
/* line 40, scss/layout/_faq.scss */
body.faq .contents .list a {
  font-size: 15px;
  font-size: 1.15385rem;
  display: block;
  padding: 7px 10px 7px 40px;
  text-decoration: none;
  background: #e2e2dd url(/assets/images/ico_arrow03.png) no-repeat 14px 12px;
}
/* line 49, scss/layout/_faq.scss */
body.faq .contents .items dl {
  margin: 30px 0 0;
}
/* line 52, scss/layout/_faq.scss */
body.faq .contents .items dt {
  font-size: 20px;
  font-size: 1.53846rem;
  font-weight: bold;
  padding: 10px 10px 10px 60px;
  color: #fff;
  border-radius: 5px;
  background: #ea527f url(/images/faq/ico_q.png) no-repeat 20px 15px;
}
/* line 60, scss/layout/_faq.scss */
body.faq .contents .items dd {
  font-size: 14px;
  font-size: 1.07692rem;
  padding: 15px 10px 10px 60px;
  background: url(/images/faq/ico_a.png) no-repeat 20px 15px;
}

/* line 1, scss/layout/_info.scss */
body.info {
  background: url(/images/info/background.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}
/* line 5, scss/layout/_info.scss */
body.info h2 {
  display: block;
  overflow: hidden;
  width: 326px;
  height: 0;
  padding-top: 75px;
  background: url("/images/info/ttl_header.png") no-repeat 0px 0px;
  margin: auto;
}
/* line 10, scss/layout/_info.scss */
body.info .contents .infoMain {
  float: left;
  width: 700px;
}
/* line 14, scss/layout/_info.scss */
body.info .contents .infoSide {
  float: right;
  width: 150px;
}
/* line 18, scss/layout/_info.scss */
body.info .contents .h3 {
  font-size: 22px;
  font-size: 1.69231rem;
  font-weight: bold;
  margin: 0 0 30px;
  padding: 8px 50px 6px 20px;
  color: #fff;
  border-radius: 5px;
  background: #ea527f url(/assets/images/bg_heading.gif) no-repeat right 50%;
}
/* line 27, scss/layout/_info.scss */
body.info .contents .infoArticle {
  margin-bottom: 0 !important;
}
/* line 30, scss/layout/_info.scss */
body.info .contents .infoArticle header h1 {
  font-size: 20px;
  font-size: 1.53846rem;
  font-weight: bold;
  color: #ea527f;
}
/* line 36, scss/layout/_info.scss */
body.info .contents .infoArticle .body {
  margin: 10px 0 0;
}
/* line 2, scss/base/_mixin-clearfix.scss */
body.info .contents .infoArticle .body {
  *zoom: 1;
}
/* line 5, scss/base/_mixin-clearfix.scss */
body.info .contents .infoArticle .body:after {
  content: "";
  display: block;
  clear: both;
}
/* line 41, scss/layout/_info.scss */
body.info .contents .infoList {
  margin: 30px 0 0;
}
/* line 43, scss/layout/_info.scss */
body.info .contents .infoList li {
  position: relative;
  padding-left: 7em;
  list-style: none;
}
/* line 47, scss/layout/_info.scss */
body.info .contents .infoList li span {
  position: absolute;
  left: 0;
  display: block;
}
/* line 52, scss/layout/_info.scss */
body.info .contents .infoList li a {
  color: #ea527f;
}
/* line 56, scss/layout/_info.scss */
body.info .contents .infoList li + li {
  margin-top: 10px;
}
/* line 60, scss/layout/_info.scss */
body.info .contents .infoArticle + .infoArticle,
body.info .contents .infoArticle + .infoList {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted #333;
}
/* line 66, scss/layout/_info.scss */
body.info .contents .infoSideNav {
  padding: 30px 15px;
  border-radius: 5px;
  background: #fadce5;
}
/* line 70, scss/layout/_info.scss */
body.info .contents .infoSideNav a {
  text-decoration: none;
  color: #333;
}
/* line 73, scss/layout/_info.scss */
body.info .contents .infoSideNav a:hover {
  text-decoration: underline;
}
/* line 76, scss/layout/_info.scss */
body.info .contents .infoSideNav a.current {
  color: #ea527f;
}
/* line 80, scss/layout/_info.scss */
body.info .contents .infoSideNav .latest {
  font-weight: bold;
  margin: 0 15px 0;
}
/* line 84, scss/layout/_info.scss */
body.info .contents .infoSideNav .archive {
  margin: 20px 0 0;
  padding: 0 15px;
  padding-top: 20px;
  border-top: 1px dotted #333;
}
/* line 89, scss/layout/_info.scss */
body.info .contents .infoSideNav .archive ul {
  margin-top: 5px;
}
/* line 91, scss/layout/_info.scss */
body.info .contents .infoSideNav .archive ul li {
  list-style: none;
}
/* line 93, scss/layout/_info.scss */
body.info .contents .infoSideNav .archive ul li:before {
  content: '・';
}

/* line 1, scss/layout/_contest.scss */
body.contest {
  background: #ea527f;
}
/* line 10, scss/layout/_contest.scss */
body.contest #main {
  width: 960px;
  padding-top: 100px;
  background: #fff;
}
/* line 14, scss/layout/_contest.scss */
body.contest #main .lead {
  font-size: 15px;
  font-size: 1.15385rem;
  font-weight: bold;
  width: 720px;
  margin: 40px auto;
  padding-left: 180px;
  color: #ea527f;
  background: url(/images/contest/ico_camera.gif) no-repeat 0 50%;
}
/* line 23, scss/layout/_contest.scss */
body.contest #main a.remarkBtn {
  cursor: pointer;
  text-decoration: underline;
}
/* line 27, scss/layout/_contest.scss */
body.contest #main .outline {
  margin: 40px 40px 40px;
}
/* line 29, scss/layout/_contest.scss */
body.contest #main .outline h3 {
  line-height: 1;
  padding: 15px 0;
  text-align: center;
  border-top: 2px dotted #ea527f;
  border-bottom: 2px dotted #ea527f;
}
/* line 36, scss/layout/_contest.scss */
body.contest #main .outline table {
  width: 100%;
  margin: 20px 0 0;
}
/* line 39, scss/layout/_contest.scss */
body.contest #main .outline table th,
body.contest #main .outline table td {
  padding: 10px 0;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px dotted #ea527f;
}
/* line 46, scss/layout/_contest.scss */
body.contest #main .outline table th {
  font-size: 14px;
  font-size: 1.07692rem;
  font-weight: bold;
  width: 140px;
  color: #ea527f;
}
/* line 51, scss/layout/_contest.scss */
body.contest #main .outline table th:before {
  content: '■';
}
/* line 56, scss/layout/_contest.scss */
body.contest #main .outline table td h4 {
  font-size: 16px;
  font-size: 1.23077rem;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 0 10px;
  color: #ea527f;
  border: 1px solid #ea527f;
}
/* line 64, scss/layout/_contest.scss */
body.contest #main .outline table td em {
  font-style: normal;
  color: #ea527f;
}
/* line 68, scss/layout/_contest.scss */
body.contest #main .outline table td a {
  color: #ea527f;
}
/* line 72, scss/layout/_contest.scss */
body.contest #main .outline table td ul li {
  line-height: 1.4;
  margin: 0 0 5px;
  padding-left: 1em;
  list-style: none;
  text-indent: -1em;
}
/* line 78, scss/layout/_contest.scss */
body.contest #main .outline table td ul li:before {
  content: '※';
}
/* line 87, scss/layout/_contest.scss */
body.contest .remark {
  width: 840px;
  padding: 50px 60px;
}
/* line 90, scss/layout/_contest.scss */
body.contest .remark h3 {
  font-size: 22px;
  font-size: 1.69231rem;
  font-weight: bold;
  text-align: center;
  color: #ea527f;
  border-top: 2px dotted #ea527f;
  border-bottom: 2px dotted #ea527f;
}
/* line 98, scss/layout/_contest.scss */
body.contest .remark h4 {
  font-weight: bold;
  margin-top: 10px;
  padding-top: 10px;
  color: #ea527f;
  border-top: 1px dotted #ea527f;
}
/* line 108, scss/layout/_contest.scss */
body.contest .remark h3 + h4 {
  padding-top: 0;
  border-top: 0;
}

/*追加分*/
/* line 2, scss/layout/_inst.scss */
body.inst {
  background: url(../images/inst/background.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}

/*------------------
content
------------------*/
/* line 11, scss/layout/_inst.scss */
body.inst #main {
  width: auto;
  margin: 0 auto 85px;
  padding: 230px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, scss/layout/_inst.scss */
body.inst #main img {
  vertical-align: bottom;
}

/* line 25, scss/layout/_inst.scss */
body.inst #main .wrapper {
  width: 980px;
  margin: 0 auto;
}

/* line 29, scss/layout/_inst.scss */
body.inst #main .wrapper .title {
  position: relative;
  margin-bottom: 70px;
  text-align: center;
}

/* line 35, scss/layout/_inst.scss */
body.inst #main .wrapper .title .photo_L,
body.inst #main .wrapper .title .photo_R {
  position: absolute;
  top: 40px;
}

/* line 41, scss/layout/_inst.scss */
body.inst #main .wrapper .title .photo_L {
  left: 40px;
}

/* line 45, scss/layout/_inst.scss */
body.inst #main .wrapper .title .photo_R {
  right: 0;
}

/* line 48, scss/layout/_inst.scss */
body.inst #main .wrapper .contest {
  position: relative;
  padding: 10px;
  margin-bottom: 60px;
  background: url(../images/inst/bg_line.gif);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/* line 57, scss/layout/_inst.scss */
body.inst #main .wrapper .contest h3 {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -353px;
}

/* line 63, scss/layout/_inst.scss */
body.inst #main .wrapper .contest .wrap {
  padding: 85px 60px 40px;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/* line 70, scss/layout/_inst.scss */
body.inst #main .wrapper .contest .wrap dl {
  position: relative;
  float: left;
  width: 280px;
  border: 2px solid #ea527f;
  padding: 20px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
}

/* line 81, scss/layout/_inst.scss */
body.inst #main .wrapper .contest .wrap dl dt {
  position: absolute;
  background: #fff;
  top: -20px;
  left: 50%;
  margin-left: -90px;
  font-size: 21px;
}

/* line 89, scss/layout/_inst.scss */
body.inst #main .wrapper .contest .wrap dl dt img {
  vertical-align: -0.1em;
  padding-right: 10px;
}

/* line 93, scss/layout/_inst.scss */
body.inst #main .wrapper .contest .wrap dl dd {
  color: #ea527f;
  font-weight: bold;
  line-height: 1.5em;
  font-size: 16px;
}

/* line 99, scss/layout/_inst.scss */
body.inst #main .wrapper .contest .wrap dl dd.txt {
  margin-bottom: 15px;
}

/* line 103, scss/layout/_inst.scss */
body.inst #main .wrapper .contest .wrap dl dd.twitter {
  border-bottom: 1px dotted #ea527f;
  padding-bottom: 2px;
  margin-bottom: 10px;
}

/* line 108, scss/layout/_inst.scss */
body.inst #main .wrapper .contest .wrap .info {
  position: relative;
  float: right;
  width: 535px;
  padding: 35px 21px;
  background: #fcebf0;
  font-size: 24px;
  line-height: 1.5em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/* line 120, scss/layout/_inst.scss */
body.inst #main .wrapper .contest .wrap .photo_L,
body.inst #main .wrapper .contest .wrap .photo_R {
  position: absolute;
  top: -18px;
}

/* line 125, scss/layout/_inst.scss */
body.inst #main .wrapper .contest .wrap .photo_L {
  left: -9px;
}

/* line 128, scss/layout/_inst.scss */
body.inst #main .wrapper .contest .wrap .photo_R {
  right: -10px;
}

/* line 134, scss/layout/_inst.scss */
body.inst .photo_fujishiba {
  text-align: center;
}

/* line 137, scss/layout/_inst.scss */
body.inst .photo_banner {
  width: 980px;
  margin: 0 auto;
}

/* line 141, scss/layout/_inst.scss */
body.inst .photo_banner a {
  display: block;
}

/*インスタライブ*/
/* line 146, scss/layout/_inst.scss */
body.inst #main .live_wrap {
  padding: 30px 0 30px 30px;
  margin: 0 auto 30px;
  width: 980px;
  background-color: rgba(252, 229, 236, 0.9);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#E6ffffff,EndColorStr=#E6ffffff)";
  /* IE 8以上用 */
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/* line 156, scss/layout/_inst.scss */
body.inst #inst_contents {
  display: block;
  margin: 0 auto !important;
  padding: 0;
  width: 100% !important;
}

/* line 162, scss/layout/_inst.scss */
body.inst div.entry_text {
  font-size: 1.3em;
  width: 100%;
  padding: 5%;
}

/* line 168, scss/layout/_inst.scss */
body.inst div.twitter_profile img,
body.inst div.inst_profile img {
  width: 30px;
  border-radius: 20px;
  vertical-align: top;
}

/* line 174, scss/layout/_inst.scss */
body.inst div.twitter_profile a,
body.inst div.inst_profile a {
  vertical-align: 0.3em;
  padding-left: 8px;
  text-decoration: none;
  color: #ea527f;
  font-weight: bold;
}

/* line 182, scss/layout/_inst.scss */
body.inst div.twitter_message,
body.inst div.inst_message {
  padding: 5px 0 10px !important;
  text-shadow: 1px 1px 0 #fff;
  color: #7b2b43;
  line-height: 1.5em;
  word-wrap: break-word;
  font-size: 14px;
}

/* line 192, scss/layout/_inst.scss */
body.inst div.twitter_photo img,
body.inst div.inst_photo img {
  padding: 0 !important;
  margin-bottom: 5%;
  display: block;
  overflow: hidden;
  width: 100%;
}

/* line 202, scss/layout/_inst.scss */
body.inst div.twitter_link,
body.inst div.inst_link {
  padding: 0 !important;
  text-align: right;
  text-shadow: 1px 1px 0 #fff;
  font-size: 14px;
}

/* line 209, scss/layout/_inst.scss */
body.inst div.twitter_link a:hover,
body.inst div.inst_link a:hover {
  text-decoration: underline;
}

/* line 214, scss/layout/_inst.scss */
body.inst div.inst_link a {
  text-decoration: none;
}

/* line 218, scss/layout/_inst.scss */
body.inst div.twitter_link a {
  background: url(http://inst-alive.com/appli/img/icon_tw.png) no-repeat left 0;
  padding-left: 20px;
  padding-bottom: 5px;
}

/* line 224, scss/layout/_inst.scss */
body.inst div.inst_link a {
  background: url(http://inst-alive.com/appli/img/icon_inst.png) no-repeat left 0;
  padding-left: 20px;
  padding-bottom: 5px;
}

/* line 230, scss/layout/_inst.scss */
body.instdiv.entry-meta {
  /*  display:none;　　*/
  margin: 0 5% 10px;
  text-align: right;
}

/* line 235, scss/layout/_inst.scss */
body.inst div.entry-meta a {
  text-decoration: none;
}

/* line 238, scss/layout/_inst.scss */
body.inst div.entry-meta a:hover {
  text-decoration: underline;
}

/*------------------
masonry
------------------*/
/* line 247, scss/layout/_inst.scss */
body.inst .post {
  background: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  margin-bottom: 48px;
  margin-left: 0px;
  margin-right: 30px;
  width: 30%;
}

/*animation*/
/* line 259, scss/layout/_inst.scss */
body.inst #inst_contents, .post {
  transition-duration: 0.7s;
}

/* line 262, scss/layout/_inst.scss */
body.inst #inst_contents {
  transition-property: height, width;
}

/* line 265, scss/layout/_inst.scss */
body.inst .post {
  transition-property: left, right, top;
}

/* line 268, scss/layout/_inst.scss */
body.inst #pagination {
  clear: both;
  display: block;
  font-size: 20px;
  margin: 30px;
  text-align: center;
}

/* line 276, scss/layout/_inst.scss */
body.inst #inst_next_button {
  display: block;
  width: 200px;
  margin: 0 auto 40px;
  padding: 10px;
  border: 3px solid #ea527f;
  background: #fff;
  text-align: center;
  color: #ea527f;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  clear: both;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/* line 295, scss/layout/_inst.scss */
body.inst #infscr-loading {
  bottom: 0;
  clear: both;
  display: block;
  height: 50px;
  left: 45%;
  position: fixed;
  text-align: center;
  width: 200px;
  z-index: 100;
}

/* line 307, scss/layout/_inst.scss */
body.inst #navigation {
  text-align: center;
}

/* line 308, scss/layout/_inst.scss */
body.inst #navigation a {
  border: 1px solid #ccc;
  padding: 8px 20px;
  border-radius: 4px;
}

/* line 309, scss/layout/_inst.scss */
body.inst #navigation a:hover {
  border: 1px solid #1ebeb4;
}

/*--------------------------------------------
tablet
--------------------------------------------*/
@media only screen and (max-width: 800px) {
  /*------------------
  content
  ------------------*/
  /* line 324, scss/layout/_inst.scss */
  body.inst .photo_fujishiba {
    margin: 0 20px;
  }

  /* line 327, scss/layout/_inst.scss */
  body.inst .photo_fujishiba img {
    width: 90%;
    max-width: 541px;
  }

  /* line 331, scss/layout/_inst.scss */
  body.inst #main .live_wrap {
    padding: 20px 0;
    width: auto;
    margin: 0 20px;
  }

  /* line 336, scss/layout/_inst.scss */
  body.inst #inst_contents {
    width: 90% !important;
    margin-top: 0 !important;
    display: block;
  }

  /* line 342, scss/layout/_inst.scss */
  body.inst div.content_left {
    left: 11%;
  }

  /*------------------
  masonry
  ------------------*/
  /* line 349, scss/layout/_inst.scss */
  body.inst .post {
    width: 40%;
    margin-right: 30px;
  }
}
/*--------------------------------------------
smart_phone
--------------------------------------------*/
@media only screen and (max-width: 600px) {
  /*------------------
  content
  ------------------*/
  /* line 366, scss/layout/_inst.scss */
  body.inst #inst_contents {
    width: 80% !important;
    margin: 0 auto;
    margin-top: 0 !important;
    display: block;
    margin-bottom: 80px;
    top: 0;
    height: auto;
  }

  /* line 376, scss/layout/_inst.scss */
  body.inst div.content_left {
    left: 3%;
  }

  /* line 380, scss/layout/_inst.scss */
  body.inst .post {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    background: #f6f4ec;
    border-radius: 3px;
  }

  /* line 388, scss/layout/_inst.scss */
  body.inst #pagination {
    clear: both;
    display: block;
    font-size: 20px;
    margin: 30px;
    text-align: center;
    /* test  test */
    position: fixed;
    bottom: 600px;
  }

  /* line 401, scss/layout/_inst.scss */
  body.inst #infscr-loading {
    z-index: 100;
    clear: both;
    height: 50px;
    display: block;
    position: fixed;
    left: 21%;
    bottom: 0;
  }

  /*------------------
  hamberger-menu
  ------------------*/
  /* line 415, scss/layout/_inst.scss */
  body.inst nav.Menu {
    height: 144px;
  }

  /* line 419, scss/layout/_inst.scss */
  body.inst ul.Menu-list {
    margin-top: 64px;
  }

  /* line 423, scss/layout/_inst.scss */
  body.inst #menu-nav li.Menu-item {
    padding: 7px;
    padding-left: 17px;
    list-style-type: none;
  }

  /* line 429, scss/layout/_inst.scss */
  body.inst li.Menu-item a {
    color: #fff;
    font-size: 1.3em;
    text-decoration: none;
  }

  /* line 435, scss/layout/_inst.scss */
  body.inst li.Menu-item:hover {
    background-color: #444;
    font-weight: bold;
  }

  /*------------------
  none
  ------------------*/
  /* line 446, scss/layout/_inst.scss */
  body.inst h2.side {
    display: none;
  }

  /* line 450, scss/layout/_inst.scss */
  body.inst #side-nav {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
/* line 2, scss/layout/_daidougei.scss */
body.daidogei .container {
  background-color: #eb5280;
  padding: 0 40px;
}
/* line 5, scss/layout/_daidougei.scss */
body.daidogei .container #main {
  width: 100%;
  background-image: url(/images/daidogei/bg_03.jpg);
  padding: 100px 0;
}
/* line 9, scss/layout/_daidougei.scss */
body.daidogei .container #main section {
  margin-bottom: 40px;
}
/* line 12, scss/layout/_daidougei.scss */
body.daidogei .container #main h1 {
  background: url(/images/daidogei/bg_01.jpg) center 0 repeat;
  height: 416px;
}
/* line 15, scss/layout/_daidougei.scss */
body.daidogei .container #main h1 img {
  position: absolute;
  top: 100px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 0 auto;
}
/* line 24, scss/layout/_daidougei.scss */
body.daidogei .container #main .bg-line {
  background: url(/images/daidogei/bg_02.png) center 0 repeat;
  height: 69px;
}
/* line 28, scss/layout/_daidougei.scss */
body.daidogei .container #main .lead {
  text-align: center;
  color: #eb5280;
  font-size: 1.2em;
  font-weight: 700;
}
/* line 34, scss/layout/_daidougei.scss */
body.daidogei .container #main h2 {
  text-align: center;
  color: #63482e;
  margin-bottom: 30px;
  font-size: 2em;
  font-weight: 700;
  line-height: 60px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #b2925a), color-stop(0, #ffefba));
  background: -webkit-linear-gradient(#ffefba, #b2925a);
  background: -moz-linear-gradient(#ffefba, #b2925a);
  background: -o-linear-gradient(#ffefba, #b2925a);
  background: -ms-linear-gradient(#ffefba, #b2925a);
  background: linear-gradient(#ffefba, #b2925a);
}
/* line 49, scss/layout/_daidougei.scss */
body.daidogei .container #main .schedule {
  padding: 0 40px;
}
/* line 51, scss/layout/_daidougei.scss */
body.daidogei .container #main .schedule ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  max-width: 80%;
  margin: auto;
}
/* line 59, scss/layout/_daidougei.scss */
body.daidogei .container #main .schedule ul li {
  padding-left: 10px;
  padding-right: 10px;
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
}
/* line 65, scss/layout/_daidougei.scss */
body.daidogei .container #main .schedule ul li a {
  display: block;
  border-radius: 50%;
  background-color: #fff;
}
/* line 69, scss/layout/_daidougei.scss */
body.daidogei .container #main .schedule ul li a img {
  width: 100%;
}
/* line 71, scss/layout/_daidougei.scss */
body.daidogei .container #main .schedule ul li a img:hover {
  opacity: .7;
}
/* line 79, scss/layout/_daidougei.scss */
body.daidogei .container #main .introduction {
  padding: 0 40px;
}
/* line 81, scss/layout/_daidougei.scss */
body.daidogei .container #main .introduction h3 {
  text-align: center;
  color: #eb5280;
  border: 1px solid #eb5280;
  border-radius: 10px;
  line-height: 40px;
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 20px;
}
/* line 91, scss/layout/_daidougei.scss */
body.daidogei .container #main .introduction .card-container {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
/* line 96, scss/layout/_daidougei.scss */
body.daidogei .container #main .introduction .card-container .card {
  -webkit-flex: 0 1 33.3333%;
  flex: 0 1 33.3333%;
  padding: 0 20px;
  text-align: center;
}
/* line 101, scss/layout/_daidougei.scss */
body.daidogei .container #main .introduction .card-container .card img {
  border-radius: 10px;
}
/* line 104, scss/layout/_daidougei.scss */
body.daidogei .container #main .introduction .card-container .card h4 {
  text-align: center;
  color: #eb5280;
  font-size: 1.2em;
  font-weight: 700;
  padding: .3em 0;
  line-height: 1.4em;
}
/* line 111, scss/layout/_daidougei.scss */
body.daidogei .container #main .introduction .card-container .card h4 .ls-1px {
  letter-spacing: -1px;
}
/* line 115, scss/layout/_daidougei.scss */
body.daidogei .container #main .introduction .card-container .card p {
  padding-bottom: 1em;
  text-align: left;
}
/* line 124, scss/layout/_daidougei.scss */
body.daidogei > iframe {
  display: none;
}


#nav1 {
	font-size: 1rem;
	list-style: none;
	position:fixed;
	top:200px;
/*
	right:-126px;
*/
	right:-5px;
/*
	margin:0 0 3px 0;
	padding:2px 15px 2px 10px;
	background:rgba(255,255,255,0.8);
	box-shadow : 0 0 10px rgba( 0, 0, 0, 0.5 );
*/
	z-index:200;
}

