@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
---------------------- ここまでReset ---------------------------- */
#special7 .sp-thumbnail-image-container {
  width: 125px;
  height: 100px;
  overflow: hidden;
  float: left;
}

#special7 .sp-thumbnail-image {
  height: 100%;
}

#special7 .sp-thumbnail-text {
  width: 170px;
  float: right;
  padding: 8px;
  background-color: #F0F0F0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#special7 .sp-thumbnail-title {
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #333;
}

#special7 .sp-thumbnail-description {
  font-size: 14px;
  color: #333;
}

@media only screen and (max-width: 767px) {
  #special7 .sp-thumbnail {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  #special7 .sp-thumbnail-image-container {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #special7 .sp-thumbnail-text {
    width: 120px;
  }
}

@media only screen and (max-width: 767px) {
  #special7 .sp-thumbnail-title {
    font-size: 12px;
    text-transform: uppercase;
  }
}

@media only screen and (max-width: 767px) {
  #special7 .sp-thumbnail-description {
    display: none;
  }
}

#special8 .sp-thumbnail-image-container {
  width: 125px;
  height: 140px;
  overflow: hidden;
  float: left;
}

#special8 .sp-thumbnail-image {
  height: 100%;
}

#special8 .sp-thumbnail-text {
  width: 170px;
  float: right;
  padding: 8px;
  background-color: #F0F0F0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#special8 .sp-thumbnail-title {
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #333;
}

#special8 .sp-thumbnail-description {
  font-size: 14px;
  color: #333;
}

@media only screen and (max-width: 767px) {
  #special8 .sp-thumbnail {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  #special8 .sp-thumbnail-image-container {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #special8 .sp-thumbnail-text {
    width: 120px;
  }
}

@media only screen and (max-width: 767px) {
  #special8 .sp-thumbnail-title {
    font-size: 12px;
    text-transform: uppercase;
  }
}

@media only screen and (max-width: 767px) {
  #special8 .sp-thumbnail-description {
    display: none;
  }
}

/*!
*  - v1.3
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
/* Core
--------------------------------------------------*/
.slider-pro {
  position: relative;
  margin: 0 auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.sp-slides-container {
  position: relative;
}

.sp-mask {
  position: relative;
  overflow: hidden;
}

.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.sp-slide {
  position: absolute;
}

.sp-image-container {
  overflow: hidden;
}

.sp-image {
  position: relative;
  display: block;
  border: none;
}

.sp-no-js {
  overflow: hidden;
  max-width: 100%;
}

/* Thumbnails
--------------------------------------------------*/
.sp-thumbnails-container {
  position: relative;
  overflow: hidden;
  direction: ltr;
}

.sp-top-thumbnails,
.sp-bottom-thumbnails {
  left: 0;
  margin: 0 auto;
}

.sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px;
}

.sp-bottom-thumbnails {
  margin-top: 4px;
}

.sp-left-thumbnails,
.sp-right-thumbnails {
  position: absolute;
  top: 0;
}

.sp-right-thumbnails {
  right: 0;
  margin-left: 4px;
}

.sp-left-thumbnails {
  left: 0;
  margin-right: 4px;
}

.sp-thumbnails {
  position: relative;
}

.sp-thumbnail {
  border: none;
}

.sp-thumbnail-container {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-rtl .sp-thumbnail-container {
  float: right;
}

/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px;
}

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0;
}

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0;
}

/* Vertical thumbnails 
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 2px;
  margin-bottom: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0;
}

/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  left: 0;
  top: 0;
  margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-right: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  right: 0;
  top: 0;
  margin-right: 13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 18px;
  margin-top: 0 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  top: 0;
  margin-top: 13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* Top thumbnails with pointer
------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  bottom: 0;
  margin-bottom: 13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  border-top: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* Layers
--------------------------------------------------*/
.sp-layer {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
}

.sp-black {
  color: #FFF;
  background: black;
  background: rgba(0, 0, 0, 0.7);
}

