@charset "utf-8";

/* clearfix */
.cf {
  zoom: 1;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

/*全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定*/

/*ボディのスタイル*/
body {
  width: 100%;
  background-color: #FCFFFB;
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #000000;
  margin: 0;
  padding: 0;
}

#expression {
  margin:0;
  padding: 0;
}

a:link {
  color: #996633;
  text-decoration: none;
}
a:visited {
  color: #996633;
}
a:hover {
  color: #669900;
  text-decoration: underline;
}


/*ヘッダースタイル*/
header {
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
  overflow: hidden;
}

header h1 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
header h1 img {
  width: 30%;
}
header p img {
  width: 100%;
}


/*スライドショー*/
#slide {
  position: relative;
  max-width: 100%;
  max-height: 800px;
  margin: 0 auto;
  background-color: #FCFFFB;
}
.pic {
  position: absolute;
}
.pic img {
  width: 100%;
  height: auto;
  opacity: 0;
  -moz-animation: imgTrans 48s infinite;
  -webkit-animation: imgTrans 48s ease-in infinite;
  animation: imgTrans 48s infinite;
}
#fuukei1 img {
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#fuukei2 img {
  -moz-animation-delay: 8s;
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}
#fuukei3 img {
  -moz-animation-delay: 16s;
  -webkit-animation-delay: 16s;
  animation-delay: 16s;
}
#fuukei4 img {
  -moz-animation-delay: 24s;
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
#fuukei5 img {
  -moz-animation-delay: 32s;
  -webkit-animation-delay: 32s;
  animation-delay: 32s;
}
#fuukei6 img {
  -moz-animation-delay: 40s;
  -webkit-animation-delay: 40s;
  animation-delay: 40s;
}
@-webkit-keyframes imgTrans {
  0% { opacity: 0; }
  7% { opacity: 1; }
  18% { opacity: 1; }
  25% { opacity: 0; }
  100% { opacity: 0; }
}
@-moz-keyframes imgTrans {
  0% { opacity: 0; }
  7% { opacity: 1; }
  18% { opacity: 1; }
  25% { opacity: 0; }
  100% { opacity: 0; }
}
@keyframes imgTrans {
  0% { opacity: 0; }
  7% { opacity: 1; }
  18% { opacity: 1; }
  25% { opacity: 0; }
  100% { opacity: 0; }
}




/*グローバルナビメニュー*/
nav ul {
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #000000;
  line-height: 2.5;
}
nav ul li {
  text-align: center;
  float:left;
  width: 33.3%;
  line-height: 2.5;
  display: block;
}
nav ul li a {
  display: block;
  width: 100%;
}
nav li a:hover {
  background-color: #330000;
  color: #1749BD;
  text-decoration: none;
  color: #FFFFFF;
}


/*ヘッダーナビメニュー*/

/*コンテンツエリア全体*/
div#contents {
  padding-bottom: 15px;
}
div#contents h2 {
  color: #8c2814;
  font-size: 1.4em;
}


/*各ページコンテンツエリア-welcome*/
div#contents section#welcome {
  margin-left: 5px;
  margin-right: 5px;
  background-image: url("../images/mame_taru0002.png");
  line-height: 1.4em;
  height: 600px;
  clear: both;
}
div#contents section#welcome article {
  margin-bottom: 10px;
}
/*ここから画像に文字を乗せる*/
.image-square {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.image-square img {
  display: block;
  width: 100%;
}
.overlay-text {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-2%, 2%);
  top: 10px;
  left: 20px;
  color: white;
  text-shadow: 1px 1px 2px black;
}
/*ここまで画像に文字を乗せる*/


div#contents section#welcome1 article {
  margin-top: 50px;
  margin-bottom: 20px;
  line-height: 2.5em;
}




