/* CSS Document */
/* google font
---------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
@font-face {
  font-family: YuGothicM;
  src: local(Yu Gothic Medium), local(Yu Gothic);
  font-weight: 500;
}
body { background: #FFF url(none) !important; }
.contact {
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  font-size: 16px;
  font-family: "Roboto" , "Helvetica Neue" , Helvetica , Arial , Verdana , Avenir , "游ゴシック Medium", "YuGothic M", "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* Typography
---------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #3c3c3c;
	font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック Medium", "YuGothic M", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
	padding-bottom: 80px;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
a:visited {
  color: inherit;
  outline: none;
}
/*---------------------------------------------
	common
---------------------------------------------*/
.inner {
  width: 1280px;
  margin: 0 auto;
}

.innerFit {
  display: table;
  margin: 0 auto;
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}
/*---------------------------------------------
	footer
---------------------------------------------*/
footer {
  border-top: 2px solid #dadada;
}

footer .inner {
	width: 100%;
	padding: 40px 0 120px;
}

footer img {
  width: 436px;
  height: auto;
  margin-bottom: 30px;
}

footer .info {
  overflow: hidden;
  font-size: 14px;
}

footer .info .address {
  float: left;
}

footer .info .copyright {
  float: right;
  text-align: right;
}

footer .info .copyright p {
  margin-bottom: 10px;
}

footer .info .copyright a {
  text-decoration: none;
  color: #333;
}

footer .info .copyright a:hover {
  opacity: 0.7;
}


.contact {
	display:none;
}

/*---------------------------------------------
	form
---------------------------------------------*/


#form_area {
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 50px;
	/* [disabled]width: 762px; */
}
.form_ttl {
	text-align: center;
	width: 750px;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	font-size: 24px;
	color: #FFF;
	background-color: #666;
	padding: 10px;
	clear: both;
	overflow: hidden;
}
#form_area #shiryo-contact {
	/* [disabled]width: 592px; */
	margin-right: auto;
	margin-left: auto;
}
#submit {
	background:url('/minatomirai/form/images/btn_shiryo_confirm.gif');width:249px;height:51px;border:0px solid;cursor:pointer;

}
.img_thanks {
	height: 400px;
	width: 762px;
	margin-left: -85px;
	display: block;
}
#form table ,#shiryo-contact table {
	margin-right: auto !important;
	margin-left: auto !important;
}
#shiryo-contact h2 {
	text-align: center;
	margin: 15px auto;
}
#header #logo {
    width: 46% !important;
	margin-top: 10px;
}
#header #logo img {
	width: 100%;
	height: auto;
}

#header { min-height:90px; }
#header #h-number2 {
    position: absolute;
    top: 0;
    right: 0px;
    width: 40%;
}
#header #h-number2 img {
    width: 100%;
        margin-top: 12px;
}
#header #h-number2 a {
	position: relative;
	padding-left: 34px;
	font-size: 36px;
	font-weight: bold;
	color: #6C6D6F;
	font-family: "Roboto" , "Helvetica Neue" , Helvetica , Arial , Verdana , Avenir , "游ゴシック Medium", "YuGothic M", "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}


/*#header #h-number2 a:before  {
	display: block;
	content: "";
	width: 30px;
	height: 26px;
	background-size: 30px 26px;
	position: absolute;
	left: 0px;
	bottom: 7px;
}*/
.confirm_btn form {
	display: inline;
	width: 50%;
}

/*----------------------------------
	layout
----------------------------------*/
/* .ly_header
----------------------------------*/
.ly_header {
  width: 100%;
  position: fixed;
	top: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 1);
  padding: 25px 0;
}

.ly_header {
  border-bottom: 2px solid #ea954f;
}

.ly_header_inner {
  max-width: 1286px;
  margin: 0 auto;
  padding: 0 20px;
}

.ly_common {
  width: 100%;
}

.ly_base_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.ly_small_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.ly_big_inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 20px;
}

