@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* Reset */
/*-----------------------------------------------*/
html {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: auto !important;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  overflow: auto; }

body {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", sans-serif;
  font-size: 2.0rem;
  line-height: 2;
  letter-spacing: 0.05em;
  vertical-align: baseline;
  color: #333;
  box-sizing: padding-box;
  border: 0;
  outline: 0;
  overflow: hidden;
  word-break: break-all;
  font-feature-settings: "palt";
  	/*display: flex;
    min-height: 100vh;
  	flex-direction: column;*/ }

:root {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-size: 2.0rem;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px; }

a {
  text-decoration: none;
  color: #000000; }
  a.decoration {
    text-decoration: underline; }
    a.decoration:visited, a.decoration:focus, a.decoration:active {
      text-decoration: underline;
      outline: 0; }
  a:visited, a:focus, a:active {
    text-decoration: none;
    color: #000000;
    outline: 0; }

/* clearfix */
/*-----------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clearfix {
  zoom: 1; }

*:first-child + html .clearfix {
  zoom: 1; }

img {
  max-width: 100%;
  vertical-align: bottom;
  transition: all .25s ease-out;
  /*a &:hover {
  	filter:alpha(opacity=80);
  	-moz-opacity: 0.8;
  	opacity: 0.8;
  }*/ }
  img .centerize {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block; }

.centerize {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

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

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

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

.rightBox {
  float: right !important; }

.leftBox {
  float: left !important; }

.clear {
  clear: both; }

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

.noline {
  border: none !important; }

.hide {
  display: none !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb70 {
  margin-bottom: 70px !important; }

@media screen and (min-width: 768px) {
  .mb10 {
    margin-bottom: 15px !important; }

  .mb20 {
    margin-bottom: 30px !important; }

  .mb30 {
    margin-bottom: 50px !important; }

  .mb50 {
    margin-bottom: 70px !important; }

  .mb70 {
    margin-bottom: 100px !important; } }
.bold {
  font-weight: bold !important; }

.noline {
  border: none !important; }

.hide {
  display: none !important; }

.f20 {
  font-size: 2rem !important; }

@media screen and (max-width: 767px) {
  .onlyPc {
    display: none; } }
@media screen and (min-width: 768px) {
  .onlySp {
    display: none; } }
.switch {
  visibility: hidden; }

/*-----------------------------------------------*/
/* Reset */
#container {
  overflow: hidden;
  position: relative;
  background: #FFFFFF; }

/* ----------------------------------------
	#heading
---------------------------------------- */
#heading {
  background: white;
  color: #1c9c99;
  /*position: absolute;
  top:0;
  left:0;
  right: 0;
  z-index: 100;*/
  border-bottom: 3px solid #1c9c99; }
  #heading .inner {
    position: relative;
    margin: 0 auto;
    padding: 0;
    height: 70px;
    max-width: 1200px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      #heading .inner {
        height: 90px; } }
  #heading h1 {
    position: absolute;
    top: 2px;
    left: 3%;
    font-size: 0.9rem; }
    @media screen and (min-width: 768px) {
      #heading h1 {
        font-size: 1.1rem;
        left: 10px;
        top: 5px; } }
  #heading .logo {
    width: 220px;
    padding: 20px 0 0 3%; }
    @media screen and (min-width: 768px) {
      #heading .logo {
        float: left;
        width: 235px;
        padding: 30px 0 0 10px;
        text-align: left; } }
    #heading .logo img {
      width: 100%; }
      @media screen and (min-width: 768px) {
        #heading .logo img {
          max-width: 235px; } }
  #heading .catch {
    float: left;
    width: 300px;
    padding-left: 30px;
    padding-top: 25px; }
    @media screen and (max-width: 767px) {
      #heading .catch {
        display: none; } }

/*
#nav_global {
	@include minTab {
		padding-left: 36%;
		padding-right: 10px;
		padding-top:20px;
		ul {
			width: 100%;
			margin: auto;
			display: flex;
			justify-content: space-between;
			border-right: 1px dashed #333333;
			li {
				width: 20%;
				a {
					height: 40px;
					font-size: 1.4rem;
					line-height: 1.0;
					transition: all .25s ease-out;
					display: -webkit-flex;
					display: flex;
					-webkit-align-items: center;
					align-items: center;
					-webkit-justify-content: center;
					justify-content: center;
					color:#ffffff;
					&:hover {
						background: #333333;
					}
				}
				&.reserv {
					a {
						border:1px solid #ffffff;
						color: #ffffff;
						background:$l-green;
						&:hover {
							background: $d-green;
						}
						&::before {
							font-family: FontAwesome;
							content: '\f0e0';
							padding-right: 5px;
							display: inline-block;
							font-weight: normal !important;
						}
					}
				}
			}
		}
	}
	@include maxTab {
		ul {
			li {
				display: none;
				&.reserv {
					position: absolute;
					top: 15px;
					right: 15px;
					display: block;
					a {
						height: 40px;
						width:130px;
						padding: 10px;
						color: #FFFFFF;
						font-size: 1.4rem;
						display: -webkit-flex;
						display: flex;
						-webkit-align-items: center;
						align-items: center;
						-webkit-justify-content: center;
						justify-content: center;
						border:1px solid #ffffff;
						background:$l-green;
						&::before {
							font-family: FontAwesome;
							content: '\f0e0';
							padding-right: 5px;
							display: inline-block;
							font-weight: normal !important;
						}
					}
				}
			}
		}
	}
}
*/
/* ----------------------------------------
	#content
---------------------------------------- */
#content {
  margin: 0 auto;
  width: 100%; }
  #content .inner {
    margin: 0 auto;
    padding: 0 5%;
    max-width: 1200px; }
    @media screen and (min-width: 768px) {
      #content .inner {
        padding: 0 20px; } }
  #content section,
  #content div.group {
    position: relative;
    padding: 50px 0; }
    @media screen and (min-width: 768px) {
      #content section,
      #content div.group {
        padding: 90px 0; } }
  #content section.last,
  #content div.group.last {
    margin-bottom: 0; }
  #content section:after,
  #content div.group:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden; }

