/*
-------------------------------------------
	R E S E T
-------------------------------------------
*/

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html { -webkit-text-size-adjust: none; -moz-text-size-adjust: none; text-size-adjust: none;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {margin: 0;padding: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;margin: 0;padding: 0;}
img, fieldset {border: 0;}#map img {max-width: none;}img {max-width: 100%;height: auto;}.ie8 img {width: auto;height: auto;}.clear {font-size: 0px;line-height: 0px;margin: 0px;padding: 0px;clear: both;float: none;height: 0px;width: 0px;}ul, ol {list-style-type: none;margin: 0px;padding: 0px;}li {margin: 0;padding: 0;}blockquote {padding: 0 30px 15px;}p {margin: 0;padding: 0;}

a {
	text-decoration: none;
	outline: none;
	color: #221815;
}

a:hover {
	color: #ccc;
	text-decoration: none;
}

a img.alfa {
    filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

a:hover img.alfa {
	filter: alpha(opacity=40); /* ---IE--- */
	-moz-opacity:0.4; /* ---Firefox・Netscape--- */
	opacity:0.4;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
	zoom: 1;
}

/*
-------------------------------------------
	E F F E C T
-------------------------------------------
*/

/* ----1.5------------------ */

.slidemenu__toggle__bar,#pagetop a {-webkit-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);-moz-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);}

/* ----0.6------------------ */

a img.alfa,#navigation,.btn,.btn b:after {-webkit-transition:all .6s cubic-bezier(.19,1,.22,1);-moz-transition:all .6s cubic-bezier(.19,1,.22,1);transition:all .6s cubic-bezier(.19,1,.22,1);}

/* ----0.3------------------ */

ul.slidemenu__nav li a:after,
#footer ul.subnavi li a:after,
.slidemenu__nav,
.slidemenu__nav__child,
ul.slidemenu__nav li a {-webkit-transition:all .3s cubic-bezier(.19,1,.22,1);-moz-transition:all .3s cubic-bezier(.19,1,.22,1);transition:all .3s cubic-bezier(.19,1,.22,1);}

.fixed #header {
  animation-name: slideDown;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-delay: 0s;
  transform-origin: 50% 50% 0;
  animation-duration: .3s;
  top: 0;
}

.fixed #header.second {
  animation-name: 0!important;
  animation-timing-function: 0;
  animation-iteration-count: 0;
  animation-delay: 0s;
  transform-origin: 0;
  animation-duration: 0;
  top: 0;
}

@keyframes slideDown {
  0% {
    top: -56px;
  }
  100% {
    top: 0;
  }
}

/*
-------------------------------------------
	F O N T
-------------------------------------------


font-family: 'Pathway Gothic One', sans-serif;
font-family: 'Fredoka One', cursive;
font-family: 'Candal', sans-serif;
font-family: 'Lancelot', cursive;
*/

/*
-------------------------------------------
	F O R M
-------------------------------------------
*/

input, textarea {
	font-size: 100%;
	font-family: inherit;
	-webkit-appearance: none!important;
	border-radius: 4px!important;
}

select {
	font-size: 100%;
	font-family: inherit;
	width: 100%;
	height:46px;
	line-height: 1.6em;
	font-weight: 100;
	color: #000000;
	padding: 10px;
	-webkit-appearance: none!important;
	border-radius: 4px!important;
	border: 1px solid #CC6600;
	background-color: #FFFFFF;
}

input[type=text], input[type=email], input[type=password], input[type=tel]  {
	width: 100%;
	height:46px;
	line-height: 1.6em;
	font-weight: 100;
	color: #000000;
	padding: 10px;
}

textarea {
	width: 100%;
	height: 184px;
}

input[type=text], input[type=email], input[type=password], input[type=tel],
textarea,select {
	font-size: 16px;
	border: 1px solid #CC6600;
	background-color: #FFFFFF;
}

textarea:focus, input[type=password]:focus, input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus {
	outline: none;
	background-color: #F5EFE3;
}

input[type=reset], input[type=submit] {}

input[type=reset]:hover, input[type=submit]:hover {}

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

/*
-------------------------------------------
	S T R U C T U R E
-------------------------------------------
*/


html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body {height: 100%;}

body {
	font-size: 12px;
	line-height: 1.8em;
	font-family:"游ゴシック","Yu Gothic","YuGothic",Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3","Meiryo",sans-serif;
	/*font-family: 'Noto Sans Japanese', serif;*/
	font-weight: 200;
	color: #221815;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#container, #wrapper {
	height: 100%;
}

#container {
	margin: 0px;
	width:100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	min-height: 100%;
	border: 0px solid #fff;
	overflow: hidden;
}

#wrapper {
	width:100%;
	max-width:1920px;
	margin:0 auto;
	padding-bottom: 400px;
	padding-top: 0px;
}

#header {
	width: 100%;
	height: 56px;
	position: absolute;
	z-index: 5;
	left: 0px;
	top: -56px;
	background-color:transparent;
	background-image: url(../images/share/naviback.jpg);
	background-repeat: repeat;
}

#header.second {
	top: 0px!important;
	z-index: 5!important;
	position: fixed;
	border-bottom:solid 1px #AC4F28;
}

.fixed #header {
	top: 0px;
	z-index: 5!important;
	position: fixed;
	border-bottom:solid 1px #AC4F28;
}

#header .inner {}

.topmain {
	position: relative;
}

div.line {
	font-size: 0px;
	line-height: 0px;
	background-color: #fff;
	height: 0px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 0;
	margin: auto;
	padding: 0px;
	top: auto;
	right: 0px;
}

#slideshow {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	-ms-transform: translateZ(0);
	-ms-backface-visibility: hidden;
	-ms-perspective: 1000;
	z-index: 0;
	font-size: 0px;
	line-height: 0px;
}

/* zoomslider */
.zs-enabled{position:relative}
.zs-enabled .zs-slideshow,.zs-enabled .zs-slides,.zs-enabled .zs-slide{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;overflow:hidden}
.zs-enabled .zs-slideshow .zs-slides .zs-slide{
    background:transparent none no-repeat 50% 50%;
	background-size:cover;
	position:absolute;
	visibility:hidden;
	opacity:0;
	-webkit-transform:scale(1.2, 1.2);
	-moz-transform:scale(1.2, 1.2);
	-ms-transform:scale(1, 1)!important;
	-o-transform:scale(1.2, 1.2);
	transform:scale(1.2, 1.2)
}
	
