@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,900);

/* ===== 基本設定 ===== */
html {
  scroll-behavior: smooth;
}

body {
  color: #1a1a1a;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 1.7;
}

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

/* ===== リンク ===== */
a {
  color: #0066cc;
  text-decoration: underline;
  transition: color 0.2s ease, opacity 0.2s ease;
}

a:visited {
  color: #551a8b;
}

a:hover,
a:focus {
  color: #004999;
  text-decoration: underline;
  opacity: 1;
}

a:active {
  color: #003366;
}

/* ===== 見出し ===== */
h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }

/* ===== 段落・リスト ===== */
p {
  line-height: 1.8;
  margin-bottom: 1em;
  font-size: 16px;
}

li {
  font-size: 16px;
}

/* ===== テーブル ===== */
table {
  font-size: 16px;
}

table th,
table td {
  font-size: 16px;
  line-height: 1.6;
}

/* ===== フォーム ===== */
input,
textarea,
select {
  font-size: 16px;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

button,
input[type="submit"] {
  transition: color 0.2s ease, opacity 0.2s ease;
}

/* ===== レイアウト ===== */
#container .mainImgIn .inner {
  width: 1200px;
  margin: 0 auto;
}

#container .inner {
  width: 100%;
  margin: 0 auto;
}

#content {
  width: 1200px;
  margin: 0 auto 135px;
}

#main {
  width: 890px;
  float: right;
}

#side {
  width: 260px;
  float: left;
}

/* ===== ヘッダー ===== */
header {
  width: 1200px;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  min-height: 105px;
  position: relative;
}

#container:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  background-color: #009250;
}

header .headNav {
  letter-spacing: -0.40em;
  display: table-cell;
  vertical-align: top;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

header .headNav li {
  display: inline-block;
  letter-spacing: 0;
  font-size: 1.28em;
  margin-left: 2px;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
}

header .headNav li a {
  background: #009250;
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  padding: 52px 10px 15px;
  min-width: 120px;
  max-width: 200px;
  height: 100%;
  word-break: break-all;
}

header .headNav li.profileNav a {
  background: url(https://assets.toriaez.jp/thp2/pc/images/198/ico-headNav_001.png) center 14px #009250 no-repeat;
}

header .headNav li.accessNav a {
  background: url(https://assets.toriaez.jp/thp2/pc/images/198/ico-headNav_002.png) center 13px #009250 no-repeat;
}

header .headNav li.contactNav a {
  background: url(https://assets.toriaez.jp/thp2/pc/images/198/ico-headNav_003.png) center 18px #009250 no-repeat;
}

header #siteTtl {
  display: table-cell;
  vertical-align: middle;
  font-size: 2.14em;
  width: 800px;
  padding: 50px 0;
}

header #siteTtl a {
  text-decoration: none;
  color: #009250;
}

header #siteTtl a img {
  max-width: 500px;
  height: auto;
}

/* ===== サイドナビ ===== */
#side:before {
  content: "MENU";
  display: block;
  width: 100%;
  height: 52px;
  background-color: #484848;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 4px;
  font-size: 1.24em;
  font-weight: bold;
  padding: 16px 0 0 29px;
}

nav {
  background: #009250;
  padding: 3px;
  margin-bottom: 28px;
}

nav ul {
  letter-spacing: -0.40em;
  text-align: initial;
}

nav ul li.parent {
  letter-spacing: 0.1em;
  display: block;
  border-bottom: 1px solid #fff;
  position: relative;
}

nav ul li.parent:last-child {
  border-bottom: 0;
}

nav ul li.parent > a {
  color: #fff;
  text-decoration: none;
  padding: 12px 54px 12px 26px;
  display: block;
  font-size: 1.14em;
  font-weight: bold;
}

nav ul li.parent > a:hover {
  color: #009250;
  background-color: #fff;
  opacity: 1;
}

nav ul li.parent.childIn:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url(https://assets.toriaez.jp/thp2/pc/images/198/plus_btn_001.png);
  background-repeat: no-repeat;
  background-position: 29px 5px;
  width: 77px;
  height: 47px;
  z-index: 20;
  cursor: pointer;
}

