/* ============================================
   グローバルCSS（PC版）
   最終更新：2026-03-22
   ============================================ */

/* --- リセット・ベース（変更なし） --- */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);

/* 削除：Gilda Display（明朝体）の読み込みを削除 */
/* @import url(//fonts.googleapis.com/css?family=Gilda+Display); */

pre,textarea{overflow:auto}
[hidden],audio:not([controls]),template{display:none}
details,main,summary{display:block}
input[type=number]{width:auto}
input[type=search]{-webkit-appearance:textfield}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
progress{display:inline-block}
small{font-size:75%}
textarea{resize:vertical}
[unselectable]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
*,::after,::before{box-sizing:inherit;border-style:solid;border-width:0}
*{font-size:inherit;line-height:inherit;margin:0;padding:0}
::after,::before{text-decoration:inherit;vertical-align:inherit}
:root{-ms-overflow-style:-ms-autohiding-scrollbar;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;box-sizing:border-box;cursor:default;font:16px/1.5 sans-serif;text-rendering:optimizeLegibility}
a{text-decoration:none}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
button,input,select,textarea{background-color:transparent;color:inherit;font-family:inherit;font-style:inherit;font-weight:inherit;min-height:1.5em}
code,kbd,pre,samp{font-family:monospace,monospace}
nav ol,nav ul{list-style:none}
select{-moz-appearance:none;-webkit-appearance:none}
select::-ms-expand{display:none}
select::-ms-value{color:currentColor}
table{border-collapse:collapse;border-spacing:0}
::-moz-selection{background-color:#B3D4FC;text-shadow:none}
::selection{background-color:#B3D4FC;text-shadow:none}
@media screen{[hidden~=screen]{display:inherit}
[hidden~=screen]:not(:active):not(:focus):not(:target){clip:rect(0 0 0 0)!important;position:absolute!important}
}
.clear {clear:both;}
.clearfix:after{
    content:"";
    clear:both;
    display:block;
    height:0;
}
.hide {display:none;}

/* --- リンク --- */
a {
    color:#f39d16;
    text-decoration:underline;
    transition:0.2s ease-in opacity;
}
a:hover {text-decoration:none;}

hr {
    border-top:1px solid #ccc;
}

/* --- 基本フォント・テキスト（変更） --- */
body {
    font-size: 87.5%;
    background:#ffffff;
    color:#333333; /* 変更：#4d4d4d → #333333 可読性向上 */
    text-align:center;
    line-height:1.8; /* 変更：1.7 → 1.8 行間を少し広げる */
    /* 変更：フォントファミリーからGilda Display削除、ゴシック体統一 */
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
html>body {
    font-size: 14px;
}

/* --- レイアウト（変更） --- */
#container{text-align: left;}
#content{
    max-width:1080px; /* 変更：width:960px → max-width:1080px */
    width:92%; /* 追加：可変幅対応 */
    margin:30px auto;
}
#nottop #content{margin:25px auto 30px auto;}
#main{
    width:72%; /* 変更：680px → 72% */
    float:left;
    margin-bottom:30px;
}
#sidebar{
    width:25%; /* 変更：250px → 25% */
    float:right;
}

/* --- ヘッダー（変更） --- */
#header {
    text-align:left;
}
#header .inner {
    position:relative;
}
#site_title {
    max-width:1080px; /* 変更：960px → 1080px */
    width:92%; /* 追加 */
    margin:0 auto;
    padding: 85px 0 30px 0;
    text-align:center;
}
#site_title h1{
    font-size:2.2em; /* 変更：2.5em → 2.2em やや小さく */
    font-weight:normal;
    line-height:1.4;
    width:70%;
    margin:0 auto;
}
#site_title a {
    text-decoration:none;
    color:#2c3e6b; /* 変更：#4f4f4f → ネイビー */
    /* 変更：明朝体フォント指定を削除、ゴシック体を継承 */
    font-family: inherit;
}
#site_title a:hover {
    color:#2c3e6b; /* 変更：統一 */
    opacity:0.8;
}
#site_title img {
    max-width:100%;
    width:auto!important;
    width:100%;
    height:auto;
}
/* --- ヘッダー上部バー --- */
#head_nav{
    display:block;
    width:100%;
    position:absolute;
    top:0;
    right:0;
    background:#f39d16;
    border-bottom:1px solid #d17f00;
}
#head_nav ul{
    list-style-type:none;
    text-align:right;
    max-width:1080px; /* 変更：960px → 1080px */
    width:92%; /* 追加 */
    margin:0 auto;
    letter-spacing: -.40em;
}
#head_nav ul li{
    display: inline-block;
    letter-spacing: normal;
}
#head_nav ul li a{
    text-align:center;
    text-decoration:none;
    display:block;
    padding:6px 0 6px 30px;
    color:#FFFFFF;
}
#head_nav ul li a:hover{
    opacity:0.8;
}

