@charset "UTF-8";

/* ===================================================================
CSS information

 file name  :layout.css
 style info :各ページのスタイル
=================================================================== */


/* ==========================================================
BASE
========================================================== */

body { 
	min-width: 750px;
	padding: 195px 0 0;
 }

 body#contact { 
	padding: 215px 0 0;
 }
 body#contact.complete { 
	padding: 195px 0 0;
 }

.inner {
		margin: 0 auto;
		width: 710px;
		padding: 0;
}

/* ==========================================================
HEADER
========================================================== */

#header {
	background: #fff;
	width:750px;
	height: 170px;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 40;
	outline: none;
	line-height: 0;
}

#header .base { 
	position: relative;
	background: #fff;
	width: 100%;
	height: 100%;
	padding: 20px 0 0;
	z-index: 1000;
	border-bottom: 3px solid #e5e5e5;
 }

#header .h_box { 
	position: relative;
	width: 710px;
	margin: 0 auto;
	z-index: 1000;
 }
#header h1 { 
	float: left;
	width: 220px;
	margin-right: 30px;
 }
#header h2 { 
	float: left;
 }

#header .contact { 
	position: relative;
	width: 710px;
	margin: 15px auto 0;
	z-index: 1000;
 }
#header .contact .btn { 
	float: left;
	margin-right: 20px;
 }
 #header .contact .phone { 
	float: left;
 }

#ham-menu {
    background-color: #fff; /*メニュー背景色*/
    box-sizing: border-box;
    height: 531px;
    padding: 0; /*メニュー内左右上下余白*/
    position: fixed;
    right: 0; /*メニュー横幅 width と合わせる*/
    top: -681px;
    transition: transform 0.1s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 100%; /*メニュー横幅*/
    z-index: 999;
}
#ham-menu dl {
  position: relative;
  background: #fff;
  border-top: 1px solid #5cc2cf;
  padding: 30px 0;
  text-align: left;
}
#ham-menu dl:last-of-type {
  border-bottom: 3px solid #e5e5e5;
}
#ham-menu dl dt {
  width: 310px;
  margin: 0 auto;
}
#ham-menu dl dt span {
  float: right;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
}
#ham-menu dl a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#menu-background {
    background-color: #fff; /*黒背景*/
    display: none;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.1s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 100%;
}
#menu-icon {
    background: url(../images/shared/gnavi_icon_close.jpg) no-repeat center center;
    color: #fff; /*アイコン（フォント）色*/
    cursor: pointer;
    display: block;
    height: 66px; /*アイコン縦高さ*/
    line-height: 66px; /*縦位置中央化*/
    position: fixed;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 66px; /*アイコン横幅*/
    transition: all 0.1s linear 0s; /*0.3s はアニメーションにかかる時間*/
    z-index: 1001;
}
#menu-cb {
    display: none; /*チェックボックス本体は消しておく*/
}
#menu-cb:checked ~ #ham-menu {
    transform: translate(0,871px); /*メニュー本体横幅 width と合わせる*/
}
#menu-cb:checked ~ #menu-icon {
    background: url(../images/shared/gnavi_icon_open.jpg) no-repeat center center;
}
#menu-cb:checked ~ #menu-background {
    opacity: 0.5;
    display: block;
}


/* ==========================================================
MAIN
========================================================== */

#top h3 {
	margin-top: 19px;
}

#top .news {
		width: 710px;
		margin: 20px auto 30px;
		padding: 0 0 0px 0;
}

#top .news .news_area {
		float: left;
		width: 489px;
		min-height: 90px;
		padding: 0 0 0 0;
		margin: 0 20px 0 0;
		font-size:20px;
		border:1px solid #f19fb9;
}
#top .news .news_area .news_title {
		background: #f19fb9;
		color:#fff;
		padding: 6px 0;
		font-size:24px;
		text-align: center;
}
#top .news .news_area .news_date {
/*		color:#f19fb9;
		padding: 11px 0 0 50px;*/
		display: none;
}
.ie8 #top .news .news_area .news_date {
/*		color:#f19fb9;
		float: left;
		padding: 11px 0 0 70px;*/
		display: none;
}
#top .news .news_area .news_contents {
  	color:#7d7d7d;
	padding: 8px;
	text-align:left;
}
#top .news .news_inner a {
	color: #7d7d7d;
}
#top .news .news_inner a:hover {
	text-decoration: none;
}

