﻿@charset "utf-8";
/*
File Name   : module.css
Description : 共通のスタイル
*/

.cs-w-full {
  width: 100% !important;
}

/* font
============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
.mincho {
  font-family: 'Noto Serif JP', serif;
}
.fc-purple {
  color: #8d5583;
}

/* Title （h1～）
============================================================ */
.title-01 {
  background: url(/assets/img/search/icn_title.png) left center no-repeat;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
  padding-left: 25px;
  margin-bottom: 30px;
  color: #000;
}
.title-03 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.75;
  color: #8a6C2b;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 22px;
}
.title-04 {
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
  padding-left: 25px;
	margin-top: 60px;
  margin-bottom: 30px;
  color: #000;
  text-align: center;
}

.title-05 {
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 30px;
	padding-bottom: 15px;
  color: #000;
	border-bottom: 1px solid #D4D4D4;
}

.title-06 {
  font-family: 'Noto Serif JP', serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: normal;
  margin-bottom: 30px;
  color: #000;
}



h2 img {
  vertical-align: middle;
  margin-left: 20px;
}

.ranking-title {
  width: 560px;
  margin-bottom: 10px;
}

.ranking-title p.ranking-no {
  display: inline-block;
  width: 80px;
  height: 45px;
  background: url(../img/search/ranking/ranking-short.png) 0 0 no-repeat;
  background-size: 80px 45px;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
}

.ranking-title p.ranking-no.long {
  width: 100px;
  background: url(../img/search/ranking/ranking-long.png) 0 0 no-repeat;
  background-size: 100px 45px;
}

.ranking-title p.ranking-no.no-1 {
  width: 80px;
  background: url(../img/search/ranking/ranking-1.png) 0 0 no-repeat;
  background-size: 80px 45px;
}

.ranking-title p.ranking-no.no-2 {
  width: 80px;
  background: url(../img/search/ranking/ranking-2.png) 0 0 no-repeat;
  background-size: 80px 45px;
}

.ranking-title p.ranking-no span {
  position: absolute;
  top: 1px;
  right: 28px;
  font-size: 27px;
  font-weight: bold;
  color: #c37900;
  font-family: 'Noto Serif JP', serif;
}

.ranking-title p.ranking-no.no-1 span,
.ranking-title p.ranking-no.no-2 span {
  color: #fff;
  right: 26px;
}

.ranking-title p.ranking-no.long span {
  right: 30px;
}

.blog-link {
	margin: 20px 0 0 0;
}

.blog-link a{
	text-decoration: underline;
}

.blog-link a:hover{
	text-decoration: none;
}

