@charset "utf-8";


/* ------------------------------
 Base
------------------------------ */

html {
	-webkit-text-size-adjust: 100%;
}
* {
	border: none;
	margin: 0px;
	padding: 0px;
	font-weight: inherit;
	font-size: inherit;
}
section, article, aside, dialog, figure, footer, header, hgroup, nav, li {
	display: block;
}
body {
	height: 100%;
	margin: 0;
	font-size: 18px;
	font-family: "メイリオ", Meiryo, Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, sans-serif;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-align: center;
	color: #333;
	background: #fff;
}
a {
	color: #000;
	outline: none;
	text-decoration: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.noef a {
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
a:hover {
	cursor: pointer;
}
li {
	list-style-type: none;
}
img {
	max-width: 100%;
	vertical-align: middle;
}

::selection {
	background: #FFE6D0; /* Safari */
}
::-moz-selection {
	background: #FFE6D0; /* Firefox */
}

/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* ---------- Common-Setting ---------- */

.b { font-weight: bold; }
.fl { float: left; display: inline; }
.fr { float: right; display: inline; }
.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }
.s { font-size: 85%; }
.clear { clear: both;}

.gray { color: #999;}
.green { color: #5E9A20;}
.orange { color: #EC7320;}

/* ------------------------------
 Base END
------------------------------ */

#container {
	overflow: hidden;
	width: 100%;
}
.wrapper {
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	clear: both;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.pcnone {
	display: none;
}
.pctabnone {
	display: none;
}
	

/* ------------------------------
 Header
------------------------------ */

#hdarea {
	width: 100%;/*
	height: 150px;*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 111;
}
#header {
	width: 100%;
	height: 90px;
	background-color: #fff;
}
#header .wrapper .title {
	float: left;
    width: calc(100% - 500px);
    max-width: 465px;
}
#header .wrapper .title h1 {
	margin: 12px 0 5px;
	font-size: 11px;
	letter-spacing: 0.5px;
	line-height: 1.2;
}
#header .wrapper .title a {
	display: block;
    width: 100%;
    max-width: 430px;
}
#header .wrapper .hdsub {
	width: 500px;
	float: right;
	margin-top: 15px;
}
#header .wrapper .hdsub div {
	width: 250px;
	float: left;
	text-align: center;
}
#header .wrapper .hdsub div p {
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 1.2;
	color: #463420;
}
#header .wrapper .hdsub div span.tel-link {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
	color: #463420;
}
#header .wrapper .hdsub p.btn {
	width: 240px;
	float: right;
}
#header .wrapper .hdsub p.btn a {
	width: 100%;
	height: 60px;
	line-height: 60px;
	display: block;
	background-color: #1B761F;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 1px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
#header .wrapper .hdsub p.btn a:hover {
	background-color: #589423;
	box-shadow: none;
}


/* ------------------------------
 Navi
------------------------------ */

#navi {
	width: 100%;
	height: 60px;
}
#navi .panel {
	width: 100%;
	background-color: #FFC20D;
}
#navi ul.wrapper {
	height: 60px;
	font-size: 0;
    text-align: center;
}
#navi ul.wrapper li {
    display: inline-block;
	height: 60px;
	position: relative;
}
#navi ul.wrapper li::before {
	content: "";
	width: 1px;
	height: 30px;
	background-color: rgba(70,52,32,0.2);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	z-index: 3;
}
#navi ul.wrapper li:first-child::before {
	width: 0;
	height: 0;
	background-color: transparent;
}
#navi ul.wrapper li a {
	display: block;
	height: 60px;
	line-height: 60px;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 1px;
	padding: 0 26px;
	position: relative;
}
#navi ul.wrapper li a:hover {
	background-color: #F9DA00;
}

#navi a.menu {
	display: none;
}


/* ------------------------------
 Mainvisual
------------------------------ */

#chatplusview { right: auto; left: 10px;}
#chatplusview.closed #outline #eye_catcher { float: left !important; left: 0 !important;}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
input:focus::placeholder,
textarea:focus::placeholder { color: transparent !important;}

.mainvisual {
	width: 100%;
	height: 890px;
	background: url(img/bg_main.jpg) no-repeat center center;
	background-size: cover;
	margin-top: 150px;
	position: relative;
}
.mainvisual:before,
.mainvisual:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 31%;
    width: 120%;
    height: 100%;
    background: url(img/main.png) no-repeat center center;
    background-size: auto 100%;
    transform: translateX(-50%);
}
.mainvisual:after {
    left: 1%;
    width: 57%;
    background-image: url(img/main_text.png);
    background-size: contain;
    transform: none;
}
.mainvisual .sp,
.mainvisual .tab { display: none;}
.mainvisual #mvForm {position: absolute;left: 59%;top: 0;width: 40%;max-width: 600px;height: 100%;padding: 40px;background: rgba(255,255,255,0.4);box-sizing: border-box;}
.mainvisual #mvForm h2 {margin: 0 0 15px;color: #000;font-size: min(2vw, 28px);font-weight: bold;line-height: 1;text-shadow: 0 0 5px #fff, 0 0 10px #fff;}
.mainvisual #mvForm dl {
}
.mainvisual #mvForm dt { position: relative; font-size: 15px;font-weight: bold;text-align: left;text-shadow: 0 0 5px #fff, 0 0 10px #fff;}
.mainvisual #mvForm dt.necessary:after {
    content: "必須";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 7px;
    color: #FFF;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    text-shadow: none;
    background: #5e9a20;
    border-radius: 3px;
}
.mainvisual #mvForm dd {margin: 0 0 15px;}
.mainvisual #mvForm input[type=text],
.mainvisual #mvForm input[type=tel],
.mainvisual #mvForm input[type=email],
.mainvisual #mvForm textarea {display: block;width: 100%;height: 40px;padding: 0 10px;line-height: 1.4;border: 1px solid #CCC;border-radius: 3px;box-sizing: border-box;outline: none;
    transition: all 0.5s ease;}
.mainvisual #mvForm textarea {
    padding: 8px;
    height: 150px;
}
.mainvisual #mvForm input[type=text]:focus,
.mainvisual #mvForm input[type=tel]:focus,
.mainvisual #mvForm input[type=email]:focus,
.mainvisual #mvForm textarea:focus {
    border-color: #EC7320;
    box-shadow: 0 0 10px rgba(236, 115, 32, 0.8);}
.mainvisual #mvForm .center {margin: 20px 0 0;}
.mainvisual #mvForm .mvBtn{
    display: block;
    padding: 20px 20px 17px;
    width: 100%;
    color: #FFF;
    font-size: min(2.1vw, 30px);
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    background: #EC7320;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
	vertical-align: middle;
    transition: all 0.5s ease;
}
.mainvisual #mvForm .mvBtn:hover{background:#D25F00;box-shadow: 0 0 20px #D25F00;}
.mainvisual .inner {
	width: 100%;
	max-width: 1600px;
	height: 700px;
	background: url(img/main.png) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	margin: 0 auto;
}
.ribbon {
	width: 1000px;
	height: 80px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -500px;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.ribbon:before {/*左側のリボン端*/
	content: '';
	position: absolute;
	width: 20px;
	bottom: -14px;
	left: -60px;
	border: 40px solid #972028;
	border-left-color: transparent;/*山形に切り抜き*/
	z-index: 1;
}
.ribbon:after {/*右側のリボン端*/
	content: '';
	position: absolute;
	width: 20px;
	bottom: -14px;
	right: -60px;
	border: 40px solid #972028;
	border-right-color: transparent;/*山形に切り抜き*/
	z-index: 1;
}
.ribbon p {
	position: relative;
	margin: 0;
	font-size: 30px;
	line-height: 80px;
	font-weight: 600;
	letter-spacing: 0;
	color: #FFF;
	background: #AF2630;/*真ん中の背景色*/
	z-index: 3;
}
.ribbon p span {
	font-size: 46px;
	font-weight: 600;
	letter-spacing: 0;
}
.ribbon p i {
	font-size: 20px;
	font-style: normal;
}
.ribbon p:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 10px transparent;
	border-right: solid 40px #6C171E;/*左の折り返し部分*/
}
.ribbon p:after {
	position: absolute;
	content: '';
	top: 100%;
	right: 0;
	border: none;
	border-bottom: solid 10px transparent;
	border-left: solid 40px #6C171E;/*右の折り返し部分*/
}
.mainvisual > p {
	font-size: 14px;
	text-align: right;
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 7%;
}


