@charset "utf-8";
/* -------------------------------
FONT
------------------------------- */
html { font-size: 62.5%; }
body {
	font-family:  "メイリオ", Meiryo , "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	line-height: 1.3;
}
.sp {
	display: none;
}
pre {
	font-family:  "メイリオ", Meiryo , "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
/* -------------------------------
LAYOUT
------------------------------- */
* {
	word-break: break-all;
	word-wrap: break-word;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html,
body { height: 100%;}
html { -webkit-text-size-adjust: 1; }
body { color: #333; }
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
img {
	vertical-align: middle;
	width: 100%;
}
#wrap {
	height: auto !important;
	max-width: 1200px;
	margin: auto;
	min-width: 780px;
}

li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #000;
}
.linkArea {
    cursor: pointer;
    transition: all 0.1s ease;
}

.tit02 h2{
	font-size: 24px;
	font-weight: bold;
	border-bottom: solid 1px #b2b2b2;
	margin-bottom: 40px;
}
.tit02.redarrow h2:before {
	display: inline-block;
	content: "▶";
	color: #c9161d;
	margin-right: 5px;
}

.tit03 h3 {
	font-size: 20px;
		border-bottom: dotted 1px #b2b2b2;
	margin-bottom: 20px;
}
.tit04 h4 {
	font-size: 14px;
	background-color: #c9161d;
	width: 134px;
	color: #fff;
	text-align: center;
	line-height: 25px;
	height: 25px;
	font-weight: bold;
	margin-bottom: 16px;
}
.tit05 h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
}
.tit05 h4:before {
	display: inline-block;
	content: "■";
	color: #c9161d;
	vertical-align: middle;
}
.btn {
	display: block;
}
.btn01 {
	font-size: 18px;
	color: #fff;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: left;
	padding-left: 7.5%;
	background: url("../img/pc/top/arrow03.png") no-repeat 98% center #c9161d;
}
.btn02 {
	font-size: 14px;
	background: #e5e5e5;
	min-width: 125px;
	padding: 0 20px;
	height: 40px;
	font-weight:bold;
	line-height: 40px;
	text-align: center;
	color: #000;
}
.btn02.warning {
	background: #c9161d;
	color: #FFF;
}
.btn03 {
	font-size: 12px;
	background: #e5e5e5;
	width: 100%;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #000;
}

.btn04 {
	font-size: 18px;
	background: #c9161d;
	min-width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
}
input[type="submit"],
input[type="button"] {
	cursor: pointer;
	border:none;
	-webkit-appearance: none;
	border-radius: 0;
}
/*
	system message or complete message
*/
#systemerror {
	width: 85%;
	margin: auto;
}
#systemerror .block02 {
	padding: 38px;
	border: 2px solid #C9161D;
}
#systemerror .message_info {
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
}
#systemerror .btn02 {
	width: 144px;
	margin: 0 auto;
}
/*
	bread crumb
*/
#blead  {
	padding: 16px 0;
}
#blead ul li {
	float: left;
}
#blead ul li {
	font-size: 12px;
	color: #666666;
}
#blead ul li:after {
	content: ">";
	display:inline-block;
	padding: 0 5px;
}
#blead ul li a{
	color:#c9161d;
	display: inline;/* tmp.cssに勝つ! */
}
#blead ul li a:hover {
	color: #333;
	text-decoration: underline;
}
#blead ul li:last-child:after {
	content: "";
	padding: 0;
}
/* 規約エリア */
.kiyaku_text {
	padding: 30px;
	overflow-y: scroll;
	height: 300px;
	border: 1px solid #CCC;
	background-color: #F5F5F5;
}
.kiyaku_text pre {
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
}
.kiyaku_text h3 {
	background-color: transparent!important;
	color: #000!important;
	text-align: center!important;
	display: block!important;
}

.kiyaku_text h4 {
	padding: .5em 0;
	margin: 1.3em 0 .5em;
	border-bottom:1px dotted #000
}
.kiyaku_text ol {
	margin-left: 1em;
}
.kiyaku_text ol li {
	list-style-type: decimal;
	margin-left: 15px;
}
.kiyaku_text h4:before {content: "■ ";}

/*-----------------------------
余白
-----------------------------*/
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }


.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml35 { margin-left: 35px; }
.ml40 { margin-left: 40px; }
.ml45 { margin-left: 45px; }
.ml50 { margin-left: 50px; }

.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr25 { margin-right: 25px; }
.mr30 { margin-right: 30px; }
.mr35 { margin-right: 35px; }
.mr40 { margin-right: 40px; }
.mr45 { margin-right: 45px; }
.mr50 { margin-right: 50px; }
.mr60 { margin-right: 60px; }
.mr70 { margin-right: 70px; }

