@charset "utf-8";
/*
Theme Name: 歯科 New
Theme URI: http://wordpress.org/
Description: 歯科New
Author: 歯科New
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: Dentist
*/

/*
	main-color: #43a9be;
	main-rgb: rgb(67,169,190);
	sub-color: #d2eff7;		// 薄い背景色
	sub-rgb: rgb(210,239,247);
*/

:root {
	color:#6c6c6c;
}
input::-webkit-input-placeholder,
input::-moz-placeholder,
input::-ms-input-placeholder {
	color: #aaa;
}
input:-ms-input-placeholder {
	color: #aaa;
}
* {
	margin:0;
	padding: 0;
	outline:none;
	-webkit-tap-highlight-color: rgba(255,255,255,0.5);
}
img {
	-webkit-tap-highlight-color: transparent;
}
html,body{
    width: 100%;
    overflow-x:hidden;
}
body {
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	line-height: 160%;
}
.min {
	font-family:"Times New Roman", 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.got {
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}
.gf {
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing:0em;
}
.jpt{
	letter-spacing:0em;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}
.hiram{
	font-family:'Noto Serif JP', "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", Meiryo,"Lucida Grande", "segoe UI",  Arial, sans-serif;
}
::selection {
  background-color: #43a9be;
  color: #fff;
}
::-moz-selection {
  background-color: #43a9be;
  color: #fff;
}
.hover_o:hover {
	opacity: 0.7;
}
.background{
	background:#d2eff7;
}
/*****************************************************************************
icon
*****************************************************************************/
.social {
	padding:0 1em;
	width:150px;
	margin:0 auto 3em;
}
.social a{
	color:#ffffff;
}
.social img {
	width:35px;
}
.sns_icon img {
	max-width: 2rem;
}
/*****************************************************************************
common
*****************************************************************************/
a {
	text-decoration: none;
	color:inherit;
	cursor:pointer;
}
li {
	list-style: none;
}
h1,h2,h3{
	position:relative;
	text-align:center;
	font-weight:normal;
	line-height:150%;
	margin:0;
	letter-spacing:0.1em;
}
hr {
	border:none;
	border-top:1px solid #dedede;
}
address {
	font-size:12px;
	font-size:1.2rem;
	font-style:normal;
	line-height:160%;
	padding:1em 0;
}
address div {
	margin-top:1em;
	color:#383838;
	line-height:100%;
}
.stress {
	color:#cfa972;
}
.shadow{
	box-shadow:0px 1px 1px 1px rgba(30,30,30,0.2);
}
.white {
	color:#ffffff;
}
.bg_gray{
	background-color: #ececec;
}
.grd {
}
.col {
	width:100%;
	height:auto;
}
.bold {
	font-weight: bold;
}
.tc {
	text-align:center;
}
.tl {
	text-align:left;
}
.tr {
	text-align:right;
}
.ib {
	display:inline-block;
}
.f_cc {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.none {
	display:none;
}
.f_box {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
}
.d-border {
	border-bottom:3px double #c9c9c9;
}
.lh100 {
	line-height:100%;
}
.mr1 {
	margin-right:1em;
}
.mr2 {
	margin-right:2em;
}
.mb1 {
	margin-bottom:1em;
}
.mb2 {
	margin-bottom:2em;
}
.mt1 {
	margin-top:1em;
}
.ma {
	margin-left:auto;
	margin-right:auto;
}
span.tri {
	display:block;
	-webkit-transform:scale(0.6) rotate(90deg);
			transform:scale(0.6) rotate(90deg);
}
/*****************************************************************************
button gimic
*****************************************************************************/
.btn {
	background: #43a9be;
	border-radius: 5px;
  font-size: 1.5rem;
  margin-top: 10px;
  padding: 10px 50px;
  position: relative;
  text-align: center;
  color: #fff;
	display: inline-block;
	text-decoration: none;
}
.btn.type2{
	border: none;
}
.btn.type3{
	width: 210px;
	height: 37px;
	text-align: center;
	padding: 8px 0;
	background: #cbc04c;
	color: #fff;
	border: none;
}
.btn.type3:after{
	content: '';
}
.btn.type4{
	width: 220px;
}

input.form {
	background: #43a9be;
	border-radius: 5px;
	font-size: 1.5rem;
	margin-top: 10px;
	padding: 10px 50px;
	position: relative;
	text-align: center;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	width: 150px;
	outline:none;
	border:1px solid #ffffff;
}
input.form:hover {
	opacity:0.5;
}

.btn.blog{
	margin-top: 0px;
  width: 200px;
  height: 44px
}
.btn_cta {
  background-color: #f4a1c5;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  height: auto;
  line-height: 100%;
  margin-bottom: 0em;
  padding: 15px 30px;
  position: relative;
  text-align: center;
  width: auto;
  border-radius: 5px;
  margin-left: 10px;
}

.btn_cta:hover{
	opacity: 0.7;
}
.btn.contact {
	font-weight:bold;
	height:40px;
	background:#ffffff;
	color:#62523e;
	border-radius:2em;
	text-align:center;
	margin-bottom:1em;
}
.btn.contact.tel {
	font-size:20px;
	font-size:2.0rem;
}

.toTop {
	position:fixed;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #8cccd9;
	z-index:99;
	color:#ffffff;
	text-align:center;
	right: 20px;
	bottom: 20px;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 12px;
	z-index: 99999999999999;
	display: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.toTop.active{
	position: fixed;
	display: block;
	width: 40px;
	height: 40px;
	right: 20px;
	bottom: 20px;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 12px;
	z-index: 99999999999999;
}

/*****************************************************************************
	logo
*****************************************************************************/
.logo img {
	max-width:300px;
}
#menu_bar .logo {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display:block;
	line-height: 0;
}
#menu_bar .logo a{
	padding: 0;
}
#menu_bar.active .logo {
	display:block;
}
/*****************************************************************************
	Header
*****************************************************************************/
header {
	width:100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

header.home{
	height: auto;
	min-height: auto;
	position: relative;
}
/*****************************************************************************
	Navigation
*****************************************************************************/


#menu_bar {
	font-size:24px;
	font-size:2.4rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width:100%;
	background:#ffffff;
	z-index:100;
	height:86px;
	padding: 20px 0 0;
	line-height: 16px;
}
.menu_box{
	display: none !important;
}
#menu_bar .menu{
	height:inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#menu_footer_bar {
	font-size:24px;
	font-size:2.4rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width:100%;
	background:#ffffff;
	z-index:100;
	height:86px;
	padding: 20px 0 0;
	line-height: 16px;
}
ul.dropmenu {
	max-width:700px;
	width:100%;
}
ul.dropmenu li {
/*	-ms-flex:1;
	flex:1;*/
	height:100%;
}
ul.dropmenu li a{
	font-size: 14px;
}
#menu_bar{
	position: fixed;
	width: 100%;
	height:86px;
	padding: 0;
	line-height: 16px;
	position:fixed;
}
#topmenu{
	width: 100%;
	height: 85px;
}
/*****************************************************************************
	Key Visual
*****************************************************************************/
.kv_txt{
/*
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;

	-webkit-box-direction:column;
	-webkit-flex-direction:column;
	flex-direction:column;



	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;


  top: 0px;
  left: 0;
  margin: 0 auto;
  padding: 0 20px;
  position: absolute;
  right: 0;
  transition: all 0.2s linear 0s;
  max-width: 1240px;
  height: 100%;
*/

}
/*
.kv_txt .f_box{
	width: 0px;
	background: #43a9be;
}
*/



