@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');
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: 2.0em;
	font-size: 16px;
	font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
/*	background-image:url("../images/main.jpg")*/
/*	background-color: rgba(242,239,218,1.00);*/
	background-color: #fff5c7;
}
@media(max-width:768px) {
body {
	line-height: 1.5em;
	font-size: 14px;	
	}
}
/* 太字がにじむため */
/*.font-weight-bold {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}*/
ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

button:focus {
	outline: none;
}

@media(min-width:768px) {
	img {
		image-rendering: -webkit-optimize-contrast;
	}
}
/* ===================================================== */
/* common */
/* ===================================================== */
/*body p,
body a,
body a:hover,
body table th,
body table td {
	text-decoration: none;
	color: black;
	line-height: 1.8em;
	font-size: 16px;
}

@media(max-width:767px) {
	body p,
	body a,
	body a:hover,
	body table th,
	body table td {
		font-size: 14px;
	}
}*/

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	line-height: 1.5em;
}

/* ヘッダー */
/*header{
	position: relative;
}*/
header {
background-color: #fff;	
}
header .pc-header {
	padding: 0 30px 15px 30px;
	max-width: 1260px;
	margin: 0 auto;	
}
@media(max-width:991px) {
	header .pc-header {
		padding: 0 15px 15px 15px;
	}	
}

header p {
	font-size: 13px;
}

header p span {
	font-size: 16px;
}

.btn-reserve {
	box-sizing: border-box;
}

.btn-reserve a {
	display: block;
	text-align: center;
	font-size: 16px;
	color:#fff;
	line-height: 1;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-reserve a:hover {
	font-size: 16px;
	color:#fff;
	line-height: 1;
	opacity: .5;
	transition: .5s;
}

.btn-reserve .box-tel {
	padding: 12px 30px;
	/*line-height: 40px;*/
	/*width: 128px;*/
	/*height: 40px;*/
	background-color: #E7BAA4;
}

.btn-reserve .box-line {
	padding: 12px 30px;
	background-color: #06C655;
}

.btn-reserve .box-insta {
	padding: 8px 12px 0;
	line-height: 1;
}
header .pc-logo {
	width: 250px;
	vertical-align: bottom;
}
@media(max-width:991px) {
	header .pc-logo {
		width: 220px;
	}
}

#header-sp-nav {
	display: none;	/* ちらつき回避 */
}
#header-sp-nav.show {
	display: block;
}

header .sp-logo {
	width: 250px;
	vertical-align: bottom;
}


header .in {
	width: 95%;
}

header .header-info img {
	max-width: 400px;
}

header .drawer-hamburger {
	position: static;
	top: auto;
	right: auto;
}

.drawer-nav {
	background-color: #A5A09B;
	z-index: 99999;
}

.drawer-nav a {
	display: block;
	color: white;
	width: 100%;
	height: 100%;
}

.drawer-nav .drawer-menu-item {
	border-bottom: 1px solid white;
}

.drawer-nav a:hover,
.drawer-nav .drawer-menu-item:hover {
	text-decoration: none;
	color: white;
}

@media(max-width:767px) {
	.btn-reserve {
		position: fixed;
		bottom: 0;
		right: 0;
		top: auto;
		width: 100%;
		z-index: 999;

	}
	.btn-reserve a {
		font-size: 22px;
		line-height: 2;
	}
	.btn-reserve a:hover {
		font-size: 22px;
		line-height: 2;
		opacity: .9;
	}

	.btn-reserve .box-tel {
		height: auto;
		width: 50%;
	}

	.btn-reserve .box-line {
		width: 50%;
		height: auto;
	}
}
@media(max-width:575px) {
	.btn-reserve a {
		font-size: 18px;
		line-height: 2;
	}
	.btn-reserve a:hover {
		font-size: 18px;
		line-height: 2;
	}
}

/* フッター */
footer {
	background-color: #736357;
	padding-top: 30px;
	padding-bottom: 30px;
}
@media(max-width:767px) {
/*	footer {
		padding-bottom: 80px;
	}*/
}
footer .container {
	max-width: 1230px;
}

footer > div {
	max-width: 1000px;
	margin: 0 auto;
}