.zs-enabled .zs-slideshow .zs-slides .zs-slide.active{visibility:visible;opacity:1}

.zs-enabled .zs-slideshow .zs-bullets{
	position:absolute;
	z-index:4;
	width:10%;
	text-align:center;
	background-color: #FF0000;
	top: 0px;
	right: 0px;
	margin: auto;
	padding: 0px;
	left: 0px;
	bottom: 0px;
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet{display:inline-block;cursor:pointer;border:2px solid #ccc;width:14px;height:14px;border-radius:8px;margin:10px;background-color:#4a4a4a}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active{background-color:#ccc}
.zs-enabled .zs-slideshow:after{content:" ";position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;background:transparent none repeat 0 0}

.zs-bullets {
	display: none;
}

#topimage-wrapper {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0);
	z-index: 3;
}

#topimage-container {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    text-align: center;
    vertical-align: middle;
}

#topimage-container figure {
    max-width:260px;
	width: 80%;
	margin:0 auto;
}

#topimage-container figure img {
    width: 100%;
}

#topimage-container p {
    width: 90%;
    margin: 20px auto 10px;
}

#topimage-container p img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}


/* ----メインロゴ------------------ */
h1#logo,
p#logo {
	position: absolute;
	left: 70px;
	top: 120px;
	width:230px;
	z-index:3;
}

#header.second h1#logo,
#header.second p#logo {
	top: 17px;
	left: 120px;
}

.fixed h1#logo,
.fixed p#logo {
	top: 17px;
	left: 120px;
}

h1#logo img,
p#logo img,
.snsblock ul li img {
	width: 100%;
	font-size: 0px;
	line-height: 0px;
	vertical-align: middle;
}

p#fukuimaru {
	background-image: url(../images/share/naviback.jpg);
	background-repeat: repeat;
	padding: 6px;
	max-width:70px;
	width:100%;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	-webkit-border-radius: 1000px;
	-moz-border-radius:1000px;
	-ms-border-radius: 1000px;
	-o-border-radius: 1000px;
	border-radius: 1000px;
	position: absolute;
	left: 0px;
	top: -250px;
}

p#fukuimaru img {
	width: 100%;
}

#header.second p#fukuimaru {
    left: 40px;
	top: -5px;
	width:100%;
}

.fixed p#fukuimaru {
    left: 40px;
	top: -5px;
}

/*
-------------------------------------------
	N A V I
-------------------------------------------
*/

.stop {
  position: fixed;
  width: 100%;
  height: 100%;
}

#navigation {
	height: 56px;
	width: 90%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: -56px;
	right: 0px!important;
	z-index: 2;
	text-align: left;
}

.fixed #navigation {
	top: 0px;
}

#header.second #navigation {
	top: 0px;
}

/*----- ul ----*/	
.slidemenu__nav {
	display: inline-block;
	height:20px;
	right:auto;
	overflow:hidden;
	position:absolute;
	text-align: left;
	bottom: 0px;
	left: auto;
	right:60px;
	top: 180px;
}

.fixed .slidemenu__nav {
	top: 20px;
	left: auto;
	right:60px;
	position: fixed;
	height:20px;
}

#header.second .slidemenu__nav {
	top: 20px;
	left: auto;
	right:60px;
	position: fixed;
}

.slidemenu__nav li span {
	display:inline-block;
}

.slidemenu {display: inline-block;}


.slidemenu__nav li {
	display: inline-block;
	margin-right: 18px;
	margin-left: 18px;
	line-height: 1.4em;
}

.slidemenu__nav li img { width:auto; height:18px;}

.slidemenu__nav > li.nav0 {display:none}
	
/*----- ハンバーガー ----*/
.slidemenu__toggle {
    display: none;
}

#header.second .slidemenu__nav {
	top: 20px;
	left: auto;
	right:60px;
	z-index: 3!important;
	position: fixed;
}

@media screen and (max-width: 1080px) {

#nav img {
	width:auto!important;
	height:60px!important;
}

#nav li.nav0 img {height:140px!important;}

#navigation {
	height: 100px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	position:fixed;
	top: -56px;
	right: 0px!important;
	z-index: 100;
	text-align: left;
}

.fixed #navigation {position: absolute;}
#header.second #navigation {position: absolute;}

/* ----トグル------------------ */

.slidemenu__toggle {
	display: none;
	cursor: pointer;
	padding: 0px;
	height: 34px;
	width: 26px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	outline: none;
}

.slidemenu__toggle:hover {
	background-color: transparent;
}

.slidemenu__toggle__bar {
    display: block;
    width: 26px;
    height: 4px;
    background-color: #fff;
	transition: all .2s;
}

.slidemenu__toggle__bar + .slidemenu__toggle__bar {
    margin-top: 6px;
}

.slidemenu__toggle--active .slidemenu__toggle__bar {
    margin: 0;
    position: absolute;
}

.slidemenu__toggle--active .slidemenu__toggle__bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slidemenu__toggle--active .slidemenu__toggle__bar:nth-child(2) {
    opacity: 0;
}

.slidemenu__toggle--active .slidemenu__toggle__bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
	
.slidemenu {
	display: table;
}
	
/*----- ハンバーガー ----*/
.slidemenu__toggle {
    display: inline-block;
    position:absolute;
	top:120px;
	right:80px;
	z-index:100;
}

.slidemenu__toggle--active {
	top:80px;
	right:30px;
}

#header.second .slidemenu__toggle {
	top:10px!important;
	right:20px;
}

.stop .slidemenu__toggle.slidemenu__toggle--active {top:65px!important;right:20px!important;}

.fixed .slidemenu__toggle {
	top:10px;
	right:20px;
}

.slidemenu__toggle:before {
	content:'MENU';
	font-family: 'Bree Serif', serif;
	position:absolute;
	display:inline-block;
	left:-50px;
	top:8px;
	font-size:14px;
	font-weight:100;
	color: #FFFFFF;
}
	
