
/*----- Common Style -----*/
html {
  height: -webkit-fill-available;
}
body {
    margin: 0;
    padding: 0;
	min-height: 100vh;
    background: repeating-linear-gradient(
    -45deg,     /* 角度の指定 */
    #faf3e5,      /* 色A ... 開始 */
    #faf3e5 3px,  /* 色A ... 終了 */
    #f6eed5 3px,      /* 色B ... 開始 */
    #f6eed5 6px   /* 色B ... 終了 */
    );
  /* mobile viewport bug fix */
	min-height: -webkit-fill-available;
	text-align: justify;
	overflow-x: hidden;/* bodyに入れないとはみ出る */
}
@supports(-webkit-touch-callout: none){
/* iPhoneの表示のみ指定を上書き */
div#Wrapper{
  height: -webkit-fill-available;
  }
}
div#Wrapper {
    text-align: center;
    width: 99vw;
    height: 100%;
    font-size: 21px;
    padding:5px 0 0;
    margin: 0px;
	font-family: 'Zen Maru Gothic', sans-serif;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	background-size: 100% auto;
}



div.Container img {
    width: 100%;

}


#Wrapper div.Container img.brand-logo {
	width: 300px!important;
	margin: auto;
	display: block;
}

div.Container h1 {
	font-size: 40px;
	margin-bottom: 50px;
    padding: 5px 15px;
}

div.Container h2.nallow {
	font-size: 32px;
	margin: 60px auto 20px auto;
	padding: 10px;
	text-align: center;
    background-image:url("../img/title-bg-nallow.png");
    background-repeat:no-repeat;
    background-position:10% center;
background-size:100% 100%;
}

div.Container h2.balloon {
	font-size: 32px;
	line-height: 32px;
	margin: 60px auto 20px auto;
	padding: 1.1em 0 2em 0;
	text-align: center;
    background-image:url("../img/title-bg-balloon.png");
    background-repeat:no-repeat;
    background-position:50% 50%;
	background-size:100% 90%;
}

div.Container h2 {
	font-size: 32px;
	line-height: 38px;
	margin: 20px auto 20px auto;
	text-align: center;
}


div.product h2 {
	font-size: 32px;
	margin: 60px auto 20px auto;
	padding: 0;
	text-align: center;
}
div.product span {
	font-size: 24px;
	margin: 60px auto 20px auto;
	padding: 0;
	text-align: center;
	color:#703017;
}
div.Container h3,div.Container h2,div.Container h1 {
	font-family: 'Kaisei Opti', serif;
	font-weight:700;
	color:#703017;
}

.product ul {
	margin: 1em auto 1em auto;
	padding-left: 3em;
	text-align: left;
	width: 80%;
}
.product ul li {
  position: relative;
	font-size: 18px;
	list-style: none;
}
.product ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: 1em;
  left: -1em;
  width: 10px;
  height: 5px;
  border-left: 2px solid #A82818;
  border-bottom: 2px solid #A82818;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

div#Wrapper div.Container {
    width: 940px;
    margin: 80px auto;
}

a img.headerlogo{
	width: 200px;
}
/*----- Common Style -----*/
/*----- Tab Style -----*
.tab_area {
	margin: 48px auto 0px;
  	width: 50%;
  	letter-spacing: -0.4em;
}

.tab_area label {
	width: 50%;
	margin: 0;
	display: inline-block;
	padding: 10px 0;
	color: #703018;
	background: #D4C496;
	text-align: center;
	font-size: 28px;
	border: 0!important;
}

.tab_area label.active {
	background: #703018;
	color: #fff;
}

 /*----- Tab Style -----*/
/* Caption */
.small-txt {
	font-size: 20px;
	line-height: 18px;
}
/* Caption */
/*---- 3つ横並び -----*/
.contents-box3{
    width:  250px;
    text-align:center;
    margin:0 0 10px  0;
	display: inline-block;
	vertical-align:top; /* 上端揃え */
	font-size: 16px;
	line-height: 1.4em;
}
.contents-box3 img{
    width:  100%;
}
div.contents-box3 a {
	width: 100%;
	height: 100%;
	display: block;
}
.contents-box3 div.contents-info {
	margin:15px 0 ;
	padding: 0;
}

