/*
Theme Name: habakiri-child
Theme URI: http://2inc.org
Description: Habakiri の子テーマです
Author: Ann
Author URI: 
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Template: habakiri
*/


@media screen and (min-width: 200px) {
	html{
		font-size: 62.5%;
	}
}
@media screen and (min-width: 375px) {
	html{
		font-size: 72.5%;
	}
}

@media screen and (min-width: 414px) {
	html{
		font-size: 82.5%;
	}
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, 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;
    vertical-align:baseline;
    background:transparent;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	 font-size: 1rem;
}

body {
	font-family: sans-serif;
	line-height: 1.6;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-text-size-adjust:none;
	position: relative;
	font-size:1.1rem;
	letter-spacing:0.05em;
	text-align:left;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav 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%;
    background:transparent;
	/*color: #333;*/
}

/* 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-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
    border: none;
}

ul,ol{
	list-style: none;
}

input {
  /* -webkit-appearance: none; フォームのラジオボタンが消えてしまうのでコメントアウト
   -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;*/
}


body{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input, button, textarea, select {
	/*margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;*/
}
input[type="submit"]{
margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
}
em,i{
	font-style:  normal;
}


/* 各ページ適用CSS
------------------------------------------------------------------------------------*/

.clearfix:after{
content:"";
display:table;
clear:both;
}

.common #wrapper #contents h3{
/zoom:1;
display: block;
}

.common #wrapper #contents h3:after{
content:"";
display:table;
clear:both;
}

.clearfix{
/zoom:1;
display: block;
}

/* End IE-mac */
.clear{
clear:both;
} 

a:focus {
  text-decoration: none;
}

/* リスト２行以降対策
------------------------------------------------------------*/ 
ol.list li, ul.list li{
	text-indent:-1em;
	margin-left:1em;
}


.disp_pc{
	display:none !important;
}
.disp_sp{
	display:block !important;
}


/*------------------------------------
bootstrap調整 
------------------------------------*/ 

/*.container-fluid{
	padding-left:0px;
	padding-right:0px;
}


.container{
	width:88%;
	padding-left:0px;
	padding-right:0px;
	margin: 0 auto;
}

.container2{
	width:88%;
	padding-left:0px;
	padding-right:0px;
	margin: 0 auto;
}

  .container3{
	width:88%;
	padding-left:0px;
	padding-right:0px;
	margin: 0 auto;
}*/

/*パディングなし設定*/
.no-padding{
	padding-left:0px;
	padding-right:0px;
}



/*------------------------------------マスターからの引用ここから------------------------------------*/
/*------------------------------------
共通フォント
------------------------------------*/

.font10 {
	font-size:0.5rem;
}

.font12 {
	font-size:0.6rem;
}
.font13 {
	font-size:0.65rem;
}
.font14 {
	font-size:0.7rem;
}
.font15 {
	font-size:0.75rem;
}
.font16 {
	font-size:0.8rem;
}
.font18 {
	font-size:0.9rem;
}
.font20 {
	font-size:1.0rem;
}
.font22 {
	font-size:1.1rem;
}
.font24 {
	font-size:1.2rem;
}
.font26 {
	font-size:1.3rem;
}
.font22 {
	font-size:1.4rem;
}
.font30 {
	font-size:1.5rem;
}
.font40 {
	font-size:2.0rem;
}
.fon50 {
	font-size:2.5rem;
}
.font60 {
	font-size:3.0rem;
}
.font70 {
	font-size:3.5rem;
}

.red{
	color:#D80000;
}
.blue{
	color:#0000D9;
}


/*------------------------------------
共通フォントファミリー
------------------------------------*/
.font_mincho{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.font_meiryo{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.font_cocoro{
	font-family: "Kokoro" !important;
}

/*------------------------------------
共通画像　100%表示する画像
------------------------------------*/
.img100{
	width:100%;
}
/*------------------------------------
共通見出し 
------------------------------------*/ 

/*ページタイトル*/

/*------1-------*/
.mainimage01 {
    background:#2A3C6B url(../img/img-common/bg_mainimagesp.jpg) no-repeat center center;
    background-size: cover;
}
.main_ttl01{
	font-size:2.2rem;
	padding: 8% 0 8%;
	letter-spacing: 0.1em;
	text-align:center;
	color:#fff;
}
.main_ttl01 span{
	font-style:normal;
	letter-spacing:0.1em;
	text-shadow:none;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.2rem;
	display:block;
	font-weight:bold;
	margin: 2% 0 0;
}
.main_ttl01 img{
	display:block;
	margin: 0 auto 3%;
	width: 26%;
}



/*------2-------*/
.mainimage02 {
    background:#2A3C6B url(../img/img-common/bg_mainimage02sp.jpg) no-repeat center center;
    background-size: cover;
	padding:6% 0;
}
.main_ttl02{
	color:#3F3124;
	font-size: 1.6rem;
	padding: 1% 0 0px;
	font-weight:bold;
	letter-spacing: 0.15em;
	width: 70%;
	margin: 0 auto 0;
	background:rgba(255,255,255,0.8);
	border:2px solid #3F3124;
	text-align:center;
}
.main_ttl02 em{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.3rem;
	display:block;
	font-weight:normal;
	letter-spacing:0em;
	line-height: 2;
	text-shadow:none;
}

.main_ttl02 span{
	padding: 0 5% 0px;
	line-height: 2;
	display:inline-block;
	border-bottom: 1px #3F3124 solid;
}



/*------3-------*/
.main_ttl03 {
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: 3px solid #EEEEEE;
	text-align: center;
	color: #333;
	line-height: 2.5;
	letter-spacing:0.15em;
	padding: 0% 0 0% 0px;
	position: relative;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.main_ttl03:after{
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-top: 20px solid #EEEEEE;
	position:absolute;
	bottom: -53px;
	content:"";
	display:block;
	left: 43.5%;
}



/*------4-------*/
.mainimage04 {
    background:url(../img/img-common/bg_mainimagesp04.jpg) no-repeat center center;
	position:relative;
	background-size:cover;
}

.mainimage04 p{
	position: absolute;
    left: 0;
    bottom: -10%;
    font-size: 5.5rem;
    line-height: 1;
    color: rgba(255,255,255,0.14);
}

@media (min-width: 568px) {
	.mainimage04 p{
		bottom: -6% !important;
	}
}

.main_ttl04{
	font-size: 1.7rem;
	padding: 7% 0 7%;
	letter-spacing: 0.1em;
	text-align:center;
	color:#fff;
	 font-weight: bold; 
}
.main_ttl04 span{
	font-style:normal;
	letter-spacing:0.1em;
	text-shadow:none;
	/* font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
	font-size: 1.2rem;
	display:block;
	 font-weight:normal; 
	margin: 0% 0 0;
}
.main_ttl04 img{
	display:block;
	margin: 0 auto 3%;
	width: 26%;
}



/*ページ内見出し（中央寄せ）パターン*/

/*------1-------*/
.c_cmn_ttl01 {
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: 2px solid #3F3124;
	text-align: center;
	color: #3F3124;
	line-height: 1.8em;
	padding: 0% 0 0% 0px;
	position: relative;
}
.c_cmn_ttl01:after{
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 8px solid #3F3124;
	position:absolute;
	bottom: -16px;
	content:"";
	display:block;
	left: 48%;
	}


/*------2-------*/
.c_cmn_ttl02{
  position: relative;
  display: block;
  margin-bottom: 25px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #2A396B;
  font-weight:bold;
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center !important;
  line-height: 1.4;
  padding-top: 20px;
}

.c_cmn_ttl02 i{
	display:block;
	margin:0 auto 6%;
	width:17%;
}
.c_cmn_ttl02 i img{
    max-width: 100%;
	width:auto;
}
.c_cmn_ttl02 span.sub_ttl{
	font-size:1.2rem;
	color:#444;
	line-height:1.6;
	display:block;
}
.c_cmn_ttl02 span.sub_ttl i{
	font-size:1rem;
	margin:0 0 0 1em;
	display:block;
	font-style:normal;
	width:auto;
}
.c_cmn_ttl02 b{
    padding: 0 0 4%;
	display: block;
}
.c_cmn_ttl02 span.border {
	border-bottom: 1px solid #E5E5E5;
	width:100%;
	padding: 2% 0 0;
	display: block;
	margin:2% auto 5%;
}
.c_cmn_ttl02 span.border em{
	border-bottom: 1px solid #FF8000;
	width: 30%;
	padding: 0px 0 0;
	margin: 0px auto -0.5%;
	display:block;
	padding: 0px 0 0;
}


/*------3-------*/
.c_cmn_ttl03 {
	font-size:1.6rem;
	letter-spacing: 0.1em;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:bold;
	padding: 0 0 0.2em;
	position: relative;
	margin:10px 0 10px 0;
	color:#27214B;
	text-align:center;
}

.c_cmn_ttl03:before {
    content: "";
    display: block;
    border-top: solid 1px #DDDDDD;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 34%;
    z-index: 1;
}

.c_cmn_ttl03 span {
    background: #fff;
    padding: 0 30px;
    position: relative;
    z-index: 5;
}

.c_cmn_ttl03 em{
	display:inline-block;
	width:100%;
}
.c_cmn_ttl03 .border {
	border-bottom: 3px solid #000;
    width: 60px;
    margin: 0 auto;
    padding: 1.5% 0 0;
	display:block;
	position: relative;
}

.c_cmn_ttl03 .border::after {
	content:"";
	display:block;
	width:40px;
	border-bottom:3px solid #E72582;
	position:absolute;
	bottom:0;
	margin-bottom:-3px;
	margin-left:20px;
}


/*------4-------*/
.c_cmn_ttl04{
	position: relative;
    margin-bottom: 10px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
}
.c_cmn_ttl04 span{
	display: block;
}
.c_cmn_ttl04 span.border {
	border-bottom:2px solid #333;
	width:13%;
	margin: 0 auto;
	padding: 2% 0 0;
}

/*------5-------*/
.c_cmn_ttl05 {
    position: relative;
    margin-bottom: 4%;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    color: #2A396B;
    text-align: center;
}
.c_cmn_ttl05 span {
    display: block;
}
.c_cmn_ttl05 span.border {
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
    margin: 0 auto;
    padding: 4% 0 0;
}


/*------6-------*/
.c_cmn_ttl06{
	position: relative;
	margin: 0 0 5%;
	text-align:center;
}

.c_cmn_ttl06 .ttl{
	position: relative;
	z-index:2;
	font-size: 1.8rem;
	letter-spacing:0.2em;
	font-weight:bold;
	padding:0 !important;
}
.c_cmn_ttl06 span {
    position: absolute;
    text-align: center;
    bottom: -56%;
    width: 100%;
    color: #F2F2F2;
    font-size: 4.0rem;
    z-index: 1;
	left: 0;
}



/*ページ内見出し（左寄せ）パターン*/
/*------1-------*/


.l_cmn_ttl01{
  position: relative;
  margin-bottom: 10px;
	font-size:1.4rem;
	letter-spacing:0.1em;
	color: #001966;
	font-weight:bold;
	text-align:left;
}
.l_cmn_ttl01 p{
	display:inline-block;
	line-height: 1.6;
	position:relative;
}
.l_cmn_ttl01 span{
	display: block;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1rem;
	font-weight:normal;
	color:#1D338C;
	position:relative;
	z-index:999;
}
.l_cmn_ttl01 b{
	z-index:999;
	position:relative;
}
.l_cmn_ttl01 i{
	font-size:3.8rem;
	color: #E3F1FF;
	font-style:normal;
	line-height: 0;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0% 0 0 -5%;
	vertical-align: sub;
	position:absolute;
	z-index:1;
	right:-3rem;
    bottom: 50%;
}
.l_cmn_ttl01 span.border {
	border-bottom:2px solid #B8A983;
	width:80%;
	padding: 1% 0 0;
}
.l_cmn_ttl01 span.border em{
	border-bottom:2px solid #1D2EC7;
	width:20%;
	padding: 0px 0 0;
	margin:0px 0 -1%;
	display:block;
}


/*------2-------*/
.l_cmn_ttl02 {
	font-size:1.4rem;
	font-weight: bold;
	border-bottom: 1px solid #000;
	text-align: left;
	color: #3F1000;
	line-height: 1.2em;
	padding:2% 0 1.5% 8%;
	position: relative;
	background: url(../img/img-common/l_cmn_ttl01_ico.gif) no-repeat left center;
	background-size: 8% auto;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.l_cmn_ttl02 i{
	font-size: 0.8rem;
	position: absolute;
	left: 8.5%;
	top: -30%;
}




/*------3-------*/
.l_cmn_ttl03 {
	font-size: 1.4rem;
	font-weight: bold;
	border-bottom: 1px solid #F1F1F1;
	text-align: left;
	line-height: 1.2em;
    padding: 0 0 2% 10%;
	position: relative;
	line-height: 1.5;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.l_cmn_ttl03 {
	background: url(../img/img-common/l_cmn_ttl02_ico.gif) no-repeat 3px 3px;
	padding-left: 40px;
}



/*------4-------*/
.l_cmn_ttl04{
	border-bottom:3px solid #d4d4d4;
	padding: 0;
	margin: 15px 0;
	line-height: 1.5;
	font-size: 1.2rem;
	background:none;
}
.l_cmn_ttl04 span {
    margin: 0;
    display: inline-block;
	padding: 0px 18px 7px 10px;
    margin-bottom: -3px;
	font-weight: bold;
	border-bottom:3px solid #FFA64D;
}


/*------5-------*/
.l_cmn_ttl05{
	border-top: none;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.5;
	text-align:left;
	
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
	font-size:1.6rem ;
	color:#333;
	background:none;
	margin: 1% 0% 4%;
	padding:0 0 0 3% ;
	width:auto;
	border-bottom:2px solid #A8DEFE;
}
.l_cmn_ttl05 span{
	font-style:italic ;
	font-size:1.4rem ;
	display:inline-block;
	color:#99CCFF ;
	padding:0 0 0 2% ;
	background:none;
	border:none;
}

/*------6-------*/
.l_cmn_ttl06 {
    background: none;
    border-top: none;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1.6;
    padding: 0 0 2% 0px;
	margin:0 0 5% 0;
    text-align: left;
    background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
    background-size: 5px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
	vertical-align: middle;
	border-bottom:none !important;
}
.l_cmn_ttl06 span{
    padding: 0 0 0 2%;
    border-left: 5px solid #403124;
    display: block;
	font-size: 1.4rem;
}






/*------------------------------------
エフェクト処理関連 共通項目
------------------------------------*/


#main_mask {
	height: 450px;
	width: 2000px;
	background: #fff;
	position: absolute;
	left: 0;
}
/*.main_title {
	opacity: 0;
}*/
.fade-up,.fade-up-delay,.fade-in,.fade-in-delay01,.fade-in-delay02,
.fade-in-delay03,.fade-in-delay04,.fade-in-delay05,fade-in-delay06,fade-in-delay07,
.fade-in-delay01sp,.fade-in-delay02sp,.fade-in-delay03sp,
.fade-in-delay04sp,.fade-in-delay05sp,fade-in-delay06sp,
.firstview-fade-in,
.firstview-fade-in-delay01,.firstview-fade-in-delay02,
.firstview-fade-in-delay03,.firstview-fade-in-delay04,
.firstview-fade-in-delay05,.firstview-fade-in-delay06,
.firstview-fade-in-delay07,.firstview-fade-in-delay08{
	transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}


/*詳しく見るボタン*/

#contents .syosai_btn {
    color: #fff;
    letter-spacing: 0.1em;
	width:38vw;
}

#contents .syosai_btn {
	background: #2494F9 url(../img/img-common/icon_arrow.png) no-repeat right 44%;
	background-size:19%;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 2;
	margin: 5% auto;
	padding: 1.5% 0px 1.5% 4%;
	text-align:left;
	color:#fff;
	letter-spacing:0.1em;
	display:block;
	text-align: left;
}

@media screen and (min-width: 768px) {
	#contents .syosai_btn {
		width:23vw;
	}
}

/*施工実績一覧に戻る*/
#contents .syosai_btn.sekou{
	background:#2A3C6B;
	font-size: 1.1rem;
	padding: 1.5% 0px 1.5% 0%;
	text-align:center;
	width:45vw;
    position: relative;
}
#contents .syosai_btn.sekou a{
	color:#fff;
	font-weight:normal;
}
#contents .syosai_btn:after{
	content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 8%;
    margin-top: -5px;
	transition: 0.3s;
}

/*アニメーションボタン白ボタン*/
#contents .shosai_btn2 {
	background: #FFF;
    font-size: 1.1rem;
    color: #2A3B6B;
    position: relative;
    overflow: hidden;
    transition: all 0s;
    text-align: center;
    border: 1px solid #2A3B6B;
    width: 60%;
    font-weight: normal;
    padding: 8px 0px 8px 0;
    margin: 20px auto 0;
}

#contents .shosai_btn2:before {
    background: #fff;
    content: "";
    height: 250px;
    opacity: 0.8;
    position: absolute;
    top: 0;
	left: -100px;
    width: 100px;
    z-index: 1;
	transition: 1s;
}

#contents .shosai_btn2 a{
	color: #2A3B6B;
}

#contents .shosai_btn2:hover {
	background: #2A3B6B;
	font-size: 1.1rem;
	color:#FFF;
	position: relative;
	overflow: hidden;
	transition: all 0s;
	text-align: center;
	border:1px solid #2A3B6B;
	font-weight:normal;
}

#contents .shosai_btn2:after{
	content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #2A3B6B;
    border-right: solid 1px #2A3B6B;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 8%;
    margin-top: -5px;
	transition: 0.3s;
}

@keyframes anim {
  0% {transform: translateX(0);}
  100% {transform: translateX(500px);}
}
#contents .shosai_btn2:hover:after { 
	content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 3%;
    margin-top: -5px;
	transition: 0.3s;
	color:#FFF;
}
#contents .shosai_btn2 a:hover{
	color:#FFF;
}

#contents .shosai_btn2:hover a{
	color:#FFF;
}
#contents .shosai_btn2:link{
	text-decoration:none;
}



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

.bread_crumb{
	height: 30px;
	text-align:right;
	padding:2% 0 0 3%;
	/*line-height: 30px;*/
	font-size:0.8rem;
	letter-spacing: 0em;
	position:relative;
	width:97%;
}

.breadcrumbs a{
	text-decoration:none !important;
}

.bread_crumb a:hover{
	text-decoration:none !important;
	opacity:1;
}


/*------------------------------------
テーブルパターン
------------------------------------*/

/*テーブルパターン1*/
.cmn_table_type01{
	text-align: left;
}

.cmn_table_type01  th{
	border-bottom: 1px solid #A8A8A8;
	width: 30%;
	padding: 5% 3%;
}
.cmn_table_type01 td{
	border-bottom: 1px solid #D0D0D0;
	padding: 5% 3%;
	vertical-align:middle;
}


/*テーブルパターン2*/
.cmn_table_type02{
	display: table;
	width:100%;
	text-align: left;
}
.cmn_table_type02 dl{
	padding:0 0 5%;
}

.cmn_table_type02  dt{
	background: #FFF;
	width: 110px;
	padding: 5% 3%;
	font-weight:bold;
	background: url(../img/img-company/line.gif) repeat-y right center;
	vertical-align:middle;
	display:table-cell;
}
.cmn_table_type02 dd{
	padding: 5% 3%;
	vertical-align:middle;
	display:table-cell;
	width: 70%;
	
}

/*テーブルパターン3*/
.cmn_table_type03 th {
    background: #F6F6F6;
    border: 1px solid #CCCCCC;
    width: 30%;
    padding: 5% 3%;
    text-align: left;
}
.cmn_table_type03 td {
    border: 1px solid #CCCCCC;
    padding: 5% 3%;
    text-align: left;
    vertical-align: middle;
}

/*テーブルパターン5*/

.cmn_table_type05{
	width: 91%;
	margin: 0 auto;
}

.cmn_table_type05 th {
    background: #D9ECFF;
    border: 1px solid #999999;
    width: 31.7%;
    padding: 3% 5%;
    text-align: left;
    display: block;
    width: 100%;
    border-top: none;
	font-weight: normal;
}

.cmn_table_type05{
	border-top:1px solid #999999;
}

.cmn_table_type05 span{
	font-weight: bold;
	display: block;
}

.cmn_table_type05 td {
    border: 1px solid #999;
    padding: 3% 5%;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    display: block;
    border-top: none;
}


/*テーブルパターン6*/

.cmn_table_type06{
	width: 91%;
	margin: 0 auto;
}

.cmn_table_type06 th {
    background: #D9ECFF;
    border: 1px solid #999999;
    width: 31.7%;
    padding: 3% 5%;
    text-align: left;
    display: block;
    width: 100%;
    border-top: none;
	font-weight: normal;
}

.cmn_table_type06{
	border-top:1px solid #999999;
}

.cmn_table_type06 span{
	font-weight: bold;
	display: block;
}