.slidemenu__toggle--active:before {
	content:'CLOSE'!important;
}
	
/*----- ul ----*/	
.slidemenu__nav {
	vertical-align: middle!important;
	display: table-cell!important;
	width: 100%;
	height:100%!important;
	right:-100%!important;
	overflow:hidden;
	position:fixed!important;
	background-color: #66474A;
	text-align: center;
	top:0;
	padding-top: 0px;
	padding-bottom: 20px;
	bottom: 0px;
}

.fixed .slidemenu__nav {
	top:0!important;
}

#header.second .slidemenu__nav {
	top:0!important;
}
	
.slidemenu__nav.slidemenu__nav--open li {display: inline-block;}
	
.slidemenu__nav > li {
	display: inline-block;
	width: 96%;
	position:relative;
	text-align: left;
	line-height: 1.4em;
	padding:10px 0 20px 30px;
	vertical-align: middle;
	margin:0 auto;
	background-color:transparent;
}

.slidemenu__nav > li.nav0 {width: 180px;background-color:transparent;padding:0 0 20px 30px; display:block;}

ul.slidemenu__nav li a {
	padding:0px;
	color: #fff;
	line-height:1.4em;
}
	
ul.slidemenu__nav li a:after {content: none!important;}

.slidemenu__nav li b {
	font-family: 'Bree Serif', serif;
	font-size: 46px;
	line-height: 22px;
	font-weight: 100;
	display: block;
	font-style: normal;
	visibility: visible;
	margin-top:20px;
}

.fixed .slidemenu__nav li b,
#header.second .slidemenu__nav li b {
	display:inline-block;
	visibility: visible;
}

.slidemenu__nav li span {visibility: visible; color:#FFFFFF;display:inline-block;}
.slidemenu__nav li a span {
	display:block;
	font-size: 16px;
	line-height: 16px;
	font-weight: 100;
	color: #FFFFFF;
}

}

/* ----SNSナビ------------------ */

.snsblock {
	position: absolute;
	height: 130px;
	top: 0px;
	right: 100px;
}

.snsblock ul {
	text-align: right;
	font-size: 0px;
	line-height: 0px;
}

.snsblock ul li {
	width: 15px;
	display: inline-block;
	line-height: 146px;
	margin-left: 20px;
}

/* ----トップイメージ------------------ */

#topimage {
	position: relative;
	z-index: 1;
	background-position:right top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	width: 100%;
	z-index: 1;
	text-align: center;
	overflow:hidden;
	background-image: url(../images/topimage/main.jpg);
}

#topimage img {
	width: 100%;
}

#pageimage {
	position: relative;
	z-index: 1;
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	width: 100%;
	z-index: 1;
	text-align: center;
	overflow:hidden;
	height: 500px;
	margin-top: 56px;
}	

#pageimage:before {
	content:'';
	background-image:url(../images/share/nami.png);
	background-size:1061px 43px;
	max-width:1061px;
	width:100%;
	height:43px;
	position: absolute;
	z-index: 2;
	left: 0px;
	bottom: 0px;
}

#pageimage h1 {
	font-size:36px;
	font-weight:100;
	position: absolute;
	left: 10%;
	top:50%;
	line-height: 1.4em;
	color: #FFFFFF;
	display: inline-block;
	margin-top: -20px;
	letter-spacing: 0.3em;
}

#pageimage h1 span {
	background: linear-gradient(transparent 60%, #CC6600 0%);
	display: inline-block;
	padding-right: 0;
	padding-left: 0.3em;
}

#pageimage figure {
	max-width:300px;
	width:100%;
	margin: auto;
	padding: 0px;
	position: absolute;
	left: auto;
	top: auto;
	right: 5%;
	bottom: 10%;
	height: 220px;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

#pageimage figure img {
    width: 100%;
}

/*
-------------------------------------------
	M A I N
-------------------------------------------
*/

#main {
	width: 88%;
	padding-top: 60px;
	margin:0 auto;
	padding-bottom: 50px;
}

#main h2 {
	margin-bottom: 60px;
	text-align: left;
	position: relative;
}

#main h2 span {
	background-color: #FFFFFF;
	position: relative;
	z-index: 2;
	display: inline-block;
	border: 1px solid #CC6600;
	font-size: 30px;
	line-height: 1.4em;
	font-weight: 700;
	color: #C25F35;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(../images/share/news-back.jpg);
	letter-spacing: 0.3em;
}
/*
#main h2 span:before {
	content:'';
	width:1px;
	height:100%;
	background-color:#CC6600;
	display: inline-block;
	position: absolute;
	left: -30px;
	top: 0px;
}
*/

#main h2:after {
	content:'';
	width:110%;
	height:1px;
	background-color:#CC6600;
	display: inline-block;
	position: absolute;
	left: -5%;
	top: 50%;
}

#main h3.subtitle {
	font-family: 'Bree Serif', serif;
	margin-bottom: 0px;
	text-align: left;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 100;
	color: #B9592F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C26136;
	padding-bottom: 20px;
	letter-spacing: 0.5em;
}

#main h2 img {
	width: auto;
	height:24px;
}

#intro {
}

#intro header {
	position: relative;
}

#intro header mark {
	font-family: 'Bree Serif', serif;
	font-size: 30px;
	line-height: 1.4em;
	font-weight: 700;
	display: block;
	background-color:transparent;
	color: #BD5A30;
}

#intro header mark:after {
	content:"";
	width:60px;
	height:4px;
	background-color:#BD5A30;
	display: block;
	margin-bottom: 45px;
	margin-top: 10px;
}

#intro header h2 {
	width: 52%;
	margin-bottom: 6%;
}

#intro header h2:after {
    content:none;
}

#intro header h2 img {
	width: 100%;
	height:auto;
}

#intro .introbox h3 {
	font-size: 42px;
	line-height: 1.4em;
	font-weight: 700;
	width: 100%;
	margin-bottom: 5%;
	color: #BD5A30;
}

.introbox {
	margin-top: -13%;
	position: relative;
	padding-bottom: 10%;
}