@media screen and (max-width: 767px) {
  .title-01 {
    background: url(/assets/img/search/icn_title.png) left 10px no-repeat;
    background-size: 9px auto;
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 15px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .title-03 {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .title-04 {
    background-size: 9px auto;
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 15px;
    margin-bottom: 15px;
    line-height: 1.4;
  }  
}

/* Column-2-banner
============================================================ */
.column-2-banner li {
  margin: 0 30px 0 0 !important;
}
.column-2-banner li:nth-child(2n) {
  margin: 0 !important;
}

/* Indent
============================================================ */
.indent > li {
  text-indent: -1em;
  margin-left: 1em;
}

/* Bottom Nav
============================================================ */
.bottom-nav-2,
.bottom-nav {
  margin-top: 30px;
  margin-bottom: 30px;
}

.bottom-nav-2 table,
.bottom-nav table {
  border-top: solid 1px #ccc;
}

.bottom-nav-2 table th,
.bottom-nav table th,
.bottom-nav-2 table td,
.bottom-nav table td {
  border-bottom: solid 1px #ccc;
  padding: 10px;
}

.bottom-nav-2 table th,
.bottom-nav table th {
  border-right: solid 1px #ccc;
  width: 185px;
  font-size: 16px;
  font-weight: bold;
  color: #8d5583;
  padding-left: 0;
}

.bottom-nav-2 table td,
.bottom-nav table td {
  padding-left: 40px;
}

.bottom-nav table td li:nth-child(1) {
  width: 185px;
}

.bottom-nav table td li:nth-child(2) {
  width: 245px;
}

.bottom-nav table td li:nth-child(3) {
  width: 120px;
}

.bottom-nav-2 table td li {
  width: 115px;
}

.bottom-nav-2 table td li:nth-child(2) {
  width: 130px;
}


.bottom-nav.region table td li:nth-child(1) {
  width: 150px;
}

.bottom-nav.region table td li:nth-child(2) {
  width: 150px;
}

.bottom-nav.region table td li:nth-child(3) {
  width: 150px;
}

.bottom-nav.region table td li:nth-child(4) {
  width: 150px;
}



/* Button
============================================================ */
.btn-01 {
  position: relative;
  background: #666;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
  height: 35px;
  line-height: 35px;
  padding: 0 25px 0 20px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.btn-01:visited, .btn-01:link {
  color: #fff;
}
.btn-01:hover {
  text-decoration: none;
}
.btn-01:before, .btn-01:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
/*** arrow style ***/
.btn-01.style-01:after {
  right: 10px;
  width: 3px;
  height: 3px;
  border: 4px solid transparent;
  border-top: 7px solid #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-01.style-02:after {
  right: 15px;
  width: 3px;
  height: 3px;
  border: 4px solid transparent;
  border-left: 7px solid #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-02 {
  display: inline-block;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px #fff inset, 0 0 0 2px #A0977A inset;
  color: #877F61;
  background: url(/assets/img/common/arrow_r_be.png) #fff right bottom no-repeat;
}
.btn-02:link, .btn-02:hover {
  text-decoration: none;
  color: #8D8567;
}
.btn-03 {
  display: inline-block;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px #222 inset, 0 0 0 2px #B7B7B7 inset;
  color: #fff !important;
  background: url(/assets/img/common/arrow_r_w02.png) #222222 right bottom no-repeat;
}
.btn-03:link, .btn-03:hover {
  text-decoration: none;
  color: #fff !important;
}
a.btn-03:link {
  text-decoration: none;
  color: #fff !important;
  font-weight: bold;
}
.btn-04 {
  display: inline-block;
  border: 2px solid #9F9779;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  color: #9F9779;
  background: url(/assets/img/common/arrow_r_be.png) #fff right bottom no-repeat;
}
.btn-04:link, .btn-04:hover {
  text-decoration: none;
  color: #9F9779;
}
.btn-05 {
  text-align: center;
  border: 1px solid #7B4B72;
  background: url(/assets/img/search/bg_request.png) center top no-repeat;
  box-shadow: 0 3px 0 #6C4265;
  border-radius: 3px;
  display: table;
  color: #fff;
}
.btn-06 {
  display: inline-block;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px #A0977A inset, 0 0 0 2px #B3AC95 inset;
  color: #fff;
  background: url(/assets/img/common/arrow_r_w03.png) #A0977A right bottom no-repeat;
}
.btn-06:link, a.btn-06:link, .btn-06:hover {
  text-decoration: none;
  color: #fff !important;
}
.btn-07 {
  display: inline-block;
  padding: 27px 25px 20px;
  box-sizing: border-box;
  box-shadow: 0 0 0 4px #A0977A inset, 0 0 0 6px #FCFBF7 inset, 0 0 0 7px #ccc inset;
  color: #877F61;
  background: url(/assets/img/common/arrow_r_be02.png) #FCFBF7 right bottom no-repeat;
}
.btn-07:link, .btn-07:hover {
  text-decoration: none;
  color: #8D8567;
}
.btn-08 {
  width: 255px !important;
  display: inline-block;
  text-align: center;
  padding: 15px 15px;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px #222 inset, 0 0 0 2px #B7B7B7 inset;
  color: #fff !important;
  font-size: 20px;
  font-weight: bold;
  background: url(/assets/img/common/arrow_r_w02.png) #404040 right bottom no-repeat;
}
.btn-08:link, .btn-03:hover {
  text-decoration: none;
  color: #fff;
}
.btn-09 {
  display: inline-block;
  text-align: center;
  padding: 20px 75px;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px #8d5583 inset, 0 0 0 2px #af88a8 inset;
  color: #fff !important;
  font-size: 20px;
  font-weight: bold;
  background: url(/assets/img/common/arrow_r_pp.png) #8d5583 right bottom no-repeat;
  background-size: 20px 18px;
}
.btn-09:link, .btn-09:hover {
  text-decoration: none;
  color: #fff;
}
.btn-10 {
  width: 345px;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px #fff inset, 0 0 0 2px #444 inset;
  color: #444;
  background: url(/assets/img/common/arrow_r_bk.png) #fff right bottom no-repeat;
  background-size: 20px 18px;
}
.btn-10:link, .btn-10:hover {
  text-decoration: none;
  color: #444;
}

@media screen and (max-width: 767px) {
  .btn-01 {
  }
  .btn-01:hover, .btn-01:active {
  }
}

/* Width
============================================================ */
.cs-w-235 {
  width: 235px !important;
}

.cs-w-255 {
  width: 255px !important;
}

.cs-w-305 {
  width: 305px !important;
}

@media screen and (max-width: 767px) {
  .cs-w-235 {
    width: 100% !important;
  }

  .cs-w-255 {
    width: 100% !important;
  }

  .cs-w-305 {
    width: 100% !important;
  }
}


/* Table
============================================================ */
table.table-01 {
  width: 100%;
  border-left: solid 1px #DDD;
  border-top: solid 1px #DDD;
}
table.table-01 th, table.table-01 td {
  border-right: solid 1px #DDD;
  border-bottom: solid 1px #DDD;
}
table.table-01 th {
  background: #f3f3f3;
  vertical-align: top;
}
table.table-01 td {
  background: #FFF;
}

@media screen and (max-width: 767px) {
table.table-01 {
  border-left: none;
}
table.table-01 th, table.table-01 td {
  border-right: none;
  width: 100%;
  display: block;
}
}

/* Arrow                  !!<a class="arrow style-01"></a>!!
============================================================ */
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
}
.arrow:before, .arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
/*** arrow style ***/

.style-01:before {
  left: 4px;
  width: 3px;
  height: 3px;
  border: 4px solid transparent;
  border-left: 4px solid #666;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.style-02:before {
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.style-03:before {
  left: 4px;
  width: 3px;
  height: 3px;
  border: 4px solid transparent;
  border-right: 4px solid #3A3C3F;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.style-04 {
  padding: 0 18px 0 0;
}
.style-04:after {
  left: inherit;
  right: 4px;
  width: 3px;
  height: 3px;
  border: 4px solid transparent;
  border-top: 4px solid #3A3C3F;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.style-05 {
  padding: 0 20px 0 0;
}
.style-05:after {
  left: inherit;
  right: 4px;
  width: 3px;
  height: 3px;
  border: 4px solid transparent;
  border-left: 4px solid #3A3C3F;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.style-06 {
  padding: 0 20px 0 0;
}
.style-06:after {
  left: inherit;
  right: 30px;
  width: 3px;
  height: 3px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.style-07 {
  padding: 0 0 0 20px;
}
.style-07:after {
  right: inherit;
  left: 30px;
  width: 3px;
  height: 3px;
  border: 4px solid transparent;
  border-right: 4px solid #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.style-08:before {
  left: 0;
  width: 3px;
  height: 3px;
  border: 4px solid transparent;
  border-left: 4px solid #3A3C3F;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.style-09 {
  padding: 0 20px 0 0;
}
.style-09:after {
  left: inherit;
  right: 8px;
  width: 3px;
  height: 0;

  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #3A3C3F transparent transparent transparent;


}











/* input
============================================================ */
label.checkbox input {
  opacity: 0;
}
label.checkbox input + .check {
  display: block;
  background: url(/assets/img/search/bg_check.png) 0 0 no-repeat;
  padding-left: 30px;
}
label.checkbox.checked input + .check {
  background: url(/assets/img/search/bg_check_on.png) 0 0 no-repeat;
}

/* bg-wh-area
============================================================ */
.bg-wh-area {
  padding: 40px 0;
  box-sizing: border-box;
  background: #fff url(../img/iroha/grave/bg-img-1.png) center 0 no-repeat;
  /* box-shadow */
  box-shadow:0px 0px 14px 0px #ddd;
  -moz-box-shadow:0px 0px 14px 0px #ddd;
  -webkit-box-shadow:0px 0px 14px 0px #ddd;
}
.bg-wh-area .text-block {
  width: 580px;
  float: left;
}
.bg-wh-area .img-block {
  width: 340px;
  float: right;
}
.bottom-bn img {
  width: 100%;
  margin: 40px auto 20px;
}
.bg-wh-area .lead {
  font-size: 16px;
  color: #404040;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 0 30px;
}
.bg-wh-area .btn {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .bg-wh-area {
    padding: 20px 10px;
    background: #fff;
  }
  .bg-wh-area .lead {
    font-size: 15px;
    margin: 0 0 15px;
  }
  .bg-wh-area .img-block {
    width: 100%;
    float: none;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .bg-wh-area .img-block img {
    width: 100%;
    height: auto;
  }
  .bg-wh-area .text-block {
    width: 100%;
    float: none;
  }

}

/* bg-wh-area-normal
============================================================ */
.bg-wh-area-normal {
  padding: 35px 0 40px;
  margin: 20px 0 40px 0;
  box-sizing: border-box;
  background: #fff;
  /* box-shadow */
  box-shadow:0px 0px 14px 0px #ddd;
  -moz-box-shadow:0px 0px 14px 0px #ddd;
  -webkit-box-shadow:0px 0px 14px 0px #ddd;
}

.bg-wh-area-normal .title-block {
  margin-bottom: 20px;
}

.bg-wh-area-normal .title-block h3,
.bg-wh-area-normal .title-block p {
  display: inline-block;
  vertical-align: middle;
}

.bg-wh-area-normal .title-block h3 {
  font-size: 20px;
  color: #000;
  font-family: 'Noto Serif JP', serif;
}

.bg-wh-area-normal .title-block p {
  font-size: 14px;
  font-weight: normal;
  color: #414141;
  margin: 5px 0 0 20px;
}

.bg-wh-area-normal .list-block ul {
  border-bottom: solid 1px #ccc;
}

.bg-wh-area-normal .list-block ul:first-child {
  border-top: solid 1px #ccc;
}

.bg-wh-area-normal .list-block li {
  padding: 8px 0;
  margin-right: 15px;
}

/* bg-be-area
============================================================ */
.bg-be-area {
  padding: 40px 0 0;
  box-sizing: border-box;
  background: #888062 url(../img/search/bg-img-1.png) center 0 no-repeat;
}
.bg-be-area .section-inner {
  position: relative;
}
.bg-be-area .text-block {
  width: 610px;
  float: left;
}
.bg-be-area .text-block h3 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 30px;
}
.bg-be-area .img-block {
  width: 400px;
  float: right;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.bottom-bn img {
  width: 100%;
  margin: 40px auto 20px;
}
.bg-be-area .lead {
  width: 540px;
  font-size: 16px;
  color: #fff;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 0 30px;
}


/* bg-bk-area-wrap
============================================================ */
.bg-bk-area-wrap {
  border: solid 5px #383838;
}

.bg-bk-area {
  border: solid 1px #9b9b9b;
  padding: 25px 30px;
  color: #fff;
  background: #383838;
}

.bg-bk-area dt {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 10px;
}

.bg-bk-area dd {
  font-size: 16px;
  color: #fff;
}


/* over-scroll-wrap
============================================================ */
@media screen and (max-width: 767px) {
  .over-scroll-wrap {
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
  }
  .over-scroll-wrap table th,
  .over-scroll-wrap table td {
    text-align: left;
    word-break: break-all;
  }

}


/* Contact Form
------------------------------------------------------------ */
/* Table */
body#contact .table-contact th, body#contact .table-contact td {
  padding: 30px 0 30px 20px;
  border-bottom: solid 2px #fff;
}
body#contact .table-contact th {
  width: 200px;
  padding-right: 15px;
  background: #f9f9f9;
  vertical-align: top;
}
body#contact .table-contact th span.hissu {
  float: right;
}
body.input .table-contact {
  width: 100%;
  margin-bottom: 30px;
}
body.confirm .table-contact {
  margin-bottom: 80px !important;
}
/* Class */
body#contact .text-info {
  margin-bottom: 30px;
  line-height: 2;
}
body#contact .text-info span.hissu {
  margin-right: 10px;
  padding: 3px 8px;
}
body#contact span.hissu {
  padding: 4px 12px;
  line-height: 1;
  color: #fff;
  background: #8e5683;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
