@charset "UTF-8"; /**/
.hv {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hv:hover {
  opacity: 0.6;
}

/* Commonness CSS */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

html {
  height: 100%;
}

body {
  width: 100%;
  line-height: 1.4%;
  font-family: source-han-sans-japanese,"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* * html body { font-family: 'ＭＳ Ｐゴシック',sans-serif;  }  IE6 */
img {
  line-height: 1.0;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*\*/
* html #container {
  overflow: visible;
}

/**/
input, select, textarea {
  font-size: 16px;
  color: #333;
}

/* - ClearFix ------------------------------------------------------ */
* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
* {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

/* Hides from IE5-Mac \*/
* html .foo {
  height: 1%;
}

/****************************************************/
/* for html5. from html5doctor.com Reset Stylesheet */
/****************************************************/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

img {
  vertical-align: bottom;
}

/* for placeholder color */
:-ms-input-placeholder {
  color: #999 !important;
}

::-webkit-input-placeholder {
  color: #999 !important;
}

::-moz-placeholder {
  color: #999 !important;
}

:-moz-placeholder {
  color: #999 !important;
}

::-input-placeholder {
  color: #999 !important;
}

:-input-placeholder {
  color: #999 !important;
}

::-placeholder {
  color: #999 !important;
}

:-placeholder {
  color: #999 !important;
}

html {
  background-color: #FFF;
  margin: 0 !important;
}

sup, sub {
  font-size: 0.8em;
}

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

body {
  position: relative;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
}

p {
  word-wrap: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
}

a, a:hover {
  text-decoration: none;
  color: #000000;
}

.left, .fl {
  float: left;
}

.right, .fr {
  float: right;
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1; }

.inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 100%;
}

.ud:hover {
  text-decoration: underline;
}

.ud2 {
  text-decoration: underline;
}

.ud3 {
  text-decoration: underline;
}

.ud3:hover {
  text-decoration: none;
}

.hv:hover {
  opacity: 0.6;
}

.font-yu {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

.font-min {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.font-minion {
  font-family: minion-pro, serif;
  font-weight: 600;
  font-style: normal;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.pc__inline {
  display: inline-block;
}

.sp__inline {
  display: none;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  justify-content: space-between;
}

.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack:justify; */
  -ms-flex-pack: justify;
  /* justify-content:space-between; */
  flex-wrap: wrap;
}

.flex3 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

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

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

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*スクロールバー表示させる*/
/* .scroll::-webkit-scrollbar {
    width: 8px;
}

.scroll::-webkit-scrollbar-thumb {
    background: #f8c384;
    border-radius: 10px;
}

.scroll::-webkit-scrollbar-track-piece:start {
    background: #ffead2;
}

.scroll::-webkit-scrollbar-track-piece:end {
    background: #fff;
} */
.none-display {
  display: none;
}

/*============================
COMMON
============================*/
img {
  max-width: 100%;
  height: auto;
}

.hide {
  display: none;
}

.hidden {
  display: none;
}

.ryodisplayplusn--bold {
  font-family: ryo-display-plusn, serif;
  font-weight: 700;
  font-style: normal;
}

.sourcehansansjapanese--medium {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.section__ttl {
  text-align: center;
  font-family: ryo-display-plusn, serif;
  font-weight: 700;
  font-style: normal;
  color: #00ae95;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}

.section__ttl .ja {
  display: block;
  font-size: 22px;
  color: #000;
  letter-spacing: 0;
}

.btn01 {
  display: inline-block;
  border: 1px solid #000;
  font-size: 16px;
  padding: 21px 88px 21px 26px;
  position: relative;
}

.btn01::after {
  content: '→';
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 16px;
  height: 18px;
  line-height: 1;
}

.btn02 {
  display: inline-block;
  border: 1px solid #000;
  font-size: 16px;
  padding: 10px 44px 10px 26px;
  position: relative;
}

.btn02::after {
  content: '→';
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 16px;
  height: 18px;
  line-height: 1;
}

.bg-lightbrown {
  background-color: #f3efec;
}

/* header */
.header {
  /*position: relative;
    padding: 30px 3% 30px;
    border-bottom: 2px solid #00ae95;*/
}

.header .inner {
  max-width: 100%;
  align-items: center;
  max-width: 1000px;
}

.header .header__logo {
}

.header__logo {
  padding-left: 11.1%;
  padding: 0;
}

.header__logo a {
  display: block;
}

.header__logo .h1_logo {
}

.h1_logo {
  width: 300px;
}

.h1_logo img {
}

.h1_text {
  font-size: 30px;
  font-family: ryo-display-plusn, serif;
  font-weight: 700;
  font-style: normal;
}

.header .header__navi--box {
}

.header__navi--box {
  align-items: center;
}

.header__navi--box .header__navi {
}

.header__navi {
}

.header__navi .header__navi--list {
}

.header__navi--list {
  font-size: 16px;
}

.header__navi--list li {
  margin: 0 51px 0 0;
  margin: 0;
}

.header__navi--list a {
}

.header__navi--box .header__contact {
}

.header__contact {
  width: 290px;
}

.header__contact .header__conatct--tel {
}

.header__conatct--tel {
}

.header__conatct--tel .header__tel {
}

.header__tel {
  display: block;
  width: 100%;
  background-color: #6a3c2c;
  font-size: 28px;
  color: #FFF;
  padding: 2px 0 3px 63px;
  background-image: url(../img/icon_tel.png);
  background-position: center left 25px;
  background-repeat: no-repeat;
}

.header__tel:hover {
  color: #FFF;
}

.header__contact .header__contact--mail {
}

.header__contact--mail {
}

.header__contact--mail .header__mail {
}

.header__mail {
  display: block;
  width: 100%;
  background: #9c9c9c;
  font-size: 16px;
  color: #FFF;
  padding: 12px 0 12px 70px;
  background-image: url(../img/icon_mail.png);
  background-position: center left 24px;
  background-repeat: no-repeat;
}

.header__mail:hover {
  color: #FFF;
}

.header .sp-menu.sp {
  height: 25px;
  width: 25px;
  margin: 0 3% 0 0;
  position: relative;
}

.header .sp-menu.sp span {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header .sp-menu.sp span:nth-child(1) {
  top: 4px;
}

.header .sp-menu.sp span:nth-child(2) {
  top: 12px;
}

.header .sp-menu.sp span:nth-child(3) {
  bottom: 3px;
}

.header .sp-menu.sp.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
}

.header .sp-menu.sp.active span:nth-child(2) {
  display: none;
}

.header .sp-menu.sp.active span:nth-child(3) {
  transform: rotate( -45deg);
  bottom: 11px;
}

/* float */
.float__sns {
  position: fixed;
  right: 0;
  top: 14.7%;
  z-index: 99;
  /*background: #00ae95;
    border: 3px solid #FFF;
    border-right: none;
    border-radius: 12px 0px 0px 12px;
    padding: 26px 10px 23px 20px;*/
}

.float__sns a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.float__sns .float__fb {
  width: 33px;
  margin-bottom: 30px;
}

.float__fb {
}

.float__fb img {
}

.float__sns .float__insta {
  width: 33px;
  margin-bottom: 25px;
}

.float__insta {
}

.float__insta img {
}

.float__sns .float__twitter {
  width: 35px;
  margin-bottom: 26px;
}

.float__twitter {
}

.float__twitter img {
}

.float__sns .float__line {
  width: 35px;
}

.float__line {
}

.float__line img {
}

.float__sns .float__text {
}

.float__text {
  background: #00ae95;
  border: 3px solid #FFF;
  border-right: none;
  border-radius: 12px 0px 0px 12px;
  padding: 26px 17px 55px 20px;
  text-align: left;
  font-size: 16px;
  color: #FFF;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
}

.float__text::after {
  content: '';
  background-image: url(../img/icon_fix.png);
  width: 25px;
  height: 25px;
  position: absolute;
  background-size: contain;
  bottom: 20px;
  left: 3px;
  right: 0;
  margin: auto;
}

.float__contact {
  margin: 10px 0 0;
}

.float__contact .float__text {
  background: #df6b8e;
}

/* footer */
.footer {
  padding: 56px 3% 62px;
  border-top: 2px solid #00ae95;
}

.footer .inner {
}

.footer .footer__sns {
  padding: 0 0 67px;
}

.footer__sns {
  justify-content: center;
  align-items: center;
}

.footer__sns a {
  margin: 0 18px 0;
}

.footer__sns .footer__fb {
  width: 27px;
}

.footer__sns .footer__fb img {
}

.footer__sns .footer__insta {
  width: 27px;
}

.footer__sns .footer__insta img {
}

.footer__sns .footer__twitter {
  width: 29px;
}

.footer__sns .footer__twitter img {
}

.footer__sns .footer__line {
  width: 29px;
}

.footer__sns .footer__line img {
}

.footer .footer__item {
}

.footer__item {
}

.footer__item .footer__nav {
}

.footer__nav {
  width: 39%;
  padding: 7px 0 0;
}

.footer__nav .footer__nav--list {
}

.footer__nav--list {
}

.footer__nav--list .footer__nav--item {
}

.footer__nav--item {
  margin: 0 0 26.7px;
}

.footer__nav--item:last-child {
  /* margin: 0 0 0; */
}

.footer__nav--item .footer__nav--link {
}

.footer__nav--link {
}

.footer__item .footer__item--left {
}

.footer__item--left {
  width: 45%;
  flex-flow: column;
}

.footer__item--left .footer__item--childitem {
}

.footer__item--childitem {
}

.footer__item--childitem .footer__logobox {
}

.footer__logobox {
  margin: 0 0 15px;
}

.footer__logobox .footer__logo {
}

.footer__logo {
}

.footer__logo img {
}

.footer__item--childitem .footer__text {
}

.footer__text {
  line-height: 1.8;
  padding: 0 0 0 2px;
  margin: 0 0 10px;
}

.footer__item--left .copyright {
}

.copyright {
  line-height: 2;
  text-align: center;
}

.entry-content {
}

.entry-content p {
  font-size: 16px;
  line-height: 1.75;
  word-break: break-all;
}

.entry-content .c-red {
  color: #e71f18;
}

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

.entry-content .boldfont {
  font-weight: bold;
}

.entry-content .f12 {
  font-size: 12px;
}

.entry-content .f14 {
  font-size: 14px;
}

.entry-content .f16 {
  font-size: 16px;
}

.entry-content .f18 {
  font-size: 18px;
}

.entry-content .f20 {
  font-size: 20px;
}

.entry-content .f22 {
  font-size: 22px;
}

.entry-content .f24 {
  font-size: 24px;
}

.entry-content .mb100 {
  margin-bottom: 100px;
}

.entry-content .mb90 {
  margin-bottom: 90px;
}

.entry-content .mb80 {
  margin-bottom: 80px;
}

.entry-content .mb70 {
  margin-bottom: 70px;
}

.entry-content .mb60 {
  margin-bottom: 60px;
}

.entry-content .mb50 {
  margin-bottom: 50px;
}

.entry-content .mb40 {
  margin-bottom: 40px;
}

.entry-content .mb30 {
  margin-bottom: 30px;
}

.entry-content .mb20 {
  margin-bottom: 20px;
}

.entry-content .mb10 {
  margin-bottom: 10px;
}

.entry-content h2 {
  font-size: 30px;
  font-family: ryo-display-plusn, serif;
  font-weight: 700;
  font-style: normal;
}

.entry-content .textlink {
  text-decoration: underline;
  color: #00ae95;
}

.entry-content .textlink.red {
  text-decoration: underline;
  color: #cd0000;
}

.entry-content .textlink.black {
  text-decoration: underline;
  color: #000;
}

.entry-content .btn01 {
  display: block;
  width: 262px;
  max-width: 80%;
  margin: 0 auto;
}

.entry-content dl {
  justify-content: flex-start;
}

.entry-content dl dt {
  padding-right: 5%;
}

.entry-content .contents-description dl dt {
  width: 100px;
}

.entry-content .contents-description dl dd {
  width: calc(100% - 100px);
}

.entry-content .flexbox.per48 {
  width: 48%;
}

.entry-content .flexbox.per50 {
  width: 50%;
}

.entry-content .flexbox.per42 {
  width: 42%;
}

.contents-description {
  width: 46%;
}

.entry-content .kazari01 {
  display: inline-block;
  margin-right: 15px;
  padding: 0px 18px 2px;
  background: #90c320;
  color: #FFF;
}

/* privacy */
.lower-privacy.lower__section {
  padding: 98px 3% 308px;
}

/* contact */
.lower-contact.lower__section {
  padding: 80px 3% 80px;
}

.contact__form {
  max-width: 820px;
  margin: 0 auto;
}

.contact__form .mailform {
}

.mailform {
}

.mailform .contact__form--item {
}

.mailform .must {
  padding: 0 3px 0 0;
  margin: 0;
  background: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
  color: #e71f18;
  font-size: 16px;
  float: none;
  display: inline-block;
}

.contact__form--item {
  align-items: center;
  margin: 0 0 55px;
  padding: 0 0 55px;
  border-bottom: 1px solid #9c9c9c;
}

.contact__form--item.align-top {
  align-items: flex-start;
}

.contact__form--item dt {
  /*width: 344px;*/
  text-align: center;
  font-size: 16px;
  text-align: left;
  /*width: 380px;*/
  width: 220px;
}

.contact__form--item.align-top dt {
  padding: 15px 0 0;
}

.contact__form--item dt .must {
}

.contact__form--item dd {
  /*width: calc(100% - 344px);*/
  /*width: calc(100% - 380px);*/
  width: calc(100% - 220px);
}

.contact__form--item dd input {
  border-radius: 0;
  border: 1px solid #000;
  height: 56px;
  font-size: 16px;
  padding: 10px 3%;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.contact__form--item dd input.text2 {
  width: 100px;
  /*max-width: 547px;*/
  max-width: 570px;
}

.contact__form--item dd input.text3 {
  width: 100%;
  /*max-width: 547px;*/
  max-width: 570px;
}

.contact__form--item dd select {
  border-radius: 0;
  border: 1px solid #000;
  height: 56px;
  font-size: 16px;
  padding: 10px 3%;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.contact__form--item dd select.text3 {
  width: 100%;
  /*max-width: 547px;*/
  max-width: 570px;
}

.contact__form--item dd select.text2 {
  width: 100%;
  /*max-width: 547px;*/
  max-width: 200px;
}

.contact__form--item {
}

.contact__form--item dt {
}

.contact__form--item dt .must {
}

.contact__form--item dd {
}

.contact__form--item dd .mwform-radio-field {
  display: block;
  margin: 0 0 20px;
}

.contact__form--item dd .mwform-radio-field label {
  font-size: 16px;
}

.contact__form--item dd .mwform-radio-field label input {
  height: 20px;
  width: 20px;
  margin: 0 10px 2px 0px;
}

.contact__form--item dd .textarea {
  width: 100% !important;
  /*max-width: 547px;*/
  max-width: 570px;
  height: 296px !important;
  border-radius: 0;
  border: 1px solid #000;
  font-size: 16px;
  padding: 20px 3%;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
}

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

.mailform .t4 .hv {
  color: #6a3c2c;
  text-decoration: underline;
}

.mailform .submit_wap {
}

.submit_wap {
  text-align: center;
}

.submit_wap .must {
}

.submit_wap label {
  font-size: 16px;
}

.submit_wap label input {
  width: 20px;
  height: 20px;
  margin: 0 6px 3px 0px;
}

.submit_wap .btn01 {
  display: inline-block;
  position: relative;
  background-color: #FFF;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: auto;
  -webkit-appearance: none;
  cursor: pointer;
  color: #000;
  background-image: url(../img/arrow01.png);
  background-repeat: no-repeat;
  background-position: right 22px center;
  background-size: 15px;
}

.movie {
  margin: 0 0 40px;
}

#mfp_hidden {
  display: none;
}

.policy-scroll__wap {
  width: 90%;
  box-sizing: border-box;
  padding: 20px;
  height: 400px;
  overflow-y: scroll;
  background-color: #FFF;
  text-align: left;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #838383;
}

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

@media screen and (max-width: 1140px) {
  .lower-contact .inner {
    max-width: 900px;
  }
}

@media screen and (max-width: 1030px) {
  .lower-contact .inner {
    max-width: 800px;
  }
}

@media screen and (max-width: 930px) {
  .float__sns {
    /*display: none;*/ bottom: 0;
    top: auto;
    left: 0;
  }

  .float__text {
    width: 100%;
    -webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    border: none;
    border-radius: 0;
    padding: 11px 0 13px 0;
    text-align: center;
    font-size: 18px;
  }

  .float__text::after {
    left: auto;
    right: 5%;
    bottom: 0;
    top: -2px;
  }

  .float__contact {
    margin: 0px 0 0;
  }

  .float__sns .hv:hover {
    opacity: 1;
  }

  .footer {
    padding: 56px 3% 140px;
  }
}
