@charset "utf-8";

/*---------------------------------------------
	body
---------------------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

/* 10px */
body {
  width:100%;
  font-size: 1.8rem;
  color: #1B214C;
  line-height: 1.9;
  text-align: left;
  -webkit-text-size-adjust: 100%;
}

/* 16px */
p {
  font-size: 1.8rem;
}

/* 16px */
img {
  width: 100%;
  height: auto;
}

/*---------------------------------------------
 **  フォント
---------------------------------------------*/
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Georgia, serif;
}


/*---------------------------------------------
 **  フッターナビ
---------------------------------------------*/
#footer #nav ul li ul {
  display: none;
}

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

/*---------------------------------------------
	Anchor
---------------------------------------------*/
a {
  outline: none;
}

a:link {
  text-decoration: none;
  color: #1B214C;
  text-decoration: underline;
}

a:visited {
  text-decoration: none;
  color: #1B214C;
}

a:hover {
  color: color-mod(#1B214C shade(50%));
  text-decoration: none;
}

a:active {
  text-decoration: none;
  color: #1B214C;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*---------------------------------------------
	p
---------------------------------------------*/
p {
  margin-bottom: 1em;
}

p + a {
  margin-top: 1em !important;
}

p + div {
  margin-top: 1.5em !important;
}



/*---------------------------------------------
 ** ON OFF hover
---------------------------------------------*/
.hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hover:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}


/*---------------------------------------------
 **  ページトップ
---------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

#pageTop a {
  display: block;
  padding: 5px 3px 0px 3px;
  border-radius: 30px;
  background-color: #02529C;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: url(../img/common/page_top.png) no-repeat;
  background-size: 100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/*---------------------------------------------
 ** パンくずリスト
---------------------------------------------*/
nav#breadcrumbs ol {
  padding: 0;
}

nav#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
  font-size: 80%;
}

nav#breadcrumbs ol li:before {
  content: " > ";
}

nav#breadcrumbs ol li:first-child:before {
  content: "";
}


/*=================================================================================================================================*/
/**  共通部分	*/
/*=================================================================================================================================*/

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*---------------------------------------------
 ** 見出し
---------------------------------------------*/
/*---------------------------------------------
 ** h2
---------------------------------------------*/
h2 {
  font-size: 3.0rem;
  line-height: 1.5;
  margin-bottom: 1.0rem;
}
h2 strong {
  text-shadow:0px 0px 1px #999;
  letter-spacing: 0.02em;
}

/*---------------------------------------------
 ** h3
---------------------------------------------*/
h3 {
  margin-bottom: 1.5rem;
}

/*---------------------------------------------
 ** コンテンツ全体
---------------------------------------------*/
#content {
  width: 100%;
}

#main {
  width: 100%;
  margin: 0 auto;
  padding: inherit;
}

/*---------------------------------------------
 ** セクション
---------------------------------------------*/
.section_block {
  margin-bottom: 70px;
}

/*---------------------------------------------
 ** ヘッダー記述
---------------------------------------------*/
#header {
  width: 100%;
}

.header_wrapper {  background: url(../img/common/head_bg.jpg) no-repeat top center; background-size: contain;}

/* ヘッダー */
.header_inner {
  padding: 3.5% 0 2.5%;
}

/* ロゴ */
#logo {
  width: 25%;
  max-width: 316px;
  height: 100%;
  background: url(../img/common/logo.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
}

#logo a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;

}

/*---------------------------------------------
 **  ナビゲーション
---------------------------------------------*/


/* メインイメージ */

.main_img {
  width: 100%;
  border-top: 8px solid #1C224C;
/*  border-bottom: 8px solid #1C224C; */
  position:relative;
}
.main_img p{
  color:#fff;
  font-size:120%;
}
.main_img a:link{
  text-decoration: none;
}

.main_img li {
  width: 50%;
  float: left;
  margin: 0;
  overflow: hidden;
}

.main_img li img.back {
  width: 100%;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}

.main_img li a:hover img.back{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.main_t01{
  width: 48%;
  position:absolute;
  top:40%;
  left: 0%;
  text-align:center;
  z-index: 1;
  margin:0 auto;
}
.main_t01 img{
  width:254px;
  height:78px;
  margin-bottom:10px;
  z-index: 0;
  margin:0 auto;
}
.main_t02{
  width:49%;
  position:absolute;
  top:40%;
  right:0%;
  text-align:center;
  z-index: 1;
}
.main_t02 img{
  width:402px;
  height:79px;
  margin-bottom:10px;
  z-index: 0;
  margin:0 auto;
}

/*---------------------------------------------
 ** トップ コンテンツ
---------------------------------------------*/
#top_info {
  width: 100%;
  background-color: #F4F1F0;
  padding: 30px 0 29px;
}

