/*====================================================================================*/
/* Common
/*====================================================================================*/
.body{
}

.PageContentsWrapper{
	padding-top:45px;
	padding-left:260px;
	padding-right:130px;
	text-align:center;
	min-height:100vh;
	margin-bottom:150px;
}
.PageContentsTitle{
	margin-bottom:80px;
}
.FormDiscriptionTitle{
	margin-bottom:10px;
}


.ContentsMain{
	text-align:left;
    width:900px;
	display: inline-block;
} 
.ContentsMain a{
    text-decoration: none;	
	color:black;
}
.ContentsContactFormContactWrapper{
	/* Layout */
    text-align: left;
    background-color: #f8f8f8;
    padding: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #eeeeee;
}
.entry-title{
	display:none;
}
.entry-footer{
	display:none;
}
/* ___ Form __________________________________ */
.ContentsContactFormWrapper{
	text-align:center;
	display:inline-block;
}
.ContentsContactFormContactWrapper{
	/* Layout */
    text-align: left;
    background-color: #f8f8f8;
    padding: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #eeeeee;
}
.ContentsContactFormWholesaleWrapper{
	/* Layout */
    text-align: left;
    background-color: #f8f8f8;
    padding: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #eeeeee;
}
.ContentsContactFormDescription{
	margin-bottom:50px;
}
.ContactContents{
	margin-bottom:50px;
}
.ContactContentsTitle{
	display:inline-block;
    margin-right: 20px;
    width: 180px;
    vertical-align: top;
}
.ContactContentsForm{
	display:inline-block;
}

/* Form */
p > label{
	margin-bottom:5px;
}
.parts{
	margin-bottom:30px;
}
label
input{
   -webkit-appearance: none;
   border-radius: 0;
   
}
input, textarea, select, button {
    font-size: 12pt;
    letter-spacing: 0.1em;
}
input.wpcf7-text{
    /* Layout */
	width: 300px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #000000;
    border-color: #dddddd;
    background-color: #fff;
    color: #555555;
    padding:10px;
    margin-right: 20px;
}
button{
	display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    /* width: 150px; */
    border-style: solid;
    border-width: 0.5px;
    background-color: black;
    border: solid 1px #dddddd;
    color: white;
    text-align: center;
    transition: background-color 0.75s ease;
    transition: color 0.75s ease;
    font-size: 12pt;
    letter-spacing: 0.1em;
    cursor: pointer;
}
textarea{
    /* Layout */
    width: 700px;
    height:200px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0;
    vertical-align: top;
    padding:10px;
    margin-right: 20px;
    
    /* design */
    border: 1px solid #000000;
    border-color: #dddddd;
    background-color: #fff;
    color: #555555;
}
.ContactContentsSendButtomWrapper{
	text-align:left;
}

.wpcf7-submit{
	/* Layout */
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:5px;
	width:150px;
	
	/* Design */
	border-style:solid;
	border-width:0.5px;
	background-color:#ffffff;
    border: solid 1px #dddddd;
	color:black;
	text-align:center;
	transition: background-color 0.75s ease;
	transition: color 0.75s ease;
}
.wpcf7-submit:hover{

	/* Design */
	border-style:solid;
	border-width:0.5px;
	background-color:#000000;
	color:white;
	text-align:center;
	cursor:pointer;
}
.ContactFormHidden{
	display:none;
}
/* WordPress Format Custom */
.entry-content{
	text-align: left;
}
.wpcf7-response-output {
	display:none;
}
.screen-reader-response ul{
	display:none;
}

/* ___ Form Radio __________________________________ */
.radio02-input{
  display: none;
}
.radio02-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio02-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio02-input:checked + label{
  color: #a0a0a0;
}
.radio02-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #a0a0a0;
  border-radius: 50%;
}
/* ___ Form select ________________________________ */
.menu-country {
	overflow: hidden;
/*	width: 500px;*/
	text-align: center;
}
.wpcf7-select{
	width: 500px;	
}

.menu-country select {
	padding-right: 1em;
    margin-right: 20px;
    	
	/* Graphic */
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #dddddd;
    border-radius: 2px;
    background: #ffffff;
	
}
.menu-country select::-ms-expand {
	display: none;
}
.wpcf7-form-control-wrap.menu-country {
	position: relative;
	display: inline-block;
}
.wpcf7-form-control-wrap.menu-country.wpcf7-form-control ::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.wpcf7-form-control-wrap.menu-country select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}
.menu-country.wpcf7-not-valid-tip{
	background-color:red;
	font-size:30pt;
}

/* For Sent after style */
.sent{
	display:none;
}	
.screen-reader-response {
    color: #cf121c;
    padding-top: 25px;
    padding-bottom: 15px;
}
/* For alert message */
.wpcf7-not-valid-tip {
	color:#cf121c;
    font-style: italic;
}

.requiredAttention{
	color:red;
}
/*====================================================================================*/
/* スマフォ表示
/*====================================================================================*/
/* ipad pro? */
@media only screen and (max-width: 1024px) {
.PageContentsWrapper{
	padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
    margin-bottom: 150px;
}
.ContentsMain{
	width:80%;
	word-wrap: break-word;
}
input, textarea, select, button {
    font-family: "Adobe Caslon Pro" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho";
    font-size: 26pt;
    letter-spacing: 0.1em;
}
.wpcf7-submit{
	width:300px;
	background-color: #000000;
    border: solid 1px #dddddd;
    color: white;
}
.wpcf7-not-valid-tip{
	display:block;
}

/* EndMobile */
}