#intro .introbox h4 {
	margin-bottom: 30px;
	text-align: left;
	position: relative;
}

#intro .introbox h4 span {
	background-color: #FFFFFF;
	position: relative;
	z-index: 2;
	display: inline-block;
	border: 1px solid #CC6600;
	font-size: 56px;
	line-height: 1.4em;
	font-weight: 700;
	color: #C25F35;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 40px;
	letter-spacing: 0.3em;
	margin-left: 5%;
	border-radius:100%;
}

#intro .introbox h4.type2 span {
	font-size: 86px;
	margin-left: 7%;
}

#intro .introbox h4:after {
	content:'';
	width:101%;
	height:1px;
	background-color:#CC6600;
	display: inline-block;
	position: absolute;
	left: -1%;
	top: 50%;
}

.introbox p {
	font-size: 18px;
	line-height: 2em;
	font-weight: 100;
	color: #333333;
	margin-bottom: 25px;
}

dl.sayu {
	width: 100%;
}

dl.sayu dt,
dl.sayu dd {
	font-size: 0px;
	line-height: 0px;
	min-height:500px;
	position: relative;
}

dl.sayu.left dt {
	float: left;
	width: 50%;
}

dl.sayu.left dd {
	float: left;
	width: 50%;
}

dl.sayu.right dt {
	float: right;
	width: 50%;
}

dl.sayu.right dd {
	float: right;
	width: 50%;
}

dl.sayu dt {
	position: relative;
	z-index: 1;
	background-position:right top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	width: 100%;
	z-index: 1;
	text-align: center;
	overflow:hidden;
}

dl.sayu dd {
	padding: 40px;
}

dl.sayu dd h2 {
	font-family: 'Bree Serif', serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: 100;
	color: #CCCCCC;
	display: inline-block;
	margin: 0px 0px 15px 0px!important;
	padding:0px!important;
}

dl.sayu dd h2:after {
	content:'';
	display:inline-block;
	width:100%;
	height:1px;
	background-color:#333333;
	margin: 0px!important;
}

dl.sayu dd p {
	font-size: 15px;
	line-height: 1.8em;
	font-weight: 100;
	color: #333333;
}

#main.aging {
	padding-top: 45px;
}

dl.wider {
	width: 100%;
	margin-bottom: 60px;
	padding-top: 20px;
}

dl.wider dt,
dl.wider dd {
	font-size: 0px;
	line-height: 0px;
	min-height:500px;
	position: relative;
}

dl.wider.left dt {
	float: left;
	width: 55%;
}

dl.wider.left dd {
	float: left;
	width: 45%;
}

dl.wider.right dt {
	float: right;
	width: 55%;
}

dl.wider.right dd {
	float: right;
	width: 45%;
}

dl.wider dt {
	position: relative;
	z-index: 1;
	background-position:right top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	width: 100%;
	z-index: 1;
	text-align: center;
	overflow:hidden;
}

dl.wider dd {
	padding: 0px;
}

dl.wider dd h3 {
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 100;
	color: #BB5C30;
	display: inline-block;
	margin: 0px 0px 30px 0px!important;
	padding:0px!important;
}

dl.wider dd h3:after {
}

dl.wider dd p {
	font-size: 15px;
	line-height: 1.8em;
	font-weight: 100;
	color: #333333;
}

dl.wider.left dd .kaburi {
	margin-left: -20%;
	margin-top: 10%;
	position: relative;
	z-index: 2;
	padding: 10%;
	background-image: url(../images/share/news-back.jpg);
	background-repeat: repeat;
}

dl.wider.right dd .kaburi {
	margin-right: -20%;
	margin-top: 10%;
	position: relative;
	z-index: 2;
	padding: 10%;
	background-image: url(../images/share/news-back.jpg);
	background-repeat: repeat;
}

.exp {
	padding-bottom: 60px;
}

.exp_difficult {
	width:96%;
	margin:0 auto 60px;
	padding: 40px;
	border: 1px dotted #C05D33;
	-webkit-border-radius: 30px;
	-moz-border-radius:30px;
	-ms-border-radius:30px;
	-o-border-radius: 30px;
	border-radius:30px;
}

/*
-------------------------------------------
	装飾
-------------------------------------------
*/

p.midashi {
	font-size: 24px;
	line-height: 1.8em;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: left;
	color: #C36134;
}

.exp h3 {
	font-size: 24px;
	line-height: 1.8em;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: left;
	color: #C36134;
}

.exp p {
	font-size: 18px;
	line-height: 2em;
	font-weight: 100;
	color: #000000;
	width: auto!important;
}

.exp_difficult h3 {
	font-size: 24px;
	line-height: 1.8em;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: left;
	color: #C36134;
}

.exp_difficult p {
	font-size: 16px;
	line-height: 1.8em;
	font-weight: 100;
	color: #000000;
	width: auto!important;
}

.left-text {
	float: left;
	width: 60%;
	padding-right: 30px;
	padding-bottom: 100px;
}

.center-text {
	width: 100%;
	clear: both;
	float: none;
}

img.rightimage {
	float: right;
	width: 40%;
}

/*
-------------------------------------------
	C O M P A N Y
-------------------------------------------
*/

#main.company {
	padding-top: 45px;
}

