@charset "UTF-8";

/* メインメニュー　PC用
----------------------------------------------------------------------------------------------------------*/

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

/*-------- メニュースクロール --------*/
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
    padding-top: 8px !important;
    margin-top: -30px;
	transition: .3s;
	transform: translateY(-100%);
	border-top: none;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
	background-color: rgba(255,255,255,0.95);
	border-bottom: 2px solid #009090;
}
.is-show {
	transform: translateY(0);
	height: 103px;
}
.fixed ul li a {
	color: #fff;
}
.fixed ul li:last-child a {
}
.fixed .pullMain li span span{
	color: rgba(255,255,255,0.80) !important;
}
.fixed .has-sub ul li {
	border-top: none !important;
}
.fixed .has-sub ul li:hover {
	border-top: none !important;
}
.fixed ul li:hover:after {
	content: '';
	border-bottom: 5px solid #ee86b4 !important;
}
.fixed ul li {
	border-left: none !important;
}
.fixed ul li:last-child {
	border-right: none !important;
}
.under-btn {
    display: none;
}

}



/* メインメニュー　Mobile用
----------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1023px) {
#mainNav, .mean-container .mean-bar:nth-child(2) {
	display: none !important;
}
.mean-container .mean-bar {
	float: left;
	width: 100%;
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
	background: #009090;
}
.mean-container .mean-bar:before{
	content: "MENU";
	font-size: 130%;
	color: #fff;
	margin: 8px 45px -40px 15px !important;
	float: right;
}
.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}
.mean-container .mean-nav {
	float: left;
	width: 100%;
	margin-top: 44px;
}
.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}
.mean-container .mean-nav ul li span span{
	display: none;
}
.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}
.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 12px 5% 13px;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid rgba(255,255,255,0.3);
	text-decoration: none;
	text-transform: uppercase;
}
.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 12px 10%;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
	background: rgba(255,255,255,0.2);
}
.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 26px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(0,0,0,0.2);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.3) !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(255,255,255,0.3);
}
.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}
.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.mean-remove {
	display: none !important;
}
.header-sns img {
    display: none;   
}
.under-btn {
    position: fixed;
    left: 50%;
    bottom: 0;
    width: 100vw;
    transform: translateX(-50%);
    display: flex;
    width: 100%;

    border-top: 1px solid rgba(255,255,255,.4);
    background: #e198b4;
    z-index: 100;
}
.under-btn a {
    width: 50%;flex-basis: 50%;display: block;
    max-width: 50%;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    color: #fff !important;
    font-size: 90%;
    padding: 5px 0;
}
.under-btn a svg {
    color: #fff;
    font-size: 90%;
}
.under-btn a:first-child {
    border-right: 1px solid rgba(255,255,255,.4);
}
.under-btn a:nth-child(2) {
    border-right: 1px solid rgba(255,255,255,.4);
}
.footer-under {
    padding-bottom: 55px;
}
}




/* max-width: 519px
----------------------------------------------------------------------------------------------------------*/

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

/*-------- ベースレイアウト --------*/
.inner {
	width: 100%;
}
#toppage article, #content, #sidebar, #footer {
	width: 100%;
	padding: 20px 7% 50px;
	margin-bottom: -30px;
}
.flex-box .item2, .flex-box .item3, .flex-box .item4 {
	flex-basis: 100%;
}
.flex-box .item5, .flex-box .item6 {
	flex-basis: 48%;
}
#container{
	display: block;
}

/*-------- イメージ --------*/
img {
	max-width: 100%;
	height: auto;
}
.aligncenter, .alignnone {
	max-width: 100%;
	height: auto;
}
.alignright, .alignright {
	width: 100%;
	height: auto;
}

