@charset "UTF-8";
/*******************************************************************************
	サイト名：
	作成会社：Fellow System
--------------------------------------------------------------------------------
 No.│   日付   │区分│						内  容
━━┿━━━━━┿━━┿━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 001│2018.01│新規│[V1.00] 山本
*******************************************************************************/

/*******************************************************************************
	デフォルトセッティング
--------------------------------------------------------------------------------
	適応：全部
*******************************************************************************/
* {
	box-sizing: border-box;
	background-repeat: no-repeat;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

body {
	margin: 0;
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','游ゴシック体','Yu Gothic',YuGothic,'Shin Go Regular','メイリオ','Meiryo',sans-serif;
}

body {
	background-color: #D81918;
	background-image: url(https://one-page-create.com/wp/wp-content/uploads/2018/12/background-image.jpg);
	background-repeat: repeat-y;
}

h1 {
	margin: 0;
	font-size: 10px;
}

#header-container {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 78px;
	padding: 5px 25px;
	background: #fff;
	box-shadow: 0px 0px 15px 0px rgba(35, 24, 21, 0.4);
}

#logo-mark {
	height: 60px;
}

#tel-box {
	display: inline-block;
	float: right;
}
#tel-box a:hover {
	text-decoration: none;
}

#tel-box a button i {
	vertical-align: middle;
}

#tel-box a button {
	font-weight: bold;
}

#tel-box .reception {
	font-size: 10pt;
}

.top-block-image{
	width:100%;
	padding-top: 78px;
	background-color: #D81918;
	background-image: url(https://one-page-create.com/wp/wp-content/uploads/2018/12/background-image.jpg);
	background-repeat: repeat-y;
}

.top-block-image img{
	display: block;
	max-width:1140px;
	width: 100%;
	margin: auto;
}

.contetns-text {
	width: 90%;
	margin: auto;
	color:#FFF;
}

.mid-heading {
	margin: 40px 0;
	text-align: center;
	color:#FFF;
}

.mid-heading i {
	margin-right: 15px;
}

.aligncenter {
	text-align: center;
	line-height: 1.7em;
}

.tel-guidance {
	width: 90%;
	margin: auto;
	font-size: 1.3em;
	color:#FFF;
}

.content-btn {
	margin: 50px 0;
	font-size: 2.5em;
	line-height: 2.5em;
}

.content-btn i{
	font-size: 1.5em;
	vertical-align: middle;
}

figure.bottom-image {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.sp-text-break {
		display: none;
	}

	.content-btn {
		font-size: 5vw;
		line-height: 1.5em;
	}
}


/*******************************************************************************
	Wordpress
--------------------------------------------------------------------------------
	適応：全部
*******************************************************************************/

.wp-block-image {
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
}

.wp-block-image img {
	max-width: 100%;
}
