@charset "utf-8";

@font-face {
font-family: 'ca';
src:  url('../fonts/ca.eot');
src:  url('../fonts/ca.eot') format('embedded-opentype'),
url('../fonts/ca.ttf') format('truetype'),
url('../fonts/ca.woff') format('woff'),
url('../fonts/ca.svg') format('svg');
font-weight: normal;
font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'ca' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;

/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
content: "\e942";
}
.icon-mail:before {
content: "\ea83";
}
/*
.icon-facebook2:before {
content: "\ea91";
}
.icon-instagram:before {
content: "\ea92";
}
.icon-twitter:before {
content: "\ea96";
}
.icon-youtube:before {
content: "\ea9d";
}
*/

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}






*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

html {
color: #333;
height: 100%;
line-height: 1.6;
}

body {
}

a {
color: #666;
text-decoration: none;
}

i {
font-style: normal;
}

img {
border: none;
height: auto;
max-width: 100%;
vertical-align: bottom;
width: 100%;
}

h1, h2, h3, h4 {
font-size: 1rem;
}

p, dl, ul, ol {
margin: 1rem 0;
} 

ul, ol {
padding: 0 0 0 1.8rem;
}

ul, ol, li {
list-style-type: none;
}

.hcenter {
text-align: center;
}

.pa {
margin: 0;
position: absolute;
}

.sp {
display: block;
}

.pc {
display: none;
}

.title {
background-color: rgba(163, 0, 0, 1);
margin: 0;
padding: .3rem 0;
}

#page-header {
background-color: rgba(163, 0, 0, 1);
padding-top: 5vh;
}

#page-header .title {
background-color: rgba(0, 0, 0, 1);
}

#page-header .sp img {
display: block;
}

#sp-mimage {
position: relative;
}

#sp-mimage a {
display: block;
position: absolute;
transform: rotate(-20deg);
}

#sp-mimage .mi02 img {
width: auto;
}

#gnav {
background-color: rgba(255, 255, 255, 1);
box-shadow: 0 2px 4px rgba(136, 136, 136, .4);
width: 100%;
}

#gnav.active{
position: fixed;
top: 0;
left: 0;
z-index: 11;
}

#gnav ul {
height: 1%;
margin: 0;
overflow: hidden;
padding: 1vh 0;
}

#gnav ul li {
/*
border-bottom: 1px solid rgba(163, 0, 0, 1);
border-right: 1px solid rgba(163, 0, 0, 1);
*/
float: left;
padding: 0 1vw;
width: 25vw;
}

#gnav ul li a {
align-items: flex-end;
display: flex;
}

#gnav ul .sp-gnh a {
padding-bottom: 5px;
}

#gnav ul li:nth-child(4n) {
border-right: none;
}

#page-footer {
color: rgba(255, 255, 255, 1);
/*
padding: 1rem 0 1.5rem;
*/
text-align: center;
}

#page-footer p {
line-height: 0;
}

#content-about {
background-color: rgba(163, 0, 0, 1);
padding: 1.5rem 0;
}

#sns ul {
list-style-type: none;
margin: .5rem 0 0;
padding: 0;
}

#sns ul li {
display: inline-block;
list-style-type: none;
margin: 0 .5rem;
padding: 0;
width: 12%;
}

#sns ul li a {
color: rgba(35, 24, 21, 1);
font-size: 2rem;
}

#sns .sns li {
margin: 0 1.5rem;
}

#sns .banner li {
width: 40%;
}

