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

Theme Name: 発毛キャンプ NEW テンプレート
Author: Shimizu
Description: 2021/12/06

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

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

 全体 style

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

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

html {
	font-size: 14px;
}

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

a {
	color: #3d6d7b;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #658e9a;
}

a:hover img {
	-moz-opacity: 0.8;
	opacity: 0.8;
}

input[type="submit"]{
	-webkit-appearance: none;
}

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

img.size-full ,
img.size-large {
	margin-bottom: 10px;
	width: auto;
	height: auto;
	max-width: 100%;
}

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

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

.youtube-container {
	position: relative;
	padding-bottom: 50%;
	padding-top: 20px;
	height: 0;
	overflow: hidden;
}

.youtube-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


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

 layout

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

.main {
	margin: 0 auto;
}


.contents_wrapper {
	clear: both;
}

.main_contents {
	flex: 1;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px;
	background: #FFF;
}
.archive .main_contents {
}

.side {
	width: 300px;
	margin-left: 30px;
	box-sizing: border-box;
}



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

.contents {
	clear: both;
	overflow: hidden;
	zoom: 100%;
	padding: 20px 0;
}

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


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

 header

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

.header_wrapper {
	clear: both;
	height: 68px;
}

.header {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
	border: none;
	background: #3e6c7a;
	color: #FFF;
	box-shadow: 0px 0px 6px rgba(0,0,0,.2);
}

.header_inner {
	position: relative;
	box-sizing: border-box;
	max-width: 100%;
	margin: 0 auto;
	padding: 10px;
}
.header_inner:after { /* modern */
	content : '';
	display : block;
	clear : both;
	height: 0;
}

.header_inner .logo {
	width: 220px;
}

.header_inner .logo img {
	width: 100%;
}

.header_inner h1 {
	font-size: .6875rem;
	font-weight: normal;
	line-height: 2.2;
}

.gnavi {
	float: right;
	max-width: 100%;
	display: -webkit-flex;
	display: flex;
}
.gnavi > li {
	flex: 1 1 0;
	margin: 0;
	vertical-align: middle;
}
.gnavi > li > a {
	display: block;
	overflow: hiddden;
	height: 46px;
	padding: 5px 15px;
	font-size: 93%;
	font-weight: bold;
	text-decoration: none;
	line-height: 46px;
	white-space: nowrap;
	color: #FFF;
}
.gnavi > .official {
	margin-left: 1px;
	background: #aea07f;
}
.gnavi > .official a {
	padding: 5px 25px;
}

.gnavi > .drwmenu {
	display: none;
}

/* menu open btn */

.menu_btn_area {
	position: absolute;
}

.menu_open_btn {
	display: block;
	position: fixed;
	top: 8px;
	right: 8px;
	width: 50px;
	height: 50px;
	background: url(./image/common/icon_menu_open14.svg) no-repeat #c4b89a 50% 50%;
	background-size: 36px auto;
	text-indent: -99999px;
	z-index: 2147483646;
}

input[type="checkbox"]#menu_btn {
	visibility: hidden;
}

/*疑似要素で背景*/
input[type="checkbox"]#menu_btn:checked:before{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	visibility: visible;
	z-index: 2147483645;
}

/*疑似要素で閉じるボタン*/
input[type="checkbox"]#menu_btn:checked:after{
	display: block;
	visibility: visible;
	position: fixed;
	content: "\00d7";
	top: 8px;
	right: 8px;
	width: 50px;
	height: 50px;
	font-size: 60px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	z-index: 2147483647;
}

/*メニューを格納*/
input[type="checkbox"]#menu_btn + #menu_wrapper_sp { 
	width: 80%;
	height: 100%;
	transition: 0.1s ease-in-out;
	position:fixed;
	top:0;
	right: -80%;
}

/*iframeを格納(オープン時)*/
input[type="checkbox"]#menu_btn:checked + #menu_wrapper_sp {
	overflow: scroll;
	-webkit-overflow-scrolling:touch;
	z-index: 2147483646;
	right: 0;
}

.menu_wrapper {
	padding: 60px 20px 40px;
	box-sizing: border-box;
	background: #FFF;
}

