@charset "utf-8";

h2 {
	position: relative;
	margin-bottom: 40px;
	font-size: 2.0em;
	text-align: center;
	font-family: 'Fira Sans',sans-serif;
	letter-spacing: 0.1em;
}
.topinfo {
    color:#ff0000;
    text-align: center;
    margin:-15px 0 30px 0;
}
/*============================
#top-main-slide
============================*/
h3 {
	background-size: cover;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
h3 img {
	height: auto;
	width: 100%;
}

.sectionTop {
	width: 100%;
	overflow-x: hidden;
	z-index: 10;
	position: relative;
	margin: 0 auto;
}
.inner {
	width: 900px;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
}
.innerTop {
	width: 100%;
	margin: 0;
	position: relative;
}
nav#header-area {
	display: block;
	width: 100%;
	height: 100px;
	background-color: #fff;
	border-bottom: 1px solid #aaa;
	z-index: 10;
	font-family: "Sawarabi Mincho";
}
nav#header-area.active {
	display:block;
	position:fixed;
	top:0;
	left:0;
}
nav#header-area div.item-set {
	position: relative;
}
nav#header-area h1.logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 50px;
}
nav#header-area h1.logo a:hover {
	opacity: 0.7;
}
nav#header-area h1.logo img {
	width: 200px;
	margin-top: 20px;
}
nav#header-area ul.glovel-navi {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	line-height: 100px;
	font-size: 1.2em;
	font-weight: bold;
}
nav#header-area ul.glovel-navi li.navi-list {
	display: inline-block;
}
nav#header-area ul.glovel-navi li.navi-list.eng {
	font-size:0.75em;
}
nav#header-area ul.glovel-navi li.navi-list.eng a:hover {
    color:#ccc;    
}
nav#header-area ul.glovel-navi li.navi-list.eng a:hover:after {
    content:none;
}
nav#header-area ul.glovel-navi li.navi-list.eng span {
    border:1px solid #999;
    padding:5px;
}

nav#header-area ul.glovel-navi li.navi-list + li.navi-list {
	margin-left: 30px;
}
nav#header-area ul.glovel-navi li.navi-list a {
	position: relative;
	color: #333;
	text-decoration: none;
}
nav#header-area ul.glovel-navi li.navi-list a:hover:after {
	content: '';
	display: block;
	width: 40px;
	border-bottom: 2px solid #333;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -20px;
}






div.top-pr-area {
	padding: 50px 0;
}
div.top-pr-area div.sns-area {
	margin-top: 20px;
	text-align: center;
}
div.top-pr-area div.sns-area div.pr-about-txt {
	font-size: 1.4em;
	font-weight: bold;
	font-family: "Sawarabi Mincho";
}
div.top-pr-area div.sns-area p {
	margin-top: 20px;
	line-height: 1.8;
}
div.top-pr-area div.sns-area div.pr-sns {
	margin-top: 20px;
}
div.top-pr-area div.sns-area div.pr-sns a {
}

div.top-pr-area div.sns-area div.pr-sns a img {
	width: 60px;
}
div.top-pr-area div.sns-area div.pr-sns a:hover img {
	opacity: 0.7;
}
div.top-pr-area div.sns-area div.pr-sns a + a {
	margin-left: 10px;
}
div.top-product-area {
}
div.top-product-area {
		clear: both;
}
div.top-product-area h2 {
}
div.top-product-area div.recommended-item-set {
    margin-bottom:0px;
}
div.top-product-area div.recommended-item-set a.item-list {
	display: inline-block;
	margin-bottom: 30px;
	color: #333;
}
div.top-product-area div.recommended-item-set a.item-list.last {
	margin-right: 34px;
}

div.top-product-area div.recommended-item-set a.item-list:first-child {
	margin-right: 34px;
}
div.top-product-area div.recommended-item-set a.item-list dl {
}
div.top-product-area div.recommended-item-set a.item-list dl dt {
	position: relative;
	margin-bottom: 10px;
}
div.top-product-area div.recommended-item-set a.item-list dl dt img {
	width: 530px;
}
div.top-product-area div.recommended-item-set a.item-list:hover dl dt img {
	opacity: 0.7;
}