#sns .banner li a {
font-size: medium;
}
/*
.fc-red {
color: #c7000b;
}

.main-point {
color: #c7000b;
display: block;
margin: 0 0 .5rem;
}

.center {
text-align: center;
}

.table tr th {
font-weight: normal;
text-align: left;
}

#utility ul li i,
#gnav ul li i,
#backtotop i,
#sstoreinfo dl dd i {
font-family: CONDENSEicon;
}

#header {
border-top: 5px solid #c7000b;
margin: 0 0 1rem;
padding: 1rem 0 0;
}

#logo {
margin: 0 auto;
padding: 0;
width: 50%;
}

#slider img {
height: auto;
width: 100%;
}

.slick-slider {
margin: 0 0 10px 0;
}

.slick-next,
.slick-prev {
z-index: 100;
}

.slick-next {
right: 20px;
}

.slick-prev {
left: 15px;
}

.section {
margin: 0 0 2rem;
}

.section h2.title {
background-color: #c7000b;
color: #fff;
margin: 0 0 1rem;
padding: 1rem;
}

.section h3.title2 {
border-bottom: 2px solid #f00;
}

.section h4.title3 {
border-bottom: 1px dotted #f00;
}

.section h3.title2,
.section h4.title3 {
margin: 0 0 1rem;
padding: 0 0 0 .5rem;
}

.section h2.title,
.section h3.title2,
.section h4.title3 {
text-align: center;
}

.tel-num:before {
content: ";";
font-family: CONDENSEicon;
margin: 0 .25rem 0 0;
}

.fax-num:before {
content: "I";
font-family: CONDENSEicon;
margin: 0 .25rem 0 0;
}

.item-list .items {
height: 1%;
margin: -1rem 0 0;
overflow: hidden;
padding: 0;
width: 100%;
}

.item-list .items .item {
float: left;
margin: 1rem 2% 0 0;
}

.item img {
width: 100%;
}

.item-list .sp-item3 .item {
width: 32%;
}

.item-list .sp-item2 .item {
width: 49%;
}

.item-list .sp-item1 .item {
margin: 1rem 0 0 0;
float: none;
}

.item-list .sp-item2 .item:nth-child(2n),
.item-list .sp-item3 .item:nth-child(3n) {
margin: 1rem 0 0 0;
}

.item a {
display: block;
position: relative;
}

.item a figure {
margin: 0;
}

.item a figcaption {
background-color: rgba(0, 0, 0, .8);
bottom: 0;
color: #fff;
left: 0;
margin: 0;
padding: .5rem 0;
position: absolute;
text-align: center;
width: 100%;
}

.item a figcaption span {
font-size: .5rem;
}

.item dl,
.item dl dt,
.item dl dd {
margin: 0;
padding: 0;
}

.item dl .title {
border-bottom: 1px dotted #ccc;
margin: .5rem 0;
text-align: center;
}

.item dl .menu {
border-bottom: 1px dotted #ccc;
font-weight: bold;
margin: 0 0 .5rem;
text-align: left;
}

.item dl .note {
text-align: left;
}

.item dl .price {
text-align: right;
}

.order-list {
margin: 0;
padding: 0;
}

.order-list li {
border-bottom: 1px dotted #ccc;
margin: 0 0 .5rem;
padding: .5rem 0;
}

.order-list li a {
border: 1px solid #666;
border-radius: 3px;
padding: .2rem .5rem;
text-align: center;
}

.num-list {
margin: 1rem 0;
}

.num-list li {
list-style-type: decimal;
margin: 0 0 .5rem;
}

.shop-info dl dt:before {
content: "Ö";
font-family: CONDENSEicon;
}

.shop-info dl dt {
margin: 0;
padding: 0;
}

.shop-info dl dd {
border-bottom: 1px dotted #ccc;
margin: 0 0 1rem;
padding: 0 0 .5rem 1rem;
text-align: right;
}

.shop-info dl dd:last-child {
padding: 0 0 0 1rem;
}

#gnav ul {
background-color: #c7000b;
height: 1%;
margin: 0;
overflow: hidden;
padding: 0;
}
*//*
#gnav ul li {
float: left;
border-bottom: 1px solid #fff;*/
/*border-right: 1px solid #fff;
width: 100%;
}*/
/*
#gnav ul li:nth-child(even) {
border-right: none;
}

#gnav ul li a {
color: #fff;
display: block;
padding: 1rem 0 1rem .8rem;
}

#gnav ul li a:before {
content: "ú";
font-family: CONDENSEicon;
}

#utility {
margin: 0 0 .5rem;
}

#utility ul {
margin: 0;
padding: 0;
text-align: center;
}

#utility ul li {
background-color: #c7000b;
border-radius: 50%;
color: #fff;
cursor: pointer;
display: inline-block;
font-weight: bold;
height: 4rem;
line-height: 4rem;
margin: 0 .5rem;
text-align: center;
transition: background-color .3s;
width: 4rem;
}

#utility ul li a {
color: #fff;
font-size: 2rem;
}

.mwrap {
padding: 0 2%;
}

.mwrap-inner {
margin: 0 0 3rem;
}

#sub {
width: 100%;
}

.scon {
margin: 0 0 2rem;
}

.scon figure {
margin: 0;
}

.scon figure figcaption {
background-color: #c7000b;
color: #fff;
font-weight: bold;
margin-bottom: 1rem;
padding: 1rem;
text-align: center;
}

.swrap {
padding: 0 2%;
}

#sstoreinfo dl dt {
border-bottom: 1px dotted #ccc;
font-weight: bold;
margin: 0 0 .5rem;
}

#sstoreinfo dl dt span {
font-size: .8rem;
}

#sstoreinfo dl dd {
margin: 0;
}
*/
/*
#sseriesstore ul {
margin: 0;
padding: 0;
}

#sseriesstore ul li {
margin: 0 0 1rem;
}

#sseriesstore ul li a {
display: block;
position: relative;
}

#sseriesstore ul li a .img {
margin: 0;
}

#sseriesstore ul li a .title {
background-color: rgba(0, 0, 0, .8);
bottom: 0;
color: #fff;
font-weight: normal;
left: 0;
margin: 0;
padding: .5rem 0;
position: absolute;
text-align: center;
width: 100%;
}

#sseriesstore ul li a .title span {
font-size: .5rem;
}

#sseriesstore ul li a img {
width: 100%;
}
*/
/*
#welfare-vehicle-rentals .shop-info dl dd {
text-align: left;
}





#shop-list .gmap,
#access .gmap {
height: 320px;
width: 100%;
}

.access iframe {
width: 100% !important;
}

.my-info-window {
margin: 0;
padding: 0;
}

.my-info-window dl {
margin: 0;
padding: 0;
}

.my-info-window dl dt {
border-bottom: 1px dotted #ccc;
margin: 0 0 .5rem;
padding: 0;
}

.my-info-window dl dd {
margin: 0;
padding: 0;
}

#mailform dt span {
color: #f00;
font-size: .8rem;
}

#mailform dt span:before {
content: "\0028";
}

#mailform dt span:after {
content: "\0029";
}

#mailform dd {
text-align: left;
}

#mailform dd b {
display: block;
}

#mailform dd b:before {
content: "\003c";
}

#mailform dd b:after {
content: "\003e";
}

#mailform dd label {
display: block;
}

#mailform dd .chk {
margin: .5rem 0 0;
}

#mailform p {
text-align: center;
}

#mailform dd input[name="お名前(必須)"],
#mailform dd input[name="お電話番号"] {
width: 60% !important;
}

#mailform dd input[name="email(必須)"],
#mailform dd input[name="住所"],
#mailform dd textarea[name="お問合せ内容(必須)"] {
width: 100% !important;
}

#mailform dd input[name="郵便番号"] {
width: 6rem !important;
}

#mailform dd input[type="button"],
#mailform p input[type="submit"] {
background-color: transparent;
border: 1px solid #ccc !important;
border-radius: 3px;
}

#mailform p input[type="submit"] {
padding: .5rem 1rem;
}

#backtotop {
bottom: .5em;
position: fixed;
right: 1em;
}

#backtotop p {
background-color: #c7000b;
border: 1px solid #fff;
border-radius: 50%;
color: #fff;
cursor: pointer;
display: inline-block;
font-weight: bold;
height: 3rem;
line-height: 3rem;
text-align: center;
transition: background-color .3s;
width: 3rem;
}
*/
/*
#backtotop p:hover {
background-color: #67aea2;
}
*/
/*
#backtotop p a {
color: #fff;
font-size: 1.5rem;
}

#footer {
background-color: #c7000b;
color: #fff;
padding: 0 0 .5rem;
text-align: center;
}

#flogo {
padding: 1rem 0 .5rem;
text-align: center;
}

#flogo img {
width: 20%;
}

#copy {
margin: 1rem 0 0;
}
*/



