@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* Reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
	line-height: 1;
	letter-spacing: 0;
}
p, ul, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	outline: none;
}
ul li {
	list-style: none;
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
img {
	vertical-align: bottom;
	border: none;
}
a {
	line-height: 100%;
	text-decoration: none;
	outline: none;
}
.textcenter {
    text-align: center;
}

/* sp
---------------------------------------- */
.forSP {
	display: none;
}

/* common
---------------------------------------- */
body{
	color: #333;
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.001em;
	max-height: 999999px;
}
main {
	display: block;
}
a {
	color: inherit;
}
img {
	max-width: 100%;
	height: auto;
}
h1 {
	font-size: 2.2rem;
	letter-spacing: 0.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 12px;
}
div#container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    line-break: strict;
    word-spacing: -0.2em;
}
#copy {
	font-size: 45px;
	letter-spacing: 0.02em;
	line-height: 1.5em;
	font-weight: bold;
	transform: translate(0, -40%);
	-webkit-transform: translate(0, -40%);
	color:#000;
}
#copy .ef{
color: #ff8e31;
}
#copy span.ef2 .char1, #copy span.ef2 .char2 {
	/*font-size: 130%;*/
	color: #ff8e31;
}
#copy span.ef2 .char4, #copy span.ef2 .char5, #copy span.ef2 .char6, #copy span.ef2 .char7, #copy span.ef2 .char8 {
	/*font-size: 130%;*/
	color: #ffff00;
}
.br:before {
	content: "\A";
	white-space: pre;
}
.sub-ttl {
	text-align: center;
	font-size: 1.4rem;
	font-weight: lighter;
	color: #444;
	    border-top: 1px solid;
    width: 300px;
    padding-top: 10px;
    margin: 0 auto;
	padding-bottom: 40px;
}
.sub-ttl.separate {
	padding-bottom: 35px;
	border-bottom: 1px solid #D8D8D8;
}
.catch {
	text-align: center;
	font-size: 1rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.sideline {
	width: 725px;
	padding: 5px 0;
	border-left: #44392F solid 1px;
	border-right: #44392F solid 1px;
	margin: 0 auto 50px;
}
.inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.bg-townscape {
	position: relative;
	background-color: #f5f5eb;
	padding: 50px 0;
}
.bg-townscape::before {
	pointer-events: none;
	display: block;
	content: "";
	position: absolute;
	top: -88px;
	min-width: 960px;
	width: 100%;
	height: 88px;
	background: url(/assets/img/bg_townscape.png) no-repeat center;
}
#header {
    padding: 0;
    text-align: center;
	border-top: 2px solid #f27649;
}

/* motion,btn
---------------------------------------- */
*:selection {
	background: #f27649;
	color: #fff;
}
a, img, .photo, .over, aside#sns li span, .nav-child, .ico-area dd ul {
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
.enlargement img {
	-moz-transition: -moz-transform all .4s;
	-webkit-transition: -webkit-transform all .4s;
	-o-transition: -o-transform all .4s;
	-ms-transition: -ms-transform all .4s;
	transition: all .4s;
}
a:hover .enlargement img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.btn {
	text-align: center;
}

.btn.all {
	text-align: center;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}
.btn.all a {
	width: 225px;
	background-image: url(/assets/img/btn_all.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.btn.all a:hover {
	background-image: url(/assets/img/btn_all_on.png);
	background-color: #f27649;
}
.btn.return a {
	width: 165px;
	line-height: 31px;
	height: 31px;
	font-size: 1.15rem;
	letter-spacing: 0.1rem;
	font-weight: bold;
	color: #5f564d;
	border: 2px solid #5f564d;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
}
.btn.return a:after {
	content: '\f432';
	font: lighter 20px Genericons;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	margin: auto;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.btn.next a {
	width: 215px;
	line-height: 31px;
	height: 31px;
	font-size: 1.15rem;
	letter-spacing: 0.1rem;
	font-weight: bold;
	color: #333;
	border: 2px solid #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
	background-color:#fff;
}
.btn.next a:after {
	content: '\f432';
	font: lighter 20px Genericons;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
/* header
---------------------------------------- */
#minitabs {
	margin: 0;
	padding: 0 0 22px 10px;
	
	}

#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	
	}
	

	
#minitabs a:link, #minitabs a:visited {
	    float: left;
    margin: 0 10px 0px 10px;
    text-decoration: none;
    width: 17%;
	font-size: 1.1em;
	}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {
	border-bottom: 4px solid #f27649;
	padding-bottom: 2px;
	background: #fff;
	}


div.nav_head{
	height:80px;
}
div.nav_head p.tel{
	float: right;
    padding: 10px 20px;
    background-color: #f27649;
    color: #fff;
    font-weight: bold;
	line-height:1.3em;
}
div.nav_head p.tel span{
padding-right: 5px;
}
div.nav_head p.head_logo{
	float: left;
	margin-top: 10px;
}
div.nav_head p.head_logo span{
	display: inline-block;
    padding-left: 10px;
    color: #f4a018;
}
header:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1rem;
	line-height: 0;
	clear: both;
}
header .inner {
	position: relative;
}
header #head-logo {
	float: left;
}
header #head-description {
	position: absolute;
	top: 35px;
	left: 75px;
}
header #top-nav {
	margin: 0 auto;
    width: 960px;
}
.globalNav {
    list-style: none;
    overflow: hidden;
}
 
