@charset "UTF-8";
/*
Theme Name: 学校法人マリア学園 マリア幼稚園
Description: WordPressテンプレート「マリア幼稚園」
Version: 1.0.0
Author: 学校法人マリア学園
*/
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
  -webkit-appearance: button;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}

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

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

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

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

summary {
  display: block;
}

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

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

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

* {
  font-size: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

*, :after, :before {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

:root {
  background-color: #fff;
  box-sizing: border-box;
  cursor: default;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

button, input, select, textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

[type=button], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=reset], [type=search], [type=submit], [type=tel], [type=text], [type=time], [type=url], [type=week], button, select, textarea {
  min-height: 1.5em;
}

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

nav ol, nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #4c2b03;
  text-shadow: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}


/*************************************
MIXINS
*************************************/
/*
//------------------------------------------------
//	Color Setting
//------------------------------------------------
*/
/*
//------------------------------------------------
//	Fonts Setting
//------------------------------------------------
*/
.alpha {
  font-family: "Quicksand", sans-serif;
}

/*
//------------------------------------------------
//	Base Setting
//------------------------------------------------
*/
* {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

html {
  font-size: 62.5%;
  line-height: 1.8;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  min-width: 100%;
  width: 100%;
  background: #fff;
}

body {
  color: #000;
  font-size: 1.6rem;
  overflow: hidden;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

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

a {
  color: #000;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}

a img {
  transition: all ease-in-out 0.4s;
}
a img:hover {
  opacity: 0.75;
}

a:hover {
  text-decoration: none;
}

.table,
.tbl {
  display: table;
  width: 100%;
}

.table .th,
.table .td,
.tbl .tblh,
.tbl .tbld {
  display: table-cell;
}

.flex {
  display: flex;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.inner {
  width: 100%;
  /*max-width: 1080px;*/
  max-width: 1094px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.min {
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

.micro {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.mgb05em {
  margin-bottom: 0.5em;
}

.mgb1em {
  margin-bottom: 1em;
}

.mgb2em {
  margin-bottom: 2em;
}

.mgb3em {
  margin-bottom: 3em;
}

.mgb4em {
  margin-bottom: 4em;
}

.mgb5em {
  margin-bottom: 5em;
}

.mgb10em {
  margin-bottom: 10em;
}

.fwb {
  font-weight: 700;
}

.btn {
  display: inline-block;
  border: #ff9791 3px solid;
  border-radius: 50px;
  text-align: center;
  box-sizing: border-box;
  min-width: 266px;
  line-height: 1;
  padding: 10px 2.5em;
  background: #fff;
  position: relative;
  font-weight: 600;
  font-size: 1.8rem;
  color: #ff9791;
}
.btn::after {
  position: absolute;
  right: 1.5em;
  top: 10px;
  color: #ff9791;
  content: "→";
}
.btn:hover {
  background: #ff9791;
  color: #fff;
}
.btn:hover::after {
  color: #fff;
}

.video {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.scpd {
  padding: 4em 0;
}

br.block-sp {
  display: none;
}

span.br {
  display: inline-block;
}

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

p {
  text-align: justify;
  text-justify: distribute;
}

table {
  width: 100%;
  background: #fff;
}

/*
//------------------------------------------------
//	Moadules Setting
//------------------------------------------------
*/
.pageCover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 21;
}
.pageCover .bges span {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0.1s;
}
.pageCover .bges span.bg-2 {
  transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  background: #ffffff;
}
.pageCover.show {
  visibility: hidden;
}
.pageCover.show .bges span {
  transform: translateX(101%);
}

#modal {
  -ms-overflow-style: none;
  -webkit-transform: translateZ(0);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  z-index: -10;
  width: 100%;
  height: 100%;
  padding: 120px;
  opacity: 0;
  transform: scale(0.9);
  background: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
}
#modal .flex .item {
  box-sizing: border-box;
  width: 50%;
  padding: 5%;
}
#modal .flex .item.left {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
#modal .flex .item.left .ttl {
  font-size: 6.4rem;
  font-weight: bold;
  line-height: 1.2;
}
#modal .flex .item.left .ttl span {
  color: #ff9791;
}
#modal .flex .item.left .sub {
  display: inline-block;
  position: relative;
  margin-bottom: 3em;
}
#modal .flex .item.left .sub::after {
  width: 200px;
  height: 1px;
  background: #000;
  left: 105%;
  content: "";
  display: block;
  position: absolute;
  top: 1.3rem;
}
#modal .flex .item.right ul {
  list-style: none;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
#modal .flex .item.right ul li {
  font-size: 2rem;
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.4;
  box-sizing: border-box;
  width: 33.333333%;
}
#modal .flex .item.right ul li span {
  display: block;
  font-size: 1.2rem;
  opacity: 0.75;
}
#modal .flex .item.right ul li a {
  padding: 0.5em;
  display: block;
  border-right: #000 1px solid;
  border-bottom: #000 1px solid;
}
#modal .flex .item.right ul li a:hover {
  background: #96e0b7;
}
#modal .btns {
  margin-top: 2.5em;
}
#modal .btns .flex-btns a span.ttl {
  font-size: 1.2rem !important;
}

body.opened #modal {
  z-index: 2000;
  display: block;
}

body.opened #modal {
  animation: modal-open 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  animation-fill-mode: both;
}

body.closed #modal {
  animation: modal-closed 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  animation-fill-mode: both;
}

@keyframes modal-open {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes modal-closed {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.95);
  }
}
.frame {
  background: url(images/bg_ptn.jpg) repeat 0 0;
}

.frame2 {
  background: url(images/bg_ptn_02.jpg) repeat 0 0;
}

.sec-header {
  text-align: center;
  margin-bottom: 2.5em;
}
.sec-header .icon {
  margin-bottom: 20px;
}
.sec-header .sec-ttl {
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.6;
  text-shadow: rgba(255, 151, 145, 0.75) 0 0 5px;
}
.sec-header .en {
  font-weight: bold;
  font-size: 2rem;
  color: #ff9791;
  text-align: center;
  letter-spacing: 0.1em;
}

#sub-hero .sec-header .sec-ttl {
  color: #fff;
}

.md-cols .flex {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md-cols .flex .item .item-header {
  text-align: center;
  margin-bottom: 1em;
  margin-top: -42px;
}
.md-cols .flex .item .item-header .icon {
  margin-bottom: 10px;
}
.md-cols .flex .item .item-header .item-ttl {
  text-align: center;
  line-height: 1.4;
  font-size: 3rem;
  font-weight: 600;
  color: #ff9791;
}
.md-cols .flex .item p {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0 1.5em;
  margin-bottom: 1.3em;
}
.md-cols .flex .item .more {
  text-align: center;
}
.md-cols .flex .item .thumb img {
  border-radius: 20px;
}
.md-cols .flex.col2 .item {
  width: 45%;
  margin-right: 10%;
  margin-bottom: 2.5em;
}
.md-cols .flex.col2 .item:nth-of-type(2n) {
  margin-right: 0;
}
.md-cols .flex.col3 .item {
  width: 31.5%;
  margin-right: 2.75%;
  margin-bottom: 2em;
}
.md-cols .flex.col3 .item:nth-of-type(3n) {
  margin-right: 0;
}

/*
//------------------------------------------------
//	Header Setting
//------------------------------------------------
*/
#top {
  position: relative;
  z-index: 1;
  background: #fff;
}
#top::before, #top::after {
  position: absolute;
  width: 381px;
  height: 361px;
  top: -5px;
  content: "";
}
#top::before {
  left: -233px;
  background: url(images/leaves_01.svg) no-repeat 0 0;
}
#top::after {
  right: -233px;
  background: url(images/leaves_02.svg) no-repeat 0 0;
}
#top .top {
  padding: 20px 0 30px 0;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: flex-end;
  -moz-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
