@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: #FFFFFF;
	color: #333333;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
}
.inner {
	margin: 0 auto;
	max-width: 1120px;
}
.sinner {
	max-width: 620px;
}
#contents_wrap {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#contents {
	padding: 0;
}
.map {
	margin: 56px 20px 0;
}
.map li {
	border-left: 5px solid #CCCCCC;
	list-style: none;
	margin: 0 0 15px;
	padding: 0 0 0 10px;
	text-align: left;
}
.policy h3 {
	border-bottom: 2px solid #BBBBBB;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0 0 5px;
}
.policy p {
	margin: 0 0 20px;
}

/*2018/2/9追加分*/
.footersns{
	width: 440px;
	margin: 0 auto 20px auto;
}

.footersns li{
	float: left;
	margin-left: 5px;
}

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



@media screen and (max-width: 1120px) {
.inner {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
}

@media screen and (max-width: 550px) {
.inner {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
}
table {
	table-layout: fixed;
}
.tlauto table {
	table-layout: auto;
}
table td img {
	max-width: 100% !important;
	height: auto !important;
}
pre {
	margin: 0;
	padding: 0;
	white-space: pre-line;
}
b, strong {
	font-weight: bold;
}
u {
	text-decoration: line-through;
}
img {
	max-width: 100%;
	height: auto !important;
}
small {
	font-size: 80%;
}
hr {
	border: none;
	height: 0;
	border-bottom: 1px dashed #B3B3B3;
}
span {
	font-weight: inherit;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
u {
	text-decoration: underline;
}
input[type="button"] {
	cursor: pointer;
	padding: 5px 10px;
}
#contents_wrap {
	min-width: auto;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 1120px) {
#contents_wrap {
	padding-left: 20px;
	padding-right: 20px;
}

}

@media screen and (max-width: 550px) {
#contents_wrap {
	padding-left: 10px;
	padding-right: 10px;
}
}
#contents, #main, #main #col_main {
	max-width: 1120px;
	width: 100%;
}
.tacenter {
	text-align: center !important;
}
.ColLeft {
	float: left;
}
.ColRight {
	float: right;
}
/*--------------------------
slider
----------------------------*/
.left_img {
	float: left;
	width: 58.92%;
}
.slider {
	float: right;
	width: 41.08%;
}
.main_txt {
	position: absolute;
	bottom: 8.17%;
	left: 0px;
	width: 100%;
	text-align: center;
	z-index: 20;
}
.serviceBox {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 36px;
	color: #ffffff;
	position: relative;
}
.serviceBox div {
	position: relative;
	z-index: 2;
}
.service_bg {
	position: absolute !Important;
	top: 0px;
	left: -500%;
	width: 1000%;
	height: 100%;
	background: url(../images/home/bg_service.jpg);
	z-index: 1 !Important;
}
.serviceTitle {
	background-repeat: no-repeat;
	background-position: center top;
}
.serviceTitle h2 {
	padding-bottom: 10px;
}
.serviceTb {
	font-size: 24px;
	background: url(../images/home/bg01.jpg) no-repeat;
}
.ribbon p {
	background: url(../images/home/ribbon.png) no-repeat;
	font-size: 25px;
	line-height: 1.2;
	color: #fff;
	position: absolute;
	padding: 10px 20px 30px 20px;
	top: 0px;
	left: 20px;
}
.service_txt b:first-child {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 0.5;
}
.tbPd0 td {
	padding: 0px !Important;
}
.service_txt b:nth-child(3) {
	font-size: 36px;
	color: #e22000;
	line-height: 1;
	letter-spacing: -3px;
}
.service_txt span {
	color: #333333;
	position: relative;
	top: -20px;
}
.relative {
	position: relative;
}
.contact_txt {
	position: absolute;
	left: 10%;
	top: 25%;
}
.time {
	position: absolute;
	left: 6%;
	top: 37%;
}
.tel {
	position: absolute;
	left: 0.1%;/*2018/2/9 -1%から変更*/
	bottom: 3%;/*2018/2/9 15%から変更*/
}

/*-------------------------*/
.btn {
	position: absolute;
	right: 10%;
	bottom: 15%;
}
.contact_td02 {
	min-height: 213px;
}



