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


@media screen and (max-width:767px){


/* ページの先頭に戻る(すべてのページ) */

.pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
	z-index:1000;
}
.pagetop a {
    display: block;
    text-align: center;
    text-decoration: none;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.pagetop a img {
	width:46px;
}


/**********************************************************/
/* ベース部分 */
/**********************************************************/

body {
    font-size: 15px;
    overflow:hidden;
}

img {
	max-width:100%;
	height:auto;
}

.sp_none,.hidden {
	display:none;
}

/* object-fit用 */

.sample{
object-fit: cover;
object-position: center top;
font-family: 'object-fit: cover; object-position: center top;'
}


/**********************************************************/
/* ヘッダー */
/**********************************************************/

header {
	width:100%;
	margin:0 auto;
}


img.sp_logo {
	height:50px;
	display:block;
	margin-left:5px;
}



/**********************************************************/
/*  メインエリア */
/**********************************************************/

main {
	width:100%;
	display:block;
	margin:0;
}

.inner {
	width:94%;
	margin:0 auto;
	position:relative;
}


/* お問合せ案内 */

.to_contact {
	width:94%;
	margin:30px auto;
}

.to_contact p.info_txt {
	font-size:19px;
	line-height:1.4;
	margin-bottom:20px;
}

.to_contact ul {
}

.to_contact ul li {
	width:90%;
	margin:0 auto 15px;
}

.to_contact ul li.mail_to {
	height:60px;
	line-height:52px;
	font-size:22px;
	color:#F9BD00;
	border:solid 4px #000;
	background-color:#222;
	background-image:url(../images/icon_mail_to.png),url(../images/arrow.png);
	background-repeat:no-repeat, no-repeat;
	background-position:left 10px center, right 10px center;
	background-size:26px,18px;
	text-align:center;
}
.to_contact ul li.mail_to a {
	color:#F9BD00;
	display:block;
}

.to_contact ul li.tel_call {
	height:60px;
	line-height:52px;
	font-size:26px;
	color:#000;
	border:solid 4px #000;
	background-color:#FFF;
	background-image:url(../images/icon_tel.png);
	background-repeat:no-repeat;
	background-position:left 10px center;
	background-size:30px;
	text-align:center;
	padding-left:15px;
}
.to_contact ul li.tel_call a {
	color:#000;
	display:block;
}


/* 実績表示 */ 

.actual {
}

.actual ul {
	width:96%;
	margin:0 auto;
}

.actual ul li {
	padding:12px 0;
	border-top: dotted 2px #999;
	position:relative;
}

.actual ul li img {
	width: 40%;
    max-height: 210px;
    object-fit: cover;
    display: block;
	float:left;
}

.actual ul li dl {
	width:57%;
	float:right;
}

.actual ul li dl dt {
	font-family: '丸フォーク M','Maru Folk Medium','A-OTF 丸フォーク Pro M';
    font-size: 20px;
	line-height:1.4;
	letter-spacing:-1px;
	margin-bottom:5px;
   
}

.actual ul li dl dd {
	font-size:15px;
	line-height:1.6;
	padding-bottom:40px;
}

.actual ul li a {
	font-family: '丸フォーク M','Maru Folk Medium','A-OTF 丸フォーク Pro M';
	font-size:16px;
	color:#666;
    background-image: url(../../images/arrow.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right center;
	display:block;
	padding-right:25px;
	position:absolute;
	bottom:10px;
	right:10px;
}

.actual p.tolist {
	width:100%;
	padding:8px 10px 8px 30px;
	color:#FFF;
	font-size:20px;
	background:#333;
	text-align:center;
	margin:0 auto;
}
.actual p.tolist a {
	color:#FFF;
	display:block;
}


/* サービスについて */

.service {
	border-top: solid 10px #F0F0F0;
	padding-top:20px;
	margin-bottom:30px;
}

.service h2 {
	margin-bottom:20px;
	text-align:center;
}

.service ul {
	border-top: dotted 2px #999;
}

.service ul li {
	padding:12px 0;
	border-bottom: dotted 2px #999;
	background-image:url(../../images/arrow.png);
	background-size:18px;
	background-repeat: no-repeat;
	background-position: right center;
}
.service ul li:last-child {
}

.service ul li img {
	width:50%;
	height:55px;
	object-fit:cover;
	display:block;
	float:left;
}

.service ul li p {
	width:48%;
	float:right;
	font-family: '丸フォーク M','Maru Folk Medium','A-OTF 丸フォーク Pro M' ;
	font-size:22px;
	line-height:1.1;
}

.service ul li p span {
	font-family: 'あおぞら明朝 Regular',"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:16px;
	color:#999;
}

.service ul li a {
	display:block;
}


/* SNS */ 

.sns {
	background:#D6D6D6;
}

.sns ul {
	width:60%;
	display:flex;
	justify-content:space-between;
	margin:0 auto;
	padding:15px 0;
}

.sns ul li {
	margin-right:15px;
}
.sns ul li:last-child {
	margin-right:0;
}

.sns ul li img {
	width:40px;
}


/* 下部メニュー */

.bottom_menu {
}

.bottom_menu ul {
	width:95%;
	margin:0 auto;
	padding:15px 0;
}

.bottom_menu ul li {
	border-right:solid 1px #111;
	padding-right:10px;
	padding-left:10px;
	line-height:1.0;
	float:left;
	margin-bottom:10px;
}
.bottom_menu ul li:last-child {
	border:none;
}

.bottom_menu ul li a:hover {
	text-decoration:underline;
}



/**********************************************************/
/* 見出し・本文・リスト設定 */
/**********************************************************/

h1 {
	/* font-family: '丸フォーク M','Maru Folk Medium','A-OTF 丸フォーク Pro M' ; */
	text-align:center;
}

h1 .sub {
	font-family: quasimoda, sans-serif;
	font-weight: 800;
	font-style: normal;
	text-align:center;
}

main h2 {
	/* font-family: '丸フォーク M','Maru Folk Medium','A-OTF 丸フォーク Pro M' ; */
	line-height:1.0;
}

main h2 .sub {
	font-family: quasimoda, sans-serif;
	font-weight: 800;
	font-style: normal;
	color:#333;
}

hr {
	width:100%;
	/*height:4px;
	border:none;
	background:url(../images/hr.png) 0 0 repeat-x;*/
	clear:both;
	margin:40px auto;
}

hr {
	border-top: 1px solid #EEE;
	border-bottom:none;
}

.bold {
	font-weight:bold;
}

.red {
	color: #F00;
}

.red_bold {
	color: #F00;
	font-weight:bold;
}

.orange {
	color:#DC5800;
}

.clear {
	clear:both;
}

p.w90p {
	width:90%;
	margin:0 auto;
}


/* リンク設定 */

p.linkto {
	text-align:center;
}

p.linkto a {
	display:inline-block;
	background:#000;
	color:#FFF;
	padding:5px 15px;
	margin-bottom:20px;
	margin-top:20px;
}


/**********************************************************/
/* テーブル */
/**********************************************************/

#content table {
    border-left: 2px solid #CCC;
    border-top: 2px solid #CCC;
    margin: 20px 0 50px;
}

#content th {
    background: #FFF;
    border-bottom: 2px solid #CCC;
    border-right: 2px solid #CCC;
    font-weight: 500;
    /*line-height: 1.2;*/
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
}

#content td {
	background: #FFF;
    border-bottom: 2px solid #CCC;
    border-right: 2px solid #CCC;
	font-weight: 500;
    padding: 5px 10px;
	text-align:center;
    vertical-align: middle;
}


/**********************************************************/
/* フッター */
/**********************************************************/

footer {
	width:100%;
	background:#000;
	color:#FFF;
}

footer .inner {
	padding:20px 0;
}

.footer_logo {
	width:60px;
	display:block;
	float:left;
	margin-right:20px;
}

footer dl.address {
	float:left;
	line-height:1.4;
}

footer dl.address .sig {
	font-size:18px;
}

footer dl.address .tel {
	font-size:16px;
}

footer p.copy {
	font-size:13px;
	background:#FFF;
	color:#111;
	padding:10px 0;
}


}



