@charset "utf-8";



/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;padding: 0px;
	color: #FFFFFF;	/*全体の文字色*/
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	-webkit-text-size-adjust: none;
	background: #fff;	/*背景色*/
	height:100%; margin:0;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}



/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;	/*リンクテキストの色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;
	text-decoration: none;		/*同上*/
}
a:hover {
	color: #666;				/*マウスオン時の文字色*/
	text-decoration: none;		/*マウスオン時にリンクの下線を消す設定*/
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*headerブロック共通*/
header {
	background: #FFFFFF;	/*背景色（古いブラウザ用）*/
	position: relative;
	height: 140px;		/*ブロックの高さ*/
	text-align: center;	/*内容をセンタリング*/
}
#tagline {
	position: absolute;
	right: 150px;
	top: 40px;
	color: #C2654E;
	font-weight: bold;
	font-size: 23px;
	font-family: 'Euclid Circular A', sans-serif;
}	

/* PC・SPのオンオフ */
.pc{
    display: block;
}
.sp{
    display: none !important;
}
@media (max-width: 1000px){
    .pc{
        display: none !important;
    }
    .sp{
        display: block !important;
    }
}
.header_wrapper{
    max-width: 1320px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_wrapper h1{
    width: auto;
    display: flex;
    align-items: center;
}
.header_wrapper h1 a{
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 34px;
}
.header_wrapper h1 img{
	display: none !important;
}
.header_wrapper h1 span{
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    margin-left: 10px;
}
.header_right{
    display: flex;
}
@media (max-width: 1000px){
    header{
        position: fixed;
        top: 0;
        z-index: 100;
        padding: 0;
        background-color: #fff;
		width: 100%;
		height: 67px !important;	
    }
	#tagline {
	display: none !important;
}
	.header_wrapper h1 img{
	display: flex !important;
	width: 280px !important;
	margin-left: 25px;
	margin-top: 2px;
}
	#logo img {
	display: none !important;
}
}


/*トップページのheader*/

/*ロゴ画像*/
#logo img {
	width: 300px;	/*画像幅*/
	padding-top: 20px;	/*ロゴの上にあけるスペース*/
}
/*トップページのロゴ画像*/
#top #logo img {
	padding-top: 0;
	position: absolute;
	width: 300px;	/*画像幅*/
	left: 5%;		/*headerの左から5%の場所に配置*/
	top: 40px;		/*headerの上から25pxの場所に配置*/
}
.movie_blk {
    width: 100%;
    height: 700px;
    position: relative;
}
.movie_blk video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.movie_blk p {
    font-size: 30px;
    border-radius: 8px;
	color: #FFFFFF;
    position: absolute;
    top: 50%;
	right: 3%;
    z-index: 1;
/*    transform: translate(-50%,-50%);*/
}
.movie_blk2 {
    width: 100%;
    height: 350px;
    position: relative;
}
.movie_blk2 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.movie_blk2 p {
    font-size: 30px;
	color: #FFFFFF;
    position: absolute;
    top: 50%;
	width: 100%;
	text-align: center;
    z-index: 1;
}
.movie_blk3 {
    width: 100%;
    height: 650px;
    position: relative;
}
.movie_blk3 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.movie_blk3 p {
    font-size: 30px;
	color: #FFFFFF;
    position: absolute;
    top: 50%;
	width: 100%;
	text-align: center;
    z-index: 1;
}

/* ナビゲーション */
.gnav{
    width: 100%;
    background-color: #284e8c;
}
.gnav_wrapper{
    max-width: 1200px;
    margin: auto;
    display: flex;
}
.gnav_wrapper li{
    border-left: #FFFFFF 1px solid;
    text-align: center;
    width: calc(100%/7);
    transition: all  0.3s ease;
}
.gnav_wrapper li:last-child{
    border-right: #FFFFFF 1px solid;
}
.gnav_wrapper li:hover{
    background-color: #c2654e;
}
.gnav_wrapper li a{
    display: block;
    padding: 1.3em 0;
    color: #fff;
    text-decoration: none;
}
.video{
	display: block;
	margin: 0 auto !important;
	text-align: center !important;
	margin-top: 50px!important;
	margin-bottom: 50px!important;
	width: 80%
}
@media (max-width: 1000px){
    .gnav_wrapper{
        position: fixed;
        display: table;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #284e8c;
        visibility: hidden;
        opacity: 0;
        padding-top: 20%;
    }
    .gnav_wrapper li{
        max-width: 300px;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        border-bottom: #FFFFFF 1px solid;
        border-left: none;
		font-size: 15px;
    }
    .gnav_wrapper li:last-child{
        border-right: none;
    }
    .menu-btn{
        color: #fff;
        cursor: pointer;
        z-index: 100;
        background-color: #284e8c;
        max-width: 56px;
        width: 56px;
    }
    .menu-btn i{
        display: block;
        font-size: 24px;
        text-align: center;
        padding-top: 10px;
    }
    .menu-btn span{
        display: block;
        padding: 0 0 10px 0;
        font-size: 10px;
        text-align: center;
    }
    .open{
        transition: all .5s;
        visibility: visible;
        opacity: 1;
        z-index: 10;
    }
    .menu-btn span::after{
        content: attr(data-txt-menu);
    }
    .open span::after{
        content: attr(data-txt-close);
    }

/*
	#footermenu {
	display: none;
}
*/
	#fmane1{
	display: none;
	}
	#fmane2{
	display: block !important;
	width: 210px;
	margin-bottom: 25px;
	}
	#footermenu ul {
	float: none !important;
	width: 50% !important;
	margin-bottom: 10px !important;
}
	#footermenu li {
	margin-bottom: 10px !important;
}
	.box_1 {
	width: 90% !important;
	}
	.news2 {
	margin-left: 15px !important;
	display: block;
	font-size: 16px !important;
	color: #1f1f1f;
}
	.news2 dt{
	color: #284E8C;
	font-size: 16px !important;
	margin-top: 10px;
	font-weight: bold !important;
}
	.news2 dd{
	color: #1f1f1f;
	font-size: 14px !important;
	margin-top: 10px;
}
	.news2 dl{
	border-bottom: 1px solid #B1B1B1;
	padding-bottom: 50px !important;
}
	.news3 {
	margin-left: 15px !important;
	display: block;
	font-size: 16px !important;
	color: #1f1f1f;
}
	.news3 dt{
	color: #284E8C;
	font-size: 16px !important;
	margin-top: 10px;
	font-weight: bold !important;
}
	.news3 dd{
	color: #1f1f1f;
	font-size: 14px !important;
	margin-top: 10px;
}
	.news3 dl{
	border-bottom: 1px solid #B1B1B1;
	padding-bottom: 50px !important;
}
	.movie_blk p {
    font-size: 19px !important;
	padding-left: 10px;
}
	.movie_blk2 p {
    font-size: 22px !important;
}
	.title_p {
	font-size: 16px !important;
}
	.title_p2 {
	font-size: 12px !important;
}
}


