@charset "UTF-8";

.red {
    color: #f00;
}

.blue {
    color: #36c;
}

#mem #container {
	display: block;
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
}


#mem #main__contents {
	width: 100%;
/*	padding-top: 10px;*/
}


#mem #login__area .info {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	background-color: #ffc;
	margin-bottom: 20px;
	padding: 1em;
}


#mem #login__table {
	width: 40%;
	margin: 0 auto 30px auto;
}
#mem #login__table > table {
	width: 100%;
}
#mem #login__table > table th,
#mem #login__table > table td {
	font-size: 1.4em;
	border: 1px solid #ccc;
	padding: 10px 20px;
}
#mem #login__table > table th {
	width: 40%;
	font-weight: bold;
	background-color: #f2f2f2;
}
#mem #login__table > .save_login {
	text-align: right;
	padding-top: 10px;
}
#mem #login__table > .save_login label {
	display: inline-flex;
	align-items: center;
	font-weight: bold;
	background-color: #f2f2f2;
	border-radius: .3em;
	padding: .5em;
	transition: all .2s;
}
#mem #login__table > .save_login label input {
	margin-right: .5em;
}
#mem #login__table > .save_login label:hover {
	color: #fff;
	background-color: #40bd39;
}

#mem #login__table .btn_login {
	text-align: center;
}
#mem #login__table .btn_login button {
	display: inline-block;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	outline: none;
	cursor: pointer;
	line-height: 1;
	background-color: #00b797;
	border: none;
	border-radius: .3em;
	margin: 0;
	padding: .6em 2em;
	transition: all .2s;
}
#mem #login__table .btn_login button:hover {
	background-color: #07d075;
}


#mem #closing__area {
	width: 40%;
	margin: 0 auto;
}
#mem #closing__area > table {
	width: 100%;
}
#mem #closing__area > table th,
#mem #closing__area > table td {
	font-size: 1.2em;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
	padding: 10px;
}
#mem #closing__area > table th {
	font-weight: bold;
	color: #fff;
	background-color: #207cb4;
}
#mem #closing__area > table th.day {
	width: 30%;
}
#mem #closing__area > table td.day {
	font-weight: bold;
	color: #ff1f1f;
}


#mem #login__info__area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f2f2f2;
	margin-bottom: 10px;
	padding: 10px 20px 10px 10px;
}
#mem #login__info__area .name_area {
	background-color: #fff;
	padding: .6em 1em;
	border-radius: .5em;
}
#mem #login__info__area .name_area .title_box {
	font-size: 1.2em;
	line-height: 1.2;
	margin-bottom: .5em;
}
#mem #login__info__area .name_area .name_box {
	display: flex;
	align-items: baseline;
	font-size: 1.4em;
	line-height: 1.2;
}
#mem #login__info__area .name_area .name_box span.name {
	font-size: 1.2em;
	font-weight: bold;
}
#mem #login__info__area .name_area .name_box span.sama {
	padding-left: .5em;
}

