﻿@charset "utf-8";
@media screen and (max-width:767px) {
  body {
    font-size: 16px;
  }
  h2 {
    font-size: 32px;
    font-weight: bold;
    margin: 0 auto 20px;
    color: #b28b44;
  }
  h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 20px auto;
  }
  p {
    font-size: 16px;
  }
  .logo img {
    padding-top: 10px;
    width: 160px;
    height: auto;
  }
  .form_btn img {
    width: 420px;
    height: auto;
  }
  .inner {
    width: 90%;
    height: auto;
    font-size: 20px;
    /*background-color: rgba(255,255,255,0.75);*/
    margin: 0 auto;
    /*padding: 50px 0 85px;*/
  }
  .inner li {
    margin: 35px 0 0;
    line-height: 2.0rem;
  }
  .s_sp {
    display: block;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /*SP用*/
  #slide_wrapp {
    position: relative;
    overflow: hidden;
  }
  #slide_wrapp .slide_item {
    opacity: 0;
    transform: scale(1);
    transition: opacity 2s linear, transform 6.5s linear; /*transformはFadeTime + IntarvalTime + α秒*/
    position: relative;
  }
  #slide_wrapp li:nth-of-type(1), #slide_wrapp li:nth-of-type(3), #slide_wrapp li:nth-of-type(5) {
    position: absolute;
    top: 0;
    left: 0;
  }
  #slide_wrapp .show_ {
    opacity: 1;
  }
  #slide_wrapp .zoom_ {
    transform: scale(1.1);
  }
  #slide_wrapp img {
    display: block; /*下に余白できないように*/
    width: 100vw; /*100%指定は元画像のマックスサイズまでになる*/
    height: auto;
  }
  /*=========================== トップ ===========================*/
	
  /*=========================== コンテンツ ===========================*/
  #contents {
    max-width: 100vw;
    height: auto;
    letter-spacing: 0;
  }
  /*---------------------- キャンペーンについて ----------------------*/
  /*#campaign ul li {
    color: #6a3906;
    font-size: 1.5em;
    line-height: 2;
  }
  #campaign ul li:first-child {
    font-size: 1.3em;
    line-height: 1;
  }
  #campaign p {
    color: #876a3b;
    font-size: 2em;
    font-weight: bold;
  }
  #campaign img {
    width: 100%;
  }*/
  /*---------------------- プレゼント ---------------------*/
  #present .flex .box {
    margin: 0 8px 20px;
  }
  #present .box {
    font-size: 1.0rem;
    position: relative;
  }
  #present .box li:nth-of-type(1) img {
    width: 100%;
    height: auto;
  }
  /*---------------------- recommend ----------------------*/
  /*	#recommend{
		width: 80%;
		margin: 60px auto;
		background: #fffcc8;
		padding: 120px 0 30px;
		position: relative;
	}
	#recommend h2{
		background-position: right center;
		background-size: 540px auto; 
		font-size: 24px;
		letter-spacing: 2px;
		padding: 20px 100px 20px;
		position: absolute;
		top: 12px;
		right: -40px;
	}
	#recommend h2 strong{
		font-size: 36px;
	}
	#recommend .flex{margin-bottom: 40px;
	}
	#recommend .flex li:nth-last-of-type(odd){
		max-width: 530px;
	}*/
  /*-----------------------------------------------------*/
  /*---------------------- 会場について ----------------------*/
  #privilege {
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
  }
  #privilege ul {
    margin: 0 auto;
  }
  #privilege .flex {
    width: 100%;
    height: auto;
  }
  #venue {
    margin: 20px auto 30px;
  }
  #venue p.gold {
    margin-top: 0;
  }
  #venue p.gold {
    line-height: 1.6;
  }
  .mrk_up01 img {
    width: 65%;
    height: auto;
  }
  .mrk_up02 img {
    width: 45%;
    height: auto;
    margin-bottom: 0;
  }
  /*---------------------- お客様のお声 ----------------------*/
  /*	#voice{
		width: 100%;
		height: auto;
		margin: 0 auto;
		font-feature-settings: "palt";
	}
	#voice h3{
		color: #f1a793;
		margin: 0 ;
		font-size: 20px;
	}
	#voice li:nth-of-type(2){
		padding: 0;
	}
	#voice .flex{
		margin: 0 auto;
		font-family: 'Sawarabi Gothic', sans-serif;
	}
	#voice .sp{
	}
	#voice .comment ul{
		width: 100%;
		height: auto;
		margin: 20px auto;
		background: #fff;
		display: table;
		padding: 20px;
	}
	#voice li:nth-of-type(1){
		padding: 10px 20px 0;
	}
	#voice li:nth-of-type(2){
		padding: 10px 20px 0;
	}
	#voice .sp li{
		width: 50%;
		height: auto;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	.left{
		text-align: left;
	}
	.right{
		text-align: right;
	}*/
  /*	#voice .sp .left li:nth-of-type(2),
	#voice .sp .right li:nth-of-type(1){
		padding: 0 16px 20px;
	}
	#voice h2{
		margin: 0 auto;
	}
	#voice .sp{
		text-align: left;
	}
	#voice li.pht{
		width: 50%;
		height: auto;
	}
	
#voice li span{
	display: block;
	font-size: 16px;
	margin: 10px 0 0;
}*/
  /* ----------------- 
	list 
	----------------- */
  .marked {
    margin: 20px 20px;
  }
  .marked li {
    padding: 10px 0 10px 34px;
    font-size: 14px;
    width: 75%;
    margin: 0 auto;
  }
  .marked .text_smaller {
    font-size: 12px;
  }
  .marked li::before {
    background-size: 250px 250px;
    width: 13px;
    height: 14px;
    top: 13px;
    left: 14px;
  }
  #sct_conditions p {
    width: 80vw;
    margin: 0 auto 20px;
    text-align: left;
    padding: 0 45px;
  }
  /*----------------------ご応募の流れ---------------------*/
  #sct_flow h2 {
    font-size: 36px;
    margin: 20px auto 30px;
  }
  #policy img {
    width: 320px;
    height: auto;
    margin: 48px auto;
  }
  #sct_flow dt {
    margin: 8px auto;
  }
  #sct_flow dd {
    font-family: 'Sawarabi Gothic', sans-serif;
    margin: 0 auto 8px;
  }
  /*----------------------アクセス---------------------*/
  #access h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  /*---------------------- 応募概要 ---------------------*/
  #summary {
    max-width: 96%;
    margin: 80px auto 100px;
  }
  #summary h2 {
    margin: 0 auto 40px;
    font-size: 30px;
  }
  #summary table th {
    font-size: 16px;
    background-color: #f8f5ee;
    line-height: 40px;
    padding: 0 16px;
  }
  #summary table td {
    font-size: 12px;
    line-height: 32px;
    padding: 12px 16px;
  }
  /*=========================== Q&A ===========================*/
  .accordionbox {
    max-width: 600px;
    margin: 10px auto 40px;
    padding: 20px;
    text-align: left;
  }
  .accordionlist dt {
    height: 60px;
    line-height: 20px;
    align-items: center;
  }
  .accordionlist dt .title {
    padding: 10px 0 10px 24px;
  }
  .accordionlist dt .title p {
    font-size: 16px;
  }
  .accordionlist dt:nth-of-type(1) .title {
    padding: 21px 0 0 24px;
  }
  .accordion_icon {
    margin: 23px 10px 0 0;
  }
  .accordionlist dd {
    display: none;
    background: #fff;
    clear: both;
    font-size: 14px;
  }
  /*=========================== フッター ===========================*/
  #footer h2 {
    font-size: 38px;
    margin: 40px auto;
  }
  #footer li {
    margin: 20px;
  }
  #footer .flex {
    margin-bottom: 160px;
  }
  /*=========================== 追従ボタン===========================*/
  .tsuijuu {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
  }
  .tsuijuu img {
    vertical-align: bottom;
  }
}
@media screen and (max-width:480px) {
  .logo img {
    padding-top: 7px;
    width: 140px;
    height: auto;
  }
  h2 {
    font-size: 23px;
    font-weight: bold;
    margin: 0 auto 20px;
    color: #b28b44;
    font-feature-settings: "palt";
  }
  h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px auto 10px;
    font-feature-settings: "palt";
  }
  p {
    font-size: 16px;
  }
  .s_sp {
    display: block;
  }
  .inner li {
    margin: 16px 0 0;
    line-height: 1.5rem;
  }
  /*=========================== トップ ===========================*/
  #header #ttl {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 2000;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    top: 25%;
    left: 50%;
    margin: 0 auto;
    text-shadow:
      #fff 2px 2px 0, #fff -2px -2px 0, /*右下、左上*/ #fff -2px 2px 0, #fff 2px -2px 0, /*右上、左下*/ #fff 0px 2px 0, #fff 0-2px 0, /*右、左*/ #fff -2px 0 0, #fff 2px 0 0; /*上、下*/
  }
  #header #ttl h1 {
    color: #ff2270;
    font-size: 54px;
    font-weight: bolder;
    line-height: 0.9;
  }
  #header #ttl h1 span {
    font-size: 60px;
    line-height: 1.0;
  }
  #header h2 {
    width: 100%;
    height: auto;
    font-size: 24px;
    position: absolute;
    z-index: 2000;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    background: rgba(255, 255, 255, 0.75);
    top: 75%;
    left: 50%;
  }
  #header #ttl h2 strong {
    font-size: 1.4em;
    padding-right: 10px;
  }
  /*=========================== コンテンツ ===========================*/
  #contents {
    width: 100%;
    height: auto;
    font-size: 18px;
    letter-spacing: 0;
  }
  /*=========================== キャンペーンについて ===========================*/
 /* #campaign h2 span {
    font-size: 18px;
  }
  #campaign h2 {
    font-size: 24px;
    margin: 20px 0 0;
  }
  #campaign h2 em {
    font-size: 1.2em;
  }
  #campaign div {
    padding: 40px 0 16px;
  }
  #campaign .inner {
    max-width: 90%;
    height: auto;
    padding: 10px 0 10px;
    font-size: 12px;
  }
  #campaign .inner li {
    margin: 14px 0 0;
  }
  .banner {
    font-size: 16px;
  }
  #campaign p {
    font-size: 1.5em;
  }*/
  /*---------------------- プレゼント ---------------------*/
  #present h2 {
    margin: 0 auto;
  }
  #present ul.flex {
    margin: 0 auto;
  }
  #present .flex .box {
    margin: 0;
    width: 50%;
  }
  #present .box {
    position: relative;
  }
  #present .flex .box li:nth-last-of-type(odd) {
    font-size: 14px;
    font-feature-settings: "palt";
    margin-top: 6px;
  }
  #present .box li:nth-of-type(1) img {
    width: 100%;
    height: auto;
  }
  /*プレゼント内容の画像*/
  #present .flex .pre01 li:nth-of-type(1), #present .flex .pre02 li:nth-of-type(1), #present .flex .pre03 li:nth-of-type(1), #present .flex .pre04 li:nth-of-type(1), #present .flex .pre05 li:nth-of-type(1), #present .flex .pre06 li:nth-of-type(1), #present .flex .pre07 li:nth-of-type(1), #present .flex .pre08 li:nth-of-type(1), #present .flex .pre09 li:nth-of-type(1), #present .flex .pre10 li:nth-of-type(1) {
    background-size: 90px 90px;
  }
  #present #meal {
    font-size: 16px;
    margin: 0 auto;
  }
  #present h3 {
    margin: 0 auto;
  }
  /*---------------------- recommend ----------------------*/
  /*#recommend {
    margin-top: 20px;
  }*/
  /*---------------------- 会場について ----------------------*/
  #privilege {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #privilege ul {
    max-width: 90%;
    margin: 0 auto;
  }
  #privilege .flex {
    width: 100%;
    height: auto;
  }
  #venue {
    margin: 20px auto 10px;
  }
  #venue h2 {
    margin: 10px auto 0;
  }
  #venue p.gold {
    margin-top: 0;
    line-height: 1.6;
  }
  /*---------------------- お客様のお声 ----------------------*/
  /*	#voice{
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 20px 0;
		font-feature-settings: "palt";
	}
	#voice h2{
		margin-bottom: 12px;
	}
	#voice h3{
		color: #f1a793;
		margin: 0 ;
		padding-top: 16px;
		font-size: 20px;
	}
	#voice li:nth-of-type(2){
		padding: 0;
	}
	#voice .comment{
		max-width: 90%;
		height: auto;
		margin: 0 auto;
	}
	#voice .comment p{
		width: 360px;
		height: auto;
		margin: 20px auto;
	}
	#voice .comment .in_txt{
		width: 450px;
		height: auto;
	}
	#voice .comment ul{
		width: 100%;
		margin: 10px auto 20px;
		background: #fff;
	}
	#voice .comment li{
		width: 100%;
		height: auto;
		vertical-align: middle;
		font-size: 0.8em;
	}
	#voice .comment li:nth-of-type(1){
		font-size: 1.2em;
	}
	#voice .comment li:nth-of-type(1),
	#voice .comment li:nth-of-type(2){
		text-align: left;
		padding: 0 16px 16px;
	}
	#voice .comment li span{
		display: block;
		font-size: 1.2em;
	}
	#voice .comment img{
		width: 100%;
		height: auto;
	}*/
  /* -----#place----- */
  .mrk_up01 img {
    width: 80%;
    height: auto;
  }
  .mrk_up02 img {
    width: 55%;
    height: auto;
  }
  /*---------------------- ご利用条件・ご応募資格 ----------------------*/
  /* ----------------- 
	list 
	----------------- */
  .marked {
    margin: 20px 20px;
  }
  .marked li {
    padding: 10px 0 10px 34px;
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
  }
  .marked .text_smaller {
    font-size: 12px;
  }
  .marked li::before {
    background-size: 250px 250px;
    width: 13px;
    height: 14px;
    top: 13px;
    left: 14px;
  }
  .form_btn img {
    width: 300px;
    margin: 20px auto;
  }
  #sct_conditions p {
    width: 100%;
    margin: 0 auto 20px;
    text-align: left;
    padding: 0 32px;
  }
  /*=========================== 応募条件 ===========================*/
  #sct_recommend .inner {
    border: none;
    background: none;
    padding: 30px 0 10px;
  }
  /*=========================== ご応募の流れ ===========================*/
  #sct_flow h2 {
    font-size: 26px;
    margin: 20px auto;
  }
  /*=========================== アクセス ===========================*/
  #access {
    width: 100%;
    margin: 0 auto;
    /*padding-top: 24px;*/
    font-size: 12px;
  }
  #access h2 {
    margin: 0 auto 24px;
    font-size: 30px;
  }
  #access th {
    line-height: 60px;
    width: 80px;
  }
  #access .border {
    font-size: 14px;
  }
  #policy img {
    width: 240px;
    height: auto;
    margin: 12px auto 20px;
  }
  /*---------------------- 応募概要 ---------------------*/
  #summary {
    max-width: 96%;
    margin: 60px auto;
  }
  #summary h2 {
    margin: 0 auto 40px;
    font-size: 30px;
  }
  #summary table th {
    font-size: 16px;
    background-color: #f8f5ee;
    line-height: 40px;
    padding: 0 10px;
    width: 140px;
  }
  #summary table td {
    font-size: 12px;
    line-height: 30px;
    padding: 12px 16px;
  }
  /*---------------------- フォーム ---------------------*/
  #form {
    max-width: 96%;
    height: auto;
    margin: 0 auto 50px;
  }
  #form h2 {
    margin: 0 auto 40px;
    font-size: 23px;
    letter-spacing: 3px;
  }
  #form p {
    padding: 0 8px;
    font-size: 14px;
  }
  #form .hissu {
    color: #f64671;
    font-size: 0.8rem;
    padding: 2px;
    line-height: 26px;
  }
  #form .q_1 {
    margin: 40px auto 10px;
  }
  #form table {
    margin: 32px auto;
  }
  #form table tr {
    border: 1px solid #d6ceaf;
    width: 90%;
    margin: 0 auto;
  }
  #form table th {
    font-size: 12px;
    line-height: 30px;
    padding: 16px 12px;
  }
  #form table td {
    font-size: 10px;
    background-color: #fff;
    text-align: left;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 12px;
  }
  #form .high {
    margin: 0 auto 30px;
    font-size: 14px;
  }
  #form imput {
    width: 100px;
    height: auto;
  }
  /*=========================== Q&A ===========================*/
  .accordionlist dt {
    display: block;
    border-top: 1px solid #fff;
    /*background: #f8e3d6;*/
    height: 82px;
    line-height: 20px;
    align-items: center;
  }
  .accordionlist dt .title {
    padding: 5px 0 5px 16px;
  }
  .accordionlist dt:nth-of-type(1) .title {
    padding: 15px 0 15px 16px;
  }
  .accordionlist dt .title p {
    font-size: 12px;
  }
  .accordion_icon {
    margin: 18px 10px 0 0;
  }
  .accordionlist dd {
    display: none;
    background: #fff;
    padding: 15px;
    clear: both;
    font-size: 12px;
  }
  /*=========================== フッター ===========================*/
  #footer {
    width: 90%;
    margin: 0 auto;
  }
  #footer h2 {
    font-size: 32px;
    margin: 20px auto;
  }
  #footer li {
    margin: 10px;
  }
  #footer .flex {
    margin-bottom: 100px;
  }
  #footer img {
    width: 90%;
    height: auto;
  }
}