.sp-white {
  color: #000;
  background: white;
  background: rgba(255, 255, 255, 0.7);
}

.sp-rounded {
  border-radius: 10px;
}

.sp-padding {
  padding: 10px;
}

/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
  cursor: url(../img/openhand.cur), move;
}

.sp-grabbing {
  cursor: url(../img/closedhand.cur), move;
}

.sp-selectable {
  cursor: default;
}

/* Caption
--------------------------------------------------*/
.sp-caption-container {
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 4%;
  margin: 1% 0% 2%;
  font-size: 0.85rem;
}

/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
  margin: 0 !important;
  background-color: #000;
}

.sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-full-screen-button:before {
  content: '\2195';
}

.sp-fade-full-screen {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.slider-pro:hover .sp-fade-full-screen {
  opacity: 1;
}

/* Buttons
--------------------------------------------------*/
.sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.sp-rtl .sp-buttons {
  direction: rtl;
}

.sp-full-screen .sp-buttons {
  display: none;
}

.sp-button {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.sp-selected-button {
  background-color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-button {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 768px) {
  .sp-button {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  .sp-button {
    width: 18px;
    height: 18px;
  }
}
/* Arrows
--------------------------------------------------*/
.sp-arrows {
  position: absolute;
}

.sp-fade-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1;
}

.sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px;
}

.sp-vertical .sp-arrows {
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -10px;
}

.sp-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  cursor: pointer;
}

.sp-vertical .sp-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-horizontal .sp-previous-arrow {
  left: 20px;
  right: auto;
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
  right: 20px;
  left: auto;
}

.sp-horizontal .sp-next-arrow {
  right: 20px;
  left: auto;
}

.sp-horizontal.sp-rtl .sp-next-arrow {
  left: 20px;
  right: auto;
}

.sp-vertical .sp-previous-arrow {
  top: 20px;
}

.sp-vertical .sp-next-arrow {
  bottom: 20px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-next-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-next-arrow {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.ie8 .sp-arrow,
.ie7 .sp-arrow {
  width: 0;
  height: 0;
}

.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
  content: none;
}

.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
  border-right: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
  border-left: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
  border-bottom: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
  border-top: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
  position: absolute;
}

.sp-fade-thumbnail-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1;
}

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px;
}

.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer;
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  left: 0px;
}

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  right: 0px;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0px;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0px;
}

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
  width: 0;
  height: 0;
}

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
  content: none;
}

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  border-right: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  border-left: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  border-bottom: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
  border-top: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

/* Video
--------------------------------------------------*/
a.sp-video {
  text-decoration: none;
}

a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: none;
}

a.sp-video:after {
  content: '\25B6';
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #FFF;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  line-height: 52px;
}

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
  max-width: none;
  max-height: none;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.slider-pro a {
  position: static;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
  max-width: none;
  max-height: none;
}

