@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");
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, main,
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%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "halt" 1;
          font-feature-settings: "halt" 1;
  letter-spacing: 0.1em;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.7;
  font-size: 14px;
}

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;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

a {
  color: #666;
}

summary::-webkit-details-marker {
  display: none;
}

body {
  color: #fff;
  background: #000;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

ol, ul {
  list-style: none;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

a {
  text-decoration: none;
  color: #fff;
}

a:active {
  text-decoration: underline;
}

a:hover {
  opacity: 0.7;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/* common */
.container {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}

html {
  font-size: 10px;
}

body {
  line-height: 1;
  letter-spacing: 0.2em;
}

h1 {
  font-size: 40px;
  font-weight: 300;
}

h2 {
  font-size: 30px;
  font-weight: 300;
}

h3 {
  font-size: 20px;
  font-weight: 300;
}

p {
  line-height: 2.3;
  font-size: 1.4rem;
}

a {
  text-decoration: none;
}

.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mincho {
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
}

.headline {
  font-size: 25px;
  margin-bottom: 3rem;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.headline span {
  font-size: 1.4rem;
  display: block;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  margin: 0 2rem 0 0;
}

.ttl {
  font-size: 42px;
  letter-spacing: 0;
  color: #505050;
  margin-bottom: 30px;
}
.ttl span {
  font-size: 21px;
  display: block;
}

.btn_contact {
  margin-top: 3rem;
  line-height: 1;
}
.btn_contact a {
  background: #9B0000;
  color: #fff;
  font-size: 1.3rem;
  padding: 1rem 2rem;
  text-decoration: none;
  display: inline-block;
}
.btn_contact.btn_contact_center {
  text-align: center;
  margin: 0 0 10rem;
}

nav .content_list {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 1000;
  -webkit-transition: opacity 2.2s;
  transition: opacity 2.2s;
  -webkit-transition-delay: 4.8s;
          transition-delay: 4.8s;
}
nav .content_list li {
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  nav .content_list {
    right: 30px;
  }
  nav .content_list li a {
    font-size: 12px;
  }
}

.drawer--right header .drawer-nav {
  padding: 40px;
  right: -100%;
  width: 100%;
  background: #9B0000e3;
}
.drawer--right header .drawer-nav .site-title {
  text-align: center;
}
.drawer--right header .drawer-nav .site-description {
  text-align: center;
  margin-top: 30px;
}
.drawer--right header .drawer-nav ul {
  margin-top: 40px;
}
.drawer--right header .drawer-nav ul li {
  text-align: center;
  margin-bottom: 20px;
}
.drawer--right header .drawer-nav ul li a {
  color: #fff;
}
.drawer--right header .drawer-hamburger {
  width: auto;
  position: static;
  color: #fff;
  padding: 0;
}
.drawer--right header .drawer-hamburger i {
  font-size: 30px;
}
.drawer--right header .drawer-hamburger .fa-times {
  display: none;
}
.drawer--right header .drawer-hamburger .fa-bars {
  display: block;
}
.drawer--right.drawer-open header .drawer-hamburger {
  right: 0;
}
.drawer--right.drawer-open header .drawer-hamburger .fa-times {
  display: block;
}
.drawer--right.drawer-open header .drawer-hamburger .fa-bars {
  display: none;
}

footer {
  position: relative;
  padding: 80px 0 0;
  z-index: 1;
  background: #000;
  z-index: 0;
}
footer .container {
  width: 1000px;
}
footer .container .box_tel {
  background: rgba(255, 255, 255, 0.2);
  padding: 50px 100px;
  text-align: center;
  font-size: 18px;
}
footer .container .box_tel .tel {
  line-height: 1;
  margin-top: 20px;
}
footer .container .box_tel .tel a {
  font-size: 50px;
  letter-spacing: 0;
}
footer .container .ttl span {
  display: block;
  font-size: 20px;
  margin-top: 15px;
}
footer .container address {
  margin: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
}
footer .container address .left {
  margin-right: 80px;
}
footer .container address .left p {
  letter-spacing: 0;
  font-size: 17px;
  line-height: 1.9;
}
footer .container address .left h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
footer .container address .right {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
}
footer .container address .right p {
  letter-spacing: 0;
  font-size: 17px;
}
footer .container address .right h3 {
  font-size: 14px;
  border-right: 1px solid #555;
  padding-right: 10px;
  margin-right: 15px;
  margin-bottom: 0;
}
footer .container address .right span {
  font-size: 14px;
  letter-spacing: 0;
}
footer .container address dl {
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  footer .container address {
    display: block;
  }
  footer .container address address .left {
    width: 100%;
  }
  footer .container address address .right {
    width: 100%;
  }
  footer .container address .left {
    width: 100%;
    margin: 0 0 30px;
  }
  footer .container address .right {
    width: 100%;
    margin: 0;
  }
}
footer .container figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
footer .container figure img {
  width: 55%;
}
footer .container figure iframe {
  -webkit-filter: saturate(0);
          filter: saturate(0);
  -webkit-filter: invert(100%);
          filter: invert(100%);
  width: 700px;
}
footer .container figure figcaption {
  margin-left: 35px;
}
footer .container figure figcaption h3 {
  font-size: 16px;
}
footer .container figure figcaption .txt {
  font-size: 20px;
}
footer .container figure figcaption .btn a {
  border: 1px solid #555;
  display: block;
  padding: 10px;
  margin: 20px 0;
  text-align: center;
}
footer .container figure figcaption .map_instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
footer .container figure figcaption .map_instagram i {
  font-size: 30px;
  margin-right: 10px;
}
footer .site-info {
  text-align: center;
  margin: 3rem 0 0;
  font-size: 1.2rem;
  color: #fff;
  padding: 20px 0;
}
@media screen and (max-width: 500px) {
  footer {
    padding: 30px;
  }
  footer .container {
    width: 100%;
  }
  footer .container .box_tel {
    padding: 30px;
    font-size: 18px;
  }
  footer .container .box_tel .tel {
    margin-top: 10px;
  }
  footer .container .box_tel .tel a {
    font-size: 40px;
  }
  footer .container figure {
    width: auto;
    display: block;
  }
  footer .container figure iframe {
    width: 100%;
  }
  footer .container figure img {
    width: 100%;
  }
  footer .container figure figcaption {
    margin: 30px 0 0;
  }
}

/* index */
#sec_vis {
  z-index: 0;
  position: relative;
}
#sec_vis:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
}
#sec_vis .sec_vis_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 90vh;
  z-index: 0;
  -webkit-transition: all 4s;
  transition: all 4s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#sec_vis .sec_vis_img:before {
  content: " ";
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 60vh;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(https://issun-ichikawa.com/wp-content/uploads/vis.jpeg);
  z-index: 2;
}

@media screen and (max-width: 500px){
	#sec_vis .sec_vis_img:before{
	  background-attachment: unset;
	}
}

#sec_vis .sec_vis_inner {
  position: relative;
  display: block;
  width: 100%;
  height: 90vh;
}
#sec_vis .sec_vis_inner .logo {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 300px;
  -webkit-transform: translate(-50%, -65%);
          transform: translate(-50%, -65%);
  -webkit-transition: opacity 2.2s;
  transition: opacity 2.2s;
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
  z-index: 1;
}
#sec_vis .sec_vis_inner .sec_vis_heading {
  z-index: 1;
  position: fixed;
  width: 250px;
  top: 50px;
  left: 50px;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  font-size: 15px;
  -webkit-transition: opacity 2.2s;
  transition: opacity 2.2s;
  -webkit-transition-delay: 4.2s;
          transition-delay: 4.2s;
}
#sec_vis .sec_vis_inner .sec_vis_heading span {
  display: block;
  font-size: 32px;
}
#sec_vis .sec_vis_inner .sec_vis_switch {
  z-index: 1;
  position: fixed;
  top: 150px;
  left: 50px;
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  line-height: 1.3;
  color: #fff;
  -webkit-transition: opacity 2.2s;
  transition: opacity 2.2s;
  -webkit-transition-delay: 4.2s;
  transition-delay: 4.2s;
}
#sec_vis .sec_vis_inner .sec_vis_switch a {
  border: 1px solid #fff;
  display: inline-block;
  line-height: 1;
  padding: 10px;
  width: 90px;
  text-align: center;
}
#sec_vis .sec_vis_inner .sec_vis_scroll {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: fixed;
  bottom: 10vh;
  font-size: 14px;
  padding-bottom: 90px;
  font-family: "Playfair Display", serif;
  -webkit-transition: opacity 2.2s;
  transition: opacity 2.2s;
  -webkit-transition-delay: 4.8s;
          transition-delay: 4.8s;
  z-index: 1;
}
#sec_vis .sec_vis_inner .sec_vis_scroll:before {
  content: " ";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 1px;
  height: 80px;
  background: #505050;
}
#sec_vis .sec_vis_inner .sec_vis_scroll::after {
  content: " ";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 80px;
  width: 1px;
  height: 0px;
  background: #fff;
  opacity: 0.7;
  -webkit-animation: 1.5s linear 1s infinite running scroll;
  animation: 1.5s linear 1s infinite running scroll;
  z-index: 2;
}
#sec_vis .sec_vis_inner .sec_vis_instagram {
  position: fixed;
  width: 30px;
  left: 60px;
  z-index: 1;
  bottom: calc(10vh + 60px);
  -webkit-transition: opacity 2.2s;
  transition: opacity 2.2s;
  -webkit-transition-delay: 4.8s;
          transition-delay: 4.8s;
}
#sec_vis .sec_vis_inner .sec_vis_instagram .sec_vis_instagram_link {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 30px;
}
#sec_vis .sec_vis_inner .sec_vis_instagram .sec_vis_instagram_link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 500px) {
  #sec_vis .sec_vis_inner .sec_vis_heading {
    top: 30px;
    left: 30px;
  }
  #sec_vis .sec_vis_inner .sec_vis_switch {
    left: 30px;
  }
  #sec_vis .sec_vis_inner .sec_vis_instagram {
    left: 30px;
  }
  #sec_vis .sec_vis_inner .logo {
    width: 200px;
  }
}

