@charset "utf-8";

/* body全体の初期スタイル調整 */
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  background-color: #fff;
}

/* 各要素の初期スタイル調整 */
h1, h2 {
  margin:0;
  line-height: 1.2;
}

h2 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 200%;
  color: #0a742a;
}

h2 span {
  display: block;
  font-size: 70%;
  color: #000;
  font-weight: normal;
}

h3 {
  font-size: 130%;
  color: #19074b;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: wavy underline;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

/* ヘッダー部のスタイル */
.header {
  padding: 15px 0;
  text-indent: 10px;
  position: relative;
}

.header2 {
  padding: 15px 0;
  text-align: center;
  position: relative;
}

.humberger {
  display: none;
}

.logo img {
  width: 252px;
}

.global-navi {
  background-color: #925e3b;
}

.global-navi ul {
  width: 1000px;
  margin: 0 auto;
  display: flex;
}

.global-navi ul li {
  flex: 0 1 250px;

}

.global-navi ul li a {
  display: block;
  padding: 12px 0;
  text-align: center;
  color: #FFF;
  font-size: 115%;
  text-decoration: none;
}

#top #nav_top a,
#item #nav_item a,
#attempt #nav_attempt a,
#profile #nav_profile a,
#shop #nav_shop a,
#info #nav_info a,
#contact #nav_contact a,
.global-navi ul li a:hover {
  background-color: #e9dc6c;
  color: #000000;
}

.global-navi ul li a:hover {
  background-color: #e9dc6c;
}

.article {
  display: none;
  height: 95px;
}

/* スライドショーのスタイル */
.slideshow1,
.slideshow2 {
	width: 100%;
	background-color: #FFFFFF;
	margin: auto;
}
.slideshow1 img,
.slideshow2 img {
  width: 100%;
}

#slideshow2 {
  display: none;
}

#mypic1,
#mypic2 {
  animation :imgfade 5s infinite;
  opacity: 0;
}

#photo-mobile {
  display: none;
}

@keyframes imgfade {
	0% {
		opacity: 0;
	}
	
	25% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}

	75% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* セクション全体のスタイル */
main {
  margin: 0;
}

sub {
  margin: 0;
}

sub .sub-bg {
  margin: 40px 0 0 0;
  padding-bottom: 20px;
  background-color: #bed8f3;
}

section {
  margin: 0 auto;
}

.container {
  width: 75%;
  margin: 0 auto;
  text-align: left;
}

.container h3 {
  font-size: 110%;
  color: #471104;
}

.container p {
  margin: 0 0 0.5em;
}

.container2 {
  width: 75%;
  margin: 20px auto;
  text-align: right;
}

.container2 p {
  margin: 0 0 0.5em;
}

.container ul {
  padding: 10px 0 10px 30px;
  list-style-image: url(../images/list-style-image1.png);
}

.container3 {
  width: 75%;
  margin: 20px auto;
  text-align: center;
}

.container3 h3 {
  display: inline-block;
  font-size: 110%;
  color: #ffffff;
  margin: 20px auto;
  padding: 10px 10px;
  border: 1px solid #000000;
  border-radius: 10px;
  background-color: #471104;
}

.container3 p {
  text-align: left;
  margin: 0 0 0.5em;
}

.container3 ul {
  padding: 10px 0 10px 30px;
  list-style-image: url(../images/list-style-image2.png);
}

.container3 li {
  text-align: left;
  margin: 0;
}

/* ビデオ動画 */
.video01 video {
  width: 100%;
  margin-top: 10px;
}
/* フレームスタイル(今回は不使用) */
/*body::-webkit-scrollbar {
  width: 7px;
}
body::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1bb4d3), to(#1bd8d3));
  background: linear-gradient(to bottom, #1bb4d3 50%, #1bd8d3);
  border-radius: 5px;
}
body::-webkit-scrollbar-track {
  background: #dcdcdc;
} */

/* 更新(news)のスタイル */
.news {
  padding: 30px 0 50px;
  background-image: url(../images/bg01.jpg);
}

