@charset "UTF-8";
/*
Theme Name: 赤帽ひなた運送
Description: WordPressテンプレート「赤帽ひなた運送」
Version: 1.0.0
Author: 赤帽ひなた運送
*/
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
  -webkit-appearance: button;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}

input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

*, :after, :before {
  box-sizing: inherit;
}

* {
  font-size: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

*, :after, :before {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

:root {
  background-color: #fff;
  box-sizing: border-box;
  cursor: default;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

button, input, select, textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

[type=button], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=reset], [type=search], [type=submit], [type=tel], [type=text], [type=time], [type=url], [type=week], button, select, textarea {
  min-height: 1.5em;
}

code, kbd, pre, samp {
  font-family: monospace;
}

nav ol, nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #4c2b03;
  text-shadow: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}


/*************************************
MIXINS
*************************************/
/*
//------------------------------------------------
//	Color Setting
//------------------------------------------------
*/
/*
//------------------------------------------------
//	Fonts Setting
//------------------------------------------------
*/
.alpha {
  font-family: "Quicksand", sans-serif;
}

/*
//------------------------------------------------
//	Base Setting
//------------------------------------------------
*/
* {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

html {
  font-size: 62.5%;
  line-height: 1.8;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  min-width: 100%;
  width: 100%;
  background: #fff;
}

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

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}

a img {
  transition: all ease-in-out 0.4s;
}
a img:hover {
  opacity: 0.65;
}

a:hover {
  text-decoration: none;
}

.table,
.tbl {
  display: table;
  width: 100%;
}

.table .th,
.table .td,
.tbl .tblh,
.tbl .tbld {
  display: table-cell;
}

.flex {
  display: flex;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.inner {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.min {
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

.micro {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center !important;
}

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

.mgb0 {
  margin-bottom: 0 !important;
}

.mgb05em {
  margin-bottom: 0.5em;
}

.mgb1em {
  margin-bottom: 1em;
}

.mgb2em {
  margin-bottom: 2em;
}

.mgb3em {
  margin-bottom: 3em;
}

.mgb4em {
  margin-bottom: 4em;
}

.mgb5em {
  margin-bottom: 5em;
}

.mgb10em {
  margin-bottom: 10em;
}

.fwb {
  font-weight: 700;
}

.btn {
  display: inline-block;
  border: #ff962d 3px solid;
  border-radius: 50px;
  text-align: center;
  box-sizing: border-box;
  min-width: 266px;
  line-height: 1;
  padding: 10px 2.5em;
  background: #fff;
  position: relative;
  font-weight: 600;
  font-size: 1.8rem;
  color: #ff962d;
}
.btn::after {
  position: absolute;
  right: 1.5em;
  top: 10px;
  color: #ff962d;
  content: "→";
}
.btn:hover {
  background: #ff962d;
  color: #fff;
}
.btn:hover::after {
  color: #fff;
}

.video {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.scpd {
  padding: 5em 0;
}

p {
  text-align: justify;
  text-justify: distribute;
}

table {
  width: 100%;
  background: #fff;
}

/*
//------------------------------------------------
//	Module Setting
//------------------------------------------------
*/
.pageCover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 21;
}
.pageCover .bges span {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0.1s;
}
.pageCover .bges span.bg-2 {
  transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  background: #ffffff;
}
.pageCover.show {
  visibility: hidden;
}
.pageCover.show .bges span {
  transform: translateX(101%);
}

.easingWrap .easingFade {
  transform: translateY(25px);
  opacity: 0;
  transition: all 1.5s;
}
.easingWrap .easingFade.on {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.easingWrap .easingImg {
  position: relative;
  overflow: hidden;
}
.easingWrap .easingImg::before, .easingWrap .easingImg::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.easingWrap .easingImg::after {
  transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  background: #ec6600;
}
.easingWrap .easingImg.on::before, .easingWrap .easingImg.on::after {
  transform: translateX(101%);
}

.wide-label {
  background: #ff962d;
  padding: 1em 0;
  text-align: center;
  color: #fff;
}
.wide-label a {
  color: #fff;
}

.inline-frame {
  display: none;
}
.inline-frame .inline-content {
  background: #f0f0f0;
}
.inline-frame .inline-content .ttl {
  line-height: 1;
  padding: 10px 30px;
  text-align: center;
  background: #ff962d;
  color: #fff;
  font-size: 2.4rem;
}
.inline-frame .inline-content .txt {
  line-height: 1;
  padding: 30px;
  text-align: center;
  color: #D93600;
  font-size: 4.2rem;
  font-weight: 900;
}
.inline-frame .inline-content .txt span {
  font-size: 3.6rem;
}
.inline-frame .inline-content .content-body {
  padding: 1em 1.5em;
}
.inline-frame .inline-content .content-body .thumb {
  text-align: center;
  margin-top: 1em;
}

#modal {
  -ms-overflow-style: none;
  -webkit-transform: translateZ(0);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  z-index: -10;
  width: 100%;
  height: 100%;
  padding: 120px;
  opacity: 0;
  transform: scale(0.9);
  background: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
}
#modal .flex .item {
  box-sizing: border-box;
  width: 50%;
  padding: 5%;
}
#modal .flex .item.left {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
#modal .flex .item.left .ttl {
  line-height: 1.2;
  text-align: center;
  margin-bottom: 1em;
}
#modal .flex .item.left .ttl img {
  width: 200px;
}
#modal .flex .item.left .ttl span {
  color: #ff962d;
}
#modal .flex .item.left .addr {
  text-align: center;
}
#modal .flex .item.left .sub {
  display: inline-block;
  position: relative;
  margin-bottom: 3em;
}
#modal .flex .item.left .sub::after {
  width: 200px;
  height: 1px;
  background: #000;
  left: 105%;
  content: "";
  display: block;
  position: absolute;
  top: 1.3rem;
}
#modal .flex .item.right ul {
  list-style: none;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
#modal .flex .item.right ul li {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  box-sizing: border-box;
  width: 33.333333%;
  padding: 5px;
  text-align: center;
}
#modal .flex .item.right ul li span {
  display: block;
  font-size: 1.2rem;
  opacity: 0.75;
}
#modal .flex .item.right ul li a {
  padding: 0.5em;
  display: block;
  border: #ff962d 1px solid;
  color: #ff962d;
}
#modal .flex .item.right ul li a:hover {
  background: #ff962d;
  color: #fff;
}
#modal .btns {
  margin-top: 2.5em;
}
#modal .btns .flex-btns a {
  display: block;
  text-align: center;
  padding: 0 0.5em;
  width: 50%;
  color: #ff962d;
}
#modal .btns .flex-btns a span {
  display: block;
  border: #ff962d 2px solid;
  padding: 0.5em;
  border-radius: 50px;
}
#modal .btns .flex-btns a span.ttl {
  font-size: 1.6rem !important;
}

body.opened #modal {
  z-index: 2000;
  display: block;
}

body.opened #modal {
  animation: modal-open 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  animation-fill-mode: both;
}

body.closed #modal {
  animation: modal-closed 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  animation-fill-mode: both;
}

