@charset "utf-8";
/* CSS Document */

/* 共通 */

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}


* {
	box-sizing: border-box;
	outline: none;
    color: #444;
}
html {
    font-size: 62.5%;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body {
	width: 100%;
	height: 100%;
    font-size: 1.8rem;
    
}
a {
	text-decoration: none;
}
a:hover {
	opacity: 0.8;
}
img {
    width: 100%;
}
#wrap {
	width: 100%;
	height: auto!important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
}
.innerbox {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
header {
    width: 100%;
    border-bottom: 10px solid #ffd100;
    padding: 10px 30px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
}
header #head {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
h1 {
    width: auto;
    max-width: 350px;
}
h2 {
   font-size: 3.0rem;
    font-weight: bold;
    margin-bottom: 30px;
    color: #17458f;
}
h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}
h3 span {
    width: 80px;
    height: 3px;
    background-color: #ffd100;
    display: block;
}
h4 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}
h4 span {
    width: 80px;
    height: 3px;
    background-color: #e04403;
    display: block;
}
nav {
    width: 70%;
}
nav ul {
    justify-content: flex-end;
    gap: 5%;
}
nav ul a {
    font-size: 1.6rem;
    border-bottom: 3px solid #fff;
}
nav ul a:hover {
    padding-bottom: 5px;
    border-bottom: 3px solid #ffd100;
}


/* footer */
footer {
	width: 100%;
    height: auto;
	position: relative;
	bottom: 0;
}
.undernav {
    display: flex;
    justify-content: center;
    border-bottom: 3px solid #ffd100;
}
.undernav li {
    margin: 0 30px 15px;
}
.undernav li a:hover {
    text-decoration: underline;
}
.menu_nav {
    width: 80%;
    height: auto;
    display: flex;
    justify-content: center;
    margin: 0 auto 10px;
    text-align: center;
}
.menu_nav li {
    width: 100%;
}
.menu_nav li a:hover {
    text-decoration: underline;
}
.footerflex {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.fth1 {
    font-size: 2.4rem;
    color: #010135;
    font-weight: bold;
    line-height: 1.25;
}
.fth1 span {
    font-size: 1.4rem;
    color: #333;
    font-weight: normal;
    display: block;
}
.ft_address {
	width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fffae5;
}
.ft_address div {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.ft_address ul {
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.ft_address ul li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.ft_address ul li span {
    display: block;
}
.ft_address ul li span:first-child {
    width: 6em;
}
footer .googlemap {
	width: 100%;
    height: 480px;
}
footer .googlemap iframe {
    width: 100%;
	height: 100%;
}

footer small {
	width: 100%;
	height: auto;
	color: #666;
    background-color: #ffd100;
	display: block;
	text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1;
}

/* pankuzu */
#pankuzu {
    width: 100%;
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
}
#pankuzu p {
    margin: 20px 0 20px 20px;
}
#pankuzu a:hover {
    text-decoration: underline;
}
/* main */
main {
    margin-bottom: 80px;
}
/* 汎用 */
.red {
    color: #e10a0a;
}
.blue {
    color: #17458f;
}
.skincolorBg {
    background-color: #fffae5;
}
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }
.fs20 { font-size: 20px; }
.fs22 { font-size: 22px; }
.fs24 { font-size: 24px; }
.fs26 { font-size: 26px; }
.fs28 { font-size: 28px; }
.fs30 { font-size: 30px; }
.fs36 { font-size: 36px; }
.fs40 { font-size: 40px; }
.fontB {
    font-weight: bold;
}
.clear { clear: both; }
.nopc { display: none; }
.flex2column {
    display:flex;
    gap: 30px;
    justify-content: space-between;
}
.mt60 { margin-top: 60px; }
.innermb80 {
    margin-bottom: 80px;
}
.flexbox { display: flex; }