body {
  margin:0 auto;
  width:100%;
  font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
text-decoration: none;
}

.wrap {
  overflow: hidden;
  position: relative;
}

.container {
width:1024px;
margin-right:auto;
margin-left:auto;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align:center;
}

/*ヘッダー*/
.logo {
display: flex;
align-items: center;
text-align:left;
margin-right:0;
}

.logo a {
 width:200px;
 height: auto;
}

.logo img {
width:100%;
}

.logo h1{
float:right;
font-size:15px;
width:75%;
font-weight: normal;
/* font-size: 1.0em; */
text-align: center;
}

/* menu drawer */
#nav-drawer {
  position: relative;
  display: none;
}

.nav-unshown {
  display:none;
}

#nav-open {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  position: fixed;
	
  top:10px;
  right:10px;

  z-index: 999;
  background:white;
  opacity:0.7;
}

/* 修正追加～129 */


.ham_line {
  position: absolute;
  height: 3px;
  width: 40px;
  border-radius: 3px;
  background: -webkit-linear-gradient(left, #FC6505, #F39800);
  display: block;
  content: '';
  cursor: pointer;
  z-index:101;
}

.ham_line1 { top:10px; left:5px; }
.ham_line2 { top:25px; left:5px; }
.ham_line3 { top:39px; left:5px; }

.clicked .ham_line1 {
transform: rotate(45deg);
top: 20px;
right:10px;
width:40px;
z-index: 9999;
background: lightgray;
}

.clicked .ham_line2 {
width: 0px;
}

.clicked .ham_line3 {
transform: rotate(-45deg);
top:20px;
right:10px;
width:40px;
z-index: 9999;
background: lightgray;
}

#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*メニューバー*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
  width: 80%;
  width: 350px;
  /*background: white;*/
  border-radius: 2px;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
}


#nav-content ul {
	margin: 0;
}

#nav-content li{
	
font-size: 18px;
padding: 18px;
list-style: none;
text-align: left;
border-bottom: 1px solid rgba(225,225,225,0.6);
background-color: rgba(243,152,0,0.8);

}

#nav-content a{
	color:#Fff;
}


.clicked #nav-open {
  background: transparent;
}

.clicked #nav-close {
  display: block;
  opacity: .5;
}

.clicked #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

/* #nav-input:checked ~ .ham-line{
position: absolute;
top: 20px;
right:5px;
width:40px;
height: 2px;
background-color: lightgray;
} */

.menu{
width:100%;
height:40px;
display:flex;
justify-content: space-evenly;
font-size:12px;
align-items: center;
text-align:center;
}

.menu a {
  text-decoration: none;
  color:white;
  padding:5px 45px 5px 15px;
}

.menu a:hover {
   opacity: 0.6;
}