@keyframes modal-open {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes modal-closed {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.95);
  }
}
/*
//------------------------------------------------
//	HERO Setting
//------------------------------------------------
*/
#hero {
  display: table;
  width: 100%;
  height: 564px;
  /*height: 650px;*/
  background: url(images/bg_hero_2.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#hero::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(images/hero_inner_bg.png) no-repeat center bottom;
  background-size: cover;
}
#hero .hero-inner {
  display: table-cell;
  /*vertical-align: bottom;*/
  vertical-align: middle;
  text-align: center;
}
#hero .hero-inner .wrap {
  width: 100%;
  max-width: 1155px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#hero .hero-inner img {
  display: inline-block;
  /*margin-left: 38px;*/
}
#hero .hero-inner .hero-btn {
  margin: auto;
  display: block;
  /*position: absolute;
  bottom: 40px;
  left: 38px;*/
  width: 44.848484%;
  height: 80px;
  line-height: 80px;
  font-size: 2.7rem;
  border-radius: 10px;
  background: #ff962d;
  box-shadow: #d67e27 0 5px 0;
  font-weight: 700;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.4) 0 2px 2px;
  letter-spacing: 0.07em;
  position: relative;
}
#hero .hero-inner .hero-btn:hover {
  background: #ec6600;
}
#hero .hero-inner .hero-btn::after {
  display: block;
  width: 14px;
  height: 22px;
  background: url(images/icon_hero_chevron.png) no-repeat 0 0;
  position: absolute;
  right: 15px;
  top: 31px;
  content: "";
}
#hero .hero-inner .hero-btn span {
  color: #fff100;
}
#hero .credit {
  text-align: center;
  margin-top: 20px;
}
#hero .credit span {
  display: inline-block;
  padding: 5px;
  background: #fff;
  border: #5E4822 2px solid;
  border-radius: 8px;
}

/*
//------------------------------------------------
//	SITE NAVIGATION Setting
//------------------------------------------------
*/
#site-nav {
  padding: 25px 0;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
}
#site-nav nav ul {
  list-style: none;
  display: table;
  width: 100%;
  table-layout: fixed;
}
#site-nav nav ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  border-right: #ff962d 1px solid;
  font-size: 1.8rem;
  font-weight: 700;
}
#site-nav nav ul li:first-child {
  width: 110px;
  border-left: #ff962d 1px solid;
}
#site-nav nav ul li a {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #ff962d;
  /*.svg{
  	width: 41px;
  	height: 40px;
  	@include vendor-prefix(transition, all ease-in-out 0.2s);
  }*/
}
#site-nav nav ul li a:hover {
  background: #fff799;
  /*color: #fff;
  .svg{
  	path{
  		fill: #fff;
  	}
  }*/
}

/*
//------------------------------------------------
//	Header Setting
//------------------------------------------------
*/
#top {
  padding: 1.5em 0;
  background: #fff;
}
#top .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#top .flex .site-logo {
  width: 325px;
}
#top .flex .meta .table .th,
#top .flex .meta .table .td {
  vertical-align: middle;
}
#top .flex .meta .table .th .notice {
  font-size: 1.6rem;
}
#top .flex .meta .table .th .num {
  font-size: 3.8rem;
  font-weight: 700;
  vertical-align: middle;
  line-height: 1;
}
#top .flex .meta .table .th .num a {
  color: #ff962d;
}
#top .flex .meta .table .th .num a img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 8px;
  margin-top: -5px;
}
#top .flex .meta .table .td {
  padding-left: 1em;
}

.frame {
  padding: 3em 6em;
  background: #fcf1d4;
}

.with-shapes {
  display: inline-block;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 2.8rem;
  color: #e50012;
  position: relative;
}
.with-shapes::before, .with-shapes::after {
  display: block;
  position: absolute;
  width: 18px;
  height: 29px;
  content: "";
  top: 12px;
}
.with-shapes::before {
  left: 0;
  background: url(images/icon_shape_left.png) no-repeat 0 0;
}
.with-shapes::after {
  right: 0;
  background: url(images/icon_shape_right.png) no-repeat 0 0;
}

.divider {
  padding-top: 3.5em;
  height: 75px;
  box-sizing: content-box;
  background: url(images/divider_town.svg) repeat-x center bottom -2px;
  background-size: auto 75px;
}

.sec-header {
  text-align: center;
  margin-bottom: 3em;
}
.sec-header .sec-ttl {
  font-size: 3.7rem;
  font-weight: 700;
}

/*
//------------------------------------------------
//	CONTENT Setting
//------------------------------------------------
*/
#covid19 .inner .wrapper {
  display: inline-block;
}
#covid19 .inner .th,
#covid19 .inner .td {
  vertical-align: middle;
}
#covid19 .inner .td {
  font-size: 2.5rem;
  font-weight: 700;
  padding-left: 1.5em;
}
#covid19 .inner .td img {
  display: inline-block;
  margin-left: 1em;
}
#covid19 .inner .td:hover span {
  text-decoration: underline;
}

#invoice-banner {
  padding: 2.5em 0 0;
}
#invoice-banner .banner {
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

#convenience-banner {
  padding: 2.5em 0 0;
}
#convenience-banner .md-convenience-banner {
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
#convenience-banner .md-convenience-banner .text-area {
  margin-bottom: 0.65em;
}
#convenience-banner .md-convenience-banner .text-area .text-box .text {
  text-align: center;
}
#convenience-banner .md-convenience-banner .row-items {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#convenience-banner .md-convenience-banner .row-items .item.narrow {
  width: 45%;
}
#convenience-banner .md-convenience-banner .row-items .item.wide {
  width: 49.5%;
}

#tv-banner {
  padding: 2.5em 0 0;
}
#tv-banner .banner {
  width: 50%;
  margin: 0 auto;
}
#tv-banner .row-items {
  display: flex;
  justify-content: center;
  gap: 4px;
}
#tv-banner .row-items img {
  width: 25%;
}
#tv-banner .text {
  text-align: center;
}

#index-info {
  padding-top: 2.5em !important;
  padding-top: 1.5em !important;
}
#index-info .inner .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding: 0 1.5em;
  /*margin-bottom: 5em;*/
  margin-bottom: 0 !important;
}
#index-info .inner .frame {
  width: calc(100% - 3em);
  margin-left: auto;
  margin-right: auto;
}
#index-info .inner .frame .with-shapes {
  margin-bottom: 1em;
}
#index-info .inner .frame h3 {
  font-size: 2rem;
  margin-bottom: 1em;
}
#index-info .inner .review-banner {
  width: 100%;
  max-width: 840px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

#index-recommended {
  background: #FEF2D5;
}
#index-recommended .text-center {
  margin-bottom: 1.5em;
}
#index-recommended .btns {
  text-align: center;
}

.md-covid19 {
  /*background: #FEF2D5;*/
  background: #fff;
  margin-bottom: 3em;
  padding: 3em 0;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.md-covid19.mgb0 {
  background: #FDF5EC;
}
.md-covid19.mgb0 .btns {
  margin-top: 2em;
  text-align: center;
}
.md-covid19 .content-inner {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.md-covid19 .md-header {
  text-align: center;
  position: relative;
  margin: 1.5em 0 3em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  background: #ff962d;
  border-radius: 10px;
}
.md-covid19 .md-header .ttl {
  font-size: 2.4rem;
  color: #fff;
}
.md-covid19 .md-header::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ff962d;
}
.md-covid19 p {
  text-align: center;
  font-size: 2rem;
}
.md-covid19 .thumb {
  margin-top: 3em;
  text-align: center;
}
.md-covid19 .thumb img {
  width: 100%;
  max-width: 600px;
}

.company {
  text-align: center;
}
.company .company-inner {
  margin-left: auto;
  margin-right: auto;
}

.company-header {
  text-align: center;
  position: relative;
  margin: 1.5em 0 3em 0;
  padding: 1em 2em;
  min-width: 120px;
  max-width: 100%;
  background: #ff962d;
  border-radius: 10px;
  box-sizing: border-box;
  width: 100%;
}
.company-header .ttl {
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}
.company-header::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ff962d;
}

