@ -0,0 +1,451 @@
@charset "UTF-8";
/*
 Theme Name:xeory-child
 Theme URI:   
 Description:WordPressテーマ「Xeory」の自作子テーマです。
 Author: Tom Uno
 Author URI:https://wp.corotada.com/
 Template:xeory_base
 Version:1.0.0
 License:GNU General Public License v2 or later
 License URI:http://www.gnu.org/licenses/gpl-2.0.html
 Tags:light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:Xeory child
*/
/* all display

-------------------------------------------------- */
body {
	background: #f1f5fe !important;
	font-size: 20px !important;
}

#header {
	background: #c5d8fb !important;
	color: #6f9ef6 !important;
}

p #logo a {
	color: #6f9ef6 !important;
}

h1 a:link {
	color: #1e3066 !important;
}
h1 a.hover {
	color: #4169e1 !important;
}

h2 a.hover {
	color: #4169e1 !important;
}

#aspbnn {
	display: block !important;
	width: 100% !important;
    text-align:center !important;
	margin: 50px 0!important;
}

/* サイドバーなしワンコラムページ

-------------------------------------------------- */
.main-inner-noside {
  margin-right: 0;
}

/* ヘッダー

-------------------------------------------------- */

#header {
  background-color: #c7d7f7;
	padding: 0px;
  height: 60px;
  border-bottom: 1px solid #efefef;
}
#header #logo {
  float: left;
  font-size: 24px;
}

#logo {
	padding: 11px 0 0 0;
}

#header #logo img {
  height: 34px;
}

#header #logo a {
  color: #383838;
}

/* グローバルナビ

-------------------------------------------------- */
#gnav-ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#gnav li a {
	padding: 0 !important;
}

.menu-item {
	display: block;
	width: 300px;
	height: 40px;
	margin: 0 10px 0px 10px !important;
	line-height: 40px;
}
.menu-item a {
	all:initial;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	width: 300px;
	height: 40px;
	margin: 0 ;
	padding: 0 0 20px 0;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-style: none;
	font: bold 18px sans-serif;

}

.top-smpl-nav {
	display: none;
}

#menu-item-7 {
	background-color: #6696f7;
}


#menu-item-7 a:hover {
	background-color: #84abf8;
	text-decoration: none;
}

#menu-item-2402 {
	background-color: #d4965b;
}


#menu-item-2402 a:hover {
	background-color: #d6aa82;
	text-decoration: none;
}

#menu-item-10 {
	background-color: #7bac8b;
}


#menu-item-10 a:hover {
	background-color: #8fbd9e;
	text-decoration: none;
}

#menu-item-9 {
	background-color: #a744c0;
}


#menu-item-9 a:hover {
	background-color: #b064c4;
	text-decoration: none;
}


#menu-item-1346 {
	background-color: #ca2b2b;
}


#menu-item-1346 a:hover {
	background-color: #cc5b5b;
	text-decoration: none;
}




/*記事トップ

-------------------------------------------------- */
body.home #content {
padding-top: 10px !important;
}

.post-header {
	padding: 20px 0 0 0;
}

.post-meta {
	display: none !important;
}

.post-title {
	font-size: 20px !important;
	margin: 0 !important;
}

.bzb-sns-btn {

}

#first-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* トップページリンクブロック

-------------------------------------------------- */

