@charset "utf-8";
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.bg-lightgreen {
	background-color: #e6ede9;
}

.bg-lemon {
	background-color: #fffcdb;
}
.jumbotron {
	background-image: url('../img/kari.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 600px;
}
.heading {
	border-left: 6px solid #aaa;
	padding: 0 0 0 10px;
}
.header-box{
	margin: auto 0 0 auto;
}
.ml-4{
	float: left;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: ">"
}
.footer-copyright {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #f5f5f5;
}
.map iframe {
	width: 100%;
	height: 450px;
}

.btn{
	height: 60px;
}

.logo_usagi{
	float: right;
	width: 600px;
  margin: 0 0 0 0;
}
.logo-box2{
	height: 200px;
}
.logo_usagi2{
	width: 400px;
  margin: 0 0 0 0;
}
.col-md-6{
	text-align: center;
}

.touin{
	z-index: 10;
	position: relative;
}
.gallery{
	z-index: 20;
	position: relative;
}
.t1 {
  position: relative;
  color: #158b2b;
  font-size: 50px;
  font-weight:bold;
  padding: 10px 0;
  text-align: center;
  margin: 0em 0em 0.5em 1em;
}
.t2 {
  position: relative;
  color: #158b2b;
  font-size: 20px;
  font-weight:bold;
  padding: 10px 0;
  text-align: left;
  margin: 1.5em 0 0 3em;
}
.t1:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 250px;
  height: 100px;
  border-radius: 50%;
  border: 8px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

ul.cp_list {
	padding: 0 0.5em;
	list-style-type: none;
}
ul.cp_list li {
	position:relative;
	padding: 0.5em;
	margin-bottom: 4px;
	background: #FFECB3;
	border-left : 2.5em solid #FF7043;
}
ul.cp_list li::before {
	position: absolute;
}
ul.cp_list {
padding: 0 0.5em;
list-style-type: none;
}
ul.cp_list li {
position:relative;
padding: 0.5em;
margin-bottom: 4px;
background: #FFECB3;
border-left : 2.5em solid #FF7043;
}
ul.cp_list li::before {
position: absolute;
content: "\002713";
display: block;
padding: 0.5em;
color: #fff;
top: 50%;
left: -2.25em;
transform: translateY(-50%);
}
ul.cp_list li:last-of-type {
border-bottom: none;
}
2713{
	display: block;
	padding: 0.5em;
	color: #fff;
	top: 50%;
	left: -2.25em;
	transform: translateY(-50%);
}
ul.cp_list li:last-of-type {
	border-bottom: none;
}

body {
  padding: 3%;
}
.flexbox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;

}
.mb	{ display:none!important; }

ol.cp_clist {
	counter-reset:cp_clist;
	padding: 0.5em;
}
ol.cp_clist li{
	list-style-type:none;
	position:relative;
	display: block;
	line-height: 1.3em;
	padding: 0em 0.3em 0.3em 1.7em;
}
ol.cp_clist li::before {
	position: absolute;
	top: 0.2em;
	left: 0em;
	/* カウントさせる */
	counter-increment: cp_clist;
	content: counter(cp_clist);
	/*装飾*/
	padding: 0 0.2em 0 0.2em;
	background: #4CAF50;
	color:#fff;
	font-weight: bold;
	height: 1.3em;
	width: 1.3em;
	text-align: center;
	border-radius: 50% 1%;
}
.text-glay{
	color: #bfbfbf;
}

/* 
TABLE
================================================ */

	.ifre{line-height: 350px!important;}
	
	.ifre2{
	margin-top:-230px;
	overflow:hidden;}
	
.kuro{
	color:black;
}

