@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
.noTouch a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Add Reset
------------------------------------------------------------------------------*/
html {
  text-rendering: optimizeLegibility;
}

br {
  letter-spacing: 0 !important;
}

img {
  -ms-interpolation-mode: bicubic;
}

ul, ol {
  padding: 0;
}

li {
  list-style: none;
}

dd {
  margin-left: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, pre {
  margin-top: 0;
  margin-bottom: 0;
}

* {
  vertical-align: top;
}

* {
  filter: inherit;
}

p, li, dt, dd, th, td, pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
  word-wrap: break-word;
}

img{
  max-width: 100%;
  height: auto;
}

/* Font Set
------------------------------------------------------------------------------*/
html {
  color: #5e5e5e;
  font-size: 62.5%;
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo ,sans-serif;
  line-height: 1.6;
}
body {
  font-size: 160%;
}

@media all and (min-width: 751px) and (max-width: 980px){

}

@media all and (max-width: 750px){
  body {
    font-size: 120%;
  }
}

/* modules
------------------------------------------------------------------------------*/
.uppercase {
  text-transform: uppercase;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd {
  line-height: 1;
}

@media all and (min-width: 981px){
  .pc_hide{
    display: none;
  }
  .tab_show{
    display: none;
  }
}

@media all and (min-width: 751px) and (max-width: 980px){
  .pc_hide{
    display: none;
  }
  .tab_show{
    display: initial;
  }
  .tab_hide{
    display: none;
  }
}

@media all and (max-width: 750px){
  .sp_hide{
    display: none;
  }
  .tab_show{
    display: none;
  }
  .pc_hide.tab_show{
    display: initial;
  }
}

/*------------------------------------------------------------------------------*/
/* Common Layout
/*------------------------------------------------------------------------------*/
html, body {
  background-color: transparent;
  color: #000000;
}
#wrapper {
  min-width: 960px;
  overflow: hidden;
  margin: 0 auto;
}

@media all and (min-width: 751px) and (max-width: 980px){
  #wrapper {
    min-width: initial;
  }
}

@media all and (max-width: 750px){
  #wrapper {
    min-width: initial;
  }
}