/*----------------------------------
	element
----------------------------------*/
.el_common_title {
  display: inline-block;
  background-color: #d7d3bb;
  padding: 10px 25px;
  margin-bottom: 20px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.8rem;
}
.el_common_title img {
  height: 18px;
  width: auto;
}

/*----------------------------------
	helper
----------------------------------*/
.hp_bgc_white {
  background-color: #fff;
}

/*----------------------------------
	header
----------------------------------*/
.bl_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bl_header_logo {
  width: 300px;
  height: auto;
}

.bl_header_logo h1 img {
	height: 41px;
}

.bl_header_utility {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .bl_header_utility_sp {
    display: none !important;
  }
}
.bl_headerNav {
  display: flex;
  font-size: 1.5rem;
  /* Btn Hover */
}
.bl_headerNav li {
  border-left: 1px solid #333;
  position: relative;
}
.bl_headerNav li:last-of-type {
  border-right: 1px solid #333;
}
.bl_headerNav a {
  transition: 0.5s;
  padding: 0 18px;
  white-space: nowrap;
}
.bl_headerNav li a:after {
  position: absolute;
  content: "";
  display: block;
  left: 37.5%;
  width: 25%;
  height: 1px;
  bottom: 0px;
  transition: all 0.3s ease;
}
.bl_headerNav li a:hover:after {
  background: #ea954f;
  bottom: -7px;
}

.bl_header_tel {
  display: none;
}

.bl_header_tel_txt {
  font-size: 1.4rem;
  margin-right: 15px;
}
.bl_header_tel_txt span {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.bl_header_tel_number {
  font-size: 2.8rem;
  color: #ea954f;
}

/*----------------------------------
	bl_pageLink
----------------------------------*/
.bl_pageLink {
  background-color: #efeee3;
  padding: 50px 0;
}

.bl_pageLink_inner {
  padding: 0 20px;
  margin: 0 auto;
}

.bl_pageLink_title {
  color: #ea954f;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin-bottom: 40px;
}

.bl_pageLink_contents {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 850px;
  margin: 0 auto;
}

.bl_pageLink_box {
  width: 30%;
  margin-bottom: 30px;
  text-align: center;
}
.bl_pageLink_box a {
  display: block;
  transition: 0.5s;
}
.bl_pageLink_box a:hover {
  opacity: 0.7;
}

.bl_pageLink_box:nth-of-type(3n) {
  margin-bottom: 0;
}

.bl_pageLink_pict {
  margin-bottom: 10px;
}
/*----------------------------------
	footer
----------------------------------*/
.ly_footer {
  border-top: 2px solid #dadada;
  margin-top: 80px;
}

.ly_footer_inner {
  max-width: 1286px;
  margin: 0 auto;
  padding: 40px 20px;
}

.bl_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-end;
}

.bl_footer_info_logo {
  margin-bottom: 30px;
}

.bl_footer_info_address {
  font-size: 1.4rem;
  line-height: 1.6;
}

.bl_footer_site {
  font-size: 1.4rem;
  text-align: right;
}

.bl_footer_group {
  margin-bottom: 10px;
}
.bl_footer_group a:hover {
  opacity: 0.7;
}

.bl_footer_copyright {
  font-size: 1.2rem;
}

/*---------------------------------------------
	.bl_cta
---------------------------------------------*/
.bl_cta {
  background-color: black;
  color: #fff;
  padding: 15px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 80px;
  z-index: 100;
}

.bl_cta_contents {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.bl_cta_text {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-right: 30px;
}

.bl_cta_contact {
  display: flex;
  align-items: center;
}

.bl_cta_tel {
  display: block;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
  margin-right: 20px;
}

.bl_cta_tel_time {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}

.bl_cta_btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px 20px;
  background-color: #da8b52;
  border-radius: 5px;
  transition: 0.5s;
}
.bl_cta_btn a:hover {
  background-color: #fff;
  color: #da8b52;
}

