@charset "utf-8";
/*==================================================
スライダーのためのcss
===================================*/
/* -------------------------------------------
全体
-------------------------------------------*/
* {
  font-family: arial, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.en {
    font-family: "Roboto";
}
html, body {
  height: 100%;
  margin: 0
}
/*ul,ol {margin: 0 0 0 1.25em;padding: 0;}*/
section {
  margin: 0;
  padding: 0;
}
img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto
}
a:hover img {
  opacity: 0.7
}
.wrap {
  overflow: hidden;
}
p {
  margin: 0;
  font-size: 14px;
}
p:last-child {
  margin: 0;
}
/* font */
.small {
  font-size: 90%;
}
.bold {
  font-weight: bold;
}
a {
	text-decoration-line: none;
	color: #211717;
}
ul {
    list-style: none;
}
/* -------------------------------------------
要素非表示・回り込み解除
-------------------------------------------*/
.displaynone {
  display: none;
}
.clearfix:after, .clearfix:before {
  content: " ";
  display: table
}
.clearfix:after {
  clear: both
}
/* -------------------------------------------
グリッド
-------------------------------------------*/
/* inline */
.inline {
  text-align: justify;
  text-justify: distribute-all-lines;
}
.inline:after {
  content: "";
  display: inline-block;
  width: 100%;
  line-height: 0;
  height: 0;
}
div.inline > div {
  display: inline-block;
}
.inline div {
  vertical-align: top;
  width: 49%;
  margin-bottom: 2%;
}
.inline div:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.box {
  margin-bottom: 10%;
  vertical-align: top;
  letter-spacing: normal;
}
.hold.box_wrap, .half.box_wrap {
  letter-spacing: -.40em;
}
.box.three:last-child {
  margin-bottom: 0;
}
.hold .box.two {
  width: 46%;
  margin-right: 4%;
  display: inline-block;
  letter-spacing: normal;
}
.hold .box.two:last-child {
  margin-right: 0;
}
.hold .box.three {
  width: 30%;
  margin-bottom: 3%;
  margin-right: 5%;
  display: inline-block;
  letter-spacing: normal;
}
.hold .box.three:nth-child(3n) {
  margin-right: 0;
}
.half .box.four {
  width: 48%;
  margin-bottom: 3%;
  margin-right: 4%;
  display: inline-block;
  letter-spacing: normal;
}
.half .box.four:nth-child(2n) {
  margin-right: 0;
}
.half .box.five {
  width: 48%;
  margin-bottom: 4% !important;
  margin-right: 4%;
  display: inline-block;
  letter-spacing: normal;
}
.half .box.five:nth-child(2n) {
  margin-right: 0;
}
.box img {
  width: 100%;
}

.figure {
  margin: 0;
}

