@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body{
color:#333;
font-family:
"Noto Sans JP",
"Hiragino Sans",
Meiryo,
sans-serif;
line-height:1.5;
-webkit-text-size-adjust: none;
background:#fff;
}

html{background:#EAF6FF;}


/* リンク設定
------------------------------------------------------------*/
a{color:#FFC120;text-decoration:none;}
a:hover{color:#9BC8FF;}
a:active, a:focus{outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
}

.inner{
margin:0 auto;
width:100%;
}


/*************
/* ヘッダー
*************/
h1{
font-size:12px;
line-height:1.6;
font-weight:normal;
background:#FFC120;
color:#fff;
}

#header{
overflow:hidden;
padding:5px 0 5px;
background: url(sample/img/bg_gnavi.gif) repeat 0 0;
}

* html #header{height:1%;}


/*************
/* ロゴ
*************/
#header .logo{
float:left;
padding: 0px;

}

.logo a{
font-size:20px;
font-weight:bold;
line-height:1;
font-family:"Palatino Linotype", "Book Antiqua", Palatino,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
}

.logo span{
font-size:12px;
font-weight:normal;
color:#333;
}

.info{
float:right;
padding:20px 0 0;
}

.tel strong{
font-size:20px;
font-weight:bold;
}

/**************************
/* トップナビゲーション
**************************/
ul#topnav{
overflow:hidden;
margin:10px 0;
}

* html ul#topnav{height:1%;}

ul#topnav li{
float:left;
text-align:center;
}

ul#topnav a{
width:156px;
font-size:13px;
display:block;
padding:20px 0;
color:#fff;
background: url(sample/img/bg-bg.png) repeat 0 0;
//border-left:1px solid #9BC8FF;
}

ul#topnav li:first-child a,ul#topnav li:last-child a{width:155px;}

ul#topnav li.active a,ul#topnav a:hover{background: url(sample/img/bg_gnavi.gif) repeat 0 0;}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
clear:both;
margin:20px auto 20px;
padding:4px;
position:relative;
line-height:0;
text-align:center;

}

#mainBanner img{
max-width:100%;
height:auto;
}

#mainBanner iframe{
max-width: 100%; !important;
}

#mainBanner2{
clear:both;
position:relative;
line-height:0;
text-align:center;

}

#mainBanner2 img{
max-width:100%;
height:auto;
}

.slogan{
position:absolute;
max-width:100%;
height:auto;
bottom:10px;
left:10px;
padding:5px 10px;
line-height:1.4;
z-index:100;
background:url(images/tp2.png);
}

.slogan h2{
padding-bottom:5px;
color:#fff;
font-size:20px;
}

.slogan h3{
font-size:14px;
color:#ccc;
}


/**************************
/* グリッド
**************************/
.gridWrapper{
clear:both;
padding:15px 0;
overflow:hidden;

}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
background: url(sample/img/63.gif) repeat 0 0;
font-size:16px;
}

.colDark,.colLight,.colcos{
padding-bottom:5px;
border-top:3px solid #ffcc99;
border-bottom:3px solid #ffcc99;
text-align:center;
}

.colLight{border-color:#9BC8FF}

.colDark h3,.colLight,.colcos h3{
margin:10px 10px 5px;
font-size:14px;
font-weight:bold;
}

.colDark a,.colLight,.colcos a{
display:block;
padding:3px 5px;
border-radius:3px;
color:#fff;
background:#fff;
}

.colLight a{background:#9BC8FF;}

.colDark a:hover{
background:#EAF6FF;
}

.colLight a:hover{
background:#FFC120;
}

.grid p{
padding:5px 10px;
}

.grid ul{margin:5px 10px;}

.grid li{
padding:5px 0;
list-style:inside;
//border-bottom:1px dashed #ebebeb;
}

.gridWrapper img{
max-width:100%;
height:auto;
}

/* フッター内のグリッド(3カラム) */
#footer .grid{
color:#FFC120;
background:transparent;
}

#footer .col3 ul{margin:0 0 10px 5px;}

#footer .col3 li{
padding:0 6px 0 5px;
margin-bottom:3px;
list-style:none;
border-bottom:0;
display:inline-block;
border-right:1px solid #fff;
}


/*************
メイン コンテンツ
*************/
section.content article{
padding:15px;
border:1px solid #ffcc99;
overflow:hidden;
font-size:16px;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

* html section.content{height:1%;}

section.content p{margin-bottom:5px;}

h3.heading,#sub .grid h3{
padding:15px;
margin-bottom:10px;
font-size:20px;
font-weight:bold;
//background:#f5f5f5;
background: url(sample/img/bg_gnavi.gif) repeat 0 0;
border-left:7px solid #FFC120;  
}
#sub .grid h3{margin-right:10px;}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 1px;
}

.alignright{
float:right;
clear:right;
margin:3px 1px 10px 10px;
}