.top-package{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.ctgr-block {
	display: block;
	margin: 0 ;
	padding: 0;
	width: 320px;
	
}

.ctgr-title {
	display: block;
	margin: 0 10px 20px 10px;
	
	width: 300px;
	height: 200px;
	
}

.ctgr-title a {
	display: block;
	width: 300px;
	height: 200px;

}

.ctgr-title h2 {
	display: -webkit-flex;
	display: flex;
 	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 	align-items: center; /* 縦方向中央揃え */
	 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 	justify-content: center; /* 横方向中央揃え */
	width: 300px;
	height: 200px;
	
	color: #fff;
	text-align: center;
	font: bold 24px sans-serif;
	border-style: none;
}

.color2t {
	background-color: #6696f7;
}

.color2t a:hover {
	background-color: #84abf8;
	text-decoration: none;
}

.color3t {
	background-color: #d4965b;
}

.color3t a:hover {
	background-color: #d6aa82;
	text-decoration: none;
}

.color42t {
	background-color: #7bac8b;
}

.color42t a:hover {
	background-color: #8fbd9e;
	text-decoration: none;
}

.color38t {
	background-color: #a744c0;
}

.color38t a:hover {
	background-color: #b064c4;
	text-decoration: none;
}

.color65t {
	background-color: #ca2b2b;
}

.color65t a:hover {
	background-color: #cc5b5b;
	text-decoration: none;
}

ul {
	margin: 0 ;
	padding: 0;
}

.wpp-list ul {
	margin: 0 ;
	padding: 0;
}

.wpp-list li {
	margin: 40px 10px 0 -10px;
	padding: 0;
}


.wpp-list li ul li {
	margin: 0 ;
}

.wpp-list li a img {
	display: block;
	margin: 0 ;
	padding: 0;
	width: 300px;
	height: 200px;
}


.ctgr-block-wrap li {
	display: block;
	margin: 20px 0 20px 0;
	padding: 0;
	width: 300px;
  
}

.color2b {
	background-color: #c7d7f7;
}

.color3b {
	background-color: #f8d4b2;
}

.color42b {
	background-color: #c5f5d4;
}

.color38b {
	background-color: #e7b0f5;
}

.color65b {
	background-color: #f7c4c4;
}


.colorw {
	background-color: #fff;
}

.ctgr-post-title {
	display: block;
	width: 280px;
	height: 140px;
	margin: 0 10px ;
}

.ctgr-post-title li {
	display: block;
	font: bold 18px sans-serif;
	margin: 0 10px;
}

.ctgr-post-title li a{
	display: block;
	font: bold 17px sans-serif;
	color: #444;
	width: 280px;
	margin: 10px 10px 0 0;
}

.ctgr-post-title li p {
	display: block;
	font: normal 12px sans-serif;
	width: 280px;
	margin: 10px 10px 20px 0;
}


/* カテゴリページリンクブロック

-------------------------------------------------- */
.ctgr-package {

}

.ctgrpg-ctgr-block .wpp-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 ;
	padding: 0;
	width: 100%;
}

.ctgrpg-ctgr-block .wpp-list li {
	margin:  0;
}

 ul .ctgrpg-wrap {
	all: initial;
	display: block;
	margin:  0 60px 40px 0 ;
}

/* 見出し

-------------------------------------------------- */

h2 span {
	display: block !important;
	background: #e0f0ff !important;
	border-top: thick solid #84abf8 !important;
	line-height: 200%;
	text-align: center;
}

h3 span {
	border: none !important;
	padding: 0 0 0 40px;
	margin: 0;
	display: block !important;
	background-image:url(https://corotada.com/wp-content/uploads/2021/07/cropped-IMG_1864.png) !important; 
	background-size: 30px !important;
	background-repeat: no-repeat !important;
	background-position-x: left !important;
	background-position-y: center;
	background-clip: padding-box;
}



@media screen and (max-width:990px) {
	/*タブレット用のcssを記述*/

	/* ヘッダー

-------------------------------------------------- */

	#header {
		background-color: #c7d7f7;
		padding: 0px !important;
		height: 44px;
		border-bottom: 1px solid #efefef;
	}

	#header #logo {
		position: absolute;
		left: 50%;
		margin: 0 0 0 -72px !important;
		font-size: 0px;
	}
	
	#logo {
		padding: 11px 0 0 0;
	}
	
	#header #logo img {
		height: 24px;
	}

	/* グローバルナビ

	-------------------------------------------------- */
	#gnav {
		margin-top: -1px;
	
		border-top: 1px #efefef solid;
		border-bottom: 1px #efefef solid;
		
	}

	#gnav-ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.menu-item {
		
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
		align-items: center; /* 縦方向中央揃え */
		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
		justify-content: center; /* 横方向中央揃え */
		display: block;
		width: 300px;
		height: 60px;
		line-height: 60px;
		margin: 0 10px 40px 10px;
	}

	.menu-item a {
	display: block;
	padding: 20px 0 0 0;
	width: 300px;
	height: 60px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	border-style: none;
	font: bold 18px sans-serif;
	}

	.menu-item a:hover {
		display: block;
	width: 300px;
	height: 60px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	border-style: none;
	text-decoration: none;
	font: bold 18px sans-serif;
	}

	#menu-item-7 a {
		background-color: #6696f7;
	}
	
	#menu-item-7 a:hover {
		background-color: #84abf8;
	}
	
	#menu-item-2402 {
		background-color: #d4965b;
	}

	#menu-item-2402 a:hover {
		background-color: #d6aa82;
	}
	
	#menu-item-10 {
		background-color: #7bac8b;
	}
	
	#menu-item-10 a:hover {
		background-color: #8fbd9e;
	}
	
	#menu-item-9 {
		background-color: #a744c0;
	}

	#menu-item-9 a:hover {
		background-color: #b064c4;
	}
	
	#menu-item-1346 {
		background-color: #ca2b2b;
	}
	
	#menu-item-1346 a:hover {
		background-color: #cc5b5b;
	}

	#top-smpl-nav {
		display: none;
	}
	
		/* トップページナビ

	-------------------------------------------------- */
	.menu-item-7 {
		background-color: #6696f7;
	}

	.menu-item-7 a:hover {
		background-color: #84abf8;
	}
	
	.menu-item-2402 {
		background-color: #d4965b;
	}

	.menu-item-202 a:hover {
		background-color: #d6aa82;
	}
	
	.menu-item-10 {
		background-color: #7bac8b;
	}
	
	.menu-item-10 a:hover {
		background-color: #8fbd9e;
	}
	
	.menu-item-9 {
		background-color: #a744c0;
	}

	.menu-item-9 a:hover {
		background-color: #b064c4;
	}
	
	.menu-item-1346 {
		background-color: #ca2b2b;
	}
	
	.menu-item-1346 a:hover {
		background-color: #cc5b5b;
	}

	/* パンくずリスト

-------------------------------------------------- */

	.breadcrumb {
		display: none !important;
	}

	.top-smpl-nav {
		display: block;
	}

	

}

