/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:670px){
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
.pc_only {
	display: none;
}


/* ------------------------------
 全体
------------------------------ */

* {
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
}


html {
	-webkit-text-size-adjust: none;
}



body {
	background-color: #FFF;
	margin: 0 auto;	
    font-family: "Noto Serif","Yu Mincho","YuMincho","Hiragino Mincho ProN","sans-serif"; 
	color: #111;
	text-align: center;
}
/* ------------------------------

英語サイト
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;

明朝
	font-family: Georgia,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	
印刷用
	zoom: 90%;

------------------------------ */
p {
	line-height: 1.8em;
}
li {
	line-height: 1.8em;
}
table {
	text-align: left;
}
td {
	vertical-align: top;
}
hr {
	clear: both;
}
img {
	border: none;
	vertical-align: middle;
}
ul {
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0;
}
div {
	overflow: hidden;
}
article {
	overflow: hidden;
}
section {
	overflow: hidden;
	margin: 10px 10px;
}
section p {
	margin: 20px 0;
}

/* ------------------------------
 見出し部分
------------------------------ */

h1 {
	display: none;
}
div.h2_bg {
}
h2 {
	width: 100%;
}
h3 {
	text-align: center;
	font-size: 20px;
	margin: 20px auto -20px auto;
}
h6 {
	border-radius: 10px / 10px;
	
	border-bottom: solid 1px #777;
	display: inline-block;
}

/* ------------------------------
 テキスト関連
------------------------------ */

p.center {
	text-align: center;
	margin: 30px auto !important;
	clear: both;
}
p.p_right {
	text-align: right;
	margin: 20px 20px;
}
p.first:first-letter {
	font-size: 2.7em;
	line-height: 1;
	float: left;
	margin: 0 .2em 0 0;
	padding: .1em 0;
}
span.red {
	color: #FF0000;
	font-weight: 700;
}
span.blue {
	color: #0000FF;
	font-weight: 700;
}
span.bg_yellow01 {
	background-image: linear-gradient(transparent 60%, #ffff00 50%);
}
span.bold {
	color: #000000;
	font-weight: 700;
}
span.none {
	display: none;
}
ul.list {
	margin: 15px 40px;
}
ul.list li {
	margin-bottom: 10px;
}
ol.list {
	margin: 15px 40px;
}
ol.list li {
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
.fnt_s {
	font-size: 0.7em;
}
.fnt_l {
	font-size: 1.3em;
}

.smart_center {
	text-align: center;
}



/* ------------------------------
 インスタグラム
------------------------------ */


.instagram li {
	box-sizing :border-box;
	width :33.3333%;
	padding :2%;
}
 
.instagram li img {
	max-width :100%;
	height :auto;
}

p.instagram01 {
    font-size: 18px;  
	padding: 20px 0;
} 
    
/* ------------------------------
 全体
------------------------------ */

div.wrapper {
	width: auto;
	margin: 0 auto;
	text-align: left;
}
div.bg_gray {
	background-color: #DDDDDD;
	padding: 20px 0;
}


/* ------------------------------
 ヘッダー
------------------------------ */

header {
	width: auto;
	overflow: hidden;
}
div.logo {
	width: auto;
	text-align: center;
}
div.header_icon {
	width: auto;
}
div.header_icon p {
	margin: 10px 10px;
}
div.header_icon p img {
}

div.lang {
	width: auto;
	margin: 0 auto;
}
div.lang p {
	text-align: right;
	font-size: 11px;
	margin: 5px 5px;
    font-weight: bold;
    font-family: "Yu Mincho";
}
div.lang a {
    color: #32344B;
    text-decoration:none;
}

/* ------------------------------
 メニュー
------------------------------ */

nav {
	display: none;
}

#t_menu{
	display: none;
}
#t_menu li{
	width: 100%;
}
#t_menu li a{
	display: block;
	padding: 12px 0 10px;
	background: #333;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#t_menu li a:hover{
	background: #444;
}

#toggle{
	display: block;
	position: relative;
	width: 100%;
	background: #222;
}
#toggle a{
	display: block;
	position: relative;
	padding: 12px 0 10px;
	border-bottom: 1px solid #444;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#toggle:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #fff;
}
#toggle a:before, #toggle a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 4px;
	background: #222;
}
#toggle a:before{
	margin-top: -6px;
}
#toggle a:after{
	margin-top: 2px;
}