.globalNav li {
    float: left;
	width:230px;
	font-size: 1.4em;
}
 
.globalNav li a {
    display: block;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
   
}
 
.globalNav li a span {
    display: block;
    margin: 3px 0 0 0;
   font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
 
.globalNav li a:hover {
    color: #333;
}



/*==================== メインビジュアル====================*/

#mainvisual {
	width: 100%;
	
}
#mainvisual .ttl-inner{
	background-image:url(../img/header.jpg);
	 height: 400px;position: relative;
}
#mainvisual .ttl-inner h1{color: #fbfafa;
    position: absolute;
    top: 100px;
    right: 50px;
	text-shadow: 5px 5px 1px #999999;
	line-height: 1.3em;
}
#main-ttl .main-img{
	display: table-cell;
	width: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}





#global-nav {
	position: absolute;
	top: 0;
	z-index: 999;
	width: 100%;
	-webkit-text-size-adjust: 100%;

}

#mainmenuArea {
	font-size: 16px;
	xfont-size: 140%;
	xheight: 125px;
	margin: 15px auto;
	text-align: center;

}

#mainmenuArea li {
	display: inline-block;
	padding: 0px 15px;

	border-style: solid;
	border-color: #fff;
	border-width: 0 1px 0 0;

  text-shadow: 0 0 2px #000;
	}

#mainmenuArea li.menu-end {
	border-style: none !important;

	}


#mainmenuArea li a {
	color:#fff;
	}

#mainmenuArea li a {
	color:#fff;
	}

#mainmenuArea li a:hover {
	color:#fff;
}

.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
	padding: 20px 0 20px;
	background-color: rgba(100,100,100,0.9);
	z-index:999;
	overflow: hidden;
-webkit-transform: translate3d(0,0,0);
}

 .fixed h2{ display: none !important;}





#mobile-menu {
display: none

}
/*====================
index
====================*/

#toppage #header .headerArea{

  top: 0;

    position: absolute;
	z-index: 99;

	width: 100%;
	height: 100%;


	  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;


	}

.box_bg_photo {
	xposition: relative;
	height: 100vh;
	xheight: 710px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column
  flex-direction: column


}

main {
	margin:0px 0px 0px 0px;
}
main#index h2 {
   text-align: left;
    font-size: 2em;
    line-height: 1.1;
    padding: 0 0 11px 0px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #8b8b8b;
	box-shadow: 0 1px 0 rgba(242, 118, 73, 0.19);
}

.fa-arrow-circle-right:before {
   color: #f49c00;
   padding-right: 5px;
}
section p.menu{
	padding-bottom:10px;
}

#news .topics_box p.title_img{
	text-align: left;
    padding-bottom: 3%;
}	
#news .topics_box {
   position: relative;
   padding: 15px 10px 3px;
    border-bottom: 1px #ccc dashed;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
	background-color: #ffffff;
}
#news .days {
    font-size: 14px;
    position: absolute;
    xmargin: 0 10px;
    padding: 0;
}
#news .text {
    xfloat: right;
    xmargin: 0 10px;
    padding: 0 0 0 140px;
	    text-align: left;
}
section div.news{
	
}
.bg{
	background-color: rgba(244, 156, 0, 0.02);
}
/* footer
---------------------------------------- */
footer {
	    border-top: 3px solid #f27649;
	background-color: #333;
}
footer .inner {
	position: relative;
	padding-top: 40px;
	background-color: #333;
	color:#fff;
}


