@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,900);
body {
    color: #000;
    font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif !important;
    letter-spacing: 0.1em;
}
a {
    color: #000;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
    opacity: 0.7;
    color: #edad0b;
}
#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: #edad0b;
}
header .headNav {
    letter-spacing: -0.40em;
    display: table-cell;
    vertical-align: top;
    text-align: right;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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: #edad0b;
    
    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/199/ico-headNav_001.png) center 14px #edad0b no-repeat;
}
header .headNav li.accessNav a {
    background: url(https://assets.toriaez.jp/thp2/pc/images/199/ico-headNav_002.png) center 13px #edad0b no-repeat;
}
header .headNav li.contactNav a {
    background: url(https://assets.toriaez.jp/thp2/pc/images/199/ico-headNav_003.png) center 18px #edad0b 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: #edad0b;
}
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: #edad0b;
    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 a>a:before {
    content: "";
    width: 3px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: -3px;
    bottom: -1px;
}
nav ul li.parent a:hover>a:before {
    content: "";
    width: 3px;
    height: 1px;
    background-color: #edad0b;
    position: absolute;
    left: -3px;
    top: -1px;
}
nav ul li.parent a>a:after {
    content: "";
    width: 3px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: -3px;
    bottom: -1px;
}
nav ul li.parent a:hover>a:after {
    content: "";
    width: 3px;
    height: 1px;
    background-color: #edad0b;
    position: absolute;
    right: -3px;
    top: -1px;
}
nav ul li.parent:last-child a>a:before {
    content: "";
    width: 3px;
    height: 1px;
    background-color: #edad0b;
    position: absolute;
    left: -3px;
    bottom: -1px;
}
nav ul li.parent:last-child a>a:after {
    content: "";
    width: 3px;
    height: 1px;
    background-color: #edad0b;
    position: absolute;
    right: -3px;
    bottom: -1px;
}
nav ul li.parent:last-child a:hover>a:before {
    content: "";
    width: 3px;
    height: 1px;
    background-color: #edad0b;
    position: absolute;
    left: -3px;
    top: -1px;
}
nav ul li.parent:last-child a:hover>a:after {
    content: "";
    width: 3px;
    height: 1px;
    background-color: #edad0b;
    position: absolute;
    right: -3px;
    top: -1px;
}
nav ul li.parent:last-child {
    border-bottom: 0;
}
nav ul li.parent:last-child {
    border-right: none;
}
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.childIn:after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url(https://assets.toriaez.jp/thp2/pc/images/199/plus_btn_001.png);
    background-repeat: no-repeat;
    background-position: 29px 5px;
    width: 77px;
    height: 47px;
    z-index: 20;
    cursor: pointer;
}
.clicked {}
.clicked:after {
    background-image: url(https://assets.toriaez.jp/thp2/pc/images/199/minus_btn_001.png) !important;
}
nav ul li.parent>a:hover {
    color: #edad0b;
    background-color: #fff;
    opacity: 1;
}
nav .child {
    letter-spacing: 0;
    min-width: 100%;
    width: 254px;
    text-align: left;
    padding: 0;
    display: none;
    z-index: 10;
}
nav .child:before {
    content: "";
    display: block;
    width: 3px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: -3px;
    background-color: #edad0b;
}
nav .child:after {
    content: "";
    display: block;
    width: 3px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    right: -3px;
    background-color: #edad0b;
}
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 #edad0b;
    left: 24px;
    top: 15px;
}
nav .child li a:hover {
    opacity: 1;
    color: #edad0b;
}
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;
}
#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: #edad0b;
    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/199/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/199/btn-slider_001.png) center center no-repeat #edad0b;
    opacity: 1;
}
.bx-wrapper .bx-next {
    background: url(https://assets.toriaez.jp/thp2/pc/images/199/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/199/btn-slider_002.png) center center no-repeat #edad0b;
    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: #edad0b;
    border-bottom: 5px solid #edad0b;
}
#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;
}
#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/199/bgi-articleTtl_001.png) left bottom repeat-x;
    padding-bottom: 25px !important;
    margin-bottom: 28px;
}
.articleIn .articleBox:last-child {}
.articleBox .txtArea {
    width: 560px;
    float: left;
    font-size: 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: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 #d5c293;
}
.articleBox table td,
.articleBox table th {
    text-align: left;
    padding: 10px 15px;
}
.contactBtn {
    width: 505px;
    margin: 0 auto 70px;
}
.contactBtn a {
    display: block;
    background: #edad0b;
    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;
}
#top #side {}
#side div:last-child,
#side h2:last-child {
    margin-bottom: 0;
}
#side .sideTtl {
    font-size: 1.28em;
    color: #edad0b;
    padding: 0 0 20px 18px;
    border-bottom: 1px solid #d5c293;
    line-height: 1.2;
}
#side #leadTxt {
    border: 1px solid #d5c293;
    line-height: 2;
    padding: 20px;
    font-weight: normal;
    margin-bottom: 55px;
}
#side #sideCont .sideTtl {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
}
#side #sideCont {
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 55px;
}
#side #sideCont ul li {
    border-bottom: 1px solid #d5c293;
    font-size: 1.28em;
}
#side #sideCont ul li a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    padding: 27px 20px;
    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 #edad0b;
    right: 18px;
    top: 50%;
    margin-top: -3px;
}
#side #sideCont ul li a:hover {
    opacity: 1;
    background: #f1f1f1;
    color: #edad0b;
}
#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 #d5c293;
    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 #d5c293;
}
#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;
    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/199/ico-pageTop_001.png) center 21px no-repeat #e2e2e2;
}
#pageTop a:hover {
    background: url(https://assets.toriaez.jp/thp2/pc/images/199/ico-pageTop_002.png) center 21px no-repeat #edad0b;
    opacity: 1;
}
footer {
    background: #edad0b;
}
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: #edad0b;
}
#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 #d5c293;
    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 #d5c293;
    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.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: #edad0b;
}
#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 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;
}