/*
Theme Name: michell-green
Theme URI: サイトのURL
Description: 治療院専門テンプレート
Version: 1.0
Author: michell-green
Author URI: テーマフォルダURI
*/

/*---------------------------------------------
 * Flexbox
 *---------------------------------------------*/
.d-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fx-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.fx-2 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.fx-3 {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

.jc-sa {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.jc-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jc-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jc-se {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.jc-fe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.jc-fs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.ai-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ac-c {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.ai-fs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ai-fe {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.as-fs {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.as-c {
    -ms-grid-row-align: center;
    align-self: center;
}

.ac-sb {
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.fxw-w {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fxw-wr {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.fxd-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

	トップページ

----------------------------------------------- */
.top_mv{
	width:100%;
	height:600px;
	background: url(images/mv_bg.png) no-repeat center top;
	border-bottom:1px solid #1856a3;
}

.slides {
  position: relative;
  top: 0;
  left: 50%;
  overflow: hidden;
  width: 100%;
  height: 570px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
 
#slider-area {
  position: relative;
  margin:0 auto;
  margin-bottom: 50px;
  max-width:1100px;
}
 
.slides-inner {
  position: relative;
  top: 0;
  width: 100%;
}
 
.slidekiji {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
}
 
.slidekiji a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 570px;
}
 
.slidekiji img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.slidekiji .text {
  position: relative;
  bottom: 0;
  box-sizing: border-box;
  text-align:center;
  width: 100%;
  padding: 240px 100px 15px;

}

#slider-area a p{
	color:#fff;
	font-size:16px;

}
#slider-area .text p{
	width:100%;
	text-align:center;
	margin:0 auto;
	font-size:14px;
	color:#fff;


}
 
.slidekiji .kiji-date {
  font-size: .9em;
  color: #fff;
  text-align:center;
}
 
.slidekiji .cat-data {
  font-size: .9em;
  color: #fff;
  background-color: transparent;
  text-align:center;
}
 
.slidekiji h2 {
  font-size: 46px;
  line-height: 1.4;
  margin: 0;
  color: #fff;
  font-weight:normal;
  text-align:center;
  /*margin-bottom:15px;*/

}
 
#pager_top {
  position: absolute;
  top: 53%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
 
#pager_top .prev, #pager_top .next {
  position: absolute;
  top: 0;
  width: 64px;
  height: 64px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  text-decoration: none;
  color: #222;
}
 
#pager_top .prev {
  left: 0;
}
 
#pager_top .next {
  right: 0;
}
 
.slides-nav {
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  text-align: center;
}
 
.slides-nav a {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  background: #ccc;
}
 
.slides-nav a.active {
  cursor: default;
  background: #333;
}

.more_post a{
	display:block;
	color:#1d2a55;
	border:4px solid #1d2a55;
	border-radius:2px;
	font-size:16px;
	height:50px;
	width:200px;
	margin:20px auto;
	line-height:2.9;
	text-align:center;
	background:#fff;
}

.more_post a:hover{
	text-decoration:none;
	background:#1d2a55;
	color:#FFF;
	border:4px solid #FFF;
}

.top_cont{
	padding:60px 0 20px;
}

.top_cont h2{
	text-align:center;
	padding-bottom:25px;
	background: url(img/h2_img.png) no-repeat center bottom;
	background-size: 150px;
	font-size:28px;
	color:#1d2a55;
	letter-spacing:10px;
	margin-bottom:60px;

}

.top_cont h2 span{
	font-size:170%;
}

.news_l{
	width:47%;
	float:left;
	text-align:center;
}

.news_r{
	width:47%;
	float:right;
	border-top: 2px solid #1d2a55;
	border-bottom: 2px solid #1d2a55;
}

video{
	max-width:360px;
	width:100%;
	align-items: center;
	justify-content: center;
	color: #333333;
	background-color: #1d2a55;
	font-size: 30px;
	border-radius: 15px;
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.2), 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
}

.info_srcollbar {
    overflow-y: auto;
    margin: 20px auto;
    min-height: 50px;
    max-height: 300px;
    color: #333;
    font-size: 15px;
}

#service{
	max-width:1100px;
	margin:40px auto 0;
}

#service-list li{
	max-width:232px;
	max-height:232px;
}

#service-list li img{
	width:100%;
	height:100%;
	object-fit: cover;
}

#service h2{
	font-size:24px;
	font-weight:normal;
	color:#61a9df;
	margin:20px 0;
	text-align:center;
}

