html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  letter-spacing: 0.05em;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
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;
}

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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;
  padding: 0;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  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;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  width: 100%;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.7;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  list-style: none;
  padding-inline-start: 0;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 1060px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

/*---------------------------------------
  header
---------------------------------------*/
.header {
  border-top: 7px solid #07689f;
  margin-bottom: 15px;
}

.header h1 {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .header .logo {
    margin-top: 13px;
  }

  .header .logo img {
    width: 100%;
  }

  .header {
    border-top: 0;
  }
}

.header .header_info {
  text-align: right;
  height: 92px;
  padding-top: 10px;
}

.header_address {
  margin-bottom: 20px;
}

.header_tel_block {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 92px;
}

.header .header_tel_front {
  font-size: 14px;
  font-size: 1.4rem;
  color: #07689f;
  border: 1px solid #07689f;
  display: inline;
  line-height: 32px;
  height: 32px;
  padding: 0 8px;
  letter-spacing: -0.5px;
}


.header .header .header .header_tel {
  display: inline;
}

.header .header_tel {
  padding-top: 0px;
  margin-left: 20px;
}

.header .header_tel a {
  text-decoration: none;
  font-size: 26px;
  letter-spacing: 0.05em;
}

.spNavBtn:hover,
.spNavBtn:visited,
.spNavBtn:focus,
.spNavBtn:active {
  color: #fff;
}

/*------------globalNav------------*/
.global-nav {
  line-height: 3;
  color: #fff;
  background-color: #dbe2ef;
}

.global-nav ul {
  margin: 0;
  padding: 0;
  height: 60px;
}

.global-nav ul li {
  margin: 0;
  padding: 0;
  float: left;
  display: inline-block;
  position: relative;
  text-align: center;
  font-weight: bold;
}

