/*theme name:sengoku テーマ*/
/*html用*/
@media only screen and (min-width:769px) {

img{
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color:#fff;
  font-size:90%;
  font-family: "メイリオ",Meiryo,Osaka,"MS Pゴシック","MS PGothic",sans-serif;
  color:#2a2a2a;
}
#wrapper {
  overflow: hidden;
  line-height: 1.5;
  box-sizing: border-box;
  margin: 0 auto;
}
#back {
  background: url(/assets/images/back.jpg) ;
}
.top img{
  width:100%;
}
.tex-cen {
  text-align: center;
}
.header{
  width: 100%;
  height: 60px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding-top: 30px;
  font-size: 50px;
  font-weight: normal;
}
.top-inner {
  width: 990px;
  text-align: center;
  margin: 0 auto;
}
.touroku-border{
  margin: 80px 0 30px 0;
  padding: 20px 0px;
  border-bottom: solid #000 3px;
  border-top: solid #000 3px;
}
.touryokumuryou-img {
  margin-bottom:30px;
}
.t-about {
  width:700px;
  margin: 30px 0 ;
  background-color: #e9967a;
  font-size: 12pt;
  padding: 20px;
  border: solid #f08080 3px;
  border-radius: 10px;
  display: inline-block;
}
.theme{
  width: 1150px;
  border-bottom: dotted 4px grey;
  text-align: center;
  margin:0 auto;
  padding-top: 50px;
}
.the-title {
  font-size: 40px;
  font-weight: normal;
}
.items{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  margin-top: 40px;
}
.item{
  background-color: #fff;
  box-sizing: border-box;
  border:1px solid #ccc;
  margin:0 50px 50px 0;
  padding: 20px;
  width: calc(33.333333% - 50px / 2);
  text-align: center;
}
.item img {
  margin: 50px 0 25px 0;
}
.name {
  font-size:20pt;
  color:#000000;
}
.discription{
  margin-top:20px;
  text-align: left;
}
h1.cotitle{
  margin: 20px 0;
  font-size: 30px;
  background:#f5b199;
  padding: 20px 30px 20px 40px;
  line-height: 1.5em;
}
.sasie-img {
  text-align: center;
  margin: 20px 0px;
}
.sasie-img img{
  width:520px;
  height:340px;
}
.content-area{
  padding: 30px 0px;
  background-color:#ffffff;
  width: 900px;
  margin: 0 auto;
}
.content-area p{
	line-height: 1.5;
  padding: 0 20px 10px 20px;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 11pt;
}
.text-weit {
  font-weight: bold;
}
.pb20 {
  padding-bottom: 20px;
}
.pt20 {
  padding-top: 20px;
}
.anc-deco  {
  border: solid 1px #000;
  border-radius: 3px;
  background-color:#ffe4e1;
  text-align: center;
  margin: 30px auto;
  width: 200px;
  height: auto;
}
.can-waku {
  border: 2px solid #696969;
  padding: 10px;
  border-radius: 5px;
}
.rogo-img {
  width: 80px;
  padding: 0 5px 9px 0;
}