/* ------------------------------
 FormBtn
------------------------------ */

.formbtn {
	width: 100%;
	height: 280px;
	background: url(img/bg_green.gif) repeat left top;
}
.formbtn .wrapper {
	height: 280px;
	position: relative;
	padding: 30px 0 0;
	background: url(img/bg_formbtn.png) no-repeat right top;
}
.formbtn p {
	text-align: left;
	font-size: 32px;
	font-weight: 600;
	color: #fff;
	position: relative;
	z-index: 2;
	line-height: 1.4;
	margin-bottom: 20px;
	text-shadow: 0 3px 3px #8DB712, 3px 0 3px #8DB712, 0 -3px 3px #8DB712, -3px 0 3px #8DB712, -3px -3px 3px #8DB712, 3px -3px 3px #8DB712, -3px 3px 3px #8DB712, 3px 3px 3px #8DB712;
}
.formbtn p.lead {
	font-size: 50px;
	line-height: 1.4;
	margin-bottom: 0;
}
.formbtn .tel {
	width: 370px;
	height: 90px;
	float: left;
	border: 1px solid #fff;
	border-radius: 45px;
	text-align: center;
	padding-top: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.formbtn .tel span {
	font-size: 40px;
	color: #fff !important;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
	text-shadow: 0 3px 3px #8DB712, 3px 0 3px #8DB712, 0 -3px 3px #8DB712, -3px 0 3px #8DB712, -3px -3px 3px #8DB712, 3px -3px 3px #8DB712, -3px 3px 3px #8DB712, 3px 3px 3px #8DB712;
}
.formbtn .tel span a {
	color: #fff !important;
}
.formbtn .tel p {
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 0;
}
.formbtn p.btn {
    width: calc(100% - 390px);
    max-width: 600px;
	height: 90px;
	float: right;
	text-shadow: none;
	margin-bottom: 0;
}
.formbtn p.btn a {
	width: 100%;
	height: 90px;
	line-height: 90px;
	display: block;
	background-color: #1B761F;
	border-radius: 45px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	font-size: 34px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	position: relative;
}
.formbtn p.btn a::after {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -12px;
	width: 20px;
	height: 20px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.formbtn p.btn a:hover {
	background-color: #589423;
	color: #fff;
	box-shadow: none;
}


/* ------------------------------
 Movie
------------------------------ 

#movie {
	padding: 50px 0;
	background: #EFEFEF url(img/bg_movie.jpg) no-repeat center top;
}
#movie h1 {
	font-size: 50px;
	text-align: center;
	line-height: 1.4;
	font-weight: 600;
	color: #529214;
	display: inline-block;
	margin-bottom: 30px;
	position: relative;
	text-shadow: 0 3px 3px #fff, 3px 0 3px #fff, 0 -3px 3px #fff, -3px 0 3px #fff, -3px -3px 3px #fff, 3px -3px 3px #fff, -3px 3px 3px #fff, 3px 3px 3px #fff;
}
#movie h1::before {
	content: "";
	width: 5px;
	height: 50px;
	background-color: #529214;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: absolute;
	top: 10px;
	left: -30px;
	box-shadow: 0 3px 3px #fff, 3px 0 3px #fff, 0 -3px 3px #fff, -3px 0 3px #fff, -3px -3px 3px #fff, 3px -3px 3px #fff, -3px 3px 3px #fff, 3px 3px 3px #fff;
}
#movie h1::after {
	content: "";
	width: 5px;
	height: 50px;
	background-color: #529214;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 10px;
	right: -30px;
	box-shadow: 0 3px 3px #fff, 3px 0 3px #fff, 0 -3px 3px #fff, -3px 0 3px #fff, -3px -3px 3px #fff, 3px -3px 3px #fff, -3px 3px 3px #fff, 3px 3px 3px #fff;
}
#movie h2 {
	font-size: 40px;
	text-align: center;
	line-height: 1.4;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 30px;
	text-shadow: 0 3px 3px #fff, 3px 0 3px #fff, 0 -3px 3px #fff, -3px 0 3px #fff, -3px -3px 3px #fff, 3px -3px 3px #fff, -3px 3px 3px #fff, 3px 3px 3px #fff;
}
#movie .tv {
	width: 800px;
	background-color: #fff;
	padding: 10px 10px 0;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	margin: 0 auto 40px;
}
#movie ul {
	width: 820px;
	margin: 0 auto;
}
#movie ul li {
	width: 370px;
	float: left;
	background-color: #fff;
	padding: 10px 10px 0;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
#movie ul li:last-child {
	float: right;
}*/

#movie {
	padding: 50px 0;
	background: #EFEFEF;
}
#movie ul {
	width: 1020px;
	margin: 0 -10px;
}
#movie ul li {
	width: 33.333%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#movie ul li h2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
	color: #111;
	text-shadow: 0 3px 3px #fff, 3px 0 3px #fff, 0 -3px 3px #fff, -3px 0 3px #fff, -3px -3px 3px #fff, 3px -3px 3px #fff, -3px 3px 3px #fff, 3px 3px 3px #fff;
}
#movie ul li:first-child h2 {
	color: #529214;
}
#movie ul li a {
	display: block;
	padding: 10px;
    margin: 0 auto;
    max-width: 580px;
    text-align: center;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-sizing: border-box;
}
#movie ul li p {
	text-align: right;
	font-size: 14px;
	color: #111;
}



/* ------------------------------
 Menu
------------------------------ */

#menu {
  padding: 30px 0;
}
#menu .wrapper {
	border: 5px solid #ddd;
	border-radius: 5px;
	padding: 20px;
}
#menu .wrapper h1 {
	font-size: 34px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 20px;
}
#menu .wrapper ul {
	margin: 0 auto 20px;
}
#menu .wrapper ul li {
	width: 33.333%;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#menu .wrapper ul li a {
	width: 100%;
	height: 70px;
	line-height: 70px;
	display: block;
	background-color: #5E9A20;
	border-radius: 35px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-align: center;
}
#menu .wrapper ul li a img {
	vertical-align: middle;
	margin-left: 10px;
}
#menu .wrapper ul li a:hover {
	background-color: #A6CF18;
	box-shadow: none;
}
#menu .wrapper p {
	text-align: center;
	font-size: 13px;
}


h1.title {
	width: 100%;
	background-color: #5E9A20;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.3;
}
h1.title span {
	font-size: 24px;
	font-weight: normal;
	display: block;
	line-height: 1.2;
}
h1.subtitle {
	text-align: center;
	font-size: 50px;
	font-weight: 600;
	position: relative;
	margin-bottom: 40px;
}
h1.subtitle::after {
	content: "";
	width: 140px;
	height: 3px;
	background-color: #5BAD21;
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -70px;
}


/* ------------------------------
 About
------------------------------ */

#about {
	margin-top: -150px;
	padding-top: 150px;
}

/* -------- About -------------- */

#about .about {
	position: relative;
}
#about .about figure {
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
    height: 100%;
}
#about .about figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#about .about .text {
	width: 50%;
	margin-left: 50%;
	padding: 20px 5px 20px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#about .about .text h1 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.4;
	color: #EB721F;
	margin-bottom: 20px;
}

/* -------- Price -------------- */

#about .price {
	position: relative;
	background: url(img/bg_price.gif) repeat left top;
	padding: 50px 0 80px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
#about .price table {
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	margin-bottom: 10px;
}
#about .price table caption {
	background-color: #5E9A20;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 30px;
	font-weight: 600;
}
#about .price table caption span {
	display: inline-block;
	font-size: 20px;
}
#about .price table thead th {
	background-color: #E8F3DF;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 22px;
	text-align: center;
	padding: 10px 0;
}
#about .price table tbody th {
	font-size: 22px;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#about .price table tbody td {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	color: #EB721F;
	padding: 30px 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#about .price table tbody td span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #111;
	letter-spacing: 1px;
	line-height: 1.6;
}
#about .price table tbody td span.tax {
    color: #444;
	font-weight: bold;
}
#about .price table tbody td br.sp {
	display: none;
}
#about .price table tbody tr:nth-child(even) {
	background-color: #FBFBF2;
}