#company-head {
  margin-bottom: 4em;
}

.company-flex {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.company-flex .company {
  width: 30%;
}
.company-flex .sentry {
  width: 65%;
}

#index-features {
  padding: 2.5em 0;
  background: #f6f6f6;
}
#index-features .inner .sec-header {
  text-align: center;
  margin-bottom: 3em;
}
#index-features .inner .sec-body ul {
  list-style: none;
}
#index-features .inner .sec-body .top {
  margin-bottom: 2em;
}
#index-features .inner .sec-body .top li {
  margin-right: 29px;
}
#index-features .inner .sec-body .top li:last-child {
  margin-right: 0;
}
#index-features .inner .sec-body .bottom {
  background: url(images/icon_sun.png) no-repeat center center;
}
#index-features .inner .sec-body .bottom li {
  width: 50%;
  text-align: center;
  position: relative;
}
#index-features .inner .sec-body .bottom li:last-child .options {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

#index-services {
  background: #ff962d;
}
#index-services .sec-header {
  color: #fff;
}
#index-services .sec-body .flex {
  list-style: none;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0 9px;
}
#index-services .sec-body .flex li {
  padding: 7px;
  box-sizing: border-box;
  width: 33.333333%;
}
#index-services .sec-body .flex li:last-child {
  margin-left: auto;
  margin-right: auto;
}
#index-services .sec-body .more {
  margin-top: 4em;
  text-align: center;
}
#index-services .sec-body .more a {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
  background: #fff;
  width: 100%;
  max-width: 500px;
  height: 52px;
  line-height: 52px;
  border-radius: 52px;
  box-shadow: rgba(213, 125, 38, 0.85) 0 0 50px;
}

#index-contact .sec-header {
  text-align: center;
  color: #ff962d;
}
#index-contact .sec-body {
  padding: 4em 35px;
  background: #f5f5f5;
  position: relative;
}
#index-contact .sec-body::before {
  width: 302px;
  height: 378px;
  position: absolute;
  bottom: 0;
  right: -60px;
  background: url(images/img_index_contact_after.png) no-repeat 0 0;
  background-size: cover;
  content: "";
}
#index-contact .flex {
  position: relative;
}
#index-contact .flex .link {
  width: 210px;
}
#index-contact .flex .link:first-child {
  margin-right: 35px;
}
#index-contact .flex .link:nth-child(2) {
  margin-right: 45px;
}
#index-contact .flex .txt h3 {
  color: #ff962d;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
#index-contact .flex .txt p {
  font-size: 2.3rem;
  color: #4c4c4c;
}
#index-contact .flex .txt p span {
  display: inline-block;
  border-bottom: #ff962d 4px solid;
}

#index-mitsumori {
  background: url(images/1245463_m.jpg) no-repeat 0 50%;
  background-attachment: fixed;
  background-size: cover;
}
#index-mitsumori .top {
  margin-bottom: 1.5em;
  text-align: center;
}
#index-mitsumori .top a {
  display: inline-block;
  font-size: 2.7rem;
  color: #fff;
  font-weight: 700;
  padding: 0.5em 2.5em;
  border: #fff 3px solid;
  border-radius: 8px;
  position: relative;
}
#index-mitsumori .top a::after {
  position: absolute;
  right: 15px;
  top: 30px;
  width: 13px;
  height: 19px;
  background: url(images/icon_chevron_3.png) no-repeat 0 0;
  content: "";
}
#index-mitsumori .bottom {
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
}
#index-mitsumori .bottom a {
  color: #fff;
}

#main {
  margin-bottom: 5em;
}

.md-styled-box .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-styled-box .flex .item {
  width: 47.5%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 1.5em;
  box-sizing: border-box;
}
.md-styled-box .flex .item .thumb {
  text-align: center;
  margin-bottom: 1.5em;
}
.md-styled-box .flex .item .thumb img {
  width: 100%;
}
.md-styled-box .flex .item .txt p {
  font-size: 1.4rem;
}

.mw-100 {
  max-width: 100px;
}

.mw-200 {
  max-width: 200px;
}

.content-flex {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.content-flex #main-content {
  width: 100%;
  max-width: 760px;
}
.content-flex #main-content.fullwidth {
  max-width: 100%;
}
.content-flex #sidebar {
  width: 270px;
  box-sizing: border-box;
  padding: 10px;
  background: #f8f8f8;
}
.content-flex #sidebar .widget {
  padding: 1.5em;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
}
.content-flex #sidebar .widget-header {
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 0.5em;
}
.content-flex #sidebar .widget-header::before, .content-flex #sidebar .widget-header::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  z-index: 0;
}
.content-flex #sidebar .widget-header::before {
  width: 80px;
  background-color: #ff962d;
  border-radius: 5px;
}
.content-flex #sidebar .widget-header::after {
  width: 40px;
  z-index: 1;
  background-color: #ff962d;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.content-flex #sidebar .widget-header .widget-ttl {
  font-size: 1.8rem;
}
.content-flex #sidebar .md-side-list ul {
  list-style: none;
}
.content-flex #sidebar .md-side-list ul ul {
  border-bottom: #d0d0d0 1px solid;
}
.content-flex #sidebar .md-side-list ul li a {
  display: block;
  padding: 1em 0 1em 1.3em;
  position: relative;
  transition: all ease-in-out 0.2s;
}
.content-flex #sidebar .md-side-list ul li a::before {
  position: absolute;
  left: 0;
  top: 2em;
  font-family: "Font Awesome 5 Free", FontAwesome;
  content: "\f054";
  font-size: 1rem;
  color: #ff962d;
  transition: all ease-in-out 0.2s;
  font-weight: 900;
}
.content-flex #sidebar .md-side-list ul li a:hover, .content-flex #sidebar .md-side-list ul li a[aria-current=page] {
  background: #fef2d5;
  /*padding-left: 3.6rem;
  &::before{
  	left: 1.3rem;
  }*/
}
.content-flex #sidebar .md-side-list ul li:not(:last-child) a {
  border-bottom: #d0d0d0 1px solid;
}
.content-flex #sidebar .md-side-list ul li.current-page-item a {
  background: #fef2d5;
}
.content-flex #sidebar .md-side-list ul li ul {
  padding-left: 1.5em;
  padding-bottom: 1.5em;
}
.content-flex #sidebar .md-side-list ul li ul li {
  margin-bottom: 0.5em;
}
.content-flex #sidebar .md-side-list ul li ul li:first-child {
  margin-top: 1.5em;
}
.content-flex #sidebar .md-side-list ul li ul li a {
  border-bottom: none !important;
  padding-top: 0;
  padding-bottom: 0;
  background: none !important;
}
.content-flex #sidebar .md-side-list ul li ul li a::before {
  top: 0.5em;
}
.content-flex #sidebar .md-side-list ul li ul li a:hover {
  background: none;
  color: #ff962d;
}
.content-flex #sidebar .md-side-list ul li ul li.current-page-item a {
  background: none;
  color: #ff962d;
}
.content-flex #sidebar .md-side-list.page-year ul li.current-page-item a {
  background: none;
}