/*div#contents section#welcome h2 {
  margin: 20px 5px 20px 0;
  padding-bottom 10px;
  color: #1749BD;
}
div#contents section#welcome article h3 {
  margin-bottom: 3px;
  padding-left: 7px;
  font-size: 1.2em;
}
div#contents section#welcome article p {
  line-height: 1.4em;
  margin: 0 0 20px 10px;
}
div#contents section#welcome article p a {
  text-decoration: underline;
}
div#contents section#welcome article p a:hover {
  text-decoration: none;
}*/


/*各ページコンテンツエリア-welcome01*/
div#contents section#welcome01 {
  margin-left: 5px;
}
div#contents section#welcome01 article {
  margin-bottom: 10px;
}
div#contents section#welcome01 h2 {
  margin: 0 5px 20px 0;
  padding-bottom 10px;
  font-size: 1.2em;
}
div#contents section#welcome01 article h3 {
  margin-bottom: 3px;
  padding-left: 7px;
}
div#contents section#welcome01 article p {
  line-height: 1.4em;
  margin 0 0 20px 10px;
}
div#contents section#welcome01 article p a {
  text-decoration: underline;
}
div#contents section#welcome01 article p a:hover {
  text-decoration: none;
}


/*各ページコンテンツエリア-welcome02*/
div#contents section#welcome02 {
  margin-left: 5px;
  margin-top: 30px;
}
div#contents section#welcome02 article {
  margin-bottom: 30px;
}
div#contents section#welcome02 h2 {
  margin: 0 5px 20px 0;
  padding-bottom 10px;
  font-size: 1.2em;
}
div#contents section#welcome02 article h3 {
  margin-bottom: 3px;
  padding-left: 7px;
}
div#contents section#welcome02 article p {
  line-height: 1.4em;
  margin 0 0 20px 10px;
}
div#contents section#welcome02 article p a {
  text-decoration: underline;
}
div#contents section#welcome02 article p a:hover {
  text-decoration: none;
}


/*各ページコンテンツエリアwelcome03*/
div#contents section#welcome03 h2 {
  margin: 0 5px 20px 5px;
  padding-bottom 10px;
  font-size: 1.2em;
}
div#contents section#welcome03 article {
  text-align: center;
  width: 100%;
  min-width: 120px;
  float: left;
  margin-bottom: 30px;
  clear: both;
}
div#contents section#welcome03 article img {
  width: 100%;
  height: auto;
  max-width: 280px;
}
div#contents section#welcome03 article h3 {
  text-align: left;
  margin-left: 15px;
  color: #330000;
  font-size: 1.1em;
}
div#contents section#welcome03 article p {
  text-align: left;
  line-height: 1.4em;
  padding: 0 15px;
}


/*各ページコンテンツエリア-welcome04*/
div#contents section#welcome04 {
  margin-left: 5px;
  margin-top: 30px;
}
div#contents section#welcome04 article {
  margin-bottom: 30px;
}
div#contents section#welcome04 h2 {
  margin: 0 5px 20px 0;
  padding-bottom 10px;
  font-size: 1.2em;
}
div#contents section#welcome04 article h3 {
  margin-bottom: 3px;
  padding-left: 7px;
}
div#contents section#welcome04 article p {
  line-height: 1.4em;
  margin 0 0 20px 10px;
}
div#contents section#welcome04 article p a {
  text-decoration: underline;
}
div#contents section#welcome04 article p a:hover {
  text-decoration: none;
}


/*各ページコンテンツエリア-welcome05*/
div#contents section#welcome05 {
  margin-left: 5px;
  margin-top: 30px;
}
div#contents section#welcome05 article {
  margin-bottom: 10px;
}
div#contents section#welcome05 h2 {
  margin: 0 5px 20px 0;
  padding-bottom 10px;
  font-size: 1.2em;
}
div#contents section#welcome05 article h3 {
  margin-bottom: 3px;
  padding-left: 7px;
}
div#contents section#welcome05 article p {
  line-height: 1.4em;
  margin 0 0 20px 10px;
}
div#contents section#welcome05 article p a {
  text-decoration: underline;
}
div#contents section#welcome05 article p a:hover {
  text-decoration: none;
}


