@charset "utf-8";

/*
Theme Name: Remember
Theme URI: https://minimalwp.com
Description: PC、タブレット、スマートフォンと見ているデバイスに自動最適化されるレスポンシブデザインに対応したミニマルでシンプルなWordPressテーマです。トップページには新着サムネイルギャラリーが並びます。とびきりの写真やイラストでオリジナリティ溢れるトップページにしてください。ロゴ、メニュー、ウィジェットが、管理画面から簡単にカスタマイズできますので、HTMLの知識が無くてもオリジナルサイトが作れます。
Version: 1.0
Author: Minimal WP
Author URI: https://minimalwp.com
License:
License URI:
Tags: white
Text Domain: minimalwp
*/


/* *****************************************************************
*	基本設定
* ***************************************************************** */

body {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 14px;
background: #fff;
color: #444;
line-height: 190%;
}


/* リンク
---------------------------------------------------- */

a{
color:#45AAB8;
text-decoration:none;
/*
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
*/
}

a:hover{
color:#666;
}

a:active, a:focus {
outline: 0;
}


/* 画像
---------------------------------------------------- */

img{
border:0;
padding:0px;
margin:0px
}

img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding:4px;
margin: 0 0 10px 20px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 20px 10px 0;
display: inline;
}


/* フロート
---------------------------------------------------- */

.alignright { float: right; }

.alignleft { float: left; }

.right{ float: right; }

.left{ float: left; }

.clear{ clear:both; }


/* リスト
---------------------------------------------------- */

ol{
margin: 7px 0 7px 10px;
padding: 0 0 0 0;
list-style: decimal;
}

ul{
margin: 7px 0 7px 4px;
padding: 0 0 0 0;
list-style: disc;
}

li{
margin: 2px 0 2px 15px;
padding: 0;
}

li a{
color:#45AAB8;
/*
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
*/

}

li a:hover{
color:#666;
}



/* *****************************************************************
*	全体Wrapper
* ***************************************************************** */

.wrapper {
margin: auto;
max-width: 960px;
padding: 0px 30px 0px 30px;
}

.block-three{
	margin: 0;
	padding: 0;
}

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

/*
#header {
width: 100%；
}

.header-inner {
max-width: 960px;
overflow: hidden;
margin: 0px auto 0 auto;
padding: 50px 0 50px 0;
}

#header h1 {
text-align:center;
margin: 0;
}

.logo {
text-align:center;
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.logo a img{
	width:140px !important;
	height:auto !important;
}
*/


/* header */
header{
/* 	position: absolute; */
	position: relative;
	width: 80%;
	margin: 0 auto 2%;
	padding: 2% 0 2% 0;
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}
header h1{
	margin: 0;
	padding: 0;
}
header h1.logo{
	width: 90px;
	height: auto;
	position: absolute;
	left:-10%;
}
header h1.logo img{
	width: 100%;
}
header .inner {
    width: 100%;
/*     background: red; */
    box-sizing: border-box;
}
header .inner:after {
    content: "";
    clear: both;
    display: block;
}

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

header{
	width: 100%;
	margin: 0 auto 2%;
	position: relative;
/* 	height: 7vh; */
	box-sizing: border-box;
}
header h1.logo{
	width: 16vw;
	height: auto;
	position: absolute;
	left:4%;
}

}


/* *****************************************************************
*	トップナビゲーション
* ***************************************************************** */

#nav {
/* width: 960px; */
width: 98%;
margin: 0 auto 0 auto;
z-index: 9999;
padding: 0;
text-align: center;
}

#nav ul {
list-style: none;
margin: auto;
    font-size: 1.1vw;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	font-weight: 600;
/*
	padding: 1.5% 0;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
*/
margin: 0;
padding: 0;
}

.main-navigation {
clear: both;
margin: 0 auto;
position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
margin: 0;
padding: 0;

	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

nav#nav ul#menu-topnav li#menu-item-1752 a{
	color: #000;
}
nav#nav ul#menu-topnav li#menu-item-1753 a{
	color: #803D17;
}
nav#nav ul#menu-topnav li#menu-item-1754 a{
	color: #028943;
}
nav#nav ul#menu-topnav li#menu-item-1756 a,
nav#nav ul#menu-topnav li#menu-item-2402 a{
	color: #01A0E9;
}
nav#nav ul#menu-topnav li#menu-item-1755 a{
	color: #803d17;
}
nav#nav ul#menu-topnav li#menu-item-1781 a,
nav#nav ul#menu-topnav li#menu-item-2398 a
{
	color: #e60012;
}
nav#nav ul#menu-topnav li#menu-item-1789 a{
	color: #f08300;
}
nav#nav ul#menu-topnav li#menu-item-10 a{
	color: #000000;
}

