@charset "utf-8";
/* style.css */
/* ----------------------------------------------------------------------------------------------
　共通部分
---------------------------------------------------------------------------------------------- */
* {
    box-sizing: border-box;
}
html {
    font-size: 15px;
}
body{
    font-family: 'メイリオ', 'Meiryo', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 300;
    color: #706a6a;
}
/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
    font-family: "Segoe UI", Meiryo, sans-serif;
}
a {
    color: #706a6a;
    outline: none;
}
a:hover {
    opacity: .8;
}
a[href^="tel:"]{
    pointer-events: none;
}
#wrapper{
    overflow: inherit;
}
p, li, ul, td, dl, dt, dd {
    font-weight: 300;
}
/**** PC、SP切り替え ****/
.pc{
    display: block;
}
.sp{
    display: none;
}
/**** タイトル ****/
h2 {
    font-size: 3rem;
    line-height: 3rem;
    letter-spacing: 0.1rem;
    font-family: "Axia";
    margin-bottom: 3.25rem;
    text-align: center;
    color: #545050;
}
h3 {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #545050;
}
/**** inner ****/
.inner1200{
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}
@media only screen and (max-width: 1210px){
    .inner1200{
        width: 95%;
        padding: 30px 0;
    }
}
/*** TOPへ戻る お問い合わせへ***/
#wrapper {
    position:relative;
}
.topBtn,
.toContact {
    position:fixed;
    bottom:20px;
    right:20px;
    display:block;
    text-decoration:none;
    width:80px;
    text-align:center;
    box-sizing:border-box;
    opacity: .7;
}
/*section*/
body.home section {
    padding: 3.625rem 0;
}
#service, #about {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
body:not(.home) .all_contents{
    margin-top: 75px;
}
.underlayerTtl {
    padding: 3.625rem 0;
}
.coWrap {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}
/* ----------------------------------------------------------------------------------------------
　ナビゲーション
---------------------------------------------------------------------------------------------- */
header#pc_header{
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
}
#pc_header h1 img {
    width: 100%;
    vertical-align: middle;
}
header#pc_header .menu-container {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 75px;
    position: relative;
}
.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    box-sizing: border-box;
    height: 75px;
}
.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}
.menu > ul:after {
    clear: both;
}
.menu > ul > li {
    float: left;
    background: #fff;
    padding: 0;
    margin: 0;
    height: 75px;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.menu > ul > li a,
#flow .reservation a {
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    width: 100%;
}
.topLink ul li a {
    text-decoration: none;
    padding: 1em 0;
    display: block;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    width: 100%;
}
@media only screen and (max-width: 1100px) {
    .menu > ul > li a {
        font-size: 1.125rem;
    }
}
.menu > ul > li.nav_contact,
#flow .reservation {
    width: 224px;
    background: #A63159;
}
@media only screen and (max-width: 1100px) {
    .menu > ul > li.nav_reserve {
        width: 170px;
    }
    .menu > ul > li a {
        font-size: 1.125rem;
    }
}
header#header {
    display: none;
}
.submenu_inner {
    display: none;
    width: 100%;
    background: rgba( 216,224,226 , .9 );
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    top: 75px;
}
.submenu_inner > p{
    font-size: 28px;
    font-weight: 600;
    color: rgba(9,9,9,0.50);
}

