@charset "utf-8";
/* CSS Document */

body{
	background-color:#FFF;
	font-family: "游明朝体", "YuMincho", "游明朝","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg);
	color:#888;
	font-size:18px;}

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

a:link { 
	color: inherit;
}
 
a:visited {
	color:inherit;
}

a:hover { 
	color:pink;
	text-decoration:none;
}

a:active {
	color:pink;
}

.wrap {
	overflow: hidden;
}
.text-ss{
	font-size:.7rem;
}

.text-white{
	color:#fff;
}

@media (min-width: 577px) {
.pconly{
	display:block;
}
.sponly{
	display:none;
}
}

@media (max-width: 576px) {
.pconly{
	display:none;
}
.sponly{
	display:block;
}
}

hr.purple-thick{
	height:3px;
	width:100%;
	background-color:#6c3468;
	border:none;
	margin:0px;
}
	
hr.purple-thin{
	height:1px;
	width:100%;
	background-color:#6c3468;
	border:none;
	margin:0px;
}

.bg-purple{
	width:100%;
	background-color:#6c3468;
}
.bg-lightpurple{
	width:100%;
	background-color:#EFE3F4;
}

.bg-linegreen{
	width:100%;
	background-color:#07B53B;
}

.bg-darkred{
	width:100%;
	background-color:rgba(163,32,34,1.00)
}

.mt--10{
	margin-top:-10px;
}
@media (min-width: 1200px) {
.my-10{
	margin:6rem auto;}
}
@media (max-width: 576px) {
	my-10{
	margin:3rem auto;}
}
.bg-lightblue{
	background-color:#edf5f7;
}

.u-line{
	background:linear-gradient(transparent 70%, #C1EDC2 60%);
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
  .container2 {
    width: 1000px;
	margin-left:auto;
	margin-right:auto;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 100%;
  }
  .container2 {
    width: 95%;
	margin-left:auto;
	margin-right:auto;
  }
}

/*********** header *****************/

.dropdown-menu {
    border-radius: 0px;
	font-size: 0.9rem;
}

navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
	outline:none;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
	justify-content:pace-around;
	/*font-size:0.9rem;*/
	text-align:left;
 }
/*.dropdown-item:focus,.dropdown-item:hover {
	background-color:#FFF;
	color:#E88617;
}*/
 .g-nav{
	 width:100%;
	 display:flex;
	 justify-content:space-around;
	 padding-left:0px;
     font-size: 1.5vw;
}
.g-nav li{
	list-style:none;
}
.nav-link{
    padding: .5rem 0.5rem;
}

	
@media (min-width: 576px){
.navbar-brand {
    margin-left: -30px;
  }
}

.carousel-indicators li {
    border-radius: 50%;
    margin: 1px 3px;
	height: 20px;
	width:20px;
  }
  
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: ">";
}

.breadcrumb{
	background-color:#FFF;
}

.breadcrumb-item.active {
    color: #006844;
}

/*********** side *****************/
.s-menu{
	width:100%;
}

.s-menu-box{
	width:100%;
	text-align:left;
	border-left:1px solid #006844;
	border-right:1px solid #006844;
	margin-bottom:30px;
}
.s-menu-title{
	display:block;
	background-color:#006844;
	color:#FFF;
	font-weight:bold;
	padding:10px 0px 10px 20px;
}

.s-menu-inner{
	border-bottom:1px solid  #006844;
}

.s-menu-box ul{
	margin-left:-40px;
}

.s-menu-box li{
	list-style:none;
}
.s-menu-box li a{
	display:block;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:0.9em;
}

/*.s-menu-box li a:hover{
	background-color:#EDF8F0;
}*/

.s-menu-box li a.active{
	background-color:#EDF8F0;
}

/*********** footer *****************/

.footer-menu {
    min-height: 20px;
    padding: 19px;
	font-size:0.9rem;
}

/*********** title *****************/

.title01 {
padding: 0.4rem 1.5rem;
color: #666666;
margin-bottom:2em;
font-size:1.5rem;
}

.title02 {
padding: 0.4rem 1.5rem;
color: #666666;
margin-bottom:0.5em;
font-size:1.5rem;
}

.title03 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size:2em;
}

.title03:before, .title03:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.title03:before {
  left:0;
}
.title03:after {
  right: 0;
}

.news-title{
	font-size:1.2rem;
	margin-top:1rem;
}

.news-title02{
color: #333;
padding: 0.5em 0;
border-top: solid 3px #006844;
border-bottom: solid 3px #006844;
}

.title-purple{
    color: #B990B1;
}

.ca-title{
  color: #B990B1;/*文字色*/
  padding: 0.5em 2em;/*上下の余白*/
  border-top: solid 3px #B990B1;/*上線*/
  border-bottom: solid 3px #B990B1;/*下線*/
}

/*********** table *****************/

.table01{
	display:table;
	width: 95%;
    margin-bottom: 1rem;
	margin-left:auto;
	margin-right:auto;
    background-color: transparent;
	border-collapse: collapse;
}

.table01 tbody th {
	padding: .75rem;
    vertical-align: top;
}

