
* {
	margin: 0px;
	padding: 0px;
}
.br_pc { display:compact;}
.br_sp { display:none;}

.topimage { display: block;}
.topimage_sp { display: none;}

.headbox{
	text-align: center;
	background-color: #280808;
	padding-top: 15px;
	padding-bottom: 15px;
}
.footerbox{
	margin-top: 30px;
	text-align: center;
	background-color: #280808;
	padding-top: 15px;
	padding-bottom: 30px;
	color: #FFFFFF;
}

body {
  background: linear-gradient(#ffffff, #fffeed);
}

ul {
    display: flex;
    align-items: center;
}

h1 {
    line-height: 2rem; 
    text-align: center;
    font-family: 'Shippori Mincho', serif;
	font-weight: 800;
	color: #7B6B52;
}

h2 {
    font-size: 1.7rem;
	line-height: 2.2rem; 
    text-align: center;
    font-family: 'Shippori Mincho', serif;
	font-weight: 800;
	color: #7B6B52;
}

h3 {
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center;
    font-family: 'Shippori Mincho', serif;
	font-weight: 800;
    color: darkred;
}


.box2 {
	margin: 5px 60px 20px;
    padding: 0em 2em;
    background: #AE3D3D;
    border: solid 2px #9C090B;/*線*/
    border-radius: 20px;/*角の丸み*/
}

.box2 p {
    margin: 0; 
    padding: 0;
	text-align:center;
}

.maeuri{
	text-align: center;
	font-size: 1.2rem;
	font-family: 	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	color: #FFFFFF;
	padding-bottom: 10px;
}

select {
    appearance: none;
    background: #F5F5DC	;
    border: 1;
    border-color: #D2B48C;
    border-radius: 5px;
    color: #8B4513;
    font-size: 0.9rem;
    padding: 0.5rem 2rem;
}

select {
　-webkit-appearance: none;
　-moz-appearance: none;
　appearance: none;
}
select::-ms-expand {
　display: none;
}



main {
  display: flex;
  flex-wrap: wrap;
  max-width: 90%;
  margin: 10px auto 40px auto;
}

main div.osechi1 {
  width: calc(50% - 10px);
  margin: 0px auto 30px auto;
  justify-content: center;
}

main div.osechi2 {
  width: calc(33.3% - 10px);
  margin: 0 auto;
}

main img{
  width: 100%;
}


main p{
  text-align: center;
  line-height: 1rem;
}


.mainfont {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.osechiradio {
  text-align: center;
  font-size: 1rem;
  line-height: 0.5rem;
}

    
    
#formWrap {
	width:70%;
	margin:0 auto;
	color:#414141;
	line-height:1.8rem;
	font-size:95%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #D4CCBB;
	padding:1rem;
}
table.formTable th{
	width: 30%;
	font-weight: normal;
	background: #E6DED0;
	text-align: left;
}

input[type="text"], textarea {
	width: auto;
	padding: 0.5rem;
	font-size: 100%;
	display: block;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    margin-bottom: 5px;
}

input[type="email"] {
	width: 90%;
	padding: 0.5rem;
	font-size: 100%;
	display: block;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    margin-bottom: 5px;
}

input[type="tel"] {
	width: 60%;
	padding: 0.5rem;
	font-size: 100%;
	display: block;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    margin-bottom: 5px;
}

input[type="submit"] {
    appearance: none;
    width: 40%;
	padding: 0.3rem;
	font-size: 120%;
    color: #FFFFFF;
	display: block;
    background-color: #D2B48C;
    border: 1px solid #CD853F;
    border-radius: 5px;
    margin-bottom: 10px;
	margin-top: 20px;
}
input[type="submit"]:hover {
    background-color: #CD853F;
    transition: 0.5s;
}


.inputarea{
    appearance: none;
}




/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/


@media screen and (max-width: 699px) {
    
    main div.osechi1 {
    width: calc(100% - 10px);
    margin: 0px 5px 30px 5px;
    }
    
    main div.osechi2 {
    width: calc(100% - 10px);
    margin: 0px 5px 30px 5px;
    }  
  
    #formWrap {
	width:95%;
	margin:0 auto;
    }
    
    table.formTable th, table.formTable td {
	width:auto;
	display:block;
    }
    
    table.formTable th {
	margin-top:5px;
	border-bottom:0;
    }
    
    input[type="text"], textarea {
	width:90%;
	padding:0.5rem;
	font-size:110%;
	display:block;
    }
    
    input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
    } 
    
	.topimage { display: none;}
	.topimage_sp { display: block;}
	
	.br_pc { display:none;}
	.br_sp { display: inline;}
	
	.box2 {
	margin: 5px 30px 20px;
    padding: 0em 2em;
    background: #AE3D3D;
    border: solid 2px #9C090B;/*線*/
    border-radius: 20px;/*角の丸み*/
	}
}



/* ポップアップ----------------------*/


/*popup表示させたいコンテンツのレイアウトと位置*/

.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px 5px 5px 5px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 95%;
  max-width: 50%;
  min-width: 300px;
  max-height: 90vh;
  padding: 40px 5px 5px 5px;
  border-radius: 2px;
  background:  rgba(0, 0, 0, .5);
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 90vh;
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c!important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38!important
}