@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.grecaptcha-badge { visibility: hidden; }

/* 編集画面の項目ヘッダーカラー */
.edit-post-meta-boxes-area .postbox-header {
    background-color: #0072aa;
    color: #FFF;
}

.toggle-indicator {
    color: #ffffff;
}

p{
	margin: 0 0 1.6em;
	line-height: 1.6;
}

#info_tb th,  #info_tb td{
	white-space: pre-wrap;
}

.wrap{
	width: 100%;
}

#header-container{
	width: 100%;
}

.page .logo-header {
  display: none;
}

.content-in{
	flex-wrap: nowrap;
	max-width: 1400px;
}

.main,.sidebar,.sidebar-left .main,.sidebar-left .sidebar {
	margin: 0;
}

.main {
	width: 84%;
}

#main_visual{
	max-width: 1000px;
	padding: 0;
	margin: 0 auto;
}

#sidebar {
    /*display: block;*/
    width: 16%;
    /*position: fixed;
    right: 0px;
	top: 124px;
    z-index: 9999;
    text-align: center;
    padding: 10px;
	background: #FFF;*/
}

/* ヘッダーとメインコンテンツの隙間消し */
.date-tags {
  margin-bottom: 0;
}

/* 241105 改修 */
#appeal{
	display: block;
	/*display: flex;*/
	width: 100%;
}

#appeal div{
	width: 100%;
	box-sizing: border-box;
}

#tenpo{
	display: block;
	/*display: flex;*/
	width: 100%;
}

#tenpo div{
	width: 100%;
	box-sizing: border-box;
}

#kagu_list{
	display: block;
	/*display: flex;*/
	width: 100%;
}

#kagu_list div{
	width: 100%;
	box-sizing: border-box;
}


/* 旧サイトからの移行 */

.article h2{
	font-size: 3rem;
	text-align: left;
	margin: 0 0 32px;
	padding: 16px 0 0;
	line-height: 1.2;
}

.inner_box {
	padding: 0 20px 0;
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
}

dl.kikan_tb2{
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    max-width: 516px;
    margin: 0 auto 20px;
}

dl.kikan_tb2 dt {
    float: none;
    width: 77px;
    padding: 0;
    margin: 0 20px 0 0;
    text-align: justify;
    text-align-last: justify;
	font-weight: bold;
	font-size: 120%;
}

dl.kikan_tb2 dd {
    width: calc(100% - 97px);
    margin: 0;
	font-size: 120% !important;
    font-weight: bold;
	text-align: left;
    border-left: none;
    padding: 0;
}

.invi_box{
	text-align: center;
	margin-bottom: 70px;
}

/* 招待状申し込みボタン */
div.invi_box2{
	margin: 0 auto 30px;
	max-width: 600px;
	padding: 0 10px;
	}

div.invi_box2 a{
	display: block;
}

div.invi_box2 a:hover{
	opacity: 0.6;
}

/* 招待状QRコード */
.qr_box{
	/*padding: 0 0 80px;*/
	padding: 0;
}

.qr_box img{
	max-width:640px;
}

/* 東海地区最大級の家具卸問屋ショールーム */

.flex_box{
	margin: 0 0 20px 0;
	display: flex;
	justify-content: space-between;
}

.img_box{
	width:48%;
}

.text_box{
	width: 50%;	
}

.flex_box h3{
	font-size: 2rem;
	padding: 0;
	margin: 0 0 20px;
	line-height: 1.3;
}

/*.text_box p{
	margin: 0;
}*/


/* 目玉商品 */
.medama{
	margin: 0 0 60px 0;
	text-align: center;
}



/* 特典 */
div.tokuten{
	margin: 0 0 60px 0;
	background-color: #FFFFC0;
	}

div.tokuten div.contents-wrap{
	padding: 16px 20px 0;
	}

#tokuten_title{
	background-color: #FFFFC0;
	margin: 0;
	padding: 16px 0 0;
	}

#tokuten_title img{
	max-width: 800px;
    margin: 0 auto;
	display: block;
}

.contents-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	padding: 16px 20px 0;
}

.inner-column {
	display:flex;
	width: 46%;
	min-height: 136px;
	margin: 0 10px 30px;
}

.tokuten-contents{
	background-color: #FFFFFF;
	position: relative;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	border-radius: 10px;
	/*padding: 10px;*/
	padding: 10px 14px 10px 24px;
	width: 100%;
	}