#top .news .area_btn {
	float: left;
	width: 199px;
	height: 90px;
	text-align: left;
	padding: 0 0 0 0;
}

#top .line {
	line-height: 0;
}

.banner_area{
	margin:40px 0;
}

.banner_area li{
	float: left;
	width: 345px;
}

.banner_area li:last-child{
	width: 345px;
	margin: 20px 0 0 173px;
}


/* ==========================================================
  CONTACT
========================================================== */
#contact h3 {
	display: none;
}

#contact .pc {
	display: none!important;
}

#contact .sp {
	display:  block;
}

#contact #container {
	position: relative;
	margin-bottom: 40px;
}

#contact.complete ul#sideAddress li.last-child {
	border-bottom: none;
}
#contact.complete #mainContainer {
	padding: 0;
}
#contact.complete #sideBar {
	position: relative;
	display: none;
}
#contact #sideBar {
	position: absolute;
	display: none;
}
#contactContainer {
	width:710px;
	margin: 0 auto;
}

#contactContainer #textBox {
	width:710px;
	height:147px;
	margin:0 0 30px 0;
	padding:64px 34px 0 148px;
	background:url(../images/contact/bg.gif) no-repeat;
	box-sizing:border-box;
}
#contactContainer #contactTop {
	width:710px;
	margin:30px auto 15px auto;
	font-size:15px;
}
#contactContainer .txt-sp {
	font-size:12px;
}
#contactContainer #contactTop span {
	display: block;
	color: #ff0000;
	font-size:14px;
	line-height: 1.3;
	margin-top: 5px;
}
#contact .checkbox {
	width: 710px;
    height: auto;
    margin: 0 auto 30px;
    text-align: center;
}
#contact .wpcf7-response-output {
	    border-color: #f19fb9!important;
}

/* ==========================================================
  CONTACT FORM
========================================================== */
div#contactForm {
	width:710px;
	height:auto;
	margin:30px auto;
	padding:0 0 30px;
	background:url(../images/contact/form_bg.gif) repeat;
	border:2px #f19fb9 solid;
	box-sizing:border-box;
}
div#contactForm h6 {
	width:314px;
	margin:30px auto 0 ; 
	padding:0;
	font-size:22px;
	font-weight:normal;
	color:#f19fb9;
	text-align: center;
	line-height: 3;
}
div#contactForm h6.h6_2 {
	width:440px;
	height:39px;
	margin:30px auto;
	padding:0;
	font-size:12px;
	font-weight:normal;
	color:#f19fb9;
}

div#contactForm span.required {
	color:#f19fb9;
}
div#contactForm form {
	margin:0;
	padding:0;
}


ul#formList {
	list-style:none;
	font-size:0;
	width:625px;
	margin:0 auto;
	padding:0;
}

ul#formList li {
	margin:0 0 15px 0;
	padding:0;
	text-align:left;
}

ul#formList li.mail {
	margin:0 0 0px 0;
}

ul#formList li.phone {
	margin:30px 0 0px 0;
}

ul#formList li.reply-margin {
	margin:30px 0 30px 0;
}

ul#formList li label {
	font-size:18px;
	margin:0;
	padding:0;

}
ul#formList li#reply_area #replyselect span.wpcf7-list-item label {
	font-size: 30px;
}

ul#formList li#reply_area #replyselect .selectfirst label,ul#formList li#reply_area #replyselect .selectlast label {
	font-size: 30px;
	color: #f19fb9;
}

ul#formList li input {
	width:620px;
	height: 42px;
	font-size:22px;
	line-height:1;
	border:2px #f19fb9 solid;
	box-sizing:border-box;
	padding:2px 5px 2px 5px;
	vertical-align:bottom;
}