footer p {
	font-size: 14px;
	color: white;
}

footer .logo {
	width: 30%;
}
@media(max-width:767px) {
	footer .logo {
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
	footer .logo img {
		width: 280px;
	}
}
footer .insta-link-wrap {
	width: 70%;
	text-align: right;
}
@media(max-width:767px) {
	footer .insta-link-wrap {
		width: 100%;
		text-align: center;
	}
}

/* フローティングバナー */
.fix-bn {
	position: fixed;
	z-index: 88888;
	right: -15px;
	top: 150px;
}

.fix-bn a {
	display: inline-block;
	font-size: 0;
}

.fix-bn a:hover {
	font-size: 0;
}

@media(max-width:575px) {
	.fix-bn {
		right: 0;
		top: auto;
		bottom: 0;
		width: 100%;
		background-color: white;
	}

	.fix-bn a {
		width: 100%;
	}

	.fix-bn a img {
		width: 100%;
		height: 100%;
		vertical-align: bottom;
		line-height: 1.0em;
	}
}



/* ページTOPへもどるボタン */
#btn_pagetop {
	display: none;
	z-index: 99;
	background: #A5A09B;
	width: 50px;
	height: 50px;
	/*line-height: 80px;*/
	padding-top: ;
	text-align: center;
	color: #fff;
	position: fixed;
	bottom: 2%;
	right: 2%;
	cursor: pointer;
}

#btn_pagetop:hover {
	opacity: .5;
}

#btn_pagetop i {
	display: block;
}

@media(max-width:767px) {
	#btn_pagetop {
		bottom: 80px;
		width: 50px;
		height: 50px;
	}
}
@media(max-width:575px) {
	#btn_pagetop {
		bottom: 70px;
	}
}
/* メインビジュアル */
.example {/*親div*/
  position: relative;/*相対配置*/
  }

.example .example-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  }
.example .example-item p {
/*padding-top: 1em;*/	
font-size: 1.6em;
	line-height: 2.5em;
	color: #4EA4D4;/*文字色*/
  }
.box2 {
    padding: 1em 1em;
    margin: 2em 0;
    background: rgba(255,255,255,0.5);
    border: solid 2px #4EA4D4;/*線*/
    border-radius: 20px;/*角の丸み*/
}
.example img {
  width: 100%;
  }
