@charset "UTF-8";
/* CSS Document */


@media only screen and (max-width : 768px) {

/*-------------------------------------------------------------------------------------
スマホ用レイアウト（768px以下スクリーン）
----------------------------------------------------------------------------------------*/

/*--------------------------------------------------
共通設定(スマホ)
-----------------------------------------------------*/
	
/*body全体の初期スタイル調整*/
body {
	width: 100%;
  -webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

/*--------------------------------------------------
見出しタグ設定（スマホ）
-----------------------------------------------------*/
/*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/

h1 {
	font-size: 1.6em;
  position: relative;
  padding: 0.5em;
  text-align: center;
	color: #42210b;
	margin-bottom: 0.35em;
	line-height: 1.1;
	
}
	
	p.font1{
	line-height: 0.2;
	color:#F3651A;
	  font-family:  "Hiragino Maru Gothic ProN", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: 600;		
}
	
	
		
	p.font1_sp{
		text-align: center;
	color:#F3651A;
	  font-family:  "Hiragino Maru Gothic ProN", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: 600;		

border-bottom: 5px dotted #ffd281;

}
	
	
	
	
h1:before {
 position: absolute;
  bottom: 2px;
  left: calc(50% - 30px);
  width: 85px;
  height: 6px;
  content: '';
  background-color: #ea9846;
  border-radius: 2px;
}



h2{
  font-family:  "Hiragino Maru Gothic ProN", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: 600;
}
h2 .p{
line-height: 0.3;
}

	
h3 {
text-align: left;	
 padding: 0.5em;/*文字まわり（上下左右）の余白*/
margin: 0 0em;
margin-bottom: 1em;
	
}
h4 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.2em;
  border: 1px solid #ccc;
  font-weight: bold;
}
h5 {
  margin: 0.5em 0em;
  padding: 0.1em;
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}
/*--------------------------------------------------
全体レイアウト／背景設定（スマホ）
-----------------------------------------------------*/
/*全体エリア（全体背景を設定するにはここ）*/
.main {
  background-color: #fffcf8;
}
/*記事(ボディ)エリア*/
.article {
  background-color: #fff;
  border-left: none;
  border-right: none;
  font-size: 1.6em; /*=16px*/
}
/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.6;
}

.article{
	width: 100%;
}