#mem #login__info__area .request_area {
	position: relative;
}
#mem #login__info__area .request_area a {
	display: flex;
	align-items: center;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	background-color: #ff5722;
	border-radius: 1em;
	padding: .5em .8em;
	animation: Flash 2.5s infinite;
}
@keyframes Flash {
	50%{
		background-color: #842000;
	}
}
#mem #login__info__area .request_area a > span.icon {
	font-size: 1.2em;
	padding-right: .3em;
	animation: Move 2.5s infinite;
}
@keyframes Move {
	0% {
		-webkit-transform: rotate(-12deg);
		-ms-transform: rotate(-12deg);
		transform: rotate(-12deg);
	}
	8% {
		-webkit-transform: rotate(12deg);
		-ms-transform: rotate(12deg);
		transform: rotate(12deg);
	}
	10% {
		-webkit-transform: rotate(24deg);
		-ms-transform: rotate(24deg);
		transform: rotate(24deg);
	}
	18% {
		-webkit-transform: rotate(-24deg);
		-ms-transform: rotate(-24deg);
		transform: rotate(-24deg);
	}
	20% {
		-webkit-transform: rotate(-24deg);
		-ms-transform: rotate(-24deg);
		transform: rotate(-24deg);
	}
	28% {
		-webkit-transform: rotate(24deg);
		-ms-transform: rotate(24deg);
		transform: rotate(24deg);
	}
	30% {
		-webkit-transform: rotate(24deg);
		-ms-transform: rotate(24deg);
		transform: rotate(24deg);
	}
	38% {
		-webkit-transform: rotate(-24deg);
		-ms-transform: rotate(-24deg);
		transform: rotate(-24deg);
	}
	40% {
		-webkit-transform: rotate(-24deg);
		-ms-transform: rotate(-24deg);
		transform: rotate(-24deg);
	}
	48% {
		-webkit-transform: rotate(24deg);
		-ms-transform: rotate(24deg);
		transform: rotate(24deg);
	}
	50% {
		-webkit-transform: rotate(24deg);
		-ms-transform: rotate(24deg);
		transform: rotate(24deg);
	}
	58% {
		-webkit-transform: rotate(-24deg);
		-ms-transform: rotate(-24deg);
		transform: rotate(-24deg);
	}
	60% {
		-webkit-transform: rotate(-24deg);
		-ms-transform: rotate(-24deg);
		transform: rotate(-24deg);
	}
	68% {
		-webkit-transform: rotate(24deg);
		-ms-transform: rotate(24deg);
		transform: rotate(24deg);
	}
	75%, 100% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

#mem #login__info__area .logout_area {
	line-height: 1;
}
#mem #login__info__area .logout_area button {
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	outline: none;
	cursor: pointer;
	line-height: 1;
	background-color: #b70000;
	border: none;
	border-radius: .3em;
	margin: 0;
	padding: .6em .8em;
	transition: all .2s;
}
#mem #login__info__area .logout_area button:hover {
	background-color: #ff1f1f;
}


#mem #mem__nav__area {
	border-bottom: 3px solid #039d9e;
	margin-bottom: 30px;
	padding-bottom: 5px;
}
#mem #mem__nav__area ul {
	display: flex;
	justify-content: space-between;
}
#mem #mem__nav__area ul > li {
	display: flex;
	position: relative;
}
#mem #mem__nav__area ul > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
	color: #03599e;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	background-color: #d3e2ef;
	border-radius: .2em;
	padding: .5em 1.7em;
}
#mem #mem__nav__area ul > li.current:after {
	content: "";
	display: block;
	width: 3px;
	height: 5px;
	background-color: #039d9e;
	position: absolute;
	bottom: -5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#mem #mem__nav__area ul > li.current > a,
#mem #mem__nav__area ul > li > a:hover {
	color: #fff;
	background-color: #039d9e;
}


#mem #mem__nav__area ul > li.ready a {
	background-color: #666;
	color:#eee;
	opacity:0.5;
}

#mem #main__contents .contents_box+.contents_box {
	margin-top: 30px;
}
#mem #main__contents .contents_main {
	font-size: 1.4em;
	line-height: 1.6;
	background-color: #f7f6f6;
	padding: 1em;
}
#mem #main__contents .contents_main > .copntents_inner+.copntents_inner {
	margin-top: 1em;
}
#mem #main__contents .contents_main > .copntents_inner > p+p {
	margin-top: .5em;
}

.home_topics {
	background-color: #fff;
	padding: 1em;
}
.home_topics li {
	text-indent: -.5em;
	padding-left: 1em;
	position: relative;
}
.home_topics li:before {
	content: "・";
	display: inline-block;
}
.home_topics li+li {
	margin-top: .5em;
}


.must {
	display: inline-block;
	font-size: .8em;
	color: #fff;
	line-height: 1;
	background-color: #ff1f1f;
	border-radius: .3em;
	padding: .3em;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"] {
	border: 1px solid #ccc;
	outline: none;
	padding: .5em;
}
input[type="checkbox"] {
	outline: none;
}

