@charset "utf-8";

/*** common ***/
html{
	font-family: "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 500;
}
body {
	font-size: 15px;
	color: #111111;
	background: #ffffff;
}
*, *::after, *::before {
	box-sizing: border-box;
}
ul li {
  padding-left: 1em;
  text-indent: -1em;
  list-style-position: inside;
	list-style: none;
}

/*** wrap ***/
.wrap_1 {
	width: 100%;
	padding: 0 2%;
}
.wrap_2 {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 36px;
}

/*** title ***/
h2 {
	font-size: 36px;
	font-weight: 500;
	line-height: 45px;
}
.h2_pc {
	margin: 3%;
}

/*** h2の括弧 ***/
.parenthesis_fff, .parenthesis_111 {
  position: relative;
	display: table;
  padding: 9px 36px;
	margin: 0 auto;
	margin-top: 12px;
	margin-bottom: 12px;
}
.parenthesis_fff::before, .parenthesis_fff::after,
.parenthesis_111::before, .parenthesis_111::after {
  position: absolute;
  content: '';
  width: 18px;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* 黒の場合 */
.parenthesis_111::before {
  top: 0;
  left: 0;
  border-top: 1px solid #111111;
  border-left: 1px solid #111111;
}
.parenthesis_111::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #111111;
  border-right: 1px solid #111111;
}
/* 白の場合 */
.parenthesis_fff::before {
  top: 0;
  left: 0;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.parenthesis_fff::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

/*** a, link ***/
a {
	color: #111111;
	text-decoration: none;
	transition: 0.3s linear;
}
a:hover {
	opacity: 0.3;
}
.a_1 {
	color: #ffffff;
	text-decoration: none;
	transition: 0.3s linear;
}
.a_1:hover {
	opacity: 0.5;
}

/*** button ***/
.button_1 {
	text-align: center;
	margin-top: 27px;
}
.button_1 a {
	border: 1px solid #111111;
	padding: 6px 36px;
}
.button_1 a:hover {
	opacity: 1;
	background: #111111;
	color: #ffffff;
	transition: 0.3s linear;	
}



/*** margin, padding ***/
.mb40 {
	margin-bottom: 40px;
}
.pt20 {
	padding-top: 20px;
}


/*** p, text, text box ***/
p {
	font-size: 15px;
	font-weight: normal;
	line-height: 36px;
}
.text_box_1 {
	display: inline-block;
	margin: 3% 0 12%;
	padding: 3%;
	background: rgba(255, 255, 255, 0.7);
}
.text_box_2 {
	display: inline-block;
	margin: 3% 0 12%;
	padding: 3%;
	background: rgba(102, 102, 102, 0.4);
}
.text_box_1 p, .text_box_2 p {
	margin-top: 27px;
}


/*** dl dt dd ***/
.common_dl_1 {
	width: 100%;
	margin: 0 auto;
}
.common_dl_1 dt {
	background: #ededed;
	border-left: 6px solid #111111;
	padding: 6px 18px;
	display: inline-block;
	width: 24%;
	vertical-align: top;
	line-height: 21px;
}
.common_dl_1 dd {
	border: 1px solid #111111;
	border-radius: 2px;
	padding: 9px 12px;
	margin: 0 9px 18px 9px;
	display: inline-block;
	width: 72%;
	vertical-align: top;
}

.common_dl_2 {
	width: 100%;
	margin: 0 auto;
}
.common_dl_2 dt {
	background: #ededed;
	border-left: 6px solid #111111;
	padding: 9px 18px;
}
.common_dl_2 dd {
	padding: 12px 12px 36px;
	line-height: 21px;
}

/*** others ***/
.fs27 {
	font-size: 27px;
}
.font_mincho {
	font-family: "Sawarabi Mincho", serif !important;
}
.fcolor_fff {
	color: #ffffff !important;
}
.fcolor_111 {
	color: #111111;
}
.dis_inblock {
	display: inline-block;
}
.vertical_top {
	vertical-align: top;
}
.float_left {
	float: left;
}
.t_align_center {
	text-align: center;
}
.t_align_left {
	text-align: left;
}
.f_weight_500 {
	font-weight: 500;
}

/*** gnavi area ***/

#gnavi_pc {
	width: 100%;
	height: 57px;
	background: #111111;
}
#gnavi_pc img {
	margin-top: 15px;
}
#gnavi_pc ul{
	margin-right: 41px;
	line-height: 57px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
}
#gnavi_pc ul li {
	display: inline-block;
	margin: 0 3%;
}
#gnavi_page {
	border-top: 5px solid #ffffff;
}
.gnavi_area_fixed {
	position: fixed;
	top: 0;
	z-index: 100;}