.table01 td {
    padding: .75rem;
    vertical-align: top;
    border-bottom: 2px solid #dee2e6;
}

.table02{
	display:table;
	width: 95%;
    margin-bottom: 1rem;
	margin-left:auto;
	margin-right:auto;
    background-color: transparent;
	border-collapse: collapse;
}

.table02 th, .table02 td{
	padding: .5rem;
	border:1px solid #FFF;
}

@media screen and (min-width: 768px) {
	.table01 th, .table01 td, .table02 th, .table02 td {
		display:table-cell;
	}
	.table01 th {
		width:25%;
	}
	.table02 th{
		width:30%;
	}
	
}

@media screen and (max-width: 767px) {
 .g-nav{
	 width:100%;
	 display:block;
	 padding-left:0px;
     font-size: 1rem;
}
	.table01 th, .table01 td, .table02 th, .table02 td {
		display:block;
		width:100%;
	}
	.table02 th{
		border-bottom:1px solid #DDD;
	}
	
	.table02 td{
		border:none;
	}
}

.table-bottom-gray tbody th{
    border-bottom: 1px solid #dee2e6;
}


.table-bottom-gray td{
    border-bottom: 4px solid #dee2e6;
}

.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #DDDED; 
 }	
 
 .table-small th{
	 font-weight:normal;
 }
 
 .table-small td:before{
	 content:"：";
 }
 
 .table-small td, .table-small th {
    padding: .75rem 0;
    vertical-align: top;
    border-top: none;
	border-bottom:1px solid #dee2e6;
 }

.table03{
	width:700px;
	border-collapse:collapse;
	text-align: left;
	line-height:1.5;
	margin:0 auto;
	table-layout: fixed;}

.table03 th{
	width:30%;
	padding:10px;
	border:1px solid #999;
	vertical-align: top;}

.table03 td{
	padding:10px;
	border:1px solid #999;
	vertical-align: middle;}

@media  screen and (max-width: 767px) {
.table03 {width:100%;}

.table03 th,.table03 td{
	display:block;
	width:100%;
	border-bottom:none;}

.table03 tr:last-child{border-bottom:1px solid #999;}

.table03 th{background-color:#f7f7f2;}
}

/*********** button *****************/

.contact_btn {
    display: inline-block;
    padding: 1.2rem 0.5rem;
    text-decoration: none;
    color: #FFF;
    border: double 4px #FFF;
    border-radius: 3px;
    transition: .4s;
	background-color:#006844;
	width:100%;
	font-weight:bold;
}
.contact_btn:hover {
	background-color:#5cb85c;
}

.contact_btn:focus {
    outline: none;
}

/*********** list *****************/

@media (min-width: 768px){
.dl-news dt {
    float: left;
    width: 20%;
    clear: left;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 3rem;
}
}

@media screen and (max-width: 767px) {
.dl-news dd:before,
.dl-news dd:after{
   content: " ";
  display: table;
}
}
/*　リスト●○ */
ul.cp_list {
	padding: 0.5em;
	list-style-type: none;
}
ul.cp_list li {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom:5px;
}
ul.cp_list li:after,
ul.cp_list li:before{
	content:'';
	position: absolute;
	border-radius: 50%;
}
ul.cp_list li:before {
	top: 1.3em;
	left: 0.2em;
	width: 17px;
	height: 17px;
	background: rgba(0,104,68, 1);
	transform: translateY(-50%);
}
ul.cp_list li:after {
	top: 1.1em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background:  rgba(0,104,68, 0.5);
}

/* リスト菱型 */
ul.cp2_list {
	padding: 0.5em;
	list-style: none;
	margin-right:2em;
}
ul.cp2_list li {
	position: relative;
	padding: 0.5em 1em 0.5em 3em;
	margin-bottom:5px;
	border-bottom: 1px solid rgba(0,104,68, 1);/*下線*/
}
ul.cp2_list li:after,
ul.cp2_list li:before {
	content:'';
	position: absolute;
	transform: rotate(45deg);
}
ul.cp2_list li:before {
	top: 0.7em;
	left: 0.2em;
	width: 12px;
	height: 12px;
	border:2px solid rgba(0,104,68, 1);
}
ul.cp2_list li:after {
	top: 0.9em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(0,104,68, 0.5);
	transform: rotate(60deg);
}

/*********** item *****************/

.item{
	width:100%;
	text-align:center;
	background-image:url(../img/products/item_bg.jpg);
	background-repeat:no-repeat;
}

/*********** google map *****************/

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*********** form *****************/
@media (min-width: 768px){
input[type="text"] {
  width: 70%;
}
}

/*********** youtube *****************/

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
  /*background-color:rgba(58,56,56,0.5)*/
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/******************  ***********/
.box1 {
	display:inline-block;
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 1px #888;
}
.box1 p {
    margin: 0; 
    padding: 0;
}

.box2 {
	display:inline-block;
    padding: 0.5em 1em;
	margin: 0.3em 0.2em;
    font-weight: bold;
    border: solid 1px #888;
}
.box2 p {
    margin: 0; 
    padding: 0;
}

/******************  ***********/

.instagram{
    background-image: url(../img/top/instagram.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