#top .top .contact {
  text-align: right;
}
#top .top .contact a {
  display: inline-block;
  line-height: 1;
  padding: 7px 1em;
  font-size: 2.2rem;
  border: #000 2px solid;
  border-radius: 10px;
  background: #fff;
}
#top .top .contact a img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
#top .bottom {
  padding: 0 4%;
  position: relative;
}
#top .bottom .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#top .bottom .flex .site-logo {
  margin-top: -90px;
  margin-bottom: -66px;
}
#top .bottom .flex ul {
  list-style: none;
}
#top .bottom .flex ul li {
  display: inline-block;
  position: relative;
  line-height: 1;
}
#top .bottom .flex ul li a {
  display: block;
  line-height: 1;
  padding: 0 2.5em;
  text-align: center;
  border-right: #999 1px dashed;
}
#top .bottom .flex ul li a span {
  display: block;
}
#top .bottom .flex ul li a span.icon {
  height: 48px;
  line-height: 48px;
  margin-bottom: 13px;
}
#top .bottom .flex ul li a span.ja {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 6px;
}
#top .bottom .flex ul li a span.en {
  font-size: 1.5rem;
  color: #ff9791;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#top .bottom .flex ul li a:hover {
  opacity: 0.65;
}
#top .bottom .flex ul li:first-child a {
  border-left: #999 1px dashed;
}
#top .bottom .flex ul li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  perspective: 400px;
  padding-top: 1em;
}
#top .bottom .flex ul li ul li {
  width: 200px;
  text-align: left;
  transform: rotateY(90deg);
  transform-origin: 50% 0;
  transition: 0.3s;
  margin-bottom: 1px;
  font-size: 1.8rem;
  font-weight: 600;
}
#top .bottom .flex ul li ul li a {
  padding: 1em 1.5em !important;
  background: rgba(255, 255, 255, 0.75);
  border-right: none !important;
  border-left: none !important;
}
#top .bottom .flex ul li ul li:nth-child(2) {
  transition-delay: 0.1s;
}
#top .bottom .flex ul li ul li:nth-child(3) {
  transition-delay: 0.2s;
}
#top .bottom .flex ul li ul li:nth-child(4) {
  transition-delay: 0.3s;
}
#top .bottom .flex ul li ul li:nth-child(5) {
  transition-delay: 0.4s;
}
#top .bottom .flex ul li ul li:hover a {
  background: #96e0b7;
  text-decoration: none;
}
#top .bottom .flex ul li:hover ul {
  visibility: visible;
}
#top .bottom .flex ul li:hover ul li {
  transform: rotateY(0);
}

.md-news .table {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: #000 1px solid;
}
.md-news .table .th,
.md-news .table .td {
  vertical-align: top;
}
.md-news .table .th {
  width: 140px;
}
.md-news .table .th img {
  display: block;
  box-shadow: rgba(0, 0, 0, 0.35) 4px 4px 5px;
}
.md-news .table .td {
  padding-left: 1em;
}
.md-news .table .td .date {
  color: #ff9791;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.5rem;
  line-height: 1;
}
.md-news .table .td .excerpt {
  line-height: 1.4;
  font-size: 1.5rem;
}
.md-news .table .td .excerpt a:hover {
  text-decoration: underline;
}
.md-news .more {
  text-align: center;
}
.md-news .more .btn {
  border: none;
  background: #ff9791;
  color: #fff;
  font-size: 1.6rem;
  min-width: 197px;
}
.md-news .more .btn::after {
  color: #fff;
}
.md-news .more .btn:hover {
  background: #96e0b7;
}

.page-header {
  margin-bottom: 2em;
  margin-top: 5em;
}
.page-header .page-ttl {
  font-size: 2.4rem;
  letter-spacing: 0.07em;
  padding: 0.1em 1em;
  background: #fef2d5;
  border: #ff9791 1px solid;
  border-radius: 5px;
}

/*
//------------------------------------------------
//	Hero Setting
//------------------------------------------------
*/
#hero {
  /*background: url(images/main.jpg) no-repeat center center;
  background-size: cover;*/
  height: 700px;
  /*margin-top: -67px;*/
  position: relative;
}
#hero::after {
  display: block;
  height: 43px;
  width: 100%;
  background: url(images/bg_wave.png) repeat-x 0 0;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
#hero .inner {
  display: table;
  height: 100%;
}
#hero .inner .txt {
  display: table-cell;
  vertical-align: middle;
}
#hero .inner .txt.for-sp {
  display: none;
}
#hero .vegas-content {
  height: 100%;
}

/*
//------------------------------------------------
//	CONTENT Setting
//------------------------------------------------
*/
#covid19 {
  text-align: center;
  margin-top: 4em;
}

#subpage #main {
  background: #F4F1EA;
  padding: 3em 0;
  margin-top: -30px;
  /*position: relative;
  &::before,
  &::after{
  	position: absolute;
  	content: "";
  }
  &::before {
  	top: 4em;
  	right: 0;
  	width: 314px;
  	height: 577px;
  	background: url(images/icon_circle_01.jpg) no-repeat 0 0;
  	background-size: cover;
  }
  &::after {
  	bottom: 6em;
  	left: 0;
  	width: 192px;
  	height: 483px;
  	background: url(images/icon_circle_02.jpg) no-repeat 0 0;
  	background-size: cover;
  }*/
}

.bg-white {
  background: #fff;
  border-radius: 10px;
  padding: 2.5em;
}

.content-flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.content-flex #main-content {
  width: 100%;
  max-width: 785px;
}
.content-flex #main-content .main-content-inner {
  padding: 2.5em;
  background: #fff;
  border-radius: 5px;
}
.content-flex #main-content .main-content-inner.pages {
  background: none;
}
.content-flex #main-content .main-content-inner.scpd {
  margin: 4em 0 1.25em 0;
}
.content-flex #main-content.fullwidth {
  max-width: 100%;
}
.content-flex #sidebar {
  width: 270px;
  box-sizing: border-box;
}
.content-flex #sidebar .widget {
  padding: 1.5em;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 2em;
}
.content-flex #sidebar .widget-header {
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 0.5em;
}
.content-flex #sidebar .widget-header::before, .content-flex #sidebar .widget-header::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  z-index: 0;
}
.content-flex #sidebar .widget-header::before {
  width: 80px;
  background-color: #96e0b7;
  border-radius: 5px;
}
.content-flex #sidebar .widget-header::after {
  width: 40px;
  z-index: 1;
  background-color: #ff9791;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.content-flex #sidebar .widget-header .widget-ttl {
  font-size: 1.8rem;
}
.content-flex #sidebar .md-side-list ul {
  list-style: none;
}
.content-flex #sidebar .md-side-list ul ul {
  border-bottom: #d0d0d0 1px solid;
}
.content-flex #sidebar .md-side-list ul li a {
  display: block;
  padding: 1em 0 1em 1.3em;
  position: relative;
  transition: all ease-in-out 0.2s;
}
.content-flex #sidebar .md-side-list ul li a::before {
  position: absolute;
  left: 0;
  top: 2em;
  font-family: "Font Awesome 5 Free", FontAwesome;
  content: "\f054";
  font-size: 1rem;
  color: #ff9791;
  transition: all ease-in-out 0.2s;
  font-weight: 900;
}
.content-flex #sidebar .md-side-list ul li a:hover, .content-flex #sidebar .md-side-list ul li a[aria-current=page] {
  background: #fef2d5;
  /*padding-left: 3.6rem;
  &::before{
  	left: 1.3rem;
  }*/
}
.content-flex #sidebar .md-side-list ul li:not(:last-child) a {
  border-bottom: #d0d0d0 1px solid;
}
.content-flex #sidebar .md-side-list ul li.current-page-item a {
  background: #fef2d5;
}
.content-flex #sidebar .md-side-list ul li ul {
  padding-left: 1.5em;
  padding-bottom: 1.5em;
}
.content-flex #sidebar .md-side-list ul li ul li {
  margin-bottom: 0.5em;
}
.content-flex #sidebar .md-side-list ul li ul li:first-child {
  margin-top: 1.5em;
}
.content-flex #sidebar .md-side-list ul li ul li a {
  border-bottom: none !important;
  padding-top: 0;
  padding-bottom: 0;
  background: none !important;
}
.content-flex #sidebar .md-side-list ul li ul li a::before {
  top: 0.5em;
}
.content-flex #sidebar .md-side-list ul li ul li a:hover {
  background: none;
  color: #ff9791;
}
.content-flex #sidebar .md-side-list ul li ul li.current-page-item a {
  background: none;
  color: #ff9791;
}
.content-flex #sidebar .md-side-list.page-year ul li.current-page-item a {
  background: none;
}
.content-flex #sidebar .md-side-banners ul {
  list-style: none;
}
.content-flex #sidebar .md-side-banners ul li:not(:last-child) {
  margin-bottom: 1em;
}

