@charset "UTF-8";

/*--------------------------------------------------------------
共通
--------------------------------------------------------------*/
.section-padding {
	/*padding-bottom: 50px;
	padding-top: 50px;*/
}
.section-title-area .section-title {
	font-weight: 600;
}

/*--------------------------------------------------------------
スライダー（section: hero）
--------------------------------------------------------------*/
.hero-content-style1 p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
}
.hero-content-style1 h2 {
	font-size: 65px;
}

/*--------------------------------------------------------------
あいさつ（section: about）
--------------------------------------------------------------*/
section#about {
	background: url(images/bg_topabout.png) repeat-x center bottom;
	padding-bottom: 120px;
	text-align: center;
}
section#about .container {
	width: 100%;
}
section#about h2 {
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 30px;
	margin-top: 0;
	line-height: 1.7;
}
section#about .txt {
	font-size: 18px;
	line-height: 1.8;
}

/*--------------------------------------------------------------
サービスバナー（section: services）
--------------------------------------------------------------*/
section#services {
	background-color: #07477d;
	color: #fff;
}
section#services .container {
}
.section-services .service-item {
	margin: 0;
	background: none;
	box-shadow: none;
	padding: 0;
}
.section-services .service-item:hover {
	box-shadow: none;
}
#wrap_topbnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#wrap_topbnr .box {
	width: 45%;
	text-align: center;
}
#wrap_topbnr h2 {
	color: #fff;
}
#wrap_topbnr h3 {
	color: #fff;
	margin-bottom: 30px;
}
#wrap_topbnr .ph {
	margin: 0 auto 30px;
}
#wrap_topbnr .btnbox {
	text-align: center;
}
#wrap_topbnr .btnbox .inner {
	display: inline-block;
	background-color: #eea843;
	padding: 5px 30px;
	color: #fff;
	border-radius: 5px;
	letter-spacing: 0;
}

/*--------------------------------------------------------------
施工事例（section: gallery）
--------------------------------------------------------------*/
section#gallery {
	background-color: #fff;
}
#topworks .wrap {
	text-align: center;
	margin-bottom: 30px;
}

#topworks{
    width: 100%;
    overflow: hidden;
}
.topWorksSwiper{
    width: 100%;
	margin-bottom: 50px;
}
.topWorksSwiper .swiper-wrapper{
    /*transition-timing-function: linear !important;*/
    transition-timing-function: linear;
}
.topWorksSwiper .swiper-slide{
    /*width: 290px !important;*/
    width: 290px;
}
#topworks .box{
    width: 290px;
}
#topworks .ph{
    width: 290px;
    height: 290px;
    overflow: hidden;
    border-radius: 20px;
}
#topworks .ph img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}
#topworks .box:hover img{
    transform: scale(1.08);
}
#topworks h3{
    margin-top: 10px;
	margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 500;
	letter-spacing: 0;
}
#topworks .kind{
    font-size: 14px;
	background-color: #07477d;
	color: #fff;
	letter-spacing: 2px;
	padding: 5px 15px;
	line-height: 1;
	display: inline-block;
}


#topworks .btnbox {
	text-align: center;
}
#topworks .btnbox .inner {
	display: inline-block;
	background-color: #eea843;
	padding: 10px 5px;
	width: 250px;
	color: #fff;
	border-radius: 5px;
	letter-spacing: 0;
}


/*--------------------------------------------------------------
新着情報・会社概要・見積もり・問い合わせ（固定ページ）
--------------------------------------------------------------*/
/*新着*/
#wrap_top {
}
#wrap_top .boxA {
	background-color: #f8f9f9;
	padding-bottom: 50px;
	padding-top: 50px;
}
#wrap_top .boxA .wrap {
	max-width: 800px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
#topnews {
	margin-bottom: 40px;
}
#topnews ul {
	margin: 0;
	padding: 0;
}
#topnews a {
	color: #333;
	display: block;
}
#topnews a:hover {
	background-color: rgba(7, 71, 125, 0.05);
	opacity: 1;
	text-decoration: none;
}
#topnews ul li {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px 10px;
	border-bottom: 1px solid #b3cade;
	margin: 0;
}
#topnews .date {
	width: 130px;
}
#topnews .newstitle {
}
#wrap_top .boxA .btnbox {
	text-align: center;
}
#wrap_top .boxA .btnbox .inner {
	display: inline-block;
	background-color: #eea843;
	padding: 5px 30px;
	color: #fff;
	border-radius: 5px;
	letter-spacing: 0;
}

