/*
Template:twentyseventeen
Theme Name:twentyseventeen_child
*/




/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body{
color:#333;
font:12px "verdana","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
background:#fff;
-webkit-text-size-adjust: none;
}

html{background:#3f4360;}


/* リンク設定
------------------------------------------------------------*/
a{
	color: #0000CC;
	text-decoration: none;
}
a:hover{color:#292d48;}
a:active, a:focus{outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
}

.inner{
margin:0 auto;
width:100%;	
}


/*************
/* ヘッダー6699cc
*************/
#header{
	padding: 10px 0 15px;
	/*overflow: hidden;*/
	background: linear-gradient(to bottom,#007AF5, #FFF);
	background: -moz-linear-gradient(top, #007AF5, #FFF);
    background: -webkit-linear-gradient(top, #007AF5, #FFF);
	/*border-bottom: 1px solid #007AF5;*/
}

* html #header{height:1%;}

#header h1{
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

#h_top{
	height: 170px;
}
/*************
/* ロゴ
*************/
#header .logo{
float:left;
padding:20px 0 0;
}

.logo a{
font-size:20px;
font-weight:bold;
line-height:1; 
color:#fff;
text-shadow: 1px 1px 3px  #000;

}

.logo span{
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}


/**************************
/* トップナビゲーション　pc用
**************************/

/*ul#topnav{
float:right;
overflow:hidden;
}

* html ul#topnav{height:1%;}

ul#topnav li{
float:left;
margin:0 5px;
text-align:center;
}

ul#topnav a{
font-size:10px;
display:block;
padding:15px 5px;
color:#fff;
}

ul#topnav span{
color:#cdcdcd;
font-size:8px;
}

ul#topnav li.active a,ul#topnav a:hover{
background:#292d48;
border-radius:5px;
}*/


/********************ここからパネル回転トップナビ*/


@media only screen and (min-width : 769px ){		
#gNav{
  display:block;	
  position: relative;
  top: 0px;
}	
#topnav{
	width: 923px;
	display:inline-block;
	position:absolute;
	right: 0;
	top: 50px;
}

.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 960px;
  margin: 5px auto 30px;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
	
/*トップメニューの幅 width*/
.dropmenu li{
  position: relative;
  width: 16%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 12px 0 11px;
 /* background:#007AF5;*/
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
	border-radius: 5px;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;	
}
/*#2E4053	257BD0*/
	
.dropmenu li ul li a{
  padding: 13px 15px;
  border-top: 1px solid #fff;
  border-radius: 5px;	
  background: #7dcdf3;
  text-align: left;
}
.dropmenu li:hover > a{
  background: #7dcdf3;
}
.dropmenu li a:hover{
  background: #4699ca;
}



/*レスポンス時の+マーク削除*/
nav li .fa {
    display: none;
  }

/*********************
topnavアニメーション回転
**********************/
#topnav li ul {
  visibility: hidden;
  perspective: 400px;
}
#topnav li:hover ul{
  visibility: visible;
}
#topnav ul li{
  transform: rotateY(90deg);
  transform-origin: 50% 0;
  transition: .3s;
}
#topnav li:hover li{
  transform: rotateY(0);
}
#topnav ul li:nth-child(2) {
  transition-delay: .1s;
}
#topnav ul li:nth-child(3) {
  transition-delay: .2s;
}
#topnav ul li:nth-child(4) {
  transition-delay: .3s;
}
#topnav ul li:nth-child(5) {
  transition-delay: .4s;
}
}
/***************************パネル回転トップナビここまで*/



/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
margin:0px auto 50px auto;
padding:0;	
width:100%;
position:relative;
line-height:0;
}

#mainBanner img{
width:100%;
height:auto;
border-radius:3px;	
}

.mainslogan{
position:absolute;
max-width:100%;
height:auto;
bottom:0;
left:0;
padding:5px 10px;
line-height:1.4;
background:url(../images/tp.png);
}


