body{
  font-family:"Noto Serif JP",serif;
  color: #212121;
}
header {
  display: flex;
	position: fixed;
	z-index:50;
	width: 100%;
	height: 70px;
	background: #ffffff7a;
	color: #fff;
	justify-content: center;
	align-items: center;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.header-img {
  vertical-align: middle;
  height: auto;
}
.pc-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}
a:link{
	font-weight: bold;
	color:#000;
    text-decoration:underline;
}

a:visited{
	font-weight: bold;
	color:#000;
}

a:hover{
    color:#3f00ff;
	text-decoration:none;
}

a{
  display: block;
  text-decoration: none;
}
.head-border {
    position: relative;
    display: inline-block;
    padding: 0 80px;
}

.head-border:before,
.head-border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #666;
}

.head-border:before {
    left: 0;
	background: linear-gradient(-90deg, #666, transparent);
}

.head-border:after {
    right: 0;
	background: linear-gradient(90deg, #666, transparent);
}
.pagetop {
  height: 70px;
  width: 70px;
  position: fixed;
  right: 0px;
  bottom: 0px;
  background: #000000;
  border: solid 2px #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 80;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: translateY(20%) rotate(-45deg);
  /*デフォルトで非表示にする*/
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}
.gmap{
  position: relative;
  z-index: 1;
}
.gmap2{
  position: relative;
  z-index: 1;
  pointer-events: none;
}

/*フッターのスタイルを追加*/
footer{
  position: relative;
  /*height: 300px;*/
  background: #ccc;
}

/*このクラスが付与されると表示する*/
.absolute{
  position: absolute;
  top: -70px;
  bottom: auto;
}

h1{
  color:#212121;
  font-size: 36px;
}

h2{
  color:#212121;
  font-size: 1.9em;
}

h3{
  color:#212121;
  font-size: 1.6em;
  line-height: 1.5;
}

.line-text02{
  padding: 10px 0px 10px 0px;
  font-size: 1.6em;
  line-height: 1.5;
  background: linear-gradient(235deg, #58c6ff 0%, #076ad9 40%, #ff3bef 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h4{
  color:#212121;
  font-size: 1.2em;
  line-height: 1.5;
}

h5{
  color:#212121;
  font-size: 0.9em;
}

h6{
  color:#212121 ;
  font-size: 0.7em;
}

.cal_wrapper {
max-width: 960px;
min-width: 300px;
margin: 2.0833% auto;
}

.googlecal {
position: relative;
padding-bottom: 100%;
height: 0;
}

.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

* {
  outline: none;
}

strong {
  font-weight: 600;
}

.page {
  width: 100%;
  height: 80vh;
  background: #00000000;/*#fdfdfd*/
  font-weight: 600;
  letter-spacing: .03em;
  color: #212121;
  position: relative;
  z-index: 60;
}

.page-work {
  width: 100%;
  height: 80vh;
  background: #00000000;/*#fdfdfd*/
  font-weight: 600;
  letter-spacing: .03em;
  color: #212121;
  position: relative;
  z-index: 60;
}

.page-about {
  width: 100%;
  height: 0vh;
  background: #00000000;
  font-weight: 600;
  letter-spacing: .03em;
  color: #212121;
  position: relative;
  z-index: 60;
}

.page-lineup {
  width: 100%;
  height: 0vh;
  background: #00000000;
  font-weight: 600;
  letter-spacing: .03em;
  color: #212121;
  position: relative;
  z-index: 60;
}
.menu{
    max-width: 700px;
    margin: 0 auto;
    font-size: 1,125rem;
    padding: 40px 0;
}
.menu dl {
    display: table;
    width: 100%;
    border: solid #e4e4e4;
    border-width: 1px 0;
}
.menu dt{
    display: table-cell;
    padding:0.4rem;
	text-align: left;
}
.menu dd{
    text-align: right;
    display: table-cell;
    padding:0.4rem;
}
.menu dd:after{
    display: inline-block;
    content: "";
    width: 1em;
    font-size: 0.7em;
}
.menu dd.from:after {
    content: "〜";
}
.notes{
    font-size: 1.4rem;
    font-family:"Yu Mincho", "YuMincho";
    text-align: left;
}


main {
  padding: 50px 10px 50px 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

main > div {
  margin: auto;
  max-width: 600px;
}

main h2 span {
  color: #BF7497;
}

main p {
  line-height: 1.5;
  font-weight: 200;
  margin: 20px 0;
}

main small {
  font-weight: 300;
  color: #888;
}

#nav-container {
  position: fixed;
  height: 100vh;
  width: 100%;
  pointer-events: none;
  z-index: 50;
}
#nav-container .bg {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  background: #000;
}
#nav-container:focus-within .bg {
  visibility: visible;
  opacity: .6;
}
#nav-container * {
  visibility: visible;
}

