@charset "utf-8";

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pageTitle {
	background: url(../images/common/blackBack.jpg);
	background-size: 687px auto;
	text-align: center;
	padding: 80px 0;
	color: #fef0e4;
	position: relative;
	font-size: 30px;
	letter-spacing: 0.1em;
	font-weight: 600;
}

.pageTitle span {
	position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	font-weight: normal!important;
	font-size: 70px;
	opacity: 0.1;
	letter-spacing: 0.1em;
}

.rentalList li {
	float: left;
	width: 13%;
	margin-right: 1.5%;
	margin-bottom: 12px
}

.rentalList li:nth-child(7n) {
	margin-right: 0;
}

.newsContent p {
	margin-top: 10px;
}

.newsContent h3 {
	border-bottom:1px solid #3d863f;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	margin-top: 30px;
}

.newsContent h4 {
	font-size: 18px;
	margin-top: 20px;
	color: #3d863f;
}

@media screen and (max-width: 1050px) {
	.pageTitle {
		padding: 40px 0;
		font-size: 22px;
		letter-spacing: 0.1em;
		font-weight: 600;
	}

	.pageTitle span {

		font-size: 40px;

	}
}

.breadcrumbs {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 12px;
}

.breadcrumbs span { 
	display: inline-block;
	padding-left: 0;
	font-size: 12px;
}

.breadcrumbs span:first-child { 
	display: inline-block;
	padding: 0 1px 0 2px;
}

.breadcrumbs a { 
	display: inline-block;
	color: #2b1700; 
	text-decoration: underline;
}

.breadcrumbs a span { 
	color: #2b1700; 
	text-decoration: underline;
}

.breadcrumbs a:hover { 
	text-decoration: none;
}

.breadcrumbs a:hover span { 
	text-decoration: none;
}

.breadcrumbs a.post { 
	min-height: 100%;
	height: auto;
	margin: 0px;
}

.album10 {
	width: 70%;
	margin-top: 10px;
}

@media screen and (max-width: 1050px) {
	.album10 {
		width: 100%;
		margin-top: 10px;
	}
}

/*-----------------------------------------------------

  SCENE

----------------------------------------------------- */
.sceneSec01 {
	margin-bottom: 30px;
}

.sceneSec01 .txt {
	width: 42%;
	float: left;
}

.sceneSec01 .txt h3 {
	font-size: 20px;
	line-height: 1.5;
	font-weight:600;
	margin-bottom: 10px;
}

.sceneSec01 .img {
	width: 55%;
	float: right;
}

.rental01 {
	text-align: center;
}

.rental01 h3 {
	font-size: 20px;
	line-height: 1.5;
	font-weight:600;
	margin-bottom: 10px;
}