.slogan{
max-width:100%;
height:auto;
bottom:0;
left:0;
padding:5px 10px;
line-height:1.4;
background:url(../images/tp.png);	
}

.mainslogan h2,.slogan h2{
padding-bottom:5px;
color:#333;
font-size:20px;
}

.mainslogan h3,.slogan h3{
font-size:14px;
color:#666;
}



/* サブページ スローガンの背景・黒
.subImg .slogan{background:url(../images/tp2.png);}

.subImg .slogan h2{color:#fff;}
.subImg .slogan h3{color:#ccc;}*/



@media only screen and (max-width : 767px ){
.slogan h2{
	font-size: 16px;
}
	.slogan h3{
	font-size: 12px;
}	
}

/**************************
/* グリッド
**************************/
/*.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}*/

.gridWrapper{
padding-bottom:20px;
overflow: hidden;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

* html .gridWrapper{height:1%;}
	
.grid{
/*float:left;*/
border-radius:5px;
background:#fff;
position: relative;	
}

.grid h3{
	padding: 20px 5px;
	text-align: center;
	color: #fff;
	border-radius: 5px 5px 0 0;
	background: #007AF5;
	font-size: 15px;
	font-weight: bold;
}

.grid p{
	padding: 5px 10px;
	font-weight: normal;
	font-size: 14px;
}

.gridWrapper img{
max-width:100%;
height:auto;
}

.introduction {
	margin-bottom: 40px;
}

/* フッター内のグリッド(3カラム) */
#footer .grid{
color:#fff;
background:transparent;
}

#footer .grid p{
	padding: 0;
	color: #292d48;
}


/*************
メイン コンテンツ
*************/
section.content{
padding:19px 10px;
margin-bottom:20px;
border:1px solid #ebebeb;
border-radius:6px;
background:#fff;
overflow:hidden;
font-size:14px;
}

* html section.content{height:1%;}

section.content p{
	margin-bottom: 5px;
	font-size: 14px;
}

h3.heading{
padding-left:7px;
margin-bottom:10px;
font-size:16px;
border-left:5px solid #3f4360;
color:#3f4360;
position: relative;
padding: 0.3em;	
}

h3.heading:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(-45deg, skyblue, skyblue 2px, white 2px, white 4px);
}


section.content img{
max-width:90%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}

.aligncenter{
	text-align: center;
	
}
.ct1 {
	float: left;
	width: 30%;
	margin-bottom: 50px;
}
.ct2{
	clear: both;
}

.hutoji{
	font-weight: 700;
	color: #F36302;
	font-size: 15px;
}

img.frame,#gallery img{
border:4px solid #fff;
-webkit-box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
box-shadow:0 0 2px rgba(0, 0, 0, 0.5);	
}

#gallery .grid{padding:5px 0 0;}

.container1{
	border: ridge 2px #4682b4;
	border-radius: 25px;
	padding: 20px;
	margin-bottom: 60px;
	width: auto;
	background-size: contain;
	}


.bg-mask {
  height: 100%;
  background: rgba(255,255,255,0.5);
}

#topnavi li{
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	
}

/*************
テーブル
*************/
table.table{
border-collapse:collapse;
width:100%;
margin:10px auto;
}

table.table th,table.table td{
padding:5px;
border:1px solid #292d48;
}

table.table th{
	text-align: left;
	font-weight: bold;
	letter-spacing: 1px;
	white-space: nowrap;
	color: #fff;
	border-left: #292d48 5px solid;
	background-color: #B2CDE8;
	width: 40%;
}