.block-revealer__element {
    background: #000;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.index__slide {
    height: 720px;
    margin-left: 360px;
    position: relative;
    width: calc(100% - 360px);
}

.index__intro {
    left: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    width: 100%;
    padding-left: 100px;

		display:-webkit-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:flex;

		-webkit-box-direction:column;
		-webkit-flex-direction:column;
		flex-direction:column;



		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: center;
		justify-content: center;


	  top: 0px;
	  left: 0;
	  height: 100%;
		z-index: 1;
}

.index__intro-box {
    height: auto;
    position: relative;
    width: 680px;
}



#about .index-sec-product__block {
    left: auto;
    margin-left: 0;
    right: 0;
}
#about .index-sec-product__bg {
    background-image: url(./img/top/top_img_01.png);
}
.index-sec-product__bg {
    height: auto;
    width: 100%;
}
.index-sec-product__bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 360px;
    width: 100%;
}
.index-sec-product__block {
    height: 360px;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100% - 680px);
}
.kv_txt ul{
	width: 100%;
	height: auto;
/* 	opacity: 0; */
}





.kv_txt ul li:first-child{
	font-size: 70px;
	height: auto;
	display: inline-block;
	margin-bottom: 20px;
	color: #43a9be;
	line-height: 1.5;
	letter-spacing: 0.2em;
	z-index: 5;
}
.kv_txt ul li{
	font-size: 16px;
	padding: 23px 0;
	display: inline-block;
	margin-top: 0px;
	line-height: 1.5;
	text-shadow: 0px 0px 5px rgba(255,255,255,1);
}
.kv_txt ul li h2{
	font-size: 26px;
	padding: 23px 0;
	color: #43a9be;
	line-height: 1.5;
	text-align: left;
}
.kv_txt .circle{
	width: 124px;
	height: 124px;
	border-radius: 50%;
	background-color: #24c6d8;
	color: #fff;
}
.kv_txt .circle_box{
	background-image: url('./img/common/icon_img_01.png');
	background-repeat: repeat;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	margin-top: -8px;
	margin-left: -8px;
}
.kv_txt .circle div:first-child{
	margin-top: 10px;
	margin-bottom: 10px;
}
.kv_txt .circle_box span.tate{
	line-height: 15px;
	display: block;
}
.kv_txt .circle_box span.jikan{
	font-size: 30px;;
	font-size: 3.0rem;
	margin: 0 6px;
}
/*****************************************************************************
	Map
*****************************************************************************/
.accessmap_box{
	width: 100%;
}
.map_box{
	max-width: 700px;
	width: 100%;
}
.gmap {
	position:relative;
	width: 100%;
	height: 280px;
	margin-bottom: 10px;
}
.gmap.index {
	border-radius:1em;
}
#home .gmap.access{
	height: 320px;
}
.gmap.access {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
}
.gmap+a {
	position:absolute;
	display:block;
	width:152px;
	height:32px;
	right:2em;
	bottom:1em;
	text-align:right;
	z-index:10;
}
/*****************************************************************************
	table
*****************************************************************************/
table.menu_details_table {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	margin: 30px 0;
}
table.menu_details_table th {
	width: auto;
	padding: 10px 20px;
	font-weight: normal;
	vertical-align: top;
	border: 1px solid #868686;
	color: #fff;
	text-align: left;
	background-color: #afd7e1;
}
table.menu_details_table th:last-child{
	width: 150px;
}
table.menu_details_table td {
	width: auto;
	padding: 10px 20px;
	vertical-align: top;
	border-top: 1px solid #868686;
	border-bottom: 1px solid #868686;
	text-align: left;
}
table.menu_details_table td.price{
	text-align: right;
}
#access table {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;

}
#access .table_box{
	background-color: #fff;
	padding: 20px 20px;
	border-radius: 10px;
	margin: 20px 0;

}
#access table th {
	width: 140px;
	padding: 5px;
	font-weight: normal;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#access table tr:last-child th,
#access table tr:last-child td{
	border-bottom: none;
}
#access table th:last-child{
	border-bottom: none;
}
#access table td:last-child{
	border-right: none;
}
#access table td {
	width: 40px;
	padding: 5px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.accesstel{
	margin-bottom: 20px;
	color: #43a9be;
}


.menubox {
	background:url(./img/top/bg_top_menu.png) center center / cover no-repeat;
	margin-bottom: 60px;
}
/*****************************************************************************
	ul / dl
*****************************************************************************/
#menu ul{
	padding: 22px 22px 0 22px;
	color: #6c6c6c;
	max-width: 670px;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 40px;
}
#menu ul li:nth-child(3){
	text-align: center;
}
#menu ul li:nth-child(2){
	font-size: 25px;
	font-size: 2.5rem;
	margin-bottom: 5px;
	color: #43a9be;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#menu ul li:nth-child(2) span{
	font-size: 12px;
	color: #333;
}
#menu ul li:nth-child(1){
	color: #43a9be;
	margin-bottom: 10px;
}

