@charset "utf-8";
/*リセットcss*/
* {
box-sizing: border-box;
}

body {
font-family: メイリオ, 'Hiragino kaku Gothic Pro', sans-serif;
font-size: 14px;
line-height: 1.6;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td,img{
    margin: 0; 
    padding: 0;
}

html{
    overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}

ol, ul{
    list-style:none;
}

fieldset, img{
     border:0;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}

a {
text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

/*clear fix*/
*,
*:before,
*:after {
box-sizing: border-box;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*common*/
.left {
    float: left;
}

.right {
    float: right;
}


/*header*/

.drawer-hamburger {
    z-index: 999999!important;
}

.drawer-nav {
    z-index: 999998!important;
}

.top_header .left {
    float: left;
    margin-left: 40px;
}
.top_header .right {
    float: right;
}
.top_header .gnavi ul {
    letter-spacing: -.40em;
}
.top_header .gnavi ul li {
    letter-spacing: 0.1em;
    display: inline-block;
    margin-right: 30px;
    font-weight: bold;
    font-size: 14px;
    vertical-align: middle;
}
.top_header a {
    color: #E72922;
}
.top_header {
    width: 100%;
    padding-top: 33px;
    padding-bottom: 14px;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 99999;
}
.main_visual {
    width: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    height: 600px;
    margin-top: 89px;
    margin-bottom: 30px;
    position: relative;
}
.logo_wrap {
    position: absolute;
    width: 424px;
    height: 328px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 24px;
    margin: auto;
    background-color: rgba(255,255,255,0.6);
    text-align: center;
}
.logo_wrap .img {
    margin-bottom: 14px;
}

/*main*/
.main {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.verticalimg {
    text-align: center;
    margin-bottom: 20px;
}
h2  {
    font-size: 32px;
    color: #E72922;
    letter-spacing: 0.3em;
    text-align: center;
    font-weight: bold;
    line-height: 1em;
}

.title {
    margin-bottom: 32px;
}

.content .title {
    margin-bottom: 0;
}


/*about*/


.about {
    margin-bottom: 36px;
}
.about .title {
    margin-bottom: 32px;
}

.about .content {
    background-color: #E72922;
    color: #ffffff;
    padding-bottom: 36px;
    position: relative;
    height: 0;
    padding-top: 41.2%;
}

.about .content .thumbnail {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.about .content .thumbnail img {
    width: 100%;
    height: 100%;
    max-height: 450px;
    object-fit: cover;
    overflow: hidden;
}

.about .content dl {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

.about .content .title {
    font-size: 26px;
    text-align: center;
    padding-top: 32px;
    padding-bottom: 30px;
    line-height: 1.4em;
}

.about .content .txt {
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
    line-height: 1.8em;
}

/*news*/
.news {
    margin-bottom: 60px;
}

.news ul {
    letter-spacing: -.40em;
    margin-top: 45px;
}

.news ul li {
    letter-spacing: normal;;
}

.news ul li:first-child {
    margin-right: 0!important;
    margin-bottom: 48px;
    background-color: #E72922;
    position: relative;
    height: 0;
    padding-top: 45%;

}

.news ul li:first-child .left {
    float: none;
    position: absolute;
    width: 50%;
    height: 450px;
    left: 0;
    top: 0;
}

.news ul li:first-child .left img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    overflow: hidden;
}

.news ul li:first-child .right {
    float: none;
    position: absolute;
    width: 40%;
    right: 4.5%;
    top: 44px;
    color: #ffffff;
}

.news ul li:first-child .right .date {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: normal;
}

.news ul li:first-child .right .title {
    font-size: 26px;
    margin-bottom: 60px;
    font-weight: bold;
}

.news ul li:first-child .right .title a {
    color: #fff;
}

.news ul li:first-child .right .excerpt {
    font-size: 12px;
}

.news ul li:not(:first-child)  .left,
.news ul li:not(:first-child)  .right {
    float: none;
}

.news ul li:not(:first-child) {
    width: 206px;
    display: inline-block;
    margin-right: 58px;
}

.news ul li:last-child {
    margin-right: 0!important;    
}

.news ul li:not(:first-child) .left .thumbnail {
    margin-bottom: 24px;
}

.news ul li:not(:first-child) .left .thumbnail img {
    width: 206px;
    height: 206px;
    object-fit: cover;
    overflow: hidden;
}

.news ul li:not(:first-child) .right .date {
    margin-bottom: 8px;
    font-size: 18px;
    color: #000;
}

.news ul li:not(:first-child) .right .title {
    font-size: 15px;
    color: #e72922;
}

.news ul li:not(:first-child) .right .title a {
    color: #e72922;
}

.news ul li:not(:first-child) .right .txt {
    display: none!important;
}

.news_more {
    width: 250px;
    height: 60px;
    margin: 0 auto;
    border: solid 1px #E72922;
    border-radius: 60px;
    line-height: 60px;
    text-align: center;
    margin-top: 60px;
    font-size: 18px;
}

.news_more a {
    color: #E72922;
    display: block;
}

.news_more a:hover {
    border: none;
    background-color: #E72922;
    color: #fff;
    border-radius: 60px;
}


/*gift*/
.gift .subtxt {
    font-size: 18px;
    margin-bottom: 55px;
}
.giftlist {
    margin-bottom: 116px;
}
.giftlist ul {
    letter-spacing: -.40em;
}
.giftlist ul li {
    letter-spacing: normal;
    display: inline-block;
    width: 22%;
    margin-right: 4%;
    text-align: center;
}

.giftlist ul li:last-child {
    margin-right: 0;
}

.giftlist .img {
    width: 205px;
    height: 205px;
    margin: 0 auto 16px;
}

.giftlist .img img {
    width: 205px;
    height: 205px;
    object-fit: contain;
    overflow: hidden;    
}

.giftlist .txt {
    border: solid 1px #E72922;
    border-radius: 20px;
    font-size: 15px;
    color: #E72922;
    display: inline-block;
    padding: 5px 10px;
    font-weight: bold;
}

#gift .gift {
    margin-bottom: 60px;
}

#gift .gift > dl {
    padding: 42px 150px;
}

.bungu,
.housou {
    background-color: #E72922;
    color: #ffffff;
}

.bungu .title,
.zakka .title,
.housou .title,
.software .title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 24px;
}

.bungu .txt,
.zakka .txt,
.housou .txt,
.software .txt {
    font-size: 18px;
}

.itemmore {
    text-align: right;
    font-size: 16px;
}

.bungu .itemmore a,
.housou .itemmore a {
    color: #fff;
}

.zakka .itemmore a,
.software .itemmore a {
    color: #E72922;
}

.client {
    margin-bottom: 62px;
    background-color: #E72922;
    position: relative;
    height: 0;
    padding-top: 44%;
}

.client .thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.client .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.client .right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    color: #fff;
}
.client .right .title {
    text-align: center;
    font-size: 25px;
    padding-top: 80px;
}

.client .right .txt {
    font-size: 17px;
    width: 440px;
    padding-top: 60px;
    padding-left: 50px;
}

.koden .title .txt {
    color: #595757;
    font-size: 32px;
}
.koden .subtxt {
    font-size: 18px;
    color: #000000;
    text-align: center;
    margin-bottom: 55px;
}

.koden .content {
    background-image: url(images/bg_koden.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 29px;
}

.koden .content .title {
    font-size: 29px;
    color: #ffffff;
    padding-top: 113px;
    text-align: center;
}

.koden .content .txt {
    font-size: 18px;
    width: 638px;
    color: #ffffff;
    margin-right: auto;
    margin-left: auto;
    padding-top: 28px;
    padding-bottom: 28px;
}
.koden .sample {
    margin-bottom: 97px;
}
.koden .sample .title {
    color: #595757;
    font-size: 30px;
    text-align: center;
    margin-bottom: 29px;
    letter-spacing: 0.2em;
    font-weight: bold;
}

.koden .sample .left {
    float: left;
}

.koden .sample .left,
.koden .sample .right {
    width: 48%;
}

.koden .sample .left a,
.koden .sample .right a {
    display: block;
    text-align: center;
}

.koden .sample .left img {
    width: auto;
	height: 310px;
	object-fit: contain;
}
.koden .sample .right img {
    width: auto;
	height: 310px;
	object-fit: contain;
}
.koden .sample .right {
    float: right;
}

/*cataloggift*/
.cataloggift .subtxt {
	text-align: center;
	font-size: 18px;
}
.cataloggift {
	margin-bottom: 63px;
}
.eternal {
	padding-left: 50px;
	padding-top: 80px;
	margin-bottom: 81px;
}
.eternal .left {
	float: left;
}
.eternal .right {
	float: left;
	width: 576px;
	padding-top: 44px;
	padding-left: 41px;
}
.eternal .right .txt {
	padding-top: 24px;
	font-size: 17px;
}

.eternal .right .title .eng {
    font-size: 48px;
    font-family: 
    "游明朝体", "YuMincho",
    "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN",
    "ヒラギノ明朝 Pro", "Hiragino Mincho Pro",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho",
    serif;
}

.courselist table {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.courselist .toptitle {
	height: 38px;
	margin-bottom: 7px;
}
.courselist .brank td {
	border: none;
}
.courselist .brank {
	height: 7px;

}
.courselist tr {
	height: 46px;
}
.courselist .title {
	padding-left: 34px;
	letter-spacing: 0.2em;
}
.courselist td.price {
	text-align: right;
	padding-right: 60px;
}
.courselist th {
	background-color: #E72922;
	color: #ffffff;
	font-size: 16px;
	border: solid 1px #E72922;
}
.courselist th.title {
	text-align: center;
	border-right: solid 1px #ffffff;
}
.courselist th.price {
	text-align: center;
}
.courselist td {
	color: #E72922;
	font-size: 18px;
	border: solid 1px #E72922;
}

/*eventgift*/
.eventgift .subtxt {
	text-align: center;
	font-size: 18px;
	margin-bottom: 59px;
}
.eventlist ul {
	letter-spacing: -.40em;
}
.eventlist ul li {
	letter-spacing: normal;
	display: inline-block;
    width: 22%;
    margin-right: 4%;
	text-align: center;
}
.eventlist .img {
	width: 230px;
    margin: 0 auto 20px;
	height: 230px;
}

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

.eventlist ul li:last-child {
	margin-right: 0;
}
.eventlist .txt {
	border: solid 1px #E72922;
    border-radius: 20px;
    font-size: 15px;
    color: #E72922;
    display: inline-block;
    padding: 5px 10px;
    font-weight: bold;
}
.undoukai {
    letter-spacing: 0.1em;

}
 .eventlist {
 	margin-bottom: 92px;
 }   
/*contact*/
.contactform_outer {
    width: 1000px;
    background-color: #E72922;
    padding: 80px 80px 13px;
    margin-bottom: 73px;
}

.contactform table{
    width: 100%;
    background-color: #ffffff;
    font-size: 15px;
    margin-bottom: 13px;
}

.contactform tr {
    height: 80px;
    border-bottom: solid 1px #E72922;
}

.contactform th {
    padding-left: 18px;
    vertical-align: top;
    padding-top: 28px;
}
input {
    width: 616px;
    height: 40px;
    outline: 0;
}

.textarea textarea {
    width: 611px;
    height: 369px;
    margin-top: 20px;
    margin-bottom: 20px;
    outline: 0;
}
.submit .wpcf7-form-control{
    width: 130px;
    height: 53px;
    text-align: center;
}
.submit {
    height: 53px;

}
.submit  {
    text-align: center;
}
/*footer*/
.footer_outer {
    background-color: #E72922;
    color: #ffffff;
}
.footer {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 32px;
}

.footer .left {
    float: left;
}
.footer .left .title .txt {
    font-size: 32px;
    text-align: center;
    padding-top: 24px;
}
.footer .left .title .eng {
    text-align: center;
    padding-top: 10px;
}
.footer .left .title .adress {
    font-size: 17px;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 0.1em;
    padding-top: 22px;
}

.footer .left .title .tel,
.footer .left .title .fax {
    border: solid 2px #ffffff;
    text-align: center;
    border-radius: 60px;
    font-size: 18px;
    padding: 18px 11px;
    margin-bottom: 21px;
    letter-spacing: .2em;
}

.footer .left .title .tel a,
.footer .left .title .fax a {
    color: #fff;
}

.footer .right {
    float: right;
}

.footer_logo {
    margin-top: 50px;
    padding-bottom: 27px;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
.footer_logo .left {
    float: left;
}
.footer_logo .right {
    float: right;
}
.footer_gnavi ul {
    letter-spacing: -.40em;
}
.footer_gnavi ul li {
    letter-spacing: normal;
    display: inline-block;
    margin-right: 30px;
    font-size: 15px;
    vertical-align: middle;
}
.footer_gnavi a {
    color: #ffffff;
}
.copyright {
    font-size: 10px;
    text-align: center;
    color: #E72922;
    letter-spacing: 0.1em;
}

/*pagetop*/
#pagetop {
    position: fixed;
    bottom: 20px;
    right: 80px;
}
 #pagetop a {
        display: block;
        opacity(0.8);
}


/*archive・single*/
#blog_main {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
}

#blog_main h2 {
    text-align: left;
    margin-bottom: 40px;
}

