@charset "utf-8";
/* CSS Document */
@import url("normalize.css");
/*ここからトップページ*/
html {
  font-size: 62.5%;
}
* {
  margin: 0;
}
body {
  font-family: "UD デジタル 教科書体 NK";
  font-size: 1.8em;
  line-height: 1.5;
  width: 100%;
}
header, nav, #contents, footer {
  width: 100%;
  margin: 0 auto 0 auto;
}
header {
  background-color: #BF830B;
}
header p { 
  text-align: center;
}
header p img {
  margin-top: -5px;
  margin-bottom: 5px;
}
nav {
  background-color: #FFE0A3;
  margin-top: -9px;
}
nav ul {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 0 auto;
  list-style-type: none;
  display: flex;
  justify-content: center;
  padding-left: 0;
}
nav ul li {
  width: 100%;
  max-width: 235px;
}
nav ul li:nth-child(3) {
  max-width: 160px;
}
nav ul li a {
  display: block;
  padding-top: 49px;
  height: 0;
  overflow: hidden;
}
nav ul li#concept_html a {
  background-image: url("../images/nav1.png");
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-left: 3px dotted #ffffff;
  
}
nav ul li#menu_html a {
  background-image: url("../images/nav2.png");
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-left: 3px dotted #ffffff;
}
nav ul li#index_html a {
  background-image: url("../images/nav5.png");
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-left: 3px dotted #ffffff;
}
nav ul li#contact_html a {
  background-image: url("../images/nav3.png");
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-left: 3px dotted #ffffff;
}
nav ul li#access_html a {
  background-image: url("../images/nav4.png");
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-left: 3px dotted #ffffff;
  border-right: 3px dotted #ffffff;
}
#index_page #index_html a,
#concept_page #concept_html a,
#menu_page #menu_html a,
#contact_page #contact_html a,
#access_page #access_html a,
nav ul li:hover {
  opacity: 0.5;
}
h1 {
  text-align: center;
  font-size: 2.0em;
  margin: 50px auto 20px auto;
  letter-spacing: 20px;
  font-family: "HGP 創英角ポップ体";
  color: #BF830B;
}
#midasi p {
  text-align: center;
}
#midasi p img {
margin-top: 30px;
  max-width: 100%;
  height: auto;
}
#main{
  width: 100%;
  max-width: 1100px;
  margin: 100px auto 0 auto;
  display: flex;
  }
#main ul {
  max-width: 600px;
  list-style-type: none;
}
#main ul h2 {
  text-align: center;
  letter-spacing: 10px;
  color: #BF830B;
}
#main ul li {
  margin-top: 30px;
  text-indent: 17px;
}
#main img {
  width: 45%;
  max-width: 500px;
  height: auto;
}
#sub{
  width: 100%;
  max-width: 1100px;
  margin: 100px auto 0 auto;
  display: flex;
  flex-direction: row-reverse;
  }
#sub ul {
  max-width: 600px;
  list-style-type: none;
}
#sub ul h2 {
  text-align: center;
   letter-spacing: 10px;
   color: #BF830B;
}
#sub ul li {
  text-indent: 17px;
  margin-right: 50px;
  margin-top: 30px;
}
#sub img {
  width: 45%;
  max-width: 500px;
  height: auto;
}
#panpan {
  max-width: 700px;
  width: 100%;
  height: auto;
  margin: 100px auto 0 auto;
  padding-top: 15px;
  padding-bottom: 25px;
  text-align: center;
}
#panpan h3 {
  font-size: 1.5em;
  color: #BF830B;
}
.news {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  overflow: hidden;
}
.news2 {
  border-left: 1px solid;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px
}
.news2 span {
  font-size: 0.8em;
  display: inline-block;
  text-indent: -30px;
  padding-bottom: 10px
}
.news3 {
  border-left: 1px solid;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px
}
.news3 span {
  font-size: 0.8em;
  display: inline-block;
  text-indent: -30px;
  padding-bottom: 10px
}
.news4 {
  border-left: 1px solid;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px
}
.news4 span {
  font-size: 0.8em;
  display: inline-block;
  text-indent: -30px;
  padding-bottom: 10px
}


.carousel-container {
  overflow: hidden;
  position: relative;
}

.carousel {
  display: flex;
  transition: transform .3s;
}

.box {
  height: 100%;
  min-width: 100%;
}

.box-1 {
  background: #ffffff;
}

.box-2 {
  background: #ffffff;
}

.box-3 {
  background: #ffffff;
}

