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

Theme Name: 工房arte 専用テーマ
Description: 2020/3/24

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

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

 全体 style

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

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

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

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

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

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

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_wrap {
	position: relative;
	margin-bottom: 8px;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

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

.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

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

main {
	position: relative;
	margin-top: -60px;
}

.home main {
	margin-top: 0px;
}

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

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

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

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



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

 header

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

.header_wrapper {
}

.header {
	position: relative;
	padding-bottom: 2%;
	background: url(./image/common/h_bg.png) 50% 0% no-repeat;
	background-size: 100% auto;
}
.home .header {
	padding-bottom: 6%;
}

.header_inner {
}

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

.header_inner .logo {
	width: 24%;
	margin: 0 auto 20px;
	padding-top: 4%;
}


/* unavi
------------------------------------------------------------- */

.unavi {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	/*width: 25%;*/
}
.unavi li {
	display: inline-block;
}
.unavi img {
	vertical-align: middle;
}
.unavi li.tel {
	width: 70%;
	padding-right: 4px;
	display: none;
}
.unavi li.mail {
	width: 100%;
}



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

.gnavi {
	display: -webkit-flex;
	display: flex;
	padding: 0 10px;
	border-top: 2px solid #a98661;
}

.gnavi li {
	flex-grow: 1;
}

.gnavi a {
	display: block;
	text-align: center;
}



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




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

/* menu open btn */

.menu_btn_area {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99999;
}
.menu_btn_area label {
	display: block;
	overflow: hidden;
	width: 50px;
	height: 50px;
	background: url(./image/common/hbtn_menu.png) no-repeat 50% 50%;
	background-size: 40px 40px;
	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: '';
	top: 0;
	right: 0;
	width: 80%;
	height: 50px;
	background: url(./image/common/hbtn_menu_close.png) no-repeat 8px 5px rgba(255,255,255,0.8);
	background-size: 40px 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_sp {
	position: relative;
}

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


.snavi_btn {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2px 10px;
}

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

.snavi_btn li a {
	display: block;
	padding: 2px;
}

.menu_wrapper .fnavi {
	padding-right: 0;
}

.snavi_bnr {
	position: fixed;
	width: 80%;
	bottom: 0;
	display: -webkit-flex;
	display: flex;
}
.snavi_bnr li {
	flex-grow: 0;
}
.snavi_bnr .tel {
	width: 69%;
}
.snavi_bnr .mail {
	width: 31%;
}

input[type="checkbox"]#menu_btn + #menu_wrapper_sp .snavi_bnr { 
	right: -80%;
}

input[type="checkbox"]#menu_btn:checked + #menu_wrapper_sp .snavi_bnr {
	right: 0;
}


.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

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



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

 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: 87.5%;
}

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


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

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


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

.news_area dl {
	margin: 0 auto 20px;
}


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

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



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

 footer

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

.footer {
	padding: 200px 0 100px;
}

