@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
	
/* 全体の設定 */
body {
	margin: 0;
	background-color: #fff;
	/*background-image: url(File_index/border.png);*/
	background-repeat: repeat-x;
	position: relative;
}

/* リンクのスタイル */
a:link, a:visited {
	font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
  
a:hover {
	text-decoration: underline;
	color: #627731;
}
  
/* 背景設定 */
#back {
	display: flex;
	flex-direction: column; /* 縦方向に配置 */
	align-items: center;
	margin: 0;
	padding: 0;
	background-color: #CC9;
}

/* ヘッダーのレイアウト調整（横並びにする） */
header {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: space-between; /* 画像は左、リンクは右 */
}

/* 画像の調整 */
header img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* 言語切り替えボタンを右側に配置 */
header a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px 15px;
  border: 2px solid #666;
  border-radius: 10px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}

/* ホバー時の視覚効果 */
header a:hover {
  background-color: rgba(255, 255, 255, 1);
  filter: brightness(1.2);
  transform: scale(1.1);
}



/* メインコンテンツ領域 */
main#main {
	width: 1000px;
	border: 1px solid #663;
	background-color: #B3B064;
	display: flex;
	justify-content: space-around;
	align-items: flex-start; /* 必要に応じて上寄せ */
	margin: 0;
	padding: 0;
}
  
/* ナビゲーションメニュー */
nav#menu {
    width: 200px;
    text-align: center;
    background-color: #B3B064;
    height: auto;
    margin: 0;
    padding: 0;
}

/* メニューのリストを縦配置 */
nav#menu ul {
	line-height: normal;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
  
nav#menu li {
	display: block;
	width: 200px;
	height: 50px;
}
  
/* リンクのデザイン設定 */
nav#menu li a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	text-indent: -9999px;
	transition: 0.3s ease-in-out;
}

/* ナビゲーションのリンク設定 */
nav#menu li {
	display: block;
	width: 200px;
	height: 50px;
	list-style: none;
}
  
nav#menu li a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	text-indent: -9999px;
	transition: background-image 0.3s ease-in-out, filter 0.3s ease-in-out;
}
  
/* メニューの基本スタイル */
nav#menu {
    display: flex;
    flex-wrap: wrap;
}
/* リンクのデザイン設定 */
nav#menu li a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    text-indent: -9999px;
    transition: background-image 0.3s ease-in-out, filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
    position: relative;
}

/* ホバー時の視覚効果 */
nav#menu li a:hover {
    filter: brightness(1.2);
}


/* 各メニューの画像設定 */
li.home a { background-image: url('File_index/home1.jpg'); }
li.home a:hover { background-image: url('File_index/home2.jpg'); }

li.ty a { background-image: url('File_index/tayori1.jpg'); }
li.ty a:hover { background-image: url('File_index/tayori2.jpg'); }

li.pr a { background-image: url('File_index/profile1.jpg'); }
li.pr a:hover { background-image: url('File_index/profile2.jpg'); }

li.ga a { background-image: url('File_index/gallery1.jpg'); }
li.ga a:hover { background-image: url('File_index/gallery2.jpg'); }

li.tk a { background-image: url('File_index/kyoushitsu1.jpg'); }
li.tk a:hover { background-image: url('File_index/kyoushitsu2.jpg'); }

li.ts a { background-image: url('File_index/schedule1.jpg'); }
li.ts a:hover { background-image: url('File_index/schedule2.jpg'); }

li.ac a { background-image: url('File_index/access1.jpg'); }
li.ac a:hover { background-image: url('File_index/access2.jpg'); }

li.li a { background-image: url('File_index/link1.jpg'); }
li.li a:hover { background-image: url('File_index/link2.jpg'); }

  
/* 陶芸教室バナー */
section#menu2 {
	width: 200px;
	text-align: center;
	height: 100px;
	background-image: url('File_kyoushitsu/kyoushitsu_banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 1px solid #333;
}
/* 共通スタイル */
footer, nav#under_menu, address#under_address {
    width: 1000px;
    margin: 0 auto;
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 12px;
    color: #000;
    background-color: #B3B064;
}

/* ナビ・アドレスのレイアウト調整 */
nav#under_menu,
address#under_address {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px; /* 余白を統一 */
    min-height: 50px;
    border-left: 1px solid #663;
    border-right: 1px solid #663;
}

address#under_address {
    border-top: 1px solid #666;
}
/* コピーライト */
#copy {
    text-align: center;
    font-size: 12px;
    color: #000;
    margin: 0 auto;
    padding: 0;
    border-top: 1px solid #663;
    width: 100%;
    min-height: 40px;
}