#top_info_in {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}

.top_info_img {
  width: 10%;
  float:left;
}

.top_info_img img {
  width: 100%;
  max-width: 121px;
}

#top_info dl {
  width: 83%;
  padding-top: 2px;
  border-left: 3px solid #1C224C;
  padding-left:3%;
  display: block;
  margin-left:15%;
}

#top_info dl dt {
  width: 180px;
  float: left;
  padding:0 0 0.5%;
  margin-right:1%;
}

#top_info dl dd {
  padding:0 0 0.5%;
  margin-left:20%;
}


#top_con {
  width: 100%;
}

#top_con_in {
  width: 100%;
  margin: 0 auto;
}

#top_con .bg{
  background: url(../img/top/top_bg01.jpg) no-repeat top center;
  background-size: cover;
  background-size:140%;
  padding: 3% 0 0;
}

#top_con .top_box{
  width:95%;
  max-width: 1100px;
  margin:0 auto;
}

#top_con_in .top_box_in {
  width: 75%;
  float: right;
  margin-bottom:1%;
  margin-right:3%;
}

#top_con_in .top_box2 {
  width: 95%;
  max-width:1100px;
  margin:0 auto 5%;

}
#top_con_in .top_box2 ul li{
  width: 32%;
  float:left;
  margin-right:2%;
  margin-bottom:0.5%;

}
#top_con_in .top_box2 ul li:nth-child(3n){
  margin-right:0;
}
#top_con_in .top_box2 ul li img{
  width: 100%;
}
#top_con_in .top_box2 p{
  width: 100%;
  padding:10px 0 9px;
  text-align:center;
  color:#fff;
}

#top_con_in .top_box2 a:link{
  text-decoration:none;
}


#top_con_in .top_box2 p.col01{background-color:#D84C53;}
#top_con_in .top_box2 p.col02_1{background-color:#509e25;}
#top_con_in .top_box2 p.col02_2{background-color:#0085B2;}
#top_con_in .top_box2 p.col03{background-color:#D90000;}
#top_con_in .top_box2 p.col04{background-color:#aa8b1f;}


#top_con_in .top_box3 {
  width: 95%;
  max-width:1100px;
  margin:0 auto 5%;
}
#top_con_in .top_box3 .online{
  display: block;
}
#top_con_in .top_box3 .online_sp{
  display: none;
}

#top_con_in .top_box3 img{
  width:100%;
  margin-bottom:2%;
}
#top_con_in .top_box3 h2{
  width:100%;
}
#top_con_in .top_box3 p{
  width:100%;
}


#top_con2 {
  width: 100%;
  background: url(../img/top/top_bg02.jpg) no-repeat top center;
  min-height:300px;
  background-size:cover;
  padding: 5% 0 0;
}

#top_con2_in {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

#top_con2_in .top_box{
  width:95%;
  max-width: 1100px;
  margin:0 auto;
}
#top_con2_in .top_box div{
  width: 55%;
  float: left;
  padding-bottom:5%;
}







/*---------------------------------------------
 ** フッター記述
---------------------------------------------*/
#footer {
  clear: both;
  position: relative;
}
.footer_wrapper{
  width: 100%;
  text-align:center;
}


#footer .b_border{
  border-top: 9px solid #1C224C;
}


/* footerロゴ */
#footer #logo {
  margin: 0 auto 25px;
  position:absolute;
  top: 10px;
  left:0;
  right:0;
  bottom:10%;
  z-index: 999;
}

/* フッターインナー */
.footer_inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 50px 0 30px 0;
  text-align:center;
}
#top_con3 {
  width: 100%;
  background-size:cover;
  padding: 5% 0 0;
}

#top_con3_in {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

#top_con3_in iframe{
  width:100%;
  max-width:1100px;
  height:460px;
  margin:0 auto 2%;
}
#top_con3_in .btn_box{
  width:90%;
  margin:0 auto 3%;
  text-align:center;
}
#top_con3_in .btn_box p{
  text-align: left;
  display: inline-block;
  margin:0 auto;
}
#top_con3_in .btn_box p::after{
  content:url(../img/top/map_bg.png);
  width:338px;
  height: 229px;
  display: inline-block;
  position: absolute;
  top:40%;
  left:-13%;
  z-index: -999;
}
#top_con3_in .add{
  font-size:160%;
  font-weight:bold;
}
#top_con3_in .btn_box .btn{
  width:80%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin:0 auto;
}
#top_con3_in .btn_box .btn div img{
  width:95%;
  max-width:450px;
  margin:0 5%;
}

