html{
    scroll-behavior:smooth;
    width: 100%;
    height: auto;
    font-size: 16px;
}

@media screen and (max-width: 568px){
	.html {
		width: 100%;
	}
}

body{
    color: #444;
    margin: 0;
	padding: 0px;
    font-size: 1rem;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" , 'Quicksand', sans-serif;
    background: #fff;
    height: 100%;
    
}

@media screen and (max-width: 568px){
	.body {
		width: 100%;
	}
}

p{
    font-size: 1rem;
    color: #444;
    margin: 0;
    padding: 0;
    letter-spacing: .1rem;
}

/*リンク全般*/
a {
    text-decoration: none;
    color: #444;
}



.wrap{
    margin: 0;
    padding: 0;
    height: auto;
    background: #58CE91;
    height: 0;
}


header {
    position: fixed;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
    background: #fff;
    height: 100px;
    width: 100%;
    z-index: 10;
    padding: .5rem;
}


.header h1 {
	margin-right: auto;
    font-size: 1.4rem;
    letter-spacing: 1rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
}

.header h1 :first-letter{
	margin-right: auto;
    font-size: 2.4rem;
    font-family: 'Quicksand', sans-serif;;
    font-weight: lighter;
    color: #2ecc71;
}

.header span{
    font-size: .7rem;
    letter-spacing: .4rem;
}

.header span :first-letter{
	margin-right: auto;
    font-size: 1rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: lighter;
    color: #2ecc71;
}

.top{
    position: relative;
    list-style: none;
    margin-top: 5rem;
    margin: 0;
    padding: 0;
    padding-right: 1rem;
}

.menu{
    position: relative;
	display: flex;
    align-items: center;
    margin: 0 5rem;
    padding: 0;
    margin-bottom: 1.3rem;
    text-align: center;
    list-style-type: none; 
    padding-left: 0;
}



.header li{
    font-family: 'Quicksand', sans-serif;
}

.header li {
	margin-left: 2rem;
    letter-spacing: .2rem;
    text-align: center;
    flex-grow: 1;
}

.header li a:hover{
    transition: .4s;
    opacity: .5;
}

.header li a {
  position: relative;
  display: inline-block;
  transition: .3s;
}
.header li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #2ecc71;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header li a:hover::after {
  width: 100%;
}





@media screen and (max-width: 768px){
	header {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 0;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        text-align: center;


	}

	.header h1 {
        width: 100%;
		margin: 0 auto;
        font-size: 5vw;
        font-family: 'Quicksand', sans-serif;
        text-align: center;
	}
    
    .header h1 :first-letter{
	margin-right: auto;
    font-size: 7vw;
    font-family: 'Quicksand', sans-serif;
    font-weight: lighter;
    color: #2ecc71;
}

    .header ul {
        width: 100%;
        padding: 0;
        flex-direction: column;
        text-align: center;
        margin: 0 auto;
}
	.header li {
		margin: 0;
        padding: 0;
        width: 100%;
        font-size: 1rem;
        line-height: 2.5rem;
        
	}
    

    
    nav{
        width: 100%;
        margin: 0;
        padding: 0;
    }

     .menu ul{
        margin: 0;
        padding:  0;
    }

    .menu li{
        margin: 0;
        padding:  0;
    }


}


.pc-main{
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    padding-top: 6rem;
    
}

.pc-main img{
    width: 100%;
    height: auto;
    vertical-align:bottom;
}

.pc-contents{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.grid {
  position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	min-width: 320px;
	max-width: 1000;
	max-height: 1000px;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
    vertical-align: bottom;
	opacity: 0.8;
}



.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
    padding: 10 0 0 0;
	background-color: rgba(255,255,255,0);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
    width: 100%;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 4vw;
	right: 3vw;
	bottom: 3vw;
	left: 3vw;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	margin: 0 auto;
    margin-top: 20%;
    margin-bottom: .25vw;
    padding: .5rem;
    width: 50%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
    color: #fff;
    font-size: 3.5vw;
    font-family: 'Alfa Slab One', cursive;
    letter-spacing: .5rem;
}

