@charset "utf-8";

/* h1 h2 h3
------------------------------------------------------------*/
h2.ttl_base {
	color: #605048;
	font-weight: bold;
	font-size: 117%;
	margin-bottom: 1.5em;
	}
	 
#contentWrap h1,
#top_newsWrap h2,
.ttl_gallery {
	position: relative;
	color: #605048;
	font-size: 16px;
	padding-left: 0.1em;
	margin-bottom: 50px;
	}
	.ttl_gallery {
	font-size: 14.5px;
	margin-bottom: 30px;
	}
@media screen and (max-width: 767px) {
	#contentWrap h1,
	#top_newsWrap h2,
	.ttl_gallery {
	margin-bottom: 30px;
	}
	.ttl_gallery {
	font-size: 13.5px;
	margin-bottom: 30px;
	}
}
	#contentWrap h1::before,
	#contentWrap h1::after,
	#top_newsWrap h2::before,
	#top_newsWrap h2::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	box-shadow: -1px -1px 1px rgba(0,0,0,0.2);
	}
	#contentWrap h1::before {margin-bottom: 11px;}
	#contentWrap h1::after {margin-top: 11px;}
	
	#contentWrap h1 .en,
	.ttl_gallery .en {
	letter-spacing: 0.1em;
	}
	#contentWrap h1 .jp,
	.ttl_gallery .jp {
	font-size: 75%;
	}
	#contentWrap h1 .jp::before,
	.ttl_gallery .jp:before {
	content: '│';
	padding-right: 0.5em;
	margin-left: 0.5em;
	}

	#top_newsWrap h2 {
	font-size: 22px;
	text-align: center;
	width: 70px;
	margin-bottom: 10px;
	}
	#top_newsWrap h2::before {margin-bottom: 2px;}
	#top_newsWrap h2::after {margin-top: 2px;}

h3.ttl_base {
	color: #605048;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 1em;
	}
	
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* mainVisual
------------------------------------------------------------*/
#mainVisual {
	width: 100%;
	margin: 0 auto 40px;
	opacity:0;
	}
#top_img {
	margin: 0 auto;
	max-width:1120px;
	width:100%;
	text-align: left;
	background-image: url("/images/IMG_5720.jpg");
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	position:relative;
	}
#top_img span {
	position:absolute;
	right:0;
	bottom:-2em;
	font-size: 9px;
	color:#999;
	font-family: "Times New Roman", Times, "serif";
	}
@media screen and (max-width: 767px) {
#top_img {
	height:240px;
	}
}

@media screen and (min-width: 768px) {
#top_img {
	min-height:460px;
	max-height: 580px;
	height:55vh;
	}
}

/* news top_newsFlex
------------------------------------------------------------*/
#top_newsFlex {

}
@media screen and (max-width: 767px) {

}
@media screen and (min-width: 768px) {
#top_newsFlex {
   display: flex;
   justify-content: space-between;
   padding: 30px 2%;
   }
   #top_newsWrap {
   width: 65%;
   margin: 0;
   }
   .banner{
   width: 25%;
   margin: -10px 0 0;
   }
}

/* news top
------------------------------------------------------------*/
#top_newsWrap {
	}
@media screen and (max-width: 767px) {
   #top_newsWrap {
	margin:0 auto;
	}
}
@media screen and (min-width: 768px) {
	#top_newsWrap {
	display: flex;
	}
	#top_newsWrap .top_newsContent {
	flex:1;
	margin-left: 20px;
	}
}
dl.top_newsList {
	}
	dl.top_newsList dt {
	color:#605048;
	font-family: "Courier New", Courier, monospace;
	font-weight:bold;
	letter-spacing: 0;
	}
	dl.top_newsList dd {
	background:url(/images/hasen_yoko.png) repeat-x left bottom;
	background-size:18px 5px;
	}
	dl.top_newsList a {
	text-decoration: none;
	}
@media screen and (max-width: 767px) {
	dl.top_newsList dd {
	padding: 0 0 2px 0;
	margin-bottom: 13px;
	}
}
@media screen and (min-width: 768px) {
	dl.top_newsList dt {
	width:7em;
	float:left;
	}
	dl.top_newsList dd {
	padding: 0 0 2px 7em;
	margin-bottom: 10px;
	}
}
	#top_newsWrap .link_more {
	text-align: right;
	margin-top: -10px;
	}
	.link_more a {
	color: #605048;
	}
	.link_arw {
	position: relative;
	display: inline-block;
	padding-right: 0.6em;
	}
	.link_arw::before {
	content: '';
	position: absolute;
	display: block;
	width: 0.4em;
	height: 0.4em;
	margin-top: -0.2em;
	border-top: 1px solid #605048;
	border-right: 1px solid #605048;
	top: 50%;
	right: 0;
	transform: rotate(45deg);
	}