input.sht {
    width: 80px;
}

#mem .tbl_type01 {
	width: 100%;
}
#mem .tbl_type01 th,
#mem .tbl_type01 td {
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: .5em;
}
#mem .tbl_type01 th {
	font-weight: bold;
	color: #fff;
	background-color: #207cb4;
}
#mem .tbl_type01 td.cell1 {
	font-weight: bold;
	text-align: left;
}


.down_pdf {
	display: inline-flex;
	align-items: center;
	font-size: 1.2em;
	font-weight: bold;
}
.down_pdf > span.icon {
	color: #f00;
	padding-right: .3em;
}


/*hamada add start*/

#mem .tbl_type02 {
	width: 100%;
}
#mem .tbl_type02 th,
#mem .tbl_type02 td {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: .5em;
}

#mem .tbl_type02 th {
	width: 25%;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #03599e;
}

#mem .tbl_type02 th span {
	color: #f00;
	padding: 0 0 0 0.5em;
}

#mem .tbl_type02 th a {
	color: #fff;
	outline: none;
	transition: all 0.2s;
}

#mem table.address th,
#mem table.address td {
	color: #000!important;
	font-weight: normal!important;
	border:0!important;
	background:none!important;
}
#mem table.address th{
	width: 120px;
    text-align: start;
    padding: .5em .0em .5em .5em;
}
#mem table.address td{
	width: calc(100%-120px);
}
#mem .btnCol {
	width:250px;
	margin:0 auto 20px;
}
#mem .btn2Col {
	width:502px;
	margin:0 auto 20px;
}
#mem .btn2Col li.left {
	float:left;
}
#mem .btn2Col li.right {
	float:right;
}

#mem input[type=button],
#mem input[type=submit] {
	width:250px;
	font-size:15px;
	/*padding:0.3em;*/
}

#mem #contact__area {
	margin-top: 20px;
	margin: 20px auto 0;
    width: 500px;

}


#mem #contact__area > ul li {
	font-size: 1.5em;
	vertical-align: middle;
	padding: 10px;
}
#mem #contact__area > ul li span {
	padding: 10px;
	font-weight: bold;
	color: #fff;
	background-color: #207cb5;
}

/*hamada add end*/

input.name, input.kana, input.xsht, input.sht, input.mid, input.lng, input.xlng, input.xxlng, input.lng2, input.smid {
    width: 40px;
    padding: 5px;
    background: #F9F9F9;
    border: solid 1px #ccc;
}

#mem .txt {
	font-size:1.4em;
}

.subtitle01 {
    font-size: 2em;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    background: url(../images/icon01.png) no-repeat .5em 50% #03599e;
    background-size: 1.5em;
    border-radius: .3em;
    margin-bottom: 20px;
    padding: .5em 0 .5em 2.5em;
}
.header_emesg {
    padding: 20px;
    border: 1px solid #FF0000;
    color: #FF0000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
}
.subtitle02 {
    font-size: 1.8em;
    font-weight: bold;
    color: #03599e;
    line-height: 1.2;
    border-left: 2px solid #03599e;
    margin-bottom: 15px;
    padding: .5em 0 .5em .5em;
}
.entry {
    text-align: center;
    margin-top: 15px;
}
.entry input.btnNext, .entry input.btnBack {
    display: inline-block;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    background-color: #ccc;
    border: 0;
    border-radius: .5em;
    padding: 1em 3em;
    outline: none;
    cursor: pointer;
    transition: all .2s;
}

.entry input.btnNext {
    background-color: #f37021;
}
.errMsg {
    font-weight: bold;
    color: #f00;
    margin-bottom: 0.2em !important;
    font-size: 14px;
}
.err-fld {
    background: #FCAEAE !important;
}
input.lng {
    width: 400px;
}
input.name {
    width: 100px;
}
.mb05 {
    margin-bottom: 5px !important;
}
input.sht {
    width: 80px;
}
input.mid {
    width: 230px;
}
select, textarea {
    background: #F9F9F9;
    border: solid 1px #ccc;
    padding: 3px;
}