table.table td{border-left:#292d48 3px double}

.price {
	text-align: right;
    vertical-align: middle;
	width: 80px;
}


.table2 td{
	text-align: right!important;
}

@media screen and (min-width:768px){
	.hide{display: none}
}

@media screen and (max-width:768px){
table.table th, table.table td{
	border-collapse:collapse;
	border: 1px solid #292d48;
	width: 100%;
	}
table.table td{	
	border-top:0;
	border-bottom: 0;
	}
.table tr:last-child td{
		border-bottom: 1px solid #292d48;
	}
.ct1{
		width: auto;
	margin-right: 50px;
	}
}



/*************s
*************/
#sub ul{padding:10px;}

#sub li{
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px dashed #ebebeb;
}

#sub li:last-child{
border:0;
margin-bottom:0;
}

#sub li a{display:block;}

#sub ul.list{padding-bottom:7px;}

#sub ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
}

* html #sub ul.list li{height:1%;}

#sub ul.list li img{
float:left;
margin-right:10px;
}

#sub ul.list li{
font-size:12px;
line-height:1.35;
}

/******************
googleカレンダー
******************/
.gc-wrap {
	width: 100%;
    margin: 2.0833% auto;
}
 
.g-calendar {
    width: 100%;
	height: 500px;
}
 
.g-calendar iframe {
    width: 100%;
    height: 100%;
}
 
@media screen and (max-width:768px) {
 .g-calendar {
	 width: 340px;
	height:  340px;
}
.g-calendar iframe {
    width: 340px;
}
}
/******************
google map
******************/
@media screen and (max-width:768px) {
 
    .g-map {
        width: 90%;
		height: auto;
    }
}

/*************
/* フッター
*************/
#footer{
	clear: both;
	padding: 20px 0;
	overflow: hidden;
	background: #007AF5;
	border-top: 1px solid #007AF5;
}


* html #footer{height:1%;}

.tel strong{
font-size:20px;
font-weight:bold;
}

#footer a{color:#fff;}
#footer a:hover{color:#ccc;}

#footer .copyright{font-size:11px;}


/* PC用 */
@media only screen and (min-width:960px){	
	#wrapper,.inner{
	width:940px;
	padding:0;
	}
	
	#wrapper{padding-bottom:20px;}
	
	/* グリッド全体 */
	.gridWrapper{
	width:960px;
	margin:auto;
	}
	
	/* グリッド共通 ベース:トップページ4カラム */
	.grid{
	float:left;
	width:220px;
	margin-left:20px;
	}
	
	/* サブコンテンツ + フッター グリッド(3カラム) */
	#sub .grid, #footer .grid{
	width:300px;
	}
	
	/* ギャラリー グリッド(4カラム) */
	#gallery{
	width:920px;
	}
	
  #gallery .grid{
	width:210px;
	}	
}


/* モニター幅940px以下 */
@media only screen and (max-width:940px){
	#header h1{padding:0 0 5px 10px;}
	#header .logo{
	padding-left: 10px;
}
	
	.grid{
	float:left;
	width:48%;
	margin:10px 2% 0 0;
	}
	
	.grid img{
	float:left;
	margin-right:5px;
	}
	
	#gallery{padding-left:1px;}
	
	#gallery .grid{
	width:23%;
	margin:0 2% 0 0;
	padding:0;
	}
	
	#gallery .grid img{
	float:none;
	margin:0;
	}
	
	#sub .grid{
	width:32%;
	margin:10px 1%;
	}
	
	#sub .grid:first-child{
	margin-left:0;
	}
	
	#sub .grid:last-child{
	margin-right:0;
	}
	
	#footer .grid{
	float:none;
	width:100%;
	text-align:center;
	}
	
	#footer .grid:last-child{padding-top:20px;}
}


