﻿@charset "utf-8";

/* 基本レイアウト ここから↓ */
@import url(common.css);
body {
	line-height: 150%;
}
header, nav, #topicpath, #contents, footer {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
nav {margin-top: 0;
	margin-bottom: 0;
	background-color: #f3efe4;
}
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
nav ul li {
	width: 210px;
	float: left;
	margin-left: 0;
}
nav ul li a {
	display: block;
	height: 0;
	padding-top: 64px;
}
nav ul li#nav_introduction a {
	background-image: url(../images/btn_navigation1.png);
}
nav ul li#nav_schedule a {
	background-image: url(../images/btn_navigation2.png);
}
nav ul li#nav_gallery a {
	background-image: url(../images/btn_navigation3.png);
}
nav ul li#nav_tickets a {
	background-image: url(../images/btn_navigation4.png);
}

#main {
	width: 850px;
	margin-right: 30px;
	float: left;
	position: relative;
}
#sub {
	width: 300px;
	float: right;
}
#main h1 {
	margin: 0 0 30px 0;
	padding: 35px 20px 35px 20px;
	background-image: url(../images/h1_top.png), url(../images/h1_bottom.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	font-size: 175%;
	text-align: center;
}
#introduction #nav_introduction a, #schedule #nav_schedule a, #gallery #nav_gallery a, #tickets #nav_tickets a, nav ul li a:hover {
	background-position: 0 -64px;
}


.white {  opacity: 0;





}
/* 基本レイアウト ここまで↑ */

/* トップページ ここから↓ */


.topimage {margin-left: 20px;

}
.topimage {
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.3); /* 水平方向の影、垂直方向の影、ぼかしの半径、影の色 */
    border-radius: 8px; /* 角を少し丸める場合 */
}
.topimage {
	transition: transform 0.3s ease-in-out; /* 拡大縮小のアニメーションを0.3秒で滑らかに */
  }
  
  .topimage:hover {
	transform: scale(0.95); /* 画像を1.1倍に拡大 */
  }



/* 和敬清寂の位置設定 */
.right-top {
	position: absolute;  /* 親要素に対して絶対位置を指定 */
	top: 250Px;              /* 上端に配置 */
	right: 160px;            /* 右端に配置 */
  }
#setumei {
	position: absolute;  /* 親要素に対して絶対位置を指定 */
	top:250Px;              /* 上端に配置 */
	left: 700px;            /* 右端に配置 */
}

#rinen {
	list-style: none; /* デフォルトのリストのマーカーを削除 */
	padding: 0; /* リスト全体のパディングをリセット */
	margin: 0; /* リスト全体のマージンをリセット */
  }
  
  #rinen li {
	margin: 0;  /* li 要素の上下の余白をゼロに設定 */
	padding: -30px -30px; /* 上下のパディングを調整 (必要に応じて変更) */
	
  }

 

/*==================================================
スライダーのためのcss ここから
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
	width:800px;   
	margin:0, 500px, 0, 100px;
}

.slider img {
	width:100%;/*スライダー内の画像を横幅100%に*/
	height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
	margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
	position: absolute;/*絶対配置にする*/
	top: 42%;
	cursor: pointer;/*マウスカーソルを指マークに*/
	outline: none;/*クリックをしたら出てくる枠線を消す*/
	border-top: 2px solid #666;/*矢印の色*/
	border-right: 2px solid #666;/*矢印の色*/
	height: 15px;
	width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
	left: -1.5%;
	transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
	right: -1.5%;
	transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
	text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
	display:inline-block;
	margin:0 5px;
}

.slick-dots button {
	color: transparent;
	outline: none;
	width:8px;/*ドットボタンのサイズ*/
	height:8px;/*ドットボタンのサイズ*/
	display:block;
	border-radius:50%;
	background:#d8bfa8;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
	background:#333;/*ドットボタンの現在地表示の色*/
}
/*==================================================
スライダーのためのcss　ここまで
===================================*/


#topics ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}
#topics ul li {
	margin-top: 1.5em;
	padding: 0 0 1.5em 9.3em;
	border-bottom: none;
	text-indent: -9.3em;
}
/* トップページ ここまで↑ */

/* 「茶道教室」ページ ここから↓ */
.sec_field {
	margin-bottom: 30px;
	overflow: hidden;
}
.sec_field:last-child {
	margin-bottom: 0;
}
/* 「茶道教室」ページ ここまで↑ */

/* 「コンサルティング業務」ページ ここから↓ */
table thead tr {
	background-color: #333333;
	color: #ffffff;
}
table tbody tr:nth-child(even) {
	background-color: #f2f2f2;
}
/* 「コンサルティング業務」ページ ここまで↑ */

/* 「プライベートポリシー」ページ ここから↓ */
.pic_field figure {
	width: 290px;
	margin: 0 30px 0 0;
	float: left;
}
.pic_field figure:last-child {
	margin-right: 0;
}
/* 「プライベートポリシー」ページ ここまで↑ */

/* 「ニュース」ページ ここから↓ */
/* ニュースここから */
 
/* #latestnews { 
    color: #3e2b00;
}
.space {
    display: inline-block; /* インラインブロックにすることで幅を持たせる */
    /* width: 5ch; ５文字分の幅を指定 */
/* } 

.news-item {
	line-height: 0.8; 
}
#news ul li {
	padding: 20px 0 20px 0px;
	border-bottom: 1px solid #bebdb8;
	color:#3e2b00;
	text-indent: 30px;
    list-style-type: none;
}
#news ul li time {
	display: inline-block;
	width: 240px;
    padding-right: 30px;
	font-weight: bold;
	color:#3e2b00;
	text-indent: 40px;
    list-style-type: none;
}*/
/* ニュース ここまで↑ */
/* 「ニュース」ページ ここまで↑ */

/* biograhy淳 */










/* 全体のレイアウト設定  */
#works1, #works2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
}

/*画像のスタイル */
figure {
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;        
}

/*上部3枚の画像のスタイル */
#works1 figure {
    width: 30%; 
}

 /*下部の2枚の画像のスタイル */
#works2 figure {
    width: 48%; 
}

 /*figcaptionのスタイル */
figcaption {
    font-size: 0.9em;
    margin-top: 10px;
    color: #333;        
    line-height: 1.4;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
    #works1, #works2 {
        flex-direction: column;
        align-items: center;
    }

    figure {
        width: 80%; 
        margin-bottom: 20px;
    }

    #works2 figure {
        width: 80%;
    }
}