/* ------------------------------
 トップページ
------------------------------ */

div.topimg {
	width: auto;
	margin: 0 auto;
}

div.index_box {
	width: auto;
	margin: 80px auto;
}
div.index_box_photo {
	width: auto;
}
div.index_box_text {
	width: auto;
}
div.index_box_text div {
	background-color: #3C3C3C;
	margin-top: 55px;
}
p.index_box_midashi {
	text-align: center;
	color: #FFF;
	font-size: 30px;
	margin: 30px auto;
}
p.index_box_midashi span {
	border-bottom: solid 3px #9E0000;
	padding-bottom: 10px;
}
p.index_box_info {
	text-align: left;
	font-size: 20px;
	color: #FFF;
	margin: 20px 40px;
}

p.index_center {
	text-align: center;
	margin: 30px auto;
}

div.news {
}
div.news02 {
    padding: 15px;
}

div.index_midashi {
	font-size: 20px;
}
div.index_midashi p {
	text-align: center;
	margin: 10px auto;
}
div.index_news {
	width: auto;
}
div.index_news div {
	font-size: 0.9em;
	width: 280px;
	margin: 20px auto;
	text-align: center;
}
div.index_news p {
	font-size: 0.9em;
	width: 250px;
	margin: 20px auto;
	text-align: left;
}
div.index_news a {
	font-size: 18px;
}
p.news01 {
    font-size: 18px;  
} 

div.index_insta {
	width: auto;
	padding: 20px 0;
}
div.index_insta_img {
	width: auto;
}
div.index_insta_img img {
	margin: 15px 15px;
}
div.smart_insta {
	width: 300px;
	margin: 0 auto;
}

div.index_map {
	width: auto;
	margin: 0 10px;
}