/*---------------------------------------------
	中ページ
---------------------------------------------
	.bl_pageTitle
---------------------------------------------*/
.bl_pageTitle {
  width: 100%;
  text-align: center;
  padding: 15px 0;
  background-color: #efeee3;
  color: #ea954f;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 2.1rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 769px) {
  .bl_pageTitle {
    padding: 30px 0;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
/*----------------------------------
	bl_policy
----------------------------------*/
main#page_policy {
  padding-top: 90px;
}
main#page_policy .bl_pageTitle {
  margin-bottom: 70px;
}

.bl_policy_title {
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
  padding: 100px 0;
  background-color: #fff;
}

.bl_policy {
  padding: 0;
  margin-bottom: 100px;
}

.bl_policy_wrapper {
  margin: 0 30px;
}
.bl_policy_wrapper h2 {
  font-size: 2.4rem;
  padding-left: 20px;
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 40px;
}
.bl_policy_wrapper ul {
  list-style: disc;
  margin-top: 1rem;
  margin-left: 1rem;
  padding-left: 3.5rem;
  line-height: 1.8;
}
.bl_policy_wrapper p {
  line-height: 1.8;
  margin: 0 20px;
}

@media screen and (max-width: 768px) {
  main#page_policy {
    padding-top: 60px;
  }
  main#page_policy .bl_pageTitle {
    margin-bottom: 50px;
  }
	.bl_header_logo h1 img {
    height: auto;
    width: 100%;
	}

  .bl_policy_title {
    font-size: 5.6vw;
    padding: 60px 0;
  }

  body #wrapper {
    padding-top: 60px;
  }

  .bl_policy {
    padding: 0;
    margin-bottom: 50px;
  }

  .bl_policy_wrapper {
    margin: 0;
  }
  .bl_policy_wrapper h2 {
    font-size: 1.6rem;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-top: 30px;
  }
  .bl_policy_wrapper ul {
    font-size: 1.4rem;
    padding-left: 2rem;
  }
  .bl_policy_wrapper p {
    margin: 0 10px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  /*----------------------------------
  	common
  ----------------------------------*/
  body {
    padding-bottom: 80px;
  }

  /*----------------------------------
  	layout
  ----------------------------------*/
  /* .ly_header
  ----------------------------------*/
  .ly_header {
    padding: 15px 0;
  }

  .ly_header_inner {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }

  .ly_common {
    width: 100%;
  }

  .ly_base_inner {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
  }

  .ly_small_inner {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }

  .ly_base_inner .ly_small_inner {
    padding: 0;
  }

  .ly_big_inner {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }

  /*----------------------------------
  	header
  ----------------------------------*/
  .bl_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .bl_header_logo {
    width: 210px;
    height: auto;
  }

  .bl_header_utility {
    display: none;
  }

  .bl_header_utility_sp {
    display: none;
  }

  .bl_headerNav_sp {
    position: fixed;
    width: 100%;
    height: calc(100% - 80px);
    background-color: #efeee3;
    top: 0;
    left: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    font-size: 1.8rem;
    overflow: auto;
  }
  .bl_headerNav_sp ul {
    margin-bottom: 40px;
  }
  .bl_headerNav_sp li {
    text-align: center;
  }
  .bl_headerNav_sp li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .bl_header_tel_sp {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .bl_header_tel_title_sp {
    margin-bottom: 7px;
    font-weight: bold;
  }

  .bl_header_tel_number_sp {
    font-size: 3.6rem;
    color: #ea954f;
    margin-bottom: 7px;
  }

  .bl_header_form_sp a {
    display: block;
    border-radius: 5px;
    padding: 10px 40px 5px;
    text-align: center;
    color: #fff;
    background-color: #ea954f;
    line-height: 1.4;
    font-size: 1.6rem;
    font-weight: bold;
  }

  /* メニューアイコン設定 */
  #bl_headerNav_toggle {
    position: fixed;
    top: 18px;
    right: 15px;
    z-index: 10;
  }

  .bl_headerNav_trigger,
.bl_headerNav_trigger span {
    display: inline-block;
    transition: all 0.4s;
  }

  .bl_headerNav_trigger {
    position: relative;
    width: 40px;
    height: 23px;
  }

  .bl_headerNav_trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #3c3c3c;
  }

  .bl_headerNav_trigger:hover {
    cursor: pointer;
  }

  .bl_headerNav_trigger span:nth-of-type(1) {
    top: 0;
  }

  .bl_headerNav_trigger span:nth-of-type(2) {
    top: 10px;
    background-color: #3c3c3c;
  }

  .bl_headerNav_trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .bl_headerNav_trigger::after {
    position: absolute;
    left: 0;
    bottom: -20px;
    display: block;
    width: 100%;
    color: #3c3c3c;
    font-size: 1.1rem;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s;
  }

  .bl_headerNav_trigger.active::after {
    color: #fff;
  }

  /* メニューアイコン変形設定 */
  .bl_headerNav_trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #3c3c3c;
    border-radius: 4px;
    transition: all 0.4s;
  }

  .bl_headerNav_trigger.active span:nth-of-type(1) {
    transform: translateY(9px) scale(0);
  }

  .bl_headerNav_trigger.active span:nth-of-type(3)::after {
    background-color: #3c3c3c;
  }

  .bl_headerNav_trigger.active span:nth-of-type(2) {
    transform: rotate(-45deg);
  }

  .bl_headerNav_trigger.active span:nth-of-type(2)::after {
    transform: rotate(90deg);
    background-color: #3c3c3c;
  }

  .bl_headerNav_trigger.active span:nth-of-type(3) {
    transform: translateY(-9px) scale(0);
  }

  /*----------------------------------
  	bl_pageLink
  ----------------------------------*/
  .bl_pageLink {
    padding: 30px 0;
  }

  .bl_pageLink_inner {
    padding: 0 20px;
  }

  .bl_pageLink_title {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }

  .bl_pageLink_contents {
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }

  .bl_pageLink_box {
    width: 48%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .bl_pageLink_box:nth-of-type(3n) {
    margin-right: 0;
    margin-bottom: 0;
  }

  .bl_pageLink_pict {
    margin-bottom: 7px;
  }
  .bl_pageLink_txt {
    font-size: 1.4rem;
  }

  /*----------------------------------
  	footer
  ----------------------------------*/
  .ly_footer {
    margin-top: 60px;
  }

  .ly_footer_inner {
    padding: 40px 20px;
  }

  .bl_footer {
    flex-direction: column;
    align-items: center;
  }

  .bl_footer_info {
    margin-bottom: 25px;
  }

  .bl_footer_info_logo {
    margin-bottom: 20px;
  }
  .bl_footer_info_logo img {
    max-width: 300px;
  }

  .bl_footer_info_address {
    font-size: 1.4rem;
  }

  .bl_footer_site {
    font-size: 1.4rem;
    text-align: center;
  }

  .bl_footer_group {
    margin-bottom: 10px;
  }
  .bl_footer_copyright {
    font-size: 1.2rem;
  }

  /*----------------------------------
  	footer
  ----------------------------------*/
  .ly_footer_inner {
    width: 100%;
    padding: 30px 15px;
  }

  .bl_footer_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .bl_footer_info_operation {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .bl_footer_btn a {
    margin-bottom: 40px;
  }
  /*---------------------------------------------
  	.bl_cta
  ---------------------------------------------*/
  .bl_cta {
    padding: 7px;
  }

  .bl_cta_contents {
    flex-direction: column;
  }

  .bl_cta_text {
    font-size: 1.4rem;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .bl_cta_tel {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-right: 10px;
  }

  .bl_cta_tel_time {
    font-size: 1.2rem;
  }

  .bl_cta_btn a {
    font-size: 1.4rem;
    padding: 10px 10px;
  }
}

@media screen and (min-width: 769px) {
  #wrapper {
    padding-top: 93px;
  }
}

#shiryo-contact h2 {
  text-align: center;
  margin: 15px auto;
  font-size: 3rem;
  font-family: serif;
  border: 1px dotted #3c3c3c;
  padding: 2rem;
}
