/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html, body {
  color: #111;
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  width: 100%;
  height: auto;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 1px;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

h1 {
    margin: 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ==============
    MOBILE
   ============== */

.header-container {
  border-bottom: 1px solid #444444;
}
.header-container header {
    padding: 4px 2px;
}
.header-container span.sub-title {
  display: block;
  float: right;
  font-size: 15px;
  line-height: 21px;
  box-sizing: border-box;
  padding: 3px 14px;
  background-color: #A9A9A9;
  color: #fff;
  margin: 3px;
  border-radius: 2px;
}
.main aside {
    border-width: 10px 1px 1px 1px;
    border-color: #333333;
    border-style: solid;
    border-top: 10px solid #014B89;
}

.main aside.second {
    margin-top: 40px;
}

.main article .infomation dl>dd {
    margin-left: 40px;
}

.main article footer dl>dt {
    float: left;
}

.main article footer dl>dd {
    margin-left: 40px;
}

.main article ul {
    margin: 0;
    padding-left: 0;
}

.main article ul li {
  list-style-type: none;
  position: relative;
}

.main article ul li:before {
}

.main ul li span {
}

.main article form ul li:before {
}


.main article section,
.main article footer {
  padding-bottom: 30px;
}

.header-container,
.main aside {
    background: #FFFFFF;
}
.footer-container {
    background: #474747;
}

.title {
    color: white;
    float: left;
}
.hero-block span.lead {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: bold;
  color: #004B89;
  padding-left: 0;
}
.hero-block h1 {
  padding: 5px;
  line-height: 1.3;
  color: #FFF;
  font-size: 23px;
  font-weight: normal;
  background-color: rgb(0, 75, 137);
}
.hero-block p.date {
  text-align: right;
  line-height: 1;
  color: #616161;
  margin: 0;
}

.hero-block h2.forsp {
  position: relative;
  width:100%;
  height:100%;
}
.hero-block h2.forsp img {
  max-width: 200px;
  float: right;
  padding-left: 10px;
}

.hero-block .text-mask {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
}
.hero-block h2 p {
  font-size: 15px;
  line-height: 2;
  font-weight: normal;
}
.hero-block h2 p.message {
  float: left;
  padding: 10px;
  color: #fff;
  margin-top: 70%;
  margin-bottom: 0;
  position: relative;
  z-index: 5;
}
.hero-block h2 p.message:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.6;
  display: block;
  z-index: -2;
}
.hero-block h2 span.author-name {
  display: block;
  text-align: right;
  margin-top: 0;
  color: #fff;
  width:100%;
}

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main article h2 {
  font-size: 18px;
  color: #014B89;
  padding: 4px 0 4px 7px;
  letter-spacing: 3px;
  text-align: left;
  font-weight: normal;
  margin: 0 auto 16px;
  border: solid #333333;
  border-width: 0 0 1px 5px;
  line-height: 20px;
}

.main aside {
    color: #666;
    padding: 0px 5% 10px;
}
#mapField {
  width: 100%;
  height: 300px;
}

.main img {
    width:100%;
    height: auto;
}

.footer-container footer {
    color: white;
    padding: 15px 0;
}

.footer-container footer h3{
  text-align: center;
  margin: 0;
}
/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}


.mar5_0 {
		margin:5px 0;
    }


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

    .hero-block h1 {
      margin: 10px 0;
      line-height: 1.3;
      font-size: 26px;
      font-weight: normal;
    }
    .hero-block p.lead {
      margin-bottom: 0;
      font-size: 15px;
      font-weight: bold;
      color: #004B89;
      padding-left: 10px;
			margin-top: 10px;
    }

}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
        -webkit-box-shadow: 0 2px 10px #aaa;
           -moz-box-shadow: 0 2px 10px #aaa;
                box-shadow: 0 2px 10px #aaa;
        border: none;
    }


/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 100%;
    }

    .main aside {
        float: right;
        width: 0%;
        border-left: 10px solid #014B89;
        box-sizing: border-box;
    }

    .hero-block h2 {
      margin: 0 0;
    }

    .hero-block h1 {
      margin: 10px 0 0 0;
      line-height: 1.3;
      font-size: 33px;
      font-weight: normal;
    }

    .main article h2 {
      font-size: 20px;
      color: #014B89;
      padding: 4px 0 4px 7px;
      letter-spacing: 3px;
      text-align: left;
      font-weight: normal;
      margin: 0 auto 26px;
    }

}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   animation styles
   ========================================================================== */