@-webkit-keyframes scroll {
  0% {
    height: 0px;
    bottom: 80px;
  }
  50% {
    height: 60px;
    bottom: 20px;
  }
  100% {
    height: 20px;
    bottom: -40px;
  }
}
@keyframes scroll {
  0% {
    height: 0px;
    bottom: 80px;
  }
  50% {
    height: 60px;
    bottom: 20px;
  }
  100% {
    height: 20px;
    bottom: -40px;
  }
}
#sec_news {
  background: #000;
  z-index: 1;
  position: relative;
  padding: 80px 0;
}
#sec_news .container {
  width: 1000px;
}
#sec_news .container .leftbox {
  width: 300px;
}
#sec_news .container .rightbox {
  width: 700px;
}
#sec_news .container .rightbox ul li {
  margin-bottom: 20px;
}
#sec_news .container .rightbox ul li h2 {
  font-size: 15px;
}
#sec_news .container .rightbox ul li:last-child {
  margin-bottom: 0;
}

#sec_about {
  position: relative;
  padding: 80px 0;
  z-index: 1;
  background: #000;
}
#sec_about .container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  padding-left: 10vw;
}
#sec_about .container .leftbox {
  width: 50%;
  margin-top: 30px;
}
#sec_about .container .leftbox h3 {
  margin-bottom: 28.5px;
  font-size: 28px;
  letter-spacing: 0;
}
#sec_about .container .leftbox .text {
  font-size: 16px;
  letter-spacing: 0;