.news-block {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.news-block dl {
  background: #FFF;
  padding: 20px;
  border-radius: 10px;
}

.news-block .mamewaza_blog a:hover {
  color: #ff0040;
  text-decoration: none;
}

.news-block .mamewaza_assembled a:hover {
  color: #ff0040;
  text-decoration: wavy underline;
}

/* コンセプトのスタイル */
.concept {
  padding: 40px 0;
}

.concept ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.concept ul li {
  flex: 0 1 35%;
  text-align: center;
}

.concept ul li h3 {
  font-size: 180%;
  margin: 20px 0 0 0;  
}

.concept2 {
  padding-top:20px;
}

.concept2 ul {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.concept2 ul li {
  flex: 0 1 48%;
}

.concept2 ul li h3 {
  margin: 0 0 20px 0;
  text-align: center;
  border-bottom: 2px solid #000000;
  font-size: 180%;
}

.concept2 ul li p {
  padding: 0 10px;
}

.concept2 p.link-menu,
.sub-bg p.link-menu {
  text-align: right;  
  margin: 0;
}

.concept2 p.link-menu a,
.sub-bg p.link-menu a {
  font-size: 18px;
  color: #8b0e49;
}

.concept2 .concept-mobile {
  display: none;
}

.concept3 {
  padding: 20px 0;
  background-color: #4d4a4a;
}

.concept3 ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.concept3 ul li {
  text-align: center;
  flex: 0 1 30%;
}

.concept3 ul li p,
.concept3 ul li p a {
  font-size: 16px;
  color: #ffffff;
}

.concept3 ul li .sns-link {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
}

.concept3 ul li h3 {
  text-align: center;
  text-decoration: double;
  font-size: 120%;
  color: #d0fc0e;
}

.attempt_image {
  text-align: center;
}

.attempt_image img {
  width: 55%;
}

.prof_flex {
  display: flex;
  justify-content: space-evenly;
  padding: 20px 0;
}

.prof_flex .prof_image img {
  width: 120px;
}

/*店舗ページスタイル*/
.concept4 {
  padding: 10px 0 40px 0;
}

.concept4 ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.concept4 ul li {
  flex: 0 1 40%;
  text-align: center;
}

.concept4 ul li h3 {
  font-size: 150%;
  margin: 10px 0;
}

.hr1 {
  height: 3px;
  width: 90%;
  background: linear-gradient(to right, green,yellow, blue);
  border: none;
}

.hr2 {
  height: 3px;
  width: 90%;
  background: linear-gradient(to right, blue,yellow, red);
  border: none;
}

.shop-p {
  text-align: center;
  font-size: 18px;
  color: #0d330d;
}

/* TOPページサービスのスタイル */
.service {
  width: 90%;
  max-width: 1200px;
  padding-top: 40px;
}

.service ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.service ul li {
  flex: 0 1 32%;
  text-align: center;
}

.service ul li p {
  padding: 6px 0;
  background-color: #0a3b15;
  text-align: center;
  color: #FFF;
}

/*サービスのスタイルここまで*/

/*取り組みページスタイルここから*/

.attempt_all {
  width: 75%;
  margin: 0 auto 30px;
}

.attempt_all h2 {
  font-size: 160%;
  color: #0000ff;
  text-align: left;
  border-bottom: 2px dashed #000;
}

.attempt_all h3{
  text-align: center;
  margin: 20px 0;
}

.attempt_hr {
  height: 3px;
  width: 90%;
  background: linear-gradient(to right, gray,rgb(196, 3, 3), black);
  border: none;
}

/*取り組みページここまで*/

/*企業情報ページここから*/

.container4 {
  width: 50%;
  margin: 0 auto;
  text-align: left;
}

.container4 p {
  margin: 0 0 0.5em;
}

.concept5 {
  padding: 10px 0;
}

.concept5 ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.concept5 ul li {
  flex: 0 1 35%;
  text-align: center;
  padding: 10px 0;
}

.concept5 ul li h3 {
  margin: 0 0 10px;
  font-size: 150%;
  border-bottom: 2px dotted #19074b;
}

.concept5 ul li p {
  font-size: 110%;
  text-align: left;
  padding: 0 10px;
}

.concept5 img {
  width: 70%;
}

.profile_hr {
  height: 3px;
  width: 90%;
  background: linear-gradient(to right, gray,rgb(196, 3, 3), black);
  border: none;
}

.container5 {
  width: 50%;
  margin: 20px auto;
  text-align: right;
}

.container5 p {
  margin: 0 0 0.5em;
}

/*フッターのスタイル*/

.footer-navi2 ul {
  padding: 0 0 15px;
  text-align: center;
  background-color: #4d4a4a;
}

.footer-navi2 ul li {
  display: inline-block;
  padding: 0 20px;
  border-left: 1px solid #ffffff;
}

.footer-navi2 ul li:first-of-type {
  border-left: none;
}

.footer-navi2 ul li a {
  font-size: 16px;
  color: #ffffff;
}

.footer-navi2 ul li a:hover {
  color: #deec58;
  text-decoration: wavy underline;
}

.footer {
  padding: 20px 0;
  background-color: #000000;
  text-align: center;
}

.footer p {
  color: #ffffff;
}

/*フッターのスタイルここまで*/

/* 各ページの共通スタイル */
article h1 {
  padding: 15px 0;
  margin: 0 0 30px;
  background-color: #000;
  text-align: center;
  font-size: 160%;
  color: #fff;
}

article h1::before {
  content: url(../images/logo3m.png);
  margin: 0 10px 0 0;
  vertical-align: middle;
}

/*article h1::after {
  content: "※";
  margin: 0 0 0 5px;
}*/

/*パンくずリスト*/
#breadcrumb {
  width: 80%;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0;
}
#breadcrumb ul {
	list-style-type: none;
	padding: 0;
}
#breadcrumb ul li {
	display: inline;
	font-size: 16px;
	padding-left: 5px;
}
#breadcrumb ul li a {
	padding-right: 15px;
	background-image: url(../images/breadcrumb_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.sub_page {
  margin: 0 40px;
  padding: 20px 0 30px 0;
  text-align: center;
}

.sub_page h2 img {
  width: 100%;
}

.heading01 {
  position: relative;
  display: inline-block;
  margin: 0 0 30px;
  font-size: 180%;
}

.heading01::before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 300px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #184c99;
  border-radius: 6px;
}

