@charset "utf-8";
/* CSS Document */

/*----------------------------------------
●PC表示　@media print, screen and (min-width: 769px){}
●SP表示　@media screen and (max-width:768px){}
----------------------------------------*/

/*TOPページCSS*/

/*----------------------------------------
  #TOP
----------------------------------------*/

#TOP .topSec {
  position: relative;
  height: 620px;
  background:url("../images/top.jpg")no-repeat center bottom /cover;
  margin-bottom: 40px;
}

#TOP .topSec h1 {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width:768px){
  #TOP .topSec {
    height: 350px;
    margin-bottom: 40px;
  }
}

/*----------------------------------------
  共通　見出し
----------------------------------------*/
#TOP .contSec {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
  padding: 0;
}

#TOP .ttl-inner, #TOP .ttl-inner-2 {
  width: 88%;
  margin-bottom: 40px;
  position: relative;
  height: 100px;
}

#TOP .ttl-inner {
  margin-left: 12%;
}

#TOP .ttl-inner-2 {
  margin-right: 12%;
}

#TOP .ttl-bg {
  height: 150px;
  width: 100%;
  position: absolute;
  z-index: -10;
}

#TOP .ttl-inner .cont-ttl {
  position: absolute;
  top: 22%;
  left: -4%;
  padding-left: 20px;
  border-left: 2px solid;
  color: #7D5F33;
  line-height: 1;
}

#TOP .ttl-inner-2 .cont-ttl {
  position: absolute;
  top: 22%;
  right: -4%;
  padding-right: 20px;
  border-right: 3px solid;
  text-align: right;
  color: #7D5F33;
  line-height: 1;
}

#TOP .ttl-inner .cont-ttl h2,#TOP .ttl-inner-2 .cont-ttl h2{
  font-size: 2em;
}


#TOP .ttl-inner-2 .cont-ttl p,#TOP .ttl-inner .cont-ttl p {
  color: #7D5F33;
  line-height: 1;
  padding-top: 20px;
}

@media screen and (max-width:768px) {
  #TOP .contSec {
    margin-bottom: 60px;
    padding: 20px 0;
  }

  #TOP .ttl-inner, #TOP .ttl-inner-2 {
    width: 90%;
  }
  #TOP .ttl-inner {
    margin-left: 10%;
  }
  #TOP .ttl-inner-2 {
    margin-right: 10%;
  }
  #TOP .ttl-inner .cont-ttl {
    left: -6%;
    padding-left: 15px;
  }
  #TOP .ttl-inner-2 .cont-ttl {
    right: -6%;
    padding-right: 15px;
  }
  #TOP .ttl-inner .cont-ttl h2,#TOP .ttl-inner-2 .cont-ttl h2{
  font-size: 1.7em;
}

  #TOP .ttl-bg {
    height: 200px;
  }
}
/*----------------------------------------
  共通レイアウト
----------------------------------------*/

#TOP .box-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

#TOP .box-inner .contBox {
  position: relative;
  min-height: 270px;
}
#TOP .box-inner .contBox .wrap {
  display: flex;
  position: absolute;
  top: -5%;
  left: 0;
  max-width: 960px;
}

#TOP .box-inner .contBox .wrap .textBox {
  width: 50%;
  padding-top: 40px;
  padding-right: 1em;
  margin-left: 2em;
}

@media screen and (max-width:768px){
  #TOP .box-inner {
    width: 96%;
  }

  #TOP .box-inner .contBox {
    min-height: 450px;
  }

  #TOP .box-inner .contBox .wrap {
    flex-wrap: wrap;
  }

  #TOP .box-inner .contBox .wrap figre {
    width: 100%;
  }

  #TOP .box-inner .contBox .wrap .textBox {
    width: 100%;
    padding-right: 0;
    margin-left: 0;
  }
}


/*----------------------------------------
  NEWS＆EVENT
----------------------------------------*/
#TOP #news .ttl-inner {
  margin-bottom: 20px;
}

.p-bnCont {
  text-align: center;
  margin-bottom: 30px;
}

.topics {
  margin-top: -1em;
  margin-bottom: 1em;
}

.topics dl {
  padding: 10px 0;
  border-bottom: 1px solid #CEC2BA;
}

