@charset "utf-8";

/* ↓全ページ共通↓　*/
h1,h2,h3,h4,h5,h6,p,table,th,td,div,ul,ol,li {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", MS PGothic, "sans-serif";
	font-size: 0.8em;
	color: #767676;
	margin: 0px;
	padding: 0px;
}
.float-clear {
	font-size: 0px;
	color: #FFF;
	clear: both;
}
#main_content {
/*	width: 100%; */
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#main_content img {
/*	width: 100%; */
	text-align: center;
}
#main_content .bgc_w {
	float: center;
	padding: 32px 8px;

}
#main_content .bgc_b {
	float: center;
	padding: 32px 8px;
/*	background-color:#ffcccc; */
}
#main_content .bgc_o {
	float: center;
	padding: 32px 8px;
	background-color:#ffcccc;
}
.title {
	width: 100%;
	margin: 16px auto;
	float: center;
	text-align: center;
    position: relative;
}
.title img {
    width: 40%; /* 画像の幅を100%に設定 */
    height: 40%; /* 画像の高さを100%に設定 */
   /* object-fit: cover;*/ /* 画像を要素にフィット */
}
.title p{
	display: inline-block;
	float: center;
	text-align: center;
	font-weight: bold;
	font-size: 0.6em;
	letter-spacing: 1em;
	text-indent: 1em;
	padding: 8px;/*上下の余白*/
}
.title_second {
	display: inline-block !important;
	float: center !important;
	text-align: center !important;
	font-weight: bold !important;
	font-size: 0.6em !important;
	letter-spacing: 1em !important;
	text-indent: 1em !important;
	padding: 8px !important;
}
.contents {
	width: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	float: center;
	text-align: center;
}
.contents h1{
/*	color: #FFFFFF; */
	font-size: 0.8em;
}
.contents h2{
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
}
.contents h3{
	color: #e7a1c5;
	font-size: 0.8em;
}
.contents h4{
	color: #e7a1c5;
	font-size: 1.2em;
	font-weight: bold;
}
.contents h5{
	font-size: 1.2em;
	font-weight: bold;
}
.contents p {
	width: 100%;
	padding: 0px;
	font-size: 0.8em;
	line-height: 1.6;
	float: center;
	display:block;
	font-size: 1em;
/*	text-align: left; */
}
.contents a{
	text-decoration: none;
	color: #e7a1c5;
}
.contents a.current{
	color: #FEEABC;
}
.contents a:hover{
	color:#ffcccc;
}

/* ↑全ページ共通↑　*/

/* ↓ヘッダー↓　*/
#header {
	height: auto;
	width: 100%;
	height: 100%;
	float: center;
}
#header #nav_img {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#header #supportImage {
	width: 130%;
}
#header #nav_img a{
/*	height: 50px; */
	display: block;
    margin: 0px 0px;
    padding: 0px;
    text-indent: -9999px;
	overflow: hidden;
	background-position: center;
}
#header #nav_img #logo  {
	width: 40%;
	float: left;
}
#header #nav_img #logo  a{
/*
    background-image : url("/wp-content/uploads/2024/10/logo.png");
	background-size: contain;
	background-repeat: no-repeat;

    margin-bottom:5px;
*/
}

#header #nav_img #space  {
    margin-top:18px;
	width: 30%;
	float: left;
}
#header #nav_img #space a{

}
#header #nav_img #empty  {
	width: 5%;
	float: left;
}
#header #nav_img #contact  {
	width: 25%;
	float: left;
}
#header #nav_img #contact a{

}

#header #nav{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	background-color:#e7a1c5;
	padding-top: 0px;
	padding-bottom: 8px;
    font-weight: bold;
    font-size: 1.2em;
}
#header #nav ul{
	margin: 0 ;
	padding: 0 ;
}
#header #nav li{
	list-style: none;
	display: inline-block;
/*	width: 30%; */
	font-size: 0.6em;
}
#header #nav li:not(:last-child){
	border-right:2px dotted #FFFFFF;
}
#header #nav a{
	text-decoration: none;
	color: #FFFFFF;
}
#header #nav a.current{
	color: #FEEABC;
	border-bottom:2px dotted #FFFFFF;
}
#header #nav a:hover{
	color: #bd3658;
	border-bottom:2px dotted #FFFFFF;
}
/* ↑ヘッダー↑　*/

/* ↓フッター↓　*/
#footer{
	height: auto;
	width: 100%;
	float: center;
}
#footer .nav{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	background-color: #ffe4f2;
}
#footer .nav_box{
	width: 24%;
	margin: 8px 0px;
	display: inline-block;
	vertical-align: top;
}
#footer .nav h1{
	width: 100%;
	font-size: 1.0em;
	margin-bottom: 8px;
	font-color: #ffcccc;
	border-bottom: solid 1px #ffcccc;
}
#footer .nav ul{
	margin: 0 ;
	padding: 0 ;
}
#footer li{
	width: 100%;
	list-style: none;
	display: inline-block;
	font-size: 0.6em;
	font-color: #ffcccc;
}
#footer .nav a{
	text-decoration: none;
	color: #767676;
	font-size: 0.6em;
}
#footer .nav a.current{
	font-size: 0.6em;
	color: #ffcccc;
	border-bottom: solid 1px #ffcccc;
}
#footer .nav a:hover{
	font-size: 0.6em;
	color:#ffcccc;
	border-bottom: solid 1px #ffcccc;
}
#footer p{
	font-color: #767676;
	font-size: 0.8em;
	text-align: center;
	margin: 8px;
	background-color:#FFFFFF;
}
/* ↑フッター↑　*/

/* スマホ用のスタイル */
.goat-img {
    width: 100%; /* スマホでは画像サイズを100%に */
}