@charset "utf-8";

/* ===================================================================
CSS information

 file name  :style.css
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #header
  #utilityNav
 #navi
  #gNav
 #footer
  #footerContents
 #page
 #mainImg
  #imgArea
  #contents
   #main
   #sub
=================================================================== */

/*--- reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	background: url(images/bg.png);
	color: #76520d;
	font-size: small;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

.menu-trigger,
.menu-trigger span{
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor :pointer;
}
.menu-trigger{
  position: fixed;
  width: 50px;
  height: 50px;
  background: #d59461;
  z-index: 2;
  right: 10px;
  top: 10px;
}
.menu-trigger span{
  position: absolute;
  background: #fff;
  width: 30px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
}
.menu-trigger span:nth-of-type(1){
  top: 15px;
}
.menu-trigger span:nth-of-type(2){
  top: 0;
  bottom: 0;
}
.menu-trigger span:nth-of-type(3){
  bottom: 15px;
}
.menu-trigger.active span:nth-of-type(1){
  -webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2){
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
  -webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}

.g-nav{
  display: none;
  position: fixed;
  top: 0;
  background-color: rgba(255,255,255,0.93);
  width: 100%;
  height: 100%;
}
.g-nav .list{
  padding: 80px 5% 0px;
}
.g-nav .list li{
  border-bottom: 1px dotted #666;
}
.g-nav .list li a{
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  padding: 20px 0;
}

.menu-trigger{
	display: none;
}

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
}

a:link {
	color:#df8c34;
	text-decoration: none;
}
a:visited {
	color:#df8c34;
	text-decoration: none;
}
a:hover {
	color:#dca56a;
	text-decoration: underline;
}
a:active {
	color:#dca56a;
	text-decoration: none;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 0 10px;
}

.imgL {
	float: left;
	margin: 0 10px 0 0;
}

.btn {
	text-align: center;
    border: solid #df8c34 1px;
    padding: 5px 10px;
}
/* clearfix */
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 15px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-S { font-size:12px;}
.TXT-M { font-size:14px;}
.TXT-L { font-size:16px;}

.TXT-RED { color:#FF3333;}
.TXT-ORG { color:#f7931e;}


/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
	width: 960px;
	margin: 0 auto;
}

#header #logo {
	clear: both;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 50px;
	width: 160px;
	margin: 20px 0;
}
#headerDesc {
	height: 20px;
}
#headerDescArea {
	width: 960px;
	margin: 0 auto;
}

#headerDescArea h1 {
	font-size: 12px;
	font-weight: normal;
	float: left;
	margin: 2px 0 0 10px;
	height: 20px;
}
#headerDescArea h2 {
	font-size: 10px;
	font-weight: normal;
	float: right;
	margin: 2px 10px 0 0;
	height: 20px;
}


/* #utilityNav
----------------------------------------------------------- */
#header #utilityNav {
	float: right;
	text-align: right;
	padding-top: 20px;
	font-size: 14px;
}

#header #utilityNav li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
	padding:0 0 5px 8px;
	background: url(images/list-arw.png) no-repeat;
	background-position:0% 30%;
}


/* -----------------------------------------------------------
	#navi
		ナビ
----------------------------------------------------------- */
#navi {
	clear: both;
	height: 60px;
        background: #E08F37;
}

/* #gNav
----------------------------------------------------------- */
#navi #gNav {
	clear: both;
	overflow: hidden;
}

* html #navi #gNav {
	height: 1%;
}

#naviArea {
	width: 960px;
	margin: 0 auto;

}

#navi #gNav li {
	float: left;
	text-align: center;
        border-left-width: 1px;
    border-left-style: dashed;
    border-left-color: #dcabb3;
    height: 60px;
}


#navi #gNav li:last-child{
    background: #eedcb3;
    border: none;
    
}


#navi #gNav li a:link,
#navi #gNav li a:visited,
#navi #gNav li a:active {
	color:#fff;
	font-size: 16px;
	line-height:120%;
	text-decoration:none;
	display:block;
	width: 159px;
	height: 40px;
	padding-top: 21px;
	background: url(images/gNav_li_bg.png);
}

#navi #gNav li:hover{
    opacity: 0.6;
}
#navi #gNav li:last-child a{
    color: #df8c34;
    padding-top: 11px;
}

#navi #gNav li:last-child a:hover{
    color: #df8c34;
}