.topics dt {
  padding-bottom: 0px;
}

.topics dd span {
  font-size: 0.8em;
  line-height: 2;
  padding: .3em .5em;
  margin-right: 7px;
  color:#fff;
  display: inline-block;
  line-height: 1.2;
  text-align: center;
  width: 5.5em;
}

.topics dd .info {
  background: #7EB1C1;
}

.topics dd .event {
  background: #B191B4;
}

@media screen and (min-width: 768px) {

  .p-bnCont {
    margin-bottom: 60px;
  }

  .topics dl {
    padding: 14px 0;
  }


  .topics dt {
    clear: left;
    float: left;
    margin-right: 15px;
  }
}

@media screen and (max-width:768px) {
  .topics dt {
    width: fit-content;
  }
  .topics dd a {
    display: block;
  }
}

.btn-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.btn-wrap .btn-1:first-child {
  margin-right: 15px;
}


/*----------------------------------------
  ABOUT
----------------------------------------*/
#TOP #about .ttl-bg {
  background: #F1EBE7;
}

#TOP #about .box-inner .contBox .wrap {
  top: -20%;
}

#TOP #about .textBox {
  padding-top: 2em;
}

@media screen and (max-width:768px){
  #TOP #about .box-inner .contBox {
    min-height: 520px;
  }

  #TOP #about .box-inner .contBox .wrap {
    top: -5%;
  }
  #TOP #about .box-inner .contBox .wrap figre {
    margin: 0 auto!important;
  }

  #TOP #about .box-inner .contBox .wrap .textBox {
     padding-top: 2em;
    margin-left: 1em;
    padding-left: 0;
    padding-right: 0;
  }
}
/*----------------------------------------
  PRODUCT
----------------------------------------*/
#TOP #product .ttl-bg {
  background: #F1EBE7;
}

#TOP #product .box-inner .contBox .wrap {
  top: -28%;
  left: 7%;
  width: 100%;
}

#TOP #product .textBox {
  padding-top: 5em;
  margin-left: 0;
}

#TOP #product .textBox .ttl {
  font-size: 1.6em;
  font-weight: bold;
  color: #7D5F33;
  letter-spacing: .1em;
  line-height: 1.1;
}

#TOP #product .textBox .ttl span {
  font-size: .7em;
  letter-spacing: 0em;
}

@media screen and (max-width:768px) {

  #TOP #product figure.sp {
    margin-bottom: 2em;
    text-align: center;
  }

  #TOP #product figure.sp img {
  }

  #TOP #product .box-inner .contBox .wrap {
    top:-35%;
    left: 5%;
  }
  #TOP #product .box-inner .contBox {
    min-height: 500px;
  }
}

@media screen and (max-width:480px){
  #TOP #product .box-inner .contBox {
    min-height: 420px;
  }
}

/*----------------------------------------
  メディア情報
----------------------------------------*/
#media {
  margin-top: 10px;
}

@media print, screen and (min-width: 769px){
  #media {
    margin-top: 40px;
  }
}

#media .c-contTtl h2,#media .c-contTtl p{
  color: #7D5F33;
}

#media .c-contTtl h2{
  font-size: 2em;
}

#media .itemlist {
  width: 90%;
  max-width: 1000px;
  margin: 30px auto 100px;
}

#media .itemlist ul.item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-top: 1px solid #CEC2BA;
  padding-top: 20px;
}

#media .itemlist ul.item:last-child {
  padding-bottom:20px;
  border-bottom: 1px solid #CEC2BA;
}

#media .itemlist .item li.img-wrap {
  width: 30%;
  text-align: right;
}

#media .itemlist .item li.img-wrap img{
  text-align: center;
}
@media print, screen and (min-width: 769px){
  #media .itemlist .item li.img-wrap img{
    max-width: 180px;
  }
}


#media .itemlist .item li.txt-wrap {
  width: 70%;
  font-weight: bold;
  padding-left: 5px;
}
#media .itemlist .item ul .day {
  margin-bottom: 5px;
}
#media .itemlist .item ul .txt {
  font-size: 1.1em;
}


@media screen and (max-width:768px){
  #media .c-contTtl h2 {
    font-size: 1.7em;
  }

  #media .itemlist .item ul .day {
    font-size: .9em;
  }
  #media .itemlist .item ul .txt {
    font-size: 1em;
  }
}