#footer .contact{
  max-width:1148px;
  margin:5% auto 3%;
}
#footer .contact{
  display: block;
}
#footer .contact_sp{
  display: none;
}

#footer .contact img{
  width:100%;
}






/* コピーライト */
#copyright {
  font-size: 0.8em;
  width: 100%;
  text-align: center;
  letter-spacing: 3px;
  padding: 15px 0 18px;
}

/*=================================================================================================================================*/
/**  下層ページ共通	*/
/*=================================================================================================================================*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
#content{
  border-top: 8px solid #1C224C;
}
.lower h2{
  font-size:4.5rem;
  font-weight: bold;
  text-shadow: 1px 1px 3px gray;
  margin:0 auto;
  padding:140px 0 140px 180px;
}
.lower h2 span{
  font-size:3.0rem;
}
.lower #read{
  width:90%;
  max-width: 1100px;
  margin:70px auto;
}

.lower #read h3{
  font-size:4rem;
  font-weight: bold;
  text-shadow: 1px 1px 3px gray;
  line-height: 1.4;
}
.lower #read h3 span{
  font-size:60%;
}

.lower .databox{
  width:100%;
  max-width: 1200px;
  margin:0 auto;
}
.lower .databox p{
  width:95%;
  max-width: 1100px;
  margin:0 auto;
}
.linkbtn{
  width:250px;
  height:37px;
  position:absolute;
  right:0;
  left:0;
  bottom:0;
}

.linkbtn a{
  width:250px;
  height:37px;
  color:#fff;
  padding-top:8px;
  padding-right:15px;
  text-align: center;
  right:0;
  bottom:18px;
  background-color:#74120f;
  font-size:1.6rem;
  letter-spacing: -1px;
  text-decoration: none;
  display: block;
}
.shopbtn{
  width:250px;
  height:37px;
  position:relative;
  margin:0 auto;
}

.shopbtn a{
  width:224px;
  height:34px;
  color:#fff;
  padding:5px 0 0 30px;
  text-align: left;
  background-color:#74120f;
  font-size:1.6rem;
  letter-spacing: -1px;
  text-decoration: none;
  display: block;
}


.shopbtn a:hover{
  background-color:#b24a47;
}


.shopbtn::after{
  content: url(../img/product/btn_logo.png);
  position: absolute;
  top:3px;
  right:25px;
}

/*=================================================================================================================================*/
/**  祝儀・結納品ページ	*/
/*=================================================================================================================================*/
.yuino{
  background:url(../img/yuino/title_yuino.jpg) no-repeat left top;
  margin:0 auto;
}

#yui_set{
  background:url(../img/common/bg_img01.jpg);
  padding:5% 0;
}
#shugi{
  background:url(../img/common/bg_img02.jpg);
  padding:5% 0;
}
.yuino_h3{background:url(../img/yuino/title_yuinou01.png)no-repeat;}
.shugi_h3{background:url(../img/yuino/title_yuinou02.png)no-repeat;}


.yuino_h3, .shugi_h3{
  position:relative;
  margin-bottom: 3%;
  width:100%;
  height:86px;
  z-index:1;
}

.yuino_h3 span, .shugi_h3 span{
  display: none;
}
.yuino_h3::before, .shugi_h3::before{
  content:url(../img/yuino/title_point01.png);
  position:absolute;
  top:-17px;
  left:-74px;
  z-index:2;
}
.yuino_h3::after, .shugi_h3::after{
  content:url(../img/yuino/title_point02.png);
  position:absolute;
  bottom:-28px;
  right:-53px;
  z-index:2;
}

.matsu{
  text-align:center;
  padding-bottom:5%;
}
.matsu img{
  max-width:568px;
  margin:0 auto;
}
.matsu h4{
  text-align: center;
  font-size: 3rem;
  text-shadow: 1px 1px 3px grey;
  padding: 1% 0 2%;
  font-weight: bold;
  line-height: 1.5;
}
.matsu h4 span{
  font-size:70%;
}
.yuino_block ul{
  width:90%;
  margin:0 auto 3%;
}
.yuino_block li{
  background:url(../img/yuino/set_point.png) no-repeat left top;
  padding:0.5% 0 1% 5%;
  text-align: left;
  background-size:4%;
  font-size:2.0rem;
}