/* ===== コンテナ設定 ===== */
.circle-container {
  display: flex;
  justify-content: center;
  align-items: flex-start; /* 中央ではなく上揃え */
  gap: 60px;
  padding: 100px 20px;
  flex-wrap: nowrap;
}

/* ===== 円の基本デザイン ===== */
.circle {
  font-weight: 500;
  text-align: center;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  transition: transform 0.3s ease;
  position: relative; /* ずらし指定用 */
}

/* ===== 配置のずらし効果 ===== */
.circle1 {
  top: -30px; /* 上にずらす */
}

.circle2 {
  top: 40px; /* 下にずらす */
}

.circle3 {
  top: -30px; /* 上にずらす */
}

/* ===== ホバー効果（任意） ===== */
.circle:hover {
  transform: translateY(-10px);
}

/* ===== スマホ対応（768px以下） ===== */
@media screen and (max-width: 768px) {
  .circle-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 40px 10px;
  }

  .circle {
    width: 280px;
    height: 280px;
    font-size: 0.9em;
    top: 0; /* ずらしをリセット */
  }
}

  .table1 {
  width: 85%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
　color: #1f1f1f;
}
   .table1 th {
  width: 22%;
  background: #FFFFFF;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: left;
  color: #1f1f1f;
}
   .table1 td {
  background: #fff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
  color: #1f1f1f;
}
@media all and (max-width: 1000px) {
   .table1 th,.table1  td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
   .table1 tr:last-child td:last-child {
    border-bottom: 1px solid #e6e6e6;
  }
}
/*コンテンツ
---------------------------------------------------------------------------*/
.main2 {
	background-color:#E4ECF7;
}
.main3 {
	background-color:#284e8c;
	background-image:url(../images/company_bg.png);background-repeat:no-repeat; background-position:right top;
}
.main4 {
	background-color:#FFFFFF;
}
.main5 {
	background-color:#45555a;
}
.main6 {
	background-color:#671d23;
}
.news {
	color:#284E8C;
	font-size: 25px;
	border-bottom: 1px solid #284E8C;
	width: 85%;
	margin: 0 auto;
}
.news2 {
	margin-left: 100px;
	display: block;
	font-size: 18px;
	color: #1f1f1f;
}
.news2 dt{
	color: #284E8C;
	font-size: 18px;
	margin-top: 10px;
	font-weight: bold !important;
}
.news2 dd{
	color: #1f1f1f;
	font-size: 15px !important;
	margin-top: 10px;
}
.news2 dl{
	border-bottom: 1px solid #B1B1B1;
	padding-bottom: 50px !important;
}
.news3 {
	margin-left: 100px;
	display: block;
	font-size: 18px;
	color: #1f1f1f;
}
.news3 dt{
	color: #284E8C;
	font-size: 18px;
	margin-top: 10px;
	font-weight: bold !important;
}
.news3 dd{
	color: #1f1f1f;
	font-size: 15px !important;
	margin-top: 10px;
}
.news3 dl{
	border-bottom: 1px solid #B1B1B1;
	padding-bottom: 20px !important;
	width: 90% !important;
}
.news4 {
	font-weight: bold;
	font-size: 19px !important;
}
.title {
	color:#284E8C;
	font-size: 25px;
	border-bottom: 1px solid #284E8C;
	width: 85%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 2em;
}
.title_p {
	color:#1f1f1f;
	font-size: 17px;
	line-height: 35px;
	width: 100%;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
}
.title_p2 {
	color:#1f1f1f;
	font-size: 17px;
	line-height: 35px;
	width: 90%;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
}
.title2 {
	color:#FFFFFF;
	font-size: 25px;
	width: 85%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 2em;
}
.title3 {
	color:#671d23;
	font-size: 30px;
	border-bottom: 2px solid #671d23;
	width: 40%;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 2em;
	float: left;
	font-weight: normal;
	display: block !important;
	margin-left: 65px;
}
.title4 {
	color:#45555a;
	font-size: 28px;
	font-weight: bold !important;
	border-bottom: 2px solid #45555a;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 25px;
	float: left;
	font-weight: normal;
	display: block !important;
	margin-left: 15px;
}
.title5 {
	color:#FFFFFF;
	font-size: 24px;
	font-weight: bold !important;
	border-bottom: 2px solid #FFFFFF;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 25px;
	float: left;
	font-weight: normal;
	display: block !important;
	margin-left: 15px;
}
.title6 {
	color:#671d23;
	font-size: 30px;
	border-bottom: 2px solid #671d23;
	width: 60%;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 2.5em;
	float: left;
	font-weight: normal;
	display: block !important;
	margin-left: 100px;
}
.title7 {
	color:#FFFFFF;
	font-size: 30px;
	border-bottom: 2px solid #FFFFFF;
	width: 60%;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 2.5em;
	float: left;
	font-weight: normal;
	display: block !important;
	margin-left: 100px;
}
.title8 {
	color:#671d23;
	font-size: 28px;
	font-weight: bold !important;
	border-bottom: 2px solid #671d23;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 25px;
	float: left;
	font-weight: normal;
	display: block !important;
	margin-left: 15px;
}
.title9 {
	color:#671d23;
	font-size: 26px;
	font-weight: bold !important;
	border-bottom: 2px solid #671d23;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 25px;
	float: left;
	font-weight: normal;
	display: block !important;
	margin-left: 15px;
}
.title10 {
	color:#284E8C;
	font-size: 25px;
	border-bottom: 1px solid #284E8C;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 2em;
}
.title11 {
	padding: 1rem 2rem;
	border-top: 1px solid #284E8C;
	border-bottom: 1px solid #284E8C;
	font-size: 20px;
	width: 45%;
	display: block;
	color: #284E8C;
	padding-bottom: 1px !important;
	margin-left: 10px !important;
	margin-bottom: 1px !important;
	padding-left: 10px !important;
}
.homecare {
	float: right;
	font-size: 16px;
	font-weight: normal;
	color: #45555a;
	width: 80px;
	height: 25px;
	border: 2px solid #45555a;
	border-radius: 30px; /* 全ての角を15px丸める */
	margin-top: 10px;
	padding-top: 1px !important;
	margin-bottom: 10px;
	text-align: center;
}
.homecare2 {
	float: right;
	font-size: 16px;
	font-weight: normal;
	color: #671d23;
	width: 80px;
	height: 25px;
	border: 2px solid #671d23;
	border-radius: 30px; /* 全ての角を15px丸める */
	margin-top: 10px;
	padding-top: 1px !important;
	margin-bottom: 10px;
	text-align: center;
}
.clinic {
	float: right;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	width: 80px;
	height: 25px;
	border: 2px solid #45555a;
	border-radius: 30px; /* 全ての角を15px丸める */
	margin-top: 10px;
	padding-top: 1px !important;
	margin-bottom: 10px;
	text-align: center;
	background-color: #45555a;
}
.clinic2 {
	float: right;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	width: 80px;
	height: 25px;
	border: 2px solid #671d23;
	border-radius: 30px; /* 全ての角を15px丸める */
	margin-top: 10px;
	padding-top: 1px !important;
	margin-bottom: 10px;
	text-align: center;
	background-color: #671d23;
}
.note {
	border: solid 2px #45555a;
	display: block;
	float: left;
	width: 100px;
	height: 30px;
	padding: 2px;
	text-align: center;
	color: #45555a;
	font-size: 17px;
	padding-bottom: 5px;
	margin-top: 0px !important;
	margin-left: 15px;
}
.note2 {
	border: solid 2px #671d23;
	display: block;
	float: left;
	width: 100px;
	height: 30px;
	padding: 2px;
	text-align: center;
	color: #671d23;
	font-size: 17px;
	padding-bottom: 5px;
	margin-top: 0px !important;
	margin-left: 15px;
}
.note3 {
	border: solid 2px #FFFFFF;
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	padding: 2px;
	text-align: center;
	color: #671d23;
	font-size: 16px;
	padding-bottom: 5px;
	margin-top: 10px !important;
	margin-left: 15px;
	background-color: #FFFFFF;
}
.note4 {
	border: solid 2px #45555a;
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	padding: 2px;
	text-align: center;
	color: #45555a;
	font-size: 20px;
	padding-bottom: 15px;
	margin-top: 0px !important;
	margin-left: 15px;
}
.contents {
	clear: both;
	max-width: 1300px;	/*最大幅。,#pagetop,#footermenu,#menubar ulと揃える。*/
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0;	/*上下、左右へのボックス内余白*/
}
.serum-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border: 4px solid #671d23; /* 枠線 */
  padding: 60px 60px 60px 120px; /* 左に余白を広めに取る */
  margin: 100px auto;
  max-width: 1000px;
  background-color: #fff;
  overflow: visible; /* 画像をはみ出させるため必須 */
	margin-top: 0px;
}