@media screen and (max-width: 767px) {
ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
	display: block;
	}
}

.nav-menu li {
/* display: inline-block; */
position: relative;
margin: 0 1.5%;
}

@media screen and (min-width: 1200px) {
	#nav ul {
	    font-size: 14px;
	}
}

@media screen and (max-width: 980px) {
	#nav {
		width: 94%;
	}
	#nav ul {
	    font-size: 1vw;
	}
	.nav-menu li {
	display: inline-block;
	position: relative;
	margin: 0 1%;
	}
}
@media screen and (max-width: 767px) {
	.nav-menu li {
	display: block;
	position: relative;
	margin: 0;
	}
}

.nav-menu li a {
/* color: #333; */
display: block;
/* font-size: 14px; */
text-decoration: none;
padding: 3px 0px 12px 0px;
/* padding-bottom: 10px; */
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
/* background: #eee; */
/* color: #999; */
}

.nav-menu .sub-menu,
.nav-menu .children {
background: #eee;
display: none;
padding: 0;
margin: 0;
position: absolute;
z-index: 99999;
/* left: -100%; */
left:0px;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
border-left: 0;
left: 100%;
top: 0;
}

.nav-menu .sub-menu li {
position: relative;
margin: 0 !important;
border-bottom: solid 1px #fff;
}
.nav-menu .sub-menu li a {
display: block;
padding: 5% 0;
}
.nav-menu .sub-menu li:last-child {
border-bottom: none;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
/* color: #333; */
margin: 0;
/* width: 240px;  */
font-size:12px;

width: 180px;
padding: 0;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
background: #f5f5f5;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
display: block;
background: #eee;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu .current-post-ancestor > a {
/* color: #999; */
/* color: #fd4246; */
/* background: #f5f5f5; */
}

.toggle {
display: none;
}



/* *****************************************************************
*	スライドショー
* ***************************************************************** */

#top-slide {
width: 100%;
max-height: 718px;
overflow: hidden;
padding: 0px;
margin: 0px auto 50px auto;
}

.cycle-slideshow {
overflow: hidden;
width: 960px;
height: auto;
margin: 0px auto 0 auto;
text-align: center;
}

#top-slide-max {
width: 100%;
max-height: auto;
overflow: hidden;
padding: 0px;
margin: 0px auto 20px auto;
}

#top-slide-max .cycle-slideshow {
overflow: hidden;
width: 100%;
height: auto;
margin: 0px auto 0 auto;
text-align: center;
}



/* *****************************************************************
*	メイン（本文）コンテンツ
* ***************************************************************** */

#main {
margin:0 0 0 0;
padding: 0 0 0 0;
word-break:break-all;
}


/* ギャラリーレイアウト
---------------------------------------------------- */

li.item {
height: 200px;
margin-bottom: 50px;
position: relative;
}

.item-img {
margin: 0 0 10px 0;
height: 197px;
overflow: hidden;
text-align:center;
border:#eeeeee 1px solid !important;
}

.item-cat {
font-family: arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 84%;
color: #999;
padding: 0 0 0px 0;
margin: 0 0 10px 0;
}
.item-cat a{
color: #444;
}