.menu1{
background: -webkit-linear-gradient(left, #FC6505, #F39800);
/* position:absolute; */
/* z-index:9999; */
}

/* 修正追加*/
.fix{
    position: fixed;
    top: 0;
    z-index:9999;
    width:100%;
    height:40px;
    display:flex;
    justify-content: space-evenly;
    font-size:12px;
    align-items: center;
    text-align:center;
    opacity:0.7;
}

/*スライドショー*/
.single {
  /* max-width: 600px;  */
  margin: 0 auto 50px;
}

.single img{
  width: 100%;
  height:100%;
}

h2 {
	margin:65px 0px;
	padding: 10px;

	color:#F39800;
  font-size: 1.5em;
	
	text-align: center;
  position: relative;
}

h2:after{
  content: "";

  height: 0px;
	width: 0px;
	
	top:56px;
  right: 0;
  left: 0;
  
	position: absolute;
	margin: auto;
  border-style: solid;
  border-color: #F39800 transparent transparent transparent;
  border-width: 15px 20px 0 20px;
  opacity:0.5;
}

.rc:after{
border-color: #C51904 transparent transparent transparent;

}

.gc:after{
border-color: gray transparent transparent transparent;

}

/*ぱんくす*/
.topicPath  {
 width:1024px;
 margin: 10px auto;
 padding: 0px 0px 0px 10px;
}

.topicPath a {
 color:black;
 font-size: 0.8em;
}

/*おうちの相談窓口りぷろ*/
.contents1{
display: flex;
}

.image{
float:left;
width:31%;
margin-right:20px;
margin-top:0;
}

.image img{
  width:100%;
}

.description{
  float:right;
  width:60%;
  /* height:80%; */
}

.contents1 h3{
color:#F39800;
margin-top:0;
font-weight: normal;
font-size: 1.0em;
}

.contents1 li{
}

.contents1 p{
}

.contents2 {
display: flex;
justify-content: space-between;
width:1024px;
margin: 20px auto;
}

.lower-image {
width:30%;
height:30%;
display: block;
}

.lower-image img {
width:100%;
height:100%;
}

.desc {
text-align: left;
}

.contents2 h3 {
font-size: 1.0em;
background:linear-gradient(transparent 60%, #fff2ad 60%);
}

.contents2 p {
}

/*予約フォーム*/
.contents3 {
width:100%;
height:1000px;
background:url('../images/top_3_back_wood.jpg');
background-size:cover;
background-repeat: no-repeat;
text-align: center;
}

iframe {
  width: 1024px;
  height: 800px;
}

/*お申し込みまでの流れ*/
.contents4 {
   margin:0 auto;      
}

.contents4 img {
  width:80%;
  height:100%;
}

/* 対応地域 */
.contents5 {
  width: 100%;
  height: 600px; /* 窪田 */
  background: url('../images/top_5_back_hokkaido.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
  margin: -30px auto;
}

.contents5 img {
  width:100%;
  height:450px;
}


/* ニュース */
.contents6 {
width:50%;
margin-right:auto;
margin-left:auto;
}

.red h2 {
color:#C51904;
font-family:Consolas;
font-size:24px;
}

.news {
margin-bottom:30px;
display:flex;
}

.date {
background-color: #D2776C;
border-radius: 2px;
color: white;
font-family:Consolas;
padding:2px 5px;
height:20%;

}

.contents6 p {
margin-right:20px;
}

.contents7{

}

.multiple {
  padding: 0;
}

.multiple img {
  width: 100%;
}

.multiple div {
  margin: 0 5px;
}

.multiple .slick-next {
  right: 17px;
  z-index: 100;
}

.multiple .slick-prev {
  left: 23px;
  z-index: 100;
}

.contents8 {
  /* margin-bottom:20px; */
/* padding:0 10px 0 10px; */
  text-align:center;
}

.gray h2{
color:gray;
font-size:22px;
}

.iframe2 {
  height: 550px;
  width:100%;
}

.insta-photos img{
  width:71%;
  height:58%;
  position:absolute;
}

.timeline-wrapper{
  display:flex;
  justify-content: space-evenly;
  margin-top:20px;
  margin-bottom:20px;
  width:100%;
  height:350px;
}

/*twitter*/
.twitter {
width: 50%;
height: 500px;
overflow: scroll; 
border: 1px solid #2222; 
margin: 0 auto;
}

/* .facebook{
  width:50%;
  height:420px;
} */

 /* snsアイコン */
.sns { 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 70px 0px 20px -20px ; 
  list-style: none;
}

.sns img {  
  width: 50px;
  padding-right: 20px;
}

.menu2{
  background-color: #1111;
}

.menu2 a{
  color:black;
}

/*.lower{
margin-bottom:50px;
text-align: center;
}*/

.fixed {
position:fixed;
text-align: center;
bottom: 0;
right:0;
width:100%;
/*height:120px;*/
background-color:white;
background-color: rgba(255, 255, 255, 0.7);
box-shadow: 0 0 5px gray;
margin: 0;
padding-bottom: 10px;	
display: flex;
justify-content: space-evenly;
}

footer {
height:290px;
background-color: #F5F5F5;	
}

.button {
margin: 10px;
width: 33.333%;
padding: 15px;	
	
font-size:20px;

color:white;
border-radius: 5px;
opacity:0.8;
box-sizing: border-box;
text-align: center;
}

.button:hover {
opacity:1.0;
}

.button a {
display: block;
}

.left-ic  {
font-weight: 900;
padding-right:10px;
}

.right-ic {
font-weight: 900;
padding-left:10px;
}


.fixed a {
color:white;
font-size:20px;
}

.fixed img {
}

.btnStyle1{
background-color: #FFB402;
/*margin-left:250px;*/
}

.btnStyle2 {
background-color: #0CCDED;
/*margin-right:250px;*/
}

.btnStyle3 {
background-color: #00BE37;
/*margin-right:250px;*/
}

#pos {
  display: none;
}

#backToTop{
position:fixed;
bottom: 100px;
right: 16px;
}

#backToTop img {
  width:50px;
  height:50px;
}

