@charset "utf-8";

body {
	font-size: 12px;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], textarea {
	padding: 5px;
	font-size: 12px;
}
select {
	padding: 10px;
  font-size: 12px;
}
.pc {
	display: none;
}


/* 基本レイアウト---------------- */
#wrapper {
	width: 100%;
	text-align: center;
}
#container {
	padding-top: 60px;
	overflow-x: hidden;
}
.main {
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.flex_st {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-self: center;
}


/* ヘッダー---------------- */
#head {
  position: fixed;
  width: 100%;
  height: 60px;
  background: #fff;
  z-index: 100;
}
.head_in {
  position: relative;
	padding: 0 3%;
  text-align: left;
}
#head_logo_top {
  width: 160px;
  padding: 8px 5px 0 0;
}
#head_logo {
  width: 160px;
  padding: 12px 5px 0 0;
}
#head_logo_top img, #head_logo img {
	width: 100%;
	height: auto;
}
#head_navi {
  display: none;
}
.sp_navi_btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  z-index: 200;
}
#navi_on {
  position: fixed;
	top: 0;
  right: 0;
	width: 60px;
  height: 60px;
  text-align: center;
  cursor: pointer;
}
#navi_of {
  display: none;
	position: fixed;
  top: 0;
  right: 0;
	width: 60px;
  height: 60px;
  text-align: center;
  cursor: pointer;
  z-index: 300;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 30px;
  height: 21px;
  margin-top: 20px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #24272B;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  top: -6px;
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  bottom: 5px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

#sp_navi {
  display: none;
	width: 100%;
  height: 100%;
	position: fixed;
	top: 60px;
	left: 0;
  padding: 10px 5% 70px; 
  background: #fff;
  z-index: 100;
  overflow-y: scroll;
}
.sp_navi_ul {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.sp_navi_ul > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 1.5;
  font-size: 16px;
  border-top: 1px solid #ccc;
}
.sp_navi_ul > li > a:after {
  position: absolute;
  top: 16px;
  right: 12px;
  display: block;
  content: "";
  width: 5px;
	height: 9px;
	background: url("../img/icon_link2.png") no-repeat;
	background-size: 5px 9px;
}
.sp_navi_ul .child-list a {
	display: block;
	font-size: 12px;
  padding: 10px 15px;
}
.sp_navi_ul .child-list a::before {
  content: "-";
	margin-right: 5px;
}
.head_navi_contact {
	width: 80%;
	max-width: 250px;
	margin: 0 auto;
	margin-top:45px;
}
.head_navi_contact a {
	display: block;
	height: 70px;
	padding-top: 20px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	background: #392827;
	border: 1px solid #392827;
	border-radius: 20px;
}


/* フッター----------------- */
#foot {
  padding: 40px 0 25px;
	color: #fff;
  background: #3D2E09;
}
.foot_col1 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.foot_col1 a {
  color: #fff;
}
.foot_col1_1 {
	width: 30%;
	margin-bottom: 20px;
}
.foot_col1_2 {
	width: 40%;
	margin-bottom: 20px;
}
.foot_col1_3 {
	width: 30%;
	margin-bottom: 20px;
}
.foot_menu1 {
  margin-bottom: 20px;
}
.foot_menu1 > li {
  margin-bottom: 10px;
	line-height: 1.6;
	font-size: 12px;
}
.foot_menu2 {
  margin-top: 5px;
}
.foot_menu2 > li {
  list-style: disc;
	margin: 0 0 5px 15px;
	line-height: 1.6;
	font-size: 12px;
}
.btn_foot a {
	display: inline-block;
	width: 100%;
	height: 67px;
	margin-bottom: 25px;
	padding-top: 26px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	color: #1B1B1B;
	background: #D8D5CE;
	border-radius: 5px;
}
.copyright {
  text-align: center;
}
.copyright small {
  font-size: 10px;
}

.sbnr {
  display: none;
}


