@charset "UTF-8";
/*
//////////////////////////////////////////////////////

FREE HTML5 TEMPLATE 
DESIGNED & DEVELOPED by FREEHTML5.CO

//////////////////////////////////////////////////////
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: 'themify';
  src: url("../fonts/themify/themify.eot?-fvbane");
  src: url("../fonts/themify/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("../fonts/themify/themify.woff?-fvbane") format("woff"), url("../fonts/themify/themify.ttf?-fvbane") format("truetype"), url("../fonts/themify/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal; }
.container {
  padding-left: 0;
  padding-right: 0;
  /*	overflow: auto;
  	scroll-snap-type: y;
  	height: 100vh;*/ }
  @media screen and (max-width: 768px) {
    .container {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1200px; } }

.area {
  scroll-snap-align: start;
  min-height: 100vh; }
  @media screen and (max-width: 768px) {
    .area {
      height: auto;
      min-height: auto;
      margin-bottom: 20px; } }

.row {
  margin-left: 0;
  margin-right: 0; }

.col-0 {
  padding-left: 0;
  padding-right: 0; }

.wrap01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.under {
  text-decoration: underline; }

.through {
  text-decoration: line-through; }

summary {
  cursor: pointer;
  list-style: none;
  transition: 0.2s;
  /* 変化を滑らかに */
  outline: none; }

/* Chrome、Safari */
summary::-webkit-details-marker {
  display: none; }

details[open] .details-content {
  animation: fadeIn 0.5s ease; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateY(-10px);
    /* 上から表示 */ }
  100% {
    opacity: 1;
    transform: none; } }
body {
  font-family: "Montserrat", "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #083388;
  font-weight: 300;
  letter-spacing: .05em; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 16px; } }
  @media (min-width: 992px) {
    body .inner {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      margin-right: auto;
      margin-left: auto;
      background: url("../images/43_bg.png") no-repeat, url("../images/gs_bg.png") no-repeat right 1200px; } }

/*input:invalid {
	border-bottom: 3px solid #0076B5;
}

input:valid {
	border-bottom: 3px solid #111;
}*/
::-webkit-selection {
  color: #ffffff;
  background: #083388; }

::-moz-selection {
  color: #ffffff;
  background: #083388; }

::selection {
  color: #ffffff;
  background: #083388; }

a, a:hover, a:focus {
  color: #005A84; }

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

a, button {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  a:hover, a:active, a:focus, button:hover, button:active, button:focus {
    outline: none;
    text-decoration: none; }

figure.fh5co-with-caption {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0; }
  figure.fh5co-with-caption img {
    margin-bottom: 0 !important; }
  figure.fh5co-with-caption figcaption {
    font-style: italic;
    font-size: 14px;
    margin-bottom: 20px;
    color: #7b7b7b; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 20px 0;
  padding: 0;
  font-family: "Montserrat", "Noto Sans Japanese", sans-serif;
  font-weight: 400; }

h1, .h1 {
  font-size: 30px;
  line-height: 42px; }

h2, .h2 {
  font-size: 26px;
  line-height: 38px; }

h3, .h3 {
  font-size: 20px;
  line-height: 32px; }

h4, .h4 {
  font-size: 16px;
  line-height: 28px; }

h5, .h5 {
  font-size: 14px;
  line-height: 24px; }

h6, .h6 {
  font-size: 12px;
  line-height: 24px; }

p, img {
  margin: 0 0 20px 0; }

ul, ol {
  padding-left: 15px;
  line-height: 2.5rem; }
  @media screen and (max-width: 768px) {
    ul, ol {
      line-height: 1.6rem; } }

.kome {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5em; }

.banner {
  padding: 50px 0;
  margin: auto;
  text-align: center; }

.center {
  text-align: center; }

.bold {
  font-weight: bold; }

.attr {
  border: 3px solid #e02745;
  color: #e02745;
  padding: 10px;
  text-align: center; }

#fh5co-header {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 3rem;
  /* navbar collapse for iPad (bootstrap) */ }
  @media screen and (max-width: 767px) {
    #fh5co-header {
      margin-top: 20px;
      margin-bottom: 10px; } }
  #fh5co-header .nav-warpper {
    background: #333;
    background: rgba(8, 51, 136, 0.8);
    height: 50px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.71);
    position: relative;
    z-index: 999;
    margin-bottom: 10px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0; }
    #fh5co-header .nav-warpper .head {
      font-size: 1.2rem;
      line-height: 1.2rem;
      color: #ffffff;
      padding-top: 1.5rem; }
  #fh5co-header .logo-area {
    /*box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.3 );*/
    padding-bottom: 10px; }
    #fh5co-header .logo-area img {
      /*position: absolute;
      top: 5px;
      left: 50px;*/
      margin-left: 30px;
      margin-bottom: 0; }
  @media screen and (max-width: 991px) {
    #fh5co-header .logo-area {
      padding: 0 10px; }
    #fh5co-header .menu {
      padding: 0 5px 5px 5px;
      border: 1px solid #ccc !important;
      border-radius: 4px;
      float: right;
      margin-top: 0px;
      position: relative; }
    #fh5co-header .line {
      float: left; }
    #fh5co-header .menutxt {
      padding-left: 5px;
      padding-top: 0px;
      margin: 0;
      color: #083388;
      position: relative;
      top: 2px;
      letter-spacing: -1px;
      font-size: 1.2rem; } }
  #fh5co-header #fh5co-logo {
    margin-bottom: 2rem;
    font-size: 1.4rem; }
    #fh5co-header #fh5co-logo h1, #fh5co-header #fh5co-logo p {
      font-size: 1.4rem;
      margin: 0 0 20px 0;
      line-height: 1.4rem;
      padding: 15px 15px 0; }
    #fh5co-header #fh5co-logo .top_text {
      margin: 0 0 10px 30px;
      padding: 0; }
    #fh5co-header #fh5co-logo .logo {
      float: left; }
    @media screen and (max-width: 991px) {
      #fh5co-header #fh5co-logo {
        margin-bottom: .5em; }
        #fh5co-header #fh5co-logo .top_text {
          text-align: center;
          margin: 0 0 20px 0;
          line-height: 1.4rem;
          padding: 15px 15px 0; }
        #fh5co-header #fh5co-logo .logo {
          float: left;
          max-width: 60%; } }
    #fh5co-header #fh5co-logo .sns img {
      margin: 0; }
  #fh5co-header .nav-menu {
    position: absolute;
    top: 15px;
    right: 15px; }
  @media screen and (max-width: 1170px) {
    #fh5co-header .nav-menu {
      position: unset; } }
  @media screen and (max-width: 1199px) {
    #fh5co-header .nav-menu {
      position: unset; } }
  #fh5co-header #main-nav {
    display: block;
    padding: 5px 0;
    float: left;
    margin-bottom: 5rem;
    width: 100%; }
    @media screen and (max-width: 991px) {
      #fh5co-header #main-nav {
        display: none; } }
  #fh5co-header #gnavi {
    text-align: center;
    padding: 0; }
    #fh5co-header #gnavi img {
      margin-bottom: 0; }
    #fh5co-header #gnavi ul {
      padding-right: 0px;
      padding-left: 0px;
      margin: 10px 60px 0 0;
      float: right; }
    #fh5co-header #gnavi li {
      display: inline-block;
      list-style: none;
      position: relative;
      padding-right: 20px;
      /*
      			a:before {
      				position: absolute;
      				//right: 2px;
      				top: 80%;
      			    	content: attr(data-text);
      			}
      */
      /*
      			&::before {
      				position: absolute;
      				right: 2px;
      				top: 50%;
      				//height: 2px;
      				//width: 15px;
      				//background: $brand-primary;
      			}
      */ }
      #fh5co-header #gnavi li .en {
        font-size: 0.5rem; }
      @media screen and (max-width: 1312px) {
        #fh5co-header #gnavi li {
          padding-right: 15px; } }
      #fh5co-header #gnavi li a {
        font-weight: 500;
        font-size: 1.4rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #083388; }
        #fh5co-header #gnavi li a:hover {
          color: #2e2e2e; }
        #fh5co-header #gnavi li a .img {
          height: 50px; }
      #fh5co-header #gnavi li:last-child {
        padding-right: 0px; }
        #fh5co-header #gnavi li:last-child::after {
          width: 0;
          height: 0;
          background: none;
          content: ''; }
      #fh5co-header #gnavi li.active a {
        color: #083388; }
    @media screen and (max-width: 991px) {
      #fh5co-header #gnavi {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
        text-align: left;
        min-height: 100vh;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        #fh5co-header #gnavi ul {
          padding: 10px 0;
          margin: 0;
          float: none; }
        #fh5co-header #gnavi li {
          display: block;
          /*margin-bottom: 10px;*/
          padding: 10px 20px !important;
          border-bottom: solid 1px;
          /*margin-left: -50px;*/
          /*opacity: 0;*/ }
          #fh5co-header #gnavi li div {
            display: inline; }
          #fh5co-header #gnavi li .en {
            padding-left: 10px; }
          #fh5co-header #gnavi li::after {
            background: transparent;
            width: 0;
            height: 0;
            background: none;
            content: ''; }
          #fh5co-header #gnavi li a {
            display: block;
            padding: 0 !important;
            margin: 0 !important; }
          #fh5co-header #gnavi li a:after {
            display: block;
            content: "";
            position: absolute;
            top: 50%;
            right: 20px;
            width: 8px;
            height: 8px;
            margin: -4px 0 0 0;
            border-top: solid 1px #083388;
            border-right: solid 1px #083388;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); } }
  @media (max-width: 991px) {
    #fh5co-header .navbar-header {
      float: none; }
    #fh5co-header .navbar-toggle {
      display: block; }
    #fh5co-header .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
    #fh5co-header .navbar-collapse.collapse {
      display: none !important; }
    #fh5co-header .navbar-nav {
      float: none !important;
      margin: 7.5px -15px; }
    #fh5co-header .navbar-nav > li {
      float: none; }
    #fh5co-header .navbar-nav > li > a {
      padding-top: 10px;
      padding-bottom: 10px; }
    #fh5co-header .navbar-text {
      float: none;
      margin: 15px 0; }
    #fh5co-header .navbar-collapse.collapse.in {
      display: block !important; }
    #fh5co-header .collapsing {
      overflow: hidden !important; }
    #fh5co-header .navbar-collapse.in {
      overflow-y: visible; } }
  #fh5co-header #subnav {
    padding: 10px 0;
    background-color: #eeeeee; }
    #fh5co-header #subnav ul {
      text-align: right;
      margin: 0 auto; }
    #fh5co-header #subnav li {
      display: inline-block;
      list-style: none; }
    #fh5co-header #subnav a {
      color: #083388; }