.poppo-info-area {
  margin-bottom: 2em;
}
.poppo-info-area .poppo-info-box {
  background: #fff;
  border-radius: 10px;
  padding: 2.5em;
}
.poppo-info-area .poppo-info-box .poppo-info-inner .poppo-info-content-area .poppo-info-content-box:not(:first-child) {
  margin-top: 2em;
}
.poppo-info-area .poppo-info-box .poppo-info-inner .poppo-info-content-area .poppo-info-content-box.schedule-box .schedule-ttl {
  margin-top: 0em;
}
.poppo-info-area .poppo-info-box .poppo-info-inner .poppo-info-content-area .poppo-info-content-box.btn-box .poppo-info-btn-flex {
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.poppo-info-area .poppo-info-box .poppo-info-inner .poppo-info-content-area .poppo-info-content-box.btn-box .poppo-info-btn-flex .poppo-info-btn-item {
  width: 48%;
}
.poppo-info-area .poppo-info-box .poppo-info-inner .poppo-info-content-area .poppo-info-content-box.btn-box .poppo-info-btn-flex .poppo-info-btn-item .more .btn {
  max-width: none;
  width: 100%;
}

/*
//------------------------------------------------
//	SENTRY Setting
//------------------------------------------------
*/
.single-header {
  padding: 5px 0 5px 25px;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
}
.single-header::before, .single-header::after {
  position: absolute;
  left: 0;
  width: 3px;
  height: 50%;
  content: "";
}
.single-header::before {
  top: 0;
  background-color: #ff9791;
}
.single-header::after {
  bottom: 0;
  background-color: #96e0b7;
}
.single-header .cat {
  margin-bottom: 0.5em;
}
.single-header .cat a {
  padding: 4px 8px;
  font-weight: 400;
  border-radius: 0;
  background-color: #fef2d5;
  font-size: 1.2rem;
}
.single-header .single-ttl {
  font-size: 2.4rem;
  margin-bottom: 0;
}
.single-header .single-time {
  color: #1c1d1e;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1.2rem;
}

.sentry h1, .sentry h2, .sentry h3, .sentry h4, .sentry h5, .sentry h6 {
  margin: 2.5em 0 1.5em;
}
.sentry p, .sentry ul, .sentry ol, .sentry table, .sentry dl, .sentry blockquote {
  margin-bottom: 1.5em;
}
.sentry p, .sentry ul, .sentry ol {
  text-align: justify;
  text-justify: distribute;
}
.sentry blockquote p {
  text-align: left;
  text-justify: inherit;
  word-wrap: break-word;
}
.sentry h2 {
  padding: 0.5em 1em;
  background: #fef2d5;
  font-size: 2rem;
}
.sentry h3 {
  padding-left: 1em;
  font-size: 1.8rem;
  border-left: #ff9791 3px solid;
}
.sentry h4 {
  font-size: 1.8rem;
  padding-left: 1.2em;
  position: relative;
}
.sentry h4::before {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ff9791;
  left: 0;
  top: 9px;
  content: "";
}
.sentry h5 {
  font-size: 1.8rem;
}
.sentry blockquote {
  padding: 4em 1.5em 1.5em 1.5em;
  background: #f0f0f0;
  position: relative;
}
.sentry blockquote::before {
  position: absolute;
  left: 25px;
  top: 20px;
  content: "\f10d";
  line-height: 1;
  color: #ff9791;
  font-size: 3rem;
  font-weight: bold;
  font-family: "Font Awesome 5 Free", FontAwesome;
}
.sentry blockquote p:last-child {
  margin-bottom: 0;
}
.sentry blockquote span {
  color: #989898;
}
.sentry blockquote span a {
  color: #989898;
  text-decoration: underline;
}
.sentry a {
  text-decoration: underline;
  word-break: break-all;
}
.sentry a.chr {
  position: relative;
}
.sentry a.chr::after {
  font-family: fontawesome;
  content: "\f105";
  text-decoration: none;
}
.sentry ul {
  list-style: none;
}
.sentry ul li {
  position: relative;
  padding-left: 1.5em;
}
.sentry ul li::before {
  left: 0;
  position: absolute;
  content: "★";
  color: #ff9791;
}
.sentry ol {
  list-style: none;
  counter-reset: item;
}
.sentry ol li {
  position: relative;
  padding-left: 2.3em;
}
.sentry ol li::before {
  position: absolute;
  left: 0;
  top: 2px;
  counter-increment: item;
  content: counter(item);
  line-height: 1;
  padding: 3px 7px;
  border-radius: 3px;
  border: #ff9791 1px solid;
  background: #fef2d5;
}
.sentry ul li, .sentry ol li {
  margin-bottom: 0.5em;
}
.sentry table {
  width: 100%;
  border-collapse: collapse;
}
.sentry table th, .sentry table td {
  padding: 0.5em 1em;
  border: #DDDDDD 1px solid;
  text-align: left;
}
.sentry table th {
  background: #fef2d5;
}
.sentry img {
  transition: all 0.4s;
  max-width: 100%;
  height: auto;
}
.sentry a:hover img {
  opacity: 0.7;
}
.sentry dl dt {
  font-weight: bold;
  padding: 1.5em 1.5em 1em 3.5em;
  background: #fff;
  border: #ff9791 3px dashed;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}
.sentry dl dt::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff9791;
  position: absolute;
  top: 1.7em;
  left: 1.5em;
  content: "";
}
.sentry dl dd {
  padding: 0 1.5em 1.5em 3em;
  background: #fff;
  border: #ff9791 3px dashed;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.sentry dl dd:not(:last-child) {
  margin-bottom: 1.5em;
}
.sentry .alignleft {
  float: left;
  clear: left;
  margin: 0 1em 1.5em 0px;
}
.sentry img.aligncenter, .sentry img.centered, .sentry img.center {
  display: block;
  margin: 0 auto 1.5em;
  float: none;
  clear: both;
}
.sentry img.alignright {
  float: right;
  clear: right;
  margin: 0 0 1.5em 1em;
}

#about {
  position: relative;
}
#about::before, #about::after {
  position: absolute;
  content: "";
}
#about::before {
  top: 4em;
  right: 0;
  width: 314px;
  height: 577px;
  background: url(images/icon_circle_01.jpg) no-repeat 0 0;
  background-size: cover;
}
#about::after {
  bottom: 6em;
  left: 0;
  width: 192px;
  height: 483px;
  background: url(images/icon_circle_02.jpg) no-repeat 0 0;
  background-size: cover;
}
#about .md-cols {
  padding: 0 55px;
}
#about .md-cols .flex .item .more .btn {
  width: 100%;
  max-width: 375px;
}

