/* ===========================================
 * css 
 * ver 5.0.5
=========================================== */

* {
    margin: 0px;
    padding: 0px;
}

html {
	font-size: 62.5%;
}

body {
    *font-size: small;
    *font: x-small;
    font-size: 1.6rem;
	letter-spacing: 0.1rem;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	padding-top: 100px;
}


.anker {
	padding-top: 150px;
	margin-top: -150px;
}



.Arial {
	font-family: "Arial", "メイリオ";
}

.lato {
    font-family: 'Lato', 'Noto Sans JP',"Linotype Univers", "Helvetica", "MS PGothic", sans-serif;
}



.marker {
    background: linear-gradient(transparent 60%, #fffa7e 60%);
}

.bace_hover {
	transition: all .3s;
}

.bace_hover:hover {
	opacity: 0.7;
}

a {
	cursor: pointer !important;
}


/* ===========================================
 * Reset
=========================================== */

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
ol, ul {
    list-style: none;
}
ul li img {
     vertical-align: bottom;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
a{
text-decoration: none;
}
img{
 border:0;
}
ing,input{
  vertical-aligin: bottom;
}

.clearfix {
	clear: both;
}

.pc {
	display: block;
}
.smart {
	display: none;
}

a[href*="tel:"] {
	pointer-events: none;
}



@media screen and (max-width:640px){
	
	html {
	font-size: 52.5%;
}
	
	
	body {
	-webkit-text-size-adjust: 100%;
		padding-top: 65px;
	}
	
	
	.pc {
		display: none;
	}
	.smart {
		display: block;
	}
	
	.anker {
		padding-top: 65px;
		margin-top: -65px;
	}

}


input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}




/*=========================================================
  SMART SLIDER
=========================================================*/

.code{
    -moz-border-radius:.3em;
    -webkit-border-radius:.3em;
    border-radius:.3em;
    color: #FFF;
    font-size:85%;
    letter-spacing:.05em;
    padding:1em;
	background:rgba(255,255,255,0.8);
}


.wrapper {
    margin-top:66px;
    background-color: transparent;
}

.main-header {
    text-align: center;
    font-weight:300;
    font-size: 90%;
	
}

.toolbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    line-height: 68px;
    border-top: 2px solid #056f00;
}


.menu-right {
  float: right;
}



.sidebar {
	margin: 0;
	color: #000;
	background:rgba(255,255,255,0.8);
}

.sidebar h6 {
    margin: 0 .8em;
    padding: 0;
    font-weight:300;
}

.sidebar hr {
    margin: 2em auto;
    border: 0;
    padding: 0;
    width: 80%;
    height: 1px;
    background-color: white;
    
}

.navigation { display:none;}
.updated { display:none;}
.posted-on {
	width:100%;
	display: block;
}

#smart_side_logo_area {
	text-align: center;
	padding-bottom: 40px;
}
#smart_side_logo_area img{
	width: 250px;
}

#smart_side_nav_area {
}

#smart_side_nav_area ul{
	font-size: 30px;
	padding-top: 30px;
	margin-bottom: 30px;
}

#smart_side_nav_area ul li{
	width: 270px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.3rem;
	border-bottom: 1px #ccc solid;
	
}

#smart_side_nav_area ul li a{
	color: #000;
	font-size: 1.8rem;font-weight: bold;
}


#smart_side_nav_area ul li a span{
	font-size: 1.2rem;
}

#smart_side_nav_banner {
	text-align: center;
	width: 290px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
}

#smart_side_nav_banner img{
	width: 100%;
	margin-bottom: 20px;
}


.smart_side_nav_area_main {
	padding-top: 17px;
	padding-bottom: 22px;
}

.smart_side_nav_area_sub {
	padding-top: 0px;
	padding-bottom: 16px;
}

#smart_sub_nav {
	width: 190px;
	margin-left: auto;
	margin-right: auto;
}

#smart_sub_nav a{
	display: block;
	color: #333;
	padding-top: 10px;
	padding-bottom: 12px;
	font-size: 20px;
	padding-left: 35px;
}


#smart_contact_bt {
	padding-bottom: 40px;
}

#smart_contact_bt a{
	width: 290px;
	height: 60px;
	line-height: 54px;
	color: #FFF;
	font-size: 18px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	box-sizing: border-box;
	border: 2px #FFF solid;
	
}


#smart_sub_SNS {
	text-align: left;
	width: 290px;
	margin-left: auto;
	margin-right: auto;
}

