


/*=====================================================
# contact
====================================================== */
.contact {
  padding: 42px 40px 56px;
}

@media screen and (max-width: 414px) {
  .contact {
    padding: 30px 28px 50px 28px;
  }
}

.contact .section-title {
  color: #333;
}

.contact input[type="text"],
.contact input[type="email"],
.contact textarea {
  width: 100%;
  border: 0;
  font-size: 16px;
  padding: .2em .5em;
  border: 1px solid;
}

.contact input[type="text"],
.contact input[type="email"] {
  height: 40px;
}

.contact textarea {
  min-height: 122px;
  resize: vertical;
}

.contact-form {
  margin-top: 56px;
}

.contact-list {
  max-width: 510px;
  margin: 18px auto 0;
}

.contact-form {
  margin-top: 36px;
}

@media screen and (max-width: 414px) {
  .contact-form {
    margin-top: 26px;
  }
}

.contact-text {
  font-size: 14px;
  letter-spacing: .1em;
  text-align: center;
  margin-bottom: 10px;
}

.contact-item-inline {
  font-size: 16px;
  color: #cccc;
}

@media screen and (min-width: 768px) {
  .contact-item {
    display: flex;
  }
}

.contact-item + .contact-item {
  margin-top: 32px;
}

.contact-item-title {
  color: #333;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding-left: 10px;
  position: relative;
}

@media screen and (max-width: 414px) {
  .contact-item-title {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    padding: 0 16px;
  }
}

@media screen and (min-width: 768px) {
  .contact-item-title {
    flex: 0 1 100%;
  }
}

@media screen and (max-width: 414px) {
  .contact-item-input {
    margin-top: 3px;
  }
}

@media screen and (min-width: 768px) {
  .contact-item-input {
    flex: 1 0 320px;
    margin-left: 18px;
  }
}

.contact-item-inline {
  font-size: 12px;
  color: #cccc;
  vertical-align: super;
  line-height: 1;
}

@media screen and (max-width: 414px) {
  .contact-item-inline {
    font-size: 10px;
  }
}

.contact-list {
  max-width: 510px;
  margin: 0 auto;
}

.contact-radio-wrap {
  display: inline-flex;
  border: solid 1px #fff;
  border-radius: 1px;
  box-shadow: 5px 6px 16px rgba(96, 96, 96, 0.16);
}

.contact-radio {
  position: relative;
}

.contact-radio-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.contact-radio-input:checked + .contact-radio-part {
  background-color: #333;
  color: #fff;
  border-radius: 1px;
}

.contact-radio-input:focus + .contact-radio-part {
  outline: -webkit-focus-ring-color auto 5px;
}

.contact-radio-part {
  display: block;
  background: #fff;
  color: #333;
  height: 38px;
  line-height: 38px;
  width: 80px;
  text-align: center;
  transition: background-color .4s, color .4s;
}

.contact-footer {
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 414px) {
  .contact-footer {
    margin-top: 14px;
  }
}

.contact-footer-submit {
  margin-top: 46px;
}

@media screen and (max-width: 414px) {
  .contact-footer-submit {
    margin-top: 24px;
  }
}

.contact-privacy {
  position: relative;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}

.contact-privacy-part {
  display: inline-block;
  height: 22px;
  width: 22px;
  border: 1px solid #333;
  background: #fff;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .40s;
}

.contact-privacy-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.contact-privacy-input:checked + .contact-privacy-part {
  width: 10px;
  border-top: 0;
  border-left: 0;
  background-color: transparent;
  transform: rotate(45deg);
  top: -5px;
  left: 5px;
}

.contact-privacy-input:focus + .contact-privacy-part {
  outline: -webkit-focus-ring-color auto 5px;
}

.contact-privacy-input:checked:focus + .contact-privacy-part {
  outline: none;
}

.contact-privacy-link {
  color: #333;
  text-decoration: underline;
}

.contact-message {
  text-align: center;
  margin-top: 60px;
  display: none;
}

.contact-message.-error {
  color: #f00;
}

.contact-title {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  line-height: 1;
  letter-spacing: 12px;
  word-spacing: 5px;
}

.contact-title::after {
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  background: #333;
  margin: 16px auto;
}

/*=====================================================
# contact-notice
====================================================== */
.contact-notice-title {
  font-size: 18px;
  font-weight: bold;
}