.cmn_table_type06 td {
    border: 1px solid #999;
    padding: 3% 5%;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    display: block;
    border-top: none;
}




/*フォームで使用*/
.cmn_table_type04 {
	font-size:1.1rem;
	width:100%;
	margin: 0 0 50px 0;
}

.cmn_table_type04  th{
	background: #F6F6F6;
	border: 1px solid #CCCCCC;
	width: 26%;
    padding: 3% 3%;
	text-align: left;
	border-right:none;
	font-weight:normal;
	vertical-align:middle;
}
.cmn_table_type04 td{
	border: 1px solid #CCCCCC;
	padding: 3% 3%;
	border-left:none;
	text-align: left;
	vertical-align:middle;
}

.cmn_table_type04 td .google{
	vertical-align:middle;
	float:right;
}

.cmn_table_type04 td .txt_blk{
	padding: 0 0 0 94px;
}

.form .last_block{
	width: 80%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.form .last_block input{
	color: #FFFFFF;
	width: 120px;
	min-height: 40px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}
.form .last_block input.first[type="submit"]{
	background: #999999 url(../img/img-common/icon_arrow.png) no-repeat right;
}
.form .last_block input.first[type="submit"]:hover {
  	background: #aaa url(../img/img-common/icon_arrow.png) no-repeat right;
}
.form .last_block input[type="submit"]{
	background: #749DE2 url(../img/img-common/icon_arrow.png) no-repeat right;
}
.form .last_block input[type="submit"]:hover {
  	background: #A0BCEB url(../img/img-common/icon_arrow.png) no-repeat right;
}


/*------------------------------------
流れ
------------------------------------*/

/*流れパターン1*/
.cmn_flow_type01 .block{
	text-align:left;
	padding:5% 3.5%;
	background:#F4F5ED;
	margin:0 0 2%;
}
.cmn_flow_type01 .block .image{
	float:left;
	display:block;
	width:24%;
	margin:0 6% 0 0;
}
.cmn_flow_type01 .block .image img{
	width:100%;
}

.cmn_flow_type01 .block dl{
	float:left;
	display:block;
	width:70%;
}
.cmn_flow_type01 .block dl dt{
	font-size: 1.2rem;
	font-weight: bold;
	padding:0 0 2%;
}

.cmn_flow_type01 .block dl dd{
	font-size: 1.1rem;
	padding:0 0 0 0%;
}

.cmn_flow_type01 .arrow{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid #FEE7C9;
  text-align: center;
  display: block;
  margin: 0 auto 2%;
 }


/*流れパターン2*/

.cmn_flow_type02 .block{
	background:#F4F5ED;
	position:relative;
}
.cmn_flow_type02 .block::after{
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top: 15px solid #F4F5ED;
	position: absolute;
	bottom: -29px;
	content: "";
	display: block;
	left: 10.5%;
	z-index: 1;
}
.cmn_flow_type02 .block:nth-child(2n){
	background:#FEE7C9;
}
.cmn_flow_type02 .block:nth-child(2n)::after{
	border-top: 20px solid #FEE7C9;
}
.cmn_flow_type02 .block:last-child::after{
	border:none;
}


.cmn_flow_type02 .inner{
	text-align:left;
	padding:5% 3.5%;
}
.cmn_flow_type02 .inner .image{
	float:left;
	display:block;
	width:24%;
	margin:0 6% 0 0;
}
.cmn_flow_type02 .inner .image img{
	width:100%;
}

.cmn_flow_type02 .inner dl{
	float:left;
	display:block;
	width:70%;
}
.cmn_flow_type02 .inner dl dt{
	font-size: 1.2rem;
	font-weight: bold;
	padding:0 0 2%;
}

.cmn_flow_type02 .inner dl dd{
	font-size: 1.1rem;
	padding:0 0 0 0%;
}


/*流れパターン3*/
.cmn_flow_type03 li {
	float:left;
	width: 33%;
	font-size: 1.6rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	position:relative;
	text-align: center;
	margin: 0 0 8%;
	padding: 0 0 0;
	/* z-index: -1; */
}
.cmn_flow_type03 li:first-child{
	width: 30% !important;
	padding: 0;
}
.cmn_flow_type03 li i {
	font-size: 1.4rem;
}

.cmn_flow_type03 li span{
	border:2px solid #8C6900;
	border-radius:10px;
	width: 75%;
	height: 80px;
	display: inline-block;
	line-height: 80px;
	margin: 0 0 0 0;
	/* position: relative; */
}
.cmn_flow_type03 li.bg span{
	background:#8C6900;
	color:#FFF;
	text-align: center;
	position: relative;
	z-index: 100;
}
.cmn_flow_type03 li:first-child span{
	margin:0;
}

.cmn_flow_type03 li::before{
	content: '';
	width: 29%;
	height: 20px;
	/* border-bottom: 10px solid transparent; */
	/* border-left: 17px solid #FEE7C9; */
	/* border-top: 10px solid transparent; */
	position: absolute;
	top: 36%;
	left: -14%;
	margin-top: -4px;
	background: #F9D46F;
	text-align: center;
	margin: 0 auto;
	z-index: -1;
}

.cmn_flow_type03 li::after{content: '';width: 0;height: 0;border-top: 5px solid transparent;border-left: 10px solid #FFF;border-bottom: 5px solid transparent;position: absolute;top: 71%;left: -2%;margin-top: -23px;text-align: center;}
.cmn_flow_type03 li:first-child::before{
	background: none;
	width: 0;
}

.cmn_flow_type03 li:first-child::after{
	border:none;
	width: 0;
}


/*流れパターン04*/
.cmn_flow_type04 .block{
	text-align:left;
	padding:3% 3%;
	margin:0 0 20px;
	border:1px solid #E8DFF5;
}

.cmn_flow_type04 .block dl{
	display:block;
	padding:0 4% 0 4%;
}
.cmn_flow_type04 .block dl dt{
	font-size: 1.5rem;
	font-weight: bold;
	padding:0 0 10px;
	padding:0 0 0 12%;
}
.cmn_flow_type04 .block dl dt span{
	font-size:1.7rem;
}
.cmn_flow_type04 .block .blue{
	color:#2779A1;
}
.cmn_flow_type04 .block .green{
	color:#38938C;
}

.cmn_flow_type04 .block .green02{
	color:#327944;
}
.cmn_flow_type04 .block .orange{
	color:#DF7159;
}

.cmn_flow_type04 .block{
	position: relative;
}
.cmn_flow_type04 .block .icon{
	position: absolute;
	top:0;
	left:0;
}
.cmn_flow_type04 .block .icon span{
    font-style: italic;
    color: #FFF;
    background: #A8CDDF;
    width: 45px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    text-align: center;
    letter-spacing: -0.1em;
    font-size: 2.0rem;
    padding: 0 5px 0 0;
}
.cmn_flow_type04 .block .icon.blue span{
	background: #A8CDDF;
}
.cmn_flow_type04 .block .icon.green span{
	background: #AADFDB;
}
.cmn_flow_type04 .block .icon.orange span{
	background: #F3C5A9;
}
.cmn_flow_type04 .block .icon.green02 span{
	background: #AFE9BE;
}


.cmn_flow_type04 .block dl dd{
	font-size: 1.1rem;
	padding:5% 0 5%;
}

.cmn_flow_type04 .arrow{
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 35px solid #FEE7C9;
  text-align: center;
  display: block;
  margin: 0 auto 20px;
 }



/*------------------------------------
リンクボタンパターン
------------------------------------*/

/*リンクボタン1*/

.cmn_link_more01 span{
  font-size:1.1rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 30px 0 70px;
}

.cmn_link_more01 span:before {
  content: "";
  display: inline-block;
  /* margin-right: 1em; */
  width: 54px;
  vertical-align: 0.3em;
  position: absolute;
  background-color: #CCCCCC;
  height: 2px;
  left: 0;
  top: 40%;
  margin-top: 2px;
  transition: width 0.35s cubic-bezier(0.46, 0.1, 0.29, 1), background-color 0.35s cubic-bezier(0.46, 0.1, 0.29, 1);
}
.cmn_link_more01 span:after {
	position: absolute;
	top: -3px;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 2px;
	width: 9px;
	height: 9px;
	border-top: 2px solid #FF006C;
	border-right: 2px solid #FF006C;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*リンクボタン2*/
.cmn_link_more02 span{
  font-size:1.1rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 30px 0 70px;
}

.cmn_link_more02 span:before {
  content: "";
  display: inline-block;
  width: 54px;
  vertical-align: 0.3em;
  position: absolute;
  background-color: #FFBF00;
  height: 2px;
  left: 0;
  top: 40%;
  margin-top: 2px;
  transition: width 0.35s cubic-bezier(0.46, 0.1, 0.29, 1), background-color 0.35s cubic-bezier(0.46, 0.1, 0.29, 1);
}



/*ボタン01*/
.cmn_link_btn01 a{
    background: #28224B;
    font-size: 1.1rem;
    color: #fff;
    letter-spacing: 0.1em;
    display: block;
    width: 230px;
	margin:0 auto;
    position: relative;
    overflow: hidden;
    transition: all 0s;
    text-align: center;
	height:55px;
	line-height:55px;
}
.cmn_link_btn01 a{
	color:#FFF;
}
.cmn_link_btn01 a:before {
    background: #fff;
    content: "";
    height: 250px;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: -280px;
    width: 100px;
    z-index: 1;
    transition: 1s;
}
.cmn_link_btn01 a:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 8%;
    margin-top: -5px;
    transition: 0.3s;
}
.cmn_link_btn01 a:hover:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 3%;
    margin-top: -5px;
    transition: 0.3s;
    color: #FFF;
}
.cmn_link_btn01 a:hover:before {
    animation: anim 1.5s cubic-bezier(0.955, 0.555, 0.000, 0.770);
    opacity: 0.3;
    width: 250px;
}
@keyframes anim {
 0% {
transform: translateX(0);
}
 100% {
transform: translateX(1000px);
}
}
.cmn_link_btn01.round a{
    border-radius: 30px;
}

.cmn_link_btn01.large a{
    width:260px;
	height:60px;
	line-height: 60px;
}


/*------------------------------------
共通パターン
------------------------------------*/

.cmn_list01 li{
	background: url(../img/img-common/cmn_icon.png) no-repeat left 20%;
	text-align: left;
	padding: 1% 0 1% 11%;
	margin:0 0 15px;
	background-size: 7%;
}

.cmn_list01 li:last-child{
	margin:0;
}

.cmn_list01.none li{
	background: none;
    padding: 0 0 0 0px;
    /*text-indent: -2.2em;
    margin-left: 2.2em;*/
}




#contents .cmn_voice_block01 li{
	
}

#contents .cmn_voice_block01 dl{
	text-align:left;
	border:1px solid #FFE493;
	border-radius:10px;
	padding:5%;
	/*height:360px;*/
	margin:0 0 30px;
	position:relative;
}
#contents .cmn_voice_block01 dl{
	background:url(../img/img-eidai-voice/ttl_bg.png) no-repeat left center;
	background-size:contain;
}

#contents .cmn_voice_block01 li .bg01{
    position:absoulte;
}
#contents .cmn_voice_block01 dl::after{
}

#contents .cmn_voice_block01 dt{
	font-size:1.4rem;
	color:#B28500;
	line-height:1.2;
	padding:0 0 10px;
	font-weight:bold;
}



#contents .cmn_voice_block01 dd{
	/*font-size:1.6rem;*/
	width:94%;
	margin:0 auto;
}
@media (max-width: 360px){
	#contents .cmn_voice_block01 .ttl_blk .ttl{
		padding: 0 0 12%;
	}
}



#contents .cmn_voice_block02 .l_cmn_ttl04_03{
	padding: 3% 0 3% 0;
	line-height: 1.5;
	font-size: 1.3rem;
	background:none;
	text-align:left;
	background: url(../img/img-common/ttl.png) no-repeat 0% 92%;
	color:#330066;
	background-size: 15%;
	text-indent: -0.5em;
    margin-left: 0.5em;
}

@media (min-width: 568px){
#contents .cmn_voice_block02 .l_cmn_ttl04_03 {
    background: url(../img/img-common/ttl.png) no-repeat 0% 92%;
    background-size: 11%;
}
}

#contents .cmn_voice_block02 .l_cmn_ttl04_03 span {
    margin: 0;
    display: inline-block;
    padding: 8px 18px 3px 6%;
    margin-bottom: -6px;
    font-weight: bold;
    position: relative;
    bottom: 5px;
    border-bottom: 1px solid #DDDDDD;
    width: 100%;
}

#contents .cmn_voice_block02 .l_cmn_ttl04_03 span::after{
	content:"";
	position:absolute;
	bottom: 0%;
	left: 0%;
	box-sizing: border-box;
	width: 250px;
	height: 2px;
	border-bottom: 1px solid #330066;
}

#contents .cmn_voice_block02 .voice_block{
	padding:0 0 8%;
}

#contents .cmn_voice_block02 .voice_block .txt{
	text-align:left;
	padding: 3% 0 0;
}
#contents .cmn_voice_block02 .voice_block .txt span{
	text-align:right;
	width:100%;
	padding:3% 0 3%;
	display:inline-block;
}

#contents .cmn_voice_block02 .voice_block .click {
    background: url(../img/img-sougi-voice/search_icon.png) no-repeat left center;
    padding: 2px 0 2px 30px;
    font-weight: bold;
    text-align: right;
    margin: 0px 0 0 60px;
    display: inline-block;
}


/*------------------------------------
共通TELボタン用
------------------------------------*/
#contents a.cmn_tel_btn{
	text-decoration:none;
}

#contents a.cmn_tel_btn:hover{
	color:#333;
	opacity:1;
}







/*------------------------------------マスターからの引用ここまで------------------------------------*/



/*------------------------------------
ヘッダ
------------------------------------*/ 
.site-branding{
	padding:2% 0;
}
#header {
	padding: 0 0 55px;
	z-index: 310000;
	position: fixed;
	top: 0;
	left: 0;
}
#header .container{
	width:90%;
}
/*ロゴ、ディスクリプション*/
.header__content .header__col{
	display:block;
}
#header .header__col.global-nav-wrapper{
	position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 145px;
	padding-right: 2%;
}
#header .header__col.global-nav-wrapper h1 img{
	height: 50px;
}
#header .row.header__content{
	border-top: 9px solid #ACBE1E;
}
#header .site-branding__heading{
	display:inline-block;
	vertical-align: middle;
	width:80%;
}
#header .description{
	display: inline-block;
	margin-left: 2%;
	vertical-align:middle;
	width: 20em;
	line-height: 1.3;
	font-size:1.1rem;
	display:none;
}
#header .blk1{
	text-align:center;
	padding:0;
}

/*インスタ、検索*/
#header .blk2{
	padding:0;
	vertical-align:middle;
	text-align:center;
	margin:9px 0 0;
}
#header .hedinsta{
	float:right;
	display:inline-block;
	vertical-align:middle;
	margin-right:13%;
	width:23%;
}
#header .hedsearch{
	vertical-align:middle;
	float:right;
	display: none;
}
#header .hedsearchbtn{
	float:right;
	display:inline-block;
	vertical-align:middle;
	color:#777;
	line-height:1.2;
	font-size:2rem;
}
#header .hedlogo2{
	float:none;
	margin-top:10%;
	display:inline-block;
	vertical-align:middle;
}

#header .fa-search{
	position: relative;
}
#header .fa-search:before{
	content: " ";
	background: url(https://www.ikedashi-kanko.jp/wp-content/uploads/megane.png) no-repeat left top;
	width: 22px;
	height: 23px;
	display: block;
	position: absolute;
	top: -25px;
	right: 0;
	background-size: contain;
}
#header .hedsearch input.form-control{
	font-size: 1.1rem;
	padding: 3px 6px;
	height: 32px;
	border: 2px solid #ECECEC;
}


#header .hedsearch input.btn-default {
  cursor: pointer;
  display: block;
  width: 36px;
  height: 32px;
  border: none;
  text-indent: -9999px;
  background: url(https://www.ikedashi-kanko.jp/wp-content/uploads/search_btn.png) no-repeat 0 0;
}







/*ハンバーガーメニュー*/
html #wpadminbar{
	position:fixed;
}
.row {
     margin-left: 0px; 
     margin-right: 0px; 
}
#responsive-btn{
	left:0;
	right:auto;
	bottom:auto;
	top:19%;
	background-image:url(../../../wp-content/uploads/sp_menu.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:100%;
	background-color:#000;
	display: none !important;
}
#responsive-btn:before{
	content:"" !important;
}
.responsive-nav-wrapper.off-canvas-nav-open #responsive-btn{
	background-image:url(../../../wp-content/uploads/sp_menu_close.png);
	background-color:#000;
}

.off-canvas-nav a{
	position:relative;
}
.off-canvas-nav a:after{
	position:absolute;
	content:"";
	right: 6px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top:43%;
	
}


.global-nav{
	color:#444;
	background:#fff;
	font-weight:bold;
	font-size:1.3rem;
	z-index: 1000000;
}
.global-nav ul.menu{
	width:86%;
	margin:0 auto;
}
.global-nav li{
	border-top:none !important;
	border-bottom:1px #ddd solid !important;
}
.global-nav li a{
	background-color:#fff !important;
	color:#444 !important;
	background:url(../../../wp-content/uploads/hed_ico_wonbat.png) no-repeat 5% center;
	background-size: 11% !important;
	padding: 9.3% 10% 8.3% 18%;
}
.global-nav li:nth-child(1) a{
	background:none;
}
.global-nav li:nth-child(2) a{
	background:url(../../../wp-content/uploads/hed_ico_wonbat.png) no-repeat 5% center;
}
.global-nav li:nth-child(3) a{
	background:url(../../../wp-content/uploads/hed_ico_manpuku.png) no-repeat 5% center;
}
.global-nav li:nth-child(4) a{
	background:url(../../../wp-content/uploads/hed_ico_instant.png) no-repeat 5% center;
}
/*.global-nav li:nth-child(5) a{
	background:url(../../../wp-content/uploads/hed_ico_special.png) no-repeat 5% center;
}*/
.global-nav li:nth-child(5) a{
	background:url(../../../wp-content/uploads/hed_ico_gurmet.png) no-repeat 5% center;
}
.global-nav li:nth-child(6) a{
	background:url(../../../wp-content/uploads/hed_ico_odekake.png) no-repeat 5% center;
}
.global-nav li:nth-child(7) a{
	/*background:url(../../../wp-content/uploads/hed_icon_kosodate.png) no-repeat 5% center;*/
	background:url(../../../wp-content/uploads/hed_icon_movie.png) no-repeat 5% center;
}
.global-nav li:nth-child(8) a{
	background:url(../../../wp-content/uploads/hed_ico_all.png) no-repeat 5% center;
}





/*------------------------------------
フッター
------------------------------------*/ 
#footer {
	padding:0% 0 0%;
	margin:0 0 0;
}
#footer .container{
	padding:0;
}
#footer .row1{
	padding: 0;
	background:#fff;
}
#footer .row2{
	border-top:1px solid #fff;
	background:#fff;

}



#footer .logo{
	/* display:inline-block; */
	vertical-align: middle;
	width: 29%;
	margin: 0 auto 5%;
}
#footer .description{
	/* display: inline-block; */
	margin-left: 2%;
	vertical-align:middle;
	width: 100%;
	line-height: 1.4;
	font-size: 1rem;
	margin: 0 auto;
	text-align: center;
	color:#333;
}
#footer .snsblock{
	margin: 5% auto;
	text-align: center;
}
#footer .snsblock li{
	margin: 0 3%;
	display:inline-block;
	width:10%;
}
#footer .snsblock li img{
	width:90%;
}
#footer #footer-menu{
	text-align:center;
	margin: 7% 0 0;
}
#footer #footer-menu li{
	display:inline-block;
	margin: 0 3% 3%;
}
#footer #footer-menu li a{
	 color:#fff;
}

/*------------------------------------
フッター　banner_block
------------------------------------*/ 

#footer .banner_block{
	background: #fff;
	text-align: center;
}
#footer .banner_block img{
	width: 100%;
	height: auto;
}
#footer .banner_block_inner{
	margin: 0 6%;
	padding: 3% 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#footer .banner_block_inner a{
	margin: 0 0 30px 0;
	width: 100%;
}
#footer .banner_block_inner a:nth-child(3),
#footer .banner_block_inner a:nth-child(4),
#footer .banner_block_inner a:nth-child(5),
#footer .banner_block_inner a:nth-child(6){
	width: 48%;
	margin: 0 0 15px 0;
}
#footer .banner_block_inner a:nth-child(3),
#footer .banner_block_inner a:nth-child(5){
	margin: 0 4% 15px 0;
}
#footer .banner_block_inner a:nth-child(3){
	display: block;
	width: 90%;
	margin: 0 auto 60px;
}

/*------------------------------------
フッター　link_block
------------------------------------*/ 