@-webkit-keyframes animationLayoutY {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes animationLayoutY {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes animationLayoutY {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes animationLayoutX {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes animationLayoutX {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes animationLayoutX {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animating #header {
  -webkit-animation: animationLayoutY 1s ease 0.5s;
  -moz-animation: animationLayoutY 1s ease 0.5s;
  animation: animationLayoutY 1s ease 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animating #hero {
  -webkit-animation: animationLayoutY 1s ease 0.6s;
  -moz-animation: animationLayoutY 1s ease 0.6s;
  animation: animationLayoutY 1s ease 0.6s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animating #main {
  -webkit-animation: animationLayoutX 1s ease 0.8s;
  -moz-animation: animationLayoutX 1s ease 0.8s;
  animation: animationLayoutX 1s ease 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animating #side {
  -webkit-animation: animationLayoutX 1s ease 1.1s;
  -moz-animation: animationLayoutX 1s ease 1.1s;
  animation: animationLayoutX 1s ease 1.1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animating #footer {
  -webkit-animation: animationLayoutY 1s ease 0.9s;
  -moz-animation: animationLayoutY 1s ease 0.9s;
  animation: animationLayoutY 1s ease 0.9s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

#loading {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 100%;
  position: fixed;
  background: #EFEFEF;
  color: #555;
  z-index: 9995;
}
#loading > span {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  display: block;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  z-index: 9999;
}


/* ==========================================================================
   SNS BUTTONS
   ========================================================================== */
/******************************
 ソーシャルエリア全体を囲む要素
 * 他のコンテンツと距離を取りたい場合は[margin]を設定して下さい
******************************/
.sns-wrapper{
	background: #F2F2F2;
	padding: 1.5em 0;
}

/******************************
 [ul]要素
******************************/
/* スマホ */
ul.sns-btns{
	overflow: hidden;
	margin: 1em auto;
	padding: 0;
	border: none;
	list-style-type: none;
}


/******************************
 [li]要素
******************************/
ul.sns-btns li{
	overflow: hidden;
	float: left;
	text-align: center;
	height: 71px;
	margin: 0 8px;
	padding:0;
}

/******************************
 各種ボタン
******************************/
/* [Twitter] */
.tw{
	width: 71px;
}

/* [Facebook] */
.fb{
	width: 69px;
}

/* [LINE] */
.line{
	width: 50px;
}

.line-btn-img{
	border: none;
	margin: 0 auto;
	padding:0;
	width: 36px;
	height: 60px;
}

/* デスクトップPCではLINEボタンを表示しない */
@media screen and (min-width:480px){

	.sc-li{
		display: none;
	}

}




/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }		
}

/* 2017-01-30　追加 */


.main article {
    margin:0;
    padding:0;
}

.main {
		padding:0 0;
	}
	
	.main article ul {
				margin:0;
				padding:0;
		}
	
	.forpc_sp {
				display:none;	
	}
	
	.point3 {
      display:block;
      width:100%;
			height:auto;
			background: repeating-linear-gradient(-45deg, #6297be, #6297be 2px, #6c9dc2 0, #6c9dc2 6px);
			margin:0 auto;
      padding: 30px 0px 30px 0px;
	}
	
 .point3_font {
      display:block;
		  margin:0 auto;
      width:91%;
      height:auto;
      background-image:url(../img/arr04.png);
      background-position: center center; 
      background-repeat: no-repeat;
		}
		
	.point3_font span {
      font-weight:bold;
      font-size:28px;
      margin: 15px 0;
			color:#FFFFFF;
	    display: inline-block;
      text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
			line-height: 40px;
		}
		
		.point3_list_font{
			color:#333!important;	
      text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff!important;
		}


	.yama_msg {
		 background: repeating-linear-gradient(-45deg, #6297be, #6297be 2px, #6c9dc2 0, #6c9dc2 6px);
     display: block;
		 width:100%;
		 height:auto;
     padding:0 0 30px 0;
		}

   .point3_mag_wapper{
		 width:100%;
		 height:auto;
     display: inline-block;
		 vertical-align: middle;
	 }
		
	.point3_img {
     width:40%;
		 max-width:279px;
     margin: 0 0 0 50px;
     display: inline-block;
		 vertical-align: middle;
	}
	
	.point3_mag {
			width:58%;
			height:auto;
      margin: 0 0 0 30px;
      display: inline-block;
			vertical-align: middle;

		}
		
	.point3_mag span {
      font-weight:bold;
			font-size:16px;
			color:#fff;
			width:100%;
			height:auto;
	    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
		}
		
		
	.dvd , .cd{
		 width:100%;
		 height:auto;
     display: inline-block;
		 vertical-align: middle;
		 margin:50px 0 0 0;
		}
		
	.dvd ul , .cd ul {
		 width:48%;
     height:auto;
     display: inline-block;
		 vertical-align: middle;
		 list-style:none;
   	 margin-left:30px;
		}
		
	.dvd ul li , .cd ul li {
		 font-size:28px;
     margin:25px 0;
		 line-height:30px;
		}
		
	.blue_title {
   	font-size:35px;
		color:#176da0;
		font-weight:bold;
		margin-bottom:30px;
		}
		
  .price {
		font-size:45px;
		color:#db0000;
		font-weight:bold;
		}
		
  .dvd_img , .cd_img  {
		width:42%;
		max-width:400px;
	  display: inline-block;
		vertical-align: middle;		 
    margin:0 0 0 50px;
		}
		
	.dvd_img2 , .cd_img2 {
    display:none;	
	}
		
	.cd_img  {
		max-width:361px;
		}
		
	.item_line {
		margin-top:55px;
		border: 0; 
		height: 1px; 
		background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
		background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
		background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
		background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);     
	}
.souryo{
	  font-size:20px;
	}


	.digest {
		display:block;
		width:100%;
		height:auto;
		background: repeating-linear-gradient(-45deg, #6297be, #6297be 2px, #6c9dc2 0, #6c9dc2 6px);
		margin:0px auto 0 auto;
		padding: 0 0px 30px 0px;
	}
	
	.digest span {
		font-weight:bold;
		font-size:28px;
		margin: 0 0 0 5%;
		color:#FFFFFF;
		text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	}

	.digest .move-size{
		 width:90%;
		 height:auto;
		 margin: 30px auto;
	}
	
	.digest_button {
		width:60%;
		}

	.item_info {
		width:100%;
		margin-top:50px;
	}
 
	.item_info_sub {
		font-size:28px;
		color:#176da0;
	}

	.item_info_text {
		margin-top:15px;
		font-size:18px;
		color:#3d3d3d3;
	 line-height:22px;
	}

	.item_info_list {
			display:block;
			width:80%;
			height:auto;
			background: repeating-linear-gradient(-45deg, #fff6f8, #fff6f8 2px, #fff 0, #fff 6px);
			margin:30px auto 30px auto;
			padding:20px;
	}
	
	.item_info_list ul{
			list-style:none;
	}
	.item_info_list ul li{
			margin:30px 0;
	}
	
	.item_info_list_title {
			font-size:24px;
			font-weight:bold;
			color:#f76d1a;
	}


.sale_form_wratpper {
		width:100%;
		margin-top:50px;
 }
 
.sale_form_title {
		display:block;
		width:100%;
		height:auto;
		background: repeating-linear-gradient(-45deg, #6297be, #6297be 2px, #6c9dc2 0, #6c9dc2 6px);
		margin-top:50px;
		padding:20px 0 20px 20px;
}

.sale_form_title span {
		font-weight:bold;
		font-size:28px;
		color:#FFFFFF;
		text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.sale_form_item {
		font-size:18px;
	}


.sale_form_list {
  		display:block;
			width:83%;
			height:auto;
			margin:30px auto 30px auto;
			padding:20px;
			font-size:18px;
	}

.kiyaku_tokusyo {
		font-size:12px;
		color:#1F1F1F!important;
}
.kiyaku_tokusyo  a {
	  color:#2142C0!important;
}
.kiyaku_tokusyo a:hover {
		text-decoration:underline!important;
}

.hennpin {
		font-size:16px;
	}



		.btn-primary
		{
			font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      display:block;
      min-width: 150px;
      font-weight: bold;
      font-size: 30px;
	    margin:0 auto;
      cursor: pointer;
      padding: 15px 40px;
      color: #fff;
      text-align: center;
      text-decoration: none;
      text-shadow:0px 1px 0px #4A4A4A;
      border-radius: 5px;
      -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
      transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
      -webkit-font-smoothing: antialiased;
	    transform:perspective(0);
    }

   .btn-primary:hover
   {
			color: #fff;
      -webkit-transform: translateY(3px);
      transform: translateY(3px);
  
   }
	 
	 .btn-primary:active
   {
     color: #cdcdcd;
     -webkit-transform: translateY(6px);
     transform: translateY(6px);
     transition-duration: 0.1s;
     	 
   }

/*----------------------------------------------------
      矢印アイコン位置調整
-----------------------------------------------------*/	

	.btn-primary i
	{
		 margin-left:10px;
	}


/*---------------------------------------------------
      ボタンオレンジ
-----------------------------------------------------*/
	 .btn-orenge
	 {
      background-color: #ef850c;
      box-shadow: 0 6px 0 #cc6d00, 0 12px 0 rgba(0,0,0,0.2);
   }
		
   .btn-orenge:hover
   {
      background-color: #f29225;
      box-shadow: 0 3px 0 #a75b04, 0 6px 0px rgba(0,0,0,0.2);
   }

   .btn-orenge:active
	 {		  
     background-color: #a75b04;
     box-shadow: 0 0 0 #ad5c00, 0 0 0px rgba(0,0,0,0.2);
	 }


/*----------------------------------------------------
      フォーカス枠なし
-----------------------------------------------------*/	

  .btn-primary-blue :focus,.btn-primary-green :focus,
  .btn-primary-orenge :focus,.btn-primary-red :focus
  {
    outline: 0!important;
  }

	input[type="button"]:focus {
		outline: 0;
		border-color: orange;
	}
	

	a {
		text-decoration: none;
	}

  .item_button_size {
			width:70%;
  }


@media only screen and (max-width: 978px) {

.point3_mag {
		width:85%;
}

	.dvd_img , .cd_img {
  display:none;
}

.dvd_img2 , .cd_img2 {
		display:block;
    width:auto;
		max-width:410px;
		margin:0 0 20px 0;
}

.dvd ul , .cd ul {
		width:90%;
}


.dvd ul li, .cd ul li {
		margin:25px auto;
}

.item_info_list_title {
    line-height: 25px;
}

.sale_form_list {
	width:100%;
	padding:0;
}

.sale_form_title {
		width:92%;
}

}


@media only screen and (max-width: 480px) {

.forpc {
	display:none; 
}
.forpc_sp {
	display:block;
}

.point3_font span {
	font-size:18px!important;
	line-height:22px;
	margin:5px 0;
				
	}
.point3_font {
  background-size: contain;
}

.point3_img {
	width:63%;
	}
	
.point3_mag {
	width:80%;
	margin-left:30px;
	}
.point3_mag span {
  font-size:14px;
}	

.blue_title {
  font-size:22px;	
}

.dvd , .cd {
  margin:30px 0 0 0;
}

.dvd ul, .cd ul {
	width:90%;
	margin-left:20px;
}

.dvd ul li, .cd ul li {
  font-size: 17px;
  margin: 10px 0;
  line-height: 25px;
}

.price {
	font-size:34px;
}

.btn-primary {
	font-size:25px;
  width: 90%;
  margin: 15px;
}

.digest span {
  font-size:22px;
}

.digest_button {
	width:90%;
}

.item_info_list {
	width:95%;
  padding:10px;	
}

.sale_form_list {
	font-size:16px;
}

.sp_content_top {
	margin-top: -20px!important;
}

.souryo {
		font-size:12px;
}

.hennpin {
		font-size:12px;
    line-height:13px!important;
	}


}























/* 2017-01-30　追加 */