/* -------- Point -------------- */

#about .point {
	background-color: #E8F3DF;
	padding: 50px 0;
}
#about .point .box {
	width: 100%;
	height: 240px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	margin-top: 30px;
	background-color: #fff;
}
#about .point .box dl {
	float: right;
	display: table;
	padding: 30px;
    width: calc(100% - 340px);
    max-width: 650px;
	height: 240px;
	box-sizing: border-box;
}
#about .point .box dl dt {
	font-size: 27px;
	font-weight: 600;
	line-height: 1.4;
	color: #5E991F;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
#about .point .box dl dd {
	text-align: justify;
	line-height: 1.4;
}
#about .point .box figure {
	width: 340px;
	height: 240px;
	float: left;
	position: relative;
}

/* -------- Flow -------------- */

#about .flow {
	background-color: #F3F3F3;
	padding: 50px 0;
}
#about .flow .box {
	width: 100%;
	height: 300px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	margin-top: 30px;
	background-color: #fff;
	position: relative;
}
#about .flow .box::before {
	content: "";
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #66AC28;
	position: absolute;
	bottom: -60px;
	left: 50%;
	margin-left: -60px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	z-index: 2;
}
#about .flow .box::after {
	content: "";
	vertical-align: middle;
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 30px;
	height: 30px;
	border-top: 6px solid #fff;
	border-right: 6px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-left: -18px;
	z-index: 3;
}
#about .flow .box:last-child::before {
	width: 0;
	height: 0;
	background-color: transparent;
}
#about .flow .box:last-child::after {
	width: 0;
	height: 0;
	border-right: 6px solid transparent;
	border-top: 6px solid transparent;
}
#about .flow .box .text {
    width: calc(100% - 380px);
    max-width: 620px;
	height: 300px;
	float: left;
	display: table;
}
#about .flow .box .text p {
	width: 150px;
	height: 300px;
	display: table-cell;
	font-size: 130px;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
}
#about .flow .box .text dl {
	width: 470px;
	height: 300px;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}
#about .flow .box .text dl dt {
	font-size: 46px;
	font-weight: 600;
	line-height: 1.4;
	color: #5E991F;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
#about .flow .box .text dl dd {
	text-align: justify;
	line-height: 1.4;
}
#about .flow .box figure {
	width: 380px;
	height: 300px;
	float: right;
}


/* ------------------------------
 Simulation
------------------------------ */

#simulation {
	margin-top: -150px;
	padding: 150px 0 50px;
}
#simulation h1.title {
	margin-bottom: 20px;
}
#simulation .simCaution {
	margin: 40px 0 0;
}
#simulation article {
	margin-bottom: 100px;
}
#simulation article:first-of-type {
	margin-top: 30px;
}
#simulation article:last-child {
	margin-bottom: 0;
}
#simulation article h1 {
	background: url(img/bg_simu.gif) repeat left top;
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	padding: 20px 0 12px;
	position: relative;
	margin-bottom: 30px;
}
#simulation article h1 span {
	width: 120px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #fff;
	font-size: 60px;
	font-weight: normal;
	background-color: #1B761F;
	border-radius: 3px;
	position: absolute;
	left: 50%;
	top: -70px;
	margin-left: -60px;
}
#simulation article h1 span::after {
	content: "";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #1B761F;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -10px;
}
#simulation article .situation table {
	width: 660px;
	border-collapse: collapse;
	float: left;
	border-top: 1px solid #ccc;
}
#simulation article .situation table th {
	width: 120px;
	text-align: center;
	border-right: 1px dotted #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
#simulation article .situation table td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
#simulation article .situation table td ul li::before {
	content: "◎";
	font-size: 14px;
	color: #ccc;
}
#simulation article .situation table td ul li span {
	color: #1B761F;
}
#simulation article .situation table tfoot td {
	padding-bottom: 0;
	border: none;
}
#simulation article .situation figure {
	width: 300px;
	float: right;
}
#simulation ul.result {
	padding: 20px 15px;
}
#simulation ul.result li {
	width: 33.33%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 0;
	border: none;
}
#simulation ul.result li .before {
	height: 190px;
	background-color: #DFDFDF;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	position: relative;
}
#simulation ul.result li .before .text {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#simulation ul.result li .before p.sub {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.5;
}
#simulation ul.result li .before p.num {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.5;
}
#simulation ul.result li .before p.num span {
	font-size: 55px;
	letter-spacing: 0;
	line-height: 1.2;
}
#simulation ul.result li .after {
	height: 190px;
	background-color: #66AC28;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	position: relative;
}
#simulation ul.result li .after::before {
	content: "";
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: -50px;
	margin-top: -40px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
#simulation ul.result li .after::after {
	content: "";
	vertical-align: middle;
	position: absolute;
	left: -30px;
	top: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	border-top: 6px solid #66AC28;
	border-right: 6px solid #66AC28;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: auto;
}
#simulation ul.result li .after .text {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#simulation ul.result li .after p.sub {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	line-height: 1.4;
}
#simulation ul.result li .after p.num {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	line-height: 1.4;
}
#simulation ul.result li .after p.num span {
	font-size: 62px;
	letter-spacing: 0;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
}
#simulation ul.result li .effect {
	height: 190px;
	background-color: #FFC20D;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	position: relative;
}
#simulation ul.result li .effect .text {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#simulation ul.result li .effect p.sub {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	line-height: 1.1;
}
#simulation ul.result li:last-child .effect p.sub {
    padding: 0 100px 0 0;
}
#simulation ul.result li .effect p.num {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	line-height: 1.4;
}
#simulation ul.result li .effect p.num span.sub2 {
	font-size: 25px;
	font-weight: normal;
	color: #fff;
	line-height: 1.0;
	letter-spacing: 0;
	display: inline-block;
}
#simulation ul.result li .effect p.num span {
	font-size: 62px;
	letter-spacing: 0;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
	display: inline-block;
}
#simulation ul.result li .effect p.stamp {
	width: 190px;
	height: 190px;
	border: 10px solid #EC7320;
	border-radius: 100px;
	background-color: #fff;
	padding-top: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	letter-spacing: 0;
	line-height: 1.1;
	font-size: 54px;
	font-weight: 600;
	color: #EC7320;
	transform: rotate(25deg);
	-webkit-transform: rotate(25deg);
	position: absolute;
    top: -90px;
    right: -50px;
	z-index: 3;
}
#simulation ul.result li .small p.num {
	font-size: 25px !important;
}
#simulation ul.result li .small p.num span.sub2 {
	font-size: 20px !important;
}
#simulation ul.result li .small p.num span {
	font-size: 50px !important;
}
#simulation table.detail {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
#simulation table.detail thead th {
	background-color: #E7F3DF;
	padding: 10px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
#simulation table.detail tbody tr:nth-child(2n) {
	background-color: #FBFBF2;
}
#simulation table.detail tbody th {
	padding: 10px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
#simulation table.detail tbody td {
	padding: 10px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
#simulation table.detail tbody td i {
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
}


/* ------------------------------
 Faq
------------------------------ */

#faq {
	margin-top: -150px;
	padding-top: 150px;
}
#faq .bg {
	background: url(img/bg_faq.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	padding-bottom: 50px;
}
#faq dl {
	background-color: rgba(255,255,255,0.9);
	margin-top: 30px;
}
#faq dl:first-child {
	margin-top: 50px;
}
#faq dl dt {
	padding: 20px;
	font-size: 26px;
	border-bottom: 1px dotted #5E9A20;
	position: relative;
	padding-left: 80px;
}
#faq dl dt::before {
	content: "Q";
	font-size: 60px;
	color: #999;
	font-weight: 600;
	line-height: 0.9;
	margin-right: 10px;
	position: absolute;
	top: 10px;
	left: 20px;
}
#faq dl dd {
	padding: 20px;
	font-size: 26px;
	font-weight: 600;
	position: relative;
	padding-left: 80px;
}
#faq dl dd::before {
	content: "A";
	font-size: 60px;
	color: #5E9A20;
	font-weight: 600;
	line-height: 0.9;
	margin-right: 10px;
	position: absolute;
	top: 10px;
	left: 20px;
}


/* ------------------------------
 Voice
------------------------------ */