#footer .link_block{
	display: none;
}

#footer .link_block_inner{
	margin: 0 6%;
	padding: 3% 0;
	display: flex
}
#footer .link_block_inner ul{
	margin: 0 2%  0 0;
	width: 23.5%;
}
#footer .link_block_inner ul li{
	padding: 0 0 4% 0;
}
#footer .link_block_inner ul li.fukumaru{
	padding: 10% 0 4% 0;
}
#footer .link_block_inner a{
	color: #333;
	position: relative;
	padding: 0 0 0 8%;
}
#footer .link_block_inner a:hover{
	text-decoration: underline;
}
#footer .link_block_inner a:last-child{
	margin: 0;
}
#footer .link_block_inner ul li a::before {
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 1px #B5CA20;
    border-right: solid 1px#B5CA20;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}
#footer .mappdf_block{
	background: #FFFF73;
	text-align: center;
}
#footer .mappdf_block h2{
	padding: 1.5% 0 1%;
	margin: 20px auto 30px;
	width: 90%;
}
#footer .mappdf_block_inner{
	margin: 0 auto 6%;
	width: 100%;
	padding: 0 0 3% 0;
	display: flex;
	flex-wrap: wrap;
}
#footer .mappdf_block_inner a{
	margin: 0 0 25px 0;
	width: 48%;
}
#footer .mappdf_block_inner a:first-of-type,
#footer .mappdf_block_inner a:nth-of-type(3){
	margin: 0 4% 0 0;
}
#footer .mappdf_block_inner a:last-child{
	margin: 0;
}














/*　コピーライト
-------------------------------*/
.copyright{
	background:#333;
	color:#fff;
	text-align:center;
}


/*　スマホ定点メニュー
-------------------------------*/
.teiten-nav{
	position:fixed;
	bottom:0;
	width:100%;
	border-top:2px solid #ddd;
	background:#fff;
	z-index:1000;
	display: none !important;
}
.teiten-nav .container{
	width:100%;
	padding:0;
}
.teiten-nav ul{
	display: flex;
	justify-content: space-between;
}
.teiten-nav li{
	width:25%;
	float:left;
	font-size:0.8rem;
	padding:0;
	letter-spacing:-0.08em;
	text-align:center;
}
.teiten-nav li a{
	color:#333;
	display:block;
	height:100%;
}
.teiten-nav .menu-item{
	background:url(../../../wp-content/uploads/hed_ico_home.png) no-repeat center 28%;
	background-size:45%;
}
.teiten-nav .menu-item a{
	color:#7F7F7F;
}
.teiten-nav .menu-item:nth-child(2){
	background:url(../../../wp-content/uploads/hed_ico_wonbat.png) no-repeat center 28%;
	background-size:40%;
}
.teiten-nav .menu-item:nth-child(2) a{
	color:#111;
}
.teiten-nav .menu-item:nth-child(3){
	background:url(../../../wp-content/uploads/hed_ico_manpuku.png) no-repeat center 15%;
	background-size:38%;
}
.teiten-nav .menu-item:nth-child(3) a{
	color:#D0822B;
}
.teiten-nav .menu-item:nth-child(4){
	background:url(../../../wp-content/uploads/hed_ico_instant.png) no-repeat center 15%;
	background-size:38%;
}
.teiten-nav .menu-item:nth-child(4) a{
	color:#FF7A4D;
}
.teiten-nav .menu>.menu-item>a{
	padding:39% 0px 2% !important;
	text-decoration:none;
}

/*------------------------------------
共通
------------------------------------*/ 

/*　ぱんくず
-------------------------------*/
.breadcrumbs{
	margin-bottom:3%;
}


/*　ページタイトル
-------------------------------*/
.pagettl{
	background-image: linear-gradient(to right, #000 10%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 7px 2px;
	background-repeat: repeat-x;
	width: 100% !important;
	padding: 1.5% 0 3% 12% !important;
	position: relative;
	margin: 0 0 5% 0;
	font-size: 1.6rem;
	font-weight: bold;
}
.page-template-spotlist .pagettl:before{
	content:"";
	display:inline-block;
	width:1.6em;
	height:1.6em;
	background:url(https://www.ikedashi-kanko.jp/wp-content/uploads/spot_ico.gif) no-repeat;
	background-size:contain;
	position: absolute;
	top: 2%;
	left: 0;

}
.page-template-courselist .pagettl:before{
	content:"";
	display:inline-block;
	width:1.6em;
	height:1.6em;
	background:url(https://www.ikedashi-kanko.jp/wp-content/uploads/course_ico.gif) no-repeat;
	background-size:contain;
	position: absolute;
	top: 2%;
	left: 0;

}
.page-template-tourismlist .pagettl:before{
	content:"";
	display:inline-block;
	width:1.6em;
	height:1.6em;
	background:url(https://www.ikedashi-kanko.jp/wp-content/uploads/tourism_ico.gif) no-repeat;
	background-size:contain;
	position: absolute;
	top: 2%;
	left: 0;

}
.page-template-movielist .pagettl:before{
	content:"";
	display:inline-block;
	width:1.6em;
	height:1.6em;
	background:url(https://www.ikedashi-kanko.jp/wp-content/uploads/movie_ico.gif) no-repeat;
	background-size:contain;
	position: absolute;
	top: 2%;
	left: 0;

}
.single-course .entry-title{
	background-image: linear-gradient(to right, #000 10%, rgba(255,255,255,0) 0%) !important;
	background-position: bottom !important;
	background-size: 7px 2px !important;
	background-repeat: repeat-x !important;
	width: 100% !important;
	padding: 1.5% 0 3% 12% !important;
	position: relative !important;
	margin: 0 0 5% 0 !important;
	font-size: 1.6rem !important;
	font-weight: bold !important;
}
.single-course  .entry-title:before{
	content:"";
	display:inline-block;
	width:1.6em;
	height:1.6em;
	background:url(https://www.ikedashi-kanko.jp/wp-content/uploads/course_ico.gif) no-repeat;
	background-size:contain;
	position: absolute;
	top: 2%;
	left: 0;
}
.single-spot .entry-title{
	background-image: linear-gradient(to right, #000 10%, rgba(255,255,255,0) 0%) !important;
	background-position: bottom !important;
	background-size: 7px 2px !important;
	background-repeat: repeat-x !important;
	width: 100% !important;
	padding: 1.5% 0 3% 12% !important;
	position: relative !important;
	margin: 0 0 5% 0 !important;
	font-size: 1.6rem !important;
	font-weight: bold !important;
}
.single-spot  .entry-title:before{
	content:"";
	display:inline-block;
	width:1.6em;
	height:1.6em;
	background:url(https://www.ikedashi-kanko.jp/wp-content/uploads/spot_ico.gif) no-repeat;
	background-size:contain;
	position: absolute;
	top: 2%;
	left: 0;
}
.page-template-bloglist .pagettl{
	background-image: linear-gradient(to right, #000 10%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 7px 2px;
	background-repeat: repeat-x;
	width: 100% !important;
	padding: 1.5% 0 3% 2% !important;
	position: relative;
	margin: 0 0 5% 0;
	font-size: 1.6rem;
	font-weight: bold;
}
.page-template-experiencelist .pagettl{
	background-image: linear-gradient(to right, #000 10%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 7px 2px;
	background-repeat: repeat-x;
	width: 100% !important;
	padding: 1.5% 0 3% 2% !important;
	position: relative;
	margin: 0 0 5% 0;
	font-size: 1.6rem;
	font-weight: bold;
}
.search .pagettl{
	padding: 1.5% 0 3% 0% !important;
}
.pagettl span{
    padding: 0 0 0 2%;
    display: block;
}






.pagedescription p{
	padding:2% 0 2%;
}


/*　コンテナー
-------------------------------*/
#contents{
	padding-top:110px;
	padding-bottom:8%;
}
.home #contents{
	background:#F8F7EA;
	background:#FFF;
	padding-bottom:0;
}
.container{
	width:88%;
	margin:0 auto;
	padding:0;
}

.main_block, .taglist, .recommend_block, .movie_block, .homeside, .pickup_block, .banner_block li{
	padding:0;
}
.news_listin{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	flex-direction: row;
}

.iphone .news_listblk,	
.ipad .news_listblk{
	width: 49.5%;
}

.news_listblk:nth-child(2n){
	padding:0 0 0 2% ;
	float: none;
	/*display: flex;*/
	margin: 0 0 8%;
}
.news_listblk:nth-child(2n+1){
	padding:0 2% 0 0 ;
	float: none;
	/*display: flex;*/
	margin: 0 0 8%;
}

.news_listblk:nth-child(5){
	display:none;
}
.news_listblk:nth-child(6){
	display:none;
}
.home .news_listblk:nth-child(5),
.home .news_listblk:nth-child(6) {
	display: inherit;
}

/*　ブロック
-------------------------------*/
.inner_block{
	padding:0 3%;
	position:relative;
	width:100%;
}

/*　メイン画像
-------------------------------*/
.main_img{
	margin:0 0 3%;
}

.main_img{
	width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    opacity: 1;
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
	
    width: 100%;
    height: auto;
    padding-top: 66.67%;
}
.combined-item-inner:hover .main_img{
    opacity: .8;
}
.combined-item-inner:hover .title{
	text-decoration:none;
}



/*------------------------------------
トップページ
------------------------------------*/ 


/*------------------------------------
トップスライダー
------------------------------------*/ 

.swiper-container{
	position: relative;
	padding: 50px 0 50px 0;
}

.swiper-container .message {
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 74%;
	z-index: 200;
}
.swiper-container.swiper-container-horizontal > .swiper-pagination-bullets{
	bottom:14px;
	z-index: 300;
}




.home .sub-page-contents{
	display:none;
}
.home h2{
	font-size:1.4rem;
	font-weight:bold;
	margin:0 0 3%;
}


.home .inner_block{
	padding:0 1%;
}



.home .combined-item-inner{
	
    height: 100%;
}
.home .main_img{
	width: 100%;
    height: auto;
    background-color: #ddd;
    background-size: cover;
    background-position: center;
    opacity: 1;
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
	
    width: 100%;
    height: auto;
    padding-top: 66.67%;
}
.home .combined-item-inner:hover .main_img{
    opacity: .8;
}
.home .combined-item-inner:hover .title{
	text-decoration:none;
}





/*投稿者情報*/
.userinfo{
	display:inline-block;
	margin:0 0 0 0%;
	z-index:999;
	width:5em;
	position:absolute;
	top:-3.5em;
}
.usericon.img-circle {
	margin:0 0 2% !important;
	text-align:center;
}
.usericon.img-circle img{
    border-radius: 50%;
	border:2px solid #fff;
	z-index:999;
	opacity:1;
	width:80%;
}
.news_listblk .userinfo{
	top:-2.5em;
}
.news_listblk .usericon.img-circle img{
	width:70%;
}
.userinfo .username{
	text-align: center;
    margin-top: 0%;
    font-size: 0.7rem;
    color: #666;
    line-height: 1;
	width:100%;
}


/*日付*/
.day{
	color:#333;
	text-align:right;
	margin:0 0 4%;
	font-size:0.9rem;
}
.day p{
	display: inline-block;
	letter-spacing: 0;
	letter-spacing: -0.02em;
}
/*new*/
.entry-icon-new{
	border:1px solid #F20809;
	padding:0% 1%;
	margin:0 -1% 0 0;
	text-align:center;
	display: inline-block;
	color:#F20809;
}

/*タイトル*/
.title{
	font-size:1.1rem;
	font-weight:normal;
	margin:2% 0 1% 1%;
	color:#333;
	text-decoration:none;
}
.home .honbun{
	font-size: 1rem;
	color: #333;
	margin:2% 0 1% 1%;
}
/*:hover .title,
:active .title{
	text-decoration:none;
}*/
 
 
/*タグ*/
.tag{
	margin:0 0 1% 1%;
}
.home .taglist h2{
	color:#BB9230;
}

/*注目タグ*/
.home .taglist li{
	display:inline-block;
	font-size:1.1rem;
	line-height:2;
	background:#fff;
	margin-right:1em;
	margin-bottom:0.5em;
	border: 1px solid #E0DEAB;
    border-radius: 20px;
    padding: 0% 5%;
}
.home .taglist li a{
    color: #6C6A40;
    padding: 2% 0% 2%;
	display:block;
}
.home .taglist li:hover{
	background:#eee;
	text-decoration:none;
}

/*注目動画*/
.home .movie_block .video{
	width:100%;              /*横幅いっぱいにwidthを指定*/
	padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
	padding-bottom:62.35%;
	height:0px;              /*高さはpaddingで指定するためheightは0に*/
	position: relative;
}
.home .movie_block .video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home .movie_block .title{
    margin: 3% 0 1% 1%;
	font-size:1.1rem;
}
.home .movie_block .title a{
	color:#333;
}
/*最近の投稿*/
.home .news_list .list_link{
	font-size:1.1rem;
	text-align:right;
	padding:0;
}
.home .news_list .list_ttl{
	padding:0;
	text-align: center;
	color:#BC9230;
}
.home .news_list .list_link a{
	color:#333;
	text-decoration:none;
}
/*特集*/
.home .special_blockwp{
	/*padding:0;*/
	width:100%;
}
.home .special_block h2{
	padding:0;
}
.home .special_block{
	background:#fff;
	padding:7% 6% 10%;
}
.home .special_blockin{
	padding:0;
}
.home .special_block2{
	background:#fff;
	padding:0;
	padding-bottom:8%;
}
.home .special_block2:last-child{
	padding-bottom:0%;
}
.home .special_block2 a{
	color:#fff; 
	font-size:1.3rem;
	text-decoration:none;
}
.home .special_block2 .title{
	margin:0;
}
.home .special_block .list_link{
	font-size:1.1rem;
	text-align:right;
	padding:0;
}
.home .special_block .list_link a{
	color:#333;
	text-decoration:none;
}

/*ランキング*/
.home .homeside{
	/*padding:0 6%;*/
}
.ranking .main_img{
	padding-top: 100%;
}
.ranking h2{
	color:#BB9230;
}
.ranking .txt {
	position:relative;
}
.ranking .txt:after {
	content:"01";
	position:absolute;
	right:0;
	top:0;
	font-weight:bold;
	font-size:2.3rem;
	color:#ccc;
	line-height:1;
}
/*.rankingblk:nth-child(1) .txt:after {
	content:"01";
}*/
.rankingblk:nth-child(2) .txt:after {
	content:"01";
}
.rankingblk:nth-child(3) .txt:after {
	content:"02";
}
.rankingblk:nth-child(4) .txt:after {
	content:"03";
}
.rankingblk:nth-child(5) .txt:after {
	content:"04";
}
.rankingblk:nth-child(6) .txt:after {
	content:"05";
}

.rankingblk .txt .date {
    color: #999999;
    letter-spacing: 0;
    font-size: 1.2rem;
}

.home .ranking .rankingblk:nth-child(2) .txt:after {
	content:"01";
}
.home .ranking .rankingblk:nth-child(3) .txt:after {
	content:"02";
}
.home .ranking .rankingblk:nth-child(4) .txt:after {
	content:"03";
}
.home .ranking .rankingblk:nth-child(5) .txt:after {
	content:"04";
}
.home .ranking .rankingblk:nth-child(6) .txt:after {
	content:"05";
}
.ranking .title {
	margin:0;
	font-size:1.1rem !important;
	z-index:10;
}
.rankingblk{
	height: auto;
}
.ranking a{
	color:#333;
}

/*ピックアップ*/
.recommend_block_bg{
    background: linear-gradient(180deg,#FFA64D 0%,#FFA64D 200px,#FFF 200px,#FFF 100%);
    padding: 6% 0 0;
}
.recommend_block_bg .title{
	font-weight: bold;
	font-size: 1.3rem;
}
.recommend_block_bg .ttl{
	color:#FFF;
	margin:0 0 10%;
	position: relative;
	text-align: center;
}

@media (min-width: 568px) {
	.recommend_block_bg .ttl{
		margin: 0 0 5%;
	}
}

.recommend_block_bg .ttl::after{
	content: '';
    position: absolute;
    height: 20px;
    width: 1px;
    background: #FFF;
    top: 25px;
    text-align: center;
    left: 50%;
    right: 0;
}


.pickup_block_bg{
    background:linear-gradient(180deg,#6ECAE3 0%,#6ECAE3 150px,#FFF 150px,#FFF 100%);
    padding: 6% 0 0;
}
.pickup_block_bg h2{
	color:#FFF;
	margin:0 0 10%;
	position: relative;
	text-align: center;
}

.pickup_block_bg h2::after{
	content: '';
    position: absolute;
    height: 20px;
    width: 1px;
    background: #FFF;
    top: 25px;
    text-align: center;
    left: 50%;
    right: 0;
}
.pickup_block{
	padding:0;
	display: flex;
    flex-wrap: wrap;
}
.home .pickup_block .main_img {
	padding-top: 100%;
}
.home .pickup_block .title {
	margin:0;
	font-size:1.1rem;
}
.home .pickup_block a{
	color:#333;
}

/*インスタ*/
.insta_blk{
	padding: 30px 0 0;
	margin: 0 auto;
	text-align: center;
}
.insta_blk .ttl{
	/*border-top:2px solid #222;*/
	padding:0% 0 3%;
	margin: 0;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
    letter-spacing: 0.1em;
    width: 50%;
}
.insta_blk .ttl span{
	background:url('https://www.ikedashi-kanko.jp/wp-content/uploads/insta_ttl_icon.png') no-repeat left center;
	padding: 2% 0 2% 16%;
	background-size:16%;
}
.kasou_bnr_blk + .insta_blk {
    margin-top: 30px;
}
.mappdf_block + .kasou_bnr_blk {
    margin-top: 50px;
}

/*下部バナー*/
.banner_block{
	text-align: center;
}

.banner_block_bg{
	background:#F8F7EB;
	padding:10% 0 10%;
}

.home .footer-widget-area{
	background:#F8F7EB;
	padding: 30px 0 25px;
}

.footer-widget-area{
	padding: 30px 0 25px;
}




/*------------------------------------
トップページ
------------------------------------*/ 
.home .sub-page-contents{
	display:none;
}
.home h2,
.page-template-spotlist .news_cms_block h2{
	font-size:2.2rem;
	font-weight:bold;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0 auto 15px;
	width: 55%;
	position: relative;
}
.home h2 span.link_all{
	font-size:1.2rem;
	font-weight:normal;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0;
	padding: 0;
	position: absolute;
	right: -40%;
	top: 80%;
}
.home h2 span.link_all a{
	color: #333333;
	text-decoration: underline;
}
.home .btn {
	width: 100% !important;
}
.home .btn a{
	color: #fff;
    font-weight: bold;
    background: url(img/img-index/btn_bg.png) no-repeat center;
    background-size: contain;
    width: 340px;
    padding: 12px 35px 12px 0;
    font-size: 1.2rem;
	letter-spacing: 0.2em;
	margin:  0 auto 15px;
	display: block;
}
.home .news_list_btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 70%;
	margin: auto;
	gap: 20px 0;
}
.home .news_list_btn_event a {
  color: #fff;
  font-weight: bold;
  background: url(img/img-common/bg_eventcalendar_btn_sp.png) no-repeat center;
  background-size: contain;
  width: 282px;
  height: 65px;
  font-size: 1.6rem;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
}
.home .news_list_btn_event a span{
	padding-left: 20px;
}
.home .banner_block {
	text-align: center;
	padding: 10px 0 0;
}

.home .news_cms_block,
.page-template-spotlist .news_cms_block{
	background: url(img/img-index/news_bg.png) repeat left top;
	padding: 40px 0 50px;
}
.home .news_cms_block h2,
.page-template-spotlist .news_cms_block h2{
	width: 50%;
}


.home .news_cms_block .iframe_wrapper,
.page-template-spotlist .news_cms_block .iframe_wrapper{
	width: 90%;
	margin: 0 auto;
	background: #fff;
}
.home .news_cms_block .topic,
.page-template-spotlist .news_cms_block .iframe_wrapper iframe{
	width: 90%;
	display: block;
	height: 200px;
	border-radius: 10px;
	box-shadow:8px 8px 0px 0px #ACBE1E;
	background: #fff;
}

/* ------------------------------------------
ABOUT いけだ
 ------------------------------------------*/
.home .aboutikeda_block{
	padding: 50px 0 0;
}
.home .aboutikeda_block .container{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.home .aboutikeda_block .container h2{
	width: 65%;
}
.home .aboutikeda_block_textarea{
	font-size: 1.1rem;
}
.home .aboutikeda_block_textarea p:first-of-type{
	margin-bottom: 10px;
}
.home .aboutikeda_block_textarea img{
	padding: 0 0 20px 0;
	width: 70%;
	margin: auto;
}
.home .aboutikeda_block_movie{
	width: 95%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 35px 50px;
	margin: -10px auto 50px;
}
.home .aboutikeda_block_movie_image {
  width: 265px;
}
.home .aboutikeda_block_movie_youtube {
  width: 530px;
}
.home .aboutikeda_block_movie_youtube .movie_wrap {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.home .aboutikeda_block_movie_youtube .movie_wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .aboutikeda_block_movie_btn{
	width: 100%;
}

.home .aboutikeda_block_movie_map{
	width: 100%;
	margin: auto;
}
.home .aboutikeda_block_movie_map h3{
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}
.home .aboutikeda_block_movie_map h3 img{
	height: 24px;
}
.home .aboutikeda_block_movie_map .iframe_box {
  width: 100%;
  margin: 0 auto 20px;
  border: 4px solid #ACBE1E;
}
.home .aboutikeda_block_movie_map .iframe_box iframe{
	height: 292px;
}
.home .aboutikeda_block_movie_map ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.ttl_gourmet {
	text-align: center;
	margin-bottom: 40px;
}
.ttl_gourmet img{
	width: auto;
	height: 94px;
}
/*---------------------------------------
トップページ　案内所とインフォメーションバナー
------------------------------------------*/
.tabearuki_btn{
	width: 77%;
	margin: 0 auto;
	padding: 10px 0 20px;
	text-align: center;
}
.omotenashi.container,
.bnr_info.container{
	width: 77%;
}
.bnr_info.container{
  margin-bottom: 60px;
}
.bnr_info li:first-of-type {
  margin-top: 40px;
  margin-bottom: 20px;
}
.omotenashi li:last-of-type{
	margin-bottom: -15px;
}
/*------------------------------------------*/
.home .feature_block{
	padding: 40px 0;
}
.home .feature_block div{
	padding: 0 1.5%;
}
.home .feature_block h3{
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
}
.home .feature_block h3 span{
	display: block;
	font-size:1.8rem;
}

.home .feature_block .block01 a{
	background: url(img/img-index/btn_satukiyama.jpg) no-repeat center center;
	background-size:contain;
}
.home .feature_block .block02 a{
	background: url(img/img-index/btn_orihime.jpg) no-repeat center center;
	background-size:contain;
}
.home .feature_block .block03 a{
	background: url(img/img-index/btn_instant.jpg) no-repeat center center;
	background-size:contain;
}
.home .feature_block .block04 a{
	background: url(img/img-index/btn_rakugo.jpg) no-repeat center center;
	background-size:contain;
}
.home .feature_block a{
	width: 100%;
	height: 200px;
	display: block;
	margin: 0 auto;
	padding:0 0 10px;
}
.home .feature_block a:hover{
	opacity: 0.8;
}
.home .feature_block p{
	text-align: left;
	font-size: 1.1rem;
	line-height: 140%;
	padding: 1% 2% 0 3%;
}

.home .ijin_block{
	background: url(img/img-index/ijinn_bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 40px 0 60px;
}
.home .ijin_block a:active{
	text-decoration: none;
}
.home .ijin_block a:hover{
	text-decoration: none;
}
.home .ijin_block h2{
	width: 50%;
}
.home .ijin_block .img_box .box{
    background: #FFF;
    width: 75%;
    padding: 20px 27px;
    margin: -20% 0 10% 25%;
    z-index: 10;
    position: relative;
}
.home .ijin_block .img_box .box dt{
	font-size:1.4rem;
	font-weight:bold;
	display:block;
	float:none;
	border:none;
	width:auto;
	margin:0;
}
.home .ijin_block h3{
	text-align:center;
	font-size:1.6rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}
.home .ijin_block p.ttl{
	text-align:center;
	padding:0 0 30px;
	width: 62%;
    margin: 0 auto;
}
.home .ijin_block .img_box .box dt span{
	font-size:1.0rem;
	color:#999999;
	font-weight:normal;
	display:block;
	padding:1% 0 2%;
}
.home .ijin_block img{
	max-width:100%;
}
.home .ijin_block .img_box .box dl{
	/* width:auto; */
}
.home .ijin_block .img_box .box dd{
	display: block;
	float: none;
	border: none;
	width: auto;
	font-size: 1.0rem;
	line-height: 1.8;
	padding: 3% 0;
	    color: #333;
	text-decoration: none;
}
.home .ijin_block .img_box .link{
	color:#333;
	font-size:1.0rem;
}
.home .ijin_block .img_box .link span{
	border-bottom: 1px solid #333;
    font-size: 1.4rem;
    width: 50px;
    margin: 0px 10px 4px 0;
	height:10px;
	display:inline-block;
}
.home .ijin_block p{
	text-align: right;
}

.home .ijin_block a:last-child .box{
	margin: -20% 0 0% 25%;
}


.home .gmap_block{
	padding: 40px 0 60px;
}

.home .gmap_block h2{
	width: 35%;
}
.home .gmap_block .iframe_box{
	width: 100%;
	height: 300px;
	margin: 0 auto;
	border: 4px solid #ACBE1E;
}
.home .gmap_block iframe{
	width: 100%;
	height: 292px;
}
.home .gmap_block ul{
	margin: 40px auto 0;
}

.home .mappdf_block{
	background: #FFFF73;
	text-align: center;
	padding: 0 0 20px 0;
}
.home .mappdf_block h2{
	padding: 1.5% 0 1%;
	margin: 20px auto 15px;
	width: 90%;
}
.home .mappdf_block_inner{
	margin: 0 auto 6%;
	width: 100%;
	padding: 0 0 3% 0;
	display: flex;
	flex-wrap: wrap;
}
.home .mappdf_block_inner a{
	margin: 0 0 25px 0;
	width: 48%;
}
.home .mappdf_block_inner a:first-of-type,
.home .mappdf_block_inner a:nth-of-type(3){
	margin: 0 4% 0 0;
}
.home .mappdf_block_inner a:last-child{
	margin: 0;
}
.home footer .mappdf_block{
	display: none !important;
}

.home .special_blockwp .taglist h2{
	width: 80%;
}
.home .special_blockwp .ranking h2{
	width: 80%;
}

.home .special_blockwp h2{
	padding: 40px 0 0;
}


.home .inner_block{
	padding:0 1%;
}


.home .combined-item-inner{
	position: relative;
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;*/
    flex-wrap: wrap;
    height: 100%;
	width:100%;
}
.home .main_img{
	width: 100%;
    height: auto;
    background-color: #ddd;
    background-size: cover;
    background-position: center;
    opacity: 1;
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    padding-top: 64.87%;
}

/*ホバー処理*/
.home .combined-item-inner:hover .main_img{
    opacity: .8;
}
.home .combined-item-inner:hover .title{
	text-decoration:none;
}

.media{
	zoom:1;
	position: relative;
    overflow: hidden;
}
.media-inner {
	position: relative;
    overflow: hidden;
	display: block;
}
a:hover .media-inner .main_img {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	z-index:0;
}
.media-inner {
	margin: 0 0 2%;
}


.home .main_block .main_img{
	/*width:730px;*/
}
.home .main_block .combined-item-inner{
	display: block;
	/*max-width:540px;*/
}



.home .main_block .media-inner {
	margin: 0 0 0;
}

.home .main_block .inner_block{
	padding: 1% 3% 0;
	background: #FFF;
	min-height: 110px;
}

.home .main_block .userinfo{
	left: 20px;
}

@media (max-width: 1199px) {
/*.home .main_block .combined-item-inner{
	width:600px;
}*/
}

.responsive-nav-contents {
  position: relative;
  box-shadow: none;
 }



































/*------------------------------------
詳細ページ
------------------------------------*/ 

/*上部の余白を削除*/
.sub-page-contents{
	padding-top:0;
}


/*更新日*/
.single #main .post .kdate .update{
	background: url(https://www.ikedashi-kanko.jp/wp-content/uploads/entry_icon.png) no-repeat left center;
    background-size: 19%;
    padding: 0 0 0 6%;
	display:inline-block;
	color:#666666;
	letter-spacing: 0;
}

.single #main .post .kdate .repeat{
	background: url(https://www.ikedashi-kanko.jp/wp-content/uploads/update_icon.png) no-repeat left center;
    background-size: 17%;
    padding: 0 0 0 6%;
	display:inline-block;
	color:#666666;
	margin:0 3% 0 0;
	letter-spacing: 0;
}

.single #main .post .kdate{
	font-size:0.9rem;
}

.single #main .entry.clr {
    font-size: 1.3rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
}

.single #main .post .blogbox p{
	padding: 0;
}


.single #main .post .blogbox .tags li{
	display:inline-block;
	font-size:0.9rem;
	line-height:1.5;
	background:#fff;
	margin-right:0.6em;
	margin-bottom:1em;
	border: 1px solid #E0DEAB;
    border-radius: 20px;
    padding: 0% 3%;
}
.single #main .post .blogbox .tags li a{
    color: #333;
    padding: 4% 0% 4%;
	display:block;
	color:#545454;
}
.single #main .post .blogbox .tags li:hover{
	background:#eee;
}

/*　詳細ページ目次
-------------------------------*/

.single #main .mantra{
	background-color: #f4f4f4;
	padding:5% 5% 3%;
	margin:6% 0 0;
	border: 2px solid #ccc;
}
.single #main .mantra p{
	margin-bottom: 0;
	padding:0;
	text-align:center;
	font-size: 1.2rem;
}
.single #main .mantra ol {
	list-style-type: none;
	padding-bottom: 20px;
	counter-reset: item;
}
.single #main .mantra ol li{
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-top:10px;
}
.single #main .mantra ol>li:before {
  counter-increment: item;
  content: counter(item)'.';
  padding-right: .5em;
  font-weight: bold;
  color: #333;
  padding:0 10px 0px 0;
	color: #9D9D9D;
    padding: 0 10px 0px 0;
    font-size: 1.3rem;
}

.single #main .mantra ol li a{
	color: #545454;
	text-decoration:none;
}
.single #main .mantra ol li a:hover{
	text-decoration: underline;
}

