/*
Theme Name: テーマA
Author: exceed system
Description: シンプルなレイアウトのテーマになります。写真や文章を効果的に見せることが出来ます。
Version: 1.0
*/

@import url(../common.css?1111);
@import url(../css/colorbox.css);
@import url(../css/flexslider.css);
@import url(../css/font-awesome.min.css);
@import url(../css/ico.css);

a {
	color: #000;
}
/* -----------------------------------

	ヘッダー

----------------------------------- */

.site-branding {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_logo {
	margin-top: 0;
}

.header_logo a {
	display: block;
}

.site-header-menu {
	margin: 30px 0 30px;
}

.sub_navi {
	position: fixed;
	top: 40%;
	right: 1%;
	z-index: 999;
}

.sub_menu_list {
	list-style: none;
	padding-left: 0;
	margin: 0;
	width: 100px;
}

.sub_menu_list li.tel_link {
	display: none;
}

.sub_menu_list li a {
	display: block;
	padding: 17px 0;
	background-color: #fff;
	opacity: 0.8;
	line-height: 4px;
	text-decoration: none;
	border-radius: 10px;
}

.sub_menu_list li.onlineshop_link a {
	color: #FFF;
	background-color: #f3b448;
}

.sub_menu_list li.web_link a {
	color: #FFF;
	background-color: #F92B10;
}

.sub_menu_list li.line_link a {
	color: #FFF;
	background-color: #12a610;
}

.sub_menu_list li a i {
	font-size: 3em;
	display: block;
	margin-bottom: 0.125em;
}

.sub_menu_list li a img {
	width: 3em;
	margin-bottom: 0.853em;
}

ul.primary-menu, ul.sub-menu {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 0;
}

ul.primary-menu>li a, .web_reserve>a {
	display: block;
	padding: 0.8em 1.5em;
	letter-spacing: 0.05em;
	line-height: 1.4;
	white-space: nowrap;
}

/* ------------------------------------------

	トップページ

   ------------------------------------------ */

.top_foot{
	max-width: 860px;
	margin: 70px auto 0;
	display: flex;
	justify-content: center;
}

.facebook {
	text-align: center;
	padding: 0 6%;
}


.blog_content h2,
.page-recruit #main .hentry h2 {
	padding: 0.3em 1em;
	background-color: #000;
	color: #fff;
	border-radius: 5px;
}

.blog_content h3,
.page-recruit #main .hentry h3 {
	padding: 0.5em 1em;
	padding-left: 1.9em;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	position: relative;
}

.blog_content h3::before,
.page-recruit #main .hentry h3::before {
	content: "";
	display: block;
	width: 0.3em;
	background-color: #000;
	position: absolute;
	top: 0.6em;
	bottom: 0.6em;
	left: 0.8em;
}

.blog_content h4,
.page-recruit #main .hentry h4 {
	font-size: 1.15em;
	margin-bottom: 10px;
}

.blog_content h5,
.page-recruit #main .hentry h5 {
	font-size: 1em;
	margin-bottom: 10px;
}


.blog_shop ,
.blog_writer {
	margin: 3em auto;
}

.writer_content {
	display: flex;
	align-items: flex-start;
}

.writer_img {
	text-align: center;
}

.writer_img img {
	max-width: 180px;
}

.reserve_btn a {
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #F92B10;
	width: 100%;
	padding: 0.5em 0;
	margin: 0.5em auto;
	max-width: 180px;
	font-size: 14px;
}

.writer_other_btn a {
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #000;
	width: 100%;
	padding: 0.5em 0;
	margin: 0.5em auto;
	max-width: 180px;
	font-size: 14px;
}

.shop_other_btn a {
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #000;
	width: 100%;
	padding: 0.5em 0;
	margin: 0.5em auto;
	max-width: 180px;
	font-size: 14px;
	text-align: center;
}

.writer_sns {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
	margin: 0.5em 0;
}

.writer_sns li:not(:first-child) {
	margin-left: 0.75em;
}

.writer_sns li a {
	font-size: 1.5em;
}

.writer_info {
	flex-grow: 1;
	margin-left: 5%;
}

.staff_list .writer_other_btn a {
	max-width: 100%;
	margin-bottom: 12px;
}

.tagcloud {
	padding-left: 40px;
}

.tagcloud a {
	font-size: inherit !important;
	margin-right: 5px;
	margin-bottom: 0.5em;
	display: list-item;
	list-style: disc;
}

