@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&family=Poppins&display=swap");
:root {
    --base-color: #0094D9;
    --base-color-rgb: 0, 148, 217;
    --text-color: #333;
}
:root {
    --font-gothic: "Noto Sans JP", "YuGothic", "游ゴシック",
        "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    --font-en: "Poppins", sans-serif;
    --font-marugothic: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
        "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
body {
    color: var(--text-color);
    font-family: var(--font-gothic) !important;
    letter-spacing: 0.1em;
    background: url(https://assets.toriaez.jp/thp2/pc/images/246/bgi-wartercolor_blue_001.jpg) 0 0 no-repeat;
    background-size: 768px;
    background-attachment: fixed;
}
* {
    word-break: break-all;
    box-sizing: border-box;
}
table,
iframe,
img {
    max-width: 100%;
}
a {
    color: var(--text-color);
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
    opacity: 0.7;
    color: var(--base-color);
}
#container {
}
#container .inner {
    width: 1200px;
    margin: 0 auto;
}
#content {
    width: 1200px;
    margin: 0 auto 135px;
}
#main {
    width: 890px;
    float: left;
}
#side {
    width: 260px;
    float: right;
}
header {
    width: 100%;
    min-width: 1220px;
    margin: 0 auto;
    padding-left: 50px;
    display: table;
    table-layout: fixed;
    min-height: 123px;
}
header .headNav {
    letter-spacing: -0.4em;
    display: table-cell;
    vertical-align: top;
    text-align: right;
}
header .headNav li {
    display: inline-block;
    letter-spacing: 0;
    font-size: 1.28em;
    margin-left: 2px;
    font-family: var(--font-en);
    line-height: 1;
}
header .headNav li a {
    background: var(--base-color);
    width: 120px;
    text-decoration: none;
    color: #fff;
    display: block;
    text-align: center;
    padding: 50px 0 20px;/*80px 0 30px*/
    font-size: 13px;
    letter-spacing: 0.08em;
}
header .headNav li.profileNav a {
    background: url(https://assets.toriaez.jp/thp2/pc/images/246/ico-headNav_001.png) center 14px
        var(--base-color) no-repeat;
}
header .headNav li.accessNav a {
    background: url(https://assets.toriaez.jp/thp2/pc/images/246/ico-headNav_002.png) center 13px
        var(--base-color) no-repeat;
}
header .headNav li.contactNav a {
    background: url(https://assets.toriaez.jp/thp2/pc/images/246/ico-headNav_003.png) center 18px
        var(--base-color) no-repeat;
}
header .headNav li:first-child a {
    border-bottom-left-radius: 5px;
}
header #siteTtl {
    display: table-cell;
    vertical-align: middle;
    font-size: 28px;
    width: 800px;
}
header #siteTtl a {
    text-decoration: none;
    color: var(--base-color);
}
header #siteTtl a img {
    max-width: 500px;
    height: auto;
}
nav {
}
nav ul {
    letter-spacing: -0.4em;
    text-align: center;
}
nav ul li.parent {
    letter-spacing: 0.1em;
    display: inline-block;
    border-right: 1px solid #fff;
    position: relative;
}
nav ul li.parent:last-child {
    border-right: none;
}
nav ul li.parent > a {
    color: var(--text-color);
    text-decoration: none;
    padding: 35px 26px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.08em;
}
nav ul li.parent:hover > a {
    position: relative;
    z-index: 10;
    color: var(--base-color);
    opacity: 1;
}
nav .child {
    position: absolute;
    letter-spacing: 0;
    left: -3px;
    min-width: 100%;
    width: 260px;
    text-align: left;
    padding: 0;
    display: none;
    z-index: 10;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    top: 80px;
}
nav .child li {
}
nav .child li a {
    color: var(--text-color);
    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 var(--base-color);
    left: 24px;
    top: 15px;
}
nav .child li a:hover {
    opacity: 1;
    color: var(--base-color);
}
nav .child li:first-child {
    padding-top: 13px;
}
nav .child li:last-child {
    padding-bottom: 13px;
}
#top nav {
}
.mainSlideIn {
    width: 1200px;
    margin: 0 auto 120px;
}
.bx-wrapper .bx-viewport {
    border-radius: 10px;
}
#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;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: var(--base-color);
    opacity: 1;
}
.bx-wrapper .bx-controls-direction a {
    width: 50px;
    height: 50px;
    margin: 0;
    top: 225px;
    border-radius: 25px;
}
.bx-wrapper .bx-prev {
    background: url(https://assets.toriaez.jp/thp2/pc/images/246/btn-slider_001.png) center center no-repeat
        var(--base-color);
    box-shadow: 5px 5px 0px 0px rgba(var(--base-color-rgb), 0.2);
    transition: 0.3s;
    left: -70px;
}
.bx-wrapper .bx-prev:hover {
    box-shadow: 0px 0px 0px 0px rgba(var(--base-color-rgb), 0.2);
    opacity: 1;
}
.bx-wrapper .bx-next {
    background: url(https://assets.toriaez.jp/thp2/pc/images/246/btn-slider_002.png) center center no-repeat
        var(--base-color);
    box-shadow: 5px 5px 0px 0px rgba(var(--base-color-rgb), 0.2);
    transition: 0.3s;
    right: -70px;
}
.bx-wrapper .bx-next:hover {
    box-shadow: 0px 0px 0px 0px rgba(var(--base-color-rgb), 0.2);
    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;
}
#main div:last-child {
    margin-bottom: 0;
}
#news .contTtl {
    color: var(--base-color);
    border-bottom: 1px dotted #000;
    padding-bottom: 20px;
}
#news ul {
    max-height: 255px;
    height: auto;
    overflow: scroll;
    line-height: 1.3;
    margin-bottom: 73px;
}
#news ul li {
    padding: 18px 20px 18px 125px;
    position: relative;
    border-bottom: 1px dotted #000;
}
#news ul .day {
    display: block;
    width: 108px;
    position: absolute;
    left: 22px;
    font-family: var(--font-en);
}
#news dl dd {
    float: left;
    width: 782px;
    padding: 10px 0;
    border-top: 1px dotted #000;
}
.articleBox {
    margin-bottom: 70px;
}
.articleBox .contTtl {
    font-weight: normal;
    margin-bottom: 30px;
}
.articleIn .articleBox:last-child {
}
.articleBox .txtArea {
    width: 560px;
    float: left;
    font-size: 1.24em;/*1.14em*/
    line-height: 2;
}
.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 img {
    border-radius: 8px;
}
.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 rgba(var(--base-color-rgb), 0.5);
}
.articleBox table td,
.articleBox table th {
    text-align: left;
    padding: 10px 15px;
}
.contactBtn {
    width: 505px;
    margin: 0 auto 70px;
}
.contactBtn a {
    display: block;
    background: #fff;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    color: var(--base-color);
    border: 3px solid var(--base-color);
    line-height: 90px;
    height: 90px;
    font-family: var(--font-en);
    font-size: 2.14em;
    border-radius: 5px;
    box-shadow: 8px 8px 0px 0px rgba(var(--base-color-rgb), 0.2);
    transition: 0.3s;
}
.contactBtn a:hover {
    box-shadow: 0px 0px 0px 0px rgba(var(--base-color-rgb), 0.2);
    opacity: 1;
}
#top #side {
    padding-top: 56px;
}
#side div:last-child,
#side h2:last-child {
    margin-bottom: 0;
}
#side .sideTtl {
    font-size: 1.28em;
    color: var(--base-color);
    padding: 0 0 20px 18px;
    border-bottom: 1px solid rgba(var(--base-color-rgb), 0.5);
    line-height: 1.2;
}
#side #leadTxt {
    border: 1px solid rgba(var(--base-color-rgb), 0.5);
    line-height: 2;
    padding: 20px;
    font-weight: normal;
    margin-bottom: 55px;
    border-radius: 5px;
}
#side #sideCont .sideTtl {
    font-family: var(--font-en);
    font-size: 1.5em;
}
#side #sideCont {
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 55px;
}
#side #sideCont ul li {
    border-bottom: 1px solid rgba(var(--base-color-rgb), 0.5);
    font-size: 1.28em;
}
#side #sideCont ul li a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    padding: 27px 20px;
    position: relative;
    font-family: var(--font-en);
    transition: 0.3s;
}
#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 var(--base-color);
    right: 18px;
    top: 50%;
    margin-top: -3px;
}
#side #sideCont ul li a:hover {
    opacity: 1;
    background: rgba(var(--base-color-rgb), 0.1);
    color: var(--text-color);
}
#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 rgba(var(--base-color-rgb), 0.5);
    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 rgba(var(--base-color-rgb), 0.5);
}
#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;
}
#pageTop {
    position: fixed;
    z-index: 1000;
    right: 18px;
    bottom: 25px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: #fff;
    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/246/ico-pageTop_001.png) center 20px no-repeat
        rgba(var(--base-color-rgb), 0.2);
    background-size: 20px;
    box-shadow: 3px 3px 0px 0px rgba(var(--base-color-rgb), 0.3);
    border: 3px solid #fff;
    transition: 0.3s;
}
#pageTop a:hover {
    background: url(https://assets.toriaez.jp/thp2/pc/images/246/ico-pageTop_001.png) center 20px no-repeat
        rgba(var(--base-color-rgb), 0.2);
    background-size: 20px;
    box-shadow: 0px 0px 0px 0px rgba(var(--base-color-rgb), 0.3);
    opacity: 1;
}
footer {
    background-image: linear-gradient(
        90deg,
        rgba(var(--base-color-rgb), 1),
        rgba(var(--base-color-rgb), 0.7)
    );
    border-radius: 50px 50px 0 0;
}
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 {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 70px 0;
    width: 1200px;
    margin: 0 auto 15px;
}
.pageTtl h2 {
    font-size: 2.5em;
    line-height: 1.3;
    text-align: center;
    color: var(--base-color);
}
#pnkz {
    letter-spacing: -0.4em;
    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 rgba(var(--base-color-rgb), 0.5);
    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 rgba(var(--base-color-rgb), 0.5);
    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 {
}
#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.4em;
    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: var(--base-color);
}
#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;
}
#side-area {
  line-height:1.7;
}
#side-area img {
    max-width: 100%;
}
#foot-area img {
    max-width: 100%;
}
.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;
}
.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;
}
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul,
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    margin-left: 18px;
}
html body #sns {
    right: 25px;
}

