@charset "utf-8";
/* CSS Document */
/* 
※20210424 追記 
--------------------*/
/* for sp 表示非表示のスイッチ
---------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .only-pc, .no-sp, .only-tb, img.only-tb {
    display: none !important;
  }
  .only-sp, .no-pc, .no-tb {
    display: block !important;
  }
  img.only-sp, img.no-pc, img.no-tb {
    display: inline-block !important;
  }
  .txt-note-01 {
    font-size: 12px;
  }
  section:first-child {
    margin-top: 15%;
  }
  /*改行削除したい場合*/
  br.only-sp, br.no-pc, br.no-tb {
    display: none;
  }
}
/* for pc 表示非表示のスイッチ
---------------------------------------------------------- */
@media only screen and (min-width : 641px) {
  .only-pc {}
  .only-tb, .only-sp, .no-pc {
    display: none !important;
  }
  .no-tb {}
  .no-sp {}
  /*改行削除したい場合*/
  br.only-pc {
    display: none;
  }
}
.box950 {
  width: 95%;
  max-width: 950px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
/* ---------------------------
contents
------------------------------ */
.ly_main {
  /*fadein*/
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  -webkit-text-size-adjust: 100%;
  /*	overflow-x: hidden;*/
}
#contents a {
  font-weight: normal !important;
}
article {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 2;
  color: #121212;
}
article nav {
  display: none;
}
/*

.fadein {
  opacity: 0;
  transform : translate(0, 5%);
  transition : all 1500ms;
}
*/
/*
.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}*/
.ly_main h1 {
  background: #fff;
  font-family: dnp-shuei-nmincho-std, serif;
  font-size: 180%;
  letter-spacing: 0.6em;
  line-height: 2em;
  font-weight: normal;
  color: #222;
}
.ly_main h2 {
  font-size: 150%;
  font-weight: 600;
  margin-top: 5%;
  text-align: center;
  margin-bottom: 5%;
  letter-spacing: .25em;
}
.ly_main h3 {
  font-size: 150%;
  text-align: center;
  margin-top: 10%;
  margin-bottom: 3%;
}
.ly_main img {
  max-width: 100%;
  vertical-align: bottom;
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 10000;
}
.display_n {
  display: none;
}
.fixed .display_n {
  display: block;
}
#topicPath img {
  width: 16px;
}
/* navi 
--------------------*/
#navi {
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 50; /*border-bottom: 1px solid #A09288;*/
}
#navi ul {
  width: 100%;
  margin: 0 auto;
  z-index: 50;
  display: flex;
  flex-wrap: nowrap;
}
#navi ul li {
  font-size: 120%;
  letter-spacing: 0.3em;
  font-weight: 600;
  /*margin-right:80px;*/
  padding: 0.7em 0;
  /*width:    20%  ; */ /*5*/
  width: 16.66%; /*6*/
  /*width:14.210%  ; */ /*7*/
  /*width:  12.5%  ;*/ /*8*/
  text-align: center;
}
#navi ul li a {
  text-decoration: none;
}
#navi ul li a:hover {
  opacity: 0.6;
}
#navi ul img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
/*見出し*/
.sub-title {
  position: relative;
  padding: 1rem .5rem;
  max-width: 950px;
  margin: 0 auto;
  color: #324D8B;
}
.sub-title:before, .sub-title:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-gradient(linear, right top, left top, from(#30cfd0), to(#330867));
  background-image: -webkit-linear-gradient(right, #30cfd0 0%, #330867 100%);
  background-image: linear-gradient(to left, #30cfd0 0%, #330867 100%);
}
.sub-title:before {
  top: 0;
}
.sub-title:after {
  bottom: 0;
}
/*--------------------------------------------------------
smartphone 1st(解像度640px以下)
--------------------------------------------------------*/
/* common for smartphone
--------------------*/
article .main {
  width: 100%;
  /*max-width: 950px;*/
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25%;
}
article p {
  width: 96%;
  /*    text-align: center;*/
  margin: 0 auto;
}
/* #eyecatch for smartphone
--------------------*/
/*#eyecatch img{
    vertical-align: bottom;
	width: 100%;
}*/
/* lead  for smartphone
___________________*/
section#lead h1 {
  width: 96%;
  margin: 0 auto 30px;
}
section#lead h2 {
  font-size: 120%;
  margin-top: 5%;
  margin-bottom: 5%;
  letter-spacing: .25em;
}
section#lead .main {
  width: 96%;
  max-width: 950px;
  margin: 0 auto 20%;
}
section#lead img {
  vertical-align: bottom;
  width: 100%;
}
section#lead a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#lead .mb40 {
  max-width: 780px;
}
/* #plan for smartphone
--------------------*/
#plan {
  background-color: #f0f4f5;
  width: 100%;
  padding: 80px 0;
}
.plan_box {
  width: 95%;
  max-width: 950px;
  margin: 0 auto;
  padding: 30px 10px 60px;
  background-color: #fff;
  border-radius: 15px;
}
#plan .text02 {
  max-width: 700px;
  padding-bottom: 30px;
}
/*#plan img{
    vertical-align: bottom;
	width: 100%;
}*/
/* #photos for smartphone
--------------------*/
/*.leftbox {
	width:48%;
	float:left;
	margin-right: 4%;
	}

.rightbox {
	width:48%;
	float:right;	
}

.leftbox img ,
.rightbox img {
	width:100%;
	height:auto;
	}*/