#service .read_more{
    display: block;
    padding: 0.5em 2em;
    text-decoration: none;
    border-radius: 4px;
    background-image: linear-gradient(#191919 0%, #000 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-top: solid 1px #666;
	color:#509bd4;
	font-size:12px;
	cursor: pointer;
	margin:20px auto 40px;
	width: 3em;
}

#service .read_more:hover{
	background-image: linear-gradient(#477bf1 0%, #60bae4 100%);
	text-decoration: none;
	color:#fff;
}

#service .pln{
	padding-left:0;
}
#service .prn{
	padding-right:0;
}

#top_text{
	background:#131313;
}
#top_text .top_txt_area{
	padding:30px 0;
	width:75%;
	margin:20px auto 0;
}
#top_text p{
	color:#fff;
	font-size:14px;
	text-align:center;
}

.line_space{
	height:25px;
	width:100%;
	background: url(images/top_line_bg.png) repeat left top;
}

#index .post_summary p{
	margin-bottom:60px;
}

.sp-none{
	display:block;
}
.pc-none{
	display:none;
}

.ft_contact .wpcf7 input[name="your-name"] ,
.ft_contact .wpcf7 input[name="your-email"] {
        width: 97%;
        height: 30px !important;
        border:1px solid #111;
        background: -moz-linear-gradient(left, #000, #0e0e0e);
  		background: -webkit-linear-gradient(left, #000, #0e0e0e);
        background:linear-gradient(to right, #000, #0e0e0e); 
        box-shadow: 0 0 5px #111;
}
 
.ft_contact .wpcf7 textarea[name="your-message"] {
        width: 97%;
        height: 110px !important;
        border:1px solid #111;
        background: -moz-linear-gradient(left, #000, #0e0e0e);
  		background: -webkit-linear-gradient(left, #000, #0e0e0e);
        background:linear-gradient(to right, #000, #0e0e0e); 
        box-shadow: 0 0 5px #111;
}
.ft_contact .wpcf7 input[type="submit"] {
	font-size: 100%;
	padding: 0.7em 1.2em;
        border:1px solid #111;
        background: -moz-linear-gradient(top, #222, #333);
  		background: -webkit-linear-gradient(top, #222, #333);
        background:linear-gradient(to bottom, #222, #333); 
        box-shadow: 0 0 3px #111;
	color: #1d5fb5;
	border-radius: 2px;
	cursor: pointer;
}

/***コメントcss***/

/*---------------------------------------------
 コメントページcss　20160315
 ---------------------------------------------*/
 .commets-list li{
	padding: 15px 5px 5px 5px;
}
.depth-3{
	padding-right: 0 !important;
}
#comment_area ul{
	margin-left:25px;
}
#comment_area .children{
	background:#333;
	border-radius:7px;
	padding:5px !important;
	margin-top:10px;
	margin-left:30px !important;
}
#comment_area .children li{
	padding-top:10px;
}
#comment_area p{
	margin:5px;
}
#comment_area ul,
#comment_area ol{
	background:none !important;
	border:none !important;
	margin:20px 0 !important;
	padding:0 !important;
}
.comment-body{
	border-bottom:1px solid #ccc;
	padding:15px;

}
a.comment-reply-link{
	padding:2px 5px;
	background:#1d5fb5;
	border:1px solid #1d5fb5;
	border-radius:5px;
	color:#fff;
}
a.comment-reply-link:hover{
	background: #333;
	color:#fff;
	text-decoration:none;
}
.says{display:none;}
img.avatar{display:inline !important;}

.comment-form-author input[type="text"] {
    height: 30px;
    font-size: 16px;
    max-width:100%;
}

.comment-form-comment textarea{
	font-size: 16px;
	width:100%;
}

.form-submit input[type="submit"] {
	padding:2px 20px;
	background:#1d5fb5;
	border:1px solid #1d5fb5;
	font-size:18px;
	border-radius:5px;
	color:#fff;
	margin-top:20px;
}

input[type="submit"]:hover{
	cursor: pointer;
	background: #333;
	color:#fff;
	text-decoration:none;
}

.share{
	float:left;
	display:block;
	padding:5px;
	line-height:1.5;
	margin-bottom:20px;
}
.ft_logobox {
    border: 1px solid #222;
    padding: 10px;
    margin-top: 20px;
    margin-right: 27px;
    margin-bottom: 10px;
    height: 8em;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
}
/*フッター*/
#footer .cont {
    width: 100%;
    margin: 0 auto;
}
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {

	.sp-none{
		display:none;
	}
	.pc-none{
		display:block;
	}
    /* SP Flexbox util class */
    .sp-d-f {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .sp-jc-sb {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .sp-jc-se {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
    
    .sp-jc-c {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .sp-jc-fs {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    
    .sp-jc-normal {
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
    }
    
    .sp-ai-c {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .sp-ai-fs {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    
    .sp-fxw-w {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .sp-fxw-wr {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
    
	.pt10{
		padding-top:10px !important;
	}
	.ft_logobox{
		border:1px solid #222;
		padding:20px 10px;
		margin:10px;
	}
	.top_mv{
		width:100%;
		position:relative;
		top:60px;
		height:270px;
		background: url(images/mv_bg.png) no-repeat 50% 20%;
		border-bottom:1px solid #1856a3;
	}
	
	.slidekiji .text {
	  position: relative;
	  bottom: 0;
	  box-sizing: border-box;
	  text-align:center;
	  width: 100%;
	  padding: 85px 85px 0;

	}

	#slider-area a p{
		color:#fff;
		font-size:16px;

	}
	#slider-area .text p{
		width:70%;
		text-align:center;
		margin:0 auto;

	}
	
	.more_post a{
		display:block;
		font-size:14px;
		height:40px !important;
		width:150px;
		margin:20px auto;
		line-height:2.7;
		text-align:center;
	}

	#pager .back{
		width: 40%;
		float: left;
		margin:10px auto;
		clear:none;
	}
	#pager .back img {
	    width: 100%;
	    object-fit: cover;
	}

	#pager .back p{
		clear: both;
		text-align: left;
	}


	#pager .next{
		width: 40%;
		float: right;
		margin:10px auto;
		clear:none;
	}
	#pager .next img {
	    width: 100%;
	    object-fit: cover;
	}

	#pager .next p{
		clear: both;
		text-align: right;
	}
  .slides {
    height: 240px;
  }
  .slidekiji a {
    height: 240px;
  }
  .slidekiji h2 {
    font-size: 1.2em;
  }
  .slidekiji .cat-data, .slidekiji .kiji-date {
    font-size: .8em;
  }

  .slides-nav a {
    width: 10px;
    height: 10px;
    border-radius: 100%;
  }

.news_l{
	width:95%;
	float:none;
	text-align:center;
	margin: 0 auto;
}

.news_r{
	width:100%;
	margin-top: 20px;
	float:none;
	border-top: 2px solid #1d2a55;
	border-bottom: 2px solid #1d2a55;
}

video{
	max-width:360px;
	width:100%;
	align-items: center;
	justify-content: center;
	color: #333333;
	background-color: #1d2a55;
	font-size: 30px;
	border-radius: 15px;
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.2), 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
}

.info_srcollbar {
    overflow-y: auto;
    margin: 20px auto;
    min-height: 50px;
    max-height: 300px;
    color: #333;
    font-size: 15px;
}

  /*service*/
	#service{
		width:100%;
		margin:20px auto 40px;
	}

	#service-list li{
		width:45%;
		max-width:170px;
		max-height:170px;
		margin:5px;
	}

	#service h2{
		font-size:20px;
		color:#61a9df;
		margin:10px 0;
		text-align:center;
	}
	#service .s_block img{
		max-width:100%;
	}
	.pln, .prn{
		padding:20px;
	}
	#footer .cont table td{
		display:block;
	}
	#footer .cont table td img{
		width:30%;
		display:block;
		padding:0;
		margin:10px auto 20px;
	}
	#footer .cont table td.sp-taC{
		text-align:center;
	}
}


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

	sp-headernav sp-sidebar（追従ヘッダーナビ、ドロワーメニュー）

