@charset "utf-8";

/*基本----------------------------------------------------*/
body {
  background-color: #ffffff;
  color: #555555;
  font-size: 15px;
  line-height: 2;
  font-family: font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

a {
  color: #555555;
  text-decoration: none;
  cursor: pointer;
}

/*ヘッダー----------------------------------------------------*/
.wrap-header {
  width: auto;
  border-top: 7px solid #eb75a0;
}

.container-header {
  width: 960px;
  margin: 0 auto;
}

.header-left {
  width: 50%;
  height: 100px;
  float: left;
  text-align: left;
}

.header-right {
  width: 50%;
  float: right;
  text-align: right;
}

/*内容*/
.header-left h1 {
  font-size: 13px;
  line-height: 13px;
  margin-top: 10px;
}

.dokodemo-logo {
  max-width: 100%;
  width: 300px;
  height: auto;
}

.banner-member {
  max-width: 100%;
  width: 440px;
  height: auto;
  margin-top: 20px;
}

/*グローバルナビ----------------------------------------------------*/
.wrap-gnav {
  width: auto;
  background-image: url(../images/gnav_back.png);
  margin-bottom: 40px;
}

.container-gnav {
  width: 960px;
  height: 120px;
  margin: 0 auto;
}

/*内容*/
.gnav {}

.gnav ul {
  display: table;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}

.gnav ul li {
  display: table-cell;
  border-left: 1px solid #ffffff;
}

.gnav ul li:last-child {
  border-right: 1px solid #ffffff;
}

.gnav ul li a {
  display: block;
  width: 240px;
  height: 80px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  font-family: 'Kosugi Maru',"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  line-height: 1;
  padding-top: 3px;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.gnav ul li a:hover {
  transform: scale(1.1);
}

.icon-gnav {
  display: block;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 5px;
  color: #f7c1d3;
}

/*ヒーローイメージ----------------------------------------------------*/
.wrap-hero-img {
  width: auto;
  background-image: url(../images/hero_stripe.png);
  animation: bg-scroll 10s linear infinite; /* sの部分背景画像の約数だとスムーズ */
}

@keyframes bg-scroll {
	0% { background-position: 0 0; }
  100% { background-position: -120px 0; } /* 背景画像の幅分を動かす */
}

.container-hero-img {
  width: 960px;
  height: 300px;
  position: relative;
  background-image: url(../images/hero_town.png);
  background-repeat: no-repeat;
  background-position: center bottom -5px;
  background-size: 900px auto;
  margin: 0 auto;
}

/*内容*/
.hero-frog {
  max-width: 100%;
  width: 230px;
  height: auto;
  position: absolute;
  top: 15px;
  left: 0;
  animation: fuwafuwa 3s ease infinite;
}

@keyframes fuwafuwa {
  0% { transform:translateY(5px) }
  50% { transform:translateY(-5px) }
  100% { transform:translateY(5px) }
}

.hero-logo {
  max-width: 100%;
  width: 500px;
  height: auto;
  position: absolute;
  top: 40px;
  left: 220px;
  animation: boyoyon 10s ease infinite;
}

@keyframes boyoyon {
  0% { transform:scale(1); }
  50% { transform:scale(1.05) }
  100% { transform:scale(1) }
}

.hero-flag {
  max-width: 100%;
  width: 178px;
  height: auto;
  position: absolute;
  top: 0;
  right: 5px;
  animation: wave 5s ease infinite;
  transform-origin: bottom left;
}

@keyframes wave {
  0% { transform:rotate(3deg); }
  50% { transform:rotate(-3deg) }
  100% { transform:rotate(3deg) }
}

/*メインコンテンツ----------------------------------------------------*/
.wrap-main {
  width: auto;
}

.container-main {
  width: 960px;
  margin: 0 auto 40px;
}

.col-main {
  width: 650px;
  margin: 0;
  padding: 0;
  float: left;
}

.col-sub {
  width: 260px;
  margin: 0;
  padding: 0;
  float: right;
}

/*内容*/
/*見出し*/
.col-main h2 {
  height: 100px;
  font-size: 35px;
  line-height: 100px;
  font-weight: bold;
  font-family: 'Kosugi Maru',"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  color: #e7779c;
  border-top: 2px dashed #e7779c;
  border-bottom: 2px dashed #e7779c;
  background-image: url(../images/icon_frog.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 75px auto;
  padding-left: 80px;
  margin-bottom: 40px;
}

#home .col-main h2 {
  height: 65px;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  font-family: 'Kosugi Maru',"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  color: #e7779c;
  border-top: 0;
  border-bottom: 2px solid #e7779c;
  background-image: url(../images/icon_frog.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 70px auto;
  padding: 20px 0 0 75px;
  margin-bottom: 30px;
}

.col-main h2 p {
  width: 150px;
  float: right;
  font-size: 15px;
  text-align: right;
  padding: 12px 5px 0 0;
}

.col-main h2 a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f101';
  font-weight: 900;
  margin-right: 5px;
  color: #77cde0;
}

.col-main h2 a:hover {
  color: #329eb6;
}

.col-main h3 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
    padding-left: 12px;
    border-left: 8px solid #e7779c;
    margin-bottom: 20px;
}

.col-main section {
   margin-bottom: 40px;
  }

/*ボタン*/
.button {
  display: block;
  position: relative;
  overflow: hidden;
  width: 400px;
  padding: 13px;
  background: linear-gradient(180deg, #7bd1e4, #25b3d2);
  border: 1px solid #77cde0;
  border-radius: 10px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  clear: both;
  margin: 100px auto 0;
}

.button:after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition-duration: 0.3s;
  opacity: 0;
  background: linear-gradient(180deg, #a0e0ee, #77cde0);
}

.button:hover:after {
  opacity: 1;
}

.button span {
  position: relative;
  z-index: 1;
}

.button span:before{
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  margin-right: 5px;
  color: #caecf4;
}

/*TOPへボタン*/
.button-page-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
}

.button-page-top a {
  display: block;
  width: 70px;
  height: 55px;
  text-align: left;
  padding: 20px 0 0 20px;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #555555;
  letter-spacing: 0.15em;
  background-image: url(../images/icon_frog.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 70px 55px;

}
.button-page-top a:hover {

}

/*カード（トップページ）*/
.card-intro {
  display: block;
  width: 100%;
  padding: 20px;
  background-color: #fff7b1;
  border-radius: 20px;
}

.card-intro h3 {
  font-size: 27px;
  line-height: 1.5;
  font-weight: bold;
  font-family: 'Kosugi Maru',"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  color: #e7779c;
  margin-bottom: 10px;
  border: 0;
  padding: 0;
}

.card-intro p {
  width: 47%;
  float: left;
  margin-bottom: 10px;
}

.card-intro .card {
  display: block;
  float: right;
  max-width: 100%;
  width: 280px;
  height: auto;
  margin-right: 10px;
  transform:rotate(-10deg);
}

/*ニュース*/
.news {
  width: 100%;
  margin-bottom: 40px;
  text-align: left;
}

.news dl>a {
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  padding: 13px 10px;
  border-bottom: 1px dotted #dddddd;
}

.news dl>a:first-child {
  border-top: 1px dotted #dddddd;
}

.news dt {
  display: block;
  float: left;
  overflow: hidden;
  width: 170px;
  color: #555555;
  text-decoration: none;
}

.news dt:before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  margin-right: 5px;
  color: #77cde0;
}

.news dt .new {
  display: block;
  width: 45px;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  background-color: #e7779c;
  padding: 3px;
  border-radius: 2px;
  margin: 0 auto;
}

.news dd {
  display: block;
  float: left;
  overflow: hidden;
  width: 460px;
  font-size: 20px;
  line-height: 1.5;
  color: #e7779c;
  text-decoration: none;
}

.news dl a:hover {
  text-decoration: none;
  background-color: #f0fafc;
  transition: 0.3s ease-in-out;
}

/*バナー*/
.banner {
  text-align: right;
}

.banner img {
  display: block;
  box-sizing: content-box;
  max-width: 100%;
  width: 250px;
  height: auto;
  border: 1px solid #dddddd;
  padding: 5px;
  margin-bottom: 20px;
}

.banner .box {
  box-sizing: content-box;
  width: 250px;
  text-align: center;
  border: 1px solid #dddddd;
  padding: 15px 5px;
}

.box h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.box p {
  font-size: 14px;
  line-height: 1.5;
}

.tel-fax {
  font-family: 'Roboto', sans-serif;
  font-size: 20px!important;
  line-height: 1.2!important;
  letter-spacing: 0.15em;
}

/*どこでもカードとは*/
.about-card {
  width: 100%;
}

.about-card .col-left {
  width: 70%;
  float: left;
}

.about-card .card {
  display: block;
  max-width: 100%;
  width: 280px;
  height: auto;
  margin: 20px auto;
}

.about-card .button {
  display: block;
  width: 330px;
  margin: 30px auto 0;
}

.about-card .flag {
  width: 25%;
  float: right;
  text-align: center;
}

.about-card .flag p {
  font-size: 16px;
  font-weight: bold;
  color: red;
  margin-bottom: 5px;
}

.about-card .flag img {
  display: block;
  max-width: 100%;
  width: 140px;
  height: auto;
  margin: 0 auto;
}

.merit,
.flow,
.q-and-a {
  width: 100%;
}

.merit dl,
.flow dl,
.q-and-a dl {
    padding-left: 18px;
}

.merit dt,
.flow dt,
.q-and-a dt {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #e7779c;
  margin: 15px 0 5px;
}

.merit dt:before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  margin-right: 5px;
  color: #e7779c;
}

