@charset "utf-8";
/* CSS Document commonlayout*/
/* ****************************************************

@group layout
1: common
2: #header
3: #globalNav
4: #contents
5: #footer
6: clearfix
7: フォーム
8: sp

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

/* 1: common
=========================================*/
* {
	margin: 0;
}
html {
	margin: 0;
	min-width: 1200px;
}
body {
	font-size: 15px;
	line-height: 1.71;
	width: 100%;
	font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", arial, helvetica, sans-serif;
	color: #3f1500;
	background-color: #f7f5ea;
	background-image: url(../images/common/bg01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.inner {
	width: 1100px;
	margin: 0 auto 0 auto;
	position: relative;
}
#loading {
	width: 54px;
	height: 55px;
	display: none;
	position: fixed;
	_position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -23px;
	margin-left: -23px;
	z-index: 100;
	background-image: url(../images/common/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #FFF;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
}
/* 1-2: スマホ、PC切替用
========================================*/

.sp-none {
	display: block;
}
.sp-only {
	display: none;
}
/* pc-site-change-button
--------------------------------------------------------------------------------------------------------------------*/
#pc-site-change-button {
}
#sp-site-change-button .btn {
	margin: 0 10%;
	display: block;
	background-color: #0E117B;
	color: #fff;
	padding: 9px 10px 8px 10px;
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-repeat: no-repeat;
	text-align: center;
}
/* 1-3: h1,h2,h3
========================================*/
h2.headding02 {
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	height: 43px;
	background: linear-gradient(0deg, rgba(63,21,0,1.00) 0%, rgba(101,37,7,1.00) 100%);
	color: #FFFFFF;
	padding-top: 2px;
	position: relative;
	margin-bottom: 40px;
}
h2 a {
	text-decoration: none;
	color: #FFFFFF;
}

h2.headding02 span {
	height: 39px;
	border-top: 1px solid #FDE01C;
	border-bottom: 1px solid #FDE01C;
	width: 100%;
	display: block;
	padding-left: 100px;
	z-index: 15;
	position: relative;
}
h2.headding02 span:before {
	top: -20px;
	left: 10px;
	content: url(../images/common/icon_h2.png);
	position: absolute;
}
h4 {
	background: url(../images/common/h4.gif) left 6px no-repeat;
	font-size: 1.6rem;
	margin: 20px 0px 10px;
	padding-left: 1.2em;
	width: auto;
}
/* 1-4: btn
========================================*/
a.btn01 {
	background-color: #3F1500;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(../images/common/icon_arrow03.png);
	background-size: 5px auto;
	background-position: 95% 50%;
	border-radius: 5px;
	padding: 5px 10px 5px 5px;
	text-decoration: none;
	font-size: 12px;
	display: block;
}
/* 1-5: list
========================================*/
ul.iconList01 {
	margin-top: 20px;
	margin-left: 10px;
}
ul.iconList01 > li > ul {
	margin: 10px 0 0 0;
}
ul.iconList01 > li {
	position: relative;
	margin-top: 12px;
	padding-left: 20px;
	line-height: 1.3;
}
ul.iconList01 > li:first-child {
	margin-top: 0;
}
ul.iconList01 > li:before {
	position: absolute;
	top: 0.3em;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #3F1500;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	content: "";
}
ul.iconList02 > li{
	position: relative;
	margin-top: 12px;
	padding-left: 10px;
	line-height: 1.3;
	font-size: 15px;
	border-left: 4px solid #3F1500;
	margin-left: 10px;
	margin-bottom: 10px;
}
ul.iconList02 > li strong {
	font-size: 18px;}
ol.numList01 {
	counter-reset: li;
	margin-bottom: 20px;
}
ol.numList01 > li > ul {
	margin: 10px 0 0 0;
	font-size: 13px;
}
ol.numList01 > li {
	margin-top: 10px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
ol.numList01 > li:first-child {
	margin-top: 0;
}
ol.numList01 > li:before {
	content: ""counter(li)".";
	counter-increment: li;
	margin-right: 0.5em;
	color: #3F1500;
	font-weight: bold;
}
/* 1-6:box
========================================*/
.box01 {
	padding: 25px;
	background-color: #FFFFFF;
	border: 1px solid #eee;
	margin-top: 30px;
}
.box01 h3 {
	color: #3F1500;
	border-left: 5px solid #3F1500;
	padding: 0px 0px 0px 15px;
	background-color: #FFFFFF;
	background-image: none !important;
	margin-bottom: 30px;
	font-size: 15px;
	background-image: none;
	margin-top: 0px;
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.20);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.20);
	width: 100%;
	text-align: left;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}
