@charset "UTF-8";
/*reset*/
/* line 3, ../sass/_default.scss */
* {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
}

/*default*/
/* line 5, ../sass/_default.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* line 6, ../sass/_default.scss */
audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/* line 7, ../sass/_default.scss */
html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 8, ../sass/_default.scss */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

/* line 9, ../sass/_default.scss */
body, button, input, select, textarea {
  font-family: 'Noto Serif JP', 'Homemade Apple',sans-serif;
  font-size: 100%;
  line-height: 1.8;
  color: #272524;
  /* -webkit-font-smoothing: antialiased; */
  -webkit-text-size-adjust: 100%;
}

/* line 12, ../sass/_default.scss */
body {
  background: #FFFFFF url(../images/common/bg.jpg);
}

/* a, a:link, a:active, a:visited {text-decoration: none;color: #0757a9;} */
/* a:hover {color: #43becc;text-decoration: underline;} */
/* line 15, ../sass/_default.scss */
a{
	color: #272524 !important;
}

a:focus {
  outline: thin dotted;
}

/* line 16, ../sass/_default.scss */
a:hover, a:active {
  outline: 0;
}

/* line 17, ../sass/_default.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 18, ../sass/_default.scss */
b, strong {
  font-weight: bold;
}

/* line 19, ../sass/_default.scss */
blockquote {
  margin: 1em 40px;
}

/* line 20, ../sass/_default.scss */
dfn {
  font-style: italic;
}

/* line 21, ../sass/_default.scss */
mark {
  background: #ff0;
  color: #272524;
}

/* line 22, ../sass/_default.scss */
pre, code, kbd, samp {
  font-size: 1em;
}

/* line 23, ../sass/_default.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 24, ../sass/_default.scss */
q {
  quotes: none;
}

/* line 25, ../sass/_default.scss */
q:before, q:after {
  content: '';
  content: none;
}

/* line 26, ../sass/_default.scss */
small {
  font-size: 75%;
}

/* line 27, ../sass/_default.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 28, ../sass/_default.scss */
sup {
  top: -0.5em;
}

/* line 29, ../sass/_default.scss */
sub {
  bottom: -0.25em;
}

/* line 30, ../sass/_default.scss */
ul, ol {
  margin: 0;
  padding: 0;
}

/* line 31, ../sass/_default.scss */
dd {
  margin: 0px;
}

/* line 32, ../sass/_default.scss */
nav ul, nav ol {
  list-style: none;
}

/* line 33, ../sass/_default.scss */
img {
  border: none;
  -ms-interpolation-mode: bicubic;
}

/* line 34, ../sass/_default.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 35, ../sass/_default.scss */
figure {
  margin: 0;
}

/* line 36, ../sass/_default.scss */
form {
  margin: 0;
}

/* line 37, ../sass/_default.scss */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 38, ../sass/_default.scss */
legend {
  border: 0;
  *margin-left: -7px;
}

/* line 39, ../sass/_default.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 40, ../sass/_default.scss */
button, input {
  line-height: normal;
  *overflow: visible;
}

/* line 41, ../sass/_default.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/* line 45, ../sass/_default.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

/* line 48, ../sass/_default.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 49, ../sass/_default.scss */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 50, ../sass/_default.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 51, ../sass/_default.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 52, ../sass/_default.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 53, ../sass/_default.scss */
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

/* line 54, ../sass/_default.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

/* line 55, ../sass/_default.scss */
img {
  vertical-align: top;
  border: none;
}

/* line 56, ../sass/_default.scss */
abbr, acronym, fieldset {
  border: none;
}

/* line 57, ../sass/_default.scss */
fieldset, img {
  border: 0;
}

/* line 58, ../sass/_default.scss */
li {
  list-style: none;
}

/* line 59, ../sass/_default.scss */
.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

/*clearfix*/
/* line 67, ../sass/_default.scss */
.clfix:after {
  content: " ";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
}

/* line 76, ../sass/_default.scss */
.clfix {
  min-height: 1px;
}

/* line 79, ../sass/_default.scss */
* html .clfix {
  height: 1px;
  /*\*/
     /*/
height: auto;
overflow: hidden;
/**/
}

/*clearfix_end*/
/*
html {font-size:62.5%;}

body{
	font-size:10px;
	font-size:1.0rem;
}
にした場合
*/
/*
z-index
header 100
*/
@media screen and (max-width: 767px) {
  /* line 14, ../sass/_common.scss */
  .S_off {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 19, ../sass/_common.scss */
  .L_off {
    display: none !important;
  }
}
/* line 24, ../sass/_common.scss */
html {
  font-size: 62.5%;
}

/* line 26, ../sass/_common.scss */
body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  background-color: #fff;
}

/* line 40, ../sass/_common.scss */
.common_section {
  width: 100%;
}

/* line 43, ../sass/_common.scss */
.inner {
  position: relative;
  margin: 0px auto;
  padding: 0;
}

