@charset "UTF-8";

html,
body {
    background-color: #fff;
    font-size: 62.5%;
    font-style: normal;
    font-feature-settings: 'palt';
    background-color: #ffffff;
    -webkit-font-feature-settings: 'pkna';
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    box-sizing: border-box;
	color: #1a1a1a;
}
a {
    text-decoration: none;
	word-break: break-all;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

::selection {
    background: #72635b;
}

::-moz-selection {
    background: #72635b;
}
.font-bold{
	font-weight: bold;
}
a {
    cursor: pointer;
}
.footer {
    background-color: #81746d;
    color: #fff;
    text-align: center;
}
a:hover {
  opacity: 0.5 ;
}
@media screen and (max-width: 768px) {
a:hover {
  opacity: 1 ;
}
}
.main{
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}
.background{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.inner{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}


/*横幅768pxまでのcss*/
@media screen and (max-width: 768px) {
    html,
	body{
      font-family: 'Noto Sans JP', sans-serif;
    }
	.pc {
        display: none !important;
    }

    .tab {
        display: block !important;
    }

    .sp {
        display: inline;
    }
	header {
        box-shadow: 2px 2px 4px gray;
        background: #20b485;
        position: fixed;
        width: 100%;
        margin-bottom: 5%;
        z-index: 10;
		top: 0;
	}
}
@media screen and (max-width: 768px) {
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: absolute;
  z-index : 3;
  right : 3%;
  top   : 2vw;
  width : 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  background: #72635b;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 40px;
  height  : 2px ;
  left    : 4vw;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 35%;
}
.hamburger span:nth-child(2) {
  top: 50%;
}
.hamburger span:nth-child(3) {
  top: 65%;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 45%;
  left: 4vw;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 45%;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: absolute;
  height: 100vh;
  display: none;
  z-index : 2;
  top  : 0%;
  right : 0;
  color: #fff;
  background: #72635b;
  text-align: left;
  width: 75%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  padding-bottom: 5%;
}

.globalMenuSp_list {
  margin: 0 auto;
  width: 90%;
  position: absolute;
  top: 15vw;
  left: 5%;
  font-size: 3.5vw;
}

.globalMenuSp_list_mail{
  margin-top: 70px;
}
.globalMenuSp_list_mail img{
  width: 30px;
  margin-right: 13%;
    margin-left: 30px;
}
.globalMenuSp_list_mail a{
  background-color: #20b485;
  color: #000;
  text-align: center;
  padding:20px 0;
  align-items: center;
  display: flex;
  border-radius: 100px;
  font-weight:bold;
}
.globalMenuSp_list_tel{
  margin-top: 10px;
}
.globalMenuSp_list_tel img{
  width: 30px;
    margin-right: 13%;
    margin-left: 30px;
}
.globalMenuSp_list_tel a{
  background-color: #ffbc2e;
    align-items: center;
  color: #000;
  text-align: center;
    display: flex;
  padding:20px 0;
  border-radius: 100px;
  font-weight:bold;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  text-align: center;
  width: 100%;
  transition: .4s all;
  border-bottom: 1px solid;
  padding: 5vw 0;
}
/*nav.globalMenuSp ul li:last-child {
  border-bottom:none;

}*/
nav.globalMenuSp ul li:hover{
  opacity: 0.5;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  text-decoration :none;
  letter-spacing:0.2rem;
  font-weight: bold;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  display: inline;

}
}
@media screen and (max-width: 768px) {
	nav.globalMenuSp ul li a {
    }
}

@media screen and (max-width: 768px) {
    header{
		width: 100%;
		margin-bottom: 5%;
		z-index: 10;
	}
	header .logo{
		width: 15%;
		padding: 0 0 0 5%;
	}
	.fv{
		padding-top: 15%;
	}
	.hamburger {
        right : 0%;
        top   : 0%;
        width : 15%;
        height: 100%;

      }
	.hamburger span {
        width   : 7vw;
        height  : 2px ;
	}
	nav.globalMenuSp{
		padding-bottom: 0;
	}
	.footer {
		font-size: 1.5vw;
		padding: 3.9vw 0;
	}
}
@media screen and (max-width: 420px) {
	nav.globalMenuSp ul li a {
    }

}
@media screen and (max-width: 320px) {
	.hamburger {
        top: 0%;
    }
	nav.globalMenuSp ul li a {
    }
}
/*　ハンバーガーボタン　*/

/*横幅768pxまでのcss*/
@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block;
    }
}


@media screen and (min-width: 769px) {
	html,
	body{
      font-family: YakuHanJP, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    }
	.pc{
		display: inline;
	}
	header{
		background: #20b485;
		font-size: 1.2rem;
		box-shadow: 2px 2px 4px gray;
		position: fixed;
        top: 0;
        z-index: 100;
		width: 100%;
	}
	header a{
		color: #fff;
	}
	.header{
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
	}
	.header ul{
		display: flex;
		justify-content:space-between;
		align-items: center;
    font-weight: bold;

	}
	.header li{
		list-style: none;
		font-size: 1.2rem;
		flex: 2;
		display: flex;
        justify-content: center;
        align-items: center;
	}
	.header li:first-child{
		margin-left: 0;
		flex: 1;
	}
	.header li:nth-child(2){
		flex: 3;
	}
	.header li:nth-child(3){
		flex: 3;
	}
	.header li:nth-child(5){
		flex: 3;
	}
	.header li:last-child{
		margin-right: 0;
	}
	.footer {
		font-size: 1.1rem;
		margin: 12rem auto 0;
        padding: 10px 0;

	}
	.footer .background{
		position: relative;
	}
	.return{
		width: 134px;
		position: absolute;
		right: 0;
		bottom: 50%;
	}
}








