@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC&display=swap');


p {
  color: #555;
  font-family: 'Cardo', 'Noto Serif SC', 'Source Han Serif SC', 'Songti SC', serif ;
}

h2 {
    font-size: 2.8rem;
    line-height: 1.4em;
    /*font-style: oblique;*/
    letter-spacing: 0.04em;
    color: #555;
    font-family: 'Cardo', 'Noto Serif SC', 'Source Han Serif SC', 'Songti SC', serif ;
}

h3 {
    font-size: 2.1rem;
    line-height: 1.4em;
    /*font-style: oblique;*/
    letter-spacing: 0.04em;
    color: #555;
    font-family: 'Cardo', 'Noto Serif SC', 'Source Han Serif SC', 'Songti SC', serif ;
    margin-bottom: 1em;
}

h3 + p {
    font-size: 1.5rem;
    color: #444;
    font-family: 'Cardo', 'Noto Serif SC', 'Source Han Serif SC', 'Songti SC', serif ;
}

h4 {
    font-size: 1.9rem;
    line-height: 1.4em;
    /*font-style: oblique;*/
    letter-spacing: 0.04em;
    color: #555;
    font-family: 'Cardo', 'Noto Serif SC', 'Source Han Serif SC', 'Songti SC', serif ;
    margin-bottom: 1em;
    margin-top: 2em;
}

h4 span {font-weight: bold;}

h4:first-of-type {
    margin-top: 0;
}

.c_box2 {
    margin-bottom: 60px;
}

.c_sec.w80p div {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.c_nav_item {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 50px 4%;
}

.c_nav_item li {
    flex-basis: 22% !important;
    text-align: center;
    color: #666;
    font-family: 'Cardo', 'Noto Serif SC', 'Source Han Serif SC', 'Songti SC', serif ;
}

.c_nav_item li img {
    width: 100%;
    margin-bottom: 20px;
}

.c_sec.w60p div {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
}

.c_nav_item_2 {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 50px 4%;
}

.c_nav_item_2 li {
    flex-basis: 29.3% !important;
    text-align: center;
    color: #666;
    font-family: 'Cardo', 'Noto Serif SC', 'Source Han Serif SC', 'Songti SC', serif ;
}

.c_nav_item_2 li img {
    width: 100%;
    margin-bottom: 20px;
}
.c_nav_item li p,.c_nav_item_2 p {
    font-size: 1.2rem;
    overflow-wrap: anywhere;
}
.fsL {font-size: 1.9rem;}
#wl_month {
    font-size: 20px;
    margin: 0 auto 16px;
    border-style: solid;
    border-color: rgb(147, 127, 40);
    border-width: 1px;
    border-radius: 25px;
    width: 50%;
    /*padding-top: 6px;
    padding-bottom: 6px;*/
    padding: 6px 0;
    background-color: rgb(147, 127, 40);
    color: rgb(255, 255, 255);
    text-align: center;
}
#btn {
    margin: 40px auto 0;
    width: 60%;
}
a.btn_white_gold {
	display: inline-block !important;
	background: #fff !important;
	color: #937f28 !important;
	border: 1px solid #937f28 !important;
	border-radius: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
	font-size: 100% !important;
	line-height: 1.4 !important;
	text-align: center !important;
	text-decoration: none !important;
	cursor: pointer !important;
	padding: 18px 30px !important;
	transition: all .2s !important;
    font-family: 'Cardo', 'Noto Serif SC', 'Source Han Serif SC', 'Songti SC', serif ;
}

a.btn_white_gold:visited {
	background: #fff !important;
	color: #937f28 !important;
	border: 1px solid #937f28 !important;
	text-decoration: none !important;
}

a.btn_white_gold:active {
	background: #937f28 !important;
	color: #fff !important;
	border: 1px solid #937f28 !important;
	text-decoration: none !important;
}

a.btn_white_gold:hover {
	background: #937f28 !important;
	color: #fff !important;
	border: 1px solid #937f28 !important;
	text-decoration: none !important;
	opacity: 1 !important;
}
@media (min-width: 641px) {
 .c_pc {display: block;}
}
@media screen and (max-width: 640px) {
h2 {
    font-size: 2.0rem;
    line-height: 1.4em;
    /*font-style: oblique;*/
    letter-spacing: 0.04em;
    color: #555;
}

h3 {
    font-size: 1.7rem;
    line-height: 1.4em;
    /*font-style: oblique;*/
    letter-spacing: 0.04em;
    color: #555;
    margin-bottom: 1em;
}

h4 {
    font-size: 1.5rem;
    line-height: 1.4em;
    /*font-style: oblique;*/
    letter-spacing: 0.04em;
    color: #555;
    margin-bottom: 1em;
}

.c_box2 {
    margin-bottom: 40px;
}

.c_sec.w80p div {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
}

.c_sec.w60p div {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
}

.c_nav_item,.c_nav_item_2 {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 50px 4%;
}

.c_nav_item li,.c_nav_item_2 li {
    flex-basis: 48% !important;
    text-align: center;
    color: #666;
}

.c_nav_item li p,.c_nav_item_2 p {
    font-size: 1.2rem;
    overflow-wrap: anywhere;
}
.c_pankuzu {
    width: calc(100% + 2.4rem); /* 左右1.2remずつ合計2.4rem広げる */
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}
.fsL {font-size: 1.5rem;}
    
#wl_month {
    font-size: 20px;
    margin: 0 auto 16px;
    border-style: solid;
    border-color: rgb(147, 127, 40);
    border-width: 1px;
    border-radius: 25px;
    width: 80%;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: rgb(147, 127, 40);
    color: rgb(255, 255, 255);
    text-align: center;
}

}

.line_01 {
     border-bottom: 1px solid #C6B784;
     display: inline;
}

.mb2em {
    margin-bottom: 2em;
}