#blog_main > .left {
    width: 70%;
}

.under_main {
    margin-top: 40px;
}

.blog_list {
    width: 100%;
}

.blog_list li {
    margin-bottom: 44px;
}

.blog_list li a {
    display: block;
}

.blog_thumbnail {
    width: 28%;
    height: 146px;
}

.blog_thumbnail img {
    width: 220px;
    height: 146px;
    overflow: hidden;
    object-fit: cover;
}

.blog_content {
    width: 70%;
}

.blog_date {
    font-size: 12px;
    color: #727272;
    margin-bottom: 4px;
}

.blog_title {
    font-size: 21px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.blog_excerpt {
    width: 280px;
    font-size: 15px;
    color: #000;
    line-height: 1.8em;
}

.blog_sidebar {
    width: 230px;
}

.blog_archive_title {
    background-color: #E72922;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 44px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.monthly_archive {
    letter-spacing: -.40em;
    margin-bottom: 40px;
}

.monthly_archive li {
    letter-spacing: normal;
    text-align: center;
    border-bottom: solid 1px #9fa0a0;
    height: 40px;
    line-height: 44px;
}

.monthly_archive li a {
    color: #000;
}

.single_top {
    padding-bottom: 12px;
    border-bottom: solid 1px #9fa0a0;
    margin-bottom: 44px;
}

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

.btn_blogmore { 
    width: 200px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    background-color: #E72922;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    border-radius: 0.4em;
    margin-bottom: 24px;
}

.btn_blogmore a {
    display: block;
    color: #fff;
}

/*archive single*/
#blog_main {
    margin-bottom: 60px;
}