#voice {
	margin-top: -150px;
	padding-top: 150px;
}
#voice .bg {
	background-color: #F9F5E4;
	padding-bottom: 50px;
}
#voice .box {
	width: 100%;
	height: 280px;
	padding: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	margin-top: 30px;
	background-color: #fff;
}
#voice .box:first-child {
	margin-top: 50px;
}
#voice .box .info {
	width: 240px;
	height: 280px;
	float: left;
	text-align: center;
}
#voice .box .info figure {
	width: 130px;
	height: 130px;
	margin: 0 auto;
}
#voice .box .info p.name {
	display: inline-block;
	font-size: 15px;
	border: 1px solid #ddd;
	padding: 2px 5px;
}
#voice .box .text {
    width: calc(100% - 270px);
	height: 280px;
	float: right;
}


/* ------------------------------
 Form
------------------------------ */

#form {
	margin-top: -150px;
	padding-top: 150px;
}
#form .bg {
	background: url(img/bg_form.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	padding-bottom: 50px;
}
#form .wrapper {
	background-color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 40px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	margin-top: 50px;
}
table.inputform {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
table.inputform th {
	width: 28%;
	box-sizing: border-box;
	text-align: left;
	padding: 30px 20px;
	font-weight: normal;
	vertical-align: middle;
}
table.inputform td {
	padding: 30px 20px;
}
table.inputform th,
table.inputform td {
	border-bottom: 1px dotted #ddd;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
table.inputform tr:last-child th,
table.inputform tr:last-child td {
	border-bottom: none;
}
table.inputform td a.zipsearch {
	background: #333;
	color: #FFF!important;
	text-decoration: none;
	text-align: center;
	padding: 5px 10px;
	border-radius: 3px;
	display: inline-block;
	font-size: 11px;
	position: relative;
	overflow: hidden;
	z-index: 2;
	vertical-align: middle;
	text-decoration: none !important;
}
table.inputform td a:hover {
	background-color: #FFBF00;
}
table.inputform select,
table.inputform input[type=text],
table.inputform input[type=tel],
table.inputform input[type=email],
table.inputform textarea {
	width: 100%;
	background-color: #f2f2f2;
	border: none;
	border-radius: none;
	padding: 10px;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: none;
	font-size: 15px;
}
table.inputform input[type=text]:focus,
table.inputform input[type=tel]:focus,
table.inputform input[type=email]:focus,
table.inputform textarea:focus {
	border-bottom: 1px solid #ddd;
}
table.inputform textarea {
	width: 100% !important;
	height: 120px !important;
}
table.inputform input[type=radio],
table.inputform input[type=checkbox] {
	vertical-align: middle;
	background-color: #FFFFF0;
}
table.inputform input.mfp_element_file {
	background-color: #f2f2f2;
	box-shadow: none;
	border: none;
}
table.inputform input::-webkit-input-placeholder,
table.inputform textarea::-webkit-input-placeholder {
	color: #666;
}
table.inputform input::-moz-placeholder,
table.inputform textarea::-moz-placeholder {
	color: #666;
}
.mfp_element_all {
	max-width: none;
}
select {
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 8px;
	vertical-align: middle;
}
table.inputform #address {
	margin: 4px 0 6px;
}
table.inputform input.noborder {
	border: none;
}
table.inputform ul.float li {
	float: left;
	padding: 4px 10px 4px 0;
}
table.inputform ul.nofloat li {
	padding: 4px 0;
}
.notes {
	text-align: center !important;
	clear: both;
	font-size: 12px;
	margin: 30px auto 10px !important;
}
.hissu {
	display: inline-block;
    position: relative;
    top: -2px;
	margin-left: 5px;
	padding: 2px 4px 2px 6px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.2em;
	background-color: #5E9A20;
	border-radius: 2px;
}
.mfp_err {
	background-position: 0px 5px !important;
}
.inner section.form p {
	text-align: center;
	clear: both;
	margin: 20px auto !important;
}
table.inputform ~ p.center { margin: 10px 0 30px; }
table.inputform ~ p.center a { color: #5E991F !important; text-decoration: underline; }
table.inputform ~ p.center a:hover { text-decoration: none; }
table.inputform ~ p.center br.sp { display: none; }

/* ---------- label override ---------- */

form#mailformpro label {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	border-radius: 2px;
	display: block;
	white-space: normal;
}
form#mailformpro table.inputform ul.nofloat li label {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
form#mailformpro label.mfp_checked {
	padding: 5px 10px;
	background-color: #F2F8E0;
	border: 1px solid #B5D24D;
	color: #7D9A25;
}
form#mailformpro label.mfp_not_checked {
	padding: 5px 10px;
	border: 1px solid #ddd;
	background-color: #fff;
}

/* ---------- button override ---------- */

#mfp_buttons p {
	text-align: center;
	width: 70%;
	margin: 20px auto 0;
}
#mfp_buttons button#btn_confirm {
	border: none;
	border-radius: 50px;
	background: #EC7320;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	color: #FFF;
	font-size: 38px;
	font-weight: 600;
	font-family: inherit;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	padding: 0;
	text-shadow: none;
	vertical-align: middle;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
	font-weight: bold;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
#mfp_buttons button#btn_confirm:hover {
	border: none;
	background-color: #D25F00;
	box-shadow: none;
}


/* ---------- confirm.css override ---------- */

div#mfp_phase_confirm h4 {
	font-size: 32px;
	font-weight: 600;
	color: #5E9A20;
	padding: 0;
	text-align: center;
	margin: 0 0 20px;
}

table#mfp_confirm_table {
	border-bottom: #bbb 1px dotted;
	width: 90%;
	margin: 0 auto;
}
table#mfp_confirm_table tr th {
	width: 25%;
	white-space: nowrap;
	padding: 10px 10px 10px 30px;
	color: #333;
	font-weight: 700;
}
table#mfp_confirm_table tr td {
	padding: 10px 15px;
}
table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
	font-size: 18px;
	text-align: left;
	border-top: #bbb 1px dotted;
}
table#mfp_confirm_table tr.mfp_colored {
    background-color: #f7f7f7;
}

.mfp_buttons {
	margin-top: 30px;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
}
div.mfp_buttons button {
	padding: 10px 10px;
	border: none;
	height: 80px;
	color: #fff;
	font-size: 26px;
	border-radius: 50px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	cursor: pointer;
	font-family: inherit;
	margin: 0 10px;
	text-align: center;
	text-shadow: none;
}
div.mfp_buttons button#mfp_button_send {
	width: 400px;
	background: #EC7320;
	font-weight: bold;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
div.mfp_buttons button#mfp_button_send:hover {
	background: #D25F00;
}
div.mfp_buttons button#mfp_button_cancel {
	width: 200px;
	background: #AAA;
}
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover {
	box-shadow: 0 3px 7px #aaa;
}


/* ------------------------------
 Thanks
------------------------------ */

.thankspage #hdarea {
	overflow: hidden;
}
.thankspage #header {
	overflow: hidden;
}

#thanksarea {
	padding-top: 140px;
}
#thanksarea h1 {
	font-size: 36px;
	color: #5E9A20;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 40px;
}
#thanksarea p {
	text-align: center;
}
dl.telbox {
	margin: 60px auto 0;
	border: 4px solid #ccc;
	padding: 20px;
	text-align: center;
}
dl.telbox dt {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
	background-color: #f0f0f0;
	padding: 10px;
}
dl.telbox dd.tel {
	font-size: 44px;
	font-weight: 600;
	color: #5E9A20;
	line-height: 1.4;
}
dl.telbox dd img {
	width: 50px;
	vertical-align: middle;
	padding: 0 10px 5px 0;
}


/* ------------------------------
 Footer
------------------------------ */

#footer {
	padding: 20px 0;
}
#pagetop {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 20px;
	bottom: 160px;
	z-index: 100;
}
#pagetop a {
	width: 60px;
	height: 60px;
	display: block;
	background-color: #66AC28;
	border-radius: 1px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
#pagetop a::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -9px;
	box-sizing: border-box;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
