@charset "utf-8";
/*
Theme Name: tpl_087_rwd
Theme URI: http://theme.o2gp.com/
Description: tpl_087_rwd
Version: 1.0
Author: o2 Group
Author URI: http://theme.o2gp.com/
Tags: simple

	o2 Group v1.0
	 http://theme.o2gp.com/

	This theme was designed and built by o2 Group,
	whose blog you will find at http://theme.o2gp.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* 
CSS Document 
Theme Name:Sample Themes
Version:1.0.0
Author:
*/

/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
:focus{outline:0;}

ol, ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption, th, td{font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after{content:"";}
blockquote, q{quotes:"" "";}
a img{border:0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
/* -------------------------------------------------------------- */

body{
color:#555;
font-size:13px;
font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
-webkit-text-size-adjust:100%;
}


/* リンク設定
------------------------------------------------------------*/
a{color:#6caefe;text-decoration:none;}
a:hover{color:#488fdd;}
a:active, a:focus {outline:0;}


/* フォーム
------------------------------------------------------------*/
input, textarea{
vertical-align:middle;
max-width:90%;
line-height:24px;
height:24px;
padding:1px 5px;
border:1px solid #ccc;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background:#cf6a88;
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
height:auto;
font-size:110%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background:#a74864;
cursor:pointer;
}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
}

.inner{
margin:0 auto;
width:100%;
}


/*************
/* ヘッダー
*************/
#header{
height:130px;
}

#header h1{
padding:5px 0 10px;
font-size:12px;
font-weight:normal;
}



/*************
/* ロゴ
*************/
.logo{
float:left;
}

.logo a{
color:#555;
}

.logo p{float:left;}

.logo span{display:block;}


/*************
/* 電話番号
*************/
.info{
float:right;
padding-right:20px;
text-align:right;
}

.info .open{font-size:11px;}


/*************
/* ロゴ+電話番号
*************/
.logo,.info .tel{
margin-top:6px;
font-size:20px;
font-weight:bold;
}

.logo span,.info span{
font-size:.6em;
font-weight:normal;
}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
clear:both;
margin:25px auto 40px;
padding:0;
position:relative;
text-align:center;
}
#mainBanner .inner{position:relative;}

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

.slogan{
color:#fff;
font-weight:bold;
position:absolute;
max-width:100%;
height:auto;
bottom:42%;
left:40px;
padding:5px 10px;
line-height:1.4;
text-align:left;
}

.slogan h2{
padding-bottom:5px;
font-size:22px;
}


/**************************
/* グリッド
**************************/
.gridWrapper{
clear:both;
padding-bottom:20px;
overflow:hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
overflow:hidden;
}

.box{
padding:10px;
}

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

.box h3{
font-size:16px;
padding:10px 0 15px;
}

.box h3, .box p{text-align:left;}

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}

.box p.readmore a{
padding:3px 7px;
border-radius:3px;
}


/*************
メイン コンテンツ
*************/
section.content article{
padding:30px 0 20px 0;
margin-bottom:10px;
overflow:hidden;
}

section.toppage article,section.content .archive{border:0;}


/* アーカイブページ */
section.content .archive{
padding:0;
border-bottom:1px dotted #ccc;
}

section.content p{margin-bottom:5px;}

h3.heading{
font-size:16px;
font-weight:normal;
padding:15px 0;
margin-bottom:5px;
border-top:2px solid #ebebeb;
border-bottom:2px solid #ebebeb;
}

section.content img{
max-width:90%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}


/*************
/* サイドバー
*************/
#sidebar article{
clear:both;
margin-bottom:20px;
}

#sidebar ul{padding:15px 0;}

#sidebar li{
margin-bottom:10px;
padding-bottom:10px;
list-style:none;
border-bottom:1px dashed #ebebeb;
}

#sidebar li:last-child{
border:0;
margin-bottom:0px;
}

#sidebar li a{
color:#555;
font-size:12px;
display:block;
}

#sidebar li a:hover{
color:#999;
font-size:12px;
display:block;
}


/*************
/* フッター
*************/
#footer{
clear:both;
}

#footer a{
color:#555;
}

#footer a:hover{
color:#999;
}

#footer .inner{
padding:40px 0;
overflow:hidden;
}

#footer .grid{
margin:0;
}

#footer #info{float:left;}

#footer #info .info{float:none;}

#footer #info .info{
clear:both;
padding:5px 0 0;
text-align:left;
}

#footer .logo{font-size:18px;}