.logomark {
  display: none; }

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  /*background-image: url(../images/logo_mark.png) ;*/
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: 60px 10px;
  -webkit-transition: all .4s ease 0s,background .6s ease .2s;
  transition: all .4s ease 0s,background .6s ease .2s;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  height: 20px !important;
  padding: 10px 0 0 0 !important;
  box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.3); }
  .is-fixed .logomark {
    float: left;
    display: block;
    margin-left: 30px;
    -webkit-transition: all .4s ease 0s,background .6s ease .2s;
    transition: all .4s ease 0s,background .6s ease .2s; }

.fh5co-section-title h1,
.fh5co-page-title h1 {
  margin-top: 30px; }
.fh5co-section-title .fh5co-title,
.fh5co-page-title .fh5co-title {
  font-family: "Noto Sans Japanese", sans-serif;
  text-transform: uppercase;
  border-bottom: 2px solid #2e2e2e;
  font-size: 30px;
  line-height: 40px;
  display: inline-block; }
.fh5co-section-title .fh5co-title-sub,
.fh5co-page-title .fh5co-title-sub {
  font-size: 20px;
  font-weight: 300 !important;
  line-height: 30px;
  color: #7b7b7b; }

.fh5co-page-title .fh5co-title {
  font-size: 45px;
  line-height: 55px; }

.fh5co-intro {
  font-weight: 300 !important;
  font-size: 19px;
  line-height: 27px;
  margin-bottom: 3em;
  position: relative;
  padding-bottom: 30px; }
  .fh5co-intro .fh5co-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #083388; }

.section_title {
  text-transform: capitalize;
  border-bottom: 3px solid #083388;
  font-size: 30px;
  line-height: 40px; }
  @media screen and (max-width: 767px) {
    .section_title {
      font-size: 20px; } }

.side {
  padding: 0; }
  @media screen and (max-width: 767px) {
    .side {
      margin-top: 0px; } }
  .side .btn {
    padding: 0 5px; }
  .side .infomation {
    padding: 0 5px 0 0px;
    max-height: 300px;
    overflow-y: scroll; }
    .side .infomation ul {
      list-style-type: none; }
    .side .infomation li {
      border-bottom: 1px dashed #2e2e2e;
      margin-bottom: 10px; }
      .side .infomation li p {
        font-size: 1.4rem;
        color: #2e2e2e; }
    @media screen and (max-width: 767px) {
      .side .infomation {
        padding: 0 5px; }
        .side .infomation li:nth-child(n + 3) {
          /*	display:none; */
          /* css指定 */ } }
    .side .infomation .dt {
      font-family: "Montserrat", sans-serif;
      font-size: 1.6rem;
      margin-bottom: 0; }

.home .regist-btn {
  margin-bottom: 30px;
  min-width: 60%; }
.home .midashi {
  /*text-align:center;*/
  padding: 0 .4em .2em;
  border-bottom: 3px solid #2589d0;
  /*background-color: #ffffff;*/
  color: #333333; }
.home .top-word {
  font-size: 38px; }
  @media screen and (max-width: 767px) {
    .home .top-word {
      font-size: 28px; } }
.home .mainvisual {
  position: relative; }
.home .overlay {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 35%;
  /*text-align:center;*/ }
  .home .overlay h2 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.6em;
    line-height: 60px; }
  .home .overlay ul {
    /*background: linear-gradient(to right,rgba(255,255,255,0.5),rgba(255,255,255,0.0));
    list-style: none;*/
    background-color: rgba(255, 255, 255, 0.5);
    /*width:1500px;*/
    list-style-type: none;
    margin: auto; }
    .home .overlay ul li {
      font-size: 24px;
      /*font-weight:bold;*/
      letter-spacing: 0.6em;
      line-height: 60px;
      padding: 20px 0;
      margin-bottom: 10px; }
  .home .overlay a {
    width: 200px;
    margin: auto; }
  @media screen and (max-width: 767px) {
    .home .overlay h2 {
      font-size: 18px;
      letter-spacing: 3px;
      line-height: 25px;
      margin-bottom: 10px; }
    .home .overlay ul {
      width: 100%; }
      .home .overlay ul li {
        font-size: 14px;
        letter-spacing: 3px;
        line-height: 25px;
        margin-bottom: 10px;
        font-weight: normal;
        padding: 10px 0; }
    .home .overlay a {
      width: 120px;
      margin: auto;
      padding: 8px;
      font-size: 12px; } }

.bbox {
  position: relative;
  background-color: white;
  border-radius: 8px;
  max-width: 1200px;
  width: 100%;
  margin: 20px auto;
  padding: 24px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.6);
  text-align: center; }
  .bbox img {
    margin: 20px;
    border: solid 1px #ddd;
    width: 300px; }

.indexabout {
  margin: 20px 0; }
  .indexabout h1 {
    font-size: 2.6rem;
    margin: auto .2em;
    /*font-weight:bold;*/
    /*text-shadow: 2px 2px 0 rgba(0,0,0,.2);*/ }
  .indexabout h1 strong {
    background: linear-gradient(transparent 60%, #ffc6fa 60%);
    background: -webkit-linear-gradient(transparent 60%, #ffc6fa 60%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fff), color-stop(90%, #ffc6fa)); }
  .indexabout .dect {
    margin: auto .5em; }
  .indexabout ul {
    list-style: decimal;
    text-align: left;
    padding: 0 10%; }
  .indexabout .withcorona {
    border: 3px solid #e02745;
    color: #e02745;
    padding: 10px;
    text-align: center;
    width: 70%;
    margin: 20px auto; }
  .indexabout img {
    float: left;
    padding: 0 10px; }
  @media screen and (max-width: 767px) {
    .indexabout h1 {
      font-size: 1.8rem;
      line-height: 2.2rem; }
    .indexabout .dect {
      font-size: 1.4rem;
      line-height: 2.2rem; }
    .indexabout .withcorona {
      width: 100%;
      font-size: 1.4rem; } }

.indexflow {
  max-width: 700px;
  margin: auto auto;
  padding: 0; }
  .indexflow h1 img {
    margin: auto; }
  @media screen and (min-width: 768px) {
    .indexflow .step-lower {
      float: right; } }
  .indexflow .fh5co-flow {
    margin-bottom: 30px;
    position: relative;
    padding: 0; }
    .indexflow .fh5co-flow .fh5co-flow-icon {
      margin-bottom: 30px;
      display: block; }
      .indexflow .fh5co-flow .fh5co-flow-icon i {
        font-size: 50px;
        color: #083388; }
    .indexflow .fh5co-flow .fh5co-flow-title {
      max-width: 135px;
      margin-bottom: 0;
      padding: 0 10px;
      font-size: 1.5rem;
      text-align: left;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .indexflow .fh5co-flow .fh5co-flow-title {
          max-width: 100%;
          margin-bottom: 0;
          padding: 0 10px;
          font-size: 2.0rem;
          text-align: left;
          font-weight: bold; } }
      .indexflow .fh5co-flow .fh5co-flow-title.upper {
        position: absolute;
        top: 50px;
        left: 31%; }
      .indexflow .fh5co-flow .fh5co-flow-title.step3 {
        position: absolute;
        top: 30px;
        left: 35%; }
      .indexflow .fh5co-flow .fh5co-flow-title.lower {
        position: absolute;
        top: 50px;
        left: 38%; }
      @media screen and (max-width: 767px) {
        .indexflow .fh5co-flow .fh5co-flow-title.upper {
          position: absolute;
          top: 30%;
          left: 10%; }
          .indexflow .fh5co-flow .fh5co-flow-title.upper p {
            display: inline; }
        .indexflow .fh5co-flow .fh5co-flow-title.step3 {
          position: absolute;
          top: 30%;
          left: 10%; }
        .indexflow .fh5co-flow .fh5co-flow-title.lower {
          position: absolute;
          top: 30%;
          left: 10%; }
          .indexflow .fh5co-flow .fh5co-flow-title.lower p {
            display: inline; } }
    .indexflow .fh5co-flow .kome {
      font-size: 1.2rem;
      line-height: 1.5rem; }

.indexguide {
  padding: 5em 0; }
  .indexguide h2 img {
    margin: auto; }
  .indexguide .guide3box {
    display: flex; }
    @media screen and (max-width: 767px) {
      .indexguide .guide3box {
        display: block; } }
  .indexguide .fh5co-press-box {
    border-right: dashed 1px #083388;
    padding-left: 5px;
    padding-right: 5px; }
    @media screen and (max-width: 767px) {
      .indexguide .fh5co-press-box {
        border-right: none;
        border-bottom: dashed 1px #083388; } }
    .indexguide .fh5co-press-box:last-child {
      border-right: none;
      border-bottom: none; }
  .indexguide .fh5co-press-item {
    background: #ffffff; }
    .indexguide .fh5co-press-item ul {
      padding: 5px; }
    .indexguide .fh5co-press-item li {
      display: block;
      list-style: none; }
    .indexguide .fh5co-press-item img {
      margin: 0;
      width: 100%; }
    .indexguide .fh5co-press-item .fh5co-press-text,
    .indexguide .fh5co-press-item .fh5co-press-img {
      width: 100%; }
      @media screen and (max-width: 767px) {
        .indexguide .fh5co-press-item .fh5co-press-text,
        .indexguide .fh5co-press-item .fh5co-press-img {
          height: inherit;
          float: none !important;
          width: 100%; } }
    .indexguide .fh5co-press-item .fh5co-press-title {
      margin-top: 0;
      margin-bottom: 0;
      position: relative;
      padding-bottom: 10px;
      float: left; }
      .indexguide .fh5co-press-item .fh5co-press-title .img {
        float: left;
        padding: 12px; }
      .indexguide .fh5co-press-item .fh5co-press-title .txt {
        float: left;
        margin: 0 0 0 5px; }
      .indexguide .fh5co-press-item .fh5co-press-title .subtitle {
        font-size: 1.6rem; }
      .indexguide .fh5co-press-item .fh5co-press-title .fh5co-border {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 30px;
        background: #083388; }
      .indexguide .fh5co-press-item .fh5co-press-title:after {
        clear: both; }
    .indexguide .fh5co-press-item .fh5co-press-text {
      padding: 5px;
      padding-left: 2em;
      text-indent: -1em;
      font-size: 1.2rem;
      color: #2e2e2e; }
    .indexguide .fh5co-press-item .fh5co-press-img {
      padding: 5px;
      margin-bottom: 10px; }

.schedule h1 img {
  margin: auto; }
.schedule h2 {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .schedule h2 {
      font-size: 16px; } }
.schedule .info {
  text-align: center; }
  .schedule .info p {
    margin: 0 0 10px 0;
    font-size: 1.5rem; }
  @media screen and (max-width: 767px) {
    .schedule .info {
      text-align: left; } }
.schedule .roomname {
  background-color: #083388;
  color: #ffffff;
  padding: 10px;
  border-radius: 100px; }
.schedule .ggmap {
  position: relative;
  padding-bottom: 75%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .schedule .ggmap {
      padding-bottom: 100%; } }
.schedule .ggmap iframe,
.schedule .ggmap object,
.schedule .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.photo h1 img {
  margin: auto; }
@media screen and (max-width: 767px) {
  .photo .photolist div {
    padding: 5px; } }
.photo .photolist img {
  height: auto;
  margin: 0; }
.photo .photolist .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
.photo .photolist .caption {
  font-size: 1.2rem; }

.price {
  /* 下中央（ぼかしなし） */ }
  .price h1 img {
    margin: auto; }
  .price .bubble {
    display: inline-block;
    position: relative;
    /*border-radius:5px;*/
    width: 100%;
    margin-bottom: 30px; }
  .price .bubble:before {
    position: absolute;
    content: " ";
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg); }
  .price h2.bubble-inner {
    padding: 1rem;
    text-align: center;
    font-weight: 500;
    font-size: 2rem;
    background: #eeeeee;
    border-radius: 5px;
    margin: 0;
    line-height: inherit;
    /* transform z-index hack */
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg); }
  .price .shadow, .price .shadow:before {
    box-shadow: 0 0 0 2px #083388;
    -webkit-box-shadow: 0 0 0 2px #083388;
    background: #eeeeee; }
  .price .bubble-bottom:before {
    bottom: -7px;
    left: 50%;
    margin-left: -10px; }
  .price .shiharai {
    margin-bottom: 50px; }
    .price .shiharai p {
      margin-bottom: 0;
      color: #2e2e2e; }
    .price .shiharai .kome {
      font-size: 1.4rem;
      margin-left: 1rem; }
  .price .room {
    margin-bottom: 50px; }
    .price .room p {
      margin-bottom: 10px;
      /*color:$brand-darker;*/ }
    .price .room .title {
      padding: 0 0; }
    .price .room .time {
      font-size: 2.8rem;
      font-weight: bold;
      margin-top: 1rem;
      margin-bottom: 10px; }
    .price .room .row {
      margin-bottom: 30px; }
    .price .room .kome {
      /* color:red;*/
      font-size: 1.4rem;
      margin-left: 1rem; }
    .price .room .txt {
      padding: 0; }
    .price .room .tax {
      font-size: 1.4rem; }
    .price .room ul {
      /*display:table;*/
      list-style-type: none;
      padding: 0;
      margin-bottom: 0;
      width: 100%; }
    .price .room li {
      display: inline-block;
      vertical-align: top;
      /*text-align:center;*/
      margin-bottom: 10px;
      width: 49%;
      /*float:left;*/ }
      .price .room li p {
        font-size: 1.4rem; }
    .price .room li:nth-child(odd) {
      font-size: 1.8rem; }
    .price .room li:nth-child(even) {
      font-size: 2.0rem;
      font-weight: bold;
      padding: 0 20px 0 5px;
      text-align: right; }
      @media screen and (max-width: 767px) {
        .price .room li:nth-child(even) {
          padding: 0 5px 0 5px;
          font-size: 1.8rem; } }
    .price .room .attr {
      border: 3px solid #e02745;
      color: #e02745;
      padding: 10px;
      text-align: center; }
    .price .room .campaign {
      font-size: 1.5rem;
      color: red; }
    .price .room .caption {
      font-size: 2.0rem;
      margin-bottom: 10px;
      padding-left: 10px;
      border-left: 3px solid #2e2e2e;
      color: #2e2e2e; }
      @media screen and (max-width: 767px) {
        .price .room .caption {
          font-size: 16px; } }

.equipment {
  /* IE6 */
  /* IE7 */
  /**
   * アコーディオンがオープン時はマイナスアイコンに変更
  **/ }
  .equipment p {
    /*margin-bottom:2px;*/
    color: #2e2e2e; }
  .equipment img {
    margin-bottom: 0;
    padding: 4px; }
  .equipment .option-pay {
    margin-bottom: 20px; }
  .equipment .option-free {
    margin-bottom: 20px; }
    .equipment .option-free p {
      margin-left: 1em; }
  .equipment .product {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .equipment .product {
        margin-bottom: 0; } }
  .equipment .title {
    padding: 0 0;
    margin: 0 0 20px 0; }
  .equipment .box {
    border: solid 1px #ddd;
    padding: 20px;
    margin: 0 10px; }
    @media screen and (max-width: 767px) {
      .equipment .box {
        margin: 10px 0; }
        .equipment .box img {
          max-width: 50%;
          margin: auto; } }
  .equipment .detail {
    font-size: 1.4rem;
    padding-left: 1em; }
    .equipment .detail p {
      margin-bottom: 2px;
      line-height: 1.6em; }
  .equipment .wrap {
    display: flex; }
    @media screen and (max-width: 767px) {
      .equipment .wrap {
        display: block; } }
  .equipment .r_title {
    padding-left: 50px;
    background: url("../images/qr_pay_rgb.jpg") no-repeat left top 2px;
    background-size: 40px; }
  .equipment .txt {
    padding: 0 0; }
  .equipment .name {
    border-left: 3px solid #2e2e2e;
    font-size: 1.6rem;
    color: #2e2e2e;
    padding-left: 10px;
    margin-bottom: 5px;
    font-weight: bold; }
  .equipment .price {
    font-size: 1.6rem;
    padding: 0 0;
    font-weight: bold;
    text-decoration: underline;
    text-align: right;
    margin-bottom: 5px; }
  .equipment .tax {
    font-size: 1.4rem; }
  .equipment .included {
    font-size: 1.6rem; }
  .equipment .attr {
    border: 3px solid #e02745;
    color: #e02745;
    padding: 10px;
    text-align: center; }
  .equipment .popico {
    font-size: 16px;
    padding-left: 10px; }
  .equipment .clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0; }
  .equipment * html .clearfix {
    zoom: 1; }
  .equipment *:first-child + html .clearfix {
    zoom: 1; }
  .equipment details summary h2::before {
    font-family: icomoon;
    content: '\e114';
    margin-right: 20px; }
  .equipment details[open] summary h2::before {
    content: '\e115'; }
  .equipment .glyphicon-picture:before {
    font-family: icomoon;
    content: "\e000"; }

.flow h1 img {
  margin: auto; }
.flow .flow-step {
  padding: 20px 0 20px 0;
  border-bottom: 1px dashed #083388; }
  .flow .flow-step .title {
    display: flex;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px; }
    .flow .flow-step .title .left {
      float: left;
      padding-top: 12px; }
    .flow .flow-step .title img {
      float: left;
      padding-right: 20px;
      margin-bottom: 0; }
    .flow .flow-step .title h2 {
      font-size: 2.2rem;
      font-weight: bold;
      margin-bottom: 0;
      line-height: inherit; }
  .flow .flow-step .desc {
    padding-left: 85px;
    font-size: 1.6rem;
    color: #2e2e2e;
    text-indent: -1em; }
    .flow .flow-step .desc .kome {
      padding-left: 0; }
    @media screen and (max-width: 767px) {
      .flow .flow-step .desc {
        padding-left: 15px;
        font-size: 1.4rem; } }

.guide h1 img {
  margin: auto; }
.guide p {
  margin-bottom: 5px; }
.guide ul {
  list-style: decimal;
  text-align: left;
  padding: 0 5%; }
.guide .withcorona {
  border: 3px solid #e02745;
  color: #e02745;
  padding: 20px;
  /*text-align: center;*/
  /*width:70%;*/
  margin: 20px auto; }
@media screen and (max-width: 767px) {
  .guide .withcorona {
    width: 100%;
    font-size: 1.4rem; } }
.guide .top {
  border: 3px solid #083388;
  color: #083388;
  padding: 20px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .guide .top {
      width: 100%;
      font-size: 1.6rem;
      text-align: left; } }
.guide .guide-step {
  padding: 25px 0 25px 0;
  border-bottom: 1px dashed #083388; }
  .guide .guide-step .title {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px; }
    .guide .guide-step .title .num {
      float: left;
      padding-right: 15px; }
    .guide .guide-step .title .left {
      float: left; }
      .guide .guide-step .title .left p:first-child {
        margin-bottom: 10px; }
    .guide .guide-step .title img {
      margin-bottom: 0; }
    .guide .guide-step .title p {
      margin-bottom: 0; }
.guide .desc {
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.5rem;
  color: #2e2e2e;
  text-indent: -1em;
  margin-bottom: 5px; }
  .guide .desc .kome {
    padding-left: 0; }
  .guide .desc img {
    margin-right: 20px; }
.guide .bubble {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px; }
.guide .bubble:before {
  content: " ";
  height: 20px;
  width: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg); }
.guide .bubble-inner {
  padding: 1rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  color: #ffffff;
  background: #083388;
  border-radius: 5px;
  /* transform z-index hack */
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg); }
.guide .menseki .desc {
  font-size: 1.5rem; }
.guide #cancel .well p {
  text-indent: 0em;
  font-weight: bold;
  padding: 0; }

.fixedguide .contents p {
  margin: 0 0 10px 25px; }
  @media screen and (max-width: 767px) {
    .fixedguide .contents p {
      margin: 0 0 10px 15px; } }
.fixedguide .contents .h3 {
  margin-bottom: 15px; }
.fixedguide .contents ul {
  list-style-type: decimal;
  margin-left: 30px; }
  .fixedguide .contents ul.table {
    list-style-type: none;
    margin-left: 25px;
    padding-left: 0; }
  @media screen and (max-width: 767px) {
    .fixedguide .contents ul {
      margin-left: 15px; } }
  .fixedguide .contents ul li {
    padding-bottom: 10px; }

.access h1 img {
  margin: auto; }
.access .desc {
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.6rem; }
.access #route .desc {
  text-indent: -1em; }
.access .date {
  margin: 20px 0 20px 0;
  padding-right: 1em;
  font-size: 2rem;
  font-weight: bold; }
.access .row {
  padding-bottom: 30px; }
.access .line {
  border-right: 1px dashed #083388; }
.access .ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
.access .attr {
  border: 3px solid #e02745;
  color: #e02745;
  padding: 10px;
  text-align: center; }
.access .ggmap iframe,
.access .ggmap object,
.access .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.reserve .controls {
  width: 60%; }
  @media screen and (max-width: 991px) {
    .reserve .controls {
      width: 100%; } }
.reserve label {
  padding-top: 0 !important;
  padding-right: 20px;
  margin-bottom: 0; }
.reserve .control-label {
  font-weight: bold;
  border-left: 5px solid #4c9ac0;
  /*border-bottom: 2px dashed #B4B4B4;*/
  padding: 0em 0 0.3em 0.5em; }
@media screen and (max-width: 991px) {
  .reserve .form-horizontal .control-label {
    text-align: left; } }
.reserve textarea {
  width: 100%; }
.reserve button {
  margin-bottom: 10px; }
.reserve ul {
  list-style-type: none; }
.reserve #option ul {
  width: 100%;
  display: block;
  overflow: hidden;
  padding-left: 0;
  margin: 0; }
.reserve #option ul li {
  width: 50%;
  float: left;
  /*	min-height: 55px;*/
  /*margin-bottom:25px;*/ }
  @media screen and (max-width: 767px) {
    .reserve #option ul li {
      width: 100%;
      float: none;
      min-height: initial; } }
@media screen and (max-width: 767px) {
  .reserve #option ul li:nth-child(odd) {
    margin-bottom: 0px; } }
@media screen and (max-width: 767px) {
  .reserve #option ul li:nth-child(even) {
    padding-left: 0;
    margin-bottom: 0; } }
.reserve #payment ul li {
  margin-bottom: 15px; }
.reserve .desc {
  font-size: 1.4rem;
  text-indent: 0; }
.reserve #room .desc {
  padding-left: 1.5em; }
.reserve input[type="radio"], .reserve input[type="checkbox"] {
  margin: 4px 5px 0; }
.reserve .thanks_mes {
  border: solid 1px #ddd;
  width: 720px;
  margin: auto;
  margin-top: 50px;
  padding: 30px; }
  @media screen and (max-width: 767px) {
    .reserve .thanks_mes {
      width: 100%; } }
.reserve #reserve_msg {
  text-align: center;
  font-size: 2rem;
  color: red; }

.datepicker-days th.dow:first-child, .datepicker-days td:first-child {
  color: #ff0000; }

.datepicker-days th.dow:last-child, .datepicker-days td:last-child {
  color: #0000ff; }

.news table {
  border-collapse: collapse;
  margin: 0 auto; }
.news td, .news th {
  padding: 10px 30px;
  border: 1px solid #ccc;
  text-align: right; }
  @media screen and (max-width: 768px) {
    .news td, .news th {
      padding: 10px 10px;
      font-size: 1.4rem; } }
.news thead th {
  color: #fff;
  background: #005ab3;
  text-align: center; }
.news tbody th {
  color: #fff;
  background: #005ab3;
  text-align: left; }
.news table tr td:nth-child(odd) {
  background: #e6f2ff; }
.news .center {
  text-align: center; }
.news .info {
  margin-bottom: 20px; }
  .news .info p {
    margin: 0; }

.fh5co-half {
  float: left;
  width: 100%;
  background: #f5f8f5; }
  .fh5co-half .fh5co-50 {
    height: 500px;
    float: left; }
  .fh5co-half .fh5co-right {
    float: right;
    display: table; }
  .fh5co-half .fh5co-text {
    display: table-cell;
    vertical-align: middle; }
  .fh5co-half .fh5co-half-img {
    background-size: cover;
    width: 50%;
    background-repeat: no-repeat; }
    @media screen and (max-width: 768px) {
      .fh5co-half .fh5co-half-img {
        width: 100%;
        height: 300px; } }
  .fh5co-half .fh5co-half-text {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .fh5co-half .fh5co-half-text {
        width: 100%;
        height: inherit;
        padding-top: 20px;
        padding-bottom: 20px; } }

footer {
  border-top: #000000 solid 1px;
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 20px;
  height: auto;
  text-align: center; }

#fh5co-footer {
  padding: 0 0;
  background: url("../images/footer_line.png") repeat-x; }
  @media screen and (max-width: 768px) {
    #fh5co-footer {
      margin-bottom: 60px; } }
  #fh5co-footer .map {
    padding-top: 0;
    height: 217px;
    background: url("../images/footermap.png");
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      #fh5co-footer .map {
        padding: 0 0;
        height: auto;
        background: none; } }
  #fh5co-footer .sns {
    padding-bottom: 20px; }
    #fh5co-footer .sns svg {
      width: 32px;
      height: 32px;
      margin: 0;
      fill: #14171A; }
    #fh5co-footer .sns img {
      width: 32px;
      height: 32px;
      margin: 0; }
    #fh5co-footer .sns li {
      display: inline-block;
      padding: 0 16px 0 0;
      margin-bottom: 0; }
  #fh5co-footer .sp-sns {
    background-color: white;
    margin: 0;
    padding: 20px 0; }
    #fh5co-footer .sp-sns img {
      margin: 0 auto; }
  #fh5co-footer .footer-logo {
    padding-top: 30px; }
    @media screen and (max-width: 768px) {
      #fh5co-footer .footer-logo {
        /*padding-left:16%;*/ } }
  #fh5co-footer a {
    color: #bababa;
    border-bottom: 1px solid transparent; }
    #fh5co-footer a:hover, #fh5co-footer a:active, #fh5co-footer a:focus {
      outline: none;
      color: #2e2e2e;
      border-bottom: 1px solid #083388; }
  #fh5co-footer ul {
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 768px) {
      #fh5co-footer ul {
        text-align: center; } }
    #fh5co-footer ul li {
      padding: 0;
      margin: 0;
      list-style: none;
      margin-bottom: 5px; }
      @media screen and (max-width: 768px) {
        #fh5co-footer ul li {
          display: inline-block; } }
  #fh5co-footer .fh5co-copyright {
    font-size: 13px; }
  #fh5co-footer .fh5co-footer-widget {
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      #fh5co-footer .fh5co-footer-widget {
        margin-bottom: 30px; } }
  #fh5co-footer .fh5co-copyright {
    margin-top: 0px;
    color: #ffffff; }
  #fh5co-footer .footer-blue {
    background-color: #083388;
    color: #ffffff; }
  #fh5co-footer .footer-menulist {
    padding-top: 25px;
    padding-bottom: 10px; }
    #fh5co-footer .footer-menulist ul li {
      display: inline-block;
      padding-right: 35px;
      position: relative; }
      #fh5co-footer .footer-menulist ul li:before {
        font-family: 'themify';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #ffffff !important;
        position: absolute;
        content: "\e649";
        left: -1.1em;
        top: 23%; }
    #fh5co-footer .footer-menulist a {
      color: #ffffff; }
  #fh5co-footer .legal {
    text-align: center;
    width: 100%; }
    #fh5co-footer .legal ul {
      padding: 0;
      margin: 0; }
      #fh5co-footer .legal ul li {
        display: inline-block;
        padding: 0 20px;
        margin: 0;
        list-style: none;
        margin-bottom: 5px;
        font-size: 1.2rem; }
    #fh5co-footer .legal a {
      color: #ffffff; }
  #fh5co-footer .box {
    background-color: #ffffff;
    padding: 1px 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 1.4rem; }
  #fh5co-footer .telno {
    font-family: "Montserrat", sans-serif;
    padding-left: 10px;
    font-size: 24px;
    font-weight: bold; }
    #fh5co-footer .telno a {
      color: #083388; }
  #fh5co-footer .kome {
    font-size: 1.4rem; }
  #fh5co-footer .eng-map {
    margin-top: 0px;
    margin-bottom: 0px;
    float: right; }
    #fh5co-footer .eng-map img {
      margin-bottom: 0px; }
  #fh5co-footer .map-shot {
    background: url("../images/map_shot.png");
    height: 217px; }

