/****************************************
	nomon.css
	レイアウトスタイル定義
****************************************/

/* -------------------------------------
  Common
-------------------------------------- */

/* .slide_wrap {
  position: relative;
} */

/* -------------------------------------
  main
-------------------------------------- */

/*----- hero -----*/

.hero_wrap {
  position: relative;
  background-image: url("image/top_bgimg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 1000px;
  z-index: -999;

}
.hero_logo {
  width: 80%;
  max-width: 350px;
  display: block;
  margin: 0 auto;
  padding-top: 32%;
}

/* ---------*/

@media screen and (max-width: 1600px) {

  .hero_logo {
    padding-top: 35%;
  }

}
@media screen and (max-width: 1400px) {

  .hero_logo {
    padding-top: 40%;
  }
}
@media screen and (max-width: 1200px) {

  .hero_logo {
    padding-top: 45%;
  }

}

@media screen and (max-width: 991px) {

  .hero_logo {
    max-width: 300px;
    padding-top: 65%;
  }
}

@media screen and (max-width: 768px) {

  .hero_wrap {
    background-image: url("image/top_bgimg_sp.jpg");
    height: 800px;
  }

  .hero_wrap {
    height: 800px;
  }

  .hero_logo {
    max-width: 250px;
    padding-top: 95%;
  }

}

@media screen and (max-width: 420px) {

  .hero_logo {
    padding-top: 105%;
  }

}
@media screen and (max-width: 390px) {

  .hero_logo {
    max-width: 230px;
    padding-top: 110%;
  }

}


/*----- greeting-01 -----*/

#greeting01 {
	background: #fff;
}
#greeting01 .section_inn {
padding: 100px 0;
}
#greeting01 p {
  font-size: 1.5rem;
  line-height: 3.8;
  text-align: center;
}

/* ---------*/

@media screen and (max-width: 768px) {

  #greeting01 .section_inn {
    padding: 100px 10px 90px;
  }
  #greeting01 p {
    width: 85%;
    margin: 0 auto;
    font-size: 1.3rem;
    line-height: 2.5;
    padding-bottom: 10px;
  }
    
}


/*----- greeting-02 -----*/

#greeting02 {
	background: #272727;
}
#greeting02 .section_inn {
padding: 150px 0;
}
#greeting02 h2 {
color: #fff;
font-size: 2.3rem;
padding-bottom: 30px;
}
#greeting02 p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 3.5;
}
.greeting_flexwrap {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

/* ---------*/

@media screen and (max-width: 991px) {

  #greeting02 p {
    color: #fff;
    font-size: 1.3rem;
    line-height: 3.3;
  }
  .greeting_flexwrap img {
    max-width: 200px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 768px) {

  #greeting02 .section_inn {
    padding: 80px 0;
    }

  .greeting_flexwrap {
    display: block;
  }
  .greeting02_img {
    width: 90%;
    margin: 0 auto 80px;
    display: block;
  }
  #greeting02 h2 {
    font-size: 1.9rem;
    text-align: center;
    }
  #greeting02 p {
    margin: 0 auto;
    width: 85%;
    font-size: 1.3rem;
    line-height: 3;
    text-align: center;
    padding-bottom:0px;
  }
  .greeting_flexwrap img {
    display: block;
    max-width: 200px;
    padding: 0px;
    margin: 0 auto 50px;
  }
    
}

@media screen and (max-width: 575px) {

  #greeting02 h2 {
    font-size: 1.8rem;
  }
  #greeting02 p {
    width: 90%;
    font-size: 1.3rem;
  }

}


/*----- about -----*/

#about {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 150px;
}
#about h2 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.2;
  text-align: right;
}
#about hr {
  border-color: #404040;
}
.about_logo {
  max-width: 500px;
  margin: 100px auto 180px;
}


/* 1 */
.about_flexwrap {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.about_box_l {
  width: 50%;
  padding-right: 50px;
}
.about_box_l_inn {
  padding-top: 140px;
  padding-bottom: 140px;
}
.about_box_l img {
  display: block;
  margin: 0 auto;
}
.about_box_r {
  width: 50%;
}
.about_text01 {
  font-size: 1.5rem;
  padding-right: 10%;
  margin-left: 40%;
  line-height: 3;
}

/* 2 */
#a02.about_flexwrap {
  margin-top: 100px;
  margin-bottom: 50px;
}
#a02 .about_box_l {
  display: flex;
  justify-content: center;
  /* justify-items: center; */
}
#a02 .about_box_l img {
  padding-right: 15px;
  padding-left: 15px;
}
.abt_img {
  padding-top: 60%;
}
#a02 h2 {
  text-align: center;
}
#a02 .about_box_r {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}
.about_text_wrap {
  width: 50%;
  display: block;
}
.about_textbox {
  display: block;
  width: 80%;
  margin: 100px auto 0;
}
.about_readtext {
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 3.5;
}
.about_text02 {
  font-size: 1.5rem;
  line-height: 2.5;
}