.single #main .mantra ul>li{
	position:relative;
  text-indent: 0em;
  padding-left: 1.5em;


}
.single #main .mantra ul>li:before {
    display: block;
    content: '';
    position: absolute;
    top: 9px;
    left: 1px;
    width: 6px;
    height: 6px;
    background: #181818;
    border-radius: 50%;
  padding:0;
}




/*　詳細ページ見出し
-------------------------------*/
/* 中見出し */
.single #main .entry h2{
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
	font-size:1.6rem;
	border-bottom: 2px solid #ccc !important;
	line-height:1.4;
	padding-bottom: 2%;
	margin-top: 8%;
	margin-bottom:3%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 0;
	font-weight:bold;


}
.single #main .post h3{
   padding: 4.3% 3% 4%;
    margin: 12% 0 4%;
    background-color: #f3f3f3;
    font-size: 1.4rem;
    line-height: 1.3;
    display: block;
    font-weight: bold;
    vertical-align: middle;
}

/*　詳細ページテキスト
-------------------------------*/

.entry p{
	font-size: 1.2rem;
	padding: 0 3%;
	font-size: 1.4rem;
    margin-bottom: 5%;
    line-height: 1.6;
    letter-spacing: 0.05em;
}
.entry p a{
	text-decoration:none;
}
.entry p a:hover{
	text-decoration:none;
}


.entry a{
	text-decoration:none;
}
.entry a:hover{
	text-decoration:none;
}

.entry blockquote {
    position: relative;
    padding: 10px 15px 10px 12%;
    box-sizing: border-box;
    font-style: italic;
    background: #FCFCFC;
    color: #555;
	    border-left: none;
}

.entry blockquote:before{
    display: inline-block;
    position: absolute;
    top: 2%;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #cfcfcf;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 900;
}

.entry blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

.entry blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

.entry  .entry__content h3{
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
	font-size:1.4rem;
	border-bottom: 1px solid #ccc;
	line-height:1.4;
	padding-bottom: 2%;
	margin-top: 8%;
	margin-bottom:3%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	font-weight:bold;
}

.single #main .post .st-catgroup{
	display: none;	
}

h1.entry-title{
	margin: 0 0 5px 0;
	font-size: 1.4rem;
    font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
	font-weight:bold;
}
.single #main .post .st-catgroup{
	display: none;	
}
.single #main .entry-title{
	font-size: 2rem;
}

.single #main .post p{
	font-size: 1.3rem;
    margin-bottom: 2%;
    line-height: 1.7;
    letter-spacing: 0.05em;
    padding: 0 0;
    width: 100%;
    color: #000;
}

.single #main blockquote {
    position: relative;
    padding: 10px 15px 10px 12%;
    box-sizing: border-box;
    font-style: normal;
    background: #FCFCFC;
    color: #555;
	border-left: none;
	font-size: 1.3rem;
}

.single #main blockquote:before{
    display: inline-block;
    position: absolute;
    top: 2%;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #cfcfcf;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 900;
}

.single #main blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

.single #main blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}


.single #main .post p.img{
	text-align: center;
	padding: 2% 0;
}
.single #main .post_lead p{
	padding:0;
}

.single #main .post_lead p a{
	text-decoration:none;
	word-break: break-all;
}
.single #main .post_lead p a:hover{
	text-decoration:underline;
}


/* Googleマップ埋め込み
-------------------------------------------------*/
.single #main .mapframe{
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.single #main .mapframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*----------------------------------
おすすめスポットテンプレート
----------------------------------*/
.spot_page #main .entry h2,
.type-page h2{
	border-bottom:  2px solid #FFA64D !important;
}
.spot_page #main table,
.type-page table{
	width: 100%;
	margin: 0 auto;
}
.spot_page #main table tbody tr,
.type-page table tr{
	display: flex;
}
.spot_page #main table tbody tr th,
.type-page table tbody tr th{
	padding: 3% 0%;
	border-bottom: 1px solid #FFA64D;
	width:25%;
	font-weight: bold;
}
.spot_page #main table tbody tr td,
.type-page table tbody tr td{
	padding: 3% 2%;
	border-bottom: 1px solid #BBBBBB;
	width:75%;
}
.spot_page #main table tbody tr td br{
	display: block;
}
.spot_page #main table tbody tr a{
}

