 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: #FFFCF6;
    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: 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 { padding: 20px 0;}

/* Logo */
#header h1 { margin: auto; width: 70%; max-width: 830px;}
#header h1 a {
    display: block;
    width: 100%; height: auto;
    aspect-ratio:831 / 139;
    text-indent: -9999px;
    background:url("../img/logo3.png") no-repeat;
    background-size: 100% auto;
}

/*------------------------------------------------------------
 SETTING
------------------------------------------------------------*/
/* 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_setting {
    width: 110px;
    background:#fff url("../img/icon_setting.svg") no-repeat 10px center;;
    background-size: 20px auto;
}

/* SETTING */
#change {
    display:none;
    position:absolute; top: 70px; right: 0; z-index: 9;
    padding:20px;
    width: 90%; max-width: 250px;
    background: #fff;
    border: 3px solid #F8CBC8;
    border-radius: 15px;
}
#change::before {
    position: absolute; top: -16px; left: 170px !important;
    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 #F8CBC8;
    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;}

@media only screen and (min-width:768px){
    #header .b_setting:hover { opacity: 0.7;}
}
@media only screen and (max-width:768px){
}
@media only screen and (max-width:468px){
    #header .inner { display:block; padding: 0; width: 100%;}
    #header h1 { margin: 0 10px; width: 70%; max-width: 830px;}
    #header h1 a {
        display: block;
        width: 100%; height: 60px;
        aspect-ratio:831 / 139;
        text-indent: -9999px;
        background:url("../img/logo3.png") no-repeat left center;
        background-size: 100% auto;
    }
    #header .btn_box { top:5px; right: 10px; 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;
        margin: auto; width:90%; max-width: 300px;
    }
    #change::before { left:240px !important; }

}



/*====================================================================================================
  CONTENT
====================================================================================================*/
#container { clear:both; width:100%;}
#container　.contents {}



/*====================================================================================================
  FOOTER
====================================================================================================*/
#footer { clear:both; width:100%; border-top:5px solid #F8CBC8;}
#footer .inner {
    display: flex; flex-wrap: wrap; justify-content: space-between; gap:40px;
    padding: 80px 0;
}

/* LOGO */
#footer .logo {
    margin: auto;
    width: 70%;  max-width: 474px; height: auto;
    aspect-ratio:474 / 97;
    text-indent: -9999px;
    background: url("../img/logo2.png") no-repeat;
    background-size: 100% auto;
}

/* ADDRESS */
#footer .address {
    display: flex;
    padding: 30px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
}
#footer .address dl { padding:0 30px; width: 33.3%;}
#footer .address dl + dl { border-left: 1px solid #ddd;}
#footer .address dl dt {
    display: flex; flex-wrap: wrap; align-items: center; gap:10px;
    margin-bottom: 5px; line-height: 120%;
}
#footer .address dl dt span:nth-child(1) { width: 56px;}
#footer .address dl dt b { font-size: 87.5%; display: block;}
#footer .address dl dt small { font-size: 75%;}
#footer .address dl dd { font-size: 87.5%; line-height: 150%;}

/* 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 .btn { width: 200px;}
#footer .btn a {
    display: block;
    padding:5px 20px;
    color: #513E3E;
    font-weight: 500;
    text-decoration: none;
    background:#F8CBC8 url("../img/icon_arrow_b.svg") no-repeat 90%center;
    background-size: 20px auto;
    border-radius: 50px;
}

/* 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 .inner { padding: 40px  0; gap:20px;}
    #footer .address {
        flex-direction: column;
        padding:10px;
    }
    #footer .address dl { margin:auto; padding:20px 0; width:auto;}
    #footer .address dl + dl { border-left:none; border-top: 1px solid #dddd;}
    #footer .address dl dt span:nth-child(1) { width: 40px;}
    #footer .address dl dt small { font-size: 75%;}
    #footer .address dl dd { font-size: 75%;}
    #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 .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:#F8CBC8 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; }