.contact-notice-group, .contact-notice-group-item {
  margin: 8px 0 0 0;
}

.contact-notice {
  text-align: center;
}

.contact-notice-group-item {
  font-size: 12px;
}

.contact-notice {
  margin-bottom: 45px;
}

/*=====================================================
# contact-notice
====================================================== */
.contact-notice-title {
  font-size: 18px;
  font-weight: bold;
}

.contact-notice-group, .contact-notice-group-item {
  margin: 8px 0 0 0;
}

.small-btn {
  font-size: 14px;
  letter-spacing: .1em;
  color: #333;
  border: solid 1px #333;
  background: #fff;
  display: inline-block;
  padding: 10px 54px;
  margin-top: 20px;
}

.small-btn:hover {
  transition: 5s;
  background: Highlight;
}

.small-btn.-active {
  background: #333;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .small-btn:not(.-submit):hover {
    background-color: #333;
    color: #fff;
  }
}

.contact-end-text {
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  text-align: center !important;
  border-color: #333 !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
  text-align: center !important;
}

.bistro-3-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 414px) {
  .bistro-3-title {
    margin-top: 65px;
  }
}

@media screen and (max-width: 414px) {
  .bistro-margin-1 {
    margin-top: 20px;
  }
}

.bistro-margin {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .bistro-item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media screen and (max-width: 414px) {
  .bistro-item {
    width: 50%;
  }
}


li{
  list-style:none;
}


.wpcf7 {
    width: 100%;
    margin: 0 0 2.5em !important;
    padding: 0;
    border: none;
    background: none;
    font-size: 14px;
}



/*=====================================================
 # access
 ====================================================== */
/*--------------------------------------------------------------
   ACCESS
--------------------------------------------------------------*/
.access {
  margin: 0 auto;

}

@media screen and (max-width: 767px) {
  .access {
    padding: 20px 0 50px;
  }
}

.access__box {
  color: #ababab;
}

@media screen and (min-width: 768px) {
  .access__box {
    display: flex;
    align-items: center;
    margin-top: -35px;
  }
}

.access__map {
  flex: 0 0 60%;
}

@media screen and (max-width: 767px) {
  .access__map {
    flex: 0 0 50%;
  }
}

.access__address {
  flex: 0 0 40%;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .access__address {
    padding-left: 20px;
  }
}

.access__map iframe {
  width: 100%;
  height: 425px;
  border: none;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .access__map iframe {
    height: 250px;
    width: 100%;
    margin: 0 auto;
  }
}

.access__address h3 {
  margin-bottom: 23px;
  padding: 17px 0 18px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 1px #0000DD;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .access__address h3 {
    padding: 17px 0 5px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .access {
    margin-top:30px;
  }
}

@media screen and (max-width: 767px) {
.index_free_space.padding_type1 {
    padding: 0px 0;
}
}

.access__address__box,
.access__staff__message,
.access__address__box .sup {
  font-size: 18px;
  line-height: 1.5;
}

.access__address__box .sup {
  margin: 20px auto;
  padding: 15px;
  background-color: #E8E8E8;
}

.access__address .site__link {
  font-size: 0;
  margin-top: 25px;
}

.access__address .site__link .site__link__item {
  display: inline-block;
}

.access__address .site__link .site__link__item + .site__link__item {
  margin-left: 20px;
}

.access__address .site__link a {
  display: block;
  width: 70px;
  height: 70px;
  padding: 20px 16px 0;
  box-sizing: border-box;
  background-color: #74859f;
  border-radius: 35px;
}

.access__address .site__link img {
  width: 100%;
  height: auto;
}

.access-address-title {
  color: #333;
}

@media screen and (max-width: 767px) {
  .access__box {
    margin-top: 10px;
  }
}

.access-explain {
  margin-top: 15px;
}

.br-class {
  margin-top: 10px;
}


.border-1{
	margin-top:-35px;
}

.link-a{
display:inline-block;
}

.gothic{
margin-top:-80px;
}

@media screen and (min-width: 767px) {
.contents_title_wrap{
	margin-top:-160px;
}
}




#news_ticker .item {
	width: 100%;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 60px;
margin-top:20px;
}

.index_free_space.padding_type1 {
    padding:0px;
}

.common_header-2{
margin-bottom:-20px;
}