.footer_line {
	position: relative;
	height: 8px;
	margin-bottom: 60px;
	background: #CCC;
	background: linear-gradient(90deg, #fed700 0%, #fed700 50%, #7fd6f2 50%, #7fd6f2 100%);
}

.footer_line h2 {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.footer_line .copy {
	position: absolute;
	bottom: -60px;
	width: 100%;
	text-align: center;
}

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


/* fbnr
------------------------------------------------------------- */

.fbnr {
	/*display: -webkit-flex;
	display: flex;*/
	margin: 0 -24px 20px;
    text-align: center;
}

.fbnr li {
	/*flex-grow: 0;*/
	padding: 0 24px 30px;
}



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

.fnavi_area {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 50px;
}

.fnavi {
	flex-grow: 0;
	padding-right: 60px;
	line-height: 1.8;
}

.fnavi li a {
	zoom: 1;
	display: block;
	color: #666;
}

.fnavi > li {
	margin-bottom: 1.8em;
}

.fnavi > li > a {
	padding-left: 1.5em;
	background: url(./image/common/ficon_arrow.png) no-repeat 0% 50%;
}


.fnavi > li > ul {
	margin-left: 2.5em;
}



/* footer info
-----------------------------------------------------------*/

.footer_info_area {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 40px;
}

.footer_cal {
	width: 60%;
}

.footer_adress {
	margin-left: 30px;
}

.footer_adress em {
	font-weight: bold;
}

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


/* cal */

.cal_area {
	display: -webkit-flex;
	display: flex;
}

/* calener
-----------------------------------------------------------*/

.cal_wrapper {
	padding: 0 8px;
	flex-grow: 1;
	font-size: 87.5%;
}
.cal_wrapper .cal {
	width: 100%;
	margin-bottom: 10px;
}

.cal_wrapper table.cal tr th p {
	padding: 8px;
	background: #f2f2f2;
	text-align: center;
	font-weight: normal;
}
.cal_wrapper table.cal tr th .cal_ui {
	display: none;
	display: display;
	float: right;
}
.cal_wrapper table.cal tr th .cal_ui input {
	margin-left: 2px;
	padding: 6px 8px;
	border-radius: 4px;
	border: solid 1px #CCC;
	background: #FFF;
	font-size: 87.5%;
}

.cal_wrapper table.cal tr.headline {
	border-bottom: solid 1px #FFF;
}

.cal_wrapper table.cal tr.headline td {
	padding: 8px 5px;
	border-top: none;
}

.cal_wrapper table.cal tr td {
	padding: 0;
	text-align: center;
	border: solid 1px #CCC;
}

.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 4px 0;
	text-align: center;
	background: #FFF;
}

.cal_wrapper table.cal tr td div span {
	display: none;
	position: absolute;
	top: 20px;
	left: 50%;
	padding: 8px;
	width: 100px;
	border: solid 1px #EEE;
	background: #FFF;
	box-shadow: 1px 1px 2px #999;
	z-index: 10;
	color: #333;
	font-size: 87.5%;
	text-align: center;
}

/* 日にちクラス指定 */

.cal_wrapper table.cal tr.headline td:last-child ,
.cal_wrapper table.cal tr.headline td:first-child {
	background: #ff8e8e;
	color: #FFF;
}

/*.cal_wrapper table.cal tr.headline td:nth-child(4),
.cal_wrapper table.cal tr.headline td:nth-child(5) {
    background: #ffcfcf;
    color: #666;
}*/

/*
.cal_wrapper table.cal tr td .Sat {
	color: #00479d;
}
.cal_wrapper table.cal tr td .Sun {
	color: #a40000;
}
*/

.cal_wrapper table.cal tr td .Today {
	font-weight: bold;
}
.cal_wrapper table.cal tr td .Deli {
	background: #EFE;
}
.cal_wrapper table.cal tr td .am {
    background: #ffcfcf;
    color: #666;
}
.cal_wrapper table.cal tr td .day {
	/*color: #a40000;*/
	background: #c99;
    color: #FFF;
}
.cal_wrapper table.cal tr td .holyday {
	background: #c99;
	color: #FFF;
}
.cal_wrapper table.cal tr td .workday {
	background: #FFF;
	color: #333;
}

.cal_info {
	margin-left: 10px;
}

.cal_info .holyday i {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	background: #c99;
	color: #FFF;
	font-size: 87.5%;
	vertical-align: middle;
}

.cal_info .am i {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	background: #ffcfcf;
	color: #666;
	font-size: 87.5%;
	vertical-align: middle;
}


/* footer bottom
-----------------------------------------------------------*/

.access_tag {
	display: none;
}



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

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


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

 メインコンテンツ

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

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

.breadcrumb {
	z-index: 9;
	clear: both;
	max-width: 1000px;
	margin: 20px auto 40px;
	padding: 0 10px;
	box-sizing: border-box;
	color: #666;
	font-size: 87.5%;
}

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



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

.pagination {
	clear: both;
	position: relative;
	font-size: 87.5%;
	line-height: 1.2;
	text-align: center;
}

.pagination span,
.pagination a {
	width: auto;
	padding: 10px 12px;
}

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

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

.pagination span {
	display: none;
}

.pagination .current {
	display: inline-block;
	padding: 10px 12px;
	border: 1px solid #CCC;
	background: #333;
	color: #FFF;
}



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

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

.btn_box img {
	max-width: 60%;
}



/* バナー block
-----------------------------------------------------------*/

.bnr_one {
	margin-bottom: 40px;
	text-align: center;
}

.bnr_one p {
	padding-top: 8px;
	font-size: 75%;
	text-align: right;
}

.bnr_one p.center {
	font-size: 100%;
	text-align: center;
}

.bnr_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px 40px;
}