.alignCt {
	text-align: center!important;
}
.alignLt {
	text-align: left!important;
}
.alignRt {
	text-align: right!important;
}
.fs11{ font-size:1.1em}
.fs12{ font-size:1.2em}
.fs13{ font-size:1.3em}
.fs14{ font-size:1.4em}
/*--------------------------------------------
color
---------------------------------------------*/
.red,
.attention { color: #C9161D;}
.attention.error { font-size: 16px;}
.blue { }

/*--------------------------------------------
fontawesome
---------------------------------------------*/
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-search-plus:before {
	content: "\f00e";
}
.fa-minus:before {
	content: "\f068";
}

/* -------------------------------
HEADER
------------------------------- */
header  {
	background: url("../img/pc/top/bg_headerLine.jpg") repeat-x bottom;
	padding-bottom: 10px;
}
header .inn h1#logo {
	width: 21.16%;
	float: left;
}
header .inn .gnav  {
	float: right;;
	width: 63.5%;
	margin-bottom: 1.25%;
	margin-top: 1.25%;
	margin-right: 1.25%;;
}
header .inn .gnav ul {

}
header .inn .gnav ul li a {
	display: block;
	font-size: 1.1rem;
	font-weight: bold;
}
header .inn .gnav ul li a:hover {
	text-decoration: underline;
}
header .inn .gnav ul li {
	float: left;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin-left: 0.5%;
}
header .inn .gnav ul li.menu03 {
	margin-left: .8%;
}
header .inn .gnav ul li.menu00 {
	width:34.8%;
	background-color: #c9161d;
}
header .inn .gnav ul li.menu00 span {
	max-width: 55%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}
header .inn .gnav ul li.menu00 a:hover span {
	text-decoration: underline;
}
header .inn .gnav ul li.menu01 ,
header .inn .gnav ul li.menu02 {
	width: 17.0%;
	background-color: #c9161d;
}
header .inn .gnav ul li.menu00 a,
header .inn .gnav ul li.menu01 a,
header .inn .gnav ul li.menu02 a {
	color: #fff;
}
header .inn .gnav ul li.menu03,
header .inn .gnav ul li.menu04,
header .inn .gnav ul li.menu05 {
	width: 15.1%;
	background: #fff;
	border: solid 1px #c9161d;
}
header .inn .gnav ul li.menu03 a,
header .inn .gnav ul li.menu04 a,
header .inn .gnav ul li.menu05 a {
	color: #c9161d;
	font-size: 1rem;
}
header .subMenu {
	text-align: right;
	margin-bottom: 5px;

}
.subMenu a {
	font-size: 14px;
}
.subMenu2 a {
	font-size: 14px;
	background: url("../img/pc/top/arrow01.png") left center no-repeat;
	background-size: 16px 14px;
	line-height: 1.8;
	padding: 3px 0 3px 20px;
}
.subMenu2 a:hover,
.subMenu a:hover {
	text-decoration: underline;
}
.subMenu a:before {
	display: inline-block;
	content: "▶";
	color: #c9161d;
	margin-right: 5px;
}
/*footer*/
footer {
	width: 100%;
	background-color: #ebebeb;
	padding: 25px 0;
}
footer #footerTop {
	margin-bottom: 40px;
}
footer #footerTop  ul {
	max-width: 912px;
	margin: 0 auto;
	text-align: center;
	width:95%;
}
footer ul li {
	display: inline-block;
	margin-left: 8px;
	line-height: 1.7;

}
footer #footerBtm {
	text-align: center;
	font-size: 10px;
	line-height: 1.7;
}
/*slider*/
ul.slick-dots li {
	width: 20px !important;
	border: none !important;
	margin-left: 0 !important;
}

