/* Theme Name: rowing */

/* ギャラリー
------------------------------*/
.gallery{
    overflow: hidden;
}
.gallery-item{
	float: left;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
}
.gallery-icon{
    text-align: center;
}
.gallery-caption{
    font-size: 0.95em;
    margin: 0;
    text-align: center;
}
.gallery-columns-1 .gallery-item{
    width: 100%;
    padding-right: 0.5%;
	padding-left: 0.5%;
}
.gallery-columns-2 .gallery-item{
    width: 49%;
    padding-right: 0.5%;
	padding-left: 0.5%;
}
.gallery-columns-3 .gallery-item{
	width: 32%;
	padding-right: 0.5%;
	padding-left: 0.5%;
}
.gallery-columns-4 .gallery-item{
    width: 24%;
    padding-right: 0.5%;
	padding-left: 0.5%;
}
/* コンタクトフォーム7
-------------------------------------------------------------------------------*/
.wpcf7 {
	padding: 4% 0;
}
.wpcf7 *{
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.wpcf7-form input[type="checkbox"] {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.wpcf7-form input[type="checkbox"] {
	border-radius: 3px;
	position: relative;
	width: 24px;
	height: 24px;
	border: 1px solid #D2CDBE;
	vertical-align: middle;
	margin-right: 0.3em;
	background-color: #FFF;
	padding: 0 !important;
}
.wpcf7-form input[type="checkbox"]:checked{
	background-color: #615753;
	border: 1px solid #615753;
}
.wpcf7-form input[type="checkbox"]:checked:before {
	position: absolute;
	top: 3px;
	left: 6px;
	transform: rotate(50deg);
	width: 6px;
	height: 9px;
	border-right: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	content: '';
}
.wpcf7-form .formWrap,
.wpcf7-form .acceptanceWrap{
	display:block;
	padding:4%;
	background-color: #FFF;
	border-radius: 6px;
	}
.wpcf7-form .acceptanceWrap{
	margin-top: 2em;
	text-align: center;
	}
.contents .entry .wpcf7-form table {
	border-left: none;
}
.contents .entry .wpcf7-form table th,
.contents .entry .wpcf7-form table td {
	border-right: none;
}

.contents .entry .wpcf7-form tr:nth-child(odd) td {
	background-color: #FFF;
}
.wpcf7-form table th {
	width:30%;
	background-color:transparent !important;
	vertical-align: middle !important;
}
.wpcf7-form table th .require {
	color: #DD0000;
}
.wpcf7-form table th .submessage{
	color: #666;
	font-size: 0.9em;
}
.wpcf7-form .acceptanceWrap .link{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.wpcf7-form .acceptanceWrap .link li{
	padding: 1em;
	list-style: none;
	margin: 0 !important;
}
.wpcf7-form .acceptanceWrap .wpcf7-list-item{
	text-align:center;
	margin: 2em auto 0;
	display: block;
}
.wpcf7-form .acceptanceWrap .wpcf7-form-control.wpcf7-acceptance{
	background-color: #FFF;
	display: block;
}
.wpcf7-form table td textarea, .wpcf7-form table td input[type="text"], .wpcf7-form table td input[type="email"], .wpcf7-form table td input[type="tel"], .wpcf7-form table td input[type="url"] {
	width:100%;
}
.wpcf7-form table td input[type="url"]{
	margin-bottom: 0.5em;
}
.wpcf7-form table td label {
	display: inline-block;
	padding:0em 1em 1em;
}
.wpcf7-form table td input,
.wpcf7-form table td textarea {
	border: 1px solid #CCC;
	background: #FFF;
	border-radius: 5px;
	padding: 0.8em;
}
.wpcf7-form table td input::placeholder{
  color: #AEAAA0;
}
.wpcf7-form .btnWrap {
	text-align:center;
	padding:1em 0 3em;
}
.wpcf7-form table td input#zip{
	width: 8em !important;
}
.wpcf7-form .btnWrap input[type="submit"] {
	max-width: 23em;
	font-size: 1.2em;
	color: #FFF;
	border: 1px solid #615753;
	background-color: #615753;
	border-radius: 100vh;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
}
.wpcf7-form .btnWrap input:hover[type="submit"] {
	background-color: inherit;
	color: #615753;
}
.wpcf7-form .btnWrap input[type="button"] {
	max-width: 16em;
	color: #333;
	border: 1px solid #AAA;
}
.wpcf7-form .btnWrap input {
	display: inline-block;
	width: 90%;
	font-weight: 500;
	border: none;
	letter-spacing: 0.1em;
	vertical-align: middle;
	padding: 1em;
	margin: 1em;
}
.wpcf7-form .btnWrap .msg01{
	font-size: 88%;
}
.wpcf7-form .btnWrap .msg02{
	font-size: 82%;
}

.wpcf7 .ajax-loader{
	display:block !important;
	margin:auto !important;
	}
#autozip{
	display: none !important;
}
@media screen and (max-width: 767px) {
.wpcf7-form table th, .wpcf7-form table td {
	width:100%;
	display:block;
}
.wpcf7-form table th {
	border-bottom: none !important;
}
}
.wpcf7 form .wpcf7-response-output{
	margin: 2em auto !important;
	padding: 1.5em 1em !important;
	font-size: 2em;
	text-align: center;
	font-weight: bold;
}
.wpcf7 form .acceptance{
	margin: 2em auto !important;
	padding: 1.5em 1em !important;
	text-align: center;
	font-weight: bold;
	background-color: #FFEEEE;

}