/* トップ---------------- */
#top_main {
  width: 100%;
}
.top_bnr {
    width: 90%;
    margin: 20px auto;
}
.top_bnr a {
	display: block;
	padding: 20px;
    border: 5px double #dfdfdf;
    background: #2323a2;
    font-weight: bold;
    letter-spacing: 0.17em;
    font-size: 14px;
	color:#fff;
	text-decoration: none;
}
.top_slide1 {
	position: relative;
  width: 100%;
  min-height: 460px;
  background: url("../img/top_sp_main_img1.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.top_slide2 {
	position: relative;
  width: 100%;
  min-height: 460px;
  background: url("../img/top_main_img2.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.top_main_cont {
  width: 90%;
	margin: 0 auto;
	padding-top: 60px;
	text-align: left;
}
.top_main_t1 {
	margin-bottom: 20px;
	line-height: 1.2;
	font-size: 30px;
	transform: scale(0.9, 1);
	transform-origin: top left;
}
.top_main_t2 {
	width: 90%;
	padding-bottom: 20px;
	font-size: 13px;
}

#top_slide {
	width: 100%;
	min-height: 200px;
	padding-top: 30px;
	background: #F7F5F0
}
.top_slide_cont {
	width: 98%;
	margin: 0 auto;
}
#slider2 {
	position: relative;
	width: 82%;
	margin: 0 auto;
}
#slider2 li.slick-slide {
  position: relative;
	max-height: 136px;
  margin: 0 13px 10px;
	line-height: 1.5;
	text-align: left;
}
#slider2 li.slick-slide a {
	filter: drop-shadow(0 5px 5px rgba(0,0,0,.17));
}
.top_slide_img img {
	width: 100%;
	height: auto;
}
.top_slide_t1 {
	position: absolute;
	top: 8px;
	left: 18px;
	font-size: 16px;
	color: #fff;
}
.top_slide_t2 {
	position: absolute;
	top: 70px;
	left: 18px;
	font-size: 18px;
	color: #392827;
}
.top_slide_t3 {
	position: absolute;
	top: 70px;
	left: 18px;
	font-size: 18px;
	color: #fff;
}
#slider2 .slick-prev {
  width: 31px;
  height: 31px;
  top: 50%;
  left: -25px;
  background: url("../img/slide_prev.png") no-repeat;
  background-size: 31px 31px;
}
#slider2 .slick-next {
  width: 31px;
  height: 31px;
  top: 50%;
  right: -25px;
  background: url("../img/slide_next.png") no-repeat;
  background-size: 31px 31px;
}
#slider2 .slick-prev:before, #slider2 .slick-next:before {
  content: "";
}
#slider2 button.slick-prev, #slider2 button.slick-next {
  z-index: 10;
}
#slider2 .slick-prev:focus {
  background: url("../img/slide_prev.png") no-repeat;
}
#slider2 .slick-next:focus {
  background: url("../img/slide_next.png") no-repeat;
}
#slider2 .slick-arrow {
	z-index: 10;
}

