@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

body,
table,
input, textarea, select, option {
    font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #5b5b5b;
	text-decoration: none;
}

a:visited {
	color: #5b5b5b;
	text-decoration: none;
}

a:hover {
	color: #5b5b5b;
	text-decoration: none;
}

a:active {
	color: #5b5b5b;
	text-decoration: underline;
}

img {
	vertical-align: top;
}

li img,
dl img {
	display: block;
	vertical-align: baseline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	text-align:center;
	line-height: 1.5;
	color: #5b5b5b;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}

/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}

.floatL {
	float: left !important;
}

.floatR {
	float: right !important;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

h2.text-center, 
.h5.mt-3.ml-1 {
    color: #282828;
    font-size: 51px;
    line-height: 62px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.3px;
    text-transform: none;
}

h2.text-center, 
.h5.mt-3.ml-1 {
    font-family: 'Lora', "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}

a.btn-outline-secondary {
    color: #ffffff;
    border: none;
    font-size: .8em;
    line-height: 1.5;
    font-style: normal;
    background-color: #d26980;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    letter-spacing: 1px;
    text-transform: none;
    padding-left: 40px;
    padding-right: 40px;
	margin-top: 2rem;
}

a.btn-outline-secondary {
	text-decoration: none !important;
}

.bg-dark {
    background-color: #eaadba !important;
}

.mb-1 {
    font-size: 1.4rem !important;
	margin: 1rem !important;
	color: #eaadba;
}

h5#title {
    font-size: 1.4rem !important;
	font-weight: bold;
    line-height: 1.8;
}

#copy address {
	background: black;
	color: white;
	margin-top: 0;
	padding: .8em;
	font-size: .7em;
}

.h5.mt-3.ml-1 {
    margin-top: 2rem !important;
    margin-left: .25rem !important;
}

/* Navi */
.navbar-dark .navbar-nav .nav-link {
    color: rgba(0,0,0,.8);
}

.dropdown-menu {
    border: 1px solid rgba(0,0,0,0);
    font-weight: 500;
}

/* 商品ページ */
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff !important;
    background-color: #d26980;
	border: none;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn:hover {
    background-color: #c95b73;
}

img.d-block.mx-auto {
	max-width: 640px;
}

.h6.mt-3.ml-3 {
	text-align: center;
}

@media all and (max-width: 896px) {
	h2.text-center {
		font-size: 2.2rem;
		line-height: 1.8;
		letter-spacing: -0.2px;
	}
	
	.mb-1 {
		font-size: 1.2rem !important;
		margin: .5rem auto 1.3rem !important;
	}
	
	h5#title {
		font-size: 1.2rem !important;
		line-height: 1.5;
	}

/* 商品ページ */
	img.d-block.mx-auto {
		max-width: auto;
	}

	.h6.mt-3.ml-3 {
		text-align: center;
	}


}

/*------------------------------------------------------------
	スライダー
------------------------------------------------------------*/

.slider{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
 
.slider__content{
    min-width: 100%;
    animation: sliderAnime 12s ease-in-out infinite;
}
  
@keyframes sliderAnime{
    0%{
 
    }
    16.6%{
        transform: translateX(0);
    }
    33.3%{
        transform: translateX(-100%);
    }
    50%{
        transform: translateX(-100%);
    }
    66.6%{
        transform: translateX(-200%);
    }
    83.2%{
        transform: translateX(-200%);
    }
    100%{
        transform: translateX(0);
    }
} 
 
.slider__img{
    max-width: 100%;
    min-width: 100%;
}

/*------------------------------------------------------------
	会員規約
------------------------------------------------------------*/

#box_tos {
	width: 90%;
	margin: 1em auto;
	text-align: left;
}

#box_tos .subtit_A, 
#box_tos .subtit_B {
    font-size: 1.4rem;
	font-weight: bold;
    line-height: 1.8;
    margin-top: 1em;
}

#box_tos .subtit_B {
    font-size: 1.2rem;
}


@media all and (max-width: 896px) {
	#box_tos {
		width: 96%;
	}

	#box_tos .subtit_A, 
	#box_tos .subtit_B {
		font-size: 1.2rem;
		line-height: 1.5;
	}

	#box_tos .subtit_B {
		font-size: 1rem;
	}

}

/*------------------------------------------------------------
	サインイン
------------------------------------------------------------*/

.form-signin {
    width: 100%;
    max-width: 500px;
}


.form-signin img.mb-4 {
	display: block;
    width: 80%;
    max-width: 240px;
    text-align: center;
    margin: 1em auto 0;
}

/*------------------------------------------------------------
	サインイン
------------------------------------------------------------*/

.container-fluid a.nav-link {
	display: block;
	height: 4em;
    width: 12em;
	text-indent: -9999px;
	background-image: url("/images/logo.svg");
	background-repeat: no-repeat;
	background-size: 10em auto;
	background-position: center;
}

.nav-item a.nav-link {
	height: auto;
    width: auto;
	text-indent: 0;
	background: none;
}

/*------------------------------------------------------------
	お問い合わせフォーム
------------------------------------------------------------*/

.con006 .kaki {
	margin: 1em auto 0;
}

.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 640px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
	width: 100%;
	max-width: 248px;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
}
@media screen and (max-width: 640px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 640px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

/*------------------------------------------------------------
	運営会社
------------------------------------------------------------*/

#contents .contents004 {
}

#contents .contents004 .Co_subtit, 
#contents .contents004 .Co_details {
	font-size: 1.4rem !important;
    font-weight: bold;
    line-height: 1.8;
}

#contents .contents004 .Co_subtit {
	margin-top: 1em;
}

#contents .con005 {
	width: 90%;
}

@media screen and (max-width: 640px) {
	#contents .contents004 {
	}

	#contents .con005 {
		width: 96%;
	}
	#contents .contents004 .Co_subtit, 
	#contents .contents004 .Co_details {
		font-size: 1.2rem !important;
		line-height: 1.5;
	}
}