/* 2: #header
=========================================*/

.siteDescription {
	font-size: 11px;
	text-align: left;
	position: absolute;
	top: 5px;
	z-index: 0;
}
#header {
	position: relative;
	width: 100%;
	z-index: 0;
	height: 240px;
}
#header .headderInner {
	margin: 0 auto;
	width: 1100px;
	position: relative;
	z-index: 0;
}
#header .logo {
	position: absolute;
	left: 50%;
	margin-left: -180px;
	width: 367px;
	height: 88px;
	top: 30px;
	z-index: 99;
}
#header .timeTable {
	width: 330px;
	position: absolute;
	top: 30px;
	left: 0px;
}
#header .timeTable table {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
}
#header .timeTable table thead th {
	background-color: #3F1500;
	color: #FFFFFF;
	padding: 3px;
	text-align: center;
	border: 1px solid #E6E6E6;
}
#header .timeTable table tbody th {
	width: 33%;
}
#header .timeTable p.note {
	font-size: 11px;
	text-align: right;
}
#header .timeTable table tbody th, #header .timeTable table tbody td {
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #E6E6E6;
}
#header .telBox dl.tel {
	height: 106px;
	background-color: #3F1500;
	border-radius: 5px;
	box-shadow: 0px 1px 0px 0px rgba(224, 224, 224, 0.6);
	position: absolute;
	right: 0px;
	top: 17px;
	padding: 10px 23px;
	color: #FFFFFF;
}
#header .telBox dl.tel dt.info {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 10px;
}
#header .telBox dl.tel dt.title {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #2c2f8b;
	margin-bottom: 5px;
}
#header .telBox dl.tel dd {
	line-height: 1;
	font-size: 13px;
	text-align: center;
}
/* 3: #globalNav
=========================================*/
#header #globalNav {
	height: 150px;
	z-index: 1;
	background-image: url(../images/common/bg02.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	top: 110px;
	margin-bottom: -70px;
}
#header #globalNav ul {
	position: relative;
	margin: 0px auto 0;
	width: 1000px;
	top: 70px;
}
#globalNav ul li {
	float: left;
	text-align: center;
	position: relative;
}
#header #globalNav ul li a {
	text-decoration: none;
	display: block;
	line-height: 1.2;
	padding: 5px 20px;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	font: 15px "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#header #globalNav ul li.access a {
	border-right: 0px solid #FFFFFF;
}
#globalNav ul li a:hover, #globalNav ul li.on a {
	background-color: #662607;
}
#globalNav ul li a:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -7.5px;
	border-style: solid;
	border-width: 9px 7.5px 0 7.5px;
	border-color: rgba(255,255,255,0) transparent transparent;
	content: "";
	z-index: -1;
}
#globalNav ul li a, #globalNav ul li a:before {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
#globalNav ul li a:hover:before, #globalNav ul li.on a:before {
	position: absolute;
	bottom: -8px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -7.5px;
	border-style: solid;
	border-width: 9px 7.5px 0 7.5px;
	border-color: #662607 transparent transparent transparent;
	content: "";
}
/* 4: #contents
=========================================*/
#contents {
	position: relative;
	margin-top: 30px;
	margin-bottom: 60px;
}
#contents #main {
	width: 820px;
	float: right;
}
#contents #sub {
	float: left;
	width: 250px;
}
#contents #sub .banner {
	margin-bottom: 10px;
}
#contents #sub .sideMenu {
	box-shadow: 0px 1px 1px 0px rgba(4, 0, 0, 0.2);
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #FEFFF1;
	border: 3px double #3F1500;
}
#contents #sub .sideMenu .title {
	background-color: #3F1500;
	color: #FFFFFF;
	background-image: url(../images/common/icon01.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 15px 0 15px 60px;
	font-size: 17px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#contents #sub .sideMenu ul li {
	padding: 0 10px;
	border-bottom: 1px dotted #aba38a;
}
#contents #sub .sideMenu ul li a {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 95% center;
	background-image: url(../images/common/icon_arrow02.png);
	line-height: 45px;
	font-size: 14px;
	padding-left: 15px;
	text-decoration: none;
	color: #706f6b;
	background-size: 5px auto;
}
#contents #sub .sideMenu ul li:last-child a {
	border-bottom: 0px solid #3F1500;
}
#contents #sub .sideMenu ul li a:hover {
	opacity: 0.6;
}
#contents .contact {
	border-radius: 5px;
	margin-bottom: 60px;
	padding: 30px 0;
	background-image: url(../images/common/contact.jpg);
	height: 360px;
	position: relative;
}
#contents .contact .tel {
	position: absolute;
	top: 150px;
	right: 80px;
}
#contents .contact .mail {
	position: absolute;
	top: 250px;
	right: 50px;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
	cursor: pointer;
}
input[type=submit] {
	background-color: #3F1500;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 180px;
	height: 46px;
	display: block;
	border-style: none;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	behavior: url(PIE.htc);
	position: relative;
	margin-bottom: 20px;
}
textarea {
	padding: 0 3px;
	border: #c8c5c4 1px solid;
	margin-right: 5px;
	width: 100%;
}
input[type=text]#name, input[type=text]#name02, input[type=text]#job, input[type=text]#qualification, input[type=text]#telno, input[type=text]#mail, input[type=text]#mail02, input#area01, input#area02 ,input#tel,input#mail{
	margin-left: 0px;
	width: 70%;
}
input[type=text] {
	height: 1.8em;
	padding: 0 3px;
	border: #c8c5c4 1px solid;
	margin-right: 5px;
	margin-left: 5px;
}


