@charset "UTF-8";
/* 見出し　段落　リスト　文字色　背景色　リンク　ボタン */
/* ------------------------------------------------------------------------------------------------------- */

/* 見出し */
h1.c-pageTitle__main {
	background-color: transparent;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	display: flex;
	flex-direction: column;
 　 justify-content: center;
    align-items: center;
	height: 20px;
}
.wp-block-cover__inner-container{
	text-align: center;
}
h2.wp-block-heading {
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	font-size: 20px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 10px 10px 10px 10px;
}

/*
.wp-block-heading {
    position: relative;
}

h2.wp-block-heading {
    position: absolute !important;
	margin: 0px auto !important;
	padding: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    bottom: -650%;
    z-index: 2;
    color: white;
	font-weight: normal;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
	font-size: 12px !important;
	line-height: 22px !important;
	text-align: center !important;
	border: 1px solid #ccc;
	border-radius: 10px 10px 10px 10px;
}
*/

h3 {
	position: relative;
	margin: 10px auto !important;
	padding: 5px; !important;
	font-size: 22px !important;
	color: #000;
	font-weight: bold !important;
	text-align: center;
	background:linear-gradient(transparent 50%,#FFB88C 50%,#FFB88C 100%);
}
h3.menu1{
	background: #87CEFA !important;
	color: #fff;
	border: none;
}
h3.menu2{
	background: #FFBBC6 !important;
	color: #fff;
	border: none;
}
h3.name{
	background: none;
	color: #000;
	border: none;
}

h4 {
    margin: 5px !important;
	padding: 5px;
	font-size: 16px !important;
	line-height: 32px !important;
	font-weight: bold !important;
	text-align: left;
	vertical-align: center !important;
}

h5 {
    margin: 5px 10px !important;
	padding: 10px !important;
	font-size: 16px !important;
	line-height: 20px !important;
	font-weight: bold !important;
}
/* ------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------------------------------- */
.center {
	text-align: center;
}
/* ------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------------------------------- */
/* 文字色 */
.white {
	color: #ffffff;
}
/* 背景色 */
.denki {
	background-color: rgba(255, 165, 0, 0.5);
	font-weight: bold !important;
}
.suido {
	font-weight: bold !important;
	background-color: rgba(135, 206, 250, 0.5);
}
.ntt {
	font-weight: bold !important;
	background-color: rgba(29, 32, 136, 0.5);
}
.warning{
	background-color: rgba(204, 102, 102, 0.2);
	border: 1px #cc6666 solid;
	font-size: 16px !important;
	line-height: 20px !important;
}
.red{
	color: red;
	font-weight: bold;
}
/* 段落 */
p {
	margin: 5px;
	padding: 5px;
	font-size: 16px !important;
	line-height: 20px !important;
}

/* リンク */
a:link {
    color: #cc6666 !important;
	text-decoration: none;
}
a:visited {
    color: #333;
}
a:hover {
    color: #000 !important;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
    color: #00984b;
}
a.img:hover {
	opacity: 0.5 ;
}
/* ------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------------------------------- */
/* ボタン */
a.btn {
	width: 98%;
	margin: 10px auto;
	padding: 5px 0px;
    display: block;
	font-size: 24px;
    color: #555555;
	text-decoration: none;
	text-align: center;
	border: 1px #969696 solid;
	box-shadow:2px 2px 5px #969696;
	background-image: radial-gradient(rgba(193, 192, 192, 0.7), rgba(233, 233, 233, 0.7));
    border-radius: 20px;
}
a:hover.btn {
	padding: 5px 0px;
    color: #000000;
	border: 1px #969696 solid;
	font-weight: bold;
	box-shadow:2px 2px 5px #969696;
    background-image: radial-gradient(rgba(193, 192, 192, 1), rgba(233, 233, 233, 1));
}
/* ------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------------------------------- */
/* 注文フォーム用インラインフレーム */
iframe .form-frame {
	margin-top: 0 !important;
	padding-top: 0 !important;
	background-color: red !important;
}
/* リスト */
.menu {
	margin-top: 0 !important;
	padding-top: 0 !important;
	text-align: left;
}
.menu li {
	margin: 10px 0px !important;
	margin-left: 10px !important;
	padding-left: 0px;
	list-style-type: disc !important;
	line-height: 32px;
}
/* ------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------------------------------- */
/* 番号リスト */
ol.menu1 {
    margin: 0px; 
    padding-left: 35px !important;
	text-align: left;
}

ol.menu1 li {
	margin: 5px 0px;
	padding: 0px;
	font-weight: bold !important;
	list-style-type: decimal !important;
	line-height: 24px;
}
/* ------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------------------------------- */
/* 水平線 */
.hr{
	border: 1px #1e90ff solid !important;
}
/* ------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------------------------------- */
/* スマホ */
@media screen and (max-width: 768px) {
	.warning{
		background-color: rgba(204, 102, 102, 0.2);
		border: 1px #cc6666 solid;
	}
}

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