#flow_wrap {
    position: absolute;
}
#flow_wrap.fixed #pc_header {
    background: #fff;
    transition: .3s;
}
#pc_header {
    width: calc(100% - 30px);
    box-sizing: border-box;
    z-index: 9997;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: right;
    justify-content: right;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.title_logo {
    width: 100%;
    position: absolute;
    top: 12rem;
    z-index: 10;
}
h1 {
    margin-left: 2rem;
}
@media only screen and (max-width: 1024px){
    #pc_header {
        display: none;
    }
}
/* ----------------------------------------------------------------------------------------------
　footer
---------------------------------------------------------------------------------------------- */
footer {
    margin-top: 7.313rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    color: #545050;
    font-family: 'メイリオ', 'Meiryo', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
body.home footer {
    margin-top: 0;
}
footer p {
    width: 100%;
    text-align: center;
    line-height: 0;
    font-size: 0.813rem;
    font-weight: 500;
}
footer > div{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin: 0 auto;
}
footer > div p:after {
    content: "";
    background: url(../img/footer_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 10px;
    display: inline-block;
    margin-top: 0.5rem;
}
@media only screen and (max-width: 1200px) {
	footer > div{
		align-items: center;
		flex-wrap: wrap;
	}
}
/* ----------------------------------------------------------------------------------------------
　ヘッダーエリア
---------------------------------------------------------------------------------------------- */
.mv_wrapper {
    width: 100%;
    position: relative;
    max-width: 100%;
}
.mvCo_pc {
    width: 100%;
    margin-top: 6rem;
    align-items: center;
}
.mvCo_pc h3 {
    margin-bottom: 2.125rem;
    line-height: 1.3;
}
.mvCo_pc .mvLogo {
    margin-bottom: 2.750rem;
}
.mvCo_pc .mvLogo span {
    font-size: 1.375rem;
    display: block;
    margin-bottom: 0.563rem;
}
.mvCo_pc .mvLogo img {
    width: 13.500rem;
}
.mvCo_pc ul {
    width: 23.500rem;
    margin: 0 auto 1.688rem;
}
.mvCo_pc ul li {
    font-size: 1.500rem;
    color: #525c71;
    text-align: left;
    line-height: 113%;
    vertical-align: middle;
}
.mvCo_pc ul li::before {
    content: '■ ';
    font-size: 0.625rem;
    line-height: 113%;
    vertical-align: middle;
}
.mvCo_pc ul li:not(:last-of-type) {
    margin-bottom: 0.563rem;
}
.mvCo_pc >img {
    width: 100%;
}
.topLink {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.topLink ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.topLink ul li {
    width: 10rem;
    text-align: center;
    border-right: 1px solid #706a6a;
}
.topLink ul li:last-of-type {
    display: flex;
    width: 17rem;
    border-right: none;
}
.topLink ul li:nth-child(3) {
    width: 17rem;
    border-right: none;
}
.topLink ul li.nav_contact {
    width: 10rem;
    border: 1px solid #706a6a;
}
.topLink ul li a {
    display: block;
    padding: 0.938rem 0;
}
.topLink ul li a i {
    font-size: 1.5rem;
    width: 30%;
}
.topLink ul li:hover a {
    color: #097589;
}
/* ----------------------------------------------------------------------------------------------
　サービス
---------------------------------------------------------------------------------------------- */
#service .serviceCo {
    background: url(../img/f_logo02.svg) no-repeat;
    background-color:rgba(255,255,255,0.9);
    background-blend-mode:lighten;
    background-size: 60%;
    background-position: center;
}
#service .serviceCo >div {
    width: 100%;
    margin-right: 5.0521%;
}
#service .serviceCo >div .summary {
    margin-bottom: 6rem;
}
#service .serviceCo >div p,
#about .aboutCo >div p,
#content .section >div p {
    max-width: 100%;
    text-align: center;
    font-size: 1.250rem;
    line-height: 2rem;
    margin-top: 2rem;
}
#service .serviceCo >div .service-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
	margin-bottom: 50px;
}
#service .serviceCo >div .service-box {
    width: 100%;
    padding: 0 1rem;
    margin-left: 3rem;
    flex: 2;
}
#service .serviceCo >div .service-box p {
    text-align: left;
}
#service .serviceCo >div .service-title {
    width: 100%;
    position: relative;
    border: 1px solid #707070;
    flex: 1;
}
#service .serviceCo >div .service-title h3 {
    width: 100%;
    text-align: center;
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#service .serviceCo >div .service-box h4 {
    font-size: 1.3rem;
    color: #097589;
}
#works h2 span,
#service h2 span,
#about h2 span,
#contact h2 span {
    font-size: 1rem;
    color: #706a6a;
    display: grid;
}	
/* ----------------------------------------------------------------------------------------------
　ご注文の流れ
---------------------------------------------------------------------------------------------- */	
#flow {
    background: url(../img/flow_bg.jpg) no-repeat;
    background-size:cover;
    background-position: center;
}
#flow h2 {
    color: #fff;
    margin-bottom: 1.625rem;
    letter-spacing: 0.3rem;
}
#flow h2 span {
	font-size: 1rem;
	color: #fff;
    display: grid;
}
#flow h3 {
    font-size: 3rem;
    font-family: Bahnschrift;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    /*padding: 1rem;*/
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    background: linear-gradient(rgb(111 184 217 / 0%) 0% 30%, #086b7e 30% 70%, rgb(211 105 80 / 0%) 70% 100%);
}
#flow .flowCo {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#flow .flow-box {
    min-width: 170px;
    height: 230px;
    border: 1px solid #fff;
    position: relative;
    margin: 3rem 1rem;
}
#flow .text-box {
    width: 100%;
    max-width: 170px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#flow .text-box p {
    color: #fff;
}
#work {
    padding-top: 0;
}
#work .workCo {
    width: 100%;
    display: flex;
}
#work .work-img {
    overflow: hidden;
}
#work .work-img img {
    transition:all 0.7s;
}
#work .work-img img:hover {
    transform: scale(1.2, 1.2);
    transition:all 0.7s;
}
/* ----------------------------------------------------------------------------------------------
　エフアーキテックについて
---------------------------------------------------------------------------------------------- */
#about {
    background: #fff;
}
#about .aboutCo table.table01,
#content .container .section .table01 {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    border-collapse: collapse;
    margin-top: 3.625rem;
    margin-bottom: 3.625rem;
}
#about .aboutCo table.table01 tbody th,
#content .container .section .table01 tbody th  {
	padding: 10px 13px;
	border-bottom: #c9c9c9 solid 1px;
	border-top: #c9c9c9 solid 1px;
	vertical-align: middle;
	font-weight: bold;
}
#about .aboutCo table.table01 tbody td,
#content .container .section .table01 tbody td {
	background: #FFF;
    padding: 25px 15px;
    border-bottom: #c9c9c9 solid 1px;
    border-top: #c9c9c9 solid 1px;
    vertical-align: top;
}
/* ----------------------------------------------------------------------------------------------
　アクセス
---------------------------------------------------------------------------------------------- */
#access {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
#access .accessCo .access-info {
    display: flex;
    padding: 2rem;
    border: 1px solid #c9c9c9;
}
#access .accessCo li {
    margin-bottom: 1rem;
}
#access .info-box {
    width: 100%;
    max-width: 350px;
}
#access .info-content {
    display: flex;
    align-items: center;
    margin-right: 3rem;
}
#access .info-box img {
    width: 30px;
    margin: 2rem;
}
#access .accessCo .map {
    width: 100%;
}
#access .accessCo .map iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
/* ----------------------------------------------------------------------------------------------
　お問い合わせ
---------------------------------------------------------------------------------------------- */
#contact {
    background: #e1e1df;
}
Form,
.container {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
  }
 #content {
    padding-top: 10rem;
 }
 #content .section h2 {
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0.1rem;
    font-family: "meiryo";
    margin-bottom: 3.25rem;
    text-align: center;
    color: #545050;
}
#content .summary p a {
    color: #097589;
}
#content .section ul.back {
    display: flex;
    justify-content: space-around;
    margin-top: 2rem;
}
  @media screen and (max-width: 480px) {
    .Form {
      margin-top: 40px;
    }
  }
  .Form-Item {
    border-top: 1px solid #c9c9c9;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    max-width: 700px;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .Form-Item .field {
    width: 100%;
  }
  .Form-Item .error p {
    color: #ff5722;
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing: 0.1rem;
  }

  @media screen and (max-width: 480px) {
    .Form-Item {
      padding-left: 14px;
      padding-right: 14px;
      padding-top: 16px;
      padding-bottom: 16px;
      flex-wrap: wrap;
    }
  }
  .Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-size: 14px;
  }
  .check {
    margin-left: 40px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label {
      max-width: inherit;
      display: flex;
      align-items: center;
      font-size: 15px;
    }
  }
  .Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label.isMsg {
      margin-top: 0;
    }
  }
  .Form-Item-Label-Required {
    margin-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #097589;
    color: #fff;
    font-size: 12px;
  }
  .Form-Item-Label-option {
    margin-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #999999;
    color: #fff;
    font-size: 12px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label-Required,
    .Form-Item-Label-option {
      padding-top: 4px;
      padding-bottom: 4px;
      width: 32px;
      font-size: 10px;
    }
  }
  .Form-Item-Input {
    border: 1px solid #a5a5a5;
    color: inherit;
    padding-left: 1em;
    padding-right: 1em;
    height: 33px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    font-size: 14px;
  }

  .item-group {
    width: 100%;
  }
  .item-group .Form-Item p {
    font-size: 0.7rem;
    margin-top: 0.5rem;
  }
  .fullname {
    width: 100%;
    max-width: 410px;
    display: flex;
    justify-content: space-between;
  }
  .fullname input {
    max-width: 190px;
  }
  .item-group .Form-Item {
    border: none;
    justify-content: left;
  }
  input[type="number"]::-webkit-outer-spin-button, 
  input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 
  @media screen and (max-width: 480px) {
    .Form-Item-Input {
      margin-left: 0;
      margin-top: 18px;
      height: 40px;
      flex: inherit;
      font-size: 15px;
    }
  }
  .Form-Item-Textarea {
    border: 1px solid #a5a5a5;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    font-size: 14px;
    color: inherit;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Textarea {
      margin-top: 18px;
      margin-left: 0;
      height: 200px;
      flex: inherit;
      font-size: 15px;
    }
  }
  .Form-Btn input {
    margin: 0 auto;
    margin-top: 32px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 370px;
    display: block;
    letter-spacing: 0.05em;
    background: #097589;
    color: #fff;
    font-size: 14px;
    border-style: none;
  }
  .Form-Btn input:hover {
    opacity: .8;
  }
