@charset "UTF-8";
/*--------------------------------------------------------------------
----------------------------------------------------------------------
リセット用css normalize.scss
----------------------------------------------------------------------
----------------------------------------------------------------------
*/
html {
  overflow-y: scroll;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, img, ins, kbd, q, samp,
small, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* WP */
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/* img */
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/*--------------------------------------------------------------------
----------------------------------------------------------------------
汎用クラス
----------------------------------------------------------------------
----------------------------------------------------------------------
*/
.opacity {
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "alpha(opacity=55)";
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tR,
.sign {
  text-align: right;
}

.box_size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

/* clearfix */
.clearfix, .footer, .unit, .unit-1, .unit-2, .contact-box, .unit-2colasy-1, .unit-2colasy-2, .unit-3col, .unit-3col-2 {
  *zoom: 1;
}
.clearfix:after, .footer:after, .unit:after, .unit-1:after, .unit-2:after, .contact-box:after, .unit-2colasy-1:after, .unit-2colasy-2:after, .unit-3col:after, .unit-3col-2:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

/*--------------------------------------------------------------------
----------------------------------------------------------------------
element style
----------------------------------------------------------------------
----------------------------------------------------------------------
*/
body {
  background: #fff;
  color: #231815;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

input, textarea {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

.externalIcon {
  margin: 0 3px;
  vertical-align: middle;
}

a:link {
  color: #d54f17;
}
a:visited {
  color: #39f;
}
a:hover {
  text-decoration: none;
  color: #b33500;
}
a:active {
  color: #b33500;
}

/*--------------------------------------------------------------------
----------------------------------------------------------------------
レイアウトスタイル structure.sass
----------------------------------------------------------------------
----------------------------------------------------------------------
*/
/*----------------------------------------------------
	.wrapper
----------------------------------------------------*/
/*----------------------------------------------------
	.header
----------------------------------------------------*/
.header {
  overflow: hidden;
  border-bottom: 1px solid #fa982c;
}
.header .menu {
  display: none;
}
.header .gnav {
  display: block;
}
.header h1.pc {
  display: block;
  padding-top: 5px;
}
.header h1.sp {
  display: none;
}
.header .tel {
  position: absolute;
  top: 23px;
  right: 150px;
}
.header .btn-1 {
  position: absolute;
  top: 23px;
  right: 0;
}
.header .btn-1 a {
  display: block;
  background: #ff0000;
  border-radius: 5px;
  padding: 5px 30px;
  color: #fff;
  text-decoration: none;
  font-size: 139%;
  font-weight: bold;
  -moz-box-shadow: 0px 5px 0px #d10000;
  -webkit-box-shadow: 0px 5px 0px #d10000;
  box-shadow: 0px 5px 0px #d10000;
}
.header .btn-1 a:hover {
  background: #c5132e;
}

/*headerだけ.spにcss。その他はメディアクエリ*/
.sp .header h1.pc {
  display: none;
}
.sp .header h1.sp {
  display: block;
  font-size: 350%;
  line-height: 0;
  color: #fa982c;
  margin-top: -10px;
}
@media screen and (max-width: 380px) {
  .sp .header h1.sp {
    font-size: 300%;
  }
}
.sp .header .tel {
  top: 10px;
  right: 120px;
}
@media screen and (max-width: 380px) {
  .sp .header .tel {
    right: 105px;
  }
}
.sp .header .tel img {
  width: 200px;
}
@media screen and (max-width: 450px) {
  .sp .header .tel img {
    width: 180px;
  }
}
@media screen and (max-width: 380px) {
  .sp .header .tel img {
    width: 150px;
  }
}
.sp .header .menu {
  display: block;
}
.sp .header .btn-1 {
  top: 10px;
  font-size: 85%;
}
.sp .header .btn-1 a {
  padding: 5px 20px;
}
@media screen and (max-width: 380px) {
  .sp .header .btn-1 a {
    padding: 2px 20px;
    font-size: 124%;
    letter-spacing: 0em;
  }
}

/*ハンガーメニュー*/
#panel-btn {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
}

#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #2196F3;
  transition: .2s;
}

#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background: #2196F3;
  transition: .3s;
}

#panel-btn-icon:before {
  margin-top: -6px;
}

