@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: inherit;
  font-size: 100%;
  letter-spacing:0;
  vertical-align: baseline;
}
html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

*, *: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;
}*/

/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

/* variable */
i {
  margin: auto 20px;
}

/*------------------------
 image responsove change
 --------------------------*/
 /* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: inherit !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 481px) {
.pc { display: none !important; }
.sp { display: inherit !important; }
}

/*---------------------------------------------------------------
 common
-------------------------------------------------------------- */
html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}

body {
font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height:200%;
  color:#594f95;
  font-feature-settings : "palt";
  font-size: 1.6rem;/* 16px */
  font-weight:400;
  background-image: url(../images/bg.png);
  background-repeat: repeat;
  background-size: auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}

#wrapper{
  width:100%;
  margin:0 auto;
  padding:0;
/*  overflow:hidden;*/
}

.text {
    margin:0 0 50px 0;
    font-size:1.4rem;
    line-height:180%;
    letter-spacing:0.1em;
}

.fade-in {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}

img {
  width:100%;
  vertical-align: bottom;
}
.u-price-color {
  letter-spacing: 1px;
}

.u-text-small {
  display:block;
  font-size:12px;
  margin-bottom:5px;
}

.u-price-big {
  font-size:1.8rem;
  font-weight: 500;
}

.name {
  display:block;
  margin-bottom:5px;
  font-size: 1.4rem;
}

.item__title {
  width:30%;
  margin:60px auto 10px;
}

.main__lead {
  text-align:center;
  font-size:1.6rem;
  letter-spacing:2px;
  margin-top:20px;
}

.image__bikou {
  width:88%;
  margin:-15px auto 0;
  text-align:right;
  font-size:1.2rem;
}
@media screen and (min-width:769px) {
h3 {
    font-size:2.8rem;
    font-weight:400;
}
}

/*-------------------------------
 block
--------------------------------- */
#contents{
  width:100%;
  margin:30px auto 0;
  padding:0;/*  overflow:hidden;*/
}

/*-------------------------------
 heroimage
--------------------------------- */
.heroimage {
  width: 100%;
  margin: 0;
  padding: 50px 0 0 0;
  text-align: center;
  position:relative;
 }

 .heroimage__title {
  width: 70%;
  max-width:480px;
  height: auto;
  margin:0 auto;
  padding: 0;
 }

 .heroimage__container {
   z-index:1;
 }

.heroimage__img02 {
  width: 95%;
  margin:0 auto;
}

.heroimage__date {
  margin:30px auto 50px;
}

.heroimage__txt {
  font-size:2.2rem;
  border-bottom:solid 2px #594f95;
  letter-spacing:2px;
  font-weight: 600;
  display: inline;
  padding:0 10px 0 10px;
  line-height:2;
}

.heroimage__date--small {
  font-size:1.8rem;
}

@media screen and (min-width:481px) {
  .heroimage {
    padding: 30px 0 0 0;
   }


  .heroimage__container {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heroimage__img01 {
    width: 35%;
  }

  .heroimage__img02 {
    width: 65%;
    padding: 50px 0 0 0;
  }

  .heroimage__txt {
    font-size: 2.4rem;
  }

  .heroimage__date {
    margin: 30px auto 80px;
  }
}


/*-------------------------------
item list
--------------------------------- */
#item {
  width: 90%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto 50px auto;
  padding: 0;
  text-align: center;
}

#item ul {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

#item ul li {
  width: 48%;
  margin: 0 0 50px 0;
  padding: 0;
  text-align: center;
  line-height: 120%;
}

#item ul li figure {
  position: relative;
}

#item ul li figure .photo {
  margin: 0 0 20px 0;
  padding: 0;
  border-radius: 50% 50%;
}

.item__size {
  font-size:1.2rem;
  margin:5px auto 10px;
}

.text_small {
  font-size:13px;
}

@media screen and (min-width:481px) {
  .name {
    font-size: 1.6rem;
  }

  #item {
    max-width: 1000px;
    margin: 0 auto;
  }

  #item ul::after {
    content: "";
    display: block;
    width: 28%;
    -between;
  }

  #item ul li {
    width: 30%;
    margin: 0 0 40px;
    padding: 0;
    text-align: center;
    line-height: 120%;
  }

  .item__size {
    margin: 10px auto;
  }

  .text_small {
    font-size:1.6rem;
  }
}

/*-------------------------------
information01
--------------------------------- */
.info01 {
  width: 90%;
  max-width: 1000px;
  margin:70px auto 0;
  padding:40px 20px;
  display: flex;
  flex-direction: column;
  background-color: #d0cde2;
  box-sizing: border-box;
  align-items: center;
  border:solid 2px #bdb8d2;
}


.info01__box01, .info01__box02 {
  width:100%;
}

.info01__box01 {
  margin-bottom:30px;
}

.info01__title {
  font-size:2.2rem;
  font-weight: bold;
  margin-bottom:30px;
  line-height: 3.2rem;
  text-align: center;
  letter-spacing: 1px;
}



@media screen and (min-width:481px) {
  .info01 {
    justify-content: space-between;
      flex-direction: row;
    padding:60px 100px;
    margin:100px auto 0;
  }

  .info01__box01, .info01__box02 {
    width:48%;
  }

  .info01__title {
    font-size:2.8rem;
    font-weight: bold;
    margin-bottom:30px;
    line-height: 4rem;
    text-align: left;
  }
}

