/* #共通 ========================================================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: inherit;
}
html {
	height:100%;
}
body{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000;
    margin: 0px;
    height: 100%;
	font-size: 16px;
	line-height: 22px;
    background-color: #999;
	-webkit-text-size-adjust: 100%;
}
img {
	border: none;
	vertical-align:bottom;
}
a img.img_alpha {
}
a:hover img.img_alpha {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
a  {
	color: #000;
	text-decoration: none;
}
a:hover {
    color: #000; /*下線あり*/
    text-decoration: underline;
}
.end {
	height: 0px;
	width: 100%;
	clear: left;
}
a[href^="tel:"] { cursor: default; }
.text_red {
    color: #C1272D;
}
.text_blue {
    color: #0071bc;
}
.text_sankaku {
    color: #8cc63f;
    font-size: 8px;
    line-height: 15px;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
.br-pc { display:block; }
.br-sp { display:none; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
.br-pc { display:none; }
.br-sp { display:block; }
}

#header {
    height: 100px;
    width: 100%;
    min-width: 1175px;
    position: fixed;
    z-index: 50;
    margin-top: 0px;
    text-align: center;
    background-image: url(../imgs/h_back.svg);
    background-repeat: repeat-x;
    background-position: center top;
}
#pagetop {
    width: 100%;
    min-width: 1000px;
    height: 80px;
    text-align: center;
    float: left;
    background-image: url(../imgs/btn_pagetop.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px auto;
    margin-top: 60px;
    margin-top: 150px;
}
#pagetop:hover{
	cursor:pointer;
	background-color: rgba(255,255,255,0.3);
}
#footer1 {
    height: auto;
    width: 100%;
    min-width: 1000px;
    position: relative;
    background-color: #244160;
    padding-top: 30px;
    padding-bottom: 40px;
    float: left;
}
#footer1_in {
    height: auto;
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.f_logo {
    height: auto;
    width: 270px;
    position: relative;
    float: left;
    margin-left: 30px;
}
.f_logo ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.f_logo li {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
	float: left;
}
.f_logo li.hn1 {
    width: 230px;
}
.f_logo li.hn2 {
    width: 100%;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
	margin-top: 10px;
}
.f_logo li.hn3 {
    display: none;
}
.f_menu {
    height: auto;
    width: 695px;
    position: relative;
    float: left;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 24px;
	float: left;
}
.f_menu ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.f_menu li {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
	float: left;
}
.f_menu li.hn1 {
    width: 115px;
}
.f_menu li.hn2 {
    width: 110px;
}
.f_menu li.hn3 {
    width: 130px;
}
.f_menu li.hn4 {
    width: 130px;
}
.f_menu li.hn5 {
    width: 205px;
}
.f_menu a  {
	color: #fff;
	text-decoration: none;
}
.f_menu a:hover {
    color: #fff; /*下線あり*/
    text-decoration: underline;
}
#footer2 {
    height: auto;
    width: 100%;
    min-width: 1000px;
    position: relative;
    background: linear-gradient(90deg,#009c00 0%,#009c00 50%,#af13ad 50%,#af13ad 100%);
    float: left;
}
#f_line {
    height: auto;
    width: 500px;
    position: relative;
    float: left;
	cursor: pointer;
}
#f_line:hover{
	cursor:pointer;
	background-color: #008800;
}
#f_instagram {
    height: auto;
    width: 500px;
    position: relative;
    float: left;
    background: linear-gradient(90deg,#d54c71 0%,#af13ad 40%);
	cursor: pointer;
}
#f_instagram:hover{
	cursor:pointer;
    background: linear-gradient(90deg,#af13ad 0%,#8d137c 40%);
}
#f_line2 {
    display: none;
}
#f_instagram2 {
    display: none;
}
#footer3 {
    height: auto;
    width: 100%;
    min-width: 1000px;
    position: relative;
    background-color: #006837;
    padding-top: 25px;
	float: left;
}
.f_addres {
    height: 55px;
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.f_addres ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.f_addres li {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
	float: left;
}
.f_addres li.hn1 {
    width: 195px;
    margin-left: 30px;
    margin-right: 10px;
}
.f_addres li.hn2 {
    width: 265px;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 18px;
	margin-top: -5px;
}
.f_addres li.hn3 {
    width: 195px;
}
.f_addres li.hn4 {
    width: 265px;
	margin-left: 20px;
}
#footer4 {
    height: 12px;
    width: 100%;
    min-width: 1000px;
    position: relative;
    background-color: #244160;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
	float: left;
}

.title {
    height: 280px;
    width: 900px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
	padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
}
.contents {
    height: auto;
    width: 100%;
    min-width: 1000px;
    position: relative;
    padding-bottom: 80px;
	margin-bottom: 80px;
    background-color: #FFFFFF;
}
.st {
    height: auto;
    width: 100%;
    min-width: 1000px;
    position: relative;
    background-color: #244160;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 16px;
    margin-bottom: 50px;
    float: left;
}
.green{
    font-weight: bold;
    color: green;
}

.top_img{
    max-width: 100%;
    max-height: 100%;
}

/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {

#header {
	min-width: 100%;
    height: 75px;
    background-image: none;
	background-color: #ffffff;
}
#pagetop {
    min-width: 100%;
}
#footer1 {
	min-width: 100%;
}
#footer1_in {
    width: 100%;
}
.f_logo {
    width: 713px;
    margin-left: 37px;
}
.f_logo li.hn1 {
    display: none;
}
.f_logo li.hn2 {
    display: none;
}
.f_logo li.hn3 {
	display: block;
    font-size: 28px;
    line-height: 28px;
    color: #FFFFFF;
}
.f_menu {
    display: none;
}
#footer2 {
	min-width: 100%;
}
#f_line {
    display: none;
}
#f_instagram {
    display: none;
}
#f_line2 {
    height: auto;
    width: 50%;
    position: relative;
    float: left;
	cursor: pointer;
	display: block;
}
#f_line2:hover{
	cursor:pointer;
	background-color: #008800;
}
#f_instagram2 {
    height: auto;
    width: 50%;
    position: relative;
    float: left;
    background: linear-gradient(90deg,#d54c71 0%,#af13ad 40%);
	cursor: pointer;
	display: block;
}
#f_instagram2:hover{
	cursor:pointer;
    background: linear-gradient(90deg,#af13ad 0%,#8d137c 40%);
}

#footer3 {
	min-width: 100%;
}
.f_addres {
    height: 140px;
    width: 750px;
}
.f_addres li.hn1 {
    width: 280px;
    margin-left: 37px;
    margin-right: 25px;
}
.f_addres li.hn2 {
    width: 400px;
    font-size: 22px;
    line-height: 25px;
	margin-top: 0px;
}
.f_addres li.hn3 {
    width: 280px;
	margin-left: 37px;
	margin-top: 20px;
}
.f_addres li.hn4 {
    width: 375px;
	margin-left: 25px;
	margin-top: 20px;
}
#footer4 {
    min-width: 100%;
    font-size: 18px;
    line-height: 18px;
}
.title {
    height: 230px;
    width: 750px;
	padding-top: 100px;
    padding-left: 0px;
    padding-right: 0px;
}
.contents {
    min-width: 100%;
}
.st {
    min-width: 100%;
    font-size: 30px;
}
.top_img{
    width: 100%;
}


}/* @media only screen and (max-width: 750px) */