#news .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
#news .flex .box {
  background: #e5c68e;
  border-radius: 7px;
  box-sizing: border-box;
  width: 48%;
  padding: 35px 30px 30px 30px;
}
#news .flex .box .box-inner {
  background: #fff;
  padding: 50px 30px 30px 30px;
  position: relative;
  box-shadow: #c6ac7b 0 4px 0;
}
#news .flex .box .box-inner::before {
  position: absolute;
  width: 235px;
  height: 55px;
  background: url(images/img_binder.png) no-repeat 0 0;
  left: 50%;
  top: -21px;
  transform: translateX(-50%);
  content: "";
}
#news .flex .box:nth-of-type(3) {
  margin: 0 auto;
  margin-top: 3.3%;
}
#news .sec-header .sec-ttl span {
  display: inline-block;
  position: relative;
}
#news .sec-header .sec-ttl span::before, #news .sec-header .sec-ttl span::after {
  width: 47px;
  height: 32px;
  position: absolute;
  top: 12px;
  content: "";
}
#news .sec-header .sec-ttl span::before {
  left: -60px;
  background: url(images/icon_wing_left.png) no-repeat 0 0;
}
#news .sec-header .sec-ttl span::after {
  right: -60px;
  background: url(images/icon_wing_right.png) no-repeat 0 0;
}

/*
//------------------------------------------------
//	Footer Setting
//------------------------------------------------
*/
#site-footer {
  padding: 3em 0;
  background: #ff9791;
}
#site-footer .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#site-footer .flex .logo {
  width: 375px;
}
#site-footer .flex .footer-nav .contact {
  text-align: right;
  margin-bottom: 1.5em;
}
#site-footer .flex .footer-nav .contact a {
  display: inline-block;
  line-height: 1;
  height: 56px;
  line-height: 56px;
  font-size: 2.7rem;
  border-radius: 50px;
  background: #fff;
  color: #ff9791;
  box-sizing: border-box;
  width: 320px;
  text-align: center;
}
#site-footer .flex .footer-nav .contact a img {
  display: inline-block;
  margin-right: 10px;
}
#site-footer .flex .footer-nav .nav ul {
  list-style: none;
}
#site-footer .flex .footer-nav .nav ul li {
  display: inline-block;
  line-height: 1;
}
#site-footer .flex .footer-nav .nav ul li a {
  display: block;
  line-height: 1;
  padding: 0 2em;
  text-align: center;
  border-right: #fff 1px dashed;
}
#site-footer .flex .footer-nav .nav ul li a span {
  display: block;
}
#site-footer .flex .footer-nav .nav ul li a span.ja {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #fff;
}
#site-footer .flex .footer-nav .nav ul li a span.en {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#site-footer .flex .footer-nav .nav ul li a:hover {
  opacity: 0.65;
}
#site-footer .address {
  margin-top: 2.5em;
  color: #fff;
  text-align: center;
}
#site-footer .address address {
  font-style: normal;
  color: #fff;
}

#page_top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 2;
}

#access .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#access .flex .item {
  width: 48%;
  box-sizing: border-box;
}
#access .flex .item.meta {
  padding-left: 30px;
}
#access .flex .item.meta .thumb {
  margin-bottom: 2em;
}
#access .flex .item.map .more {
  margin-top: 2em;
  text-align: center;
}
#access .flex .item.map .more .btn {
  max-width: 375px;
}
#access .gmap {
  padding-bottom: 125.25%;
  padding-bottom: 110%;
}

#instagram .flex {
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
#instagram .flex .item {
  width: 100%;
}
#instagram .flex .item img {
  width: 100%;
}

.md-news dl:not(:last-of-type) {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: #d0d0d0 1px solid;
}
.md-news dl .news-flex {
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.md-news dl .news-flex .news-left-area {
  width: 140px;
}
.md-news dl .news-flex .news-left-area .news-left-box .thumb img {
  display: block;
  box-shadow: rgba(0, 0, 0, 0.35) 4px 4px 5px;
}
.md-news dl .news-flex .news-right-area {
  padding-left: 1em;
  width: calc(100% - 140px - 1em);
}
.md-news dl dt {
  font-size: 1.2rem;
}
.md-news dl dt time {
  display: inline-block;
  margin-right: 1em;
}
.md-news dl dt a {
  display: inline-block;
  line-height: 1;
  padding: 3px 10px;
  background: #f4c634;
  border-radius: 3px;
}
.md-news dl dt a.notice {
  color: #fff;
  background: #ff9791;
}
.md-news dl dd a:hover {
  text-decoration: underline;
}
.md-news dl.flex:not(:last-of-type) {
  align-items: flex-start;
  padding-bottom: 0;
  margin-bottom: 1em;
  border-bottom: none;
}
.md-news dl.flex dt {
  margin-right: 1em;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 3em;
  margin-bottom: 2em;
}
.wp-pagenavi a,
.wp-pagenavi span {
  color: #333;
  background-color: #ccc;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: none;
}
.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #96e0b7;
}
.wp-pagenavi span.current {
  color: #fff;
  background-color: #ff9791;
  font-weight: bold;
}
.wp-pagenavi .pages {
  display: none;
}

.hidden-content {
  display: none;
}
.hidden-content .parkinginfo-flex {
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.hidden-content .parkinginfo-flex .parkinginfo-item {
  width: 47%;
}
.hidden-content .parkinginfo-flex .parkinginfo-item .ttl {
  font-size: 1.8rem;
  padding: 0.5em 1em;
  background: #fef2d5;
  border-left: #ff9791 5px solid;
  margin-bottom: 1em;
}
.hidden-content .parkinginfo-flex .parkinginfo-item .parkinginfo-item-picture-area {
  margin-top: 1em;
}
.hidden-content .parkinginfo-flex .parkinginfo-item .parkinginfo-item-description-area {
  margin-top: 1em;
}

/*---------------------------------------------------------
//	フォーム Style
---------------------------------------------------------*/
#contact .contact {
  padding: 20px 0;
  border: #f0f0f0 2px solid;
  text-align: center;
  margin-bottom: 40px;
  color: #333;
  font-weight: bold;
  line-height: 1.2;
}
#contact .contact .top {
  font-size: 18px;
  text-align: center;
  margin-bottom: 0.5em;
}
#contact .contact .top span {
  color: #333333;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
}
#contact .contact .bottom {
  font-size: 48px;
  font-family: Helvetica, sans-serif;
  margin-bottom: 0;
  display: inline-block;
  line-height: 1;
}
#contact .contact .table .bottom {
  font-size: 32px;
}
#contact .contact .table .td:nth-child(2) {
  border-left: #f0f0f0 1px solid;
  border-right: #f0f0f0 1px solid;
}
#contact p.headtxt {
  margin-bottom: 1em;
}
#contact table {
  width: 100%;
  margin-bottom: 40px;
  background: none;
  border: none;
}
#contact table tr:nth-child(odd) {
  background: #eeeeee;
}
#contact table tr:last-child {
  border-bottom: #d0d0d0 1px solid;
}
#contact table th, #contact table td {
  background: none;
  border: none;
  padding: 20px 25px;
}
#contact table th {
  text-align: left;
  width: 30%;
}
#contact table th span {
  font-weight: normal;
  line-height: 1;
  padding: 3px 5px;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}
