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

Theme Name: ボーイスカウト東大阪第9団 専用テーマ
Author: Bran-new-days
Description: 2021/9/24

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

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

 全体 style

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

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

html {
	font-size: 16px;
}

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

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

a:hover {
	color: #0068b7;
	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 ,
svg {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

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

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

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

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

@font-face {
	font-family: 'corplogoB';
	src: url('./font/corplogoBSubset.woff2') format('woff2'),
	url('./font/corplogoBSubset.woff') format('woff'),
	url('./font/corplogoBSubset.ttf') format('truetype');
}



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

 layout

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

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

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

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




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

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

.contents_inner {
	max-width: 800px;
	margin: 0 auto;
	padding: 30px 15px 30px;
}

/* home ////////////////////////////// */

.contents_activity {
	background: #ebe0d7;
}

.contents_event {
	background: #ebe0d7;
}

.contents_contact {
background:#f2eda4;
}

.contents_contact .contents_inner {
	max-width: 900px;
}


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

 header

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

.header_wrapper {
}

.header {
	background: #5e9795;
}

.header_inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}

.header h1 {
	margin-right: 40px;
	padding: 15.5px 0;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	line-height: 1.2;
}

.header h1 span {
	display: inline-block;
}




/* 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/icon_menu_open13wh.svg) no-repeat 50% 50%;
	background-size: 30px auto;
	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: #333;
	font-size: 58px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	z-index: 2147483647;
}

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

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

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

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

.menu_wrapper a {
	display: block;
	height: auto;
	padding: 10px 10px;
	text-decoration: none;
	line-height: 1.6;
}


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



/* 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('data:image/svg+xml,%3Csvg%20enable-background%3D%22new%200%200%20512%20512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%234b4b4b%22%3E%3Cpath%20d%3D%22m361.7%20301.5c19.4-30.4%2030.6-66.5%2030.6-105.2%200-108.3-88-196.3-196.1-196.3-38.7%200-74.8%2011.2-105.2%2030.7-24.3%2015.4-44.9%2036.1-60.3%2060.3-19.4%2030.4-30.7%2066.6-30.7%20105.3%200%20108.2%2088%20196.3%20196.2%20196.3%2038.7%200%2074.8-11.3%20105.2-30.7%2024.2-15.5%2044.8-36.1%2060.3-60.4zm-101.9%2018.7c-19.1%209.8-40.7%2015.4-63.6%2015.4-76.8%200-139.3-62.5-139.3-139.4%200-22.9%205.6-44.6%2015.4-63.6%2013.3-25.9%2034.5-47%2060.3-60.3%2019.1-9.8%2040.7-15.4%2063.6-15.4%2076.8%200%20139.3%2062.5%20139.3%20139.4%200%2022.9-5.6%2044.5-15.4%2063.6-13.4%2025.8-34.5%2047-60.3%2060.3z%22%2F%3E%3Cpath%20d%3D%22m499.5%20439.2-113.2-113c-16.1%2023.6-36.8%2044.2-60.3%2060.3l113.2%20113c8.3%208.3%2019.2%2012.5%2030.1%2012.5s21.8-4.2%2030.2-12.5c16.7-16.7%2016.7-43.7%200-60.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
	background-size: auto 80%;
	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: #c1aa96;
}

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

.copy {
	color: #FFF;
	font-size: .875rem;
	text-align: center;
}

.access_tag {
	display: none;
}



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

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

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


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

 メインコンテンツ

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

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

.breadcrumb {
	clear: both;
	max-width: 1040px;
	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;
}


/* タイトル
-----------------------------------------------------------*/

/* 共通 */
.title_block ,
.title_block_min {
	text-align: center;
}
.title_block h1 ,
.title_block_min h1 {
	font-size: 1.75rem;
	font-family: 'corplogoB';
}
.title_block h1 span ,
.title_block p  span ,
.title_block_min h1 span ,
.title_block_min p  span {
	display: inline-block;
}

/* 大 */
.title_block {
	margin-bottom: 40px;
}
.title_block h1 {
}
.title_block p {
	margin-top: 20px;
	font-size: 1.0625rem;
	font-weight: bold;
}

/* 小 */
.title_block_min {
}
.title_block_min h1 {
}


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

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

.contents_title h2 {
	margin: 0 auto;
	font-size: 220%;
	font-weight: normal;
	text-align: center;
}

.contents_title h2 span {
	padding-left: 20px;
	font-size: 60%;
	color: #c4b89a;
	vertical-align: middle;
}


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

.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: 80%;
	padding: 10px 10px;
	border-radius: 50vh;
	font-size: 1.125rem;
	font-weight: bold;
	text-decoration: none;
}


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