/* ---------*/

@media (max-width: 991px) {

  #about .section_inn {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .about_logo {
    margin: 50px auto 100px;
  }
  .about_flexwrap {
    display: block;
  }
  .about_box_l {
    padding: 0;
    width: 100%;
    /* text-align: center; */
  }
  .about_box_l_inn {
    padding-top: 20px;
    padding-bottom: 50px;
    padding-right: 20%;
  }
  .about_box_l img {
    margin: 0;
    margin-right: 50%;
  }
  .about_box_r {
    width: 100%;
    margin: 60px 0 50px;
    text-align: center;
  }
  .about_text01 {
    display: block;
    margin: 0 auto;
    width: 85%;
    padding-right: 0;
    font-size: 1.3rem;
    line-height: 2.8;
  }
  .space_in {
    padding-left: 12px;
  }

  #a02 .about_box_r {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 60px;
    margin-bottom: 20px;
  }
  #a02.about_flexwrap {
    flex-direction: column;
    display: flex;
    margin: 0;
  }
  .order-1 {order:2}
  .order-2 {order:1}
  .about_box_r_inn {

    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 20%;
    padding-right: 0;
  }
  #a02 h2 {
    text-align: left;
    padding-left: 10%;
  }

  .about_textbox{
    width: 100%;
    margin: 80px auto 0;
  }
  .about_readtext {
    text-align: center;
  }
  .about_text02 {
    display: block;
    margin: 30px auto 0;
    width: 85%;
    font-size: 1.3rem;
  line-height: 2.5;
  }

}

@media screen and (max-width: 768px) {

  #about {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .about_logo {
    width: 75%;
    margin: 65px auto 60px;
  }
  #a02 .about_box_r {
    margin-top: 30px;
  }

}

@media screen and (max-width: 575px) {

  #about h2 {
    font-size: 1.7rem;
    line-height: 1.8;
  }
  .about_box_r {
    width: 85%;
    padding: 0;
    margin: 20px 0 0 auto;
  }
  .about_text02 {
    font-size: 1.3rem;
    line-height: 2.2;
  }

}


/*----- item -----*/

#item01,#item02,#item03,
#item04,#item05,#item06,
#item07,#item08 {
  background: #fff;
  margin-bottom: 100px;
}

.i-view_flexwrap{
  display: flex;
  margin-bottom: 180px;
}

.i-view_box_l {
  width: 50%;
}
.i-view_box_r {
  width: 50%;
}

.item_minitext {
  font-family: 'EB Garamond', serif;
  color: #808080;
  font-size: 1.3rem;
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.3;
}
.item_text {
  font-family: 'EB Garamond', serif;
  color: #404040;
  font-size: 2rem;
}


/*----- view-----*/

/*-- 01 BARCELONA ----
---- 05 ESLABON-----*/

#item01 {
  margin-top: 50px;
}
#item01 .i-view_box_l,
#item05 .i-view_box_l {
  width: 15%;
}
#item01 .i-view_box_r,
#item05 .i-view_box_r {
  width: 85%;
}
#item01 .item_textbox,
#item05 .item_textbox {
  text-align: right;
  margin-right: 25px;
  padding-top: 180%;
}

/*-- 02 BRISA ----
---- 04 CRIS -----
---- 06 PUNTERO --
---- 08 HOME------*/

#item02 .i-view_box_l,
#item04 .i-view_box_l,
#item06 .i-view_box_l,
#item08 .i-view_box_l {
  margin-top: 12%;
  margin-right: 17px;
}
#item02 .i-view_box_r,
#item04 .i-view_box_r,
#item06 .i-view_box_r,
#item08 .i-view_box_r {
  margin-left: 17px;
}
#item02 .item_textbox,
#item04 .item_textbox,
#item06 .item_textbox,
#item08 .item_textbox {
  margin-top: 20px;
}

/*----- 03 ANDA-----*/
/*----- 07 PISA-----*/
#item03 .i-view_box_l,
#item07 .i-view_box_l {
  width: 34%;
  margin-top: auto;
  margin-bottom: 0;
  margin-right: 25px;
  text-align: right;
}
#item03 .i-view_box_r,
#item07 .i-view_box_r {
  width: 64%;
}
#item03 .item_text,
#item07 .item_text {
  margin-bottom: 60%;
}


/* item list*/