.ryaku{
  width:80%;
  margin:5% auto;
}
.ryaku_block{
  width:100%;
  display: flex;
  margin:0 auto 5%;
}
.ryaku_block .ryaku_box{
  width:48%;
  margin:0 1.5%;
  padding-bottom:50px;
  text-align: center;
}
.ryaku_block .ryaku_box img{
  max-width:380px;
  margin:0 auto;
}
.ryaku h4{
  background: url(../img/yuino/set_point.png) no-repeat left bottom 57%; color:#911d1a;
  padding: 1% 0 0% 2.5%;
  font-size:3.6rem;
  text-shadow: 1px 1px 3px white;
  font-weight: bold;
}
.ryaku_block .ryaku_box p{
  text-align: :left;
}
.ryaku_box h5{
  text-align: center;
  font-size: 3rem;
  text-shadow: 1px 1px 3px gray;
  padding: 2% 0 2%;
  font-weight: bold;
  line-height: 1.5;
}

.set_block{
  width:100%;
  display: flex;
  margin-bottom:5%;
}
.set_block .set_box{
  width:30%;
  margin:0 1.5%;
  position:relative;
  padding-bottom:50px;
}

.set_block h4{
  text-align: center;
  font-size: 3rem;
  text-shadow: 1px 1px 3px gray;
  padding: 4% 0 2%;
  font-weight: bold;
  line-height: 1.5;
}

.set_block h4 span{
  font-size:1.8rem;
  display: block;
}


.yuino_set{
  width:95%;
  display: flex;
  margin:0 auto;
}

.yuino dl{
  width:100%;
  margin:0 2%;
}
.yuino dl dt{
  display: block;
  font-weight: bold;
  font-size:3rem;
  text-align:center;
  border-bottom: 2px solid #1C224C;
}
.yuino dl dt span{
  font-size:3.5rem;
}
.yuino dl dd{
  padding:6% 4%;
  text-align:left;
  font-size:1.9rem;
}

.yuino_block{
  width:90%;
  max-width: 1200px;
  flex-wrap:wrap;
  margin:0 auto;
  display: flex;
  background:#fff;
  padding:3% 0px 2% 1%;
  box-shadow:0px 0px 8px 3px #ccc inset;
}
.yuino_block .text{
  text-align:center;
}

.yuino_block .box{
  width:46%;
  margin:1% 3.5%;
  text-align:center;
}
.yuino_block .box:nth-child(2n){
  margin:1% 0;
}
.yuino_block .box img{
  width:30%;
  max-width:165px;
  float:left;
  margin-right:3%;
  margin-bottom:1%;
}
.yuino_block .box p{
  width:60%;
  display: block;
  float:left;
  font-size:1.4rem;
  line-height: 1.5;
  text-align:left;
}
.yuino_block .box p span{
  display: block;
  background-color:#8f5754;
  opacity: 0.6;
  text-align:center;
  font-size:2rem;
  color:#fff;
  text-shadow: 1px 1px 3px gray;
  padding:4px 0;
  margin-bottom:10px;
}
.set_box .linkbtn{
  width:90%;
  height:37px;
  max-width:250px;
  position:absolute;
  right:20%;
  bottom:0;
  margin:0 auto;
}
.linkbtn a{
  width:100%;
  height:37px;
}


/*=================================================================================================================================*/
/**  人形各種ページ	*/
/*=================================================================================================================================*/
.product{
  background:url(../img/product/title_product.jpg) no-repeat left top;
  margin:0 auto;
}
.product #read h3{
  font-size:3rem;
}

.product #hina, .product #tango, .product #tango02, .product #new{
  position:relative;
  padding-bottom:30px;
}
.product #hina{background:url(../img/product/hina_bg01.jpg);}
.product #tango{background:url(../img/product/goga_bg01.jpg);}
.product #tango02{background:url(../img/product/koi_bg01.jpg);}
.product #new{background:url(../img/product/new_bg01.jpg);}


#hina #hina_block, #tango #tango_block01, #tango02 #tango_block02, #new  #new_block{
  width:100%;
  max-width: 1400px;
  margin:0 auto;
}
#hina #hina_block{background:url(../img/product/hina_bg02.png)no-repeat right top;}

#tango #tango_block01{background:url(../img/product/tango_bg02.png)no-repeat left top;}

#tango02 #tango_block02{background:url(../img/product/tango_bg03.png)no-repeat right top;}

#new #new_block{background:url(../img/product/new_bg02.png)no-repeat left top;}

#hina #hina_in, #tango #tango_in, #tango02 #tango_in, #new #new_in{
  width:100%;
  max-width: 1100px;
  margin:0 auto;
}


