 body {
	margin: 0;
	padding: 0;
	font-family: "BIZ UDPGothic", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size:100%;
    font-weight: 400;
	color: #222;
	min-width:100%;
	-webkit-text-size-adjust: 100%;
    line-height: 160%;
    background:#F4F7EF;
    overflow-x: hidden;
}
iframe, video, img { border: none; vertical-align:bottom;}
div, p, ul, ul li, h1, h2, h3, h4, h5, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style:none;
    font-size: 100%;
	box-sizing:border-box;
}
div, p, ul, ul li, h1, h2, h3, h4, h5, dl, dt, dd, ol, ol li, table, th, td {
	background-image:url(../img/spacer.gif); /* AndroidページのP要素の隙間対策 */
}
h1, h2, h3, h4, h5, b { font-weight: 700;}
iframe { border: none;}
img { width: 100%; height: auto;}
a:link {color:#2F8CE8; outline:none; }
a:visited {color:#2F8CE8;}
a[href^="tel:"] { text-decoration:none; pointer-events:none ; text-emphasis: none !important;}
a[href^="fax:"] { text-decoration:none; pointer-events:none ;}

#wrapper {}
#base { position: relative; left: 0; transition: all .3s;}

.pc { display:block;}
.pctb { display:block;}
.tb { display:none;}
.tbsp { display:none;}
.sp { display:none;}

@media only screen and (min-width:768px){
    a:hover {color: #333;}
    a:hover img { opacity: 0.7; filter: alpha(opacity=70); -moz-opacity: 0.7;}
}
@media only screen and (max-width:768px){
    .pc { display:none;}
    .pctb { display:block;}
    .tb { display:block;}
/* 2026/01/09 upd   .tbsp { display:none;} */
    .tbsp { display:block;}
    .sp { display:none;}
}
@media only screen and (max-width:468px){
    body { min-width: 320px;}
    .pc { display:none;}
    .pctb { display:none;}
    .tb { display:none;}
    .tbsp { display:block;}
    .sp { display:block;}
}


/* =========================================================================================
Layout
=========================================================================================*/
#wrapper{
    position:relative;
}
#container{
}
article {
}
section {
}
.inner {
    position:relative;
    margin: 0 auto;
    padding: 100px 0;
    width: 90%;
    max-width: 1010px;
    box-sizing:border-box;
}
@media only screen and (max-width:768px){
    .inner { padding: 80px 0; }
}
@media only screen and (max-width:468px){
    .inner { padding: 50px 0; }
}



/*====================================================================================================
  HEADER
====================================================================================================*/
#header {
    height: 150px;
    position: relative; z-index: 999;
    background: url("../img/wave1.png") no-repeat bottom center;
    background-size: auto 135px;
}
#header .inner { padding:0; max-width: none;}

/* Logo */
#header h1 { position: absolute; z-index: 999; width: 15%; max-width: 160px;}
#header h1 a {
    display: block;
    width: 100%; height: auto;
    aspect-ratio:193 / 250;
    text-indent: -9999px;
    background:#fff url("../img/logo_m.svg") no-repeat center center;
    background-size: 100% auto;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

/*------------------------------------------------------------
 WARNING / SETTING / NAVI
------------------------------------------------------------*/
/* BTNt */
#header .btn_box {
    position:absolute; top: 20px; right: 0; z-index:8;
    display: flex; gap:10px;
}
#header .btn_box p {
    cursor: pointer;
     height: 30px; line-height: 30px;
    padding-left: 20px;
    letter-spacing: -1px;
    font-size: 87.5%;
    text-align: center;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}
#header .b_warning {
    width: 140px;
    color: #fff;
    background:#E34136 url("../img/icon_warning_w.svg") no-repeat 10px center;;
    background-size: 20px auto;
}
#header .b_warning_none {
    pointer-events: none;
    width: 170px;
    color: #989898;
    background:#fff url("../img/icon_warning.svg") no-repeat 10px center;;
    background-size: 20px auto;
}
#header .b_setting {
    width: 110px;
    background:#fff url("../img/icon_setting.svg") no-repeat 10px center;;
    background-size: 20px auto;
}
#header .b_search {
    width: 110px;
    color: #4CAB77;
    background:#fff url("../img/icon_search.svg") no-repeat 10px center;;
    background-size: 20px auto;
}