.btn_form a {
	background: #ea5514;
	color: #FFF;
}
.btn_form a:hover {
	background: #e56f3b;
}


.btn_line a {
	background: #4fb42a;
	color: #FFF;
}
.btn_line a:hover {
	background: #429922;
}


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

 投稿 post

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

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

 アーカイブ archive / blog

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

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

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

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

.entry_list dt img {
	width: 100%;
}

.entry_list dt .cate_box {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
}

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

.entry_list dd {
	min-height: 100px;
	margin-bottom: 16px;
	padding-bottom: 16px;
	padding-left: 110px;
	border-bottom: 1px dotted #999;
}
.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 30px;
}

.entryblock_list a {
	display: block;
}

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

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

.entryblock_list em {
	display: block;
	position: relative;
	overflow: hidden;
	height: 2.8em;
	margin: 8px 0 8px;
	line-height: 1.4;
}
.entryblock_list em::before ,
.entryblock_list em::after {
	position: absolute;
	background: #fff;
}
.entryblock_list em::before {
	content: '･･･';
	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: 87.5%;
	line-height: 1.4;
}


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

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

.event_list dt a {
	position: relative;
	display: block;
	height: 80px;
	padding: 15px;
	background: url('data:image/svg+xml,%3Csvg%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%3E%3Cline%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%220.2%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2210%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%2210%22%2F%3E%3C%2Fsvg%3E') 50% 50% no-repeat #c1aa96;
	background-size: 80px 80px;
	color: #FFF;
	font-size: 2.125rem;
	text-decoration: none;
	line-height: 1;
	z-index: 999999;
}
.event_list dt a span:first-child {
	position: absolute;
	top: 10px;
	left: 10px;
}
.event_list dt a span:last-child {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.event_list dt a:hover {
	background-color: #d0c0b3;
}


.event_list .cate_box {
	display: block;
	overflow: hidden;
	margin-bottom: 8px;
}
.event_list .cate_box a {
	display: inline-block;
	margin: 0 4px 4px 0;
	padding: 3px 5px;
	background: #bbdfe1;
	font-size: .75rem;
	text-decoration: none;
	line-height: 1.2;
	vertical-align: middle;
}

.event_list .closed {
	color: #999;
	font-size: .875rem;
}

.event_list dd {
	position: relative;
	margin-bottom: 30px;
	padding: 15px 15px 40px;
	background: #FFF;
}

.event_list dd h3 {
	overflow: hidden;
	margin-bottom: 8px;
	font-size: 125%;
}

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

.event_list .btn_box {
	position: absolute;
	width: 100%;
	right: 0;
	bottom: 0;
	padding: 0;
}

.event_list .btn_box a {
	width: 100%;
	padding: 2px 0;
	border-radius: 0;
	font-size: .875rem;
}



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

 記事 single / page

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

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

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


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

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


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

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

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

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

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


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

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

.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 {
	position: relative;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 10px 20px;
	border-left: 4px #333 solid;
	font-size: 125%;
	text-align: left;
}

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

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

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

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

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


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

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

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


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

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

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

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

/* 投稿画像 */

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

.image_iblock {
	display: inline-block;
	-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;
}


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


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

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

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




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

 ページ

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

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

 共通

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




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

 index.html

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

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

.cover_wrapper {
	margin-bottom: 0;
	padding: 20px 0;
	background-color: #b6dedb;
	background-image: linear-gradient( 90deg,#b6dedb 50%,#bde1de 50%);
	background-size: 22px 10px;
	text-align: center;
}

.cover_container .slick-slide:focus {
	outline:none;
}

.cover_container {
	overflow: hidden;
}

.cover_slide {
	position: relative;
	max-width: 630px; /* 580x50 */
	margin: 0 auto;
}

.cover_slide .slick-list {
	overflow: visible !important;
}

.cover_slide li div {
	padding: 0 25px;
}

.cover_slide img {
	width: 100%;
	height: auto;
	border-radius: 30px;
}

/* title / txt */

.cover_title {
	position: relative;
}

.cover_catch01 {
	padding-bottom: 20px;
	color: #d0549a;
	font-size: 1.5rem;
}

.cover_catch02 {
	position: absolute;
	width: 96%;
	left: 2%;
	bottom: -20px;
	z-index: 9999;
}
.cover_catch02 svg {
	max-width: 760px;
	height: auto;
}
.cover_catch02 svg text {
	fill: #595656;
	font-size: 77px;
	font-family: 'corplogoB';
	line-height: 1;
	letter-spacing: .125em;
}
.cover_catch02 svg text.txt1 {
	stroke: #FFF;
	stroke-width: 16;
	stroke-linejoin: round;
}
/*.cover_catch02 svg text.txt2 {
	font-weight: bold;
}*/

.cover_txt {
	position: relative;
	display: inline-block;
	margin-top: -30px;
	padding: 15px 30px;
	border-radius: 20px;
	background: #f2eda4;
	z-index: 9999;
}
.cover_txt p {
	overflow: hidden;
}
.cover_txt em {
	display: block;
	margin-right: -.25em;
	font-size: 36px;
	font-family: 'corplogoB';
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: .25em;
}
.cover_txt p span {
	position: relative;
	display: inline-block;
	font-family: 'corplogoB';
	font-size: 1.125rem;
}
.cover_txt p span::before ,
.cover_txt p span::after {
	content: '';
	position: absolute;
	display: inline-block;
	top: 48%;
	width: 10em;
	border-top: 2px solid;
}
.cover_txt p span::before {
	right: 105%;
}
.cover_txt p span::after {
	left: 105%;
}


/* about
-----------------------------------------------------------*/

.about_txt {
	margin-bottom: 40px;
	font-size: 1.0625rem;
	font-weight: bold;
	line-height: 2;
}

.about_list {
	margin: 0 -10px -20px;
}

.about_list li {
	margin-bottom: 45px;
}

.about_list li > div {
	position: relative;
	height: calc(100% - 50px);
	margin: 0 28px;
	padding: 20px 20px 40px;
	background: #CCC;
	border-radius: 30px;
}

.about_list .title_block_min h1 {
	margin: 0 -10px 5px;
	padding: 4px 0;
	line-height: 1.2;
}

.about_list .title_block_min em {
	display: block;
	margin-bottom: 20px;
	padding: 2px;
	background: #666;
	color: #FFF;
	font-size: 4.5vw;
}

/* box color */

.about_list li:nth-child(1) div {
	background: #bbdfe1;
	color: #2ea7e0;
}
.about_list li:nth-child(1) .title_block_min em {
	background: #79beda;
}

.about_list li:nth-child(2) div {
	background: #eddca4;
	color: #da8c1f;
}
.about_list li:nth-child(2) .title_block_min em {
	background: #f8b62d;
}

.about_list li:nth-child(3) div {
	background: #b9d18d;
	color: #525e34;
}
.about_list li:nth-child(3) .title_block_min em {
	background: #8fa464;
}

.about_list li:nth-child(4) div {
	background: #d5bca7;
	color: #86512e;
}
.about_list li:nth-child(4) .title_block_min h1 {
	font-size: 1.625rem;
}
.about_list li:nth-child(4) .title_block_min em {
	background: #86512e;
}


/* icons */

.about_list li div::after {
	position: absolute;
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% auto;
}

.about_list li:nth-child(1) div::after {
	width: 78px;
	height: 93px;
	left: -24px;
	bottom: -32px;
	background-image: url(./image/common/icon_bs08.svg);
}
.about_list li:nth-child(2) div::after {
	width: 176px;
	height: 68px;
	right: -52px;
	bottom: 0;
	background-image: url(./image/common/icon_bs05.svg);
}
.about_list li:nth-child(3) div::after {
	width: 89px;
	height: 98px;
	left: -30px;
	bottom: -42px;
	background-image: url(./image/common/icon_bs13.svg);
}
.about_list li:nth-child(4) div::after {
	width: 60px;
	height: 103px;
	right: -5px;
	bottom: -32px;
	background-image: url(./image/common/icon_bs01.svg);
}



/* activity
-----------------------------------------------------------*/

.activity_area .thumb {
	display: block;
	margin-bottom: 30px;
}

.activity_area .txt {
	flex: 1;
	font-size: 1.0625rem;
	font-weight: bold;
	line-height: 2;
}

.activity_area .thumb img {
	border-radius: 30px;
}



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

.faq_area {
	margin-bottom: 60px;
}

.faq_block {
	position: relative;
	margin-bottom: 20px;
	padding: 15px 50px 5px 50px;
	background: #ccd9d8;
	box-sizing: border-box;
	font-size: 1.125rem;
}

.faq_block label {
	position: relative;
	display: block;
	padding-bottom: 10px;
	font-weight: bold;
}

/* Q・A */
.faq_block label::after {
	position: absolute;
	content: 'Q';
	top: calc(50% - 1em);
	left: -32px;
	width: 20px;
	font-size: 1.5rem;
	text-align: center;
}
.faq_block .txt::after {
	position: absolute;
	content: 'A';
	top: 0;
	left: -32px;
	width: 20px;
	color: #2ea7e0;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

.faq_block label span {
	display: block;
}

/* アコーディオン */
.faq_block .txt {
	position: relative;
	opacity: 0;
	height: 0;
	margin: 0;
	text-align: left;
	transition: 0.4s;
}
.faq_block .vibtn:checked + .txt {
	height: auto;
	opacity: 1;
	padding-top: 5px;
	padding-bottom: 15px;
}

/* アコーディオン用：チェックを隠す */
.faq_block .vibtn {
	position: absolute;
	visibility: hidden;
	top: calc(50% - 10px);
	top: 18px;
	right: 18px;
}

.faq_block .vibtn::after {
	position: absolute;
	visibility: visible;
	content: '';
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background-image: url(./image/common/icon_pulus.svg);
	background-size: 100% 100%;
}
.faq_block .vibtn:checked::after {
	background-image: url(./image/common/icon_minus.svg);
}



/* insta
-----------------------------------------------------------*/

.insta_area {
	padding: 40px;
	background: #FFF;
	border-radius: 30px;
}

.insta_area .title_block {
	margin-left:  -20px;
	margin-right: -20px;
}

/* event
-----------------------------------------------------------*/

.contents_event .title_block h1 {
	color: #ea5514;
	text-shadow :
		 2px  2px 1px #fff,
		-2px  2px 1px #fff,
		 2px -2px 1px #fff,
		-2px -2px 1px #fff,
		 2px  0px 1px #fff,
		 0px  2px 1px #fff,
		-2px  0px 1px #fff,
		 0px -2px 1px #fff;
}

.contents_event .title_block p {
	color: #333;
}



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

.contents_contact .title_block {
	margin-bottom: 0;
}

.contents_contact .btn_box {
	padding: 0;
}




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

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

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

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

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

.form_step em span {
	display: block;
}

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

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

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

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

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

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

.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: #E7CACA;
	color: #C00;
	font-size: 80%;
	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;
	background: #c4b89a;
	color: #FFF;
	font-size: 116%;
}

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

.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 h1 span:last-child {
		display: none;
	}
	.side {
		width: auto;
		margin-left: 0px;
	}
	.copy span {
		display: none;
	}
	
	/* main ////////////////////////// sp */
	/* single ------------------------ sp */
	/* page ////////////////////////// sp */
	/* index ------------------------- sp */
	/* contact ----------------------- sp */
}



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

@media only screen and (min-width: 769px) {
	html {
		font-size: 16px;
	}
	.pc_hide ,
	.menu_btn_area {
		display: none;
	}
	.contents_wrapper {
		display: -webkit-flex;
		display: flex;
		margin: 40px auto;
	}
	.contents_inner {
		padding: 60px 20px 60px;
	}
	.header h1 {
		margin-right: 0;
		padding: 18px 0;
		font-size: 1.125rem;
	}
	/* main ////////////////////////// pc */
	.title_block h1 ,
	.title_block_min h1 {
		font-size: 2rem;
	}
	.contents_title  {
		padding: 40px 0 40px;
	}
	.btn_box a {
		min-width: 50%;
		font-size: 1.25rem;
	}
	.entryblock_list {
		margin: 0 -15px;
	}
	.entryblock_list li {
		width: 25%;
	}
	.entryblock_list li > div {
		padding: 0 15px 30px;
	}
	.event_list dt {
		width: 150px;
		margin-right: 30px;
	}
	.event_list dt a {
		display: block;
		height: 110px;
		padding: 20px;
		background-size: 110px 110px;
		font-size: 2.75rem;
	}
	.event_list dt a span:first-child {
		position: absolute;
		top: 15px;
		left: 15px;
	}
	.event_list dt a span:last-child {
		position: absolute;
		right: 15px;
		bottom: 15px;
	}
	.event_list .cate_box a {
		margin: 0 6px 6px 0;
		padding: 8px 10px;
		font-size: .875rem;
	}
	.event_list dd {
		height: 95px;
		margin-bottom: 40px;
	}
	.event_list .btn_box {
		width: auto;
		right: 0;
	}
	.event_list .btn_box a {
		width: auto;
		padding: 4px 30px;
		font-size: 1rem;
	}
	/* single ------------------------- pc */
	.share_area {
		margin: 40px -2px;
	}
	.share_list li span {
		display: inline-block;
	}	
	.image_iblock {
		width: 44%;
		width: auto;
	}
	.comments_area {
		padding: 20px;
	}
	.cover_catch02 svg text {
		font-size: 68px;
		letter-spacing: .25em;
	}
	.cover_txt {
		padding: 20px 40px;
	}
	.cover_txt em {
		font-size: 48px;
		letter-spacing: .25em;
	}
	.cover_txt p span {
		font-size: 1.25rem;
	}
	
	/* page ////////////////////////// pc */
	/* index ------------------------- pc */
	.cover_catch01 {
		padding-bottom: 60px;
		font-size: 2rem;
	}
	.cover_catch02 {
		width: 100%;
		bottom: -30px;
	}
	.about_list {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		margin: 0 -28px -50px;
	}
	.about_list li {
		flex-grow: 0;
		width: 50%;
		margin-bottom: 60px;
	}
	.about_list li > div {
		padding: 20px 30px 40px;
		border-radius: 30px;
	}
	.about_list .title_block_min em {
		font-size: 1.125rem;
	}
	.activity_area {
		display: -webkit-flex;
		display: flex;
	}
	.activity_area .thumb {
		display: block;
		width: 400px;
		max-width: 50%;
		margin-right: 5%;
		margin-bottom: 0;
	}
	.faq_block {
		padding: 15px 60px 5px 60px;
	}
	.faq_block label::after {
		top: calc(50% - 1em);
		top: -12px;
		left: -50px;
		width: 40px;
		font-size: 2rem;
	}
	.faq_block .txt::after {
		top: 0;
		left: -50px;
		width: 40px;
		font-size: 2rem;
	}
	.faq_block .vibtn::after {
		width: 25px;
		height: 25px;
	}
	/* contact ----------------------- pc */
	.form_info {
		margin-bottom: 40px;
	}
	.form_step em {
		padding: 20px 15px 20px 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) {
	
	/* ----- ここまで ----- */
}