#voice dl {
	width: 100%;
	background-repeat: no-repeat;
	background-position: 10px 20px;
	background-image: url(../images/common/voice_ic01.png);
	background-color: #FCF5E8;
	padding: 20px 20px 20px 120px;
	table-layout: fixed;
	border-top: 1px dashed #cccccc;
	box-shadow: 0px 1px 1px 0px rgba(4, 0, 0, 0.2);
	margin-bottom: 20px;
}
#voice dl:first-child {
	border-top: 0px dashed #cccccc;}
#voice dl.man {
	background-image: url(../images/common/voice_ic02.png);
}
#voice dl:nth-child(odd){
	background-color: #E8EDF5;
}
#voice dl dt{
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 10px;
}
#voice dl .imageArea {
  width: 80%;
}
#voice dl .imageArea img {
  width: 100%;
  height: auto;
}
/* 5: #footer
=========================================*/
#goTop {
	display: none;
	width: 90px;
	height: 90px;
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index: 100;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 1px 1px 0px rgba(4, 0, 0, 0.2);
	background-image: url(../images/common/icon_arrow.png);
	background-repeat: no-repeat;
	border-radius: 45px;
	background-position: center center;
}
#goTop a {
	width: 90px;
	height: 90px;
	display: block;
}
#footer {
	width: 100%;
	z-index: 10;
	position: relative;
	background-image: url(../images/common/bg03.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 574px;
  overflow: hidden
}
#footer .footerInner {
	width: 1100px;
	padding: 80px 0px 35px;
	margin: 0 auto;
	height: auto;
	color: #FFFFFF;
	position: relative;
}
#footer .ad {
	width: 395px;
	text-align: left;
}
#footer .tel {
	border-radius: 5px;
	background-color: #3F1500;
	border: 1px solid #FFFFFF;
	position: absolute;
	top: 87px;
	left: 455px;
	padding: 5px 10px;
}
#footer .tel img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
#footer .timeTable {
	width: 396px;
	position: relative;
	margin-top: 20px;
}
#footer .timeTable table {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
}
#footer .timeTable table thead th {
	background-color: #3F1500;
	color: #FFFFFF;
	padding: 3px;
	text-align: center;
	border: 1px solid #E6E6E6;
}
#footer .timeTable table tbody th {
	width: 33%;
}
#footer .timeTable p.note {
	font-size: 11px;
	text-align: right;
}
#footer .timeTable table tbody th, #footer .timeTable table tbody td {
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #E6E6E6;
	color: #3F1500;
}
#footer .timeTableArea {
	position: absolute;
	top: 150px;
	left: 450px;
}
#footer .timeTableArea dt {
	width: 60px;
	clear: left;
	float: left;
	text-align: center;
}
#footer .timeTableArea dd {
	font-size: 13px;
	margin-left: 40px;
	color: #FFFFFF;
	padding: 0px 0px 5px 20px;
}
.timeTableArea dt span.label {
	color: #3F1500;
	background-color: #FFFFFF;
	text-align: center;
	letter-spacing: 0.2rem;
	padding: 5px;
}
#footer .map-wrapper {
	width: 100%;
	position: relative;
}
#footer #map {
  width: 100%;
  height: 180px;
  position: relative;
  margin-top: 10px;
  clear: both;
}
.mapBtn a {
  background-color: #FDDF02;
  text-align: center;
  border-radius: 5px;
  color: #3F1500;
  line-height: 30px;
  height: 30px;
  width: 190px;
  display: block;
  float: right;
  text-decoration: none;
  margin-bottom: 10px;
}
#copyright {
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
}
/* 6: clearfix
=========================================*/
#header:after, #contents:after, #footer .map-wrapper:after {
	content: "";
	clear: both;
	display: block;
}
/*予約の流れstart*/
#sec07{
  margin-bottom: 30px;
  padding: 30px 15px;
}
#sec07 h2 {
  margin-bottom: 30px;
  background-repeat: repeat;
  padding: 30px 0 20px;
  background-image: url(/common/images/common/line02.png);
  text-align: center;
  font-size: 2em;
}
#sec07 p.topTxt {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
#sec07 .tel {
  border-radius: 10px;
  margin-bottom: 10px;
  color: #FFFFFF;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  font-size: 55px;
  background-color: #ff7200;
}
#sec07 .tel span {
  background-repeat: no-repeat;
  background-image: url(/common/images/top/icon_tel.png);
  padding: 10px 0 10px 60px;
  background-position: 0% 50%;
  font-style: italic;
}
#sec07 .teltxt img{
  margin-left:10px 
}
#sec07 .flow{
  margin: 30px 0;  
}
#sec07 .flow p {
  font-weight: 700
}
#sec07 .flow .first {
  margin-bottom: 20px
}
#sec07 .flow .first .fL {
  width: 200px;
}
#sec07 .flow .first .fR {
  width: 500px;
  padding: 10px 20px;
}
#sec07 .flow .second .fR {
  width: 200px;
}
#sec07 .flow .second .fL {
  width: 500px;
  padding: 10px 20px;
}
#sec07 .flow .balloon{
  position: relative;
  padding: 20px;
  background-color: #fffaf0;
  border: 2px solid #551e04;
  font-weight: 700;
  margin-bottom: 20px;
}
#sec07 .flow .balloon.left::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #551e04;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#sec07 .flow .balloon.left::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -12px;
  top: 20px;
  border-right: 15px solid #fffaf0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#sec07 .flow .balloon.right::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #551e04;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#sec07 .flow .balloon.right::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -12px;
  top: 20px;
  border-left: 15px solid #fffaf0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#sec07 .box {
  background-color: #FFFAF0;
  padding: 20px 50px;
  margin-bottom: 30px;
}
#sec07 .box li {font-size: 22px;
font-weight: 700;}
#sec07 .box li:before {
  content: "\025c6";
  color: #551e04;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #sec07{
    margin-bottom: 20px;
    padding: 15px 10px;
  }
  #sec07 h2 {
  margin-bottom: 20px;
  padding: 15px 20px 10px;
  }
  #sec07 p.topTxt {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: left;
    }
  #sec07 .tel {
    font-size: 22px;
  }
  #sec07 .tel span {
  padding: 10px 0 10px 30px;
  background-size: auto 50% ;
  }
  #sec07 .flow{
    margin: 15px 0;  
  }
  #sec07 p.bottomTxt {
    font-size: 14px;}
  #sec07 .flow .first .fL {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  }
  #sec07 .flow .first .fR {
     width: 100%;
    padding: 10px 20px;
  }
  #sec07 .flow .second .fR {
  width: 100%;;margin: 0 auto;
  text-align: center;
  }
  #sec07 .flow .second .fL {
    width: 100%;
    padding: 10px 20px;
  }
  #sec07 .flow .balloon{
    position: relative;
    padding: 20px;
    background-color: #fffaf0;
    border: 2px solid #551e04;
    font-weight: 700;
    margin-bottom: 20px;
  }
  #sec07 .flow .balloon.left::before,
  #sec07 .flow .balloon.left::after,
    #sec07 .flow .balloon.right::before,
    #sec07 .flow .balloon.right::after{  
      display: none
  }
  #sec07 .box {
    padding: 20px;
    margin-bottom: 20px;
  }
  #sec07 .box li {font-size: 18px;}
  body.home .main .news {display: block}
}