#top_greeting {
	padding: 80px 0 40px;
}
.main1 {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
.bg_txt1 {
	position: absolute;
	top: -80px;
	right: 5%;
	line-height: 1;
	font-size: 80px;
	color: rgba(57,40,39,.09);
	letter-spacing: -.02em;
	transform: scale(0.9, 1);
	transform-origin: top right;
}
.top_col1 {
	position: relative;
	width: 100%;
	z-index: 2;
}
.top_col1_1 {
	margin-bottom: 20px;
}
.top_col1_2 {
	margin-bottom: 20px;
	text-align: left;
}
.top_col1_3 {
	margin-bottom: 20px;
}
.h2_1 {
	margin-bottom: 20px;
	font-size: 18px;
}
.p1 {
	margin-bottom: 20px;
}
.btn_list1 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.btn_list1 li {
	width: 32.3%;
	min-width: 100px;
	margin-right: 4.5%;
	margin-bottom: 10px;
}
.btn1 a {
	display: block;
	width: 100%;
	max-width: 170px;
	height: 48px;
	padding-top: 16px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	background: #392827;
	border: 1px solid #392827;
}
.copy1 {
	margin-bottom: 20px;
	font-size: 18px;
}

#top_subject {
	padding: 30px 0 50px;
	background: #F7F5F0;
}
.top_subject_menu {
	margin-bottom: 20px;
}
.top_subject_menu li {
	position: relative;
	min-height: 220px;
	margin-bottom: 20px;
	padding: 30px 20px 80px;
	line-height: 1.4;
	border: 1px solid #392827;
}
.top_subject_menu_t1 {
	margin-bottom: 15px;
	font-size: 18px;
}
.top_subject_menu_t2 {
	font-size: 14px;
}
.top_subject_menu1 {
	background: url("../img/top_subject_img1.jpg") no-repeat;
	background-size: cover;
}
.top_subject_menu2 {
	background: url("../img/top_subject_img2.jpg") no-repeat;
	background-size: cover;
}
.top_subject_menu3 {
	background: url("../img/top_subject_img3.jpg") no-repeat;
	background-size: cover;
}
.top_subject_menu4 {
	background: url("../img/top_subject_img4.jpg") no-repeat;
	background-size: cover;
}
.top_subject_menu5 {
	background: url("../img/top_subject_img5.jpg") no-repeat;
	background-size: cover;
}
.top_subject_menu6 {
	background: url("../img/top_subject_img6.jpg") no-repeat;
	background-size: cover;
}
.top_subject_menu7 {
	background: url("../img/top_subject_img7.jpg") no-repeat;
	background-size: cover;
}
.top_subject_menu8 {
	background: url("../img/top_subject_img8.jpg") no-repeat;
	background-size: cover;
}
.top_subject_menu li .btn_more1 {
	position: absolute;
	bottom: 35px;
	left: 23px;
}
.btn_more1 a {
	display: block;
	width: 85px;
	height: 30px;
	padding-top: 3px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	background: #392827;
	border: 1px solid #392827;
	border-radius: 4px;
}
.btn2 a {
	display: block;
	width: 100%;
	max-width: 170px;
	height: 48px;
	margin: 0 auto;
	padding-top: 9px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	background: #392827;
	border: 1px solid #392827;
}

#top_facility {
	padding: 50px 0 60px;
}
.main2 {
	position: relative;
	width: 90%;
	margin: 0 auto;
	text-align: left;
}
.bg_txt2 {
	position: absolute;
	top: -50px;
	right: -10px;
	line-height: 1;
	font-size: 80px;
	color: rgba(57,40,39,.09);
	letter-spacing: -.02em;
	transform: scale(0.9, 1);
	transform-origin: top right;
	z-index: 1;
}
.top_col2 {
	position: relative;
	z-index: 2;
}
.top_col2_1 {
	margin-bottom: 20px;
}
.top_col2_2 {
	margin-bottom: 20px;
}
.top_facility_txt {
	margin-bottom: 30px;
}
.p2 {
	margin-bottom: 30px;
}
.btn3 {
	text-align: right;
}
.btn3 a {
	display: inline-block;
	width: 100%;
	max-width: 170px;
	height: 48px;
	padding-top: 9px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	background: #392827;
	border: 1px solid #392827;
}
.top_facility_img2 {
	margin-bottom: 30px;
}
.top_facility_t1 {
	font-size: 13px;
}
.big1 {
	font-size: 18px;
}
.top_col3 {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.top_col3_1 {
	width: 48.7%;
	margin-right: 2.6%;
}
.top_col3_2 {
	width: 48.7%;
}

#top_leaning {
	padding-bottom: 40px;
}
.bg_txt3 {
	position: absolute;
	top: -60px;
	right: -10px;
	line-height: 1;
	font-size: 80px;
	color: rgba(57,40,39,.09);
	letter-spacing: -.02em;
	transform: scale(0.9, 1);
	transform-origin: top right;
	z-index: 2;
}
.top_col4 {
	position: relative;
	z-index: 1;
}
.top_col4_1 {
	margin-bottom: 20px;
}