.pagetop {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  transition: .3s;
  color: #f1f7f8;
  background: #095730;
  
/*   デフォルトは非表示 */
  opacity: 0;
}

.pagetop:hover {
    box-shadow: 0 0 10px #000000;
}

.prof-table {
  width: 70%;
  margin: 10px auto 30px;
  text-align: left;
  border: 2px solid #041530;
}

.prof-table tr{
  border-bottom: 2px solid #041530;
}

.prof-table th {
  width: 30%;
  padding: 30px 0;
  background-color: #c72950;
  text-align: center;
  color: #FFF;
  position: relative;
}

.prof-table td {
  padding: 0 20px 0 20px;
  background-color: #D5E6FF;
}

.prof-p p {
  margin: 0 0 0.5em;
}

/* お問い合わせフォームのスタイル */
.form_p {
  display: inline-block;
  margin: 0 0 20px;
  border-bottom: 2px solid #0066FF;
  font-size: 105%;
}

.form-table {
  width: 60%;
  margin: 0 auto 30px;
}

.form-table th {
  width: 22%;
  padding: 20px 0;
  font-weight: normal;
  text-align: left;
}

.form-table td {
  padding: 20px 0 20px 20px;
  text-align: left;
}

.form-table td label {
  margin-right: 20px;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #a9ccfe;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #0066FF;
}

textarea {
  height: 6em;
}

.button {
  background-color: #0c421c;
  padding: 10px 20px;
  border: none;
  border-radius: 10%;
  color: #FFF;
  font-size: 90%;
}

.button:hover {
  background-color: #268efd;
}

.button2 {
  background-color: #ff0000;
  padding: 10px 20px;
  border: none;
  border-radius: 10%;
  color: #FFF;
  font-size: 90%;
}

.button2:hover {
  background-color: #d345f0;
}

.button3 {
  background-color: #333232;
  padding: 10px 20px;
  border: none;
  border-radius: 50%;
  color: #FFF;
  font-size: 90%;
}

.button3:hover {
  background-color: #696769;
}

.form_footer {
  margin-top: 40px;
}

.form_footer h3 {
  display: inline-block;
  font-size: 120%;
  color: #ff0000;
  border-bottom: 2px double #ff0000;
}