/*予約の流れend*/
/* : for mobile setting
=========================================*/


@media only screen and (min-width: 641px) {
#floatMenu {
	display: none !important;
}
}

/* 8: sp用
=========================================*/

@media only screen and (max-width: 640px) {
#floatMenu {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999999999;
	background-color: rgb(63, 21, 0);
	width: 100%;
}
#floatMenu li {
	width: 20%;
	float: left;
	text-align: center;
	font-size: 0.6em;
	margin: 5px 0 0 0;
}
#floatMenu li:first-child {
	width: 40%;
	vertical-align: middle;
	line-height: 4em;
	font-size: 0.8em;
}

#floatMenu li a {
text-decoration: none;
}
#floatMenu li img {
	vertical-align:middle;}
.topfixicon{width: 35%;}
#floatMenu li a {
	margin: 2px 0;
	padding: 0px 13px;
	display: block;
	border-right: 1px solid #3F1500;
	color: #fff;
}
#floatMenu li.mobile-menu-toggleBtn {
	padding: 0px 13px;margin: 0.5em 0 0 0;}
#floatMenu li.mobile-menu-toggleBtn>img{width: 91%;}
#footerfix{
	position: fixed;
	bottom: 0;
	z-index: 100;
	width: 100%;
	background: rgba(204, 204, 204, 0.9);
}
#footerfix li{float:left;margin: 0.4em;padding: 0.5em;font-size: 0.8em;text-align: center;}
#footerfix li.telB{width: 29%;background: url(http://mobara-himawari.com/images/common/ico_tel.png)no-repeat 0% red;background-position: 7px;background-size: 30px;text-align: right;}
#footerfix li.lineB{width: 29%;background: url(http://mobara-himawari.com/images/common/ico_line.png)no-repeat 0% #00b900;background-position: 7px;background-size: 40px;text-align: right;}
#footerfix li.webB{width: 34%;background: url(http://mobara-himawari.com/images/common/ico_mail.png)no-repeat 0% orange;background-position: 7px;background-size: 30px;text-align: right;}
#footerfix li a{color: #fff!important;font-weight: bold;}
#contents .contact{display: none;}