body#contact p.error-top {
  margin-bottom: 30px;
}
body#contact p.error-top, body#contact p.error-text {
  line-height: 1;
  color: #b20000;
  font-size: 13px;
  font-weight: bold;
}
body#contact p.error-text {
  padding-top: 12px;
}
/* Icon */
body#contact p.error-top {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  text-decoration: none;
  vertical-align: middle;
}
body#contact p.error-top:before, body#contact p.error-top:after {
  content: "!";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 6px;
  width: 1em;
  margin: auto;
  overflow: hidden;
  color: #fff;
  font-family: Arial, Helvetica;
  font-size: 11px;
  font-weight: bold;
  vertical-align: middle;
}
body#contact p.icon:before {
  left: 0;
  top: -10px;
  width: 8px;
  height: 8px;
  border: 8px solid transparent;
  border-bottom: 15px solid #8e5683;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
/* Forms */
body#contact input[type="text"] {
  padding: 8px;
}
body#contact select, body#contact textarea {
  width: 100%;
  padding: 5px;
}
body#contact input.w-100 {
  width: 100%;
}
body#contact input.w-60 {
  width: 60%;
}
body#contact select.w-42 {
  width: 42%;
}
body#contact input.w-zip {
  width: 268px;
}
/* Btn（arrow）*/
body#contact .form-btn-01 {
  text-align: center;
}
body#contact span.zip-box a:hover {
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: .6;
  opacity: .6;
  text-decoration: none;
}
body#contact span.zip-box a.arrow {
  display: inline-block;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
}
body#contact span.zip-box a.arrow:before, body#contact span.zip-box a.arrow:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
}
body#contact span.zip-box a.style:before {
  left: 200px;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body#contact span.zip-box {
  margin-left: 10px;
}
body#contact span.zip-box a {
  display: inline-block;
  width: 220px;
  padding: 6px;
  color: #433838;
  background: #eee;
  border: solid 1px #e5e5e5;
  font-size: 12px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -ms-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