.line-y {
  background: linear-gradient(transparent 50%, #fff82d 50%); }

/* ----------------------------------------
	#visual
---------------------------------------- */
#visual {
  /*background:url("../image/visual_bg.png")   repeat-x;
  background-size: auto 100%;*/
  background: url("../image/bg_stripe.jpg?1");
  /*background-color: $l-green;*/
  margin: 0;
  border-bottom: 4px solid #cccccc;
  text-align: center; }
  #visual h2 {
    text-align: center;
    margin: 0px auto;
    width: 100%;
    position: relative;
    max-width: 1200px; }
    @media screen and (max-width: 480px) {
      #visual h2 {
        padding: 10px 5% 0px 5%; } }
    @media screen and (min-width: 481px) and (max-width: 768px) {
      #visual h2 {
        padding: 20px 30px 0px 30px; } }
    @media screen and (min-width: 768px) and (max-width: 900px) {
      #visual h2 {
        padding: 20px 80px 0px 80px; } }
    @media screen and (min-width: 901px) and (max-width: 1024px) {
      #visual h2 {
        padding: 20px 60px 0px 60px; } }
    @media screen and (min-width: 1025px) and (max-width: 1250px) {
      #visual h2 {
        padding: 20px 60px 0px 60px !important; } }
@inclue minPc {
  #visual h2 {
    padding: 20px 20px 0px 20px; } }
    #visual h2 img {
      width: 100%; }
  #visual .minaosu {
    position: absolute;
    display: inline-block;
    margin: 0px auto;
    width: 100%;
    z-index: 100;
    max-width: 140px;
    bottom: -40px;
    right: 5px; }
    @media screen and (min-width: 481px) and (max-width: 768px) {
      #visual .minaosu {
        max-width: 210px;
        bottom: -40px;
        right: -15px;
        padding: 0px 20px; } }
    @media screen and (min-width: 768px) and (max-width: 900px) {
      #visual .minaosu {
        max-width: 280px;
        bottom: -40px;
        right: -15px;
        padding: 0px 20px; } }
    @media screen and (min-width: 901px) and (max-width: 1024px) {
      #visual .minaosu {
        max-width: 220px;
        bottom: -40px;
        right: -15px;
        padding: 0px 20px; } }
    @media screen and (min-width: 1025px) and (max-width: 1250px) {
      #visual .minaosu {
        max-width: 240px !important;
        bottom: -40px;
        right: -15px !important;
        padding: 0px 20px; } }
    @media screen and (min-width: 1025px) {
      #visual .minaosu {
        max-width: 280px;
        bottom: -40px;
        right: -30px;
        padding: 0px 20px; } }
    #visual .minaosu img {
      width: 100%; }

/*---------------------- .toreserve ----------------*/
.toreserve {
  padding: 30px 5%;
  background-color: #0070ba;
  text-align: center;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  /*.annotation{
  	color:#ffffff;
  	font-size: 1.4rem;
  	max-width:800px;
  	width: 100%;
  	margin:0px auto;
  	line-height: 1.3;
  	font-weight: bold;
  	@include minTab{
  		font-size: 1.7rem;
  	}
  }*/ }
  @media screen and (min-width: 768px) {
    .toreserve {
      padding: 60px 20px; } }
  .toreserve .link {
    background: #F3EC93;
    max-width: 800px;
    width: 100%;
    margin: 0px auto;
    margin-bottom: 10px;
    border-radius: 50px;
    line-height: 1.0;
    position: relative; }
    @media screen and (min-width: 768px) {
      .toreserve .link {
        margin-bottom: 15px; } }
    .toreserve .link a {
      padding: 15px 20px 20px 20px;
      border-radius: 50px;
      font-size: 2.5rem;
      color: #000000;
      font-weight: 900;
      display: block; }
      @media screen and (min-width: 768px) {
        .toreserve .link a {
          padding: 30px 20px 30px 20px;
          font-size: 3.5rem; } }
      .toreserve .link a span {
        color: #0070ba;
        line-height: 0.5;
        width: 100%; }
        @media screen and (min-width: 768px) {
          .toreserve .link a span {
            padding-right: 10px; } }
      .toreserve .link a:hover {
        background: #FCF761; }
    .toreserve .link .minamichan {
      position: absolute; }
      @media screen and (max-width: 767px) {
        .toreserve .link .minamichan {
          width: 50px;
          right: 5px;
          top: 0px; } }
      @media screen and (min-width: 768px) {
        .toreserve .link .minamichan {
          width: 90px;
          right: 15px;
          top: -10px; } }
    .toreserve .link .annotation {
      color: #DD070B;
      font-size: 1.3rem;
      width: 100%;
      margin: 0px auto;
      line-height: 1.3;
      padding-top: 10px; }
      @media screen and (min-width: 768px) {
        .toreserve .link .annotation {
          font-size: 1.5rem;
          padding-top: 15px; } }

/*---------------------- #check ----------------*/
#check {
  padding: 170px 0 50px 0;
  background-color: #d8ebeb;
  text-align: center; }
  #check img {
    max-width: 650px;
    width: 100%; }

