@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	margin:0;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

section {
	width: 100%;
	clear: both;
	display: block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
    text-decoration: none;
	color:#000;
}


a img:hover {
   /* filter:grayscale(100%);*/
    transform:scale(0.8);
	transition:0.5s;
    opacity: 0.5;
}

sup {
	vertical-align:top;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	vertical-align: middle;
}

hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #000;
	margin:3.0rem auto;
	padding:0;
    max-width:1100px; 
}

input, select {
	vertical-align:middle;
}

li {
	list-style: none;
}

img {
	width: 100%;
	height:auto;
	line-height: 0;
	vertical-align: middle;
}

.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}

.clearfix {
		display: inline-table;
		min-height: 1%;
}

/************************

SETTING

************************/

html{
	font-size:16px;
    scroll-behavior: smooth;
}
body {
	font-family: "Cormorant SC", "Shippori Mincho", serif;
	line-height: 1.8;
	color: #222222;
	-webkit-text-size-adjust: 100%;
	margin:0;
	padding: 0;
	text-align: justify;
	font-feature-settings: "palt";
    background:url("../images/common/bg_body.jpg") #f5f4f3 no-repeat top center fixed;
    background-size: cover;

}

.pc_disp {display: block;}
.sp_disp {display: none;}
.tab_disp {display: block;}
.pc_img {display: inline-block;}
.sp_img {display: none;}
.tab_img {display: inline-block;}

a img:hover,
input[type=image]:hover {
	opacity: 1.0;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a:hover {
	opacity: 1;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	color: #000;
}

a {
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    transition: color 0.2s ease-in-out;
    padding: 0;
}


#wrapper {
    width: 100%;
    position: relative;
}



/************************

TXT SETTING

************************/

h1 {
    font-size: 11rem;
    letter-spacing: 3px;
    font-weight: 400;
    text-align: center;
    line-height: 0.7;
}

h2 {
    font-size: 3.0rem;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #000;
    padding-top: 10px;
    font-weight: 500;
    width: 100%;
}

h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  border-top: 5px solid #000;
  border-bottom: 1px solid #000;
    width: 100%;
}

h2 span {
    text-align: right;
    font-size: 1rem;
    position: absolute;
    right: 0;
    top: 38%;
}

h3 {
    font-size: 1.8rem;
    line-height: 1.2;
}

h4 {
    font-size: 1.3rem;
    margin-bottom: 1.0rem;
}


h5 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
}

h5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #000;
    width: 100px;
}


.txt_ttl_box {
    font-size: 1.5rem;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #000;
    padding-top: 10px;
    font-weight: 500;
    width: 100%;
    line-height: 1.4;
    padding: 20px 0 10px;
}

.txt_ttl_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  border-top: 5px solid #000;
    width: 100%;
}


.txt_s { font-size: 0.8rem;}
.txt_m { font-size: 1.2rem;}
.txt_l { font-size: 1.5rem;}
.txt_xl { font-size: 2.2rem; line-height: 1.5; margin-bottom: 1.2rem;}


.txt_gold {
    color: #a59776;
    font-size: 0.8rem;
}

.txt_ttl {
    font-size: 1.8rem;
    letter-spacing: 2.5px;
    line-height: 2.0;
}

.txt_center { text-align: center;}
.txt_left { text-align: left;}
.txt_right { text-align: right;}
.strong {font-weight:700;}

.txt_indent {
	padding-left:1.0em;
	text-indent:-1.0em;
}

.txt_vertical,
.txt_dual-vertical{
    writing-mode: vertical-rl; /* 縦書き・右から左 */
    text-orientation: upright; /* 文字を正立させる */
}


strong { 
    font-weight: bold; 
    color: #FFF;
    background: #333333;
    padding: 2px 5px;
}
small { font-size: 80%;}


p {	margin-bottom: 1.5rem;}



/************************

HEADER

************************/

header {
    width: 100%;
    margin: auto;
    text-align: center;
}

/************************

LAYOUT SETTING

************************/


.bg {
    width: 90%;
    margin: 3.0rem auto ;
    background: #FFF;
}

.bg {
  outline: 3px solid #000;
  outline-offset: 4px;
  border: 1px solid #000;
}

section {
    width: 90%;
    padding-bottom: 3.0rem;
    margin: auto;
    max-width: 1300px;
}

.container {
    margin: 1.5rem auto;
    clear: both;
    overflow: hidden;
}

.inner_box {
    margin: 3.0rem auto;
}

.contents_head {
    margin: 5.0rem auto 0;
}