#top_topics {
	padding: 50px 0 40px;
	background: #F7F5F0;
}
.bg_txt4 {
	position: absolute;
	top: -50px;
	left: -10px;
	line-height: 1;
	font-size: 80px;
	color: rgba(57,40,39,.09);
	letter-spacing: -.02em;
	transform: scale(0.9, 1);
	transform-origin: top left;
	z-index: 1;
}
.top_col5 {
	position: relative;
	z-index: 2;
}
.top_col5_1 {
	margin-bottom: 20px;
}
.h2_2 {
	font-size: 18px;
}
.top_topics_list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.top_topics_list dt {
	width: 20%;
	margin-right: 3%;
}
.top_topics_list dd {
	width: 77%;
	border-top: 1px solid #392827;
}
.top_topics_list dd:last-child {
	border-bottom: 1px solid #392827;
}
.top_topics_list dd a {
	position: relative;
	display: block;
	padding: 10px 25px 10px 5px;
	text-decoration: none;
	font-size: 12px;
}
.top_topics_list dd a:after {
	position: absolute;
	top: calc(50% - 4px);
	right: 10px;
	display: block;
	content: "";
	width: 5px;
	height: 9px;
	background: url("../img/icon_link2.png") no-repeat;
	background-size: 5px 9px;
}
.topics_cat1 {
	width: 100%;
	max-width: 80px;
	height: 40px;
	padding-top: 9px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: #392827;
}
.top_topics_date {
	display: block;
	margin-bottom: 5px;
}

#access_box {
	padding: 30px 0 40px;
}
.access_col {
	position: relative;
	z-index: 2;
}
.access_col1 {
	margin-bottom: 20px;
}
.h2_3 {
	margin-bottom: 20px;
	font-size: 20px;
}
.access_list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 20px;
}
.access_list dt {
	width: 92px;
	margin-right: 15px;
	margin-bottom: 20px;
	text-align: center;
}
.access_list dd {
	width: calc(100% - 107px);
	line-height: 1.3;
	font-size: 20px;
}
.access_tit {
	width: 100%;
	height: 30px;
	padding-top: 2px;
	font-size: 14px;
	color: #fff;
	background: #392827;
	border-radius: 15px;
}
.access_map img {
	width: 40px;
	height: auto;
}
.access_t1 {
	margin-top: 10px;
	font-size: 15px;
}
.access_list02 {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.access_list02 > li {
	display: flex;
	align-items: center;
	font-size: 15px;
}
.access_list02 .ico {
	margin-right: 10px;
}
.access_table {
	width: 100%;
	margin-bottom: 15px;
	border-top: 1px solid #392827;
}
.access_table th {
	width: 11%;
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
	border-bottom: 1px solid #392827;
}
.access_table th:first-child {
	width: 23%;
}
.access_table td {
	padding: 10px 0;
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #392827;
}
.access_t2 {
	line-height: 1.6;
	font-size: 12px;
}


/* 下層ページ---------------- */

/* 基本理念 */
.sub_navi1 {
	width: 100%;
	padding: 20px 0 10px;
	border-top: 1px solid #392827;
	border-bottom: 1px solid #392827;
}
.sub_navi_list1, .sub_navi_list2 {
	padding-left: 10px;
}
.sub_navi_list1 li, .sub_navi_list2 li {
	margin-bottom: 10px;
	line-height: 1.6;
	font-size: 13px;
}
.sub_navi_list1 li a, .sub_navi_list2 li a {
	position: relative;
	text-decoration: none;
}
.sub_navi_list1 li.current a:after, .sub_navi_list2 li.current a:after {
	position: absolute;
	bottom: -5px;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #392827;
	opacity: 1;
}

.title1 {
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #392827;
}
.h1_1 h1 {
	font-size: 40px;
}
.h1_1_t {
	font-size: 15px;
}

.content1 {
	padding: 50px 0 60px;
}
.h2_4 {
	margin-bottom: 30px;
	font-size: 20px;
}
.copy2 {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 20px;
	line-height: 1.6;
	font-size: 18px;
}
.copy2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	width: 62px;
	height: 1px;
	background: #392827;
}