#navi #gNav span {
	color:#fff;
	font-size: 10px;
}

#navi #gNav li a:hover{
	color:#fff;
	background-position:0 -60px;
	text-decoration:none;
}

/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	clear: both;
	background: url(images/bg_footer.png);
	padding: 15px 0 0 0;
}

#footer .copyright {
	color: #9b6956;
	background: url(images/bg_copy.png);
	text-align: center;
	margin-top: 20px;
	padding: 20px 0 10px 0;
	height: 20px;
}

#footerContents ul {
	text-align: center;
	padding: 10px 0 0 0;
}

#footerContents ul li {
	display: inline;
	border-right: solid 1px #999;
	padding: 0 10px 0 10px;
}
#footerContents ul li.end {
	display: inline;
	border: none;
	padding: 0 10px 0 10px;
}

#footerContents .box {
	width: 280px;
	float: left;
	border: none;
	margin-right: 10px;
	padding: 10px;
}

#footerContents h3 {
	font-weight: normal;
}

/* -----------------------------------------------------------
	#footerContents
		フッターコンテンツ
----------------------------------------------------------- */
#footerContents {
	width: 960px;
	margin: 0 auto;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
}


/*----------------------------------------------------
	#mainImg
----------------------------------------------------*/
#mainImg {
	margin-top: 10px;
	height: 400px;
}
#imgArea {
	width: 960px;
	margin: 0 auto;
}

/*----------------------------------------------------
	#mainImgK
----------------------------------------------------*/
#mainImgK {
	margin-top: 5px;
	margin-bottom: 20px;
	height: 500px;
}
#imgAreaK {
	width: 700px;
	margin: 0 auto;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 960px;
	margin: 20px auto 0 auto;
	padding-bottom: 60px;
	text-align: left;
}

#contents .pageTop {
	clear: both;
	text-align: right;
}


/*.contentsBox
----------------------------------------------------*/
.contentsBox {
	margin: 0 0 20px 15px;
	min-height:1px;
}

.contentsBox .box {
	font-size: 12px;
	width: 280px;
	float: left;
	border: solid #e9dab6 1px;
	margin-right: 10px;
	padding: 10px;
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	float: right;
	width: 700px;
}

#main p{
	padding: 5px 10px 5px 10px;
}

#main h2{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	width: 700px;
	height: 40px;
	background: url(images/bg-h2.png) no-repeat;
	padding: 10px 0 0 16px;
}

#main h3{
	color: #7a522b;
	font-size: 16px;
	font-weight: normal;
	width: auto;
	height: 31px;
	background: url(images/bg-h3.png) no-repeat;
	padding: 8px 0 0 16px;
	margin-bottom: -1px;
}

#main h4{
	color: #df8c34;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#main .section{
	margin: 0 0 20px 0;
	padding: 10px 5px;
	font-size: 15px;
}

#main .sectionBorder{
	margin: 0 0 20px 0;
	padding: 20px 20px;
	border: solid #e9dab6 1px;
	min-height:1px;
	font-size: 15px;
}

#main .box {
	width: 190px;
	float: left;
	border-right: solid #CCC 1px;
	margin-right: 5px;
	padding: 0 15px 0 10px;
}

#main .box-end {
	width: 190px;
	float: left;
	margin-right: 5px;
	padding: 0 0 0 10px;
}

#main ul li{
	list-style-type: none;
	padding: 0 0 5px 8px;
	background: url(images/list-arw.png) no-repeat;
	background-position:0% 7px;
}

#date {
text-align: right;
padding-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
font-weight:bold;
color:#858585;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

/* テーブル装飾
----------------------------------------------------------- */
#main .t-head {
	border-collapse: collapse;
	border: solid 1px #e9dab6;
	padding: 10px;
	background-color: #f1e6cf;
	width: 80px;
}

#main .t-item {
	border-collapse: collapse;
	border: solid 1px #e9dab6;
	padding: 10px;
	width: 535px;
}

#main .t-head2 {
	border-collapse: collapse;
	padding: 5px;
	width: 80px;
}

#main .t-item2 {
	border-collapse: collapse;
	padding: 5px;
	width: 535px;
}
#main .t-item3 {
	border-collapse: collapse;
	border: solid 1px #e9dab6;
	padding: 10px;
	width: 535px;
}

/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub {
	float: left;
	width: 230px;
}

