/*
Theme Name: salonsen
Description: sennohome
Version: 1.0
Author: hyakka
*/

@charset "utf-8";


html,
body,
header,
footer,
main,
section,
h1,
h3,
ul,
li,
p,
dl,
div {
    margin: 0;
    padding: 0;
    color:#502200;
    line-height: 1;
    font-feature-settings: "palt";
    box-sizing: border-box;
    list-style: none;
    font-family: "yu-mincho-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal; 
}

h2
{
    font-family: "cormorant-garamond", serif;
    font-weight: 500;
    font-style: normal;
    margin: 0;
    padding: 0;
    color:#502200;
    line-height: 1;
    font-feature-settings: "palt";
    box-sizing: border-box;
    list-style: none;
}

img {
    width: 100%;
    vertical-align: bottom;
    border: none;
}

a{
    text-decoration: none;
    color: #502200;
}