@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;}
a img:hover {
			opacity: 0.5 ;transition: 1.0s ;
		}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body{
color:#24140e;
font-family: 'Zen Maru Gothic', sans-serif;
font-size:15px;
line-height:1.5;
background:#ffffff;
-webkit-text-size-adjust: none;
}

h1,h2,h3 {
font-family: 'Shippori Mincho', serif;
letter-spacing: 2px;
}

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

a .hover_img1{
	transition:all 0.5s ease; /*0.5秒かけて要素を変化させる*/
	}
a:hover .hover_img1{
	opacity: 0.7;/*要素の透明度を指定*/
	filter: alpha(opacity=70); /*ie6、7の透明度指定*/
	/*ちなみにie8の透明度指定はこれ→ -ms-filter: "alpha(opacity=70)";*/
	}


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

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


#slogan{
padding:3px 0;
font-size:12px;
font-weight:normal;
background:#f3a68c;
}

.fontpink15{
	font-size:15px;
	font-weight:bold;
	color:#f3a68c;
}
.font15{
	font-size:16px;
	color:#24140e;
}

#bg-pink{
width:100%;
background-color: #F7E9E4;
padding-bottom: 50px;
padding-top: 50px;
}

/*************
/* ヘッダー
*************/
#header{
padding:40px 0 10px;
overflow:hidden;
}

* html #header{height:1%;}


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

.logo a{
font-size:20px;
font-weight:bold;
line-height:1;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

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


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
margin:30px auto;
padding:0;
width:100%;
position:relative;
line-height:0;
}

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

.slogan{
	position:absolute;
	max-width:100%;
	height:auto;
	bottom:-285px;
	left:93px;
	padding:5px 10px;
	line-height:1.4;
	z-index:100;
}

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

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

/* サブページ スローガン*/
.subImg .slogan{left:auto;right:0;}



/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
background:#fff;
}

.grid h3{
padding:10px 5px;
margin-bottom:10px;
background:#fff;
font-weight:bold;
text-align:center;
	color: #f3a68c;
	font-size: 150%;
}

.grid p{
padding:5px 10px;
text-align:center;
}

.grid p.img,.grid p.readmore{text-align:center;}

.readmore{
clear:both;
background:#fff;
}

.gridWrapper img, img.frame{
margin-bottom:10px;
}

#gallery img{border:0;}

#gallery .grid{background:transparent;}


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

#footer .grid p{padding:0;}


/*************
メイン コンテンツ
*************/
section.content{
padding:10px 0;
margin-bottom:20px;
border-radius:6px;
overflow:hidden;
font-size:14px;
}

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

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

h3.heading{
padding:10px 0px 10px 0px;
margin-bottom:10px;
font-size:150%;
border-bottom:1px solid;
}

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

section.content #gallery .grid img{max-width:100%}

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

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



/*************
テーブル
*************/
table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
table tr {
  background-color: #fff;
  border-bottom: 1px dashed;
}
table tr:nth-child(even){
  background-color: #fff;
}
table th,
table td {
  padding: .35em 1em;
}
table thead th {
    padding: 1em;
}
table thead tr{
  background-color: #f3a68c;
  color:#fff;
}
table tbody th {
  text-align: left;
	white-space: nowrap;
}
.txt{
   text-align: left;
}
.price{
  color: #f3a68c;
  font-weight: bold;
	font-size: 120%;
}
@media screen and (max-width: 600px) 
{
  table {
    border: 0;
    width:100%;
	 font-size: 120%;
  }
  table th{
    display: block;
    border-right: none;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    display: block;
    margin-bottom: .3em;
  }
  table td {
    border-bottom: 1px dotted #bbb;
    display: block;
    position: relative;
    border-right: none;
  }
  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    color: #000;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table tbody th {
    padding: .3em;
}
  table tr:nth-child(even){
  background-color: #fff;
}
}







