* {
   box-sizing: border-box;
}
html, body {
	background-color:#eee ;
	position: relative;
	margin:0;
	padding:0;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

header {
	padding: 30px 4% 0 5px ;
    box-shadow: -5px 20px 0px -30px rgba(20, 20, 20, 20);
    margin:0 0 20px 0;
	width: 100%;
	background-color: #fff;
	display: flex;
}


.p1 {
	font-size: 	1.5em;
	font-weight: bolder;
	color:  #3498db;
	letter-spacing: 0.1em;
}

.p1sp {
	font-size: 	1.2em;
	font-weight: bolder;
	color:  #3498db;
	letter-spacing: 0.1em;
	line-height:1.5em;
}

.copy1 {
	font-size: 	1.2em;
	font-weight: bolder;
	letter-spacing: 0.1em;
	line-height:2.0em;
}

.copy1sp {
	font-size: 	1.0em;
	font-weight: bolder;
	letter-spacing: 0.1em;
	line-height:1.0em;
}

.copy1-2 {
	font-size: 	1.3em;
	font-weight: bolder;
	color:  #3498db;
	letter-spacing: 0.1em;
}

.copy2 {
	font-size: 	1.2em;
	font-weight: bolder;
	color:  #000;
	letter-spacing: 0.1em;
}

.copy3 {
	font-size: 	1.5em;
	font-weight: bolder;
	color:  #fff;
	letter-spacing: 0.1em;
}

.copy3sp {
	font-size: 	1.3em;
	font-weight: bolder;
	color:  #fff;
	letter-spacing: 0.1em;
}

.bg1
	background-color: #aed6f1 ;
	padding-bottom:50px;
}

ul {
   list-style: none;
   margin: 0;
   text-align: right;
}

li {
   margin: 0 0 0 0;
	font-size: 14px;
	display: inline;
}

.main {
  margin: 0 auto;
  background-color:white;
  color:black;
}

nav {
   margin: 0 0 0 auto;
}

/* 追加 */
#maintop_wrap_pc {
	position:relative;
}

#maintopbtn_pc {
    position:absolute;
    top: 98%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#maincli_pc {
    position:absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-15%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#maintopbtn_sp {
    position:absolute;
    top: 97%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#tips_pc {
    position:absolute;
    top: 20%;
    left: 53%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-15%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#tips_pc2 {
    position:absolute;
    top: 73%;
    left: 49%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-90%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#toptxt1 {
    position:absolute;
    top: 55%;
	left: 45%;
	width:440px;
	line-height:1.8em;
	text-align:left;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-5%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#maincli_pc p{
    line-height:2.0em;
}

#tips_pc p{
    line-height:2.0em;
}

#tips_pc2 p{
    line-height:2.0em;
}

#maintop_wrap_sp {
	position:relative;
}

#maintopbtn_footer {
    position:absolute;
    top: 83%;
    left: 66%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.btn_footer {
	letter-spacing: 0.1em;
	font-size:1.5em;
}


.copy {
	font-size:30px;
	line-height:1.8em;
	text-align:center;
	font-weight:bold;
	color: #e74c3c  ;
	margin-top:50px;
	padding-bottom:40px;
}

.copy_sp {
	font-size:20px;
	line-height:1.8em;
	text-align:center;
	font-weight:bold;
	color: #e74c3c ;
	margin-bottom:20px;
}

.txt_sp {
	line-height:1.8em;


}

@media screen and (min-width: 1001px) {


    .main {
      width: 1000px;
    }

    .pc {
      display: block;
    }

    .sp {
      display: none;
    }

}

@media screen and (min-width: 481px) and (max-width:1000px) {
    /*スマホ以外*/
    .main {
        width: 80%;
    }

    #tokucyo-tclogo{
      width:70%;
    }

    .pc {
      display: block;
    }

    .sp {
      display: none;
    }
}

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

    #tokucyo-tclogo{
      width:40%;
    }

    .main {
      width: 100%;
    }

    .pc {
      display: none;
    }

    .sp {
      display: block;
    }
}

.service_conts_wrap {
    border:solid #cccccc;
    border-width:0.3em 0px 0.3em 0px;
    height:330px;
}

.service_conts_wrap_sp {
    border:solid 1px red;
    height:330px;
}


table {
  border:0;
}

.pc table td {
    border: 1px dotted #cccccc;
    padding:1em;
}

.sp td {
  border: 1px dotted #cccccc;
  vertical-align: top;
  padding:0.5em;
  text-align: center;
}

.partnerintro {
  background-color:#f2f2f2;
  border-radius: 5px;
}



/* swiper */

    .swiper-container {
    }
    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .gallery-top {
      height: 40%;
      width: 100%;
      margin:30px 0 10px 0 ;
    }

    .gallery-thumbs {
      height: 15%;
      box-sizing: border-box;
    	padding: 10px 0;
    	margin-bottom:5em;
    }

    .gallery-thumbs .swiper-slide {
      height: 100%;
      opacity: 0.8;
    }

    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
      border:solid 2px #2980b9;
    }

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    width: 70px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
	transition: 0.5s ;
    opacity: 0.5 ;
}

.otoiawase_bannar {
    position: fixed;
    left:calc(50% + 500px - 100px);
    bottom:5%;
    width:100px;
    height: 120px;
    background-color:#3498db;
    color:white;
    text-align: center;
    opacity:0.8;
    border-radius: 5px 0 0 5px;
    font-size:0.9em;
}

#otoiawase_footer_bannar {
    width:100%;
    position: fixed;
    bottom:0;
    background: #3498db;
    text-align: center;
    padding-top:15px;
    padding-bottom: 15px;
}

.flow {
	background-color:#f8f9f9 ;
	text-align:center;

}

.flow-circle {
    background-color:white;
    width:140px;
    height:140px;
    padding: 55px 0 40px 0;
}

.flow-circle2 {
    background-color:white;
    width:140px;
    height:140px;
    padding: 40px 0 40px 0;
}

.flow-circle-sp {
    background-color:white;
    width:100px;
    height:100px;
    border-radius: 50%;
    line-height: 100px;
    color:#951c5a;
    padding:5px;
}
	
.pc-nav a{
  color:#000;
  transition-property: all;
	transition: 0.3s linear;
	padding:0px;
}
.pc-nav a:hover{
	color:#888;
	text-decoration:none;
}