@media screen and (max-width: 1120px) {
.imgR {
	max-width: 30% !important;
}
}
.fwb {
	font-weight: bold;
}
.mincho {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 768px) {
.ColLeft {
	float: none;
	width: 100% !important;
}
.ColRight {
	float: none;
	width: 100% !important;
}
}
header#global_header {
	border-top: 5px solid #B09D7C;
	clear: both;
	min-width: 0;
	position: relative;
	z-index: 2;
	width: 100%;
}
#headerinnerwrap {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 9999;
	top: 0;
	border-top: 5px solid #b09d7c;
}
#headerinner {
	position: relative;
}
#headerinner h1 {
	font-size: 75%;
	padding: 5px 0 0;
	text-align: left;
}
#headerinner #logowrap {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -26px 0 0 -146px;/*z-indexけした*/
}
#headerinner #logowrap #menu_btn {
	display: none;
}

#headerinner #headerinfowrap ul.sns {
	float: left;
}
#headerinner #headerinfowrap ul.sns li {
	float: left;
	margin-right: 8px;
}
#headerinner #headerinfowrap ul.sns li:nth-child(3){  /*2018/2/9追加分*/
    padding-top: 1px;
}

#headerinner #headerinfowrap .info {
	float: right;
}
#headerinner #headerinfowrap .info .open {
	font-size: 75%;
}
#headerinner #headerinfowrap .info .tel {
	background: url(../images/common/icon-tel.gif) no-repeat left center;
	color: #CDBC61;
	display: inline-block;
	font-weight: bold;
	padding-left: 21px;
}
#headerinner #headerinfowrap .info .conbtn {
	background: url(../images/common/icon-mail.png) no-repeat 18px center #eab92d;
	background: url(../images/common/icon-mail.png) no-repeat 18px center, -moz-linear-gradient(top, #eab92d 0%, #a07909 100%);
	background: url(../images/common/icon-mail.png) no-repeat 18px center, -webkit-linear-gradient(top, #eab92d 0%, #a07909 100%);
	background: url(../images/common/icon-mail.png) no-repeat 18px center, linear-gradient(to bottom, #eab92d 0%, #a07909 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#a07909', GradientType=0 );
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.55), 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.55), 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.55), 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	margin-top: 5px;
	padding: 5px 15px 5px 46px;
	text-decoration: none;
}
#headerinner #headerinfowrap .info .conbtn:hover {
	opacity: 0.6;
}
#gnavi {
	margin-top: 20px;
	margin-bottom: 10px;
}
#gnavi ul li {
	float: left;
	width: 14.28%;
}
#gnavi ul li a {
	color: #333333;
	display: block;
	font-size: 93%;
	font-weight: bold;
	text-decoration: none;
}
#gnavi ul li a .def {
	display: inline;
}
#gnavi ul li a .hov {
	display: none;
}
#gnavi ul li a:hover {
	color: #CDBC61;
}
#gnavi ul li a:hover .def {
	display: none;
}
#gnavi ul li a:hover .hov {
	display: inline;
}
#mainArea {
	background: #F4DBB4;
}

/*2018/2/9インスタグラムの埋め込み　追加分*/
.instagram a {
	display: none;

}


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

