@charset "EUC-JP";

/*
  Site Name: mallage kashiwa
  Version: 2021.09
*/

/*----------------------------------------------------
  reset
----------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

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

*,
*:before,
*:after {
  background-repeat: no-repeat;
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

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

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

ol,
ul,
li {
  list-style-type: none;
}

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

th,
td {
  empty-cells: show;
  text-align: left;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: 700;
}

img {
  height: auto;
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
}

sup {
  vertical-align: super;
  font-size: 10px;
}


/*----------------------------------------------------
  font-size
----------------------------------------------------*/

p,
li {
  font-size: 14px;
}

@media screen and (min-width: 768px) {

  p,
  li {
    font-size: 15px;
  }
}

.texsize_xl {
  font-size: calc((24 - 18) * ((100vw - 375px) / (1000 - 375)) + 18px);
}

.texsize_l {
  font-size: calc((20 - 16) * ((100vw - 375px) / (1000 - 375)) + 16px);
}

.texsize_m {
  font-size: calc((18 - 15) * ((100vw - 375px) / (1000 - 375)) + 15px);
}

.texsize_s {
  font-size: 13px;
}

@media (max-width: 375px) {
  .texsize_xl {
    font-size: 18px;
  }

  .texsize_l {
    font-size: 16px;
  }

  .texsize_m {
    font-size: 15px;
  }
}

@media (min-width: 1000px) {
  .texsize_xl {
    font-size: 24px;
  }

  .texsize_l {
    font-size: 20px;
  }

  .texsize_m {
    font-size: 18px;
  }
}

h2,
h3,
h4,
h5 {
  font-weight: 700;
}

/*----------------------------------------------------
  component
----------------------------------------------------*/

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.is_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.is_marginless {
  margin: 0 !important;
}

.is_paddingless {
  padding: 0 !important;
}

strong {
  font-weight: bold;
}

.text_red {
  color: #eb146a;
}

.text_green {
  color: #009155;
}

.mgb10 {
  margin-bottom: 10px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgb40 {
  margin-bottom: 40px;
}

.mgt10 {
  margin-top: 10px;
}

.mgt20 {
  margin-top: 20px;
}

.mgt40 {
  margin-top: 40px;
}

hr {
  background-color: #ccc;
  border: none;
  display: block;
  height: 1px;
  margin: 2em 0;
}


/*----------------------------------------------------
  body
----------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "¥á¥¤¥ê¥ª", "Meiryo", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #111;
  font-size: 100%;
  line-height: 1.7;
  letter-spacing: 0.02em;
  font-weight: normal;
  background: #fff;
}

body.fixed {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  body.fixed {
    overflow: visible !important;
  }
}

a {
  color: #111;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

a img:hover {
  text-decoration: none;
  border: none;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: .8;
  }
}

.clearfix {
  *zoom: 1;
}

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

#container {
  width: 100%;
}

.inner {
  max-width: 1000px;
  margin: 0 20px;
}

@media screen and (min-width: 768px) {
  .inner {
    margin: 0 30px;
  }
}

@media screen and (min-width: 1001px) {
  .inner {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767.9px) {
  .sp_marginless {
    margin: 0;
  }
}

.columns_half,
.columns_half_paddingless {
  display: flex;
  flex-wrap: wrap;
}

.columns_half .column,
.columns_half_paddingless .column {
  width: 100%;
}

.columns_third {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.columns_third .column {
  width: 100%;
}

.columns_quarters {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.columns_quarters .column {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .columns_half {
    margin: 0 -20px;
  }

  .columns_half .column {
    width: 50%;
    padding: 0 20px;
  }

  .columns_half_paddingless .column {
    width: 50%;
  }

  .columns_third {
    margin: 0 -20px;
  }

  .columns_third .column {
    width: 33.3333%;
    padding: 0 20px;
  }

  .columns_quarters .column {
    width: 25%;
    margin-bottom: 40px;
  }
}

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


/*----------------------------------------------------
  header
----------------------------------------------------*/

#header {
  width: 100%;
  background: #009474;
}

#header .hd_top {
  margin: 0 4%;
  padding: 14px 0 12px 0;
  display: flex;
}

#header h1 {
  margin-right: auto;
}