.blog_content h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
}

.blog_content h3 {
    font-size: 21px;
    margin-bottom: 24px;
}

.blog_content h4 {
    font-size: 18px;
    margin-bottom: 14px;
}

.blog_content p {
    margin-bottom: 24px;
    font-size: 15px;
}

/*ページナビ*/
.pages {
    display: none;
}

.current {
    width: 44px;
    height: 44px;
    display: inline-block;
    line-height: 44px;
    background-color: #E72922;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    border: solid 1px #E72922;
}

.pagenavi a {
    width: 44px;
    height: 44px;
    display: inline-block;
    line-height: 36px;
    background-color: #fff;
    text-align: center;
    color: #E72922;
    margin-right: 10px; 
    border: solid 1px #E72922;
}

.extend {
    width: 44px;
    height: 44px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    margin-right: 10px; 
}

.subpage .verticalimg {
    margin: 54px;
}

.sub_title {
    display: block;
    background-color: #e71e22;
    height: 200px;
    line-height: 200px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    margin-top: 90px;
}

/*商品一覧ページ*/

.item_list {
    letter-spacing: -.40em;
}

.item_list li {
    letter-spacing: normal;
    display: inline-block;
    width: 220px;
    margin-right: 36px;
    vertical-align: top;
    margin-bottom: 60px;
}