/*----------------------------------
おすすめコーステンプレート
----------------------------------*/
.course_page .post_lead h2{
	border: none!important;
	margin-bottom: 0!important;
}
.course_page .mantra ul li{
	list-style: none;
	padding-left: 0!important;
	position: relative;
	padding-bottom: 9%;
}
.course_page .mantra ul li:after{
	position: absolute;
	bottom: 15%;
	left: 20%;
	display: block;
	content:"";
	width:30%;
	height: 30%;
	background: url(https://www.ikedashi-kanko.jp/wp-content/uploads/icon_01.png) no-repeat center;
	background-size: contain;
}
.course_page .mantra>ul>li:last-of-type:after,
.course_page .mantra>ul>li:nth-last-of-type(2):after{
	display: none;
}
.course_page .mantra ul li a{
	color: #333;
}
.course_page .mantra ul>li:before{
	display: none!important;
}
.course_page .entry h2{
	border-top: 2px solid #A5E140;
}

/*----------------------------------
ボランティアガイドツアー
----------------------------------*/
.type-page .entry .entry__content a[href^="tel:"] {
	text-decoration: none!important;
	color: #333;
}
.type-page table tr{
	display: table-row;
}
.type-page table tr td{
	vertical-align: middle;
}
.type-page .entry p{
	font-size: 1.2rem;
	padding: 0;
}
.type-page .entry a{
	text-decoration: underline;
	color: #333;
}
.type-page .entry h1{
	background-color: #fff;
	font-size: 1.6rem;
	width: 100%!important;
}
.post-6710 h1:before{
	background:url(https://www.ikedashi-kanko.jp/wp-content/uploads/course_ico.gif) no-repeat!important;
	background-size: 1.7em!important;
}
.type-page h2{
	font-size: 1.6rem;
	font-weight: bold;
	padding-top: 6%;
	padding-bottom: 2%;
	margin-bottom: 5%;
}
.post-6710 .color{
	font-weight: bold;
	color: #FF5A26;
}
.post-6710 .block01 p{
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	padding: 0;
}
.post-6710 .block01 p.txt01{
	margin-bottom: 0;
}
.post-6710 .block01 p.txt02{
	padding: 0;
	font-size: 1.6rem;
}
.post-6710 .block02 .color{
	font-size: 1.5rem;
}
.post-6710 .block02 p{
	padding: 0;
}
.post-6710 .block02 .img_blk{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3%;
}
.post-6710 .block02 .img_blk p{
	width: 48.5%;
	margin-bottom: 2%;
}
.post-6710 .block02 .img_blk p:nth-of-type(odd){
	margin-right: 2%;
}
.post-6710 .block03 a{
	color: #333;
	text-decoration: underline;
}
.post-6710 .block03 a:hover{
	text-decoration: none;
}
.post-6710 .block03 .blk01{
	}
.post-6710 .block03 .blk01 p.download{
	text-align: center;
}
.post-6710 .block03 .blk01 p.download a{
	display: inline-block;
	width: 240px;
	height: 40px;
	border-radius: 40px;
	border: solid 2px #F89406;
	line-height: 2.5em;
	text-align: left;
	padding-left: 20px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.post-6710 .block03 .blk01 p.download:first-of-type a{
	background: url("https://www.ikedashi-kanko.jp/wp-content/uploads/ico_pdf.gif") no-repeat right 15px center;
	background-size: 18px;
}
.post-6710 .block03 .blk01 p.download:last-of-type a{
	background: url("https://www.ikedashi-kanko.jp/wp-content/uploads/ico_exc.gif") no-repeat right 15px center;
	background-size: 24px;
}
.post-6710 .block03 .blk01 p.download:last-of-type a{
	background: url("https://www.ikedashi-kanko.jp/wp-content/uploads/ico_doc.gif") no-repeat right 15px center;
	background-size: 24px;
}
.post-6710 .block03 p.ttl{
	font-size: 1.4rem;
	color: #FF5A26;
	font-weight: bold;
	padding: 4% 0 0;
	margin-bottom: 3%;
}
.post-6710 .block03 ul {
	margin-bottom: 5%;
	font-size: 1.2rem;
}
.post-6710 .block03 ul li{
	padding-left: 1.2em;
	position: relative;
	line-height: 1.8;
}
.post-6710 .block03 ul li:before{
	display: block;
	position: absolute;
	content: "・";
	color: #FF5B26;
	top: 0;
	left: 0;
}
.post-6710 .block03 ul li strong{
	color: #FF0000;
}
.post-6710 .block03 p.txt02{
	font-weight: bold;
	padding-top: 20px;
	text-align: center;
}
.post-6710 .block03 p.contact{
	text-align: center;
}
.post-6710 .block03 p.contact a{
	display: inline-block;
	width: 250px;
	height: 40px;
	background: #F89406 url("https://www.ikedashi-kanko.jp/wp-content/uploads/ico_contact.gif") no-repeat left 26px center;
	background-size: 20px;
	color: #fff;
	font-weight:bold;
	border-radius: 40px;
	line-height: 3em;
	padding-left: 37px;
	text-decoration: none;
}

.post-6710 .block03 p.contact a:hover{
	opacity: 0.8;
	color: #fff!important;
}


/*----------------------------------
交通アクセス
----------------------------------*/
.post-6470 h1:before{
	background:url(https://www.ikedashi-kanko.jp/wp-content/uploads/ico_access.gif) no-repeat!important;
	background-size: 1.7em!important;
}
.post-6470.type-page .block01 h2{
	padding-top: 0;
}  
.post-6470.type-page .block01 .i_frame{
	max-width: 95%;
	margin: 0 auto;
	padding-bottom: 60%;
}
.post-6470.type-page .block01 p.btn{
	text-align: right;
	display: block;
	width: 95%;
	margin: 0 auto;
	padding: 15px 0 0 ;
}
.post-6470.type-page .block01 p.btn a{
	padding-right: 23px;
	background: url("https://www.ikedashi-kanko.jp/wp-content/uploads/ico_gaibu-1.gif") no-repeat right center;
	background-size: 15px;
	padding-top: 5px;
}
.post-6470.type-page .block02 p.img{
	text-align: center;
}
.post-6470.type-page .block02 p.ttl{
	font-weight: bold;
	color: #915E4C;
	font-size: 1.5rem;
	margin-bottom: 10px;
    padding-top: 20px;
}


/*----------------------------------
食べる泊まる
----------------------------------*/
.post-6438 .color{
	color: #FF3F00;
}
.type-page.post-6438 h1:before{
	background:url(https://www.ikedashi-kanko.jp/wp-content/uploads/ico_food.gif) no-repeat;
	background-size: 1.7em;
}
.post-6438 .block01 p{
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
}
.post-6438 .block01 p.txt{
	padding-top: 10px;
}
.post-6438 .block02{
	padding-top: 5%;
}
.post-6438 .block02 .ttl{
	font-size: 1.5rem;
	text-align: center;
	line-height: 3;
	background: #FFFF73;
	color: #444444;
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom: 0;
}
.post-6438 .block02 p.txt{
	margin-bottom: 3%;
}
.post-6438 .block02 .img{
	text-align: center;
}
.post-6438 .block02 .link01{
	text-align: center;
	
}
.post-6438 .block02 .link01 a{
	display: inline-block;
	padding-right: 18px;
	background:url(https://www.ikedashi-kanko.jp/wp-content/uploads/img_gaibu.gif) no-repeat right center;
	background-size: 13px;
	padding-top: 1%;
	font-size: 1.3rem;
}
.post-6438 .block02 .link_none {
  text-align: center;
}
.post-6438 .block02 .link_none a {
  display: inline-block;
  padding-top: 1%;
  font-size: 1.3rem;
}
.post-6438 .block03{
	padding-top: 80px;
}
.post-6438 .block03 p{
	padding: 0;
}
.post-6438 .block04 p.img{
	text-align: center;
}
.post-6438 .block04 .bold_txt{
	font-weight: bold;
	color: #FF3F00;
	font-size: 1.4rem;
    padding-top: 10px;
}
.post-6438 .block04 table{
	margin: 5% auto 5%;
}
.post-6438 .block04 .blk01,
.post-6438 .block04 .blk02{
	padding-bottom: 12%;
}
.post-6438 .block04 .blk02 .blk02a>div{
	display: flex;
	flex-wrap: wrap;
}
.post-6438 .block04 .blk02 .blk02a p.img{
}
.post-6438 .block04 .blk02 .blk02a p.txt{
	margin-bottom: 0;
}
.post-6438 .block04 .blk02 .blk02a p.bold_txt{
	padding-top: 0;
}
.post-6438 .block04 .blk03 p.bold_txt{
	padding-top: 0;
}
.post-6438 table td a{
	color: #333;

}
.post-6438 table td a:hover{
	color: #333;
}

/*----------------------------------
池田市観光ボランティア募集
----------------------------------*/
.post-6466 .color{
	color: #FF3F00;
}
.post-6466.type-page h1:before{
	background:url(https://www.ikedashi-kanko.jp/wp-content/uploads/icon_volunteer.gif) no-repeat;
	background-size: 1.7em;
}
.post-6466 .block01 .img{
	padding:0;
}
.post-6466 .block01 .txt{
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
}
.post-6466 .block01 .img02{
	width: 90%;
	margin: 0 auto 5%;
}
.post-6466 .block01 .ttl{
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2.8;
	letter-spacing: -0.05em;
	color: #444444;
	background: #FFFF73;
	text-align: center;
}
.post-6466 .block03 .btn01{
	max-width: 80%;
	margin: 0 auto 4%;
	text-align: center;
}
.post-6466 .block03 .btn01:first-of-type{
	padding-top: 3%;
}
.post-6466 .block02 .txt02{
	text-align: right;
}


/*----------------------------------
観光回遊ツアーテンプレート
----------------------------------*/
.single-tourism .entry-title,
.type-page h1{
	background-image: linear-gradient(to right, #000 10%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 7px 2px;
	background-repeat: repeat-x;
	width: 100% !important;
	padding: 2% 0 3% 13% !important;
	position: relative;
}
.single-tourism .entry-title:before,
.type-page h1:before{
	content:"";
	display:inline-block;
	width:1.6em;
	height:1.6em;
	background:url(https://www.ikedashi-kanko.jp/wp-content/uploads/tourism_ico.gif) no-repeat;
	background-size:contain;
	position: absolute;
	top: 2%;
	left: 0;
}
.single-tourism .schedule_list li{
	position: relative;
	padding: 0 0 0 40px;
	margin: 0 0 20px 0;
	font-size: 1.6rem;
	font-weight: bold;
}
.single-tourism .schedule_list li i{
	display: block;
	font-size: 1.3rem;
	line-height: 130%;
}

.single-tourism .schedule_list li::after{
	width: 9%;
	display: block;
	background-color:#acbe1d;
	color: #fff;
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	position: absolute;
	left:0;
	top:0;
	text-align: center;
	font-weight: bold;
	padding: 2px 0 0 0;
	font-size: 1.4rem;
}
.single-tourism .schedule_list li:first-of-type::after{
	content: "1";
}
.single-tourism .schedule_list li:nth-of-type(2)::after{
	content: "2";
}
.single-tourism .schedule_list li:nth-of-type(3)::after{
	content: "3";
}
.single-tourism .schedule_list li:nth-of-type(4)::after{
	content: "4";
}
.single-tourism .schedule_list li:nth-of-type(5)::after{
	content: "5";
}
.single-tourism .schedule_list li:nth-of-type(6)::after{
	content: "6";
}
.single-tourism .schedule_list li:nth-of-type(7)::after{
	content: "7";
}
.single-tourism .schedule_list li:nth-of-type(8)::after{
	content: "8";
}
.single-tourism .schedule_list li:nth-of-type(9)::after{
	content: "9";
}
.single-tourism .schedule_list li:nth-of-type(10)::after{
	content: "10";
	font-size: 1.3rem;
	letter-spacing: -0.5px;
}
.single-tourism .schedule_list li:nth-of-type(11)::after{
	content: "11";
	font-size: 1.3rem;
	letter-spacing: -0.5px;
}
.single-tourism .schedule_list li:nth-of-type(12)::after{
	content: "12";
	font-size: 1.3rem;
	letter-spacing: -0.5px;
}
.single-tourism .schedule_list li:nth-of-type(13)::after{
	content: "13";
	font-size: 1.3rem;
	letter-spacing: -0.5px;
}
.single-tourism .schedule_list li:nth-of-type(14)::after{
	content: "14";
	font-size: 1.3rem;
	letter-spacing: -0.5px;
}
.single-tourism .schedule_list li:nth-of-type(15)::after{
	content: "15";
	font-size: 1.3rem;
	letter-spacing: -0.5px;
}

.single-tourism .schedule_list li:before{
	content: " ";
	background: url(https://www.ikedashi-kanko.jp/wp-content/uploads/arrow01.png) no-repeat left top;
	width: 29px;
	height: 27px;
	position: absolute;
	bottom: -30px;
	left: 80px;
}
.single-tourism .schedule_list li.last:before{
	background: none;
}
.single-tourism  #main table{
	width: 95%;
	margin: 0 auto;
}
.single-tourism  #main table tbody tr{
	display: flex;
}
.single-tourism  #main table tbody tr th{
	padding: 10px 10px;
	border-bottom: 1px solid #FFA64D;
	width:33%;
	font-weight: normal;
}
.single-tourism  #main table tbody tr td{
	padding: 10px 10px;
	border-bottom: 1px solid #BBBBBB;
	width:85%;
	font-weight: bold;
}
.single-tourism  #main table tbody tr td br{
	display: block;
}
.single-tourism  #main table tbody tr a{
	color: #333;
}
.single-tourism  #main p.img{
	text-align: center;
}

.btn_01 a:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 42%;
    right: 8%;
}
.btn_01 a {
	width: 220px;
	height: 48px;
	line-height: 50px;
	background-color: #ff9326 ;
	display: block;
	border-radius: 45px;
	color: #fff;
	font-weight: bold;
	margin: 10px auto 0;
	position: relative;
	text-align: center;
	font-size: 1.4rem;
}

.btn_01 a:hover{
	color: #fff !important;
}
.single-tourism .entry h2{
	border-top: 2px solid #FFA64D ;
}









/*-------------------------------------------------*/
/* 動画テンプレート
-------------------------------------------------*/
.movie_page #main .entry-title{
	margin: 5% 0 0;
}
/* Youtube埋め込み
-------------------------------------------------*/
/*動画の最大幅を指定する*/
.iframe-container{
  max-width:100%;
  margin: 0 auto;
}

.iframe-container > .i_frame{
  padding-bottom: 96.25%;
}

.iframe-container br{
 display: none;
}

/*動画の大きさを調整*/
.i_frame {
  position: relative;
  padding-bottom: 56.25%;
  /*padding-top: 30px;*/
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

/*動画を囲んでいるdiv目一杯に広げる*/
.i_frame iframe,
.i_frame object,
.i_frame embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Youtube360度動画対応
-------------------------------------------------*/
.i_frame iframe.vr_iframe{
pointer-events: none;
}
.i_frame a.vr{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




/* 投稿者
-------------------------------------------------*/
.single #main .userwp{
	margin:0 0 10%;
}
.single #main .userwp .userinfo{
	position:static;
	width:auto;
	display:block;
    vertical-align: middle;
}
.single #main .userwp .ttl{
	font-size:1.4rem;
	font-weight:bold;
	margin:0 0 2%;
}
.single #main .userwp .userinfo p{
	display:inline-block;
	margin:0;
	vertical-align: middle;
}
.single #main .userwp .userinfo p.usericon{
	width:25%;
	padding: 0 3%;
	}
.single #main .userwp .userinfo p.usericon img{
	width:100%;
	border:1px solid #fff;
}

.single #main .userwp .userinfo p.username{
	margin-left:0%;
	padding:0;
	text-align:left;
	font-weight:bold;
	font-size:1.1rem;
}
.single #main .userwp .userinfo p.usertxt{
	padding:0;
	font-size:1.1rem;
}


/* SNSシェアボタン
-------------------------------------------------*/
.sns_block {
    width: 94%;
    margin: 14% auto 10% !important;
    padding: 0 !important;
}
.sns_block li{
	float:left;
	display:block;
	width:33.3%;
}
.sns_block li a{
	width:100%;
	display:block;
	text-align:center;
	color:#fff;
	padding:3% 0;
	text-decoration:none;
	font-size:1.1rem;
}
.sns_block li a:hover{
	opacity:0.8;
}
.sns_block li.twitter a{
	background:#55acee;
}
.sns_block li.twitter i{
	zoom:1.4;
	vertical-align:sub;
	padding-right:4%;
}
.sns_block li.twitter .label{
	padding:0;
	font-weight:normal;
	font-size:1.1rem;
}
.sns_block li.facebook a{
	background:#3a5795;
	line-height:1.65;
}
.sns_block li.facebook i{
	zoom:1.2;
	vertical-align:middle;
	padding-right:4%;
}
.sns_block li.hatebu a{
	line-height:1.5;
	background:#00A5DE;
}
.sns_block li.hatebu .fa-hatena{
	zoom:1.1;
	padding-right:4%;
	vertical-align:middle;
}

/* 見出しカスタマイズ
-------------------------------------------------*/
.post .cmn_ttl01 {
	padding: 10px 15px;
	margin:20px 0 -10px;
	background-color: #f3f3f3;
	font-size: 17px;
	line-height: 26px;
   display:block;
   font-weight:bold;
  }


/* リンクカスタマイズ
-------------------------------------------------*/
/*同一ウィンドウ*/
a.naibu{
	color:#0F8EB9;
	text-decoration:none;
	position: relative;
	display: inline-block;
	padding: 0 0 0 2em;
	vertical-align: middle;
	text-decoration: none;
}
a.naibu:before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;

	left: 3px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #444;
	border-right: 1px solid #444;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

a.gaibu{
	color:#0F8EB9;
	text-decoration:none;
	background:url(../../../wp-content/uploads/ico_gaibu.gif) no-repeat left center;
	padding: 0 0 0 2em;
}

.link_btn{
	padding:0 !important;
	margin:2em auto;
	text-align:center;
	display:table;
	width:100%;
}
.link_btn a{
	color:#0F8EB9;
	text-decoration:none;
	display:block;
}
.link_btn a span{
	border:1px solid #333;
	background: url(../../../wp-content/uploads/ico_gaibu.gif) no-repeat 1em center;
	background-size:auto;
	padding:0 0 0 16%;
	white-space: nowrap; 
	padding: 0.5em 1em 0.5em 2.5em;
	word-wrap: break-word;
	word-break: break-all;
	display:inline-block;
}
.link_btn a:hover{
	color: #b22222;
}




/* この記事を見た人は～More from my site
-------------------------------------------------*/
.wp_rp_content {
margin:0px 0 70px 0 !important;
}
ul.related_post {
margin:0 0px 0 0 !important;
padding:0 10px  !important;
column-rule:none!important;
}
ul.related_post li {
width:100% !important;
margin: 10px 15px 0px 0px !important;
padding:0 !important;
font-size:1.1rem;
}
ul.related_post li:last-child {
margin-right:0 !important;
}
ul.related_post li a {
	color:#333;
	text-decoration:none;
font-size:1.1rem !important;
}
ul.related_post li a:hover {
	text-decoration:none;
}
ul.related_post li a.wp_rp_thumbnail{
	width:100px !important;
	height:100px !important;
}
ul.related_post li img {
width:100% !important;
  height:auto !important;
}
div.wp_rp_footer{
margin: 0 10px 0 0;
}
ul.related_post li img{
	border-radius:0!important;
}
ul.related_post .wp_rp_publish_date{
	display:block;
}


/*------------------------------------
記事一覧
------------------------------------*/
.sp_nopadding{
	padding:0;
}
.page-template-bloglist .articlelist-item,
.page-template-spotlist .articlelist-item,
.page-template-courselist .articlelist-item,
.page-template-tourismlist .articlelist-item,
.page-template-experiencelist .articlelist-item{
    border-bottom: 1px solid #ddd;
	position:relative;
}
.page-template-bloglist .articlelist-item-inner,
.page-template-spotlist .articlelist-item-inner,
.page-template-courselist .articlelist-item-inner,
.page-template-tourismlist .articlelist-item-inner,
.page-template-experiencelist .articlelist-item-inner{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5% 0 8%;
    color: inherit;
}
.page-template-bloglist .main_img,
.page-template-spotlist .main_img,
.page-template-courselist .main_img,
.page-template-tourismlist .main_img,
.page-template-experiencelist .main_img{
	margin:0;
}
.page-template-courselist .main_img{
	padding-top: 80%;
}
.page-template-bloglist .articlelist-date,
.page-template-spotlist .articlelist-date,
.page-template-courselist .articlelist-date,
.page-template-tourismlist .articlelist-date{
    display: block;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: .17em;
    color: #666;
}
.page-template-bloglist .title,
.page-template-spotlist .title,
.page-template-tourismlist .title,
.page-template-experiencelist .title{
	font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.6;
    margin-top: 2%;
    font-size: 1.1rem;
	text-decoration:none;
}
.page-template-bloglist a:hover .title,
.page-template-spotlist a:hover .title,
.page-template-courselist a:hover .title,
.page-template-experiencelist a:hover .title{
	text-decoration:none;
}
.page-template-bloglist .userinfo,
.page-template-spotlist .userinfo,
.page-template-courselist .userinfo{
    position: absolute;
    left: 0;
    bottom: -30%;
	top:auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
}
.page-template-bloglist .usericon,
.page-template-spotlist .usericon,
.page-template-courselist .usericon{
    display: block;
    width: 22px;
    height: 22px;
    margin: 0px;
    border: 0px solid #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.24);
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}
.page-template-bloglist .usericon img,
.page-template-spotlist .usericon img,
.page-template-courselist .usericon img{
	width:100%;
}
.page-template-bloglist .username,
.page-template-spotlist .username,
.page-template-courselist .username{
    display: inline-block;
    margin: 0 0 0 4px;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    color: #181818;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
	width: auto;
}


/*------------------------------------
タグ一覧
------------------------------------*/
body.tag .articlelist-item {
    border-bottom: 1px solid #ddd;
	position:relative;
}
body.tag .articlelist-item-inner{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5% 0 8%;
    color: inherit;
}
body.tag .main_img{
	margin:0;
}
body.tag .articlelist-date {
    display: block;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: .17em;
    color: #666;
}
body.tag .title{
	font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.6;
    margin-top: 2%;
    font-size: 1.1rem;
	text-decoration:none;
}
body.tag a:hover .title {
	text-decoration:none;
}
body.tag .userinfo {
    position: absolute;
    left: 0;
    bottom: -30%;
	top:auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
}
body.tag .usericon {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0x;
    box-shadow: 0 2px 6px rgba(0,0,0,.24);
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}
body.tag .usericon img{
	width:100%;
	border:1px solid #fff;
}
body.tag .username {
    display: inline-block;
    margin: 0 0 0 4px;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    color: #181818;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
	width: auto;
}




/*------------------------------------
カテゴリー一覧
------------------------------------*/
body.category .articlelist-item {
    border-bottom: 1px solid #ddd;
	position:relative;
}
body.category .articlelist-item-inner{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5% 0 8%;
    color: inherit;
}
body.category .main_img{
	margin:0;
}
body.category .articlelist-date {
    display: block;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: .17em;
    color: #666;
}
body.category .title{
	font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.6;
    margin-top: 2%;
    font-size: 1.1rem;
	text-decoration:none;
}
body.category a:hover .title {
	text-decoration:none;
}
body.category .userinfo {
    position: absolute;
    left: 0;
    bottom: -30%;
	top:auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
}
body.category .usericon {
    display: block;
    width: 22px;
    height: 22px;
    box-shadow: 0 2px 6px rgba(0,0,0,.24);
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}
body.category .username {
    display: inline-block;
    margin: 0 0 0 4px;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    color: #181818;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
	width: auto;
}
body.category .usericon.img-circle img{
	width:100%;
	border:1px solid #fff;
}

/*------------------------------------
検索結果一覧
------------------------------------*/
body.search-results .articlelist-item {
    border-bottom: 1px solid #ddd;
	position:relative;
}
body.search-results .articlelist-item-inner{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5% 0 8%;
    color: inherit;
}
body.search-results .main_img{
	margin:0;
}
body.search-results .articlelist-date {
    display: block;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: .17em;
    color: #666;
}
body.search-results .title{
	font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.6;
    margin-top: 2%;
    font-size: 1.1rem;
	text-decoration:none;
}
body.search-results a:hover .title {
	text-decoration:none;
}
body.search-results .userinfo {
    position: absolute;
    left: 0;
    bottom: -30%;
	top:auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
}
body.search-results .usericon {
    display: block;
    width: 22px;
    height: 22px;
    box-shadow: 0 2px 6px rgba(0,0,0,.24);
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}
body.search-results .username {
    display: inline-block;
    margin: 0 0 0 4px;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    color: #181818;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
	width: auto;
}
body.search-results .entries .article {
     border-bottom:none; 
     margin-bottom: 0px; 
     padding-bottom: 0px; 
}
body.search-results .entry p.no-padding{
	padding:0;
}
body.search-results .usericon.img-circle img{
	width:100%;
	border:1px solid #fff;
}
body.search-results #movie.main_img{
	margin:0;
	padding-top: 55.67%;
}
body.search-results #movie.main_img .video-article-play-button{
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    bottom: 0;
    width: 26%;
    display: block;
    margin: 0 auto;
}
/*------------------------------------
検索結果なし
------------------------------------*/
body.search-no-results .page-header{
	display:none;
}
body.search-no-results .search-form{
	margin:3% 0 0; 
}
body.search-no-results .search-form .btn-default {
    color: #333;
    background-color: #fff;
    border:1px solid #ccc;
	border-radius: 4px;
	white-space: nowrap;
    padding: 6px 12px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}


/*--------------------------------
ページャー
---------------------------------*/
.pagination {
	clear: both;
	position: relative;
	font-size: 0px;
	line-height: 24px;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	text-align:center;
	display:block;
	margin:0;
}

.pagination span, .pagination a {
	display: inline-block;
	float: none;
	font-size:14px;
	margin:0;
	border:1px solid #bbb;
	border-left:none;
	padding:2% 4%;
	text-decoration: none;
	width: auto;
	color: #444;
	background-color: #fff;
}
.pagination a.prev {
	border-left:1px solid #bbb;
}
.pagination a:hover {
	color: #444;
	background-color: #ccc;
}

.pagination .current {
	border:1px solid #444;
	padding: 2% 4%;
	color: #fff;
	background-color: #444;
}

