/*
Theme Name: OceanWP Child
Template: oceanwp
*/

/* START content-piciup.php */
/* 親セクション */
.pickup-section {
  background-color:white;
  padding: 60px 20px;
}

/* コンテナ */
.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* タイトル */
.pickup-title h2 {
  font-size: 2rem;
  text-align: left;
  margin-bottom: 30px;
  font-weight: 600;
}

.pickup-title em span {
  font-size: 1rem;
  color: #bbbbbb;
  font-style: normal;
}

/* アイテム全体 */
.pickup-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* 各バナー */
.pickup-item {
  flex: 1 1 calc(50% - 10px);
}

.pickup-item img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

/* debug */
/* body {
  background-color: pink !important;
}	 */

/* END content-piciup.php */


/* START header.php */
.custom-header {
    background-color: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
.site-title a {
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
}
.main-navigation .menu {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 20px;
}
.main-navigation .menu li a {
    text-decoration: none;
    color: #555;
    font-weight: 600;
}
/* END header.php */




body {
		font-size: 1.5rem;
		font-weight: 400;
		-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
@media (max-width: 678px) {
  a:hover {
    opacity: 1;
  }
}

.c-gnav>.menu-item.menu-item-656 a span {
	color:red;
}

/***** Common：共通 *****/
.menu-item a {
/* 		font-family: proxima-nova,sans-serif; */
		font-weight: 600;
		font-style: normal;
		letter-spacing: .24rem;
}

.post_content>* {
		letter-spacing: .05rem;
		line-height: 2.25;
}

.wp-social-link-twitter a{
	color: #fff;
}

/* 角丸 */
.-ps-style-img .p-postList__link,
.-type-thumb .p-postList__link,
.p-postList__thumb{
			border-radius: 3px;
}
.c-postThumb__cat,
.c-widget .-type-card.-w-ranking .p-postList__item::before {
    border-radius: 2px;
}
.c-categoryList__link{
    border-radius: 2px;
}
.c-tagList__link{
			border-radius: 16px;
			padding: 6px 12px;
			background: #f3f3f3;
}
.-related .p-postList__thumb, .c-bannerLink__label, .c-searchForm__submit, .is-style-bg_gray, .is-style-bg_main, .is-style-bg_main_thin, .is-style-bg_stripe, .is-style-border_dg, .is-style-border_dm, .is-style-border_sg, .is-style-border_sm, .is-style-dent_box, .is-style-note_box, .is-style-stitch, .p-authorBox__moreLink, .p-pickupBanners .c-bannerLink, .p-pnLinks__thumb, [class*=is-style-big_icon_], input[type=number], input[type=text], textarea {
    border-radius: 3px;
}

@media (min-width: 960px){
  #sidebar .-type-list .p-postList__thumb {
		  border-radius: 2px;
  }
}


	/* タグ */
.tag-cloud-link {
    margin-bottom: 12px;
    background: #f3f3f3;
}


/* グロナビ */
@media (min-width: 960px){
	.c-smallNavTitle {
    position: relative;
			display: block;
    top: 8px;
		 letter-spacing: 1px;
    color: #666;
	}
 	.c-gnav > li.menu-item > .sub-menu {
		left: 0;
		transform: none; 
	}
	.-parallel .l-header__gnav .c-gnav>li>a {
			padding: 16px 20px;
	}
}


/* ランキンググラデーション */
.-w-ranking .p-postList__item:nth-child(1)::before,
.-w-ranking .p-postList__item:nth-child(2)::before,
.-w-ranking .p-postList__item:nth-child(3)::before{
    background-image: none;
}
.-w-ranking .p-postList__item:nth-child(1)::before {
    color: #000;
}


	/* 目次調整 */
.p-toc.-simple {
	border: 20px solid #f3f4f4;
	padding: 30px 40px;
	width: 100%;
}

ol.is-style-index > li {
		font-weight:bold;
		margin-bottom: 20px;
}

ol.is-style-index > li > ol {
	font-weight:normal;
	margin-bottom: 0;
}


@media screen and (max-width:767px) {
	.p-toc.-simple {
		padding: 30px 20px;
	}
}


	/* フォーム調整 */
.mw_wp_form.mw_wp_form_input,
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview {
			width: 60%;
			margin: 0 auto;
}
form p {
			margin-bottom: 40px;
}
button, input, select, textarea {
    padding: .5rem 1.5rem;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}
input[type="text"], 
input[type="email"],
textarea{
			width: 100%;
}

input[type="submit"]{
			background: #57b1bf;
			color: #fff;
			border: none;
			border-radius: 100px;
			font-weight: 700;
			padding: .75em 1.5em;
			line-height: 1.5;
			box-shadow: 0 2px 2px rgba(0,0,0,.1), 0 4px 8px -4px rgba(0,0,0,.2);
}

.hissu{
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: #57b1bf;
	border-radius: 2px;
	margin-left: 6px;
	padding: 3px 4px;
	display: inline-block;
	line-height: 1;
}


@media (max-width: 768px){
	.mw_wp_form.mw_wp_form_input {
			width: 100%;
	}
}





	/***** フッター *****/
.l-footer__nav a {
    padding: 0 1.5rem;
    font-weight: 500;
    line-height: 1;
}

@media (min-width: 600px){
	.l-footer__nav a,
	.l-footer__nav li:first-child	a{
     border: none;
	}
}

@media (max-width: 768px){
	.l-footer__nav a {
    line-height: 2;
	}
}






/***** Twitter *****/
.tw_timeline {
	display: flex;
	justify-content: space-between;
}

.twitter-timeline{
	border: #eee 1px solid!important;
}

/* #twitter-widget-0,
 #twitter-widget-1{
 	width: 49%!important; 
} */

@media (max-width: 768px){
	.tw_timeline {
		flex-direction: column;
	}
	#twitter-widget-0,
	#twitter-widget-1{
		width: 100%!important;
	}
}