@media screen and (max-width: 768px) {
#headerinner #logowrap {
	position: relative;
	left: inherit;
	top: inherit;
	margin: 0;
}
#headerinner #logowrap #logo {
	float: left;
	max-width: 90%;
}
#headerinner #logowrap #menu_btn {
	display: block;
	text-align: right;
	position: relative;
	z-index: 0;/**/
	padding-top: 10px;
}
#headerinner #logowrap #menu_btn a.meanmenu-reveal {
	color: #B09D7C;
}
#headerinner #logowrap #menu_btn .meanmenu-reveal i {
	font-size: 30px !important;
}
#headerinner #logowrap #menu_btn .mean-nav {
	position: relative;
}
#headerinner #logowrap #menu_btn .mean-nav ul {
	background: #FFFFFF;
	border: 1px solid #B09D7C;
	border-top: none;
	padding: 0;
	position: absolute;
	text-align: left;
	min-width: 100%;
}
#headerinner #logowrap #menu_btn .mean-nav ul li {
	border-top: 1px solid #B09D7C;
	line-height: 0;
	position: relative;
}
#headerinner #logowrap #menu_btn .mean-nav ul li a {
	color: #000000;
	display: block;
	font-size: 20px;
	line-height: 1;
	padding: 0;
	padding: 10px 15px;
	text-decoration: none;
}
#headerinner #logowrap #menu_btn .mean-nav ul li a .hov {
	font-size: 14px;
	padding-left: 5px;
}
#headerinner #logowrap #menu_btn .mean-nav ul li img {
	vertical-align: middle;
}
#headerinner #logowrap #menu_btn .mean-nav ul li ul {
	position: static;
	border: none;
}
#headerinner #logowrap #menu_btn .mean-nav ul li ul li {
	border-top: 1px solid #B09D7C;
}
#headerinner #logowrap #menu_btn .mean-nav ul li ul li a {
	color: #434343;
	text-decoration: none;
	display: block;
}
#headerinner #logowrap #menu_btn .mean-nav ul li .mean-expand {
	position: absolute;
	top: 5px;
	right: 0;
	text-decoration: none;
	line-height: 0;
}
#headerinner #headerinfowrap {
	display: none;
}

/*2018/2/9インスタグラムの埋め込み　追加分*/
.instagram a{
	display: block;
}

.instagram{
	width:25px;
	height: 25px;
	display: block;
	position: absolute;
	right: 55px;
	top:36px;
}

#headerinner #logowrap #logo{
	margin-bottom: 15px;
}
/*-------------------------*/

}
footer#global_footer {
	min-width: 0;
	margin-top: 100px;
	width: 100%;
	position: relative;
	z-index: 2;
}
#footerinner {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: left;
}
#footerinner a {
	color: #333333;
	text-decoration: none;
}
#footerinner a:hover {
	text-decoration: underline;
}
#footerinner .flogowrap {
	float: left;
	width: 40.17%;
}
#footerinner .flogowrap .info {
	margin-top: 20px;
}
#footerinner .flogowrap dl dt {
	float: left;
	width: 5em;
}
#footerinner .flogowrap dl dd {
	padding-left: 5em;
}
#footerinner .flogowrap dl .tel {
	padding-left: 0;
	left: inherit;
	width: initial !important;
}
#footerinner .flogowrap .sns {
	margin-top: 20px;
}
#footerinner .flogowrap .sns li {
	float: left;
	margin-right: 8px;
}
#footerinner #fnaviwrap {
	float: right;
	width: 51.33%;
}
#footerinner #fnaviwrap .fnavi {
	float: left;
	width: 50%;
}
#footerinner #fnaviwrap .fnavi ul {
	float: left;
	width: 50%;
}
#footerinner #fnaviwrap .fnavi ul li a {
	font-weight: bold;
}
#footerinner #fnaviwrap .googlemap {
	float: right;
	width: 50%;
}

#copyright {
	background: #BFB381;
	color: #FFFFFF;
	font-size: 75%;
	padding: 10px;
}
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
}

@media screen and (max-width: 768px) {
#footerinner {
	padding-top: 20px;
	padding-bottom: 20px;
}
#footerinner .flogowrap {
	float: none;
	margin: 0 auto;
	width: 440px;
}
#footerinner .flogowrap .flogo {
	text-align: center;
}
#footerinner #fnaviwrap {
	float: none;
	margin-top: 20px;
	width: 100%;
}

/*2018/2/9追加分------------*/
.footersns{
	width: 60%;
	margin: 0 auto 20px auto;
}

.footersns li{
	float: left;
	margin-left: 5px;
}

.footersns li:nth-child(3) img,
.footersns li:nth-child(4) img{
   width: 100%;
}

.footersns li:nth-child(3),
.footersns li:nth-child(4){
	width: 35%;
}
/*-------------------------*/

}

@media screen and (max-width: 550px) {
#mainArea .inner {
	padding: 0px !Important;
}

/*2018/2/9インスタグラムの埋め込み　追加分*/
.instagram a{
	display: block;
}

.instagram{
	display: block;
	position: absolute;
	right: 45px;
	top:36px;
}


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

