@charset "UTF-8";

/*square. This shape is origin of other shapes.
---------------------------- */
.square {
    width:50px;
    height:50px;
    margin:auto;  
    position:relative;
    background:rgb(60,60,60);
}
.square.cross {
    width:15px;/*その要素自身の幅を、高さの1/4に指定。*/
    left:0px;
}
.cross::before {
    content:"";	/*before疑似要素のcontent*/
    display:block;	/*ブロック化*/
    width:100%;	/*幅と高さを100%に*/
    height:100%;
    /*90度回転。回転の基準点はデフォルトで中心なので指定しない*/
    moz-transform:rotate(90deg);
    webkit-transform:rotate(90deg);
    /*色を変えたのはサンプルとしての分かり易さのため*/
    background:rgb(60,60,60);
}

/* Fukidashi
---------------------------------------------------- */

.fukidashi_bottom {
	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 15px 13px;
	min-width: 120px;
 	max-width: 100%;
 	color: #393939;
	font-size: 14px;
	background: #e1f0fa;
    border-radius: 15px;
}
.fukidashi_bottom:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #e1f0fa;
}

.fukidashi_top {
	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding:10px 13px;
	min-width: 120px;
 	max-width: 100%;
 	color: #393939;
	font-size: 12px;
	background: #e1f0fa;
 	box-sizing: border-box;
    border-radius: 15px;
}
.fukidashi_top:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #e1f0fa;
}
.fukidashi_photo {
	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding:10px 13px;
	min-width: 120px;
 	max-width: 100%;
 	color: #393939;
	font-size: 25px;
	background: #e1f0fa;
 	box-sizing: border-box;
    border-radius: 15px;
}
.fukidashi_photo:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #e1f0fa;
}
@media (max-width: 768px) {
.fukidashi_photo {
	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding:10px 13px;
	min-width: 334px;
 	max-width: 100%;
 	color: #393939;
	font-size: 12px;
	background: #e1f0fa;
 	box-sizing: border-box;
    border-radius: 15px;
}
.fukidashi_photo:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #e1f0fa;
}

}

.fukidashi_right {
	position: relative;
	display: inline-block;
 	margin: 0 15px 0 0;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #393939;
	font-size: 14px;
	background: #e1f0fa;
    border-radius: 15px;
}
.fukidashi_right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #e1f0fa;
}
.fukidashi_right2 {
	position: relative;
	display: inline-block;
 	margin: 0 13px 0 0;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #393939;
	font-size: 14px;
	background: #e1f0fa;
    border-radius: 15px;
}
.fukidashi_right2:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #e1f0fa;
}
.fukidashi_left {
    position: relative;
    display: inline-block;
    margin: -15px 0 8px -107px;
    padding: 5px 18px;
    min-width: 120px;
    max-width: 100%;
    color: #393939;
    font-size: 12px;
    background: #e1f0fa;
    border-radius: 15px;
}
.fukidashi_left:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -5px;
    border: 5px solid transparent;
    border-right: 10px solid #e1f0fa;
}
.fukidashi_left2 {
    position: relative;
    display: inline-block;
    margin: -15px 0 8px -95px;
    padding: 5px 18px;
    min-width: 120px;
    max-width: 100%;
    color: #393939;
    font-size: 12px;
    background: #e1f0fa;
    border-radius: 15px;
}
.fukidashi_left2:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -5px;
    border: 5px solid transparent;
    border-right: 10px solid #e1f0fa;
}
.fukidashi_left3 {
	position: relative;
	display: inline-block;
 	margin: -3px 0 1.5em 20px;
	padding: 15px 18px;
	min-width: 120px;
 	max-width: 100%;
 	color: #393939;
	font-size: 14px;
	background: #e1f0fa;
    border-radius: 15px;
}
.fukidashi_left3:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #e1f0fa;
}
.fukidashi_left4 {
	position: relative;
	display: inline-block;
 	margin: 40px 0 1.5em -60px;
	padding: 15px 18px;
	min-width: 120px;
 	max-width: 100%;
 	color: #393939;
	font-size: 14px;
	background: #e1f0fa;
    border-radius: 15px;
}
.fukidashi_left4:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #e1f0fa;
}


