body {
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size:16px;
	color: #555;
	min-width:100%;
	-webkit-text-size-adjust: 100% ;/* iPhoneフォントサイズ拡大対策 */
    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(../image/spacer.gif); /* AndroidページのP要素の隙間対策 */
}
iframe { border: none;}
a:link {color:#2F8CE8; outline:none; }
a:visited {color:#2F8CE8;}

#wrapper { }
#base { position: relative; left: 0; transition: all .3s;}
.inner { margin: auto; width: 90%; max-width: 1200px;}

.pc {display:block;}
.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;}
    .sp { display:block;}
}


/*======================================================================
  HEADER
======================================================================*/
#header { display: flex; justify-content: space-between;}
#header .h_cont { display: flex; justify-content: space-between; gap:30px; padding: 20px 0;}
#header .h_cont .nav { display: flex; flex-direction: column; gap:20px;}

/* Logo */
#header h1 { padding:30px; width: 322px;}
#header h1 a {
    display: block;
    width:100%; height: 60px;
    text-indent: -9999px;
    background: url("../img/logo.png") no-repeat center center;
    background-size: 100% auto;
}

/* Change */
#change { display: flex; justify-content: flex-end; align-items: center; gap:20px;}
#change ul.txt_size { display: flex; gap:5px; font-size: 87.5%; font-weight: 400; overflow: hidden;}
#change ul.txt_size li,
#change ul.txt_size li a { line-height: 35px;}
#change ul.txt_size li a {
    cursor: pointer;
	display:block;
	width:50px;
    text-align: center;
	color:#222;
    background:#fff;
    border: none;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #ddd;
}
#change ul.txt_size li#txt_l a { color: #fff; background:#3A403E;}
#change ul.bg_color { display: flex; gap:5px; font-size: 87.5%; font-weight: 400; overflow: hidden;}
#change ul.bg_color li,
#change ul.bg_color li a { line-height: 35px;}
#change ul.bg_color li a {
	display:block;
	width:35px;
    text-align: center;
	color:#fff;
    text-decoration: none;
	border-radius: 3px;
}
#change ul.bg_color li:nth-child(2) a { background:#000000;}
#change ul.bg_color li:nth-child(3) a { background:#2F8CE8;}
#change ul.bg_color li:nth-child(4) a { background:#fff; border: 1px solid #ddd; color: #222;}
#change .search { position: relative; width: 150px;}
#change .search form { position: relative; display: block;}
#change .search input.sa_txt {
	padding:10px 35px 10px 10px;
	width:100%;
	height:35px;
    font-size: 100%;
    font-weight: 400;
    color: #222;
    background: rgba(47,140,232,0.07);
    border: none;
    border-radius:5px;
	box-sizing: border-box;
}
#change .search input.sa_bo {
    cursor: pointer;
	position: absolute; top: 0; right:0;
    width:35px; height:35px;
	text-indent: -9999px;
	background:url("../img/icon-search.png") no-repeat center center;
	background-size:20px auto;
	border:none;
}
#change .search input.sa_bo:hover { opacity: 0.5; filter: alpha(opacity=50); -moz-opacity: 0.5;}

/* Navi */
.nav_btn { display:none;}
#nav ul { display: flex; justify-content: flex-end; gap:30px;}
#nav ul li a { font-size: 125%; color:#222; text-decoration: none;}
#nav .telsp { display:none;}

/* Tel */
#header .tel {
    padding:20px 15px 20px 50px;
    background: #2F8CE8 url("../img/icon-tel1.png") no-repeat 15px center;
    background-size: 30px auto;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#header .tel a { color: #fff; text-decoration: none;}
