@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:600');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');

/* =========================================================
■ 基本
========================================================= */
/*---------------------------------
_フォント
-----------------------------------*/
.ff-jpn-note-sans {
	font-family: "Noto Sans Japanese";
	font-weight: 400;
}
.ff-jpn-note-sans-bold {
	font-family: "Noto Sans Japanese";
	font-weight: 800;
}

/*---------------------------------
_2カラムの場合（右サイドナビ）
-----------------------------------*/
.content-wrapper, .right-side, .main-footer {
	margin-left: 0px;
}
@media (max-width: 767px) {
	.main-footer .copyright {
		text-align: center;
	}
}

/*---------------------------------
_2カラムの場合（右サイドナビ）
-----------------------------------*/
.ff-eng-opensuns {
	font-family: 'Open Sans', sans-serif;
}


/* =========================================================
■ レイアウト枠
========================================================= */
/*---------------------------------
_コンテンツラッパー
-----------------------------------*/
.content-wrapper, .right-side {
	background-color: #fbf8ee;
}
.content-wrapper {
	padding-bottom: 50px;
}


/* =========================================================
■ ヘッダー
========================================================= */
.navbar-default {
	background-color: #FFF;
	border: none;
	border-bottom: solid 1px #CCC;
	border-radius: 0px;
	margin-bottom: 0px;
}

@media (min-width: 768px) {
	.main-header .navbar {
		margin-left: 10px;
	}
}
@media (max-width: 767px) {
	.main-header .navbar .navbar-brand.img {
		margin-right: 10px;
		margin-top: 5px;
	}
	.main-header .navbar .navbar-brand img {
		width: 110px;
	}
}

.main-header .navbar-brand.img {
	padding: 0px;
	margin-right: 30px;
}
.main-header .navbar .nav.navbar-nav.gnavi > li > a {
	font-family: "Noto Sans Japanese";
	font-weight: 800;
	color: #313131;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.3em;
}
.main-header .navbar .nav.navbar-nav.gnavi > li > a i {
	margin-right: 10px;
}
.main-header .navbar .nav.navbar-nav.gnavi > li > a:hover {
	border-bottom: solid 5px #00b900;
	padding-bottom: 10px;
	background-color: transparent;
}
.main-header .navbar .nav.navbar-nav.gnavi > li.active > a {
	border-bottom: solid 5px #00b900;
	padding-bottom: 10px;
	background-color: transparent;
}


