@charset "utf-8";

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

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

h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 250%;
  color: #19074b;
}

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

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

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

a:hover {
  text-decoration: underline;
}

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

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

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

/* ヘッダー部のスタイル */
.header {
  padding: 10px 0 10px;
  width: 100%;
  /*max-width: 1366px;*/
  position: relative;
  background-color: #ffffff;
}

.header .header1 {
  display: flex;
  justify-content: space-around;
}

.header .header2 {
  display: none;
}

.logo img {
  height: 50px;
}

.logo2 img {
  height: 50px;
}

.global-navi {
  background-color: #0d208ae7;
}

.global-navi ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.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,
#sppoint #nav_sppoint a,
#items #nav_items a,
#prof #nav_prof a,
#info #nav_info a,
#contact #nav_contact a {
  background-color: #ffff00;
  color: #000000;
}

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

article .pcimg {
  width: 100%;
}

/*レスポンシブ画像スタイル*/
.mobileimg {
  display: none;
}

/* 全体のスタイル */
main {
  width: 90%;
  max-width: 1366px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.mottoo {
  width: 80%;
  margin: 10px auto;
	padding: 0;
  font-size: 150%;
}

section {
  margin: 0 auto;
}

/* 各ページの共通スタイル */
.article {
  display: none;
  height: 95px;
}

/* お知らせ(手動)のスタイル */
.news {
  padding: 60px 0 80px;
}

.news-block {
  width: 80%;
  max-width: 1366px;
  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;
}

.news-container {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px dotted #CCC;
}

.news-container dd {
  flex: 0 1 84%;
}

/*お知らせページ*/
#info {
  background-color: #ffffff;
}

/* コンセプト、こだわりのスタイル */
.specialpoint {
  margin: 10px auto;
  padding: 20px 0;
  width: 80%;  
  background-color: #87ceeb;
  border-radius: 10px;
}

.concept#sp-point2 ul img,
.concept#item-img ul img {
  margin-top: 5px;
  border-radius: 15px;
}

.concept ul {
  display: flex;
  justify-content: space-around;
  align-items: start;
  padding: 10px 0;
}

.concept#pb_item ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
}

.concept#pb_item ul img {
  border-radius: 15px;
}

.concept ul li {
  flex: 0 1 45%;
}

.concept ul li h2 {
  margin: 0;
  padding: 5px 0;
  text-align: center;
  border-bottom: 2px solid #000000;
  font-size: 180%;
}

.concept ul li #point_block ul {
  margin: 10px;
  display: block;
  text-align: center;
  background-color: #ffffe0;
  border: 2px solid #000000;
  border-radius: 15px;
}

.concept ul li #point_block ul li h3 {
  font-size: 150%;
}

.concept ul li #point_block ul li h3 a {
  text-decoration: none;
}

.concept ul li #point_block ul li h3 a:hover {
  color: #ff0040;
  text-decoration: none;
}

.footer-navi

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

.concept p.link-menu {
  text-align: right;  
  margin: 0;
}

.concept p.link-menu a {
  font-size: 120%;
  color: #8b0e49;
  text-decoration: none;
}

.concept p.link-menu a:hover {
  font-size: 120%;
  color: #8b0e49;
  text-decoration: wavy underline;
}

.concept ul li #point_box {
  display: block;
  text-align: left;
}

.concept ul li #point_box h3 {
  font-size: 130%;
  color: #000000;
}

/* プロフィールＴＯＰのスタイル */
.profile-base {
  margin: 10px auto;
  padding-top: 20px;
  width: 80%;  
  background-color: #ffffff;
  border-radius: 10px;
}

.info-container {
  display: flex;
  justify-content: space-around;
  align-items: start;
  margin: 0 10px;
}

.info-text {
  flex: 0 1 75%;
}

.info-text p {
  margin: 10px;
  text-align: left;
  font-size: 150%;
}

.info-container .pre-img {
  text-align: center;
  /*flex: 0 1 45%;*/
}

.info-container .pre-img strong {
  font-size: 150%;
}

