@charset "UTF-8";
/* version */
@import url(common.css);
@font-face {
  font-family: 'Yu Gothic';
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: 'Yu Gothic';
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: 'Yu Gothic';
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: 'Yu Gothic';
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: 'Yu Gothic';
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
@font-face {
  font-family: 'epress';
  src: url("fonts/icomoon.eot?uvj346");
  src: url("fonts/icomoon.eot?uvj346#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?uvj346") format("truetype"), url("fonts/icomoon.woff?uvj346") format("woff"), url("fonts/icomoon.svg?uvj346#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 62.5%;
}

body {
  background: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.8em;
  line-height: 1.4;
  color: #000000;
}

figure {
  margin: 0;
  text-align: center;
}
figure figcaption {
  margin-top: 0.5em;
  text-align: left;
}

a {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
.highlight a {
  color: #000000;
}
.highlight a:hover {
  color: #000000;
}

img {
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}

address {
  font-style: normal;
}

p {
  margin: 0.5em 0 1em;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin: 0 0 1em;
  padding: 0 0 0 2.5em;
  line-height: 1.6;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0.5em 0;
  padding-left: 2em;
}
ul ul:last-child,
ul ol:last-child,
ol ul:last-child,
ol ol:last-child {
  margin-bottom: 0.5em;
}

ul.list-unstyled {
  padding-left: 0;
  list-style: none;
}
ul.list-unstyled ul,
ul.list-unstyled ol {
  padding-left: 2em;
}

ul.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -7px;
  font-size: 0px;
  font-size: 0rem;
  margin-bottom: 16px;
}
ul.list-inline > li {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1.6rem;
}

dl {
  margin: 0 0 1em;
  line-height: 1.6;
}
dl:last-child {
  margin-bottom: 0;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 0;
  margin-bottom: 0.5em;
}
dl dd:last-child {
  margin-bottom: 0;
}

main {
  overflow: hidden;
}
main section {
  margin-bottom: 10%;
}
@media (max-width: 767px) {
  main section {
    padding: 0 5%;
  }
}
main section.highlight:last-child {
  margin-bottom: 0;
  padding-bottom: 10%;
}

.highlight {
  padding: 4% 0;
  background: #ebf4e5;
  color: #000000;
}
@media (max-width: 767px) {
  .highlight {
    padding: 5%;
  }
}

.container.container-fluid {
  padding: 0;
  max-width: none;
}

a.banner {
  display: block;
}
a.banner img {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  background-color: rgba(255, 255, 255, 0.01);
  max-width: none;
}
a.banner:hover img {
  opacity: 0.7;
}
a.banner.white {
  background: #fff;
}
a.banner.black {
  background: #000;
}
a.banner.primary {
  background: #6ecfa5;
}

#swipebox-overlay {
  z-index: 10000002 !important;
}

.fb-page {
  font-family: 'lucida grande', tahoma, verdana, arial, 'hiragino kaku gothic pro', 'meiryo', 'ms pgothic', sans-serif !important;
}

.rss_reader_headline {
  font-family: "-apple-system", "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

.crumbs_area {
  position: relative;
  margin-bottom: 2.7em;
}
@media (max-width: 767px) {
  .crumbs_area {
    margin-bottom: 1.5em;
  }
}
.crumbs_area ul {
  overflow: hidden;
  padding-left: 0;
}
.crumbs_area ul li {
  display: inline-block;
  float: left;
}
.crumbs_area ul li:not(:last-child):after {
  content: '>';
  margin: 0 0.5em;
}


@media (max-width: 767px) {
  .tile:not(.sp-tile) > * {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  p {
    margin: 0.5em 0 1em;
  }

  dl.dl-horizontal {
    overflow: hidden;
  }
  dl.dl-horizontal dt {
    float: left;
    clear: left;
    margin-right: 1em;
  }
  dl.dl-horizontal dd {
    float: left;
  }
	
	
.container{
	margin: 0 auto;
	width: 1100px;
	@media (max-width: 1100px) {
		width: 100%;
	}
}

.container img {
    max-width: 100%;
}

  main section {
    margin-bottom: 5%;
  }
  main section:last-child {
    margin-bottom: 7%;
  }
  main section.highlight:last-child {
    margin-bottom: 0;
    padding-bottom: 7%;
  }
}

.col img {
    max-width: 100%;
}

@media (min-width: 768px) {
	    .col {
        float: left;
    }
}

@media (min-width: 768px) {
	 .gutters .col:first-child {
        margin-left: 0;
    }
	    .gutters .col {
        margin-left: 2%;
    }
}

@media (min-width: 768px) {
  .row {
    letter-spacing: -0.4em;
  }
  .row > .col {
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
    float: none;
  }
  .row .span_1{
    width: 6.5%;
  }
  .row .span_2{
    width: 15%;
  }
  .row .span_3{
    width: 23.5%;
  }
  .row .span_4{
   	width: 32%;
  }
  .row .span_5 {
    width: 40.5%;
  }
  .row .span_6{
    width: 49%;
  }
  .row .span_7 {
    width: 57.5%;
  }
  .row .span_8 {
    width: 66%;
  }
  .row .span_9 {
    width: 74.5%;
  }
  .row .span_10 {
    width: 83%;
  }
  .row .span_11 {
    width: 91.5%;
  }
  .row .span_12 {
    width: 100%;
  }
}



#fixedTop {
		right: 10px;
		bottom: 75px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		color: #fff;
		font-size: 20px;
		text-align: center;
		background: #6ecfa5;
		position: fixed;
		z-index: 9999;
		border-radius: 5px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		transform: scale(0);
		text-decoration: none;
	}
	#fixedTop:hover {
		opacity: 0.8;
	}
	#fixedTop.show {
		transform: scale(1);
		-webkit-transform: translateZ(0);
		text-decoration: none;
	}


@media (min-width: 767px) {
	#fixedTop {
		right: 10px;
		bottom: 10px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		color: #fff;
		font-size: 20px;
		text-align: center;
		background: #6ecfa5;
		position: fixed;
		z-index: 9999;
		border-radius: 5px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		transform: scale(0);
		text-decoration: none;
	}
	#fixedTop:hover {
		opacity: 0.8;
	}
	#fixedTop.show {
		transform: scale(1);
		-webkit-transform: translateZ(0);
		text-decoration: none;
	}
}

@media (max-width: 767px) {
  #fixedTop {
		bottom:85px;
	}
}


@media (max-width: 570px) {
  #fixedTop {
		bottom: 12%;
	}
}

@media (max-width: 520px) {
  #fixedTop {
		bottom: 10%;
	}
}

