@charset "UTF-8";


*, *::before, *::after {
  box-sizing: border-box;
}

.sp { display: none !important; }
.pc { display: block !important; }

body{
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-family: 'Sawarabi Gothic', sans-serif;
  background: #fdfdfd;
}

html {
  font-size: 62.5%;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/*----------------------header--------------------------*/

.hide {
  transform: translateY(-100px);
} 

.fixed {
  display: flex;
  position: fixed;
  width: 100%;
  padding: 0 calc(4% /2);
  background-color: #fdfdfd;
  z-index: 999; 
}

/*----------------site title--------------*/

.fixed_logo {
  max-width: 200px;
  padding: 15px 0 6px;
  font-weight: bold;
  letter-spacing: .1rem;
}

h1 .title {
  font-size: 2.8rem;
}

h1 .sub_title {
  font-size: 1.1rem;
}

/*----------------nav btn---------------*/
 
.nav_btn {
  margin-left: auto;
  max-width: 100%;
  font-size: 1.6rem;
  letter-spacing: .2rem;
}

#nav li {
  display: inline-block;
  padding: 15px 0;
  font-weight: bold;
}

/*表示するテキストが切り替わる*/
.btntextchange{
  position: relative;
   border-radius: 25px;
     min-width: 130px;
   padding: 20px;
     text-align: center;
   display: inline-block;
     text-decoration: none;
     color: #3B4043;
     outline: none;
  transition: all .2s;
}

.contactbtn {
  background:#22426D;
  border: none;
}

.nav_btn nav li:last-child a {
  margin-left: 20px;
  color: #fdfdfd;
}

.btntextchange span{
  /*絶対配置でテキストの位置を決める*/
  position: absolute;
  left: 50%;
  top:50%;
  transform:translate(-50%,-50%);
  transition: all .4s;
  display: block;
  white-space: nowrap;
}

/*差し替わるテキストの設定*/
.btntextchange span:nth-child(2){
opacity: 0;
}

/*hoverするとテキストが入れ替わる設定*/
.btntextchange:hover span:nth-child(1){
opacity: 0;
}

.btntextchange:hover span:nth-child(2){
opacity: 1;
}

/*---------------main visual-----------------*/

.main_visual {
  position: relative;
  padding: 66px 0;
}

.top_img {
  width: 80%;
  margin-left: auto;
}

.main_visual_text {
  position: absolute;
  top: 50%;
  padding-left: 80px;
  max-width: 500px;
  color: #22426d8e;
  font-weight: bold;
  text-align: left;
  z-index: 10;
}

.last_name {
  font-size: 3.5vw;
  letter-spacing: .4rem;
}

.name {
  font-size: 7vw;
  line-height: .8;
}

.box {
  position: absolute;
  top: 40%;
  width: 80%;
  height: 70%;
  z-index: -50;
}

.grayback {
  background: url(../img/grayback.jpg) repeat;
}

.scroll-down {
  display: block;
  overflow: hidden;
  background-color: #fdfdfd;
}

.firstview {
  position: absolute;
  bottom: 0;
  left: 18%;
  height: 53%;
  width: 3px;
}

.scroll-down span {
  display: block;
  height: 100%;
  width: 3px;
  background: -webkit-gradient(linear,left bottom,left top,from(#999),color-stop(#999),to(#999));
  background: linear-gradient(0deg,#999,#999,#999);
  -webkit-animation: drop 1.5s cubic-bezier(.5,.05,.6,.15) infinite;
  animation: drop 1.5s cubic-bezier(.5,.05,.6,.15) infinite;
  z-index: 1;
}
@-webkit-keyframes drop {
  0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%)
  }
  to {
      -webkit-transform: translateY(100%);
      transform: translateY(100%)
  }
}

@keyframes drop {
  0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%)
  }
  to {
      -webkit-transform: translateY(100%);
      transform: translateY(100%)
  }
}

/*---------------------main-----------------------*/

.container {
  max-width: 1080px;
  width: calc(100% - 50px);
  margin: 0 auto;
}

/*-----------concept------------*/

.sp_flex {
  display: flex;
  justify-content: space-between;
}

@media(min-width:907px){  
  #concept {
    position:relative; 
    display: flex;
    justify-content: space-between;
    margin: 180px auto 150px;  
    width: calc(100% - 200px);
  }
  }

.concept_title {
  margin: 0 auto;
}
h2 {
  font-size: 3rem;
  font-weight: bold;
  writing-mode: vertical-rl;
}