/*各ページコンテンツエリア-welcome06*/
div#contents section#welcome06 {
  margin-left: 5px;
  margin-top: 30px;
}
div#contents section#welcome06 article {
  margin-bottom: 30px;
}
div#contents section#welcome06 h2 {
  margin: 0 5px 20px 0;
  padding-bottom 10px;
  font-size: 1.2em;
}
div#contents section#welcome06 article h3 {
  margin-bottom: 3px;
  padding-left: 7px;
}
div#contents section#welcome06 article p {
  line-height: 1.4em;
  margin 0 0 20px 10px;
}
div#contents section#welcome06 article p a {
  text-decoration: underline;
}
div#contents section#welcome06 article p a:hover {
  text-decoration: none;
}


/*各ページコンテンツエリアinformation*/
div#contents section#information {
  text-align: left;
  line-height: 1.5em;
  clear: both;
}
div#contents section#information h2 {
  margin: 20px 0 15px 15px;
  font-size: 1.2em;
}
div#contents section#information article p {
  padding: 0 15px;
}
div#contents section#information article p img {
  width: 100%;
}
div#contents section#information article ul {
  list-style-type: none;
  margin-left: 20px;
}
div#contents section#information article ul li{
  line-height: 2.0em;
  padding: 0 15px;
  color: #CC0000;
  font-weight: bold;
}

/*各ページコンテンツエリア-tenji*/
div#contents section#tenji {
  margin-left: 5px;
  max-width: 100%;
  padding: 15px;
  clear: both;
}
div#contents section#tenji article {
  margin-bottom: 10px;
}
div#contents section#tenji h2 {
  margin: 0 5px 20px 0;
  padding-bottom 10px;
  font-size: 1.2em;
}
div#contents section#tenji article h3 {
  margin-bottom: 3px;
  padding-left: 7px;
}
div#contents section#tenji article p {
  line-height: 1.4em;
  margin 0 0 20px 10px;
}
div#contents section#tenji article p a {
  text-decoration: underline;
}
div#contents section#tenji article p a:hover {
  text-decoration: none;
}


#info_box {
  width: 80%;
  padding: 5px 50px 5px 50px;
  margin-left: 31px;
  background-position :right;
  background-repeat: no-repeat;
  line-height: 1.8;
  background-color: #FFF;
  scrollbar-3dlight-color: #CCCCCC;
  scrollbar-arrow-color: #CCCCCC;
  scrollbar-darkshadow-color: #CCCCCC;
  scrollbar-face-color: #FFFFFF;
  scrollbar-heighlight-color: #FFFFFF;
  scrollbar-shadow-color: #CCCCCC;
  scrollbar-track-color: #FFFFFF;
}
.u_sen {
  border-bottom: solid 1px #CCCCCC;
}


/*Flexbox*/
.flex_ch-box {
  background-color: #FFF;
  padding: 5px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.flex_ch-item {
  padding: 10px;
  margin: 10px 30px;
  border-radius: 8px;
  width: 100%;
}
.flex_ch-item:nth-child(1) {
  background-color: #fff;
  border:solid 1px #B64305;

}
.flex_ch-item:nth-child(2) {
  background-color: #fff;
  border:solid 1px #8CC355;
}
.flex_ch-item:nth-child(3) {
  background-color: #fff;
  border:solid 1px #663399;
}
.flex_ch-item:nth-child(4) {
  background-color: #fff;
  border:solid 1px #CC0000;
}




/*各ページの画像一覧*/
#tenji-box {
  text-align: center;
}
#tenji-box img {
  padding:3px;
}
#tenji-box p {
  text-align: left;
}


img {
  max-width: 100%;
  height: auto;
}

h2 {
  color: #663300;
  line-height: 1.5
}

