@charset "UTF-8";
.test {
  background-color: #009646;
  background-color: #009646;
  background-color: #00b454;
  background-color: #007838;
  background-color: white;
  background-color: #dddddd;
  background-color: white;
  background-color: #ff7838;
  background-color: #00a54d;
  background-color: #323232;
  background-color: #646464;
}

/* 
@font-face {
	font-family: 'NotoSansJPl';
	src: url('../fonts/NotoSansJP-Light.otf') format('OpenType');
}

@font-face {
	font-family: 'tegaki';
	src: url('../fonts/851tegaki_zatsu_normal_0883.ttf') format('truetype');
}
 */
section {
  display: block;
  position: relative;
}

.add_color {
  z-index: -1000;
  background-color: #00b454;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: -300px;
  left: 300px;
}

@media screen and (max-width: 768px) {
  .add_color {
    display: none;
  }
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "Roboto Slab", Garamond, "Times New Roman", HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #323232;
  font-size: 10px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.05em;
  background-color: white;
  /*	
	width: 100vw;
	overflow-x: hidden;
*/
}

body main {
  width: 100%;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #323232;
  font-size: 2.8rem;
  font-weight: 900;
}

body p {
  color: #323232;
  font-size: 1.6rem;
}

body strong {
  font-size: 2.8rem;
  color: #00a54d;
}

body .h_size {
  font-size: 2.8rem;
  line-height: 1.5;
}

body .p_size {
  font-size: 1.6rem;
}

body .small_size {
  font-size: 1.8rem;
}

body .large_size {
  font-size: 5.5rem;
  line-height: 1.5;
}

body .color_accent {
  color: #ff7838;
}

body .color_strong {
  color: #00a54d;
}

body .pc-br {
  display: block;
}

body .tb-br {
  display: none;
}

@media screen and (max-width: 992px) {
  body .h_size {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    font-size: 2.0rem;
  }
  body p {
    font-size: 1.6rem;
  }
  body strong {
    font-size: 2.0rem;
    font-weight: bold;
    color: #00a54d;
  }
  body .accent {
    color: #ff7838;
  }
  body .h_size {
    font-size: 2.0rem;
  }
  body .p_size {
    font-size: 1.6rem;
  }
  body .small_size {
    font-size: 1.8rem;
  }
  body .large_size {
    font-size: 2.6rem;
  }
  body .pc-br {
    display: none;
  }
  body .tb-br {
    display: block;
  }
}

a {
  text-decoration: none;
  color: #323232;
  /*
	&:hover,
	&:focus,
	&:active {
		// outline: none;
		// text-decoration: none;
		// color: $brand-darker;
		// text-decoration: none;
		// border-bottom: 1px solid $brand-primary;
		// background-color: $brand-primary;
	}*/
}

a:hover {
  color: #ff671f;
}

/*
input {
//	@include transition(.5s);
}
*/
ol {
  font-size: 1.5rem;
  list-style-type: decimal;
  padding-left: 50px;
}

.border-s1 {
  border: solid 1px #cccccc;
}

.s-01 {
  display: block;
  position: relative;
  height: 60vh;
  min-height: 200px;
  max-height: 600px;
  background-color: #eeeeee;
}

.s-01 .d-01-ctn .d-01-ctn-row {
  height: 60vh;
  min-height: 200px;
  max-height: 600px;
  width: 100%;
}

.s-01 .d-01-ctn .d-01-ctn-row .d-01-ctn-row-coli {
  height: 100%;
}

.s-01 .d-01-ctn .d-01-ctn-row .d-01-ctn-row-coli .i-01-ctn-row-coli-img {
  margin-top: 8%;
  justify-content: center;
  object-fit: cover;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 80%;
}

.s-01 .d-01-ctn .d-01-ctn-row .d-01-ctn-row-colt {
  display: block;
  position: relative;
  height: 100%;
}

.s-01 .d-01-ctn .d-01-ctn-row .d-01-ctn-row-colt .d-01-ctn-row-colt-h {
  width: 130%;
  height: 50%;
  position: absolute;
  top: -4%;
  right: -10%;
  background-color: rgba(0, 180, 84, 0.7);
  padding-top: 25%;
  padding-left: 28%;
}