/*---------------------- #lead ----------------*/
@media screen and (max-width: 900px) {
  section#lead {
    padding: 40px 0 90px 0px; } }
@media screen and (min-width: 901px) {
  section#lead {
    padding: 60px 0 90px 0px; } }

#lead {
  line-height: 1.8;
  background: url("../image/bg_grid.png?1");
  text-align: center; }
  #lead h3.catch {
    line-height: 1.4;
    margin-bottom: 35px !important;
    color: #1c9c99;
    font-weight: 900;
    font-size: 2.5rem; }
    @media screen and (max-width: 480px) {
      #lead h3.catch {
        text-align: left; } }
    @media screen and (min-width: 768px) {
      #lead h3.catch {
        font-size: 4.0rem;
        margin-bottom: 55px !important; } }
  #lead .risk {
    position: relative;
    margin: 0px auto;
    width: 100%; }
    @media screen and (max-width: 900px) {
      #lead .risk {
        max-width: 650px; } }
    @media screen and (min-width: 901px) {
      #lead .risk {
        max-width: 800px; } }
    #lead .risk ul {
      margin-bottom: 50px; }
      @media screen and (min-width: 768px) {
        #lead .risk ul {
          margin-bottom: 60px; } }
      #lead .risk ul li {
        background: #fff82d;
        border-radius: 50px;
        padding: 10px;
        text-align: center;
        margin-bottom: 15px;
        color: #000000;
        width: 100%;
        font-weight: bold;
        line-height: 1.4; }
        @media screen and (min-width: 768px) {
          #lead .risk ul li {
            font-size: 2.2rem;
            padding: 15px;
            margin-bottom: 20px; } }
        @media screen and (min-width: 1025px) {
          #lead .risk ul li {
            font-size: 2.5rem; } }
      #lead .risk ul img.point01 {
        position: absolute;
        left: -10px;
        top: -30px;
        width: 50px; }
        @media screen and (min-width: 768px) {
          #lead .risk ul img.point01 {
            left: -20px; } }
        @media screen and (min-width: 1025px) {
          #lead .risk ul img.point01 {
            width: 110px;
            top: -120px;
            left: -100px; } }
      #lead .risk ul img.point02 {
        position: absolute;
        right: -10px;
        top: 50px;
        width: 50px; }
        @media screen and (min-width: 768px) {
          #lead .risk ul img.point02 {
            right: -20px;
            width: 55px; } }
        @media screen and (min-width: 1025px) {
          #lead .risk ul img.point02 {
            width: 110px;
            top: -50px;
            right: -100px; } }
      #lead .risk ul img.point03 {
        position: absolute;
        left: -10px;
        top: 130px;
        width: 50px; }
        @media screen and (min-width: 768px) {
          #lead .risk ul img.point03 {
            left: -20px;
            width: 55px; } }
        @media screen and (min-width: 1025px) {
          #lead .risk ul img.point03 {
            width: 110px;
            left: -50px; } }
      #lead .risk ul img.point04 {
        position: absolute;
        right: -10px;
        top: 210px;
        width: 50px; }
        @media screen and (min-width: 768px) {
          #lead .risk ul img.point04 {
            right: -20px;
            width: 55px; } }
        @media screen and (min-width: 1025px) {
          #lead .risk ul img.point04 {
            top: 150px;
            width: 120px;
            right: -50px; } }
  #lead .text {
    font-weight: 900;
    margin-bottom: 50px; }
    @media screen and (min-width: 768px) {
      #lead .text {
        margin-bottom: 80px;
        font-size: 2.5rem; } }
  #lead .minaosi {
    background: #d8ebeb;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    border: 5px solid #0070ba; }
    @media screen and (max-width: 900px) {
      #lead .minaosi {
        max-width: 650px;
        margin: 0px auto; } }
    @media screen and (min-width: 768px) {
      #lead .minaosi {
        padding: 30px; } }
    #lead .minaosi .catch {
      color: #333333;
      font-weight: 900;
      font-size: 2.2rem; }
      @media screen and (max-width: 900px) {
        #lead .minaosi .catch {
          text-align: left; } }
      @media screen and (min-width: 768px) {
        #lead .minaosi .catch {
          font-size: 3.0rem;
          margin-bottom: 0px; } }
      #lead .minaosi .catch span {
        color: #0070ba;
        font-size: 2.5rem; }
        @media screen and (min-width: 768px) {
          #lead .minaosi .catch span {
            font-size: 4.0rem; } }

