@charset "UTF-8";

/* --------------------
   CONTACT
-------------------- */
#pagenaka {
  height: 120px;
  background: url("../images/pagebackground.jpg") no-repeat center top;
  background-size: cover;}
#menu {
  background: #FEF4EB;
  padding: 80px 0 100px;}
#menu h1 {
  padding-bottom: 10px;
  color: #EA6120;}
#menu .flex {
  padding-top: 40px;
  display: flex;
  gap: 70px 40px;
  flex-wrap: wrap;}
#menu .item {
  width: calc(50% - 20px);}
#menu .item .photo {
  margin: 20px 0 2px;
  display: flex;
  gap:10px;}
#menu .item .photo .box {
  width: 100%;}
#menu .item h2 {
  background: #fff;
  border-radius: 30px;
  min-height: 60px;
  padding: 12px 22px;
  font-weight: bold;}
#menu .item table {
  width: 100%;}
#menu .item th, #menu .item td {
  padding: 8px 0;
  border-bottom: 1px dashed #707070;}
#menu .item th { text-align: left;}
#menu .item td { text-align: right;}
@media screen and (max-width: 768px){
  #pagenaka { height: 50px;}  
  #menu { padding: 40px 0 60px;}
  #menu .flex { gap:30px;}
  #menu .item { width: 100%;}}

/* --------------------
   TELCONTACT
-------------------- */
.telcontact { background: linear-gradient(0deg, #FD821A 0%, #EA6120 100%);}
.telcontact .flex {
	height: 320px;
	display: flex;
  justify-content: center;
  gap:20px 60px;
	align-items: center;}
.telcontact .text { padding: 40px 0;}
.telcontact .text p {
	color: #fff;
	line-height: 1.2;}
.telcontact .text .txs-24 {
	padding-left: 26px;
	background: url("../images/icon-tel3.png") no-repeat left bottom;
	background-size: 21px auto;
	color: #F8EC9C;
	line-height: 1;}
.telcontact .text a { color: #fff;}
.telcontact a.conmail {
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  background: #A71A00;
  max-width: 320px;}
@media screen and (max-width: 1080px){
	.telcontact .flex { flex-wrap: wrap-reverse; height: auto; padding-bottom: 40px;}
	.telcontact .photo,.telcontact .text { width: 100%; text-align: center;flex: auto;}
	.telcontact .text { padding: 60px 0 10px;}
	.telcontact .text .txs-24 { background:none;}
	.telcontact .photo img { margin: 0 auto;}}