/* Box bottom */
body#contact .contact-text-bottom dt {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 12px;
  font-weight: normal;
}
body#contact .contact-text-bottom dd {
  width: 740px;
  height: 135px;
  padding: 20px 30px;
  margin-bottom: 60px;
  overflow-y: scroll;
  border: solid 1px #c9cccd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body#contact .red {
  color: #F00;
}
/* Utiiities
------------------------------------------------------------ */
/*** float ***/
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
/*** speak ***/
.skip-contents {
  speak: none;
}
/*** hide ***/
.hide {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
}
/*** clearfix ***/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*** align ***/
.align_r {
  text-align: right !important;
}
.align_c {
  text-align: center !important;
}
.align_l {
  text-align: left !important;
}
.justify {
  text-align: justify;
}
.fl_l {
  float: left;
}
.fl_r {
  float: right;
}
/*** margin ***/
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
/*** panel layout ***/
.panel-layout {
  display: table;
  width: 100%;
  overflow: hidden;
  table-layout: fixed;
  word-spacing: -.4em;
  display: block\9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.panel-layout .panel-layout-child, .panel-layout > article, .panel-layout > figure, .panel-layout > li, .panel-layout > div, .panel-layout > p, .panel-layout > section {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
  word-spacing: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.panel-layout .box-layout-03 .img-block.photo-title {
  text-align: center;
}
.panel-layout .box-layout-03 .img-block.photo-title p {
  font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.pdt-25 {
  padding-top: 25px !important;
}

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

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

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

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

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

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

.pdt-20 {
  padding-top: 20px !important;
}

/* ------------------------------------------------------------ End */


/* SP Layout ******************************************************************************************* */

@media screen and (max-width: 767px) {
.btn-05 {
  background-size: cover;
}
}


/* End media screen */