/*特定商取引法に関する表示・プライバシーポリシーページ*/
div#contents section#base article {
  text-align: center;
  min-width: 120px;
  float: left;
  margin: 20px 0 15px 15px;
}
div#contents section#base h2 {
  margin: 20px 0 15px 15px;
  font-size: 1.2em;
}
div#contents section#base article img {
  width: 100%;
  height: auto;
  max-width: 280px;
}
div#contents section#base article h3 {
  text-align: left;
  margin-left: 15px;
  color: #330000;
  font-size: 1.1em;
}
div#contents section#base article p {
  text-align: left;
  line-height: 1.4em;
  padding: 10px 15px;
}

/*table.ktp {
  width: 100%;
  border: solid 1px #666666;
  line-height: 1.2;
  border-collapse: collapse;
  background-color:#FFF;
}
table.ktp th {
  width: 30%;
  padding: 10px 5px 10px 10px;
  border: solid 1px #666666;
  vertical-align: middle;
  text-align: left;
}
table.ktp td {
  width: 70%;
  padding: 10px 5px 10px 10px;
  border: solid 1px #666666;
  vertical-align: middle;
  text-align: left;
}
table.ktp td ol {
  margin-left: 40px;
}
*/

/*フッターエリア*/
footer {
  text-align: center;
  color: #ffffff;
  background-color: #330000;
  padding-top: 5px;
  padding-bottom: 3px;
}
footer div {
  margin: 15px 10px 10px 20px;
}
footer div p {
  font-size: clear;
  line-height: 1.3em;
}
footer div small {
  font-size: 0.8em;
}



/*ページトップへ戻る*/
a#pagetop_btn {
  position: fixed;
  bottom: 70px;
  right: 3px;
}


/*特定商取引法の表示ページのテーブル*/
table.sample02 {
width:90%;
padding: 5px;
border:solid 1px #CCCCCC;
line-height:1.8;
border-collapse:collapse;
background-color:#FFF;
margin-top:20px;
margin-bottom:40px;
margin-left:30px;
clear:both;
}
table.sample02 th {
width: 28%;
border: solid 1px #CCCCCC;
padding: 5px;
vertical-align: middle;
text-align:left;
}
table.sample02 td {
width: 68%;
padding-left: 5px;
padding-right: 5px;
border: solid 1px #CCCCCC;
vertical-align: middle;
text-align:left;
}

table.sample01 {
width:90%;
padding: 5px;
border:solid 1px #CCCCCC;
line-height:1.8;
border-collapse:collapse;
background-color:#FFF;
margin-top:20px;
margin-bottom:40px;
margin-left:30px;
clear:both;
}
table.sample01 th {
width: 28%;
border: solid 1px #CCCCCC;
padding: 5px;
vertical-align: middle;
text-align:left;
}
table.sample01 td {
width: 68%;
padding-left: 5px;
padding-right: 5px;
border: solid 1px #CCCCCC;
vertical-align: middle;
text-align:left;
}



table.sample02 {
width:70%;
padding: 5px;
border:solid 1px #CCCCCC;
line-height:1.8;
border-collapse:collapse;
background-color:#FFF;
margin-top:20px;
margin-bottom:40px;
margin-left:45px;
clear:both;
}
table.sample02 th {
width: 20%;
border: solid 1px #CCCCCC;
vertical-align: middle;
text-align:center;
}
table.sample02 td {
width: 20%;
border: solid 1px #CCCCCC;
vertical-align: middle;
text-align:center;
}


table.sample03 {
width:98%;
padding: 5px;
border:solid 1px #CCCCCC;
line-height:1.8;
border-collapse:collapse;
background-color:#FFF;
margin-top:20px;
margin-bottom:40px;
margin-left:5px;
clear:both;
}
table.sample03 th {
width: 20%;
border: solid 1px #CCCCCC;
vertical-align: middle;
text-align:center;
}
table.sample03 td {
width: 20%;
border: solid 1px #CCCCCC;
vertical-align: middle;
text-align:center;
}



/*プライバシーポリシーページ*/
.pri_box {
width: 80%;
margin-left: 10%;
margin-right: 10%;
}





/*全ページ*/
.box01 {
width:100%;
height:auto;
margin-bottom:30px;
padding-left:10px;
padding-top:15px;
background-color:#FFC;
border:dotted 1px #663333;
}