.item_list li:nth-child(4n) {
    margin-right: 0;
}

.item_list li .thumbnail {
    width: 220px;
    height: 205px;
    margin-bottom: 18px;
}

.item_list li .thumbnail img {
    width: 220px;
    height: 205px;
    object-fit: contain;
    overflow: hidden;
    vertical-align: middle
}

.item_list li .item_number {
    font-size: 12px;
    margin-bottom: 10px;
}

.item_list li .item_title {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
}

.item_list li .item_price {
    font-size: 22px;
    color: #e72922;
    font-weight: bold;
    margin-bottom: 6px;
}

.item_list li .item_price span {
    font-size: 15px;
}

.item_list li .item_remarks {
    width: 100%;
    padding: 10px;
    text-align: center;
    background-color: #e72922;
    color: #fff;
    font-size: 12px;
}

.itemlist_category {
    width: 1000px;
    margin: 0 auto;
    border: solid 1px #e72922;
    padding: 20px 20px 6px 20px;
    margin-bottom: 44px;
}

.itemlist_category ul {
    letter-spacing: -.40em;
    width: 100%;
}

.itemlist_category ul li {
    letter-spacing: normal;
    display: inline-block;
    width: 25%;
    text-align: center;
    margin-bottom: 14px;
}

.itemlist_category ul li a {
    color: #e72922;
}