figure.effect-oscar h3 {
	margin: 0 auto;
    margin-top: 20%;
    margin-bottom: .25vw;
    padding: .5rem;
    width: 50%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
    color: #fff;
    font-size: 3.5vw;
    font-family: 'Paytone One', sans-serif;
    letter-spacing: .5rem;
}

figure.effect-oscar p {
	margin: 0 auto;
    margin-top: .25vw;
    padding: .5rem;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
    color: #fff;
    font-size: .8rem;
    width: 50%;
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover h3 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
     display: inline-block;
	opacity: 0.4;
}

.more_btn a {
    border:1px solid #fff;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: .8rem;
    margin: 0 auto;
    padding: .8rem;
    text-align: center;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    width: 10vw;
    font-family: 'Quicksand', sans-serif;
}
    
    .more_btn a:before{
	font-family: FontAwesome;
	content : "\f0da";
    padding: 0 .5rem;
    margin-top: 5rem;
}



/* マウスオーバー */

.more_btn a:hover {
  background-color:  #fff;
  color: #58CE91;
}


/*スマホ用画面*/

.main{
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.main img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.contents{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.contents p{
    padding: .5rem;
}

.team{
    font-size: 5vw;
    font-family: 'Paytone One', sans-serif;
    text-align: center;
}

.comment{
    text-align: justify;
    text-justify: inter-ideograph;
}

@media screen and (max-width: 768px){
.pc-main{display:none;}}

@media screen and (min-width: 769px){
.main{display:none;}} 




/*各ページタイトル*/

.title{
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 2.5rem;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
-webkit-text-stroke: 1px #58CE91;
    color: #fff;

}



footer{
    position: relative;
    background: #58CE91;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    
}

footer p{
    font-size: .8rem;
    color: #fff;
    line-height: 2rem;
    width: 80%;
    margin: 0 auto;
    
}

.contactus{
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 2rem;
    text-align: center;
    
}

.access{
    font-size: 2rem;
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    padding: 0;
    margin: 10 0;
    width: 100%;
}

.access:before{
	font-family: FontAwesome;
	content : "\f003";
    padding: 0 .5rem;
    margin-top: 5rem;
}

.address{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    
}

.address p{
        font-family: 'Quicksand', sans-serif;

}

.address-box{
    margin: 0 2rem;
    padding: 1rem 0;
    text-align: center;
    
}

.addres-box p{
    color: #fff;
        font-family: 'Quicksand', sans-serif;

}

   .btn a {
  border:1px solid #fff;
  border-radius: 1px;
  color: #fff;
  display: block;
  font-size: .8rem;
  padding: .5rem;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 150px;
  font-family: 'Quicksand', sans-serif;

}

.btn a:before{
	font-family: FontAwesome;
	content : "\f0da";
    padding-right: .5rem;
    margin-top: 5rem;
}

/* マウスオーバー */

.btn a:hover {
  background-color:  #fff;
  color: #58CE91;
}

.copyright{
    width: 100%;
    background: #58CE91;
}

.copyright p{
    color: #fff;
    font-size: .8rem;
    text-align:  right;
    margin-top: 1rem;
    font-family: 'Quicksand', sans-serif;
}



@media screen and (max-width: 768px){
	.access{
        font-size: 1rem;
        font-family: 'Quicksand', sans-serif;
        color: #fff;
        padding: 1rem;
    }

.access:before{
	font-family: FontAwesome;
	content : "\f041";
    padding: 0 .5rem;
    margin-top: 5rem;
}

.address{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.address-box{
        margin: 0 1rem;
}

.address p{
    font-size: .8rem;
    color: #fff;
        font-family: 'Quicksand', sans-serif;

}
    
.btn a {
    border:1px solid #fff;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: .8rem;
    padding: .5rem;;
    text-align: center;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    width: 150px;
        font-family: 'Quicksand', sans-serif;

}
    
    .btn a:before{
	font-family: FontAwesome;
	content : "\f0da";
    padding: 0 .5rem;
    margin-top: 5rem;
}
    
.copyright p{
    color: #fff;
    font-size: .8rem;
    text-align:  center;
    
}
    
}

/*トップに戻るボタン*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

@media screen and (max-width: 768px){
    .pagetop
    {
display:none;
    }
}