.box-4 {
  background: #ffffff;
}

#lt,
#gt {
  position: absolute;
  top: 50%;
  transform: translateY(-120%);
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, .8);
  color: #fff;
  font-size: 24px;
  padding: 0 6px;
  cursor: pointer;
}

#lt {
  left: 8px;
}

#gt {
  right: 8px;
}

#lt:hover,
#gt:hover {
  opacity: .8;
}

.hidden {
  display: none;
}


footer {
  background-color: #BF830B;
  margin-top: 100px;
}
footer div {
  padding: 0;
  margin: auto;
  max-width: 1100px;
}
#linkiroiro {
  display: flex;
}
footer div ul {
  margin-top: 25px;
  list-style-type: none;
  padding: 0;
}
footer div ul li {
  margin: 15px auto 0 auto;
}
footer div ul li a {
  text-decoration: none;
  color: antiquewhite;
}
footer p {
  margin-top: 20px;
  border-top: 3px dotted #FFE0A3 ;
  text-align: center;
}
/* 
hamburger(ハンバーガーアイコン)
=================================== */
#nav-wrapper {
display: none;
}

/* 
切り替わるスクリプト
=================================== */
#graphic {
  margin: 0 auto 0 auto;
  width: 100%;
  display: block
}
#graphic ul {
	position: relative;
	list-style: none;
	padding-left: 0;
}
#graphic ul li {
  width: 100%;
  height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
	transition: opacity 1s ease-in-out;
  }
  #graphic ul li img {
  width: 100%;
  height: auto;
  }
#graphic ul li.now {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 1;
}



.content-title.show {
  transform: translateY(0);
  opacity: 1;
}

.content {
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}

.content:nth-of-type(odd) {
  transform: translateX(-20px);
}

.content:nth-of-type(even) {
  flex-direction: row-reverse;
  transform: translateX(-20px);
}

.content:nth-of-type(odd).show,
.content:nth-of-type(even).show
{
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}



/*↑　ここまでトップページ　↑*/
/*↓　ここからコンセプトページ　↓*/


/*↑　ここまでコンセプトページ　↑*/

/*↓　ここからメニューページ　↓*/
.menu {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  width: 100%;
  text-align: center;
  margin: 50px auto 0 auto;
}
.menu figure {
  max-width: 300px;
  width: 100%;
  height: auto;
}
.menu img {
width: 100%;
height: auto;
}
.menu figure figcaption {
  margin-top: 20px
}
.menu figure figcaption p {
margin-top: 20px;
margin-bottom: -40px;
}
/*↑　ここまでメニューページ　↑*/
/*↓　ここからお問い合わせページ　↓*/
#form {
  width: 100%;
  margin-top: 100px;
}
#form p {
  max-width: 1100px;
  margin: 50px auto 0 auto;
  text-align: center;
}
form {
  width: 100%;
  margin-top: 100px;
}
form p {
  max-width: 1100px;
  margin: 40px auto 0 auto;
  text-align: center;
}
form p label {
display: inline-block;
text-indent: -280px;
}
form p input {
  width: 350px;
}
form p label #otoiawase {
  padding-left: 350px;
  display: inline-block;
}
#zyuusyo {
  display:  inline-block;
}
form p textarea {
  padding-bottom: 150px;
  width: 350px !important; 
  overflow: scroll;
}
#bottn {
  width: 100px;
  margin: 0 0 0 250px;
}
/*↑　ここまでお問い合わせページ　↑*/

/*↓　ここからアクセスページ　↓*/
#access_section {
  max-width: 1100px;
  width: 100%;
  margin: 50px auto 0 auto;
  display: flex;
  justify-content: center;
}
.access {
  margin: 50px 20px 0;
}
iframe {
  max-width: 500px;
}
.access h2 {
  margin-top: 50px;
  margin-bottom: 30px;
}
.access p {
  margin-top: 40px;
  text-indent: 40px
}
.access p:nth-of-type(3){
  margin: 0;
}
#section_zyouhou {
  max-width: 1100px;
  width: 100%;
  margin: 100px auto 0 auto;
  display: flex;
}
.zyouhou {
padding: 0 100px;
margin-left: 50px;
text-align: center;
}
.zyouhou p {
  margin: 20px
}
.zyouhou p:nth-child(1) {
  margin-top: 40px;
}
.zyouhou:nth-of-type(2) {
  border-left: 3px dotted #BF830B;
  margin-left: 0px
}
/*↑　ここまでアクセスページ　↑*/