/*------------------------------------------------------------------------------*/
/* utility
/*------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------*/
/* link
/*------------------------------------------------------------------------------*/
a {
  color: #0d8ed1;
  text-decoration: underline;
}
.noTouch a {
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.noTouch a:hover {
  color: #55b0df;
}



/*------------------------------------------------------------------------------*/
/* Common Parts
/*------------------------------------------------------------------------------*/

.hd_class::before {
    background-color: #008a55;
    border-radius: 3px;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 12px;
    position: relative;
    top: 1px;
    width: 20px;
}


/*------------------------------------------------------------------------------*/
/* header_primary
/*------------------------------------------------------------------------------*/
.header_primary {
  min-width: 960px;
  height: 90px;
  border-top: 6px solid #008a55;
  background: url(../img/common/h_bg_pattern.png) center bottom repeat-x;
}
.header_primary_box {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
.h_logo {
  position: absolute;
  top: 17px;
  left: 0;
}
.h_tel {
  position: absolute;
  top: 21px;
  right: 270px;
}
.h_reserve {
  position: absolute;
  top: 19px;
  right: 0;
}
.h_reserve a {
  display: block;
  background-color: #ef8000;
  border-radius: 4px;
}

@media all and (min-width: 751px) and (max-width: 980px){
  .header_primary {
    min-width: initial;
    padding-left: 10px;
    padding-right: 10px;
  }
  .header_primary_box {
    width: auto;
    height: 100%;
  }
  .h_logo {
    top: 18.88889%;
    width: 34.58333%;
  }
  .h_tel {
    position: absolute;
    top: 23.33333%;
    right: 28.125%;
    width: 28.22917%;
  }
  .h_reserve {
    top: 21.11111%;
    width: 26.04167%;
  }
}

@media all and (max-width: 750px){
  .header_primary {
    min-width: initial;
    height: auto;
    border-top: 6px solid #008a55;
    background: #f6f6f6;
  }
  .header_primary_box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: auto;
    padding: 4%;
  }
  .h_logo {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    text-align: center;
  }
  .h_logo a {
    display: inline-block;
    width: 86.66667%;
    background: url(../img/common/h_logo_sp.png) center center no-repeat;
    background-size: contain;
    vertical-align: top;
  }
  .h_logo a::before {
    content: "";
    display: block;
    padding-top: 15.05017%;
  }
  .h_tel {
    position: static;
    top: auto;
    right: auto;
    -webkit-flex: 0 1 46.47887324%;
    flex: 0 1 46.47887324%;
    margin-top: 5.35211%;
    text-align: center;
  }
  .h_tel a {
    display: inline-block;
    width: 100%;
    background: url(../img/common/h_tel_sp.png) center center no-repeat #008a55;
    background-size: contain;
    border-radius: 4px;
    vertical-align: top;
  }
  .h_tel a::before {
    content: "";
    display: block;
    padding-top: 37.57576%;
  }
  .h_reserve {
    position: static;
    top: auto;
    right: auto;
    -webkit-flex: 0 1 46.47887324%;
    flex: 0 1 46.47887324%;
    margin-top: 5.35211%;
    text-align: center;
  }
  .h_reserve a {
    display: inline-block;
    width: 100%;
    background: url(../img/common/h_reserve_sp.png) center center no-repeat #ef8000;
    background-size: contain;
    border-radius: 4px;
    vertical-align: top;
  }
  .h_reserve a::before {
    content: "";
    display: block;
    padding-top: 37.57576%;
  }
}

/*------------------------------------------------------------------------------*/
/* header_gnav
/*------------------------------------------------------------------------------*/
.header_gnav {
  height: 81px;
  border-bottom: 1px solid #f0f0f0;
}
.header_gnav > ul {
  width: 960px;
  margin: 0 auto;
}
.header_gnav .gnav_item {
  position: relative;
  float: left;
  width: 188px;
  margin-top: 1px;
  margin-right: 5px;
}
.header_gnav .gnav_item:last-child {
  margin-right: 0;
}
.header_gnav .gnav_item > a {
  display: block;
  box-sizing: border-box;
  position: relative;
  height: 82px;
  overflow: hidden;
  padding-top: 42px;
}
.header_gnav .gnav_icon {
  display: block;
  position: absolute;
  top: 100px;
  left: 50%;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-left: -20px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
  -webkit-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}
.header_gnav .gnav_current .gnav_icon,
.header_gnav .gnav_item:hover .gnav_icon {
  top: 8px;
}
.header_gnav .gnav_home .gnav_icon {
  background-image: url(../img/gnav_icon_home.png);
}
.header_gnav .gnav_service .gnav_icon {
  background-image: url(../img/gnav_icon_service.png);
}
.header_gnav .gnav_feature .gnav_icon {
  background-image: url(../img/gnav_icon_feature.png);
}
.header_gnav .gnav_company .gnav_icon {
  background-image: url(../img/gnav_icon_company.png);
}
.header_gnav .gnav_access .gnav_icon {
  background-image: url(../img/gnav_icon_access.png);
}
.header_gnav .gnav_text {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 188px;
  height: 40px;
  overflow: hidden;
  margin-left: -94px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.header_gnav .gnav_home .gnav_text {
  background-image: url(../img/gnav_home.png);
}
.header_gnav .gnav_service .gnav_text {
  background-image: url(../img/gnav_service.png);
}
.header_gnav .gnav_feature .gnav_text {
  background-image: url(../img/gnav_feature.png);
}
.header_gnav .gnav_company .gnav_text {
  background-image: url(../img/gnav_company.png);
}
.header_gnav .gnav_access .gnav_text {
  background-image: url(../img/gnav_access.png);
}
.header_gnav .gnav_current .gnav_text,
.header_gnav .gnav_item:hover .gnav_text {
  background-position: 0 -40px;
}
.header_gnav .gnav_item .gnav_sub {
  position: absolute;
  top: 82px;
  left: 0;
  z-index: 10;
  width: 189px;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}
.header_gnav .gnav_item:hover .gnav_sub,
.header_gnav .gnav_item .gnav_sub:hover {
  display: block;
  height: 200px;
  padding-top: 13px;
}
.header_gnav .gnav_item .gnav_sub:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 50%;
  width: 15px;
  height: 9px;
  margin-left: -7px;
  background: url(../img/gnav_sub_icon_balloon.png) 0 0 no-repeat;
}
.header_gnav .gnav_item .gnav_sub li {
  margin-bottom: 2px;
}

@media all and (min-width: 751px) and (max-width: 980px){
  .header_gnav > ul {
    width: auto;
  }
  .header_gnav .gnav_item {
    width: 19.58333%;
    margin-right: 0.52083%;
  }
  .header_gnav .gnav_item:last-child {
    margin-right: 0;
  }
  .header_gnav .gnav_text {
    width: 100%;
    height: 0;
    left: 0;
    margin-left: 0;
    padding-top: 21.2766%;
    background-position: 50% 0;
  }
  .header_gnav .gnav_home .gnav_text {
    background-size: auto 200%;
  }
  .header_gnav .gnav_service .gnav_text {
    background-size: auto 200%;
  }
  .header_gnav .gnav_feature .gnav_text {
    background-size: auto 200%;
  }
  .header_gnav .gnav_company .gnav_text {
    background-size: auto 200%;
  }
  .header_gnav .gnav_access .gnav_text {
    background-size: auto 200%;
  }
  .header_gnav .gnav_current .gnav_text,
  .header_gnav .gnav_item:hover .gnav_text {
    background-position: 50% 100%;
  }
  .header_gnav .gnav_item .gnav_sub {
    width: 100%;
  }
}

@media all and (max-width: 750px){

}

/*------------------------------------------------------------------------------*/
/* contents
/*------------------------------------------------------------------------------*/
#contents {
  min-width: 960px;
  min-height: 300px;
  margin-bottom: 80px;
}
.main_title {
  width: 960px;
  margin: 0 auto 54px auto;
  padding-top: 65px;
}