@media screen and (min-width: 768px) {
  /* line 50, ../sass/_common.scss */
  body {
    min-width: 1200px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  /* line 55, ../sass/_common.scss */
  a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  /* line 57, ../sass/_common.scss */
  a:hover {
    opacity: 0.6;
  }

  /* line 61, ../sass/_common.scss */
  .opa {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  /* line 63, ../sass/_common.scss */
  .opa:hover {
    opacity: 0.6;
  }

  /* line 68, ../sass/_common.scss */
  .wrap_all {
    position: relative;
  }
  
	.bread-nav{
		padding: 10px 20px;
	}
	
	.bread-nav ul{
		display: flex;
		width: 810px;
		margin: 0 auto;
	}
	
	.bread-nav ul li{
		margin-right: 10px;
		font-size:12px;
		font-size:1.2rem;
	}
	
	.bread-nav ul li a{
		font-size:12px;
		font-size:1.2rem;
	}

  /* line 73, ../sass/_common.scss */
  #header {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    padding: 19px 0 22px;
    transition: all 0.5s ease-in-out 0s;
    background-color: #272524;
  }
  /* line 83, ../sass/_common.scss */
  #header .inner {
    display: table;
    width: 100%;
    /*
    		max-width: 1400px;
    		min-width: 1140px;
    */
    transition: padding-top 0.5s ease-in-out 0s, padding-bottom 0.5s ease-in-out 0s;
  }
  /* line 93, ../sass/_common.scss */
  #header .header_l {
    display: table-cell;
    width: 308px;
    padding-left: 40px;
    vertical-align: middle;
  }
  /* line 97, ../sass/_common.scss */
  #header .header_l a {
    display: block;
    text-decoration: none;
  }
  /* line 102, ../sass/_common.scss */
  #header .header_r {
    display: table-cell;
    width: auto;
    padding: 0 20px 0 36px;
    vertical-align: middle;
  }
  /* line 107, ../sass/_common.scss */
  #header .header_r ul {
    display: flex;
    justify-content: flex-end;
  }
  /* line 110, ../sass/_common.scss */
  #header .header_r ul li {
    display: table-cell;
    padding: 0 20px;
    font-size: 12px;
    font-size: 1.4rem;
    line-height: 30px;
  }
  
  #header .header_r ul li.sns {
  	padding:0 8px;
  }
  /* line 116, ../sass/_common.scss */
  #header .header_r ul li:first-child {
    margin-left: 0;
  }
  /* line 119, ../sass/_common.scss */
  #header .header_r ul li a {
    display: block;
    padding-top: 5px;
    font-weight: bold;
    text-decoration: none;
    color: #fff !important;
  }
  
  #header .header_r ul li a.current {
    text-decoration: underline;
  }
  
  
  #header .header_r ul li a img{
  	width: 20px !important;
  	height: auto;
    vertical-align: middle;
    padding-left: 7px;
  }
  /* line 130, ../sass/_common.scss */
  #header .header_contact {
    display: table-cell;
    width: 118px;
    padding-top: 2px;
    text-align: center;
  }
  /* line 135, ../sass/_common.scss */
  #header .header_contact a {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: table-cell;
    width: 98px;
    height: 34px;
    vertical-align: middle;
    border: 2px solid #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none;
    color: #fff !important;
  }

  /* line 152, ../sass/_common.scss */
  #top #header {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    padding: 19px 0 22px;
    transition: all 0.5s ease-in-out 0s;
    background-color: transparent;
    background-color: #272524;
  }


  /* line 234, ../sass/_common.scss */
  .pagetop {
    position: relative;
    text-align: center;
    line-height: 1;
    background-color: #272524;
  }
  /* line 239, ../sass/_common.scss */
  .pagetop a {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  /* line 244, ../sass/_common.scss */
  .pagetop a:before {
    content: "";
    display: block;
    position: absolute;
    left: 49%;
    top: -20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #272524;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  /* line 257, ../sass/_common.scss */
  .pagetop a:hover {
    opacity: 1 !important;
  }
  /* line 260, ../sass/_common.scss */
  .pagetop span {
    display: inline-block;
    width: 100%;
    padding: 22px 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  /* line 266, ../sass/_common.scss */
  .pagetop span:hover {
    opacity: 0.6;
  }

  /* line 272, ../sass/_common.scss */
  footer {
    position: relative;
    z-index: 2;
    /*
    top: 700px;
    top: -webkit-calc(100vh - 50px);
    top: calc(100vh - 50px);
    */
    width: 100%;
    min-height: 144px;
    padding: 60px 0 50px;
    background-color: #272524;
    text-align: center;
  }
  
  footer h4{
  	margin-bottom: 40px;
  }
  
  footer p{
    color: #fff;
  }
  
  footer ul {
    display: flex;
    justify-content:center;
  }
  /* line 777, ../sass/_common.scss */
  footer ul li {
    margin:  0 10px;
    width: 30px;
   
  }
  
  footer ul li img{
    width:100%;
    height: auto;
  }
  
  /* line 287, ../sass/_common.scss */
  footer .container {
    display: table;
  }
  /* line 291, ../sass/_common.scss */
  footer .add {
    margin-top: 20px;
    color: #fff;
  }
 
  /* line 326, ../sass/_common.scss */
  footer .copy {
    width: auto;
    margin: 75px 0 0px;
    text-align: center;
    font-size: 9px;
    font-size: 0.9rem;
    letter-spacing: 1px;
    line-height: 1;
    color: #fff;
  }

  /* line 338, ../sass/_common.scss */
  .over_menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* line 348, ../sass/_common.scss */
  body {
    min-width: 320px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4);
  }

  /* line 353, ../sass/_common.scss */
  img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  /* line 359, ../sass/_common.scss */
  button, input, a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4);
  }

  /* line 362, ../sass/_common.scss */
  .button_area li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4);
  }

  /* line 368, ../sass/_common.scss */
  #header {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    padding: 20px;
    transition: all 0.5s ease-in-out 0s;
    background-color: #272524;
    /*
    	padding: 20px 0 0px;
    	border-top: 5px solid #0069b7;
    	background: #fff;
    */
  }
  /* line 381, ../sass/_common.scss */
  #header.show {
    
  }
  /* line 386, ../sass/_common.scss */
  #header .inner {
    display: table;
    width: 100%;
  }
  /* line 390, ../sass/_common.scss */
  #header .header_l {
    display: table-cell;
    width: 60%;
    vertical-align: middle;
  }
  /* line 395, ../sass/_common.scss */
  #header .header_l h1 img {
    max-width: 200px;
  }
  /* line 400, ../sass/_common.scss */
  #header .header_l a .text {
    display: inline-block;
    margin-top: 10px;
    font-size: 11px;
    font-size: 1.1rem;
    color: #777;
  }
  /* line 407, ../sass/_common.scss */
  #header .header_l .pic {
    display: block;
  }
  /* line 410, ../sass/_common.scss */
  #header .header_l .pic img {
    max-width: 40%;
    min-width: 136px;
    height: auto;
  }
  /* line 418, ../sass/_common.scss */
  #header .header_r {
    display: none;
    width: auto;
    text-align: right;
    vertical-align: bottom;
  }
  /* line 423, ../sass/_common.scss */
  #header .header_r ul {
    display: none;
  }
  /* line 428, ../sass/_common.scss */
  #header .menu_btn_wrap {
    display: table-cell;
    position: relative;
    height: 38px;
    text-align: right;
    vertical-align: middle;
  }
  /* line 435, ../sass/_common.scss */
  #header .menu_btn_wrap .menu_btn {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 37px;
    height: 37px;
    padding: 3px 1px 4px 0;
  }
  /* line 445, ../sass/_common.scss */
  #header .menu_btn_wrap .menu-trigger,
  #header .menu_btn_wrap .menu-trigger span {
    display: inline-block;
    margin-right: 3px;
    transition: all .4s;
    box-sizing: border-box;
  }
  /* line 452, ../sass/_common.scss */
  #header .menu_btn_wrap .menu-trigger {
    position: relative;
    width: 36px;
    height: 17px;
  }
  /* line 457, ../sass/_common.scss */
  #header .menu_btn_wrap .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
  }
  /* line 465, ../sass/_common.scss */
  #header .menu_btn_wrap .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  /* line 468, ../sass/_common.scss */
  #header .menu_btn_wrap .menu-trigger span:nth-of-type(2) {
    top: 7px;
  }
  /* line 471, ../sass/_common.scss */
  #header .menu_btn_wrap .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  /* line 475, ../sass/_common.scss */
  #header .menu_btn_wrap .text {
    display: block;
    text-align: center;
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
  }

  /* line 487, ../sass/_common.scss */
  #header.fixed {
    position: fixed;
    top: 0;
    z-index: 10;
    -moz-box-shadow: rgba(153, 153, 153, 0.1) 0px 3px 8px 0px;
    -webkit-box-shadow: rgba(153, 153, 153, 0.1) 0px 3px 8px 0px;
    box-shadow: rgba(153, 153, 153, 0.1) 0px 3px 8px 0px;
  }

  /* line 496, ../sass/_common.scss */
  .over_menu {
    display: none;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
  }
  /* line 505, ../sass/_common.scss */
  .over_menu .over_menu_wrap {
    position: relative;
    width: auto;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 60px;
  }
  /* line 510, ../sass/_common.scss */
  .over_menu .over_close_wrap {
    position: fixed;
    width: 45px;
    height: 45px;
    top: 0px;
    right: 10px;
  }
  /* line 517, ../sass/_common.scss */
  .over_menu .over_close {
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: 2px;
    right: 10px;
    width: 25px;
    height: 42px;
  }
  /* line 525, ../sass/_common.scss */
  .over_menu .over_close span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  /* line 530, ../sass/_common.scss */
  .over_menu .over_close span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
  }
  /* line 539, ../sass/_common.scss */
  .over_menu .over_close span:nth-of-type(1) {
    top: 0;
  }
  /* line 542, ../sass/_common.scss */
  .over_menu .over_close span:nth-of-type(2) {
    top: 10px;
  }
  /* line 545, ../sass/_common.scss */
  .over_menu .over_close span:nth-of-type(3) {
    bottom: 0;
  }
  /* line 549, ../sass/_common.scss */
  .over_menu .over_close span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
  }
  /* line 553, ../sass/_common.scss */
  .over_menu .over_close span:nth-of-type(2) {
    opacity: 0;
  }
  /* line 556, ../sass/_common.scss */
  .over_menu .over_close span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
  }
  /* line 562, ../sass/_common.scss */
  .over_menu .over_cihld {
    position: fixed;
    top: 45px;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 567, ../sass/_common.scss */
  .over_menu .over_cihld ul {
    text-align: left;
  }
  /* line 570, ../sass/_common.scss */
  .over_menu .over_cihld li {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin-bottom: 10px;
    padding: 0 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 575, ../sass/_common.scss */
  .over_menu .over_cihld li a {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #444;
    text-decoration: none;
    color: #fff !important;
  }
  .over_menu .over_cihld li img{
	  width: 17px;
	  height: auto;
    padding-left: 7px;
    vertical-align: middle;
  }
  /* line 585, ../sass/_common.scss */
  .over_menu .over_cihld li a:after {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 25%;
    right: 10px;
  }

  /* line 593, ../sass/_common.scss */
  .S_nav {
    display: none;
  }
  /* line 595, ../sass/_common.scss */
  .S_nav ul {
    position: relative;
    z-index: 10;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
    border-bottom: 1px solid #ccc;
  }
  /* line 601, ../sass/_common.scss */
  .S_nav ul li {
    border-bottom: 1px solid #ccc;
    line-height: 40px;
  }
  /* line 607, ../sass/_common.scss */
  .S_nav ul > li:nth-child(1) {
    border-top: 1px solid #ccc;
  }
  /* line 610, ../sass/_common.scss */
  .S_nav ul > li:last-child {
    border-bottom: none;
  }
  /* line 613, ../sass/_common.scss */
  .S_nav ul.child > li:nth-child(1) {
    border-top: 1px solid #ccc;
  }
  /* line 617, ../sass/_common.scss */
  .S_nav li a {
    display: block;
    position: relative;
    margin-right: 20px;
    padding: 0 0 0 10px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 40px;
    text-decoration: none;
    color: #333;
    background: url(../oimages/common/arr_s.gif) no-repeat right center;
  }
  /* line 628, ../sass/_common.scss */
  .S_nav li a:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -3px;
  }

  /* line 646, ../sass/_common.scss */
  .campaign {
    position: relative;
    padding: 30px 0 20px;
    background-color: #efefef;
  }
  /* line 651, ../sass/_common.scss */
  .campaign .triangle:before {
    content: "";
    display: block;
    position: absolute;
    left: 47.5%;
    top: 0%;
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
  /* line 667, ../sass/_common.scss */
  .campaign .row {
    width: 90%;
    margin: 0 auto;
  }
  /* line 670, ../sass/_common.scss */
  .campaign .row .cell {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: inline-block;
    float: left;
    width: 50%;
    margin: 0 0 15px 0;
    padding: 0 5%;
    vertical-align: middle;
    text-align: center;
  }
  /* line 679, ../sass/_common.scss */
  .campaign .row .cell img {
    width: 100%;
    height: auto;
    max-width: 220px;
  }
  /* line 684, ../sass/_common.scss */
  .campaign .row .cell:nth-child(3) {
    padding-top: 2.2%;
  }

  /* line 693, ../sass/_common.scss */
  .pagetop {
    position: relative;
    text-align: center;
    line-height: 1;
    background-color: #272524;
  }
  /* line 698, ../sass/_common.scss */
  .pagetop a {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  /* line 703, ../sass/_common.scss */
  .pagetop a:before {
    content: "";
    display: block;
    position: absolute;
    left: 49%;
    top: -20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #272524;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  /* line 716, ../sass/_common.scss */
  .pagetop a:hover {
    opacity: 1 !important;
  }
  /* line 719, ../sass/_common.scss */
  .pagetop span {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  /* line 724, ../sass/_common.scss */
  .pagetop span img {
    width: 20%;
    max-width: 100px;
  }
  /* line 729, ../sass/_common.scss */
  .pagetop span:hover {
    opacity: 0.6;
  }

  /* line 735, ../sass/_common.scss */
  footer {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 40px 20px 40px;
    background-color: #272524;
    text-align: center;
    /*
    top: -webkit-calc(100vh - 50px);
    top: calc(100vh - 50px);
    */
    /*
    	.col-sm-4{
    		margin-top: 15px;
    	}
    	.foot_logo{
    		img{
    			width: auto;
    			height: 20px;
    		}
    	}
    	.add{
    		margin-top: 8px;
    		color: #fff;
    	}
    */
  }
  footer h4{
  	margin: 0 auto 20px;
  	width: 200px;
  }
  
  footer p{
    color: #fff;
  }
  
  footer ul {
    display: flex;
    justify-content:center;
  }
  /* line 777, ../sass/_common.scss */
  footer ul li {
    margin:  0 10px;
    width: 30px;
   
  }
  
  footer ul li img{
    width:100%;
    height: auto;
  }
  /* line 816, ../sass/_common.scss */
  footer .copy {
    margin-top: 20px;
    font-size: 7px;
    font-size: 0.7rem;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
  }
  /* line 822, ../sass/_common.scss */
  footer .copy img {
    width: auto;
    height: 5px;
  }
}
@media screen and (min-width: 768px) {
  /* line 10, ../sass/_layout.scss */
  #top .in_header {
    text-align: center;
    margin-bottom: 33px;
  }
  /* line 19, ../sass/_slayout.scss */
  h2.main-title {
    text-align: center;
  }
  /* line 21, ../sass/_slayout.scss */
  h2.main-title span {
    display: block;
    color: #ccc;
    font-family: 'Parisienne', cursive;
    margin-top: 10px;
    font-size: 30px;
    font-size: 3x.0rem;
  }
  /* line 26, ../sass/_slayout.scss */
  h2.main-title {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
  }

  /* line 37, ../sass/_layout.scss */
  #top .main_visual {
    z-index: 0;
    background: none;
    top: 0;
    width: 100%;
    height: 100vh !important;

  }
  /* line 50, ../sass/_layout.scss */
  #top .main_visual .text_cont {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: relative;
    display: table;
    width: 100%;
    min-width: 1000px;
    height: 100%;
    text-align: center;
    color: #fff;
    z-index: 2000;
    padding: 0 40px;
    position: absolute;
  }
  
  #top .main_visual .text_cont.hide{
	 text-indent: -9999px;
	 display: none;
	 opacity: 0 !important;
  }
  
  /* line 63, ../sass/_layout.scss */
  #top .main_visual .text_cont .child {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 68, ../sass/_layout.scss */
  #top .main_visual .text_cont h2 {
    text-align: center;
  }
  /* line 71, ../sass/_layout.scss */
  #top .main_visual .text_cont .slowgun {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 2px;
  }
  /* line 78, ../sass/_layout.scss */
  #top .main_visual .text_cont .concept {
    display: inline-table;
  }
  
  #top .rel_wrap {
    position: relative;
    z-index: 3;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    
  }
  
  #top .rel_wrap .bnr{
  	width: 1110px;
  	margin: 0 auto;
  	padding-top: 70px;
  	display: flex;
  	flex-wrap:wrap;
  	justify-content: space-between;
  }
  #top .rel_wrap .bnr .child{
	  width: calc(50% - 15px);
	  margin-bottom: 30px;
  }
  
  #top .rel_wrap .bnr .child img{
	  width: 100%;
  }
  
  
  /* line 135, ../sass/_layout.scss */
  #top .works {
  	margin-bottom: 90px;
  }
  /* line 137, ../sass/_layout.scss */
  #top .works h2 {
    padding: 60px 0 55px;
    line-height: 1;
  }
  /* line 141, ../sass/_layout.scss */
  #top .works .container_wrap {
    position: relative;
    padding-bottom: 30px;
    margin: 0 auto;
  }
  /* line 146, ../sass/_layout.scss */
  #top .works .container {
    position: relative;
    top: -30px;
    width: 1140px !important;
  }
  
  #top .works.arrange .container {
	  width: 1110px !important;
  }
  /* line 151, ../sass/_layout.scss */
  #top .works .col-sm-4 .col_child:first-child{
	  margin-top: 20px;
  }
  #top .works .col-sm-4 .col_child:last-child{
	  margin-top: -20px;
  }
  
  #top .works p{
    font-size: 16px;
    line-height: 2;
    letter-spacing: 2px;
  }
  
  #top .works .col-sm-4 .col_child {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 0 0 50px 0;
    text-align: center;
    
    -moz-box-shadow: rgba(153, 153, 153, 0.2) 0px 0px 3px 0px;
    -webkit-box-shadow: rgba(153, 153, 153, 0.2) 0px 0px 3px 0px;
    box-shadow: rgba(153, 153, 153, 0.2) 0px 0px 3px 0px;
    background-color: #fff;
    background-color:rgba(255,255,255,0.95);
    
  }
  
  #top .works .col-sm-4 .col_child .icon img{
  	width:100%;
  }
  
  /* line 159, ../sass/_layout.scss */
  #top .works .col-sm-4 .col_child h3 {
    margin-top: 30px;
  }
  /* line 161, ../sass/_layout.scss */
  #top .works .col-sm-4 .col_child h3 span {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    color: #ccc;
    font-weight: 700;
    font-family: 'Parisienne', cursive;
  }
  /* line 165, ../sass/_layout.scss */
  #top .works .col-sm-4 .col_child h3 span:first-child {
    margin-bottom: 10px;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    color: #EA5D80;
    font-family: 'Noto Serif JP', 'Homemade Apple',sans-serif;
  }
  /* line 173, ../sass/_layout.scss */
  #top .works .col-sm-4 .col_child .text {
    width: 100%;
    min-height: 130px;
    margin-top: 25px;
    padding: 0 20px;
    text-align: left;
    line-height: 1.8;
    word-break: break-all;
  }
  
  #top .works.arrange{
  }
  
  #top .works.arrange .container_wrap .row{
	 display: flex;
	 flex-wrap:wrap;
	 justify-content: space-between;
  }
  
  #top .works.arrange .container_wrap .row .col{
  		width: calc(25% - 30px);
  		
  }
  
  #top .works.arrange .container_wrap .row .col p.icon{
  		margin-bottom: 30px;
  		height: 247px;
  		overflow: hidden;
  }
  
  #top .works.arrange .container_wrap .row .col h3{

  		line-height: 1.5;
  }
  
  
  #top .works.arrange .container_wrap .row .col img{
  		width: 100%;
  		height: 100%;
  		object-fit: cover;
  		object-position: 0% 100%;
  }
  
  
  
  /* line 182, ../sass/_layout.scss */
  .d_btn {
    display: inline-table;
    margin: 0 0 0;
  }
  /* line 185, ../sass/_layout.scss */
  .d_btn a {
    display: inline-block;
    padding: 0 20px;
    width: auto;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #272524;
    -moz-border-radius: 60px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #272524;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  /* line 199, ../sass/_layout.scss */
  .d_btn a:hover {
    opacity: 1 !important;
    border: 2px solid #272524;
    color: #fff !important;
    background-color: #272524;
  }
  /* line 210, ../sass/_layout.scss */
  #top .company {
  	background: url(../images/top/bg.jpg);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 88px 0 110px;
    text-align: center;
    clear: both;
    background-size: cover;
  }
  #top .company h2 ,#top .company h2 span{
  	color: #fff;
  }
  /* line 223, ../sass/_layout.scss */
  #top .company .text {
    margin: 35px auto 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 2px;
    color: #fff;
  }
  /* line 232, ../sass/_layout.scss */
  #top .company .d_btn {
    display: table;
    width: 275px;
    margin: 40px auto 0px auto;
  }
  /* line 237, ../sass/_layout.scss */
  #top .company a {
   
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
    color: #272524 !important;
    background-color: #fff;
    border: 2px solid #fff;
    padding: 0 20px;
  }
  
  #top .company a:hover {
    opacity: 1 !important;
    border: 2px solid #272524;
    color: #fff !important;
    background-color: #272524;
  }
  
  /* line 256, ../sass/_layout.scss */
  #top .news {
    padding: 60px 0 60px;
  }
  /* line 259, ../sass/_layout.scss */
  #top .news .inner {
    position: relative;
    width: 1140px;
  }
  /* line 263, ../sass/_layout.scss */
  #top .news h2 {
    
  }
  /* line 269, ../sass/_layout.scss */
  #top .news .news_list {
    margin-top: 10px;
  }
  /* line 272, ../sass/_layout.scss */
  #top .news li {
    position: relative;
    display: table;
    width: 1140px;
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: 1px solid #ececec;
  }
  /* line 279, ../sass/_layout.scss */
  #top .news li .day {
    display: table-cell;
    width: 130px;
    padding: 0 20px;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    color: #666;
  }
  /* line 290, ../sass/_layout.scss */
  #top .news li .cat {
    display: table-cell;
    width: 8em;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
    background-color: #272524;
    border-radius: 20px;
  }
  /* line 299, ../sass/_layout.scss */
  #top .news li .cat span {
    display: inline-block;
    padding: 5px;
    font-size: 1.2rem;
    font-weight: 700;
    
  }
  /* line 305, ../sass/_layout.scss */
  #top .news li a {
    position: relative;
    display: table-cell;
    width: auto;
    padding-right: 50px;
    padding-left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: underline;
    color: #272524;
  }
  /* line 316, ../sass/_layout.scss */
  #top .news li a:after {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 45%;
    right: 15px;
    /*
    			    content:"";
    			    display: block;
    			    width:8px;
    			    height:8px;
    			    border-top:2px solid #ccc;
    			    border-right:2px solid #ccc;
    			    -webkit-transform: rotate(45deg);
    			    transform: rotate(45deg);
    			    position: absolute;
    			    right:0px;
    			    top:50%;
    			    margin-top:-3px;
    */
  }
  /* line 336, ../sass/_layout.scss */
  #top .news .d_btn_wrap {
    display: table;
    width: 275px;
    margin: 30px auto 0;
  }
  /* line 341, ../sass/_layout.scss */
  #top .news .d_btn {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: table-cell;
    width: 275px;
    height: 84px;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #999999;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    background-color: #999;
  }
  /* line 343, ../sass/_layout.scss */
  #top .news .d_btn a {
    color: #fff;
  }

  /* line 356, ../sass/_layout.scss */
  .under_main {
    margin-top: 77px;
    padding: 80px 0 0;
  }
  /* line 359, ../sass/_layout.scss */
  .under_main .under_main_h2 {
    padding-bottom: 80px;
    text-align: center;
  }
  /* line 363, ../sass/_layout.scss */
  .under_main .in_header {
    text-align: center;
    margin-bottom: 33px;
    padding-top: 30px;
    background-color: #e6eaee;
  }
  /* line 368, ../sass/_layout.scss */
  .under_main .in_header h2 {
    text-align: center;
    /*
    			span{
    				display: block;
    				font-style: italic;
    				color: #0069b7;
    			}
    			.jap{
    				font-size: 18px;
    			}
    			.eng{
    				margin: 17px 0 30px;
    				font-size: 48px;
    			}
    			.under_border{
    				width: 90px;
    				margin: 0 auto;
    				height: 1px;
    				background-color: #0069b7;
    			}
    */
  }
  /* line 393, ../sass/_layout.scss */
  .under_main .wp-pagenavi {
    margin: 50px auto;
    text-align: center;
  }
  /* line 396, ../sass/_layout.scss */
  .under_main .wp-pagenavi .pages {
    display: none;
  }
  /* line 399, ../sass/_layout.scss */
  .under_main .wp-pagenavi .nextpostslink, .under_main .wp-pagenavi .previouspostslink {
    border: none;
  }
 

  /* line 410, ../sass/_layout.scss */
  #company table {
    width: 100%;
    border: 1px solid #ccc;
    border: none;
    border-top: 1px solid #ccc;
    
  }
  
  #company table tbody{
    /* display: flex; 削除 - tableにflexは不適切 */
  }
  /* line 248, ../sass/_base.scss */
  #company table th {
    width: 150px;
    text-align: center;
    padding: 15px 15px 15px 20px;
    vertical-align: top;
    font-weight: bold;
    line-height: 1.8;
  }
  
  #company table th.label{
    color: inherit;
  }
  /* line 259, ../sass/_base.scss */
  #company table tr {
  	width: 50%;
  	border-bottom: 1px solid #ccc;
  }
  #company table td {
    padding: 15px 0 15px 20px;
    border-left: 1px solid #ccc;
    
    line-height: 1.8;
  }
  /* line 415, ../sass/_layout.scss */
  #company table th {
    font-weight: bold;
  }
  /* line 420, ../sass/_layout.scss */
  #company table td {
    border-left: none;
  }
  /* line 425, ../sass/_layout.scss */
  #company #map_area {
    margin: 20px 0 60px;
    height: 462px;
  }
  #company .cont02{
	  margin-bottom: 60px;
  }
  #company .cont02 ul{
	  display:flex;
	  flex-wrap:wrap;
	  padding-top: 20px;
	  padding-bottom: 20px;
	  border-top: 3px solid #272524;
	  border-bottom: 3px solid #272524;
	  margin-bottom: 80px;
  }
  
  .slick-dots .slick-active{
	  background: #ddd !important;
  }
  
  
  @keyframes anim-scale {
　　0% { transform: scale(0.4, 0.4); }
　　40% { transform: scale(1.2, 1.2); }
　　60% { transform: scale(1, 1); }
　　80% { transform: scale(1.1, 1.1); }
　　100% { transform: scale(1, 1); }
}
  
  
	#company h4{
	}
	
	#company h5{
		text-align: center;
		font-size: 24px;
	  color: #272524;
	  font-weight: 700;
		margin: 0 auto 30px;
	}
	
	#company .cont02{
		margin-bottom: 80px;
	}
  
  #company .cont02 ul li{
	width: calc(100% / 7);
	padding: 20px 10px;
	text-align: center;
	border-radius: 5px;
  }
  #company .cont02 ul li img{
  	height:50px;
  	width: auto;
  	padding-bottom: 10px;
  }
  
  #company .cont02 ul li a{
	 
  }

  #company .cont02 h3{
	  font-size: 24px;
	  color: #B7A492;
	  font-weight: 700;
	  margin-bottom: 40px;
  }
  
  
  #company .cont02 h4{
	  font-size: 18px;
	  color: #183802;
	  font-weight: 700;
	  margin-bottom: 20px;
  }
  
  #company .cont02 .detail{
  }
  
  #company .cont02 p{
  	margin-bottom: 30px;
  	line-height: 1.75em;
  	letter-spacing: 0.2em;
  	font-size: 1.4rem;
  }
  #company .cont02 p.image{
    text-align: center;
  }
  #company .cont02 p.image img{
    width: 80%;
    height: auto;
  }
  #company .cont02 p .line{
	  display: block;
	  border: 1px solid #ccc;
	  padding: 20px;
	  margin: 20px 0;
	  text-align: center;
  }
  
  #company .cont02 .consept-wrap .detail p img{
  	width: 80px;
  	height: auto;
  	display: inline !important;
  }
  
  #company .cont02 iframe{
	  width: 100%;
  }
  
  #company .slick-dots li {
	  background: #fff;
	  border: none;
	  font-size: 1.2rem;
	 font-weight: 700;
  }
  
  #company .container.order {
  		width: 810px;
  		padding: 0;
  }
  
  #company .container.order p.text{
  		text-align: left !important;
  }
  
  
  
  .cat_nav{
	  width: 100%;
	  display: flex;
	  justify-content: center;
	  flex-wrap: wrap;
	  margin-bottom: 60px;
  }
  
  .cat_nav li{
	  
	  margin: 0 20px;
  }
  
  .cat_nav li a{
  	width: 150px !important;
	  line-height: 1;
	  padding: 10px 20px;
	  text-align: center;
	  display: block;
	  background: #fff;
	  border-radius: 50px;
	  color:#272524 !important;
	  border: 2px solid #272524;
  }
  
  .cat_nav li.current a{
  	color:#fff !important;
  	background: #272524;
  }
  
  #news .tab{
	  display: flex;
  }
  
  #news .tab li{
	  width: 25%;
	  text-align: center;
	  border-bottom: 3px solid #fff;
	  border-right: 3px solid #fff;
  }
  
  #news .tab li a{
  	display: block;
  	line-height: 40px;
  	vertical-align: middle;
  	background: #ccc;
  	font-size: 1.2rem;
  }
  
  #news .tab li:last-child{
  	border-right: none;
  }
  #news .tab li.current{
	  border-bottom:none !important;
  }
  #news .tab li.current a{
	  background: #272524;
	  color: #fff !important;
  }

  /* line 739, ../sass/_layout.scss */
  #news .news_list {
    width: 810px;
    min-height: 300px;
    margin: 0 auto 200px;
  }
  /* line 743, ../sass/_layout.scss */
  #news .news_list ul.list {
    border-top: 1px solid #ccc;
  }
  /* line 746, ../sass/_layout.scss */
  #news .news_list ul.list li {
    position: relative;
    display: table;
    width: 100%;
    border-bottom: 1px solid #ececec;
  }
  /* line 747, ../sass/_layout.scss */
  #news .news_list ul.list li a {
    display: block;
    padding: 20px 0;
  }
  /* line 751, ../sass/_layout.scss */
  #news .news_list ul.list li a:hover {
    text-decoration: none;
  }
  /* line 758, ../sass/_layout.scss */
  #news .news_list ul.list li .day {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: table-cell;
    width: 12em;
    padding-left: 15px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #666;
  }
  /* line 768, ../sass/_layout.scss */
  #news .news_list ul.list li .cat {
    display: table-cell;
    min-width: 80px;
    padding: 3px;
    line-height: 1;
    text-align: center;
    line-height: 14px;
    letter-spacing: 1px;
    color: #fff;
    background-color: #272524;
    border-radius: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    vertical-align: middle;
  }
  /* line 778, ../sass/_layout.scss */
  #news .news_list ul.list li .title {
    display: table-cell;
    padding-left: 30px;
    text-decoration: underline;
  }
  /* line 783, ../sass/_layout.scss */
  #news .news_list ul.list li:after {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }
  /* line 799, ../sass/_layout.scss */
  #news .news_list .pagenavi {
    color: #fff;
    background-color: #84aed7;
  }
  
  

  /* line 807, ../sass/_layout.scss */
  #news_d .article_wrap {
    width: 810px;
    margin: 0 auto 200px;
  }
  /* line 811, ../sass/_layout.scss */
  #news_d .article {
    padding: 30px 0 60px;
    border-bottom: 1px solid #ccc;
  }
  /* line 816, ../sass/_layout.scss */
  #news_d .article .image{
	  text-align: center;
	  margin-bottom: 30px;
  }
  #news_d .article img {
    width: 75%;
    height: auto;
    padding: 20px 0;
  }
  /* line 821, ../sass/_layout.scss */
  #news_d .title_box {
    width: 810px;
    padding: 40px 0 0;
	margin: 0 auto;
	
  }
  #news_d .title_box h3{
  	font-size: 28px;
    line-height: 1.75;
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
  #news_d .title_box ul.post-categories{
	  
  }
  #news_d .title_box ul.post-categories li {
  	background: #272524;
  	color: #fff !important;
  	border-radius: 10px;
  	line-height: 1;
  	padding: 5px 20px;
  	display: inline-block;
  	margin: 0 0 10px;
  	font-size: 12px;
  	font-size: 1.2rem;
  }
  #news_d .title_box ul.post-categories a{
   		color: #fff !important;
   }

  /* line 830, ../sass/_layout.scss */
  #news_d .article .text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  /* line 833, ../sass/_layout.scss */
  #news_d .article .text div {
   
  }
  
  
  #news_d .arrange .article table{
	  border-top:1px solid #ccc;
	  width: 100%;
	  margin-top: 40px;
  }
  
  #news_d .arrange .article table td{
  		padding: 20px 0;
  		border-bottom:1px solid #ccc;
  }
  
  #news_d .arrange .article table td.title{
  		font-weight: bold;
  		color: #999;
  }
  
  #news_d .arrange .article {
    padding: 30px 0 0;
    border: none;
  }
  
  /* line 838, ../sass/_layout.scss */
  #news_d .to_back{
	  text-align: center;
  }
  #news_d .to_back a {
  	padding: 0 20px;
    display: inline-block;
    width: auto;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #272524;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #272524;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  /* line 199, ../sass/_layout.scss */
  #news_d .to_back a:hover {
    opacity: 1 !important;
    border: 2px solid #272524;
    color: #fff !important;
    background-color: #272524;
  }
  
  
  #news_d .day{
	  padding: 20px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
    margin-bottom: 40px;
    text-align: right;
  }
  
   #news_d .arrange .day{
	  padding: 20px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    color: #999;
    margin-bottom: 40px;
    text-align: left;
  }

	body#case .wrap-case{
		width: 1110px;
		padding: 0;
		margin: 0 auto;
		display: flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	
	body#case .wrap-case .child{
		width: calc(25% - 30px);
		margin-bottom: 80px;
		
	}
	
	body#case .wrap-case .child:nth-child(even){
		
	}
	
	
	body#case .wrap-case .child .image{
		margin-bottom: 30px;
		overflow: hidden;
		height: 247px;
	}
	
	body#case .wrap-case .child .image img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	body#case .wrap-case .child .detail{
		
	}
	
	body#case .wrap-case .child:nth-child(even) .detail{
		
	}
	
	
	
	body#case .wrap-case .child .detail .day span{
		border: 1px solid #272524;
		line-height: 1;
		padding:3px 20px;
		border-radius: 10px;
		background: #272524;
		margin-left: 7px;
		display: inline-block;
	}
	
	body#case .wrap-case .child .detail .day span a{
		
		color: #fff !important;
	}
	
	body#case .wrap-case .child .detail .title{
		margin-bottom: 20px;
	}
	
	body#case .wrap-case .child .detail .title a{
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
	
	body#case .wrap-case .child .detail .content {
		margin-bottom: 20px;
	}
	
	/* line 185, ../sass/_layout.scss */
  body#case .d_btn a {
  	padding: 0 20px;
    display: inline-block;
    width: auto;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #272524;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #272524;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  /* line 199, ../sass/_layout.scss */
  body#case .d_btn a:hover {
    opacity: 1 !important;
    border: 2px solid #272524;
    color: #fff !important;
    background-color: #272524;
  }
	
 
  
  #principle .container {
  		width: 1110px;
  		padding: 0;
  }
  
  #principle .container .child{
  		display: flex;
  		margin-bottom: 60px;
  }


  #principle .container .child .image{
  		width: 50%;
  		padding-right: 30px;
  }
  
  #principle .container .child.part2 .image{
  		width: 50%;
  		padding-right: 0;
  }
  
  #principle .container .child .image img{
  		width: 100%;
  }
  
  #principle .container .child .detail{
  		width: 50%;
  		padding:40px 0 0 30px;
  }
  
  #principle .container .child.part2 {
  		flex-flow: row-reverse;
  }
  
  
  #principle .container .child.part2 .image{
  		width: 50%;
  		padding-left: 30px;
  }
  
  #principle .container .child.part2 .image img{
  		width: 100%;
  }
  
  #principle .container .child.part2 .detail{
  		width: 50%;
  		padding:40px 30px 0 0;
  }
  
  
  #principle .container .child.part3 .image{
  		width: 50%;
  		padding-left: 0;
  		padding-right: 30px;
  }
  
  #principle .container .child.part3 .image img{
  		width: 100%;
  }
  
  #principle .container .child.part3 .detail{
  		width: 50%;
  		padding:40px 0 0 30px;
  }
  
  
  #principle .container .child .detail h3{
  		font-size:24px;
  		font-weight: 700;
  		margin-bottom: 30px;
  		color: #B7A492;
  }
  
  #principle .container .child .detail  p{
  	margin-bottom: 30px;
  }
  
  #principle .container .child .detail ul{
  	padding: 15px;
  	margin-top: 20px;
  	border: 1px solid #272524;
  }
  
  #principle .cont02{
	  width:1110px;
	  margin: 0 auto 80px;
  }
  
  #principle .cont02 h3{
	  font-size: 24px;
  		font-weight: 700;
  		margin-bottom: 60px;
  		text-align: center;
  		color: #B7A492;
  }
  
  #principle .cont02 .parent{
  		display: flex;
  		justify-content: space-between;
  		
  }
  
  #principle .cont02 .parent .child{
  		width: calc(100% / 3 - 30px);
  }
  
  #principle .cont02 .parent .child img{
  		width: 100%;
  }
  
  #principle .cont02 .parent .child p.image{
	  margin-bottom: 30px;
  }
  
  #principle .cont02 .parent .child h4{
  		font-size: 24px;
  		color: #EA5D80;
  		text-align: center;
  		margin-bottom: 30px;
  }
  
    /* line 1044, ../sass/_layout.scss */
  #contact .in_nav {
    display: table;
    width: 810px;
    margin: 0 auto;
    border: 1px solid #dadada;
  }
  /* line 1049, ../sass/_layout.scss */
  #contact .in_nav li {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: relative;
    display: table-cell;
    height: 58px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* line 1058, ../sass/_layout.scss */
  #contact .in_nav li.off:before {
    border-left: 15px solid #dadada;
    border-top: 30px solid transparent;
    border-bottom: 28px solid transparent;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: 134px;
    z-index: 5;
  }
  /* line 1069, ../sass/_layout.scss */
  #contact .in_nav li.off:after {
    border-left: 15px solid #fff;
    border-top: 30px solid transparent;
    border-bottom: 28px solid transparent;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: 134px;
    z-index: 5;
  }
  /* line 1081, ../sass/_layout.scss */
  #contact .in_nav li.on {
    color: #fff;
    background-color: #272524;
  }
  /* line 1084, ../sass/_layout.scss */
  #contact .in_nav li.on:before {
    border-left: 15px solid #272524;
    border-top: 30px solid transparent;
    border-bottom: 28px solid transparent;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: 134px;
    z-index: 5;
  }
  /* line 1095, ../sass/_layout.scss */
  #contact .in_nav li.on:after {
    border-left: 15px solid #272524;
    border-top: 30px solid transparent;
    border-bottom: 28px solid transparent;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: 134px;
    z-index: 5;
  }
  /* line 1107, ../sass/_layout.scss */
  #contact .in_nav li.third {
    color: #fff;
    background-color: #272524;
  }
  /* line 1114, ../sass/_layout.scss */
  #contact .form_area {
    width: 810px;
    margin: 0 auto 0;
    padding-bottom: 100px;
  }
  /* line 1118, ../sass/_layout.scss */
  #contact .form_area table {
    width: 100%;
  }
  /* line 1121, ../sass/_layout.scss */
  #contact .form_area th {
    width: 38%;
    padding: 25px 0;
    text-align: left;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    color: #999;
  }
  /* line 1128, ../sass/_layout.scss */
  #contact .form_area th.textarea_th {
    padding: 20px 0;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
  }
  /* line 1133, ../sass/_layout.scss */
  #contact .form_area th .hissu {
    color: #272524;
  }
  /* line 1137, ../sass/_layout.scss */
  #contact .form_area td {
    border-top: 1px solid #ccc;
  }
  /* line 1139, ../sass/_layout.scss */
  #contact .form_area td input {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    background-color: #e5e5e5;
    border: none;
    border-radius: 6px;
  }
  
  #contact .form_area td.zip-box input{
	  width: 40%;
	  
  }
  
  /* line 1147, ../sass/_layout.scss */
  #contact .form_area td .typeselect {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    width: 170px;
    padding-left: 5px;
    border: 1px solid #b7b7b7;
    border-radius: 0px;
    width: 400px;
    padding: 7px 10px;
    border: none;
    background: url(../images/contact/select_arrow.png) 380px 50% no-repeat;
    background-size: 12px auto;
    background-color: #e5e5e5;
    border-radius: 6px;
  }
  /* line 1159, ../sass/_layout.scss */
  #contact .form_area td.textarea_td {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }
  /* line 1163, ../sass/_layout.scss */
  #contact .form_area td textarea {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 6px;
    background-color: #e5e5e5;
  }
  /* line 1172, ../sass/_layout.scss */
  #contact .form_area .privacy_area {
    padding: 20px;
  }
  /* line 1174, ../sass/_layout.scss */
  #contact .form_area .privacy_area .text {
    font-size: 12px;
    font-size: 1.2rem;
    color: #666;
  }
  /* line 1177, ../sass/_layout.scss */
  #contact .form_area .privacy_area .text a {
    color: #ef7700;
    text-decoration: underline;
  }
  /* line 1182, ../sass/_layout.scss */
  #contact .form_area .privacy_area .checkbox_area {
    margin-top: 30px;
    text-align: center;
    color: #666;
  }
  /* line 1189, ../sass/_layout.scss */
  #contact .form_area .to-confirm {
    text-align: center;
    margin: 30px 0 0;
  }
   /* line 1460, ../sass/_slayout.scss */
  #contact .form_area .to-confirm input {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: inline-block;
    width: auto;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #272524;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 50px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 20px;
    text-decoration: none;
    color: #272524;
    background-color: #fff;
  }
  
  #contact .form_area .to-confirm input:hover {

    opacity: 1 !important;
    border: 2px solid #272524;
    color: #fff !important;
    background-color: #272524;
  }
  /* line 1200, ../sass/_layout.scss */
  #contact .greeting01 {
    display: table;
    width: 100%;
    margin: 40px 0 20px;
    padding: 40px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  /* line 1207, ../sass/_layout.scss */
  #contact .greeting01 p {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    color: #333;
  }
  /* line 1216, ../sass/_layout.scss */
  #contact .greeting02 {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #666;
  }
  /* line 1222, ../sass/_layout.scss */
  #contact .to_top {
    text-align: center;
    margin: 30px 0 200px;
  }
  /* line 1225, ../sass/_layout.scss */
  #contact .to_top button {
   box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: inline-block;
    width: auto;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #272524;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 50px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 20px;
    text-decoration: none;
    color: #272524;
    background-color: #fff;
  }
  
  #contact .to_top button:hover {

    opacity: 1 !important;
    border: 2px solid #272524;
    color: #fff !important;
    background-color: #272524;
  }

  /* line 1234, ../sass/_layout.scss */
  #privacy .list_area {
    width: 810px;
    margin: 0px auto;
  }
  /* line 1238, ../sass/_layout.scss */
  #privacy .list_area li {
    margin-bottom: 60px;
  }
  /* line 1240, ../sass/_layout.scss */
  #privacy .list_area li h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #272524;
  }
  /* line 1246, ../sass/_layout.scss */
  #privacy .list_area li p {
    padding: 20px 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 1253, ../sass/_layout.scss */
  #privacy .list_area .recieve_area {
    margin-bottom: 60px;
  }
  /* line 1255, ../sass/_layout.scss */
  #privacy .list_area .recieve_area h3 {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #595959;
  }
  /* line 1261, ../sass/_layout.scss */
  #privacy .list_area .recieve_area p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 1265, ../sass/_layout.scss */
  #privacy .list_area .contact_area {
    margin-bottom: 200px;
    text-align: center;
  }
  /* line 1268, ../sass/_layout.scss */
  #privacy .list_area .contact_area h3 {
    padding: 30px 0 30px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background-color: #f99800;
  }
  /* line 1274, ../sass/_layout.scss */
  #privacy .list_area .contact_area h3 span {
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 3px solid #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
  }
  /* line 1283, ../sass/_layout.scss */
  #privacy .list_area .contact_area p {
    padding: 30px;
    line-height: 1.8;
    background-color: #ebeeef;
  }
  /* line 1287, ../sass/_layout.scss */
  #privacy .list_area .contact_area p a {
    color: #333;
    text-decoration: underline;
  }
  img.pc{
	  display: inline;
  }
  img.sp{
	  display: none;
  }
  
  .contact_wrap{
	  background: #183802;
	  padding: 40px 0;
  }
  
  .contact_wrap h3{
  		text-align: center;
  		font-size: 26px;
  		font-weight: 700;
  		color: #fff;
  		line-height: 1;
  		margin-bottom: 40px;
  }
  
  .contact_wrap .box{
	  width: 1110px;
	  margin: 0 auto;
  }
  
  .contact_wrap .child{
	  border-radius: 10px;
	  background: #fff;
	  display: flex;
	  align-items: center;
	  padding: 20px 0;
	  
  }
  
  .contact_wrap .child div{
  		width: calc(100% / 3);
  		padding: 0 20px;
  		border-right: 1px solid #eee;
  }
  
  .contact_wrap .child .award{
	  
  		
  }
  
  .contact_wrap .child .award img{
  		width: 100%;
  }
  
  .contact_wrap .child .detail{
	  text-align: center;
  }
  
  .contact_wrap .child .detail h4{
	  font: 14px;
	  line-height: 1;
	  margin-bottom: 10px;
	  font-weight: 700;
  }
  
  .contact_wrap .child .detail p.tel{
	  font-size: 42px;
	  font-weight: 800;
	  line-height: 1;
	  margin-bottom: 10px;
	  
	  color: #183802;
  }
  .tel a{
	 color: #183802 !important;
	 font-weight: 900;
	 font-size: 38px;
	 text-decoration: none;
  }
  .contact_wrap .child .detail h4 img{
  		height: 1.1em;
  		width: auto;
  		margin-right: 6px;
  }
  
  .contact_wrap .child .detail p.hosoku{
	  font-weight: 700;	
  }
  
  .contact_wrap .child .contact{
	  text-align: center;
	  
  }
  
  .contact_wrap .child .contact p{
  	   border: 1px solid #BF0000;
	  height: 100%;
	  border-radius: 10px;
	  
	  
  }
  
  .contact_wrap .child .contact p.line{
  		margin-top: 15px;
  		border: 1px solid #0071BE;
  }
  
  .contact_wrap .child .contact p a{
  	color: #fff !important;
  	font-weight: 700;
    display: block;
    height: 100%;
    padding: 10px 0;
  }
  
  .contact_wrap .child .contact p a img{
  	height: 1.8em;
  	width: auto;
    vertical-align: middle;
  	
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
 
  
  
  
}
@media screen and (max-width: 767px) {
  /* line 9, ../sass/_slayout.scss */
  .container {
    margin: 0;
    padding: 0;
  }

  /* line 16, ../sass/_slayout.scss */
  #top .in_header {
    text-align: center;
    margin-bottom: 15px;
  }
  /* line 19, ../sass/_slayout.scss */
  h2.main-title {
    text-align: center;
  }
  /* line 21, ../sass/_slayout.scss */
  h2.main-title span {
    display: block;
    color: #ccc;
    font-family: 'Parisienne', cursive;
    margin-top: 10px;
    font-size: 20px;
    font-size: 2.0rem;
  }
  /* line 26, ../sass/_slayout.scss */
  h2.main-title {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
  }
  
  /* line 42, ../sass/_slayout.scss */
  #top .main_visual {
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    /*
    height: -webkit-calc(100vh - 50px);
    height: calc(100vh - 50px);
    */
  }
  /* line 52, ../sass/_slayout.scss */
  
  #top .main_visual img {
    height: 100%;
    width: auto !important;
    object-fit:cover;
    overflow: hidden;
  }
  /* line 59, ../sass/_slayout.scss */
  #top .main_visual .text_cont {
    box-sizing: border-box;
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 45px;
    color: #fff;
    background-size: cover;
    z-index: 2000;
    position: absolute;
  }
  
  #top .main_visual .text_cont.hide{
	 text-indent: -9999px;
	 display: none;
	 opacity: 0 !important;
  }

  
  /* line 71, ../sass/_slayout.scss */
  #top .main_visual .text_cont .child {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 76, ../sass/_slayout.scss */
  #top .main_visual .text_cont h2 {
    text-align: center;
  }
  /* line 78, ../sass/_slayout.scss */
  #top .main_visual .text_cont h2 img {
    width: 60%;
    max-width: 300px;
  }
  /* line 83, ../sass/_slayout.scss */
  #top .main_visual .text_cont .slowgun {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    padding: 0 25px;
    margin-top: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 2px;
    padding: 0 30px;
    text-align: left;
  }
  /* line 93, ../sass/_slayout.scss */
  #top .main_visual .text_cont .concept {
    display: inline-table;
    margin-top: 24px;
  }
  /* line 96, ../sass/_slayout.scss */
  #top .main_visual .text_cont .concept a {
    /*
    					display: table-cell;
    				    height: 42px;
    				    color: #fff;
    				    border: 2px solid #fff;
    				    border-radius: 5px;
    				    vertical-align: middle;
    				    @include fz(9);
    				    line-height: 1;
    				    letter-spacing: 2px;
    				    text-decoration: none;
    */
    padding: 20px 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: table-cell;
    width: auto;
    height: 24px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    font-weight: bold;
    letter-spacing: 1px;
  }
  /* line 116, ../sass/_slayout.scss */
  #top .main_visual .video_cont {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
  }
  /* line 129, ../sass/_slayout.scss */
  #top .rel_wrap {
    position: relative;
    z-index: 3;
    
    /*
    	    top: -webkit-calc(100vh - 50px);
    	    top: calc(100vh - 50px);
    */
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
  }
  
  #top .rel_wrap .bnr{
  	width: auto;
  	margin: 0 auto;
  	padding: 40px 20px 0;
  	
  }
  #top .rel_wrap .bnr .child{
	  width: 100%;
	  margin-bottom: 20px;
  }
  
  #top .rel_wrap .bnr .child img{
	  width: 100%;
  }
  
  /* line 142, ../sass/_slayout.scss */
  #top .works {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    padding:  50px 20px 0;
    margin-bottom: 60px;
  }
  /* line 147, ../sass/_slayout.scss */
  #top .works h2 img {
    width: 25%;
    max-width: 130px;
  }
  /* line 152, ../sass/_slayout.scss */
  #top .works .container {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    padding: 0 20px 30px;
  }
  /* line 158, ../sass/_slayout.scss */
  #top .works .row {
    margin: 0;
  }
  /* line 161, ../sass/_slayout.scss */
  #top .works .col-sm-4 {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    max-width: 500px;
    margin: 30px auto;
    padding: 0 0 25px 0;
    border: 1px solid #eaeaea;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
  }
  /* line 172, ../sass/_slayout.scss */
  #top .works .col-sm-4 .icon {
   
    margin: 0 auto;
  }
  /* line 175, ../sass/_slayout.scss */
  #top .works .col-sm-4 .icon img {
    width: 100%;
    
  }
  /* line 159, ../sass/_layout.scss */
  #top .works .col-sm-4 .col_child h3 {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
  /* line 161, ../sass/_layout.scss */
  #top .works .col-sm-4 .col_child h3 span {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #ccc;
    font-weight: 700;
    font-family: 'Parisienne', cursive;
  }
  /* line 165, ../sass/_layout.scss */
  #top .works .col-sm-4 .col_child h3 span:first-child {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    font-family: 'Noto Serif JP', 'Homemade Apple',sans-serif;
    color: #EA5D80;
  }
  /* line 193, ../sass/_slayout.scss */
  #top .works .col-sm-4 .text {
    margin-top: 12px;
    padding: 0 40px;
    margin-bottom: 30px;
  }
  
  
  
  
  #top .works.arrange{
  }
  
  #top .works.arrange .container_wrap .row{
	 display: flex;
	 flex-wrap:wrap;
	 justify-content: space-between;
	
  }
  
  #top .works.arrange .container_wrap .row .col{
  		width: calc(50% - 10px);
  		margin-bottom: 40px;
  		
  		
  }
  
  #top .works.arrange .container_wrap .row .col p.icon{
  		margin-bottom: 20px;
  		height: 190px;
  		overflow: hidden;
  }
  
  #top .works.arrange .container_wrap .row .col h3{

  		line-height: 1.5;
  }
  
  
  #top .works.arrange .container_wrap .row .col img{
  		width: 100%;
  		height: 100%;
  		object-fit: cover;
  		object-position: 50% 50%;
  }
  
  
  
  
  
  
  /* line 196, ../sass/_slayout.scss */
  .d_btn{
	text-align: center;
  }
  
  .d_btn a {
    display: inline-block;
    padding: 0 20px;
    width: auto;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #272524;
    -moz-border-radius: 60px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #272524;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  /* line 199, ../sass/_layout.scss */
  .d_btn a:hover {
    opacity: 1 !important;
    border: 2px solid #272524;
    color: #fff !important;
    background-color: #272524;
  }
  /* line 206, ../sass/_slayout.scss */
  #top .company {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    padding: 60px 20px;
    text-align: center;
    background: url(../images/top/bg.jpg);
    background-size: cover;
  }
  /* line 213, ../sass/_slayout.scss */
  #top .company h2 {
    width:100%;
    margin: 0 auto;
    color:#fff;
  }
  /* line 216, ../sass/_slayout.scss */
  #top .company h2 img {
    width: 100%;
    max-width: 180px;
  }
  /* line 221, ../sass/_slayout.scss */
  #top .company .text {
    color: #fff;
    margin: 30px auto;
    text-align: left;
  }
  
  /* line 233, ../sass/_slayout.scss */
  #top .company .d_btn a {
   border: none;
    background-color: #fff;
  }
  #top .company .d_btn a:hover {
  background-color: #272524;
  }
  /* line 239, ../sass/_slayout.scss */
  #top .news {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    padding: 40px 20px;
  }
  /* line 243, ../sass/_slayout.scss */
  #top .news .in_header {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    padding: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #84aed7;
  }
  /* line 249, ../sass/_slayout.scss */
  #top .news .in_header h2 {
    width: 40%;
    max-width: 160px;
  }
  /* line 254, ../sass/_slayout.scss */
  #top .news li {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ccc;
  }
  /* line 259, ../sass/_slayout.scss */
  #top .news li .day {
    display: inline-block;
    width: auto;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
    color: #555;
    margin-right: 10px;
    line-height: 22px;
    vertical-align: middle;
  }
  /* line 270, ../sass/_slayout.scss */
  #top .news li .cat {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    vertical-align: middle;
    color: #fff;
    border-radius: 20px;
    background-color: #272524;
  }
  /* line 281, ../sass/_slayout.scss */
  #top .news li a {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: underline;
    color: #272524;
  }
  /* line 289, ../sass/_slayout.scss */
  #top .news .d_btn_wrap {
    display: table;
    width: 43%;
    margin: 15px auto 0;
  }
  /* line 293, ../sass/_slayout.scss */
  #top .news .d_btn_wrap a {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: table-cell;
    width: auto;
    height: 42px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #999;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    background-color: #999;
  }
  /* line 299, ../sass/_slayout.scss */
  #top .media {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    padding: 30px 0px;
    color: #fff;
    background: url(../images/top/media_bg.jpg) no-repeat left top;
    background-size: cover;
    background-color: #272524;
  }
  /* line 307, ../sass/_slayout.scss */
  #top .media h2 {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 311, ../sass/_slayout.scss */
  #top .media .container {
    margin-top: 20px;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 317, ../sass/_slayout.scss */
  #top .media .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 321, ../sass/_slayout.scss */
  #top .media .col-sm-4 {
    width: 33%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 327, ../sass/_slayout.scss */
  #top .media .icon {
    width: 70%;
    margin: 0 auto;
    max-width: 70px;
  }
  /* line 332, ../sass/_slayout.scss */
  #top .media h3 {
    margin: 5px 0px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  /* line 337, ../sass/_slayout.scss */
  #top .media .text {
    display: none;
  }
  /* line 340, ../sass/_slayout.scss */
  #top .media .d_btn {
    display: table;
    width: 100%;
    margin: 15px auto 0;
  }
  /* line 344, ../sass/_slayout.scss */
  #top .media .d_btn a {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: table-cell;
    width: auto;
    height: 24px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    background-color: transparent;
  }

  /* line 353, ../sass/_slayout.scss */
  .under_main {
    margin-top: 140px;
  }
  /* line 355, ../sass/_slayout.scss */
  .under_main .under_main_h2 {
    margin-bottom: 50px;
    text-align: center;
  }
  
  .under_main .under_main_h2 img{
    height: 30px;
    width: auto;
  }
  
  
  /* line 358, ../sass/_slayout.scss */
  .under_main .in_header {
    text-align: center;
    margin-bottom: 15px;
    padding-top: 15px;
    background-color: #e6eaee;
  }
  /* line 363, ../sass/_slayout.scss */
  .under_main .in_header h2 {
    text-align: center;
  }
  /* line 365, ../sass/_slayout.scss */
  .under_main .in_header h2 span {
    display: block;
    font-style: italic;
    color: #0069b7;
  }
  /* line 370, ../sass/_slayout.scss */
  .under_main .in_header h2 .jap {
    font-size: 10px;
    font-size: 1rem;
  }
  /* line 373, ../sass/_slayout.scss */
  .under_main .in_header h2 .eng {
    margin: 8px 0 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  /* line 377, ../sass/_slayout.scss */
  .under_main .in_header h2 .under_border {
    width: 90px;
    margin: 0 auto;
    height: 1px;
    background-color: #0069b7;
  }
  /* line 386, ../sass/_slayout.scss */
  .under_main .media {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    padding: 30px 0px;
    color: #fff;
    background: url(../images/top/media_bg.jpg) no-repeat left top;
    background-size: cover;
    background-color: #272524;
  }
  /* line 394, ../sass/_slayout.scss */
  .under_main .media h2 {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 398, ../sass/_slayout.scss */
  .under_main .media .container {
    margin-top: 20px;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 404, ../sass/_slayout.scss */
  .under_main .media .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 408, ../sass/_slayout.scss */
  .under_main .media .col-sm-4 {
    width: 33%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 414, ../sass/_slayout.scss */
  .under_main .media .icon {
    width: 70%;
    margin: 0 auto;
    max-width: 70px;
  }
  /* line 419, ../sass/_slayout.scss */
  .under_main .media h3 {
    margin: 5px 0px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  /* line 424, ../sass/_slayout.scss */
  .under_main .media .text {
    display: none;
  }
  /* line 427, ../sass/_slayout.scss */
  .under_main .media .d_btn {
    display: table;
    width: 100%;
    margin: 15px auto 0;
  }
  /* line 431, ../sass/_slayout.scss */
  .under_main .media .d_btn a {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: table-cell;
    width: auto;
    height: 24px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    background-color: transparent;
  }
  
  .under_main .wp-pagenavi .pages {
    display: none;
  }

  /* line 442, ../sass/_slayout.scss */
  #principle #header {
    background-color: #272524;
  }
  #principle h4{
		text-align: center;
		margin: 0 auto 60px;
		width: 100%;
		line-height: 1.75em;
		padding: 0 20px;
		text-align: left;
	}
	#principle h4 img{
		height:35px;
		width: auto;
	}

  
  #principle .container {
  		width: 100%;
  		padding: 0 20px;
  }
  
  #principle .container .child{
  		margin-bottom: 40px;
  }


  #principle .container .child .image{
  		width: 100%;
  }
  
  #principle .container .child .image img{
  		width: 100%;
  }
  
  #principle .container .child .detail{
  		
  		padding:30px 0 0 0;
  }
  
  
  #principle .container .child.part2 .image{
  		width: 100%;
  }
  
  #principle .container .child.part2 .image img{
  		width: 100%;
  }
  
  #principle .container .child.part2 .detail{
  		padding:30px 0 0 0;
  }
  
  
  #principle .container .child.part3 .image{
  		width: 100%;
  }
  
  #principle .container .child.part3 .image img{
  		width: 100%;
  }
  
  #principle .container .child.part3 .detail{
  		padding:30px 0 0 0;
  }
  
  
  #principle .container .child .detail h3{
  		font-size: 24px;
  		font-weight: 700;
  		margin-bottom: 20px;
  		text-align: center;
  		color: #B7A492;
  }
  #principle .container .child .detail  p{
  	margin-bottom: 20px;
  }
  #principle .container .child .detail ul{
  	padding: 15px;
  	margin-top: 20px;
  	border: 1px solid #272524;
  }
  
  #principle .cont02{
	  width:auto;
	  margin: 0 auto 80px;
	  padding: 40px 20px 0;
  }
  
  #principle .cont02 h3{
	  font-size: 24px;
  		font-weight: 700;
  		margin-bottom: 40px;
  		text-align: center;
  		color: #B7A492;
  }
  
  #principle .cont02 .parent{
  		
  }
  
  #principle .cont02 .parent .child{
  		width:auto;
  		margin-bottom: 40px;
  }
  
  #principle .cont02 .parent .child img{
  		width: 100%;
  }
  
  #principle .cont02 .parent .child p.image{
	  margin-bottom: 20px;
  }
  
  #principle .cont02 .parent .child h4{
  		font-size: 18px;
  		color: #EA5D80;
  		text-align: left;
  		margin-bottom: 20px;
  		padding: 0;
  		line-height: 1;
  }
  

  /* line 512, ../sass/_slayout.scss */
  #company #header {
    background-color: #272524;
  }
  /* line 516, ../sass/_slayout.scss */
  #company .under_main_h2 {
    text-align: center;
  }
  /* line 518, ../sass/_slayout.scss */
  #company .under_main_h2 img {
    width: 33%;
    height: auto;
    max-width: 170px;
  }
  
  #company h4{
		text-align: center;
		margin: 0 auto 60px;
		width: auto !important;
	}
	#company h4 img{
		height:35px;
		width: auto;
	}
  
  /* line 410, ../sass/_layout.scss */
  #company table {
    width: 100%;
    border: 1px solid #ccc;
    border: none;
    border-top: 1px solid #ccc;
    
  }
  
  #company table tbody{
  	
  }
  /* line 248, ../sass/_base.scss */
  #company table th {
    width: auto;
    text-align: left;
    padding: 15px 0 10px 0;
    vertical-align: top;
    font-weight: bold;
    line-height: 1;
    display: block;
  }
  /* line 259, ../sass/_base.scss */
  #company table tr {
  	width: auto;
  	display: block;
  	border-bottom: 1px solid #ccc;
  }
  #company table td {
    padding: 0 0 15px 0;
    border-left: 1px solid #ccc;
    display: block;
    line-height: 1.8;
  }
  /* line 415, ../sass/_layout.scss */
  #company table th {
    font-weight: bold;
  }
  /* line 420, ../sass/_layout.scss */
  #company table td {
    border-left: none;
  }
  /* line 425, ../sass/_layout.scss */
  #company #map_area {
    margin: 20px 0 60px;
    height: 462px;
  }

  #company .cont02 ul{
	  display:flex;
	  flex-wrap:wrap;
	  padding-top: 20px;
	  padding-bottom: 20px;
	  border-top: 3px solid #272524;
	  border-bottom: 3px solid #272524;
	  margin-bottom: 80px;
  }
  
  .slick-dots .slick-active{
	  background: #ddd !important;
  }
 
	
	
	#company h5{
		text-align: center;
		font-size: 24px;
	  color: #272524;
	  font-weight: 700;
		margin: 0 auto 30px;
	}
	
	#company .cont02{
		padding: 0 20px;
		margin-bottom: 0px;
	}
  #company .cont02{
		margin-bottom: 80px;
	}
  
  #company .cont02 ul li{
	width: calc(100% / 7);
	padding: 20px 10px;
	text-align: center;
	border-radius: 5px;
  }
  #company .cont02 ul li img{
  	height:50px;
  	width: auto;
  	padding-bottom: 10px;
  }
  
  #company .cont02 ul li a{
	 
  }

  #company .cont02 h3{
	  font-size: 24px;
	  color: #B7A492;
	  font-weight: 700;
	  margin-bottom: 40px;
  }
  
  
  #company .cont02 h4{
	  font-size: 18px;
	  color: #183802;
	  font-weight: 700;
	  margin-bottom: 20px;
  }
  
  
  #company .cont02 p{
	  margin-bottom: 30px;
  }
  
  #company .cont02 p .line{
	  display: block;
	  border: 1px solid #ccc;
	  padding: 20px;
	  margin: 20px 0;
	  text-align: center;
  }
  
  #company .cont02 .consept-wrap .detail p img{
  	width: 80px;
  	height: auto;
  	display: inline !important;
  }
  
  #company .cont02 iframe{
	  width: 100%;
	  
  }
  
  #company .cont01{
	  	padding: 0 20px;
  }
  #company .slick-dots{
  }
  #company .slick-dots li {
	  background: #fff;
	  border: none;
	  font-size: 1.2rem;
	 font-weight: 700;
  }
  #company .slick-dotted.slick-slider{
	  margin-bottom: 20px;
  }
  
  /* line 393, ../sass/_layout.scss */
  .under_main .wp-pagenavi {
    margin: 50px auto;
    text-align: center;
  }
  .cat_nav{
	  width: 100%;
	  display: flex;
	  justify-content: center;
	  flex-wrap: wrap;
	  margin-bottom:30px;
  }
  
  .cat_nav li{
	  width: 27%;
	  padding: 0 7px;
  }
  
  .cat_nav li a{
  		
	  line-height: 1;
	  padding: 10px 20px;
	  text-align: center;
	  display: block;
	  background: #fff;
	  border-radius: 50px;
	  color:#272524 !important;
	  border: 2px solid #272524;
  }
  
  .cat_nav li.current a{
  	color:#fff !important;
  	background: #272524;
  }

  /* line 981, ../sass/_slayout.scss */
  #news #header {
    background-color: #272524;
  }
  /* line 984, ../sass/_slayout.scss */
  #news .under_main_h2 {
    text-align: center;
  }
  /* line 986, ../sass/_slayout.scss */
  #news .under_main_h2 img {
    width: 21%;
    height: auto;
    max-width: 115px;
  }
  
  #news .tab{
	  display: flex;
  }
  
  #news .tab li{
	  width: 25%;
	  text-align: center;
	  border-bottom: 3px solid #fff;
	  border-right: 3px solid #fff;
  }
  
  #news .tab li a{
  	display:table-cell;
  	height: 40px;
  	vertical-align: middle;
  	background: #ccc;
  	width:inherit;
  	font-size: 1.2rem;
  	padding: 0 10px;
  }
  
  #news .tab li:last-child{
  	border-right: none;
  }
  #news .tab li.current{
	  border-bottom:none !important;
  }
  #news .tab li.current a{
	  background: #272524;
	  color: #fff !important;
  }
  
  /* line 992, ../sass/_slayout.scss */
  #news .news_list {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    margin-bottom: 80px;
    padding: 0 6%;
  }
  /* line 997, ../sass/_slayout.scss */
  #news .news_list ul.list {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #ccc;
  }
  /* line 1001, ../sass/_slayout.scss */
  #news .news_list ul.list li {
    position: relative;
    padding: 4% 3%;
    border-bottom: 1px solid #ccc;
  }
  /* line 1005, ../sass/_slayout.scss */
  #news .news_list ul.list li .day {
    display: inline-block;
    font-size:10px;
    font-size: 1.0rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #666;
  }
  /* line 1012, ../sass/_slayout.scss */
  #news .news_list ul.list li .cat {
    display: inline-block;
    margin-left: 10px;
    padding: 3px 6px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
    background-color: #272524;
    border-radius: 10px;
  }
  /* line 1021, ../sass/_slayout.scss */
  #news .news_list ul.list li .title {
    display: block;
    width: 93%;
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: underline;
    color: #272524;
  }
  /* line 1029, ../sass/_slayout.scss */
  #news .news_list ul.list li:after {
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 45%;
    right: 10px;
  }

  /* line 1040, ../sass/_slayout.scss */
  #news_d #header {
    background-color: #272524;
  }
  /* line 1043, ../sass/_slayout.scss */
  #news_d .under_main_h2 {
    text-align: center;
  }
  
  /* line 1045, ../sass/_slayout.scss */
  #news_d .under_main_h2 img {
    width: 21%;
    height: auto;
  }
  /* line 821, ../sass/_layout.scss */
  #news_d .title_box {
    
    padding: 40px 0 0;
	margin: 0 auto;
  }
  #news_d .title_box h3{
  	font-size: 24px;
    font-size: 2.4rem;
    padding: 0 20px;
    line-height: 1.75;;
  }
  
  #news_d .title_box ul.post-categories{
	  padding-left: 20px;
  }
  #news_d .title_box ul.post-categories li {
  	background: #272524;
  	color: #fff !important;
  	border-radius: 10px;
  	line-height: 1;
  	padding: 5px 20px;
  	display: inline-block;
  	margin: 0 0 10px;
  	font-size: 12px;
  	font-size: 1.2rem;
  }
   #news_d .title_box ul.post-categories a{
   		color: #fff !important;
   }
  #news_d .day{
	  padding: 20px 0 0;
    font-size: 14px;
    margin-bottom: 40px;
    font-size: 1.4rem;
    color: #999;
    text-align: right;
  }
  
  #news_d .arrange .day{
	  padding: 20px 0 0;
    font-size: 12px;
    margin-bottom: 40px;
    font-size: 1.2rem;
    color: #999;
    text-align: left;
  }
  .bread-nav{
		padding: 10px 20px;
		overflow: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	
	.bread-nav::-webkit-scrollbar {
		display: none;
	}
	
	.bread-nav ul{
		display: flex;
		white-space: nowrap;
		padding-right: 20px;
	}
	
	.bread-nav ul li{
		margin-right: 10px;
		font-size:12px;
		font-size:1.2rem;
	}
	
	.bread-nav ul li a{
		font-size:12px;
		font-size:1.2rem;
	}
	
  /* line 1050, ../sass/_slayout.scss */
  #news_d .article_wrap {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    margin-bottom: 80px;
    padding: 0 6%;
  }
  /* line 1055, ../sass/_slayout.scss */
  #news_d .article_wrap .article {
    padding: 25px 0;
    border-bottom: 1px solid #ccc;
  }
  /* line 1059, ../sass/_slayout.scss */
  #news_d .article_wrap .article h3 {
    font-size: 15px;
    font-size: 1.5rem;
    color: #777;
  }
  /* line 1063, ../sass/_slayout.scss */
  #news_d .article_wrap .article .day {
    margin-top: 5px;
    color: #ccc;
  }
  
  #news_d .article img{
	  padding: 20px 0;
  }
  
  /* line 1067, ../sass/_slayout.scss */
  #news_d .article_wrap .article .text {
    margin-top: 12px;
    line-height: 1.75;
    
  }
  #news_d .article_wrap .article .text p{
    line-height: 1.75;
    
  }
  /* line 1069, ../sass/_slayout.scss */
  #news_d .article_wrap .article .text div {
    padding-bottom: .75em;
  }
  
  
  #news_d .arrange .article table{
	  border-top:1px solid #ccc;
	  width: 100%;
	  margin-top: 40px;
  }
  
  #news_d .arrange .article table td{
  		padding: 20px 0;
  		border-bottom:1px solid #ccc;
  }
  
  #news_d .arrange .article table td.title{
  		font-weight: bold;
  		color: #999;
  }
  
  #news_d .arrange .article {
    padding: 30px 0 0;
    border: none;
  }
  
  
  #news_d .to_back{
	  text-align: center;
	  margin-top: 30px;
  }
  #news_d .to_back a {
  	padding: 0 20px;
    display: inline-block;
    width: auto;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #272524;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #272524;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  /* line 199, ../sass/_layout.scss */
  #news_d .to_back a:hover {
    opacity: 1 !important;
    border: 2px solid #272524;
    color: #fff !important;
    background-color: #272524;
  }
  
  body#case #header {
    background-color: #272524;
  }
  
   body#case .wrap-case{
		
	}
	
	body#case .wrap-case{
		width: auto;
		padding: 0 20px;
		margin: 0 auto;
		display: flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	
	body#case .wrap-case .child{
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}
	
	body#case .wrap-case .child:nth-child(even){
		
	}
	
	
	body#case .wrap-case .child .image{
		margin-bottom: 20px;
		width: 100%;
		height: 190px;
		overflow: hidden;
	}
	
	body#case .wrap-case .child .image img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	body#case .wrap-case .child .detail{
		
	}
	
	body#case .wrap-case .child:nth-child(even) .detail{
		
	}
	
	
	
	body#case .wrap-case .child .detail .day span{
		border: 1px solid #272524;
		line-height: 1;
		padding:3px 20px;
		border-radius: 10px;
		background: #272524;
		margin-left: 7px;
		display: inline-block;
	}
	
	body#case .wrap-case .child .detail .day span a{
		
		color: #fff !important;
	}
	
	body#case .wrap-case .child .detail .title{
		margin-bottom: 20px;
	}
	
	body#case .wrap-case .child .detail .title a{
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
	
	body#case .wrap-case .child .detail .content {
		margin-bottom: 20px;
	}
	
	
  

  /* line 1271, ../sass/_slayout.scss */
  #contact #header {
    background-color: #272524;
  }
  /* line 1274, ../sass/_slayout.scss */
  #contact .under_main_h2 {
    text-align: center;
  }
  /* line 1276, ../sass/_slayout.scss */
  #contact .under_main_h2 img {
    width: 26%;
    height: auto;
    max-width: 140px;
  }
  /* line 1283, ../sass/_slayout.scss */
  #contact .in_nav_wrap {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: 100%;
    padding: 0 6%;
    margin-bottom: 20px;
  }
  /* line 1290, ../sass/_slayout.scss */
  #contact .in_nav {
    display: table;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #dadada;
  }
  /* line 1295, ../sass/_slayout.scss */
  #contact .in_nav li {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: relative;
    display: table-cell;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 9px;
    font-size: 0.9rem;
  }
  /* line 1304, ../sass/_slayout.scss */
  #contact .in_nav li.off:before {
    border-left: 7px solid #dadada;
    border-top: 15px solid transparent;
    border-bottom: 14px solid transparent;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 5;
  }
  /* line 1315, ../sass/_slayout.scss */
  #contact .in_nav li.off:after {
    border-left: 7px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 14px solid transparent;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: -1px;
    z-index: 5;
  }
  /* line 1327, ../sass/_slayout.scss */
  #contact .in_nav li.on {
    color: #fff;
    background-color: #272524;
  }
  /* line 1330, ../sass/_slayout.scss */
  #contact .in_nav li.on:before {
    border-left: 7px solid #272524;
    border-top: 15px solid transparent;
    border-bottom: 14px solid transparent;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 5;
  }
  /* line 1341, ../sass/_slayout.scss */
  #contact .in_nav li.on:after {
    border-left: 7px solid #272524;
    border-top: 15px solid transparent;
    border-bottom: 14px solid transparent;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 5;
  }
  /* line 1353, ../sass/_slayout.scss */
  #contact .in_nav li.third {
    color: #fff;
    background-color: #272524;
  }
  /* line 1362, ../sass/_slayout.scss */
  #contact .form_area {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    margin-bottom: 80px;
    padding: 0 6%;
  }
  /* line 1367, ../sass/_slayout.scss */
  #contact .form_area table {
    width: 100%;
    border-top: 1px solid #ccc;
  }
  /* line 1371, ../sass/_slayout.scss */
  #contact .form_area th, #contact .form_area td {
    display: block;
    padding: 0 0 10px;
    text-align: left;
  }
  /* line 1376, ../sass/_slayout.scss */
  #contact .form_area th {
    padding: 15px 0 10px;
    color: #777;
  }
  /* line 1380, ../sass/_slayout.scss */
  #contact .form_area th .hissu {
    color: #272524;
  }
  /* line 1384, ../sass/_slayout.scss */
  #contact .form_area td {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px !important;
  }
  /* line 1386, ../sass/_slayout.scss */
  #contact .form_area td input {
    width: 100%;
    height: 30px;
    padding-left: 1rem;
    background-color: #e5e5e5;
    border: none;
    border-radius: 4px;
    font-size: 16px;
  }
  
  #contact .form_area td.zip-box input{
	  width: 40%;
	  
  }
  /* line 1394, ../sass/_slayout.scss */
  #contact .form_area td textarea {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 6px;
    background-color: #e5e5e5;
    font-size: 16px;
  }
  /* line 1401, ../sass/_slayout.scss */
  #contact .form_area td select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    width: 170px;
    padding-left: 5px;
    border: 1px solid #b7b7b7;
    border-radius: 0px;
    position: relative;
    height: 30px;
    padding-left: 1rem;
    border: none;
    background-color: #e5e5e5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /*
    				&:after{
    					@include sp_nav_arrow($width:10px, $height:10px, $border_size:1px, $border_color:#666, $top: 10%, $right: 10px);
    				}
    */
  }
  /* line 1415, ../sass/_slayout.scss */
  #contact .form_area td .select_wrap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 0;
    vertical-align: middle;
    border: 1px solid #ddd;
    background-color: #e5e5e5;
    background-repeat: no-repeat;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  /* line 1431, ../sass/_slayout.scss */
  #contact .form_area td .select_wrap:after {
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 40%;
    right: 10px;
    border-bottom: 1px solid #666;
    border-top: none;
  }
  /* line 1439, ../sass/_slayout.scss */
  #contact .form_area .privacy_area {
    padding: 20px;
  }
  /* line 1441, ../sass/_slayout.scss */
  #contact .form_area .privacy_area .text {
    font-size: 10px;
    font-size: 1rem;
    color: #666;
  }
  /* line 1444, ../sass/_slayout.scss */
  #contact .form_area .privacy_area .text a {
    color: #ef7700;
    text-decoration: underline;
  }
  /* line 1449, ../sass/_slayout.scss */
  #contact .form_area .privacy_area .checkbox_area {
    margin-top: 30px;
    text-align: center;
    color: #666;
  }
  /* line 1456, ../sass/_slayout.scss */
  #contact .form_area .to-confirm {
    width: auto;
    text-align: center;
    margin: 10px auto;
  }
  /* line 1460, ../sass/_slayout.scss */
  #contact .form_area .to-confirm input {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: inline-block;
    width: auto;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #272524;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 50px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 20px;
    text-decoration: none;
    color: #272524;
    background-color: #fff;
  }
  
  #contact .form_area .to-confirm input:hover {

    opacity: 1 !important;
    border: 2px solid #272524;
    color: #fff !important;
    background-color: #272524;
  }
  /* line 1468, ../sass/_slayout.scss */
  #contact .comp_article {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    margin-bottom: 80px;
    padding: 0 6%;
    text-align: center;
  }
  /* line 1474, ../sass/_slayout.scss */
  #contact .comp_article .greeting01 {
    padding: 20px 0;
    font-size: 12px;
    font-size: 1.2rem;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  /* line 1480, ../sass/_slayout.scss */
  #contact .comp_article .greeting02 {
    margin: 15px 0 30px;
  }
  /* line 1483, ../sass/_slayout.scss */
  #contact .comp_article .to_top {
    width: 137px;
    margin: 10px auto;
  }
  /* line 1487, ../sass/_slayout.scss */
  #contact .comp_article .to_top button {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: table-cell;
    width: 137px;
    height: 42px;
    text-align: center;
    vertical-align: middle;
    border: 0px solid #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    background-color: #ffbc45;
  }

  /* line 1497, ../sass/_slayout.scss */
  #privacy #header {
    background-color: #272524;
  }
  /* line 1500, ../sass/_slayout.scss */
  #privacy .under_main_h2 {
    text-align: center;
  }
  /* line 1502, ../sass/_slayout.scss */
  #privacy .under_main_h2 img {
    width: 48%;
    height: auto;
    max-width: 280px;
  }
  /* line 1508, ../sass/_slayout.scss */
  #privacy .list_area {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    padding: 0 6%;
    margin: 30px auto;
  }
  /* line 1514, ../sass/_slayout.scss */
  #privacy .list_area li {
    margin-bottom: 30px;
  }
  /* line 1516, ../sass/_slayout.scss */
  #privacy .list_area li h3 {
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #272524;
  }
  /* line 1522, ../sass/_slayout.scss */
  #privacy .list_area li p {
    padding: 5px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 10px;
    font-size: 1rem;
  }
  /* line 1529, ../sass/_slayout.scss */
  #privacy .list_area .recieve_area {
    margin-bottom: 40px;
  }
  /* line 1531, ../sass/_slayout.scss */
  #privacy .list_area .recieve_area h3 {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #595959;
  }
  /* line 1537, ../sass/_slayout.scss */
  #privacy .list_area .recieve_area p {
    font-size: 10px;
    font-size: 1rem;
  }
  /* line 1541, ../sass/_slayout.scss */
  #privacy .list_area .contact_area {
    margin-bottom: 60px;
    text-align: center;
  }
  /* line 1544, ../sass/_slayout.scss */
  #privacy .list_area .contact_area h3 {
    padding: 15px 0 15px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    background-color: #f99800;
  }
  /* line 1550, ../sass/_slayout.scss */
  #privacy .list_area .contact_area h3 span {
    display: inline-block;
    padding-bottom: 10px 5px;
    border-bottom: 2px solid #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
  }
  /* line 1559, ../sass/_slayout.scss */
  #privacy .list_area .contact_area p {
    padding: 10px;
    line-height: 1.8;
    background-color: #ebeeef;
  }
  /* line 1563, ../sass/_slayout.scss */
  #privacy .list_area .contact_area p a {
    color: #333;
    text-decoration: underline;
  }
  
  .pc{
	  display: none !important;
  }
  
  
   .contact_wrap{
	  background: #183802;
	  padding: 40px 20px;
  }
  
  .contact_wrap h3{
  		text-align: center;
  		font-size: 18px;
  		font-weight: 700;
  		color: #fff;
  		margin-bottom: 40px;
  }
  
  .contact_wrap .box{
	  width: auto;
	  margin: 0 auto;
  }
  
  .contact_wrap .child{
	  
	  display: block;
	  
	  
	  
  }
  
  .contact_wrap .child div{
  		width: 100%;
  		
  		box-sizing: border-box;
  		border-right: 1px solid #eee;
  		border-radius: 10px;
	  background: #fff;
	  padding: 20px;
  }
  
  .contact_wrap .child .award{
	  margin-bottom: 10px;
  		
  }
  
  .contact_wrap .child .award img{
  		width: 100%;
  }
  
  .contact_wrap .child .detail{
	  text-align: center;
	  margin-bottom: 10px;
  }
  
  .contact_wrap .child .detail h4{
	  font: 14px;
	  line-height: 1;
	  margin-bottom: 10px;
	  font-weight: 700;
  }
  
  .contact_wrap .child .detail p.tel{
	  font-size: 36px;
	  font-weight: 800;
	  line-height: 1;
	  margin-bottom: 10px;
	  color: #183802;
  }
  
  .tel a{
	 color: #183802 !important;
	 font-weight: 800;
	 text-decoration: none;
  }
  
  .contact_wrap .child .detail h4{

  		margin-bottom: 0 !important;
  	}
  
  .contact_wrap .child .detail h4 img{
  		height: 1.1em !important;
  		width: auto !important;
  		margin-right: 6px;
  		margin-bottom: 10px !important;
  }
  
  .contact_wrap .child .detail p.hosoku{
	  font-weight: 700;	
  }
  
  .contact_wrap .child .contact{
	  text-align: center;
	  margin-bottom: 10px;
  }
  
  .contact_wrap .child .contact p{
	  height: 100%;
	  border-radius: 10px;
	  border: 1px solid #BF0000;
	  
  }
  
  .contact_wrap .child .contact p.line{
  		margin-top: 15px;
  		border: 1px solid #0071BE;
  }
  
  .contact_wrap .child .contact p a{
  	color: #fff !important;
  	font-weight: 700;
    display: block;
    height: 100%;
    padding: 10px 0;
  }
  
  .contact_wrap .child .contact p a img{
  	height: 1.8em;
    width: auto;
    vertical-align: middle;
  }
  
  
  
}

