

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 Arial, Verdana, 游ゴシック, 游ゴシック体, YuGothic,Yu Gothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #000;
	text-decoration: none;
}

img{
	max-width: 100%;
	height: auto;
}

a img {
border:none;
verticle-align:top;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
a:hover img {
opacity: 0.7; 
filter: alpha(opacity=80);
}

@media screen and (max-width: 768px) {
.br-pc {display: none;
}
}
@media screen and (min-width: 768px){
.br-sp {display: none; 
}
}

@media screen and (max-width: 768px) {
    .pc_contents{
        display: none !important;
    }
}
@media screen and (min-width: 768px){
    .sp_contents{
        display: none !important; 
    }
}


/* ヘッダー
------------------------------------------------------------*/
@media screen and (max-width: 640px) {
   .pc-nav {
      display: none;
   }
}
@media only screen and (min-width: 800px){
   .sp-nav {
      display: none;
   }
}

.header_under {
width: 100%;
  border-bottom: 5px solid #e5004a;
}

.header {
width: 1000px;
margin:0 auto;
  padding: 28px 0 5px 0;
  background-color: #fff;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}

#header h1{
	padding-top: 0px;
}
.header-logo {
  font-weight: bold;
  font-size: 20px;
}

.header-list {
  display: flex;
  align-items: flex-end;
  margin-left: 40px;
  gap: 20px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Pathway Gothic One" ;
  color: #d8d7d7;
}

.header-item--contact {
  padding: 0;
  margin-left: auto;
 margin-bottom: 20px;
}


#header{
	width: 100%;
	margin:0 auto;
	text-align: left;
}

.header_nav nav {
  margin-left: auto;
}
.header_nav ul {
  display: flex;
  margin:0;
  padding:0;
  list-style:none;
  font-size:0;
}
.header_nav ul li {
  margin: 0px;
}


/* ヘッダー追記
------------------------------------------------------------*/
.header-nav {
  margin-left: auto;
}

.header-nav-list {
  display: flex;
}

.header-nav-item:not(:first-child){
  margin-left: 35px;
}

.header-nav-item-link {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #000;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  font-family: "Helvetica" ;
}

a.header-nav-item-link:hover,
a.header-nav-item-link:hover span {
  color: #e5004a;
}

.header-nav-item-link span {
  color: #000;
  font-size: 14px;
line-height: 18px;
}

.header-nav-item-link_now {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #e5004a;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  font-family: "Helvetica" ;
}

.header-nav-item-link_now span {
  color: #e5004a;
  font-size: 14px;
line-height: 18px;
}


#header h1{
	padding-top: 0px;
}

#mainnav a{
	color: #fff;
}

#mainImg{
	position: relative;
  overflow: hidden;
  width: 100%;
  height: 650px;
}

#mainImg img{
	position: absolute;
  left: 50%;
	max-width: 1000px;
  width: 1000px;
  height: 650px;
  margin-left: -600px;
}




/* ヘッダープルダウン
------------------------------------------------------------*/
.head_menu {
    position: relative;
    width: 800px;
    height: 70px;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    margin-left: 40px;
    gap: 20px;
    font-size: 24px;
    font-weight: 500;
    font-family: "Pathway Gothic One" ;
    color: #d8d7d7;
}

.head_menu > li {
    float: left;
    width: 25%; /* グローバルナビ4つの場合 */
    height: 50px;
    line-height: 50px;
    background: #000;
}

.head_menu > li a {
    display: block;
    color: #fff;
}

.head_menu > li a:hover {
    color: #e4007f;
      text-decoration: none;
}

ul.head_menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.head_menu > li:hover {
    background: #000;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.head_menu__second-level li {
    border-top: 1px solid #111;
}

.head_menu__second-level li a:hover {
    background: #111;
}

.head_menu > li.head_menu__single {
    position: relative;
    width: fit-content;
}

li.head_menu__single ul.head_menu__second-level {
    position: absolute;
    top: 40px;
    width: 220px;
    background: #000;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 14px;
    font-weight: 500;
    padding:8px;
}

li.head_menu__single:hover ul.head_menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}	
	
/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.head_menu:before,
.head_menu:after {
    content: " ";
    display: table;
}

.head_menu:after {
    clear: both;
}

.head_menu {
    *zoom: 1;
}






