@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: PresentIdea
Theme URI: https://present.ebb.jp/
Description: this is theme for only まごころギフト site..
Author: Lisa
Author URI: https://present.ebb.jp/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 20191003
---------------------------------------------------------*/

/************************************************
*
*    Base(common)
*
************************************************/
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
    line-height: 1.7em;
    letter-spacing: 1px;
	color: #666;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em;
	color: #222;
}
h1 { font-size: 130%; }
h2, h3 { font-size: 130%; }

p {
	margin: 0 0 2em;
	padding: 0;
}
p::selection {background: #999; color: #fff;}
p::-moz-selection {background: #999; color: #fff;}
ul, ol {
	margin: 0 0 .6em;
    padding: 0;
}

li {
	margin: 0 0 0 1.4em;
    padding-left: .6em;
}

a { color: #4682b4; }
a:hover, input:hover, label:hover {
	color:#FFAF38;
	cursor:pointer;
}
a:hover img { opacity: .7; }

img {
	max-width: 100%;
	height: auto;
	display: block;
}

i {
	font-family: "FontAwesome";
	font-style: normal;
}

.attachment-post-thumbnail {
	border-radius: 1em;
}

em {
	background-color: #FFF99C;
}

small {
    display: inline-block;
    margin: 0;
    line-height: 1.2em;
    font-size: 70%;
    color: #999;
}

i { margin-right: .2em; }
label { font-weight: normal; }
input {
	padding: 6px;
	border-radius: 3px;
}

input:focus::placeholder {
	color: transparent;
}
pre {
	margin-bottom: 40px;
	padding:10px;
	overflow : auto ;
	word-wrap: break-word;
	overflow: break-word; /*word-wrapから改称*/
	color: #59b9c6;
	background-color: #292929;
}


blockquote {
	padding: 20px;
	margin:0 0 10px 50px;
    position: relative;
	word-wrap: break-word;
	line-height: 1.2em;
	font-size: 86%;
	background-color: #f3f3f3;
}
blockquote strong {
	background-color: none;
	color: #e26b3d;
}
blockquote:before {
    content: "\f118";
    display: block;
    position: absolute;
    left: -50px;
    top: 45%;
    margin: auto;
    font-family: "FontAwesome";
    font-size: 260%;
}
blockquote:after {
    content: "\f0d9";
    display: block;
    position: absolute;
    left: -10px;
    top: 45%;
    margin: auto;
    font-family: "FontAwesome";
    font-size: 260%;
    color: #f3f3f3;
}




table {
	width: 100%;
	margin: 0 auto 2em;
    font-size: 90%;
	line-height: 1.3em;
}
table tr { margin-bottom: .6em; }
table td { padding: 8px; }
table td:nth-child(1) { font-weight:bold; }
dd { font-size: 90%; }
dd .h4 {
	margin-bottom: .7em;
	font-weight: bold;
}
dd p {
	font-size: 0.8em;
}
strong {
    background: #fbff48;
	border-radius: 0 6px;
}

/*--------------------------------
 common
---------------------------------*/
/* ▼ list */
.list_style_none {
	padding: 0;
}
.list_style_none li {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

/* ▼ text */
.text_center { text-align: center; }
.text-right{ text-align: right;}

.highlight {
	background-color:yellow;
}

.font_title {
	font-weight: bold;
	font-family: 'Quicksand', sans-serif;
}

/* ▼ 2column */
.dl_2column, .ul_2column {
	margin: 0 0 .2em;
}
.dl_2column dt, .fifty_left,
.dl_2column dd, .fifty_right{
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 96%;
}

.dl_2column dt {
	width: 24%;
}
.dl_2column dd {
	width: 74%;
	font-size: 114%;
}
.fifty_left, .fifty_right {
	width: 48.5%;
	list-style-type: none;
}

.ul_2column img {
	box-sizing: border-box;
	border: 1px solid #ccc;
}



/* ▼ button (orange) */
.button_bright { width: 100%; }
.button_bright i { font-size: 110%; }
.button_bright a,
.button_bright input[type=submit] {
	display: inline-block;
	padding: 0.6em 12%;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #D46200;
	border-left: none;
	border-radius: 4px;
	background-color: #FD8B29;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
.button_bright a:hover,
.button_bright input[type=submit]:hover {
	margin-top: 2px;
	border-bottom: none;
}



/*--------------------------------
 clearfix
---------------------------------*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}



/************************************************
*
*    layout
*
************************************************/
#container {
	width: 100%;
	margin: 90px 0 0;
	padding: 0;
}
#header {
	width: 100%;
	padding: 14px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: flex;
	align-content: center;
	justify-content: space-between;
	box-sizing: border-box;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	opacity: .7;
	background-color: #fff;
}

#content {
	width: 100%;
	max-width: 1200px;
	min-height: 450px;
	display: flex;
	align-content: center;
	justify-content: center;
	margin: 0 auto 1em;
	padding-bottom: 50px;
	background-color: #fff;
}

#sidebar {
	width: 30%;
	padding: 20px 20px 0 20px;
	box-sizing: border-box;
}
#main {
	width: 70%;
	padding: 20px 20px 0 20px;
	box-sizing: border-box;
}

