@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*
@media screen and (max-width: 834px){
.header-container {
	box-shadow: 0px 5px 100px #000;
}	
}
*/

/*
@media screen and (max-width: 834px) {
    main.main, div.sidebar {
        padding: 0px 16px 32px 16px;
        margin: 12px 0;
        border-width: 0;
    }
}
*/

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


/*全ての固定ページのタイトルを非表示*/

.page .entry-title{
	display: none;
}




/*
.main{
    background-color: #9b0920;
}

.a-wrap {
    color: #fff;
}
*/



/*
html {
 scroll-behavior: smooth;
}
*/





/******************************************************************************************/
/*　ヘッダー　*/
/******************************************************************************************/

/*　ヘッダー下のグラデーション　*/

.header-container {
	border-bottom: 2px solid #73000c;
	box-shadow: 0px 2px 12px 5px #000;
}


.logo-header {
	/* margin-bottom: -15px; */
	animation: heartbeat02 3s infinite ease-in-out;
}


/*　グローバルメニューの高さを変更　*/

#navi .navi-in > ul li{
	height: 40px;
	line-height: 40px;
}


/*　グローバルメニュー 文字の大きさを変更　*/

#navi .navi-in > .menu-header .item-label{
	font-size: 0.94em;
	font-weight:bold;
	text-shadow:0px 0px 8px #000,0 0 0.1em #000,0 0 0.1em #000;
}


/*　グローバルメニュー アニメーション　*/

#navi a {
	position: relative;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
}

#navi a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e1b40a;
	transform: translate(-100%, 0);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
	content: "";
}

#navi a:hover:after {
	transform: translate(0, 0);
}


/*　サブメニュー スクロール表示　*/

.fixed-header .navi-in > ul li:hover > ul {
display: block;
}

/*　サブメニュー 文字の大きさを変更　*/

.navi .sub-menu {
	/* padding-top: 20px !important; /*上余白*/
	/* background-color: rgba(0,0,0,0.8) !important; /*背景色・透過*/
}
.navi-in>ul .sub-menu li {
	/* margin: 5px 0px 5px 0px !important; /*余白*/
	/* padding: 0px 0px 0px 0px !important; /*余白*/
	/* height: 20px !important; /*高さ*/
}
.navi-in>ul .sub-menu li a {
	/* color: #ffffff !important; /*文字色*/
	font-size:0.7em;
}

.navi-in > ul .sub-menu {
    width: 180px;
}


/*　グローバルメニューをグラデーション化　*/

#navi.navi.cf{
	background: linear-gradient(#5e0000,#9b0920);
}


/******************************************************************************************/
/*　ヘッダー　*/
/******************************************************************************************/




/******************************************************************************************/
/**　ヘッダーメニュースクロールロゴ　**/
/******************************************************************************************/

.header-container-in.hlt-top-menu .logo-header img {
	height: 30px;
	margin:5px 0px;
	animation: heartbeat02 3s infinite ease-in-out;
}

/******************************************************************************************/
/**　ヘッダーメニュースクロールロゴ　**/
/******************************************************************************************/




/******************************************************************************************/
/*　モバイルヘッダー　*/
/******************************************************************************************/

.mobile-menu-buttons {
	align-items: center;
	background:#9b0920;
	border-bottom: 2px solid #73000c;
	box-shadow: 0px -2px 12px 10px #000;
}
.mobile-menu-buttons .menu-button {
	color:#fff;
}
.mobile-menu-buttons .menu-button > a{
	color:#fff;
}


/*ヘッダーモバイルボタンの高さを変更*/
.search-menu-button.menu-button,
.navi-menu-button.menu-button{
	height: 80px;
}

.logo-menu-button.menu-button{
	height: 80px;
	animation: heartbeat02 3s infinite ease-in-out;
}

/*768px以下でロゴの大きさを変更*/

@media screen and (max-width: 768px){
img.header-site-logo-image{
	height: 40px;
}
}


