/*
Theme Name:blossom-pin-child
Template:blossom-pin
*/

/* サイトタイトル非表示 */
body header #page .site .site-header {
    display:none !important;
}

/* 写真投稿 THANKSページ */
/* 写真投稿 ボタンデザイン */
.page-id-24 a, .page-id-24 a:hover {
    text-decoration: none;
}

/* リセットボタン装飾 */
.reset-button, button, [type="button"] {
    color:#ffffff;
    background-color:#f39800 !important;
    outline:none !important;
    border: none;
    padding:10px !important;
    transition: 0.5s;
    display:inline-block;
    text-decoration:none;
    line-height:1 !important;
    border-radius:0;
}

/* 送信ボタン装飾 */
.wpcf7 input[type="submit"] {
	background-color:#f39800;
	outline:none !important;
	border: none;
  width:100%;
	border-radius:0;
}

/* リセットボタン、送信ボタンhover装飾 */
.reset-button:hover, .wpcf7-submit:hover {
  color:#ffffff;
	background-color:#f39800;
	opacity: 0.5;
}

/* タイトル非表示 */
#post-7 .single-page-header, #post-24 .single-page-header {
	display:none;
}

/* パンくずリスト非表示 */
.breadcrumb-wrapper {
	display:none;
}

/* メニュー非表示 */
.site-header, .mobile-header {
	display:none;
}

/* テキストの幅調整 */
.wpcf7-text {
  width:100%;
	word-wrap: break-word;
}

/* 背景画像 */
#post-7 {
	width:100%;
	background-image:url("/wp-content/uploads/2021/08/back2.png"),
		url("/wp-content/uploads/2021/08/back3.png");
	background-repeat:no-repeat,
						no-repeat;
	background-position:left top,
						right bottom;
}

#post-24 {
	width:100%;
	background-image:url("/wp-content/uploads/2021/08/back3.png");
	background-repeat:no-repeat;
	background-position:right bottom;
}

/* body開始位置調整 */
#content .container {
margin-top:-50px !important;}


/* スマホ設定 */
@media screen and (max-width : 767px) {
    /* スマホ横揺れ調整 */
    html,
    body {
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .wp-block-image {
        box-sizing: border-box;
        width:100%;
        height:auto;
    }
}

/*reCAPTCHA(v3)のロゴ非表示設定*/
.grecaptcha-badge { visibility: hidden; }

/* ===========
ペット入力フォームで使用
============*/

.pet_form{}

.pet_form h2{text-align:center;}
.contract-box {
	border: 1px solid #f39800;
	padding: 30px 10px 20px 10px;
	margin-bottom: 20px;
	max-height: 200px;
	overflow-y: scroll;
}

.txt_small{
	font-size:13px;
}


/* フォームデザイン*/

.Form {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #f39800;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #f7f8fa;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #f39800;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}