.contents-box3 div.contents-info span {
	font-family: 'Kaisei Opti', serif;
	color: #703017;
	font-size: 21px;
	display: block;
	margin-bottom: 5px;
	font-weight:bold;
	}
/*---- ２つ並び -----*/
.contents-box2{
    width:  390px;
    text-align: center;
    margin:0px 5px 10px 0 ;
	display: inline-block;
	vertical-align:top; /* 上端揃え */
	font-size: 16px;
	  padding: 0;
  }
.contents-box2 img{
    width:  100%;
  }

.contents-box2 img{
  width: 100%;
  transition-duration: 0.3s;
}

.contents-box2 div.contents-info span {
	font-size: 21px;
	font-family: 'Kaisei Opti', serif;
	}

div#Wrapper div.contents-box2 div.contents-info p {
	margin: 0;
	padding: 0;
	display: block;
}
div.product h3:before,div.product h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: black;
	
}
div.product h3 {
	font-size: 26px;
  position: relative;
	text-align: center;
  display:inline-block;
  padding: 0 80px;
	margin: 50px auto 20px auto !important;
}
div.product h3:before {
  left:0;
}
div.product h3:after {
  right: 0;
}
/*---- ２つ並び -----*/
.product-wrap:after {
	content: "";
	display: block;
	clear: both;
}
.product-wrap:before {
　　　　content: "";
	display: block;
	clear: both;
}	
	
.product-image,.product-info {
    float: left;
}
.product-info {
	margin: 0 auto;
	text-align: center;
}
/*---- 4つ並び -----*/
div.contents-box4{
    width:  190px;
    text-align: center;
    margin: 0 0px 20px 0;
	display: inline-block;
	vertical-align:top; 
	font-size: 16px;
  }
div.contents-box4 span{
	font-weight: bold;
	display: block;
	text-align: center;
}

div.contents-box4 img{
    width:  100%;
  }

div.contents-box4 img{
  width: 100%;
}

div.contents-box4 div.contents-info p {
	margin: 0;
	padding: 0;
}	

div.contents-box4 a {
	width: 100%;
	height: 100%;
	display: block;
}
.hover10 {
	border-radius: 50%;
	transition: all 0.6s ease 0s;
}
.hover10:hover {
	cursor: pointer;
	transform: scale(1.1, 1.1);
	transform: rotateZ(5deg);
	opacity: 1 !important;
}
.hover10:active {
	cursor: pointer;
	transform: scale(1.1, 1.1);
	transform: rotateZ(5deg);
	opacity: 1 !important;
}
/*------ ふわっとホバーボタンオレンジ ------*/
/*------ ふわっとホバーボタンオレンジ ------*/
div.Container .btn_orange {
	display: block;
	width: 99%;
	line-height: 2.5em; /* 高さ指定のため */
	letter-spacing: 0.15em;
	font-size:21px; /* 高さ指定のため */
	background-color: #F9BB15;
	border: 1px solid #F9BB15;
	text-align: center;
	border-radius: 6px;
	font-weight: 500;
	margin-top: 0.5em;
}
div.Container .btn_orange a {
	width: 100%;
	height: 2.5em;
	font-size:21px;
	line-height: 2.5em;
	padding: 0;
	border-radius: 6px;
	display: inline-block;
	color: #703018;
	font-weight: bold;
}

div.Container .btn_orange a:hover {
	background-color: #f99215;
	border-radius: 6px;
}

div.Container .btn_orange a:hover::after {
	border-color: transparent transparent transparent #f99215;
	border: 1px solid;
}

/*---- ミニコラムと画像 -----*/	
.product-wrap {
	display: flex;
    justify-content: space-between;
}
.product-wrap h3 {
    font-size: 140%;
    font-weight: bold;
    padding: 0.25em 0.25em ;/*上下 左右の余白*/
	margin-bottom:0.5em;
    background: transparent;/*背景透明に*/
    border-left: solid 5px #F9BB15;/*左線*/
    line-height: 100%;
}
	
.product-info>p{
    width: 100%;
	letter-spacing:-0.025em;
	font-size: 16px;
	line-height: 1.6em;
	text-align: left;
	margin-bottom: 30px;
}

.product-info .button {
	text-align: right;
	width: 380px;
}

	
.product-image {
	width: 100%;
	margin-right: 25px;
}


