@charset "utf-8";

body {
    margin: 0px;
	padding: 0px;
	color: #000;	/*全体の文字色*/
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 17px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	-webkit-text-size-adjust: none;
      background-image: url('../images/back_img.jpg');
    background-attachment: fixed;
  background-size: cover;
  background-position: center;

}



ul {list-style-type: none;}


.sp-header{
	width: 100%;
}

.contents {
	clear: both;overflow: hidden;
	padding: 50px 0px;	/*上下、左右へのボックス内の余白*/
}

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	max-width: 1200px;	/*サイトの最大幅　※下の方の「画面幅1200px以上の設定」にも関連するので変更の際は注意して下さい。*/
	margin: 0 auto;
}


/*メイン画像
---------------------------------------------------------------------------*/

.main-box img {
	position: relative;
	width: 100%;
	height: 700px;
	object-fit: cover;
}

.main-logo-img img {
	width: 300px;
	height: 100%;
}

.main-logo-img {
position: absolute;
top: 40% ;
left: 50%;
transform: translate(-50%,-50%);
}



html {
    width: 100%;
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 400;
}
h1 {
	font-size: 35px;
}
h2 {
	font-size: 30px;
	text-align: center;
    letter-spacing: 10px;
}

h3 {
	font-size: 15px;
	color: #AAABAB;
	text-align: center;
	margin-top: -20px;
        letter-spacing: 5px;
}

h4 {
	font-size: 22px;
	text-align: center;
}

h5 {
	font-size: 24px;
}
h6 {
	font-size: 18px;
}



p {
    margin: 0 0 5px;

}

p.lead {
	font-weight: 100;
}

a {
    color: #000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	text-decoration: none;
}


a:hover,
a:focus {
    text-decoration: none;
	color: #333;
}
a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

table.t-shop {
	width: 100%;
}
table.t-news {
	width: 700px;
}

table.t-ryokin {
    border: 1px solid;
    width: 700px;
}

table.t-ryokin td {
    border: 1px solid;
}

.bg_g_t {
	color: #fff;
}

.bg_g_t_l {
    color: #fff;
	text-align: left;
}

/*ボタン
---------------------------------------------------------------------------*/
.btn,
a.btn,
button.btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
    width: 250px;
    margin: 0px 5px;
}

a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
}

a.btn-border:hover {
  color: #fff;
  background: #005e2f;
}