.example .example-item h1 {
	font-size: 54px;
	font-weight: bolder;
	text-align: center;
	letter-spacing: 0.8rem;
}
.example .example-item h1 span {
	display: block;
font-size: 1.8rem;
line-height: 2.0rem;
letter-spacing:normal;	
}
.example .example-item h3 {
	font-size: 40px;
	font-weight: 500;
	text-align: center;
	padding: 20px 0 0;
	line-height: 1.3em;
}
.example .example-item h3 span {
display: block;
font-weight: 500;	
font-size: 26px;
padding-top: 0;	
color: #F06E14;	
}
.example .item01 {
	position: absolute;
	bottom: 180px;
	left:50px;
}
.example .item01 img {
	max-width: 300px;
}
.example .item02 {
	position: absolute;
	bottom:0px;
	right:50px;
}
.example .item02 img {
	max-width: 300px;
}
@media(max-width:1200px){
.example .example-item {
  top: 40%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  }
.example .example-item p {
/*padding-top: 1em;*/	
font-size: 1.2em;
	line-height: 2.0em;
	color: #4EA4D4;/*文字色*/
  }
.box2 {
    padding: 1em 1em;
    margin: 1em 0;
    background: rgba(255,255,255,0.5);
    border: solid 2px #4EA4D4;/*線*/
    border-radius: 20px;/*角の丸み*/
}		
.example .example-item h1 {
	font-size: 42px;
	letter-spacing: 0.5rem;
}
.example .example-item h1 span {
	display: block;
letter-spacing:normal;	
}	
.example .example-item h3 {
	font-size: 36px;
	font-weight: 500;
	text-align: center;
	padding: 5px 0 0;
}
.example .example-item h3 span {
display: block;
font-size: 18px;
padding-top: 0;	
}		
.example .item01 {
	position: absolute;
	bottom: 0;
	left:0;
}
.example .item01 img {
	max-width: 200px;
}
.example .item02 {
	position: absolute;
	bottom:0;
	right:0;
}
.example .item02 img {
	max-width:200px;
}		
}
@media(max-width:991px) {
.example .example-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  }	
.example .item01 {
	position: absolute;
	bottom:-20px;
	left:0;
}
.example .item01 img {
	max-width: 200px;
}
.example .item02 {
	position: absolute;
	bottom:-20px;
	right:0;
}
.example .item02 img {
	max-width:200px;
}	
	
}
@media(max-width:767px) {
.example .example-item {
  position: absolute;
  top: 40%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	width: 90%;
  }
.example .example-item p {
/*padding-top: 1em;*/	
font-size: 1.2em;
	line-height: 2.0em;
	color: #4EA4D4;/*文字色*/
  }
.box2 {
    padding: 1em 1em;
    margin: 1em 0;
    background: rgba(255,255,255,0.5);
    border: solid 2px #4EA4D4;/*線*/
    border-radius: 20px;/*角の丸み*/
}		
.example .example-item h1 {
	font-size: 42px;
	letter-spacing: 0.5rem;
}
.example .example-item h1 span {
	display: block;
letter-spacing:normal;	
}	
.example .example-item h3 {
	font-size: 36px;
	font-weight: 500;
	text-align: center;
	padding: 5px 0 0;
}
.example .example-item h3 span {
display: block;
font-size: 18px;
padding-top: 0;	
}		
.example .item01 {
	position: absolute;
	bottom: 0;
	left:0;
}
.example .item01 img {
	max-width: 200px;
}
.example .item02 {
	position: absolute;
	bottom:0;
	right:0;
}
.example .item02 img {
	max-width:200px;
}	

}


@media(max-width:575px) {
.example .item01 {
	position: absolute;
	bottom: -16;
	left:0;
}
.example .item01 img {
	max-width: 180px;
}
.example .item02 {
	position: absolute;
	bottom:-16;
	right:0;
}
.example .item02 img {
	max-width:180px;
}
}
/* メインビジュアルここまで */
/* ナビゲーション */
ul.pc-nav {
	padding: 0;
}

ul.pc-nav li + li {
	margin-left: 20px;
}
@media(max-width:991px) {
	ul.pc-nav li + li {
		margin-left: 15px;
	}	
}

ul.pc-nav li a {
	font-size: 16px;
	color: #0689A1;
}

@media(max-width:767px) {
	ul.pc-nav li a {
		font-size: 16px;
	}
}
/*  メインボディコンテンツ  */
#about .coment {
	font-size: 1.5em;
line-height: 1.8em;
margin-bottom: 80px;	
}
#about ul li {
padding-bottom: 0.3em;	
margin-bottom: 1em;
font-size: 1.5em;	
border-bottom: dashed rgba(118,182,61,1.00) 1px;	
color: #0BA25E;	
}
#about ul li:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 35px;/*画像の幅*/
  height: 35px;/*画像の高さ*/
  background-image: url(../images/point.png);
  background-size: contain;
  vertical-align: middle;
}
#about ul li span {
	font-size: 0.8em;
	color: #000;
}
@media(max-width:767px) {
#about .coment {
	font-size: 1.3em;
margin-top: 20px;
margin-bottom: 10px;	
}
#about ul li {
font-size: 1.3em;	
}	
#about ul li span {
	display: block;
	text-indent: 2em;
	}
}
/*インフォ*/
#info .box-info {
    padding: 0.2em 0.5em;
    margin: 2em 0;
    background-color: #F8F1D3;
    box-shadow: 0px 0px 0px 10px #F8F1D3;
    border: dashed 2px #549623;
    border-radius: 8px;
}
#info .box-info p {
 margin: 0; 
 padding: 5px;
text-align: left;
}
#info .box-info .info-table {
	text-align: left;
	margin: 10px 30px;
	width: 94%;
}
#info .box-info .info-table th, .box-info .info-table td {
	padding: 5px;