#header h1 a {
  display: block;
}

#header h1 a img {
  width: 150px;
}

#header .hd_top_sp {
  display: flex;
  position: relative;
  z-index: 15;
}

#header .hd_top_sp li,
#header .hd_top_sns li {
  padding: 0 2px;
}

#header .hd_top_sp li a,
#header .hd_top_sns li a {
  display: block;
}

#header .hd_top_sp li img,
#header .hd_top_sns li img {
  width: 44px;
}

#header .hd_top_sns {
  display: none;
}

#header .hd_nav {
  display: none;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  left: 0;
  margin: 0;
  background: #fff;
  z-index: 10;
  color: #ccc;
}

#header .hd_nav.nav-show {
  display: block;
  visibility: visible;
  z-index: 20;
}

#header .hd_nav a {
  color: #009474;
}

#header .hd_nav li {
  border-bottom: 1px solid #ddd;
}

#header .hd_nav li a {
  display: block;
  text-decoration: none;
  padding: 10px 20px;
  position: relative;
}

#header .hd_nav li a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  border-top: 2px solid #009474;
  border-right: 2px solid #009474;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header .hd_nav .sp_sub {
  padding: 10px 20px;
  background: #f6f6f6;
}

#header .hd_nav li .sp_sub a {
  display: inline-block;
  padding: 2px;
}

#header .hd_nav li .sp_sub a::after {
  content: none;
}

#header .hd_nav .sp_close {
  text-align: center;
  margin: 20px auto 0 auto;
  padding: 8px 0;
  font-size: 15px;
  line-height: 1.1;
  width: 100px;
  background: #009474;
  color: #fff;
}

@media screen and (min-width: 768px) {
  #header h1 a img {
    width: 180px;
  }

  #header .hd_top {
    margin: 0 2%;
  }

  #header .hd_top_sns {
    display: flex;
  }

  #header .hd_nav {
    display: block;
    visibility: visible;
    position: relative;
    border-bottom: 1px solid #99d4c7;
    height: auto;
    padding: 0 2%;
  }

  #header .hd_nav ul {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }

  #header .hd_nav li {
    border: 0;
  }

  #header .hd_nav li a {
    padding: 14px 10px;
    font-size: 13px;
    line-height: 1.1;
  }

  #header .hd_nav li.on a {
    opacity: .4;
  }

  #header .hd_nav li a::after {
    content: none;
  }

  #header .hd_top_sp,
  #header .hd_nav .sp_sub,
  #header .hd_nav .sp_close {
    display: none;
  }
}

@media screen and (min-width: 1001px) {
  #header h1 a img {
    width: 200px;
  }

  #header .hd_nav li a {
    font-size: 14px;
  }

  #header .hd_top {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  transition: .3s;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .clone-nav {
    display: none;
  }
}

#header.is-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  #header .toggle {
    display: block;
    position: relative;
    z-index: 20;
  }
}


/*----------------------------------------------------
  footer
----------------------------------------------------*/

#footer {
  width: 100%;
  padding: 40px 0;
}

#gotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 12;
}

#gotop a {
  display: block;
  background-color: rgba( 0,0,0, .4 );
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#gotop a::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 769px) {
  #gotop {
    bottom: 40px;
    right: 40px;
  }
  #gotop a {
    width: 54px;
    height: 54px;
  }
  #gotop a::after {
    width: 16px;
    height: 16px;
    top: 23px;
  }
}

#footer .ft_banner p {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 4px;
}

#footer .ft_logolist a {
  display: block;
  border: 1px solid #ddd;
  padding: 0 12px;
  text-align: center;
}

#footer .ft_sns {
  padding: 28px 0 20px 0;
  margin: 20px auto 32px auto;
  position: relative;
}

#footer .ft_sns::before,
#footer .ft_sns::after {
  content: '';
  display: block;
  width: 100%;
  height: 6px;
}

#footer .ft_sns::before {
  background: url('../img/bg_line01.png') repeat-x center top;
  position: absolute;
  top: 0;
  left: 0;
}

#footer .ft_sns::after {
  background: url('../img/bg_line01.png') repeat-x center top;
  position: absolute;
  bottom: 0;
  left: 0;
}

#footer .ft_sns p {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 12px;
}

