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

Theme Name: WEB集客用テーマ
Author: bran-new-days
Description: 2020/12/10

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

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

 全体 style

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

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

html {
	font-size: 14px;
}

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

a {
	color: #77665b;
	text-decoration: underline;
}

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

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

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

/* 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: 1080px;
	margin: 0 auto 0;
	padding: 0 20px;
}

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

.single .main_contents ,
.home .main_contents {
	padding-top: 20px;
}

.side {
	width: 250px;
	margin-left: 20px;
}

.single .side ,
.home .side {
	padding-top: 20px;
}


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

.main {
	margin: 0 auto;
}

.contents {
	clear: both;
	overflow: hidden;
	zoom: 100%;
}

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



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

 header

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

.header_wrapper {
	height: 68px;
}

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

.header_inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 5px 20px;
	text-align: left;
}
.header_inner:after { /* modern */
	content : '';
	display : block;
	clear : both;
	height: 0;
}

.header_inner .logo {
	float: left;
	padding: 10px 0 10px;
	transition:all 300ms 0ms ease;
}
.header_inner .logo a {
	color: #f19149;
	
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: none;
}



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

.gnavi {
	float: right;
	display: -webkit-flex;
	display: flex;
	width: 65%;
	margin-top: 10px;
	font-size: .9375rem;
	transition:all 300ms 0ms ease;
}
.gnavi li {
	flex-grow: 1;
	vertical-align: middle;
}
.gnavi a {
	display: block;
	padding: 10px 0 8px;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
}
.gnavi a em {
	font-weight: bold;
}

.gnavi li.entry {
	margin-left: 15px;
}
.gnavi li.entry a {
	padding: 10px 15px;
	border-radius: 50vh;
	background: rgb(236,135,153);
	background: linear-gradient(135deg, rgba(236,135,153,1) 0%, rgba(232,109,131,1) 50%, rgba(244,149,137,1) 100%);
	color: #FFF;
}
.gnavi li.entry a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}



/* header_slim
------------------------------------------------------------- */

.header_slim {
	box-shadow: 0 0 4px rgba(0,0,0,.2);
}

.header_slim .header_inner .logo {
	padding: 5px 0;
}

.header_slim .gnavi {
	margin-top: 5px;
}



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

/* menu open btn */

.header_inner .menu_btn_area {
	position: absolute;
	top: 0;
	right: 2px;
	z-index: 99999;
}
.header_inner .menu_btn_area label {
	display: block;
	overflow: hidden;
	width: 50px;
	height: 50px;
	background: url(./image/common/icon_menu_open13.svg) no-repeat 50% 50%;
	background-size: 30px 30px;
	text-indent: 100%;
	white-space: nowrap;
}

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: 0;
	right: 0;
	width: 50px;
	height: 50px;
	color: #666;
	font-size: 50px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	z-index: 2147483647;
}

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

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

.menu_wrapper {
	padding: 50px 20px 10px;
	background: #FFF;
	text-align: center;
}

.menu_sp {
	margin-bottom: 10px;
}
.menu_sp li {
	border-top: 1px solid #b7aaa1;
	font-size: 1.125rem;
}
.menu_sp a {
	display: block;
	height: auto;
	padding: 10px 0;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.6;
}

.menu_sp li.entry {
	border-top: none;
}
.menu_sp li.entry a {
	padding: 10px 15px;
	border-radius: 50vh;
	background: rgb(236,135,153);
	background: linear-gradient(135deg, rgba(236,135,153,1) 0%, rgba(232,109,131,1) 50%, rgba(244,149,137,1) 100%);
	color: #FFF;
}
.menu_sp li.entry a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* sub */
.menu_sub_sp li {
	border-top: 1px solid #b7aaa1;
}
.menu_sub_sp li:first-child {
	border-top: none;
}
.menu_sub_sp a {
	display: block;
	height: auto;
	padding: 6px 0;
	text-decoration: none;
	line-height: 1.6;
}


/* contact LINE */
.menu_contact_link {
	margin-bottom: 10px;
	text-align: center;
}
.menu_contact_link .btn {
	display: block;
}
.menu_contact_line .btn a {
	display: block;
	padding: 10px 15px;
	border-radius: 50vh;
	background: #009944;
	color: #FFF;
	font-size: 1.125rem;
	font-weight: bold;
	text-decoration: none;
}
.menu_contact_line .btn a::before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 2px;
	width: 20px;
	height: 20px;
	background-image: url(./image/common/icon_sns_linewh.svg);
	background-size: cover;
	vertical-align: middle;
}