#footer {
	width: 100%;
	text-align: center;
	background-image: url(../images/footer_background.png);
}

/* common */
.wrapper {
	margin: 0 auto;
	padding:0 0 20px;
}
.inner {
	margin: 0 .8em 4em;
}


/************************************************
*
*    header
*
************************************************/
#header a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#header h1, #header img {
	width: 240px;
	margin: 0;
}

#search_arrow {
	padding: 10px;
	text-align: center;
	background-color: #FD8B29;
	border-radius: 4px;
	font-size: 100%;
}
#search_arrow:hover {
	opacity: 0.3;
}
#search_arrow i {
	font-size: 130%;
	font-weight: normal;
}

#search_arrow p {
	margin: 0;
	display: inline;
}

#header .button_bright i {
	display: inline;
}


/************************************************
*
*    footer
*
************************************************/
#footer nav ul {
	width: 32.75%;
	padding: 0;
	margin: 0 .5% 28px 0;
	float: left;
	text-align: left;
	color: #efefef;
	font-size: 90%;
}
#footer ul.end {
	margin-right: 0px;
}
#footer ul li {
	margin: 0;
	line-height: 3em;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	list-style: none;
	font-size: 108%;
}
#footer ul li ul {
	width: 100%;
	margin: 0;
	border: none;
}
#footer ul li ul li {
	clear: both;
	border-bottom: none;
	line-height: 2.5em;
	font-size: 92%;
	font-weight: normal;
}

#footer small {
	width: 100%;
	display: block;
	margin: 0;
	padding: 2.8em 0;
	text-indent: 0;
	color: #666;
	background-color: #fff;
}


/************************************************
*
*    content > breadcrumb
*
************************************************/
#breadcrumb {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 20px;
	margin: 0 auto 2em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 80%;
	background: #efefef;
}
#breadcrumb div {
	display: inline;
}
#breadcrumb i {
	margin: 0 0 0 6px;
}
#breadcrumb ul, #breadcrumb li {
	margin: 0;
	display: inline-block;
	list-style: none;
}
#breadcrumb div:nth-child(2) a {
	padding: 0 6px;
	border: 1px solid #666;
	border-radius: 2px;
	text-decoration: none;
	background: #fff;
	color: #666;
}
#breadcrumb div:nth-child(2) a:hover {
	background: none;
}


/************************************************
*
*    content > sidebar
*
************************************************/
/*--------------------------------
 search
---------------------------------*/
#search-content {
	padding: 10px;
	margin: 0 auto 1.5em;
	border: 1px solid #ccc;
}
#searchform {
	margin-bottom:2em;
}
#search-content .font_title {
	font-size: 130%;
}
#search-content dl {
	font-weight: bold;
}
#search-content dd {
	padding: .6em 0 .8em;
	margin: 0 .2em 1em;
	border-bottom: #999 1px dotted;
}

#search-content label {
	display: block;
}

#search-content input[type=text] {
    margin-bottom: .5em;
	border: 2px solid #ccc;
	width: 80%;
}

#search-content input[type=submit] {
	margin: 0 0 1em;
	font-size: 106%;
	letter-spacing: 2px; 
}
#search-content .keyword_example {
	line-height: 2em;
}
#search-content .keyword_example span {
	margin: 0 6px 0 0;
	padding: 0 6px;
    display: inline-block;
	font-size: 90%;
	line-height: 1.8em;
	background: #666;
	color: #fff;
}

