
:root {
  --bgd: #353b48;
  --bgl:#0da749;
  --a_link:#9c88ff;
  --text_green_back:#ffffff;
--text_white_back:#0DA749;
--list_mark1:#ED1E79;
--link_color:#fed136;
--linked_color:#fec503;
--bg1:#0DA749; /*-価格表-*/
--bg1_dark:#02732E;　/*-価格表-*/
}


body{
background-color: var(--bgd);
/*-#- #718093 #*/
color:#FBFBFB;
}


.bg_light{
background-color: var(--bgl);
}



.container{
max-width: 800px;

}
a
{
    color: #fbc531;
}


a:hover
{
    color:#DF5D0F;
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover
{
  color: #fbc531;
}
.btn-success {
    color: #fff;
    background-color: #fbc531;
    border-color:#BD8E0E;
}

.btn-success:hover{color:#fff;background-color:#FA8022;border-color:#D66004}
.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}

/*-
.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}
-*/

    #mainNav.navbar-shrink,footer {
        background-color:  --bgd;
    }



#phone_logo{
height: 1.5rem;
}
#pc_logo{
height: 2rem;
padding-top: 2px;
opacity: 0.9;
}

header {

  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
  padding-top: 200px;
  padding-bottom: 200px;
}


a.js-scroll-trigger{
cursor: pointer;
}
.header_logo{
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.8));
}

#top_menu_phone li{
display: inline-block;
  font-weight: 700;
  font-family: Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-size: 10px;
text-align: right;
}
ul#top_menu_phone{
  margin-bottom: 0;
}
#top_menu_phone a{
color:#fff;
margin-left: 0.1rem;
margin-right: 0.1rem;
}
/*--togashi--*/



/*--togashi--*/
/*-価格表-*/

.price{
background-color:var(--white);
font-weight:600;
font-size:18px;
margin-bottom: 3rem;
}
 table.table.price  th{
	display: table-cell;
	vertical-align:middle;
	background-color:var(--bg1);
	color:var(--text_green_back);
	text-align:center;
	width:30%;
			border:2px var(--bg1_dark) solid;
	}
 td.price_day{
text-align: center;
		background-color:var(--bg1);
	color:var(--text_green_back);
		border:2px var(--bg1_dark) solid;
	}
 td.price_day > p{
		font-size:24px;
		margin-bottom:0;
		line-height:24px;
	}
	
td.yen{
font-size:20px !important;
width:35% !important;
color:var(--text_white_back);
  font-family:"Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
		border:2px var(--bg1_dark) solid;
					text-align: center;
}
	


 ul.text-left{

padding-left: 1rem;
 }
 
 ul.text-left > li{
 line-height: 1.5rem;
 margin-bottom: 1rem;
 }

hr{
padding-top: 2rem;
margin-bottom: 2rem;
  border-width: 0 0 2px;
  border-style: solid;
  border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(0, 0%, 65%, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
   width: 100%;
			}
  border-top: 2px solid  #00312B !important;
			border-bottom:2px solid #00312B;
					border-right:2px solid #00312B;
}

#tackles{
color:var(--text_color);
background-color:var(--white);
padding:48px;
margin-top:48px;
text-align:left;
 border:4px solid var(--bg1);
}


#tackles p:first-of-type {
color:var(--the_pink);
}


.btn-clipboard {
  display: inline-block;
}
.clipboard-success {
  display: none;
  margin: 0 0 0 8px;
  font-size: 1em;
  color:crimson;
}



/*----------- Calendar-----------------*/
/*----------- Calendar-----------------*/
/*----------- Calendar-----------------*/
/*----------- Calendar-----------------*/
.phone_button{
font-size:9px !important;
padding-left:3px;
padding-right:3px;
}





#schedule  button.btn.btn-success{
padding-top: 5px;
  padding-right: 4px;
  padding-bottom: 5px;
  padding-left: 4px;
}
#cal th{text-align: center;}
#cal td{font-size: 20px; font-family: Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";}
.sat{color:#80AFCC}
.sun{color:#B70407}
.today{opacity: 0.5;}

section h3.section-subheading{
  font-style:normal;
}


.text-muted{
color:#EEEEEE !important;
}
.bg_light .text-muted{
color:#333 !important;
}



/*----------- Calendar-----------------*/
/*----------- Calendar-----------------*/
/*----------- Calendar-----------------*/
/*----------- Calendar-----------------*/


section h2.section-heading
{
  font-size: 2rem;

}
.h3, h3
{
  font-size: 1.5rem;
}

.h4, h4
{
  font-size: 1.25rem;
}
.text-center
{
  text-align:left !important;
}
.table{max-width: 100%;}


@media (min-width: 768px) { 
.text-center
{
  text-align: center;
}
.h3, h3
{
  font-size: 1.75rem;
}

.h4, h4
{
  font-size: 1.5rem;
}

section h2.section-heading
{
  font-size: 50px;

}

td.yen{
font-size:40px !important;

}
	


}