#sub h3{
	color: #7a522b;
	font-size: 14px;
	font-weight: normal;
	width: 230px;
	height: 35px;
	background: url(images/bg-side-h3.png) no-repeat;
	margin:0;
	padding: 9px 0 0 16px;
}

#sub ul {
	margin: -10px 0 2px;
	font-size: 14px;
	margin: -5px 0 20px 0;
	padding: 5px 10px 10px 10px;
	border: solid #e9dab6 1px;
}

#sub ul li{
	list-style-type: none;
	padding: 5px 0 5px 8px;
	background: url(images/list-arw.png) no-repeat;
	background-position:0% 49%;
	border-bottom: dashed #e9dab6 1px;
	margin: 5px 0 5px;
}

#sub .sectionBorder{
	font-size: 14px;
	margin: -5px 0 20px 0;
	padding: 10px 10px 10px 10px;
	border: solid #e9dab6 1px;
}

#sub .box {
	border-bottom: solid #CCC 1px;
	padding: 5px;
}

#sub .box-end {
	padding: 5px;
}

.mt5{
    margin-top:5px;
}
.mt10{
    margin-top:10px;
}
.mt20{
    margin-top:20px;
}
.mt30{
    margin-top:30px;
}
.mt50{
    margin-top:50px;
}
.ml10{
    margin-left:10px;
}
.ml15{
    margin-left:15px;
}
.ml20{
    margin-left:20px;
}
.ml30{
    margin-left:30px;
}
.ml100{
    margin-left:100px;
}
.ml110{
    margin-left:110px;
}
.ml120{
    margin-left:120px;
}
.ml50{
    margin-left:50px;
}
.ml5{
    margin-left:5px;
}
.ml150{
    margin-left:150px;
}
.ml140{
    margin-left:140px;
}
.mb10{
    margin-bottom:10px;
}
.mb20{
    margin-bottom:20px;
}
.mb30{
    margin-bottom:30px;
}
.mr10{
    margin-right:10px;
}
.mr20{
    margin-right:20px;
}
.mr30{
    margin-right:30px;
}
.pl10{
    padding-left:10px;
}
.pl20{
    padding-left:20px;
}
.tac{
    text-align:center;
}
.tar{
    text-align:right;
}
.basic-table{
	border-collapse: collapse;
	border-spacing: 0;
    margin:auto;
    width:400px;
    font-size:14px;
    text-align:left;
}
.basic-table th{
	border: 1px solid #CCCCCC;
	background-color:#F7F7F7;
        width:60px;
	padding:8px;
	padding-left:8px;
	font-weight:500;
}

.basic-table td{
	border: 1px solid #CCCCCC;
	padding:8px 12px;
	padding-left:8px;
	font-weight:500;
}

.formHissu{
	color:#FF0000;
	font-size:12px;
}

.form-table{
	border-collapse: collapse;
	border-spacing: 0;
    margin:auto;
    width:560px;
    font-size:14px;
    text-align:left;
}
.form-table th{
	border: 1px solid #CCCCCC;
	background-color:#F7F7F7;
        width:200px;
	padding:8px;
	padding-left:8px;
	font-weight:500;
}

.form-table td{
	border: 1px solid #CCCCCC;
	padding:8px 12px;
	padding-left:8px;
	font-weight:500;
}

.formHissu{
	color:#FF0000;
	font-size:12px;
}

/* よくあるご質問 -------------------------------------------------- */
.faq-block{
	border:1px solid #CCCCCC;
	margin-top:30px;
	margin-right:2px;
	padding:6px;
	background-color:#F7F7F7;
}

.bold{
	font-weight:bold;
}

/* トップお知らせ -------------------------------------------------- */

.top_blog.scrollbar_blk{
    overflow-x: hidden;
    height:370px;
    width: 100%;
}
.top_blog li{
	margin-bottom: 15px;
	border-bottom: 1px solid #e9dab6;
}
#main .top_blog.scrollbar_blk ul li{
	padding: 0px 0 15px 8px;
}

/* 下条センターKOKO 
過去お知らせスクロールバー-------------------------------------------------- */

.blog_scrollbar_blk{
    overflow-x: hidden;
    height:700px;
    width: 100%;
}