img.frame,#gallery img{
border:4px solid #fff;
box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
}

#gallery .gridWrapper{padding:0;}

#gallery img{
margin:5px;
}

section#gallery{overflow:visible;}


f1{
font-size:30px;
font-weight:normal;
color:#FFA500;
}


/*************
テーブル
*************/
table.table{
border-collapse:collapse;
width:100%;
margin:10px auto;
	font-size: 18px;
}

table.table th,table.table td{
padding:7px;
border:1px solid #ffcc99;
	font-size: 18px;
}

table.table tr:first-child th,table.table tr:first-child td{
//border-top:#9BC8FF 4px solid
}


table.table th{
//font-weight:bold;
//letter-spacing:1px;
//white-space:nowrap;
//color:#fff;
	padding-left: 10px;
	color: #ff9900;
	font-weight: bold;
	font-size: 18px;
	width: 170px;
	background: #FFFFE0; 
}



/*************
/* フッター
*************/
#footer{
clear:both;
padding:20px 0;
overflow:hidden;
background: url(sample/img/bg_gnavi.gif) repeat 0 0;
border-top:1px solid #FFC120;
}

* html #footer{height:1%;}

#footer a{color:#2186FF;}
#footer a:hover{color:#9BC8FF;}

#footer .copyright{font-size:11px;}


/* PC用 */
@media only screen and (min-width:960px){
	#wrapper,.inner{
	width:940px;
	padding:0;
	}
	
	#wrapper{padding-bottom:20px;}
	
	#main{
	float:right;
	width:690px;
	}
	
	#subpage #sub{
	float:left;
	width:235px;
	overflow:hidden;
	}
	
	/* グリッド */
	.grid{width:235px;}
	.col2{width:470px;text-align:center;}
	.col3{width:705px;}
	.colcos{width:470px;text-align:center;}
	#gallery .grid{width:230px;}
	#subpage #sub .grid{
	width:100%;
	float:none;
	padding-bottom:30px;
	}

input, select, textarea {
	font-size: 130%;
font-family:"Noto Sans JP" ,'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;line-height:1.5;
max-width: 100%;

}
	
}


/* モニター幅960px以下 */
@media only screen and (max-width:960px){
	h1 p.inner{padding:0 2%;width:96%}
	#header .logo{padding-left:10px;}
	#header .info{padding-right:10px;}
	
	ul#topnav{
	clear:both;
	width:100%;
	}

	ul#topnav li{
	width:50%;
	margin:0 0 5px;
	border-right:1px solid #9BC8FF;
	box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
	}

	ul#topnav li:nth-child(3n){border-right:0;width:50%;}

	ul#topnav li a{
	width:100%;
	border-top:0;
	}

	ul#topnav li:first-child a,ul#topnav li:last-child a{width:100%;}
	
	.grid{
	width:50%;
	margin:2px 0;
	}
	
	.col2{
	float:none;
	width:100%;
//	margin:0 0 20px;
	}

	.colcos{
	float:none;
	width:100%;
	}
	
	.grid img{
	float:left;
	margin-right:5px;
	}
	
	#gallery .{
	width:31%;
	margin:0 1%;
	padding:0;
	}
	
	#gallery .grid img{
	float:none;
	}
	
	section.content{padding:0 10px;}
	
	section.content img{
  max-width:90%;
	height:auto;
	}
	
//	#sub .grid{padding-bottom:20px;}
	
	#footer{padding:0;}
	
	#footer .grid{
	float:none;
	width:100%;
	margin-bottom:5px;
	text-align:center;
	}



}


/* iPad 縦 */
@media only screen and (max-width:768px){
	#mainBanner{padding:3px;}
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	.grid{width:100%;}
	
	.grid img{
	float:none;
	margin:20px auto 10px;
	}
	
	.grid p{text-align:left;}
	
	img.frame,#gallery img{border-width:2px;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#footer .grid p{text-align:center;}
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	#header .logo{padding-top:10px;}
  .info{padding:10px 0 0;}
	ul#topnav li{width:50%;}

	ul#topnav li:nth-child(3n){
	border-right:1px solid #9BC8FF;
	width:50%;
	}	
	ul#topnav li:nth-child(2n),ul#topnav li:nth-child(6n){border-right:0;}
	
	#mainBanner{margin-left:1px;}
	#mainBanner h2,#mainBanner h3{font-size:80%;}

}

#pageTop{
	background:#FFA500;
	border-radius:5px;
	color:#FFF;
	padding:10px;
	position:fixed;
	bottom:20px;
	right:20px;
	}
#pageTop:hover{
	background:#F5DEB3;
	}