/* calender
---------------------------------------------------- */

table tbody th.event1 {
	background-color: #FBE5D6;
    text-align: center;
}

table tbody th.event2 {
	background-color: #FEF2CC;
    text-align: center;
}

table tbody th.event3 {
	background-color: #E2F0D9;
    text-align: center;
}

table tbody th.event4 {
	background-color: #DEEBF7;
    text-align: center;
}

table span.event1 {
	font-size: 0.9em;
	color: #666666;
	display: block;
}

table span.event2 {
	font-size: 0.9em;
	color: #666666;
	display: block;
}

table span.event3 {
	font-size: 0.9em;
	color: #666666;
	display: block;
}


table span.event4 {
	font-size: 0.9em;
	color: #666666;
	display: block;
}



/* 画像の上　文字
---------------------------------------------------- */
.example {
  position: relative;
  }

.example p {
  position: absolute;
  top: 85%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:20px;
  /*文字の装飾は省略*/
  }

.example img {
  width: 100%;
  }


@media (max-width: 768px) {
.example {
  position: relative;
  }

.example p {
  position: absolute;
  top: 80%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:20px;
  /*文字の装飾は省略*/
  }

.example img {
  width: 100%;
  }

}
/* web font
---------------------------------------------------- */
.wf-sawarabigothic { font-family: "Sawarabi Gothic"; }

/* table 修正
---------------------------------------------------- */
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.5;
    vertical-align:middle;
    border-top: 1px solid #ddd;
}
#content table th {
    padding: 4px;
    line-height: 1.5;
    vertical-align: middle;
}

/* リンク decoration 修正
---------------------------------------------------- */
#content h5 a {
    text-decoration:  none;
}


/** 00. チェックボックス list
 **************************************************************** **/

#content ul.list_check  {
    list-style: none;
    margin: 0;
	padding-left: 1em;
}
#content ul.list_check li{
	position: relative;
	padding-left: 0.4em;
	padding-bottom: 0.4em;
	line-height: 1.5;
	font-size: 0.9em;
}
#content ul.list_check li:before {
	font-family: 'Font Awesome 5 Free';
  content: "\f14a"; /* アイコンのunicode */
  position: absolute;
  left: -0.8em; /* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
  top: -0.05em; /* アイコンの場所を変えたければ適宜変更 */
}


/* order_btn
---------------------------------------------------- */

#order_btn {
	position: fixed;
	bottom: 100px;
	right: 0;
	font-size:1.1em;
	z-index:5;
}
#order_btn a {
	background: rgba(0,0,128,0.90);
	text-decoration: none;
	color: #fff;
	width: 200px;
	padding: 15px;
	text-align: center;
	display: block;
	-webkit-border-radius: 5px 0 0 5px;
	   -moz-border-radius: 5px 0 0 5px;
	        border-radius: 5px 0 0 5px;
}
#order_btn a:hover {
	text-decoration: none;
	background: #3131B1;
}
@media (max-width: 768px) {
	#order_btn {
		position: fixed;
		bottom: 100px;
		right: 10px;
		font-size: 0.8em;
	}
	#order_btn a {
		background: #000080;
		text-decoration: none;
		border: 1px solid #fff;
		color: #fff;
		width: 80px;
		height: 80px;
		padding: 14px;
		text-align: center;
		display: block;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
		        border-radius: 50%;
	}
	#order_btn a:hover {
		text-decoration: none;
		background: #000080;
	}
	.menu-button {
	position: absolute;
	right: 0px;
	top: 0px;
	}
}



.section {
  margin-left: -10px;
  margin-right: -10px;
}



.mplus1p {
	font-family: 'YakuHanJP' ,'M PLUS 1p', "Open Sans", "Helvetica Neue", Helvetica, "Arial","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}

/* -------------------------------------------------- *
 * balloon
 * -------------------------------------------------- */
/* balloon-2 bottom */
.balloon_bottom {
	position: relative;
	display: inline-block;
	padding:5px;
	width: auto;
	min-width: 115px;
	color: #F6F6F6;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome */
	-moz-border-radius: 5px;   /* Firefox */
	border-radius: 5px;        /* CSS3 */
	background: #f24387;
	margin: 10px 0;
	z-index: 0;
}
.balloon_bottom:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #f24387 transparent transparent transparent;
}



