@charset "utf-8";
main{
	width: 100%;
	margin: 0;
	padding: 0;
}

header{
	width: 100%;
	height: 100px;
	padding-top: 23px;
	position: fixed;
	z-index: 101;
	top: 0px;
}
.br_pc{
	display: none;
}
.hd_wrap{
    height: 110px;
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 11;
	width: 100%;
	background: linear-gradient(to right, #ffffff,#c4e6de,#169b7e,#169b7e,#004995);
}
.hd_logo{
    width: 420px;
	padding: 10px 0 0 15px;
}
.pcmenu{
	display: none;
	}
.drawer-menu a{
	color: #000000;
}
.teltop{
	color: #ffffff;
}
/*#page-top {
	margin: -1000px;
}*/
#page-top {
	position:fixed;
	margin-top: -23px;
	z-index: 1;
}
/*-------------------------------
  　　　　　 フッター
---------------------------------*/

footer{
    width: 100%;
    height: auto;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.5em;
}
.ft_01{
    width: 100%;
    margin: 0 auto;
    padding-top: 12px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 12px;	
}
.ft_02{
    width: 100%;
    height: 67px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: linear-gradient(to right, #ffffff,#c4e6de,#169b7e,#169b7e,#004995);
	letter-spacing: .1em;
}

/*------------------------------------------
   　全ページ共通設定
--------------------------------------------*/
main{
	padding-top:0px;
	width: 640px;
}
#contact_layer{
	position: fixed;
	bottom:0px;
	right: 0px;
	width: 100%;
	height: auto;
	z-index: 110;
	
}
.contact_btn{
	width: 260px;
	height: 60px;
	background: linear-gradient(to bottom, #e66d74, #e13855);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	float: right;
	cursor: pointer;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.contact_btn img{
	width: 34px;
	margin-right: 7px;
}
.contact_chat{
	width: 100%;
	height: auto;
	float: right;
	background-color: #ffffff;
	padding: 15px 0;
	height: 480px;
	overflow-y: scroll;
}
.contact_chat table {
    padding: 0px 15px 0 15px;
}
.contact_chat table td {
    padding: 5px;
}
.firsttd{
	width: 58px;
}
.arrow_box{
    position:relative;
    width:95%;
    height:auto;
    background:#E66C74;
    padding:10px 18px;
    text-align:left;
    color:#FFFFFF;
    border-radius:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
	float: right;
}
.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(230, 108, 116, 0);
    border-top-width:7px;
    border-bottom-width:7px;
    border-left-width:26px;
    border-right-width:26px;
    margin-top: -7px;
    border-right-color:#E66C74;
    right:100%;
    top:40%;
	}
.ch_box{
    width:95%;
    height:auto;
    background:#bccfe3;
    padding:10px 18px;
    text-align:left;
    border-radius:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
	float: right;
}
.cont_komoku{
	width: 100%;
	padding: 10px 5px 5px 8px;
}
.cont_tx{
	width: 100%;
	background-color: #ffffff;
	border-radius: 6px;
	padding: 5px 10px;
}
.cont_box{
    width:95%;
    height:auto;
    background:#bccfe3;
    padding:10px 18px;
    text-align:left;
    border-radius:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
	float: right;
}
.cont_box input{
	width: 100%;
	border: none;
	font-size: 2.4rem;
	}
.cont_box input:focus{
		outline: 1px solid #cccccc;
	}
.text_red{
	color: #d70c18;
}
.text_bold{
	font-weight: bold;
}
.conf_btn{
	width: 160px;
	margin: 30px auto;
	text-align: center;
	padding: 12px 0;
	background: linear-gradient(to bottom, #e66d74, #e13855);
	color: #ffffff;
  cursor: pointer;
}
.conf_btn.disabled{
  background: linear-gradient(to bottom, #eeeeee, #cccccc);
  color: #666666;
  cursor: default;
}
.youmin{
	font-family: 'Yu Mincho Medium','YuMincho','Yu Mincho','游明朝体','ＭＳ 明朝', 'MS Mincho','ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif;
	font-weight: 400;
}
.yougo{
	font-family:"游ゴシック Medium" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: 400;
}
.arial{
	font-family: 'Arial','Arial','Arial',sans-serif;
}
/*ページトップへ戻る*/
#to_top{
  width: 55px;
  height: 55px;
  position: fixed;
  right: 10px;
  bottom: 70px;
	background-color: #065e8f; 
	border-radius: 5px;
  opacity: 1;
	line-height: 35px;
}
#to_top a{
  position: relative;
  display: block;
  width: 55px;
  height: 55px;
  text-decoration: none;
}
#to_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #ffffff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -33px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#to_top a::after{
  content: 'TOP';
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 23px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
	letter-spacing: .1em;
}
/*ドロワーメニュー中身sp*/
.drawer-nav_head{
	width: 100%;
	padding: 18px 0 30px 1px;
	display: flex;
	justify-content: space-between;
}
.drawer-nav_pcmenu{
	display: none;
}
.dmenu_wrap{
	width: 100%;
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}
.dmenu_box_wrap{
	display: flex;
	justify-content: space-between;
}
.dmenu_box_wrap6{
	display: flex;
	justify-content: center;
}	
.dmenu_box{
    width: 24%;
    max-width: 238px;
    border: solid 2px #ffffff;
    color: #ffffff;
    text-align: center;
    padding: 0px 5px;
    background-image: url(../images/common/png_04.png);
    background-repeat: no-repeat;
    background-position: right bottom;
	}	