#contact table th span.req {
  background: #f16b7a;
}
#contact table th span.any {
  background: #1c55b4;
}
#contact table th span.small {
  font-size: 0.875em;
  color: #000;
  line-height: 1.8;
}
#contact table td input[type=text], #contact table td input[type=email] {
  padding: 5px 10px;
  border: #aaa 1px solid;
  display: inline-block;
  background: #fff;
  box-sizing: border-box;
  border-radius: 0;
  width: 100%;
}
#contact table td textarea, #contact table td select {
  padding: 5px 10px;
  border: #aaa 1px solid;
  display: inline-block;
  background: #fff;
  box-sizing: border-box;
  border-radius: 0;
  width: 100%;
}
#contact table tr.postal td input:first-child {
  width: 10%;
}
#contact table tr.postal td input:last-child {
  width: 15%;
}
#contact table tr.name td input, #contact table tr.kana td input, #contact table tr.company td input #contact table tr.address td input {
  width: 100%;
}
#contact table tr.email td input {
  width: 100%;
}
#contact table tr.email td input:first-child {
  margin-bottom: 3px;
}
#contact table tr.tel td input {
  width: 15%;
}
#contact table textarea {
  width: 100%;
  height: 200px;
}
#contact table tr.email th, #contact table tr.email td {
  vertical-align: top;
}
#contact table tr.message th, #contact table tr.message td {
  vertical-align: top;
}
#contact .pref select {
  padding: 5px 40px 5px 10px;
  border: #aaa 1px solid;
  display: inline-block;
  background: #fff;
  box-sizing: border-box;
  border-radius: 0;
}
#contact table tr.birthday td select, #contact table tr.datetime td select {
  width: 15%;
  margin-bottom: 5px;
}
#contact .pref .wrap {
  position: relative;
  display: inline-block;
}
#contact .pref .wrap::after {
  font-family: fontawesome;
  content: "\f107";
  font-size: 12px;
  position: absolute;
  right: 0;
  display: inline-block;
  top: 7px;
  right: 10px;
}
#contact table tr.photo img {
  max-width: 50%;
  height: auto;
}
#contact .day-checkbox td {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#contact .day-checkbox .horizontal-item {
  margin-left: 10px;
}
#contact .day-checkbox .mwform-checkbox-field-text {
  padding: inherit;
  margin: inherit;
}
#contact .day-checkbox .mwform-checkbox-field-text::before {
  display: none;
}

.termslink {
  color: #1c55b3;
  text-align: center !important;
  margin-bottom: 40px;
}
.termslink a {
  color: #1c55b3;
  text-decoration: underline;
}
.termslink i {
  margin-left: 10px;
}

.submitbtn {
  text-align: center;
  position: relative;
}
.submitbtn span {
  display: inline-block;
  position: relative;
}
.submitbtn input {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 3px;
  color: #fff;
}
.submitbtn input[type=submit].confirm {
  width: 300px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 0;
  cursor: pointer;
  margin: 0 10px;
  background: #D3BD01;
}

#moresearch .submitbtn input[type=submit].confirm, #shop #search .submitbtn input[type=submit].confirm, #shopDetail #search .submitbtn input[type=submit].confirm {
  background: #FED781;
}

.submitbtn input[type=submit].backBtn {
  width: 300px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 0;
  cursor: pointer;
  margin: 0 10px;
  background: #666;
}

.checkbox01-input {
  display: none;
}

.mwform-checkbox-field-text {
  padding-left: 35px;
  position: relative;
  margin-right: 20px;
  padding-top: 5px;
}
.mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  background: #fff;
}

.checkbox01-input:checked + .mwform-checkbox-field-text {
  width: 24px;
  height: 24px;
}
.checkbox01-input:checked + .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: #008574;
  border-radius: 3px;
  left: 5px;
  top: 5px;
}

.contactSubHeader {
  text-align: center;
  margin-bottom: 1.5em;
  font-size: 2.2rem;
}

.mw_wp_form .vertical-item {
  position: relative;
}

#sub-hero {
  box-sizing: border-box;
  width: 100%;
  height: 600px;
  display: table;
  position: relative;
}
#sub-hero.about {
  background: #fff url(images/img_mary_083_l.jpg) no-repeat center center;
}
#sub-hero .inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#sub-hero::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
}

#subpage #main {
  padding-bottom: 0;
}
#subpage #main.pages {
  padding-top: 0;
}

.md-styled-list .flex {
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.md-styled-list .flex .item {
  position: relative;
  box-sizing: border-box;
}
.md-styled-list .flex .item.item-thumb {
  width: 50%;
}
.md-styled-list .flex .item.item-thumb img {
  border-radius: 8px;
}
.md-styled-list .flex .item.item-txt {
  width: 55%;
  margin-left: -5%;
  background: #fff;
  z-index: 1;
  padding: 2.5em;
  border-radius: 8px;
}
.md-styled-list .flex .item.item-txt .item-ttl {
  padding: 0.5em 1em;
  background: #fef2d5;
  font-size: 2rem;
  margin-bottom: 1.5em;
}
.md-styled-list .flex .item.item-txt .lead strong {
  display: block;
  font-size: 2.4rem;
  color: #ff9791;
}
.md-styled-list .flex.reverse .item.item-thumb {
  order: 2;
}
.md-styled-list .flex.reverse .item.item-txt {
  order: 1;
  margin-left: 0;
  margin-right: -5%;
}

.md-styled-list-2 .flex {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-styled-list-2 .flex .item {
  width: 48.5%;
  overflow: hidden;
  border-radius: 8px;
}
.md-styled-list-2 .flex .item .txt {
  padding: 2.5em;
  background: #fff;
  box-sizing: border-box;
  height: 100%;
}

.md-features .flex {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md-features .flex .item {
  width: 50%;
  padding: 1em;
}
.md-features .flex .item .item-inner {
  background: rgba(255, 255, 255, 0.85);
  padding: 2.5em;
  box-sizing: border-box;
  height: 100%;
  border-radius: 8px;
}
.md-features .flex .item .item-inner .item-ttl {
  padding-left: 60px;
  min-height: 45px;
  position: relative;
  background: url(images/icon_logo.png) no-repeat center left;
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 2rem;
}

.md-styled-thumb .flex {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md-styled-thumb .flex .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1.5em;
}
.md-styled-thumb .flex .item:nth-of-type(3n) {
  margin-right: 0;
}

.frame-border {
  padding: 1.5em;
  border: #d0d0d0 1px solid;
  margin-bottom: 1.5em;
}

.frame-border-warning {
  padding: 1.5em;
  border: #ff9791 1px solid;
  background-color: #ffeeee;
  margin-bottom: 1.5em;
}

.req {
  color: #ff9791;
  font-weight: 600;
}

#botton-nav {
  background: url(images/bg_ptn_02.jpg) repeat 0 0;
}
#botton-nav .flex {
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
#botton-nav .flex .item {
  width: 20%;
  box-sizing: border-box;
  padding: 0 1em;
}
#botton-nav .flex .item .thumb {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
#botton-nav .flex .item .item-header {
  text-align: center;
  margin-top: -42px;
  padding: 0 1.5em 1.5em 1.5em;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#botton-nav .flex .item .item-header .icon {
  margin-bottom: 10px;
}
#botton-nav .flex .item .item-header .item-ttl {
  text-align: center;
  line-height: 1.4;
  font-size: 3rem;
  font-weight: 600;
  color: #ff9791;
  margin-bottom: 30px;
}
#botton-nav .flex .item .more {
  text-align: center;
}
#botton-nav .flex .item .more .btn {
  width: 100%;
  max-width: 375px;
  min-width: inherit;
}

.md-day-flow .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: #ff9791 1px dashed;
}
.md-day-flow .flex .item.thumb {
  width: 150px;
}
.md-day-flow .flex .item.thumb img {
  border-radius: 8px;
}
.md-day-flow .flex .item.thumb img:not(:last-child) {
  margin-bottom: 0.5em;
}
.md-day-flow .flex .item.txt {
  width: calc(100% - 180px);
}
.md-day-flow .flex .item.txt .ttl {
  padding-left: 1em;
  font-size: 1.8rem;
  border-left: #ff9791 3px solid;
}

.marker-animation {
  background-image: linear-gradient(left, transparent 50%, rgb(255, 250, 153) 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.8em;
  background-position: 0 0.5em;
  transition: all 2s ease;
  font-weight: bold;
}
.marker-animation.active {
  background-position: -100% 0.5em;
}

.md-sliders .md-slider {
  padding: 0.5em;
}
.md-sliders .md-slider-thumbnail .thumbnail-item {
  padding: 0.5em;
}
.md-sliders .md-slider-thumbnail .thumbnail-item:focus {
  outline: none;
}
.md-sliders .slick-prev:before, .md-sliders .slick-next:before {
  color: #ff9791;
}
.md-sliders .slick-current {
  background: #ff9791;
}

.side-btn {
  position: fixed;
  /*width: 64px;
  right: -5px;*/
  width: 150px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  z-index: 6;
}
.side-btn a {
  display: block;
}
.side-btn a:not(:last-child) {
  margin-bottom: 0.5em;
}

#about-02 {
  background: url(images/img_mary_011.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 8px;
  position: relative;
}
#about-02 * {
  position: relative;
}
#about-02::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  z-index: 0;
}

