@charset "UTF-8";


/*--------------------------------------------------------------
共通
--------------------------------------------------------------*/
* {
	box-sizing: border-box;
}
.clr {
	clear: both;
}
.cnt {
	text-align: center;
}
.over {
	overflow: hidden;
}
body {
	/*font-family: "Noto Sans JP", sans-serif;*/
	letter-spacing: 1px;
	font-size: 1rem;
	color: #444;
	font-weight: 500;
	line-height: 1.7;
	background-color: #fff;
}

a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.entry-header .entry-title a {
	color: #222;
}
.pc {
}
.sp {
	display: none;
}
.breadcrumbs {
	color: #555;
}
.breadcrumbs a {
}

.flexbox,
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#main figure.post-thumbnail {
	display: none;
}
.entry-content p {
	margin-bottom: 12px;
}
.site-content {
	margin-bottom: 40px;
}


/*追従ボタン*/
#spbtn {
	display: none;
}
#pcbtn {
	position: fixed;
	right: 0;
	top: 200px;
	z-index: 1001;
}
#pcbtn ul {
	margin: 0;
	padding: 0;
}
#pcbtn ul li {
	padding: 20px 12px 20px 18px;
	margin: 0;
	text-align: center;
	line-height: 1;
	list-style-type: none;
	background-color: #65abe9;
	/*writing-mode: vertical-rl;
	font-size: 18px;*/
	color: #fff;
	border-radius: 20px 0 0 20px;
}
#pcbtn ul li.sbt02 i {
	margin-bottom: 3px;
}
#pcbtn ul li a {
	color: #253477;
}
#pcbtn ul li.sbt01 {
}
#pcbtn ul li.sbt01 {
}

/*--------------------------------------------------------------
header
--------------------------------------------------------------*/
.custom-logo-link img {
	max-width: 195px;
	width: 100%;
	height: auto;
}
.main-header .wrapper {
	justify-content: space-between;
}
.main-header .menu-wrap {
	float: none;
}
.main-header .site-branding {
	padding-bottom: 20px;
	padding-top: 20px;
}
.site .header-lay7 .main-header .wrapper .top-left {
	font-size: 20px;
	letter-spacing: 0;
}

/*--------------------------------------------------------------
gnavi
--------------------------------------------------------------*/
.site .header-lay7 .header-t {
	background-color: #ffe5e1;
	border: none;
}
ul#primary-menu {
	font-size: 0;
}
ul#primary-menu li {
	font-weight:400;
	font-size: 15px;
	font-family: "Noto Sans JP", sans-serif;
}
ul#primary-menu li a {
	color: #222;
	padding-left: 12px;
	padding-right: 12px;
	padding: 10px;
}


/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/
footer#colophon .top-footer {
	background: -moz-linear-gradient(top left, #ffefed, #eefcff);
    background: -webkit-linear-gradient(top left, #ffefed, #eefcff);
    background: linear-gradient(to bottom right, #ffefed, #eefcff);
	
	background: -moz-linear-gradient(top left, #ffebe8, #bae0e7);
    background: -webkit-linear-gradient(top left, #ffebe8, #bae0e7);
	background: linear-gradient(to bottom right, #ffebe8, #bae0e7);
	padding-bottom: 50px;
}
footer#colophon .top-footer section {
	color: #333;
}
footer#colophon .top-footer ul li a,
footer#colophon .top-footer ul li a:hover {
	color: #333;
}
.widget_bttk_contact_social_links .bttk-contact-widget-wrap ul.contact-list li a:hover {
	text-decoration: none;
}
footer#colophon .widget {
	margin-bottom: 20px;
}

.top-footer .widget-title {
	display: none;
}
#f_logo {
	text-align: center;
}
#f_contact .btnbox {
	text-align: center;
	background: -moz-linear-gradient(left, #f8ccc4, #feebe5);
    background: -webkit-linear-gradient(left, #f8ccc4, #feebe5);
    background: linear-gradient(to right, #f8ccc4, #feebe5);
}
#f_contact .btnbox a,
#f_contact .btnbox a:hover {
	text-decoration: none;
	color: #388597;
}
#f_contact .btnbox a:hover {
	color: #668c95;
	
	color: #388597;
}
#f_contact .btnbox .inner {
	/*display: inline-block;*/
	line-height: 1.5;
	padding: 20px;
	font-size: 18px;
	letter-spacing: 0;
}
footer#colophon .widget ul.contact-list li {
	letter-spacing: 0;
}
footer#colophon .widget ul.menu li {
	font-size: 14px;
}
footer#colophon .widget ul.menu li {
	padding-bottom: 0;
}
footer#colophon .widget ul.menu li:before {
	background-color: #ffc2b7;
}

.bottom-footer {
	background-color: #fff;
	font-size: 12px;
	color: #668c95;
}


/*--------------------------------------------------------------
sidebar
--------------------------------------------------------------*/