div.top-product-area div.recommended-item-set a.item-list dl dt:before {
	content: '';
	position: absolute;
	bottom: -14px;
	right: 10px;
	display:inline-block;
	width: 150px;
	height: 60px;
	background-image: url(../images/icon_recommended.png);
	background-repeat: no-repeat;
	background-size: contain;
  	vertical-align: middle;
	z-index: 1;
}
div.top-product-area div.recommended-item-set a.item-list dl dd .item-name {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.2em;
}
div.top-product-area div.recommended-item-set a.item-list dl dd {
	width: 530px;
}
div.top-product-area div.btn-set {
	width: 100%;
	margin: 20px auto 50px;
	text-align: center;
	clear: both;
}
div.top-product-area div.btn-set a.btn {
	display: inline-block;
	padding: 10px 80px 10px 60px;
	border: 1px solid #000;
	color: #000;
	background-size: 15px;
	background-image: url(../images/btn_arrow.png);
	background-repeat: no-repeat;
	background-position: 180px 50%;
}

div.top-product-area div.btn-set a.btn:hover {
	background-color: #000;
	color: #fff;
	background-image: url(../images/btn_arrow_on.png);
	text-decoration: none;
}
div.top-instagram-area {
	clear: both;
}
div.top-instagram-area h2 span.insta-name {
	display: block;
	margin-top: 5px;
	font-size: 0.5em;
	letter-spacing: 0.2em;
}
div.top-instagram-area h2 {
	margin-bottom: 10px;
}


div.top-instagram-area div.photos-set {
}
.instagram {
	clear: both;
	text-align: center;
	width: 1000px;
	margin: 30px auto;
}
.instagram ul {
	width: 100%;
}
.instagram  li{
	list-style:none;
	display: inline-block;
	margin-right: 0.5%;
	margin-left: 0.5%;
	width: 15%;
}

div.newBoxTitle {
	width: 700px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin: 30px auto 10px;
	color: #0080C0;
}

iframe.newsBox {
	width: 700px;
	height: 200px;
	frameborder:none;
	border:none;
	margin:0;
}

.top_pbox {
    margin:20px auto;
    text-align: center;
}
.top_pbox img {
    border:1px solid #ccc;
}
.top_pbox ul li img {
    width:100%;
    height: auto;
}

/* ウィンドウ幅が0〜480pxの場合に適用するCSS */
@media screen and ( max-width:768px )
{
nav#header-area {
	height: initial;
	background-color: initial;
	border-bottom: none;
}
/*.innerTop { height: 87.5vh; margin-top: 97px; }*/
.innerTop {margin-top: 97px; }
/*.innerTop div { height: 87.5vh !important; }*/
/*h3 { height: 87.5vh; }
*/
div.top-pr-area { padding: 30px 20px; }
div.top-pr-area div.sns-area div.pr-about-txt { font-size: 1.15em; letter-spacing: 0.01rem; }
div.top-pr-area div.sns-area p {
	margin-top: 30px;
	text-align: justify;
}
div.top-pr-area div.sns-area p br { display: none; }
div.top-pr-area div.sns-area div.pr-sns { margin-top: 30px; }

div.item-set {
	padding: 0 20px;
	box-sizing: border-box;
}
div.top-product-area div.recommended-item-set a.item-list:first-child { margin-right: 0; }
div.top-product-area div.recommended-item-set a.item-list dl dd { margin-top: 0px; }
div.top-product-area div.recommended-item-set a.item-list dl dt img,
div.top-product-area div.recommended-item-set a.item-list dl dd { width: 100%; }
div.top-instagram-area div.item-set { padding: 0; }
div.top-instagram-area div.photos-set { width: 100%; overflow: hidden; padding: 10px 0; }
div.top-product-area div.recommended-item-set a.item-list.last {margin-right: 0px;}


.instagram {
	width: 100%;
	margin: 20px auto 20px;
}
.instagram  li{
	list-style:none;
	display: inline-block;
	margin-right: 0.5%;
	margin-left: 0.5%;
	width: 19%;
}
.instagram  li img{
	width: 100%;
	height:auto;
}

div.newBoxTitle {
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin: 30px auto 10px;
	color: #0080C0;
}

.ifrm-container {
width:100%;
height:200px;
overflow:auto;
-webkit-overflow-scrolling:touch;
}
iframe.newsBox {
width:100%;
height:100%;
border:none;
}

}

/*　Googleカレンダー埋め込み　*/

.google-cal iframe {
width:100%;
max-width:700px;
height:400px;
}
.google-cal {
margin-top:50px;
}

@media (min-width: 750px) {

.google-cal iframe {
height:400px;
}
.google-cal {
text-align: center;
margin-top:70px;
}

}
