@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

/*コンテンツエリア*/
.wrap {
	width: 1350px;
}
.main {
	margin-bottom: 16px;
	min-height: 50vh;
}

/*ヘッダー背景*/
.header-container{
	height: 75px;
	z-index: 3;
}
.topimg-sp, .topimg-sp-text{
	display: none;
}

/*ナビゲーション背景を透明に*/
.header-container, .navi{
	background: transparent;
	margin-right: 15px;
	color:#fff;
}
/*グローバルメニュー*/
.navi-in {
	padding-right: 1em;
}
.navi-in .menu-header .item-label{
	font-family:"リュウミン B-KL","游明朝",serif;
	font-size: 18px;
	color: black;
}
#navi .navi-in>ul>li {
	width: auto;
	margin-left: 3em;
}

/*グローバルメニュー ホバー時*/
#navi .navi-in a {
	position: relative;
}
#navi .navi-in a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #505050;
	bottom: 6px;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform 0.3s ease;
}
#navi .navi-in a:hover {
	background: transparent;
}
#navi .navi-in a:hover::after {
	transform: scale(1, 1); 
}

/*ハンバーガーメニュー*/
.slicknav_menu {
	position: absolute;
	padding: 0;
	background: transparent;
	z-index: 3;
	top:10px;
	right: 10px;
	width: 10em;
}
.slicknav_btn {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.6);
	padding:14px 15px 12px 9px;
}
.slicknav_menutxt {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 0;
}
.slicknav_nav {
	background: rgba(8, 108, 156, 0.7);
	padding: 10px 0 5px 0;
	border-radius: 5px;
}
.slicknav_nav a {
	padding-top: 9px;
}
.slicknav_menu .slicknav_icon-bar {
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.menu-item {
	margin: 10px 0 10px 0;
}
.menu-item a:hover{
	background: rgba(255, 255, 255, 0.9);
	border-radius: 3px;
}
.item-label {
	font-family:"游明朝","リュウミンB-KL",serif;
	font-size: 1.2em;
}

/*アピールエリア*/
/*横幅いっぱい時のスクロールバーを消す*/
.container {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
/*背景画面横幅いっぱい*/
.appeal, .appeal-in, .header-container {
	position: absolute;
	top: 0;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
/*背景画面縦幅いっぱい*/
.appeal, .appeal-in {
	height: 550px;
	background-size: cover;
}

.appeal{
	background-size: auto;
	z-index: 2;
	line-height: 530px;
}
.appeal-in {
	display: inline;
}
.appeal-content {
	background-color: transparent;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

/*ヘッダーロゴ*/
.header-container-in.hlt-top-menu .logo-header img{
	margin: 15px 0 0 15px;
}

/*「空と海について」*/
/*コンテンツ背景横幅_黒*/
.haikei100_black {
	position: relative;
	margin: 3em 0 2em;
	color: #ffffff;
	font-family:"游明朝","リュウミンB-KL",serif;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.haikei100_black::after {
	content: "";
	background: #212121;
	width: 100vw;
	height: 100%;
	display: block;
	position: absolute;
	left: calc(-50vw + 50%);
	top: 0;
	z-index: -1;
}

.h2pict {
	width:100%;
	margin: 0 auto;
}
.h2text_black {
	width:100%;
	background-image: url(https://mpgazz.online/wp-content/uploads/2024/11/bgseiza02.jpg);
	background-repeat:  no-repeat;
	background-position: 23% 30%;
	margin-top: 1.8em;
}

/*コンテンツ背景横幅_グレー*/
.haikei100_gray {
	position: relative;
	padding: 2em 0;
}
.haikei100_gray::after {
	content: "";
	background: #f2f2f2;
	width: 100vw;
	height: 100%;
	display: block;
	position: absolute;
	left: calc(-50vw + 50%);
	top: 0;
	z-index: -1;
}

/*「占い人　いずみ」*/
.about-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 0.5em;
}
/*左側*/
.about-left {
	flex: 1;
	font-family: "游明朝","リュウミンB-KL",serif;
	background-image: url(https://mpgazz.online/wp-content/uploads/2024/11/bgseiza03.jpg);
	background-repeat:  no-repeat;
	background-position:32% 70%;
	margin-right: 3vw;
}
/*右側*/
.about-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	margin-bottom: 1.5em;
}
.image-row {
	display: flex;
	justify-content: start;
}
.image-row img {
	padding: 0 0.7em 0.7em 0;
}
.span-size {
	font-size: 90%;
	vertical-align: 1px;
}

/*見出し 全般*/
.article h2, .article h3, .article h4, .article h5, .article h6 {
	margin-bottom: 0.5em;
}

/*見出し home h1*/
body.home h1.entry-title {
	text-align:center;
	font: bold 1.6em "游明朝","リュウミンB-KL",serif ; 
	margin:0 0 1em;
	padding:0;
	min-height:1em;
	background:none;
}
body.home h1.entry-title::before {
	display: inline-block;
	content: '';
	background: url(https://mpgazz.online/wp-content/uploads/2024/11/h1deco.png) no-repeat;
	width: 45px;
	height: 30px;
	vertical-align: -6%;
	padding-left: 3px;
}
body.home h1.entry-title::after {
	display: inline-block;
	content: '';
	background: url(https://mpgazz.online/wp-content/uploads/2024/11/h1deco.png) no-repeat;
	width: 45px;
	height: 30px;
	transform: scale(-1, 1);
	vertical-align: -6%;
	padding-right: 7px;
}

/*見出し h2*/
.h2-text{
	text-align:center;
	font: bold 1.1em "游明朝","リュウミンB-KL",serif ; background:url(https://mpgazz.online/wp-content/uploads/2025/01/bgseiza01.png) no-repeat;
	background-position:50% 95%;
}
.text-deco::before {
	display: inline-block;
	content: '';
	background: url(https://mpgazz.online/wp-content/uploads/2024/11/h1deco.png) no-repeat;
	width: 45px;
	height: 30px;
	vertical-align: -6%;
	padding-left: 3px;
}
.text-deco::after {
	display: inline-block;
	content: '';
	background: url(https://mpgazz.online/wp-content/uploads/2024/11/h1deco.png) no-repeat;
	width: 45px;
	height: 30px;
	transform: scale(-1, 1);
	vertical-align: -6%;
	padding-right: 7px;
}
.h2-text h2{
	font: bold 1.6em "游明朝","リュウミンB-KL",serif ; 
	margin-bottom:1em;
}

.article h2 {
	background: transparent;
	padding: 0;
	margin-bottom: 1em;
	font-size: 1.6em;
}

/*見出し h3*/
.article h3 {
	font: bold 1.6em "游明朝","リュウミンB-KL",serif ; 
	color: #80682d;
	padding: 9px 10px 9px 47px;
	line-height: 30px;
	border: none;
	border-bottom: 4px solid #e6e3df;
	margin-bottom: 1em;
}
.h-icon {
	padding-left: 44px;
	line-height: 44px;
	background: url(https://mpgazz.online/wp-content/uploads/2024/11/h3.png) no-repeat;
}
.article h3 a {
	text-decoration: none;
	color: #80682d;
}

/*見出し h4*/
.article h4 {
	border: none;
	font: bold 1.3em "游明朝","リュウミンB-KL",serif ; 
	color: black;
	padding: 0 5px;
}
.article h4::before {
	content: "◆";
	color: #75a7b8;
	font-size: 18px;
	margin-right: 4px;
	position: relative;
	top: -1px;
}

/*コンテンツエリア*/
body.home div.content {
	margin-top:550px;
}
body:not(.home) div.content {
	padding-top:1em;
}

/*日付を消す*/
.post-2 .date-tags,
.post-99 .date-tags,
.post-123 .date-tags,
.post-1222 .date-tags {
	display: none;
}

/*新着記事*/
.info-list{
	padding: 0;
}
.info-list-item {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	padding: 24px 0 10px 0;
	font-size: 17px;
}
.info-list-item-categorys {
	padding: 0 20px;
	font-size: 18px;
}
.info-list-item-date {
	font-size: 17px;
	margin-left: 5px;
}
.info-list-item-meta {
	white-space: nowrap;
}
.info-list-content{
	margin: 0px;
}
.info-list-caption{
	display: none;
}

/*テーブル*/
.table-wrap {
	overflow-x: auto;
}

table th, table td {
	padding: 1em 1em;
}

table.row_info, table.col_info {
	width: 100%;
	border: none;
	background-color: #ffffff;
}
table.row_info {
	margin: 2em auto 1.5em auto;
}

table.col_info {
	margin: 0 auto;
}

table.row_info tr:nth-of-type(2n+1),
table.col_info tr:nth-of-type(2n+1) {
	background-color: transparent;
}
table.row_info th, table.col_info th {
	background-color: transparent;
}
table.row_info th {
	font-weight: normal;
	text-align: center;
        padding: 1em 0.5em;
	border-top: none;
	border-left: none;
	border-bottom: 2px solid #f2f2f2;
}
table.row_info th:last-of-type {
	border-right: none;
}

table.col_info th {
	width: 10em;
	font-weight: 500;
	text-align: left;
	vertical-align: top;
	padding-left: 1em;
	border-top: none;
	border-left: none;
	border-bottom: 2px solid #f2f2f2;
	border-right: 2px solid #f2f2f2;
}
table.col_info tr:last-of-type th {
	border-bottom: none;
}

table.row_info td {
	text-align: center;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: 2px solid #f2f2f2;
}
table.row_info td:last-of-type {
	border-right: none;
}
table.col_info td {
	border-top: none;
	border-left: none;
	border-bottom: 2px solid #f2f2f2;
	border-right: none;
}
table.col_info tr:last-of-type td {
	border-bottom: none;
}
.color-eigyou {
	color: #c9b998;
}

/*リストul*/
ul.note {
	list-style-type: "※";
	list-style-position: outside;
}
ul.note li {
	padding-left: 0.5em;
}

ul.free, ul.rental {
	list-style-position: outside;
	margin-left: 2em;
}
ul.free li, ul.rental li {
	padding-left: 1.5em;
}

/*お問い合わせフォーム*/
.contact {
	margin: 3em 0 1em 0;
	text-align: center;
}

/*フッター*/
#footer {
	background: #c1e7fa;
        background-image: url(https://mpgazz.online/wp-content/uploads/2025/01/topdeco-pc.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 1700px 240px;
}
.footer-widgets, .footer-widgets-mobile {
	justify-content: space-between;
}
.footer-left {
	width: 25%;
}
.footer-center {
	width: auto;
	padding: 0;
}
.footer-right {
	width: 770px;
	padding: 10px 0 10px 32px;
	display: flex;
	justify-content: center;
}
.footer-right ul{
	font-family:"リュウミン B-KL","游明朝",serif;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.footer-right ul li {
	width: auto;
	margin-left: 3em;
}
.footer-bottom {
	margin-top: 0;
	padding: 3px 0 0 0;
	font-size: 1em;
	border-top: 1px dotted #76a5b5;
}
#nav_menu-2{
	margin-bottom: 0;
}

/*フッターメニュー ホバー時*/
#nav_menu-2 .menu a {
	position: relative;
}
#nav_menu-2 .menu a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #505050;
	bottom: 6px;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform 0.3s ease;
}
#nav_menu-2 .menu a:hover {
	background: transparent;
}
#nav_menu-2 .menu a:hover::after {
	transform: scale(1, 1); 
}

/*トップへ戻るボタン*/
.go-to-top {
	right: 18px;
	bottom: 25px;
}
.go-to-top-button {
	border: 1px #E4F9FF solid;
	width: 50px;
	height: 50px;
	font-size: 25px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
}

/*投稿ページ一覧*/
.blog .header-container,.post-template-default .header-container,.archive .header-container,.page-id-99 .header-container,.page-id-1222 .header-container,.page-id-1225 .header-container {
	background-image: url(https://mpgazz.online/wp-content/uploads/2024/12/blog-image-bg.jpg);
	height: 125px;
	border-bottom: 8px solid #F0F0F0;
}
.blog .content {
	margin-top: 140px;
}
.entry-card-thumb, .related-entry-card-thumb {
	display: none;
}
.entry-card-content, .related-entry-card-content {
	margin-left: 0;
	width: 70%;
}

/*投稿ページ*/
.post-template-default .content, .archive .content, .page-template-default .content, .page-id-1222 .content, .page-id-1225 .content {
	margin-top: 130px;
}
.entry-title{
	padding: 7px 0 0 47px;
	background: url(https://mpgazz.online/wp-content/uploads/2024/11/h3.png) no-repeat;
	min-height: 2.5em;
	margin: 0 0 5px;
	font-family:"游明朝","リュウミンR-KL",serif;
}
.date-tags {
	margin-bottom: 1.5em;
}

.indent-post {
	margin-left: 3em;
}

.under-entry-content h2 {
	color: #505050;
	padding: 0.5em;
	display: inline-block;
	line-height: 1.3;
	background: #f2f2f2;
	vertical-align: middle;
	border-radius: 5px;
	width: 100%;
}
.under-entry-content h2::before{
	content: "◆";
	color: #fff;
	margin-right: 3px;
	font-size: 18px;
	position: relative;
	top: -1px;
}

.post-template-default h3 {
	border: none;
	font: bold 1.2em "游明朝","リュウミンB-KL",serif ; 
	color: black;
	padding: 0 0 0 1em;
	line-height: 1.6em;
	position: relative;
}
.post-template-default h3::before {
	content: "●";
	color: #6CB2D8;
	font-size: 0.8em;
	position: absolute;
	left: 0;
}

.related-entry-heading {
	margin: 30px 0;
}

.rect-vertical-card .related-entry-card-content {
	margin: 0 0 0 0.5em;
}

/*コンタクトフォーム*/
#form-area {
	margin-top: 2em;
}

#form-area .form-right {
	margin-left: 10px;
}
#form-area hr {
	border-top: 1px solid #efefef;
	margin-bottom: 1.8em;
}
.form-item {
	display: flex;
	margin: 0 0 1.75em;
}
.form-item-pre {
	display: flex;
	margin: 0;
}
.form-left {
	width: 30%;
	margin: 0 0 0 10px;
	font-weight: bold;
}
.form-right {
	width: 60%;
}

#form-area input[type="text"]:placeholder-shown,#form-area input[type="email"]:placeholder-shown,#form-area textarea:placeholder-shown {
	background: #F2F2F2;
}

#form-area input[type="text"]:focus,#form-area input[type="email"]:focus,#form-area textarea:focus {
	background: #EDF9FF;
	border: 1px solid #9FCAE0;
	outline: 1px solid #9FCAE0;
}

#form-area input[type="text"],#form-area input[type="email"],#form-area textarea {
	background: #EDF9FF;
}

.required {
	font-size: 0.8em;
	padding: 3px 10px;
	background: #cc0000;
	color: #ffffff;
	border-radius: 4px;
	margin-right: 10px;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: #cc0000;
	font-weight: bold;
	margin-left: 3px;
}

.form-submit {
	text-align: center;
	margin-top: 1em;
}
.form-confirmation {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 3em;
}

.wpcf7 input[type="submit"] {
	width: 10em;
	background: #35AEEA;
	border: none;
	color: #ffffff;
	border-radius: 5px;
	font-size: 1.4em;
	padding: 10px 20px;
	outline: 1px solid #35AEEA;
}

.wpcf7 input[type="submit"]:hover {
	background: #6DC5F2;
	outline: 1px solid #41B2EA;
	color: #ffffff;
}

.wpcf7 input[type="button"] {
	background: #ffffff;
	border: none;
	border-radius: 5px;
	font-size: 1.4em;
	padding: 10px 20px;
	outline: 2px solid #cccccc;
}
.wpcf7 input[type="button"]:hover {
	outline: 2px solid #dddddd;
	color: #999999;
}

.wpcf7-spinner {
	display: none !important;
}
.form-previous {
	margin-right: 1em;
}
.form-back {
	margin: 0 0 3.5em 10px;
}

/*その他調整*/
.text-center {
	text-align: center;
}
.underline {
	background: linear-gradient(transparent 60%, #fff5c7 60%)
}
.color-red {
	color: #cc0000;
}
.indent {
	margin-left: 1.5em;
}
.indent-mark {
	text-indent: -1em;
	margin-left: 2.5em;
}
.indent-mark-2 {
	text-indent: -1em;
	margin-left: 2.5em;
	margin-top: -1.5em;
}
.entry-content {
	margin-top: 0.5em;
	margin-bottom: 0;
}
.info-list-item-categorys .entry-category{
	font-size: 0.9em;
	color: black;
	min-width: 120px;
	height: 25px;
	text-align: center;
	padding-top: 3px;
}

input:-webkit-autofill {
	box-shadow: 0 0 0 1000px #EDF9FF inset !important;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*コンテンツMAX横幅*/
@media screen and (max-width: 1350px){
	.wrap {
		width: auto;
	}
}

/*1023px以下*/
@media screen and (max-width: 1023px){
	.header-container-in.hlt-top-menu{
		flex-direction: row;
	}
	.footer-right {
		padding: 10px 0 10px;
	}
	#menu-item-1298 {
		margin-left: 0;
	}

	/*フッター*/
	#footer {
        	background-position: 50% 20%;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
	main.main {
		padding: 36px 16px 16px;
	}

	/*アピールエリア*/
	.appeal {
		background-image:url(https://mpgazz.online/wp-content/uploads/2025/02/top-image-bg-sp1400.jpg);
		background-size: cover;
		line-height: 0;
		height: 80vh;
	}
	body.home div.content{
		margin-top: 80vh;
	}
	.appeal-message {
		display: flex;
		height: 80vh;
		flex-flow: column;
		justify-content: space-around;
		padding-bottom: 3em;
	}
	.topimg-pc {
		display: none;
	}
	
	.topimg-sp {
		display: inline;
		margin-top: 5em
	}
	.topimg-sp-text {
		display: inline;
		text-align: left;
		line-height: 2em;
		font-family:"游明朝","リュウミンB-KL",serif;
		font-size: 1.5em;
		color: #333;
		margin-left: 5%;
	}

	/*ヘッダーロゴ*/
	.header-container-in.hlt-top-menu .logo-header img{
		margin: 15px 0 0 10px;
	}

	/*「ご縁のある」エリア*/
	body.home h1.entry-title {
		font-size: 1.5em;
	}
	.h2-text{
		background-size: 100%;
		background-position: center;
	}
	.h2-text h2{
		font-size: 1.5em;
	}
	
	/*「占い人いずみ」*/
	.about-box {
		display: inline;
	}
	.about-left {
		margin-right: 0;
	}

	/*コンタクトフォーム*/
	.form-item {
		display: inline;
	}
	.form-item p {
		margin-bottom: 1.8em;
	}
	.wpcf7-form .form-item .form-left {
		margin-bottom: 0;
	}
	.form-left {
		width: 100%;
	}
	.form-right {
		width: 93%;
	}

	/*投稿ページ*/
	.entry-card-content, .related-entry-card-content {
		width: 100%;
	}
	.post-template-default .main {
		padding-top: 0;
	}

	/*フッター*/
	#footer {
		background-image: url(https://mpgazz.online/wp-content/uploads/2025/01/topdeco-834.png);
		background-position: 50% 10%;
		background-size: 834px 140px;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
	main.main {
		padding-top: 26px;
	}
	.topimg-sp-text {
		font-size: 1.3em;
		line-height: 1.7em;
		margin-top: 0.5em;
	}	

	/*アピールエリア*/
	.appeal {
		height: 70vh;
	}
	.topimg-sp {
		margin-top: 7em
	}

	/*アピール・コンテンツエリア位置*/
	body.home div.content{
		margin-top: 70vh;
	}
	.appeal-message {
		height: 70vh;
	}

	/*「ご縁のある」エリア*/
	body.home h1.entry-title::before {
		vertical-align: -12px;
		width: 30px;
		background-size: 85%;
		padding-right: 0;
	}
	body.home h1.entry-title::after {
		vertical-align: -12px;
		width: 30px;
		background-size: 85%;
		padding-right: 0;
	}
	
	.h2-text{
		text-align:center;
		background-image: url(https://mpgazz.online/wp-content/uploads/2025/01/bgseiza01-sp.png);
		background-repeat: no-repeat;
		background-position: 50% 80%;
		background-size: 100%;
		font-size: 1em;
	}
	.text-deco::before {
		vertical-align: -12px;
		width: 30px;
		background-size: 85%;
		padding-right: 0;
	}
	.text-deco::after {
		vertical-align: -12px;
		width: 30px;
		background-size: 85%;
		padding-right: 0;
	}

	/*「空と海について」*/
	.haikei100_black {
		display: inline-block;
		margin: 0.3em 0 2em 0;
	}
	.h2pict {
		width: 70%;
		padding-top: 1em;
	}
	.h2text_black {
		text-align: center;
		background-position: 50%;
		margin: 1em 0 1em 0 ;
		padding-bottom: 0.5em;
		background-size: 40%;
	}
	
	/*「占い人　いずみ」*/
	.about-left {
		background-position: 50% 60%;
	}
	.article h3 {
		background-size: 40px;
		line-height: 26px;
		padding-left: 42px;
	}

	/*新着記事*/
	.info-list-item-meta {
		white-space: wrap;
		width: 150px;
	}
	.info-list-item-categorys {
		padding-left: 5px;
	}

	/*投稿ページ*/
	.no-sp-snippet .entry-card-snippet {
		display: -webkit-box;
	}
	.post-template-default h3 {
		font-size: 1.2em;
		line-height: 1.6em;
		padding-left: 1em;
	}

	/*その他ページ*/
	.entry-title {
		font-size: 25px;
	}
}

/*359px以下*/
@media screen and (max-width: 359px){
	body.home h1.entry-title {
		font-size: 1.27em;
	}
	body.home h1.entry-title::before {
		vertical-align: -14px;
	}
	body.home h1.entry-title::after {
		vertical-align: -14px;
	}
	
	.h2-text h2{
		font-size: 1.27em;
	}
	.text-deco::before {
		vertical-align: -14px;
	}
	.text-deco::after {
		vertical-align: -14px;
	}
	.article h2 {
		font-size: 1.4em;
	}
	.h2text_black {
		padding-bottom: 0;
	}
	.article h3 {
		font-size: 1.41em;
		background-size: 35px;
		line-height: 20px;
		padding-left: 37px;
	}
	.article h4 {
		font-size: 1.2em;
	}

	/*投稿ページ*/
	.post-template-default h3 {
		font-size: 1.2em;
		line-height: 1.6em;
		padding-left: 1em;
	}
}

/*アピールエリア調整*/
@media screen and (max-width: 834px) and (max-height: 840px){
	body.home div.content{
		margin-top: 700px;
	}
	.appeal{
		height: 700px;
	}
	.topimg-sp-text{
		font-size: 1.4em;
		padding: 1.5em 0;
	}
}
@media screen and (max-width: 600px) and (max-height: 840px){
	body.home div.content{
		margin-top: 600px;
	}
	.appeal{
		height: 600px;
	}
}
@media screen and (max-width: 480px) and (max-height: 840px){
	body.home div.content{
		margin-top: 550px;
	}
	.appeal{
		height: 550px;
	}
}
@media screen and (max-width: 400px) and (max-height: 840px){
	body.home div.content{
		margin-top: 500px;
	}
	.appeal{
		height: 500px;
	}
	.appeal-message {
		height: 500px;
	}
}

/*空のpタグを非表示*/
body.page p:empty {
	display: none;
}
