@charset "utf-8";

/*
* main.css
*
* Copyright 2022 ngk
*
*/
/*******************************************************************/
body{
  font-family:"メイリオ" ,sans-serif;
  color: rgba(32,25,105,1);
}
section{
  width:100%;
  padding-bottom:60px;
}
h2{
  width:100%;
  font-weight: bold;
  letter-spacing: 1.6px;
  text-align:center;
  margin-bottom: 40px;
  padding:15px;
}
h3{
  font-weight: bold;
  font-size: 30px;
  text-align:center;
}
.sp{display:none;}
.pc{display:block;}

/*******************************************************************/
header {
  width: calc(100% - 200px);
  margin:0 auto;
  position: relative;
  z-index: 100;
  min-height:180px;
  padding:20px 0;
}
header h1 {
  text-align: center;
  width: 250px;
}
header h1 span{
  white-space: nowrap;
  font-weight: bold;
  font-size: 25px;
  color: #080059;
}
header h1 img{
  width:100%;
}
header nav{
}
header nav div{
  display: inline-block;
  position: absolute;
  right: 0;
  top: 20px;
}
header nav div .h__tel {
  font-weight: normal;
  font-size: 60px;
  color: #080059;
  letter-spacing: -0.6px;
}
header nav div .h__tel span{
  display: inline-block; 
  vertical-align: middle;
}
header nav div .h__tel span.h__tel__tit{
  background-color:rgba(32,25,105,1);
  font-weight: bold;
  font-size: 40px;
  color: rgba(255,255,255,1);
  padding:5px 20px 0;
}
header nav div .h__tel__btm{
  font-weight: normal;
  font-size: 17px;
  color: rgba(188,0,75,1);
  text-align: right;
}
header nav ul.h__menu{
  display:flex;
  position: absolute;
  right: 0;
  bottom: 10px;
  margin-left:60px;
	margin-top:20px;
}
header nav ul.h__menu li{
  margin-left:40px;
  font-size:20px;
}

/*******************************************************************/
section.slider{
  width:100%;
  border-top:#080059 2px solid;
  background-color:#F9F9F9;
  padding: 40px 0;
}

/*******************************************************************/
section.delivery{
}
section.delivery h2{
  background-color: rgba(32,25,105,1);
  font-size: 30px;
  color: rgba(255,255,255,1);
}

/*******************************************************************/
section.entrust{
}
section.entrust h2{
  background-color: rgba(32,25,105,1);
  font-size: 30px;
  color: rgba(255,255,255,1);
}
section.entrust div{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width:1000px;
  margin:0 auto;
}
section.entrust div ul{
  width:32%;
  border:1px solid #333;
}
section.entrust div ul li.e__img{
  width:100%;
  height:250px;
  text-align:center;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.entrust div ul li.e__img img{
  width: 75%;
}
section.entrust div ul li.e__text{
  width:100%;
  padding:10px;
  background:rgba(8,0,89,0.7);
  color:#fff;
}
section.entrust div ul li.e__text p{
  font-weight:bold;
  font-size:18px;
  padding-bottom:5px;
}
section.entrust div ul li.e__text span{
  display:block;
  font-size:16px;
  min-height: 77px;
}

/*******************************************************************/
section.price{
  padding:60px 0;
  background-color: #F9F9F9;
}
section.price h2{
  font-size: 50px;
}
section.price h3{
  font-size: 22px;
  margin-bottom: 20px;
}
section.price div{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  flex-wrap: wrap;
  width:1000px;
  margin:0 auto;
}
section.price ul{
  border:rgba(112,112,112,1) 1px solid;
  border-radius:10px;
  width:32%;
  overflow:hidden;
  padding: 20px;
  margin: 20px 0;
  font-size:19px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .5);
  background: #fff;
}
section.price ul:nth-of-type(3n){
  margin-right:0;
}
section.price .p__item__img{
  float:left;
  padding-right: 20px;
}
section.price .p__item__title{
  font-weight:bold;
  font-size:24px;
  line-height:130%;
}
section.price .p__item__text{
  margin:3px;
  line-height:130%;
}
section.price .p__item__price_s{
  text-align:right;
}
section.price .p__item__price_s em{
  font-weight:bold;
  font-size:24px;
  color:rgba(200,0,0,1);
}
section.price a.p__link{
  text-align:center;
}
section.price a.p__link {
  font-weight:bold;
  font-size: 26px;
  display:block;
  font-weight:bold;
  border-bottom:dashed 3px rgba(8,0,89,1);
  margin: 20px auto;
}
section.price a.p__link:before{
  content:"▶";
  font-size: 24px;
  padding-right: 10px;
}