.tbl {
	width: 100%;
	border-bottom: 1px solid #cecece;
	margin-bottom: 20px;
}
.tbl th {
	font-size: 14px;
	font-weight: bold;
	background :#cecece;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.tbl td {
	text-align: center;
	padding: 8px 4px;
}
.tbl01 {
	border-left: 1px solid #cecece;
	border-right:1px solid #cecece;
}
.tbl01 th {
	border-right: 1px solid #fff;
	padding: 0 4px;
}
.tbl01 td {
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}
.tbl02 {
	border-right: 1px solid #cecece;
	border-top: 1px solid #cecece;
	border-bottom:1px solid #cecece;
}
.tbl02 th {
	border-bottom: 1px solid #fff;
	text-align: left;
	padding-left: 10px;
	width: 30%;
}
.tbl02 td {
	text-align: left;
	padding-left: 10px;
	border-bottom: 1px solid #cecece;
}
.tbl01 th:last-child{
	border:none;
}
.tbl02 th:last-child{
	border-bottom:none;
}
.tbl02 .enq th {
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
form select,
form textarea,
form input[type="text"],
form input[type="email"],
form input[type="tel"]
{
	max-width: 100%;
	font-size: 16px;
}
form input[type="tel"] {
	width: 4em;
}
form table input[type="text"].col01,
form table select.col01,
form table input[type="password"].col01
form table textarea {
	width: 90%;
	font-size: 16px;
}
form table input[type="text"].col02,
form table select.col02,
form table input[type="password"].col02 {
	width: 240px;
	font-size: 16px;
}
form table input[type="text"].col03,
form table select.col03,
form table input[type="password"].col03 {
	width: 120px;
	font-size: 16px;
}
form table input,
form table select {
	margin: 5px 0;
}
form table .magazine label,
form table .sex label,
form table .enq label {
	display: inline-block;
	margin-right: 15px;

}
form table .sex label input,
form table .magazine label input,
form table .enq label input {
	margin-right: 5px;
}
form table a.zipcodeSearch {
	background-color: #fff;
	border: 1px solid #CECECe;
	padding: 6px 10px;
	font-size: 12px;
	border-radius: 3px;

}
form table a.zipcodeSearch:before {
	margin-right: 5px;
}
form table .zipCode .btn02 {
	margin: 10px 18px;
	border-radius: 5px;
	width: 366px;
}

.func {
	padding-top: 50px;
}
#undercolumn .block {
	margin-bottom: 10px;
}
#undercolumn .block02 {
	margin-bottom: 50px;
}
#undercolumn {
	font-size: 14px;
	line-height: 1.5;
}
#undercolumn a:hover {
	opacity: 0.8;
}

.socialBtn {
    margin: 10px;
    text-align: right;
}
.socialBtn p {
    display: inline;
    font-size: 16px;
    vertical-align: middle;
}
.socialBtn ul {
    display: inline-block;
    margin-left: 10px;
}
.socialBtn ul li {
    display: inline-block;
}
.socialBtn a img {
    width: auto;
}



@media screen and (max-width: 767px){
.sp {
	display: block;
}
.spnone {
	display: none;
}
#undercolumn {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}
#undercolumn a:hover {
	opacity: 1;
}

.kiyaku_text {
	padding: 1em;
}

#entryKiyaku .entryKiyaku-box .Kiyaku_btn ul li {
	float: none !Important;
	width: 200px;
}
#entryKiyaku .entryKiyaku-box .Kiyaku_btn a.btn {
	width: 100%;
}
.btn.kiyaku01 {
	margin-bottom: 15px
}
/* -------------------------------
LAYOUT
------------------------------- */
#wrap {
	height: auto !important;
	width: 100%;
	min-width: 300px;
}
.tit02 h2{
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: solid 1px #b2b2b2;
	margin-bottom: 12px;
}
.tit03 h3 {
	font-size: 18px;
	font-size: 1.8rem;
	border-bottom: dotted 1px #b2b2b2;
}
.tit04 h4 {
	font-size: 1.2rem;
	background-color: #c9161d;
	width: 95px;
	color: #fff;
	text-align: center;
	line-height: 25px;
	height: 25px;
	font-weight: bold;
	margin-bottom: 12px;
}
.tit05 h4 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom: 1px solid #cecece;
}
.btn {
	display: block;
}
.btn01 {
	font-size: 1.5rem;;
	color: #fff;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: left;
	padding-left: 7.5%;
	background: url("../img/pc/top/arrow03.png") no-repeat 98% center #c9161d;
}
.btn02 {
	font-size: 1.2rem;
	background: #e5e5e5;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #000;
}
/*
	system message or complete message
*/
#systemerror .block02 {
	padding-left: 10px;
	padding-right: 10px;
}
/* -------------------------------
HEADER
------------------------------- */
header  {
}
header .inn h1#logo {
	width: 37.5%;
	padding: 3px 0 0;
}
header .inn .gnav  {;
	float: right;
	width: 62.5%;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
}
header .inn .gnav ul {
	font-size: 0;
}
header .inn .gnav ul li a {
	display: block;
}
header .inn .gnav ul li a:hover {
	text-decoration: none;
}
header .inn .gnav ul li {
	display: inline-block;
	float: none;
	height: 100%;
	line-height: 33px;
	width: 22.5% !important;
	margin-right: 2%;
	padding: 10px 0;
	margin-left: 0;;
}
header .inn .gnav ul li.menu03 {
	margin-right: 2.0%;
	margin-left: 0;
}
header .inn .gnav ul li.menu01 ,
header .inn .gnav ul li.menu02 {

	background-color: transparent;;;
}
header .inn .gnav ul li.menu01 a,
header .inn .gnav ul li.menu02 a {
	color: #fff;
}
header .inn .gnav ul li.menu03,
header .inn .gnav ul li.menu04,
header .inn .gnav ul li.menu05 {
	background: #fff;
	border: none;
}
header .inn .gnav ul li.menu03 a,
header .inn .gnav ul li.menu04 a,
header .inn .gnav ul li.menu05 a {
	color: #c9161d;
}
header .subMenu {
	text-align: right;
	margin-bottom: 5px;

}
.subMenu a {
	font-size: 1.2rem;
}
.subMenu a:hover {
	text-decoration: underline;
}