.button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  border-radius: 0;
  height: 70px;
  width: 50px;/*30px阪柳記述*/
  cursor: pointer;
  pointer-events: auto;
  margin-left: 25px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  background: #212121;
  transition: .3s;
}
.icon-bar + .icon-bar {
  margin-top: 5px;
}

#nav-container:focus-within .button {
  pointer-events: none;
}
#nav-container:focus-within .icon-bar:nth-of-type(1) {
  transform: translate3d(0,8px,0) rotate(45deg);
}
#nav-container:focus-within .icon-bar:nth-of-type(2) {
  opacity: 0;
}
#nav-container:focus-within .icon-bar:nth-of-type(3) {
  transform: translate3d(0,-8px,0) rotate(-45deg);
}

#nav-content {
  margin-top: 70px;
  /* padding: 20px; */
  width: 90%;
  max-width: 300px;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 70px);
  background: #ecececcc;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  transform: translateX(-100%);
  transition: transform .3s;
  will-change: transform;
  contain: paint;
  z-index: 100;
}

#nav-content ul {
  height: 90%;
  display: flex;
  flex-direction: column;
}

#nav-content li a {
  padding: 10px 15px;
  display: block;
  text-transform: uppercase;
  transition: color .1s;
}

#nav-content li a:hover {
  color: #ffffff;
  background:#212121;
  padding: 10px 25px;
  transition: .3s;
}

#nav-content li:not(.small) + .small {
  margin-top: auto;
  margin-bottom: 10px;/*阪柳記述*/
}

.small {
  display: flex;
  align-self: center;
}

.small a {
  font-size: 11px;
  font-weight: 400;
  color: #212121;
}
.small a + a {
  margin-left: 15px;
}

#nav-container:focus-within #nav-content {
  transform: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

a,
a:visited,
a:focus,
a:active,
a:link {
  text-decoration: none;
  outline: 0;
}

a {
  color: currentColor;
  transition: .2s ease-in-out;
}

h1, h2, h3, h4 {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

img {
  vertical-align: middle;
  height: auto;
  width: 100%;
}

.content-img {
  vertical-align: middle;
  height: auto;
  width: 100%;
}

.content-img:hover {
  opacity: 0.6;
  transition-duration: 0.5s;
}

.sa {
  opacity: 0;
  transition: all 1.0s ease;
}
 
.sa.show {
  opacity: 1;
  transform: none;
}
 
.sa--lr {
  transform: translate(-100px, 0);
}
 
.sa--rl {
  transform: translate(100px, 0);
}
 
.sa--up {
  transform: translate(0, 100px);
}
 
.sa--down {
  transform: translate(0, -100px);
}
 
.sa--scaleUp {
  transform: scale(.5);
}
 
.sa--scaleDown {
  transform: scale(1.5);
}
 
.sa--rotateL {
  transform: rotate(180deg);
}
 
.sa--rotateR {
  transform: rotate(-180deg);
}

.sa.show {
    opacity: 1;
    transform: none;
}


@media all and (max-width: 500px) {
    .container{
        margin-top:0px;
    }
.menu{
    max-width: 700px;
    margin: 0 auto;
    font-size: 1,125rem;
    padding: 40px 0;
}
.menu dl {
    display: table;
    width: 100%;
    border: solid #e4e4e4;
    border-width: 1px 0;
}
.menu dt{
    display: table-cell;
    padding:0.4rem;
	text-align: left;
}
.menu dd{
    text-align: right;
    display: table-cell;
    padding:0.4rem;
}
.menu dd:after{
    display: inline-block;
    content: "";
    width: 1em;
    font-size: 0.7em;
}
.menu dd.from:after {
    content: "〜";
}
.notes{
    font-size: 1.3rem;
    font-family:"Yu Mincho", "YuMincho";
    text-align: left;
}
}

.fontbold{
  font-weight: bold;
}


/* BootStrap カスタム */
/* PC */

nav{
	background: rgba(255, 255, 255, 0.9);
}

.navbar-brand {
  height: 70px;
  padding: 5px 15px;
}

.nav > li > a{
  color:#000;
  display: table-cell;
  vertical-align: middle;
  height: 70px;
  right:30px;
  padding: 15px 11px;
  text-decoration:none;
}

.nav > li > a:hover, .nav > li > a:focus{
  background: #ffa22eb0;
  color:#000;
}

.navbar{
  margin-bottom: 0px;
}

.scroll-box{
  max-width: 80px;
  margin: 0px auto;
}

#sub-menu{
  height:80px;
  background: #000;
  color:white;
}