/***** instagram *****/
#sb_instagram #sbi_load {
	margin-top: 30px;
}

#sb_instagram #sbi_load .sbi_follow_btn{
	margin-left: 0;
}

#sb_instagram #sbi_load .sbi_follow_btn a{
	padding: 12px 20px;
	font-size: 14px;
	font-weight: bold;
}







@media (min-width: 960px){
.c-gnav > li > .sub-menu {
	left: 0;
	transform: none; 
	}
}

@media (min-width: 600px){
	.p-postList__meta {
		font-size: 14px;
	}
	.p-postSlider .p-postList__title{
		font-size: 22px;
	}
	.p-postSlider.-ps-style-img .p-postList__title {
		max-height: 3.6em;
		line-height: 1.5;
	}
	.p-postSlider.-ps-style-img .p-postList__title {
		max-height: 4.6em;
	}
}





/****** コメントエリア  ******/
/* #comment_area p a, .term_description a, .textwidget a {
    color: #fff;
} */





/****** サイドバー  ******/

/* プロフィール（profile） */
.p-profileBox__iconImg {
    border: solid 1px #ddd;
}

.p-authorBox .avatar {
    border: solid 1px rgba(200,200,200,.5);
}

.p-authorBox__desc{
	text-align: left;
}





/****** トップページ *******/
.p-postSlider.-ps-style-img .p-postList__body {
	padding: 1.8em 1.8em 1.2em;
}

.c-postAuthor__figure {
    width: 26px;
    height: 26px;
    margin-right: .5em;
}

@media (min-width: 600px){
	/* 	mainvisual上下のpaddingを調整 */
	.p-mainVisual.-margin-on {
    padding: 8px 16px 16px;
 }
	/* 	mainvisualのコピースタイルを調整 */
	.p-mainVisual__slideTitle {
		font-size: 36px;
   text-shadow: none;
   font-weight: 600;
 }
}



/****** 固定ページ：TOP  ******/
top-profile-box {
	border-right: 1px solid;
}

.catList_unit{
	background: #fff;
	padding: 16px 20px;
	box-shadow: 0 0 12px rgb(0 0 0 / 6%);
	border-radius: 4px;
}

@media (min-width: 600px){
.catList_unit h3 {
	font-size: 1.12em;
	}
}

.catList_unit_img{
	margin: auto;
	width: 60px;
}

.catList_unit_text{
	text-align:justify;
}

.btn_aboutus_home a:hover{
	background: #fff;
	color: #666;
}