/*************
サブ（フッター前）コンテンツ
*************/
#sub ul{padding:10px;}

#sub li{
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px dashed #ebebeb;
}

#sub li:last-child{
border:0;
margin-bottom:0;
}

#sub li a{display:block;}

#sub ul.list{padding-bottom:7px;}

#sub ul.list li{
clear:both;
margin-bottom:4px;
padding:4px 0;
overflow:hidden;
}

* html #sub ul.list li{height:1%;}

#sub ul.list li img{
float:left;
margin:0 10px 0 0;
}

#sub ul.list li{
font-size:12px;
line-height:1.35;
}


/*************
/* フッター
*************/
#footer{
clear:both;
padding:50px 0;
overflow:hidden;
background-image: url(images/bg_main2.jpg) ;
background-repeat: repeat-x;
}

* html #footer{height:1%;}

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

#footer a{color:#fff;}
#footer a:hover{color:#ccc;}

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


/* PC用 */
@media only screen and (min-width:960px){	
	#wrapper,.inner,.inner2{
	width:940px;
	}
	
	#wrapper{padding:20px 30;}
	
  nav div.panel{
	display:block !important;
	float:right;
	}

	a#menu{display:none;}

	nav#mainNav ul{
	float:right;
	overflow:hidden;
	}

	* html nav#mainNav ul{height:1%;}

	nav#mainNav ul li{
	float:left;
	margin:0 5px;
	text-align:center;
	}

	nav#mainNav ul a{
	font-size:13px;
	display:block;
	padding:5px 15px 5px 5px;
	line-height:1.2;
	border-right:1px solid #fff;
	}
	
	nav#mainNav ul li:first-child a{
	padding-left:15px;
	border-left:1px solid #fff;
	}

	nav#mainNav ul span{
	font-size:10px;
	}

	nav#mainNav ul li.active a,nav#mainNav ul a:hover{
	color:#000;
	}
	
	/* グリッド全体 */
	.gridWrapper{
	width:960px;
	margin:0 0 0 -20px;
	padding-top: 20px;
	}
	
	/* グリッド共通 ベース:トップページ4カラム */
	.grid{
	float:left;
	width:220px;
	margin-left:20px;
	}
	
	/* サブコンテンツ + フッター グリッド(3カラム) */
	#sub .grid, #footer .grid{width:298px;}
	#footer .grid{border:0;}
}


/* スペース */
	.space1{
	margin-top:30px;
	}



