@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&display=swap');

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

   common

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


/*reset-------------------------------------------------*/
body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  vertical-align: top;
		-webkit-backface-visibility: hidden;
}

header,section,article,aside,footer,nav {
 display: block;
}



/*-------------------------------------------------reset*/


/*common-------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-family: 'Noto Serif JP', serif, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho";
  font-weight: 400;
  background: url("../../common/image/back1.png") no-repeat top center;
  background-size:cover;
  z-index: -9;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  display: block;
}

ul,li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

address {
  font-style: normal;
}

.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  display: inline-table;
}
.u-flex, .un-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
}

.writing-mode, .writing-mode2 {
  writing-mode: vertical-rl;
}


/* mac \*/
* html .clear {
  height: 1%;
}

.clear {
  display: block;
}

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.max-width {
	max-width: 100%;
}
a:hover {
  opacity: 0.7;
}
/*-------------------------------------------------common*/


/*--------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------*/
.site-logo {
  width: 42%;
		padding: 10px 0 0;
}

header {
  background: #fff;
  padding: 12px 0 0;
}
#head {
  justify-content: space-between;
  margin:0 30px;
  background: #fff;
}
.wrapper {
  max-width: 100%;
  padding:0 10px;
  margin:0 auto;
}

nav {
	position:relative;
		height: 158px;
		width: 100%;
}

nav ul {
justify-content: right;
}

.contact_box {
  margin-right: 35px;
}
.contact_box p {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding:2px 12px;
  background: #151617;
  border-radius: 15px;
		font-family: "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
		color: #e5e5e5;
		position: relative;
		left: -24px;
}

.contact_top {
	width: 220px;
	position: absolute;
	right: 0;
	text-align: right;
}

nav .telnumber {
  font-size: 34px;
  margin-bottom: 48px;
}

nav ul {
	margin-top: 109px;
}

nav ul li {
  margin-left: 33px;
}

#topmenue {
  width:100%;
  height:630px;
  background: url("../../common/image/top.jpg") no-repeat 30% center;
  background-size: cover;
  margin-bottom: 58px;
  position: relative;
}

.menue_text {
  position: absolute;
  top: 37px;
  right: 200px;
}
#topmenue .first_line{
  font-size: 27px;
  display: block;
  height: 280px;
  background: #fff;
  padding-right: 11px;
  padding-top: 15px;
  letter-spacing: 1.5px;
}

#topmenue .middle_line{
  font-size: 27px;
  display: block;
  height: 280px;
  background: #fff;
  padding-right: 18px;
}
#topmenue .last_line{
  padding-top: 10px;
  font-size: 27px;
  display: block;
  height: 475px;
  background: #fff;
  padding:15px 18px 0 11px;
}



/*------------------------------------------------------------------------------------------------
  content
--------------------------------------------------------------------------------------------------*/
.inner {
  width:100%;
  max-width: 1000px;
  padding:0 20px;
  margin:0 auto;
}
.inner2 {
  width:100%;
  padding:58px 12px 27px 12px;
  margin:0 auto;
}

.botn_box a {
  display: inline-block;
  width: 285px;
  text-align: center;
  color: #fff;
  padding:20px 0px;
  background: #c67b1a;
  font-size:19px;
}
.botn_box3 a {
  display: inline-block;
  width: 285px;
  text-align: center;
  padding:20px 0px;
  background: #fff;
  font-size:19px;
  border: solid 1px #000;
}

.botn_box3 a:hover {
  color: #fff;
  display: inline-block;
  width: 285px;
  text-align: center;
  padding:20px 0px;
  background: #000;
  font-size:19px;
  border: solid 1px #000;
}

.botn_box2 {
  text-align: right;
}

#introduce {
 flex-direction: row-reverse;
 justify-content: center;
  margin-bottom: 80px;
}
#introduce ul{
  margin-left: 105px;
}

#introduce ul li{
  font-weight: normal;
  font-size:37px;
  margin-left: 11px;
		letter-spacing: 0.06em;
}
#introduce .text{
  font-size:20px;
  line-height: 2.2rem;
}

.article_1 {
  justify-content: space-between;
  margin-bottom: 254px;
}

.article_1 .article_text {
  width:320px;
}
.article_1 .article_title {
  letter-spacing: 3px;
  font-size: 60px;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 4.5rem;
}

.article_1 .article_text p {
  line-height: 2.2rem;
  letter-spacing: 0.5px;
  margin-bottom: 55px;
}