#slider {
margin: auto;
width: 100%;
}

.slick-slide {
line-height: 0;
}

#slider .bg {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
height: 30vh;
width: 100%;
}

#slider .bg01 {
background-image: url(../images/sp_s001.jpg);
}

#slider .bg02 {
background-image: url(../images/sp_s002.jpg);
}

#slider .bg03 {
background-image: url(../images/sp_s003.jpg);
}

#slider .bg04 {
background-image: url(../images/sp_s004.jpg);
}

#gcal iframe {
/*
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
filter: grayscale(100%);
*/
vertical-align: bottom;
opacity: .9;
}

#gcal iframe {
height: 600px;
width: 100%;
}

#gmap iframe {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
filter: grayscale(100%);
/*filter: grayscale(100%);*/
height: 450px;
vertical-align: bottom;
}



/*
.parallax {
align-items: center;
box-sizing: border-box;
display: flex;
height: 900px;
justify-content: center;
padding: 180px 0 0;
position: relative;
}
*/
.parallax-bg {
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
}

.parallax-inner {
color: #fff;
}

.img-bg-07 {
background-image: url(../images/sp_back7.jpg);
}

.img-bg-08 {
background-image: url(../images/sp_back9.jpg);
}

#content-booking,
#content-contact {
margin: 0 auto;
padding: 1.5rem 0;
width: 96%;
}