/* WARNING */
#warning {
    display: none;
    position:absolute; top: 70px; right: 0; z-index: 9999;
    padding: 20px;
    width:90%; max-width: 480px;
    background: #fff;
    border: 3px solid #E34136;
    border-radius: 15px;
}
#warning::before {
    position: absolute; top: -16px; left: 155px;
    display: block; clear: both; content:"";
    width: 0; height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 16px solid #e34136;
    border-top: 0;
}
#warning ul { font-size: 87.5%; line-height: 130%; overflow: hidden;}
#warning ul + ul { margin-top: 15px;}
#warning ul li,
#warning ul li a { color:#E34136;}
#warning ul li { float: left;}
#warning ul li:nth-child(1) { width: 140px;}
#warning ul li:nth-child(2) { width: calc(100% - 140px);}
#warning ul li a { text-decoration: underline; }

/* SETTING */
#change {
    display:none;
    position:absolute; top: 70px; right: 0; z-index: 9999;
    padding:20px;
    width: 90%; max-width: 250px;
    background: #fff;
    border: 3px solid #4CAB77;
    border-radius: 15px;
}
#change::before {
    position: absolute; top: -16px; left: 60px;
    display: block; clear: both; content:"";
    width: 0; height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 16px solid #4CAB77;
    border-top: 0;
}
#change ul { display: flex; gap:5px; margin: 10px 0; font-size: 75%; font-weight: 400;}
#change ul li,
#change ul li a { line-height: 26px;}
#change ul li a  {
    cursor: pointer;
	display:block;
	width:50px;
    color: #222;
    text-decoration: none;
    text-align: center;
	background:#fff;
    border-radius: 15px;
    box-shadow: 0 0px 3px rgba(0,0,0,0.20);
    box-sizing: border-box;
}
#change ul li:nth-child(1) { padding-right: 5px;}
#change ul li.mid { color: #605A52; width: 70px;}
#change ul.txt_size li a { width:40px;}
#change ul.bg_color li a { width:40px;}
#change ul.bg_color li:nth-child(2) a { background:#000000; color: #fff;}
#change ul.bg_color li:nth-child(3) a { background:#206AAA; color: #fff;}
#change ul.bg_color li:nth-child(4) a { background:#fff; color: #222;}

/* NAVI */
#navi {
    display: none;
    position:fixed; top:0; right: 0; z-index: 9999;
    padding: 80px 30px;
    width: 100vw; height: 100vh; overflow: auto;
    background:#F4F7EF;
}
#navi .inner { 
    margin: auto; width: 100%; 
    display: flex; flex-wrap: wrap; gap:40px 5%;
}
#navi .cont1 { width: 100%;}
#navi .cont2 { width: 100%; max-width: 630px;}
#navi .cont3 { width: 30%;}
#navi .cont4 { width: 100%;}
#navi .mid { margin-bottom: 20px; color: #088B49; font-size: 125%; font-weight: 700; letter-spacing: 2px;}

#navi .nav {
    display: flex; justify-content: space-between; gap:10px;
    margin: auto; padding: 30px 0 40px;
    width: 90%; max-width: 1240px;
}
#navi .nav p { width: 100%; max-width: 150px;}
#toppage .nav p img {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
#navi .nav p a { color: #222; text-decoration: none;}
#navi .nav p a img { margin-bottom: 10px; border-radius:10px;}
#navi .nav p b,
#navi .nav p small { display: block; line-height: 150%; text-align: center;}
#navi .nav p b { font-size: 112.5%;}
#navi .nav p small { font-size: 7px; color: #777;}
#navi .mokuteki {
    display: flex; flex-wrap: wrap; justify-content: center; gap:20px;
}
#navi .mokuteki li { width: 110px; text-align: center;}
#navi .mokuteki li a { color: #222; text-decoration: none; font-size: 112.5%;}
#navi .mokuteki li a small { display: block; font-size: 10px; line-height: 100%;}
#navi .bunrui {
    display: flex; flex-direction: column; gap:10px;
}
#navi .bunrui li a {
	display:block;
    padding: 10px;
    color: #222;
    text-decoration: none;
    text-align: center;
    text-decoration: none;
    color: #222;
	background:#fff;
    border-radius: 5px;
    box-shadow: 0 0px 3px rgba(0,0,0,0.20);
    box-sizing: border-box;
}
#navi .word { display: flex; justify-content: space-between; width: 100%;}
#navi .search { position: relative; margin-bottom: 10px; width: 48%;}
#navi .search form { position: relative; display: block;}
#navi .search input.sa_txt {
	padding: 0 0 0 10px;
	width:100%;
	height:45px;
    font-size: 100%;
    font-weight: 400;
    color: #222;
    border: none;
    background: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0px 3px rgba(0,0,0,0.20);
    box-sizing: border-box;
}
#navi .search input.sa_bo {
    cursor: pointer;
	position: absolute; top: 0; bottom: 0; right:0;
    width:45px; height:45px;
    text-indent: -9999px;
	background:url("../img/icon_search.svg") no-repeat center center;
	background-size:35px auto;
    border: none;
}
#navi .tag ul li { display: inline-block; padding-right: 15px;}
#navi .tag ul li a { color: #222;}
#navi .close {
    cursor: pointer;
    display: block;
    position: absolute; top:20px; right: 20px;
    width: 50px; height: 50px;
    text-indent: -9999px;
    background: url("../img/icon_close.svg") no-repeat;
    border: none;
}