/* banner
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
.banner {
	margin: 20px auto 50px;
   width: 65%;
	}
}
.banner a {
	display: block;
	margin-bottom: 15px;
}

/* gallery
------------------------------------------------------------*/
.ttl_kuwayama,
.ttl_shelly-stein {
	display: flex;
	align-items: center;
	}
	.ttl_icon {
	display: inline-block;
	background-color: #fff;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 15px;
	}
	.ttl_kuwayama .ttl_icon {background-image: url("/images/logo_kuwayama.png");}
	.ttl_shelly-stein .ttl_icon {background-image: url("/images/logo_shelly-stein.png");
	}
	.ttl_txt {
	flex: 1;
	}
	@media screen and (max-width: 767px) {
	.ttl_icon {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	}
}

.galleryList {
	display: flex;
	flex-wrap: wrap;
	}
	.galleryList li img { border-radius:8px;}
	
@media screen and (max-width: 767px) {
	.galleryList {
	margin-left: -3px;
	margin-right: -3px;
	}
	.galleryList li {
	width: 33.33%;
	padding: 0 8px;
	margin-bottom: 16px;
	}
}
@media screen and (min-width: 768px) {
	.galleryList {
	margin-left: -25px;
	margin-right: -25px;
	}
	.galleryList li {
	width: 20%;
	padding: 0 1%;
	margin-bottom: 35px;
	}
}

/* btn
------------------------------------------------------------*/
.area_btn {
	text-align: center;
	padding-top: 50px;
	}
.btn_base {
	display: inline-block;
/*	background-color: #404040;*/
	line-height: 1.5;
	color: #222;
	text-decoration: none;
	border: 1px solid #333;;
	
	transition: 0.2s ease-out;	
	font-size: 110%;
	padding: 1.5em 0.5em;
	width: 100%;
	max-width: 400px;
	margin: 10px auto;
	text-align: center;
	}
@media screen and (max-width: 767px) {
.area_btn {
	padding-top: 30px;
	}
}
@media screen and (min-width: 768px) {
	.btn_base:hover {
	background-color: #fff;
	color: #222;
	}
}