/*-------------------------
  ブログカード
-------------------------*/
.blog-card {
  background: #fbfaf8;
	border:1px solid #ddd;
	word-wrap:break-word;
	max-width:100%;
	border-radius:0px;
	margin: 0px 0px 0 0;
  /* sp用 ※4 */
}
.blog-card:hover {
  background: #fee;
}
.blog-card a {
  text-decoration: none;
}
.blog-card-title {
	color: #337ab7;
	display: block;
}
.blog-card-thumbnail {
	float:left;
	padding:10px 20px 10px 10px;
}
.blog-card-thumbnail img {
	display: block;
	padding: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.blog-card-content {
	line-height:120%;
}
.blog-card-title {
	padding:15px 10px 5px 0;
	font-size:120%;
  font-weight: bold;
  line-height: 1.5em;
}
.blog-card-excerpt {
	color:#333;
	margin:0 10px 10px;
  line-height: 1.5em;
}

.blog-card-excerpt,
.blog-card-excerpt p{
font-size: 1.1rem !important;
}
.blog-card-excerpt strong,
.blog-card-excerpt p strong{
font-size: 1.1rem !important;
}

.blog-card .clear {
  clear: both;
}



/*------------------------------------
サイドナビ
------------------------------------*/
.sidebar-widget__title{
	font-weight:bold;
	font-size:1.4rem;
}
/*注目動画*/
.video_wp .video{
	width:100%;              /*横幅いっぱいにwidthを指定*/
	padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
	padding-bottom:62.35%;
	height:0px;              /*高さはpaddingで指定するためheightは0に*/
	position: relative;
}
.video_wp .video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video_wp .title{
	font-size:1.2rem;
	margin:3% 0 1% 1%;
}
.widget_categories ul li{
	border-bottom: 1px solid #ccc;
	padding: 0 0 0 9px;
}
.widget_categories ul li a{
text-decoration: none;
display: inline-block;
padding:3% 0 3% 1%;
vertical-align: middle;
width: 92%;
	color: #333;
	position: relative;
}
.widget_categories ul li a:after{
    position: absolute;
    top: -3px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 2px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.widget_categories ul li a:hover{
text-decoration: underline;
}

.side_tag li{
	display:inline-block;
	font-size:1.1rem;
	line-height:2;
	background:#fff;
	margin-right:1em;
	margin-bottom:0.5em;
	border: 1px solid #E0DEAB;
    border-radius: 20px;
    padding: 0% 5%;
}
.side_tag li a{
    color: #6C6A40;
    padding: 2% 0% 2%;
	display:block;
}
.side_tag li:hover{
	background:#eee;
	text-decoration:none;
}



/*------------------------------------
プライバシーポリシー
------------------------------------*/
.privacy section p{
	font-size:1.1rem;
}

.privacy section{
	width:95%;
	margin:0 auto;
}

.privacy section .txt{
	margin: 0 auto;
    text-align: left;
    width: 95%;
	padding:0;
}
.privacy section .txt a{
	text-decoration:none;
}


/*------------------------------------
検索窓
------------------------------------*/
.input-group-btn {
/*    background: #fff;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;*/
	width: 30%;
}

/*.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    color: #FFF;
	font-size:0.9rem;
}

.input-group {
    padding: 0 0 5%;
}


.input-group-btn:hover .btn{
	background: #000;
}
*/

/*------------------------------------
共通マージン
------------------------------------*/

.sp_mt5{
	margin-top:5px !important;
}
.sp_mt10{

	margin-top:10px !important;
}
.sp_mt15{
	margin-top:15px !important;
}
.sp_mt20{
	margin-top:20px !important;
}
.sp_mt30{
	margin-top:30px !important;
}
.sp_mt40{
	margin-top:40px !important;
}
.sp_mt50{
	margin-top:50px !important;
}
.sp_mt60{
	margin-top:60px !important;
}
.sp_mt70{
	margin-top:70px !important;
}
.sp_mt80{
	margin-top:80px !important;
}
.sp_mt90{
	margin-top:90px !important;
}
.sp_mt100{
	margin-top:100px !important;
}

.sp_mb0{
	margin-bottom:0px !important;
}
.sp_mb5{
	margin-bottom:5px !important;
}
.sp_mb10{
	margin-bottom:10px !important;
}
.sp_mb15{
	margin-bottom:15px !important;
}
.sp_mb20{
	margin-bottom:20px !important;
}
.sp_mb30{
	margin-bottom:30px !important;
}
.sp_mb40{
	margin-bottom:40px !important;
}
.sp_mb50{
	margin-bottom:50px !important;
}
.sp_mb60{
	margin-bottom:60px !important;
}
.sp_mb70{
	margin-bottom:70px !important;
}
.sp_mb80{
	margin-bottom:80px !important;
}
.sp_mb90{
	margin-bottom:90px !important;
}
.sp_mb100{
	margin-bottom:100px !important;
}
.sp_mb120{
	margin-bottom:120px !important;
}
.sp_mb130{
	margin-bottom:130px !important;
}
.sp_mb140{
	margin-bottom:140px !important;
}
.sp_mb150{
	margin-bottom:150px !important;
}
.sp_mb160{
	margin-bottom:160px !important;
}
.sp_mb170{
	margin-bottom:170px !important;
}
.sp_mb180{
	margin-bottom:180px !important;
}


/*------------------------------------
共通パディング
------------------------------------*/

.sp_pt10{
	padding-top:10px !important;
}
.sp_pt15{
	padding-top:15px !important;
}
.sp_pt20{
	padding-top:20px !important;
}
.sp_pt30{
	padding-top:30px !important;
}
.sp_pt40{
	padding-top:40px !important;
}
.sp_pt50{
	padding-top:50px !important;
}
.sp_pt60{
	padding-top:60px !important;
}
.sp_pt70{
	padding-top:70px !important;
}
.sp_pt80{
	padding-top:80px !important;
}
.sp_pt90{
	padding-top:90px !important;
}
.sp_pt100{
	padding-top:100px !important;
}


.sp_pb5{
	padding-bottom:5px !important;
}
.sp_pb10{
	padding-bottom:10px !important;
}
.sp_pb15{
	padding-bottom:15px !important;
}
.sp_pb20{
	padding-bottom:20px !important;
}
.sp_pb30{
	padding-bottom:30px !important;
}
.sp_pb40{
	padding-bottom:40px !important;
}
.sp_pb50{
	padding-bottom:50px !important;
}
.sp_pb60{
	padding-bottom:60px !important;
}
.sp_pb70{
	padding-bottom:70px !important;
}
.sp_pb80{
	padding-bottom:80px !important;
}
.sp_pb90{
	padding-bottom:90px !important;
}
.sp_pb100{
	padding-bottom:100px !important;
}



/*------------------------------------
メインスライダー
------------------------------------*/
.home #contents{
	padding-top:110px;
}

.home .main_block .inner_block{
	background:#FFF;
	min-height: 100px;
	padding:2% 3%;
}

.home .main_block .main_img{
	margin:0 0 0;
}
.home .main_block .title{
font-size: 1.2rem;
}
.home .main_block a:hover .title{

text-decoration: none;
}
/*.home .main_block .userinfo{
	top: -3em;

}*/
.swiper-container2{
	position: relative;
}
.swiper-container2 .swiper-slide{
	width:85%;
}
.swiper-container2.swiper-container-horizontal > .swiper-pagination-bullets{
bottom: 0;
}

.cmn_slider_pat02{
	background:#F8F7EA;
	padding:5% 0 3%;
	margin:0 0 6%;
}


/*------------------------------------
動画スライダー
------------------------------------*/

.movielist_blockwp h2 img{
	width: auto;
	height: 92px;
}
.movielist_blockwp h2 + p{
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 25px;
}
.movielist_blockwp h2 + p span{
	position: relative;
		text-align: center;
}
.movielist_blockwp h2 + p span::before {
  content: "";
  background: #333;
  width: 2px;
  height: 26px;
  position: absolute;
  bottom: 2px;
  left: -12px;
  transform: rotate(-25deg)
}
.movielist_blockwp h2 + p span::after {
  content: "";
  background: #333;
  width: 2px;
  height: 26px;
  position: absolute;
  bottom: 2px;
  right: -35px;
  transform: rotate(25deg)
}
.movielist_blockwp h2 + p + ul {
	width: 84%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 0 5%;
	margin: 0 auto 30px;
}

.movielist_blockwp_btnarea{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px 0;
}
.movielist_blockwp_btnarea ul{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px 0;
}
.movielist_blockwp_btnarea ul + p img{
	width: auto;
	height: 92px;
	margin-left: -5px;
}
.home .btn_tour a {
  color: #fff;
  font-weight: bold;
  background: url(img/img-common/bg_course_btn.png) no-repeat center;
  background-size: contain;
  width: 260px;
  height: 63px;
  font-size: 1.4rem;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
margin-left: 10px;
}
.home .btn_course a {
  color: #fff;
  font-weight: bold;
  background: url(img/img-common/bg_kaiyu_btn.png) no-repeat center;
  background-size: contain;
  width: 260px;
  height: 63px;
  font-size: 1.3rem;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
margin-left: 10px;
}
.home .btn_tour a, .home .btn_course a {
  position: relative;
  overflow: hidden;
}
.home .btn_tour a span, .home .btn_course a span{
	padding-left: 35px;
}
.movielist_blockwp{
	padding:6% 0 9%;
}
.movielist_blockwp h2{
color: #fff;
margin: 0 auto 6%;
text-align: center;
width: 45%;
}
.movielist_blockwp .cmn_slider_pat02{
	margin: 0 auto;
	width: 97%;
	overflow: hidden;
	background: url(img/img-index/slider_bg.png)no-repeat -300px top;
	background-size: cover;
	padding:6% 0 3%;
	margin-bottom: 20px;
}
.movielist_blockwp .main_block{
padding:0 1.5%;
}
.movielist_blockwp .swiper-container3 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
  padding:0px 0 0;
}
.movielist_blockwp .swiper-container3 .swiper-wrapper {
width: 45%;
margin: 0;

}


.movielist_blockwp .swiper-container3 .movie_img{
    background-color: #ddd;
    /*background-size: cover;*/
	background-size:178%;
    background-position: center;
	background-repeat: no-repeat;
    opacity: 1;
    /*-webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;*/
    padding-top: 99.78%;
	position: relative;
}
/*ホバー処理*/
.movielist_blockwp .combined-item-inner:hover .movie_img{

}
.movielist_blockwp .swiper-container3 .movie_img a{
	position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}
.movielist_blockwp .swiper-container3 .movie_img .video-article-play-button {
    width: 30%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.movielist_blockwp .swiper-container3 .inner_block{
	background: none;
	min-height: auto;
}
.movielist_blockwp .swiper-container3 .inner_block .title{
	text-align: left;
	font-size: 1rem;
	line-height: 1.6;
}
.movielist_blockwp .swiper-container3 .inner_block .title a{
	color: #333;
}


.cmn_slider_pat02 .swiper-button-next{
  background-image: none;
}

.cmn_slider_pat02 .swiper-button-next::after {
	content: '';
    position: absolute;
    top: 10px;
    right: 20%;
    width: 34px;
    height: 34px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    transform: rotate(45deg);
}

.cmn_slider_pat02 .swiper-button-prev::after {
	    content: '';
    position: absolute;
    top: 10px;
    right: 20%;
    width: 34px;
    height: 34px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    transform: rotate(45deg);
    transform: rotate(-135deg);
    left: 16px;
}




/*------------------------------------
動画記事一覧
------------------------------------*/
.page-template-movielist .articlelist-item {
    border-bottom: 1px solid #ddd;
	position:relative;
}
.page-template-movielist .articlelist-item-inner{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5% 0 8%;
    color: inherit;
}
.page-template-movielist .movielist .main_img{
	margin:0;
	padding-top: 55.67%;
}
.page-template-movielist .movielist .media-inner{
	position: relative;
}
.page-template-movielist .movielist .main_img .video-article-play-button{
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    bottom: 0;
    width: 26%;
    display: block;
    margin: 0 auto;
}
.page-template-movielist .articlelist-date {
    display: block;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: .17em;
    color: #666;
}
.page-template-movielist .title{
	font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.6;
    margin-top: 2%;
    font-size: 1.1rem;
	text-decoration:none;
}
.page-template-movielist a:hover .title {
	text-decoration:none;
}
.page-template-movielist .userinfo {
    position: absolute;
    left: 0;
    bottom: -30%;
	top:auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
}
.page-template-movielist .usericon {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0x;
    border: 0px solid #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.24);
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}
.page-template-movielist .usericon img{
	width:100%;
}
.page-template-movielist .username {
    display: inline-block;
    margin: 0 0 0 4px;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    color: #181818;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
	width: auto;
}


.wp_social_bookmarking_light{
	display: none;
}
.wp_social_bookmarking_light_clear{
	display: none;
}


/**　ハンバーガーメニュー 
--------------------------------------------------------------*/
body {
    position: static !important;
    left: 0;
    overflow-x: hidden;
}
body.open{
	overflow: hidden;
    height: 100%;
}
header{
	transition: .2s opacity ease,0s visibility;
	top: 0;
    z-index: 200000;
    width: 100%;
	transition: opacity .1s ease;
    opacity: 1;
}
#hed_wrp{
	position: fixed;
	width:100%;
	z-index:100;
}
#hed_wrp.hide_header{
	opacity: 0;
    visibility: hidden;
    transition: .1s opacity ease,.1s visibility;
	-webkit-transition: all 1s;
      -moz-transition: all 1s;
      -ms-transition: all 1s;
      -o-transition: all 1s;
      transition: all 0.5s;
	background:transparent;
}
#hed_wrp.visible_header{
	-webkit-transition: all 1s;
      -moz-transition: all 1s;
      -ms-transition: all 1s;
      -o-transition: all 1s;
      transition: all 0.5s;
	opacity: 1;
	background:#FFF;
}
#slide_menu{
    position: fixed;
    top: 0;
    width:100%;
	z-index:1000000;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
	height:100%;
}
.slide_menu_in{
	width:85%;
	margin:0 25% 0 0;
    background: #fff;
    position: relative;
}
.slide_menu_in .inner{
	border-top: 1px solid #BBB;
	padding: 0 9%;
	letter-spacing:0.08em;
	margin: 1% 0;
	background: #fff;
}
.slide_menu_in .inner .lg_long{
	letter-spacing:0.12em;
}
.slide_menu_in p.menu_logo{
	width: 84%;
	padding: 20px 0 10px 31%;
}
.slide_menu_in p.menu_logo img{
	width: 76%;
}
header .header_inner{
	padding: 2.5% 0 0;
}
header p.menu_open{
	width: 60px;
	height: 60px;
	position: fixed;
	top: 3.5%;
	left:4%;
	outline: none;
	border: none;
	color: #fff;
	font-size: 1rem;
	cursor: pointer;
	z-index:10000;
	padding:0;
	background: #fff;
}

header p.menu_open span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 4.5px;
  height: 5px;
  border-radius: 100px;
  background: #ACBE1E;
}
header p.menu_open span:nth-of-type(1) {
  top: 12px;
  width: 80%;
}
header p.menu_open span:nth-of-type(2) {
  top: 26px;
  width: 80%;
  background: #DFDF00;
}
header p.menu_open span:nth-of-type(3) {
  top: 40px;
  width: 80%;
}
header p.menu_open.menu_open1 span:nth-of-type(1) {
  top: 15.5px;
  left: 7px;
  transform: translateY(6px) rotate(-135deg);
  width: 73%;
}
header p.menu_open.menu_open1 span:nth-of-type(2) {
  opacity: 0;
}
header p.menu_open.menu_open1 span:nth-of-type(3) {
  top: 28px;
  left: 6.5px;
  transform: translateY(-6px) rotate(135deg);
  width: 73%;
}










.ipad header p.menu_open,
.ipad header p.menu_open2{
	top:0.7%;
}


















