@charset "utf-8";

/* 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;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
html {
    min-height: 100%;
    width: 100%;
    font-size: 62.5%;
    font-size: 10px\0; /* IE */
    background: #fff;
}
body {
    min-width: 375px;
    line-height: 1;

    word-wrap: break-word;
    line-break: normal;

    /*word-break: break-all;*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Helvetica Neue", Arial,  Meiryo, sans-serif;
    color: #3B190D;
}
/* IE */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

/* image
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

img {
    max-width: 100%;
    height: auto;
    border:none;
}
figure {
    line-height: 1;
    text-align: center;
}
figure img {
    line-height: 1;
}

/* responsive PC
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

.pc {
    display: block;
}
.sp {
    display: none;
}
br.sp {
    display: block;
}
br.sp,
br.sp_375,
br.sp_460,
br.sp_320 {
    display: none;
}
img.pc {
    display: inline-block;
}
img.sp {
    display: none;
}

/* link
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

a:link {
    color: #3B190D;
    text-decoration: none;
    transition: all 0.4s;
}
p > a:link {
    text-decoration: underline;
}
a:visited {
    color: #3B190D;
    text-decoration: none;
}
a:hover {
    color: #3B190D;
    text-decoration: none;
}
a:active {
    color: #3B190D;
    text-decoration: none;
}
a:focus {
    outline: none;
}

/* clear
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

.SingleContents section p,
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.clearfix > li{
    float: left;
}

/* style
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
select {
    width: auto;
    vertical-align: middle;
    color: inherit;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 68px;
    padding: 1em 1em .7em .6em;
    line-height: 1.4;
    font-size: 2.2rem;
    border: 2px solid #FFEEEB;
    background: #FFEEEB url(../img/common/arrow-select.svg) right 15px center / 11px no-repeat;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea {
    margin: 0;
    font-size: 2rem;
    padding: .9em 1.5em .9em .7em;
    outline: none;
    line-height: 1.4;
    -webkit-appearance: none;
    background: #FFEEEB;
    border: 1px solid #FFEEEB;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    width: auto;
}
input.hasDatepicker{
    width: 35%;
}
.mwform-tel-field input[type="text"] {
    width: 28%;
}
textarea {
    min-height: 12em;
    height: 12em;
    display: block;
}
input[type="checkbox"],
input[type="radio"] {
    margin-right: 5px;
}
input[type="submit"],
button {
    -webkit-appearance: none;
}
p.Indent_List,
ul.Indent_List > li {
    text-indent: -1.2em;
    padding-left: 1.2em;
}
.dot_List li{
    position: relative;
    padding: 0 0 0 14px;
}
.dot_List li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #e94285;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}
div,
p,
dt,
dd,
li {
    font-size: 1.6rem;
    line-height: 1.9;
    letter-spacing: 0;
}

/* Font_Style
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

.Title i {
    font-style: normal;
}
time {
    font-size: 1.6rem;
    color: #929292;
    display: inline-block;
    letter-spacing: 1px;
}
.T-Blue {
    color: #2fa9ba;
}

.Bold {
    font-weight: 600;
}
.Poppins{
    font-family: poppins, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.Poppins.semi-b{
    font-weight: 500;
}
.ryo-gothic{
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.rig {
    font-family: rig-shaded-bold-face, sans-serif;
    font-weight: 500;
    font-style: normal;
}
.Bg_Text {
    font-size: 1.8rem;
    margin: 0 0 10px;
    padding: 0 10px 2px;
    line-height: 1.7;
    letter-spacing: 0.8px;
    font-weight: 600;
    display: inline-block;
    background: #fff;
}
.Tate_Text {
    text-align: left;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

/* text
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-small{
    font-size: 1.2rem;
}

/* Float
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

.Left {
    float: left !important;
}
.Right {
    float: right !important;
}

/* Table
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
table th {
    vertical-align: top;
  font-weight: normal;
}
caption, th {
  text-align: left;
}
table td {
    vertical-align: top;
    word-break: break-all;
}

/* Form
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

.imp {
    font-size: 1.2rem;
    display: inline-block;
    line-height: 1.2;
    color: #ba272d;
}
input.text_S {
    width: 60%;
    margin: 0 1em 0 0;
}
label{
    display: inline-block;
    cursor: pointer;
}

/* h1-h6
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: normal;
}

/* Flex_Box
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/
.flex-box{
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    box-sizing: border-box;
}
.flex-box.box-middle{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -ms-flex-line-pack: center;
    align-content: center;
}
.flex-box.display-column{
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-box.align-bottom{
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.Flex.Column > *{
    width:100%;
}
.Box_2 > *{
  width: 49%;
}
.Box_3 > *{
  width: 32.3333%;
}
.Box_4 > *{
  width: 24%;
}
.Box_5 > *{
  width: 19%;
}
.Box_6 > *{
  width: 15.6666%;
}
.Box_7 > *{
  width: 13.285%;
}
.Box_8 > *{
  width: 11.5%;
}
.Box_9 > *{
  width: 10.1111%;
}
.flex-box.Type-a > figure{
  width: 26%;
}
.flex-box.Type-a > div,
.flex-box.Type-a > p{
  width: 72%;
}
.flex-box.Type-b > figure {
    width: 27%;
}
.flex-box.Type-b > div,
.flex-box.Type-b > p{
  width: 70%;
}
.flex-box.Nowrap{
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.flex-box.order-reverse{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media screen and (min-width: 751px) {
    .flex-box.order-reverse_pc{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
.flex-box.align-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex-box.align-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex-box.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  justify-content: center;
}



/*wrapper
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

#wrapper {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.inner-box {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
    box-sizing: border-box;
    /*display: block;*/
    position: relative;
}
#contents {
    padding-bottom: 1px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: block;
}