/*ゆらゆら*/
.animate72 {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-moz-keyframes animate72 {
    0% {
-moz-transform: rotate(0deg);
    }
    40% {
-moz-transform: rotate(0deg);
    }
    50% {
-moz-transform: rotate(2deg);
    }
    60% {
-moz-transform: rotate(-1deg);
    }
    70% {
-moz-transform: rotate(3deg);
    }
    80% {
-moz-transform: rotate(-2deg);
    }
    90% {
-moz-transform: rotate(0deg);
    }
    100% {
-moz-transform: rotate(0deg);
    }
}

@-o-keyframes animate72 {
    0% {
-o-transform: rotate(0deg);
    }
    40% {
-o-transform: rotate(0deg);
    }
    50% {
-o-transform: rotate(2deg);
    }
    60% {
-o-transform: rotate(-1deg);
    }
    70% {
-o-transform: rotate(3deg);
    }
    80% {
-o-transform: rotate(-2deg);
    }
    90% {
-o-transform: rotate(0deg);
    }
    100% {
-o-transform: rotate(0deg);
    }
}

@-webkit-keyframes animate72 {
    0% {
-webkit-transform: rotate(0deg);
    }
    40% {
-webkit-transform: rotate(0deg);
    }
    50% {
-webkit-transform: rotate(2deg);
    }
    60% {
-webkit-transform: rotate(-1deg);
    }
    70% {
-webkit-transform: rotate(3deg);
    }
    80% {
-webkit-transform: rotate(-2deg);
    }
    90% {
-webkit-transform: rotate(0deg);
    }
    100% {
-webkit-transform: rotate(0deg);
    }
}

@keyframes animate72 {
    0% {
transform: rotate(0deg);
    }
    40% {
transform: rotate(0deg);
    }
    50% {
transform: rotate(2deg);
    }
    60% {
transform: rotate(-1deg);
    }
    70% {
transform: rotate(3deg);
    }
    80% {
transform: rotate(-2deg);
    }
    90% {
transform: rotate(0deg);
    }
    100% {
transform: rotate(0deg);
    }
}

.animate72 {
    -webkit-animation-name: animate72;
    -moz-animation-name: animate72;
    -o-animation-name: animate72;
    animation-name: animate72;
}

.animate72 {
    animation-duration: 1.5s!important;
    -webkit-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s!important;
}


/*Googleアイコンフォント*/
/* Material iconsを利用する */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;

  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;

  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;

  /* IEサポート */
  font-feature-settings: 'liga';
}