/*--------------------------------------------------------------
コンテンツ
--------------------------------------------------------------*/




/*--- 見出し -----------------------------------------------*/
h1, h2, h3, h4, h5 {
	font-family: "Noto Sans JP", sans-serif;
	color: #222;
	font-family: YuMincho, 'Yu Mincho', serif;
	line-height: 1.3;
}
#header-page-title h1.entry-title {
	color: #fff;
}
h2 {
	font-weight: 500;
}
h3 {
	font-size: 1.5rem;
	color: #68461b;
	line-height: 1.5;
}
h4 {
	font-size: 1.2rem;
}

/*--- テキスト -----------------------------------------------*/
.hissu {
	background-color: #f08298;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	padding: 2px 5px;
	margin-left: 5px;
	border-radius: 5px;
}
.nini {
	background-color: #8A8A8A;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	padding: 2px 5px;
	margin-left: 5px;
	border-radius: 5px;
}
.txt_S {
	font-size: 85%;
}
.txt_L01 {
	font-size: 120%;
}
.LBtxt {
	font-size: 110%;
	font-weight: 600;
}
.sign {
	text-align: right;
}
.red {
	color: #d54747;
}
.blue {
	color: #3796ad;
}
.pink {
	color: #f08298;
}
.ftstyle {
	font-family: YuMincho, 'Yu Mincho', serif;
	color: #f08298;
	font-weight: 600;
	font-size: 120%;
}

/*--- リスト -----------------------------------------------*/
#wrap_page ul {
	margin: 0 0 20px 30px;
	padding: 0;
}
#wrap_page ul li {
	margin-bottom: 10px;
}


#wrap_page ul.check {
	width: auto;
	margin-left: 20px;
}
#wrap_page ul.check li {
	list-style-type: none;
	display: flex;
	align-items: center;
	gap: 0 7px;
}
#wrap_page ul.check li span {
	border-bottom: 2px solid #0060b4;
	padding-bottom: 10px;
}
#wrap_page ul.check li:before {
	display: inline-block;
	width: 15px;
	height: 7.5px;
	border-bottom: 2px solid #e9c01d;
	border-left: 2px solid #e9c01d;
	transform: rotate(-45deg) translateY(-1.5px);
	content: '';
}

#wrap_page dl {
}
#wrap_page dt {
	background-color: #f5f5f5;
	padding: 5px 15px;
	line-height: 1.5;
	margin-bottom: 10px;
}
#wrap_page dd {
	margin-bottom: 20px;
}
#wrap_page dd ul li {
	line-height: 1.3;
}

/*--- table -----------------------------------------------*/
#wrap_page table {
	width: 100%;
	margin-bottom: 20px;
}
#wrap_page tr {
	background-color: #f5f5f5;
}
#wrap_page tr:nth-child(2n) {
	background-color: #fff;
	border-bottom: 1px solid #f5f5f5;
}
#wrap_page th,
#wrap_page td {
	vertical-align: middle;
}
#wrap_page th {
	text-align: left;
	width: 30%;
	font-weight: 500;
	border: none;
}

/*--- box -----------------------------------------------*/
.mgnB01 {
	margin-bottom: 50px;
}
.bikoubox {
	padding: 30px 30px 15px;
	background-color: rgba(190, 223, 250, 0.25);
	background-color: rgba(142, 186, 197, 0.1);
	border-radius: 20px;
}
#wrap_page .bikoubox ul,
#wrap_page .bikoubox ol {
	margin: 0 0 0 20px;
	padding: 0;
}
#wrap_page .bikoubox ul li,
#wrap_page .bikoubox ol li {
	margin-bottom: 5px;
}
.bikoubox p {
}
.bikoubox h4 {
	margin-top: 0;
}

/*--------------------------------------------------------------
投稿系
--------------------------------------------------------------*/
#secondary h2.widget-title {
	font-size: 1.15rem;
	font-weight: 600;
	color: #222;
}

/*--- 投稿一覧 ---------------------------------------------*/
body.archive #content {
	margin-top: 0;
}
body.archive .page-header .subtitle {
	display: none;
}
body.archive #primary .showing-result {
	display: none;
}


/*--- 個別投稿ページ ---------------------------------------------*/
.single.style1 .site-main article > .entry-header .entry-title {
	font-size: 1.8rem;
	color: #222;
}
.single.style1 .entry-meta span {
	font-weight: 500;
	font-size: 14px;
}
.single .navigation .nav-links {
	padding-bottom: 20px;
	padding-top: 20px;
}
.single .nav-links a figure {
	display: none;
}
.single .navigation .nav-links {
	font-size: 14px;
	font-weight: 500;
}
.single .nav-links div[class*="nav"] a {
	color: #444;
}
.single .nav-links div[class*="nav"] a svg {
	color: #666;
	font-size: 20px;
}
.single .nav-links div.nav-previous a {
	padding-left: 30px;
}
.single .nav-links div.nav-next a {
	padding-right: 30px;
}