.s-01 .d-01-ctn .d-01-ctn-row .d-01-ctn-row-colt .d-01-ctn-row-colt-p {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0%;
  right: 5%;
  padding-top: 5%;
  padding-left: 15%;
}

@media (max-width: 768px) {
  .s-01 {
    display: block;
    position: static;
    height: 550px;
    width: 100%;
    background-color: #eeeeee;
  }
  .s-01 .d-01-ctn .d-01-ctn-row {
    height: auto;
    width: auto;
  }
  .s-01 .d-01-ctn .d-01-ctn-row .d-01-ctn-row-coli {
    height: auto;
  }
  .s-01 .d-01-ctn .d-01-ctn-row .d-01-ctn-row-coli .i-01-ctn-row-coli-img {
    margin-top: 0;
    justify-content: center;
    object-fit: cover;
    position: static;
    overflow: hidden;
    width: 100%;
    height: 220px;
  }
  .s-01 .d-01-ctn .d-01-ctn-row .d-01-ctn-row-colt {
    display: block;
    position: static;
    height: auto;
  }
  .s-01 .d-01-ctn .d-01-ctn-row .d-01-ctn-row-colt .d-01-ctn-row-colt-h {
    width: auto;
    height: auto;
    position: static;
    top: auto;
    right: auto;
    background-color: transparent;
    padding: 0;
    padding-top: 30px;
  }
  .s-01 .d-01-ctn .d-01-ctn-row .d-01-ctn-row-colt .d-01-ctn-row-colt-p {
    width: auto;
    height: auto;
    position: static;
    bottom: auto;
    right: auto;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.s02 .s02-dCarCd .s02-dCa-waku {
  padding: 8px;
  border: solid;
  border-color: white;
  border-width: 1px;
  transition: all 0.5s 0s ease;
}

.s02 .s02-dCarCd .s02-dCa-waku:hover {
  border-color: #007838;
}

.s02 .s02-dCarCd .s02-dCa-h2 {
  font-size: 2.0rem;
  text-align: center;
}

.s02 .s02-dCarCd .s02-dCa-p {
  width: 100%;
  height: 160px;
  text-align: left;
}

.s02 .s02-dCarCd .s02-dCa-img {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

@media (max-width: 768px) {
  .s02 .s02-dCarCd .s02-dCa-icon {
    padding-top: 50px;
  }
  .s02 .s02-dCarCd .s02-dCa-h2 {
    padding-top: 50px;
    font-size: 2.0rem;
    text-align: center;
  }
  .s02 .s02-dCarCd .s02-dCa-p {
    width: 100%;
    height: auto;
  }
  .s02 .s02-dCarCd .s02-dCa-img {
    object-fit: cover;
    width: 100%;
    height: 300px;
  }
}

.s03 {
  background-color: #eeeeee;
  padding-top: 50px;
  padding-bottom: 30px;
}

.fh5co-social-icons {
  padding: 0;
}

.fh5co-social-icons li {
  list-style: none;
  display: inline;
  display: inline-block;
}

.fh5co-social-icons li a {
  height: 40px;
  width: 40px;
  border: 1px solid #009646;
  display: table;
  text-align: center;
  color: #00a54d;
  border-radius: 50%;
}

.fh5co-social-icons li a:hover {
  background: #ff7838;
  border: 1px solid #ff7838 !important;
  color: white !important;
}

.fh5co-social-icons li i {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}

.act-border {
  border: 3px solid transparent;
  transition: all .4s;
}

.act-border:hover {
  border: 3px solid #009646;
}

#a-header {
  height: 60px;
  width: 100%;
  padding: 0px 15px;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  z-index: 9999;
  display: flex;
  font-size: 1.5rem;
}

#a-header .elm_shopicon {
  position: fixed;
  right: 15px;
  bottom: 15px;
  margin-left: -30px;
  display: table;
  color: white !important;
  font-size: 24px;
  z-index: 99;
  text-decoration: none;
  width: 60px;
  height: 60px;
  background: #ff7838;
  border-bottom: none !important;
  text-align: center;
  border-radius: 50%;
  -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  transition: all .3s;
}

#a-header .elm_shopicon:hover {
  transform: scale(1.2, 1.2);
  opacity: .5;
}