.product_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 150px;
  margin-bottom: 100px;
}
.product_wrap .item_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.product_item {
  width: 33.3%;
}
#item08 .product_item {
  width: 25%;
}
.item_box_wrap {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.itembox_inn01 {
  display: block;

  padding: 0 5px;
  transition: 0.3s;
}
.itembox_inn01:hover,
.itembox_inn01:focus {
  opacity: 0.8;
}
.item_box a {
  text-decoration: none;
}
.item_box_name {
  font-family: 'EB Garamond', serif;
  color: #404040;
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 1px;
}

/* ---------*/

@media (max-width: 991px) {

  .item_text {
    font-size: 1.8rem;
  }

  #item01 .i-view_box_l,
  #item05 .i-view_box_l {
    width: 18%;
  }
  #item01 .i-view_box_r,
  #item05 .i-view_box_r {
    width: 100%;
    margin-left: 12px;
  }
  #item01 .item_textbox ,
  #item05 .item_textbox {
    margin-right: 0;
    padding-top: 110%;

  }

}

@media (max-width: 768px) {

  .item_text {
    font-size: 2rem;
  }
  .i-view_flexwrap{
  display: block;
    margin-bottom: 0px;
  }
  .product_wrap {
    margin-top: 50px;
    margin-bottom:0px;
  }
  #item01 .item_textbox {
    padding-top: 0px;
  }
  #item01,#item05 {
    margin-top: 0px;
  }
  #item01 .item_textbox,
  #item05 .item_textbox {
    margin: 0;
  }
  #item05 .item_textbox {
    padding-top: 0;
  }
  #item01 .i-view_box_l ,
  #item05 .i-view_box_l {
    display: block;
    width: 100%;
    text-align-last: center;
    margin: 0 auto;
  }
  #item01 .i-view_box_r
  ,#item05 .i-view_box_r {
    width: 95%;
    margin: 0 auto;
  }

  #item02 .i-view_box_l,
  #item02 .i-view_box_r,
  #item04 .i-view_box_l,
  #item04 .i-view_box_r,
  #item06 .i-view_box_l,
  #item06 .i-view_box_r,
  #item08 .i-view_box_l,
  #item08 .i-view_box_r {
    margin: 0 auto;
    width: 95%;
    margin-bottom: 10px;
  }

  #item02 .item_textbox,
  #item04 .item_textbox,
  #item06 .item_textbox,
  #item08 .item_textbox {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  #item03 .i-view_box_l,
  #item03 .i-view_box_r,
  #item07 .i-view_box_l,
  #item07 .i-view_box_r {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
  }
  #item03 .item_text,
  #item07 .item_text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }

  .item_minitext {
  display: none;
  }
  .product_item,
  #item08   .product_item {
    width: 100%;
  }
  .itembox_inn01 {
    height: 400px;
  }
  .item_box_name {
    font-size: 1.5rem;
  }
}



/*----- link_btn -----*/
.link_btn {
  margin-top: -90px;
  margin-bottom: 160px;
  text-align: center; 
}
#clock .link_btn,
#home .link_btn,
#list .link_btn {
  margin-top: 80px;
  margin-bottom: 170px;
  display: flex;
  justify-content: center;
}
.link_btn a {
  width: 300px;
  margin: 0 auto;
  display: block;  
  transition: all .4s ease-out;
  background: #404040;
  color: #fff;
  border: 1px solid #404040;
  padding: 12px 0px;
  font-family: 'EB Garamond', serif;
  font-size: 1.8rem;
  letter-spacing: 1px;
}
#clock .link_btn a,
#home .link_btn a,
#list .link_btn a {
  margin: 0;
  margin-right: 30px;
  margin-left: 30px;
}
.link_btn a:hover {
  background: #fff;
  border: 1px solid #404040;
  color: #404040;
}
.link_btn .wh {
  background: #fff;
  color: #404040;
}
.link_btn .wh:hover {
  background: #404040;
  color: #fff;
}
/* PRICE LIST */
#list h3 {
  font-family: 'EB Garamond', serif;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 1px;
  padding-top: 40px;
}
/* contact */
#contact p {
  text-align: center;
  padding-bottom: 35px;
}
#contact.link_btn {
  margin-top: -80px;
  margin-bottom: 150px;
}
#contact.link_btn a {
  background: #fff;
  border: 1px solid #404040;
  color: #404040;
}
#contact.link_btn a:hover {
  background: #f3f3f3;
  border: 1px solid #404040;
  color: #404040;
}

@media (max-width: 768px) {
  .link_btn {
    margin-bottom: 130px;
  }
  #clock .link_btn,
  #home .link_btn,
  #list .link_btn {
    margin-top: 50px;
    margin-bottom: 140px;
  display: block;
  }
  #clock .link_btn a,
  #home .link_btn a,
  #list .link_btn a {
    margin: 0 auto 15px;
  }
  #contact.link_btn {
    margin-bottom: 120px;
  }
}