/* モニター幅940px以下 */
@media only screen and (max-width:940px){
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	
	#slogan h1{text-align:center;}
	
	#header{padding:10px 0;}
	
	#header .logo,#footer .logo{
	float:none;
	text-align:center;
	padding:10px 5px;
	}
	
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #280b36), color-stop(0.00, #000));
	background: -webkit-linear-gradient(top, #000 0%, #280b36 100%);
	background: -moz-linear-gradient(top, #000 0%, #280b36 100%);
	background: -o-linear-gradient(top, #000 0%, #280b36 100%);
	background: -ms-linear-gradient(top, #000 0%, #280b36 100%);
	background: linear-gradient(top, #000 0%, #280b36 100%);
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	color:#fff;
	}

	nav#mainNav a#menu span{padding-left:10px;}
	nav#mainNav a.menu span:before{content: "→ ";}
	nav#mainNav a.menuOpen span:before{content: "↓ ";}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #fff;
	color:#fff;
	background:#f3a68c;
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{border-top:1px dashed #fff;}
	
	nav#mainNav ul li:last-child a{border:0;}
	
	nav#mainNav ul li.active a,nav#mainNav ul li a:hover{background:#000;}

	nav div.panel{float:none;}
	
	.grid{
	float:left;
	width:48%;
	margin:10px 2% 0 0;
	}
	
	.grid img{
	float:left;
	margin-right:5px;
	}
	
	#gallery{padding-left:1px;}
	
	#gallery .grid{
	width:23%;
	margin:0 2% 0 0;
	padding:0;
	}
	
	#gallery .grid img{
	float:none;
	margin:0;
	}
	
	#sub .grid{
	width:32%;
	margin:10px 1%;
	}
	
	#sub .grid:first-child{
	margin-left:0;
	}
	
	#sub .grid:last-child{
	margin-right:0;
	}
	
	#footer .grid, #footer .grid p{
	float:none;
	width:100%;
	text-align:center;
	border:0;
	}
	
	#footer .grid:last-child{padding-top:20px;}
}


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

	#header h1{text-align:center;}
	
	#header .logo{
	float:none;
	text-align:center;
	padding:10px 5px 20px;
	}
	
	#sub ul.list{padding:10px 10px 11px;}
	
	#sub ul.list li{
	padding-bottom:10px;
	margin-bottom:8px;
	}
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#footer .grid p{text-align:center;}
	
	.grid img{
	float:none;
	margin:0 auto;
	}
	
	.grid p,#sub .grid li{text-align:left;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#sub ul.list li img{margin:0 5px 0 0;}
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	#mainBanner{margin-left:1px;}
	#mainBanner h2,#mainBanner h3{font-size:75%;}
	.subImg .slogan{right:-30px;}
	
	.grid img{max-width:90%;height:auto;}
	
	#sub .grid{
	float:none;
	width:98%;
	}
	
	#sub .grid h3{padding:10px 5px;}
	
	#sub ul.list{padding:10px;}
	
	#sub ul.list li{
	padding-bottom:3px;
	margin-bottom:3px;
	}
}


/* トップスライダー */
div.slide-show {
    width: 100%; /* スライドショーの幅 */
    max-width: 100%; /* スマホで表示が欠けないように */
    margin: auto; /* 中央揃え */
    position: relative;
}
 
.slide-show img { 
    animation: show 30s infinite; /* 20秒のスライドショーを繰り返し */
    max-width: 100%;
    height: auto;
    opacity: 0;
    position: absolute; /* 画像を重ねて表示 */
    left: 0;
    top: 0;
}
 
@keyframes show {
    0% {opacity: 0}
    17% {opacity: 1}
    33% {opacity: 1}
    50% {opacity: 0}
}
 
.slide-show img:nth-of-type(1) {
    position: relative;
}
 
.slide-show img:nth-of-type(2) {
    animation-delay: 6s;
}
 
.slide-show img:nth-of-type(3) {
    animation-delay: 12s;
}
 
.slide-show img:nth-of-type(4) {
    animation-delay: 18s;
}


