@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap');

/* -------------- Resetting Again Base CSS Start -------------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------- フォーム用リセット -------------- */
input,
button,
select,
textarea {
	background: transparent;
	border: none;
	border-radius: 0;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
	display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
/*	display: none; */
}

*:focus {
	outline: none;
}

a:link { color: #5e2713; text-decoration: none;}
a:visited { color: #5e2713; }
a:hover { color: #d65c39; text-decoration: underline;}
a:active { color: #d65c39; }

img {
	max-width: 100%;
}

.smfonly {
	display:none;
}

/* -------------- clearfix -------------- */
.clearfix {
	overflow: hidden;
}

.clearboth {
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

/* -------------- サイト共通基本プロパティ -------------- */

body {
	font: 18px 'M PLUS Rounded 1c','ヒラギノ丸ゴ Pro W4','ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','HG丸ｺﾞｼｯｸM-PRO','HGMaruGothicMPRO', sans-serif;

}

#wrapper {
	width:1100px;
	margin: 0 auto 2rem;
}

section {/*
	background-size:contain;
	background-repeat: repeat-y;
	background-size: 100%;
	box-sizing: border-box;*/
	text-align: center;
}

#title-box div {
	width: 80%;
	margin: 0 auto;
}

#title-box p {
	width: 80%;
	margin: 1rem auto 2rem;
}


#movie-box {/*
	margin: 1rem auto 2rem;
	background: url(../imgs/bk_cnr01.jpg);
	background-size:contain;
	background-repeat: no-repeat;
	background-size: 250px;*/
}

#movie-box h2 img {
	width: 400px;
	margin: 0 auto;
}

.bk-cnr {
	width: 60%;
	margin: 0 auto;
	border:1px solid; /* 消さない */
}
.iframe-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.iframe-wrapper iframe {
	position: absolute;
	left: 50%;
	top:50%;
	transform:translate(-50%,-50%);
	width: 100%;
	height: 100%;
}


#menu-box div {
	padding: 50px 0;
	background: url(../imgs/bk_key.png);
	background-size:contain;
	background-repeat: no-repeat;
	background-size: 690px;
	background-position: center;
}

#menu-box p {
	width: 400px;
	margin: 1rem auto;
}
#menu-box p:nth-child(odd) {
	width: 400px;
	padding-left: 0;
}

#menu-box p:nth-child(even) {
	width: 400px;
	padding-left: 40px;
}

#present-box {
	max-width: 38%;
	margin: 0 auto;
}

/*-------------- サイト内共通 fontsize --------------*/
h1 { font-size: 32px; }
h2 { font-size: 32px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }


/* -------------- TOP SNSエリア -------------- */
#sns-banner-x {
	width: auto;
	margin: 2rem auto 3.5rem;
	padding: 1rem;
}

#sns-banner-x dl { display: flex; justify-content:center;align-items: center;}


#sns-banner-x dt p {
	background: url(/common/imgs/sns_wakatta.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left middle;
	padding: 0 10px 0 60px;
	margin-right: 60px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
}


/* -------------- Page-top 設定 -------------- */