@media screen and (max-width: 480px) {
  #fh5co-form-subscribe .form-group {
    width: 100%; } }
#fh5co-form-subscribe .btn-subscribe-send {
  padding-top: 11px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 0px;
  margin-left: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media screen and (max-width: 480px) {
    #fh5co-form-subscribe .btn-subscribe-send {
      margin-left: 0px;
      width: 100%; } }
@media screen and (max-width: 480px) {
  #fh5co-form-subscribe #subscribe-email {
    margin-left: 0px; } }

.fh5co-social {
  padding: 0;
  margin: 3em 0 0 0;
  float: right; }
  @media screen and (max-width: 768px) {
    .fh5co-social {
      float: none; } }
  .fh5co-social li {
    padding: 0;
    margin: 0;
    display: inline-block; }
  .fh5co-social a {
    font-size: 18px;
    border-bottom: none !important;
    margin: 0 10px; }
    .fh5co-social a i {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      color: #2e2e2e; }
    .fh5co-social a:hover, .fh5co-social a:active, .fh5co-social a:focus {
      border-bottom: none !important; }
      .fh5co-social a:hover i, .fh5co-social a:active i, .fh5co-social a:focus i {
        color: #083388; }

.fh5co-nav-toggle {
  display: inline-block;
  /*width:100px;*/
  height: 25px;
  cursor: pointer;
  text-decoration: none; }
  .fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
    background: #2e2e2e; }
  .fh5co-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 3px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #083388;
    transition: all .2s ease-out; }
    .fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
      content: '';
      width: 20px;
      height: 3px;
      background: #083388;
      position: absolute;
      left: 0;
      transition: all .2s ease-out; }
  .fh5co-nav-toggle.fh5co-nav-white > i {
    color: #ffffff;
    background: #ffffff; }
    .fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
      background: #ffffff; }

.fh5co-nav-toggle i::before {
  top: -7px; }

.fh5co-nav-toggle i::after {
  bottom: -7px; }

.fh5co-nav-toggle:hover i::before {
  top: -7px; }

.fh5co-nav-toggle:hover i::after {
  bottom: -7px; }

.fh5co-nav-toggle.active i {
  background: transparent; }

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); }

