@charset "UTF-8";

html{
	font-size: 62.5%; 
	scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
    overflow-x: hidden;
}

body{
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.6;
	font-weight: 400;
    color: #000;
    background-color: #F6F3EB;
    overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%
}

ul{
    list-style: none;
    padding: 0;
}

/** 
    brand
--------------------*/

h1.logo{
    width: 96px;
    margin: 60px auto 10px;
    line-height: 1;
}

.tit-brand{
    font-size: 2rem;
    font-weight: 700;
}

.txt-outline{
    width: 70%;
    margin: 0 auto 30px;
}


/** 
    photo
--------------------*/
.link-photo{
    border: 1px solid #fff;
    border-radius: 22px;
    padding: 20px;
    background-color: rgba(255,255,255,0.4);
    margin-bottom: 30px;
}

.link-photo ul{
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.link-photo ul li{
    width: calc(100% / 3 - 6px);
}

.link-photo ul li img{
    border-radius: 12px;
}


/** 
    list
--------------------*/
.tit-title{
    font-size: 1.6rem;
}

ul.link-list{
    margin: 0 0 30px;
}

ul.link-list li{
    margin-bottom: 10px;
}

.btn-link{
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 10px;
    background-color: rgba(255,255,255,0.7);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
}

.btn-link:hover{
    background-color: rgba(255,255,255,0);
}

.link-logo{
    width: 46px;
}

.link-txt{
    width: calc(100% - 46px);
    text-align: center;
    margin-left: -23px;
}
