@charset "utf-8";

/* 基本設定 スマホ用 */

html { font-size: 62.5%; }

body{
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',' Meiryo','メイリオ','sans-serif';
	margin: 0;
	padding: 0;
	letter-spacing:0.1em;
	line-height: 170%;
	font-size: 1.4rem;
	color: #595757;
}

.contents_waku {
	width:90%;
	margin:0 auto;
	padding:0;
}

.clearfix:after { /* floatの解除、ここがポイント */
    display:block;
    clear:both;
    visibility:hidden;
    content:".";
}

.clearfix {
    min-height: 1px; /* IE6、7対策 */
}

h2 {
	font-size:2.5rem;
}

h3 {
	font-size:1.9rem;
}

img {
	border:none;
	vertical-align:bottom;
}

p {
	margin: 0;
	padding: 0;
}

ul,li {
	margin:0;
	padding:0;
	list-style-type: none;
}

a {
	text-decoration: none;
}

a:link { color: #595757;}
a:visited { color: #595757;}
a:hover { color: #595757;}
a:active { color: #595757;}

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

/* 文字リンクの後ろに矢印を入れる */

.yajirushi a:after { /* リスト部分以外 */
	content:"＞";
	padding-left:7px;
	color:#888;
}

.yajirushi_2 li a:after { /* リスト部分 */
	content:"＞";
	padding-left:7px;
	color:#888;
}

.yajirushi_3 li p a:after { /* リスト部分のP要素 */
	content:"＞";
	padding-left:7px;
	color:#888;
}

/* スマホメニュー上固定分のスペース */


#s_menu_sp {
	height:90px;
}

.s_menu_sp__logo{
	width: 40%;
	display: flex;
	align-items: center;
	padding-left: 2%;
}

.s_menu_sp__icon{
	width: 35%;
	display: flex;
	align-items: center;
	justify-content: right;
	padding-left: 5%;
}

.s_menu_sp__icon__map img{
	width: 64px;
	height: 60px;
}

.s_menu_sp__icon__shop img{
	width: 92px;
	height: 60px;
}



/* スライダー以下を囲む枠 */

#wrapper {
	width: 100%;
	height:auto;
	margin: 0 auto;
	padding:30px 0 0 0;
	text-align:center;
}

/* 下層用-PCメニュー非表示 */

.sticky-wrapper{
	height: 0 !important;
}

.h-menu,.cb-header {
	display:none;
}

/* フッター */

#footer {
	margin-top:10%;
	width:100%;
	background-color:#f4f4f4;
}

.footer_box {
	width:90%;
	margin:0 auto;
	padding:0;
}

.info_follow_box {
	padding-top:5%;
}

/* INFORMATION */

.information h2 img {
	display:block;
}

.information_box {
	margin-top:10%;
}

.information_box p {
	line-height:1.5em;
}

.f-about {
	margin-bottom:5%;
}

.f-about img {
}

/* FOLLOW */

.follow h2 img {
	display:block;
}

.follow_box {
	margin-top:10%;
}

.follow_box p {
	margin-bottom:5%;
}

.follow_box p img {
	vertical-align:middle;
	margin-right:5%;
}

/* PAGE TOP */

.btn_top {
	text-align:right;
	margin:0 10px 0 auto;
	padding-bottom:5%;
	width:100px;
	height:20px;
}

/* フッター */
#footer {
	text-align:left;
}

/* フッターロゴ */

.rogo_menu_box {
	border-top:1px solid #231815;
	margin-top:5%;
	margin-bottom:0;
	padding-top:10%;
}

.footer_rogo {
	text-align:center;
	font-size:1.3rem;
	margin-bottom:0;
}

.footer_rogo img {
	vertical-align:middle;
	margin-right:3%;
}

/* フッターメニュー */

.footer_menu {
	margin:5% 0 5% 0;
}

.footer_menu ul li a {
	position: relative;
	display: block;
	padding: 15px 25px 15px 5px;
	border-bottom: 1px dotted #918b8a;
}

.footer_menu ul li a:after { /* 矢印 */
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #888;
	border-right: 2px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.smart-display-none { /* 「団体のお客様へ」一旦非表示 */
	display:none;
}

/* コピーライト */

.copy {
	text-align:center;
	font-size:0.8rem;
	letter-spacing:0;
	padding-bottom:10px;
}

/* PCのみ表示 */
.pc-only{
	display: none;
}