@charset "UTF-8";
input[type="search"], input[type="button"], input[type="text"], input[type="submit"], [type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
	padding: 0;
	cursor: pointer;
}

select {
	-webkit-appearance: none;
	appearance: none;
	color: #333;
}

option {
    color: #333;
}

body {
	margin: 0;
	color: #333;
	font-size: 16px;
	font-family: '游ゴシック',YuGothic,'ヒラギノ角ゴ ProN W3',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 2rem;
}

a {
	text-decoration: none;
	color: #2697f5;
	font-size: 90%;
}

div {
	margin: 0;
	padding: 0;
	display: inherit;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

.sp {
    display: none;
}

.tel {
	pointer-events: none;
}

#wrapper {
	min-height:calc(100vh - 165px);
}

header {
	background: #FFF;
	box-shadow: 0 0 5px #777777;
	padding: 0.6rem 0 ;
	position: fixed;
	top:0;
	width: 100%;
}

#logo {
    margin-top: 4px;
}

.inner {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}

.flexBox {
	display: flex;
	justify-content: space-between;
}

.cf {
	overflow: hidden;
	zoom:1;
}

.center {
	text-align: center;
}

.mt {
	margin-top: 0.2rem;
}

.mb {
	margin-bottom: 0.8rem;
}

.mb2 {
	margin-bottom: 2rem;
}

.mtb2 {
	margin: 2rem 0 3rem;
}

.w50 {
	width: 50%;
	margin: 0 auto;
}

#telephone {
	margin: 0.3rem 0 0;
}

#telephone p {
	display: inline-block;
	font-size: 70%;
	margin: 4px 0.5rem 0;
}

#telephone p img {
	width: 100%;
}

#telephone p:last-child {
	margin: 3px 0.5rem 0;
}

h1 {
	margin: 140px auto 40px;
	text-align: center;
	font-size: 160%;
}

h2 {
	font-size: 130%;
	background: #717C68;
	color: #FFF;
	text-align: center;
	padding: 0.6rem 0;
	margin: 1rem auto 2rem;
}

h3#bukken {
	font-size: 180%;
	text-align: left;
	width: 50%;
	margin: 0 auto 0.8rem;
	font-weight: bold;
	color: #5b4a3f;
}

.text {
	font-size: 90%;
}

.textSmall {
	font-size: 80%;
}

table.formTable {
	width: 90%;
	border-collapse:collapse;
	margin: 0 auto 2%;
}

table.formTable td,table.formTable th{
	border-top:1px dotted #ccc;
	padding: 1.2rem 0;
}

table.formTable th {
	width: 30%;
	text-align: left;
	padding: 1.2rem 0 1.2rem 1.2rem;
}

table.formTable span {
	color: #e50013;
}

table.formTable td {
	width: 70%;
}

input[type="text"] {
	font-size: 16px;
	padding: 0.4rem;
}

select {
    font-size: 14px;
	padding: 0.4rem;
}

.selectMb select {
	margin-bottom: 0.6rem;
}


input::placeholder,textarea::placeholder {
  color: #aaa;
}

/* IE */
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
  color: #aaa;
}

/* Edge */
input::-ms-input-placeholder,textarea::-ms-input-placeholder {
  color: #aaa;
}

p.title {
	font-weight: bold;
}

table.formTable td .flexBox {
	justify-content: flex-start;
	flex-wrap: wrap;
}

table.formTable td .flexBox li {
	width: 32%;
	margin-bottom: 0.6rem;
}

table.formTable td .flexBox li.after {
    width: 32%;
}

input[type="radio"],input[type="checkbox"]{
 vertical-align:middle;
}

input[type="text"],textarea {
	padding: 0.6rem;
	border: 0.5px solid #ddd;
	width: 60%;
}

input[type="text"].zip {
	width: 15%;
}

input[type="text"].sizeS {
    width: 4rem;
}

input[type="text"].sizeM {
    width: 6rem;
}