----------------------------------------------- */
/* ヘッダーナビ */
#sp-headernav .main-navbar {
	position: relative;
  background-color: #fff;
  z-index: 10;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
}

#sp-headernav .main-navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 65px;
  z-index:99;
}

#sp-headernav .main-navbar-content {
	box-sizing: border-box;
    padding: 0;
    margin-top: -3px;
    display:flex;
    justify-content:center;
}

#sp-headernav .main-navbar-content p,
#sp-headernav .main-navbar-content li {
	margin: 0;
	padding: 0;
	line-height: 1.0;
}

#sp-headernav .logo-block {
	max-width: 60%;
	padding-top:5px !important;
}
#sp-headernav .logo-block img{
	margin-top:0.1em;
	width:100%;
	max-width: 250px;
}
#sp-headernav .menu-block {
	float: right;
}

#sp-headernav .menu-block li {
	display: inline-block;
	width: 45px;
}

#sp-headernav .menu-block li:last-child {
	margin-right: 60px;
}


/* ドロワーメニュー */


#sp_menu .main-sidebar-right {
  right: 0;
  text-align: right;
}

#sp_menu .main-sidebar-left {
  left: 0;
  text-align: left;
}

#closeBtn {
	position: absolute;
	right: 20px;
	width: 24px;
	margin: 20px 0;
	padding: 0;
	cursor: pointer;
}