.layer {
	display: none;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}



/* news important
-----------------------------------------------------------*/

.topinfo {
	margin-bottom: 20px;
}

.topinfo .topinfo_inner {
}

.topinfo_open {
	position: relative;
	padding: 10px;
	background: #cdc9ac;
	color: #FFF;
	text-align: center;
}
/*
.topinfo_open:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}*/

.topinfo_open em {
	display: inline-block;
	padding: 1px 20px;
	background: #FFF;
	border-radius: 4px;
	color: #cdc9ac;
	font-size: .875rem;
}

.topinfo_open span {
	display: block;
	margin-top: 4px;
	line-height: 1.4;
}


/* modal */

.topinfo_area {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 280px;
	margin-left: -150px;
	margin-top: -35vh;
	padding: 10px;
	z-index: 2;
}

.topinfo_area_inner {
	position: relative;
	overflow-y: auto;
	height: 60vh;
	padding: 20px;
	background:#fff;
}

.topinfo_area .topinfo_title {
	margin-bottom: 15px;
	padding: 5px 15px 15px 8px;
	border-bottom: 1px solid #CCC;
}
.topinfo_area .topinfo_title em {
	font-weight: bold;
}
.topinfo_area .data {
	font-size: 87%;
	text-align: right;
}
.topinfo_area p {
	padding: 0 8px;
	font-size: 87%;
}
.topinfo_area .btn span {
	position: absolute;
	top: -10px;
	right: -10px;
	display: block;
	width: 40px;
	height: 40px;
	background: #333;
	border-radius: 23px;
	color: #FFF;
	font-size: 35px;
	text-align: center;
	line-height: 35px;
	z-index: 99999999;
}

.layer {
	display: none;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .3);
}



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

 side bar

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

.side h4 {
	margin-bottom: 10px;
	padding: 4px 4px 10px;
	border-bottom: 1px solid #b7aaa1;
	color: #77665b;
	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: '#';
}



/* auther_area
-----------------------------------------------------------*/

.side .auther_area {
	margin-bottom: 20px;
	padding: 30px;
	background: #FFF;
}

.side .auther_list li {
	margin-bottom: 40px;
}

.side .auther_list h2 {
	margin-bottom: 10px;
	text-align: center;
}

.side .auther_list .thumb {
	display: block;
	overflow: hidden;
	width: 110px;
	height: 110px;
	margin: 0 auto 10px;
	padding: 3px;
	border: 1px solid #DDD;
	border-radius: 50vw;
}
.side .auther_list .thumb img {
	width: 100%;
	border-radius: 50vw;
}
.side .auther_list .caption {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
	font-size: .875rem;
	text-align: center;
}
.side .auther_list .caption em {
	display: block;
	margin: 0 -20px;
}
.side .auther_list em span {
	display: block;
}
.side .auther_list p {
	font-size: .8125rem;
}


.side .wiget_box {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px;
	background: #FFF;
}


/* new post
-----------------------------------------------------------*/

.newpost_area {
	margin: 0 auto 20px;
}
.list_newpost li {
	clear: both;
	border-top: 1px dotted #CCC;
}
.list_newpost li:first-child {
	border-top: none;
}
.list_newpost a {
	display: block;
	padding: 10px 0 10px;
}
.list_newpost img {
	float: left;
	width: 90px;
	height: 90px;
	margin: 0 15px 10px 0;
}
.list_newpost em {
	font-weight: bold;
}
.list_newpost p {
}



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



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

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


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

.rss_box a {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 5px 10px;
	box-sizing: border-box;
	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: #f0e6d6;
	padding: 20px 0;
}

.footer_inner {
	max-width: 80%;
	margin: 0 auto;
	padding: 20px;
}



/* logo
------------------------------------------------------------- */

.footer_inner .logo {
	margin-bottom: 30px;
}

.footer_inner .logo a {
	display : block;
	color: #f19149;
	
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: none;
}

.footer_inner .logo > span {
	font-size: .75rem;
}


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