.bnr_list li {
	flex-grow: 0;
}

.bnr_list div {
	position: relative;
	padding: 0 10px 30px;
}

.bnr_list a {
	display: block;
}

/* 2分割 */
.bnr_list02 li {
	width: 50%;
}

/* 3分割 */
.bnr_list03 li {
	width: 33%;
}

/* 4分割 */
.bnr_list04 li {
	width: 25%;
}






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

 投稿 post

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

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

 アーカイブ archive

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

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

.entry_list {
}

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

.entry_list dt img {
	width: 100%;
}

.entry_list dd {
	min-height: 150px;
	margin-bottom: 16px;
	padding-bottom: 16px;
	padding-left: 170px;
	border-bottom: 1px dotted #999;
}
.entry_list dd:last-child {
	border-style: none;
}
.entry_list dd h3 {
	overflow: hidden;
	margin-bottom: 16px;
}

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

.entry_list dd .entry_info span {
	display: inline-block;
}

.entry_list dd .entry_info .data_box {
	padding-right: 1em;
}

.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 {
	margin: 0 -15px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.entryblock_list li {
	flex-grow: 0;
	width: 25%;
}
.entryblock_list li > div {
	padding: 0 15px 20px;
}

.entryblock_list a {
	display: block;
}

.entryblock_list img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.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;
}
.news_area .entryblock_list em::before ,
.news_area .entryblock_list em::after {
	position: absolute;
	background: #d9f2f9;
}
.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 {
	display: block;
	height: 1.2em;
	margin-bottom: 8px;
	font-size: 87.5%;
	text-align: right;
	line-height: 1.2;
}

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


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

 記事 single / page

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

.post {
	overflow: hidden;
	line-height: 1.8;
}

.page {
	overflow: hidden;
	line-height: 1.8;
}


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

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

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


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

.post h2 {
	position: relative;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 10px 20px;
	border-left: 4px #333 solid;
	font-size: 125%;
	text-align: left;
}

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

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

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

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

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


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

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

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


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

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

.post 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;
	width: 44%;
	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;
}


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

.entry-title {
	margin-bottom: 10px;
	color: #333;
	font-size: 136%;
	text-align: left;
	line-height: 1.8;
}

.entry-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:hover {
	text-decoration: underline;
}


.post .entry_info {
	margin-bottom: 10px;
	line-height: 1.2;
	font-size: 87.5%;
}
.post .entry_info p {
	margin: 0;
}

.post .cate_box {
	display: inline-block;
}

.post .data_box {
	display: inline-block;
}

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


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


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

.kanren_area {
	margin-bottom: 40px;
}

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


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

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

.comments_area label {
	display: block;
}

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

/* コメントボタン */

.form-submit {
	margin-top: 10px;
	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.5%;
}


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

.p-navi {
	margin-bottom: 40px;
	padding: 20px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	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 #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: #c99;
	color: #FFF;
}

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




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

 ページ

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

.title_pink {
	position: relative;
	margin-right: 70px;
	margin-bottom: 40px;
	padding: 10px 0;
	border-bottom: 2px dashed #f091a0;
	font-size: 150%;
	font-weight: normal;
}

.title_pink::after {
	content: "";
	position: absolute;
	width: 70px;
	height: 40px;
	background: url(./image/common/title_icon01.png) no-repeat;
	background-size: cover;
	right: -70px;
	bottom: -2px;
}

.contents_inner p {
	line-height: 2;
}



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

 index.html

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

.index_bnr {
	margin: -4vw 0 -80px;
}

.contents.index {
	background: url(./image/index/index_bg01.png) center 10% no-repeat ,
		    url(./image/index/index_bg02.png) center bottom no-repeat ,
		    linear-gradient(to top, #d9f2f9, #d9f2f9 75%, #FFF);
}

.contents.index .contents_inner {
}

.imgs-list ul li {
    margin-bottom: 2em;
}

.imgs-list-sp ul li {
    margin-bottom: 1em;
}


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

/* swiper */

.cover_container {
	max-width: 1000px;
	margin: 0 auto 40px;
}

.cover_swiper {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin: 0 auto;
	padding-bottom: 20px;
}

.cover_container .swiper-pagination-fraction,
.cover_container .swiper-pagination-custom,
.cover_container .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 0;
}