@media all and (min-width: 751px) and (max-width: 980px){
  #contents {
    min-width: initial;
  }
}

@media all and (max-width: 750px){
  #contents {
    min-width: initial;
    margin-bottom: 13.33333%;
  }
}

/*------------------------------------------------------------------------------*/
/* footer
/*------------------------------------------------------------------------------*/
footer {
  min-width: 960px;
  height: 62px;
  background: url(../img/common/f_bg_pattern.png) center top repeat-x;
}
.footer_box {
  width: 960px;
  margin: 0 auto;
  padding-top: 25px;
}
.footer_box ul {
  float: left;
}
.footer_box li {
  float: left;
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #ffffff;
}
.footer_box li:last-child {
  border-right: none;
}
.footer_box li a {
  font-size: 68.75%;
  color: #ffffff;
}
.footer_box p {
  float: right;
  text-align: right;
  font-size: 62.5%;
  color: #ffffff;
}

@media all and (min-width: 751px) and (max-width: 980px){
  footer {
    min-width: initial;
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer_box {
    width: auto;
  }
}

@media all and (max-width: 750px){
  footer {
    min-width: initial;
    height: auto;
    background: url(../img/common/f_bg_pattern.png) center top repeat-x;
    background-size: auto 100%;
  }
  .footer_box {
    width: auto;
    padding-top: 4.8%;
    padding-bottom: 2.66667%;
    padding-left: 2.66667%;
    padding-right: 2.66667%;
  }
  .footer_box ul {
    float: none;
    text-align: center;
  }
  .footer_box li {
    float: none;
    display: inline-block;
    margin: 0;
    padding-left: 1em;
    padding-right: 1em;
    border-right: 1px solid #ffffff;
  }
  .footer_box li:last-child {
    border-right: none;
  }
  .footer_box li a {
    font-size: 108.33%;
    color: #ffffff;
  }
  .footer_box p {
    float: none;
    margin-top: 3.6%;
    text-align: center;
    font-size: 100%;
    color: #ffffff;
  }
}

/*------------------------------------------------------------------------------*/
/* footer
/*------------------------------------------------------------------------------*/
.btn_pagetop {
  position: fixed;
  right: 20px;
  bottom: 0;
}
.btn_pagetop a {
  display: block;
  background-color: rgba(0,138,85,0.5);
  border-radius: 8px;
  margin-bottom: 20px;
}

@media all and (min-width: 751px){

}

@media all and (min-width: 751px) and (max-width: 980px){
  .btn_pagetop{
    width: 8.46939%;
  }
}

@media all and (max-width: 750px){
  .btn_pagetop {
    position: fixed;
    right: 2.66667%;
    bottom: 0;
    width: 12%;
  }
  .btn_pagetop a {
    display: block;
    background: url(../img/common/btn_pagetop_sp.png) center center no-repeat rgba(0,138,85,0.5);
    background-size: contain;
    border-radius: 4px;
    margin-bottom: 200%;
  }
  .btn_pagetop a::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}

/*------------------------------------------------------------------------------*/
/* hover
/*------------------------------------------------------------------------------*/
.noTouch .h_reserve a {
  -webkit-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}
.noTouch .h_reserve a:hover {
  background-color: #ff8f00;
}

.noTouch .btn a {
  -webkit-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
}

.noTouch .btn a{
	background-color: #008a55;
	display: block;
	border-radius: 4px;
}

.noTouch .btn a:hover {
  background-color: #01a767;
}