#headerinner #logowrap #logo img{
	width: 75%;
}

#headerinner #logowrap #logo{
	text-align: left;
	margin-bottom:10px;
}

footer#global_footer {
	margin-top: 50px;
}
#footerinner .flogowrap {
	max-width: 100%;
	width: 320px;
}
#footerinner #fnaviwrap .fnavi {
	float: none;
	width: 100%;
}
#footerinner #fnaviwrap .googlemap {
	float: none;
	margin-top: 20px;
	width: 100%;
}

/*2018/2/9追加分------------*/
.footersns{
	width: 80%;
	margin: 0 auto 20px auto;
}

.footersns li{
	float: left;
	margin-left: 5px;
}

.footersns li:nth-child(3) img,
.footersns li:nth-child(4) img{
   width: 100%;
}

.footersns li:nth-child(2){
	margin-bottom: 10px;
}

.footersns li:nth-child(3),
.footersns li:nth-child(4){
	width: 100%;
	float: none;
	margin-top: 10px;
}

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






}
/* ttl */
.pagetitle h2 {
	background: url(../images/common/pgttl_bg.png) no-repeat center center;
	color: #FFFFFF;
	line-height: 1.1;
	font-size: 187%;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	padding: 20px 0;
}

@media screen and (max-width: 768px) {
.pagetitle h2 {
	background-size: 100% 100%;
}
}
.ttl1 {
	color: #664524;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 225%;
	font-weight: bold;
	line-height: 1.2;
}
.ttl2 {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 20px;
}
.ttl3 {
	color: #664524;
	font-size: 187%;
	font-weight: bold;
	line-height: 1.2;
}
.ttl4 {
	border-bottom: 3px double #B09D7C;
	color: #664524;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.3;
	padding-bottom: 5px;
}
.ttl5 {
	background: #B09D7C;
	color: #FFFFFF;
	font-size: 112%;
	font-weight: bold;
	padding: 5px 10px;
}
/* box */
.box01, .box04 {
	border: 10px solid #B09D7C;
}
.box02 {
	border: 1px solid #CCCCCC;
}
.box03 {
	background: #ffd467;
	background: -moz-linear-gradient(left, #ffd467 0%, #c99f2d 50%, #ffd467 100%);
	background: -webkit-linear-gradient(left, #ffd467 0%, #c99f2d 50%, #ffd467 100%);
	background: linear-gradient(to right, #ffd467 0%, #c99f2d 50%, #ffd467 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd467', endColorstr='#ffd467', GradientType=1 );
	position: relative;
}
.box03 .boxinner {
	background: #FFFFFF;
	padding: 30px;
}
.box03:before {
	background: url(../images/common/ribbon.png) no-repeat left top;
	background-size: 100%;
	content: "";
	position: absolute;
	top: -7px;
	left: -7px;
	height: 100px;
	width: 100px;
}
.box04 {
	background: url(../images/common/kazari_l.jpg) no-repeat left 10px bottom 10px, url(../images/common/kazari_r.jpg) no-repeat right 10px top 10px;
	min-height: 200px;
}

@media screen and (max-width: 768px) {
.box04 {
	background-size: 20%;
}
}
.borTnone {
	border-top: none;
}
/* button style */
.btn01 a {
	border: 1px solid #664524;
	color: #664524;
	display: block;
	font-size: 112%;
	font-weight: bold;
	max-width: 320px;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	text-decoration: none;
	transition: all .3s;
}
.btn01 a span {
	position: relative;
	z-index: 2;
}
.btn01 a:before, .btn01 a:after {
	background: #FFFFFF;
	position: absolute;
	display: block;
	content: "";
	top: 0;
	height: 100%;
	width: 0;
	transition: all .3s;
	z-index: 1;
}
.btn01 a:before {
	right: 0;
}
.btn01 a:after {
	left: 0;
}
.btn01 a:hover {
	color: #FFFFFF;
}
.btn01 a:hover:before, .btn01 a:hover:after {
	transition: all .3s;
	width: 50%;
	background: #664524;
	z-index: 1;
}
/* contact banner */
.conbnr {
	border: 1px solid #B09D7C;
	position: relative;
}
.conbnr table td {
	padding: 20px !important;
}
.conbnr table td.img {
	padding: 0 !important;
}
.conbnr table td .time {
	margin-top: 20px;
}
.conbnr table td .tel {
	margin-top: 10px;
}
.conbnr table td .btn {
	margin-top: 20px;
}
/* bread crumbs */
.bread {
	font-weight: bold;
	font-size: 87%;
}
.bread a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.bread a:hover {
	text-decoration: underline;
}
/* window size 100% background */
.w100 {
	position: relative;
}
.w100 .bg {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -500%;
	width: 1000%;
	height: 100%;
	z-index: -1;
}
.w100.wstandard .bg {
	background: #F6F3E5;
}
.w100.pagetitle .bg {
	background: url(../images/common/bg_check.gif) repeat center top;
}
/* home */
#rss {
	height: 300px;
	overflow: auto;
}
.menu_bnr {
	border: 1px solid #B09D7C;
}
.menu_bnr table td {
	padding: 1px !important;
}
.menu_bnr table td a {
	color: #B09D7C;
	font-size: 150%;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}
.menu_bnr table td a .small {
	font-size: 66%;
	font-weight: normal;
}
.menu_bnr table td a:hover {
	text-decoration: underline;
}
.menu_bnr table td img {
	width: 100% !important;
}

@media screen and (max-width: 768px) {
.menu_bnr {
	width: 47.32% !important;
}
}

@media screen and (max-width: 550px) {
.menu_bnr {
	width: 100% !important;
}
}
#news {
	height: 255px;
	overflow: auto;
}
#news .news-child {
	border-bottom: 1px dotted #CCCCCC !important;
}
#news .news-child table td {
	padding: 0 !important;
}
.top_info table td.img {
	padding: 0 !important;
}
/* first */
.kiyakuhonbun {
	height: 150px;
	overflow: auto;
}
/* staff */
.staffbox table {
	table-layout: auto;
}
.staffbox table td {
	padding: 0 !important;
}
.staffbox table td.img {
	padding-right: 20px !important;
}
/* salon */
.salon .ColRight {
	position: relative;
}
.salon .ColRight .photo {
	border: 1px solid #664524;
	float: left !important;
	width: 77.95% !important;
}
.salon .ColRight .photo img {
	width: 100% !important;
}
.salon .ColRight .photothamb {
	position: absolute;
	top: 0;
	right: 0;
	height: 100% !important;
	overflow: auto;
	width: 20.5%;
}
.salon .ColRight .photothamb td {
	padding: 0 !important;
}
/* gallery */
.ColImg table td {
	overflow: hidden;
}
.ColImg table td img {
	max-height: none !important;
	max-width: none !important;
}
.gallerywrap {
	background: url(../images/common/bg_photo.jpg) repeat left top;
	border: 3px solid #B09D7C;
	height: 1100px;
	overflow: auto;
}
.gallerywrap .photo-item {
	box-shadow: 0 0 10px 0 #000;
	-moz-box-shadow: 0 0 10px 0 #000;
	-webkit-box-shadow: 0 0 10px 0 #000;
}
.gallerywrap .photo-item td {
	padding: 20px !important;
}
.gallerywrap .photo-item td.img {
	padding-bottom: 0 !important;
}
.gallerywrap .photo-item td.data {
	background: url(../images/common/inu.png) no-repeat 20px center;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.1;
	padding-left: 80px !important;
}