/* font ------------------------------------------------*/
.fs20{
	font-size:20px;
}
.fs18{
	font-size:18px;
}
.fs16{
	font-size:16px;
}
.fs14{
	font-size:14px;
}
.fs13{
	font-size:13px;
}
.fs12{
	font-size:12px;
}
.red{
	color:#FF0000;
}
.lh120{
	line-height:120%;
}
.lh140{
	line-height:140%;
}
.lh160{
	line-height:160%;
}
.lh200{
	line-height:200%;
}

.bold{
	font-weight:bold;
}

/* float ------------------------------------------------*/
.fl-left{
	float:left;
}

.red{
	color:#ff6347;
}
.blue{
	color:#1e90ff;
}
.orange{
	color:#ffa500;
}
.green{
	color:#006400;
}

.vac{
    vertical-align:center;
}

.note {
  padding-left: 1em;
  text-indent: -1em;
}

.page_nav{
    text-align: center;
    margin-bottom: 20px;
}

.page_nav a{
    border: 1px solid #df8c34;
    padding: 5px 10px;
    display: inline-block;
}
.news_ttl{
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #e9dab6;
    padding-top: 0;
}
/*----------------------------------------------------------------

slickスライダー

----------------------------------------------------------------*/
.slick-blk img{
	width: 100%;
	height:auto;
}
/*---------トップ----------*/

.slick-blk.top{
	width: 960px;
	margin:10px auto 30px auto ;
}
.slick-blk.top .slick-prev{
    left: -60px !important;
}
.slick-blk.top .slick-next{
    right: -30px !important;
}
/*---------アルバム----------*/
.slick-blk.album{
	width: 600px;
	margin:10px auto 30px auto ;
}
.slick-blk.album li{
	background: none!important;
	padding: 0!important;
}
.slick-blk.album .slick-prev{
    left: -40px !important;
}
.slick-blk.album .slick-next{
    right: -40px !important;
}
.slick-blk.album .slick-prev:before,
.slick-blk.album .slick-next:before{
    font-size: 30px!important;
}
/*----------------------------------------------------------------

200423更新分アルバムページ

----------------------------------------------------------------*/
.album_title{
	overflow: hidden;
}
.album_title .left{
	float:left;
}
.album_title .right{
	float:right;
	margin-right:20px;
}
.archive_blk{
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	flex-wrap: wrap;
	margin:30px 0 20px 0;
}
.archive_blk a{
	display: inline-block;
	width:15%;
	text-align:center;
	background: #fff;
	margin-right: 2%;
	padding: 10px 0;
	font-size:16px;
	text-decoration: none;
	border:1px solid #df8c34;
	transition: all 0.3s;
	box-sizing: border-box;
	margin-bottom:20px;
}
.archive_blk a:nth-child(6n){
	margin-right:0;
}
.archive_blk a:hover{
	background: #df8c34;
	color:#fff;
}
#sub .side_archive ul li{
	list-style-type: none;
    padding: 5px 0 5px 8px;
    background: url(images/list-arw.png) no-repeat;
    background-position: 0% 49%;
    border-bottom: dashed #e9dab6 1px;
    margin: 5px 0 5px;
}

/*----------------------------------------------------------------

210413 KOKO ご主人の転勤などで、初めて豊橋へ来られたお母さん(お父さん)へ

----------------------------------------------------------------*/
.first_time_01 {
	padding-bottom:30px;
    border-bottom: 1px solid #76520d;
}
.first_time_01 p.name{
	text-align: right;
}
.first_time_02 {
	padding:30px 0;
}
.first_time_02 p.name{
	text-align: right;
}


/*----------------------------------------------------------------

240424 サイドバー　インスタグラムスライダー

----------------------------------------------------------------*/
.instagram_banner {
	margin-bottom: 20px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.instagram_banner * {
	transition: .3s;
}
.instagram_banner a {
	display: block;
}
.instagram_banner a:hover * {
	opacity: 0.6;
}
.instagram_banner .text_wrap {
	background-color: rgba(255,255,255,0.8);
	padding: 10px;
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: max-content;
}
.instagram_banner .text_wrap p {
	text-align: center;
}
.instagram_banner .text_wrap p img{
	display: block;
	max-width: 100%;
	width: 30px;
	margin: 0 auto 10px;
}
.instagram_banner .insta_slider .insta_slider_item {
	position: relative;
}
.instagram_banner .insta_slider .insta_slider_item img {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.instagram_banner .slick-prev,.instagram_banner .slick-next {
	z-index: 11;
}
.instagram_banner .slick-prev:before,.instagram_banner .slick-next:before {
	font-size: 34px;
}