﻿@charset "utf-8";
/* CSS Document */
body {
    background-color: #f4f2f2;
    color: #333333;
    font-family: -apple-system, BlinkMacSystemFont,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Kosugi', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', "メイリオ", sans-serif;
    font-size: 14px;
    font-weight: normal;	
    width: 100%;
    margin: 0;
    padding: 0;
}
.icon p,.link p {
    text-align: justify;
    text-justify: inter-ideograph;
}

#wrapper {
    background-color: #ffffff;	
    max-width: 700px;	
    margin: 0 auto;
    padding: 0;
}
.main {
    margin: 0 0 50px;
}	
.header {
    background: url("../img/main_big.jpg");
    background-size: cover;
    background-position: center;
    height: 200px;
    overflow: hidden;
}
@media only screen and (max-width: 550px) {
.header {
	background: url("../img/main.jpg");
    background-size: cover;
    background-position: center;
    height: 160px;
}
}
.icon {
    margin: -60px auto 30px;
    padding: 20px 5% 0;
}
.icon img {
    border-radius: 100%;
    border: 1px solid #d5cbcc;
    width: 80px;
}
.link {
    margin: 4% 5%;
}
.link img {
    width: 30px;
    margin: -13px 5px -9px;
    padding: 0;
}
.link p {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 7%;
}
.sns {
    margin: 5%;
    text-align: center;
}
.sns img {
    width: 60%;
    margin: 20%;
}	
.btn-flat-border {
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	padding: 0.8em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #eae5e5;
	color: #333333;
	border: solid 3px #eae5e5;	
	border-radius: 3px;
	transition: .4s;
}

.btn-flat-border:hover {
	background: #ffffff;	
	border: solid 3px #eae5e5;
}
.btn-social {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 7px 3px;	
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: .3s;
}
.btn-social i {
  line-height:50px;
}
.btn-social:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.btn-social--facebook {
  background: #4267b2;
}
.btn-social--twitter {
  background: #1da1f2;
}
.btn-social--x {
  background: #000000;
}
.btn-social--instagram {
  background: url("../img/sns/insta_bk.png");
  background-size: contain;	
}
.btn-social--line {
  background: #00c300;
}
.btn-social--pinterest {
  background: #e60019;
}
.btn-social--youtube {
  background: #ff0000;
}
.footer {
    text-align: center;
    padding: 0 0 50px;
}

.small {display: none;}
@media only screen and (max-width: 320px) {
.small {display: initial;}
.btn-social {
  display: inline-block;
  width: 39px;
  height: 39px;
  margin: 7px 2px;
}
}

/* Marketo用 */
.mktoContent {
    font-family: inherit !important;
}