/*-------- ヘッダ --------*/
header{
    height: 300px !important;
    background: url(images/page-head.jpg)no-repeat center 80px !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
    margin-bottom: 80px;
}
#toppage header{
    height: 680px !important;
    background: url(images/top-head.jpg)no-repeat -220px 80px !important;
    -moz-background-size: cover !important;
	background-size: cover !important;
    margin-bottom: 80px;
}
#container header{
    height: auto !important;
    background: none !important;
}
header .inner{
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	text-align: center;
	padding: 0 3%;
}
header .copy {
	font-size: 90%;
	padding-top: 5px;
}
.header-sns .tel{
    line-height: 2em;
}
header .logo a {
	width: 200px;
	margin: 20px auto 0;
}
header .logo a.header-banner{
	width: 70%;
	margin: 10px auto 5px;
}
.head-title {
    width: 100% !important;
	background-position: left;
}
.head-title h1 {
	width: 100%;
    font-size: 160%;
    text-align: center;
    padding-left: 0;
}
#breadcrumb {
    width: 86%;
    padding: 10px 0;
    margin: 10px 7% 40px;
}
#breadcrumb ul {
	width: 100%;
}
header .copy1 {
    top: 210px;
    right: 0;
    left: 0;
    bottom: 9;
    font-size: 140%;
}
header .copy2 {
    top: 600px;
    right: 0;
    left: 0;
    bottom: 9;
    width: 100%;
    font-size: 130%;
    text-align: center;
    padding: 0 10px;
}

/*-------- ホーム --------*/
#toppage h2 {
	margin-bottom: 20px;
}
h2.top-title {
	font-size: 160%;
}
.banner .item2{
    margin: 0 5% 10px;
}

/*-------- 固定ページ --------*/
div.mb80{
	margin-bottom: 50px !important;
}
h2.title{
	font-size: 160%;
}
.table2, .table3, .table-shop {
    margin: 0;
}
.table2 th, .table3 th, .table-shop th{
    margin-bottom: -15px;
}
.table2 th, .table2 td, .table3 th, .table3 td, .table-shop th, .table-shop td {
    width: 100%;
    display: block;
    border-top: none;
}

/*-------- 投稿ページ --------*/
h2.post-title {
	font-size: 140%;
}
.shop-list .image-orver {
	margin-right: 15px;
}
.shop-list .image-orver, .shop-list .image-orver a .cover {
	width: 80px;
	height: 80px;
}
@media only screen and (max-width: 370px) {
.shop-list .image-orver, .shop-list .image-orver a .cover {
	width: 50px;
	height: 50px;
}    
}
.shop-button{
    font-size: 90%;
	padding: 3px 7px 2px;
}
h2.shop-title {
	font-size: 140%;
}
.post-header .print a{
    display: block;
    float: none;
    width: 150px;
    text-align: center;
    margin: 0 auto;
}

/*-------- 投稿一覧 --------*/
.post-list{
	margin-bottom: 20px;
	padding-bottom: 20px;
}
h3.post-list-title a{
	font-size: 120%;
}
h3.post-list-title .new, .shop-list h3 .new {
	display: block;
    width: 54px;
    text-align: center;
    line-height: 1.4em;
    padding: 1px 6px;
    margin-bottom: 3px;
}
div.blog-info{
	flex-shrink: 1;
}
.image-orver, .image-orver a .cover {
	height: 50px;
	width: 50px;
}

/*-------- サイドバー --------*/



/*-------- フッダ --------*/
#footer{
	padding-top: 50px;
}
#footer div[class^="item"] {
	margin-bottom: 50px;
}
#footer div[class^="item"]:last-child {
	margin-bottom: 20px;
}
.footer-under {
	padding: 12px 0 25px;
}
.footer-under .inner {
	display: block;
	line-height: 1.2em;
	padding: 0px 10px;
}
.footer-menu{
	display: none;
}
.copyright {
	text-align: center;
	padding-bottom: 10px;
	margin-top: 0px;
}
#page-top{
    right:10px;
    bottom:30px;
	width: 35px;
	height: 35px;
}
#page-top a{
	width: 35px;
	height: 35px;
}
#page-top a:before{
	margin-left: 5px;
	font: 160%/1.3em FontAwesome;
}
#footer .item1{
    width: 100%;
}
#footer .item1 br{
    display: block;
}
#footer .item1 br:after{
    margin-right: 0;
}

/*-------- その他 --------*/


}



/* min-width: 520px／max-width: 1023px
----------------------------------------------------------------------------------------------------------*/