#sp_menu .contact-block {
	padding-top: 64px;
}

#sp_menu .contact-block h3,
#sp_menu .nav-block h3 {
	background:none;
	margin: 1.0em 0 0;
	padding-bottom: 10px;
	border-bottom: 3px solid #1a84e8;
	color: #2a2a2a;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}

#sp_menu .contact-block h3 {
	margin-top: 0;
}

#sp_menu ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

#sp_menu nav.top_navi ul {
	list-style: none;
	margin: 64px 0;
	padding: 30px 0 10px;
}

#sp_menu .contact-block li,
#sp_menu .nav-block li {
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	border-top: 1px dotted #aaa;
	text-align: left;
}

#sp_menu .contact-block li:first-child,
#sp_menu .nav-block li:first-child {
	border-top: none;
}

#sp_menu .side_nav .top_navi li a {
  display: block;
  padding: 15px 12px 15px 30px;
	color: #28345d;
	text-decoration: none;
	font-size: 13px;
	line-height:20px;
}

#sp_menu .contact-block li a:hover,
#sp_menu .nav-block li a:hover {
	color: #eee;
}

#sp_menu .contact-block li:first-child a {
	background-image: url(../img/sp/sp_foot_ar_01.png), url(../img/sp/sp_foot_ico_mail.png);
	background-repeat: no-repeat, no-repeat;
  background-position: right 10px center, 10px center;
	background-size: 7px, 15px;
}

#sp_menu .contact-block li:last-child a {
	background-image: url(../img/sp/sp_foot_ar_01.png), url(../img/sp/sp_foot_ico_phone.png);
	background-repeat: no-repeat, no-repeat;
  background-position: right 10px center, 10px center;
	background-size: 7px, 15px;
}

#sp_menu .nav-block li a {
	padding-left: 10px;
  background-image: url(../img/sp/sp_foot_ar_01.png);
	background-repeat: no-repeat;
  background-position: right 10px center;
	background-size: 7px;
}

#sp_menu .free-block {
	margin: 3.0em 0 0;
}

#sp_menu .free-block p {
	width: 250px;
	margin: 0 auto 1.0em;
}

#sp_menu .free-block a {
	display:block;
	width:100%;
}


#sp_menu .free-block img {
	width: auto;
}

#sp_menu .free-block p:nth-child(2) {
	/*width: 155px;*/
}

#sp_menu .free-block p:last-child {
	margin-bottom: 0;
}
/*********************************************cssスマホプルダウン*********************************************/
#container {
    top: 65px;
}

/****メニュー全体****/
#sp_menu{
	/*配置*/
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	max-width:100%;
	height: 100%;
	pointer-events: none;
}

/****メニュー開閉ボタン****/

#sp_menu div.menu_btn{
	/*デザイン*/
	width: 45px;
	height: 45px;
	/*配置*/
	overflow: hidden;
	position: fixed;
	left: 0;
	margin:10px;
	z-index: 99;
}

#sp_menu div.menu_btn img{
	max-width:100%;
}

#sp_menu .menuopen{
	/*デザイン*/
	color: rgba(255,255,255,1);
	font-size: 20px;
	/*配置*/
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	pointer-events: auto;
	-webkit-overflow-scrolling: touch;
}

#sp_menu .menuclose{
	/*デザイン*/
	color: rgba(255,255,255,1);
	font-size: 20px;
	/*配置*/
	display: none;
	width: 60%;
	height: 60%;
	position: absolute;
	top: 15%;
	left: 15%;
	pointer-events: auto;
}

/****メニュー一覧****/
#sp_menu .side_width{
	width:350px;
	background-color: #fff;
	position: relative;
	z-index: 10;
}

#nav_back{
	height:100%;
	width:100%;
	position: absolute;
	display: none;
	pointer-events: auto;
	top: 0;
	right: 0;
	z-index:9;
}