.flow dt span {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 33px;
  line-height: 1.2;
  font-weight: bold;
  transform: translateY(4px);
}

.flow dd p {
  float: left;
  width: 65%;
}

.flow dd img {
  display: block;
  float: right;
  max-width: 100%;
  width: 210px;
  height: auto;
}

.q-and-a dt span {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  width: 45px;
  font-size: 33px;
  line-height: 1.2;
  font-weight: bold;
  transform: translateY(5px);
}

.q-and-a dd{
  display: block;
  margin: 15px 0 0 20px;
}

.q-and-a dd span {
  display: block;
  font-family: 'Lato', sans-serif;
  float: left;
  width: 45px;
  height: 40px;
  font-size: 33px;
  line-height: 1.2;
  font-weight: bold;
  color: #77cde0;
  transform: translateY(-4px);
}

/*加盟店募集*/
.recruit .col-left {
  width: 70%;
  float: left;
}

.recruit .col-left img {
  display: block;
  max-width: 100%;
  width: 420px;
  height: auto;
  margin: 0 0 20px;
}

.recruit>img {
  display: block;
  float: right;
  max-width: 100%;
  width: 150px;
  height: auto;
  margin-right: 20px;
}

.outline dt,
.members-merit dt {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #e7779c;
  margin: 15px 0 5px;
}