/*border-bottom: dashed rgba(118,182,61,1.00) 1px;*/
}
#info .box-info .info-table tr {
border-bottom: dashed rgba(118,182,61,1.00) 1px;	
}
#info .box-info .info-table .ippon {
border-bottom: solid rgba(118,182,61,1.00) 1px;	
}
#info .box-info .info-table .nonbord {
border-bottom: none;
}
#info .box-info .info-table th {
	width: 20%;
	color: #1AB7C7;
	font-weight: bold;
}
#info .box-info .info-table td {
	width: 100%;
}
#info .box-info .info-table .youbi {
	width: 20%;	
}
#info .box-info .info-table .siwake {
	width: 20%;	
}
#info .box-info .info-table .jikan {
	width: 40%;	
}
@media(max-width:992px) {
	#info .box-info .info-table .siwake {
	width: 50%;	
}
/*#info .box-info .info-table .youbi {
	width: 20%;	
}
}*/
/*#info .box-info .info-table .youbi {
	width: 30%;
	display: inline;
padding: 5px;
border-bottom: dashed rgba(118,182,61,1.00) 1px;	
}
#info .box-info .info-table .jikan {
	width: 50%;
	display: inline;
padding: 5px;
border-bottom: dashed rgba(118,182,61,1.00) 1px;	
}*/
/*#info .box-info .info-table .youbi {
	width: 20%;
}	*/
#info .box-info .info-table td span {
max-width: 160px;
}
#info .box-info .info-table tr:last-child th { border-bottom:none; }

@media(max-width:767px) {
#info .box-info .info-table th {
display: block;
width: 100%;	
border-bottom: hidden;
}
/*#info .box-info .info-table .youbi {
	width: 30%;
}	
}*/

#info .box-info .info-table td {
	display: block;
	width: 100%;	
}
	#info .box-info .info-table .youbi {
border-bottom: hidden;
width: 100%;			
	}
}
/*アウトライン　お問い合わせ先*/
#outline h4 {
	background-color: #E7A4A4;
	padding: 10px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: bolder;
}
#outline table {
	width: 100%;
}
#outline table th, #outline table td {
	padding: 5px;
}
#outline table th {
background-color: rgba(219,213,184,1.00);
}
#outline table tr:first-child th {
background: none;
font-weight: 700;	
}
/*ギャラリー*/
/* ギャラリー */
#gallery h1 {
	text-align: center;
	margin: 30px 0;
}
.perth {
position: relative;/*相対配置*/
}
.perth p {
position: absolute;
	bottom:100px;
	left:80px;
	font-size: 1.2em;
	font-weight: 500;
}
.perth img {
	width: 100%;
}
#gallery h2 {
 position: relative;
  margin: 30px;
  text-align: center;
}

#gallery h2:before,
#gallery h2:after {
  position: absolute;
  z-index: 0;
  bottom: -10px;
  display: block;
  content: '';
  border: 1em solid #d90606;
}

#gallery h2:before {
  left: -30px;
  border-left-width: 15px;
  border-left-color: transparent;
}

#gallery h2:after {
  right: -30px;
  border-right-width: 15px;
  border-right-color: transparent;
}

#gallery h2 span {
	font-size: 1.8rem;
	font-weight: 700;
  position: relative;
  z-index: 1;
  display: block;
  padding: 1rem 2rem;
  color: #fff;
  background: #fa4141;
}

/*#gallery h2 span:before,
#gallery h2 span:after {
  position: absolute;
  bottom: -10px;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  border-style: solid;
  border-color: #b70505 transparent transparent transparent;
}*/

#gallery h2 span:before {
  left: 0;
  border-width: 10px 0 0 10px;
}

#gallery h2 span:after {
  right: 0;
  border-width: 10px 10px 0 0;
}
#gallery h5 {
	font-size: 1.5rem;
	font-weight: 700;
	 padding: .5em .75em;
  background-color: #f6f6f6;
  border-bottom: 1px solid #ccc;
	color: #F17878;
	}
@media(max-width:767px) {
#gallery h2 span {
	font-size: 1.5rem;
}	
}
@media(max-width:575px) {
#gallery h2 span {
	font-size: 1.2rem;
}		
}