#pagetop a:hover {
	background-color: #FF8520;
}
/* #footer p {
	clear: both;
	font-size: 13px;
	text-align: center;
	padding: 0 0 20px;
	min-height: 48px;
}
#footer ul {
	width: 700px;
	float: left;
}
#footer ul li {
	display: inline-block;
}
#footer ul li a {
	font-size: 13px;
	line-height: 1.4;
	padding: 0 10px;
}
#footer ul li a:hover {
	color: #5E9A20;
}
#footer small {
	display: block;
	font-size: 11px;
	text-align: center;
	letter-spacing: 0;
	color: #111;
	margin-top: 6px;
} */
#btmbutton {
	display: none;
}


/* ------------------------------
 Sitemap
------------------------------ */

.cnt {
	margin-top: 150px;
	border-bottom: 1px solid #ddd;
}
.cnt ul {
	margin: 80px 0;
}
.cnt ul li {
	position: relative;
	margin-bottom: 15px;
	text-align: left;
}
.cnt ul li:last-child {
	margin-bottom: 0;
}
.cnt ul li::before {
	content: "●";
	color: #ddd;
	font-size: 12px;
	padding-right: 5px;
	vertical-align: middle;
}
.cnt ul li a {
	text-decoration: underline;
}
.cnt ul li a:hover {
	color: #5e9a20;
}



/* ------------------------------
 confirm page
------------------------------ */

#thanksarea.conf table { margin: 40px 0 20px; width: 100%; box-sizing: border-box; border-collapse: collapse;}
#thanksarea.conf th,
#thanksarea.conf td { padding: 20px; border: 1px solid #CCC;}
#thanksarea.conf th { position: relative; padding: 20px 70px 20px 20px; font-size: 16px; font-weight: bold; background: #f7f7f7; white-space: nowrap;}
#thanksarea.conf th.necessary:after {
    content: "必須";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
	margin: -10px 0 0;
    padding: 0 7px;
    color: #FFF;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    text-shadow: none;
    background: #5e9a20;
    border-radius: 3px;
}

#thanksarea.conf .mvBtn,
#thanksarea.conf .cancelBtn {
    display: inline-block;
	margin: 20px 20px 0;
    padding: 20px 50px 17px;
    min-width: 250px;
	height: 70px;
    color: #FFF;
    font-size: 30px;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    background: #EC7320;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
	vertical-align: middle;
    transition: all 0.5s ease;
}
#thanksarea.conf .mvBtn:hover {background:#D25F00;box-shadow: 0 0 20px #D25F00;}
#thanksarea.conf .cancelBtn { min-width: 0; color: #666; font-size: 22px; font-weight: normal; background: #e2e2e2;}
#thanksarea.conf .cancelBtn:hover {background:#CCC;}

@media only screen and (min-width: 1100px){

#about .about .text { padding: 30px 0 30px calc(30px + 1vw); width: calc(50% + 2vw);}
}

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

/* 959px（タブレット縦）以下から 1カラム表示

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px){

body {
	letter-spacing: 1px;
}
.wrapper {
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}

.pcnone {
	display: block;
}
.tabspnone {
	display: none;
}
.tabnone {
	display: none;
}


/* ------------------------------
 Header
------------------------------ */

#header .wrapper .hdsub {
	width: 240px;
}
#header .wrapper .hdsub > div {
	display: none;
}
#header .wrapper .hdsub p.btn {
	width: 240px;
	float: none;
}
#header .wrapper .title {
    width: calc(100% - 250px);
}


/* ------------------------------
 Navi
------------------------------ */

#navi {
	width: 100%;
	height: auto;
}
#navi a.menu {
	width: 100%;
	display: block;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	text-align: left;
	overflow: hidden;
	padding: 0 15px 0 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #FF9E0D url(img/menuOpen.png) no-repeat 8px 16px;
	color: #fff;
	transition: none;
	-webkit-transition: none;
}
#navi a.menuOpen {
	background: #FF9E0D url(img/menuOpen.png) no-repeat 8px -26px;
}
#navi .panel {
	display: none;
}
#navi ul.wrapper {
	height: auto;
	margin: 0;
}
#navi ul.wrapper li {
	display: block;
	height: 40px;
	text-align: left;
	border-bottom: 1px dotted rgba(70,52,32,0.2);
}
#navi ul.wrapper li:last-child {
	border-bottom: none;
}
#navi ul.wrapper li::before {
	width: 0;
	height: 0;
	background-color: transparent;
}
#navi ul.wrapper li:first-child::before {
	width: 0;
	height: 0;
	background-color: transparent;
}
#navi ul.wrapper li a {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding: 0 15px;
}


/* ------------------------------
 Mainvisual
------------------------------ */

#chatplusview { left: auto;}

.mainvisual {
	height: auto;
	margin-top: 140px;
	background: none;
}
.mainvisual:before,
.mainvisual:after { display: none;}
.mainvisual .tab { display: block;}
.mainvisual #mvForm { display: none;}
.mainvisual .inner {
    padding: 65% 0 0;
	width: 100%;
	max-width: none;
    height: auto;
	background: url("img/main.jpg") no-repeat center center;
    background-size: 150% auto;
}
.ribbon {
	width: 80%;
	height: 60px;
	margin-left: -40%;
	bottom: 25px;
}
.ribbon:before {
	width: 20px;
	bottom: -12px;
	left: -40px;
	border: 30px solid #972028;
	border-left-color: transparent;/*山形に切り抜き*/
}
.ribbon:after {
	width: 20px;
	bottom: -12px;
	right: -40px;
	border: 30px solid #972028;
	border-right-color: transparent;/*山形に切り抜き*/
}
.ribbon p {
	line-height: 60px;
	font-size: 20px;
}
.ribbon p span {
	font-size: 26px;
}
.ribbon p i {
	font-size: 11px;
}
.mainvisual > p {
	right: 150px;
}


/* ------------------------------
 FormBtn
------------------------------ */

.formbtn {
	height: 260px;
}
.formbtn .wrapper {
	height: 260px;
	padding-top: 20px;
}
.formbtn p.lead {
	font-size: 44px;
}
.formbtn .tel {
	width: 37%;
	padding-top: 19px;
}
.formbtn .tel span {
	font-size: 27px;
}
.formbtn .tel p {
    font-size: 14px;
	letter-spacing: 0;
}
.formbtn p.btn {
	width: 60%;
}
.formbtn p.btn a {
    padding: 0 25px 0 0;
	font-size: 24px;
    box-sizing: border-box;
}
.formbtn p.btn a::after {
    margin-top: -11px;
    width: 14px;
    height: 14px;
	border-width: 4px;
}

/* ------------------------------
 Movie
------------------------------ 

#movie .tv {
	width: 90%;
	position: relative;
	padding: 56% 0 0 0;
}
#movie .tv iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#movie ul {
	width: 90%;
}
#movie ul li {
	width: 45%;
	position: relative;
	padding: 30% 0 0 0;
}
#movie ul li iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}*/

#movie ul {
	width: 100%;
	margin: 0;
}
#movie ul li h2 {
	font-size: 17px;
	margin-bottom: 15px;
    white-space: nowrap;
}

/* ------------------------------
 Menu
------------------------------ */

#menu .wrapper {
	padding: 20px 10px;
}
#menu .wrapper ul li {
	padding: 0 10px;
}
#menu .wrapper ul li a {
    padding: 25px;
	font-size: 15px;
	letter-spacing: 1px;
    line-height: 1;
    box-sizing: border-box;
}
#menu .wrapper ul li:not(:first-child) a {
	padding: 20px;
}
#menu .wrapper ul li a img {
    margin: -5px 0 0;
}


h1.title {
	font-size: 40px;
}
h1.title span {
	font-size: 20px;
	font-weight: 100;
}
h1.subtitle {
	font-size: 36px;
}


/* ------------------------------
 About
------------------------------ */

#about {
	margin-top: -140px;
	padding-top: 140px;
}

/* -------- About -------------- */

#about .about figure {
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
#about .about .text h1 {
	font-size: 34px;
}
#about .about .text h1 .br {
	display: inline;
}

/* -------- Price -------------- */

#about .price table thead th {
	font-size: 20px;
}
#about .price table tbody th {
	font-size: 20px;
}
#about .price table tbody td {
	font-size: 30px;
}

/* -------- Point -------------- */

