@charset "utf-8";

/* ------------------------
clearfix
------------------------ */
.clear {
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}

/*  矢印 */
.down{
	  position: relative;
	  width:0;
	  height:0;
	  border: 16px solid transparent;
	  border-top-color: #42b4b0;
	  margin: 50px auto;
}
.down:before{
	  position: absolute;
	  content: '';
	  top: -32px;
	  left: -8px;
	  width: 16px;
	  height: 16px;
	  background: #42b4b0;
}
/* ------------------------
common
------------------------ */

.mt5 {margin-top: 5px!important;}
.mt10 {margin-top: 10px!important;}
.mt15 {margin-top: 15px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}
.mb50 {margin-bottom: 50px!important;}
.mb1 {margin-bottom: 1px!important;}
.mb5 {margin-bottom: 5px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb12 {margin-bottom: 12px!important;}
.mb15 {margin-bottom: 15px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb50 {margin-bottom: 50px!important;}
.ml10 {margin-left: 10px!important;}
.ml20 {margin-left: 20px!important;}
.ml30 {margin-left: 30px!important;}
.ml60 {margin-left: 60px!important;}
.mr10 {margin-right: 10px!important;}
.mr20 {margin-right: 20px!important;}
.bold {font-weight: bold!important;}
.fs10 {font-size: 10px!important;}
.fs12 {font-size: 12px!important;}
.fs13 {font-size: 13px!important;}
.fs14 {font-size: 14px!important;}
.fs16 {font-size: 16px!important;}
.lh120{line-height:1.2;}
.lh140{line-height:1.4;}
.pt50 {padding-top: 50px!important;}

/* 汎用class
----------------------------------------------------*/
.left {text-align: left!important;}
.center {text-align: center!important;}
.right {text-align: right!important;}
.fl {float: left!important;}
.fr {float: right!important;}

/*  imgfloat
------------------------------ */
.img_centered {
	display: table;
	margin: 0 auto;
}
.imgR {
	float: right;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.imgL {
	float: left;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
}
.img_shadow{
	-moz-box-shadow: 2px 2px 5px -1px #666; 
	-webkit-box-shadow: 2px 2px 5px -1px #666; 
	box-shadow: 2px 2px 5px -1px #666;
}


/* WP調整(画像回り込み)
----------------------------------------------------*/
img.centered {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}
img.alignright {
	padding: 0px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 0px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignleft {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 1em;
}
.aligncenter {
	display: block;
	margin:0 auto;
}
.alignright {
	display: block;
	float: right;
	margin-left: 10px;
	margin-bottom: 1em;
}

.single_navi {
	width: 760px;
	margin-top: 20px;
	padding: 15px;
	overflow: hidden;
	font-size: 13px;
}

.single_navi a {
	color: #ff8699;
}

.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* WP調整(Contact Form 7)
----------------------------------------------------*/
span.hissu {
	color: #aa0000; /*必須の文字色を赤色に指定*/
	font-size: smaller; /*文字サイズを一回り小さく*/
}

.wpcf7-form {
	background-color: #ffffff; /*ボックスの背景色を指定*/
	padding: 20px; /*ボックス内の余白を指定*/
	border-radius: 5px; /*ボックスを角丸に指定*/
	border: 1px dotted #ff8699;
}
.wpcf7-form p {
	margin: 10px 0;
}
.wpcf7-form span.hissu {
	color: #aa0000; /*必須の文字色を赤色に指定*/
	font-size: smaller; /*文字サイズを一回り小さく*/
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=date] {
	padding: 5px; /*入力フィールド内の余白を指定*/
	width: 80%; /*入力フィールド幅を指定*/
}
.wpcf7-form textarea {
	padding: 5px; /*テキストエリア内の余白を指定*/
	width: 95%; /*テキストエリア幅を指定*/
}
.wpcf7-form p.submit {
	text-align: center; /*送信ボタンを中央揃え*/
}
.wpcf7-form .wpcf7-submit {
	width: 50%; /*送信ボタンの横幅を指定*/
	height: 40px; /*送信ボタンの高さを指定*/
	margin-left: 160px; /*送信ボタンの左右位置を指定*/
	margin-top: 20px;
}
.wpcf7-form .form_item {
	margin-bottom: 15px;
}
.wpcf7-form .title{
	width: 200px;
	display: inline-block;
	padding-left: 50px;
	vertical-align: top;
}
.wpcf7-form .form_box{
	width: 370px;
	display: inline-block;
}
.wpcf7-form .form_box p{
	line-height: 0.8;
}
.wpcf7-form .form_box_01 p{
	line-height: 1.0;
}
.wpcf7-list-item label{
	display: block;
}
.wpcf7-form .text-829 input[type=text]{
	width: 50px;
}
.wpcf7-form .text-830 input[type=text]{
	width: 60px;
}