/*==========================================
 サービス紹介
===========================================*/

.top_service {
  background: url('../service/img_service/top.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 220px;
  width: auto;
  margin: auto;
}

.red {
color: red;
}

.white_square {
  display: flex;
  position: relative;
  top: 70px;
  left: 0px;
  margin: auto;
  height: 80px;
  width: 350px;
  background-color: rgba(255,255,255,0.5);
}

.white_square h1 {
  margin: auto;
}

.contents9 {
width:100%;
height:auto;
background:url('../images/top_3_back_wood.jpg');
background-size:cover;
background-repeat: repeat-y;
text-align: center;
}

/*==========================================
 ご予約
===========================================*/
.top_reservation {
  background: url('../reservation/img_reservation/top.jpg');
}

/*==========================================
 よくある質問
===========================================*/
.contents10 {
width:1024px;
margin: 0 auto;
}

.top_faq {
  background: url('../faq/img_faq/top.jpg');
}

.preview {
  width:100%;
  text-align: left;
  background-color: #FFF6E9;
  padding: 1px 20px ;
}
.kigyo {
margin-top: 3%;
  background-color: #eff6fc;
}

.question {
  display: flex;
  border: 1px solid #F39800;
  padding:4px 0px 4px 0px;
  align-items: center;
}

.qmark {
  padding:4px 10px 8px 10px;
  margin: 0px 10px 0px 4px;
  background-color: #F39800;
  color: #fff;
  font-size:1.5em;
}

.answer { 
  display: flex;
  margin-top:0px;
}

.amark {
  padding:3px 12px 5px 12px;
  margin-right:10px;
  background-color: #98CBEE;
  color: #fff;
  font-size:1.5em;
}

/*==========================================
お問い合わせ
===========================================*/
.top_contact {
  background: url('../contact/img_contact/top.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 220px;
  width: auto;
  margin: auto;
}

.height800 {
height:800px;
}

.contents11 {
}

.tell {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tell h3 {
  font-size:25px;
  margin: 0px 20px 0px 20px;
}

.tell h3 a {
  color:#000;
}
  
.tell p {
  font-size:13px;
}

.reception {
  display: flex;
  justify-content: center;
  align-items: center;
}

form#mail_form {
	padding: 10px 0;
	border-radius: 7px;
	color: #666;
	font-size: 14px;
}

form#mail_form dl {
	width: 70%;
	margin: 0 auto;
}

form#mail_form dl dt {
	clear: both;
	width: 20%;
	float: left;
	padding: 15px 0;
	text-align: left;
}

/* 必須のcss */
form#mail_form dl dt span {
	font-size: 12px;
	display: inline-block;
	float: right;
	color: #ffffff;
	line-height: 1;
	padding: 3px 5px;
	border-radius: 3px;
	background: #d9534f;
	border: 1px solid #d43f3a;
}

form#mail_form dl dt .optional {
	display: none;
}

form#mail_form dl dd {
	width: 65%;
	float: left;
	margin-bottom: 25px;
}


form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
	display: block;
	color: #ff0000;
	/* margin-top: 3px; */
}

span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 255, 255, 255, 0.2 );
	border-right: 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

@keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */


form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
	max-width: 90%;
	height: 2em;
	padding: 2px 2%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
	margin-top: 7px;
}

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus {
	box-shadow: 0px 0px 5px #55ccff;
	border: 1px solid #55ccff;
	background: #ffffff;
}

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"] {
	margin-right: 10px;
	margin-top: 7px;
}

form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"] {
	margin-top: 0px;
}

form#mail_form select {
	font-size: 100%;
	font-family: inherit;
	margin-top: 10px;
}

form#mail_form textarea {
	width: 90%;
	max-width: 90%;
	height: 200px;
	padding: 2px 2%;
	resize: vertical;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
}