#nav_back a{
	display:block;
	width:100%;
	height:100%;
}
#sp_menu .side_nav{
	width: 100%;
	position: absolute;
	/*top: 65px;*/
	left: 0;
	margin:0;
	display: none;
	z-index:10;
	animation: slideIn .3s;
}
/* CSSアニメーションの設定 */
@keyframes slideIn {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateX(-64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

#sp_menu .side_nav li{
	/*デザイン*/

	/*配置*/
	pointer-events: auto;
}
#sp_menu #side{
	pointer-events: auto;
}

/****メニューオープン時****/
#sp_menu:target .menuopen{
	/*配置*/
	display: none;
}

#sp_menu:target .menuclose{
	/*配置*/
	display: block;
}
#sp_menu:target .nav_backs{
	/*配置*/
	display: block;
}
#sp_menu:target .side_nav{
	/*配置*/
	display: block;
}

/****メニュークローズ****/
#nav_back:target{
	display:none;
}

#nav_back:target .side_nav{
	display:none;
}

/*** メインエフェクト ***/
#main_sp{
	/*デザイン*/
	background: #fff;/*ページ背景色・背景画像はここで設定*/
	/*アニメーション*/
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#sp_menu:target ~ #main_sp{
	-webkit-filter:brightness(70%);
	-moz-filter:brightness(70%);
	-ms-filter:brightness(70%);
	filter:brightness(70%);
	position:fixed;
}

#sp_menu ul.sns{
	margin:0;
	position:relative;
	top:-67px;
	left:0;
	margin-bottom: -50px;
	display:flex;
	justify-content:flex-start;
	padding-top:20px;
	padding-left:20px;
	padding-bottom:30px;
}
#sp_menu ul.sns li{
	display:inline-block;
}
#sp_menu ul.sns li a{
	margin:5px;
	padding:5px;
}
#sp_menu ul.sns img{
	width:20%;
}
/*-------------------------------------
お問い合わせデザイン変更201703
--------------------------------------*/

#contact_contents table#contact td input {
    display: block;
    font-size: 15px;
    line-height: 35px;
    vertical-align: middle;
    border: 1px solid #B9B9B9;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    width: 98% !important;
}
#contact_contents table#contact td textarea {
    display: block;
    font-size: 15px;
    line-height: 25px;
    vertical-align: middle;
    border: 1px solid #B9B9B9;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    width: 98% !important;
}
#contact_contents table#contact td select {
    display: block;
    font-size: 15px;
    height: 35px;
    vertical-align: middle;
    border: 1px solid #B9B9B9;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    width: 98% !important;
}
#contact_contents {
    background: #fff;
}
#contact_h2 h2 {
    background: #1e67c1;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    min-height: 30px;
    color: #fff;
    padding: 20px 10px 10px 20px;
}
#contact_contents table#contact {
    margin: 20px auto 0;
    width:65%;
}
#contact_contents table#contact p {
	line-height:1.2;
	margin-bottom:40px;
}
#contact_contents table#contact th {
    width: 20%;
    font-weight: normal;
    color: #191919;
    text-align: left;
    font-size: 14px;
    display: block;
    float: left;
    height: auto;
    padding-top: 26px;
}
#contact_contents table#contact td {
    display: block;
    float: left;
    width: 100%;
    height: auto;
}
#contactbtn .fr {
    float: none;
    text-align:center;
}
.button {
    width: auto;
}
#contactbtn {
    width: 100%;
    margin:0;
    padding-bottom:30px;
}
.contact_new{
	background:#fff;
}

/*送信ボタン*/
.submit-area {
	text-align: center;
}
.wpcf7-spinner {
	display:none !important;
	}

/*ボタン*/
.c-btn,
.c-bnr,
.c-txt {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
 

.c-btn {
  background: #1d2a55;
  border: 2px solid #1d2a55;
  border-radius: 60px;
  color: #fff;
  font-weight: bold;
  max-width: 300px;
  padding: 15px 40px;
  text-align: center;
}
 

.c-bnr {
  background: url(../img/btn-bnr.jpg)no-repeat center center / cover;
  display: inline-block;
  width: 240px;
  height: 240px;
}
/*.c-btn .circle {
  background: #fff;
  color: #ff701e;
  overflow: hidden;
  position: relative;
  transition-duration: .4s;
  z-index: 2;
}*/

 
.c-btn:hover {
	background: #fff;
	color: #1d2a55;
}
.c-btn:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s, transform .6s ease-in-out;
}