.menu_wrapper .menu_sp {
	border-top: 1px solid #CCC;
}
.menu_wrapper .menu_sp li {
	border-bottom: 1px solid #CCC;
}

.menu_wrapper .menu_sp a {
	position: relative;
	display: block;
	padding: 8px 16px;
	font-weight: bold;
	text-decoration: none;
}
.menu_wrapper .menu_sp a::before {
	content: '';
	position: absolute;
	top: calc(50% - 6px);
	right: 10px;
	width: 7px;
	height: 7px;
	border: 2px solid;
	border-color: #CCC #CCC transparent transparent;
	transform: rotate(45deg);
}



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

 side

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

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

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

.side .wiget_box ul {
	margin-left: 10px;
	font-size: 87%;
}


.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: '#';
}


/* 固定ブロック */
.side_menu {
	position: -webkit-sticky;
	position: sticky;
	top: 85px;
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #CCC;
	background: #FFF;
}


/* auther / salon
-----------------------------------------------------------*/

.auther_area {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.auther_area .thumb {
	display: block;
	width: 40%;
	padding-left: 10px;
}
.side.auther_area .thumb {
	padding-left: 0;
}

.auther_area .thumb img {
	border-radius: 50%;
}

.auther_area .txt {
	width: 60%;
	margin-right: -10px;
	padding-left: 10px;
	text-align: center;
}

.auther_area .txt span {
	display: inline-block;
	font-size: .875rem;
	font-weight: bold;
}

.auther_area .txt em {
	display: inline-block;
	font-size: 1.125rem;
	font-weight: bold;
}

.salon_info {
	padding: 10px 0;
	border-top: 1px solid #d6d5d3;
	text-align: center;
}
.side .salon_info {
	margin-bottom: 20px;
	padding: 10px 15px;
	border-bottom: 1px solid #d6d5d3;
	font-size: .875rem;
	text-align: left;
}

.salon_info em {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}

.salon_info .address {
	margin-bottom: 10px;
}

.salon_info .address a {
	display: block;
	margin-top: 10px;
	padding: 12px;
	background: #aea07f;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 1;
}
.side .salon_info .address a {
	display: inline-block;
	margin-bottom: 0;
	padding: 4px 12px;
	font-weight: normal;
}

.salon_info .access {
	font-size: .75rem;
}

.salon_info .teltxt {
	color: #3e6c7a;
	font-size: 1.75rem;
}
.salon_info .teltxt a {
	color: #3e6c7a;
	text-decoration: none;
}

.contact_link {
	margin-top: 10px;
}
.contact_link li {
	margin-bottom: 10px;
}
.contact_link li a {
	display: block;
	padding: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.contact_link li a span {
	display: block;
}

.contact_link li.tel a {
	background: #b0668b;
}
.contact_link li.line a {
	background: #00c400;
}
.contact_link li.mail a {
	background: #3e6c7b;
}

.entry_content .contact_link {
	display: -webkit-flex;
	display: flex;
	padding-left: 0;
	font-size: .75rem;
	text-align: center;
	list-style: none
}
.entry_content .contact_link li {
	width: 33.33333%;
	list-style: none;
}
.entry_content .contact_link li a {
	padding: 10px 0;
}
.entry_content .contact_link a {
	vertical-align: middle;
}
.entry_content .contact_link a::before {
	content: '';
	display: inline-block;
	margin-bottom: 8px;
	width: 20px;
	height: 20px;
	background-size: cover;
	vertical-align: middle;
}
.entry_content .contact_link .line a::before {
	background-image: url(./image/common/icon_sns_linewh.svg);
}
.entry_content .contact_link .mail a::before {
	background-image: url(./image/common/icon_mailwh.svg);
}
.entry_content .contact_link .tel a::before {
	background-image: url(./image/common/icon_telwh.svg);
}


/* navi */

.sidenavi_area {
	padding: 0 15px;
	font-size: .875rem;
}

.sidenavi_area .navi li a {
	position: relative;
	display: block;
	padding-left: 15px;
	font-weight: bold;
}
.sidenavi_area .navi li a::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 7px;
	height: 8px;
	background: url('data:image/svg+xml,%3Csvg%20enable-background%3D%22new%200%200%207%208%22%20height%3D%228%22%20viewBox%3D%220%200%207%208%22%20width%3D%227%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22m0%208%207-4-7-4z%22%20fill%3D%22%233e6c7a%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E') no-repeat;
	background-size: 100% 100%;
}


/* 検索フォーム
-----------------------------------------------------------*/

.side .search_area {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 0px;
}

.search_input {
	height: 34px;
	padding: 5px 65px 10px 5px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #CCC;
	border-radius: 4px;
	font-size: 87.5%;
	z-index: 10;
}

.searchsubmit {
	overflow: hidden;
	position: absolute;
	right: 2px;
	top: 2px;
	width: 40px;
	height: 30px;
	border: none;
	background: url(./image/common/icon_search_gy.png) no-repeat 50% 0 #FFF;
	background-size: auto 100%;
	text-indent: 200%;
	white-space: nowrap;
	z-index: 20;
}


/* 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;
}


/* RSS購読するボタン
-----------------------------------------------------------*/

.rss_box a {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 5px 10px;
	box-sizing: border-box;
	background: #333;
	color: #FFF;
	font-size: 87.5%;
	text-decoration: none;
}

.rss_box a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}


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

 footer

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