/* パン屑リスト
------------------------------------------------------------*/
.breadcrumb {
     width: 100%;
     max-width: 1100px;
     margin: 0 auto;
     margin-top:50px;
     display: flex;
     flex-wrap: wrap;
      list-style: none;
      font-size: 12px;
}

.breadcrumb li:not(:last-of-type)::after {
     content: "›";
     margin: 0 .6em; 
     color: #777; 
}

@media(max-width:767px){
.breadcrumb {
     width: 94%;
     margin: 0 auto;
     padding-top:100px;
     font-size: 12px;
}
}



/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (max-width: 799px){
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
		text-align: center;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #fff;
	}
	
	#header h1{
		padding-top: 10px;
	}
	
	#header h1 img{
		position: relative;
		z-index: 1000;
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
		font-size: 18px;
 		font-weight: 500;
  		 font-family: "Helvetica" ;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #f2f2f2;
		opacity: 0.95;
		text-align: left;
	}

	#mainnav .nn{
		position: relative;
		display:block;
		padding:10px 25px 0px 25px;
		color: #000;
		font-weight: 400;
	}
	#mainnav li a{
		position: relative;
		display:block;
		padding:10px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}
	

		
	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
#mainnav li span {
color: #000;
font-size: 14px;
line-height: 18px;
margin-left:50px;
}

	#mainImg{
		padding-top: 60px;
		z-index: -100;
	}

	section{
		padding-top: 50px;
	}
	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 0 30px;
	}
}

/* TOPメイン画像
------------------------------------------------------------*/
.top_main_img {
margin: 0 auto;
width: 1000px;
padding-top: 20px;
}
.top_main_img img {
	display: block;
	width: 100%;
	height: auto;
}
@media(max-width:767px){
.top_main_img {
	margin: 0 auto;
    width: 100%;
    padding-top: 70px;
}
}

/* TOPブランド画像
------------------------------------------------------------*/
.layout-brand {
    position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-pack: justify;
    margin: 0 auto;
    margin-top: 30px;
    max-width: 980px;
    width: 100%;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.layout-brand img {
    width: 100%;
    height: auto;
}
@media(max-width:767px){
.layout-brand {
  width:90%;
 margin: 0 auto;
 margin-top: 30px;
  display:flex;
  justify-content:start;
  flex-wrap:wrap;
}
.layout-brand-child {
  width:23%;
  height:auto;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}
/* 
.layout-brand-child:nth-of-type(1) {
  margin-left:15%;
}
.layout-brand-child:nth-of-type(3) {
  margin-right:15%;
}
.layout-brand-child:nth-of-type(n+4) {
  margin-top:10px;
}*/
}

/* TOP ニュースとオンラインショップバナー
------------------------------------------------------------*/

#info_container {
  display: flex;
  max-width: 950px;
  margin: 0 auto;
  margin-top: 60px;
}

#info_container h1 {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  margin-bottom:10px;
  font-family: "Helvetica" ;
  border-bottom: solid 2px black;
  padding-bottom: 5px;
}
#info_container_left {
  flex: 2;
    padding-right:20px;
}
#info_container_right {
  flex: 1;
}

#info_container_right img {
  display:block;
  margin-top:20px;
}
@media(max-width:767px){
  #info_container {
    display: block;
    width: 90%;
  }
  #info_container_left {
  padding-bottom:40px;
}
  #info_container_right{
 margin: 0 auto;
}
  #info_container_right img {
	display: block;
	width: 80%;
	 margin: 0 auto;
	 margin-top:20px;
}
}


.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  padding: 5px 10px;
}
.news-list .item:first-child a{
}
.news-list .item .date{
  margin: 0;
  min-width: 50px;
  font-size: 14px;
  color: #e5004a;
  padding: 0 20px 0 0;
  font-weight: 600;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #000;
}

@media screen and (max-width: 767px){
.news-list .item a{
  flex-wrap: wrap;
    padding: 5px 5px;
}
.news-list .item .date{
  padding: 0;
  font-weight: 600;
}
.news-list .item .title{
  margin-top: 0px;
}
}


/* パン屑リスト
------------------------------------------------------------*/
.breadcrumb {
     width: 100%;
     max-width: 960px;
     margin: 0 auto;
     margin-top:50px;
     display: flex;
     flex-wrap: wrap;
      list-style: none;
      font-size: 12px;
}