footer .wrapper {
	overflow: hidden;
}
footer .column {
	float: left;
	margin-right: 180px;
}
footer .column:last-child {
	margin-right: 0;
}
footer .column li {
	margin-bottom: 20px;
	float: left;
    padding-right: 10px;
}
footer .column li:last-child {
	margin-bottom: 0;
}
footer .column li a {
	
	padding: 5px;
}
footer .column li a:hover {
	text-decoration: underline;
}
footer .column li ul {
	margin-left: 15px;
	color: #808080;
}
footer .column li li {
	font-weight: normal;
	margin-bottom: 1px;
}
footer #foot-logo img {
	width: 122px;
	height: auto;
	margin-bottom: 23px;
}
footer #foot-address {
	line-height: 1.6;
	text-align: left;
}
footer #foot-time {
	line-height: 1.6;
	text-align: left;
}
footer .column:last-child ul {
	margin-bottom: 25px;
}
footer .column:last-child ul ul {
	margin-bottom: 0;
}
footer .btn-area {
	overflow: hidden;
}
footer .btn-area .btn {
	float: right;
	width: 254px;
	border: 1px solid #333;
	background-color: #fff;
	margin-bottom: 30px;
}
footer .btn-area .btn.contact {
	width: 163px;
	margin-right: 20px;
}
footer .btn-area .btn a {
	padding: 15px 0;
	height: auto;
}
#copyright {
	    padding: 1%;
	color: #989898;
	text-align: center;
	font-size: 0.7rem;
}
.fa-chevron-right:before {
    padding-right: 5px;
}
/* index
---------------------------------------- */
main#index .catch {
	text-align: left;
	overflow: hidden;
}
main#index section#about img{
	float:right;
	border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	margin-left: 20px;
}
main#index div.textcenter h1 {
padding-top: 350px;
}
main#index #business {
	overflow: hidden;
	margin-bottom: 50px;
}
main#index #business p.img {
	margin: 50px 0px;
}
main#index #business h2{
	margin-top:50px;
}

main#index #business ul{
	display: table;
padding: 0;
margin: 0 auto;
}
main#index #business li{
	font-size: 1.1rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
	display: table;
}

main#index #business p.maker span{
	font-weight: bold;
}
main#index #business p.maker{
	margin-top:50px;
	width: 450px;
}
main#index #company {
    overflow: hidden;
    margin-bottom: 50px;
}

main#index section {
  padding: 3%;
}

main#index div.contents_box {
	overflow:hidden;
}
main#index div.contents_box p.ttl{
	font-size: 1.5rem;
	float: left;
	position: relative;
  padding: 0.6em;
     background: #ffffff;
	 box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
main#index div.contents_box p.ttl:after{
	position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #ffffff;
width: 0;
height: 0;
}
main#index div.contents_box p.ttl span{
display: block;
    color: #ac6801;
    font-size: 0.8rem;
    padding: 10px;
}
main#index div.contents_box img {
	float:right;
	   
}
main#index div.contents_box ul li{
text-align: left;
    line-height: 1.3em;
	color:#fff;
}
main#index div.contents_box ul li.fa {
	display: block;
}

main#index div.contents_box ul{
    float: left;
    padding: 10px;
	font-size: 0.9em;
	margin-top: 10px;
}
main#index div.contents_box p.btn{
    float: right;
    padding: 10px;
	font-size: 0.9em;
	margin-top: 10px;
}

main#index div.contents_box p.btn a.square_btn{
display: inline-block;
    padding: 1em 1.2em;
    text-decoration: none;
    border: solid 2px #f27649;
    border-radius: 3px;
    transition: .4s;
	background-color:#fff;
}
main#index div.contents_box p.btn a.square_btn:hover {
    background: #f9c474;
    color: white;
}
main#index div.contents_box div{
width: 440px;
    padding: 1em;
    height: 270px;
    font-weight: bold;
    background: #f27649;
    border: solid 3px #f27649;
    border-radius: 10px;
}
main#index div.contents_box div.right {
	float:right;
}
main#index div.contents_box div.left {
	float:left;
}
main#index section#news{
	padding-bottom:100px;
}
/* breadcrumb
---------------------------------------- */
nav#breadcrumb {
	width: 100%;
	background-color: #f2f1f1;
	margin-bottom: 60px;
	overflow: hidden;
	clear: both;
}
nav#breadcrumb li {
	float: left;
	line-height: 29px;
	margin-right: 5px;
}
nav#breadcrumb li a {
	display: block;
	line-height: 29px;
	padding-right: 20px;
	position: relative;
}
nav#breadcrumb li a:after {
	content: '\f432';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	font: lighter 20px Genericons;
	margin: auto;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* pages
---------------------------------------- */
body#pages h1 {
  position: relative;
	text-align: center;
	font-size: 24px;
	    margin-top: 50px;
}
body#pages h1 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 4em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
body#pages h1::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
	background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}