/*--------------------------------------
コンバージョンアップボタン 緑色（中央寄せ）
--------------------------------------*/
.button1,
a.button1,
button.button1 {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.button1-wrap {
  margin: 30px 0;
  text-align: center; 
}

.button1-c {
    font-size: 24px;
    position: relative;
    padding: 0.1rem 2rem 1.2rem 3.5rem;
    color: #fff;
    background: #3d9439;
    width: 700px;
}

.button1-c span {
  font-size: 17px;
  position: absolute;
  top: -10px;
  left: calc(50% - 250px);
  display: block;
  width: 500px;
  padding: 0.2rem 0;
  color: #3d9439;
  border: 2px solid #3d9439;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}



/*フェイドイン
---------------------------------------------------------------------------*/
.css-fade4{
  width:100%;
  height: 100%;
  opacity: 0;
}
.css-fade4--in{
  animation-name:fade-in4;
  animation-duration:2s;
  animation-timing-function: ease-out;
  animation-delay:0;
  animation-iteration-count:1;
  animation-direction:normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in4 {
  0% {opacity: 0; transform: translate3d(0,30px,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}
.css-fade5{
  width:100%;
  height: 100%;
  opacity: 0;
}
.css-fade5--in{
  animation-name:fade-in5;
  animation-duration:2s;
  animation-timing-function: ease-out;
  animation-delay:0;
  animation-iteration-count:1;
  animation-direction:normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in5 {
  0% {opacity: 0; transform: translate3d(0,30px,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}

.css-fade6{
  width:100%;
  height: 100%;
  opacity: 0;
}
.css-fade6--in{
  animation-name:fade-in6;
  animation-duration:2s;
  animation-timing-function: ease-out;
  animation-delay:0;
  animation-iteration-count:1;
  animation-direction:normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in6 {
  0% {opacity: 0; transform: translate3d(0,30px,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/

#menubar {
	clear: both;
	overflow: hidden;
	font-size: 20px;
	padding-top: 15px;
	margin-bottom: 15px;
	z-index: 9999;
}


.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
	background-color: #ffffff;
z-index: 9999;
}

/*メニュー１個あたりの設定*/
#menubar li {
	float: left;	/*左に回り込み*/
}

#menubar li.menu-logo{
	margin-top: -20px;
	margin-right: 400px;
}


#menubar li a {
	display:  block;
	text-decoration: none;
	text-align: center;	/*内容をセンタリング*/
	padding: 10px 0 0 0;	/*上下、左右へのボックス内の余白*/
}


/*１つ目のメニューへの追加設定*/

/*マウスオン時と、現在表示中(current)メニューの設定*/
#menubar li a:hover,
#menubar li.current a {/*背景色*/
	color: #B0B0B0;	/*文字色*/
}
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}


/*画面幅1200px以上の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1200px){

/*inner共通
---------------------------------------------------------------------------*/
	
.inner {
	width: 1200px;	/*サイト幅*/
}

/*メインメニューとドロップダウンメニューの設定変更。
上の共通設定で、max-widthを1200pxにしており、メニュー数が５個なので、1200÷5=240pxになります。
---------------------------------------------------------------------------*/
#menubar li {
	width: 120px;

}

#menubar li:first-child {
	margin-left: 0px;
}
	
}

/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	width: 100%;
}

/*文字サイズ変更ボタン（※文字サイズを「大」にした時の設定はchange.cssで行う）
---------------------------------------------------------------------------*/
/*ボタンブロック全体*/
#fsize {
	display: none;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明度(opacity)0%から透明度100%にする指定。*/
@keyframes menu1 {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*スマホ用メニューを非表示から表示に切り替える*/
#menubar-s {
	top: 52px;
	display: block;
	overflow: hidden;
	position: absolute;               /* 右からの位置指定 */
	width: 100%;
	animation-name: menu1;		/*上のkeyframesの名前*/
	animation-duration: 0.5S;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*アニメーションの完了後、最後のキーフレームを維持する*/
    z-index: 9999999;
	padding:  0px; 
	margin: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
    
#menubar-s ul {
	width: 100%;
	margin-left: 0px;
	padding-left: 0px;

}
    
/*メニュー１個あたりの設定*/
#menubar-s li a {
	display: block;
	text-decoration: none;
	padding: 10px ;
	border-bottom: 1px solid #000;
	background: rgba(255,255,255,0.8);
	color: #000;
	font-size: 100%;
}

	
/*PC用メニューを非表示にする*/
#menubar {
	display: none;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	top: 10px;	/*上から3%の場所に配置*/
	right: 2%;	/*右から3%の場所に配置*/
	
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #fff url(../images/icon_menu.png) no-repeat center top/50px;
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #fff url(../images/icon_menu.png) no-repeat center bottom/50px;
}
}

img.shop-img {
	margin-left: 20px;
    width: 600px;
}

img.shop-img2 {
	margin-right: 20px;
    width: 600px;
}

.menu-text {
	text-align: left;
	font-size: 18px;
	float: left;
}
.menu-fee {
	text-align: right;
	font-size: 18px;
}

/* misc */
hr {
  margin-top: 5px;
}

hr.bold {
  border-top: 2px solid #000;
}

.bg-menu {
	background-image: url('../images/back_img2.jpg');
}

.bg-yoyaku {
	background-image: url('../images/back_yoyaku.jpg');
    padding: 20px 0px 100px;
}