ul#formList li#reply_area input {
  display: none;
}
ul#formList li#reply_area label:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #ccc;
    border: 4px solid #ccc;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    background: #fff;
    box-sizing: border-box;
}
ul#formList li#reply_area .selectfirst label:before,ul#formList li#reply_area .selectlast label:before {
	content: "";
	border: 6px solid #f19fb9;
}

ul#formList li#reply_area input {
	width:15px;
	margin-left:5px;
	font-size:14px;
	line-height:1;
	border:2px #f19fb9 solid;
	box-sizing:border-box;
	vertical-align: middle;
}

ul#formList li#reply_area .wpcf7c-conf + span {
	color: #999999;
}
ul#formList li#reply_area .wpcf7c-conf-hidden + span {
	color: #f19fb9;
}
/*ul#formList li#reply_area .wpcf7c-conf,ul#formList li#reply_area .wpcf7c-conf + span,ul#formList li#reply_area .wpcf7c-conf-hidden + span,ul#formList li#reply_area .first.selectfirst + .last .wpcf7c-conf,ul#formList li#reply_area .first.selectfirst + .last .wpcf7c-conf + span {
	display: none;
}*/

ul#formList li#reply_area .first.selectfirst .wpcf7c-conf-hidden + span,ul#formList li#reply_area .last.selectlast .wpcf7c-conf-hidden + span {
	display: inline;
}

ul#formList li#reply_area #replyselect span.wpcf7-list-item .wpcf7-list-item-label {
    display: inline-block;
    vertical-align: middle;
	margin-top: 1px;
}
ul#formList li#reply_area #replyselect span.wpcf7-list-item.first .wpcf7-list-item-label {
	margin-right:20px;
}

ul#formList #form-corp01 {
	display: none;
	width: 426px;
	height: 12px;
	font-size: 20px;
	text-align: left;
	color: #ff0000;
}
ul#formList #form-corp02 {
	display: none;
	width: 388px;
	height: 12px;
	font-size: 20px;
	text-align: left;
	color: #ff0000;
}

ul#formList #form-corp01.select,ul#formList #form-corp02.select {
	display: block;
}

ul#formList li textarea {
	width:620px;
	height: 42px;
	font-size:22px;
	border:2px #f19fb9 solid;
}
ul#formList li textarea {
	padding:0 5px;
	line-height: 1.8;
	resize:none;
	word-wrap:break-word;
	overflow: hidden;
	box-sizing: border-box;
}

div.address_num_area {
	width: 620px;
	font-size: 22px;
}
div.address_num_area .num01 {
	display: inline-block;
}
div.address_num_area .num02 {
	display: inline-block;
}
div.address_num_area .num02 span {
	padding-left: 10px;
}
ul#formList li textarea.address_num {
	width: 118px;
	text-align:center;
	margin: 0 0 -11px 6px;
	padding:0; 
}

ul#formList li textarea.address_num.wpcf7c-conf {
	padding:6px 0 0; 
}

ul#formList li textarea.address {
	height:86px!important;
	margin-left:0;
}
ul#formList li textarea.content {
	height:216px;
}



ul#formList li.left1 {
	height:117px;
	padding-left:103px;
	text-align:left;
	box-sizing:border-box;
}
ul#formList li.left2 {
	height:164px;
	padding-left:12px;
	text-align:left;
}
ul#formList li.left1:after
ul#formList li.left2:after, {
	content:"";
	clear:both;
	display:block;
}


ul#formList li div.left-top textarea {
	height:164px;
}
ul#formList li div.left-top {
	width:270px;
	margin-right:12px;
}

::-webkit-input-placeholder {
  color: #b5b5b5;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	font-size:22px;
}


input.radius {
	-moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
	width:620px;
	padding:6px 5px 4px 5px;
	line-height:1;
	border:2px #f19fb9 solid;
	border-radius:0;
	box-sizing:border-box;
  vertical-align: middle;
  font-size: 22px;
}
textarea {
	-moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
	width:620px;
	padding:4px 5px 5px 5px;
	border:2px #f19fb9 solid;
	border-radius:0;
    font-size: 22px;
    outline: none;
    resize: none!important;
}

ul#formList .title{
	width: 625px;
	font-size: 18px;
}

