@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Quicksand:700&display=swap');
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);
/*
* Theme Name: テンプレート01_05
* Author: Iscream Design
* Version: 1.5
* Description: 
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-bottom: 1px solid #d0c1b5;
	margin: 0px;
	padding: 0;
}
input, select {
	vertical-align: middle;
}



img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: middle;
}
strong { font-weight: bold;}


body {
	position: relative;
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 2;
	color: #333333;
	min-width: 1054px;
}

a { color: #90c677; text-decoration: none;}
a:hover { color: #d7e4d0; text-decoration: underline;}

.container { width: 1054px;}

@media only screen and (max-width: 800px) {
	body { min-width: 0px;}
	.container { width: 100%;}
}

/************************************ header_01　左ロゴ・下メニュー*/

.header_01 { border-top: solid 3px #90c677;}
.header_contact li { display: inline-block; vertical-align: middle; margin-left: 15px;}
.header-btn a{
	background: #90C677;	
	border-radius:6px;
	line-height: 1;
	color: #fff !important;
	font-family: "FOT-筑紫A丸ゴシック Std B", sans-serif;
	font-size: 15px;
	display: block;
	text-align: center;
	padding: 15px 10px;
	text-decoration: none;
}
.header-btn a i{
	margin-bottom: 5px;
	font-size: 22px;
}
.contact02 dl { display: table;}
.contact02 dt, .contact02 dd { display: table-cell; vertical-align: middle;}
.contact02 dt { width: 5.5em; background-color: #f4e6d4; border-radius: 20px;}
.contact02 dd { padding-left: 0.7em;}

.mainimage { position: relative; height: 600px; padding-top: 230px;}
.slider-wrap{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;	
}

.main-slider li{
	height: 600px;
	width: 100%;	
}
.main-slider li.main01{
	background: url(images/main01_pc.jpg) no-repeat center center/cover;
}
.main-slider li.main02{
	background: url(images/main02_pc.jpg) no-repeat center center/cover;
}
.main-slider li.main03{
	background: url(images/main03_pc.jpg) no-repeat center center/cover;
}
.main-slider li.main04{
	background: url(images/main04_pc.jpg) no-repeat center center/cover;
}
.main-slider li.main05{
	background: url(images/main05_pc.jpg) no-repeat center center/cover;
}
.fixed_btn { position: fixed; right: 3%; top: 60%; z-index: 999;}

@media only screen and (max-width: 800px) {
	.contact02 dl { display: block;}
	.contact02 dt, .contact02 dd { display: block;}
	.contact02 dt { margin: 0 auto 10px;}
	.contact02 dd { padding-left: 0; margin-bottom: 20px; text-align: center;}
	.header_01 h1 { padding: 5px 0!important;margin:0!important;}
	.header_01 h1 img{height: 37px;}
	.header-btn a{
		width: 120px;
		margin: 0 auto;
	}
	.mainimage {height: 60vw;padding: 20vw 20% 20vw 2%;}
	.main-slider li{
		height: 60vw;
	}
	.main-slider li.main01{
		background: url(images/main01_sp.jpg) no-repeat center center/cover;
	}
	.main-slider li.main02{
		background: url(images/main02_sp.jpg) no-repeat center center/cover;
	}
	.main-slider li.main03{
		background: url(images/main03_sp.jpg) no-repeat center center/cover;
	}
	.main-slider li.main04{
		background: url(images/main04_sp.jpg) no-repeat center center/cover;
	}
	.main-slider li.main05{
		background: url(images/main05_sp.jpg) no-repeat center center/cover;
	}
	body { padding-bottom: 54px;}
	.sp_nav { display: flex; position: fixed; left: 0px; bottom: 0px; width: 100%; z-index: 999;}
	.sp_nav li { width: 33.3333%; border-left: solid 1px #fff;}
	.sp_nav li:first-child { border-left: none;}
	.sp_nav li a { display: block; padding: 7px;}
	.sp_nav img { height: 40px; width: auto;}
}

/*グローバルメニュー*/
.header_01 .gNavi .container > ul { display: flex; justify-content: space-between;}
.header_01 .gNavi .container > ul > li > a { display: block; text-decoration: none; color: #5f2f0c; padding: 15px 0px;}
.header_01 .gNavi .container > ul > li:hover > a { color: #935d36;}

.no-link{
	pointer-events: none;
}
/* ドロップダウンメニュー */
.gNavi .dd {
	position: relative;
	z-index: 999999;
}
.gNavi .dd ul {
	width: 240px;
	position: absolute;
	display: none;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(255,255,255,0.95);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.15);
	padding: 25px 15px 20px;
}
.gNavi .dd ul li { margin-bottom: 5px;}
.gNavi .dd ul li a { color: #935d36; text-decoration: none;}
.gNavi .dd ul li a:hover { opacity: 0.7;}

@media only screen and (max-width: 800px) {
	/* ハンバーガーメニュー */
	.humberger {
		background: #90c677;
		cursor: pointer;
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		z-index: 10000;
	}
	.humberger span {
		background: #fff;
		position: absolute;
		left: 50%;
		width: 25px;
		height: 2px;
		transform: translateX(-50%);
		transition: 0.4s;
	}
	.humberger span:nth-of-type(1) { top: 15px;}
	.humberger span:nth-of-type(2) { top: 50%; transform: translate(-50%, -50%);}
	.humberger span:nth-of-type(3) { bottom: 15px;}
	.is-open .humberger span:nth-of-type(1) { transform: translate(-50%, 9px) rotate(-45deg);}
	.is-open .humberger span:nth-of-type(2) { opacity: 0;}
	.is-open .humberger span:nth-of-type(3) { transform: translate(-50%, -9px) rotate(45deg);}
	.overlay {
		background: transparent;
		position: fixed;
		pointer-events: none;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		z-index: 10;
		transition: 0.2s;
	}
	.is-open .overlay {
		background: rgba(0, 0, 0, 0.7);
		pointer-events: auto;
	}

	/* ナビ本体 */
	.sp-navi {
		-webkit-text-size-adjust: 100%;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
	}
	.sp-navi a { color: #333;}
	.sp-navi.is-open .sp-navi-inner { transform: translate3d(0, 0, 0);}
	.sp-navi .sp-navi-inner {
		background: #fff9ec;
		position: fixed;
		top: 0;
		right: 0;
		overflow: scroll;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 50px 0;
		height: 100%;
		width: 270px;
		transition: .5s;
		transform: translate3d(100%, 0, 0);
		z-index: 10;
	}
	.sp-navi .sp-navi-inner .navi-main { margin: 0 0 30px;}
	.sp-navi .sp-navi-inner .navi-main > li {
		border-bottom: 1px solid #ddd;
		position: relative;
	}
	.sp-navi .sp-navi-inner .navi-main > li:before {
		background: #90c677;
		content: "";
		height: 3px;
		width: 8px;
		position: absolute;
		left: 10px;
		top: 23px;
	}
	.sp-navi .sp-navi-inner .navi-main > li:first-child { border-top: 1px solid #ddd;}
	.sp-navi .sp-navi-inner .navi-main > li > a {
		display: block;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 2.5px;
		padding: 15px 10px 15px 30px;
		overflow: hidden;
		line-height: 1.3em;
		text-decoration: none;
	}
	.sp-navi .sp-navi-inner .navi-main > li > ul > li { border-top: 1px dashed #ddd; width: 100%;}
	.sp-navi .sp-navi-inner .navi-main > li > ul > li > a {
		display: block;
		font-size: 14px;
		line-height: 1.3em;
		padding: 10px 10px 10px 50px;
		position: relative;
		text-decoration: none;
	}
	.sp-navi .sp-navi-inner .navi-main > li > ul > li > a:before {
		background: #90c677;
		content: "";
		height: 1px;
		width: 10px;
		position: absolute;
		left: 26px;
		top: 19px;
	}
	.sp-navi .sp-navi-inner .navi-other { padding: 0 15px;}
}


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

.pagettl {
	font-family: "FOT-筑紫A丸ゴシック Std B", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 34px;
	line-height: 1.1;
	color: #ff8656;
	text-align: center;
	background-color: #fff9ec;
	padding: 100px 0px;
}

.heading_btmline {
	font-family: "FOT-筑紫A丸ゴシック Std B", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 30px;
	line-height: 1.3;
	color: #5f2f0c;
	text-align: center;
	background: url("images/under/h3.png") no-repeat center bottom;
	padding-bottom: 20px;
}
.heading_btmline02, .postdata h4 {
	font-family: "FOT-筑紫A丸ゴシック Std B", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 25px;
	line-height: 1.4;
	color: #7ebc61;
	border-bottom: solid 1px #7ebc61;
	padding-bottom: 10px;
}
.heading_back, .postdata h5 {
	font-family: "FOT-筑紫A丸ゴシック Std B", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 18px;
	line-height: 1.4;
	color: #fff;
	background-color: #ff8656;
	border-radius: 5px;
	padding: 10px 15px;
}
.postdata h4, .postdata h5 { margin-bottom: 20px;}

@media only screen and (max-width: 800px) {
	.pagettl { font-size: 26px; padding: 40px 0px;}

	.heading_btmline { font-size: 23px; padding-bottom: 15px;}
	.heading_btmline02, .postdata h4 { font-size: 21px;}
}


/************************************ フッター */

/************************************ footer_01 */

.footer_01 .list01 { display: flex; justify-content: space-between; align-items: center;}

.footer_nav li { display: inline-block;}
.footer_nav li:after { content: " | ";}
.footer_nav li:last-Child:after { content: "";}
.footer_nav li a { text-decoration: none; color: #333;}
.footer_nav li a:hover { text-decoration: underline;}

@media only screen and (max-width: 800px) {
	.footer_nav{
		display: inline;
	}
	.footer_nav:first-of-type li:last-Child:after { content: " | ";}
	.footer_01 .list01 { display: block;}
	.footer_01 .list01 li:first-child { margin-bottom: 15px;}
}

/************************************ページトップボタン*/
.pagetop_btn {
	position: fixed;
	right: 20px;
	bottom: 0px;
	padding-bottom: 20px;
	display: none;
	z-index: 999;
}

@media only screen and (max-width: 800px) {
	.pagetop_btn { padding-bottom: 60px; width: 50px;}
}

/************************************テーブル (01_04 追加)*/ 
.table-bordered {
	border-collapse: collapse;
	border: solid 1px #eee;
	width: 100%;
}
.table-bordered th, .table-bordered td {
	border: solid 1px #eee;
	padding: 10px;
	vertical-align: middle;
}
.table-bordered th {
	width: 20%;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #7ebc61;
}

/************************************テーブルレスポンシブ仕様 (01_04 追加)*/
@media only screen and (max-width: 800px) {
	.sp-listlayout {
		border: none !important;
	}
	.sp-listlayout tr {
		display: block;
	}
	.sp-listlayout th {
		border: none !important;
		display: list-item;
		list-style: none;
		width: 100% !important;
	}
	.sp-listlayout td {
		border: none !important;
		display: list-item;
		list-style: none;
		width: 100% !important;
	}
	.sp-listlayout {
		table-layout: fixed;
	}
	.sp-listlayout * {
		word-wrap: break-word;
	}
}
/************************************フォーム (01_04 追加)*/

.mw_wp_form {
	margin: 0 0 20px;/**
	* ボタン
	*//**
	* その項目のエラーのwrapper
	*/
	/**
	* 必須マーク
	*/
	/**
	* 各項目のwrapper
	*/
	/**
	* 注釈
	*/ }
.mw_wp_form dl {
	border-top: #dddddd solid 1px;
	border-left: #dddddd solid 1px;
	border-right: #dddddd solid 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	zoom: 1;
}
.mw_wp_form .formend/*管理画面内でフォームの最後のdlに class="formend" を記入*/ {
	border-bottom: #dddddd solid 1px !important;
}
.mw_wp_form dl dt, .mw_wp_form dl dd {
	margin: 0;
	padding: 20px 0 15px 10px;
}
.mw_wp_form dl dt {
	float: left;
	font-weight: bold;
	padding-right: 20px;
	width: 25%;
	position: relative;
}
.mw_wp_form dl dt .mwform-require {
	position: absolute;
	top: 20px;
	right: 10px;
}
.mw_wp_form dl dd {
	overflow: hidden;
	zoom: 1;
	border-left: #dddddd solid 1px;
}
.mw_wp_form dl dd input, .mw_wp_form dl dd textarea, select {
	border: #cccccc solid 1px;
	border-radius: 3px;
	margin: 0;
	max-width: 88%;
	padding: 9px 12px;
	vertical-align: middle;
}
nav select { width: 100%; max-width: 100%;}
.mw_wp_form dl dd textarea {
	width: 90%;
}
.mw_wp_form dl dd label {
	margin: 0 10px 0 2px;
}
.mw_wp_form dl dd label input[type="checkbox"], .mw_wp_form dl dd label input[type="radio"] {
	margin: 0 5px 0 0;
}
.mw_wp_form p.mwform-btn {
	margin-top: 10px;
	text-align: center;
}
.mw_wp_form p.mwform-btn input {
	background-color: #f5f5f5;
	border: #dddddd solid 1px;
	border-radius: 3px;
	color: #000;
	cursor: pointer;
	font-weight: normal;
	padding: 10px 20px;
}
.mw_wp_form p.mwform-btn input:active, .mw_wp_form p.mwform-btn input:hover {
	background-color: #eee;
}
.mw_wp_form .mwform-errors {
	margin: 5px 0 0;
	overflow: hidden;
	zoom: 1;/**
	* エラーメッセージ
	*/
}
.mw_wp_form .mwform-errors .mwform-error {
	float: left;
	margin: 0 10px 0 0;
}
.mw_wp_form .mwform-errors .mwform-error span {
	background-color: #F7CCE6;
	border: #ee4d89 solid 1px;
	border-radius: 3px;
	color: #EE4D89;
	display: inline-block;
	padding: 3px 6px 2px;
}
.mw_wp_form .mwform-require {
	color: #ff0000;
	padding: 1px 5px;
	font-size: 12px;
}
.mw_wp_form .mwform-field {
	margin: 0 0 5px;
}
.mw_wp_form .mwform-note {
	font-size: 85%;
}

@media screen and (max-width: 480px) {
	.mw_wp_form dl dt {
		float: none;
		width: auto;
		padding-bottom: 10px;
	}
	.mw_wp_form dl dd {
		padding-top: 0;
		border-left: none;
	}
}



/************************************アーカイブ関連*************************************/

/************************************詳細はこちらボタン(01_04 追加)*/
.select-wrap {
	position: relative;
}

.select-wrap::after {
	content: "";
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #333 transparent transparent transparent;
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
.select-wrap select{
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border: 1px solid "ccc";
	border-radius: 2px;
	font-size: 16px;
	width: 100%;
}

.select-wrap select::-ms-expand {
	display: none;
}


/* more-btn */
.more-btn a {
	background-color: #90c677;
	font-family: "FOT-筑紫A丸ゴシック Std B", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 19px;
	line-height: 1.6;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 30px;
	text-decoration: none;
	display: inline-block;
	border-radius: 40px;
	transition: .5s ease;
	min-width: 245px;
	position: relative;
}
.more-btn a:after { content: url("images/shared/ico_arrow.png"); position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
.more-btn a:hover {
	opacity: 0.7;
}

/*WP用 投稿表示*/
.topics_sec article ul { padding-left: 1.5em;}
.topics_sec article ul li { list-style: outside disc;}
.topics_sec article p { margin-bottom: 15px;}
.topics_sec article p:last-Child { margin-bottom: 0px;}

ol { padding-left: 2em;}
ol li { list-style: outside decimal;}

.no-link { cursor: pointer;}

.copyright { font-family: Verdana, "Droid Sans";}

.list_disc { padding-left: 20px;}
.list_disc li { list-style: outside disc;}

.list_indent { padding-left: 1em;}
.list_indent li { text-indent: -1em;}

.postdata p,
.postdata ul,
.postdata ol {
	margin-bottom: 20px;
}
.postdata ul li {
	list-style: disc;
}
.postdata ol li {
	list-style: decimal;
}
.postdata strong{
	font-weight: bold;
}
.postdata em{
	font-style: italic;
}
.postdata a{
	text-decoration: underline;
}
.postdata a:hover{
	text-decoration: none;
}

/* コンタクト注意文 */
.contact_mobile li {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left 40%;
}
.contact_mobile .docomo { background-image: url(images/icon01.png);}
.contact_mobile .softbank { background-image: url(images/icon02.png);}
.contact_mobile .au { background-image: url(images/icon03.png);}
.contact_mobile .ymobile { background-image: url(images/icon04.png);}



/************************************ ORIGINAL ***********/

.rob.mg10 { margin: 0px -10px;}
.rob.mg10 .coll-1, .rob.mg10 .coll-2, .rob.mg10 .coll-3, .rob.mg10 .coll-4, .rob.mg10 .coll-5, .rob.mg10 .coll-6, .rob.mg10 .coll-7, .rob.mg10 .coll-8, .rob.mg10 .coll-9, .rob.mg10 .coll-10, .rob.mg10 .coll-11, .rob.mg10 .coll-12 { padding: 0px 10px;}

.iframe_wrap { position: relative; width: 100%; padding-top: 50%;/* 高さ÷幅 */}
.iframe_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.back-image { background-image: url("images/shared/bg01.jpg");}

.fo28 { font-size: 28px;}
.fo30 { font-size: 30px;}
.fo32 { font-size: 32px;}
.fo54 { font-size: 54px;}

.underline { background: url("images/shared/underline01.png") repeat-x left 90%;}

.top_heading > span { display: inline-block; background: url("images/top_art02_line.png") repeat-x left bottom; padding-bottom: 20px;}

.top_art02 .back-image { border-radius: 20px; padding: 45px 60px 25px;}
.top_art02 .back-image li { background: url("images/shared/ico_check.png") no-repeat left 0.3em; padding-left: 30px; margin-bottom: 20px;}

.top_art04 .box { background: url("images/top_art04_bg.png") no-repeat center top; border-radius: 20px; box-shadow: 0px 0px 10px rgba(0,0,0,0.15); padding: 35px; font-size: 15px;}
.top_art04 h3 span { display: inline-block; background: url("images/top_art04_line.png") no-repeat left 50%, url("images/top_art04_line.png") no-repeat right 50%; padding: 0px 30px;}

.top_art05 dl { display: table; width: 100%;}
.top_art05 dt, .top_art05 dd { display: table-cell; vertical-align: middle;}
.top_art05 dt { font-size: 60px; line-height: 1; width: 1.3em;}
.top_art05 .coll-7 { padding-top: 30px;}

.top_art06 .box { border: solid 4px #90c677; border-radius: 20px; overflow: hidden; display: table; width: 100%;}
.top_art06 .box_inner { display: table-cell; vertical-align: middle;}
.top_art06 figure { width: 386px;}
.top_art06 div.box_inner { padding: 35px 40px;}

.top_art07 .img_box { display: inline-block; vertical-align: top; border-radius: 10px; overflow: hidden; box-shadow: 0px 0px 10px rgba(0,0,0,0.15);}

.top_art08 h2 { border-bottom: solid 1px #90c677; padding-bottom: 13px;}
.top_art08 .img_box { display: inline-block; vertical-align: top; border: solid 1px #eee; border-radius: 7px; overflow: hidden;}
.top_art08 .category { display: inline-block; vertical-align: middle; background-color: #ff8656; padding: 1px 5px; line-height: 1.6;}

.top_map iframe { width: 100%; vertical-align: bottom; height: 360px;}

.doctor_pad { padding-top: 100px;}

.check_box { padding: 40px 40px 30px;}
.check_box:after {
	position: absolute;
	content: "";
	right: -40px;
	top: 15%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 42px;
	border-color: transparent transparent transparent #fff9ec;
}
.check_box li { background: url("images/shared/ico_check02.png") no-repeat left 0.5em; padding-left: 20px; margin-bottom: 5px;}

.btn_list li { display: inline-block; vertical-align: middle; margin: 0px 7px 10px;}

@media only screen and (max-width: 800px) {
	.doctor_pad { padding-top: 0px;}

	.fo28, .fo30 { font-size: 24px;}
	.fo32 { font-size: 26px;}
	.fo54 { font-size: 32px;}

	.top_art02 .back-image { padding: 40px 25px 30px;}
	.top_art02 .back-image li { margin-bottom: 10px;}

	.top_art04 .box { background-size: 80% 5px; padding: 25px 15px;}

	.top_art05 .coll-7 { padding-top: 0px;}

	.top_art06 .box, .top_art06 .box_inner { display: block; width: 100% !important; max-width: 386px; margin: auto;}
	.top_art06 div.box_inner { padding: 25px 20px;}

	.check_box { padding: 30px 20px 25px;}
	.check_box:after {
		right: auto;
		top: auto;
		left: 20%;
		bottom: -25px;
		border-width: 25px 20px 0 20px;
		border-color: #fff9ec transparent transparent transparent;
	}
}



/* 初めての方へ */
.guide-list li{
	text-align: center;
}
.guide-list li + li {
	margin-top: 30px;
}
.guide-list .list-ttl01,.guide-list .list-ttl02 {
	font-family: "FOT-筑紫A丸ゴシック Std B", "sans-serif";
	background-color: #E3EFDD;
	color: #7EBC61;
	font-size: 18px;
	padding: 5px;
	text-align: center;
	margin-bottom: 15px;
}
.guide-list .list-ttl02 {
	background-color: #7EBC61;
	color: #fff;
}
.guide-list .list-box {
	background: #FFF9EC;
	padding: 15px;
}
.guide-list .list-box + .list-box{
	margin-top: 20px;
	position: relative
}
.guide-list .list-box + .list-box:before{
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #F18F8F;
	position: absolute;
	left: calc(50% - 5px);
	top: -15px;
}
.guide-list .box-ttl {
	background: #FF8656;
	color: #fff;
	font-family: "FOT-筑紫A丸ゴシック Std B", "sans-serif";
	margin-bottom: 10px;
	border-radius: 30px;
}
.guide-list .box-txt {
	color: #5f2f0c;
	font-family: "FOT-筑紫A丸ゴシック Std B", "sans-serif";
	font-size: 20px;
}



/*------------
slick
--------------*/
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
	text-align: center;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-loading .slick-list {
	background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
	border: none;
	background: transparent;
	cursor: pointer;
	color: transparent;
}

.slick-prev,
.slick-next {
	background: url(../images/share/slick_arrow.jpg) no-repeat 0 0/contain;
	display: block;
	position: absolute;
	top: calc(50% - 25px);
	width: 35px;
	height: 35px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}

.slick-prev:focus,
.slick-next:focus {
	outline: 0;
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
	-webkit-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}

.slick-dots {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
}

.slick-dots li button {
	display: block;
	width: 13px;
	height: 13px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	padding: 0;
	background: #eee;
	border-radius: 50%;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	background: #231815;
}

.slick-dots li.slick-active button {
	background: #231815;
}


/*埋め込み投稿*/
.l-voice{
	overflow: hidden;
}
.l-voice .l-img{
	float: left;
	margin: 0 25px 0 0;
	width: 300px;
}

.col-flex{
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 800px) {
	.l-voice .l-img{
		float: none;
		margin: 0 0 15px;
		width: 100%;
	}
	.col-flex{
		display: block;
	}
}