.tokuten-img{
	width: 75px;
	/*margin: -20px 0 0 -20px;*/
	margin: -20px 0 0 -35px;
}

.tokuten-contents h3 {
	color: #d13b46;
	font-weight: bold;
	/*font-size: 140%;*/
	font-size: 1.4rem;
	margin: -60px 0 10px 55px;
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #d13b46;
	text-align: center;
}

.tokuten-contents .p-txt {
    /*font-size: 120%;*/
	font-size: 1.2rem;
    line-height: 1.5;
	margin: 0;
    padding: 10px 0 20px;
    font-weight: bold;
}

.red-txt{
	color: #c00000;
	font-size: 90%;
	font-weight: normal !important;
}

/* 抽選会 */
.chusenkai{
	margin: 0 0 60px 0;
}

.chusenkai h2{
	line-height: 0.8;
}

.chusenkai h2 span {
	font-size: 16px;
}

.chusenkai h2 span.karakuji {
	background: #c03;
	color: #FFF;
	padding: 10px 10px 10px 14px;
	margin: 0 0 0 20px;
	vertical-align: text-top;
}

.karakuji::after{
	content: "\A" ;
	white-space: pre ;
}

.chusenkai .contents-wrap {
    display: flex;
	padding: 16px 20px 0;
    flex-wrap: wrap;
    justify-content: center;
}

.award-txt {
	width: 46%;
    height: auto;
	/*min-height: 136px;*/
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 0px;
	position: relative;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    border-radius: 10px;
    padding: 10px;
    margin: 0 10px 30px;
    background-color: #f9f9f9;
}

.award-txt img {
    /*margin-top: -30px;
	margin-left: -20px;*/
	margin: -20px 0 0 -20px;
	width: 75px;
}

.award-txt h3 {
	/*font-size: 140%;*/
	font-size: 1.4rem;
	/*margin: -70px 4px 0 50px;
	padding: 15px 0 12px 20px;*/
	margin: -60px 0 5px 60px;
	padding: 2px 0 5px;
	/*line-height: 1.4;*/
}

.award-txt .p-txt {
    padding-top: 0;
    color: #d01515;
    /*font-size: 120%;*/
	font-size: 1.2rem;
    font-weight: bold;
    text-align: right;
	/*margin: 0 20px 0 0;*/
	margin: 0;
}

.notes {
    margin-left: 0;
	margin: 0 0 30px;
    padding: 0 20px;
    color: #383838;
    font-size: 1.2rem;
    font-weight: bold;
	line-height: 1.4;
}

/* 一枚板 */
#ichimaiita{
	margin: 0 0 80px;
}

#ichimaiita h3{
	padding: 0;
	margin: 0 0 20px;
	font-size: 2rem;
	line-height: 1.3;
}

.item{
	margin: 0 0 20px 0;
}

/* スライダー上と左の余白消し */
.swiper-wrapper {
    margin-top: 0;
    margin-left: 0;
}

#ichimaiita_slide{
	max-width: 738px;
	margin: 0 auto 0;
	padding: 30px 30px 0;
	border: 1px solid black;
	position: relative;
}
#ichimaiita_slide h4{
	margin: 0 0 0.5em;
	padding: 0;
	font-size: 1.25em;
	border: none;
}
#ichimaiita_slide span.price3{
	font-size: 1.8em;
   color: #e2190b;
}
#ichimaiita_slide .caption-wrap {
    bottom: -150px;
    background: white;
    color: black;
    opacity: 1;
}
#ichimaiita_slide .flex-control-nav {
    bottom: -187px;
}

.swiper,swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: unset;
    overflow-x: hidden;
    overflow-y: visible;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.xo-slider-template-default .slide-content {
	padding: 0 !important;
}

.xo-slider-template-default .slide-content-text {
	font-size: 100% !important;
}

#ichimaiita_slide .xo-slider-template-default .slide-content .ichimaiita-box {
  position: absolute;
  top: 520px;
  left: 0;
  text-align: left;
  /*box-sizing: border-box;*/
  width: 100%;
  /*height: 100%;*/
  padding: 0;
  color: #000;
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto;
    min-height: 680px;
}

.ichimaiita-box p{
	margin: 0;
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,-40px);
}

/*.xo-slider-template-default .swiper-pagination-bullet {
	opacity: .8 !important;
}*/

