 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;
}

select {
	-webkit-appearance: none;
}

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;}
a:link {color:#151BBC; outline:none; }
a:visited {color:#151BBC;}
a[href^="tel:"] { text-decoration:none; pointer-events:none ; text-emphasis: none !important;}
a[href^="fax:"] { text-decoration:none; pointer-events:none ;}

#wrapper { overflow: hidden;}
#base { position: relative; left: 0; transition: all .3s;}
#container img { width: 100%; height: auto;}
.inner { margin: auto; width: 90%; max-width: 1000px;}

.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:block;}
    .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;}

	 body {
	 	font-size:115%;
	}
}


/* =========================================================================================
Layout
=========================================================================================*/
#wrapper{
    position:relative;
}
#container{
}
article {
}
section {
}
.inner {
    position:relative;
    margin: 0 auto;
    padding: 100px 0;
    width: 90%;
    max-width: 1000px;
    box-sizing:border-box;
}
@media only screen and (max-width:768px){
}
@media only screen and (max-width:468px){
}



/*====================================================================================================
  HEADER
====================================================================================================*/
#header {
    position: relative; z-index: 9999;
    overflow: hidden;
}
#header .inner {
    display: flex; flex-wrap:wrap; justify-content: space-between; align-items: flex-start; padding:30px 0 0;
    width: 96%; max-width: none;
}


/* LOGO */
#header h1 {  width: 415px; height: auto; aspect-ratio: 461 / 78;}
#header h1 a {
    display: block;
    width:100%; height:100%;
    text-indent: -9999px;
    background: url("../img/logo.png") no-repeat;
    background-size: 100% auto;
}


/* Change */
#change {
    position: absolute; top: 10px; right:0;
    display: flex; flex-wrap: wrap; justify-content: flex-end; gap:15px;
    padding: 5px 20px 5px 40px;
    background:#F7F5F6;
    border-radius: 100px;
}
#change ul { display: flex; gap:5px; 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: 3px;
    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.txt_size li a { width:40px;}
#change ul.bg_color li a { width:30px;}
#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;}
#change .search { position: relative; width: 180px;}
#change .search img { width:auto;}
#change .search form { position: relative; display: block;}
#change .search input.sa_txt {
	padding: 0 0 0 10px;
	width:100%;
	height:28px;
    font-size: 100%;
    font-weight: 400;
    color: #222;
    border: none;
    background: #fff;
    border: none;
    border-radius:5px;
}
#change .search input.sa_bo {
    cursor: pointer;
	position: absolute; top: 0; bottom: 0; right:0;
    width:28px; height:28px;
    text-indent: -9999px;
	background:url("../img/icon_search.png") no-repeat center center;
	background-size:18px auto;
    border: none;
}


/* SEARCH */
#header .btn {
    position: absolute; top:60px; right: 0;
    width: 390px;
}
#header .btn a {
    display: block;
    padding:10px 10px 10px 50px;
    text-decoration: none;
    color: #fff;
    font-size: 125%;
    font-weight: 500;
    background:#33B9B1 url("../img/icon_search.svg") no-repeat 20px center;
    background-size: 25px auto;
    border-radius: 100px;
    box-shadow: 0px 6px 0px 0px #31A8A1;
}


/* NAV */
#header #nav { clear: both; margin: auto; padding: 20px 0 0; width: 100%;}
#header #nav ul { display: flex; justify-content:center;}
#header #nav ul li a { 
    display: block;
    padding: 20px 20px 30px;
    color:#222;
    font-size: 150%;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    letter-spacing: -1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#header #nav ul li a.active { color: #fff; background: #33B9B1;}