/* ここからリニューアル代行用の追加
　　root設定の変更は最上部で別途設定 */

body {
    background: url(https://toriaez-hp.jp/assets/1-C020000095/uploader/ATzDMb2NAe_full.jpg) 0 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.bx-wrapper .bx-viewport {
    border-radius: 40px;
}

nav ul li.parent {
  border:none;
}
#ny3c .contTtl {
color:var(--base-color);
}
#ny3c img {
  border-radius:20px;
}
#news .contTtl,
#news ul li {
    border-bottom: 1px solid #c4e4ff;
}
.pageTtl {
    border-color: rgba(var(--base-color-rgb), 0.5);
}
header {
  border-top:10px #ace08a solid;
}
footer {
  border-bottom:10px #ace08a solid;
}

#main.form .txtBox table, 
#main.profile .txtBox table{
  margin-bottom:0;
  font-size:1em;
}
#main.profile .txtBox img{
    border-radius: 8px;  
}
table.no-padding th,
table.no-padding td{
  padding:0!important;
  border-style:hidden!important;
}
.articleBox .txtArea img{
    border-radius: 8px;
}
table.linkList a {
    display: block;
    position: relative;
    transition: 0.3s;
}
table.linkList 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 var(--base-color);
    right: 18px;
    top: 50%;
    margin-top: -3px;
}
#main.map table tr:last-child th {
  font-size:0;
}
#main.map table tr:last-child th:before{
  content:"道順";
  font-size:16px;
  font-weight:;
}