/* galleryIndex
------------------------------------------------------------*/
.galleryIndex {
	}
	.galleryIndex li {
	
	}
	.galleryIndex li a {
	text-decoration: none;
	display: flex;
	}
	.gallery_logo {
	text-align: center;
	color: #222;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	}
	.gallery_logo img { height: 100%; }
	.gallery_logo .en, .gallery_logo .jp { display: block; }
	.gallery_logo .en { line-height: 1; margin-top: 0.3em;}
	.gallery_logo .jp { font-size: 55%;}
	
	.gallery_thumb {
	flex: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	}
	.gallery_kuwayama .gallery_thumb {
	background-image: url("/images/gallery_kuwayama_thumb.jpg"); }
	.gallery_shelly-stein .gallery_thumb {
	background-image: url("/images/gallery_shelly-stein_thumb.jpg"); }
	.gallery_pet .gallery_thumb {
	background-image: url("/images/gallery_pet_thumb.jpg"); }
	.gallery_website .gallery_thumb {
	background-image: url("/images/gallery_website_thumb.jpg"); }
	
@media screen and (max-width: 767px) {
	.galleryIndex li {
	margin: 20px auto;
	width: 92%;
	max-width: 320px;
	}
	.gallery_logo {
	padding: 10px;
	width: 120px;
	height: 120px;
	font-size: 14px;
	}
}
@media screen and (min-width: 768px) {
	.galleryIndex {
	display: flex;
	flex-wrap: wrap;
/*	justify-content: space-between;*/
	}
	.galleryIndex li {
	width: 44%;
	margin: 2.5% 3%;
	}
	.gallery_logo {
	padding: 20px 10px;
	width: 180px;
	height: 180px;
	font-size: 18px;
	}
	.galleryIndex li a {
	transition: 0.3s ease;
	}
	.galleryIndex li a:hover {
	opacity: 0.7;
	}
}

.pswp__caption__center { font-size: 15px;}
.pswp__counter { font-size: 14px;}
@media screen and (max-width: 767px) {
	.pswp__caption__center { font-size: 13px;}
}
.pswp__bg {
	background-color: #141414;
}

/* pet
------------------------------------------------------------*/
.ttl_pet {
   color: #333;
	font-size: 140%;
	margin-bottom: 1em;
   }
.sec_pet_detail {
   position: relative;
   }
.pet_photo img {
   filter: drop-shadow(-8px 6px 8px rgba(0,0,0,0.3));
   }
@media screen and (max-width: 767px) {
.pet_photo { 
   width: 88%;
   margin: 0 auto;
   }
}
@media screen and (min-width: 768px) {
.ttl_pet {
   font-size: 160%;
   padding: 0.5em 0;
   }
.pet_photo {
   position: absolute;
   width: 41%;
   top: 0px;
   right: 0;
   }
}

.pet_detail {
	display: flex;
	flex-wrap: wrap;
	margin: 20px auto 30px;
   line-height: 1.8;
	}
	.pet_detail dt, .pet_detail dd {
	margin-bottom: 0.8em;
	}
	.pet_detail dt {
	width: 4.5em;
	font-weight: bold;
	}
	.pet_detail dd {
	width: calc(100% - 4.5em);
	}
   
.pet_flow dl {
   background-color: rgba(255,255,255,0.7);
   border-radius: 10px;
   margin: 0 0 15px;
   padding: 10px 20px;
   line-height: 1.8;
   }
   .pet_flow dl dt {
   font-size: 107%;
   color: #605048;
   }
      .pet_flow dl dt .num {
      font-size: 135%;
      line-height: 1;
      display: inline-block;
      margin-right: 0.3em;
      position: relative;
      top: 1px;
      }

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

}

@media screen and (min-width: 768px) {
   .pet_flow dl {
   padding: 10px 30px;
   display: flex;
   align-items: center;
   }
   .pet_flow dl dt {
   width: 17%;
   }
   .pet_flow dl dd {
   width: 83%;
   padding:5px 20px;
	background:url(/images/hasen_tate.png) repeat-y left top;
	background-size:5px 18px;
   }
}

/* website
------------------------------------------------------------*/
.website_img {
   position: relative;
   border-radius: 10px;
   overflow: hidden;
   }
   .website_img a{
   position: relative;
   display: block;
   }
#websiteWrap h3 {
   margin: 15px 0 0.3em;
   }
   #websiteWrap h3 a {
   text-decoration: none;
   color: #605048;
   }
#websiteWrap dl {
   font-size: 95%;
   line-height: 1.6;
   display: flex;
   flex-wrap: wrap;
   }
   #websiteWrap dl dt {width: 4.8em;}
   #websiteWrap dl dd {width: calc(100% - 4.8em);}
@media screen and (max-width: 767px) {
#websiteWrap {
   width: 97%;
   margin: 0 auto;
   }
   .website_item {
   margin: 0 auto 40px;
   }
}
@media screen and (min-width: 768px) {
#websiteWrap {
   display: flex;
   flex-wrap: wrap;
   }
   .website_item {
   width: 39%;
   margin: 0 auto 4% 0;
   }
   #websiteWrap h3 a:hover {
   color: #999;
   }
   .website_img a::before {
   content: '';
   display: block;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   transition: 0.3s ease;
   background-repeat: no-repeat;
   background-position: center;
   background-size: 20px 20px;
   }
   .website_img a:hover::before {
   background-color: rgba(0,0,0,0.6);
   background-image: url("/images/icon_externalLink.svg");
   }
}

/* news
------------------------------------------------------------*/
.newsList .date {
	color:#605048;
	font-family: "Courier New", Courier, monospace;
	font-weight:bold;
	letter-spacing: 0;
	padding-top: 0.3em;
	}
.newsContents h2.ttl_news {
	color: #605048;
	font-weight: bold;
	font-size: 117%;
	margin-bottom: 2em;
	padding-top: 0.5em;
	}
	.newsContents h2.ttl_news a {
	text-decoration: none;
	}
	