.item-date {
font-size: 80%;
color: #ccc;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

.item-title {
font-size: 15px;
line-height: 150%;
font-weight: normal;
letter-spacing: 0.03em;
color: #333;
margin: 0px 0px 0px 0px;
padding: 15px 0px 15px 0px;
border-bottom: 0px solid;
}

.item-title a {
color: #444;
}

.item-title a:hover {
color: #999;
}

.item-text {
font-size: 12px;
color: #444;
line-height: 170%;
}

li.item span.category{
	display: none;
position: absolute;
bottom:1px;
right:1px;
background: #666;
color: #fff;
font-size: 9px;
padding: 0px 5px;
}


/* マウスオーバーでタイトルスライド表示
---------------------------------------------------- */

.slidebase {
position: relative;
}

.slidetext {
width: 100%;
display: none;
position: absolute;
color: #fff;
background: rgba(0, 0, 0, 0.5);
}

.slidetext a {
padding: 10px 10px;
display: block;
color: #fff;
}

.slidetext a:hover {
color: #ccc;
}


/* ブログ記事部分
---------------------------------------------------- */

.single-contents {
margin: 0 0 0px 0;
}

p {
font-size: 14px;
color: #333;
line-height: 160%;
}

p a {
color:#45AAB8;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

p a:hover {
color:#666;
}

p a:active, a:focus {
outline: 0;
}


/* ページタイトル
---------------------------------------------------- */

.pagedate {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 12px;
font-weight: normal;
text-align: left;
padding: 0 0 0 0;
margin: 0 0 20px 0;
color:#999;
letter-spacing: 0.02em;
}

.breadcrumb {
		width: 69%;
		min-width: 960px;
margin: 0 auto 10px;
line-height: 120%;
}
.breadcrumb div {
display: inline;
font-size: 11px;
color: #999;
}
.breadcrumb span,
.breadcrumb span a {
color: #666;
}

.pagetitle {
		width: 69%;
		min-width: 960px;
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 16px;
font-weight: 600;
letter-spacing: 0.01em;
border-bottom: solid 3px #333;
padding: 0px 0px 10px 0px;
margin: 0px auto 20px auto;
max-width: 100%;
color: #333;
text-align: center;
}

.pagetitle a {
font-style: italic;
color: #888;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.pagetitle a:hover {
color: #666;
}

.pagedescription > p {
		width: 69%;
font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 12px;
font-weight: normal;
letter-spacing: 0.01em;
padding: 0px;
margin: 0px auto 30px auto;
color: #333;
text-align: center;
}

.blog-title {
		width: 69%;
		min-width: 960px;
font-size: 20px;
line-height: 140%;
font-weight: normal;
color: #333;
margin: 0px auto 20px;
padding: 10px 0px 15px 0px;
border-top: 3px solid #333;
}

.blog-title a {
color:#333;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.blog-title a:hover {
color:#666;
}


.blog-title2 {
		width: 69%;
		min-width: 960px;
font-size: 20px;
line-height: 140%;
font-weight: normal;
color: #333;
margin: 0px auto 0;
padding: 10px 0px 0 0px;
border-top: 3px solid #333;
}

.blog-title2 a {
color:#333;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.blog-title2 a:hover {
color:#666;
}



.index_list {
	width: 60%;
	min-width: 960px;
	margin: 25px auto 0;
}
.index_title{
	font-size: 16px;
	line-height: 140%;
	font-weight: bold;
	color: #333;
	margin: 0 0px 15px 0px;
	padding: 0px 0px 15px 0px;
}
.index_title a{
	color: #333;
}
.index_title a:hover{
	color:#45AAB8;
}
/*
.index_title a::before{
	content: "･";
}
*/
.index_description{
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
	padding-top: 6px;
}
/*
.index_description::before{
	content: "･";
	color: #ffffff;
}
*/
span.index_link{
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
	padding-left: 2vw;
}
span.index_link a{
	color:#45AAB8;
}
span.index_link a:hover{
	border-bottom: solid 1px #45AAB8;
	padding-bottom: 2px;
}
span.index_link a::before{
	content: "";
}
span.index_link a::after{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(./images/icon_link.png) no-repeat center bottom;
  background-size: contain;
  margin-left: 5px;
}
.other_writing{
	font-size: 20px;
	line-height: 140%;
	font-weight: bold;
	color: #333;
	margin: 40px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
}


/* 見出し
---------------------------------------------------- */

h1 {
font-size: 24px;
margin: 40px 0px 20px 0px;
}

h2 {
font-size: 20px;
line-height: 140%;
font-weight: bold;
color: #333;
margin: 40px 0px 15px 0px;
padding: 0px 0px 10px 0px;
/* border-bottom: 3px solid #333; */
}

h3 {
font-size: 20px;
line-height: 130%;
font-weight: bold;
color: #333;
padding: 0 0 5px 0;
margin: 40px 0 15px 0;
/* border-bottom:1px solid #ccc; */
}

h4 {
font-size: 18px;
line-height: 130%;
font-weight: bold;
color: #555;
padding: 0 0 5px 0;
margin: 30px 0 10px 0;
/* border-bottom:1px dotted #ccc; */
}

h5 {
font-size: 16px;
line-height: 1.3em;
margin: 30px 0 0px 0;
}

h6 {
font-size: 14px;
line-height: 1.3em;
margin: 30px 0 0px 0;
}


/* 記事フッター
---------------------------------------------------- */

.blog-foot {
font-size:75%;
text-align: left;
margin: 10px 0 0px 0;
font-weight:normal;
color:#999;
}

.blog-foot span {
color:#999;
}


/* 次の記事・前の記事
---------------------------------------------------- */

#next {
font-size: 90%;
line-height: 150%;
margin: 50px 0 20px 0;
}

.next-left {
floate: left;
text-align: left;
margin: 0 0 10px 0;
background: url(images/left.gif) no-repeat left;
}

.next-left a {
padding: 20px 20px 20px 50px;
display: block;
border: 1px solid #fff;
}

.next-left a:hover {
border: 1px solid #eee;
}

.next-right {
floate: right;
text-align: right;
margin: 0 0 10px 0;
background: url(images/right.gif) no-repeat right;
}

.next-right a {
padding: 20px 50px 20px 20px;
display: block;
border: 1px solid #fff;
}

.next-right a:hover {
border: 1px solid #eee;
}


/* ページャー
---------------------------------------------------- */

.pager {
text-align:center;
margin: 50px 0 50px 0;
}

a.page-numbers,
.pager .current{
background: #f0f0f0;
border:solid 1px #ddd;
border-radius:2px;
padding:5px 8px;
margin:0 2px;
}

.pager .current{
background: #ccc;
border:solid 1px 999;
color: #fff;
}


/* 関連記事
---------------------------------------------------- */

.similar-head {
color: #333;
font-size: 18px;
font-weight: bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 0px 0px 10px 0px;
padding: 0 0 3px 0;
border-bottom:1px solid #ccc;
}

.similar ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.similar li{
font-size: 14px;
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style: none;
}

.similar li a{
color:#555;
}

.similar li a:hover{
color:#888;
}

table.similar-text {
width: 100%;
color: #444;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: dotted 1px #ccc;
border-collapse: collapse;
border-spacing: 0;
}

table.similar-text img {
width: 150px;
}

table.similar-text th {
text-align: left;
width: 150px;
vertical-align: middle;
}

table.similar-text td {
font-size: 14px;
text-align: left;
white-space: normal;
vertical-align: middle;
}


/* コメント欄
---------------------------------------------------- */

.comment-head {
color: #333;
font-size: 18px;
font-weight: bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 0px 0px 10px 0px;
padding: 0 0 3px 0;
border-bottom:1px solid #ccc;
}

.commentlist li{
list-style: none;
font-size:90%;
color:#888;
}

.commentlist {
margin: 0 0 50px 0;
padding: 0 0 0 0;
}

li.comment {
list-style: none;
font-size:90%;
color:#888;
margin: 30px 0px 30px 0px;
}

.comment p {
font-size: 14px;
}


/* WP必須
---------------------------------------------------- */

.wp-caption {
max-width:100%;
}

.wp-caption-text {
font-size:90%;
text-align: center;
}

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

/* Text meant only for screen readers. */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}