/*** parallax area ***/
.parallax-window {
	min-height: 800px;
	background: transparent;
}



/*** top button ***/
#top_buttom {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 100;
}
#top_buttom a {
	font-size: 27px;
	color: #ffffff;
	background: #111111;
	display: block;
	padding: 12px 36px;
}


/*** remodal ***/
.remodal {
	max-width: 100% !important;
	max-height: auto !important;
	background: rgba(17, 17, 17, 0.7) !important;
	color: #ffffff !important;
	text-align: center;
	padding: 6% 0 9% 0 !important;
}
.remodal-cancel {
	position: absolute !important;
	top: 2% !important;
	left: 0 !important;
	background: none !important;
	font-size: 18px !important;
}
.remodal-cancel:hover {
	background: none !important;
}
#modal_main_menu {
	font-size: 27px;
	line-height: 54px;
	margin-bottom: 36px;
}
#modal_tel_blog {
	font-size: 21px;
	line-height: 36px;
	margin-bottom: 36px;
}
#modal_tel_blog .modal_blog {
	font-size: 12px;
	margin-left: 9px;
}
#modal_sub_menu {
	font-size: 15px;
	line-height: 24px;
}


/*** footer ***/
#footer {
	background: #020202;
}
#footer_area {
	background: url(../img/common/foot_bg.jpg) no-repeat;
	background-size: auto 100%;
	background-position: left top;
	text-align: center;
	color: #ffffff;
	padding: 27px 0 81px;
	line-height: 24px;
}
img#footer_logo {
	margin-bottom: 27px;
	filter: drop-shadow(2px 2px 6px #111111);
}
#footer_tel_mail {
	font-size: 24px;
	margin-bottom: 27px;
	text-shadow: 2px 2px 6px #111111;
}
#footer_tel_mail span {
	margin: 0 24px;
}
#footer_mail_i {
	font-size: 21px;
	margin-right: 9px;
}
#footer_blog {
	position: absolute;
	right: 27px;
	margin-top: 54px;
}
#footer_menu {
	font-size: 12px;
	margin-bottom: 24px;
	text-shadow: 2px 2px 6px #111111;
}
#footer_menu span {
	margin: 0 9px;
}
#footer_copy {
	font-size: 11px;
	text-shadow: 2px 2px 6px #111111;
}







/*** media queries ***/
@media screen and (min-width: 751px) {
	
/*** global navigation_pc ***/
#gnavi_sp {
	display: none;
}




}
@media screen and (max-width: 1000px) {
/*** dl ***/
.common_dl_1 dt {
	background: #dddddd;
	padding: 6px 18px;
	display: block;
	width: 100%;
	line-height: 21px;
}
.common_dl_1 dd {
	border: 1px solid #111111;
	border-radius: 2px;
	padding: 9px 12px;
	margin: 6px 0 18px;
	display: block;
	width: 100%;
}
	
	
#footer_area {
	background-position: -240px top;
}






}

@media screen and (max-width: 750px) {
.button_1 a {
	display: block;
}
.concept_button a {
	margin: 36px 0 36px;
}
/*** global navigation_sp ***/
#gnavi_pc {
	display: none;
}
#gnavi_sp {
	position: fixed;
	z-index: 1;
	top: 0;
	width: 100%;
	height: 57px;
	background: #111111;
	text-align: center;
}
#gnavi_sp img {
	margin-top: 15px;
}
#gnavi_sp_tel_a {
	width: 150px;
	height: 57px;
	border-top: 3px solid #ffffff;
	float: right;
	color: #ffffff;
}
#gnavi_sp_tel_a:hover {
	opacity: 1;
	background: #555555;
}
#gnavi_sp_tel_i {
	margin-right: 9px;
}
#gnavi_sp_tel {
	font-size: 24px;
	margin: 6px 0;
}
#gnavi_sp_tel_open {
	font-size: 12px;
}


#footer_area {
	background: none;
}
img#footer_logo {
	width: 300px;
}
#footer_blog {
	position: static;
	display: inline-block;
	right: 0;
	margin-top: 0;
	margin-bottom: 18px;
}






}

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

/*** wrap ***/
.wrap_2 {
	width: 100%;
	padding: 18px;
}

h2 {
	font-size: 27px;
}

p {
	font-size: 13px;
	line-height: 21px;
}

.text_box_1 p, .text_box_2 p {
	margin-top: 9px;
}


.parenthesis_fff, .parenthesis_111 {
	padding: 1% 6%;
}

	

#footer_tel_mail {
	line-height: 36px;
}
#footer_tel_mail span {
	display: block;
}
img#footer_logo {
	width: 210px;
}












}



