 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:#FAF8F5;
    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;}
    .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: 90px 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;
    background:#fff;
}
#header .inner { padding:0; width: 96%; max-width:none;}

/* Logo */
#header h1 { margin: auto; width:35%; max-width:445px;}
#header h1 a {
    display: block;
    width: 100%; height: 150px;
    aspect-ratio:888 / 151;
    text-indent: -9999px;
    background:#fff url("../img/logo.png") no-repeat center center;
    background-size: 100% auto;

}
#header .catch {
    position:absolute; top:60px; left: 0; z-index:8;
    font-size: 125%;
    font-weight: 700;
    letter-spacing: 1px;
}
    

/*------------------------------------------------------------
 WARNING / SETTING / NAVI
------------------------------------------------------------*/
/* BTNt */
#header .btn_box {
    position:absolute; top:60px; 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: 100px; 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 ul {
    display: flex; justify-content: space-between;
    margin: auto; padding-bottom: 30px; width: 90%; max-width: 1010px;
}
#navi ul li { width: 120px;text-align: center;}
#navi ul li a {
    display: block;
    color: #222;
    font-size:150%;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
}
#navi ul li img { margin-bottom: 5px; max-width: 100px;}
#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:1200px){
    #header .catch { font-size:87.5%;}
    #header .search { width:150px;}
}
 @media only screen and (max-width:868px){
    #header h1 { margin: 0 0 10px; width: 300px;}
    #header h1 a { height: 80px; background-position: center bottom;}
    #header .catch { display: none;}
    #header .btn_box { top:40px;}
}   
@media only screen and (max-width:768px){
    #navi ul li { width: 55px;}
    #navi ul li a { font-size: 75%; letter-spacing: 0;}
}
@media only screen and (max-width:600px){
    #header h1 { width: 230px;} 
    #header h1 a { height: 60px;} 
    #header .search { width:110px;}
    #header .btn_box { top:20px;}
    #navi ul { padding-bottom:0;}
}
@media only screen and (max-width:468px){
    #header .inner { display:block; padding: 0; width: 100%;}
    #header h1 { position: relative; left: 20px; width:170px; margin-bottom: 0;}
    #header h1 a { background-position: center center;} 
    #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; }
    #header .search { display: none;}

/* 2026/01/14 ADD[S] */
    #header .search {
        display: none;
        position:absolute; top: 60px; right: 5px; z-index: 999999;
        padding:20px;
        width: 250px;
        background: #fff;
        border: 3px solid #4CB2E6;
        border-radius: 15px;
    }
    #header .search::before {
        position: absolute; top: -16px; right:63px;
        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 {
        display: none;
        position:absolute; top: 65px; right: 5px;  z-index: 999999;
        width:90%; max-width: 300px;
        background: #fff;
        border: 3px solid #4CB2E6;
        border-radius: 15px;
    }
    #change::before { left: inherit; top: -16px; right:10px;}
/* 2026/01/14 ADD[E] */

    #header .b_search { display: block; background-size:35px auto !important;}
    #navi ul li a { font-weight: 400;}
    #navi ul li img { margin-bottom:0; max-width: 30px;}
}




/*====================================================================================================
  CONTENT
====================================================================================================*/
#container { clear:both; width:100%;}

@media only screen and (max-width:768px){
}
@media only screen and (max-width:468px){
}



/*====================================================================================================
  FOOTER
====================================================================================================*/
#footer { position: relative; background: #fff;}
#footer::before {
    position: absolute; top: -49px; left: 0;
    display: block; clear: both; content:"";
    width: 100%; height: 50px;
    background:url("../img/wave_w.png") no-repeat top center;
    background-size: auto 100%;
}
#footer .inner {
    position: relative;
    display: flex; flex-direction: column; justify-content: space-between; gap:40px;
    padding: 70px 0;
}

/* LOGO */
#footer .logo { margin: auto; width: 445px;}

/* ADDRESS */
#footer .address {
    display: flex; flex-direction: column; justify-content: center; gap:5px;
    text-align: center;
}
#footer .address span { display: block;}
#footer .address b { display: block;}
#footer .address a { color: #222;}

/* LINK */
#footer .f_link { padding: 5px 0; text-align: center;}
#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: center;}
#footer .btn { width: 200px;}
#footer .btn a {
    display: block;
    padding:10px 20px;
    font-weight: 700;
    text-decoration: none;
    background-size: 20px auto !important;
    border-radius: 50px;
}
#footer .btn.b_b a { color: #fff; background:#4CB2E6 url("../img/icon_arrow_w.svg") no-repeat 90%center;}

/* COPYRIGHT */
#footer .copy {
    padding: 10px 0;
    font-size: 75%;
    text-align: center;
    color: #fff;
    background:#4CB2E6;
}
@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: -30px; height: 30px;}
}
@media only screen and (max-width:600px){
    #footer .inner { padding: 60px  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 .logo { width: 250px;}
    #footer .address p:nth-child(1) { font-size: 87.5%;}
    #footer .address p:nth-child(2) { font-size: 75%; line-height: 150%;}
    #footer .f_link li { line-height:12px;}
    #footer .f_link li a { font-size: 62.5%;}
    #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:150px; right:30px; z-index: 999999;}
#page a { text-indent: -9999px; background:#4CB2E6 url("../img/icon_pagetop.svg") no-repeat; background-size: 100% auto;}
#page::before {
    position: absolute; left: -10px; bottom: -85px;
    display: block; clear: both; content:"";
    width: 90px; height: auto;
    aspect-ratio:128 / 137;
    background: url("../img/pagetop.png") no-repeat;
    background-size: 100% auto;
}
@media only screen and (max-width:468px){

}


/*====================================================================================================
  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; }