#about .point .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
	height: auto;
}
#about .point .box.clearfix:after {
	display: none;
}
#about .point .box dl {
    float: none;
    padding: 20px;
    width: 60%;
    height: auto;
}
#about .point .box dl dt {
	font-size: 22px;
}
#about .point .box dl dd {
	font-size: 17px;
}
#about .point .box figure {
	width: 40%;
	height: auto;
}
#about .point .box figure img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #about .point .box figure img {
	  height: auto;
  }
}

/* -------- Flow -------------- */

#about .flow .box {
	height: auto;
}
#about .flow .box::before {
	width: 80px;
	height: 80px;
	bottom: -40px;
	margin-left: -40px;
}
#about .flow .box .text {
	width: 60%;
	height: auto;
}
#about .flow .box .text p {
	width: 30%;
	height: auto;
	font-size: 120px;
}
#about .flow .box .text dl {
	width: 70px;
	height: auto;
}
#about .flow .box .text dl dt {
	font-size: 30px;
}
#about .flow .box figure {
	width: 40%;
	height: auto;
}


/* ------------------------------
 Simulation
------------------------------ */

#simulation {
	margin-top: -140px;
	padding-top: 140px;
}
#simulation article h1 {
	font-size: 36px;
}
#simulation article h1 span {
	font-size: 50px;
}
#simulation article .situation table {
	width: 60%;
	margin-top: 0;
}
#simulation article .situation table th {
	width: 100px;
	text-align: center;
	border-right: 1px dotted #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	font-size: 16px;
}
#simulation article .situation table td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
}
#simulation article .situation figure {
	width: 37%;
}
#simulation ul.result li .before {
	height: 160px;
}
#simulation ul.result li .before p.sub {
	font-size: 22px;
	line-height: 1.3;
}
#simulation ul.result li .before p.num {
	line-height: 1.3;
}
#simulation ul.result li .before p.num span {
	font-size: 40px;
	line-height: 1.0;
}
#simulation ul.result li .after::before {
	width: 60px;
	height: 60px;
	left: -40px;
	margin-top: -30px;
}
#simulation ul.result li .after {
	height: 160px;
}
#simulation ul.result li .after::after {
	left: -30px;
}
#simulation ul.result li .after p.sub {
	font-size: 22px;
	line-height: 1.3;
}
#simulation ul.result li .after p.num {
	font-size: 30px;
	line-height: 1.3;
}
#simulation ul.result li .after p.num span {
	font-size: 50px;
	line-height: 1.0;
}
#simulation ul.result li .effect {
	height: 160px;
}
#simulation ul.result li .effect p.sub {
    padding: 0 !important;
	font-size: 22px;
	line-height: 1.3;
}
#simulation ul.result li .effect p.num {
	font-size: 30px;
	line-height: 1.3;
}
#simulation ul.result li .effect p.num span {
	font-size: 50px;
	line-height: 1.0;
}
#simulation ul.result li .effect p.num span.sub2 {
	font-size: 18px;
	line-height: 1.3;
}
#simulation ul.result li .effect p.stamp {
	width: 120px;
	height: 120px;
	border: 5px solid #EC7320;
    padding-top: 21px;
    font-size: 36px;
    top: -70px;
    right: -35px;
}


/* ------------------------------
 Faq
------------------------------ */

#faq {
	margin-top: -140px;
	padding-top: 140px;
}
#faq dl dt {
	font-size: 22px;
	padding-left: 70px;
}
#faq dl dt::before {
	font-size: 50px;
}
#faq dl dd {
	font-size: 22px;
	padding-left: 70px;
}
#faq dl dd::before {
	font-size: 50px;
}


/* ------------------------------
 Voice
------------------------------ */

#voice {
	margin-top: -140px;
	padding-top: 140px;
}
#voice .box {
	height: auto;
	padding: 20px;
}
#voice .box .info {
	width: 26%;
	height: auto;
}
#voice .box .info figure {
	width: 100px;
	height: 100px;
}
#voice .box .info p {
	font-size: 15px;
}
#voice .box .info p.name {
	font-size: 14px;
	line-height: 1.2;
}
#voice .box .text {
	width: 72%;
	height: auto;
}


/* ------------------------------
 Form
------------------------------ */

#form {
	margin-top: -140px;
	padding-top: 140px;
}
#form .wrapper {
	padding: 30px;
}

/* ---------- button override ---------- */

#mfp_buttons p {
	width: 80%;
}
#mfp_buttons button#btn_confirm {
	height: 90px;
	line-height: 90px;
	font-size: 30px;
}


/* ---------- confirm.css override ---------- */

table#mfp_confirm_table {
	width: 100%;
}

div.mfp_buttons button#mfp_button_send {
	width: 60%;
}
div.mfp_buttons button#mfp_button_cancel {
	width: 30%;
}


/* ------------------------------
 Thanks
------------------------------ */

#thanksarea h1 {
	font-size: 30px;
	text-align: center;
}
dl.telbox {
	margin: 60px auto 0;
	border: 4px solid #ccc;
	padding: 20px;
	text-align: center;
}
dl.telbox dt {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
	background-color: #f0f0f0;
	padding: 10px;
}
dl.telbox dd.tel {
	font-size: 44px;
	font-weight: 600;
	color: #66AC28;
	line-height: 1.4;
}
dl.telbox dd img {
	width: 50px;
	vertical-align: middle;
	padding: 0 10px 5px 0;
}


/* ------------------------------
 Footer
------------------------------ */

/* #footer {
	padding: 20px 0 10px;
}
#footer h1 {
	font-size: 13px;
	margin-bottom: 10px;
}
#footer ul {
	width: 100%;
	float: none;
	text-align: center;
}
#footer small {
	width: 100%;
	float: none;
	text-align: center;
	margin-top: 20px;
} */
#pagetop {
	bottom: 50px;
}


/* ------------------------------
 Sitemap
------------------------------ */

.cnt {
	margin-top: 140px;
}
.cnt ul {
	margin: 60px 0;
}




}
	

	

	





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

/* 幅644px以下

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

@media only screen and (max-width: 644px){

.spnone {
	display: none;
}
.pctabnone {
	display: block;
}
.tabnone {
	display: block;
}
#container {
	margin-top: 115px;
}


/* ------------------------------
 Header
------------------------------ */

#hdarea {
	height: 150px;
}
#header {
	height: 100px;
}
#header .wrapper {
	margin: 0;
}
#header .wrapper .title {
	float: none;
	margin: 0 auto;
	width: 280px;
	height: 50px;
}
#header .wrapper h1 {
	display: none;
}
#header .wrapper .hdsub {
	width: 100%;
	height: 50px;
	float: none;
	margin-top: 0;
}
#header .wrapper .hdsub div {
	width: 50%;
	height: 50px;
	float: left;
	text-align: center;
	display: block;
	background-color: #dfdfdf;
	padding-top: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#header .wrapper .title a {
	padding: 11px 0;
	width: 100%;
}
#header .wrapper .hdsub div p {
	display: none;
}
#header .wrapper .hdsub div p.pctabnone {
	display: block;
}
#header .wrapper .hdsub div span.tel-link {
	font-size: 18px;
}
#header .wrapper .hdsub div span.tel-link img {
	width: 14px;
}
#header .wrapper .hdsub p.btn {
	width: 50%;
	height: 50px;
	float: right;
}
#header .wrapper .hdsub p.btn a {
	width: 100%;
	height: 50px;
	line-height: 1.4;
	font-size: 14px;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding-top: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* ------------------------------
 Mainvisual
------------------------------ */

.mainvisual {
	margin-top: 150px;
}
.mainvisual .tab { display: none;}
.mainvisual .sp { display: block;}
.mainvisual .inner {
    padding: 80% 0 0;
	padding: min(80%, 400px) 0 0;
	background: url("img/main_sp.jpg") no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
}
.ribbon {
	width: 80%;
	height: 70px;
	margin-left: -40%;
	bottom: -5px;
}
.ribbon:before {
	width: 20px;
	bottom: 12px;
	left: -20px;
	border: 20px solid #972028;
	border-left-color: transparent;
}
.ribbon:after {
	width: 20px;
	bottom: 12px;
	right: -20px;
	border: 20px solid #972028;
	border-right-color: transparent;
}
.ribbon p {
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0;
	padding: 5px 0;
}
.ribbon p span {
	font-size: 18px;
}
.mainvisual > p {
	right: 100px;
	font-size: 11px;
}


