@charset "utf-8";
/* 基本色 */
:root{
	--main-color: #d9d8ce;
	--accent-color: #e0b6a9;
	--accent-color: #d3e9d0;
	--accent-color: #c1d1e0;
    -webkit-font-feature-settings: 'Noto Sans JP', 'sans-serif';
    -webkit-font-feature-settings: 'Zen Kaku Gothic New';
    -webkit-font-feature-settings: 'Petit Formal Script', cursive, ;
    -webkit-font-feature-settings: 'Shippori Antique B1', sans-serif;
    -webkit-font-feature-settings: 'Shippori Antique', sans-serif;
}


h1{
    width: 45%;
    font-size: 3rem;
    color: #45423f;
    margin: 110px auto 50px auto;
    padding: 10px;
    border: solid 2px #ffcb8a;
    border-radius: 3px 0 3px 0;
}
h1:before,h1:after{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #ffcb8a;
    border-radius: 50%;
}
h1:after {
    top:-8px;
    left:-9px;
}
h1:before {
    bottom:-8px;
    right:-9px;
}

table{
    margin: auto auto 60px auto;
}
th, td{
    padding: 10px;
    margin: auto;
    text-align: center;
}
th{
    font-size: 1.6rem;
    color: #fff;
    font-weight: lighter;
    background-color: #e0b6a9;
    border-left: solid 1px #fff;
}
td{
    font-size: 1.2rem;
}

/* cont3 */
.cont3{
    position: relative;
    padding-bottom: 30px;
}
.univ{
    width: 80%;
    margin-bottom: 60px;
}

.cont3 h4{
    font-size: 2rem;
    margin-bottom: 10px;
}
.address{
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding: 5px 0;
}
.phone img{
    width: 40px;
    padding-right: 10px;
    padding-bottom: -50px;
}
.phone{
    font-size: 1.5rem;
    padding-top: 0;
    padding-left: 10px;
}
.fa-brands{
    font-size: 2rem;
    padding: 0 5px;
    margin-bottom: 10px;
}

footer{
	color: #fff;
	font-size: 1.2rem;
	background-color: #d9d8ce;
	padding: 10px;
}

/* PC表示 */
.pc{
    display: block;
}
.sp{
    display: none;
}

/* スマホ対応 */
@media (max-width:768px){
.pc{
    display: none;
}
.sp{
    display: block;
}

h1{
    width: 90%;
    font-size: 1.7rem;
}
th{
    font-size: 1.2rem;
}
td{
    font-size: 1rem;
}

/* cont3 */
.cont3{
    position: relative;
    padding-bottom: 30px;
}
.univ{
    width: 95%;
    margin-bottom: 60px;
}

.cont3 h4{
    font-size: 1.8rem;
}
.address{
    font-size: 1.1rem;
}
.phone img{
    width: 40px;
}
.phone{
    font-size: 1.4rem;
}

#pagetop a{
    text-align: center;
    padding-top: 17px;
}

}


/* *{border: 1px solid #000;} */