#footer .ft_sns .logo {
  display: flex;
  justify-content: center;
}

#footer .ft_sns .logo li {
  padding: 0 10px;
}

#footer .ft_sns .logo img {
  width: 50px;
}

@media screen and (min-width: 768px) {
  #footer {
    padding: 60px 0 80px 0;
  }

  #footer .ft_sns {
    padding: 40px 0;
    margin: 16px auto 60px auto;
  }

  #footer .ft_sns .columns_half {
    flex-direction: row-reverse;
    align-items: center;
    width: 96%;
    margin: 0 auto;
  }

  #footer .ft_sns p {
    margin-top: 0;
  }
}

@media screen and (min-width: 1000px) {
  #footer .ft_sns {
    width: 700px;
  }

  #footer .ft_sns .logo img {
    width: 70px;
  }
}

#footer .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

#footer .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#footer .map_info {
  background: #009474;
  color: #fff;
}

#footer .map_info p {
  padding: 20px;
}

#footer .map_photo {
  background: url('../img/ft_photo.jpg') no-repeat center center;
  background-size: cover;
  padding-bottom: 56.25%;
}

@media screen and (min-width: 768px) {
  #footer .ft_map {
    flex-direction: row-reverse;
  }

  #footer .gmap {
    height: 300px;
    padding-bottom: 0;
  }

  #footer .map_photo {
    height: 160px;
    padding: 0;
  }
}

@media screen and (min-width: 1000px) {
  #footer .ft_map .column:first-child {
    width: 60%;
  }

  #footer .map_info {
    width: 40%;
  }

  #footer .gmap {
    height: 400px;
  }

  #footer .map_photo {
    height: 240px;
  }
}

#footer .ft_info {
  background: #f0f0f0;
  padding: 20px 0;
}

#footer .ft_info h3 {
  background: #fff;
  font-weight: normal;
  color: #333;
  padding: 10px 0;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 20px;
}

#footer .ft_info .column+.column {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  #footer .ft_info {
    padding: 40px 0 48px 0;
  }

  #footer .ft_info .column+.column {
    margin-top: 0;
  }
}

#footer .ft_nav {
  padding-top: 24px;
}

#footer .ft_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#footer .ft_nav li {
  padding: 0 10px;
  line-height: 2;
}

#footer .ft_nav li::after {
  content: '|';
  margin-left: 16px;
}

#footer .ft_nav li:last-child::after {
  content: none;
}

#footer .ft_nav .ft_mallage {
  color: #666;
  margin-top: 20px;
}

#footer .ft_nav .ft_mallage .ft_logo,
#footer .ft_nav .ft_mallage .ft_link {
  text-align: center;
}

#footer .ft_nav .ft_mallage .ft_logo {
  margin-bottom: 10px;
}

#footer .ft_nav .ft_mallage .ft_logo img {
  width: 80px;
}

#footer .ft_nav .ft_mallage a {
  font-size: 16px;
  font-weight: 700;
  color: #009474;
  text-decoration: none;
}

#footer .ft_nav .ft_cr {
  font-size: 13px;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  #footer .ft_nav {
    padding-top: 40px;
  }

  #footer .ft_nav .ft_mallage {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #footer .ft_nav .ft_mallage .ft_logo {
    margin: 0 20px 0 0;
  }

  #footer .ft_nav .ft_mallage .ft_logo,
  #footer .ft_nav .ft_mallage .ft_link {
    text-align: left;
  }

  #footer .ft_nav .ft_cr {
    margin-top: 8px;
  }
}

@media screen and (min-width: 1000px) {
  #footer .ft_nav .ft_mallage .ft_logo img {
    width: 100px;
  }
}

/*----------------------------------------------------
  title
----------------------------------------------------*/

.pageTitle {
  text-align: center;
  padding: 40px 0 44px 0;
  position: relative;
  margin-bottom: 40px;
}

.page .pageTitle {
  margin-bottom: 56px;
}

.pageTitle .en img {
  height: 30px;
  width: auto;
}

.pageTitle h2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  margin: auto;
}

.pageTitle h2 span {
  position: relative;
  display: inline-block;
  width: 50%;
  font-family: 'M PLUS 1p';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 28px;
  color: #fff;
  text-align: center;
  height: 28px;
  margin: 0 auto;
}

