﻿@charset "utf-8";
@charset "utf-8";
/* CSS Document */

body{
    -webkit-text-size-adjust: 100%; 
    color: #3e3e3e;
    font-size: 13px;
    letter-spacing: 0.07em;
	line-height: 2em;
    background-color: #fff;
    font-family: TsukuGoPr5-R , "游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;

}
@media screen and (max-width:1400px) {
	body{
    	margin: 0 auto;
		width: 150%;
	}
}

a{
    color:inherit;
    text-decoration: none;
}
a:hover{
color:#4AA4E4;
}
li{
	list-style: none;
}
.ue
{
	border-bottom: dotted;
    border-color: #c5c5c5;
	height: 65px;
	width: 100%;
}
header nav {
    padding: 30px 0 30px;
    text-align: center;
    width: 1000px;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    margin-bottom: 30px;
}
header nav ul li {
    margin-left: 56px;
    display: inline-block;
}
header nav ul li:first-child {
	margin: 0px;
}
.head{
	width: 100%;
    height: 260px;
    border: none;
}
footer{
    border-top: dotted;
    border-color: #c5c5c5;
    color: #7a7773;
	clear: both;
	margin-top: 100px;
}
footer nav {
    width: 100%;
    text-align: center;
}
footer ul{
	width: 540px;
    margin: 0 auto;
}
footer li {
    float: left;
	margin: 35px 20px;
}
footer li:last-child {
	margin: 20px;
}

footer p {
text-align: center;
    margin: 0 auto;
	clear: both;
}
dd {
	margin: 0;
}

/* 　　　　　以上固定　　　　　 */

.topimg
{
	    text-align: center;
}
.kikaku
{
    padding-left: 20px;
    box-sizing: border-box;
    float: right;
    width: 950px;
}
.contents_a{
	font-size: 11px;
    line-height: 17px;
    color: #969696;
    margin: 0 0 20px 0;
    padding: 20px 20px;
    height: 30px;
}
.contents_a_unedr{
	font-size: 11px;
    line-height: 17px;
    color: #969696;
    margin: 0 0 20px 0;
    padding: 20px 20px;
    height: 30px;
}
.contents li p {
	margin: 0px;
}
.contents li
{
    float: left;
    width: 235px;
	height: 300px;
    margin: 35px 0;
    margin-right: 40px;
    background-color: #FFF;
    padding: 20px 12px 30px 15px;
}
.contents li a p img{
	    width: 222px;
}

.section1
{
	display: block;
    background-color: #eeeeee;
    height: 1300px;
}
.news
{
    width: 250px;
    padding: 10px 0 10px 20px;
    background: #FFF;
}
.list_news
{
	padding: 0px;
}

.list_news li
{
	margin: 5px;
}

.list_news li:hover{
	background: #F6F6F6;
}

.kikaku_all
{
	width: 1300px;
    margin: 0 auto;
}
.ttl{
	border-bottom: double 7px;
	font-size: 15px;
    padding: 5px 15px;
	margin: 50px 0 10px 0;
}
.ttl_sarch
{
	padding: 0;
    width: 1000px;
    margin: 20px auto;
}
.ttl_sarch li
{
    background-color: white;
    border-radius: 10px;
    float: left;
    margin: 5px 5px;
}

.ttl_sarch li p
{
	margin: 0px;
	padding: 0 10px;
}

.photo
{
    text-align: center;
    margin: 60px 200px;
}

.info
{
	    background: #eeeeee;
	    height: 500px;
	    padding: 40px;
	text-align: center;
}

.info div
{
    margin: 0 auto;
    max-width: 950px;
}
.info h2{
	border-bottom: solid 1px #57bfe6;
    padding: 10px;
    letter-spacing: 5px;
}
.info p {
	display: inline-block;
    margin: 70px 0;
    text-align: left;
    line-height: 30px;
}