.footer {
	background: #3d6c7b;
	color: #FFF;
}

.footer_inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 20px 20px;
}

.footer_inner .f_logo {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #c4b89a;
	text-align: center;
}

.footer_inner .f_logo img {
	margin-bottom: 8px;
	width: 330px;
}

.footer_inner .f_logo em {
	display: block;
}

.footer_inner .footer_info {
	margin-top: 5px;
	text-align: center;
}

.footer_inner .footer_bnr {
}

.footer_inner .footer_info .address {
	font-size: 86%;
}


.footer_inner .footer_bnr a {
	display: block;
	margin-right: -8px;
}



/* footer_copy
------------------------------------------------------------- */

.footer_copy {
	padding: 20px;
	background: #c4b89a;
	color: #3d6c7b;
	text-align: center;
}

.copy {
	font-size: 90%;
}

.access_tag {
	display: none;
}



/* PAGE TOP
-----------------------------------------------------------*/

.page_top_fx a {
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: block;
	width: 60px;
	height: 60px;
	background: url(./image/common/common/pagetop.png) no-repeat;
	background-size: 100% auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}



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

 メインコンテンツ

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

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

.breadcrumb {
	clear: both;
	padding: 20px 10px;
	font-size: .875rem;
}
.breadcrumb ul {
	max-width: 1100px;
	margin: 0 auto;
}
.breadcrumb li {
	display: inline-block;
	padding: 0 8px 0 0;
}



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

.contents_title {
	padding: 20px 0 0;
}

.contents_title h2 {
	margin: 0 auto;
	color: #3e6c7b;
	font-size: 180%;
	text-align: center;
}

.contents_title h2 span {
	display: inline-block;
}



/* ページャー
-----------------------------------------------------------*/

.pagination {
	clear: both;
	position: relative;
	line-height: 1.2;
}
.pagination span,
.pagination a {
	display: block;
	float: left;
	width: auto;
	margin-right: 8px;
	padding: 8px 10px;
}
.pagination a {
	background: #c4b89a;
	color: #FFF;
	text-decoration: none;
}
.pagination a:hover {
	opacity: .7;
}
.pagination span {
	display: none;
}
.pagination span.current {
	display: block;
	background: #FFF;
	color: #3d6d7b;
}



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

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

.btn_box a {
	display: inline-block;
	min-width: 40%;
	padding: 10px 10px;
	border-radius: 50vh;
	background: #c4b89a;
	background-color: #c5b79a;
	background-image: linear-gradient(120deg, #c5b79a 30%, #aa9b72 70%);
	color: #FFF;
	font-size: 124%;
	text-decoration: none;
}

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

.btn_box_b a {
	background: #3d6c7b;
}


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

 投稿

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

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

 アーカイブ archive / home

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

.kanren_area h2 {
	position: relative;
	margin-bottom: 20px;
	color: #3e6c7a;
	font-size: 1.375rem;
}

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

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

.entry_list dt {
	position: relative;
	clear: both;
	float: left;
	width: 160px;
	margin-right: 20px;
}

.entry_list dt img {
	width: 100%;
}

.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 15px;
	background: #c4b89a;
	color: #FFF;
	font-size: 75%;
	text-decoration: none;
	vertical-align: middle;
}

