@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500&family=Old+Standard+TT&family=Playfair+Display&family=Shippori+Mincho+B1&display=swap');

@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html,body {
	height: 100%;
  letter-spacing: 0.1em;
  color: #182d45;
  background: #f7fdff;
  scroll-behavior: smooth;
}
body {
	font-size: 12px;
	font-family: 'Playfair Display', 'Shippori Mincho B1', "Hiragino Mincho ProN", 'Old Standard TT', serif;
	-webkit-text-size-adjust: 100%;
}

a {
  color: #182d45;
  text-decoration: none;
  transition: .6s;
}
a:hover {
  color: #d2bd5c;
}

::selection {
    background: #d2bd5c;
    color: #fff;
}
::-moz-selection {
    background: #d2bd5c;
    color: #fff;
}

#main {
  z-index: 0;
  width: 100%;
  margin: 0;
  padding-bottom: 80px;
}
#main p {
	line-height: 1.9;
}

section {
  width: 90%;
  margin: 0 auto;
}

.inner {
	width: 80%;
  margin: 0 auto;
  clear: both;
}

#global-head {
	position: fixed;
	width: 100%;
	padding: 20px 0 0 30px;
	z-index: 1000;
}
#global-head #brand-logo img {
  width: 250px;  
  margin-top: 10px;
}

#global-nav {
	width: 200px;
  position: fixed;
  top: 20px;
  right: 0;
}
#global-nav ul {
	list-style: none;
	margin: 0;
}
/*#global-nav > ul > li {
	position: relative;
}*/

#global-nav ul li {
  font-size: 12pt;
  letter-spacing: 1px;
  font-weight: 200;
  font-family: 'Playfair Display', serif;
  float: right;
}
#global-nav ul a {
	padding: 0;
  margin: 0 20px 10px 0;
  display: block;
  position: relative;
  text-decoration: none;
}
#global-nav ul a:hover {
  color: #010101;
  opacity: 1;
}
#global-nav ul a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 1.5px;
  background: #d2bd5c;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .5s;
}
#global-nav ul a:hover::after {
  transform: scale(1, 1);
}

#sidebar {
	width: 50px;
  padding: 0 0 0 10px;
	height: 100%;
  position: absolute;
  z-index: 2;
}
#sidebar #copyright {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.8em;
  text-decoration: none;
  letter-spacing: 1px;
  position: fixed;
  bottom: 50%;
  left: -60px;
  transform: rotate(90deg);
  margin: 0;
  padding: 0;
  height: 1em;
}
#brand-logo2 {
  width: 170px;  
  display: block;
  margin: 0;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 100;
}
#brand-logo2 img {
  width: 170px;
}

footer {
  width: 80%;
  z-index: 50;
  font-size: 0.8em;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  margin: 0 auto;
  padding: 80px 10%;
  line-height: 2em;
  background: rgba(238,246,248,1.00);
  display: flex;
  justify-content: space-between;
}
footer div {
  /*width: 50%;*/
}
footer ul {
  list-style: none;
}
footer ul li {
  float: left;
  margin-left: 10px;
  font-style: italic;
}
footer img {
  margin-bottom: 15px;
}
footer span {
  display: block;
  margin: 20px 0 25px 0;
  font-size: 24px;
  text-decoration: underline 1px;
}
footer span br {
  display: none;
}
footer p {
  margin-bottom: 5px;
  letter-spacing: 0.8px;
}
footer p a {
  margin: 0 0 0 20px;
}

button {
	font-size: 18px;
	font-family: 'Shippori Mincho B1', "Hiragino Mincho ProN", serif;
  letter-spacing: 2px;
  width: 50%;
  margin: 0 auto 20px auto;
  padding: 20px 0;
  display: block;
  background: rgba(24,45,69,1.00);
  border: #010101 1px solid;
  color: #fff;
  transition: 1.1s;
  cursor: pointer;
}
button:hover {
  background: rgba(0,83,117,1.00);
  color: #eee;
}

button.sub_bt {
	font-size: 16px;
	font-family: 'Playfair Display', serif;
  margin: 0 auto 20px auto;
  padding: 20px 0;
  background: rgba(255,255,255,1.00);
  color: #182d45;
}
button.sub_bt:hover {
  background: rgba(220,234,242,1.00);
}

.guide {
  width: 70%;
  margin: 180px auto 0 auto;
  margin-bottom: 80px;
}
.guide h6 {
  font-size: 14px;
  border-bottom: 1px solid #182d45;
  margin-bottom: 20px;
  padding:  0 0 5px 1em;
}
.guide dl {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
  font-size: 90%;
  margin: 0 4%;
  line-height: 1.8;
  letter-spacing: 1px;
}
.guide dl dt {
  margin: 2em 0 0 0;
}
.guide dl dd {
  margin: 0.5em 0 0 1em;
}
.guide dl dd ul {
  margin: 0 0 0 1.5em;
}

@media screen and (max-width: 1200px) {
  
footer {
  width: 90%;
  padding: 80px 8%;
}
footer img {
  width: 250px;
}
footer span {
  margin: 15px 0 25px 0;
  font-size: 20px;
}
}

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

button {
	font-size: 18px;
}
  
}

@media screen and (max-width: 600px) {
  
html,body {
  letter-spacing: normal;
}
  
#global-head {
	padding: 0 0 0 10px;
}
#global-head #brand-logo img {
  width: 180px;
  pointer-events: none;
  margin-top: 10px;
}
  
#global-nav ul li {
  font-size: 11pt;
  line-height: 1.5;
}
#global-nav ul a {
  margin: 0 10px 5px 0;
}
  
button,button.sub_bt {
  width: 60%;
	font-size: 16px;
}

.guide {
  width: 90%;
}

footer {
  padding: 30px 8%;
}
footer img {
  width: 80%;
}
footer span {
  font-size: 18px;
  line-height: 1.5;
  margin-top: -2px;
}
footer span br {
  display: inherit;
}
footer p a {
  display: block;
  margin: 0;
}
#brand-logo2 {
  width: 120px;  
}
#brand-logo2 img {
  width: 120px;
} 
}