.cover_container .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border: 1px solid #a98661;
	background: #FFF;
	opacity: 1;
}

.cover_container .swiper-pagination-bullet-active {
	border: 1px solid #a98661;
	background: #a98661;
}

.swiper-button-prev.swiper-button-orig ,
.swiper-button-next.swiper-button-orig {
	width: 50px;
	height: 50px;
	background-size: cover;
}

.swiper-button-prev.swiper-button-orig {
	background-image: url(./image/index/slide_arrow_prev.png);
}
.swiper-button-next.swiper-button-orig {
	background-image: url(./image/index/slide_arrow_next.png);
}



/* vision_area
------------------------------------------------------------- */

.vision_area .txt {
	overflow: hidden;
	margin-bottom: 40px;
}


/* sns ---------------------------*/

.sns_list {
	margin: -20px 0 40px;
	text-align: center;
}

.sns_list li {
	display: inline-block;	
}

.sns_list a {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #90c31f;
	color: #FFF;
	font-size: 175%;
	line-height: 1.75;
}

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



/* index_image
-----------------------------------------------------------*/

.index_image {
	padding-top: 33%;
	/* background: url(./image/index/index_img21.jpg) center center no-repeat; */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


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

 about

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

.about_title .title_pink {
	margin-bottom: 0;
}

.about_block01 {
	background: url(./image/common/bg_blue.jpg);
}

.about_block02 {
	background: url(./image/common/bg_green.jpg);
}

.about_block01 .contents_inner ,
.about_block02 .contents_inner {
	padding: 0;
}


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

 access

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

.map_area {
	margin-bottom: 20px;
}


/* info
------------------------------------------------------------- */

.info_list dt {
	width: 120px;
	padding: 8px 0;
	background: #f4aaa5;
	color: #FFF;
	text-align: center;
}

.info_list dd {
	margin-bottom: 20px;
	padding: 8px 0;
}




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

 sanka

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

.sanka_title .title_pink {
	margin-bottom: 20px;
}

.sanka_block01 {
	background: url(./image/common/bg_blue.jpg);
}

.sanka_block01 .contents_inner {
	padding: 0;
}


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

 faq

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

.faq_list {
}

.faq_list dt {
	padding: 0 0 20px 60px;
	background: url(./image/faq/icon_q.png) left top no-repeat;
	background-size: 42px auto;	
}

.faq_list dd {
	margin-bottom: 20px;
	padding: 0 0 20px 60px;
	border-bottom: 1px solid #CCC;
	background: url(./image/faq/icon_a.png) left top no-repeat;
	background-size: 42px auto;
}


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

 works

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

.maker_title {
	margin-bottom: 30px;
}

.maker_title img {
	width: 440px;
	margin-left: -8px;
}

.works_title {
	display: block;
	width: 300px;
	height: 74px;
	margin-bottom: 10px;
	/*text-indent: -99999px;*/
}

/*.works_title01 {
	background: url(./image/works/works_title01_01.png);
	background-size: 100% auto;
}
.works_title02 {
	background: url(./image/works/works_title01_02.png);
	background-size: 100% auto;
}
.works_title03 {
	background: url(./image/works/works_title01_03.png);
	background-size: 100% auto;
}*/


.works_block01 {
	background: url(./image/common/bg_stripe_pink.png);
}

.works_block02 {
	background: url(./image/common/bg_stripe_blue.png);
}

.works_block03 {
	background: url(./image/common/bg_stripe_yellow.png);
}

.works_block04 {
	background: url(./image/common/bg_stripe_green.png);
}

.works_block05 {
	background: url(./image/common/bg_stripe_sky.png);
}

.works_block05 .contents_inner {
	padding: 0;
}

section.contents.works_block00 div.contents_inner h2 {
    padding: 3px 6px;
}

section.contents.works_block00 div.contents_inner:nth-child(1) h2 {
    background: #FBDCDC;
}

section.contents.works_block00 div.contents_inner:nth-child(2) h2 {
    background: #CFEFB6;
}

section.contents.works_block00 div.contents_inner:nth-child(3) h2 {
    background: #B8DAEC;
}

section.contents.works_block00 div.contents_inner h2 span {
    border-left: 3px solid #666;
    padding-left: 3px;
}


/* works list
------------------------------------------------------------- */

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

.works_list li {
	flex-grow: 0;
	width: 16.6%;
	margin-bottom: 20px;
	text-align: center;
}

.works_list li.col2 {
	width: 33.2%;
}

.works_list li.col3 {
	width: 49.8%;
}

.works_list li > div {
	padding: 0 15px 8px 0;
}

.works_list li.col2 div ,
.works_list li.col3 div {
	display: -webkit-flex;
	display: flex;
}

.works_list li.col2 div span ,
.works_list li.col3 div span {
	display: inline-block;
	margin-right: 15px;
}

.works_list li.col2 div span:last-child ,
.works_list li.col3 div span:last-child {
	margin-right: 0px;
}

.works_list li em {
	display: inline-block;
	padding-right: 15px;
	font-size: 85%;
}


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

 business

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

.business_title .title_pink {
	margin-bottom: 0;
}

.business_block01 {
	/*background: #fef9f0;*/
}

.business_block01 .contents_inner {
	padding: 20px 0;
}


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

 prospects

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

.prospects_title ul {
	margin-bottom: 10px;
	padding-left: 30px;
	text-align: left;
}

.prospects_title ul li {
	list-style-type: disc;
}


.prospects_block01 {
	background: #e7f2ec;
}

.prospects_block02 {
	background: #efeddd;
}

.prospects_block03 {
	background: #f0e7e7;
}


h2.title_img {
    text-align: center;
    margin: 0 0 2em;
}

table.prc-table {
    width: 100%;
}

table.prc-table th, table.prc-table td {
    border: solid 1px #ccc;
    padding: 1em;
}

table.prc-table th {
    background: #fafafa;
    width: 32%;
    text-align: left;
    vertical-align: middle;
}

table.prc-table th img {
    vertical-align: middle;
    margin-right: 1em;
    float: left;
}

@media only screen and (max-width: 480px) {
table.prc-table th, table.prc-table td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
}
table.prc-table th img {
    float: none;
	height: 3em;
}
table.prc-table th {
    background: #eee;
}
}
/* -----------------------------------------------------------------------------

 company

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

/* 表型DL --------------------------- */