.entry_list dd {
	min-height: 175px;
	margin-bottom: 30px;
	padding: 0 0 10px;
	line-height: 1.6;
}

.entry_list dd:last-child {
	border-style: none;
}

.entry_list dd h3 {
	margin: 4px 0 8px;
	font-size: 112%;
}

.entry_list dd .entry_info {
	margin-bottom: 10px;
	color: #666;
	font-size: 75%;
	line-height: 1.2;
}

.entry_list dd .entry_txt {
	margin-bottom: 10px;
	font-size: 87%;
}

.entry_list dd .tag_box a {
	display: inline-block;
	margin: 0 2px 0 0;
	font-size: 82%;
	font-weight: bold;
	vertical-align: middle;
}
.entry_list dd .tag_box a::before {
	content: '#';
}


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

.entryblock_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.entryblock_list li {
	flex-grow: 0;
	width: 25%;
}

body.post-type-archive-post .entryblock_list li ,
body.category .entryblock_list li ,
body.date .entryblock_list li ,
body.tag .entryblock_list li ,
body.category .entryblock_list li {
	width: 33%;
}

.entryblock_list li > div {
	padding: 0 15px 30px;
}
.entryblock_list a {
	display: block;
}

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

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

.entryblock_list em {
	display: block;
	height: 3.5em;
	margin: 10px 0 4px;
	line-height: 1.4;
}

.entryblock_list .entry_info {
	height: 2.4em;
	font-size: 75%;
	line-height: 1.2;
}

.entryblock_list .entry_txt {
	display: block;
	font-size: 87%;
	line-height: 1.4;
}

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



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

 記事 single / page

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

/* 見出し部分
-----------------------------------------------------------*/

.entry_title {
	overflow: hidden;
	margin-bottom: 20px;
	color: #3e6c7a;
	font-size: 1.375rem;
}

.entry_content > .cate_box {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
}

.entry_content > .cate_box a {
	display: inline-block;
	margin: 0 0 2px 0;
	padding: 4px 20px;
	background: #c4b89a;
	color: #FFF;
	font-size: 75%;
	text-decoration: none;
	vertical-align: middle;
}

.entry_content .entry_info {
	margin-bottom: 20px;
	font-size: 87%;
	text-align: right;
	line-height: 1.2;
}

.entry_content .entry_info .tag_box a ,
.entry_content .entry_info .tag_box span {
	display: inline-block;
	padding: 4px 6px;
}

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



/* 投稿記事部分
-----------------------------------------------------------*/

.image_iblock {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 44%;
	margin: 10px 10px 20px;
	font-size: 75%;
	vertical-align: top;
}
.image_iblock .wp-caption {
	position: relative;
}
.image_iblock .wp-caption-text {
	position: absolute;
	bottom: -10px;
	width: 100%;
	margin-bottom: 0;
	padding: 5px;
	box-sizing: border-box;
	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 img {
	display: inline-block;
}

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

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

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

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

.entry_content .btn_plus {
	margin-bottom: 30px;
}


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

.entry_content h1 ,
.entry_content h2 {
	position: relative;
	margin-bottom: 20px;
	color: #3e6c7a;
	font-size: 1.375rem;
}

.entry_content h3 {
	margin-bottom: 20px;
	padding: 10px;
	border-bottom: 1px #999 dotted;
	color: #1a1a1a;
	font-size: 125%;
	text-align: left;
}

.entry_content h4 {
	margin-bottom: 20px;
	padding: 8px 0 8px 10px;
	background: #f2f2f2;
	text-align: left;
}

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


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

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


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

.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: 30px 0 30px 10px;
	padding: 40px 20px 30px 50px;
	background: url(./image/common/icon_quotation.png) #f2f2f2 no-repeat 10px 10px;
}

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

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

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 {
	margin-top: 40px;
	margin-bottom: 40px;
}
 
.share_area ul.share_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.share_area .share_list li {
	float: left;
	width: 25%;
	margin: 0;
	margin-top: 15px;
	list-style-type: none;
}
 
