@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'FontAwesome';
  src: url('font/fontawesome-webfont.eot?v=4.0.1');
  src: url('font/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'), url('font/fontawesome-webfont.woff?v=4.0.1') format('woff'), url('font/fontawesome-webfont.ttf?v=4.0.1') format('truetype'), url('font/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal
}
/* reset */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}
section, article {
  display: block;
}
/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  overflow-x: hidden;
}
body, input, textarea, select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Arial, Helvetica, sans-serif, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  line-height: 1.75em;
  color: #777;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  color: #777;
  margin-top: 0;
}
h2 {
  letter-spacing: -0.025em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}
strong, b {
  font-weight: 500;
  color: #000000;
}
em, i {
  font-style: italic;
}
a {
  text-decoration: none;
  color: #80BA8E;
}
a:hover {
  text-decoration: underline;
}
sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em;
}
sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
}
hr {
  border: 0;
  border-top: solid 1px #ddd;
  margin: 3em 0 0 0;
  padding: 6em 0 0 0;
}
blockquote {
  border-left: solid 0.5em #ddd;
  padding: 1em 0 1em 2em;
  font-style: italic;
}
p, ol, dl, table {
  margin-bottom: 1em;
}
footer {
  margin-top: 1em;
}
br.clear {
  clear: both;
}
.pennant {
  color: #bbb;
}
.f08 {
  font-size: 0.8em;
}
.f09 {
  font-size: 0.9em;
}
.f10 {
  font-size: 1em;
}
.f11 {
  font-size: 1.1em;
}
.f12 {
  font-size: 1.2em;
}
.f13 {
  font-size: 1.3em;
}
.f14 {
  font-size: 1.4em;
}
.f15 {
  font-size: 1.5em;
}
.f16 {
  font-size: 1.6em;
}
.f17 {
  font-size: 1.7em;
}
.f18 {
  font-size: 1.8em;
}
.f19 {
  font-size: 1.9em;
}
.f20 {
  font-size: 2em;
}
.red {
  color: red !important;
}
.yellow-st {
  color: #cac90d;
  ;
  /* -webkit-text-stroke: 1px #c0c0c0;
  text-stroke: 1px #c0c0c0; */
}
.strong {
  font-weight: bold;
}
.left {
  text-align: left;
}
.cemter {
  text-align: center;
}
.right {
  text-align: right;
}
/* Sections/Articles */
section, article {
  margin-bottom: 3em;
}
section > :last-child, article > :last-child {
  margin-bottom: 0;
}
section:last-child, article:last-child {
  margin-bottom: 0;
}
.row, .row > * {
  padding-left: 0 !important;
}
.row > section, .row > article {
  margin-bottom: 0;
}
/* Images */
.image {
  display: inline-block;
}
.image img {
  display: block;
  width: 100%;
}
.image.featured {
  display: block;
  width: 100%;
  margin: 0 0 2em 0;
}
.image.full {
  display: block;
  width: 100%;
  margin-bottom: 2em;
}
.image.left {
  float: left;
  margin: 0 2em 2em 0;
}
.image.centered {
  display: block;
  margin: 0 0 2em 0;
}
.image.centered img {
  margin: 0 auto;
  width: auto;
}
/* Lists */
ul.default {
  margin: 0;
  padding: 0em 0em 1.5em 0em;
  list-style: none;
}
ul.default li {
  padding: 0.60em 0em;
  font-size: 0.95em;
  border-top: 1px solid;
  border-color: rgba(0, 0, 0, .1);
}
ul.default li:first-child {
  padding-top: 0;
  border-top: none;
}
ul.default {}
ul.style li {
  margin: 0;
  padding: 2em 0em 1.5em 0em;
  border-top: 1px solid;
  border-color: rgba(0, 0, 0, .1);
}
ul.style li:first-child {
  padding-top: 0;
  border-top: none;
}
ul.style img {
  float: left;
  margin-right: 20px;
}
ul.style a {
  color: #434343;
}
ul.style .posted {
  padding: 0em 0em 1em 0em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 8pt;
  color: #A2A2A2;
}
ul.style .first {
  padding-top: 0px;
  border-top: none;
}
ul.disc {
  list-style: disc;
  padding-left: 1.75rem;
}
ul.disc li {
  margin-bottom: 1rem;
  font-size: 120%;
}
/* Buttons */
.button {
  position: relative;
  display: inline-block;
  background: #80BA8E;
  padding: 0.8em 2em;
  text-decoration: none !important;
  font-size: 1.2em;
  font-weight: 300;
  color: #FFF !important;
  -moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  text-align: center;
  border-radius: 0.25em;
}
.button:hover {
  background: #70AA7E;
  color: #FFF !important;
}
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
.header {
  width: 100%;
}
.headerbar {
  background: #fff;
  color: #555f66;
  height: 4em;
  left: 0;
  line-height: 3em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  box-shadow: 0 0 0.1em 0 rgba(0, 0, 0, 0.25);
  padding: 5px 0;
  margin: 0;
}
.logo h1 a img {
  width: 100%;
}
.headerbar ul {
  display: flex;
  align-items: baseline;
  justify-content: center;	
  width: 80%;
  margin: 0 auto;
  list-style-type: none;
}
.headerbar ul li img {
  width: 80%;
}
.header_ttl img {
  margin-left: 10%;
}
.header_tel img {
  width: 80% !important;
  margin-left: 35%;
  padding-top: 2%;
}
.header_mail img {
  width: 80% !important;
  margin-left: 25%;
}
@media screen and (max-width:1024px) {
  .headerbar {
    padding: 1.5% 0;
  }
}
@media screen and (max-width:768px) {
  .headerbar {
    height: 3em;
  }
}
@media screen and (max-width:600px) {
  .headerbar {
    height: 2.6em;
  }
  .headerbar ul {
    width: 95%;
    margin: 0 auto;
  }
  .logo {
    width: 20%;
  }
  .header_ttl {
    width: 25%;
  }
  .headerbar ul li img {
    width: 100%;
  }
  .header_tel, .header_mail, .sp-none {
    display: none;
  }
}
/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/
#logo {
  position: relative;
  z-index: 1;
}
#logo h1 {
  color: #FFF;
}
#logo a {
  display: block;
  text-decoration: none;
  font-weight: 300;
  line-height: 1em;
  font-size: 3.5em;
  color: #FFF;
  letter-spacing: -0.05em;
  margin: 0 0 0.125em 0;
}
#logo span {
  font-size: 1.4em;
  color: #FFF;
}
/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
#featured, .featured {
  position: relative;
  background: #f2f2f2;
  text-align: center;
  padding: 2%;
}
.featured2 {
  position: relative;
  background: #f2f2f2;
  text-align: center;
  padding: 5%;
  font-weight: 700;
}
.featured3 {
  position: relative;
  background: #333333;
  text-align: center;
  padding: 3% 5%;
}
#featured h3 {
  display: block;
  font-weight: 300;
}
#featured .pennant {
  font-size: 4em;
}
#featured .button {
  margin-top: 1.5em;
}
@media screen and (max-width: 450px) {
  .featured3_area {
    padding: 5%;
  }
  .featured3 h5 {
    font-size: 4.5vw;
  }
}
/*---------------------------
パンくずリスト
----------------------------*/
.breadcrumb {
  padding: 12px 10px;
  overflow: hidden;
  text-align: left !important;
  max-width: 1020px;
  margin: 0 auto 3%;
}
.breadcrumb li {
  display: inline; /*横に並ぶように*/
  list-style: none;
}
.breadcrumb li:after {
  /* >を表示*/
  font-family: FontAwesome;
  content: '\f101';
  padding: 0 3px;
  color: #8186a0;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #273376;
}
.breadcrumb li:first-child a:before { /*家アイコンに*/
  font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  font-size: 1.1em;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
#copyright {
  position: relative;
  text-align: center;
  color: #FFF;
  background-color: #000;
}
#copyright .container {
  padding: 3em 0em;
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, .05);
  color: #FFF;
  line-height: 1.5;
}
#copyright a {
  text-decoration: none;
  color: rgba(255, 255, 255, .2);
}
@media screen and (max-width: 450px) {
  #featured > .container {
    width: 95%;
    margin: 10% auto 8% !important;
  }
  #copyright .container {
    padding: 3em 2em;
    line-height: 1.5;
  }
}
/*********************************************************************************/
/* Tweet                                                                         */
/*********************************************************************************/
#tweet {
  position: relative;
  text-align: center;
  background-attachment: fixed;
  background-size: cover;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #FFF;	
}
#tweet .fotter_ttl {
  width: 80%;
  margin: 0 10%;
  font-size: 2.5em;
  color: #000;
  padding: 0;
  z-index: 1111;
}
.inquiry_box {
  padding: 1% 0 2%;
  background-color: #fff;
  z-index: 0;
  max-width: 1044px;
  margin: 0 auto;
}
.inquiry_box dl {
  margin-top: 1.3%;
  margin-bottom: 0;
}
.inquiry_box dl dt {
  color: #FFF;
  font-size: 1.8em;
  margin-bottom: 2%;
  background-color: #84704c;
  padding: 1% 0;
}
.inquiry_box dl dd {
  display: inline;
  font-size: 2.7vw;
  color: #000;
  padding-left: 30px;
}
.chui_box {
  padding: 1% 0 2%;
  color: #393838;
  text-align: left;
  line-height: 1.5rem;
  width: 80%;
  margin: 0 auto;
}
dd.tel a {
  text-decoration: none;
  color: #000;
  cursor: none;
}
dd.tel::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: 900;
  padding-right: 10px; /*文字との隙間*/
  color: #000; /*アイコンの色*/
}
dd.fax::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background: url(../images/fax.png) no-repeat;
  background-size: contain;
  margin-right: 10px;
}
#tweet section {
  border-color: rgba(255, 255, 255, .1);
}
#tweet blockquote {
  position: relative;
  border: none;
  margin: 0;
  font-weight: 300;
  color: rgba(255, 255, 255, .6);
}
.bikou {
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}
/* button_mail */
/*.button_mail a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 1rem auto;
  max-width: 615px;
  padding: 10px 25px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: 300;
  font-size: 1.8rem;
  background: #6bb6ff;
  filter: drop-shadow(0px 2px 4px #ccc);
  border-radius: 50px;
}
.button_mail a:after {
  content: '';
  width: 20px;
  height: 20px;
  border-top: 5px solid #FFF;
  border-right: 5px solid #FFF;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 46%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button_mail a:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}*/
