/********************************

	全体

********************************/

html{
	box-sizing:border-box;
}
.sp{
	display: none;
}
.pc{
	display: block;
	}
body{
color: #fff;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
	font-size: 18px;
background: #000;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.inner{
	max-width: 1120px;
    padding: 0 20px;
	width: 100%;
	margin: 0 auto;
}
.flex{
	display: flex;
	justify-content: space-between;
}

.colorB{
    color: #B7893E;
}

.colorK{
    color: #000;
}

section{
    padding: 200px 0;
}

.btn{
    background: #000;
    width: 190px;
    height: 40px;
    position: relative;
    transition:0.5s;
    margin: 30px auto;
    color: #fff;
}

.btn:hover{
    background: #B7893E;
}

.btn::after{
    content: "▶︎";
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top:0;
    right: 2em;
    transition:0.5s;
}

.btn:hover::after{
    right: 0.5em;
}

.btn a{
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 40px;
    text-align:center;
    display: block;
    padding-right: 1.2em;
}


.fixed{
    position: fixed;
    bottom: 50px;
    right: 20px;
    width: 84px;
    height: auto;
}


.fixed img{
    width: 100%;
    height: auto;
    margin: 10px 0;
}

.fixed img:hover{
    opacity: 0.5;
    transition:0.5s;
}

@media screen and ( max-width:800px) {

.sp{
	display: block;
}
.pc{
	display: none;
	}
.inner{
	max-width: 90%;
    padding: 0;
	width: 90%;;
}
.flex{
	display: block;
}

section{
    padding: 100px 0 0;
}
.btn{
    margin: 30px auto;
    color: #fff;
}

.btn::after{
    font-size: 12px;
}

.btn:hover::after{
    right: 0.5em;
}

.btn a{
    font-size: 14px;
}

body{
	font-size: 16px;
}


}
/********************************

	文字類

********************************/