/*# sourceMappingURL=all.css.map */




/*----------------PREV NEXT--------------------*/
#prev_next{
width:100%;
margin: 36px 0 24px;
padding:0;
display: table;
border-left:#ccc 1px solid;
border-right:#ccc 1px solid;

}
 
#prev_next  #prev, #prev_next  #next{
width: 50%;
padding:30px 10px 10px;
border-top:#ccc 1px solid;
border-bottom:#ccc 1px solid;
display: table-cell;
position:relative;
text-decoration:none;
}
#prev_next  #next{
	text-align: right;
}
#prev_next #prev p, #prev_next #next p{
font-size:80%;
line-height:1.5;
}
#prev_next #prev:hover, #prev_next #next:hover{
background-color: rgba(238,238,238,0.7);
}
#prev_next #prev{
border-right:#ccc 1px solid;
}
#prev_next #prev_title, #prev_next #next_title{
font-size:80%;
position:absolute;  
text-align: center;
padding:3px 10px ;
color:#333232;
margin-left: 50px;
   margin-right: 50px;
border-radius: 5px;
}
 
#prev_next #next_title{
right:10px;
top:-1em;
}
#prev_next #prev_title{
	top:-1em;
}

#prev_next #prev img, #prev_next #next img{
margin:0 auto;
}
#prev_next #prev_no, #prev_next #next_no{
width: 50%;
height:50px;
padding:0 10px;
display: table-cell;
}
#prev_next #prev_no{
border-right:#ccc 1px solid;
}
#prev_next_home{
margin:0 auto;