/* iPad 縦 */
@media only screen and (max-width:767px){
  #header{
	  padding-bottom:0;
	  background: linear-gradient(to bottom,#007AF5, #FFF);
	background: -moz-linear-gradient(top, #007AF5, #FFF);
    background: -webkit-linear-gradient(top, #007AF5, #FFF);	
	}	

	#header h1{text-align:center;}
	
	#header .logo{
	float:none;
	text-align:center;
	padding:10px 0 5px 0;
	z-index: 100;
	position: absolute;
	width: 100%;
	/*background-color: #007AF5;*/
	right: 0;	
	}

/*	ul#topnav{
	clear:both;
	width:100%;
	}

	ul#topnav li{
	width:33%;
	margin:0;
	border-top:1px solid #292d48;
	border-right:1px dashed #292d48; 
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;	
	}

	ul#topnav li:nth-child(3n){border-right:0;width:34%;}

	ul#topnav li.active a,ul#topnav a:hover{border-radius:0;}*/
	
	/*#topnav{
		display:none;
	}*/
	
	#sub ul.list{padding:10px 10px 11px;}
	
	#sub ul.list li{
	padding-bottom:10px;
	margin-bottom:8px;
	}
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#footer .grid p{text-align:center;}
	
	.grid img{
	float:none;
	margin:20px auto 10px;
	}
	
	.grid p,#sub .grid li{text-align:left;}
	
	img.frame,#gallery img{border-width:2px;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width : 410px ){
	/*ul#topnav li{width:50%;}

	ul#topnav li:nth-child(3n){
	border-right:1px dashed #292d48;
	width:50%;
	}
	
	ul#topnav li:nth-child(2n),ul#topnav li:nth-child(6n){border-right:0;}*/
	
	#mainBanner{margin-left:1px;}
	#mainBanner h2,#mainBanner h3{font-size:80%;}
	
	#sub .grid{
	float:none;
	width:98%;
	}
	
	#sub .grid h3{padding:10px 5px;}
	
	#sub ul.list{padding:10px;}
	
	#sub ul.list li{
	padding-bottom:3px;
	margin-bottom:3px;
	}
	
	#sub ul.list li img{margin:0 5px 0 0;}
}

/****************************************************/
label {
	display: block;
}
form p #mail {
	width: 230px;
}
grid h3 a {
	color: #FFFFFF;
}
h3 a {
	color: #FFFFFF;
	font-weight: bold;
}
#sub .grid ul li {
	font-size: 14px;
}
.danraku {
	font-weight: bold;
	color: #333366;
	font-size: 15px;
}
.grid .readmore {
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	position: absolute;
	bottom: 0;
}
.fortop {
	font-size: 14px;
	font-weight: bold;
	color: #0000CC;	
}


#fortop {
	font-size: 14px;
	font-weight: bold;
	color: #0000CC;
}



/*ここから追記---*/

/*料金表を縦3段に見やすく*/
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .table {
    width: 80%;
  }
  .table th,
  .table td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

/*料金表の表題　左詰め*/
th {
	text-align: left;
}
 
.readmore{
	bottom: 0;
}


/***************
WP子テーマ　修正
****************/
.wrap{
	margin-top:50px; 
}



/***************
よくある質問　css
****************/