#mailform {
margin: 0 auto;
}

#mailform dl {
margin: 0 0 3rem 0;
}

#mailform dl div {
margin: 0 0 1rem 0;
}

#mailform dl div dt {
margin: 0;
padding: 0;
}

#mailform dl div dd {
margin: 0;
padding-left: 1rem;
}

#mailform dl div dd input,
#mailform dl div dd textarea {
border: none;
padding: .5rem;
}

#mailform dl div dd span + input {
margin: 0 0 .5rem .5rem;
}

#mailform dl div dd input + span {
margin: 0 0 0 .5rem;
}

#mailform dl div dd .l {
width: 100% !important;
}

#mailform dl div dd .m {
width: 50% !important;
}

#mailform dl div dd .s {
width: 30% !important;
}

#mailform dl div dd .xs {
width: 10% !important;
}

#mailform dl div dd textarea {
height: 10rem !important;
width: 100% !important;
}

#mailform p {
text-align: center;
}

[type="reset"], [type="submit"] {
background-color: rgba(255, 255, 255, 1);
border: none;
display: block;
margin: 0 auto;
padding: 1rem;
}

[type="reset"] {
display: none;
}




.album {
margin: 0 auto;
width: 100%;
}

.album ul {
height: 1%;
margin: 0;
overflow: hidden;
padding: 0;
}

.album li {
float: left;
margin: 0;
padding: 0 2% 2vh;
width: 33%;
}

.album li:nth-child(2) a {
display: block;
position: relative;
}

.album li:nth-child(2) a span {
background-color: rgba(0, 0, 0, .6);
bottom: 0;
color: #fff;
font-size: .625rem;
left: 0;
padding: 3px;
position: absolute;
text-align: left;
}

#lineup {
background-color: rgba(225, 220, 215, 1);
padding-bottom: 1.5rem;
}




/* --------------------------------------------------
   1280px
   -------------------------------------------------- */
@media screen and (min-width: 1280px) {

a:hover {
opacity: .8;
transition: all .8s ease;
}

img {
width: auto;
}

.pc {
display: block;
}

.sp {
display: none;
}



#gnav {
background-color: rgba(255, 255, 255, .9);
bottom: -90px;
height: 90px;
left: 0;
padding: 15px 0;
position: absolute;
top: auto;
z-index: 20;
}
/*
#gnav.active{
position: fixed;
top: 0;
left: 0;
z-index: 11;
}
*/
#gnav ul {
height: auto;
margin: 0 auto;
overflow: visible;
width: 1280px;
}

#gnav ul li {
border: none;
border-left: 1px solid rgba(163, 0, 0, 1);
width: 165px;
}

#gnav ul li a {
align-items: center;
height: 60px;
justify-content: center;
}

#gnav ul .sp-gnh a {
padding-bottom: 0;
}

#gnav ul li:first-child {
border-left: none;
}

#gnav ul .w110 {
width: 110px;
}

#gnav ul .w130 {
width: 130px;
}

#gnav ul .w215 {
width: 215px;
}

.parallax {
align-items: center;
box-sizing: border-box;
display: flex;
height: 900px;
justify-content: center;
padding: 180px 0 0;
position: relative;
}

.parallax-bg {
background-attachment: fixed;
}
/*
.parallax-bg {
background-attachment: fixed;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
}
*/
.parallax-inner {
background-color: rgba(255, 255, 255, 0);
font-size: 1rem;
height: 100%;
position: relative;
width: 1280px;
}

.title {
align-items: center;
background-color: rgba(255, 255, 255, .7);
color: #fff;
display: flex;
font-size: 1em;
height: 90px;
justify-content: center;
left: 0;
margin: 40px 0 0;
padding: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 10;
}