/* --- サイト説明 --- */
#site_description {
    display:table-cell;
    vertical-align:middle;
    padding:30px;
}
#site_description h2{
    font-weight:normal; /* 変更：bold → normal */
    font-size:1.286em;
    color:#fff;
}
#site_description2 {
    padding: 15px 0 40px;
    /* 変更：明朝体フォント指定を削除 */
    font-family: inherit;
}
#site_description2 h2{
    font-weight:normal;
    font-size:1.286em;
}

/* --- リードエリア --- */
#lead_area{
    text-align:left;
    padding:30px 0;
    background:#f7f2e6;
    border-bottom:1px solid #e4e0d5;
}
#lead_area .inner{
    display:table;
    max-width:1080px; /* 変更 */
    width:92%; /* 追加 */
    margin:0 auto;
    padding:8px;
    background:#f39d16;
}
#lead_area.slide .inner{
    background:none;
    padding:0;
}
#cover{
    display:table-cell;
    position:relative;
    width:365px;
}
#cover img{
    width:365px;
    height:auto;
}

/* --- メインスライド --- */
.mainSlideIn {
    box-sizing:content-box;
    box-sizing:inherit;
    max-width:1080px; /* 変更 */
    width:100%; /* 変更 */
    padding:0px 0 0;
}
.bx-wrapper {
    margin-bottom:10px !important;
    height:400px !important;
}
#mainSlide{
    margin:0;
}
#mainSlide li {
    height:400px !important;
    width:100%; /* 変更：960px → 100% */
    position:relative;
    background:rgba(0,0,0,0.2);
    overflow:hidden;
}
#mainSlide li img {
    position:absolute;
    left:0;
    width:100%; /* 変更：960px → 100% */
    height:auto;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc;
    text-indent: -9999px;
    display: block;
    width: 7px;
    height: 7px;
    margin: 0 7.5px;
    outline: 0;
    cursor:pointer;
    border-radius:7px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #f39d16;
    opacity:1;
}
.bx-wrapper .bx-controls-direction a {
    width:40px;
    height:40px;
    margin:0;
    top:180px;
    cursor:pointer;
    border-radius: 20px;
}
.bx-wrapper .bx-prev {
    background:url(https://assets.toriaez.jp/thp2/pc/images/172/btn-slider_001.png) 14px center no-repeat #f39d16;
    background-size: 10px auto;
    left:-30px;
}
.bx-wrapper .bx-prev:hover {
    opacity:0.8;
}
.bx-wrapper .bx-next {
    background:url(https://assets.toriaez.jp/thp2/pc/images/172/btn-slider_002.png) 16px center no-repeat #f39d16;
    background-size: 10px auto;
    right:-30px;
}
.bx-wrapper .bx-next:hover {
    opacity:0.8;
}

/* --- 新着情報（非表示）--- */
/* 追加：新着情報を非表示 */
#topics{
    display: none;
}

/* --- グローバルナビ --- */
#global_nav {
    text-align: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position:relative;
    background:url(https://assets.toriaez.jp/thp2/pc/images/172/bgi-header_001.png) left bottom repeat-x;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
#global_nav a {
    color:#4f4f4f;
    text-decoration:none;
}
#nav {display: block;margin: 0;padding: 0;position: relative;}
#nav li {display: block;list-style: none;margin: 0;padding: 0;float: left;position: relative;}
#nav a {display: block;}
#nav ul {display: none;position: absolute;left: 0;margin: 0;padding: 0;}
* html #nav ul {line-height: 0;}
#nav ul a {zoom: 1;}
#nav ul li {float: none;}
#nav ul ul {top: 0;}
#nav ul {
    width:190px;
    top:47px;
    left:-20px;
}
#nav {
    height: auto;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}