text-align:center;	
}
#prev_next_home:hover{
background-color: rgba(150,150,150,0.7);
}
#prev_next_home i{
color:#FFF;
margin:10px auto ;
font-size:60px;
}

/*------------prev--------------*/
 
#prev_title {
	top:0em;
	background-color:#272524;
	color: #fff !important;
}
 
/*---------------next-----------------*/
 
#next_title {
	top: 0em;
	background-color:#272524;
	color: #fff !important;
}

#top .main_visual .cover {
  	display: block;
  	height: 100vh;
  	width: 100%;
  	position: absolute;
  	background: url(../images/top/dot.png);
  	z-index: 50;
  }
.wp-pagenavi a, .wp-pagenavi span{
	background: #272524;
	color: #fff !important;
	width: 60px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	display: inline-block;
	border: none !important;
	border-radius: 50px;
}

.wp-pagenavi a:hover, .wp-pagenavi span:hover{
	color: #272524 !important;
	border-radius: 50px;
	border: 2px solid #272524 !important;
}

.wp-pagenavi span{
	border: 2px solid #272524 !important;
	color: #272524 !important;
	border-radius: 50px;
}


/*--------- slide ----------*/
.main_imgBox {
	height: 100vh;
	overflow: hidden;
	position: relative;
}
.main_img {
	z-index:10;
	opacity: 0;
	width: 100%;
	height: 100vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: anime 40s 0s infinite;
	animation: anime 40s 0s infinite;
}