#subject_box {
	width: 100%;
	height: 200px;
	background: url("../img/subject_box_img.jpg") no-repeat;
	background-size: cover;
}
#subject_box .main {
	padding-top: 70px;
}
.subject_box_txt {
	position: absolute;
	top: -5px;
	left: -2%;
	line-height: 1;
	font-size: 80px;
	color: rgba(57,40,39,.26);
	letter-spacing: -.02em;
	transform: scale(0.9, 1);
	transform-origin: top left;
	z-index: 1;
}
.subject_box_list {
	width: 100%;
	max-width: 270px;
	margin: 0 auto;
}
.subject_box_list li {
	margin-bottom: 10px;
}
.btn4 a {
	display: block;
	width: 100%;
	height: 48px;
	padding-top: 16px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	border: 1px solid #fff;
}


/* 医師紹介・ご挨拶 */
.content2 {
	padding: 50px 0 70px;
}
.col1_1 {
	margin-bottom: 20px;
}
.col1_2 {
	margin-bottom: 40px;
}
.greeting_t1 {
	margin-bottom: 20px;
	font-size: 16px;
}
.greeting_t2 {
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 20px;
	font-size: 20px;
}
.greeting_t2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	width: 62px;
	height: 1px;
	background: #392827;
}
.greeting_t3 {
	margin-left: 20px;
	font-size: 14px;
}
.h3_1 {
	margin-bottom: 15px;
	padding-left: 8px;
	line-height: 1.2;
	font-size: 14px;
	border-left: 3px solid #392827;
}
.main3 {
	position: relative;
	width: 90%;
	margin: 0 auto;
	text-align: left;
}
.col2_1 {
	margin-bottom: 20px;
}
.col2_2 {
	margin-bottom: 40px;
}
.copy3 {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 18px;
}
.copy3:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	width: 62px;
	height: 1px;
	background: #392827;
}
.col3_1 {
	margin-bottom: 20px;
}


/* 院内設備 */
.content3 {
	padding: 50px 0 40px;
}
.facility1_1 {
	margin-bottom: 40px;
}
.copy4 {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 20px;
	font-size: 18px;
}
.copy4:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	width: 62px;
	height: 1px;
	background: #392827;
}
.facility_list li {
	margin-bottom: 30px;
}
.facility_list_img {
	margin-bottom: 20px;
}
.facility_list_t1 {
	margin-bottom: 20px;
	font-size: 16px;
	line-height:1.7em;
}

.facility_list_txt{
line-height:1.7em;
}

/* アクセス */
.content4 {
	padding: 50px 0 70px;
}
.access1_1 {
	position: relative;
	margin-bottom: 50px;
}
.gmap {
	width: 90%;
	margin: 0 auto 30px;
}
.access_table1 {
	width: 100%;
	font-size: 12px;
}
.access_table1 th {
	width: 80px;
	padding: 10px 0;
	border-bottom: 1px solid #392827;
	vertical-align: top;
}
.access_table1 td {
	padding: 10px 0;
	border-bottom: 1px solid #392827;
}
.access1_2 {
	margin-bottom: 50px;
}
.access_table2 {
	width: 100%;
	margin-bottom: 15px;
}
.access_table2 th {
	width: 11%;
	padding: 15px 0;
	text-align: center;
	font-size: 12px;
	border: 1px solid #392827;
}
.access_table2 th:first-child {
	width: 23%;
}
.access_table2 td {
	padding: 15px 0;
	font-size: 12px;
	text-align: center;
	border: 1px solid #392827;
}
.access_t2 {
	line-height: 1.6;
	font-size: 12px;
}
.access_list1 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.access_list1 li {
	position: relative;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 8px;
}
.access_list1 li:nth-child(2n) {
	margin-right: 0;
}
.access_list1_txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	padding: 8px 10px 5px 10px;
	font-size: 12px;
	color: #fff;
	background: rgba(0,0,0,.39);
}


