@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:#45494b;
}

sup {
	vertical-align:top;
}

/* change colours to suit your needs */
ins {
	background-color:#ccc;
	color:#45494b;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ccc;
	color:#45494b; 
	font-style:italic;
	font-weight:bold;
}

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;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #2fa6b5;
	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;
}



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

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

/* Hides from IE-mac */
* html .clearfix {
		height: 1%;
}
.clearfix {
		display: block;
}


/******* setting ********/
html{
	font-size:15px;
}
body {
	font-family: "Jost",'Noto Sans JP', sans-serif;
	line-height: 2.2;
	color: #45494b;
	-webkit-text-size-adjust: 100%;
    letter-spacing: 2px;
	margin:0;
	padding: 0;
	text-align: justify;
	font-feature-settings: "palt";
}

.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.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
    background:  linear-gradient(90deg,rgba(47, 166, 181, 1) 0%, rgba(151, 221, 245, 1) 100%);
}

a:hover {
	opacity: 1;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: #2fa6b5;
}

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

.grecaptcha-badge { visibility: hidden; }

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

TXT SETTING

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

h2 {
    text-align: center;
    font-size: 2.8rem;
    font-family: "Shippori Mincho", serif;
    line-height: 2.5;
    letter-spacing: 5px;
    margin-bottom: 5.0rem;
}
h2 span,
.txt_blue{
    color: #2fa6b5;
}

h3 {
    font-size: 8.5rem;
    font-weight: 500;
    letter-spacing: 20px;
    text-align: center;
    margin: auto;
    color: #22282b;
    line-height: 1.0;
    margin: 1.5rem auto;
}
h4 {
    text-align: center;
    font-size: 2.0rem;
    font-family: "Shippori Mincho", serif;
    line-height: 2.5;
    letter-spacing: 5px;
    margin-bottom: 3.0rem;
}

h5 {
    font-size: 2.0rem;
    font-family: "Shippori Mincho", serif;
    line-height: 1.8;
    letter-spacing: 5px;
    margin: 2.2rem 0;
}

.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_min {
    font-family: "Shippori Mincho", serif;
}

.txt_ttl {
  font-family: "Shippori Mincho", serif;
    font-size: 1.8rem;
    letter-spacing: 2.5px;
    line-height: 2.0;
}

.txt_bg_blue {
    font-size: 1.1rem;
    display: inline-block;
    padding: 2px 100px 2px 20px;
    text-align: left;
    background: #2fa6b5;
    color: #FFF;
    line-height: 1;
    margin-bottom: 1.2rem;
}

.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;
}

strong { font-weight: bold; color: #2fa6b5}
small { font-size: 80%;}


p {	margin-bottom: 2rem;}



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

HEADER

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

.sidemenu {
    display: block;
}
.headbar {
    display: none;
}
header .headbar a img:hover {
    background: none;
}

header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9990;
}
header h1 {
	margin: auto;
    width: 50px;
    position: fixed;
    top: 90px;
    right: 20px;
}
header h1 a img:hover {
    background: none;
}

header .sidebar {
    font-family: "Jost","Shippori Mincho", serif;
    position: fixed;
    bottom: 2%;
    right: 20px;
    display: flex;
  flex-direction: column; /* 要素を縦並び */
}
header .sidebar p {
    writing-mode: vertical-rl; /* 縦書き */
  text-orientation: upright; /* 英数字も縦に */
  padding: 10px;
  height: auto;
}
header .sidebar p:last-child {
    font-size: 1.1rem;
    letter-spacing: 5px;
}


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

LAYOUT SETTING

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


section {
	width: 100%;
	margin-bottom: 20.0rem;
}

.inner_box {
	width: 1100px;
	margin: auto;
    padding-bottom: 10rem;
    position: relative;
}

.inner_box_M {
	width: 800px;
	margin: auto;
    padding-bottom: 10rem;
}


.divider {
    width: 1px;
    height: 100px;
    margin: 5.0rem 0 3.0rem;;
    background-color: #2fa6b5;
    position: relative;
    left: 50%;

}

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

BTN SETTING

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

.btn_list {
    max-width: 500px;
    margin: 1.5rem auto;
}

.btn_list li {
    color: #FFF;
	font-size: 1.0rem;
	text-align: center;
	background: #2fa6b5;
    margin: 1.5rem auto;
	
}
.btn_list li a {
    display: block;
     width: 100%;
	color: #FFF;
	padding: 15px 0px;
	cursor: pointer;
}
.btn_list li a:hover {
    background:  linear-gradient(90deg,rgba(47, 166, 181, 1) 0%, rgba(151, 221, 245, 1) 100%);
}