.main_img:nth-of-type(2) {
      -webkit-animation-delay: 8s;
      animation-delay: 8s; }

.main_img:nth-of-type(3) {
      -webkit-animation-delay: 16s;
      animation-delay: 16s; }

.main_img:nth-of-type(4) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

.main_img:nth-of-type(5) {
      -webkit-animation-delay: 32s;
      animation-delay: 32s; }

      
@keyframes anime {
  0% {
        opacity: 0;
        transform: scale(1.05);
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
        transform: scale(1.0);
        z-index:9;
    }
    100% { opacity: 0 }
}
.mb30{
  margin-bottom: 30px !important;
}
.mb10{
  margin-bottom: 10px !important;
}




/* コーステーブル */
.cont02 .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
}

.cont02 table.table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse !important;
    border-spacing: 0;
    table-layout: auto;
}

.cont02 table.table th,
.cont02 table.table td {
    border: 1px solid #ddd !important;
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
}

.cont02 table.table thead th {
    background-color: #183802;
    color: #fff;
    font-weight: bold;
}

.cont02 table.table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.cont02 table.table tbody tr:nth-child(even) {
    background-color: #fff;
}

.cont02 table.table tbody td[rowspan] {
    background-color: #f0f0f0;
    font-weight: bold;
}

/* スマホメニュー内のcontact */
.over_menu .sp_contact_wrap {
    padding: 20px;
    margin-top: 20px;
}

