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

Theme Name: AQUA 専用 Thema
Author: Shimizu [ bran-new-days.com ]
Description: 2022/9/21

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

/* /////////////////////////////////////////////////////////////////////////////

 全体 style

///////////////////////////////////////////////////////////////////////////// */

/* font-family: 'Berkshire Swash', cursive; */
@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap');

main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
	display: block;
}

html {
	font-size: 16px;
}

body {
	position: relative;
	left: 0;
	overflow: hidden;
	word-wrap: break-word;
	color: #333;
	font-size: 1rem;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 1.6;
	background: #FFF;
	background-attachment: fixed;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #0068b7;
	text-decoration: none;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.font_gothic {
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
.font_mincho {
	font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

video, object {
	display: block;
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

.vibtn {
	position: absolute;
	visibility: hidden;
}

/* iframeのレスポンシブ */

.youtube_container {
	position: relative;
	margin-bottom: 8px;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.youtube_container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* /////////////////////////////////////////////////////////////////////////////

 layout

///////////////////////////////////////////////////////////////////////////// */

.contents_wrapper {
	clear: both;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

.main_contents {
	flex: 1;
	max-width: 1000px;
	margin: 0 auto;
}

.side {
	width: 240px;
	margin-left: 40px;
}


/* 背景横突き抜け：ブロック
------------------------------------------------------------- */

.contents {
	clear: both;
	overflow: hidden;
	zoom: 100%;
}
.contents.contents_pickup ,
.contents.contents_menu {
	background: #f6f5f2;
}
.contents.contents_raiten {
	background: #7a6a56;
	color: #FFF;
}

.contents_inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 15px 40px;
}

.main_contents .contents_inner {
	padding-left: 0;
	padding-right: 0;
}


/* fixed * lp レイアウト
------------------------------------------------------------- */

.header_wrapper.mw {
	height: 0;
}

.contents_wrapper.mw {
	position: relative;
	margin: 0 auto;
	padding: 65px 0 20px;
}
.home .contents_wrapper.mw {
	padding: 0 auto;
}
.mw_contents {
	position: relative;
	max-width: 480px;
	margin: 0 auto;
	background: #FFF;
	font-family: 'BIZ UDPGothic', 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

@media only screen and (min-width: 769px) {
	.header_wrapper.mw {
		height: 0;
	}
	.contents_wrapper.mw {
		display: block;
		width: 1200px;
		max-width: 100%;
		padding: 100px 15px 40px;
	}
	.mw_contents {
		box-shadow: 0 0 40px rgba(0,0,0,.15);
		z-index: 999999;
	}
}



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

 header

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

.header_wrapper {
	height: 50px;
}

.header {
	position: fixed;
	position: absolute;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
}

.header_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1360px;
	margin: 0 auto;
	padding: 6px 10px;
}

.header_inner .logo {
	width: 180px;
	max-width: 30%;
	transition:all 300ms 0ms ease;
}
.header_inner .logo a {
	display: block;
	text-decoration: none;
}
.header_inner .logo a:hover {
	opacity: .5;
}
.header_inner .logo .text {
	display: block;
	margin-bottom: 4px;
	color: #333;
	font-size: .8125rem;
	font-weight: bold;
	line-height: 1.2;
}
.header_inner .logo img {
	width: 100%;
}


/* gnavi
------------------------------------------------------------- */

.gnavi {
	display: -webkit-flex;
	display: flex;
	margin-right: -2%;
	transition:all 300ms 0ms ease;
}
.gnavi li {
	flex-grow: 1;
	vertical-align: middle;
}
.gnavi a {
	display: block;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
}
.gnavi .contact a {
	padding-left: 2em;
	padding-right: 2em;
	border-radius: 50vh;
	background: rgb(230,106,121);
	background: linear-gradient(135deg, rgba(230,106,121,1) 0%, rgba(242,167,92,1) 100%);
	color: #FFF;
	font-weight: bold;
}


/* menu
------------------------------------------------------------- */

/* menu open btn */

.menu_btn_area {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
}
.menu_btn_area .layer {
	position: absolute;
}
input[type="checkbox"]#menu_btn {
	position: absolute;
	visibility: hidden;
	bottom: 0;
}

/* ハンバーガーメニュー */
.menu_open_btn {
	position: absolute;
	display: block;
	display: none;
	top: 7px;
	right: 5px;
	width: 40px;
	height: 40px;
	z-index: 2147483647;
}
.menu_open_btn span {
	position: relative;
	display: block;
	width: 30px;
	height: 2px;
	margin: 19px auto 0;
	background: #333;
	transition: 0.4s;
}
.menu_open_btn span::before ,
.menu_open_btn span::after {
	position: absolute;
	content: '';
	left: 0;
	width: 30px;
	height: 2px;
	background: #333;
	transition: 0.4s;
}
.menu_open_btn span::before {
	top: -10px;
}
.menu_open_btn span::after {
	bottom: -10px;
}

/* ハンバーガーメニューを変形 */
input[type="checkbox"]#menu_btn:checked + .menu_open_btn span {
	background: transparent;
}
input[type="checkbox"]#menu_btn:checked + .menu_open_btn span::before {
	top: 25%;
	transform: rotate(45deg);
}
input[type="checkbox"]#menu_btn:checked + .menu_open_btn span::after {
	bottom: 25%;
	transform: rotate(-45deg);
}

/* レイヤー */
input[type="checkbox"]#menu_btn:checked ~ .layer {
	position: fixed;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	top: 0;
	right: 0;
	visibility: visible;
	z-index: 2147483645;
}