/* アコーディオンメニュー全体のサイズ・位置 */
  /* クリック領域 */
  .ac-parent {
    width: 50%;
    margin: 0 auto;
    position: relative;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    padding: 0.938rem 2.688rem;
  }
  /* > */
  .ac-parent p:after {
    content: ">";
    position: absolute;
    right: 3rem;
    width: 2.25rem;
    height: 0.2rem;
    transform: translateY(-50%);
  }
  .ac-parent p {
    text-decoration: underline;
  }
  /* クリックしたら表示される領域 */
  .ac-child {
    display: none;
    padding: 4rem;
    background-color: #fff;
    text-align: left;
  }
  .ac-child p {
    line-height: 2rem;
  }
  .privacy {
    justify-content: center;
  }
   .priv-title {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin: 1rem 0;
  }
  .privacyitem .title {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: left;
    margin: 1rem 0;
  }

/* ----------------------------------------------------------------------------------------------
フッター
---------------------------------------------------------------------------------------------- */
  #footer .footerCo {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#footer .footer-info img {
    width: 50px;
    margin: 2rem 0;
}
#footer .footer-info ul {
    line-height: 3rem;
    position: relative;
}
#footer .footer02 .footer-info ul li:before {
    position: absolute;
    right: 12rem;
    content: ">";
    margin-right: 1rem;
    transition: all .7s;
}
#footer .footer02 .footer-info ul li:hover:before {
    right: -25%;
    color: #097589;
}
#footer .footer02 .footer-info ul li a:hover {
    font-weight: bold;
    color: #097589;
}
#footer .footer02 .footer-info ul li:last-child:before {
    display: none;
}
#footer .footer02 .footer-info ul li:last-child a {
    padding: 0.7rem 3rem;
    border: 1px solid #097589;
    text-align: center;
}
#footer .footer02 .footer-info ul li:last-child a:hover {
    background: #097589;
    color: #fff;
    opacity: 10;
}
.no_border {
    border: none;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.ta-c {
    text-align: center;
}