.drawer_btn {
  display: none;
  cursor: pointer;
  background: #ff9791;
  border: none;
  width: 100px;
  height: 100px;
  padding: 0;
  z-index: 9999;
  outline: none;
  color: #fff;
  position: fixed;
  top: 9px;
  right: 9px;
  border-radius: 8px;
}
.drawer_btn.active {
  z-index: 2001;
}
.drawer_btn.active .drawer_bar {
  width: 55px;
  margin: 12px 0 12px 28px;
}
.drawer_btn.active .drawer_bar1 {
  transform: rotate(30deg);
}
.drawer_btn.active .drawer_bar2 {
  opacity: 0;
}
.drawer_btn.active .drawer_bar3 {
  transform: rotate(-30deg);
}
.drawer_btn.active .drawer_menu_text {
  display: none;
}
.drawer_btn.active .drawer_close {
  display: block;
  color: #ff9791;
}
.drawer_btn .drawer_bar {
  display: block;
  width: 40px;
  height: 2px;
  margin: 12px auto;
  transition: all 0.2s;
  transform-origin: 0 0;
  background: #fff;
}

.bottom-btn {
  display: none;
  position: fixed;
  left: 0;
  /*bottom: -2px;*/
  bottom: 0;
  width: 100%;
  /*background: rgba(255,255,255,0.75);
  padding: 5px;*/
  text-align: center;
  z-index: 2;
  font-size: 0;
}
.bottom-btn a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 25%;
  color: #fff;
  font-size: 1.2rem;
  /*display: inline-block;
  padding: 0.5em 1em;
  line-height: 1;
  color: #fff;
  border: #fff 2px solid;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0 5px;
  vertical-align: middle;
  font-size: 1.6rem;
  &.btn1{
  	background: $main-color;
  	margin-bottom: -4px;
  }
  &.btn2{
  	background: $sub-color;
  	margin-bottom: -1px;
  }
  img{
  	display: inline-block;
  	margin-right: 5px;
  	width: 15px;
  	vertical-align: middle;
  }*/
}
.bottom-btn a.btn1 {
  background: #ff9791;
}
.bottom-btn a.btn2 {
  background: #96e0b7;
}
.bottom-btn a.btn3 {
  background: #7ec0e4;
}
.bottom-btn a.btn4 {
  position: relative;
  background: #e3739a;
  background: #E3DA74;
  background: #E3E07D;
  background: #F0DC05;
  letter-spacing: -0.1em;
  line-height: 1.2;
  font-size: 1.1rem;
}
.bottom-btn a.btn4 .bottom-btn-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
}

.kasane-paper {
  border: 1px solid #ccc;
  background: #fff;
  transform: rotate(-2deg);
}
.kasane-paper.page3 {
  transform: rotate(2deg);
  box-shadow: 0 0 6px #f3f3f3;
}
.kasane-paper.page1 {
  transform: rotate(-2deg);
  box-shadow: 0 0 6px #f3f3f3;
}
.kasane-paper .page {
  transform: rotate(3deg);
  box-shadow: 0 0 6px #f3f3f3;
}
.kasane-paper .page2 {
  transform: rotate(-1deg);
  box-shadow: 0 0 6px #f3f3f3;
}
.kasane-paper.nakami {
  padding: 3em;
  box-shadow: 0 0 6px #f3f3f3;
}

.md-simple-list ul {
  list-style: none;
}
.md-simple-list ul li {
  padding: 0.5em 1em;
  border-bottom: #e4e4e4 1px solid;
}
.md-simple-list ul li a:hover {
  text-decoration: underline;
}
.md-simple-list ul li a .subtype {
  text-transform: uppercase;
}

.md-thumbs {
  margin-top: 0.5em;
}
.md-thumbs .flex {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
}
.md-thumbs .flex li {
  box-sizing: border-box;
  width: 25%;
  padding: 5px;
}
.md-thumbs .flex li::before {
  display: none;
}
.md-thumbs .flex li.half {
  width: 50%;
}
.md-thumbs .flex li.third {
  width: 33.333333%;
}
.md-thumbs .flex li img {
  border-radius: 5px;
}

.md-tabs .tabs {
  border-bottom: #d0d0d0 1px solid;
  text-align: center;
  margin-bottom: 2.5em;
}
.md-tabs .tabs li {
  display: inline-block;
  margin: 0 5px -1px 5px;
}
.md-tabs .tabs li a {
  display: block;
  padding: 1em 2em;
  border: #d0d0d0 1px solid;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #f4f4f4;
}
.md-tabs .tabs li a.is-open {
  border-bottom: #fff 1px solid;
  background: #fff;
}
.md-tabs .panels .panel:not(:first-child) {
  display: none;
}

.notice {
  font-size: 18px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10%);
  transition: opacity 0.2s, transform 0.2s;
  pointer-events: none;
}
.notice > * {
  pointer-events: all;
}
.notice .notice--inner {
  max-width: 90%;
  background-color: white;
  padding: 1em;
  position: relative;
  border: 2px solid black;
}
.notice .notice--inner .notice__title {
  border-bottom: 2px solid gray;
  text-align: center;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
}
.notice .notice--inner .notice__letter {
  text-align: center;
}
.notice .notice--inner .notice__btn {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  width: 2em;
  height: 2em;
  border: 1px solid #ff9791;
  border-radius: 0.25em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}
