@charset "UTF-8";
/* CSS Document */
section.nagahama{
    margin: 30px auto;
    max-width: 770px;
}
._pc{
	display: block;
}
._sp{
	display: none;
}

h2.ttl1,h2.tt2{
    max-width: 80%;
    margin: 0 auto;
	margin: 10px auto;
}

.entry-box {
       background-color: #990000;
}

.entry-inner {
    width: 90%;
    margin: 0px auto;
    padding: 20px 0;
}
.naga-box {
    display: flex;
    flex-wrap: wrap;
	background-size: cover;
	padding: 10px;
	margin: 10px auto;
}
.naga-box.revers {
    flex-direction: row-reverse;
}
.naga-left {
    width: 40%;
}

.naga-right {
    width: 60%;
}
.bg1 {
	background-image: url("../img/naga_sakehaikei.jpg");
}
.bg2 {
 	background-image: url("../img/naga_mizunarahaikei.jpg");
}
.bg3{
	background-image: url("../img/naga_calvadoshaikei.jpg");
}
table.naga-t{
    width: 100%;
	color: #000;
}

table.naga-t th {
    width: 33%;
    background-color: #EAE7E7;
    border-bottom: 1px solid #CCC;
	padding: 7px;
  }
  
table.naga-t td {
    width: 60%;
    border-bottom: 1px solid #CCC;
    padding-left: 7px;
	background-color: #FFF;
}


p.naga-price {
    text-align: right;
    margin: 10px auto;
}
.revers p.naga-price {
    text-align: left;
}
.naga-comment {
    margin: 15px auto;
    position: relative;
    border: 1px solid #999933;
}

.naga-comment p {
    padding: 20px;
	text-align: justify;
}


.naga-comment h3 {
    padding: 0px 10px;
    position: absolute;
    top: -13px;
    background-color: #000;
}

/*参加方法*/

.houtoform {
    margin-top: 100px;
}

dl.sanka-img {
    display: flex;
    flex-wrap: wrap;
}

dl.sanka-img  dd {
    width: 33%;
}


.sank1,.sank2,.sank3 {
    text-align: center;
    border: 1px solid #FFF;
    padding: 20px;
	position: relative;
	margin: 20px auto;
	box-shadow: 0 -2px 10px -1px #ccc inset, 1px 2px 5px 0px rgb(0 0 0 / 15%);
}

.sank1 span.siini-con {
    position: absolute;
    top: -35px;
    left: -35px;
}

.sank1 h3, .sank2 h3, .sank3 h3 {
    font-size: 22px;
	margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFF;
}

.sank3 h3 {
    border-bottom:none;
	margin-bottom: 5px;
}

.sank1 h4{
    font-size: 18px;
}

dl.form-img {
    display: flex;
    flex-wrap: wrap;
}
/*dd.firstplace {
    position: absolute;
    top: -50px;
 }*/  
    
dd.formcom {
    width: 60%;
/*    margin-left: 40%;*/
    text-align: left;
	height: 180px;
}

p.arrow {
    max-width: 50px;
    margin: 20px auto 0 auto;
}

.houtoform p.button {
    max-width: 400px;
    padding: 10px;
    background-color: rgb(24, 119, 242);
    border-radius: 20px;
    color: #FFF;
    margin: 0 auto;
    box-shadow: 0 -2px 10px -1px #1da1f2 inset, 1px 2px 5px 0px rgb(0 0 0 / 15%);
}

.houtoform p.button a{
    color: #FFF;
}
.houtoform .button span.icon-fb {
    padding-left: 30px;
    background: url("../img/fb-icon.png") no-repeat;
}


@media only screen and (max-width:600px){
	
._sp{
	display: block;
}
._pc{
	display: none;
}
/*table.naga-t tr {
    display: flex;
    flex-wrap: wrap;
}*/

table.naga-t td {
    width: 100%;
	padding: 2%;
	text-align: center;
 }
table.naga-t th{
 width: 40%;
   padding: 2%;
	}
.sank1 span.siini-con {
    position: absolute;
    top: -35px;
    left: -15px;
    max-width: 100px;
}

.naga-box,dl {
    display: block;
}

.naga-left ,.naga-right {
    width: 100%;
}
.revers p.naga-price {
    text-align: right;
}
dd.formcom {
    width: 100%;
    margin-left: 0; 
    height: auto;
}

dd.formcom h3{
text-align: center;
}
	
dd.firstplace {
    margin: 0 auto;
    width: 60%;
	position: inherit;
   }
   
	.bg1,.bg2,.bg3{
		background-image: none;
		background-color: #000;
	}
.sank3 h3 {
    font-size: 18px;
  }
}