a:hover img {
	opacity: 1;
	-webkit-animation: flash 1s;
	animation: flash 1s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
.topimg p{
	    margin: 40px 0 20px 0px;
}
	.motto{
		text-align: center;
	}
	.button {
		text-align: center;
		display: inline-block;
		width: 200px;
		height: 54px;
		text-align: center;
		text-decoration: none;
		line-height: 54px;
		outline: none;
	}
	.button::before,
	.button::after {
		position: absolute;
		z-index: -1;
		display: #4AA4E4;
		content: '';
	}
	.button,
	.button::before,
	.button::after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.button {
		position: relative;
		z-index: 2;
		border: 2px solid #333;
		color: #333;
		line-height: 50px;
		-webkit-perspective: 300px;
		perspective: 300px;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
	.button:hover {
		color: #fff!important;
		border: 2px solid #4AA4E4;
	}
	.button::after {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #57bfe6;
		-webkit-transform-origin: center top;
		transform-origin: center top;
		-webkit-transform: rotateX(90deg);
		transform: rotateX(90deg);
		opacity: 0;
	}
	.button:hover::after {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
		opacity: 1;
	}



/* 　　　　　以下JS　　　　　 */

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.under_original{
	text-align: center;
}

.under_original h2{
	clear: both;
    margin: 150px 0px 40px;
}
.order_buy{
	border-bottom: solid 7px #efefef;
    padding: 0 0 20px 0;
}
.nav_original {
	width: 1200px;
    margin: 0 auto;
}
.nav_original ul li {
	float: left;
    margin: 20px;
}
.nav_original ul {
	margin: 0 100px;
}

/* 　　　　　オリジナル　　　　　 */

.itain{
	width: 550px;
    float: right;
    text-align: left;
    margin: 55px 0;
    line-height: 30px;
}
.under_ttl{
	background-image: url(/../new_images/global/itain_back.png);
    background-repeat: no-repeat;
    background-position-y: 70px;
    padding-top: 30px;
	text-align: center;
}
.template_dl {
	background: #eeeeee;
    width: 800px;
    height: 410px;
    margin: 0 auto;
}
.template_dl table{
	width: 85%;
    margin: 0 auto;
}
.template_dl_bt {
	background: #FFF;
    border: solid 2px #282828;
    border-radius: 6px;
    width: 130px;
}
.template_dl_bt:hover{
	background: #282828;
    color: #FFF;
}
.template_dl_bt a{
	    padding: 5px 20px;
}
.template_dl tr{
	border: solid 1px;
} 
.template_dl th {
    border: solid 1px;
}
.template_dl_p{
	border: solid 1px;
    position: relative;
    left: -3px;
}
.original_coution{
	margin: 40px 0;
}
.original_coution2{
	margin-top: 50px;
}
.buy_li{
	margin: 70px 0;
}
.buy_li li{
    width: 370px;
    float: left;
    margin: 0 90px;
}
.buy_li li a{
    background: #58c9b7;
    color: #FFF;
    padding: 30px 50px;
    position: relative;
    top: 40px;
    font-size: 20px;
}
.buy_taku {
	padding: 30px 120px!important;
}
.buy_li li p{
	margin: 75px 0;
    text-align: left;
}

.under_info{
	text-align: left;
    margin: 0 auto;
}

.under_width{
	width: 1100px;
	margin: 0 auto;
	    margin-bottom: 200px;
}

/* 　　　　　お問い合わせ　　　　　 */

.ttl_border {
    width: 70px;
    height: 2px;
    background: #828282;
    margin: 10px 0 50px 0;
}
.lnquiry_list{
    width: 1000px;
    margin: 0 auto;
}

.under_lnquiry h2{
	letter-spacing: 5px;
    font-size: 25px;
    margin-top: 90px;
    font-weight: normal;
}
.under_lnquiry h3{
	font-size: 20px;
    margin-top: 5px;
    font-weight: normal;
    letter-spacing: 3px;
}

.lnquiry_list img {
	float: left;
    margin: 0 20px 0 0;
    display: block;
    clear: both;
}
.lnquiry_list li{
	border: solid #cecece;
    border-width: 1px 0 0px 0;
	padding: 30px;
    padding-bottom: 40px;
}
.lnquiry_list dd{
    margin: 40px 0 0 0;
}
.lnquiry_list dd img{
    padding-top: 10px;
}

.lnquiry_list dt p{
	margin-top: 6px;
    line-height: 1.6;
    font-size: 20px;
}
.lnquiry_list dd p{
	width: 810px;
    margin: 0 auto;
}
.lnquiry_list li:last-child{
	border-width: 1px 0 1px 0;
}

.lineup{
	margin: 40px 0 0 2%;
}
.under_lineup h2{
	width: 1100px;
    margin: 0 auto;
}
.limited_lineup li{
	width: 290px;
    border: solid 1px #b5b5b5;
    padding: 20px;
    float: left;
    margin: 0.8%;
}
.limited_lineup dt{
	text-align: center;
}
.lineup_bt{
	background: #58c9b7;
    color: #FFF;
    position: relative;
    font-size: 15px;
    text-align: center;
    padding: 10px;
}
.lineup_bt:hover{
	color: #58c9b7;
    background-color: #FFF;
    border: solid #58c9b7;
	padding: 7px;
}
.lineup_end{
	clear: both;
    background: #eeeeee;
    height: 450px;
    padding: 30px;
    margin: 120px 0;
    position: relative;
    top: 50px;
}
.lineupinfo2{
	clear: both;
}
.lineupinfo{
	background-image:none;
	clear: both;
}
.media_table tr{
	height: 40px;
}
.media_table th{
	border-bottom: solid 1px #d0d0d0
}
.media_table td{
	border-bottom: solid 1px #d0d0d0
}
.media_year{
	border-left: solid 5px #58c0e7;
    padding: 0 0 0 10px;
}
.guide h3{
	border-bottom: solid 1px #dcdcdc;
	margin-top: 100px;
}
.guide h4{
    border-left: solid 5px #58c0e7;
    padding: 0 0 0 10px;
    font-weight: normal;
    font-size: 15px;
    margin: 50px 0 40px 0;
    clear: both;
}
.guide section{
	margin: 0 0 0 40px;
}

.guide_use
{
	    height: 350px;
}

.guide_use li{
	list-style: none;
    width: 45%;
    float: left;
    border-bottom: solid 1px #ececec;
    padding: 10px 0;
	margin: 0 50px 0 0;
}
.guide_use li img{
	    float: left;
	    margin: 0 15px 0 0px;
}
.case{
	border: solid 1px #d8d8d8;
    padding: 30px;
    margin: 30px 0px;
}

.osikata dt{
	margin: 10px 0;
	font-size: 15px;
}

.osikata dd{
	margin: 20px;
}
.osikata dl
{
	border-bottom: dotted 2px #58c0e7;
    margin-bottom: 30px;
}

.case_more{
	width: 50%;
    float: left;
    margin: 40px;
}
.case{
	border: solid 1px #d8d8d8;
    padding: 30px;
    margin: 30px 0px;
}

.case dt{
	font-size: 15px;
    border-bottom: dotted 1px #58c0e7;
}
.case img{
	float: right;
	max-width: 400px;
}
.case2{
	height: 460px!important;
}
.case2 img{
	margin-top: 50px;
}
.case2 span{
	font-size: 11px;
    font-weight: 600;
    color: #e0001e;
}

.case_hight dl{
	height: 346px;
}

.original_ginko{
	border: solid 2px #8cdbcf;
    font-size: 11px;
    padding: 5px 40px;
    line-height: 20px;
    width: 360px;
	margin-bottom: 30px;
}

.itain span{
	font-size: 10px;
    color: #fe223c;
}
.original_coution_top{
	font-size: 10px;
    color: #fe223c;
    line-height: 15px;
    margin: 20px 0;
}

.case label{
	    width: 100px;
    float: left;
	    margin: 0 20px;
}
.lineup_list h2{
	    height: 80px;
}

.buy_li li a:hover{
	background: #FFF;
    border: solid 1px;
    color: #58c9b7;
}
.info_privacy h3{
	border-bottom: none;
    margin: 20px;
	font-size: 13px;
}

.tokutei dl{
	height: 50px;
    border-bottom: dotted 1px #ccc;
}
.tokutei dt{
	    float: left;
    width: 350px;
    padding: 10px;
}
.tokutei dd{
        padding: 10px;
    width: 550px;
    float: right;
}
.tokutei_height{
	height: 80px!important;
}
.tokutei_height_last{
	height: 190px!important;
}

/* 　　　　　注文フォーム　　　　　 */
.inzai td{
	width: 250px;
}
.order_select {
	padding: 5px 10px;
    background: #dadada;
    margin: 0px 5px 40px 0;
    border: none;
}
.inzai label{
	padding: 45px;
}

.order_bihin td{
	    width: 130px;
    margin: 40px;
    padding: 10px 40px;
}
.order_bihin label{
		padding: 0px;
}
.order_bihin img{
    width: 160px;
}

.inzai_select{
	padding: 5px 10px;
    background: #dadada;
    margin: 5px 5px 5px 55px;
    border: none;
}
#caution_order div{
	color: #fe223c;
    text-align: center;
	margin: 100px 0 0 0;
}
#caution_order dl{
	margin: 30px 0;
    padding: 30px 20px;
    border: dotted #dadada;
    border-width: 2px 0px;
}
#caution_order dt{
	margin: 10px 0;
}
#caution_order dd{
	margin: 0 0 0 10px;
}
.inzai_font dt{
    font-size: 15px;
}
#caution_order{
	margin: 0;
}
.order_namein h5{
	font-size: 15px;
    font-weight: normal;
}
.case_nemain td{
    width: 80px;
    padding: 15px 25px;
    border: solid #dadada 1px;
}
.case_nemain img{
	    width: 80px;
}