.txtcenter{
  text-align: center;
}

.txtright{
  text-align: right;
}
.txtleft{
  text-align: left;
}

@media (min-width: 780px) {

	.sp-only{
		display: none;
	}

	.pad55{
	  padding:0px 55px;
	}


  .container {
    max-width:1024px;
  }

  .navbar-header{
    width:250px;
  }

  .flex-box{
    display: flex;
     align-items: center;
     height: 80px;
  }
    
  .googlecal {
    padding-bottom: 75%;
    }
    
#nav-content {
    margin-top: 70px;
    /* padding: 20px; */
    width: 90%;
    max-width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 70px);
    background: #ececec7d;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    transform: translateX(-100%);
    transition: transform .3s;
    will-change: transform;
    contain: paint;
    z-index: 100;
}

}

@media (max-width: 779px){

.pc-only{
		display: none;
	}

  .navbar-brand{
    width: 260px;
  }

  .nav > li > a{
    height:max-content;
    right:0px;
  }

}

.navbar-toggle .icon-bar{
  background: #000000;
}

hr{
  border-top:1px solid #000;
}

.black-hr{
  border-top:1px solid #000;
}

.footer-top{
  border-top:60px solid #000;
  margin: 0px;
}

.footer-box{
   background: #212121;
    padding: 30px;
    color: #ffffff;
    text-align: center;
}


/* サブページ */

.white-section{
  padding:70px 0px;
  background: #fdfdfd;
}
.white-section-top{
  background: #fdfdfd;
}
.img-section{
	background-image: url(../Gllow/images/haikei.png);
	padding:150px 0px 0px 0px;
	background-size:  cover;
	background-position: top;
	background-repeat: no-repeat;/*画像が繰り返すのを防ぐ*/
}

.glay-section{
  padding:60px 0px;
  background: #f2f2f2;
}

/*フローティングバナー*/
.floating-banner {
  position: fixed;
  z-index: 99999;
  bottom: 90px;
  right: 0;
}
.banner {
  width: 300px;/* バナーの横幅 */
  padding: 40px 10px;
  background: linear-gradient(86.13deg, #000 -3.42%, #000 59.59%);/* バナーの背景色 */
  color: #fff;/* バナー内の文字色 */
  font-weight: bold;
  text-align: center;
}
.floating-banner a {
  text-decoration: none;/* リンクに下線が入らないように */
}
.copy {
  font-size: 21px;
  margin: 0 auto 20px;
  line-height: 1.6;
}
.cta {
  display: inline-block;
  width: 270px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  background: linear-gradient(270deg, #F4A240 0%, #E3A608 100%); /* ボタンの背景 */
  box-shadow: 0px 0px 30px #000; /* ボタンの影 */
  border-radius: 8px;
  margin: 0;
  color: #212121;/* バナー内の文字色 */
}
@media screen and (max-width: 990px) {
  .floating-banner {
      display: none;
  }
}
@media screen and (max-width: 560px) {
  .floating-banner {
      display: inline-block;
      bottom: -4px;
  }
  .banner {
      width: 100vw;
      padding: 8px;
  }
  .sp {
      display: none;
  }
  .copy {
      font-size: 16px;
      margin: 0 auto 6px;
  }
  .cta {
      height: 28px;
      line-height: 28px;
      font-size: 15px;
  }
}

/*-------------------------------------------*/
/*	写真をキラリとさせる
/*-------------------------------------------*/
.reflection{
  display:inline-block;
  position:relative;
  overflow:hidden;
  }
  
  .reflection:after {
  content:"";
  height:100%;
  width:30px;
  position:absolute;
  top:-180px;
  left:0;
  background-color: #fff;
  opacity:0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 5s ease-in-out infinite;
  }
  
  @keyframes reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
  }