/**医師・スタッフ**/
.aSection {
	background: url("./img/about/about_mainvisual.png") center center / cover no-repeat;
}
.about ul.intro{
	width: 100%;
}
.about ul.intro li:nth-child(1) span{
	color: #43a9be;
	font-size: 13px;
	font-size: 1.3rem;
}
.about ul.intro li:nth-child(2){
	color: #43a9be;
	font-size: 25px;
	font-size: 2.5rem;
	margin: 10px 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #bfbfbf;
	line-height: 1.2;
}
ul.blog li{
	margin-bottom: 40px;
}

/** ACCESS **/
.acSection {
	background: url("./img/access/access_mainvisual.png") center center / cover no-repeat;
}
#access ul li p:first-child{
	width: 100px;
	position: relative;
}
#access ul li p:first-child:before{
	content: '／';
	position: absolute;
	right: -20px;
	padding-right: 40px;
}
#access ul li p:last-child{
	max-width: 350px;
	position: relative;
}
/*****************************************************************************
	BEFORE& AFTER
*****************************************************************************/
.ba{
	width: 1080px;
	margin: 20px auto;
	position: relative;
}
.babg{
	background: url(./img/top/facilities_bg.png);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
@media screen and (max-width: 1100px) {
	.ba {
	    width: 100%;
	}
}
@media screen and (min-width: 770px) {
	.ba figure {
		width: 32%;
	}
}
/*
.ba:before{
	content: "";
	background-image: url(./img/top/arrow.png);
	width: 16px;
	height: 29px;
	font-family: '游ゴシック体', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',  'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';

	position: absolute;
	margin: 100px auto;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 50px;
	color: #66bed1;
}
*/
.ba figure {
	position: relative;
	z-index: 1;
	padding-bottom: 18px;

}
.ba figure div{
	background: rgba(67,169,190,0.7);
	display: inline-block;
	padding: 8px 10px;
	margin: 0 auto;
	position: absolute;
/* 	bottom: 0px; */
	bottom: 17px;
	z-index: 1000;
	color: #fff;
	left: 0;
	right: 0;
/* 	width: 160px; */
	width: 100%;
	font-size: 12px;
	font-size: 1.2em;
	letter-spacing: 0.1em;
}
.batxt{
	width: 900px;
	margin: 20px auto;
	position: relative;

}
.batxt h3{
	display: inline-block;
	font-size: 22px;
	font-size: 2.2rem;
	padding-bottom: 15px;
	color: #43a9be;
}
#qa{
	background: #d2eff7;
	position: relative;
}
#qa:before{
	content: '';
	background: url(./img/top/qabg_top.png);
	width: 100%;
	height: 100%;
	background-position: right top;
	position: absolute;
	background-repeat: no-repeat;
	top:0;
	z-index: 1;

}
#qa:after{
	content: '';
	background: url(./img/top/qabg_bottom.png);
	width: 100%;
	height: 100%;
	background-position: left bottom;
	position: absolute;
	background-repeat: no-repeat;
	bottom: 0;
	z-index: 1;
}
#qa div{
	z-index: 2;
}
#qa div li{
	background: #fff;
	padding: 0px;
	margin-bottom: 20px;
	position: relative;
}
#qa div .faq {
    width: 100%;
}

#qa div .faq > div span.faq_q:first-child{
	color: #f4a1c5;
	font-size: 30px;
}
#qa div .faq > div:first-child {
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
#qa div .faq > div {
    padding: 10px 20px;
}

#qa div .faq > div span:first-child {
    width: 41px;
    height: 41px;
    display: inline-table;
    font-size: 30px;
    font-weight: bold;
    padding: 10px;
    margin-right: 10px;
    text-align: center;
    color: #43a9be;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#qa div .faq > div:first-child h3 {
    width: 100%;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    color: #43a9be;
}
#qa div .faq > div .faq_a + div{
	margin-top: 10px;
	padding-right: 50px;
}
#qa div .faq > div span:last-child {
    font-size: 23px;
    color: #43a9be;
}
#qa div .faq > div span:last-child::before {
    content: '＋';
}
#qa div .faq > div span.active:last-child::before {
    content: 'ー';
}
#qa div .faq > div:last-child {
    display: none;
}
/*****************************************************************************
	figure
*****************************************************************************/
figure {
	overflow:hidden;
}
figure a {
	height:100%;
}

figure#headerImg {
	width:100%;
}
figure.blog {
	width: 155px;
	height: auto;
	margin-right:20px;
}
#menu figure {
	width: 100%;
}




/*****************************************************************************
	slick
*****************************************************************************/
/*
.slick-track img:nth-child(odd).slick-active {
  animation: imageAnimation-first 9000ms linear infinite 0s;
}
.slick-track img.slick-active {
  animation: imageAnimation 9000ms linear infinite 0s;
}
*/

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translate3d(0,0,0);
    overflow: hidden;
}
.slick-dots {
	z-index:999999;
	bottom: 0em;
}
.slick-dots li {
  z-index: 999999;
}
.slick-dots li button:before {
	background:#fff;
}
.slick-dots li.slick-active button:before {
	background:#36c9d9 !important;
}
.p-flow-nav > li button,
.p-slide,
.p-slide-nav > li button {
    display: none;
}
.p-slide.slick-initialized {
    display: block;
}
.p-slide__item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 720px;
    transition: transform 4.5s linear 1s, opacity.8s cubic-bezier(.55, .055, .675, .19)!important;
}
.p-slide__item.slick-current {
    transform: scale(1.05) rotate(.1deg);
    transition: transform 10s linear 1.25s, opacity.8s cubic-bezier(.55, .055, .675, .19)!important;
}
.p-slide__item.slick-current--01 {
    transform: scale(1.1) rotate(.1deg);
}