#panel-btn-icon:after {
  margin-top: 4px;
}

#panel-btn .close {
  background: transparent;
}

#panel-btn .close:before, #panel-btn .close:after {
  margin-top: 0;
}

#panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/*----------------------------------------------------
	.container
----------------------------------------------------*/
/*----------------------------------------------------
	.main
----------------------------------------------------*/
/*----------------------------------------------------
	.side
----------------------------------------------------*/
/*----------------------------------------------------
	.footer
----------------------------------------------------*/
.footer {
  text-align: center;
  color: #fff;
  background: #fa982c;
  padding: 5px 0;
  font-size: 77%;
}

/*--------------------------------------------------------------------
----------------------------------------------------------------------
共通
----------------------------------------------------------------------
----------------------------------------------------------------------
*/
/*----------------------------------------------------
	タイトル
----------------------------------------------------*/
.ttl-1-1 {
  padding: 9px 20px;
  background: #b14324;
  font-weight: bold;
  font-size: 139%;
  color: #fff;
}

.ttl-2-1 {
  font-size: 154%;
  font-weight: bold;
}

.ttl-2-2 {
  background: #ffe89a;
  border: 1px solid #fa982c;
  padding: 3px 10px;
  font-weight: bold;
  font-size: 108%;
}

/*----------------------------------------------------
	文字
----------------------------------------------------*/
/*--------------------------------------------------------------------
----------------------------------------------------------------------
各ページ
----------------------------------------------------------------------
----------------------------------------------------------------------
*/
/*----------------------------------------------------
	各ページ共通
----------------------------------------------------*/
.unit {
  margin-bottom: 10px;
}

.unit-1 {
  margin-bottom: 20px;
}

.unit-2 {
  margin-bottom: 20px;
}

.inner-1 {
  padding: 30px 0;
  overflow: hidden;
  position: relative;
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .inner-1 {
    padding: 20px 0 5px 0;
  }
}
@media screen and (max-width: 380px) {
  .inner-1 {
    padding: 15px 0 5px 0;
  }
}
@media screen and (max-width: 1000px) {
  .inner-1 {
    width: 96%;
    margin: auto;
  }
}

.inner-2 {
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .inner-2 {
    width: 96%;
    margin: auto;
  }
}

.img-box img {
  width: 100%;
  height: auto;
}

.contact-box {
  background: #fa982c;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0 20px 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contact-box {
    padding: 30px 0;
  }
}
.contact-box .tel, .contact-box .btn-2, .contact-box .cm {
  float: left;
}
.contact-box .tel {
  margin-top: 20px;
  width: 43%;
}
@media screen and (max-width: 1000px) {
  .contact-box .tel img {
    width: 90%;
    height: auto;
  }
}
@media screen and (max-width: 1000px) and (max-width: 400px) {
  .contact-box .tel img {
    width: 170px;
  }
}

@media screen and (max-width: 1000px) {
  .contact-box .tel {
    margin-top: 0px;
  }
}
.contact-box .btn-2 {
  width: 29%;
  margin: auto;
  margin-right: 3%;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .contact-box .btn-2 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .contact-box .btn-2 {
    float: right;
    width: 40%;
    margin-top: 0;
  }
}
@media screen and (max-width: 378px) {
  .contact-box .btn-2 {
    width: 35%;
    font-size: 77%;
  }
}
.contact-box .cm {
  width: 20%;
  margin-top: -50px;
  text-align: right;
}
.contact-box .cm img {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .contact-box .cm {
    display: none;
  }
}
.contact-box .btn-2 a {
  display: block;
  background: #ff0000;
  border-radius: 5px;
  padding: 10px 30px;
  color: #fff;
  text-decoration: none;
  font-size: 139%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  -moz-box-shadow: 0px 5px 0px #d10000;
  -webkit-box-shadow: 0px 5px 0px #d10000;
  box-shadow: 0px 5px 0px #d10000;
}
.contact-box .btn-2 a:hover {
  background: #c5132e;
}
@media screen and (max-width: 360px) {
  .contact-box .btn-2 a {
    padding: 8px 10px;
  }
}

