﻿@charset "utf-8";
/* CSS Document */

html {
	font-family: 'Times New Roman','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',sans-serif;
	font-size: 62.5%;
	color: #534741;
}

body {
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	line-height: 1.6;
	background: url(../img/common/bg_main.jpg) repeat 0 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Times New Roman','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',sans-serif;
	font-weight: 600;
}

.gothic {
	font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
}
.mincho {
	font-family: 'Times New Roman','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',sans-serif;
}

a, a:link, a:visited {
	color: #534741;
	text-decoration: none;
	transition: 0.5s;
}
a:hover { opacity: 0.6; }

img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: bottom;
	transition: 0.5s;
}
a:hover img { opacity: 0.6; }


.container {
	margin: 0 auto;
	width: 1200px;
	height: auto;
}
.innerBox {
	margin: 0 auto;
	width: 760px;
	height: auto;
}
@media (max-width: 1200px) {
	.container {
		margin: 0 auto;
		width: 95%;
		height: auto;
	}
}
@media (max-width: 780px) {
	.innerBox {
		margin: 0 auto;
		width: 95%;
		height: auto;
	}
}


@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?fzzs6g');
  src:  url('../fonts/icomoon.eot?fzzs6g#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?fzzs6g') format('truetype'),
    url('../fonts/icomoon.woff?fzzs6g') format('woff'),
    url('../fonts/icomoon.svg?fzzs6g#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}




/*---------------------------------
	header
---------------------------------*/
header {
	background: #FFFFFF;
}

header #headerTop {
	padding: 20px 0 0;
	height: auto;
}
header #headerTop ul li:first-of-type {
	margin: 0 auto 0 0;
	width: 250px;
}
header #headerTop ul li {
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-align-items:center;
	-moz-align-items:center;
	align-items:center;
}
header #headerTop ul li.logo {
	margin-bottom: 20px;
}
header #headerTop ul li + li { 
	margin-left: 10px;
	display: block;
}
header #headerTop ul li + li ul  {
	display: flex;
	margin-left: auto;
	align-items: center;
}
header #headerTop ul li + li ul:first-child {
	margin-bottom: 20px;
}
header #headerTop ul li + li ul li.facebook {
	display: block;
	width: 30px;
	margin-left: 50px;
}

header #headerTop ul li + li ul li.facebook a span img {
filter: invert(53%) sepia(40%) saturate(242%) hue-rotate(347deg) brightness(96%) contrast(91%);}
header #headerTop ul li + li ul li.instagram a span img {
filter: invert(53%) sepia(40%) saturate(242%) hue-rotate(347deg) brightness(96%) contrast(91%);}
header #headerTop ul li + li ul.link {
	
}
header #headerTop ul li + li ul li.instagram {
	display: block;
}
header #headerTop ul li a {
	font-size: 1.8rem;
}
header #headerTop ul li a.ecBtn {
	padding: 10px 16px 8px 40px;
	color: #FFFFFF;
	text-align: center;
	background: #e7969a url(/img/common/icon_cart.svg) 14px 50% no-repeat;
	background-size: 20px auto;
	display: block;
}
header #headerTop ul li a.ecBtn span {
	letter-spacing: -2px;
}

header #gnaviBox {
	padding: 12px 0;
	background: #a48971;
	box-shadow: 0 9px 5px -5px rgba(85,85,85,0.4) inset;
}

header #gnaviBox nav ul li + li { margin-left: 10px; }
header #gnaviBox nav ul li a {
	padding: 0 20px;
	font-size: 1.8rem;
	color: #FFFFFF;
	font-weight: 500;
	display: block;
}
header #gnaviBox nav ul li a:hover {
	color: #fcee21;
}
@media (max-width: 780px) {
	header {
		width: 100%;
		height: auto;
		background: rgba(255,255,255,0.8);
		position: fixed;
		z-index: 190;
	}
	header #headerTop {
		padding: 10px 0;
		height: auto;
	}

	header #headerTop ul li:first-of-type {
		margin: 0 auto 0 0;
		width: 200px;
	}
