@charset "utf-8";
/* 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:#fff;
  font-feature-settings : "palt";
  font-size: 1.6rem;/* 16px */
  font-weight:400;
  background-image: url(../images/background_image.jpg);
  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;
}

.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:768px) {
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: 80px 0 0 0;
  text-align: center;
  position:relative;
  background-image: url(../images/head_dotto.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-size:10%;
 }

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

 .heroimage__startday {
  width: 45%;
  max-width:280px;
  height: auto;
  margin:10px auto 20px;
  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 #7e2e00;
  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;
    background-size:5%;
   }


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

@media screen and (min-width:980px) {
  .heroimage {
    padding: 70px 0 0 0;
    background-size:4%;
   }
}

/*-------------------------------
item list
--------------------------------- */
.item__midashi {
  width:30%;
  max-width: 80px;
  margin:60px auto 20px;
}

#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.0rem;
  letter-spacing: 1px;
  margin:5px auto 10px;
}

.text_small {
  font-size:13px;
}

@media screen and (min-width:481px) {
  .item__midashi {
    max-width:130px;
    margin:100px auto 50px;
  }

  .name {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }

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

@media screen and (min-width:980px) {
    #item ul::after {
      content: "";
      display: block;
      width: 23%;
      -between;
    }

    #item ul li {
      width: 23%;
      margin: 0 0 50px;
      padding: 0;
      text-align: center;
      line-height: 120%;
    }
}
/*-------------------------------
item icon
--------------------------------- */
#item ul.icon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 150px;
    margin-top: 30px
  }

  #item ul.icon li {
      width: 48%;
      margin-bottom: 5px;
}

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

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

.caution h2 {
  width: 100%;
  margin: 0 auto 30px auto;
  padding: 10px;
  text-align: center;
  background: #e83831;
  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: #7f2e00;
  text-decoration: underline;
}

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

.caution__info {
  font-size: 1.8rem;
  padding-bottom: 1px;
  line-height: 4rem;
  text-align: center;
}

.caution__info--underline {
  text-decoration: none;
border-bottom: 1px solid #7f2e00;
padding-bottom: 2px;
}

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

.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;
  }
}
@media screen and (min-width:980px) {
.caution__info {
  text-align: left;
}

p.caution__info--sub {
  text-align:left;
}
}

/*---------------------------------------------------------------
 footer
-------------------------------------------------------------- */

footer {
  margin: 80px auto 0;
}

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

.footer__logo {
  background-color: #2e2927;
  color:#fff;
  padding:40px 0 30px;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 1px;
  background-image: url(../images/footer_dotto.jpg);
  background-position: top;
  background-repeat: repeat-x;
  background-size: 10%;
}

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

.icon__merry {
  max-width:200px;
  width:100%;
  margin:40px auto 20px;
}

@media screen and (min-width:768px) {
  .footer__logo {
    background-size: 5%;
    padding:60px 0 30px;
  }

  .f_copyright {
    text-align:center;
  }

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

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

}
@media screen and (min-width:980px) {
.footer__logo {
  background-size: 4%;
}
}

/*------------------------------
 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: #7e2e00;
   border: 1px solid #7e2e00;
   color: #fff;
   font-size:1.4rem;
 }

 .button:hover {
   background-color: #fff;
   border-color: #7e2e00;
   color: #7e2e00;
 }

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