.fnavi li {
	margin-bottom: .8em;
	font-size: .875rem;
	font-weight: bold;
}

.fnavi li a {
	display : block;
}

.copy {
	font-size: .75rem;
	text-align: center;
}

.access_tag {
	display: none;
}



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

.page_top_fx {
	position: fixed;
	overflow: hidden;
	bottom: 20px;
	right: 20px;
	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(222,156,111,0.5)  50% 45% no-repeat;
	background-size: 40% auto;
	text-indent: 100%;
	white-space: nowrap;
}


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

 メインコンテンツ

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

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

.breadcrumb {
	clear: both;
	max-width: 1080px;
	margin: 20px auto 20px;
	padding: 0 20px;
	box-sizing: border-box;
	color: #666;
	font-size: 87.5%;
}

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


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

.contents_title {
	padding: 10px 0 20px;
	font-size: 1.5rem;
}

.contents_title h1 {
    text-align: center;
    color: #F19149;
}




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

.pagination {
	clear: both;
	position: relative;
	font-size: 87.5%;
	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: 40%;
	padding: 10px 10px;
	border-radius: 50vh;
	background: rgb(236,135,153);
	background: linear-gradient(135deg, rgba(236,135,153,1) 0%, rgba(232,109,131,1) 50%, rgba(244,149,137,1) 100%);
	color: #FFF;
	font-size: 1.125rem;
	text-decoration: none;
}

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

.btn_box_b a {
	background: #3d6c7b;
}



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

 投稿 post

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

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

 アーカイブ archive / blog

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

.entry_area {
	margin-bottom: 20px;
	padding: 20px;
	background: #FFF;
}

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

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

.entry_list dt {
	position: relative;
	clear: both;
	float: left;
	width: 100px;
	margin: 0 15px 15px 0;
}

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

.entry_list dd {
	min-height: 100px;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #DDD;
}
.entry_list dd:last-child {
	border-style: none;
}
.entry_list dd h3 {
	overflow: hidden;
	height: 1.4em;
	margin: 4px 0 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.entry_list dd .entry_info {
	margin-bottom: 8px;
	color: #666;
	font-size: 86%;
	line-height: 1.2;
}
.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 -10px;
}
.entryblock_list li {
	flex-grow: 0;
	width: 50%;
}
.entryblock_list li > div {
	padding: 0 10px 20px;
}

.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: -2px;
	right: -2px;
}
.entryblock_list .cate_box a {
	display: inline-block;
	margin: 0 0 2px 0;
	padding: 4px 15px;
	background: #f19149;
	color: #FFF;
	font-size: 75%;
	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: #fdf2e0;
}
.entryblock_list em::before {
	content: '･･･';
	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: 87.5%;
	line-height: 1.2;
}
.entryblock_list .entry_txt {
	display: block;
	height: 5em;
	font-size: .875rem;
	line-height: 1.4;
}



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

 記事 single / page

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

.entry_content {
	position: relative;
	margin: 0 -20px;
	padding: 10px 20px 20px;
	background: #FFF;
	line-height: 2;
}


/* 目次 */

#toc_container {
	width: 100%;
	padding: 25px 30px;
	box-sizing: border-box;
}
#toc_container ul > li::before {
	content: none;
}

/* カード */

.lkc-external-wrap, .lkc-internal-wrap, .lkc-this-wrap {
	max-width: 100%;
}

.lkc-internal-wrap {
	border: 1px solid #CCC;
	background: #F2F2F2;
}

.lkc-card {
	margin: 15px;
}



/* title 周り
-----------------------------------------------------------*/

.entry_title {
	position: relative;
	display: inline-block;
	top: -25px;
	left: -5px;
	padding: 10px 15px;
	box-sizing: border-box;
	background: rgb(245,161,161);
	background: linear-gradient(107deg, rgba(245,161,161,1) 35%, rgba(246,194,186,1) 100%);
	box-shadow: -5px 5px 0 #e7dac4;
	color: #FFF;
	font-size: 1.125rem;
}

.page_title {
	padding: 20px;
	color: #f19149;
	font-size: 1.5rem;
	text-align: center;
}



.entry_content .entry_info {
	margin-bottom: 30px;
	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-top: 5px;
	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: 82%;
	font-weight: bold;
	vertical-align: middle;
}
.entry_content .tag_box a::before {
	content: '#';
}