.fh5co-nav-toggle {
  position: relative;
  margin-left: 0px;
  margin-top: 0px;
  z-index: 1;
  display: block;
  margin: 0 auto;
  display: none; }
  @media screen and (max-width: 991px) {
    .fh5co-nav-toggle {
      display: block; } }

.fh5co-sidebar-nav ul {
  padding: 0;
  margin: 0; }
  .fh5co-sidebar-nav ul li {
    padding: 0;
    margin: 0 0 .5em 0;
    line-height: 24px;
    list-style: none; }
    .fh5co-sidebar-nav ul li a {
      display: block;
      float: left;
      width: 100%;
      margin-bottom: 10px; }
.fh5co-sidebar-nav .fh5co-sidebar-nav-desc {
  font-size: 14px;
  color: #ccc !important;
  line-height: 20px;
  display: block;
  cursor: pointer; }
.fh5co-sidebar-nav a:hover .fh5co-sidebar-nav-desc {
  color: #2e2e2e !important; }

.flexslider {
  margin: 0 0 0; }

.flex-direction-nav a:before {
  content: url("../images/top_slide_arrow_l.png");
  height: 166px; }
  @media screen and (max-width: 767px) {
    .flex-direction-nav a:before {
      content: url("../images/top_slide_arrow_l_sp.png");
      height: 78px; } }

.flex-direction-nav a.flex-next:before {
  content: url("../images/top_slide_arrow_r.png");
  height: 166px; }
  @media screen and (max-width: 767px) {
    .flex-direction-nav a.flex-next:before {
      content: url("../images/top_slide_arrow_r_sp.png");
      height: 78px; } }

.flex-direction-nav a {
  height: 166px;
  top: 40%;
  opacity: 0.7; }
  @media screen and (max-width: 767px) {
    .flex-direction-nav a {
      height: 78px; } }

.flex-direction-nav .flex-prev {
  left: -15px; }
  @media screen and (max-width: 767px) {
    .flex-direction-nav .flex-prev {
      left: -8px; } }

.flex-direction-nav .flex-next {
  right: -15px;
  text-align: right; }
  @media screen and (max-width: 767px) {
    .flex-direction-nav .flex-next {
      right: -8px; } }

.flexslider:hover .flex-direction-nav .flex-prev {
  left: -15px; }
  @media screen and (max-width: 767px) {
    .flexslider:hover .flex-direction-nav .flex-prev {
      left: -8px; } }

.flexslider:hover .flex-direction-nav .flex-next {
  right: -15px; }
  @media screen and (max-width: 767px) {
    .flexslider:hover .flex-direction-nav .flex-next {
      right: -8px; } }

#carousel .flex-direction-nav a:before {
  content: url("../images/thumb_arrow_l.png");
  width: 32px;
  height: 32px; }