.company_tbl {
	margin-bottom: 40px;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	background: linear-gradient(90deg, #EEE 0%, #EEE 30%, #FFF 30%, #FFF 100%);
}
.company_tbl dt {
	clear: both;
	float: left;
	width: 30%;
	box-sizing: border-box;
	padding: 20px 0;
	border-right: 1px solid #CCCCCC;
	text-align: center;
}

.company_tbl dd {
	padding: 20px 0 20px 32%;
	border-bottom: 1px solid #CCCCCC;
}


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

 privacy

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

.privacy_block01 .title_pink {
	margin-bottom: 20px;
}

.privacy_block01 p {
	margin-bottom: 20px;
}

/* プライバシーポリシー privacy
----------------------------------------------------------- */

.privacy {
	margin: 10px 0 ;
}

.privacy dt {
	padding: 10px 0;
	border-bottom: 1px dashed #666;
	font-weight: bold;
}

.privacy dd {
	padding: 10px 0 30px;
}

.privacy dd ul {
	padding: 10px 0 0 25px;
}

.privacy dd ul li {
	list-style-type: decimal;
}

.privacy dd ol li {
	list-style-type: none;
	counter-increment: cnt;
}
 
.privacy dd ol li::before {
	content: "(" counter(cnt) ") ";
}

.privacy dd dl dt {
	clear: both;
	float: left;
	width: 5em;
	padding: 0;
	border: none;
	color: #666666;
	font-weight: normal;
}

.privacy dd dl dd {
	padding: 0 0 0 5.5em;
}


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

 contact

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

.contact_block01 p {
	margin-bottom: 1.8em;
}

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


.form_step {
	overflow: hidden;
	max-width: 800px;
	margin: 0 auto 40px;
	background: #3d6c7b;
	color: #FFF;
	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: 20px 15px 20px 45px;
	background: #c4b89a;
	text-align: center;
	text-decoration: none;
}

.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: #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_tbl
------------------------------------------------------------- */

.form_tbl {
	width: 100%;
	margin-bottom: 40px;
	border-collapse: collapse;
}
.form_tbl th {
	width: 30%;
	padding: 20px;
	border: 1px solid #CCC;
	background: #EEE;
	white-space: nowrap;
	text-align: left;
	font-weight: normal;
}
.form_tbl td {
	padding: 10px 15px;
	border: 1px solid #CCC;
}

.form_tbl input[type="text"] ,
.form_tbl input[type="email"] ,
.form_tbl textarea {
	box-sizing: border-box;
	border: 1px solid #CCC;
}

.form_tbl input[type="text"] ,
.form_tbl input[type="email"] {
	width: 60%;
}

.form_tbl textarea {
	width: 98%;
}

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

.form_btn_box {
	text-align: center;
}

::placeholder{
	color: #999;
}

.form_btn_box .btn_confm {
	position: relative;
	display: inline-block;
	min-width: 36%;
}
.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: 20px 10px;
	border: none;
	border-radius: 4px;
	background: #ee5656;
	color: #FFF;
	font-size: 116%;
}

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

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