.img-bg-01 {
background-image: url(../images/back1.jpg);
}

.img-bg-02 {
background-image: url(../images/back2.jpg);
}

.img-bg-03 {
background-image: url(../images/back3.jpg);
}

.img-bg-04 {
background-image: url(../images/back4.jpg);
}

.img-bg-05 {
background-image: url(../images/back5.jpg);
}

.img-bg-06 {
background-image: url(../images/back8.jpg);
}

.img-bg-07 {
background-image: url(../images/back7.jpg);
}

.img-bg-08 {
background-image: url(../images/back9.jpg);
}

#page-footer {
/*
padding: 2rem 0 1.5rem;
*/
padding: 0;
}

/*
#sns {
margin-bottom: .5rem;
}

#sns ul {
list-style-type: none;
margin: 0;
padding: 0;
}

#sns ul li {
display: inline-block;
list-style-type: none;
margin: 0 .5rem;
padding: 0;
}

#sns ul li a {
color: rgba(35, 24, 21, 1);
font-size: 2rem;
}
*/
#sns ul li {
margin: 0 1rem;
}

#sns .banner li {
width: auto;
}

#sns .sns {
margin: 1rem 0 0;
}

#sns .sns li {
margin: 0 2.5rem 1rem;
width: 50px;
}



.shake01:hover {
animation: shake01 .2s;
display: block;
transition-delay: .2s;
}

.shake02:hover {
animation: shake02 .2s;
display: block;
transition-delay: .2s;
}



#page-header {
background-color: transparent;
margin-bottom: 90px;
padding-top: 180px;
}

#page-header .title {
background-color: rgba(163, 0, 0, 1);
}

#page-header:before {
background-image: url(../images/header-text03.png), url(../images/header-back.png);
background-position: calc((100% - 1280px) / 2 + 80px) calc(100% - 20px), right calc((100% - 1280px) / 2 + 30px) bottom 0;
background-repeat: no-repeat;
content: "";
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}

#pa01 {
bottom: 20px;
left: -105px;
}

#pa02 {
left: 120px;
top: 390px;
transform: rotate(20deg);
}

#pa03 {
left: 5px;
top: 460px;
transform: rotate(15deg);
}

#pa04 {
left: 70px;
top: 570px;
transform: rotate(10deg);
}

#pa05 {
right: 0;
top: 220px;
transform: rotate(-20deg);
}

#pa06 {
bottom: -20px;
right: 120px;
z-index: 30;
}

#pa07 {
left: 280px;
top: 350px;
transform: rotate(25deg);
}

#pa08 {
left: 550px;
top: 250px;
}

#pa09 {
right: 15px;
top: 310px;
}


#slider .bg {
background-attachment: fixed;
height: 100vh;
}

#slider .bg01 {
background-image: url(../images/s001.jpg);
}

#slider .bg02 {
background-image: url(../images/s002.jpg);
}

#slider .bg03 {
background-image: url(../images/s003.jpg);
}

#slider .bg04 {
background-image: url(../images/s004.jpg);
}








#lineup:before {
background-image: url(../images/lineup-text.png);
background-position: calc((100% - 1280px) / 2 + 80px) 450px;
background-repeat: no-repeat;
content: "";
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}

#price:before {
background-image: url(../images/price-text03.png), url(../images/price-back02.png), url(../images/price-back01.png);
background-position: calc(50% - 58px) 675px, right calc((100% - 1280px) / 2 + 30px) bottom 110px, 50% 325px;
background-repeat: no-repeat, no-repeat, repeat-x;
content: "";
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}

#option:before {
background-image: url(../images/option-back.png);
background-position: calc((100% - 1280px) / 2) 520px;
background-repeat: no-repeat;
content: "";
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}

#notes:before {
background-image: url(../images/notes-back01.png), url(../images/notes-back02.png);
background-position: calc((100% - 1280px) / 2 + 80px) 335px, right calc((100% - 1280px) / 2 + 30px) bottom 280px;
background-repeat: no-repeat;
content: "";
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}

#booking:before {
background-image: url(../images/booking-back.png);
background-position: calc(50% - 100px) 470px;
background-repeat: no-repeat;
content: "";
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}

#content-booking,
#content-contact {
margin: 0;
padding: 0;
width: auto;
}




.tab-block .tab-content p {
margin: 0 0 60px 0;
text-align: right;
}