.global-nav ul li span {
  font-size: 12px;
  color: #07689f;
  font-family: "lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

.global-nav ul li a {
  font-size: 15px;
  display: block;
  color: #3e3a39;
  padding: 10px 16px 0;
}

.global-nav ul li:nth-child(5) a {
  font-size: 14px;
}

@media only screen and (max-width: 1060px) and (min-width: 767px) {
  .global-nav ul li a {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.global-nav ul li a:hover {
  opacity: 0.6;
  text-decoration: none;
  position: relative;
}

.global-nav ul li a:focus,
.global-nav ul li a:active {
  text-decoration: none;
  outline: none;
}

.global-nav ul li.no_hover>a {
  pointer-events: none;
}

.global-nav ul .sub-menu {
  position: absolute;
  top: 50px;
  padding: 0;
  margin: 0;
  display: none;
  z-index: 10000;
}

.global-nav ul .sub-menu li {
  width: 100%;
  border-top: 1px solid #fff;
  padding: 0;
  margin: 0;
}

.global-nav ul .sub-menu li a {
  padding: 8px 5px;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #07689f;
  display: block;
  line-height: 1.5;
}

.global-nav ul .sub-menu li a:hover {
  opacity: 1;
  background: #fff;
  color: #07689f;
}

/*------------main_image------------*/

.mainimage {
  width: 1060px;
  margin: 0 auto;
}

.mainimage_inner {
  background: url(/images/main.jpg) no-repeat;
  background-size: cover;
  background-position: right;
  height: 530px;
  position: relative;
}



.mainimage_inner .container {
  position: relative;
}

.mainimage_inner .container .green_table {
  display: none;
}


@media only screen and (max-width: 767px) {

  .mainimage {
    width: 100%;
  }

  .mainimage_inner .container {
    position: relative;
    height: 320px;
  }

  .mainimage_inner {
    background: url(/images/main_sp.jpg) no-repeat center center;
    background-size: cover;
    height: 320px;
  }

  .mainimage_inner .container::before {
    top: auto;
    top: 50px;
    width: 100%;
    text-align: center;
    font-size: 22px;
  }

  .mainimage_inner .container .green_table {
    /* display: inline-block;
    position: absolute;
    bottom:0;
    right:50%;
    transform: translateX(50%);
    width:290px; */
    display: none;
  }
}

/*------------home_head------------*/
.top_catch {
  background: url(../img/catch.png) no-repeat center center;
  background-size: contain;
  height: 146px;
  width: 516px;
  position: absolute;
  top: 160px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .top_catch {
    position: relative;
    width: 100%;
    top: 80px;
    height: 136px;
  }
}

.top_table .green_table {
  width: 450px;
  position: absolute;
  bottom: 20px;
  left: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 1060px) and (min-width: 767px) {
  .top_table .green_table {
    left: 10px;
  }
}

.top_table .green_table:after {
  content: "";
  border-bottom: 4px solid #ccc;
  border-radius: 10px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: -5px;
}

.top_table .green_table tr th:first-child,
.top_table .green_table tr td:first-child {
  padding-left: 10px;
}

.top_table .green_table tr td.t_foot {
  padding: 5px 30px;
}

.top_badge {
  background: url(../img/badge.png) no-repeat center center;
  width: 240px;
  height: 240px;
  position: absolute;
  right: 0%;
  bottom: 35px;
}

@media only screen and (max-width: 1060px) and (min-width: 767px) {
  .top_badge {
    right: 0%;
  }
}

@media only screen and (max-width: 767px) {
  .top_badge {
    background: url(../img/badge_sp.png) no-repeat center center;
    position: relative;
    width: 240px;
    height: 50px;
    background-size: 100%;
    left: 50%;
    transform: translate(-50%, 50%);
    top: 48px;
  }
}

.catch-sp {
  display: block;
  position: relative;
  width: 100%;
}

/*------------home_お知らせ------------*/
section.top_news {
  background: url(../images/bg_wall.jpg);
  padding: 55px 0;
}

section.top_news .container {
  overflow: hidden;
  overflow-y: scroll;
  -ms-overflow-y: scroll;
  -webkit-overflow-y: scroll;
  height: 240px;
}

.news_inner {
  background-color: #fff;
  margin: 0 0 20px;
}

#newsList {
  margin: 0 0 15px;
  padding: 0;
}

#newsList li {
  color: #666;
  font-size: 12px;
  margin: 0;
  padding: 8px 0;
  margin-bottom: 16px;
  border-bottom: 1px dotted #ccc;
  line-height: 120%;
  list-style-type: none;
}

.up_ymd {
  font-size: 14px;
}

.title {
  font-size: 15px;
}

/*------------home_about------------*/
section.top_about {
  padding: 55px 0;
}

@media only screen and (max-width: 767px) {
  section.top_about {
    padding: 0 0 48px;
  }
}

section.top_about a {
  display: block;
}

.about_box {
  border-radius: 10px;
  width: 334px;
  background-color: #dcdcdc;
  padding-bottom: 6px;
}

@media only screen and (max-width: 767px) {
  .about_box {
    width: 100%;
    margin-bottom: 20px;
  }

  .about_box img {
    min-width: 100%;
  }
}

.about_content {
  background-color: #07689f;
  padding: 33px 15px 0;
  height: 140px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}

.about_content .about_icon {
  background-color: #07689f;
  border-radius: 500px;
  display: inline-block;
  padding: 15px 16px;
  position: absolute;
  top: -37px;
  left: 40%;
}

.about_content h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
}

.about_content p {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 1.4;
}


/*---------------------------------------
 main
---------------------------------------*/
section {
  padding: 55px 0;
}

section:last-child {
  margin-bottom: 130px;
}

@media only screen and (max-width: 767px) {
  section:last-child {
    margin-bottom: 50px;
  }
}

.h2_top {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  margin: 0 0 50px;
}

@media only screen and (max-width: 767px) {
  .h2_top {
    margin: 0 0 30px;
  }

}