/*会社概要表組み*/

.prof-gaiyo {
  margin: 10px auto;
  padding-top: 20px;
  width: 80%;
  border-radius: 10px;
}

.info-table {
  width: 100%;
  margin: 0 auto 30px;
  text-align: left;
}

.info-table tr{
  border: 2px solid #525050;
}

.info-table th {
  width: 25%;
  padding: 10px 0;
  background-color: #eb886a;
  text-align: center;
  color: #FFF;
  position: relative;
}

.info-table td {
  padding: 10px 0 10px 10px;
  background-color: #ffffff;
}

/*プロフィール会社画像*/
.profimg {
  width: 90%;
  display: flex;
  justify-content: space-around;
  align-items: start;
  margin: 5px auto;
}

.profimg img {
  min-width: 0;
  margin: 0 10px;
}

/*会社沿革表組み*/

.prof-enkaku {
  margin: 10px auto;
  padding-top: 20px;
  width: 80%;
  border-radius: 10px;
}

.info-table2 {
  width: 100%;
  margin: 0 auto 30px;
  text-align: left;
}

.info-table2 tr{
  border: 2px solid #525050;
}

.info-table2 th {
  width: 25%;
  padding: 10px 0;
  background-color: #411a04;
  text-align: center;
  color: #ffffff;
  position: relative;
}

.info-table2 td {
  padding: 10px 0 10px 10px;
  background-color: #ffffff;
}

/*フッター部会社アクセス共通スタイル*/
.com-info {
  padding: 20px 0;
  background-color: #3185cb;
  border-top: 1px solid #041530;
}

.address {
  max-width:1366px;
}

.address ul {
  display: flex;
  justify-content: space-around;
  align-items: start;
}

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

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

.address ul li p a:hover {
  color: #8b0e49;
  text-decoration: none;
}

/*フッター部問い合わせ項目*/
.askform {
  width: 80%;
  text-align: center;
  margin: 20px auto;
}

.askform p {
  font-size: 120%;
  margin: 10px 10px;
}

.askform .askblock {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 120%;
}

.askform .askblock table tr {
  border: 2px solid #000;
}

.askblock a:hover {
  color: #ff0040;
  text-decoration: none;
}

/* フッターナビのスタイル */
.footer-navi {
  background-color: #3185cb;
}
.footer-navi ul {
  padding: 0 0 15px;
  text-align: center;
}

.footer-navi ul li {
  display: inline-block;
  padding: 0 40px;
  border-left: 1px solid #000;
}

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

.footer-navi ul li a {
  font-size: 120%;
  text-decoration: none;
}

.footer-navi ul li a:hover {
  color: #ff0040;
  text-decoration: none;
}

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

.footer p {
  color: #FFF;
}

/*TOP移動ボタン*/
.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: #086335;
  
/*   デフォルトは非表示 */
  opacity: 0;
}
.pagetop:hover {
    box-shadow: 0 0 10px #000000;
}

/*パンくずリスト*/
#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:20px;
	background-image: url(../images/breadcrumb_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}

/* ポリシーページ */
.container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: left;
}

.container p {
  flex: 0 1 45%;
  margin: 0 0 0.5em;
}

/* Ｑ＆Ａページのスタイル */
.faq_p {
  display: inline-block;
  margin: 0 0 50px;
  border-bottom: 2px solid #0066FF;
  font-size: 105%;
}

.faq-list {
  width: 70%;
  margin: 0 auto;
  text-align: left;
}

.faq-list dt {
  padding: 0 20px 5px 2em;
  margin: 0 0 10px;
  border-bottom: 1px dotted #000;
  position: relative;
  line-height: 1.2;
}

.faq-list dt::before {
  content: "Ｑ：";
  color: #0066FF;
  font-weight: bold;
  position: absolute;
  top:0;
  left: 0;
}

.faq-list dt::after {
  border-right: 3px solid #5a79df; /* 縦横ボーダー*/
	border-top: 3px solid #5a79df;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 15px;
	top: 38%;
	transform: rotate(135deg); /*130度回転させ下向きに*/
	transition: transform .3s ease-in-out, top .3s ease-in-out;
	width: 8px;
}