@media screen and (min-width: 520px) and (max-width: 1023px) {
	
/*-------- ベースレイアウト --------*/
.inner {
	width: 100%;
}
#toppage article, #content, #sidebar, #footer {
	width: 100%;
	padding: 20px 7% 50px;
	margin-bottom: -30px;
}
.flex-box .item2, .flex-box .item3, .flex-box .item4 {
	flex-basis: 48%;
}
.flex-box .item5, .flex-box .item6 {
	flex-basis: 31%;
}
#container{
	display: block;
}

/*-------- イメージ --------*/


/*-------- ヘッダ --------*/
header{
    height: 300px !important;
    background: url(images/page-head.jpg)no-repeat center 49px !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
    margin-bottom: 80px;
}
#toppage header{
    height: 650px !important;
    background: url(images/top-head.jpg)no-repeat -120px 50px !important;
    -moz-background-size: cover !important;
	background-size: cover !important;
    margin-bottom: 50px;
}
#container header{
    height: auto !important;
    background: none !important;
}
header .inner{
	width: 100%;
	padding: 0 3%;
	text-align: center;
}
.head-title {
    width: 100% !important;
	background-position: left;
}
.head-title h1 {
	width: 100%;
    font-size: 180%;
    text-align: center;
    padding-left: 0;
}
.header-banner{
	float: none;
	width: 50%;
	display: block;
	margin: 5px 25%;
}
#breadcrumb {
    width: 86%;
    padding: 10px 0;
    margin: 10px 7% 40px;
}
#breadcrumb ul {
	width: 100%;
}
header .logo a {
	width: 200px;
	margin: 20px auto 0;
}
header .copy1 {
    top: 180px;
    right: 0;
    left: 0;
    bottom: 9;
    font-size: 140%;
}
header .copy2 {
    top: 550px;
    right: 0;
    left: 0;
    bottom: 9;
    width: 100%;
    font-size: 130%;
    text-align: center;
    padding: 0 10px;
}
.header-sns .tel{
    line-height: 2em;
}

/*-------- ホーム --------*/
h2.top-title {
	font-size: 160%;
}
.banner {
    margin: 0 5% 10px;
}

/*-------- 固定ページ --------*/


/*-------- 投稿ページ --------*/
.shop-button{
    font-size: 90%;
	padding: 3px 7px 2px;
}
h2.shop-title {
	font-size: 140%;
}
.post-header .print a{
    display: block;
    float: none;
    width: 150px;
    text-align: center;
    margin: 0 auto;
}

/*-------- 投稿一覧 --------*/
h3.post-list-title .new, .shop-list h3 .new {
	display: block;
    width: 54px;
    text-align: center;
    line-height: 1.4em;
    padding: 1px 6px;
    margin-bottom: 3px;
}

/*-------- サイドバー --------*/


/*-------- フッダ --------*/
#footer{
	padding-top: 50px;
}
#footer div[class^="item"]:last-child {
	margin-bottom: 20px;
}
.footer-under {
	padding: 12px 0 25px;
}
.footer-under .inner {
	display: block;
	line-height: 1.2em;
	padding: 0px 10px;
}
.footer-menu{
	display: none;
}
.copyright {
	text-align: center;
	padding-bottom: 10px;
	margin-top: 0px;
}
#page-top{
    right:10px;
    bottom:30px;
	width: 35px;
	height: 35px;
}
#page-top a{
	width: 35px;
	height: 35px;
}
#page-top a:before{
	margin-left: 5px;
	font: 160%/1.3em FontAwesome;
}

/*-------- その他 --------*/


}


@media screen and (min-width: 520px) and (max-width: 799px) {
#footer div[class^="item"] {
	flex-basis: 100%;
	margin-bottom: 50px;
}
}

@media screen and (min-width: 800px) and (max-width: 1023px) {
#footer div[class^="item"] {
	flex-basis: 48%;
	margin-bottom: 50px;
}
#footer div[class^="item"]:nth-child(3) {
	flex-basis: 100%;
	margin-bottom: 50px;
}
#sidebar{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sidebar .widget, #tab-widget-box{
	width: 48%;
	margin-bottom: 40px;
}
}