@media screen and (max-width: 500px){
	#sec_about .container .leftbox .text
	  font-size: 4.1vw;
	}
}
#sec_about .container .leftbox .pics{
margin-top:30px;
    display: flex;
    justify-content: space-between;
}

#sec_about .container .leftbox .pics figure{
    width:48%;
}

#sec_about .container .rightbox {
  position: relative;
  overflow: hidden;
  position: absolute;
  width: 40%;
  top: 80px;
  right: 0;
}
#sec_about .container .rightbox img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 500px) {
  #sec_about .container {
    padding: 30px;
  }
  #sec_about .container .leftbox {
    width: 100%;
  }
  #sec_about .container .rightbox {
    position: static;
    width: 100%;
    top: auto;
    right: auto;
    margin: 30px 0 0;
  }
}

.sec_about_img:before {
  content: " ";
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 60vh;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(https://issun-ichikawa.com/wp-content/uploads/1843.jpg);
  z-index: 2;
}
@media screen and (max-width: 500px) {
  .sec_about_img:before {
    min-height: auto;
    height: 200px;
	  background-attachment: unset;

  }
}

#sec_course {
  position: relative;
  padding: 80px 0;
  z-index: 1;
  background: #000;
}
#sec_course .container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  max-width: 940px;
  padding: 0 60px;
}
#sec_course .container .sec_course_list .sec_course_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border: 1px solid #505050;
  padding: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  margin-top: 30px;
}
#sec_course .container .sec_course_list .sec_course_list_item figure {
  width: 50%;
}
#sec_course .container .sec_course_list .sec_course_list_item .sec_course_list_item_wrap {
  width: 50%;
  padding-left: 30px;
}
#sec_course .container .sec_course_list .sec_course_list_item .sec_course_list_item_wrap h3 {
  font-size: 23px;
  margin-bottom: 10px;
}
#sec_course .container .sec_course_list .sec_course_list_item .item_list_wrap {
  width: 100%;
  margin-top: 30px;
  line-height: 1.9;
  display: none;
}
#sec_course .container .sec_course_list .sec_course_list_item .item--btn {
  position: absolute;
  bottom: -18px;
  right: -16px;
  display: table;
  font-size: 14px;
  padding: 6px 60px 6px 24px;
  background: #505050;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: color 0.3s, background-color 0.3s, opacity 1s 1.3s;
  transition: color 0.3s, background-color 0.3s, opacity 1s 1.3s;
}
#sec_course .container .accordion .toggle {
  display: none;
}
#sec_course .container .accordion .option {
  position: relative;
}
#sec_course .container .accordion .title,
#sec_course .container .accordion .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#sec_course .container .accordion .title {
  background: #444;
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
  width: 200px;
  text-align: center;
  margin: 0;
  position: absolute;
  right: 0;
  z-index: 100;
  display: none;
}
#sec_course .container .accordion .title::after,
#sec_course .container .accordion .title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#sec_course .container .accordion .title::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#sec_course .container .accordion .content {
  max-height: 0;
  overflow: hidden;
}
#sec_course .container .accordion .content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}
#sec_course .container .accordion .toggle:checked + .title + .content {
  max-height: 500px;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