/*
	header #headerTop ul li.ecBtn,
	header #headerTop ul li:last-of-type { display: none; }
*/
	header #headerTop ul li a.ecBtn {
		display: none;
	}
	header #headerTop ul li.header_contact {
		display: none;
	}
	header #headerTop ul li.header_oem {
		display: none;
	}
	header #headerTop ul li + li ul li.facebook {
	display: block;
	width: 30px;
	margin-left: 0;
	margin-top: 1px;
	margin-right: -10px;
}
	header #headerTop ul li + li {
		margin-left: 10px;
    flex-direction: inherit;
    position: relative;
    margin-right: 8px;
	}
	header #headerTop ul li + li ul:first-child {
		margin-bottom: 0;
		
	}
	header #gnaviBox { display: none; }
	.header-box {
		height: 60px;
	}
}
@media (max-width: 480px) {
	header #headerTop ul li:first-of-type {
		margin: 0 auto 0 0;
		width: 180px;
	}
	.header-box {
		height: 45px;
	}
	.link {
		margin-top: 2px;
	}
}

.header_contact {
	width: 120px!important;
	line-height: 0.5;
}
.header_oem {
	position: relative;
    margin-right: -56px;
	line-height: 0.5;
}

/* drawer */
.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background: url(../img/common/bg_main.jpg);
}

.drawer-nav .smpHlogo {
	margin: 0 auto;
	padding: 20px 0;
	width: 80%;
	text-align: center;
}
@media (max-width: 480px) {
	.drawer-nav .smpHlogo {
		margin: 0 auto;
		padding: 20px 0 0;
		width: 70%;
		text-align: center;
	}
}

.drawer-nav .smpMenu {
	margin: 20px 0;
	padding: 20px 0;
	background: url(../img/common/bg_drawer.jpg);
	position: relative;
}
.drawer-nav .smpMenu:before,
.drawer-nav .smpMenu:after {
	content: "";
	width: 100%;
	height: 13px;
	display: inline-block;
}
.drawer-nav .smpMenu:before {
	background: url(../img/common/wavetop_drawer.png) repeat-x 0 bottom;
	background-size: auto 50%;
	position: absolute;
	top: -13px;
	left: 0;
}
.drawer-nav .smpMenu:after {
	background: url(../img/common/wavebottom_drawer.png) repeat-x 0 top;
	background-size: auto 50%;
	position: absolute;
	bottom: -13px;
	left: 0;
}

.drawer-nav .smpMenu .drawer-menu {
	margin: 0 auto;
	width: 90%;
}
.drawer-nav .smpMenu .drawer-menu li { margin: 5px;}
.drawer-nav .smpMenu .drawer-menu a {
	padding: 5px 10px;
	color: #FFFFFF;
	font-size: 1.8rem;
	font-weight: 600;
}
@media (max-width: 480px) {
	.drawer-nav .smpMenu .drawer-menu a { font-size: 1.4rem; }
}

.drawer-nav .smpEC {
	margin: 40px 0;
	text-align: center;
}
.drawer-nav .smpEC a {
	margin: auto;
	padding: 12px 10px 10px 30px;
	color: #FFFFFF;
	text-align: center;
	width: 15em;
	height: auto;
	display: block;
	background: #e7969a url(/img/common/icon_cart.svg) 14px 50% no-repeat;
	background-size: 20px auto;
	font-size: 1.6rem;
}
.drawer-nav .smpEC a span {
	letter-spacing: -2px;
}
@media (max-width: 480px) {
	.drawer-nav .smpEC {
		margin: 0 0 30px;
		text-align: center;
	}
}



/*---------------------------------
	footer
---------------------------------*/
footer {
	margin: 0 auto;
	padding: 20px 0;
	background: #c8b7a7;
	position: relative;
}
footer:before {
	content: "";
	width: 100%;
	height: 16px;
	background: url(../img/common/wavetop_tan.png) repeat-x 0 0;
	position: absolute;
	top: -16px;
	left: 0;
}