.article_1 .article_img{
  position: relative;
  width: 620px;
}

.article_1 .main_ph {
  width:100%;
  margin-top: 90px;
  position: relative;
  z-index: 9;
}
.back_img img{
  position: absolute;
  top: 35%;
  right:-20%;
  z-index: 0;
}

.article_2 {
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 175px;
}

.article_2 .article_text2 {
  width:58%;
}
.article_2 .article_title2 {
  text-align: right;
  letter-spacing: 3px;
  font-size: 60px;
  font-weight: normal;
  margin-bottom: 60px;
  line-height: 4.5rem;
}
.article_2 .article_text2 p {
  text-align: right;
  line-height: 2.2rem;
  letter-spacing: 0.5px;
  margin-bottom: 55px;
}
.article_2 .article_img2 {
  position: relative;
}
.article_2 .main_ph2 {
  z-index: 0;
  position: absolute;
  top: -22%;
  left: -125px;
}
.article_2 .main_ph3 {
  position: absolute;
  z-index: 9;
  top: 32%;
  left: 150px;
}

.article_2 .main_ph4 {
  position: absolute;
  z-index: 0;
  top: 104%;
  left: -125px;
}


.article_3 {
  justify-content: space-between;
  margin-bottom: 204px;
		position: relative;
}

.article_3 .article_text3 {
  z-index: 9;
		margin-left: 100px;
		margin-top: 46px;
}

.article_3 .article_title3 {
  letter-spacing: 3px;
  font-size: 60px;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 4.5rem;
}

.article_3 .article_text3 p {
  line-height: 2.2rem;
  letter-spacing: 0.5px;
  margin-bottom: 55px;
}
.article_3 .article_img3 {
  width: 60.5%;
		z-index: 0;
		position: absolute;
		right: 0;
		object-fit: contain;
}
.article_3 .main_ph4 {
}
.article_3 .main_ph4 img {
}

.article_3 .article_img3 img {
	width: 100%;
	height: auto;
}


/*------------------------------------------------------------------------------------------------
  footer (take_out)
--------------------------------------------------------------------------------------------------*/
#takeout {
  padding: 58px 20px;
  background: #f2e5c6;
  margin:0 auto;
}
#takeout .takeout-text {
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 60px;
		letter-spacing: 0.05em;
}
#takeout .contact {
  justify-content: center;
}

#takeout .tex_box p {
  text-align: center;
  font-size: 25px;
  padding: 4px 60px;
  border: solid 2px #000;
  border-radius: 7px;
} 

#takeout .tex_number p {
    display: inline-block;
    width: 305px;
    text-align: center;
    margin-top:8px;
    font-size: 34px;
    letter-spacing: 0.1em;
}

#takeout .tex_number p img {
	vertical-align: 1px;
	margin-right: 20px;
}

#takeout .mail_box {
  margin-left: 106px;
}
#takeout .mail_box a {
  color: #fff;
  display: inline-block;
  width: 349px;
  font-size: 19px;
  background: #c67b1a;
  padding: 32px 80px;
		letter-spacing: 0.05em;
}
/*------------------------------------------------------------------------------------------------
  footer (access)
--------------------------------------------------------------------------------------------------*/
#access {
  background: #372f18;
  padding-bottom: 80px;
}
#access .access_title {
  font-size: 50px;
  font-weight: normal;
  color: #fff;
  padding: 67px 0 58px;
}
#access .map_ph {
  display: flex;
		width: 1200px;
		margin: 0 auto;
  text-align: center;
}
#access table tr td{
  color: #fff;
  padding-bottom: 5px;
  letter-spacing: 1px;
}
#access .access-table {
  margin-top: 63px;
}
#access .table_top {
  width: 100px;
}
#access .table_1{
  width: 49%;
}

#access .map_ph .gmap {
	width: 798px;
}

/*------------------------------------------------------------------------------------------------
  footer (footer)
--------------------------------------------------------------------------------------------------*/
footer {
	position: relative;
	z-index: 10;
	border-top: 2px solid #FFFDF5;
}

#footer {
  background: #fff;
}
.f_logo  {
  align-items: center;
}
.f_logo img {
  margin-right: 20px;
}
.address_text {
  letter-spacing: 1px;
  line-height: 2rem;
}
.f_bottom ul{
  justify-content: flex-end;
}

.f_bottom ul li{
  font-size: 15px;
  padding-left: 13px;
}