h1{
    font-family: "Sofia Sans Condensed", sans-serif;
    font-size: 100px;
    font-weight: 700;
    opacity: 0.9;
    text-align: left;
    filter: drop-shadow(2px 2px 2px #000);
}
h2{
    font-family: "Sofia Sans Condensed", sans-serif;
    font-size: 100px;
    font-weight: 700;
    line-height: 1em;
}

h3{
    font-family: 'Noto Serif JP', serif;
    font-size: 40px;
    font-weight: 600;
    padding: 0 0 150px 0;
}



h4{
    font-size: 30px;
    padding-bottom: 20px;
}


.fontsize14{
    font-size: 14px;
}
.fontsize24{
    font-size: 24px;
}
.fontsize16{
    font-size: 16px;
}
.fontsize20{
    font-size: 20px;
}
.fontsize80{
    font-size: 80px;
     font-family: 'Noto Serif JP', serif;
}



@media screen and ( max-width:800px) {
h1{

    font-size: 70px;
    text-align: center;
    filter: drop-shadow(1px 1px 1px #000);
}
h2{
    font-size: 50px;
}

h3{
    font-family: 'Noto Serif JP', serif;
    font-size: 23px;
    font-weight: 600;
    padding: 0 0 50px 0;
}



h4{
    font-size: 28px;
    padding-bottom: 20px;
    font-weight: 500;
    line-height: 1.2em;
}


.fontsize14{
    font-size: 12px;
}
.fontsize24{
    font-size: 18px;
}
.fontsize16{
    font-size: 14px;
}
.fontsize80{
    font-size: 40px;
}


}
/********************************

	header

********************************/
header nav{
    width: 100%;
    height: 100px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
     background: linear-gradient(90deg, #000 0%, #000 50%, #B7893E 50%, #B7893E 100%);
    font-weight: 500;
}

header nav ul{
    background:#000;
    max-width: 1120px;
	/*max-width: 1560px;*/
	width: 100%;
	margin: 0 auto;
}

header nav ul li{
    height: 100px;
    width: auto;
}

header nav ul li a{
    padding: 35px 20px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    top:35px;
}

header nav ul li a:hover{
    top:20px;
    transition: 1s;
}


header nav ul li a::after{
    content: "";
    width: 0px;
    height: 1px;
    background: #fff;
    position: absolute;
    top:65px;
    right: 0;
    left:0;
    margin: 0 auto;
}

header nav ul li a:hover::after{
    width: 20px;
    transition: 0.5s;
}

header nav ul li:first-child{
    padding-left: 40px;
}
header nav ul li:last-child{
    background:#B7893E;
    padding: 0 40px 0 20px;
    margin-left: 20px;
}


.logo{
    margin: -10px 40px 0 0;
}

header nav ul li a::before{
    line-height: 14px;
    width: 100%;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top:75px;
    right: 0;
    opacity: 0;
}

header nav ul li.ABOUT a::before{
    content: "ION GOLFについて";
}

header nav ul li.SERVICE a::before{
    content: "料金プラン";
}

header nav ul li.ACCESS a::before{
    content: "店舗案内";
}

header nav ul li.NEWS a::before{
    content: "お知らせ";
}

header nav ul li.CONTACT a::before{
    content: "お問い合わせ";
}
header nav ul li.RESERVE a::before{
    content: "会員様専用ご予約";
}


header nav ul li a:hover::before{
    opacity: 1;
    transition: 0.5s;
}

header nav ul li:first-child a:hover{
    opacity: 0.5;
    transition: 0.5s;
    top:35px;
}

header nav ul li:first-child a:hover::after{
    display: none;
    transition: 0.5s;
}
.nsp{
	display: none;
}
.npc{
	display: block;
	}

@media screen and ( max-width:900px) {

    .nsp{
	display: block;
}
.npc{
	display: none;
	}
header{
  height: 55px;
  position:fixed;
top:0;
left: 0;
    right: 0;
    background: #000;
    width: 100%;
    z-index: 1000;
}
.sp-header {
    height: 55px;
      position: relative;
        display: flex;
       justify-content: space-between;
  align-items: center;
    }
.logo-sp {
  width: 50px;
  margin-top: 10px;
   margin-left: 20px; 
    }
    
 .logo-sp img{
  width: 50px;
  height: auto;
}
.hamburger-menu {
  width: 50px;
  height: 50px;
  position: relative;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
    margin: 10px 10px 0 0;
}
.hamburger-menu__bar {
  display: inline-block;
  width: 44%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}
.hamburger-menu__bar:first-child {
  top: 16px;
}
.hamburger-menu__bar:nth-child(2) {
  top: 24px;
}
.hamburger-menu__bar:last-child {
  top: 32px;
}
.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}
.navigation {
  display: none;
  background: #242424;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 9999;
}
.navigation__list {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation__list-item {
  border-bottom: solid 1px #474747;
}
.navigation__list-item:first-child {
  border-top: solid 1px #474747;
}
.navigation__link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 24px 0;
  transition: .5s;
}
@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    background: #333;
  }
}

header nav{
    height: 100vh;
    background: #000;
}

header nav ul{
    max-width: 100%;
}

header nav ul li{
    height: 70px;
    border-bottom: 1px solid #fff;
    margin: 0 20px;
}

header nav ul li a{
    padding: 0;
    display: block;
    text-align: center;
    margin: 0 auto;
    top:0;
    line-height: 70px;
}

header nav ul li a:hover{
    top:0;
}


header nav ul li a::after{
    display: none;
}


header nav ul li:first-child{
    padding-left: 0;
}
    
header nav ul li:first-child a:hover{
    top:0;
}

header nav ul li:last-child{
    background:#000;
    padding: 0;
    margin-left: 20px;
}


header nav ul li a::before{
    display: none;
}
  
}



/********************************

	MV

********************************/
.sec1{
    padding: 0;
    position: relative;
    margin: 180px 0 0 0;
}