/*---------- #stage ----------*/
#stage {
  text-align: center;
  background: #F5FCCD;
  padding: 40px 0;
  position: relative; }
  @media screen and (min-width: 768px) {
    #stage {
      padding: 50px 0px; } }
  #stage .icon {
    position: absolute;
    top: -40px;
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff82d;
    text-align: center;
    line-height: 1.0;
    padding-top: 15px;
    font-weight: 900;
    color: #0070ba;
    font-size: 5.0rem; }
    @media screen and (min-width: 768px) {
      #stage .icon {
        width: 110px;
        height: 110px;
        top: -50px;
        padding-top: 18px;
        font-size: 7.0rem; } }
    #stage .icon span {
      font-size: 4.5rem;
      font-weight: 900;
      color: #FFFFFF; }
  #stage p {
    margin-bottom: 50px;
    padding: 10px 10px 10px 10px; }
    @media screen and (min-width: 768px) {
      #stage p {
        margin-bottom: 50px;
        padding: 20px 20px 20px 20px; } }
  #stage span {
    font-weight: 900;
    font-size: 2.0rem;
    color: #0070ba; }
    @media screen and (min-width: 768px) {
      #stage span {
        font-size: 3.5rem; } }
  #stage ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 900px) {
      #stage ul li {
        font-size: 1.4rem;
        margin-bottom: 15px;
        width: 31%; } }
    @media screen and (min-width: 901px) {
      #stage ul li {
        width: 15%; } }
    #stage ul li img {
      margin-bottom: 7px; }

/*---------- #merit ----------*/
#merit {
  /*background:url("../image/bg_stripe.jpg");*/
  background: #1c9c99;
  color: #ffffff; }
  #merit h3.title {
    line-height: 1.1;
    margin-bottom: 70px !important;
    color: #ffffff;
    font-weight: 900;
    text-align: center;
    font-size: 2.0rem; }
    @media screen and (min-width: 768px) {
      #merit h3.title {
        font-size: 3.0rem;
        margin-bottom: 80px !important; } }
    #merit h3.title div {
      font-size: 3.5rem; }
      @media screen and (min-width: 768px) {
        #merit h3.title div {
          font-size: 5.0rem; } }
  #merit ul {
    margin: 0px auto;
    width: 100%; }
    @media screen and (max-width: 900px) {
      #merit ul {
        max-width: 650px;
        margin-bottom: 20px; } }
    @media screen and (min-width: 901px) {
      #merit ul {
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px; } }
    #merit ul li {
      background: #ffffff;
      color: #333333;
      border-radius: 8px;
      position: relative; }
      @media screen and (max-width: 900px) {
        #merit ul li {
          margin-bottom: 60px;
          padding: 60px 20px 20px 20px; } }
      @media screen and (min-width: 901px) {
        #merit ul li {
          width: 32%;
          padding: 70px 25px 30px 25px; } }
      #merit ul li .title {
        text-align: center;
        color: #0070ba;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #b9dad9;
        font-weight: 900;
        font-size: 3.0rem;
        line-height: 1.2; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          #merit ul li .title {
            font-size: 2.3rem; } }
        @media screen and (min-width: 1025px) {
          #merit ul li .title {
            font-size: 3.3rem; } }
      #merit ul li .no {
        position: absolute;
        top: -40px;
        left: calc(47% - 40px);
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #0070ba;
        text-align: center;
        line-height: 1.0;
        padding-top: 15px;
        font-weight: 900;
        color: #ffffff; }
        @media screen and (min-width: 768px) {
          #merit ul li .no {
            width: 110px;
            height: 110px;
            top: -50px;
            padding-top: 25px; } }
        #merit ul li .no span {
          font-size: 4.5rem;
          font-weight: 900;
          color: #FFFFFF; }
  #merit .seat {
    text-align: center;
    font-weight: 900;
    font-size: 2.3rem;
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 20px; }
    @media screen and (min-width: 901px) {
      #merit .seat {
        font-size: 3.5rem; } }

/*---------- #flow ----------*/
#flow {
  background: #ffffff; }
  #flow h3.title {
    margin-bottom: 30px !important;
    color: #1c9c99;
    font-weight: 900;
    text-align: center;
    font-size: 3.0rem; }
    @media screen and (min-width: 768px) {
      #flow h3.title {
        font-size: 4.5rem;
        margin-bottom: 40px !important; } }
    #flow h3.title div {
      color: #1c9c99;
      font-weight: normal;
      line-height: 1.4; }
  #flow h4.subtitle {
    position: relative;
    padding: 0px 0px 10px 90px;
    border-bottom: 3px solid #333333;
    line-height: 1.4;
    margin-bottom: 20px !important;
    font-weight: bold;
    font-size: 2.0rem; }
    @media screen and (min-width: 768px) {
      #flow h4.subtitle {
        padding: 0px 0px 10px 120px;
        font-size: 3.0rem;
        margin-bottom: 25px !important; } }
    #flow h4.subtitle span {
      font-size: 6.0rem;
      line-height: 1;
      position: absolute;
      bottom: -5px;
      left: 0; }
      @media screen and (min-width: 768px) {
        #flow h4.subtitle span {
          font-size: 8.0rem; } }
  #flow .flow .item {
    background: #d8ebeb;
    font-weight: bold;
    border: 1px solid #cccccc;
    border-radius: 8px; }
    @media screen and (max-width: 767px) {
      #flow .flow .item {
        max-width: 650px;
        margin: 0px auto;
        padding: 30px 20px 20px 20px; } }
    @media screen and (min-width: 768px) {
      #flow .flow .item {
        padding: 40px 30px 40px 30px; } }
    #flow .flow .item ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      text-align: center;
      margin-bottom: 15px; }
      @media screen and (max-width: 900px) {
        #flow .flow .item ul li {
          width: 48%;
          margin-bottom: 10px; }
          #flow .flow .item ul li div {
            font-size: 1.4rem; } }
      @media screen and (min-width: 901px) {
        #flow .flow .item ul li {
          width: 24%; } }
  #flow .flow p {
    line-height: 1.4; }
  #flow .flow .no1, #flow .flow .no2 {
    margin-bottom: 20px; }
    @media screen and (min-width: 901px) {
      #flow .flow .no1, #flow .flow .no2 {
        margin-bottom: 30px; } }
    #flow .flow .no1 p, #flow .flow .no2 p {
      margin-bottom: 25px; }
  #flow .linkbtn {
    background: #007572;
    text-align: center;
    margin: 0px auto;
    width: 100%;
    max-width: 650px;
    border-radius: 8px; }
    #flow .linkbtn a {
      display: block;
      padding: 15px;
      color: #ffffff;
      border-radius: 8px;
      transition: all .25s ease-out; }
      #flow .linkbtn a:hover {
        background: #1c9c99;
        transition: all .25s ease-out; }
    #flow .linkbtn .annotation {
      font-size: 14px; }

