﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

/* ----------　all　---------- */
.linkStyle{
	color:#5c7a54;
	text-decoration: underline;
}
.linkStyle:hover{
	color:#5c7a54;
	opacity: 0.7;
	transition: all 0.5s;
}


body {
    background-color: #fffffa;
    font-family: 'Roboto','Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

main.blur {
    background-color: rgba(255,255,250,1);
}


/* nav */

.overlay ul.sns_links {
    margin: 15px 0;
}

/* footer */


/* ----------　TOP　---------- */

/* main-img */

#main_img:before {
    display: none;
}

.main-copy {
    width: 60%;
    left: -5%;
    top: 30%;
}


/* top */

#intro .intro_photo h2 {
    color: #fffffa;
    left: -10px;
    top: 0;
}

.top_title .slash:before, .top_title .slash:after {
    display: none;
}

.top_title {
    height: 300px;
}

#contents .con_title {
    font-size: 60px;
    max-width: 550px;
    margin: 0 auto 50px;
}

.modal_title1 {
    display: none;
}

/* top-cms */



/* ----------　下層ページ　---------- */

#page_title_img:before {
    display: none;
}

/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
#main_img {
        background-position: 50% 50%!important;
}

.main-copy {
    width: 90%;
    left: -5%;
    top: 50%;
}
    
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
#main_img {
    background-position: 58% 10%!important;
}
    
.main-copy {
    width: 95%;
    left: -5%;
    top: 60%;
}

.top_title {
    height: 200px;
}
    
}