@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}
a img:hover {
	opacity: 0.8;
}
.underline {
	border-bottom: 3px solid #000;
	padding-bottom: 0.5rem;
}

/*ヘッダー
-------------------------------------*/
.head {
	display: flex;
    flex-direction: row;
    padding: 1rem 0 0 0;
}

.head h1 { 
    padding: 1rem 0;
}
.telbox {
	margin-left: auto;
	font-size: 3.0rem;
	padding: 1rem 0 0 0;
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin-bottom: 1rem;
}
nav li {
    display: block;
    flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
}
nav a:hover {
    background-color: #f7f7f7;    
}
nav a {
    padding: 1rem;
}

@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}

  .sp_br{
    display: none;
  }
}

@media screen and (max-width: 768px){
.head {
	flex-direction: column;
    text-align: left;
    margin-bottom: 20px;
}
.telbox {
	margin-left: 0;
	text-align: center;
}
.head #open,#close  {
    position: absolute;
    top: 28px;
    right: 12px;
    }
nav ul {
	flex-direction: column;
}

nav li {
	padding-top: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
}
/* スマホ時はMENUボタンを表示 */
#open,#close  {
    display: block;
    width: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
}

/*メイン画像
-------------------------------------*/
.mainimg img {
	width: 100vw;
}


/*メインコンテンツ
-------------------------------------*/
main {
    margin: 0;
}

.contents {
    background-color: #57cfed;
    padding: 0;
}

.contents2 {
    background-color: #fef6e9;
    padding: 20px 20px 0;
	border : solid 1px #70614a;
}

.text1 {
    font-size: 1.1em;
    color: #c9a063;
    font-weight: bold;
    line-height: 1.8em;
}

.text2 {
    color: #fff;
}

.text3 {
    border-radius: 10px;
    font-size: 1.2em;
    color: #fff;
    background: #cc494e;
    padding: 0.1em 0.5em;
    line-height: 1.6;
}

.text4 {
    font-size: 1.1em;
    padding: 0.2em 0 0.5em;
    line-height: 1.4;

}

.text5 {
    color: #ad0003;
}

.text6{
    font-size: 1.4em;	
    color: #ad0003;
    font-weight: bold;
    line-height: 1.8;
}

.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.copy {
    line-height: 1.4;
	text-align: center;
}

/*参加店
-------------------------------------*/
.ribbon1 {
  display: inline-block;
  position: relative;
  height: 40px;/*リボンの高さ*/
  line-height: 40px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 20px;/*文字の大きさ*/
  background: #c9a063;/*塗りつぶし色*/
  color: #1e2e53;/*文字色*/
  font-weight: bold;
  box-sizing: border-box;
}

.ribbon1:before, .ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #1e2e53;
  border-style: solid;
}

.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #1e2e53 transparent transparent;
  border-style: solid;
}


.box1 {
    padding: 0.5em 1em 0;
    margin: 0 0 2em;
    font-weight: bold;
    border: solid 4px #ceaf6e;
    background-image: url("../img/nasiwari_w.gif");
    background-repeat: repeat;
}

h5 {
    color: #1e2e53;
    border-bottom: 3px solid #1e2e53;
    font-weight: bold;
}

dt {
    font-size: 1.1em;
    color: #ad0003;
}
dd {
    padding-left: 1em;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #f7f7f7;
    padding: 5rem 0;
}
footer h5 {
    border-bottom: 3px solid #ccc;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #fff;
}
.copyright a {
    color: #000;
    text-decoration: none;
	display: inline-block;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #cc494e;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
    line-height: 1.6;
}
#pagetop a:hover {
    background: #666;
}
/*パンくずリスト
-----------------------------------*/
.breadcrumb {
    margin: 0 0 1em 0;
    padding: 0;	
}
.breadcrumb li {
    list-style-type: none;
}
.breadcrumb li a {
    display: inline-block;
    color: #959fa5;
}



@media screen and (max-width: 768px){
	.container {
    		padding: 0;
	}
	.text1 {
    		font-size: 1em;
    		color: #c9a063;
    		font-weight: normal;
    		line-height: 1.5em;
	}
}

*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div{
	width: 50%;
	padding: 0px;
}
@media screen and (max-width: 960px) {
	.col_2 > div{
		width: 100%;
	}
}


@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}