#nav li.nav-top{
    width: auto;
    height: auto;
    white-space: nowrap;
    padding: 0;
}
#nav li.nav-top a {
    font-size:1.071em;
    padding: 15px 20px 15px 20px;
    line-height: 1.3;
    width: auto;
    display: block;
    background:url(https://assets.toriaez.jp/thp2/pc/images/172/bgi-globalnavi_001.png) left bottom no-repeat;
}
#nav li:last-child.nav-top {
    background:url(https://assets.toriaez.jp/thp2/pc/images/172/bgi-globalnavi_001.png) right bottom no-repeat;
}
#nav li.nav-top a:hover {color:#f39d16;}
#nav *:hover { background-color: none; }
#nav li.nav-top ul{
    background :#ffffff;
    padding:0 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
#nav li.nav-top ul li {
    white-space:normal;
    z-index:100;
    border-bottom:1px solid #e7e7e7;
}
#nav li.nav-top ul li:last-child {border-bottom:none;}
#nav li.nav-top ul li a {
    display:block;
    height:auto;
    padding:12px 10px;
    text-align:left;
    color:#4f4f4f;
    line-height:1.4;
    background:#fff;
    z-index:100;
}
#nav li.nav-top ul li a:hover {
    height:auto;
    color: #f39d16;
}

/* --- 記事ボックス（変更） --- */
.article_box{
    text-align:left;
    padding: 60px 0 60px; /* 変更：50px → 60px 余白拡大 */
    border-bottom:solid 1px #e0e0e0; /* 変更：#d5dbde → #e0e0e0 */
    clear:both;
}
.article_box:first-child{padding: 0 0 60px;} /* 変更 */
.article_box .article_title{
    height:auto;
    padding:0 0 20px 0; /* 変更：24px 2px → 20px 0 */
    margin-bottom:20px; /* 変更：14px → 20px */
    color:#2c3e6b; /* 変更：#f39d16 → ネイビー */
    /* 変更：明朝体フォント指定を削除 */
    font-family: inherit;
}
.article_box .article_title h2{
    font-size:1.75em; /* 変更：2em → 1.75em */
    line-height:1.4; /* 変更：1.3 → 1.4 */
    font-weight:500; /* 変更：normal → 500 */
    color:#2c3e6b; /* 追加 */
    border-left: 4px solid #f39d16; /* 追加：左アクセントライン */
    padding-left: 16px; /* 追加 */
}
.article_box .entry{
    width:460px;
    float:left;
    font-size:1.071em;
    word-break: break-all;
}
.article_box .entry b,
.article_box .entry em,
.article_box .entry span{line-height:1.62;}
.article_box .entry img{max-width:100%;height:auto;}
.article_box .article_figure{
    width:200px;
    float:right;
}
.article_box .article_figure img{
    width:200px;
    height:auto;
}
.article_box .article_figure a:hover img{
    opacity:0.8;
}
.article_box .article_figure span{
    font-size:85.7%;
    display:block;
    padding:5px 0 10px 0;
}
.article_box.no-img {}
.article_box.no-img .entry{
    float:none!important;
    width:100%!important;
}