/*
//------------------------------------------------
//	Footer Setting
//------------------------------------------------
*/
#site-footer {
  padding-top: 4em;
}
#site-footer .inner .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 2em;
}
#site-footer .inner .flex .left .logo {
  max-width: 271px;
  margin-bottom: 15px;
}
#site-footer .inner .flex .left .addr {
  line-height: 1.8;
  font-size: 1.5rem;
}
#site-footer .inner .flex .right {
  width: 305px;
  font-size: 1.5rem;
  box-sizing: border-box;
  padding: 1em 0 1em 2.5em;
  border-left: #b6b6b6 2px solid;
}
#site-footer .inner .flex .right ul {
  list-style: none;
}
#site-footer .inner .flex .right ul li::before {
  content: "▶";
  color: #ff962d;
  display: inline-block;
  margin-right: 5px;
}
#site-footer .inner .flex .right ul li a:hover {
  text-decoration: underline;
}
#site-footer .inner .address {
  text-align: center;
}
#site-footer .inner .address address {
  font-style: normal;
  color: #a6a6a6;
  font-size: 1.2rem;
}

/*
//------------------------------------------------
//	Breadcrumbs Setting
//------------------------------------------------
*/
.breadcrumbs {
  margin-bottom: 2em;
}
.breadcrumbs ol {
  list-style: none;
  background: #f8f8f8;
  padding: 0.5em 1em;
}
.breadcrumbs ol li {
  display: inline-block;
  font-size: 1.2rem;
}
.breadcrumbs ol li::after {
  content: ">";
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
  font-size: 1rem;
  color: #666;
  font-weight: 900;
}
.breadcrumbs ol li:last-child::after {
  display: none;
}
.breadcrumbs ol li a {
  color: #ff962d;
  text-decoration: underline;
}

/*
//------------------------------------------------
//	SENTRY Setting
//------------------------------------------------
*/
.page-header {
  background: #ff962d;
  color: #fff;
  padding: 0.5em 0;
}
.page-header .page-ttl {
  font-size: 3.6rem;
  font-weight: 700;
}

.single-header {
  padding: 5px 0 5px 25px;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
}
.single-header::before, .single-header::after {
  position: absolute;
  left: 0;
  width: 3px;
  height: 50%;
  content: "";
}
.single-header::before {
  top: 0;
  background-color: #ff962d;
}
.single-header::after {
  bottom: 0;
  background-color: #ff962d;
}
.single-header .cat {
  margin-bottom: 0.5em;
}
.single-header .cat a {
  padding: 4px 8px;
  font-weight: 400;
  border-radius: 0;
  background-color: #fef2d5;
  font-size: 1.2rem;
}
.single-header .single-ttl {
  font-size: 2.4rem;
  margin-bottom: 0;
}
.single-header .single-time {
  color: #1c1d1e;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1.2rem;
}

.sentry h1, .sentry h2, .sentry h3, .sentry h4, .sentry h5, .sentry h6 {
  margin: 2.5em 0 1.5em;
}
.sentry p, .sentry ul, .sentry ol, .sentry table, .sentry dl, .sentry blockquote {
  margin-bottom: 1.5em;
}
.sentry p, .sentry ul, .sentry ol {
  text-align: justify;
  text-justify: distribute;
}
.sentry blockquote p {
  text-align: left;
  text-justify: inherit;
  word-wrap: break-word;
}
.sentry h2 {
  padding: 0.5em 1em;
  background: #fef2d5;
  font-size: 2rem;
}
.sentry h3 {
  padding-left: 1em;
  font-size: 1.8rem;
  border-left: #ff962d 3px solid;
}
.sentry h4 {
  font-size: 1.8rem;
  padding-left: 1.2em;
  position: relative;
}
.sentry h4::before {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ff962d;
  left: 0;
  top: 9px;
  content: "";
}
.sentry h5 {
  font-size: 1.8rem;
}
.sentry blockquote {
  padding: 4em 1.5em 1.5em 1.5em;
  background: #f0f0f0;
  position: relative;
}
.sentry blockquote::before {
  position: absolute;
  left: 25px;
  top: 20px;
  content: "\f10d";
  line-height: 1;
  color: #ff962d;
  font-size: 3rem;
  font-weight: bold;
  font-family: "Font Awesome 5 Free", FontAwesome;
}
.sentry blockquote p:last-child {
  margin-bottom: 0;
}
.sentry blockquote span {
  color: #989898;
}
.sentry blockquote span a {
  color: #989898;
  text-decoration: underline;
}
.sentry a {
  text-decoration: underline;
  word-break: break-all;
}
.sentry a.chr {
  position: relative;
}
.sentry a.chr::after {
  font-family: fontawesome;
  content: "\f105";
  text-decoration: none;
}
.sentry ul {
  list-style: disc;
  padding-left: 1.2em;
}
.sentry ul li {
  list-style-image: url(images/caret-right-solid.png);
  padding-left: 0.5em;
}
.sentry ol {
  list-style: none;
  counter-reset: item;
}
.sentry ol li {
  position: relative;
  padding-left: 2.3em;
}
.sentry ol li::before {
  position: absolute;
  left: 0;
  top: 2px;
  counter-increment: item;
  content: counter(item);
  line-height: 1;
  padding: 3px 7px;
  border-radius: 3px;
  border: #ff962d 1px solid;
  background: #fef2d5;
}
.sentry ol li ol {
  list-style: decimal;
  counter-reset: none;
  margin-top: 10px;
  padding-left: 1.3em;
}
.sentry ol li ol li {
  padding-left: 0;
}
.sentry ol li ol li::before {
  display: none;
}
.sentry ul li, .sentry ol li {
  margin-bottom: 0.5em;
}
.sentry table {
  width: 100%;
  border-collapse: collapse;
}
.sentry table th, .sentry table td {
  padding: 0.5em 1em;
  border: #DDDDDD 1px solid;
  text-align: left;
}
.sentry table th {
  background: #fef2d5;
}
.sentry img {
  transition: all 0.4s;
  max-width: 100%;
  height: auto;
}
.sentry a:hover img {
  opacity: 0.7;
}
.sentry dl dt {
  font-weight: bold;
  padding: 1.5em 1.5em 1em 1.5em;
  background: #fef2d5;
}
.sentry dl dd {
  padding: 0 1.5em 1.5em 3em;
  background: #fef2d5;
}
.sentry dl dd:not(:last-child) {
  margin-bottom: 1.5em;
}
.sentry .alignleft {
  float: left;
  clear: left;
  margin: 0 1em 1.5em 0px;
}
.sentry img.aligncenter, .sentry img.centered, .sentry img.center {
  display: block;
  margin: 0 auto 1.5em;
  float: none;
  clear: both;
}
.sentry img.alignright {
  float: right;
  clear: right;
  margin: 0 0 1.5em 1em;
}

.frame-notice {
  padding: 1.5em;
  border: #d0d0d0 2px solid;
  margin-bottom: 2em;
}
.frame-notice.warning {
  border-color: #ff0000;
}
.frame-notice.warning strong {
  color: #ff0000;
}

