@charset "UTF-8";

clearfix[@extend .clearfix];
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
.clearfix, .all-wrapper #top .top-info-b ul li, .all-wrapper #top .top-info-b ul, .all-wrapper #top .top-info-a ul, .all-wrapper #top .top-info ul li, .all-wrapper #top .top-info ul, .all-wrapper #top .section02 .box.box-line .col-3, .all-wrapper #top .section01 .box .inner, .g-nav #nav .inner ul {
  zoom: 1;
}
.clearfix:after, .all-wrapper #top .top-info-b ul li:after, .all-wrapper #top .top-info-b ul:after, .all-wrapper #top .top-info-a ul:after, .all-wrapper #top .top-info ul li:after, .all-wrapper #top .top-info ul:after, .all-wrapper #top .section02 .box.box-line .col-3:after, .all-wrapper #top .section01 .box .inner:after, .g-nav #nav .inner ul:after {
  display: block;
  content: "";
  clear: both;
}

html {
  font-size: 62.5%;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
reset
////////////////////////////////////////////////////////////////////////////////////////////////　*/
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

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

input, select {
  vertical-align: middle;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////


//////////////////////////////////////////////////////////////////////////////////////////////////　*/
body {
  font-size: 1.6rem;
  color: #3e3a39;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  font-family: "Noto Serif JP", serif;
  line-height: 1.7;
  font-weight: 500;
}
body ul {
  margin: 0;
}
body ul li {
  list-style-type: none;
}
body a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
body h5 {
  font-weight: 500;
}

* {
  margin: 0px;
  padding: 0px;
}

.object-fit {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}


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

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

.text-center-sp {
  text-align: center;
}
@media (min-width: 768px) {
  .text-center-sp {
    text-align: left;
  }
}



/*　////////////////////////////////////////////////////////////////////////////////////////////////
Basic style
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
::-moz-selection {
  background: #D30065;
  color: #fff;
}
::selection {
  background: #D30065;
  color: #fff;
}

a:hover, a {
  text-decoration: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  color: #3e3a39;
}

a:active {
  text-decoration: none;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
Basic style
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (min-width: 576px) {
  img {
    max-width: 100%;
  }
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
pagetop
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
.pagetop {
  position: fixed;
  bottom: 0px;
  right: 0px;
  padding: 5px;
  background-color: #fff;
  z-index: 100;
}
.pagetop img {
  height: 56px;
  width: auto;
}
@media (min-width: 576px) {
  .pagetop {
    bottom: 76px;
    right: 20px;
    background-color: transparent;
  }
  .pagetop img {
    height: 100px;
  }
}


.all-wrapper {
  overflow: hidden;
}
.all-wrapper .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}
.all-wrapper .bk-gradation-a {
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(#ffe4f4));
  background: linear-gradient(0deg, white 0%, #ffe4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffe4f4",GradientType=1);
}
.all-wrapper .pc-none {
  display: block;
}
@media (min-width: 992px) {
  .all-wrapper .pc-none {
    display: none;
  }
}
.all-wrapper .sp-none {
  display: none;
}
@media (min-width: 768px) {
  .all-wrapper .sp-none {
    display: block;
  }
}

.all-wrapper #top .header h1 {
  color: #fff;
  background-color: #D57182;
  text-align: center;
  font-size: 1.4rem;
  padding: 15px 0;
  font-weight: 300;
  margin-bottom: 60px;
}















article{
  height: 1000px;
}
img{
    max-width: 100%;
    height: auto;
}
.gallery{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.gallery-item{
    flex: 1 1 33.333%;
    -ms-flex: 1 1 33.333%;
}

ul.insta_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
ul.insta_list li {
  list-style: none;
  width: 48%;
  margin-bottom: 1vw;
}
ul.insta_list li a p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
ul.insta_list li a p span {
  font-size: 120%;
}








.all-wrapper #top footer.footer {
  color: #fff;
  text-align: center;
}
.all-wrapper #top footer.footer .inner {
  padding: 60px 0 280px;
  background-size: 230%;
  background-position: 50% 100%;
  background-color: #150f4b;
  position: relative;
}
.all-wrapper #top footer.footer .inner .exterior {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  white-space: nowrap;
  width: 100%;
}
.all-wrapper #top footer.footer .inner .exterior img {
  width: 800px;
}
.all-wrapper #top footer.footer .inner img {
  width: 150px;
  margin-bottom: 30px;
}
.all-wrapper #top footer.footer .inner .f-copy {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.all-wrapper #top footer.footer .inner .add {
  margin-bottom: 20px;
}
.all-wrapper #top footer.footer .inner .add a {
  display: block;
  color: #FCC800;
}
.all-wrapper #top footer.footer .inner a {
  color: #fff;
  font-size: 2rem;
}
.all-wrapper #top footer.footer .copyright {
  background-color: #000;
  font-size: 1.4rem;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .all-wrapper #top footer.footer {
    color: #fff;
    text-align: center;
  }
  .all-wrapper #top footer.footer .inner {
    padding: 110px 0;
    background-size: cover;
    background-position: 100% 100%;
  }
  .all-wrapper #top footer.footer .inner .add a {
    margin-left: 20px;
    display: inline-block;
  }
}