/*  modal ---------*/
.js_modalWrap {
  display: none;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.js_modalBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.js_modalContInner {
  position: absolute;
  top: 50%;
  left: 50%;
  /* width: 720px; */
  width: 70%;
  max-width: 100%;
  height: 85%;
  max-height: 100%;
  padding: 40px;
  background-color: #fff;
  transform: translateX(-50%) translateY(-50%);
}
.js_modalCont {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  /* max-height: 520px; */
  overflow-y: scroll;
}
.js_modalCont .inn {
  max-width: 75%;
  margin: 0 auto;
}
.js_modalCont > * + * {
  margin-top: 10px;
}
.js_modalContInner > .js_modalClose + * {
  margin-top: 0;
}
.js_modalClose {
  display: block;
  position: absolute;
  top: 10.5px;
  right: 10.5px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
}
.js_modalClose::before,
.js_modalClose::after {
  content: "";
  background-color: #222;
  position: absolute;
  top: -5px;
  right: 10px;
  width: 1px;
  height: 30px;
}
.js_modalClose::before {
  transform: rotate(45deg);
}
.js_modalClose::after {
  transform: rotate(-45deg);
}

/* ==========================
  コンテンツの中身
========================== */
.ly_inner {
  width: 100%;
  max-width: 1080px;
  margin: 100px auto;
  padding: 40px;
  background-color: #ccc;
}
.ly_inner h2 {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 30px;
}
.md_textblock > * + * {
  margin-top: 10px;
}
.md_textblock > * + .js_modalBtnWrap {
  margin-top: 20px;
}
table {
  width: 100%;
}
table th,
table td {
  border: 1px solid #222;
  padding: 10px;
}
table th {
  width: 20%;
  background-color: #ccc;
  white-space: nowrap;
}
.md_linkBtnWrap {
  width: 300px;
  max-width: 100%;
  margin: 10px auto 0;
  text-align: center;
}
.md_linkBtnCont {
  display: block;
  color: #222;
  border: 1px solid #222;
  padding: 15px 5px;
  transition: 0.3s;
}
.md_linkBtnCont:hover,
.md_linkBtnCont:focus {
  color: #fff;
  background-color: #222;
}
.product_box li.product_name01 {
  margin: 15px 0 0;
  font-size: 3rem;
  letter-spacing: 0.3px;
}
.product_box li.product_name02 {
  margin-bottom: 15px;
  font-size: 1.4rem;
}
.product_box li {
  font-family: 'EB Garamond', serif;
  color: #404040;
  font-size: 1.4rem;
}
.product_box li.product_price span {
  margin-left: 5px;
}
.product_button {
  margin-top: 20px;
  padding: 1px 0px;
  text-align: center;
  width: 90px;
  border-radius: 3px;
  border: 1px solid #404040;
  background: #fff;
  letter-spacing: 0.5px;
}
.product_button:hover {
  border: 1px solid #404040;
  background: #404040;
  color: #fff;
  transition: 0.5s;
}



/* PC幅に適用 */
@media (min-width: 768px) {
  .hp_sp {
    display: none !important;
  }
}
/* スマホ幅に適用 */
@media (max-width: 767px) {
  .hp_pc {
    display: none !important;
  }
  .js_modalContInner {
    display: flex;
    align-items: center;
    width: 90%;
    height: auto!important;
    /* max-height: 400px; */
    max-height: 90%;
    padding: 20px;
  }
  .js_modalCont {
    /* max-height: 360px; */
    max-height: 100%;
  }
  .js_modalClose {
    top: -30px;
  }
  .js_modalClose::before,
  .js_modalClose::after {
    background-color: #fff;
  }
  .js_modalCont .inn {
    max-width: 100%;
    margin: 0 auto;
  }
}
.swiperModalButton {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {  color: #d9d5d5;}

@media only screen and (max-width: 768px) {
  .swiper-button-next:after, .swiper-button-prev:after {  font-size: 25px!important;}
  .swiper-button-prev, .swiper-rtl .swiper-button-next {  left: 0!important;}
  .swiper-button-next, .swiper-rtl .swiper-button-prev {  right: 0!important;}
  .product_box li.product_name01 {
    font-size: 1.8rem;
  }
  .product_box li {
    font-size: 1.2rem;
  }
}

/*----- modal END */







/*----- event -----*/

#id-name {
  background: #485858;
  padding-bottom: 100px;
}

@media (min-width: 769px) {}

@media screen and (min-width: 769px) and (max-width: 1080px){}

@media (max-width: 768px) {}



/*----- gallery -----*/
#gallery {
  background: #485858;
  padding-bottom: 100px;
}
.gallery_img {
  width: 60%;
  padding-top: 90px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) and (max-width: 1080px){}

@media (max-width: 768px) {}