html, .inner, #footer .footerInner {
	width: 100%;
	min-width: 100%;
}
#contents {
	margin-bottom: 30px;
	z-index: 1;
	position: relative;
}
.sp-none {
	display: none !important;
}
.sp-only {
	display: block;
}
/* display none
=========================================*/
#globalNav, #sub {
	display: none;
}
body#sub {
	display: block;
}
/* 1-3: h1,h2,h3
========================================*/
h2.headding02 {
	margin-bottom: 20px;
}
#header {
	height: auto;
	z-index: 999999;
}
#header a {
	text-decoration: none;
}
.mobile-menu01 {
	overflow: hidden;
	box-shadow: 0px 1px 1px rgba(51,51,51,0.2);
}
.mobile-menu01 li {
	width: 50%;
	float: left;
	background-color: #3F1500;
	padding: 2px 0;
}
.mobile-menu01 li a {
	display: block;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	line-height: 36px;
	text-decoration: none;
}
.mobile-menu01 li .icoTel {
	border-right: solid 1px #fff;
}
.mobile-menu01 li a img {
	display: inline-block;
	margin-right: 6px;
	height: auto;
	vertical-align: middle;
}
.mobile-menu01 li a.icoTel img {
	width: 8px;
}
.mobile-menu01 li a.icoAccess img {
	width: 14px;
}
.mobile-logoArea {
	padding: 10px 0;
	display: table;
	width: 100%;
}
.mobile-logoArea div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.mobile-logoArea div:nth-child(1), .mobile-logoArea div:nth-child(3) {
	width: 20%;
}
.mobile-logoArea div:nth-child(2) {
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
}
.mobile-logoArea div:nth-child(1) img {
	width: 18px;
	height: auto;
}
.mobile-logoArea div.splogo a img {
	max-width: 180px;
	height: auto;
}
.mobile-logoArea div:nth-child(3) img {
	width: 31px;
	height: auto;
}
.mobile-menu02 {
	display: none;
	background-color: #fff;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 9999999;
	padding-bottom: 10px;
}