.menu-button .fa-bars:before {
	background-image: url( https://anemintonz.com/wp-content/uploads/2025/04/mhm_mnu.png );
	background-position: 0px 0px;
	background-size: cover;
	content: '';
	display: block;
	height: 30px; /*アイコンの高さを指定*/
	width: 34px; /*アイコンの横幅を指定*/
	margin-right: 2px;
	align-items: center;
    justify-content: center;
    animation-name: rotateY; /* アニメーションの名前を指定 */
    animation-duration: 8s; /* アニメーションの再生時間を指定 */
    animation-timing-function: linear; /* アニメーションの再生速度を指定 */
    animation-iteration-count: infinite; /* アニメーションの再生回数を指定 */
}

.menu-button .fa-search:before {
	background-image: url( https://anemintonz.com/wp-content/uploads/2025/04/mhm_src.png );
	background-position: 0px 0px;
	background-size: cover;
	content: '';
	display: block;
	height: 32px; /*アイコンの高さを指定*/
	width: 32px; /*アイコンの横幅を指定*/
}

.search-submit .fa-search:before {
	/* background-image: url( https://anemintonz.com/wp-content/uploads/2025/05/mhm_src_gry.png ); */
	background-image: url( https://anemintonz.com/wp-content/uploads/2025/11/mhm_src_eng.png );
	background-position: 0px 0px;
	background-size: cover;
	content: '';
	display: block;
	height: 32px; /*アイコンの高さを指定*/
	width: 32px; /*アイコンの横幅を指定*/
	/* opacity: 0.5; */
}

.search-submit {
    position: absolute;
    right: 3px;
    top: calc(50% - 15px);
    font-size: 20px;
    cursor: pointer;
    border: none;
    color: var(--cocoon-thin-color);
    padding: 0 8px;
    background-color: rgba(255, 255, 255, 0);
}

.menu-caption {
	margin-top: 0px;
	margin-left: -4px;
	font-weight: bold;
	/* text-decoration: underline double; */
}


/******************************************************************************************/
/*　モバイルヘッダー　*/
/******************************************************************************************/




/******************************************************************************************/
/*　モバイルスライドインメニュー　*/
/******************************************************************************************/


/*1023px以下でロゴの位置を変更*/
@media screen and (max-width: 1023px){
img.site-logo-image{
	margin-top: 4px;
	/* width: 300px; */
}
}

/*スライドインメニューをカスタマイズ*/

.navi-menu-content{
	width:80%;
	background-color: rgba(155,9,32,0.8);
	/*background-blend-mode:lighten;*/
	box-shadow: 0 20px 10px #000;
	background-image: url("https://anemintonz.com/wp-content/uploads/2025/05/log_bg_v.png");
	background-position: top 60px right 12px;
	background-repeat: repeat-y;
	background-size: 20%;
}

/*×アイコンを移動*/
/*
.menu-close-button {
 padding-top: 15px;
 padding-left: 25px;
 padding-bottom: 30px;
text-align: left;
font-size: 2em;
}
*/

.menu-close-button {
	color:#ffffff;
}

span.fas.fa-times::before{
font-family: "Font Awesome 5 Free";
content: "\f100　メニューを閉じる";
color:#fff;/*閉じるボタン色変更*/
text-shadow:#000000 1px 1px;
}

/*閉じるボタンを移動*/
.menu-close-button {
padding: 15px 15px 10px 0;
text-align: right;
font-size: 1.2em;
border-bottom: double 3px #ffffff;
}

.menu-drawer a{
	font-size: 1.1em;/*文字の大きさ*/
	font-weight: bold;
	color: #ffffff;/*文字の色*/
	/* line-height: 2.5em; */ /*行の高さ*/
	text-shadow:#000000 2px 2px;
	border-bottom: solid 1px #e1b40a;
	padding: 8px 0px;
	/* margin-left: -20px; */
	/* margin-right: 20px; */
}

.menu-drawer a:hover{
	color: rgba(255,255,255,0.7);
	background-color: rgba(155,9,32,.8);
}

/*
.menu-drawer li a::before {
font-family: "Font Awesome 5 Free";
content : "\f138";
color:#fff;
text-shadow:#000000 1px 1px;
margin:0 .5em 0 0;
}
*/

/*

ul.menu-drawer:before{
width:100%;
font-size:1.2em;
color:#fff;
margin-bottom:1em;
border-bottom:3px dotted #fff;
content: "メニュー";
}

ul.menu-drawer:after {
background: white;
}

*/


.menu-drawer .sub-menu li a::before {
font-family: "Font Awesome 5 Free";
content : "\f105";
color:#fff;
text-shadow:#000000 1px 1px;
margin:0 .5em 0 0;
}

.menu-drawer .sub-menu {
padding:0;
}
.menu-drawer .sub-menu li{
font-size: 0.6em;
/* line-height: 0.1em !important; */
margin-left:20px;
}


/******************************************************************************************/
/*　モバイルスライドインメニュー　*/
/******************************************************************************************/




/******************************************************************************************/
/*　ページトップ　*/
/******************************************************************************************/

.go-to-top-button {
 width: 30px; /* ボタン画像の表示幅 */
 height: auto; /* ボタン画像の高さは自動調整 */
}
.go-to-top-button:hover { /* カーソルを合わせると少し拡大する */
  transform: scale(1.1);
}
.go-to-top {
 right: 10px; /* 右から10pxの位置に配置 */
 bottom: 10px; /* 下から30pxの位置に配置 */
}

/******************************************************************************************/
/*　ページトップ　*/
/******************************************************************************************/




/******************************************************************************************/
/**　カスタムテキスト　**/
/******************************************************************************************/

.cocoon-custom-text-1{
	color:#9b0920;
	font-weight:bold;

}

.cocoon-custom-text-3{
	color:#0054a0;
	font-weight:bold;

}

.cocoon-custom-text-4 {
	color: #ff8cff;
	font-weight:bold;
}

.cocoon-custom-text-5 {
	text-decoration: underline solid #ff7578 2px;
}

.cocoon-custom-text-6 {
	background: linear-gradient(transparent 60%, #ffdca0 60%);
	text-shadow: #ffffff 1px 0, #ffffff -1px 0, #ffffff 0 -1px, #ffffff 0 1px, #ffffff 1px 1px, #ffffff -1px 1px, #ffffff 1px -1px, #ffffff -1px -1px, #ffffff 1px 1px, #ffffff -1px 1px, #ffffff 1px -1px, #ffffff -1px -1px, #ffffff 1px 1px, #ffffff -1px 1px, #ffffff 1px -1px, #ffffff -1px -1px, rgba(255, 255, 255, .1) 0px 0px 0px;
}

/******************************************************************************************/
/**　カスタムテキスト　**/
/******************************************************************************************/




/******************************************************************************************/
/**　テキストリンク　**/
/******************************************************************************************/

.entry-content a {
	text-decoration: underline double 1px #cae6ff;
	text-shadow: #fff 1px 0, #fff -1px 0, #fff 0 -1px, #fff 0 1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px, rgba(0, 0, 0, .2) 2px 2px 2px;
}

.entry-content a:hover {
	color: #0e365a;
	text-decoration: none;
	transform: translate3d(0px, 3px, 1px);
	/* padding-top: 2px; */
}


.sns-buttons a {
	text-decoration: none;
	text-shadow: none;
}
}

.sns-buttons a:hover {
	color: #ffffff;
	transform: translate3d(0px, 0px, 0px);
}

/******************************************************************************************/
/**　テキストリンク　**/
/******************************************************************************************/




/******************************************************************************************/
/**　404 NOT FOUND　**/
/******************************************************************************************/

.not-found {
	text-align: center;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.widget-404-page-title {
	font-weight: bold;
	margin-bottom: 30px;
}

/******************************************************************************************/
/**　404 NOT FOUND　**/
/******************************************************************************************/




/******************************************************************************************/
/**　不使用アンダーライン　**/
/******************************************************************************************/
/*
.article h2 {
	font-size: 22px;
	line-height: 32px;
	color: #333333;
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #ffffff;
	position: relative;
}

.article h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 12px;
	background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}
*/
/******************************************************************************************/
/**　不使用アンダーライン　**/
/******************************************************************************************/








/******************************************************************************************/
/** コンタクトフォームの装飾 **/
/******************************************************************************************/

#cf7-area input[type="text"],
#cf7-area input[type="email"],
#cf7-area input[type="tel"],
#cf7-area input[type="number"],
#cf7-area select,
#cf7-area textarea
{
background: #ffffe6;
}

#cf7-area input[type="text"]:focus::placeholder,
#cf7-area input[type="email"]:focus::placeholder,
#cf7-area input[type="tel"]:focus::placeholder,
#cf7-area input[type="number"]:focus::placeholder
{
    color: transparent !important;
}

input[type="text"]:focus::placeholder {
    color: transparent !important;
}


/* 全てのプレースホルダーに適用 */
#cf7-area ::placeholder {
    color: #ffd2be;
	font-size: 0.8em;
}

#cf7-area select{
    color: #ff5555;
}


.contactform_text_whole {
	text-align:center;
}

.contactform_text {
	width:50%;
	text-align:left;
	background-image: url("https://anemintonz.com/wp-content/uploads/2025/04/log_bgi.png");
	background-position: bottom 0px right 0px;
	background-repeat: no-repeat;
	background-size: 20%;
	background-color:rgba(255,255,255,0.85);
	background-blend-mode:lighten;
}

.contactform_text_nobg {
	width:50%;
	text-align:left;
}

@media screen and (max-width: 834px){

	.contactform_text {
		width:100%;
		background-size: 30%;
	}
	
	.contactform_text_nobg {
		width:100%;
}

}

.contactform_content {
	width:50%;
	text-align:left;
	padding: 30px;
	border-top: 1px solid #ffe6bb;
	box-shadow: 0 6px 8px #ffc86b;
	/*
	background-image: url("https://anemintonz.com/wp-content/uploads/2025/04/log_bgi.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80%;
	background-color:rgba(255,255,255,0.85);
	background-blend-mode:lighten;
	*/
}

@media screen and (max-width: 834px){
.contactform_content {
	width:100%;
	text-align:left;
}
}

.contactform_title {
	color: #ff5555;
	font-size: 1.25em;
	margin-bottom:10px;
	padding:0 0 2px 0;
	/* border-top: dotted 6px #9b0920; */
	border-bottom: dotted 6px #ffa000;
	text-shadow: #ffff78 1px 0, #ffff78 -1px 0, #ffff78 0 -1px, #ffff78 0 1px, #ffff78 1px 1px, #ffff78 -1px 1px, #ffff78 1px -1px, #ffff78 -1px -1px, #ffff78 1px 1px, #ffff78 -1px 1px, #ffff78 1px -1px, #ffff78 -1px -1px, #ffff78 1px 1px, #ffff78 -1px 1px, #ffff78 1px -1px, #ffff78 -1px -1px, rgba(255, 255, 255, .5) 1px 1px 1px;
}

.contactform_itemname {
	color: #ffa000;
	text-shadow: #ffff78 1px 0, #ffff78 -1px 0, #ffff78 0 -1px, #ffff78 0 1px, #ffff78 1px 1px, #ffff78 -1px 1px, #ffff78 1px -1px, #ffff78 -1px -1px, #ffff78 1px 1px, #ffff78 -1px 1px, #ffff78 1px -1px, #ffff78 -1px -1px, #ffff78 1px 1px, #ffff78 -1px 1px, #ffff78 1px -1px, #ffff78 -1px -1px, rgba(255, 255, 255, .5) 1px 1px 1px;
}

.contactform_line_insta {
	font-size: .1em;
	margin:10px 0;
	padding:0;
	border-width: 1em;
	border-style: solid;
	border-image-source: linear-gradient(20deg, #44107a, #ff1361, #fff800);
	border-image-slice: 1;
	/* border-bottom: dotted 3px #9b0920;　*/
}

.contactform_block {
	margin-bottom:30px;
}

.contactform_width {
	width:18%;
	white-space:nowrap;
}

@media screen and (max-width: 834px){
.contactform_width {
	width:23%;
	white-space:nowrap;
}
}

/*　必須ラベル※　*/

.cf7-reqkome{
font-size:.9em;
color: #ff0000;
margin-left: 10px;
display:inline-block;
}

/*　必須ラベル　*/

.cf7-req{
font-size:.8em;
padding: 1px 6px;
background: #eb2a2a;
color: #ffffff;
margin-left: 10px;
margin-bottom:5px;
display:inline-block;
}

/*デフォルトのスタイルを無効化する*/

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

span.wpcf7-spinner {
  display: none;
}


/*コンタクトフォーム送信ボタン*/

/*
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background-color: #9b0920;
  border: none;
  color: #fff;
  cursor: pointer;
}
span.wpcf7-spinner {
  display: none;
}
*/

.wpcf7 input[type="submit"] {
width:100%;
padding:15px;
border-radius:100px;
-webkit-border-radius: 100px;  
-moz-border-radius: 100px;
font-size: 24px;
font-weight: bold;
color: #fff;
text-shadow:0px 0px 8px #666,0 0 0.1em #666,0 0 0.1em #666;
border: none;
box-shadow: 0 6px 8px #999;
background: transparent linear-gradient(0deg, rgba(255,160,0) 0%, rgba(255,180,55,.9) 100%) 0% 0% no-repeat padding-box;
transition: 0.3s;
}

.wpcf7-submit:hover {
transform: translate3d(0px, 3px, 1px);
/*
background: transparent linear-gradient(0deg, rgba(155,9,32) 0%, rgba(115,0,12,.9) 100%) 0% 0% no-repeat padding-box;
font-size: 24px;
font-weight: bold;
color: #ccc;
text-shadow:0px 0px 8px #000,0 0 0.1em #000,0 0 0.1em #000;
box-shadow: 0 0 8px #333;
*/
}

/*　エラー表示　*/
.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: #cc0000;
	font-weight: bold;
	animation: blink_0 1s step-start infinite;
}




/******************************************************************************************/
/** コンタクトフォームの装飾 **/
/******************************************************************************************/




/******************************************************************************************/
/**　目次　**/
/******************************************************************************************/

#toc {
	margin:0px 0px 60px 0px;
	width:100%;
	border: 1px dotted;
}

.toc {
	border: 1px dotted;
}

.toc-title::after {
	display: none;
}

/******************************************************************************************/
/**　目次　**/
/******************************************************************************************/




/******************************************************************************************/
/**　ボタン　**/
/******************************************************************************************/

.anbtn {
	width:100%;
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 1em 1.5em;
	font-weight: bold;
	font-size: 24px;
	color: #fff !important;
	text-align:center;
	text-decoration: none !important;
	text-shadow:0px 0px 8px #000,0 0 0.1em #000,0 0 0.1em #000;
	border-radius: 8px;
	background: transparent linear-gradient(0deg, rgba(115,0,12) 0%, rgba(155,9,32,.9) 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0 6px 8px #999;
	overflow: hidden;
	transition: 300ms;
}

.anbtn:after {
	position: absolute;
	top: 5px;
	left: 6px;
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	content: '';
	border: 2px solid #fff;
	border-radius: 6px;
}

/*
.anbtn::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 50px;
    height: 100%;
    background-color: #ff5f78;
    transition: 300ms;
    animation: shinyshiny 4s ease-in-out infinite;
}

@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
*/

.anbtn:hover {
	width:100%;
	display: inline-block;
    position: relative;
	margin: 0;
    padding: 1em 1.5em;
    font-weight: bold;
    font-size: 24px;
    color: #fff !important;
    text-align: center;
	text-decoration: none !important;
    text-shadow:0px 0px 8px #000,0 0 0.1em #000,0 0 0.1em #000;
	border-radius: 8px;
	background: transparent linear-gradient(0deg, rgba(155,9,32) 0%, rgba(115,0,12,.9) 100%) 0% 0% no-repeat padding-box;
    overflow: hidden;
	transition: 300ms;
	box-shadow: 0 0 8px #333;
	transform: translate3d(0px, 3px, 1px);
}


.anbtn_scl {
	width:100%;
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 1em 1.5em;
	font-weight: bold;
	font-size: 24px;
	color: #fff !important;
	text-align:center;
	text-decoration: none !important;
	text-shadow:0px 0px 8px #78002d,0 0 0.1em #78002d,0 0 0.1em #78002d;
	border-radius: 8px;
	background: transparent linear-gradient(0deg, rgba(255,0,95) 0%, rgba(255,72,140,.9) 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0 6px 8px #999;
	overflow: hidden;
	transition: 300ms;
}

.anbtn_scl:after {
	position: absolute;
	top: 5px;
	left: 6px;
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	content: '';
	border: 2px solid #fff;
	border-radius: 6px;
}

.anbtn_scl:hover {
	width:100%;
	display: inline-block;
    position: relative;
	margin: 0;
    padding: 1em 1.5em;
    font-weight: bold;
    font-size: 24px;
    color: #fff !important;
    text-align: center;
	text-decoration: none !important;
    text-shadow:0px 0px 8px #78002d,0 0 0.1em #78002d,0 0 0.1em #78002d;
	border-radius: 8px;
	background: transparent linear-gradient(0deg, rgba(255,72,140) 0%, rgba(255,0,95,.9) 100%) 0% 0% no-repeat padding-box;
    overflow: hidden;
	transition: 300ms;
	box-shadow: 0 0 8px #333;
	transform: translate3d(0px, 3px, 1px);
}


@media (max-width: 834px) {
	
	.anbtn {
		padding: 0.5em 0.3em 0.8em 0.3em;
		font-size: 1.1em;
		line-height: 1.2;
	}
	
	.anbtn:hover {
		padding: 0.5em 0.3em 0.8em 0.3em;
		font-size: 1.1em;
		line-height: 1.2;
	}
	
	.anbtn_scl {
		padding: 0.5em 0.3em 0.8em 0.3em;
		font-size: 1.1em;
		line-height: 1.2;
	}
	
	.anbtn_scl:hover {
		padding: 0.5em 0.3em 0.8em 0.3em;
		font-size: 1.1em;
		line-height: 1.2;
	}
	
}

/*

.anbtn {
	width:100%;
	font-size: 24px;
	font-weight: bold;
	color: #FFF !important;
	text-align:center;
	text-shadow:0px 0px 8px #000,0 0 0.1em #000,0 0 0.1em #000;
	border-radius: 8px;
	display: inline-block;
	background: transparent linear-gradient(0deg, rgba(115,0,12) 0%, rgba(155,9,32,.9) 100%) 0% 0% no-repeat padding-box;
	text-decoration: none !important;
	margin: 15px 0;
	padding: .7em 2em;
	box-shadow: 0 6px 8px #999;
}

.anbtn:hover {
	width:100%;
	font-size: 24px;
	font-weight: bold;
	color: #FFF !important;
	text-align:center;
	text-shadow:0px 0px 8px #000,0 0 0.1em #000,0 0 0.1em #000;
	border-radius: 8px;
	display: inline-block;
	background: transparent linear-gradient(0deg, rgba(155,9,32) 0%, rgba(115,0,12,.9) 100%) 0% 0% no-repeat padding-box;
	text-decoration: none !important;
	margin: 15px 0;
	padding: .7em 2em;
	box-shadow: 0 6px 8px #999;
	transform: translate3d(0px, 3px, 1px);
}

*/


.anbtn-s {
	position: relative;
	font-weight: bold;
	color: #FFF !important;
	text-align:center;
	text-shadow:0px 0px 8px #000,0 0 0.1em #000,0 0 0.1em #000;
	border-radius: 8px;
	padding: .5em 1.5em;
	display: inline-block;
	background: transparent linear-gradient(0deg, rgba(155,9,32) 0%, rgba(155,9,32,.9) 100%) 0% 0% no-repeat padding-box;
	text-decoration: none !important;
	margin: 5px 0;
	box-shadow: 0 6px 8px #999;
}

.anbtn-s:before {
	position: absolute;
	top: 5px;
	left: 5px;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	content: '';
	border: 1px solid #ffbec8;
	border-radius: 6px;
}

.anbtn-s:hover {
	font-weight: bold;
	color: #FFF !important;
	text-align:center;
	text-shadow:0px 0px 8px #000,0 0 0.1em #000,0 0 0.1em #000;
	border-radius: 8px;
	padding: .5em 1.5em;
	display: inline-block;
	background: transparent linear-gradient(0deg, rgba(155,9,32) 0%, rgba(115,0,12,.9) 100%) 0% 0% no-repeat padding-box;
	text-decoration: none !important;
	margin: 5px 0;
	box-shadow: 0 0 8px #333;
	transform: translate3d(0px, 3px, 1px);
}


.anbtn-s-scl {
	position: relative;
	font-weight: bold;
	color: #FFF !important;
	text-align:center;
	text-shadow:0px 0px 8px #78002d,0 0 0.1em #000,0 0 0.1em #78002d;
	border-radius: 8px;
	padding: .5em 1.5em;
	display: inline-block;
	background: transparent linear-gradient(0deg, rgba(255,0,95) 0%, rgba(255,72,140,.9) 100%) 0% 0% no-repeat padding-box;
	text-decoration: none !important;
	margin: 5px 0;
	box-shadow: 0 6px 8px #999;
}

.anbtn-s-scl:before {
	position: absolute;
	top: 5px;
	left: 5px;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	content: '';
	border: 1px solid #ffbec8;
	border-radius: 6px;
}

.anbtn-s-scl:hover {
	font-weight: bold;
	color: #FFF !important;
	text-align:center;
	text-shadow:0px 0px 8px #78002d,0 0 0.1em #000,0 0 0.1em #78002d;
	border-radius: 8px;
	padding: .5em 1.5em;
	display: inline-block;
	background: transparent linear-gradient(0deg, rgba(255,72,140) 0%, rgba(255,0,95,.9) 100%) 0% 0% no-repeat padding-box;
	text-decoration: none !important;
	margin: 5px 0;
	box-shadow: 0 0 8px #333;
	transform: translate3d(0px, 3px, 1px);
}


.anbtn-s-line {
	position: relative;
	font-weight: bold;
	font-size: 0.9em;
	color: #9b0920 !important;
	text-align:center;
	/*text-shadow:0px 0px 8px #000,0 0 0.1em #000,0 0 0.1em #000;*/
	border-radius: 8px;
	padding: .5em 1.5em;
	display: inline-block;
	background: transparent linear-gradient(0deg, rgba(245,245,245, .9) 0%, rgba(255,255,255) 100%) 0% 0% no-repeat padding-box;
	text-decoration: none !important;
	margin: 5px 0;
	box-shadow: 0 6px 8px #999;
	border: 2px solid #9b0920;
}

.anbtn-s-line:before {
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	content: '';
	border: 2px solid #9b0920;
	border-radius: 6px;
}

.anbtn-s-line:hover {
	position: relative;
	font-weight: bold;
	font-size: 0.9em;
	color: #9b0920 !important;
	text-align:center;
	/*text-shadow:0px 0px 8px #000,0 0 0.1em #000,0 0 0.1em #000;*/
	border-radius: 8px;
	padding: .5em 1.5em;
	display: inline-block;
	background: transparent linear-gradient(0deg, rgba(255,255,255, .9) 0%, rgba(245,245,245) 100%) 0% 0% no-repeat padding-box;
	text-decoration: none !important;
	margin: 5px 0;
	box-shadow: 0 0 8px #999;
	border: 2px solid #9b0920;
	transform: translate3d(0px, 3px, 1px);
}

@media (max-width: 834px) {
	
	.anbtn-s-line {
		font-size: 0.6em;
		padding: .8em 1.5em;
		border: 1px solid #9b0920;
	}
	
	.anbtn-s-line:before {
		top: 2px;
		left: 2px;
		width: calc(100% - 6px);
		height: calc(100% - 6px);
		border: 1px solid #9b0920;
	}
	
	.anbtn-s-line:hover {
		font-size: 0.6em;
		padding: .8em 1.5em;
		border: 1px solid #9b0920;
}
		
}


/******************************************************************************************/
/**　ボタン　**/
/******************************************************************************************/




/******************************************************************************************/
/**　非表示　**/
/******************************************************************************************/

.an-displaynone {
display: none;
}

/******************************************************************************************/
/**　非表示　**/
/******************************************************************************************/




/******************************************************************************************/
/**　スマホ用の改行　**/
/******************************************************************************************/

.br_mobile {
    display: none;
}

@media (max-width: 834px) {
	
    .br_mobile {
        display: block;
		content: "";
		line-height:10;
	}
		
}


.br_mobile_btn {
    display: none;
}

@media (max-width: 834px) {
	
    .br_mobile_btn {
        display: block;
		content: "";
		margin: -5px 0;
	}

    .br_mobile_btn_text {
		font-size: 0.73em;
	}

}

/******************************************************************************************/
/**　スマホ用の改行　**/
/******************************************************************************************/




/******************************************************************************************/
/**　PC・スマホ　非表示　**/
/******************************************************************************************/

/**　PC　非表示　**/

.pc_displaynone {
    display: none;
}

@media (max-width: 834px) {
    .pc_displaynone {
        display: block;
		content: "";
	}
}


/**　スマホ　非表示　**/

.sp_displaynone {
    display: none;
}

@media (min-width: 834px) {
    .sp_displaynone {
        display: block;
		content: "";
	}
}


/******************************************************************************************/
/**　PC・スマホ　非表示　**/
/******************************************************************************************/




/******************************************************************************************/
/**　トップページ上部余白削除　**/
/******************************************************************************************/

.front-top-page .main{
  padding-top: 0;
  border: 0;
}

.front-top-page .entry-content {
  margin-top:0;
}


.post-117 .main{
  padding-top: 0px;
  border: 0;
}

.post-117 .entry-content {
  margin-top:0px;
}




/*834px以下*/
@media screen and (max-width: 834px){

	/*　画像スライドショー　スマホ　上部余白　削除 ----------------------------------------　*/
	#content {
		margin-top: 30px;
	}

	/*　最新の投稿　スマホ　左余白　削除 ----------------------------------------　*/

	.article ul, .article ol {
	padding-left: 0px;
	}

}

/*834px以上　PC用*/
@media screen and (min-width: 834px){

	/*　公式ルール　ポイントハンデ　PC　左余白 ----------------------------------------　*/
	/*
	.rulelist-padding {
		margin-left: -35px;
	}
	*/
}

/******************************************************************************************/
/**　トップページ上部余白削除　**/
/******************************************************************************************/




/******************************************************************************************/
/**　固定ページの日付を非表示にする　**/
/******************************************************************************************/

.page .date-tags {
display: none;
}

/******************************************************************************************/
/**　固定ページの日付を非表示にする　**/
/******************************************************************************************/




/******************************************************************************************/
/**　ブログカードの日付を非表示にする　**/
/******************************************************************************************/

.blogcard-date {
	display: none;
}

.blogcard-wrap {
	width: 100%;
}

/*
.wp-block-embed__wrapper a {
	text-decoration: none;
}

.wp-block-embed__wrapper a:hover {
	text-decoration: underline solid 1px #333;
}
*/

/******************************************************************************************/
/**　ブログカードの日付を非表示にする　**/
/******************************************************************************************/




/******************************************************************************************/
/**　投稿ページのタイトル　**/
/******************************************************************************************/

.article h1 {
	position: relative;
	background: #ffffb4;
	box-shadow: 0px 0px 0px 5px #ffffaa;
	border: dashed 2px #d2d28c;
	padding: 0.5em;
	color: #ff1400;
	text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(210, 210, 140, 1.0) 3px 3px 0px;
}


.article h1:after {
    position: absolute;
    top: -7px;
    right: -7px;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: #e1e181 #fff;
    box-shadow: -1px 1px 1px rgb(0 0 0 / 5%);
    content: '';
}

/*
.article h1:after {
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 18px 18px;
	border-style: solid;
	border-color: #fff #fff #f4f48c;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
*/

.archive-title {
	position: relative;
	background: #ffffb4;
	box-shadow: 0px 0px 0px 5px #ffffaa;
	border: dashed 2px #d2d28c;
	padding: 0.5em;
	margin-bottom: 40px;
	color: #ff1400;
	text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(210, 210, 140, 1.0) 3px 3px 0px;
}


.archive-title:after {
    position: absolute;
    top: -7px;
    right: -7px;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: #e1e181 #fff;
    box-shadow: -1px 1px 1px rgb(0 0 0 / 5%);
    content: '';
}

@media screen and (max-width: 834px){
	
	.archive-title {
		font-size: 1.4em;
	}
}

/*
.entry-title {
    margin: 0 0 20px 0;
	padding: 15px 10px 15px 20px;
	border-left: 4mm ridge rgba(155, 9, 32, .9);
	border-right: 4px double #9b0920;
	border-top: 1px solid #9b0920;
	border-bottom: 1px solid #9b0920;
	box-shadow: 0 10px 10px #ccc;
}
*/

#archive-title .fas {
	display: none;
}

/******************************************************************************************/
/**　投稿ページのタイトル　**/
/******************************************************************************************/


/******************************************************************************************/
/**　投稿カテゴリーリンク　**/
/******************************************************************************************/

.category_linkbtn {
	color: #fff;
	font-size: 0.6em;
	line-height: 3em;
	white-space: nowrap;
	margin: 0 5px 0 0;
	padding: 4px 6px;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 2px #000;
}

.category_linkbtn_not {
	color: #fff;
	font-size: 0.6em;
	line-height: 3em;
	white-space: nowrap;
	margin: 0 5px 0 0;
	padding: 4px 6px;
	border: 1px solid #ddd;
	/* box-shadow: 0px -1px 2px #666; */
}

.category_linkbtn a {
	color: #fff;
	text-decoration: none;
	text-shadow:#000000 1px 1px;
}

.category_linkbtn a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow:#000000 1px 1px;
}