#a-header .elm_shopicon span {
  position: absolute;
  font-size: 10rem;
  top: 35px;
  left: 15px;
  color: white;
}

#a-header .logo {
  padding-top: 6px;
  font-size: 12px;
}

#a-header .logo a {
  text-decoration: none;
  border-bottom: 0px;
  color: #323232;
}

#a-header .logo a img {
  object-fit: contain;
  height: 30px;
  width: 120px;
}

#a-header .logo:hover {
  color: #323232;
}

#a-header div.pc,
#a-header nav.sm {
  margin: 0 0 0 auto;
}

#a-header div.pc ul,
#a-header nav.sm ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

#a-header div.pc ul li a,
#a-header nav.sm ul li a {
  font-size: 1.5rem;
  color: #323232;
  text-decoration: none;
  display: block;
  line-height: 60px;
  padding: 0 20px;
}

#a-header div.pc ul li a:hover,
#a-header nav.sm ul li a:hover {
  font-weight: 900;
  color: #ff671f;
}

#a-header nav.sm {
  display: none;
}

@media (max-width: 900px) {
  #a-header div.pc {
    display: none;
  }
  #a-header #hamburger {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 auto;
    height: 60px;
    width: 60px;
  }
  #a-header #hamburger .icon span {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 4px;
    background-color: #323232;
    border-radius: 8px;
    transition: ease 0.75s;
    user-select: none;
  }
  #a-header #hamburger .icon span:nth-of-type(1) {
    top: 16px;
  }
  #a-header #hamburger .icon span:nth-of-type(2) {
    top: 28px;
  }
  #a-header #hamburger .icon span:nth-of-type(3) {
    bottom: 16px;
  }
  #a-header #hamburger .close span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 28px;
  }
  #a-header #hamburger .close span:nth-of-type(2) {
    opacity: 0;
  }
  #a-header #hamburger .close span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 28px;
  }
  #a-header nav.sm {
    top: 60px;
    left: 0px;
    position: absolute;
    z-index: 10;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
  }
  #a-header nav.sm ul {
    flex-direction: column;
  }
  #a-header nav.sm ul li a {
    color: #323232;
    border-bottom: none;
    text-align: center;
    border-top: solid 0.5px rgba(255, 255, 255, 0.6);
  }
}

#fh5co-footer {
  clear: both;
  position: relative;
  padding: 7em 0 1em 0;
  padding-left: 10px;
  padding-right: 10px;
  background: #dddddd;
  float: left;
  width: 100%;
  font-size: 18px;
}

#fh5co-footer .fh5co-arrow {
  position: absolute;
  top: -34px;
  left: 50%;
  margin-left: -30px;
  display: table;
  color: white !important;
  font-size: 24px;
  z-index: 99;
  text-decoration: none;
  width: 60px;
  height: 60px;
  background: #00a54d;
  border-bottom: none !important;
  text-align: center;
  border-radius: 50%;
  -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}

#fh5co-footer .fh5co-arrow i {
  display: table-cell;
  vertical-align: middle;
}

#fh5co-footer .fh5co-arrow:hover {
  outline: none;
  color: white !important;
}

#fh5co-footer .fh5co-copyright {
  margin-top: 5em;
}

#fh5co-footer .fh5co-copyright p {
  font-size: 15px;
  line-height: 1.9;
}

#fh5co-footer .fh5co-footer-heading {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #323232;
  margin-bottom: 10px;
  line-height: 1.9;
}

#fh5co-footer .fh5co-footer-links {
  font-weight: bold;
  padding: 0;
  margin: 0 0 30px 0;
  line-height: 1.9;
}

#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Helper Classes */
.fh5co-spacer {
  clear: both;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
}

.fh5co-spacer-nav {
  height: 60px;
}