.album {
width: 1100px;
}

.album ul {
height: auto;
overflow: visible;
}

.album li {
margin: 0 0 0 35px;
padding: 0;
text-align: right;
width: 192px;
}

.album li:first-child {
margin: 0;
}

.album li:nth-child(2) a span {
font-size: .8rem;
padding: .5rem;
}

#lineup {
background-color: transparent;
padding-bottom: 0;
}

#option p {
text-align: right;
}

#price p {
margin: 0 0 32px 0;
}

#notes p {
margin: 0 0 0 165px;
}

#gcal {
margin: 0 auto;
width: 800px;
}

#gcal iframe {
height: 600px;
width: 100%;
}

#mailform {
width: 640px;
}

#mailform dl div {
margin: 0 0 1.5rem 0;
}

#mailform dl div dt {
float: left;
width: 10rem;
}

#mailform dl div dd {
padding-left: 10rem;
}

[type="reset"], [type="submit"] {
display: inline;
margin: 0;
}

[type="reset"] {
background-color: transparent;
color: rgba(255, 255, 255, 1);
display: inline;
margin: 0 0 0 3rem;
}

[href^="tel:"] {
cursor: default;
}

/*
.sp-mb {
margin-bottom: 0;
}

.pc-mb {
margin-bottom: 1rem;
}

.wrap {
margin: 0 auto;
width: 960px;
}

.item-list .items {
margin: -12px 0 0;
}

.item-list .items .item {
margin: 12px 12px 0 0;
}

.item-list .sp-item1 .item {
float: left;
}

.item-list .sp-item3 .item,
.item-list .sp-item2 .item {
width: auto;
}

.item-list .sp-item2 .item:nth-child(2n),
.item-list .sp-item3 .item:nth-child(3n) {
margin: 12px 12px 0 0;
}

.item-list .pc-item4 .item {
width: 165px;
}

.item-list .pc-item3 .item {
width: 224px;
}

.item-list .pc-item2 .item {
width: 342px;
}

.item-list .pc-item1 .item {
float: none;
width: 100%;
}

.item-list .pc-item1 .item,
.item-list .pc-item2 .item:nth-child(2n),
.item-list .pc-item3 .item:nth-child(3n),
.item-list .pc-item4 .item:nth-child(4n) {
margin: 12px 0 0 0;
}

.item-list .pc-item2-1 .image {
float: right;
margin: 12px 0 0 0;
}

.item-list .pc-item2-1 .image {
width: 224px;
}

.item-list .pc-item2-1 .text {
width: 460px;
}

.item dl .title,
.item dl .menu,
.item dl .note,
.item dl .price {
padding: 0 .25rem;
}

.order-list li {
display: table;
width: 100%;
}

.order-list li .item-name,
.order-list li .item-link {
display: table-cell;
}

.order-list li .item-name {
width: 65%;
text-indent: .25rem;
}

.order-list li .item-link {
width: 35%;
padding: 0 .25rem 0 0;
}

.shop-info dl dt:before {
content: "";
}

.shop-info dl dt {
float: left;
display: block;
padding: 0 0 .25rem;
text-indent: .25rem;
}

.shop-info dl dd {
border-bottom: 1px dotted #ccc;
margin: 0 0 .5rem;
text-align: left;
}

.shop-info dl dd:last-child {
padding: 0;
}

body {
background-color: #da6a26;
background-image: url(../images/mbgi.png);
background-position: 50% 0;
background-repeat: repeat-y;
}

#header {
height: 1%;
margin: 0;
overflow: hidden;
}
*//*
#logo {
float: left;
/*margin-top: calc(6px + 1rem);
margin: 0;
width: 150px;
}*/
/*
#logo img {
width: 100%;
}

#header-contact {
float: right;
margin: 0;
}
#header ul {
*/
/*
float: right;
text-align: center;
}
*/
/*
#header ul li {
display: inline-block;
margin: 0 3rem;
}

#header ul li:nth-child(1) {
width: 286px;
}

#header ul li:nth-child(2) {
width: 316px;
}

#header ul li img {
width: 100%;
}

#slider {
clear: both;
overflow: hidden;
}

#slider-inner {
margin: 0 auto;
width: 1002px;
}
*/
/*
.slick-slider {
margin: 0 0 3rem 0;
}
*/
/*
.slick-list {
overflow: visible !important;
}

.slick-track {
border-bottom: 16px solid #fff;
}

#gnav {
border-bottom: 8px solid #fff;
border-top: 8px solid #fff;
background-color: #c7000b;
margin: 0;
}

#gnav ul {
height: 50px;
margin: 0 auto;
overflow: visible;
padding: 5px 0;
width: 990px;
}

#gnav ul li {
border: none;
border-left: 1px solid #fff;
float: left;
height: 40px;
text-align: center;
width: 165px;
}
*/
/*
#gnav ul li:first-child {
border-left: none;
/*
width: 60px;
}
*/
/*
#gnav ul li a {
font-size: .9rem;
line-height: 40px;
padding: 0;
}

#gnav ul li a:before {
content: normal;
}

#container {
margin: 0 auto;
width: 960px;
}

#main {
float: right;
width: 720px;
}

.section {
margin: 0 0 3rem;
}

.section h2.title {
margin-bottom: 2rem;
}

.section h2.title,
.section h3.title2,
.section h4.title3 {
text-align: left;
}

.mwrap {
padding: 0 12px;
}

#sub {
float: left;
width: 210px;
}

.scon {
margin: 0 0 2rem;
}

.scon figure figcaption {
margin-bottom: .5rem;
}

.swrap {
padding: 0;
}

#sstoreinfo dl dt,
#sstoreinfo dl dd {
padding: 0 .25rem;
}

#snav ul {
margin: 0;
padding: 0;
}

#snav ul li {
margin: 0 0 1px;
}

#snav ul li a {
background-color: #c7000b;
color: #fff;
display: block;
height: 50px;
line-height: 50px;
padding: 0 0 0 .5rem;
}

#snav ul li a:before {
content: "ú";
font-family: CONDENSEicon;
margin: 0 .25rem 0 0;
}

#sseriesstore ul li a .title {
font-size: .8rem;
}

#sstoreinfo figure img {
width: 100%;
}



#intro {
background-image: url(../images/bgi_top01.png);
background-position: 100% 0;
background-repeat: no-repeat;
padding: 1rem 0 0;
}

#intro h2 {
margin: 0 auto 2rem;
width: 420px;
}

#intro h2 img {
width: 100%;
}

#intro .mwrap p {
text-align: center;
}

#fb .mwrap {
text-align: center;
}

#about .shop-info dl dt,
#majime-ramen .shop-info dl dt {
width: 8.5rem;
}

#about .shop-info dl dd,
#majime-ramen .shop-info dl dd {
padding: 0 .25rem .25rem 9rem;
}

#welfare-vehicle-rentals .shop-info dl dt {
width: 13rem;
}

#welfare-vehicle-rentals .shop-info dl dd {
padding: 0 .25rem .25rem 13.5rem;
}






.content h2 {
font-size: 1.5rem;
height: 4rem;
line-height: 4rem;
margin: 0 auto 2rem;
width: 960px;
}

.content h3 {
margin: 0 0 1rem;
text-align: left;
}

.content .text-center {
text-align: center;
}

.variable img {
width: 100%;
}

.variable .clear-variable img {
width: auto;
}

#special h3 {
line-height: 3rem;
margin-top: 1rem;
text-align: center;
}

#special .col-md-4:nth-of-type(2) h3 {
line-height: 1.5rem;
}

#area h3 {
background-color: #67aea2;
border-bottom: none;
color: #fff;
line-height: 3rem;
text-align: center;
}

#map1 {
height: 700px;
}

#mailform dt {
width: 12rem;
}

#mailform dd {
margin: 0 0 1rem;
padding: 0 .25rem .5rem 12.5rem;
}

#footer {
background-color: #c7000b;
border-top: 8px solid #fff;
clear: both;
line-height: 2rem;
}

#fnav {
margin: 0 0 .5rem;
text-align: center;
}

#fnav ul li {
display: inline-block;
font-size: .8rem;
margin: 0 .5rem;
}

#fnav ul li a {
color: #fff;
}

#flogo {
padding: 2rem 0;
}

#flogo img {
width: auto;
}
*/
}

