 body {
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", "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%;
    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: 468px;}
    .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: 96%;
    max-width: 1100px;
    box-sizing:border-box;
}
@media only screen and (max-width:768px){
	.inner {
		width:90%;
	
	}

}
@media only screen and (max-width:468px){
}



/*====================================================================================================
  HEADER
====================================================================================================*/
#header {
    position: relative;
	z-index: 999;
    overflow: hidden;
    background: url("../../img/line.png") repeat-x top center;
    background-size: auto 10px;
}
#header .inner { 
    padding:20px 0;
    width: 100%; max-width:inherit;
}


/* LOGO */
#header .logo1 { position: absolute; top: 15px; left: 0;}
#header .logo1 a {
    display: block;
    width: 227px; height: auto;
    aspect-ratio: 227 / 111;
    text-indent: -9998px;
    background: url("../../img/logo1.png") no-repeat;
    background-size: 100% auto;
}
#header h1 { margin: 0 auto; padding-top: 100px; width:100%;}
#header h1 a {
    display: block;
    margin: 0 auto 20px;
    width:100%; max-width: 595px;
    text-indent: -9999px;
    aspect-ratio: 85 / 12; 
    background: url("../../img/logo2.png") no-repeat;
    background-size: 100% auto;
}


/* Change */
#change { position: absolute; top:20px; right:20px; z-index: 999;}
#change .change_container { display: flex; flex-wrap: wrap; justify-content: flex-end; gap:15px;}
#change ul { display: flex; gap:5px; font-weight: 400;}
#change ul li,
#change ul li a { line-height:45px;}
#change ul li a  {
    cursor: pointer;
	display:block;
	width:45px;
    color: #222;
    text-decoration: none;
    text-align: center;
	background:#F6F6F6;
    border-radius:45px;
    box-sizing: border-box;
}
#change ul li:nth-child(1) { padding-right: 5px;}
#change ul.txt_size li a { width:45px; text-indent: -9999px;}
#change ul.bg_color li a { width:45px;}
#change ul.txt_size li#txt_l a { background:#F6F6F6 url("../img/txtsize_l.svg") no-repeat;}
#change ul.txt_size li#txt_m a { background:#F6F6F6 url("../img/txtsize_n.svg") no-repeat;;}
#change ul.bg_color li#bg_k a { background:#000000; color: #fff;}
#change ul.bg_color li#bg_b a { background:#206AAA; color: #fff;}
#change ul.bg_color li#bg_w a { background:#F6F6F6; color: #222;}
#change .search { position: relative; width: 200px;}
#change .search form { position: relative; display: block;}
#change .search input.sa_txt {
	padding: 0 0 0 5px;
	width:100%;
	height:45px;
    font-size: 100%;
    font-weight: 400;
    color: #222;
    border: none;
    background:#F6F6F6;
    border: none;
    border-radius:45px;
}
#change .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_e.svg") no-repeat center center;
	background-size:25px auto;
    border: none;
}
@media only screen and (min-width:768px){
    #change ul li a:hover { opacity: 0.7;}
}

/* NAV */
#header #nav { display: none; padding: 30px 20px 0;}
#header #nav ul { display: flex; gap:40px;}
#header #nav ul li a { display: block; color:#222; text-decoration: none; text-align: center;}
#header #nav ul li b,
#header #nav ul li small { display: block;}
#header #nav ul li small { font-size: 70%; line-height: 10px;}
@media only screen and (min-width:768px){
    #header #nav ul li a:hover { color:blue;}
}
@media only screen and (max-width:868px){
    #header .logo1 a { width:150px;}
    #change { max-width: 468px;}
}
@media only screen and (max-width:468px){
    #header { height: 150px; background-size: auto 7px;}
    #header .inner { display:block; padding: 0;}
    #header .logo1 { position: absolute; top: 10px; left: 0;}
    #header .logo1 a {width: 130px;}
    #header h1 { padding-top:80px; width:330px;}
    #header .nav_btn {
        position: absolute; top:0; right:0; cursor: pointer;
        width:70px; height: 80px;
    }
    #header .nav_btn span {
        display: inline-block;
        position: absolute; left:0; right: 0; margin:auto;
        width:30px; height: 4px;
        background:#93B7DE;
        border-radius: 3px;
        transition: all .3s;
    }
    #header .nav_btn span:nth-of-type(1) {top:22px;}
    #header .nav_btn span:nth-of-type(2) {top:32px;}
    #header .nav_btn span:nth-of-type(3) {top:42px;}
    #header .nav_btn.active span:nth-of-type(1) { top:32px; transform:rotate(-45deg);}
    #header .nav_btn.active span:nth-of-type(2) { opacity: 0;}
    #header .nav_btn.active span:nth-of-type(3) { top:32px; transform:rotate(45deg);}
    #header .change_btn {
        position: absolute; top:0; right:70px; cursor: pointer;
        width:70px; height: 80px;
        background: url("../img/icon_setting.svg") no-repeat center 20px;
        background-size: 30px auto;
    }
    #header .nav_btn small,
    #header .change_btn small { display: block; position: absolute; bottom:8px; width:100%; text-align: center; color: #000; font-size: 10px;}
    #header #nav,
    #header #change { 
        display: none;
        position:fixed; top:150px; left: 0;
        margin: 0; padding: 0;
        width: 100%;
        height: calc(100vh - 150px);
        z-index: 999;
        background: #f6f6f6;
        border-radius: 0;
        overflow-y:scroll;
    }
    #header #nav ul { 
        flex-direction: column; gap:0;
        padding: 30px 30px 50px;
    }
    #header #nav ul li { width: 100%; border-bottom: 1px solid #ccc;}
    #header #nav ul li a { padding:10px 20px; text-align: left !important; }
    #header #nav ul li b,
    #header #nav ul li small { display:inline;}
    #header #nav ul li small { margin-left: 20px;}
    #change .change_container { padding: 30px 30px 50px; flex-direction: column; gap:0;}
    #change .txt_size,
    #change .bg_color { padding: 20px 0;  border-bottom: 1px solid #ddd;}
    #change ul.txt_size li#txt_l a { background-color:#fff;}
    #change ul.txt_size li#txt_m a { background-color:#fff;}
    #change ul.bg_color li#bg_w a { background:#fff;}
    #change .search { margin-top: 20px; width: 100%;}
    #change .search input.sa_txt { background:#fff;}
}