#hina h4, #tango h4, #tango02 h4, #new h4{
  text-align: center;
  font-size: 3.8rem;
  text-shadow: 1px 1px 3px gray;
  padding: 5% 0 3%;
  font-weight: bold;
}

#hina h4 span, #tango h4 span, #tango02 h4 span, #new h4 span{
  font-size:24px;
  padding-left:30px;
}
#hina .hina_box, #tango .tango_box, #tango02 .tango_box, #new .new_box{
  width:100%;
  margin-bottom:5%;
}

.right{
  float:right;
}
.left{
  float:left;
}

#hina .hina_box div, #tango .tango_box div, #tango02 .tango_box div, #new .new_box div{
  width:53%;
  text-align:left;
  position:relative;
  padding-bottom:50px;
}
#hina .hina_box img, #tango .tango_box img, #tango02 .tango_box img, #new .new_box img{
  width:43%;
}

#hina .hina_box2{
  width:95%;
  margin:0 auto;
}
#hina .hina_box2 .right{
  width:53%;
  text-align:left;
  position:relative;
  padding-bottom:50px;
  float:right;
}

#hina .hina_box2 h5{
  font-size: 3.0rem;
  text-shadow: 1px 1px 3px gray;
  padding: 0 0 3% 0;
  position: relative;
  padding-left: 90px;
}
#hina .hina_box2 h5::before{
  content:url(../img/product/hina_point01.png);
  width:74px;
  height:53px;
  top: 2px;
  left:0;
  position: absolute;
}
#hina .hina_box2 img{
  width:43%;
  margin-top:7px;
}
#hina .hina_box2 dl{
  width:100%;
  text-align: left;
  font-size:90%;
  line-height:1.6;
  margin-bottom:10px;
}

#hina .hina_box2 dt{
  width:20%;
  float:left;
  font-weight:bold;
}
#hina .hina_box2 dt span{
  font-size:1.2rem;
  font-weight:normal;
  padding-left:30px;
}
#hina .hina_box2 dd{
  width:78%;
  float:right;
}

.p_h3{
  font-size:4.0rem;
  font-weight: bold;
  text-shadow: 1px 1px 3px gray;
  margin:0 auto;
  padding:50px 0 30px;
  text-align:center;
}

/*
#tango .tango_box2{
  width:85%;
  margin:0 auto 5%;
  box-shadow:0px 0px 8px 3px #ccc inset;
  padding:2% 5%;
  background-color: #fff;
}

#tango .tango_box2 h5{
  font-size: 3.0rem;
  text-shadow: 1px 1px 3px gray;
  position: relative;
  padding-left:100px;
  margin:2% 0 1%;
}
#tango .tango_box2 h5::before{
  content:url(../img/product/tango_point01.png);
  width:95px;
  height:69px;
  position: absolute;
  top:-5px;
  left:0;
}
*

/* 人形各種・各ページ */
#pro00{
  width:100%;
  max-width: 1200px;
  margin:0 auto;
}
.hina h4{background: url(../img/product/hina/hina_point.png) no-repeat left bottom 57%; color:#911d1a;}
.goga h4{background: url(../img/product/goga/goga_point.png) no-repeat left bottom 57%; color:#0c5827;}
.koi h4{background: url(../img/product/koi/koi_point.png) no-repeat left bottom 57%; color:#151f80;}
.new h4{background: url(../img/product/new/new_point.png) no-repeat left bottom 57%; color:#96631a;}

#pro00 h4,#pro01 h4,#pro02 h4{
  padding: 1% 0 0% 2.5%;
  font-size:3.6rem;
  text-shadow: 1px 1px 3px white;
  font-weight: bold;
}



#pro00 .about{
  width:95%;
  margin:0 auto;
}
#pro00 .about .right{
  width:30%;
}
#pro00 .about .left{
  width:68%;
}
#pro00 .about .left p{
  margin-bottom:7%;
}
#pro00 p{
  margin-bottom:5%;
}

#pro00 img{
  max-width:380px;
  margin-top:25%;
}
.new #pro00 img{
  margin:0 0 5%;
}
.new #pro00 h4 span{
  font-size:60%;
}

#pro00 .hina_name{
  width:95%;
  margin:0 auto;
}
#pro00 .hina_name .right{
  width:56%;
  text-align:left;
  position:relative;
  padding-bottom:50px;
  float:right;
}

#pro00 .hina_name img{
  width:42%;
  max-width:468px;
  margin-top:7px;
}
#pro00 .hina_name dl{
  width:100%;
  text-align: left;
  font-size:1.6rem;
  line-height:1.6;
  margin-bottom:10px;
}