.dmenu_box a{	
	color: #ffffff;
	display: block;
	padding: 20px 0;	
}
.teltx a{
	color: #FFFFFF;
	}
.pcmenu_0 a{
	color: #FFFFFF;
	}
.dmenu_box_wrap2{
	width: 100%;
	padding-top: 20px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.dmenu_box_wrap4{
	width: 100%;
	padding-top: 40px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	border-top: 1px solid #ffffff;
	margin-top: 40px;
}	
.dmenu_box2{
    width: 50%;
    color: #ffffff;
    padding: 0px 20px 20px;
	font-size: 2.0rem;
	line-height: 1.4em;
	}
.m_title_04{
	width: 100%;
	height: 50px;
	background-image: url(../images/common/logo_4.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 40px;
	float: none;
	clear: both;
	background-position: center 0%;
}
.dmenu_box4{
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: both;
}
.dmenu_box2 a{
    color: #ffffff;
	}
.m_title {
	position: relative;
	margin-bottom: 1em;
	color: #ffffff;
	margin: 50px 0 0;
}
.m_title:before {
	content: '';
	position: absolute;
	bottom: 19px;
	display: inline-block;
	width: 70%;
	height: 1px;
	right: 0%;
	transform: translateX(0%);
	background-color: #ffffff;
	border-radius: 2px;
}
.m_title_02:before {
	width: 60%;
}

.m_title_03:before {
	width: 48%;
}
.m_text_big{
	font-size: 4.5rem;
	font-weight: bold;
}
#point_01, #point_02, #point_03, #point_04, #point_05, #point_06, #point_07{
		margin-top: -110px;
		padding-top: 110px;
}
.search_btn{
		width: auto;
		padding-left: 10px;
		border-left: 1px solid #cccccc;
	}
	button {
	border: none;  /* 枠線を消す */
    outline: none; /* クリックしたときに表示される枠線を消す */
    background: transparent; /* 背景の灰色を消す */
	cursor: pointer;
		border-left: 1px solid #cccccc;
		font-size: 1.1em;}
@media (min-width:641px){
/*------------------------------------------
   　PC　ヘッダー
--------------------------------------------*/
.hd_wrap{
    height: 80px;
	display: flex;
	align-items: center;
}
header{
    width: 100%;
    height: 80px;
    padding: 0;
}
	.br_pc{
	display: inherit;
}
.hd_logo{
    width: 395px;
	padding: 10px 0 0 25px;
}
	.hd_logo img{
	width: auto;		
	}
.teltop{
	color: #ffffff;
}
/*-------------------------------
   　メニュー
---------------------------------*/
/*ヘッダー固定*/
#page-top {
	position:fixed;
	margin: 0px;
}
/*ドロワーメニュー中身pc*/
.drawer-nav_head{
	padding: 10px 0 30px 1px;
}
.drawer-nav_pcmenu{
	display: block;
	padding: 15px 120px 30px 0;
	position: relative;	
}
.drawer-nav_pcmenu_01{
	width: 20px;
	margin: 0 12px;
	float: left;
}
.drawer-nav_pcmenu_03{
    display: none;
	float: left;
}
.drawer-nav_pcmenu_04{
	width: 20px;
	margin: 0 12px;
	float: left;
	cursor: pointer;
}
.drawer-nav_pcmenu_04_sub{
	width: 340px;
	height: 30px;
	position: absolute;
	top:60px;
	right: 120px;
	background-color: #ffffff;
	border-radius: 20px;
	z-index: 1;
	display: flex;
	justify-content:space-around; 
	align-items: center;
}
.drawer-nav_pcmenu_04_sub form{
		width: 100%;
		margin-left: 10px;
	}
.drawer-nav_pcmenu_04_sub input{
		width: 75%;
		border: none;
	}
.drawer-nav_pcmenu_04_sub input:focus{
		outline: 1px solid #cccccc;
	}
.drawer-nav_search_btn{
		width: auto;
		padding-left: 10px;
		border-left: 1px solid #cccccc;
	}
.m_title:before {
	bottom: 13px;
	width: 88%;
}
.m_title_02:before {
	width: 85%;
}
.m_title_03:before {
	width: 80%;
}
.m_text_big{
	font-size: 2.5rem;
}
.dmenu_box_wrap2{
	width: 100%;
	padding-top: 20px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}	
.dmenu_box2{
    width: 20%;
    max-width: 200px;
    color: #ffffff;
    padding: 0px 15px 0 0;
	font-size: 1.4rem;
	}	
/*------------------------------------------
   　PC　フッター
--------------------------------------------*/	
footer{
    height: auto;
	}
.ft_01{
    padding-top: 15px;
    padding-bottom: 20px;	
}
.ft_02{
    height: 80px;
}
/*------------------------------------------
   　全ページ共通設定
--------------------------------------------*/
	body{
		
	}
	header{
		min-width: 1200px;
	}
	main{padding-top:57px;
		width:100%;
	}


#contact_layer{
	font-size: 1.8rem;
	width: 480px;
}
main{
		padding-top:0px;
	}