.clicked:after {
  background-image: url(https://assets.toriaez.jp/thp2/pc/images/198/minus_btn_001.png) !important;
}

nav .child {
  letter-spacing: 0;
  min-width: 100%;
  width: 254px;
  text-align: left;
  padding: 0;
  display: none;
  z-index: 10;
}

nav .child li {
  background: #fff;
}

nav .child li a {
  color: #000;
  font-size: 1.14em;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 7px 25px 7px 40px;
  position: relative;
}

nav .child li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 6px;
  border-color: transparent transparent transparent #009250;
  left: 24px;
  top: 15px;
}

nav .child li a:hover {
  opacity: 1;
  color: #009250;
}

nav .child li:first-child {
  padding-top: 13px;
}

nav .child li:last-child {
  padding-bottom: 13px;
}

/* ===== メインスライダー ===== */
.mainSlideIn {
  width: 1200px;
  margin: 0 auto 120px;
}

#mainSlide li {
  height: 500px !important;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

#mainSlide li img {
  position: absolute;
  left: 0;
  width: 1200px;
  height: auto;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 7.5px;
  outline: 0;
  border-radius: 6px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #009250;
  opacity: 1;
}

.bx-wrapper .bx-controls-direction a {
  width: 50px;
  height: 50px;
  margin: 0;
  top: 225px;
}

.bx-wrapper .bx-prev {
  background: url(https://assets.toriaez.jp/thp2/pc/images/198/btn-slider_001.png) center center no-repeat #484848;
  left: -50px;
}

.bx-wrapper .bx-prev:hover {
  background: url(https://assets.toriaez.jp/thp2/pc/images/198/btn-slider_001.png) center center no-repeat #009250;
  opacity: 1;
}

.bx-wrapper .bx-next {
  background: url(https://assets.toriaez.jp/thp2/pc/images/198/btn-slider_002.png) center center no-repeat #484848;
  right: -50px;
}

.bx-wrapper .bx-next:hover {
  background: url(https://assets.toriaez.jp/thp2/pc/images/198/btn-slider_002.png) center center no-repeat #009250;
  opacity: 1;
}

/* ===== メインイメージ ===== */
.mainImgIn {
  margin-bottom: 95px;
}

.mainImgIn .inner {
  border-bottom: 1px solid #ddd;
  display: table;
  width: 100%;
  padding: 45px 0 50px;
}

.mainImgIn .inner #mainImg {
  width: 365px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.mainImgIn .inner #leadTxt {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
  font-weight: normal;
  line-height: 2;
  font-size: 1.28em;
}

/* ===== 記事エリア ===== */
#main .contTtl {
  font-size: 2em;
  line-height: 1.3;
  padding-bottom: 20px;
}

#main div:last-child {
  margin-bottom: 0;
}

#news .contTtl {
  color: #009250;
  border-bottom: 5px solid #009250;
}

#news ul {
  height: 255px;
  overflow: scroll;
  line-height: 1.3;
  margin-bottom: 73px;
}

#news ul li {
  padding: 18px 20px 18px 125px;
  position: relative;
  border-bottom: 1px dotted #000;
  line-height: 1.7;
}

#news ul .day {
  display: block;
  width: 108px;
  position: absolute;
  left: 22px;
  font-family: 'Roboto', sans-serif;
}

#news dl dd {
  float: left;
  width: 782px;
  padding: 10px 0;
  border-top: 1px dotted #000;
}

.articleBox {
  margin-bottom: 70px;
}