.concept_content {
  margin: auto 0 auto 80px;
  text-align: left; 
  font-size: 2rem;
  line-height: 2;
}

.concept_content p {
  margin-bottom: 20px;
}

.concept_content p:last-child {
  margin-bottom: 0;
}

.concept_img {
  margin-top: auto;
  width: 35%;
}

/*-------------main contents------------*/

.outer {
  position:relative
}

.index {
  position: absolute;
  top: 50px;
  width: 45%;
  background: #22426D;
}

h3 {
  padding-right: 60px;
  text-align: right;
  color: #fdfdfd;
  font-size: 5.6rem;
  line-height: 2;
  letter-spacing: .5rem;
  font-style: italic;
}
.index h3 { 
  text-shadow: -4px 3px 0 #22426D, -8px 6px 0 #000;
}
#activities h3 {
  text-shadow: -5px 4px 0 #fff;
}
.foot_contact h3 {
  text-shadow: -5px 4px 0 #000;
}
/*-------------profile-------------*/

.profile_container {
  display: flex;
  margin-bottom: 100px;
  padding: 200px 80px 60px;
}

.profile_container a:hover {
  color: #83a0c7;
}

/*----------left------------*/

.profile_left {
  width: 46%;
}

.photo {
  margin: 0 auto;
  max-width: 330px;
}

.photo img {
  border-radius: 50%;
}

.intro {
  margin-top: 35px;
  font-size: 1.6rem;
  line-height: 1.7;
  text-indent: 1em;
}

.more {
  text-align: right;
}

.profile_version a {
  color: #3B4043;
}

/*-----------right----------*/

.profile_right {
  width: 54%;
  margin-left: 100px;
}

.name_title {
  margin: 20px 0 60px;
}

.name_title p {
  line-height: 1.7;
}

.name_title p:first-child {
  border-bottom: dotted #3B4043;
}

.name_j {
  display: inline-block;
  width: 55%;
  font-size: 2.8rem;
  line-height: 1.8;
  letter-spacing: .8rem;
}

.name_e {
  display: inline-block;
  width: 45%;
  font-size: 1.6rem;
  text-align: right;
  letter-spacing: .2rem;
}

.profession {
  display: inline-block;
  width: 70%;
  font-size: 1.8rem;
  line-height: 1.8;
}

.p_sns {
  display: inline-block;
  width: 28%;
  text-align: right;
  font-size: 2rem;
  line-height: 1.8;
}

.p_sns a {
  color: #22426D;
}

.p_sns i {
  margin-left: 20px;
}

.profile_right  ul li {
  list-style-type: none;
}

.profile_right dt {
  margin-top: 25px;
  color: #22426D;
  font-size: 2.4rem;
  font-weight: bold;
}

.profile_right dd {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.7;
}

.flex {
  display: flex;
}

.flex li:after {
  content: '　/　';
}

.flex li:last-child::after {
  content: none;
}

.type li {
  list-style: disc;
}

.position {
  margin-left: 15px;
}

.profile_right ul li a {
  text-decoration: underline;
}

/*-------------image---------------*/


.parallax-bg {
  height: 450px;
  background: url(../img/group.jpg) fixed center no-repeat;
  opacity: .7;
  background-size :100vmax;
}


/*---------------service-----------------*/

#service .index {
  position: absolute;
  top: 100px;
}

.expo_container {
  padding-top: 280px;
}

.expo_box {
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 25px 40px;
  background: #fdfdfd;
}

.run {
  margin-bottom: 80px;
}

.expo_content {
  display: table;
  width: 48%;
}

.expo_content img {
  object-fit: cover;
  width: 100%;
  height: 220px;
}

.text_box {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.expo_content dt {
  position: relative;
  padding: 0 0 1.5rem 1rem;
  text-align: center;
  color: #32537e;
  font-size: 4.4rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: .1rem;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  border-radius: 0 0 0 20px;
}

.expo_content dt:before { 
  position: absolute;
  right: 52px;
  bottom: -21px;
  width: 0;
  height: 0;
  content: '';
  border-width: 19px 19px 0 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

.expo_content dt:after {
  position: absolute;
  right: 54px;
  bottom: -14px;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 14px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.expo_content dd {
  padding-top: 25px;
  font-size: 1.8rem;
  line-height: 1.8;
}

.expo_content span {
  background: linear-gradient(transparent 60%, rgba(255, 140, 0, 0.301) 60%);
}


@media only screen and (max-width: 1090px) {
  
  .pc_mx { display: none !important; }

}

/*-----------plan------------*/

.service_plan {
  padding-bottom: 120px;
  background: #22426D;
}

.plan_inner {
  display: flex;
  justify-content: space-between;
  margin: 100px auto 0;
  width: calc(100% - 60px);
}

.margin {
  margin-left: 80px;
}

.plan_img {
  margin-bottom: 30px;
  max-width: 500px;
}

.part_inner {
  padding: 20px 0 30px;
}

.btn,
button.btn {
  width: 100%;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;
  background: #fff;
}

.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 3px solid #000;
  border-radius: 0.5rem;
}

.btn-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
}

.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}