#pro00 .hina_name dt{
  width:15%;
  float:left;
  font-weight:bold;
  color:#911d1a;
}
#pro00 .hina_name dt span{
  font-size:1.0rem;
  font-weight:normal;
}
#pro00 .hina_name dd{
  width:84%;
  float:right;
}
.hina #pro01{background:url(../img/product/hina_bg01.jpg);}
.goga #pro01{background:url(../img/product/goga_bg01.jpg);}
.koi #pro01{background:url(../img/product/koi_bg01.jpg);}
.new #pro01{background:url(../img/product/new_bg01.jpg);}

#pro01{
  width:100%;
  padding:3% 0;
}

#pro01_in{
  max-width: 1200px;
  margin:0 auto;
}
#pro01 .kind{
  width:95%;
  margin:0 auto;
}
.hina .d_kind{
  width:90%;
  display: flex;
  margin:3% auto;
}
.hina .d_kind div{
  width:45%;
  max-width: 438px;
  margin:0 auto;
}
.hina .d_kind div:nth-child(1){
  margin-right:5%;
}
.hina .d_kind div img{
  margin:0 auto;
}

.hina .d_kind div h5{
  font-size:2.4rem;
  text-align: center;
  padding:3% 0 1%;
  font-weight: bold;
  color:#911d1a;
}
.goga .d_kind{
  margin:0 auto;
}
.goga .d_kind img{
  max-width: 468px;
  float:right;
  margin:0 0 3% 3%;
}
.koi .d_kind{
  margin:0 auto 5%;
}
.koi .d_kind img{
  max-width: 312px;
  float:right;
  margin:0 0 3% 3%;
}

.koi .d_kind p span{
  background:#6aaadf;
  color:#fff;
  font-weight:bold;
  display:inline-block;
  border-radius: 5px;
  padding:1px 30px 0.5px;
  margin-top:1%;
}
.new .d_kind img{
  max-width: 393px;
  float:right;
  margin:0 0 3% 3%;
}