/* --- 記事ボックス内テーブル（変更） --- */
.article_box .entry table {
    border-collapse:collapse;
    border: 1px solid #e0e0e0; /* 変更 */
    table-layout: fixed;
    border-radius: 8px; /* 追加：角丸 */
    overflow: hidden; /* 追加：角丸対応 */
    width: 100%; /* 追加 */
}
.article_box .entry table th,
.article_box .entry table td {
    border: 1px solid #e0e0e0; /* 変更 */
    padding: 14px 16px; /* 変更：10px → 14px 16px */
    word-wrap: break-word;
}
.article_box .entry table th {
    text-align:center;
    width: 30%;
    background-color: #e8ecf3; /* 追加：ネイビー淡背景 */
    color: #2c3e6b; /* 追加：ネイビー文字 */
    font-weight: 500; /* 追加 */
}
/* 追加：テーブル偶数行ゼブラストライプ */
.article_box .entry table tr:nth-child(even) td {
    background-color: #f9f9f9;
}
/* --- サイドバー（変更） --- */
#sidebar{}
#sidebar .sidebarBox {
    margin-bottom: 20px;
    position: relative;
    box-sizing: initial;
    height: auto;
    padding: 0 15px 15px;
    overflow: auto;
    background: #fef9f0; /* 変更：#fef5e7 → #fef9f0 やや明るく */
    border-radius: 8px; /* 追加 */
}
#sidebar .sidebarBox h3 {
    text-align:center;
    font-weight: 500; /* 変更：normal → 500 */
    color: #2c3e6b; /* 変更：#f39d16 → ネイビー */
    font-size: 1.143em;
    line-height: 1;
    padding: 0 0 0 0;
    /* 変更：明朝体削除 */
    font-family: inherit;
}
#sidebar .sidebarBox h3:before {
    content: "";
    display: block;
    background: #f39d16;
    height: 4px; /* 変更：5px → 4px */
    width: 100%;
    border-radius: 0 0 3px 3px;
}
#sidebar .sidebarBox h3 span.inner {
    display: block;
    padding: 15px 0;
}
#sidebar #about ul{list-style:none;}
#sidebar #about ul li{margin-bottom:8px;}
#sidebar #about ul a{
    font-size:1.143em;
    line-height:1;
    display:block;
    position:relative;
    text-decoration:none;
    padding: 24px 12px 20px 12px;
    color:#333333; /* 変更：#4d4d4d → #333333 */
    background: #ffffff;
    border-radius: 6px; /* 変更：3px → 6px */
    box-shadow: 0px 1px 3px rgba(0,0,0,0.12); /* 変更：0.2 → 0.12 やや軽く */
}
#sidebar #about ul a:after{
    content:"";
    display:block;
    width:20px;
    height:20px;
    position:absolute;
    right:0;
    top:50%;
    margin-top:-10px;
    background:url(https://assets.toriaez.jp/thp2/pc/images/172/ico-arrow_001.png) center center no-repeat;
}
#sidebar #about ul a:hover{color:#f39d16;}
#sidebar #blog dl{
    border-top: 1px solid #e0e0e0; /* 変更 */
    font-size:0.857em;
}
#sidebar #blog dl dt{
    padding-top:16px;
    color: #666666; /* 追加：日付を薄く */
}
#sidebar #blog dl dd{
    padding-bottom:16px;
    border-bottom: 1px solid #e0e0e0; /* 変更 */
}
#sidebar #blog dl dd a{
    display:block;
    color:#333333; /* 変更 */
    position:relative;
    padding-right: 25px;
    line-height: 1.4;
    text-decoration: none;
}
#sidebar #blog dl dd a:hover{color:#f39d16;}
#sidebar #blog dl dd a:after{
    content:"";
    display:block;
    width:20px;
    height:20px;
    position:absolute;
    right:0;
    top:50%;
    margin-top:-10px;
    background:url(https://assets.toriaez.jp/thp2/pc/images/172/ico-arrow_001.png) center center no-repeat;
}
#sidebar #blog #blog_link{padding:20px 20px 10px 20px;}
#sidebar #blog #blog_link a{
    text-align:center;
    line-height:1;
    display:block;
    position:relative;
    text-decoration:none;
    padding: 15px 12px 10px 12px;
    color:#f39d16;
    background: #ffffff;
    font-size:0.857em;
    border-radius: 6px; /* 変更 */
    box-shadow: 0px 1px 3px rgba(0,0,0,0.12); /* 変更 */
}
#sidebar #blog #blog_link a:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    background: url(https://assets.toriaez.jp/thp2/pc/images/172/ico-arrow_001.png) center center no-repeat;
}
#sidebar #blog #blog_link a:hover{
    opacity:0.8;
}
#sidebar #qrcode .qrBox{
    text-align: center;
    border-top: 1px solid #e0e0e0; /* 変更 */
    border-bottom: 1px solid #e0e0e0; /* 変更 */
    padding: 20px 0;
    margin-bottom:20px;
}
#sidebar #qrcode p{font-size:85.7%;}

/* --- フッター（変更） --- */
#footer {
    width:100%;
    background-color:#fef9f0; /* 変更 */
}
address{
    padding:50px 0;
    clear:both;
    text-align:center;
    font-style:normal;
    color:#888888;
}
address img{padding:0 0 1px 5px;}

/* --- ページトップ --- */
#pagetop {position:relative;}
#pagetop a{
    display:block;
    width:54px;
    height:54px;
    position:fixed;
    right:20px;
    bottom:20px;
    background:url(https://assets.toriaez.jp/thp2/pc/images/172/btn-pagetop_001.png) left top no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#pagetop a:hover{
    opacity:0.8;
}

/* --- 問い合わせボタン（変更） --- */
#inquiry {
    margin:20px 0;
    text-align:center;
}
#inquiry a{
    width:340px;
    display: inline-block;
    background:#f39d16;
    color:#fff;
    padding:20px 20px 15px 20px;
    line-height:1;
    text-decoration:none;
    font-size:128.6%;
    border-radius: 8px; /* 変更：3px → 8px */
    box-shadow: 0 2px 8px rgba(243, 157, 22, 0.25); /* 追加 */
    transition: all 0.3s ease; /* 追加 */
}
#inquiry a:hover{
    opacity:0.85; /* 変更 */
    box-shadow: 0 4px 12px rgba(243, 157, 22, 0.35); /* 追加 */
    transform: translateY(-1px); /* 追加 */
}