/*====================================================================================================
  CONTENT
====================================================================================================*/
#container { clear:both; width:100%;}
#container　.contents {}



/*====================================================================================================
  FOOTER
====================================================================================================*/
#footer {
    clear:both; width:100%;
    background-image: url("../../img/line.png"), url("../../img/footer_bg.png");
    background-repeat: repeat-x, repeat-x;
    background-position: top center, center bottom;
    background-size: auto 10px, auto auto;
}
#footer a { color:#222; text-decoration: none;}
#footer .f_box { padding:80px 0;}
#footer .logo {
    margin: 0 auto 20px;
    width: 80%; max-width: 440px;
    text-indent: -9999px;
    aspect-ratio: 85 / 12; 
    background: url("../../img/logo2.png") no-repeat;
    background-size: 100% auto;
}
#footer .add {
    display: flex; flex-direction: column; justify-content: center; gap:10px;
    font-size: 87.5%;
}
#footer .add p { text-align: center;}
#footer .add b { font-size: 125%;}
#footer .add p:nth-child(3) {
    display: block;
    margin: auto;
    padding: 10px;
    width: 230px;
    table-layout: auto;
    background: #F6F6F6;
    border-radius: 30px;
}
#footer .copy { padding: 20px 0; font-size: 87.5%; text-align: center;}
@media only screen and (min-width:750px){
}
@media only screen and (max-width:750px){
    #footer .copy { font-size: 75%;}
}


/*====================================================================================================
  PAGE
====================================================================================================*/
#page,
#page a { display:block; width:97px; height:auto; aspect-ratio: 97/ 163; }
#page { position: fixed; bottom:30px; right:20px; z-index:9;}
#page a {
    text-indent: -9999px;
    background:url("../../img/page_top.png") no-repeat;
    background-size: 100% auto;
}
@media only screen and (max-width:750px){
    #page { bottom:40px;}
    #page,
    #page a { width:80px;}
}


/*====================================================================================================
  FIX CONTENT
====================================================================================================*/
#fix_nav { display: none;}
@media only screen and (max-width:750px){
    #fix_nav {
        display: block;
        position: fixed; left: 0; bottom: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
        z-index: 999;
    }
    #fix_nav p { float: left; width: 25%;}
    #fix_nav p + p { border-left: 1px solid #ddd;}
    #fix_nav p a {
        display: block;
        padding: 10px 0 5px;
        color:#222;
        font-size: 11px;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
        line-height: 120%;
    }
    #fix_nav p a::before {
        display: block; content:""; clear: both;
        margin: 0 auto 5px; width: 30px; height: 30px;
        background-size: 100% auto !important;
    }
    #fix_nav p:nth-child(1) a::before  {background:url("../img/icon_tel.svg") no-repeat;}
    #fix_nav p:nth-child(2) a::before  {background:url("../img/icon_mail.svg") no-repeat;}
    #fix_nav p:nth-child(3) a::before {background:url("../img/icon_map.svg") no-repeat;}
    #fix_nav p:nth-child(4) a::before {background:url("../img/icon_cart.svg") no-repeat;}
}


/*====================================================================================================
  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;}

/* 20250724 add */
.hide { display:none; }