#header .tel small,
#header .tel b { display: block;}
#header .tel small { font-size:75%;}
#header .tel b { font-family: Arial, Helvetica, "sans-serif"; font-size:175%; font-weight: normal;}
@media only screen and (min-width:768px){
    #header h1 a:hover { opacity: 0.7;}
    #nav ul li a:hover { color: #2F8CE8;}
    #header .tel:hover { opacity: 0.7;}
    #change ul.txt_size li a,
    #change ul.bg_color li a { display: block;}
}
@media only screen and (max-width:1195px){
    #header h1 { width: 30%; }
    #header h1 a { width:100%; }
    #change { gap:10px;}
    #change ul.txt_size,
    #change ul.bg_color {font-size: 75%;}
    #change .search { position: relative; width: 120px;}
    #header .tel small { font-size:62.5%;}
    #header .tel b { font-size:125%;}
    #nav ul { gap:20px;}
}
@media only screen and (max-width:1020px){
    #header .tel,
    #header .tel a { margin: 0; padding: 0; width:50px;}
    #header .tel a { text-indent: -9999px;}
}
@media only screen and (max-width:800px){
    #header { 
        position: sticky; top: 0; left: 0; z-index: 9999;
        border-bottom: 1px solid #ddd;
        background: #fff;
    }
    #header .h_cont { padding: 0;}
    #header h1 { padding: 0; width: calc(100% - 80px);}
    #header h1 a { height:80px; background-position: 20px center; background-size:250px auto;}
    #change ul.txt_size,
    #change ul.bg_color,
    #change .search,
    #header .tel { display:none;}
    .nav_btn {
        display: block;
        cursor: pointer;
        position:fixed; top:0; right:0;
        width: 80px; height:80px;
        box-sizing: border-box;
        z-index: 99999;
    }
    .nav_btn span {
        display: inline-block;
        position: absolute; left:0; right: 0; margin:auto;
        width:30px; height:4px;
        background:#2F8CE8;
        transition: all .3s;
        border-radius: 4px;
    }
    .nav_btn span:nth-of-type(1) { top:28px;}
    .nav_btn span:nth-of-type(2) { top:38px;}
    .nav_btn span:nth-of-type(3) { top:48px;}
    .nav_btn small { position: absolute; bottom:5px; width: 100%; font-size: 10px; text-align: center; letter-spacing: 2px;}
    .nav_btn.active span:nth-of-type(1) { top:38px; transform:rotate(-45deg);}
    .nav_btn.active span:nth-of-type(2) {opacity: 0;}
    .nav_btn.active span:nth-of-type(3) { top:38px; transform:rotate(45deg);}
    #nav {
        display: none;
        position: absolute;  top:80px; right: 0;
        width: 100%;
        background:#2F8CE8;
    }
    #nav ul {
        flex-direction: column; gap: 0;
        padding:40px 20px 20px;
        width: 100%;
    }
    #nav ul li { border-bottom: 1px solid rgba(255,255,255,0.20);}
    #nav ul li a { display: block; padding: 20px; font-size:100%; color:#fff; text-decoration: none;}
    #nav .telsp { display: flex; justify-content: center; width: 100%; padding-bottom: 40px;}
    #nav .telsp a {
        display: block;
        padding:20px 15px 20px 50px;
        color: #fff; text-decoration: none;
        background: url("../img/icon-tel1.png") no-repeat 15px center;
        background-size: 30px auto;
    }
    #nav .telsp small,
    #nav .telspl b { display: block;}
    #nav .telsp small { font-size:75%;}
    #nav .telsp b { font-family: Arial, Helvetica, "sans-serif"; font-size:175%; font-weight: normal;}
}


/*======================================================================
  CONTENT
======================================================================*/
#content { clear:both;}
@media only screen and (max-width:768px){
}
@media only screen and (max-width:468px){
}


/*======================================================================
  FOOTER
======================================================================*/
#footer {
    clear:both;
    border-top:5px solid #2F8CE8;
}
#footer .inner {
    display: flex; flex-direction: column; gap:60px 0;
    padding: 100px 0;
    padding-right: 400px;
    background: url("../img/sakawa_keyvisual.png") no-repeat right center;
    background-size: 380px auto;
}
#footer .cont { display: flex; flex-wrap: wrap; justify-content: space-between; gap:20px;}

/* banner */
#footer .f_bana { display: flex; flex-wrap: wrap; gap:20px;}
#footer .f_bana p { width: calc(25% - 15px);}
#footer .f_bana img { width: 100%; height: auto;}

/* address */
#footer .f_add {}
#footer .f_add .logo {
    margin-bottom: 20px;
    width: 322px; height:60px;
    text-indent: -9999px;
    background: url("../img/logo.png") no-repeat;
    background-size: 100% auto;
}
#footer .f_add span { display: inline-block;}

/* footer_nav */
#footer .f_nav { display: flex; gap:20px;}
#footer .f_nav ul {  display: flex; flex-direction: column; gap:10px;}
#footer .f_nav ul li a {
    padding-left:25px;
    color: #222;
    text-decoration: none;
    background: url("../img/icon-arrow2.png") no-repeat left center;
    background-size: 20px auto;
}

/* footer_copy */
#footer .copy {}

@media only screen and (min-width:768px){
    #footer .f_nav ul li a:hover { color:#2F8CE8;}
}
@media only screen and (max-width:768px){
    #footer .inner { padding-right: 270px; background-size: 250px auto; }
    #footer .f_bana { gap:10px;}
    #footer .f_bana p { width: calc(25% - 7.5px);}
    #footer .f_nav { display:none;}
}
@media only screen and (max-width:468px){
    #footer .inner { padding:10% 5%; background:none; gap:40px 0}
    #footer .inner .cont:nth-child(2) {
        justify-content: center;
        padding-bottom: 180px;
        background: url("../img/sakawa_keyvisual.png") no-repeat center bottom;
        background-size: 110px auto;
    }
    #footer .f_bana p { width: calc(50% - 5px);}
    #footer .f_add .logo { width: 250px; height:45px;}
    #footer .f_add { font-size: 75%;}
    #footer .copy { font-size:10px; text-align: center;}
}


/*======================================================================
  PAGE
======================================================================*/
#page,
#page a { display:block; width:60px; height:60px;}
#page { position: fixed; bottom:30px; right:30px;}
#page a {
	text-indent: -9999px;
	background:#2F8CE8 url( "../img/icon_pagetop.png") no-repeat center center;
    background-size: 30px auto;
    border-radius: 60px;
}
@media only screen and (max-width:768px){
    #page { position: fixed; bottom:10px; right:10px;}
}


/*======================================================================
  TEXT COLOR
======================================================================*/
.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;}