.over_menu .sp_contact_wrap .box {
    width: 100%;
}

.over_menu .sp_contact_wrap .child {
    display: block;
}

.over_menu .sp_contact_wrap .child div {
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;
}

.over_menu .sp_contact_wrap .child .award img {
    width: 100%;
}

.over_menu .sp_contact_wrap .child .detail {
    text-align: center;
}

.over_menu .sp_contact_wrap .child .detail h4 {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: 700;
}

.over_menu .sp_contact_wrap .child .detail h4 img {
    height: 1.1em;
    width: auto;
    margin-right: 6px;
}

.over_menu .sp_contact_wrap .child .detail p.tel {
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px;
    color: #183802;
}

.over_menu .sp_contact_wrap .child .detail p.tel a {
    color: #183802 !important;
    text-decoration: none;
}

.over_menu .sp_contact_wrap .child .detail p.hosoku {
    font-weight: 700;
    font-size: 12px;
}

.over_menu .sp_contact_wrap .child .contact {
    text-align: center;
}

.over_menu .sp_contact_wrap .child .contact h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.over_menu .sp_contact_wrap .child .contact p {
    border: 1px solid #BF0000;
    border-radius: 10px;
}

.over_menu .sp_contact_wrap .child .contact p.line {
    margin-top: 10px;
    border: 1px solid #0071BE;
}