/* 記事内装飾
-----------------------------------------------------------*/

.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 h2 {
	margin-bottom: 20px;
	padding: 10px 10px;
	border-top: 3px solid #f19149;
	border-bottom: 3px solid #f19149;
	color: #6d5d4c;
	font-size: 1.25rem;
}

.entry_content h3 {
	margin-bottom: 20px;
	padding: 10px 5px;
	border-bottom: 1px solid #e0d3bd;
	font-size: 1.125rem;
}

.entry_content h4 {
	color: #ea91a9;
}

.entry_content h5 {
}

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

.entry_content table {
	width: 100%;
	margin: 10px 0 30px;
	border-collapse: collapse;
	text-align: left;
}
.entry_content table tr:nth-child(odd) {
	background: #f9f6f1;
}
.entry_content table th {
	padding: 10px;
	border: 1px solid #e0d3bd;
	font-weight: bold;
}
.entry_content table td {
	padding: 10px;
	border: 1px solid #e0d3bd;
}


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

.entry_content ul {
	margin-bottom: 30px;
}
.entry_content ol {
	margin-bottom: 30px;
}


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

.entry_content blockquote ,
.quote_area {
	margin: 20px 0;
	padding: 30px 20px 20px 40px;
	background: url(./image/common/icon_quotation.png) #f2f2f2 no-repeat 10px 10px;
}

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

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

/* 投稿画像 */

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

.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;
	margin: 10px 10px 20px;
	font-size: 75%;
	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;
	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 .wp-caption-text a,
image_iblock .wp-caption-text {
	color: #666;
	font-size: 75%;
}

/* 画像位置 */

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


/* contact link
-----------------------------------------------------------*/

.contact_link {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 25px;
	box-shadow: 0 0 14px rgba(0,0,0,0.18);
	font-weight: bold;
}

.entry_content .contact_link:last-child {
	margin-bottom: 0;
}

.contact_link .txt {
	margin-bottom: 15px;
}

.contact_link .btns {
	padding: 10px 0 0;
	text-align: center;
}
.contact_link .btns a {
	display: inline-block;
	margin-bottom: 10px;
	padding: 4px 30px;
	border-radius: 50vh;
	color: #FFF;
	text-decoration: none;
}
.contact_link .btns .btn_line a {
	background: rgb(105,206,50);
	background: linear-gradient(115deg, rgba(105,206,50,1) 0%, rgba(77,176,71,1) 100%);
}
.contact_link .btn_line a::before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 2px;
	width: 20px;
	height: 20px;
	background: url(./image/common/icon_sns_linewh.svg) no-repeat;
	background-size: cover;
	vertical-align: middle;
}
.contact_link .btns .btn_mail a {
	background: rgb(236,135,153);
	background: linear-gradient(135deg, rgba(236,135,153,1) 0%, rgba(232,109,131,1) 50%, rgba(244,149,137,1) 100%);
}
.contact_link .btn_mail a::before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 2px;
	width: 25px;
	height: 16px;
	background: url(./image/common/icon_mail02wh.svg) no-repeat;
	background-size: 100% auto;
	vertical-align: middle;
}

/* LINE block */
.contact_link_line {
	text-align: center;
}
.contact_link.contact_link_line .txt span {
	display: inline-block;
}
.contact_link_line .btn {
	display: block;
}
.contact_link_line .btn a {
	display: inline-block;
	padding: 4px 50px;
	background: #009944;
	border-radius: 50vh;
	color: #FFF;
	text-decoration: none;
}
.contact_link_line .btn a::before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 2px;
	width: 20px;
	height: 20px;
	background-image: url(./image/common/icon_sns_linewh.svg);
	background-size: cover;
	vertical-align: middle;
}
.contact_link_line .btn a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}



/* faq 
-----------------------------------------------------------*/