/* 歯科・診療案内 */
.content5 {
	padding: 40px 0 50px;
}
.subject_list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.subject_list li {
	position: relative;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.subject_list li:nth-child(2n) {
	margin-right: 0;
}
.subject_list li a {
	display: block;
	text-decoration: none;
}
.subject_list_img {
	margin-bottom: 10px;
	border: 1px solid #392827;
}
.subject_list_t1 {
	font-size: 14px;
}


/* ホワイトニング */
.content6 {
	padding: 50px 0 70px;
}
.whitening1_1 {
	margin-bottom: 50px;
}
.whitening_img1 {
	margin-bottom: 20px;
}
.box1 {
	padding: 15px 20px 20px;
	background: #eee;
}
.box1_t1 {
	margin-bottom: 15px;
	text-align: center;
	font-size: 15px;
}
.col4 {
	width: 100%;
}
.box1_list li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 16px;
	line-height: 1.8;
}
.box1_list li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "●";
}
.whitening1_2 {
	margin-bottom: 50px;
}
.col5 {
	margin-bottom: 30px;
}
.col5_1 {
	margin-bottom: 20px;
}
.h3_2 {
	margin-bottom: 20px;
	font-size: 18px;
}
.col6 {
	margin-bottom: 30px;
}
.col6_1 {
	margin-bottom: 20px;
}
.whitening1_3 {
	margin-bottom: 40px;
}
.whitening_table1 {
	width: 100%;
	font-size: 12px;
}
.whitening_table1 th {
	width: 70%;
	padding: 10px;
	text-align: center;
	background: #eee;
	border: 1px solid #392827;
}
.whitening_table1 td {
	padding: 10px;
	text-align: center;
	border: 1px solid #392827;
}
.col7 {
	margin-bottom: 20px;
}
.col7_1 {
	margin-bottom: 20px;
}
.whitening_img3 {
	position: relative;
}
.whitening_img3_txt {
	position: absolute;
	bottom: 10px;
	left: 18px;
	font-size: 15px;
	color: #fff;
	padding: 3px;
        background: #0000008a;
}
.whitening_table2 {
	width: 100%;
	font-size: 12px;
}
.whitening_table2 th {
	width: 7em;
	padding: 10px 0;
	border-bottom: 1px solid #392827;
	vertical-align: top;
}
.whitening_table2 td {
	padding: 10px 0;
	border-bottom: 1px solid #392827;
}


/* トピックス */
.title2 {
	width: 100%;
	padding: 30px 0;
	border-top: 1px solid #392827;
	border-bottom: 1px solid #392827;
}
.sub_navi2 {
	width: 100%;
	padding: 20px 0 10px;
	border-bottom: 1px solid #392827;
}

.content7 {
	padding: 20px 0 70px;
}
.topics_list1 {
	margin-bottom: 40px;
}
.topics_list1 li {
	padding: 30px 0;
	border-bottom: 1px solid #392827;
}
.topics_list1 li a {
	text-decoration: none;
}
.topics_list1_img {
	margin-bottom: 15px;
}
.topics_list1_head {
	margin-bottom: 15px;
}
.topics_list1_cat {
	display: inline-block;
	width: 80px;
	height: 30px;
	margin-right: 20px;
	padding-top: 9px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	background: #392827;
}
.topics_list1_date {
	display: inline-block;
	font-size: 12px;
}
.topics_list1_tit {
	margin-bottom: 20px;
	font-size: 16px;
}


/* トピックス記事 */
.content8 {
	padding: 50px 0 70px;
}
.post_header {
	margin-bottom: 30px;
	line-height: 1.4;
}
.post_header_cat {
	display: inline-block;
	width: 80px;
	height: 30px;
	margin-right: 20px;
	padding-top: 8px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	background: #392827;
}
.post_header_date {
	display: inline-block;
	font-size: 12px;
}
.post_header_tit {
	margin: 20px 0 25px;
	font-size: 16px;
}
.entry-body {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #392827;
}
.entry-body p {
	margin-bottom: 10px;
}
.entry-body img {
	margin-bottom: 30px;
}
.entry-body img {
	max-width: 100%;
	height: auto;
}
.btn_back a {
	display: block;
	width: 180px;
	height: 40px;
	margin: 0 auto;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	color: #fff;
	background: #392827;
	border: 1px solid #392827;
}


