@charset "utf-8";

html{
	font-size: 62.5%;
}
body{
	background: #f9f5e5;
	font-size: 1.4rem;
	color: #666666;
	min-width: 1000px;
}
.inner{
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}
.s_inner{
	max-width: 680px;
	margin: 0 auto;
}
.news .s_inner{
	text-align: center;
	max-width: 100%;
	margin: 0 auto;
}
a{
	transition: .3s all;
}
a:hover{
	opacity: 0.8;
}
area:hover{
	opacity: 0.8;
}

@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}

/*-------------------------------------------

    Element

-------------------------------------------*/

header{
	background: #fff;
	padding: 20px 20px;
	border-bottom: solid 1px #ddd;
}
header .inner{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 26px;
}
header h1{
	position: absolute;
	left: 0;
	top: 5px;
	width: 110px;
}
header ul li{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
}
header ul li::before{
	content: "/";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	color: #F76D6D;
}
header ul li:first-child::before{
	display: none;
}
header ul li a{
	color: #F76D6D;
	font-weight: bold;
}
header .hd_cv a{
	color: #14AF14;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	font-size: 1.6rem;
}
header .hd_cv a.tel b{
    background: url(images/tel.png) no-repeat left 1px;
    background-size: 19px;
    padding: 0 0 0 24px;
    margin: 0 0 0 60px;
    letter-spacing: 0.03em;
}
header .hd_cv a.tel span{
	display: block;
	font-size: 1.1rem;
	margin: 0 0 5px;
}
header .hd_cv a.contact{
	background: #14AF14;
    color: #fff;
    font-size: 1.6rem;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0 0 0 5px;
}

#sp_nav{
	display: none;
}


#fv{
	background: #f7f7f7;
	position: relative;
}
#fv span{
	position: absolute;
	right: 30px;
	bottom: 30px;
	max-width: 20%;
}
.fv_box{
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

#top_service{
	margin: 90px 20px;
}
#top_service h2{
	background: #14AF14;
	text-align: center;
	border-radius: 8px;
	color: #fff;
	font-size: 3rem;
	letter-spacing: 0.2em;
	margin: 0 0 10px;
	padding: 15px 0;
}
#top_service p{
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 40px;
}
#top_news{
	margin: 90px 20px;
}
#top_news h2{
	background: #9E5A00;
	text-align: center;
	border-radius: 8px;
	color: #fff;
	font-size: 3rem;
	letter-spacing: 0.2em;
	margin: 0 0 40px;
	padding: 15px 0;
}
#top_news ul{
	max-width: 940px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
#top_news ul li{
	width: 30%;
	margin-right: 2.0rem;
}
/* #top_news ul li:nth-of-type(even){
	margin: 0 5%;
} */
#top_news ul li span{
	display: block;
	margin: 10px 0;
}
#top_news ul li p{
	color: #004381;
	line-height: 1.3;
}

#sns_insta{
	margin-top: 90px;
	margin-bottom: -60px;
	padding: 0 40px 20px;
}
#sns_insta h2{
	background: #000;
	text-align: center;
	border-radius: 8px;
	color: #fff;
	font-size: 3rem;
	letter-spacing: 0.2em;
	margin: 0 0 20px;
	padding: 15px 0;
}

footer{
	background: #F9DFA8;
	padding: 50px 20px 20px;
	margin: 100px 0 0;
}
footer ul.sns{
	text-align: center;
}
footer ul.sns li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
footer ul.sns li.wrap-aftc {
	margin-right: 4.0rem;
}

footer ul.sns li a {
    display: flex;
		align-items: center;
		justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    box-sizing: border-box;
    padding: 10px;
}
footer ul.sns li a.fb{
	background: #34518C;
}
footer ul.sns li a.tw{
	background: #458CC3;
}
footer ul.sns li a.line{
	background: #39AD36;
}
footer ul.sns li a.insta{
	background: #000000;
}
footer ul.sns li a.aftc{
	width: 100%;
	height: auto;
	border-radius: 0;
	padding: 0;
}
footer ul.ft_nav{
	text-align: center;
	margin: 35px 0 0;
}
footer ul.ft_nav li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
footer ul.ft_nav li a{
	color: #333;
	font-size: 1.6rem;
}
footer p{
	text-align: center;
	margin: 20px 0 0;
	font-size: 1rem;
	color: #333;
}

.red {
	color: #ff0000;
}




/**************************************************************************************/
/**************************************************************************************/
/*--------------------------------------------------------------------------------------

    responsive

--------------------------------------------------------------------------------------*/
/**************************************************************************************/
/**************************************************************************************/