.pageTitle_green {
  background: #cdeae4;
}

.pageTitle_green::after {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background: url('../img/bg_c.png') no-repeat left top;
  background-size: 80px auto;
  position: absolute;
  left: 0;
  bottom: 0;
}

.pageTitle_green .en {
  color: #cdeae4;
}

.pageTitle_green h2 span {
  background: #63bdaa;
}

.pageTitle_blue {
  background: #cfeefb;
}

.pageTitle_blue::after {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background: url('../img/bg_d.png') no-repeat left top;
  background-size: 80px auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

.page .pageTitle_green::after {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background: url('../img/bg_f.png') no-repeat left top;
  background-size: 80px auto;
  position: absolute;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
}

.pageTitle_blue .en {
  color: #cfeefb;
}

.pageTitle_blue h2 span {
  background: #84b4cf;
}

.pageTitle h2 span:before,
.pageTitle h2 span:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  border-width: 14px 8px;
  border-style: solid;
  border-color: #63bdaa;
}

.pageTitle_green h2 span:before,
.pageTitle_green h2 span:after {
  border-color: #63bdaa;
}

.pageTitle_blue h2 span:before,
.pageTitle_blue h2 span:after {
  border-color: #84b4cf;
}

.pageTitle h2 span:before {
  left: -8px;
  border-left-color: transparent;
}

.pageTitle h2 span:after {
  right: -8px;
  border-right-color: transparent;
}


@media screen and (min-width: 768px) {
  .pageTitle {
    padding: 36px 0 38px 0;
  }

  .pageTitle .en img {
    height: 44px;
  }

  .pageTitle h2 {
    position: relative;
    bottom: auto;
    margin-top: 20px;
  }

  .pageTitle h2 span {
    width: 240px;
    font-size: 18px;
    line-height: 36px;
    height: 36px;
  }

  .pageTitle h2 span:before,
  .pageTitle h2 span:after {
    border-width: 18px 10px;
  }

  .pageTitle h2 span:before {
    left: -10px;
  }

  .pageTitle h2 span:after {
    right: -10px;
  }

  .pageTitle_green::after {
    width: 120px;
    height: 120px;
    background-size: 120px auto;
    left: 24px;
    top: -34px;
    bottom: auto;
  }

  .pageTitle_blue::after {
    width: 120px;
    height: 120px;
    background-size: 120px auto;
    right: 24px;
    top: -34px;
    bottom: auto;
  }

  .page .pageTitle_green::after {
    width: 120px;
    height: 120px;
    background-size: 120px auto;
    left: auto;
    right: 24px;
    top: auto;
    bottom: -28px;
  }
}

@media screen and (min-width: 1000px) {
  .pageTitle {
    padding: 48px 0;
  }

  .pageTitle .en img {
    height: 50px;
  }

  .pageTitle h2 {
    position: relative;
    bottom: auto;
    margin-top: 24px;
  }

  .pageTitle h2 span {
    width: 240px;
    font-size: 20px;
    line-height: 44px;
    height: 44px;
  }

  .pageTitle h2 span:before,
  .pageTitle h2 span:after {
    border-width: 22px 12px;
  }

  .pageTitle h2 span:before {
    left: -12px;
  }

  .pageTitle h2 span:after {
    right: -12px;
  }

  .pageTitle_green::after {
    width: 148px;
    height: 148px;
    background-size: 148px auto;
    top: -40px;
    left: 40px;
  }

  .pageTitle_blue::after {
    width: 148px;
    height: 148px;
    background-size: 148px auto;
    top: -40px;
    right: 40px;
  }

  .page .pageTitle_green::after {
    width: 148px;
    height: 148px;
    background-size: 148px auto;
    top: auto;
    left: auto;
    right: 40px;
    bottom: -40px;
  }
}


/*----------------------------------------------------
  bg
----------------------------------------------------*/

.bgArea_a_sp {
  padding-bottom: 20px;
  background: url('../img/bg_a.png') no-repeat right -100px bottom 0;
  background-size: 230px auto;
}