.sec1 p{
    filter: drop-shadow(2px 2px 2px #000);
}
.sec1 .inner{
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    margin: 0 auto;
    height: 500px;
}

.sec1 .inner .mv{
    position: relative;
}

.sec1 ul{
    width: 70%;
    height: 510px;
    margin: 80px auto 0 0;
    overflow: hidden;
}

.sec1 ul li{
    width: 100%;
    height: 510px;
}

.sec1 ul li.one{
    background-image: url("../img/main1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sec1 ul li.two{
    background-image: url("../img/main2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sec1 ul li.three{
    background-image: url("../img/main3.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.tittle{
    position:absolute;
    top:100px;
    right:0;
    text-align: left;
    z-index: 100;
}

.sec1 .btn{
    margin-left: 2px;
}

.point{
    position:absolute;
 	max-width: 880px; 
    width: 100%;
    top:450px;
   	right:0;
}

.point img{
  	width: 30%;
    height: auto;
}

@media screen and ( max-width:800px) {

.sec1{
    margin: 50px 0 0 0;
}

.sec1 .inner{
    height: 100vh;
}

.sec1 ul{
    width: 100%;
    height: 100vh;
    margin: 0;
}

.sec1 ul li{
    width: 100%;
    height: 100vh;
}


.tittle{
    position:absolute;
    top:20vh;
    right:0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 100;
}

.sec1 .btn{
    margin: 50px auto;
}

.point{
 position:absolute;
  width: 100%; 
  top:70vh;
   right:0;
    left: 0;
    margin: 0 auto;
}

.point img{
  width: 30%;
  height: auto;
}



  
}


/********************************

	アバウト

********************************/


.sec2{
    padding: 300px 0 200px;
    position: relative;
    text-align: left;
}

.sec2 .left{
    position: absolute;
    top:300px;
    left: 0;
    width: 100%;
    max-width: 45vw;
    height: 700px;
    margin-right: 55%;
    margin-left: calc(50% - 50vw);
    background-image: url("../img/sec2-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.sec2 .right{
    height: auto;
    margin-left: 30%;
    margin-right: calc(50% - 50vw);
    background:#fff;
    text-align: left;
    padding: 50px 0 20px 18%;
}

.sec2 h2{
    margin: 50px 0 0 48%;
}

.sec2 p{
    margin: 0 0 50px 48%;
}


.sec2 .right p{
    margin: 40px 0;
}

.sec2 .right h3{
    padding: 0;
}


.sec2 .right .btn{
    margin: 40px 0;
}

@media screen and ( max-width:800px) {

.sec2{
    padding: 100px 0 0;
    text-align: center;
}

.sec2 .left{
    position: relative;
    top:0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height:30vh;
    margin-right: 0;
    margin-left: 0;
    margin-top:20px;
}

.sec2 .right{
    height: auto;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    padding: 30px 10%;
}

.sec2 h2{
    margin: 0 auto;
}

.sec2 p{
    margin: 0 auto;
}


.sec2 .right p{
    margin: 0;
}

.sec2 .right h3{
    padding: 0 0 20px 0;
    text-align: center;
}


.sec2 .right .btn{
    margin: 40px auto 10px;
}
}


/********************************

	選ばれる理由

********************************/
.sec3 .flex div{
    width: 30%;
    text-align: left;
    line-height: 1.8em;
}


.sec3 .flex div img{
    width: 100%;
    margin:40px 0 40px;
}

.sec3 .flex div p.fontsize24{
    text-align: center;
    line-height: 1.5em;
}

@media screen and ( max-width:800px) {

    .sec3{
        background: #434343;
        padding: 50px 0;
        margin: 60px 0 0
    }
    .sec3 .flex div{
    width: 90%;
    text-align: left;
    line-height: 1.5em;
    margin: 20px auto;
    background: #fff;
        color: #000;
    padding: 20px 10%;
    border-radius: 3px;
}
    
    .sec3 h3{
        padding: 0;

    }


.sec3 .flex div img{
    width: 100%;
    margin:20px 0 20px;
}

.sec3 .flex div p.fontsize24{
    text-align: center;
    line-height: 1.5em;
    margin: 10px 0 0;
    color: #B7893E;
    font-weight: 500;
    
}

  
}

/********************************

	施設案内

********************************/

.sec4{
    background: #434343;
}

.sec4 .flex div{
    width: 30%;
    text-align: left;
    line-height: 1.8em;
}


.sec4 .flex div img{
    width: 100%;
    margin:40px 0 40px;
}

.sec4 .flex div p.fontsize24{
    text-align: center;
    line-height: 1.5em;
}

.sec4 .flex div p.lineheight3{
    line-height: 3em;
}

@media screen and ( max-width:800px) {

    .sec4{
        padding: 0 0 100px;
        margin: 0;
    }
    .sec4 .flex div{
    width: 90%;
    text-align: left;
    line-height: 1.5em;
    margin: 20px auto;
    background: #fff;
        color: #000;
    padding: 20px 10%;
        border-radius: 3px;
}
    
    .sec4 h3{
        padding: 0;

    }


.sec4 .flex div img{
    width: 100%;
    margin:20px 0 20px;
}

.sec4 .flex div p.fontsize24{
    text-align: center;
    line-height: 1.5em;
    margin: 10px 0 0;
    color: #B7893E;
    font-weight: 500;
    
}

  
}

/********************************

	料金

********************************/
.sec5 .fontsize24{
    margin-bottom: 100px;
}

.sec5 .fontsize16{
    text-align: left;
}
.accordion{
    margin: 80px 0 0;
}
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #000;
	background:#fff;
    margin: 10px 0;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}

.Label:hover{
    background:#B7893E;
    color: #fff;
}

.Label:hover::before{
    border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}

.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:0 2px;
    margin: 0 auto;
	transition: all 1s;
}


.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

.toggle:checked + .Label {
	background:#B7893E;
    color: #fff;
}

.content table tbody tr td,.content table tbody tr th{
border: solid 1px #fff;
    padding: 20px;
    font-weight: 400;
}

.content table tbody tr td{
    text-align: left;
    vertical-align:middle;
}

.content table tbody tr th{
    text-align:center;
        width: 30%;
    vertical-align:middle;
}

.content table{
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0 50px;
}


@media screen and ( max-width:800px) {
   .content table tbody tr th{
        width: 40%;
} 
.content table{
    margin: 0 0 20px;
}
.sec5 {
   padding-bottom: 100px;
}
}

/*toggleを使用しないとき*/
.Label-2 {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #fff;
	background:#B7893E;
    margin: 10px 0;
}
/*.Label::before{		/*タイトル横の矢印*/
	/*content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}*/

.Label-2:hover{
    /*background:#B7893E;
    color: #fff;*/
}

.Label-2:hover::before{
    /*border-top: 2px solid #fff;
	border-right: 2px solid #fff;*/
}

.Label-2,
.content-2 {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}
.content-2 {		/*本文*/
	height: auto;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}

.toggle:checked + .Label-2 + .content-2 {	/*開閉時*/
	height: auto;
	padding:0 2px;
    margin: 0 auto;
	transition: all 1s;
}


.toggle:checked + .Label-2::before {
	transform: rotate(-45deg) !important;
}

.toggle:checked + .Label-2 {
	background:#B7893E;
    color: #fff;
}

.content-2 table tbody tr td,.content-2 table tbody tr th{
border: solid 1px #fff;
    padding: 20px;
    font-weight: 400;
}

.content-2 table tbody tr td{
    text-align: left;
    vertical-align:middle;
}

.content-2 table tbody tr th{
    text-align:center;
        width: 30%;
    vertical-align:middle;
}

.content-2 table{
     border-collapse: collapse;
    width: 100%;
    margin: 20px 0 50px;
}


@media screen and ( max-width:800px) {
   .content-2 table tbody tr th{
        width: 40%;
} 
.content-2 table{
    margin: 0 0 20px;
}
}
/********************************

	体験

********************************/
.sec6{
    background: #B7893E;
}

.sec6 h3{
    padding: 0 0 80px;
}

.sec6 .fontsize16{
    border: solid 1px #fff;
    /*max-width: 400px;*/
	max-width: 640px;
    margin: 20px auto;
    padding: 10px;
}
@media screen and ( max-width:800px) {
    
  .sec6 h3{
    padding: 0 0 20px;
} 
    
.sec6 .fontsize16{
    /*max-width: 60%;*/
	max-width: 100%;
    margin: 20px auto;
    padding: 10px;

    }
.sec6{
    padding: 100px 0 80px;
}

}

/********************************

	体験

********************************/
.sec7 .newsbox{
    border: solid 1px #fff;
    width: 100%;
    text-align: left;
    height: 200px;
    margin: 100px 0;
    overflow: scroll;
    padding: 10px;
}

.sec7 table{
    width: 100%;
    border-collapse: collapse;
}

.sec7 table tbody{
    width: 100%;   
}

.sec7 table tr th{
    width: 20%;  
}

.sec7 table tr:hover{
    background: #3c3c3c;
}

.sec7 table th,.sec7 table td{
   border-bottom: solid 1px #fff;
}

.sec7 table th,.sec7 table td{
    font-weight: 400;
}


.sec7 table a{
   width: 100%;
    display: block;
    line-height: 3em;
    padding: 0.5em 2em;
}

@media screen and ( max-width:800px) {
   .sec7 table a{
   width: 100%;
    display: inline-block;
    line-height: 1.5em;
    padding: 0.5em 1em;
}
.sec7 .newsbox{
    margin: 50px 0;
}

}


/********************************

	アクセス

********************************/

.sec8 .flex{
    width: 100%;
    margin: 100px 0;
}


.sec8 table{
    width: 50%;
    border-collapse: collapse;
    text-align: left;
    margin-left: 40px;
    
}

.sec8 table tr th{
    width: 25%; 
    borde: solid 1px #fff;
    padding: 20px 10px;
}

.sec8 table th,.sec8 table td{
    font-weight: 400;
    border-bottom: solid 1px #fff;
    border-top: solid 1px #fff;
    vertical-align:middle;
}

@media screen and ( max-width:800px) {
  .sec8 .flex{
    margin: 50px 0;
}

  .sec8 {
   padding: 100px 0;
      background: #3c3c3c;
}
.sec8 table{
    width: 100%;
    margin-left: 0;
    
}

.sec8 table tr th{
    width: 30%; 
}
  
}

/********************************

	sns

********************************/

.sec9 .flex div{
    padding: 200px 10px 0;
	width: 50%;
    text-align: center;
    line-height: 1.8em;
}

.sec9 div p{
    text-align: center;
}


.sec9 .flex div img{
    width: 30%;
    /*margin:40px 0 40px;*/
	margin: 40px 0 40px;
}

.sec9 .flex div p.fontsize24{
    text-align: center;
    line-height: 1.5em;
	padding-left: 5em;
}

.sec9 .inner h3{
	padding: 0;
	line-height: 3;
	margin-top: 5em;
}
@media screen and (max-width: 800px) {
  .sec9 {
    padding: 10px 0;
    margin: 50px 0 0;
  }
  .sec9 .flex div {
    display: flex;
    align-items: flex-start; /* 上端を揃える */
    width: 100%;
    text-align: left;
    line-height: 1.5em;
    margin: 15px auto;
    color: #fff;
    padding: 15px 20px;
    border-radius: 3px;
    word-wrap: break-word;
  }
  .sec9 .flex div img {
    max-width: 100px;
    width: 45%;
    margin: 5px 10px 0 0;
    vertical-align: top; /* 上端を揃える */
  }
  .sec9 .flex div p {
    text-align: left;
    margin: 0; /* テキストのマージンを削除 */
  }
	.sec9 .inner h3{
	padding: 0 0 30px 0;
	line-height: 1.5;
	margin-top: 0;
	}
	
}



/********************************

	footer

********************************/

footer{
    background: #B7893E;
    padding: 100px 80px 0;
}


footer .Copyright{
    
    padding:50px 20px;
}

footer img:hover{
    opacity: 0.5;
}

footer p img {
	width: 100%;
	height: auto;
}


footer ul{
    width: 100%;
    height: 100px;
    z-index: 999;
    font-weight: 500;
    max-width: 1120px;
	margin: 100px auto 30px;  
}


footer ul li a{
    text-align: center;
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}

footerul li a:hover{
    top:-20px;
    transition: 1s;
}


footer ul li a::after{
    content: "";
    width: 0px;
    height: 1px;
    background: #fff;
    position: absolute;
    top:30px;
    right: 0;
    left:0;
    margin: 0 auto;
}

footer ul li a:hover::after{
    width: 20px;
    transition: 0.5s;
}

footer ul li a::before{
    line-height: 14px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top:40px;
    right: 0;
    opacity: 0;
        left:0;
    margin: 0 auto;
}

footer ul li.ABOUT a::before{
    content: "ION GOLFについて";
}

footer ul li.SERVICE a::before{
    content: "料金プラン";
}

footer ul li.ACCESS a::before{
    content: "店舗案内";
}

footer ul li.NEWS a::before{
    content: "お知らせ";
}

footer ul li.CONTACT a::before{
    content: "お問い合わせ";
}
footer ul li.RESERVE a::before{
    content: "会員様専用ご予約";
}


footer ul li a:hover::before{
    opacity: 1;
    transition: 0.5s;
}



@media screen and ( max-width:800px) {
  footer {
    padding: 50px 0 0;
}
    footer ul {
    height: auto;
    margin: 50px auto 50px;
}
footer ul li {
    padding: 20px;
}
    
footer ul li a::after{
    display: none;
}
    
footer ul li a::before{
    display: none;
}

footer .Copyright{
    width: 100%;
    padding:50px 0 20px;
}


}



/********************************

	ニュースページ

********************************/
.pagenews section{
    padding: 300px 0;
}


.pagenews section .contents,.pagenews section .newsindex{
    text-align: left;
   margin: 100px 0 200px;
}
.pagenews section .newsindex{
    border-top: solid 1px #fff;
    padding: 20px 0;
}

.pagenews section img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.pagenews section .totop{
    margin: 50px 0 0 auto;
    max-width: 195px;
}


.pagenews section .totop:hover{
    border-bottom: solid 1px #fff;
    opacity: 0.5;
}



.pagenews table{
    width: 100%;
    border-collapse: collapse;
}

.pagenews table tbody{
    width: 100%;   
}

.pagenews table tr th{
    width: 30%;  
}


.pagenews table tr:hover{
   background: #3c3c3c;
}

.pagenews table th,.pagenews table td{
    font-weight: 400;
}


.pagenews table a{
   width: 100%;
    display: block;
    line-height: 3em;
}


@media screen and ( max-width:800px) {
    
.pagenews section .totop{
    text-align: right;
}
.pagenews table tr th{
    width: 20%; 
    padding: 0 0 0 1em;
}
    .newsindex h4{
        font-size: 20px;
    }
.pagenews table tr{
   background: #3c3c3c;
}
.pagenews section .newsindex {
    margin: 50px 0;
}
    
    .pagenews section{
        padding: 150px 0 80px;
    }   
}
/********************************

	コンタクトページ

********************************/
.contactpage .inner{
    padding: 0;
}
.contact-ex{
    background: #B7893E;
    margin:  0 auto;
    padding: 100px 0 80px;
    
}

.contact-ex .fontsize16{
    border: solid 1px #fff;
    max-width: 400px;
    margin: 20px auto;
    padding: 10px;
}

.contactpage{
    margin: -30px auto 0;
    padding:0;
    width: 100%;
}

form#mailformpro {
    margin: 0;
}

.contactpage .mailform{
	background: #EAEAEA;
    padding: 0 70px 450px;
    position: relative;
    color: #000;
    font-weight: 400;
}

.contactpage .m-first{
    background: none;
}

.contactpage .must{
    background: #905E23;
    padding: 5px 9px;
    color: #fff;
    font-size: 14px;
    margin: 0 10px 0 0;
    border-radius: 5px;
}


.contactpage form#mailformpro .m-first .mfp_rows{
    display: block;
}

.contactpage form#mailformpro dl dt {
    float: none;
    width: 100%;
    font-size: 18px;
    padding: 50px 0 15px 0px;
    text-align: left;
    margin: 0px;
    font-weight: 400;
}