.category_linkbtn_ichiran {
	color: #9b0920;
	font-size: 0.6em;
	line-height: 3em;
	white-space: nowrap;
	margin: 0 5px 0 0;
	padding: 4px 6px;
	background-color:#fff;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 2px #000;
}

.category_linkbtn_ichiran a {
	color: #9b0920;
	font-weight: bold;
	text-decoration: none;
	/* text-shadow:#000000 1px 1px; */
}

.category_linkbtn_ichiran a:hover {
	color: #9b0920;
	font-weight: bold;
	text-decoration: none;
	/* text-shadow:#000000 1px 1px; */
}


/**　カテゴリーアーカイブ　**/

.selectbox_category {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox_category::after {
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5.5px solid #1e73be;
    content: "";
    position: absolute;
    right: 10px;
    top: 15px;
    width: 0;
}

.selectbox_category select {
    appearance: none;
    min-width: 150px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #dddddd;
    border-radius: 2px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 30%), 0 2px 3px -2px rgba(0 0 0 / 60%);
    background-color: #fff;
    color: #1e73be;
    font-size: 0.6em;
    cursor: pointer;
}

@media screen and (max-width: 834px){
	.selectbox_category::after {
		top: 12px;
	}
}

/******************************************************************************************/
/**　投稿カテゴリーリンク　**/
/******************************************************************************************/