.leftbox {
  width: 100%;
}
.rightbox {
  width: 100%;
}
.leftbox img, .rightbox img {
  width: 100%;
  height: auto;
}
section#photos img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  margin-bottom: 3%;
}
section#photos {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 80px;
}
section#photos h2 {
  margin-top: 120px;
}
section#photos div {
  width: 96%;
  margin: 0 auto;
  margin-bottom: 3%;
  display: block;
}
section#photos .mb40 {
  text-align: center;
  margin-bottom: 20px;
}
.fancybox_area {
  display: grid;
  grid-template-columns: repeat(auto-fit, 100px);
  justify-content: center;
  grid-gap: 1rem;
  max-width: 960px;
  margin: 0 auto;
  padding: 10px;
}
/*--------------------------------------------------
Areamap
----------------------------------------------------*/
#areamap {
  background-color: #fffdf8;
  padding: 80px 0;
}
/*.roji-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}*/
#areamap figure {
  margin: 0 auto;
}
#areamap .txt {
  margin: 20px auto;
  max-width: 700px;
}
#areamap .highlight {
  font-weight: 600;
  font-size: 1.25em;
}
#areamap .flex-container {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 50px auto 0;
  padding-bottom: 50px;
  align-content: center;
}
#areamap .flex-itemL {
  flex-basis: 100%;
  margin: 0 10px;
}
#areamap .flex-itemR {
  flex-basis: 100%;
  margin: 0 10px;
}
.roji-title {
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-size: 1.3em;
  line-height: 1.5em;
  margin: 50px 0 30px;
}
.quotationbox {
  background-color: #fafafa;
  margin: 30px auto;
}
@media screen and (min-width: 640px) {
  #areamap .box950 {
    text-align: center;
  }
  #areamap .txt, #areamap h4 {
    text-align: left;
  }
  #areamap .flex-container {
    width: 100%;
    max-width: 750px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 50px auto 80px;
    align-content: center;
  }
  #areamap .flex-itemL {
    flex-basis: 35%;
    margin: 0 10px;
  }
  #areamap .flex-itemR {
    flex-basis: 65%;
    margin: 0 10px;
  }
  .roji-title {
    margin: 80px 0;
  }
  .quotationbox {
    position: relative;
    padding: 0.25em 1em;
    background-color: inherit;
  }
  .quotationbox:before, .quotationbox:after {
    content: '';
    width: 60px;
    height: 100px;
    position: absolute;
    display: inline-block;
  }
  .quotationbox:before {
    border-left: solid 1px #ADACAC;
    border-top: solid 1px #ADACAC;
    top: 0;
    left: 0;
  }
  .quotationbox:after {
    border-right: solid 1px #ADACAC;
    border-bottom: solid 1px #ADACAC;
    bottom: 0;
    right: 0;
  }
}
/*virtual tour
-------------------*/
#virtual {
  padding: 50px 0 100px;
}
#virtual h2 {
  margin-top: 100px;
}
#virtual p {
  text-align: center;
}
#virtual .nodal {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
/* #form for smartphone
--------------------*/
#form_box {
  width: 60%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30%;
  padding-bottom: 80px !important;
}
#form_box a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/* #details for smartphone
--------------------*/
section#details {
  width: 100%;
  margin-bottom: 20%;
}
section#details .main {
  width: 96%;
  max-width: 950px;
  margin: 0 auto;
  padding: 50px 30px 20px;
  border-radius: 15px;
  background-color: #fafbff;
}
.table_area {
  /*background: rgba(24,19,18,0.85);*/
  margin: 0 auto;
  /*padding-top: 50px;*/
  padding-bottom: 10%;
}
section#details table {
  width: 96%;
  margin: -15px auto 10%;
}
section#details th, section#details td {
  background: transparent;
  /*color: #EFE1C7;*/
  height: 6%;
  padding-top: 0.8%;
  vertical-align: middle;
  font-size: 110%;
  letter-spacing: .1em;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 200;
  font-style: normal;
}
section#details th {
  text-align: center;
  width: 20%;
  font-weight: normal;
}
section#details td {
  text-align: left;
  width: 80%;
  padding-left: 1%;
  border-bottom: solid 1px #ddd;
}
section#details th {
  border-bottom: solid 1px #ddd;
}
.boldcolor {
  font-weight: bold;
  color: #bd002f;
}
/* ---------------------------
#gmap
------------------------------ */
#gmap {
  width: 96%;
  margin: 10% auto;
}
/* ---------------------------
.toform
------------------------------ */
.toform {
  position: fixed;
  bottom: 3%;
  right: 1.5%;
  z-index: 9999;
}
.toform img {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .15);
}
.toform a:hover img {
  opacity: 0.6;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
}
.pagetop {
  position: fixed;
  bottom: 5%;
  right: 1.5%;
  z-index: 9999;
}
/*--------------------------------------------------------
for PC(解像度641px以上)

--------------------------------------------------------*/
@media only screen and (min-width : 641px) {
  /* common for PC
--------------------*/
  article .main {
    width: 100%;
    /*max-width:950px;*/
    margin: 0 auto;
  }
  article .text {
    width: 650px;
    margin: 120px auto;
    text-align: left;
  }
  article .text02 {
    width: 570px;
    margin: 120px auto;
    text-align: left;
  }
  article .s {
    font-size: 95%;
  }
  .text, .text02 {
    width: 97%;
    margin: 50px auto;
  }
  /* #eyecatch for PC
--------------------*/
  #eyecatch {
    /*	max-width: 950px;
		margin: 0 auto;*/
  }
  #eyecatch img {
    width: 100%;
  }
  /* #lead for PC
--------------------*/
  section#lead h1 {
    margin-bottom: 15px;
  }
  section#lead h2 {
    font-size: 120%;
    margin-top: 5%;
    margin-bottom: 5%;
    letter-spacing: .25em;
  }
  section#lead .main {
    margin: 0px auto 100px;
  }
  section#lead a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  /* #plan for PC