/* Table
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/


/* Btn
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/


/* Max 1260~
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

@media screen and (max-width: 1260px){
    body {
        width: 1260px;
    }
} /* Max 1260~ */

/* Min 960~
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/
@media screen and (min-width: 960px) {
    #Slide_Menu {
        display: none;
    }
} /* Min 960 */


/* Max 959 ~ 751
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/
@media screen and (max-width: 959px) {


} /* Max 959 ~ 751 */

/* Max 750
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/
@media screen and (max-width: 768px) {
    body.open {
        overflow: hidden;
    }
    body {
        width: 100%;
        min-width: initial;
    }
    div,
    p,
    dt,
    dd {
        font-size: 3rem;
        font-size: 3.9vw;
    }

    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    br.pc {
        display: none;
    }
    br.sp {
        display: block;
    }

    img.pc {
        display: none;
    }
    img.sp {
        display: inline-block;
        height: auto;
    }
    input[type="text"], input[type="tel"], input[type="email"], input[type="number"], textarea {
        /*width: 100%;*/
        padding: .7em .4em;
        font-size: 1.932rem;
        font-size: 2.55vw;
        font-size: 1.6rem;
    }
    textarea {
        min-height: 5em;
    }
    .flex-box_SP{
        display:-webkit-box;
        display:-ms-flexbox;
      display: flex;
        -ms-flex-wrap: wrap;
      flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
      justify-content: space-between;
        -ms-flex-line-pack: justify;
      align-content: space-between;
      box-sizing: border-box;
    }
    time {
        font-size: 1.6rem;
        font-size: 2.14vw;
    }
    /*━―…‥・★wrapper★・‥…―━━*/

    #wrapper {
        min-width: inherit;
    }
    .inner-box {
        width: 87%;
    }

    /*━―…‥・★Header★・‥…―━━*/
    #header {
    }

/* Max 750 */
}

/* Max 460
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/
@media screen and (max-width: 460px) {
    div,
    p,
    dt,
    dd,
    li {
        font-size: 1.5rem;
        font-size: 3.8vw;
    }
    /*━―…‥・★Title★・‥…―━━*/

    /*━―…‥・★Btn★・‥…―━━*/

/* Max 460 */
}

/* Max 375
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/
@media screen and (max-width: 375px) {
    br.sp_375 {
        display: block;
    }

    /*━―…‥・★Title★・‥…―━━*/

    /*━―…‥・★Btn★・‥…―━━*/

/* Max 375 */
}

/* Max 320
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/
@media screen and (max-width: 320px) {
    br.sp_320 {
        display: block;
    }

    /*━―…‥・★Contents★・‥…―━━*/

/* Max 320 */
}

/* Remodal's necessary styles */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}
.remodal,
[data-remodal-id] { /* Anti FOUC */
  display: none;
}
.remodal-overlay { /* Necessary styles of the overlay */
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
.remodal-wrapper { /* Necessary styles of the wrapper */
  position: fixed;
  z-index: 100001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
.remodal-overlay,
.remodal-wrapper { /* Fix iPad, iPhone glitches */
  backface-visibility: hidden;
}
.remodal { /* Necessary styles of the modal dialog */
  position: relative;
  outline: none;
  text-size-adjust: 100%;
}
.remodal-is-initialized { /* Disable Anti-FOUC */
  display: inline-block;
}
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {/* Default theme styles for the background */
  filter: blur(3px);
}
.remodal-overlay { /* Default theme styles of the overlay */
  /*background: rgba(43, 46, 56, 0.9);*/
  background: rgb(59, 25, 13, .4);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper { /* Default theme styles of the wrapper */
  padding: 10px 10px 0;
}
.remodal { /* Default theme styles of the modal dialog */
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 12rem 0 7rem;
  transform: translate3d(0, 0, 0);
  background: #fff;
  box-shadow: 4px 4px 25px rgba(0,0,0,.25);
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}
.remodal,
.remodal-wrapper:after { /* Vertical align of the modal dialog */
  vertical-align: middle;
}
.remodal-close { /* Close button */
  position: absolute;
  top: 40px;
  right: 40px;
  display: block;
  overflow: visible;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}
.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before,
.remodal-close:after{
    display: block;
    width: 55px;
    height: 1px;
    content: "";
    background: #000;
    position: absolute;
    top: 0;

}
.remodal-close:before {
    left: 0;
    transform: translateX(-7.5px) translateY(20px) rotate(135deg);
}
.remodal-close:after {
    right: 0;
    transform: translateX(7.5px) translateY(20px) rotate(-135deg);
}
/*
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}
*/
.remodal-confirm,
.remodal-cancel { /* Dialog buttons */
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.remodal-confirm {
  color: #fff;
  background: #81c784;
}
.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}
.remodal-cancel {
  color: #fff;
  background: #e57373;
}
.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner { /* Remove inner padding and border in Firefox 4+ for the button tag. */
  padding: 0;
  border: 0;
}
/* Keyframes */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries */
@media only screen and (min-width: 769px) {
  .remodal {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 768px) {
  .remodal-wrapper{
    padding: 6.5%;
  }
  .remodal {
    margin-bottom: 10px;
    padding: 13vw 0 1.2vw;
  }
  .remodal-close {
    top: 4vw;
    right: 4vw;
    width: 4.5vw;
    height: 4.5vw;
  }
  .remodal-close:before, .remodal-close:after {
    width: 6.5vw;
  }
  .remodal-close:before {
    transform: translateX(-1vw) translateY(2vw) rotate(135deg);
  }
  .remodal-close:after {
    transform: translateX(1vw) translateY(2vw) rotate(-135deg);
  }

}