.p-slide__item--01 {
    background-image: url("./img/top/mainvisual_01.jpg");
}
@media only screen and(-webkit-min-device-pixel-ratio: 2), only screen and(min--moz-device-pixel-ratio: 2), only screen and(min-device-pixel-ratio: 2), only screen and(min-resolution: 192dpi), only screen and(min-resolution: 2dppx) {
    .p-slide__item--01 {
	    background-image: url("./img/top/mainvisual_01.jpg");
    }
}
.p-slide__item--02 {
    background-image: url("./img/top/mainvisual_02.jpg");
}
@media only screen and(-webkit-min-device-pixel-ratio: 2), only screen and(min--moz-device-pixel-ratio: 2), only screen and(min-device-pixel-ratio: 2), only screen and(min-resolution: 192dpi), only screen and(min-resolution: 2dppx) {
    .p-slide__item--02 {
	    background-image: url("./img/top/mainvisual_02.jpg");
    }
}
.p-slide__item--03 {
    background-image: url("./img/top/mainvisual_01.jpg");
}
@media only screen and(-webkit-min-device-pixel-ratio: 2), only screen and(min--moz-device-pixel-ratio: 2), only screen and(min-device-pixel-ratio: 2), only screen and(min-resolution: 192dpi), only screen and(min-resolution: 2dppx) {
    .p-slide__item--03 {
	    background-image: url("./img/top/mainvisual_01.jpg");
    }
}
.p-slide__item--04 {
    background-image: url("./img/top/mainvisual_02.jpg");
}
@media only screen and(-webkit-min-device-pixel-ratio: 2), only screen and(min--moz-device-pixel-ratio: 2), only screen and(min-device-pixel-ratio: 2), only screen and(min-resolution: 192dpi), only screen and(min-resolution: 2dppx) {
    .p-slide__item--04 {
	    background-image: url("./img/top/mainvisual_02.jpg");
    }
}
.p-slide-nav {
    position: absolute;
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 98;
}
.p-slide-nav > li {
    background-color: #d2d2d2;
    border-radius: 4px;
    cursor: pointer;
    height: 8px;
    list-style: none;
    margin: 16px 0;
    position: relative;
    width: 8px;
}
.p-slide-nav > li::after {
    border: 2px solid #7beeb2;
    border-radius: 8px;
    content: '';
    height: 16px;
    left: -4px;
    opacity: 0;
    position: absolute;
    top: -4px;
    transition: opacity 0.25s cubic-bezier(.215,.61,.355,1);
    width: 16px;
}
.p-flow-nav > li.slick-active,
.p-product-slide-nav > li.slick-active,
.p-slide-nav > li.slick-active {
    background-color: #7beeb2;
}
@media screen and (min-width: 960px) {
    .p-slide__item {
        height: 720px;
    }
    .p-slide-nav {
        position: absolute;
        right: 27px;
        top: 50%;
        transform: translateY(-50%);
    }
    .p-slide-nav > li {
        border-radius: 3px;
        height: 6px;
        margin: 20px 0;
        width: 6px;
    }
    .p-slide-nav > li::after {
        border: 1px solid #7beeb2;
        border-radius: 12px;
        height: 24px;
        left: -9px;
        top: -9px;
        width: 24px;
    }
}
.p-scroll {
    display: block;
    font-family: "Raleway",sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.16em;
    margin: 0 auto;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    width: 129px;
}
.p-scroll .cont {
    display: inline-block;
    position: relative;
}
.p-scroll .cont::after {
    background-color: #141414;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 19px;
    width: 100%;
}
.p-scroll svg {
    animation: ani-arrow 2.25s linear infinite;
    bottom: 0;
    height: 8px;
    left: calc(50% -6px);
    position: absolute;
    width: 12px;
}
@keyframes ani-arrow {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    15% {
        opacity: 0.5;
        transform: translateY(8px);
    }
    50% {
        opacity: 0;
        transform: translateY(16px);
    }
    85% {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 0;
        transform: translateY(0);
    }
}
.p-scroll svg path {
    fill: none;
    fill-rule: evenodd;
    stroke: #141414;
    stroke-width: 2px;
}
@media screen and (min-width:960px) {
    .p-scroll .cont {
        transition: color 0.35s cubic-bezier(.215,.61,.355,1);
    }
    .p-scroll .cont::after {
        transition: background-color 0.35s cubic-bezier(.215,.61,.355,1);
    }
    .p-scroll svg path {
        transition: stroke 0.35s cubic-bezier(.215,.61,.355,1);
    }
    .p-scroll:hover .cont {
        color: #7beeb2;
    }
    .p-scroll:hover.cont::after {
        background-color: #7beeb2;
    }
    .p-scroll:hover svg path {
        stroke: #7beeb2;
    }
}


/*
.slick-track img:nth-child(odd){
	opacity: 0;
  transform: scale(1.2);
}
.slick-track img{
	opacity: 0;
  transform: scale(1);
}
*/
/*
@keyframes imageAnimation-first {
  0% {
  	opacity: 0;
    animation-timing-function: ease-in;
    transform: scale(1);
  }
  20%{
    opacity: 1;
    animation-timing-function: ease-in;
  }
  70% {
    opacity: 1;
    animation-timing-function: ease-in;
  }
  100% {
    opacity: 0;
    animation-timing-function: ease-in;
    transform: scale(1.2);
  }
}
@keyframes imageAnimation {
  0% {
  	opacity: 0;
    animation-timing-function: ease-in;
    transform: scale(1.2);
  }
  20%{
    opacity: 1;
    animation-timing-function: ease-in;
  }
  70% {
    opacity: 1;
    animation-timing-function: ease-in;
  }
  100% {
    opacity: 0;
    animation-timing-function: ease-in;
    transform: scale(1);
  }
}
*/
#top_img,#top_img_sp {
	position: relative;
}


/*****************************************************************************
	background
*****************************************************************************/


/*****************************************************************************
	Title Decoration
*****************************************************************************/
h1 {
	line-height:100%;
	text-align: left;
}
h2.title {
	text-align: center;
/* 	font-family:"ヒラギノ明朝 ProN", "Hiragino Mincho ProN", Meiryo,"Lucida Grande", "segoe UI",  Arial, sans-serif; */
	font-size:56px;
	font-size:5.6rem;
	font-weight: normal;
	position: relative;
  display: inline-block;
  left: 0;
  margin: 0 auto 0px;
  right: 0;
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	color: #43a9be;
	letter-spacing: 0.1em;

}
h2.title span {
	font-size:14px;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: center;
	line-height:20px;
	display: block;
	letter-spacing: 0;
	padding-right: 0.8em;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}