/*---------- #toriatukai ----------*/
#toriatukai {
  background: #d8ebeb;
  text-align: center; }
  #toriatukai h3.title {
    margin-bottom: 30px !important;
    color: #1c9c99;
    font-weight: 900;
    text-align: center;
    font-size: 3.0rem; }
    @media screen and (min-width: 768px) {
      #toriatukai h3.title {
        font-size: 4.5rem;
        margin-bottom: 40px !important; } }
    #toriatukai h3.title div {
      color: #333333;
      font-weight: normal;
      line-height: 1.4; }
  #toriatukai p {
    margin-bottom: 20px !important; }
  #toriatukai ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      #toriatukai ul {
        max-width: 500px;
        width: 100%;
        margin: 0px auto; } }
    #toriatukai ul a {
      background: #ffffff; }
      @media screen and (max-width: 767px) {
        #toriatukai ul a {
          width: 49%;
          margin-bottom: 2%; } }
      @media screen and (min-width: 768px) {
        #toriatukai ul a {
          width: 24%;
          margin-bottom: 1%; } }
      @media screen and (max-width: 767px) {
        #toriatukai ul a img {
          width: 100%; } }
      @media screen and (min-width: 768px) {
        #toriatukai ul a img {
          max-width: 200px;
          width: 100%; } }
    @media screen and (min-width: 768px) {
      #toriatukai ul::after, #toriatukai ul::before {
        content: "";
        display: block;
        width: 24%;
        height: 0; }
      #toriatukai ul::before {
        order: 1; } }

/*---------- #voice ----------*/
section#voice {
  padding: 20px 0 20px 0; }
  @media screen and (min-width: 768px) {
    section#voice {
      padding: 50px 0 90px 0; } }

#voice {
  background: #1c9c99; }
  #voice h3.title {
    margin-bottom: 0px !important;
    text-align: center; }
    @media screen and (min-width: 768px) {
      #voice h3.title {
        margin-bottom: 0px !important; } }
  @media screen and (min-width: 768px) {
    #voice ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
  #voice ul li {
    position: relative;
    padding: 1.5rem 2rem;
    border: 3px solid #333333;
    border-radius: 10px;
    background: #ffffff;
    font-weight: bold;
    margin-bottom: 25px; }
    @media screen and (min-width: 768px) and (max-width: 900px) {
      #voice ul li {
        width: 49%; } }
    @media screen and (min-width: 901px) {
      #voice ul li {
        width: 31%;
        padding: 30px;
        margin-bottom: 30px; } }
    #voice ul li::before {
      position: absolute;
      bottom: -14px;
      left: 1em;
      width: 0;
      height: 0;
      content: '';
      border-width: 14px 12px 0 12px;
      border-style: solid;
      border-color: #333333 transparent transparent transparent; }
    #voice ul li::after {
      position: absolute;
      bottom: -10px;
      left: 1em;
      width: 0;
      height: 0;
      content: '';
      border-width: 14px 12px 0 12px;
      border-style: solid;
      border-color: #ffffff transparent transparent transparent; }

/*---------- #promise  ----------*/
#promise {
  text-align: center;
  background: url("../image/bg_stripe.jpg");
  color: #ffffff; }
  #promise h3.title {
    line-height: 1.4;
    margin-bottom: 10px !important;
    color: #ffffff;
    font-weight: 900;
    text-align: center;
    font-size: 3.0rem; }
    @media screen and (min-width: 768px) {
      #promise h3.title {
        font-size: 4.5rem;
        margin-bottom: 0px !important; } }
  #promise .subtitle {
    padding-bottom: 50px;
    font-weight: bold;
    font-size: 2.0rem; }
    @media screen and (min-width: 768px) {
      #promise .subtitle {
        font-size: 3.5rem; } }
  @media screen and (min-width: 901px) {
    #promise ul {
      display: flex;
      justify-content: space-between;
      margin-bottom: 50px; } }
  #promise ul li {
    position: relative;
    padding: 30px 20px;
    text-align: center;
    border: 3px solid #ffffff;
    color: #1c9c99;
    background: #1c9c99;
    font-weight: 900; }
    @media screen and (min-width: 768px) {
      #promise ul li {
        padding: 30px 10px; } }
    @media screen and (max-width: 900px) {
      #promise ul li {
        margin-bottom: 60px; } }
    @media screen and (min-width: 901px) {
      #promise ul li {
        width: 32%; } }
    #promise ul li::before, #promise ul li::after {
      position: absolute;
      content: ''; }
    #promise ul li::before {
      top: -40px;
      left: calc(50% - 40px);
      width: 80px;
      height: 80px;
      border: 3px solid #ffffff;
      border-radius: 50%;
      background: #ffffff; }
    #promise ul li::after {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #ffffff; }
    #promise ul li i {
      font-size: 30px;
      font-size: 3rem;
      line-height: 60px;
      position: absolute;
      z-index: 1;
      top: -40px;
      left: calc(50% - 40px);
      width: 80px;
      height: 60px;
      text-align: center; }
    #promise ul li span {
      position: relative;
      z-index: 1;
      font-size: 2.5rem;
      line-height: 1.4;
      color: #007572; }
  #promise p {
    font-weight: 900;
    font-size: 2.5rem;
    line-height: 1.4; }
    @media screen and (min-width: 768px) {
      #promise p {
        font-size: 3.5rem; } }

