@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap');

/* 全体の設定
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
    margin:0;
    padding:0;
}
body{
    font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
}
img {
	width:100%;
	height: auto;
}
a{
	text-decoration: none;
}
a:hover, .active{
	text-decoration: none;
}
ol,ul{
  list-style:none;
}


/* 共通の設定
================================================== */
.margin_bottom_20{
    margin-bottom: 20px;
}
.margin_bottom_30{
    margin-bottom: 30px;
}
.margin_bottom_50{
    margin-bottom: 50px;
}
.margin_bottom_100{
    margin-bottom: 100px;
}
.margin_bottom_150{
    margin-bottom: 150px;
}


/*ヘッダー
================================================== */
.container {
    max-width: 700px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0 2.0rrem;
}
.logo {
    width: 200px;
    margin: 10px auto 30px;
}
.row {
    display: flex;
    flex-direction: column;
    padding: 0;
    text-align: center;
}
.col {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
}
.header {
	display: flex;
    flex-direction: row;
    width: 100%;
    padding:20px 0 0;
}
.header-box {
	margin-left: auto;
	margin-top: 8px;
}
.contact-button {
	padding: 1rrem;
	border: 2px solid var(--base-color);
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin: 1rem 0 0 0;
}
nav li {
	flex: 1 0 auto;
    font-size: 0.9rem;
}
nav li a {
    color: #000;
}
nav a:hover {
    background-color: var(--back-color);   
}
nav a {
    padding: 0.5rrem;
}

@media only screen and (min-width: 766px) {
    
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}


/*ヒーローエリア
================================================== */
.hero{
    max-width: 100%;
    width: 700px;
    margin: 50px auto;
    padding: 0;
    text-align: center;
}
.hero h1{
    font-size: 1.5rem;
    margin: 50px auto 30px;
}
.hero p{
    font-size: 0.9rem;
    line-height: 30px;
}


/*リスト
================================================== */
.list-5 {
    width: 350px;
    margin: 50px auto;
    background-color: #f2f2f2;
}
.list-5 div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    background-color: #2589d0;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
}
.list-5 ul {
    list-style: none;
    margin: 0;
    padding: 1em 1em 1em 2.5em;
}
.list-5 li {
    font-size: 0.9rem;
    color: #565656;
    line-height: 30px;
    letter-spacing: 1px;
    padding: .3em .3em .3em 0;
}
.list-5 li::marker {
    color: #2589d0;
}


/*コンテンツ
================================================== */
.contents{
    max-width: 100%;
    width: 700px;
    margin: 100px auto 0;
    padding: 0;
    text-align: center;
}
.contents h2 {
  font-size: 1.2rem;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: solid 2px black;
}
.contents h3 {
  text-align: left;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 20px 0 10px;
}
.contents p {
  text-align: left;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 25px;
}


/*おすすめトゥリングとアンクレット
================================================== */
.item{
    max-width: 100%;
    width: 700px;
    margin: 100px auto 0;
    padding: 0;
    text-align: center;
}
.item h1 {
  font-size: 2rem;
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
  margin-top: 30px;
}
.item h2 {
  width: 200px;
  position: relative;
  font-size: 1rem;
  margin: 0 auto;
  padding: 0.6em;
  background: #e0edff;
}
.item h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}
.item h3 {
  text-align: left;
  font-size: 1.1rem;
  padding: 0.5em;
  color: #010101;
  background: #eaf3ff;
}
.item p {
  text-align: left;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 25px;
}
.item ul {
  max-width: 100%;
  width: 700px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item li {
  width: 32%;
  height: 250px;
  margin: 0 0 30px;
  list-style: none;
}

.item ul::after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
.text{
  text-align: left;
  font-size: 0.8rem;
  margin-top: 10px;
}
.price{
  text-align: left;
  font-size: 0.8rem;
}


/*トゥリング用 テーブルデザイン
================================================== */
.table-scroll {
  overflow-x: auto;
}
.table_design12 {
  max-width: 100%;
  width: 700px;
  border-collapse: collapse;
  table-layout: fixed;
  font-weight: bold;
  text-align: center;
}
.table_design12 thead th {
  padding: 1em .8em;
  border-right: 2px solid #fff;
}
.table_design12 thead th:not(:first-child) {
  background: #2589d0;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 15px 15px 0 0;
  padding: 0.5em;
}
.table_design12 thead th:nth-child(3) {
  background-color: #f88400;
  position: relative;
}
.table_design12 tbody {
  border: 2px solid #d2e8f1;
}
.table_design12 tbody tr {
  background-color: #e6f1f6;
}
.table_design12 tbody tr:nth-child(odd) {
  background-color: #fff;
}
.table_design12 td {
  border-left: 2px solid #d2e8f1;
}
.table_design12 td {
  color: #2589d0;
  padding: 1em;
}
.table_design12 td:nth-child(3) {
  color: #f88400;
  border-right: 2px solid #f88400;
  border-left: 2px solid #f88400;
}
.table_design12 tr:last-child td:nth-child(3) {
  border-bottom: 2px solid #f88400;
}


/*アンクレット用 テーブルデザイン
================================================== */
.rfoot {
    max-width: 700px;
    margin: 0 auto;
    border: 2px solid #2589d0;
    border-radius: 3px;
}
.rfoot span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em 0;
    background-color: #2589d0;
    color: #fff;
    font-weight: 600;
}
.rfoot p {
    margin: 0;
    padding: 1em 1.5em;
    color: #333;
}
.lfoot {
    max-width: 700px;
    margin: 0 auto;
    border: 2px solid #f88400;
    border-radius: 3px;
}