@media screen and (max-width: 768px) {
#news_ticker .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
     display: flex; 
    -ms-align-items: center;
     -webkit-align-items: center; 
    align-items: center;
}
}


@media (max-width: 700px){
#news_ticker .title {
     margin-top:0px;
}
}

/*=====================================================
# concept2
====================================================== */
@media screen and (min-width: 768px) {
  .concept-inner {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .concept-picture {
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 767px) {
  .concept-message {
    margin-top: 34px;
  }
}

@media screen and (min-width: 768px) {
  .concept-message {
    flex: 0 1 50%;
    margin-right: 6.6667%;
  }
}

.concept2-title {
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .concept2-title {
    font-size: 20px;
  }
}

.concept2-text {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .concept2-text {
    font-size: 14px;
    line-height: 1.7143;
  }
}


.wrap {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.flex {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-top:-55px;
}

article.itemBox {
    position: relative;
}


article.itemBox {
    margin: 20px 20px 0 0;
}

@media screen and (max-width: 767px) {
  article.itemBox {
    margin: 20px 20px 0 10px;
}

}


/* ============================== */
//コンテンツ幅やセクション見出しのスタイリング
.ly_section {
  padding: 100px 0;
}
  
.ly_section_inner {
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
}
  
.el_lv2Heading {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 70px;
}
  
//ここから3カラム記事エリアのスタイリング
.card_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
  
.card_items > li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 35px;
}
  
.card_items > li:nth-of-type(3n) {
  margin-right: 0;
}
  
.card_item {
  position: relative;
  display: block;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
  
//画像エリアのスタイリング
.card_item:hover .card_item_imgWrapper::before {
  opacity: 1;
}
  
.card_item:hover .card_item_imgWrapper::after {
  content: "Read More";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}
  
.card_item_imgWrapper {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
  
.card_item_imgWrapper::before, .card_item_imgWrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fafafa;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 2rem;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 0;
}
  
.card_item_imgWrapper > img {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-object-fit: cover;
  object-fit: cover;
}
  
//日時、タイトル、抜粋文テキスト部分のスタイリング
.card_item_body {
  height: 160px;
  padding: 15px;
}
  
.card_item_body > .card_item_time {
  font-size: 1.6rem;
  margin-bottom: 5px;
  display: block;
}
  
.card_item_body > .card_item_ttl {
  color: #333;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
  
.card_item_body > .card_item_txt {
  color: #777;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.filter {
    background: #000;
}


.filter-img{
height:200px !important;
	display: block;
    opacity: .6;
}


.item-exlain {
    position: absolute;
    width: 100%;
    left: 0;
    top: 82%;
    transform: translateY(-50%);
    text-align: center;
    color: #000;
    font-size: 18px;
}

.filter p{
	display:none;
}


table{
width:100%;
table-layout: fixed;　　/*追加する*/
word-break: break-word;
}



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

.post_content .wp-block-table {
white-space: normal !important;
   
}
	
}





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

.has-large-font-size {
font-size: 18px !important;
}
	
}


@media screen and (min-width: 768px) {
.two_columns #main_col {
    max-width: 860px !important;
}
	
}

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

#news_ticker {
    margin-top: 50px;
    margin-bottom: 50px;
}
	
}


.image-4 {
display: flex;
justify-content: center;
}
          
.image-beside {
list-style: none;
}
          
.image-beside:nth-child(2) {
 margin: 0 10px;
 }


.concept-message-title{
	text-align:center;
}

.concept-message-text{
	text-align:center;
	margin-bottom:30px !important;
}



.container {
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  .container {
    margin-top: 0px;
  }
}

.section-title {
  font-style: bold;
  font-size: 40px;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }
}

.section-title::after {
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  background: #3EA1D1;
  margin: 16px auto;
}

@media screen and (max-width: 500px) {
  .feature {

  }
}