.fh5co-spacer-xlg {
  height: 150px;
}

@media screen and (max-width: 768px) {
  .fh5co-spacer-xlg {
    height: 70px;
  }
}

.fh5co-spacer-lg {
  height: 100px;
}

@media screen and (max-width: 768px) {
  .fh5co-spacer-lg {
    height: 50px;
  }
}

.fh5co-spacer-md {
  height: 80px;
}

@media screen and (max-width: 768px) {
  .fh5co-spacer-md {
    height: 30px;
  }
}

.fh5co-spacer-sm {
  height: 50px;
}

@media screen and (max-width: 768px) {
  .fh5co-spacer-sm {
    height: 20px;
  }
}

.fh5co-spacer-xs {
  height: 30px;
}

@media screen and (max-width: 768px) {
  .fh5co-spacer-xs {
    height: 20px;
  }
}

.fh5co-spacer-xxs {
  height: 20px;
}

/* 
========================================

Components 

========================================
*/
/* section-hero Slider */
/*img-txt-center*/
.img-txt-center {
  display: flex;
  align-items: center;
}

.img-txt-center img {
  display: block;
  width: 100px;
  height: auto;
  border-radius: 50%;
}

.img-txt-center span {
  margin-left: 20px;
  font-weight: bold;
  font-size: 24px;
}

/* Works */
#fh5co-works .fh5co-work-item figure {
  margin-bottom: 20px !important;
  float: left;
  width: 100%;
}

#fh5co-works .fh5co-work-item .heading {
  font-size: 17px;
  margin-bottom: 40px;
}

#fh5co-works .fh5co-work-item .fh5co-category {
  color: #323232;
  font-size: 13px;
  margin-bottom: 0;
}

.fh5co-section-heading .fh5co-lead {
  position: relative;
  font-size: 45px;
  line-height: 1.4;
  color: #222222;
}

.fh5co-section-heading .fh5co-lead > .fh5co-line {
  height: 2px;
  display: block;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  background: rgba(0, 0, 0, 0.3);
}

.fh5co-section-heading .fh5co-sub {
  font-size: 15px;
  color: #222222;
}

@media screen and (max-width: 768px) {
  .fh5co-section-heading .fh5co-lead {
    font-size: 30px;
  }
}

/* bootstrap */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.img-responsive {
  display: block;
  height: 200px;
  object-fit: cover;
  width: 100%;
}