.articleBox .contTtl {
  font-weight: normal;
  background: url(https://assets.toriaez.jp/thp2/pc/images/198/bgi-articleTtl_001.png) left bottom repeat-x;
  padding-bottom: 25px !important;
  margin-bottom: 28px;
}

.articleBox .txtArea {
  width: 560px;
  float: left;
  font-size: 1.14em;
  line-height: 1.8;
}

.articleBox.noImg .txtArea {
  width: auto;
  float: none;
}

.articleBox .txtArea strong {
  font-weight: bold;
}

.articleBox .txtArea p:last-child {
  margin-bottom: 0;
}

.articleBox .imgArea {
  width: 300px;
  float: right;
}

.articleBox .imgArea figure {
  margin-bottom: 25px;
}

.articleBox .imgArea figure:last-child {
  margin-bottom: 0;
}

.articleBox .imgArea figure figcaption {
  display: block;
  font-size: 0.85em;
  padding-top: 12px;
  line-height: 1.5;
}

#main .articleBox table {
  width: auto;
  font-size: 1em;
}

.articleBox table,
.articleBox table td,
.articleBox table th {
  border: 1px solid #96bba5;
}

.articleBox table td,
.articleBox table th {
  text-align: left;
  padding: 10px 15px;
}

/* ===== リスト ===== */
.box ul, .box1 ul, .box2 ul, .box3 ul,
.articleBox ul, .entry_box ul, .entryBox ul,
.article-box ul, .article ul, .article_box ul {
  list-style-type: disc;
  margin-left: 18px;
}

.box ol, .box1 ol, .box2 ol, .box3 ol,
.articleBox ol, .entry_box ol, .entryBox ol,
.article-box ol, .article ol, .article_box ol {
  list-style-type: decimal;
  margin-left: 18px;
}

/* ===== お問い合わせボタン ===== */
.contactBtn {
  width: 505px;
  margin: 0 auto 70px;
}

.contactBtn a {
  display: block;
  background: #009250;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 90px;
  height: 90px;
  font-family: 'Roboto', sans-serif;
  font-size: 2.14em;
}

/* ===== サイドバー ===== */
#side div:last-child,
#side h2:last-child {
  margin-bottom: 0;
}

#side .sideTtl {
  font-size: 1.28em;
  color: #009250;
  padding: 0 0 20px 18px;
  border-bottom: 1px solid #96bba5;
  line-height: 1.2;
}

#side #leadTxt {
  border: 1px solid #96bba5;
  line-height: 1.8;
  padding: 20px;
  font-weight: normal;
  margin-bottom: 55px;
  font-size: 14px;
}

#side #sideCont {
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 55px;
}

#side #sideCont .sideTtl {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5em;
}

#side #sideCont ul li {
  border-bottom: 1px solid #96bba5;
  font-size: 1.28em;
}

#side #sideCont ul li a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  word-break: break-all;
  padding: 27px 30px 27px 20px;
}

#side #sideCont ul li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 6px;
  border-color: transparent transparent transparent #009250;
  right: 18px;
  top: 50%;
  margin-top: -3px;
}

#side #sideCont ul li a:hover {
  opacity: 1;
  background: #f1f1f1;
  color: #009250;
}

#side #blog {
  line-height: 1.3;
  margin-bottom: 60px;
}

#side #blog dl dt {
  margin-bottom: 5px;
  padding: 13px 20px 0 20px;
}

#side #blog dl dd {
  border-bottom: 1px solid #96bba5;
  padding: 0 20px 13px 20px;
}

#side #blog dl dd a {
  text-decoration: none;
}

#side #blog .btn {
  width: 130px;
  margin: 16px auto 0;
}

#side #blog .btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background: #484848;
  padding: 10px 10px 10px 0;
  text-align: center;
  position: relative;
}

#side #blog .btn a:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 6px;
  border-color: transparent transparent transparent #fff;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}

#side #mobile {
  margin-bottom: 60px;
  border-bottom: 1px solid #96bba5;
}

#side #mobile figure {
  padding: 28px 28px 24px;
  text-align: center;
}

#side #mobile figure img {
  width: 100px;
  height: 100px;
}

#side #mobile figure figcaption {
  text-align: left;
  line-height: 2;
  padding-top: 20px;
}

#side-area img,
#foot-area img {
  max-width: 100%;
}

/* ===== ページトップボタン ===== */
#pageTop {
  position: fixed;
  z-index: 1000;
  right: 18px;
  bottom: 25px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: none;
}