.img_style {
  border-radius: 10px;
  box-shadow: 5px 5px #07689f;
  margin-bottom: 15px;
  width: 100%;
}

section.sub_top {
  margin-top: -44px;
}

dl.dl_disc {
  margin-left: 8px;
  padding-left: 15px;
  position: relative;
}

dl.dl_disc dt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin-left: 5px;
  margin-bottom: 10px;
}

dl.dl_disc dt:before {
  color: #07689f;
  content: '●';
  position: absolute;
  left: 0;
  padding: 4px 0 0;
  font-size: 16px;
}

dl.dl_disc dd {
  font-size: 15px;
  margin-left: 5px;
  margin-bottom: 20px;
}

.h2_ttl {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  margin: 64px 0 24px;
}

.h3_ttl {
  font-size: 20px;
  color: #07689f;
  padding-left: 22px;
  position: relative;
  margin: 32px 0 24px;
}

.h3_ttl::before {
  content: "";
  width: 16px;
  height: 1px;
  background: #07689f;
  position: absolute;
  left: 0;
  top: 50%;
}

/* component */

.list-disc {
  padding: 0 0 0 2em;
  margin: 24px 0;
  padding: 0 0 0 1em;
}


.list-disc li {
  padding-left: 4px;
  font-size: 16px;
  position: relative;
  margin-bottom: 8px;
  line-height: 1.7;
}

.list-disc li:before {
  font-size: 12px;
  content: "●";
  color: #07689f;
  top: 4px;
  left: -16px;
  position: absolute;
}

.disc-block {
  background: #dbe2ef;
  padding: 20px;
}

.disc-block .list-disc {
  display: flex;
  flex-wrap: wrap;
}

.disc-block .list-disc li {
  margin: 2px 16px;
}

.note {
  margin-top: 16px;
}

/*google map*/

.gmap {
  height: 400px;
}

/*  footer  */

.footer_info {
  border-top: 20px solid #07689f;
  background-color: #dbe2ef;
  padding: 50px 0;
  position: relative;
}

.footer_address {
  font-size: 15px;
  line-height: 3;
}

.footer_tel {
  margin-bottom: 16px;
  position: relative;
}

.footer_tel .footer_tel_front {
  font-size: 14px;
  color: #07689f;
  border: 1px solid #07689f;
  display: inline-block;
  line-height: 32px;
  height: 32px;
  padding: 0 8px;
  letter-spacing: -0.5px;
  margin-right: 8px;
}

.footer_tel a::before {
  background: url(/images/phone.png) no-repeat;
  content: '';
  height: 8px;
  width: 8px;
  display: block;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}

.footer_transfer {
  background: #f2f5f7;
  padding: 16px;
}

.footer_transfer .list-disc {
  margin: 16px 0;
}

.footer_transfer span {
  font-weight: 600;
}

.footer_transfer li {
  font-size: 14px;
  margin-bottom: 8px;
}

.footer_transfer .green_table {
  width: 80%;
  margin: 0 auto;
}


.footer_logo {
  margin-bottom: 20px;
}

.footer_t_foot {
  line-height: 1.8;
}

.footer_t_foot span{
  border-bottom:1px solid #333;
  padding-bottom: 1px;
}

.copyright {
  background-color: #07689f;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 16px 0;
}

.footer_info .col-sm-12{
  margin-top: 20px;
}

@media screen and (max-width:414px) {
  .footer_info .col-sm-6 {
    margin-bottom: 24px;
  }

  .footer_info .col-sm-6:last-child {
    margin-bottom: 0;
  }

  .footer_transfer .green_table {
    width: 100%;
  }
}

/* top */
.green_table {
  padding: 0;
  border-collapse: separate;
  border: 1px solid #07689f;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 16px;
  width:80%;
}

.green_table tr,
.green_table th,
.green_table td {
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
}

.green_table tr:last-child {
  border-bottom: none;
}

