/*----------------------------
 共通CSS
-----------------------------*/

/*===== レイアウト設定 =====*/

#wrapper {
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	background-color: #F4EAD9;
}

.col-2 {
  width: 100%;
  display: table;
}

.col-2 > div {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.list01 li {
  line-height: 1.4;
  margin-bottom: 10px;
  margin-left: .8em;
  text-indent: -.8em;
}

.list01 li:last-child {
  margin-bottom: 0;
}

.list01 li::before {
  content: "●";
  color: #8cd790;
  font-size: 10px;
  margin-right: 3px;
  position: relative;
  top: -1px;
}

.ttl-h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 15px;
	color: #FFF;
	background-color: #6B3906;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../img/common/tit_bg.png);
}


.ttl-h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 1px;
	margin-bottom: 15px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
	color: #6B3906;
}

.ttl-h3_02 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 1px;
	margin-bottom: 15px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
	color: #6B3906;
}


.ttl-h3:before,
.ttl-h3_02:before{
	content: url(../img/common/icon01.png);
	margin: 10px;
	position: relative;
	top: 8px;
}

.ttl-h3:after,
.ttl-h3_02:after{
   content: url(../img/common/icon01.png);
    margin: 10px;
    position: relative;
    top: 8px;;
}








/*===== ヘッダー =====*/

header {
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	z-index: 101;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 13px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6B3906;
	border-bottom-color: #6B3906;
	background-color: #FFF;
}

header img {
  width: 100%;
}


header .header-inner {
  width: 100%;
  margin: 0 auto;
  padding: 5px 1.5625% 2px 10px;
}

header h1 {
	width: 45%;
	float: left;
}

header ul {
	width: 15%;
	float: right;
	margin-right: 5%;
}

header ul li {
}

header ul li:last-child {
  margin-right: 0;
}




/*===== ナビ =====*/

#gnav {
  display: none;
  position: absolute;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  z-index: 101;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

nav {
  width: 100%;
  background: #fff;
  border: 5px solid #6B3906;
  padding: 0 10px;
}

nav ul li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

nav ul li a {
  position: relative;
  display: block;
  padding: 15px 10px;
  line-height: 1.4;
}

nav ul li a::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin: -5px 0 0 10px;
  border-top: solid 2px #6B3906;
  border-right: solid 2px #6B3906;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.overlay-active {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(255,191,93,.3);
}

#menu-btn.active img:first-child,
#menu-btn img:last-child {
  display: none;
}

#menu-btn.active img:last-child {
  display: block;
}

nav ul .current a {
  color: #6B3906;
}




/*===== コンテンツ =====*/

#main {
  clear: both;
  width: 100%;
  position: relative;
}



#tel_bnr {
	width: 100%;
	position: relative;
	padding: 4%;
}

#tel_bnr img {
	width: 100%;
}

#map {
	width: 100%;
	position: relative;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #6B3906;
}

#map img {
  width: 100%;
}

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

footer {
	width: 100%;
	position: relative;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #6B3906;
}

#footer img {
  width: 100%;
}

#copy {
	color: #fff;
	font-size: 11px;
	line-height: 1.3;
	text-align: center;
	padding: 10px;
	background-color: #6B3906;
}

/*===== ■ ページトップ =====*/

#pagetop {
  position: fixed;
  bottom: 2.34%;
  right: 2.34%;
  z-index: 1000;
}

#pagetop a {
  display: block;
}

#pagetop a img {
  width: 50px;
  height: auto;
}

@media screen and (max-width:414px) {
  
.ttl-h2 {
  font-size: 22px;
}
  
.ttl-h3 {
  font-size: 20px;
}
  
#footer-info p:first-child {
  width: 45%;
}

#footer-info p:last-child {
  width: 60%;
  margin-bottom: 0;
}
  
#pagetop img {
  width: 15%;
}
  
}