.telWrap {
  max-width: 700px;
  width: 100%;
  margin: 15px auto 0;
  background: #007572; }
  @media screen and (max-width: 767px) {
    .telWrap {
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px; } }
  @media screen and (min-width: 768px) {
    .telWrap {
      margin: 20px auto 0; } }
  .sub .telWrap {
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .sub .telWrap {
        margin-top: 50px; } }
  .telWrap span {
    display: block;
    margin-bottom: 15px;
    padding: 15px 0 10px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    color: #FFFFFF; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .telWrap span {
        font-size: 4.0rem; } }
    @media screen and (min-width: 1025px) {
      .telWrap span {
        font-size: 5.0rem; } }
    .telWrap span p {
      margin-bottom: 10px;
      color: #FFFF00; }
    .telWrap span .note {
      margin-top: 10px;
      font-size: 1.2rem;
      font-weight: normal; }
      @media screen and (min-width: 1025px) {
        .telWrap span .note {
          font-size: 1.4rem; } }
  .telWrap img {
    position: relative;
    top: -3px;
    width: 30px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .telWrap img {
        top: -6px;
        width: 50px; } }
    @media screen and (min-width: 1025px) {
      .telWrap img {
        top: -3px;
        width: 75px; } }

/* ----------------------------------------
	#
---------------------------------------- */
/* inner */
.inner1 {
  padding: 50px 15px; }
  @media screen and (min-width: 1025px) {
    .inner1 {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      padding: 100px 0; } }

.inner2 {
  padding: 20px 15px 50px; }
  @media screen and (min-width: 1025px) {
    .inner2 {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      padding: 50px 0 100px; } }

.inner3 {
  padding: 50px 0 0; }
  @media screen and (min-width: 1025px) {
    .inner3 {
      padding: 100px 0 0; } }

.inner4 {
  padding: 30px 15px; }
  @media screen and (min-width: 1025px) {
    .inner4 {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      padding: 70px 0; } }

/* title */
.title1 {
  margin: 0 0 20px;
  font-size: 2.4rem;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .title1 {
      margin: 0 0 50px;
      font-size: 3rem; } }

/* text */
@media screen and (min-width: 768px) {
  .txt-change {
    text-align: center; } }

.txt1 {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center; }

.req {
  padding: 3px 5px;
  background: #007572;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold; }

/* background */
.bg1 {
  background: #fff82d; }

.bg2 {
  background: #007572;
  color: #fff; }

.bg3 {
  background: #1c9c99; }

.bg4 {
  padding: 40px 0;
  background: url(../img/bgimg1.png) no-repeat bottom;
  background-size: cover; }
  @media screen and (min-width: 1025px) {
    .bg4 {
      padding: 100px 0; } }

/* list */
.list1 li {
  margin: 0 0 20px; }
@media screen and (min-width: 768px) {
  .list1 {
    display: flex;
    justify-content: space-between; }
    .list1 li {
      width: 48%; } }

.list2 li {
  margin: 0 0 20px; }
@media screen and (min-width: 768px) {
  .list2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .list2 li {
      width: 31%;
      margin: 0 0 30px; } }

/* button */
@media screen and (max-width: 767px) {
  .btn1 {
    margin-bottom: 10px; } }
@media screen and (min-width: 901px) {
  .btn1 {
    width: 48%; } }
.btn1 a {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 0;
  margin: 0 auto;
  /*background: $yellow;
  color: #333;*/
  border: 2px solid #ffffff;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: 5px;
  transition: all .25s ease-out; }
  .btn1 a:hover {
    background: #1c9c99;
    text-decoration: none; }
  .btn1 a::before {
    font-family: FontAwesome;
    content: '\f0e0';
    padding-right: 5px;
    display: inline-block;
    font-weight: normal !important; }
@media screen and (min-width: 768px) {
  .btn1 a {
    /*width: 360px;*/
    padding: 15px 0;
    font-size: 3.0rem; } }

/* ----------------------------------------
	#guide
---------------------------------------- */
#guide {
  padding: 0 !important;
  text-align: center;
  background: url("../img/point01.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  min-height: 370px; }
  @media screen and (min-width: 768px) {
    #guide {
      min-height: 340px; } }
  #guide::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    background: rgba(0, 102, 51, 0.8);
    content: ''; }
  #guide .inner4 {
    z-index: 100;
    position: relative; }
  #guide .lead {
    margin-bottom: 15px;
    font-size: 2.0rem;
    color: #fff82d;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      #guide .lead {
        margin-bottom: 50px;
        font-size: 3.0rem; } }
  #guide .guideBox {
    position: relative; }
    @media screen and (min-width: 901px) {
      #guide .guideBox {
        display: flex;
        justify-content: space-between; } }
  @media screen and (max-width: 767px) {
    #guide .guide {
      display: none; } }
  @media screen and (min-width: 768px) {
    #guide .guide {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 30%; } }
  #guide span.freeTel {
    display: block;
    margin-bottom: 20px;
    padding: 15px 0 15px;
    font-weight: bold;
    line-height: 1;
    font-size: 2.4rem;
    border: 2px solid #FFFFFF;
    border-radius: 5px; }
    @media screen and (min-width: 901px) {
      #guide span.freeTel {
        font-size: 4.0rem;
        width: 48%;
        margin-bottom: 0px; } }
    #guide span.freeTel a {
      font-size: 2.4rem;
      color: #FFFFFF; }
      @media screen and (min-width: 901px) {
        #guide span.freeTel a {
          font-size: 4.0rem; } }
    #guide span.freeTel::before {
      font-family: FontAwesome;
      content: '\f2a0';
      padding-right: 5px;
      display: inline-block;
      font-weight: normal !important;
      color: #FFFFFF; }
    #guide span.freeTel p {
      margin-bottom: 10px;
      color: #FFFF00; }
    #guide span.freeTel .note {
      margin-top: 10px;
      font-size: 1.2rem;
      font-weight: normal;
      color: #ffffff; }
      @media screen and (min-width: 768px) {
        #guide span.freeTel .note {
          font-size: 1.4rem; } }
    #guide span.freeTel img {
      position: relative;
      top: -3px;
      width: 30px; }
      @media screen and (min-width: 768px) {
        #guide span.freeTel img {
          top: -3px;
          width: 50px; } }
  #guide .tel {
    padding-bottom: 15px; }
    #guide .tel span {
      padding: 0 10px; }
      @media screen and (max-width: 767px) {
        #guide .tel span {
          padding: 0;
          display: block; } }