.item_list_title {
    font-size: 48px;
    text-align: center;
    line-height: 1;
    margin-bottom: 40px;
}

.item_list_title span {
    font-size: 14px;
    line-height: 1;
}





/*common*/
.pc {
    display: block!important;
}
.pc2 {
    display: block!important;
}
.sp1 {
    display: none!important;
}
.sp2 {
    display: none!important;
}

/*↑↑↑ここより上がいつものCSS*/
/*↓↓↓ここより下がいつものCSSに追加するメディアクエリ*/

@media screen and (max-width:1000px) {
/*common*/
.pc {
    display: none!important;
}
.sp1 {
    display: block!important;
}
.row {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.main_visual {
    height: 400px;
}

.logo_wrap {
    width: 100%;
    height: 270px;
    padding: 12px;
    text-align: center;
}

.logo_wrap .icon {
    width: 20%!important;
}

.logo_wrap .img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.main {
    width: 100%;
}

.about .content dl .title {
    font-size: 20px;
    padding-top: 16px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.news {
    width: 90%;
    margin: 0 auto 48px;
}

.news ul li {
    overflow: hidden;
}

.news ul li:first-child {
    width: 100%;
    margin: 0 auto 48px!important;
}

.news ul li:first-child .left {
    height: 100%;
}

.news ul li:first-child .left img {
    width: 100%;
    height: 100%;
}

.news ul li:first-child .right .title {
    margin-bottom: 20px;
    font-size: 22px;
}

.news ul li:not(:first-child) {
    width: 32%;
    margin-right: 2%;
}

.news ul li:nth-child(4) {
    margin-right: 0;
}

.news ul li:nth-child(5) {
    display: none;
}

.gift {
    width: 90%;
    margin: 0 auto;
}

.giftlist ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 48px;
}

.giftlist ul li:nth-child(2n) {
    margin-right: 0;
}

.giftlist ul li .img176 {
    margin: 0 auto;
}

#gift .gift > dl {
    padding: 42px 75px;
}

.client .right .title {
    padding-top: 40px;
    margin-bottom: 16px;
}

.client .right .txt {
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
    padding-top: 30px;
}

.koden .content .title {
    font-size: 26px;
}

.eternal {
    padding-left: 0;
}

.eternal .left,
.eternal .right {
    float: none;
    text-align: center;
    margin: 0 auto;
    padding-left: 0;
}

.eventlist {
    width: 90%;
    margin: 0 auto;
}

.eventlist ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 48px;
}

.eventlist ul li:nth-child(2n) {
    margin-right: 0;
}

.contactform_outer {
    width: 100%;
    padding: 80px 0 14px;
}

div.wpcf7 {
    width: 90%;
    margin: 0 auto!important;
}

.contactform tr {
    height: auto;
}

.contactform th,
.contactform td {
    display: block;
}

.contactform th {
    text-align: center;
    padding: 32px 0 16px; 
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.contactform td {
    text-align: center;
    margin-bottom: 32px;
}

.footer_outer {
    padding-bottom: 60px;
}

.footer {
    width: 90%;
    margin: 0 auto;
}

.footer .left,
.footer .right {
    float: none;
    text-align: center;
}

.footer .left .title .tel,
.footer .left .title .fax {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.footer .left .title .tel {
    margin-right: 14px;
}

#blog_main {
    width: 100%;
}

#blog_main > .left,
#blog_main > .right {
    float: none;
}