@media only screen and (min-width:767px){
    #header .btn_box p:hover { opacity: 0.7;}
    #navi .mokuteki li a,
    #navi .bunrui li a,
    #navi .tag ul li a { opacity: 0.7;}
}
@media only screen and (max-width:768px){
    #header { height: 130px; background-size: auto 80px;}
}
@media only screen and (max-width:1030px){
    #navi .cont1 { width: 100%;}
    #navi .cont2 { width: 100%; max-width: 630px; margin: auto;}
    #navi .cont3 { width: 30%;}
    #navi .cont4 { width: 65%;}

}
@media only screen and (max-width:468px){
    #header { height:100px; background-size: auto 50px;}
    #header .inner { display:block; padding: 0; width: 100%;}
    #header h1 { left: 10px; width: 20%;}
    #header .btn_box { top:5px; right: 5px; gap:5px;}
    #header .btn_box p {
        width: 55px; height: 50px; line-height: 50px;
        padding:13px 0 5px;
        font-size: 10px;
        text-align: center;
        background-size:25px auto !important;
        background-position: center 5px;
        border-radius: 5px;
        box-shadow: none;
    }
    #header .b_warning { width:70px !important;}
    #header .b_warning_none { width: 100px !important;}
    #warning {
        position:absolute; top: 70px; right: 5px;
        width:90%; max-width: 300px;
    }
    #warning::before { left:127px;}    
    #warning ul li { float:none; width: 100% !important;}
    #change {
        position:absolute; top: 70px; right: 5px;
        width:90%; max-width: 300px;
    }
    #change::before { left: 195px; }
    #navi { padding: 40px 5%;}
    #navi .inner { flex-direction: column; gap:0 !important;}
    #navi .cont1,
    #navi .cont2,
    #navi .cont3,
    #navi .cont4 { margin: 40px auto; width: 90%;}
    #navi .mid { text-align: center; font-size: 112.5%;}
    #navi .nav {
        display: flex; justify-content: space-between; flex-wrap: wrap; gap:10px;
        margin: auto; padding: 0 0 40px;
        width:100%;
    }
    #navi .nav p { max-width:100%}
    #navi .nav p a { display: flex; justify-content: space-between; align-items: center; gap:20px;}
    #navi .nav p img { width:80px;}
    #navi .nav p span { display: block; width: calc(100% - 80px - 20px);}
    #navi .mokuteki li { width: calc(33.3% - 13.33px);}
    #navi .mokuteki li a { font-size:87.5%;}
}



/*====================================================================================================
  CONTENT
====================================================================================================*/
#container { clear:both; width:100%;}
@media only screen and (max-width:768px){
    #container { padding-bottom: 70px;}
}
@media only screen and (max-width:468px){
    #container { padding-bottom: 50px;}
}



/*====================================================================================================
  FOOTER
====================================================================================================*/
#footer { position: relative;}
#footer::before {
    position: absolute; top: -135px; left: 0;
    display: block; clear: both; content:"";
    width: 100%; height: 135px;
    background:url("../img/wave3.png") no-repeat top center;
    background-size: auto 100%;
}
#footer .inner {
    position: relative;
    display: flex; justify-content: space-between; gap:30px;
    padding: 70px 0;
}
#footer .inner::after {
    position: absolute;  top: -18%; left:-18%; 
    display: block; clear: both; content:"";
    width:38%; height:auto;
    aspect-ratio:385 / 297;
    background:url("../img/map.png") no-repeat top center;
    background-size: 100% auto;
}

/* ADDRESS */
#footer .address {
    position: relative; z-index: 9;
    display: flex; flex-direction: column; gap:10px;
    padding:10px 0 0 120px;
    min-height: 140px;
    background:url("../img/mark.png") no-repeat;
}
#footer .address .add1 p  { line-height: 150%;}
#footer .address .add1 span  { display: block;}
#footer .address .add1 p:nth-child(1) { display: flex; gap:10px; margin-bottom: 5px;}
#footer .address .add1 p:nth-child(1) b { font-size: 125%;}
#footer .address .add1 p:nth-child(1) small {
/* 2025/12/02 UPD [S] */
/*  width: 190px;	*/
    width: 210px;
/* 2025/12/02 UPD [E] */
    font-size: 87.5%;
    text-align: center;
    line-height: 27px;
    background: #E9EFE0;
}
#footer .address .add1 a { color: #222;}
#footer .address .add2 { font-size: 75%;  line-height: 150%;}
#footer .address .add2 span  { display: inline;}