#kind_area div.hidden {
	display:block;
	width:620px;
	height:auto;
	position:relative;
	vertical-align:bottom;
  	overflow: hidden;
	box-sizing:border-box;
}

#reply_area div.hidden {
	display:block;
	width:620px;
	height:auto;
	padding:0 0 0 7px;
	position:relative;
	vertical-align:bottom;
  	overflow: hidden;
	box-sizing:border-box;
}

#reply_area div.replywrap{
	text-align: left;
	margin-top: 6px;
}

#reply_area ul.formText {
	display:block;
	width:620px;
	margin:15px auto;
	font-size:12px;
	text-align:left;
	line-height:1.5;
}
#reply_area ul.formText li {
	width: 100%;
    margin: 0 0 0 0;
    padding: 0;
    text-align: left;
}
#reply_area ul.formText li.indent {
    padding: 0 0 0 1em;
    text-indent: -1em;
}


#kind_area select.kind,
#reply_area select.reply {
	-moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
	width:620px;
	height:42px;
	margin:0;
	padding:5px;
	line-height:1;
	border-top:2px #f19fb9 solid;
	border-left:2px #f19fb9 solid;
	border-bottom:2px #f19fb9 solid;
	border-radius:0;
	background:none;
	background-image:url(../images/contact/arrow_sp.gif),url(../images/shared/pink.gif);
	background-repeat: no-repeat, repeat-y;
	background-position: 566px center,615px 5px;
  font-size: 22px;
  color: #595959;
}
#kind_area  p.title,
#reply_area  p.title {
	margin-top: 4px;
}



select::-ms-expand {
  display: none;
}

div.btn_area {
	width:710px;
	margin:0 auto;
}
div.btn_area_confirm {
	width:710px;
	margin:0 auto;
	line-height: 0;
}

div#back_d {
	width: 710px;
	height:60px;
	margin-top: 20px;
	background:url(../images/contact/btn_02_sp.gif) no-repeat;
}

div#back_d .back {
	width: 710px;
    text-indent: -9999px;
    height: 60px;
    border: none;
	background:url(../images/contact/btn_02_sp.gif) no-repeat;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 11px!important;
    display: block;
}
.ajax-loader{
    display: none;
}
div.wpcf7-validation-errors {
	border: 2px solid #f19fb9!important;
}
.contactform input.wpcf7c-conf,
.contactform textarea.wpcf7c-conf{
    border:0;
    padding:0;
    background:#fff;
}

.replyselect01,.replyselect02{
	font-size: 16px;
}

 /* 確認画面
========================================================== */

.wpcf7c-conf{
	background: none!important;
	border: none!important;
	color:#f19fb9!important;
}


/* ==========================================================
  CHECK FORM
========================================================== */
#checkForm {
	width:648px;
	height:auto;
	margin:30px auto;
	padding:30px 0;
	background:url(../images/contact/form_bg.gif) repeat;
	border:2px #f19fb9 solid;
	box-sizing:border-box;
}
#checkForm h6 {
	width:440px;
	height:36px;
	margin:0 auto 30px auto;
	padding:0;
}
#checkForm h6 img {
	vertical-align:middle;
}
ul#checkList {
	list-style:none;
	font-size:0;
	width:460px;
	margin:0 auto;
	padding:0;
}
ul#checkList li {
	width:460px;
	margin:20px 0 0 0;
	text-align:right;
	font-size:18px;
}
ul#checkList li div.large {
	font-size:18px;
}
ul#checkList li div.rightBox {
	display:inline-block;
	width:254px;
	margin:0 0 0 62px;
	padding:0;
	font-size:14px;
	text-align:left;
}

ul#checkList li.table {
	display:table;
}
ul#checkList li div.textArea {
	display:table-cell;
	width:310px;
	padding:0 0 0 62px;
	font-size:14px;
	text-align:left;
	box-sizing:border-box;
}
ul#checkList li div.top {
	display:table-cell;
	text-align:right;
	width:144px;
	margin:0;
	padding:0;
	vertical-align:top;
}