@media screen and (min-width: 768px) {
  .bgArea_a_sp {
    background: none;
  }

  .bgArea_a {
    padding-bottom: 80px;
    background: url('../img/bg_a.png') no-repeat right -80px bottom 0;
    background-size: 250px auto;
  }
}

.bgArea_b {
  padding: 32px 0;
  background: url('../img/bg_b.png') no-repeat left -100px bottom 0;
  background-size: 230px auto;
}

@media screen and (min-width: 768px) {
  .bgArea_b {
    padding: 48px 0 60px 0;
    background: url('../img/bg_b.png') no-repeat left -80px bottom 0;
    background-size: 250px auto;
  }
}

.bgArea_yellow {
  padding: 40px 0;
  background: url('../img/bg_e.png') no-repeat right -100px bottom 0 #fff8d0;
  background-size: 230px auto;
}

@media screen and (min-width: 768px) {
  .bgArea_yellow {
    padding: 60px 0;
    background: url('../img/bg_e.png') no-repeat right -80px bottom 0 #fff8d0;
    background-size: 250px auto;
  }
}


/*----------------------------------------------------
  button
----------------------------------------------------*/

.button {
  display: block;
  background: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: 60%;
  max-width: 360px;
  padding: 16px 0;
  margin: 0 auto;
  text-decoration: none;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 4px 4px rgba(0, 0, 0, 0.05), 0 6px 10px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 1000px) {
  .button {
    font-size: 18px;
    padding: 20px 0;
  }
}



/*----------------------------------------------------
  content
----------------------------------------------------*/

.infoBlock {
  background: #ffeff0;
  padding: 20px;
  margin-top: 20px;
}

.infoBlock h2 {
  font-size: 16px;
}

.infoBlock li {
  position: relative;
  padding-left: 15px;
  margin-top: 4px;
}

.infoBlock li::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #eb146a;
  position: absolute;
  left: 0;
  top: 8px;
}

@media screen and (min-width: 1000px) {
  .infoBlock {
    padding: 32px 40px;
    margin-top: 32px;
  }

  .infoBlock .wrap {
    display: flex;
    align-items: center;
  }

  .infoBlock h2 {
    width: 250px;
  }

  .infoBlock ul {
    flex: 1;
  }

  .infoBlock li {
    margin-top: 8px;
  }
}

.menuBlock ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #99d4c7;
}

.menuBlock li {
  width: 33.3333%;
  border-bottom: 1px solid #99d4c7;
}

.menuBlock li:nth-child(2),
.menuBlock li:nth-child(5) {
  border-left: 1px solid #99d4c7;
  border-right: 1px solid #99d4c7;
}

.menuBlock li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #009474;
  padding: 12px 0;
  font-size: 13px;
  font-family: 'M PLUS 1p';
  font-weight: 500;
  background: #fff;
}

.menuBlock li a:hover {
  background: #e5f4f1;
  opacity: 1;
}

.menuBlock li a img {
  width: 50px;
  margin-bottom: 2px;
}