.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_LL {
	font-size: 150%;
}

.text_LLL {
	font-size: 180%;
}


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

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


/* 画像関係 [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;
}




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

 デバイス別

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

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

@media only screen and (min-width: 800px) {
	/*IEの要素ズレ解消*/
	.ie7 aside ul li, .ie8 aside ul li, .ie9 aside ul li {
		display: list-item;
		padding: 0;
	}
	
	/* ----- ここまで ----- */
}


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

@media only screen and (max-width: 800px) {
	.side {
		width: 200px;
	}
	.contents_title {
		padding: 20px 0 30px;
	}

	/* 一覧記事表示部分 -----------------*/
	.entry_area dt {
		float: left;
		width: 120px;
	}
	.entry_list dd {
		min-height: 120px;
		padding-left: 140px;
	}
	.entry_list dd h5 {
		font-weight: bold;
	}
}

@media only screen and (min-width: 480px) {
	.menu_btn_area {
		display: none;
	}
	.pc_hide {
		display: none;
	}
	/* ----- ここまで ----- */
}



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

@media only screen and (max-width: 480px) {
	body {
		font-size: 14px;
	}
	.sp_hide {
		display: none;
	}
	.pc_hide {
		display: block;
	}
	.contents_wrapper ,
	.contents_wrapper_wide {
		display: block;
		margin: 0;
	}
	.header {
		padding-bottom: 40px;
	}
	.header_inner .logo {
		width: 30%;
		padding-top: 10px;
	}
	.unavi ,
	.gnavi {
		display: none;
	}
	.side {
		width: auto;
		margin-left: 0px;
	}
	.list_newpost li ,
	.side .wiget_box ul {
		font-size: 100%;
	}
	.footer {
		padding: 120px 0 50px;
	}
	.footer_line {
		height: 4px;
		margin-bottom: 20px;
	}
	.footer_line h2 {
		bottom: 0;
	}
	.footer_line h2 img {
		width: 125px;
	}
	.footer_line .copy {
		bottom: -40px;
	}
	.fbnr {
		display: none;
	}
	.fnavi > li {
		margin-bottom: .8em;
	}
	.fnavi_area {
		display: block;
		margin-bottom: 20px;
	}
	.footer_info_area {
		display: block;
		margin-bottom: 20px;
	}
	.footer_cal {
		width: auto;
		margin-bottom: 20px;
	}
	.cal_area {
		margin: 0 -8px;
	}
	.footer_adress {
		margin-left: 0;
	}
	.cal_wrapper table.cal tr th p {
		padding: 4px 2px;
	}
	.cal_wrapper table.cal tr.headline td {
		padding: 2px 0;
	}

	/* main ////////////////////////// sp */
	.contents_inner {
		padding: 15px 15px 15px;
	}
	main {
		margin-top: -80px;
	}
	.home main {
		margin-top: 0px;
	}

	.breadcrumb {
		padding: 0 15px;
		font-size: 75%;
	}
	.breadcrumb li {
		padding: 0 4px 0 0;
	}
	.contents_title  {
		padding: 10px 0 20px;
	}
	.btn_box {
		padding: 10px 0 20px;
	}
	.bnr_list {
		margin: 0px -5px 10px;
	}
	.bnr_list div {
		padding: 0 5px 10px;
	}
	.pagination {
		padding-top: 50px;
	}
	.pagination .prev {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -100px;
	}
	.pagination .next {
		position: absolute;
		top: 0;
		right: 50%;
		margin-right: -100px;
	}
	
	/* entry list ------------------- sp */
	.entry_area dt {
		float: left;
		width: 100px;
	}
	.entry_list dd {
		min-height: 100px;
		padding-left: 115px;
	}
	.entryblock_list {
		margin: 0 0;
	}
	.entryblock_list li {
		width: 50%;
	}
	.entryblock_list li > div {
		padding: 0 7px 15px;
	}
	.share_area {
		margin: 20px 0;
	}
	.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;
	}
	
	/* post ------------------------- sp */
	.image_iblock {
		width: auto;
	}
	.comments_area {
		padding: 10px;
	}
	
	/* page ////////////////////////// sp */
	.title_pink {
		margin-right: 50px;
		margin-bottom: 20px;
		padding: 5px;
		font-size: 124%;
	}
	.title_pink::after {
		width: 50px;
		height: 29px;
		right: -50px;
	}

	/* index ------------------------- sp */
	.index_bnr {
		margin: -30px 0 -20px;
	}
	.swiper-button-prev.swiper-button-orig ,
	.swiper-button-next.swiper-button-orig {
		width: 30px;
		height: 30px;
	}
	.contents.index {
		background: url(./image/index/index_bg02.png) center bottom / 110% auto no-repeat ,
			    linear-gradient(to top, #d9f2f9, #d9f2f9 80%, #FFF);
	}
	.cover_container {
		margin: 0 auto 30px;
	}
	.cover_container .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	.vision_area .figLeft {
		float: none;
		width: 60%;
		display: block;
		margin: 0 auto 20px;
	}
	.vision_area .txt {
		margin-bottom: 0;
	}
	.sns_list {
		margin: -10px 0 10px;
	}
	.sns_list a {
		width: 45px;
		height: 45px;
	}

	/* about ------------------------- sp */
	.about_block02 {
		overflow-x: auto;
	}
	.about_block02 img {
		max-width: 175%;
	}
	
	/* access ------------------------- sp */
	.map_area iframe {
		height: 320px;
	}
	
	/* sanka ------------------------- sp */
	.sanka_block02 {
		overflow-x: auto;
	}
	.sanka_block02 img {
		max-width: 175%;
	}
	
	/* faq ------------------------- sp */
	.faq_list dt ,
	.faq_list dd {
		padding-left: 50px;
		background-size: 36px auto;
	}
	
	/* works ----------------------- sp */
	.maker_title {
		text-align: center;
	}
	.maker_title img {
		width: 70%;
	}
	.works_title {
		width: 250px;
		height: 60px;
	}
	.works_list li {
		width: 33.3%;
	}
	.works_list li.col2 {
		width: 66.6%;
	}
	.works_list li.col3 {
		width: 100%;
	}
	.works_block05 .contents_inner {
		padding: 10px;
	}

	/* business ------------------------- sp */
	.business_block01 {
		overflow-x: auto;
		background: #e6f6df;
	}
	.business_block01 img {
		max-width: 175%;
	}
	
	/* prospects ------------------------- sp */
	.prospects_block01 ,
	.prospects_block02 ,
	.prospects_block03 {
		overflow-x: auto;
	}
	.prospects_block01 img ,
	.prospects_block02 img ,
	.prospects_block03 img {
		max-width: 175%;
	}
	
	/* company ------------------------- sp */
	.company_tbl {
		margin-bottom: 0;
		border: none;
		background: none;
	}
	.company_tbl dt {
		clear: both;
		float: none;
		width: auto;
		padding: 10px;
		border-right: none;
		background: #EEE;
	}
	.company_tbl dd {
		padding: 10px 10px 20px;
		border-bottom: none;
	}
	
	/* contact ----------------------- sp */
	.form_tbl th {
		padding: 10px;
	}
	.form_btn_box .btn_confm ,
	.form_btn_box button {
		min-width: 45%;
	}
.form_btn_box input ,
.form_btn_box button {
	padding: 10px 10px;
	line-height: normal;
}
	
	/* ----- ここまで ----- */
}






.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
	display: none !important;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
	display: none !important;
}