/* ----------------------------------------
	#reserv
---------------------------------------- */
#reserv {
  background: #ffffff;
  text-align: center;
  border-top: solid 7px #1c9c99;
  /*確認画面*/
  /*thanks*/ }
  #reserv.sub {
    padding-top: 30px;
    padding-bottom: 30px; }
    @media screen and (min-width: 768px) {
      #reserv.sub {
        padding-top: 50px;
        padding-bottom: 50px; } }
  #reserv h3.title {
    line-height: 1.4;
    margin-bottom: 30px !important;
    color: #1c9c99;
    font-weight: 900;
    text-align: center;
    font-size: 3.0rem; }
    @media screen and (min-width: 768px) {
      #reserv h3.title {
        font-size: 4.5rem;
        margin-bottom: 50px !important; } }
  #reserv .remarks {
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 20px;
    background: #d8ebeb;
    border: 1px dashed #1c9c99;
    width: 100%; }
    @media screen and (min-width: 768px) {
      #reserv .remarks {
        padding: 20px 30px; } }
    #reserv .remarks p {
      position: relative;
      text-align: left;
      margin: 5px 0;
      padding-left: 20px; }
      #reserv .remarks p::before {
        position: absolute;
        left: 0;
        font-family: FontAwesome;
        content: '\f105';
        padding-right: 5px;
        font-size: 1.6rem;
        color: #1c9c99; }
    #reserv .remarks ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #reserv .remarks ul li {
        background: #ffffff;
        padding: 10px;
        border: 1px solid #1c9c99;
        line-height: 1.5; }
        @media screen and (max-width: 900px) {
          #reserv .remarks ul li {
            width: 100%;
            margin-bottom: 2%; } }
        @media screen and (min-width: 901px) {
          #reserv .remarks ul li {
            width: 49%;
            margin-bottom: 1%; } }
        #reserv .remarks ul li span {
          font-weight: bold;
          color: #1c9c99; }
        #reserv .remarks ul li a {
          text-decoration: underline; }
  #reserv table {
    margin: 0 auto 20px;
    max-width: 1000px;
    width: 100%;
    text-align: left; }
    #reserv table th {
      font-weight: bold; }
      #reserv table th span {
        position: relative;
        top: 7px;
        float: right;
        display: inline-block;
        padding: 5px 6px;
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 1;
        color: #FFFFFF;
        background: #1c9c99;
        border-radius: 2px; }
    @media screen and (max-width: 767px) {
      #reserv table th, #reserv table td {
        display: block;
        width: 100%;
        padding: 5px 0 10px; }
      #reserv table th {
        padding: 5px 5px 5px;
        background: #ebebeb; } }
    @media screen and (min-width: 768px) {
      #reserv table th {
        position: relative;
        padding: 25px 20px 15px 0;
        width: 260px; }
      #reserv table td {
        padding: 25px 0 15px 0;
        width: -webkit-calc(100% - 260px);
        width: calc(100% - 260px);
        vertical-align: middle; } }
  #reserv button,
  #reserv input[type=text],
  #reserv textarea,
  #reserv select,
  #reserv text {
    padding: 8px !important;
    background: #FFFFFF;
    border: 1px solid #CBC9C9 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-family: "Noto Sans JP", "游ゴシック", "YuGothic", sans-serif;
    font-size: 1.6rem; }
    #reserv button.max,
    #reserv input[type=text].max,
    #reserv textarea.max,
    #reserv select.max,
    #reserv text.max {
      width: 100%; }
    #reserv button.zip,
    #reserv input[type=text].zip,
    #reserv textarea.zip,
    #reserv select.zip,
    #reserv text.zip {
      margin: 0 0 10px 5px; }
    #reserv button.people,
    #reserv input[type=text].people,
    #reserv textarea.people,
    #reserv select.people,
    #reserv text.people {
      margin: 0 5px; }
    @media screen and (max-width: 767px) {
      #reserv button.maxSp,
      #reserv input[type=text].maxSp,
      #reserv textarea.maxSp,
      #reserv select.maxSp,
      #reserv text.maxSp {
        width: 100%; } }
  #reserv button:focus, #reserv input:focus, #reserv textarea:focus {
    border: 1px solid #1c9c99 !important; }
  #reserv .note {
    font-size: 1.3rem;
    margin-top: 5px; }
  #reserv .message {
    font-weight: bold;
    margin-bottom: 5px; }
  #reserv .selectWrap {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    padding: 0;
    background: #FFFFFF; }
    #reserv .selectWrap::after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 3px;
      font-family: FontAwesome;
      content: '\f107';
      padding-right: 5px; }
    #reserv .selectWrap select {
      position: relative;
      z-index: 1;
      background: transparent;
      margin: 0;
      padding-right: 25px !important; }
      #reserv .selectWrap select::-ms-expand {
        display: none; }
    #reserv .selectWrap.time {
      margin-top: 10px; }
  #reserv .error {
    display: block !important;
    margin: 5px 0 0;
    padding: 0;
    color: #e60012 !important;
    font-size: 1.4rem; }
  #reserv ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0); }
  #reserv ::-moz-placeholder {
    color: rgba(255, 255, 255, 0); }
  #reserv :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0); }
  #reserv .btn {
    text-align: center; }
    @media screen and (min-width: 768px) {
      #reserv .btn form {
        display: inline-block; } }
    #reserv .btn input, #reserv .btn a {
      position: relative;
      display: inline-block;
      margin-top: 20px;
      padding: 15px 50px !important;
      font-size: 1.6rem;
      font-weight: bold;
      color: #FFFFFF;
      cursor: pointer;
      background: #0070ba;
      border: none !important;
      transition: all .25s ease-out;
      border-radius: 50px; }
      #reserv .btn input:hover, #reserv .btn a:hover {
        background: #1884CC; }
      @media screen and (max-width: 767px) {
        #reserv .btn input, #reserv .btn a {
          margin: 0 auto;
          padding: 15px 10px !important;
          display: block;
          width: 90%; } }
    #reserv .btn * {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  #reserv.sub table tr {
    border-bottom: 1px solid #c8c2bf; }
    @media screen and (min-width: 768px) {
      #reserv.sub table tr th {
        width: 250px; }
      #reserv.sub table tr td {
        width: -webkit-calc(100% - 250px);
        width: calc(100% - 250px); } }
  @media screen and (max-width: 767px) {
    #reserv.thanks .textArea {
      padding-bottom: 20px; }
      #reserv.thanks .textArea p {
        text-align: left; } }