@media screen and (max-width: 374px) {
  .menuBlock li a {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .menuBlock ul {
    flex-wrap: nowrap;
    border: 1px solid #99d4c7;
  }

  .menuBlock li,
  .menuBlock li:nth-child(2),
  .menuBlock li:nth-child(5) {
    width: 16.6666%;
    border: 0;
    border-left: 1px solid #99d4c7;
  }

  .menuBlock li:first-child {
    border: 0;
  }

  .menuBlock li a {
    font-size: 14px;
  }

  .menuBlock li a img {
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .bannerBlock p+p {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .bannerBlock {
    padding: 0 20px;
  }
}

@media screen and (min-width: 1000px) {
  .bannerBlock {
    padding: 0 60px;
  }
}

@media screen and (max-width: 375px) {
  .card_event {
    margin: 0 -5px;
  }
}

.card_event a {
  text-decoration: none;
}

.card_event .photo {
  border: 1px solid #e6f4f1;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.card_event .photo:before {
  content: "";
  display: block;
  padding-top: 133%;
}

.card_event .photo a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.card_event .photo a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.card_event li {
  line-height: 1.6;
}

.card_event .date {
  color: #eb146a;
  font-weight: 700;
}

.card_event .title {
  font-size: 14px;
  margin-top: 4px;
}

.index_newsBlock .pageTitle {
  margin-bottom: 0;
}

.tabBlock {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  margin: 0 8px 32px 8px;
}

.tabBlock input {
  position: absolute;
  left: -9999em;
}

.tabBlock .tab_menu {
  display: table;
  width: 25%;
  background: #fff8d0;
  padding-right: 4px;
}

.tabBlock .tab_menu span {
  display: table-cell;
  height: 40px;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #c5c5c5;
  border-radius: 4px 4px 0 0;
  position: relative;
}

.tabBlock #tab_4+.tab_menu {
  padding: 0;
}

.tabBlock input:checked+.tab_menu span {
  color: #6398b5;
  background: #fff;
  cursor: default;
}

.tabBlock .tab_content {
  display: none;
  width: 100%;
  padding: 20px;
  order: 999;
}

.tabBlock input:checked+.tab_menu+.tab_content {
  display: block;
  -webkit-animation: fade 0.5s ease;
  animation: fade 0.5s ease;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .tabBlock {
    margin: 0 0 60px 0;
  }

  .tabBlock .tab_menu span {
    height: 48px;
    font-size: 15px;
    border-radius: 6px 6px 0 0;
  }

  .tabBlock .tab_menu span br {
    display: none;
  }

  .tabBlock .tab_content {
    padding: 40px;
  }
}

@media screen and (min-width: 1000px) {
  .tabBlock .tab_menu span::after {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    right: 14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
  }

  .tabBlock input:checked+.tab_menu span::after {
    border-color: #84b4cf transparent transparent transparent;
  }
}

.card_news a {
  text-decoration: none;
  word-wrap: break-word;
}

.card_news li {
  line-height: 1.6;
}

.card_news .photo {
  border: 1px solid #e6f4f1;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.card_news .photo:before {
  content: "";
  display: block;
  padding-top: 118%;
}

.card_news .photo a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.card_news .photo a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.card_news .title {
  color: #eb146a;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 12px;
}

.card_news .title a {
  color: #eb146a;
}

.card_news .shop {
  font-size: 13px;
  margin-top: 12px;
  color: #6398b5;
}

.card_news .shop a {
  color: #6398b5;
}

.card_news .date {
  font-size: 13px;
  color: #888;
}


@media screen and (max-width: 767.9px) {
  .card_news {
    display: flex;
    align-items: flex-start;
  }

  .card_news .photo {
    width: 45%;
  }

  .card_news li + li {
    width: 55%;
    padding-left: 10px;
  }

  .card_news .title+p {
    font-size: 13px;
  }

  .index_newsBlock .column+.column {
    margin-top: 20px;
    padding-top: 32px;
    background: url('../img/bg_line01.png') repeat-x center top;
  }
}

@media screen and (min-width: 768px) {
  .card_news li {
    margin-bottom: 24px;
  }
  
  .card_news .title {
    font-size: 16px;
  }

  .card_news .shop {
    font-size: 15px;
  }

  .index_newsBlock .columns_third .column {
    margin-bottom: 0;
  }
}


/*----------------------------------------------------
  page
----------------------------------------------------*/

#content .contBlock {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #content .contBlock {
    margin-bottom: 48px;
  }
}

.page #content h3 {
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page #content h3 {
    font-size: 20px;
    padding-bottom: 16px;
    margin-bottom: 32px;
  }
}

.page #content h3::after {
  content: '';
  width: 120px;
  height: 2px;
  background-color: #009474;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.page #content h4 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  color: #009474;
  max-width: 400px;
  margin: 0 auto 48px auto;
  padding: 0 16px;
  position: relative;
}

@media screen and (max-width: 428px) {
  .page #content h4 {
    font-size: 18px;
    margin: 0 16px 28px 16px;
  }
}

.page #content h4::before,
.page #content h4::after {
  content: '';
  position: absolute;
  top: 0;
  width: 6px;
  height: 100%;
  display: inline-block;
}

.page #content h4::before {
  border-left: solid 2px #009474;
  border-top: solid 2px #009474;
  border-bottom: solid 2px #009474;
  left: 0;
}

.page #content h4::after {
  border-top: solid 2px #009474;
  border-right: solid 2px #009474;
  border-bottom: solid 2px #009474;
  right: 0;
}