.slider-pro p.sp-layer {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h1.sp-layer {
  font-size: 32px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h2.sp-layer {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h3.sp-layer {
  font-size: 19px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h4.sp-layer {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h5.sp-layer {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h6.sp-layer {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro img.sp-layer {
  border: none;
}

:root, html, body {
  /* background:url(../img/bg_total.png);*/
  background-repeat: repeat;
  background-attachement: fixed;
  color: #fff !important;
  text-align: left;
}

header {
  margin-bottom: 0px;
}

* {
  box-sizing: border-box;
}

li {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
}

.wrap {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .wrap {
    background: black;
  }
}
@media only screen and (min-width: 768px) {
  .wrap {
    background: black;
    padding-top: 0;
    padding-left: 0%;
    padding-bottom: 0;
    padding-right: 0%;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .main {
    width: 100%;
    margin-top: 0;
    margin-left: 0.1%;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .main {
    max-width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .main {
    width: 1024px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1366px) {
  .main {
    width: 1200px;
    margin: 0 auto;
  }
}

.madgun_syarakuContainer {
  display: flex;
}

.itemMadgunContainer {
  padding: 0 0 0 4px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
}

.itemSyarakuContainer {
  padding: 0 4px 0 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .titleHead {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 10%;
    margin-left: 0;
    margin-bottom: 5%;
    margin-right: 0;
    padding: 4% 2% 1%;
    border-bottom: dotted 1px #fff;
  }
}
@media only screen and (min-width: 768px) {
  .titleHead {
    display: none;
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 0%;
    margin-left: 0;
    margin-bottom: 2%;
    margin-right: 0;
    padding-top: 5%;
    padding-left: 2%;
    padding-bottom: 0%;
    padding-right: 2%;
    border-bottom: dotted 1px #fff;
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .img_title {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .img_title {
    display: block;
    padding-top: 2%;
    padding-left: auto;
    padding-bottom: 0%;
    padding-right: auto;
  }
}
.img_title__head {
  background: transparent;
  font-size: 3.0rem;
  font-weight: bold;
  margin-top: 0;
  margin-left: 0%;
  margin-bottom: 0%;
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .content {
    width: 100%;
    margin: 0 0 1%;
    padding: 0%;
  }
}
@media only screen and (min-width: 1024px) {
  .content {
    width: 100%;
    margin: 0 0 2%;
    padding: 0%;
  }
}
@media only screen and (min-width: 1366px) {
  .content {
    width: 100%;
    margin: 0 0 2%;
    padding: 0%;
  }
}

@media only screen and (max-width: 767px) {
  .showcase {
    margin-top: 0%;
    margin-left: 2%;
    margin-bottom: 4%;
    margin-right: 2%;
  }
}
@media only screen and (min-width: 768px) {
  .showcase {
    margin-top: 2%;
    margin-left: auto;
    margin-bottom: 2%;
    margin-right: auto;
  }
}

.description {
  background: black;
}
@media only screen and (max-width: 767px) {
  .description {
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 4%;
    margin-right: 0%;
    padding: 4%;
    font-size: 0.85rem;
    font-weight: normal;
    color: #fff;
    line-height: 1.7;
  }
}
@media only screen and (min-width: 768px) {
  .description {
    margin-top: 0%;
    margin-left: -3%;
    margin-bottom: 0%;
    margin-right: 0%;
    padding: 4%;
    font-size: 1.0rem;
    font-weight: normal;
    color: #fff;
    line-height: 1.5;
  }
}
.description__head {
  font-size: 1.4rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .description__head {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 2%;
    margin-right: 0;
    border-bottom: solid 1px #fff;
  }
}

.tanto {
  margin-top: 0;
  margin-bottom: 0%;
  margin-right: 2%;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 2%;
  padding-right: 4%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .tanto {
    margin-top: 2%;
    font-size: 0.85rem;
  }
}

@media only screen and (max-width: 767px) {
  .chiz {
    display: block;
    max-width: 100%;
    margin-top: 0%;
    margin-left: 4%;
    margin-bottom: 3%;
    margin-right: 4%;
  }
}
@media only screen and (min-width: 768px) {
  .chiz {
    max-width: 100%;
    margin-top: 2%;
    margin-left: 1%;
    margin-bottom: 2%;
    margin-right: 1%;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .genteiTitle {
    background: rgba(0, 0, 0, 0.7);
    padding: 4%;
    margin-top: 0;
    margin-left: 5%;
    margin-bottom: 2%;
    margin-right: 5%;
    font-size: 1.1rem;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .genteiTitle {
    background: url(../img/title_bg.png) repeat;
    margin-top: 0;
    margin-left: 2%;
    margin-bottom: -1%;
    margin-right: 1%;
    padding: 2%;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .titleline {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .titleline {
    padding-top: 1px;
    padding-left: 0px;
    padding-bottom: 1px;
    padding-right: 0px;
    background: rgba(26, 26, 26, 0.2);
  }
}

@media only screen and (min-width: 768px) {
  .text-line {
    background: url(../img/instagram-logo.png) no-repeat 0px 3px;
    margin-top: 2px;
    margin-left: 50px;
    /* ここいじる */
    margin-bottom: 0px;
    margin-right: 0;
    font-size: 2.0rem;
    padding: 2%;
    vertical-align: bottom;
  }
}
@media only screen and (min-width: 1024px) {
  .text-line {
    font-size: 2.7rem;
    margin-top: 0px;
    margin-left: 90px;
    /* ここいじる */
    margin-bottom: 0px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1366px) {
  .text-line {
    font-size: 3.0rem;
    margin-top: 0px;
    margin-left: 100px;
    /* ここいじる */
    margin-bottom: 0px;
    margin-right: 0;
    background-position: 32px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .genteiTitleline {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .genteiTitleline {
    padding-top: 1px;
    padding-left: 20px;
    padding-bottom: 1px;
    padding-right: 0px;
    background: rgba(26, 26, 26, 0.2);
  }
}

.hanbai {
  margin: 0% 5% 1%;
}

@media only screen and (min-width: 768px) {
  .hanbaiItemContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .hanbaiItemContainer__body {
    width: 100%;
    display: block;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 1%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .hanbaiItemContainer__body {
    width: 100%;
    display: block;
    margin-top: 0;
    margin-left: 0%;
    margin-bottom: 0;
    margin-right: 0%;
    padding-top: 0;
    padding-left: 0%;
    padding-bottom: 0;
    padding-right: 0%;
  }
}
@media only screen and (max-width: 767px) {
  .hanbaiItemContainer__foot {
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 4%;
    margin-right: auto;
    padding: 4%;
    font-size: 0.85rem;
    font-weight: normal;
    background: rgba(0, 0, 0, 0.8);
  }
}
@media only screen and (min-width: 768px) {
  .hanbaiItemContainer__foot {
    margin: 0.75% auto 0%;
    padding: 4%;
    font-size: 1.0rem;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.8);
  }
}

@media only screen and (max-width: 767px) {
  .hanbaiShosai {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .hanbaiShosai {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .genteihanbai {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    margin-left: 5%;
    margin-bottom: 4%;
    margin-right: 5%;
    padding: 0%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .genteihanbai {
    display: flex;
    flex-direction: column;
    margin-top: 0%;
    margin-left: 2%;
    margin-bottom: 4%;
    margin-right: 0%;
    background: rgba(0, 0, 0, 0.8);
    padding: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .genteihanbai__head {
    margin-top: 0;
    margin-left: 0%;
    margin-bottom: 2%;
    margin-right: 0%;
    padding: 4%;
    background: rgba(0, 0, 0, 0.8);
    font-size: 1.0rem;
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px) {
  .genteihanbai__head {
    border-bottom: 1px solid #fff;
    margin-top: 3%;
    margin-left: 0;
    margin-bottom: 3%;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 2%;
    padding-right: 0;
    font-size: 1.4rem;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  .genteihanbai__body {
    margin-top: 0;
    margin-left: 0%;
    margin-bottom: 0;
    margin-right: 0%;
    padding: 4%;
    background: rgba(0, 0, 0, 0.8);
  }
}
@media only screen and (min-width: 768px) {
  .genteihanbai__body {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0%;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0%;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .sonotahanbai {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    margin-left: 5%;
    margin-bottom: 4%;
    margin-right: 5%;
    padding: 0%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .sonotahanbai {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    margin-left: 1%;
    margin-bottom: 4%;
    margin-right: 1%;
    background: rgba(0, 0, 0, 0.8);
    padding: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .sonotahanbai__head {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 2%;
    margin-right: 0;
    padding: 4%;
    background: rgba(0, 0, 0, 0.8);
    font-size: 1.0rem;
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px) {
  .sonotahanbai__head {
    border-bottom: 1px solid #fff;
    margin-top: 3%;
    margin-left: 0;
    margin-bottom: 3%;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 2%;
    padding-right: 0;
    font-size: 1.4rem;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  .sonotahanbai__body {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 4%;
    background: rgba(0, 0, 0, 0.8);
  }
}
@media only screen and (min-width: 768px) {
  .sonotahanbai__body {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0%;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0%;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .hanbailist {
    text-align: left;
    line-height: 1.9;
    list-style-type: none;
  }
  .hanbailist li {
    background: url(../img/hanbai_list.png) no-repeat;
    padding-left: 22px;
    padding-bottom: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .hanbailist {
    width: 310px;
    text-align: left;
    line-height: 1.9;
    list-style-type: none;
    padding-bottom: 10%;
  }
  .hanbailist li {
    background: url(../img/hanbai_list.png) no-repeat;
    padding-left: 22px;
    padding-bottom: 2px;
  }
}
@media only screen and (min-width: 1024px) {
  .hanbailist {
    width: 420px;
  }
}
@media only screen and (min-width: 1366px) {
  .hanbailist {
    width: 490px;
  }
}

@media only screen and (min-width: 768px) {
  .teikoku {
    width: 340px;
    margin-top: 0%;
    margin-left: 1%;
    margin-bottom: 0%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .teikoku {
    width: 100%;
    margin-top: 0;
    margin-left: 2%;
    margin-bottom: 0;
    margin-right: 1%;
  }
}

@media only screen and (max-width: 767px) {
  .content_kankaku {
    margin-top: 2%;
    margin-left: 0;
    margin-bottom: 2%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .content_kankaku {
    -webkit-margin-top: -10%;
    -webkit-margin-left: 0;
    -webkit-margin-bottom: 1%;
    -webkit-margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .imgMadgunContainer {
    display: block;
    max-width: 100%;
    margin-top: 2%;
    margin-left: 5%;
    margin-bottom: 2%;
    margin-right: 4%;
  }
}
@media only screen and (min-width: 768px) {
  .imgMadgunContainer {
    max-width: 98%;
    margin-top: 0%;
    margin-left: 1%;
    margin-bottom: 0%;
    margin-right: 0%;
    padding: 0;
    justify-content: space-between;
  }
}

.language {
  color: #FFFFFF;
}

@media only screen and (max-width: 767px) {
  .order_btn {
    background: rgba(196, 0, 38, 0.6);
    margin: 1% 4% 0;
    padding: 6%;
    border-radius: 2px;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
  }
  .order_btn a {
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .order_btn {
    background: rgba(196, 0, 38, 0.6);
    margin: 3% 1%;
    padding: 3%;
    border-radius: 4px;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
  }
  .order_btn a {
    color: #fff;
  }
}

/*
------------- イベント商品画像の ------------------- */
.imgItems {
  max-width: 100%;
  height: auto;
  margin: 0 1%;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .imgItems {
    max-width: 100%;
    height: aoto;
    margin: 2% 4%;
  }
}

@media only screen and (max-width: 767px) {
  .instagramContainer {
    max-width: 100%;
    margin: 0% 5% 2%;
    padding: 4% 2% 1%;
    background: linear-gradient(to bottom, rgba(7, 2, 1, 0.9) 1%, rgba(5, 4, 3, 0.45) 100%);
  }
}
@media only screen and (max-width: 767px) {
  .instagramContainer__Title {
    padding: 30px 0 0;
    margin: 0 0px 10px 0px;
  }
}
@media only screen and (min-width: 768px) {
  .instagramContainer__Title {
    padding: 30px 0px;
    background: url(../img/title_bg.png) repeat;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .instagramContainer__Title {
    margin-left: 0px;
    font-size: 2.7rem;
  }
}
@media only screen and (min-width: 1366px) {
  .instagramContainer__Title {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .instagramContainer__body {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .instagramContainer__body {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .instagramContainer {
    width: 100%;
    margin: 0%;
    padding: 3% 1% 0%;
    background: linear-gradient(to bottom, rgba(7, 2, 1, 0.9) 1%, rgba(5, 4, 3, 0.45) 100%);
  }
}

@media only screen and (max-width: 767px) {
  .instragramImgContainer {
    margin: 0px 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .instragramImgContainer {
    max-width: 100%;
    margin: 30px auto;
    /*
    padding:.5%;
    background:rgba(0,0,0,.8);
    */
  }
}

.instagramItem {
  width: 100%;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-box-pack: justify;
  -moz-flex-pack: justify;
  -webkit-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.instagramItem .insta-box {
  width: 16%;
}
@media only screen and (max-width: 767px) {
  .instagramItem .insta-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 48%;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 2%;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .instagramItem .insta-box {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 4px;
    margin-right: 0;
    padding-bottom: 4px;
  }
}
.instagramItem .insta-box a {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.instagramItem .insta-box a .spacer {
  padding-bottom: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 10;
  opacity: 0;
}
.instagramItem .insta-box a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: solid 2px #fff;
}
.instagramItem .insta-box a .oblongImg {
  height: 100%;
  width: auto;
  max-width: initial;
  min-width: initial;
}
.instagramItem .insta-box a .verticalImg {
  width: 100%;
  height: auto;
  max-height: initial;
  min-height: initial;
}
.instagramItem .insta-box a .likes {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
  opacity: 0;
  z-index: 20;
}
.instagramItem .insta-box a:hover .likes {
  opacity: 1;
}
.instagramItem .insta-box a:hover .spacer {
  opacity: 1;
}

/*
--------------- mailform ------------------------ */
@media only screen and (max-width: 767px) {
  .mailFormContainer {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .mailFormContainer {
    display: flex;
    flex-direction: row;
  }
}

@media only screen and (max-width: 767px) {
  .mailForm {
    display: block;
    margin-top: 2%;
    margin-left: 4%;
    margin-bottom: 5%;
    margin-right: 4%;
    padding: 2%;
    background: rgba(0, 0, 0, 0.8);
  }
}
@media only screen and (min-width: 768px) {
  .mailForm {
    display: block;
    margin-top: 2%;
    margin-left: 2%;
    margin-bottom: 3%;
    margin-right: 1%;
    padding: 4%;
    background: rgba(0, 0, 0, 0.8);
  }
}
@media only screen and (max-width: 767px) {
  .mailForm__head {
    margin-top: 1%;
    margin-left: 1%;
    margin-bottom: 5%;
    margin-right: 1%;
    padding: 1%;
    border-bottom: solid 1px #fff;
  }
}
@media only screen and (min-width: 768px) {
  .mailForm__head {
    display: block;
    width: 49%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-left: 0;
    padding-bottom: 4%;
    padding-right: 1%;
    border-right: solid 1px #fff;
  }
}
@media only screen and (max-width: 767px) {
  .mailForm__head-title {
    margin-bottom: 3%;
    font-size: 1.0rem;
    font-weight: normal;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .mailForm__head-title {
    margin-bottom: 3%;
    font-size: 1.2rem;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  .mailForm__head p {
    margin-top: 2%;
    margin-left: 3%;
    margin-bottom: 2%;
    margin-right: 3%;
    padding: 1%;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) {
  .mailForm__head p {
    margin-top: 2%;
    margin-left: 0%;
    margin-bottom: 2%;
    margin-right: 0%;
    padding: 1%;
    line-height: 1.6;
  }
}
.mailForm__head input {
  width: 100%;
}
.mailForm__body-head {
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .mailForm__body-head {
    display: block;
    width: 86%;
    margin-top: 1%;
    margin-left: 3%;
    margin-bottom: 5%;
    margin-right: 1%;
    padding: 1%;
  }
}
@media only screen and (min-width: 768px) {
  .mailForm__body-head {
    display: block;
    width: 94%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-left: 0;
    padding-bottom: 4%;
    padding-right: 1%;
  }
}
.mailForm__body-head input {
  width: 110%;
}
@media only screen and (max-width: 767px) {
  .mailForm__body {
    margin-top: 1%;
    margin-left: 1%;
    margin-bottom: 5%;
    margin-right: 1%;
    padding: 1%;
  }
}
@media only screen and (min-width: 768px) {
  .mailForm__body {
    display: block;
    width: 49%;
    margin-top: 0%;
    margin-left: 1.5%;
    margin-bottom: 0%;
    margin-right: 1%;
    padding-top: 0%;
    padding-left: 0;
    padding-bottom: 4%;
    padding-right: 1%;
  }
}
@media only screen and (max-width: 767px) {
  .mailForm__body-title {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 3%;
    margin-right: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .mailForm__body-title {
    margin-top: 1%;
    margin-left: 0;
    margin-bottom: 3%;
    margin-right: 0%;
    font-size: 1.1rem;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  .mailForm__body ul {
    margin-top: 0;
    margin-left: 2%;
    margin-bottom: 2%;
    margin-right: 2%;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) {
  .mailForm__body ul {
    margin-top: 2%;
    margin-left: 0%;
    margin-bottom: 2%;
    margin-right: 0%;
    padding: 1%;
    line-height: 1.6;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .mailForm__foot {
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 5%;
    margin-right: auto;
    text-align: center;
  }
  .mailForm__foot input[type="submit"] {
    border-radius: 6px;
    border-style: none;
    background: #fff;
    padding: 8px 10px;
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .mailForm__foot {
    margin-top: 3%;
    margin-left: auto;
    margin-bottom: 2%;
    margin-right: auto;
  }
  .mailForm__foot input[type="submit"] {
    border-radius: 6px;
    border-style: none;
    background: #fff;
    padding: 10px 15px;
    width: 50%;
    cursor: pointer;
    margin: 0 25% 0;
  }
}

@media only screen and (max-width: 767px) {
  .formWrap {
    margin-top: 2%;
    margin-left: 3%;
    margin-bottom: 0%;
    margin-right: 3%;
    padding: 4%;
  }
}

@media only screen and (max-width: 767px) {
  .kakuninTitle {
    marign-top: 2%;
    marign-left: 0;
    marign-bottom: 10%;
    marign-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 6%;
    padding-right: 0;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .kakuninTitle {
    font-size: 2.0rem;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    text-align: center;
    margin-top: -5%;
    margin-left: 0;
    margin-bottom: 5%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .kakuninMessage {
    margin-top: 5%;
    margin-left: 0;
    margin-bottom: 5%;
    margin-right: 0;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) {
  .kakuninMessage {
    margin-top: 0;
    margin-left: 0%;
    margin-bottom: 3%;
    margin-right: 0%;
    text-align: center;
  }
}

.mailwrap {
  margin-top: 10%;
  margin-left: 3%;
  margin-bottom: 10%;
  margin-right: 3%;
  padding-top: 4%;
  padding-left: 4%;
  padding-bottom: 4%;
  padding-right: 4%;
}
@media only screen and (max-width: 767px) {
  .mailwrap {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .mailwrap {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 20px;
    padding-top: 0;
    padding-left: 0%;
    padding-bottom: auto;
    padding-right: 0%;
    margin-top: 3%;
    margin-left: 4%;
    margin-bottom: 3%;
    margin-right: 4%;
  }
}
@media only screen and (min-width: 1024px) {
  .mailwrap {
    margin-top: 3%;
    margin-left: 5%;
    margin-bottom: 3%;
    margin-right: 5%;
  }
}

@media only screen and (max-width: 767px) {
  .formWrap {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    line-height: 1.6;
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .formWrap {
    width: 90%;
    margin: 0 auto;
    padding: 8%;
    color: #fff;
    line-height: 1.8;
    font-size: 1.0rem;
  }
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

table.formTable td, table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
  color: #ffffff !important;
}

table.formTable th {
  width: 30%;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.6);
  text-align: left;
  color: #ffffff !important;
}

p.error_messe {
  margin: 5px 0;
  color: #ff0000;
}

@media only screen and (max-width: 767px) {
  .btnContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 5%;
    margin-left: 0;
    margin-bottom: 5%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .btnContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 5%;
    margin-left: 0;
    margin-bottom: 5%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .btnContainer input[type="submit"] {
    width: 25%;
    border-radius: 8px;
    margin-top: 0;
    margin-left: 0%;
    margin-bottom: 0;
    margin-right: 1%;
    padding: 8px 10px;
    border-style: none;
    background: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .btnContainer input[type="submit"] {
    width: 47%;
    border-radius: 8px;
    margin-top: 0;
    margin-left: 0%;
    margin-bottom: 0;
    margin-right: 1%;
    padding: 8px 10px;
    border-style: none;
    background: #fff;
    cursor: pointer;
  }
}
@media only screen and (max-width: 767px) {
  .btnContainer input[type="button"] {
    width: 47%;
    border-radius: 8px;
    margin-top: 0;
    margin-left: 1%;
    margin-bottom: 0;
    margin-right: 0%;
    padding: 8px 10px;
    border-style: none;
    background: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .btnContainer input[type="button"] {
    width: 47%;
    border-radius: 8px;
    margin-top: 0;
    margin-left: 1%;
    margin-bottom: 0;
    margin-right: 0%;
    padding: 8px 10px;
    border-style: none;
    background: #fff;
    cursor: pointer;
  }
}

@media only screen and (max-width: 767px) {
  .thks {
    border-radius: 16px;
    margin-top: 30%;
    margin-left: 10%;
    margin-bottom: 3%;
    margin-right: 10%;
    padding: 4%;
    background: rgba(0, 0, 0, 0.8);
  }
}
@media only screen and (min-width: 768px) {
  .thks {
    margin-top: 10%;
    margin-left: 10%;
    margin-bottom: 0;
    margin-right: 10%;
    padding: 0% 6% 6%;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .kanryo {
    margin-top: 5%;
    margin-left: 2%;
    margin-bottom: 5%;
    margin-right: 2%;
    padding: 6%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .kanryo .orei {
    font-size: 1.0rem;
    font-weight: bold;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767px) {
  .kanryo .retop {
    margin-top: 5%;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    background: #fff;
    border-radius: 8px;
    width: 100%;
    padding: 5%;
    margin: 30px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .kanryo {
    margin-top: 0%;
    margin-left: 0;
    margin-bottom: 3%;
    margin-right: 0;
    padding: 9%;
    text-align: center;
  }
  .kanryo .orei {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .kanryo .retop {
    margin-top: 5%;
    margin-left: 0;
    margin-bottom: 0%;
    margin-right: 0;
    background: #fff;
    border-radius: 8px;
    width: 300px;
    padding: 5%;
    margin: 30px auto 0;
    cursor: pointer;
  }
}

@media only screen and (max-width: 767px) {
  .attention {
    margin-top: 50% auto;
    padding: 10%;
    text-align: center;
  }
  .attention input[type="button"] {
    border-radius: 8px;
    background: #fff;
    padding: 10px;
    borer-style: none;
  }
}
@media only screen and (min-width: 768px) {
  .attention {
    margin-top: 0%;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
  }
  .attention input[type="button"] {
    width: 50%;
    border-radius: 10px;
    background: #fff;
    padding: 12px;
    border-style: none;
    cursor: pointer;
  }
}

@media only screen and (max-width: 767px) {
  .keikoku {
    margin-top: 30%;
    margin-left: 10%;
    margin-bottom: 3%;
    margin-right: 10%;
    padding: 4%;
    background: rgba(0, 0, 0, 0.8);
  }
}
@media only screen and (min-width: 768px) {
  .keikoku {
    margin-top: 10%;
    margin-left: 10%;
    margin-bottom: 0;
    margin-right: 10%;
    padding: 0%;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 20px;
  }
}

/*
input[type="button"] :hover {
	@include mq-pc {
		cursor:pointer;
	}
}
*/

/*# sourceMappingURL=style.css.map */