h2.kvtitle {
	text-align: center;
	font-size:26px;
	font-size:2.6rem;
	font-weight: normal;
	position: absolute;
  display: inline-block;
  left: 0;
  margin: 0 auto 0px;
  right: 0;
  width: 300px;
  padding: 10px 0px;
	background: #43a9be;
	color: #fff;
	letter-spacing: 0.2em;
	bottom: -170px;

}
h2.kvtitle:first-letter{
	text-transform: uppercase;
}
h2.kvtitle span {
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	font-size:12px;
	font-size: 1.2rem;
	font-weight: normal;
	text-align: center;
	line-height:20px;
	display: block;
	letter-spacing: 0;
}
#contents .article{
	height: 100%;
	display: block;
}
#contents{
	min-height: 250px;

	position: relative;
	margin-bottom: 100px;
}
h2.title.type2 span {
	padding-top: 5px;
	padding-bottom: 8px;
}
h2.title.type3 span {
	padding-bottom: 8px;
}
h2.title.type4{
	font-size: 20px;
	color: #000;
	text-align: left;
	width:100%;
	padding-left: 0;
	padding-top: 0;
}
h2.title.type4 + div{
	width: 400px;
}
h2.title.type4 + div ul{
	text-align: left;
}
h2.title.type4 + div ul li{
	margin-bottom: 10px;
}
h2.title.type4 + div ul li:before{
	content: '・';
	position: relative;
}
h2.title.type4 + div ul li a{
	text-decoration: underline;
}

.title_sub {
	margin: 0 auto 40px;
	font-size:14px;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: center;
	line-height:20px;
	width: 600px;
}
#menu h3 {
	text-align:left;
	font-size:30px;
	font-size:3.0rem;
	line-height:100%;
	color:#cfa972;
	border-bottom:2px solid #cfa972;
	margin-bottom:0.5em;
}
#menu h3 span {
	font-size:0.5em;
	padding-left:0.5em;
}
h4 {
	font-size:18px;
	font-size:1.8rem;
}
.blog_title {
	width: 860px;
	margin: 0 auto;
}

/*****************************************************************************
	Navigation　Tab
*****************************************************************************/
#post nav.post {
	width: 620px;
	min-width: 620px;
	height: auto;
	padding: 0;
	margin: 0 auto 50px;
	text-align: center;
}
#post nav.post a:first-child {
	margin-right: 5px;
}
#post nav.post a:last-child {
	margin-left: 5px;
}
#post nav.post a {
	background: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	color: black;
	width: 310px;
	height: 46px;
	padding: 12px 0;
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
#post nav.post a.select {
	background-color: #21c4d6;
	color: #fff;
	position: relative;
}
#post nav.post a:after {
	content: '';
}
#post nav.post a.select:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 14.5px 0 14.5px;
	border-color: #21c4d6 transparent transparent transparent;
	line-height: 0px;
	position: absolute;
	bottom: -11px;
	left: 0;
	right: 0;
	top: auto;
	margin: 0 auto;
}
/*****************************************************************************
	CTA
*****************************************************************************/
.cta{
	background: rgba(67,169,190,1);
	color: #fff;
	padding: 20px 0;
	font-size: 16px;
	position: relative;
}
.cta article{
	width: 900px;
	margin: 0;
}
#cta_box{
	position: fixed;
	bottom: 0;
	z-index: 999999999;
	width: 100%;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	height: 0;
	opacity: 0;
}
#cta_box .cta{
	padding: 15px 0;
	background: rgba(67,169,190,1);
}
#cta_box.active{
	height: auto;
	opacity: 1;
}

.tel {
	font-size:16px;
	font-size:1.6rem;
	letter-spacing:0;
	margin-left: 5px;
}
.tel h3{
	font-size: 30px;
	margin: 0 5px;
	letter-spacing: 0em;
}
.mobile {
	background-image: url(./img/common/tel_b.png);
	width: 24px;
	height: 34px !important;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
}
.mobile.w {
	background-image: url(./img/common/tel.png);
}
.mail {
	background-image: url(./img/common/mail.png);
	width: 31px;
	height: 23px !important;
	display: block;
	margin-right: 5px;
}
.accesstelicon{
	background-image: url(./img/common/accesstel.png);
	width: 24px;
	height: 34px !important;
	display: block;
	margin-right: 5px;
}
.accesstel span{
	font-size: 36px;
	margin: 5px 0 0px;
}


/*****************************************************************************
	index
*****************************************************************************/
 .date {
	font-size: 12px;
	font-size: 1.2rem;
	color: #808080;
	font-weight: normal;
}
.category {
	font-size: 10px;
	font-size: 1.0rem;
	display: inline-block;
	background: rgba(67,169,190,0.7);
	padding: 0px 10px;
	color: #fff;
	width: auto;
	text-align: center;
	font-weight: normal;
	margin: 0 10px;
}
.category.type2 {
/* 	padding: 0; */
	width: auto;
}
#home #about {
	min-height:360px;
  margin-bottom: 60px;
}
/*****************************************************************************
	医師・スタッフ
*****************************************************************************/
#about figure {
	width: 450px;
	padding: 0 10px 10px 0;
	margin-right: 40px;
}
.about_txtbox {
	color: #6c6c6c;
}
.about figure.type2 {
/*
	width: 50%;
	height: auto;
*/
	padding: 0 30px 0 0px;
}
.about figure.type2 img {
	width: 100%;
	height: auto;
}
.about figure.type3 {
	width: 230px;
	height: auto;
	padding: 0;
}
.about figure.type3 img {
	width: 100%;
	height: auto;
}
#about figure img {
	width: 440px;
	height: auto;
	z-index: 2;
	position: relative;
}
#about figure img.bg {
	position: absolute;
	width: 440px;
	height: auto;
	background: #fff;
	top: 10px;
	left: 10px;
	z-index: 1;
}
#about .about_txtbox .about_title {
	margin-bottom: 15px;
	display: inline-block;
	font-size: 22px;
	font-size: 2.2rem;
	padding-bottom: 15px;
	color: #43a9be;
}
#about .about_txtbox .about_txt {
	font-size: 14px;
	font-size: 1.4rem;
	line-height:30px;
}
/*****************************************************************************
	アクセス
*****************************************************************************/
#home .access_box.access {
	width: 940px;
	margin: 20px auto;
}
.access_box.access {
	width: 940px;
	margin: 0 auto;
}
.access_details {
	max-width: 426px;
	margin-right: 40px;
	width: 100%;
}
/*****************************************************************************
	メニュー詳細
*****************************************************************************/
.mSection {
	background: url("./img/menu/menu_mainvisual.png") center center / cover no-repeat;
}
#menu .col {
	background: #fff;
	margin-bottom: 30px;
	position: relative;
}
#menu .col:nth-child(3), #menu .col:nth-child(4) {
	margin-bottom: 0px;
}