.search_check {
	display: none;
}
#mybox ul {
	margin: 0 auto 2em;
}
#mybox h4 {
	margin: 0;
}

#searchform input[type=checkbox]{
	  display: none;
}
#searchform label {
	display:inline-block;
	padding: 5px 8px;
	margin: .2em 0;
	line-height: 1.3em;
	font-size: 86%;
	background: #fff;
	border-radius: 1em;
	box-shadow: 0 2px 1px 0;
	font-weight: bold;
}
#searchform input[type=checkbox]:checked + label {
	color: #fff;
	background-color: #F7BB0D;
}




/************************************************
*
*    content > main
*
************************************************/
/*--------------------------------
 carousel
---------------------------------*/
#text{ display:none; }
.single-carousel {
	margin: 0 auto 60px;
	border: 0;
}.single-carousel img {
	width: 100%;
}

.multiple-carousel {
	margin: 0 auto 2em;
	padding: 10px 5% 16px;
	border: 2px solid #ccc;
	background-color: #fff;
}

.multiple-carousel .slick-prev { left: .5%; }
.multiple-carousel .slick-next { right: .5%; }


.top-multiple-carousel .dl_2column dd p{
	font-size: 80%;
	margin: 0.4em 0;
}


.top-multiple-carousel dl {
	display: flex;
}
.top-multiple-carousel .dl_2column dt,
.content-search .dl_2column dt,
.content-index .dl_2column dt {
	width: 40%;
	margin-right: 0.7em;
	display: inline-block;
}
.top-multiple-carousel .dl_2column dd,
.content-search .dl_2column dd,
.content-index .dl_2column dd {
	width: 52%;
	margin: 0;
	padding: 0;
	display: inline-block;
	border-bottom: 0;
}

.multiple-carousel a {
	display: block;
}
.top-multiple-carousel a {
	margin-bottom: .7em;
	font-size: 110%;
	font-weight: bold;
}

.multiple-carousel .item_comment a {
	padding: 0 .2em;
	margin: 0;
	display: inline;
	font-size: 100%;
	font-weight: normal;
}
.pc { display: block; }
.sp { display: none; }

#toc_container .toc_list li span {
	font-weight: bold;
	background: #e26b3d;
	border-radius: 50px;
	padding: 1px 6px;
	color: #fff;
}


/*--------------------------------
 article
---------------------------------*/
/* common */
#article_single {
 	margin-bottom: 1em;
 }

.article_title {
	font-size: 90%;
    margin: 0 0 2em;
    border-radius: 4px;
}
.article_title h1 {
    margin: 0 0 .4em;
    padding: 0 0 10px;
    border-bottom: 4px solid;
	font-size: 130%;
}
.article_title h2.date {
	margin: 0 auto 1.5em;
	font-size: 90%;
	font-family: 'Quicksand', sans-serif;
	font-weight: normal;
}

.article_content {
	font-size: 90%;
	line-height: 1.5em;
}
.article_content h3 {
	position: relative;
	background: #e37c5426;
	padding: 14px 8px 14px 45px;
	color: #e26b3d;
	border-radius: 0 10px 10px 0;
	font-size: 120%;
	margin-top:2em;
}

.article_content h3:before {
	font-family: FontAwesome;
	content: "\f0a7";
	display: inline-block;
	position: absolute;
	padding: 0em;
	color: #e26b3d;
	background: #fff;
	font-weight: normal;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	left: -0.35em;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: solid 3px white; 
	border-radius: 50%;
}

.article_content img {
	padding: 0 0 1em;
}
.article_content h4 {
	padding: 0.25em 0.5em;
	color: #494949;
	background: transparent;
	border-left: solid 5px #e26b3d;
	font-size: 110%;
	margin-top:1.5em;
}

.article_content ul {
	margin-bottom: 1em;
    padding: 16px 10px;
	border: 4px solid #ccc;
} .article_content ul li {
	padding-bottom: 0.8em;
	margin: 0 0 0.8em 1em;
	border-bottom: 1px dotted #ccc;
	list-style-position: inside;
	list-style-type: disclosure-closed;
	text-indent: -1em;
} .article_content ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.article_content .toc_list {
	border:none;
}
.article_content .toc_list li {
	border:none;
	text-indent: 0;
}