input[type="submit"], [type="reset"],input[type="button"] {
	width: 130px;
	padding: 10px;
	background-color: #dc0011;
	margin: 4% 2%;
	font-size: 16px;
	color: #fff;
	border: 1px solid #ececec;
}

#btnList {
	text-align: center;
}


footer {
	box-shadow: 0 0 5px #777777;
	height:65px;
	background: #fff;
}

footer #logo {
	margin: 0.8rem 0 4px;
}

footer .flexBox a {
    font-size: 14px;
}

.box {
	box-shadow: 0 0 0 2px #cc0011;
	padding: 1.6rem 0;
	margin: 0 auto;
    width: 70%;
	font-weight: bold;
}

.flexBox.radio02 {
	justify-content: flex-start;
}

table.formTable td .flexBox.radio02 li {
	width: 20%;
}

input[type="text"].calendar {
    width: 20%;
}


@media screen and ( max-width:767px) { 
	img {
		width: 100%;
	}
	
	body {
		width: 100%;
		overflow-x: hidden;
	}
	
	.sp {
		display: block;
	}
	
	.pc {
		display: none;
	}
	
	.tel {
		pointer-events: inherit;
	}
	
	#wrapper {
		min-height:unset;
	}
	
	header {
		padding: 0.6rem 0 ;
	}
	
	header .flexBox {
		display: unset;
		overflow: hidden;
		zoom:1;
	}

	header .flexBox #logo {
		float: left;
		width: 40%;
	}
	
	#telephone {
		margin: 0.3rem 0 0;
		float: right;
		width: 50%;
	}

	#telephone p {
		display: block;
		font-size: 40%;
		margin: 0 0.5rem 0;
	}

	#telephone p:last-child {
		margin: 0 0.5rem 0;
	}

	.inner {
		max-width: unset;
		width: 96%;
	}
	
	h1 {
		margin-top: 110px;
		text-align: center;
		font-size: 130%;
	}

	h2 {
		font-size: 110%;
		background: #717C68;
		color: #FFF;
		text-align: center;
		padding: 0.4rem 0;
		margin: 1rem auto 1rem;
	}
	
	h3#bukken {
		font-size: 110%;
		text-align: center;
		width: 100%;
		margin: 0 auto 0.4rem;
	}
	
	.w50 {
		width: 80%;
		margin: 0 auto;
	}	
	
	.mtb2 {
		margin: 1rem 0 2rem;
	}
	
	.mt {
		margin-bottom: 0.8rem;
	}
	
	table.formTable td,table.formTable th{
		border-top:none;
	}
	
	table.formTable th {
		width: 100%;
		display: block;
		padding: 0.8rem 0 0;
	}

	table.formTable td {
		width: 100%;
		display: block;
		padding: 0.8rem 0 1rem;
	}

	input[type="text"],textarea {
		padding: 0.4rem;
		border: 0.5px solid #ddd;
		width: 96%;
	}
	
	input[type="text"].zip {
		width: 35%;
	}

	table.formTable td .flexBox {
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	table.formTable td .flexBox li {
		width: 50%;
		font-size: 90%;
	}
	
	#sharehouse table.formTable td .flexBox li {
		width: 100%;
	}
	
	table.formTable td .flexBox li.after {
		width: 100%;
	}
	
	#btnList {
		text-align: center;
		margin-bottom: 2rem;
	}
	
	footer {
		height: auto;
		margin-top: 3rem;
	}
	
	footer #logo {
		width: 40%;
	}
	
	#sharehouse #nitiji.open,#sharehouse #nitiji2.open,#sharehouse #nitiji3.open{
		font-size: 90%;
	}  
	
	.box {
		width: 100%;
		margin-bottom: 1.6rem;
		padding: 1rem 0;
	}

	.box p {
		font-size: 90%;
	}
	
	table.formTable td .flexBox.radio02 li {
		width: 50%;
	}	
	
	input[type="text"].calendar {
		width: 50%;
	}	
	
	
}