#content .category {
	border-bottom: dotted 1px #cecece;
}
#content .category:last-child {
	border: none;
}

/*footer*/
#pageTop {
	width: 93.75%;
	position: relative;
	height: 50px;
	margin-bottom: 10px;
}
#pageTop a{
	width: 50px;
	position: absolute;
	right: 0;
}
/*footer*/
footer {
	width: 100%;
	background-color: #ebebeb;
	padding: 0 0 30px 0;
	border-top: solid 1px  #CECECD;;
}
footer #footerTop {
	margin-bottom: 40px;
}
footer #footerTop  ul {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
footer ul li {
	display: block;
	margin-left: 0;
	text-align: left;
	border-bottom: solid 1px #cecece;
	line-height: 1.7;
	background: url("../img/sp/top/arrow02.png") no-repeat 98%;
	background-size: 12px;

}
footer .subMenu a {
	padding: 12px 0 12px 10px;
	display: block;
}
footer .subMenu a:before {
	display: none;
}

footer #footerBtm {;
	font-size: 1.0rem;
	line-height: 1.7;
	width: 95%;
	margin: auto;;
	margin-bottom: 20px;
}
.tbl {
	width: 100%;
	border-bottom: 1px solid #cecece;
	margin-bottom: 20px;
	    table-layout: fixed;
}
.tbl th {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	background :#cecece;
	text-align: center;
	height: 100%;
	padding: 5px 10px;
	line-height: 1.5;
}
.tbl td {
	text-align: center;
	padding: 8px 4px;
}
.tbl01 {
	border-left: 1px solid #cecece;
	border-right:1px solid #cecece;
}
.tbl01 th {
	border-right: 1px solid #fff;
}
.tbl01 td {
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}
.tbl02 {
	border-right: 1px solid #cecece;
	border-top: 1px solid #cecece;
	border-bottom:1px solid #cecece;
}
.tbl02 th {
	border-bottom: 1px solid #fff;
	text-align: left;
	padding-left: 10px;
	width: 30%;
}
.tbl02 td {
	text-align: left;
	padding: 5px 10px;
	border-bottom: 1px solid #cecece;
}
.tbl01 th:last-child{
	border:none;
}
.tbl02 th:last-child{
	border-bottom:none;
}
form table input[type="text"].col01,
form table select.col01,
form table input[type="password"].col01,
form table textarea {
	width: 96%;
}
form table input[type="text"].col02,
form table select.col02,
form table input[type="password"].col02 {
	width: 96%;
}
form table input[type="text"].col03,
form table select.col03,
form table input[type="password"].col03 {
	width: 27%;
}
form table input,
form table select {
	margin: 5px 0;
}
form table .magazine label,
form table .sex label {
	display: inline-block;
	margin-right: 15px;

}
form table .magazine label input {
	margin-right: 5px;
}
form table a.zipcodeSearch {
	background-color: #fff;
	border: 1px solid #CECECe;
	padding: 6px 10px;
	font-size: 12px;
	border-radius: 3px;

}
form table a.zipcodeSearch:before {
	margin-right: 5px;
}
form table .zipCode .btn02 {
	margin: 10px 18px;
	border-radius: 5px;
	width: 80%;
}
.func {
	padding-top: 25px;
}
#undercolumn .block {
	margin-bottom: 6px;
}
#undercolumn .block02 {
	margin-bottom: 30px;
}
}


@media print, screen and (min-width: 780px)  {
#wrapper {
	position: relative;
	padding-bottom: 192px;
	min-height: 100%;
}
footer {
	height: 192px;
	position: absolute;
	bottom: 0;
}
}