.google-maps {
	position: relative;
	padding-bottom: 75%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.google-maps iframe,
.google-maps object,
.google-maps embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

div.index_shop {
	padding: 20px 0;
}
p.index_midashi02 {
	font-size: 20px;
	text-align: center;
	margin: 30px auto;
}

div.index_shop_left {
	width: auto;
	margin: 10px 0;
}
div.index_shop_left p {
	margin: 10px 10px;
}
div.index_shop_left p img.imgright {
}
div.index_shop_middle {
	width: auto;
	text-align: center;
	margin: 10px auto;
}
div.index_shop_right {
	text-align: center;
	width: auto;
}
div.index_shop_right p {
	margin: 15px 20px;
}
p.index_tel {
	font-size: 28px;
}

/* ------------------------------
 パンくず、トップ
------------------------------ */

p.bread {
	display: none;
}
p.top {
	text-align: right;
	font-size: 11px;
	margin: 5px 10px;
	clear: both;
}

/* ------------------------------
 会社概要
------------------------------ */

div.about_text {
	width: auto;
	margin: 0 auto;
}
p.about_midashi02 {
	font-size: 1.1em;
	font-weight: 700;
	font-family: "Noto serif","YuGothic","Yu Gothic",メイリオ,Meiryo;
}
div.about_wrapper {
	width: auto;
	margin: 30px 30px;
	background-color: #DDD;
}
div.about {
}
p.about_midashi {
	margin: 20px 10px;
	font-size: 1.1em;
	font-weight: 700;
    text-align: center;
}
div.about p {
	margin: 10px 10px;
}
div.about01 {
	width: auto;
	font-weight: 700;
	color: #000;
    margin-bottom: -20px;
}
div.about02 {
	width: auto;
}
div.about02 ul {
	margin: 10px 30px;
}

/* ------------------------------
 Our Potters
------------------------------ */

div.artist {
	width: auto;
	margin: 20px auto;
}
div.artist div {
	width: auto;
	text-align: center;
	margin: 15px 10px;
	font-size: 14px;
}
div.artist div img {
	margin-bottom: 5px;
}
div.artist div a:hover img {
	opacity: 0.5;
}

p.artist_top {
	text-align: right;
	margin: 10px 0;
}
p.artist_top a {
	font-size: 12px;
	padding: 5px 10px;
	color: #555;
	border: solid 1px #555;
	text-decoration: none;
}
p.artist_top a:hover {
	background-color: #DDD;
}

div.artist_sub {
	width: auto;
	margin: 20px auto;
}
div.artist_photo {
	width: auto;
	text-align: center;
}
div.artist_text {
	width: auto;
}
p.artist_midashi {
	font-size: 1.7em;
	text-align: center;
	font-weight: 700;
}

div.artist_utsuwa {
	width: auto;
	text-align: center;
	margin: 30px auto;
}
div.artist_utsuwa img {
	margin: 10px 7px;
}

div.artist_history_wrapper {
	width: auto;
	margin: 0px 20px;
}
div.artist_history {
	margin-bottom: 20px;
}
div.artist_history p {
	margin: 5px 0 !important;
}
div.artist_hisotry_left {
	width: auto;
}
div.artist_hisotry_right {
	width: auto;
}

/* ------------------------------
 Our Art pieces
------------------------------ */

div.utsuwa {
	width: auto;
	margin: 20px auto;
}
div.utsuwa div {
	width: auto;
	text-align: center;
	margin: 15px 10px;
	font-size: 14px;
}
div.utsuwa div img {
	margin-bottom: 5px;
}
div.utsuwa div a:hover img {
	opacity: 0.5;
}

/* ------------------------------
 faq
------------------------------ */

div.faq {
	margin: 20px 50px;
	border: solid 1px #DDD;
}
div.faq p {
	margin: 15px;
}
div.faq_q {
	min-height: 33px;
	background-image:url(image/faq_q.png);
	background-repeat: no-repeat;
	background-position: 10px 20px;
}
div.faq_q :hover{
	cursor: pointer;
}
div.faq_q p {
	padding: 8px 0 0 40px;
	font-weight: 700;
	color: #0080FF;
}
div.faq_a {
	min-height: 33px;
	background-image:url(image/faq_a.png);
	background-repeat: no-repeat;
	background-position: 10px 20px;
}
div.faq_a p {
	padding: 8px 0 0 40px;
	font-weight: 700;
	color: #FF6B40;
}


/* ------------------------------
 Inquiry
------------------------------ */

div.inq_wrapper {
	width: auto;
	margin: 30px auto;
}
div.inq {
}
div.inq p {
	margin: 10px 10px;
}
div.inq01 {
	width: auto;
	font-weight: 700;
	color: #000;
}
div.inq02 {
	width: auto;
}
input.input_box {
	width: 90%;
	height: 30px;
	border: solid 1px #BBB;
	border-radius: 5px / 5px;
}
textarea.input_box {
	width: 90%;
	height: 300px;
	border: solid 1px #BBB;
	border-radius: 5px / 5px;
}
::-webkit-input-placeholder {
	color: #aaa;
	font-size: 18px;
	padding: 10px;
}
::-moz-placeholder {
	color: #aaa; opacity: 1;
	font-size: 18px;
	padding: 10px;
}
:-ms-input-placeholder {
	color: #aaa;
	font-size: 18px;
	padding: 10px;
}

input.button {
	font-size: 18px;
	padding: 10px 15px;
}
span.req_red {
	font-size: 11px;
	color: #F00;
}

/* ------------------------------
 フッター
------------------------------ */

footer {
	width: auto;
	background-color: #000;
	overflow: hidden;
	margin-top: 20px;
}
div.footer_icon {
	display: none;
}
div.footer_menu {
	display: none;
}
footer p {
}
p.copy {
	font-size: 12px;
	text-align: center;
	margin: 30px auto;
	color: #DDD;
}
/* ------------------------------
 モーダル
------------------------------ */

div.r_modal_box {
	margin-top: 20px;
	font-size: 14px;
}
div.r_modal_text p {
	text-align: left;
}
div.r_modal_shop {
	height: 30px;
	margin-bottom: 15px;
}
div.r_modal_shop p {
	line-height: 30px;
}
p.r_modal_name {
	font-weight: 700;
    font-size: 16px;
    font-family: -apple-system,BlinkMacSystemFont,"YuGothic","Yu Gothic",メイリオ,Meiryo;
}

div.r_modal_button {
	margin-top: 20px;
}
div.r_modal_shop p a {
	display: block;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	padding: 0 20px;
}
div.r_modal_shop p a:hover {
	background-color: #555;
}
button.r_remodal-cancel {
	background-color: #FFF;
	border: solid 1px #555;
	width: 100%;
	height: 30px;
}
p.r_modal_text_link {
    margin-top: -6px;
	margin-bottom: 6px;
}
p.r_modal_text_link a {
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	padding: 0 10px;
	font-size: 0.9em;
}
p.r_modal_text_link a:hover {
	background-color: #555;
}


}
p.news01 {font-size: 18px;}