/*
 * grid
 * version:v1.0
 * Developer:popodesign
 * URL:https://popo-design.net
 */


/* グリッド
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
    margin: 0 auto;
    max-width: 1500px;
    position: relative;
}

.container2 {
	display: flex;
    flex-direction: row;
	max-width:1000px;
	width:100%;
	margin:0 auto;
}

.container3 {
    margin: 0 auto;
    max-width: 24%;
    position: relative;
}

.container4 {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2.0rem;
    position: relative;

}
.container5 {
    max-width: 24%;
    padding: 0 2.0rem;
    position: relative;
	margin-left: 50px;
}
.container_room {
	display: flex;
    flex-direction: row;
	max-width:1200px;
	width:100%;
	margin:0 auto;
	line-height: 2.0;
}

.container_meal {
	display: flex;
    flex-direction: row;
	max-width:960px;
	width:100%;
	margin:0 auto;
	line-height: 2.0;
	gap:10px 20px;
}



.area1 {
	width:100%;
	height:auto;
	margin-right: 10px;
}

.area2 {
	width:100%;
	height:auto;
}

.container_room2 {
	display: flex;
    flex-direction: row;
	max-width:1000px;
	width:100%;
	line-height: 2.0;
	gap: 10px 20px;
	margin: 0 auto;


}


.container_room3 {
	display: flex;
    flex-direction: row;

	width:100%;
	
	line-height: 2.0;
	gap: 30px 40px;

	justify-content: center;


}

.container_room4 {
	display: flex;
    flex-direction: row;
	max-width:700px;
	width:100%;
	line-height: 2.0;
	gap: 10px 20px;
	margin: 0 auto;

}
.container_room5 {
	display: flex;
    flex-direction: column;
	max-width:1000px;
	width:100%;
	line-height: 2.0;
	gap: 10px 20px;
	margin: 0 auto;

}

.container_room6 {
	display: flex;
    flex-direction: row;
	max-width:1500px;
	width:100%;
	text-align: center;
	line-height: 2.0;
	gap: 30px 20px;
	margin-left:auto;
	margin-right:auto;


}


/* ブロックを縦に表示 */
.row {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
	gap: 10px;
}
.row2 {
    display: flex;
    flex-direction: row;
    padding: 0;
    width: 100%;
	max-width:80%;
	margin:0 auto;
	gap: 0px 5%;
}

.row3 {
    display: flex;
    flex-direction: row;
    padding: 0;
    width: 100%;
	gap: 10px;

}
.row4 {
    display: flex;
    flex-direction: row;
    padding: 0;
    width: 100%;
	gap: 10px;
}

.row5 {
    display: flex;
	flex-direction: row;
    padding: 0;
    margin:0 auto;
	justify-content: center;
	text-align: center;
	margin-bottom: 50px;
	margin-top:50px;
}

.row5 img{width:25%;}
.col {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;

}

.c_room img{
	width:100%;
	height:auto;
	max-width:960px;
}

@media ( max-width : 768px ) {
.container_room {
	display: flex;
    flex-direction: column;
	max-width:1200px;
	width:100%;
	margin:0 auto;
	line-height: 2.0;
}
.container_room6 {
    display: flex;
    flex-direction: column;
    max-width: 1500px;
    width: 100%;
    text-align: center;
    line-height: 2.0;
    gap: 30px 20px;
    margin-left: auto;
    margin-right: auto;
}	
}


/* 768px以上の表示 */
@media ( min-width : 979px ) {

    .gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 30%;
	position: relative;
	
	}
	.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	}	
.row {
    display: flex;
    flex-direction: row;
    padding: 0;
	gap: 10px;
	justify-content: center;
}
.row2 {
    display: flex;
    flex-direction: row;
    padding: 0;
    width: 100%;
}	
.row6 {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
	text-align: center;
}	
.col {
    
}
	
.col:first-child { 
    margin-left: 0; 
}

