<br />
<b>Deprecated</b>:  Function create_function() is deprecated in <b>/home/seifukuwest/jk-akasaka.jp/public_html/wp-content/plugins/php-code-widget/execphp.php</b> on line <b>62</b><br />
<br />
<b>Deprecated</b>:  Function create_function() is deprecated in <b>/home/seifukuwest/jk-akasaka.jp/public_html/wp-content/plugins/wp-to-twitter/wpt-widget.php</b> on line <b>357</b><br />
<br />
<b>Deprecated</b>:  Function create_function() is deprecated in <b>/home/seifukuwest/jk-akasaka.jp/public_html/wp-content/plugins/wp-to-twitter/wpt-widget.php</b> on line <b>548</b><br />
<br />
<b>Deprecated</b>:  Function create_function() is deprecated in <b>/home/seifukuwest/jk-akasaka.jp/public_html/wp-content/plugins/simple-tags/simple-tags.php</b> on line <b>80</b><br />
﻿/* パソコンで見たときは"pc"のclassがついた画像が表示される */

.pcslider { display: block !important; }
.smartslider { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pcslider { display: none !important; }
.smartslider { display: block !important; }
}

h3{
    background-color: #f5d5da;
    border-radius: 5px;
    color: #ef858c;
    padding: 10px 10px 10px 60px;
    position: relative;
    text-shadow: 0px 0px 10px #fff, 0px 0px 6px #fff, 0px 0px 4px #fff, 0 0 0.5px #fff;
}
h3:before{
	content: '♡*';
    color: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    margin-right: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    text-shadow: 0px 0px 3px #fff, 0px 0px 2px #fff, 0 0 0.5px #fff;
}
h3:after{
    border-bottom: 2px dotted #fff;
    content: '';
    position: absolute;
    bottom: 3px;
    left: 3px;
    right: 3px;
}


h4 {
position: relative;
background: #ffd98a;
padding: 2px 5px 2px 25px;
font-size: 20px;
color: #474747;
border-radius: 0 10px 10px 0;
}

h4:before {
font-family: FontAwesome;
content: "\f08a";
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
background: #ffa337;
font-weight: normal;
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
left: -1.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%;
}

blockquote {
	position: relative;
	color: black;
	background: #d0ecff;
	line-height: 1.4;
	padding: .25em .5em;
	margin: 2em 0 .5em;
	border-radius: 0 5px 5px 5px;
}

blockquote:after {
/*タブ*/
	position: absolute;
	font-family: FontAwesome, 'Quicksand', 'Avenir', 'Arial', sans-serif;
	content: '\f00c check';
	background: #2196F3;
	color: #fff;
	left: 0;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 3px 7px 1px;
	font-size: ９em;
	line-height: 1;
	letter-spacing: .05em;
}