/******************************************************************************************/
/**　投稿カテゴリー一覧ラベル　**/
/******************************************************************************************/

.eye-catch {
	padding-top: 6px;
}

.cat-label {
    top: 0;
    left: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
    color: #fff;
	font-size: 0.5em;
	text-shadow:#000000 0.8px 0.8px;
    background-color: #9b0920;
    padding: 5px;
    margin: -6px 0 0 0;
    overflow: visible;
	box-shadow: 1px 1px 2px #000;
}
.cat-label::after { /*右上に小さな三角を作る*/
    position: absolute;
    content: '';
    top: 0;
    right: -7px;
    border: none;
    border-bottom: solid 6px #333333; /*小さな三角の色*/
    border-right: solid 6px transparent;
}

.a-wrap:hover { /*マウスホバー時の全体の背景色*/
    background: #ffffb4;
}


.related-entry-card .cat-label {
    font-size: 7px;
}

/******************************************************************************************/
/**　投稿カテゴリー一覧ラベル　**/
/******************************************************************************************/


/******************************************************************************************/
/**　投稿カテゴリー上部ラベル　**/
/******************************************************************************************/

.entry-categories {
	text-shadow:#000000 0.8px 0.8px;
}

/******************************************************************************************/
/**　投稿カテゴリー上部ラベル　**/
/******************************************************************************************/


/******************************************************************************************/
/**　投稿ページ　カラムボックス　**/
/******************************************************************************************/

.list.ecb-entry-border .entry-card-wrap {
	/* border-width: 0px; */
	border-top: 0px;
	border-right: 0px;
	border-bottom: 4px dotted #ffbe50;
	border-left: 0px;
}

/******************************************************************************************/
/**　投稿ページ　カラムボックス　**/
/******************************************************************************************/


/******************************************************************************************/
/**　投稿ページ　ページ送り　**/
/******************************************************************************************/

.pagination-next-link {
  background-color: #9b0920;
  color: #fff;
  border: none;
  border-radius: 30px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2); /*「次のページ」部分の影*/
}
.pagination-next-link:hover {
  background-color: #eb0e31;
  transition: all 0.5s ease;
  color: #fff;
}
.page-numbers {
  color: #fff;
  background-color: #9b0920;
  border-radius: 50%;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2); /*数字部分の影*/
}
.pagination .current {
  background-color: #fff;
  color: #9b0920;
  box-shadow: none;
}
.page-numbers.dots {
  opacity: 1;
  color: #9b0920;
  background: none;
  border: none;
  box-shadow: none;
}
.pagination a:hover {
  background-color: #eb0e31;
  color: #fff;
}
/*
a.prev, a.next {
  display: none;
}
*/
@media screen and (max-width: 480px) {
.page-numbers {
  width: 38px;
  height: 38px;
  line-height: 38px;
}
}

/******************************************************************************************/
/**　投稿ページ　ページ送り　**/
/******************************************************************************************/


/******************************************************************************************/
/**　投稿リスト　サムネイル画像　**/
/******************************************************************************************/

