@charset "UTF-8";

body {
  font-family: Verdana,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
}

body {
  margin: 0;
  padding: 0;
}

.site h1 a {
  color: #0174DF;
  text-decoration: none;
}

.site h1 {
  margin: 0;
  font-size: 30px;
  font-family: 'Bitter', serif;
}



/*　####### top menu ########### */

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  font-family: 'Bitter', serif;
  font-weight: 700;
  text-align: right;
}

.menu li a{
  display: :block;
  padding: 2px 10px;
  margin-top: 10px;
  color:#000000;
  font-size: 14px;
  text-decoration: none;
}



.menu li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.menu li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #585858;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.menu li a:hover::after {
  transform: scale(1, 1);
}









/*　####### index page ########### */



#index .box3 {
  height:450px;
 background-image: url(../image/coast.jpg);
 background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
}

#index .box3 h1 {
  margin: 0;
  padding:70px 50px 10px 50px;
  font-size: 50px;
  color: whitesmoke;
  text-shadow: 5px 5px 15px #000000;
  font-family: 'Bitter', serif;
}

#index .box3 p {
  margin: 0;
  padding: 15px 50px 50px 50px;
  color: black;
  font-size: 16px;
  font-weight: 500;
  text-shadow: white 2px 2px 10px;
}


/*　####### music page ########### */

#music h2 {
position: relative;
line-height: 0.5;
padding:0.25em 1em;
display: inline-block;
top:0;
font-size: 20px;
font-family: 'Bitter', serif;
}

#music h2:before,h2:after{ 
  position: absolute;
  top: 0;
  content:'';
width: 8px;
height: 100%;
display: inline-block;
}

#music h2:before{
border-left: solid 1px black;
border-top: solid 1px black;
border-bottom: solid 1px black;
  left: 0;
}
#music h2:after{
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}



#music h3{
  margin: 0;
  font-size: 16px;
}

#music .sample-music{
  margin-bottom: 20px;
}


#music .box3{
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 20px;
}


#music .box3 p{
  margin:0px;
  padding-top: 0px;
  padding-bottom: 20px;;
  line-height: 2;
}




#music .box3a{
  border: solid 0.5px #A4A4A4;
}

#music .box3-1{
  padding-top: 20px;
  padding-left:5%;
  padding-right: 5%;
  box-sizing: border-box;
}

#music .box3-2{
  padding-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
}






/*　####### movie page ########### */

#movie h2 {
position: relative;
line-height: 0.5;
padding:0.25em 1em;
display: inline-block;
top:0;
font-size: 20px;
font-family: 'Bitter', serif;
}

#movie h2:before,h2:after{ 
  position: absolute;
  top: 0;
  content:'';
width: 8px;
height: 100%;
display: inline-block;
}

#movie h2:before{
border-left: solid 1px black;
border-top: solid 1px black;
border-bottom: solid 1px black;
  left: 0;
}
#movie h2:after{
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}

#movie h3{
  margin: 0;
  font-size: 16px;
}

#movie .sample-movie{
  margin-bottom: 20px;
}


#movie .box3{
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 20px;
}


#movie .box3 p{
  margin:0px;
  padding-top: 0px;
  padding-bottom: 20px;;
  line-height: 2;
}

#movie h4{
    font-size: 14px;
    text-align: right;
    margin: 0;
    padding: 0; 
}

#movie .box3 a{
    text-decoration: none;
    color: black;
    border-bottom: solid 1px #848484;
}




/*　####### photo page ########### */

#photo h2 {
position: relative;
line-height: 0.5;
padding:0.25em 1em;
display: inline-block;
top:0;
font-size: 20px;
font-family: 'Bitter', serif;
}

#photo h2:before,h2:after{ 
  position: absolute;
  top: 0;
  content:'';
width: 8px;
height: 100%;
display: inline-block;
}

#photo h2:before{
border-left: solid 1px black;
border-top: solid 1px black;
border-bottom: solid 1px black;
  left: 0;
}
#photo h2:after{
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}

#photo h3{
  margin: 0;
  font-size: 16px;
}

#photo .sample-photo{
  margin-bottom: 20px;
}


#photo .box3{
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 20px;
}


#photo .box3 p{
  margin:0px;
  padding-top: 0px;
  padding-bottom: 20px;;
  line-height: 2;
}




/*　####### web-design page ########### */

#web-design h2 {
position: relative;
line-height: 0.5;
padding:0.25em 1em;
display: inline-block;
top:0;
font-size: 20px;
font-family: 'Bitter', serif;
}

#web-design h2:before,h2:after{ 
  position: absolute;
  top: 0;
  content:'';
width: 8px;
height: 100%;
display: inline-block;
}