ul.borderList2 li{ border-bottom: 1px dotted #ffcc99; padding-bottom:0.3em; margin-bottom: 0.9em; display: block; }

.chapter1{
	padding-bottom: 4px;
	border-bottom: 3px solid #ffcc99;
	font-weight: bold;
}



input {
max-width: 100%;
}
textarea {
max-width: 100%;
}

input[type="submit"] {

  padding: 20px 50px 20px;
  border: 0;
  border-bottom: 5px solid #ff9c00;
  border-radius: 0;
  background: #ffc600;
  color: #fff;
  -webkit-appearance: none;
  font-weight: bold;
  font-size: 130%;

}

.breadcrumbs {
width: 100%;
margin: 10px auto 0;
}
.breadcrumbs ul {
display: table;
font-size: 13px;
}
.breadcrumbs ul li {
margin: 0 10px 0 0;
font-size: 13px;
float: left;
}
.breadcrumbs ul li:first-child::before {
padding: 0 3px 0 0;
content: "";
font-family: FontAwesome;
font-size: 14px;
}
.breadcrumbs ul li::before {
padding: 0 10px 0 0;
content: " > ";
font-family: FontAwesome;
font-size: 14px;
}


@keyframes gradientBG {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.icon {
  vertical-align: middle;
  margin-right: 8px;
  fill: white;
  pointer-events: none;
}

.icon-img {
  vertical-align: middle;
  margin-right: 8px;
  width: 24px;
  height: auto;
  max-height: 24px;
  display: inline-block;
  pointer-events: none;
  object-fit: contain;
}
/* PCでは非表示 */
@media (min-width: 768px) {
  .fixed-reserve-bar {
    display: none;
  }
}

.form-table {
  width: 95% !important;
  max-width: 840px !important;
  margin: 20px auto !important;
  border-collapse: collapse !important;
}

.form-table th {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  padding: 13px;
  letter-spacing: 0.06em;
}

.form-table input[type="text"],
.form-table input[type="email"],
.form-table input[type="tel"],
.form-table input[type="date"],
.form-table select,
.form-table textarea {
  width: 100%;
max-width: 400px;
  padding: 12px 10px;
  font-size: 16px;
  color: #6f6848;
  border: 1px solid #e6d9a8;
  background: #fdfbf3;
  box-sizing: border-box;
  border-radius: 4px;
  height: 48px !important;
  line-height: 1.5 !important;
  display: inline-flex !important;
  align-items: center !important;
  -webkit-appearance: none;
}

@media (min-width: 600px) {
  .form-table input[type="email"],
  .form-table .select-normal {
    max-width: 400px !important;
  }
  .form-table .input-wide {
    max-width: 400px !important;
    width: 100% !important;
  }
}
.btn-base {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 360px !important;
  height: 64px !important;
  margin: 30px auto 0 !important;
  padding: 0 !important; 
  border: none !important;
  cursor: pointer;
  border-radius: 8px !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #fff !important;
  line-height: 1 !important;
  background: linear-gradient(to bottom, #ffd84d 0%, #ffb300 45%, #ff9900 100%) !important;
}

.btn-yellow {
  padding: 15px 40px;
  background-color: #f1e4a0;
  border: none;
  cursor: pointer;
  font-weight: bold;
  color: #7a724f;
  transition: 0.3s;
}

.btn-yellow:hover {
  opacity: 0.8;
}
.datetime-row {
  display: flex !important;
  gap: 10px;
  align-items: center;
}
.datetime-row input[type="date"] {
  width: 180px !important;
  max-width: 180px !important;
}
.datetime-row select {
  width: 70px !important;
  max-width: 70px !important;
}

.masonry-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 25px 15px;
    width: 100%;
    margin: 0 auto;
    padding: 5px 10px;
    box-sizing: border-box;
  margin-bottom: 10px;

}
.masonry-item {
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
}
.masonry-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;

}
.item-tall {
    grid-column: span 1;
}
.item-tall img {
    aspect-ratio: 2 / 3; 
}

.item-wide {
    grid-column: span 2;
}
.item-wide img {
    aspect-ratio: 4 / 3; 
}
@media (max-width: 768px) {
    .masonry-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
}

.gallery-links {
    padding-bottom: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.btn-gallery {
    flex: 1;
    max-width: 340px;
    padding: 16px 40px 16px 20px;
    background-color: #fdfaf7;
    border: 1px solid #e0d0c0;
    color: #9c8f68;
    font-size: 15px;
    border-radius: 4px;
    letter-spacing: 1.3px;
    text-decoration: none;
    display: block; 
    position: relative;
    box-sizing: border-box;
box-shadow: 0 1px 2px rgba(138, 123, 106, 0.15);
}
.btn-gallery::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px; /* 右端からの距離 */
    width: 20px;  /* 矢印の横棒の長さ */
    height: 1px;  /* 矢印の線の太さ */
    background-color: #8a7b6a; 
    transform: translateY(-50%);
}
.btn-gallery::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 4px;   /* 先端のサイズ */
    height: 4px;  /* 先端のサイズ */
    border-top: 1px solid #8a7b6a;
    border-right: 1px solid #8a7b6a;
    transform: translateY(-50%) rotate(45deg);
}