table {
    width: 100%;
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
}
th, td {
    padding: 15px;
  text-align: center;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
tr:nth-child(even)>td,
tr:nth-child(even)>th {
    background-color: #efefef;
}

.plan-price {
    color: #fff;
}
.plan-price {
    font-size: 2.5rem;
  border-top: 1px solid rgba(255,255,255,.2);
  padding: 25px 0;
}
.plan-price span {
    font-size: 1rem;
}

/* Background colour */
.plan-free th,
.plan-free .plan-price {
    background: linear-gradient(-90deg, #009ADB, #00DB9A);
}
.plan-premium th,
.plan-premium .plan-price {
    background: linear-gradient(-90deg, #EE52FF, #009ADB);
}
/* 
BUTTON
================================================ */
.btn{
    color: #FFFFFF;
    font-size: 1.2rem;
    text-decoration: none;
    background: #6fc173;
    border-radius: 5px;
    box-shadow: 0 3px #449f49 ;
    position: relative;
    display: inline-block;
    top: -2px;
    padding: 15px;
    width: 100%;
	height: 60px;
    text-align: center;
    margin: 10px 0;
}
.btn:hover {
    box-shadow: 0 1px #449f49;
    top: 1px;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 29;
}

 

#pageTop i {
  padding-top: 6px
}

 

#pageTop a {
  display: block;
  z-index: 999;
  padding: 1px 0 0 0px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* 小デバイス（縦向きモバイル, 576px 以上 デスクトップ, 992px 未満）
============================================== */
@media screen and (min-width : 992px ) and (max-width : 1199.99px ){
.message {
    min-height: 400px;
}	
	.logo_usagi{	
		width: 100%;
	}
	.logo_usagi2{
	width: 100%;
  margin: 0 0 0 0;
}
		.insta{
		height: 2000px;
	}

	.line-height {
		color: black;
 line-height: 60px;
}
	.mb { display:inline!important; }
	
		.ifre{line-height: 350px;}
	
		.iframe2{
	height:350px !important;}
	
	.ifre2{
	margin-top:-230px !important;
	overflow:hidden;}
	

} /* END */    

/* 小デバイス（縦向きモバイル, 576px 以上 デスクトップ, 992px 未満）
============================================== */
@media screen and (min-width : 576px ) and (max-width : 992px ){
.message {
    min-height: 400px;
}	
	.logo_usagi{	
		width: 100%;
	}
	.logo_usagi2{
	width: 100%;
  margin: 0 0 0 0;
}
		.insta{
		height: 2000px;
	}

	.line-height {
		color: black;
 line-height: 60px;
}
	.mb { display:inline!important; }
	
		.ifre{line-height: 350px;}
	
	.ifre2{
	margin-top:0;
	overflow:hidden;}
	

} /* END */    

/* 小デバイス（横向きモバイル, 576px 未満）
============================================== */
@media screen and (max-width: 575.98px) {
#sec2 .message {
	position: static;
}
.gnav-item {
	display: block;
	width: 100%;
	border: none;
}
.gnav-item+ .gnav-item {
	border: none;
}
table th, table td {
	padding: .25rem !important;
}
table th:first-child {
	width: 25%;
}
.footer-logo {
	width: 100%;
}
		.logo_usagi{	
		width: 100%;
	}
	.logo_usagi2{
	width: 100%;
  margin: 0 0 0 0;
}
		.insta{
		height: 1300px;
	}

	.line-height {
		color: black;
 line-height: 60px;
}
	.mb { display:inline!important; }
		.ifre{line-height: 350px;}
	.iframe2{
	height:350px !important;}
	
	.ifre2{
	margin-top:-220px !important;
	overflow:hidden;}

} /* END */

/* 極小デバイス（縦向きモバイル, 480px 未満）
============================================== */
@media screen and (max-width: 480px) {
#sec2 .message {
	position: static;
}	.logo_usagi{	
		width: 100%;
	}
	.logo_usagi2{
	width: 100%;
  margin: 0 0 0 0;
}
		.insta{
		height: 1300px;
	}

	.line-height {
		color: black;
 line-height: 60px;
}
.mb { display:inline!important; }
	
	.ifre{line-height: 350px;}
	
	.ifre2{
	margin-top:-130px;
	overflow:hidden;}
	
} /* END */