@media screen and (max-width: 1050px) {
	.sceneSec01 .txt {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.sceneSec01 .img {
		width: 100%;
		float: none;
	}
}

.pointBox {
	border-radius: 6px;
	padding: 25px;
	background: #fff;
	border: 1px solid #cbc2b3;
}

.pointBox li {
	margin-bottom: 10px;
	padding-left:1em;
	text-indent:-1em;
}

.pointBox li:last-child {
	margin-bottom: 0;
}

.pointBox li::before {
	content: "\f111";
	font-family: FontAwesome;
	font-size: 8px;
	position: relative;
	top: -2px;
	color: #3d863f;
	margin-right: 8px;
	font-weight: normal;
}

.priceTable {
	width: 100%;
	border-left: 1px solid #cbc2b3;
	-webkit-border-radius: 10px;
          border-radius: 10px;
}



.priceTable th {
	background: url(../images/common/blackBack.jpg) left top;
	background-size: 687px auto;
	text-align: center;
	font-weight: 600;
	color: #fff;
white-space: nowrap;
	padding: 15px;
	border-right: 1px solid #cbc2b3;
}

.priceTable td {
	text-align: center;
	padding: 15px;
	border-bottom: 1px solid #cbc2b3;
	border-right: 1px solid #cbc2b3;
	vertical-align: middle;
	background: #fff;
	white-space: nowrap;
}

.atte {
	font-size: 13px;
	margin-top: 10px;
	text-align: right;
}

.scenegallery {
	display:flex;
	flex-wrap: wrap;
}

.scenegallery li {
	width: 18%;
	margin-bottom:25px;
	overflow: hidden;
	margin-right:2.5%;
}

.scenegallery li:nth-of-type(5n) {
	margin-right:0;
}

.daishi {
	margin-top: 30px;
}

.daishi li {
	width: 23%;
	margin-right: 2.6%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

.daishi li:nth-child(4n) {
	margin-right: 0;
}

@media screen and (max-width: 1050px) {
	.daishi li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	
	.daishi li:nth-child(2n) {
		margin-right: 0;
	}
}

.daishiProduct {
	margin-bottom: 40px;
}

.daishi li img {
	margin-bottom: 10px;
}

.daishi li:last-child {
	margin-right: 0;
}

.daishi li img {
	border-radius: 8px;
}

.rentalBanner {
	width: 100%;
	max-width: 400px;
	margin: 30px auto;
}

.rentalBanner img {
	border-radius: 4px;
}

.rentalBanner a {
	transition: .15s;
}

.rentalBanner a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 1050px) {
	.scenegallery li {
		width: 50%;
		margin-right:0;
		margin-bottom:0;
	}
}

.sc-table {
		overflow: hidden;
    overflow-x: auto;
		margin-bottom: 20px;
	}
	.sc-table::-webkit-scrollbar {
    height: 5px;
	}
	.sc-table::-webkit-scrollbar-track {
			border-radius: 5px;
			background: #eee;
	}
	.sc-table::-webkit-scrollbar-thumb {
			border-radius: 5px;
			background: #666;
	}

.scenegallery li img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.scenegallery a:hover img {
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.mainImg img {
	width: 100%;
	height: auto;
}

.plnBox {
	margin-bottom: 30px;
}

.plnBox h3 {
	background: #fff;
	margin-bottom: 15px;
	padding: 10px;
	border-left: 3px solid #3d863f;
	font-weight: 600;
}

.plnBox h4 {
	font-weight: 600;
	color: #3d863f;
	margin-bottom: 5px;
}


/*-----------------------------------------------------

  FLOW

----------------------------------------------------- */
.qa{
background: url(../images/common/blackBack.jpg);
color: #FFFFFF;
padding: 15px
}

p.step_title{
padding: 20px;
font-size: 130%;	
}

.question dt{
	padding: 30px 50px 10px;
	font-size: 150%;
}

.question dd{
padding: 20px 50px 30px;
border-bottom: 1px solid #cbc2b3;
}

@media screen and (max-width: 1050px) {
	.question dt{
		padding: 30px 0 10px 50px;
		font-size: 18px;
	}

	.question dd{
	padding: 10px 0 30px 50px;
	border-bottom: 1px solid #cbc2b3;
	}
}

.question dt::before {
    content: "Q.";
    color: #b61d1d;
    padding-right: 20px;
    font-size: 30px;
    line-height: 1;
    position: relative;
    font-weight: normal;
    position: absolute;
    left: 15px;
}

.question dt {
    position: relative;
    padding-left: 50px;
}

.question dd {
    position: relative;
	padding-left: 50px;
}

.question dd::before {
    content: "A.";
    color: #3d863f;
    margin-right: 15px;
    font-size: 30px;
    line-height: 1;
    position: absolute;
    left: 15px;
}

.stepBox{
margin-bottom: 50px	
}

.stepBox .Img{
float: left;
width: 65%;
}

.stepBox .Img2{
float: right;
width: 65%;
}

.stepBox .tXt{
float: right;	
width: 30%;	
}

.stepBox .tXt2{
float: left;	
width: 30%;	
}

.tXt3{
float: right;	
width: 30%;	
}

.tXt4{
float: left;	
width: 30%;	
}

.tXt5{
float: right;	
width: 30%;	
}

@media screen and (max-width: 1050px) {
	.stepBox .Img{
	float: none;	
	width: 100%;
	}

	.stepBox .Img2{
	float: none;	
	width: 100%;	
	}

	.stepBox .tXt{
	float: none;	
	width: 100%;	
	}

	.stepBox .tXt2{
	float: none;	
	width: 100%;	
	}

	.tXt3{
	float: none;	
	width: 100%;	
	}

	.tXt4{
	float: none;	
	width: 100%;	
	}

	.tXt5{
	float: none;	
	width: 100%;	
	}
}

.stepBox .tXt h2::before {
  content: '';
  display: inline-block;
	width: 87px;
  height: 87px;
  background-image: url("../images/page/step1.jpg");
  background-size: contain;
  vertical-align: middle;
    background-repeat: no-repeat;
    top: -10px;
    margin-left: 0;
	margin-right: 10px;
	margin-bottom: 20px;
}

.stepBox .tXt2 h2::before {
  content: '';
  display: inline-block;
	width: 87px;
  height: 87px;
  background-image: url("../images/page/step2.jpg");
  background-size: contain;
  vertical-align: middle;
    background-repeat: no-repeat;
    top: -10px;
    margin-left: 0;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
}

.stepBox .tXt3 h2::before {
  content: '';
  display: inline-block;
	width: 87px;
  height: 87px;
  background-image: url("../images/page/step3.jpg");
  background-size: contain;
  vertical-align: middle;
    background-repeat: no-repeat;
    top: -10px;
    margin-left: 0;
	margin-right: 10px;
	margin-bottom: 20px;
}

.stepBox .tXt4 h2::before {
  content: '';
  display: inline-block;
	width: 87px;
  height: 87px;
  background-image: url("../images/page/step4.jpg");
  background-size: contain;
  vertical-align: middle;
    background-repeat: no-repeat;
    top: -10px;
    margin-left: 0;
	margin-right: 10px;
	margin-bottom: 20px;
}

.stepBox .tXt5 h2::before {
  content: '';
  display: inline-block;
	width: 87px;
  height: 87px;
  background-image: url("../images/page/step5.jpg");
  background-size: contain;
  vertical-align: middle;
    background-repeat: no-repeat;
    top: -10px;
    margin-left: 0;
	margin-right: 10px;
	margin-bottom: 20px;
}

.stepBox .tXt5 h2{
	font-size: 125%
}




/*-----------------------------------------------------

  CONTACT

----------------------------------------------------- */

.contactTell {
	text-align: center;
	font-size: 20px;
}

.contactTell li {
	display: inline-block;
	text-align: center;
	margin-right: 20px;
	border: 1px solid #cbc2b3;
	background: #fff;
	border-radius: 8px;
	padding: 12px 50px;
}

@media screen and (max-width: 1050px) {
	.contactTell li {
		display: block;
		text-align: center;
		margin-right: 0;
		margin-bottom: 10px;
		border: 1px solid #cbc2b3;
		background: #fff;
		border-radius: 8px;
		padding: 12px 50px;
	}
}

.contactTell li:last-child {
	margin-right: 0;
}

.contactTell li p {
	font-size: 30px;
	margin-top: 10px;
}

.contactTell li p::before {
	content: "\f095";
	font-family: FontAwesome;
	color: #3d863f;
	margin-right: 8px;
	font-weight: normal;
}


.contactForm input[type="text"], textarea{
	vertical-align:middle;
	line-height:30px;
	height:30px;
	padding:1px 5px;
	border:1px solid #cbc2b3;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	font-size:100%;
}

.contactForm textarea{
	height:auto;
	line-height:1.5;
}

.contactForm input[type="submit"],input[type="reset"],input[type="button"]{
	padding:20px 60px;
	border:0;
	line-height:1.5;
	font-size:100%;
	margin: 0 auto;
	display: block;
	cursor: pointer;
}

.contactForm table {
	margin-bottom: 30px;
}

.contactForm input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
	opacity: 0.7;
}

.contactForm *:first-child+html input[type="submit"]{padding:3px;}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 1px solid red!important;
	text-align: center;
	padding: 15px!important;
	color: #fff!important;
	font-weight: bold!important;
}