.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; /* Above WP toolbar. */
}


/* *****************************************************************
*	サイドバー
* ***************************************************************** */

.sidebar {
width: 100%;
margin: 0px 0px 40px 0px;
padding: 0 0 0 0;
}


/* 新着表示
---------------------------------------------------- */

.sidebox-new {
color:#666;
margin: 0 0 50px 0 ;
padding: 0 0 0 0 ;
}

.sidebox-new ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.sidebox-new li{
font-size: 13px;
list-style: none;
margin: 0 0 0 0;
padding: 0px 0 0px 0px;
border-bottom: 1px dotted #ddd;
}

.sidebox-new li a{
color:#666;
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.sidebox-new li a:hover{
color:#999;
}


table.similar-side {
width: 100%;
color: #444;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-collapse: collapse;
border-spacing: 0;
}

table.similar-side img {
width: 80px;
}

table.similar-side th {
text-align: left;
width: 80px;
vertical-align: middle;
}

table.similar-side td {
font-size: 13px;
text-align: left;
white-space: normal;
vertical-align: middle;
}


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

#footer {
/* background: #F5F5F5; */

clear: both;
width: 80%;
font-size: 80%;
margin: 0px auto 40px;
}

.footer-inner {
margin: 0px auto 0px auto;
padding: 0px 0px;
max-width: 960px;
}