.kind h5{
  text-align:center;
  font-size:2.8rem;
  padding:1% 0 2%;
  font-weight: bold;
}
.kazari_box{
  width:100%;
  display: flex;
  margin:0 auto;
}
.kazari_box div{
  width:25%;
  max-width: 231px;
  margin:0 6% 0 0;
}
.kazari_box div:nth-child(4){
  margin-right:0
}
.hina .kazari_box h6{color:#911D15;}
.goga .kazari_box h6{color:#0c5827;}


.kazari_box h6{
  font-size:1.8rem;
  text-align: center;
  font-weight: bold;
}
.kazari_box p{
  font-size:1.6rem;
}

.hina .jiki{
  background:url(../img/product/hina/point02.jpg)repeat-x bottom left #fff;
}
.goga .jiki{
  background:url(../img/product/goga/point02.jpg)repeat-x bottom left #fff;
}
.jiki{
  width:80%;
  margin:0 auto;
  box-shadow:0px 0px 8px 3px #ccc inset;
  padding:4% 3% 7%;
}
.hina .jiki h5{color:#911D15;}
.goga .jiki h5{color:#0c5827;}

.jiki h5{
  font-size:2.2rem;
  text-align:center;
  font-weight: bold;
}
.hina .jiki h5 span{  background:url(../img/product/hina/point01.jpg) no-repeat bottom 20px left;}
.goga .jiki h5 span{  background:url(../img/product/goga/point01.jpg) no-repeat bottom 20px left;}

.jiki h5 span{
  padding:5% 0 5% 10%;
}

.jiki p{
  margin:2% 0 0;
  font-size:1.8rem;
}
.goga .jiki p{
  text-align: center;
}


#pro02{
  width:100%;
  max-width: 1200px;
  margin:5% auto;
}

#pro02_in{
  width:95%;
  margin:0 auto;
}
#pro02 .faq{
  width:96%;
  margin:0 auto;
}

.hina .faq .que{color:#911d1a; border-bottom:3px solid #ffa1b3;}
.goga .faq .que{color:#0c5827; border-bottom:3px solid #96c481;}
.koi .faq .que{color:#151f80; border-bottom:3px solid #a1c2e0;}
.new .faq .que{color:#96631a; border-bottom:3px solid #d2c7a5;}

.faq .que{
  width:90%;
  margin:0 auto 2%;
  font-size:2.4rem;
  position:relative;
  padding:1.5% 4.5% 0.5% 7%;
  font-weight: bold;
}
.faq .que::before{
  content:'Q.';
  position:absolute;
  font-size:3.6rem;
  left:10px;
  top:0;
}

.hina .faq .que::after{content:url(../img/product/hina/point03.jpg);}
.goga .faq .que::after{content:url(../img/product/goga/point03.jpg);}
.koi .faq .que::after{content:url(../img/product/koi/point03.jpg);}
.new .faq .que::after{content:url(../img/product/new/point03.jpg);}


.faq .que::after{
  position:absolute;
  right:10px;
  top:5px;
}
.goga .que::after{top:15px;}
.koi .que::after{top:20px;}
.new .que::after{top:20px;}

.faq img{
  float:right;
  margin:0 1% 5% 2%;
}

.faq img.f_img01{max-width:157px;}
.faq img.f_img02{max-width:394px;}
.faq img.f_img03{max-width:385px;}
.faq img.f_img04{max-width:324px;}
.faq img.f_img05{max-width:154px;}


.faq div{
  width:98%;
  margin:0 auto 5%;
}
.faq .ans{
  font-size:2.4rem;
  position:relative;
  padding:1.5% 4.5% 0.5% 6%;
  margin-bottom:1%;
  font-weight: bold;
}
.faq .ans::before{
  content:'A.';
  position:absolute;
  font-size:3.6rem;
  left:7px;
  top:0;
}
.faq .ans02{
  margin-left:6%;
}

.flag{
  width:90%;
  margin:0 auto;
  padding-top:3%;
  text-align: center;
  background:url(../img/product/flag01.png) no-repeat top 8% left 3%;
}
.hina_flag{background-color:#fce6e2;}
.goga_flag{background-color:#e8f7df;}
.new_flag{background-color:#f5ebdc;}

.flag p{
  margin:0% 3% 2% 22%;
  text-align: left;
}
.flag p span{
  font-size:90%;
}

.flag .mincho{
  font-size:2.4rem;
  font-weight:bold;
}
.hina_flag .mincho{color:#911d1a;}
.goga_flag .mincho{color:#0c5827;}
.new_flag .mincho{color:#96631a;}

.flag img{
  max-width:947px;
  margin:2% auto 5%;
}




/*=================================================================================================================================*/
/**  店舗情報＋クーポン	*/
/*=================================================================================================================================*/
.shop{
  background:url(../img/shop/title_shop.jpg) no-repeat left top;
  margin:0 auto;
}

#shop_info{
  width:100%;
  background:url(../img/common/bg_img01.jpg);
}
.shop_photo{
  width:100%;
  max-width:1200px;
  display: flex;
  margin:0 auto;
}
.shop_photo-02{
  max-width:810px !important;
}
.shop_photo-02 div{
  width:42% !important;
  }
.shop_photo div{
  width:32%;
  max-width:452px;
  margin:0 2% 2% 0;
}
.shop_photo div:nth-child(3){
  margin:0 0 2% 0;
}
.shop_photo div img{
  width:100%;
  height:auto;
}
.shop_table{
  width:90%;
  margin:0 auto;
  padding:5% 0 3%;
  text-align:center;
}


.shop_table h4{
  font-size: 3rem;
  text-shadow: 1px 1px 3px gray;
  padding: 0 0 3%;
  font-weight: bold;
  line-height: 1.5;
}

.shop_table dl{
  width:80%;
  display: flex;
  border-bottom:1px dotted #ccc;
  text-align:left;
  margin:0 auto;
}
.shop_table dl dt{
  width:15%;
  padding:1% 5%;
  font-weight:bold;
  text-align: right;
}
.shop_table dl dd{
  width:80%;
  padding:1% 3%;
}
.shop_table span{
  font-weight:bold;
}
.shop iframe{
  width:100%;
  max-width:1100px;
  height:460px;
  margin:5% auto 1%;
}
.shop_table p{
  width:60%;
  margin:0 auto;
  text-align:left;
}

#coupon{
  width:100%;
  max-width:1100px;
  margin:5% auto;
  text-align:center;
}
#coupon h4{
  font-size: 3rem;
  text-shadow: 1px 1px 3px gray;
  padding: 0 0 1%;
  margin-bottom:2%;
  font-weight: bold;
  line-height: 1.5;
  border-bottom:3px solid #1C224C;
}
#coupon p{
  text-align:center;
  margin:0 auto;
}

#coupon img{
  width:100%;
  text-align:center;
  max-width: 600px;
  margin:10px auto;
}
#coupon #print{
  width:95%;
  max-width:450px;
  margin:30px auto 0;
}


/*=================================================================================================================================*/
/**  印刷ページ	*/
/*=================================================================================================================================*/
.print{
  max-width:660px;
  position:relative;
}
#header_print{
  width:100%;
  text-align:left;
}
#header_print .logo{
  width:20%;
  height:auto;
  margin:2px 0 2px 5px;
}
#print_btn{
  width:240px;
  height:auto;
  position:absolute;
  top:1.0%;
  right:1%;
}

.print .shop_table{
  width:98%;
  margin:0 auto;
  padding:1% 0 1%;
  text-align:center;
}
.print #shop_info{
  width:100%;
  background:none;
  margin:0 auto;
}
.print .shop_table dl{
  width:100%;
  display: flex;
  border-bottom:1px dotted #ccc;
  text-align:left;
  margin:0 auto;
  font-size:12px;
}
.print .shop_table dl dt{
  width:10%;
  padding:1px 5px;
  font-weight:bold;
  text-align: right;
}
.print .shop_table dl dd{
  width:85%;
  padding:1px 5px;
}
.print .shop_table p{
  width:100%;
  margin:0 auto;
  text-align:left;
  font-size:12px;
}
.print iframe{
  width:630px;
  height:350px;
  margin:0 auto;
}
.print_table p{
  width:100%;
  margin:0 auto;
  text-align:left;
  font-size:12px;
}
.print #coupon{
  margin:1% auto 0;
}
.print #coupon h4{
  font-size: 2.0rem;
  border-bottom:3px solid #1C224C;
}
.print #coupon img{
  width:90%;
  text-align:center;
  max-width: 600px;
  margin:10px auto;
}
.print #coupon p{
  text-align:center;
  margin:0 auto;
  font-size:12px;
}

