@charset "UTF-8";

Theme Name: made_in_heaven_theme

html {
-webkit-text-size-adjust: 100%;
}


body {
display: block;
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}



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


.page_title_en {
background-image: url(../image/page_img/en_contact_pt.webp);
background-size: cover;
background-position: center;
background-repeat: no-repeat; /* 画像を繰り返さない */
aspect-ratio: 800 / 90;
width: 800px;
height: auto;
margin: 0 auto;
margin-top: 5%;
margin-bottom: 2%;
}/*OK*/


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

.page_title_jp {
background-image: url(../image/page_img/jp_contact_pt.webp);
background-size: cover;
background-position: center;
background-repeat: no-repeat; /* 画像を繰り返さない */
aspect-ratio: 800 / 35;
width: 800px;
height: auto;
margin: 0 auto;
margin-top: 2%;
margin-bottom: 5%;
}/*OK*/


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

.block_container{
	width: 100%;
}


/* --------------------------------------------
 * 　テーブル
 * -------------------------------------------- */
.table {
text-align: center;
}

.table-header {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.table-data {
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}


/* --------------------------------------------
 * 　フォーム
 * -------------------------------------------- */
.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;}

.screen-reader-response {
	display: none;
}

.wpcf7-not-valid-tip {
	color: #f02525;
}

.wpcf7-response-output {
	margin-top: 5px;
	text-align: center;
	color: #f02525;
}

.form {
	width: 100%;
	max-width: 860px;
	margin-right: auto;
	margin-left: auto;
}

.form-privacy {
	text-align: center;
}

.form-submit {
    width: 20vw;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

.form-submit input {
    width: 20vw;
    padding: 0.5em;
    background: #5DC6DA;
    border-radius: 50px;
    color: #fff;
    border: none;
	@media screen and (min-width: 930px)/*ウィンドウ幅が最大930px以上の場合に適用*/
{
    font-size: large;
}
	@media screen and (max-width: 929px)/*ウィンドウ幅が最大929pxまでの場合に適用*/
{
    font-size: medium;
}
}/*OK*/	

.form-submit input:hover {
	cursor: pointer;
}

.formTable {
	width: 95%;
}

.formTable-header {
	display: block;
	width: 100%;
	margin-bottom: -30px;
	text-align: left;
	vertical-align: middle;
}

.formTable-header span {
	color: #fff;
	margin-left: 10px;
	font-size: 0.6875rem;
	font-weight: normal;
	padding: 0.3em;
	background: #f02525;
}

.formTable-data {
	display: block;
	width: 100%;
}

.formTable input {
	width: 100%;
	height: 30px;
	padding: 0.5em;
}

.formTable textarea {
	width: 100%;
	height: 100px;
	padding: 0.5em;
}

.contact_form_box {
    margin: 0 auto;
    max-width: 1200px;
    width: 80vw;
}

.contact_form {
	box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  font-size: 16px; /* 文字サイズ（例: 16px） */
}