@media screen and (max-width: 767px) {
	.newsContents {
	background: url(/images/hasen_yoko.png) repeat-x left bottom;
	background-size: 18px 5px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	}
}
@media screen and (min-width: 768px) {
.newsList {
	display: flex;
	margin-bottom: 50px;
	}
	.newsList .date {
	width: 15%;
	min-width: 110px;
	}
	.newsContents {
	flex:1;
	padding-left: 40px;
	background:url(/images/hasen_tate.png) repeat-y left top;
	background-size:5px 18px;
	}
}

/* entry-content
------------------------------------------------------------*/
.wp-block-image figcaption {
	margin-top: .2em;
	margin-bottom: 1em;
	font-size: 95%;
	color: #333
	}
.wp-block-image img {
	width: auto;
	}
.wp-block-image.size-medium img {
	max-height: 420px;
	}
.entry-content > .wp-block-image {
	margin-top: 1.5em;
	margin-bottom: 3em;
}
.entry-content > p {
	margin: 1.5em 0 3em;
	}
.entry-content > .wp-block-columns {
	margin-bottom: 1.5em;
	}
	.wp-block-column {
	flex: initial;
	}
.entry-content h3 {
	font-size: 110%;
	font-weight: bold;
	}
.addtoany_content {
	margin: 30px auto 10px;
	}
@media screen and (max-width: 767px) {
.wp-block-image img {
	max-height: 360px;
	}
.wp-block-image.size-medium img {
	max-height: 300px;
	}
}

/*　pager
------------------------------------------------------------*/	
.pagination {
	width:100%;
	text-align:center;
	clear:both;
	margin:10px auto;
	font-size:12px;
	line-height:30px;
	padding-top:50px;
	}
.pagination span, .pagination a {
	text-align:center;
	width:30px;
	display: inline-block;
	margin: 5px 5px;
	padding:0;
	text-decoration:none;
	color:#605048;
	/*background-color:#fff;*/
	transition:background .3s ease;
	border-radius: 6px;
	}
	.pagination a.page_prev, .pagination a.page_next {
	width:auto;
	padding:0 10px;
	}
/*	.pagination a.page_first { margin-right:10px;}
	.pagination a.page_last { margin-left:10px;}*/
.pagination a:hover{
	color:#605048;
	background-color:#fff;
	}

.pagination .current{
	border:none;
	background-color:#605048;
	color:#fff;
	}
@media screen and (max-width: 767px) {
.pagination {
	font-size:14px;
	}
.pagination span, .pagination a {
	}
}

/* profile
------------------------------------------------------------*/
.profile_kuwa .area_img img { border-radius:8px;}
.profile_kuwa .area_txt h3 img {
	width: 85%;
	max-width: 300px;
	margin-bottom: 0.5em;
	}
.map {
	width: 85%;
	max-width: 320px;
	margin-bottom: 10px;
}
	
@media screen and (max-width: 767px) {
	.profile_kuwa .area_img {
	width: 120px;
	margin-bottom: 1.5em;
	}
	.profile_kuwa .area_txt {
	background: url(/images/hasen_yoko.png) repeat-x left bottom;
	background-size: 18px 5px;
	padding-bottom: 2em;
	}
	
}
@media screen and (min-width: 768px) {
	.profile_kuwa {
	display: flex;
	}
	.profile_kuwa .area_img {
	width: 160px;
	margin-right: 30px;	
	}
	.profile_kuwa .area_txt {
	padding-left:30px;
	background:url(/images/hasen_tate.png) repeat-y left top;
	background-size:5px 18px;
	}
}

/* contact
------------------------------------------------------------*/
#contact #contentWrap h2 {
	margin-bottom: 1em;
	}
	.sec_tel {
	margin-top: 3em;
	background: url(/images/hasen_yoko.png) repeat-x left bottom;
	background-size: 18px 5px;
	padding-bottom: 20px;
	margin-bottom: 30px !important;
	}
	.area_tel {
	color: #605048;
	font-size: 170%;
	line-height: 1;
	margin-top: 10px;
	}
	.area_tel .tel_link {
	font-size: 160%;
	letter-spacing: 0.04em;
	}
@media screen and (max-width: 767px) {
}

@media screen and (min-width: 768px) {
	.form_wrap {
	}
}

/* form
------------------------------------------------------------*/
input, textarea, select { 
	outline:none;
	border: none;
	border-radius: 0;
	font: inherit;
	line-height: inherit;
	vertical-align:middle;
	}
	@media screen and (max-width: 767px) {
		input, textarea, select { 
		font-size: 16px;
		}
	}