/*----------------------------------------------------
	ボックスモデル
----------------------------------------------------*/
/*2box*/
.unit-2colasy-1 .box-1 {
  float: left;
  width: 63%;
}
@media screen and (max-width: 767px) {
  .unit-2colasy-1 .box-1 {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
.unit-2colasy-1 .box-1 img {
  margin-bottom: 10px;
}
.unit-2colasy-1 .box-2 {
  float: right;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .unit-2colasy-1 .box-2 {
    float: none;
    width: 100%;
  }
}
.unit-2colasy-1 .box-2 img {
  width: 100%;
  height: auto;
}

.unit-2colasy-2 .box-1 {
  float: right;
  width: 63%;
}
@media screen and (max-width: 767px) {
  .unit-2colasy-2 .box-1 {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
.unit-2colasy-2 .box-1 img {
  margin-bottom: 10px;
}
.unit-2colasy-2 .box-2 {
  float: left;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .unit-2colasy-2 .box-2 {
    float: none;
    width: 100%;
  }
}
.unit-2colasy-2 .box-2 img {
  width: 100%;
  height: auto;
}

.unit-3col .box {
  float: left;
  width: 32%;
  margin-left: 2%;
}
@media screen and (max-width: 580px) {
  .unit-3col .box {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0;
  }
}
.unit-3col .box img {
  width: 100%;
  height: auto;
}
.unit-3col .box:first-child {
  margin-left: 0;
}

.unit-3col-2 ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 32%;
  height: 300px;
  float: left;
  margin-left: 2%;
  margin-bottom: 2%;
  border: 2px solid #fed64d;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.unit-3col-2 ul li:nth-child(1) {
  margin-left: 0%;
}
.unit-3col-2 ul li:nth-child(4) {
  margin-left: 0%;
}
@media screen and (max-width: 767px) {
  .unit-3col-2 ul li {
    width: 49%;
  }
  .unit-3col-2 ul li:nth-child(1) {
    margin-left: 0%;
  }
  .unit-3col-2 ul li:nth-child(3) {
    margin-left: 0%;
  }
  .unit-3col-2 ul li:nth-child(4) {
    margin-left: 2%;
  }
  .unit-3col-2 ul li:nth-child(5) {
    margin-left: 0%;
  }
}
@media screen and (max-width: 500px) {
  .unit-3col-2 ul li {
    width: 100%;
    float: none;
    margin-left: 0 !important;
    margin-bottom: 4%;
    height: 360px;
  }
}
.unit-3col-2 ul li dt {
  background: #fed64d;
  font-weight: bold;
  font-size: 124%;
  padding: 10px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.unit-3col-2 ul li .dimg {
  text-align: center;
}
.unit-3col-2 ul li .dimg img {
  width: 92%;
  height: auto;
}
.unit-3col-2 ul li .dtxt {
  padding: 5px 10px 10px 10px;
}

.unit-4col ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 23.5%;
  height: 250px;
  float: left;
  margin-left: 2%;
  border: 2px solid #fed64d;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.unit-4col ul li:nth-child(1) {
  margin-left: 0%;
}
@media screen and (max-width: 767px) {
  .unit-4col ul li {
    width: 49%;
    height: 220px;
    margin-left: 2%;
    margin-bottom: 2%;
    float: left;
  }
  .unit-4col ul li:nth-child(3) {
    margin-left: 0%;
  }
}
@media screen and (max-width: 500px) {
  .unit-4col ul li {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 4%;
    float: none;
  }
}
.unit-4col ul li dl dt {
  background: #fed64d;
  font-weight: bold;
  font-size: 124%;
  padding: 10px;
  line-height: 1.5;
}
.unit-4col ul li dl dd {
  padding: 10px;
}

/*----------------------------------------------------
トップページ
----------------------------------------------------*/
.main-image {
  padding: 30px 0;
}

.vname {
  margin-bottom: 5px;
  font-weight: bold;
}

.lchk li {
  background-image: url(../../images/common/ico_43.jpg);
  background-position: left center;
  background-size: 50px;
  background-repeat: no-repeat;
  padding: 10px 0 10px 55px;
  font-weight: bold;
  font-size: 124%;
  margin-bottom: 10px;
}

.s4pbox{
	display: none;
}

@media screen and (max-width: 767px) {
	.s4pbox{
		display: block;
		margin-bottom: 10px;
	}
}


.nav-box{

	overflow: hidden;
	background: #FA982C;
	padding: 10px 0;
}
.nav-box ul{
	width: 1000px;
	margin:auto;
}


@media screen and (max-width: 1000px) {
	.nav-box ul{
		width: 96%;
		margin:auto;
	}
}

.nav-box ul li{
	width: 14%;
	float: left;
	letter-spacing: 0;
	text-align: center;
	margin-left: 0%;
	font-size: 88%;
}
.nav-box ul li:first-child{
	margin-left:0;
}

@media screen and (max-width: 1000px) {
	.nav-box ul li{
		width: 18%;
		float: left;
		letter-spacing: 0;
		text-align: center;
		margin-left: 0%;
		margin-bottom: 1%;
		font-size: 88%;
	}
	.nav-box ul li:nth-child(6){
		margin-left: 0%;
	}
}

@media screen and (max-width: 490px) {
		.nav-box ul li{
			width: 25%;
			float: left;
			letter-spacing: 0;
			text-align: center;
			margin-left: 0%;
			margin-bottom: 1%;
			font-size: 88%;
		}
		.nav-box ul li:nth-child(6){
			margin-left: 0%;
		}
		.nav-box ul li:nth-child(4){
			margin-left: 0%;
		}
		.nav-box ul li:nth-child(7){
			margin-left: 0%;
		}
		.nav-box ul li:nth-child(10){
			margin-left: 0%;
		}
}

.nav-box ul li a{
	display: block;
	background: #fff;
	border-radius: 5px;
	text-decoration: none;
	color: #B14224 !important;
	font-weight: bold;
	padding: 3px 0;
}

.contact-form dl{
	overflow: hidden;
	padding: 10px 0 !important;
}
@media screen and (max-width: 767px) {
	.contact-form dl{
		margin-bottom: 20px;
	}
}
.contact-form dl dt{
	float: left;
	width: 15%;
}

@media screen and (max-width: 767px) {
	.contact-form dl dt{
		width: 100%;
		float: none;
		background: #ddd;
		padding: 3px 5px;
		margin-bottom: 5px;
	}
}

.contact-form dl dd{
	float: left;
	width: 83%;
}

@media screen and (max-width: 767px) {
	.contact-form dl dd{
		width: 100%;
		float: none;
	}
}

.contact-form .note-001{
	color: red;
}
.contact-form input[type="text"],.contact-form input[type="tel"],.contact-form input[type="email"],textarea{
	border-radius: 6px;
	border: solid #aaa 1px;
	padding: 5px 2px;
	width: 70%;
}


@media screen and (max-width: 767px) {
	.contact-form input[type="text"],.contact-form input[type="tel"],.contact-form input[type="email"],textarea{
		width: 100%;
		}
}

.wpcf7-submit{
	padding: 5px 40px;
	background: red;
	border-radius: 6px;
	color: #fff;
	border: solid red 1px;
	font-weight: bold;
	box-shadow: 0px 3px 0px #D10000;
	font-size: 120%;
}