/* メニューを格納 */
.menu_wrapper {
	position:fixed;
	top:0;
	right: -80%;
	width: 70%;
	height: 100%;
	transition: 0.1s ease-in-out;
}

/* メニューオープン時 */
input[type="checkbox"]#menu_btn:checked ~ .menu_wrapper {
	overflow:scroll;
	-webkit-overflow-scrolling:touch;
	z-index: 2147483646;
	right: 0;
}

.menu_wrapper {
	padding: 10px 10px 10px;
	background: #FFF;
}

.menu_wrapper .logo {
	width: 75%;
	margin-bottom: 10px;
}

.menu_wrapper .menu_sp {
	margin-bottom: 30px;
	border-top: 1px solid #CCC;
}
.menu_wrapper .menu_sp li {
	border-bottom: 1px solid #CCC;
}
.menu_wrapper .menu_sp a {
	display: block;
	height: auto;
	padding: 10px 10px;
	text-decoration: none;
	line-height: 1.6;
}
.menu_wrapper .menu_sp a span {
	display: block;
	font-size: .75rem;
}



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

 side bar

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

.side h4 {
	margin-bottom: 10px;
	padding: 4px 4px 10px;
	border-bottom: 2px solid #CCC;
	font-weight: bold;
}

.side .wiget_box div {
	margin-bottom: 20px;
}

.side .wiget_box ul {
	margin-left: 10px;
	font-size: .875rem;
}

.side .tagcloud {
	margin-left: 10px;
}

.side .tagcloud a {
	display: inline-block;
	margin: 0 2px 0 0;
	font-size: 14px !important;
	font-weight: bold;
	vertical-align: middle;
}
.side .tagcloud a::before {
	content: '#';
}



/* calender
-----------------------------------------------------------*/

.side .calendar_wrap {
	position: relative;
	margin: 0 15px;
}

.wp-calendar-table {
	width: 100%;
}

.wp-calendar-table th {
	padding: 4px 0;
	border-bottom: 2px solid #666;
	text-align: center;
}

.wp-calendar-table td {
	padding: 4px 0;
	border-bottom: 1px solid #999;
	text-align: center;
}

.calendar_wrap .wp-calendar-nav {
	position: absolute;
	width: 100%;
	top: 0;
}

.calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
	display: inline-block;
	float: right;
}


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

 .footer

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

.footer {
	background: #EEE;
}

.footer_inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 30px 15px 80px;
}

.footer_inner h2 {
	margin-bottom: 15px;
	text-align: center;
}


/* fnavi
------------------------------------------------------------- */

.fnavi {
	margin-bottom: 15px;
	font-size: .875rem;
	text-align: center;
}

.fnavi li {
	display: inline-block;
	padding: 0 6px 0 8px;
	border-left: 1px solid #666;
	line-height: 1.1;
	vertical-align: middle;
}

.fnavi li:first-child {
	padding-left: 6px;
	border-left: none;
}

.copy_area {
	font-size: .875rem;
	text-align: center;
}


/* page top
-----------------------------------------------------------*/

.page_top_fx {
	position: fixed;
	overflow: hidden;
	bottom: 70px;
	right: 10px;
	z-index: 99999;
}

.page_top_fx a {
	display: block;
	cursor: pointer;
	width: 60px;
	height: 60px;
	border-radius: 50vw;
	background: url('data:image/svg+xml,%3Csvg%20enable-background%3D%22new%200%200%2036%2020%22%20height%3D%2220%22%20viewBox%3D%220%200%2036%2020%22%20width%3D%2236%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m35.6%2018.1c0%20.5-.2.9-.5%201.3-.7.7-1.8.7-2.5%200l-14.8-15.2-14.8%2015.2c-.7.7-1.8.7-2.5%200s-.7-1.8%200-2.5l16.1-16.4c.7-.7%201.8-.7%202.5%200l16%2016.4c.3.3.5.8.5%201.2z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') rgba(0,0,0,0.3)  50% 45% no-repeat;
	background-size: 40% auto;
	text-indent: 100%;
	white-space: nowrap;
}


/* fix btn
------------------------------------------------------------- */

.fix_btn {
	position: fixed;
	z-index: 2147483;
	bottom: 0;
	left: 0;
	width: 100%;
}

.fixbtn_list {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	padding: 10px 5px;
	padding: 10px 5px;
	background: rgba(255,255,255,.7);
	text-align: center;
}

.fixbtn_list li {
	padding: 0 1px;
}
.fix_btn .fixbtn_list .contact {
	width: 50%;
	max-width: 240px;
}
.fix_btn .fixbtn_list .tel {
	width: 50%;
	max-width: 240px;
}

.fixbtn_list a ,
.fixbtn_list label {
	display: block;
	padding: 8px 8px 8px;
	border-radius: 8px;
	color: #FFF;
	font-size: 3.6vw;
	font-weight: 800;
	text-decoration: none;
}
.fixbtn_list a:hover ,
.fixbtn_list label:hover {
	opacity: .5;
}