.serum-image {
  position: absolute;
  left: -40px; /* 画像をボックスの外へ飛び出させる距離 */
  top: 50%;
  transform: translateY(-50%); /* 縦中央揃え */
  width: 500px;
}

.serum-image img {
  width: 80%;
  height: auto;
  display: block;
  filter: drop-shadow(0 5px 10px rgba(0,0,0,0.2)); /* 浮かせる影 */
}

.serum-text {
  flex: 1;
  padding-left: 40px;
}

.serum-text p {
  font-size: 1rem;
  color: #414044;
  line-height: 1.8;
  width: 550px;
	margin-left: 250px;
}

.serum-text p strong {
  color: #671d23;
}
.serum-box.reverse {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 4px solid #45555a;
  padding: 60px 120px 60px 60px; /* 今度は右に余白を広く取る */
  margin: 100px auto;
  max-width: 1000px;
  background-color: #fff;
  overflow: visible;
}

/* テキスト（左側） */
.serum-text2 {
  flex: 1;
  padding-right: 20px;
}


.serum-text2 p {
  font-size: 1rem;
  color: #414044;
  line-height: 1.8;
  width: 550px;
}

.serum-text2 p strong {
  color: #45555a;
}

/* 画像（右側にはみ出す） */
.serum-image2 {
  position: absolute;
  right: -40px; /* 今度は右へはみ出させる */
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
}

.serum-image2 img {
  width: 80%;
  height: auto;
  display: block;
  filter: drop-shadow(0 5px 10px rgba(0,0,0,0.2));
}