#my_con {
    display: block;
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

#my_con #login__info__area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f2f2f2;
    margin-bottom: 10px;
    padding: 10px 20px 10px 10px;
}

#my_con #mem__nav__area {
    border-bottom: 3px solid #039d9e;
    padding-bottom: 5px;
}

#my_con #mem__nav__area ul {
    display: flex;
    justify-content: space-between;
}

#my_con #mem__nav__area ul > li {
    display: flex;
    position: relative;
}

#my_con #mem__nav__area ul > li.current:after {
    content: "";
    display: block;
    width: 3px;
    height: 5px;
    background-color: #039d9e;
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#my_con #mem__nav__area ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    background-color: #d3e2ef;
    border-radius: .2em;
    padding: .5em 1.7em;
}

#my_con #login__info__area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f2f2f2;
    margin-bottom: 10px;
    padding: 10px 20px 10px 10px;
}

#my_con #login__info__area .name_area {
    background-color: #fff;
    padding: .6em 1em;
    border-radius: .5em;
}
ol, ul {
    list-style: none;
}
#my_con #login__info__area .name_area .title_box {
    font-size: 1.2em;
    line-height: 1.2;
    margin-bottom: .5em;
}
#my_con #login__info__area .name_area .name_box span.name {
    font-size: 1.2em;
    font-weight: bold;
}
#my_con #login__info__area .name_area .name_box span.sama {
    padding-left: .5em;
}
#my_con #login__info__area .name_area .name_box {
    display: flex;
    align-items: baseline;
    font-size: 1.4em;
    line-height: 1.2;
}
#my_con #login__info__area .logout_area button {
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    outline: none;
    cursor: pointer;
    line-height: 1;
    background-color: #b70000;
    border: none;
    border-radius: .3em;
    margin: 0;
    padding: .6em .8em;
    transition: all .2s;
}
#my_con #login__info__area .logout_area button:hover {
	background-color: #ff1f1f;
}
#my_con #mem__nav__area ul > li.current > a,
#my_con #mem__nav__area ul > li > a:hover {
	color: #fff;
	background-color: #039d9e;
}
#common__page__title {
    background: url(../images/pagetitle_area_bg.jpg) no-repeat 50% 80%;
    background-size: cover;
    padding: 40px 0;
}
#common__page__title h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1200px;
    font-size: 2.8em;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
}
#common__page__title h1 > span {
    display: inline-block;
    line-height: 1;
    text-align: center;
    background-color: rgba(255, 255, 255, .2);
    background-color: rgba(0, 55, 125, .3);
    border-radius: .2em;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    padding: 1em 2em;
}
#common__page__title > h1 > span span, subTtl {
    font-weight: normal;
    font-size: 0.7em;
}
input.kana {
    width: 150px;
}





#mem .section__ttl02 {
	font-size: 2.2em;
}

#mem .page__title__section {
	height: 180px;
}
#mem .page__title__section .page__title__main::before {
	display: none;
}

input.lng {
    width: 100%;
}

textarea {
    min-width: 100%;
    min-height: 80px;
}

select, textarea {
    background: #F9F9F9;
    border: solid 1px #ccc;
    padding: 3px;
}

.tblPricePtnA {
    width: 60%;
    margin: 1em 0;
}

.tblPricePtnA th.cell1, .tblPricePtnA td.cell1 {
    width: 40%;
    text-align: center;
}
.tblPricePtnA th {
    text-align: center;
    background: #03599e;
    color: #fff;
    font-weight: bold;
}
.tblPricePtnA th, .tblPricePtnA td, .tblPricePtnB th, .tblPricePtnB td, .tblPricePtnC th, .tblPricePtnC td {
    border: solid 1px #ccc;
    padding: 0.5em;
    background-color: #FFF;
}