.contactpage form#mailformpro dl dd {
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.5em;
    text-align: left;
}

.contactpage textarea{
	height: 150px;
    border-radius: 5px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
	width: 100%;
	padding: 12px 17px;
    background: #fff;
    border-radius: 5px;
}
form ::placeholder{
	color: #e1e1e1;
}
form .content_1,
form .item{
	display: flex;
	flex-wrap: wrap;
}

form#mailformpro dl .pp{
    font-size: 14px;
    position: absolute;
    bottom:0px;
    left:0;
    right:0;
    margin: 0 auto;
    background: #000;
    color: #fff;
}

form#mailformpro dl .pp p {
    font-size: 14px;
    color: #3E3A39;
    width: 100%;
    height: 180px;
    overflow: scroll;
    margin: 0;
    scroll-behavior: smooth;
    background: #fff;
    padding: 20px;
    border: solid 1px #AAAAAA;
}


form#mailformpro dl .pp span {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: left;
    margin: 0;
    display: block;
    padding-top: 60px;
    line-height: 22px;
}

form#mailformpro dl .pp .mfp_rows{

position: absolute;
    bottom:-30px;
    left:0;
    right:0;
    margin: 0 auto;
}


.contactpage .m-first .mfp_col5{
	margin: 5px 30px 0 5px;
}