/*カラム全体の幅を変更する*/
.top_image_in,.section_inr {
  width: 100%;
  margin: 0 auto; /*真ん中に要素を置きたいときに使う*/
}
/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
/*上部固定ヘッダー全体*/
.header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 5000;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  overflow: auto;
}
/*ヘッダー内部をカラム幅にする*/
.header_inr {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
/*ヘッダーのロゴ*/
.header_logo {
  width: 70%;
  float: left;
  margin: 0.3em;
}
/*ヘッダーの問い合わせボタン*/
.header_mail {
display: none;
}
/*ヘッダーの電話ボタン*/
.header_tel {
display: none;	
	
/*
  width: 35%;
  float: right;
  margin: 0.7em 0.5em 0em;
*/
}

/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.top_image {
  background-image: none;
}
.top_image_in img {
  width: 100%;
}
/*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/
.seciton_01 {
  padding: 0em 0.5em;
}
.section_02 {
  background-color: #FFFEF0;
  padding: 0.5em 0.5em;
}
	
	
	
	
/*--------------------------------------------------
訪問歯科とは/対応可能な〜
-----------------------------------------------------*/


	.homon{
	padding: 0 0.4em;

	}
	
	
	/*--------------------------------------------------
対応可能な治療~ご相談
-----------------------------------------------------*/
.icon_box{
text-align: center;	
width: 100%;
display: flex;
flex-wrap: wrap;
padding: 0em 0em;	
justify-content: space-around;

}
	
.flex_item{
width: 40%;	
	
	}	
	
	
	.flex_item img{
width: 100%;	
margin-bottom: 0.2em;		
	}	
	

	
	
	
	
	
	
	
/*--------------------------------------------------
訪問歯科とは
-----------------------------------------------------*/
.check_box{
	border: 0px solid #f8bb53;
	padding: 0em 0em 0em;
	background-color: #fff;
	margin-bottom: 1.2em;	
	margin-top: 0.3em
	
}
	
.check_box img{
width: 100%;

}
	
	
	
	
	/*--------------------------------------------------
CTAエリア
-----------------------------------------------------*/
.area_cta {
  background-color: #000000;
  padding: 0em 0em;
  text-align: center;
}


.area_cta_inr {
  background-color: #fff;
  padding: 1em 2em;
  overflow: auto;
}
.btn_left {
  float: left;
  width: 50%;
}
.btn_right {
  float: right;
  width: 50%;
}



.section_act {
  background-color: #ffb800;
/* background-color: #e5e5e5;*/
  padding: 1em 1em;
margin: 0em 0;	
}


.act_area{
	background-color: #fff;
	padding: 0.9em 0.5em;
}

.btn_flex{
display: block;
padding: 0 0.2em;
}

.menu1{
width: 100%;
}

.menu2{
width: 100%;	
		
	
}



/*--------------------------------------------------
流れ〜費用
-----------------------------------------------------*/
.nagare{
padding: 0.3em 0.4em;	
margin-bottom: 0.6em;	
}
	
	
.caution2{
color: black;	
font-size:0.8em; 	
text-align: center;
}

.caution3{
color: black;	
font-size:1em; 
padding: 0 0.5em 0	
}


.hiyou_bg{
padding: 0.8em 0.7em;
background-image: url(../images/bg3.jpg);/* 全体の背景画像 */
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
	background-size:cover;
}


.title_hiyou {
font-size:1.7em;
  position: relative;
  padding: 0.7em;
  text-align: center;
	color: #42210b;
font-weight: 600;
}

.hiyou{
padding: 0em 0em 1em;
margin-bottom: 1em;
	
}


.title_hiyou:before {
 position: absolute;
  bottom: 15px;
  left: calc(50% - 30px);
  width: 85px;
  height: 6px;
  content: '';
  background-color: #ea9846;
  border-radius: 2px;
}


	
	.taiou{
color: #42210b;
margin: auto;
width: 100%;
font-size: 1em;	
text-align: center;
  padding: 0.3em 0.2em;
  background: #fff;
  border-radius: 5px ;
/*margin: 0 9em;*/
	
}
	
	
	.text_table{	
color: #484848;		
padding: 1em 0.9em;
margin: 0 0.5em;

}
	
	

	
/*--------------------------------------------------
フレイル
-----------------------------------------------------*/
	
	/*float*/
.box_1{
width: 100%;	
display: block;
margin: 1.2em 0;	
align-items: center;
	
}



.float_left{
width: 100%;

}

.float_right{
width: 100%;
margin-right: 0em;	

}



.image_r{
margin: auto;
width: 70%;	
	
}

.image_left{
width: 80%;	
margin: auto;	
}



.info_title{
	font-size: 1.4em;
	text-align: center;

border-bottom: 1px dotted #ccc;
 padding-bottom: 0.3em;
margin-bottom: 0.3em;	
	
    line-height: 1.2;
    color: #484848;
    font-weight: bold;
	
}


.float_text{
font-size: 0.9em;
 padding: 0.5em 0.7em;
color: #484848;
text-align: justify;	
	
}


.midashi{
	font-size: 1em;
 padding: 0 0 0  0.6em;
 border-left: 8px solid #f9bb00;
margin: 1.7em 0 1.1em 0;
}




.info_title2{
	font-size: 1.4em;
	text-align: center;

border-bottom: 5px dotted #f9bb00;
 padding-bottom: 0.3em;
margin-bottom: 0.3em;	
	
    line-height: 1.2;
    color: #484848;
    font-weight: bold;
	
	margin: 0em 0.7em;
		

}

	
	
	
	
	
	
	
	
	
	
	
/*--------------------------------------------------
チェックリスト設定
-----------------------------------------------------*/
ul.checklist {
  border: 1px solid #ccc;
  list-style: none;
  padding: 1em;
}
ul.checklist li {
  background-image: url("../images/icon-check03-red.png");
  background-repeat: no-repeat;
  background-size: 7%;
  padding-left: 2em;
  margin-bottom: 0.8em;
}
ul.checklist li:last-child {
  margin-bottom: 0em;
}
/*--------------------------------------------------
テーブル設定
-----------------------------------------------------*/
table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 1em 0em;
}
th, td {
  padding: 0.5em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
th {
  background-color: #f0f0f0;
  font-weight: bold;
  text-align: center;
}
td {
  background-color: #fff;
  text-align: left;
}
/*スマホでは行が列になるテーブルタグ*/

.table_style_01 tr,
.table_style_01 th,
.table_style_01 td{
 display: block;
}	
	
.table_style_01 th,
.table_style_01 td{
 width: 100%;
}		
	
	
	
	

table .table_style_01 {
font-size: 0.8em;
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 1em 0em;
}
th, td {
  padding: 0.5em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
th {
  background-color: #fde499;
  font-weight: bold;
  text-align: center;
}
td {
  background-color: #fff;
  text-align: center;
}
	
	
	
/*スマホでは行が列になるテーブルタグ*/
table .table_style_01 {
  text-align: left;
  vertical-align: middle;
 width: 780px;
 margin: auto;
}

	
	
	
	
	
	
/*--------------------------------------------------
フォーム設定
-----------------------------------------------------*/
.mailform {
  background-color: #fff;
  margin-bottom: 1em
  padding: 1em 0em 1.5em;
	
}
.input {
  padding: 0 1em;
}
.input_style {
  background-color: #FFFBF0;
  width: 100%;
  height: 60px;
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 1.2em;
}
input[type="image"] {
  width: 100%;
}
.caution {
  text-align: center;
  font-size: 0.7em;
  color: #42210b;
}
/*--------------------------------------------------
よくある質問
-----------------------------------------------------*/
.box_qa {
  background-color: #efefef;
  padding: 1em;
}
.box_qa_q {
  background-color: #fff;
  padding: 1em 1em 1em 1em;
  border-bottom: 1px solid #ccc;
  font-size: 1.2em;
  font-weight: bold;
  color: #D10003;
}
.box_qa_a {
  background-color: #fff;
  padding: 1em 1em 1em 1em;
}
.box_qa_q p, .box_qa_a p {
  text-indent: 0em;
}
	
	
/*--------------------------------------------------
CTAエリア
-----------------------------------------------------*/
.area_cta {
  background-color: #FFFEF0;
  padding: 1em 1em;
}
.area_cta_inr {
  background-color: #fff;
  padding: 1em 1em;
  overflow: auto;
}
.area_cta_inr_left {
  float: none;
  width: 100%;
}
.area_cta_inr_right {
  float: none;
  width:100%;
	margin-top: 1em;
}
	
	
	
	
	
/*--------------------------------------------------
Q_A
-----------------------------------------------------*/
	
	
	.seciton_03 {
  padding: 1em 0em;
	background-image: url(../images/bg2.png);/* 全体の背景画像 */
	background-repeat: repeat;            /* 背景を繰り返 */
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
	background-size:auto;	
}
	
	
	.section_inr2{
	width: 100%;	
		
	}
	
	
	
	.box_text_q_a{
	width: 94%;	
	font-size: 1.25em;
	margin-bottom: 0em;	
	 margin-left: auto;
    margin-right: auto;	
		
}
	
	

.accordion {
  width: 100%;
}

/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}

/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 10px 60px 10px 10px;
  cursor: pointer;
  position: relative;
	
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
	
}