.tblPricePtnB, .tblPricePtnC {
    width: 100%;
    margin: 1em 0;
}

.tblPricePtnB th, .tblPricePtnC th.ttl {
    width: 100%;
    text-align: center;
    background: #03599e;
    color: #fff;
    font-weight: bold;
}

.tblPricePtnB th.cell1{
    width: 15%;
    text-align: center;
}
.tblPricePtnB td.cell1 {
    width: 15%;
    text-align: start;
}

.tblPricePtnB th.cell3, .tblPricePtnB td.cell3 {
    width: 65%;
}

.tblPricePtnB th.cell2, .tblPricePtnB td.cell2 {
    width: 20%;
    text-align: center;
}

input.email {
    min-width: 90%;
}

input.email {
    width: 40px;
    padding: 5px;
    background: #F9F9F9;
    border: solid 1px #ccc;
}

#mem input[type=button], #mem input[type=submit] {
    width: 250px;
    font-size: 15px;
    padding: 0.5em;
}

.entry input.btnNext, .entry input.btnBack {
    display: inline-block;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    background-color: #ccc;
    border: 0;
    border-radius: .5em;
    padding: 1em 3em;
    outline: none;
    cursor: pointer;
    transition: all .2s;
}

.entry input.btnNext {
    background-color: #f37021;
}

.entry {
	display: flex;
	justify-content: center;
		width: 100%;
		margin: 20px auto 10px;
}
.entry .btnCol2 {
		display: flex;
		flex-direction: row-reverse;
}
.entry .btnCol2 .entry__btn {
		margin: 0 15px;
}

.mt20 {
    margin-top: 20px !important;
}
.mt10 {
    margin-top: 10px !important;
}

.mt05 {
    margin-top: .5em !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.taR {
    text-align: right !important;
}

a {
    color: #03599e;
    outline: none;
    transition: all 0.2s;
}

.atention {
    font-size: 1.4em;
    width: 100%;
    padding: 15px;
    background: #ffc;
    margin-bottom: 20px;
}

dl.mark {
    display: table;
}

dl.mark dt {
    width: 1.2em;
    white-space: nowrap;
}
dl.mark dt, dl.mark dd {
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
}

#btnCopy {
    display: inline-block;
    max-width: 400px;
    text-align: left;
    background-color: #ffa300;
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 24px;
    border-radius: 4px;
    border-bottom: 4px solid #d37800;
}

.copyBtnArea {
    margin-bottom: 20px;
}

#btnCopy:active {
    transform: translateY(4px);
    border-bottom: none;
}

.agreeBtnArea {
    width: 100%;
    text-align: center;
}

.agreeBtnArea input.submit {
    display: inline-block;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    background-color: #03599e;
    border: 0;
    border-radius: .5em;
    padding: 1em 3em;
    outline: none;
    cursor: pointer;
    transition: all .2s;
}

#mem #main__contents .contents_text {
    font-size: 1.4em;
    line-height: 1.6;
    background-color: #f7f6f6;
    padding: 1em;
}

input[type=checkbox], input[type=radio] {
    margin-right: 0.5em;
}

.tblElec {
    width: 700px;
}

.tblElec th {
    text-align: center;
    background: #d3e7fb;
}
.tblElec th, .tblElec td {
    border: solid 1px #ccc;
    padding: 5px;
}

.explain{
	font-size: 0.9em;
}

.tblRental, .tblLunch {
    width: 100%;
    margin-bottom: 20px;
}

.tblRental th {
    background: black;
}
.tblRental th, .tblRental td {
    border-top: solid 1px #878787;
    border-left: solid 1px #878787;
    border-right: solid 1px #878787;
    padding: 5px;
    width: 230px;
}

.tblRental td.img {
    vertical-align: middle;
    text-align: center;
    border-top: 0;
    border-bottom: dotted 1px #ccc !important;
    height: 200px;
    width: 25%;
}