.wpcf7-list-item {
	display: block!important;
	margin-bottom: 5px;
}

.wpcf7-text,
.wpcf7-textarea {
	width: 95%;
}

.wpcf7-email,
.wpcf7-tel,
.wpcf7-text{
	vertical-align:middle;
	line-height:30px;
	height:30px;
	padding:1px 5px;
	border:1px solid #cbc2b3;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	font-size:100%;
	background:#fff;
}

.wpcf7-textarea {
	vertical-align:middle;
	padding:1px 5px;
	border:1px solid #cbc2b3;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	font-size:100%;
	background:#fff;
}


.your-yubin .wpcf7-text {
	width: 30%;
}

.wpcf7-select {
	width: 30%;
}

.contactForm p {
	margin-bottom: 10px;
}

.contactForm table {
	width: 100%;
	border-top: 1px solid #cbc2b3!important;
}

div.wpcf7-mail-sent-ok {
display: none!important;
}

.contactForm table th {
	border-bottom: 1px solid #cbc2b3!important;
	padding: 20px;
	white-space: nowrap;
	font-weight: normal;
}

.contactForm table th span {
	color: #ff0000;
}

.contactForm table td {
	border-bottom: 1px solid #cbc2b3!important;
	padding: 20px;
	text-align: left;
}

.contactForm table td p {
	text-align: left;
}

.contactForm table {
	
}

div.wpcf7-mail-sent-ok {
    border: 1px solid #13b5b1!important;
	text-align: center!important;
	padding: 15px!important;
}

@media screen and (max-width: 1050px) {
	.contactForm table,
	.contactForm tbody,
	.contactForm tr,
	.contactForm td,
	.contactForm th{
		display: block;
		width: 100%;
	}
	
	.contactForm table th {
		border-bottom: none!important;
		padding: 20px 0 0 0;
		text-align: left;
	}
	
	.contactForm table td {
		padding: 10px 0 20px 0;
	}
	
	.wpcf7-select {
		width: 100%;
}}

/* -------- お問い合わせ フォーム設定 -------- */
:focus {
  outline: solid 1px #fff;
}