@keyframes shake01 {
0% {
transform: translate(0px, 0px) rotateZ(0deg);
transform-origin: 100% 100%;
}
5% {
transform: translate(0px, 1px) rotateZ(1deg);
transform-origin: 100% 100%;
}
10% {
transform: translate(0px, 0px) rotateZ(0deg);
transform-origin: 100% 100%;
}
15% {
transform: translate(0px, -1px) rotateZ(-1deg);
transform-origin: 100% 100%;
}
20% {
transform: translate(0px, 0px) rotateZ(0deg);
transform-origin: 100% 100%;
}
25% {
transform: translate(0px, 2px) rotateZ(2deg);
transform-origin: 100% 100%;
}
30% {
transform: translate(0px, 0px) rotateZ(0deg);
transform-origin: 100% 100%;
}
35% {
transform: translate(0px, -2px) rotateZ(-2deg);
transform-origin: 100% 100%;
}
40% {
transform: translate(0px, 0px) rotateZ(0deg);
transform-origin: 100% 100%;
}
45% {
transform: translate(0px, 3px) rotateZ(3deg);
transform-origin: 100% 100%;
}
50% {
transform: translate(0px, 0px) rotateZ(0deg);
transform-origin: 100% 100%;
}
55% {
transform: translate(0px, -3px) rotateZ(-3deg);
transform-origin: 100% 100%;
}
60% {
transform: translate(0px, 0px) rotateZ(0deg);
transform-origin: 100% 100%;
}
65% {
transform: translate(0px, 2px) rotateZ(2deg);
transform-origin: 100% 100%;
}
70% {
transform: translate(0px, 0px) rotateZ(0deg);
transform-origin: 100% 100%;
}
75% {
transform: translate(0px, -2px) rotateZ(-2deg);
transform-origin: 100% 100%;
}
80% {
transform: translate(0px, 0px) rotateZ(0deg);
transform-origin: 100% 100%;
}
85% {
transform: translate(0px, 1px) rotateZ(1deg);
transform-origin: 100% 100%;
}
90% {
transform: translate(0px, 0px) rotateZ(0deg);
transform-origin: 100% 100%;
}
95% {
transform: translate(0px, -1px) rotateZ(-1deg);
transform-origin: 100% 100%;
}
100% {
transform: translate(0px, 0px) rotateZ(0deg);
transform-origin: 100% 100%;
}
}