.page #content h5 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  background: #e6f4f1;
  padding: 8px 10px;
  margin: 24px 0 12px 0;
}

.page #content .list_time {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  border-top: 1px solid #000;
  max-width: 840px;
  margin: 40px auto;
}

.page #content .list_time dt {
  width: 60%;
  padding: 16px 0;
  border-bottom: 1px solid #000;
}

.page #content .list_time dd {
  width: 40%;
  text-align: right;
  padding: 16px 0;
  border-bottom: 1px solid #000;
}

.page #content table {
  width: 100%;
  background: rgba( 255,255,255 , .7 );
  text-align: left;
  padding: 0;
  margin: 20px 0;
}

.page #content table th,
.page #content table td {
  font-size: 15px;
  border: 1px solid #ddd;
  padding: 12px;
}

.page #content table th {
  background: #f6f6f6;
  text-align: center;
  color: #888;
}

.page #content .box_gray {
  border: 6px solid #f2f2f2;
  background: rgba( 255,255,255 , .7 );
  margin: 48px 0;
  padding: 48px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page #content .columns_half .photo {
    text-align: center;
    margin-bottom: 32px;
  }
  .page #content .box_gray {
    margin: 40px 0;
    padding: 32px;
  }
}

@media screen and (max-width: 428px) {
  .page #content .box_gray {
    border: 5px solid #f2f2f2;
    margin: 28px 0;
    padding: 24px;
  }
}

.page #content .bp_tri_green_l::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 140px 0 0 140px;
  border-color: transparent transparent transparent rgba( 0,166,130 , .1 );
  position: absolute;
  left: -25px;
  bottom: -25px;
  z-index: 2;
}

.page #content .bp_tri_green_r::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 140px 140px;
  border-color: transparent transparent rgba( 0,166,130 , .1 );  
  position: absolute;
  right: -25px;
  bottom: -25px;
  z-index: 2;
}

.page #content .bp_tri_yellow_l::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 140px 0 0 140px;
  border-color: transparent transparent transparent rgba( 255,225,52 , .2 );
  position: absolute;
  left: -25px;
  bottom: -25px;
  z-index: 2;
}

.page #content .bp_tri_yellow_r::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 140px 140px;
  border-color: transparent transparent rgba( 255,225,52 , .2 );
  position: absolute;
  right: -25px;
  bottom: -25px;
  z-index: 2;
}

.page #content .bp_stripe_yellow_r::before {
  content: '';
  display: block;
  width: 160px;
  height: 160px;
  background: url(../img/bg_g.png) no-repeat left top;
  background-size: 100% auto;
  position: absolute;
  right: -25px;
  bottom: -25px;
  z-index: 2; 
}

.page #content .bp_circle_yellow_r::before {
  content: '';
  display: block;
  width: 180px;
  height: 180px;
  background: url(../img/bg_i.png) no-repeat left top;
  background-size: 100% auto;
  position: absolute;
  right: -25px;
  bottom: -25px;
  z-index: 2;
}

.page #content .bp_tri_blue_r::before {
  content: '';
  display: block;
  width: 150px;
  height: 150px;
  background: url(../img/bg_h.png) no-repeat left top;
  background-size: 100% auto;
  position: absolute;
  right: -25px;
  bottom: -25px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .page #content .bp_tri_green_l::before {
    border-width: 100px 0 0 100px;
    bottom: -20px;
  }
  .page #content .bp_tri_green_r::before {
    border-width: 0 0 100px 100px;
    bottom: -20px;
  }
  .page #content .bp_tri_yellow_l::before {
    border-width: 100px 0 0 100px;
    bottom: -20px;
  }
  .page #content .bp_tri_yellow_r::before {
    border-width: 0 0 100px 100px;
    bottom: -20px;
  }
  .page #content .bp_stripe_yellow_r::before {
    width: 110px;
    height: 110px;
    right: -25px;
    bottom: -25px;
  }
  .page #content .bp_circle_yellow_r::before {
    width: 110px;
    height: 110px;
    right: -20px;
    bottom: -40px;
  }
  .page #content .bp_tri_blue_r::before {
    width: 100px;
    height: 100px;
    right: -25px;
    bottom: -25px;
  }
}