.sns-btn {
  margin-top: 2.5em;
}
.sns-btn ul {
  list-style: none;
}
.sns-btn ul li {
  display: inline-block;
}
.sns-btn ul li:not(:last-child) {
  margin-right: 5px;
}
.sns-btn ul li a {
  line-height: 1;
  padding: 1px 5px;
  border-radius: 5px;
  color: #fff;
}
.sns-btn ul li.twitter a {
  background: #5EAADE;
  font-size: 1.3rem;
}
.sns-btn ul li.twitter a i {
  margin-right: 5px;
}
.sns-btn ul li.facebook a {
  background: #4064AC;
  font-size: 1.3rem;
}
.sns-btn ul li.facebook a i {
  margin-right: 5px;
}

@font-face {
  font-family: "icomoon";
  src: url("css/fonts/icomoon.eot?evfvw0");
  src: url("css/fonts/icomoon.eot?evfvw0#iefix") format("embedded-opentype"), url("css/fonts/icomoon.ttf?evfvw0") format("truetype"), url("css/fonts/icomoon.woff?evfvw0") format("woff"), url("css/fonts/icomoon.svg?evfvw0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-feedly:before {
  content: "\e907";
}

.icon-hatebu:before {
  content: "\e908";
}

.icon-line:before {
  content: "\e909";
}

.icon-pocket:before {
  content: "\e90a";
}

.icon-google-plus:before {
  content: "\e900";
}

.icon-google-plus2:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\e902";
}

.icon-facebook2:before {
  content: "\e903";
}

.icon-twitter:before {
  content: "\e904";
}

.icon-rss:before {
  content: "\e90b";
}

.icon-rss2:before {
  content: "\e906";
}

.icon-pinterest:before {
  content: "\e905";
}

.md-news dl:not(:last-of-type) {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: #d0d0d0 1px solid;
}
.md-news dl dt {
  font-size: 1.2rem;
}
.md-news dl dt time {
  display: inline-block;
  margin-right: 1em;
}
.md-news dl dt a {
  display: inline-block;
  line-height: 1;
  padding: 3px 10px;
  background: #f4c634;
  border-radius: 3px;
}
.md-news dl dt a.notice {
  color: #fff;
  background: #ff962d;
}
.md-news dl dd a:hover {
  text-decoration: underline;
}
.md-news dl.flex:not(:last-of-type) {
  align-items: flex-start;
  padding-bottom: 0;
  margin-bottom: 1em;
  border-bottom: none;
}
.md-news dl.flex dt {
  margin-right: 1em;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 3em;
}
.wp-pagenavi a,
.wp-pagenavi span {
  color: #333;
  background-color: #ccc;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: none;
}
.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #ec6600;
}
.wp-pagenavi span.current {
  color: #fff;
  background-color: #ff962d;
  font-weight: bold;
}
.wp-pagenavi .pages {
  display: none;
}

#contactform h3 {
  padding: 0.5em 1em;
  background: #fef2d5;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 1em;
}
#contactform .tbl-grp {
  border: #ddd 2px solid;
  margin-bottom: 4em;
}
#contactform .tbl-grp .table .th,
#contactform .tbl-grp .table .td {
  padding: 0.5em 1.5em;
  box-sizing: border-box;
  vertical-align: top;
  clear: both;
}
#contactform .tbl-grp .table .th {
  text-align: right;
  width: 25%;
  background: #F7F5F0;
  border-bottom: #F7F5F0 1px solid;
}
#contactform .tbl-grp .table .td {
  border-bottom: #ddd 1px solid;
}
#contactform .tbl-grp .table .td dl {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: #ddd 1px dashed;
}
#contactform .tbl-grp .table .td dl .tv {
  max-width: 100px;
}
#contactform .tbl-grp .table .td dl .cardboard {
  max-width: 100px;
}
#contactform .tv-area {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  margin-right: 2em;
}
#contactform .tv-type-area {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
#contactform .cp_ipselect {
  overflow: hidden;
  width: 49%;
  text-align: left;
}
#contactform .cp_ipselect.fl {
  float: left;
}
#contactform .cp_ipselect#city1-2, #contactform .cp_ipselect#city2-2, #contactform .cp_ipselect#fukuoka-1, #contactform .cp_ipselect#saga-1, #contactform .cp_ipselect#nagasaki-1, #contactform .cp_ipselect#oita-1, #contactform .cp_ipselect#kumamoto-1, #contactform .cp_ipselect#kagoshima-1, #contactform .cp_ipselect#fukuoka-2, #contactform .cp_ipselect#saga-2, #contactform .cp_ipselect#nagasaki-2, #contactform .cp_ipselect#oita-2, #contactform .cp_ipselect#kumamoto-2, #contactform .cp_ipselect#kagoshima-2 {
  float: right;
}
#contactform .cp_ipselect select {
  width: 100%;
  padding: 5px 2em 5px 10px;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
#contactform .cp_ipselect select::-ms-expand {
  display: none;
}
#contactform .cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #ffffff;
  text-align: left;
}
#contactform .cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 0.8em;
  right: 0.6em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
#contactform .cp_ipselect.cp_sl01select {
  padding: 5px 38px 5px 10px;
}
#contactform p {
  margin-bottom: 0.5em;
}
#contactform textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 10px;
  border: #ddd 1px solid;
}
#contactform input[type=text],
#contactform input[type=email] {
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  border: #ddd 1px solid;
}
#contactform .flex {
  margin-bottom: 1em;
}
#contactform .dates input[type=text] {
  width: 49%;
  margin-right: 2%;
}
#contactform input#mail[type=email],
#contactform input.zip[type=text] {
  margin-bottom: 5px;
}
#contactform input.zip[type=text] {
  margin-bottom: 5px;
  width: 200px;
}
#contactform .agreement {
  margin-bottom: 3em;
}
#contactform .agreement a {
  color: #ec6600;
  font-weight: 700;
  text-decoration: underline;
}
#contactform .contact-btn {
  border-radius: 5px;
  cursor: pointer;
  padding: 1em;
  width: 200px;
  margin: auto;
  display: block;
  background: #ff962d;
  color: #fff;
}
#contactform .contact-btn.bkbtn {
  background: #666;
}

.req {
  display: inline-block;
  color: #ff0000;
}

.md-inline-btn .flex {
  list-style: none;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  padding-left: 0 !important;
}
.md-inline-btn .flex li {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.md-inline-btn .flex li:last-child {
  margin-right: 0;
}
.md-inline-btn .flex li a {
  display: inline-block;
  padding: 0.5em 2em;
  border: #ff962d 2px solid;
  border-radius: 8px;
  color: #ff962d;
  text-decoration: none !important;
}
.md-inline-btn .flex li a:hover {
  color: #fff;
  background: #ff962d;
}

.pagetop {
  position: fixed;
  bottom: 30px;
  right: 20px;
}
.pagetop a {
  background-color: #FF962D;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 20px 20px;
  border-radius: 10px;
}
.pagetop a:hover {
  background-color: #EC6500;
  text-decoration: none;
}

#subpage-features .content-header {
  margin-bottom: 2.5em;
}
#subpage-features .content-header .content-ttl {
  margin-bottom: 1em;
  font-size: 3.6rem;
  font-weight: 700;
  color: #ff962d;
  line-height: 1.4;
}
#subpage-features .md-features {
  margin-bottom: 3em;
}
#subpage-features .frame-color .content-header {
  margin-bottom: 2.5em;
}