input:not([type=radio]):not([type=checkbox]),
textarea, 
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	max-width:100%;
	}
.form_wrap input:not([type=radio]):not([type=checkbox]) { width: 100%;}
.form_wrap textarea { width: 100%; resize: vertical;}

.form_wrap input:not([type=radio]):not([type=checkbox]):not([type=file]),
.form_wrap textarea,
.form_wrap select {
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 6px;
	padding: 4px 10px;
	margin: 2px 0;
	font-size: 15px;
	}
	@media screen and (max-width: 767px) {
	.form_wrap input:not([type=radio]):not([type=checkbox]):not([type=file]),
	.form_wrap textarea,
	.form_wrap select {
	}
	}

	.form_wrap textarea { 
	padding: 10px;
	line-height:1.4;
	}
	.form_wrap input:focus,
	.form_wrap textarea:focus,
	.form_wrap select:focus {
	border-color:#777 !important;
	transition: border-color 0.3s ease;
	}
/*　select　*/
.form_wrap select {
	display:inline-block;
	position: relative;
	padding-right:25px;
	padding-left:15px;
	width:100%;
	}
	.form_wrap select::-ms-expand {
	display: none;
	}
.form_wrap .select_wrap .wpcf7-form-control-wrap{
	position:relative;
	display:block;
	}
	.form_wrap .select_wrap .wpcf7-form-control-wrap::after{
	content: '';
	position: absolute;
	top: 16px;
	margin: auto 0;
	right: 12px;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	transform:rotate(45deg);
	pointer-events: none;
	}
	
/*　checkbox ＆ radio　*/
@media screen and (min-width: 768px) {
.radio_wrap .wpcf7-radio,
.check_wrap .wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	.radio_wrap .wpcf7-list-item,
	.check_wrap .wpcf7-list-item{
	/*width: 48%;*/
	}
}
.wpcf7-list-item {
	position:relative;
	display: inline-block;
	margin: 5px 0 !important;
	}
.wpcf7-list-item input {
	display:none;
	}
.wpcf7-list-item input + span {
	position: relative;
	padding-left: 1.8em;
	display:inline-block;
	line-height: 1.3;
	font-size: 105%;
	}
	.wpcf7-list-item input + span::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
	background-color:#fff;
	transition:all 0.2s ease;
	}
		.check_wrap .wpcf7-list-item input + span::before { border-radius: 2px;}
		.radio_wrap .wpcf7-list-item input + span::before { border-radius: 50%;}
	/*　checked　*/
	.check_wrap .wpcf7-list-item input:checked + span {
	}
	.check_wrap .wpcf7-list-item input:checked + span::before {
	border: none;
	background-color:#605048;
	}
	.check_wrap .wpcf7-list-item input:checked + span::after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 6px;
	width: 5px;
	height: 12px;
	transform: rotate(40deg);
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	}
	.radio_wrap .wpcf7-list-item input:checked + span {
	}
	.radio_wrap .wpcf7-list-item input:checked + span::before {
	border-color: #605048;
	background-color: #605048;
	}
	.radio_wrap .wpcf7-list-item input:checked + span::after {
	content: "";
	display: block;
	position: absolute;
	top: calc( 1px + 5px);
	left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color:#fff;
	}
	.wpcf7-list-item span:hover { cursor:pointer;}

/*　placeholder 　*/
/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #999;
	font-size: 12px;
	}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:#999;
	font-size: 12px;
	}
::placeholder{ /* Others */
	color:#999;
	font-size: 12px;
	}
	
/* auto complete(chrome) */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
	  /* 文字色(colorではなく-webkit-text-fill-color) */
  -webkit-text-fill-color: #222 !important;
}

/* button
------------------------------------------------------------*/
.form_btn {
	text-align: center;
	}
.form_btn input {
	display: inline-block;
	vertical-align:middle;
	text-decoration:none;
	margin:0 auto;
	line-height:1;
/*	height:48px;*/
	border: none;
	background-color: #605048;
	text-align:center;
	transition:background-color 0.2s ease;
	color:#fff;
	font-weight:bold;
	padding: 18px 0;
	font-size: 110%;
	border-radius: 6px;
	}
/*	.form_btn button i {
		margin-left:0.5em;
		margin-right:-0.5em;
		transition:all 0.4s ease;
		position:relative;
		left:0;
		}*/