.company dl {
	width: 100%;
	display: table;
	font-size: 0px;
	line-height: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

.company dt,
.company dd {
	display: table-cell;
	vertical-align: middle;
}

.company dt {
	width: 20%;
	font-size: 14px;
	line-height: 1.8em;
	font-weight: 700;
	color: #000000;
}

.company dd {
	width: 80%;
	font-size: 14px;
	line-height: 1.8em;
	font-weight: 100;
	color: #000000;
}

.howto {
	padding-top: 40px;
}

.howto ul {
	width: 100%;
	font-size: 0px;
	line-height: 0px;
}

.howto ul li a {
	float: left;
	width: 33.3333%;
	padding: 20px;
	text-align: center;
}

.howto ul li:nth-child(2n) a {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #000000;
	border-left-color: #000000;    
}

.howto ul li a h3 {
	font-family: 'Bree Serif', serif;
	color: #B9592F;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 100;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.howto ul li a h3:after {
	content:'';
	width:40px;
	height:1px;
	background-color:#B9592F;
	display: block;
	margin:10px auto 0;
}

.howto ul li a span {
	font-size: 13px;
	line-height: 1.4em;
	font-weight: 100;
	color: #000000;
	display: block;
	text-align: center;
}

.howto ul li a figure {
    max-width:125px;
	margin:20px auto 0px;
}

.howto ul li a figure.mark {
    max-width:80px;
	margin:40px auto 0px;
}

.howto ul li a figure img.svg {
    width:100%;
}

.howto ul li.howto01 a {
	/*background-color: #E2E3A9;*/
}

.howto ul li.howto02 a {
	/*background-color: #B6DDAA;*/
}

.howto ul li.howto03 a {
	/*background-color: #DDC0B8;*/
}

/*
-------------------------------------------
	R E C R U I T
-------------------------------------------
*/

#recruit-block {
	padding-bottom: 20px;
	margin:0 auto;
	width:80%
}

#inquiry-block {
	padding: 140px 0px 20px;
	margin:-100px auto 0;
	width:80%
}

#recruit-block h3,
#inquiry-block h3 {
	font-size: 28px;
	line-height: 1.4em;
	font-weight: 100;
	color: #8C6D6D;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: 0.5em;
}

#recruit-block h3:before,
#inquiry-block h3:before {
	content:'';
	background-image:url(../images/share/arrow-down.svg);
	display:inline-block;
	width:20px;
	height:20px;
	background-size:20px 20px;
	margin-right: 20px;
	margin-left: -0.5em;
	position: relative;
}

#recruit-block dl {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	display: table;
	height: 100%;
	width: 100%;
	font-size: 0px;
	line-height: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

#recruit-block dl:last-child { border-bottom:solid 1px #666666;}

#recruit-block dl:before {
	content:'';
	width:1px;
	height:100%;
	background-color:#666666;;
	display: inline-block;
	position: absolute;
	left: 33%;
	top: 0;
}

#recruit-block dt,
#recruit-block dd {
	font-size: 15px;
	line-height: 1.8em;
	font-weight: 100;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	display: table-cell;
}

#recruit-block dt {
	width: 36%;
	padding-left: 20px;
}

#recruit-block dt span {color:#f03094;}

#recruit-block dd {
	width: 64%;
}

#inquiry-block dl {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	display: table;
	height: 100%;
	width: 100%;
	font-size: 0px;
	line-height: 0px;
	padding-top: 30px;
	padding-bottom: 25px;
	position: relative;
}

#inquiry-block dl.last { border-bottom:solid 1px #000}

#inquiry-block dl:before {
	content:'';
	width:1px;
	height:100%;
	background-color:#000000;
	display: inline-block;
	position: absolute;
	left: 33%;
	top: 0;
}

#inquiry-block dt,
#inquiry-block dd {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 100;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	display: table-cell;
}

#inquiry-block dt {
	width: 36%;
	padding-left: 20px;
}

#inquiry-block dt span {color:#f03094;}

#inquiry-block dd {
	width: 64%;
	font-size: 0px;
	line-height: 0px;
}

#inquiry-block dd a.atag {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 100;
}


/*
-------------------------------------------
	C O N T A C T
-------------------------------------------
*/
#main.contact {
	padding-top: 45px;
}

#contactblock {
	padding-bottom: 20px;
}

#error,
.conform {
	padding-bottom: 30px;
	text-align: center;
}

#error h3,
.conform h3 {
	margin-bottom: 30px;
	text-align: center;
}

#contactblock dl {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	display: table;
	height: 100%;
	width: 100%;
	font-size: 0px;
	line-height: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
}

#contactblock dt,
#contactblock dd {
	font-size: 13px;
	line-height: 1.6em;
	font-weight: 100;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	display: table-cell;
}

#contactblock dt {
	width: 36%;
}

#contactblock dt span {color:#f03094;}

#contactblock dd {
	width: 64%;
}


/*
-------------------------------------------
	C O N T A C T
-------------------------------------------
*/

#contact-block {
	padding-top: 20px;
	margin:0 auto;
	width:86%;
}

#contact-block dl {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DEDEDE;
}

#contact-block dl:first-child {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #DEDEDE;
}

#contact-block dt {
	float: left;
	width: 30%;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 700;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #221815;
}

#contact-block dt span {
	font-size: 13px;
	color: #FF0000;
	display: inline-block;
	margin-left: 5px;
}

#contact-block dd {
	float: left;
	width: 70%;
	padding: 20px 15px;
}

#sendbtn {
	padding-top: 40px;
}

p.send input {
	background-color: #FFFFFF;
	height: 50px;
	width: 100%;
	border: 1px solid #C56439;
	font-size: 16px;
	line-height: 46px;
	font-weight: 700;
	color: #C56439;
	cursor: pointer;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span {
	font-size: 13px;
	font-weight: 100;
	display: block;
	color: #A77A7E;
}

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional{
	display : none;
	float : left;
	font-weight : bold;
	color : #ffffff;
	padding : 3px 5px;
	border-radius : 3px;
}

form#mail_form dl dt span.required{
	background : rgba( 255, 50, 50, 0 );
}

form#mail_form dl dt span.optional{
	background : rgba( 255, 255, 255, 0 );
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match{
	display : block;
	color : #ff0000;
	margin-top: 7px;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: 100;
}


span.loading{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 255, 255, 255, 0.2 );
	border-right: 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
}

@-webkit-keyframes load-circle{
	0%{
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100%{
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

@keyframes load-circle{
	0%{
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100%{
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */

form#mail_form input#name_1,
form#mail_form input#name_2{
	width : 48%;
	max-width : 100%;
	-webkit-appearance : none;
}

form#mail_form input#read_1,
form#mail_form input#read_2{
	width : 48%;
	max-width : 100%;
	-webkit-appearance : none;
}

form#mail_form input#line,
form#mail_form input#station{
	width : 48%;
	max-width : 100%;
	-webkit-appearance : none;
}

label.line {margin-right:2%;}

form#mail_form input#name_1,
form#mail_form input#read_1 { margin-right:4%;}

form#mail_form input#name_2,
form#mail_form input#read_2 { margin-right:0;}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm{
	width : 100%;
	max-width : 100%;
	-webkit-appearance : none;
}

form#mail_form ul li{
	list-style-type : none;
	margin-bottom : 0.5em;
}

form#mail_form ul li label:hover{
	cursor : pointer;
}

