@charset "utf-8";
/* base.css */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html{font-size: 62.5%;}

body{
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #262626;
	background: #fff;
	background: url(../images/bg.jpg);
}
input[type="image"]:hover,
a:hover {
    filter: alpha(opacity=80); /* internet explorer */
    -khtml-opacity: 0.8; /* khtml, old safari */
    -moz-opacity: 0.8; /* mozilla, netscape */
    opacity: 0.8; /* fx, safari, opera */
}
h1,
h2,
h3,
h4 {
    margin: 0;
}

.main {
    position: relative;
	width: 880px;
	margin: 0 auto;
	background: #fff;
    z-index: 0;
}
header {
    position: relative;
}
header h1 {
    display: block;
    position: absolute;
    top: 0;
}
header img {
    top: 0;
}

.content01,
.content02 {
    position: relative;
    margin-bottom: 10px;
}
.content01 .text,
.content02 .text {
    position: absolute;
    bottom: 0;
    left: 60px;
}
.content01 .text p,
.content02 .text p {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
}
.red {
    color: #E9545D;
}

.frame {
    margin-top:20px;
    position: relative;
    padding: 0;
    z-index: 10;
}
.frame h2 {
    margin: 0;
    text-align: center;
}
.frame > div {
    position: relative;
    z-index: 10;
}
.frame p {
    font-size: 18px;
    margin: 10px 0;
}
.point {
    margin-top: -20px;
}

.point li {
    position: relative;
    margin: 0 auto 40px;
    width: 800px;
    font-size: 18px;
    letter-spacing: -1px;
}
.point li .inner {
    width: 600px;
    margin: 0 auto;
}
.point li h3 {
    margin: 0 0 10px 0;
}
.point li p {
    margin: 0 0 1em;
}
.point-no {
    position: absolute;
    left: 50px;
}
.point .photo {
    position: absolute;
    top: 0;
    right: 0;
}
.point2 .photo {
    right: 40px;
}
.point3 .bg {
    position: absolute;
    top: 0;
    right: -40px;
}

.seramido {
    width: 740px;
    margin: 20px auto;
    padding: 20px;
    background: #E6F5F7;
    border-radius: 26px;
    text-align: center;
}
.seramido h4 {
    margin-bottom: 20px;
}
.seramido p {
    text-align: left;
    display: inline-block;
    margin-bottom: 20px !important;
}
.btn {
    text-align: center;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
	max-width: 100%;
}

.next {
    margin: 20px 0;
}

.moniter {
    width: 837px;
    padding: 20px 30px;
    position: relative;
    margin: 0 auto;
    background: url("../images/moniter-bg.png") repeat-y top center;
}
.moniter:before {
    content: url(../images/moniter-top.png);
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
}
.moniter:after {
    content: url(../images/moniter-bottom.png);
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.moniter h2 {
    text-align: center;
}
.moniter .photo {
    float: left;
    padding: 0 20px 0 40px;
}
.moniter p {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 10px 200px;
}
.moniter .btn {
}

.about {
    position: relative;
    margin-top: 40px;
    padding: 10px;
    background: #115424;
}
.about div {
    height: 130px;
    background: url("../images/about-bg.png") no-repeat;
    padding: 10px;
}
.about h2 {
    margin: 0;
    font-size: 21px;
    font-weight: normal;
    line-height: 1;
    color: #4DB394;
}
.about p {
    margin: 5px 0 0;
    font-size: 12px;
}
.about span {
    font-size: 13px;
    color: #EF5B7E;
    font-weight: bold;
    letter-spacing: -1.5px;
}
.about ul {
    margin-top: 5px;
}
.about li {
    display: inline-block;
}
.about li:before {
    display: inline-block;
    content: "｜";
    margin: 0;
    color: #fff;
}
.about li:first-child:before {
    display: none;
}
.about li a {
    font-size: 12px;
    color: #fff;    
    text-decoration: none;
}
.copy {
    margin: 0 !important;
    color: #fff;
}
.logo {
    position: absolute;
    right: 0;
    bottom: 0;
}

.center {
    text-align: center;
}
.right {
    display: block;
    text-align: right;
    margin-right: 20px;
    font-size: 12px;
}
.storeblue {
	margin: 20px 0 30px;
	padding: 20px 0;
	text-align: center;
	background: #e6f5f7;
}

/*-----------------------
  footer
-----------------------*/
.sns_title {
    padding: 5px 0 4px !important;
    line-height: 0;
    text-align: center;
    background: #ee5a8c;
    background: -moz-linear-gradient(top,  #ee5a8c 0%, #f288ac 100%);
    background: -webkit-linear-gradient(top,  #ee5a8c 0%,#f288ac 100%);
    background: linear-gradient(to bottom,  #ee5a8c 0%,#f288ac 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5a8c', endColorstr='#f288ac',GradientType=0 );
}
.social-area-syncer {
    margin: 40px 0;
}
.social-button-syncer li {
    display: inline-block;
    vertical-align: bottom;
}

.foot_link {
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}

.wp-caption-text {
	display: inline-block;
    padding: 20px 2%;
}
.sns_link {
    padding: 0;
    margin: 0;
}
.sns_link li {
    display: table-cell;
    width: 2000px;
    max-width: 50%;
    padding: 20px;
    list-style: none;
}
.sns_link .fb {
    text-align: right;
    background: #395B9A !important;
}
.sns_link .twi {
    background: #54ABEE;
}
.sns_link li a {
    display: inline-block;
    width: 100%;
    max-width: 440px;
    text-align: center;
    color: #fff;
}

.clearfix{
  /zoom:1;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}

.fb_iframe_widget iframe {
    position: relative !important;
}


/* 170216コンテンツ追加 */
.box01 .mist {
	width: 767px;
	margin: 0 auto;
	position: relative;
}
.box01 .mist .misttxt {
	position: absolute;
	top: 190px;
	left: 420px;
    font-size: 18px;
    font-size: 1.8rem;
}
.box01 .jel {
	width: 767px;
	margin: 0 auto;
	position: relative;
}
.box01 .jel .jeltxt {
	position: absolute;
	top: 160px;
	left: 420px;
    font-size: 18px;
    font-size: 1.8rem;
}
.box01 .atttxt {
	padding: 0 50px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
}
.box01 .atttxt small {
    font-size: 10px;
    font-size: 1rem;	
}
.box01 .atttxt sup {
    font-size: 10px;
    font-size: 1rem;	
}


.point2 .photo2 {
    padding: 0 80px 30px;
}

.box02 {
	width: 780px;
	margin: 0 auto;
}
.box02 .mist, .box02 .jel {
	float: left;
}
.box02 .mist dd {
	margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
}
.box02 .jel dd {
	margin: 0;
	padding-left: 50px;
    font-size: 18px;
    font-size: 1.8rem;
}
.box02 .atttxt {
	clear: both;
	padding: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
}
.box02 .atttxt small {
    font-size: 10px;
    font-size: 1rem;	
}
.box02 .atttxt sup {
    font-size: 10px;
    font-size: 1rem;	
}