@charset "utf-8";
/* google WEBフォント読み込み */
@import url('https://fonts.googleapis.com/css?family=EB+Garamond&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
/*------------------------------------
design by double-co.jp
個別商品 共通 css 2019/07/25

基本的には上書き用のCSSです
------------------------------------*/

.item_main_caption {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 30px 0px 30px 0px;
    display: flex;
    line-height: 180%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cap_text_center {
	width: 85%;
    font-size: 11.4px;
    margin-bottom: 20px;
    line-height: 2em;
    letter-spacing: 0.1em;
    color: #737373;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.wrap_flex_center {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.wrap_flex_left {
    display: flex;
    justify-content: center;
    flex-direction: column;
}


.leaf_text_area {
	font-size: 12px;
    max-width: 250px;
    line-height: 2em;
    letter-spacing: 0.2em;
    text-align: center;
    background-color: #a6bf1d;
    padding: 25px 7px 15px 20px;
    border-radius: 50% 0% 50% 0%;
    color: #fff;
}

.leaf_text_area img {
    border-style: none;
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
    width: 40px;
    margin-top: 5px;
}


.text_decoration_itemname {
	  font-family: 'Noto Serif JP', serif;
      margin-bottom: 30px;
      padding: 1em 2em;
      border-bottom: solid 2px #8c7f67;
      letter-spacing: 1px;
}


.text_decoration_product {
	margin-bottom:14px;
	border-bottom: solid 2px skyblue;
	position: relative;
    text-align: center;
}

.text_decoration_product:before {
	content: "Pproduct  : ";
    border-bottom: solid 2px #ffc778;
    bottom: -2px;
    width: 30%;
    margin-bottom: 14px;
    position: relative;
}

.text_decoration_category {
	margin-bottom:20px;
	border-bottom: solid 2px skyblue;
	position: relative;
    text-align: center;
	font-size: 14px;
}

.text_decoration_category:before {
	content: "Category : ";
    border-bottom: solid 3px #cbcbcb;
    bottom: -1px;
    width: 30%;
    margin-bottom: 14px;
    position: relative;
}

.text_decoration_class {
	margin-bottom:20px;
	border-bottom: solid 2px skyblue;
	position: relative;
    text-align: center;
	font-size: 14px;
}

.text_decoration_class:before {
	content: "Class : ";
    border-bottom: solid 3px #cbcbcb;
    bottom: -1px;
    width: 30%;
    margin-bottom: 14px;
    position: relative;
}

.text_decoration_concept {
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 30px;
  padding: 1em 2em;
  border-bottom: solid 2px white;
  color: white;
  letter-spacing: 3px;
}


.contents_gallery_text_area {
    width: 100%;
    display: flex;
    background-color: #333;
}

.contents_gallery_text_area h1 {
	font-size: 12px;
    color: #ffbfc3;
    margin-left: 16px;
    display: flex;
    align-items: center;
}

.contents_gallery_text_area h3 {
	font-size: 12px;
    color: #ffbfc3;
    margin-left: 16px;
    display: flex;
    align-items: center;
}

.h1_caption {
	font-size: 11px;
    color: #ffbfc3;
    margin-left: 20px;
    display: flex;
}

.concept {
      width: 100%;
      /* height: 300vh; */
      display: inline-block;
      text-align: center;
      padding-top: 60px;
}


.concept_inner{
    width: 100%;
    display: flex;
    font-weight: 400;
    line-height: 180%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	}


.concept_area {
    max-width: 900px;
    margin: 0 auto 40px;
    margin-bottom: -20px;
    justify-content: flex-start;
    text-align: initial;
    background: #fde5704f;
    padding: 20px;
    border-radius: 30% 30% 42% 37%/ 35% 75% 51% 39%;
}

.concept_area img {
	width: 220px;
    height: 180px;
    object-fit: cover;
    border-radius: 29%;
    object-position: 0px 0px;
}

.concept_area .bunner{
	border:solid 1px #CC0;
}

.concept_area .figure_left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.concept_area .description_right {
    font-size: 14px;
	margin-top: 12px;
}


.coution_caption{
	font-size:12px;
	color:#c70404;
	margin: 20px;
}

.ptoto_area {
    width: 100%;
    text-align: center;
}


.ptoto_area_inner{
    padding-top: 30px;
    padding-bottom: 30px;
	}

.description_right .title {
	font-family: 'Noto Serif JP', serif;
    margin-top: 0px;
    margin-bottom: 7px;
    margin-left: 20px;
    font-size: 1.2em;
    letter-spacing: 0.8px;
}

.description_right .text {
  /* font-family: 'Noto Serif JP', serif;*/
	margin-bottom: 10px;
    margin-left: 30px;
    margin-right: 20px;
    font-size: 0.89em;
}

.concept_area figure_right {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px 20px 20px;
}

.concept_area .description_left {
	margin-top: 33px;
    font-size: 14px;
}
.description_left .title {
	font-family: 'Noto Serif JP', serif;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 20px;
    font-size: 1.4em;
    letter-spacing: 0.8px;
    text-align: right;
}

.description_left .text {
	/* font-family: 'Noto Serif JP', serif;*/
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 0.89em;
	text-align: right;
}


.text_decoration_details {
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 30px;
	padding: 1em 2em;
	border-bottom: solid 2px #6d624f;
	letter-spacing: 3px;
}


.details {
    width: 100%;
    /* height: 300vh; */
    display: inline-block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
}


.details_inner{
    width: 100%;
    padding-top: 30px;
    display: flex;
    /*font-size: 1.4em;*/
    font-weight: 400;
    /*letter-spacing: 2px;*/
    line-height: 180%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	}

.details_area {
    width: 100%;
    text-align: initial;
    font-size: 14px;
}

.details_area img {
    width: 100%;
}

.details_area .bunner{
    border: solid 1px #CC0;
}

.details_area figure_left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.details_area .description_right {
	display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
	width: 100%;
}

.details_property {
	width: 95%;
    margin: 0 auto;
	border-collapse:collapse;
}

.details_property tr {
    border-bottom: 1px solid #666;
}

.details_property td {
    padding-left: 8px;
    padding-right: 3px;
    padding-top: 4px;
    padding-bottom: 4px;
	font-size: 11px;
}

.details_property th {
    width: 25%;
    text-align: end;
	padding: 8px;
    padding-right: 13px;
    border-right: 1px solid #666;
    font-size: 11px;
    font-weight: 100;
}


.contact {
      width: 100%;
      padding: 0;
      padding-top: 5px;
      margin: 0 auto;
      text-align: left;
}

.contact_area {
    margin: 10px 10px 10px 10px;
    line-height: 170%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 0.68em;
}

.contact_inner{
    top: 50px;
    position: relative;
    width: 100%;
    padding-top: 30px;
    display: flex;
    font-weight: 400;
    line-height: 180%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	}

  .text_decoration_contact {
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 30px;
	padding: 1em 2em;
	border-bottom: solid 2px #6d624f;
	letter-spacing: 3px;
  }

  .contact_property {
    border-collapse: collapse;
    align-items: center;
    justify-content: center;
  }

  /*------------------------------------
  design by double-co.jp
  フォーム用CSS
  ------------------------------------*/
  #formWrap {
  	color:#555;
  }
  table.contact_property{
  	border-collapse:collapse;
  /*	padding: 0px 0px 20px 0px;*/
  }
  table.contact_property td,table.contact_property th{
  	border:1px solid #ccc;
  	padding:5px;
  }
  table.contact_property th{
    font-weight: normal;
    background: #FFEAE3;
    text-align: left;
  }

  input[type="select"],select{
  }

.mail_form_select{
    outline: none;
        display: inline-block;
        padding: 0.3em 0.2em;
        text-decoration: none;
        border: 2px solid #FFCC66;
        -webkit-transition: all .3s;
        transition: all .3s;
        background-color: #FFF;
        width: 80%;
  }


  input[type="text"],textarea {
   }
  input[type="text"]:focus,
  textarea:focus {
  }

  .mail_form_text{
      outline: none;
      display: inline-block;
      padding: 0.3em 0.2em;
      text-decoration: none;
      border: 2px solid #FFCC66;
      -webkit-transition: all .3s;
      transition: all .3s;
  	   width:75%;
  }


  .mail_form_text:focus{
  	box-shadow: 0px 0px 14px #FFCC66;
  	border: 3px solid #FFCC66;
  }

  .mail_form_textarea{
      outline: none;
      display: inline-block;
      padding: 0.3em 0.2em;
      text-decoration: none;
      border: 2px solid #FFCC66;
      -webkit-transition: all .3s;
      transition: all .3s;
  	width:100%;
  }

  .mail_form_textarea:focus{
  	box-shadow: 0px 0px 14px #FFCC66;
  	border: 2px solid #FFCC66;
  }



  /* custom01 */
  .custom01 input[type="checkbox"] {
  	display: none;
  }
  .custom01 label {
  	position: relative;
  	display: inline-block;
  	padding: 3px 3px 3px 22px;
  	cursor: pointer;
  }
  .custom01 label::before {
  	position: absolute;
  	content: '';
  	top: 50%;
  	left: 0;
  	width: 14px;
  	height: 14px;
  	margin-top: -8px;
  	background: #fff;
  	border: 1px solid #ccc;
  }
  .custom01 input[type="checkbox"]:checked + label::after {
  	position: absolute;
  	content: '';
  	top: 5px;
  	left: 3px;
  	width: 13px;
  	height: 5px;
  	border-left: 2px solid #FF31A8;
  	border-bottom: 2px solid #FF31A8;
  	-webkit-transform: rotate(-45deg);
  	transform: rotate(-45deg);
  }


  /* custom02 */
  input[type="radio"] {
  	display: none;
  }
  .custom02 label {
  	position: relative;
  	display: inline-block;
  	padding: 3px 3px 3px 20px;
  	cursor: pointer;
  }
  .custom02 label::before,
  .custom02 label::after {
  	position: absolute;
  	content: '';
  	top: 50%;
  	border-radius: 100%;
  	-webkit-transition: all .2s;
  	transition: all .2s;
  }
  .custom02 label::before {
  	left: 0;
  	width: 14px;
  	height: 14px;
  	margin-top: -8px;
  	background: #fff;
  	border: 1px solid #ccc;
  }
  .custom02 label:hover::before {
  	background: #fff;
  }
  .custom02 label::after {
  	opacity: 0;
  	left: 4px;
  	width: 8px;
  	height: 8px;
  	margin-top: -4px;
  	background: #FF31A8;
  	-webkit-transform: scale(2);
  	transform: scale(2);
  }
  .custom02 input[type="radio"]:checked + label::before {
  	background: #fff;
  	border: 1px solid #FF31A8;
  }
  .custom02 input[type="radio"]:checked + label::after {
  	opacity: 1;
  	-webkit-transform: scale(1);
  	transform: scale(1);
  }


  input#submit_button {
    margin-top: 30px;
    margin-right: 15px;
    margin-bottom: 30px;
    display: inline-block;
    padding: 0.3em 0.4em;
    text-decoration: none;
    background: #f7f7f7;
    border: solid 2px #FF7FAA;
    color: #FF7FAA;
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    -webkit-appearance: none;
    font-size: 1em;
  }

  input#submit_button:active {
      box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
      transform: translateY(2px);
  }


  input#reset_button {
  	margin-top: 30px;
  	margin-right: 15px;
    margin-bottom: 30px;
  	display: inline-block;
  	padding: 0.3em 0.4em;
  	text-decoration: none;
  	background: #f7f7f7;
  	border: solid 2px #537682;/*左線*/
  	color: #537682;/*文字色*/
  	font-weight: bold;
  	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  	-webkit-appearance: none;
    font-size: 1em;
  }
  input#reset_button:active {
      box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
      transform: translateY(2px);
  }




