@charset "utf-8";

/*-- youtubeの埋め込みのレスポンシブ化 --*/

.wp-block-embed__wrapper{
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}

.wp-block-embed__wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}






/*----コンタクトフォーム--------------------*/

.contact p{
	padding:0 0 10px 0;
	margin: 0 0 10px;
	 border-bottom: 2px dotted #FEE0D7;

}

.contact p:last-of-type{border-bottom: none;
padding-bottom: 0;}

.contact p .red{font-weight: bold;
color: #D50003;}

.contact p label{

}

.contact input[type="text"],
.contact input[type="tel"],
.contact input[type="email"],
.contact select{
	border-radius: 5px;
	padding: 5px;
	border: 1px solid #C4C4C4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 0 5px;
	box-sizing: border-box;
	width: 100%;
}


.contact textarea {
	border-radius: 5px;
	padding: 5px;
	border: 1px solid #C4C4C4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	box-sizing: border-box;
	width: 100%;
}
.contact input[type="submit"] ,
.contact input[type="reset"],
.contact input[type="button"] {
	display: block;
	margin: 5px auto;
	width: 150px;
	font-size: 20px;
	border-radius: 5px;
	line-height: 40px;
	background-color: #289A36;
	color: #FFFFFF;
	border-style: none;
	-webkit-appearance: none;
}



.contact input[type="reset"],
.contact input[type="button"] {
	background-color: #888888;
}

.contact input[type="submit"]:hover,
.contact input[type="reset"]:hover,
.contact input[type="button"]:hover{
	opacity: 0.7;
}




/*-------------------------------
   ページナビ
-------------------------------*/

.wp-pagenavi {
	clear: both;
	text-align:center;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #e0e0d2;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
    color:#FFF; 
    background-color:#555; 
    border-color:#555;
    }
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #999;
	border-color: #999;
	font-weight: bold;
}


/*-------------------------------
   BLOG
-------------------------------*/
a.link_title{
	display:block;
}

a.link_title:hover{
	opacity:0.7;
}


.blog_deco{
	margin:0 0 30px 0;
	overflow-wrap: break-word;
}
.blog_deco:after {
  clear: both;
  content: "";
  display: block;
}

.blog_deco:last-of-type{margin:0 0 20px 0;}

.archive,
.injurybox ul li{
	margin: 0 0 30px;
	
	padding: 15px 5%;
	-webkit-box-shadow: 0px 0px 5px #B2AC9B;
	box-shadow: 0px 0px 5px #B2AC9B;
	background-color: #FFFFFF;
	overflow-wrap: break-word;
}


.archive a{
	color:#666;
}


.archive figure {
	width:150px;
	margin: 0 20px 10px 0px;
	float: left;
}

.archive figure img{
object-fit: cover;
    aspect-ratio:3/2;
width: 100%;
border-radius: 0;
}



.archive a:hover{
	opacity:0.7;
}


.injurybox ul li figure{
	width: 20%;
    min-width: 100px;
	height: auto;
	display: block;
	margin: 0 20px 20px 0;
	position: relative;
	overflow: hidden;
	float: left;
	
}

.injurybox ul li figure img {
    aspect-ratio: 1/1;
	object-fit: cover;
	width: 100%;
	height: 100%;
}


.injurybox ul li p{margin:0 0 0 23%;
	color: #000000;
}

.injurybox ul li p:after {
  clear: both;
  content: "";
  display: block;
}	

.injurybox ul li p span.more
	{display: block;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	padding:10px 60px 10px 0px;
        line-height: 30px;
		box-sizing: border-box;
	text-align: right;
	margin: 15px 0 1.5em 20px;
float: right;
color:#8D7664;
background:url("../image/common/link.png") no-repeat 95% center;
background-size: auto 50px;}
	
	
.injurybox ul li a:hover p span.more{color:#FBA5A6;
background:url("../image/common/link2.png") no-repeat 100% center;
background-size: auto 50px;
transition : all 0.5s ease 0s;}
	
	
.injurybox ul li a{
	display:block;
	overflow:hidden;
}

.injurybox ul li h2{
	margin-bottom: 15px	!important;
}


.injurybox ul li a:hover{
	opacity: 0.7;
}


.archive ul,
ul#date{
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	align-content:flex-start;
	justify-content:flex-end;
	margin:0 0 1.5em;
	font-size:0.9em;
	list-style-type: none;
	color:#666;
}

.archive ul li,
ul#date li{
	margin:0 0 0 1em;}

ul#date li a{background: #999;
color: #fff;
	font-size: 0.9em;
	padding:2px 5px;
text-decoration: none;}

ul#date li a:hover{opacity: 0.7;}


div.blogmenu {margin: 0 0 30px;}


div.blogmenu ul{padding: 0 0px;}
div.blogmenu ul li{
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #CD8298;
}

div.blogmenu ul li a{color:#6E5B4C;
font-weight: bold;}

div.blogmenu label {
	display: none;
}

div.blogmenu select{ 
	display: block;
	margin: 0 auto 10px;
	padding:8px;
	width:100%;
    box-sizing: border-box;
	border-radius:6px;
}