@media (max-width: 400px) {
  #fixedTop {
		bottom: 7%;
	}
}



.pagetop {
		display: none;
	}

@media (min-width: 768px) {
	.pagetop {
		display: none;/*最初は隠す*/
		height: 50px;
		width: 50px;
		position: fixed;
		right: 30px;
		bottom: 30px;
		background: #6ecfa5;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 2;
	}
}


@media (min-width: 768px) {
	.pagetop__arrow {
		height: 10px;
		width: 10px;
		border-top: 3px solid #ffffff;
		border-right: 3px solid #ffffff;
		transform: translateY(20%) rotate(-45deg);
	}
}


footer {
  position: relative;
  color: #2c2003;
	background: #d1f8e7;
}
footer a {
  color: #2c2003;
}
footer a:hover {
  color: #2c2003;
}
footer .ftr_contact address dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
}
footer .ftr_contact address dt {
  font-weight: normal;
}
footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer nav ul li + li {
  border-top: 1px solid #2c2003;
}
footer nav a {
  display: block;
  padding: 1em 1em;
  text-decoration: none;
  text-align: center;
}
footer nav a:hover {
  text-decoration: underline;
}
footer .copyright p {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
footer .pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 100;
}
footer .pagetop a {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border-radius: 50%;
  background: #6ecfa5;
}
footer .pagetop object {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 12px;
  margin-left: -9px;
  margin-top: -6px;
  pointer-events: none;
}
footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.pagetop:after {
  height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

@media (min-width: 768px) {
  footer {
    padding: 40px 0;
  }
  footer .row:not(:last-child) {
    margin-bottom: 15px;
  }
  footer .ftr_contact address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2em;
  }
  footer .ftr_contact address dl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  footer .ftr_contact address dl:first-child {
    margin-right: 1em;
  }
  footer nav {
    text-align: center;
  }
  footer nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0px;
    font-size: 0rem;
  }
  footer nav ul > li {
    display: inline;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    font-size: 16px;
    font-size: 1.6rem;
  }
  footer nav ul li {
    line-height: 1.5;
  }
  footer nav ul li + li {
    border: 0;
  }
  footer nav ul li:not(:first-child):before {
    content: '|';
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
  footer nav a {
    display: inline;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer nav ul li.tablet-break:after {
    content: '\A';
    white-space: pre;
  }
  footer nav ul li.tablet-break + li:before {
    display: none;
  }
}
@media (min-width: 1024px) {
  footer nav ul li.pc-break:after {
    content: '\A';
    white-space: pre;
  }
  footer nav ul li.pc-break + li:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .copyright {
    padding-bottom: 15%;
  }
footer .row {
    margin-bottom: 0% !important;
  }
}

.wide_image img {
  width: 100%;
  vertical-align: top;
}

@media (min-width: 768px) {
  .wide_image div {
    margin: 0 auto;
  }
}
main h1, main .title1 {
  position: relative;
  margin: 0 0 3em 0;
  padding: 4em 4em 4em 4em;
  background: #6ecfa5;
  background-attachment: fixed;
  /*画面からの相対位置（背景固定）*/
  text-align: center;
  color: #ffffff;
  line-height: 1;
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
}
main h1 small, main h1 span, main .title1 small, main .title1 span {
  display: block;
  padding-top: 0.4em;
  color: #ffffff;
  font-size: 24px;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  main h1, main .title1 {
    padding: 2em 2em 2em 2em;
    font-size: 22px;
    font-size: 2.2rem;
  }
  main h1 small, main h1 span, main .title1 small, main .title1 span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

h2, .title2 {
  position: relative;
  margin: 0 0 1em 0;
  padding: 0;
  text-align: center;
  line-height: 1.4;
  color: #6ecfa5;
  text-shadow: 0.1em 0.1em 0.1em #e1e1e1;
  font-weight: bold;
  font-size: 48px;
  font-size: 4.8rem;
}
h2 small, h2 span, .title2 small, .title2 span {
  display: block;
  padding-top: 0em;
  font-size: 16px;
  font-size: 1.6rem;
  color: #51b340;
}
h2:after, .title2:after {
  content: '';
  display: block;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 60px;
  height: 2px;
  margin: 0.5em auto;
  background: #6ecfa5;
}
h2:before, .title2:before {
  content: none;
}
.highlight h2 small, .highlight h2 span, .highlight .title2 small, .highlight .title2 span {
  color: #6ecfa5;
}
@media (max-width: 767px) {
  h2, .title2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  h2 small, h2 span, .title2 small, .title2 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

h3 {
  font-size: 32px;
  font-size: 3.2rem;
  position: relative;
  padding: 0.2em 1em;
  margin: 0 0 0.5em 0;
  background: #6ecfa5;
  color: #fff;
  letter-spacing: 24px;
  line-height: 24px;
  font-weight: bold;
  border-radius: 30px;
}
h3 small, h3 span {
  padding-left: 5px;
  color: #51b340;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}

h3::before,
h3::after {
  content: none;
}

h3::before {
  content: none;
}

h4 {
  position: relative;
  margin: 0 0 0.5em;
  padding: 0 0 0 0.7em;
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
}
h4:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 2px;
  margin: auto;
  background: #6ecfa5;
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

table {
  margin: 0 auto;
}
table th,
table td {
  padding: 0.8em 1em;
}
table th {
  text-align: center;
  font-weight: normal;
}
table td {
  word-break: break-all;
}

.table-default {
  width: 100%;
}
.table-default caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.table-default th,
.table-default td {
  border: 1px solid #cccccc;
}
.table-default th {
  background: #51b340;
  color: #ffffff;
}
.table-default td {
  background: rgba(255, 255, 255, 0.4);
}

@media (min-width: 768px) {
  .table-default caption {
    font-size: 20px;
    font-size: 2rem;
  }
}
.table-menu {
  width: 100%;
}
.table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.table-menu th,
.table-menu td {
  padding: 0.8em 1em;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.table-menu tbody th {
  text-align: left;
}
.table-menu td:last-child {
  text-align: right;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .table-menu caption {
    font-size: 20px;
    font-size: 2rem;
  }
}
.table-schedule {
  width: 100%;
}
.table-schedule caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.table-schedule th,
.table-schedule td {
  border: 1px solid #cccccc;
  padding: 5px;
  text-align: center;
}
.table-schedule thead th {
  background: #51b340;
  color: #ffffff;
}
.table-schedule tbody th {
  background: #6fc660;
}
.table-schedule td {
  background: #ffffff;
}

@media (min-width: 768px) {
  .table-schedule caption {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }
  .responsive-stack thead {
    display: none;
  }
  .responsive-stack tbody,
  .responsive-stack tr,
  .responsive-stack th,
  .responsive-stack td {
    display: block;
  }
  .responsive-stack th,
  .responsive-stack td {
    width: 100% !important;
  }
  .responsive-stack tr:not(:last-child) th,
  .responsive-stack tr:not(:last-child) td {
    border-bottom: 0;
  }
  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .responsive-list {
    display: block;
  }
  .responsive-list thead {
    display: none;
  }
  .responsive-list tbody,
  .responsive-list tr,
  .responsive-list th,
  .responsive-list td {
    display: block;
  }
  .responsive-list tr:not(:last-child) td {
    border-bottom: 0;
  }
  .responsive-list td {
    position: relative;
    padding-left: 40%;
    white-space: normal;
    text-align: left;
  }
  .responsive-list td:first-child {
    border-bottom: 0;
  }
  .responsive-list td:last-child {
    border-top: 0;
  }
  .responsive-list td:not(:first-child):not(:last-child) {
    border-top: 0;
    border-bottom: 0;
  }
  .responsive-list td:before {
    content: attr(data-title);
    position: absolute;
    top: 6px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: normal;
    text-align: left;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .responsive-scroll-container {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .responsive-scroll-container .responsive-scroll-inner {
    width: 798px;
    padding: 0 15px 15px;
  }
  .responsive-scroll-container table {
    width: 768px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  table.combine tbody tr:last-child th,
  table.combine tbody tr:last-child td {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child) {
    margin-bottom: 1em;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure {
    overflow: hidden;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption {
    float: right;
    width: 66%;
    margin-top: 0;
    vertical-align: middle;
  }
  .sp_image_cols.sp_col2 .col {
    width: 49%;
  }
  .sp_image_cols.sp_col2 .col:nth-child(odd) {
    clear: both;
    float: left;
  }
  .sp_image_cols.sp_col2 .col:nth-child(even) {
    float: right;
  }
  .sp_image_cols.sp_col3 .col {
    float: left;
    width: 32%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n + 1) {
    clear: both;
    margin-right: 2%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n) {
    float: right;
  }

  .sp_image_left {
    overflow: hidden;
  }
  .sp_image_left .col:first-child {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_left .col:last-child {
    float: none;
  }

  .sp_image_right {
    overflow: hidden;
  }
  .sp_image_right .col:first-child {
    display: inline-block;
    float: right;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_right .col:last-child {
    float: none;
  }
}

.shopinfo figure {
  max-width: 80%;
  margin: 0 auto;
}
.shopinfo address {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-style: normal;
}
.shopinfo dl {
  margin: 2em 0;
  line-height: 1.4;
}
.shopinfo dl:first-child {
  margin-top: 0;
}
.shopinfo dl dt {
  margin: 0 0 0.2em 0;
  font-weight: normal;
}
.shopinfo dl dt:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 3px;
  margin-right: 0.3em;
  vertical-align: middle;
  background: #6ecfa5;
}
.shopinfo dl dd {
  margin: 0 0 0.5em 1em;
  padding: 0;
}
.shopinfo .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}
.shopinfo .map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shopinfo .map_container + p {
  margin-top: 2em;
}

.map_wide {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}
.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.scroll .googlemap {
  pointer-events: none;
}

@media (min-width: 768px) {
  .shopinfo figure {
    max-width: 100%;
  }
  .shopinfo address {
    margin-bottom: 15px;
    text-align: left;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
  }
  .shopinfo dl.dl-horizontal {
    margin: 10px 0;
  }
  .shopinfo dl.dl-horizontal dd {
    margin-bottom: 0.3em;
  }
  .shopinfo .span12 .map_container {
    padding-top: 50%;
  }

  .map_wide {
    padding-top: 420px;
  }
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.lead {
  color: #6ecfa5;
  font-size: 20px;
  font-size: 2rem;
}

.text-xxlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 20px;
  font-size: 2rem;
}

.text-large {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 10px;
  font-size: 1rem;
}

.text-white {
  color: #ffffff !important;
}
.text-white a {
  color: #ffffff !important;
}

.text-black {
  color: #000000 !important;
}
.text-black a {
  color: #000000 !important;
}

.text-red {
  color: #ff0000 !important;
}
.text-red a {
  color: #ff0000 !important;
}

.text-primary {
  color: #6ecfa5 !important;
}
.text-primary a {
  color: #6ecfa5 !important;
}

.text-shadow,
.text-shadow-white {
  text-shadow: 1px 1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff;
}

.text-shadow-thin,
.text-shadow-white-thin {
  text-shadow: 0 0 1px #fff;
}

.text-shadow-bold,
.text-shadow-white-bold {
  text-shadow: 2px 2px 3px #fff, 2px -2px 3px #fff, -2px 2px 3px #fff, -2px -2px 3px #fff, 0 2px 3px #fff, 0 -2px 3px #fff, 2px 0 3px #fff, -2px 0 3px #fff;
}

.text-shadow-black {
  text-shadow: 1px 1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000;
}

.text-shadow-black-thin {
  text-shadow: 0 0 1px #000;
}

.text-shadow-black-bold {
  text-shadow: 2px 2px 3px #000, 2px -2px 3px #000, -2px 2px 3px #000, -2px -2px 3px #000, 0 2px 3px #000, 0 -2px 3px #000, 2px 0 3px #000, -2px 0 3px #000;
}

.text-shadow-primary {
  text-shadow: 1px 1px 1px #6ecfa5, 1px -1px 1px #6ecfa5, -1px 1px 1px #6ecfa5, -1px -1px 1px #6ecfa5;
}

.text-shadow-primary-thin {
  text-shadow: 0 0 1px #6ecfa5;
}

.text-shadow-primary-bold {
  text-shadow: 2px 2px 1px #6ecfa5, 2px -2px 1px #6ecfa5, -2px 2px 1px #6ecfa5, -2px -2px 1px #6ecfa5, 0 2px 1px #6ecfa5, 0 -2px 1px #6ecfa5, 2px 0 1px #6ecfa5, -2px 0 1px #6ecfa5;
}

.text-outline,
.text-outline-white {
  text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff;
}

.text-outline-bold,
.text-outline-white-bold {
  text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff;
}

.text-outline-black {
  text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 0 0 #000, -1px 0 0 #000;
}

.text-outline-black-bold {
  text-shadow: 2px 2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 2px 0 0 #000, -2px 0 0 #000;
}

.text-outline-primary {
  text-shadow: 1px 1px 0 #6ecfa5, 1px -1px 0 #6ecfa5, -1px 1px 0 #6ecfa5, -1px -1px 0 #6ecfa5, 0 1px 0 #6ecfa5, 0 -1px 0 #6ecfa5, 1px 0 0 #6ecfa5, -1px 0 0 #6ecfa5;
}

.text-outline-primary-bold {
  text-shadow: 2px 2px 0 #6ecfa5, 2px -2px 0 #6ecfa5, -2px 2px 0 #6ecfa5, -2px -2px 0 #6ecfa5, 0 2px 0 #6ecfa5, 0 -2px 0 #6ecfa5, 2px 0 0 #6ecfa5, -2px 0 0 #6ecfa5;
}

@media (max-width: 767px) {
  .text-outline-bold {
    text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff;
  }
  .text-outline-bold.text-xxlarge {
    text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff;
  }

  .text-outline-black-bold {
    text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 0 0 #000, -1px 0 0 #000;
  }
  .text-outline-black-bold.text-xxlarge {
    text-shadow: 2px 2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 2px 0 0 #000, -2px 0 0 #000;
  }

  .text-outline-primary-bold {
    text-shadow: 1px 1px 0 #6ecfa5, 1px -1px 0 #6ecfa5, -1px 1px 0 #6ecfa5, -1px -1px 0 #6ecfa5, 0 1px 0 #6ecfa5, 0 -1px 0 #6ecfa5, 1px 0 0 #6ecfa5, -1px 0 0 #6ecfa5;
  }
  .text-outline-primary-bold.text-xxlarge {
    text-shadow: 2px 2px 0 #6ecfa5, 2px -2px 0 #6ecfa5, -2px 2px 0 #6ecfa5, -2px -2px 0 #6ecfa5, 0 2px 0 #6ecfa5, 0 -2px 0 #6ecfa5, 2px 0 0 #6ecfa5, -2px 0 0 #6ecfa5;
  }
}
@media (max-width: 767px) {
  .sp-hide,
  .pc-only,
  .tablet-only {
    display: none !important;
  }

  .sp-text-center {
    text-align: center !important;
  }

  .sp-text-left {
    text-align: left !important;
  }

  .sp-text-right {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .lead {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .text-xxlarge {
    font-size: 36px;
    font-size: 3.6rem;
  }

  .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }

  .text-small {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .text-xsmall {
    font-size: 10px;
    font-size: 1rem;
  }

  .pc-hide,
  .sp-only {
    display: none !important;
  }

  .pc-text-center {
    text-align: center !important;
  }

  .pc-text-left {
    text-align: left !important;
  }

  .pc-text-right {
    text-align: right !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}
@media (max-width: 1099px) {
  .sp-hide02,
  .pc-only02,
  .tablet-only02 {
    display: none !important;
  }
}
@media (min-width: 1100px) {
  .pc-hide02,
  .sp-only02 {
    display: none !important;
  }
}
@media (max-width: 749px) {
  .sp-hide03,
  .pc-only03,
  .tablet-only03 {
    display: none !important;
  }
}
@media (min-width: 750px) {
  .pc-hide03,
  .sp-only03 {
    display: none !important;
  }
}
.round-small {
  border-radius: 4px;
}

.round,
.round-medium {
  border-radius: 12px;
}

.round-large {
  border-radius: 28px;
}

.circle {
  border-radius: 50%;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}


.inverse a:not(.button),
.inverse h2,
.inverse h3,
.inverse h4,
.inverse p {
  color: #ffffff;
}
.inverse h2:after {
  background: #ffffff;
}
.inverse h2 small,
.inverse h2 span {
  color: #ffffff;
}


.main_visual {
  margin-bottom: 0
  /*@media (min-width: $header_break_point) {
    margin-bottom: $header_height;
  }*/
}

.mb0 {
  margin-bottom: 0 !important;
}

@media (min-width: 1100px) {
  .slider-pro.wide {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
  }

  .slider-pro.wide.slider-done {
    position: absolute;
  }
}


/*-----------------スペース-----------------*/
.spacer {
  margin-bottom: 10px;
}

.spacer_t_5 {
  margin-top: 5px;
}

.spacer_t_10 {
  margin-top: 10px;
}

.spacer_t_15 {
  margin-top: 15px;
}

.spacer_t_20 {
  margin-top: 20px;
}

.spacer_t_26 {
  margin-top: 26px;
}

.spacer_t_21 {
  margin-top: 10px;
}

.spacer_t_30 {
  margin-top: 30px;
}

.spacer_t_40 {
  margin-top: 40px;
}

.spacer_t_50 {
  margin-top: 50px;
}

.spacer_t_60 {
  margin-top: 60px;
}

.spacer_t_70 {
  margin-top: 70px;
}

.spacer_5 {
  margin-bottom: 5px;
}

.spacer_7 {
  margin-bottom: 7px;
}

.spacer_10 {
  margin-bottom: 10px;
}

.spacer_20 {
  margin-bottom: 20px;
}

.spacer_30 {
  margin-bottom: 30px;
}

.spacer_40 {
  margin-bottom: 40px;
}

.spacer_50 {
  margin-bottom: 50px;
}

.spacer_60 {
  margin-bottom: 60px;
}

.spacer_70 {
  margin-bottom: 70px;
}

.spacer_80 {
  margin-bottom: 80px;
}

.spacer_90 {
  margin-bottom: 90px;
}

.spacer_100 {
  margin-bottom: 100px;
}

.m_5 {
  margin: 5px;
}

.m_10 {
  margin: 10px;
}

.m_20 {
  margin: 20px;
}

.l_5 {
  margin-left: 5px;
}

.l_10 {
  margin-left: 10px;
}

.l_20 {
  margin-left: 20px;
}

.l_30 {
  margin-left: 30px;
}

.l_40 {
  margin-left: 40px;
}

.l_50 {
  margin-left: 50px;
}

.l_60 {
  margin-left: 60px;
}

.r_3 {
  margin-right: 3px;
}

.r_5 {
  margin-right: 5px;
}

.r_10 {
  margin-right: 10px;
}

.r_16 {
  margin-right: 16px;
}

.r_20 {
  margin-right: 20px;
}

.r_30 {
  margin-right: 30px;
}

.r_40 {
  margin-right: 40px;
}

.r_50 {
  margin-right: 50px;
}

.r_60 {
  margin-right: 60px;
}

.r_70 {
  margin-right: 70px;
}

.f_10 {
  font-size: 10px;
}

.f_11 {
  font-size: 11px;
}

.f_12 {
  font-size: 12px;
}

.f_13 {
  font-size: 13px;
}

.f_14 {
  font-size: 14px;
}

.f_15 {
  font-size: 15px;
}

.f_16 {
  font-size: 16px;
}

.f_17 {
  font-size: 17px;
}

.f_18 {
  font-size: 18px;
}

.f_19 {
  font-size: 19px;
}

.f_20 {
  font-size: 20px;
}

.f_24 {
  font-size: 24px;
}

.f_30 {
  font-size: 30px;
  line-height: 36px;
}

.f_36 {
  font-size: 36px;
}

.f_40 {
  font-size: 40px;
}

.f_b {
  font-weight: bold;
}

.t_l {
  text-align: left;
}

.t_r {
  text-align: right;
}

.t_c {
  text-align: center;
}

.text-shadow_b {
  text-shadow: black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
}

.text-shadow_w {
  text-shadow: #ffffff 2px 0px 2px, #ffffff -2px 0px 2px, #ffffff 0px -2px 2px, #ffffff -2px 0px 2px, #ffffff 2px 2px 2px, #ffffff -2px 2px 2px, #ffffff 2px -2px 2px, #ffffff -2px -2px 2px, #ffffff 1px 2px 2px, #ffffff -1px 2px 2px, #ffffff 1px -2px 2px, #ffffff -1px -2px 2px, #ffffff 2px 1px 2px, #ffffff -2px 1px 2px, #ffffff 2px -1px 2px, #ffffff -2px -1px 2px, #ffffff 1px 1px 2px, #ffffff -1px 1px 2px, #ffffff 1px -1px 2px, #ffffff -1px -1px 2px;
}

.text-shadow_w2 {
  text-shadow: #ecd3b9 2px 0px 2px, #ecd3b9 -2px 0px 2px, #ecd3b9 0px -2px 2px, #ecd3b9 -2px 0px 2px, #ecd3b9 2px 2px 2px, #ecd3b9 -2px 2px 2px, #ecd3b9 2px -2px 2px, #ecd3b9 -2px -2px 2px, #ecd3b9 1px 2px 2px, #ecd3b9 -1px 2px 2px, #ecd3b9 1px -2px 2px, #ecd3b9 -1px -2px 2px, #ecd3b9 2px 1px 2px, #ecd3b9 -2px 1px 2px, #ecd3b9 2px -1px 2px, #ecd3b9 -2px -1px 2px, #ecd3b9 1px 1px 2px, #ecd3b9 -1px 1px 2px, #ecd3b9 1px -1px 2px, #ecd3b9 -1px -1px 2px;
}

.text-shadow_w3 {
  text-shadow: #7459031 1px 10px, #7459031 1px 10px, #7459031 -1px 10px, #7459031 -1px 10px;
}

.box-shadow_bg1 {
  box-shadow: #ece5d5 -15px 15px 0px 0;
}

.box-shadow_bg2 {
  box-shadow: #ece5d5 15px 15px 0px 0;
}

.news_bg2 {
  background: #6ecfa5;
  padding: 5% 0;
  color: #FFF;
}

.news_bg2 a {
  color: #FFF;
}

.news_bg2 h2 {
  color: #FFF;
}

.top_circle_bg {
  max-width: 600px;
  margin: 1.5em auto;
}

.w_100 {
  width: 100%;
}

.box_bg {
  padding: 2%;
  border: 1px solid #6ecfa5;
}

.in_ico {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .l_30 {
    margin-left: 30px;
  }

  .r_30 {
    margin-right: 30px;
  }
}


.sticky_footer {
  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;
  height: 120px;
  margin: 0;
}
.sticky_footer .reservation {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .sticky_footer .reservation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sticky_footer .reservation li {
    margin: 0 10px;
  }
  .sticky_footer .reservation li:last-child {
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .sticky_footer .reservation li:last-child {
    margin-top: 10px;
  }
  .sticky_footer .reservation .tel {
    margin-left: 0.5em;
    vertical-align: middle;
  }
}
.sticky_footer.fixed .reservation {
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: -1px;
  width: 100%;
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid #6ecfa5;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .sticky_footer.fixed .reservation {
    padding: 10px 0;
  }
}

.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  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);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.effect i {
  height: 120px;
  padding: 20px;
  font-size: 100px;
  -webkit-transition: .8s;
          transition: .8s;
}

.effect img {
  margin: auto;
  -webkit-transition: .8s;
          transition: .8s;
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}


#FixedBnr {
  position: relative;
  z-index: 9999;
  position: fixed;
  right: 0;
  top: 200px;
}

@media (max-width: 1000px) {
  #FixedBnr {
    display: none;
  }
}
#FixedBnr2 {
  position: relative;
  z-index: 9999;
  position: fixed;
  right: 0;
  top: 400px;
}

@media (max-width: 1000px) {
  #FixedBnr2 {
    display: none;
  }
}
.add_arrow.pop_icon:after {
  content: "";
  background: url(../img/blank_ico.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 50%;
  right: 5%;
  margin: auto;
  width: 20px;
  height: 15px;
  border: 0 !important;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: none;
          transition: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
.wpcf7 .ajax-loader {
  display: none;
}

.wpcf7 .wpcf7-spinner {
  display: none;
}

.font-bold {
  font-weight: bold;
}

.font_color_primary {
  color: #6ecfa5;
}

.font_red {
  color: #e71e28;
}

.item_img {
  border: 1px solid #ccc;
}

.img a:hover {
  opacity: 0.7;
}

.img-radius {
  border-radius: 30;
}



/* スクロールボタン */
.slide_scroll {
  display: block;
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: auto;
  bottom: 5%;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  padding-top: 18px;
  border-radius: 50%;
  background: rgba(62, 172, 201, 0.8);
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
}

.slide_scroll:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: auto;
  bottom: 12px;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

@media (max-width: 1499px) and (orientation: landscape) {
  .slide_scroll {
    display: none;
  }
}
.slide_scroll {
  width: 70px;
  height: 70px;
  padding-top: 20px;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  background: rgba(7, 104, 172, 0.6);
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.slide_scroll a:hover {
  color: #fff !important;
}

.slide_scroll:after {
  bottom: 20px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.main_visual a:hover {
  color: #fff !important;
}

@media (max-width: 1499px) {
  .slide_scroll {
    display: none;
  }
}
/*アニメーション要素のスタイル*/
.animation {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
          transition: 1s;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}

/*アニメーション要素までスクロールした時のスタイル*/
.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.left h2 {
  position: relative;
  text-align: left;
}

.left h2:after, .highlight .left h2:after {
  content: '';
  display: block;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin: 0.5em 0 !important;
  background: #6ecfa5;
}

.left h2:before {
  content: none;
}

@media (max-width: 767px) {
  .left h2 {
    position: relative;
    margin: 0 0 1.5em;
    padding: 0;
    text-align: center !important;
    display: block;
  }

  .left h2:after, .highlight .left h2:after {
    content: '';
    display: block;
    margin: 0.5em auto !important;
    background: #6ecfa5;
  }
}
/*---br管理--*/
/*---スマホ時改行--*/
@media screen and (max-width: 480px) {
  .pc-br {
    display: none;
  }

  /*パソコンのみ表示*/
  .tb-br {
    display: none;
  }

  /*タブレットのみ表示*/
  .sp-br {
    display: block;
  }

  /*スマホのみ表示*/
}
/*---タブレット時改行--*/
@media screen and (min-width: 481px) and (max-width: 1020px) {
  .pc-br {
    display: none;
  }

  .tb-br {
    display: block;
  }

  .sp-br {
    display: none;
  }
}
/*---PC時改行--*/
@media screen and (min-width: 1021px) {
  .pc-br {
    display: block;
  }

  .tb-br {
    display: none;
  }

  .sp-br {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 1020px) {
  .pc-br {
    display: none;
  }

  .tb-br {
    display: block;
  }

  .sp-br {
    display: none;
  }
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
.row:not(:last-child) {
  margin-bottom: 6%;
}
@media (max-width: 767px) {
  .row:not(:last-child) {
    margin-bottom: 10%;
  }
}


/*-----------------ボタン-----------------*/
.add_arrow {
  position: relative;
}
.add_arrow:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 6%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #2c2003;
  border-right: 2px solid #2c2003;
  transform: rotate(45deg);
	transition: 0.3s;
	@media (max-width: 767px) {
		right: 7%;
		width: 8px;
  		height: 8px;
	}
}
.add_arrow:after {
  	content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 3%;
  width: 30px;
  height: 30px;
  border: 2px solid #2c2003;
  border-radius: 50%;
	transition: 0.3s;
	@media (max-width: 767px) {
		right: 4%;
		width: 24px;
  		height: 24px;
	}
}
.add_arrow:hover {
  border-color: #51b340;
  color: #2c2003;
  background: #51b340;
}
.add_arrow:hover:before {
  right: 7%;
	@media (max-width: 767px) {
		right: 8%;
	}
  border-color: #2c2003;
}
.add_arrow:hover:after {
  right: 4%;
	@media (max-width: 767px) {
		right: 5%;
	}
  border-color: #2c2003;
}

.add_arrow2 {
  position: relative;
}
.add_arrow2:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 5.5%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #2c2003;
  border-right: 2px solid #2c2003;
  transform: rotate(45deg);
	transition: 0.3s;
	@media (max-width: 767px) {
		border-top: 1px solid #2c2003;
  		border-right: 1px solid #2c2003;
		right: 8%;
		width: 4px;
  		height: 4px;
	}
	@media (max-width: 568px){
		right: 8%;
		width: 3px;
  		height: 3px;
	}
}
.add_arrow2:after {
  	content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 3%;
  width: 20px;
  height: 20px;
  border: 2px solid #2c2003;
  border-radius: 50%;
	transition: 0.3s;
	@media (max-width: 767px) {
		border: 1px solid #2c2003;
		right: 5%;
		width: 12px;
  		height: 12px;
	}
	@media (max-width: 568px){
		right: 5%;
		width: 8px;
  		height: 8px;
	}
}
.add_arrow2:hover {
  border-color: #51b340;
  color: #2c2003;
  background: #51b340;
}
.add_arrow2:hover:before {
  right: 7%;
	@media (max-width: 767px) {
		right: 8%;
	}
  border-color: #2c2003;
}
.add_arrow2:hover:after {
  right: 4%;
	@media (max-width: 767px) {
		right: 5%;
	}
  border-color: #2c2003;
}

.add_arrow3 {
  position: relative;
}
.add_arrow3:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 5.5%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
	transition: 0.3s;
	@media (max-width: 767px) {
		right: 7%;
		width: 8px;
  		height: 8px;
	}
}
.add_arrow3:after {
  	content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 3%;
  width: 30px;
  height: 30px;
  border: 2px solid #ffffff;
  border-radius: 50%;
	transition: 0.3s;
	@media (max-width: 767px) {
		right: 4%;
		width: 24px;
  		height: 24px;
	}
}
.add_arrow3:hover {
  border-color: #51b340;
  color: #2c2003;
  background: #51b340;
}
.add_arrow3:hover:before {
  right: 7%;
	@media (max-width: 767px) {
		right: 8%;
	}
  border-color: #2c2003;
}
.add_arrow3:hover:after {
  right: 4%;
	@media (max-width: 767px) {
		right: 5%;
	}
  border-color: #2c2003;
}

.add_arrow4 {
  position: relative;
}
.add_arrow4:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 5.5%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
	transition: 0.3s;
	@media (max-width: 767px) {
		border-top: 1px solid #ffffff;
  		border-right: 1px solid #ffffff;
		right: 8%;
		width: 4px;
  		height: 4px;
	}
	@media (max-width: 568px){
		right: 8%;
		width: 3px;
  		height: 3px;
	}
}
.add_arrow4:after {
  	content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 3%;
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
	transition: 0.3s;
	@media (max-width: 767px) {
		border: 1px solid #ffffff;
		right: 5%;
		width: 12px;
  		height: 12px;
	}
	@media (max-width: 568px){
		right: 5%;
		width: 8px;
  		height: 8px;
	}
}
.add_arrow4:hover {
  border-color: #51b340;
  color: #2c2003;
  background: #51b340;
}
.add_arrow4:hover:before {
  right: 7%;
	@media (max-width: 767px) {
		right: 8%;
	}
  border-color: #2c2003;
}
.add_arrow4:hover:after {
  right: 4%;
	@media (max-width: 767px) {
		right: 5%;
	}
  border-color: #2c2003;
}

.add_arrow5 {
  position: relative;
}
.add_arrow5:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 5.5%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
	transition: 0.3s;
	@media (max-width: 767px) {
		border-top: 1px solid #2c2003;
  		border-right: 1px solid #2c2003;
		right: 8%;
		width: 4px;
  		height: 4px;
	}
	@media (max-width: 568px){
		right: 8%;
		width: 3px;
  		height: 3px;
	}
}
.add_arrow5:after {
  	content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 3%;
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
	transition: 0.3s;
	@media (max-width: 767px) {
		border: 1px solid #2c2003;
		right: 5%;
		width: 12px;
  		height: 12px;
	}
	@media (max-width: 568px){
		right: 5%;
		width: 8px;
  		height: 8px;
	}
}
.add_arrow5:hover {
  border-color: #51b340;
  color: #2c2003;
  background: #51b340;
}
.add_arrow5:hover:before {
  right: 7%;
	@media (max-width: 767px) {
		right: 8%;
	}
  border-color: #2c2003;
}
.add_arrow5:hover:after {
  right: 4%;
	@media (max-width: 767px) {
		right: 5%;
	}
  border-color: #2c2003;
}

.more {
  display: block;
  overflow: hidden;
  margin: auto;
}
.more a {
  display: block;
  border: 1px solid #00c300;
  color: #ffffff;
	font-weight: bold;
  background: #00c300;
  padding: 1.5em 1em;
  margin: 0 auto 5% auto;
	max-width: 300px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  font-size: 20px;
}
@media (min-width: 1100px) {
  .more a {
    font-size: 36px;
	max-width: 450px;
	margin: 0 auto 0 auto;
  }
}

.more a:hover {
  border: 1px solid #6ecfa5;
  color: #2c2003 !important;
  background: #6ecfa5;
}

.more2 {
  display: block;
  overflow: hidden;
  margin: auto;
}
.more2 a {
  display: block;
  border: 1px solid #f2ea08;
  color: #2c2003;
	font-weight: bold;
  background: #f2ea08;
  padding: 1.5em 1em;
  margin: 0 auto 5% auto;
	max-width: 300px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  font-size: 20px;
}
@media (min-width: 1000px) {
  .more2 a {
    font-size: 36px;
	max-width: 450px;
	margin: 0 auto 0 auto;
  }
}

.more2 a:hover {
  border: 1px solid #6ecfa5;
  color: #2c2003 !important;
  background: #6ecfa5;
}

.more3 {
	display: inline-block;
  overflow: hidden;
  margin: auto;
}
.more3 a {
  display: block;
  border: 1px solid #00c300;
  color: #ffffff;
	font-weight: bold;
  background: #00c300;
  padding: 0.7em;
  margin: 0 auto 5% auto;
	font-size: 20px;
	width: 300px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
@media (max-width: 1099px) {
  display: none;
}

.more3 a:hover {
  border: 1px solid #6ecfa5;
  color: #2c2003 !important;
  background: #6ecfa5;
}

.more4 {
	display: inline-block;
  overflow: hidden;
  margin: auto;
}
.more4 a {
  display: block;
  border: 1px solid #f2ea08;
  color: #2c2003;
	font-weight: bold;
  background: #f2ea08;
  padding: 0.7em;
  margin: 0 auto 5% auto;
	font-size: 20px;
	width: 300px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
@media (max-width: 1099px) {
  display: none;
}

.more4 a:hover {
  border: 1px solid #6ecfa5;
  color: #2c2003 !important;
  background: #6ecfa5;
}

.more_sp a {
  display: block;
	font-weight: bold;
  color: #ffffff;
  background: #00c300;
  border: 2px solid #00c300;
  padding: 1.2em 0.6em;
  margin: 0;
  border-radius: 0px;
  text-align: center;
  width: 100%;
  text-decoration: none;
  transition: .3s;
  font-size: 16px;
	@media (max-width: 568px){
		font-size: 12px;
	}
	@media (max-width: 400px){
		font-size: 10px;
	}
}

.more_sp a:hover {
  color: #2c2003;
  border: 2px solid #6ecfa5;
  background: #6ecfa5;
}

.more_sp2 a {
  display: block;
	font-weight: bold;
  color: #2c2003;
  background: #f2ea08;
  border: 2px solid #f2ea08;
  padding: 1.2em 0.6em;
  margin: 0;
  border-radius: 0px;
  text-align: center;
  width: 100%;
  text-decoration: none;
  transition: .3s;
  font-size: 16px;
	@media (max-width: 568px){
		font-size: 12px;
	}
	@media (max-width: 400px){
		font-size: 10px;
	}
}

.more_sp2 a:hover {
  color: #2c2003;
  border: 2px solid #6ecfa5;
  background: #6ecfa5;
}

.more_sp3 a {
  display: block;
	font-weight: bold;
  color: #ffffff;
  background: #004ea2;
  border: 2px solid #004ea2;
  padding: 1.2em 0.6em;
  margin: 0;
  border-radius: 0px;
  text-align: center;
  width: 100%;
  text-decoration: none;
  transition: .3s;
  font-size: 16px;
	@media (max-width: 568px){
		font-size: 12px;
	}
	@media (max-width: 400px){
		font-size: 10px;
	}
}

.more_sp3 a:hover {
  color: #2c2003;
  border: 2px solid #6ecfa5;
  background: #6ecfa5;
}


.more_img img{
	width: 100%;
	max-width: 300px;
	margin: auto;
    display: block;
}

.more_img a:hover {
	opacity: 0.7;
}

.button{
	display: block;
  position: fixed;
	width: 765px;
	margin: auto;
	left:0;
	right:0;
	bottom:0;
  cursor: pointer;
  transition: .3s;
	@media (max-width: 767px) {
		display: none;
	}
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}


.sp_res_cont {
    display: none;
}
@media (max-width: 768px){
.sp_res_cont {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-radius: 0;
	z-index: 9999;
}
}

@media (max-width: 1000px){
	.sp_res_cont a {
		width: 100%!important;
		max-width: 33.3%!important;
		z-index: 10000 !important;
		float: left;
		box-sizing: border-box;
	}
}

/*-----------------KV-----------------*/
.kv{
	position:relative;
}

.kv .meta{
	position:absolute;
	z-index: 1;
	@media (max-width: 767px) {
		margin-top: 0px;
	}
}

.kv .meta_box{
	position:absolute;
	z-index: 2;
	margin: 0 auto; /* 上下のmarginはautoである必要がある */
	width: 100%;
}

.kv .meta_box .span_4 {
        width: 32%;
	   	display: inline-block;
    }


.kv .meta_text01{
	text-align: center;
	font-size: 2vw;
	font-weight: bold;
	margin: 1.4% 0 0 0;
	@media (max-width: 767px) {
		font-size: 3.5vw;
		margin: 1.5% 0 0 0;
	}
}

.kv .meta_text02{
	text-align: center;
	font-size: 2vw;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0px 0px 10px rgba(116, 89, 3, 0.85);
	margin: 0 0 0 0;
	@media (max-width: 767px) {
		margin: 1.5% 0 0 0;
		font-size: 3.5vw;
		line-height: 1.5;
	}
}

.kv .meta_text02 span{
	font-size: 3vw;
	font-weight: bold;
	@media (max-width: 767px) {
		font-size: 6vw;
		line-height: 0.7;
	}
}

.kv .meta_text03{
	text-align: center;
	font-size: 2vw;
	font-weight: bold;
	font-family: "vdl-logog", sans-serif;
	    margin: 1.4% 0 0 3%;
	@media (max-width: 767px) {
		font-size: 3.5vw;
		margin: 1.5% 0 0 2%;
	}
	@media (max-width: 550px) {
		font-size: 3.5vw;
		margin: 1.5% 0 0 1.5%;
	}
	@media (max-width: 430px) {
		font-size: 3.5vw;
		margin: 1.5% 0 0 1.3%;
	}
	@media (max-width: 300px) {
		font-size: 3.5vw;
		margin: 1% 0 0 0;
	}
}

.kv .meta_text03 span{
	font-size: 1.5vw;
	font-weight: bold;
	@media (max-width: 767px) {
		font-size: 3.2vw;
		line-height: 0.7;
	}
}

.kv img{
	width: 100%;
}


/*-----------------ribbon-----------------*/

.ribbon{
	position:relative;
	margin-top: -16.3vw;
	padding: 4.2vw 0 0 0;
	@media (max-width: 767px) {
		padding: 1vw 0 0 0;
	}
}

.ribbon .meta{
	position:absolute;
	z-index: 1;
	 top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
	margin: auto;
	@media (max-width: 767px) {
		margin-top: 0px;
	}
}

.ribbon .meta_text01{
	text-align: center;
	font-size: 2.3vw;
	font-weight: bold;
	color: #ffffff;
	font-style: italic;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif!important;
	text-shadow:2px 2px 0 #004ea2, -2px -2px 0 #004ea2,
              -2px 2px 0 #004ea2, 2px -2px 0 #004ea2,
              0px 2px 0 #004ea2,  0-2px 0 #004ea2,
              -2px 0 0 #004ea2, 2px 0 0 #004ea2;
	@media (max-width: 767px) {
		font-size: 3vw;
		line-height: 1.5;
	}
}

.ribbon .meta_text01 span{
	font-size: 6vw;
	font-weight: bold;
	@media (max-width: 767px) {
		font-size: 7vw;
		line-height: 0.7;
	}
}

.ribbon img{
	width: 100%;
}

/*-----------------unlimited-----------------*/

.unlimited{
	position:relative;
	margin: 0 0 5% 0;
}


.unlimited .meta{
	position:absolute;
	z-index: 1;
	 top: 0;
  	bottom: 0;
  	left: 0;
	margin: 5.5% 0 0 7%;
	@media (max-width: 767px) {
		margin: 7% 0 0 7%;
	}
}

.unlimited .meta_text01{
	text-align: center;
	font-size: 8.7vw;
	font-weight: bold;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif!important;
	color: #2c2003;
	font-style: italic;
	@media (max-width: 767px) {
		font-size: 7.5vw;
	}
}

.unlimited .meta_text01 span{
	font-size: 4vw;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	display: inline-block;
  background: linear-gradient(180deg, #6bcba5 0%, #6bcba5 30%, #2275a3 72%, #0857a2 100%);
  background: -webkit-linear-gradient(-90deg, #6bcba5 0%, #6bcba5 30%, #2275a3 72%, #0857a2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	@media (max-width: 767px) {
		font-size: 4vw;
		margin-left: 3px;
	}
}

.unlimited img{
	width: 100%;
}

/*-----------------campaign-----------------*/

.campaign{
	position:relative;
	margin: 5% 0 5% 0;
}


.campaign .meta{
	position:absolute;
	z-index: 1;
	 top: 0;
	right: 0;
  	bottom: 0;
  	left: 0;
	margin: 95px 0 0 0;
	@media (max-width: 999px) {
		margin: 7.8% 0 0 0;
	}
}

.campaign .meta_text01{
	text-align: center;
	font-size: 58px;
	font-weight: bold;
	color: #ffffff;
	font-style: italic;
	@media (max-width: 999px) {
		font-size: 4.3vw;
	}
}

.unlimited img{
	width: 100%;
}


/*-----------------cve-----------------*/
.cve {
  width: 100%;
  background-color: #2c2003;
	padding: 5% 0;
}

/*-----------------ニュース-----------------*/
.news {
  width: 100%;
  background-color: #F2F2F2;
}

.news ul {
  padding: 5% 0;
}

.news li {
  list-style: none;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px dashed #cccccc;
  margin-bottom: 20px;
}

.news li samp {
  font-weight: bold;
  color: #1071B5;
  font-size: 14px;
  line-height: 20px;
  margin-right: 20px;
}

/*-----------------コンテンツ-----------------*/

.sec_1 {
	padding: 5% 0;
	background: #d1f8e7;
	@media (max-width: 767px) {
	  padding: 5% 2%;
	}
}

.sec_1 img{
	max-width: 100%;
}


.info {
	font-weight: bold;
	margin-bottom: 5%;
	@media (max-width: 767px) {
	  margin-bottom: 15%;
	}
}

.info .row{
	margin-bottom: 2%;
	@media (min-width: 768px){
		position: relative;
	}
	@media (max-width: 767px) {
	  width: 100%;
		border-right: 0px solid #a3d6c0;
	}
}

.info .span_2{
	width: 14%;
	display: inline-block;
	padding: 4% 2%;
	border-right: 1px solid #a3d6c0;
	box-sizing: content-box;
	@media (max-width: 999px) {
		padding: 6% 2%;
	}
	@media (max-width: 767px) {
	  width: 100%;
		border-right: 0px solid #a3d6c0;
	}
}

.info .span_10{
	width: 74%;
	padding: 1% 2%;
	box-sizing: content-box;
	@media (min-width: 768px){
		position: absolute;
		top: 50%;
	  transform: translate(0, -50%);
	}
	@media (max-width: 767px) {
		position: initial!important;
		transition: translate(0, 0%);
		padding: 2% 2% 4% 2%;
	  width: 100%;
	border-bottom: 1px solid #a3d6c0;
	}
}

.info .logo{
	text-align: center;
	font-size: 2vw;
	font-weight: bold;
	font-family: "vdl-logog", sans-serif;
	margin: 0 0 0 0;
	@media (max-width: 767px) {
		font-size: 5vw;
	}
}

.info .logo span{
	font-size: 1vw;
	font-weight: bold;
	@media (max-width: 767px) {
		font-size: 4vw;
		line-height: 0.7;
	}
}

/* スクロール用 */
html {
  scroll-behavior: smooth;
}

body{
	margin: 0;
}

header {
	
}