.faq-list dt.open::after {
	top: 45%; /*位置を少し変える*/
	transform: rotate(-45deg); /* 上向きに変える*/
}

.faq-list dd {
  padding: 0 0 0 2em;
  margin: 0 0 50px;
  position: relative;
  display: none;
}

.faq-list dd::before {
  content: "Ａ：";
  color: #eb4d64;
  font-weight: bold;
  position: absolute;
  top:0;
  left: 0;
}

.sub_page {
  width: 80%;
  max-width: 1366px;
  background-color: #ffffff;
  padding: 20px 0;
  margin: 0 auto;
  border-radius: 15px;
}

.sub_page h1 {
  text-align: center;
}

.sub_page h3 {
  padding: 15px 0;
  margin: 0 0 20px;
  background-color: #d2f87b;
  text-align: center;
  font-size: 120%;
}

.sub_page2 {
  text-align: center;
}

.info-item ul {
  padding: 20px 0 40px 30px;
  list-style-image: url(../images/list-style-image1.png);
}

  

/* お問い合わせフォームのスタイル */

#contact {
  background-color: #ffffff;
}

.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: #202da5;
  padding: 10px 20px;
  border: none;
  border-radius: 50%;
  color: #FFF;
  font-size: 90%;
}

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

.button2 {
  background-color: #881111;
  padding: 10px 20px;
  border: none;
  border-radius: 50%;
  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;
  padding: 0;
  margin: 0 0 20px;
  background-color: #ffffff;
}

#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) {

  body {
    background-color: #ffffff;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 999;
  }

  .header h1{
    text-align: center;
  }

  .header .header1 {
    display: block;
  }

  .header .header2 {
    display: block;
  }

  .logo img {
    height: 25px;
  }
  
  .logo2 img {
    height: 30px;
  }