.breadcrumb li:not(:last-of-type)::after {
     content: "›";
     margin: 0 .6em; 
     color: #000; 
}

@media(max-width:767px){
.breadcrumb {
     width: 94%;
     margin: 0 auto;
     padding-top:100px;
     font-size: 12px;
}
}

/* 商品情報
------------------------------------------------------------*/

#pd_container {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 30px;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
#pd_container h1 {
  color: #000;
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  margin: 0;
  margin-bottom:0px;
  font-family: "Helvetica" ;
  padding-bottom: 0px;
}
#pd_container h2 {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  margin-bottom:30px;
  padding-bottom: 5px;
}

#pd_container h3 {
	height:27px;
	font-size:16px;
	line-height: 1.3;
	padding:18px 20px 5px 31px;
	margin:0px 0px 7px 0px;
	background:url(../images/common/2406_bg-title-h3.gif) no-repeat;
}

@media(max-width:767px){
#pd_container {
  width: 94%;
  margin: 0 auto;
  margin-top: 30px;
}
h3 {
	font-size:14px;
	line-height: 1.3;
}
}


#pd_layout {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 960px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

a.pd_list_link {
    text-decoration: none;
}

#pd_layout  img {
    display: block;
    max-width: 100%;
    height: auto;
}

.pd_list_figure {
    margin: 0;
    padding: 10px 10px 0 10px;
}

.pd_list_title {
    padding:10px 10px;
    color: #e5004a;
    text-align: left;
    font-size: 16px;
}

.pd_list_txt {
    margin: 0;
    padding:0 10px 10px 10px;
    color: #000;
    font-size: 14px;
    line-height: 24px;
}

.pd_list {
    margin: 0.5em auto;
    padding: 0;
    width: 96%;
    background: #fff;
    border: 1px solid #e1e1e1;
}


@media all and (max-width: 479px) {
    .pd_list {
        margin:  0 auto;
        width: calc(90% / 1);
        margin-bottom: 20px;
    }
}

@media all and (min-width: 768px) {
    .pd_list {
        margin: 0.5em 0;
        width: calc(96% / 2); 
        margin-bottom: 25px;
    }
}

@media all and (min-width: 992px) {
    .pd_list {
        width: calc(92% / 3); 
        margin-bottom: 25px;
}
#pd_layout:after {
    content: "";
    display: block;
    width: 31%; 
    height: 0;
}
}


#pd_layout_02 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 960px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

a.pd_list_link_02 {
    text-decoration: none;
}

#pd_layout_02  img {
    display: block;
    max-width: 100%;
    height: auto;
}

.pd_list_figure_02 {
    margin: 0;
    padding: 10px 10px 0 10px;
}

.pd_list_title_02 {
    padding:10px 10px;
    color: #e5004a;
    text-align: left;
    font-size: 14px;
}

.pd_list_txt_02 {
    margin: 0;
    padding:0 10px 10px 10px;
    color: #000;
    font-size: 12px;
    line-height: 20px;
}

@media(max-width:767px){
.pd_list_figure_02 {
    margin: 0;
    padding: 5px 5px 0 5px;
}

.pd_list_title_02 {
    padding:5px 5px;
    color: #e5004a;
    text-align: left;
    font-size: 14px;
}

.pd_list_txt_02 {
    margin: 0;
    padding:0 5px 10px 5px;
    color: #000;
    font-size: 12px;
    line-height: 18px;
}
}


.pd_list_02 {
    margin: 0.5em auto;
    padding: 0;
    width: 96%;
    background: #fff;
    border: 1px solid #e1e1e1;
}

@media all and (max-width: 479px) {
    .pd_list_02 {
        margin:  0 auto;
        width: calc(90% / 2);
        margin-bottom: 20px;
    }
    #pd_layout_02:after {
    content: "";
    display: block;
    width: 50%; 
    height: 0;

}
}

@media all and (min-width: 768px) {
    .pd_list_02 {
        margin: 0.5em 0;
        width: calc(96% / 2); 
        margin-bottom: 25px;
    }
}

@media all and (min-width: 992px) {
    .pd_list_02 {
        width: calc(92% / 4); 
        margin-bottom: 25px;
}
#pd_layout_02:after {
    content: "";
    display: block;
    width: 22.9%; 
    height: 0;
}
}