.outline dt:before,
.members-merit dt:before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  margin-right: 5px;
  color: #e7779c;
}

.outline dd span {
  font-weight: bold;
  color: red;
  text-decoration: underline;
}

.contact h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}

.contact h4 span {
  font-size: 15px;
  font-weight: normal;
  margin-left: 15px;
}

.contact .tel-fax {
  letter-spacing: 0.1em;
}

/*加盟店一覧*/
.member img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

/*お問い合わせ*/

.form {
  background-color: #eeeeee;
  padding: 30px 50px
}

.form dt {
  width: 165px;
  padding: 10px 0;
  float: left;
  clear: both
}

.form dd {
  padding: 10px 0;
}

.form .name {
  width: 350px;
  height: 30px;
  font-size: 14px;
  color: #555555;
}

.form .add {
  width: 350px;
  height: 30px;
  font-size: 14px;
  color: #555555;
}

.form .tel {
  width: 350px;
  height: 30px;
  font-size: 14px;
  color: #555555;
}

.form .email {
  width: 350px;
  height: 30px;
  font-size: 14px;
  color: #555555;
}

.form .type {
  width: 250px;
  height: 30px;
  font-size: 14px;
  color: #555555;
}

.form .message {
  width: 350px;
  height: 150px;
}

.form .button {
  display: block;
  width: 140px;
  margin: 0 0 0 165px;
}

.form .button span:before {
  display: none;
}

.form .required:after {
  content: "*";
  color: red;
}

.form .attention {
  font-size: 13px;
  margin: 20px 0 0 165px
}



/*フッター----------------------------------------------------*/
.wrap-footer {
  width: auto;
  background-color: #fbdbe5;
  background:repeating-linear-gradient(-45deg, #fbdbe5 0, #fbdbe5 25%, #fbf0f3 25%, #fbf0f3 50%,
     #fbdbe5 50%, #fbdbe5 75%, #fbf0f3 75%, #fbf0f3 100%);
  background-size: 6px 6px;
}

.container-footer {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
}

.footer-left {
  width: 50%;
  float: left;
}

.footer-right {
  width: 50%;
  float: right;
  padding-left: 160px;
}

/*内容*/
.fnav1,
.fnav2 {
  width: 200px;
  float: left;
}

.fnav1 li a:before,
.fnav2 li a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f101';
  font-weight: 900;
  margin-right: 5px;
  color: #77cde0;
}

.fnav1 li a:hover,
.fnav2 li a:hover {
  color: #329eb6;
}

.footer-right h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.footer-right p {
  font-size: 14px;
  line-height: 1.5;
}

/*クレジット----------------------------------------------------*/
.wrap-credit {
  width: auto;
  background-color: #e7779c
}

.container-credit {
  width: 960px;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
}
