@charset "utf-8";

body {
  font-family: 'YuGothic', 'Yu Gothic medium', 'Hiragino Sans';
  background-color: #ffffff;
  background-image: url("../images/bg_01.jpg");
  background-repeat: repeat-x;
  margin: 0 auto;
  color: #777;
}
body:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .8s ease;
  transition: opacity 1s ease;
}
body.fade:after {
  opacity: 1;
}
h1 {
  font-family: 'Yu Mincho', serif;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
h2 {
  font-family: 'YuGothic', 'Yu Gothic medium', 'Hiragino Sans';
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: center;
}
.h2 {
  padding: 0px 15px;
  text-align: center;
  margin: 20px 0;
}
h3 {
  font-family: 'YuGothic', 'Yu Gothic medium', 'Hiragino Sans';
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
h3 a {
  text-decoration: none;
  color: #777;
}
p {
  font-size: 14px;
  margin: 6px 0px;
  letter-spacing: 0.1rem;
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header {
  width: 800px;
  margin: 0 auto;
  padding: 10px 0;
  color: #333333;
  text-align: center;
}
section {
  margin: 0 auto;
  overflow: hidden;
}
nav.header1 {
  margin-top: 0 auto;
  text-align: center;
}

nav.header1 ul {
  margin: 0 auto;
  overflow: hidden;
  width: 600px;
}
nav.header1 ul li {
  float: left;
  width: 120px;
  list-style: none;
}
nav.header1 ul li a {
  display: block;
  font-size: 15px;
  color: #777;
  text-decoration: none;
}
nav.header1 ul li:hover {
  color: #6C48E0;
  opacity: 0.5;
}
nav.header1 ul .current li{
  background: #fffffff;
  border-bottom: 2px solid #A8A8A8;
}
nav.header1 ul .current li a{
  background: none;
  border-bottom: -2;
}
/* -開始-ナビゲーション追尾 */
#header1.fixed {
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 1;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  animation: slideDown 1s ease;
}
/*ナビゲーションスクロールアニメーション */
@keyframes slideDown {
  0% { transform: translateY(-100px);}
  100% { transform: translateY(0px);}
}
/*－終了-ナビゲーション追尾*/
/*パンくず*/
.path {
  width: 250px;
  margin: 0 auto;
  text-align: center;
}
.path ul {
  list-style-type: none;
	margin: 0;
	padding: 10px 0 5px 0px;
}
.path ul li {
  display: inline;
	margin: 0 0 0 5px;
  font-size: 14px;
}
.path ul li a {
  padding-right: 10px;
}
/* メインビジュアル-ここから- */
  /*.main_image */

/* メインビジュアル-ここまで- */

/**************
 背景色　-ここから-
**************/
.backgroundBox1 {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #F3F3F3;
}
.box1_flex,
.box2_flex {
  padding: 5px 15px 15px 15px;
}
.backgroundBox2 {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #ffffff;
}
.box1 {
  display: block;
  padding: 5px;
  background: #F3F3F3;
  text-align: center;
}
.box2 {
  padding: 5px;
  margin-bottom: 25px;
  text-align: center;
}
/**************
 背景色 -ここまで-
**************/

.linkButton {
  width: 175px;
  border: 1px solid  #E1E1E1;
  border-radius: 5px;
  color: #777;
  background: #FDE6AF;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
a.linkButton:hover {
  background: #FFF5DC;
}
a {
  color: #777;
}
/* footer */
a.gototop {
  background: #919191;
  border-radius: 10px;
  bottom: 2%;
  color: #ffffff;
  display: none;
  font-size: 2rem;
  height: 3rem;
  line-height: 3.8rem;
  position: fixed;
  right: 5%;
  text-align: center;
  text-decoration: none;
  width: 3rem;
}
footer {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  z-index: -500;
}
.footerleft {
  margin-top: 15px;
}
.footerright {
  float: right;
  width: 200px;
  font-size: 12px;
}
.footerright ul {
  list-style-type: none;
}
.footerArea {
  width: 800px;
  margin: 0 auto;
}
/* プライバシーポリシーページ */

section p {
    margin-bottom: 15px;
    color: #666;
}
ul {
    list-style-type: disc;
    margin-bottom: 15px;
}
.h2_policy h2 {
  margin: 23px;
}