.faq_list {
	margin: 1em 0 1em;
	padding: 15px 15px 0;
	border: 1px solid #d6d6d6;
}
.faq_list dt {
	position: relative;
	min-height: 1.6em;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-left: 30px;
	color: #717583;
	font-weight: bold;
}
.faq_list dt::before {
	position: absolute;
	content: 'Q';
	top: 0;
	left: 0;
	color: #406a8a;
	font-size: 1.25rem;
	font-weight: bold;
}
.faq_list dd {
	position: relative;
	min-height: 1.6em;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-top: 4px;
	padding-left: 30px;
	border-bottom: 1px dotted #d6d6d6;
}
.faq_list dd:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.faq_list dd::before {
	position: absolute;
	content: 'A';
	top: 0;
	left: 0;
	color: #d0948d;
	font-size: 1.25rem;
	font-weight: bold;
}



/* voice 
-----------------------------------------------------------*/

.voice_block {
	margin-bottom: 20px;
	padding: 15px;
	border: 2px solid #d4d4d4;
}

.voice_auther {
	margin-bottom: 15px;
}

.voice_auther > a ,
.voice_auther > span {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	text-decoration: none;
}

.voice_auther .thumb {
	display: block;
	width: 90px;
	margin-right: 20px;
}

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

.voice_auther .name {
	display: block;
	flex: 1;
	line-height: 1.5;
}

.voice_auther .name em {
	display: block;
	font-size: 1.125rem;
}
.voice_auther .name span {
}


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

.share_area {
	margin: 20px -2px;
}
 
.share_list {
	display: -webkit-flex;
	display: flex;
}
 
.share_list li {
	width: 25%;
	font-size: 1.3em;
	padding: 2px;
	box-sizing: border-box;
}

.share_list li span {
	display: none;
}

.share_list li a {
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}

.share_list li a:hover {
	opacity: .8;
}

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


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

.kanren_area {
	margin-bottom: 40px;
}

.kanren_area > h3 {
	margin-bottom: 20px;
	color: #77665b;
	font-size: 1.25rem;
}


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

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

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

.comment-body p {
	padding-bottom: 10px;
}

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

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

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

/* 返信 */
.commets-list .reply {
	font-size: 87.5%;
	text-align: right;
}
.commets-list .reply a {
	display: inline-block;
	padding: 4px 20px;
	background: #777;
	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 {
	width: 100%;
	border: 1px #CCC solid;
	box-sizing: border-box;
}
.comments_area input {
	border-radius: 2px;
	border: 1px #CCC solid;
	box-sizing: border-box;
}
.comments_area input[type="text"] {
	width: 100%;
}
.comments_area input[type="checkbox"] {
	margin-right: 8px;
}

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

.comment-form-cookies-consent {
	font-size: 87.5%;
}

.comment-form p {
	margin-bottom: 10px;
}

/* コメントボタン */

.form-submit {
	margin: 20px 0;
}
.comments_area input[type="submit"] {
	max-width: 80%;
	padding: 10px 30px;
	border-radius: 4px;
	background-color: #777;
	-webkit-appearance: none;
	color: #FFF;
}

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


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

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

.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 #b7aaa1;
}
.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: #f19149;
	color: #FFF;
}

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




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

 ページ

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

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

 共通

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




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

 index

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

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

.cover {
	position: relative;
}

.cover .cover_image {
	height: 300px;
	padding-top: 20%;
	background: url(./image/index/cover_img.jpg) no-repeat 100% 0%;
	background-size: auto 100%;
}

.cover .cover_image img {
	width: 100%;
}

.cover .cover_layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(238,178,178);
	background: linear-gradient(117deg, rgba(238,178,178,1) 35%, rgba(246,194,186,0) 100%);
}