.lfoot span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em 0;
    background-color: #f88400;
    color: #fff;
    font-weight: 600;
}

.lfoot p {
    margin: 0;
    padding: 1em 1.5em;
    color: #333;
}


/*ボタン
================================================== */
.btn{
    margin: 100px auto 150px;
}
.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  color: #FFF;
  background: #2589d0;
  border-bottom: solid 2px #2077b4;
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}
.btn-square-pop:active {
  border-bottom: solid 2px #2589d0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}




/* ここからスマホ用 */

/*ヘッダー
================================================== */
@media only screen and (max-width: 768px){
.container {
    position: relative;
    width: 95%;
    margin: 0 auto;
    padding: 0 14px;
}
.row {
    display: flex;
    flex-direction: row;
    width: 90%;
}
.logo {
    width: 150px;
    margin: 0;
} 
.col {
    max-width: 100%;
    width: 100%;
    margin:0;
} 
.header {
    width: 95%;
	flex-direction: column;
    margin-bottom: 10px;
}
.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 20px;
}
nav ul {
	flex-direction: column;
}
nav li {
	flex: 1 0 auto;
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: 20px;
}
nav li a {
    width: 100%;
    text-decoration: none;
    text-align: center;
}
nav a {
    padding: 0.5rrem;
}
nav a:hover {
    background-color: var(--back-color);   
}
#open {
    display: block;
    background:url("../images/button.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 20px;
}
#close  {
    display: block;
    background:url("../images/button2.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 20px;
}

#navi {
    display: none;
}


/*ヒーローエリア
================================================== */
.hero{
    margin: 20px auto 0;
}
.hero h1{
    font-size: 1.5rem;
    margin: 50px auto 30px;
}
.hero p{
    padding: 0 10px;
}


/*コンテンツ
================================================== */
.contents{
    max-width: 100%;
    width: 700px;
    margin: 100px auto 0;
    padding: 0;
    text-align: center;
}
.contents h2 {
  width: 80%;
  font-size: 1.5rem;
  margin: 0 auto;
  padding-bottom: 5px;
}
.contents h3 {
  padding: 0 20px;
}
.contents p {
  line-height: 28px;
  padding: 0 20px;
}
.contents img {
  width: 95%;
  margin: 0 auto;
}


/*トゥリング用 テーブルデザイン
================================================== */
.table_design12 {
  width: 95%;
  margin: 0 auto;
}


/*おすすめトゥリングとアンクレット
================================================== */
.item{
    width: 95%;
}
.item h1 {
  font-size: 1.7rem;
}


/*アンクレット用 テーブルデザイン
================================================== */
.rfoot {
    width: 95%;
}
.rfoot p {
    margin: 0;
    padding: 1em 1.5em;
    color: #333;
}
.lfoot {
    width: 95%;
}

.lfoot p {
    margin: 0;
    padding: 1em 1.5em;
    color: #333;
}


/*ボタン
================================================== */
.btn{
    margin: 0 auto 50px;
}
}


/* PCのみ
================================================== */

@media(max-width:788px){
.pc{
        display: none !important;
    }
}
    
/* SPのみ
================================================== */

@media(min-width:789px){
.sp{
        display: none !important;
    }
}