.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff;/*背景色*/
}
.box3 p {
    margin: 0; 
    padding: 0;
}
.service-title {
	text-align: center;
	font-size: 18px;
	margin: 15px 0px;
}

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #7b963f;
  border: solid 2px #7b963f;
	background: #fff;
  border-radius: 5px;
  transition: .4s;
	margin: 20px 0;
	font-size: 18px;
}

.btn-flat-border:hover {
  background: #7b963f;
  color: white;
}

.button004 a {
    background: #294826;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 320px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 20px;
    border: 1px solid #fff;
}
.button004 a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
}
.button004 a:hover {
    background: #646e4c;
    color: #FFF;
}


/* ===========================
--- Footer
============================ */
.footer{
	background-color: #000;
    color: #fff;
}


table.t-footer td{
	padding: 20px;
}

.tel-box {
	width: 400px;
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 1px #000000;
    
}

.tel-box p {
    text-align: center;
}

a.tel-t{
    font-size: 50px;
    color: #fff;
}

caption {
  caption-side: bottom;
  padding: 5px;
    text-align: right;
}


.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 1024px) {
.pc { display: none !important; }
.sp { display: block !important; }

body {
	font-size: 15px;
    background-attachment: fixed;
  background-size: auto;
  background-position: center;
}

.inner {
	width: 95%;
    padding: 20px 0px;
}
    
.main-box img {
	position: relative;
	width: 100%;
	height: 350px;
	object-fit: cover;
	margin-top: 10px;
}

img.shop-img {
	margin-left: 0px;
    width: 100%;
}

img.shop-img2 {
	margin-right: 0px;
    width: 100%;
}
    
.contents {
	padding: 0px 0px;	/*上下、左右へのボックス内の余白*/
}

a.anchor{
    display: block;
    padding-top: 0px;
    margin-top: 0px;
}
	
h1 {
	font-size: 22px;
}
h2 {
	font-size: 22px;
	text-align: center;
    letter-spacing: 5px;
}

h3 {
	font-size: 15px;
}
	
h4 {
	font-size: 15px;
}

table.t-shop td {
	display: block;
	width: 100%;
}
table.t-shop {
	width: 100%;
}

table.t-shop img {
	width: 100%;
}
	
.service-title {
	text-align: center;
	font-size: 15px;
}
	
.menu-text {
	text-align: left;
	font-size: 13px;
	float: left;
}
.menu-fee {
	text-align: right;
	font-size: 13px;
}
	
.btn-flat-border {
  display: inline-block;
  padding: 0.1em 1em;
	margin: 20px 0;
	font-size: 13px;
}

table.t-ryokin {
    border: 1px solid;
    width: 100%;
}
    
table.t-news {
	width: 80%;
}

    
.bg-yoyaku {
    background-image: url('../images/back_yoyaku.jpg');
    padding: 15px 0px 40px;
}
    
.sp_logo {
	width: 70%;
}
    
table.t-footer {
	width: 95%;
}
	
table.t-footer td {
	display: block;
	padding: 5px;
    text-align: center;
}

a.tel-t{
    font-size: 30px;
    color: #fff;
}
    
/*ボタン
---------------------------------------------------------------------------*/
.btn,
a.btn,
button.btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
    width: 250px;
    margin: 5px 5px;
}
 .button1,
a.button1,
button.button1 {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.button1-wrap {
  margin: 10px 0;
  text-align: center; 
}

a.button1-c {
    font-size: 18px;
    width: 100%;
    position: relative;
    padding: 23px 10px 10px 10px;
    color: #fff;
    background: #3d9439;
    margin-top: 10px;
}

a.button1-c span {
  font-size: 13px;
  position: absolute;
  top: -10px;
  left: calc(0%);
  display: block;
  width: 100%;
  padding: 0.2rem 0;
  color: #3d9439;
  border: 2px solid #3d9439;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}   
}