--------------------*/
  section#plan .main {
    text-align: center;
  }
  .plan_box {
    padding: 30px 50px 60px;
  }
  /* #photos for PC
--------------------*/
  .leftbox {
    width: 50%;
  }
  .rightbox {
    width: 50%;
  }
  .leftbox img, .rightbox img {
    height: auto;
  }
  section#photos {
    width: 100%;
    max-width: 800px;
    text-align: center;
  }
  section#photos p {
    margin: 0 auto;
  }
  section#photos p.leftbox {
    margin-right: 3%;
  }
  section#photos div {
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
  }
  section#photos img {
    width: 100%;
    height: auto;
  }
  /* #map for PC
--------------------*/
  /* #form for PC
--------------------*/
  #form_box {
    width: 300px;
    text-align: center;
    margin: 0 auto 80px;
  }
  #form_box a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  /* ---------------------------
#gmap for PC
------------------------------ */
  section#gmap {
    margin: 0px auto;
  }
  /* #details for PC
--------------------*/
  section#details {
    margin: 0 auto;
    padding: 50px 0 120px;
    /*background-color: #fafbff;*/
  }
  section#details th, section#details td {
    /*color: #EFE1C7;*/
    height: 35px;
    padding-top: 5px;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: .1em;
    /*font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;*/
    font-weight: 200;
    font-style: normal;
  }
  section#details th {
    text-align: center;
    width: 20%;
    font-weight: normal;
  }
  section#details td {
    text-align: left;
    width: 80%;
    padding-left: 8px;
    border-bottom: solid 1px #ddd;
  }
  section#details th {
    border-bottom: solid 1px #ddd;
  }
  /* ---------------------------
.toform
------------------------------ */
  .toform {
    position: fixed;
    bottom: 3%;
    right: 1.5%;
    z-index: 9999;
  }
  .toform img {
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .15);
  }
  .toform a:hover img {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
  }
  .pagetop {
    position: fixed;
    bottom: 70px;
    right: 1.5%;
    z-index: 9999;
  }
  /* common min641-
___________________*/
  article .left {
    float: left;
  }
  article .right {
    float: right;
  }
  article .mb40 {
    margin-bottom: 50px;
  }
  article .mb120 {
    margin-bottom: 120px;
  }
  article .mb50 {
    margin-bottom: 50px;
  }
  article .mb100 {
    margin-bottom: 100px;
  }
  article .mb5p {
    margin-bottom: 5%;
  }
  .mb10p {
    margin-bottom: 10%;
  }
  .mb15p {
    margin-bottom: 15%;
  }
  .mb20p {
    margin-bottom: 20%;
  }
  article img.rp {
    width: 100%;
    height: auto;
  }
  article a:hover img {
    transition: opacity 0.4s ease;
  }
  /* box  */
  .box50 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .box60 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .box70 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .box80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .box90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  /* flex_box
--------------------*/
  [class^="box-flex-"] {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
  }
  .box-flex-2 div {
    width: 49%;
    height: 49%;
  }
  .box-flex-3 div {
    width: 32%;
    height: 32%;
  }
  .box-flex-4 div {
    width: 24%;
    height: 24%;
  }
  [class^="box-flex-"] > img {
    max-width: 100%;
    height: auto;
  }
  .center {
    text-align: center;
  }
  /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
  /*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/
  /* HTML5 display-role reset for older browsers 
    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        display: block;
    } 
    body {
        line-height: 1;
    }
    ol, ul {
        list-style: none;
    }
    blockquote, q {
        quotes: none;
    }
    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }
    article table {
        border-collapse: collapse;
        border-spacing: 0;
    }
}*/