footer .snsArea {
	padding: 40px 0;
}
footer .snsArea ul li + li { margin-left: 20px; }
footer .snsArea ul li a span {
	font-size: 3rem;
	color: #FFFFFF;
}
.icon-line:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}



footer nav {
	margin: 10px auto 0;
	width: 820px;
	box-sizing: border-box;
}
footer nav.flink01 {
	padding: 0 20px 10px;
	border-bottom: 1px solid #ffffff;
}
footer a, footer a:link, footer a:visited {
	color: #FFFFFF;
}

footer a.flinkToi {
	padding: 5px 20px;
	color: #917c65;
	background: #ffffff;
}
@media (max-width: 780px) {
	footer nav {
		margin: 10px auto 0;
		width: 90%;
	}
}
@media (max-width: 480px) {
	footer nav.flink01 { border-bottom: none; }
	footer nav.flink01 ul li a { padding: 0 20px; }
	footer nav ul li { margin: 5px 0; }
}


/* copyright */
footer #fcopy {
	margin: 20px auto 0;
	font-size: 1.4rem;
	color: #FFFFFF;
	text-align: center;
}


/* back */
#back_to_top {
	width: 100px;
	height: auto;
	text-align: center;
	z-index: 999;
	position: fixed;
	right: 20px;
	bottom: 20px;
}
@media (max-width: 780px) {
	#back_to_top {
		width: 48px;
		height: auto;
		right: 5px;
		bottom: 20px;
  }
}
#back_to_top button {
	width: 100%;
	height: 40px;
	line-height: 100%;
	text-align: center;
	display: block;
	background: #FFFFFF;
	border: 1px solid #e7969a;
	padding: 0;
	outline: 0;
	opacity: 0.5;
}
#back_to_top button:hover {
	opacity: 1;
}

#back_to_top span.ya01 {
	margin: 0 auto;
	width: 35px;
	display: block;
	position: relative;
}
#back_to_top span.ya02 {
	margin: 10px auto 30px;
	width: 35px;
	display: block;
	position: relative;
}
#back_to_top span.ya01:before, #back_to_top span.ya02:before {
	content: "";
	width: 20px;
	height: 1px;
	background: #e7969a;
	display: block;
	transform: rotate(-40deg);
	position: absolute;
	top: 0;
	left: 0;
}
#back_to_top span.ya01:after, #back_to_top span.ya02:after {
	content: "";
	width: 20px;
	height: 1px;
	background: #e7969a;
	display: block;
	transform: rotate(40deg);
	position: absolute;
	top: 0;
	right: 0;
}

/**/
.link_online {
    text-align: center;
    margin: 80px 0 100px;
}
.link_online_text {
    font-size: 2.0rem;
    font-weight: bold;
}

.link_online ul {
	margin: 20px auto 0;
}
.link_online ul li {
	width: 48%;
}

.link_online_btn {
    background: #e7969a;
}
.link_online_btn a {
    padding: 16px 10px 16px 50px;
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    display: block;
	background: url(/img/common/icon_cart.svg) 35px 50% no-repeat;
	background-size: 20px auto;
}

.link_voice_btn {
    background: #c8b7a7;
}
.link_voice_btn a {
    padding: 16px 10px;
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
	text-align: center;
    display: block;
}

@media (max-width: 780px) {
    .link_online {
        margin: 20px 0 70px;
    }
    .link_online_text {
        font-size: 1.6rem;
    }
	.link_online ul li {
		margin: auto;
		width: 90%;
	}
	.link_online ul li + li { margin-top: 20px; }
	.link_online ul li a {
        font-size: 1.7rem;
    }
    .link_online_btn a {
        padding: 16px 0 16px 30px;
		background-position: 20px 50%;
    }
}

/* snsTabArea */
.snsTabArea {
	padding-bottom: 50px;
	display: flex;
}

