﻿@charset "utf-8";
/* -- -- --
 * ROOM8 Template V3.5
 * Last Up Date: 2021.8
 * Author: mick
-- -- -- -- -- -- -- -- */
* {
	margin: 0;
	padding: 0;
	word-break: normal;
	line-break: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
	box-sizing: border-box;
}

html {
	opacity: 0;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 10px;
	>font-size: 62.5%;
}

html.wf-active, html.loading-delay {
	opacity: 1;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

body {
	font-family: source-han-serif-japanese, serif;
	font-feature-settings : 'palt';
	color: #3E3A39;
}

/*
Source Han Serif Regular
font-family: source-han-serif-japanese, serif;
font-weight: 400;
font-style: normal;

Noto Sans CJK JP Regular
font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 400;
font-style: normal;

Noto Sans CJK JP Bold
font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 700;
font-style: normal;
*/

html, body {
	height:100%;
}

body.fixed {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
}

header,
article,
nav,
section,
footer {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

header,
article,
nav,
section,
footer,
div,
p {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 0.6px;
}

p {
	line-height: 1.6;
}

a {
	color: #3E3A39;
	border: none;
	outline: 0;
	background-color: transparent;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: 700;
}

i {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.4;
	font-size: 1.0em;
	font-weight: 700;
	letter-spacing: 1px;
}

img {
	border: 0;
	vertical-align: bottom;
}

.mimg img {
	width:100%;
	height:auto;
}

pre {
	overflow: auto;
}

table {
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0;
}

dt,
dd,
td,
th {
	line-height: 1.6;
	letter-spacing: 0.6px;
}

ul,
ol {
	list-style: none;
}

li {
	line-height: 1.6;
	letter-spacing: 0.6px;
}

.pc {
	display: none;
}

*::before,
*::after {
	background-repeat: none;
}

/* entry_body
========================================================================== */
.entry_body .aligncenter {
	display: block;
	margin: 0 auto;
}

.entry_body .alignright {
	margin:0 0 0 10px;
	float: right;
}

.entry_body .alignleft {
	margin:0 10px 0 0;
	float: left;
}

.entry_body ol {
	margin:0 0 0 20px;
	list-style-position: outside;
	list-style-type: decimal;
}

.entry_body ul {
	margin:0 0 0 20px;
	list-style-position: outside;
	list-style-type: disc;
}

.entry_body table {
	max-width:100%!important;
	border:1px solid #CCC;
}

.entry_body img {
	max-width:100%;
	height:auto;
}

.entry_body hr {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.entry_body table th,
.entry_body table td {
	padding:5px;
}

.entry_body blockquote {
	margin:0 0 15px;
	padding: 25px 15px 15px 50px;
	min-height:80px;
	box-sizing: border-box;
	font-style: italic;
	background: #efefef;
	color: #555;
	position: relative;
}

.entry_body blockquote:before {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: -3px;
	vertical-align: middle;
	content: "“";
	font-family: sans-serif;
	color: #cfcfcf;
	font-size: 90px;
	line-height: 1;
}

.entry_body blockquote p {
	 padding: 10px 0;
	padding: 0;
	line-height: 1.7;
}

.entry_body blockquote cite {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 0.9em;
}

@media screen and (min-width: 768px) {

	.entry_body table th,
	.entry_body table td {
		padding:10px;
	}

	.entry_body blockquote {
		margin:0 0 40px;
	}
}

/* Forms
========================================================================== */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

optgroup {
	font-weight: bold;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
select,
textarea {
	display: inline-block;
	vertical-align: middle;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: #AAA;
}

::-moz-placeholder {
	color: #AAA;
}

:-ms-input-placeholder {
	color: #AAA;
}

::-placeholder {
	color: #AAA;
}

/* Extras
========================================================================== */
.r0 { margin-right:0!important; }
.b0 { margin-bottom: 0!important; }

.clear:after,
.block1:after,
.block2:after,
.inblock:after,
.contents:after {
    content: "";
    clear: both;
    display: block;
	visibility: hidden;
	overflow: hidden;
}



#dammy {
	display: block;
	overflow: hidden;
	background: url('../images/') no-repeat;
	padding: 40px 0 0;
	width: 216px;
	height: 0!important;
}

/*
========================================================================== */
#wrapper {
	padding:45px 0 0;
	font-size:1.4rem;
}

.block1 {
	padding:30px 10px;
}

@media screen and (min-width: 350px) {

	.block1 {
		padding:30px 20px;
	}
}

header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height: 45px;
	background-color: rgba(255, 255, 255, 0.2);
	z-index: 70;
}

header h1 {
	padding:0 0 0 10px;
	width: 141px;
}

header h1 a {
	display: block;
	overflow: hidden;
	background: url('../images/common/logo.png') no-repeat left center;
	background-size: 131px 22px;
	padding: 45px 0 0;
	height: 0!important;
}

.screen {
	display: none;
	opacity: 0;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:130%;
	background-color: #000;
	z-index: 80;
}

.active .screen {
	display: block;
	opacity: 0.2;
	animation-delay:0.2s;
	-webkit-animation-delay:0.2s;
	animation-name: screen_active;
	-webkit-animation-name: screen_active;
	animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	animation-iteration-count:1;
	-webkit-animation-iteration-count:1;
	animation-fill-mode:both;
	-webkit-animation-fill-mode:both;
}

@keyframes screen_active {
	0% {display: none; opacity: 0;}
	1% {display: block; opacity: 0;}
	100% {display: block; opacity: 0.2;}
}

@-webkit-keyframes screen_active {
	0% {display: none; opacity: 0;}
	1% {display: block; opacity: 0;}
	100% {display: block; opacity: 0.2;}
}

header .menu {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 26px;
	z-index: 100;
}

@media screen and (min-width: 350px) {

	header .menu {
		right: 20px;
	}
}

header .menu a {
	display: block;
	overflow: hidden;
	background: url('../images/common/icon_menu.png') no-repeat;
	background-size: 26px 26px;
	padding: 26px 0 0;
	height: 0!important;
}

.gnavi_block {
	position: fixed;
	top: 0;
	right: -250px;
	width: 250px;
	height:130%;
	background-color: #f6f7f7;
	z-index: 90;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.active .gnavi_block {
	right: 0;
}

.gnavi_body {
	padding:45px 20px 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: relative;
}

@media screen and (min-width: 350px) {

	.gnavi_block {
		right: -280px;
		width: 280px;
	}

	.gnavi_body {
		padding:45px 30px 0;
	}
}

.gnavi1 {
	padding:20px 0;
	border-top:1px solid #dedfdf;
	border-bottom:1px solid #dedfdf;
}

.gnavi1 li {
	margin:0 0 10px 15px;
	font-size:1.5rem;
}

.gnavi1 li:last-child {
	margin-bottom:0;
}

.gnavi1 li a {
	display: block;
	background: url('../images/common/icon_plus.svg') no-repeat left center;
	background-size: 8px 8px;
	padding:0 0 0 18px;
}

.gnavi1 ul ul li {
	margin:0 0 0 18px;
	padding:5px 0 0;
	font-size:1.4rem;
}

.gnavi1 ul ul li a {
	background:none;
	padding:0;
}

.gnavi2 {
	padding:20px 0;
	border-bottom:1px solid #dedfdf;
}

.gnavi2 li {
	margin:0 0 10px 15px;
	font-size:1.5rem;
}

.gnavi2 li:last-child {
	margin-bottom:0;
}

.gnavi2 li a {
	display: inline-block;
	background-position: left center;
	background-repeat: no-repeat;
	padding:0 0 0 30px;
	line-height:16px;
}

.gnavi2 li.shop a {
	background-image: url('../images/common/icon_cart.svg');
	background-size: 19px 18px;
	line-height:18px;
}

.gnavi2 li.insta a {
	background-image: url('../images/common/icon_insta.svg');
	background-position: 3px 0;
	background-size: 14px 14px;
}

.gnavi2 li.fb a {
	background-image: url('../images/common/icon_fb.svg');
	background-position: 6px 0;
	background-size: 8px 16px;
}

.gnavi2 li.youtube a {
	background-image: url('../images/common/icon_youtube.svg');
	background-position: 1px 0;
	background-size: 17px 12px;
	line-height:14px;
}

.mlogobox {
	padding:40px 0;
}

.mlogobox a {
	display: block;
}

.morebox {
	text-align: center;
	font-size:1.0rem;
}

.morebox a {
	display: inline-block;
	padding:0 0 5px;
	width:60px;
	border-bottom:1px solid #3e3a39;
}

.bread_block {
	background-color: #f1efed;
}

.bread {
	padding:0 0 0 10px;
}

.bread ul {
	display: flex;
	align-items: center;
	width:100%;
	height:20px;
	overflow-x: auto;
	word-break: keep-all;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.bread li {
	background: url('../images/common/icon_arrow1.svg') no-repeat right center;
	background-size: 4px 10px;
	margin:0 9px 0 0;
	padding:0 13px 0 0;
	font-size:0.9rem;
}

.bread li:last-child {
	background: none;
	margin:0;
	padding:0;
}

.bread li a {
	display: block;
}

.share_block ul {
	display: flex;
	align-items: center;
}

.share_block li {
	margin:0 3px;
	width:85px;
}

.share_block li a {
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 85px auto;
	padding: 17px 0 0;
	height: 0!important;
}

.share_block li.fb a {
	background-image: url('../images/common/icon_share2.png');
}

.share_block li.tw a {
	background-image: url('../images/common/icon_share1.png');
}

.paging_block {
	padding:20px 10px;
	text-align: center;
}

@media screen and (min-width: 350px) {

	.paging_block {
		padding:20px 20px;
	}
}

.paging_block .back {
	width: 100px;
	font-size:1.0rem;
}

.paging_block .back a {
	display: block;
	background: url('../images/common/icon_arrow2.svg') no-repeat left 10px center;
	background-size: auto 5px;
	line-height: 26px;
	color:#FFF;
	text-align: center;
	background-color: #8a7d69;
}

.paging {
	display: inline-block;
	padding:0 30px;
	position: relative;
}

.paging .prev,
.paging .next {
	position: absolute;
	top:0;
	left:0;
	width:24px;
}

.paging .next {
	left:auto;
	right:0;
}

.paging .prev a,
.paging .next a {
	display: block;
	overflow: hidden;
	background: url('../images/common/paging_prev.svg') no-repeat center 9px;
	background-size: 10px auto;
	padding: 22px 0 0;
	height: 0!important;
	border-radius: 40px;
	border:1px solid #a28977;
}

.paging .next a {
	background-image: url('../images/common/paging_next.svg')
}

.paging ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.paging li {
	margin:0 3px;
	width:24px;
	font-size:1.0rem;
}

.paging li a,
.paging li b {
	display: block;
	line-height:24px;
	height:24px;
	text-align: center;
	border-radius: 40px;
	background-color: #edebe7;
}

.paging li b {
	background-color: #c6b198;
}

.cbanner_area {
	border-top:2px solid #cfd0cf;
}

.cbanner_area .block1 {
	padding:20px 0;
}

.cbanner_area .cbanner {
	position: relative;
}

.cbanner_area .cbanner .bbox {
	padding:0 5px 0 10px;
	width:215px;
}

.slick-arrow {
	position: absolute;
	top:calc(50% - 15px);
	left: 5px;
	width: 30px;
	z-index:5;
}

.slick-arrow.next {
	left:auto;
	right: 5px;
}

.slick-arrow b {
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	padding: 30px 0 0;
	height: 0!important;
}

.slick-arrow.prev b {
	background-image: url('../images/common/slide_prev.svg');
}

.slick-arrow.next b {
	background-image: url('../images/common/slide_next.svg');
}

footer {
	border-top:2px solid #cfd0cf;
}

.pagetop {
	display: none;
	position: fixed;
	right:15px;
	bottom:15px;
	width: 30px;
	overflow: hidden;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
}

.pagetop a {
	display: block;
	overflow: hidden;
	background: url('../images/common/pagetop.svg') no-repeat center center;
	background-size: 30px 30px;
	padding: 30px 0 0;
	height: 0!important;
}

.footer {
	padding-top:35px;
	padding-bottom:35px;
}

.flogobox a {
	display: block;
	overflow: hidden;
	background: url('../images/common/logo.png') no-repeat center top;
	background-size: auto 28px;
	padding: 30px 0 0;
	height: 0!important;
}

.flinks {
	display: none;
}

.copyright {
	border-top:2px solid #cfd0cf;
	line-height:40px;
	text-align: center;
	font-size:1.0rem;
}

/*
=================================== */
.nslide {
	width:100%;
	position: relative;
}

.nslide .slick-arrow {
	position: absolute;
	top:45px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-color: transparent;
	padding: 30px 0 0;
	width: 30px;
	height: 0!important;
	border: none;
}

.nslide .slick-arrow.slick-prev {
	left:5px;
	background-image: url('../images/common/slide_prev.svg');
}

.nslide .slick-arrow.slick-next {
	left:auto;
	right:5px;
	background-image: url('../images/common/slide_next.svg');
}

.newsbox1 {
	margin:0 5px 0 0;
	padding:0 0 0 10px;
	width:145px;
}

@media screen and (min-width: 350px) {

	.newsbox1 {
		margin:0 5px 0 0;
		padding:0 0 0 20px;
		width:155px;
	}
}

.newsbox1 a {
	display: block;
}

.newsbox1 .cat {
	margin:0 0 5px;
	color:#604C3F;
	font-size: 1.1rem;
	position: relative;
}

.newsbox1 .cat b {
	position: absolute;
	top:0;
	right:0;
	color:#C20D23;
	font-family: noto-sans-cjk-jp, sans-serif;
}

.newsbox1 .imagebox {
	margin:0 0 5px;
}

.newsbox1 .title {
	line-height:1.5;
	font-size: 1.1rem;
	font-family: noto-sans-cjk-jp, sans-serif;
}

.newsbox2 {
	margin:0 0 30px;
}

.newsbox2:last-child {
	margin-bottom:0;
}

.newsbox2 .datebox {
	display: flex;
	align-items: baseline;
	margin:0 0 5px;
	color:#604C3F;
	font-size: 1.1rem;
	position: relative;
}

.newsbox2 .datebox .pc_cat {
	display: none;
}

.newsbox2 .datebox .date {
	margin:0 15px 0 0;
	font-family: noto-sans-cjk-jp, sans-serif;
}

.newsbox2 .datebox .new {
	position: absolute;
	top:0;
	right:0;
	color:#C20D23;
	font-size: 1.1rem;
	font-family: noto-sans-cjk-jp, sans-serif;
}

.newsbox2 .boxbody {
	display: flex;
	justify-content: space-between;
}

.newsbox2 .titlebox {
	width:calc(100% - 100px);
	font-family: noto-sans-cjk-jp, sans-serif;
}

.newsbox2 .titlebox .title {
	line-height:1.5;
	font-size:1.1rem;
}

.newsbox2 .titlebox ul {
	display: flex;
	flex-wrap: wrap;
	padding:8px 0 0;
}

.newsbox2 .titlebox li {
	margin:0 10px 2px 0;
	font-size:1.0rem;
}

.newsbox2 .titlebox li a {
	color:#8A7D69;
}

.newsbox2 .imagebox {
	width:90px;
}

/*
=================================== */



@media screen and (min-width: 350px) {
}



@media screen and (min-width: 768px) {

	/*
	=================================== */
	p {
		line-height: 1.6;
		letter-spacing: 1px;
	}

	h1,h2,h3,h4,h5,h6 {
		letter-spacing: 2px;
	}

	dt,
	dd,
	td,
	th
	li {
		letter-spacing: 1px;
	}

	.sp {
		display: none;
	}

	.pc {
		display: inherit;
	}

	/*
	=================================== */
	#wrapper {
		padding:90px 0 0;
		min-width:1160px;
		font-size:1.6rem;
	}

	.block1 {
		margin:0 auto;
		padding:60px 30px;
		width:1160px;
	}

	header {
		padding:23px 0 0 25px;
		height: 90px;
	}

	header h1 {
		padding:0;
		width: 262px;
	}

	header h1 a {
		background-size: 262px 44px;
		padding: 44px 0 0;
	}

	header .menu {
		top: 20px;
		right: 35px;
		width: 52px;
	}

	header .menu a {
		background-size: 52px 52px;
		padding: 52px 0 0;
	}

	.gnavi_block {
		right: -290px;
		width: 290px;
	}

	.gnavi_body {
		padding:90px 35px 0 20px;
	}

	.gnavi1 {
		padding:25px 0;
	}

	.gnavi1 li {
		margin:0 0 15px 15px;
		font-size:1.6rem;
	}

	.gnavi1 li a {
		background-size: 10px 10px;
		padding:0 0 0 20px;
	}

	.gnavi1 ul ul li {
		margin:0 0 0 20px;
		padding:8px 0 0;
	}

	.gnavi2 {
		padding:25px 0;
	}

	.gnavi2 li {
		margin:0 0 15px 15px;
		font-size:1.6rem;
	}

	.mlogobox {
		padding:80px 0;
		max-width:262px;
	}

	.morebox {
		font-size:1.6rem;
	}

	.morebox a {
		width:115px;
	}

	.bread {
		margin:0 auto;
		width:1100px;
	}

	.bread ul {
		height:30px;
	}

	.bread li {
		font-size:1.2rem;
	}

	.share_block {
		margin:0 0 20px;
	}

	.share_block li {
		margin:0 5px 0 0;
		width:123px;
	}

	.share_block li a {
		background-size: 123px 24px;
		padding: 24px 0 0;
	}

	.paging_block {
		margin:0 auto;
		padding:60px 30px;
		width:1160px;
	}

	.paging_block .back {
		width: 145px;
		font-size:1.6rem;
	}

	.paging_block .back a {
		background-position: left 15px center;
		background-size: 15px 8px;
		line-height: 40px;
	}

	.paging {
		padding:0 46px;
	}

	.paging .prev,
	.paging .next {
		width:40px;
	}

	.paging .prev a,
	.paging .next a {
		background-position: center center;
		background-size: 17px 9px;
		padding: 38px 0 0;
	}

	.paging .prev a:hover,
	.paging .next a:hover {
		background-color: #c6b198;
	}

	.paging li {
		width:40px;
		font-size:1.8rem;
	}

	.paging li a,
	.paging li b {
		line-height:38px;
		height:40px;
	}

	.paging li a:hover {
		background-color: #c6b198;
	}

	.cbanner_area .block1 {
		padding:35px 30px;
	}

	.cbanner_area .cbanner .bbox {
		margin:0 20px 0 0;
		width:407px;
	}

	.slick-arrow {
		top:calc(50% - 30px);
		left:-15px;
		width: 60px;
	}

	.slick-arrow.next {
		right:-15px;
	}

	.slick-arrow b {
		background-size: 60px 60px;
		padding: 60px 0 0;
	}

	.pagetop {
		right:50px;
		bottom:50px;
		width:60px;
	}

	.pagetop a {
		padding: 60px 0 0;
		background-size: 60px 60px;
	}

	.footer {
		display: flex;
		justify-content: space-between;
		margin:0 auto;
		padding-top:50px;
		padding-bottom:30px;
		width:1160px;
	}

	.flogobox {
		width:262px;
	}

	.flogobox a {
		background-image: url('../images/common/logo.png');
		background-size: 262px 44px;
		padding: 44px 0 0;
	}

	.flinks {
		display: flex;
		justify-content: space-between;
		width:620px;
	}

	.flinks .flink1 {
		display: flex;
		flex-wrap: wrap;
		width:370px;
	}

	.flinks .flink1 li {
		margin:0 0 15px;
		width:50%;
	}

	.flinks .flink2 {
		width:250px;
	}

	.flinks .flink2 li {
		margin:0 0 15px;
	}

	.flinks .flink2 li:last-child {
		margin-bottom:0;
	}

	.flinks .flink2 li a {
		display: inline-block;
		background-position: left center;
		background-repeat: no-repeat;
		padding:0 0 0 30px;
		line-height:16px;
	}

	.flinks .flink2 li.shop a {
		background-image: url('../images/common/icon_cart.svg');
		background-size: 19px 18px;
		line-height:18px;
	}

	.flinks .flink2 li.insta a {
		background-image: url('../images/common/icon_insta.svg');
		background-position: 2px 0;
		background-size: 14px 14px;
	}

	.flinks .flink2 li.fb a {
		background-image: url('../images/common/icon_fb.svg');
		background-position: 6px 0;
		background-size: 8px 16px;
	}

	.flinks .flink2 li.youtube a {
		background-image: url('../images/common/icon_youtube.svg');
		background-position: 1px 0;
		background-size: 17px 12px;
		line-height:14px;
	}

	.copyright {
		line-height:70px;
		font-size:1.3rem;
	}

	/*
	=================================== */
	.nslide {
		display: flex;
	}

	.newsbox1 {
		display: none;
		margin:0 55px 0 0;
		padding:0;
		width:270px;
	}

	.newsbox1:nth-child(3) {
		margin-right:0;
	}

	.newsbox1:nth-child(1),
	.newsbox1:nth-child(2),
	.newsbox1:nth-child(3) {
		display: block;
	}

	.newsbox1 .cat {
		font-size: 1.6rem;
	}

	.newsbox1 .imagebox {
		margin:0 0 15px;
	}

	.newsbox1 .title {
		font-size: 1.6rem;
	}

	.newsbox2 {
		display: flex;
		justify-content: space-between;
	}

	.newsbox2 .datebox {
		display: block;
		margin:0;
		width:170px;
		font-size: 1.6rem;
	}

	.newsbox2 .datebox .pc_cat {
		display: block;
		margin:0 0 5px;
	}

	.newsbox2 .datebox .date {
		margin:0 0 5px;
	}

	.newsbox2 .datebox .sp_cat {
		display: none;
	}

	.newsbox2 .datebox .new {
		position: static;
		padding:10px 0 0;
	}

	.newsbox2 .boxbody {
		width:720px;
	}

	.newsbox2 .titlebox {
		width:560px;
	}

	.newsbox2 .titlebox .title {
		font-size:1.6rem;
	}

	.newsbox2 .titlebox ul {
		padding:12px 0 0;
	}

	.newsbox2 .titlebox li {
		margin:0 15px 5px 0;
		font-size:1.4rem;
	}

	.newsbox2 .imagebox {
		width:125px;
	}

	/*
	=================================== */



}

@media screen and (min-width: 769px) {

	/*
	=================================== */
	.op a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
		-moz-opacity: 0.7;
		-khtml-opacity: 0.7;
		zoom: 1;
	}

	.fade a {
		-webkit-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;
	}

	.fade2 a {
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
}