.wp-block-latest-posts__list img {
	border: 1px solid #ccc;
	box-shadow: 1px 1px 4px #999;
}

.ect-entry-card img {
	border: 1px solid #ccc;
	box-shadow: 1px 1px 4px #999;
}

/******************************************************************************************/
/**　投稿リスト　サムネイル画像　**/
/******************************************************************************************/




/******************************************************************************************/
/**　anemintonz HR　**/
/******************************************************************************************/

.anm_line {
	margin-bottom: 40px;
}

.anm_line_scl {
	/* margin-bottom: 30px; */
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.anm_line_pc { display: block !important; }
.anm_line_sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .anm_line_pc { display: none !important; }
    .anm_line_sp { display: block !important; }
}


/*
.navi-footer-in .menu-footer li {
    padding: 10px;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: center;
	border-bottom: solid 1px #ffffff;
}
*/



/*
.anhr {
	background-color:#9b0920;
	text-align:right;
	margin:200px 0 20px 0;
	padding:0 10px 0 0;
}
*/

/******************************************************************************************/
/**　anemintonz HR　**/
/******************************************************************************************/




/******************************************************************************************/
/**　PCスマホ画像切替　**/
/******************************************************************************************/

.anm_pcsp {
	margin: 0px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.anm_pcsp_pc { display: block !important; }
.anm_pcsp_sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .anm_pcsp_pc { display: none !important; }
    .anm_pcsp_sp { display: block !important; }
}

/******************************************************************************************/
/**　PCスマホ画像切替　**/
/******************************************************************************************/




/******************************************************************************************/
/**　影ライン　**/
/******************************************************************************************/