.mobile-menu02 li a {
	display: block;
	color: #3F1500;
	padding: 13px 10px;
	background-image: url(../images/common/icon_arrow02.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	border-bottom: #2C2C2C dashed 1px;
	background-size: 5px auto;
	font-size: 14px;
}
.mobile-menu02 h3 {
	padding: 10px 3px;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	margin-bottom: 0px;
	background-image: url(../images/common/icon_arrow04.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: auto 5px;
	background-color: #FFFFFF;
	border-left: 0px solid #3F1500;
	border-right: 0px solid #3F1500;
	border-bottom: 0px solid #3F1500;
	border-top: 1px solid #3F1500;
}
.mobile-menu02 h3.last {
	border-bottom: 1px solid #3F1500;}
.mobile-menu02 ul {
	display:none;}
.mobile-menu02 li:last-child a {
	border-bottom: none;
}
.mobile-menu02 .close {
	color: #FFFFFF;
	font-size: 30px;
	text-align: right;
	padding-right: 3%;
	height: 30px;
	width: 100%;
	top: 0px;
	float:left;
}
.mobile-menu02 .closeBottom {
	color: #fff;
	font-size: 20px;
	margin: 10px 0 10px 2%;
	background-color: #3f1500;
	display: block;
	width: 2em;
	padding: 5px;
	line-height: 20px;
	text-align: center;
	float: none;
}
#contents #main {
	width: 96%;
	margin: 0 2%;
	float: none;
}
#contents .contact {
	margin-bottom: 30px;
	padding: 0px 0;
	height: 220px;
	position: relative;
	border-radius: 5px;
	background-position: -40px top;
	overflow: hidden;
	background-image: url(../images/common/contact_sp.jpg);
	background-color: #D5D3CF;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
#contents .contact .logo {
	margin: 20px auto 0;
	width: 70%;
}
#contents .contact .tel {
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0px 5% 0px 35%;
	width: 60%;
}
#contents .contact .mail {
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0px 5% 0px 35%;
	width: 60%;
	text-align: center;
}

#voice dl {
	width: 98%;
	table-layout: fixed;
	margin-left: 0px;
	background-size: 45px auto;
	padding-left: 60px;
}
#voice dl.odd {
	margin-top: 0px !important;
	background-size: 45px auto !important;
}
#voice dl dt{
	font-size: 14px;
}
#voice dl dd{
	font-size: 13px;
}


#footer .timeTableArea, #footer .timeTable, #footer .ad, #footer .tel {
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}
#footer {
	height: auto;
	background-image: none;
	background-color: #3F1500;
}
#footer .footerInner {
	padding: 20px 2% 70px;
}
#footer .logo{}
#footer .logo, #footer .ad {
	text-align: center;
}
#footer .logo img {
	width: 80%;
}
#footer .tel {
	margin: 10px auto 0;
	padding: 0;
	width: 80%;
}
#footer .tel a {
	display: block;    padding: 5px 10px;
}
#footer .timeTable {
	margin-bottom: 20px;
}
#footer .timeTable td img {
	vertical-align: middle;
}
#footer .spFooter {
	padding: 10px 10% 44px;
	position: relative;
	margin-top: 30px;
}
#footer .spFooter ul {
	border: solid 1px #ccc;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.9);
}
#footer .spFooter ul li {
	padding: 0 10px;
	border-bottom: #ccc dashed 1px;
}
#footer .spFooter ul li:last-child {
	border-bottom: none;

}
#footer .spFooter ul li a {
	display: block;
	background-position: 95% 50%;
	padding: 10px 34px 10px 20px;
	font-weight: bold;
	text-decoration: none;
	min-height: 21px;
	background-image: url(../images/common/icon_arrow02.png);
	background-repeat: no-repeat;
	color: #3F1500;
	background-size: 5px auto;
}
#footer .spFooter02 ul {
	overflow: hidden;
	background-color: #FBF6F6;
}
#footer .spFooter02 ul li {
	width: 50%;
	float: left;
}
#footer .spFooter02 ul li:nth-child(odd) {
	border-right: solid 1px #CCC;
}
#footer .spFooter02 ul li a,  #footer .spFooter02 ul li span {
	display: block;
	padding: 10px;
	text-align: center;
	color: #3D2E27;
	border-bottom: solid 1px #CCC;
	text-decoration: none;
	font-size: 12px;
}
#footer .copyright {
	font-size: 12px;
	line-height: 1.4;
}
#goTop {
	width: 50px;
	height: 50px;
	bottom: 80px;
}
#goTop a {
	width: 50px;
	height: 50px;
}
}