/* ウィジェットの見出し */
div.blogmenu h2{
clear: both;
	font-family: "Shippori Mincho", serif;
  font-weight:600;
  font-style: normal;
	font-size: 1.1em;
	line-height: 1.5;
	margin: 0 0 15px;
    padding: 0 0 10px 0;
	color: #6E5B4C;
    border-bottom: 1px solid #6E5B4C;
}

.navigator {
	overflow: hidden;
}
.navigator div{
	width: 120px;
	display: block;
	margin: 0 0 10px;

}
.navigator div a{
	border-radius: 5px;
	padding: 5px 5px;
	display: block;
	color: #FFF;
	background-color:#6E5B4C;
	text-align: center;

}
.navigator div a:hover{
	background-color:#CD8298;
}
.navigator .next{
	float: left;
}
.navigator .prev{
	float: right;
}



/*--ウィジェット関連のCSS------------------------------*/


/*------------------------------
widgetのCSS Ver20201102
------------------------------*/

/*共通の外枠*/
.widget_rss,            /*RSS*/
.widget_categories,     /*カテゴリー*/
.widget_pages,          /*固定ページ*/
.widget_archive,        /*アーカイブ*/
.widget_recent_entries, /*最近の投稿*/
.widget_recent_comments,/*コメント*/
.widget_search,         /*検索*/
.widget_text,           /*テキスト*/
.widget_calendar,       /*カレンダー*/
.widget_meta,           /*メタ情報*/
.widget_nav_menu,       /*ナビメニュー*/
.widget_tag_cloud,      /**/
.widget_media_gallery   /*ギャラリー*/
{
  background-color: #FFFFFF;
  margin: 0 0 30px;
  padding: 0 5px;
}
/*リスト化されて出力するもの*/
.widget_rss ul,
.widget_categories ul,
.widget_pages ul,
.widget_archive ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_nav_menu ul{
}
.widget_rss ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li{
  margin: 0 0 8px 0;
  padding: 0 0 8px 0;
  border-bottom: 1px dashed #888888;
}
.widget_categories ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_recent_entries ul li a,
.widget_nav_menu ul li a{
  text-decoration: none;
}
/*カテゴリー・アーカイブ　プルダウン*/
.widget_categories label,
.widget_archive label{
  display: none;
}
.widget_categories select,
.widget_archive select{
  border: 1px solid #888888;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 5px;
}
/*最新の投稿　日付*/
.widget_recent_entries ul li{
  overflow: hidden;
}
.widget_recent_entries ul li span {
  display: block;
  float: right;
  padding: 0 0 0 1em;
  font-size: 90%;
}
/*検索*/
.widget_search label span{
  display: none;
}
.widget_search form{
  overflow: hidden;
}
.widget_search input[type="search"]{
  border: 1px solid #888888;
  width: calc( 100% - 6em );
  padding: 8px;
  box-sizing: border-box;
  border-radius: 5px;
  float: left;
  font-size: 90%;
  line-height: 1.5;
}
.widget_search input[type="submit"]{
  display: block;
  text-align: center;
  border: 1px solid #888888;
  width: 4em;
  padding: 8px 0;
  box-sizing: border-box;
  border-radius: 5px;
  float: right;
  font-size: 90%;
  line-height: 1.5;
}
/*カレンダー*/
.widget_calendar table{
  border-collapse: collapse;
  width: 100%;
}
.widget_calendar table caption{
  padding: 0 0 5px;
  text-align: center;
}
.widget_calendar table thead{
}
.widget_calendar table thead th{
  background-color: #F8D7DD;
}
.widget_calendar table tbody td.pad{
}
.widget_calendar table thead th,
.widget_calendar table thead td,
.widget_calendar table tbody th,
.widget_calendar table tbody td{
  border: 1px solid #888888;
  text-align: center;
  padding: 5px 0
}
.widget_calendar table tbody td a{
  font-weight: bold;
}
.widget_calendar tfoot td#prev{
  text-align: left;
}
.widget_calendar tfoot td#next{
    text-align: right;
}
/*メタ情報*/
.widget_meta ul{
  font-size: 90%;
}
.widget_meta ul li{
  padding: 0 0 0 0;
  margin: 0 0 5px 1.5em;
  list-style-type: none;
}
.widget_meta ul li a{
  text-decoration: none;
}
/*ナビメニュー*/
.widget_nav_menu ul li a{
  display: block;
}
.widget_nav_menu ul li ul{
  margin: 8px 0 0px 0;
  padding: 8px 0 0px 0;
  border-top: 1px dashed #888888;
}
.widget_nav_menu ul li ul li{
  margin: 0 0 8px 1em;
  padding: 0 0 8px 0;
}
.widget_nav_menu ul li ul li:last-child{
  margin: 0 0 0 1em;
  padding: 0 0 0px 0;
  border-bottom: none;
}
/*動画*/
.widget_media_video{
  margin: 0 0 30px;
}
/*カスタムHTMLエリア*/
.widget_custom_html{
  padding: 0;
  background-color: transparent;
}
/*RSS*/
.widget_rss ul li a{}
.widget_rss ul li span{
  display: block;
  padding: 0 0 0 0;
  font-size: 90%;
}
.widget_media_image{
  margin: 0 0 0px;
}
/*画像　ギャラリー*/
.widget_media_gallery img,
.widget_media_image img{
  display: block;
  margin: 0 auto;
}


/*--ウィジェット関連のCSS---------------------------------*/