@media screen and (max-width: 767px) {
  #carousel {
    display: none; } }
#carousel .flex-direction-nav a.flex-next:before {
  content: url("../images/thumb_arrow_r.png");
  width: 32px;
  height: 32px; }
#carousel .flex-direction-nav a {
  height: 32px; }

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0; }

@media screen and (max-width: 767px) {
  .owl-carousel .owl-controls .owl-nav {
    display: none; } }

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%; }

.owl-carousel .owl-controls .owl-nav .owl-next {
  left: 0;
  left: -70px;
  margin-top: -60px; }
  .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    margin-top: -65px; }
    .owl-carousel .owl-controls .owl-nav .owl-next:hover i:before {
      color: #083388; }

.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: -70px;
  margin-top: 0px; }
  .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
    margin-top: 5px; }
    .owl-carousel .owl-controls .owl-nav .owl-prev:hover i:before {
      color: #083388; }

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #2e2e2e; }
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000000; }

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #ffffff; }
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #ffffff; }

@media screen and (max-width: 767px) {
  .owl-theme .owl-controls .owl-nav {
    display: none; } }

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important; }
  .owl-theme .owl-controls .owl-nav [class*="owl-"] i {
    font-size: 30px; }
    .owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
      background: none !important; }
  .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
    background: none !important; }

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center; }

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: -2.5em; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid transparent; }
  .owl-theme .owl-dots .owl-dot span:hover {
    background: none;
    border: 2px solid #083388; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  border: 2px solid #083388; }

.owl-prev {
  background-image: url("../images/top_slide_arrow_l.png"); }

.quote {
  width: 75%;
  margin: 0 auto;
  font-size: 28px;
  line-height: 38px; }
  .quote cite {
    margin-top: 20px;
    display: block;
    font-size: 20px;
    font-style: normal; }
  @media screen and (max-width: 768px) {
    .quote {
      font-size: 20px;
      width: 100%; } }

#map {
  width: 100%;
  height: 400px; }