#sociallink {
text-align:center;
position: relative;
margin: 0 auto 10px auto;
padding: 0 0 0 0;
}


#copyright {
font-size: 12px;
line-height: 160%;
color: #000;
text-align: right;
position: relative;
margin: 0;
padding: 40px 0 0;
font-weight: 600;
/* padding: 10px; */
/* background: #444; */
}
#copyright p {
/* margin-right: 10px; */
}
#copyright a {
color: #000;
}

#copyright .cotologo{
	display: inline-block;
	width: 60px;
	margin-right: 5px;
/* 	margin: 0 auto; */
}
#copyright .cotologo img{
	width: 100%;
}

@media screen and (max-width: 767px) {
#copyright { text-align: center; margin: auto; padding: 0; }
#copyright p { text-align: center; }
#copyright .cotologo{
	display: block;
	width: 60px;
	margin: 0 auto;
}
}

/* *****************************************************************
*	ウィジット
* ***************************************************************** */

/* 基本形
---------------------------------------------------- */

.widget{
margin: 0 0 50px 0;
}

.widget ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.widget li{
list-style: none;
}

.widget li a{
color: #666;
}

.widget li a:hover{
color: #999;
}

.widget_recent_entries li a,
.widget_archive li a,
.widget_categories li a,
.widget_nav_menu li a{
margin: 0 0 0 0;
}

.textwidget, .textwidget p {
font-size: 13px;
color: #444;
line-height:160%;
margin: 0 0 0px 0;
padding: 5px 0 0 0;
}

.widget-title{
color: #333;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 0px 0px 10px 0px;
padding: 0 0 3px 0;
border-bottom:1px solid #ccc;
}


/* ウィジェットボックストップページ用
---------------------------------------------------- */

