@charset "utf-8";
/*------------------------------------
design by double-co.jp
個別商品 共通 css 2019/07/25

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

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

.cap_text_center {
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 2em;
    font-size: 14px;
    margin: 30px 10% 35px 10%;
    letter-spacing: 0.2em;
    color: #737373;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 650px;
}



.wrap_flex_center {
    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{
	margin-top: 40px;
    width: 274px;
    text-align: center;
    background-color: #a6bf1d;
    padding: 50px 7px 30px 18px;
    border-radius: 50% 0% 50% 0%;
    color: white;
	font-size: 12px;
    letter-spacing: 0.2em;
}

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




	
.text_decoration_itemname {
  font-family: 'EB Garamond', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding: 1.25em 2em;
  border-top: solid 1px #9d9b8e;
  border-bottom: solid 1px #9d9b8e;
  font-size: 1.3em;
  letter-spacing: 4px;
  line-height: 45px;
}

.text_decoration_itemname:before, .text_decoration_itemname:after {
	content: "";
	position: absolute;
	top: -7px;
	width: 1px;
	height: -webkit-calc(100% + 14px);
	height: calc(100% + 14px);
	background-color: #9d9b8e;
}
.text_decoration_itemname:before {
  left: 7px;
}
.text_decoration_itemname:after {
  right: 7px;
}


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


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


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

.concept_area img {
	margin: 0 auto;
    /*width: 100%;*/
    height: auto;
}


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


.figure_left img {
	width: 300px;
    height: 250px;
    object-fit: cover;
    border-radius: 29%;
    object-position: 0px 0px;
}

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

.description_right .title {
	font-family: 'EB Garamond', serif;
	margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 20px;
    font-size: 1.4em;
    /* font-weight: 400; */
    letter-spacing: 0.8px;
}

.description_right .text {
	font-size: 13px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    /*letter-spacing: 0.8px;*/
}

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

.concept_area .description_left {
	display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
	text-align: right;
	width: 100%;
}
.description_left .title {
	font-family: 'EB Garamond', serif;
	margin-top: 0px;
    margin-bottom: 40px;
    margin-right: 20px;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: 0.8px;
}

.description_left .text {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    letter-spacing: 0.8px;
}


/*会社概要のページ用CSS*/

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


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

.details_area {
	width: 100%;
    margin: 0 auto 0px;
    display: flex;
    justify-content: flex-start;
    text-align: initial;
}

.details_area img {
	margin: 0 auto;
    width: 100%;
    height: auto;
}

.details_area .bunner{
    width:auto;
	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: 80%;
  max-width: 580px;
  margin: 0 auto;
  font-size: 0.8em;
  border-collapse: collapse;
}

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

.details_property td {
    padding: 14px;
    text-align: left;
}

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


/*お問い合わせページ用CSS*/
.contact {
      width: 100%;
      padding: 0;
      padding-top: 5px;
      margin: 0 auto;
      text-align: left;
}

.contact_area {
    line-height: 170%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 12px;
    width: 800px;
}

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

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

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

  .text_decoration_contact:before {
    left: 7px;
  }
  .text_decoration_contact:after {
    right: 7px;
  }

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

  /*------------------------------------
  design by double-co.jp
  フォーム用CSS
  ------------------------------------*/
  #formWrap {
    margin: 0 auto;
    line-height: 120%;
    font-size: 100%;
  }

  table.contact_property{
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    padding: 0px 0px 20px 0px;
  }
  table.contact_property td,table.contact_property th{
    border: 1px solid #ccc;
    padding: 20px;
  }
  table.contact_property th{
    width: 23%;
    text-align: left;
    background-color: #FFEAE3;
    font-size: 1.1em;
    font-weight: 400;
  }

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

.mail_form_select{
    outline: none;
    display: inline-block;
    padding: 0.5em 1em;
    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.5em 1em;
    text-decoration: none;
    border: 2px solid #FFCC66;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 70%;
  }


  .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: 60px;
    margin-right: 30px;
    margin-bottom: 30px;
    display: inline-block;
    padding: 0.8em 01em;
    text-decoration: none;
    background: #f7f7f7;
    border: solid 3px #FF7FAA;
    color: #FF7FAA;
    font-weight: bold;
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.29);
    -webkit-appearance: none;
    font-size: 1.2em;
  }

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


  input#reset_button {
    margin-top: 60px;
    margin-right: 30px;
    margin-bottom: 30px;
    display: inline-block;
    padding: 0.8em 01em;
    text-decoration: none;
  	background: #f7f7f7;
  	border: solid 3px #537682;/*左線*/
  	color: #537682;/*文字色*/
  	font-weight: bold;
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.29);
    -webkit-appearance: none;
    font-size: 1.2em;
  }
  input#reset_button:active {
      box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
      transform: translateY(2px);
  }
  
  
/* インフォメーションページ用css */

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

.infomation_date {
	text-align: right;
    padding: 10px 0px 0px 10px;
    color: #5f650b;
    font-size: 14px;
}

.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: 14px;
    margin-bottom: 40px;
}

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

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