@media screen and (max-width: 1120px) {
.gallerywrap {
	height: 500px;
}
.gallerywrap .photo-item td {
	padding: 10px !important;
}
.gallerywrap .photo-item td.data {
	background: none;
	font-size: 100%;
	padding-left: 10px !important;
	text-align: center !important;
}
.serviceTb {
	float: none !Important;
	width: 90% !Important;
	margin: 0px auto 20px !Important;
	background: rgba(250,240,190,1);
	background: -moz-linear-gradient(top, rgba(250,240,190,1) 0%, rgba(254,252,235,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,240,190,1)), color-stop(100%, rgba(254,252,235,1)));
	background: -webkit-linear-gradient(top, rgba(250,240,190,1) 0%, rgba(254,252,235,1) 100%);
	background: -o-linear-gradient(top, rgba(250,240,190,1) 0%, rgba(254,252,235,1) 100%);
	background: -ms-linear-gradient(top, rgba(250,240,190,1) 0%, rgba(254,252,235,1) 100%);
	background: linear-gradient(to bottom, rgba(250,240,190,1) 0%, rgba(254,252,235,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf0be', endColorstr='#fefceb', GradientType=0 );
	border: 5px solid #fff;
}
.ribbon {
	width: 15% !Important;
}
.conbnr p {
	position: static;
}
}

@media screen and (max-width: 768px) {
.ribbon p {
	left: 5px;
}
.service_txt b:first-child {
	font-size: 18px;
}
.service_txt b:nth-child(3) {
	font-size: 20px;
}
}


/* Form */

#yoyaku {
	margin: 0 -10px;
}
#yoyaku label {
	display: block;
	text-align: left;
	margin-bottom: 0.5em;
}
#yoyaku input[type="text"],  #yoyaku input[type="email"],  #yoyaku input[type="password"],  #yoyaku input[type="datetime-local"],  #yoyaku input[type="month"],  #yoyaku input[type="time"],  #yoyaku select,  #yoyaku textarea {
	position: relative;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	background: #fff;
	background: rgba(255,255,255,0.75);
	width: 100%;
	border-radius: 0.35em;
	padding: 0.75em 1em 0.75em 1em;
	box-shadow: inset 0 0.1em 0.1em 0 rgba(0,0,0,0.05);
	border: 1px solid rgba(0,0,0,0.15);
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
#yoyaku input[type="text"],  #yoyaku input[type="email"],  #yoyaku input[type="password"],  #yoyaku input[type="month"],  #yoyaku input[type="time"],  #yoyaku select {
	line-height: 1.25em;
}
#yoyaku input[type="text"]:focus,  #yoyaku input[type="email"]:focus,  #yoyaku input[type="password"]:focus,  #yoyaku select:focus,  #yoyaku textarea:focus {
	box-shadow: 0 0 2px 1px #8ebebc;
	background: #fff;
}
#yoyaku textarea {
	min-height: 7em;
}
#yoyaku select {
	color: #888;
	font-size: 14px;
}