form#mail_form ul li input{
	height : auto;
	margin-right : 0.5em;
}

form#mail_form input#postal{
	width : 30%;
	max-width : 100%;
	-webkit-appearance : none;
}

form#mail_form input#address_1,
form#mail_form input#address_2{
	display : block;
	width : 100%;
	max-width : 100%;
	margin-bottom : 7px;
	-webkit-appearance : none;
}

form#mail_form input#phone{
	width : 48%;
	max-width : 100%;
	-webkit-appearance : none;
}

form#mail_form input#schedule{
	width : 47%;
	max-width : 100%;
	-webkit-appearance : none;
}


p#form_submit{
	width : 90%;
	margin : 0 auto;
	padding : 40px 0;
}

p#form_submit b {
	display: block;
	margin:0 auto;
	position: relative;
	width: 96%;
	max-width:400px;
}

p#backbutton {
	width : 90%;
	margin : 0 auto;
	padding :0;
	text-align: center;
}

div#confirm_field{
	max-width : 1140px;
	width : 100%;
	margin : 0px auto;
	padding : 10px 0;
	background : #ffffff;
}

div#confirm_field{
	display : none;
}

div#confirm_field h4{
	width : 100%;
	margin : 0 auto;
	padding : 15px 0;
	font-size : 18px;
	text-align : center;
	line-height: 1.4em;
	font-weight: 700;
}

div#confirm_field dl{
	width : 94%;
	margin : 0 auto;
	overflow : hidden;
}

div#confirm_field dl dt{
	clear : both;
	width : 30%;
	float : left;
	border-top : 1px solid #cccccc;
	padding : 15px 0;
	text-align : right;
}

div#confirm_field dl dd{
	width : 65%;
	float : right;
	border-top : 1px solid #cccccc;
	padding : 15px 0 15px 5%;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 100;
	color: #000000;
}

input#confirm_cancel_button {
	font-size: 16px;
	font-weight: 100;
}


/*
-------------------------------------------
	F O O T E R
-------------------------------------------
*/

#footer {
	width: 100%;
	height: 400px;
	position:absolute;
	bottom:0px;
	left: 0px;
	text-align: center;
	background-color: #CC9900;
	z-index: 2;
	background-image: url(../images/share/footer.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	overflow:hidden;
}

#footer {
	overflow:hidden;
}

#footer .inner {
	width: 100%;
}

#footer .mask {
	width:64%;
	height:160%;
	background: rgba(255, 255, 255, 0.6);
	display: inline-block;
	position: absolute;
	left: -10%;
	bottom: -100px;
	-webkit-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	transform: skewX(20deg);
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	transform-origin: bottom right;
	z-index: 1;
	-webkit-border-radius: 1000px;
	-moz-border-radius:1000px;
	-ms-border-radius: 1000px;
	-o-border-radius: 1000px;
	border-radius: 1000px;
}

#footer .inner {
	width:100%;
	height:100%;
	margin:0px auto;
	padding:45px 20px 20px 50px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

address p {
	font-size: 14px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: 100;
	color: #333333;
	text-align: left;
	padding-left:0px;
	margin-top: 15px;
}

/*
-------------------------------------------
	F O N T
-------------------------------------------


font-family: 'Bree Serif', serif;
font-family: 'Francois One', sans-serif;
font-family: 'Michroma', sans-serif;
font-family: 'Spinnaker', sans-serif;
*/

address p.tel {
	font-family: 'Bree Serif', serif;
	padding-left: 0px;
	font-size: 48px;
	line-height: 1.4em;
	font-weight: 400;
	margin-top: 0px;
}

#footer .inner h4 {
	text-align: left;
	padding-left: 0px;
	max-width:400px;
}

#footer .inner h4 img {
	width: 100%;
}

/* ----SNSナビ------------------ */

.snsblock_footer {
    margin:0 auto;
	width:100%;
}

.snsblock_footer ul {
	text-align: center;
	font-size: 0px;
	line-height: 0px;
}

.snsblock_footer ul li {
	width: 15px;
	display: inline-block;
	margin:0 10px 0 10px;
}

#footer ul.subnavi {
	text-align: left;
	width: 100%;
	padding-top: 35px;
	position: absolute;
	left: 50px;
	bottom: 60px;
}

#footer ul.subnavi li {
	display: inline-block;
	margin:0 12px 0 0px;
}

#footer ul.subnavi li a {
	font-family: 'Bree Serif', serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #000
	text-align: center;
	letter-spacing: 0.04em;
	position: relative;
}

#footer ul.subnavi li a:hover {
	color: #000
}

#footer ul.subnavi li a:after {
	content: "";
	position:absolute;
	display:inline-block;
	width:0;
	height:1px;
	background: #000000;
	left: 0px;
	bottom: auto;
	margin: auto;
	top: 14px;
	right: 0px;
}

#footer ul.subnavi li a:hover:after {
	content: "";
	position:absolute;
	display:inline-block;
	width:100%;
	height:1px;
	background-color: #000000;
}

p#copy {
	font-family: 'Spinnaker', sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: 400;
	color: #221815;
	width: 100%;
	letter-spacing: 0.06em;
	position: absolute;
	left: 50px;
	bottom: 20px;
	text-align: left;
}

#pagetop a {
	position: absolute;
	top: 40px;
	right: 40px;
	max-width:113px;
	width:100%;
}

#pagetop a:hover {
	top: 30px;
}

#pagetop img {
    width:100%;
}

.btnbox {
	padding-top: 40px;
}

.btn {
	display: block;
	width: 96%;
	max-width:400px;
	background-color: #990000;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 100;
	color: #FFFFFF;
	text-align: center;
	margin:0 auto;
	position: relative;
}

.btn:hover {
	color: #FFFFFF;
	background-color: #CD0000;
}

