@charset "UTF-8";

/* CSS Document */

/*
Yahoo! CSS Reset (YUI 3)
http://developer.yahoo.com/yui/3/cssreset/
CSSresetr.com
*/

html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
select,
main,
address {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-style: normal;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

figure {
  margin: 0;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Meiryo, メイリオ, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
}

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

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

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a img {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

p {
  line-height: 1.6em;
}

p:not(:last-child) {
  margin-bottom: 1.2rem;
}

ruby rt {
  font-size: 40%;
}

em {
  color: #e13838;
}

#container {
  padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left);
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

.mainVisualArea {
  position: relative;
}

.mainVisual {
  margin-bottom: 80px;
}

.mainVisual_logo {
  position: absolute;
  top: 30%;
  left: calc((100% - 1000px) / 2);
  max-width: 365px;
  width: 100%;
}

.main:not(.top) {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.main_section {
  margin: 0 0 50px;
}

.main_section_read {
  max-width: 415px;
  width: 100%;
  margin: 0 auto 30px;
}

.pagelink {
  margin-bottom: 40px;
  text-align: center;
}

.pagelink ul {
  overflow: hidden;
  display: inline-block;
}

.pagelink ul li {
  float: left;
}

.pagelink ul li + li::before {
  content: '|';
}

.pagelink ul li a {
  padding: 0 10px;
}

.pagelink ul li a.current {
  color: #9fa0a0;
}

.pagelink.is_footer {
  margin-top: 130px;
}

.headerLink {
  position: absolute;
  top: 0;
  right: calc((100% - 1000px) /2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

.headerLink li {
  width: 100px;
  position: relative;
}

.headerLink li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #893f87;
  z-index: -1;
  opacity: 0.8;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.headerLink li:hover::before,
.headerLink li.current::before {
  opacity: 1;
}

.headerLink li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 5px;
  color: #fff;
}

.headerLink li a::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid #fff;
  border-top: 4.2px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 4.2px solid transparent;
}

.gnavi {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.gnavi::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.45;
}

.gnavi_ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 104px;
}

.gnavi_ul li {
  width: 100%;
  border-right: 1px solid #fff;
}

.gnavi_ul li:first-child {
  border-left: 1px solid #fff;
}

.gnavi_ul li a {
  position: relative;
  display: block;
  color: #fff;
  padding: 20px 5px;
  text-align: center;
  font-size: 1.7rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  z-index: 1;
}

.gnavi_ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0.3;
}

.js-menu-sliders {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-box-flex .45s;
  transition: -webkit-box-flex .45s;
  transition: flex .45s;
  transition: flex .45s, -webkit-box-flex .45s, -ms-flex .45s;
  opacity: 0.9;
}

.js-menu-sliders:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  background: transparent;
}

.js-menu-open .js-menu-sliders:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0%;
  flex: 0 0 0%;
}