.jp-relatedposts-headline {
	float: none !important;
	display: block !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

#jp-relatedposts h3.jp-relatedposts-headline em::before {
	border: none !important;
	margin-bottom: 0 !important;
	
}

@media screen and (max-width: 768px) {
	
	.site-header {
		padding-top: 70px;
	}
	
	.site-branding {
		box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
		width: 100%;
		height: 70px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
	}
	
	.site-branding::before {
		content: "";
		display: block;
		width: 100%;
		background-color: #fff;
		opacity: 0.3;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		transition: 0.5s;
	}

	.site-branding.scroll::before {
		opacity: 0.75;
	}

	.header_logo {
		margin: 0;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.header_logo a {
		height: 100%;
		text-align: left;
	}
	
	.header_logo img {
		width: auto;
		max-width: none;
		max-height: 100%;
	}

	.sp_btn {
		line-height: 1;
		height: 100%;
		z-index: 3;
	}

	.menu-toggle {
		display: inline-block;
		font-size: 10px;
		line-height: 1;
		width: 48px;
		color: #000;
		background: linear-gradient(transparent 16px, currentColor 16px, currentColor 18px, transparent 18px) no-repeat center rgba(255,255,255,0.8);
		background-size: 34px 100%;
		padding: 34px 0 2px;
		border: 1px solid;
		border-radius: 5px;
		cursor: pointer;
		position: absolute;
		top: 50%;
		right: 5px;
		z-index: 2;
		outline: none;
		transform: translateY(-50%);
		transition: 0.5s;
	}

	.site-branding.open .menu-toggle {
		background-image: none;
		right: calc(50vw + 5px);
	}
	
	.menu-toggle::before, .menu-toggle::after {
		content: "";
		width: 34px;
		height: 2px;
		background-color: currentColor;
		position: absolute;
		left: 6px;
		transform-origin: center;
		transition: 0.5s;
	}

	.menu-toggle::before {
		top: 7px;
	}

	.site-branding.open .menu-toggle::before {
		top: 16px;
		transform: rotate(45deg);
	}

	.menu-toggle::after {
		top: 25px;
	}

	.site-branding.open .menu-toggle::after {
		top: 16px;
		transform: rotate(-45deg);
	}
	
	.site-header-menu {
		margin: 0;
		width: 0;
		height: 100vh;
		opacity: 0;
		position: absolute;
		top: 0;
		right: 0;
		transition: 0.5s;
		z-index: 2;
	}
	
	.site-header-menu::before {
		content: "";
		display: block;
		width: 100%;
		background-color: #000;
		opacity: 0.75;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
	}
	
		.sub_menu_list li:first-child {
		border: none;
	}

	.site-branding.open .site-header-menu {
		width: 100vw;
		opacity: 1;
	}

	.site-header-menu .main-navigation {
		width: 0;
		opacity: 0;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		transition: 0.5s;
		overflow-y: auto;
		display: block;
	}
	
	.main-navigation::before {
		content: "";
		display: block;
		width: 100%;
		background-color: #fff;
		opacity: 0.9;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
	}

	.site-branding.open .site-header-menu .main-navigation {
		width: 50vw;
		opacity: 1;
	}

	.site-header-menu ul.primary-menu>li {
		display: list-item;
	}

	.site-header-menu ul.primary-menu>li:not(:last-child), .site-footer-menu ul.sub-menu>li {
		border-bottom: 1px dashed #ccc;
	}
	
	ul.primary-menu>li a, .web_reserve>a {
		font-size: 14px;
	}

	.sub_navi {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 60px;
		z-index: 1;
	}

	.sub_menu_list {
		width: 230px;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.sub_menu_list li {
		width: 55px;
		margin: 0;
	}

	.sub_menu_list li.tel_link {
		display: list-item;
	}

	.sub_menu_list li a {
		padding: 4px 0;
		font-size: 10px;
		background-color: transparent;
		border: 1px solid;
		border-radius: 5px;
	}

	.sub_menu_list li.web_link a ,
	.sub_menu_list li.line_link a,
	.sub_menu_list li.onlineshop_link a{
		border: none;
		padding: 5px 0;
	}

	.sub_menu_list li a i {
		font-size: 2.5em;
		margin-bottom: 5px;
	}

	.sub_menu_list li a img {
		margin-bottom: 5px;
	}

	.writer_content {
		flex-direction: column;
		align-items: center;
	}
	
	.writer_info {
		margin-left: 0;
	}
	
	.top_foot{
		display: block;
	}
	
	.facebook {
		text-align: center;
		width: 88%
	}
}