/* アイコンのー */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
	
}

/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;	
	
  /* 表示速度の設定 */
  cursor: pointer;
	margin-bottom: 0.5em;
	
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}
/* ↑ここまで共通 */


/* Q&A追加 */
.accordion_qa .Q,
.accordion_qa .A {
  position: relative;
}

	
	/* Q&A位置　マイナスが大きいほど、上へ、左へ  ただし上下に動くのはQのみ*/
.accordion_qa .Q::before,
.accordion_qa .A::before {
  font-size: 1.2em;
  display: block;
  position: absolute;
  top: -.3em;
  left: -1.3em;
}

.accordion_qa .Q::before {
  content: 'Q.';
}

.accordion_qa .A::before {
  content: 'A.';
	
}
	
	
/*Qの位置 高いほど右に*/
.accordion_qa .accordion-open {
  padding-left: 2.4em;

	}

.accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px 10px 10px 2.3em;
}
/* Q&A追加ここまで */

/* Q&A追加ここまで */
	
	
	
	
	
.map_box{
width: 100%;	
text-align: center;	
margin: auto;	
margin-top: 1em;	
	
}
	
	
	
.text_table2{	
color: #484848;		
padding: 1.5em 1em;
margin: 0 1em;
/* border */
border: 1px solid #ffba27;

/* border-radius */
border-radius: 8px;

/* box-shadow */
box-shadow: 0px 0px 20px -5px rgba(240,191,130,0.6) inset;
}
	
	
	
.fix_menu_smartphone {
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10000;
    box-shadow: 0px 0px 3px #594a42;
  }
	
	  .menu_left {
    background-color: #F88E00;
    width: 50%;
     padding: 0.6em;
	opacity: 0.85;    
  }
	
	  .menu_right {
    background-color: #1eaa39;
    width: 50%;
   padding: 0.6em;
	opacity: 0.85;
	 border-left: 1px solid #321908;
  }
	
	
	
/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  padding: 2em 0em;
  text-align: center;
  font-size: 1.2em;
  color: #fff;
}
.footer a {
  color: #fff;
}
	
	


}






