@charset "utf-8";
/* CSS Document */

p {
    padding: 1em;
}

div .row {
    position: relative;
}

div .col {
    position: absolute;
    top: 10em;
}

.navbar-nav {
    /*background-color: rgba(155,207,184,0.98);*/
    
}

.nav-item {
    font-size: 14px;
    padding: 0 0.5rem;
}

.nav-item :hover {
    color: #000;
}

.navbar-collapse{
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .8rem;
        padding-left: .8rem;
    }
}

.sns {
    padding-top: 7px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.sns a {
    color: #000;
}

.sns a:hover {
    color: #0098fa;
}

#sns_line{
	font-size: 18px;
}

nav {
    background: rgba(255, 255, 255, 0.0);
    transition: all 300ms 0s ease;
}

.scrolled {
    background: rgba(255, 255, 255, 1.0);
}

h1,
h2,
h3 {
    
}

h4 {
    
    font-size: 1.5rem;
}

hr {
    height: 2px;
    background-color: #ff8c00;
    width: 150px;
    border: none;
}

#top_text {
    height: auto;
}

#top_text h1 {
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 1)
}

section {
    margin-top: 2em;
}

p {
    color: rgba(36, 36, 36, 1.00)
}

.nav-link.active {
    background: rgba(255, 140, 0, 0.7);
    border-radius: 30px;
}


.cards{
	    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 2px solid #ff8c00;
    border-radius: .25rem;
	height: 450px;
	text-align: left;
}

#s_contents{
	background: #BEBBBB;
}

#mare .col-md-6  {
    background-image: url(../images/bg_mare.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

#profile {
    background-image: url(../images/bg_profile.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right;
}

#price .col-md-6 {
    background-image: url(../images/bg_price.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

#how {
    background-image: url(../images/bg_how.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right;
}

#qa {
    background-image: url(../images/bg_qa.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: top;
}


#contact {
    background-image: url(../images/bg_contact.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: top;
    margin-top: 20px;
}

#feed dt{
	padding-top: 2px;
}

#feed dd a{
	color: #71c7a1;
	padding-bottom: 2px;
}

.img_shadow_right {
    background-color: #0098fa;
}

.img_shadow_right img {
    position: relative;
    top: -20px;
    right: -20px;
}

.img_shadow_left {
    background-color: #0098fa;
}

.img_shadow_left img {
    position: relative;
    top: -20px;
    left: -20px;
}


.read-more {
    color: #0098fa;
}

.read-more:hover {
    color: #0098fa;
}

.read-more i {
    position: relative;
    top: 2px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.read-more:hover i {
    padding-left: 10px;
}


.icon,
.copy {
    display: table-cell;
    vertical-align: top;
}


.form-group {
    margin-bottom: 30px;
}

#gtco-contact .form-control {
    height: 70px;
    font-size: 18px;
    box-shadow: none !important;
    border: 1px solid #cccccc;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
}

#gtco-contact textarea {
    height: inherit !important;
    resize: vertical;
}

.btn-primary {
    background-color: #0098fa;
    border: none;
   
}

.btn-primary:hover,.btn-primary:active{
    background-color: #76B797;
    box-shadow: 0 3px 5px 0px #D6D6D6;
}

.anime,
.anime-r,
.anime-l,
.anime-u,
.anime_2,
.anime-r2,
.anime-l2,
.anime_3,
.anime_4 {
    opacity: 0;
}


.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 700;
    font-size: 30px;
    opacity: 0;
    transition: all 300ms 0s ease;
    color: #0098fa;
}

.gototop a{
    color: #0098fa;
}

.gototop a:hover{
    color: #76B797;
}

.gototop2 {
    opacity: 0.7;
}

/*aboutページ*/
#a_top_text h1 {
    margin-top: 13vh;
}

#about_mare ul, #special ul{
	list-style:none;
	margin-bottom: 4rem;
}

#about_mare ul li, special ul li{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 20px;
	line-height: 1.6em;
	background: url("../images/icon_sakura.svg") left 0px top 0.8rem no-repeat;
	background-size: 15px auto;
}

/*howページ*/
.counselor {
    height: 375px;
}

.fa-chevron-down {
    font-size: 50px;
    color: #0098fa;
    text-align: center;
}



/*dataページ*/
#data h3 {
    margin-top: 2rem;
}

#data_main div{
	margin-bottom: 2rem;
}

/*course&priceページ	*/
.teisyutsu {
    margin: 2rem;
    text-align: left;
    font-weight: lighter;
}


@media screen and (min-width:992px) {
    .navbar-nav {
        background: none;
    }

    .counselor {
        height: 475px;
    }
}
#logo {
	width: 250px;
	display: inline-block;
}

@media screen and (max-width:320px) {
	
	#logo {width: 200px;}

}