.button3 {
	position: relative;
	display: inline-block;
	padding: .65em 4em;
	border: 2px solid #333;
	color: #333;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.button3::after {
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: -1;
	content: '';
	width: 102%;
	height: 102%;
	background-color: #fe5f95;
	-webkit-transform: rotate(1deg);
	transform: rotate(1deg);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.button3:hover {
	color: #fff;
}

.button3:hover::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.button2 {
	position: relative;
	display: inline-block;
	padding: .65em 4em;
	border: 2px solid #333;
	color: #333;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.button2::after {
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: -1;
	content: '';
	width: 102%;
	height: 102%;
	background-color: #5ae628;
	-webkit-transform: rotate(1deg);
	transform: rotate(1deg);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.button2:hover {
	color: #fff;
}

.button2:hover::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}



/* 
 * コンバージョンボタン
 */
.btn-cv {
	padding: .5em 0;
	overflow: hidden;
	position: relative;
}

.btn-cv a {
	border: solid #fff 3px;
	border-radius: 12px;
	box-shadow: 1px 1px 10px 0 #a1a1a1;
	color: #fff;
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.3;
	margin: 2em auto;
	padding: 1em 2em .8em;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	vertical-align: middle;
	width: 59%;
}

.btn-cv.is-fz20 a {
	font-size: 20px;
}

.btn-cv a img {
	vertical-align: middle;
}

.btn-cv a:after {
	content: ' ' !important;
}

/* ボタン内のアイコン */
.btn-cv a:before {
	content: "\f138";
	font-family: "fontawesome";
	font-weight: normal;
	font-size: 1.1em;
	margin-top: -.6em;
	position: absolute;
	right: 15px;
	top: 50%;
}

.btn-cv a:hover {
	box-shadow: 1px 1px 2px 0 #a1a1a1;
	filter: alpha(opacity=70);
	opacity: .7;
}

/* 2つ連続で並べる場合の余白 */
.btn-cv + .btn-cv a {
	margin-top: 0;
}

/* 緑ボタン */
.btn-cv a {
	background: #00a23f;
	background: -webkit-linear-gradient(#00a23f,#39900a);
	background: linear-gradient(#00a23f,#39900a);
	text-shadow: 0 0 10px rgba(255,255,255,.8), 1px 1px 1px rgba(0,0,0,1);
}

/* 赤ボタン */
.btn-cv.is-red a {
	background: #fb4e3e;
	background: -webkit-linear-gradient(#00a23f,#39900a);
	background: linear-gradient(#fb4e3e,#d64b26);
}

/* 青ボタン */
.btn-cv.is-blue a {
	background: #09c;
	background: -webkit-linear-gradient(#09c,#069);
	background: linear-gradient(#09c,#069);
}

/* 黒ボタン */
.btn-cv.is-black a {
	background: #666;
	background: -webkit-linear-gradient(#8a8a8a,#666);
	background: linear-gradient(#8a8a8a,#666);
}

/* ボタンの光沢 */
.is-reflection:after {
	-moz-animation: is-reflection 4s ease-in-out infinite;
	-moz-transform: rotate(45deg);
	-ms-animation: is-reflection 4s ease-in-out infinite;
	-ms-transform: rotate(45deg);
	-o-animation: is-reflection 4s ease-in-out infinite;
	-o-transform: rotate(45deg);
	-webkit-animation: is-reflection 4s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	animation: is-reflection 4s ease-in-out infinite;
	background-color: #fff;
	content: " ";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: -180px;
	transform: rotate(45deg);
	width: 30px;
}

/* アニメーションを遅延させる */
.is-reflection + .is-reflection:after {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

@keyframes is-reflection {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		transform: scale(0) rotate(45deg);
		opacity: 0;
	}
	
	80% {
		-webkit-transform: scale(0) rotate(45deg);
		transform: scale(0) rotate(45deg);
		opacity: .5;
	}
	
	81% {
		-webkit-transform: scale(4) rotate(45deg);
		transform: scale(4) rotate(45deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: scale(50) rotate(45deg);
		transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

@-webkit-keyframes is-reflection {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}
	
	80% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: .5;
	}
	
	81% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

/* CVボタン矢印揺れ */
.is-trembling a:before {
	-webkit-animation-name: is-trembling;
	-webkit-animation-duration: .8s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;
	-moz-animation-name: is-trembling;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease;
}

@-webkit-keyframes is-trembling {
	0% {
		-webkit-transform: translate(-3px,0);
	}
	
	100% {
		-webkit-transform: translate(0,0);
	}
}

/* ボタンをバウンドさせる */
.is-bounce {
	animation: bounce 4s infinite;
	-moz-animation: bounce 4s infinite;
	-webkit-animation: bounce 4s infinite;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

@-webkit-keyframes bounce {
	0%, 4%, 10%, 18%, 100% {
		-webkit-transform: translateY(0);
	}
	
	5% {
		-webkit-transform: translateY(-6px);
	}
	
	12% {
		-webkit-transform: translateY(-4px);
	}
}

@keyframes bounce {
	20%, 24%, 30%, 34%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	25% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
	
	32% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}
}

/* アニメーションを遅延させる */
.is-bounce + .is-bounce {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

/* ぷるるるるん！ */
.is-purun {
	-webkit-animation: is-purun 5s infinite;
	-moz-animation: is-purun 5s infinite;
	animation: is-purun 5s infinite;
}

@-webkit-keyframes is-purun {
	0% {
		-webkit-transform: scale(1.0,1.0) translate(0%,0%);
	}
	
	4% {
		-webkit-transform: scale(0.9,0.9) translate(0%,3%);
	}
	
	8% {
		-webkit-transform: scale(1.1,0.8) translate(0%,7%);
	}
	
	12% {
		-webkit-transform: scale(0.9,0.9) translate(0%,-7%);
	}
	
	18% {
		-webkit-transform: scale(1.1,0.9) translate(0%,3%);
	}
	
	25% {
		-webkit-transform: scale(1.0,1.0) translate(0%,0%);
	}
}

@keyframes is-purun {
	0% {
		transform: scale(1.0,1.0) translate(0%,0%);
	}
	
	4% {
		transform: scale(0.9,0.9) translate(0%,3%);
	}
	
	8% {
		transform: scale(1.1,0.8) translate(0%,7%);
	}
	
	12% {
		transform: scale(0.9,0.9) translate(0%,-7%);
	}
	
	18% {
		transform: scale(1.1,0.9) translate(0%,3%);
	}
	
	25% {
		transform: scale(1.0,1.0) translate(0%,0%);
	}
}

/* アニメーションを遅延させる */
.is-purun + .is-purun {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

/**
 * ===============================================
 * MediaQuery : スマホ対応
 * ===============================================
 */
@media only screen and (max-width: 767px) {
	/* コンバージョンボタン */
	.btn-cv a {
		font-size: 1.3em;
		margin: 0 auto 1em;
		width: 94%;
	}
}
hr.style15 {
	border-top: 4px double #8c8b8b;
	text-align: center;
}
hr.style15:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
}
.square_btn {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #00bcd4;
    transition: .4s;
  }

.square_btn:hover {
    background: #1ec7bb;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pcslider { display: block !important; }
.smartslider { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pcslider { display: none !important; }
.smartslider { display: block !important; }
}

#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 2px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
}
 
#footerFloatingMenu img {
    max-width: 99%;
}
profile-title{
position: relative;
padding: 0.5em;
background: #a6d3c8;
color: white;
}

profile-title::before {
position: absolute;
content: '';
top: 100%;
left: 0;
border: none;
border-bottom: solid 15px transparent;
border-right: solid 20px rgb(149, 158, 155);
}

archive-title {
position: relative;
padding: 0.6em;
background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
border-radius: 7px;
}

archive-title:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #ffebbe;
width: 0;
height: 0;
}

title9 {
position: relative;
padding: 0.6em;
background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
border-radius: 7px;
}

title9:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #ffebbe;
width: 0;
height: 0;
}

.cast-state-messege {
display:none;
}

.sample-box-11 {
    background-color: #fff;
    margin: 2em 0;
    padding: 2em;
    position: relative;
    z-index: 1;
}
.sample-box-11::before,
.sample-box-11::after {
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}
.sample-box-11::before {
    background-color: rgba(255, 255, 255, .5);
    left: 0;
    top: 0;
    z-index: -1;
}
.sample-box-11::after {
    background-color: #a4f5c8;
    top: 5px;
    left: 5px;
    z-index: -2;
}
.sample-box-13 {
    border: 2px solid #da4033;
    border-radius: 4px;
    margin: 2em 0;
    padding: 2em;
    position: relative;
}
.sample-box-13::before {
    background-color: #fff;
    color: #da4033;
    content: "POINT";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}
.keiko-pen-yellow{
background: linear-gradient(transparent 55%,rgba(255, 213, 0, 0.85) 60%);
}


.sample08 {
    background: linear-gradient(transparent 60%, #ff99ff 60%);
}

.button,
.button span {
	position: relative;
	display: inline-block;
}
.button span {
	padding: .65em 4em;
	background: -webkit-linear-gradient(#fe5f95 , #ff3f7f);
	background: linear-gradient(#fe5f95 , #ff3f7f);
	border: 1px solid #fe3276;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-animation: 3s float ease-in-out infinite;
	animation: 3s float ease-in-out infinite;
}
.button::after {
	position: absolute;
	bottom: -15px;
	left: 50%;
	z-index: -1;
	content: '';
	width: 100%;
	height: 24px;
	background-color: rgba(0,0,0,.1);
	border-radius: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-animation: 3s shadow ease-in-out infinite;
	animation: 3s shadow ease-in-out infinite;
}
@-webkit-keyframes float {
	50% {
		-webkit-transform: translateY(-10px);
	}
}
@keyframes float {
	50% {
		transform: translateY(-10px);
	}
}
@-webkit-keyframes shadow {
	50% {
		width: 70%;
		height: 18px;
	}
}
@keyframes shadow {
	50% {
		width: 70%;
		height: 18px;
	}
}
.sample01 {
    border-bottom: 2px solid #ff3333;
}
.sample20 {
    background: linear-gradient(transparent 60%, #FFE4E1 60%);
}
.sample05 {
    background-color: #FFE4E1;
}
.sample-box-19 {
    background-color: #fff;
    margin: 2em 0;
    padding: 2em;
    position: relative;
    z-index: 1;
}
.sample-box-19::before,
.sample-box-19::after {
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}
.sample-box-19::before {
    background-color: rgba(236, 250, 167, 0.39);
    left: 0;
    top: 0;
    z-index: -1;
}
.sample-box-19::after {
    background-color: #ebf5a4;
    top: 5px;
    left: 5px;
    z-index: -2;
}
.frame {
	display: inline-block;
	transform: rotate(5deg);
}
.sample-box-6 {
    background-color: rgba(183, 81, 118, 0.1);
    border: 2px dashed #fff;
    border-radius: 8px;
    box-shadow: 0 0 0 4px rgba(183, 81, 118, 0.1);
    color: #000000;
    margin: 2em 0;
    padding: 2em;
}
.sample-box-7 {
    background-color: #c817c3;
    color: #fff;
    margin: 2em 0;
    padding: 2em;
    position: relative;
}
.sample-box-7::after {
    content: "";
    border-color: #c817c3 #fff #fff #c817c3;
    border-style: solid;
    border-width: 0 0 24px 24px;
    bottom: 0;
    position: absolute;
    right: 0;
}
.wrapnote {
	width: 100%;
}
.wrapnote .note2 {
	margin: 10px;
	padding: 10px 0 15px 0;
	background: #fdfdc0;
}
.wrapnote .note2 p {
	background: url(http://moeriku.com/wp-content/uploads/2017/02/line2.png) repeat bottom left;
	font-size: 14px;
	line-height: 30px;
	margin: 0 20px;
}
.demo {
  width: 500px;
  margin: 0 auto;
  padding: 10px 0;
  font-family: sans-serif;
  font-size: 20px;
  color:#e33b97;
}
.heading {
  margin: 10px 0
}
.demo0 .heading {
  position: relative;
  padding-left: 30px;
}
.demo0 .heading:before,
.demo0 .heading:after{
  content: "♡";
  position: absolute;
  width:4px;
  height: 4px;
}
.demo0 .heading:before {
  left:0;
  top:-3px;
}
.demo0 .heading:after {
  left: 5.5px;
  top: 3.5px;
}
hr.style15 {
	border-top: 4px double #8c8b8b;
	text-align: center;
}
hr.style15:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
}
.buttonhead {
  display: inline-block;
  padding: .65em 3em;
  background: -webkit-linear-gradient(#fe5f95 , #ff3f7f);
  background: linear-gradient(#fe5f95 , #ff3f7f);
  border: 1px solid #fe3276;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.buttonhead span {
  position: relative;
  display: inline-block;
  padding-left: 1.6em;
}
.buttonhead span::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: '\002605';
  color: #fff;
  font-size: 20px;
  line-height: 1;
  -webkit-animation: icon 1.5s ease-in-out infinite;
  animation: icon 1.5s ease-in-out infinite;
}
@-webkit-keyframes icon {
  50% { -webkit-transform: rotateY(360deg); }
}
@keyframes icon {
  50% { transform: rotateY(360deg); }
}
h2{
position: relative;
padding: 0.25em 0;
}
h2:after {
content: "";
display: block;
height: 4px;
background: -moz-linear-gradient(to right, rgb(230, 90, 90), transparent);
background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}
a{
	color: #0073bc;
	text-decoration: underline;
}
a:hover{
	color: #b7dbf2;
	text-decoration: underline
}
table{
	border-collapse: collapse;
}
th,td {
	border: 1px solid #8fbac8;
	padding: 8px;
}
.hoverbutton span {
  padding: .65em 4em;
  background: -webkit-linear-gradient(#fe5f95 , #ff3f7f);
  background: linear-gradient(#fe5f95 , #ff3f7f);
  border: 1px solid #fe3276;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-animation: 3s float ease-in-out infinite;
  animation: 3s float ease-in-out infinite;
}
.hoverbutton::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  z-index: -1;
  content: '';
  width: 100%;
  height: 24px;
  background-color: rgba(0,0,0,.1);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: 3s shadow ease-in-out infinite;
  animation: 3s shadow ease-in-out infinite;
}
@-webkit-keyframes float {
  50% {
    -webkit-transform: translateY(-10px);
  }
}
@keyframes float {
  50% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes shadow {
  50% {
    width: 70%;
    height: 18px;
  }
}
@keyframes shadow {
  50% {
    width: 70%;
    height: 18px;
  }
}
.rndbtn{
    display: inline-block;
    text-decoration: none;
    background: #5ae628;
    color: rgba(255, 255, 255, 0.47);
    font-weight: bold;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    box-shadow: 0px 0px 0px 5px #5ae628;
    border: solid 2px rgba(255, 255, 255, 0.47);
    transition: .4s;
}

.rndbtn:hover{
    border-style: dashed;
}


.simplebtn{
  display: inline-block;
  text-decoration: none;
  background: #87befd;
  color: #FFF;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: .4s;
}

.simplebtn:hover{
    background: #668ad8;
}

#return{
 position:fixed;
 bottom:10px;
 right:10px;
 z-index:999;
}
/* 追従ボタン */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
 
#page-top a {
    display: block;
    background: rgba(50, 102, 222, 0.67);
    color: #fff;
    width: 55px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 9px;
}
 
#page-top a:hover {
    background: rgba(51, 103, 222, 0.35);
    text-decoration: none;
}

.fa-green {color: green}
.fa-red{
	color:red
}

.mailpoet_submit{
	display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: salmon;/*ボタン色*/
    color: #fff;
    border-bottom: solid 4px #627295;
    border-radius: 8px;
}

.parallax-window {
 min-height: 300px;
 background: transparent;
}

#slideL {
    z-index:100;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: -400px;
  width: 400px;
  height: auto;
  padding: 0 40px 0 0;
  background: #999;
}
#slideL .slide-inner {
  overflow: auto;
  overflow-x: hidden;
  background: #ddd;
}

.grambutton {
  display: inline-block;
  padding: .65em 3em;
  background: -webkit-linear-gradient(#fe5f95 , #ff3f7f);
  background: linear-gradient(#fe5f95 , #ff3f7f);
  border: 1px solid #fe3276;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.grambutton span {
  position: relative;
  display: inline-block;
  padding-left: 1.6em;
}
.grambutton span::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: '\002764';
  color: #fff;
  font-size: 20px;
  line-height: 1;
  -webkit-animation: icon 1.5s ease-in-out infinite;
  animation: icon 1.5s ease-in-out infinite;
}
@-webkit-keyframes icon {
  50% { -webkit-transform: scale(1.2); }
}
@keyframes icon {
  50% { transform: scale(1.2); }
}

.simplebox {
border: 1px solid #DADADA;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.typeimg {
background-image: url("https://akibaseifuku.jp/wp-content/uploads/2017/12/haikei1.jpg");
background-size: cover;
}
.typeimg1 {
background-image: url("https://akibaseifuku.jp/wp-content/uploads/2017/12/haikei3.jpg");
background-size: cover;
}
.spacer10 {
    clear: both;
    width: auto;
    height: 10px;
    }

.typeimg2 {
background-image: url("https://akibaseifuku.jp/wp-content/uploads/2017/12/haikei4.jpg");
background-size: cover;
}