.cont_box input{
	width: 100%;
	border: none;
	font-size: 1.6rem;
	}
#point_01, #point_02, #point_03, #point_04, #point_05, #point_06, #point_07{
		margin-top: -80px;
		padding-top: 80px;
}
}




@media (min-width:900px){
.pcmenu{
	margin-left: 20px;
	width: auto;
	display: block;
	position: relative;
}
.pcmenu_01{
	width: 20px;
	margin: 0 12px;
	float: left;
}
.pcmenu_02{
	width: auto;
	color: #FFFFFF;
	margin: 0 12px;
	float: left;
}
.pcmenu_03{
    display: none;
	float: left;
}
.pcmenu_03 a{
	color: #FFFFFF;
	text-decoration: none;
	}
.pcmenu_04{
	width: 20px;
	margin: 0 12px;
	float: left;
	cursor: pointer;
}
.pcmenu_04_sub{
	width: 340px;
	height: 30px;
	position: absolute;
	top:40px;
	right: 10px;
	background-color: #ffffff;
	border-radius: 20px;
	z-index: 1;
	display: flex;
	justify-content:space-around; 
	align-items: center;
}
	.pcmenu_04_sub form{
		width: 100%;
		
	}
	.pcmenu_04_sub input{
		width: 70%;
		margin-left: 10px;
		border: none;
	}
	.pcmenu_04_sub input:focus{
		outline: 1px solid #cccccc;
	}
	.search_btn{
		width: auto;
		padding-left: 10px;
		border-left: 1px solid #cccccc;
	}
	button {
	border: none;  /* 枠線を消す */
    outline: none; /* クリックしたときに表示される枠線を消す */
    background: transparent; /* 背景の灰色を消す */
	cursor: pointer;	
	font-size: 1.1em;
}
/*ドロワーメニュー中身pc*/	
.drawer-nav_pcmenu_03{
	width: auto;
	margin-left: 10px;
    color: #FFFFFF;
    padding-left: 28px;
    border-left: solid 1px #ffffff;
    font-size: 2.7rem;
    font-style: normal;
	display: flex;
}
.teltx{
	font-size: 1.9rem;
	font-weight: normal;
	padding-right: 5px;
	}
	.teltx a{
	color: #FFFFFF;		
	}
.drawer-nav_pcmenu_04_sub{
	top:60px;
	right: 390px;
}
}

@media (min-width:1100px){
.pcmenu_03{
    width: auto;
	margin-left: 10px;
    color: #FFFFFF;
    padding-left: 28px;
    border-left: solid 1px #ffffff;
    font-size: 2.7rem;
    font-style: normal;
	display: flex;
}
	.teltx{
	font-size: 1.9rem;
	font-weight: normal;
	padding-right: 5px;
	}
	.pcmenu_04_sub{
	right: 280px;
}
	
}
@media (min-width:1201px){
	a[href^="tel:"] {
    pointer-events: none;
}
	}
@media (min-width:1380px){
.pcmenu{
	margin-left: 8vw;
}
}


/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 
	
 }