/*会社案内等*/
#wrap_top .boxB {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 50px;
	padding-top: 50px;
}
#wrap_top .boxB .box {
	width: 33.3%;
}

#wrap_top #top01 {
	background-color: #ecf6ff;
}
#wrap_top #top02 {
	background-color: #f0fde9;
}
#wrap_top #top03 {
	background-color: #fffbf3;
}

#wrap_top .boxB .wrap {
	padding: 50px 30px 30px;
}
#wrap_top .boxB .title {
	text-align: center;
	margin-bottom: 50px;
}
#wrap_top .boxB .title .iconbox {
	margin-bottom: 5px;
}
#wrap_top .boxB .title h2 {
	font-size: 28px;
	margin: 0;
}
#wrap_top .boxB #top01 h2,
#wrap_top .boxB #top01 h3 {
	color: #07477d;
}
#wrap_top .boxB #top02 h2 {
	color: #4a9824;
}
#wrap_top .boxB #top03 h2 {
	color: #e4ac24;
}
#wrap_top .boxB .box h3 {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 15px;
}
#wrap_top .boxB .box h4 {
	font-size: 14px;
	font-weight: 500;
	margin: 0;
}

#wrap_top #top01 ul {
	margin: 0;
	padding: 0;
}
#wrap_top #top01 ul li {
	list-style-type: none;
}
#wrap_top #top01 .fa-stack {
	width: 2.2em;
}
#wrap_top #top01 .fa-circle::before {
	color: #07477d;
}
#wrap_top #top01 span.add {
}
#wrap_top .boxB .btnbox {
	text-align: center;
}
#wrap_top .boxB .btnbox .inner {
	border-radius: 10px;
	padding: 10px 5px;
	font-size: 17px;
	letter-spacing: 0;
	color: #fff;
	margin-top: 30px;
}
#wrap_top #top02 .btnbox .inner {
	background-color: #4a9824;
}
#wrap_top #top03 .btnbox .inner {
	background-color: #eea843;
}

#wrap_top .boxB #top02 .ph {
	text-align: center;
}
#wrap_top .boxB #top03 .txt {
	/*min-height: 86px;*/
}

/*--------------------------------------------------------------
ソフトクリーム店情報
--------------------------------------------------------------*/
#shopinfo {
	/*background-color: #007bcc;
	padding: 30px 20px;*/
	border: 10px solid #007bcc;
}
#shopinfo .wrap {
	/*max-width: 1200px;*/
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 0;
}
#shopinfo .title {
	background: url(images/bg_soft01.png) repeat-x center bottom;
	padding-bottom: 20px;
	
	max-width: 1200px;
	margin: 0 auto 30px;
}
#shopinfo h2 {
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 36px;
	margin-bottom: 0;
}
#shopinfo h2 span {
	color: #ea5514;
}
#shopinfo h2 span.and {
	font-size: 70%;
}
#shopinfo h2 span.num {
	font-size: 80%;
	letter-spacing: -1px;
	margin-right: 5px;
}
#shopinfo .infoarea {
}
#shopinfo .flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0 50px;
	
	max-width: 1200px;
	margin: 0 auto 20px;
}
#shopinfo .flex .logo {
	width: 24%;
	text-align: center;
}
#shopinfo .flex .ph {
	width: 20%;
	text-align: center;
}
#shopinfo .flex .txt {
	width: 50%;
}
#shopinfo .flex .txt h3 {
	margin: 0 0 15px;
}
#shopinfo .flex .txt ul {
	margin-left: 0;
	margin-bottom: 15px;
	padding-left: 0;
}
#shopinfo .flex .txt ul li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	border-bottom: 2px dotted #a0b9c9;
}
#shopinfo .insta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#shopinfo .insta a {
	color: #ea5514;
}
#shopinfo .iconbox {
	margin-right: 10px;
}
#shopinfo .iconbox a {
}
#shopinfo .iconbox i {
	font-size: 40px;
	color: #ea5514;
}
#shopinfo .map {
	line-height: 1;
}



















