@charset "utf-8";
/* ■■■ 標準設定 ■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
body,html {
	font-size: 15px;
	font-family: arial, 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #333333;
	padding: 0;
	margin: 0;
	line-height: 2.2em;
}
.container-fluid {
	padding-bottom: 80px;	
}
.container-fluid.top {
	padding-top:  80px;
}
.container-xxl {
	max-width: 1460px;	
}
.container {
	max-width: 1040px;		
}
.container-xl.waku {
	background: #f5f5f0;
	padding: 50px;
	border-radius: 15px;
}
.bg {
	background: #1e5a9c;	
}
.bg_base {
	background: #e2f1ff;
}
.bg_sub {
	background: #f5f5f0;
}
.base {
	color: #1e5a9c;
}
.sub {
	color: #00aaeb;	
}
small　{
	color: #565656;
	line-height: 1.8rem;
}
a.btn-base {
	color: #FFFFFF;
	display: inline-block;
	background: #00aaeb;
	font-size: 1.2rem;
	padding: 1rem;
	border-radius: 6px;
	min-width: 15rem;
	font-weight: 600;
}
a.btn-base:link    { }
a.btn-base:hover   { color: #FFFFFF; text-decoration: none; opacity: 0.75;}
a.btn-base.sm {
	padding: 0.5rem;
	font-size: 1rem;
	padding:  0.5rem 1.5rem;
	min-width: 12rem;
}

a.btn-simple span.icon {
	color: #00aaeb;
	padding: 1rem 1.1rem;
	border: 2px solid #00aaeb;
	margin-left: 1rem;
}
a.btn-simple:hover { 
	text-decoration: none; 	
}
a.btn-simple span.icon:hover {
	color: #FFFFFF;
	background: #1e5a9c;
	border: 2px solid #1e5a9c;	
}

a.simple {
	border: 1px solid #00aaeb;
	padding: 8px 10px 10px 30px;	
	letter-spacing: 1px;
	color: #565656;
	font-weight: 500;
}
a.simple i {
	margin-left: 1rem;
	font-size: 0.9rem;
	color: #00aaeb;
}
a.simple:hover {
	background: #00aaeb;
	color: #FFFFFF;
	text-decoration: none;	
}
a.simple:hover i {
	color: #FFFFFF;
}
.breadcrumb li.breadcrumb-item a {
	color: #333333;	
}
/* フッターを常に画面下部に配置 */
#wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#wrapper > header {
    flex-shrink: 0;
}

#wrapper > main,
#wrapper > form,
#wrapper > div.container-fluid,
#wrapper > div.container {
    /* flex: 1; maker 予約増なのでコメントアウト*/
}

#wrapper > footer {
    flex-shrink: 0;
    margin-top: auto;
}

img{
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
}
a {	color: #00aaeb;}
a:link    { text-decoration: none;}
a:visited { text-decoration: none;}
a:hover   { text-decoration: underline;}
a:active  { text-decoration: underline;}


/* 画像hoverデザイン */
.box-shadow img:hover {
   transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.btn {
	font-weight: bold;
}
.topline {
	border-top: 1px solid #CCC;
	padding-top: 40px;
}

/* ■■■ header 設定 ■■■ */
header {
	background: #FFFFFF;
}
header .container-fluid {
	padding-top: 0;
	padding-bottom: 0;
}
#header h1 {
	line-height: 2.5rem;
	display: inline-block;
}
#header p {
	margin: 0px;
}
#header .input-group .form-control {
	margin-right: 0;
}
#header .nav-main {
	background: #1e5a9c url("/common/img/tomrrow.png") no-repeat right 0;
}
#header .head-area {
	padding-top: 1.5rem;
	padding-bottom: 1.5em;
}
#header .nav-item {
	padding: 5px 20px;
	border-left: 1px solid #FFFFFF;	
	letter-spacing: 0.1rem;	
	color: #FFFFFF;
}
#header .nav-item i {
	padding-right: 5px;
	font-size: 1.1rem;
}
#header .nav-item:hover {
	background: rgba(255, 255, 255, 0.15);
}
#header .nav-item.active {
	background: #f5f5f0;
	color: #1e5a9c;
	border-bottom: 2px solid #1e5a9c;
}
#header a.nav-link,
#header .nav-link {
	text-decoration: none;
}
#header .nav-category-menu {
	position: relative;
}
#header a.con {
	background: #00aaeb;
	color: #FFFFFF;
	padding: 15px 30px;
	text-decoration: none;
	letter-spacing: 0.75px;
	font-size: 0.9rem;
}
#header a.con:hover {
	opacity: 0.75;	
}