.menuimgbox {
	width: 324px;
}
/*
.menuimgbox figure {
	border: 20px solid #faf9f7;
}
*/
/*
.menuimgbox img {
	width: 284px;
}
*/
ul.menutextbox {
	padding-left: 40px;
	max-width: 780px;
}
ul.menutextbox li:nth-child(2) {
	font-size: 25px;
	font-size: 2.5rem;
	color: #43a9be;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #b7c1c3;
}
ul.menutextbox li:nth-child(1) {
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 0px;
	color: #43a9be;
}
ul.menutextbox li:nth-child(3) {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
.menu_details_title {
	font-size: 18px;
	font-size: 1.8rem;
	padding: 10px 0px;
	color: #43a9be;
/*
	border-top: 1px solid #7d7d7d;
	border-bottom: 1px solid #7d7d7d;
	position: relative;
*/
}
/*
.menu_details_title:before {
	content: '';
	width: 4px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 10px;
	background-color: #24c6d8;
}
*/
.menu_details_txt {
	padding: 30px 40px 60px;
}
.menu_details li {
	padding: 0 40px 40px 105px;
	position: relative;
}
.menu_details li:before {
	content: '';
	position: absolute;
	top:5px;
	left: 45px;
	border: 3px solid #24c6d8;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	background-color: #fff;
}
.menu_details li:after {
	content: '';
	position: absolute;
	top:23px;
	left: 52px;
	width: 3px;
	height: 100%;
	background-color: #24c6d8;
}
.menu_details li:last-child:after {
	content: '';
	position: absolute;
	top:23px;
	left: 52px;
	width: 3px;
	height: 100%;
	background-color:transparent;
}
/*****************************************************************************
	footer
*****************************************************************************/
.fSection {
	background: url("./img/common/footer_bg.png") center center / cover no-repeat;
}
@media screen and (max-width:767px){
	.fSection {
		background: url("./img/common/footer_bg_sp.png") center center / cover no-repeat;
	}
}
footer.icon {
	padding:1.5em 0;
	border-bottom:1px solid #333333;
	margin-bottom:1.5em;
}
footer.icon a {
	display:block;
	margin:0 0.5em;
	line-height:100%;
}
footer nav a {
	font-size:20px;
	font-size:2.0rem;
}
p.copy {
	background:#ffffff;
	color:#000000;
	padding:0.5em 0;
	text-align:center;
}
/******************************************************************************
	Post
******************************************************************************/
.pSection {
	background: url("./img/blog/blog_mainvisual.png") center center / cover no-repeat;
}
#post ul.list{
	max-width: 940px;
	margin: 0 auto;
}
#post ul.list li{
	width: 100%;
	padding: 8px 40px;
	margin-top: 0px;
	margin-bottom: 10px;
	background: #fff;
	border-left: 3px solid #36c9d9;
}
#post ul.list li span{
	margin-left: 40px;
	width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-align: left;
}
#post .side{
	margin-bottom: 60px;
}
/* #post .side */
#post .side h3 {
	font-size:16px;
	font-size:1.6rem;
	text-align:left;
	background: #43a9be;
	color:#fff;
	padding: 5px 15px;
	font-family: 'Noto Serif', serif;
	text-transform:uppercase;
}
#post .side li a:hover {
	background:rgba(67,169,190,0.1);
}
#post .side li a {
	padding:1em 1em;
}
#post .side li{
	position:relative;
	font-size:14px;
	font-size:1.4rem;
	line-height:100%;
	border-bottom:1px solid #909090;
}
#post .side li:last-child{
	margin-bottom: 40px;
}
/* Category */
#category p.category {
	margin:0 1em 0 0;
}
#category p.category span{
	padding:0.2em 0.5em;
}
/* Recent */
#recent li a {
	font-size:12px;
	font-size:1.2rem;
	padding:1.5em 0;
}
#recent p {
	line-height:1.5;
	color: #333;
}
/* Archive */
#post .side #archive li a {
	display:block;
	padding:1em 0 1em 1.2em;
}
/*
#post .side #archive li:before {
	content:"●";
	color:#bbb;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:1em;
	line-height:300%;
}
*/
.pager.f_box > div{
	width: 30%;
}
/******************************************************************************
	Post:Single
******************************************************************************/
#post .content {
	font-size:14px;
	font-size:1.4rem;
	padding-top: 1em;
}
#post .content img {
	max-width:100%;
	height:auto;
}
#post.single h2 {
	font-size:24px;
	font-size:2.4rem;
	line-height:140%;
	margin:1em 0;
}
/************************************************************************************
	single paging
************************************************************************************/
.single_paging {
	width:100%;
	border:0px solid #b09d7c;
	margin:20px 0 20px 0;
	padding:0;
	font-size:14px;
	font-size:1.4rem;
}
.single_paging > div a{
	padding:0.5em 1em;
	width:130px;
	background:#ffffff;
	color:#666666;
}
.single_paging > div a .title {
	-webkit-line-clamp: 2;
}
.single_paging figure {
	text-align:center;
	min-width:100px;
	width:100px;
	height:100px !important;
	margin-right:1em;
	border-radius:100px;
	overflow:hidden;
}
.single_paging .page-numbers.current {
	background-color:#e7f3e9;
}
/******************************************************************************
	Pager
******************************************************************************/
#pager .pages {
	display:none;
}
#pager .wp-pagenavi {
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#pager .wp-pagenavi * {
	padding:0;
	min-width:3em;
	height:3em;
	margin:0 1px;
	text-align:center;
	border:1px solid #f2efeb;
	border-radius: 0;
	line-height:3em;
	color:#000;
	font-size:14px;
	font-size:1.4rem;
}
#pager .wp-pagenavi .page.larger{
	border:1px solid #eee;
}
#pager .current, .wp-pagenavi > *:hover, #pager .wp-pagenavi a:hover {
	border:1px solid #f2efeb;
	border-radius: 0;
	background:#21c4d6;
	color:#fff;
}
.wp-pagenavi .page {
}
.wp-pagenavi .current {
}
.wp-pagenavi .previouspostslink {
	border:none;
	margin-right:40px;
}
.wp-pagenavi .nextpostslink {
	border:none;
	margin-left:40px;
}
#pager .wp-pagenavi a {
	display: block;
	line-height:140%;
	padding: 0.8em;
	text-align: center;
	background:#ffffff;
	margin-bottom:0.2em;
}
/*****************************************************************************
	footer
*****************************************************************************/
/************************************************************************************
	bread
************************************************************************************/
nav#bread {
	width:100%;
	overflow:hidden;
	font-size:11px;
	font-size:1.1rem;
	line-height:120%;
	z-index:2;
	bottom:30px;
	left:0;
	padding: 0 10px;
	position: absolute;
	color: #54b0c3;
}
nav#bread ol{
	margin:0 auto;
	padding:1em 20px;
}
nav#bread ol li {
	padding-top:0px;
	white-space:nowrap;
	min-height: 0;
	margin:0;
}
nav#bread ol li a {
}
nav#bread ol li:after {
	content: ">";
	padding-left:1em;
	padding-right:1em;
}
nav#bread ol li:first-child:before {
	content:"";
}
nav#bread ol li:nth-of-type(1):before {
	content:"";
}
nav#bread ol li:last-child {
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
nav#bread ol li:last-child:after {
	content:"";
	padding:0;
}
nav#bread a {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    text-align: center;
    position: relative;
}
nav#bread a::after {
    content: '';
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 11px;
		font-size: 1.1rem;
		line-height: 120%;
    color: #d7d7d7;
    font-weight: normal;
}
/*************************************************************************************
	Swap Image
*************************************************************************************/
/*
section div.picture {
	position:relative;
}
section article.swap div.picture figure {
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
section article.swap div.picture figure.active {
	opacity:1;
}
section article.swap div.thumb_list figure {
	cursor:pointer;
}
section article.swap div.thumb_list figure img {
	width:inherit;
}
*/
/************************************************************************************
 contact
************************************************************************************/
.cSection {
	background: url("./img/contact/contact_mainvisual.png") center center / cover no-repeat;
}
#contact{
	font-size: 14px;
	font-size: 1.4rem;
	width: 860px;
	margin: 0 auto;
	padding: 0 100x;
}
#contact dl {
	width: 655px;
	margin:0 auto 30px;
}
#contact dt {
	min-width: 200px;
	padding: 0.5em 0;
	float: left;
}
#contact dt span.gray {
	color:#e0e0e0;
}
#contact dd {
	min-width:100%;
	margin-bottom:2em;
	margin-left:0px;
}
#contact input[type="tel"],
#contact input[type="text"],
#contact input[type="email"],
#contact textarea {
	font-family: '游ゴシック体', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	font-size: 14px;
	font-size: 1.4rem;
	width:100%;
	height: 32px;
	padding: 0.5em;
	resize:none;
	border: 1px solid #e6e4e4;
	background:#f5f5f5;
}
#contact  textarea {
	height: 8em;
}
#contact input[type="tel"]:focus,
#contact input[type="text"]:focus,
#contact input[type="email"]:focus,
#contact textarea:focus {
	content:"";
	border:1px solid #666666;
}
.description,.preview_description{
	margin-bottom: 60px;
}
#contact .btn:first-child, #contact .mw_wp_form_preview .description, #contact .preview_description{
	display: none;
}
#contact .mw_wp_form_preview .contact_preview_btn{
	width: 550px;
	margin: 0 auto;
}
#contact .mw_wp_form_preview .btn:first-child{
	margin-right: 10px;
}
#contact .mw_wp_form_preview .btn:first-child input[type="submit"] {
	padding: 15px 0;
}
#contact .mw_wp_form_preview .btn:first-child:after {
  content: "";
}
#contact .mw_wp_form_preview .btn:last-child{
	margin-left: 10px;
}
#contact .mw_wp_form_preview .btn:last-child:hover{
	background-color: #000;
}
#contact .mw_wp_form_preview .btn:first-child, #contact .mw_wp_form_preview .preview_description, #contact .mw_wp_form_complete .btn {
	display: block;
}
#contact .mw_wp_form_preview dl dd span{
	display: none;
}
#contact .mw_wp_form_complete .btn{
	padding: 15px 30px;
	margin: 0 auto;
}
#contact  input[type="submit"] {
	cursor: pointer;
	padding: 15px 30px;
	text-align: center;
	margin: 0 0.2em;
	font-size: 14px;
}
#contact .btn{
	padding: 0;
}
#contact p {
	text-align:center;
	line-height: 1.5;
}
#contact span.key{
	width: 130px;
}
#contact .confirm, .sending, .backform {
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	width: 200px;
	height: 45px;
	margin-top: 5px;
	border-radius: 5px;
	background: #888;
	border: 1px solid #666;
}
.mw_wp_form .error {
  display: initial !important;
}
.mw_wp_form_confirm .send {
	display:none;
}
p.label {
	margin-right:0.5em;
}
p.label span{
	position:relative;
	font-size:10px;
	font-size:1.0rem;
	color:#ffffff;
	letter-spacing:0;
	line-height:100%;
	padding:0.5em 1em;
	background:#43a9be;
}
p.label span.noneed {
	background:#999999;
}
.nSection {
	background: url("./img/blog/blog_mainvisual.png") center center / cover no-repeat;
}
.nSection2 {
	background: #f2efeb;
}
.privacy{
	margin: 20px 0 10px 0;
	display: block;
	height: 200px;
	overflow: auto;
	padding: 16px;
	border: 1px solid #ccc;
	font-size: 1.2rem;
  margin: 0 auto 1em;
  background-color: #fffff7;
}
.privacy_title{
	text-align: center;
	font-weight: bold;
	margin-bottom: 1rem;
}
.modPCenter{
	text-align: center;
	margin-bottom: 1rem;
}
#contact .privacy dl{
	width: auto;
}
.privacy dt{
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.privacy .num{
	font-style: normal;
	font-weight: bold;
	display: table-cell;
	padding-right: 10px;
	white-space: nowrap;
}
.privacy .content{
	display: table-cell;
}
.privacy ,.mw_wp_form .consent{
  width: 655px;
}
.mw_wp_form .consent{
	text-align: center;
  margin: 0 auto 30px;
}
.mw_wp_form .consent *{
	cursor: pointer;
}
.mw_wp_form_confirm .privacy, .mw_wp_form_confirm .consent{
  display: none !important;
}
/*****************************************************************************
	Gimic with jQuery
*****************************************************************************/
.trans {
	-webkit-transition:all 0.3s ease-in-out;
			transition:all 0.3s ease-in-out;
}
.scrollup {
	opacity:0;
    -webkit-transform: translateY(100px);
  			  transform: translateY(100px);
	-webkit-transition:all 0.5s ease-in-out;
			transition:all 0.5s ease-in-out;
}
.scrollup.action {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
	opacity:1;
}
.scrollSlide {
	opacity:0;
	-webkit-transition:all 1s ease-in-out;
			transition:all 1s ease-in-out;
}
.scrollSlide.top {
	opacity:0;
    -webkit-transform: translateY(-150px);
  			  transform: translateY(-150px);
}
.scrollSlide.left {
	opacity:0;
    -webkit-transform: translateX(150px);
  			  transform: translateX(150px);
}
.scrollSlide.right {
	opacity:0;
    -webkit-transform: translateX(-150px);
  			  transform: translateX(-150px);
}
.scrollSlide.action {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
	opacity:1;
}
.scrollZoom {
	opacity:0;
    -webkit-transform: scale3d(0 ,0 , -1);
  			  transform: scale3d(0 ,0 , -1);
	-webkit-transition:all 1s ease-in-out;
			transition:all 1s ease-in-out;
}
.scrollZoom.action {
    -webkit-transform: scale3d(1 ,1 ,1);
    transform: scale3d(1 ,1 ,1);
	opacity:1;
}
.zoom {
	position: relative;
	z-index: 2;
	-webkit-transition:all 0.2s ease-in-out;
			transition:all 0.2s ease-in-out;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.zoom:hover {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.float{
	-webkit-transition:all 0.2s ease-in-out;
			transition:all 0.2s ease-in-out;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.11);
}
.float:hover {
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.15), 0 15px 12px rgba(0, 0, 0, 0.16);
}

.scroll {
	-webkit-animation: pop 2s infinite;
			animation: pop 2s infinite;
}
@-webkit-keyframes pop {
	0% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0); }
	50% {
		-webkit-transform: translate(0, 10px);
				transform: translate(0, 10px); }
	100% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0); } }