#btnContainer {
	width:648px;
	margin:0 auto 60px auto;
	padding:0;
}
#btnContainer:after {
	content:"";
	clear:both;
	display:block;
}
#return {
	float:left;
	width:314px;
	height:auto;
	padding:0;
	background:url(../images/contact/btn_02_on.gif) no-repeat;
}
#return input:hover {
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
}
#enter {
	float:right;
	width:314px;
	height:auto;
	margin:0;
	padding:0;
	background:url(../images/contact/btn_03_on.gif) no-repeat;
}
#enter input:hover {
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
}

/* ==========================================================
  COMPLETE
========================================================== */
#completeForm {
	width:710px;
	height:auto;
	margin:60px auto;
	padding:30px 0;
	background:url(../images/contact/form_bg.gif) repeat;
	border:2px #f19fb9 solid;
	box-sizing:border-box;
}
#completeForm h6 {
	width:380px;
	margin:0 auto;
	padding:0;
}
#completeForm h6 img {
	vertical-align:middle;
}

a.goTop {
	display:block;
	width:710px;
	height:60px;
	margin:0 auto 60px auto;
}
a.goTop img {
	vertical-align:middle;
}

/* ==========================================================
  LINK
========================================================== */
ul#linkList {
	list-style:none;
	width:850px;
	margin:0 0 0 15px;
	padding:0;
	font-size:0;
}
ul#linkList li{
	display:inline-block;
	width:404px;
	margin:0;
	padding:0;
}
ul#linkList li.odd {
	margin:30px 30px 0 0;
}
ul#linkList li img {
	vertical-align:middle;
	margin:0;
	padding:0;
}

ul#linkList li a:hover img {
		opacity: .5;
		-webkit-opacity: .5;
		-moz-opacity: .5;
		filter: alpha(opacity=50);	/* IE lt 8 */
		-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}

ul#linkList li a img {
		-webkit-transition: opacity 0.1s ease-out;
		-moz-transition: opacity 0.1s ease-out;
		-ms-transition: opacity 0.1s ease-out;
		transition: opacity 0.1s ease-out;
}

/* ==========================================================
  FOOTER
========================================================== */


#footer {
		background-color: #fcfcfc;
		border-top: 3px solid #e5e5e5;
		padding: 0 0 40px;
}

#footer .data {
		color: #5d5c5c;
		width: 750px;
		margin: 0 auto;
		padding: 28px 0 0px 0;
		text-align: center;
}

#footer .data_logo {
		padding: 0;
}

#footer .data_text_01 {
		font-size: 24px;
		font-weight: bold;
		line-height: 1.5;
		margin: 30px auto;
}

#contact.entry #footer .data_text_01 {
		font-size: 12px!important;
}

#footer .copyright {
		color: #5d5c5c;
		height: 25px;
		border-top: 2px solid #fff;
		font-size: 20px;
		text-align: center;
		padding: 30px 0 0 0;
}
#footer .copyright a {
		color: #5d5c5c;
		text-decoration:none;
}
#footer .copyright a:hover {
		color: #5d5c5c;
		text-decoration:none;
		opacity: .5;
		-webkit-opacity: .5;
		-moz-opacity: .5;
		filter: alpha(opacity=50);	/* IE lt 8 */
		-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
#footer #gmap {
	width:710px;
	height:360px;
	margin:30px auto 0 auto;
	padding:0;
	outline:solid 2px #f19fb9;
	box-sizing:border-box;
}
p.bigmap{
	text-align: right;
	margin-top: 20px;
}
p.bigmap a{
	color:#f19fb9;
}
p.bigmap a:hover{
	color:#f19fb9;
}

/* btn-pageTop
========================================================== */


#pageTop {
		position: fixed;
		right: 10px;
		bottom: 20px;
		z-index: 999;
}

#pageTop a { display: block; }

#pageTop a:hover img {
		opacity: .5;
		-webkit-opacity: .5;
		-moz-opacity: .5;
		filter: alpha(opacity=50);	/* IE lt 8 */
		-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}

#pageTop a img {
		-webkit-transition: opacity 0.1s ease-out;
		-moz-transition: opacity 0.1s ease-out;
		-ms-transition: opacity 0.1s ease-out;
		transition: opacity 0.1s ease-out;
}