/*h2タグ*/
.contents h2 {
	clear: both;
	font-weight: normal;	/*hタグのデフォルトの太字を標準にする設定*/
	margin-bottom: 15px;
	padding: 4px 20px;	/*上下、左右への余白*/
	background: #10069F;	/*背景色*/
	color: #fff;	/*文字色*/
	font-size: 18px;	/*文字サイズ*/
	border-radius: 0px;	/*角丸のサイズ*/
}
/*h3タグ*/
.contents h3 {
	clear: both;
	font-weight: normal;	/*hタグのデフォルトの太字を標準にする設定*/
	margin-bottom: 15px;
	font-size: 18px;	/*文字サイズ*/
	padding: 3px 20px;	/*上下、左右への余白*/
	border-radius: 0px;		/*角丸のサイズ*/
	background: #eee;	/*背景色*/
}
/*見出しのタイプ違い設定（トップページで使っている大きな見出し）*/
.type1 {
	background: none !important;
	border-radius: 0 !important;
	line-height: 1.3 !important;
	text-align: left !important;
	border: none !important;
	margin-bottom: 20px !important;
	color: #10069F !important;	/*文字色*/
	font-size: 25px !important;	/*文字サイズ*/
	border-bottom: 1px dashed #10069F !important;	/*下線の幅、線種、色*/
	letter-spacing: 0.1em !important;		/*文字間隔を広くとる設定*/
	text-shadow: 3px 3px #eee !important;	/*テキストの影。右へ、下へ、色。*/
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.type2 {
	background: none !important;
	border-radius: 0 !important;
	line-height: 1.3 !important;
	text-align: left !important;
	border: none !important;
	margin-bottom: 20px !important;
	margin-top: 30px !important;
	color: #10069F !important;	/*文字色*/
	font-size: 25px !important;	/*文字サイズ*/
	border-bottom: 1px dashed #10069F !important;	/*下線の幅、線種、色*/
	letter-spacing: 0.1em !important;		/*文字間隔を広くとる設定*/
	text-shadow: 3px 3px #eee !important;	/*テキストの影。右へ、下へ、色。*/
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
/*段落タグ*/
.contents p {
	padding: 0px 20px 15px;	/*上、左右、下への余白*/
}
.contents h2 + p,
.contents h3 + p {
	margin-top: -5px;
}
.wrap2{
  overflow: hidden;
  width: 1100px;
  margin: 0 auto !important;
  display: block !important;
}
.wrap3{
  overflow: hidden;
  width: 700px;
  margin: 0 auto !important;
  display: block !important;
}
.menu2{
  float: left !important;
  width: 520px;
}
.menu2 li img{
	width: 50%;
	margin: 0 auto;
	display: block;
}
.menu2 li{
	margin: 0 auto;
	display: block;
	text-align: center;
}
.menu2 li a{
  display: block;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #333;
  text-decoration: none;
  color: #333;
}
.menu3{
  float: left !important;
  width: 620px;
 display: block;
}
.menu3 li img{
	width: 70%;
	margin: 0 auto;
	display: block;
}
.menu3 li{
	margin: 0 auto;
	display: block;
	text-align: center;
}
.menu3 li a{
  display: block;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #333;
  text-decoration: none;
  color: #333;
}
.menu4{
  float: left !important;
  width: 300px;
}
.menu4 li img{
	width: 100%;
	margin: 0 auto;
	display: block;
	padding-top: 10px;
}
.menu4 li{
	margin: 0 auto;
	display: block;
	text-align: center;
}
.menu4 li a{
  display: block;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #333;
  text-decoration: none;
  color: #333;
}
.menu5{
  float: left !important;
  width: 650px;
}
.menu5 img{
	width: 65%;
	margin: 0 auto;
	display: block;
}
.menu5 li{
	margin: 0 auto;
	display: block;
	text-align: center;
}
.menu5 li a{
  display: block;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #333;
  text-decoration: none;
  color: #333;
}
.menu6{
  float: left !important;
  width: 270px;
	margin-right: 25px;
}
.menu6 li img{
	width: 70%;
	margin: 0 auto;
	display: block;
}
.menu6 li{
	margin: 0 auto;
	display: block;
	text-align: center;
}
.menu6 li a{
  display: block;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #333;
  text-decoration: none;
  color: #333;
}
.menu7{
  float: left !important;
  width: 750px;
}
.menu7 li{
	margin: 0 auto;
	display: block;
	text-align: center;
}
.menu7 li a{
  display: block;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #333;
  text-decoration: none;
  color: #333;
}
.menu8{
  float: left !important;
  width: 550px;
}
.menu8 li img{
	width: 90%;
	margin: 0 auto;
	display: block;
}
.menu8 li{
	margin: 0 auto;
	display: block;
	text-align: center;
}
.menu8 li a{
  display: block;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #333;
  text-decoration: none;
  color: #333;
}
.menu9{
  float: left !important;
  width: 400px;
}
.menu9 li img{
	width: 100%;
	margin: 0 auto;
	display: block;
	padding-top: 10px;
}
.menu9 li{
	margin: 0 auto;
	display: block;
	text-align: center;
}
.menu9 li a{
  display: block;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #333;
  text-decoration: none;
  color: #333;
}
.menu10{
  float: left !important;
  width: 420px;
}
.menu10 li img{
	width: 65%;
	margin: 0 auto;
	display: block;
}
.menu10 li{
	margin: 0 auto;
	display: block;
	text-align: center;
}
.menu10 li a{
  display: block;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #333;
  text-decoration: none;
  color: #333;
}
.menu11{
  float: left !important;
  width: 450px;
}
.menu11 img{
	width: 75%;
	margin: 0 auto;
	display: block;
}
.menu11 li{
	margin: 0 auto;
	display: block;
	text-align: center;
}
.menu11 li a{
  display: block;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #333;
  text-decoration: none;
  color: #333;
}
.menu12{
  float: left !important;
  width: 520px;
}
.menu12 li img{
	width: 70%;
	margin: 0 auto;
	display: block;
}
.menu12 li{
	margin: 0 auto;
	display: block;
	text-align: center;
}
.menu12 li a{
  display: block;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #333;
  text-decoration: none;
  color: #333;
}
.img01{
	width: 70%;
	text-align: center !important;
	display: block;
	margin: 0 auto !important;
}
.seihin{
    font-size: 27px!important;
	color: #671d23!important;
	text-align: center!important;
	background-color: #FFFFFF!important;
}
.seihin2{
    font-size: 27px!important;
	color: #FFFFF!important;
	text-align: center!important;
	background-color: #671d23!important;	
}
.seihin3{
    font-size: 27px!important;
	color: #FFFFF!important;
	text-align: center!important;
	background-color: #45555a!important;	
}
.seihin4{
    margin: 0 auto;
    padding: 2px!important;
	padding-left: 20px!important;
	padding-bottom: 5px!important;
	padding-top: 0px!important;
    border-left: 7px solid #671d23!important;
    border-bottom: 2.5px solid #671d23!important;
    font-size: 22px!important;
	background-color: #FFFFFF!important;
	color: #671d23!important;
    width: 1000px!important;
}
.seihin5{
    margin: 0 auto;
    padding: 2px!important;
	padding-left: 20px!important;
	padding-bottom: 5px!important;
	padding-top: 0px!important;
    border-left: 7px solid #45555a!important;
    border-bottom: 2.5px solid #45555a!important;
    font-size: 22px!important;
	background-color: #FFFFFF!important;
	color: #45555a!important;
    width: 1000px!important;
}
.yokomi01 {
  width: 1000px;
  margin: 0 auto;
}


.yokomi01 td {
  padding: 20px;
  text-align: center;
  color: #414044;
  border: solid 1px #671d23;
}
.yokomi02 {
  width: 1000px;
  margin: 0 auto;
}
.yokomi02 td {
  padding: 20px;
  text-align: center;
  color: #414044;
  border: solid 1px #45555a;
}
.qanda {
  color: #671D23;
  text-decoration: underline;
  margin-left: 100px;
  margin-top: 50px;
}
.qanda2 {
	color: #FFFFFF;
	height: 25px;
	border: 2px solid #671d23;
	border-radius: 30px; /* 全ての角を15px丸める */
	margin-top: 10px;
	padding-top: 0px !important;
	padding-bottom: 18px !important;
	margin-bottom: 40px;
	text-align: left;
	background-color: #671d23;
	font-size: 20px;
	padding-left: 40px !important;
}
.qanda3 {
  position: relative;
  padding: 50px;
  padding-top: 5px !important;
  color: #671d23;
  border-radius: 10px;
  background: #ddd8d5;
  font-size: 19px;
  padding-bottom: 6px !important;
}
.qanda3:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #ddd8d5 transparent transparent transparent;
}
.qanda4 {
 margin-top: 30px;
 color: #414044;
font-size: 17px;
}

@media only screen and (max-width: 1200px) {
.menu10{
  float: left !important;
  width: 350px;
}
.menu10 li img{
	width: 65%;
	margin: 0 auto;
	display: block;
}
.menu6{
  float: left !important;
  width: 220px;
}
.menu6 li img{
	width: 65%;
	margin: 0 auto;
	display: block;
}
.menu11{
  float: left !important;
  width: 350px;
}
.menu11 li img{
	width: 65%;
	margin: 0 auto;
	display: block;
}
.qanda {
  color: #671D23;
  text-decoration: underline;
  margin-left: 0px;
  margin-top: 30px;
  font-size: 18px !important;
}
.qanda3 {
  position: relative;
  padding: 50px;
  padding-top: 15px !important;
  color: #671d23;
  border-radius: 10px;
  background: #ddd8d5;
  font-size: 17px;
  padding-bottom: 15px !important;
}
.qanda4 {
 margin-top: 30px;
 color: #414044;
 font-size: 16px;
 line-height: 28px !important;
}
.news4 {
	font-weight: bold;
	font-size: 17px !important;
}
}
@media only screen and (max-width: 1200px) {
.menu8{
  float: left !important;
  width: 500px !important;
}
.menu8 li img{
	width: 80% !important;
	margin: 0 auto;
	display: block;
}
.menu8 li{
	margin: 0 auto;
	display: block;
	text-align: center;
}
.menu8 li a{
  display: block;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #333;
  text-decoration: none;
  color: #333;
}
.title11 {
	width: 80%;
}
.qanda2 {
	color: #FFFFFF;
	height: 25px;
	border: 2px solid #671d23;
	border-radius: 30px; /* 全ての角を15px丸める */
	margin-top: 10px;
	padding-top: 10px !important;
	padding-bottom: 18px !important;
	margin-bottom: 40px;
	text-align: left;
	background-color: #671d23;
	font-size: 18px;
}
}
/* スマホ 767px以下 */
@media only screen and (max-width: 900px) {
  .wrap2{
    width: 100%;
  }
  .wrap2{
    float: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .wrap3{
    width: 100%;
  }
  .wrap3{
    float: none;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .menu2{
    /* floatを解除 */
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .menu2 p{
	 font-size: 14px;
  }
  .menu3{
    /* floatを解除 */
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .menu3 p{
	 font-size: 14px;
  }
  .menu4{
    /* floatを解除 */
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .menu4 p{
	 font-size: 14px;
  }
  .menu5{
    /* floatを解除 */
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .menu5 p{
	 font-size: 14px;
  }
  .menu7{
    /* floatを解除 */
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .menu7 p{
	 font-size: 14px;
  }
 .menu10{
    /* floatを解除 */
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .menu10 p{
	 font-size: 14px;
  }
  .menu11{
    /* floatを解除 */
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .menu11 p{
	 font-size: 14px;
  }
  .menu12{
    /* floatを解除 */
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .menu3 p{
	 font-size: 14px;
  }
}
/*box1（商品用のボックス。contents、main、subで使う場合の共通設定。）
---------------------------------------------------------------------------*/
/*ボックス*/
.box_1 {
	background: #FFFFFF;
	border: 2px dashed #fff;
	padding: 1em;
	border-radius: 15px;
	width: 85%;
	margin: 0 auto;
	margin-bottom: 2em;
	}
.contents .list {
	position: relative;
	overflow: hidden;
	transition: 0.5s;
	float: left;	/*左に回り込み*/
	width: 18.3%;	/*ボックス幅*/
	margin: 0 0 20px 2%;	/*上、右、下、左にとるボックスの外側へのスペース*/
	padding: 2%;	/*ボックス内の余白*/
	height: 360px;	/*ボックスの高さ*/
	border-right: 1px solid #ccc;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #ccc;	/*左側の線の幅、線種、色*/
	border-bottom: 1px solid #ccc;	/*下側の線の幅、線種、色*/
	border-top: 1px solid #ccc;	/*上側の線の幅、線種、色*/
	font-size: 13px;	/*文字サイズ*/
	background: #fff;	/*背景色*/
}
/*ダウンロードボックス*/
.contents .list-d {
	position: relative;
	overflow: hidden;
	transition: 0.5s;
	float: left;	/*左に回り込み*/
	width: 18.3%;	/*ボックス幅*/
	margin: 0 0 20px 2%;	/*上、右、下、左にとるボックスの外側へのスペース*/
	padding: 2%;	/*ボックス内の余白*/
	height: 330px;	/*ボックスの高さ*/
	border-right: 1px solid #ccc;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #ccc;	/*左側の線の幅、線種、色*/
	border-bottom: 1px solid #ccc;	/*下側の線の幅、線種、色*/
	border-top: 1px solid #ccc;	/*上側の線の幅、線種、色*/
	font-size: 13px;	/*文字サイズ*/
	background: #fff;	/*背景色*/
}
/*ボックス内のh4見出し*/
.contents .list h4 {
	color: #10069F;	/*文字色*/
	margin-top: 10px;
	line-height: 1.5em
}
/*ダウンロードボックス内のh4見出し*/
.contents .list-d h4 {
	color: #10069F;	/*文字色*/
	margin-top: 10px;
	line-height: 1.5em
}
/*ボックス内のp段落タグ*/
.contents .list p {
	padding: 0;
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
}
/*ダウンロードボックス内のp段落タグ*/
.contents .list-d p {
	padding: 0;
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
}
/*ボックス内のボタン（Moreボタン）*/
.contents .list .btn {
	padding: 1px 10px;	/*上下、左右へのボックス内の余白*/
	border-radius: 4px;	/*角丸のサイズ*/
	position: absolute;
	right: 10px;	/*ボックスの右から10pxの場所に配置*/
	bottom: 10px;	/*ボックスの下から10pxの場所に配置*/
	font-size: 11px;	/*文字サイズ*/
}
/*ダウンロードボックス内のボタン（Downloadボタン）*/
.contents .list-d .btn {
	padding: 1px 10px;	/*上下、左右へのボックス内の余白*/
	border-radius: 4px;	/*角丸のサイズ*/
	position: absolute;
	right: 10px;	/*ボックスの右から10pxの場所に配置*/
	bottom: 10px;	/*ボックスの下から10pxの場所に配置*/
	font-size: 11px;	/*文字サイズ*/
}
/*「SOLD」用の設定*/
.contents .list.sold figure {
	opacity: 0.4;	/*画像の透明度を40%にする設定*/
}
.contents .list.sold .btn {
	display: none;	/*「More」ボタンを非表示にする設定*/
}
.contents .list.sold h4,.contents .list.sold p {
	color: #ccc;	/*h4とpタグの文字色を薄くする設定*/
}

/*box1（※mainブロック内で使う場合のボックスの追加設定）
---------------------------------------------------------------------------*/
.contents .main .list {
	height: 400px;	/*mainブロック内（※２カラム時という事）で使う場合のボックスの高さ。*/
}

/*box1（※subブロック内で使う場合のボックスの追加設定）
---------------------------------------------------------------------------*/
.contents .sub .list {
	float: none;
	width: auto;
	height: auto;
	margin :0;
	padding: 0;
	background: transparent;
	border: none;
	line-height: 1.5;
	padding: 10px;
}
.contents .sub .list a {
	display: block;
	text-decoration: none;
	border: 2px solid transparent;
	overflow: hidden;
	padding: 10px;
	margin: -10px;
}
/*マウスオン時のボーダー設定*/
.contents .sub .list a:hover {
	border: 2px solid #0b5fd7;
}
/*奇数番目のボックス*/
.contents .sub .list:nth-child(even) {
	background: #f7f7f7;	/*背景色*/
}
/*figure画像設定*/
.contents .sub .list figure img {
	float: left;	/*左よせ*/
	width: 20%;		/*画像幅*/
}
/*h4見出し*/
.contents .sub .list h4 {
	margin-top: 0;
}
/*h4とpタグ*/
.contents .sub .list h4, .contents .sub .list p {
	margin-left: 25%;	/*figure画像の幅に合わせて調整する*/
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
/*メインコンテンツブロック*/
.main {
	float: right;	/*右に回り込み*/
	width: 75%;		/*ボックス幅*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
.sub {
	float: left;	/*左に回り込み*/
	width: 20%;		/*ボックス幅*/
}
/*subコンテンツ内のh2タグ設定*/
.sub h2 {
	padding-bottom: 10px;
	background: none;
	padding: 0;
	color: #666;	/*文字色*/
}
/*subコンテンツのh2タグの１文字目への設定*/
.sub h2::first-letter {
	border-left: 3px solid #10069F;	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 10px;
}
/*subコンテンツ内のp段落タグ設定*/
.sub p {
	padding: 0;
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
.sub ul.submenu {
	margin-bottom: 15px;	/*メニューブロックの下に空けるスペース*/
	border-top: solid 1px #e4e4e4;	/*上の線の線種、幅、色*/
}
/*メニュー１個ごとの設定*/
.sub ul.submenu li {
	background: #fff;	/*背景色*/
	border-bottom: solid 1px #e4e4e4;	/*下の線の線種、幅、色*/
}
.sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 2px 10px;	/*メニュー内の余白。上下、左右への設定。*/
}

/*サブコンテンツ内のbox
---------------------------------------------------------------------------*/
.sub .box {
	padding: 20px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下に空けるスペース*/
	background: #f7f7f7;	/*背景色*/
	border: solid 10px #e6e6e6;	/*線の線種、幅、色*/
	border-radius: 10px;	/*角丸のサイズ*/
}
/*box1内のメニューの設定*/
.sub .box ul.submenu {
	margin-bottom: 0px;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	max-width: 1200px;	/*最大幅。.contents,#footermenu,#menubar ulと揃える*/
	margin: 0 auto;
}
#pagetop a {
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	color: #FFF;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	padding: 0px 30px;	/*上下、左右へのボックス内余白*/
	background: #284e8c;	/*背景色*/
	border-radius: 0px 0px 0px 0px;	/*角丸のサイズ。左上、右上、右下、左下。*/
}
/*マウスオン時*/
#pagetop a:hover {
	background: #999;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background: #284e8c;	/*背景色*/
	color: #fff;			/*文字色*/
	text-align: center;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
}
footer .pr {
	display: block;
	font-size: 70%;
}
.copyright {
	text-align: right;
	display: block;
	padding: 50px;
	padding-right: 150px;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	max-width: 1300px;	/*最大幅。.contents,#pagetop,#menubar ulと揃える。*/
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0px;
	text-align: left;
}
/*１行分の設定*/
#footermenu ul {
	float: left;	/*左に回り込み*/
	width: 16%;		/*幅。今回は５列作ったのでここの幅18%と下のpaddingの2%でトータル20%になるよう設定。列に応じて調整して下さい。*/
	padding-right: 3%;
}
/*マウスオン時のメニューに下線を入れる*/
#footermenu a:hover {
	text-decoration: underline;
}
#fmane1{
	border-right: 1px solid #FFFFFF;
	height: 100px;
	margin-right: 15px;
}
#fmane2{
display: none;
}

/*FAQ設定
---------------------------------------------------------------------------*/
.faq {
	padding: 0px 20px;
}
/*質問の設定*/
.faq dt {
	color: #10069F;	/*文字色*/
	font-weight: bold;	/*太字*/
	padding-top: 15px;
}
/*回答の設定*/
.faq dd {
	border-bottom: 1px solid #CCC;	/*下線の幅、線種、色*/
	overflow: hidden;
	padding-bottom: 15px;
}
/*箇条書き設定
---------------------------------------------------------------------------*/
.faq2 {
	padding: 0px 20px;
}
/*質問の設定*/
.faq2 dt {
	color: #10069F;	/*文字色*/
	padding-top: 15px;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 120%;
}
/*回答の設定*/
.faq2 dd {
	overflow: hidden;
	padding-bottom: 15px;
}
.faq3 {
	padding: 0px 20px;
}
/*質問の設定*/
.faq3 dt {
	color: #10069F;	/*文字色*/
	padding-top: 5px;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 120%;
}
/*回答の設定*/
.faq3 dd {
	overflow: hidden;
	padding-bottom: 0px;
}

/*テーブル ta1
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 96%;
	margin: 0 auto 15px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;		/*左よせ*/
	background: #eee;	/*背景色*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: center;	/*センタリング*/
}
/*左側ボックスに画像を入れた場合の設定*/
.ta1 th img {
	width: 100%;
}


/*ボタン（共通）
---------------------------------------------------------------------------*/
.btn {
	text-decoration: none;
	display: inline-block;
	background: #10069F;	/*背景色*/
	color: #fff;			/*文字色*/
	padding: 5px 50px;		/*上下、左右へのボックス内の余白*/
	margin: 0 auto;
	text-align: center;
	border-radius: 50px;	/*角丸のサイズ*/
	border: 1px solid transparent;	/*枠線の幅、線種、色。transparentは透明。*/
	font-size: 18px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少し広くとる設定*/
}
/*マウスオン時*/
.btn:hover {
	background: #fff;	/*背景色*/
	color: #10069F;		/*文字色*/
	border: 1px solid #10069F;	/*枠線の幅、線種、色*/
}
.btn2 {
	text-decoration: none;
	display: inline-block;
	background: #fff;	/*背景色*/
	color: #10069F;			/*文字色*/
	padding: 0px 5px;		/*上下、左右へのボックス内の余白*/
	margin: 10 auto;
	text-align: center;
	border-radius: 5px;	/*角丸のサイズ*/
	border: 1px solid transparent;	/*枠線の幅、線種、色。transparentは透明。*/
	font-size: 12px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少し広くとる設定*/
	margin-left: 20px;
}
/*マウスオン時*/
.btn2:hover {
	background: #10069F;	/*背景色*/
	color: #fff;		/*文字色*/
	border: 1px solid #10069F;	/*枠線の幅、線種、色*/
}
.btn3 {
	text-decoration: none;
	display: inline-block;
	background: #fff;	/*背景色*/
	color: #10069F;			/*文字色*/
	padding: 0px 10px;		/*上下、左右へのボックス内の余白*/
	margin: 10 auto;
	text-align: center;
	border-radius: 5px;	/*角丸のサイズ*/
	border: 1px solid transparent;	/*枠線の幅、線種、色。transparentは透明。*/
	font-size: 12px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少し広くとる設定*/
	margin-left: 20px;
}
/*マウスオン時*/
.btn3:hover {
	background: #10069F;	/*背景色*/
	color: #fff;		/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
}
.btn4 {
	text-decoration: none;
	display: inline-block;
	background: #10069F;	/*背景色*/
	color: #fff;			/*文字色*/
	padding: 0px 10px;		/*上下、左右へのボックス内の余白*/
	margin: 10 auto;
	text-align: center;
	border-radius: 5px;	/*角丸のサイズ*/
	border: 1px solid transparent;	/*枠線の幅、線種、色。transparentは透明。*/
	font-size: 12px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少し広くとる設定*/
	margin-left: 0px;
}
/*マウスオン時*/
.btn4:hover {
	background: #fff;	/*背景色*/
	color: #10069F;		/*文字色*/
	border: 1px solid #10069F;	/*枠線の幅、線種、色*/
}


/*その他
---------------------------------------------------------------------------*/
.look {color:#fff;background: #666;padding:5px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb30 {margin-bottom: 30px !important;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 1em;list-style: disc;}
.color1 {color: #e65c00 !important;}
.color2 {color: #0061e6;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
.fr {float: right;margin-left: 1%;margin-bottom: 15px;width: 30%;}
.fl {float: left;margin-right: 2%;margin-bottom: 15px;width: 30%;}
.big1 {font-size: 30px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;}
.sh {display: none;}
.dn {display: none;}
.fs1 {font-size: 20px;color: #10069F;}
img.thumbnail {width: 80px;height: 80px;border: 1px solid #ccc;}
img.thumbnail:hover {border: 1px solid #333;}
.zoskinportal02 {display:none;}  


/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1000px){

/*コンテンツ
---------------------------------------------------------------------------*/
.contents {
	margin: 0 3%;
}
/*見出しのタイプ違い設定（トップページで使っている大きな見出し）*/
.type1 {
	font-size: 20px !important;
}
.type2 {
	font-size: 20px !important;
}
/*main,subコンテンツ
---------------------------------------------------------------------------*/
.main, .sub {
	float: none;
	width: auto;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	margin: 0 3%;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	margin: 0 3%;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n .sub {display: none;}

.movie_blk3 {
    width: 100%;
    position: relative;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 60px;
    height: 400px;
}
	
.movie_blk3 video {
    height: 95%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.title6 {
	width: 80%;
	margin-left: 10%;
}
.title3 {
	width: 80%;
	margin-left: 5%;
}
  .yokomi01 {
    width: 100% !important;
  }

  .yokomi01 td {
    display: block;
    padding: 15px !important;
    border: solid 1px #671d23;
  }
  .yokomi02 {
    width: 100% !important;
  }

  .yokomi02 td {
    display: block;
    padding: 15px !important;
    border: solid 1px #45555a;
  }
}


/*画面幅960px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:960px){
/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menubar-s {
	display: block;	/*小さい端末用(画面幅800px以下)メニューを非表示から表示に切り替える*/
	border-top: 1px solid #fff;	/*上の線の幅、線種、色*/
}
/*メニュー１個あたりの設定*/
#menubar-s li {
	float: left;
	width: 50%;
}
#menubar-s li a {
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 50px;		/*行間（高さ）*/
	background: #10069F;	/*背景色*/
	color: #fff;	/*文字色*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	border-right: 1px solid #fff;	/*右の線の幅、線種、色*/
}
/*偶数番目のメニューの設定*/
#menubar-s li:nth-child(even) a {
	border-right: none;	/*右の線を消す設定*/
}
/*大きな端末用(画面幅801px以上)メニューを非表示にする*/
#menubar {
	display: none;
}
/*PC用製品画像を表示しない*/
.pc-img {
	display: none;
}
.mob-img {
    display: block;
}
.title3 {
	width: 80%;
	margin-left: 5%;
}
.title6 {
	width: 80%;
	margin-left: 7%;
}
.title7 {
	width: 80%;
	margin-left: 7%;
}
.homecare {
	width: 30%;
	clear: both;
	margin: 30px;
	padding-top: 8px !important;
	font-size: 18px !important;
}
.homecare2 {
	width: 30%;
	clear: both;
	margin: 30px;
	padding-top: 8px !important;
	font-size: 18px !important;
}
.note {
	padding-top: 8px !important;
}
.note2 {
	padding-top: 8px !important;
}
.note3 {
	padding-top: 8px !important;
}
.note4 {
	padding-top: 8px !important;
	font-size: 17px;
	margin-top: 0px !important;
	margin-left: 20px !important;
	padding-bottom: 5px !important;
}
  .serum-box {
    flex-direction: column;
    padding: 40px 20px;
  }
.serum-text p {
text-align: left;
  margin-left: 0px;
padding: 20px;
width: 90%;
}
  .serum-image {
    position: static;
    transform: none;
    margin-bottom: 0px;
margin-top: 0px;
    width: 100%;
  }
.serum-image img {
  width: 100%;
}
  .serum-text {
    border-left: none;
    padding-left: 0;
    text-align: center;
  }
  .serum-box.reverse {
    flex-direction: column;
    padding: 40px 20px;
  }

  .serum-image2 {
    position: static;
    transform: none;
    margin-top: 20px;
  width: 100%;
  }
.serum-image2 img {
  width: 100%;
}
  .serum-text2 {
    border-right: none;
    padding-right: 0;
    text-align: center;
  }
.serum-text2 p {
text-align: left;
  margin-left: 0px;
padding: 20px;
width: 90%;
}
.menu5 img{
	width: 100%;
	margin: 0 auto;
	display: block;
}
.menu6{
	margin-left: 40px;
}
.menu11 img{
	width: 100%;
	margin: 0 auto;
	display: block;
}
.video{
	display: block;
	width: 100%;
}
.img01{
	width: 100% !important;
}
.menu8{
    /* floatを解除 */
    float: none;
    width: 100% !important;
    margin-left: auto!important;
    margin-right: auto!important;
  }
.menu8 p{
	 font-size: 14px!important;
  }
.menu8 li img{
	width: 90%!important;
	margin: 0 auto!important;
	display: block!important;
}
.seihin{
    font-size: 24px!important;
}
.title4 {
	margin-left: 0px;
}
.title8 {
	margin-left: 0px;
}
.title9 {
	margin-left: 0px;
}
.clinic2 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.clinic {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------*/



/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*headerブロック共通*/
header {
	height: 90px;	/*ブロックの高さ*/
}
/*トップページのheader*/
#top header {
	background: #FFFFFF;	/*背景色（古いブラウザ用）*/
	height: 200px;	/*ブロックの高さ*/
}
/*トップページのロゴ画像*/
#top #logo img {
	left: 3%;		/*headerの左から3%の場所に配置*/
	top: 120px;		/*headerの上から120pxの場所に配置*/
}
}



/*画面幅600px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px){

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*headerブロック共通*/
header {
	text-align: left;
}
/*ロゴ画像*/
#logo img {
	width: 150px;	/*画像幅*/
	padding-left: 80px;
	padding-top: 25px;
}
#top #logo img {
	padding-left: 0;
}

/*box1（商品用のボックス。contents、main、subで使う場合の共通設定。）
---------------------------------------------------------------------------*/
.contents .list {
	float: none;	/*回り込みの解除*/
	width: auto;	/*ボックス幅*/
	height: auto !important;	/*ボックスの高さ*/
	margin: 0 0 20px 0;	/*上、右、下、左にとるボックスの外側へのスペース*/
}
.contents .list-d {
	float: none;	/*回り込みの解除*/
	width: auto;	/*ボックス幅*/
	height: auto !important;	/*ボックスの高さ*/
	margin: 0 0 20px 0;	/*上、右、下、左にとるボックスの外側へのスペース*/
}
/*ボックス内のfigure画像*/
.contents .list figure img {
	width: 30%;
	float: left;
	margin-right: 2%;
}
.contents .list-d figure img {
	width: 20%;
	float: left;
	margin-right: 3%;
}
/*ボックス内のh4見出し*/
.contents .list h4 {
	margin-top: 0px;
}


}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.5;		/*行間*/
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*トップページのロゴ画像*/
#top #logo img {
	width: 60%;	/*画像幅*/
}
/*小さな端末向けロゴの設定（トップページ以外で利用）*/
#logo img.sh {
	width: 80px;	/*画像の幅*/
	padding-top: 15px;	/*画像の上にとる余白調整*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
#menubar-s li {
	float: none;
	width: 100%;
}
#menubar-s li a {
	border-right: none;
}

/*コンテンツ
---------------------------------------------------------------------------*/
/*見出しのタイプ違い設定（トップページで使っている大きな見出し）*/
.type1 {
	font-size: 20px !important;
}
.type2 {
	font-size: 20px !important;
}
.contents h2, .contents h3 {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}
/*段落タグ*/
.contents p {
	padding: 0px 10px 15px;
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
.sub ul.submenu li a {
	padding: 10px;
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル内の左側*/
.ta1 th {
	width: 90px;
	padding: 5px;
}
/*テーブル内の右側*/
.ta1 td {
	width: auto;
	padding: 5px;
}

/*ボタン（共通）
---------------------------------------------------------------------------*/
.btn {
	padding: 5px 10px;
	font-size: 14px;
	letter-spacing: normal;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 95%;}
.fr,.fl {float: none;margin: 0;margin-bottom: 10px;width: 100%;}
.sh {display: block;}
.pc {display: none;}
.fs1 {font-size: 14px;}

}

#fadeIn {
animation: fadeIn 0.7s ease 0s 1 normal;
}

/* fadeIn */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 1150px) {
#haircycle {
width: 25% !important;
  }
}
@media screen and (max-width: 1200px) {
#haircycle {
	display: none !important;
  }
}
@media screen and (min-width: 500px) {
#haircycle {
width: 25% !important;
  }
}
@media screen and (min-width: 800px) {
#haircycle {
width: 22% !important;
  }
}
@media screen and (min-width: 2000px) {
#haircycle {
width: 17% !important;
  }
}
	