/* お問い合わせ */
.content9 {
	padding: 50px 0 0;
}
.main3 {
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
#contact1 .main3 {
	padding-bottom: 150px;
}
.box2 {
	position: absolute;
	bottom: -100px;
	left: 0;
	width: 100%;
	padding: 15px;
	color: #fff;
	background: #3D2E09;
}
.box2 a {
	color: #fff;
}
.box2_t1 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 15px;
	border-bottom: 1px dotted #fff; 
}
.box2_col1, .box2_col2 {
	text-align: center;
}
.box2_t2 {
	display: inline-block;
	width: 60px;
	height: 26px;
	margin-right: 10px;
	padding-top: 2px;
	font-size: 13px;
	color: #3D2E09;
	background: #D8D5CE;
	border-radius: 13px;
	vertical-align: 3px;
}
.box2_t3 {
	display: inline;
	font-size: 20px;
}
.box2_t4 {
	text-align: center;
	font-size: 11px;
}

.content10 {
	padding: 150px 0 50px;
	background: #F7F5F0;
}
.h2_5 {
	margin-bottom: 30px;
	text-align: center;
}
.h2_5_t {
	margin-bottom: 5px;
	font-size: 13px;
}
.h2_5 h2 {
	font-size: 18px;
}
.form_table1 {
	width: 100%;
	margin-bottom: 20px;
	font-size: 12px;
}
.form_table1 th {
	display: inline-block;
}
.form_table1 td {
	display: block;
}
.form_table1 .td1 {
	display: inline-block;
	margin: 0 10px 5px 0;
}
.form_table1 .td2 {
	display: none;
}
.req {
	display: inline-block;
	width: 40px;
	height: 22px;
	padding-top: 1px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	background: #DD6580;
	border-radius: 2px;
}
.input1 {
	width: 100%;
	margin-bottom: 15px;
}
.input2 {
	width: 100%;
	margin-bottom: 15px;
}
.btn_form1 {
	text-align: center;
}
.btn_submit1 {
	width: 98px;
	height: 40px;
	margin: 0 5px;
	border: 1px solid #959595;
	border-radius: 4px;
	background: linear-gradient(to bottom,  #fff 0%,#dfdfdf 100%);
}

.content11 {
	padding: 40px 0;
}
.h3_3 {
	line-height: 1.8;
	font-size: 100%;
}

.content12 {
	padding: 40px 0 50px;
	background: #F7F5F0;
}
.btn5 a {
	display: block;
	width: 100%;
	min-height: 60px;
	margin: 0 auto;
	padding: 16px 0;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	background: #3D2E09;
	border: 1px solid #3D2E09;
	border-radius: 10px;
}
.h2_6 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 18px;
}










/* wordpress */
.wp-pagenavi {
	width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.pagenation .wp-pagenavi a.page {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 3px;
  padding-top: 3px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #1B1B1B;
  border: 1px solid #E6E6E6;
	border-radius: 4px;
}
.pagenation .wp-pagenavi a.page {
  display: inline-block;
  margin-bottom: 10px;
}
.pagenation .wp-pagenavi span.current {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 3px;
  padding-top: 3px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	background: #313131;
  border: 1px solid #313131;
	border-radius: 4px;
}
.pagenation .wp-pagenavi a.previouspostslink, .pagenation .wp-pagenavi a.nextpostslink {
  display: inline-block;
  width: 30px;
	height: 30px;
	margin: 0 3px;
  padding-top: 3px;
  text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #1B1B1B;
}
.pagenation .wp-pagenavi span.pages {
	display: none;
}


/* 汎用スタイル---------------- */
.clearfix:after {
	content: ""; 
	display: block; 
	height: 0; 
	font-size: 0;	
	clear: both; 
	visibility: hidden;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.center_sp {
    text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.img100 img {
	width: 100%;
	height: auto;
}
.img_res img {
  max-width: 100%;
  height: auto;
}
.bold {
	font-weight: 600;
}
