@charset "utf-8";

/*
色
================================================ */
:root {
    --black: #333;
    --white: #fff;
    --red: #f00;
    --back-green: #7fffd4;
    --head-red: #ff8080;
    --deco-yellow: #ffff80;
    --btn-blue: #66CCFF;
    --frame-blue: #99ffFF;;
  }
  
/*
基本
================================================ */
html {
  font-size: 100%;
   /* スムーズスクロール */
   scroll-behavior: smooth;
   height: 100%;
}
body {
  font-family: "游ゴシック体","Yu Gothic","YuGothic, sans-serif";
  font-family: 'Sawarabi Mincho', serif;
  line-height: 1.7;
  color: var(--black);

  /* フッターを最下部にする為 */
  display: flex; /* フレックスボックスに有効に */
  flex-flow: column; /* 要素を縦に並べる */
  min-height: 100vh; /* 最小でも画面の高さ分のbodyの高さを担保する */
}
a {
  text-decoration: none;
  color: var(--black);
}
img {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
main {
    flex: 1; /* 画面の高さから他の同レイヤーの要素の高さを引いた値に フッター最下部の為　*/
}

/*
共通
================================================ */
h1 {
    color: var(--white);
    font-size: 1.5rem;
}
h2 {
    font-size: 1.3rem;
    color: var(--blue);
    font-weight: bold;
    text-align: left;
    padding-top: 2rem;
}
p {
    font-size: 1.0rem;
    color: var(--black);
}
  /* i {
    color: var(--blue);
    margin-right: 10px;
  } */
.wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0px 10px 10px 10px;
    justify-content: space-between;
}
.deco {
    background:linear-gradient(transparent 70%, var(--deco-yellow) 50%);
}
.str-bold {
    font-weight: bold;
    font-size: 1.2rem;
  }
.back-green {
    background: var(--back-green);
}
ol li {
    list-style:decimal-leading-zero;
    margin-left: 1.5rem;
}

.text-white {
    color: var(--white);
}
.text-center {
    text-align: center;
}


.googlemap iframe {
    width: 100%;
}

/*
  .str-red {
    color: var(--red);
  }
  .str-center {
    text-align: center;
  }
  .str-blue {
    color: var(--blue);
  }
  .strong-str {
    font-size: 1.5rem;
    color: var(--blue);
    font-weight:bold;
  } */
/* a {
    font-size: 1.0rem;
    color:var(--black);
}
a:hover {
    color:var(--white);
    background:var(--blue);
} */
.btn a {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0.5rem 2.5rem;
    width: 200px;
    color: var(--black);
    font-size: 1.5rem;
    font-weight: 700;
    background-color:var(--btn-blue);
    border-radius: 50vh;
}
.btn a:hover {
    text-decoration: none;
    background-color:#99ccff;
}
.text-right {
    text-align: right;
}

  
/*
ヘッダー
================================================ */
header {
    background: var(--black);
    padding: 1.0rem 0 0.2rem 0;
    position: fixed;
    width: 100%;
    z-index: 1;
}
header .wrapper {
    display: flex;
    justify-content: space-between;
}
header a {
    color: var(--white);
    font-size: 1.5rem;
}
.btn-menu {
    position: absolute;
    top: 12px;
    right: 16px;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 5px;
    color: var(--white);
    padding: .5rem 1rem;
}
.main-nav {
    background: var(--black);
    width: 0;
    position: absolute;
    z-index: 2;
    top: 50px;
    right: 0;
    overflow: hidden;
    transition: .5s;
}
.main-nav li {
    text-align: center;
    margin: 2rem 0;
}
.main-nav a {
    display: block;
    white-space: nowrap;
}
.main-nav.open-menu {
    width: 100%;
}

.kokodesu {
    font-size: 3rem;
}

.logo-icon {
    color: var(--red);
}
/*
フッター
================================================ */
#footer01 {
    position: relative;
    background: var(--black);
}
   
#footer01 .nav a {
    display: block;
    padding: 0 10px;
    color: #ccc;
}

.copyright {
    color: var(--white);
    text-align: center;
    font-size: 1.0rem;
}

/*
タイトル
================================================ */
#title .container {
    padding: 3rem 0 3rem 0;
}
.title-strong{
    color:var(--red);
    font-size: 2.5rem;
}
#title p {
    font-size: 2.0rem;
    color: var(--black);
    font-weight: bold;
    text-align: center;
}
.title-top {
    padding-top: 4rem;
}
.title-item {
    width: 100%;
}
#title .container {
    display: flex;
    flex-wrap: wrap;
}
/*
説明
================================================ */
#info {
    padding: 1rem;
}
#info .container {
    padding: 1rem;
    background: var(--white);
}
#info h2 {
    color: var(--head-red);
    font-size: 1.5rem;
    padding: 0;
}
#info p {
    font-size: 1.0rem;
}

/*
アクセス
================================================ */
#access h1 {
    font-size: 2rem;
    font-weight: bold;
    color: #444;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
}
#access .box{
    border: 2px solid #66CCFF;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    word-wrap: break-word;
}
    
#access h2 {
    font-size: 1.5rem;
    font-weight:100;
    text-align: center;
    color: var(--black);
}
#access th {
    padding: 10px;
    font-weight: bold;
    font-size: 1rem;
    text-align: right;
    background: #eeffff;
}
#access td {
    padding: 10px;
    font-size: 1rem;
    text-align: left;
}
#access table {
    text-align: center;
    width: 100%;
    /* margin-left: auto;
    margin-right: auto; */
}
#access input {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 4px;
    margin-bottom: 20px;
    width: 100%;
    
}
#access textarea {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 4px;
    width: 100%;
    margin-bottom: 20px;
}
#access li {
    list-style: circle;
    margin-left: 2rem;
}
#access label {
    text-align: left;
}
#access .box {
    border: 2px solid #66CCFF;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    word-wrap: break-word;
}
#access .tbl-fixed {
	table-layout: fixed;
	width: 8rem;
}
  
#access .text-center {
	text-align: center;
}
/*
注文
================================================ */
#order h1 {
    font-size: 2rem;
    font-weight: bold;
    color: #444;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
  }
  #order .box{
    border: 2px solid #66CCFF;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    word-wrap: break-word;
  }
  #order .box-left{
    text-align: left;
  }
  
  #order input {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 4px;
    margin-bottom: 20px;
    width: 100%;
  }
  #order textarea {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 4px;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;

  }
  #order label {
    text-align: left;
  }
  #order li {
    list-style: circle;
    margin-left: 2rem;
  }


/*
ｐｃ
================================================ */
@media (min-width: 800px) {
    /*
    共通
    ================================================ */
    h2 {
        font-size: 5rem;
    }
    p {
      font-size: 1.3rem;
    }
    .br-sp {
        display: none;
    }
    
    /*
    当ページ共通
    ================================================ */
    .wrapper {
      width: 800px;
      margin: 0 auto;
    }
    /* a {
      font-size: 1.2rem;
    } */

    /*
    ヘッダー
    ================================================ */
    .btn-menu {
        display: none;
    }
    .main-nav {
        width: 100%;
        position: static;
        display: flex;
    }
    .main-nav li {
        margin: 0 0 0 1.5rem;
    }
    
    /*
    フッター
    ================================================ */
    #footer01 .nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 0;
    }
    #footer01 .nav a:hover {
        color: #ca353b;
    }
   
    /*
    トップページ
    ================================================ */
    #title .container {
        padding: 5rem 0 3rem 0;
    }
    .title-item {
        width: 50%;
    }
    .title-top {
        font-size: 2.5rem;
    }
    .title-strong{
        font-size: 3rem;
    }
}