/*-------------------------------------------
	アニメーション
--------------------------------------------*/
.animation{
	opacity : 0;
	visibility: hidden;
	transition: 0.8s;
	transform: translateY(20px);
}
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/*-----------------------
 お知らせNEW!
--------------------------------------*/
.new-label {
  display: inline-block;
  background-color: #ff3366; /* 赤やピンクで目立たせる */
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 6px;
  animation: blink 1.2s infinite alternate;
}

/* 点滅アニメーション（お好みで） */
@keyframes blink {
  from { opacity: 1; }
  to { opacity: 0.5; }
}

.post-category {
  background-color: #1d2a55; 
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 4px;
  margin-right: 5px;
}
/*-------------------------------------
関連記事カスタマイズ
--------------------------------------*/
.related_post{
	padding:0 10px 10px;
}
.related_post li{
	padding:7px;
	border-bottom:1px dashed #ccc;
}

.rank {
    display: none;
}

.rank2 {
    width: 100%;
    float: none;
    padding-bottom: 7px;
}
.rank2 a{
	display:block;
    width: 100%;
	padding-top:7px;
	line-height:1.6;
}
#ranking li {
    clear: both;
    border-bottom: 1px solid #e3e3e3;
    overflow: auto;
    margin-bottom: 5px;
    padding:0;
}

/*-------------------------------------
	検索フォーム
--------------------------------------*/
#side_search{
	display:block;
	margin: 0 0 20px;
}
#form{
 position:relative;
}
#form input{
	background-color: #d9d9d9;
	border:none;
	width: 80%;
}
#s-box{
 height: 48px;
 padding: 0 10px;
 position: relative;
 left: 0;
 top: 0;
 outline: 0;
}
#s-btn-area{
 height: 48px;
 width: 20%;
 position: absolute;
 right:0;
 top: 0;
 background:none;
 color:#1c5eaf;
 border:none;
 font-size:20px;
 outline: 0;
}
#s-btn{
 background-color: #1d2a55;
 height: 48px;
 position: relative;
 right: 0;
 top: 0;
 font-size: 16px;
 color: #fff;
 display:flex;
 justify-content: center;
 align-items: center;
}

.pc-hide{
	display:none;
}
.sp-hide{
	display:block;
}
.cl_y{
	background:#FFFED9;
	margin-top: -3px;
}
.cl_g{
	background:#f4f4f4;
	margin-top: -3px;
}
.taC{text-align:center;}
.y_taC{
	text-align:center;
	margin-top:-35px;
	padding-bottom:40px;
}
#lp .hp{
	background:#333;
	margin-top: -3px;
	padding:0 0 40px;
}
#lp .price{
	background:#f0f6e1;
	margin-top: -4px;
	padding:0;
}
#lp .fr{
	float:right;
	padding:0 10px 10px;
}
#lp .fl{
	float:left;
	padding:0 10px 10px;
}
.mt20{margin-top:40px !important;}
.pt0{padding-top:0 !important;padding-bottom:0 !important;}