body#pages h2{color: #f27649;
	font-size: 1.3em;
position: relative;
display: inline-block;
margin: 3em 0;
}
body#pages h2:before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 60px;
height: 1px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #f27649;
border-radius: 2px;
}
body#pages section{
	padding-bottom: 50px;
}
body#pages p.box {
	overflow:hidden;
	padding: 2%;
}
body#pages p.box img{
	 border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	float: right;
}
.table {
	margin-right: auto;
    margin-left: auto;
    width: 80%;
	 border-top: 1px dotted #CCC;
	  margin-bottom: 30px;
	background: #fff;
	}
  .table dl {
	  border-bottom: 1px dotted #CCC;
   padding: 16px; 
   overflow: hidden;
   }
  .table dl:nth-child(2n+0) {
	  background: #f6f9fb
	  }
  .table dl dt {float: left; width: 18%; font-weight: bold;}
  .table dl dd {float: right; width: 80%;}
  .table th, .table td {padding: 7px 15px; vertical-align: middle; text-align:left;}
  .table em.fa-map-marker{}
    .table tr { border-bottom: 1px dotted #CCC}
    .table th {background: #f6f9fb; font-weight: bold;}
  .table .txt_al { text-align: left;}
  .table caption { text-align: right; font-size: 85%;}


div#pageshead {
    margin-bottom: 2%;
}

body#pages section:last-child {
	padding-bottom:100px;
	}


section#greeting p span{
	display: block;
    padding-top: 30px;
    text-align: right;
    font-weight: bold;
}
section#privacy p span{
	display: block;
    padding-top: 30px;
    font-weight: bold;
}
section#privacy li{
	text-align: left;
	line-height:1.5em;
}
section#privacy p{
	text-align: left;
    line-height: 2em;
}
main#performance .table dl dt {
    width: 40%;
}
main#performance .table dl dd {
    width: 60%;
}
/* お問合わせ
---------------------------------------- */
/* form
---------------------------------------- */
section#contact .table {
    width: 100%;
}
section#contact table.form {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	padding-bottom:30px;
	background: #fff;
}
section#contact table.form th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
}
section#contact table.form td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
	color:#ef4646;
	
}
section#contact div#mail-form-footer {
	margin-top:30px;
    
}
section#contact .table dl dd {
    text-align: left;
	   width: 65%;
}
section#contact .table dl dt {
    width: 30%;
}
section#contact p.text{
	margin-bottom:30px;
}
section#contact div#contactArea p {
	margin-bottom:30px;
}
input::-ms-clear {
 display: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 margin: 0;
 -webkit-appearance: none;
}
input, textarea, label {
	display: inline-block;
	vertical-align: middle;
}
input, textarea, select {
	border: 1px solid #b2b2b2;
	padding: 10px;
	line-height: 1;
}
select {
/*-webkit-appearance: none;*/
	/*border-radius: 0;*/
	/*background-color: #FFF;*/
}
::-webkit-input-placeholder, :-ms-input-placeholder, ::-moz-placeholder {
 color: #ccc !important;
}
input:focus, textarea:focus, select:focus {
	outline: none;
	border: 1px solid #808080;
}
label {
	line-height: 1;
	padding: 10px 0;
	margin-right: 20px;
}
textarea {
	width: 100%;
	height: 175px;
	resize: vertical;
	box-sizing: border-box;
	line-height: 1.7;
}
input[type="text"], input[type="email"] {
	width: 350px;
}
input#zip, input#dest-zip {
	width: 200px;
}
input#address, input#dest-address {
	width: 100%;
}
input#zip, input#dest-zip, select#city, input#etc1-text, input#etc2-text, input#etc3-text {
	margin-left: 10px;
}
input[type=checkbox], input[type=radio] {
	margin-right: 5px;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	vertical-align: middle;
}
input[type="reset"].wpcf7c-conf, #reset.wpcf7c-conf {
	display: none;
}
input[type="reset"], input[type="button"], input[type="submit"] {
	width: 165px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 0;
	line-height: 31px;
	font-weight: bold;
	letter-spacing: 0.2rem;
	-webkit-appearance: none !important;
}
input[type="reset"], input[type="button"] {
	background-color: #fff;
	border: 2px solid #989898;
	
	margin-right: 20px;
}
input[type="submit"] {
	background-color: #f27649;
	border: 2px solid #f27649;
	color: #fff;
}
input[type="submit"][disabled] {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
form hr {
	border-top: 1px solid #B2B2B2;
	margin: 50px auto;
	width: 960px;
}
.formhead-need {
  
}
div#contactArea{
	
	
}	
	
	
	