.topbox{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.topbox ul{
floate:left;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.topbox li{
floate:left;
margin: 0 0 0 0;
padding: 7px 0px 6px 0px;
list-style: none;
border-bottom:1px dotted #ddd;
}

.topbox li a{
font-size: 13px;
line-height: 160%;
color: #444;
margin: 0 0 0 0;
padding: 7px 0px 6px 0px;
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.topbox li a:hover{
color:#999;
}

.topbox h2{
font-size: 14px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.topbox h3{
font-size: 13px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.topbox h4{
font-size: 12px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.topbox ul.children{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

.topbox ul.children li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}

.topbox ul.sub-menu{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

.topbox ul.sub-menu li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}

.top-widget-title {
font-family:'century','Times New Roman','Baskerville','Optima','Palatino','Georgia','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
font-size: 18px;
font-weight: normal;
letter-spacing: 0.01em;
font-style: italic;
padding: 0px 0px 10px 0px;
margin: 0px auto 40px auto;
border-bottom: dotted 1px #ccc;
color: #888;
max-width: 380px;
text-align: center;
}


/* ウィジェットボックスフッター用
---------------------------------------------------- */

.footerbox .widget {
margin: 0 0 0 0;
padding: 50px 0 50px 0;
}

.footerbox{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.footerbox ul{
floate:left;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.footerbox li{
floate:left;
margin: 0 0 0 0;
padding: 7px 0px 6px 0px;
list-style: none;
border-bottom:1px dotted #ddd;
}

.footerbox li a{
font-size: 13px;
line-height: 160%;
color: #444;
margin: 0 0 0 0;
padding: 7px 0px 6px 0px;
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.footerbox li a:hover{
color:#999;
}

.footerbox h2{
font-size: 14px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.footerbox h3{
font-size: 13px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.footerbox h4{
font-size: 12px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.footerbox ul.children{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

.footerbox ul.children li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}

.footerbox ul.sub-menu{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

.footerbox ul.sub-menu li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}

.footer-widget-title {
color: #333;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 0px 0px 10px 0px;
padding: 0px 0 3px 0;
border-bottom:1px solid #ccc;
}


/* ウィジェットボックスシングルページ記事下用
---------------------------------------------------- */

.singlebox {
/* margin: 50px 0 50px 0 ; */
margin: 0;
padding: 0 0 0 0 ;
}

.single-widget-title {
color: #333;
font-size: 18px;
font-weight: bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 50px 0 10px 0 ;
padding: 0 0 3px 0;
border-bottom:1px solid #ccc;
}

.singlebox .textwidget,
.singlebox .textwidget p {
font-size: 16px;
color: #444;
line-height: 170%;
margin: 0 0 0px 0;
padding: 5px 0 5px 0;
}


/* ウィジェットボックスサイドバー用
---------------------------------------------------- */

.sidebox{
margin: 0 0 0 0 ;
padding: 0 0 0 0 ;
}

.sidebox ul{
floate:left;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.sidebox li{
margin: 0 0 0 0;
padding: 7px 0px 7px 0px;
list-style: none;
border-bottom:1px dotted #ddd;
}

.sidebox li a{
font-size: 13px;
color: #444;
margin: 0 0 0 0;
padding: 5px 0px 5px 0px;
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.sidebox li a:hover{
color:#999;
}

.sidebox h2{
font-size: 14px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.sidebox h3{
font-size: 13px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.sidebox h4{
font-size: 12px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.sidebox ul.children{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

.sidebox ul.children li{
padding: 5px 0 5px 15px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}

.sidebox ul.sub-menu{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

.sidebox ul.sub-menu li{
padding: 5px 0 5px 15px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}


/* カレンダー
---------------------------------------------------- */

table#wp-calendar {
width: 100%
}

table#wp-calendar th {
text-align: center;
}

table#wp-calendar td {
text-align: center;
}



/* *****************************************************************
*	検索フォーム＆検索結果
* ***************************************************************** */

/* 検索フォーム
---------------------------------------------------- */

.search input {
font: 11px arial, sans-serif;
color: #c0c0c0;
width:85%;
padding: 10px 5px;
}

.search button {
width: 15px;
height: 15px;
cursor: pointer;
vertical-align: middle;
border: none;
background: url(images/search.png) no-repeat;
}


/* 検索結果ハイライト
---------------------------------------------------- */

.search-excerpt {
font-weight: bold;
background: #FFE4E1;
}



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

.btn a {
font-size: 11px;
letter-spacing: 0.1em;
color: #fff;
background: #94d8c6;
text-align: center;
margin: 20px 0 20px 0;
padding: 10px 10px;
}

.btn a:hover {
color: #fff;
background: #4CBE9F;
text-decoration: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}




/* *****************************************************************
*	Aboutページ設定
* ***************************************************************** */

.about_wrapper{
	width:800px;
	margin:0 auto;
}



/* *****************************************************************
*   レスポンシブ（メディアクエリ）
* ***************************************************************** */


/* PC 画面の横幅が960px以上
---------------------------------------------------- */

@media only screen and (min-width: 960px) {
}



/* Tablet (Portrait) 画面の横幅が768px〜959pxまで
---------------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 959px) {
.wrapper { width: 728px; padding: 30px 20px 30px 20px; }
.about_wrapper { width: 620px; padding: 30px 20px 50px 20px; }
/* .header-inner { width: 728px; margin: auto; padding-top: 50px; } */
#nav { width: 94%; }
#slidedown-nav { width: 728px; }
.cycle-slideshow { width: 728px; height: auto; margin: 0 ; overflow: hidden; }
li.item { height: 150px; margin-bottom:40px; }
.item-img { height: 150px; margin: 0 0 10px 0; overflow: hidden; }
.twothird { width: 460px; margin-right:10px; }
.footer-inner { width: 728px; padding: 0px 0px;}
#footer {width: 728px;}

.breadcrumb {
	width: 728px;
	min-width: auto;
	margin-top: 5%;
	padding: auto 20px;}
.blog-title,
.blog-title2 {
	width: 728px;
	min-width: auto;}
.pagetitle {
	width: 728px;
	min-width: auto;
	margin-top: 5%;
	padding: auto 20px;}

.index_list {
	width: 728px;
	min-width: auto;
	margin-top: 0;
	padding: 0;}

}


/* Mobile (Portrait) 画面の横幅が300px~767pxまで（基本）
---------------------------------------------------- */

@media only screen and (max-width: 767px) {
.wrapper { width: 300px; padding: 30px 0px 30px 0px; }
.about_wrapper { width: 300px; padding: 30px 0px 50px 0px; }
/* .header-inner { width: 300px; margin: auto; padding-top: 50px; } */
.logo { text-align: center; }
.contact { display: none;}
/* #header h1, #header .logo { float: none; margin-bottom: 0px; } */
#nav { display: none; position: absolute; top:0; left:0; text-align:center; width: 100%; background: #fefefe; margin: 0px; padding: 0; }
.nav-menu li a { color: #333; display: block; font-size: 15px; padding: 20px 10px; text-decoration: none;}
.nav-menu li { display: block; float: none; border-bottom: 1px solid #ededed; }
.toggle { display: block; float: right; position: absolute; top: 10px; right: 10px; z-index: 10000; }
#slidedown-nav { visibility: hidden; }
.cycle-slideshow { width: 300px; height: auto; margin: 0 ; overflow: hidden; }
li.item { height: 200px; margin-bottom: 40px; }
.item-img { height: 197px; margin: 0 0 10px 0; overflow: hidden; border:#eeeeee 1px solid !important;
 }
.slidetext { display: block; padding: 5px 0px;}
.pagedate { margin: 0px 0 15px 0; }
p { font-size: 15px; }
.pager { margin: 80px 0 80px 0; }
.footer-inner { width: 300px; padding: 0px 0px;}
.mobile-display-none { display: none; }
/* .single-contents br { display: none; } */
.single-contents { margin: 0 0 0px 0; }
#footer {width: 300px;}

.breadcrumb {
	width: 300px;
	min-width: auto;
	margin-top: 5%;
	padding: auto 0px;}
.blog-title,
.blog-title2 {
	width: 300px;
	min-width: auto;}
.pagetitle {
	width: 300px;
	min-width: auto;
	margin-top: 5%;
	padding: auto 0px;}
.index_list {
	width: 300px;
	min-width: auto;
	margin-top: 0;
	padding: auto 0px;}

}



/* Mobile (Portrait/iPhone6) 画面の横幅が375px〜479pxまで
---------------------------------------------------- */

@media only screen and (min-width: 375px) and (max-width: 479px) {
.wrapper { width: 336px; }
.about_wrapper { width: 336px; }
/* .header-inner { width: 336px; margin: auto; padding-top: 50px;} */
.logo { text-align:center; }
.cycle-slideshow { width: 336px; height: auto; margin: 0 ; overflow: hidden; }
.footer-inner { width: 336px; padding: 0px 0px;}
li.item { height: 224px; margin-bottom: 40px; }
.item-img { height: 224px; margin: 0 0 10px 0; overflow: hidden; }
#copyright {text-align: left;}
#footer {width: 336px;}

.breadcrumb {
	width: 336px;
	min-width: auto;}
.blog-title,
.blog-title2 {
	width: 336px;
	min-width: auto;}
.pagetitle {
	width: 336px;
	min-width: auto;}
.index_list {
	width: 336px;
	min-width: auto;}

}



/* Mobile (Landscape) 画面の横幅が480px〜767pxまで
---------------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {
.wrapper { width: 80%; }
.about_wrapper { width: 80%; }
/* .header-inner { width: 420px; margin:auto; padding-top: 50px;} */
.logo { text-align:center; }
.cycle-slideshow { width: 80%; height: auto; margin: 0 ; overflow: hidden; }
.footer-inner { width: 80%; padding: 0px 0px;}
li.item { height: 280px; margin-bottom: 40px; }
.item-img { height: 280px; margin: 0 0 10px 0; overflow: hidden; }
#copyright {text-align: left;}
#footer {width: 80%;}

.breadcrumb {
	width: 100%;
	min-width: auto;}
.blog-title {
	width: 100%;
	min-width: auto;
	background: orange;}
.blog-title2 {
	width: 100%;
	min-width: auto;
	background: orange;}
.pagetitle {
	width: 80%;
	min-width: auto;}
.index_list {
	width: 100%;
	min-width: auto;}
}



/* *****************************************************************
*   レスポンシブ（外部サービス対策用）
* ***************************************************************** */

/* Twitter Timeline
---------------------------------------------------- */

.twitter-timeline {
width:100%;
height: 300px;
}


/* Facebook Like Box
---------------------------------------------------- */

div.fb_iframe_widget,
div.fb_iframe_widget iframe[style],
div.fb_iframe_widget span {
width: 100% !important;
}


/* YouTube embed
---------------------------------------------------- */

.youtube {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-top: 20px;
margin-bottom: 20px;
}
.youtube iframe,
.youtube object,
.youtube embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* 2017.4.10
---------------------------------------------------- */
.new-icon{
	width: 28px;
	height: 9px;
	position: absolute;
	top:-20px;
}
.new-icon img{
	width: 28px;
	height: 9px;
}

@media only screen and (max-width: 767px) {
	.new-icon{
	width:34px;
	height: 11px;
	position: absolute;
	top:-22px;
	}
	.new-icon img{
	width:34px;
	height: 11px;
	}

}

div.tip{
	top:58px!important;
}

.ws-ban{
	text-align: center;
	margin: 15px auto;}

@media only screen and (max-width: 767px) {
.ws-ban{
	width: 90%;
	text-align: center;
	margin: 15px auto;}

}

/* 2020.9.30
---------------------------------------------------- */
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

div.md_cate_box{
	float: right;
}
div.md_cate_box > div.md_cate{
	float: left;
	cursor: pointer;
	font-size: 12px;
}
div.md_cate_box > div.md_cate:nth-child(2):before,
div.md_cate_box > div.md_cate:nth-child(3):before,
div.md_cate_box > div.md_cate:nth-child(4):before{
  content: "｜";
  padding: 0 5px;
}

/*
div.md_cate_box > div.md_cate:nth-child(5)::before{
  content: "";
}
*/

div.md_cate:hover {
	color: #999;
}

.wrap_prof{
	width: 100%;
	margin-top: 80px;
}
.wrap_prof:after {
    content: "";
    clear: both;
    display: block;
}
.prof_pic{
	width: 200px;
	float: left;
}
.prof_txt{
	width: 550px;
	float: right;
	position: relative;
}
.prof_txt p.myname{
	font-size: 16px;
	padding-bottom: 20px;
}
.prof_txt p.leed{
	width: 550px;
	font-size: 14px;
	line-height: 180%;
	position: relative;
	z-index: 99;
}
.prof_txt .sentence{
	width: 100%;
	margin-top: 60px;
	font-size: 14px;
	line-height: 180%;
}
.wrap_prof dl{
  display:flex;
  flex-wrap: wrap;
  border: none;
  border-top: none;
  float: left;
}
.wrap_prof dt{
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
}
.wrap_prof dt:first-child{
  border-top: none;
}
.wrap_prof dd{
  padding: 10px;
  margin: 0;
  border-left: none;
  border-top: 1px solid #ccc;
  width: 75%;
  background: #fff;
  box-sizing: border-box;
}
.wrap_prof dd:nth-child(2){
  border-top: none;
}
.prof_txt .logo_cotori{
	width: 15%;
	position: absolute;
	top: 35%;
	right: 17%;
	z-index: 1;
}

@media only screen and (max-width: 979px) {
.prof_txt{
	width: 400px;
	float: right;
}
.prof_txt p.leed{
	width: 400px;
	font-size: 14px;
	line-height: 180%;
}


}

@media only screen and (max-width: 767px) {
.wrap_prof{
	width: 100%;
	margin-top: 10px;
}
.wrap_prof:after {
    content: "";
    clear: both;
    display: block;
}
.prof_pic{
	width: 60%;
	float: none;
	margin: 0 auto 20px;
}
.prof_txt{
	width: 90%;
	float: none;
	margin: auto;
}
.prof_txt p.leed{
	width: 100%;
	font-size: 14px;
	line-height: 180%;
}
.prof_txt .sentence{
	width: 100%;
	margin-top: 60px;
	font-size: 14px;
	line-height: 180%;
}
/*20231204*/
.prof_txt .logo_cotori{
	width: 20%;
	position: absolute;
	top: 92%;
	right: -10%;
}

.wrap_prof br.sp-non { display: none; }

}

/*
@media screen and (max-width: 320px) {
  .wrap_prof dl{
    flex-flow: column nowrap;
  }
  .wrap_prof dt,
  .wrap_prof dd{
    width: 100%;
  }
  .wrap_prof dd{
    border-left: none;
  }
}
*/

ul.sns{
	display: block;
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}
ul.sns:after {
    content: "";
    clear: both;
    display: block;
}
ul.sns li{
	display: inline;
	width: 30px;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}
ul.sns li:hover{
	transition: 0.3s;
	opacity: 0.8;
}