/*-------   to top   -------*/
#page_top {
	position: fixed;
	bottom: -30px;
	right: 10px;
	z-index: 100;
}
#page_top a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
#page_top img {
	width: 80px;
}
/*#page_top a {
  background-color: #fff;
  color: #211717;
  text-align: center;
  text-decoration: none;
  padding: 20px 15px;
  border: solid 1px #211717;
}
#page_top a:hover {
  background-color: #211717;
  text-decoration: none;
  color: #fff;
  border: solid 1px #fff;
}
a:hover {
  color: #5a5a5a;
}*/

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-left: -15px;
  margin-right: -15px;
}
.column {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
/*
--------------
menu-new
--------------*/

#gNav .h_text li{
	margin: 0;
}
.h_text .language {
	margin: 0;
	display: -webkit-inline-box;
	display: inline-box;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #EAE9EA;
	border: 1px solid #C8C8C8;
	border-radius: 2rem;
	-moz-border-radius: 2rem;
	-webkit-border-radius: 2rem;
	padding: 0.2rem;
	line-height: 1.3;
	flex-basis: 24%;
}
.h_text .language .jp {
    font-size: 0.7rem;
    background: #303030;
    border-radius: 4rem;
    text-align: center;
    font-weight: bold;
    line-height: 2.8;
    padding: .25rem 1rem;
	color: #ffffff;
}
.h_text .language .chn {
    font-size: 0.7rem;
    background: #EAE9EA;
    border-radius: 4rem;
    text-align: center;
    font-weight: bold;
    line-height: 2 !important;
    padding: 0 0.25rem;
}
#gNav li {
    margin-right: 2em;
}
#gNav .h_text {
	top: 1.5rem;
}
#gNav .h_text li {
    line-height: inherit;
}
#gNav .h_text li a {
    position: inherit;
    display: inherit;
    text-align: inherit;
    line-height: inherit;
}
.h_text.sp {
	display: none;
}
@media only screen and (max-width : 915px) {
	.h_text.sp {
		display: block;
	}
	.sec_main_ineer {
		position: relative;
	}
	.h_text.sp {
		position: absolute;
		top: 0.75rem;
    	right: 0.5rem;
	}
	.h_text.sp li, .h_text .language .chn {
		line-height: 0;
		display: inherit;
	} 
	.h_text .language {
		padding: 0 0.4rem;
	}
}
/*
--------------
sake_top
--------------
*/
.sake_top .bg {
	background: #fffbe9;
	border-bottom-right-radius: 1000px 300px;
    border-bottom-left-radius: 1000px 300px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
	margin-top: 70px;
}
.sake_top .sec_main_ineer {
	max-width: 1160px;
    padding: 6rem 2rem 8rem 2rem;
    margin: 0 auto;
}
.sake_top .sec_main_ineer_position {
	position: relative;
	padding: 2rem;
}
.sake_top .img_gif {
	position: absolute;
	width: 10%;
	margin-left: -5%;
	margin-top: -5%;
}
.sake_top .img_gif_main {
	position: absolute;
    width: 28%;
    margin-left: -32%;
    margin-top: -26%;
    top: 100%;
    left: 80%;
}

.icon_a_01 {
	top: 0;
	left: 0;
}
.icon_a_02 {
	top: 0;
	left: 20%;
}
.icon_a_03 {
	top: 0;
	left: 40%;
}
.icon_a_04 {
	top: 0;
	left: 60%;
}
.icon_a_05 {
	top: 0;
	left: 80%;
}
.icon_a_06 {
	top: 0;
	left: 100%;
}
.icon_b_01 {
	top: 50%;
	left: 0;
}
.icon_b_06 {
	top: 50%;
	left: 100%;
}
.icon_c_01 {
	top: 100%;
	left: 0;
}
.icon_c_02 {
	top: 100%;
	left: 20%;
}
.icon_c_03 {
	top: 100%;
	left: 40%;
}
.icon_c_05 {
	top: 100%;
	left: 80%;
}
.icon_c_06 {
	top: 100%;
	left: 100%;
}
.sake_top .sec_sub {
	padding: 90px 0;
}
.sake_top .sec_sub_ineer {
	max-width: 1000px;
    padding: 0 2rem;
    margin: 0 auto;
    background-image: url("../img/top/sub-text.png");
    background-repeat:  no-repeat;
	background-position: left top;
    background-size: 15%;
}
.sake_top .sec_sub .column {
	width: 33.33%;
}
.sake_top .sec_sub .btn_area {
	margin-top: 4rem
}
.sake_top .sec_sub .btn_wh_inner {
	color: #211717;
	padding: 0.75rem 1rem;
	border: 1px solid #211717;
	display: block;
	text-align: center;
	background: #ffffff;	
}
.sake_top .sec_sub .btn_wh_inner:hover {
    color: #ffffff;
    padding: 0.75rem 1rem;
    border: 1px solid #ffffff;
    display: block;
    text-align: center;
    background: #000000;
}
.footer {
    color: #211717;
    background: #fff500;
    padding: 0.75rem 0;
}
.footer p {
    text-align: center;
}

.footer_logo_area {
	padding: 20px 0;
	border-top: #000000 1px solid;
	text-align: center;
}

.footer_logo_area .img_area .one {
	text-align: right;
}
.footer_logo_area .img_area .one img {
	width: 100px;
}