/* Button */
		
input[type="button"], input[type="submit"], input[type="reset"], .button {
	position: relative;
	display: inline-block;
	border-radius: 0.35em;
	color: #fff !important;
	text-decoration: none;
	padding: 0 2.5em 0 2em;
	background-color: #8ebebc;
	border: 0;
	cursor: pointer;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url('../images/common/overlay.png');
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url('../images/common/overlay.png');
	background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url('../images/common/overlay.png');
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url('../images/common/overlay.png');
	background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url('../images/common/overlay.png');			
	-moz-transition: background-color 0.35s ease-in-out;
	-webkit-transition: background-color 0.35s ease-in-out;
	-o-transition: background-color 0.35s ease-in-out;
	-ms-transition: background-color 0.35s ease-in-out;
	transition: background-color 0.35s ease-in-out;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, .button:hover {
	background-color: #9ececc;
}
input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active, .button:active {
	background-color: #7eaeac;
}

.row {
	padding: 10px 0 20px 0;
}
.row .col3 {
	width: 33.33%;
	float: left;
	padding: 0 10px;
}
.row .col2 {
	width: 50%;
	float: left;
	padding: 0 10px;
}
.row .col1 {
	width: 100%;
	padding: 0 10px;
}

@media screen and (max-width: 768px) {
input[type="radio"] {
	margin: 3px 3px 0px 5px !important;
}
}
@media screen and (max-width: 640px) {
#yoyaku {
	margin: 0;
}
.row {
	padding: 10px 0;
}
.row .col3, .row .col2, .row .col1 {
	width: 100%;
	padding: 10px 0 0 0;
}
.btn_style a {
	background:url(../images/common/icon_arrow_01.png) no-repeat right 15px center;
	color:#FFF;
	display:inline-block;
	font-size:18px;
	font-weight:bold;
	padding:12px 10px;
	text-align:center;
	text-decoration:none;
	-moz-transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
	width:240px;
}
.btn_style.blue a {
	background-color:#84c0d7;
}
}