.btn-border-shadow--color2 {
  border-radius: 100vh;
}

.btn-border-shadow--color2:before {
  border-radius: 100vh;
  -webkit-box-shadow: 5px 5px 0 darkorange;
  box-shadow: 5px 5px 0 darkorange;
}

h4 {
  font-size: 2.8rem;
}

h4::after {
  content:' >';
  font-size: 3.4rem;
}


/*----------activities----------*/

#activities {  
  padding: 100px 0 150px;
  background: url(../img/grayback.jpg) repeat;
}

#activities h3 {
  padding-right: 0;
  text-align: center;
  color: #333;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: .5rem;
}

.index_title p {
  text-align: center;
  line-height: 1.7;
}

.instagram_photos {
  margin: 40px 0 0;
}

.instagram_photos a ul:hover {
  opacity: .8;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider li {
  max-width: 600px;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
  margin:0 10px;/*スライド左右の余白調整*/
}


/*========= ページトップ===============*/

/*リンクの形状*/

#page-top a{
  /* border-top: solid 3px #333; */
	color: #333;
	text-align: center;
	font-size: 1.4rem;
	transition:all 0.3s;
}

#page-top a::before {
  content: '―――――';
  position: absolute;
  top: -12px;
  left: -5px;
}

#page-top a:hover{
	color: darkorange;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 15px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

/*-------------footer----------------*/

/*-----------contact-----------*/

.foot_contact {
  width: 100%;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background: #333;
  cursor: pointer;
}

.foot_contact:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/insta3.jpg) fixed center no-repeat;
  opacity: .4;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.foot_contact:hover:after {
  opacity: .2;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.foot_contact a {
  position: relative;
  display: block;
  align-items: center;
  justify-content: center;
  z-index: 1;
  height: 100%;
  text-decoration: none;
  color: #fdfdfd;
  display: block;
}

.contact_inner {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}

.index_title h3 { 
  padding-right: 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.7;
}

.foot_contactBtn {
  position: relative;
  display: inline-block;
  margin: 40px auto;
  padding: 20px;
  width: 200px;
  color: #fdfdfd;
  text-align: center;
  border: solid 2px #fdfdfd;
  background: rgba(51, 51, 51, 0.671);
  outline: none;
  transition: all .2s;
}

.foot_contactBtn::before,
.foot_contactBtn::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
  box-sizing: content-box;
}

.foot_contactBtn::before {
  top: -2px;
  left: -2px;
}

.foot_contactBtn::after {
  bottom: -2px;
  right: -2px;
}

.foot_contact:hover .foot_contactBtn{
  color: darkorange;
  background: none;
}

.foot_contact:hover .foot_contactBtn::before,
.foot_contact:hover .foot_contactBtn::after {
  width: 100%;
  height: 100%;
}

.foot_contact:hover .foot_contactBtn::before {
  border-bottom-color: darkorange;
  border-left-color: darkorange;
  transition: height .3s, width .3s .3s;
}

.foot_contact:hover .foot_contactBtn::after {
  border-top-color: darkorange;
  border-right-color: darkorange;
  transition: height .3s, width .3s .3s;
}


/*----------------------*/

.foot_container {
  padding: 30px calc(4% /2) 30px;
  background: #22426D;
}

.foot_content {
  display: flex;
  justify-content: space-between;
  color: #fdfdfd;
  letter-spacing: .1rem;
}

.foot_logo {
  margin-bottom: 20px;
}

.foot_logo p:first-child {
  font-size: 4rem;
  font-weight: bold;
}

.foot_logo p:last-child {
  font-size: 1.6rem;
}

.f_sns a{
  font-size: 2rem;
  color: darkorange;
}

#fb {
  margin-left: 10px;
}

.foot_right {
  margin-top: auto;
  text-align: right;
}