/*******************************************************************/
section.reserve{
  padding:60px 0;
  background-color: #fff;
}
section.reserve h2{
  font-size: 50px;
}
section.reserve h3{
  color:rgba(200,0,0,1);
  margin-bottom:40px;
}
section.reserve dl{
  padding: 20px 20px 0 20px;
  background-color:rgba(253,255,222,1);
  font-size: 36px;
  width: 800px;
  margin: 0 auto;
  overflow:hidden;
}
section.reserve dl dt{
  background-color:rgba(8,0,89,1);
  color: #fff;
  width: 200px;
  float: left;
  text-align: center;
  margin-right:20px;
  margin-bottom: 15px;
  padding:5px;
}
section.reserve dl dt.r__tel{
  margin-top:10px;
}
section.reserve dl dd{
  margin-bottom: 25px;
  font-size:40px;
}
section.reserve dl dd.r__tel{
  margin-bottom: 8px;
  font-size:60px;
}
section.reserve .r__visit{
  width:1000px;
  border:5px solid rgba(8,0,89,1);
  margin:40px auto;
}
section.reserve .r__visit h4{
  text-align:center;
  background-color: rgba(8,0,89,1);
  font-weight: bold;
  font-size: 32px;
  color: rgba(255,255,255,1);
  letter-spacing: 2px;
  padding:15px;
}
section.reserve ul{
  display:flex;
}
section.reserve ul li{
  position: relative;
  width:30%;
  margin-right:5%;
  text-align:center;
  padding: 20px 5px;
}
section.reserve ul li img{
  width:85%;
}
section.reserve ul li span{
  font-size:18px;
  display:block;
}
section.reserve ul li:after{
  content:"▶";
  font-size:40px;
  padding-left:100%;
  position: absolute;
  top: 90px;
  left: 5px;
}
section.reserve ul  li:nth-of-type(3){
  margin-right:0;
}
section.reserve ul li:nth-of-type(3):after{
  content:"";
}
section.reserve .r__shop{
  width:1000px;
  border:5px solid rgba(200,92,10,1);
  margin:40px auto;
}
section.reserve .r__shop h4{
  text-align:center;
  background-color: rgba(200,92,10,1);
  font-weight: bold;
  font-size: 32px;
  color: rgba(255,255,255,1);
  letter-spacing: 2px;
  padding:15px;
}



/*******************************************************************/
section.access{
  padding:60px 0;
  background-color: #F9F9F9;
}
section.access h2{
  font-size: 50px;
}
section.access h3{
  font-size: 22px;
  margin-bottom: 20px;
  line-height:40px;
}
section.access div{
  width:1000px;
  display:flex;
  margin:40px auto;
  text-align:center;
}
section.access ul{
  width:50%;
}
section.access ul li{
  font-size: 22px;
}
section.access ul li.a__title{
  font-size: 30px;
  font-weight:bold;
  padding: 20px;
}
section.access ul li.a__address{
  font-size: 20px;
  text-align:left;
  padding: 20px;
  line-height:150%;
}

/*******************************************************************/
footer{
  width:1000px;
  margin:0 auto;
  position: relative;
  padding: 20px 0;
}
footer h1{
  text-align: center;
  width: 250px;
}
footer h1 img{
  width:100%;
}
footer h1 span{
  font-weight: bold;
  font-size: 25px;
  color: #080059;
}
footer nav ul{
  display: flex;
  padding-left: 280px;
  position: absolute;
  bottom: 20px;
  font-size:22px;
}
footer nav ul li{
  margin-right:35px;
}
div.footer_btm{
  text-align:center;
  padding:20px;
  background-color: rgba(32,25,105,1);
  color:#fff;
}


/*******************************************************************/
/*ページトップボタン作成*/
.page-top {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 10%;
  background-color: rgba(32,25,105,1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
/*ページトップボタンの中身作成*/
.page-top::before { 
  content: "";
  width: 12px;
  height: 12px;
  margin-bottom: -6px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(-45deg);
}
.page-top:hover {
  opacity: 0.8 ;
}