.pd_item_txt {
    width: 96%;
   margin: 0 auto;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    margin-top: 20px;
    text-align: justify;
}
.pd_item_txt_red {
    width: 96%;
   margin: 0 auto;
    font-size: 18px;
    line-height: 28px;
    color: #e5004a;
    margin-top: 40px;
    font-family: "Helvetica" ;
}
.pd_item_txt_red02 {
    font-size: 18px;
    line-height: 28px;
    color: #e5004a;
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: "Helvetica" ;
}
@media(max-width:767px){
.pd_item_txt {
  width:94%;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
}
.pd_item_txt_red {
  width:94%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 26px;
  margin-top: 30px;
}
.pd_item_txt_red02 {
  font-size: 16px;
  line-height: 26px;
}
}

.pd_item_txt_bg_black {
  width:96%;
  margin: 0 auto;
  margin-top: 30px; 
  margin-bottom: 30px; 
  font-size: 16px;
  line-height: 26px;
  padding: 10px 25px;
  color: #fff;
  background:#000;
}
@media(max-width:767px){
.pd_item_txt_bg_black {
  width:84%;
  margin: 0 auto;
  margin-top: 30px; 
  margin-bottom: 30px; 
  font-size: 14px;
  line-height: 22px;
  padding: 10px 15px;
  color: #fff;
  background:#000;
}
}


.pd_box{
  display: flex;
  line-height: 1.5;
}
.pd_box_txt {
  flex: 1;
  min-width: 0;
  /* display: flex;*/
  align-items: center;
  padding: 1em;
  font-size: 16px;
  line-height: 28px;
}
.pd_box_image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .pd_box {
    display: block;
  }
  .pd_box_txt {
  font-size: 14px;
  line-height: 24px;
  }
   .pd_box_image {
    width: 80%;
    border: 0;
  }
}

.pd_item img {
  border: solid 1px #cccccc; 
  padding: 3px;
}

@media screen and (max-width: 767px) {
.pd_item img {
  width:98%;
}
}

/* 商品情報以外のコンテンツ
------------------------------------------------------------*/

#tc_container {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 30px;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
#tc_container h1 {
  color: #000;
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  margin: 0;
  margin-bottom:0px;
  font-family: "Helvetica" ;
  padding-bottom: 0px;
}
#tc_container h2 {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  margin-bottom:15px;
  padding-bottom: 5px;
}

#tc_container h3 {
	height:27px;
	font-size:16px;
	line-height: 1.3;
	padding:0 20px 0 31px;
	margin:0px 0px 7px 0px;
	background:url(../images/common/2406_bg-title-all_h3.gif) no-repeat;
}

@media(max-width:767px){
#tc_container {
  width: 94%;
  margin: 0 auto;
  margin-top: 30px;
}
#tc_container h3 {
	font-size:14px;
	line-height: 1.3;
}
}

/* ヒストリー
------------------------------------------------------------*/
.history_container {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 15px;
  font-size: 16px;
  line-height: 28px;
}
@media(max-width:767px){
.history_container {
  width: 96%;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
}
}
.history_box {
  display: flex;
  margin-bottom: 10px;
}
.history_box .item1 {
  flex: 0 0 70px;
  font-weight: 600;
}
.history_box .item2 {
  flex: 0 0 40px;
  text-align: right;
  padding-right: 20px; 
}
.history_box .item3 {
  flex: 1;
}

.history_box2 {
  display: flex;
  margin-top: 40px;
  margin-bottom: 10px;
}
.history_box2 .item1 {
  flex: 0 0 70px;
  font-weight: 600;
}
.history_box2 .item2 {
  flex: 0 0 40px;
  text-align: right;
  padding-right: 20px; 
}
.history_box2 .item3 {
  flex: 1;
}

.history_txt_red{
  color: #e5004a;
}

@media(max-width:767px){
.history_box {
  display: flex;
  flex-direction: column;
}
.history_box .item1 {
  flex: 1;
}
.history_box .item2 {
  flex: 1;
  text-align: left;
  padding-right: 0;
}
.history_box .item3 {
  flex: 1;
}

.history_box2 {
  display: flex;
  flex-direction: column;
}
.history_box2 .item1 {
  flex: 1;
}
.history_box2 .item2 {
  flex: 1;
  text-align: left;
  padding-right: 0;
}
.history_box2 .item3 {
  flex: 1;
}
}

.history_bnr img{
border: solid 1px #cccccc;
margin: 10px 0;
margin-left: 0px;
}