/* アドレスのフォント設定 */
address {
    font-style: normal; /* 斜体を解除 */
}  

/*本文*/
#honbun {
	width: 798px;
	padding-bottom: 20px;
	padding-left: 1.2rem;
	font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	background-color: #fff;
	padding-top: 5px;
	margin-top: 1px;
}

/*ホームイメージ*/
#honbun2 {
	width: 798px;
	font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	margin: 0;
	height: 660px;
	background-repeat: no-repeat;
}

/*仙石窯便り*/
#hensyuu {
	height: auto;
	width: 760px;
	margin-top: 20px;
}
#topics {
	height: auto;
	width: 370px;
	background-image: url(File_index/topics_haikei.png);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	padding-top: 40px;
}
#topics_naiyou {
	height: auto;
	width: 360px;
	padding-left: 10px;
}
#tayori {
	height: auto;
	width: 370px;
	margin-left: 390px;
	background-image: url(File_index/tayori_haikei.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 40px;
}
#tayori_naiyou {
	height: auto;
	width: 360px;
	padding-left: 10px;
}

#tayori_image {
	height: 150px;
	width: 760px;
	margin-top: 20px;
	background-image: url(File_index/tayori_image.jpg);
}

/*スケジュール*/
.schedule {
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: bold;
    width: 715px;
    line-height: 14px;
    background-color: #C7E6BB;
    padding: 7px 0 5px 10px;
    margin: 10px 0 0 20px;
    border-top: 1px solid #666;  /* 上ボーダーは通常の実線 */
    border-left: 1px solid #666; /* 左ボーダーは通常の実線 */
    border-right: 1px solid #666; /* 右ボーダーは通常の実線 */
    border-bottom: 1px dotted #666; /* 下ボーダーのみドット線 */
}

.schedule2 {
    margin: 0 0 20px 20px;
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 13px;
    color: #000;
    width: 715px;
    line-height: 16px;
    background-color: #fff;
    padding: 5px 0 5px 10px;
    border: 1px solid #666;
    border-top: none; /* トップのボーダーを削除 */
}

.title2 {
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 16px;
    font-weight: bold;
    background-color: #315922;
    color: #fff;
    width: 740px;
    height: auto;
    padding: 5px 0 5px 10px;
    margin: 10px 0 20px 10px;
}

.text_red {
	color: #f00;
	font-size: 13px;
	font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/*プロフィール*/
#kurokawa {
    margin-left: 210px;
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 15px;
    font-weight: bold;
    width: 430px;
    border-bottom: thin solid #000;
    padding: 0 0 5px 0;
}

#main2 {
	width: 750px;
	height: auto;
	padding-left: 10px;
}

#profile2 {
	margin-left: 210px;
	font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 13px;
	color: #000;
	width: 500px;
	padding: 0px;
	line-height: 20px;
	margin-bottom: 50px;
}

#profile3 {
	font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 13px;
	color: #000;
	width: auto;
	padding: 0px;
	line-height: 20px;
	margin-left: 210px;
	height: auto;
	margin-bottom: 50px;
}

#main3 {
	width: 750px;
	padding-left: 10px;
	height: auto;
    font-size: 13px;
}

#profile_imge2 {
	width: 200px;
	float: left;
	background-image: url(File_profile/sengokukama.jpg);
	background-repeat: no-repeat;
	height: 133px;
	padding: 0px;
}

#sengokukamasyoukai {
	margin-left: 210px;
	font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #000;
	width: 540px;
	padding: 0px;
}

#eijyoujikan {
	margin-top: 10px;
	font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	margin-left: 210px;
	line-height: 18px;
}

#business_hours {
    margin-top: 1rem;
}

#profile3 h2 {
  font-size: 1.4em;
  margin-bottom: 0.3em;
}
#profile3 p {
  font-size: 1em;
  margin-bottom: 1em;
  color: #333;
}

/*体験教室*/
.title6 {
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    width: 760px;
    height: auto;
    display: block;
    background-color: #dfdfc1;
    padding: 5px 0 5px 10px;
    margin: 10px 0 0;
    border: 1px solid #627731;
    border-left: 10px solid #627731;
}

#taiken {
    width: 760px;
    margin-bottom: 40px;
    height: 500px;
    padding: 5px 0 10px;
    border: 1px solid #627731;
}

#taiken1 {
    width: 520px;
    height: 426px;
    float: left;
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 0.9rem;
    line-height: 20px;
    padding: 10px 0 0 10px;
}

.style10 {
	font-size: 0.9rem;
	color: #000;
	font-weight: normal;
	display: block;
	border: 1px solid #666;
	line-height: 20px;
	font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	width: 490px;
	padding: 5px;
}
#taiken2 {
	width: 250px;
	height: 426px;
	margin-left: 507px;
	background-image: url(File_kyoushitsu/taiken01.jpg);
}