@media(min-width:800px){
#foot_navBtn {
  display: flex;
  margin-bottom: 30px;
}

}


#foot_navBtn li {
  margin-left: 15px;
  line-height: 1.7;
}

.f_sns a:hover, #foot_navBtn li:hover {
  color: #83a0c7;
}



















/*responsive*/

@media only screen and (max-width: 906px) {
 
  .pc { display: none !important; }
  .sp { display: block !important; }

/*----------------------header--------------------------*/

/*----------------site title--------------*/

/*ハンバーガーボタン*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 9999;
  right : 13px;
  top   : 3px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : inline-block;
  position: absolute;
  width   : 45%;
  height  : 3px ;
  left    : 14px;
  border-radius: 2px;
  background : #333;
  transition: all .4s;
}
.hamburger span:nth-child(1) {
  top: 15px;
}
.hamburger span:nth-child(2) {
  top: 23px;
}
.hamburger span:nth-child(3) {
  top: 31px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 18px;
  left: 18px;
  background :#fff;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
    background :#fff;
}

.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}

.globalMenuSp ul {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  width: 100%;
  z-index: 9999;
}

.globalMenuSp ul li {
  padding: 0;
  width: 100%;
  transition: .4s all;
  cursor: pointer;
}

.globalMenuSp li a {
  color: #fff;
  padding:10px;
  display: block;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.globalMenuSp ul li:hover{
  background :#7070708a;
}

/* このクラスを、jQueryで付与・削除する */
.globalMenuSp.active {
  opacity: 100;
}

.contactbtn {
  background: none;
}

.nav_btn nav li:last-child a {
  margin-left: 0px;
  color: darkorange;
}

/*---------------main visual-----------------*/

.top_img {
  width: 100%;
}

.main_visual_text {
  position: static;
  margin-top: -2.5%;
  padding-left: 30px;
  width: 40%;
  text-align: center;
}

.last_name {
  font-size: 4.3vw;
}

.name {
  font-size: 9.5vw;
}

.box {
  top: 25%;
}

.firstview {
  margin-left: 45%;
}

/*---------------------main-----------------------*/
/*-----------concept------------*/

#concept {
  margin: 80px auto 20px;
  max-width: 700px;
}

.concept_title h2 {
  font-size: 2.6rem;
}

.concept_content {
  margin: 15px auto; 
  font-size: 1.8rem;
  line-height: 2;
}

.concept_img {
  margin: -50px 40px 0 auto;
}
/*-------------main contents------------*/

.index {
  width: 50%;
}

h3 {
  padding-right: 30px;
  font-size: 4.2rem;
}

/*-------------profile-------------*/

.profile_container {
  display: block;
  margin-bottom: 50px;
  padding: 170px 80px 50px;
}

.profile_left {
  width: 100%;
}

.photo {
  max-width: 300px;
  width: calc(100% - 100px);
}

.intro {
  margin-top: 30px;
}

.profile_right {
  width: 100%;
  margin-left: 0;
}

.name_title {
  margin: 20px 0 0;
}

.name_j {
  font-size: 2.4rem;
  letter-spacing: .6rem;
}

.name_e {
  font-size: 1.4rem;
  letter-spacing: .1rem;
}

.profession {
  font-size: 1.6rem;
}

.profile_right dt {
  margin-top: 30px;
}

.profile_right dd {
  margin-top: 6px;
}

.position {
  margin-left: 5px;
}

/*-------------image---------------*/

.parallax-bg {
  height: 350px;
}

/*---------------service-----------------*/

#service .index {
  top: 50px;
}

.expo_container {
  padding-top: 160px;
}

.expo_box {
  display: block;
  margin-bottom: 20px;
  padding: 40px 80px;
}

.run {
  margin-bottom: 40px;
}

.expo_content {
  width: 100%;
}

.text_box {
  text-align: left;
}

.expo_content dt {
  top: 20px;
  font-size: 3.8rem;
}

.expo_content dd {
  margin-top: 22px;
  line-height: 1.8;
}

/*------------plan-------------*/

.service_plan {
  padding-bottom: 80px;
}

.plan_inner {
  display: block;
  margin: 60px auto 0;
}

.margin {
  margin: 30px 0 0;
}

.plan_img {
  margin-bottom: 20px;
}

.btn-border-shadow--color2:before {
  -webkit-box-shadow: 5px 5px 0 darkorange;
  box-shadow: 5px 5px 0 darkorange;
}

h4 {
  font-size: 2.4rem;
}

h4::after {
  font-size: 3.2rem;
}