.tblRental td.img2 {
    vertical-align: middle;
    text-align: center;
    border-top: 0;
    border-bottom: dotted 1px #ccc !important;
    width: 25%;
}

/*
.tblRental td {
    background: #ffe;
}
*/

.tblRental td.size {
    border-bottom: solid 1px #878787 !important;
}

.tblRental td.img img.img1 {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: 100%;
}

.tblRental td.img img.img2 {
    max-width: 90%;
    max-height: 90%;
    width: auto;
}

.tblRentalCalc, .tblLunchCalc {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1em;
}
.bottom_no{
	margin-bottom: 0px !important;
}
.tblRentalCalc th.no, .tblRentalCalc td.no {
    width: 40px;
    text-align: center;
}
.tblRentalCalc th, .tblLunchCalc th {
    background: #063294;
    color: #fff;
    text-align: center;
}
.tblRentalCalc th, .tblRentalCalc td, .tblLunchCalc th, .tblLunchCalc td {
    border: solid 1px #ccc;
    padding: 5px;
    text-align: center;
}
.tblRentalCalc td.totalTtl, .tblLunchCalc td.totalTtl {
    text-align: right;
    background: #ffe;
}

.tblRentalCalc td.totalSum, .tblLunchCalc td.totalSum {
    text-align: right;
    background: #ffe;
    font-weight: bold;
}
.tblRentalCalc th.total, .tblRentalCalc td.total, .tblRentalCalc td.totalSum {
    width: 80px;
}
.tblRentalCalc th.num, .tblRentalCalc td.num {
    width: 60px;
    text-align: center;
}
.tblRentalCalc td.price {
    text-align: right;
}
.tblRentalCalc th.price2, .tblRentalCalc td.price2 {
    width: 250px;
}
.tblRentalCalc th.price, .tblRentalCalc td.price {
    width: 70px;
}
.tblRentalCalc th.no, .tblRentalCalc td.no {
    width: 45px;
    text-align: center;
}
.tblRental td.price {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-top: 0;
}
.txt_center{
	text-align: center;
}
.atention p {
    font-size: 15px;
}
.imgArea {
    width: 100%;
}
.imgArea .left {
    float: left;
}
.imgArea .right {
    float: right;
}
.atention p {
    font-size: 15px;
}
.fwB {
    font-weight: bold !important;
}
input.lng2 {
    width: 400px;
}

#mem #del_photo_file{
    width: 115px;
    font-size: 14px;
    padding: 0px;
    font-family: auto;
}

#mem #del_logo_file{
    width: 115px;
    font-size: 14px;
    padding: 0px;
    font-family: auto;
}

.tblLunch th {
	border:solid 2px #ccc;
	padding:10px 5px;
}

.tblLunch th.num {
	background:#d3e7fb;
	border-top: solid 4px #ccc;
    border-right: solid 4px #ccc;
    border-left: solid 4px #ccc;
}
.tblLunch th.num .lunch_title {
	display: flex;
    align-items: center;
}
.tblLunch th.num .lunch_title span.num {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #03599e;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 1.3em;
    font-weight: bold;
}
.tblLunch th.num .lunch_title .lunch_name {
    font-weight: bold;
    font-size: 1.3em;
    margin: auto;
}
.tblLunch th span.price {
	font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    width: 100%;
    display: block;
}
.tblLunch th.caption {
	background:#fd9801;
	color:#fff;
	text-align:center;
	font-weight:bold;
}

.tblLunch td{
	border:solid 2px #ccc;
}
.tblLunch td.img {
	text-align:center;
	height: 300px;
	min-width: 390px;
    border-right: solid 4px #ccc;
    border-left: solid 4px #ccc;
    background-color: #fff;
}

.tblLunchCalc td.price,
.tblLunchCalc td.total {
	text-align:right;
}
.tblLunchCalc td.num {
	text-align:center;
}

