﻿/*
Theme Name:Akimama new
Description: カスタマイズ用テーマ
Author: NozawaTomomi
Version: 1.0
*/
.alm-reveal{
    opacity: 1;
    /* height: auto; */
    /* outline: none; */
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    /* padding: 0 2em; */
    flex-wrap: wrap;
    justify-content: space-between;
}
.main .btn-radius{
	padding:0.5em 2em;
}
.alm-load-more-btn{
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    color: #000;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    padding: 0.5em 2em;
	line-height: 1.6;	
}
.alm-load-more-btn:hover{
	color:#fff;
	background-color:#000;
}
.alm-btn-wrap{
	display: block;
    text-align: center;
    padding: 1em 0;
}
#ajax-load-more{
	width:100%;
}
.alm-load-more-btn.done{
   display: none;
}
.slide__title .ad-icon{
	padding:0px 5px;
	display:inline-block;
	margin:0 5px;.
	font-size:12px;
	border:1px solid #fff;
	border-radius:3px;
	color:#fff;
}

.capimg{
/* 	max-width:300px; */
}
.capimg-harf{
	width:50%;
	max-width:300px;
}
.fleximg{
	align-items: flex-start;
}
.singlePost__body .blog__main .box{
	overflow:hidden;	
}
.singlePost__body .blog__main .alignLeft {
    float: left;
	width:50%;
margin: 0 1em 1em 0em;
}
.singlePost__body .blog__main .alignRight {
    float: right;
	width:50%;	
margin: 0 0 1em 1em;
}

@media screen and (max-width: 768px) {
	.capimg-harf{
	width:100%;
	max-width:100%;
	}
.singlePost__body .blog__main .alignLeft {
    float: none;
	width:100%;
margin: 0;
}
.singlePost__body .blog__main .alignRight {
    float: right;
	width:100%;	
margin: 0;
}	
}


/* ページネーションCSS（仮）*/
.pagination {
    text-align: center;
    width: 100%;
    display: block
}
.pagination a {
    background: #f6f6f6;
    color: #000;
    text-decoration: none
}

.pagination .page-of {
    display: block;
    width: 100%;
    color: #000;
    text-align: center;
    margin-bottom: 2em
}
.pagination a, .pagination .current {
    display: inline-block;
    padding: .5em;
    font-weight: bold;
    line-height: 1.5rem;
}
.pagination .current {
    background: #2C2D2F;
    color: #fff
}
.pagination a:hover {
    background: #2C2D2F;
    color: #fff
}

スタイルシート

