@charset "utf-8";

/* デスクトップ（横幅:641～900px）のスタイルシート */
body {
    background-color: #F7F2EC;
    font-family: 'Kosugi Maru', sans-serif;
    color: #282828;
    display: flex;
    flex-direction: column;
    width: 100%;
/* 横からはみだすのは表示させない！ */
	overflow-x: hidden;
/* なおかつ横スクロールもさせないぜ！*/
	overflow-x: clip;
}


.page-header-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
}

.kawamura-logo-wrap {
    width: 125px;
    margin-left: 50px;
    display: block;
    margin-right: auto;
    height: 125px;
    margin-top: -20px;
}
.contact-position_rap {
    margin-right: -127px;
}


/* ここから外部リンク（Youtube、Instagram、note） */
/*外部リンクを消す*/
@media screen and (max-width: 900px){
.external-link {
    display: none; }	
}
/* ここまで外部リンク（Youtube、Instagram、note） */


/* ここから横線 */
.border-900px_wrap {
    width: 90vw;
    margin-left: auto;
    display: block;
    margin-right: auto;
    margin-top: -27px;
}

/* 1300pxの横線を消す */
@media screen and (max-width: 900px) {
.border-1300px_wrap {
    display: none; }
}
/* ここまで横線 */



/* ここからナビゲーション */

/* デスクトップ・タブレット用ナビゲーションを消す*/
@media screen and (max-width: 900px)
{
.main-nav {
    display: none; }	
}

/* ここからスマートフォン用ナビゲーション */
.main-nav-upside{
    display: flex;
    justify-content: space-around;
    font-weight: bold;
    text-align: center;
    width: 90%;
    list-style-type: none;
    margin-top: 4px;
}

.main-nav-downside{
    display: flex;
    justify-content: space-around;
    width: 70%;
    font-weight: bold;
    text-align: center;
	list-style-type: none;
    margin-left: 0%;
    margin-right: auto;
    margin-top: 0px;
}

.main-nav-item{
    font-size: 19px;
}
.diary-position_rap {
    margin-right: 64px;
}

/* ここまでスマートフォン用ナビゲーション */
/* ここまでナビゲーション */


/* 横線アンダーライン */
.border-900px-under_wrap{
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: -12px;
}




/* ここからスマートフォン用外部リンク（Youtube、Instagram、note） */
/* 高さが850px以下ならrandom(動く)*/
@media screen and (min-height: 851px){
.external-link-smartphone-fix_wrap{
    display: flex;
    justify-content: space-around;
    clear: none;
    opacity: 1;
    text-align: center;
    list-style-type: none;
    width: 50%;
    margin-right: auto;
    margin-left: 21%;
    margin-top: 40px;
    position: absolute;
    bottom: 7vh;
    }
}

@media screen and (max-height: 850px){
.external-link-smartphone-fix_wrap{
    display: flex;
    justify-content: space-around;
    clear: none;
    opacity: 1;
    text-align: center;
    list-style-type: none;
    width: 50%;
    margin-right: auto;
    margin-left: 21%;
    margin-top: 40px;
    }
}

.external-link-smartphone-random_wrap {
    display: flex;
    justify-content: space-around;
    clear: none;
    opacity: 1;
    text-align: center;
    list-style-type: none;
    width: 50%;
    margin-right: auto;
    margin-left: 21%;
    margin-top: 40px;
}

.icon-wrap_smartphone{
    margin-right: 35px;
    width: auto;
    height: 40px;
}

/* ここまでスマートフォン用外部リンク（Youtube、Instagram、note） */



.h2_wrap {
    font-weight: bolder;
    font-size: x-large;
    margin-top: 30px;
}

.footer-smartphone-random_wrap {
    text-align: center;
    width: 100vw;
    margin-top: 5px;
    font-size: medium;
    margin-left: auto;
    margin-right: auto;
}

/*スマートフォン用著作権表示　高さが850px以下ならrandom(動くように)表示*/
@media screen and (min-height: 851px){
.footer-smartphone-fix_wrap{
    width: 100vw;
    text-align: center;
    position: absolute;
    bottom: 3vh;
    font-size: small;
	}
}

@media screen and (max-height: 850px){
	.footer-smartphone-fix_wrap{
    text-align: center;
    width: 100vw;
    margin-top: 10px;
    font-size: small;
    
	}
}


@media screen and (max-width: 901px){
.footer-fix_wrap {
    display: none; }
.footer-random_wrap {
    display: none; }	
}