.cover .cover_inner {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.cover .cover_txt {
	top: 7vw;
	width: 520px;
	max-width: 100%;
	text-align: center;
}

.cover .catch_icon {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	margin-top: 30px;
	text-align: center;
}

.cover .catch_icon li {
	margin: 0 2px;
}

.cover .catch_icon li div {
	width: 140px;
	height: 70px;
	padding-top: 70px;
	border-radius: 50%;
	border: 8px solid #FFF;
	background: #f8e0e0;
	color: #f19149;
	font-size: 1.25rem;
	font-weight: bold;
}
.cover .catch_icon li div b {
	display: block;
	margin-top: -1.6em;
}
.cover .catch_icon li div span {
	display: block;
}


.cover .cover_layer::before {
	position: absolute;
	content: '';
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #fff;
	animation: kiran 10s ease-in-out infinite;
}

.cover .catch_icon li:first-child div ,
.cover .catch_icon li:nth-child(3) div {
	animation: fuwafuwa1 2s infinite;
	opacity: 1;
}
.cover .catch_icon li:nth-child(2) div {
	animation: fuwafuwa2 2s infinite;
	opacity: 1;
}


@keyframes fuwafuwa1 {
	0% { transform: translateY(0px); }
	50% { transform: translateY(-20px);}
	100% {transform: translateY(0px);}
}
@keyframes fuwafuwa2 {
	0% { transform: translateY(-20px); }
	60% { transform: translateY(0px);}
	100% {transform: translateY(-20px);}
}

@keyframes kiran {
	0% { transform: scale(0) rotate(45deg); opacity: 0; }
	95% { transform: scale(0) rotate(45deg); opacity: .2; }
	96% { transform: scale(4) rotate(45deg); opacity: .5; }
	100% { transform: scale(90) rotate(45deg); opacity: 0; }
}

/* news
-----------------------------------------------------------*/

.index_news .contents_inner {
	padding-top: 50px;
	padding-bottom: 50px;
}

.news_area {
	padding: 20px;
	background: #ecece6;
}

.news_area .title_block {
	float: left;
	width: 30%;
	height: 140px;
	margin-right: 30px;
	margin-left: -20px;
	border-right: 1px solid #CCC;
}

.news_area .title_block em {
	margin-top: 50px;
}

.news_list {
	height: 140px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 87.5%;
}

.news_list dt {
	clear: both;
	float: left;
	width: 6.5em;
	padding: 6px 0;
}

.news_list dd {
	padding: 6px 0 6px 7em;
}

.news_list dd em {
	font-weight: bold;
}

.news_list dd p {
	font-size: 93%;
}





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

 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 20px;
}

.form_info > p {
	margin-bottom: 20px;
}

.form_info .privacy_area {
	overflow-y: auto;
	height: 140px;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 87.5%;
	border: 1px solid #CCC;	
}

.form_info .privacy_area p {
	margin-bottom: 1.6em;	
}

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

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


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

.entry_content .form_step {
	overflow: hidden;
	max-width: 800px;
	margin: 0 auto 40px;
	padding-left: 0;
	background: #f8e0e0;
	font-size: 100%;
}

.entry_content .form_step li {
	float: left;
	width: 34%;
	padding-left: 0;
	list-style-type: none;
}
.entry_content .form_step li:first-child {
	width: 32%;
}
.entry_content .form_step li::before {
	content: none;
}

.form_step em {
	position: relative;
	display: block;
	padding: 10px 0 10px 25px;
	background: #EEE;
	font-size: .875rem;
	font-weight: normal;
	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: #EEE;
}

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

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

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

.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: 10px 10px 5px;
}