.snsTabArea .footerTab {
	padding: 0;
	width: 140px;
	height: auto;
	border-right: 1px solid #D1D1D1;
}

.snsTabArea .footerTab .tab02 {
	margin: 0 auto;
	width: 100%;
}

.snsTabArea .footerTab .tab02 > li {
	padding: 14px;
	border-top: 1px solid #D1D1D1;
	border-left: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	border-radius: 10px 0 0 10px;
	height: 25px;
	line-height: 25px;
	background: linear-gradient( #FFFFFF, #f2f2f2 );
}

.snsTabArea .footerTab .tab02 li + li {
	margin-top: 20px;
}

.snsTabArea .footerTab .tab02 li.current {
	margin-right: -1px;
	background: #FFFFFF;
}

.snsTabArea .footerTab .tab02 > li:hover {
	color: #A9A9A9;
	background: #ffffff;
	transition: 0.4s;
	cursor: pointer;
}
.snsTabArea .footerTab .tab02 li.current:hover {
	cursor: default;
}

.snsTabArea .footerTab a, .footerTab a:link, .footerTab a:visited {
	color: #333333;
}
.snsTabArea .footerTab a:hover { color: #deb887; }

.snsTabArea .footerTab .tab02 > li img { margin-right: 15px;}

.snsTabArea .tabContents02 {
	width: auto;
	flex-grow: 1;
	-webkit-flex-grow: 1;
}
.snsTabArea .tabContainer02 {
	padding: 30px;
	width: 620px;
	height: 480px;
	min-height: 300px;
	border-top: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	box-sizing: border-box;
	overflow-x: scroll;
	background-color: #fff;
	overflow-x: hidden;
}

.snsTabArea .tabBox {
	margin: 0 auto;
	width: auto;
	height: auto;
}

.snsTabArea .tabContainer02.hide {
	display: none;
}
.snsTabArea .tabContainer02.ig iframe {
	height: 420px!important;
}

@media only screen and (max-width: 780px) {

	.snsTabArea {
		display: block;
	}
	.snsTabArea .footerTab {
		margin: 0;
		padding-top: 0;
		width: auto;
		border-right: none;
		border-bottom: 1px solid #D1D1D1;
	}

	.snsTabArea .footerTab .tab02 {
		display:-webkit-box;
		display:-moz-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:flex;
	}
	.snsTabArea .footerTab .tab02 li + li { margin-left: 5px; }

	.snsTabArea .footerTab .tab02 > li {
		margin-top: 10px;
		padding: 10px;
		border-top: 1px solid #D1D1D1;
		border-left: 1px solid #D1D1D1;
		border-right: 1px solid #D1D1D1;
		border-bottom: none;
		border-radius: 10px 10px 0 0;
		flex-grow: 1;
		-webkit-flex-grow: 1;
		width: auto;
		height: auto;
		line-height: auto;
		text-align: center;
		background: linear-gradient( #FFFFFF, #f2f2f2 );
	}

	.snsTabArea .footerTab .tab02 li + li {
		margin-top: 10px;
	}

	.snsTabArea .footerTab .tab02 li.current {
		margin-bottom: -1px;
		border-top: 1px solid #D1D1D1;
		border-left: 1px solid #D1D1D1;
		border-right: 1px solid #D1D1D1;
		border-bottom: none;
		border-radius: 10px 10px 0 0;
		background: #FFFFFF;
	}
	.snsTabArea .footerTab .tab02 li span { display: none; }

	.snsTabArea .tabContainer02 {
		padding: 20px;
		border-top: none;
		border-left: 1px solid #D1D1D1;
		border-right: 1px solid #D1D1D1;
		border-bottom: 1px solid #D1D1D1;
		height: 300px;
		width: 100%;
	}
	.snsTabArea .tabContainer02.ig iframe {
		width: 100%!important;
	}
	.snsTabArea .tabContainer02.ig .image-box {
		width: 17.5%;
	}
}


/*--------------------------------------
	facebook
--------------------------------------*/
/* fbBox */
.snsTabArea .fbBox {
    margin: 0 auto;
    max-width: 560px;
	height: 400px;
	text-align: center;
}
@media (max-width: 780px) {
    .snsTabArea .fbBox {
        width: 100%;
    }
    .snsTabArea .fbBox .fb-page {
        margin: auto;
        width: 100%;
        max-width: 500px;
        display:block !important;
    }
}


/*--------------------------------------
	instagram
--------------------------------------*/
.snsTabArea #instafeed {
	margin: 0 auto;
	max-width: 560px;
}

.snsTabArea #instafeed li {
	margin: 0 5% 40px 0;
	width: 30%;
}
.snsTabArea #instafeed li:nth-of-type(3n) { margin: 0 0 40px 0; }

@media only screen and (max-width: 480px) {
	.snsTabArea #instafeed li {
		margin: 0 6% 40px 0;
		width: 44%;
	}
	.snsTabArea #instafeed li:nth-of-type(3n) { margin: 0 6% 40px 0; }
	.snsTabArea #instafeed li:nth-of-type(2n) { margin: 0 0 40px 0; }
}