/*.swiper-pagination-bullet {
	background: #989898 !important;
}*/

.xo-slider-template-default .swiper-pagination-white {
  --swiper-pagination-color: #989898 !important;
}

.xo-slider-template-default .swiper-button-prev,
.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{
	left: -60px;
}

.xo-slider-template-default .swiper-button-next,
.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{
	right: -60px;
}

.xo-slider-template-default .swiper-button-prev {
	-webkit-transform:none !important;
	transform: none !important;
}

.xo-slider-template-default .swiper-button-next {
	-webkit-transform: none !important;
	transform: none !important;
}

.xo-slider-template-default .swiper-button-next.swiper-button-white,
.xo-slider-template-default .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #808080 !important;
}

.xo-slider-template-default .swiper-button-prev,
.xo-slider-template-default .swiper-button-next {
	top: var(--swiper-navigation-top-offset,50%);
	text-shadow: none !important;
	opacity: 1 !important;
	visibility: visible !important;
}


/* 電動ベッドフェア */
h2.sub_title span{
	font-size: 0.5em;
}


/* ギャラリー */
#gallery{
	margin: 0 0 100px;
}

#gallery_slide{
	max-width: 738px;
	margin: 0 auto 0;
	padding: 30px;
	border: 1px solid black;
	position: relative;
}

#gallery_slide .xo-slider-template-default .swiper-button-prev,
#gallery_slide .xo-slider-template-default .swiper-button-next {
	top: var(--swiper-navigation-top-offset,50%);
}


/* アクセス */
#access{
	padding: 0 0 20px;
	background-color: #BABBB9;
}
#access h2{
	padding: 40px 0 0;
	background-color: #BABBB9;
}

#access h3{
	font-size: 2rem;
	border-bottom: 3px dotted #000000;
	padding: 5px 0 0 90px!important;
	margin: 0 0 20px;
}
#access h3.car{
	background-image: url(../../uploads/lp_map-car.jpg);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	background-size: 64px;
}
#access h3.train{
	background-image: url(../../uploads/lp_map-train.jpg);
	background-repeat: no-repeat;
	background-position: 24px 0px;
	background-size: 32px;
}
#access h4{
	text-align: center;
	margin: 0 0 1em;
	font-size: 1.4em;
	border: none;
	padding: 0;
}

/* イベント詳細 */
.inner_box2{
	padding: 40px 20px 40px;
	background-color: #FFFFFF;
	margin: 0 0 40px;
}

#info_tb {
    /*margin: 0 auto 20px;*/
	margin: 0 auto;
	width:100%;
}

#info_tb th {
	font-weight: normal;
	background: #D7D8D7;
}

#info_tb th, #info_tb td{
    border: #000000 solid 1px;
}

#gaikan{
	width:100%;
	margin: 0 auto;
	text-align: center;
}


/* 無料招待状申し込みフォーム */
.item2{
	margin: 0 0 20px 0;
	overflow: visible;
}

#form h2 {
    position: relative;
    padding: 16px 0 0 !important;
    background: none;
    text-align: left;
    line-height: 1.2;
    font-weight: bold !important;
}

#form table th {
    background: #D7D8D7;
	border: #000000 solid 1px;
	padding: 12px 10px;
	text-align: left;
}

#form table td{
	padding: 12px 10px;
	border-top: #000000 solid 1px;
	border-right: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
	}

#form p{
	margin: 0;
	line-height: 1.6;
}

/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#c71212;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}

/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#2b53ab;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
	display: block;
	margin:25px auto 0;
	font-size: 100%;
}

form input[type="submit"],
form button {
	background: #2581c4;
	color: #fff;
	padding: 12px 20px;
	border: none;
}

form input[type="submit"]:hover,
form button:hover {
	cursor: pointer;
}

input[type='submit'],
input[type='date'],
#bbp_reply_submit,
.bp-login-widget-register-link a {
	width: auto;
}

@media screen and (max-width: 768px){
	table.inquiry{
		white-space: nowrap !important;
	}
	table.inquiry th {
    width: 30%;
    white-space: initial;
	}
	table.inquiry td {
    white-space: initial;
	}
}

/* フッター */
.footer-bottom {
  margin-top: 0px;
}

.go-to-top {
    bottom: 40px;
}

.go-to-top-button {
	background-color: #2b2b2b;
    opacity: 0.8;
	border-radius: 50%;
}