/* LINK */
#footer .f_link { padding: 5px 0;}
#footer .f_link li { display: inline-block; line-height: 100%;}
#footer .f_link li + li { border-left: 1px solid #000;}
#footer .f_link li a {
    padding:  0 10px;
    color: #000;
    font-size: 87.5%;
    text-decoration: none;
}

/* BUTTON */
#footer .f_btn { display: flex; justify-content: space-between; gap:10px;}
#footer .btn { width: 190px;}
#footer .btn a {
    display: block;
    padding:10px 20px;
    font-size: 87.5%;
    text-decoration: none;
    background-size: 20px auto !important;
    border-radius: 50px;
}
#footer .btn.b_g a { color: #fff; background:#399E66 url("../img/icon_arrow_w.svg") no-repeat 90%center;}
#footer .btn.b_w a { color: #222; background:#fff url("../img/icon_arrow.svg") no-repeat 90%center;}

/* COPYRIGHT */
#footer .copy {
    padding: 10px 0;
    font-size: 75%;
    text-align: center;
    background: #fff;
}
@media only screen and (min-width:767px){
    #footer .f_link li a:hover  { text-decoration: underline;}
    #footer .btn a:hover { opacity: 0.7;}
}
@media only screen and (max-width:768px){
    #footer::before { top: -80px; height: 80px; }
    #footer .inner { flex-direction: column;  justify-content: center;}
    #footer .inner::after { top: -7%; left:-7%; }
    #footer .address,
    #footer .f_nav { width: auto; align-self: center;}
}
@media only screen and (max-width:468px){
    #footer::before { top: -50px; height: 50px; }
    #footer .inner { padding: 40px  0; gap:20px;}
    #footer .inner::after {
        top: -10%; left:0; right: 0;
        margin: auto;
        width: 80%;
        background-size: 80% auto;
        background-position: left center;
    }
    #footer .address {
        padding:100px 0 0;
        background-position: center top;
        background-size: 50px auto;
    }
    #footer .address .add1 p:nth-child(1) { flex-direction: column; text-align: center;}
    #footer .address .add1 p:nth-child(1) small { margin: auto;  font-size: 75%;}
    #footer .address .add1 p:nth-child(2)  { font-size: 75%; text-align: center;}
    #footer .address .add2 p { display: flex; flex-wrap: wrap;}
    #footer .address .add2 p span { display: block;}
    #footer .address .add2 p span:nth-child(1) {  width: 60px;}
    #footer .address .add2 p span:nth-child(2) {  width: calc(100% - 60px);}
    #footer .f_link { text-align: center; width: 100%;}
    #footer .f_link li + li { border-left:none;}
    #footer .f_link li a { padding: 0 5px; font-size: 62.5%;}
    #footer .f_btn { flex-direction: column; margin-top: 20px;}
    #footer .btn { margin: auto; width: 170px;}
    #footer .btn a { font-size: 87.5%;}
}


/*====================================================================================================
  PAGE
====================================================================================================*/
#page,
#page a { display:block; width:70px; height:70px; border-radius: 90px;}
#page { position: fixed; bottom:30px; right:30px; z-index: 999999;}
#page a { text-indent: -9999px; background:#4CAB77 url("../img/icon_pagetop.svg") no-repeat; background-size: 100% auto;}
#page::before {
    position: absolute; top: -75px;
    display: block; clear: both; content:"";
    width: 70px; height: auto;
    aspect-ratio:93 / 112;
    background: url("../img/pagetop.png") no-repeat;
    background-size: 100% auto;
}
@media only screen and (max-width:468px){
    #page,
    #page a { width:50px; height:50px;}
    #page { bottom:10px; right:10px;}
    #page::before { top: -52px; width: 50px;}
}


/*====================================================================================================
  COLOR eto.. [No Touch]
====================================================================================================*/
.light-blue { color: #40A6DD;}
.blue { color: #0000FF;}
.dark-blue { color: #000099;}
.purple { color: #660099;}
.pink { color: #FF6699;}
.red { color: #FF0000;}
.orange { color: #FF6600;}
.yellow { color: #FFCC00;}
.white { color: #FFFFFF;}
.gray { color: #666666;}
.brown { color: #663300;}
.green { color: #339900;}
.italic { font-style: italic;}
.strong { font-weight: bold;}
.large { font-size: 115%; line-height: 140%;}
.small { font-size: 80%;}
.underline { text-decoration: underline;}
.line-through { text-decoration: line-through;}
.left { text-align: left;}
.center { text-align: center;}
.right { text-align: right;}

/* 20251128 add */
.hide{ display:none; }