#sec_course .container .accordion .toggle:checked + .title::before {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}
@media screen and (max-width: 500px) {
  #sec_course .container {
    padding: 30px;
  }
  #sec_course .container .sec_course_list .sec_course_list_item {
    display: block;
  }
  #sec_course .container .sec_course_list .sec_course_list_item figure {
    width: 100%;
  }
  #sec_course .container .sec_course_list .sec_course_list_item .sec_course_list_item_wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  #sec_course .container .accordion .title {
    width: 100%;
  }
  #sec_course .container .accordion .toggle:checked + .title + .content {
    max-height: none;
    padding-top: 75px;
  }
}

.sec_course_img:before {
  content: " ";
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 60vh;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(https://issun-ichikawa.com/wp-content/uploads/1836.jpg);
  z-index: 2;
}
@media screen and (max-width: 500px) {
  .sec_course_img:before {
    min-height: auto;
    height: 200px;
	background-attachment: unset;
  }
}

#sec_drink {
  position: relative;
  padding: 80px 0;
  z-index: 1;
  background: #000;
  padding-bottom: 20px;
}
#sec_drink .containter {
  width: 100%;
  margin: 0 auto;
  max-width: 1020px;
  padding-right: 80px;
}
#sec_drink .containter .sec_drink_list {
  margin: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sec_drink .containter .sec_drink_list li {
  position: relative;
  width: calc(50% - 10px);
  padding: 20px;
  z-index: 1;
  border: 1px solid #505050;
  padding: 30px;
}
#sec_drink .containter .sec_drink_list li figure {
  margin-bottom: 30px;
}
#sec_drink .containter .sec_drink_list li h3 {
  margin-bottom: 20px;
}
#sec_drink .containter .sec_drink_list li .sec_drink_list_item {
  line-height: 1.9;
}
#sec_drink .containter .bg_figure {
  overflow: hidden;
  position: absolute;
  width: 40%;
  top: 650px;
  right: 0;
  z-index: 0;
}
#sec_drink .containter .news_item {
  margin-top: 50px;
  width: 50%;
}
#sec_drink .containter .news_item time {
  margin-bottom: 10px;
  display: block;
}
#sec_drink .containter .news_item h3 {
  margin-bottom: 20px;
}
#sec_drink .containter .news_item figure {
  margin-bottom: 30px;
}
#sec_drink .containter .news_item .content {
  line-height: 2;
  padding-bottom: 15px;
  font-size: 16px;
}
#sec_drink .area_news {
  display: none;
}
@media screen and (max-width: 500px) {
  #sec_drink .containter {
    padding: 30px;
  }
  #sec_drink .containter .sec_drink_list {
    display: block;
  }
  #sec_drink .containter .sec_drink_list li {
    width: 100%;
    margin-bottom: 30px;
  }
  #sec_drink .containter .news_item {
    width: 100%;
  }
  #sec_drink .containter .bg_figure {
    position: static;
    width: 100%;
  }
}