.slide_menu_in p.menu_logo span{
	display:inline-block;
	margin: 4% 0;
}
header p.menu_close2 img{
	width: 50%;
}
header p.menu_close2{
	margin: 2% 0 0;
	text-align: center;
	padding: 0 0 16%;
}
header .hed_menu .ttl {
	float:left;
	width:83%;
}
header .hed_menu .menu_close {
	float:right;
	width:17%;
}
header .hed_menu a{
	color: #444;
	text-decoration:none;
}
header .hed_menu ul.menu {
	clear: both;
	padding: 0% 0% 0;
	margin: 0px auto 0%;
}
header .hed_menu ul li{
  border-bottom: 1px dotted #DDDDDD;
}
header .hed_menu ul li:last-child{
	border-bottom:none;
}
header .hed_menu ul li p{
	padding:0 0 0 0%;
	margin:0 0 0 2%;
}
header .hed_menu ul.menu li a{
	background-size: 5%;
    display: block;
    padding: 6% 5% 5% 3%;
    text-decoration: none;
    text-align: left;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
    letter-spacing: 0.1em;
}
header .hed_menu span.img{
	width: 30%;
    display: inline-block;
    padding: 0 0 0 5%;
}
header .hed_menu span.img img{
	width:100%;
}
header .hed_menu ul.menu li a::after{
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #ACBE1E;
	border-right: solid 2px #ACBE1E;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 7%;
	margin-top: -4px;
}
header .hed_menu ul.menu li.method01 a::after{
	display: none;
}
header .hed_menu ul li.method01 a{
	background: url(../img/img-common/ico_sp01.png) no-repeat 96% center;
	background-size: 8%;
}
header .hed_menu ul li a span{
	background:url(../img/img-common/hed_ico01_sp.png) no-repeat right center;
	background-size: 12%;
	padding: 0 9% 0 0;
}
header .hed_menu p.menu02_txt {
    padding: 1.5% 0;
    background: #FFFF73;
	text-align:center;
	margin:10% 0 0;
	font-size:1.0rem;
}
header .hed_menu ul.menu02 li {
    padding: 2% 2% 2%;
    background-image: linear-gradient(to right, #4D7131, #4D7131 1px, transparent 1px, transparent 5px);
    background-size: 3px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
    margin: 0 1%;
    border:none;
}
header .hed_menu ul.menu02 li:last-child {
	background:none;
}
header .hed_menu ul.menu02 li a {
    padding: 5% 3% 5% 26%;
    display: block;
    font-size: 1.2rem;
    position:relative;
}
header .hed_menu ul.menu02 li a:after {
	position: absolute;
	top: 0;
	left:auto;
	right: 4%;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1.5px solid #BBBBBB;
	border-right: 1.5px solid #BBBBBB;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
header .hed_menu ul.menu02 li a span {
    padding: 0;
    display: block;
    font-size: 1.1rem;
    letter-spacing: 0;
    margin: 0 0 0;
	font-weight:normal;
}
header .hed_menu ul.menu02 li a em {
    font-size: 1.2rem;
    margin: 0 0 0 1%;
	font-style:normal;
}
header .hed_menu ul.menu02 li{
    color: #444444;
	font-weight:bold;
    padding: 2.9% 5%;
    border-top:none;
	border-bottom:none;
	margin: 0 0%;
	font-size: 1.0rem;
}
header .hed_menu ul.menu02 li a{
	color: #444444;
	font-weight:bold;
}
header .hed_menu ul.menu02 li:nth-child(1) a {
    background: url("https://www.ikedashi-kanko.jp/wp-content/uploads/hm_ico_01.jpg") left center no-repeat;
    background-size: contain;
}
header .hed_menu ul.menu02 li:nth-child(3) a {
    background: url("https://www.ikedashi-kanko.jp/wp-content/uploads/hm_ico_02.jpg") left center no-repeat;
    background-size: contain;
}
header .hed_menu ul.menu02 li:nth-child(2) a {
    background: url("https://www.ikedashi-kanko.jp/wp-content/uploads/hm_ico_03.jpg") left center no-repeat;
    background-size: contain;
}
header .hed_menu ul.menu02 li:nth-child(4) a {
    background: url("https://www.ikedashi-kanko.jp/wp-content/uploads/hm_ico_04.jpg") left center no-repeat;
    background-size: contain;
}
header .hed_menu ul.menu02 li:nth-child(5) a {
    background: url("https://www.ikedashi-kanko.jp/wp-content/uploads/hm_ico_08.jpg") left center no-repeat;
    background-size: contain;
}
header .hed_menu ul.menu02 li:nth-child(6) a {
    background: url("https://www.ikedashi-kanko.jp/wp-content/uploads/hm_ico_09.jpg") left center no-repeat;
    background-size: contain;
}
header .hed_menu .btn01 {
    color: #fff;
    letter-spacing: 0.1em;
    margin: 20px auto 40px;
	position: relative;
	width: 100%;
}
header .hed_menu .btn01 a {
	color: #333;
	background-size:3%;
	font-size: 1.0rem;
	line-height: 1.4;
	text-align: left;
	letter-spacing:0.1em;
	text-decoration:none;
	display:block;
}
header .hed_menu {
  display: none;
  position: absolute;
  background: rgba(119,119,119,0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  height: 100% !important;
  bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
header .hed_menu .tel{
	text-align:center;
}
header .hed_menu .tel{
	padding:5% 0;
}
header .hed_menu .tel dt{
	background: url(../img/img-common/hed_tel_sp.png) no-repeat 15% center;
	background-size: 10%;
	padding:1% 0 0 12%;
	font-size:1.7rem;
	letter-spacing:0;
}
header .container{
	width:100%;
}
header .hed_menu ul.menu03 {
    clear: both;
    padding: 12% 7% 6%;
	font-size: 1.1rem;
	border-top: none;
}
header .hed_menu ul.menu03 li {
    border: none;
    padding: 0 0 8%;
	
}
header .hed_menu ul.menu03 li a {
    color: #333;
    font-size: 92%;
    padding: 2.5% 0% 2.5% 11%;
    font-weight: 400;
    background: 0 0;
}
header .hed_menu ul.menu03 li:nth-child(2) a {
    background: url("https://www.ikedashi-kanko.jp/wp-content/uploads/hm_ico_05.jpg") 0 center no-repeat;
    background-size: 8%;
}
header .hed_menu ul.menu03 li:nth-child(1) a {
    background: url("https://www.ikedashi-kanko.jp/wp-content/uploads/hm_ico_06.jpg") 0 center no-repeat;
    background-size: 18%;
}
header .hed_menu ul.menu03 li:nth-child(3) a {
    background: url("https://www.ikedashi-kanko.jp/wp-content/uploads/hm_ico_10.jpg") 0 center no-repeat;
    background-size: 11%;
}
header .hed_menu ul.menu03 li:nth-child(4) a {
    background: url("https://www.ikedashi-kanko.jp/wp-content/uploads/hm_ico_07.jpg") 0 center no-repeat;
    background-size: 13%;
}

header .hed_menu ul.main_menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 25px 1.5%;
	margin-top: 30px;
}
header .hed_menu ul.main_menu li{
	width: 32%;
	border: none;
}
header .hed_menu ul.main_menu li a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px 0;
	color: #333;
	font-size: 1.0rem;
	font-weight: bold;
	letter-spacing: 0;
	white-space: nowrap;
}
header .hed_menu ul.main_menu li a img{
	height: 44px;
}
header .hed_menu ul.main_menu li a:hover{
	text-decoration: none;
}






/*ハンバーガー開閉*/
header .hed_menu ul p.btn_acc {
	background: url(img/img-common/header_sp_close.png) no-repeat 94% center;
	background-size: 5% !important;
	padding: 6% 10% 5% 3%;
	font-weight:bold;
	margin:0;
	width:auto;
	position:relative;
	font-size: 1.2rem;
}
header .hed_menu ul p.btn_acc::after{
	position: absolute;
	top: 0;
	left:auto;
	right: 7%;
	bottom: 0;
	margin: auto;
	content: "";
	background: url(img/img-common/header_sp_close.png) no-repeat right center;
	background-size: 10% !important;
}
header .hed_menu ul p.btn_acc.open {
	background: url(img/img-common/header_sp_open.png) no-repeat 94% center;
	background-size: 5% !important;
}
header .hed_menu ul .acc{
	background:#ffffbf;
	padding:3% 0;
	border:none;
}
header .hed_menu ul .acc li{
	border:none;	
}
header .hed_menu ul .acc li a{
background-size: 5%;
    display: block;
    padding: 5% 5% 5% 13%;
    text-decoration: none;
    text-align: left;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
    letter-spacing: 0.1em;
}
header .hed_menu ul .acc li a::after{
	border:none;
}
header .hed_menu ul .acc li a::before{
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #ACBE1E;
	border-right: solid 2px #ACBE1E;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 7%;
	margin-top: -4px;
}






/*-------------------------------------------------------------------
五月山ページ
-------------------------------------------------------------------*/
.container-fluid{
	padding: 0;
}
.container4{
	width: 88%;
	margin: 0 auto;
	text-align: center;
	font-family: "Noto Sans Japanese","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
}

.post-6452 .entry h1{
	color: transparent;
	background-color: transparent;
	background: url(https://www.ikedashi-kanko.jp/wp-content/themes/habakiri-child/img/img-satsukiyama/bg_01_sp.jpg) no-repeat center top;
	background-size:cover;
	padding: 210px 0 190px !important;
	position: relative;
	height: auto !important;
}
/*.post-6452 h1::after{
	background: url(https://www.ikedashi-kanko.jp/wp-content/themes/habakiri-child/img/img-satsukiyama/main_logo_sp.png) no-repeat left center;
	height: 330px;
	width: 270px;
	content: " ";
	display: block;
	position: absolute;
	top: 8%;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-size: contain;
}*/
.post-6452 h1::before{
	display: none !important;
}
.post-6452 .block01 .container4{
	background: url(https://www.ikedashi-kanko.jp/wp-content/themes/habakiri-child/img/img-satsukiyama/bg_02.png) no-repeat center 30px;
	padding: 0 0 80px 0;
}
.post-6452 section.block01 .container4  ul{
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
}
.post-6452 section.block01 .container4  ul li{
	width: 47%;
}
.post-6452 section.block01 .container4 ul li:first-of-type,
.post-6452 section.block01 .container4 ul li:nth-child(2){
	margin: 0 0 20px 0;
}
.post-6452 section.block01 .container4 ul li:nth-child(2),
.post-6452 section.block01 .container4 ul li:nth-child(4){
	margin: 0 0 0 6%;
}
.post-6452 section.block01 .container4 p{
	line-height: 200%;
	padding: 130px 0 20px;
	font-size: 1.2rem;
}
.post-6452 section.block02{
	background: #FBFBF5;
	padding: 40px 0;	
}
.post-6452 section.block03 .container4{
	padding: 0 0 60px 0;
	background: url(img/img-satsukiyama/bg_06.png) no-repeat right bottom;
	background-size: contain;
}
.post-6452 section.block02 .common_ttl_01{
	background: url(img/img-satsukiyama/ico_01.png) no-repeat center top;
	background-size: 14%;
	font-size: 1.6rem!important;
	letter-spacing: 0.1em!important;
	padding: 50px 0 0 0 !important;
	margin: 0 0 30px 0!important;
	text-align: center!important;	
	border: none !important;
}
.post-6452 section.block02 .link_btn{
	margin: 40px auto 0 !important;
	width: 60% !important;
	font-size: 1.0rem !important;
}











.post-6452 section.block03 .container4 .inner:first-of-type{
	font-size: 1.6rem;
	padding: 150px 0 140px 0;
	background: url(img/img-satsukiyama/bg_05.png) no-repeat right 95%;
	border-bottom: 3px dotted #CAC3B8;
	background-size: 50%;
	margin: 0 0 20px 0;
}

.post-6452 section.block03 .container4 .inner:first-of-type div{
}
.post-6452 section.block03 .container4 .inner:first-of-type img{
	width: 90%;
	display: block;
	margin: 0 auto;
}
.post-6452 section.block03 .container4 .inner:first-of-type div h2{
	font-size: 1.8rem;
	color:#FD8D9B;
	text-align: center;
	padding: 0 0 15px 0;
	border-bottom: 2px dotted #0e0e0e !important;
	position: relative;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.post-6452 section.block03 .container4 .inner:first-of-type div h2 i{
	font-size: 1.1rem;
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #4a4a4a;
	width: 280px;
	text-align: center;
}
.post-6452 section.block03 .container4 .inner:first-of-type div h2 i:after{
	background: url(img/img-satsukiyama/bg_04.png) no-repeat right top;
	content: " ";
	width: 12px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 0;
	background-size:  contain;
}
.post-6452 section.block03 .container4 .inner:first-of-type div h2 i:before{
	background: url(img/img-satsukiyama/bg_03.png) no-repeat left top;
	content: " ";
	width: 12px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 0;
	background-size:  contain;
}
.post-6452 section.block03 .container4 .inner:first-of-type div p{
	font-size: 1.1rem;
	line-height: 200%;
	text-align: left;
	padding: 20px 0 0 0;
}
.post-6452 section.block03 .container4 .inner:nth-of-type(2){
	text-align: left;
	font-size: 1.0rem;
}
.post-6452 section.block03 .container4 .inner:nth-of-type(2) ul{
	padding: 0 3%;
}
.post-6452 section.block03 .container4 .inner:nth-of-type(2) ul li{
	border-bottom: 1px dotted #CAC3B8;
	padding: 8px 0 8px 5px;
}
.post-6452 section.block03 .container4 .inner:nth-of-type(2) ul li.last{
	border-bottom: none;
}
.post-6452 section.block03 .container4 .inner:nth-of-type(2) ul li strong{
	color: #92A419;
	padding: 0 0 0 4%;;
	font-weight: normal;
}
.post-6452 section.block03 .container4 .inner:nth-of-type(2) ul li:nth-of-type(2){
	display: flex;
}
.post-6452 section.block03 .container4 .inner:nth-of-type(2) ul li ul{
	width: 100%;
	padding: 0;
}
.post-6452 section.block03 .container4 .inner:nth-of-type(2) ul li ul li{
	border-bottom: none;
	padding: 0;
}
.post-6452 section.block03 .container4 .inner:nth-of-type(2) ul li img{
	padding: 0 30px 0 0;
	height: 39px;
	vertical-align: middle;
}
.post-6452 section.block03 .container4 .inner:nth-of-type(2) ul li img.twolines{
	vertical-align: bottom;
}
.post-6452 section.block03 .container4 .inner:nth-of-type(2) ul li span{
	display: inline-block;
}
.post-6452 section.block03 .container4 .inner:nth-of-type(2) ul li span strong{
	display: block;
	padding: 0;
}
.post-6452 section.block03 .container4 .tel_btn{
	width: 70%;
	margin: 0 auto;
	padding: 30px 0 0 0;
}


.post-6452 section.block04 .container4 .inner:first-of-type{
	display: flex;
	flex-flow: row-reverse;
	font-size: 1.6rem;
	padding: 100px 0 190px 0;
	background: url(img/img-satsukiyama/bg_08.png) no-repeat right 92%;
	background-size: 50%;
}

.post-6452 section.block04 .container4 .inner:first-of-type div{
	width: 100%;
	margin: 0 0 0 0;
}
.post-6452 section.block04 .container4 .inner:first-of-type img{
	width: 90%;
	margin: 0 auto;
	display: block;
}
.post-6452 section.block04 .container4 .inner:first-of-type div h2{
	font-size: 2.0rem;
	color:#8C99EC;
	text-align: center;
	padding: 0 0 15px 0;
	border-bottom: 2px dotted #0e0e0e !important;
	position: relative;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.post-6452 section.block04 .container4 .inner:first-of-type div h2 i{
	font-size: 1.1rem;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #4a4a4a;
	width: 75%;
	text-align: center;
}
.post-6452 section.block04 .container4 .inner:first-of-type div h2 i:after{
	background: url(img/img-satsukiyama/bg_04.png) no-repeat right top;
	content: " ";
	width: 24px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
}
.post-6452 section.block04 .container4 .inner:first-of-type div h2 i:before{
	background: url(img/img-satsukiyama/bg_03.png) no-repeat left top;
	content: " ";
	width: 24px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
}
.post-6452 section.block04 .container4 .inner:first-of-type div p{
	font-size: 1.6rem;
	line-height: 200%;
	text-align: left;
	padding: 20px 10px 0 0;
}

.post-6452 section.block04 .container4 .inner:first-of-type div p{
	font-size: 1.1rem;
	line-height: 200%;
	text-align: left;
	padding: 20px 0px 0 0;
}

.post-6452 section.block04 .container4 .inner:first-of-type div div{
	background: #F2FCFF;
	margin: 0;
	padding: 15px 0;
}
.post-6452 section.block04 .container4 .inner:first-of-type div div h3{
	border: none;
	color: #fff;
	font-weight: bold;
	background-color: #69CBE9;
	position: relative;
	width: 100px;
	margin: 0;
	padding: 5px 30px 5px 0; 
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	text-align: right;
	margin: 0 0 10px 0;
}
.post-6452 section.block04 .container4 .inner:first-of-type div div h3:before{
	content: " ";
	background: url(img/img-satsukiyama/bg_11.png) no-repeat left top;
	background-size: contain;
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	left: 10%;
	top: 23%;
}
.post-6452 section.block04 .container4 .inner:first-of-type div div h3:after{
	content: " ";
	width: 20px;
	height: 25px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
border-style: solid;
border-width: 16px 11px 16px 0;
border-color: transparent #f2fcff transparent transparent;
  }
.post-6452 section.block04 .container4 .inner:first-of-type div div p{
	font-size: 1.1rem;
	position: relative;
	padding: 0 10px 8px 30px;
	margin: 0;
}
.post-6452 section.block04 .container4 .inner:first-of-type div div p::before{
	width: 12px;
	height: 12px;
	content: "　";
	border-radius: 50%;
	background: #69CBE9;
	position: absolute;
	left: 10px;
	top: 0.6em;
}

.post-6452 section.block05 {
	background: #FBFBF5;
	padding: 40px 0;
}
.post-6452 section.block05 h2.common_ttl_01{
	background: url(img/img-satsukiyama/bg_09.png) no-repeat center top;
	font-size: 2.0rem;
	letter-spacing: 0;
	padding: 75px 0 0 0;
	margin: 0 0 40px 0;
	text-align: center;	
	border: none !important;
	background-size: 25%;
}
.post-6452 section.block05 .container4 h3{
	background: url(img/img-satsukiyama/bg_10.png) no-repeat 10px center;
	background-size: 30px 30px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	padding: 10px 0 10px 50px!important;
	margin: 0;
	text-align: left;	
	border-bottom: 2px solid #C4AE8A;
}

.post-6452 section.block05 .container4 .inner{
	font-size: 1.6rem;
	text-align: left;
}
.post-6452 section.block05 .container4 .inner p{
	padding: 20px 0 0 0;
	font-size: 1.2rem;
}
.post-6452 section.block05 .container4 .inner .box{
	margin: 20px 0 0 0;
}
.post-6452 section.block05 .container4 .inner .box_inner{
}
.post-6452 section.block05 .container4 .inner .box .box_inner h4{
	background: #ABBD1D;
	text-align: center;
	padding: 7px ;
	width: 100px;
	color: #fff;
	float: left;
	font-size: 1.3rem;
	margin: 0 10px 15px 0;
}
.post-6452 section.block05 .container4 .inner .box .box_inner ul{
	float: left;
	font-size: 1.2rem;
	padding: 0 0 0 10px;
}
.post-6452 section.block05 .container4 .inner .box .box_inner ul.list li{
	position: relative;
	padding: 0 0 8px 23px;
	margin: 0;
	text-indent: inherit;
	font-size: 1.2rem;
}
.post-6452 section.block05 .container4 .inner .box .box_inner ul.list li.last{
	padding: 0 0 8px 23px;
}
.post-6452 section.block05 .container4 .inner .box .box_inner ul.list li.none{
	padding: 0 0 10px 0;
}
.post-6452 section.block05 .container4 .inner .box .box_inner ul.list li::before{
	width: 14px;
	height: 14px;
	content: " ";
	background: #ABBD1D;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0.5em;
}
.post-6452 section.block05 .container4 .inner .box .box_inner ul.list li.none::before{
	display: none;
}
.post-6452 section.block05 .container4 .inner .box .box_inner p{
	font-size: 1.1rem;
	clear: both;
	padding: 10px 0 0 10px;
}
.post-6452 section.block05 .container4 .inner .box .box_inner ul.list2 li{
	padding: 0 0 0 40px;
	position: relative;
}
.post-6452 section.block05 .container4 .inner .box .box_inner ul.list2 li::before{
	width: 12px;
	height: 12px;
	content: " ";
	position: absolute;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #c5ad85;
	background: none;
	border-radius: 0;
	left: 27px;
	top: 27%;
}
.post-6452 section.block05 .container4 .inner .box .box_inner ul.no-float{
	float: none;
}
.post-6452 section.block05 .container4 .inner .box .box_inner .p-top{
	padding-top: 40px;
}
.post-6452 section.block05 .container4 .inner .box .box_inner .p-top p{
	margin-bottom: 0;
}

.post-6452 section.block05 .container4 .inner .box .last{
	font-size: 1.2rem;
	padding: 0 0 40px 10px;
}
.post-6452 section.block05 .container4 .inner .box .last p{
	padding: 0;
	margin: 0;
	display: inline-block;
}
.post-6452 section.block05 .container4 .inner .box .last p i{
	color: #ABBD1E;
}
.post-6452 section.block05 .container4 .inner .box .last p a{
	text-decoration: none;
	cursor: default;
}


.post-6452 section.block02{
	background: #FBFBF5;
}
.post-6452 section.block02 .map_area{
	position: relative;
}
.post-6452 section.block02 .map_area ul li{
	position: absolute;
}
.post-6452 section.block02 .map_area ul li.pointer01{
	width: 44px;
	height: auto;
	top: 2%;
	left: 32%;
}
.post-6452 section.block02 .map_area ul li.pointer02{
	width: 43px;
	height: auto;
	top: 12%;
	left: 20%;
}
.post-6452 section.block02 .map_area ul li.pointer03{
	width: 38px;
	height: auto;
	top: 43%;
	left: 18%;
}
.post-6452 section.block02 .map_area ul li.pointer04{
	width:40px;
	height: auto;
	top: 29%;
	left: 51%;
}
.post-6452 section.block02 .map_area ul li.pointer05{
	width: 43px;
	height: auto;
	top: 22%;
	right: 23%;
}
.post-6452 section.block02 .map_area ul li.pointer06{
	width: 50px;
	height: auto;
	top: 21%;
	right: 8%;
}
.post-6452 section.block02 .map_area ul li.pointer07{
	width: 40px;
	height: auto;
	top: 82%;
	right: 46%;
}















/*-------------------------------------------------------------------
安藤百福ページ
-------------------------------------------------------------------*/
.post-6464 .entry__title:before{
	background:url(img/img-ando/ico_01.png) no-repeat !important;
	background-size:contain !important;
}
.post-6464 .block02{
	background: url(img/img-ando/bg_01.png) repeat-y center top;
	background-size: contain;
	padding: 0 3% 40px;
}
.post-6464 .block02 .link01 a{
	width: 300px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.post-6464 .block02 .blk02 .ttl{
	color: #FF5C26;
	font-weight: bold;
	font-size: 1.2rem;
}
.post-6464 .block02 .blk02 table tr td p{
	margin: 0;
	padding: 0;
}
.post-6464 .block02 .blk02 ul{
	display: flex;
	width: 100%;
	margin: 20px auto;
}
.post-6464 .block02 .blk02 ul li{
	width: 49%
}
.post-6464 .block02 .blk02 ul li:first-of-type{
	margin: 0 2% 0 0;
}
.post-6464 .block02 .blk02 .link02{
	text-align: right;
	padding: 10px 0;
	font-size: 1.2rem;
}


/*-------------------------------------------------------------------
小林一三ページ
-------------------------------------------------------------------*/
.post-6462 .entry__title:before{
	background:url(img/img-ando/ico_01.png) no-repeat !important;
	background-size:contain !important;
}
.post-6462 .block02{
	background: url(img/img-ando/bg_01.png) repeat-y center top;
	background-size: contain;
	padding: 0 3% 40px;
}
.post-6462 .block02 .link01 a{
	width: 300px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.post-6462 .block02 .blk02 .ttl{
	color: #FF5C26;
	font-weight: bold;
	font-size: 1.6rem;
}
.post-6462 .block02 .blk02 table tr td p{
	margin: 0;
	padding: 0;
}
.post-6462 .block02 .blk02 ul{
	display: flex;
	width: 100%;
	margin: 20px auto;
}
.post-6462 .block02 .blk02 ul li{
	width: 49%
}
.post-6462 .block02 .blk02 ul li:first-of-type{
	margin: 0 2% 0 0;
}
.post-6462 .block02 .blk02 .link02{
	text-align: right;
	padding: 10px 0;
	font-size: 1.2rem;
}


.sidebar,#sub{
	display: none;
}




/* -----------------------------------------------------------------
モーダル
-----------------------------------------------------------------*/
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	opacity: 1 !important;
	z-index: 9999;
	background: transparent !important;
}
.modal__bg{
    background: #000;
    height: 100vh;
    position: absolute;
    width: 100%;
	opacity: 0.5 !important;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
	border: 5px solid #EFF5BE;
}
.entry .entry__content .modal h3{
	font-size: 1.4rem !important;
	text-align: center !important;
	border-bottom: 3px dotted #ACBE1E !important;
	padding: 0 0 10px 0 !important;
	font-weight: bold !important;
	width: 100%;
	margin: 0 auto 10px !important;
}
.modal .circle{
	position: absolute;
	top:-30px;
	right: -10px;
}
.modal .image{
	width: 230px;
	margin: 0 auto 20px;
	padding: 0 !important;
}
.modal .txt{
	width: 100%;
	margin: 0 auto;
	padding: 0 !important;
	font-size: 1.0rem;
}
.modal .txt02{
	width: 100%;
	margin: 10px auto;
	padding: 0 !important;
	text-align: center;
	font-size: 1.0rem;
	
}
.modal .link{
	background: #ACBE1E;
	position: relative;
	font-weight: bold;
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
	width: 160px;
	padding: 10px 0 !important;
	margin: 40px  auto 0;
}
.modal .link a{
	color: #fff;
	text-decoration: none;
}
.modal .link::after{
	width: 8px;
	height: 8px;
	content: " ";
	display: block;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 40%;
}
.modal .box{
	width: 100px;
	margin: 40px auto 0;
	display: block;
}


.english{
	display: block;
    text-align: right;
    font-size: 1.0rem;
}
.english a{
	text-decoration: underline;
}

/*-------------------------------------------------------------------
投稿テーブルタグ 自動br削除用クラス
-------------------------------------------------------------------*/
div.deleteBr br {
    display: none;
}

/*-------------------------------------------------------------------
TOPページバナー
-------------------------------------------------------------------*/
.top_banner {
	text-align: center;
	margin: 5px 0 35px;
}


/*-------------------------------------------------------------------
ふくまるの部屋
-------------------------------------------------------------------*/
.page-id-7455 .course_page .entry-title:before,
.page-id-7455 .type-page h1:before{
	background: url("../habakiri-child/img/img-fukumaru/ico_sp.png") left 4px;
	background-repeat: no-repeat;
	background-size: contain;
}

li{
	list-style: none;
}

.blk02 .ttl{
	color: #FF5926;
	font-weight: bold;
	font-size: 1.4rem !important;
	margin-top: 20px;
}

.blk01 .ttl{
	color: #FF5926;
	font-weight: bold;
	font-size: 1.4rem !important;
}

.blk01 p{
	padding: 0 7% !important;
}

.orange{
	color: #FF5926;
}

.fukumaru_wrap{
	display: block;
}

.img01{
	margin: 0 !important;
}

.img01 img{
	
	width: 100%;
	height: 100%;
}

.fukumaru_left{
	text-align: center;
}

.fukumaru_left02 .img{
	width: 125px;
}

.fukumaru_left03 .img{
	margin: 0;
}

.fukumaru_left03{
margin-bottom: 10px;
}


.fukumaru_child_wrap{
	display: flex;
	gap:30px;
	flex-wrap: wrap;
	text-align: center;
}

.fukumaru_child_wrap li{
	width: 150px;
	padding: 10px;
	padding-left: 40px;
}

.fukumaru_child_wrap em{
	font-size: 0.9rem;
}

.post-7455 .fukumaru_right th{
	width: 30%;
}

.fukumaru_right p{
	padding: 0 7% !important;
}

.page-id-7455 .blk01 .link01{
	text-align: center;
}

.page-id-7455 .blk02 ul {
	display: flex;
	flex-wrap: wrap;
	gap:30px;

}

.page-id-7455 .method02{
	padding-bottom: 6px;
	text-align: right;
}
.page-id-7455 .method02 a{
	background: url("../habakiri-child/img/img-fukumaru/icon_01.jpg") no-repeat left -1px;
	  padding: 0px 0 0px 15px;
	background-size: contain;
	text-decoration: none;
}
.page-id-7455 .method02 a:hover{
	text-decoration: underline;
}

.method02 em{
	padding: 0px 20px 0px 0;
	background: url("../habakiri-child/img/img-fukumaru/icon_02.gif") no-repeat right top -1px;
	color: #333;
	background-size:contain; 
}

.song h4{
	padding: 0 3%;
	margin-bottom: 10px;

}

.song h5{
	padding: 0 3%;
	padding-bottom: 20px;
}

.song a{
	color: #333;
	background: url("img/img-fukumaru/icon_02.jpg") no-repeat left center;
	padding-left: 22px;
	text-decoration: underline;
	background-size: contain;
}

.song a:hover{
	text-decoration: none;
}

.video{
	text-align: center;
	margin-bottom: 5px;
}


/*---------------------------------------------------------
飲食店投稿機能
-----------------------------------------------------------*/

.single-shop.single #main .post p{
    font-size: 1.3rem;
    margin-bottom: 2%;
    line-height: 1.7;
    letter-spacing: 0.05em;
    padding: 0 0;
    width: 100%;
    color: #000;
    display: inline-block;
}
.single-shop.single #main .entry h2{
	margin-bottom: 2%;
}
.single-shop #main .post p.img {
    text-align: center;
    padding: 2% 0 !important;
}
.single-shop .entry-title {
    background-image: linear-gradient(to right, #000 10%, rgba(255,255,255,0) 0%) !important;
    background-position: bottom !important;
    background-size: 7px 2px !important;
    background-repeat: repeat-x !important;
    width: 100% !important;
    padding: 1.5% 0 3% 12% !important;
    position: relative !important;
    margin: 0 0 5% 0 !important;
    font-size: 1.6rem !important;
    font-weight: bold !important;
}
.single-shop .entry-title:before {
    content: "";
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    background: url(https://www.ikedashi-kanko.jp/wp-content/uploads/shop_ico-1.gif) no-repeat;
    background-size: contain;
    position: absolute;
    top: 2%;
    left: 0;
}
.single-shop .spot_page #main table tbody tr:last-child a{
	color: #337ab7;
}
.spot_page #main table tbody tr a{
	word-break: break-all;
}





/*-------------------------------------------------------------------
日本語飲食店ページ
-------------------------------------------------------------------*/
.page-template .main_img{
    padding-top: 70%;
}

.page-template-shoplist .articlelist-item-inner{
	position: relative;
	display: flex;
    padding: 5% 0 8%;
    color: inherit;
}

.page-template-shoplist .articlelist-item{
	border-bottom: 1px solid #ddd;
    position: relative;
}

.page-template-shoplist .pagettl{
	font-size: 1.47rem !important;
}

.page-template-shoplist .title{
	font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.6;
    margin-top: 2%;
    font-size: 1.1rem;
}

.english{
	display: block;
    text-align: right;
    font-size: 1.0rem;
}

.english a{
	 text-decoration: underline;
}

#footer .banner_block_inner a:nth-child(3) {
    display: block;
    margin: 0 auto 60px;
	width: 100%;
}

.page-template-shoplist .pagettl:before{
	content: "";
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    background: url(https://www.ikedashi-kanko.jp/wp-content/uploads/shop_ico-1.gif) no-repeat;
    background-size: contain;
    position: absolute;
    top: 2%;
    left: 0;
}

.insta_blk .ttl{
	padding: 0% 0 3%;
    margin: 0;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    width: 50%;
}

.insta_blk .ttl span {
    background: url(https://www.ikedashi-kanko.jp/wp-content/uploads/insta_ttl_icon.png) no-repeat left center;
    padding: 2% 0 2% 16%;
    background-size: 16%;
}

.insta_blk {
    padding: 30px 0 0;
    margin: 0 auto;
    text-align: center;
}

.page-template-shoplist .articlelist-item .col-xs-4 {
    width: 70%;
}

.kasou_bnr_blk + .insta_blk {
    margin-top: 30px;
}



.mark_icon{
	display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.mark_icon span{
	display: block;
	text-align: center;
    margin-top: 5px;
}

.mark_icon_ttl_txt{
	margin-bottom: 20px;
}

.mark_icon_txt{
	margin: 8px 0 15px;
	align-items: center;
	text-align: right;
}

.mark_icon_txt a{
    display: block;
    text-decoration: underline;
	color: #333333;
}

.mark_icon_txt a:hover{
	text-decoration: none;
}

.mark_icon_txt img{
	vertical-align: middle;
    display: inline-block;
    padding: 0 1% 0 0;
}

.mark_icon_txt02{
	display: flex;
	margin: 20px 0;
    align-items: center;
}

.muslim_btn_sp{
	text-align: center;
}

.muslim_btn_sp img{
	width: auto;
}

.sticker{
	position: relative;
	margin-top: 35px;
}

.sticker p{
	padding-top: 30px;
}

.sticker::before{
   content:"";
   display:block;
   width:295px;
   height:1px;
   background-color:#FF9E15;
   position:absolute;
   top:0;
   left:20px;
}
ul.omotenashi li{
	margin-bottom: 20px;
}

/*------------------------------------------------
投稿ページ 表
--------------------------------------------------*/
.single-post #main .entry h2,
.single-experience #main .entry h2{
	border-bottom:  2px solid #FFA64D !important;
}
.single-post #main table,
.single-experience #main table{
	width: 100%;
	margin: 0 auto;
}
.single-post #main table tbody tr,
.single-experience #main table tbody tr{
	display: flex;
}
.single-post #main table tbody tr th,
.single-experience #main table tbody tr th{
	padding: 3% 0%;
	border-bottom: 1px solid #FFA64D;
	width:25%;
	font-weight: bold;
}
.single-post #main table tbody tr td,
.single-experience #main table tbody tr td{
	padding: 3% 2%;
	border-bottom: 1px solid #BBBBBB;
	width:75%;
}
.single-post #main table tbody tr td br,
.single-experience #main table tbody tr td br{
	display: block;
}
.single-post #main table tbody tr a,
.single-experience #main table tbody tr a{
	word-break: break-all;
}
.postid-8295 #main table tbody tr:first-of-type th{
	border-top: 1px solid #FFA64D;
}
.postid-8295 #main table tbody tr:first-of-type td{
	border-top: 1px solid #BBBBBB;
}