.green_table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.green_table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.green_table th {
  border-bottom: 1px solid #07689f;
  text-align: center;
  background-color: #07689f;
  color: #fff;
  padding-top: 2%;
  padding-bottom: 2%;
}

.green_table th:first-child {
  border-top-left-radius: 10px;
  padding-left: 20px;
}

.green_table th:last-child {
  border-top-right-radius: 10px;
  padding-right: 20px;
}

.green_table td {
  text-align: center;
  color: #07689f;
  padding:10px;
}

.green_table td.no_color {
  color: #3e3a39;
}

.green_table td.t_time {
  font-weight: bold;
}

.green_table td.kome {
  position: relative;
}

.green_table td.kome:after {
  position: absolute;
  content: "※";
  font-size: 12px;
  font-size: 1.2rem;
}

.green_table td:first-child {
  padding-left: 20px;
}

.green_table td:last-child {
  padding-right: 20px;
}

.green_table td.t_border {
  padding: 0;
  width: 100%;
  height: 1px;
  background: #07689f;
  background: -webkit-linear-gradient(-45deg, transparent, #07689f 10%, #07689f 90%, transparent);
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0), #07689f 10%, #07689f 90%, rgba(0, 0, 0, 0));
}

.green_table td.t_foot {
  text-align: left;
  color: #3e3a39;
  padding: 5px 37px;
}

.table-commnet{
  text-align: center;
}

.visible-sp {
  display: none;
}

@media only screen and (max-width: 767px) {

  .h2_ttl,
  .h2_top {
    font-size: 24px;
  }

  .h3_ttl {
    font-size: 18px;
  }

  .hidden-pc {
    display: none;
  }

  .visible-sp {
    display: block !important;
  }


}

/* メニュー */

.menuToggle {
  display: block;
  position: relative;
  top: 4px;
  right: 5px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle::before {
  content: 'MENU';
  font-size: 8px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  color: #333;
}

#menuToggle a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;
  display: flex;
}

#menuToggle a:hover {
  color: tomato;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#menuToggle input:checked~ul {
  transform: none;
  opacity: 1;
  display: block;
  background: #07689f;
}

#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #333;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #333;
}

#menuToggle input:checked~span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  position: absolute;
  left: -118px;
  top: 155px;
  width: 300px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  opacity: 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  display: none;
}

.sp-nav {
  margin: 10px 25%;
}

.global-nav-list .col-sm:nth-child(3) a {
  font-size: 14px;
}


@media (max-width: 320px) {
  #menu {
    right: 50px;
    top: 0;
  }
}

@media (max-width: 480px) {
  #menu {
    right: 0;
    left: 0;
    margin: -100px 0 0 0;
    position: fixed;
    width: 100%;
    top: 150px;
  }
}

#menu li {
  padding: 10px 0;
  font-size: 22px;
}

@media (max-width: 320px) {
  #menu li {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .main-header_center {
    position: absolute;
    left: 50%;
    transform: translateX(-35%);
  }
}

@media (max-width: 480px) {
  .main-header_right {
    position: absolute;
    right: 20px;
    top: 4px;
  }
}

/* 各セクション追加項目 */
@media screen and (max-width:768px) {
  .message .h2_ttl {
    margin: 24px 0;
  }

  .message .container .col-sm-4 {
    margin-top: 20px;
  }

  .message .message-photo {
    width: 80%;
    margin: 0 auto;
  }
}

/* スライダー */
.slider {
  width: 600px;
  margin: 0 auto;
  padding-left: 0;
}

.slick-dots {
  position: unset;
}

.slick-slide img {
  width: 100%;
}

@media screen and (max-width:768px) {
  .slider {
    width: 100%;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0;
    overflow: hidden;
  }
}

.sp-menu {
  display: block;
}

.drawer-menu {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  padding: 120px 0;
  background: #222;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: perspective(500px) rotateY(-90deg);
  transform: perspective(500px) rotateY(-90deg);
  opacity: 0;
}

