@charset "utf-8";
/* CSS Document */


/* ----- 共通 ----- */

/* padding */
.pl1e {padding-left:1em !important;}
.pl2e {padding-left:2em !important;}

/* margin */
.ml1e {margin-left:1em !important;}
.mb10 {margin-bottom:10px !important;}
.mb20 {margin-bottom:20px !important;}

/* align */
.al-left{text-align:left !important;}
.al-center{text-align:center !important;}
.al-right{text-align:right !important;}
.va-top{vertical-align:top !important;}
.va-middle{vertical-align:middle !important;}
.va-bottom{vertical-align:bottom !important;}

/* decoration */
.td-underline{text-decoration: underline !important;}

.flex{
    display:flex;
    display:-moz-flex;
    display:-webkit-flex;
}


/* ----- メインコンテンツ ----- */

body{
    font-size: 87.5%;
}

div#contents-wrapper h3 {
	background-size:auto;
}

div#contents-wrapper h3 p.i-sakado {
	background: url(/learned/factory/images/common/naruhodo_icon.png) 0 0 no-repeat;
	padding:15px 0 15px 46px;
}

div.cal-rsv-contact{
	border:1px solid #f00;
	margin:10px auto 20px;
	padding:10px;
	background:#ffffdf;
	text-align:center;
	width:95%;
}

div.cal-rsv-contact h2 {
    font-size: 170%;
    margin: 0;
}

div.cal-rsv-contact address {
    font-style: normal;
    font-size: 120%;
    margin-top: 1em;
    position: relative;
    line-height: 1.2;
}

div.cal-rsv-contact address a {
    font-weight: bold;
    font-size: 200%;
    text-decoration: underline;
    color: #333;
    cursor: default;
}

div.cal-rsv-contact .per_btn{
	margin: 15px auto 0;
	width:200px;
	height:32px;
}

div.cal-rsv-contact p{
	margin:13px 0 0;
}

div.fc-content span.calendar {
	color:#FFF;
}

div.fc-content h4 {
    background: #f93838;
    color: #FFFFFF;
}

div.fc-content .txt{
    border:solid #FF8600 2px;
    width:95%;
    margin:20px auto;
    padding:20px 10px 10px;
}

div.fc-content .txt ul{
    padding:1em 0;
    font-weight:bold;
    padding-left:1em;
    text-indent:-1em;
}

.textBox{
	width:95%;
	margin:0 auto 20px;
	font-size:130%;
	line-height:1.6;
}

.textBox .tBold{
	font-weight:bold;
}

.textBox .tRed{
	color:#ff0000;
}

.textBox h6{
    font-size:110%;
    padding-top:0;
}

.textBox h6 + p{
    margin-left: 1em;
}

.textBox .notice{
    padding-left: 1em;
    text-indent: -1em;
}

.textBox section{
    padding: 0 0 0 1em;
}

.textBox section + section{
    padding: 1em 0 0 1em;
}

.textBox section h2{
	color:#009;
	line-height:1.2;
	font-size:100%;
    margin-left:1em;
}

.textBox section p{
    margin-left:1em;
}

#closebt {
    margin: 30px 350px 30px 350px;
}

[id="contents-wrapper"] a {
    color: #36c;
    overflow: hidden;
    outline: none;
}

ul#pagetop {
    display: block;
    width: 920px;
    margin: 40px auto 0;
    text-align: right;
    height: 10px;
}

ul#pagetop li {
    width: 109px;
    height: 10px;
    float: right;
    background: url(/common/images/lnk_pagetop_on.gif) top no-repeat;
}

ul#pagetop li a {
    text-indent: -9999%;
    text-align: left;
    display: block;
    width: 109px;
    height: 10px;
    font-size: 10px;
    background: url(/common/images/lnk_pagetop_off.gif) top no-repeat;
}

/* ----- 予約画面埋め込み対応用 ----- */

#reserveArea{
    margin-top: -80px;
    padding-top: 80px;
}

#reserveBtn {
    display: block !important;
    padding: 16px 32px;
    width: auto;
    margin: 30px 15px 20px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: relative;
    border-radius: 4px;
    color: #fff;
    line-height: 20px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0px 1px 0px #0055aa;
    border-bottom: 4px solid #002b55;
    background-color: #0055aa;
    background-image: -webkit-linear-gradient(top, #80bfff, #0055aa);
    background-image: linear-gradient(to bottom, #80bfff, #0055aa);
    box-shadow: inset 1px 1px 0 #80bfff;
}
#reserveBtn,
#reserveBtn:hover {
    border-bottom: 4px solid #002b55;
    background-color: #0055aa;
    background-image: -webkit-linear-gradient(top, #80bfff, #0055aa);
    background-image: linear-gradient(to bottom, #80bfff, #0055aa);
    box-shadow: inset 1px 1px 0 #80bfff;
}
#reserveBtn::before,
#reserveBtn::after {
    bottom: -1px;
    left: -1px;
    width: 200px;
    height: 50px;
    border: 1px solid #4e95dc;
    border-bottom: 1px solid #15406a;
    border-radius: 4px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: none;
    transition: none;
}
#reserveBtn::before {
    height: 48px;
    bottom: -4px;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 1px 0px #bfbfbf;
}
#reserveBtn:hover {
    background: #0055aa;
    background-image: -webkit-linear-gradient(top, #0055aa, #80bfff);
    background-image: linear-gradient(to bottom, #0055aa, #80bfff);
    color: #15406a;
    text-shadow: 0px 1px 0px #80bfff;
}
#reserveBtn:active {
    bottom: -4px;
    margin-bottom: 4px;
    border: none;
    box-shadow: 1px 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .3);
}
#reserveBtn:active::before,
#reserveBtn:active::after {
    border: none;
    box-shadow: none;
}


/* 202410 */

.newsBnr ul.only-pc {
	bottom: 23%;
    right: 2%;
}