/* contact */
.fixbtn_list .contact a {
	background: rgb(230,106,121);
	/*background: linear-gradient(135deg, rgba(230,106,121,1) 0%, rgba(242,167,92,1) 100%);*/
}
.fixbtn_list .tel a::before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 2px;
	width: 22px;
	height: 22px;
	background: url(./image/common/icon_tel03wh.svg) no-repeat;
	background-size: cover;
	vertical-align: middle;
}

/* tel */
.fixbtn_list .tel a ,
.fixbtn_list .tel label {
	background: rgb(80,156,172);
	/*background: linear-gradient(135deg, rgba(80,156,172,1) 0%, rgba(130,198,151,1) 100%);*/
}
.fixbtn_list .tel a::before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 2px;
	width: 22px;
	height: 22px;
	background: url(./image/common/icon_tel03wh.svg) no-repeat;
	background-size: cover;
	vertical-align: middle;
}


/* /////////////////////////////////////////////////////////////////////////////

 メインコンテンツ

///////////////////////////////////////////////////////////////////////////// */

/* パンくず
-----------------------------------------------------------*/

.breadcrumb {
	clear: both;
	max-width: 1040px;
	margin: 20px auto 20px;
	padding: 0 20px;
	color: #666;
	font-size: .875rem;
}

.breadcrumb li {
	display: inline-block;
	padding: 0 8px 0 0;
}


/* ページタイトル
-----------------------------------------------------------*/

.contents_title {
	padding: 20px 0 20px;
}

.contents_title h1 {
	margin: 0 auto;
	width: 1000px;
	font-size: 150%;
	font-weight: normal;
	text-align: center;
}

.entry_title ,
.page_title  {
	margin-bottom: 20px;
	padding: 10px 8px;
	border-bottom: 1px solid #CCC;
	color: #333;
	font-size: 140%;
	text-align: left;
	line-height: 1.8;
}
.page_title  {
	text-align: center;
}

/* title */
.title_block {
	margin-bottom: 20px;
	text-align: center;
}
.title_block h1 {
	display: block;
	font-size: 1.375rem;
	line-height: 1.8;
}
.title_block h1 span {
	display: inline-block;
}
.title_block p {
	margin-top: 20px;
	font-size: .875rem;
	text-align: left;
}

.title_sub {
	margin-bottom: 20px;
	font-size: 1.25rem;
	text-align: center;
}
.title_sub span {
	display: inline-block;
}



/* ページネーション/ページャー
-----------------------------------------------------------*/

.pagination {
	clear: both;
	position: relative;
	font-size: .875rem;
	line-height: 1.2;
}

.pagination span,
.pagination a {
	width: auto;
	margin-right: 4px;
	padding: 6px 8px 5px 8px;
	border-radius: 4px;
}

.pagination a {
	display: inline-block;
	border: 1px solid #CCC;
	text-decoration: none;
}

.pagination a:hover {
	color: #fff;
	background: #EEE;
}

.pagination span {
	display: none;
}

.pagination .current {
	display: inline-block;
	padding: 6px 8px 5px 8px;
	border: 1px solid #EEE;
	background: #EEE;
}



/* ボタンボックス
-----------------------------------------------------------*/

.btn_box {
	clear: both;
	margin: 0;
	padding: 20px 0 30px;
	text-align: center;
}

.btn_box a {
	display: inline-block;
	min-width: 80%;
	padding: 10px 10px;
	border-radius: 50vh;
	background: #7b9ba9;
	color: #FFF;
	text-decoration: none;
}

.btn_box a span {
	display: inline-block;
}


/* animation parts
------------------------------------------------------------- */

/* fadein */
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 800ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.fadein.fast {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 250ms;
}
.fadein.fast.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.fadein.left {
	opacity : 0;
	transform : translate(-100px, 0);
	transition : all 250ms;
}
.fadein.left.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}



/* modal
------------------------------------------------------------- */

.modal_wrap input {
	display: none;
}

.modal_wrap label {
	text-decoration: none;
}

.modal_layer {
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
}