body#lp{
	font-family: "Times New Roman","Hiragino Mincho ProN","HiraMinProN-W6","HG明朝E",serif;
	color: #000;
	font-size: 18px;
	line-height: 120%;
	background:none;
}
div#lp{
	/*width:1440px;*/
	background:#fff;
	margin:0 auto;
}
#lp .hp_cont{
	max-width:1440px;
	margin:0 auto;
}
#lp img{
	max-width:100%;
}
#lp p {
    font-size: 18px;
    line-height: 1.6;
    color: #000;
    padding-bottom: 30px;
}
#lp .pt25{
	padding-top:25px;
}
#lp p.mov {
    font-size: 17px;
    line-height: 1.6;
    color: #000;
    padding-top:20px;
    padding-bottom:5px;
}
#lp .retu3{
	float:left;
	width:32%;
	margin:10px;
	padding-top:10px;
}
#lp .retu_l{
	margin-left:0 !important;
}
#lp .retu_r{
	margin-right:0 !important;
}
#lp .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  top:20px;
  margin-bottom: 20px;
}
#lp .movie2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  top:0;
  margin-bottom: 20px;
}
#lp .movie iframe, #lp .movie2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#lp p.list {
    font-size: 18px;
    line-height: 1.6;
    color: #000;
    padding-top:3px;
    padding-bottom:3px;
  padding-left: 1.5em;
  text-indent: -1em;
}
#lp .container{
	padding:40px 0;
}
.lp_main{
	max-width:100%;
	text-align:center;
	background: #f2f8e3;
}
.lp_main img{
	margin-bottom:-5px;
}
#lp h2 {
    background: url(lp_img/h2_bg.png)repeat-x;
    text-align: center;
    font-size: 34px;
    padding: 37px 0;
}
#lp h3 {
    background: url(lp_img/h3_icon.png)no-repeat 10px 11px;
    text-align: left;
    font-size: 22px;
    background-color: #7F7F7F;
    color: #fff;
    font-weight: 200;
    padding: 15px 5px 15px 43px;
}
#lp h3.hp {
    background: url(lp_img/h3_icon.png)no-repeat 10px 11px;
    text-align: left;
    font-size: 22px;
    background-color: none;
    color: #fff;
    font-weight: 200;
    padding: 15px 5px 15px 43px;
    border:1px solid #ccc;
}
#lp h3.douga {
    background: url(lp_img/h3_douga.png)no-repeat 10px 15px;
    text-align: left;
    font-size: 22px;
    background-color: #7F7F7F;
    color: #fff;
    font-weight: 200;
    padding: 15px 5px 15px 50px;
}
#lp .m_title {
    background: url(lp_img/h3_douga2.png)no-repeat 7px 14px;
    text-align: left;
    font-size: 16px;
    background-color: #7F7F7F;
    color: #fff;
    font-weight: 200;
    padding: 12px 5px 12px 37px;
}
#lp .contents {
	background:none;
    padding: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#lp table.gijutu{
	width:90%;
	margin:0 auto;
}
#lp table.gijutu td{
	padding:20px 0 0;
	font-size:20px;
	vertical-align: top;
}
#lp table.gijutu td.g_img{
	text-align:center;
}
#lp table.gijutu td.line{
	padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    vertical-align: bottom;
}
.f_28{
	font-size:28px !important;
}
#lp .result_box {
    width: 340px;
    margin-left: 15px;
    float: left;
    padding-bottom: 0;
}

#lp .plan{
	margin:30px auto;
	border:4px solid #E6E6E6;
	padding:10px 20px;
}

#lp .plan .title{
	margin:0 -30px 15px -30px;
}
#lp .plan p{
	font-size:16px;
	padding-bottom:20px;
}
#lp .plan p.icon {
    font-size: 18px;
    background: url(lp_img/plan_icon.png)no-repeat 0px 6px;
    padding-left: 25px;
    padding-bottom: 5px;
    margin: 10px 0;
    border-bottom: 1px dashed #ccc;
}
#lp .q_icon {
	background: url(lp_img/q_icon.png)no-repeat left top;
	min-height:56px;
	padding-top:16px;
	padding-left:70px;
	padding-bottom:0;
	color:#679C00;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}
#lp .a_icon {
	background: url(lp_img/a_icon.png)no-repeat left top;
	min-height:56px;
	padding-top:2px;
	padding-left:70px;
	margin-bottom:20px;
}
#lp .copy p {
    text-align:center;
    font-size:16px;
    color:#666;
    padding-bottom:10px;
}
#lp .lb-outerContainer{
	width:770px !important;
}
@media screen and (max-width: 767px){

#contact_contents table#contact {
    width:90%;
}

div#lp{
	width:100%;
}
#lp h2 {
    font-size: 24px;
    line-height: 1.0;
    padding: 27px 10px;
}
#lp h3 {
    background: url(lp_img/h3_icon.png)no-repeat 10px 11px;
    text-align: left;
    font-size: 20px;
    background-color: #7F7F7F;
    color: #fff;
    font-weight: 200;
    padding: 15px 5px 15px 43px;
}
#lp h3.hp {
    background: url(lp_img/h3_icon.png)no-repeat 10px 11px;
    text-align: left;
    font-size: 20px;
    background-color: none;
    color: #fff;
    font-weight: 200;
    padding: 15px 5px 15px 43px;
    border:1px solid #ccc;
}
#lp h3.douga {
    background: url(lp_img/h3_douga.png)no-repeat 10px 15px;
    text-align: left;
    font-size: 20px;
    background-color: #7F7F7F;
    color: #fff;
    font-weight: 200;
    padding: 15px 5px 15px 50px;
}
#lp .sp_cont {
    width:92%;
    margin:0 auto;
}
#lp table.gijutu td.g_img img{
	margin:0 auto;
}
#lp table.gijutu td.line{
	padding: 10px 0 10px;
	border-bottom:1px solid #ccc;
}
#lp table.gijutu td{
	display:block;
	padding:10px;
}
.pc-hide{
	display:block;
}
.sp-hide{
	display:none;
}
#lp .fr, #lp .fl{
	float:none;
	padding:0 0 10px;
	max-width:100%;
	margin:0 auto;
	display: block;
}
#lp .retu3{
	float:none;
	width:100%;
	margin:0;
	padding-top:10px;
	text-align: center;
}