/*新ハンバーガーメニュー */
  .header2 ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .header2 ul li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #3b5d82;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
  }
  .header2 ul li a:hover {
    color: #3b5d82;
  }
  
  .header2 ul li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  /*------------------------------------
  ヘッダー pcハンバーガーメニュー(今後使う場合) ↓
  ------------------------------------*/
  /*header {
    font-weight: 700;
  }
  header .pc_nav {
    margin: auto;
    width: 80%;
    padding-top: 40px;
  }
  header .pc_nav div .crumbs ul li {
    margin-right: 40px;
  }
  header .pc_nav div .crumbs ul li:last-of-type {
    margin-right: 0;
  } */
  /*------------------------------------
  ヘッダー spハンバーガーメニュー ↓
  ------------------------------------*/
  .header2 .sp_nav {
    text-align: center;
  }
  .sidemenu {
    height: 100vh;
    padding-top: 100px;
    position: fixed;
    right: -55%; /*メニュー幅*/
    transition: all 0.6s;
    top: 0;
    width: 55%; /*メニュー幅*/
    z-index: 2;
    background-color: #fff;
  }
  .sidemenu nav ul li {
    padding: 20px;
  }
  .hamburger {
    cursor: pointer;
    height: 60px;
    position: absolute;
    right: 10px;
    top: 30px;
    width: 60px;
    z-index: 3;
  }
  .hamburger span {
    background-color: #000;
    height: 4px;
    left: 15px;
    position: absolute;
    transition: all 0.6s;
    width: 30px;
  }
  .hamburger_linetop {
    top: 20px;
  }
  .hamburger_linecenter {
    top: 29px;
  }
  .hamburger_linebottom {
    top: 38px;
  }
  /*------------------------------------
  メニュークリックした後 ↓
  ------------------------------------*/
  .nav_open .sidemenu {
    right: 0;
  }
  .nav_open .hamburger_linetop {
    top: 26px;
    transform: rotate(45deg);
  }
  .nav_open .hamburger_linecenter {
    left: 50%;
    width: 0;
  }
  .nav_open .hamburger_linebottom {
    top: 26px;
    transform: rotate(-45deg);
  }
  .nav_open .overlay {
    opacity: 0.8;
    visibility: visible;
  }
  /*------------------------------------
  メニュークリック後メニュー外の背景 ↓
  ------------------------------------*/
  .overlay {
    background-color: #000;
    cursor: pointer;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    visibility: hidden;
    width: 100vw;
    z-index: 1;
  }
  /*------------------------------------
  @media screen 1000px~999px ↓(参考に)
  ------------------------------------*/
  /*@media screen and (max-width: 1000px) {
    .sp_no {
      display: none;
    }
    .sidemenu {
      right: -50%;
      width: 50%;
    }
  }
  @media screen and (min-width: 999px) {
    .pc_no {
      display: none;
    }
  } */


  /* 新ハンバーガーメニューここまで */

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

  .article {
    display: block;
  }

  /*.slideshow {
    margin-top: 50px;
  }*/

  
  /*レスポンシブ画像スタイル*/
  .mobileimg {
    display: block;
    width: 100%;
  }

  .pcimg {
    display: none;
  }

  /* スクロール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);
  }

  /*会社アクセス共通スタイル*/

  .com-info {
    border-top: 0;
    padding: 0;
  }

  .address {
    background-color: #3185cb;
  }

  .address ul {
    display: block;
  }

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

  main {
    width: 100%;
    margin-top: 20px;
  }

  main h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 130%;
    color: #19074b;
  }

  .sub_page {
    width: 95%;
  }

  .sub_page h1 {
    font-size: 150%;
    border-bottom: #000000 dotted;
    margin-bottom: 5px;
  }

  .form_p {
    border-bottom: 0;
  }

  .mottoo {
    width: 90%;
    margin: 10px auto;
    padding: 0;
    font-size: 110%;
  }

  .concept ul li #point_box h3 {
  font-size: 120%;
  }

  .global-navi {
    padding: 0;
  }

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

  /*TOPページ問い合わせ項目*/
  .askform {
    width: 100%;    
    background-color: #00bfff;
    margin: 0 auto;
    padding: 20px 0;
  }
  
  .askform p {
    font-size: 100%;
    margin: 5px 5px;
  }

  .askform .askblock {
    display: block;
  }

  .askblock table {
    margin: 5px auto;
  }

  
  .news {
    padding: 20px 0 20px;
  }

  .news-block {
    width: 100%;
  }

  .news-container {
    display: block;
  }

  .specialpoint,
  .profile-base {
    margin: 0 auto;
    padding: 20px 0 0 0;
    width: 100%;
    background-color: #fff;
    border-radius: 0;
  }

  /*.specialpoint .concept {
    padding-top: 20px;
  }*/

  .concept img {
    width: 100%;
  }

  .concept ul {
    display: block;
  }

  .concept#pb_item ul {
    display: block;
  }

  /*会社概要*/
  .info-container {
    display: block;
  }

  .info-text p {
    margin: 5px;
    text-align: left;
    font-size: 100%;
  }

  .prof-gaiyo {
    margin: 0 auto;
    padding-top: 20px;
    border-radius: 0;
    width: 100%;
  }

  .profimg {
    width: 100%;
    display: block;
  }

  .profimg img {
    margin: 5px 0;
    width: 100%;
  }

  .prof-enkaku {
    width: 100%;
  }

  .info-table {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }


  .service ul {
    display: block;
  }

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

  .footer-navi {
    display: none;
  }

  #breadcrumb {
    width: 80%;
    margin-left: 0;
  }
  
  .container {
    display: block;
    margin: 0 5px;
  }

  .price-table {
    width: 100%;
  }

  .price-table th {
    padding: 15px 0;
    text-align: center;
  }

  

  .price-info {
    text-align: left;
    margin: 0 5px;
  }

  .info {
    text-align: left;
  }

  .pay-container {
    display: block;
    margin: 0 5px;
  }

  .pay-item p {
    text-align: left;
  }

  .faq-list {
    width: 100%;
  }

  .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;
  }
}