.row .col.span-1 {
    flex: 0 0 4.66666666667%;
    max-width: 4.66666666667%;
}
.row .col.span-2 {
    flex: 0 0 13.3333333333%;
    max-width: 13.3333333333%;
}
.row .col.span-3 {
    flex: 0 0 22%;
    max-width: 22%;
}
.row .col.span-4 {
    flex: 0 0 30.6666666667%;
    max-width: 22%;
}
.row .col.span-5 {
    flex: 0 0 39.3333333333%;
    max-width: 39.3333333333%;
}
.row .col.span-6 {
    flex: 0 0 48%;
    max-width: 48%;

}
.row .col.span-7 {
    flex: 0 0 56.6666666667%;
    max-width: 56.6666666667%;
}
.row .col.span-8 {
    flex: 0 0 65.3333333333%;
    max-width: 65.3333333333%;
}
.row .col.span-9 {
    flex: 0 0 100%;
    max-width: 100%;
	width:240px;
}
.row .col.span-10 {
    flex: 0 0 82.6666666667%;
    max-width: 82.6666666667%;
}
.row .col.span-11 {
    flex: 0 0 91.3333333333%;
    max-width: 91.3333333333%;
}
.row .col.span-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* オフセット */
.row .col.offset-1 {
    margin-left: 8.66666666667%;
}
.row .col.offset-2 {
    margin-left: 17.3333333333%;
}
.row .col.offset-3 {
    margin-left: 26%;
}
.row .col.offset-4 {
    margin-left: 34.6666666667%;
}
.row .col.offset-5 {
    margin-left: 43.333333333%;
}
.row .col.offset-6 {
    margin-left: 52%;
}
.row .col.offset-7 {
    margin-left: 60.6666666667%;
}
.row .col.offset-8 {
    margin-left: 69.3333333333%;
}
.row .col.offset-9 {
    margin-left: 78.0%;
}
.row .col.offset-10 {
    margin-left: 86.6666666667%;
}
.row .col.offset-11 {
    margin-left: 95.3333333333%;
}    
}

 @media screen and (max-width: 979px){
.container_room3 {
	display: flex;
    flex-direction: column;
	max-width:768px;
	width:100%;
	margin:0 auto;
	line-height: 2.0;
	gap: 30px 20px;
	padding-left: 0;
} 
}
 @media screen and (max-width: 480px){
.container {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 0.1rem;
    position: relative;
	margin-top: 20vw;
}
	 
.row3 {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
    gap: 10px;
}
.container_room {
	display: flex;
    flex-direction: column-reverse;
	max-width:1200px;
	width:100%;
	margin:0 auto;
	line-height: 2.0;
}
	 
.container_meal {
	display: flex;
    flex-direction: column;
	max-width:1200px;
	width:100%;
	margin:0 auto;
	line-height: 2.0;
}
	 
.gray2 {	
text-align: center;	
color:#FFF;	
}
	 
.area1 {
	width:100%;
	height:auto;
	margin-right: 0px;
}

.area2 {
	width:100%;
	height:auto;
}
	 
.container_room3 {
	display: flex;
    flex-direction: column;
	max-width:1200px;
	width:100%;
	margin:0 auto;
	line-height: 2.0;
	gap: 30px 20px;
	text-align: center;
} 
.container_room2 {
    display: flex;
    flex-direction: column;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    line-height: 2.0;
    gap: 10px 20px;
}
	 
a.btn_03,a.btn_03a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
	margin-top:20px;
	margin-bottom:20px;
}
a.btn_03 {
	border: 2px solid #F0BF4E;
	background: #F0BF4E;
}
a.btn_03a {
	border: 2px solid #B07F0E;
	background: #B07F0E;
}
	 
}	 






/* リンク
–––––––––––––––––––––––––––––––––––––––––––––––––– */



/* ボタン
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }


/* フォーム
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 36px;
  padding: 6px 10px;
  background-color: #EDD5A5;
  box-shadow: none;
  box-sizing: border-box;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 14px;margin-top: 2px;}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 150px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #0FA0CE;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 500; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* リスト
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  /*margin: 1.5rem 0 1.5rem 3rem;*/
  font-size: 90%; }


/* コード
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* テーブル
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
	border-collapse: collapse;border: 1px solid #E1E1E1;background: #FFF;margin: 0 auto; }

th{background: #D5CC72;}
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;border-left: 1px solid #E1E1E1; }
.tablepress-id-13 .column-1 {
  background-color: #D5CC72;
	color:#FFF;
}
.tablepress-id-13 {
width: 100%;
}
/*td{background-color: #D5CC72; }

/* スペース
–––––––––––––––––––––––––––––––––––––––––––––––––– */

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
 }


/* 全幅
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.full-width {
  width: 100%;
  box-sizing: border-box; }
.max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.pull-right {
  float: right; }
.pull-left {
  float: left; }


/* 罫線
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; 
}

/* 見出しデザイン
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h2::before {
  content: url(../images/cmn/cozy2.png);
	transform: scale(0.1);
	margin-right:10px;
}
h2.top::before {
  content: none;
}


/* コベロクイベント専用
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.body{
	background:#832443; 
	
}

.contents01{

	width:980px;
		margin:0 auto;
}

.containereve00 {
  display: flex;
  flex-direction: row;
  	justify-content: center;

	width:980px;
	gap:20px;
}

.containereve00 img{
	max-width:100%;
}

.containereve01 {
  display: flex;
  flex-direction: row;
  gap:20px 10px;	
}

.containereve01 img{
	max-width:100%;
}

@media screen and (max-width: 510px) {
	.containereve01 {
  display: flex;
  flex-direction: column;
}
	.containereve00 {
  display: flex;
  flex-direction: column;
}

	.container_room6 {
	display: flex;
    flex-direction: column;
	max-width:400px;
	width:100%;
	text-align: center;
	line-height: 2.0;
	gap: 30px 20px;
	margin-left:auto;
	margin-right:auto;


}
}