/*  Noticeエリアの設定   */

.notice_area {
	width: 90%;
    margin: 0 auto 40px;
    text-align: initial;
}

.text_decoration_notice {
    font-family: 'EB Garamond', serif;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding: 1em 2em;
    border-top: solid 2px #e80000;
    border-bottom: solid 2px #e80000;
    color: #e80000;
    font-size: 20px;
    letter-spacing: 4px;
}

.text_decoration_notice:before, .text_decoration_notice:after {
	content: "";
	position: absolute;
	top: -7px;
	width: 2px;
	height: -webkit-calc(100% + 14px);
	height: calc(100% + 14px);
	background-color: #e80000;
}

.text_decoration_notice:before {
  left: 7px;
}

.text_decoration_notice:after {
  right: 7px;
}


.notice_note_boder{
    border-top: dotted 2px #ff0000;
}

.notice_note {
    font-size: 12px;
    color: #ff0000;
    line-height: 170%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: dotted 2px #ff0000;
}

.notice_note .title {
    padding: 0 5px;
	font-family: 'Noto Serif JP', serif;
    font-size: 1.1em;
    width: 30%;
}

.notice_note .text {
    padding: 10px 5px;
    letter-spacing: 0.8px;
    width: 70%;
}

.option {
    width: 100%;
    /* height: 300vh; */
    display: inline-block;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.option_inner{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    /*font-size: 1.4em;*/
    font-weight: 400;
    /*letter-spacing: 2px;*/
    line-height: 180%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	}

.option_area {
	width: 90%;
    margin: 0 auto 40px;
    text-align: initial;
}


.text_decoration_option {
	font-family: 'EB Garamond', serif;
    border-top: solid 2px #8c7f67;
    border-bottom: solid 2px #8c7f67;
    color: #5d4a27;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding: 1em 2em;
    font-size: 20px;
    letter-spacing: 4px;
}

.text_decoration_option:before, .text_decoration_option:after {
	content: "";
	position: absolute;
	top: -7px;
	width: 2px;
	height: -webkit-calc(100% + 14px);
	height: calc(100% + 14px);
	background-color: #8c7f67;
}

.text_decoration_option:before {
  left: 7px;
}

.text_decoration_option:after {
  right: 7px;
}


.option_note_boder{
    border-top: dotted 2px #8c7f67;
}

.option_note {
	font-size: 12px;
    color: #020202;
    line-height: 170%;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /*border-bottom: dotted 2px #8c7f67;*/
}

.option_note .title {
	font-family: 'EB Garamond', serif;
	font-size: 1.5em;
    width: 100%;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: dotted 2px #8c7f67;
}

.option_note .text {
	font-size: 1.2em;
    padding: 15px 5px;
    letter-spacing: 0.8px;
    line-height: 180%;
}

.option_note .small_font {
    text-align: right;
    font-size: 0.8em;
    color: #CC3366;
}

.option_note img{
	width: 100%;
    margin: 15px 0px;
    /* display: initial; */
    border: solid 1px #CCC;
}

.option_note a:hover{
	opacity:0.5;
}


/*  スライダーのキャプションタイトルの色設定 */
.slider-title {
	color: #FFFFFF;
    text-decoration: none;
    font-size: 13px;
    text-align: left;
    font-weight: 100;
}

/*  スライダーのキャプションタイトルの色設定 */
.slider-title a{
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
}

.pict_area {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cbox {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 3px;
    margin-bottom: 20px;
}

.cbox a {
    display: block;
}

.cbox li {
    width: 80px;
    margin: 8px 2px;
    list-style: none;
}

.cbox a img {
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    opacity: 1;
	max-width: 100%;
    height: auto;
    width /***/: auto;
    border-style: none;
}



/* インフォメーションページ用css */

.infomation_title{
	font-size: 14px;
    display: block;
    border-left: 4px #b0b305 solid;
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 20px 0px;
}

.infomation_date {
	text-align: right;
    color: #5f650b;
    font-size: 11px;
}

.infomation_text_area {
    padding: 30px 0px 30px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.infomation_text {
    width: 85%;
    line-height: 2em;
    font-size: 12px;
}

.infomation_text_area img {
    vertical-align: middle;
    text-align: center;
	width: 260px;
}

.infomation_text_outline {
	/* width: fit-content; */
    border: solid 1px #f32828;
    font-size: -0.1em;
    padding: 20px;
    margin: 1% 5%;
}

.infomation_text_outline .coler_shinku {
    color: #FF1A53;
}