/*------ ふわっとホバーボタンホワイト ------*/
div.Container .btn_white {
	display: block;
	width: 99%;
	line-height: 2.5em; /* 高さ指定のため */
	letter-spacing: 0.1em;
	font-size:28px; /* 高さ指定のため */
	background-color: #D9CBAD;
	border: 1px solid #703017;
	text-align: center;

	font-weight: 500;
	margin-top: 0.5em;
}
div.Container .btn_white a {
	width: 100%;
	height: 2.5em;
	font-size:28px;
	line-height: 2.5em;
	padding: 0;

	display: inline-block;
}

div.Container .btn_white a:hover {
	background-color: #E0D0AC;
}

div.Container .btn_white a:hover::after {
	border-color: transparent transparent transparent #FEFEFE;
	border: 1px solid;
}
/*------ ふわっとホバーボタンホワイト ------*/	
/*----- お問い合わせリスト関連 -----*/ 
.asklist ol {
  background: #fcfcfc;/*背景色*/
  padding:0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
  border: solid 1px gray;/*線の種類 太さ 色*/
	width:95%;
	display: flex;
	font-size: 14px;
	column-count: 2;
}

.asklist ol li {
  margin-right: 20px;
	list-style-type: decimal;
	display:list-item;
}


.asklist ol {
	column-count: 1;
}
/*----- リスト関連 -----*/ 
@media screen and (max-width: 1025px) {/* スクリーンサイズが767px以下の場合に適用 */
/*----- layout -----*/
body {
		width: 100%;
}

div#Wrapper {
    width: 100%;
    height: 100%;
    font-size: 16px;
	padding: 0;
	text-align: center;
    background-color:rgba(255,255,255,0.5);
    background-blend-mode:lighten;
}

body #Wrapper div.Container {
    margin: 30px auto 30px auto!important;	
	width: 99%;
}
	
body #Wrapper div.Container p {
	width: 99%;
}	

#Spfooter{
	height: 100px!important;
	width: 100%;
	padding-bottom: 10px;
	display: block;
	text-align: center;
}
	

div#Wrapper div.Container img
	{
	width: 100%;
    padding: 0 auto;
 }
div#Wrapper div.Container h2 img
	{
	width: 40%;
    padding: 0 auto;
 }
	
	

div.Container .btn_white {
		margin-bottom: 5px;
	}
iframe {
    width: 100%;
}
#frameheader,
#framefooter {
		display: none;
}

.footersp {
	display: block;
	text-align: center;
	margin: auto;
	}

div.contents-box4{
    width:  45%;
    text-align: center;
    margin: 0 0px 10px 0;
	display: inline-block;
	vertical-align:top; 
	font-weight: bold;
	font-size: 16px;
  }
	
div.Container h2.balloon {
	font-size: 32px;
	line-height: 32px;
	margin: 50px auto 10px auto;
	padding: 1em 0 2em 0;
	text-align: center;
    background-image:url("../img/title-bg-balloon.png");
    background-repeat:no-repeat;
    background-position:50% 50%;
}
/*----- タブ -----*/
div.tab_wrap {
	width:100%;
	text-align: center;
	}
div.tab_area {
		width: 80%;
		border: 0!important;
	}
div.tab_wrap label.tab_label {
		font-size: 21px;

	}

div.tab_panel,div.panel_area {
		width: 100%;
	}
/*----- タブ -----*/
/*---- text -----*/
div#Wrapper h2 {
	font-size: 26px;
}
	
h3 {
	font-size: 24px;
	font-family: 'Kaisei Opti', serif;
	font-weight:700;
}
/*---- 3つ横並び -----*/
.contents-box3{
    width:  42%;
	margin: 0 2%;
}	
/*---- 3つ横並び -----*/
/*---- ２つ並び -----*/
.contents-box2{
    width:  95%;
	height: auto;
  }
.flexbox{
	margin-bottom: 20px;
  }
/*---- ２つ並び -----*/
/*-- product --*/
.product {
	width: 95%;
}
	
.product-wrap .product-info {
	width: 95%;
	margin: auto;
	}
	
.product-wrap {
	display: block;
	width: 100%;
}
.product-info>p{
    width: 95%;
	letter-spacing:-0.025em;
	font-size: 16px;
	line-height: 1.6em;
	padding: 2%;
}

/*-- product --*/
.asklist ol {
	width:90%;
}
}
/*-- 文字と画像 for SP --*/