/* Shadow frame */
.Shadow_frame {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

/* center senter */
.elem_center_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

/* full window image */
.img_full {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img_company_h {
  height: 30vh;
  min-height: 350px;
}

.img_element_full {
  background-image: url(../img/ocean.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.img-full {
  background-image: url(../img/ocean.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.img-full:before {
  content: '';
  display: block;
  padding-top: 50%;
}

/* table design */
/*-simple--------------------------------------*/
.tablesimple table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.tablesimple table th, .tablesimple table td {
  padding: 10px 0px 10px 30px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .tablesimple table th, .tablesimple table td {
    padding: 10px 0px 10px 7px;
  }
}

.tablesimple table tr:nth-child(odd) {
  background-color: rgba(0, 180, 84, 0.1);
}

.tablesimple .td-w {
  min-width: 85px;
}

/*-rich--------------------------------------*/
.tablerich table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.tablerich table th:first-child {
  border-radius: 5px 0 0 0;
}

.tablerich table th:last-child {
  border-radius: 0 5px 0 0;
  border-right: 1px solid #00b454;
}

.tablerich table th {
  text-align: left;
  color: #323232;
  background: linear-gradient(#beffbe, #bef0be);
  border-left: 1px solid #00b454;
  border-top: 1px solid #00b454;
  border-bottom: 1px solid #00b454;
  width: 25%;
  padding: 10px 0px 10px 7px;
}

.tablerich table td {
  text-align: left;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top: none;
  width: 25%;
  padding: 10px 0px 10px 7px;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .tablerich table td {
    font-size: 16px;
  }
}

.tablerich table td:last-child {
  border-right: 1px solid #a8b7c5;
}

.tablerich table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

.tablerich table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

.tablerich .td-w {
  width: 50px;
}

/*-frame--------------------------------------*/
.tableframe {
  /*   table td:last-child{
    border-right: 1px solid #a8b7c5;
  }
  table td:last-child{
    border-right: 1px solid #a8b7c5;
  }
 */
  /*   table tr:last-child td:first-child {
     border-radius: 0 0 0 5px;
  }
  
  table tr:last-child td:last-child {
     border-radius: 0 0 5px 0;
  } */
}

.tableframe table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-weight: bold;
}

.tableframe table th {
  text-align: left;
  color: #323232;
  background: linear-gradient(#bef0be, #bef0be);
  border-left: 0.5px solid #a8b7c5;
  border-right: 0.5px solid #a8b7c5;
  border-bottom: 0.5px solid #a8b7c5;
  border-top: 0.5px solid #a8b7c5;
  width: 10%;
  padding: 10px 0px 10px 15px;
}

@media screen and (max-width: 768px) {
  .tableframe table th {
    padding: 10px 0px 10px 7px;
  }
}

.tableframe table td {
  text-align: left;
  border-left: 0.5px solid #a8b7c5;
  border-right: 0.5px solid #a8b7c5;
  border-bottom: 0.5px solid #a8b7c5;
  border-top: 0.5px solid #a8b7c5;
  width: 25%;
  padding: 10px 0px 10px 15px;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .tableframe table td {
    padding: 10px 0px 10px 7px;
    font-size: 16px;
  }
}

.tableframe .td-w {
  width: 20%;
  min-width: 100px;
}

.tableframe .max-w {
  max-width: 100px;
}

/* ここから下未整理 */
.section-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 80%;
  padding-left: 10%;
  flex-wrap: nowrap;
}

.section-flex .iteme {
  height: 150px;
  width: 150px;
  background-image: url(../img/m_resu.jpg);
  /* 背景画像指定 */
  background-size: cover;
  /* 画像のサイズ指定 */
}

/**位置指定***************************************/
/* 上下左右中央 */
.outer {
  position: relative;
}

.inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80%;
  height: 3.2rem;
}

/************* border-bottom **************/
/* 一重線 */
.border-bottom-1 {
  border-bottom: solid 0.25px grey;
}

/* 二重線 */
.border-bottom-2 {
  border-bottom: double 2px grey;
}

/* 破線 */
.border-bottom-3 {
  border-bottom: dashed 0.25px grey;
}

/* 点線 */
.border-bottom-4 {
  border-bottom: dotted 0.25px grey;
}

/**************** マーカー ****************/
/* 50%下線にマーカー表示 */
.marker-border-1 {
  background: linear-gradient(transparent 50%, rgba(0, 180, 84, 0.2) 0%);
}

/* 40%下線にマーカー表示 */
.marker-border-2 {
  background: linear-gradient(transparent 60%, #00b454 0%);
}

/* 30%下線にマーカー表示 */
.marker-border-3 {
  background: linear-gradient(transparent 70%, rgba(0, 180, 84, 0.3) 0%);
}

/* 20%下線にマーカー表示 */
.marker-border-4 {
  background: linear-gradient(transparent 80%, #00b454 0%);
}

/************* 画像 **************/
.image-circle {
  background-image: url("../img/m_resu.jpg ");
  /*画像のURL*/
  width: 55px;
  /*表示する横幅(縦幅と同じ値)*/
  height: 55px;
  /*表示する縦幅(横幅と同じ値)*/
  border-radius: 50%;
  /*丸く表示*/
  background-position: center;
  /*背景画像の位置*/
}

/* animate.css option */
.anima-delay1 {
  transition-delay: 0s;
  animation-delay: 0s;
}

.anima-delay2 {
  transition-delay: 0.3s;
  animation-delay: 0.3s;
}

.anima-delay3 {
  transition-delay: 0.6s;
  animation-delay: 0.6s;
}

.anima-delay4 {
  transition-delay: 0.9s;
  animation-delay: 0.9s;
}

.anima-delay5 {
  transition-delay: 1.2s;
  animation-delay: 1.2s;
}

.anima-delay6 {
  transition-delay: 1.5s;
  animation-delay: 1.5s;
}

.animated {
  opacity: 0;
}

.anima_Vis {
  opacity: 1;
}

/* 基本テキスト */
.no_garter {
  margin: 0px;
  padding: 0px;
}

.img_scale {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

.elm_padding {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

/* インスタグラム */
#ig p#igTitle {
  margin: 0 0 20px;
  font-size: 45px;
  text-align: center;
}

#ig p#igTitle i {
  margin: 0 10px 0 0;
}

#ig iframe {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #ig p#igTitle {
    font-size: 30px;
  }
  #ig {
    margin: 20px 0 0;
  }
  #ig p#igTitle {
    margin: 0 0 10px;
    font-size: 116%;
  }
}

/**/
/*文字縦書き*/
.text_vertical {
  display: inline-block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  background: #FDFDFD;
  padding: 10px 3px 10px 16px;
  position: absolute;
  top: -40px;
  z-index: 999;
}

.text_vertical span {
  font-size: 12px;
  color: #999;
  display: block;
  line-height: 1;
}

.text_vertical.elm_left {
  left: 6%;
}

.text_vertical.elm_right {
  right: 50%;
}

@media screen and (max-width: 768px) {
  .text_vertical {
    padding: 12px 5px 12px 12px;
    height: 230px;
    letter-spacing: 0.14em;
    top: -40px;
  }
  .text_vertical span {
    font-size: 10px;
    line-height: 0.6;
  }
  .text_vertical.elm_left {
    left: 0%;
  }
  .text_vertical.elm_right {
    right: 8%;
  }
}

/*タイトル*/
.ttlArea {
  color: #0d0d0d;
  text-align: center;
  width: 100%;
}

.ttlArea .ttlInner {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}

.ttlArea .ttlInner:before, .ttlArea .ttlInner:after {
  content: '';
  display: block;
  width: 1.5px;
  height: 100%;
  background: #009646;
  transform: matrix(-0.96, -0.29, -0.29, 0.96, 0, 0);
  position: absolute;
  top: 0;
  bottom: 0;
}

.ttlArea .ttlInner:before {
  left: 10px;
}

.ttlArea .ttlInner:after {
  right: 10px;
}

.ttlArea p,
.ttlArea h2 {
  font-weight: 700;
}

.ttlArea span {
  color: #eb0000;
  font-weight: 700;
}

/* 飾り背景 */
.elm_add_tate::before {
  content: "";
  display: block;
  width: 35%;
  height: 100vh;
  position: absolute;
  top: -50vh;
  right: 0;
  background-color: rgba(255, 120, 56, 0.06);
  z-index: -1;
}

.elm_add_yoko::before {
  content: "";
  display: block;
  width: 80%;
  height: 40%;
  position: absolute;
  top: 120px;
  right: 0;
  background-color: rgba(255, 120, 56, 0.06);
  z-index: -1;
}

.dimgcard {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.dimgcard .dic-iimg {
  object-fit: cover;
  width: 100%;
  height: 200px;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.dimgcard .dic-iimg:hover {
  transform: scale(1.2, 1.2);
}

.dimgcard .dic-dornament {
  position: absolute;
  display: block;
  bottom: 0%;
  right: 0%;
  width: 40px;
  height: 40px;
}

.dimgcard .dic-dornament::after {
  position: absolute;
  display: block;
  background-color: rgba(0, 180, 84, 0.7);
  content: " ";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: rotate(-45deg);
}

/*専用*/
.private-img-h {
  height: 300px;
}

@media screen and (max-width: 768px) {
  .private-img-h {
    height: 200px;
  }
}

/* カレンダー暫定対応 */
.cal_wrapper {
  font-size: 1.0rem;
}

.border-bottom-1-a {
  border-bottom: solid 0.25px #ff7838;
}

.syamei-strong {
  background-color: #00b454;
  color: white;
}
/*# sourceMappingURL=style.css.map */