/* ------------------------------
 FormBtn
------------------------------ */

.formbtn {
	height: auto;
}
.formbtn .wrapper {
	height: auto;
	padding: 10px 0;
	background: none;
}
.formbtn p {
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}
.formbtn p.lead {
	font-size: 20px;
}
.formbtn .tel {
	width: 100%;
	height: auto;
	float: none;
	padding: 5px 0;
	margin-bottom: 15px;
}
.formbtn .tel span.pctabnone {
	color: #fff;
	font-size: 16px;
	display: block;
	text-align: center;
	font-weight: normal;
}
.formbtn .tel a {
	font-size: 20px;
	display: block;
	line-height: 1.2;
	color: #fff;
}
.formbtn p.btn {
	width: 100%;
    max-width: none;
	height: 50px;
	float: none;
	text-shadow: none;
	margin-bottom: 5px;
}
.formbtn p.btn a {
    padding: 0 10px 0 0;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}
.formbtn p.btn a::after {
	right: 10px;
	top: 50%;
	margin-top: -6px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}


/* ------------------------------
 Movie
------------------------------ 

#movie {
	padding: 30px 0;
	background-image: none;
	background-color: #EFEFEF;
}
#movie h1 {
	font-size: 26px;
}
#movie h1::before {
	width: 2px;
	top: 0;
	left: -10px;
}
#movie h1::after {
	width: 2px;
	top: 0;
	right: -10px;
}
#movie h2 {
	font-size: 26px;
	margin-bottom: 0;
}
#movie .tv {
	width: 90%;
}
#movie ul {
	width: 90%;
}
#movie ul li {
	width: 100%;
	padding: 56% 0 0 0;
	float: none;
	margin-top: 30px;
}
#movie ul li:last-child {
	float: none;
}*/

#movie {
	padding: 30px 0;
}
#movie ul li {
	width: 100%;
	float: none;
	padding: 0;
	margin-bottom: 30px;
}
#movie ul li:last-child {
	margin-bottom: 0;
}
#movie ul li h2 {
	margin-bottom: 15px;
}
#movie ul li p {
    margin: 5px auto 0;
    max-width: 580px;
}
.mainvisual > p {
	color: #111;
}


/* ------------------------------
 Menu
------------------------------ */

#menu {
  padding: 30px 0;
}
#menu .wrapper {
	padding: 20px;
}
#menu .wrapper h1 {
	font-size: 26px;
}
#menu .wrapper ul li {
	width: 100%;
	float: none;
	padding: 0;
	margin-bottom: 15px;
}
#menu .wrapper ul li:last-child {
	margin-bottom: 0;
}
#menu .wrapper ul li a {
    padding: 26px 20px !important;
}


h1.title {
	font-size: 24px;
	letter-spacing: 1px;
}
h1.title span {
	font-size: 18px;
}
h1.subtitle {
	font-size: 22px;
}
h1.subtitle::after {
	width: 70px;
	margin-left: -35px;
	bottom: -15px;
}


/* ------------------------------
 About
------------------------------ */

#about {
	margin-top: -150px;
	padding-top: 150px;
}

/* -------- About -------------- */

#about .about {
	position: relative;
}
#about .about figure {
	width: 100%;
	position: relative;
	top: auto;
	left: auto;
	margin: 20px 0;
}
#about .about .text {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
}
#about .about .text h1 {
	font-size: 22px;
}

/* -------- Price -------------- */

#about .price {
	padding: 30px 0;
}
#about .price table caption {
	font-size: 20px;
}
#about .price table caption span {
	font-size: 16px;
}
#about .price table thead th {
	font-size: 16px;
}
#about .price table tbody th {
	font-size: 16px;
	line-height: 1.4;
	padding: 5px;
}
#about .price table tbody td {
	font-size: 18px;
	line-height: 1.4;
	padding: 5px;
}
#about .price table tbody td span {
	font-size: 14px;
	display: block;
	line-height: 1.4;
}
#about .price table tbody td br.sp {
	display: block;
}

/* -------- Point -------------- */

#about .point {
	padding: 30px 0;
}
#about .point .box dl {
	width: 100%;
	float: none;
	display: block;
	padding: 10px;
}
#about .point .box dl dt {
	font-size: 22px;
}
#about .point .box figure {
	width: 100%;
	float: none;
	text-align: center;
}

/* -------- Flow -------------- */

#about .flow {
	padding: 30px 0;
}
#about .flow .box .text {
	width: 100%;
	float: none;
	display: block;
	padding-top: 20px;
}
#about .flow .box .text p {
	width: 100%;
	display: block;
	font-size: 60px;
	line-height: 0.8;
}
#about .flow .box .text dl {
	width: 100%;
	padding: 10px;
	display: block;
}
#about .flow .box .text dl dt {
	font-size: 22px;
	text-align: center;
}
#about .flow .box figure {
	width: 100%;
	float: none;
	text-align: center;
}


/* ------------------------------
 Simulation
------------------------------ */

#simulation {
	margin-top: -150px;
	padding: 150px 0 30px;
}
#simulation h1.title {
	margin-bottom: 0;
}
#simulation article {
	margin-bottom: 70px;
}
#simulation article h1 {
	font-size: 22px;
	padding: 10px;
	line-height: 1.3;
	margin-bottom: 20px;
}
#simulation article h1 span {
	width: 80px;
	height: 60px;
	line-height: 60px;
	font-size: 40px;
	top: -55px;
	margin-left: -40px;
}
#simulation article h1 span::after {
	bottom: -18px;
}
#simulation article .situation table {
	width: 100%;
	float: none;
	margin: 0 0 10px;
}
#simulation article .situation table th {
	width: 80px;
}
#simulation article .situation table td {
	font-size: 18px;
}
#simulation article .situation figure {
	width: 100%;
	float: none;
	text-align: center;
}
#simulation ul.result {
	padding: 20px 0;
}
#simulation ul.result li {
	width: 100%;
	float: none;
	padding: 0;
	margin-bottom: 20px;
}
#simulation ul.result li:last-child {
	margin-bottom: 0;
}
#simulation ul.result li .before {
	height: auto;
	padding-bottom: 20px;
}
#simulation ul.result li .before .text {
	position: relative;
	left: auto;
	top: auto;
	transform: none;
	-webkit-transform: none;
}
#simulation ul.result li .before p.sub {
	font-size: 20px;
	line-height: 1.3;
}
#simulation ul.result li .before p.num {
	font-size: 26px;
	line-height: 1.3;
}
#simulation ul.result li .before p.num span {
	font-size: 40px;
	line-height: 1.0;
}
#simulation ul.result li .after {
	height: auto;
	padding-top: 20px;
}
#simulation ul.result li .after::before {
	width: 60px;
	height: 60px;
	top: -40px;
	left: 50%;
	margin: 0 0 0 -30px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
#simulation ul.result li .after::after {
	left: 50%;
	top: -25px;
	bottom: auto;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-left: -13px;
}
#simulation ul.result li .after .text {
	position: relative;
	left: auto;
	top: auto;
	transform: none;
	-webkit-transform: none;
}
#simulation ul.result li .after p.sub {
	font-size: 22px;
	line-height: 1.3;
}
#simulation ul.result li .after p.num {
	font-size: 30px;
	line-height: 1.3;
}
#simulation ul.result li .after p.num span {
	font-size: 50px;
	line-height: 1.0;
}
#simulation ul.result li .effect {
	height: auto;
}
#simulation ul.result li .effect .text {
	position: relative;
	left: auto;
	top: auto;
	transform: none;
	-webkit-transform: none;
}
#simulation ul.result li .effect p.sub {
	font-size: 22px;
	line-height: 1.3;
}
#simulation ul.result li .effect p.num {
	font-size: 30px;
	line-height: 1.3;
}
#simulation ul.result li .effect p.num span {
	font-size: 50px;
	line-height: 1.0;
}
#simulation ul.result li .effect p.sub2 {
	font-size: 30px;
	line-height: 1.3;
}
#simulation ul.result li .effect p.stamp {
	width: 90px;
	height: 90px;
	border: 4px solid #EC7320;
	padding-top: 15px;
    font-size: 27px;
    top: -40px;
    right: -10px;
}
#simulation table.detail tbody th {
	padding: 5px;
	font-size: 16px;
}
#simulation table.detail tbody td {
	padding: 5px;
	font-size: 16px;
}