#pageTop a {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border-radius: 30px;
  background: url(https://assets.toriaez.jp/thp2/pc/images/198/ico-pageTop_001.png) center 21px no-repeat #e2e2e2;
}

#pageTop a:hover {
  background: url(https://assets.toriaez.jp/thp2/pc/images/198/ico-pageTop_002.png) center 21px no-repeat #009250;
  opacity: 1;
}

/* ===== フッター ===== */
footer {
  background: #009250;
}

footer .copy {
  width: 1200px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  padding: 80px 0;
}

/* ===== ページタイトル ===== */
.freeArea {
  line-height: 2;
}

.pageTtl {
  padding: 66px 0;
  min-width: 1200px;
  width: 100%;
  margin: 0 auto 15px;
  background-color: #F1F1F1;
}

.pageTtl h2 {
  font-size: 2.5em;
  line-height: 1.3;
  text-align: center;
  color: #009250;
}

/* ===== パンくずリスト ===== */
#pnkz {
  letter-spacing: -0.40em;
  text-align: right;
  width: 1200px;
  margin: 0 auto 65px;
  font-size: 0.85em;
}

#pnkz li {
  letter-spacing: 0;
  display: inline-block;
}

#pnkz li:after {
  content: ">";
  margin: 0 10px;
}

#pnkz li:last-child:after {
  display: none;
}

/* ===== フォーム・プロフィール・地図ページ ===== */
#main.form table,
#main.profile table,
#main.map table {
  border-bottom: 1px solid #96bba5;
  width: 100%;
  font-size: 1.14em;
  margin-bottom: 70px;
}

#main.form table th,
#main.form table td,
#main.profile table th,
#main.profile table td,
#main.map table th,
#main.map table td {
  vertical-align: middle;
  text-align: left;
  border-top: 1px solid #96bba5;
  padding: 25px 20px;
}

#main.form table th,
#main.profile table th,
#main.map table th {
  font-weight: bold;
  padding-right: 0;
}

#main.form .txtBox,
#main.profile .txtBox,
#main.map .txtBox {
  font-size: 1.14em;
  line-height: 1.87;
  margin-bottom: 70px;
}

#main.form .txtBox p,
#main.profile .txtBox p,
#main.map .txtBox p {
  margin-bottom: 30px;
}

#main.form .requiredMark {
  color: #ce0000;
}

#main.form table th {
  width: 270px;
}

#main.form table td {
  height: 80px;
}

#main.form .inputArea {
  background: #f1f1f1;
  line-height: 1;
  padding: 8px 15px;
  border-radius: 2px;
  width: 520px;
  border: 1px solid #ddd;
}

#main.form .inputArea.short {
  width: 200px;
  display: inline-block;
}

#main.form .inputArea input {
  width: 100%;
}

#main.form .inputArea input:focus,
#main.form .inputArea textarea:focus,
#main.form .inputArea button:focus {
  outline: none;
}

#main.form .inputArea textarea {
  width: 100%;
  height: 190px;
  padding: 10px 0;
  line-height: 1.5;
}

#main.form table {
  border-bottom: none;
}

#main.form #submit td {
  text-align: center;
  letter-spacing: -0.40em;
  padding-top: 40px;
}

#main.form #submit input {
  display: inline-block;
  width: 240px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  line-height: 1;
  padding: 18px 0;
  cursor: pointer;
  letter-spacing: 0.1em;
  margin: 0 10px;
  font-size: 1.12em;
}

#main.form #submit input.submitBtn {
  background: #009250;
}

#main.form #submit input.resetBtn {
  background: #bbb;
}

#main.form #submit input:hover {
  opacity: 0.7;
}

#main.map #frame {
  margin-bottom: 70px;
}

#main.map #frame iframe {
  width: 890px;
  height: 478px;
}

/* ===== その他・WordPress対応 ===== */
.wp-block-separator,
hr {
  display: none !important;
}

.wp-block-group,
.wp-block-latest-posts,
.entry-content > * {
  margin-bottom: 0 !important;
}

.plaza-buttons-container {
  margin-top: 10px !important;
}