@media screen and (max-width:450px) {
	/*スマホ用のcssを記述*/
	
	/* ヘッダー

	-------------------------------------------------- */

	#header {
		padding: 0 !important;
		border-bottom: 1px solid #efefef;
	}
		#header #logo {
		position: absolute;
		left: 50%;
		margin: 0 0 0 -72px !important;
		font-size: 0px;
	}

	#logo {
		padding: 11px 0 0 0;
	}
	
	#header #logo img {
		height: 24px;
	}

		/* グローバルナビ

	-------------------------------------------------- */
	#gnav {
		margin-top: -1px;
		background-color: #c7d7f7;
		padding: 0px;
		height: 44px;
		border-top: 1px #efefef solid;
		border-bottom: 1px #efefef solid;
		
	}

	#gnav-ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.menu-item {
		
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
		align-items: center; /* 縦方向中央揃え */
		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
		justify-content: center; /* 横方向中央揃え */
		display: block;
		width: 300px;
		height: 60px;
		line-height: 60px;
		margin: 0 10px 40px 10px;
	}

	.menu-item a {
	display: block;
	padding: 17px 0 0 0;
	width: 300px;
	height: 60px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	border-style: none;
	font: bold 18px sans-serif;
	}

	.menu-item a:hover {
		display: block;
	width: 300px;
	height: 60px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	border-style: none;
	text-decoration: none;
	font: bold 18px sans-serif;
	}

	#menu-item-7 {
		background-color: #6696f7;
	}
	
	#menu-item-7 a:hover {
		background-color: #84abf8;
	}
	
	#menu-item-2402 {
		background-color: #d4965b;
	}

	#menu-item-2402 a:hover {
		background-color: #d6aa82;
	}
	
	#menu-item-10 {
		background-color: #7bac8b;
	}
	
	#menu-item-10 a:hover {
		background-color: #8fbd9e;
	}
	
	#menu-item-9 {
		background-color: #a744c0;
	}

	#menu-item-9 a:hover {
		background-color: #b064c4;
	}
	
	#menu-item-1346 {
		background-color: #ca2b2b;
	}
	
	#menu-item-1346 a:hover {
		background-color: #cc5b5b;
	}

	#top-smpl-nav {
		display: none;
	}


		/* パンくずリスト

-------------------------------------------------- */

.breadcrumb {
	display: none !important;
}


	.wpp-list {
		margin: 0 ;
		padding: 0;
		width: 320px;
	}

	ul .ctgrpg-wrap {
		all: initial;
		display: block;
		margin:  0 0 40px 0 ;
		width: 300px;
	}
}