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

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 200%;
	margin: 0px;
	padding: 0px;
	color: #333;
}
ul {
	display:block;
}
li {
	list-style-type:none;
}

.pc {
	display: block;
}
.sp {
	display: none;
}

.logo {
	background-color: #dff2fc;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0 0 0;
}
.logo img {
	width: 363px;
}
/*.main-copy {
	font-size: 1.4rem;
	color: #935F33;
	line-height: 160%;
	background-color: #dff2fc;
	background-image: url(../images/mainimage2.png);
	background-repeat: no-repeat;
	background-size:auto 734px;
	height: 684px;
	background-position: center;
	margin: 0;
	padding: 100px 0 0 0;
	text-align: center;
}*/

#main-conts {
	position: relative;
}
.main-copy {
	position: absolute;
	top: 10%;
	font-size: 1.4rem;
	color: #935F33;
	line-height: 160%;
	right: 0;
  left: 0;
  margin: 0 auto;
	padding: 0;
	text-align: center;
}

.wtBox {
	background-image: url(../images/line_wt.png);
	background-repeat: repeat-x;
	margin-top: -15px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.wtBox .box800, .wtBox .meetForm {
	max-width: 800px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.arrow_box{
	position:relative;
	max-width:400px;
	width:90%;
	background:#AACD06;
	padding:20px;
	text-align:center;
	color:#FFFFFF;
	font-size:30px;
	font-weight:bold;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.arrow_box:after{
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	border-color: rgba(170, 205, 6, 0);
	border-top-width:10px;
	border-bottom-width:10px;
	border-left-width:10px;
	border-right-width:10px;
	margin-left: -10px;
	border-top-color:#AACD06;
	top:100%;
	left:50%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.meetTit {
	font-size: 26px;
	font-weight: bold;
	color: #935F33;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	text-align: center;
	line-height: 140%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.wtBox .box800 img {
	max-width: 725px;
	width:95%
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.dotBox {
	background-image: url(../images/dot.png);
	background-repeat: repeat;
	padding-bottom: 80px;
}
.dotBox .wtLine {
	background-image: url(../images/line_wt2.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 80px;
}
.flow {
	max-width: 850px;
	width:90%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.flow li {
	background-color: #FFF;
	max-width: 790px;
	width:90%;
	padding-top: 3%;
	padding-right: 5%;
	padding-bottom: 3%;
	padding-left: 5%;
	display: block;
	border-radius: 15px 15px 15px 15px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.flow li img {
	display: inline-block;
	float: left;
	padding-right: 10px;
}
.flow li .flowBox {
	float: left;
	width: 90%;
}
.flow li .flowBox .meetTit {
	text-align: left;
	margin: 0px;
	font-size: 26px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.flow li .flowBox p {
	margin: 0px;
	padding: 0px;
}
.footBox {
	background-color: #fff;
	/*background-image: url(../images/line_bl.png);*/
	background-repeat: repeat-x;
	padding-top: 45px;
	padding-bottom: 35px;
	padding-right: 50px;
	padding-left: 50px;
}
.footBox img {
	width: 364px;
}

.footBox .footInfo {
	font-size: 16px;
	line-height: 180%;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footBox .copyright {
	font-size: 14px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}




@media only screen and (max-width: 768px)  {
 
.pc {
	display: none;
}
.sp {
	display: block;
}
	
/*スマートホン向記述*/
.logo {
	background-color: #dff2fc;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0 0 0;
}
.logo img {
	width: 70%;
}
/*.main-copy {
	font-size: 1.2rem;
	color: #935F33;
	line-height: 160%;
	background-color: #dff2fc;
	background-image: url(../images/mainimage2.png);
	background-repeat: no-repeat;
	background-size:auto 500px;
	height: 450px;
	background-position: center;
	margin: 0;
	padding: 50px 0 0 0;
	text-align: center;
}*/

.main-copy {
	font-size: 1.2rem;
	color: #935F33;
	line-height: 160%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.wtBox {
	background-image: url(../images/line_wt.png);
	background-repeat: repeat-x;
	margin-top: -15px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.arrow_box{
	position:relative;
	width:80%;
	background:#AACD06;
	text-align:center;
	color:#FFFFFF;
	font-size:20px;
	font-weight:bold;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
}
.arrow_box:after{
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	border-color: rgba(170, 205, 6, 0);
	border-top-width:10px;
	border-bottom-width:10px;
	border-left-width:10px;
	border-right-width:10px;
	margin-left: -10px;
	border-top-color:#AACD06;
	top:100%;
	left:50%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.meetTit {
	font-size: 20px;
	font-weight: bold;
	color: #935F33;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	text-align: center;
	line-height: 140%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.dotBox {
	background-image: url(../images/dot.png);
	background-repeat: repeat;
	padding-bottom: 50px;
}
.dotBox .wtLine {
	background-image: url(../images/line_wt2.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 50px;
}
.flow li img {
	display: inline-block;
	float: none;
	padding-right: 10px;
}
.flow li .flowBox {
	float: none;
	width: 100%;
}
.flow li .flowBox .meetTit {
	text-align: left;
	margin: 0px;
	font-size: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.footBox {
	background-color: #fff;
	/*background-image: url(../images/line_bl.png);*/
	background-repeat: repeat-x;
	padding-top: 45px;
	padding-bottom: 0px;
	padding-right: 5%;
	padding-left: 5%;
	text-align:center;
}
.footBox img {
	width: 90%;
}

.footBox .footInfo {
	font-size: 14px;
	line-height: 180%;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footBox .copyright {
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 140px;
}
 
}

#top_scroll{ 
    position: relative; 
    z-index: 100; 
    margin: 0; 
    padding: 0; 
}
 
#page-top1{
    display: block;
    position: fixed;
    z-index: 9;
    bottom: -250px;
    right: 20px;
    width: 50px;
    height: 50px;
    padding: 0;
    color: #222;
    text-align: center;
    text-decoration: none;
    transition: 1s;
        -webkit-transition: 1s;
}
 
#page-top1:hover{ 
    background: ;
    transform: translateY(-10px);
}

/*問い合わせ*/

.meetForm {
	max-width:800px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/************************************
** お問い合わせフォームの入力
************************************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
	display: block;
	width: 96%;
	height: 45px;
	margin-bottom: 0;
	border: 0;
	border-radius: 3px;
	background-color: #eff1f5;
	box-shadow: none;
	color: #5c6b80;
	font-size: 1em;
	vertical-align: middle;
	line-height: 45px;
	transition: background-color 0.24s ease-in-out;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 2%;
	padding-bottom: 0;
	padding-left: 2%;
}
textarea {
  max-width: 96%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 2%;
  overflow: auto;
}
@media(max-width:500px) {
	
    .inquiry td,
    .inquiry th {
        display: block !important;
        width: 100% !important;
        border-top: none !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important
    }
    .inquiry tr:first-child th {
        border-top: 1px solid #d7d7d7 !important
    }
    .inquiry .any,
    .inquiry .haveto {
        font-size: 12px
    }
	.meetForm {
	max-width:800px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
input[type="submit"] {
    -webkit-appearance: none;
	border-radius: 0;
}
}
.inquiry th {
    text-align: left;
    font-size: 14px;
    color: #444;
    padding-right: 5px;
    width: 30%;
    background: #f7f7f7;
    border: solid 1px #d7d7d7
}
.inquiry td {
    font-size: 13px;
    border: solid 1px #d7d7d7
}
.entry-content .inquiry tr,
.entry-content table {
    border: solid 1px #d7d7d7
}
.haveto {
    font-size: 10px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.any {
    font-size: 10px;
    padding: 5px;
    background: #93c9ff;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.verticallist .wpcf7-list-item {
    display: block
}
#formbtn {
    display: block;
    padding: 15px;
    width: 350px;
    background: #ffaa56;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 25px auto 0;
}

#formbtn:hover {
	opacity:0.7;
}
th {
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px
}
td {
    border-top: 1px solid #ededed;
    padding: 12px
}
input,
select,
textarea {
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    margin: 0;
    max-width: 100%;
    resize: none
}
input[type="submit"] {
    -webkit-appearance: none;
	border-radius: 0;
}

.grecaptcha-badge {
    opacity: 0;
}

.footInfo a {
	text-decoration:none;
	color: #333;
	font-weight: bold;
}

.businessBtn {
	width: 90%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding: 0px;
}
.businessBtn a {
	text-align: center;
	padding: 10px;
	background-color: #EC6D81;
	color: #ffffff;
	display: block;
	font-weight: bold;
	text-decoration: none;
}