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

/* PC：ウィンドウ幅が769px以上の場合に適用するCSS */
@media screen and (min-width:1024px) {
  .nonePC {
    display: none;
  }
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }

  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

  /*///////////////////////////////////////////////////////////////////////


	
ベース・各ページ共通項目

	

///////////////////////////////////////////////////////////////////////*/

  body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    line-height: 200%;
    letter-spacing: 0.1em;
    font-size: 100%;
    font-family: "Noto Sans JP", sans-serif;
    background-color: #fff;
    text-align: justify; // Required for IE and Edge
    text-align-last: right;
    -webkit-print-color-adjust: exact;
  }

  /* ページトップへ戻る */
  #pageTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
  }

  .center {
    text-align: center;
  }

  /*///////////////////////////////////////////////////////////////////////


	
ヘッダー/グローバルナビ

	

///////////////////////////////////////////////////////////////////////*/

  header {
    background-color: #fff;
    height: 100px;
    padding: 0;
    margin: 0;
  }

  div.headtitle {
    width: 1100px;
    margin: 0 auto;
  }

  #title {
    margin: 0;
  }

  h1 img {
    margin-top: 30px;
  }

  /*サブナビボタン*/

  div.subnav {
    float: right;
    margin: -110px 0 0 0;
    padding: 0;
  }

  ul.subnavbtn li {
    display: inline-block;
    padding: 0;
    margin: 0 4%;
    vertical-align: middle;
    display: table-cell;
    　display: inline;
  }

  /*グローバルナビボタン*/

  ul.globalnav {
    clear: both;
    text-align: right;
    margin-top: -20px !important;
    display: block;
  }

  ul.globalnav li {
    display: inline-block;
    padding: 0 4%;
    border-left: 1px dotted #ccc;
    letter-spacing: 0.1em;
    font-size: 110%;
  }

  ul.globalnav li.lastchild {
    border-right: 1px dotted #ccc;
  }

  ul.globalnav li a:hover {
    border-bottom: solid;
    border-color: #baaa9d;
    border-width: 3px;
  }

  /*フッター*/

  .linkbtnbox {
    background-color: #eee;
    height: auto;
    margin-top: -20px;
    padding: 40px 0;
  }

  ul.linkbtn {
    margin-inline: auto !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
   justify-content:flex-start;
       gap:0 5px;
       width: 900px;
  }

  ul.linkbtn li {
  }

  .footer {
    background-color: #39200d;
    padding: 3%;
    text-align: center;
  }

  .footer p.copyright {
    color: #fff;
    vertical-align: middle !important;
  }

  /*矢印*/

  .arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: bottom;
    text-decoration: none;
    font-size: 15px;
  }
  .arrow::before,
  .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }

  .yajirushi::before {
    left: 4px;
    top: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #fff;
  }

  /*///////////////////////////////////////////////////////////////////////


	
001_トップページ: #index

	

///////////////////////////////////////////////////////////////////////*/

  #index .mainvisual {
    background: url(../images/bg_main.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 30px 0 0 0;
    margin-top: 30px;
  }

  #index .readcopy {
    background-color: #39200d;
    width: 100%;
    height: 140px;
    margin-top: -20px;
  }

  #index .slogan {
    text-align: center;
    font-size: 110%;
    line-height: 200%;
    color: #fff;
    padding-top: 35px;
  }

  #index p.title_top {
    position: relative;
    display: inline-block;
    padding: 0 70px;
  }

  section.category_info {
    width: 1100px;
    margin: 5% auto 3%;
    text-align: center;
  }

  p.title_top {
    font-size: 200%;
    font-weight: 500;
    letter-spacing: 0.4em;
  }

  p.title_top:before,
  p.title_top:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: black;
  }
  p.title_top:before {
    left: 0;
  }
  p.title_top:after {
    right: 0;
  }
  p.english_title {
    margin-top: -20px;
    color: #000;
  }

  /*メイン画面の背景*/
  div.mainbox {
    background-color: #f6f3f0 !important;
    overflow: hidden;
    padding-bottom: 5%;
  }

  video {
    object-fit: contain;
  }

  video#main_movie {
    display: block !important;
  }

  .responsive_video {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: -29px;
  }

  .responsive_video video,
  .responsive_video iframe,
  .responsive_video object,
  .responsive_video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /*3列 flexbox 下層ページ案内ボタン*/
  section.contentsitem {
    width: 1100px;
    margin: 0 auto;
    padding: 0% 3.5%;
    overflow: hidden;
  }

  .contentsitem-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .contentsitem-box {
    margin: 0 0 3% 0;
    padding: 2% 2% 1% 2%;
    width: 28%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
    height: auto;
  }

  .contentsitem-box_none {
    margin-bottom: 3rem;
    padding: 2% 2% 1% 2%;
    width: 28%;
  }

  dl.underpagebtn,
  dt,
  dd {
    padding: 0;
    margin: 0;
  }

  dl.underpagebtn dd.titile {
    text-align: center;
    font-weight: 500;
    font-size: 110%;
    color: #000;
    margin: 3% 0;
  }

  dl.underpagebtn dd.txt {
    font-size: 90%;
    margin-bottom: 10%;
  }

  span.smallfont {
    font-size: 80%;
  }

  /*///////////////////////////////////////////////////////////////////////


	
001_youtube: #greet

	

///////////////////////////////////////////////////////////////////////*/

  div.youtubebox {
    margin: 0 auto 5%;
    text-align: center;
  }

  /*///////////////////////////////////////////////////////////////////////


	
002_ご挨拶: #greet

	

///////////////////////////////////////////////////////////////////////*/

  #greet h2.headtitle_greet {
    width: 100%;
    height: 200px;
    background: url(../images/bg_h2_greet.jpg) repeat;
    background-size: cover;
    margin-top: 3.5%;
  }

  /*下層ページの背景*/
  section.undermainbox {
    background-color: #f6f3f0 !important;
    overflow: auto;
    padding-bottom: 5%;
    margin-top: -20px;
  }

  /*下層ページの背景 ご挨拶*/
  div.underbox_gree {
    width: 1000px;
    margin: 0 auto !important;
    padding: 50px;
    height: auto;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
    background: url(../images/foot_city.jpg) no-repeat;
    background-position: bottom;
    background-color: #fff;
  }

  p.comphoto img {
    width: 700px;
    height: auto;
  }

  div.titlebox {
    margin: 0 auto;
    text-align: center;
  }

  /*下層ページのタイトル*/
  .undertitle {
    position: relative;
    display: inline-block;
    padding: 0 70px;
    font-size: 200%;
    font-weight: 500;
    letter-spacing: 0.5em;
    text-align: center;
    text-indent: 0.4em;
  }

  .undertitle:before,
  .undertitle:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: black;
  }

  .undertitle:before {
    left: 0;
  }

  .undertitle:after {
    right: 0;
  }

  span.engtitle {
    font-size: 40%;
    letter-spacing: 3px;
  }

  p.greetxt {
    width: 900px;
    margin: 2% auto;
  }

  p.greetxt02 {
    width: 950px;
    text-align: right;
    padding: 4% 0 10%;
    font-weight: 500;
    font-size: 110%;
  }

  /*///////////////////////////////////////////////////////////////////////


	
003_会社案内: #company

	

///////////////////////////////////////////////////////////////////////*/

  #company h2.headtitle_company {
    width: 100%;
    height: 200px;
    background: url(../images/bg_h2_company.jpg) repeat;
    background-size: cover;
    margin-top: 3.5%;
  }

  /*下層ページの背景 ご挨拶*/
  div.underbox_company {
    width: 1000px;
    margin: 0 auto !important;
    padding: 50px;
    height: auto;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
    background-color: #fff;
    background: url(../images/foot_company.jpg) no-repeat;
    background-position: bottom;
    background-color: #fff;
  }

  #company table.company {
    margin: 5% auto 10%;
    padding: 5%;
    width: 700px;
  }

  #company table.company th {
    width: 200px;
    border-bottom: 1px solid #999;
  }

  #company table.company td {
    width: 500px;
    padding: 3% 0;
    border-bottom: 1px solid #ddd;
  }

  p.historytxt {
    width: 700px;
    margin: 5% auto 15%;
  }

  p.map {
    text-align: center;
    margin-bottom: 8%;
  }

  td.Affiliatedcompanies a {
	padding-right: 20px;
	background: url(../images/icon_externallinks.png) right center/14px auto no-repeat;
}