/* Form fields, general styles first */

button,
input,
textarea, radio, select {
        border: 1px solid #c8c8c8;
        font-family: inherit;
        padding: 5px 10px;
		margin:0;
        background-color: #fff;
        border-radius: 0;
	font-size: 16px;
}


.submitBt input {
	background: url(../images/common/btStyle01.gif);
	background-size: 334px auto;
	display: block;
	color: #fff;
	padding: 14px 100px!important;
	font-size: 17px;
	font-weight: 600;
	line-height: 1;
	transition: .15s;
}


@media screen and (max-width: 599px) {
	input.wpcf7-confirm,
	input.wpcf7-submit,
	input.wpcf7-back{
		border-radius: 0;
		-webkit-appearance: none;
	}
}


input.editBt {
	background: #666!important;
	border: 1px solid #666!important;
}

/* Form fields, general styles first */

input:hover,
textarea:hover, #contact_form radio:hover, #contact_form select:hover {
        border: 1px solid #dadada;
}

button,
input {
    line-height: normal;
}
textarea {
        width:98%;
        overflow: auto;
        vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
        border: solid 1px #dadada;
        border-radius: 3;
        padding: 5px;
        vertical-align:middle;
}


/* Reset non-text input types */
input[type="file"]{
        border: 0;
        border-radius: 3;
        background:none;
        padding: 5px;
        vertical-align:middle;
}


/* Label, radio */

input[type="radio"] {
        margin-right: 1px;
}

label {
        display: inline-block;
        padding: 0 15px 0 0;

}


/* -------- Input タグの横幅設定 -------- */

.text_type01{
        width: 90%;
}
.text_type03{
        width: 150px;
}

.text_type02{
        width: 65%;
}

.text_type {
  width: 95%;
}

.contact_content {
        margin-bottom: 7px;
}


/* -------- Input autofill (Contact form 7 confirm page) -------- */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
.wpcf7c-conf {
    background: none!important;
    color: #333;
    border: 0;
}

.wpcf7c-conf:hover  {
    background: none;
    color: #333;
    border: 0;
}

/* -------- お問い合わせフォーム エラー、送信完了 -------- */


span.wpcf7-not-valid-tip {
    color: #ff0000!important;
    font-size: 1em;
    display: block;
}

div.wpcf7-validation-errors {
    border: 2px solid #939f96!important;
        color: #ff0000!important;
        padding: 10px;
        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.01);
        max-width: 960px;
    width: 100%;
    margin: 0 auto;
	box-sizing:border-box;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #939f96!important;
    color: #ff0000!important;
    padding: 10px;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.01);
}




/* Buttons */
#contact_form button,
#contact_form input[type="button"]{
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
#contact_form button{
	cursor: pointer;
}

#contact_form button:hover,
#contact_form input[type="button"]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
#contact_form button:active,
#contact_form input[type="button"]:active{
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
}


/* -------- お問い合わせフォームボタン（確認、送信、戻る） -------- */


#btn_box {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

#btn_box input{
        font-weight: 600;
        border: 0;
}


#btn_box p {
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: auto 8px 9px 8px;
}

#btn_box p.back_btn {
    width: 160px;
}

.confirm_btn .confirm, .confirm_btn .confirm:active {
    display: inline-block;
    cursor: pointer;
    max-width: 200px;
    width: 100%;
    margin: 0px auto 0;
    padding: 14px 0;
    border: 1px solid #808080!important;
    border-radius: 0;
    color: #666;
    font-size: 16px!important;
    text-align: center;
    text-decoration: none;
    background: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
 }

.confirm_btn .confirm:hover {
	background: #0e8ae9;
	border: 1px solid #0e8ae9!important;
	color: #fff;
  }


.send_btn .send, .send_btn .send:active {
        display: inline-block;
    cursor: pointer;
    max-width: 250px;
        width: 100%;
    margin: 0px auto 0;
    padding: 14px 0;
    border: 1px solid #808080!important;
        border-radius: 0;
    color: #666;
    font-size: 16px!important;
    text-align: center;
    text-decoration: none;
    background: none;
        -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.send_btn .send:hover {
  background: #0e8ae9;
  border: 1px solid #0e8ae9!important;
  color: #fff;
}


.back_btn .back, .back_btn .back:active {
        display: inline-block;
    cursor: pointer;
    max-width: 180px;
        width: 100%;
    margin: 0px auto 0;
    padding: 10px 0;
    border: 1px solid #808080!important;
        border-radius: 0;
    color: #666;
    font-size: 12px!important;
    text-align: center;
    text-decoration: none;
    background: none;
        -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;


}

.back_btn .back:hover {
        background: #0e8ae9;
        border: 1px solid #0e8ae9!important;
        border-radius: 0;
        color: #fff;
}