@media screen and (max-width: 767px) {
  .feature-list {
    margin-top: 20px;
		    width: 100%;
    display: flex;
    /* margin: 20px auto; */
    /* justify-content: center; */
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .feature-list {
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
  }
}


@media screen and (max-width: 768px) {
  .feature-item {
    flex: 0 0 50%;
  }
}

@media screen and (min-width: 768px) {
  .feature-item {
    flex: 0 0 33.3333%;
		padding-bottom:0px !important;
  }
}

@media screen and (max-width: 767px) {
  .feature-item + .feature-item {
    margin-top: 0px;
  }
}

.feature-item-link {
  display: block;
  color: #333;
}

@media screen and (min-width: 768px) {
  .feature-item-link:hover .feature-item-picture > img {
    transform: scale(1.05);
  }
}

@media screen and (min-width: 768px) {
  .feature-item-link {
    margin: 25px;
  }
}

.feature-item-picture {
  overflow: hidden;
}

.feature-item-picture > img {
  transition: transform .4s;
}

.feature-item-body {
  text-align: center;
  color:#333;
}

.feature-item-title{
	    font-size: 20px;
    font-weight: 600;
	margin-top:20px;
}



@media screen and (max-width: 768px) {
  .feature-item-title{
	    font-size: 16px;
    font-weight: 600;
		margin-top:0px;
		margin: 10px;
    padding: 2px;
}

}

.three-pic{
display:flex;
text-align:center;
}

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

.three-pic{
	display:block;


}

}



@media screen and (min-width: 1500px) {
 #header_slider_wrap {
    width: 100%;
    height: 800px;
  
}
}


.button_wrap{
	text-align:center;
}






.feature-item-picture {
    height: 250px;
}



.feature-item-picture-sale {
	text-align:center;
    height: 400px;
}

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

	.feature-item-picture {
    height: 250px;
}
	
	
.feature-item-picture-sale {
	text-align:center;
    height: 250px;
}


}


.opacity img{
  filter: opacity(70%);
}


@media screen and (max-width: 768px) {
.feature-item-picture {
width:95%;
}
}

@media screen and (max-width: 768px) {
a{
	color:#000 !important;
}
	
}

.link-a {
    text-decoration: underline;
}

.access-map{
	margin-top:0px;
}

@media screen and (max-width: 768px) {
	.index_section {
    margin-top: 30px;
}
	
}
@media screen and (max-width: 768px) {
.access__address {
  margin-top:30px;
}

	
}

.veu_socialSet{
display:none;
}

.logo_text {
    display: none;
}

.logo-sp{
width:15%;
	margin-top:5px;
}


@media screen and (min-width: 768px) {
.logo-sp{
width:8%;
}
	
}


.header_logo{
	display:none !important;
}

.logo-pc{
	text-align:center;
}

.description{
	display:none !important;
}


.n2-section-smartslider{
	width: 400px;
    margin: 0 auto;
	
}

.three-pic{
	margin-top:20px;
}

@media screen and (max-width: 768px) {
.three-pic{
	display:none;
}
}
	
	@media screen and (max-width: 768px) {

		.n2-section-smartslider{

    padding: 30px 15px;

}

	
}


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

	
.n2-section-smartslider{
	width: 320px;	
}
		
		.n2-section-smartslider img{
 height:200px;
		}

}

	



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

	

#header_slider_wrap {
    height: 400px !important;
}

}

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

		.header_slider_wrap{
			height:765px;
		}
}
	


	@media screen and (max-width: 767px) {
.common_header {
    margin-bottom: 0px;
	padding:0px;
}

}
	
	@media screen and (min-width: 768px) {
.common_header {
	margin-bottom:-60px;
}

}
	@media screen and (min-width: 768px) {
.#news_ticker {
    margin-bottom: 0px !important;
}
	
	
		
}



	
.concept-message-title{
	font-size:18px;
}


.index_product_list{
	margin-top:0px;
}

.front_page_main_contents{
	margin-top:-50px;
}


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

	.front_page_main_contents {
    margin-top: 0px;
}


		
}
	@media screen and (max-width: 767px) {
.index_product_list{
	margin-top:0px;
}

		
}

	
.grecaptcha-badge{
    margin-bottom: 30px;
	margin-right:5px;
}

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

	.product_loop {
    margin: 0px 0 0 -20px;
}

		
.concept{
margin-top:30px;
}

	.grecaptcha-badge{
    margin-bottom: 120px;
	margin-right:5px;
}

}



#news_ticker .link {
    color: #000;
    font-weight: 600;
    display: block;
    margin-top: 10px;
}

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

	
#news_ticker .link {
     margin-top: 5px;
}
		
		#news_ticker .item {
    padding: 20px;
    padding-top: 10px;
}
}


.p-red{
	color:red;
}