#web-design h2:before{
border-left: solid 1px black;
border-top: solid 1px black;
border-bottom: solid 1px black;
  left: 0;
}
#web-design h2:after{
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}

#web-design h3{
  margin: 0;
  font-size: 16px;
}

#web-design .sample-movie{
  margin-bottom: 20px;
}


#web-design .box3{
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 20px;
}


#web-design .box3 p{
  margin:0px;
  padding-top: 0px;
  padding-bottom: 20px;;
  line-height: 2;
}

#web-design h4{
    font-size: 14px;
    text-align: right;
    margin: 0;
    padding: 0; 
}

#web-design .box3 a{
    text-decoration: none;
    color: black;
    border-bottom: solid 1px #848484;
}







/*　####### contact page ########### */


#contact h2 {
position: relative;
line-height: 0.5;
padding:0.25em 1em;
display: inline-block;
top:0;
font-size: 20px;
font-family: 'Bitter', serif;
}

#contact h2:before,h2:after{ 
  position: absolute;
  top: 0;
  content:'';
width: 8px;
height: 100%;
display: inline-block;
}
#contact h2:before{
border-left: solid 1px black;
border-top: solid 1px black;
border-bottom: solid 1px black;
  left: 0;
}
#contact h2:after{
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}


#contact .box3{
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}


#contact .box3 p{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 2em;
}


#contact .nyuryoku  {
width: 100%;
height: 2em;
margin-bottom: 1em;
}

#contact textarea {
width: 100%;
height: 10em;
line-height: 2em;
}


#contact .btn-contact{
margin-top: 30px;
text-align: center;
}



/*　####### confirmation php ########### */


#contact .conf-0{
  margin-top: 0;
  margin-bottom: 20px;
 padding-top: 0;
  padding-bottom: 0;
}

#contact .conf-1{
  margin-top: 0;
  margin-bottom: 0.5em;
  padding-top: 0;
  padding-bottom: 0;
}


.conf-box{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.conf-box p {
    margin: 0; 
    padding: 0;
}




/*　####### copy right ########### */

.copyright p {
  margin: o;
  color: #666666;
  font-size: 14px;
  text-align: center;
}


.box4{
  border-top: solid 1px #dddddd;
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.boxA{
  border-bottom: solid 1px #dddddd;
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*　####### boxの左右 ########### */
.boxA, .box4{
  padding-left: 15px;
  padding-right: 15px;
}


/*　####### boxの上下 ########### */

.boxA {
  padding-top: 50px;
  padding-bottom: 10px;
}


/*　####### box-back ########### */

.box-back {
    position: relative;
    padding: 0.25em 1em;
    margin: 2em 0;
    top: 0;
    background: #ffffff;
}
.box-back:before, .box20:after{ 
    position: absolute;
    top: 0;
    content:'';
    width: 10px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.box-back:before{
    border-left: dotted 2px #15adc1;
    border-top: dotted 2px #15adc1;
    border-bottom: dotted 2px #15adc1;
    left: 0;
}
.box-back:after{
    border-top: dotted 2px #15adc1;
    border-right: dotted 2px #15adc1;
    border-bottom: dotted 2px #15adc1;
    right: 0;
}
.box-back p {
    margin: 0; 
    padding: 0;
}

/*　####### トグルボタン ########### */

#menu {
  display: none;
}

#menubtn span {display: inline-block;
text-indent: -9999px}

#menubtn i{
  color: #888888;
  font-size: 18px;
}

#menubtn {
  padding: 6px 12px;
  border: solid 1px #aaaaaa;
  border-radius: 5px;
  background-color: #ffffff;
  position: absolute;
  top:77px;
  right: 15px;
  cursor: pointer;
}

#menubtn:hover {
  background-color: #dddddd;
}

#menubtn:focus {
  outline: none;
}



/*　####### 768px以上 ########### */
@media screen and (min-width:768px){

.boxA:after {
  content:"";
  display: block;
  clear: both;
}

.box1 {
  float: left;
  width: auto;
}

.box2 {
  float: right;
  width: auto;
}

#music .box3-1{
  float: left;
  width: 45%;
  padding-top: 20px;
  padding-left:5%;
  padding-right: 0;
  box-sizing: border-box;
}

#music .box3-2{
  float: right;
  width: 45%;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 5%;
  box-sizing: border-box;
    
}

#music .box3a:after {
  content: "";
  display: block;
  clear: both;
}

  
/*　####### トグルボタン ########### */
  
  
#menubtn{
 display: none;
  }
  
#menu {
  display: block!important;
}
  
.menu li {
  float: left;
  width: auto;
}

.menu ul:after{
  content: "";
  display: block;
  clear: both;
}
  
}


