@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

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

a:link { color:#fff; text-decoration:none; }
a:visited { color:#fff; }

body{
    padding: 0;
    color:#fff;
    /*font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;*/
    /*font-family: "Arial", "メイリオ";*/
    font-family: ‘Noto Sans JP’, sans-serif;
    background: #e8545d;
}

a:hover {
	opacity: 0.5;
}

/*--h/p--*/
/*h1{
    position: absolute;
    font-size: 14px;
    color: #a3a3a3;
    font-weight: normal;
    right: 2%;
    bottom: 4%;
    text-shadow: 0 0 10px #ffaaff, 0 0 10px #ffaaff, 0 0 10px #ffaaff, 0 0 10px #ffaaff, 0 0 10px #ffaaff;
}*/




h3{
    margin: 0 auto 2%;
    font-size: 24px;
    text-align: center;
    color: #fff;
}
h3 span{
    font-size: 14px;
    padding-left: 10px;
    letter-spacing: 1px;
}

h4{
	 font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
	 font-weight: 900;
	 color: #ff4488;
	 width: 100%;
	 font-size: 140%;
	 text-align: center;
}

h5{
	 font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
	 font-weight: 900;
	 color: #ff4488;
	 width: 100%;
	 font-size: 100%;
	 text-align: center;
}

p{fp;0/
    font-size: 22px;
}

/*--wrapper--*/
#wrapper{
    width: 100%;
/*    background: url(../images/saithohonoka_kaikin_bg.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color:#000;*/
}

/*--main--*/
main{
    width: 100%;
    position: relative;
    height: auto;
}
/*main .logo{
    position: absolute;
    top: 8px;
    left: 20px;
    width: 80px;
}*/

a.logo_link {
    z-index: 1000;
    position: absolute;
    top: 2%;
    left: 2%;
    width: 12%;
}

main .logo {
    width: 100%;
}

.main_bg img {
    width: 100%;
}

/*--Info--*/
#Info{
    width: 100%;
    position: relative;
    height: auto;
    margin-bottom: 4%;
}
#Info span{
    font-size: 4.5vw;
}
#Info img {
    width: 100%;
}
.info_img01{
    position: absolute;
    width: 13%;
    top: 2%;
    left: 2%;
}
.info_img02{
    position: absolute;
    top: 35%;
    width: 42%;
    left: 32%;
}
.info_img03{
    position: absolute;
    bottom: 3%;
    width: 70%;
    left: 15%;
}
.info_bg img {
    width: 100%;
}

/*-- base box ttl --*/
.w_base {
    background: #fff;
    margin: 0 auto 60px;
    padding: 60px 0 70px;
    box-shadow: 0px 7px 13px -9px rgba(0,0,0,0.43);
/*   border-top: solid 4px;
     border-bottom: solid 4px;
　   border-image: linear-gradient(to right, #ff88aa, #ff0088, #fff);*/
    border-image-slice: 1;
}
.g_base {
    background: #c9daea;
    margin: 0 auto 60px;
    padding: 60px 0 70px;
    box-shadow: 0px 7px 13px -9px rgba(0,0,0,0.43);
/*   border-top: solid 4px;
     border-bottom: solid 4px;
　   border-image: linear-gradient(to right, #ff88aa, #ff0088, #fff);*/
    border-image-slice: 1;
}
.box{
    width: 80%;
    margin: 0 auto;
}
.ttl{
    width: 100%;
    font-size: 46px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 50px;
    position: relative;
    color: #ff4466;
}
.ttl::before{
    position: absolute;
    bottom: -17px;
    content: '';
    width: 6%;
    left: 47%;
    border-bottom: 6px solid;
}
.ttl span{
    font-size: 30px;
}
.row{
    line-height: 58px;
}
.row::before {
    position: absolute;
    bottom: -26px;
    content: '';
    width: 6%;
    left: 47%;
    border-bottom: 6px solid;
}

/*-- bt--*/
.bt{
    text-align: center;
    width: 100%;
}
.bt p{
    width: 25%;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    margin: 0.8%;
    position: relative;
    display: inline-block;
    color: #ff4466;
    border: solid 2px #ff4466 ;
/*    background: linear-gradient(to bottom, #ff88aa, #ff0088);*/
}
.bt p:hover{
    opacity: 0.7;
    transition: 0.5s;
    border: solid 2px #6080c0 ;
}

.bt_act{
    text-align: center;
    width: 90%;
    margin: 5% auto 0;
}
.bt_act p{
    padding: 7px 0;
    font-size: 18px;
    font-weight: bold;
    margin: 8% 0;
    background: #ffffff00;
    color: #ff4466 ;
    position: relative;
    border: solid 2px;
}
.bt_act p:hover{
    opacity: 0.7;
    transition: 0.5s;
}
/*--arrow--*/
.bt p::after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #ff4466;
    border-bottom: 2px solid #ff4466;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 5px);
    right: 26px;
}
.bt_act p::after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #ff4466 ;
    border-bottom: 2px solid #ff4466 ;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 5px);
    right: 26px;
}

