@charset "utf-8";

body {
    margin: 0px;
	padding: 0px;
	color: #000;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 15px;	/*文字サイズ*/
	line-height: 1.8;		/*行間*/
	-webkit-text-size-adjust: none;
    background-color: #e3e3e3;
}

ul {list-style-type: none;}


.sp-header{
	width: 100%;
	background-color: #ffffff;
	height: 70px;
}

img.spimg{
	margin-top: 15px;
	margin-left: 10px;
}

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

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

.inner2 {
	max-width: 1000px;
	margin: 0 auto;
}
/*メイン画像
---------------------------------------------------------------------------*/

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

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

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



html {
    width: 100%;
    height: 100%;
}

h1 {
	font-size: 38px;
}
h2 {
	font-size: 30px;
	text-align: center;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

h3 {
	font-size: 15px;
	color: #000000;
	text-align: center;
	margin-top: -20px;
}

h3.coupon3 {
	font-size: 15px;
	color: #000;
	text-align: center;
	margin-top: -20px;
}



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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

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: #483f3a;
}
a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

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

/*フェイドイン
---------------------------------------------------------------------------*/
.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: 18px;
	padding-top: 20px;
	margin-top: 0px;
	margin-bottom: 15px;
	z-index: 9999;
}


.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
	background-color: #e3e3e3;
z-index: 9999;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*メニュー１個あたりの設定*/
#menubar li {
	float: left;	/*左に回り込み*/
	width: 20%;		/*メニュー幅（100÷5個=20%）※下の方の「画面幅1200px以上の設定」にも関連するので変更の際は注意して下さい。*/
	
}

#menubar li.menu-logo{
	margin-top: 0px;
	margin-right: 50px;
}


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


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

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


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

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

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

#menubar li:first-child {
	margin-left: -50px;
}
	
}
.inner {
	width: 1100px;	/*サイト幅*/
}

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

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

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

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

/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明度(opacity)0%から透明度100%にする指定。*/
@keyframes menu1 {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*スマホ用メニューを非表示から表示に切り替える*/
#menubar-s {
	top: 60px;
	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: 15px ;
	border-bottom: 1px solid #000;
	background: rgba(255,255,255,0.9);
	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;
}

.web-text {
	text-align: justify;
	font-size: 15px;
	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-color: #f0f0f0;
}

.bg-coupon {
	background: #e0dad7;
}

.bg-footer {
	
}

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


.webservice_p {
	text-align: center;
	font-size: 22px;
	margin-bottom: 10px;
}

.webservice_p_2 {
	text-align: center;
	font-size: 12px;
}

.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;
}

.obi {
  font-size: 28px;
    margin: 50px 0px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    border-bottom: 1px solid;
    letter-spacing: 2px;
}


p.text01 {
  font-size: 22px;
    margin: 50px 0px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 2px;
}


/* ===========================
--- Footer
============================ */


table.t-footer td{
	padding: 20px;
	color: #000000;
}
table.t-footer img {
	width: 150px;
}
.tel-box {
	width: 400px;
    padding: 0.5em 1em;
    margin: 2em 0;
}

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

a.tel-t{
    font-size: 35px;
	color: #000000;
}

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

.coupon-waku{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.coupon-waku:before, .coupon-waku:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.coupon-waku:before {left: 10px;}
.coupon-waku:after {right: 10px;}
.coupon-waku p {
    margin: 0; 
    padding: 0;
}

.coupon1 {
    font-size: 18px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}

.coupon2 {
    font-size: 45px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}

.access-t td {
    width: 50%;
}

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

body {
	font-size: 13px;
}

.main-box img {
	position: relative;
	width: 100%;
	height: 350px;
	object-fit: cover;
	margin-top: 0px;
}
	
.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;
}

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

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

table.t-shop img {
	width: 100%;
}
	
.webservice-title {
	text-align: center;
	font-size: 15px;
}

.webservice_p {
	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;
}

.coupon1 {
    font-size: 15px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}

.coupon2 {
    font-size: 28px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}
	
table.t-footer {
	width: 95%;
}
	
table.t-footer td {
	display: block;
	padding: 10px;
    text-align: center;
}
    
table.t-footer img {
	width: 80%;
}
    
.tel-box {
	width: 100%;
    margin: 0px;
}
    
a.tel-t{
    font-size: 30px;
	color: #000000;
}
    
.access-t td {
	display: block;
    width: 100%;
}

iframe.access-g {
    width: 100%;
	height: 400px;
}
.obi {
  font-size: 22px;
    margin: 10px 0px;
    text-align: center;
}	
}