#lp .movie2 {
  top:20px;
}
#lp .m_title{
	margin-top:15px;
}
#lp .result_box {
    width: 100%;
    margin: 0;
    float: none;
    padding-bottom: 0;
    text-align:center;
}
#lp .result_img {
    height: auto; 
}


#lp table.lp_contact td	{
	display:block;
}

#lp table.lp_contact tr td:first-child	{
	width:96%;
	padding-left:4%;
}

#lp table.lp_contact tr td:last-child	{
	width:100%;
	padding:15px 0;
}
#lp .lb-outerContainer{
	width:100% !important;
}
#lp table.lp_contact input[type="text"], #lp table.lp_contact input[type="tel"], #lp table.lp_contact input[type="email"]{
	background:#f2f2f2;
	border:none;
	padding-top:15px;
	padding-bottom:15px;
	width:96.5%;
}
#lp .container {
    padding: 40px 0 0;
}

}
/*********************************
	成功事例ページ
********************************/

article .contents_case{
    background: #f9f9f9;
    padding: 30px 10px;
}
article .case_bottom{
    background: #bdbdbd;
    padding: 20px 10px;
    text-align:center;
}
article .contents_case h2{
	color:#222;
	font-size:30px;
	text-align:center;
	padding:10px 10px 30px;
	border-bottom:4px solid #ccc;
}
article .contents_case p {
    font-size: 18px;
    line-height: 1.8;
    color: #222;
    padding-bottom:8px;
    padding-bottom:12px;
    font-family: '游ゴシック', YuGothic, 'メイリオ','Meiryo','小塚ゴシック Pr6N','小塚ゴシック Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
}
article .contents_case p.list {
	font-weight:bold;
    padding-bottom:4px;
}
article .contents_case .lp_left {
    width: 45%;
    float: left;
    padding: 20px 0;
    text-align: center;
}
article .contents_case .lp_right {
    width: 45%;
    float: right;
    padding: 20px 0;
    text-align: center;
}
article .contents_case section {
    padding: 25px 35px 20px;
}
article .contents_case a.link {
	color:#222;
    background: url(case_img/link_icon.png)no-repeat 95% 50%;
    padding: 7px;
    padding-right:30px;
    text-decoration:none;
    margin-top:5px;
}
article .contents_case .img_waku img{
	border:1px solid #ccc;
}
/*------------------------------------
トップページ成功事例
-------------------------------------*/
.top_contents_case .lp_left {
    width: 45%;
    float: left;
    padding: 20px 0;
    text-align: center;
}
.top_contents_case .lp_right {
    width: 45%;
    float: right;
    padding: 20px 0;
    text-align: center;
}
.top_contents_case{
    padding: 25px 35px 0;
}
.top_contents_case a.link {
	color:#222;
    background: url(case_img/link_icon.png)no-repeat 95% 50%;
    padding: 7px;
    padding-right:30px;
    text-decoration:none;
    margin-top:5px;
}
.top_contents_case .img_waku img{
	border:1px solid #ccc;
}


/*-------------------------------------
飲み会
--------------------------------------*/
.events .ev_img{
	float:left;
	width:23.8%;
	padding:5px;
}
.events .ev_img img{
	max-width:100%;
}
@media screen and (max-width: 767px){

article .contents_case h2{
	color:#222;
	font-size:22px;
	text-align:center;
	padding:10px 10px 20px;
	border-bottom:4px solid #ccc;
	line-height: 1.2;
}
article .contents_case .lp_left, .top_contents_case .lp_left {
    width: 100%;
    float: none;
    padding: 10px 0;
    text-align: center;
}
article .contents_case .lp_right, .top_contents_case .lp_right {
    width: 100%;
    float: none;
    padding: 10px 0;
    text-align: center;
}
article .contents_case section {
    padding: 25px 20px 20px;
}
.top_contents_case{
    padding: 25px 20px 0;
}
.more img{
	max-width:100%;
}

.events .ev_img{
	float:none;
	width:97%;
	padding:5px;
}

}