#content .panel.panel-primary {
	background-color: #e6edf4;
	border: 1px solid #a7c6e5;
}


/* -------------------------------------------------- *
* 丸数字カウンターリスト
 * -------------------------------------------------- */
ol.calender_list2 {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
}
#content ol.calender_list2 li {
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
	line-height: 1.5;
}
ol.calender_list2 li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #52A7E0;
	color: #fff;
	display: block;
	float: left;
	line-height: 22px;
	margin-left: -30px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	vertical-align: middle;
}

ol.calender_list2.back_orange li::before {
	background-color: #e67e22;
}

ol.calender_list2.back_green li::before {
	background-color: #1abc9c;
}






.btn-outline.btn-danger.reverse,
.contact.gray a.btn.btn-danger.reverse {background:#fff;border:2px solid #c00102;color:#c00102;}
.btn-outline.btn-danger.reverse:hover,
.btn-outline.btn-danger.reverse:active,
.btn-outline.btn-danger.reverse:focus,
.contact.gray a.btn.btn-danger.reverse:hover,
.contact.gray a.btn.btn-danger.reverse:active,
.contact.gray a.btn.btn-danger.reverse:focus{color:#fff;background:#c00102;border:2px solid #c00102;}


.btn-outline.btn-default,
.contact.gray a.btn.btn-default {background:#333;border:2px solid #fff;color:#fff;}
.btn-outline.btn-default:hover,
.btn-outline.btn-default:active,
.btn-outline.btn-default:focus,
.contact.gray a.btn.btn-default:hover,
.contact.gray a.btn.btn-default:active,
.contact.gray a.btn.btn-default:focus{color:#333;background:#fff;border:2px solid #333;}

.btn-outline.btn-default.reverse,
.contact.gray a.btn.btn-default.reverse {background:#fff;border:2px solid #333;color:#333;}
.btn-outline.btn-default.reverse:hover,
.btn-outline.btn-default.reverse:active,
.btn-outline.btn-default.reverse:focus,
.contact.gray a.btn.btn-default.reverse:hover,
.contact.gray a.btn.btn-default.reverse:active,
.contact.gray a.btn.btn-default.reverse:focus{color:#fff;background:#333;border:2px solid #333;}




/** 01. 文字列にスラッシュ追加 　例) ＼ ○○○○! ／
 **************************************************************** **/
.slash {
	position: relative;
	display: inline-block;
	padding: 10px 30px 0;
	font-size: 1em;
	color: #3498db;
	margin: 5px;
	line-height: 1.3;
}
@media (max-width: 991px) {
	.slash {
		font-size: 2vw;
	}
}
@media (max-width: 768px) {
	.slash {
		font-size: 2.5vw;
	}
}
@media (max-width: 575px) {
	.slash {
		font-size: 2.3vw;
	}
}
@media (max-width: 480px) {
	.slash {
		font-size: 4.3vw;
		padding: 0px 28px;
	}
}
.slash::before {
	content: '';
	position: absolute;
	bottom: 13px;
	display: inline-block;
	width: 32px;
	height: 2px;
	background-color: #3498db;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}
.slash::after {
	content: '';
	position: absolute;
	bottom: 13px;
	display: inline-block;
	width: 32px;
	height: 2px;
	background-color: #3498db;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.slash::before {
	left: 0;
}
.slash::after {
	right: 0;
}



@media (max-width: 768px) {
.row-center > [class*='col-sm-6'] {
    display: block;
    letter-spacing: 0;
    vertical-align: top;
    float: none !important;
}
}




.btn-pink {
  color: #fff;
  background-color: #f24387;
  border-color: #f24387;
}

.btn-pink:hover {
  color: #fff;
  background-color: #F71B71;
  border-color: #F71B71;
}

.btn-pink:focus, .btn-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5);
}

.btn-pink.disabled, .btn-pink:disabled {
  color: #fff;
  background-color: #f24387;
  border-color: #f24387;
}

.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active,
.show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #F71B71;
  border-color: #F71B71;
}

.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242,67,135,0.50);
}