.share_list li a {
	font-size: 14px;
	display: block;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.share_list li a:hover {
	opacity: .8;
}
.share_list li a:visited {
	color: #fff;
}

.share_list .tweet a {
	background: #55acee;
}
.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!';
}




/* コメント
-----------------------------------------------------------*/

.comments_area {
	margin-bottom: 20px;
	padding: 20px;
	background: #f2f2f2;
}

.comments_area p {
	padding-bottom: 10px;
}

.comments_area label {
	display: block;
}

.commets-list {
	padding-left: 0px;
	list-style-type: none;
}

.comment-author.vcard .avatar {
	float: left;
	margin-right: 10px;
}

/* 投稿者名 より */
.commets-list .fn {
	font-size: 87%;
	font-style: normal;
}
 .commets-list .says {
	font-size: 87%;
}

.commentmetadata {
	padding-bottom: 20px;
	font-size: 87%;
}

/* 返信 */
.commets-list .reply {
	font-size: 87%;
	text-align: right;
}
.commets-list .reply a {
	display: inline-block;
	padding: 4px 10px;
	background: #666;
	border-radius: 4px;
	color: #FFF;
	line-height: 1.4;
	text-decoration: none;
}

.comment-respond {
	margin-bottom: 10px;
}

/* コメント欄の下にある使用できるタグ */
.form-allowed-tags {
	display: none;
}

.comments_area h3 {
	margin-bottom: 10px;
	font-size: 112%;
}
.comments_area textarea {
	margin-bottom: 10px;
	width: 100%;
	border: 1px #EEE solid;
	box-sizing: border-box;
}
.comments_area input {
	width: 100%;
	border-radius: 2px;
	border: 1px #EEE solid;
	box-sizing: border-box;
}

.logged-in-as {
	font-size: 87%;
}

/* コメントボタン */

.form-submit {
	text-align: center;
}
.comments_area input[type="submit"] {
	max-width: 60%;
	padding: 10px;
	border-radius: 4px;
	border-bottom: 4px solid #666;
	background-color: #999;
	-webkit-appearance: none;
	color: #FFF;
}

.comment-notes {
	font-size: 87%;
}


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

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

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

.p-navi .prev {
	float: right;
	width: 50%;
	text-align: right;
}
.p-navi .prev div {
	padding: 0 10px 0 15px;
}
.p-navi .prev img {
	float: right;
	width: 100px;
	margin-left: 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;
	border: 1px solid #666;
}

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



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

 ページ

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

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

 index

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


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

 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

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

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


.entry_content .form_step ,
.entry_content .form_step li {
	padding-left: 0;
	list-style: none;
}

.form_step {
	overflow: hidden;
	max-width: 800px;
	margin: 0 auto 40px;
	background: #3d6c7b;
	color: #FFF;
	font-size: .875rem;
}

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

.form_step em {
	position: relative;
	display: block;
	padding: 20px 10px 20px 40px;
	background: #c4b89a;
	text-align: center;
	text-decoration: none;
}

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

.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: #c4b89a;
}

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

.form_step .active {
	font-weight: bold;
	background: none;
}

.form_step .active::after {
	z-index: 2;
	border-left-color: #3d6c7b;
}

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




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

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

.form_box dt {
	padding: 20px 40px 10px;
	color: #c4b89a;
	font-weight: bold;
}

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

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

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

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

.form_box textarea {
	width: 98%;
}

.form_btn_box {
	text-align: center;
}

::placeholder{
	color: #999;
}


.form_btn_box .btn_confm {
	position: relative;
	display: inline-block;
	min-width: 30%;
}
.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: 16px 10px;
	border: none;
	background: #3d6c7b;
	color: #FFF;
	font-size: 116%;
}

.form_btn_box button {
	cursor: pointer;
	position: relative;
	display: inline-block;
	min-width: 30%;
	margin: auto 4px;
	padding: 16px 10px;
	border: none;
	background: #3d6c7b;
	color: #FFF;
	font-size: 116%;
}

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

.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);
}



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

 汎用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_2L {
	font-size: 150%;
}
.text_3L {
	font-size: 180%;
}

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

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

.left {
	text-align: left;
}

.right {
	text-align: right;
}

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

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