.shadow_top {
	height: 15px;
	margin-bottom: 5px;
	background: linear-gradient(#fff,#ddd);
}

.shadow_btm {
	height: 15px;
	margin-top: 10px;
	background: linear-gradient(#ddd,#fff);
}

/******************************************************************************************/
/**　影ライン　**/
/******************************************************************************************/




/******************************************************************************************/
/**　引用カスタム　**/
/******************************************************************************************/

blockquote{
	font-size: 0.9em;
	color: #dc7200;
	text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(255, 255, 255, .1) 0px 0px 0px;
	border: 2px dotted #ffa039;
	border-radius: 5px; /*角を丸める*/
	background-color: rgba(255, 220, 182, .4);
	background-image:
	linear-gradient(90deg, rgba(255, 234, 211, .3) 50%, transparent 50%),
	linear-gradient(rgba(255, 255, 255, .3) 50%, transparent 50%);
	background-size: 40px 40px;
}

blockquote:before{ /*上の引用アイコン*/
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f10d";
	top: 10px; /*上からの距離*/
	left: 10px; /*左からの距離*/
	color: #ffa039;
	font-size: 0.8em;
	text-shadow: 0px 0px 0px #fff;
	transform: scaleY(-1);
}
blockquote:after{ /*下の引用アイコン*/
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f10d";
	bottom: 20px; /*下からの距離*/
	right: 10px; /*右からの距離*/
	color: #ffa039;
	font-size: 0.8em;
	text-shadow: 0px 0px 0px #fff;
	transform: scaleX(-1);
}

/******************************************************************************************/
/**　引用カスタム　**/
/******************************************************************************************/




/******************************************************************************************/
/**　整形済みテキスト　**/
/******************************************************************************************/

.wp-block-preformatted {
  font-size: 0.9em;
  color: #666;
  background: #fafafa;/*背景色を少し濃いめの灰色に*/
  border-color: #999;
  border-radius: 5px; /*角を丸める*/
}

/******************************************************************************************/
/**　整形済みテキスト　**/
/******************************************************************************************/








/******************************************************************************************/
/**　シャトル型リスト　タイトル用　**/
/******************************************************************************************/

.listshuttle {
	margin-left: -40px;
	line-height: 1.5;
}

/*834px以下*/
@media screen and (max-width: 834px){
.listshuttle {
	margin-left: 10px;
}
}

.listshuttle li {
	list-style-type:none;
	background-image:url(https://anemintonz.com/wp-content/uploads/2025/04/blt_stl.png);
	background-repeat:no-repeat;
	background-position:top 0.2em left 0em;
	background-size: 16px 16px;
	padding-left:25px;
	padding-bottom: 10px;
}

/*834px以下*/
@media screen and (max-width: 834px){
.listshuttle li {
	background-position:top 0.18em left 0em;
}
}


.listshuttle_small li {
	list-style-type:none;
	background-image:url(https://anemintonz.com/wp-content/uploads/2025/04/blt_stl.png);
	background-repeat:no-repeat;
	background-position:top 0.25em left 0em;
	background-size: 10px 10px;
	padding-left:20px;
	padding-bottom: 10px;
}



.listshuttle img {
	margin: 6px 5px 0 0;
}

.listshuttle_title {
	color: #666666;
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 3px dotted #cccccc;
}





/*
.listshuttle li {
	list-style: url(https://anemintonz.com/wp-content/uploads/2025/03/blt_stl_li.png);
}
*/

/******************************************************************************************/
/**　シャトル型リスト　タイトル用　**/
/******************************************************************************************/

/******************************************************************************************/
/**　シャトル型リスト　リンク用　**/
/******************************************************************************************/

.listshuttle-link {
	margin-left: -35px;
}

/*834px以下*/
@media screen and (max-width: 834px){
	.listshuttle-link {
		margin-left: 0px;
		font-size: 0.9em;
	}
}

.listshuttle-link li {
	list-style-type:none;
	background-image:url(https://anemintonz.com/wp-content/uploads/2026/01/blt_stl_li_lnk.png);
	background-repeat:no-repeat;
	background-position:top 0.1em,left 0.3em;
	background-size: 20px 20px;
	padding-left:25px;
	padding-top:1px;
	padding-bottom: 10px;
}

/*834px以下*/
@media screen and (max-width: 834px){
	.listshuttle-link li {
		background-position:left 0.1em;
}
}

/******************************************************************************************/
/**　シャトル型リスト　リンク用　**/
/******************************************************************************************/


/******************************************************************************************/
/**　シャトル型リスト・ラインのみ　リンク用　**/
/******************************************************************************************/

.listshuttle-link2 {
	margin-left: -35px;
}

/*834px以下*/
@media screen and (max-width: 834px){
	.listshuttle-link2 {
		margin-left: 0px;
		font-size: 0.9em;
	}
}

.listshuttle-link2 li {
	list-style-type:none;
	background-image:url(https://anemintonz.com/wp-content/uploads/2026/01/blt_stl_li_lnk2.png);
	background-repeat:no-repeat;
	background-position:top 0.1em,left 0.3em;
	background-size: 20px 20px;
	padding-left:25px;
	padding-top:1px;
	padding-bottom: 10px;
}

/*834px以下*/
@media screen and (max-width: 834px){
	.listshuttle-link2 li {
		background-position:left 0.1em;
}
}

/******************************************************************************************/
/**　シャトル型リスト・ラインのみ　リンク用　**/
/******************************************************************************************/


/******************************************************************************************/
/**　ラケット型リスト　リンク用　**/
/******************************************************************************************/

.listracket-link {
	margin-left: -35px;
}

/*834px以下*/
@media screen and (max-width: 834px){
	.listracket-link {
		margin-left: -15px;
		font-size: 0.9em;
	}
}

.listracket-link li {
	list-style-type:none;
	background-image:url(https://anemintonz.com/wp-content/uploads/2025/04/blt_rct_li_lnk.png);
	background-repeat:no-repeat;
	background-position:left 0.3em;
	background-size: 20px 20px;
	padding-left:25px;
}

/*834px以下*/
@media screen and (max-width: 834px){
	.listracket-link li {
		background-position:left 0.1em;
}
}

/*
.listracket {
	margin-left: 10px;
}

.listracket-link li {
	list-style-image: url(https://anemintonz.com/wp-content/uploads/2025/03/blt_rct_li_lnk.png);
}
*/

/******************************************************************************************/
/**　ラケット型リスト　リンク用　**/
/******************************************************************************************/


/******************************************************************************************/
/**　スクエア型リスト　リンク用　**/
/******************************************************************************************/

.listsquare-link {
	margin-left: -43px;
}

/*834px以下*/
@media screen and (max-width: 834px){
	.listsquare-link {
		margin-left: 0px;
		font-size: 0.9em;
	}
}

.listsquare-link li {
	list-style-type:none;
	background-image:url(https://anemintonz.com/wp-content/uploads/2025/06/blt_sqr_li_lnk.png);
	background-repeat:no-repeat;
	background-position:left 0.3em;
	background-size: 16px 16px;
	padding-left:25px;
	padding-top:1px;
}

/*834px以下*/
@media screen and (max-width: 834px){
	.listsquare-link li {
		background-position:left 0.2em;
}
}

/******************************************************************************************/
/**　スクエア型リスト　リンク用　**/
/******************************************************************************************/


/******************************************************************************************/
/**　羽型リスト　リンク用　**/
/******************************************************************************************/

.listfeather-link {
	margin-left: -35px;
}

/*834px以下*/
@media screen and (max-width: 834px){
	.listfeather-link {
		margin-left: 0px;
		font-size: 0.9em;
	}
}

.listfeather-link li {
	list-style-type:none;
	background-image:url(https://anemintonz.com/wp-content/uploads/2025/06/blt_ftr_li_lnk.png);
	background-repeat:no-repeat;
	background-position:left 0.3em;
	background-size: 20px 20px;
	padding-left:25px;
	padding-top:1px;
	padding-bottom: 10px;
}

/*834px以下*/
@media screen and (max-width: 834px){
	.listfeather-link li {
		background-position:left 0.1em;
}
}

/******************************************************************************************/
/**　羽型リスト　リンク用　**/
/******************************************************************************************/




/******************************************************************************************/
/**　◯矢印リスト　リンク用　**/
/******************************************************************************************/

.listmaruyajirushi-link {
	margin-left: -43px;
}

/*834px以下*/
@media screen and (max-width: 834px){
	.listmaruyajirushi-link {
		margin-left: 0px;
	}
}

.listmaruyajirushi-link li {
	list-style-type:none;
	position: relative;
	padding-left: 25px;
}

.listmaruyajirushi-link li::before {
	content:"\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 0px;
	left: 0;
	color: #1e73be;
}

/******************************************************************************************/
/**　◯矢印リスト　リンク用　**/
/******************************************************************************************/




/******************************************************************************************/
/**　バドミントンの歴史　テキスト調整　**/
/******************************************************************************************/

/**********************************************************************/
/**　丸文字　**/

.marumoji {
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

/**********************************************************************/
/**　明朝文字　**/

.ttlmincho {
	font-size: 1.5em;
	font-family: serif;
	/* text-shadow: 4px 4px 8px #000; */
	/* -webkit-text-stroke-width: 0.5px; */
	/* -webkit-text-stroke-color: #fff; */
	background: linear-gradient(45deg, #7e6b37 0%, #e8dbb8 50%, #eec148 90%);
	background: -webkit-linear-gradient(45deg, #7e6b37 0%, #e8dbb8 50%, #eec148 90%);
	background-size: 300% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: gradientEffect 4s infinite alternate;
	padding-bottom: 10px;
	box-shadow: 0px 10px 20px -15px #edc048;
	-webkit-box-reflect: below -10px -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0) 10%,rgba(0, 0, 0, 0.2));
}

@keyframes gradientEffect {
  from {background-position: left}
  to {background-position: right}
}


@media screen and (max-width: 834px){
.ttlmincho {
	font-size: 0.85em;
	padding-bottom: 2px;
	box-shadow: 0px 5px 10px -7px #edc048;
}
}




/**********************************************************************/
/**　クイックリンク大　**/

.selectbox-4 {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox-4::after {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid #1e73be;
	content: "";
	position: absolute;
	right: 15px;
	top: 15px;
	width: 0;
}

.selectbox-4 select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #dddddd;
    border-radius: 25px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 30%), 0 2px 3px -2px rgba(0 0 0 / 60%);
    background-color: #fff;
    color: #1e73be;
    font-size: 0.8em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
    cursor: pointer;
}


/**********************************************************************/
/**　クイックリンク大　明朝　**/

.selectbox-4_mincho {
	display: inline-flex;
	align-items: center;
	position: relative;
}

.selectbox-4_mincho::after {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid #1e73be;
	content: "";
	position: absolute;
	right: 15px;
	top: 12px;
	width: 0;
}

.selectbox-4_mincho select {
    appearance: none;
    /* min-width: 230px; */
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #dddddd;
    border-radius: 2px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 30%), 0 2px 3px -2px rgba(0 0 0 / 60%);
    background-color: #fff;
    color: #1e73be;
    font-size: 0.7em;
	font-family: serif;
	font-weight: bold;
    cursor: pointer;
}

@media screen and (max-width: 834px){
	.selectbox-4_mincho::after {
		top: 10px;
	}
}


/**********************************************************************/
/**　クイックリンク小　**/

.selectbox-4s {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox-4s::before {
    border-bottom: 5.5px solid #1e73be;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    position: absolute;
    right: 10px;
    top: 5px;
    width: 0;
}

.selectbox-4s::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5.5px solid #1e73be;
    content: "";
    position: absolute;
    right: 10px;
    top: 12px;
    width: 0;
}

.selectbox-4s select {
    appearance: none;
    min-width: 150px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #dddddd;
    border-radius: 25px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 30%), 0 2px 3px -2px rgba(0 0 0 / 60%);
    background-color: #fff;
    color: #1e73be;
    font-size: 0.5em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
    cursor: pointer;
}


/**********************************************************************/
/**　クイックリンク小　明朝　**/

.selectbox-4s_mincho {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox-4s_mincho::before {
    border-bottom: 5.5px solid #1e73be;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    position: absolute;
    right: 10px;
    top: 9px;
    width: 0;
}

.selectbox-4s_mincho::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5.5px solid #1e73be;
    content: "";
    position: absolute;
    right: 10px;
    top: 17px;
    width: 0;
}

.selectbox-4s_mincho select {
    appearance: none;
    min-width: 150px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #dddddd;
    border-radius: 2px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 30%), 0 2px 3px -2px rgba(0 0 0 / 60%);
    background-color: #fff;
    color: #1e73be;
    font-size: 0.6em;
	font-family: serif;
	font-weight: bold;
    cursor: pointer;
}

@media screen and (max-width: 834px){
	.selectbox-4s_mincho::before {
		top: 7px;
	}
	.selectbox-4s_mincho::after {
		top: 15px;
	}
}


/**********************************************************************/
/**　サブタイトル　**/

.subtitle {
	color: #eee;
	font-size: 0.8em;
	line-height: 0.8em;
	font-weight: normal;
	font-style: italic;
	margin-left: 10px;
	padding: 0;
}


/**********************************************************************/
/**　説明文　**/

@media screen and (max-width: 834px){
	
	.ex_text {
		font-size: 0.8em;
	}
	
}


/**********************************************************************/
/**　国名・開催年　**/

.countryname {
	color: #ddd;
	font-size: 0.6em;
	line-height:0.6em;
	text-align: right;
	font-weight: normal;
	margin: -5px 0 5px 0;
	padding: 0 0 5px 0;
}


/**********************************************************************/
/**　地域名・国名　**/

.area_countryname {
	color: #aaa;
	font-size: 0.6em;
	line-height:0.6em;
	text-align: right;
	font-weight: normal;
	margin: -12px 0 5px 0;
	padding: 0;
}

@media screen and (max-width: 834px){
	.area_countryname {
		font-size: 0.5em;
		margin: 4px 0 1px 0;
	}
}


/**********************************************************************/
/**　全英オープン　**/

.aeo_subtitle {
	color: #cccccc;
	font-size: 0.5em;
	line-height:0.5em;
	text-align: right;
	font-weight: normal;
	margin: 4px 0 5px 0;
	padding: 0;
	width: 100%;
}

@media screen and (max-width: 834px){
.aeo_subtitle {
	color: #999999;
	font-size: 0.5em;
}
}

/**********************************************************************/
/**　選手名　**/

.playername {
	display: inline-block;
	color: #999;
	font-size: 0.8em;
	line-height: 1.5;
	font-style: italic;
	margin: 0;
	padding: 0;
	}

/**********************************************************************/
/**　所属先名　**/

.teamname {
	display: inline-block;
	color: #ccc;
	font-size: 0.8em;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	}

/**********************************************************************/
/**　国旗　**/

.flag_name {
	margin: 2px 0px;
}

/**********************************************************************/
/**　テキスト下余白　**/

.mb10pxline {
	color: #666666;
	display:block;
	margin-bottom:10px;
	text-decoration:underline #cccccc;
	text-decoration-style: double;
}

.mb10px {
	display:block;
	margin-bottom:10px;
}


/**********************************************************************/
/**　メダリスト全体BOX　**/

.medallist-box {
	margin-bottom:10px;
	margin-left: -40px;
	line-height: 1.25;
}

@media screen and (max-width: 834px){
	.medallist-box {
		margin-bottom:20px;
		margin-left:0px;
		background-image: url("https://anemintonz.com/wp-content/uploads/2025/04/log_bgi.png");
		background-position: bottom 10px right 10px;
		background-repeat: no-repeat;
		background-size: 200px 200px;
		background-color:rgba(255,255,255,0.85);
		background-blend-mode:lighten;
	}
}

/*
.medallist-box br {
	display: block;
	content: "";
	height: 0.1;
}
*/

/*
.medallist-wrap {
	margin-left: -30px;
}

@media screen and (max-width: 834px){
.medallist-wrap {
	margin-left: -20px;
}
}
*/

/**********************************************************************/
/**　金メダル　**/

.medallist_gold {
	list-style-type:none;
	background-image:url(https://anemintonz.com/wp-content/uploads/2025/04/blt_gld.png);
	background-repeat:no-repeat;
	background-position:left 0em;
	background-size: 20px 20px;
	padding-left:30px;
	padding-bottom: 10px;
}

.medallist_gold img {
	margin: -4px 0 0 0;
}

/*
.medallist_gold {
	list-style: url(https://anemintonz.com/wp-content/uploads/2025/03/blt_gld03.png);
	padding-left:5px;
	padding-bottom:10px;
}
*/

/**********************************************************************/
/**　銀メダル　**/

.medallist_silver {
	list-style-type:none;
	background-image:url(https://anemintonz.com/wp-content/uploads/2025/04/blt_slv.png);
	background-repeat:no-repeat;
	background-position:left 0em;
	background-size: 20px 20px;
	padding-left:30px;
	padding-bottom: 10px;
}

.medallist_silver img {
	margin: -4px 0 0 0;
}

/*
.medallist_silver {
	list-style: url(https://anemintonz.com/wp-content/uploads/2025/03/blt_slv03.png);
	padding-left:5px;
	padding-bottom:10px;
}
*/

/**********************************************************************/
/**　銅メダル　**/

.medallist_bronze {
	list-style-type:none;
	background-image:url(https://anemintonz.com/wp-content/uploads/2025/04/blt_brz.png);
	background-repeat:no-repeat;
	background-position:left 0em;
	background-size: 20px 20px;
	padding-left:30px;
	padding-bottom: 10px;
}

.medallist_bronze img {
	margin: -4px 0 0 0;
}

/*
.medallist_bronze {
	list-style: url(https://anemintonz.com/wp-content/uploads/2025/03/blt_brz03.png);
	padding-left:5px;
	padding-bottom:10px;
}
*/


/**********************************************************************/
/**　メダルなし　**/

.medallist_none-box {
	margin-bottom:10px;
	margin-left: -40px;
	line-height: 1.5;
}

@media screen and (max-width: 834px){
	.medallist_none-box {
		margin-bottom:20px;
		margin-left:0px;
	}
}

.medallist_none {
	list-style-type: square;
	font-size: 0.8em;
	margin-left: 20px;

}


/**********************************************************************/
/**　メダル型リスト（不使用）　**/

.medallist-wrap00 {
    list-style:  none; /* デフォルトのアイコンを消す */
    margin:  0; /* デフォルト指定上書き */
    padding: 0; /* デフォルト指定上書き */
}
/*
.medallist-wrap00 img {
    margin-left:30px;
}
*/
.medallist_gold00:before {
    content:  ""; /* 空の要素作成 */
    width: 20px; /* 幅指定 */
    height: 20px; /* 高さ指定 */
    display:  inline-block; /* インラインブロックにする */
    position:  relative; /* アイコンの位置を調整 */
    top: -1px; /* アイコンの位置を調整 */
    margin-right:8px; /* 余白指定 */
    background-image:  url(https://anemintonz.com/wp-content/uploads/2025/03/blt_gld.png);  /* アイコン指定 */
    background-size:  contain; /* アイコンの大きさ指定 */
    background-repeat:  no-repeat; /* アイコンをリピートしないようにする */
    vertical-align: top; /* アイコンの位置を調整 */
}

.medallist_gold00 {
    padding: 5px 5px 0 5px; /* 余白指定 */
    margin-bottom: 0; /* 要素と要素の間指定 */
    font-size: 1em; /* 文字サイズ指定 */
	
	text-indent: -1em;
	padding-left: 5em;
	
}

.medallist_silver00:before {
    content:  ""; /* 空の要素作成 */
    width: 20px; /* 幅指定 */
    height: 20px; /* 高さ指定 */
    display:  inline-block; /* インラインブロックにする */
    position:  relative; /* アイコンの位置を調整 */
    top: 1px; /* アイコンの位置を調整 */
    margin-right:8px; /* 余白指定 */
    background-image:  url(https://anemintonz.com/wp-content/uploads/2025/03/blt_slv.png); /* アイコン指定 */
    background-size:  contain; /* アイコンの大きさ指定 */
    background-repeat:  no-repeat; /* アイコンをリピートしないようにする */
    vertical-align: top; /* アイコンの位置を調整 */
}

.medallist_silver00 {
    padding: 5px 5px 0 5px; /* 余白指定 */
    margin-bottom: 0; /* 要素と要素の間指定 */
    font-size: 1em; /* 文字サイズ指定 */
}

.medallist_bronze00:before {
    content:  ""; /* 空の要素作成 */
    width: 20px; /* 幅指定 */
    height: 20px; /* 高さ指定 */
    display:  inline-block; /* インラインブロックにする */
    position:  relative; /* アイコンの位置を調整 */
    top: 1px; /* アイコンの位置を調整 */
    margin-right:8px; /* 余白指定 */
    background-image:  url(https://anemintonz.com/wp-content/uploads/2025/03/blt_brz.png); /* アイコン指定 */
    background-size:  contain; /* アイコンの大きさ指定 */
    background-repeat:  no-repeat; /* アイコンをリピートしないようにする */
    vertical-align: top; /* アイコンの位置を調整 */
}

.medallist_bronze00 {
    padding: 5px 5px 0 5px; /* 余白指定 */
    margin-bottom: 0; /* 要素と要素の間指定 */
    font-size: 1em; /* 文字サイズ指定 */
}

/******************************************************************************************/
/**　バドミントンの歴史　テキスト調整　**/
/******************************************************************************************/




/******************************************************************************************/
/**　金銀銅メダル　テキスト　**/
/******************************************************************************************/

.marukakoi_gld span {
	background: linear-gradient(45deg, #ffdc1e 0%, #ffffb4 60%, #ffdc1e 100%);
	color: #fff;
	font-weight: bold;
	text-shadow:#7d5a00 1px 1px;
	margin: 0em 0.03em;
	padding: 0 2px;
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	line-height: 1.2;
	border-radius: 100vh;
	border: 1px solid #cdaa00;
	box-shadow: 1px 1px 2px #999;
}

.marukakoi_slv span {
	background: linear-gradient(45deg, #d2d2d2 0%, #f0f0f0 60%, #d2d2d2 100%);
	color: #fff;
	font-weight: bold;
	text-shadow:#505050 1px 1px;
	margin: 0em 0.03em;
	padding: 0 2px;
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	line-height: 1.2;
	border-radius: 100vh;
	border: 1px solid #a0a0a0;
	box-shadow: 1px 1px 2px #999;
}

.marukakoi_brz span {
	background: linear-gradient(45deg, #aa6a2e 0%, #ffb978 60%, #aa6a2e 100%);
	color: #fff;
	font-weight: bold;
	text-shadow:#460600 1px 1px;
	margin: 0em 0.03em;
	padding: 0 2px;
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	line-height: 1.3;
	border-radius: 100vh;
	border: 1px solid #8c4c14;
	box-shadow: 1px 1px 2px #999;
}

/******************************************************************************************/
/**　金銀銅メダル　テキスト　**/
/******************************************************************************************/




/******************************************************************************************/
/**　タイトル　星リボン　**/
/******************************************************************************************/

.starribbonbottom {
	padding-bottom: 15px;
}

.starribbon {
	position: relative;
	margin: 10px 0px;
	padding: 0.5rem 2rem 0.5rem 2.8em;
	color: #fa2828;
	font-size: 20px;
	font-weight: bold;
	background: #fff;
	box-shadow: 1px 3px 4px #999;
	text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 3px 3px 3px;
	/*
	text-shadow:#eee 2px 2px;
	-webkit-text-stroke-width: 0.2px;
 	-webkit-text-stroke-color: #fff;
	*/
}

.starribbon span {
	position: absolute;
	top: -10px;
	left: 10px;
	display: inline-block;
	width: 35.5px;
	height: 30px;
	text-align: center;
	background: #fa2828;
}

@media screen and (max-width: 834px){
.starribbon span {
	width: 35.8px;
}
}

.starribbon span:before,
.starribbon span:after {
	position: absolute;
	content: '';
}

.starribbon span:before {
	right: -9.5px;
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #8c0404;
}

@media screen and (max-width: 834px){
.starribbon span:before {
	right: -10px;
}
}

.starribbon span:after {
	top: 44%;
	left: 0;
	display: block;
	height: 30%;
	border: 0.9em solid #fa2828;
	border-bottom-width: 8px;
	border-bottom-color: transparent;
}



.starribbon span i {
	position: relative;
	z-index: 1;
	top: 4px;
	color: #fff100;
	font-size: 16px;
	text-shadow:#000000 2px 2px;
}

/******************************************************************************************/
/**　タイトル　星リボン　**/
/******************************************************************************************/








/******************************************************************************************/
/**　連覇　**/
/******************************************************************************************/

.renpa {
	font-size: 0.8em;
	font-weight: bold;
	padding: 2px 4px;
	background: #cc0000;
	color: #ffffff;
	border-radius: 2px;
	margin-top: -10px;
	margin-left: 10px;
	display: inline-block;
}

.renpa_star {
	font-size: 0.6em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #ffd700;
	filter:drop-shadow(1px 1px 0px black);
	background-image:
	linear-gradient(125deg, #ffff00 0%,#ffff8c 5%,#ffff00 15%,#ffff8c 80%,#b4b400 98%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/******************************************************************************************/
/**　連覇　**/
/******************************************************************************************/




/******************************************************************************************/
/**　写真キャプション　**/
/******************************************************************************************/

.photo_caption_text {
	color: #666;
	font-size: 0.6em;
	line-height: 1.4em;
	margin-top: 10px;
}

/******************************************************************************************/
/**　写真キャプション　**/
/******************************************************************************************/




/******************************************************************************************/
/**　タイトル　右サイド角丸　**/
/******************************************************************************************/

.migisidekadomarubottom {
	padding-bottom: 20px;
}

.migisidekadomaru {
	position: relative;
	display: block;
	padding: 0.5rem 2rem;
	border-radius: 80vh 0 0 80vh;
	background: #ffff8c;
	box-shadow: 2px 2px 0px rgba(155, 9, 32, 1);
	color: #9b0920;
	font-size: 1em;
	font-weight: bold;
}

.migisidekadomaru:before{
	position: relative;
	display: inline-block;
	top: calc(50% - 7px);
	top: 2px;
	left: -14px;
	width: 18px;
	height: 18px;
	content: '';
	border-radius: 50%;
	background: #fff;
	box-shadow: inset 2px 2px 0px rgba(155, 9, 32, 1);
}


@media screen and (min-width: 834px){

.toppage_padding_right {
	padding-right: 20px;
}

.toppage_padding_left {
	padding-left: 20px;
}
	
}

/******************************************************************************************/
/**　タイトル　右サイド角丸　**/
/******************************************************************************************/




/******************************************************************************************/
/**　テキストリンク　アイコン　**/
/******************************************************************************************/

.textlink {
  position: relative;
  display: inline-block;
}
.textlink:after { 
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  /* font-size: 1.2em; */
  color: #1e73be;
}
.textlink:after {
  content:"\f138";
  padding-left: 10px;
}

/******************************************************************************************/
/**　テキストリンク　アイコン　**/
/******************************************************************************************/




/******************************************************************************************/
/**　背景　ロゴ　**/
/******************************************************************************************/

.bg_logo {
	background-image: url("https://anemintonz.com/wp-content/uploads/2025/04/log_bgi.png");
	background-position: bottom 15px right 0px;
	background-repeat: no-repeat;
	background-size: 50%;
	background-color:rgba(255,255,255,0.85);
	background-blend-mode:lighten;
}

.bg_logo_sp {
	background-image: none;
}

.bg_logo_small {
	background-image: url("https://anemintonz.com/wp-content/uploads/2025/04/log_bgi.png");
	background-position: bottom 0px right 0px;
	background-repeat: no-repeat;
	background-size: 160px 160px;
	background-color:rgba(255,255,255,0.85);
	background-blend-mode:lighten;
}

.bg_logo_little {
	background-image: url("https://anemintonz.com/wp-content/uploads/2025/04/log_bgi.png");
	background-position: bottom 0px right 0px;
	background-repeat: no-repeat;
	background-size: 20%;
	background-color:rgba(255,255,255,0.85);
	background-blend-mode:lighten;
}

.bg_logo_top {
	background-image: url("https://anemintonz.com/wp-content/uploads/2025/04/log_bgi.png");
	background-position: bottom 5px right 0px;
	background-repeat: no-repeat;
	background-size: 160px 160px;
	background-color:rgba(255,255,255,0.85);
	background-blend-mode:lighten;
}

@media screen and (max-width: 834px){
	
	.bg_logo {
		background-image: none;
	}
	
	.bg_logo_sp {
		background-image: url("https://anemintonz.com/wp-content/uploads/2025/04/log_bgi.png");
		background-position: bottom 10px right 0px;
		background-repeat: no-repeat;
		background-size: 220px 220px;
		background-color:rgba(255,255,255,0.85);
		background-blend-mode:lighten;
	}
	
	.bg_logo_small {
		background-image: url("https://anemintonz.com/wp-content/uploads/2025/04/log_bgi.png");
		background-position: bottom 0px right 0px;
		background-repeat: no-repeat;
		background-size: 200px 200px;
		background-color:rgba(255,255,255,0.85);
		background-blend-mode:lighten;
	}
	
	.bg_logo_little {
		background-size: 30%;
}
	
	.bg_logo_top {
		background-image: url("https://anemintonz.com/wp-content/uploads/2025/04/log_bgi.png");
		background-position: bottom 10px right 0px;
		background-repeat: no-repeat;
		background-size: 240px 240px;
		background-color:rgba(255,255,255,0.85);
		background-blend-mode:lighten;
	}
	
}

/******************************************************************************************/
/**　背景　ロゴ　**/
/******************************************************************************************/




/******************************************************************************************/
/**　AWARDs　アイコン　**/
/******************************************************************************************/

.awd_wrap {
	margin-left: -40px;
	line-height: 1.25;
}

@media screen and (max-width: 834px){
	.awd_wrap {
		margin-left: 0px;
}
}

.awd_gld {
	list-style-type:none;
	background-image:url(https://anemintonz.com/wp-content/uploads/2025/04/blt_aws_gld.png);
	background-repeat:no-repeat;
	background-position:left 0em;
	background-size: 20px 22px;
	padding-left:30px;
	padding-bottom: 10px;
}

.awd_slv {
	list-style-type:none;
	background-image:url(https://anemintonz.com/wp-content/uploads/2025/04/blt_aws_slv.png);
	background-repeat:no-repeat;
	background-position:left 0em;
	background-size: 20px 22px;
	padding-left:30px;
	padding-bottom: 10px;
}

.awd_blz {
	list-style-type:none;
	background-image:url(https://anemintonz.com/wp-content/uploads/2025/04/blt_aws_brz.png);
	background-repeat:no-repeat;
	background-position:left 0em;
	background-size: 20px 22px;
	padding-left:30px;
	padding-bottom: 10px;
}

/******************************************************************************************/
/**　AWARDs　アイコン　**/
/******************************************************************************************/


/******************************************************************************************/
/**　賞　**/
/******************************************************************************************/

.plz_gld {
	display: inline-block;
	font-weight: bold;
	border-bottom: 2px dotted #dfae21;
	margin:0 auto;
	background: linear-gradient(0deg, #dfae21 0%, #ffdc78 60%, #dfae21 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 0.1px;
	-webkit-text-stroke-color: #666;
}

.plz_gld_line {
	border-bottom: 2px dotted #dfae21;
}

.plz_slv {
	display: inline-block;
	font-weight: bold;
	border-bottom: 2px dotted #a0a0a0;
	margin:0 auto;
	background: linear-gradient(0deg, #a0a0a0 0%, #e6e6e6 60%, #a0a0a0 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 0.1px;
	-webkit-text-stroke-color: #666;
}

.plz_slv_line {
	border-bottom: 2px dotted #a0a0a0;
}

.plz_brz {
	display: inline-block;
	font-weight: bold;
	border-bottom: 2px dotted #aa6a2e;
	margin:0 auto;
	background: linear-gradient(0deg, #aa6a2e 0%, #ffb978 60%, #aa6a2e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 0.1px;
	-webkit-text-stroke-color: #eee;
}

.plz_brz_line {
	border-bottom: 2px dotted #aa6a2e;
}

/******************************************************************************************/
/**　賞　**/
/******************************************************************************************/




/******************************************************************************************/
/**　amazon　**/
/******************************************************************************************/

.amazon_container {
	width: 95%;
}

@media screen and (max-width: 768px){
	.amazon_container {
		width: 90%;
	}
}


.amazon_linkbox {
	width: 100%;
	text-align: center;
	padding: 10px;
	border: 2px solid #eee;
	border-radius: 5px;
	background-color: #fff;
}

.amazon_linkbox img {
	height: 60px;
}

.amazon_linkbox_h {
	padding: 10px 10px 5px 10px;
	border: 2px solid #eee;
	border-radius: 5px;
}

.amazon_linkbox_v {
	width: 100%;
	text-align: center;
	padding: 20px 20px 10px 20px;
	border: 2px solid #eee;
	border-radius: 5px;
	background-color: #fafafa;
}


.amazon_img {
	height: 70px;
}

.amazon_img_big {
	width: 100%;
}

.amazon_img_sml {
	width: 70%;
}

@media screen and (max-width: 768px){
	.amazon_img_sml {
		width: 50%;
	}
}

.amazon_img_sml_h {
	height: 60px;
}

@media screen and (max-width: 768px){
	.amazon_img_sml_h {
		height: 45px;
	}
}


.amazon_text {
	text-align: left;
	font-size: 8px;
}

.amazon_text_his {
	text-align: left;
	font-size: 0.6em;
	line-height: 1.4em;
}

.amazon_text_big {
	text-align: left;
	font-size: 12px;
	margin-top: 15px;
}


.amazon_logo {
	padding-top: 10px;
	border-top: 2px dotted #eee;
}

.amazon_logo img {
	height: 20px;
}

@media screen and (max-width: 768px){
	.amazon_logo {
		padding-top: 0px;
	}
	.amazon_logo img {
		height: 10px;
	}
}


.amazon_logo_h {
	margin-top: 10px;
	border-top: 2px dotted #eee;
}

.amazon_logo_h img {
	height: 10px;
}

@media screen and (max-width: 768px){
	.amazon_logo_h img {
		height: 8px;
	}
}

/******************************************************************************************/
/**　amazon　**/
/******************************************************************************************/




/******************************************************************************************/
/**　ブログカードaリンク　**/
/******************************************************************************************/

.wp-block-embed__wrapper a {
	text-decoration: none;
}

.wp-block-embed__wrapper a:hover {
	text-decoration: underline solid 1px #333;
}

/******************************************************************************************/
/**　ブログカードaリンク　**/
/******************************************************************************************/




/******************************************************************************************/
/**　フッター　**/
/******************************************************************************************/


#footer {
	/* background: linear-gradient(to bottom, #fff 0%, #9b0920 80%, #9b0920); */
	margin-bottom: 80px;
}



img.footer-site-logo-image{
	width: 85px;
	height: 85px;
	margin: 10px 0;
	animation: shivering 2s linear infinite;
}

/*768px以下でロゴの大きさを変更*/

@media screen and (max-width: 768px){
	
	img.footer-site-logo-image{
		width: 80px;
		height: 80px;
	}
	.footer-bottom-logo{
		margin-bottom:40px;
	}
}

/*
.footer-bottom-content {
	text-shadow:#000000 1px 1px;
}
*/

/*
#navi-footer .menu-footer li {
    border-left: 0px;
	border-right: 0px;
	margin: 0 2px;
}
*/


#navi-footer .menu-item {
	border-bottom: 1px dotted #cd848f;
}


/*
.navi-footer-in > .menu-footer li {
    border-left: 0px;
}
*/


.copyright {
	/*border-top: 1px solid #fff;*/
	padding: 5px 5px 0 5px;
	/* background: linear-gradient(#5e0000,#9b0920); */
}




/******************************************************************************************/
/**　フッター　**/
/******************************************************************************************/




/******************************************************************************************/
/**　Google Adセンス　**/
/******************************************************************************************/

.adsbygoogle {
	text-align: center;
}

/******************************************************************************************/
/**　Google Adセンス　**/
/******************************************************************************************/