.go-to-top-button .fas{
	color: #FFF;
}

/* サイドバナー */

div#floatingbnr {
	width: 16%;
	display: inline;
    /*display: block;   
    position: fixed;
    right: 0px;
	top: 124px;*/ 
    z-index: 9999;
    text-align: center;
    padding: 10px;
}
 
div#floatingbnr p {
    margin:0;
}

div#floatingbnr p.sub_copy3 {
	/*font-size: 14px;*/
	font-size:.8rem;
	font-weight:bold;
	line-height: 1.2;
	padding: 0 0 4px;
}

div#floatingbnr div.btn {
	/*position: relative;*/
	width:100%;
	/*height: auto;*/
	padding:0;
	border: none;
	background-color: #f18407;
	/*background-color: #00b483;*/
}

div#floatingbnr div.btn p.invitation {
    font-weight:bold;
	line-height: 1.2;
	font-size: 1.2rem;
	/*font-size:18px;*/
	/*height:140px;*/
}

div#floatingbnr div.btn p.invitation a{
	display:block;
	padding: 40px 10px;
	/*position:absolute;*/
	/*top: 0;
	left: 0;
	width: 100%;
	height: 100%;*/
	/*padding: 40px 0 0;*/
	/*overflow:hidden;*/
	/*background-color: #00b483;*/
	color:#FFF;
}

div#floatingbnr div.btn p.invitation a:hover{
	text-decoration: none;
	/*background-color: #84d2b4;*/
	color:#FFF;
}

div#spfloatingbnr {
	display: none;
}

/****************************
 * thankyouページ */
.thank-contents{
	padding:10px 30px 20px;
	margin: 0 auto;
	max-width: 1000px;
}

.thank-contents .inner-box{
	margin-bottom: 30px;
}

.thank-contents p.bold{
	font-size: 1.2rem;
}

.thank-contents p{
	margin:0px;
	padding:10px 0;
}

.thank-contents h2{
	font-size: 1.4rem;
	margin-bottom: 10px;
}

h2.dot{
	width:100%;
	margin-bottom: 20px;
	padding:10px 10px 10px 14px;
	font-size: 1.35rem;
	border-bottom: 3px dotted #000000;
}

.thank-contents ul{
	padding-left: 10px;
}

.thank-contents ul li{
	list-style-type: none;
}

h3.txt-border{
	font-size:1.2rem;
	margin-bottom: 0;
}

.border-show{
	text-align:center;
}

.red-txt{
	color:#c51b1c;
	font-weight:bold;
}







/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1200px以下*/
@media screen and (max-width: 1200px){
	#ichimaiita_slide{
		max-width: 600px;
		max-height: 570px;
	}
	#ichimaiita_slide .xo-slider-template-default .slide-content .ichimaiita-box{
		top: 400px;
	}
	
	#gallery_slide{
		max-width: 600px;
	}
	
	#tokuten_title img{
	max-width: 700px;
	}
	
	div#floatingbnr p.sub_copy3 {
		font-size: .7rem;
	}
	
	div#floatingbnr div.btn p.invitation {
		font-size: 1rem;
	}
}


/*1023px以下*/
@media screen and (max-width: 1023px){
	.main {
		width: 84% !important;
		margin:0 !important;
	}
	.content-in {
		display: flex;
	}
	
	#ichimaiita_slide{
		max-width: 500px;
		max-height: 500px;
	}
	
	#ichimaiita_slide .xo-slider-template-default .slide-content .ichimaiita-box{
		top: 330px;
	}
	
	#gallery_slide{
		max-width: 500px;
		max-height: 500px;
	}
	
	#gallery_slide .xo-slider-template-default .swiper-slide img{
		max-height: 438px;
	}
	
	.sidebar-scroll {
		position: -webkit-sticky; /* Safari */
		position: sticky;
		top: 0;
	}
	
	div.sidebar {
		width: 16%;
		margin:0;
	}
	
	div#floatingbnr p.sub_copy3 {
		font-size: .6rem;
	}
	
	div#floatingbnr div.btn p.invitation {
		font-size: .8rem;
	}
	
	#tokuten_title img{
	max-width: 600px;
	}
	
}