.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;
}

.clear0 {
	clear: both;
	height: 0;
	line-height: 0;
}

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

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



/* 画像関係 [dead?]
-----------------------------------------------------------*/

.figLeft,
.figLeft img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

img.figRight,
.figRight img {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.figLeftBox {
	float: left;
	width: 240px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.figRightBox {
	float: right;
	width: 240px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.figLeftBox img,
.figRightBox img {
	margin-bottom: 5px;
}



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

 デバイス別 device

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

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

@media only screen and (max-width: 640px) {
	.sp_hide {
		display: none;
	}
	.gnavi {
		display: none;
	}
	.footer_copy span {
		display: none;
	}
	.side {
		width: auto;
		padding: 0 20px;
		margin-left: 0;
	}
	
	/* main ------------------------- sp */
	
	/* contact ----------------------- sp */
	.form_info {
		margin-bottom: 20px;
	}
	.form_step em {
		padding: 10px 0 10px 25px;
		font-size: 85%;
	}
	.form_step em span {
		display: block;
	}
	.form_box dt {
		padding: 10px 10px 5px;
	}
	.form_box dd {
		padding: 0 10px 10px;
	}
	.form_box input[type="text"] ,
	.form_box input[type="email"] ,
	.form_box textarea {
		width: 98%;
		max-width: 98%;
	}
	.form_btn_box .btn_confm {
		width: 80%;
	}
	.form_btn_box input {
		width: 92%;
	}
	.form_btn_box button {
		width: 45%;
	}
	
	/* entry list ------------------- sp */
	.entry_list dt {
		width: 120px;
		margin-right: 15px;
	}
	.entryblock_list li {
		width: 50%;
	}
	.entryblock_list li > div {
		padding: 0 8px 20px;
	}
	.post .thumb_area img {
		width: 120px;
	}
	.post .tag_box {
		clear: both;
	}
	
	/* post ------------------------- sp */
	.image_iblock {
		width: auto;
	}
	.comments_area {
		padding: 10px;
	}
	.share_list li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 3px;
	}
	.share_list li i {
		font-size: 1.3em;
		padding-top: 3px;
	}
	.share_list li span {
		display: none;
	}
	
	/* ----- ここまで ----- */
}



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

@media only screen and (min-width: 641px) {
	html {
		font-size: 16px;
	}
	body {
		background: #dbdbdb;
		font-size: 16px;
	}
	.menu_btn_area ,
	.pc_hide {
		display: none;
	}
	.header_wrapper {
		height: 55px;
	}
	.header_inner {
		padding-left: 290px;
	}
	.header_inner .logo {
		float: left;
		margin-left: -260px;
		padding-top: 5px;
	}
	.header_inner .logo {
		width: 240px;
	}
	.header_inner h1 {
		float: left;
		padding-top: 2px;
		padding-left: 10px;
		font-size: .875rem;
	}
	.gnavi {
		margin: -10px -10px -10px 0;
	}
	.side_menu {
		margin-bottom: 0;
		border: none;
	}
	.footer_inner {
		display: -webkit-flex;
		display: flex;
		padding: 40px 20px 20px;
	}
	.footer_inner .f_logo {
		width: 40%;
		margin-bottom: 0;
		padding-bottom: 20px;
		border-bottom: none;
	}
	.footer_inner .footer_info {
		width: 22%;
		margin-top: 5px;
		text-align: left;
	}
	.footer_inner .footer_bnr {
		width: 38%;
		margin-top: -25px;
	}
	
	/* main ------------------------- tab */
	.contents_wrapper {
		display: -webkit-flex;
		display: flex;
		max-width: 1010px;
		margin: 0 auto;
		padding: 40px 0;
	}
	.main_contents {
		padding: 30px 40px;
	}
	.archive .main_contents {
	}
	.main_contents .btn_box a {
		min-width: 50%;
	}
	.contents_title {
		padding: 40px 0 0;
	}
	.contact_link li a span {
		display: inline-block;
	}
	.entry_content .contact_link li a {
		padding: 18px 0;
	}
	.entry_content .contact_link a::before {
		margin-right: 6px;
		margin-bottom: 0;
	}
	/* ----- ここまで ----- */
}




