 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:url("../img/bg.jpg") repeat-y center top;
    background-size: 100% auto;
    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 {overflow-x: hidden;}
#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;}
    .tbsp { display:none;}
    .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 {
    position: relative; z-index: 999;
}
#header .inner { 
    display: flex; justify-content: space-between; align-items: center;
    padding:50px 30px; width: 96%; max-width:none;
}

/* Logo */
#header h1 { width:28%; max-width:375px;}
#header h1 a {
    display: block;
    width: 100%; height:auto;
    aspect-ratio:749 / 363;
    text-indent: -9999px;
    background:url("../img/logo.png") no-repeat center center;
    background-size: 100% auto;

}

    

/*------------------------------------------------------------
 WARNING / SETTING / NAVI
------------------------------------------------------------*/
/* BTNt */
#header .btn_box {
    position:absolute; top:20px; right: 0; z-index:8;
    display: flex; justify-content: flex-end; 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_setting {
    width: 110px;
    background:#fff url("../img/icon_setting.svg") no-repeat 10px center;;
    background-size: 20px auto;
}
#header .b_search {
    display: none;
    width: 110px;
    background:#fff url("../img/icon_search.svg") no-repeat 10px center;;
    background-size: 20px auto;
}
#header .search { position: relative; margin-bottom: 10px; width:180px;}
#header .search form { position: relative; display: block;}
#header .search input.sa_txt {
	padding: 0 0 0 10px;
	width:100%;
	height:30px;
    font-size: 87.5%;
    font-weight: 400;
    color: #222;
    border: none;
    background: #f6f6f6;
    border: none;
    border-radius: 50px;
    box-shadow: 0 0px 3px rgba(0,0,0,0.20);
    box-sizing: border-box;
}
#header .search input.sa_bo {
    cursor: pointer;
	position: absolute; top: 0; bottom: 0; right:0;
    width:40px; height:30px;
    text-indent: -9999px;
	background:url("../img/icon_search.svg") no-repeat center center;
	background-size:25px auto;
    border: none;
}

/* 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 #4CB2E6;
    border-radius: 15px;
}
#change::before {
    position: absolute; top: -16px; right:30px;
    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 #4CB2E6;
    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 { width: calc(100% - 30%);}
#navi ul {
    display: flex; justify-content: space-between;
    background: url("../img/line1.png") repeat-y right top;
}
#navi ul li { 
    width:20%;
    text-align: center;
    background: url("../img/line1.png") repeat-y left top;
}
#navi ul li a {
    display: block;
    color: #222;
    padding:  0 10px;
    font-family: "Kiwi Maru", serif;
    font-size:125%;
    font-weight: 500;
    color: #513E3E;
    text-align: center;
    text-decoration: none;
}
#navi ul li img { margin-bottom: 5px; width: 50%; max-width: 65px;}
#navi ul li span { display: block;}


@media only screen and (min-width:767px){
    #header .btn_box p:hover { opacity: 0.7;}
}
@media only screen and (max-width:1250px){
    #navi ul li a { font-size:100%;}
}
@media only screen and (max-width:1200px){
    #header .search { width:150px;}
}
@media only screen and (max-width:968px){
    #header h1 { width:23%;}
    #navi { width: calc(100% - 25%);}
}
@media only screen and (max-width:868px){
    #header .inner { padding: 50px 20px; width:100%;}
    #header .btn_box { top: 10px; right:20px;}
}   
@media only screen and (max-width:768px){
    #header .inner { flex-direction: column; padding:20px;}
    #header h1 { margin-bottom: 20px;}
    #navi { width:100%;}
}
@media only screen and (max-width:600px){
    #header .btn_box { top:20px;}
    #navi ul { padding-bottom:0;}
}
@media only screen and (max-width:468px){
    #header .inner { display:block; padding: 20px 0 10px; width: 100%;}
    #header h1 { margin:0 auto 15px; width: 110px;}
    #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;
    }
    #change {
        position:absolute; top: 70px; right: 5px;
/* 2025/01/06 UPD [S] */
/*      width:90%; max-width: 300px; */
        width:90%;
/* 2025/01/06 UPD [E] */
    }
    #change::before { left: 195px; }
    #navi ul { background: none;}
    #navi ul li:nth-child(1) { background: none;}
    #navi ul li { background-size: 2px auto;}
    #navi ul li a { font-size:12px; font-weight: 400; line-height: 110%; letter-spacing: -2px;}    
    #navi ul li img { margin-bottom:5px; max-width: 30px;}
}