/*table th {
  text-align: center;
}
table td {
  text-align: right;
}*/





/*ショッピングページ*/
img {
  padding-right: 15px;
}
.g-box {
  margin-top: 20px;
  padding-left: 20px;
  padding-bottom: 70px;
  clear: both;
}
.g-box h3 {
  font-size: 1.2em;
}
.g-box img {
  margin-right: 5px;
  padding: 20px;
}

.g-box h3 {
  font-size: 1.4em;
  color: #8c2814;
}
.goods {
  font-size: 0.8em;
  color: #778899;
}

.kakaku {
  font-size: 1.5em;
  color: #CC0033;
}
.kakaku01 {
  font-size: 1.2em;
  color: #CC0033;
}
.m_box {
  float: left;
  background: rgba(0,0,0,0);
  text-align: left;
  padding: 30px;
  line-height: 1.7;
  font-size: 1.1em;
}

/*全体*/

p {
    margin-bottom: 1.5em;
}


.style01 {
    text-align: center;
}


.style02 {
    font-weight: bold;
}


.style03 {
	background-color: #ACD6FF;
	font-size: 1.2em;
}


.page-title-im {
    text-align: center;
    border-bottom: dotted 4px #CCCCCC;
}


.im-r {
    float: right;
    padding: 5px;
}
.im-l {
    float: left;
    padding: 5px;
}







/*////////////////////メディアクエリによる切り替え////////////////////*/



/*PC向けおよび大型タブレット向けのレイアウトの指定：520px～979px*/
@media only screen and (min-width: 520px) {
header {
  position: static;
  overflow: visible;
}
header h1 {
  text-align: left;
}


nav {
  text-align: center;
  margin: 10px auto 15px auto;
  width: auto;
}
nav ul li {
  text-align: center;
  float: left;
  width: 25%;
  border-bottom: none;
}
nav ul li a {
  display: block;
}


div#contents section#information article p img {
  text-align: center;
  max-width: 850px;
}


div#contents section#welcome03 article img {
  width: 100%;
  height: auto;
  max-width: 235px;
}
div#contents section#welcome03 article {
  width: 50%;
}
div#contents section#welcome03 article h3 {
  line-height: 2.0em;
}





/*フッターエリア*/
footer {
  text-align: center;
}

/*Flexbox*/
.flex_ch-box {
  flex-wrap:nowrap;
}
.flex_ch-item {
  width: 25%;
  margin: 10px 5px;
}
.flex_ch-item:nth-child(1) {
  width: 25%;
}
.flex_ch-item:nth-child(2) {
  width: 25%;
}
.flex_ch-item:nth-child(3) {
  width: 25%;
}
.flex_ch-item:nth-child(4) {
  width: 25%;
}


}






/*PC向けレイアウトの指定：980px以上では固定レイアウト*/
@media only screen and (min-width: 980px) {
header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

nav {
  max-width: 980px;
}
nav ul {
  margin-left: auto;
  margin-right: auto;
}
nav ul li {
  text-align: center;
  float: left;
  width: 25%;
  border-bottom: none;
}

div#contents {
  max-width:980px;
  margin: 0 auto;
}






div#contents section#welcome03 article {
  width: 25%;
}
div#contents section#welcome03 article h3 {
  line-height: 2.2em;
}
div#contents section#welcome01 {
  width: 49%;
  float: left;
}


div#contents section#welcome02 {
  width: 49%;
  margin-top: 0;
  float: right;
}


div#contents section#welcome03 {
  width: 49%;
  margin-top: 0;
  float: left;
}


div#contents section#welcome04 {
  width: 49%;
  float: right;
}


div#contents section#welcome05 {
  width: 49%;
  margin-top: 0;
  float: left;
}


div#contents section#welcome06 {
  width: 49%;
  margin-top: 0;
  float: right;
}













/*トップページ*/
.style01 {
  color: #003399;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

.style02 {
  text-align: center;
}

}