#sec_gallery {
  position: relative;
  padding: 80px 0;
  z-index: 1;
  background: #000;
  padding-bottom: 20px;
}
#sec_gallery .ttl {
  text-align: center;
}
#sec_gallery .sec_gallery_list_item {
  display: inline-block;
  background-color: #666;
  color: #fff;
}
#sec_gallery .sec_gallery_list_item a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 40px;
}
#sec_gallery .modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
#sec_gallery .modal .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
}
#sec_gallery .modal-close {
  position: absolute;
  top: 5px;
  right: 10px;
  text-decoration: none;
}
#sec_gallery .sec_gallery_list {
  margin: 0 auto;
  width: 820px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sec_gallery .sec_gallery_list li {
  width: 32%;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  #sec_gallery .sec_gallery_list {
    width: auto;
  }
}
@media screen and (max-width: 500px) {
  #sec_gallery {
    padding: 30px;
  }
  #sec_gallery .sec_gallery_list_item a {
    font-size: 20px;
  }
  #sec_gallery .modal-wrapper {
    width: 80vw;
    height: 53.5vw;
  }
  #sec_gallery .modal-contents img {
    width: 80vw;
    height: 53.5vw;
  }
}

.remodal {
  padding: 0;
  background: transparent;
  position: relative;
}
.remodal .modal-close {
  font-size: 30px;
  right: -30px;
  position: absolute;
}

@media screen and (max-width: 500px){
.remodal .modal-close {
  font-size: 30px;
  top: -30px;
  right:0;
  position: absolute;
}
}

.remodal .modal-content .modal--img {
  width: 100%;
}

.fadeInDown {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#primary .entry-header {
  background: #000;
  text-align: center;
}
#primary .entry-header .entry-title {
  font-size: 20px;
}
#primary .entry-content {
  padding: 50px 0;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #primary .entry-content {
    width: 100%;
    padding: 30px;
  }
}

.form_table {
  width: 710px;
  margin: 0 auto;
  vertical-align: top;
}
.form_table th {
  width: 200px;
  padding: 20px;
  line-height: 1;
  vertical-align: top;
  text-align: left;
}
.form_table th.required:after {
  content: "必須";
  font-size: 10px;
  background: #9B0000;
  line-height: 1;
  margin-top: 0;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 5px;
  display: inline-block;
}
.form_table td {
  width: 500px;
  padding: 20px;
}
.form_table td dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.form_table td dl dt {
  width: 110px;
  margin-bottom: 10px;
}
.form_table td dl dd {
  width: calc(100% - 110px);
  margin: 0;
}
.form_table td select,
.form_table td input,
.form_table td textarea {
  background: #000;
  border: 0;
  padding: 10px;
  width: 100%;
}
.form_table .vertical-item input {
  width: auto;
}

.btnWrap {
  text-align: center;
  margin: 50px 0;
}
.btnWrap input {
  background: #9B0000;
  color: #fff;
  font-size: 14px;
  border: 0;
  padding: 20px 40px;
  cursor: pointer;
}
.btnWrap input[name=submitBack] {
  border: 1px solid #9B0000;
  background: #fff;
  padding: 20px;
  color: #9B0000;
  border-radius: 5px;
  cursor: pointer;
}

.check {
  text-align: center;
}

.reserve_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 110px;
  height: 110px;
  background: #505050;
  border-radius: 50%;
  -webkit-transition: opacity 1s, background-color 0.3s;
  transition: opacity 1s, background-color 0.3s;
  z-index: 10;
}
.reserve_btn a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  line-height: 1.3;
  font-size: 17px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.reserve_btn a span {
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .reserve_btn {
    right: 20px;
    bottom: 20px;
    width: 90px;
    height: 90px;
  }
  .reserve_btn a span {
    font-size: 11px;
  }
}/*# sourceMappingURL=style.css.map */