#smart_sub_SNS a{
	display: inline-block;
	margin-right: 25px;
}

.button {
  display: inline-block;
  width: 200px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 46px;
  outline: none;
	font-size: 1.2rem;
	cursor: pointer;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}



.button {
  position: relative;
  z-index: 2;
  background-color: #3e2509;
  border: 2px solid #3e2509;
  color: #fff;
}
.button:hover {
  background-color: #fff;
  border-color: #3e2509;
  color: #3e2509;
}
.button::before,
.button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #3e2509;
}
.button::before {
  right: 0;
}
.button::after {
  left: 0;
}
.button:hover::before,
.button:hover::after {
  width: 0;
  background-color: #3e2509;
}




.button_long {
  display: inline-block;
  width: 260px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 46px;
  outline: none;
	font-size: 1.2rem;
	cursor: pointer;
}
.button_long::before,
.button_long::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_long,
.button_long::before,
.button_long::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}



.button_long {
  position: relative;
  z-index: 2;
  background-color: #c9b093;
  border: 2px solid #c9b093;
  color: #fff;
}
.button_long:hover {
  background-color: #fff;
  border-color: #c9b093;
  color: #c9b093;
}
.button_long::before,
.button_long::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #c9b093;
}
.button_long::before {
  right: 0;
}
.button_long::after {
  left: 0;
}
.button_long:hover::before,
.button_long:hover::after {
  width: 0;
  background-color: #c9b093;
}




.button_long2 {
  display: inline-block;
  width: 260px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 46px;
  outline: none;
	font-size: 1.2rem;
	cursor: pointer;
}
.button_long2::before,
.button_long2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_long2,
.button_long2::before,
.button_long2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}



.button_long2 {
  position: relative;
  z-index: 2;
  background-color: #3e2509;
  border: 2px solid #3e2509;
  color: #fff;
}
.button_long2:hover {
  background-color: #fff;
  border-color: #3e2509;
  color: #3e2509;
}
.button_long2::before,
.button_long2::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #3e2509;
}
.button_long2::before {
  right: 0;
}
.button_long2::after {
  left: 0;
}
.button_long2:hover::before,
.button_long2:hover::after {
  width: 0;
  background-color: #3e2509;
}



@media screen and (max-width:640px){
	
	
	
.button {
  display: inline-block;
  width: 250px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 46px;
  outline: none;
	font-size: 1.2rem;
	cursor: pointer;
		margin-left: auto;
	margin-right: auto;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}



.button {
  position: relative;
  z-index: 2;
  background-color: #3e2509;
  border: 2px solid #3e2509;
  color: #fff;
}
.button:hover {
  background-color: #fff;
  border-color: #3e2509;
  color: #3e2509;
}
.button::before,
.button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #3e2509;
}
.button::before {
  right: 0;
}
.button::after {
  left: 0;
}
.button:hover::before,
.button:hover::after {
  width: 0;
  background-color: #3e2509;
}




.button_long {
  display: inline-block;
  width: 320px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 46px;
  outline: none;
	font-size: 1.2rem;
	cursor: pointer;

}
.button_long::before,
.button_long::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_long,
.button_long::before,
.button_long::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}



.button_long {
  position: relative;
  z-index: 2;
  background-color: #c9b093;
  border: 2px solid #c9b093;
  color: #fff;
			margin-left: auto;
	margin-right: auto;
}
.button_long:hover {
  background-color: #fff;
  border-color: #c9b093;
  color: #c9b093;
}
.button_long::before,
.button_long::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #c9b093;
}
.button_long::before {
  right: 0;
}
.button_long::after {
  left: 0;
}
.button_long:hover::before,
.button_long:hover::after {
  width: 0;
  background-color: #c9b093;
}




.button_long2 {
  display: inline-block;
  width: 320px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 46px;
  outline: none;
	font-size: 1.2rem;
	cursor: pointer;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.button_long2::before,
.button_long2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_long2,
.button_long2::before,
.button_long2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}



.button_long2 {
  position: relative;
  z-index: 2;
  background-color: #3e2509;
  border: 2px solid #3e2509;
  color: #fff;
}
.button_long2:hover {
  background-color: #fff;
  border-color: #3e2509;
  color: #3e2509;
}
.button_long2::before,
.button_long2::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #3e2509;
}
.button_long2::before {
  right: 0;
}
.button_long2::after {
  left: 0;
}
.button_long2:hover::before,
.button_long2:hover::after {
  width: 0;
  background-color: #3e2509;
}

	
	
	
	
	
}