.subTitle {
  background: #1c9c99;
  color: #fff82d;
  text-align: center;
  font-weight: 900;
  padding: 15px;
  font-size: 2.0rem; }
  @media screen and (min-width: 768px) {
    .subTitle {
      padding: 20px;
      font-size: 3.0rem; } }

.form_text {
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 30px; }

.thanks .textArea {
  max-width: 800px;
  margin: 0px auto;
  width: 100%;
  text-align: left !important;
  margin-bottom: 10px; }
  .thanks .textArea p {
    text-align: left !important; }

/* ----------------------------------------
	#mastfoot
---------------------------------------- */
#mastfoot {
  position: relative;
  padding: 20px 3% 20px;
  color: #FFFFFF;
  text-align: center;
  background: #007572;
  /* ------#pagetop------------ */ }
  @media screen and (min-width: 768px) {
    #mastfoot {
      padding: 40px 3% 20px; } }
  #mastfoot .name {
    position: relative;
    font-size: 1.4rem;
    font-weight: bold;
    z-index: 10;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      #mastfoot .name {
        font-size: 1.6rem; } }
    #mastfoot .name span {
      font-size: 1.6rem; }
      @media screen and (min-width: 768px) {
        #mastfoot .name span {
          font-size: 2.0rem; } }
  #mastfoot .add {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #ffffff; }
    #mastfoot .add a {
      color: #ffffff;
      font-size: 1.2rem; }
  #mastfoot small {
    font-size: 1.0rem; }
    @media screen and (min-width: 768px) {
      #mastfoot small {
        font-size: 1.1rem; } }
  #mastfoot .site_link {
    max-width: 350px;
    margin: 0px auto; }
    #mastfoot .site_link a {
      color: #ffffff;
      display: block;
      padding: 7px;
      border: 1px solid #ffffff;
      font-size: 1.6rem; }
      #mastfoot .site_link a:hover {
        background: #1c9c99; }
  #mastfoot #pagetop a {
    display: block;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    text-align: center;
    text-decoration: none;
    background: #333333;
    z-index: 2;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
    @media screen and (min-width: 768px) {
      #mastfoot #pagetop a {
        top: -26px;
        width: 60px;
        height: 60px; } }
    #mastfoot #pagetop a i {
      color: rgba(255, 255, 255, 0.7);
      font-size: 2rem;
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      transition: all .25s ease-out; }
    @media screen and (min-width: 768px) {
      #mastfoot #pagetop a {
        font-size: 3rem; } }
    #mastfoot #pagetop a:hover i {
      color: white; }