.over_menu .sp_contact_wrap .child .contact p a {
    display: block;
    padding: 10px 0;
}

.over_menu .sp_contact_wrap .child .contact p a img {
    height: 1.8em;
    width: auto;
    vertical-align: middle;
}

/* コーステーブル */
.course-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 30px;
}

.course-table {
    display: table !important;
    min-width: 700px;
    border-collapse: collapse;
    font-size: 14px;
    white-space: nowrap;
}

.course-table thead {
    display: table-header-group !important;
}

.course-table tbody {
    display: table-row-group !important;
}

.course-table tr {
    display: table-row !important;
    width: auto !important;
}

.course-table th,
.course-table td {
    display: table-cell !important;
    border: 1px solid #ccc !important;
    padding: 10px 12px !important;
    text-align: center !important;
}

.course-table thead th {
    background: #688853 !important;
    color: #fff !important;
    font-weight: bold !important;
}

.course-table tbody tr:nth-child(odd) {
    background: #f9f9f9 !important;
}

.course-table tbody tr:nth-child(even) {
    background: #fff !important;
}

.course-table td.label {
    text-align: left !important;
    font-weight: bold !important;
    background: #f0f0f0 !important;
}

.course-table td.total {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .course-table {
        font-size: 12px;
    }
    .course-table th,
    .course-table td {
        padding: 6px 8px;
    }
}