/*920px以下*/
@media screen and (max-width: 920px){
	div#floatingbnr div.btn p.invitation {
		font-size: .7rem;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
	.main{
		width: 100% !important;
	}
	.content-in {
		display: block;
	}
	
	.qr_box{
		display: none;
	}
	
	#sidebar{
		width: 100%;
		height: auto;
		padding: 6px 20px 5px;
		position: fixed;
		right: 0px;
		bottom: 0px;
		z-index: 9999;
		text-align: center;
		background: #FFF;
		border: none;
		border-radius: 0;
	}
	div#floatingbnr{
		display: none;
	}
	div#spfloatingbnr, div#spfloatingbnr a {
		display: block;
	}
	div#spfloatingbnr:hover{
		opacity: 0.7;
	}
	div#spfloatingbnr img{
		vertical-align: bottom;
	}
	
	#footer{
		height: 200px;
	}
	#custom_html-3{
		margin:0;
	}
	
	.go-to-top {
    bottom: 150px;
	right: 2px;
	}
	
	
}


/*700px以下*/
@media screen and (max-width: 700px){
	#tokuten_title img{
		max-width: 100%;
	}
	
	.tokuten-img, .award-txt img{
		width: 70px;
	}
	
	.tokuten-contents h3 {
		font-size: 1.3rem !important;
		margin: -60px 0 10px 40px;
	}
	
	.award-txt h3{
		font-size: 1.3rem !important;
	}
	
	.tokuten-contents .p-txt {
		font-size: 1.1rem;
		line-height: 1.4;
		padding: 5px 0 15px;
	}
	
	.award-txt .p-txt{
		font-size: 1.1rem;
	}
	
	#header .site-name-text {
    font-size: 1.2rem;
  }
	#main_visual{
		margin-bottom: .8em;
	}
	
	dl.kikan_tb2 dt, dl.kikan_tb2 dd, dl.kikan_tb2 dd{
		font-size: 100% !important;
	}
	
	dl.kikan_tb2{
		max-width: 460px;
	}
	
	dl.kikan_tb2 dt{
		width: 68px;
	}
	
	.flex_box{
		flex-direction: column;
	}
	
	.img_box, .text_box{
		width: 100%;
	}
	
	#ichimaiita_slide{
		max-width: 400px;
		max-height: 400px;
	}
	
	#ichimaiita_slide .xo-slider-template-default .slide-content .ichimaiita-box{
		top: 250px;
	}
	
	#ichimaiita_slide h4{
		margin: 0 0 0.2em;
		font-size: 1.2em;
	}
	
	#ichimaiita_slide p{
		line-height: 1.5;
	}
	
	#ichimaiita_slide span.price3{
		font-size: 1.6em;
	}
	
	#gallery_slide{
		max-width: 400px;
		max-height: 400px;
	}
	
	#gallery_slide .xo-slider-template-default .swiper-slide img{
		max-height: 338px;
	}
	
	.article h2, #form h2{
		font-size: 2.4rem;
	}
	#access h2{
	padding: 30px 0 0;
	}
	#access h3{
		padding: 5px 0 0 70px;
		font-size: 1.4rem;
	}
	#access h3.car{
	background-position: 5px 7px;
	background-size: 54px;
	}
	#access h3.train{
	background-position: 19px 0px;
	background-size: 24px;
	}
	#access h4{
	font-size: 1.2rem;
	}
	.article h3, #ichimaiita h3{
	font-size: 1.4rem;
	}
}

/*667px以下*/
@media screen and (max-width:667px){
	/*スマホContact Form 7カスタマイズ*/
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
#form table tr:first-child th{
 border-top:1px solid #000000;
}

	#form table th{
		border-top: none;
		border-bottom: none;
	}
	
#form table td{
	border-left: #000000 solid 1px;
	}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}
}

/*580px以下*/
@media screen and (max-width: 580px){
.inner-column, .award-txt{
		width: 94%;
	}
	
	div.tokuten, .chusenkai{
	margin: 0 0 40px 0;
	}
}