.article_content .dl_2column {
	margin-bottom: 1em;
}
.article_content .dl_2column dd p {
	font-size: 90%;
}
.article_content .is-style-regular {
	background: #f3f0e7;
	border-radius: 10px;
}
.article_content .is-style-regular table td:nth-child(1) {
	color: #e26b3d;
}
.article_content .wp-block-table figcaption {
	padding: 0 1.2em;
	font-size: 80%;
}

.catlist h5 { margin: 0; }
.article_content .post-categories li {
	margin: 0;
	padding: 0;
	border: none;
	text-indent: 0;
	display: inline-block;
	list-style: none;
} .article_content .post-categories a {
	margin-right: .02em;
	padding: 0 6px;
	border-radius: 4px;
	font-size: 68%;
	text-decoration: none;
	border: solid 1px #999;
	color: #999;
} .article_content .post-categories a:hover {
	background-color: #FFAB63;
}

.article-multiple-carousel .slick-slide {
	max-width: 31%;
	margin: 0 0.3em 0;
	float: left;
	line-height: 1.2em;
}
.article-multiple-carousel .slick-slide h4 {
	padding: 0.5em 0 0;
	font-size: 80%;
    font-weight: normal;
}
.article_content i.fa {
    margin-right: .4em;
	font-size: 90%;
}



/*--------------------------------
 search
---------------------------------*/
.content-search .dl_2column,
.content-index .dl_2column {
	display: flex;
	margin: 0 auto 1em;
	background: #efefef;
	padding: 10px;
	border-radius: 6px;
	font-weight: bold;
}
.content-search .article_title h2,
.content-index .article_title h2 {
	margin: 0;
}
.content-search .article_title,
.content-index .article_title{
line-height: 1.4em;
}

/*--------------------------------
ページャー
---------------------------------*/
.nav-links ul {
	display: flex;
    margin: 0 auto;
	justify-content: center;
    align-content: center;
	padding: 0;
    border: none;
}
.nav-links ul li {
    margin: 0 2px;
	display: inline-block;
	list-style-type: none;
	text-indent: 0px;
	border: none;
}
.nav-links ul li a {
	padding: 6px 10px;
	margin: 0;
	border-radius: 4px;
    color: #fff;
    text-decoration: none;
	font-weight: bold;
	background: #FD8B29;
}



/************************************************
*
*    for Smartphone
*
************************************************/
@media only screen and (max-width: 768px){
	#content {
		display: block;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#sidebar {
		float: none;
		width: 100%;
		padding-bottom: 1em;
		background:url(https://present.ebb.jp/wp-content/uploads/2022/05/bg_77_5.gif) repeat-x #efe8e5;
	}
	#main {
		float: none;
		width: 100%;
		padding-bottom: 2em;
	}
	#mybox {
		display: none;
	}
	.inner { margin: 0 0 4em ; }
	.pc { display: none !important; }
	.sp { display: block !important; }
	

	.dl_2column dt {
		width: auto;
		float: none;
		margin: 0 ;
		padding: 0;
		font-size: 100%;
	}
	.dl_2column dd {
		width: auto;
		float: none;
		margin: 0 0 2.5em 0;
		padding: 0 0 1em 0;
		border-bottom: 1px dotted #ccc;
	}


	.inner div{ width: auto; }
	
	/* header */
	#search_arrow { padding: 8px 12px; }
	#search_arrow i { margin: 0; }
	#search_arrow p { display: none; }
	
	/* footer */
	#footer .wrapper {
		padding: 0;
	}
	#footer nav ul {
		width: 100%;
		margin: 0;
		font-size: 100%;
	}
	#footer ul li {
		padding: 0;
		line-height: 3.8em;
		text-indent: 1.6em;
		font-size: 100%;
	}
	#footer ul li ul li {
		position: relative;
		z-index: 0;
		font-size: .6em;
   		line-height: 2.8em;
		text-indent: 3.6em;
		border-bottom: 1px solid #CCC;
		background-color: #535353;
	}
	#footer ul li ul li:after {
		position: absolute;
		right: 1.6em;
    	content:'\f105';
		font-size: 150%;
	  font-family: FontAwesome;
	}
	#footer ul li a {
		text-decoration: none;
		color: #fff;
	}

}