.cp_qa *, .cp_qa *:before, .cp_qa *:after {
font-family: 'Font Awesome 5 Free', sans-serif;
-webkit-box-sizing: border-box;	
box-sizing: border-box;	
}
.cp_qa {
margin: 0 auto;
background: #ffffff;
}
.cp_qa input {
display: none;
}
/* カテゴリー */
.cp_qa #cp_content1,
.cp_qa #cp_content2,
.cp_qa #cp_content3,
.cp_qa #cp_content4,
.cp_qa #cp_content5,
.cp_qa #cp_content6{
display: none;
padding: 20px 0 0;
border-top: 1px solid #dddddd;
}
.cp_qa label.cp_tabitem {
display: inline-block;
margin: 0 0 -1px;
padding: 15px 25px;
text-align: center;
color: #bbbbbb;
border: 1px solid transparent;
}
.cp_qa label.cp_tabitem:before {
margin-right: 10px;
}
.cp_qa label.cp_tabitem[for*='1']:before { content: '\f2bd'; }
.cp_qa label.cp_tabitem[for*='2']:before { content: '\f15c'; }
.cp_qa label.cp_tabitem[for*='3']:before { content: '\f075'; }
.cp_qa label.cp_tabitem[for*='4']:before { content: '\f044'; }
.cp_qa label.cp_tabitem[for*='5']:before { content: '\f044'; }
.cp_qa label.cp_tabitem[for*='6']:before { content: '\f044'; }
.cp_qa label.cp_tabitem:hover {
cursor: pointer;
color: #888888;	
}
.cp_qa input:checked + label {
color: #555555;
border: 1px solid #dddddd;
border-bottom: 1px solid #ffffff;
}
/* --ブロックのバーの色 */
.cp_qa input:checked + label[for*='1'] {
border-top: 5px solid #00BCD4;
}
.cp_qa input:checked + label[for*='2'] {
border-top: 5px solid #FF5722;
}
.cp_qa input:checked + label[for*='3'] {
border-top: 5px solid #03A9F4;
}
.cp_qa input:checked + label[for*='4'] {
border-top: 5px solid #E91E63;
}
.cp_qa input:checked + label[for*='5'] {
border-top: 5px solid #B7E91D;
}
.cp_qa input:checked + label[for*='6'] {
border-top: 5px solid #8B1DE9;
}

@media screen and (max-width: 650px) {
.cp_qa label.cp_tabitem {
font-size: 0;
}
label:before {
font-size: 18px;
margin: 0;
}
}
@media screen and (max-width: 400px) {
.cp_qa label.cp_tabitem {
padding: 15px;
}
.cp_qa label.cp_tabitem:before {
margin-right: 0px;
}
}
/* QAブロック */
.cp_qa #cp_conttab1:checked ~ #cp_content1,
.cp_qa #cp_conttab2:checked ~ #cp_content2,
.cp_qa #cp_conttab3:checked ~ #cp_content3,
.cp_qa #cp_conttab4:checked ~ #cp_content4,
.cp_qa #cp_conttab5:checked ~ #cp_content5,
.cp_qa #cp_conttab6:checked ~ #cp_content6{
display: block;
}
.cp_qa .cp_qain {
overflow-x: hidden;
margin: 0 auto;
color: #333333;
}
.cp_qa .cp_qain .cp_actab {
padding: 20px 0;
border-bottom: 1px dotted #cccccc;
}
/* 質問 */
.cp_qa .cp_qain label {
position: relative;
display: block;
width: 100%;
margin: 0;
padding: 10px 10px 0 48px;
cursor: pointer;
}
/* ＋アイコン */
.cp_qa .cp_qain .cp_plus {
font-size: 2em;
line-height: 100%;
position: absolute;
z-index: 5;
margin-top: 3px;
margin-left: 10px;
-webkit-transition: 0.2s ease;
transition: 0.2s ease;	
}
/* 答え */
.cp_qa .cp_qain .cp_actab-content {
position: relative;
overflow: hidden;
height: 0;
margin: 0 10px 0 48px;
padding: 14px 0;
-webkit-transition: 0.4s ease;
transition: 0.4s ease;
opacity: 0;
}
/* 質問を開いた時の仕様 */
.cp_qa .cp_qain .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
height: auto;
opacity: 1;
}
/* 質問をクリックした時の▼アイコンの動き */
.cp_qa .cp_qain .cp_actab input[type=checkbox]:checked ~ .cp_plus {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.information{
	font-size:18px; 
}

.point{
  position: relative;
  border-top: solid 2px #D18085;
  border-bottom: solid 2px #D18085;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}

.point:after {
  /*タブ*/
  position: absolute;
  font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
  content: '\f0a7\ POINT';
  background: #D18085;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}


/*強調*/
strong{
	font-weight: bold;
	
}
.red{
	font-size: 16px;
	color: red;
}



.mark{
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.green{
	background: linear-gradient(transparent 60%, #91E4AA 60%);
}
.pink{
	background: linear-gradient(transparent 60%, #F4B9E3 60%);
}

/*ここから　HEADER　テスト*/

/*#header {
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
#gNav a:hover {
  color: #999;
}
nav li a {
  font-size: 10px;
  letter-spacing: 0.2em;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #fff;
  background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
}*/
@media only screen and (max-width : 767px ) {
  #header {
    padding: 10px 0;
    height: 95px;
  }
  .h_logo {
    width: 200px;
    position: absolute;
    top: 18px;
    left: 10px;
    z-index: 100;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
}

/*ナビとメインバナーを詰める*/
@media only screen and (max-width : 767px ){
#mainBanner{
	margin-top: 40px;
}
}
/* ------------------------------------------

/*フッターリスト91C6FD*/

#footer_list {
	hight:80px;
	background:skyblue;
	line-height: 60px;
	text-align: center;
	margin-top: 40px;
}

#footer_list ui {
	float: left;
	width: 960px;
}

#footer_list li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-right: 25px;
}

#footer_list li a {
	display: block;
	text-decoration: none; 
	color: #fff;
}


#footergrid {
	clear:both;
	margin-top: 0px;
	text-align: center;
}