/* Bootstrapのdropdown-toggleと同じ▼アイコンのスタイル */
#header .nav-category-menu::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
#header .nav-main .row .row {
	margin-left: -15px;
}
.sns a i {
	font-size: 2em;
	margin-left: 0.2rem;
	margin-right: 0.2rem;
	color: #BBBBBB;	
}
header .sns {
	margin-left: 15px;	
	padding-top: 3px;
}
footer .sns {
	padding: 15px 0;
	line-height: 1rem;
}
footer .sns a i {
	margin-left: 0.5rem;
	margin-right: 0.5rem; 
}


/* ■■■ コンテンツ部分 設定 ■■■ */
/*　-- メニューデザイン -- */
.search-option.dropdown.active .category-dropdown, .category-dropdown.show {
	padding: 0;
}
.category-level {
	padding: 5px 0 0 0;
}
.category-item {
	border-radius:0;
	box-shadow: none;
}
.category-item:hover {
	box-shadow: none;
}
.btn.category-sm {
	width: 100%;
	margin-bottom: 1rem;
	background: #00aaeb;
	color: #FFFFFF;
	padding: 15px 15px 15px 0;
}

.section {
	margin-bottom: 40px;
}
.topspace {
	margin-top: 30px;
}
.contens .breadcrumb {
	background: none;
	margin: 5px 0;
}
.contens .breadcrumb li a {
	text-decoration: none;
}
.contens .breadcrumb.sort > li + li:before {
  padding: 0 5px;
  color: #666;
  content: "|\00a0";
}
h2 {
	font-size: 1.8rem;
	text-align: center;
	border-bottom: 2px solid #1e5a9c;
	padding-bottom: 2rem;
	font-weight: bold;
	color: #1e5a9c;
}
h3 {
	font-size: 1.5rem;
	color:#1e5a9c;
	margin-bottom: 30px;
	letter-spacing: 0.1rem;
}
h4 {
	ffont-size: 1.5rem;
	color:#00133F;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}

/*--- category ---*/
.category-content {
	text-align: center;
	margin-bottom: 15px;
}
.category-item:hover {
	text-decoration: none;
}
.category-item .category-image {
	 margin-bottom: 0.5rem;
}
.category-item .category-title {
	text-decoration: none;
	text-align: left;
	line-height: 1.4rem;
}
#index .category-item .category-title {
	line-height: 1.2rem;
}
.category-item .category-title:hover {
	text-decoration: none;
	}
.category-text {
	letter-spacing: 0.1rem;
	line-height: 1.6rem;
	color: #666666;
	font-size: 0.8rem;
	text-align: right;
}
.img-category-main {
	margin-bottom: 50px;
}
p.results span {
	background: #e0eef7;
	padding: 5px 10px 5px 10px;
	margin-right: 5px;
	border-radius: 5px;
	line-height: 1rem;
	color: #00aaeb;
}

h3.category-header-title {
  font-size: 2rem;
	margin-top: 2.5rem;
	margin-bottom: 2rem;
	border-bottom: 2px solid #1e5a9c;
	padding-left: 0;
	padding-bottom: 1.5rem;
  position: relative;
}
h3.category-header-title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #00aaeb;
  bottom: -2px;
  width: 80px;
}
.category-header-section img {
	text-align: center;	
}