#form_body {
  display: block;
  text-align: center;
}

#form_body h2 {
  font-weight: normal;
  font-size: 120%;
  color: #ff0000;
}

#form_thanks {
  display: block;
  text-align: center;
}

#form_thanks h2 {
  font-weight: normal;
  font-size: 120%;
}

#form_conf {
  display: block;
  text-align: center;
}

#form_conf h2 {
  font-weight: normal;
  font-size: 120%;
  color: #0000ff;
}

/*お問い合わせフォームページここまで*/

/* レスポンシブWebデザイン（960px以下） */
@media screen and (max-width: 960px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 999;
  }

  .global-navi {
    position: fixed;
    top: 95px;
    left: 0;
    width: 100%;
    z-index: 998;
  }

  .humberger {
    display: block;
    background: url(../images/burger.svg) no-repeat;
    width: 40px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 15px;
  }

  .humberger-off {
    background: url(../images/close.svg) no-repeat;
    width: 35px;
    height: 35px;
  }

  #slideshow1 {
    display: none;
  }

  #slideshow2 {
    display: block;
  }

  #photo-pc {
    display: none;
  }

  #photo-mobile {
    display: block;
  }

  .header h1{
    text-align: left;
  }

  .header2 h1{
    text-align: left;
  }

  .logo img {
    width: 200px;
  }

  /*.global-navi {
    padding: 3px 0;
  }*/

  .global-navi ul {
    width: 100%;
    display: none;
  }

  .article {
    display: block;
  }

  .concept,
  .concept2,
  .concept3,
  .concept4 {
    width: 100%;
  }

  .concept ul,
  .concept2 ul,
  .concept3 ul,
  .concept4 ul,
  .concept5 ul {
    display: block;
  }

  .concept2 .concept-mobile {
    display: block;
  }

  .concept2 .concept-pc {
    display: none;
  }

  .attempt_image img {
    width: 90%;
  }
  

  .service ul {
    display: block;
  }

  .service ul li {
    margin: 0 0 30px;
    text-align: center;
  }

  .footer-navi ul li {
    display: inline-block;
    padding: 0 20px;
    border-left: none;
  }

  .footer-navi2 {
    display: none;
  }

  #breadcrumb {
    margin-left: 0;
  }

  .sub_page {
    width: 95%;
    margin: 0 auto 20px;
  }

  .prof-table {
    width: 100%;
  }

  .prof-table td {
    padding: 0 0 0 10px;
  }

  .prof-p {
    text-align: left;
  }

  .container,
  .container2,
  .container3,
  .container4,
  .container5 {
    width: 93%;
  }

  .rules-table th {
    width: 30%;
  }

  .rules-table {
    width: 100%;
  }

  .rules-table td {
    padding: 0 0 0 10px;
  }

  /*取り組み・店舗情報ページここから*/

  .attempt_all {
    width: 93%;
  }
  
  .attempt_all h3{
    text-align: left;
    margin: 10px 0 20px 0;
  }

  /*取り組み・店舗情報ページここまで*/

  /*お問い合わせフォームページここから*/

  .form-table {
    width: 100%;
  }

  #form-tbl {
    margin: 0 auto; text-align: center;
  }
	#form {
    width: 96%; margin: 10px auto;
  }
  #form th, #form td {
    text-align: left;
		width: 100%;
    font-weight: normal;
    display: block;
    padding: 6px 3px;
    border-top: none;
  }
  #form th::before {
    content: "※";
    vertical-align: baseline;
  }
  p.btn input {
    width: 10em;
  }
  p.msg {
    margin: 1em auto;
  }

  /*お問い合わせフォームページここまで*/

  /* スクロールCSS */
  .fade-in {
    opacity: 0;
    transition-duration: 500ms;
    transition-property: opacity, transform;
  }

  .fade-in-up {
    transform: translate(0, 50px);
  }

  .fade-in-down {
    transform: translate(0, -50px);
  }

  .fade-in-left {
    transform: translate(-50px, 0);
  }

  .fade-in-right {
    transform: translate(50px, 0);
  }

  .scroll-in {
    opacity: 1;
    transform: translate(0, 0);
  }
    
}