/* 会社概要
------------------------------------------------------------*/
.company_ov  {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 80px;
  font-size: 14px;
  line-height: 22px;
}
.company_ov dl {
  display: flex;
  justify-content: space-between;
}

.company_ov dd ,dt{
  padding: 20px 30px;
  border-bottom: 1px solid #cccccc;
}

.company_ov dt {
  width: 150px;
  font-weight: 600;
}

.company_ov dd {
  width: calc(100% - 150px);
}

@media(max-width:767px){
.company_ov  {
  width: 92%;
  margin-top: 15px;
  font-size: 12px;
  line-height: 20px;
}
  .company_ov dl {
    flex-direction: column;
  }
 .company_ov dt {
    width: 92%;
    padding: 0 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: none;
  }
  .company_ov dd {
    width: 92%;
    padding: 0 10px;
  	padding-bottom: 10px;
  }
}


.company_map_wrap {
  max-width: 60%;
  margin: 0 auto;
  margin-left:30px;
  margin-bottom:60px;
}
 .company_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; 
}
.company_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

 .company_map_tt {
  width: 90%;
  margin: 0 auto;
  margin-top:10px;
  padding: 15px; 
  background: #f2f2f2;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

 .company_map_txt {
  width: 90%;
  margin: 0 auto;
  margin-top:10px;
  padding: 15px; 
  font-size: 14px;
  line-height: 22px;
}

@media(max-width:767px){
.company_map_wrap {
  max-width: 96%;
  margin: 0 auto;
  margin-bottom:60px;
}
 .company_map_tt {
  width: 94%;
  margin: 0 auto;
  margin-top:10px;
  padding: 15px 0 15px 15px; 
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
}

 .company_map_txt {
  width: 90%;
  margin: 0 auto;
  margin-top:0px;
  padding: 15px; 
  font-size: 12px;
  line-height: 20px;
}
}


/* 企業理念
------------------------------------------------------------*/

.vision_box {
  display: flex;
  flex-wrap: wrap;
}
.vision_box_l {
  width: 25%;
}
.vision_box_r {
  width: 70%;
  text-align:justify;
  font-size: 12px;
  line-height: 24px;
}
.vision_box_txt_large {
  font-size: 26px;
  line-height: 34px;
  margin-top:10px;
  margin-bottom:10px;
}
.vision_box_name {
  font-size: 20px;
  line-height: 30px;
   text-align: right;
   margin-bottom:20px;
}
.vision_box_name_s {
  font-size: 14px;
  line-height: 20px;
}
.vision_txt {
  font-size: 16px;
  line-height: 30px;
  text-align:justify;
  margin-top:50px;
  margin-bottom:100px;
}
@media screen and (max-width: 767px) {
.vision_box {
    display: block;
  }
  .vision_box_l {
  width: 60%;
  margin: 0 auto;
}
.vision_box_r {
 width: 96%;
 margin: 0 auto;
 font-size: 10px;
 line-height: 16px;
}
.vision_box_txt_large {
  font-size: 22px;
  line-height: 32px;
  margin-top:10px;
  margin-bottom:10px;
}
.vision_box_name {
  font-size: 18px;
  line-height: 30px;
   text-align: right;
   margin-bottom:10px;
}
.vision_box_name_s {
  font-size: 12px;
  line-height: 20px;
}
.vision_txt {
  font-size: 14px;
  line-height: 26px;
  text-align:justify;
  padding:0 10px;
}
}

/* フッター
------------------------------------------------------------*/
.footer {
 color: #000;
 font-size: 14px;
 background: #f2f2f2;
 padding: 20px;
 margin-top:70px;
}
.footer .copyright {
 width: 100%;
 padding: 40px 0 0 0;
 text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 767px){
.footer {
 padding: 10px 0;
 margin-top:70px;
}
.footer .copyright {
 padding: 10px 0 ;
  font-size: 10px;
}
}


/* 2507追加 ループスライド
------------------------------------------------------------*/
.container_slide {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 30px;
}
.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.infinite-slider .swiper-slide {
  height: 80px !important;
  width: auto !important;
}
.infinite-slider .swiper-slide img {
  width: auto;
  height: 100%;
}
@media(min-width:751px){
  .sp_slide{
  display: none !important;
    }
}
@media(max-width:750px){
  .pc_slide{
  display: none !important;
    }
}