@media only screen and (min-width:768px){
    #header .btn a:hover { background-color: #31A8A1; box-shadow: 0px 0px 0px 0px #31A8A1;}
    #header #nav ul li a:hover { color:#33B9B1;}
}
@media only screen and (max-width:968px){
    #header #nav ul li a { font-size:125%;}
}
@media only screen and (max-width:768px){
    #header .inner { display:block; padding: 0 0 60px; width: 100%;}
    #header h1 { width: auto; aspect-ratio:none;}
    #header h1 a {
        width: calc(100% - 140px); min-height: 80px;
        background-position: 10px center;
        background-size: 90% auto;
        box-sizing: border-box;
    }
    #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:#33B9B1;
        border-radius: 4px;
        transition: all .3s;
    }
    #header .nav_btn span:nth-of-type(1) {top:20px;}
    #header .nav_btn span:nth-of-type(2) {top:32px;}
    #header .nav_btn span:nth-of-type(3) {top:43px;}
    #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 .nav_btn small { display: block; position: absolute; bottom:8px; width:100%; text-align: center; color: #000; font-size: 10px;}
    #header #nav { 
        display: none;
        position:fixed; top:140px; z-index: 999;
        padding: 0;
        height: calc(100vh - 140px);
        background:#33B9B1;
    } 
    #header #nav ul { 
        flex-direction: column; gap:0;
        padding: 30px 30px 50px;
    }
    #header #nav ul li { width: 100%; border-bottom: 1px solid rgba(255,255,255,0.30);}
    #header #nav ul li a { padding:20px; text-align: left !important; color: #fff; }
    #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 .change_btn small { display: block; position: absolute; bottom:8px; width:100%; text-align: center; color: #000; font-size: 10px;}
    #header .btn {
        top:80px; left: 0; right: 0;
        margin: auto;
        width: 96%;
    }
    #header .btn {
        position: absolute; top:80px; right: 0; left: 0;
        margin: auto;
    }
    #header .btn a {
        display: block;
        padding:7px 10px 7px;
        text-decoration: none;
        color: #fff;
        font-size: 100%; text-align: center;
    }    
    #change {
        display: none;
        position:fixed; top:140px; z-index: 999;
        padding: 20px;
        width: 100%;
        height: calc(100vh - 140px);
        background: #f6f6f6;
        border-radius: 0;
    }
    #change .txt_size,
    #change .bg_color { padding: 20px 0;  border-bottom: 1px solid #ddd;}
}



/*====================================================================================================
  CONTENT
====================================================================================================*/
#container { clear:both; width:100%;}
#container　.contents {}



/*====================================================================================================
  FOOTER
====================================================================================================*/
#footer {
    position: relative;
    clear:both; width:100%;
    background:rgba(234,247,246,0.50);
    border-top: 5px solid #33B9B1;
}
#footer .inner {
    display: flex; flex-wrap: wrap; justify-content:center; gap:40px 80px;
    padding: 80px 0;
}
#footer .inner .illust { position: absolute; right: 0; bottom: -20px; width: 130px;}
#footer .add {
    display: flex; flex-direction: column; gap:30px;
    max-width:420px;
}
#footer .add .logo {
    margin: auto;
    width: 415px; height: auto; aspect-ratio: 461 / 78;
    text-indent: -9999px;
    background: url("../img/logo.png") no-repeat;
    background-size: 100% auto;
}
#footer .nav {
    display: flex; flex-wrap: wrap; gap:20px;
    max-width:480px;
}
#footer .nav a { color: #000; text-decoration: none;}
#footer .nav .cont1 { display: flex; flex-wrap: wrap; gap:15px 0; width: 100%;}
#footer .nav .cont1 p { width: 33.3%;}
#footer .nav .cont1 p a {
    padding:0 0 3px 35px;
    font-size:112.5%;
    font-weight: 500;
    background: url("../img/arrow_e.svg") no-repeat;
    background-size: 25px auto;
    line-height:25px;
}
#footer .nav .cont2 { display: flex; gap:10px 20px; width: 100%;}
#footer .nav .cont2 p a {
    padding:0 0 3px 25px;
    text-decoration: underline;
    background: url("../img/arrow_e2.svg") no-repeat;
    background-size: 25px auto;
}
#footer .copy {
    padding: 10px;
    text-align:center;
    font-size: 87.5%;
    background: #fff;
}
@media only screen and (min-width:750px){
    #footer .nav .cont1 p a:hover { color: #33B9B1;}
    #footer .nav .cont2 p a:hover { color: #33B9B1;}
}
@media only screen and (max-width:1016px){
    #footer .inner { padding-bottom: 100px;}
    #footer .add .address { text-align: center;}
    #footer .nav .cont2 { justify-content: center;}
    #footer .inner .illust { margin: auto; left: 0; right: 0; bottom: 0; width: 70px;}
    #footer .inner .illust img { width:100%;}
}
@media only screen and (max-width:768px){
}
@media only screen and (max-width:468px){
    #footer .inner { gap:30px;}
    #footer .add { gap:30px;}
    #footer .add .logo { width:380px;}    
    #footer .add .address { font-size: 87.5%;}    
    #footer .nav .cont1 { display:none;}
}



/*====================================================================================================
  PAGE
====================================================================================================*/
#page,
#page a { display:block; width:50px; height:50px;}
#page { position: fixed; bottom:20px; right:20px; z-index: 999999;}
#page a {
    text-indent: -9999px;
    background:#AECDD5 url("../img/page_top.svg") no-repeat;
    border-radius: 100px;
}
@media only screen and (max-width:768px){
}



/*====================================================================================================
  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;}


#header #nav ul li a.active:hover{
	color:#FFF;
}