﻿@charset "UTF-8";

/*
Theme Name: 伊勢仁商店
Description: レスポンシブ用テーマ
*/

/**************************************************************************************************

共通

**************************************************************************************************/

body {
	padding-top:86px;
}

.row-height {
    display: flex;
    flex-wrap: wrap;
}

.headBox {
	border-top:#54674f solid 10px;
	padding:0px 0px 0px 0px;
	min-height:86px;
	background-color: rgba(255, 255, 255, 1.0);
	overflow:hidden;
}

.description {
	font-weight:bold;
	color:#54674f;
}


.offsetR15 {
	margin-right:-15px;
}

.offsetL15 {
	margin-left:-15px;
}

.offsetLR15 {
	margin-left:-15px;
	margin-right:-15px;
}

.smoff {display:block;}
.smon {display:none;}


.just {
	text-align:justify;
}

.offset10 {
	padding-left:5px !important;
	padding-right:5px !important;
}


.offset15 {
	margin-left:-15px !important;
	margin-right:-15px !important;
}

.contents {
	overflow:hidden;
}

.pageTitle {
	margin-bottom:80px;
	padding:70px 0px;
	text-align:center;
	font-size:1.8em;
	background-image: url(images/bg03.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.secBox01 {
	overflow:hidden;
	margin:0px 0px 100px 0px;
	padding:60px 0px;
}

.secBox02 {
	margin:60px 0px;
}

.secBox03 {
	overflow:hidden;
	margin:60px 0px 0px 0px;
}

.secBox04 {
	overflow:hidden;
	margin:0px 0px 0px 0px;
}

.secBanner {
	overflow:hidden;
	margin:0px 0px 30px 0px;
}

.secTitle01 {
	margin:20px 0px;
	font-size:1.6em;
}

.secTitle02 {
	margin:20px 0px;
	padding-left:30px;
	font-size:1.2em;
	background-image: url(images/circle02.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.secTitle03 {
	margin:20px 0px 0px 0px;
	padding-left:30px;
	font-size:1.2em;
	background-image: url(images/circle02.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.btn {
	margin:30px 0px 0px 0px;
	width:100%;
	border: solid 1px #ccc;
	border-radius: 4px;
	line-height: 1.0em;
	padding: 15px;
	text-align: center;
	background-image: url(images/btn-arrow.svg);
	background-position: right 20px center;
	background-repeat: no-repeat;
	text-decoration: none;
}

.btn2 {
	margin:10px 0px 0px 0px;
	width:100%;
	border: solid 1px #ccc;
	border-radius: 4px;
	line-height: 1.0em;
	padding: 15px;
	text-align: center;
	background-image: url(images/btn-arrow.svg);
	background-position: right 20px center;
	background-repeat: no-repeat;
	text-decoration: none;
}

.btn3 {
	margin:10px 0px 0px 0px;
	width:100%;
	border: solid 1px #ccc;
	border-radius: 4px;
	line-height: 1.0em;
	padding: 15px;
	text-align: center;
	text-decoration: none;
}

.kadomaru {
	border-radius: 10px;
}


/**************************************************************************************************

GLOBAL NAVIGATION

**************************************************************************************************/

.navbar-nav a:link {
	color:#333;
}
.navbar-nav a:visited {
	color:#333;
}
.navbar-nav a:hover {
	color:#2aa144;
}
.navbar-nav a:active {
	color:#333;
}

.navbar-nav {
}
.nav-item a {
	display:block;
}

.nav-item{
	margin:6px 0px;
	padding:4px 10px;
	font-size:16px;
	color:#333;
	text-align:center;
}



/**************************************************************************************************

トップページ
home

**************************************************************************************************/

.bx-wrapper {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border:none !important;
	background-color:#fff !important;
	margin-bottom:0px !important;
}

#slideBox {
	z-index: 1;
	position: relative;
	margin:0px auto;
}
.slider {
	z-index: 3;
}

.slide-cover1 {
	z-index: 5;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.bg01 {
	background-image: url(images/bg01.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg01 p {
	font-size:1.2em;
}

.newslist {
	margin:20px 20px 20px 20px;
}

.newslist th {
	vertical-align:top;
	color:#31521f;
	padding:5px 30px 5px 0px;
}

.newslist td {
	padding:5px 0px 5px 0px;
}




/**************************************************************************************************

お知らせ

**************************************************************************************************/

.blogTitle {
	margin:10px 0px 0px 0px;
	font-size:1.4em;
	text-align:center;
	padding:0 0px 0px 0px;
}

.blogDate {
	text-align:center;
	padding:10px 0px;
	font-size:1.2em;
}

.blogBox {
	margin:40px 15px 80px 15px;
	padding:20px 20px 80px 20px;
	background-image: url(images/line.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}



/**************************************************************************************************

店舗情報

**************************************************************************************************/

.infolist dt {
	width:22%;
	display:inline-block;
	vertical-align:top;
	font-weight:normal;
	background:#dce5d8;
	padding:5px 15px 5px 15px;
	margin-bottom:10px;
}

.infolist dd {
	width:75%;
	display:inline-block;
	padding:5px 15px 5px 15px;
	margin-bottom:10px;
}

.infolist dd.dd100 {
	width:100%;
	display:block;
	padding:5px 15px 5px 15px;
	margin-bottom:10px;
}


/**************************************************************************************************

Googleマップ

**************************************************************************************************/

.ggmap {
	margin:0px;
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/**************************************************************************************************

豆知識

**************************************************************************************************/

.flowBox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow {
  padding-left: 0;
  border-bottom: solid 1px #E1E8ED;
}

.flow > li {
  list-style-type: none;
  display: flex;
  padding: 20px 0;
  border-top: solid 1px #E1E8ED;
}

.flow > li dl dt {
  font-size: 1.2em;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
}

.flow > li .icon {
  line-height: 1;
  font-size: 2em;
  font-weight: bold;
  color: #355c24;
  text-align: center;
  width: 70px;
  position: relative;
  margin-top: 0;
}

.flow > li .icon::before {
  content: 'STEP';
  font-size: 0.3em;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 1px;
  color:#b39f56;
}

.flow > li .icon::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #b39f56;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto;
}

.flow > li dl dd {
	margin: 0;
	line-height:1.8em;
}

.flow > li dl {
  width: calc(100% - 70px);
  margin-top: 0.8em;
}

/**************************************************************************************************

よくあるご質問

**************************************************************************************************/
/* iOSでのデフォルトアイコンを非表示にする */
details summary {
  list-style: none; /* リストスタイルの削除 */
}

/* Safari特有のデフォルトマーカーを非表示にする */
summary::-webkit-details-marker {
  display: none;
}

details.qanda {
	border-bottom: solid 1px #d4d4d4;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

details.qanda  summary{
	display: flex;
	align-items: center;
	padding: 10px 15px;
	cursor: pointer;
	position: relative;
}

span.q {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 24px;
	max-width: 24px;
	height: 24px;
	background: #355c24;
	color: white;
	border-radius: 50%;
	margin-right: 12px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	padding-top: 2px;
}
span.q_text{
	color: black;
	font-weight: bold;
}
details.qanda div {
	padding: 10px 15px;
	display: flex;
}

span.a {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 24px;
	max-width: 24px;
	height: 24px;
	background: #b39f56;
	color: white;
	border-radius: 50%;
	margin-right: 12px;
	font-size: 14px;
	margin-top: 1px;
	padding-top: 2.5px;
	font-weight: bold;
}
span.a_text{
	color: black;
	margin-left: 0px;
	padding-top:4px;
	line-height:1.8em;
}


/**************************************************************************************************

お問い合わせ
Contact

**************************************************************************************************/



label {
	width:100%;
	margin:10px 0px 10px 0px;
}

label input[type="text"]
{
	padding:5px;
	line-height: 1.5em;
	width:99%;
}

label input[type="radio"]
{
	padding:5px;
	margin:12px 5px;
	line-height: 1.5em;
}

label input[type="email"]
{
	padding:5px;
	line-height: 1.5em;
	width:99%;
}

label input[type="tel"]
{
	padding:5px;
	line-height: 1.5em;
	width:99%;
}

label textarea {
	padding:5px;
	line-height: 1.5em;
	width:99%;
}

.wpcf7-response-output {
	border:none !important;
	display:block !important;
}

.wpcf7 input[type="submit"] {
	margin:0 auto;
	width:100%;
	line-height:60px;
	text-align:center;
	padding:0px;
	border: none;
}



/*************
/* フッター
*************/

footer {
	overflow:hidden;
	margin:0px 0px 0px 0px;
	background-image: url(images/bg02.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}


.footer{
	padding:30px 0px;
}

#footer p{
	margin:10px 0 10px 0px;
}

.flogo {
	margin:0 0 50px 0;
	text-align:center;
}


.fnavi {
	width:100%;
	margin:5px 0 0px 0;
}

.fnavi li {
	display:block;
	line-height:1.6em;
}

.finfo {
	line-height:1.6em;
}

.copyright {
	margin-top:3px;
	text-align:center;
	padding:10px 0px;
	color:#fff;
	background:#31521f;
}