.cont-text {
  width: 990px;
  margin: 0 auto;
}
.cont-text p {
  font-size: 12pt;
  line-height: 1.5em;
  margin-bottom: 20px;
}
#footer{
  background-color: black;
  height:145px;
  width: 100%;
}
.t-red {
  color: #dc143c;
}
.t-blue {
  color:#1e90ff;
}
#sp_header_top {
  text-align: center;
}
ul.con-menu {
  margin-bottom: 30px;
}
ul.con-menu li {
  font-size: 12pt;
  line-height: 1.5em;
  padding : 5px 0 5px 8px;
  border-bottom: solid 1px #a9a9a9;
}
.copy {
  color:#fff;
  text-align: center;
  padding: 10px;
  background-color: #000;
}
h2.cotitle {
  padding: .2em .5em;
  background: #FCD4D5;
  border-left: 6px solid #a22041;
  margin: 20px  0;
  font-size: 13pt;
}
/* トリプル 囲み枠 */
.kakomi-triple1 {
  position: relative;
  border: 1px solid #6c272d; /*左枠線*/
  margin: 2em auto;
  padding: 20px 15px 15px 20px;
  z-index: 0;
  margin-right:5px;
}
.kakomi-triple1::before,
.kakomi-triple1::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
}
.kakomi-triple1::before {
  border: 1px solid #d70035; /*中枠線*/
  bottom: -4px;
  right: -4px;
  z-index: 1;
}
.kakomi-triple1::after {
  border: 1px solid #e95464; /*右枠線*/
  bottom: -7px;
  right: -7px;
  z-index: 2;
}
/*ユーザーメニュー用見出し*/
h1.midasi {
  background-color:#ffffff;
  margin-bottom: 25px;
  position: relative;
  padding: 1rem .5rem;
}
h1.midasi:before,
h1.midasi:after{
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-gradient(linear, right top, left top, from(#30cfd0), to(#330867));
  background-image: -webkit-linear-gradient(right, #30cfd0 0%, #330867 100%);
  background-image: linear-gradient(to left, #30cfd0 0%, #330867 100%);
}
h1.midasi:after{
  bottom: 0;
}
h1.midasi:before{
  top: 0;
}
/*トグル表示ボタン*/
.toggle-wrap .toggle-button {
  display: block;
  cursor: pointer;
  background-color: #fff;
  margin-bottom: 1em;
}
.toggle-wrap .toggle-button:hover {
  color: #e95464;
}
.toggle-wrap .toggle-content,
.toggle-wrap > input[type="checkbox"] {
  display: none;
}
.toggle-wrap > input[type="checkbox"]:checked ~ .toggle-content {
  display: block;
}
/*退会関連ボタン*/
.btn-box {
  text-align: center;
}
.btn-box p,.btn-deco {
  padding: 5px;
  border: solid 1px #000;
  border-radius: 3px;
  display: inline-block;
  margin:0 auto;
  background-color:#ffe4e1;
}
/*checkbox*/
.check-btn {
  display: inline-block;
  line-height: 2;
}
.label {
  margin-left:10px;
}
/*アンケート*/
h2.cotitle2 {
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  padding:5px;
  margin-bottom:10px;
  background-color: #B70004;
}
.form-text{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
h2.tptitle{
  font-size: 15pt;
  font-weight: bold;
  padding:20px 0 10px 0;
  line-height: 1.5em;
}
center img{
  margin-top: 50px;
}
ul.foot-nav li {
  color: #fff;
  font-size: 15px;
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 85px;
}
.foot-be {
  display: block;
  padding: 15px;
  margin: 5px 0px;
  text-align: center;
  background: #deb887;
}
ul.foot-nav {
  margin-left: 0px;
  list-style: none;
}
#bottom_nav {
  width: 100%;
}
a {
  color:#0000cd;
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
footer a {
  text-decoration: none;
  color:#ffffff;
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
.story{
  padding:40px;
  background-color:#ffffff;
}
.first{
  font-size:16px;
}
.button02{
  margin-bottom: 20px;
}
.button02 a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #ff0000;
  border-radius: 50vh;
}
.button02 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}
.button02 a:hover {
  text-decoration: none;
  background-color: #ff4500;
}
.button03 a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #0000ff;
  border-radius: 50vh;
}
.button03 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}
.button03 a:hover {
  text-decoration: none;
  background-color: #0000cd;
}
.login-img {
  text-align: center;
  margin-top: 10px;
}
/*退会ログインID入力ページ*/
.can-p{
    font-weight: bold;
    font-size: 13pt;
    padding: 20px 0;
}
dl.Form-Item {
  padding: 5px 0;
  width: 100%;
  align-items: center;
  display: flex;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
}
input[type="Form-Item-Input"] {
  border: 1px solid #696969;
  border-radius: 6px;
  padding: 0  1em;
  height: 35px;
  flex: 1;
  max-width: 150px;
  background: #eaedf2;
  font-size: 11pt;
}
.Form-Item-Label {
  width: 20px;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-size: 11pt;
}
.Form-Item dd { margin-left: 40px;}
.Form-Item-Input { width: 100%; }









}