.form_box dt em {
	display: inline-block;
	margin-left: 10px;
	padding: 4px 8px;
	border-radius: 2px;
	background: #f19149;
	color: #FFF;
	font-size: .75rem;
	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 {
	box-sizing: border-box;
	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: 16px 10px;
	box-sizing: border-box;
	border: none;
	border-radius: 50vh;
	background: rgb(236,135,153);
	background: linear-gradient(135deg, rgba(236,135,153,1) 0%, rgba(232,109,131,1) 50%, rgba(244,149,137,1) 100%);
	color: #FFF;
	font-size: 1.125rem;
}

.form_btn_box button {
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 45%;
	margin: auto 4px;
	padding: 16px 10px;
	border: none;
	border-radius: 50vh;
	background: #c4b89a;
	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 ,
	.header_line ,
	.gnavi {
		display: none;
	}
	.header_wrapper,
	.home .header_wrapper {
		height: 50px;
	}
	.header_inner {
		padding: 8px 10px;
	}
	.header_inner .logo ,
	.header_slim .header_inner .logo {
		padding: 2px 0 0;
	}
	.side {
		width: auto;
		margin-left: 0px;
	}
	
	/* main ////////////////////////// sp */
	/* single ------------------------ sp */
	/* page ////////////////////////// sp */
	/* index ------------------------- sp */
	.cover .cover_inner {
		justify-content: center;
	}
	.cover_image {
		margin: 0 -35% 0 -40%;
	}
	.cover .catch_icon {
		margin-top: 10px;
	}
	.cover .catch_icon li div {
		width: 90px;
		height: 45px;
		padding-top: 45px;
		border: 6px solid #FFF;
		font-size: 1rem;
	}
	/* contact ----------------------- sp */
}


/* 小さいスマホ
----------------------------------------------------------- */

/* iphone5用 320x568  */
@media screen and (min-width: 320px) and (max-device-width: 349px) {
	.contact_link .btns a {
		font-size: .875rem;
	}
}



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

@media only screen and (min-width: 769px) {
	html ,
	body {
		font-size: 16px;
	}
	.pc_hide {
		display: none;
	}
	.contents_wrapper {
		display: -webkit-flex;
		display: flex;
		margin-bottom: 40px;
	}
	.single .main_contents ,
	.home .main_contents {
		padding-left: 30px;
	}
	.header_inner .menu_btn_area {
		display: none;
	}
	.footer {
		padding: 40px 0;
	}
	.footer_inner {
		display: -webkit-flex;
		display: flex;
		max-width: 960px;
		margin-bottom: 20px;
	}
	.footer_inner .logo {
		flex: 1;
	}
	.footer_inner .fnavi_area {
		margin-left: 20px;
		width: 25%;
	}
	.topinfo_open {
		padding: 15px;
	}
	.topinfo_open span {
		display: inline-block;
		margin-top: 0;
		margin-left: 20px;
		vertical-align: middle;
	}
	/* modal */
	.topinfo_area {
		width: 600px;
		height: 400px;
		margin-left: -300px;
		margin-top: -30vh;
	}
	.topinfo_area .btn span {
		width: 46px;
		height: 46px;
		line-height: 40px;
	}
	/* main ////////////////////////// pc */
	.contents_title {
		padding: 20px 0 40px;
		font-size: 1.75rem;
	}
	.entry_list dt {
		width: 160px;
	}
	.entry_list dd {
		min-height: 160px;
		padding-left: 180px;
	}
	.entryblock_list {
		margin: 0 -15px;
	}
	.entryblock_list li {
		width: 25%;
	}
	.entryblock_list li > div {
		padding: 0 15px 30px;
	}
	
	/* single ------------------------- pc */
	.entry_content {
		margin: 0;
		padding: 20px 50px 50px;
	}
	.entry_title {
		top: -40px;
		left: -70px;
		padding: 10px 20px;
		box-shadow: -10px 10px 0 #e7dac4;
		font-size: 1.25rem;
	}
	.page_title {
		font-size: 1.75rem;
	}
	.contact_link {
		margin-top: 40px;
		margin-bottom: 40px;
		text-align: center;
	}
	.contact_link .txt span {
		display: inline-block;
	}
	.faq_list {
		margin: 30px 0 40px;
		padding: 30px 40px 20px;
	}
	.faq_list dt {
		padding-top: 12px;
		padding-left: 40px;
	}
	.faq_list dd {
		margin-bottom: 20px;
		padding-bottom: 20px;
		padding-top: 12px;
		padding-left: 40px;
	}
	.faq_list dt::before ,
	.faq_list dd::before {
		font-size: 1.625rem;
	}
	.voice_block {
		padding: 25px;
	}
	.voice_auther {
		margin-bottom: 20px;
	}
	.share_area {
		margin: 40px -2px;
	}
	.share_list li span {
		display: inline-block;
	}	
	.image_iblock {
		width: 44%;
		width: auto;
	}
	.comments_area {
		padding: 20px;
	}
	
	/* page ////////////////////////// pc */
	/* index ------------------------- pc */
	
	/* contact ----------------------- pc */
	.form_info {
		margin-bottom: 40px;
	}
	.form_step em {
		padding: 15px 10px 15px 45px;
		font-size: 1rem;
	}
	.form_step em span {
		display: inline-block;
	}
	.form_box dt {
		padding: 20px 40px 10px;
	}
	.form_box dd {
		padding: 0 40px 20px;
	}
	.form_btn_box .btn_confm {
		width: auto;
		min-width: 30%;
	}
	.form_btn_box button {
		width: 45%;
		width: auto;
		min-width: 30%;
	}
	
	/* 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;
	}
}

/*media Queries PCサイズ
----------------------------------------------------*/

@media only screen and (min-width: 800px) {
	
	/* ----- ここまで ----- */
}