/*--- カテゴリーメニュー ---*/
.card {
	border: none;
}
.offcanvas-title {
	width: 100%;
	padding: 15px;
	background: #00aaeb;
	margin-bottom: 1rem;
}
.offcanvas-title h5 {		
	color: #FFFFFF;	
	font-size: 1.1rem;
	margin-bottom: 0;
	line-height: 1.8rem;
}
.list-group i {
	color: #CCCCCC;
	padding-right: 0.7rem;
}
.list-group a {
	font-size: 0.9rem;
	line-height: 1.6rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.list-group-item.active {
	background: #FFFFFF;
	color: #00aaeb;
}
.list-group-item.active i {
	color: #00aaeb;
}

/*--- table_list ---*/
.table_list ul.list-group {
	margin-bottom: 0;
}
.table_list ul.list-group p {
	margin: 0;
	font-size: 1em;
	line-height: 1.2em;
}
.table.table_list {
	margin-bottom: 0;
}
.table.table_list ul.list-group p {
	margin-top: 8px;
}
.table_list ul.list-group li {
	color: #666;
	text-align: center;
	clear: both;
	font-size: 14px;
	border-top: 1px solid #CCC;
	margin: 0;
}
.table_list ul.list-group li div {
	word-break: break-all;
}
.table_list ul.list-group li img {
	margin-right: 5px;
}
.table_list ul li span.label {
	margin-right: 5px;
}
.table_list ul li .form-control {
	margin-bottom: 0;
	padding: 2px 0;
}
.table_list ul li .btn {
	padding: 4px 5px;
	margin: 0 3px;
}
.table_list ul li .btn .glyphicon {
	margin-left: 0;
}
.table_list ul.list-group .form-control.input-sm {
	margin: 0 3px;
	padding: 0 5px;
}
.table_list ul.list-group-item-heading {
	background: #EEE;
	padding: 2px;
}
.table_list ul.list-group-item-heading li {
	color: #333;
	font-weight: bold;
	line-height: 1.3em;
	border-top: none;
}
.table_list.table ul.list-group-item-heading {
	background: #EEEEEE;
}
.table input {
	margin-right: 3px;
}

/*--- table_date ---*/
.table_date {
	color: #454545;
}
.table_date .title {
	display: block;
	margin-bottom: 1rem;
	background: #f5f5f5;
	border-radius: 5px;
    font-size: 0.9rem;
    padding: 10px;
	font-weight: bold;
	line-height: 1rem;
}
.table_date p {
	line-height: 1.6rem;
}
.recommend_check_styling {
	margin: 30px 0;
}
.recommend_check_styling .col-lg-1,
.recommend_check_styling .col-sm-2,
.recommend_check_styling .col-3 {
	padding-left: 5px;
	padding-right: 5px;
}
.recommend_check_styling p {
	font-size: 12px;
	line-height: 1.3em;
	margin: 5px 0 10px 0;
	color: #454545;
}

/*--- form ---*/
input.btn.btn-auto {
	width: auto;
}
input.calender,
table input.calender{
	text-align: center;
	width:100px;
}
input.calender-limit,
table input.calender-limit{
	text-align: center;
	width:100px;
}
.num,
table input.num{
	text-align: right;
	width:4em;
}

.price,
td.price,
table input.price {
	text-align: right;
}
.cord,
table input.cord {
	text-align: left;
}

.form-control {
	font-size: 15px;
}
input.input-2{ width: 2em;}
input.input-3{ width: 3em;}
input.input-4{ width: 4em;}
input.input-5{ width: 5em;}

.btnarea .btn {
	margin-left: 5px;
	margin-right: 5px;
}

/*------ footer ------- */
footer {
	background: #FFFFFF;
}
footer .footnav {
	padding: 50px 0;
}
footer .footsubnav {
	color: #FFF;
	padding: 40px 0;
}
footer .footnav p {
	font-size: 14px;
	padding: 0;
	margin-bottom: 0.5em;
	line-height: 1.8em;
}
footer .footnav .tel {
	font-size: 2.5em;
	font-weight: bold;
	display: block;
	padding: 5px 0;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
footer .footnav .title {
	font-size: 1.2em;
}
footer .footnav ul {
	margin: 1em 0;
}
footer .footnav li {
	background: url(../img/icon_right.png) no-repeat 0 center;
	padding-left: 1em;
}
footer .footnav li a {
	text-decoration: none;
	color: #333333;
}
footer li a:link    { text-decoration: none;}
footer li a:visited { text-decoration: none;}
footer li a:hover   { text-decoration: underline;}
footer li a:active  { text-decoration: underline;}

footer .footsubnav ul {
	margin-bottom: 0;
}
footer .footsubnav a {
	color: #FFFFFF;
}
footer .footsubnav .glyphicon {
	font-size: 0.6em;
	vertical-align: 2px;
}
footer .footsubnav .footer-separator {
	padding: 0 8px;
	color: #FFFFFF;
	display: inline-block;
}
footer .footsubnav .footer-links {
	text-align: center;
	margin-bottom: 10px;
}
footer .footsubnav .footer-links li {
	margin: 0 2px;
	display: inline-block;
	font-size: 13px;
	line-height: 1.4em;
}

footer a.btn--circle {
  display: none; /* 初期非表示。スクロールでJSが表示切替 */
  position: fixed;
  z-index: 99;
  bottom: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  padding: 0;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  text-align: center;
}
footer a.btn--circle.is-visible {
  opacity: 1;
}

footer a.btn--circle i {
  font-size: 150%;
  line-height: 60px;
  -webkit-transition: all .3s;
  transition: all .3s;
  letter-spacing: 0;
	color: #1e5a9c;
}
footer a.btn--circle:hover {
	background: #FFFFFF;
}
footer a.btn--circle:hover i {
  line-height: 55px;
}

/* スマホ・小型タブレット向けにやや小さく */
@media (max-width: 767px) {
  footer a.btn--circle {
    width: 48px;
    height: 48px;
    bottom: 10px;
    right: 10px;
  }
  footer a.btn--circle i {
    font-size: 120%;
    line-height: 48px;
  }
  footer a.btn--circle:hover i {
    line-height: 44px;
  }
}

p.copyright {
	font-size: 11px;
	margin-bottom: 0;
	text-align: center;
}
input.error_bg,
select.error_bg,
textarea.error_bg{
	border-color: #dd5555;
	background-color: #ffdede;

}
.btn_disabled {
        background-color: gray;
        opacity: 0.5;
}
.favorite_btn_disabled {
        opacity: 0.5;
}

/* Slide and Push Menu */
.cbp-spmenu {
	background-color: #FFFFFF;
	position: fixed;
}
.cbp-spmenu a:hover {
	text-decoration: none;
}

.cbp-spmenu h3 {
	color: #afdefa;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background: #0d77b6;
}

.cbp-spmenu a {
	display: block;
	text-decoration: none;
	padding-left: 1rem;
	border-bottom: 1px solid #DDDDDD;
}
.cbp-spmenu a i {
	padding-right: 10px;
}
.cbp-spmenu a:hover {
}

.cbp-spmenu a:active {
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 250px;
	height: 100%;
	top: 0;
	z-index: 1000;
	overflow: auto;
	background: #f8fcff;
}
.cbp-spmenu-left {
	left: -250px;
}

.cbp-spmenu-right {
	right: -250px;
}
.cbp-spmenu-vertical ul a {
	padding: 0.5em 0;
}
.cbp-spmenu-vertical a.title {
	padding: 0 5px;
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