/* ------------------------------
 Faq
------------------------------ */

#faq {
	margin-top: -150px;
	padding-top: 150px;
}
#faq .bg {
	padding: 0 0 30px;
}
#faq dl:first-child {
	margin-top: 40px;
}
#faq dl dt {
	font-size: 18px;
}
#faq dl dd {
	font-size: 18px;
}


/* ------------------------------
 Voice
------------------------------ */

#voice {
	margin-top: -150px;
	padding-top: 150px;
}
#voice .bg {
	padding: 0 0 30px;
}
#voice .box:first-child {
	margin-top: 40px;
}
#voice .box .info {
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 10px;
}
#voice .box .info figure {
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
#voice .box .info p {
	font-size: 18px;
}
#voice .box .info p.name {
	font-size: 18px;
}
#voice .box .text {
	width: 100%;
	float: none;
}
#voice .box .text .pctabnone {
    margin: 0 auto;
    max-width: 320px;
    width: 100%;
}


/* ------------------------------
 Form
------------------------------ */

#form {
	margin-top: -150px;
	padding-top: 150px;
}
#form .bg {
	padding: 0 0 30px;
}
#form .wrapper {
	padding: 10px;
	margin-top: 20px;
}
table.inputform {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
table.inputform th {
	width: 100%;
	display: block;
	padding: 10px 10px 5px;
	border-bottom: none;
	font-size: 16px;
}
table.inputform td {
	display: block;
	padding: 0 10px 10px;
}

table.inputform ~ p.center { margin: 10px; font-size: 14px; }
table.inputform ~ p.center br.sp { display: block; }

.hissu { font-size: 11px; }


/* ---------- button override ---------- */

#mfp_buttons p {
	width: 100%;
}
#mfp_buttons button#btn_confirm {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}


/* ---------- confirm.css override ---------- */

div#mfp_phase_confirm h4 {
	font-size: 24px;
}
table#mfp_confirm_table tr th {
	width: 100%;
	display: block;
	padding: 10px 10px 5px;
	border-top: #bbb 1px dotted;
}
table#mfp_confirm_table tr td {
	width: 100%;
	display: block;
	padding: 0 10px 10px;
}
table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
	border-top: none;
}
.mfp_buttons {
	margin-top: 20px;
}
div.mfp_buttons button {
	padding: 10px;
	height: 60px;
	font-size: 20px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	margin: 0 auto;
}
div.mfp_buttons button#mfp_button_send {
	width: 100%;
	margin-bottom: 20px;
}
div.mfp_buttons button#mfp_button_cancel {
	width: 60%;
}
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover {
	box-shadow: 0 2px 5px #aaa;
}


/* ------------------------------
 Thanks
------------------------------ */

.thankspage #hdarea {
	height: 80px;
}
.thankspage #header {
	height: 50px;
}

#thanksarea {
	padding-top: 80px;
}
#thanksarea h1 {
	font-size: 24px;
	margin-bottom: 30px;
}
#thanksarea p {
	text-align: justify;
}
dl.telbox {
	margin: 30px auto 0;
	padding: 10px;
}
dl.telbox dt {
	font-size: 20px;
	padding: 10px 0;
}
dl.telbox dd {
	font-size: 15px;
}
dl.telbox dd.tel {
	font-size: 26px;
	letter-spacing: 0;
}
dl.telbox dd img {
	width: 36px;
	padding: 0 10px 5px 0;
}


/* ------------------------------
 Footer
------------------------------ */

#pagetop {
	right: 10px;
	bottom: 45px;
}

/* #footer ul li {
	display: block;
	padding: 5px 0;
}
#footer ul li a {
	font-size: 16px;
	line-height: 1.4;
	padding: 5px 0;
	display: block;
	color: #5E9A20;
} */


/* ------------------------------
 Sitemap
------------------------------ */

.cnt {
	margin-top: 150px;
}
.cnt ul {
	margin: 40px 0;
}
.cnt ul li a {
	text-decoration: underline;
}


#thanksarea.conf table,
#thanksarea.conf tr,
#thanksarea.conf th,
#thanksarea.conf td { display: block; box-sizing: border-box;}
#thanksarea.conf table { border-bottom: 1px solid #CCC;}
#thanksarea.conf th,
#thanksarea.conf td { padding: 10px 20px; border-bottom: none;}
#thanksarea.conf td { border-top: none;}

#thanksarea.conf p.center { text-align: center;}



}




/* group site
-------------------------------------------------------*/

#GroupSite { min-height: 30px; text-align: left; background: #FFF; border-top: 2px solid #ec7323; -webkit-transition: all ease 0.7s; transition: all ease 0.7s; box-sizing: border-box; }
#GroupSite.open { min-height: 160px; }

#GroupSite h2 { margin-right: 10px; }
#GroupSite h2,
#GroupSite ul,
#GroupSite ul li { display: inline-block; font-size: 12px; line-height: 28px; vertical-align: top; }

#GroupSite #GroupTitle { margin: 0 auto; padding: 0; width: 100%; max-width: 1000px; }

#GroupSite #GroupTab li { position: relative; padding: 0 15px; border-left: 1px solid transparent; border-right: 1px solid transparent; cursor: pointer; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; }
#GroupSite #GroupTab li:hover { color: #999; }
#GroupSite #GroupTab li:after {
    content: "";
    display: inline-block;
    position: relative;
    top: -3px;
    margin: 0 0 0 7px;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #ec7323;
    border-right: 1px solid #ec7323;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	}
#GroupSite #GroupTab li:hover:after { opacity: .4; }
#GroupSite #GroupTab li.select { border-color: #dedede; }
#GroupSite #GroupTab li.select:after { top: 2px; -webkit-transform: rotate(-45deg) rotateX(180deg); transform: rotate(-45deg) rotateX(180deg); }
#GroupSite #GroupTab li.select:before { content: ""; display: block; position: absolute; bottom: -2px; left: 0; width: 100%; height: 3px; background: #FFF; z-index: 10; }

#GroupSite .groupTabs { display: none; padding: 34px 5px; width: 100%; text-align: center; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; }
#GroupSite .groupTabs li { margin: 0 20px; }
#GroupSite .groupTabs li a { display: inline-block; -webkit-transition: all ease 0.3s; transition: all ease 0.3s; }
#GroupSite .groupTabs li a:hover { opacity: .6; }
#GroupSite .groupTabs li a:first-child:last-child { display: block; }
#GroupSite .groupTabs img { margin-right: 15px; vertical-align: middle; }

@media only screen and (max-width: 960px){

#GroupSite #GroupTitle { padding: 0 10px; }
}

@media only screen and (max-width: 900px){

#GroupSite h2 { margin: 0; }
#GroupSite span.w1000 { display: none; }
#GroupSite #GroupTab li { padding: 0 10px; }

}

@media only screen and (max-width: 768px){

#GroupSite.open { min-height: 144px; }

#GroupSite #GroupTab { font-size: 0; }
#GroupSite #GroupTab li { font-size: 12px; }
#GroupSite #GroupTab li:after { margin: 0 0 0 5px; width: 7px; height: 7px; }

#GroupSite #GroupTitle { padding: 0 10px; }

#GroupSite .groupTabs { padding: 25px 0 15px; }
#GroupSite .groupTabs li a:first-child:last-child { text-align: center; }
#GroupSite .groupTabs img { display: block; margin: 0 auto; width: auto; height: 40px; }
}

@media only screen and (max-width: 580px){

#GroupSite span.w550 { display: none; }
#GroupSite #GroupTab li { padding: 0 6px 0 4px; }
}

@media only screen and (max-width: 420px){

#GroupSite span.w420 { display: none; }
}

@media only screen and (max-width: 345px){

#GroupSite h2,
#GroupSite #GroupTab li { font-size: 11px; }
#GroupSite #GroupTab li:after { width: 6px; height: 6px; }
}

/* ▼ロゴ差し替えに伴うライセンス表記 */
.br_sp {
	display: none;
 }
 @media screen and (max-width: 365px){
	 .br_sp {
		display: block;
	 }
 }
 /* ▲ロゴ差し替えに伴うライセンス表記 */ 