/*----------------------------------------
  バナー
----------------------------------------*/

#bottom .bn-wrap {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

#bottom .bn-wrap a:first-child{
  margin-right: 30px;
}

@media screen and (max-width:768px)  {
  #bottom .bn-wrap {
    display: block;
    width: 90%;
  }

  #bottom .bn-wrap a {
    display: block;
    margin: 15px auto;
    width: 100%;

  }
}


/*----------------------------------------
  アピールポイント#appeal
----------------------------------------*/

#appeal .canvas {
  background-color: transparent;
  background-image: radial-gradient(#F1EBE7 3px, transparent 3px);
  background-size: 40px 40px;
  padding-top: 30px;
  padding-bottom: 0px;
}


#appeal .point-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  margin: 30px auto;
  max-width: 1500px;
}

#appeal .point-wrap ul li {
  align-items: center;
  text-align: center;
}

#appeal .point-wrap ul .ttl {
  font-size: 1.4em;
  font-weight: bold;
  color: #DE7E7F;
  margin-bottom: 10px;
}

#appeal .point-wrap ul {
  position: relative;
  width: 25%;
  padding: 30px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 80px;
  margin-right: 30px;
  background: rgba(255,255,255,.6);
}


#appeal .point-wrap ul::before,
#appeal .point-wrap ul::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#appeal .point-wrap ul::before {
  top: 0;
  left: 0;
  border-top: 5px solid #F1EBE7;
  border-left: 5px solid #F1EBE7;
}
#appeal .point-wrap ul::after {
  bottom: 0;
  right: 0;
  border-bottom: 5px solid #F1EBE7;
  border-right: 5px solid #F1EBE7;
}

@media screen and (max-width:768px) {
  #appeal .point-wrap ul {
    width: 40%;
    margin-right: 0;
  }
}

/*----------------------------------------
  アピールポイント#point
----------------------------------------*/


#point {
  margin-top: -50px;
  position: relative;
}

#point .bg_l {
  position: absolute;
  z-index: -10;
  max-width: 270px;
  top: -10px;
  left: 30px;
}

#point .bg_r {
  position: absolute;
  z-index: -10;
  max-width: 270px;
  bottom: -80px;
  right: 60px;
}

#point .ttl-wrap {
  width: 96%;
  margin: 0 auto 50px;
  text-align: center;
}

#point h2 {
  color: #7D5F33;
  font-size: 2.5em;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
}

/*#point h2:before {
  content: "";
  position: absolute;
  background: #F1EBE7;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}*/

#point span.en {
  letter-spacing: .08em;
}

#point .small{
  line-height: 1.5;
  color: #CEC2BA;
  font-size: 1.1em;
  color:#7D5F33;
}


#point .canvas {
  display: flex;
  align-items: center;
}

#point .point-wrap {
  width: 100%;
  margin: 0 ;
}

#point .point-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.kakomi-box {
  display: flex;
  align-items: center;
 position: relative;
 margin: 1em;
 padding: 1.1em 1em 1.1em 1.5em;
 color: #7D5F33; /* 文章色 */
 background-color: #fff; /* 背景色 */
 border: 1px solid #7D5F33; /* 枠線の太さ・色 */
  border-radius: 15px;
 width: 13%;
  min-width: 250px;


}

.title-box {
 position: absolute;
 padding: 0 .5em;
 right: 10px;
 top: -.8em;
 font-weight: bold;
  font-size: 2.1em;
 background-color: #fff ; /* タイトル背景色 */
 color: #CEC2BA; /* タイトル文字色 */
  font-style:italic;
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ 明朝', 'MS Mincho','ＭＳ Ｐ明朝','MS PMincho',sans-serif;
}

.kakomi-box .ttl {
  font-size: 1.6em;
  color: #7D5F33;
  margin-bottom: 0;
  font-weight: bold;
}
.kakomi-box .txt {
  padding-left: 10px;
}
@media screen and (max-width:768px) {
  .kakomi-box {
    width: 40%;
    min-width: none!important;
  }
  #point .small{
  font-size: 1em;
}

  #point h2:before {
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width:480px){
  .kakomi-box {
    width: 80%;
  }
}
