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

tools.css 

    date: 2019.05.08
modified: 2019.05.08

***********************************/
@charset "UTF-8";

/* ======================================== 
  main-color
  sub-color
  accent-color
======================================== */

.cl-main{  color: #800;}
.cl-sub1{  color: #800;}
.cl-sub2{  color: #800;}
.cl-acc1{  color: #800;}
.cl-acc2{  color: #800;}
.cl-acc3{  color: #800;}

.bg-main{  background: #800;}
.bg-sub1{  background: #800;}
.bg-sub2{  background: #800;}
.bg-acc1{  background: #800;}
.bg-acc2{  background: #800;}
.bg-acc3{  background: #800;}


/* ========== debug ========== */
.debug{
  position: relative;
  display: block;
  border: 1px solid #555;
  background: #fff;
  opacity: 0.6;
  font-size: 12px;
  line-height: 1.3em;
  color: #000;
  padding: 1em;
}
.debug.top-left{
  position: fixed; top: 10px; left: 10px;
}
.debug.top-right{
  position: fixed; top: 10px; right: 10px;
}
.debug.bottom-left{
  position: fixed; bottom: 10px; left: 10px;
}
.debug.bottom-right{
  position: fixed; bottom: 10px; right: 10px;
}

/* ========== font ========== */
.fs-ss{  font-size: 10px!important;}
.fs-s {  font-size: 12px!important;}
.fs-m {  font-size: 16px!important;}
.fs-l {  font-size: 20px!important;}
.fs-ll{  font-size: 24px!important;}

.fw-b{  font-weight: bold!important;}

.ls01{ letter-spacing: 0.1em;}
.ls02{ letter-spacing: 0.2em;}
.ls03{ letter-spacing: 0.3em;}
.ls04{ letter-spacing: 0.4em;}
.ls05{ letter-spacing: 0.5em;}
.ls06{ letter-spacing: 0.6em;}
.ls07{ letter-spacing: 0.7em;}
.ls08{ letter-spacing: 0.8em;}
.ls09{ letter-spacing: 0.9em;}
.ls10{ letter-spacing: 1.0em;}


/* ========== margin ========== */
.mt-s{  margin-top: 10px!important;}
.mt-m{  margin-top: 20px!important;}
.mt-l{  margin-top: 30px!important;}
.mb-s{  margin-bottom: 10px!important;}
.mb-m{  margin-bottom: 20px!important;}
.mb-l{  margin-bottom: 30px!important;}

/* ========== background-color ========== */
.bg-white{  background: white!importante;}
.bg-black{  background: black!important;}
.bg-red  {  background: red!important;}
.bg-blue {  background: blue!important;}
.bg-green{  background: green!important;}
.bg-dglay{  background: #555!important;}
.bg-lglay{  background: #ccc!important;}


/* ========== kakomi ========== */
.kakomi{
  padding: 1em;
  margin: 1em;
}
.kakomi-border{
  padding: 1em;
  margin: 1em;
  border: 1px solid #000;
}
.no-border{
  border: none;
}

/* ========== clearfix ========== */
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

/* ========== multi column ========== */
.col-2,
.col-3,
.col-4,
.row{
  box-sizing: border-box;
  width: 100%;
  padding: 10px 10px;
}

@media screen and (min-width:481px) {
  
  .col-2{
    box-sizing: border-box;
    display: block;
    width: 50%;
    float: left;
  }
  .col-3{
    box-sizing: border-box;
    display: block;
    width: 33.333333%;
    float: left;
  }
  .col-4{
    box-sizing: border-box;
    display: block;
    width: 25%;
    float: left;
  }

  .row::after{
    content: "";
    display: block;
    clear: both;
    /* overflow: hidden; */
  }

}

/* ========== table ========== */

.stripe tr:nth-of-type( odd ){
  background: #fee;
}
.stripe tr:nth-of-type( even ){
  background: #eee;
}

/* ========== accordion ========== */
.accordion h2{
  cursor: pointer;
  padding: 10px;
  position: relative;
}
.accordion h2[class^="ac"]{
  background: #8f82bc;
  color:#fff
}
.accordion .ac-inner {
  display: none;
}
.accordion .ac-inner section{
  padding: 10px 0;
}
.accordion .ac-inner section[class^="content"]{
  background: #dcd3f2;
/*  height: 50px;*/
  padding: 1em;
  margin-bottom: 5px;
}
.ac-open{
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 2em;
  text-align: center;
}
.accordion h2[class^="ac"]:hover,
.accordion h2[class^="ac"]:active{
  opacity: 0.5;
}
.accordion .ac-close{
  padding: .5em 1em;
  text-align: center;
  line-height: 1;
  background: #888;
  color: #333;
}
.accordion .ac-close i{
  display: inline-block;
  padding-left: 1em;
}
.accordion .ac-close:hover,
.accordion .ac-close:active{
  opacity: 0.5;
}

/* ========== hide ========== */
@media screen and ( min-width: 960px ) {
    .pc_hide { display: none!important; }
}
@media screen and ( max-width: 959px ) {
    .sp_hide { display: none!important; }
	
}




	/* -------------------------------------------------
	
						HOME 営業日カレンダー （PC用）　640pxからPC用カレンダー
	
	------------------------------------------------- */

.calender{}
.calender .calender-outer{
	overflow: hidden;
	max-width: 800px;
	margin: 0 auto;
}
.calender .month{
	width: 50%;
/*	max-width: 400px;*/
}
.calender .month h1{
	text-align: left;
	margin: 30px 0 10px;
	font-size: 20px;
	line-height: 1em;
/*	font-style: italic;*/
	font-weight: normal;
/*	color: #8f82bc;*/
	color: #000;
}
.calender .col1{
	float: left;
	padding-right: 4%;
	padding-left: 4%;
}
.calender .col2{
	float: right;
	padding-right: 4%;
	padding-left: 4%;
}
.calender .tableCalender{
	width: 100%;
}

.calender .tableCalender th,
.calender .tableCalender td{
	width: 6%;
	font-size: 16px;
	line-height: 2.0em;
	text-align: center;
	vertical-align: middle;
	padding: .5em;
/*	background: #fff;*/
	border: none;
	color: #727171;
}
.calender .tableCalender th{
	border-bottom: 1px solid #727171;
}
.calender .tableCalender td{
}

.calender .tableCalender .pass{
	opacity: .7;
}
.calender .tableCalender .holiday{
	display: inline-block;
	border-radius: 1em;
	line-height: 2em;
	width: 2em;
	height: 2em;
/*	background: #8f82bc;*/
	background: #00afec;
	color: #fff;
}
.calender .tableCalender .today{
	font-weight: bold;
	display: inline-block;
	border-radius: 1em;
	line-height: 2em;
	width: 2em;
	height: 2em;
	border: 1px solid #555;
	opacity: 1;
}

.calender .note{
	margin-left: 6%;
	font-size: 14px;
	color: #727171;
}
.calender .note span{
/*	color: #8f82bc;*/
	color: #00afec;
}

/* -------------------------------------------------

HOME 営業日カレンダー （639pxまでスマホ用カレンダー）

------------------------------------------------- */

@media screen and (max-width:639px) {
	.calender .month{
		width: 100%;
/*		max-width: 100px;*/
		margin: 0 auto;
	}
	.calender .tableCalender th,
	.calender .tableCalender td{
		width: 12%;
	}
	.calender .col1{
		float: none;
		padding-right: 8%;
		padding-left: 8%;
	}
	.calender .col2{
		float: none;
		padding-right: 8%;
		padding-left: 8%;
	}
}


/* =============================================================


										footer カラム追加 2020.06.26追加


============================================================= */


.frow {
	overflow: hidden;
	max-width: 960px;
	margin: 0 auto;
}

.fcol {
	float: left;
	width: 31%;
	padding: 1.1%;
}


@media screen and (max-width:639px) {
	.frow {
		margin: 16px;
	}
	.fcol {
		float: none;
		width: 100%;
	}
}