/*538px以下*/
@media screen and (max-width: 538px){
	#header .site-name-text {
    font-size: 1rem;
  }
	#ichimaiita_slide{
		padding: 10px;
		max-width: 300px;
		max-height: 340px;
	}
	#ichimaiita_slide h4{
		font-size: 1em;
	}
	#ichimaiita_slide span.price3{
		font-size: 1.25em;
	}
	
	#ichimaiita_slide .xo-slider-template-default .slide-content .ichimaiita-box{
		top: 210px;
	}
	
	.swiper-button-prev:after, .swiper-button-next:after{
		font-size: 30px;
	}
	
	#gallery_slide{
		padding: 10px;
		max-width: 300px;
		max-height: 300px;
	}
	
	#gallery_slide .xo-slider-template-default .swiper-slide img{
		max-height: 278px;
	}
	
	.article h2, #form h2{
		font-size: 2rem;
	}
	#access h3{
	padding: 5px 0 0 50px!important;
	font-size: 1.25rem!important;
	}
	#access h3.car{
	background-position: 0px 8px;
	background-size: 44px;
	}
	#access h3.train{
	background-position: 14px 2px;
	background-size: 20px;
	}
	#access h4{
	font-size: 1.1rem;
	}
	
	.article h3, #ichimaiita h3{
	font-size: 1.2rem;
	}
	
	.tokuten-contents .p-txt, .award-txt .p-txt {
    font-size: .95rem;
	}
	
	.notes{
		font-size: 1rem;
	}
	
}

/*480px以下*/
@media screen and (max-width: 480px){
	.body, .menu-content {
    font-size: .9rem;
	}
	#header-container {
    padding: 0;
	}
	#header .site-name-text {
    font-size: .8rem;
  }
	
	.article h2{
		margin: 0 0 15px;
		line-height: .9;
	}
	
	.tokuten-img, .award-txt img{
		width: 60px;
	}
	
	.tokuten-contents h3 {
		font-size: 1.2rem !important;
		margin: -55px 0 10px 40px;
	}
	
	.award-txt h3{
		font-size: 1.2rem !important;
		margin: -50px 0 5px 60px;
	}
	
	#ichimaiita_slide{
		max-width: 270px;
		max-height: 312px;
	}
	
	#ichimaiita_slide .xo-slider-template-default .slide-content .ichimaiita-box{
		top: 186px;
	}
	
	.xo-slider-template-default .swiper-button-prev,
	.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{
		left: -48px;
	}
	
	.xo-slider-template-default .swiper-button-next,
	.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{
		right: -48px;
	}
	
	.swiper-button-prev:after, .swiper-button-next:after{
		font-size: 20px;
	}
	
	#gallery_slide{
		max-width: 270px;
		max-height: 270px;
	}
	
	#gallery_slide .xo-slider-template-default .swiper-slide img{
		max-height: 248px;
	}
	
	.article h2, #form h2{
		font-size: 1.8rem;
	}
	
	.chusenkai h2 span.karakuji {
		font-size: .8rem;
		margin: 0 0 0 10px;
	}
}


/*375px以下*/
@media screen and (max-width: 375px){
	#header .site-name-text {
    font-size: .6rem;
  }
	#ichimaiita_slide{
		max-width: 220px;
		max-height: 280px;
	}
	
	.xo-slider-template-default .slide-content-text {
	font-size: 94% !important;
	}
	
	#ichimaiita_slide .xo-slider-template-default .slide-content .ichimaiita-box{
		top: 146px;
	}
	
	#gallery_slide{
		max-width: 220px;
		max-height: 220px;
	}
	
	#gallery_slide .xo-slider-template-default .swiper-slide img{
		max-height: 198px;
	}
	
	div.tokuten .inner_box, div.chusenkai .inner_box{
		padding: 0 10px 0;
	}
	
	.tokuten-img, .award-txt img{
		width: 55px;
	}
	
	.tokuten-contents h3 {
		font-size: 1rem !important;
		margin: -50px 0 10px 30px;
	}
	
	.award-txt h3{
		font-size: 1rem !important;
		margin: -45px 0 5px 50px;
	}
	
	.tokuten-contents .p-txt, .award-txt .p-txt {
    font-size: .8rem;
 }
	.chusenkai h2 span.karakuji {
		font-size: .7rem;
		top: 15px;
		position: absolute;
		padding: 10px 5px 10px 10px;
	}
	
	.chusenkai h2 span.chusyaku {
	display: block;
    padding: 15px 0 0;
    line-height: 1.2;
	}
	
	.notes{
		font-size: .9rem;
	}
}

/*320px以下*/
@media screen and (max-width: 320px){
	div.tokuten div.contents-wrap, .chusenkai .contents-wrap {
		padding: 16px 10px 0;
	}
	.chusenkai h2 span.karakuji {
		top: -13px;
		padding: 7px 5px 7px 7px;
		margin: 0 0 0 -13px;
	}
}