td.Affiliatedcompanies a:hover{
  color: #73d6f7;
}



  /*///////////////////////////////////////////////////////////////////////


	
004_德川慶喜公 歴史: #history

	

///////////////////////////////////////////////////////////////////////*/

  #history h2.headtitle_history {
    width: 100%;
    height: 200px;
    background: url(../images/bg_h2_history.jpg) repeat;
    background-size: cover;
    margin-top: 3.5%;
  }

  /*下層ページの背景 歴史*/
  div.underbox_history {
    width: 1100px;
    margin: 0 auto !important;
    padding: 50px;
    height: auto;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
    background-color: #fff;
    /*	background: url(../images/foot_history.jpg) no-repeat;*/
    background-position: bottom;
    background-color: #fff;
  }

  #history table.history {
    border: 1px solid #ddd;
    background-color: #fff;
    table-layout: fixed;
    word-wrap: break-word;
  }

  #history table.history th {
    border: 1px solid #ddd;
    background-color: #ddd7d4;
    font-size: 90%;
    white-space: nowrap;
    padding: 1%;
    border: 1px solid #fff;
    table-layout: fixed;
    word-wrap: break-word;
  }

  #history table.history th.seireki {
    width: 60px;
  }

  #history table.history th.nengou {
    width: 130px;
    text-align: center;
  }

  #history table.history th.yowai {
    width: 60px;
    text-align: center;
  }

  #history table.history th.tokugawa {
    width: 500px;
    text-align: center;
  }

  #history table.history td {
    border: 1px solid #ddd;
    font-size: 100%;
    table-layout: fixed;
    word-wrap: break-word;
    padding: 2% 1%;
  }

  #history table.history td.name {
    width: 60px;
  }

  span.point {
    color: #008800;
  }

  /*///////////////////////////////////////////////////////////////////////


	
005_事業内容: #active

	

///////////////////////////////////////////////////////////////////////*/

  #active h2.headtitle_active {
    width: 100%;
    height: 200px;
    background: url(../images/bg_h2_active.jpg) repeat;
    background-size: cover;
    margin-top: 3.5%;
  }

  /*下層ページの背景 ご挨拶*/
  div.underbox_active {
    width: 1000px;
    margin: 0 auto !important;
    padding: 50px 50px 100px;
    height: auto;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
    background-color: #fff;
    /*	background: url(../images/foot_company.jpg) no-repeat;*/
    background-position: bottom;
    background-color: #fff;
  }

  p.tellbnr {
    text-align: center;
    margin: 5%;
  }

  ul.navigation {
    padding: 0;
  }

  ul.navigation li {
    width: 244px;
    font-size: 92%;
    border: 1px solid #ddd;
    background-color: #8b7461;
    text-align: center;
    display: block;
    margin: 2px;
    float: left;
  }

  ul.navigation li a {
    display: block;
    padding: 10% 8%;
    color: #fff;
  }

  ul.navigation li a:hover {
    background-color: #cfc1b5;
  }

  h3 {
    background-color: #fafafa;
    padding: 3%;
    border-left: 6px solid #39200d;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  }

  /*///////////////////////////////////////////////////////////////////////


	
005_事業内容: ガーデンスクエア

	

///////////////////////////////////////////////////////////////////////*/

  div.hotelbox {
    width: 1000px;
    overflow: hidden;
  }

  div.hotelboxL {
    width: 500px;
    float: left;
  }

  div.hotelboxR {
    width: 450px;
    float: left;
    margin-left: 20px;
  }

  dl.garden {
    margin: 15% 0;
  }

  dl.garden dt.gardentitle {
    font-size: 130%;
    margin-bottom: 3%;
    font-weight: 500;
  }

  dl.garden dd.gardentxt {
    margin-bottom: 30px;
  }

  /*///////////////////////////////////////////////////////////////////////


	
005_事業内容: 賃貸詳細

	

///////////////////////////////////////////////////////////////////////*/

  div.rentbox {
    width: 1000px;
  }

  div.rentboxL {
    width: 400px;
    float: left;
  }

  div.rentboxR {
    width: 530px;
    float: right;
    margin-top: 10px;
  }

  p.renttitle {
    font-size: 130%;
    font-weight: 500;
  }

  p.renttxt {
    clear: both;
  }

  div.zerospec {
    clear: both;
    background-color: #ddd;
    background: url("../images/bg_zerospec.jpg") repeat;
    width: 900px;
    padding: 2% 50px;
    margin-bottom: 100px;
    border: 5px solid #eee;
  }

  p.zerospec {
    font-weight: 500;
  }

  p.activetxt {
    margin: 4% 0;
  }

  /*/// スペックテーブル //*/

  table.spec {
    background-color: #fff;
    border: 1px solid #ddd;
    width: 475px;
    height: 400px;
    padding: 2%;
    border-top: 3px solid #39200d;
    margin: 12px 0 0 0;
  }

  th.specth {
    background-color: #eee;
    padding: 2%;
    border: 1px solid #ddd;
    white-space: nowrap;
  }

  td.spectd {
    padding: 5% 2%;
    border: 1px solid #ddd;
  }

  a.aclink {
    color: #73d6f7;
  }

  /*///////////////////////////////////////////////////////////////////////


	
005_事業内容: オブジェの紹介

	

///////////////////////////////////////////////////////////////////////*/

  dl.ob {
    width: 300px;
    float: left;
    margin: 30px 15px 0px;
    height: 500px;
  }

  dl.ob dd.obtitle {
    text-align: center;
    font-weight: 500;
    font-size: 110%;
    margin: 2% 0 4% 0;
  }

  dl.ob dd.obtxt {
    padding-bottom: 10%;
    font-size: 90%;
    line-height: 200%;
  }

  /*///////////////////////////////////////////////////////////////////////


	
実績紹介：画像切替css

	

///////////////////////////////////////////////////////////////////////*/

  #slide {
    width: 473px;
    height: 400px;
    margin: 0 auto;
    position: relative;
  }

  #slide img {
    position: absolute;
    left: 0;
    top: 0;
  }

  #slide002 {
    width: 473px;
    height: 400px;
    margin: 0 auto;
    position: relative;
  }

  #slide002 img {
    position: absolute;
    left: 0;
    top: 0;
  }

  #slide003 {
    width: 473px;
    height: 400px;
    margin: 0 auto;
    position: relative;
  }

  #slide003 img {
    position: absolute;
    left: 0;
    top: 0;
  }

  /*///////////////////////////////////////////////////////////////////////


	
お問合せ

	

///////////////////////////////////////////////////////////////////////*/

  #contact h2.headtitle_contact {
    width: 100%;
    height: 200px;
    background: url(../images/bg_h2_contact.jpg) repeat;
    background-size: cover;
    margin-top: 3.5%;
  }

  /*下層ページの背景 ご挨拶*/
  div.underbox_contact {
    width: 1000px;
    margin: 0 auto !important;
    padding: 50px;
    height: auto;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
    background-color: #fff;
    background-position: bottom;
  }

  table.tbl-r02 {
    margin: 20px auto;
    width: 900px;
  }
  table.tbl-r02 th {
    background: #522a0b;
    border: solid 1px #ccc;
    color: #fff;
    padding: 10px;
    width: 200px;
  }
  table.tbl-r02 td {
    padding: 30px;
    background: #fafafa;
    border: solid 1px #ddd !important;
  }

  #submit_button {
    text-align: center;
    padding: 4% 12%;
    margin: 6% auto;
    display: block;
    font-size: 140%;
    background-color: #522a0b;
    color: #fff;
    letter-spacing: 0.2em;
  }

  input[type="text"],
  textarea {
    padding: 20px 10px;
    width: 80%;
    outline: none;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
  }
  textarea {
    width: 500px;
  }

  /*///////////////////////////////////////////////////////////////////////


	
調整：css

	

///////////////////////////////////////////////////////////////////////*/

  .mt50 {
    margin-top: 50px !important;
  }

  .mb50 {
    margin-bottom: 50px !important;
  }

  .mt80 {
    margin-top: 80px !important;
  }

    .mt100 {
    margin-top: 100px !important;
  }


}