/*------------------------------------------------
池田ブランド 投稿版
--------------------------------------------------*/
.ikedabrand #main .entry h2{
	border-bottom:  2px solid #FFA64D !important;
}
.ikedabrand #main table{
	width: 100%;
	margin: 0 auto;
}
.ikedabrand #main table tbody tr{
	display: flex;
}
.ikedabrand #main table tbody tr th{
	padding: 3% 0%;
	border-bottom: 1px solid #FFA64D;
	width:25%;
	font-weight: bold;
}
.ikedabrand #main table tbody tr td{
	padding: 3% 2%;
	border-bottom: 1px solid #BBBBBB;
	width:75%;
}
.ikedabrand #main table tbody tr td br{
	display: block;
}
.ikedabrand #main table tbody tr a{
}

/*---------------------------------------
池田ブランド　固定ページ版
------------------------------------------*/
.page-id-8314 .entry-title:before, .page-id-8314 .type-page h1:before{
	content:"";
	display:inline-block;
	width:1.8em;
	height:1.8em;
	background:url(https://www.ikedashi-kanko.jp/wp-content/uploads/ico_ikedabrand.png) no-repeat;
	background-size:contain;
	position: absolute;
	top: 2%;
	left: 0;
}
.page-id-8314 .entry h1{
	margin: 0 !important;
}

/*---------------------------------------
観光回遊ツアー 参加規約
------------------------------------------*/
.page-id-8528 .type-page h1:before{
	content:"";
	display:inline-block;
	width:1.8em;
	height:1.8em;
	background:url(https://www.ikedashi-kanko.jp/wp-content/uploads/tourism_ico.gif) no-repeat;
	background-size:contain;
	position: absolute;
	top: 2%;
	left: 0;
}
.page-id-8528 .type-page .block03 h2.block03:first-of-type{
	padding-top: 2%;
}

/*---------------------------------------
観光回遊ツアー タイトル
------------------------------------------*/
.course_page .entry-title, .type-page h1 {
  background-color: #fff;
  background-image: linear-gradient(to right, #000 10%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
  padding: 1.5% 0 3% 10.5% !important;
  position: relative;
  margin: 0 0 5% 0;
}
.course_page .entry-title:before, .type-page h1:before {
  content: "";
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  background: url(https://www.ikedashi-kanko.jp/wp-content/uploads/course_ico.gif) no-repeat;
  background-size: contain;
  position: absolute;
  top: 2%;
  left: 0;
}




/*---------------------------------------
トップページ　体験スポット一覧
------------------------------------------*/
.experience_list {
    background: #ffffd5;
    padding: 90px 0 30px;
    margin-bottom: 50px;
}
.experience_list .ttl{
    position: relative;
    margin: -45px 0 30px;
    width: 100%;
    text-align: center;
    line-height: 1.4;
}
.experience_list .ttl img{
    height: 94px;
    display: inline-block !important;
}
.experience_list .ttl span.link_all{
    font-size: 1.1rem;
    font-weight: normal;
    position: absolute;
    top: 90%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.experience_list .ttl span.link_all a {
  color: #000;
  text-decoration: underline;
}
.experience_list .ttl span.link_all a:hover {
  color: #000;
  text-decoration: none;
}
.experience_list .experience_list_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px 6%;
}
.experience_list .experience_list_inner .experience_listblk{
    width: 47%;
}
.experience_list .experience_list_inner .experience_listblk a {
    color: #333;
}
.experience_list .experience_list_inner .experience_listblk a .experience_name{
    font-size: 1.1rem;
    font-weight: bold;
    min-height: 2.0rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #333;
}
.experience_list .experience_list_inner .experience_listblk a .media{
    margin-top: 0;
}
.experience_list .experience_list_inner .experience_listblk a .media .media-inner {
	margin: 0;
}
.experience_list .experience_list_inner .experience_listblk a .title{
    font-size: 1.0rem;
    line-height: 1.4;
}


/*----------------------------------
池田市観光協会 会員募集
----------------------------------*/
.post-9926 .block04 .blk01{
	}
.post-9926 .block04 .blk01 p.download{
	text-align: center;
}
.post-9926 .block04 .blk01 p.download a{
	display: inline-block;
	width: 220px;
	height: 40px;
	border-radius: 40px;
	border: solid 2px #F89406;
	line-height: 2.5em;
	text-align: left;
	padding-left: 20px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.post-9926 .block04 .blk01 p.download:last-of-type a{
	background: url("https://www.ikedashi-kanko.jp/wp-content/uploads/ico_doc.gif") no-repeat right 15px center;
	background-size: 24px;
}
.post-9926 .block04 p.ttl{
	font-size: 1.5rem;
	color: #FF5A26;
	font-weight: bold;
	padding: 4% 0 0;
	margin-bottom: 3%;
}


.page-id-9926 .entry-title:before, .page-id-9926 .type-page h1:before {
  background-image: url("https://www.ikedashi-kanko.jp/wp-content/uploads/member_ico.gif");
}

.page-id-9926 .btn_blk {
  display: flex;
  justify-content: center;
  padding: 5px 0 20px;
}

.page-id-9926 .btn_blk a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffa54d;
  background: #ffa54d;
  color: #fff !important;
  font-size: 1.3rem;
  line-height: 1.4;
  margin: auto;
  width: 100%;
  max-width: 200px;
  height: 45px;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
}

.page-id-9926 .btn_blk a > span {
  position: relative;
  padding-right: 25px;
  letter-spacing: 0.1em;
}

.page-id-9926 .btn_blk a > span::before {
  content: "";
  position: absolute;
  top: -6px;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.page-id-9926 .block02 ul li strong {
  font-size: 1.3rem;
}

.page-id-9926 .block04 .blk01 {
  justify-content: center;
}

.page-id-9926 .block05 {
  padding-top: 20px;
}

.page-id-9926 .block05 h2 {
  margin-bottom: 20px;
}

.page-id-9926 .block05 table {
  padding: 0;
  width: 100%;
  border-top: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  table-layout: fixed;
  word-wrap: break-word;
  white-space: normal;
  max-width: 720px;
  margin: 0 auto;
}

.page-id-9926 .block05 table td {
  vertical-align: middle;
  border-bottom: 1px solid #BBBBBB;
  border-left: 1px solid #BBBBBB;
  padding: 12px;
  line-height: 1.4;
  font-size: 1.1rem;
}

.page-id-9926 .block05 table td > span {
  font-size: 1rem;
}

.page-id-9926 .block05 table + p {
  margin: 15px 0 0 12px;
}


/*------------------------------------------
トップページスマホGナビ
-------------------------------------------*/
.sp_gnav{
	background: #dfdf01;
	padding: 30px 8%;
	margin-bottom: 40px;
}
.sp_gnav_inner{
	background: #fff;
	border: 1px solid #b0c121;
	border-radius: 20px;
	padding: 15px 2%;
}

.sp_gnav_inner ul{
	display: flex;
		flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 25px 1.5%;
}
.sp_gnav_inner ul li{
	width: 32%;
}
.sp_gnav_inner ul li a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px 0;
	color: #333;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0;
	white-space: nowrap;
}
.sp_gnav_inner ul li a img{
	height: 50px;
}
.sp_gnav_inner ul li a:hover{
	text-decoration: none;
}






/*---------------------------------------
カレンダープラグイン調整
------------------------------------------*/
.my-calendar-today{
	display: none !important;
}
/*.mc-main .my-calendar-header input,
.mc-main .my-calendar-header a,
.mc-main .mc_bottomnav a {
	background: none !important;
	color: #333 !important;
}
.my-calendar-nav .my-calendar-next a {
	border-radius: 0 5px 5px 0;
	border-left: 1px solid #fff;
}
*/
.mc-main .my-calendar-header span, .mc-main .my-calendar-header a,
.mc-main .mc_bottomnav span, .mc-main .mc_bottomnav a,
.mc-main .my-calendar-header select, .mc-main .my-calendar-header input {
	box-shadow: none;
}
.my-calendar-nav .mc-icon {
	display: none;
}
.mc-main .my-calendar-header input:hover, .mc-main .my-calendar-header input:focus,
.mc-main .my-calendar-header a:hover, .mc-main .mc_bottomnav a:hover,
.mc-main .my-calendar-header a:focus, .mc-main .mc_bottomnav a:focus {
	outline: none !important;
}
#mc_head_my-calendar {
  border-bottom: none !important;
  width: 100% !important;
  top: -15px !important;
  color: #333 !important;
}
/*---------------------------------------
プライバシーポリシー見出しアイコン削除
------------------------------------------*/
.page-id-4121 .type-page h1 {
  padding: 1.5% 0 3% 1% !important;
}
.page-id-4121 .type-page h1:before {
	display: none;
}
/*---------------------------------------
イベントカレンダーアイコン
------------------------------------------*/
.post-6606 h1:before {
  background: url(https://www.ikedashi-kanko.jp/wp-content/uploads/calendar_ico.gif) no-repeat !important;
  background-size: contain !important;
}
/*---------------------------------------
キャプションコメント
------------------------------------------*/
.wp-caption-text{
	color: #333 !important;
}
/*---------------------------------------
Google translate
------------------------------------------*/
#glt-translate-trigger{
	position: fixed;
	top: 25px;
	right: 10px;
	text-shadow: none;
	z-index: 320000;
	background: transparent;
	box-shadow: none;
	padding: 0 !important;
	transition: .3s;
}
.open #glt-translate-trigger{
	opacity: 0;
}
#glt-translate-trigger .notranslate{
	position: relative;
	color: transparent;
	width: 56px;
	height: 56px;
	display: block;
}
#glt-translate-trigger .notranslate::before{
	content: "";
	background: url(/test/wp-content/uploads/ico_language.png) no-repeat left top/contain;
	width: 56px;
	height: 56px;
	position: absolute;
	top: 0;
	left: 0;
}
.tool-container.tool-top{
	top: 95px !important;
	right: 5px !important;
}
/*------------------------------------
翻訳機能
------------------------------------*/
/*#glt-translate-trigger{
	left: 0 !important;
	bottom: 30px !important;
}
.tool-container{
    bottom: 110px !important;
}*/

/*------------------------------------
検索ボタン
------------------------------------*/
.sp_search_btn{
	position: fixed;
	top: 40px;
	right: 80px;
}
.sp_search_btn img{
	height: 30px;
}

/*------------------------------------
Safariのみ
------------------------------------*/
html.is-google-translated .site-header,
html.is-google-translated #header {
  position: fixed;
	top: 55px !important;
	}
html.is-google-translated #glt-translate-trigger{
	top: 80px;
}
html.is-google-translated .sp_search_btn{
	top: 95px;
}
html.is-google-translated header p.menu_open{
	top: 82px;
}
	
html.is-google-translated #slide_menu{
    top: 57px;
}

/*===================================
  
  検索窓

===================================*/
#site_searchBox {
  display: none;
}
#site_searchBox.focus {
  position: fixed;
  top: 25% !important;
  left: 50%;
  right: auto !important;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  display: block;
  z-index: 1000001;
}
#site_searchBox.focus #site_searchBoxInner {
  margin: 0 auto;
}
#site_searchBox.focus .btn_close {
  margin-top: 20px;
  text-align: center;
}
#site_searchBox.focus .btn_close span {
  font-size: 4rem;
  display: inline-block;
  color: #fff;
}
#site_searchBox.focus #site_searchBoxInner .input-group {
  width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#overlay {
  z-index: 1000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
}
#site_searchBox.focus #site_searchBoxInner input[type^="text"] {
  width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  line-height: 1;
  padding: 10px;
}
#site_searchBox.focus #site_searchBoxInner input[type^="submit"] {
  width: 5em;
  margin-left: 10px;
  font-size: 1.6rem;
  border: none;
  color: #000;
  font-weight: bold;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 0;
}
@media screen and (max-width: 991px) {
  #site_searchBox.focus #site_searchBoxInner .input-group {
    width: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px 0;
  }
  #site_searchBox.focus .btn_close span {
    font-size: 3rem;
  }
  #site_searchBox input[type="search"] {
    font-size: 16px;
  }
  #site_searchBox input[type="search"]:focus{
    border: 1px solid #ccc;
	box-shadow: none;
  }
  #site_searchBox.focus #site_searchBoxInner input[type^="text"] {
    width: 300px;
    padding: 5px;
    border-radius: 5px;
  }
  #site_searchBox.focus #site_searchBoxInner input[type^="submit"] {
    width: 5em;
    margin-left: 10px;
    font-size: 1.2rem;
    border: none;
    color: #000;
    font-weight: bold;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 0;
  }
  #site_searchBox.focus #site_searchBoxInner input[type^="submit"] {
    width: 5em;
    margin: 10px auto 0;
    font-size: 1.2rem;
    padding: 5px 0;
    display: block;
  }
}