#blog_main > .left {
    width: 90%;
    margin: 0 auto;
}

.blog_sidebar {
    width: 90%;
    margin: 0 auto;
}

.blog_sidebar .sidebar_content {
    float: left;
    width: 40%;
}

.blog_sidebar .sidebar_content:first-child {
    margin-right: 20%;
}

.pagenavi {
    margin-bottom: 40px;
}

.itemlist_category {
    width: 90%;
}

.item_list {
    width: 90%;
    margin: 0 auto;
}

.item_list li {
    width: 49%;
    margin-right: 2%;
}

.item_list li:nth-child(2n) {
    margin-right: 0;
}

.item_list li .thumbnail {
    margin: 0 auto 18px;
}

.page_itemlist .pagenavi {
    width: 90%;
    margin: 60px auto;
}



}

@media screen and (max-width:768px) {
.pc2 {
    display: none!important;
}
.sp1 {
    display: block!important;
}
.sp2 {
    display: block!important;
}

.top_header .left {
    float: none;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.about .content {
    background-image: none;
    height: auto;
    padding: 32px 0;
    position: static;
}

.about .content dl {
    width: 100%;
    position: static;
}

.about .content dl .title {
    padding-top: 0;
}

.news ul li:not(:first-child) {
    display: none;
}

.news ul li:first-child {
    position: static;
    background-color: transparent;
    height: auto;
    padding-top: 0;
}

.news ul li:first-child .left {
    position: static;
    width: 100%;
    height: auto;
}

.news ul li:first-child .left img {
    vertical-align: bottom;
}

.news ul li:first-child .right {
    background-color: #e72922;
    position: static;
    width: 100%;
    text-align: center;
    padding: 14px 20px;
}

.news ul li:first-child .right .title {
    margin-bottom: 0;
}

.giftlist ul li {
    width: 100%;
    margin-right: 0;
}

#gift .gift > dl {
    padding: 21px 30px;
}

.client {
    position: static;
    background: none;
    height: auto;
    padding-top: 0;
    margin-bottom: 60px;
}

.client .right {
    float: none;
    position: static;
    background-color: #e72922;
    width: 100%;
    padding: 21px 30px;
}

.client .right .title {
    padding-top: 0;
}

.koden .content {
    background-color: #b5b5b6;
    background-position: center top;  
}

.koden .content dl {
    padding-bottom: 20px;
}

.koden .content .title {
    font-size: 20px;
    padding-top: 140px;
}

.koden .content .txt {
    width: 90%;
    font-size: 16px;
}

.koden .sample .left,
.koden .sample .right {
    float: none;
    width: 100%;
    text-align: center;
}

.eternal {
    width: 90%;
    margin: 0 auto 80px;
}

.eternal .left,
.eternal .right {
    width: 100%;
}

.eternal .right .txt {
    font-size: 14px;
    text-align: left;
    padding-top: 0;
}

.courselist table {
    width: 90%;
}

.courselist td.price {
    padding-right: 30px;
}

.eventgift .subtxt {
    width: 90%;
    margin: 0 auto 59px;
    font-size: 16px;
}

.eventlist ul li {
    width: 100%;
    margin-right: 0;
}

.contactform tr {
    width: 100%;
}

.contactform td {
    width: 100%;
    padding: 5px 5%;
}

input {
    width: 100%!important;
}

.textarea textarea {
    width: 100%;
}

.submit .wpcf7-form-control {
    width: 130px!important;
}

.footer .left .title .tel,
.footer .left .title .fax {
    display: block;
}

.footer .left .title .tel {
    margin-right: 0;
}

.googlemap iframe {
    width: 100%;
}

.blog_list li a div {
    float: none;
    width: 100%;
}

.blog_thumbnail {
    text-align: center;
}

.blog_content {
    width: 100%;
    margin-bottom: 60px;
}

.about .content .thumbnail,
.client .thumbnail {
    display: none;
}


}

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

.item_list li {
    width: 100%;
    margin-right: 0;
}


}