/* =========================================================
■ ウィジェット
========================================================= */
/*---------------------------------
_ダッシュボード（日付）
-----------------------------------*/
.widget-dashbord {
}
.widget-dashbord .area-season {
	width: 100%;
	min-height: 160px;
	background-size: cover;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.widget-dashbord .area-season img {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.widget-dashbord .area-today {
	text-align: center;
	position: relative;
	top: 0px;
	width: 100%;
}
.widget-dashbord .area-today p.str {
	font-size: 1.8em;
	font-weight: 800;
	position: absolute;
	bottom: 10px;
	text-align: left;
}
.widget-dashbord .area-today p {
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0px;
	line-height: 1.5em;
	/*text-shadow: 0px 0px 5px #808080;*/
	color: #333;
	text-shadow: 2px 2px 1px #FFF,
    -2px 2px 1px #FFF,
    2px -2px 1px #FFF,
    -2px -2px 1px #FFF;
}
.widget-dashbord .area-today p.month {
	font-size: 2.0em;
}
.widget-dashbord .area-today p.month span {
	font-size: 1.3em;
}
.widget-dashbord .area-today p.day span {
	font-size: 5.5em;
	line-height: 0.8em;
}
.widget-dashbord .area-today p.day span.week {
	background-color: #f39c12;
	border-radius: 30px;
	font-size: 1.3em;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFF;
	margin-left: 5px;
	position: relative;
	bottom: 7px;
	text-shadow: none;
}
.widget-dashbord .area-today p.year {
	font-size: 2.3em;
}

/*---------------------------------
_ダッシュボード（サマリー）
-----------------------------------*/
.widget-dashbord .area-summary {
}
.widget-dashbord .area-summary h3 {
	background-color: #f39c12;
	color: #FFF;
	border-radius: 15px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.2em;
}
.widget-dashbord .area-summary .reserv_total {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 0px;
}
.widget-dashbord .area-summary .reserv_total span {
	font-size: 1.8em;
}

.widget-dashbord .area-summary dl dt, .widget-dashbord .area-summary dl dd {
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	white-space: nowrap;
}
.widget-dashbord .area-summary dl dt {
	margin-top: 7px;
	margin-right: 4px;
	width: 55px;
}
.widget-dashbord .area-summary dl dd {
	/* padding-left: 0px !important;
	text-align: center; */
	padding: 0;
}
.widget-dashbord .area-summary .row.reserv_status .btn {
	font-size: 0.85em;
	padding-left: 6px;
	padding-right: 6px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.widget-dashbord .area-summary dl dt, .widget-dashbord .area-summary dl dd {
		font-size: 16px;
		font-weight: bold;
		text-align:left;
	}
	.widget-dashbord .area-summary dl dt {
		margin-top: 10px;
		margin-right: 10px;
		width: 80px;
	}
}

@media (max-width: 767px) {
	.widget-dashbord .area-summary dl dt, .widget-dashbord .area-summary dl dd {
		font-size: 11px;
	}
	.widget-dashbord .area-summary dl dt {
		width: 45px;
	}
}

/*---------------------------------
_マイアカウント
-----------------------------------*/
.widget-myaccount h1 {
	font-size: 20px;
	font-weight: 600;
}
.widget-myaccount h1 a {
	color: #000;
}
.widget-myaccount .row dl.dl {
}
.widget-myaccount .row dl.dl dt {
	width: 66px;
	overflow: visible;
}
.widget-myaccount .row dl.dl dd {
	padding-left: 70px;
}

.widget-myaccount .cover {
	height: 110px;
	background-size: cover;
	background-position: center center;
}



/* スマホのみ */
@media (max-width: 767px) {
	.widget-myaccount > .box-body > .row > div:first-child {
		margin-bottom: 15px;
	}
}
/* タブレット（縦）以上 */
@media (min-width: 768px) {
}
/* タブレット（横）以上 */
@media (min-width: 1024px) {
}
/* PC NOTE以上(bootstrap) */
@media (min-width: 992px) {
}
/* iPad Pro以上 */
@media (min-width: 1024px) {
}
/* PC MOBILE NOTE以上 */
@media (min-width: 1366px) {
	.widget-myaccount h1 {
		font-size: 25px;
	}
}
/* PC NOTE中画面以上 */
@media (min-width: 1600px) {

}
/* PC大画面以上 */
@media (min-width: 1601px) {
	.widget-myaccount h1 {
		font-size: 30px;
	}
}

/* =========================================================
■ レスポンシブ
========================================================= */
/*---------------------------------
_タブレット以下
-----------------------------------*/
@media (max-width: 991px) {
}

/*---------------------------------
_スマホ以下
-----------------------------------*/
@media (max-width: 767px) {
}



/* =========================================================
■ アフィリタグ追加モーダル
========================================================= */





/* =========================================================
■ スタイル追加(大西)
========================================================= */
.bg-white { background-color: #fff; }
.list-item {
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.list-item .thumb {
	display: block;
	min-width: 100px;
	min-height: 100px;
	background-size: cover;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.loading {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .7);
	z-index: 10000;
}
.loading img {
	width: 25px;
	height: 25px;
	top: 50%;
	bottom: 50%;
	left: 50%;
	right: 50%;
	margin: 0 auto;
	position: absolute;
}

.bg-pink {
	background-color: #FAD8E5;
}

.m-auto {
	margin-left: auto;
	margin-right: auto;
}

.wrap-l-dropdown {
	display: inline-block;
	padding: 6px 10px;
}
.l-dropdown {
	display: inline-block;
	position: relative;
}

.l-dropdown .btn {
	background-color: #fff;
}

.l-dropdown i {
	font-size: 18px;
}

.l-dropdown a {
	color: #666;
}

.l-dropdown-menu {
	position: absolute;
	top: 38px;
	width: 130px;
	padding: 0;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 3px;
	list-style-type: none;
	z-index: 10;
}

.l-dropdown-menu li {
	margin: 0;
	padding: 0;
}
.l-dropdown-menu li a {
	display: block;
	padding: 9px 15px 8px;
	color: #666;
	font-size: 12px;
}
.l-dropdown-menu li a:hover {
	background-color: #f39c12;
	color: #fff;
}
.l-dropdown-menu li a i {
	margin-right: 6px;
	font-size: 18px;
}

.l-dropdown-menu-disp {
	width: 53px;
}

.menu-bars .fa-bars {
	font-size: 20px;
}

.i_gt {
	width: 10px;
	position: absolute;
	top: 65px;
	right: 25px;
}

@media(max-width:767px) {
	#myConfirmApproval .panel .info-box-text, #myConfirmNotApproval .panel .info-box-text{
		font-size: 12px;
	}
}


/*---------------------------------
1560pxでドロワーメニューに切り替え
-----------------------------------*/
@media(max-width:1560px) {
	.gnavi {
		display: none !important;
	}
}
@media(min-width:1561px) {
	.menu-bars {
		display: none !important;
	}
}
/* ドロワーメニューと閉じるボタンの開き防止 */
@media(min-width:1200px) {
	.drawer--right.drawer-open .drawer-hamburger {
		position: fixed;
	}
}

/* =========================================================
■ ウィジェット
========================================================= */
/*---------------------------------
_ボックスリスト
-----------------------------------*/
.widget-boxlist {
}
.widget-boxlist .img-cover {
	background-size: cover;
	background-position: center top;
	min-height: 150px;
}

/* =========================================================
■ ボタン生成ページ（モーダル）
========================================================= */
/* .modal-open {
	overflow: visible!important;
	position: static!important;
} */
.generate_button label {
	padding-left: 0;
}
.generate_button .select_btn .radio {
	margin-bottom: 15px;
}
.generate_button .select_btn .iradio_square-green {
	float: left;
	margin-right: 15px;
	margin-top: 35px;
}
.generate_button .select_btn .text {
	margin: 32px 0 20px 10px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
}
.generate_button .bg_btn1 {
	width: 400px;
	height: 90px;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 20px 0 60px;
	overflow: hidden;
}
.generate_button .bg_btn1 span {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.generate_button .bg_btn2 {
	width: 160px;
	height: 160px;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 20px;
	overflow: hidden;
}
.generate_button .bg_btn2 span {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	position: relative;
	top: 4px;
}
.generate_button .preview_btn {
	display: table;
	margin: 0 auto;
}
.generate_button .preview_btn .bg_btn1:before {
	content: '';
	background-image: url(../../img/button/i_line.png);
	background-size: cover;
	position: absolute;
	left: 14px;
	top: 15px;
	width: 60px;
	height: 57px;
}

@media(max-width:500px) {
	.generate_button label {
		font-size: 13px;
	}
	.generate_button .radio {
		margin-bottom: 20px;
		padding-left: 5px;
	}
	.generate_button .select_btn .iradio_square-green {
		display: block;
		float: none;
		margin-top: 0;
		margin-bottom: 6px;
	}
	.generate_button .select_btn .text {
		margin: 0 0 15px;
	}
	.generate_button .bg_btn1 {
		width: 260px;
		height: 60px;
		padding: 0 12px 0 36px;
	}
	.generate_button .bg_btn1 span {
		font-size: 12px;
	}
	.generate_button .preview_btn .bg_btn1:before {
		left: 12px;
		top: 12px;
		width: 34px;
		height: 32px;
	}
	.generate_button .bg_btn2 {
		width: 120px;
		height: 120px;
		padding: 6px 12px;
	}
	.generate_button .bg_btn2 span {
		font-size: 14px;
	}
}

#wrap_btn_custom, #wrap_btn_tag {
	display: none;
}

#btn_tag {
	height: 100px;
	background-color: #eee;
	overflow: auto;
}

/* =========================================================
■ ツールチップ
========================================================= */
.tooltip-inner{
	max-width: 100%;
	background-color: #fff;
	color: #222;
	box-shadow: 1px 1px 5px #a9a9a9;
	padding: 8px 8px 3px;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #fff;
}
.tooltip.in {
	opacity: 1;
}