.footer_logo_area .img_area .two img {
	width: 100px;
}
.footer_logo_area .column {
   margin-bottom: 15px;
}
.footer_logo_area p {
	text-align: center;
}
/*
--------------
sake_common
--------------
*/
.pink_bg {
	background: #fffbe9;
}
.gray_bg {
	background: #f7f7f7;
}
.pc_display {
	display: inline-block;
}
.sake_common .sec_ineer {
	position: relative;
}
.sake_common .title_area .en {
	font-size: 2.25rem;
	font-weight: 800;
}
.sake_common .title_area .jp {
	color: #999;
}
.sake_common .title_area p {
	margin-bottom: 2rem;
}
.sake_common .sec {
	margin-top: 70px;
	padding-bottom: 90px;
}
.sake_common .sec_ineer {
	max-width: 1000px;
    padding: 0 2rem;
    margin: 0 auto;
    background-image: url(../img/top/sub-text.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 15%;
}
.sake_common .sec_ineer .main_img {
	max-width: 360px;
    margin: 0 auto;
    padding: 3rem 0;
}
.sake_common .main_sub_text {
	text-align: center;
}
.sake_common .sec_ineer .homepage a {
	text-decoration: underline;
}
.sake_common .sec_ineer .homepage:before {
	content: "";
    background: url("../img/icon/icon-01.png") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 0.2rem;
    margin: 0 0.25rem 0 0;
}
.sake_common .sec_ineer .address:before {
	content: "";
    background: url("../img/icon/icon-02.png") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 0.2rem;
    margin: 0 0.25rem 0 0;
}
.sake_common .sec_ineer .address {
	margin-bottom: 2rem;
}
.sake_common .sec_common {
	padding: 90px 0;
}
.sake_common .sec_common_ineer {
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
}
.sake_common .sec_common_ineer .column {
   width: 25%;	
}
.sec_common.tourist .sec_common_ineer .column p {
	text-align: center;
}
.sec_common.tourist .sec_common_ineer .column picture {
	display: block;
    width: 75%;
    margin: 0 auto;
}
.sec_common.tourist .sec_common_ineer .common_img {
    max-width: 240px;
    margin: 0 auto;
    padding: 0;
}
.sec_common.tourist .sec_common_ineer .common_icon picture {
    max-width: 12%;
	display: block;
}
.sec_common.tourist .sec_common_ineer .common_icon {
    padding: 0 0 1rem;
	position: relative;
}
.sec_common.tourist .sec_common_ineer .common_icon:after {
    position: absolute;
    content: "";
    width: 85%;
    height: 1px;
    background: #cccccc;
    right: 0;
    top: 50%;
}
.vid_contents {
	width: 100%;
	text-align: center;
	margin: auto;
	padding: 0 5rem;
	background: #f7f7f7;
}
.vid_main {
	width: 100%;
	max-width: 920px;
}
.sake_common .slick-active {
    opacity: 1;
}
.sake_common .slick-slide {
    opacity: 1;
}
.youtube__aspect-ratio {
    width: 100%;
    aspect-ratio: 16 / 9;
	margin-bottom: 45px;
}
.youtube__aspect-ratio iframe {
    width: 100%;
    height: 100%;
}

/*
--------------
product_list
--------------
*/
.product_list.sake_common .sec_common_ineer .row.one .column.one {
	width: 20%;
}
.product_list.sake_common .sec_common_ineer .row.one .column.two {
	width: 80%;
}
.product_list.sake_common .sec_common_ineer .row.one .column.two p {
	margin-top: 15px;
}
.product_list.sake_common .sec_common_ineer .row.two .column {
	width: 33.33%;
}
.product_list.sake_common .sec_common_ineer .row.two .column img{
	border: #cccccc 1px solid;
	margin-bottom: 10px;
}
.product_list.sake_common .kitanonishiki .sec_common_ineer {
    margin: 0 auto;
    background-image: url(../img/top/sub-text.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 15%;
}
.gy_bg {
	background: #fbfbfb;
}

/*
----------------------------------------------------------
pc-800px以下
----------------------------------------------------------
*/
@media only screen and (max-width : 767px) {
  
.sake_top .bg {
    margin-top: 60px;
	border-bottom-right-radius: 500px 300px;
    border-bottom-left-radius: 500px 300px;
}
.sake_top .sec_main_ineer {
    padding: 3rem 0rem 4rem 0rem;
}
.sake_top .sec_main_ineer_position {
    padding: 0 1.25rem;
}	
	
.sake_top .img_gif {
	position: absolute;
	width: 20%;
	margin-left: -10%;
	margin-top: -10%;
}
.sake_top .img_gif_main {
	position: absolute;
    width: 50%;
    margin-left: -25%;
    margin-top: -25%;
    top: 86%;
    left: 76%;
}

.icon_a_01 {
	top: 0;
	left: 10%;
}
.icon_a_02 {
	top: 0%;
	left: 50%;
}
.icon_a_05 {
	top: 0%;
	left: 90%;
}	
.icon_b_01 {
	top: 20%;
	left: 10%;
}	
.icon_a_04 {
	top: 20%;
	left: 90%;
}
.icon_c_01 {
	top: 40%;
	left: 10%;
}	
.icon_a_03 {
	top: 40%;
	left: 50%;
}
.icon_c_05 {
	top: 40%;
	left: 90%;
}
.icon_a_06 {
	top: 100%;
	left: 10%;
}	
.icon_c_06 {
	top: 60%;
	left: 10%;
}
.icon_c_02 {
	top: 60%;
	left: 90%;
}
.icon_b_06 {
	top: 80%;
	left: 10%;
}
	
.icon_c_03 {
	top: 100%;
	left: 50%;
}
.sake_top .sec_sub {
    padding: 50px 0;
}
.sake_top .sec_sub_ineer {
    background-size: 25%;
}
.sake_top .sec_sub_ineer {
    padding: 0 1rem;
}
.sake_top .sec_sub .row {
	padding-left: 5px;
    padding-right: 5px;
}
.sake_top .sec_sub .column {
    width: 50%;    
	padding-left: 5px;
    padding-right: 5px;
	margin-bottom: .75rem;
}
.sake_top .sec_sub .column.five {
   font-size: .7rem;
}
.sake_top .sec_sub .column.five span {
	line-height: 2;
}
.sake_top .sec_sub .btn_wh_inner {
    padding: 0.5rem;
}
.sake_top .sec_sub .btn_area {
    margin-top: 2rem;
}	
#page_top img {
	width: 55px;
}
#page_top {
    bottom: -23px;
    right: 2px;
}	
/*
--------------
sake_common
--------------
*/	
.pc_display {
	display: block;
}
.sp_none {
	display: none;
}	
.sake_common .title_area p {
    margin-bottom: 1rem;
}
.sake_common .sec {
    padding-bottom: 45px;
}
.sake_common .sec_ineer {
    padding: 0 1rem;
}
.sake_common .sec_common {
    padding: 45px 0;
}
.sake_common .sec_ineer {
    background-size: 30%;
}
.sake_common .sec_ineer .main_img {
    padding: 4rem 0;
}
.sake_common .title_area .en {
    font-size: 1.5rem;
}
.sake_common .sec_common_ineer {
    padding: 0 1rem;
}
.sake_common .sec_common_ineer .column {
   width: 100%;	
   margin-bottom: 20px;
}
.sec_common.tourist .sec_common_ineer .column {
    width: 50%;
}
.sec_common.tourist .sec_common_ineer .common_icon picture {
    max-width: 40%;
}
.sec_common.tourist .sec_common_ineer .common_icon:after {
    width: 55%;
}
.vid_contents {
    padding: 0;
}
.youtube__aspect-ratio {
	margin-bottom: 30px;
}	
/*
--------------
product_list
--------------
*/
.product_list.sake_common {
		margin-top: 60px;
}
.product_list.sake_common .sec_common_ineer .row.one .column.one {
	width: 100%;
	text-align: center
}
.product_list.sake_common .sec_common_ineer .row.one .column.one img {
	width: 60%;
}
.product_list.sake_common .sec_common_ineer .row.one .column.two {
	width: 100%;
}
.product_list.sake_common .sec_common_ineer .row.one .column.two p {
	margin-top: 0;
}
.product_list.sake_common .sec_common_ineer .row.two .column {
	width: 100%;
}
}