/* トップ画像の上に文字 */
.topimgboxfont {
    position: relative;
    width: 100%;
}
.topimgboxfont2 {
    position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translateY(30%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.topimgboxfont2 h1 {
    margin: 0;
    padding: 0 0 0 2;
	line-height: 200%;
	border-bottom: 1px solid #000000;
}
/* トップ画像の上に文字 */

/* 画像の上に文字　囲みなし */
.topimgboxfont {
    position: relative;
    width: 100%;
}
.topimgboxfont3 {
    position: absolute;
	bottom: 40%;
	left: 50%;
	transform: translateY(50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.topimgboxfont3 h1 {
    margin: 0;
    padding: 0 0 0 2;
	line-height: 200%;
	border-bottom: 1px solid #000000;
}
/* 画像の上に文字　囲みなし */




.hr-dotto {font-weight: bold;
  font-size: 10px;
  border-bottom:2px dotted;
  text-align: left;
}


.font-xs{font-size:0.9rem;}
.font-x1{font-size:1.2rem;}
.font-x3{font-size:1.8rem;
font-family: 'Shippori Mincho', serif;}
.center{text-align:center;}
.row1{color:#f3a68c;}
.topspace-10{padding-top:10px;}
.topspace-20{padding-top:20px;}

/* サイドメニュー右側に固定する */
.side-menu {
  position: fixed;
  top: 20vh;
	right:0;
	z-index:1;
  font-size:0; /* 親要素でフォントサイズを０にする */
}

.side-menu li a{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size:1.2rem; /*  フォントサイズ0になっているので指定する */
  /* 以下、装飾 */
	padding:30px 20px;
	letter-spacing: 5px;
  color:#fff;
	background-color: rgba(243,166,140,0.7);
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-top-left-radius: 20px;  /* Safari,Google Chrome用 */ 
    -webkit-border-top-right-radius: 0px;  
    -webkit-border-bottom-right-radius: 0px;  
    -webkit-border-bottom-left-radius: 20px;  
    -moz-border-radius-topleft: 20px;  /* Firefox用 */ 
    -moz-border-radius-topright: 0px;  
    -moz-border-radius-bottomright: 20px;  
    -moz-border-radius-bottomleft: 0px;
}




/*スマホ用*/
@media screen and (max-width: 750px) {


.topimgboxfont2 {width:80%;bottom: 50%;font-size: 120%;}
.topimgboxfont2 h1 {line-height:125%;}

.imgboxfont2 {position: static;transform:none;width:100%;}
.container2 {padding:10px 0 10 0;}
div.slide-show {margin:0 auto;}
footer {letter-spacing: 2px;}
.side-menu {
  position: fixed;
  top: 20vh;
	right:0;
	z-index:1;
  font-size:0; /* 親要素でフォントサイズを０にする */
}

.side-menu li a{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size:1.2rem; /*  フォントサイズ0になっているので指定する */
  /* 以下、装飾 */
	padding:30px 30px 30px 20px;
	letter-spacing: 5px;
  color:#fff;
	background-color: rgba(243,166,140,0.7);
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-top-left-radius: 20px;  /* Safari,Google Chrome用 */ 
    -webkit-border-top-right-radius: 0px;  
    -webkit-border-bottom-right-radius: 0px;  
    -webkit-border-bottom-left-radius: 20px;  
    -moz-border-radius-topleft: 20px;  /* Firefox用 */ 
    -moz-border-radius-topright: 0px;  
    -moz-border-radius-bottomright: 20px;  
    -moz-border-radius-bottomleft: 0px;
}

	
}

/* 改行位置 */
@media screen and (min-width: 768px) {
	.br-sp { display:none; }
}

.top h3{
padding:10px 5px;
margin-bottom:10px;
background:#fff;
font-weight:bold;
text-align:center;
	color: #f3a68c;
	font-size: 150%;
}

/* 画像保存禁止 */
.no-save {
pointer-events: none;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

.center{
	text-align:center;
}

.campaign{
	font-size:25px;
	text-align:center;
	color: #f3a68c;
}

/* ボックス */
.box1 {
    padding: 1em 4em 0.5em 4em;
    margin: 3em 0;
    border: solid 1px #000000;
}
.box1 p {
    margin: 0; 
    padding: 0;
}


/*flexボックス2
---------------------------------------------------------------------------*/
.flex-box {
    padding:  10px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    justify-content:center;
}
 
.flex-item {
    padding: 10px;              /* 文字色 */
    margin:  10px;              /* 外側の余白 */
}

@media screen and (max-width: 800px) {
        .flex-box  {
          flex-wrap: wrap;
        }
      }

@media screen and (max-width: 400px) {
        .flex-box  {
          display:flex;
        }
	.flex-item {
    padding: 3px; 
    margin:  10px 3px; 
}
      }


/*トリミング
---------------------------------------------------------------------------*/

.trimming{
width: 350px;
max-height: 150px;
object-fit:cover;
}

.trimming2{
width: 300px;
max-height: 100%;
object-fit:cover;
}


/*下線マーカー
---------------------------------------------------------------------------*/
.marker{
    background: linear-gradient(transparent 50%, #FADCDD 50%);
}