#footer .info .tel,#footer .info .tel span,#footer #info .open{
font-size:12px;
}

ul.footnav{
float:right;
width:620px;
padding:10px 0;
}
ul.footnav ul{display:none;}

ul.footnav li{
float:left;
margin:10px 0 10px 0;
padding:0 7px 0 8px;
border-right:1px solid #ebebeb;
}

#copyright{
clear:both;
padding:20px 0 10px 0;
text-align:center;
font-style:normal;
font-size:10px;
color:#555;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width:100%;
height:30px;
margin:5px 0 20px;
}

.prev{float:left}
.next{float:right;}

#pageLinks{
clear:both;
text-align:center;
}


/* タイポグラフィ
*****************************************************/
.dateLabel{
margin:0 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post p{padding-bottom:10px;}

.post ul{margin:0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin:0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color:#000;
border-bottom:3px solid #cf6a88;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color:#333;
border-bottom:2px solid #cf6a88;
}

.post h3{
margin:10px 0 25px 0;
padding:10px 0 10px 0;
font-size:120%;
font-weight:normal;
border-bottom:1px solid #ddd;
}

.post blockquote{
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border-collapse:collapse;
margin:5px auto 15px auto;
}

.post table td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
}

.post table th{
background-color:#F5F5F5;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}


.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

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

img.aligncenter{
display:block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin:0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float:left;}












html,body {
margin:0 auto;
padding:0;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 16px;
line-height: 1.6;
font-weight: 400;
color: #000;
text-align:left;
overflow-x:hidden;
scroll-behavior: smooth;
}
#content{width: 100%; margin: 0 auto;}

/*img*/
img{width:100%; height:auto;}
figure{margin:0 auto; text-align:center;}

/*txt*/
p{ font-size: 16px; line-height:1.75em; margin:0 0 1em; padding:0;}
p:last-child{ margin:0;}
h2{ font-size: 2.0rem;font-weight: bold; }
h3{ font-size: 1.7rem;font-weight: bold; }
h4{ font-size: 1.5rem;font-weight: 500; }


/*link*/
a{ color:inherit; text-decoration:none;}
a:hover{}
.opa{ transition: opacity 0.3s;}
.opa:hover{ opacity: 0.7;}

.button{border:0;transition: background-color 0.5s ease-in-out, transform 0.3s ease-in-out; }


@media screen and (max-width:1440px){
html,body{ font-size: 16px;}
h2{ font-size: 2.0rem;font-weight: bold; }
h3{ font-size: 1.7rem;font-weight: bold; }
h4{ font-size: 1.5rem;font-weight: 500; }

}
@media screen and (max-width:767px){
html,body{ font-size: 16px; min-width:240px; max-width:767px; }
h2{ font-size: 1.8rem;font-weight: bold; }
h3{ font-size: 1.4rem;font-weight: bold; }
h4{ font-size: 1.2rem;font-weight: 500; }
}


.had_top {background: white;align-items: flex-start;padding: 40px 200px;height: 300px; display: flex;justify-content: space-between;}
.had_top .menu {display: flex;justify-content: space-between;text-align: left;writing-mode: vertical-rl;}
.had_top .hed{padding: 0 20px;font-weight: 400;}
.had_top .menu1 {text-orientation: upright;}
.had_top .menu4 {font-size: 1.5rem;opacity: 0.6;}

.had_top .logo {display: flex;}
.had_top .logo h1 {position:relative;text-align: left; font-size: 90px;writing-mode: vertical-rl;}
.had_top p {writing-mode: vertical-rl;}
.had_top p {font-size: 16px;position: relative;top: 40px; left: -30px;letter-spacing: 30px;}

.container {position: relative;text-align: center;
width: 100%;
height: 550px; 
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;}
.container img {
width: 100%;
height: 100%;
object-fit: cover;
}
.container_sp{display: none}
.logo_1{display: none}

@media screen and (max-width:1440px){
.had_top {background: white;align-items: flex-start;padding: 40px 10vw;height: 300px; display: flex;justify-content: space-between;}
.had_top .menu {display: flex;justify-content: space-between;text-align: left;writing-mode: vertical-rl;}
.had_top .hed{padding: 0 20px;font-weight: 400;}
.had_top .menu1 {text-orientation: upright;}
.had_top .menu4 {font-size: 1.5rem;opacity: 0.6;}

.had_top .logo h1 {font-size: 90px;}
.had_top p {font-size: 16px;letter-spacing: 20px;letter-spacing: 30px;}

.container {position: relative;text-align: center;
width: 100%;
height: 35vw; 
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;}
.container img {
width: 100%;
height: 100%;
object-fit: cover;
}
.container_sp{display: none}
}

@media screen and (max-width:767px){
.had_top {background: white;align-items: flex-start;padding: 5vw 6vw 5vw 5vw;width: 89%;height: 200px;display: flex;justify-content: space-between;}
.had_top .menu {display: flex;justify-content: space-between;text-align: left;writing-mode: vertical-rl;}
.had_top .hed{padding: 0 1vw;font-weight: 400;}
.had_top .menu1 {text-orientation: upright;}
.had_top .menu4 {font-size: 1.5rem;opacity: 0.6;}

.had_top .logo h1 {font-size: 55px;left:20px;}
.had_top p {font-size: 12px;top: 12px;left:1px;letter-spacing: 20px;}/*top: 12px;*/
	
.container{display: none}
.container_sp {position: relative;text-align: center;
width: 100%;
height: 100vw;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;}
.container img {
width: 100%;
height: 100%;
object-fit: cover;
}

}



.content {width: 100%;background: white;}
.sec{width: 100%;height: auto;margin-top: 200px;}
@media screen and (max-width: 1440px) {
.sec{width: 100%;height: auto;margin-top: 14vw;}
}
@media screen and (max-width: 767px) {
.sec{width: 100%;height: auto;margin-top: 14vw;}
}



.about {width: 100%;height: 350px;display: flex;justify-content: space-between;align-items: center;}
.about .p_size {position: relative;width: 600px;padding: 0 0vw 0 5vw;}
.about .img_size {width: 35vw;max-width: 450px;min-width: 200px; padding: 0 0 0 1vw;}
.about .img_size img {height: 17vw;}
.about .button {position: absolute;right: 0;display: inline-block;margin-top: 20px;padding: 10px 20px;border: 1px solid black;text-decoration: none;color: black;}

@media screen and (max-width: 1440px) {
.about {width: 100%;height: 250px;display: flex;justify-content: space-between;align-items: center;}
.about .p_size {position: relative;width: 600px;padding: 0 0vw 0 5vw;}
.about .img_size {width: 35vw;max-width: 450px;min-width: 200px; padding: 0 0 0 1vw;}
.about .button {position: absolute;right: 0;display: inline-block;margin-top: 20px;padding: 10px 20px;border: 1px solid black;text-decoration: none;color: black;}

}
@media screen and (max-width: 767px) {
.about {flex-direction: column;align-items: center;height: auto;margin-top: 10vw;}
.about .p_size {position: relative;width: 90%;padding: 0 5% 100px;}
.about .img_size {width: 60vw;min-width: 300px;padding: 10px 0;}
.about .img_size img {height: 200px;}
.about .button {position: absolute;right: 5vw;display: inline-block;margin: 20px 0 ;padding: 10px 20px 10px;border: 1px solid black;text-decoration: none;color: black;}
}



.food {height: 450px;display: flex;align-items: center;background: white;}
.food .text {position: relative;order: 2;padding: 0 100px 0 0 ;}
.food .img_size {order: 1;width: 40vw;max-width: 600px;min-width: 300px;padding: 0 10vw 0 0;}
.food .button {position: absolute;right: 2vw;display: inline-block;margin: 20px 100px;padding: 10px 20px;border: 1px solid black;text-decoration: none;color: black;}


@media screen and (max-width:1440px){
.food {height: auto;display: flex;align-items: center;background: white;padding: 5vw 0;}
.food .text {position: relative;order: 2;padding: 0 2vw 0 0 ;}
.food .img_size {order: 1;width: 40vw;max-width: 650px;padding: 0 5vw 0 0;}
.food .button {position: absolute;right: 2vw;display: inline-block;margin: 20px 0;padding: 10px 20px;border: 1px solid black;text-decoration: none;color: black;}
}
@media screen and (max-width:767px){	
.food {display: block;justify-content: space-between;align-items: center;background: white;margin-top: 15vw;}
.food .text {width: 90%;margin: 0 auto;}
.food .img_size {width: 60vw;padding: 25vw 0 1vw 0;margin: 0 auto;}
.food .button {position: relative;left:45vw;display: inline-block;margin: 20px auto;padding: 10px 20px;border: 1px solid black;text-decoration: none;color: black;}
}



.footer {width: 60%;display: flex;justify-content: space-around;margin: 0 auto;padding: 200px 0;}
.left {width: 50%}
.right {text-align: left;}

@media screen and (max-width:1440px){
.footer {width: 60%;display: flex;justify-content: space-around;margin: 0 auto;padding: 15vw 0;}
.left {width: 50%}
.right {text-align: left;}
}
@media screen and (max-width:767px){
.footer {width: 90%;display: block;justify-content: space-around;margin: 0 auto;padding: 15vw 0;}
.left {width: 100%}
.right {text-align: left;padding: 10vw 0 0 0;}

}

.content_company{width: 1000px;margin: 0 auto;}
.company_h3{font-size: 2.5rem;padding: 4vw 0;}

.gaiyou {}
.tr_01 {display: block; padding: 0 0 2vw;}
.th_01{width: 10vw; font-weight: 700;}
.th_02{width: 20vw;text-align: right;font-weight: 700;padding: 0 1vw;}
.th_03{width: 30vw;}
.map_frame{height: auto;}


@media screen and (max-width:1440px){
.content_company{width: 70%;margin: 0 auto;}
.company_h3{font-size: 2.5rem;padding: 8vw 0;}
.gaiyou {}
.tr_01 {display: block; padding: 0 0 1vw;}
.th_01{width: 10vw; font-weight: 700;}
.th_02{width: 20vw;text-align: right;font-weight: 700;padding: 0 1vw;}
.th_03{width: 30vw;}
.map_frame{height: auto;}
}
@media screen and (max-width:767px){
.content_company{width: 90%;margin: 0 auto;}
.company_h3{font-size: 1.8rem;padding: 10vw 0;}
.gaiyou {}
.tr_01 {display: block; padding: 0 0 1vw;}
.th_01{width: 15vw; font-weight: 700;}
.th_02{width: 20vw;text-align: right;font-weight: 700;padding: 0 1vw;}
.th_03{width: 60vw;}
.map_frame{height: auto;}
}




.food_syoukai {display: flex;justify-content: space-between;width: 100%;padding: 0 0 10vw;}
.item {position: relative;width: 45%;text-align: left;margin: 0 auto;}
.item img {display: block;width: 100%;margin: 0 auto;padding: 3vw 0; height: 17vw;}
.flex_img{display: flex;justify-content: space-around;}
.pad{padding: 4vw 0;}
.food_syoukai:last-child{ padding:0;}
.item_top{padding-top: 5vw;}
@media screen and (max-width:1440px){
.item_top{padding-top: 6vw;}
}
@media screen and (max-width:767px){
.food_syoukai {display: block;justify-content: space-between;width: 100%;padding: 0 0;}
.item {position: relative;width: 100%;text-align: left;margin: 0 auto;padding: 0 0 15vw;}
.item img {display: block;width: 100%;height: 55vw;margin: 0 auto;padding: 5vw 0;}
.flex_img{display: block;justify-content: space-around;}
.food_syoukai:last-child{ padding:0;}
}

.sp_none{display: block;}
@media screen and (max-width:1440px){
.sp_none{display: block;}
}
@media screen and (max-width:767px){
.sp_none{display: none;}
}

/* ホバー時 */
.button:hover {
background-color: #000; 
color: #fff;
}
/* ホバー時 */
.menu0 a:hover {
opacity: 0.6;

}
/* ホバー時 */
.footer a:hover {
opacity: 0.6;

}


footer {width: 100%; background: #242424;}
#copyright{text-align: center;padding: 30px 0;color: #fff;}
@media screen and (max-width:1440px){
footer {width: 100%; background: #242424;}
#copyright{text-align: center;padding: 2vw 0;color: #fff;}
}
@media screen and (max-width:767px){
footer {width: 100%; background: #242424;}
#copyright{text-align: center;padding: 3vw 0 3vw;font-size: 14px;color: #fff;}
}

/*アニメーション*/
.scrollanime {opacity: 0; transform: translateY(4rem);}
.fadeInDown {animation-name: fadeInDown; animation-duration: 2.0s; animation-fill-mode: forwards;}
@keyframes fadeInDown {
20% {transform: translateY(50px);opacity: 0;}
50% {opacity: 1;}
100% {opacity: 1;transform: translateY(0);}
}
.scroll_up {transition: 1.5s ease-in-out; transform: translateY(50px);opacity: 0;}
.scroll_up.on {animation-name: fadeInDown1; animation-duration: 2.5s; animation-fill-mode: forwards;}
@keyframes fadeInDown1 {
20% {transform: translateY(50px);opacity: 0;}
50% {opacity: 1;}
100% {opacity: 1;transform: translateY(0);}
}
