/* ==========================================================================
   common
============================================================================= */

html {
  font-size: 13px;
}

body {
  color: #333;
  font-family: arial,sans-serif;
  background: #FFF;
}

p {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.5;
}

a:link, a:hover, a:visited, a:active {
  color: #000000;
  text-decoration: none;
}

img {
	width: 100%;
	vertical-align: bottom;
	max-width: 100%; 
	height:auto;
}



/*===============================================
	header
===============================================*/

header {
  height: 55px;
  padding: 0px;
  overflow: hidden;
  position: relative;
}
header #logo {
  width: 88px;
  height: 45px;
  margin: 3px 0 0 3px;
}


/*===============================================
	Menu
===============================================*/

#openMenu{
  position:absolute;
  top: 8px;
  right: 10px;
}

#openMenu img{
  width:37px;
  height:37px;
}

#layerMenu img{
  width:37px;
  height:37px;
  right: 10px;
}

#layerMenu{
  display: none;
  position:absolute;
  top:45px;
  left: 0;
  width:100%;
  height:100%;
  z-index:9999;
}

#layerMenu ul{
  border-top: solid 1px #ccc;
  margin-top:.5em;
}

#layerMenu ul li{
  background: #fff;
  list-style: none;
  border-bottom: solid 1px #ccc;
  background-color: #3e3e5d;
  color: #FFF;
}

#layerMenu ul li a{
  position: relative;
  padding: 15px 10px;
  text-decoration: none;
  display: block;
  background-color: #3e3e5d;
  color: #FFF;
}

#layerMenu ul li a:hover{
  background-color: #F0F0F4;
  color: #000;
}

#closeMenu {
  position: absolute;
  top: -37px;
  right: 0;
  cursor: pointer;
}

/*===============================================
	wrap
===============================================*/

.flexslider{
	width:100%;
}	

#mainImage {
  width: 100%;
  height: auto;
  padding: 0;
}


#wrapper {
  width: 100%;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  background-color: #3e3e5d;
  color: #FFFFFF;
}

#wrapper section {
  margin-bottom: 20px;
}

h1 {
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  color: #FFF;
  box-sizing: border-box;
  text-align: center;
  padding: 1em 0;
  line-height:1.2;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

h1 span {
	font-size: 1.4rem;
	font-family: 'Italianno', cursive;
	margin-left: -6em
}

h2 {
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  font-size: 1.07692rem;
  background: #f0f0f4; /*color*/
  font-weight: bold;
  color: #3e3e5d;
  box-sizing: border-box;
/*  border-radius: 5px;*/
}

h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 1.07692rem;
  color: #000;　/*color*/
  font-weight: bold;
  border-bottom: 1px solid #CCC;
}

h4 {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  font-size: 1.07692rem;
  line-height:.1.6;
  color: #000;　/*color*/
  font-weight: bold;
  border-left: 6px solid #000;　/*color*/
}

h5 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 1.07692rem;
  color: #000;　/*color*/
  font-weight: bold;
}

/*===============================================
  footerMenu
===============================================*/

#footerMenu {
  margin-bottom: 0;
  padding: 10px;
  background: #F0F0F4;
}

#Menu {
  margin-bottom: 20px;
  -webkit-box-shadow: 2px 2px 2px 2px #cccccc;
  -moz-box-shadow: 2px 2px 2px 2px #cccccc;
  box-shadow: 2px 2px 2px 2px #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#Menu li {
  border: 1px solid #cccccc;
  border-bottom: none;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: -moz-linear-gradient(#ffffff, #f2f2f2);
  background: -o-linear-gradient(#ffffff, #f2f2f2);
  background: linear-gradient(#ffffff, #f2f2f2);
}

#Menu li:first-child {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

#Menu li:last-child {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  border-bottom: 1px solid #cccccc;
}

#Menu li a {
  padding: 15px;
  display: block;
  color: #3e3e5d;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  font-weight: bold;
}

#Menu li a::before,
#Menu li a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 12px;
	height: 3px;
	background-color: #888;
	border-radius: 4px;
}

#Menu li a::before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#Menu li a::after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/*===============================================
  contact
===============================================*/

#contact {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 2px 2px #ccc;
  -moz-box-shadow: 2px 2px 2px 2px #ccc;
  box-shadow: 2px 2px 2px 2px #ccc;
  background: #3e3e5d;
}
#contact a {
  padding: 10px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  text-shadow: 1px 1px 0 #333;
}
#contact a .contact {
  display: block;
  font-size: 0.8rem;
}
#contact a .tel {
  display: block;
  font-size: 1.6rem;
}
#contact a .tel span {
  padding-left: 31px;
  background: url(../images/tel.png) no-repeat left center;
  background-size: 26px 26px;
}
#contact a .time {
  display: block;
  font-size: 0.76923rem;
}

/*===============================================
	address
===============================================*/

#address {
  margin-bottom: 10px;
  text-align: center;
}

/*===============================================
	btnPc
===============================================*/

#btnPc {
  width: 90%;
  font-weight: bold;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: -moz-linear-gradient(#ffffff, #f2f2f2);
  background: -o-linear-gradient(#ffffff, #f2f2f2);
  background: linear-gradient(#ffffff, #f2f2f2);
  -webkit-box-shadow: 2px 2px 2px 2px #cccccc;
  -moz-box-shadow: 2px 2px 2px 2px #cccccc;
  box-shadow: 2px 2px 2px 2px #cccccc;
  margin: 0 auto 20px auto;
}
#btnPc a {
  padding: 10px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #333;
}
#btnPc a span {
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 14px 14px;
}
#btnPc a span {
  padding-left: 23px;
  background: url("../images/pc.png") no-repeat left center;
  background-size: 16px 14px;
}


/*===============================================
	footer
===============================================*/

footer {
  background: #888;
}
footer p {
  margin-bottom: 0;
  padding: 10px 0;
  line-height: 1;
  text-align: center;
}
footer p small {
  color: #FFF;
  font-size: 0.61538rem;
}

/*===============================================
	pagetop
===============================================*/

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #3e3e5d;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


/*===============================================
  utility
===============================================*/

/* photo */
#photoList dt {
  margin-bottom: 10px;
}
#photoList dd {
  margin-bottom: 20px;
}

/* inndent */
.inndent {
	padding-left:1em;
	text-indent:-1em;
	display: block;
}

/* font-size */
.small {
  font-size: 0.76923rem;
}

/* btn */
.btn {
  width: 60%;
  margin: 0 auto 30px;
  font-weight: bold;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: -moz-linear-gradient(#ffffff, #f2f2f2);
  background: -o-linear-gradient(#ffffff, #f2f2f2);
  background: linear-gradient(#ffffff, #f2f2f2);
  -webkit-box-shadow: 2px 2px 2px 2px #cccccc;
  -moz-box-shadow: 2px 2px 2px 2px #cccccc;
  box-shadow: 2px 2px 2px 2px #cccccc;
}
.btn a {
  padding: 10px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #333;
}
.btn a span {
  padding-left: 20px;
  background: url("../images/arrow_01.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 14px 14px;
}

/* link */
.link {
  background: url("../images/arrow_01.png") no-repeat 0 .5em;
  padding-left: 10px;
  background-size: 6px 12px;
}

/* list */
.list li {
  background: url("../images/arrow_01.png") no-repeat 0 .5em;
  padding-left: 14px;
  list-style-type: none;
  line-height: 1.5;
  background-size: 4px 4px;
}

/* number */
.number li {
  list-style-type: decimal;
  margin-left: 15px;
}

