@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : gake_cafe.css
 author     : Ability Consultant
 style info : 崖cafe
=================================================================== */
@-webkit-keyframes waveLine {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 42px 0;
  }
}
@-moz-keyframes waveLine {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 42px 0;
  }
}
@-ms-keyframes waveLine {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 42px 0;
  }
}
@-o-keyframes waveLine {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 42px 0;
  }
}
@keyframes waveLine {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 42px 0;
  }
}
.box_container p {
  font-size: 129%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_container p {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .box_container p {
    font-size: 115%;
  }
}
@media only screen and (min-width: 1025px) {
  .box_container {
    max-width: 1600px;
  }
}
@media print {
  .box_container {
    max-width: 1600px;
  }
}
.ie8 .box_container {
  max-width: 1600px;
}
@media only screen and (max-width: 1600px) {
  .box_container {
    width: 95%;
  }
}
@media print {
  .box_container {
    width: 95%;
  }
}
.ie8 .box_container {
  width: 95%;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
@media only screen and (min-width: 1025px) {
  .con_title {
    height: 798px;
  }
}
@media print {
  .con_title {
    height: 798px;
  }
}
.ie8 .con_title {
  height: 798px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_title {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .con_title {
    height: 400px;
  }
}
.con_title .box_slider {
  background-position: center top;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .con_title .box_slider {
    height: 798px;
  }
}
@media print {
  .con_title .box_slider {
    height: 798px;
  }
}
.ie8 .con_title .box_slider {
  height: 798px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_title .box_slider {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .con_title .box_slider {
    height: 400px;
  }
}
.con_title .box_slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center top;
  background-size: cover;
  transition: opacity 1.5s ease;
  opacity: 0;
  z-index: 1;
}
.con_title .box_slider .slide.active {
  opacity: 1;
  z-index: 2;
}
.con_title .box_slider .slide.slide2 {
  z-index: 0;
}
.con_title .box_slider .slide.anim-zoom {
  animation: zoom 10s ease forwards;
}
.con_title .slider-dots {
  text-align: center;
  margin-top: 10px;
  position: absolute;
  bottom: 5%;
  right: 0;
  left: 0;
  z-index: 5;
}
.con_title .slider-dots .dot {
  content: "●";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.3s;
}
.con_title .slider-dots.active {
  background-color: #000 !important;
}
.con_title .st_title {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(0%, 140%);
  transform: translate(0%, 140%);
  width: 95%;
  font-weight: normal;
  z-index: 3;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_title .st_title {
    width: 33%;
    -webkit-transform: translate(0%, 125%);
    transform: translate(0%, 125%);
  }
}
@media only screen and (max-width: 767px) {
  .con_title .st_title {
    width: 60%;
  }
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* -----------------------------------------------------------
	.con_concept
----------------------------------------------------------- */
.con_concept {
  position: relative;
  margin-top: 170px;
  margin-bottom: 180px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept {
    margin-bottom: 80px;
  }
}
.con_concept:before {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  width: 591px;
  height: 120px;
  left: 0;
  bottom: -28%;
  background-image: url(../gake_cafe/images/bg_concept.png);
  z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept:before {
    bottom: -14%;
    background-size: 58%;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept:before {
    width: 100%;
    background-size: 63%;
    background-repeat: no-repeat;
  }
}
.con_concept:after {
  display: block;
  content: '';
  position: absolute;
  width: 951px;
  height: 110px;
  right: 0;
  bottom: 0;
  background-image: url(../gake_cafe/images/bg_concept-img.png);
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept:after {
    width: 75%;
    background-repeat: no-repeat;
    bottom: 0;
    top: 36%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept:after {
    width: 78%;
    background-size: 100%;
    background-repeat: no-repeat;
    right: 0;
    height: 8%;
  }
}
.con_concept .wrap_concept {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .wrap_concept {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .wrap_concept {
    display: block;
  }
}
.con_concept .wrap_concept .st_lg_02 {
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .con_concept .wrap_concept .st_lg_02 {
    text-align: center;
  }
}
.con_concept .wrap_concept .st_lg_02 .jp em:before {
  display: none;
}
.con_concept .wrap_concept .concept_left {
  line-height: 1.7;
  width: 31.25%;
  z-index: 1;
  position: relative;
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .wrap_concept .concept_left {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .wrap_concept .concept_left {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1472.5px) {
  .con_concept .wrap_concept .concept_left {
    width: 45.83333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .wrap_concept .concept_left {
    width: 100%;
    order: 1;
    text-align: center;
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .wrap_concept .concept_left {
    width: 100%;
  }
}
.con_concept .wrap_concept .concept_left .txt_conpept p {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_concept .wrap_concept .concept_right {
    width: 100%;
  }
}

/* -----------------------------------------------------------
	.con_menu
----------------------------------------------------------- */
.con_menu {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_menu {
    padding-bottom: 110px;
  }
}
.con_menu::before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .con_menu::before {
    display: block;
    content: '';
    position: absolute;
    background: #e0f0f6;
    width: 100%;
    top: 11.5%;
    height: 49%;
    z-index: 0;
  }
}
.con_menu::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .con_menu::after {
    display: block;
    content: '';
    position: absolute;
    background: #e0f0f6;
    width: 100%;
    bottom: 0;
    height: 36%;
    z-index: -1;
  }
}
.con_menu h3 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu h3 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu h3 {
    margin-bottom: 0.5em;
  }
}
.con_menu .desc_menu {
  line-height: 1.7;
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu .desc_menu {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .desc_menu {
    margin-bottom: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .desc_menu {
    text-align: left;
  }
}
.con_menu .wrap_menu {
  position: relative;
  margin-bottom: 100px;
  background: #e0f0f6;
  padding: 80px 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu .wrap_menu {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .wrap_menu {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu .wrap_menu {
    padding: 55px 30px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .wrap_menu {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .wrap_menu {
    padding-top: 3em;
    background: none;
  }
}
.con_menu .wrap_menu .menu_title {
  text-align: center;
  width: 270px;
  letter-spacing: 1px;
  font-size: 250%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  background: #3277ab;
  color: #fff;
  position: absolute;
  top: -4%;
  left: 1%;
  font-weight: normal;
  padding: 5px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu .wrap_menu .menu_title {
    font-size: 222%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .wrap_menu .menu_title {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .wrap_menu .menu_title {
    width: 210px;
  }
}
.con_menu .wrap_menu .box_menu {
  display: flex;
  justify-content: start;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .con_menu .wrap_menu .box_menu {
    margin-bottom: 2em;
  }
}
@media print {
  .con_menu .wrap_menu .box_menu {
    margin-bottom: 2em;
  }
}
.ie8 .con_menu .wrap_menu .box_menu {
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .con_menu .wrap_menu .box_menu {
    display: block;
  }
}
.con_menu .wrap_menu .box_menu .menu {
  width: 33.33333%;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .con_menu .wrap_menu .box_menu .menu {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5em;
  }
}
.con_menu .wrap_menu .box_menu .menu h5 {
  font-weight: normal;
  color: #3277ab;
  text-align: center;
  font-size: 179%;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu .wrap_menu .box_menu .menu h5 {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .wrap_menu .box_menu .menu h5 {
    font-size: 179%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu .wrap_menu .box_menu .menu h5 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .wrap_menu .box_menu .menu h5 {
    margin-bottom: 0;
  }
}
.con_menu .wrap_menu .box_menu .menu .price {
  text-align: right;
  margin-bottom: 10px;
}
.con_menu .wrap_menu .box_menu .menu:last-of-type {
  margin-right: 0;
}
.con_menu .wrap_menu.sweets {
  margin-top: 120px;
}
.con_menu .wrap_menu.sweets .box_menu {
  margin-bottom: 0;
}
.con_menu .bg_menu {
  position: absolute;
  z-index: 0;
  bottom: 17%;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu .bg_menu {
    bottom: 13%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .bg_menu {
    bottom: 1%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu .bg_menu {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .bg_menu {
    width: 74%;
  }
}
.con_menu .bg_menu .menu01 {
  text-align: right;
}

/* -----------------------------------------------------------
	.con_xxx
----------------------------------------------------------- */
.con_meguru {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  text-align: center;
  font-size: 286%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_meguru {
    font-size: 215%;
  }
}
@media only screen and (max-width: 767px) {
  .con_meguru {
    font-size: 165%;
  }
}
@media only screen and (max-width: 767px) {
  .con_meguru {
    margin-top: 2em;
  }
}
.con_meguru em {
  color: #3277ab;
}

/* -----------------------------------------------------------
	.con_spend
----------------------------------------------------------- */
.con_spend {
  position: relative;
}
.con_spend:before {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  bottom: 9%;
  width: 1920px;
  height: 100px;
  background-image: url(../gake_cafe/images/bg_wave02.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spend:before {
    background-size: 60%;
    bottom: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .con_spend:before {
    display: none;
  }
}
.con_spend .box_spend {
  position: relative;
  overflow: hidden;
  padding: 50px 0 11%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spend .box_spend {
    padding: 50px 0 12%;
  }
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend {
    padding: 3em 0 4em;
  }
}
.con_spend .box_spend > * {
  position: relative;
}
.con_spend .box_spend .st_title {
  display: block;
  overflow: hidden;
  font-weight: normal;
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spend .box_spend .st_title {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .st_title {
    margin-bottom: 1.5em;
  }
}
.con_spend .box_spend .st_title .title_inner {
  display: table;
  width: auto;
  position: relative;
  padding: 0 2em;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .st_title .title_inner {
    padding: 0;
  }
}
.con_spend .box_spend .st_title .title_inner:before {
  display: block;
  content: '';
  position: absolute;
  right: 100%;
  bottom: 3.2em;
  width: 10000%;
  height: 6px;
  background-image: url(../images/common/bg_wave_02.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto 6px;
  -webkit-animation: waveLine 2s linear 0s infinite normal;
  -moz-animation: waveLine 2s linear 0s infinite normal;
  -ms-animation: waveLine 2s linear 0s infinite normal;
  -o-animation: waveLine 2s linear 0s infinite normal;
  animation: waveLine 2s linear 0s infinite normal;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .st_title .title_inner:before {
    display: none;
  }
}
.con_spend .box_spend .st_title .title_inner:after {
  display: block;
  content: '';
  position: absolute;
  left: 100%;
  bottom: 3.2em;
  width: 10000%;
  height: 6px;
  background-image: url(../images/common/bg_wave_02.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto 6px;
  -webkit-animation: waveLine 2s linear 0s infinite normal;
  -moz-animation: waveLine 2s linear 0s infinite normal;
  -ms-animation: waveLine 2s linear 0s infinite normal;
  -o-animation: waveLine 2s linear 0s infinite normal;
  animation: waveLine 2s linear 0s infinite normal;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .st_title .title_inner:after {
    display: none;
  }
}
.con_spend .box_spend .st_title .title_inner > * {
  display: inline-block;
  vertical-align: middle;
}
.con_spend .box_spend .st_title .text .md {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 215%;
  color: #fff;
  padding-top: 1.2em;
  padding-left: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spend .box_spend .st_title .text .md {
    font-size: 186%;
  }
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .st_title .text .md {
    font-size: 143%;
  }
}
.con_spend .box_spend .st_title .text .md .ic_flag {
  position: absolute;
  left: 0;
  bottom: 0.2em;
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .st_title .text .md .ic_flag {
    max-width: 24%;
  }
}
.con_spend .box_spend .st_title .text .lg {
  display: block;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 322%;
  color: #f0ebe4;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spend .box_spend .st_title .text .lg {
    font-size: 258%;
  }
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .st_title .text .lg {
    font-size: 186%;
  }
}
.con_spend .box_spend .box_tab .tabs {
  margin: 0 -10px;
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .tabs {
    margin: 0;
  }
}
.con_spend .box_spend .box_tab .tabs ul {
  display: flex;
  justify-content: center;
  border-spacing: 10px 0;
  width: 100%;
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .tabs ul {
    display: block;
    border-spacing: 0;
  }
}
.con_spend .box_spend .box_tab .tabs ul li {
  padding: 15px;
  display: table-cell;
  vertical-align: top;
  width: 38%;
  background: #706257;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .tabs ul li {
    display: block;
    position: relative;
    width: 100%;
    padding: 0 1em 0 6em;
    margin-bottom: 1em;
  }
}
.con_spend .box_spend .box_tab .tabs ul li:first-child {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .tabs ul li:first-child {
    margin-right: 0;
  }
}
.con_spend .box_spend .box_tab .tabs ul li:hover, .con_spend .box_spend .box_tab .tabs ul li.active {
  background: #f0ebe4;
}
.con_spend .box_spend .box_tab .tabs ul li:hover .text span, .con_spend .box_spend .box_tab .tabs ul li.active .text span {
  color: #706257;
}
.con_spend .box_spend .box_tab .tabs ul li .label {
  display: block;
  position: relative;
  top: -45px;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-top: 1.8em;
  margin: 0 auto -40px;
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .tabs ul li .label {
    position: absolute;
    left: 2.5%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 5em;
    height: 5em;
    padding-top: 1.3em;
    margin: 0;
  }
}
.con_spend .box_spend .box_tab .tabs ul li .label > * {
  position: relative;
}
.con_spend .box_spend .box_tab .tabs ul li .label:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent url(../area/images/ic_sun.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-animation: rotate 5.5s linear 0s infinite normal;
  -moz-animation: rotate 5.5s linear 0s infinite normal;
  -ms-animation: rotate 5.5s linear 0s infinite normal;
  -o-animation: rotate 5.5s linear 0s infinite normal;
  animation: rotate 5.5s linear 0s infinite normal;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.con_spend .box_spend .box_tab .tabs ul li .label .lb_txt {
  display: block;
  font-size: 93%;
  line-height: 1;
  color: #fff;
  margin-bottom: -0.5em;
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .tabs ul li .label .lb_txt {
    font-size: 79%;
  }
}
.con_spend .box_spend .box_tab .tabs ul li .label .lb_num {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 272%;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .tabs ul li .label .lb_num {
    font-size: 215%;
  }
}
.con_spend .box_spend .box_tab .tabs ul li .text {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.con_spend .box_spend .box_tab .tabs ul li .text span {
  display: table-cell;
  vertical-align: middle;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 186%;
  line-height: 1.3;
  color: #fff;
  letter-spacing: -0.1em;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  .con_spend .box_spend .box_tab .tabs ul li .text span {
    font-size: 158%;
  }
}
@media print {
  .con_spend .box_spend .box_tab .tabs ul li .text span {
    font-size: 158%;
  }
}
.ie8 .con_spend .box_spend .box_tab .tabs ul li .text span {
  font-size: 158%;
}
@media only screen and (max-width: 1400px) {
  .con_spend .box_spend .box_tab .tabs ul li .text span {
    font-size: 129%;
  }
}
@media print {
  .con_spend .box_spend .box_tab .tabs ul li .text span {
    font-size: 129%;
  }
}
.ie8 .con_spend .box_spend .box_tab .tabs ul li .text span {
  font-size: 129%;
}
@media only screen and (max-width: 1024px) {
  .con_spend .box_spend .box_tab .tabs ul li .text span {
    font-size: 115%;
    padding: 0.5em 0;
  }
}
.con_spend .box_spend .box_tab .tabs ul li .text span em {
  font-size: 124%;
}
.con_spend .box_spend .box_tab .panels .panel {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  background: #f0ebe4;
  margin: 0 auto;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.con_spend .box_spend .box_tab .panels .panel.active {
  opacity: 1;
  max-height: 100000px;
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .panels .panel {
    opacity: 1;
    max-height: 100000px;
    margin-bottom: 1em;
  }
  .con_spend .box_spend .box_tab .panels .panel:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm {
    position: relative;
  }
}
.con_spend .box_spend .box_tab .panels .panel .box_list_rcm .st_rcm {
  display: block;
  overflow: hidden;
  font-weight: normal;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .st_rcm {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .st_rcm {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .st_rcm {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .st_rcm {
    margin-bottom: 0.75em;
  }
}
.con_spend .box_spend .box_tab .panels .panel .box_list_rcm .st_rcm .title_inner {
  display: table;
  width: auto;
  position: relative;
  margin: auto;
}
.con_spend .box_spend .box_tab .panels .panel .box_list_rcm .st_rcm .lg {
  display: block;
  position: relative;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 393%;
  color: #3d3d3d;
  padding: 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .st_rcm .lg {
    font-size: 258%;
  }
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .st_rcm .lg {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .st_rcm .lg {
    padding: 0;
  }
}
.con_spend .box_spend .box_tab .panels .panel .box_list_rcm .st_rcm .lg:before {
  display: block;
  content: '';
  position: absolute;
  right: 100%;
  bottom: 0.7em;
  width: 10000%;
  height: 6px;
  background-image: url(../images/common/bg_wave_03.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto 6px;
  -webkit-animation: waveLine 2s linear 0s infinite normal;
  -moz-animation: waveLine 2s linear 0s infinite normal;
  -ms-animation: waveLine 2s linear 0s infinite normal;
  -o-animation: waveLine 2s linear 0s infinite normal;
  animation: waveLine 2s linear 0s infinite normal;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .st_rcm .lg:before {
    display: none;
  }
}
.con_spend .box_spend .box_tab .panels .panel .box_list_rcm .st_rcm .lg:after {
  display: block;
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0.7em;
  width: 10000%;
  height: 6px;
  background-image: url(../images/common/bg_wave_03.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto 6px;
  -webkit-animation: waveLine 2s linear 0s infinite normal;
  -moz-animation: waveLine 2s linear 0s infinite normal;
  -ms-animation: waveLine 2s linear 0s infinite normal;
  -o-animation: waveLine 2s linear 0s infinite normal;
  animation: waveLine 2s linear 0s infinite normal;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .st_rcm .lg:after {
    display: none;
  }
}
.con_spend .box_spend .box_tab .panels .panel .box_list_rcm .st_rcm .lg em {
  color: #706257;
}
.con_spend .box_spend .box_tab .panels .panel .box_list_rcm .st_rcm .sm {
  display: block;
  padding: 0 30px;
}
.con_spend .box_spend .box_tab .panels .panel .box_list_rcm .st_rcm .sm span {
  display: block;
  font-weight: bold;
  font-size: 143%;
  color: #3277ab;
  border: 1px solid #3277ab;
  padding: 2px 10px;
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .st_rcm .sm span {
    font-size: 100%;
  }
}
.con_spend .box_spend .box_tab .panels .panel .box_list_rcm .st_rcm .sm span img {
  vertical-align: middle;
  margin-right: 1em;
}
.con_spend .box_spend .box_tab .panels .panel .box_list_rcm .list {
  padding: 2% 8% 20%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .list {
    padding: 50px 30px 230px;
  }
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .list {
    padding: 2% 7% 21%;
  }
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .list:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 3em;
    width: 529px;
    height: 28px;
    background-image: url(../gake_cafe/images/bg_wave02-sp.png);
  }
}
.con_spend .box_spend .box_tab .panels .panel .box_list_rcm .list .item {
  margin-bottom: 30px;
  position: relative;
}
.con_spend .box_spend .box_tab .panels .panel .box_list_rcm .list .item .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .list .item .row {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .list .item .row {
    display: block;
  }
}
.con_spend .box_spend .box_tab .panels .panel .box_list_rcm .list .item .row .col_main {
  line-height: 1.7;
}
@media only screen and (min-width: 1025px) and (max-width: 1472.5px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .list .item .row .col_main {
    width: 46%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .list .item .row .col_main .txt {
    font-size: 115%;
  }
}
.con_spend .box_spend .box_tab .panels .panel .box_list_rcm .list .item .img_2 {
  position: absolute;
  bottom: -28%;
  right: 0;
  z-index: 2;
}
@media only screen and (min-width: 1025px) and (max-width: 1472.5px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .list .item .img_2 {
    width: 60%;
    position: absolute;
    bottom: -45%;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .list .item .img_2 {
    width: 65%;
    bottom: -130px;
  }
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .list .item .img_2 {
    bottom: 0;
  }
}
.con_spend .box_spend .box_tab .panels .panel .box_list_rcm .list .item.item_01, .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .list .item.item_02 {
  margin-bottom: 180px;
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .list .item.item_01, .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .list .item.item_02 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1472.5px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .list .item.item_01 .row .col_main .st_md_03 .jp .num {
    right: 66%;
  }
}
.con_spend .box_spend .box_tab .panels .panel .box_list_rcm .list .item.item_02 .row .col_main .st_md_03 .jp .num {
  right: -20%;
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .list .item.item_02 .row .col_main .st_md_03 .jp .num {
    left: 0;
  }
}
.con_spend .box_spend .box_tab .panels .panel .box_list_rcm .list .item.item_03 .row .col_main .st_md_03 .jp .num {
  right: 46%;
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .list .item.item_03 .row .col_main .st_md_03 .jp .num {
    left: 0;
  }
}
.con_spend .box_spend .box_tab .panels .panel .box_list_rcm .col_thumb {
  width: 59.47955%;
}
@media only screen and (min-width: 1025px) and (max-width: 1472.5px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .col_thumb {
    width: 48%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .col_thumb {
    width: 42%;
  }
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .col_thumb {
    width: 100%;
  }
}
.con_spend .box_spend .box_tab .panels .panel .box_list_rcm .col_main {
  width: 33.45725%;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .col_main {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .col_main {
    width: 55%;
    margin-bottom: 20px;
  }
}
.con_spend .box_spend .box_tab .panels .panel .box_list_rcm .col_main .st_md_03 {
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .col_main .st_md_03 {
    font-size: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .col_main .st_md_03 {
    font-size: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .col_main .st_md_03 {
    margin-top: 2em;
  }
}
.con_spend .box_spend .box_tab .panels .panel .box_list_rcm .col_main .st_md_03 .num {
  opacity: .5;
  display: block;
  position: absolute;
  bottom: 20%;
  right: 65%;
  font-family: "Playfair Display", serif;
  font-size: 800%;
  line-height: 1;
  color: #fff;
  z-index: 0;
}
@media only screen and (max-width: 1400px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .col_main .st_md_03 .num {
    right: 60%;
  }
}
@media print {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .col_main .st_md_03 .num {
    right: 60%;
  }
}
.ie8 .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .col_main .st_md_03 .num {
  right: 60%;
}
@media only screen and (max-width: 1260px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .col_main .st_md_03 .num {
    font-size: 429%;
  }
}
@media print {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .col_main .st_md_03 .num {
    font-size: 429%;
  }
}
.ie8 .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .col_main .st_md_03 .num {
  font-size: 429%;
}
@media only screen and (min-width: 1025px) and (max-width: 1472.5px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .col_main .st_md_03 .num {
    font-size: 600%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .col_main .st_md_03 .num {
    bottom: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .col_main .st_md_03 .num {
    right: 83%;
    font-size: 286%;
  }
}
.con_spend .box_spend .box_tab .panels .panel .box_list_rcm .col_main .st_md_03 .jp {
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .col_main .st_md_03 .jp {
    font-size: 134%;
    margin-bottom: .5em;
  }
}
.con_spend .box_spend .box_tab .panels .panel .box_list_rcm .col_main .st_md_03 .txt_jp {
  font-size: 95%;
  z-index: 1;
  position: relative;
}
.con_spend .box_spend .box_tab .panels .panel .box_list_rcm .col_main .st_md_03 em {
  display: inline-block;
  font-size: 115%;
  margin-right: .25em;
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .panels .panel .box_list_rcm .col_main .txt {
    padding-bottom: 2.5em;
  }
}
.con_spend .box_spend .box_tab .panels .panel .accordion {
  position: relative;
  padding: 0.25em 0.5em;
  background: #706257;
  color: #fff;
  min-height: 3.5em;
  display: flex;
  align-items: center;
}
.con_spend .box_spend .box_tab .panels .panel .accordion.active:before {
  content: "\f2f4";
  top: 25%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.con_spend .box_spend .box_tab .panels .panel .accordion:before {
  content: "\f2c7";
  font-family: "Ionicons";
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: rotate(0deg) translateY(-50%);
  -moz-transform: rotate(0deg) translateY(-50%);
  -ms-transform: rotate(0deg) translateY(-50%);
  -o-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  font-size: 143%;
  color: #f0ebe4;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.con_spend .box_spend .box_tab .panels .panel .accordion .label {
  position: relative;
  display: block;
  width: 3.5em;
  height: 3.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-top: 1em;
  margin: 0 0.5em 0 0;
}
.con_spend .box_spend .box_tab .panels .panel .accordion .label > * {
  position: relative;
}
.con_spend .box_spend .box_tab .panels .panel .accordion .label:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent url(../area/images/ic_sun.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-animation: rotate 5.5s linear 0s infinite normal;
  -moz-animation: rotate 5.5s linear 0s infinite normal;
  -ms-animation: rotate 5.5s linear 0s infinite normal;
  -o-animation: rotate 5.5s linear 0s infinite normal;
  animation: rotate 5.5s linear 0s infinite normal;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.con_spend .box_spend .box_tab .panels .panel .accordion .label .lb_txt {
  display: block;
  font-size: 72%;
  line-height: 1;
  color: #fff;
  margin-bottom: -0.5em;
}
.con_spend .box_spend .box_tab .panels .panel .accordion .label .lb_num {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 158%;
  line-height: 1;
  color: #fff;
}
.con_spend .box_spend .box_tab .panels .panel .accordion .text {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
.con_spend .box_spend .box_tab .panels .panel .accordion .text em {
  font-size: 115%;
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .panels .panel.active .accordion {
    color: #706257;
    background: #f0ebe4;
  }
  .con_spend .box_spend .box_tab .panels .panel.active .accordion:before {
    color: #706257;
  }
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .panels .panel.open {
    background: #f0ebe4;
  }
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .panels .panel.open .accordion {
    background: #f0ebe4;
    color: #706257;
  }
  .con_spend .box_spend .box_tab .panels .panel.open .accordion:before {
    color: #706257;
  }
}
.con_spend .box_spend .box_tab .panels .panel.panel_rcm_02 .item_01 .st_md_03 .jp .num {
  right: 45%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spend .box_spend .box_tab .panels .panel.panel_rcm_02 .item_01 .st_md_03 .jp .num {
    right: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab .panels .panel.panel_rcm_02 .item_01 .st_md_03 .jp .num {
    left: 0;
  }
}
.con_spend .box_spend .box_tab .panels .panel.panel_rcm_02 .item_02 .st_md_03 .jp .num {
  right: -20% !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spend .box_spend .box_tab .panels .panel.panel_rcm_02 .item_02 .st_md_03 .jp .num {
    right: -40%;
    bottom: 0;
  }
}
.con_spend .box_spend .box_tab .panels .panel.panel_rcm_02 .item_03 .st_md_03 .jp .num {
  left: -15%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spend .box_spend .box_tab .panels .panel.panel_rcm_02 .item_03 .st_md_03 .jp .num {
    right: 0;
    left: -10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_spend .box_spend .box_tab.tab_bottom {
    margin-top: 1em;
  }
}

/* -----------------------------------------------------------
	.con_info
----------------------------------------------------------- */
.con_info {
  margin-bottom: 150px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_info {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_info {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_info {
    margin-bottom: 30px;
  }
}
.con_info:before {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 0.7em;
  width: 624px;
  height: 110px;
  background-image: url(../gake_cafe/images/bg_info-wave.png);
  background-repeat: repeat-x;
  background-position: 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_info:before {
    background-size: 80%;
    right: 0;
    top: -10%;
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info:before {
    top: -10%;
    width: 367px;
    height: 46px;
    background-image: url(../gake_cafe/images/bg_info-wave-sp.png);
  }
}
.con_info .wrap_info {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .con_info .wrap_info {
    width: 95%;
  }
}
.con_info .wrap_info h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_info .wrap_info h3 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .wrap_info h3 {
    margin-bottom: 1em;
  }
}
.con_info .wrap_info .tbl_primary {
  font-size: 129%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_info .wrap_info .tbl_primary {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .wrap_info .tbl_primary {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_info .wrap_info .tbl_primary {
    width: 95%;
    margin: auto;
  }
}
.con_info .wrap_info .tbl_primary tr th {
  background: #e0f0f6;
}

/* -----------------------------------------------------------
	.con_insta
----------------------------------------------------------- */
.con_insta {
  text-align: center;
  position: relative;
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_insta {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_insta {
    margin-bottom: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_insta {
    margin-top: 110px;
  }
}
.con_insta:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 720px;
  height: 98px;
  background-image: url(../gake_cafe/images/bg_insta-wave.png);
  background-repeat: repeat-x;
  background-position: 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_insta:before {
    width: 45%;
    background-size: 100%;
    top: -10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_insta:before {
    top: -10%;
    width: 337px;
    height: 39px;
    background-image: url(../gake_cafe/images/bg_insta-wave-sp.png);
  }
}
.con_insta h3 {
  position: relative;
  z-index: 1;
}
.con_insta .txt_insta {
  line-height: 1.7;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_insta .txt_insta {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_insta .txt_insta {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_insta .txt_insta {
    text-align: left;
  }
}
.con_insta .img_insta {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_insta .img_insta {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .con_insta .img_insta {
    margin-bottom: 1.5em;
  }
}
