@charset "UTF-8";
/* SHOP GUIDE
 ----------------------------------------------- */
#shopGuide_wrap {
	width: 1000px;
	margin: 0 auto;
}
.guide h1.head-title {
	font-weight: bold !important;
	margin: 40px 0;
}
.guide .guide_header {
	padding-bottom: 20px;
	border-bottom: 1px solid#ccc;
	margin-bottom: 20px;
}
.guide h2.ttlShop{
	font-size: 16px;
	margin: 20px 0;
}
.guide .chart table {
	border-bottom: 1px dotted #ccc;
}
.guide .chart table th {
	background-color: #efefef;
	border-top: 1px dotted #ccc;
	font-weight: bold;
	padding: 15px 20px;
	width: 100px;
	text-align: center;
}
.guide .chart table td {
	border-top: 1px dotted #ccc;
	padding: 15px 20px;
	width: 810px;
}
/* SHOP GUIDE はじめての方へ
 ----------------------------------------------- */
.guide #top_img {
	margin: 10px 0 30px;
}
.guide #point {
	text-align: center;
	padding: 55px 0 15px;
	margin-bottom: 30px;
}
.guide #point h3{
	font-size: 28px;
	color: #009be5;
	border-bottom: 2px solid #009be5;
	margin: 0 30px 30px;
	padding-bottom: 10px;
}
.guide .journal-cont h3 {
	text-align: center;
}
.guide #difference {
	text-align: center;
	border-top: solid 5px #F8A402;
	background: #FEF6E5;
	margin-bottom: 30px;
	padding-bottom: 50px;
}
.guide #inquiry {
	background: url("../image/guide/guide_info.jpg")  #f9fafc no-repeat right top;
	height: 260px;
	padding: 20px;
}
.guide #attention {
	border: solid 1px #BBBBBB;
	text-align: center;
	padding: 30px 0;
	margin-bottom: 30px;
}
.guide div#difference h3,
.guide div#inquiry h3{
	margin: 40px 0 30px;
	font-size: 24px;
}
.guide div#difference .float {
	overflow: hidden;
	margin: 30px auto;
    width: 600px;
}
.guide div#inquiry table {
	width: 650px;
	margin-bottom: 25px;
}
.guide #inquiry table th {
	width: 145px;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	color: rgb(101, 173, 230);
}
.guide div#inquiry p {
	margin-left: 30px;
}
.guide div#inquiry h3 {
	margin: 10px 0 20px;
}
.guide div#attention h3 {
	margin-bottom: 10px;
	font-size: 18px;
}
.guide div#Journal h2 {
	display: none;
}
.guide div#Journal h1 {
	display: none;
}
.guide div#point h3 {
	margin-bottom: 10px;
}
.guide #point .point {
	margin: 20px 0 50px;
}
.guide #point .point img {
	margin-bottom: 0px;
}
.guide .point p {
	font-size: 16px;
	line-height: 1.5;
	color: #555;
	margin: 5px 0 10px;
}
.guide div#attention p {
	font-size: 13px;
	line-height: 1.6;
}
.guide table span#link {
	text-decoration: underline;
}
.guide table span#link:hover {
	color: #888;
}
.guide .left {
	float: left;
}
.guide .right {
	float: right;
}
/* よくあるご質問
 ----------------------------------------------- */
.guide #qa h2 {
	font-weight: bold;
	margin: 20px 0 10px 0;
	background: url(../image/guide/qa_h2.jpg) no-repeat left center !important;
	padding: 0 0 0 35px !important;
	line-height: 30px !important;
	color: #009be5;
	border: none !important;
	height: 30px !important;
	font-size: 18px;
}
.guide #qa div {
	border-bottom: #ccc dashed 1px;
	margin: 0 0 20px 0;
	padding-bottom: 20px;
}

/*ポリシー*/
#shopGuide_wrap h3{
	font-size: 16px;
}

/* SHOP GUIDE はじめての方へ 20180821 追記
 ----------------------------------------------- */
#beginner_wrap {
	margin: 0 auto;
	text-align: center;
}

#beginner_wrap article {
	margin-top: 70px;
}

#point section {
	width: 1000px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
}

#point .bg_gray {
	background: #F6F9FC;
	padding-bottom: 0;
}

#point p + .btn {
	margin-top: 30px;
}

#point .itemBox {
	margin-top: 30px;
}

#point .itemBox {
	background-color: #ffffff;
	padding: 30px;
	border-radius: 5px;
	box-sizing: border-box;

}

#point .itemBox h3 {
	font-size: 16px;
	font-weight: bold;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	padding-bottom: 1rem;
	z-index: 0;

}


#point .itemBox h3 + p {
	margin-top: 30px;
}

#point .itemBox p + figure {
	margin-top: 30px;
}

#point p {
	font-size: 16px;
	line-height: 1.5;
}


/* SHOP GUIDE はじめての方へ 20191127 追記
 ----------------------------------------------- */
#point .contact {
    text-align: left;
    margin-left: 27%;
}

#point .tel {
    margin-top: 30px;
}

#point .tel strong {
    background: url(../image/guide/icon-tel_black.png) left center/ 20px auto no-repeat;
    font-size: 20px;
    font-weight: bold;
    padding: 0 20px 0 25px;
    display: -moz-inline-box;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    margin-left: 20px;
}

#point .mail strong {
    background: url(../image/guide/icon-mail_black.png) left center/ 20px auto no-repeat;
    font-size: 20px;
    font-weight: bold;
    padding: 0 20px 0 25px;
    display: -moz-inline-box;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    margin-left: 20px;
}

.itemBox figure {
    margin: 0;
}