/*商品の特徴へのリンク*/
.link_to_topic {
		text-align: center;
}
.link_to_topic .text {
		font-weight: bold;
		font-size: 2.0rem;
}
.link_to_topic .text span {
		font-size: 1.6rem;
}
.link_to_topic .btn {
		margin-top: 20px;
}
.link_to_topic .btn a {
		font-size: 2.0rem;
    background: #80735e;
    margin: 0 auto;
    padding: 10px 0;
    color: #fff;
    display: block;
    font-weight: bold;
		width: 300px;
}
@media only screen and (max-width: 780px) {
		.link_to_topic .text {
				font-weight: bold;
				font-size: 1.8rem;
		}
		.link_to_topic .btn a {
			font-size: 1.8rem;
			width: 80%;
		}
}


/*---------------------------------
	common
---------------------------------*/
@media (max-width: 780px) {
	main, #main {	
		padding-top: 80px;
	}
}
@media (max-width: 480px) {
	main, #main {	
		padding-top: 65px;
	}
}

.bgFlower {
	min-height: 615px;
	background: url(../img/common/bg_flowerL.png) no-repeat left top 10px, url(../img/common/bg_flowerR.png) no-repeat right top 10px;
}
@media (max-width: 780px) {
	.bgFlower {
		min-height: 300px;
		background: url(../img/common/bg_flowerL.png) no-repeat left top 10px, url(../img/common/bg_flowerR.png) no-repeat right top 10px;
		background-size: auto 300px;
	}
}
@media (max-width: 480px) {
	.bgFlower {
		min-height: 123px;
		background: url(../img/common/bg_flowerL.png) no-repeat left top 10px, url(../img/common/bg_flowerR.png) no-repeat right top 10px;
		background-size: auto 123px;
	}
}


.bgFlowerC {
	min-height: 615px;
	background: url(../img/common/bg_flowerL.png) no-repeat left center, url(../img/common/bg_flowerR.png) no-repeat right center;
}
@media (max-width: 780px) {
	.bgFlowerC {
		min-height: 300px;
		background: url(../img/common/bg_flowerL.png) no-repeat left center, url(../img/common/bg_flowerR.png) no-repeat right center;
		background-size: auto 300px;
	}
}
@media (max-width: 480px) {
	.bgFlowerC {
		min-height: 123px;
		background: url(../img/common/bg_flowerL.png) no-repeat left center, url(../img/common/bg_flowerR.png) no-repeat right center;
		background-size: auto 123px;
	}
}



/*---------------------------------
	調整用
---------------------------------*/
.fl, .fl-smp {
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
}

.fl-jst {
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
}

.fl-cen {
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
}

.fl-end {
	-webkit-justify-content:flex-end;
	-moz-justify-content:flex-end;
	justify-content:flex-end;
}