.notice .notice--inner .notice__btn::before, .notice .notice--inner .notice__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 90%;
  height: 1px;
  background-color: #ff9791;
  transition: background-color 0.2s;
}
.notice .notice--inner .notice__btn::before {
  transform: rotate(45deg);
}
.notice .notice--inner .notice__btn::after {
  transform: rotate(-45deg);
}
.notice .notice--inner .notice__btn:hover {
  background-color: #ff9791;
}
.notice .notice--inner .notice__btn:hover::before, .notice .notice--inner .notice__btn:hover::after {
  background-color: white;
}
.notice.notice--show {
  display: flex;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.notice a {
  transition: color 0.2s, -webkit-text-decoration 0.2s;
  transition: color 0.2s, text-decoration 0.2s;
  transition: color 0.2s, text-decoration 0.2s, -webkit-text-decoration 0.2s;
}
.notice a:hover {
  color: blue;
  text-decoration: underline;
}

/*
//------------------------------------------------
//	Yearly Events Setting
//------------------------------------------------
*/
.timeline {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  position: relative;
}
.timeline * {
  box-sizing: border-box;
}
.timeline h2 {
  margin: 5%;
  text-align: center;
  font-size: 2rem;
  font-weight: 100;
}
.timeline__event {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  margin: 20px 0;
  border-radius: 6px;
  align-self: center;
  width: 50vw;
}
.timeline__event:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.timeline__event:nth-child(2n+1) .timeline__event__date {
  border-radius: 0 6px 6px 0;
}
.timeline__event:nth-child(2n+1) .timeline__event__content {
  border-radius: 6px 0 0 6px;
}
.timeline__event:nth-child(2n+1) .timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #f6a4ec;
  position: absolute;
  top: 0%;
  left: 50%;
  right: auto;
  z-index: -1;
  transform: translateX(-50%);
  animation: fillTop 2s forwards 4s ease-in-out;
}
.timeline__event:nth-child(2n+1) .timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #f6a4ec;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  animation: fillLeft 2s forwards 4s ease-in-out;
}
.timeline__event__title {
  font-size: 2.4rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  color: #9251ac;
  letter-spacing: 1.5px;
}
.timeline__event__content {
  padding: 20px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  background: #fff;
  width: calc(40vw - 84px);
  border-radius: 0 6px 6px 0;
}
.timeline__event__date {
  color: #f6a4ec;
  font-size: 3.6rem;
  font-weight: 600;
  background: #9251ac;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 20px;
  border-radius: 6px 0 0 6px;
}
.timeline__event__icon {
  display: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9251ac;
  padding: 0;
  align-self: center;
  margin: 0 20px;
  background: #f6a4ec;
  border-radius: 100%;
  width: 80px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  height: 80px;
  position: relative;
  overflow: hidden;
}
.timeline__event__icon img {
  width: auto;
  height: 100%;
  max-width: inherit;
}
.timeline__event__description {
  flex-basis: 60%;
}
.timeline__event dl dt {
  font-size: 2rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  color: #9251ac;
  letter-spacing: 1.5px;
  margin-bottom: 0.5em;
}
.timeline__event dl dd {
  margin-bottom: 1.5em;
}
.timeline__event--type2:after {
  background: #555ac0;
}
.timeline__event--type2 .timeline__event__date {
  color: #87bbfe;
  background: #555ac0;
}
.timeline__event--type2:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type2:nth-child(2n+1) .timeline__event__icon:after {
  background: #87bbfe;
}
.timeline__event--type2 .timeline__event__icon {
  background: #87bbfe;
  color: #555ac0;
}
.timeline__event--type2 .timeline__event__icon:before, .timeline__event--type2 .timeline__event__icon:after {
  background: #87bbfe;
}
.timeline__event--type2 .timeline__event__title,
.timeline__event--type2 dl dt {
  color: #555ac0;
}
.timeline__event--type3:after {
  background: #24b47e;
}
.timeline__event--type3 .timeline__event__date {
  color: #aff1b6;
  background-color: #24b47e;
}
.timeline__event--type3:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type3:nth-child(2n+1) .timeline__event__icon:after {
  background: #aff1b6;
}
.timeline__event--type3 .timeline__event__icon {
  background: #aff1b6;
  color: #24b47e;
}
.timeline__event--type3 .timeline__event__icon:before, .timeline__event--type3 .timeline__event__icon:after {
  background: #aff1b6;
}
.timeline__event--type3 .timeline__event__title,
.timeline__event--type3 dl dt {
  color: #24b47e;
}
.timeline__event:last-child .timeline__event__icon:before {
  content: none;
}