.contents_box_m {
    width: 85%;
    margin: 3.0rem auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.media {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.media iframe {
  width: 100%;
  height: 100%;
}


/************************

BTN SETTING

************************/

.btn {
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.btn-list {
    display: inline-flex;
    align-items:center;
    gap: 12px;
    text-decoration: none;
    color: #333;
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: right;
    padding: 1rem 0;
}

.btn_listbox .btn-list {
    border-bottom: none;
}
.btn_listbox div:last-child {
    border-bottom: 1px solid #000;
}

.btn-list:hover {
    color: #FFF;
    background: #000;
}

.btn-text {
  margin-left: auto;
}



.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background: #000;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1;
    font-weight: 300;
}

.btn-list:hover .btn-icon {
    background: #000;
    color: #FFF;
}

.btn_gradation {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    height: 120px;
    margin: 1.5rem auto;
}
.btn_gradation .btn-list {
    display: inline-flex;
    align-items:center;
    gap: 12px;
    text-decoration: none;
    color: #FFF;
    width: 100%;
    border-top: none;
    border-bottom: none;
    padding: 10px 0;
    text-align: right;
    padding: 1rem 0;
    background: linear-gradient(266deg,rgba(85, 175, 186, 1) 0%, rgba(0, 101, 137, 1) 50%, rgba(71, 185, 76, 1) 100%);
}

.btn_gradation .btn-list div {
    text-align: center;
    margin: 10px auto 0 auto;
    display: block;
}
.btn_gradation .btn-txtbox {
    position: absolute;
    right: 0;
    top: 35px;
}
.btn_gradation .btn-txtbox span  {
    float: left;
    margin-left: 10px;

}


.btn-list:hover {
    color: #FFF;
    background: #000;
}


.btn_gradation .btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background: #FFF;
    color: #000;
    font-size: 0.8rem;
    line-height: 1;
    font-weight: 300;
}

.btn-list:hover .btn-icon {
    background: #000;
    color: #FFF;
}

/************************

Footer

************************/

footer {
    text-align: right;
    width: 90%;
    margin: auto;
    font-size: 0.8rem;
    padding-bottom: 3.0rem;
}

.sns {
    display: flex;
    justify-content: space-between;
    margin:0 auto 5.0rem;
    width: 20%;
    max-width: 250px;
}

.sns li {
    width: 12%;
}


/************************

ERROR PAGE

************************/

#error {
    padding-top: 5vh;
}


/************************

PAGER SETTING

************************/


.pagelink {
    width: 100%;
    margin: 3.0rem 0 0 0;
}

.pagelink .btn_A a {
    margin: 0.5rem 0;
}

.pager{
	text-align:center;
}

a.page-numbers,
.pager .current{
    width: 35px;
    display: inline-block;
    margin: 25px 5px;
    font-size: 13px;
    opacity: 1.0;
    background-color: #FFF;
    border: 1px solid #000;
    box-sizing: border-box;
    transition: .4s;
    padding: 8px 2px;
    color: #000;
    text-align: center;
}

.current{
	width: 35px;
    display: inline-block;
    margin: 25px 5px;
    font-size: 13px;
    opacity: 1.0;
    background:#000;
    transition: .4s;
    padding: 8px 2px;
    color: #FFF;
    text-align: center;
}

a.page-numbers:hover ,
.pager .current:hover {
    color: #FFF;
    background: #000;
}

@media screen and (max-width: 767px) {

body {
	margin:0;
	padding: 0;
	text-align: justify;
	font-feature-settings: "palt";
    background:url("../images/common/bg_body.jpg") #f5f4f3 no-repeat top center fixed;
    background-size: 100%;
}
	
img { width: 100%; }

.pc_disp {display: none;}
.sp_disp {display: block;}
.pc_img {display: none;}
.sp_img {display: inline-block;}
	


/************************

TXT SETTING

************************/

h1 {
    font-size: 4rem;
    letter-spacing: 2px;
    font-weight: 300;
    text-align: center;
    line-height: 0.8;
}

h2 {
    font-size: 1.8rem;
    position: relative;
    text-align: center!important;
    border-bottom: 1px solid #000;
    padding: 20px 0 10px;
    line-height: 1.2;
}

h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  border-top: 5px solid #000;
  border-bottom: 1px solid #000;
}

h2 span {
    position: static; /* absoluteを解除 */
    display: block;
    text-align: center;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    clear: both;
}
    

h3 {
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 0.5rem auto;
}

h4 {
    font-size: 1.1rem;
    margin-bottom: 1.0rem;
}

h5 {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
}

h5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #000;
    width: 100px;
}
    
.txt_ttl_box {
    font-size: 1.2rem;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #000;
    font-weight: 500;
    width: 100%;
    line-height: 1.4;
    padding: 15px 0 5px;
}
    
.txt_s { font-size: 0.8rem;}
.txt_m { font-size: 1.2rem;}
.txt_l { font-size: 1.5rem;}
.txt_xl { font-size: 2.2rem; line-height: 1.5; margin-bottom: 1.2rem;}


.txt_ttl {
    font-size: 1.8rem;
    letter-spacing: 2.5px;
    line-height: 2.0;
}

.txt_center { text-align: center;}
.txt_left { text-align: left;}
.txt_right { text-align: right;}
.strong {font-weight:700;}

.txt_indent {
	padding-left:1.5em;
	text-indent:-1.5em;
	margin-bottom: 15px;
}

.txt_vertical,
.txt_dual-vertical{
    writing-mode: vertical-rl; /* 縦書き・右から左 */
    text-orientation: upright; /* 文字を正立させる */
}

strong { font-weight: bold;}
small { font-size: 80%;}


p {	margin-bottom: 1.0rem;}
    
    

/************************

LAYOUT SETTING

************************/
    
.bg {
    width: 90%;
    margin: 2.0rem auto 0;
    background: #FFF;
}

.bg {
  outline: 3px solid #000;
  outline-offset: 4px;
  border: 1px solid #000;
}

section {
    width: 85%;
    padding-bottom: 3.0rem;
    margin: auto;
    max-width: 100%;
}

.container {
    margin: 1.5rem auto;
    clear: both;
    overflow: hidden;
}
    
.contents_head {
    margin: 2.0rem auto 0;
}

.left {
    float: none;
}

.right {
    float: none;
}

    
/************************

BTN SETTING

************************/

.btn_gradation .btn-text {
        display: none;
    }

/************************

Footer

************************/

footer {
    padding: 1.5rem 0;
    text-align: center;
}
.sns {
    display: flex;
    justify-content: space-between;
    margin: 1.5rem auto;
    width: 50%;
}

.sns li {
    width: 20%;
}
    
.sns li img {
    width: 80%;
    text-align: center;
}


    
    
/************************

ERROR PAGE

************************/


}