.js-menu-sliders:nth-child(odd) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#893f87), to(#be2cb5));
  background-image: linear-gradient(#893f87, #be2cb5);
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
  }

  50% {
    -webkit-transform: translateY(12px) rotate(0);
    transform: translateY(12px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
  }

  50% {
    -webkit-transform: translateY(12px) rotate(0);
    transform: translateY(12px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
  }

  50% {
    -webkit-transform: translateY(-12px) rotate(0);
    transform: translateY(-12px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
  }

  50% {
    -webkit-transform: translateY(-12px) rotate(0);
    transform: translateY(-12px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(12px) rotate(0);
    transform: translateY(12px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(12px) rotate(0);
    transform: translateY(12px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
  }
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(-12px) rotate(0);
    transform: translateY(-12px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(-12px) rotate(0);
    transform: translateY(-12px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
  }
}

.btn_drawer {
  position: fixed;
  top: 10px;
  right: 10px;
  border: 1px solid #000;
  cursor: pointer;
  z-index: 100;
}

.btn_drawer .menu-trigger {
  position: relative;
  width: 53px;
  height: 53px;
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  -webkit-tap-highlight-color: transparent;
}

.btn_drawer .menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 9px;
  width: 35px;
  height: 2px;
  background-color: #000;
}

.btn_drawer .menu-trigger span:nth-of-type(1) {
  top: 15px;
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}

.btn_drawer .menu-trigger span:nth-of-type(2) {
  top: 26.5px;
  -webkit-transition: all .25s .25s;
  transition: all .25s .25s;
  opacity: 1;
}

.btn_drawer .menu-trigger span:nth-of-type(3) {
  top: 38px;
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}

.menu_active .btn_drawer .menu-trigger span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}

.menu_active .btn_drawer .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.menu_active .btn_drawer .menu-trigger span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
}

.footer_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}

.footerLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 80px 0 100px;
}

.footerLink_btn {
  position: relative;
  max-width: 449px;
  width: 100%;
  height: 98px;
  margin-right: 4px;
  margin-bottom: 4px;
  z-index: 1;
}

.footerLink_btn + .footerLink_btn {
  margin-left: 10px;
}

.footerLink_btn::before {
  content: '';
  position: absolute;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  border: 1px solid #cad4d8;
  top: 0;
  left: 0;
  background: #f2ecf4;
  -webkit-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
  z-index: -1;
}

.footerLink_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 0 10px;
  background-image: url(../img/common/bg_logo.png);
  background-size: 92px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: -10px 20px;
  border: 1px solid #cad4d8;
  font-size: 1.8rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.footer_logo {
  max-width: 148.5px;
  width: 100%;
  margin: 0 auto 50px;
}

.copy {
  display: block;
  color: #893f87;
  text-align: center;
  padding-bottom: 50px;
  font-family: "adobe-garamond-pro";
}

.topMainVisual {
  background-image: url(../img/top/topmainvisual.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 50%;
  position: relative;
  height: 781px;
  margin: 0 0 50px;
}

.topMainVisual .toplogo {
  width: 219px;
  position: absolute;
  top: 20px;
  left: calc((100% - 1000px) / 2);
}

.desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.desc_img {
  overflow: hidden;
  width: 50%;
}

.desc_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  padding: 10px 8% 10px 20px;
  background: #f7f7f7;
}

.desc_main_title {
  margin: 0 0 10px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  font-weight: bold;
}

.desc_main_title a:hover {
  color: #893f87;
}

.desc:nth-child(even) .desc_img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.desc:nth-child(even) .desc_main {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 10px 20px 10px 8%;
}

.gokitou {
  background: #f7f7f7;
  padding: 30px 0 50px;
}

.map {
  text-align: center;
}

.map iframe {
  max-width: 1000px;
  width: 100%;
  height: 450px;
}

.address {
  text-align: center;
}

.btn.is_flat {
  margin-top: 30px;
}

/*　レイアウト　*/

.section_01 {
  margin: 50px 0;
  overflow: hidden;
}

.section_02 {
  margin: 50px 0 100px;
  overflow: hidden;
}

.center {
  text-align: center;
}

.full {
  width: 100%;
}

.colLink {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.colLink_sec {
  width: 30%;
}

.colLink_sec_img {
  margin-bottom: 10px;
}

.colLink_sec_title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
  margin-bottom: 5px;
}

.flImgContents_img {
  max-width: 357.5px;
  width: 100%;
  margin: 0 0 20px 40px;
}

.flImgContents_img.is_fr {
  float: right;
}

.flImgContents_img.is_fl {
  float: left;
}

.colNowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.colNowrap_sec {
  width: 44%;
}

.colNowrap_sec_caption {
  margin-top: 5px;
}

.colNowrap_sec_text {
  margin-bottom: 20px;
}

/* テキスト */

.underline {
  text-decoration: underline;
}

/* タイトル */

.title_underline {
  text-align: center;
  margin-bottom: 30px;
}

.title_underline_inner {
  position: relative;
  display: inline-block;
  font-size: 2.8rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.title_underline_inner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #893f87;
}

.title_bg_flower {
  background: url(../img/common/bg_logo.png) 50% top no-repeat;
  background-size: contain;
  height: 88px;
  margin-bottom: 50px;
  padding-top: 23px;
  font-size: 2.8rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

.title_bold_l {
  font-size: 2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 17px;
}

.title_bold {
  margin-bottom: 5px;
  font-weight: bold;
}

/* ボタン */

.btn.is_flat {
  display: inline-block;
  border: 1px solid #cacaca;
}

.btn.is_flat a {
  display: block;
  background: #f7f7f7;
  padding: 10px 100px;
  vertical-align: middle;
  font-weight: bold;
}

.btn.is_flat a::before {
  content: '＞';
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
}

/* リスト */

.simple_list li {
  margin-bottom: 1rem;
}

.list_circle {
  padding-left: 0.6rem;
}

.list_circle li {
  text-indent: -0.5rem;
  padding-left: 0.5rem;
}

.list_circle li::before {
  content: '●';
  display: inline-block;
  margin-right: 3px;
  color: #893f87;
  font-size: 10px;
  vertical-align: middle;
}

.list_flower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.list_flower li {
  width: 25%;
  background: url(../img/common/icon_flower_s.png) 0 50% no-repeat;
  background-size: 19px;
  margin-bottom: 5px;
  padding-left: 25px;
  font-size: 1.6rem;
}

/* テーブル */

.table_simple tr:nth-child(odd) {
  background: #f7f7f7;
}

.table_simple th,
.table_simple td {
  width: 50%;
  padding: 15px;
}

/* その他 */

.bd_box {
  display: inline-block;
  padding: 10px 40px;
  border: 1px solid #d3e0e0;
}

.uta {
  margin: 30px 0 30px 10%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #893f87;
  font-size: 2.3rem;
  font-weight: bold;
}

.icon_umemaru {
  display: inline-block;
  width: 38px;
  margin-right: 5px;
}

.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

.item_contents {
  width: 28%;
  margin-bottom: 50px;
}

.item_contents_img {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 3px;
}

.item.is_heightfix .item_contents_img {
  min-height: 291px;
}

.item .is-empty {
  width: 30%;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}

.priceTitle {
  display: inline-block;
  border-bottom: 2px dotted #000;
  margin-bottom: 20px;
}

.priceTitle_l {
  font-size: 120%;
  font-weight: bold;
}

.colNowrap.highcustom .colNowrap_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 751px) {
  a:hover img {
    opacity: 0.8;
  }

  p a:hover {
    color: #893f87;
  }

  .pagelink ul li a:hover {
    background-color: #f2ecf4;
  }

  .gnavi_ul li a:hover::before,
  .gnavi_ul li a.current::before {
    background: #893f87;
  }

  .footerLink_btn a:hover {
    background-color: #f2ecf4;
  }

  .btn.is_flat a:hover {
    background-color: #f2ecf4;
  }

  .item_contents:not(:nth-child(3n + 1)) {
    margin-left: 8%;
  }

  .item_contents:nth-last-of-type(-n+3) {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1000px) {
  .sp {
    display: none !important;
  }
}

@media only screen and (max-width: 999px) {
  .mainVisual_img {
    height: 310px;
    overflow: hidden;
  }

  .mainVisual_img img {
    display: block;
    width: auto;
    height: 100%;
    -webkit-transform: translateX(calc((1000px - 100vw) / -2));
    transform: translateX(calc((1000px - 100vw) / -2));
  }

  .mainVisual_logo {
    left: 10px;
  }

  .main:not(.top) {
    padding-right: 10px;
    padding-left: 10px;
  }

  .topMainVisual .toplogo {
    width: 150px;
    top: 80px;
    left: 0;
  }
}

@media only screen and (max-width: 750px) {
  html {
    font-size: 80%;
  }

  .pc {
    display: none !important;
  }

  a:active img {
    opacity: 0.8;
  }

  p a:active {
    color: #893f87;
  }

  .mainVisual {
    margin-bottom: 30px;
  }

  .mainVisual_logo {
    width: 70%;
  }

  .main_section {
    margin: 0 0 50px;
  }

  .pagelink ul li {
    float: none;
  }

  .pagelink ul li + li::before {
    content: '';
  }

  .pagelink ul li a {
    text-decoration: underline;
  }

  .pagelink ul li a:active {
    background-color: #f2ecf4;
  }

  .headerLink {
    left: 0;
    right: auto;
  }

  .headerLink li a {
    font-size: 1.4rem;
  }

  .gnavi::before {
    display: none;
  }

  .gnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 0;
    background: transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
  }

  .gnavi .js-menu {
    display: block;
    position: absolute;
    height: 100vh;
    width: 100vw;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 120px 0 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    visibility: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .js-menu-open .gnavi .js-menu {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    pointer-events: all;
  }

  .gnavi_ul {
    padding-right: 10px;
    padding-left: 10px;
  }

  .gnavi_ul {
    display: block;
    opacity: 0;
    padding: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  .gnavi_ul li {
    border: none;
  }

  .gnavi_ul li:first-child {
    border: none;
  }

  .gnavi_ul li a:active::before,
  .gnavi_ul li a.current::before {
    background: #000;
  }

  .js-menu-open .gnavi_ul {
    opacity: 1;
  }

  .footer_inner {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footerLink {
    display: block;
  }

  .footerLink_btn {
    margin: 0 auto 20px;
  }

  .footerLink_btn + .footerLink_btn {
    margin: 0 auto 20px;
  }

  .footerLink_btn a {
    font-size: 1.6rem;
  }

  .footerLink_btn a:active {
    background-color: #f2ecf4;
  }

  .footer_logo {
    max-width: 180px;
  }

  .topMainVisual {
    height: 500px;
  }

  .desc {
    display: block;
  }

  .desc + .desc {
    margin-top: 50px;
    border-top: 3px solid #893f87;
  }

  .desc_img {
    width: 100%;
  }

  .desc_img img {
    vertical-align: top;
  }

  .desc_main {
    width: 100%;
  }

  .desc_main_title {
    font-weight: normal;
    font-size: 1.8rem;
  }

  .colLink {
    padding-right: 10px;
    padding-left: 10px;
  }

  .colLink {
    display: block;
  }

  .colLink_sec {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin-bottom: 30px;
  }

  .colLink_sec_img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .colLink_sec_title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 1.8rem;
  }

  .colLink_sec_text {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .flImgContents_img {
    max-width: 100%;
    margin: 0 auto 20px;
  }

  .flImgContents_img.is_fr {
    float: none;
  }

  .flImgContents_img.is_fl {
    float: none;
  }

  .colNowrap {
    display: block;
  }

  .colNowrap_sec {
    width: 100%;
  }

  .colNowrap_sec + .colNowrap_sec {
    margin-top: 50px;
  }

  .title_underline_inner {
    font-size: 2.3rem;
  }

  .title_bg_flower {
    font-size: 2.3rem;
  }

  .btn.is_flat a {
    padding: 10px;
    font-weight: normal;
  }

  .btn.is_flat a:active {
    background-color: #f2ecf4;
  }

  .btn.is_flat a::before {
    font-weight: normal;
  }

  .list_flower {
    display: block;
  }

  .list_flower li {
    width: 100%;
  }

  .uta {
    margin: 0 auto 20px;
  }

  .item_contents {
    width: 45%;
    max-width: 100%;
  }

  .item_contents:nth-child(even) {
    margin-left: 6%;
  }

  .item_contents:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }

  .item_contents_name {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 751px) and (max-width: 999px) {
  .sp {
    display: none !important;
  }

  .headerLink {
    right: 0;
  }

  .gnavi_ul {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer_inner {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footerLink {
    padding-right: 10px;
    padding-left: 10px;
  }

  .colLink {
    padding-right: 10px;
    padding-left: 10px;
  }

  .list_flower li {
    width: 50%;
  }
}
/*# sourceMappingURL=../../maps/style.css.map */