.btn_list .btn_white {
    color: #2fa6b5;
	font-size: 1.3rem;
	text-align: center;
	background: #FFF;
}
.btn_list .btn_white a {
    display: block;
	color: #2fa6b5;
	padding: 15px 0px;
	cursor: pointer;
}
.btn_list .btn_white a:hover {
    color: #FFF;
}

.btn {
    max-width: 500px;
    color: #FFF;
	font-size: 1.0rem;
	text-align: center;
	background: #2fa6b5;
    margin: 1.5rem auto;
	
}
.btn a {
    display: block;
    width: 100%;
    color: #FFF;
    padding: 10px 0px;
    cursor: pointer;
}
.btn a:hover {
    background:  linear-gradient(90deg,rgba(47, 166, 181, 1) 0%, rgba(151, 221, 245, 1) 100%);
}

.cta {
    text-align: center;
}
.cta p {
    margin-bottom: 0;
}
.btn_cta {
    width: 800px;
    color: #FFF;
    margin: 1.5rem auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    background: linear-gradient(-90deg, rgba(47, 166, 181, 1) 0%, rgba(151, 221, 245, 1) 100%);
    padding: 20px 0; /* 高さ調整に余白追加（必要に応じて） */
}

.btn_cta a {
    color: #FFF;
    width: 800px;
    display: block; 
    text-decoration: none;
}

.btn_cta img:hover {
    background: none;
}

.btn_cta > li {
    width: 40%;
    display: flex;               /* 追加 */
    align-items: center;         /* 縦中央揃え */
    justify-content: center;     /* 横中央揃え（必要なら） */
    text-align: center;          /* テキスト整列 */
}

.btn_cta img {
    max-width: 100px;
    height: auto;
}

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

Footer

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

.footer {
    text-align: center;
}
.footer .img_box {
    max-width: 180px;
    margin: auto;
}

footer {
    color: #FFF;
    background: #7a858c;
	padding: 5.0rem 0 1.5rem;
    margin-top: 5.0rem;
}
footer h2 {
    line-height: 1.8;
    margin-bottom: 1.4rem;
}
footer .txt_en {
    font-size: 1.3rem;
    font-weight: 200;
    letter-spacing: 10px;
}
footer .ft_BI {
    max-width: 250px;
    margin: 3.0rem auto;
}

footer a img:hover {
    background: none;
}

.bottom_item {
    display: none;
}

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

ERROR PAGE

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



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

PAGER SETTING

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

.pagenext {
    margin: 40px 10px 10px 10px;
    text-align: right;
}

.pageprev {
    margin: 40px 10px 10px 10px;
    text-align: left;
}
.pagelink {
    width: 100%;
    margin: auto;
}

.pagelink .btn_designA {
    width: 30%;
    display: inline-block;
    margin: 25px 2%;
    font-size: 14px;
    opacity: 1.0;
    background-color: #FFF;
    transition: .4s;
    letter-spacing: 3px;
    color: #000;
    padding: 8px 20px;
     border: 1px #333 solid;
    background: none;
}

.pagelink .btn_designA:hover{
    color: #FFF;
    background: rgba(27,42,116,0.80);
    -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
    border: 1px #ccc solid;
}
.pagelink a:hover {
    color: #FFF;
}
.pagelink a {
    color: #000;
    display:block;
    text-decoration: none;
}

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

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

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

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

body {
	font-size: 14px;
}	
	
img { width: 100%; }

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

	

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

TXT SETTING

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

h2 {
    text-align: center;
    font-size: 1.2rem;
    font-family: "Shippori Mincho", serif;
    line-height: 2.5;
    letter-spacing: 2.5px;
    margin-bottom: 5.0rem;
}

h3 {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 5px;
    text-align: center;
    margin: auto;
    color: #22282b;
    line-height: 1.2;
    margin: 1.5rem auto;
}
    
.sp_ajs {
    font-size: 2.8rem;
    text-align: center;
    letter-spacing: 2.5px;
}    
h4 {
    text-align: center;
    font-size: 1.1rem;
    font-family: "Shippori Mincho", serif;
    line-height: 2.5;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}
    
h5 {
    font-size: 1.4rem;
    font-family: "Shippori Mincho", serif;
    line-height: 2.0;
    letter-spacing: 3px;
    margin: 2.2rem 0;
}

.txt_ttl {
  font-family: "Shippori Mincho", serif;
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 2.0;
}
    
.txt_s { font-size: 0.8rem;}
.txt_m { font-size: 1.1rem;}
.txt_l { font-size: 1.5rem;}
.txt_xl { font-size: 1.7rem;}

.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;
}

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


p {	margin-bottom: 2rem;}


	


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

HEADER

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

.sidemenu {
    display: none;
}