/* Buttons */
.btn {
  font-family: "Montserrat", "Noto Sans Japanese", sans-serif;
  border-bottom: none !important;
  /*text-transform: uppercase;*/
  letter-spacing: 2px;
  /*font-size:1.6rem;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.5; }
  .btn:hover, .btn:focus, .btn:active {
    box-shadow: none;
    outline: none !important;
    border-color: transparent; }
  .btn.fh5co-btn-icon {
    text-transform: none !important;
    letter-spacing: normal !important;
    padding-left: 15px;
    padding-right: 15px; }
  .btn.btn-lg {
    padding: 30px; }
  .btn.btn-md {
    padding: 15px; }
  .btn.btn-sm {
    padding: 12px; }
  .btn.btn-xs {
    padding: 10px; }

.btn-outline {
  border: 2px solid #083388 !important;
  background: transparent;
  /*background-image: url(../images/top_reserve_btn_sp.png);*/
  color: #083388; }
  .btn-outline:hover, .btn-outline:active, .btn-outline:focus {
    border: 2px solid #282e3c !important;
    background: #282e3c;
    color: #ffffff; }

.btn-block {
  width: 100%; }

.btn-primary {
  background: #083388;
  border: 2px solid #083388; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #062666; }

.btn-success {
  background: #00e195;
  border: 2px solid #00e195; }
  .btn-success:hover, .btn-success:active, .btn-success:focus {
    background: #00bd7d; }

.btn-danger {
  background: #e02745;
  border: 2px solid #e02745; }
  .btn-danger:hover, .btn-danger:active, .btn-danger:focus {
    opacity: 0.6;
    /*background: darken($brand-danger, 7%);*/ }

.btn-info {
  background: #0bbff2;
  border: 2px solid #0bbff2; }
  .btn-info:hover, .btn-info:active, .btn-info:focus {
    background: #09a4d0; }

.btn-warning {
  background: #ffd042;
  border: 2px solid #ffd042; }
  .btn-warning:hover, .btn-warning:active, .btn-warning:focus {
    background: #ffc71e; }

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  border-color: transparent; }

.dark {
  color: #2e2e2e !important; }

.red {
  color: red !important; }

.form-control {
  box-shadow: none !important;
  border: 2px solid #ccc; }
  .form-control:hover, .form-control:focus, .form-control:active {
    outline: none;
    box-shadow: none !important;
    border: 2px solid #083388; }

.fh5co-spacer {
  clear: both;
  position: relative;
  border: none;
  padding: 0;
  margin: 0; }

.fh5co-spacer-xlg {
  height: 150px; }
  @media screen and (max-width: 767px) {
    .fh5co-spacer-xlg {
      height: 80px; } }

.fh5co-spacer-lg {
  height: 100px; }
  @media screen and (max-width: 767px) {
    .fh5co-spacer-lg {
      height: 70px; } }

.fh5co-spacer-md {
  height: 80px; }
  @media screen and (max-width: 767px) {
    .fh5co-spacer-md {
      height: 50px; } }

.fh5co-spacer-sm {
  height: 50px; }
  @media screen and (max-width: 767px) {
    .fh5co-spacer-sm {
      height: 20px; } }

.fh5co-spacer-xs {
  height: 30px; }
  @media screen and (max-width: 767px) {
    .fh5co-spacer-xs {
      height: 20px; } }

.fh5co-spacer-xxs {
  height: 30px; }

.fh5co-letter-spacing {
  letter-spacing: 1px; }

.fh5co-no-margin-bottom {
  margin-bottom: 0 !important; }

.fh5co-uppercase-heading-sm {
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #7b7b7b; }
  .fh5co-uppercase-heading-sm.with-border {
    position: relative;
    padding-bottom: 10px; }
    .fh5co-uppercase-heading-sm.with-border .fh5co-border {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 30px;
      height: 2px;
      background: #083388; }

.form-group {
  margin-bottom: 30px; }

.image-popup:hover {
  opacity: .7; }

.fh5co-call-to-action {
  background-color: #083388;
  background-size: cover;
  background-attachment: fixed;
  position: relative; }
  .fh5co-call-to-action .fh5co-call-to-action-text {
    font-size: 50px;
    line-height: 60px;
    font-family: "Noto Sans Japanese", sans-serif;
    text-transform: uppercase; }
  .fh5co-call-to-action .btn {
    margin-bottom: 0 !important;
    padding-left: 50px;
    padding-right: 50px; }
  .fh5co-call-to-action > .fh5co-overlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5); }
  .fh5co-call-to-action .fh5co-call-to-action-wrap {
    position: relative;
    padding: 50px 0;
    display: table;
    width: 100%; }
    .fh5co-call-to-action .fh5co-call-to-action-wrap .fh5co-call-to-action-inner {
      display: table-cell;
      vertical-align: middle;
      font-size: 50px;
      line-height: 62px;
      color: #ffffff;
      width: 100%; }

/* Accordions */
.fh5co-accordion .panel-title > a:hover {
  border-bottom: none !important; }
.fh5co-accordion .panel-heading {
  background: transparent;
  position: relative;
  cursor: pointer; }
  .fh5co-accordion .panel-heading .accordion-toggle {
    color: #083388; }
    .fh5co-accordion .panel-heading .accordion-toggle:after {
      font-family: 'themify';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #2e2e2e !important;
      position: absolute;
      content: "\e622";
      right: 15px;
      top: 16px; }
  .fh5co-accordion .panel-heading.collapsed .accordion-toggle {
    color: #2e2e2e !important; }
    .fh5co-accordion .panel-heading.collapsed .accordion-toggle:after {
      font-family: 'themify';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #2e2e2e !important;
      position: absolute;
      content: "\e61a";
      right: 15px;
      top: 16px; }

/* Progress Bars */
.progress {
  height: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  box-shadow: none; }

.progress-bar {
  box-shadow: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px; }
  .progress-bar.progress-bar-default {
    background: #083388; }
  .progress-bar.progress-bar-success {
    background: #00e195; }
  .progress-bar.progress-bar-info {
    background: #0bbff2; }
  .progress-bar.progress-bar-warning {
    background: #ffd042; }
  .progress-bar.progress-bar-danger {
    background: #e02745; }

img.fh5co-align-right {
  float: right;
  margin: 0 0 .5em 1em; }
  @media screen and (max-width: 480px) {
    img.fh5co-align-right {
      width: 100%;
      margin: 0 0 .5em 0; } }
img.fh5co-align-left {
  float: left;
  margin: 0 1em .5em 0; }
  @media screen and (max-width: 480px) {
    img.fh5co-align-left {
      width: 100%;
      margin: 0 0 .5em 0; } }
img.fh5co-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

a > img.fh5co-align-right {
  float: right;
  margin: 0 0 .5em 1em; }
  @media screen and (max-width: 480px) {
    a > img.fh5co-align-right {
      width: 100%;
      margin: 0 0 .5em 0; } }
a > img.fh5co-align-left {
  float: left;
  margin: 0 1em .5em 0; }
  @media screen and (max-width: 480px) {
    a > img.fh5co-align-left {
      width: 100%;
      margin: 0 0 .5em 0; } }
a > img.fh5co-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.fh5co-gotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  color: #ffffff !important;
  background: rgba(8, 51, 136, 0.5);
  padding: 5px;
  border-radius: 6px;
  z-index: 18; }
  @media screen and (max-width: 768px) {
    .fh5co-gotop {
      margin-bottom: 60px; } }
  .fh5co-gotop > i {
    position: relative;
    display: block;
    font-size: 20px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .fh5co-gotop img {
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .fh5co-gotop img {
        max-width: 50px; } }

/* Easy Rsponsive Tabs */
.fh5co-tab {
  clear: both;
  display: block; }

.resp-tab-active {
  color: #083388; }

.resp-tabs-list li {
  font-family: "Montserrat", "Noto Sans Japanese", sans-serif; }

.resp-content-active, .resp-accordion-active {
  display: block; }

.fh5co-tab-menu-icon {
  font-size: 20px;
  position: relative;
  float: left;
  margin-right: 10px; }
  @media screen and (max-width: 768px) {
    .fh5co-tab-menu-icon {
      margin-top: 7px; } }

/* Pricing Tables */
.fh5co-pricing-table-1 {
  font-family: "Montserrat", "Noto Sans Japanese", sans-serif; }
  @media screen and (max-width: 992px) {
    .fh5co-pricing-table-1 .fh5co-pricing-table-item {
      margin-bottom: 20px !important; } }
  @media screen and (max-width: 768px) {
    .fh5co-pricing-table-1 .fh5co-pricing-table-item {
      margin-bottom: 20px !important;
      float: left;
      width: 100%; } }
  .fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body,
  .fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading {
    text-align: center;
    float: left;
    width: 100%;
    padding: 1em 2em; }
  .fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading {
    background: #083388;
    color: #ffffff; }
    .fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 {
      font-size: 70px;
      position: relative;
      display: inline-block; }
      .fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 sup {
        position: absolute;
        top: 2px;
        margin-left: -7px; }
      .fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 sup, .fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 span {
        font-size: 14px;
        text-transform: uppercase; }
    .fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading p {
      color: rgba(255, 255, 255, 0.6);
      font-size: 14px;
      letter-spacing: 3px;
      text-transform: uppercase; }
  .fh5co-pricing-table-1 .fh5co-pricing-table-item.fh5co-best-offer .fh5co-pricing-table-item-heading {
    background: #083388;
    color: #ffffff; }
  .fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body {
    border: 2px solid #ccc;
    border-top: none; }
    .fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body ul {
      padding: 0;
      margin: 0; }
      .fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body ul li {
        list-style: none;
        padding: 0;
        margin: 0 0 10px 0; }
  .fh5co-pricing-table-1 .fh5co-pricing-table-item.fh5co-best-offer .fh5co-pricing-table-item-body {
    border: 2px solid #083388;
    border-top: none; }

.fh5co-no-margin-bottom {
  margin-bottom: 0 !important; }

.fh5co-letter-space {
  letter-spacing: 4px; }

.fh5co-link {
  font-family: "Montserrat", "Noto Sans Japanese", sans-serif; }
  .fh5co-link > i {
    margin-right: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .fh5co-link:hover > i {
    margin-right: 15px; }

.fh5co-btn-other-option {
  float: left;
  margin-right: 10px; }

.fh5co-other-option {
  margin-top: 12px;
  display: inline-block;
  float: left; }
  .fh5co-other-option .fh5co-or {
    margin-left: 10px;
    margin-right: 10px; }

.fh5co-uppercase-heading-sm {
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #7b7b7b; }

@media screen and (max-width: 480px) {
  #sidebanner {
    display: none; } }
#sidebanner {
  position: fixed;
  top: 30%;
  opacity: 0.9;
  z-index: 100; }
  #sidebanner ul {
    position: absolute;
    list-style: none; }
    #sidebanner ul li a {
      width: 50px;
      background: #083388;
      position: fixed;
      right: 0px;
      height: 200px;
      border-bottom-left-radius: 6px;
      border-top-left-radius: 6px; }
    #sidebanner ul li:first-child {
      position: relative;
      top: 0px; }
    #sidebanner ul li:last-child {
      position: relative;
      top: 250px; }
      #sidebanner ul li:last-child a {
        height: 150px; }
  #sidebanner a .sidebanner_txt {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .26em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
  #sidebanner a .sidebanner_link {
    display: block;
    display: -ms-flexbox;
    display: -webkit-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    height: 100%;
    justify-content: center;
    position: relative;
    -webkit-transition: opacity .35s ease;
    transition: opacity .35s ease;
    white-space: nowrap;
    width: 100%; }
  #sidebanner a .sidebanner_link2 a {
    position: relative;
    top: 250px; }
  #sidebanner a:hover {
    display: block;
    -webkit-transition: width ease-in-out 0.5s;
    /*マウスオーバーの動く時間を記入して滑らかさを調節*/
    -moz-transition: width ease-in-out 0.5s;
    -ms-transition: width ease-in-out 0.5s;
    -o-transition: width ease-in-out 0.5s;
    transition: width ease-in-out 0.5s; }

@media screen and (min-width: 481px) {
  #sidebanner_sp {
    display: none; } }
#sidebanner_sp {
  position: fixed;
  width: 100%;
  bottom: 0px;
  font-size: 0;
  opacity: 0.9;
  z-index: 99; }

/*メニューを横並びにする*/
#sidebanner_sp ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 60px; }
  #sidebanner_sp ul li {
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 0;
    margin: 0;
    font-size: 14px; }
    #sidebanner_sp ul li a {
      color: #fff;
      text-align: center;
      display: block;
      width: 100%;
      padding: 20px; }
  #sidebanner_sp ul li:first-child {
    background: #a94442;
    border-right: 1px solid #fff; }
  #sidebanner_sp ul li:last-child {
    background: #083388; }

/*左側メニューを赤色に*/
/*#sidebanner_sp */
/*左側メニューを紺色に*/
/*#sidebanner_sp */
/*ボタンを調整*/
/*#sidebanner_sp */

/*# sourceMappingURL=style.css.map */