@media screen and (min-width: 2500px) {
#haircycle {
width: 15% !important;
  }
}
.modal { 
	position:fixed;
	display:none;
	z-index:9999;
	top:40%;
	left:50%;
	width:650px;
	height:200px;
	margin:-100px 0 0 -330px;
	padding:50px;
	text-align:center;
	background: #ddd8d5;
	border-radius: 50px !important;
	color: #671d23;
	font-size: 16px;
}
.modal p { margin-bottom:10px; }
.modal a { cursor:pointer; }
@media only screen and (max-width: 870px) {
.modal { 
	position:fixed;
	display:none;
	top:40%;
	left:50%;
	width:70%;
	height:25%;
	padding:50px;
	text-align:center;
	background: #ddd8d5;
	border-radius: 50px !important;
	color: #671d23;
	font-size: 16px;
}
	}
@media only screen and (max-width: 600px) {
.modal { 
	position:fixed;
	display:none;
	top:40%;
	left:70%;
	width:70%;
	height:30%;
	padding:50px;
	text-align:center;
	background: #ddd8d5;
	border-radius: 50px !important;
	color: #671d23;
	font-size: 16px;
}
	}
@media only screen and (max-width: 450px) {
.modal { 
	position:fixed;
	display:none;
	top:40%;
	left:80%;
	width:70%;
	height:30%;
	padding:50px;
	text-align:center;
	background: #ddd8d5;
	border-radius: 50px !important;
	color: #671d23;
	font-size: 16px;
}
	}
@media only screen and (max-width: 400px) {
.modal { 
	position:fixed;
	display:none;
	top:40%;
	left:85%;
	width:70%;
	height:35%;
	padding:50px;
	text-align:center;
	background: #ddd8d5;
	border-radius: 50px !important;
	color: #671d23;
	font-size: 16px;
}
@media only screen and (max-width: 380px) {
.modal { 
	position:fixed;
	display:none;
	top:40%;
	left:90%;
	width:70%;
	height:40%;
	padding:50px;
	text-align:center;
	background: #ddd8d5;
	border-radius: 50px !important;
	color: #671d23;
	font-size: 16px;
}
@media only screen and (max-width: 350px) {
.modal { 
	position:fixed;
	display:none;
	top:40%;
	left:95%;
	width:70%;
	height:40%;
	padding:50px;
	text-align:center;
	background: #ddd8d5;
	border-radius: 50px !important;
	color: #671d23;
	font-size: 16px;
}
	}