/*
Theme Name: habakiri-child
Theme URI: http://www.pamda.info/
Description: Habakiri の子テーマです
Author: Rintaro Kawano
Author URI: https://ssks.work
Version: 1.0.0
Template: habakiri
*/

/* 切り分け */
.when-sp{
    display: block;
    visibility: visible;
}

.when-pc{
    display: none;
    visibility: hidden;
}

@media (min-width: 992px) {
    .when-sp{
        display: none;
        visibility: hidden;
    }
    
    .when-pc{
        display: block;
        visibility: visible;

    }
}
/* 切り分け */

body {
	font-family: "M PLUS Rounded 1c";
	font-size: 13px !important;
}

@media (min-width: 992px) {
	body {
		font-family: "M PLUS Rounded 1c";
		font-size: 15px !important;
	}
}

.no-gutter > [class*="col-"] {
    padding-right:0;
    padding-left:0;
}

h3 {
	font-size: 21px;
	line-height: 1.6em;
	margin-bottom: 30px;
}

p {
	line-height: 1.8em;
	margin-bottom: 0;
}

ul.lcp_catlist2 li {
	list-style:none;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul.lcp_catlist2 li div {
	margin:-1.6em 0 0 8em;
}

#main {
	margin-bottom: 0;
}

#contents {
	margin-top: 10px !important;
}

@media (min-width: 992px) {
#contents {
	margin-top: 35px !important;
}
}

.sub-page-contents {
	padding-top: 0;
}

.site-branding {
    padding: 10px 0;
}

.site-branding__logo {
	width: 128px;
}

.entry__title {
	display: none !important;
	visibility: hidden;
}

.abpositioning-txt {
	position: absolute;
	bottom: 45%;
	left: 10%;
	font-size: 16px;
	letter-spacing: 2px;
	color: #fff;
	text-shadow: 1px 1px 3px #333;
	font-weight: 300;
	font-family: "M PLUS Rounded 1c";
}

@media (min-width: 992px) {
.abpositioning-txt {
	position: absolute;
	top: 50%;
	left: 10%;
	font-size: 24px;
	letter-spacing: 2px;
	color: #fff;
	text-shadow: 1px 1px 3px #333;
	font-weight: 300;
	font-family: "M PLUS Rounded 1c";
}
}

.abposi--wrap {
	position: relative;
	height: auto;
	margin-top: 80px;
}

.img-abposi-left {
	position: inherit;
	left: unset;
	top: unset;
	width: 100%;
}

.desc-abposi-right {
	position: inherit;
	right: unset;
	top: unset;
	background-color: rgba(255,255,255,0.7);
	padding: 15px;
	box-sizing: border-box;
	width: 100%;
}

.img-abposi-right {
	position: inherit;
	right: unset;
	top: unset;
	width: 100%;
}

.desc-abposi-left {
	position: inherit;
	left: unset;
	top: unset;
	background-color: rgba(255,255,255,0.7);
	padding: 15px;
	box-sizing: border-box;
	width: 100%;
}

@media (min-width: 992px) {
	.abposi--wrap {
		position: relative;
		height: 700px;
		margin-top: 80px;
	}
	
	.img-abposi-left {
		position: absolute;
		left: 0;
		top: 0;
		width: 900px;
	}
	
	.desc-abposi-right {
		position: absolute;
		right: 0;
		top: 60px;
		background-color: rgba(255,255,255,0.7);
		padding: 30px;
		box-sizing: border-box;
		width: 500px;
	}
	
	.img-abposi-right {
		position: absolute;
		right: 0;
		top: 0;
		width: 900px;
	}

	.desc-abposi-left {
		position: absolute;
		left: 0;
		top: 80px;
		background-color: rgba(255,255,255,0.7);
		padding: 30px;
		box-sizing: border-box;
		width: 500px;
	}
}

#formWrap{
   width:100%;
   line-height:1.8em;
	margin-bottom: 80px;
}

#formWrap h3{
    font-size:21px;
    font-weight:500;
}

.form-haveto {
    display: inline-block;
    padding: 2px;
    background-color: #bd0000;
    color: #fff;
    font-size: 11px;
    font-weight:300;
    line-height: 1.4em;
    margin-left: 3px;
}

.confirm-button{
    display:inline-block;
    padding:5px 10px;
    background-color:#b7cd42;
    color:#fff;
    font-size:14px;
    letter-spacing:1px;
    border:none;
}

.reset-button{
    display:inline-block;
    padding:5px 10px;
    background-color:#ccc;
    color:#000;
    font-size:14px;
    letter-spacing:1px;
    border:none;
}

.form-control {
    width: 100%;
    height: 37px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

textarea {
	max-width: 100%;
}

@media (min-width: 992px) {
	.form-control {
    width: 486px;
    height: 37px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
}

.formTable {
	border-collapse: collapse;
}
.formTable tr th, .formTable tr td {
	border: 1px solid #fff;
	padding: 20px;
}

.aboutus-table table tr td {
	height: 70px;
}

.works-titles {
	background-color: #d52968;
	height: auto;
	box-sizing: border-box;
}

.works-titles h3 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 130px 0 15px 15px;
}

@media (min-width: 992px) {
.works-titles {
	background-color: #d52968;
	height: 181px;
	box-sizing: border-box;
}
}