@media (min-width:481px) and (max-width:768px){
  .info01 {
    padding:30px 50px;
  }

  .info01__title {
    font-size:2.4rem;
  }
}

/*-------------------------------
information02
--------------------------------- */
.info02 {
  width: 90%;
  margin:0 auto;
}

.info02_title {
  font-size: 1.4rem;
      text-align: center;
      margin: 0 auto;
      line-height: 2rem;
      margin-bottom: 10px;
}

@media screen and (min-width:769px) {
  .info02 {
    width: 460px;
    margin:55px auto;
  }

  .info02_title {
    width: 460px;
  }

}

/*-------------------------------
typy
--------------------------------- */
.typy {
  width:90%;
  margin:0 auto;
  background-color: #fff;
  text-align: center;
  border:solid 1px #e6e6e6;
  margin-top:50px;
  position:relative;
  padding:20px;
}

.typy___yokoku {
  position: absolute;
  border-radius: 50% 50%;
  width: 100px;
  height: 100px;
  text-align: center;
  top: -20px;
  left: -10px;
  background-color:#594f95;
  color:#fff;
  font-size:20px;
  line-height: 10rem;
}

.typy img {
  border:solid 1px #e2e1e4;
}

.typy p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin: 20px auto 25px;
}


@media screen and (min-width:481px) {
  .typy {
    max-width:1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
  }

  .typy___yokoku {
    width: 130px;
    height: 130px;
    top: -20px;
    right: -10px;
    font-size:28px;
    line-height: 13rem;
  }

  .typy__img {
    width:49%;
  }

  .typy__lead {
    width:49%;
  }

  .typy p {
    line-height: 3.4rem;
  }
}

@media (min-width:481px) and (max-width:768px){
  .typy___yokoku {
    width: 100px;
    height: 100px;
    top: -20px;
    right: -10px;
    font-size:24px;
    line-height: 10rem;
  }
}

/*-----------------------------
 caution
------------------------------------ */
.caution {
  width: 90%;
  margin: 50px auto;
  padding: 0;
  display: block;
  background-color: #fff;
}

.caution>div {
  margin: 0;
  padding: 30px 20px;
}

.caution h2 {
  width: 100%;
  margin: 0 auto 30px auto;
  padding: 10px;
  text-align: center;
  background: #594f95;
  color: #fff;
}

.caution p {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 2.6rem;
}

.caution p a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #594f95;
  text-decoration: underline;
}

.line {
  border-bottom: dashed 1px;
  margin: 65px auto 45px;
}

.caution__info {
  font-size: 1.8rem;
  border-bottom: 2px solid #8e88b3;
  padding-bottom: 1px;
  display: inline;
  line-height: 4rem;
}

p.caution__info--sub {
  font-size: 1.6rem;
  margin: 20px auto;
}

.caution__info--red {
  color: #e44444;
}

@media screen and (min-width:481px) {
  .caution {
    max-width: 1000px;
    margin: 50px auto;
    padding: 60px 80px;
  }
}

@media (min-width:481px) and (max-width:768px) {
  .caution {
    padding: 30px;
  }
}
/*---------------------------------------------------------------
 footer
-------------------------------------------------------------- */

footer {
  margin: 80px auto 0;
}

.f_copyright {
  width: 90%;
  margin:0 auto 20px;
  text-align:left;
  font-size:1.2rem;
  line-height: 2rem;
}

.footer__logo {
  background-color: #594f95;
  color:#fff;
  padding:25px 0;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

footer #f_logo{
    margin:0 auto;
    width:42%;
}
footer #f_logo a{
    margin:0;
    padding:0;
    display:block;
    margin: 0 auto;
}
footer #f_logo a img{
    vertical-align: bottom;
}

@media screen and (min-width:481px) {
  .f_copyright {
    text-align:center;
  }

  .footer__logo {
    padding:35px 0;
  }

  footer #f_copyright{
      padding:100px 0 30px 0;
  }

  footer #f_logo{
      width:180px;
      padding: 0;
  }

}

/*------------------------------
 animation
 -------------------------------*/
 .invisible {
	transition: opacity 0.5s ease;
	opacity: 0.0;
}

.visible {
	transition: opacity 0.5s ease;
	opacity: 1.0;
}

/*------------------------------
 buttun
 -------------------------------*/
 .button {
   display: block;
   width: 100%;
   text-align: center;
   text-decoration: none;
   line-height: 70px;
   outline: none;
   background-color: #594f95;
   border: 1px solid #594f95;
   color: #fff;
   font-size:1.4rem;
 }

 .button:hover {
   background-color: #fff;
   border-color: #594f95;
   color: #594f95;
 }

 .button::before,
 .button::after {
   position: absolute;
   z-index: -1;
   display: block;
   content: '';
 }
 .button,
 .button::before,
 .button::after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-transition: all .3s;
   transition: all .3s;
 }

 @media screen and (min-width:769px) {
   .button {
     width: 90%;
     margin: 0 auto;

   }
 }

 @media (min-width:481px) and (max-width:768px){
   .button {
     line-height: 60px;
     font-size:1.6rem;
     width: 90%;
     margin: 0 auto;
   }
 }