/*=================================================================================================================================*/
/**  お問合わせ	*/
/*=================================================================================================================================*/
.cont{
  background:url(../img/contact/title_contact.jpg) no-repeat left top;
  margin:0 auto;
}
.cont #read h3{
  font-size:3rem;
}

#con_form{
  width:100%;
  background:url(../img/common/bg_img02.jpg);
  padding:5% 0;
}
.contact_tbl{
  width:90%;
  max-width:1000px;
  margin:0 auto;
  font-size:110%;
}
.contact_tbl p{
  width:90%;
  text-align:left;
  margin:0 auto 2%;
}
.contact_tbl span{
  color:#ff0000;
}
.contact_tbl table{
  width:100%;
  padding:5%;
}
.contact_tbl th{
  width:15%;
  font-weight:bold;
  text-align:center;
  padding:2% 3%;
  background-color:#c99b0c;
  border-bottom:5px solid #f9efd0;
  color:#fff;
}
.contact_tbl td{
  width:70%;
  font-weight:bold;
  padding:2% 3%;
  background-color:#f3eacd;
  border-bottom:5px solid #f9efd0;
}
.form_t01{
  width:300px;
  height:30px;
  border-radius:5px;
}
.form_t02{
  width:400px;
  height:30px;
  border-radius:5px;
}
.form_t03{
  width:200px;
  height:30px;
  border-radius:5px;
}
textarea{
  width:100%;
  height:300px;
  border-radius:5px;
}
.f_btn{
  width:450px;
  margin:5% auto;
  display: flex;
}
button{
  width:265px;
  margin:1%;
  border:none;
  background-color:#f9efd0;
}
button img{
  max-width:265px;
}


#contact button{
  width: 266px;
  height:59px;
  margin:1%;
  font-size:20px;
  border:none;
  font-weight:bold;
  background:url(../img/common/submit_btn.jpg) 0 0 no-repeat;
  background-color:unset !important;
  box-sizing: border-box ; /*通常の記述*/
-webkit-box-sizing: border-box ;  /*Google ChromeやSafariの機能を利用*/
-moz-box-sizing: border-box ;  /*Firefoxの機能を利用*/
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", Georgia, serif;
    cursor:pointer;
 }

#contact button{	-webkit-transition: 0.3s ease-in-out;	-moz-transition: 0.3s ease-in-out;	-o-transition: 0.3s ease-in-out;	transition: 0.3s ease-in-out;}
#contact button:hover{ opacity:0.6; filter:alpha(opacity=60); -ms-filter: "alpha( opacity=60 )"; }

.wtn_copyright { text-indent: -999em;}

.button { text-align:center;}


/* 営業案内 */
.map_bottom_wrapper{ max-width: 843px; margin: 0 auto; }
.h3_top_about{background-color: #E8DED8;color: #740A06;}

.eigyou_w{
  margin-top: 40px;
  padding-left: 5% !important;
  padding-right: 5% !important;
}

.fwb{ font-weight: bold;}