.tblLunchCalc th.price,
.tblLunchCalc th.num,
.tblLunchCalc th.total,
.tblLunchCalc td.price,
.tblLunchCalc td.num,
.tblLunchCalc td.total {
	width:110px;
}

.tblLunchCalc th.date {
	padding:0.5em 0;
	background:#f75f2f;
	font-weight:bold;
}

.tblLunchCalc th.name span{
	display: inline-block;
    background: #f37125;
    color: #fff;
    padding: 0.3em 1em;
    border: solid 1px #fff;
}

.baseTxt {
    font-size: 1.4em;
}

.nocolor{
	background-color: #c2c2c2;
}
#mem button.btnmat {
    display: inline-block;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    background-color: #f37021;
    border: 0;
    border-radius: .5em;
    padding: 1em 3em;
    outline: none;
    cursor: pointer;
    transition: all .2s;
    width: auto;
}
#mem button.btnmat:hover {
	background-color: #ffa56e;
}
.noLink{
	background-color: #c2c2c2 !important;
}


.header .header__main .logo .logo__link.noLink {
	background-color:#fff!important;
}

.taC {
	text-align:center!important;
}

.mb5 { margin-bottom:5px!important; }
.mb10 { margin-bottom:10px!important; }
.mb20 { margin-bottom:20px!important; }
.mb40 { margin-bottom:40px!important; }

.tdbottom{
	border-bottom: solid 1px #878787 !important;
}

.textcenter{
	text-align: center;
}

.tblRental th p.textcenter{
	display: flex;
    justify-content: center;
    align-items: center;
	width: 80%;
	color: white;
    font-weight: bold;
    font-size: 15px;
}

.rental_title{
	display:flex;
	justify-content: space-between;
}

.rental_title2{
	display:flex;
}

.tblRental th span.num {
	width: 50px;
	height: 50px;
	display: flex;
    justify-content: center;
    align-items: center;
	background-color: white;
	font-weight: bold;
}

.font20{
	font-size: 20px;
}

.font15{
	font-size: 15px;
}

#mem input[type=submit].exhi_pdf{
	display: inline-block;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    background-color: #f37021;
    border: 0;
    border-radius: .5em;
    padding: 1em 3em;
    outline: none;
    cursor: pointer;
    transition: all .2s;
    width: 50%;
}
#mem input[type=submit].exhi_pdf:hover {
	background-color: #ffa56e;
}
.pdf_center{
	text-align: center;
}
.my_pdf{
	font-size: 1.5em;
	margin-top: 15px;
}
.tblLunch td.img img{
    max-width: 365px;
    max-height: 275px;
    width: auto;
}

.mb1em{
	margin-bottom: 1em;
}

.tblLunch th.lunch_price{
	background-color: #fff;
	border-bottom: solid 4px #ccc;
    border-right: solid 4px #ccc;
    border-left: solid 4px #ccc;
}

.tblLunch tr.lunch_space{
	display: block;
    border-bottom: .5em solid transparent;
}
.closetxt{
	font-size : 1.6em;
}
.tanmen{
	font-size: 2em;
}
dl.mark dt.middle {
    vertical-align: middle;
}

.mb40{
	margin-bottom: 40px;
}
table.address{
	width: 100%;
}
table.address tr{
	border-bottom: 1px solid #ccc;
}
table.address tr.end{
	border: none;
}
#mem table.address .start th {
	padding: 0em .0em .5em .5em;
}

.tblPricePtnC th{
	text-align:center;
}
.tblPricePtnC td{
	text-align:end;
}
.tblPricePtnC td.cell1{
	text-align:start;
}
label.po.fld {
  display: block;
  width: 100%;
  cursor: auto;
}
#mem .tbl_type02 td.ex_q {
  border-bottom: dashed 2.5px #ccc;
}
.tblLunchCalc td, .tblRental td,.tblRentalCalc td{
	background-color: #fff;
}
#mem .section__ttl02.close {
    font-size: 24px;
    text-align: center;
}