/*パンくずリスト pc用*/
@media only screen and (min-width : 767px ){
.cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_breadcrumb {
	overflow: hidden;
	width: 100%;
	margin: 1em auto;
	padding: 0;
	list-style: none;
}
.cp_breadcrumb li {
	display: inline-block;
	padding: 0;
	margin: 0 0 0.5em 0;
}
.cp_breadcrumb a {
	position: relative;
	display: inline-block;
	margin: 3px 0px 20px 0;
	padding: 0.7em 0.8em 0.7em 1.5em;
	text-decoration: none;
	color: #ffffff;
	background-color: #1d50a2;
}
.cp_breadcrumb li:first-child a {
	padding-left: 1em;
	border-radius: 5px 0 0 5px;
}
.cp_breadcrumb a::after,
.cp_breadcrumb a::before {
	position: absolute;
	top: 50%;
	right: -1.5em;
	margin-top: -1.48em;
	content: '';
	border-top: 1.48em solid transparent;
	border-bottom: 1.48em solid transparent;
	border-left: 1.5em solid;
	}
.cp_breadcrumb a::after {
	z-index: 2;
	border-left-color: #1d50a2;
}
.cp_breadcrumb a::before {
	z-index: 1;
	right: -1.8em;
	border-left-color: #ffffff;
}
.cp_breadcrumb li:nth-child(2) a       { background:        #239dda; }
.cp_breadcrumb li:nth-child(2) a:after { border-left-color: #239dda; }
.cp_breadcrumb li:nth-child(3) a       { background:        #89c3eb; }
.cp_breadcrumb li:nth-child(3) a:after { border-left-color: #89c3eb; }
.cp_breadcrumb li:nth-child(4) a       { background:        #a0d8ef; }
.cp_breadcrumb li:nth-child(4) a:after { border-left-color: #a0d8ef; }
.cp_breadcrumb li:nth-child(5) a       { background:        #bce2e8; }
.cp_breadcrumb li:nth-child(5) a:after { border-left-color: #bce2e8; }

.cp_breadcrumb li:last-child a {
	cursor: default;
	pointer-events: none;
	color: black;
	background:        #bce2e8;
	border-radius: 0 5px 5px 0;
}
.cp_breadcrumb li:last-child a:hover {
	background: none;
}
.cp_breadcrumb li:last-child a::before,
.cp_breadcrumb li:last-child a::after {
	content: normal;
}
}

/*パンくずリスト　モバイル用*/
@media only screen and (max-width : 767px ){
.cp_breadcrumb a{
	margin: 0;
	font-size: 12px;
}

.cp_breadcrumb {
  padding-left:0;
  margin-left:0;
  margin-top: 15px;
  margin-bottom: 10px;	
}

.cp_breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.cp_breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.cp_breadcrumb li:last-child:after{
  content: '';
}

.cp_breadcrumb li a {
    text-decoration: none;
    color: #3467DD;/*色*/
}

.cp_breadcrumb li a:hover {
    text-decoration: underline;
}	
}

/*パンくずリストここまで*/

.indent{
	text-indent: 2em;
}

.indent2{
	text-indent: 5em;
}

.indent3{
	text-indent: 8em;
}
/*WP用*/

/*アイキャッチ画像を記事の左に表示したり、余白の調整やラインの補油時、文字の大きさの変更など*/

#post-list {
	width: 100%;
	overflow: hidden;
	border-top: 0.5px solid #dcdcdc;
	border-bottom: 0.5px solid #dcdcdc;
	border-left: 0;
	border-right: 0;
}

.post-entry {
	width: 100%;
	display: table; 
	vertical-align: top;
	border-top: 0.5px solid #dcdcdc;
	border-bottom: 0.5px solid #dcdcdc;
	border-left: 0;
	border-right: 0;
}

.post-thumbnail {
	display: table-cell;
	width: 50%; /*横2列表示*/
	vertical-align: top;
	padding: 2%;
}

.post-thumbnail a img {
	width: 100%;
}

.entry-header-content {
	display: table-cell;
 	width: 400px; /*記事の半分の幅以上を設定*/
	padding: 2%;
}

#post-list .entry-title {
	font-weight:700;
	font-size: 1em;
}
	
#post-list .entry-content {
	display:none
}

/* 以下、PC タブレット表示の場合 */
@media screen and (min-width: 48em) {

	#post-list .entry-title {
		font-weight:700;
		font-size: 1.5em;
	}
		
	#post-list .entry-content {
		font-size: 1em;
		display: inline;
	}
}

/*セッションの流れ*/

.cp_timeline04 {
	position: relative;
	margin: 3em auto;
	padding-bottom: 2em;
}
.cp_timeline04:before {
	position: absolute;
	top: 0px;
	left: 45px;
	width: 3px;
	height: 100%;
	content: '';
	background: #e91e63;
}
.cp_timeline04 .timeline_item {
	margin: 0px 0px 0px 80px;
}
.cp_timeline04 .timeline_item .time_date .time {
	font-family: serif;
	font-size: 4em;
	font-weight: bold;
	position: relative;
	margin: 0;
	letter-spacing: 1px;
	color: rgba(233,30,99,0.22);
}
.cp_timeline04 .timeline_item .time_date .time:before {
	position: absolute;
	top: 30%;
	left: -42px;
	width: 10px;
	height: 10px;
	content: '';
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	border: 3px solid #e91e63;
	background: #fff;
}
.cp_timeline04 .timeline_item .time_date .flag {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	margin-top: -60px;
	color: #880e4f;
}
.cp_timeline04 .timeline_item .desc {
	font-size: 1.2em;
	line-height: 20px;
	margin-top: 15px;
	padding-left: 20px;
	border-top: 1px solid #880e4f;
}
@media only screen and (max-width: 767px) {
	.cp_timeline04:before {
		left: 15px;
	}
	.cp_timeline04 .timeline_item .time_date .time:before {
		left: -32px;
	}
	.cp_timeline04 .timeline_item {
		margin: 0px 0px 0px 40px;
	}
	/*.cp_timeline04 .timeline_item .desc {
		padding-left: 0px;
		border-top: 1px solid #880e4f;
		border-left: none;
	}*/
}


.access{
	font-size: 18px;	
}

@media only screen and (max-width: 767px){
	.hd_direction{
		width: 90%;
	}
}

/*
to top button
------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
 
#page-top a {
	background: #6F9BE9;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 20px 0;
	text-align: center;
    display: block;
    border-radius: 10px;
}
 
#page-top a:hover {
	text-decoration: none;
    background: #98AFD7; 
}


/*