.btn b {
	display: inline-block;
	vertical-align: middle;
}

.btn b:after {
	content: "";
	width:27px;
	height:10px;
	display: inline-block;
	background-image: url(../images/img/arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:27px 10px;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 40px;
	margin-top: -10px;
}

.btn:hover b:after {
	right: 20px;
}

form#mail_form input#form_submit_button,
input#confirm_submit_button {
	display: block;
	width: 96%;
	max-width:400px;
	background-color: #990000;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	line-height: 1em;
	height:auto;
	font-weight: 100;
	color: #FFFFFF;
	text-align: center;
	margin:0 auto;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

form#mail_form input#form_submit_button:hover,
input#confirm_submit_button:hover{
	color: #FFFFFF;
	background-color: #CD0000;
}

p#form_submit b:after {
	content: "";
	width:27px;
	height:10px;
	display: inline-block;
	background-image: url(../images/img/arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:27px 10px;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 40px;
	margin-top: -10px;
}

p#form_submit:hover b:after {
	right: 20px;
}

@media screen and (max-width: 1320px) {


}

@media screen and (max-width: 1040px) {

    .snsblock { display:none;}
	h1#logo,p#logo {left: 60px;top: 28px;}
	
	#nav img {
    width:auto;
	height:40px!important;
    }
	
	#main.contact {
	    padding-top:80px;
	}
	
	#main h2 {
    }
	
	dl.wider dt {
	    min-height:400px;
    }
	
    dl.wider dd {
	    min-height:300px;
    }
	
	dl.wider.left dt {width: 55%;}
    dl.wider.left dd {width: 45%;}
    dl.wider.right dt {width: 55%;}
    dl.wider.right dd {width: 45%;}
	
	dl.wider.left dd .kaburi {
	    padding: 10%;
		width:145%;
		margin-left:-40%;
    }

    dl.wider.right dd .kaburi {
	    padding: 10%;
		width:145%;
    }
	
/* お問い合わせ
─────────────────────────────────────────*/	
	#inquiry-block {
	    width:100%
    }
	
/* フッター
─────────────────────────────────────────*/	
	#footer .inner {
	    padding:45px 20px 20px 40px;
    }
	
	#footer .mask {
	    width:80%;
    }
	
	#footer .inner h4 {
	    max-width:300px;
    }
	
	address p.tel {
	    font-size: 36px;
	}
	

}

@media (min-width: 1024px) and (max-width: 1366px) { 
/* --------------- wxga ultra book 1366x768--------------MacBook Airの11インチモデルは1,366x768ピクセル。13インチモデルは1,440x900ピクセル。---  */
@media screen and (max-height: 768px) {

}

}


@media screen and (max-width: 860px) {
@media all and (orientation: landscape) { 

    img { max-height:200px;}

}
}


@media screen and (max-width: 860px) {

    #header.second h1#logo,
	#header.second p#logo {
	    top: 15px;
	    left: 100px;
		width:200px;
    }
	
	#header.second p#fukuimaru {
        left: 10px;
	    top: -5px;
	    max-width:80px;
    }

/* イントロ
─────────────────────────────────────────*/		
	#intro header h2 {
	    width: 70%;
	    margin-bottom: 6%;
    }
	
	#intro .introbox h3 {
	    font-size: 28px;
	    margin-bottom: 3%;
    }
	
	#pageimage figure {
	    max-width:200px;
		width:100%;
	    height: 150px;
    }
	
	#main h2 img {
	    width: auto;
	    height:20px;
    }
	
	p.midashi {
	    font-size: 18px;
	    line-height: 1.8em;
	    font-weight: 700;
	    margin-bottom: 40px;
	    text-align:justify;
    }
	
	dl.wider.left dt {width: 50%;}
    dl.wider.left dd {width: 50%;}
    dl.wider.right dt {width: 50%;}
    dl.wider.right dd {width: 50%;}
	
	#footer {
	    background-position:center top;
    }
	
	#footer .inner {
	    padding:45px 20px 20px 30px;
    }
	
	#footer .mask {
	    width:90%;
    }
	
	#footer .inner h4 {
	    max-width:240px;
    }
	
	address p.tel {
	    font-size: 36px;
	}
	
	#footer ul.subnavi {
	    left: 30px;
    }
	
	p#copy {
	    left: 30px;
    }

}

@media screen and (max-width: 640px) {
	
	.pc {display:none;}
    .sp {display:block;}
	#container {
	    border: 0px solid #fff;
    }

	#header {
	height: 56px;
	top: -56px;
    }
	
	h1#logo,
	p#logo {
	    left: 30px;
	    top: 86px;
	    width:170px;
    }
	
	.fixed h1#logo,
	.fixed p#logo {
	    top: 15px;
	    left: 75px;
		width:170px;
    }
	
	#header.second h1#logo,
	#header.second p#logo {
	    top: 15px;
	    left: 75px;
		width:170px;
    }
	
	.fixed p#fukuimaru {
        left: 0px;
	    top: -2px;
	    max-width:65px;
    }
	
	#header.second p#fukuimaru {
        left: 0px;
	    top: -2px;
	    max-width:65px;
    }
	
	/*----- ハンバーガー ----*/
	.slidemenu__toggle {
		top:81px;
		right:30px;
    }
	
	/*----- ハンバーガー ----*/
	#header.second .slidemenu__toggle {
		top:11px;
		right:20px!important;
    }
	
	/*----- ul ----*/	
    .slidemenu__nav {
	    padding-top: 0px;
    }
	
	/*----- ul ----*/	
    .fixed .slidemenu__nav {
    }
	
	#topimage-container figure {
        max-width:160px;
	    width: 80%;
	    margin:0 auto;
    }
	
	#pageimage {
	    background-position:center top;
	    height: 300px;
    }
	
	#pageimage:before {
	    background-size:680px 28px;
	    height:28px;
    }

	#pageimage figure {
	    display:none;
    }
	
	#pageimage h1 {
	    position: absolute;
		margin: auto;
		padding:0;
		top:0;
		bottom:0;
		left:0;
		right:0;
		font-size:28px;
		height:28px;
    }
	
	div.line {
	    height: 20px;
    }
	
	.introbox p {
	    font-size: 15px;
	    line-height: 1.8em;
	    margin-bottom: 25px;
    }
	