/*--footer--*/
footer{
    width: 100%;
    padding-bottom: 50px;

}
.f_text{
    text-align: center;
}
.footerimg{
    width: 224px;
}
.copy{
    color: #000;
    margin-top: 10px;
    font-size: 12px;
}

/*--pageTop--*/
#pageTop {
    text-align: center;
    margin-top: 30px;
}
#pageTop img {
    width:60px;
    padding-bottom: 30px;
}
#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

#Info {
	text-align: center;
}

#Info p {
	text-align: left;
}

#shop{
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
}

.place{
	font-weight:900;
	text-align: center;
	border-bottom:1px solid #888 ;
	margin: 30px auto;
	padding-bottom: 10px;
}

.shop_name{
	font-weight:bold;
	margin-bottom: 10px;
}

.address{
	font-size: 80%;
	display: inline;
	margin-top: -2px;
	margin-left: 40px;
}

.information{
	 display: block;
	 max-width: 1000px;
	 margin: auto;
}

.information li{
	 display: inline-block;
}
.information li.info-text{
	width: 70%;
	vertical-align: top;
}

.information li.info-img{
	 width: 28%;
	 margin-left: 1.5%;
}


/*SOD展*/

div.main_poster{
	background: #f9364d;
	display: block;
	width: 100%;
	vertical-align: middle;
}

div.main_poster img{
	width: 100%;
}

hr{
	width: 80%;
	margin: 40px auto;
}

#Info h1{
	color: #fff;
	font-size: 240%;
	margin-bottom: 40px;
}

#Info h2{
	color: #fff;
	text-align: left;
	font-weight: normal;
	font-size: 120%;
	
}

h3{
	color: #fff;
	font-size: 200%;
	margin-bottom: 40px;
}


#explanation p{
	color: #fff;
	text-align: left;
	font-weight: normal;
	font-size: 100%;
}

#explanation p span{
	font-weight: bold;
}


#collaboration ul{
	text-align: center;
	width: 100%;
    display:block;
}

#collaboration li{
	list-style: none;
    width: 32%;
    padding: 4px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

@media  screen and ( max-width:1000px ){
#collaboration li{
    width: 49%;
}
}

#collaboration li div{
	width: 100%;
    padding: 8px;
    box-sizing: border-box;
    height: 100%;
   	background: #d9414d;
}

#collaboration li div img{
	width: 100%;
}

.collabo_tab h4{
	color: #fff;
	font-size: 120%;
	margin: 20px auto;
}

.collabo_tab p{
	text-align: left;
}

.collabo_link:hover{
	text-decoration: underline;
}

#ambassador ul li h2 span{
	margin-bottom: 20px;
}

#ambassador ul li h2 span{
	font-size: 60%;
	font-weight: normal;
	display: block;
}

#ambassador ul li{
	float: left;
	width: 49%;
	padding: 10px;
	box-sizing: border-box;
	list-style: none;
}

#ambassador ul li img{
	width: 80%;
	margin-left: 10%;
}

#ambassador ul:after {
	content: "";
	clear: both;
	display: block;
}

/*ハンバーガーメニュー*/
*,
*::before,
*::after {
  box-sizing: border-box;
}


.p-header {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.p-header__inner {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}

.p-header__title {
  z-index: 997;
}

.p-header__title a {
  text-decoration: none;
  color: #FFFFFF;
}

.p-header__nav {
  position: absolute;
  right: 0;
  top: 0;
  width: 75%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #b2b2b2;
  transition: ease .4s;
  z-index: 999;
}


.p-header__nav-items {
  padding-top: 60px;
    list-style: none;
    text-align: left;
}

.p-header__nav-item {
  margin-right: auto;
  margin-left: auto;
    text-align: left;
    padding-left: 20px;
}

.p-header__nav-item a {
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}

.p-header__nav-item:last-child a {
  margin-bottom: 0;
}

.p-header__hamburger {
  width: 24px;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  cursor: pointer;
}

.hamburger span {
  width: 24px;
  height: 1px;
  background-color: #FFFFFF;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}


.hamburger span:nth-child(3) {
  top: 0;
}

.p-header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}


.hamburger.active span:nth-child(2) {
  opacity: 0;
}


.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}

.p-header__nav-box-mask.active {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: rgba(0,0,0,0.55);
  transition: ease .4s;
}

.goods_box{
	width: 100%;
	background: #ff646e;
}

.goods_box img{
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.s_link {
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding-bottom: 30px;
}