@media (max-width: 786px) {
  .timeline__event {
    flex-direction: column;
    align-self: center;
    width: 95%;
  }
  .timeline__event__content {
    width: 100%;
  }
  .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    width: 100%;
    margin: 0;
    box-shadow: none;
    height: 120px;
  }
  .timeline__event__icon:before, .timeline__event__icon:after {
    display: none;
  }
  .timeline__event__icon img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .timeline__event__date {
    border-radius: 0;
    padding: 20px;
  }
  .timeline__event:nth-child(2n+1) {
    flex-direction: column;
    align-self: center;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__date {
    border-radius: 0;
    padding: 20px;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    margin: 0;
    height: 120px;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__icon img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}
@keyframes fillLeft {
  100% {
    right: 100%;
  }
}
@keyframes fillTop {
  100% {
    top: 100%;
  }
}
@keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}
@media screen and (max-width: 1365px) {
  .inner {
    position: relative;
    z-index: 1;
  }
  #top .inner {
    position: relative;
    z-index: 2;
  }
  #hero {
    height: 597px;
  }
}
.post-password-form {
  padding: 2.5em;
  background: #f0f0f0;
}
.post-password-form p {
  text-align: center;
  margin-bottom: 1em;
}
.post-password-form input[type=password] {
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 3px;
  margin-right: 5px;
  border: #d0d0d0 1px solid;
}
.post-password-form input[type=submit] {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 3px;
  background: #7EC0E4;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 1336px) {
  #botton-nav .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #botton-nav .flex .item {
    width: 33.333333%;
  }
  #botton-nav .flex .item:nth-of-type(4), #botton-nav .flex .item:nth-of-type(5) {
    margin-top: 1.5em;
  }
  #botton-nav .flex .item .item-header .item-ttl {
    font-size: 2.4rem;
  }
  #botton-nav .flex .item .more .btn {
    padding: 10px;
  }
  #botton-nav .flex .item .more .btn::after {
    right: 0.5em;
  }
}
@media screen and (max-width: 1170px) {
  .inner {
    max-width: 90%;
  }
  #top .top {
    padding: 10px 0 25px 0;
    position: relative;
    z-index: 1;
  }
  #top .top .grp-logo {
    width: 100%;
    text-align: center;
  }
  #top .top .grp-logo img {
    width: 200px;
  }
  #top .top .contact {
    display: none;
  }
  #top .bottom .flex {
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  #top .bottom .flex ul {
    display: none;
  }
  #top .bottom .flex .site-logo {
    margin-top: -50px;
    margin-bottom: -33px;
  }
  #top .bottom .flex .site-logo img {
    width: 150px;
  }
  .drawer_btn {
    display: block;
  }
  .side-btn {
    display: none;
  }
  .bottom-btn {
    display: block;
    display: flex;
  }
  #site-footer .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  #site-footer .flex .logo,
  #site-footer .flex .footer-nav {
    width: 100%;
    box-sizing: border-box;
  }
  #site-footer .flex .logo {
    text-align: center;
    margin-bottom: 1.5em;
  }
  #site-footer .flex .footer-nav .contact {
    text-align: center;
  }
  #site-footer .flex .footer-nav .nav ul {
    text-align: center;
  }
  #modal {
    padding: 120px 40px 120px 120px;
  }
  #modal .flex .item.left .ttl {
    font-size: 4.8rem;
  }
  #modal .flex .item.left .sub::after {
    width: 100px;
  }
  #modal .flex .item.right ul li {
    width: 50%;
  }
  .md-styled-list .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .md-styled-list .flex .item {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .md-styled-list .flex .item.item-txt {
    max-width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: -5em;
  }
  .content-flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .content-flex #main-content {
    max-width: calc(100% - 300px);
  }
  .content-flex #main-content .main-content-inner.scpd {
    margin: 1.75em 0 1.5em 0;
  }
}
@media screen and (max-width: 812px) {
  .md-cols .flex .item p {
    padding: 0;
  }
  .md-cols .flex.col3 .item {
    width: 45%;
    margin-right: 10%;
  }
  .md-cols .flex.col3 .item:nth-of-type(3n) {
    margin-right: 10%;
  }
  .md-cols .flex.col3 .item:nth-of-type(2n) {
    margin-right: 0;
  }
  #news .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #news .flex .box {
    width: 100%;
  }
  #news .flex .box:nth-of-type(n+1) {
    margin-bottom: 1.5em;
  }
  #news .flex .box:nth-of-type(3) {
    margin: unset;
    margin-bottom: 1.5em;
  }
  #modal {
    padding: 60px;
  }
  #modal .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #modal .flex .item {
    width: 100%;
  }
  #modal .flex .item.left {
    border-right: none;
  }
  #botton-nav .flex .item {
    width: 50%;
  }
  #botton-nav .flex .item:nth-of-type(3) {
    margin-top: 1.5em;
  }
  #sub-hero {
    height: 50vh;
    background-size: cover !important;
  }
  .md-features .flex .item {
    width: 100%;
  }
  #contact table {
    display: block;
  }
  #contact table tbody,
  #contact table tr,
  #contact table th,
  #contact table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  #contact table th,
  #contact table td {
    padding: 10px;
  }
  #contact table th {
    padding-bottom: 0;
  }
  .content-flex #main-content {
    max-width: 100%;
  }
  .content-flex #sidebar {
    width: 100%;
    margin-top: 2em;
  }
  .poppo-info-area .poppo-info-box .poppo-info-inner .poppo-info-content-area .poppo-info-content-box.btn-box .poppo-info-btn-flex .poppo-info-btn-item {
    width: 100%;
  }
  .poppo-info-area .poppo-info-box .poppo-info-inner .poppo-info-content-area .poppo-info-content-box.btn-box .poppo-info-btn-flex .poppo-info-btn-item:not(:first-child) {
    margin-top: 1em;
  }
  .notice {
    font-size: 16px;
  }
}
@media (max-width: 667px) {
  .scpd {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
  .drawer_btn {
    width: 50px;
    height: 50px;
  }
  .drawer_btn .drawer_bar {
    width: 30px;
    margin: 7px auto;
  }
  .drawer_btn.active .drawer_bar {
    width: 30px;
    margin: 9px 14px;
  }
  .drawer_btn.active .drawer_bar1 {
    transform: rotate(45deg);
  }
  .drawer_btn.active .drawer_bar3 {
    transform: rotate(-45deg);
  }
  #about .md-cols {
    padding: 0;
  }
  #access .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #access .flex .item {
    width: 100%;
  }
  #access .flex .item.meta {
    padding-left: 0;
    margin-bottom: 2.5em;
  }
  #access .flex .item.meta .thumb {
    text-align: center;
  }
  #access .flex .item.meta .img {
    text-align: center;
  }
  #site-footer .flex .footer-nav .nav {
    display: none;
  }
  #page_top {
    bottom: 45px;
    right: 5px;
  }
  #modal {
    padding: 80px 30px;
    overflow: auto;
  }
  #modal .flex .item {
    padding: 5% 0;
  }
  #modal .flex .item.left .ttl {
    font-size: 2.8rem;
  }
  #modal .flex .item.left .sub {
    margin-bottom: 1.5em;
  }
  #modal .flex .item.left .sub::after {
    position: relative;
    left: 0;
    top: inherit;
    bottom: 0;
    width: 200px;
  }
  #modal .flex .item.left .addr {
    font-size: 1.2rem;
  }
  #modal .flex .item.right ul li {
    font-size: 1.6rem;
  }
  #modal .flex .item.right ul li span {
    font-size: 1rem;
  }
  #modal .btn-contact {
    margin-top: 2em;
  }
  .md-styled-list-2 .flex .item {
    width: 100%;
  }
  .md-styled-list-2 .flex .item:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .sentry h2 {
    font-size: 2rem;
  }
  .sentry h3,
  .sentry h4,
  .sentry h5 {
    font-size: 1.6rem;
  }
  .sentry table th, .sentry table td {
    padding: 0.5em;
  }
  .sentry h1, .sentry h2, .sentry h3, .sentry h4, .sentry h5, .sentry h6 {
    margin: 1.5em 0;
  }
  .hidden-content .parkinginfo-flex .parkinginfo-item {
    width: 100%;
  }
  .hidden-content .parkinginfo-flex .parkinginfo-item:not(:first-child) {
    margin-top: 2em;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 1.4rem;
  }
  .btn {
    min-width: 200px;
    font-size: 1.4rem;
  }
  br.block-sp {
    display: block;
  }
  #page_top img {
    width: 60px;
  }
  #about::before,
  #about::after {
    display: none;
  }
  .sec-header .icon img {
    max-width: 45px;
  }
  .sec-header .sec-ttl {
    font-size: 2.4rem;
    letter-spacing: inherit;
  }
  .sec-header .en {
    font-size: 1.6rem;
  }
  .md-cols .flex.col2 .item, .md-cols .flex.col3 .item {
    width: 100%;
    margin-right: 0 !important;
  }
  .md-cols .flex.col2 .item .thumb, .md-cols .flex.col3 .item .thumb {
    text-align: center;
  }
  .md-news .table {
    display: block;
  }
  .md-news .table .th,
  .md-news .table .td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .md-news .table .th {
    margin-bottom: 1em;
  }
  .md-news .table .th .thumb {
    text-align: center;
  }
  .md-news .table .th .thumb img {
    display: inline-block;
  }
  .md-news dl .news-flex {
    /*
    .news-left-area{
      width: 100%;
      margin-bottom: 1em;
      .news-left-box{
        .thumb{
          text-align: center;
          width: fit-content;
          margin: 0 auto;
        }
      }
    }
    .news-right-area{
      padding-left: 0;
      width: 100%;
    }
    */
  }
  #top::before, #top::after {
    width: 190px;
    height: 180px;
    background-size: cover;
  }
  #top::before {
    left: -135px;
  }
  #top::after {
    right: -135px;
  }
  #modal .btns .flex-btns a {
    width: 100%;
  }
  #modal .flex .item.left .ttl {
    margin-bottom: 5px;
  }
  #botton-nav .flex .item {
    width: 100%;
    margin-top: 1.5em;
  }
  .content-flex #main-content .main-content-inner {
    padding: 1.5em;
  }
  .md-styled-list .flex .item.item-txt {
    padding: 1.5em;
  }
  .md-features .flex .item {
    padding: 0.5em 0;
  }
  .md-features .flex .item .item-inner {
    padding: 1.5em;
  }
  .md-features .flex .item .item-inner .item-ttl {
    padding-left: 0;
    padding-top: 60px;
    background-position: top center;
    text-align: center;
  }
  .sec-header {
    margin-bottom: 1.5em;
  }
  .md-styled-list-2 .flex .item .txt {
    padding: 1.5em;
  }
  #top .top .grp-logo img {
    width: 150px;
  }
  #top .bottom .flex .site-logo {
    margin-top: -40px;
    margin-bottom: -20px;
  }
  #top .bottom .flex .site-logo img {
    width: 100px;
  }
  #sub-hero {
    height: 35vh;
  }
  #contact {
    font-size: 1.6rem;
  }
  .submitbtn {
    padding-bottom: 1.5em;
  }
  .submitbtn input[type=submit].confirm {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    font-size: 1.6rem;
    height: 45px;
    line-height: 45px;
  }
  .single-header {
    padding: 5px 0 5px 15px;
  }
  .single-header .single-ttl {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .sentry h2 {
    font-size: 1.6rem;
  }
  .sentry table.responsive {
    display: block;
    border-bottom: #ddd 1px solid;
  }
  .sentry table.responsive tbody,
  .sentry table.responsive tr,
  .sentry table.responsive th,
  .sentry table.responsive td {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .sentry table.responsive th,
  .sentry table.responsive td {
    border-bottom: none;
  }
  .bg-white {
    padding: 1.5em;
  }
  .inner.scpd.bg-white {
    max-width: 100%;
  }
  .md-day-flow .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-day-flow .flex .item {
    width: 100% !important;
    box-sizing: border-box;
  }
  .md-day-flow .flex .item.thumb {
    margin-bottom: 1.5em;
  }
  .md-day-flow .flex .item.txt .ttl {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
  .md-sliders .md-slider,
  .md-sliders .md-slider-thumbnail .thumbnail-item {
    padding: 0.2em;
  }
  #hero {
    height: 50vh;
  }
  #hero::after {
    height: 22px;
    background-size: contain;
  }
  #hero .inner .txt.for-pc {
    display: none;
  }
  #hero .inner .txt.for-sp {
    display: block;
    position: relative;
    top: 180px;
  }
  #hero .inner .txt.for-sp img {
    max-width: 320px;
  }
  .page-header {
    margin-top: 2.5em;
  }
  .md-thumbs .flex li {
    width: 50% !important;
  }
  #contact table tr.tel td input {
    width: 27%;
  }
  .post-password-form {
    padding: 1.5em;
  }
  .post-password-form input[type=password] {
    margin-bottom: 10px;
    max-width: 100%;
  }
  .hidden-content {
    padding: 40px 24px;
  }
  .hidden-content .parkinginfo-flex .parkinginfo-item .ttl {
    font-size: 1.6rem;
  }
  .poppo-info-area .poppo-info-box {
    padding: 1.5em;
  }
}/*# sourceMappingURL=style.css.map */