/* メイン
─────────────────────────────────────────*/	
	#main {
	    width: 92%;
	    padding-top: 30px;
	    padding-bottom: 20px;
    }
	
	#main.company,
	#main.aging,
	#main.contact {
	    padding-top: 15px;
    }

	#main h2 {
	    padding-right:0px;
		margin-bottom:30px;
		text-align: center;
		letter-spacing:0.1em;
	}
	
	#main h2 span {
	    font-size: 24px;
    }
	
	.exp { padding-bottom:20px;}
	
	.exp h3 {
	    font-size: 20px;
	    line-height: 1.8em;
	    margin-bottom: 10px;
    }

    .exp p {
	    font-size: 15px;
	    line-height: 1.8em;
    }
	
	p.midashi {
	    font-size: 16px;
	    line-height: 1.6em;
	    font-weight: 700;
		margin-top:30px;
	    margin-bottom: 30px;
	    text-align:justify!important;
    }
	
	p.midashi br { display:none;}
	dl.wider {
	    margin-bottom: 30px;
	    padding-top: 0px;
    }
	dl.wider dd {padding: 0px;}
	
	dl.wider.left dt {width: 100%;}
    dl.wider.left dd {width: 100%;}
    dl.wider.right dt {width: 100%;}
    dl.wider.right dd {width: 100%;}
	
	dl.wider.left dd .kaburi,
	dl.wider.right dd .kaburi {
	    text-align:justify;
	}
	
	dl.wider.left dd .kaburi {
	    padding: 10%;
		width:100%;
		margin-left:0%;
    }

    dl.wider.right dd .kaburi {
	    padding: 10%;
		width:100%;
		margin-right:0%;
    }
	
	#contact-block dt {
	    font-size: 14px;
	    padding-top: 20px;
	    padding-bottom: 20px;
    }

    #contact-block dd {
	    padding: 10px 0px 10px 10px;
    }
	
	dl.sayu dt,
    dl.sayu dd {
	    min-height:300px;
    }
	
	dl.sayu dd {
	    padding: 40px 10px;
		text-align:justify;
    }

    dl.sayu.left dt,
	dl.sayu.left dd,
	dl.sayu.right dt,
	dl.sayu.right dd {
	float: left;
	width: 100%;
    }
	
	.howto ul li a h3 {
	    font-size: 18px;
    }
	
	.howto ul li a span {
	    font-size: 11px!important;
	}
	
	.howto ul li a {
	    width: 50%;
	    padding: 20px 10px 20px 10px;
    }

    .howto ul li:nth-child(2n) a {
	    border-right-width: 0px;
	    border-left-width: 1px;  
    }
	
	.howto ul li.howto03 {
	    display:none;
    }
	
	.howto ul li a figure.mark {
        max-width:50px;
	    margin:30px auto 0px;
    }
	
	.company dt {
	    width: 30%;
	    font-size: 13px;
    }

    .company dd {
	    width: 70%;
	    font-size: 13px;
    }
	
/* お問い合わせフォーム
─────────────────────────────────────────*/	
	#inquiry-block {
	padding: 80px 0px 20px;
	margin:-80px auto 0;
    }

	#inquiry-block dl {
	    padding-top: 20px;
	    padding-bottom: 15px;
    }
	
	#inquiry-block dt {
	    font-size: 14px;
    }

    #inquiry-block dt {
	    width: 30%;
	    padding-left: 0;
		padding-right:20px;
    }

    #inquiry-block dd {
	    width: 70%;
    }
	
	#inquiry-block dl:before {
	    left: 27%;
    }
	
	#inquiry-block #confirm_field dl:before {
	    left: 33%;
    }
	
	form#mail_form input#postal{
	    width : 100%;
    }
	
	form#mail_form input#phone{
	    width : 100%;
    }


/* フッター
─────────────────────────────────────────*/	
	#footer {
	    background-position:right bottom;
    }
	
	#footer .inner {
	    padding:40px 20px 20px 20px;
    }
	
	#footer .mask {
	    width:130%;
		background: rgba(255, 255, 255, 0.8);
		left: 60%;
	    bottom: -170px;
	    -webkit-transform: skewX(100deg);
	    -ms-transform: skewX(100deg);
	    transform: skewX(100deg);
    }
	
	address {
	    padding-top:140px;
		position:static;
    }
	
	#footer .inner h4 {
	    max-width:240px;
		width:100%;
		position:absolute;
		bottom:50px;
		left:20px;
		text-align:center;
    }
	
	address p {font-size: 11px; margin-top:0px;color:#FFFFFF;position:absolute; bottom:27px;left:20px;text-align:left; width:100%; letter-spacing:0.1em;}
	
	address p span { display:inline-block;}
	
	address p.tel {
	    position:absolute;
		bottom:13px;
		right:20px;
		left:auto;
		width:34px;
		height:34px;
	}
	
	address p.tel a {
	    background-image:url(../images/share/tel.svg);
		background-size:34px 34px;
		width:34px;
		height:34px;
		text-indent: -9999px;
		display:block;
	}
		
	#footer ul.subnavi {
	    bottom: 35px;
		display:none;
    }
	
	#footer ul.subnavi li a {
	    color:#FFFFFF;
    }
	
	p#copy {
	    font-size: 11px;
	    color: #fff;
	    width: 100%;
	    letter-spacing: 0.06em;
	    left: 20px;
	    bottom: 10px;
	    text-align: left;
    }
	
	#pagetop a {
	    right:0;
		left:0;
		top:40px;
		bottom:0;
		margin:auto;
		padding:0;
		max-width:100px;
    }

}
	

@media screen and (max-width: 480px) {
	
	#topimage-container figure {
        max-width:150px;
	    width: 80%;
	    margin:0 auto;
    }
	
	#pageimage:before {
	    background-size:520px 21px;
	    height:21px;
    }
}

.slidemenu__nav--open {display:table-cell; right:0!important;}
.slidemenu__nav--open .slidemenu__nav__child {display: block;}
