@import url('https://fonts.googleapis.com/css?family=Lusitana');
/* -----------------------------------------
body
--------------------------------------------*/
html,body{
    height: 100%;
}

body {
    margin:0;
    padding:0;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 12px;
    color:#000;
    line-height: 1.6;
    letter-spacing: 0em;
    -webkit-text-size-adjust: 100%;
    height: 100%;
	/*追加*/
	background-color: #FFF9F9;
 }


/* -----------------------------------------
common
--------------------------------------------*/

/* --- clearfix --- */

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

/* css sprite */
.s{
  background: url(images/sprite.png) no-repeat 0 0;
  background-size: 250px 250px;
  text-indent: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: 30px;
  height: 30px;
}
.sb:before{
  content: '';
  background-image: url(images/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 250px 250px;

  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.sa:after{
  content: '';
  background: url(images/sprite.png) no-repeat 0 0;
  background-size: 250px 250px;
  text-indent: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}

/* ----------------- 
reset
----------------- */
*{
	margin:0;
	padding:0;
	list-style-type: none;
}
.pc{
    display: none;
}
em{
    font-style: normal;
}
a{
    text-decoration: none;
    color: inherit;
}
img{
    vertical-align: bottom;
    width: 100%;
    height: auto;
}
.img410{
    margin-left:30px;
    margin-right: 30px;
    max-width: 410px;
}
ul,ol{
    margin:0;
    padding: 0;
}
li{
    margin:0;
    padding: 0;
    list-style-type: none;
}

h2{
	color: #603503;
}
h2 .english{
	color: #603503;
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
	margin: 20px auto;
}
h3{
    margin:15px 0 6px;
    text-align: center;
    font-weight:bold;
    line-height: 1.2;
    font-size: 18px;
    color: #b07120;
	text-shadow: 2px 2px 0 #fff,
             -2px 2px 0 #fff,
             2px -2px 0 #fff,
             -2px -2px 0 #fff;
}
p{
    margin: 0 0.5em 1.0rem;
	text-align: center;
	color: #000;
    line-height: 1.6;
    font-size: 14px;
}

/* ----------------- 
basic frame 
----------------- */
footer{
    padding:16px;
    background: #b19065;
}
footer p{
    margin:0;
    padding:0;
    color: #fff;
    text-align: center;
}

/* ----------------- 
color bg_color
----------------- */

span.marker{
    position: relative;
    font-size: inherit;
}
.marker::before{
    content: '';
    width:100%;
    height: 10px;
    position: absolute;
    background: #ffff00;
    left:0;
    bottom:-3px;
    z-index: -1;
}

/* ----------------- 
list 
----------------- */
.marked{
	margin: 20px 20px;
}
.marked li{
    padding: 10px 0 10px 20px;
    font-size:14px;
    position: relative;
    border-bottom: 1px solid #dfbe8e;
}
.marked .text_smaller{
    font-size: 12px;
}
.marked li::before{
  content: '';
  background-image: url(images/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 250px 250px;

  overflow: hidden;
  display: block;
  vertical-align: middle;
  width: 13px;
  height: 14px;
  position: absolute;
  top:13px;
  left:0;
}

/* ----------------- 
Link 
----------------- */
.note{
    margin:20px auto 60px;/*前20px 30px*/
    text-align: center;
    width: 200px;/*w/h 追加*/
    height: auto;
}

/* ----------------- 
CTA 
----------------- */
.button{
    margin:0 auto;
    padding:20px;
	text-align: center;
}
.button a{
    display: inline-block;
    position: relative;
}
.button a::after{
    content: '';
    display: block;
    width:100%;
    height: 100%;
    background:rgba(250,100,83,0.4);
    position: absolute;
    z-index: 2;
    top:0;
    left:0;
    opacity: 0;
    transition: opacity 500ms;
    border-radius: 10px;
}
.button a:hover::after{
    opacity: 1;
}

/* ----------------- 
PAGE TOP
----------------- */
#go2pagetop{
    margin:0;
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,0.8);
    position: fixed;
    z-index: 10;
    right:15px;
    bottom:15px;
    border-radius: 5px;
    transform: translateY(100px);
    transition:transform 600ms;
}
#go2pagetop.open{
    transform: translateY(0);
}
#go2pagetop a{
    display: block;
    position: relative;
}
#go2pagetop a::before{
    content: '';
    width: 10px;
    height: 10px;
    border-top:4px solid #FC797C;
    border-left:4px solid #FC797C;
    display: block;
    transform: translate(50%,75%) rotate(45deg);
}
/* ----------------- 
frames
----------------- */
section{
    padding:0;
}

/*--------------　プレゼント８大特典　----------------*/
#sct_present{
	text-align: center;
}
#sct_present img.sp{
	display: block;
	width: 92%;
	height: auto;
	margin: 0 auto;
}
#sct_present img.pc{
	display: none;
}

/*--------------　会場紹介　----------------*/
#sct_place .col{
    margin-bottom: 16px;/*前5px*/
}
#sct_place .place{
    margin:20px 15px 30px;
}

/*--------------↓↓アクセス↓↓----------------*/
#access{
    margin: 10px auto;
    text-align: center;
}
#access img{
    width: 260px;
    height: auto;
    margin-bottom: 20px;
}
#tb{
    text-align: left;
    font-size: 0.9rem;
    margin: 12px auto;
    width: 90%;
    box-sizing: border-box;
    border-collapse: collapse;
}
#tb .border td{
    border-bottom: 1px solid #3c3838;
    line-height: 32px;
    box-sizing: border-box;
    vertical-align: text-top;
    padding: 6px 0;
}
#tb .border td:nth-of-type(1){
    padding: 0 12px;
}
.ggmap {
position: relative;
padding-bottom: 75%; /*これが縦横比*/
padding-top: 30px;
height: 0;
overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: calc((100% - 90%) /2);
width: 90%;
height: 100%;
}