.modal_layer_close {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.modal_content {
	position: relative;
	align-self: center;
	width: 90%;
	max-width: 800px;
	max-height: 80%;
	transform: scale(0.3);
	transition: 0.25s;
}

.modal_close_button {
	position: fixed;
	cursor: pointer;
	top: -15px;
	right: -15px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #333;
	color: #FFF;
	font-size: 40px;
	line-height: 32px;
	text-align: center;
}

.modal_content_inner {
	padding: 25px 25px;
	background: #ece7dd;
	font-size: .875rem;
}

.modal_content h1 {
	margin-bottom: 20px;
	font-size: 1.125rem;
	text-align: center;
}
.modal_content h2 {
	margin-bottom: .75em;
}
.modal_content p {
	margin-bottom: 1em;
}

.modal_wrap input:checked + .modal_layer {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}
.modal_wrap input:checked + .modal_layer .modal_content {
	transform: scale(1);
}



/* /////////////////////////////////////////////////////////////////////////////

 投稿 post

///////////////////////////////////////////////////////////////////////////// */

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

 アーカイブ archive / blog

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

/* アーカイブ一覧表示
-----------------------------------------------------------*/

.entry_list {
	margin-bottom: -20px;
}

.entry_list dt {
	position: relative;
	clear: both;
	float: left;
	width: 120px;
}

.entry_list dt img {
	width: 100%;
}

.entry_list dd ,
.entry_list li {
	min-height: 120px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 140px;
	border-bottom: 1px dotted #999;
}
.entry_list li {
	min-height: auto;
	padding-left: 20px;
}
.entry_list dd:last-child ,
.entry_list li:last-child {
	border-style: none;
}

/* cate */
.entry_list dt .cate_box {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
}
.entry_list .cate_box a {
	display: inline-block;
	margin: 0 0 2px 0;
	padding: 4px 10px;
	background: #c4b89a;
	color: #FFF;
	font-size: .75rem;
	text-decoration: none;
	line-height: 1.2;
	vertical-align: middle;
}

.entry_list h3 {
	overflow: hidden;
	height: 1.4em;
	margin: 4px 0 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.entry_list .entry_info {
	margin-bottom: 8px;
	color: #666;
	font-size: .875rem;
	line-height: 1.2;
}

/* tag */
.entry_list .tag_box a {
	display: inline-block;
	margin: 0 2px 0 0;
	font-size: .875rem;
	font-weight: bold;
	vertical-align: middle;
}
.entry_list .tag_box a::before {
	content: '#';
}



/* アーカイブ一覧表示 block
-----------------------------------------------------------*/

.entryblock_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.entryblock_list li {
	flex-grow: 0;
	width: 50%;
}
.entryblock_list li > div {
	position: relative;
	padding: 0 10px 30px;
}

.entryblock_list a {
	display: block;
	text-decoration: none;
}

.entryblock_list .thumb {
	display: block;
}
.entryblock_list .thumb img {
	width: 100%;
	height: auto;
}

.entryblock_list .cate_box {
	position: absolute;
	display: block;
	top: -2px;
	right: 8px;
}
.entryblock_list .cate_box a {
	display: inline-block;
	margin: 0 0 2px 0;
	padding: 4px 15px;
	background: #c4b89a;
	color: #FFF;
	font-size: .75rem;
	text-decoration: none;
	vertical-align: middle;
}

.entryblock_list em {
	display: block;
	position: relative;
	overflow: hidden;
	height: 2.8em;
	margin: 8px 0 8px;
	line-height: 1.4;
}
.entryblock_list em::before ,
.entryblock_list em::after {
	position: absolute;
	background: #fff;
}
.entryblock_list em::before {
	content: '\FF65\FF65\FF65';
	bottom: 0;
	right: 0;
	padding-left: 3px;
}
.entryblock_list em::after {
	content: '';
	width: 100%;
	height: 100%;
}

.entryblock_list em.one_line {
	height: 1.4em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.entryblock_list .entry_info {
	height: 1.2em;
	margin-bottom: 8px;
	font-size: .875rem;
	line-height: 1.2;
}
.entryblock_list .entry_txt {
	display: block;
	height: 5em;
	font-size: .875rem;
	line-height: 1.4;
}




/* 商品覧表示 block
-----------------------------------------------------------*/

.product_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.product_list li {
	flex-grow: 0;
	width: 50%;
}
.product_list li > div {
	position: relative;
	padding: 0 10px 30px;
}

.product_list h3 {
	margin: 0 -5px 8px;
	text-align: center;
}
.product_list .thumb {
	display: block;
	margin-bottom: 8px;
}
.product_list .thumb img {
	width: 100%;
	height: auto;
}
.product_list .text {
	font-size: .8125rem;
}


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

 記事 single / page

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

.entry_content {
	line-height: 1.8;
}

.page_content {
	line-height: 1.8;
}

.mw_contents .entry_content ,
.mw_contents .page_content {
	padding: 10px 15px;
}

/* title 下
-----------------------------------------------------------*/

.entry_content .entry_info {
	margin-bottom: 10px;
	line-height: 1.2;
	font-size: .875rem;
}
.entry_content .entry_info p {
	margin: 0;
}

.entry_content .cate_box {
	float: left;
}
.entry_content .cate_box a {
	display: inline-block;
	margin: 0 0 2px 0;
	padding: 4px 15px;
	background: #c4b89a;
	color: #FFF;
	text-decoration: none;
	vertical-align: middle;
}

.entry_content .data_box {
	padding: 0 8px;
	text-align: right;
}

.entry_content .data_box span {
	display: inline-block;
}

.entry_content .tag_box a {
	display: inline-block;
	margin: 0 2px 0 0;
	font-size: .875rem;
	font-weight: bold;
	vertical-align: middle;
}
.entry_content .tag_box a::before {
	content: '#';
}


/* 汎用
-----------------------------------------------------------*/

.entry_content p {
	margin-bottom: 1.6em;
}

.entry_content hr {
	margin-bottom: 1.6em;
}

.entry_content em {
	display: inline-block;
	font-weight: bold;
}


/* 記事内見出し ----------------------------- */

.entry_content h2 {
	position: relative;
	margin-bottom: 20px;
	font-size: 110%;
}

.entry_content h3 {
	margin-bottom: 20px;
	font-size: 110%;
}

.entry_content h4 {
	margin-bottom: 15px;
}

.entry_content h5 {
	margin-bottom: 15px;
}

.entry_content h6 {
	margin-bottom: 10px;
}


/* テーブル ----------------------------- */

.entry_content table {
	min-width: 70%;
	margin: 10px 0 30px 10px;
	border-collapse: collapse;
	text-align: left;
}
.entry_content table th {
	padding: 10px;
	border: 1px solid #CCC;
	font-weight: bold;
}
.entry_content table td {
	padding: 10px;
	border: 1px solid #CCC;
}


/* リスト ----------------------------- */

.entry_content ul {
	margin-bottom: 30px;
	padding-left: 30px;
	text-align: left;
}
.entry_content ul li {
	list-style-type: disc;
}

.entry_content ol {
	margin-bottom: 30px;
	padding-left: 30px;
	text-align: left;
}
.entry_content ol li {
	list-style-type: decimal;
}


/* 引用  ------------------------------- */
/* 引用じゃないけど引用と同じデザインにしたい時 */

.entry_content blockquote ,
.quote_area {
	margin: 20px 0 20px 10px;
	padding: 30px 20px 20px 40px;
	background: url('data:image/svg+xml,%3Csvg%20enable-background%3D%22new%200%200%20512%20512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23ddd%22%3E%3Cpath%20d%3D%22m392.5%20445.4c66%200%20119.5-53.5%20119.5-119.5s-53.5-119.5-119.5-119.5c0%200%20.6-44.4%2036.6-108.3%204-12.8-3.1-26.4-15.9-30.4-9.1-2.9-18.7-.1-24.8%206.4-82.9%2090.7-115.4%20197.4-115.4%20251.8%200%2066%2053.5%20119.5%20119.5%20119.5z%22%2F%3E%3Cpath%20d%3D%22m119.5%20445.4c66%200%20119.5-53.5%20119.5-119.5s-53.5-119.5-119.5-119.5c0%200%20.6-44.4%2036.6-108.3%204-12.8-3.1-26.4-15.9-30.4-9.1-2.9-18.7-.1-24.8%206.4-82.9%2090.7-115.4%20197.4-115.4%20251.8%200%2066%2053.5%20119.5%20119.5%20119.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') #f2f2f2 no-repeat 10px 10px;
	background-size: 80px auto;
}

.entry_content blockquote p ,
.quote_area p {
	margin: 0;
}

/* 画像 ------------------------------- */

/* 投稿画像 */

img.size-full ,
img.size-large {
	margin-bottom: 10px;
}

.image_iblock {
	display: inline-block;
	margin: 10px 10px 20px;
	font-size: .75rem;
	vertical-align: top;
}

.image_iblock .wp-caption {
	position: relative;
	max-width: 100%;
	height: auto;
}

.image_iblock .wp-caption-text {
	position: absolute;
	bottom: -10px;
	width: 100%;
	margin-bottom: 0;
	padding: 5px;
	background: rgba(0,0,0,0.5);
	color: #FFF;
	text-align: center;
}

.image_iblock .wp-caption-text a,
.image_iblock .wp-caption-text {
	font-size: 100%;
	color: #FFF;
}

image_iblock .wp-caption-text a,
image_iblock .wp-caption-text {
	color: #666;
	font-size: .75rem;
}

/* 画像位置 */

img.alignright {
	display: block;
	margin: 0 0 0 auto;
}
img.alignleft {
	display: block;
	margin: 0 auto 0 0;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
}
img.float-right {
	float: right;
}
.wp-caption {
	text-align: center;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.ie8 img {
	width: auto;
}


/* SNS share
-----------------------------------------------------------*/

.share_area {
	max-width: 600px;
	margin: 20px auto;
}
.mw_contents .share_area {
	padding: 15px;
}
.share_list {
	display: -webkit-flex;
	display: flex;
}
.share_list li {
	width: 25%;
	padding: 2px;
}
.share_list li span {
	display: none;
}
.share_list li a {
	display: block;
	padding: 2px;
	border-radius: 50vh;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}
.share_list li a:hover {
	opacity: .8;
}
.share_list li i {
	margin-right: .3em;
}

.share_list .tweet a {
	background: #55acee;
}
.share_list .line a {
	background: #1dcd00;
}
.share_list .facebook a {
	background: #315096;
}
.share_list .googleplus a {
	background: #dd4b39;
}
.share_list .hatena a {
	background: #008fde;
}
.fa-hatena:before {
	font-family: Verdana;
	font-weight: bold;
	content: 'B!';
}


/* 関連記事
-----------------------------------------------------------*/

.kanren_area {
	margin-bottom: 40px;
}
.kanren_area h3 {
	margin-bottom: 20px;
}


/* PREV NEXT
-----------------------------------------------------------*/

.p-navi {
	margin-bottom: 40px;
	padding: 20px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: .875rem;
}

.p-navi .prev {
	float: right;
	width: 50%;
	text-align: right;
}
.p-navi .prev div {
	padding: 0 15px 0 10px;
}
.p-navi .prev img {
	float: right;
	width: 100px;
	margin-left: 15px;
}

.p-navi .next {
	float: left;
	width: 50%;
}
.p-navi .next div {
	padding: 0 10px 0 15px;
	border-right: 1px solid #CCC;
}
.p-navi .next img {
	float: left;
	width: 100px;
	margin-right: 15px;
}

.p-navi a {
	display: block;
	text-decoration: none;
}

.p-navi a span {
	display: block;
}

.p-navi a em {
	display: inline-block;
	margin-bottom: 8px;
	padding: 2px 10px;
	background: #999;
	color: #FFF;
}

.p-navi a b {
	display: block;
	font-weight: normal;
}

.p-navi a:hover em {
	opacity: 0.7;
	filter: alpha(opacity=70);
}




/* /////////////////////////////////////////////////////////////////////////////

 ページ

///////////////////////////////////////////////////////////////////////////// */

.color__txt {
	font-weight: bold;
}
.color__txt.txt_yw {
	color: #faf5b9;
}
.color__txt.txt_01 {
	color: #d48691;
}
.color__txt.txt_02 {
	color: #a40000;
}
.color__txt.txt_11 {
	color: #94b8e3;
}
.color__txt.txt_12 {
	color: #00479d;
}

.marker__txt {
	display: inline;
}
.marker__txt.txt_yw {
	background: linear-gradient(transparent 50%, #faf5b9 0%);
}
.marker__txt.txt_02 {
	background: linear-gradient(transparent 50%, #dfa5b8 0%);
}
.marker__txt.txt_11 {
	background: linear-gradient(transparent 50%, #bcd4e3 0%);
}

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

 index

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

/* cover
-----------------------------------------------------------*/

.cover {
	padding-bottom: 40px;
	background: #eae6e0;
}

.cover .catch01 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 60px 20px 15px;
	background: #faf5b9;
	color: #504540;
	font-size: 1.375rem;
	line-height: 1;
	text-align: center;
}
.cover .catch01 em {
	display: block;
	font-size: 4rem;
	font-family: 'Berkshire Swash', cursive;
	font-style: italic;
	font-weight: normal;
}
.cover .catch01 span {
	display: block;
	margin-left: 10px;
	padding-top: 20px;
}
.cover .catch02 {
	padding: 20px 5px 20px 20px;
	color: #604c3f;
	font-size: 1.625rem;
}

.cover .catch_list {
	display: flex;
	padding: 0 18px 20px;
}
.cover .catch_list li {
	width: 29%;
	padding: 0 2px;
}
.cover .catch_list li:last-child {
	width: 13%;
}
.cover .catch_list div {
	position: relative;
	height: 0;
	padding-top: 100%;
	border-radius: 50%;
	background: #7a6a56;
	color: #FFF;
	text-align: center;
}
.cover .catch_list b {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cover .catch_list b span {
	display: block;
}

.cover .catch_list .image {
	position: relative;
}
.cover .catch_list .image .fig {
	position: absolute;
	right: -25px;
	bottom: -20px;
	width: 220%;
}

.cover .image_list {
	display: flex;
	margin-bottom: 15px;
	padding: 0 18px;
}
.cover .image_list li {
	position: relative;
	width: 50%;
	padding: 0 1px;
}
.cover .image_list p {
	position: absolute;
	width: calc(100% - 10px);
	padding: 4px;
	background: #FFF;
	left: 5px;
	bottom: 5px;
	font-size: .75rem;
	text-align: center;
	line-height: 1.4;
}

.cover .text_block {
	margin: 0 20px;
	padding: 10px;
	background: #cedfdf;
	font-size: .875rem;
}


/* ピックアップメニュー
-----------------------------------------------------------*/

.pickup_menu_list li {
	margin-bottom: 30px;
}

.pickup_menu_list li > div ,
.pickup_menu_list li a > div {
	display: block;
	padding: 25px 30px 25px;
	background: #FFF;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.pickup_menu_list a {
	text-decoration: none;
}
.pickup_menu_list a:hover {
	opacity: 0.5;
}

.pickup_menu_list .thumb {
	display: block;
	width: 80%;
	margin: 0 auto 15px;
}
.pickup_menu_list .txt h2 {
	margin-bottom: 10px;
	color: #546a85;
	font-size: 1.125rem;
	text-align: center;
}
.pickup_menu_list .txt p {
	font-size: .875rem;
}



/* product
-----------------------------------------------------------*/

.contents_product .title_block h1 {
	display: inline-block;
	padding: 10px 1em;
	background: #333;
	color: #FFF;
}

/* raiten
-----------------------------------------------------------*/

.raiten_area .memo {
	margin-top: 10px;
	padding: 10px;
	background: #c9bc9c;
	color: #604c3f;
	font-size: .875rem;
}

/* salon swiper
-----------------------------------------------------------*/

/* salon swiper
-----------------------------------------------------------*/

.salon_swiper_wrapper {
	position: relative;
	width: 100%;
	max-width: 420px;
	margin: 0 auto 20px;
}

.salon_swiper {
	overflow: hidden;
	z-index: 1;
}

.salon_swiper img {
	width: 100%;
}

.salon_swiper .swiper-button-prev ,
.salon_swiper .swiper-button-next {
	top: 40%;
	width: 12px;
	height: 24px;
	margin-top: 0;
	background-size: 100% auto;
}

.swiper_thumb .thumb_list {
	display: -webkit-flex; 
	display: flex;
	margin: 0 -5px;
}

.swiper_thumb .thumb_list li {
	flex-grow: 0;
	width: 12%;
	padding: 5px;
	box-sizing: border-box;
}

.swiper_thumb .thumb_list > li::before {
	content: none;
}

.map_area {
	margin: 20px 0;
}
.map_area iframe {
	width: 100%;
	height: 280px;
}


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

 menu

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

.menu_block {
	margin-bottom: 40px;
}
.contents_inner .menu_block:last-child {
	margin-bottom: 0;
}

.menu_block h2 {
	padding: 10px 15px;
	background: #e6e1da;
}

.menu_block .menu_desc {
	padding: 15px 0 10px;
	color: #7a6a56;
	font-size: .875rem;
}

.menu_list {
	padding-bottom: 15px;
	font-size: .875rem;
}
.menu_list dt {
	display: -webkit-flex;
	display: flex;
	border-top: 1px solid #CCC;
	margin-top: 15px;
	padding: 15px 5px 0;
}
.menu_list dt:first-child {
	margin-top: 0;
	border-top: none;
}

.menu_list dt em ,
.menu_list dt em a {
	display: block;
	width: 60%;
	font-weight: bold;
}
.menu_list dt .time {
	display: block;
	width: 20%;
	text-align: center;
}
.menu_list dt .price {
	display: block;
	width: 20%;
	color: #925734;
	font-weight: bold;
	text-align: right;
}

.menu_list dd {
	padding: 5px 5px 0;
	font-size: .8125rem;
}



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

 aboutus

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

/* company
------------------------------------------------------------- */

.tbl {
	width: 100%;
	margin: 0 auto 20px;
	border-collapse: collapse;
	border-top: 1px solid #CCC;
}
.tbl th {
	padding: 25px 40px;
	border-bottom: 1px solid #CCC;
	text-align: center;
	white-space: nowrap;
}
.tbl td {
	padding: 25px 40px;
	border-bottom: 1px solid #CCC;
}


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

 contact

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

.contact_txt {
	max-width: 800px;
	margin: 0 auto 40px;
}

.contact_txt .catch {
	margin-bottom: 20px;
	font-weight: bold;
}


/* step
------------------------------------------------------------- */

.form_step {
	overflow: hidden;
	max-width: 800px;
	margin: 0 auto 40px;
	background: #7b9ba9;
	font-size: 100%;
}

.form_step li {
	float: left;
	width: 34%;
}
.form_step li:first-child {
	width: 32%;
}

.form_step em {
	position: relative;
	display: block;
	padding: 10px 0 10px 25px;
	background: #DDD;
	font-size: .875rem;
	text-align: center;
	text-decoration: none;
}

.form_step em span {
	display: block;
}

.form_step li:first-child em {
	padding-left: 20px;
}

.form_step em::after,
.form_step em::before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -45px;
	border-top: 45px solid transparent;
	border-bottom: 45px solid transparent;
	border-left: 30px solid;
	right: -30px;
}

.form_step em::after {
	z-index: 2;
	border-left-color: #DDD;
}

.form_step em::before {
	border-left-color: #FFF;
	right: -32px;
	z-index: 1;
}

.form_step li:last-child::before ,
.form_step li:last-child::after {
	content: normal;
}

/* class:active型 */
.form_step .active {
	color: #FFF;
	font-weight: bold;
	background: none;
}
.form_step .active::after {
	z-index: 2;
	border-left-color: #7b9ba9;
}

/* ラッパーで判断するが型 */
.mw_wp_form_input .form_step li:nth-child(1) em ,
.mw_wp_form_confirm .form_step li:nth-child(2) em ,
.mw_wp_form_complete .form_step li:nth-child(3) em {
	color: #FFF;
	font-weight: bold;
	background: none;
}
.mw_wp_form_input .form_step li:nth-child(1) em::after ,
.mw_wp_form_confirm .form_step li:nth-child(2) em::after ,
.mw_wp_form_complete .form_step li:nth-child(3) em::after {
	border-left-color: #7b9ba9;
}


/* form
------------------------------------------------------------- */

.form_box {
	max-width: 840px;
	margin: 0 auto 20px;
	border-top: 1px solid #CCC;
}

.form_box dt {
	padding: 10px 10px 5px;
}

.form_box dt em {
	display: inline-block;
	margin-left: 10px;
	padding: 4px 8px;
	border-radius: 2px;
	background: #E7CACA;
	color: #C00;
	font-size: .8125rem;
	font-weight: normal;
	line-height: 1.4;
	white-space: nowrap;
}

.form_box dd {
	padding: 0 10px 10px;
	border-bottom: 1px solid #CCC;
}

.form_box input[type="text"] ,
.form_box input[type="email"] ,
.form_box textarea {
	border: 1px solid #CCC;
	border-radius: 4px;
}

.form_box input[type="text"] ,
.form_box input[type="email"] {
	max-width: 100%;
}

.form_box textarea {
	width: 100%;
}

.form_btn_box {
	text-align: center;
}

::placeholder{
	color: #999;
}


.form_btn_box .btn_confm {
	position: relative;
	display: inline-block;
	width: 80%;
}
.mw_wp_form_confirm .form_btn_box .btn_confm {
	display: none;
}
.form_btn_box .btn_confm::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border: 0px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 99999;
}

.form_btn_box input {
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 12px 10px;
	border: none;
	border-radius: 50vh;
	background: #7b9ba9;
	color: #FFF;
	font-size: 1.125rem;
}
.form_btn_box button {
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 45%;
	margin: auto 4px;
	padding: 12px 10px;
	border: none;
	border-radius: 50vh;
	background: #7b9ba9;
	color: #FFF;
	font-size: 1.125rem;
}

.form_btn_box button.back {
	background: #CCC;
}

.form_btn_box button.back::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border: 0px;
	border-bottom: solid 2px #FFF;
	border-left: solid 2px #FFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.form_btn_box button.send::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border: 0px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



/* privacy
------------------------------------------------------------- */

.privacy_box {
	margin: 0 auto 40px;
}



/* /////////////////////////////////////////////////////////////////////////////

 汎用CSS

///////////////////////////////////////////////////////////////////////////// */

/* テキスト関係 --------------------- */

.attention { /* 注意色(基本赤) */
	color: #CC0000;
}

.attentionB { /* 注意色(基本赤) */
	color: #CC0000;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.text_SS {
	font-size: 75%;
}

.text_S {
	font-size: 86%;
}

.text_L {
	font-size: 120%;
}

.text_LL {
	font-size: 150%;
}

.text_LLL {
	font-size: 180%;
}


/* テキスト位置設定 ---------------- */

.entry_content p.center ,
.center {
	margin: auto;
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}


/* マージン関係 ------------------- */

.m0 {
	margin: 0;
}

.m10 {
	margin: 10px;
}

.mT10 {
	margin-top: 10px;
}

.mT20 {
	margin-top: 20px;
}

.mB5 {
	margin-bottom: 5px;
}

.mB10 {
	margin-bottom: 10px;
}

.mB20 {
	margin-bottom: 20px;
}

.mR5 {
	margin-right: 5px;
}

.mR10 {
	margin-right: 10px;
}

.mR20 {
	margin-right: 20px;
}

.mL5 {
	margin-left: 5px;
}

.mL10 {
	margin-left: 10px;
}

.mL20 {
	margin-left: 20px;
}

.mRL10 {
	margin: auto 10px;
}

/*　パディング関係 ------------------ */
.p0 {
	padding: 0;
}

.p10 {
	padding: 10px;
}

.pT5 {
	padding-top: 5px;
}

.pT10 {
	padding-top: 10px;
}

.pB10 {
	padding-bottom: 10px;
}

.pR10 {
	padding-right: 10px;
}

.pL10 {
	padding-left: 10px;
}

.pB20 {
	padding-bottom: 20px;
}

.pRL10 {
	padding: auto 10px;
}

/* フロート関係 ------------------- */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear,
.clearBoth {
	clear: both;
}

.clearfix {
	/zoom : 1; /* IE6-7 */
}

.clearfix:after { /* modern */
	content : '';
	display : block;
	clear : both;
	height: 0;
}


/* 画像関係
-----------------------------------------------------------*/

.figOne {
	margin-bottom: 40px;
}

.figLeft,
.figRight {
	display: block;
	margin: 0 auto 15px;
	text-align: center;
}

.fig_list {
	margin: 0 -10px 20px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.fig_list li {
	flex-grow: 0;
	width: 33.33333%;
}

.fig_list li div {
	padding: 0 10px 20px;
}



/* /////////////////////////////////////////////////////////////////////////////

 デバイス別

///////////////////////////////////////////////////////////////////////////// */

/*media Queries スマホ
-----------------------------------------------------------*/

@media only screen and (max-width: 768px) {
	.sp_hide {
		display: none;
	}
	.side {
		width: auto;
		margin-left: 0px;
	}
	
	/* main ////////////////////////// sp */
	/* single ------------------------ sp */
	/* page ////////////////////////// sp */
	/* index ------------------------- sp */
	/* contact ----------------------- sp */
}



/*media Queries タブレット 〜 PCサイズ
-----------------------------------------------------------*/

@media only screen and (min-width: 769px) {
	html {
		font-size: 16px;
	}
	.pc_hide {
		display: none;
	}
	.menu_btn_area {
		display: none;
	}
	.header_wrapper {
		height: 120px;
	}
	.header {
		position: fixed;
	}
	.header_inner {
		padding: 15px 20px;
	}
	.gnavi a {
		font-size: 1.25rem;
	}
	.footer_inner {
		padding: 50px 20px 80px;
	}
	.contents_wrapper {
		display: -webkit-flex;
		display: flex;
		margin: 40px auto;
	}
	.page_top_fx {
		bottom: 80px;
	}
	.fixbtn_list a ,
	.fixbtn_list label {
		font-size: 1.25rem;
	}

	/* main ////////////////////////// pc */
	.contents_title  {
		padding: 40px 0 40px;
	}
	.entryblock_list {
		margin: 0 -15px;
	}
	.entryblock_list li {
		width: 25%;
	}
	.entryblock_list li > div {
		padding: 0 15px 30px;
	}
	.entryblock_list .cate_box {
		right: 13px;
	}
	.mw_contents .entryblock_list li {
		width: 50%;
	}
	
	/* single ------------------------- pc */
	.share_area {
		margin: 40px auto;
	}
	.share_list li span {
		display: inline-block;
	}	
	.image_iblock {
		width: 44%;
		width: auto;
	}
	.comments_area {
		padding: 20px;
	}
	
	/* page ////////////////////////// pc */
	/* index ------------------------- pc */
	.cover .catch01 {
		padding: 5px 20px 25px;
	}
	.cover .catch02 {
		font-size: 2rem;
	}
	.cover .catch_list {
		font-size: 1.25rem;
	}
	.cover .text_block {
		font-size: .9375rem;
	}

	/* menu -------------------------- pc */
	.menu_list dt {
		padding: 15px 15px 0;
	}
	.menu_list dd {
		padding: 5px 15px 0;
	}
	
	/* contact ----------------------- pc */
	
	/* common //////////////////////// pc */
	.figLeft {
		float: left;
		margin-right: 30px;
		margin-bottom: 10px;
	}
	.figRight {
		float: right;
		margin-left: 20px;
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 800px) {
	.side {
		width: 200px;
	}
}