header .headbar {
    display: block;
    background: #FFF;
    height: 40px;
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
}
header .headbar h1 {
   width: 100%;
    top: 0;
    right: 0;
}
header .headbar h1 img {
     max-width: 140px;
        margin: auto;
        padding: 12px 0;

}
/************************

LAYOUT SETTING

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


section {
	width: 100%;
	margin-bottom: 10.0rem;
}

.inner_box {
	width: 80%;
	margin: auto;
    padding-bottom: 10rem;
}

.inner_box_M {
	width: 80%;
	margin: auto;
    padding-bottom: 10rem;
}
    
.divider {
    width: 1px;
    height: 100px;
    margin: 3.0rem 0 5.0rem;;
    background-color: #2fa6b5;
    position: relative;
    left: 50%;

}

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

DESIGN SETTING

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


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

Footer

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

footer {
    color: #FFF;
    background: #7a858c;
	padding: 5.0rem 5% 1.5rem 5%;
    margin-top: 5.0rem;
    width: 90%;
}
footer h2 {
    font-size: 1.4rem;
    letter-spacing: 1px;
    line-height: 1.8;
    margin-bottom: 1.4rem;
}
footer .txt_en {
    font-size: 0.8rem;
    font-weight: 300;
    letter-spacing: 5px;
}
footer .ft_BI {
    max-width: 200px;
    margin: 3.0rem auto;
}


.bottom_item {
    display: block;
    width: 96%;
    position: fixed;
    left: 2%;
    bottom: 1%;
    color: #FFF;
    font-size: 1rem;
    font-family: "Shippori Mincho", serif;
    line-height: 2;
    letter-spacing: 2.5px;
}
    
    .bottom_item a {
        color: #FFF;
    }
    
.bottom_item div {
background:rgba(122,133,140,0.80);
padding: 0% 2% 1.5% 2%;
vertical-align: middle;
}

.bottom_item img {
max-width: 20px;
margin-right: 5%;
}

.bottom_item .btn_reserve {
width: 80%;
 padding-left: 5%;
float: left;

}
.bottom_item .btn_tel {
width: 7.5%;
text-align: center;
float: right;
}
    

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

BTN SETTING

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

.btn_list {
    max-width: 100%;
    margin: 1.5rem auto;
}

.btn_list li {
    color: #FFF;
	font-size: 0.9rem;
	text-align: center;
	background: #2fa6b5;
    margin: 1.5rem auto;
    letter-spacing: 1.5px;
	
}
.btn_list li a {
    display: block;
	color: #FFF;
	padding: 10px 0px;
	cursor: pointer;
}
.btn_list li a:hover {
    background:  linear-gradient(90deg,rgba(47, 166, 181, 1) 0%, rgba(151, 221, 245, 1) 100%);
}
    
.btn_list .btn_white {
    color: #2fa6b5;
	font-size: 1.0rem;
    letter-spacing: 5px;
	text-align: center;
	background: #FFF;
    
}
.btn_list .btn_white a {
    display: block;
    width: 100%;
	color: #2fa6b5;
	padding: 15px 0px;
	cursor: pointer;
}
.btn_list .btn_white a:hover {
    color: #FFF;
}
    .btn {
        width: 100%;
        margin: auto;
    }    

.btn_cta {
    width: 90%;
    color: #FFF;
    margin: 1.5rem auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    background: linear-gradient(-90deg, rgba(47, 166, 181, 1) 0%, rgba(151, 221, 245, 1) 100%);
    padding: 20px 0; /* 高さ調整に余白追加（必要に応じて） */
}

.btn_cta a {
    color: #FFF;
    width: 90%;
    display: block; 
    text-decoration: none;
}

.btn_cta img:hover {
    background: none;
}

.btn_cta > li {
    width: 40%;
    display: flex;               /* 追加 */
    align-items: center;         /* 縦中央揃え */
    justify-content: center;     /* 横中央揃え（必要なら） */
    text-align: center;          /* テキスト整列 */
}

.btn_cta img {
    max-width: 80px;
    height: auto;
}
	
.cta .txt_m { font-size: 1.0rem;}
    
/************************

ERROR PAGE

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

.error {
	padding:10% 0;
}
.error .btn_B {
	width: 100%;
	margin: auto;
}
	
/************************

PAGER SETTING

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

.pagenext,
.pageprev {
    margin: 0px 2.5%;
    float: left;
}
    
.pagelink {
    width: 100%;
    margin: auto;
}
    
.pagelink .btn_designA {
    width: 30%;
    display: inline-block;
    margin: 25px 2%;
    font-size: 13px;
    opacity: 1.0;
    background-color: #FFF;
    transition: .4s;
    letter-spacing: 3px;
    color: #000;
    padding: 8px 20px;
    border: 1px #000 solid;
    background: none;
    text-align: center;
}
	
	
}