.marker-animation {
  background-image: linear-gradient(left, transparent 50%, rgb(255, 250, 153) 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.8em;
  background-position: 0 0.5em;
  transition: all 2s ease;
  font-weight: bold;
}
.marker-animation.active {
  background-position: -100% 0.5em;
}

.frame-color {
  background: #fdf5ec;
}

.md-features .flex {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-features .flex .item {
  width: 47.5%;
  margin-bottom: 2.5em;
  box-sizing: border-box;
  padding: 1.5em;
  border: #ff962d 2px solid;
  border-radius: 8px;
  box-shadow: #ff962d 0 5px 0;
}
.md-features .flex .item .icon {
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  margin: 0 auto 1em auto;
}
.md-features .flex .item .icon img {
  border-radius: 50%;
}
.md-features .flex .item .ttl {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 0.5em;
}
.md-features .flex .item .ttl span {
  color: #ff962d;
}

.md-features-num .outer-flex {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-features-num .outer-flex .item {
  width: 47.5%;
  margin-bottom: 3em;
}
.md-features-num .outer-flex .item:nth-last-of-type(1), .md-features-num .outer-flex .item:nth-last-of-type(2) {
  margin-bottom: 0;
}
.md-features-num .outer-flex .item .inner-flex {
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-bottom: 1em;
}
.md-features-num .outer-flex .item .inner-flex .num {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 3.2rem;
  font-weight: 900;
  color: #fff;
  background: #ec6600;
  margin-right: 0.5em;
}
.md-features-num .outer-flex .item .inner-flex .ttl {
  font-size: 2.4rem;
  font-weight: 900;
}
.md-features-num .outer-flex .item .inner-flex .ttl span {
  color: #ec6600;
}
.md-features-num .outer-flex .item .table {
  width: 100%;
  font-size: 1.4rem;
}
.md-features-num .outer-flex .item .table .th,
.md-features-num .outer-flex .item .table .td {
  box-sizing: border-box;
  vertical-align: top;
}
.md-features-num .outer-flex .item .table .th {
  width: 55%;
}
.md-features-num .outer-flex .item .table .th .ttl {
  color: #ec6600;
  font-size: 1.6rem;
}
.md-features-num .outer-flex .item .table .td {
  padding-left: 1.5em;
}
.md-features-num .outer-flex .item .table .td img {
  display: inline-block;
  border: #fff 3px solid;
}

.md-features-box .flex {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md-features-box .flex .item {
  width: 25%;
  box-sizing: border-box;
  padding: 10px;
}
.md-features-box .flex .item .item-inner {
  border: #ec6600 2px solid;
  background: #fff;
}
.md-features-box .flex .item .item-inner .ttl {
  font-size: 1.8rem;
  color: #ec6600;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  background: #f8f8f8;
  padding: 0.5em 1em;
}
.md-features-box .flex .item .item-inner .txt {
  padding: 1em;
}
.md-features-box .flex .item .item-inner .txt .thumb img {
  line-height: 1;
}
.md-features-box .flex .item .item-inner .txt p {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 1em;
}

.md-features-box-flow .flex {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md-features-box-flow .flex .item {
  width: 20%;
  box-sizing: border-box;
  padding: 10px;
}
.md-features-box-flow .flex .item .ttl {
  font-size: 1.8rem;
  color: #ec6600;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0.5em;
}
.md-features-box-flow .flex .item .thumb {
  border: #ec6600 2px solid;
  line-height: 1;
  margin-bottom: 0.5em;
  position: relative;
}
.md-features-box-flow .flex .item .thumb::after {
  position: absolute;
  content: "▶";
  top: 50%;
  transform: translateY(-50%);
  right: -1.2em;
  color: #ec6600;
}
.md-features-box-flow .flex .item .thumb img {
  line-height: 1;
}
.md-features-box-flow .flex .item p {
  font-size: 1.4rem;
  line-height: 1.4;
}
.md-features-box-flow .flex .item:nth-of-type(5) .thumb::after, .md-features-box-flow .flex .item:last-of-type .thumb::after {
  display: none;
}

.md-area .md-header {
  text-align: center;
  margin-bottom: 2em;
}
.md-area .md-header .md-ttl {
  font-size: 2.4rem;
  font-weight: 700;
}
.md-area .md-header .md-ttl span {
  font-size: 3.2rem;
  font-weight: 900;
  color: #ec6600;
}
.md-area .flex {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 1.5em;
}
.md-area .flex .item {
  width: 33.333333%;
  box-sizing: border-box;
  padding: 10px;
}
.md-area .flex .item.full {
  width: 100%;
}
.md-area .flex .item .item-inner {
  padding: 0.5em 2.5em;
  background: #ff962d;
}
.md-area .flex .item .item-inner .ttl {
  font-size: 2.8rem;
  color: #fff;
  font-weight: 900;
  text-align: center;
}
.md-area .flex .item .item-inner a {
  display: block;
  text-align: center;
  line-height: 1;
  padding: 10px;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.65) 1px 1px 3px;
  background: #FEF2D5;
  color: #000;
  max-width: 800px;
  margin: auto;
}
.md-area .flex .item .item-inner a:hover {
  background: #fff;
}
.md-area .lead {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 1em 2em 2em 2em;
  background: #f7f7f7;
}
.md-area .lead span {
  color: #ec6600;
  font-size: 4rem;
  font-weight: 900;
}

.md-area-list .flex {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-area-list .flex .item {
  width: 45%;
  margin-bottom: 3em;
}
.md-area-list .flex .item .ttl {
  font-size: 1.8rem;
  border-bottom: #ddd 3px solid;
  color: #ff962d;
  margin-bottom: 1em;
}
.md-area-list .flex .item .ttl::before {
  display: inline-block;
  margin-right: 8px;
  color: #ff962d;
  content: "●";
}
.md-area-list .flex .item ul {
  list-style: none;
}
.md-area-list .flex .item ul li {
  display: inline-block;
  margin-right: 1.5em;
}
.md-area-list .flex .item ul li::before {
  display: inline-block;
  margin-right: 3px;
  content: "・";
}

.drawer_btn {
  display: none;
  cursor: pointer;
  background: #ff962d;
  border: none;
  width: 100px;
  height: 100px;
  padding: 0;
  z-index: 9999;
  outline: none;
  color: #fff;
  position: fixed;
  top: 9px;
  right: 9px;
}
.drawer_btn.active {
  z-index: 2001;
}
.drawer_btn.active .drawer_bar {
  width: 55px;
  margin: 12px 0 12px 28px;
}
.drawer_btn.active .drawer_bar1 {
  transform: rotate(30deg);
}
.drawer_btn.active .drawer_bar2 {
  opacity: 0;
}
.drawer_btn.active .drawer_bar3 {
  transform: rotate(-30deg);
}
.drawer_btn.active .drawer_menu_text {
  display: none;
}
.drawer_btn.active .drawer_close {
  display: block;
  color: #ff962d;
}
.drawer_btn .drawer_bar {
  display: block;
  width: 40px;
  height: 2px;
  margin: 12px auto;
  transition: all 0.2s;
  transform-origin: 0 0;
  background: #fff;
}

.options-thumb {
  text-align: center;
}
.options-thumb img {
  display: inline-block;
  border: #ff962d 5px solid;
}

#index-sns {
  background: #FDF5EC;
}
#index-sns .flex {
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

#fukuoka-1,
#fukuoka-2,
#saga-1,
#saga-2,
#nagasaki-1,
#nagasaki-2,
#oita-1,
#oita-2,
#kumamoto-1,
#kumamoto-2,
#kagoshima-1,
#kagoshima-2 {
  display: none;
}

#contactform .dl-flex {
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#contactform .dl-flex .item {
  margin-right: 5px;
}
#contactform .dl-flex .cp_ipselect {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
#contactform .dl-flex .cp_ipselect.cp_sl01 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#contactform .dl-flex .cp_ipselect.cp_sl01 select {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.stairs {
  display: none;
  /*padding: 0.5em;
  background: #f0f0f0;
  margin-top: 0.5em;*/
}

@media (max-width: 1080px) {
  body {
    overflow: hidden;
    padding-top: 117px;
  }
  .inner {
    max-width: 90%;
  }
  .pagetop {
    right: 2px;
    bottom: 2px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
  }
  .pagetop a {
    border-radius: 50%;
    padding: 0;
    display: block;
  }
  #site-nav {
    display: none;
  }
  #top {
    height: 117px;
    line-height: 117px;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.75);
  }
  #top .flex .meta {
    display: none;
  }
  #hero .hero-inner .hero-btn {
    font-size: 2.2rem;
    width: 60%;
  }
  .drawer_btn {
    display: block;
  }
  #index-mitsumori {
    background-position: center center;
    background-attachment: inherit;
  }
  #modal {
    padding: 120px 40px 120px 120px;
  }
  #modal .flex .item.left .ttl {
    font-size: 4.8rem;
  }
  #modal .flex .item.left .sub::after {
    width: 100px;
  }
  #modal .flex .item.right ul li {
    width: 50%;
  }
  .inner .inner,
  .frame .inner {
    max-width: 100%;
  }
}
@media (max-width: 812px) {
  #hero {
    height: auto;
    padding: 2.5em 1.5em;
    /*height: 400px;
    .hero-inner {
    	.hero-btn{
    		bottom: 15px;
    	}
    }*/
  }
  #covid19 .inner .table {
    display: block;
  }
  #covid19 .inner .table .th,
  #covid19 .inner .table .td {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  .md-covid19 {
    margin-bottom: 2.5em;
  }
  .md-covid19 p {
    text-align: left;
  }
  .md-covid19 p br {
    display: none;
  }
  #tv-banner .text {
    font-size: 0.75em;
  }
  #index-info .inner .frame {
    width: 100%;
  }
  .frame {
    padding: 1.5em 3em;
  }
  #index-features .inner .sec-body .top li {
    margin-right: 0 !important;
    padding: 10px;
    box-sizing: border-box;
    width: 25%;
  }
  #index-features .inner .sec-body .bottom {
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  #index-features .inner .sec-body .bottom li {
    padding: 10px;
    box-sizing: border-box;
    width: 25%;
  }
  #index-features .inner .sec-body .bottom li:first-child {
    margin-left: 15%;
  }
  #index-features .inner .sec-body .bottom li:last-child {
    margin-right: 15%;
  }
  #index-features .inner .sec-body .bottom li:last-child .options {
    right: -70%;
  }
  #index-contact .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #index-contact .flex .txt {
    width: 100%;
    margin-top: 2.5em;
  }
  #modal {
    padding: 60px;
  }
  #modal .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #modal .flex .item {
    width: 100%;
  }
  #modal .flex .item.left {
    border-right: none;
  }
  #subpage-features .content-header .content-ttl {
    font-size: 2.4rem;
  }
  #subpage-features .content-header .content-ttl br {
    display: none;
  }
  .md-features-box .flex .item {
    width: 33.333333%;
  }
  .md-features-box-flow .flex .item {
    width: 33.333333%;
  }
  .md-area .flex .item {
    width: 50%;
  }
  .md-area .flex .item .item-inner .ttl {
    font-size: 2rem;
  }
}
@media (max-width: 667px) {
  body {
    padding-top: 80px;
  }
  .scpd {
    padding: 2.5em 0;
  }
  .drawer_btn {
    width: 60px;
    height: 60px;
  }
  .drawer_btn .drawer_bar {
    width: 30px;
    margin: 7px auto;
  }
  .drawer_btn.active .drawer_bar {
    width: 30px;
    margin: 9px 20px;
  }
  .drawer_btn.active .drawer_bar1 {
    transform: rotate(45deg);
  }
  .drawer_btn.active .drawer_bar3 {
    transform: rotate(-45deg);
  }
  #top {
    height: 80px;
    padding: 0;
    line-height: 80px;
  }
  #top .inner {
    max-width: 95%;
  }
  #top .flex .site-logo {
    width: 240px;
  }
  #hero {
    height: auto;
  }
  #hero .hero-inner {
    /*
    .hero-btn{
    	width: 280px;
    	font-size: 1.8rem;
    	height: inherit;
    	line-height: 1;
    	padding: 0.5em;
    	display: inline-block;
    	box-shadow: #d67e27 0 2px 0;
    	&::after{
    		display: none;
    	}
    }
    */
  }
  #hero .hero-inner img {
    padding: 2em 0 0 0;
  }
  #hero .hero-inner .hero-btn {
    width: 90%;
    line-height: 1.4;
    height: inherit;
    box-sizing: border-box;
    padding: 0.5em 1.5em;
  }
  #hero .hero-inner .hero-btn::after {
    top: 18px;
  }
  #covid19 .inner .table .th img {
    width: 30px;
  }
  #covid19 .inner .table .td {
    font-size: 1.8rem;
  }
  #covid19 .inner .table .td img {
    width: 15px;
  }
  .frame {
    padding: 1.5em;
  }
  #tv-banner {
    padding: 1.5em 0 0;
  }
  #tv-banner .banner {
    width: 100%;
    padding: 0 24px;
  }
  #tv-banner .text {
    font-size: 0.625em;
  }
  #index-info {
    padding-top: 0.5em !important;
    padding-top: 1em !important;
  }
  #index-info .inner .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 2.5em;
  }
  #index-info .inner .flex .item {
    width: 100%;
    text-align: center;
  }
  #index-info .inner .flex .item:first-of-type {
    margin-bottom: 0.5em;
  }
  #index-info .inner .frame h3 {
    font-size: 1.6rem;
  }
  #index-info .inner .frame p {
    font-size: 1.4rem;
  }
  .with-shapes {
    font-size: 2.4rem;
  }
  #index-features .inner .sec-body .top {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 0;
  }
  #index-features .inner .sec-body .top li {
    width: 50%;
    text-align: center;
  }
  #index-features .inner .sec-body .bottom {
    background-image: none;
  }
  #index-features .inner .sec-body .bottom li {
    width: 50%;
    margin: 0 !important;
  }
  #index-features .inner .sec-body .bottom li:last-child .options {
    position: inherit;
    top: -20px;
    transform: none;
    right: inherit;
  }
  .sec-header {
    margin-bottom: 1.5em;
  }
  .sec-header .sec-ttl {
    font-size: 2.4rem;
  }
  #index-services .sec-body .flex li {
    width: 50%;
    padding: 5px;
  }
  #index-services .sec-body .more {
    margin-top: 2em;
  }
  #index-services .sec-body .more a {
    font-size: 2rem;
    height: 40px;
    line-height: 40px;
  }
  #index-contact .sec-body {
    padding: 1.5em;
  }
  #index-contact .sec-body::before {
    width: 159px;
    height: 170px;
  }
  #index-contact .flex .link {
    width: 48%;
  }
  #index-contact .flex .link:first-child {
    margin-right: 4%;
  }
  #index-contact .flex .link:nth-child(2) {
    margin-right: 0;
  }
  #index-contact .flex .txt {
    margin-top: 1em;
  }
  #index-contact .flex .txt h3 {
    margin-bottom: 10px;
  }
  #index-contact .flex .txt h3 img {
    width: 80%;
  }
  #index-contact .flex .txt p {
    font-size: 2rem;
  }
  #index-mitsumori .top {
    margin-bottom: 0.5em;
  }
  #index-mitsumori .top a {
    font-size: 2rem;
    padding: 0.5em 2.5em 0.5em 1em;
  }
  #index-mitsumori .top a::after {
    top: 20px;
    right: 10px;
  }
  #site-footer {
    padding-top: 2em;
  }
  #site-footer .inner .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #site-footer .inner .flex .left,
  #site-footer .inner .flex .right {
    width: 100%;
    box-sizing: border-box;
  }
  #site-footer .inner .flex .left {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    border-bottom: #b6b6b6 2px solid;
  }
  #site-footer .inner .flex .left .logo {
    max-width: 250px;
  }
  #site-footer .inner .flex .right {
    padding: 0;
    border-left: none;
  }
  #modal {
    padding: 80px 30px;
    overflow: auto;
  }
  #modal .flex .item {
    padding: 5% 0;
  }
  #modal .flex .item.left .ttl {
    font-size: 2.8rem;
  }
  #modal .flex .item.left .sub {
    margin-bottom: 1.5em;
  }
  #modal .flex .item.left .sub::after {
    position: relative;
    left: 0;
    top: inherit;
    bottom: 0;
    width: 200px;
  }
  #modal .flex .item.left .addr {
    font-size: 1.2rem;
  }
  #modal .flex .item.right ul li {
    font-size: 1.6rem;
  }
  #modal .flex .item.right ul li span {
    font-size: 1rem;
  }
  #modal .btn-contact {
    margin-top: 2em;
  }
  .page-header .page-ttl {
    font-size: 2.4rem;
  }
  .md-inline-btn .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .md-inline-btn .flex li {
    width: 48%;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .md-inline-btn .flex li a {
    display: block;
    text-align: center;
    padding: 0.5em 1em;
  }
  .fix-table {
    overflow: auto;
  }
  .fix-table table {
    width: 667px;
    font-size: 1.2rem;
  }
  table.fix-table {
    font-size: 1.2rem;
  }
  .sentry h2 {
    font-size: 2rem;
  }
  .sentry h3,
  .sentry h4,
  .sentry h5 {
    font-size: 1.6rem;
  }
  .sentry table th, .sentry table td {
    padding: 0.5em;
  }
  .sentry h1, .sentry h2, .sentry h3, .sentry h4, .sentry h5, .sentry h6 {
    margin: 1.5em 0;
  }
  .md-features .flex .item {
    width: 100%;
    padding: 1em;
  }
  .md-features .flex .item .ttl {
    font-size: 1.6rem;
  }
  .md-features .flex .item p {
    font-size: 1.4rem;
  }
  .md-features-num .outer-flex .item {
    width: 100%;
  }
  .md-features-num .outer-flex .item .inner-flex .num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 2.4rem;
  }
  .md-features-num .outer-flex .item .inner-flex .ttl {
    width: calc(100% - 60px);
    line-height: 1.4;
  }
  .md-features-num .outer-flex .item .table {
    display: block;
  }
  .md-features-num .outer-flex .item .table .th,
  .md-features-num .outer-flex .item .table .td {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .md-features-num .outer-flex .item .table .th {
    margin-bottom: 1em;
  }
  .md-features-num .outer-flex .item .table .td {
    padding-left: 0;
  }
  .md-features-num .outer-flex .item:nth-last-of-type(2) {
    margin-bottom: 3em;
  }
  .md-features-box .flex .item {
    width: 50%;
  }
  .md-features-box-flow .flex .item {
    width: 50%;
  }
  .md-features-box-flow .flex .item .ttl {
    font-size: 1.6rem;
  }
  .md-features-box-flow .flex .item:nth-of-type(2n) .thumb::after {
    display: none;
  }
  .md-features-box-flow .flex .item:nth-of-type(5) .thumb::after {
    display: inline-block;
  }
  .md-area .lead {
    padding: 1em;
    font-size: 1.8rem;
  }
  .md-area .lead span {
    font-size: 2.4rem;
  }
  .md-area-list .flex .item {
    width: 100%;
    margin-bottom: 2em;
  }
  #contactform h3 {
    font-size: 2rem;
  }
  #contactform .tbl-grp .table {
    display: block;
  }
  #contactform .tbl-grp .table .th,
  #contactform .tbl-grp .table .td {
    display: block;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 0.5em;
  }
  #contactform .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #contactform .dates input[type=text] {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3px;
  }
  #contactform .cp_ipselect {
    width: 100%;
  }
  .content-flex #main-content {
    max-width: 100%;
    margin-bottom: 3em;
  }
  .content-flex #sidebar {
    max-width: 100%;
    width: 100%;
  }
  #main {
    margin-bottom: 2.5em;
  }
  .md-styled-box .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-styled-box .flex .item {
    width: 100%;
  }
  .md-styled-box .flex .item:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
}
@media (max-width: 480px) {
  #covid19 .inner .table .th img {
    width: 25px;
  }
  #covid19 .inner .table .td {
    font-size: 1.6rem;
    padding-left: 0;
  }
  #tv-banner .banner {
    padding: 0;
  }
  #index-info .inner .flex {
    padding: 0;
  }
  #index-features .inner .sec-header {
    margin-bottom: 1.5em;
  }
  #modal .btns .flex-btns a {
    width: 100%;
  }
  #modal .flex .item.left .ttl {
    margin-bottom: 5px;
  }
  #hero .hero-inner img {
    padding-top: 0;
    /*padding: 1.5em 0 0 0;
    margin-left: 5%;*/
  }
  #hero .hero-inner .hero-btn {
    /*left: 5%;*/
    font-size: 1.7rem;
  }
  #hero .hero-inner .hero-btn::after {
    top: 16px;
    right: 10px;
    width: 8px;
    height: 13px;
    background-size: cover;
  }
  .md-features-box .flex .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .md-area .flex .item {
    width: 100%;
  }
  .md-area .flex .item .item-inner .ttl {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .wide-label {
    padding: 0.5em 0;
  }
  /*#hero .hero-inner .hero-btn::after{
  	top: 25px;
  }*/
  .company-flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .company-flex .company,
  .company-flex .sentry {
    box-sizing: border-box;
    width: 100%;
  }
  .company-flex .company {
    margin-bottom: 2em;
  }
  .company-header .ttl {
    font-size: 2rem;
  }
  .md-covid19 {
    padding: 1.5em 0;
  }
  .md-covid19 .md-header {
    margin-top: 0;
  }
}/*# sourceMappingURL=style.css.map */