#kyoushitsu {
    width: 760px;
    height: 250px;
    margin-bottom: 40px;
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    background-color: #fff;
    line-height: 0;
    padding: 5px 0 5px 10px;
    border: 1px solid #627731;
}

#kyoushitsu1 {
	width: 750px;
	font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 15px;
	line-height: 20px;
	padding-left: 10px;
	height: 220px;
	padding-top: 10px;
}

#syuttyou {
    width: 760px;
    height: auto;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    border: 1px solid #627731;
}

#syuttyou1 {
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 0 0 10px; 
}

.style8 {
	font-size: 1rem;
	color: #f00;
	font-weight: bold;
}

/*作品紹介*/
.gallery-item1, .gallery-item2, .gallery-item3 {
    max-width: 715px; /* `.gallery1` の最大幅に制限 */
    width: 100%;
}

.schedule_a {
    height: 100px;   
    padding: 0;
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 14px;
    background: no-repeat center url(File_gallery/souzouki.jpg);
    border: 1px solid #333;
}

.schedule_b {
    height: 100px;
    padding: 0;
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 14px;
    background: #060 no-repeat center url(File_gallery/seikatsutouki.jpg);
    border: 1px solid #333;
}

.schedule_c {
    height: 100px;
    padding: 0;
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 14px;
    background: #C60 no-repeat center url(File_gallery/tounoakari.jpg);
    border: 1px solid #333;
}

.gallery1 {
    width: 715px;
    margin: 50px 0 0 23px;
    background-color: #036;
}
.gallery2 {
    width: 715px;
    margin: 50px 0 0 23px;
    background-color: #060;
}
.gallery3 {
    width: 715px;
    margin: 50px 0 0 23px;
    background-color: #C60;
}

.gallery-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* アイテムを中央配置 */
    gap: 0px;
	width: 715px; /* 横幅を統一 */
	margin-left: 23px;
}

.gallery-item1 {
    width: 50%; /* 2カラムレイアウト */
    height: 266px;
    text-align: center;
    border: 1px solid #333; /* 各アイテムに枠線 */
    background-color: #d8e4f1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* 要素を下寄せ */
    align-items: center; /* 水平中央揃え */
}

.gallery-item1 img {
    display: block;
    margin: 0 auto; /* 画像も中央配置 */
}

.gallery-item2 {
    width: 50%; /* 2カラムレイアウト */
    height: 266px;
    text-align: center;
    border: 1px solid #333; /* 各アイテムに枠線 */
    background-color: #daebd6;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* 要素を下寄せ */
    align-items: center; /* 水平中央揃え */
}

.gallery-item3 {
    width: 50%; /* 2カラムレイアウト */
    height: 266px;
    text-align: center;
    border: 1px solid #333; /* 各アイテムに枠線 */
    background-color: #f5e2d8;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* 要素を下寄せ */
    align-items: center; /* 水平中央揃え */
}

.style11 {
    font-size: 15px;
    color: #000;
    font-weight: normal;
    display: block;
    line-height: 20px;
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    text-align: center;
    width: 280px;
    padding: 5px 0;
    background-color: #fff;
    margin: 0 0 10px 0;
}

/*共通*/
.title {
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    width: 760px;
    height: auto;
    display: block;
    background-color: #DFDFC1;
    padding: 5px 0 5px 10px;
    margin: 10px 0 20px;
    border: 1px solid #666;
    border-left: 10px solid #627731;
}

/*アクセス・MAP*/
.title3, .title4, .title5 {
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 5px;
}

.title3 {
    background-color: #2C467C;
    margin: 20px 10px 0 10px;
    width: 170px;
}

.title4 {
    background-color: #315922;
    margin: 10px 10px 0 10px;
    width: 170px;
}

.title5 {
    background-color: #794D2F;
    margin: 10px 10px 0 10px;
    width: 200px;
}

.s1 {
	font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 13px;
	background-color: #fff;
	color: #000;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	max-width: 760px;
	margin-top: 0 0 20px 10px;
	border: thin solid #2C467C;
	line-height: 1.5rem;
}

.s2 {
	font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 13px;
	background-color: #fff;
	color: #000;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	max-width: 760px;
	margin-top: 0 0 20px 10px;
	border: thin solid #315922;
	line-height: 1.5rem;
}

.s3 {
	font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 13px;
	background-color: #FFF;
	color: #000;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	max-width: 760px;
	margin-top: 0 0 30px 10px;
	border: thin solid #794D2F;
	line-height: 1.5rem;
}

#map {
	margin-top: 20px;
}