@media screen and (min-width:320px) and ( max-width: 767px) {
html{
	font-size: 62.5%;
}
body{
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	background: #fff8e9;
	font-size: 1.4rem;
	color: #666666;
	min-width: 0;
	padding: 67px 0 0;
}
.inner{
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}
.s_inner{
	max-width: 680px;
	margin: 0 auto;
}

/*-------------------------------------------

    Element

-------------------------------------------*/
header {
    background: #fff8e9;
    padding: 20px 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    box-sizing: border-box;
}
header .inner{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 26px;
}
header h1{
	position: absolute;
	left: 0;
	top: 0;
	width: 110px;
}
header ul{
	display: none;
}
header ul li{
	display: block;
	vertical-align: middle;
	position: relative;
	padding: 0 0 0 20px;
	margin: 0;
}
header ul li::before{
    content: "・";
    display: block;
    position: absolute;
    left: 12px;
    top: 12px;
    color: #F76D6D;
}
header ul li:first-child::before{
	display: block;
}
header ul li a{
    color: #F76D6D;
    font-weight: bold;
    padding: 10px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    display: block;
}
header #sp_nav{
    background: #fff;
    position: fixed;
    top: 66px;
    left: -100%;
    width: 300px;
    height: 100%;
    box-sizing: border-box;
    transition: .3s all;
}
header #sp_nav.clicked{
	left: 0;
}
header .hd_cv{
	display: block;
}
header .hd_cv a{
	color: #14AF14;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	font-size: 1.6rem;
}
header .hd_cv a.tel{
    background: url(images/tel.png) no-repeat center;
    background-size: contain;
    display: block;
    position: absolute;
    width: 40px;
    height: 30px;
    right: 45px;
    top: -3px;
}
header .hd_cv a.tel b{
    display: none;
}
header .hd_cv a.tel span{
	display: none;
}
header .hd_cv a.contact{
	background: #14AF14;
    color: #fff;
    font-size: 1.6rem;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0 0 0 5px;
    display: none;
}

#sp-menu {
    width: 30px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 999999;
    margin: -9px 0 0;
    display: block;
}
#sp-menu span {
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background: url(images/btn_bg01.png);
    background-size: 100% 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    left: 0;
    background: #F76D6D;
}
#sp-menu span.top-border {
    top: -2px;
}
#sp-menu span.middle-border {
    top: 50%;
    margin: -2px 0 0;
}
#sp-menu span.bottom-border {
    bottom: 0;
}
#sp-menu.clicked span.top-border {
    transform: rotate(-45deg);
    top: 9px;
}
#sp-menu.clicked span.middle-border {
    width: 0;
}
#sp-menu.clicked span.bottom-border {
    transform: rotate(45deg);
    bottom: 10px;
}

#sp_nav{
	display: block;
}
#sp_nav ul{
	display: block;
}


#fv{
	position: relative;
}
#fv span{
	position: absolute;
	right: 30px;
	bottom: 30px;
	max-width: 20%;
}

#top_service{
	margin: 50px 20px;
}
#top_service h2{
    background: #14AF14;
    text-align: center;
    border-radius: 15px;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    margin: 0 0 10px;
    padding: 15px 0;
}
#top_service p{
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 40px;
}
#top_news{
	margin: 50px 20px;
}
#top_news h2{
	background: #9E5A00;
	text-align: center;
    border-radius: 15px;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    margin: 0 0 10px;
    padding: 15px 0;
}
#top_news ul{
	max-width: 940px;
	margin: 0 auto;
	display: block;
}
#top_news ul li{
	background: #fff;
	width: 100%;
	max-width: 560px;
	margin: 0 auto 2.0rem;
	box-sizing: border-box;
	padding: 10px 10px 20px;
}
/* #top_news ul li:nth-child(n+2){
	display: none;
} */
#top_news ul li span{
	display: block;
	margin: 10px;
	font-size: 1.6rem;
	color: #666;
}
#top_news ul li p{
	color: #004381;
	font-size: 1.6rem;
	margin: 0 10px;
}

#sns_insta{
	margin-top: 50px;
	margin-bottom: -40px;
	padding: 0 20px 20px;
}
#sns_insta h2{
	background: #000;
	text-align: center;
	border-radius: 15px;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	margin: 0 0 10px;
	padding: 15px 0;
}

footer{
	background: #F9DFA8;
	padding: 50px 20px 20px;
	margin: 50px 0 0;
}
footer ul.sns{
	text-align: center;
}

footer ul.sns li.wrap-aftc {
	width: 100%;
	margin-right: 0;
	margin-bottom: 1.5rem;
}

footer ul.sns li a {
    display: flex;
		align-items: center;
		justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    box-sizing: border-box;
    padding: 10px;
}
footer ul.sns li a.fb{
	background: #34518C;
}
footer ul.sns li a.tw{
	background: #458CC3;
}
footer ul.sns li a.line{
	background: #39AD36;
}
footer ul.sns li a.insta{
	background: #000000;
}
footer ul.ft_nav{
	text-align: center;
	margin: 35px 0 0;
}
footer ul.ft_nav li{
	display: inline-block;
	vertical-align: middle;
	margin: 5px 5px;
}
footer ul.ft_nav li a{
	color: #333;
	font-size: 1.3rem;
}
footer p{
	text-align: center;
	margin: 20px 0 0;
	font-size: 1.2rem;
	color: #333;
}
}