@keyframes pop {
	0% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0); }
	50% {
		-webkit-transform: translate(0, 10px);
				transform: translate(0, 10px); }
	100% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0); }
}
/***********
horizon
************/
.f_h_start {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.f_h_center {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}
.f_h_end {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.f_h_sb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.f_h_sa {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.f_wrap {
	-webkit-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
/***********
vertical
************/
.f_column {
	-webkit-box-direction:column;
	-webkit-flex-direction:column;
	flex-direction:column;
}
.f_start {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.f_end {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.f_center {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.f_baseline {
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.f_stretch {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}


/*****************************
	SNS ICON BASE
*****************************/
div.sns_icon {
	text-align:center;
	max-width:320px;
	width:100%;
	color:#ffffff;
	margin:0 auto 3em auto;
}
div.sns_icon > a {
	background:#43a9be;
}
div.sns_icon > a {
	display:inline-block;
	margin:10px 2px;
	font-size:18px;
	width:36px;
	height:36px;
	line-height:33px;
	border-radius:50%;
}
div.sns_icon > a i.fa-line {
	font-size:24px;
}

/*****************************************************************************
	seo blog
*****************************************************************************/
#post.single h1 {
	font-size:32px;
	font-size:3.2rem;
	line-height:140%;
	margin:1em 0 0.5em 0;
}

#post  .seoTtl01 ,
#post  .seoTtl02 {
	text-align:left;
}

#post  .seoTtl01 {
	font-weight:normal;
}

/*blog対応*/

#post h1 {
	line-height:1.4;
}
#post .content  {
	font-size:16px;
	line-height:2;
}

.seoText ,
.tableContents li a ,
.blogDetail {
	font-size:1.6rem ;
	font-size:16px !important;
	line-height:2 !important;
}

.seoTtl02 {
	margin-top:2em !important;
}

.seoTtl01 {
	margin-top:2em !important;
	font-size:2.8rem  !important;
	font-size:28px  !important;
}

@media screen and (max-width:768px) {
	.articleTtl {
	font-size:2.6rem;
	}

	.seoTtl01 {
	font-size:2.4rem  !important;
	font-size:24px  !important;
	}

	.seoTtl02 {
	margin-top:2em !important;
}

}

@media screen and (max-width:767px) {
	#contact dl dd span{
		display: inline !important;
	}
	input[type="radio"]	{
		font-size:x-large;
		background:#666666;
	}
}

.mwform-checkbox-field label, .mwform-radio-field label {
	white-space:nowrap;
	margin-right:5px !important;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: auto !important;
	margin-right: 10px !important;
}
.mwform-checkbox-field input, .mwform-radio-field input {
	margin-right:0 !important;
}
#contact select.date, #contact input[type="text"].hasDatepicker {
	width:auto;
}

.blog h3.tl {
	font-weight:bold;
}
/***** refusal *****/
.refusal {
  text-align: right;
  margin-top: 30px;
}
.refusal img {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
}
@media screen and (max-width: 770px) {
  .refusal {
    margin-top: 15px;
  }
  .refusal img {
    max-width: 270px;
  }
}

.gmap-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.logo img.sp {
	max-height: 50px;
	-webkit-backface-visibility: hidden;
}

@media screen and (max-width:768px){
	.fSection {
		position: relative;
	}
	.fSection::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		background: rgba(255,255,255,.6);
	}
	.fSection > div{
		z-index: 10;
	}
	.about_txtbox h3.about_title {
		text-align: center !important;
	}
	#about.access_box > div > p {
		font-size: 1.2rem;
	}
	#contact .preview_description > p {
		text-align: left;
	}
}
.btn.menu {
	margin-bottom: 60px;
}
@media screen and (max-width: 769px){
	.about_txtbox{
		text-align: center;
	}
	.about_txt{
		text-align: left;
	}
}