.drawer-menu li {
  text-align: center;
}

.drawer-menu li a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.drawer-menu li a:hover {
  color: #1a1e24;
  background: #333;
}

/* checkbox */
.check-block {
  display: none;
}

/* menu button - label tag */
.menu-btn {
  position: fixed;
  display: block;
  top: 10px;
  right: 20px;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 10px;
  text-align: center;
  cursor: pointer;
  z-index: 3;
}

.bar {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 1px;
  background: #333;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.bar.middle {
  top: 10px;
  opacity: 1;
}

.bar.bottom {
  top: 20px;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}

.menu-btn__text {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  color: #333;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: block;
  visibility: visible;
  opacity: 1;
}

.menu-btn:hover .bar {
  background: #999;
}

.menu-btn:hover .menu-btn__text {
  color: #999;
}

.close-menu {
  position: fixed;
  top: 0;
  right: 300px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  cursor: url(https://theorthodoxworks.com/demo/images/cross.svg), auto;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  visibility: hidden;
  opacity: 0;
}

/* checked */
.check-block:checked~.drawer-menu {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  z-index: 2;
}

.check-block:checked~.contents {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
}

.check-block:checked~.menu-btn .menu-btn__text {
  visibility: hidden;
  opacity: 0;
}

.check-block:checked~.menu-btn .bar.top {
  width: 36px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.check-block:checked~.menu-btn .bar.middle {
  opacity: 0;
}

.check-block:checked~.menu-btn .bar.bottom {
  width: 36px;
  top: 26px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.check-block:checked~.close-menu {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  background: rgba(0, 0, 0, .5);
  visibility: visible;
  opacity: 1;
  z-index: 3;
}

.check-block:checked~.drawer-menu .btn-buy {
  margin: 30px auto;
}

.tel-btn a {
  text-align: center;
  padding: 22px;
  display: block;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.05em;
}

/* スケジュール */
.mainvisual_schedule {
  position: absolute;
  left: 0;
  top: 149px;
  transform: translateY(50%);
  font-size: 14px;
  z-index: 10;
  box-shadow: 0 10px 14px -2px rgba(9, 0, 94, 0.03);
}

.mainvisual_schedule_inner {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 24px 32px;
  z-index: 9;
}

@media screen and (max-width:768px) {
  .mainvisual_schedule {
    display: none;
  }
}

.schedule table {
  width: 100%;
  margin-bottom: 12px;

}

.schedule table tr:first-child th {
  font-size: 14px;
}

.schedule tr {
  border-bottom: 1px solid #DDDDDD;
}

.schedule th {
  padding: 2px 0;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-family: 'Roboto Condensed', sans-serif;
}

.schedule td {
  padding: 0 6px;
  text-align: center;
}

.schedule td:last-child {
  padding-right: 0;
}

.schedule p {
  line-height: 1.4;
  font-size:14px;
}

.schedule p strong {
  color: #1F2774;
}

.schedule p:last-child {
  margin-bottom: 0;
}

.schedule_note {
  margin-bottom: 1px;
}

.schedule_span{
  font-size:14px;
  display: block;
  margin-top: 8px;
}

.schedule_note_color {
  color: #07689f;
}

.schedule_note_reader {
  margin: 0 3px 0 2px;
}

.schedule_note li {
  display: inline-block;
  margin-right: 2em;
}

.schedule td span {
  color: #07689f;
  font-size: 20px;
}

.slider-block {
  width: 600px;
  margin: 0 auto;
}

.slick-slide img {
  width: 600px;
}

.detail-list .detail-list_ttl {
  font-size: 16px;
  padding: 10px;
  background: #EBEBEB;
  margin-bottom: 15px;
}

.reservation .detail-list .detail-list_ttl {
  display: inline-block;
}

.reservation .disc-block {
  margin-bottom: 10px;
}

.detail-list p {
  font-size: 15px;
}

@media screen and (max-width:414px) {
  .slider-block {
    width: 100%;
  }

  .slick-slide img {
    width: 100%;
    height: auto;
  }

  .detail-list .detail-list_ttl {
    line-height: 1.5;
  }

  .reservation .detail-list .detail-list_ttl {
    display: block;
  }
}

/* ボタン */
.btn-wrapper {
  margin: 32px 0 16px;
  display: flex;
  justify-content: center;
}

.btn-module {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  padding: 16px 32px;
  font-size: 14px;
  border: 1px solid #333;
  letter-spacing: 0.1em;
}

.btn-module:hover {
  background: #07689f;
  color: #fff;
  transition: 1s;
  border: none;
  border: 1px solid #07689f;
}

/* ボタン end*/

#reservation {
  background: #EBEBEB;
}

.qr {
  width: 160px;
}

/* プロフィール */

.message .row {
  margin-bottom: 16px;
  align-items: center;
}

.message .row:last-child {
  margin-bottom: 0;
}

.profile-block {
  display: flex;
  width: 100%;
}

.profile-block span {
  font-size: 18px;
  color: #07689f;
}

.profile-block dl {
  margin-bottom: 16px;
}

.profile-block dt {
  font-size: 15px;
  margin-bottom: 8px;
}

.profile-block .txt {
  font-size: 15px;
}

.profile-block dd {
  font-size: 14px;
}

.profile-block .col-sm-6:first-child {
  border-right: 1px dashed #333;
}

.profile-block .profile-subttl {
  margin-bottom: 8px;
  display: block;
}

@media screen and (max-width:414px) {
  .profile-block {
    display: block;
  }

  .profile-block .col-sm-6:first-child {
    border-right: none;
  }
}

/* 1130 */
.sub-flex_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sub-flex_list .col-sm-6 {
  margin-bottom: 40px;
}

.sub-flex_list .picture {
  text-align: center;
  padding-bottom: 12px;
  display: block;
}

.sub-flex_list .picture img {
  object-fit: contain;
  height: 320px;
}

.sub-flex_list p {
  margin-bottom: 0;
  min-height: 55px;
}

@media screen and (max-width:414px) {
  .sub-flex_list p {
    min-height: auto;
  }
}

/* 211022 追加メッセージ  */
.short-message_block{
background:#ebebeb;
padding:24px;
}

.short-message_block p{
  text-align: center;
  margin-bottom: 0;
}

.short-message_ttl{
  font-size:20px;
  font-weight: 600;
  text-align: center;
}

.short-message_ttl .color-red{
  color:#d40000;
}

.short-message{
  padding-bottom: 0;
}

/* 220119 */
.information-time{
  margin-top: 12px;
}

.information-ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  text-align: center;
  background: #07689f;
  padding: 16px;
  color: #fff;
  margin-bottom: 0;
}

.information-wrap{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-items: baseline;
  padding:6px 0;
}

.information-wrap span{
  margin-right:16px;
  font-weight: 600;
}

.information-wrap p:first-child{
  margin-right:16px;
}

.schedule .information-wrap p{
  margin-bottom: 0;
}

.information-time{
  display: flex;
  align-items: center;
}

.footer_info .information-ttl{
  min-width:110px;
}

.footer_info .information-element{
  width:100%;
}

.footer_info .information-time p{
  margin-bottom: 0;
}

@media screen and (max-width:414px) {
  .information-time{
    display: block;
  }

  .green_table{
    width: 100%;
  }

  .green_table th:last-child{
    padding-right: 0;
  }

  .green_table td:last-child{
    padding-right: 10px;
  }

  .green_table th:first-child{
    padding-left: 0;
  }

  .green_table td:first-child{
    padding-left: 10px;
  }

  .footer_info .information-time p{
    margin-right: 0;
  }

  .information-time{
    margin-bottom: 16px;
  }

  .footer_info .information-time .information-ttl{
    margin-bottom: 8px;
  }
}