/*====================================================================================================
  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; background: #fff;}
#footer::before {
    position: absolute; top: -170px; left: 0;
    display: block; clear: both; content:"";
    width: 100%; height: 226px;
    background:url("../img/footer.png") no-repeat top center;
    background-size: auto 100%;
}
#footer .inner {
    position: relative;
    display: flex; flex-wrap: wrap; justify-content: space-between; gap:25px 50px;
    padding: 100px 0 70px;
    max-width: 890px;
}
#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;
}

/* LOGO */
#footer .logo { width: 270px;}

/* ADDRESS */
#footer .address {
    position: relative; z-index: 9;
    display: flex; flex-direction: column; gap:25px;
    width: calc(100% - 270px - 50px);
}
#footer .address .add1 p  { line-height: 150%;}
#footer .address .add1 span  { display: inline-block;}
/*#footer .address .add1 span:nth-child(1)::after { content: "/"; padding: 0 10px;} */
#footer .address .add1 span:nth-child(1)::after { content: ""; padding: 0 5px;}
#footer .address .add1 span:nth-child(2)::before { content: ""; padding: 0 5px;}
#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 {
    width: 190px;
    font-size: 87.5%;
    text-align: center;
    line-height: 27px;
    background: #E9EFE0;
}
#footer .address .add1 a { color: #222;}
#footer .btn { width:100%;}
#footer .btn a {
    display: block;
    padding:10px 50px 10px 20px;
    font-size: 112.5%;
    text-decoration: none;
    background-size: 20px auto !important;
    border-radius: 50px;
}
#footer .btn.b_e a { color: #fff; background:#31ABB1 url("../img/icon_arrow_w.svg") no-repeat 95% center;}

/* LINK */
#footer .f_nav { margin-top: 30px; width: 100%;}
#footer .f_link {
    display: flex; justify-content: center;
    padding: 30px 0;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#footer .f_link li {
    position: relative;
    display: inline-block;
    width: 33.3%;
    text-align: center;
    line-height: 100%;
}
#footer .f_link li + li::before {
    position: absolute; left: -7px; top: 0; bottom: 0;
    display: block; clear: both; content:"";
    width: 15px; height: 15px;
    background: #31ABB1;
    border-radius: 15px;
}
#footer .f_link li a {
    padding:  0 10px;
    color: #000;
    letter-spacing: 2px;
    text-decoration: none;
}
#footer .f_link li a span {
    padding-right: 35px;
    background:url("../img/icon_arrow_b.png") no-repeat 95% center;
    background-size: 10px auto !important;
}

/* COPYRIGHT */
#footer .copy {
    padding: 10px 0;
    font-size: 75%;
    text-align: center;
    color:#222;
    background:#FAF8F5
}
@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 .inner { flex-direction: column;  justify-content: center; max-width:none;}
    #footer .inner::after { top: -7%; left:-7%; }
    #footer .logo { margin: auto;}
    #footer .address  { width: auto; align-self: center;}
    #footer .f_link li a span { padding: 0; background: none;}
}
@media only screen and (max-width:468px){
    #footer::before { top:-50px; height: 70px; }
    #footer .inner { padding: 50px  0; gap:20px;}
    #footer .logo { max-width: 150px;}
    #footer .btn { margin: auto; width:94%;}
    #footer .btn a { font-size: 87.5%; border-radius: 10px;}
    #footer .address .add1 { text-align: center;}
    #footer .address .add1 p:nth-child(1) { justify-content: center;}
    #footer .address .add1 p:nth-child(1) b { font-size:100%;}
    #footer .address .add1 p:nth-child(2)  { font-size:75%;}
    #footer .address .add1 span:nth-child(1)::after { display: none;}
    #footer .f_link {
        flex-direction: column; text-align: center;
        padding: 0;
        margin: auto; width:94%
    }
    #footer .f_link li { width: 100%;}
    #footer .f_link li + li { border-top:1px solid #ddd;}
    #footer .f_link li + li::before { display: none;}
    #footer .f_link li a { display: block; padding:20px; 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/pagetop.svg") no-repeat; background-size: 100% auto;}
#page::before {
    position: absolute; top: -35px;
    display: block; clear: both; content:"";
    width: 70px; height: auto;
    aspect-ratio: 160 / 110;
    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:-25px; 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;}


/* 20251201 add */
.hide{ display:none; }