button[type="submit"] {
	display: block;
	width: 300px;
	margin: 120px auto;
	background: #fff;
	color: #000;
	border: none;
	padding: 8px 10px;
	font-size: 18px;
}

button[type="submit"]:hover{
	background: #B7893E;
    color: #fff;
        transition:0.5s;
}

.mfp_element_all {
   max-width: 100%;
}


@media screen and (max-width: 1000px) {
    
.contactpage{
    padding:0;
}

.contactpage p{
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
    line-height: 2em;
}

.contactpage .mailform{
    padding: 0 8% 350px;
    position: relative;
}

.contactpage .must{
    padding: 1px 5px;
    font-size: 12px;
    margin: 0 5px 0 0;
    border-radius: 2px;
}


.contactpage form#mailformpro dl dt {
    font-size: 16px;
    padding: 35px 0 10px 0px;
}

.contactpage form#mailformpro dl dd {
    margin: 2px 0 0 0;
    font-size: 16px;
}


form#mailformpro dl .pp p {
    width: 100%;
    height: 140px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 2px;
}


form#mailformpro dl .pp span {
    width: 90%;
    margin: 0;
    padding-top: 40px;
}

form#mailformpro dl .pp .mfp_rows{
 width: 100%;
    margin: 0 auto;
position: absolute;
    bottom:-30px;
    left:0;
    right:0;
}


.contactpage .m-first .mfp_col5{
	margin: 5px 30px 0 5px;
}
 
}


@media screen and (max-width: 800px) {
 
.contact-ex {
    background: #B7893E;
    margin: 100px auto 0;
    padding: 70px 0 50px;
}
    .contactpage {
        margin:-30px auto;
        padding: 0;
    }

.contact-ex .fontsize16 {
    max-width: 60%;
}

button[type="submit"] {
	width: 100%;
}

}

/*----------------------------
料金プランに関する注意事項
-------------------------------*/
.attention-box {
background-color: #000000; /* 薄いピンク色の背景 */
border: 1px solid #CAD9FC; /* ピンク色の枠線 */
padding: 5px;
margin-bottom: 30px;
border-radius: 5px;
color: #fff; /* 濃いピンク色の文字 */
text-align: left;
font-size: 18px;
line-height: 1.6;
}

.attention-box strong {
font-weight: bold;
color: #c2185b; /* より濃いピンク色の強調文字 */
}

.attention-box ul {
padding-left: 20px;
margin-top: 10px;
}

.attention-box li {
margin-bottom: 5px;
}

@media screen and (max-width: 800px) {
.attention-box {
	font-size: 16px;
	}
}