.btn_mail a {
  display: inline-block;
}
.btn_mail a:hover {
  background: url(../images/btn_on.png) no-repeat;
  background-color: transparent;
  background-size: contain;	
}
.btn_mail a img {
  width: 100%;
}

/* button_red */
.button_red a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 1.5rem auto;
  max-width: 615px;
  padding: 10px 25px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: 300;
  font-size: 1.8rem;
  background: red;
  filter: drop-shadow(0px 2px 4px #ccc);
  border-radius: 50px;
}
/* .button_red a:after {
  content: '';
  width: 20px;
  height: 20px;
  border-top: 5px solid #FFF;
  border-right: 5px solid #FFF;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 46%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
} */
.button_red a:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}
@media screen and (max-width: 768px) {
  #tweet .fotter_ttl {
    font-size: 2em !important;
    line-height: 1.5;
    font-weight: bold;
    padding: 0 1% !important;
  }
  .inquiry_box {
    width: 95%;
    margin: 0 auto;
  }
  .inquiry_box dl dt {
    font-size: 1.2em;
    margin: 4% 0;
  }
  .inquiry_box dl dd {
    display: block;
    font-size: 2em !important;
    font-weight: bold;
    padding-left: 10px;
    margin: 2% 0;
  }
  .chui_box {
    width: 95%;
    margin: 0 auto;
  }
  dd.tel::before {
    font-family: "Font Awesome 5 Free";
    content: "\f2a0";
    font-weight: 900;
    padding-right: 13px;
    color: #000;
  }
  dd.fax::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    background: url(../images/fax.png) no-repeat;
    background-size: contain;
    margin-right: 10px;
  }
  .btn_mail a {
    display: inline-block;
  }
  .btn_mail a:hover img {
    visibility: hidden;
  }
  #tweet .fotter_ttl {
    font-size: 1.5em;
    color: #000;
    padding: 0;
    line-height: 1.1;
  }
}
@media screen and (max-width: 480px) {
  #tweet .fotter_ttl {
    font-size: 1.6em !important;
  }
  .inquiry_box dl dd {
    margin: 5% 0;
  }
  /* button_mail */
  .button_mail a {
    max-width: 100%;
    padding: 10px 25px;
    font-size: small;
  }
  /* button_red */
  .button_red a {
    max-width: 80%;
    padding: 10px 25px;
    font-size: small;
  }
}