/* --- ページタイトル（変更） --- */
#TB_overlay{z-index:10000;}
#TB_window{box-sizing:initial;z-index:10000;}
#page_title{
    text-align: left;
    padding: 44px 0 36px 0; /* 変更：余白微調整 */
    background: #f7f2e6;
    border-bottom: 1px solid #e4e0d5;
}
#page_title h2{
    text-align:center;
    font-size:1.75em; /* 変更：2em → 1.75em */
    line-height:1.4;
    font-weight: 500; /* 変更：normal → 500 */
    color: #2c3e6b; /* 追加：ネイビー */
    /* 変更：明朝体削除 */
    font-family: inherit;
}

/* --- パンくず --- */
#pnkz {
    text-align:right;
    padding-bottom: 20px;
}
#pnkz p{
    margin:0 auto;
    font-size:11px;
}

/* --- サイドエリア・フットエリア --- */
#side-area{margin-bottom:30px;}
#side-area img{max-width:100%;height:auto;}
#foot-area{padding:30px 0;}
#foot-area img{max-width:100%;height:auto;}

/* --- マップ・プロフィールテーブル（変更） --- */
#form, #map, #profile {text-align:left;}
#map #frame iframe {
    width: 100%; /* 変更：680px → 100% */
    height: 478px;
}
#form table, #map table, #profile table {
    width:100%;
    border-top: 1px solid #e0e0e0; /* 変更 */
    margin-bottom:30px;
}
#map table, #profile table {
    table-layout: fixed;
}
#form th, #map th, #profile th {
    font-weight: 500; /* 変更：bold → 500 */
    padding:25px 0;
    vertical-align:middle;
    text-align:left;
    color:#2c3e6b; /* 変更：#f39d16 → ネイビー */
    border-bottom:1px solid #e0e0e0; /* 変更 */
}
#map th, #profile th {
    width: 25%;
}
#form td, #map td, #profile td {
    padding:25px 0;
    border-bottom:1px solid #e0e0e0; /* 変更 */
}
#map th, #profile th {
    padding-right: 10px;
}
#map td, #profile td {
    padding-left: 10px;
}
.validation_span, .warning span {color:#F03;}
#contact_submit th, #contact_submit td{
    text-align:left;
    border:none;
}

/* --- フォーム --- */
#form input, #form textarea {
    font-size:1.2em;
    padding:5px;
    border-radius: 6px; /* 変更：3px → 6px */
}
.warning {text-align:left;}
#contact_submit th, #contact_submit td{
    padding-top:30px;
    text-align:center;
}
#form input[type=text], #form textarea {border:solid 1px #d3d0d0;}
#form input[type=text]:focus, #form textarea:focus {
    outline:none;
    background:#fafafa;
}
#form input[type=submit],
#form input[type=reset] {
    border:none;
    cursor:pointer;
    transition: all 0.3s ease; /* 変更：統一 */
}
#form input[type=submit]{
    padding:10px 50px;
    margin-right:1em;
    background:#f39d16;
    color:#ffffff;
    border-radius: 8px; /* 追加 */
}
#form input[type=reset] {
    padding:10px 20px;
    background: #f5f5f5;
    border-radius: 8px; /* 追加 */
}
#form input[type=submit]:hover,
#form input[type=reset]:hover {
    opacity:0.85; /* 変更 */
}

/* --- その他 --- */
#lead_s {
    line-height:1.5;
    margin-bottom:15px;
}
#lead_s img{max-width:100%;height:auto;}
#frame {
    margin: 0 auto;
    border:1px solid #d2d2d2;
}
.validation-advice {
    margin-top: 3px;
    padding-left: 5px;
    color: #cc0000;
}
.warning {
    line-height :1.5;
    padding:10px 0 0px 0;
}
.w_mark {color:#F03;}
.thaks {
    line-height: 1.5;
    padding :0 16px 40px 0;
}
#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;
}
#side-area table,.side-area table,
#foot-area table,.foot-area table{
    border-collapse: collapse;
}
#side-area table th,.side-area table th,
#side-area table td,.side-area table td,
#foot-area table th,.foot-area table th,
#foot-area table td,.foot-area table td
{
    border: #ccc 1px solid;
    padding: 5px;
}