#access h3 img{
	width: 120px;
	height: auto;
	margin: 10px auto 0;
}

/*--------------↓↓シェア↓↓----------------*/
#sct_share{
    padding:20px 0 0 0;
}
#sct_share h2{
    margin:0 auto;
    width: 246px;
}
#sct_share ul{
    margin:20px 0 30px 0;
    display: flex;
    justify-content:space-around;
}
#sct_share a{
    width: 30px;
    height: 30px;
    background-position: 0 -15px;
}
#sct_share a.tw{
    background-position: -35px -15px;
}
#sct_share a.google{
    background-position: -70px -15px;
}
#sct_share a.line{
    background-position: -105px -15px;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
tablet or PC devices(768px以上はここを読み込む）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media screen and (min-width:768px){
    #go2pagetop{
        width: 50px;
        height: 50px;
        right:30px;
        bottom:30px;
    }
    #go2pagetop a::before{
        width: 15px;
        height: 15px;
        transform: translate(75%,100%) rotate(45deg);
    }
    .marked{
        margin:20px auto;
		max-width: 600px;
	}
    .marked li{
        padding: 20px 0 20px 35px;
        font-size:20px;
    }
    .marked li::before{
        top:22px;
        background-size: 500px 500px;
        width: 26px;
        height: 28px;
    }
    .marked .text_smaller{
        font-size: 16px;
    }
	
	h2{
		font-size: 24px;
		margin: 40px auto 20px;
	}
	h2 .english{
		font-size: 20px;
	}
	h3{
		font-size: 18px;
	}
    p{
        font-size: 16px;
		line-height: 1.4;
		margin: 10px auto 20px;
    }
	.button{
		width: 92%;
		height: auto;
		margin: 0 auto;
	}
	.top_btn{
	position:static;
}
    /* ----------------- 
    Link 追記
    ----------------- */
    .note{
        width: 240px;/*w/h 追加*/
        height: auto;
    }
	
	/*--------------↓↓プレゼント８大特典↓↓----------------*/
    #sct_present h2{
        margin-bottom: 30px;
    }
	#sct_present img{
		padding-bottom: 40px;
	}
	#sct_present img.pc{
		padding-bottom: 160px;
	}
	/*--------------↓↓会場紹介↓↓----------------*/
    #sct_place .sp{
        display: none;
    }
    #sct_place .place{
        margin:20px 50px;
    }
    #sct_place .map{
        flex-basis: 70%;
    }
    #sct_place .address{
        padding-left:20px;
        flex:1;
    }
    #sct_place .address dl{
        font-size: 14px;
        text-align: left;
    }
	/*--------------↓↓アクセス↓↓----------------*/	
	#access h3 img{
		width: 160px;
		height: auto;
		margin: 20px auto;
	}
	/*--------------↓↓シェア↓↓----------------*/
    #sct_share h2{
        width: auto;
        text-align: center;
    }
    #sct_share h2 img{
        width: auto;
        height: auto;
    }
    #sct_share ul{
        margin:50px auto 30px auto;
        max-width: 600px;
    }
    #sct_share a.s{
      background-size: 500px 500px;
        width: 60px;
        height: 60px;
        background-position: 0 -30px;
    }
    #sct_share a.tw{
        background-position: -70px -30px;
    }
    #sct_share a.google{
        background-position: -140px -30px;
    }
    #sct_share a.line{
        background-position: -210px -30px;
    }
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
PC devices(1015px以上はここを読み込む）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media screen and (min-width:1015px){
    .note{
        text-align: center;
        width: 300px;
        height: auto;
    }
    .pc{
        display: inline-block;
    }
    .sp{
        display: none;
    }
    img{
        width: auto;
        height: auto;
    }
    img.spread{
        width: 100%;
        height: auto;
    }
    .marker::before{
        height:16px;
    }
    .marked{
        margin:40px auto;
        max-width: 810px;
    }
    .marked li{
        padding: 20px 0 20px 35px;
        font-size:30px;
    }
    .marked li::before{
        top:30px;
    }
    .marked .text_smaller{
        font-size: 26px;
    }
	
	h2{
		margin: 40px auto 20px;
	}
    p{
		margin: 10px auto 40px;
    }
    .button{
        padding:60px 30px;
        text-align: center;
    }
	/*--------------↓↓プレゼント８大特典↓↓----------------*/
    #sct_present .sp{
        display: none;
    }
    #sct_present .pc{
        display: inline-block;
    }
	/*--------------↓↓会場紹介↓↓----------------*/
    #sct_place img{
        width: 100%;
        height: auto;
    }
    #sct_place .map{
        flex:auto;
    }
    #sct_place .map iframe{
        height: 190px;
    }
    #sct_place .address dl{
        font-size: 20px;
    }
	/*--------------↓↓アクセス↓↓----------------*/
	#access h3 img{
		margin: 20px auto 0;
	}
	/*--------------↓↓シェア↓↓----------------*/
    #sct_share{
        padding-top:40px;
        padding-bottom: 50px;
    }
    #sct_share ul{
        justify-content: space-between;
        max-width: 960px;
    }

}