.part_inner p {
  font-size: 1.4rem;
  letter-spacing: 0;
}

.part_inner {
  padding: 10px 0 20px;
}


/*----------activities----------*/

#activities {  
  padding: 0 0 100px;
}

.index_title {
  padding-top: 70px;
}

/*========= ページトップ===============*/

#page-top a{
	font-size: 1.1rem;
}

#page-top a::before {
  top: -5px;
}

/*-------------footer----------------*/
/*-----------contact-----------*/

.foot_contact {
  padding: 20px 0 90px;
}
.foot_contactBtn {
  margin: 25px auto;
  padding: 15px;
  width: 160px;
  border: solid 1px #fdfdfd;
}

/*----------------------*/

.foot_content {
  padding: 0 calc(4% /2) 0;
}

.foot_logo {
  margin-bottom: 15px;
}

.foot_logo p:first-child {
  font-size: 2.8rem;
}

.foot_logo p:last-child {
  font-size: 1rem;
}

.f_sns {
  font-size: 1.6rem;
}

#foot_navBtn {
  margin-bottom: 15px;
  font-size: 1.4rem;
}

.copy {
  font-size: 1.2rem;
}




}



















@media only screen and (max-width: 600px) {

  .fixed_logo {
    padding: 5px 0;
  }

  h1 .title,
  h1 .sub_title {
    line-height: 1;
  }

/*---------------------main-----------------------*/
/*-----------concept------------*/

#concept {
  margin: 10px auto 10px;
}

.concept_title h2 {
  font-size: 2.2rem;
}

.concept_content {
  margin: 15px auto; 
  font-size: 1.4rem;
  line-height: 2;
}

.concept_content p {
  margin-bottom: 15px;
}

.concept_content p:last-child {
  margin-bottom: 0;
}

.concept_img {
  margin: -80px 40px 0 auto;
  width: 40%;
}
/*-------------main contents------------*/

.index {
  top:30px;
}

h3 {
  padding-right: 0;
  text-align: center;
  font-size: 3.4rem;
  letter-spacing: .3rem;
}

/*-------------profile-------------*/

.profile_container {
  margin-bottom: 40px;
  padding: 120px 30px 25px;
}
.profile_left {
  margin-bottom: 30px;
}
.profile_right dt {
  margin-top: 20px;
}

/*-------------image---------------*/

.parallax-bg {
  height: 180px;
}

/*---------------service-----------------*/
#service .index {
  top: 40px;
}
.expo_container {
  padding-top: 120px;
}
.expo_box {
  padding: 25px 30px;
}

.expo_content dt {
  top: 15px;
  padding: 0 0 1.5rem 0;
  font-size: 3rem;
}

.expo_content dd {
  margin-top: 15px;
  font-size: 1.6rem;
}

/*-----------plan------------*/

.service_plan {
  padding-bottom: 65px;
}

/*----------activities----------*/

#activities {  
  padding: 0 0 70px;
}

.index_title {
  padding-top: 50px;
}

h4 {
  font-size: 2.4rem;
  letter-spacing: 3px;
}

.instagram_photos {
  margin-top: 20px;
}
/*==================================================
スライダーのためのcss
===================================*/

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
  margin:0 5px;/*スライド左右の余白調整*/
}


/*========= ページトップ===============*/

/*リンクの形状*/

#page-top a{
	font-size: 1rem;
}

#page-top a::before {
  content: '――――';
  top: -8px;
  left: 0px;
}

/*リンクを右下に固定*/
#page-top {
	right: 12px;
}

/*-------------footer----------------*/

/*-----------contact-----------*/

.foot_contact {
  padding: 8px 0 100px;
}

.foot_contactBtn::before,
.foot_contactBtn::after {
  border: 1px solid transparent;
}

.foot_contactBtn::before {
  top: -1px;
  left: -1px;
}

.foot_contactBtn::after {
  bottom: -1px;
  right: -1px;
}

/*----------------------*/

.foot_container {
  padding: 0;
}

.foot_content {
  display: block;
  margin: 0 auto;
  padding: 20px 0 10px;
  width: calc(100% - 50px);
  color: #98A6B5;
}

.foot_left {
  margin: 0 auto;
  max-width: 300px;
  text-align: center;
}

.foot_right {
  margin-top: 25px;
  text-align: center;
}

#foot_navBtn {
  display: inline-block;
}

#foot_navBtn li {
  margin: 0 0 10px;
  color: #fdfdfd;
}


}