form#mail_form ul {
	list-style-type: none;
}

form#mail_form ul li label:hover {
	cursor: pointer;
}


form#mail_form input#company {
	width: 60%;
}

form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#postal,
form#mail_form input#phone,
form#mail_form input#schedule {
	width: 42%;
}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm,
form#mail_form input#mail_title {
	width: 100%;
}

form#mail_form input#postal+a {
	display: inline-block;
	padding: 9px 15px;
	vertical-align: middle;
	line-height: 1;
	background: #5bc0de;
	border: 1px solid #46b8da;
	border-radius: 3px;
	color: #ffffff;
	font-family: inherit;
	text-decoration: none;
	position: relative;
	top: -1px;
}

form#mail_form input#postal+a:hover {
	cursor: pointer;
	background: #31b0d5;
	border: 1px solid #269abc;
}

form#mail_form input#address {
	width: 90%;
}


form#mail_form p#form_submit {
	width: 90%;
	/* margin: 0 auto; */
	padding: 15px 0;
	text-align: right;
}

form#mail_form input[type="button"] {
	padding: 5px 15px;
	vertical-align: middle;
	line-height: 1;
	background: rgb(128, 178, 207);
	border: 1px solid rgb(128, 178, 207);
	border-radius: 3px;
	color: #ffffff;
	font-family: inherit;
	-webkit-appearance: none;
	font-size: 14px;
}

form#mail_form input[type="button"]:hover {
  cursor: pointer;
  opacity: 0.9;
}

form#mail_form input#form_submit_button {
	margin-right: 41%;
}

@media screen and (min-width:320px) and ( max-width:767px) {
	form#mail_form p#form_submit {
		text-align: center;
	}

	form#mail_form input[type="button"] {
		padding: 20px 50px;
		font-size: 18px;
	}
}


/* -- responsive ----------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:768px) and ( max-width:1024px) {

form#mail_form input#form_submit_button {
	margin-right: 45%;
}

}

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

.contents11 {
 margin: 20px;
}

.tell {
  display: block;
  justify-content: center;
  align-items: center;
}

.tell h3 {
   margin-bottom: 10px;
}

.tell p {
   font-size: 15px;
    margin-left: 18px;
}

form#mail_form {
	width: 95%;
}

form#mail_form dl {
	overflow: visible;
}

form#mail_form dl dt {
  width: auto;
  float: none;
  text-align: left;
  margin: 0px 0px 0px -30px;
  padding: 10px 0 5px;
}

form#mail_form dl dd {
	width: 340px;
   margin: 0px 0px 0px -40px;
	float: none;
	border-top: none;
}

form#mail_form dl dt span {
	font-weight: normal;
	position: absolute;
	left: 135px;
}

form#mail_form input#form_submit_button {
	margin-right: -16%;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required {
	margin-right: 1em;
	margin-bottom: 2em;
}

.marginleft30 {
 margin: 0px 0px 0px 30px;
 }

/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
	margin-top: 0px;
}

form#mail_form input#form_submit_button {
	margin-left: 0;
}

form#mail_form select {
	margin-top: 0;
}

form#mail_form input#phone,
form#mail_form input#schedule {
	width: 50%;
}

}

/*==========================================
 会社概要
===========================================*/
.top_company {
  background: url('../company/img_company/top.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 220px;
  width: auto;
  margin: auto;
}

.company {
  text-align: left;
  margin: 0px 0px 0px 20px;
}

.company dt {
  float: left;
  width:15%;
  /*height: 50px;*/
  padding: 30px 0px 0px 0px;
  border-bottom: 1px solid #999999;
}

.company dd {
  float: left;
  width:80%;
  /*height: 50px;*/
  padding: 30px 0px 0px 0px;
  border-bottom: 1px solid #999999;
}

.clearboth {
clear: both;
}

.map {
  margin: 40px auto;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/*==========================================
プライバシーポリシー
===========================================*/
.top_privacy {
  background: url('../privacy/img_privacy/top.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 220px;
  width: auto;
  margin: auto;
}

.contents12 {
  width:90%;
 margin: 0px auto;
}

.contents12 dt {
  width:90%;
  margin: 20px 0px 0px 0px;
  font-weight: bold;
}