@media screen and (max-width: 767px) {
.form_btn {
	margin-top: 40px;
	}
.form_btn input {
	width:85%;
	}
}
@media screen and (min-width: 768px) {
.form_btn {
	margin-top: 40px;
	}
.form_btn input {
	min-width: 310px;
	width: 100%;
	}
	.form_btn input:not(:disabled):hover {
		background-color:#333;
		color:#fff;
		cursor:pointer;
		}
		.form_btn input:hover  i {left:10px;}
}
.form_btn input:disabled {
	background:#bbb;
	}
/*戻る*/
.form_btn .btn_back {
	font-size:90%;
	font-weight:normal;
	color:#333;
	border:none;
	min-width:150px;
	background-color: #fff;
	}
@media screen and (max-width: 767px) {
.form_btn .btn_back {
	margin-bottom:30px;
	height:36px;
	padding:10px 0;
	}
}
@media screen and (min-width: 768px) {
.form_btn .btn_back {
	margin:0 20px;
	}
	.form_btn .btn_back:hover {
	background-color:#666;
	color:#fff;
	border:none;
	}
}
	
.form_btn button {
	display: inline-block;
	vertical-align:middle;
	text-decoration:none;
	margin:0 auto;
	line-height:1;
/*	height:48px;*/
	border:none;
	background-color:#605048;
	color:#fff;
	border-radius: 6px;
	text-align:center;
	transition:background-color 0.2s ease;
	font-weight:bold;
	padding:18px 0;
	font-size: 110%;
	}
	.form_btn button i {
		margin-left:0.5em;
		margin-right:-0.5em;
		transition:all 0.4s ease;
		position:relative;
		left:0;
		}
@media screen and (max-width: 767px) {
.form_btn {
	margin-top:40px;
	}
.form_btn button {
	width:100%;
	}
}
@media screen and (min-width: 768px) {
.form_btn {
	margin-top:40px;
	}
.form_btn button {
	width:100%;
	min-width:310px;
	}
	.form_btn button:hover {
		background-color:#333;
		color:#fff;
		cursor:pointer;
		}
		.form_btn button:hover  i {left:10px;}
}

.form_btn button:disabled,
.form_btn button:disabled:hover {
	background-color:#999;
	cursor: default;
	font-weight: normal;
	}

/* dl.form_item
------------------------------------------------------------*/
.form_item {
	text-align:left;
	margin-bottom:10px;
	}
.form_item dt {
	font-size:85%;
	}
.form_agree {
	margin: 20px 0 -10px;
	}

@media screen and (max-width: 767px) {
.form_item {
	margin-bottom:6px;
	}
}
@media screen and (min-width: 768px) {

}

/* その他パーツ
------------------------------------------------------------*/
.form_wrap .form_note {
	font-size:90%;
	color:#333;
	margin-top: 0.3em;
	}
	.form_wrap .msg-pp {
	text-align: center;
	}
	.form_wrap .msg-pp a {
	color: inherit;
	}
/*　必須　*/
.icon_hissu {
	margin-left:0px;
	display:inline-block;
	line-height:1;
	width:6px;
	height:6px;
	background-color:#e60039;
	border-radius:50%;
	vertical-align:super;
	}

/* thanks
-----------------------------------------------------------------------------*/
.msg_thanks {
	}
.msg_thanks_ttl {
	color:#605048;
	text-align:left;
	font-weight:bold;
	font-size: 120%;
	padding:1em 0 1.5em;
	}
	.msg_thanks p {margin-bottom: 1.5em;}
	.msg_note { /*color: #e60039;*/ font-weight: bold;}

/* Contact Form 7
------------------------*/
/*基本*/
.wpcf7 form .wpcf7-response-output {
	font-size:90%;
	margin: 2em 0 1em !important;
	padding: 0.5em 1.2em !important;
	color:#fff;
	border:none !important;
	background-color: #605048;
	}
/*エラー*/
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	background-color: #E95E50; 
	border:none !important;
	}
/*送信完了*/
.wpcf7 form.sent .wpcf7-response-output
 {
	background-color: #fff;
	color: #605048;
	border:none !important;
	font-weight: bold;
	font-size:110%;
	text-align:center;
}
/*バリデーション*/	
span.wpcf7-not-valid-tip {
	color: #E95E50 !important;
	font-size: 92% !important;
	font-weight: bold !important;
	}
/*ボタン横スピナー*/	
.wpcf7-spinner {
	position: absolute !important;
	}