.fl-wrap {
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.fl-col {
	-webkit-flex-direction:column;
	-moz-flex-direction:column;
	flex-direction:column;
}


@media only screen and (max-width: 780px) {
	.fl-smp {
		-webkit-flex-direction:column;
		-moz-flex-direction:column;
		flex-direction:column;
	}
}

.mt0 { margin-top: 0!important; }
.mt5 { margin-top: 5px!important; }
.mt10 { margin-top: 10px!important; }
.mt15 { margin-top: 15px!important; }
.mt20 { margin-top: 20px!important; }
.mt30 { margin-top: 30px!important; }
.mt35 { margin-top: 35px!important; }
.mt40 { margin-top: 40px!important; }
.mt50 { margin-top: 50px!important; }
.mt100 { margin-top: 100px!important; }
.mr0 { margin-right: 0!important; }
.mr5 { margin-right: 5px!important; }
.mr10 { margin-right: 10px!important; }
.mr15 { margin-right: 15px!important; }
.mr20 { margin-right: 20px!important; }
.mr25 { margin-right: 25px!important; }
.mb0 { margin-bottom: 0!important; }
.mb5 { margin-bottom: 5px!important; }
.mb10 { margin-bottom: 10px!important; }
.mb12 { margin-bottom: 12px!important; }
.mb15 { margin-bottom: 15px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb25 { margin-bottom: 25px!important; }
.mb30 { margin-bottom: 30px!important; }
.mb35 { margin-bottom: 35px!important; }
.mb40 { margin-bottom: 40px!important; }
.mb50 { margin-bottom: 50px!important; }
.mb60 { margin-bottom: 60px!important; }
.mb80 { margin-bottom: 80px!important; }
.ml0 { margin-left: 0!important; }
.ml5 { margin-left: 5px!important; }
.ml10 { margin-left: 10px!important; }
.ml15 { margin-left: 15px!important; }
.ml20 { margin-left: 20px!important; }
.ml25 { margin-left: 25px!important; }
.ml30 { margin-left: 30px!important; }


.ls5 { letter-spacing: 5px; text-indent: 5px; }
.ls10 { letter-spacing: 10px; text-indent: 10px; }
.ls15 { letter-spacing: 15px; text-indent: 15px; }


.smp_hdn { display: block;}
.pc_hdn { display: none; }
@media only screen and (max-width: 780px) {
	.smp_hdn { display: none!important;}
	.pc_hdn { display: block; }
}

.ta_cnt { text-align: center; }

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

.report_info {
	margin: 40px auto 80px;
}
.report_info .comment {
	font-size: 1.8rem;
	font-weight: bold;
}
.report_info .link {
	justify-content: center;
	margin-top: 20px;
	display: flex;
}
.report_info .link a {
	font-size: 1.6rem;
	font-weight: bold;
	padding: 10px 16px;
	margin: 0 10px;
	background: #917c65;
	border-radius: 8px;
	color: #fff;
}
@media only screen and (max-width: 780px) {
	.report_info {
		margin: 40px auto 40px;
	}
	.report_info .comment {
		font-size: 1.6rem;
	}
	.report_info .link {
		margin-top: 0;
		display: block;
	}
	.report_info .link li {
		margin: 20px auto 0;
		text-align: center;
	}
	.report_info .link a {
		font-size: 1.4rem;
		width: 60%;
		margin: 0 auto;
		display: block;
	}
}
.ohanashikai_area {
    border: 1px solid #707070;
    padding: 20px;
    width: 820px;
    margin: 100px auto 0;
line-height: 1.7;
}
.ohanashikai_area h4 {
    font-size: 18px;
    width: 220px;
    padding-left: 10px;
    margin-top: -33px;
    background: url(../img/common/bg_main.jpg) repeat 0 0;
    margin-bottom: 20px;
}

@media (max-width: 780px){
.ohanashikai_area {
    width: 80%;
}
}