@charset "utf-8";
/* フォントサイズ%指定用
10px    72%
11px    79%
12px    86%
13px    93%
14px    100%
15px    108%
16px    115%
17px    122%
18px    129%
19px    136%
20px    143%
21px    150%
22px    158%
23px    165%
24px    172%
25px    179%
26px    186%
*/
body {
    width: 100%;
    height: 100%;
    font-family: 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'メイリオ' , Meiryo , 'ＭＳ Ｐゴシック' , sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
}
#header {
    background: #e6e6e6;
    z-index: 999;
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}
#header #nav a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    padding: 0 0.8em;
    height: 100%;
}
#header #nav a.current {
    background: #eee;
}
#nav {
    /* display: flex; */
    min-width: 600px;
    margin-left: 2em;
    justify-content: flex-end;
}
#nav li {
    margin: 0 0.3em;
}
#nav ul {
    display: flex;
}
#header #logo {
    margin: 0.7em 0.5em;
    display: flex;
    align-items: center;
}
#header #logo a {
    /* display: flex; */
    /* align-items: center; */
}
#header #logo img {
    max-width: 70%;
}
@media screen and (max-width:1000px){
    #nav {
    font-size: 90%;
    }
}
.inner {
    width: 95%;
    max-width: 980px;
    margin: 0 auto;
}
#mainPh {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#wrapper{
    width: 93%;
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 40px;
}
#wrapper h1{
    font-size: 150%;
    text-align: center;
    font-weight: bold;
    margin: 36px 0;
    position: relative;
}
#wrapper h1 span::after{
    content: '';
    display: block;
    position: absolute;
    left: 50%; /* 位置調整 */
    transform: translate(-50%); /* 位置調整 */
    bottom: -5px; /* 下線の上下位置調整 */
    width: 60%; /* 下線の幅 */
    height: 5px; /* 下線の太さ */
    background-color: #c1272d; /* 下線の色 */
}
h2{
    font-size: 120%;
    border-left: thick solid red;
    padding-left: 10px;
    margin: 15px 0 15px 0;
    font-weight: bold;
}
.list li{
    /* padding-left: 30px; */
    /* margin: 0 0.1em; */
    /* border: 1px solid #ccc; */
    /* padding: 5em; */
    margin: 0.3em 1.5em;
    padding-left: 1em;
    text-indent: -1em;
}
.list li i {
    color: #78232a;
}
.list li a{
    color: black;
    text-decoration: none;
}
.webyakkan {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.webyakkan a {
    /* margin-right: 50px; */
    /* padding-left: 30px; */
    margin-bottom: 0.5em;
}
.ishikailink {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2em;
}

.ishikailink > a {
	display:block;
	margin-bottom: 0.5em;
}
/*---mainpage---*/
#spmap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

#spmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#pcmap{
    display: none;
}
.box {
    clear: both;
    border: solid 2px #b0b0b0;
    box-shadow: 0 10px 20px 0px rgb(0 0 0 / 20%);
    padding: 0.8em;
}
.box.address {
    /* display: flex; */
    /* justify-content: space-between; */
}
.box ul {
}
.box li {
    /* border-top: 1px solid #000; */
    padding: 0.5em 0;
}
.box li:first-of-type {
    border-top: none;
}
.box .ttl {
    font-weight: bold;
    font-size: 150%;
}
.box i{
    color: red;
}
.box a{
    color: rgb(0, 0, 0);
    font-size: 134%;
    text-decoration: none;
    font-weight: bold;
}
.box span{
    /* font-size: 140%; */
}

/*---footer---*/
.pageTop {
    position: relative;
}
.pageTop a {
    background: #cccccc;
    width: 30px;
    height: 35px;
    color: rgb(0, 0, 0);
    font-size: 129%;
    text-decoration: none;
    right: 2%;
    text-align: center;
    z-index: 999;
    border-radius: 15px 15px 0 0;
    position: fixed;
    bottom: 0;
}
.pageTop a:hover {
    height: 45px;
}
#footer {
    text-align: center;
    background: #cccccc;
    color: rgb(0, 0, 0);
    font-size: 90%;
    line-height: 1.5em;
}
#footer .inner {
    padding: 28px 0;
}

/*---profile---*/
p#pagettl {
    font-size: 2em;
    margin: 1em 2em 1em 1.5em;
    font-weight: bold;
    border-bottom: 6px solid #c32e34;
    padding-bottom: 0.3em;
}
table{
    border: 1px solid black;
    border-collapse: collapse;
    width: 100%;
    font-size:1.2em;
}
td{
    border: 1px solid black;
    border-collapse: collapse;
    padding: 0.5em;
    width: 100%;
    box-sizing: border-box;
    display: block;
    text-align: center;
    word-break: break-word;
}
table tr td:nth-of-type(1){
    background-color: #cccccc;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}
a.maplink {
    max-width: 70%;
    padding: 0.3em;
    background-color: #f9f9f9;
    border: 2px solid #000;
    font-size: 0.85em;
    display: block;
    text-align: center;
    text-decoration: none;
    color: inherit;
    margin: 0.3em auto 0;
}
span.maplink > a{
    text-decoration: none;
    color: #000;
}
/*---policy---*/
#policyp{
    font-size: 1.3em;
}
#wrapper2{
    width: 93%;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 80px;
}
#policyp .ttl {
    padding-left: 1em;
    text-indent: -1em;
}
#policyp ul {
    margin: 2em 0;
}
#policyp ul li {
    padding-left: 1em;
    text-indent: -1em;
}
.sphide {
    display: none;
}
.pc { display:none; }
#spnavbtn{
    margin: 3vw auto;
    width: 94%;
}
.spnavbtn{display: flex;flex-wrap: wrap;justify-content: space-between;}

.spnavbtn li {
    width: 50%;
}
.spnavbtn li a{
    font-size: 4.7vw;
    font-weight: 700;
    line-height: 1.5;
    display: block;
    text-decoration: none;
    color: #ffffff;
    border-radius: 0.5rem;
    background-color: #051278;
    margin: 0.2em;
    padding: 0.5em;
    text-align: center;
}
.leftjust{
    text-align: left;
}
.link > a img {
    width: 100%;
}
/*2025.10.08 追加*/
.com_link {
    font-size: 134%;
    font-weight: bold;
}
.box a.btn{
    color: red;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
}
.flex_wrap {
    display: flex;
    flex-direction: column;
}

.flex {
    width: 100%;
}

.box span.mail a {
    font-size: 16px;
    word-break: break-all;
    font-weight: normal;
    text-decoration: underline;
}