@keyframes shake02 {
0% {
transform: translate(0px, 0px) rotateZ(0deg);
transform-origin: 0 100%;
}
5% {
transform: translate(0px, 1px) rotateZ(1deg);
transform-origin: 0 100%;
}
10% {
transform: translate(0px, 0px) rotateZ(0deg);
transform-origin: 0 100%;
}
15% {
transform: translate(0px, -1px) rotateZ(-1deg);
transform-origin: 0 100%;
}
20% {
transform: translate(0px, 0px) rotateZ(0deg);
transform-origin: 0 100%;
}
25% {
transform: translate(0px, 2px) rotateZ(2deg);
transform-origin: 0 100%;
}
30% {
transform: translate(0px, 0px) rotateZ(0deg);
transform-origin: 0 100%;
}
35% {
transform: translate(0px, -2px) rotateZ(-2deg);
transform-origin: 0 100%;
}
40% {
transform: translate(0px, 0px) rotateZ(0deg);
transform-origin: 0 100%;
}
45% {
transform: translate(0px, 3px) rotateZ(3deg);
transform-origin: 0 100%;
}
50% {
transform: translate(0px, 0px) rotateZ(0deg);
transform-origin: 0 100%;
}
55% {
transform: translate(0px, -3px) rotateZ(-3deg);
transform-origin: 0 100%;
}
60% {
transform: translate(0px, 0px) rotateZ(0deg);
transform-origin: 0 100%;
}
65% {
transform: translate(0px, 2px) rotateZ(2deg);
transform-origin: 0 100%;
}
70% {
transform: translate(0px, 0px) rotateZ(0deg);
transform-origin: 0 100%;
}
75% {
transform: translate(0px, -2px) rotateZ(-2deg);
transform-origin: 0 100%;
}
80% {
transform: translate(0px, 0px) rotateZ(0deg);
transform-origin: 0 100%;
}
85% {
transform: translate(0px, 1px) rotateZ(1deg);
transform-origin: 0 100%;
}
90% {
transform: translate(0px, 0px) rotateZ(0deg);
transform-origin: 0 100%;
}
95% {
transform: translate(0px, -1px) rotateZ(-1deg);
transform-origin: 0 100%;
}
100% {
transform: translate(0px, 0px) rotateZ(0deg);
transform-origin: 0 100%;
}
}