/* キャプション付き横並び */
.capyoko-contents {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.capyoko-contents img {
	width: 100%;
}
.capyoko-flexbox {
	display: flex;
}
.capyoko-box1 {
	width: 50%;
	max-width:300px;
	margin: 0 8.5px 0 0;
}
.capyoko-box2 {
	width: 50%;
	max-width:300px;
	margin: 0 0 0 8.5px;
}
@media screen and (max-width: 768px) {
	.capyoko-flexbox {
		display: block;
	}
	.capyoko-flexbox .capyoko-box1 {
		width:100%;
		max-width:100%;
		margin: auto;
	}
	.capyoko-flexbox .capyoko-box2 {
		width:100%;
		max-width:100%;
		margin: auto;
	}
}

/* キャプション付き横並び1:2 */
.capyoko-contents-2 {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.capyoko-contents-2 img {
	width: 100%;
}
.capyoko-flexbox-2 {
	display: flex;
}
.capyoko-box1-2 {
	width: 33%;
	max-width:200px;
	margin: 0 8.5px 0 0;
}
.capyoko-box2-2 {
	width: 67%;
	max-width:400px;
	margin: 0 0 0 8.5px;
}
@media screen and (max-width: 768px) {
	.capyoko-flexbox-2 {
		display: block;
	}
	.capyoko-flexbox-2 .capyoko-box1-2 {
		width:100%;
		max-width:100%;
		margin: auto;
	}
	.capyoko-flexbox-2 .capyoko-box2-2 {
		width:100%;
		max-width:100%;
		margin: auto;
	}
}

/* キャプション付き横並び縦:横 */
.capyoko-contents-3 {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.capyoko-contents-3 img {
	width: 100%;
}
.capyoko-flexbox-3 {
	display: flex;
}
.capyoko-box1-3 {
	width: 31%;
	max-width:185px;
	margin: 0 8.5px 0 0;
}
.capyoko-box2-3 {
	width: 69%;
	max-width:415px;
	margin: 0 0 0 8.5px;
}
@media screen and (max-width: 768px) {
	.capyoko-flexbox-3 {
		display: block;
	}
	.capyoko-flexbox-3 .capyoko-box1-3 {
		width:100%;
		max-width:100%;
		margin: auto;
	}
	.capyoko-flexbox-3 .capyoko-box2-3 {
		width:100%;
		max-width:100%;
		margin: auto;
	}
}

/* キャプション付き横並び横:縦 */
.capyoko-contents-4 {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.capyoko-contents-4 img {
	width: 100%;
}
.capyoko-flexbox-4 {
	display: flex;
}
.capyoko-box1-4 {
	width: 31%;
	max-width:185px;
	margin: 0 0 0 8.5px;
}
.capyoko-box2-4 {
	width: 69%;
	max-width:415px;
	margin: 0 8.5px 0 0;
}
@media screen and (max-width: 768px) {
	.capyoko-flexbox-4 {
		display: block;
	}
	.capyoko-flexbox-4 .capyoko-box1-4 {
		width:100%;
		max-width:100%;
		margin: auto;
	}
	.capyoko-flexbox-4 .capyoko-box2-4 {
		width:100%;
		max-width:100%;
		margin: auto;
	}
}

/* キャプション付き横並び PCも横並び */
.capyoko-contents-5 {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.capyoko-contents-5 img {
	width: 100%;
}
.capyoko-flexbox-5 {
	display: flex;
}
.capyoko-box1-5 {
	width: 50%;
	max-width:300px;
	margin: 0 8.5px 0 0;
}
.capyoko-box2-5 {
	width: 50%;
	max-width:300px;
	margin: 0 0 0 8.5px;
}

/* 追加分 */
.cap2 {
	font-size: small;
	color: #b8860b;
	line-height: 1.3;
	margin-top: 8px;
	display: block;
}
.logo-width {
	width: 200px;
}
.kanren-img-width {
	width: 400px;
}
.button-box {
	display: inline-block;
	padding: 10px;
	color: #000000;
	background: #ffe635;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
	word-break: break-all;
}
.box-contents {
	position: relative;
	display: inline-block;
	padding: 0.5em 0 0 0;
	color: #000000;
	background: white;
	border-top: solid 5px #5d627b;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	word-break: break-all;
}
.box-contents .box-title {
    position: absolute;
    display: inline-block;
	top: -2px;
    left: -2px;
    padding: 0 9px;
	margin: 2px 0 0 2px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #ffe635;
    color: #000000;
}
.affiliate-center {
	text-align: left;
	color: #FFFFFF;
}
@media screen and (max-width: 768px) {
	.affiliate-center {
		text-align: center;
		color: #FFFFFF;
	}
}
.affiliate-center-2 {
	text-align: center;
	color: #FFFFFF;
}
.affiliate-center-3 {
	text-align: center;
}
.affiliate-amazon {
	display: inline-block;
	width: 130px;
	padding: 8px;
	margin-right: 5px;
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #000000;
	background: #FF9900;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	text-align: center;
	word-break: break-all;
}
.affiliate-rakuten {
	display: inline-block;
	width: 130px;
	padding: 8px;
	margin-left: 5px;
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #000000;
	background: #BF0000;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	text-align: center;
	word-break: break-all;
}
.affiliate-hp {
	display: inline-block;
	width: 130px;
	padding: 8px;
	margin-right: 10px;
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #000000;
	background: #ffe635;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	text-align: center;
	word-break: break-all;
}
@media screen and (max-width: 768px) {
	.affiliate-hp {
		display: inline-block;
		width: 130px;
		padding: 8px;
		margin-bottom: -6px;
		color: #000000;
		text-shadow: 0px 0px 0px #000000;
		background: #ffe635;
		box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
		border-radius: 3px;
		text-align: center;
		word-break: break-all;
	}
}
.kao-img {
	width: 100px;
	height: 100px;
}
.singlePost__body .blog__main .alignLeft2 {
    float: left;
	margin: 0 1em 1em 0em;
}

.youtube_height {
	height: 400px;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.youtube_height {
		height: 205px;
		width: 100%;
	}
}
.top-border-box{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.blogcard-box {
	display: inline-block;
    position: relative;
    margin: 0 0;
    padding: 0.5em 1em;
	color: #000000;
	background: white;
    border-top: solid 5px #5d627b;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	word-break: break-all;
}
.blogcard-box .box-title {
    position: absolute;
    display: inline-block;
	top: -2px;
    left: -2px;
    padding: 0 9px;
	margin: 2px 0 0 2px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #ffe635;
    color: #000000;
}
.blogcard-box .box-text {
	float: left;
	display: inline-block;
}
/* HP付きアフィリエイト中央 */
.affiliate-center-hp {
	text-align: right;
	color: #FFFFFF;
}
.affiliate-center-hp2 {
	text-align: right;
}
.affiliate-center-af {
	text-align: left;
	color: #FFFFFF;
}
.affiliate-center-af2 {
	text-align: left;
}
.affiliate-contents {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.affiliate-contents img {
	width: 100%;
}
.affiliate-flexbox {
	display: flex;
}
.affiliate-box1 {
	width: 39.5%;
	max-width:237px;
}
.affiliate-box2 {
	width: 60.5%;
	max-width:363px;
}
@media screen and (max-width: 768px) {
	.affiliate-center-hp {
	text-align: center;
	color: #FFFFFF;
	}
	.affiliate-center-hp2 {
	text-align: center;
	}
	.affiliate-center-af {
	text-align: center;
	color: #FFFFFF;
	}
	.affiliate-center-af2 {
	text-align: center;
	}
	.affiliate-flexbox {
		display: block;
	}
	.affiliate-flexbox .affiliate-box1 {
		width:100%;
		max-width:100%;
		margin: auto;
	}
	.affiliate-flexbox .affiliate-box2 {
		width:100%;
		max-width:100%;
		margin: auto;
	}
}
/* HP付きアフィリエイト左 */
.affiliate-left-hp {
	text-align: left;
	color: #FFFFFF;
}
.affiliate-left-af {
	text-align: left;
	color: #FFFFFF;
}
.affiliate-contents-l {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.affiliate-contents img {
	width: 100%;
}
.affiliate-flexbox-l {
	display: flex;
}
.affiliate-box1-l {
	width: 26%;
	max-width:156px;
}
.affiliate-box2-l {
	width: 74%;
	max-width:444px;
}
@media screen and (max-width: 768px) {
	.affiliate-left-hp {
	text-align: center;
	color: #FFFFFF;
	}
	.affiliate-left-af {
	text-align: center;
	color: #FFFFFF;
	}
	.affiliate-flexbox-l {
		display: block;
	}
	.affiliate-flexbox-l .affiliate-box1-l {
		width:100%;
		max-width:100%;
		margin: auto;
	}
	.affiliate-flexbox-l .affiliate-box2-l {
		width:100%;
		max-width:100%;
		margin: auto;
	}
}

/* ホバーアフィリエイトHP */
.affiliate-hp2 {
	position: relative;
	border-radius: 3px;
	border: 3px solid #FFDD00;
	margin-right: 10px;
	width: 130px;
	height: 40px;
	line-height: 40px;
	display: inline-flex;
	text-align: center;
	background: #FFDD00;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
	word-break: break-all;
}
@media screen and (max-width: 768px) {
	.affiliate-hp2 {
		position: relative;
		border-radius: 3px;
		border: 3px solid #FFDD00;
		margin-bottom: -6px;
		margin-left: auto;
		margin-right: auto;
		width: 130px;
		height: 40px;
		line-height: 40px;
		display: inline-flex;
		text-align: center;
		background: #FFDD00;
		box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
		word-break: break-all;
	}
}
.affiliate-hp2-text{
	width: 100%;
	height: 100%;
	color: #ffffff;
	z-index: 10;
}
.affiliate-hp2-text:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	display: block;
	border-radius: 3px;
	background: #FFFFFF;
	z-index: -1;
	transition: .2s;
}
.affiliate-hp2-text:hover{
	color: #FFDD00;
}
.affiliate-hp2-text:hover:before{
	width: 100%;
}

/* ホバーアフィリエイトamazon */
.affiliate-amazon2 {
	position: relative;
	border-radius: 3px;
	border: 3px solid #FF9900;
	margin-right: 5px;
	width: 130px;
	height: 40px;
	line-height: 40px;
	display: inline-flex;
	text-align: center;
	background: #FF9900;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
	word-break: break-all;
}
.affiliate-amazon2-text{
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	z-index: 10;
}
.affiliate-amazon2-text:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	display: block;
	border-radius: 3px;
	background: #FFFFFF;
	z-index: -1;
	transition: .2s;
}
.affiliate-amazon2-text:hover{
	color: #FF9900;
}
.affiliate-amazon2-text:hover:before{
	width: 100%;
}

/* ホバーアフィリエイトrakuten */
.affiliate-rakuten2 {
	position: relative;
	border-radius: 3px;
	border: 3px solid #BF0000;
	margin-left: 5px;
	width: 130px;
	height: 40px;
	line-height: 40px;
	display: inline-flex;
	text-align: center;
	background: #BF0000;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
	word-break: break-all;
}
.affiliate-rakuten2-text{
	width: 100%;
	height: 100%;
	color: #ffffff;
	z-index: 10;
}
.affiliate-rakuten2-text:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	display: block;
	border-radius: 3px;
	background: #FFFFFF;
	z-index: -1;
	transition: .2s;
}
.affiliate-rakuten2-text:hover{
	color: #BF0000;
}
.affiliate-rakuten2-text:hover:before{
	width: 100%;
}

.tb-futoji {
	vertical-align: top;
	font-weight: bold;
	font-size: small;
}

.tb-moji {
	vertical-align: top;
	font-size: small;
}

.tb-futoji2 {
	font-size: 16px;
}

.kaigyokesu br {
	display: none;
}
